.page--serviced-loc{
   
}

/* Serviced Location Hero Start */
.page--serviced-loc .hero-section-slzm{
   width: 100%;
   height: 43rem;
   background-size: cover;
   background-position: top;
   overflow: hidden;
}
@media screen and (max-width: 991px) {
   .page--serviced-loc .hero-section-slzm{
      height: auto;
   }
}
.page--serviced-loc .hero-section-slzm .hero-main-slzm{
   max-width: 1360px;
   height: 100%;
   margin: 0 auto;
   padding-inline: 1rem;
   display: flex;
   justify-content: space-between;
}
.page--serviced-loc .hero-section-slzm .hero-main-slzm .hero-slzm-left{
   display: flex;
   flex-direction: column;
   /* padding-bottom: 3rem; */
   justify-content: center;
   margin-bottom: 0;
}
@media screen and (max-width: 1300px) {
   .page--serviced-loc .hero-section-slzm .hero-main-slzm .hero-slzm-left{
      padding-bottom: 5rem;
   }
}
.page--serviced-loc .hero-section-slzm .hero-main-slzm h1{
   /* padding-top: 10rem; */
   font-size: 60px;
   color: #fff;
   line-height: 100%;
   max-width: 750px;
   font-weight: 600;
}
@media screen and (max-width: 1300px) {
   .page--serviced-loc .hero-section-slzm .hero-main-slzm h1{
      padding-top: 7rem;
   }
}
@media screen and (max-width: 991px) {
   .page--serviced-loc .hero-section-slzm .hero-main-slzm h1{
      /* padding-top: 10rem; */
      font-size: 45px;
   }
}
.page--serviced-loc .hero-section-slzm .hero-main-slzm p{
   color: #fff;
   font-size: 16px;
   font-weight: 500;
   line-height: 150%;
   max-width: 620px;
   margin-top: .3rem;
}
.page--serviced-loc .hero-section-slzm .hero-main-slzm div{
   display: flex;
   gap: 1rem;
   margin-top: .2rem;
   margin-bottom: 4rem;
}
@media screen and (max-width: 450px) {
   .page--serviced-loc .hero-section-slzm .hero-main-slzm div{
   flex-wrap: wrap;
   }
}
.page--serviced-loc .hero-section-slzm .hero-main-slzm .slz-btn-primary{
   font-size: 16px;
   color: #fff;
   background-color: #014CC4 !important;
   border-radius: 5px;
   border: 1px solid #014CC4;
   padding: 12px 1.5rem;
   text-decoration: none;
   font-weight: 500;
   text-transform: capitalize;
}
.page--serviced-loc .hero-section-slzm .hero-main-slzm .slz-btn-secondary{
   font-size: 16px;
   color: #fff;
   background-color: rgba(255, 255, 255, 0.207) !important;
   border-radius: 5px;
   border: 1px solid #fff;
   padding: 12px 1.5rem;
   text-decoration: none;
   font-weight: 500;
   text-transform: capitalize;
}
.page--serviced-loc .hero-section-slzm .hero-main-slzm .hero-slzm-right{
   display: flex;
   flex-direction: column;
   height: 100%;
   justify-content: flex-end;

}
.page--serviced-loc .hero-section-slzm .hero-main-slzm .hero-slzm-right img{
   width: 100%;
}
@media screen and (max-width: 991px) {
   .page--serviced-loc .hero-section-slzm .hero-main-slzm .hero-slzm-right img{
      display: none;
   }
}
/* Serviced Location Hero End */


/* Serviced Location Why Us Start */
.page--serviced-loc .why-us-section-slzm{
   max-width: 1350px;
   margin: 0 auto;
   /* height: 20rem; */
   padding: 120px 1rem;
}
.page--serviced-loc .why-us-section-slzm .slzm-text{
   color: #151515;
   font-size: 16px;
   line-height: 150%;
   letter-spacing: 1%;
   font-weight: 500;
}
.page--serviced-loc .why-us-section-slzm .slzm-pre-title{
   color: #909090;
   font-size: 16px;
   line-height: 150%;
   letter-spacing: 5%;
   font-weight: 500;
   text-align: center;
   margin-bottom: .7rem;
   text-transform: uppercase;
}
.page--serviced-loc .why-us-section-slzm h2{
   font-size: 45px;
   color: #151515;
   line-height: 120%;
   text-align: center;
   max-width: 715px;
   margin: 0 auto;
}
.page--serviced-loc .why-us-section-slzm > p{
   text-align: center;
   max-width: 900px;
   margin: 0 auto;
   margin-top: 1.6rem;
}
.page--serviced-loc .why-us-section-slzm > div{
   width: 100%;
   display: flex;
   gap: 15px;
   align-items: center;
   justify-content: space-between;
}
@media screen and (max-width: 991px) {
   .page--serviced-loc .why-us-section-slzm > div{
      flex-wrap: wrap;
      align-items: center;
      justify-content: center;
   }
}
.page--serviced-loc .why-us-section-slzm > div .slzm-wu-box{
   display: flex;
   flex-direction: column;
   align-items: center;
   gap: 1rem;
   margin-top: 5rem;
}
.page--serviced-loc .why-us-section-slzm > div .slzm-wu-box img{
   width: 50px;
   height: 50px;
   border-radius: 50px;
}
.page--serviced-loc .why-us-section-slzm > div .slzm-wu-box h3{
   font-size: 32px;
   font-weight: 600;
   text-align: center;
   max-width: 290px;
   margin-bottom: 0;
}
.page--serviced-loc .why-us-section-slzm > div .slzm-wu-box p{
   max-width: 280px;
   text-align: center;
   font-weight: 400 !important;
   /* margin-top: 8px; */
}
.page--serviced-loc .why-us-section-slzm > .slzm-wu-btns{
   display: flex;
   gap: 1rem;
   margin-top: 5rem;
   align-items: center;
   justify-content: center;
   width: 100%;
}
.page--serviced-loc .why-us-section-slzm > .slzm-wu-btns .slz-btn-primary{
   font-size: 16px;
   color: #fff;
   background-color: #014CC4 !important;
   border-radius: 5px;
   border: 1px solid #014CC4;
   padding: 12px 1.5rem;
   text-decoration: none;
   font-weight: 500;
   text-transform: capitalize;
} 
.page--serviced-loc .why-us-section-slzm > .slzm-wu-btns .slz-btn-secondary{
   font-size: 16px;
   color: #014CC4;
   border-radius: 5px;
   border: 1px solid #014CC4;
   padding: 12px 1.5rem;
   text-decoration: none;
   font-weight: 500;
   text-transform: capitalize;
}
/* Serviced Location Why Us End */


/* Serviced Location Benefits Start */
.benefits-section-slzm{
   width: 100%;
   height: 750px;
   background-image: url('../../images/benefits-bg.jpeg');
   background-position: center;
   background-size: cover;
   position: relative;
   overflow: hidden;
   padding-inline: 1rem;
}
@media screen and (max-width: 450px) {
   .benefits-section-slzm{
      height: auto;
      padding-block: 2rem;
   }
}
.benefits-section-slzm::before{
   position: absolute;
   content: '';
   inset: 0;
   background-color: #014CC4;
   opacity: .79;
}
.benefits-section-slzm::after{
   content: '';
   position: absolute;
   background-image: url('../../images/benefits-vector.png');
   z-index: 2;
   /* background-size: contain; */
   background-repeat: no-repeat;
   background-size: cover;
   width: 257px;
   height: 284px;

   top: -1rem;
   right: -1rem;
}
.benefits-section-slzm .main-benefits-slzm{
   position: relative;
   z-index: 3;
   max-width: 1350px;
   margin: 0 auto;
   display: flex;
   gap: 1rem;
   height: 100%;
}
.benefits-section-slzm .main-benefits-slzm .main-benefits-slzm__img{
   width: 45%;
   height: 100%;
   display: flex;
   justify-content: center;
   align-items: center;
}
.benefits-section-slzm .main-benefits-slzm .main-benefits-slzm__img img{
   width: 540px;
   height: 581px;
   object-fit: cover;
   object-position: center;
   border-radius: 10px;
}
@media screen and (max-width: 1350px) {
   .benefits-section-slzm .main-benefits-slzm .main-benefits-slzm__img img{
      width: 40vw;
      height: 43vw;
   }
}
@media screen and (max-width: 991px) {
   .benefits-section-slzm .main-benefits-slzm .main-benefits-slzm__img{
      display: none;
   }
}
.benefits-section-slzm .main-benefits-slzm .main-benefits-slzm__detail{
   width: 55%;
   height: 100%;
   display: flex;
   flex-direction: column;
   justify-content: center;
   align-items: flex-start;
}
@media screen and (max-width: 991px) {
   .benefits-section-slzm .main-benefits-slzm .main-benefits-slzm__detail{
      width: 100%;
   }
}
.benefits-section-slzm .main-benefits-slzm .main-benefits-slzm__detail > h2{
   font-size: 45px;
   color: #fff;
   line-height: 120%;
   max-width: 520px;
}
.benefits-section-slzm .main-benefits-slzm .main-benefits-slzm__detail > div{
   max-width: 654px;
   color: #fff;
   font-size: 16px;
   font-weight: 400;
   line-height: 150%;
}
.benefits-section-slzm .main-benefits-slzm .main-benefits-slzm__detail > div > p{
   max-width: 654px;
   color: #fff;
   font-size: 16px;
   font-weight: 400;
   line-height: 150%;
   margin-top: .3rem;
}
.benefits-section-slzm .main-benefits-slzm .main-benefits-slzm__detail > div > ul{
   display: flex;
   flex-direction: column;
   gap: 1rem;
   margin: 1.6rem 0 2.6rem;
}

.benefits-section-slzm .main-benefits-slzm .main-benefits-slzm__detail > div > ul > li{
   max-width: 654px;
   color: #fff;
   font-size: 16px;
   font-weight: 400;
   line-height: 150%;
   list-style: circle;
}
.benefits-section-slzm .main-benefits-slzm .main-benefits-slzm__detail > a{
   font-size: 16px;
   color: #fff;
   background-color: rgba(255, 255, 255, 0.207) !important;
   border-radius: 5px;
   border: 1px solid #fff;
   padding: 12px 1.5rem;
   text-decoration: none;
   font-weight: 500;
   text-transform: capitalize;
   margin-top: 2rem;
}
@media screen and (max-width: 991px) {
   .benefits-section-slzm .main-benefits-slzm .main-benefits-slzm__detail > h2,
   .benefits-section-slzm .main-benefits-slzm .main-benefits-slzm__detail > p,
   .benefits-section-slzm .main-benefits-slzm .main-benefits-slzm__detail > ul > li{
      max-width: 991px;
   }
}

/* Serviced Location Benefits End */


/* Serviced Location Faq Copy Start */
.section--testimonials, .page--refill .section--testimonials {
  background-color: #F4F3F3;
  padding-top: 20px !important;
  padding-bottom: 70px !important;
}
@media (max-width: 768px) {
  .section--testimonials .carousel-inner .row, .page--refill .section--testimonials .carousel-inner .row {
    display: flex;
    flex-direction: column;
    /* Stack elements vertically */
  }
  .section--testimonials .carousel-inner .col, .page--refill .section--testimonials .carousel-inner .col {
    width: 100%;
    /* Ensure columns take full width */
  }
  .section--testimonials .carousel-inner .testimonial, .page--refill .section--testimonials .carousel-inner .testimonial {
    margin-bottom: 1rem;
    /* Add spacing between cards */
  }
}
.section--testimonials .carousel-inner .row, .page--refill .section--testimonials .carousel-inner .row {
  display: flex;
  /* Ensures the children (columns) align in a row */
  align-items: stretch;
  /* Ensures the children have the same height */
}
.section--testimonials .carousel-inner .col, .page--refill .section--testimonials .carousel-inner .col {
  display: flex;
  flex-direction: column;
}
.section--testimonials .testimonial, .page--refill .section--testimonials .testimonial {
  flex: 1;
  display: flex;
  flex-direction: column;

}
.section--testimonials .testimonial .mt-3, .page--refill .section--testimonials .testimonial .mt-3 {
  margin-top: auto;
  /* Pushes the image, name, and position to the bottom */
  text-align: left;
  /* Center aligns the bottom content */
}
.section--testimonials .carousel-item .testimonial, .page--refill .section--testimonials .carousel-item .testimonial {
  border-radius: 15px !important;
}
.section--testimonials .testimonial-img, .page--refill .section--testimonials .testimonial-img {
  height: 70px;
  width: 70px;
  border-radius: 50%;
}
.section--testimonials .hexagon-image, .page--refill .section--testimonials .hexagon-image {
  position: absolute;
  /* Position relative to the container */
  /* Center vertically within the container */
  right: 0;
  /* Align to the right edge of the container */
  /* Adjust for perfect vertical centering */
  /* Adjust size as needed */
  opacity: 0.7;
  /* Optional: Make it slightly transparent */
}
.section--testimonials .carousel-indicators, .page--refill .section--testimonials .carousel-indicators {
  position: absolute;
  right: unset;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-right: unset;
  margin-bottom: -3rem;
  margin-left: unset;
}
.section--testimonials .carousel-indicators .active, .page--refill .section--testimonials .carousel-indicators .active {
  background-color: #000;
}
.section--testimonials .carousel-indicators [data-bs-target], .page--refill .section--testimonials .carousel-indicators [data-bs-target] {
  background-color: #8D8D8D;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
/* Serviced Location Faq Copy End */


/* Serviced Location Closing Statement Start */
.cls-statement-section-slzm{
   width: 100%;
   /* height: 45rem; */
   padding-block: 80px;
   padding-inline: 1rem;
}
.page--serviced-loc .cls-statement-section-slzm h2{
   font-size: 45px;
   color: #151515;
   line-height: 120%;
   text-align: center;
   max-width: 745px;
   margin: 0 auto;
}
.page--serviced-loc .cls-statement-section-slzm > p{
   text-align: center;
   max-width: 900px;
   margin: 0 auto;
   margin-top: 1.6rem;
   color: #000;
}
.page--serviced-loc .cls-statement-section-slzm .cls-statement-main{
   max-width: 1350px;
   margin: 0 auto;
   /* height: 30rem; */
   display: flex;
   justify-content: space-between;
   gap: 1rem;
   margin-top: 5.5rem;
}
@media screen and (max-width: 991px) {
   .page--serviced-loc .cls-statement-section-slzm .cls-statement-main{
      flex-direction: column;
   }
}
.page--serviced-loc .cls-statement-section-slzm .cls-statement-main .cls-img-slzm{
   width: 45%;
   height: 100%;
   /* background-color: antiquewhite; */
   display: flex;
   justify-content: flex-end;
   /* align-items: flex-end; */
}
.page--serviced-loc .cls-statement-section-slzm .cls-statement-main .cls-img-slzm > img{
   width: 566px;
   height: 539px;
   object-fit: cover;
   border-radius: 15px;
}

@media screen and (max-width: 1297px) {
   .page--serviced-loc .cls-statement-section-slzm .cls-statement-main .cls-img-slzm > img{
      width: 43.55vw;
      height: 40vw;
   }
}
@media screen and (max-width: 991px) {
   .page--serviced-loc .cls-statement-section-slzm .cls-statement-main .cls-img-slzm > img{
      width: 100%;
      margin-bottom: 1rem;
   }
   .page--serviced-loc .cls-statement-section-slzm .cls-statement-main .cls-img-slzm{
      width: 100%;
   }
}

.page--serviced-loc .cls-statement-section-slzm .cls-statement-main .cls-detail-slzm{
   width: 50%;
   height: 100%;

}

.page--serviced-loc .cls-statement-section-slzm .cls-statement-main .cls-detail-slzm .cls-detail-box-slzm{
   display: flex;
   gap: 1rem;
   margin-bottom: 1.3rem;
}
.page--serviced-loc .cls-statement-section-slzm .cls-statement-main .cls-detail-slzm .cls-detail-box-slzm > img{
   width: 52px;
   height: 52px;
}
.page--serviced-loc .cls-statement-section-slzm .cls-statement-main .cls-detail-slzm .cls-detail-box-slzm div{
   display: flex;
   flex-direction: column;
}
.page--serviced-loc .cls-statement-section-slzm .cls-statement-main .cls-detail-slzm .cls-detail-box-slzm div > h3{
   font-size: 32px;
   font-weight: 600;
   margin-bottom: 0;
}
.page--serviced-loc .cls-statement-section-slzm .cls-statement-main .cls-detail-slzm .cls-detail-box-slzm div > p{
   max-width: 420px;
   font-weight: 400 !important;
   color: #000;
}
@media screen and (max-width: 991px) {
   .page--serviced-loc .cls-statement-section-slzm .cls-statement-main .cls-detail-slzm,
   .page--serviced-loc .cls-statement-section-slzm .cls-statement-main .cls-detail-slzm .cls-detail-box-slzm div,
   .page--serviced-loc .cls-statement-section-slzm .cls-statement-main .cls-detail-slzm .cls-detail-box-slzm{
      width: 100%;
   }
   .page--serviced-loc .cls-statement-section-slzm .cls-statement-main .cls-detail-slzm .cls-detail-box-slzm div > h3,
   .page--serviced-loc .cls-statement-section-slzm .cls-statement-main .cls-detail-slzm .cls-detail-box-slzm div > p{
      max-width: 920px !important;
   }
}

.page--serviced-loc .cls-statement-section-slzm .cls-statement-main .cls-detail-slzm .cls-btns-slmz{
   display: flex;
   gap: 1rem;
   flex-wrap: wrap;
}
.page--serviced-loc .cls-statement-section-slzm .cls-statement-main .cls-detail-slzm .cls-btns-slmz .slz-btn-primary{
   font-size: 16px;
   color: #fff;
   background-color: #014CC4 !important;
   border-radius: 5px;
   border: 1px solid #014CC4;
   padding: 12px 1.5rem;
   text-decoration: none;
   font-weight: 500;
   text-transform: capitalize;
} 
.page--serviced-loc .cls-statement-section-slzm .cls-statement-main .cls-detail-slzm .cls-btns-slmz .slz-btn-secondary{
   font-size: 16px;
   color: #014CC4;
   border-radius: 5px;
   border: 1px solid #014CC4;
   padding: 12px 1.5rem;
   text-decoration: none;
   font-weight: 500;
   text-transform: capitalize;
}

















/* Serviced Location Closing Statement End */