@import url('https://fonts.googleapis.com/css2?family=BioRhyme:wght@200..800&family=Bona+Nova+SC:ital,wght@0,400;0,700;1,400&family=Great+Vibes&family=Host+Grotesk:ital,wght@0,300..800;1,300..800&family=Lora:ital,wght@0,400..700;1,400..700&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Playwrite+GB+S:ital,wght@0,100..400;1,100..400&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Schibsted+Grotesk:ital,wght@0,400..900;1,400..900&family=Yellowtail&family=Zilla+Slab:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap');


/* CSS Custom Properties */
:root {
  --color-light: #F4F7ED;
  --color-green: #96BB7C;
  --color-teal: #2E6E65;
  --color-navy: #2B3752;
 --stroke-width: 8px;
 

  
}


/* Reset & Base Styles */
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
    /* font-optical-sizing: auto; */
    font-style: normal; 


}

html {
  font-size: 18px;
  scroll-behavior: smooth;
}

body {
 


  line-height: 1.5;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  color: inherit;
  text-decoration: none;
}


.font-bold{
  font-weight: 700;
  color: var(--color-navy);
}



ul{
  list-style: none;
}
.capsul{
    position: relative;
    width: 100%;
    height: 100%;
    clip-path: inset(100% 100% 100% 100%);
    transition: 0.3s ease-out;
}

.capsuleBox{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
}
.capsuleLogo{
    position: relative;
    width: 300px;
    height: 300px;
    background: var(--color-navy);
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    border-radius: 50px;
   
}

.capsuleLogo span{
    position: relative;
    font-size: 30vw;
    font-weight: 400;
    color: var(--color-navy);
    z-index: 1;
    text-align: center;
}

.loading{
    position: absolute;
     top: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background: var(--color-light);
    z-index: 0;
}

.page1{
    position: relative;
    width: 100%;
    height: 100vh;
    padding: 0rem;
}
.page1{
 background-color: var(--color-green);
}
   

.page2 ,.page3 {
     position: relative;
    width: 100%;
    height: 100%;
    
}

.background {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 0 0 5rem  5rem;
    overflow: hidden;
   
}

.background img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    background-position: center !important;
}

.background img { pointer-events: none; }

/* 2) Ensure the header layer sits on top of everything in the hero */
.background .top { position: relative; z-index: 2000; }
.background .top nav.navbar { position: relative; z-index: 2001; }

/* 3) LiveCanvas wrappers sometimes neutralize clicks; force them back on */
.lc-block,
.live-shortcode,
.lc-block * { pointer-events: auto !important; }

/* 4) If anything else is overlapping, give the toggler extra priority */
.navbar-toggler { position: relative; z-index: 5100; }

.navbar-brand{
    display: inline;
}
.navbar-brand img{
    width:85px !important;
    height:85px !important;
    margin-left: 1%;
    margin-top: -0.2%;
}
.navbar-brand-name{
    display: flex;
    flex-direction: column;
    font-size: 1.5rem;
    color: var(--color-navy);
    font-weight: 700;
    margin-left: 100px;
}



.nav .dropdown-menu .dropdown-item:hover{
    background-color: var(--color-green) !important;
}
.background .top{
    position: absolute;
    width: calc(100% - 1rem);
    padding: 0 3rem;
    display: flex;
    justify-content: space-between;
   
}
.background .bottom {
 position: absolute;
    width: calc(100% - 1rem);
    padding: 0 ;
    display: flex;
    margin: auto;
    justify-content: space-between;
      right: 1rem;
    bottom: 5rem;
    align-items:start;
}
.background .top {
    top: 0.5rem;
    width: 100% !important;
    /* left: 3rem; */
}

.background .top nav{
    background-color: #F4F7EDaa;
      width: 100% !important;
      position: relative; z-index: 1050;
      border-radius: 20px;
}




.left-side-hero{
    margin-left: 0% !important;
}




.bottom article {
    font-size: 1.2rem;
    width: 40%;
    color: var(--color-navy);
    font-weight: 200;
    /* line-height: 1.6rem; */
    font-weight: 400;
    margin-top: 2%;
    padding: 2%;
    border-radius: 20px;
    background-color: #F4F7EDaa;
}


/* button style */

.menuBtn {
    position: relative;
    width: auto;
    height:auto;
    padding: 0.4rem ;
    margin-inline: auto;
    font-size: 1.7rem;
    display: flex;
    align-items: center;
    border-radius: 10px;
    border: none;
     background: var(--color-navy);
    color: var(--color-light);
    text-align: center !important;
}

/* style for page2 */

/* page3 */

/* style for page4 */

/* text animation end */
/* Make sure FA keeps its own font */
/* Your circle look */
.circle-icon { font-size: 1.125rem; line-height: 1; display:inline-flex; align-items:center; justify-content:center; }
.circle-icon i { display:inline-block; }





/* ================== counter ============== */
.counter-holder{
  color: var(--color-light);
}
.counter-holder .counter{

  font-size: calc(0.8rem + 3vw);
  font-weight: 600;
}

.counter-holder p{
  font-size: calc(0.3rem + 0.9vw);
  font-weight: 300;
}

/* ======================Image Gallery Animation On Scroll  ============== */

 .content-container{

  margin-top: -3% !important;
  width:100% !important;
  

  
}


  
.header {
           
            display: flex;
            align-items: center;
            justify-content: center;
            flex-direction: column;
            text-align: center;
            margin-bottom: 5% !important;
            
        }

    .header    h1 {
           font-size: 5.7rem ;
            font-weight: 700;
            text-align: center;
            margin-bottom: 15px;
            color: var(--color-navy);
            text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.6);
            letter-spacing: 1px;
             background-clip: text;
 


  background-image: linear-gradient(to right, var(--color-navy) , var(--color-navy));
   color: var(--color-light);
   padding: var(--stroke-width);

  -webkit-text-stroke-color: transparent;
  -webkit-text-stroke-width: var(--stroke-width);


        }

       

/* =====================end of Image Gallery Animation On Scroll  ================ */


/* ==================BRANDS SLIDER ================== */
@keyframes brand-animation {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-100%); /* Only translate -50% when using duplicated content */
    }
}

.brands {
    background-color: var(--color-green);
    overflow: hidden;
    padding: 60px 0;
    border-radius: 0 0 30px 30px;
    position: relative;
}


/* Left fade effect */
.brands::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 150px;
    height: 100%;
    background: linear-gradient(90deg, var(--color-green) 0%, rgba(150, 187, 124, 0) 100%);
    content: "";
    z-index: 2;
    pointer-events: none;
}

/* Right fade effect */
.brands::after {
    position: absolute;
    top: 0;
    right: 0;
    width: 150px;
    height: 100%;
    background: linear-gradient(270deg, var(--color-green) 0%, rgba(150, 187, 124, 0) 100%);
    content: "";
    z-index: 2;
    pointer-events: none;
}

.brand-slide {
    display: inline-block;
    white-space: nowrap;
    animation: brand-animation 25s infinite linear;
    padding-left: 100%; /* Important for infinite effect */
}

.brand-slide img {
    height: 50px;
    margin: 0 40px;
    display: inline-block;
    vertical-align: middle;
}

.brands:hover .brand-slide {
    animation-play-state: paused;
}

/* ================== END BRANDS SLIDER ================== */

/* ====================== video section ================= */

#sub-article-video{
    padding-inline: 10%;
    margin-top: 7%;
    margin-bottom: 7%;
}
.video-container{
  
    height:400px;
    width: 100%;
    border-radius: 20px;
    position: relative;
}
.play-video-btn{
    position: absolute;
   top: 30%;
   left: 30%;
   
}
.video-play-txt{
    background-color: #2B3752dd;
    color: var(--color-light);
   position: absolute;
    padding: 2%;
    top: 70%;
    left: -10%;
    border-radius: 15px;
    font-size: 1.4rem;
     
   
}

.image-compare {
    position: relative;
    border-radius: 20px;
    --position: 50%;
    width: 100%;
}

.images-container {
    position: relative;
    /* aspect-ratio: 16/9; */
    width: 100%;
    
}

.slider-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    border-radius: 20px;
}

.image-before {
    width: 100%;
    height:400px;
}

  .image-after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%; /* Full width but clipped */
    height: 100%;
    object-fit: cover;
    object-position: center;
    clip-path: inset(0 0 0 var(--position)); /* Correct clipping */
    z-index: 2;
}

.slider {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    opacity: 0;
    cursor: pointer;
    z-index: 10;
}

.slider-line {
    position: absolute;
    top: 0;
    left: var(--position);
    width: 0.2rem;
    height: 100%;
    background-color: var(--color-navy);
    transform: translateX(-50%);
    pointer-events: none;
    z-index: 5;
}

.slider-button {
    position: absolute;
    top: 50%;
    left: var(--position);
    transform: translate(-50%, -50%);
    background-color: var(--color-navy);
    color: var(--color-light);
    padding: 0.5rem;
    border-radius: 100vw;
    display: grid;
    place-items: center;
    pointer-events: none;
    box-shadow: 1px 1px 1px hsla(0, 50%, 2%, 0.5);
    z-index: 15;
}

.slider:focus-visible ~ .slider-button {
    outline: 5px solid black;
    outline-offset: 3px;
}
/*  ======================end video section =================  */

/* ===================  offers section ===============  */
.offers-container{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  padding-inline: 12% !important;
}

.offers{
  display: grid;
  grid-template-rows: 1fr ;
  grid-template-columns: repeat(4, 1fr);
  justify-content: center;
  align-items: center; 
  
}

.offer-container{

  padding: 0% !important;
  width: 350px !important;
  
}

.offer-card{
    background-color: var(--color-light);
  padding: 1%;
  border: 2px solid var(--color-navy);
  text-align: center;
  color: var(--color-navy);
   margin: 2%;

     backdrop-filter: blur(2px) saturate(200%);
    -webkit-backdrop-filter: blur(2px) saturate(200%);
    background-color: rgba(244, 247, 237, 0.75);
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.125);
  
}

.offer-card span{
   font-size:3rem; 
}

.offer-card p{
  font-size:0.8rem;
  font-weight: 700;
}

.offer-card a{
    font-size:1rem;
}




/* ===================end of offers section ================= */

/* ========================= ABOUT US ======================== */


#about-us{
    padding: 5% 15%;
    background-color: var(--color-navy);
    color: var(--color-light);
    
}
.about-us-right-side{
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.about-us-right-side img{

    border-radius: 20px;
}




.circles-text-wrapper-light {
  position: absolute;
  width: 90%;
  text-align: right;
  bottom: -105px;
  margin: 0 auto;
  color: var(--color-light);
}
.circles-text-wrapper-black {
  position: absolute;
  right: 15px;
  z-index: -1;
   fill: #fff;
}
.circles-text-container-light,
.circles-text-container-black {
  pointer-events: none;
  width: 150px;
  height: 150px;
  
}
@media only screen and (max-width: 767px) {
  .circles-text-wrapper-light {
    width: 88%;
    bottom: -53px;
  }
  .circles-text-wrapper-black {
    top: -53px;
  }
  .circles-text-container-light,
  .circles-text-container-black {
    width: 100px;
    height: 100px;
  }
}
.circles-text {
  text-transform: uppercase;
}
.circles-text-styling-light {
  font-size: 130px;
  font-weight: 700;
  fill: white;
}
.circles-text-styling-black {
  font-size: 130px;
  font-weight: 700;

}



/* experience span */


#experience-div img{
  width: 100%;
  height: auto ;
  border-radius: 20px;
   margin-top: 10%;
}
.experience{
    display: flex;
    flex-direction: row;
    gap: 20px;
   

}
.experience-year{
    font-size: 4rem !important;
    font-weight: 700;
    margin-top: -5%;
}

.experience span{
    margin-top: 2% !important;
    font-size: 1.2rem;
    font-weight: 700;
}
.experience p{
    font-weight: 300 !important;
}

.sub-about-us-article{
    margin-top: 30%;
}
/* =====================END OF ABOUT US ======================== */

/* =================== how we work ======================= */


#working-steps{
    background-color:#96BB7Cdd ;
    color: var(--color-navy);
    padding: 7%;

}

.work-steps-text{
    display: flex;
    flex-direction: column;
    text-align: center;
    gap: 30px;
}
.working-cols{
    display: flex;
    flex-direction: row;
     width: 100%;
     gap: 10px;
}
.working-col{
  flex: 1;
  text-align: center;
  position: relative;
  border-radius: 20px;
  
}

.working-col-card{
  position: relative;
  width: 400px;
  height: 500px;
  border-radius: 8px;
  transition: all .5s ease-in-out;
  overflow: hidden;
}

.working-col-card-hidden {
  position: absolute;
  bottom: 0;
  top: 25%;
  display: flex;
  flex-direction: column;
  /* width: 100%; */
  opacity: 0;
  padding: 2%;
  margin: 5% !important;
  border-radius: 10px ;
  background-color:#F4F7EDaa;
}



/* Hovers */


.working-col-card:hover .working-col-card-hidden {
  opacity: 1;
}


/* Text */
.title {
  position: absolute;
  bottom: 1rem;
  top: 5%;
  left: 80%;
  font-weight: 700;
  font-size: 1.5rem;
  transition: transform .25s ease-out;
}

.title span{
    background-color: var(--color-green);
    border-radius: 50%;
    padding: 25%;
}
.title-in {
  font-weight: 700;
  font-size: 1.25rem;
  
}

.curved-arrow{
    position: relative;
    top: 50%;
}

/* =====================end of how we work ================================= */


/*===================== testimonials ======================== */

#testimonials{
    padding: 5% 7%;
}

.testimonials-header{
    display: flex;
    flex-direction: column;
    color: var(--color-navy);
    width: 70%;
    
}

#testimonials-head{
    display: flex;
    flex-direction: row ;
    justify-content: space-between !important;
    gap: 0%;

}
#testimonials-head .right a {
  margin-top: 30%;
  width: 100%;


}

.testimonial .stars{
  color: gold;
  padding-inline: 2%;

}


/* Main Swiper Container */
.swiper {
  width: 100%;
  padding-top:15%;
  padding-bottom:15%;
}

/* Swiper Wrapper */
.swiper-wrapper {
  align-items: center; /* Vertically center slides */
}

/* Individual Slide */
.swiper-slide {
  background-position: center;
  background-size: cover;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;

}

/* Testimonial Card Container */
.card-testimonial-container {
 
  display: grid;
  justify-content: center;
  align-content: center;
  margin: 0 auto;
  padding: 20px 0;
}

/* Testimonial Box */
.testimonial-box {
  position: relative;
  width: 100%;
  height: 300px;
}

/* Testimonial Content */
.testimonial {
  display: grid;
  grid-template-rows: 1.3fr 0.7fr;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  width: 100%;
  height: 100%;
 background: linear-gradient(120deg, var(--color-green) 0%, var(--color-light) 100%);
  padding: 10px 20px;
  position: relative;
  border-radius: 10px;
}

/* Quote Icon */
.bi-chat-right-quote {
  position: absolute;
  top: 0;
  right: 0;
  padding: 20px;
  font-size: 30px;
  color: var(--color-navy);
  opacity: 0.9;
}

/* Testimonial Text */
.testimonial-text {
  font-size: 16px;
  line-height: 25px;
  text-align: left;
  margin-top: 10%;
  padding: 15px 5px;
  width: 100%;
  color: #333;
}

/* User Info Section */
.testimonial-user {
  display: flex;
  align-items: center;
  padding: 0 10px 15px 10px;
}

/* User Image */
.user-img {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  width: 70px;
  height: 70px;
  border-radius: 50%;
  object-fit: cover;
  border: 1px solid var(--color-light);
}

/* User Info */
.user-info {
  margin: 0 20px;
}

/* User Name */
.user-name {
  font-weight: 700;
  color: var(--color-navy);
  font-size: 18px;
 
}

/* Navigation Container */
.swiper-navigation {
  display: flex;
  justify-content: left;
  gap: 20px;
  margin-top: 30px;
  padding-bottom: 30px;
}

/* Navigation Buttons */
 /* Navigation Buttons */
    .swiper-button-next,
    .swiper-button-prev {
      position: relative;
      width: 40px;
      height: 40px;
      border-radius: 50%;
      background: linear-gradient(120deg, var(--color-green) 0%, var(--color-light) 100%);
      color: var(--color-navy);
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
      transition: all 0.3s ease;
      border: none;
      margin-top: 0;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
    }

    /* Remove Swiper's default arrow pseudo-elements */
    .swiper-button-next::after,
    .swiper-button-prev::after {
      display: none;
    }

    /* Bootstrap Icons */
    .swiper-button-next i,
    .swiper-button-prev i {
      font-size: 1.2rem;
      font-weight: bold;
    }

    /* Hover Effects */
    .swiper-button-next:hover,
    .swiper-button-prev:hover {
      transform: scale(1.01);
      
    }


/* Next Button Icon */




 



/* ==========================Sub context ========================= */

/* Page 3 Styles */
.page3 {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

/* Initial state - small in top-left corner */
.page3 .background {
    position: absolute;
     width: 20rem;
    height: 10rem;
    border-radius: 40px;
    /* have to change it during scroll animation */
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.page3 .background img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1); /* No initial scale */
}

/* Text styling - initially hidden */
.page3 .topText, .page3 .bottomText {
    opacity: 0;
    position: absolute;
    width: 100%;
    padding: 0 ;
    
}

.page3 .topText {
    top: 20%;
}

.page3 .topText h2{
    color: var(--color-navy);
    width: 50%;
     font-weight: bolder;
}
.page3 .topText span{
    left: 80%;
}
.page3 .bottomText {
    bottom: 0%;
    background-color: var(--color-light);
    padding: 2%;
    border-radius:  0px 20px 0px 20px;
     width: 50%; 
}
.page3 .bottomText article{
    font-size: 16px !important;
}

/* Hide all but first background initially */
.page3 .background:not(:first-child) {
    display: none;
}

.page3 .topText{
    position: relative;
}

.page3 .background  span{
  position: absolute;
   top: 100%;
   left: 85%;
   padding: 0.5%;
   background-color: green;
   font-size: 2rem;
   color: var(--color-navy);
   background-color: var(--color-light);
   border-radius: 20px;
}

/* ==============================end of Sub context ============================ */



/* =====================our main services ====================== */



#our-services {
  padding: 5% !important;
  margin: 5% !important;
}

.parallax__wrapp {
  padding: 0;
  width: 100%;
}

.gsap__anim {
  will-change: transform;
  overflow: hidden;
}

.serv .parallax__wrapp {
  padding: 0;
}

.serv__wrapp {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-inline: 0;
}

.serv__list {
  position: relative;
  margin-top: auto;
  z-index: 2;
  width: 100%;
  padding: 0;
  
}

.serv .content,
.serv .serv__wrapp {
  height: 100%;
  width: 100%;
}

.serv__item {
  position: relative;
  list-style: none;
  color: var(--color-navy);
  text-transform: uppercase;
  border: 3px solid var(--color-teal);
  cursor: pointer;
  border-radius: 10px;
  padding: 20px;
  margin: 15px 0;
  transition: all 0.3s ease;
  
}

.serv__item-head h2 {
  font-size: clamp(16px, 2vw, 24px);
  padding: 0;
  margin-bottom: 10px;
}

.serv__item-head-content article {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease, opacity 0.3s ease;
  opacity: 0;
  font-size: 14px !important;
  width:50%;
}

.serv__item:hover .serv__item-head-content article {
  max-height: 500px;
  opacity: 1;
}

.serv__item-head-content {
  overflow: hidden;
}

.serv__item-img {
  position: absolute;
  display: block; /* Ensure it's always visible (but clipped by default) */
  width: 400px;
  height: 400px;
  top: 100%;
  right: 0px;
  pointer-events: none;
  clip-path: polygon(0 50%, 100% 50%, 100% 50%, 0 50%); /* Start fully clipped */
  transform: translateY(-90%);
  transition: clip-path 0.4s ease; /* Only transition clip-path */
  z-index: 3;
  border-radius: 10px;
  opacity: 1; /* Ensure it's not transparent */
  visibility: visible; /* Ensure it's not hidden */
}
.serv__item-img img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
  border-radius: 20px;
}


.serv__item:hover .serv__item-img {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%); /* Fully visible on hover */
}
.serv__item:hover {
  background: var(--color-navy);
  color: var(--color-light);
  z-index: 2;
}

.serv__item:hover .serv__item-img {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}





.custom-btn {
  width: 100%;
  margin-top: 20px;
}

/* ==========================end od main services ================= */

/* ==============================faqs ========================= */

#faq{
  /* background-color: var(--color-teal); */
  padding: 7%;

}


 .tabs {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
  }
  
  .tab-item {
    background: var(--color-green);
    margin-bottom: 5px;
    padding: 3%;
    cursor: pointer;
    border-radius: 4px;
    transition: all 0.3s ease;
  }
  
  .tab-item.active {
   background: #2E6E65aa;
  }
  
  .tab-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    padding: 0 15px;
  }
  
  .tab-item.active .tab-content {
    max-height: 500px;
    padding: 15px;
  }

.tab-title .chevron {
  transition: transform 0.3s ease;
}

.tab-title[aria-expanded="true"] .chevron,
.tab-item.active .chevron {
  transform: rotate(180deg);
}



/* ===================end of faqs ================== */


/* =========================contact us form ======================== */



#contact-us{
  background-color: var(--color-navy);
 
  padding: 5%;
  color: var(--color-light);
}

.contact-us-info-head span{
  font-size: 1.5rem;
}

.contact-info{
  background-color: var(--color-light);
  padding: 1%;
  border-radius: 20px;
  color: var(--color-navy);

}
.contact-info .info-item{
  padding: 0%;
}

.contact-info .info-item .icon {
  color: var(--color-navy);
  margin: 2%;
  /* */

}

.contact-info .info-item .icon i{
  width: 60px;
  height: 60px;
  padding: 1%;
  margin: 3%;
  border-radius: 50%;
  border: 2px solid var(--color-teal); 
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--color-navy);
  font-size: 1.2rem;
}


.contact-info .info-item .icon i:hover{
  background-color: var(--color-teal);
  color: var(--color-light);
  scale: 1.2;
}
.info-item-context{
  margin-top: 1.5%;
  padding-inline: 2%;
}

.info-item-context span{
  font-size: 1.2rem;
  font-weight: 700;
}

.contact-us-info-head span{
  margin-left: 2%;
  font-weight: 700;
  color: var(--color-navy);
}
/*  ============================= form ========================= */

.spam{
  display: none;
}

form{
  padding: 5%;
  border-radius: 20px;
  background-color: var(--color-light);
  height: 100%;
}










/* ======================= end contact us form ===================== */



/*  ============= Site Map  =================*/


#site-map{
  background-color: var(--color-light);
  text-align: left;
}

.sitemap-head-text{
  color: var(--color-navy);
  font-weight: 800;
  font-size: 2.5rem;

}


.sitemap-head span{
  padding-bottom:  5%;
  font-size: 1.3rem;
  padding-top: 5%;
  font-weight: 900;
  
}

#site-map ul{
  padding: 0 !important;
  margin-top: 5%;
  text-align: left !important;
}

#site-map ul li{
  padding-top: 1%;
}









/* ================== Site MAP ========================= */
/* =================footer ===================== */
   
    
      

/* footer */

footer{
  padding-inline: 5% !important;
  background-color: var(--color-light);
}
.footer-cta{
  background-color: #2E6E65 !important;

}
.cta-card-context{
 justify-content: center;
 align-items: center;
padding: 20px;

}
.cta-card-context h3{
  margin-top: 5%;
}


 .table-style-list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    gap: 4px;
    width: 100%; /* Fixed width */
    height: 420px; /* Fixed height */
    overflow-y: auto; /* Add scroll if content exceeds height */
    padding: 10px;
    
    
  }
  
  .table-style-list .item {
    display: flex;
    align-items: center;
    padding: 2px;
    background-color: var(--color-navy);
    border-radius: 5px;
   
  }
    .table-style-list .item a{
         color: var(--color-light);
         overflow: hidden;
    }
  
     .table-style-list .item:hover{
      background-color: var(--color-teal);
     }
  
.footer-cta{
  background-color: var(--color-green);
  color: var(--color-light);
  margin-top: -15%;
  border-radius: 20px;
  text-align: center;
  padding: 1%;
  height: 30vh;
}


.footer-cta a{
  border: 3px solid var(--color-golden-yellow);
}

.cta-card iframe {
  height: 270px !important;
  border-radius: 20px;
}
.services-loc span{
  font-size: 1.5rem ;
  font-weight: 600;
  text-align: left;

 
}

.zip-codes-list{
  padding: 0 ;
 
}


 .zip-btn {
            display: flex;
            align-items: center;
            justify-content: center;
            margin-top: 2%;
            margin-bottom: 2%;
            padding:3%;
            border-radius: 5px;
            background-color: var(--color-navy); 
            color: white;
            text-decoration: none;
            font-weight: 600;
            font-size: 1rem;
            transition: all 0.3s ease;
            
        }
        
        /* .zip-btn:before {
            content: "\f3c5";
            font-family: "Font Awesome 5 Free";
            font-weight: 900;
            margin-right: 10px;
          
        }
        
        .zip-btn:after {
            content: '';
            position: absolute;
            top: 0;
            left: -100%;
            width: 100%;
            height: 100%;
            background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
            transition: all 0.5s ease;
        }
        
        .zip-btn:hover:after {
            left: 100%;
        }
        
        .zip-btn:hover {
            color: #ffdd00;
        } */






.list-unstyled{
  margin-top: 5%;
}

.link-dark i{
  color: var(--color-navy);
  font-size: 1rem;
}
.link-dark i:hover{
color: var(--color-teal);
scale: 1.2;

}



.footer-btm-p{
  color: var(--color-navy) !important;
}

.social a{
  padding-inline: 5px;
}


/*=======================  end of footer ======================= */





/* ====================gallery ================== */
.image-container{
  display: flex;
  gap: 1rem;
  margin-top: 5%;
 
}
.image-container img{
  background-size: cover;
  border-radius: 10px;
  width: 250px !important;
  height: 250px !important;
}

/* ==========================end of gallery=========== */

 /* Small devices (landscape phones, 576px and up) */
@media (max-width: 576px) { 


.working-cols{
    display: flex;
    flex-direction: column;
     width: 100%;
     gap: 10px;
}

.title {
    left: 70%;
    font-size: 2rem;
}
.working-col-card-hidden{
      padding: 2%;
      margin: 2% !important;
      width: 70%;
      top: 40%;
}

.page3 .bottomText article{
    font-size: 12px !important;
}
#testimonials-head{
    justify-content: center;
    

}
.testimonials-header{

    width: 100%;
    gap: 20px;
    text-align: center;
    
 }



#testimonials-head .right a { 
  margin: auto;
}
.swiper-navigation {
 
  justify-content: center;
  
}
.swiper {

  padding-top:5%;
  padding-bottom:5%;
}

.title-in {

  font-size: 1rem;
  
}
.title-inside {
font-size: 0.8rem;
}

 #our-services {
    padding: 20px !important;
    margin: 20px 0 !important;
  }
  
  .serv__item {
    padding: 15px;
  }
  
  .serv__item-head h2 {
    font-size: 18px;
  }
  
  .custom-btn {
    width: 100%;
  }

.serv__item-img {
  display: none;
}




.serv__item-head-content article {
  width:100%;
}



 .table-style-list {
  
    width: 300px; /* Fixed width */
    height: 300px; /* Fixed height */
   
  }
.zip-codes-list{
 padding-left: 0 !important;
 height: 100%;
}
  .zip-codes-list li{
    display: inline-block;
   
   
  }
  
  .footer-logo img{
   width: 150px;
   height: 150px;
  }
  .footer-business-name{
    font-size: 2rem;
  }

.cta-card-context{
margin-bottom: 20px;
padding: 5%;
}

.cta-card iframe {
  margin-top: 30px;
  height: 240px !important;
  border-radius: 10px;
}


.navbar-brand img{
    width:60px !important;
    height:60px !important;
    margin-left: 1%;
    margin-top: -0.1%;
}

}


/* Large devices (desktops, 992px and up) */
@media (max-width: 992px) { 

.bottom h1{
    width: 100%;
    font-size: 2rem;
    text-align: center !important;

}

.background .bottom {
   
    width: calc(97% - 1rem);
    padding: 1rem;
    border-radius: 40px;
}


.bottom  .menuBtn{
font-size: 0.9rem;
}
.play-video-btn{
   top: 40%;
   left: 0%;
   
}
.video-play-txt{
    font-size: 1rem;
    top: 80%;
    left: -10%;
}
.hero-article article{
  font-size: 1rem !important;
}

.image-compare {
 margin-top: 50%;
}


.working-cols{
    display: flex;
    flex-direction: column;
     width: 100%;
     gap: 10px;
}


.page3 .topText {
    top: 0%;
}

.page3 .topText h2{
    color: var(--color-navy);
    width: 100%;
   
   
}

.page3 .bottomText {
    bottom: 0%;
    font-size: 0.8rem !important;
     width: 100%; 
     padding: 5%;
    background-color: #F4F7EDaa;
}

.page3 .topText span{
    display: none;
}

article{
    font-size: 0.8rem;
}

#testimonials-head{
    display: flex;
    flex-direction:column!important;
    justify-content: space-between !important;
    gap: 0%;

}

#testimonials-head .right a {
   margin-top: 10%;
    width: 50%;

}
.custom-btn{
  width: 100%;
  margin-top: 5%;
}

.serv__item-img {
  display: none;
}
.serv__item-head h2 {
    font-size: clamp(18px, 4vw, 22px);
  }
  
  .serv__item-head-content article {
    font-size: 14px !important;
    width: 100%;
  }
  
  .serv__item:hover {
    padding-bottom: 30px;
  }
  
  .row.px-5 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }


 .zip-btn {
    
           padding-inline: 20px !important;
            font-size: 1rem;
           
        }




        .offers {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            grid-template-rows: repeat(2, 1fr);
            gap: 7px;
           
          
        }

        .offer-container{
            width: 180px !important;
            aspect-ratio: 1 / 1; 
            padding: 5px;
            height: 120px !important;
            
        }

.offer-card{
    background-color: var(--color-light);
  padding: 1%;
  border: 2px solid var(--color-navy);
  text-align: center;
  color: var(--color-navy);
   margin-bottom: 10%;

     backdrop-filter: blur(2px) saturate(200%);
    -webkit-backdrop-filter: blur(2px) saturate(200%);
    background-color: rgba(244, 247, 237, 0.75);
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.125);
  
}

.offer-card span{
   font-size:2.5rem; 
}

.offer-card p{
  font-size:1rem;
}

.offer-card a{
    font-size:0.7rem;
    margin-bottom: 10px ;
}

.offer-card  svg{
  width: 20px ;
  height: 20px;
}




#about-us{
    padding: 2% 2%;
   
}

.testimonial-user {
  
  padding: 0 5px 10px 5px;
}
.user-img {
  width: 50px;
  height: 50px;
}

.testimonial-text {
    margin-top: 0%;
}

#obfuscatedEmail{
  font-size: 0.8rem;
}

.contact-info .info-item .icon i{
  width: 40px;
  height: 40px;

}

.cta-card iframe {
  height: 190px !important;
  padding: 1.2%;
}



nav .dropdown   .dropdown-menu{
 background-color: var(--color-light) !important;

}

 }

 /* X-Large devices (large desktops, 1200px and up) */
@media (max-width: 1200px) { 

 }


/* XX-Large devices (larger desktops, 1400px and up) */
@media (max-width: 1400px) { 


 }