#home, #about, #why, #reasons, #reachUS {
  scroll-margin-top:12vh;
}

@font-face {
  font-family: 'Advert Pro';
  src: url('static/AdventPro_Expanded-SemiBold.ttf') format('ttf'),
  font-weight: 600;
  font-style: normal;
}

.advert-text {
  font-family: 'Advert Pro', sans-serif;
  font-weight: 600;
  font-size: 20px;
  color: #333;
}

  .navbar-nav .dropdown {
    position: relative;
	/*font-family: 'Advert Pro'; */
  font-family: 'Advert Pro', sans-serif;
  font-weight: 600;
  font-size: 12px;
  color: #333;
  text-decoration:none;
  }

 .navbar .nav-link:hover {
	  color: #99cc33 !important;
}

  .navbar-nav .dropdown-toggle {
    display: block;
    color: white;
    text-align: center;
    padding: 6px 0;
    width: 100px;
    text-decoration: none;
    position: relative;
  	font-style: normal;
  	font-family: 'Advert Pro', sans-serif;
  	font-weight: 600;
  	font-size: 12px;

  }
@media (max-width: 575.98px) {
.navbar-nav .dropdown-toggle {
    display: block;
    color: white;
    text-align: center;
    padding: 6px 0;
    width: 100px;
    text-decoration: none;
    position: relative;
  	font-style: normal;
  	font-family: 'Advert Pro', sans-serif;
  	font-weight: 600;
  	font-size: 14px;

  }
}

  .navbar-nav .dropdown-menu {
    display: none;
    position: absolute;
    top: 100%;
    min-width: 120px;
    background-color: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(6px);
    border: none;
    z-index: 1000;
	text-decoration:none;
	
  }

  .navbar-nav .border-line {
    position: absolute;
    top: 25%;
    right: 0;
    height: 50%;
    width: 1px;
    background-color: white;
	  }

  .navbar-nav .dropdown-menu a {
    display: block;
    padding: 8px 12px;
    color: white;
    font-size: 12px;
  font-family: 'Advert Pro', sans-serif;
  font-weight: 600;
  color: #fff;
  text-decoration:none;
   
  }

  .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;
	
  }

/***/

      :root {
      --font-size-base: 16px;
      --color-dark: #1a1a1a;
      --color-light: #f9f9f9;
      --color-accent: #0077cc;
      --color-secondary: #eaeaea;
    }

    h2 {
      font-family: 'Playfair Display', serif;
      font-size: 2em;
      margin-bottom: 10px;
      color: var(--color-accent);
    }

    ul {
      padding-left: 20px;
	  color:0000000;
    }

	p{
		color:#000000;
		}
    section {
      padding: 100px 20px 60px;
     /* max-width: 1000px; */
      margin: auto;
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: space-between;
      gap: 30px;
	 
    }

  body { 
	font-family: 'Segoe UI', sans-serif;
	background-color: #fff;
    }

 }
    .hero {
      background: url(mall.jpg) center/cover no-repeat;
	  height: 115vh;
      color: green;
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
    }

    .hero h1 { font-size: 3rem; font-weight: bold; }
    .section-title { margin-top: 60px; margin-bottom: 30px; text-align: center; }
    .service-icon img { width: 80px; height: auto; margin-bottom: 15px; }
    .footer { background: #222; color: #ccc; padding: 40px 0; text-align: center; }
  	
	.nav-link {
    	position: relative;
  		font-family: 'Advert Pro';
  		src: url('static/AdventPro_Expanded-SemiBold.ttf') format('ttf'),
  		font-weight: 300;
  		font-style: normal;
  		font-family: 'Advert Pro', sans-serif;
  		font-weight: 600;
  		font-size: 12px;
  		color: #333;
	}
 }
  
  .nav-link .border-line {
    position: absolute;
    top: 25%;
    right: 0;
    height: 50%;
    width: 1px;
    background-color: white;
	  }
 .navbar .nav-link:hover {
	  color: #99cc33 !important;
}

     /* Hero Section */

 .hero-section {
  height: 115vh;
  overflow: visible;
  background: url(../bgmall.jpg);
 }

 .hero-lottie {
 
    left: 15%; top:45%;
    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);

 }
  .hero-img-right {
     bottom: -23px;
    right: 0;
    width: 480px;
    height: auto;
    z-index: 2;
}
 
 
     /* footer */
.footer {
  background-color: #000; color: #fff; padding: 40px 20px; font-family: Arial, sans-serif;
}

.footer-container {
  max-width: 1200px; margin: 0 auto; text-align: left;
}

.footer-logo img {
  height: 100px; margin-bottom: 5px;
}

.footer-apps {
  display: flex; gap: 10px; margin-bottom: 40px;
}

.footer-apps a img {
  height: 35px;
}

.footer-columns {
  display: flex; justify-content: flex-start; gap: 80px; flex-wrap: wrap; margin-bottom: 30px; text-align: left;
	}

.link-group {
  min-width: 50px; text-align: left;
}

.link-group h4 {
  font-size: 16px; margin-bottom: 10px; text-transform: uppercase;
}

.link-group a {
  display: block; color: #fff; text-decoration: none; font-size: 14px;  margin: 5px 0;
}

.link-group a:hover {
  text-decoration: underline;
}
.footer-social {
  margin: 30px 0 10px;
}

.footer-social a {
  color: #fff; font-size: 18px; margin-right: 15px; transition: color 0.3s ease;
}

.footer-social a:hover {
  color: #ffcc00;
}

.footer-legal {
  margin: 20px 0; font-size: 12px; opacity: 0.7; margin-left:900px; margin-right:0px;
}

.footer-legal a {
  color: #fff; margin-right: 15px; text-decoration: none;
}

.footer-legal a:hover {
  text-decoration: underline;
}

.footer-bottom {
  font-size: 12px; opacity: 0.5; margin-top: 10px;
}
/* Responsive */


@media (min-width: 992px) {
  .footer-logo {
    align-self: flex-end; text-align: right; margin-top: 20px;
  }

  .footer-legal {
    align-self: flex-end; text-align: right; margin: 20px 0; font-size: 12px; opacity: 0.7;
  }

  .footer-bottom {
    align-self: center; text-align: center; font-size: 12px; opacity: 0.5; margin-top: 10px;
  }

  .footer-container {
    display: flex; flex-direction: column; align-items: flex-start; text-align: left;
  }

  .footer-social {
    align-self: flex-start; text-align: left; margin-top: 30px;
  }
}

@media (min-width: 992px) {
  .footer-social,
  .footer-legal,
  .footer-bottom {
    margin: 0;
  }

  .footer-social,
  .footer-legal,
  .footer-bottom {
    display: inline-block;vertical-align: middle;
  }

  .footer-container {
    display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap;
  }

  .footer-social {
    order: 1; flex: 1; text-align: left;
  }

  .footer-bottom {
    order: 2; flex: 1; text-align: center; font-size: 12px; opacity: 0.5;
  }

  .footer-legal {
    order: 3; flex: 1; text-align: right; font-size: 12px; opacity: 0.7;
  }
}

/** stat section desktop **/
.desktop-stats-section {
  background-color: #000; color: white; font-family: 'Anton', sans-serif; padding: 60px 0;
  min-height: 100vh; background-color:#000000; background-image: url(../texture/b3.png); background-size: cover; background-repeat: no-repeat; background-blend-mode:lighten; 
}
.desktop-stats-icon {
  font-size: 36px; margin-bottom: 8px;
}
.desktop-stats-value {
  font-size: 28px; font-weight: bold; margin: 5px 0; letter-spacing: 3px;
}
.desktop-stats-label {
  font-size: 16px;
}
.bg-clients { background-color: #FFCE00; width: 240px; height: 240px; }
.bg-brands { background-color: #7392CB; width: 240px; height: 240px; }
.bg-products { background-color: #9ACA3C; width: 240px; height: 240px; }
.bg-workers { background-color: #FF000D; width: 240px; height: 240px; }

.stats-image-wrapper {
  height: 100%;  max-height: 500px; overflow: hidden; border-radius: 20px; border: solid;
}
.stats-image-wrapper img {
  width: 100%;  height: 100%; object-fit: cover; border-radius: 20px;
}


/** why **/

#why-desktop {
  background-color: #9ac43b;
  background-image: url(../texture/green%20texture%202.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: overlay;
  font-family: 'Anton', sans-serif;
  color: white;
  height: 85vh;
}

.text-stroke {
  -webkit-text-stroke: 1px black;
        font-family: 'Anton', sans-serif;
          color: white;
          line-height: 1.2;
          text-align: center;
		  font-size: 40px;
            padding: 10px;

}

.text-stroke-2 {
  -webkit-text-stroke: 2px black;
          font-family: 'Anton', sans-serif;
          color: white;
          line-height: 1.2;
          text-align: center;
		  font-size: 60px;
            padding: 10px;

}

.image-box {
	  padding-top: 0 !important;
  position: relative;
  width: 100%;
  max-height: 700px;
  border-radius: 20px;
}

.image-box img {
  margin-top: 0;
  padding-top: 0;
  height:100%;
  
    width: 100%;
  object-fit: cover;
  border-radius: 20px;
  border: solid;
  z-index:3;
}

.bottom-overlay {
  position: absolute;
    transform: translate(-65%, 35%); /* Half inside, half below */
	bottom:0;
	left:65%;
  width: 100%;
  padding: 20px;
 /* background: rgba(0, 0, 0, 0.4); */
  text-align: center;
  line-height: 1.1;
  z-index:5;
  
}
@keyframes slideFromRight {
  from {
    transform: translate(100%, 35%);
    opacity: 0;
  }
  to {
    transform: translate(-65%, 35%);
    opacity: 1;
  }
}

.slide-in-right {
  animation: slideFromRight 2.5s ease-out forwards;
}

/** enquiry **/

.enquiry-section {
  background-color: #6f91cb;
  background-image: url(texture/blue%20texture%201.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: overlay;

  color: white;
  padding: 60px 20px;
  font-family: Arial, sans-serif;
  text-align: center;
}

.enquiry-section input,
.enquiry-section textarea {
  background: none;
  border: none;
  border-bottom: 1px solid white; 
    color: white; 
  font-size: 14px;
  padding: 6px 4px; 
   width: 100%;
  outline: none;
}

.enquiry-section input::placeholder,
.enquiry-section textarea::placeholder {
  color: white;
  opacity: 1;
}

.enquiry-section textarea {
  resize: vertical;
  min-height: 80px;
}

.enquiry-section button {
  margin-top: 20px;
  background-color: black;
  color: white;
  border: none;
  padding: 8px 16px; 
    font-size: 14px;
  cursor: pointer;
  border-radius: 5px;
  width: 30%;
}
