
/*** Spinner Start ***/
/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}
/*** Spinner End ***/

.back-to-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    transition: 0.5s;
    z-index: 99;
}
:root {
  --bs-secondary: #004FF9; /* Your navbar's deep blue */
  --bs-primary: #3498DB; /* Optional: your gradient's secondary blue */
}

/*** Button Start ***/
.btn {
    font-weight: 600;
    transition: .5s;
}

.btn-square {
    width: 32px;
    height: 32px;
}

.btn-sm-square {
    width: 34px;
    height: 34px;
}

.btn-md-square {
    width: 44px;
    height: 44px;
}

.btn-lg-square {
    width: 56px;
    height: 56px;
}

.btn-xl-square {
    width: 66px;
    height: 66px;
}

.btn-square,
.btn-sm-square,
.btn-md-square,
.btn-lg-square,
.btn-xl-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}

.btn.btn-primary {
    color: var(--bs-white);
}

.btn.btn-primary:hover {
    background: var(--bs-secondary);
    border: 1px solid var(--bs-secondary);
}

.btn.btn-secondary {
    color: var(--bs-white);
   
}

.btn.btn-secondary:hover {
    background: var(--bs-primary);
    border: 1px solid var(--bs-primary);
}
/*** Topbar Start ***/


/*** Navbar ***/
.navbar-light .navbar-nav .nav-link {
    position: relative;
    margin-right: 25px;
    padding: 35px 0;
    color: var(--bs-primary);;
    font-size: 17px;
    font-weight: 400;
    outline: none;
    transition: .5s;
}

.sticky-top.navbar-light .navbar-nav .nav-link {
    padding: 20px 0;
    color: var(--bs-dark);
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: var(--bs-primary);
}

.navbar-light .navbar-brand img {
    max-height: 60px;
    transition: .5s;
}

.sticky-top.navbar-light .navbar-brand img {
    max-height: 45px;
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    vertical-align: middle;
    margin-left: 8px;
}

.dropdown .dropdown-menu a:hover {
    background: var(--bs-primary);
    color: var(--bs-white);
}

.navbar .nav-item:hover .dropdown-menu {
    transform: rotateX(0deg);
    visibility: visible;
    background: var(--bs-light);
    transition: .5s;
    opacity: 1;
}

@media (max-width: 991.98px) {
    .sticky-top.navbar-light {
        position: relative;
        background: var(--bs-white);
    }

    .navbar.navbar-expand-lg .navbar-toggler {
        padding: 10px 20px;
        border: 1px solid var(--bs-primary);
        color: var(--bs-primary);
    }

    .navbar-light .navbar-collapse {
        margin-top: 15px;
        border-top: 1px solid rgba(0, 0, 0, .08);
    }

    .navbar-light .navbar-nav .nav-link,
    .sticky-top.navbar-light .navbar-nav .nav-link {
        padding: 10px 0;
        margin-left: 0;
        color: var(--bs-dark);
    }

    .navbar-light .navbar-brand img {
        max-height: 45px;
    }
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        visibility: hidden;
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        border: 0;
        border-radius: 10px;
        transition: .5s;
        opacity: 0;
    }

    .navbar-light {
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
        border-top: 0;
        border-right: 0;
        border-bottom: 1px solid;
        border-left: 0;
        border-style: dotted;
        z-index: 999;
    }
    
    .sticky-top.navbar-light {
        position: fixed;
        background: var(--bs-light);
        border: none;
    }

    .navbar-light .navbar-nav .nav-item::before {
        position: absolute;
        content: "";
        width: 0;
        height: 2px;
        bottom: -1px;
        left: 50%;
        background: var(--bs-primary);
        transition: .5s;
    }

    .sticky-top.navbar-light .navbar-nav .nav-item::before {
        bottom: 0;
    }

    .navbar-light .navbar-nav .nav-item::after {
        content: "";
        position: absolute;
        bottom: 1px;
        left: 50%;
        transform: translateX(-50%);
        border: 10px solid;
        border-color: transparent transparent var(--bs-primary) transparent;
        opacity: 0;
        transition: 0.5s;
    }

    .navbar-light .navbar-nav .nav-item:hover::after,
    .navbar-light .navbar-nav .nav-item.active::after {
        bottom: 1px;
        opacity: 1;
    }

    .navbar-light .navbar-nav .nav-item:hover::before,
    .navbar-light .navbar-nav .nav-item.active::before {
        width: calc(100% - 2px);
        left: 1px;
    }

    .navbar-light .navbar-nav .nav-link.nav-contact::before {
        display: none;
    }
}



/***updates done by Aman starts below ***/

@media (max-width: 576px) {
  .navbar .container-fluid {
    display: flex;
    flex-wrap: nowrap !important;
    align-items: center;
    justify-content: space-between;
  }

  .navbar-brand {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    white-space: nowrap;
    font-size: clamp(12px, 4vw, 18px);
  }

  .navbar-brand .logo-mobile-fix {
    height: clamp(40px, 6vw, 60px);
    width: auto;
  }

  .navbar-toggler {
    padding: clamp(6px, 2.5vw, 12px);
    font-size: clamp(16px, 6vw, 24px);
    margin-left: auto;
  }

  .navbar-collapse {
    position: static !important;
    width: 100% !important;
    height: auto !important;
    background: transparent !important;
  }

  /* Optional: Hide buttons in mobile */
  .btn.btn-primary.rounded-pill,
  .btn.btn-primary.btn-md-square,
  .d-none.d-xl-flex {
    display: none !important;
  }
}

.company-name {
  font-size: 22px; /* responsive font */
  font-weight: 500;
}
@media (max-width: 576px) {
  .company-name {
     font-size: clamp(14px, 4vw, 28px);/* mobile size */
  }
}

.navbar-custom {
  background-color: #ffffff !important; /* or your brand color */
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}






/*** Carousel Hero Header Start ***/
.carousel-header {
    position: relative;
    overflow: hidden;
}

.carousel-indicators {
    display: none;
}

.carousel .carousel-control-prev,
.carousel .carousel-control-next {
    width: 0;
}

.carousel .carousel-control-prev .carousel-control-prev-icon,
.carousel .carousel-control-next .carousel-control-next-icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding: 25px 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--bs-primary);
    transition: 0.5s;
}

.carousel .carousel-control-prev .carousel-control-prev-icon {
    left: 0;
    border-left: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 50px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 50px;

}

.carousel .carousel-control-next .carousel-control-next-icon {
    right: 0;
    border-right: 0;
    border-top-left-radius: 50px;
    border-top-right-radius: 0;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 0;
}

.carousel .carousel-control-prev .carousel-control-prev-icon:hover,
.carousel .carousel-control-next .carousel-control-next-icon:hover {
    background: var(--bs-secondary);
}

.carousel .carousel-inner .carousel-item {
    position: relative;
}
/*** updated code ***/
.carousel-wrapper, .carousel, .hero-section {
  margin-top: 70px; /* or padding-top */
}
.navbar {
  z-index: 1000;
  position: fixed; /* or sticky-top */
  
}
.navbar {
  background-color: #ffffff !important; /* or your solid color */
}
/*** updated code end for sticky header***/

.carousel .carousel-inner .carousel-item .carousel-caption-1  {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding-top: 100px;
    display: flex;
    align-items: center;
    justify-content: end;
    background: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, 0.5));
    background-size: cover;
}

.carousel-caption-1-content {
    text-align: end;
    padding-right: 100px;
}

.carousel-caption-1-content .carousel-caption-1-content-btn {
    display: flex;
    justify-content: end;
}

.carousel .carousel-inner .carousel-item .carousel-caption-2  {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding-top: 100px;
    display: flex;
    align-items: center;
    text-align: center;
    background: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, 0.5));
    background-size: cover;
}

.carousel-caption-2-content {
    text-align: start;
    padding-left: 100px;
}

.carousel-caption-2-content .carousel-caption-2-content-btn {
    display: flex;
    justify-content: start;
}


@media (max-width: 992px) {
    .carousel .carousel-inner .carousel-item {
        height: 700px;
        margin-top: -100px;
    }

    .carousel .carousel-inner .carousel-item img {
        height: 700px;
        object-fit: cover;
    }


    .carousel .carousel-inner .carousel-item .carousel-caption-1 {
        max-width: 100% !important;
        justify-content: center;
    }

    .carousel-caption-1-content {
        padding: 0 20px !important;
        text-align: center !important;
    }

    .carousel-caption-1-content .carousel-caption-1-content-btn {
        justify-content: center;
    }


    .carousel .carousel-inner .carousel-item .carousel-caption-2 {
        max-width: 100% !important;
        justify-content: center;
    }

    .carousel-caption-2-content {
        padding: 0 20px !important;
        text-align: center !important;
    }

    .carousel-caption-2-content .carousel-caption-2-content-btn {
        justify-content: center;
    }



    .carousel .carousel-control-prev .carousel-control-prev-icon,
    .carousel .carousel-control-next .carousel-control-next-icon {
        display: none;
    }
}

.modal .modal-header {
    height: 100px;
}

#searchModal .modal-content {
    background: rgba(255, 255, 255, .6);
}
/*** Carousel Hero Header End ***/

/*** Emergency Popup ***/
.emergency-popup {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: linear-gradient(to top, #3974f3, #3498DB);
  color: #fff;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.2);
  z-index: 9999;
  width: 300px;
  max-width: 90%;
  animation: slideIn 0.5s ease;
}

.popup-content h5 {
  margin-top: 0;
  font-weight: 600;
}

.popup-content .close-btn {
  position: absolute;
  top: 8px;
  right: 12px;
  background: none;
  border: none;
  color: white;
  font-size: 20px;
  cursor: pointer;
  line-height: 1;
}

@keyframes slideIn {
  from {
    opacity: 0;
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/***Emergency Section Over***/


/*** Single Page Hero Header Start ***/
.bg-breadcrumb {
    position: relative;
    overflow: hidden;
    background: linear-gradient(rgba(0, 20, 66, 0.7), rgba(0, 20, 66, 0.7)), url(../img/breadcrumb.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 120px 0 60px 0;
    transition: 0.5s;
    margin-top: 60px;
}

.bg-breadcrumb .breadcrumb {
    position: relative;
}

.bg-breadcrumb .breadcrumb .breadcrumb-item a {
    color: var(--bs-white);
}

@media (max-width: 992px) {
    .bg-breadcrumb {
        padding: 60px 0 60px 0;
    }
}
/*** Single Page Hero Header End ***/


/*** Features Start ***/
.feature .feature-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    background: var(--bs-white);
    border-radius: 10px;
    transition: 0.5s;
}

.feature .feature-item:hover {
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
}

.feature .feature-item .feature-icon {
    width: 100px;
    height: 100px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--bs-primary);
}

.feature .feature-item .feature-icon i {
    transition: 0.5s;
}

.feature .feature-item:hover .feature-icon i {
    transform: rotate(360deg);
}

.feature .feature-item a.btn {
    transition: 0.5s;
}

.feature .feature-item:hover a.btn:hover {
    color: var(--bs-primary) !important;
}
/*** Features End ***/
/* Optional: customize CTA button */
.water-drop-cta {
  background: radial-gradient(at top, #3498db,#3498db, #004FF9);
  padding: 60px 30px;
  max-width: 400px;
  border-radius: 60% 50% 45% 55% / 60% 60% 40% 40%;
  box-shadow: 0 0 30px rgba(0, 127, 255, 0.3);
  animation: pulseDrop 3s infinite;
  transition: transform 0.3s ease;
}

.water-drop-cta:hover {
  transform: scale(1.02);
}

@keyframes pulseDrop {
  0% {
    box-shadow: 0 0 25px rgba(0, 127, 255, 0.3);
  }
  50% {
    box-shadow: 0 0 35px rgba(0, 127, 255, 0.5);
  }
  100% {
    box-shadow: 0 0 25px rgba(0, 127, 255, 0.3);
  }
}

@media (max-width: 576px) {
  .water-drop-cta {
    padding: 40px 30px;
    border-radius: 30%;
  }
}


/*** About Start ***/
.about .about-img {
    position: relative;
    padding-bottom: 30px;
    margin-top: 30px; 
    margin-left: 30px;
}

.about .about-img::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 10px;
    top: -30px;
    right: 0;
    border-radius: 10px;
    background: var(--bs-secondary);

}

.about .about-img::after {
    content: "";
    position: absolute;
    width: 10px;
    height: 100%;
    left: -30px;
    bottom: 30px;
    border-radius: 10px;
    background: var(--bs-secondary);
}

.about .about-img .about-exp {
    position: absolute;
    top: 0;
    left: 0;
    padding: 25px;
    font-size: 30px;
    font-weight: bold;
    background: var(--bs-secondary);
    color: var(--bs-white);
    border: 1px solid var(--bs-secondary);
    margin-top: -30px;
    margin-left: -30px;
    border-radius: 10px;
}
/*** About End ***/

/*** Service Start ***/

.service-item {
    position: relative;
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
}

.service-item::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    left: 0;
    bottom: 0;
    border-radius: 10px;
    background: var(--bs-primary);
    transition: 0.5s;
    z-index: 1;
}

.service-item:hover::after {
    width: 100%;
    height: 100%;
}

.service-item:hover .service-content,
.service-item:hover .service-btn {
    position: relative;
    z-index: 2;
}

.service-item .service-content a,
.service-item .service-content p {
    transition: 0.5s;
}

.service-item:hover .service-content a:hover {
    color: var(--bs-secondary);
}

.service-item:hover .service-content p {
    color: var(--bs-white);
} 

.service-item .service-btn {
    width: 60px;
    height: 60px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--bs-primary);
    transition: 0.5s;
}
@media (max-width: 576px) {
  .service-item .service-btn {
    width: 50px;
    height: 50px;
  }

  .service-item .service-btn i {
    font-size: 16px; /* Adjust icon size as well */
  }
}

.service-item .service-btn i {
    transition: 0.5s;
}

.service-item:hover .service-btn {
    background: var(--bs-white);
}

.service-item:hover .service-btn i {
    transform: rotate(360deg);
    color: var(--bs-primary) !important;
}
/*** Service End ***/


/*** Counter Start ***/
.counter {
    position: relative;
    overflow: hidden;
    background: linear-gradient(rgba(25, 64, 154, 0.9), rgba(25, 64, 154, 1)), url(../img/fact-bg.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}

.counter .counter-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}

.counter .counter-item .counter-item-icon {
    width: 100px;
    height: 100px;
    border-radius: 50px;
    background: var(--bs-primary);
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
/*** Counter End ***/

/*** OUR PROMISE BOX ***/
.our-promise-section {
  background: linear-gradient(to bottom, #f2f9f9, #6db1df, #f2f9f9);
}
.promise-box {
  background-color: #f8f9fa;
  border-radius: 100px;
  padding: 40px 20px;
  transition: all 0.3s ease;
  height: 100%;
  border: 1px solid #e0e0e0;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
  background: #efffff;
}

.promise-box:hover {
  box-shadow: 0 10px 20px rgba(0, 79, 249, 0.15);
  transform: translateY(-5px);
}

.promise-box .icon i {
  font-size: 40px;
  color: var(--bs-primary); /* primary blue */
}

/*** Products Start ***/
.product .product-item {
    border: 1px solid rgba(196, 211, 211, 0.9);
    border-radius: 10px;
}
.product-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 0 15px rgba(0,0,0,0.1);
  transition: all 0.3s ease-in-out;
}
.product-price {
  font-family: 'Poppins', sans-serif; /* Replace with your preferred font */
  font-weight: 600;
  font-size: 25px;
}
/* You may already have these in your CSS */
.badge {
  font-size: 0.8rem;
  font-weight: 600;
  border-radius: 0.5rem;
}

ul li i {
  font-size: 1rem;
}

/* Make dropdown background white */
#variant-selector {
  background-color: #fff;
  border: 1px solid #ccc;
  color: #000;
}

/* Style each option */
#variant-selector option {
  background-color: #fff;
  color: #000;
}

/* Hover effect for options (works in most modern browsers) */
#variant-selector option:hover {
  background-color: #3498DB;
  color: #fff;
}

/* On focus (when user opens dropdown) */
#variant-selector:focus {
  border-color: #3498DB;
  box-shadow: 0 0 0 0.2rem rgba(52, 152, 219, 0.25);
}

/* Fix Swiper Pagination Position */
.reviewSwiper {
    padding-bottom: 60px; /* Space for dots */
}

.reviewSwiper .swiper-pagination {
    position: relative;
    margin-top: 20px;
    bottom: 0 !important;
}


/*** Products End ***/

/*** Blog Start ***/
.water-lab-section {
  background: #f2f9f9;
}

.insight-card {
  background-color: #f2f9f9;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  padding: 20px;
  transition: all 0.3s ease;
  box-shadow: 0 0 10px rgba(0, 79, 249, 0.05);
}

.insight-card:hover {
  box-shadow: 0 5px 25px rgba(0, 79, 249, 0.1);
  transform: translateY(-4px);
}

.insight-card h5 {
  font-size: 1.1rem;
  font-weight: 600;
}

.insight-card a {
  text-decoration: none;
  font-weight: 500;
}
#home-blog-list h6 {
  color: #0a2351;
  font-weight: 500;
}

#home-blog-list p {
  font-size: 0.95rem;
}
.card-img-top {
  height: 350px;
  object-fit: cover;
}

.card-title {
  font-size: 1.1rem;
}

.card-text {
  font-size: 0.95rem;
  color: #555;
}


/*** Blog End ***/

/*** Team Start ***/
.team .team-item {
    position: relative;
    overflow: hidden;
    background: var(--bs-white);
    border: 1px solid var(--bs-secondary);
    border-radius: 10px;
}

.team .team-item .team-inner {
    transition: 0.5s;
}
.team .team-item:hover .team-inner {
    box-shadow: 0 0 45px rgba(0, 0, 0, 0.2);
}

.team .team-item .team-inner .team-img {
    position: relative;
    z-index: 2;
}

.team .team-item .team-inner .team-img::after {
    content: "";
    width: 100%;
    height: 0;
    position: absolute;
    top: 0;
    left: 0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background: linear-gradient(80deg, #004FF9, #004FF9);
    transition: 0.5s;
    z-index: 3;
}

.team .team-item:hover .team-inner .team-img::after {
    height: 100%;
}

.team .team-item .team-inner .team-img .team-share {
    position: absolute;
    left: 10px;
    bottom: 10px;
    transition: 0.5s;
    z-index: 2;
}

.team .team-item:hover .team-inner .team-img .team-share {
    opacity: 0;
}

.team .team-item .team-inner .team-img .team-icon {
    position: absolute;
    bottom: 0;
    left: -100%;
    border-bottom-left-radius: 0 !important; 
    border-top-left-radius: 0 !important;
    display: inline-flex;
    background: var(--bs-primary);
    transition: 0.5s;
    z-index: 4;
}

.team .team-item:hover .team-inner .team-img .team-icon { 
    left: -25px; 
}
/*** Team End ***/

/*** Our Client ***/
.client-section {
  background: #f9fbfd;
}

.client-logo {
  max-height: 100px;
  opacity: 0.9;
  transition: transform 0.3s ease, opacity 0.3s ease;
  
}

.client-logo:hover {
  transform: scale(1.1);
  filter: grayscale(0%);
  opacity: 1;
}

/*** our cliend end ***/

/*** Industry we work start***/


/*** Industry we work end***/

/*** Industry (Earlier Testimonial) Start ***/

/* Base nav layout */
.testimonial-carousel .owl-nav {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-top: -5px;
}

/* Arrows */
.testimonial-carousel .owl-prev,
.testimonial-carousel .owl-next {
  color: transparent;
  background: var(--bs-primary);
  width: 36px;
  height: 36px;
  border-radius: 50%;
  position: relative;
  transition: 0.3s;
}

.testimonial-carousel .owl-prev::before,
.testimonial-carousel .owl-next::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 14px;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.testimonial-carousel .owl-prev::before {
  content: "\f104";
}
.testimonial-carousel .owl-next::before {
  content: "\f105";
}

.testimonial-carousel .owl-prev:hover,
.testimonial-carousel .owl-next:hover {
  background: #ffffff;
  box-shadow: 0 0 8px rgba(0,0,0,0.1);
}
.testimonial-carousel .owl-prev:hover::before,
.testimonial-carousel .owl-next:hover::before {
  color: var(--bs-primary);
}

/* ✅ Fix for mobile: remove overlap */
@media (max-width: 576px) {
  .testimonial-carousel .owl-nav {
    margin-top: 10px; /* remove negative margin */
  }

  .testimonial-carousel .owl-prev,
  .testimonial-carousel .owl-next {
    width: 28px;
    height: 28px;
  }

  .testimonial-carousel .owl-prev::before,
  .testimonial-carousel .owl-next::before {
    font-size: 12px;
  }
}




/*** original 
    .testimonial .owl-nav .owl-prev {
    position: absolute;
    top: -58px;
    right: 0;
    background: var(--bs-primary);
    color: var(--bs-white);
    padding: 5px 30px;
    border-radius: 30px;
    transition: 0.5s;
}

.testimonial .owl-nav .owl-next {
    position: absolute;
    top: -58px;
    right: 88px;
    background: var(--bs-primary);
    color: var(--bs-white);
    padding: 5px 30px;
    border-radius: 30px;
    transition: 0.5s;
}***/




@media (max-width: 992px) {
    .owl-carousel.testimonial-carousel {
        padding-top: 30px;
    }

    .testimonial .owl-nav .owl-prev,
    .testimonial .owl-nav .owl-next {
        top: -30px;
    }
}
/*** testimonial End ***/

/*** Service Page ***/

/*** Service Page End ***/

/*** ad banner***/
.ad-banner-container {
  width: 100%;
  height: 32px;
  overflow: hidden;
  position: relative;
  background: linear-gradient(to right, #2060ea, #3498db);
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  display: flex;
  align-items: center;
  z-index: 9999;
}

.ad-banner-content {
  white-space: nowrap;
  display: inline-block;
  padding-left: 100%;
  animation: scroll-left 20s linear infinite;
}

@keyframes scroll-left {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}
/*** ad banner end***/

/*** SERVICE PAGE ***/
.process-flow {
  position: relative;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
  justify-content: space-between; /* ✅ evenly space steps */
  flex-wrap: nowrap;
}
.process-flow::before {
  content: '';
  position: absolute;
  top: 55px;
  left: 0;
  right: 0;
  height: 2px;
  background-color: #dee2e6;
  z-index: 1;
}
.step-item {
  flex: 0 0 calc(100% / 6 - 10px); /* ✅ 6 items with slight spacing */
  z-index: 2;
  text-align: center;
  margin: 0 5px; /* small horizontal space */
}
.step-icon {
  width: 60px;
  height: 60px;
  background: var(--bs-primary);
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  margin: 0 auto 10px auto;
  transition: 0.3s;
}
.step-item:hover .step-icon {
  background: var(--bs-dark);
}
@media (max-width: 767.98px) {
  .process-flow {
    flex-direction: column;
    padding-top: 0;
  }
  .process-flow::before {
    display: none;
  }
  .step-item {
    width: 100%;
    margin-bottom: 30px;
  }
}



/*** Footer Start ***/
.footer {
    background: #f2f9f9;
}

.footer .footer-item a {
    line-height: 35px;
    color: var(--bs-body);
    transition: 0.5s;
}

.footer .footer-item p {
    line-height: 35px;
}

.footer .footer-item a:hover {
    letter-spacing: 1px;
    color: var(--bs-primary);
}

.footer .footer-item .footer-btn a,
.footer .footer-item .footer-btn a i {
    transition: 0.5s;
}

.footer .footer-item .footer-btn a:hover {
    background: var(--bs-white);
}

.footer .footer-item .footer-btn a:hover i {
    color: var(--bs-primary) !important;
}

/*** AMAN CHANGE ***/
.footer-brand {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.footer-logo {
  height: clamp(40px, 8vw, 64px); 
  width: auto;
}

.footer-company-name {
  font-size: clamp(16px, 5vw, 22px);
  font-weight: 600;
  text-align: center;
}




/*** Footer End ***/

/*** copyright Start ***/
.copyright {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    background: var(--bs-dark);
}
/*** copyright end ***/


