
    @import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
    body {
      font-family: "Poppins", sans-serif;
      font-size: 16px;
      color: #000000;
    }
    .navbar {
      background: #fff;
      border-radius: 10px;
      padding: 0.8rem 1.5rem;
    }
    .navbar-nav .nav-link {
      color: #000;
      font-weight: 500;
      margin-left: 1rem;
    }
    .navbar-nav .nav-link.active {
      color: #F5B86E;
      border-bottom: 3px solid #F5B86E;
    }
    img.header-logo {
    max-width: 140px;
    height: auto;
    }
    .hero-section {
      padding: 2rem 0 5rem 0;
      background: rgba(0,0,0,0.35);
      background-size: cover;
      background-repeat: no-repeat;
    }
    .hero-section h1 {
      line-height: 1.3;
      color: #fff;
    }
    .hero-section p {
      font-size: 1.1rem;
      margin: 1rem 0 2rem;
      color: #fff;
    }
    .btn-orange {
      background: #F5B86E;
      color: #fff;
      font-weight: 500;
      padding: 0.8rem 1.5rem;
      border-radius: 8px;
      border: none;
    }
    .contact-form {
      background: #b2b7bf4a;
      border-radius: 12px;
      padding: 2rem;
      color: #fff;
      box-shadow: 0 4px 20px rgba(0,0,0,0.3);
    }
    .contact-form input,
    .contact-form textarea {
      background: transparent;
      border: none;
      border-bottom: 1px solid #ccc;
      border-radius: 0;
      color: #fff;
    }
    .contact-form input:focus,
    .contact-form textarea:focus {
      box-shadow: none;
      border-color: #F5B86E;
    }
    .contact-form label {
      font-size: 0.9rem;
      font-weight: 500;
    }
    .contact-form .btn {
      background: #fff;
      color: #0a2342;
      font-weight: 600;
      border-radius: 8px;
      padding: 0.6rem 1.2rem;
    }
    .contact-form .form-text {
      font-size: 0.8rem;
      color: #bbb;
    }
    .text-color-orange {
      color: #F5B86E;
    }
    .bg-color-orange {
  background-color: #F5B86E;
  color: #fff;
  text-decoration: none;
}
    .contact-form input::placeholder,
.contact-form textarea::placeholder {
  color: #fff;
}
.contact-form .form-control:focus{
    background-color: transparent;
    color: #fff;
}
.contact-form .form-check .form-check-input {
    float: left;
    margin-left: -1.5em;
    border: 1px solid;
}

/* Partner section */
.partner-section h2 {
  color: #000;
}
.partner-section h2 span {
  color: #109BDC; /* blue highlight like in image */
}
.partner-section .icon-box {
  background: #109BDC;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  padding: 20px;
  min-height: 125px;
}
.partner-section .p-4 span {
  color: #109BDC;
  margin-top: 1rem;
  display: inline-block;
  width: 100%;
}
.text-color-blue {
  color: #109BDC;
}
.bg-color-blue {
  background-color: #109BDC;
}
/* why choose us */
.why-choose-us{
    background-size: cover;
    background-repeat: no-repeat;
}
.why-choose-us h3 {
  color: #000;
}
.experience-badge {
  min-width: 120px;
  text-align: center;
}
.stat-box h3 {
  font-size: 2rem;
}
.me-15 {
    right: 15px !important;
}
.stat-box{
    cursor: pointer;
}
.stat-box:hover {
  background-color: #109BDC !important;
  color: #fff;
}
.why-choose-us ul.list-unstyled span.fw-semibold:before {
    content: "\f058";
    font-family: "Font Awesome 7 Free"; 
    font-weight: 400; 
    margin-right: 5px;
    color: #109BDC;
}
span.icon-rotate {
    background: #fff;
    color: tan;
    padding: 3px;
    border-radius: 50px;
    height: 30px;
    width: 30px;
    display: inline-block;
}
/* our services */
.our-services h2 {
  color: #000;
}
.our-services h2 span {
  color: #109BDC; /* blue accent */
}
.our-services .card {
  overflow: hidden;
  transition: all 0.3s ease;
}
.our-services .card:hover {
  
  box-shadow: 0 8px 25px rgba(0,0,0,0.15);
}
.our-services .card-body img {
  background: #E9F5FE;
  padding: 10px;
  border-radius: 50%;
}
.service-card .service-title {
    min-height: 52px;
}
.service-card  .service-desc {
    min-height: 125px;
}
/* Auto-scroll services */
.services-scroll-wrapper {
  overflow-x: auto;
  width: 100%;
  /* Hide scrollbar for Chrome, Safari and Opera */
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none;  /* IE and Edge */
}
.services-scroll-wrapper::-webkit-scrollbar {
  display: none;
}
.services-scroll {
  display: flex;
  gap: 1rem;
  animation: scroll-left 80s linear infinite;
  width: max-content;
}

.services-scroll-wrapper:hover .services-scroll {
  animation-play-state: paused;
}
.service-card {
  min-width: 320px;
  max-width: 340px;
  flex: 0 0 auto;
}
@media (max-width: 767.98px) {
  .service-card {
    min-width: 85vw;
    max-width: 90vw;
  }
  .services-scroll {
    gap: 0.5rem;
  }
}
/* Ensure smooth card design */
.our-services .card {
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.our-services .card:hover {
  box-shadow: 0 8px 25px rgba(0,0,0,0.15);
}
.service-card .card:hover .card-body {
  background: #109BDC;
  color: #fff;
}
.service-card .card:hover .card-body h5,
.service-card .card:hover .card-body p,
.service-card .card:hover .card-body a {
  color: #fff !important;
}

@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

/* Testimonials */
.testimonials h2 span {
  color: #109BDC;
}
.testimonial-center-avatar img {
  width: 160px;
  height: 160px;
  object-fit: cover;
  border-radius: 50%;
  border-color: #109BDC !important;
}
.testimonial-avatar {
  position: absolute;
  border-radius: 50%;
  border: 3px solid #fff;
  box-shadow: 0 4px 12px rgba(0,0,0,0.2);
}
.testimonial-avatar.small {
  width: 70px;
  height: 70px;
  object-fit: cover;
}
.circle {
  position: absolute;
  border-radius: 50%;
  opacity: 0.8;
  animation: float 6s ease-in-out infinite alternate;
}
.circle-blue { width: 25px; height: 25px; background: #109BDC; top: 20%; left: 40%; }
.circle-red { width: 20px; height: 20px; background: #F56B6B; bottom: 30%; left: 30%; }
.circle-green { width: 18px; height: 18px; background: #68C76F; top: 40%; right: 30%; }
.circle-orange { width: 22px; height: 22px; background: #F5B86E; bottom: 20%; right: 40%; }

@keyframes float {
  0% { transform: translateY(0); }
  100% { transform: translateY(-15px); }
}

.testimonial-quote {
  max-width: 700px;
  background: #E9F5FE;
  padding: 1.5rem;
  border-radius: 12px;
  border: 2px solid #109BDC;
}
.testimonial-avatar.start-10{
    left: 10% !important;
}

.testimonial-avatar.start-15{
    left: 15% !important;
}
.testimonial-avatar.start-30{
    left: 30% !important;
}
.testimonial-avatar.end-30 {
    right: 30% !important;

}
.testimonial-avatar.end-25 {
    right: 25% !important;
}
.testimonial-avatar.end-10 {
    right: 10% !important;
}

i.position-top-left {
    position: absolute;
    top: -20px;
    font-size: 40px;
    left: -5px;
}


i.position-bottom-right {
    position: absolute;
    bottom: -20px;
    font-size: 40px;
    right: -5px;
}
#testimonial-text {
    vertical-align: middle;
    min-height: 90px;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
/* Latest Blogs */
.latest-blog {
    background-size: cover;
    background-repeat: no-repeat;
}
.latest-blog h2 span {
  color: #109BDC;
}
.latest-blog .card h5 {
  font-size: 1.05rem;
  line-height: 1.4;
}
.latest-blog .card a:hover {
  text-decoration: underline;
}
/* FAQ Section */
.faq-section {
    background-size: cover;
    background-repeat: no-repeat;
}
.faq-section .accordion-item{
border: none;
margin-bottom: 20px;
}
.faq-section .accordion-button {
  border: 1px solid #109BDC;
  border-radius: 6px;
  background: #fff;
  color: #000;
  font-weight: 500;
  box-shadow: none;
}
.faq-section .accordion-button:not(.collapsed) {
  background: #109BDC;
  color: #fff;
}
.faq-section .accordion-button::after {
  content: "\f063"; /* FontAwesome chevron-down */
   font-family: "Font Awesome 7 Free"; 
  font-weight: 900;
  background: none;
  transform: none !important;
}
.faq-section .accordion-body {
    border-left: 3px solid #109BDC;
    border-right: 3px solid #109BDC;
    border-bottom: 3px solid #109BDC;
    border-radius: 8px;
    margin-top: -10px;
    border-top: 3px solid #109BDC;
    background: #f8f9fa;
    padding: 1rem;
}

/* Contact Section */
#contact-section {
  position: relative;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

#contact-section h2 {
  font-size: 2rem;
}

#contact-section img {
  transition: transform 0.3s ease;
}

/* Highlight only center image */
#contact-section img.border {
  border-radius: 15px;
}
/* outer wrapper hides scrollbar */
.carousel-wrapper {
  overflow: hidden;
  width: 100%;
  position: relative;
}

#crousel-clients-images {
  display: flex;
  gap: 20px;
  width: max-content;
  animation: scroll-left 40s linear infinite;
}

#crousel-clients-images img {
  flex: 0 0 auto;
  height: 150px;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.15);
}
#crousel-clients-images img:nth-child(even) {
  margin-top: 20px;
}
/* keyframes */
@keyframes scroll-left {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}
/* Footer top */
section#footer-top{
    background-repeat: no-repeat;
    background-size: cover;
}
.footer-links-top li a{
    text-decoration: none;
    color: #fff;
    font-size: 0.88rem;
    line-height: 26px;
}

.footer-top-text p{
    text-decoration: none;
    color: #fff;
    font-size: 0.88rem;
    line-height: 26px;
}
.footer-social span {
    min-width: 30px;
    display: inline-flex;
}
a.social-link {
    color: #fff;
    border: 1px solid;
    border-radius: 50%;
    margin: 2px;
    padding: 3px 6px;
    min-width: 30px;
    max-width: 30px;
    height: 30px;
}
a.social-link i {
    font-size: 13px;
    height: auto;
}
.subscribe-btn {
    background: transparent;
    color: #fff;
    font-weight: 500;
    padding: 0.4rem 1rem;
    border-radius: 20px;
    border: 1px solid #fcfcff;
    cursor: pointer;
    text-decoration: none;
}
/* Footer bottom */
img.footer-logo {
    border-right: 1px solid #ccc;
    padding-right: 10px;
}
span.h1-size {
    font-size: 52px;
    line-height: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    font-weight: 500;
}
span.h6-size {
    position: absolute;
    top: -13px;
    left: 35px;
    font-size: 15px;
    background: #fff;
}
.error {
    color: red;
    font-size: 0.9rem;
}
.form-check-input:checked {
    background-color: #F5B86E;
    border-color: inherit;
}

/* Responsive Styles */
@media (max-width: 991.9px) {
  .testimonial-avatar {
    display: none !important;
  }
  .subscribe-btn {
    background: transparent;
    color: #fff;
    font-weight: 500;
    padding: 0.4rem 1rem;
    border-radius: 20px;
    border: 1px solid #fcfcff;
    cursor: pointer;
    text-decoration: none;
    display: block;
    max-width: 140px;
}
 .testimonials .circle {
    display: none !important;
  }
}

@media (max-width: 575.9px) {
#footer-bottom .col-md-6.col-sm-6 {
    max-width: 50%;
}
img.footer-logo {
    max-width: 105px;
}
span.h1-size {
    font-size: 38px;
    line-height: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    font-weight: 500;
}
img.india-logo {
    max-width: 90px;
}
.ind-mobile a {
    font-size: 14px;
}
span.h6-size {
        position: absolute;
        top: -10px;
        left: 25px;
        font-size: 11px;
    }
}