@charset "utf-8";
/* CSS Document */
@media (max-width: 575.98px) {

#home, #about, #why, #reasons, #reachUS {
  scroll-margin-top: 110px;
}

 .store-icons {
    flex-direction: column !important;
    align-items: center !important;
    margin-top: 10px;
  }

  .navbar-nav > li {
    margin-bottom: 10px;
  }

.btn-close {
  filter: invert(1); /* makes it white on dark backgrounds */
}

  .navbar-nav .border-line {
    position: absolute;
    top: 25%;
    right: 0;
    height: 0%;
    width: 0px;
	  }

  /*  navbar overlaly */
  .fullscreen-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: black;
    z-index: 1500;
    display: flex;
    align-items: center;
    justify-content: center;
  }

.fullscreen-overlay .navbar-nav {
    flex-direction: row;
    flex-wrap: wrap;
  }

  .fullscreen-overlay .nav-link {
    font-size: 1rem;
    padding: 1rem;
  }
  /*  for toggle */
  
  .navbar-nav .dropdown-menu {
    display: none;
    position: fixed;
	left:0;
    top:59%;
    width: 200px;
    background-color: transparent; 
    backdrop-filter: none;         /* No blur */
    border: none;
    z-index: 1000;
  }
  
  .navbar-nav .dropdown-menu a {
    display: block;
    padding: 8px 12px;
    color: white;
    font-size: 0.8rem;
  	font-family: 'Advert Pro', sans-serif;
  	font-weight: 600;
  	color: #fff;
	   text-align: left; /* Optional: aligns text inside links */
	   min-width:100%;
	   left:0;
	   right:255px;
  }

  .navbar-nav .dropdown-menu a:hover {
    background-color: rgba(255, 255, 255, 0.1);
	  color: #99cc33 !important;
  }

  .navbar-nav .dropdown:hover .dropdown-menu {
    display: block;
  }

     /* Hero Section Mobile*/

 .hero-lottie-mobile {

    top:25%;
    left:10%;
    z-index: 3;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 0.5em 0.5em;
    border-radius: 8px;
    color: #00FF66;
    font-size: 2.5rem;
    font-weight: bold;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
}
	/* footer */
  .footer-apps {
    flex-direction: row;
    align-items: flex-start;
  }
  .footer-columns {
	display: flex;
    flex-direction: row;
    gap: 0px;
  }

  .link-group {
    width: 40%;
  }

.footer-legal {
  margin: 20px 0;
  font-size: 12px;
  opacity: 0.7;
}

.footer-legal a {
  color: #fff;
  margin-right: 15px;
  text-decoration: none;
}

.footer-bottom {
  font-size: 12px;
  opacity: 0.5;
  margin-top: 10px;
}


	/* enquiry form */

  .enquiry-form {
    grid-template-columns: 1fr 1fr;
  }

  .enquiry-form textarea {
    grid-column: span 2;
  }

  .enquiry-form button {
    grid-column: span 2;
  }




 .stats-section {
  background-color: #000;
  color: white;
  padding: 60px 0;
  text-align: center;
}

.stats-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  width: 100%;
}

.stat-box {

  height: 140px;
  margin-left:30px;
  margin-right:30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 15px;
  font-family: 'Anton', sans-serif;
  color: white;
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.1);
  padding: 5px;
}

.stat-box i {
  font-size: 40px;
  margin-bottom: 5px;
}

.stat-number {
  font-size: 30px;
  font-weight: bold;
  margin: 5px 0;
}

.stat-title {
  font-size: 18px;
}

/* Unique box colors */
.box-clients { background-color: #ffcc07 ; }
.box-brands { background-color: #6f91cb; }
.box-products { background-color: #9ac43b; }
.box-workers { background-color: #e52521; }



}