* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  transition: 0.2s ease-in-out;
}

.btn,
.btn-primary {
  transition: 0.2s ease-in-out;
  background-color: #014CC3;
  border-color: #014CC3;
  transform: scale(1);
}
.btn:hover,
.btn-primary:hover{
  background-color: #014CC3;
  border-color: #014CC3;
  color: #FFFFFF;
  transform: scale(1.05);
}

body {
  font-family: 'Montserrat', sans-serif;
  background: #f7fbff;
  color: #0a2540;
}

* {
  transition: .2s ease-in-out;
}

/* NAVBAR */
.custom-navbar {
  padding: 30px 24px;
  background: transparent;
  position: fixed;
  top: 0px;
  left: 0;
  width: 100%;
  z-index: 999;
}

.custom-navbar.custom-navbar-scroll {
  background-color: #ffffff29;
  backdrop-filter: blur(10px);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07), 0 2px 4px rgba(75, 75, 75, 0.07), 0 4px 8px rgba(182, 182, 182, 0.07);
  padding: 10px 24px;
}

.custom-navbar .navbar-brand img {
  max-width: 220px;
}
.navbar .navbar-toggler{
  box-shadow: none !important;
  border: none;
}

.logo-box {
  width: 40px;
  height: 40px;
  background: #1e88e5;
  border-radius: 8px;
}

.brand-name {
  font-weight: 700;
  font-size: 16px;
}

.tagline {
  font-size: 11px;
  color: #6c757d;
}

.nav-link {
  font-weight: 500;
  color: #405792;
  padding: 8px 0 !important;
  margin: 0;
  display: block;
  border-bottom: transparent 1.24px solid;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0%;

}

.header-nav {
  display: flex;
  gap: 21px;
  align-items: center;
  justify-content: center;
  color: #000;
}

.nav-link:hover {
  color: #02184F;
}

.nav-link.active {
  border-bottom: 1.5px solid #02184F;
  color: #02184F !important;
  font-weight: 600;
}

.search-icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #F6F5F2;
  border-color: #F6F5F2;
  display: flex;
  align-items: center;
  justify-content: center;
}

.search-icon:hover {
  background: #eef3f9;
}

.quote-btn {
  border-radius: 35px;
  padding: 12px 16px;
  font-weight: 500;
  background-color: #014CC3;
  border-color: #014CC3;
  color: #FFFFFF;
  font-size: 15px;
  line-height: 1.5;
  letter-spacing: -0.2px;
  text-align: center;
  vertical-align: middle;
  width: 146px;

}


/* HERO */
.hero-section {
  padding: 136px 0 144px;
  background: url(../images/home-banner.png);
  background-size: cover;
  background-position: right;
}
.hero-section .hero-content-box{
  max-width: 653px;
}

.hero-title {
  font-family: Montserrat;
  font-weight: 700;
  font-size: 84px;
  line-height: 91.47px;
  letter-spacing: -1.04px;
  vertical-align: middle;
  text-transform: uppercase;
  text-shadow: 1px 1px #00000059;
}

.hero-title span {
  color: #1e88e5;
}

.underline {
  width: 50px;
  height: 4px;
  background: #1e88e5;
  margin: 20px 0;
}

.hero-desc {
  font-weight: 500;
  font-size: 24px;
  line-height: 29px;
  letter-spacing: -1.04px;
  color: #707486;
}

/* FEATURES */
.feature-row {
  margin-top: 40px;
  margin-bottom: 40px;
}

.feature-icon {
  width: 102px;
  height: 102px;
  background: #eef4ff;
  border-radius: 50%;
  margin: 0 auto 10px;
}

.feature-row h6 {
  font-weight: 600;
  font-size: 15.95px;
  line-height: 27.92px;
  letter-spacing: 0px;
  vertical-align: middle;
  color: #02184F;
}

.feature-row p {
  font-weight: 500;
  font-size: 13.48px;
  line-height: 15.41px;
  letter-spacing: 0px;
  text-align: center;
  vertical-align: middle;
  color: #414050;
  max-width: 132px;
  margin: 0 auto 16px;
}
.feature-row .feature-col{
  /* max-width: 170px; */
}

/* CTA */
.cta-btn {
  padding: 22px 24px;
  font-weight: 600;
  border-radius: 8px;
  width: 100%;
  max-width: 390px;
  font-weight: 600;
  font-size: 22px;
  line-height: 29px;
  letter-spacing: -1.04px;
  vertical-align: middle;
  text-transform: uppercase;
  text-align: center;
}





/* RESPONSIVE */
@media (max-width: 991px) {
  .hero-title {
    font-size: 40px;
    text-align: center;
  }

  .hero-desc {
    text-align: center;
    margin: 0 auto;
  }

  .underline {
    margin: 20px auto;
  }

  .cta-btn {
    display: block;
    margin: 0 auto;
  }
}


.about-section {
  padding: 80px 0 52px;
}

/* HEADING */
.about-heading {
  font-weight: 700;
  font-size: 42.12px;
  line-height: 50.54px;
  letter-spacing: -0.44px;
  color: #02184F;
  margin-bottom: 66px;
}

/* TEXT */
.about-title {
  font-weight: 600;
  font-size: 28.73px;
  line-height: 34px;
  letter-spacing: 0%;
  margin-bottom: 15px;
  color: #02184F;
}

.about-text {
  font-weight: 500;
  font-style: Medium;
  font-size: 22px;
  line-height: 29px;
  letter-spacing: 0%;
  color: #707486;
}
.about-content{
  margin-bottom: 104px;
  max-width: 746px;
}
.about-content:last-child{
  margin-bottom: 0;
}

/* BUTTON */
.about-btn-box{
  margin-top: 65px;
}
.about-btn {
  padding: 12px 26px;
  border: 1.5px solid #014CC3;
  color: #014CC3;
  border-radius: 25px;
  font-weight: 600;
  background: transparent;
  transition: 0.3s;
  display: flex;
  align-items: center;
  gap: 15px;
  width: fit-content;
  margin: 0 auto;
}

.about-btn:hover {
  background: transparent;
  border: 1.5px solid #014CC3;
  color: #014CC3;
  transform: scale(1.05);
}

/* IMAGE */
.about-image {
  width: 100%;
  height: fit-content;
  text-align: right;
}
.about-image img{
  width: 400px;
}




/* RESPONSIVE */
@media (max-width: 991px) {

  .about-heading {
    font-size: 26px;
    margin-bottom: 30px;
  }

  .about-title,
  .about-subtitle {
    text-align: center;
  }

  .about-text {
    text-align: center;
    margin: 0 auto;
  }
}



.products-section {
  padding: 70px 0 96px;
  background: #F2F1F1;
  box-shadow: 0px 0px 10.1px 0px #00000024 inset;
  border-radius: 16px;
}

/* HEADING */
.products-heading {
  font-weight: 700;
  font-size: 42.12px;
  line-height: 50.54px;
  letter-spacing: -0.44px;
  vertical-align: middle;
  color: #02184F;
  margin-bottom: 92px;
}

/* CARD BASE */
.product-card {
  padding: 44px 26px 32px;
  border-radius: 20px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: 0.3s ease;
  background: #EAF8FF;
}


/* ACTIVE CARD (CENTER) */
.product-card:hover {
  background: #1654b8;
  color: #fff;
}

/* TITLE */
.product-card h5 {
  font-weight: 700;
  font-size: 22px;
  line-height: 1;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #014CC3;
  margin-bottom: 6px;
  padding-right: 30px;
}

/* BADGE */
.badge-pill {
  display: inline-block;
  padding: 0 8px;
  border-radius: 20px;
  background: transparent;
  font-weight: 500;
  font-size: 8.71px;
  line-height: 16.26px;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #2F71D9;
  width: fit-content;
  border: 0.73px solid #5290F1
}

.badge-pill.white {
  background: #ffffff30;
  color: #fff;
}

/* TEXT */
.product-card p {
  font-weight: 500;
  font-size: 12px;
  line-height: 16.26px;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #02194F;
  margin: 12px 0 30px;
}

/* IMAGE */
.product-img {
  width: 100%;
  height: fit-content;
  margin: 0 0 20px;
  text-align: center;
}

/* FOOTER */
.card-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}

.card-footer small {
  font-weight: 500;
  font-style: Italic;
  font-size: 12px;
  line-height: 16.26px;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #585858;
  max-width: 210px;
}
.products-main-row{
  gap: 24px 0;
}
.product-card:hover .card-footer small,
.product-card:hover h5,
.product-card:hover p {
  color: #FFFFFF;
}
.product-card:hover .badge-pill{
  background-color: #FFFFFF;
  border-color: #FFFFFF;
  color: #014CC3;
}
.product-card:hover .card-arrow-btn{
  background-color: #fff;
}
.product-card:hover .card-arrow-btn img{
  filter: invert(1);
}

/* ARROW BUTTON */
.card-arrow-btn {
  width: 45px;
  min-width: 45px;
  height: 45px;
  border-radius: 50%;
  background: #1e88e5;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}


/* RESPONSIVE */
@media (max-width: 991px) {
  .products-heading {
    font-size: 26px;
  }

  .product-card {
    padding: 25px;
  }
}

.benefits-banner .benefits-banner-box{
  text-align: center;
}


.why-section {
  padding: 68px 0;
  background: #f7f9fc;
}

/* HEADING */
.why-heading {
  font-weight: 700;
  font-size: 42.12px;
  line-height: 50.54px;
  letter-spacing: -0.44px;
  vertical-align: middle;
  color: #02184F;
  margin-bottom: 30px;
}

/* SUBTEXT */
.why-subtext {
  font-weight: 500;
  font-size: 25px;
  line-height: 35px;
  letter-spacing: 0px;
  text-align: center;
  vertical-align: middle;
  color: #837D7D;
  max-width: 1020px;
  margin: 0 auto;
}
.why-choose-us-row{
  margin-top: 70px;
}

/* BOX */
.why-box {
  text-align: center;
  padding: 15px;
  border-radius: 15px;
}
.why-box:hover{
  box-shadow: 0 0px 2px rgba(0, 0, 0, 0.07), 0 0px 4px rgba(75, 75, 75, 0.07), 0 0px 8px rgba(182, 182, 182, 0.07);
}

/* ICON */
.why-icon {
  width: 80px;
  height: 80px;
  margin: 0 auto 10px;
}

/* TITLE */
.why-box h6 {
  font-weight: 700;
  font-size: 16px;
  line-height: 23.84px;
  letter-spacing: 0px;
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;
  color: #02184F;
  margin-bottom: 8px;
}

/* TEXT */
.why-box p {
  font-family: Montserrat;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0px;
  text-align: center;
  vertical-align: middle;
  color: #888888;
  max-width: 218px;
  margin: 0 auto;
}


/* RESPONSIVE */
@media (max-width: 991px) {
  .why-heading {
    font-size: 26px;
    line-height: 1.2;
    margin-bottom: 20px;
  }

  .why-subtext {
    font-size: 16px;
    line-height: 1.3;
  }
}





.insight-section {
  padding: 70px 0 200px;
  background: linear-gradient(104.82deg, #D9EAFF 0.45%, #FFFFFF 100%);
;
}

/* HEADING */
.insight-heading {
  font-weight: 700;
  font-size: 42.12px;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #02184F;
  margin-bottom: 70px;
}

/* TIMELINE BASE */
.timeline {
  position: relative;
  padding-left: 100px;
}

/* VERTICAL LINE */
.timeline::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 10px;
  width: 4.5px;
  height: 100%;
  background: #014CC3;
}

/* ITEM */
.timeline-item {
  position: relative;
  margin-bottom: 50px;
  padding-left: 20px;
}

/* HORIZONTAL LINE */
.timeline-item::before {
  content: "";
  position: absolute;
  left: auto;
  right: 100%;
  top: 10px;
  width: 100px;
  height: 4.5px;
  background: #014CC3;
  border-radius: 2px;
}

/* SMALL DASH (like your design) */
.timeline-item .insightText{
  position: relative;
  padding-left: 20px;
}
.timeline-item .insightText::after {
  content: "";
  position: absolute;
  left: -5px;
  top: 6px;
  width: 18px;
  height: 4.5px;
  background-color: #014CC3;
  border-radius: 8px;
}

/* TEXT */
.timeline-item h5 {
  color: #02184F;
  font-family: Montserrat;
  font-weight: 700;
  font-size: 25.52px;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: middle;
  margin-bottom: 12px;
}

.timeline-item p {
  font-weight: 500;
  font-size: 16.4px;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #000000;
}

/* IMAGE GRID */
.insight-images {
  height: 100%;
  width: 100%;
  text-align: center;
  position: relative;
  height: 500px;
  max-width: 410px;
  margin-left: auto;
}

.img-box {
  border-radius: 20px;
  width: fit-content;
  height: auto;
  position: absolute;
}

/* IMAGE SIZES */
.large {
  top: 0;
  left: 0;
}

.small {
  right: 0;
  left: auto;
  top: 50%;
  transform: translateY(-50%);
}

.medium {
  bottom: 0;
  left: 0;
  top: auto;
}


/* RESPONSIVE */
@media (max-width: 991px) {

  .timeline {
    padding-left: 40px;
  }

  .timeline::before {
    left: 10px;
    top: 8px;
  }

  .timeline-item::before {
    top: 7px;
    width: 30px;
  }

  .insight-images {
    grid-template-columns: 1fr;
  }
}



.cta-section {
  padding: 1px 0 80px;
}

/* BOX */
.cta-box {
  padding: 60px 86px 38px;
  border-radius: 50px;
  background: linear-gradient(90deg, #031322 0%, #164272 100%);
  color: #fff;
  margin-top: -132px;
}

/* TITLE */
.cta-box h2 {
  font-family: Montserrat;
  font-weight: 600;
  font-size: 50px;
  line-height: 32px;
  letter-spacing: -1px;
  vertical-align: middle;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-bottom: 52px;
}

/* TEXT */
.cta-box p {
  font-weight: 500;
  font-size: 25px;
  line-height: 32px;
  letter-spacing: -1px;
  text-align: center;
  vertical-align: middle;
  max-width: 1084px;
  margin: 0 auto 50px;
  color: #D3D2D2;
}

/* BUTTON */
.water-tested-cta-btn {
  font-family: Montserrat;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 28.64px;
  leading-trim: NONE;
  line-height: 22.91px;
  letter-spacing: -0.72px;
  vertical-align: middle;
  text-transform: capitalize;
  color: #02184F;
  padding: 22px 34px;
  border-radius: 50px;
  background-color: #FFFFFF;
}



/* RESPONSIVE */
@media (max-width: 991px) {
  .cta-box {
    padding: 40px 20px;
    border-radius: 25px;
    margin-top: -90px;
  }

  .cta-box h2 {
    font-size: 24px;
    margin-bottom: 20px;
  }

  .cta-box p {
    font-size: 16px;
    line-height: 1.3;
  }
  .water-tested-cta-btn{
    font-size: 20px;
    line-height: 1.3;
    padding: 12px 24px;
  }
}


.testimonials-sec {
  padding: 0 0 75px;
  background: linear-gradient(180deg, #E0DEDE 0%, #F9F9F9 100%);

}

/* HEADING */
.testimonials-sec__heading {
  font-weight: 700;
  font-size: 42.12px;
  line-height: 1;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #02184F;
}

/* CARD */
.testimonials-card {
  background: #fff;
  padding: 38px 24px;
  border-radius: 14px;
  box-shadow: 0px 1.86px 4.66px 0px #00000040;
  height: 100%;
}

/* TITLE */
.testimonials-card__title {
  font-weight: 700;
  font-size: 27.72px;
  line-height: 35.42px;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #000;
  margin-bottom: 10px;
}

/* STARS */
.testimonials-card__stars {
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  gap: 3px;
}

/* TEXT */
.testimonials-card__text {
  font-weight: 500;
  font-size: 16.78px;
  line-height: 21.44px;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #606A84;
  margin-bottom: 24px;
}

/* USER */
.testimonials-card__user {
  display: flex;
  align-items: center;
  gap: 14px;
}

.testimonials-card__avatar {
  width: 60px;
  height: 60px;
  background: none;
  border-radius: 50%;
  overflow: hidden;
}
.testimonials-card__avatar img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.testimonials-card__user span {
  font-weight: 700;
  font-size: 20.6px;
  line-height: 1;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #02184F;
}

/* BUTTON */
.testimonials-sec__btnBox{
  margin-top: 95px;
}
.testimonials-sec__btn {
  font-weight: 500;
  font-size: 26.61px;
  line-height: 31px;
  letter-spacing: 0%;
  vertical-align: middle;
  display: inline-block;
  padding: 22px 24px;
  text-align: center;
  background: #014CC3;
  color: #fff;
  border-radius: 16px;
  text-decoration: none;
  transition: 0.3s;
  width: 100%;
  max-width: 306px;
}



/* RESPONSIVE */
@media (max-width: 991px) {
  .testimonials-sec__heading {
    font-size: 26px;
  }
}



.faq-sec {
  padding: 100px 0;
  background: #F0F0F0 url(../images/circle-bg.png);
  border-radius: 16px 16px 0 0;
}

/* LEFT */
.faq-sec__heading {
  font-weight: 700;
  font-size: 70px;
  line-height: 86px;
  letter-spacing: 0px;
  vertical-align: middle;
  color: #02184F;
  margin-bottom: 44px;
}

.faq-sec__box {
  background: #FFFFFF80;
  padding: 24px 30px;
  border-radius: 20px;
  margin-bottom: 30px;
}

.faq-sec__box h4 {
  font-weight: 500;
  font-size: 40px;
  line-height: 52.87px;
  letter-spacing: -1.83px;
  vertical-align: middle;
  color: #02184F;
  margin-bottom: 25px;
}

.faq-sec__btn {
  display: inline-block;
  padding: 12px 18px;
  background: #014CC3;
  color: #fff;
  border-radius: 10px;
  text-decoration: none;
  font-weight: 500;
  font-size: 26px;
  line-height: 40.2px;
  letter-spacing: -1.39px;
  vertical-align: middle;

}

.faq-sec__tagline {
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0px;
  vertical-align: middle;
  text-transform: uppercase;
  color: #02184F;
}

/* ACCORDION CUSTOM */
.faq-accordion .accordion-item {
  border: none;
  border-radius: 15px;
  overflow: hidden;
  margin-bottom: 15px;
  background: #FFFFFF80;
}

.faq-accordion .accordion-button {
  font-weight: 500;
  font-size: 18px;
  line-height: 36.86px;
  letter-spacing: -0.7px;
  vertical-align: middle;
  color: #02184F;
  box-shadow: none;
  background: transparent;
  gap: 10px;
}

.faq-accordion .accordion-button:not(.collapsed) {
  color: #02184F;
}

/* BODY */
.faq-accordion .accordion-body {
  background: transparent;
  color: #6c757d;
  border-radius: 10px;
  padding: 16px 22px 22px;
}
.faq-accordion .accordion-body .faq-accord-answer{
  border-radius: 8px;
  padding: 16px;
  background: #FFFFFF4D;
  margin-right: 50px;
  font-weight: 500;
  font-size: 18px;
  line-height: 23px;
  letter-spacing: -0.5px;
  vertical-align: middle;
  color: #6C737F;
}
.faq-sec .faq-main-row .faq-left{
  padding-right: 100px;
}


/* REMOVE DEFAULT BORDER */
.accordion-button::after {
  transform: scale(1.1);
}

/* OPTIONAL: smooth */
.accordion-button:focus {
  box-shadow: none;
}


/* RESPONSIVE */
@media (max-width: 991px) {
  .faq-sec__heading {
    font-size: 28px;
  }
}


.site-footer {
  padding: 80px 0;
  background: radial-gradient(87.25% 714% at 17.69% 50.1%, rgba(0, 0, 0, 0.91) 0%, rgba(7, 11, 23, 0.91) 37.3%, rgba(56, 73, 122, 0.91) 71.15%, rgba(2, 12, 38, 0.91) 100%);
  color: #fff;
}

/* LOGO */
.site-footer__logo {
  margin-bottom: 40px;
}

/* BRAND */
.site-footer__brand h5 {
  font-weight: 700;
  margin-bottom: 2px;
}

.site-footer__brand span {
  font-size: 12px;
  color: #cbd5e1;
}

/* DESC */
.site-footer__desc {
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0%;
  vertical-align: middle;
  text-transform: capitalize;
  color: #FFFFFF;
  max-width: 458px;
}

/* TITLES */
.site-footer__title {
  font-weight: 700;
  font-size: 24px;
  line-height: 20.31px;
  letter-spacing: 0%;
  text-align: left;
  vertical-align: middle;
  text-transform: uppercase;
  margin-bottom: 30px;
}

/* LINKS */
.site-footer__links {
  list-style: none;
  padding: 0;
}

.site-footer__links li {
  margin-bottom: 8px;
}

.site-footer__links a {
  text-decoration: none;
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #FFFFFF;
}

.site-footer__links a:hover {
  color: #ffffff;
}

/* CONTACT */
.site-footer__contact-title {
  font-weight: 600;
  margin-bottom: 10px;
}

.site-footer__contact {
  list-style: none;
  padding: 0;
  font-size: 14px;
  color: #e2e8f0;
}

.site-footer__contact li {
  margin-bottom: 6px;
}


/* RESPONSIVE */
@media (max-width: 991px) {
  .site-footer {
    text-align: center;
  }

  .site-footer__brand {
    justify-content: flex-start;
  }

  .site-footer__desc {
    margin: 0 auto;
  }
}

.copyright-box{
  background-color: #E3F0FF;
}
.copyright-box .copyright-text{
  padding: 14px 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.copyright-box .copyright-text p{
  margin-bottom: 0;
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #5E6989;
}
.copyright-box .copyright-text p a{
  margin-bottom: 0;
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #5E6989;
  text-decoration: none;
}





/* Global responsive code here */
/* Global responsive code here */
.menu-custom-group-mobile{
    display: none !important;
  }
@media(max-width: 1280px){
  .hero-title{
    font-size: 70px;
    line-height: 1.1;
  }
  .hero-desc{
    font-size: 20px;
    line-height: 1.2;
  }
  .faq-sec__heading{
    font-size: 55px;
    line-height: 1.2;
  }
}

@media(max-width: 1200px){
  .nav-link{
    font-size: 16px;
  }
  .header-nav{
    gap: 15px;
  }
  .custom-navbar .navbar-brand img{
    max-width: 185px;
  }
  .custom-navbar{
    padding: 20px 24px;
  }
  .search-icon{
    height: 40px;
    width: 40px;
  }
  .quote-btn{
    padding: 8px 14px;
    font-size: 14px;
  }
  .hero-section{
    position: relative;
    z-index: 1;
  }
  .hero-section::before{
    content: '';
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: #00000024;
  }
}

@media(max-width: 991px){
  .menu-custom-group{
    display: none !important;
  }
  .menu-custom-group.menu-custom-group-mobile{
    display: flex !important;
  }
  .about-content{
    margin-bottom: 55px;
  }
  .about-image{
    text-align: center;
  }
  .about-title{
    font-size: 22px;
    line-height: 1.1;
  }
  .about-text{
    font-size: 16px;
    line-height: 1.3;
  }
  .insight-heading{
    font-size: 26px;
    line-height: 1.2;
    margin-bottom: 35px;
  }
  .timeline-item h5{
    font-size: 18px;
    line-height: 1.2;
    margin-bottom: 10px;
  }
  .timeline-item p{
    font-size: 16px;
  }
  .insight-images{
    margin: 0 auto;
  }
  .faq-sec__box h4{
    font-size: 20px;
    line-height: 1.3;
    margin-bottom: 15px;
  }
  .faq-sec__btn{
    font-size: 16px;
    line-height: 1.3;
  }
  .faq-sec__tagline{
    line-height: 1.3;
    font-size: 20px;
  }
  .faq-sec__box {
    margin-bottom: 15px;
    padding: 20px 22px;
  }
  .faq-sec .faq-main-row .faq-left{
    padding-right: 24px;
  }
  .faq-sec{
    background: #D9EAFF;
  }
  footer .site-footer__links, 
  .site-footer__title, 
  .site-footer__contact-title, 
  .site-footer__contact{
    text-align: left;
  }
  .site-footer__desc{
    max-width: 100%;
    text-align: left;
  }
  .site-footer__logo{
    margin-bottom: 10px;
  }
  .site-footer__logo img{
    width: 260px;
  }
  .cta-btn{
    padding: 14px 24px;
    font-size: 16px;
    line-height: 1.2;
    width: fit-content;
  }
  .hero-section .hero-content-box{
    max-width: 100%;
    padding: 20px;
    border-radius: 16px;
    background-color: #ffffff99;
    backdrop-filter: blur(2px);
  }
  .hero-section{
    padding: 100px 0;
  }
  .testimonials-card__title{
    font-size: 22px;
  }
  .testimonials-card__text{
    font-size: 16px;
  }
  .testimonials-card__user span{
    font-size: 16px;
  }
  .testimonials-card__avatar{
    width: 45px;
    height: 45px;
  }
  .testimonials-sec__btn{
    font-size: 16px;
    max-width: fit-content;
    padding: 12px 24px;
  }
  .testimonials-sec__btnBox{
    margin-top: 50px;
  }
  .testimonials-cards-row{
    margin-top: 10px !important;
  }
  .faq-sec__heading {
    font-size: 28px;
  }
  .faq-sec__heading br{
    display: none;
  }
  .faq-sec{
    padding: 50px 0;
  }
  .faq-accordion .accordion-button{
    line-height: 1.3;
  }
  .navbar-collapse{
    background-color: #fff;
    padding: 20px 15px;
    margin-top: 20px;
    border-radius: 20px;
  }
  .menu-custom-group{
    text-align: center;
    justify-content: center;
    flex-direction: column;
  }
}

@media(max-width: 767px){
  .hero-title{
    font-size: 50px;
  }
  .hero-desc{
    font-size: 16px;
  }
  .feature-icon{
    width: 60px;
    height: 60px;
  }
  .feature-row h6{
    line-height: 1.3;
  }
  .about-title{
    font-size: 18px;
  }
  .product-img img{
    width: 100%;
  }
  .site-footer__desc{
    font-size: 16px;
    text-align: center;
  }
  .site-footer, 
  .site-footer__title, 
  footer .site-footer__links, .site-footer__title, .site-footer__contact-title, .site-footer__contact{
    text-align: center;
  }
  .site-footer__brand{
    justify-content: center;
  }
  .faq-accordion .accordion-body .faq-accord-answer{
    margin-right: 0;
    font-size: 16px;
    background: none;
    padding: 0;
  }
  .hero-title br{
    display: none;
  }
}

@media(max-width: 576px){
  .site-footer{
    overflow: hidden;
  }
  .site-footer__desc{
    font-size: 14px;
  }
  .water-tested-cta-btn{
    font-size: 16px;
  }
  .hero-title {
    font-size: 46px;
  }
  /* .faq-sec .faq-main-row .faq-left{
    padding-right: 4px;
  } */
}

@media(max-width: 420px){
  .hero-title {
    font-size: 40px;
  }
}