.slider-img {
  height: auto !important;
  /* width: 1000px !important; */
}

.main-banner-1 {
  height: 700px !important;
}

.btn-green {
  background: linear-gradient(135deg, #12bd04, #1d6d1f, #1d9201) !important;
  border: none !important;
  color: #fff !important;
  transition: background 0.3s ease !important;
}

.btn-green:hover,
.btn-green:focus {
  background-color: #1d9201 !important;
  border-color: #1d6d1f !important;
  color: #fff !important;
}

.main-banner-1 .banner-content .title {
  font-size: 44px !important;
}

.banner-img {
  border-radius: 40px !important;
}


.banner-social i {
  transform: rotate(180deg) !important;
  writing-mode: horizontal-tb !important;
  display: inline-block;
}

.contact-boxes {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}

.call-center-box {
  display: flex;
  align-items: center;
  gap: 10px;
}




.service-image {
  width: 100%;
  height: 250px;
  /* Adjust as needed */
  overflow: hidden;
  border-radius: 10px;
  /* optional */
}

.service-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.team-fixed-img {
  width: 100% !important;
  height: 300px !important;
  object-fit: cover !important;
}
 
.section-title {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 1rem;
}

/* -------------------------------------------- */


.marquee {
  overflow: hidden;
  white-space: nowrap;
  position: relative;
}

.marquee-track {
  display: inline-block;
  animation: scroll-right 60s linear infinite; /* ← Slower (was 30s) */
  white-space: nowrap;
}

.marquee-right .marquee-track {
  animation: scroll-right 60s linear infinite; /* ← match duration */
}


.marquee img {
  height: 200px;
  width: auto;
  margin: 0 15px;
  border-radius: 12px;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.marquee img:hover {
  transform: scale(1.05);
}

.marquee-track img {
  margin-right: 30px;
  /* adjust spacing */
  height: 300px;
  /* consistent height */
  object-fit: contain;
}

@keyframes scroll-left {
  0% {
    transform: translateX(100%);
  }

  100% {
    transform: translateX(-100%);
  }
}

@keyframes scroll-right {
  0% {
    transform: translateX(-100%);
  }

  100% {
    transform: translateX(100%);
  }
}
/* -------------------------------------------- */







.site-footer .footer-logo img {
  height: 112px !important;
}

.inner-banner h1 {
  font-size: 44px !important;
}

.marquee-section {
  margin-top: -91px !important;
}

.why-choose {
  padding-top: 50px !important;
}

.contact-h2 {
  font-size: 38px !important;
  line-height: 60px !important;
}

.get-in-touch-title {
  font-size: 19px !important;
}

.rotate-icon {
  transform: rotate(90deg);
  display: inline-block;
}

.floating-wpp-button {
  width: 50px !important;
  height: 50px !important;
}

.footer-btn {
  padding: 10px 10px !important;
  font-size: 15px !important;

  gap: 10px;
  color: #ffffff;
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  white-space: nowrap;
  align-items: center;
  display: inline-flex;
  justify-content: center;
  border-radius: 10px;
  background-color: #23a455;
  border: none;
  transition: all 0.35s ease-in-out;



}


.team-img {
  overflow: hidden;
  border: 4px solid transparent;
  transition: border 0.3s ease;
  border-radius: 10px;
}

.team-img {
  border-color: #28a745;
}

.team-fixed-img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.3s ease;
}

.team-img:hover .team-fixed-img {
  transform: scale(1.05);
}

.underline-accent {
  position: relative;
  display: inline-block;
  padding-bottom: 5px;
  font-weight: 600;
}

.underline-accent::after {
  content: "";
  position: absolute;
  width: 50%;
  height: 3px;
  background-color: #28a745; /* or your theme color */
  left: 0;
  bottom: 0;
}

.custom-list {
  list-style: none;
  padding-left: 0;
}

.custom-list li {
  margin-bottom: 8px;
}

.big-list li {
  font-size: 32px;
  font-weight: 500;
  margin-bottom: 22px;
}

.big-list i {
  font-size: 18px;     /* Icon size */
}







.how-it-works .service-image {
  margin-bottom: 12px;
}

.how-it-works .service-content h4 {
  margin: 6px 0 4px 0;
}

.how-it-works .service-description {
  margin: 0;
}

.how-it-works .icon-circle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: #28a745;
   color: #fff;
  font-size: 28px;
}







@media only screen and (min-width:100px) and (max-width:768px) {

  .slider-img {
    height: auto !important;
    width: auto !important;
  }

  .main-banner-1 {
    height: 400px;
  }

  .main-banner-1 .banner-content .title {
    font-size: 33px !important;
  }

  .about-img-mobile {
    height: 480px !important;
    object-fit: cover !important;
    width: 100% !important;
  }

  .contact-boxes {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
  }

  .team-fixed-img {
    width: 100% !important;
    height: 400px !important;
    object-fit: cover !important;
  }


  .about-mobile {
    height: 200px !important;
    object-fit: cover !important;
    width: 100% !important;
  }

  .marquee-track img {
    height: 300px;
    margin-right: 20px;
  }

  .site-footer .footer-copyright {
    margin-top: 5px !important;
  }

  .header .navbar .navbar-brand img {
    height: 65px !important;
  }

  .inner-banner {
    height: 150px !important;
  }

  .inner-banner h1 {
    font-size: 35px !important;
  }

  .contact-h2 {
    font-size: 19px !important;
    line-height: 37px !important;
  }
  .copyright-container{
    margin-bottom: 60px !important;
  }
  .marquee-section {
    margin-top: 23px !important;
  }
  .marquee-wrapper .marquee-inner .marquee-item .title {
    font-size: 19px !important;
  }
  
  .big-list li {
    font-size: 30px;
    
  }

}