
/*** 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;
    display: flex;
    width: 45px;
    height: 45px;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
    z-index: 99;
}

/*** 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-square,
.btn-sm-square,
.btn-md-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    border-radius: 50%;
}

.btn.btn-primary {
    background: var(--bs-primary) !important;
    color: var(--bs-white) !important;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    transition: 0.5s;
}

.btn.btn-primary:hover {
    background: var(--bs-secondary) !important;
    color: var(--bs-white);
}

.btn.btn-secondary {
    background: var(--bs-secondary) !important;
    color: var(--bs-white);
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    border: 1px solid var(--bs-secondary);
    transition: 0.5s;
}

.btn.btn-secondary:hover {
    background: var(--bs-primary) !important;
    color: var(--bs-secondary) !important;
}

/*** Topbar Start ***/
.topbar {
    padding: 2px 10px 2px 20px;
    background: var(--bs-primary) !important;
}

.topbar a,
.topbar a i {
    transition: 0.5s;
}

.topbar a:hover,
.topbar a i:hover {
    color: var(--bs-secondary) !important;
}


@media (max-width: 768px) {
    .topbar {
        display: none;    
    }
}
/*** Topbar End ***/


/*** Navbar ***/
.nav-bar .categories-bars .categories-bars-item {
    padding: 5px 15px;
    border-bottom: 1px solid rgba(256, 256, 256, 0.1);
    display: flex;
    justify-content: space-between;
    transition: 0.5s;
}

.nav-bar .categories-bars .categories-bars-item a,
.nav-bar .categories-bars .categories-bars-item span {
    color: var(--bs-dark);
    transition: 0.5s;
}

.nav-bar .categories-bars .categories-bars-item:hover {
    background: var(--bs-primary);
}

.nav-bar .categories-bars .categories-bars-item:hover a,
.nav-bar .categories-bars .categories-bars-item:hover span {
    color: var(--bs-white);
}

.nav-bar .navbar.navbar-light {
    padding: 0 !important;
}

.nav-bar .navbar .navbar-nav .nav-link {
    padding: 18px 15px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    font-size: 17px;
    transition: .5s;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active,
.fixed-top.bg-white .navbar .navbar-nav .nav-link:hover,
.fixed-top.bg-white .navbar .navbar-nav .nav-link.active {
    color: var(--bs-white);
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    vertical-align: middle;
}

@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;
    }
}

@media (max-width: 992px) {
    .nav-bar .navbar .navbar-nav .nav-link {
        padding: 8px 0px;
    }
}

.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) !important;
    transition: .5s;
    opacity: 1;
}

.navbar .navbar-toggler {
    padding: 5px 15px;
}

#allCat {
    position: absolute; 
    left: 0; 
    right: 0; 
    top: 51px; 
    z-index: 999; 
    background: var(--bs-light);
}

.nav-bar .navbar-toggler {
    border-radius: 5px !important; 
    box-shadow: none !important;
}

/*** Navbar End ***/

/*** Carousel Header Start ***/
.header-carousel.owl-carousel .owl-nav .owl-prev,
.header-carousel.owl-carousel .owl-nav .owl-next {
    position: absolute;
    width: 50px;
    height: 50px;
    top: 87%;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--bs-primary);
    color: var(--bs-white);
}

.header-carousel.owl-carousel .owl-nav .owl-prev {
    right: 130px;
    transition: 0.5s;
}

.header-carousel.owl-carousel .owl-nav .owl-next {
    right: 60px;
    transition: 0.5s;
}

.header-carousel.owl-carousel .owl-nav .owl-prev:hover,
.header-carousel.owl-carousel .owl-nav .owl-next:hover {
    background: var(--bs-secondary);
    color: var(--bs-white);
}

.carousel .carousel-header-banner {
    position: relative;
}

.carousel .carousel-banner-offer {
    position: absolute;
    top: 20px; 
    left: 20px;
    display: flex;
    align-items: center;
    z-index: 2;
}

.carousel .carousel-banner {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0; 
    left: 0;
    padding: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: end;
    background: rgba(0, 0, 0, 0.3);
    z-index: 1;
}
/*** Carousel Header End ***/


/*** Page Header start ***/
.page-header {
    position: relative;
    padding: 100px 0;
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../img/carousel-1.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
/*** Page Header end ***/

.rotateme {
  -webkit-animation-name: rotateme;
  animation-name: rotateme;
  -webkit-animation-duration: 20s;
  animation-duration: 20s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;position: absolute;z-index: 1;right:3rem;top:0
}

@keyframes rotateme {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
/*scale*/
.zoom {
    -webkit-animation: zoom 2s alternate infinite;
    animation: zoom 2s alternate infinite;right:-50px;bottom: 10px
}
@keyframes zoom {
    0% {
        transform: scale(0.5);
    }

    100% {
        transform: scale(1.2);
    }
}
  /* button f */
        .awesome {
          cursor: pointer;
          overflow: hidden;
          position: relative;
          border: 0;
          border-radius:50px;
          margin: 0;
          padding: 0.7rem 1rem 0.8rem 2rem;
          display: inline-flex;
          background: none;
          color: #152b59;
          font-weight: 600;
          font-size: 24px;
        }
        .awesome::before {
          content: "";
          position: absolute;
          top: 0;
          left: 0;
          z-index: -1;
          height: 100%;
          width: 100%;
          border-radius: 50px;
          background: linear-gradient(-45deg, #0acfc3, #eee 50%);
          opacity: 0;
          transform: translateX(-100%);
          transition: transform 0.4s cubic-bezier(0.25, 0, 0.75, 1), opacity 1s ease;
        }
        .awesome::after {
          content: "❯";
          display: grid;
          place-items: center;
          height: 1.5em;
          width: 1.5em;
          padding: 4px;
          margin-left: 0.65rem;
          border-radius: 50px;
          background: #0acfc3;
          color: #152b59;
          font-size: 0.75em;
          line-height: 0;
          transform: translateY(2px);
          transition: background-color 0.25s ease 0.25s;
          margin-top: 1%;
        }
        .awesome:hover::before {
          transform: translateX(0);
          opacity: 1;
        }
        .awesome:hover::after {
          background: #fff;
        }




/* Hover effects */
.view-fourth img {
   -webkit-transition: all 0.4s ease-in-out 0.2s;
   -moz-transition: all 0.4s ease-in-out 0.2s;
   -o-transition: all 0.4s ease-in-out 0.2s;
   -ms-transition: all 0.4s ease-in-out 0.2s;
   transition: all 0.4s ease-in-out 0.2s;
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
}
.view-fourth .mask {
   background-color: #153a8a;
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transform: scale(0) rotate(-180deg);
   -moz-transform: scale(0) rotate(-180deg);
   -o-transform: scale(0) rotate(-180deg);
   -ms-transform: scale(0) rotate(-180deg);
   transform: scale(0) rotate(-180deg);
   -webkit-transition: all 0.4s ease-in;
   -moz-transition: all 0.4s ease-in;
   -o-transition: all 0.4s ease-in;
   -ms-transition: all 0.4s ease-in;
   transition: all 0.4s ease-in;
   -webkit-border-radius: 0px;
   -moz-border-radius: 0px;
   border-radius: 0px;
}
.view-fourth:hover .mask {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
   -webkit-transform: scale(1) rotate(0deg);
   -moz-transform: scale(1) rotate(0deg);
   -o-transform: scale(1) rotate(0deg);
   -ms-transform: scale(1) rotate(0deg);
   transform: scale(1) rotate(0deg);
   -webkit-transition-delay: 0.2s;
   -moz-transition-delay: 0.2s;
   -o-transition-delay: 0.2s;
   -ms-transition-delay: 0.2s;
   transition-delay: 0.2s;height:100%
} 
.view-fourth:hover img {
   -webkit-transform: scale(0);
   -moz-transform: scale(0);
   -o-transform: scale(0);
   -ms-transform: scale(0);
   transform: scale(0);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transition-delay: 0s;
   -moz-transition-delay: 0s;
   -o-transition-delay: 0s;
   -ms-transition-delay: 0s;
   transition-delay: 0s;
}
.view-fourth:hover h2,
.view-fourth:hover p,
.view-fourth:hover a.info {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
   -webkit-transition-delay: 0.5s;
   -moz-transition-delay: 0.5s;
   -o-transition-delay: 0.5s;
   -ms-transition-delay: 0.5s;
   transition-delay: 0.5s;
}
.view a.info {
   display: inline-block;
   text-decoration: none;
   padding: 7px 14px;
   background: #0f46df;
   color: #fff;
   text-transform: uppercase;
   box-shadow: 0 0 1px #143889;
}

/*services*/
@media (max-width:1419.98px){
    li.nav-item{padding:5px 15px 5px 10px;margin:0px;font-size:.8em;font-weight:500}
    }
@media (max-width:1199.98px){
li.nav-item{padding:5px 15px 5px 0px;margin:0px;font-size:.7em}.view .mask {width:100%;height:auto}
}
@media (max-width:991.98px){
.info{font-size:.8rem;font-weight:300}
li.nav-item{padding:5px 20px 5px 20px;margin:0px;font-size:1em}
}
@media (max-width:767.98px){
.info{font-size:1.1rem;font-weight:500}
.section-title{font-size:28px;padding-bottom:10px;font-weight:700}
.sup-title{;font-size:1em}
header{background-position: top right;}	
}
@media (max-width:575.98px){
.navbar-brand{width:70%;}
}
@media (max-width:475.98px){
body{font-size:14px;font-weight:400}
}
@media (max-width:435.98px){.info{font-size:1rem;font-weight:500;line-height:24px}
}
@media (max-width:379.98px){.info{font-size:.8rem;font-weight:500;line-height:20px}
}

/*gallery*/
.heading {
    text-align: center;
    font-size: 2.0em;
    letter-spacing: 1px;
    padding: 40px;
    color: white;
}

.gallery-image {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;background: #030f25;
}

.gallery-image img {
  height: 400px;
  width:100%;
  transform: scale(1.0);
  transition: transform 0.4s ease;
}
.gallery {
	display: flex;
	flex-wrap: wrap;
	margin: -1rem -1rem;
}
.gallery-item {
	flex: 1 0 24rem;
	margin: 1rem;
	box-shadow: 0.3rem 0.4rem 0.4rem rgba(0, 0, 0, 0.4);
	overflow: hidden;
}
.gallery-image {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 400ms ease-out;
}
.text-primary{color:#152b59 !important}
.gallery-image:hover {
	transform: scale(1.15);
}
.services{margin-top: 5% !important;}
/*service box*/
.services2{background: url("../img/service-bg.webp");background-position: center top;background-size: 100% auto;padding: 50px 0px; background-repeat: repeat;margin-top: 5%; 
    }	
.service-box{
            position: relative;
            overflow: hidden;
            margin-bottom:10px;
            perspective:1000px;
            -webkit-perspective:1000px;
        }
        .service-icon{
            width: 100%;
            height: 220px;
            padding: 20px;
            text-align: center;
            transition: all .5s ease;
        }
.heading {
    text-align: center;
    font-size: 2.0em;
    letter-spacing: 1px;
    padding: 40px;
    color: #030f25;
}



.simple-faq {
  padding: 60px 0;
}

.faq-title {
  text-align: center;
  font-weight: 800;
  margin-bottom: 40px;
}

.faq-item {
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  margin-bottom: 15px;
  padding: 15px 20px;
  background: #fff;
}

.faq-item summary {
  font-weight: 600;
  cursor: pointer;
  list-style: none;
  position: relative;
}

.faq-item summary::after {
  content: "+";
  position: absolute;
  right: 0;
  font-size: 20px;
}

.faq-item[open] summary::after {
  content: "−";
}

.faq-item p {
  margin-top: 12px;
  color: #555;
  line-height: 1.7;
}
.adc-btn-primary {
    background-color: #152b59;
    color: #ffffff;
    border-radius: 30px;
    padding: 10px 25px;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    transition: background-color 0.3s ease;
}



.adc-faq{
  background: linear-gradient(180deg, #acd6d2 0%, #ffffff 100%); margin-top: 5%;
}
.airflow-section{
  background: linear-gradient(135deg, #031e3f 0%, #2192cb 100%);
  color: #ffffff;
}

.airflow-title{
  font-weight: 800;
  font-size: clamp(28px, 3vw, 40px);
  letter-spacing: -0.5px;color:#ffffff
}

.airflow-text{
  font-size: 17px;
  line-height: 1.8;
  max-width: 950px;
  margin: 0 auto 18px;
  color: #e6f3fb;
}

.airflow-features{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
  font-weight: 600;
}

.airflow-features span{
  background: rgba(255,255,255,0.15);
  padding: 10px 18px;
  border-radius: 30px;
  font-size: 14px;
}

.contact-section{
  background: linear-gradient(180deg, #f7fbff 0%, #ffffff 100%);
}

.contact-title{
  font-weight: 900;
  font-size: clamp(28px, 3vw, 42px);
  color: #031e3f;
  margin-bottom: 10px;
}

.contact-subtitle{
  color: #5b6b7a;
  max-width: 820px;
  margin: 0 auto;
}

.contact-card{
  background: linear-gradient(135deg, #031e3f 0%, #0b2a54 55%, #2192cb 140%);
  color: #fff;
  border-radius: 20px;
  padding: 26px;
  box-shadow: 0 20px 45px rgba(3, 30, 63, 0.25);
  position: relative;
  overflow: hidden;
}

.contact-badge{
  display: inline-block;
  background: rgba(255,255,255,0.16);
  border: 1px solid rgba(255,255,255,0.22);
  padding: 8px 14px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 12px;
  margin-bottom: 14px;
}

.contact-card-title{
  font-weight: 800;
  letter-spacing: -0.3px; color: #fff;
}

.contact-info{
  display: grid;
  gap: 14px;
  margin-top: 10px;
}

.contact-info-item{
  display: flex;
  gap: 12px;
  align-items: flex-start;
  background: rgba(255,255,255,0.12);
  border: 1px solid rgba(255,255,255,0.18);
  padding: 12px;
  border-radius: 14px;
}

.contact-icon{
  width: 42px;
  height: 42px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255,255,255,0.18);
  font-size: 18px;
}

.contact-info .label{
  font-size: 12px;
  opacity: 0.9;
  text-transform: uppercase;
  letter-spacing: 0.8px;
}

.contact-info .value{
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
}

.contact-note{
  font-size: 13px;
  opacity: 0.9;
}

.contact-form-wrap{
  background: #ffffff;
  border-radius: 20px;
  padding: 26px;
  box-shadow: 0 14px 40px rgba(16, 24, 40, 0.10);
  border: 1px solid rgba(16, 24, 40, 0.06);
}

.contact-form-title{
  font-weight: 900;
  color: #031e3f;
  margin-bottom: 6px;
}

.contact-form-subtitle{
  color: #5b6b7a;
  margin-bottom: 18px;
}

.contact-control{
  border-radius: 12px;
  padding: 12px 14px;
  border: 1px solid rgba(16, 24, 40, 0.12);
}

.contact-control:focus{
  border-color: #2192cb;
  box-shadow: 0 0 0 0.2rem rgba(33,146,203,0.18);
}

.contact-btn-primary{
  background: #2192cb;
  border: 0;
  color: #fff;
  font-weight: 800;
  padding: 12px 16px;
  border-radius: 14px;
}

.contact-btn-primary:hover{
  filter: brightness(0.95);
  color: #fff;
}

.contact-btn-outline{
  border: 2px solid rgba(255,255,255,0.55);
  background: transparent;
  color: #fff;
  font-weight: 800;
  padding: 12px 16px;
  border-radius: 14px;
}

.contact-btn-outline:hover{
  background: rgba(255,255,255,0.12);
  color: #fff;
}

.contact-trust{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.contact-trust span{
  background: rgba(3,30,63,0.06);
  border: 1px solid rgba(3,30,63,0.10);
  padding: 8px 12px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 13px;
  color: #031e3f;
}







   form.CUS input.subject { display: none; }
.d-none{display: none !important;}




.why-choose-section{
  background: #f7fbff;
}

.why-badge{
  display: inline-block;
  background: #2192cb;
  color: #fff;
  padding: 6px 14px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 13px;
}

.why-title{
  font-weight: 900;
  font-size: clamp(28px, 3vw, 40px);
  color: #031e3f;
}

.why-text{
  font-size: 16px;
  line-height: 1.8;
  color: #4b5a6a;
  margin-bottom: 15px;
}

.why-box{
  background: #ffffff;
  border-radius: 16px;
  padding: 20px;
  box-shadow: 0 10px 30px rgba(3,30,63,0.08);
  border-left: 5px solid #2192cb;
  height: 100%;
}

.why-box h4{
  font-size: 16px;
  font-weight: 800;
  color: #031e3f;
  margin-bottom: 6px;
}

.why-box p{
  font-size: 14px;
  color: #5b6b7a;
  margin: 0;
}

.why-box.highlight{
  background: linear-gradient(135deg, #031e3f 0%, #2192cb 100%);
  color: #ffffff;
  border-left: none;
}

.why-box.highlight h4,
.why-box.highlight p{
  color: #ffffff;
}


.reviews-section{
  background: linear-gradient(180deg, #ffffff 0%, #f3f9fd 100%);
}

.reviews-badge{
  display: inline-block;
  background: rgba(33,146,203,0.15);
  color: #031e3f;
  padding: 6px 14px;
  border-radius: 999px;
  font-weight: 800;
  font-size: 13px;
}

.reviews-title{
  font-weight: 900;
  font-size: clamp(28px, 3vw, 40px);
  color: #031e3f;
}

.reviews-subtitle{
  color: #5b6b7a;
  max-width: 720px;
  margin: 0 auto;
}

.review-card{
  background: #ffffff;
  border-radius: 20px;
  padding: 24px;
  height: 100%;
  box-shadow: 0 15px 35px rgba(3,30,63,0.08);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.review-card:hover{
  transform: translateY(-6px);
  box-shadow: 0 25px 50px rgba(3,30,63,0.15);
}

.review-stars{
  color: #ffb703;
  font-size: 18px;
  margin-bottom: 10px;
}

.review-text{
  font-size: 15px;
  line-height: 1.7;
  color: #4b5a6a;
  margin-bottom: 18px;
}

.review-user{
  display: flex;
  align-items: center;
  gap: 12px;
}

.review-user img{
  width: 54px;
  height: 54px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid #2192cb;
}

.review-user strong{
  display: block;
  color: #031e3f;
}

.review-user span{
  font-size: 13px;
  color: #6b7b8a;
}

.reviews-btn{
  background: #2192cb;
  color: #fff;
  font-weight: 800;
  padding: 14px 26px;
  border-radius: 30px;
}

.reviews-btn:hover{
  background: #1b7fb1;
  color: #fff;
}

.locations-section{
  background: #ffffff;
}

.locations-badge{
  display: inline-block;
  background: rgba(33,146,203,0.15);
  color: #031e3f;
  padding: 6px 14px;
  border-radius: 999px;
  font-weight: 800;
  font-size: 13px;
}

.locations-title{
  font-weight: 900;
  font-size: clamp(28px, 3vw, 40px);
  color: #031e3f;
}

.locations-subtitle{
  color: #5b6b7a;
  max-width: 820px;
  margin: 0 auto;
}

.locations-grid > div{
  background: #f7fbff;
  border: 1px solid rgba(3,30,63,0.08);
  padding: 12px 14px;
  border-radius: 12px;
  font-weight: 600;
  color: #031e3f;
  text-align: center;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.locations-grid > div:hover{
  transform: translateY(-4px);
  box-shadow: 0 10px 25px rgba(3,30,63,0.12);
}

.locations-btn{
  background: #2192cb;
  color: #ffffff;
  font-weight: 800;
  padding: 14px 28px;
  border-radius: 30px;
}

.locations-btn:hover{
  background: #1b7fb1;
  color: #ffffff;
}
.locations-group{
  display: block;
  font-weight: 900;
  color: #031e3f;
  margin: 20px 0 10px;
  font-size: 18px;
}

.svc-sanitize{
  padding: clamp(48px, 5vw, 80px) 0;
  background: radial-gradient(1200px 600px at 15% 10%, rgba(12,166,132,.10), transparent 55%),
              radial-gradient(900px 500px at 90% 30%, rgba(9,132,227,.10), transparent 55%),
              linear-gradient(180deg, #ffffff, #fbfdff);
  overflow: hidden;
  position: relative;
}

.svc-badge{
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(12,166,132,.12);
  color: #0a6d58;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: .2px;
  border: 1px solid rgba(12,166,132,.18);
}

.svc-title{
  margin: 14px 0 10px;
  font-size: clamp(26px, 2.6vw, 40px);
  line-height: 1.15;
  font-weight: 800;
  color: #122d40;
}

.svc-lead{
  margin: 0 0 18px;
  font-size: 16.5px;
  line-height: 1.7;
  color: #2b3a46;
  max-width: 60ch;
}

.svc-list{
  list-style: none;
  padding: 0;
  margin: 0 0 22px;
  display: grid;
  gap: 10px;
}

.svc-list li{
  display: flex;
  align-items: flex-start;
  gap: 12px;
  color: #22313c;
  font-weight: 600;
}

.svc-list .dot{
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin-top: 7px;
  background: #0ca684;
  box-shadow: 0 0 0 6px rgba(12,166,132,.14);
  flex: 0 0 auto;
}

.svc-trust{
  display: grid;
  gap: 12px;
  margin-bottom: 22px;
}

.trust-card{
  display: flex;
  gap: 14px;
  padding: 14px 14px;
  border-radius: 16px;
  background: rgba(255,255,255,.85);
  border: 1px solid rgba(18,45,64,.10);
  box-shadow: 0 10px 22px rgba(18,45,64,.06);
}

.trust-icon{
  width: 42px;
  height: 42px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  background: rgba(9,132,227,.10);
  border: 1px solid rgba(9,132,227,.16);
  font-size: 18px;
  flex: 0 0 auto;
}

.trust-title{
  font-weight: 800;
  color: #122d40;
  margin-bottom: 2px;
}

.trust-text{
  color: #2b3a46;
  font-size: 14.5px;
  line-height: 1.5;
}

.svc-cta{
  display: flex;
  flex-wrap: wrap;
  gap: 10px 12px;
  align-items: center;
  margin-top: 8px;
}

.btn-primary-svc,
.btn-outline-svc,
.btn-block-svc{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px 16px;
  border-radius: 14px;
  font-weight: 800;
  text-decoration: none;
  transition: transform .15s ease, box-shadow .15s ease, background .15s ease, border-color .15s ease;
  user-select: none;
}

.btn-primary-svc{
  background: #0ca684;
  color: #fff;
  box-shadow: 0 14px 30px rgba(12,166,132,.25);
  border: 1px solid rgba(12,166,132,.25);
}

.btn-primary-svc:hover{
  transform: translateY(-1px);
  box-shadow: 0 18px 40px rgba(12,166,132,.32);
}

.btn-outline-svc{
  background: rgba(255,255,255,.85);
  color: #122d40;
  border: 1px solid rgba(18,45,64,.18);
}

.btn-outline-svc:hover{
  transform: translateY(-1px);
  border-color: rgba(12,166,132,.45);
  box-shadow: 0 14px 30px rgba(18,45,64,.10);
}

.svc-note{
  width: 100%;
  font-size: 13px;
  color: #4b5b67;
  margin-top: 4px;
}

/* Right card */
.svc-card{
  position: relative;
  border-radius: 22px;
  padding: 18px;
  background: linear-gradient(180deg, rgba(255,255,255,.92), rgba(255,255,255,.84));
  border: 1px solid rgba(18,45,64,.12);
  box-shadow: 0 24px 60px rgba(18,45,64,.12);
  overflow: hidden;
}

.svc-card-top{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 14px;
}

.svc-card-title{
  font-weight: 900;
  color: #122d40;
  font-size: 16px;
}

.svc-pill{
  font-size: 12px;
  font-weight: 900;
  padding: 7px 10px;
  border-radius: 999px;
  background: rgba(9,132,227,.10);
  border: 1px solid rgba(9,132,227,.16);
  color: #0b4f86;
}

.svc-metrics{
  display: grid;
  gap: 10px;
  margin-bottom: 14px;
}

.metric{
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 12px;
  align-items: center;
  padding: 10px 12px;
  border-radius: 16px;
  background: rgba(18,45,64,.035);
  border: 1px solid rgba(18,45,64,.08);
}

.metric-num{
  width: 34px;
  height: 34px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  font-weight: 900;
  color: #fff;
  background: #0984e3;
  box-shadow: 0 10px 24px rgba(9,132,227,.25);
}

.metric-text{
  font-weight: 800;
  color: #22313c;
}

.svc-mini{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-bottom: 14px;
}

.mini-item{
  display: flex;
  gap: 10px;
  align-items: center;
  padding: 12px 12px;
  border-radius: 16px;
  background: rgba(12,166,132,.07);
  border: 1px solid rgba(12,166,132,.14);
}

.mini-ico{
  width: 38px;
  height: 38px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  background: rgba(12,166,132,.16);
  border: 1px solid rgba(12,166,132,.20);
}

.mini-txt{
  font-size: 13px;
  color: #21303b;
  line-height: 1.25;
}

.svc-card-bottom{
  display: grid;
  gap: 8px;
}

.btn-block-svc{
  width: 100%;
  background: #122d40;
  color: #fff;
  border: 1px solid rgba(18,45,64,.25);
  box-shadow: 0 18px 40px rgba(18,45,64,.20);
}

.btn-block-svc:hover{
  transform: translateY(-1px);
  box-shadow: 0 22px 52px rgba(18,45,64,.26);
}

.svc-small{
  font-size: 12.5px;
  color: #4b5b67;
}

/* Decorative blobs */
.blob{
  position: absolute;
  border-radius: 999px;
  filter: blur(0px);
  opacity: .55;
  pointer-events: none;
}
.blob-1{
  width: 220px;
  height: 220px;
  right: -110px;
  top: -80px;
  background: radial-gradient(circle at 30% 30%, rgba(12,166,132,.55), rgba(12,166,132,0));
}
.blob-2{
  width: 260px;
  height: 260px;
  left: -140px;
  bottom: -140px;
  background: radial-gradient(circle at 30% 30%, rgba(9,132,227,.55), rgba(9,132,227,0));
}

/* Responsive tweaks */
@media (max-width: 991.98px){
  .svc-card{ margin-top: 6px; }
  .svc-mini{ grid-template-columns: 1fr; }
}


/* ===== Footer ===== */
.site-footer{
  background: #122d40;
  color: #e6eef4;
  padding: 60px 0 25px;
  font-size: 14.5px;
}

.site-footer a{
  color: #0ca684;
  text-decoration: none;
  font-weight: 600;
}

.site-footer a:hover{
  text-decoration: underline;
}

.footer-title{
  font-size: 17px;
  font-weight: 800;
  margin-bottom: 14px;
  color: #ffffff;
}

.footer-text{
  line-height: 1.7;
  color: #d7e2ea;
}

.footer-text.small{
  font-size: 13.5px;
}

.footer-list{
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-list li{
  margin-bottom: 8px;
  line-height: 1.6;
}

.zip-codes{
  font-size: 13px;
  line-height: 1.6;
  color: #cfe0ea;
  background: rgba(255,255,255,0.06);
  padding: 12px;
  border-radius: 10px;
}

.footer-bottom{
  margin-top: 35px;
  padding-top: 15px;
  border-top: 1px solid rgba(255,255,255,0.12);
  text-align: center;
  font-size: 13px;
  color: #b9c9d6;
}

/* Responsive */
@media (max-width: 767px){
  .site-footer{
    text-align: center;
  }
}




.coupon-wrap{
  padding: clamp(48px, 5vw, 80px) 0;
  background: radial-gradient(1200px 600px at 15% 10%, rgba(12,166,132,.10), transparent 55%),
              radial-gradient(900px 500px at 90% 30%, rgba(9,132,227,.10), transparent 55%),
              linear-gradient(180deg, #ffffff, #fbfdff);
}

.coupon-head{
  max-width: 720px;
  margin: 0 auto 26px;
  text-align: center;
}
.coupon-title{
  font-size: clamp(26px, 2.6vw, 40px);
  font-weight: 900;
  color: #122d40;
  margin: 0 0 8px;
}
.coupon-sub{
  margin: 0;
  color: #2b3a46;
  line-height: 1.7;
}

.coupon-grid{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.coupon-card{
  position: relative;
  background: rgba(255,255,255,.92);
  border: 1px solid rgba(18,45,64,.12);
  border-radius: 18px;
  box-shadow: 0 16px 42px rgba(18,45,64,.10);
  overflow: hidden;
  padding: 16px;
  transition: transform .15s ease, box-shadow .15s ease, border-color .15s ease;
}

.coupon-card:hover{
  transform: translateY(-2px);
  box-shadow: 0 22px 56px rgba(18,45,64,.14);
  border-color: rgba(12,166,132,.30);
}

.coupon-top{
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 12px;
  align-items: center;
}

.coupon-icon{
  width: 52px;
  height: 52px;
  border-radius: 16px;
  display: grid;
  place-items: center;
  background: rgba(9,132,227,.10);
  border: 1px solid rgba(9,132,227,.16);
  font-size: 22px;
}

.coupon-off{
  display: grid;
  gap: 2px;
}
.off-amount{
  font-size: 22px;
  font-weight: 950;
  color: #0ca684;
  line-height: 1.1;
}
.off-service{
  font-size: 15px;
  font-weight: 800;
  color: #122d40;
}

.coupon-bottom{
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px dashed rgba(18,45,64,.22);
  display: grid;
  gap: 12px;
}

.coupon-terms{
  font-size: 12.5px;
  line-height: 1.5;
  color: #4b5b67;
}

.coupon-btn{
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 12px 14px;
  border-radius: 14px;
  background: #122d40;
  color: #fff;
  font-weight: 900;
  text-decoration: none;
  box-shadow: 0 14px 30px rgba(18,45,64,.20);
  transition: transform .15s ease, box-shadow .15s ease, background .15s ease;
}
.coupon-btn:hover{
  transform: translateY(-1px);
  box-shadow: 0 18px 40px rgba(18,45,64,.26);
}

/* Coupon ticket cuts */
.coupon-cut{
  position: absolute;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #f4f9ff;
  top: 50%;
  transform: translateY(-50%);
  box-shadow: inset 0 0 0 1px rgba(18,45,64,.08);
}
.coupon-cut.left{ left: -14px; }
.coupon-cut.right{ right: -14px; }

/* Featured coupon */
.coupon-featured{
  border-color: rgba(12,166,132,.35);
}
.coupon-ribbon{
  position: absolute;
  top: 12px;
  right: -42px;
  transform: rotate(35deg);
  background: #0ca684;
  color: #fff;
  font-weight: 950;
  font-size: 12px;
  padding: 6px 46px;
  box-shadow: 0 12px 24px rgba(12,166,132,.25);
}

/* Responsive */
@media (max-width: 991.98px){
  .coupon-grid{ grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 575.98px){
  .coupon-grid{ grid-template-columns: 1fr; }

  .logobar{display: none;}
}
.map-content{
  padding: 20px;
}

.map-title{
  font-weight: 800;
  font-size: clamp(28px, 3vw, 40px);
  margin-bottom: 15px;
}

.map-text{
  font-size: 16px;
  line-height: 1.8;
  color: #030f25;
  margin-bottom: 20px;
}

.map-list{
  list-style: none;
  padding: 0;
  margin-bottom: 20px;
}

.map-list li{
  margin-bottom: 10px;
  font-weight: 600;
}

.map-btn{
  background: #2192cb;
  color: #ffffff;
  padding: 12px 26px;
  border-radius: 30px;
  font-weight: 700;
  text-decoration: none;
}

.map-btn:hover{
  background: #1b7fb1;
  color: #ffffff;
}

.map-wrapper{
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(0,0,0,0.25);
}

.map-wrapper iframe{
  width: 100%;
  height: 420px;
  border: 0;
}

/* ===== About Hero ===== */
.about-hero{
  padding: 90px 0 80px;
  color: #ffffff;
  background:
    linear-gradient(180deg, rgba(11,42,74,.92), rgba(11,42,74,.78)),
    url("../img/about-hero-bg.webp");
  position: relative;
  overflow: hidden;
}

.about-crumbs{
  font-size: 14px;
  opacity: .92;
}
.about-crumbs a{
  color: #ffffff;
  text-decoration: none;
  font-weight: 700;
}
.about-crumbs a:hover{ text-decoration: underline; }

.about-hero-title{
  font-weight: 900;
  letter-spacing: .2px;
  line-height: 1.1;
  margin: 0;
  font-size: clamp(28px, 3.2vw, 52px);
}

.about-hero-sub{
  max-width: 78ch;
  margin: 14px auto 0;
  line-height: 1.8;
  font-size: 16.5px;
  opacity: .95;
}

.about-hero-actions .btn{
  font-weight: 900;
}

.about-hero-badges{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}
.about-hero-badges span{
  background: rgba(255,255,255,.10);
  border: 1px solid rgba(255,255,255,.18);
  padding: 8px 12px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 800;
  color: #ffffff;
}

.process-section{
  background: #ffffff;
}

.process-badge{
  display: inline-block;
  padding: 6px 14px;
  border-radius: 999px;
  background: rgba(9,132,227,.10);
  border: 1px solid rgba(9,132,227,.16);
  color: #0b2a4a;
  font-weight: 900;
  font-size: 13px;
  letter-spacing: .3px;
}

.process-title{
  font-weight: 950;
  color: #122d40;
  font-size: clamp(26px, 2.8vw, 40px);
  line-height: 1.15;
  margin-bottom: 8px;
}

.process-sub{
  margin: 0 auto;
  max-width: 80ch;
  color: #2b3a46;
  line-height: 1.7;
}

.process-card{
  height: 100%;
  padding: 18px;
  border-radius: 18px;
  background: rgba(255,255,255,.94);
  border: 1px solid rgba(18,45,64,.12);
  box-shadow: 0 16px 44px rgba(18,45,64,.08);
  transition: transform .15s ease, box-shadow .15s ease, border-color .15s ease;
  position: relative;
  overflow: hidden;
}

.process-card:hover{
  transform: translateY(-2px);
  box-shadow: 0 22px 58px rgba(18,45,64,.12);
  border-color: rgba(12,166,132,.28);
}

.process-top{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}

.process-num{
  width: 44px;
  height: 44px;
  border-radius: 16px;
  display: grid;
  place-items: center;
  font-weight: 950;
  color: #fff;
  background: #0b2a4a;
  box-shadow: 0 12px 26px rgba(11,42,74,.25);
}

.process-icon{
  width: 44px;
  height: 44px;
  border-radius: 16px;
  display: grid;
  place-items: center;
  background: rgba(12,166,132,.12);
  border: 1px solid rgba(12,166,132,.18);
  color: #0ca684;
  font-size: 18px;
}

.process-h{
  font-size: 16.5px;
  font-weight: 950;
  color: #122d40;
  margin: 0 0 8px;
}

.process-p{
  font-size: 14.8px;
  color: #2b3a46;
  line-height: 1.65;
  margin: 0 0 12px;
}

.process-mini{
  font-size: 12.5px;
  font-weight: 800;
  color: #4b5b67;
  padding-top: 10px;
  border-top: 1px dashed rgba(18,45,64,.22);
}

.process-highlight{
  border-color: rgba(12,166,132,.35);
  background: linear-gradient(180deg, rgba(12,166,132,.07), rgba(9,132,227,.05));
}

.process-cta .btn{
  font-weight: 900;
}