
:root,
[data-bs-theme=light] {
  --bs-body-bg: #ffffff;
  --bs-body-color: #494B5B;
  --bs-primary: #0099cc;
  --bs-primary-rgb: 33, 92, 92;
  --bs-primary-hover: #007399;
  --bs-primary-hover-rgb: 20, 75, 75;
  --bs-secondary: white;
  --bs-secondary-rgb: 204, 232, 201;
  --bs-heading-color: #16181B;
  --inverse-color: #494B5B;
  --inverse-color-rgb: 73, 75, 91;
  --bs-link-color: var(--bs-primary);
  --nav-bg: #ffffff;
  --nav-color: #fff;
  --nav-hover-color: #1f6bff;
  --dropdown-bg: #ffffff;
  /* --dropdown-color: #1f6bff; */
  --dropdown-hover-bg: #f7f7f7;
  --nav-inverse: #000000;
  --nav-inverse-alt: #ffffff;
}

body {
  font: 1rem/1.7 "Open Sans";
  background-color: var(--bs-body-bg);
  color: var(--bs-body-color);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.site-wrap {
  position: relative;
}

::-moz-selection {
  background-color: var(--bs-black);
  color: var(--bs-white);
}

::selection {
  background-color: var(--bs-black);
  color: var(--bs-white);
}

a {
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  color: var(--bs-primary);
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}

.container {
  max-width: 1140px;
}

.section {
  /* padding: 90px 0; */
  scroll-margin-top: 60px;
}

.section_legacy_of_purity{
  padding: 30px 0;
  scroll-margin-top: 60px;
}
.section_science_behind{
  /* padding: 30px 0; */
  scroll-margin-top: 60px;
background-image: url('../images/why_everpure/The_science_behind.webp'); 
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 60px 0;
}
.section_elevate_product {
  padding: 90px 0;
  scroll-margin-top: 60px;
}
.section_built_to_last{
  padding: 30px 0;
  scroll-margin-top: 60px;
}
.elevate__v6 .elevate-title {
  font-size: 38px;
   font-family: "Montserrat";
   color: #003366;
   font-weight: 600;
}
.elevate-description{
  font-size: 16px !important;
   font-family: "Open Sans";
   color: #2C3E50;
   line-height: 1.5 !important;
  /* text-align: justify; */
}
.elevate_card{
    margin-top:2%;
}
.elevate-title1 {
  font-size: 19.68px;
   font-family: "Montserrat";
   color: #003366;
   font-weight: 600;
}
.elevate-para2{
  font-size: 16px !important;
   font-family: "Open Sans";
   color: #2C3E5080;
   line-height: 1.5 !important;
  /* text-align: justify; */
}
.text-btn {
  cursor: pointer;
  color: #0099ccff; 
  transition: color 0.2s ease;
}
.fade-transition {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease, visibility 0.4s ease;
}
.fade-transition.show {
  opacity: 1;
  visibility: visible;
}
.summary-button {
  background: transparent;
  border: none;
  padding: 0;
  text-align: left;
  width: 100%;
  cursor: pointer;
}
.summary-button:hover {
  background-color: #f8f9fa; /* subtle hover effect */
  border-radius: 6px;
}
.summary-button:focus {
  outline: none;
}
.expand-icon {
  display: flex;
  align-items: center;
  margin-left: 1rem;
}
.expand-text {
  opacity: 0;
  visibility: hidden;
  margin-right: 6px;
  transition: opacity 0.3s ease;
}
.summary-button:hover .expand-text {
  opacity: 1;
  visibility: visible;
}
.summary-button:hover .expand-icon svg {
  transform: scale(1.1);
  transition: transform 0.3s ease;
  /* border: 1px solid #0099ccff; */
}

.card-img-top {
  height: 150px;               /* Or any fixed height you want */
  object-fit: cover;           /* Ensures image fills without distortion */
  width: 100%;                 /* Ensures full width */
}
.pp{
  font-size: 16px !important;
   font-family: "Open Sans";
   color: #2C3E50;
   line-height: 1.5 !important;
  /* text-align: justify; */
}

@media (max-width: 767.98px) {
  .section_elevate_product {
    padding: 40px 15px !important;
  }

  .elevate-title {
    font-size: 28px !important;
    text-align: left;
  }

  .elevate-description {
    font-size: 16px;
    text-align: left;
  }

  .elevate-title1 {
    font-size: 16px;
  }

  .elevate-para2 {
    font-size: 13px;
  }
  .card{
    border:0 !important;
    padding: 0px 1px !important;
  }

  iframe {
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 16 / 9;
  }
  .card-body{
    text-align: left;
  }

  .card-img-top {
    height: 120px;
  }

  .row.row-cols-md-4 {
    row-gap: 1.5rem;
  }

  .elevate_card {
    margin-top: 30px;
  }

  .expand-icon small {
    font-size: 13px;
  }

  .expand-icon svg {
    width: 10px;
    height: 10px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .section_elevate_product {
    padding: 60px 55px;
  }

  .elevate-title {
    font-size: 39px !important;
  }

  .elevate-description {
    font-size: 17px !important;
  }

  .elevate-title1 {
    font-size: 18px;
  }

  .elevate-para2 {
    font-size: 14px;
  }

  /* iframe {
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 16 / 9;
  } */

  .card-img-top {
    height: 140px;
  }

  .elevate_card {
    margin-top: 3%;
  }

  .expand-icon svg {
    width: 11px;
    height: 11px;
  }
}

@media (max-width: 992px) {
  .section_elevate_product {
    padding: 60px 32px;
  }

  .elevate-title {
    font-size: 39px ;
  }

  .elevate-description {
    font-size: 17px !important;
  }

  .elevate-title1 {
    font-size: 18px;
  }

  .elevate-para2 {
    font-size: 14px;
  }

  iframe {
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 16 / 9;
  }

  .card-img-top {
    height: 140px;
  }

  .elevate_card {
    margin-top: 3%;
  }

  .expand-icon svg {
    width: 11px;
    height: 11px;
  }
}

.section_about{
  padding: 30px 0;
  scroll-margin-top: 60px;
}
.section_about_2{
  padding: 50px 0;
  scroll-margin-top: 60px;
}

@media (max-width: 767.98px) {
  .section {
    padding: 70px 0;
  }
}
.section.first-section {
  padding-top: 100px;
}
@media (min-width: 992px) {
  .section.first-section {
    padding-top: 130px;
  }
}

.text-heading-color {
  color: var(--bs-heading-color);
}

.shadow-sm {
  -webkit-box-shadow: 0 0.125rem 0.25rem 0 rgba(var(--bs-black-rgb), 0.05) !important;
          box-shadow: 0 0.125rem 0.25rem 0 rgba(var(--bs-black-rgb), 0.05) !important;
}

.shadow {
  -webkit-box-shadow: 0 0.5rem 1rem 0 rgba(var(--bs-black-rgb), 0.05) !important;
          box-shadow: 0 0.5rem 1rem 0 rgba(var(--bs-black-rgb), 0.05) !important;
}

.shadow-lg {
  -webkit-box-shadow: 0 1rem 3rem 0 rgba(var(--bs-black-rgb), 0.05) !important;
          box-shadow: 0 1rem 3rem 0 rgba(var(--bs-black-rgb), 0.05) !important;
}

.list-checked {
  padding: 0;
  margin: 0;
  color: var(--bs-body-color);
}
.list-checked li {
  position: relative;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 10px;
}
.list-checked li i {
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  display: inline-block;
  background-color: rgba(var(--bs-primary-rgb), 0.1);
  border-radius: 50%;
  color: var(--bs-primary);
  font-size: 20px;
}
.list-checked li:before {
  position: absolute;
  display: inline-block;
  left: 0;
  content: "";
  vertical-align: -0.125em;
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 1.5625rem 1.5625rem;
  width: 1.5625rem;
  height: 1.5625rem;
}

.btn {
  padding: 12px 20px;
  background-color: var(--bs-primary);
  color: var(--bs-white);
  border: 1px solid transparent;
  border-radius: 7px;
  font-weight: 600;
  position: relative;
  font-family: 'Open Sans';
 
}
.btn:hover, .btn:active, .btn:focus {
  color: var(--bs-white);
  background-color: var(--bs-primary-hover) !important;
  border: 1px solid var(--bs-primary-hover) !important;
}
.btn.btn-white.hover-outline {
  background-color: var(--bs-white) !important;
  color: var(--bs-black) !important;
  border: 1px solid transparent !important;
}
.btn.btn-white.hover-outline:hover {
  color: var(--bs-white) !important;
  background-color: transparent !important;
  border: 1px solid var(--bs-white) !important;
}
.btn.btn-white-outline {
  border: 1px solid rgba(var(--inverse-color-rgb), 0.2) !important;
  color: var(--inverse-color) !important;
  background-color: transparent;
}
.btn.btn-white-outline:hover, .btn.btn-white-outline:focus, .btn.btn-white-outline:active {
  background-color: transparent !important;
  border: 1px solid rgba(var(--inverse-color-rgb), 0.5) !important;
}

.block-squares {
  position: absolute;
  bottom: -12px;
  right: 0;
  z-index: 1;
  width: auto;
}

.form-control {
  padding-top: 10px;
  padding-bottom: 10px;
  border-width: 1px;
  font-size: 16px;
  background-color: transparent;
  border-color: rgba(var(--inverse-color-rgb), 0.1);
}

.form-control:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: var(--bs-primary);
}

.a-link i {
  font-size: 26px;
  margin-left: 10px;
  -webkit-transition: 0.25s all ease-in-out;
  transition: 0.25s all ease-in-out;
}
.a-link:hover i {
  margin-left: 15px;
}

.page-title {
  padding-top: 100px !important;
  padding-bottom: 50px !important;
  background-color: rgba(var(--inverse-color-rgb), 0.03);
}

.special-link .icons {
  display: inline-block;
  width: 38px;
  height: 38px;
  line-height: 38px;
  border-radius: 50%;
  text-align: center;
  position: relative;
  border: 1px solid rgba(var(--inverse-color-rgb), 0.2);
}

.special-link .icons i {
  font-size: 25px;
  position: relative;
  display: inline-block;
  position: absolute;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.special-link .icons i.icon-1 {
  opacity: 1;
  visibility: visible;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.special-link .icons i.icon-2 {
  opacity: 0;
  visibility: hidden;
  top: 80%;
  left: 20%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.special-link:hover .icons .icon-1 {
  opacity: 0;
  visibility: hidden;
  top: 20%;
  left: 80%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.special-link:hover .icons .icon-2 {
  opacity: 1;
  visibility: visible;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

.fbs__net-navbar {
  position: absolute;
  top: 0;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  z-index: 99999;
  width: 100%;
  background-color: transparent !important;
  border: none;
  color: #003366;
  
}

.navbar-nav .nav-item:not(:last-child) .nav-link:hover {
  color: #00BFFF !important;
  
}
@media (min-width: 992px) {
  .fbs__net-navbar {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.fbs__net-navbar > .container {
  position: relative;
}
.fbs__net-navbar.relative {
  position: absolute;
}
.fbs__net-navbar .navbar-brand {
  color: var(--bs-white);
  font-size: 30px;
  font-weight: bold;
}
.fbs__net-navbar .navbar-brand .logo.dark {
  display: none;
}
.fbs__net-navbar .navbar-brand .logo.light {
  display: block;
}
 /* .fbs__net-navbar .navbar-nav > li > .nav-link {
          
             font-size: 14px !important;
             text-align: left;
             padding-left: 0 !important;
             margin-left: 15%;
             padding-bottom: 11px;
  } */

  .fbs__net-navbar .navbar-nav {
    /* display: none; */
    margin-left: 17% !important;
    padding-left: 0 !important;
  }
.fbs__net-navbar .navbar-nav > li > .nav-link {
  position: relative;
  /* padding: 22px; */
   padding-left: 10%;
   margin-left: 15%;
   padding-bottom: 11px;
  margin-right: 20px;
  font-size: 14px;
  color:#003366 !important;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  position: relative;
  font-weight: 600;
  font-family: 'Monteserrat';
  /* margin-left: 48%; */
  white-space: nowrap;
  
}

.fbs__net-navbar .navbar-nav > li > .nav-link:before {
  content: "";
  position: absolute;
  width: calc(100% - 10px);
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  border-radius: 5px;
  height: 1.5px;
  bottom: 0;
  /* left: 19px; */
  background: currentcolor;
  -webkit-transform-origin: bottom right;
          transform-origin: bottom right;
  -webkit-transition: -webkit-transform 0.35s ease-out;
  transition: -webkit-transform 0.35s ease-out;
  transition: transform 0.35s ease-out;
  transition: transform 0.35s ease-out, -webkit-transform 0.35s ease-out;
}
.fbs__net-navbar .navbar-nav > li > .nav-link:hover::before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
}
.fbs__net-navbar .navbar-nav > li > .nav-link:hover, .fbs__net-navbar .navbar-nav > li > .nav-link:focus {
  color: var(--bs-white);
}
@media (max-width: 991.98px) {
  .fbs__net-navbar .navbar-nav > li > .nav-link:hover, .fbs__net-navbar .navbar-nav > li > .nav-link:focus {
    color: var(--inverse-color) !important;
  }
}
@media (max-width: 767.98px) {
  .fbs__net-navbar .navbar-nav > li > .nav-link {
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
.fbs__net-navbar .navbar-nav > li > .nav-link.active {
  color: var(--bs-white);
}
@media (max-width: 991.98px) {
  .fbs__net-navbar .navbar-nav > li > .nav-link.active {
    color: var(--inverse-color);
  }
}
.fbs__net-navbar .navbar-nav > li > .nav-link.active:before {
  content: "";
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
.fbs__net-navbar .navbar-nav > li > .nav-link.dropdown-toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.fbs__net-navbar .navbar-nav > li > .nav-link.dropdown-toggle::after {
  display: none;
  content: "";
}
@media (max-width: 991.98px) {
  .fbs__net-navbar .navbar-nav > li > .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.fbs__net-navbar .navbar-nav .dropdown-menu {
  background-color: var(--nav-bg);
}
.fbs__net-navbar .navbar-nav .dropdown-menu .nav-link:hover {
  /* background-color: red !important; */
  /* border-bottom: 1px solid #003366; */
  color: #00BFFF !important;
}
.fbs__net-navbar .navbar-nav .dropdown-toggle::after {
  display: none;
}
.fbs__net-navbar .navbar-nav .dropdown-toggle .bi-chevron-down {
  margin-left: 0.5rem;
  color: #003366;
}
.fbs__net-navbar .fbs__net-navbar-toggler {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  position: relative;
  background-color: var(--bs-black);
  color: var(--bs-white);
  border: none;
  display: none;
}

.fbs__net-navbar .dropdown-menu .dropdown-toggle {
  color: #003366 !important;
  background-color: white !important;
}
.dropdown-item:active{
  background-color: white !important;
}

/* ✅ Styles for dropdown toggles */
    /* .dropdown-menu .dropdown-toggle {
      position: relative !important;
      display: block;
      white-space: normal;
      padding: 10px 20px;
      font-family: 'Montserrat';
      font-weight: 500 !important;
      color: #003366 !important;
    } */
    .dropdown-menu .dropdown-toggle::before {
      content: "";
      position: absolute;
      bottom: 2px;
      left: 10px;
      right: 10px;
      height: 1.5px;
      background-color: currentColor;
      transform: scaleX(0);
      transform-origin: bottom right;
      transition: transform 0.35s ease-out;
    }
    .dropdown-menu .dropdown-toggle:hover::before {
      transform: scaleX(1) !important;
      transform-origin: bottom left !important;
    }
    .dropdown-menu .dropdown-toggle:hover {
      color: #00BFFF !important;
    }

@media (max-width: 991.98px) {
  .fbs__net-navbar .fbs__net-navbar-toggler {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.fbs__net-navbar .navbar-brand {
  margin-right: 0 !important;
}
.fbs__net-navbar .navbar-nav .dropdown > .dropdown-menu,
.fbs__net-navbar .navbar-nav .dropend > .dropdown-menu,
.fbs__net-navbar .navbar-nav .dropstart > .dropdown-menu {
  border: none !important;
  padding-left: 10px;
  padding-right: 10px;
  -webkit-box-shadow: 0 0.1875rem 0.375rem rgba(var(--bs-black-rgb), 0.1);
          box-shadow: 0 0.1875rem 0.375rem rgba(var(--bs-black-rgb), 0.1);
}
@media (min-width: 992px) {
  .fbs__net-navbar .navbar-nav .dropdown > .dropdown-menu,
  .fbs__net-navbar .navbar-nav .dropend > .dropdown-menu,
  .fbs__net-navbar .navbar-nav .dropstart > .dropdown-menu {
    padding-left: 10px;
    padding-right: 10px;
    width: 280px;
    border: none;
  }
}

.fbs__net-navbar .navbar-nav .dropdown > .dropdown-menu .dropdown-item,
.fbs__net-navbar .navbar-nav .dropdown > .dropdown-menu .nav-link,
.fbs__net-navbar .navbar-nav .dropend > .dropdown-menu .dropdown-item,
.fbs__net-navbar .navbar-nav .dropend > .dropdown-menu .nav-link,
.fbs__net-navbar .navbar-nav .dropstart > .dropdown-menu .dropdown-item,
.fbs__net-navbar .navbar-nav .dropstart > .dropdown-menu .nav-link {
  color: #003366;
    font-weight: 600 !important;
    white-space: normal;
    word-break: break-word;
    font-size: 14px;
  padding: 10px 10px;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  border-radius: 0.5rem;
}
@media (min-width: 992px) {
  .fbs__net-navbar .navbar-nav .dropdown:hover > .dropdown-menu,
  .fbs__net-navbar .navbar-nav .dropend:hover > .dropdown-menu,
  .fbs__net-navbar .navbar-nav .dropstart:hover > .dropdown-menu {
    display: block;
    -webkit-animation: fadeInUp 0.3s ease;
            animation: fadeInUp 0.3s ease;
            
  }
}
@media (min-width: 992px) {
  .fbs__net-navbar .navbar-nav .dropend:hover > .dropdown-menu {
    position: absolute;
    top: 0;
    left: 100%;
    -webkit-animation: fadeInRight 0.3s ease;
            animation: fadeInRight 0.3s ease;
  }
}
@media (min-width: 992px) {
  .fbs__net-navbar .navbar-nav .dropstart:hover > .dropdown-menu {
    position: absolute;
    top: 0;
    right: 100%;
    -webkit-animation: fadeInLeft 0.3s ease;
            animation: fadeInLeft 0.3s ease;
            
  }
}
.fbs__net-navbar .navbar-nav .dropdown-toggle::before {
  display: none;
}
.fbs__net-navbar .navbar-nav .dropdown-toggle::after {
  display: none;
}
.fbs__net-navbar .navbar-nav li.dropend > a,
.fbs__net-navbar .navbar-nav li.dropstart > a {
  position: relative;
}
.fbs__net-navbar .navbar-nav li.dropend > a .bi,
.fbs__net-navbar .navbar-nav li.dropstart > a .bi {
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
          /* color: #003366 !important; */
}
@media (max-width: 991.98px) {
  .fbs__net-navbar .navbar-nav li.dropend > a .bi,
  .fbs__net-navbar .navbar-nav li.dropstart > a .bi {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    margin-top: -10px;
  }
}
.fbs__net-navbar .navbar-nav li.dropend > a::after,
.fbs__net-navbar .navbar-nav li.dropstart > a::after {
  display: none;
}
.fbs__net-navbar .navbar-nav li.dropend > a {
  position: relative;
}
.fbs__net-navbar .navbar-nav li.dropend > a:hover {
  /* background-color: var(--dropdown-hover-bg) !important; */
   color: #00BFFF !important;
}
.fbs__net-navbar .navbar-nav li.dropend > a .caret {
  position: absolute;
  right: 10px;
}
.fbs__net-navbar .navbar-nav li.dropstart > a {
  position: relative;
}
.fbs__net-navbar .navbar-nav li.dropstart > a:hover {
  background-color: var(--dropdown-hover-bg) !important;
}
.fbs__net-navbar .navbar-nav li.dropstart > a .caret {
  position: absolute;
  left: 10px;
}
.fbs__net-navbar .navbar-toggler:hover, .fbs__net-navbar .navbar-toggler:focus, .fbs__net-navbar .navbar-toggler:active {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.fbs__net-navbar .header-social a {
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  color: var(--bs-white);
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 4px;
  display: inline-block;
  background-color: transparent;
}
.fbs__net-navbar .header-social a:hover {
  background-color: rgba(var(--bs-white-rgb), 0.1);
}


@media (min-width: 992px) {
  .fbs__net-navbar .header-social a {
    color: var(--bs-white);
  }
}
.fbs__net-navbar .header-social .btn {
  width: auto !important;
  height: auto !important;
  background-color: var(--bs-primary) !important;
  color: var(--bs-white) !important;
}
@media (max-width: 575.98px) {
  .fbs__net-navbar .header-social .btn {
    display: none;
  }
}
.fbs__net-navbar.active {
  position: fixed;
  top: 0;
  width: 100%;
  background-color: var(--nav-bg) !important;
  -webkit-box-shadow: 0 0.1875rem 0.375rem rgba(var(--bs-black-rgb), 0.05) !important;
          box-shadow: 0 0.1875rem 0.375rem rgba(var(--bs-black-rgb), 0.05) !important;
}
.fbs__net-navbar.active .navbar-brand {
  color: rgba(var(--inverse-color-rgb), 1) !important;
}
.fbs__net-navbar.active .navbar-brand .logo.dark {
  display: block;
}

.fbs__net-navbar.active .navbar-brand .logo.light {
  display: none;
}

.fbs__net-navbar.active .nav-link {
  color: rgba(var(--inverse-color-rgb), 1) !important;
}
.fbs__net-navbar.active .nav-link:hover {
  color: rgba(var(--inverse-color-rgb), 1) !important;
}
.fbs__net-navbar.active .header-social a {
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  color: var(--inverse-color);
}
.fbs__net-navbar.active .header-social a:hover {
  background-color: rgba(var(--inverse-color-rgb), 0.1);
}
@media (min-width: 992px) {
  .fbs__net-navbar.active .header-social a {
    color: rgba(var(--inverse-color-rgb), 1) !important;
  }
}
.fbs__net-navbar.active .header-social .btn {
  width: auto !important;
  height: auto !important;
  background-color: var(--bs-primary) !important;
  color: var(--bs-white) !important;
}
.fbs__net-navbar.active .navbar-nav > li > .dropdown-toggle:hover {
  color: var(--inverse-color) !important;
}
.fbs__net-navbar.active .navbar-nav > li > .nav-link.dropdown-toggle::after {
  display: none;
  content: "";
}
.fbs__net-navbar.active .navbar-nav li.dropdown a:hover,
.fbs__net-navbar.active .navbar-nav li.dropend a:hover,
.fbs__net-navbar.active .navbar-nav li.dropstart a:hover {
  color: var(--inverse-color);
}
.fbs__net-navbar .fbs__net-icon-menu {
  display: block;
}
.fbs__net-navbar .fbs__net-icon-close {
  display: none;
}
.offcanvas-active .fbs__net-navbar .fbs__net-icon-menu {
  display: none;
}
.offcanvas-active .fbs__net-navbar .fbs__net-icon-close {
  display: block;
}
.fbs__net-navbar.dark {
  -webkit-box-shadow: 0 0px 2px rgba(var(--inverse-color-rgb), 0.15);
          box-shadow: 0 0px 2px rgba(var(--inverse-color-rgb), 0.15);
}
.fbs__net-navbar.dark .navbar-brand .logo.dark {
  display: block;
}

.fbs__net-navbar.dark .navbar-brand .logo.light {
  display: none;
}

.fbs__net-navbar.dark a {
  color: var(--inverse-color) !important;
}
.fbs__net-navbar.dark a:hover {
  color: var(--inverse-color);
}
.fbs__net-navbar.dark .header-social a:hover {
  background-color: rgba(var(--inverse-color-rgb), 0.05);
}

.fbs__net-navbar.dark ul li a {
  color: rgba(var(--inverse-color-rgb), 1) !important;
}
.fbs__net-navbar.dark ul li a:hover {
  color:#00BFFF !important;
}
.fbs__net-navbar .offcanvas-header .offcanvas-header-logo .logo-link .logo.dark {
  display: block;
}

.fbs__net-navbar .offcanvas-header .offcanvas-header-logo .logo-link .logo.light {
  display: none;
}

/* Mobile View Header */
@media (max-width: 767.98px) {
  .fbs__net-navbar .navbar-nav {
    display: flex;
    flex-direction: column;
    align-items: flex-start; /* Align to left inside offcanvas */
    padding-left: 15px;
    padding-right: 15px;
  }

  .fbs__net-navbar .nav-item {
    margin: 5px 0;
    text-align: left;
    margin-left:-12%;
  }

  .fbs__net-navbar .navbar-nav > li > .nav-link {
    font-size: 14px;
    white-space: nowrap;
    margin-left: 0 !important;
    text-align: left;
  }
  .fbs__net-navbar .fbs__net-navbar-toggler {
    display: flex; /* or block if you prefer */
    margin-right: 20px !important;
  }
  

}
@media (min-width: 768px) and (max-width: 991.98px) {
  /* Your custom tablet styles here */

  /* Example: Adjust navbar spacing */
  .fbs__net-navbar .navbar-nav > li > .nav-link {
             /* Slightly larger text for tablets */
             font-size: 16px !important;
             text-align: left;
             padding-left: 0 !important;
             margin-left: -15%;
             
  }

  .fbs__net-navbar .navbar-nav > li > .nav-link.active{
    width: 60%;
  }
   /* ↓↓↓ Make the hover underline smaller */
  .fbs__net-navbar .navbar-nav > li > .nav-link::before {
    width: 10%; /* shorter underline */
    left: 0;
  }
  .fbs__net-navbar .navbar-nav > li > .nav-link:hover::before {
    transform: scaleX(1);
    transform-origin: bottom left;
  }
  .fbs__net-navbar .fbs__net-navbar-toggler {
    display: flex; /* or block if you prefer */
    margin-right: 90px !important;
  }

  /* Optionally hide the full navbar menu on tablets, so toggler is needed */
  .fbs__net-navbar .navbar-nav {
    display: none;
  }

  /* When offcanvas is active (menu open), show navbar-nav */
  .offcanvas-active .fbs__net-navbar .navbar-nav {
    display: block;
  }
  .fbs__net-navbar .navbar-nav .dropdown-toggle .bi-chevron-down {
  margin-right: 84%;
  }
  .fbs__net-navbar .navbar-nav li.dropend > a .bi{
    margin-right: 36%;
  }
   .fbs__net-navbar .navbar-nav .dropdown > .dropdown-menu .nav-link{
    white-space: normal;
    word-break: break-word !important;
    font-size: 12px;
   }
   .fbs__net-navbar .dropdown-menu .dropdown-toggle {
  color: #003366 !important;
}
}

/* desktop */
@media (min-width: 992px) and (max-width: 1440px) {
 
  
    .fbs__net-navbar .navbar-nav > li > .nav-link {
             /* Slightly larger text for tablets */
             font-size: 14px !important;
             text-align: left;
             padding-left: 0 !important;
             margin-left: 5%;
             padding-bottom: 11px;
             padding:8px;
  }

  .fbs__net-navbar .navbar-nav {
    /* display: none; */
    margin-left: 5%;
    padding-left: 0 !important;
  }
  }


@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

.text_section{
  background-color: #F2F2F2;
 display: inline-block;
 padding: 5px 12px;
 color: black;
 font-weight: 600;
 font-family: 'Open Sans';
 font-size: 14px;
 border-radius: 7px;
}
.hero__v6 {
 min-height: 450px; /* ensures space for hero content */
}
.hero-title, .legacy_to_title, .science_behind_title {
    min-height: 100px; /* prevents jump when AOS fades in */
}

.hero__v6 .hero-subtitle {
  background: color-mix(in srgb, var(--bs-secondary), transparent 70%);
  color: var(--bs-primary);
  display: inline-block;
  padding: 5px 12px;
  border-radius: 7px;
  font-weight: 600;
  font-size: 0.75rem;
  margin-bottom: 10px;
  font-family: 'Montserrat';
}

.hero__v6 .hero-title {
  font-size: 38px;
   font-family: "Montserrat";
   color: #003366;
   font-weight: 600;
}
.hero-description{
  font-size: 16px !important;
   font-family: "Open Sans";
   color: #2C3E50;
   line-height: 1.5 !important;
  /* text-align: justify; */
}
@media (max-width: 1199.98px) {
  .hero__v6 .hero-title {
    font-size: 40px;
  }
}
@media (max-width: 991.98px) {
  .hero__v6 .hero-title {
    font-size: 30px;
  }
}
.hero__v6 .logos  {
  font-size: 12px;
  letter-spacing: 1px;
  color: color-mix(in srgb, var(--bs-primary), transparent 10%);
}

.logos-title {
  color: #2C3E50;
  font-size: 14px;
}
.hero__v6 .logos img {
  width: 140px;
}
.hero__v6 .hero-img {
  position: relative;
}
.hero__v6 .hero-img .img-main {
  position: relative;
  z-index: 9;
  
}

.hero__v6 .hero-img .img-card {
  z-index: 10;
  border-radius: 20px;
  -webkit-box-shadow: 0 15px 40px 0 rgba(var(--bs-black-rgb), 0.1);
          box-shadow: 0 15px 40px 0 rgba(var(--bs-black-rgb), 0.1);
  position: absolute;
  max-width: 280px;
  bottom: -40px;
  left: -60px;
}
@media (max-width: 991.98px) {
  .hero__v6 .hero-img .img-card {
    left: 10px;
    max-width: 380px;
  }
}
@media (max-width: 575.98px) {
  .hero__v6 .hero-img .img-card {
    left: 10px;
    max-width: 280px;
  }
}

/* .navbar-nav .nav-item{
  font-family: 'Montserrat';
  font-size: 13px;
  font-weight: 600;
  color: #003366 !important;
} */

.btn-sm.nav_btn {
    background: linear-gradient(135deg, #00b8ff 0%, #0099cc 100%);
    color: white;
    border: none;
    padding: 10px 22px;
    font-size: 12px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    text-decoration: none;
    display: inline-block;
    position: relative;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(124, 159, 182, 0.3);
    font-family: 'Montserrat';
     margin-top: 1%;
   
    /* margin-left: 35%; */
}

/* Hover effect */
.btn.nav_btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(46, 134, 193, 0.5);
    background: linear-gradient(135deg, #00b8ff 0%, #0099cc 100%);
    color: white;
}

/* Shine effect */
.btn.nav_btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;               /* Start off to the left */
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.4), transparent);
    transition: none;
    transform: skewX(-20deg);
}

/* Animate shine sliding from left to right on hover */
.btn.nav_btn:hover::before {
    left: 100%;               /* Move all the way to the right */
    transition: left 0.6s ease;
}

.btn.nav_btn:active {
    transform: translateY(-1px);
    transition: all 0.1s ease;
}

.btn.hero_btn {
    background: linear-gradient(135deg, #00b8ff 0%, #0099cc 100%);
    color: white;
    padding: 0.875rem 2.5rem;
    border: none;
    /* border-radius: 50px; */
   
    font-size: 14px !important;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    text-decoration: none;
    display: inline-block;
    position: relative;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(124, 159, 182, 0.3);
    font-family: 'Montserrat';
}

.btn.hero_btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.4), transparent);
    transition: left 0.6s ease;
}

.btn.hero_btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(46, 134, 193, 0.5);
    background: linear-gradient(135deg, #00b8ff 0%, #0099cc 100%);
    color: white;
}

.btn.hero_btn:hover::before {
    left: 100%;
}

.btn.hero_btn:active {
    transform: translateY(-1px);
    transition: all 0.1s ease;
}

.btn.hero_btn1 {
    background: white;
    color: #0099cc;
    padding: 0.875rem 2.5rem;
    border:1px solid #0099cc;
    /* border-radius: 50px; */
   
    font-size: 14px !important;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    text-decoration: none;
    display: inline-block;
    position: relative;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(124, 159, 182, 0.3);
    font-family: 'Montserrat';
}

.btn.hero_btn1::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.4), transparent);
    transition: left 0.6s ease;
}

.btn.hero_btn1:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(46, 134, 193, 0.5);
    background: linear-gradient(135deg, #00b8ff 0%, #0099cc 100%);
    color: white;
}

.btn.hero_btn1:hover::before {
    left: 100%;
}

.btn.hero_btn1:active {
    transform: translateY(-1px);
    transition: all 0.1s ease;
}

.main_section {
  background-color: #00BFFF;
  
}

.ms_particles {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  pointer-events: none;
  z-index: 0;
}

.msparticle {
  position: absolute;
  bottom: -10px;
  width: 6px;
  height: 6px;
  background:linear-gradient(to right, #dbefff, #b3e5fc); 
  border-radius: 50%;
  animation: riseParticle 10s linear infinite;
}

/* Animation */
@keyframes riseParticle {
  0% {
    transform: translateY(0);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  100% {
    transform: translateY(-120vh);
    opacity: 0;
  }
}

/* Random position, size, delay */
.msparticle:nth-child(1) {
  left: 5%;
  animation-delay: 0s;
}
.msparticle:nth-child(2) {
  left: 15%;
  animation-delay: 2s;
}
.msparticle:nth-child(3) {
  left: 25%;
  animation-delay: 4s;
}
.msparticle:nth-child(4) {
  left: 35%;
  animation-delay: 1s;
}
.msparticle:nth-child(5) {
  left: 45%;
  animation-delay: 3s;
}
.msparticle:nth-child(6) {
  left: 55%;
  animation-delay: 5s;
}
.msparticle:nth-child(7) {
  left: 65%;
  animation-delay: 2.5s;
}
.msparticle:nth-child(8) {
  left: 75%;
  animation-delay: 1.5s;
}
.msparticle:nth-child(9) {
  left: 85%;
  animation-delay: 3.5s;
}
.msparticle:nth-child(10) {
  left: 95%;
  animation-delay: 0.5s;
}


.section_title{
  color: #003366;
  font-weight: 600;
  font-size: 39px;
  font-family: 'Montserrat';
}
.section_subtitle{
  color: #2c3e50;
  font-weight: 600;
  font-size: 38px;
  font-family: 'Open Sans';
}
.main_section_container{
  background-color: white;
   border-radius: 10px;
   margin: 0 auto;
   padding: 20px;
   max-width: 1100px;
   position: relative;
  overflow: hidden;
  z-index: 1;
}
.section_card_title{
  font-size: 19px;
  color: #2C3E50;
  font-weight: 600;
  font-family: 'Montserrat';
}
.section_card_para{
  font-size: 15px;
  color: #2C3E50;
  line-height: 25px;
  font-family: 'Open Sans';
  font-weight: 400;
  text-align: justify;
}

.span_img{
  width: 240px;
  height: 240px;
  /* float: center; */
  object-fit: cover;
  margin: 0 auto 15px;       /* centers and adds spacing */
  display: block;
}
.features__v2 .icon {
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 50%;
  background-color: white;
  color: var(--bs-primary);
 
}

.features__v2 .content {
  background-color: white;
  font-weight: 600;
}

.features__v2 .btn-play i {
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
  background-color: var(--bs-white);
  color: var(--bs-primary);
}

.about__v4{
  padding: 1px 0px 10%;
}
.about__v4 .subtitle {
  background-color:white;
  color: #003366;
  display: inline-block;
  padding: 5px 12px;
  border-radius: 7px;
  font-weight: 600;
  font-size: 0.75rem;
  margin-bottom: 10px;
}
.problem_title{
   font-size: 38px;
   font-family: "Montserrat";
   color: #003366;
   font-weight: 600;
  background-color:white;
}
.problem-description{
  font-size: 15px;
  font-family: "Open Sans";
  color: #2C3E50;
  text-align: left;
 
}

.about__v4 .features li .icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  background-color: var(--bs-primary);
  color: var(--bs-white);
}
.about__v4 .mission-statement {
  background-color: var(--bs-primary);
  position: relative;
  bottom: -20px;
  width: 100%;
}
.about__v4 .mission-statement h3 {
  font-size: 10px;
  color: var(--bs-secondary);
}
.about__v4 .mission-statement p {
  color: var(--bs-white);
}
.about__v4 .mission-icon {
  width: 50px;
  height: 50px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50px;
          flex: 0 0 50px;
  line-height: 50px;
  display: inline-block;
  background-color: rgba(var(--bs-secondary-rgb), 0.1);
}
.about__v4 .mission-icon i {
  color: var(--bs-secondary);
}

.pricing__v2 .subtitle {
  background-color: rgba(var(--bs-secondary-rgb), 0.2);
  color: var(--bs-primary);
  display: inline-block;
  padding: 5px 12px;
  border-radius: 7px;
  font-weight: 600;
  font-size: 0.75rem;
  margin-bottom: 10px;
}

.pricing__v2 .price-table {
  border: 1px solid rgba(var(--inverse-color-rgb), 0.2);
}
.pricing__v2 .price-table .price {
  color: var(--bs-heading-color);
}
.pricing__v2 .price-table .price strong {
  font-size: 40px;
}
.pricing__v2 .price-table .icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20px;
          flex: 0 0 20px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  border: 1px solid rgba(var(--bs-white-rgb), 0.2);
}
.pricing__v2 .popular {
  background-color: var(--bs-primary);
  color: var(--bs-white);
}
.pricing__v2 .popular .price {
  color: var(--bs-secondary);
}
.pricing__v2 .popular h3 {
  color: var(--bs-white);
}
.pricing__v2 .popular p {
  color: var(--bs-white);
}
.pricing__v2 .popular .pricing-features h4 {
  font-size: 12px;
  color: var(--bs-secondary);
}

.howitworks__v1 .subtitle {
  background-color: rgba(var(--bs-secondary-rgb), 0.2);
  color: var(--bs-primary);
  display: inline-block;
  padding: 5px 12px;
  border-radius: 7px;
  font-weight: 600;
  font-size: 0.75rem;
  margin-bottom: 10px;
}

.howitworks__v1 .step-card {
  position: relative;
}
.howitworks__v1 .step-card .step-number {
  width: 60px;
  height: 60px;
  line-height: 60px;
  display: inline-block;
  color: var(--bs-secondary);
  background-color: var(--bs-primary);
  font-size: 18px;
}
.howitworks__v1 .arch-line {
  position: absolute;
  top: 15px;
  width: 150px;
  right: 0;
  left: calc(100% + 24px);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 991.98px) {
  .howitworks__v1 .arch-line {
    display: none;
  }
}
.howitworks__v1 .arch-line.reverse {
  top: 20px;
}


.faq__v2 {
  background-color: rgba(var(--inverse-color-rgb), 0.02);
}

.faq__v2 .subtitle {
  background-color: rgba(var(--bs-secondary-rgb), 0.2);
  color: var(--bs-primary);
  display: inline-block;
  padding: 5px 12px;
  border-radius: 7px;
  font-weight: 600;
  font-size: 0.75rem;
  margin-bottom: 10px;
}

.faq__v2 .custom-accordion {
  --bs-accordion-bg: var(--bs-body-bg);
  --bs-accordion-btn-icon: url("");
  --bs-accordion-btn-active-icon: url("");
}

.faq__v2 .custom-accordion .accordion-button {
  position: relative;
  padding-right: 50px;
}
.faq__v2 .custom-accordion .accordion-button::after {
  content: "\f4fe";
  font-family: "bootstrap-icons" !important;
  font-style: normal;
  font-weight: 400 !important;
  font-variant: normal;
  text-transform: none;
  right: 20px;
  top: 15px;
  width: 18px;
  height: 14px;
  font-size: 30px;
  color: var(--inverse-color);
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  line-height: 1;
  position: absolute;
  -webkit-font-smoothing: antialiased;
}

.faq__v2 .custom-accordion .accordion-button:not(.collapsed)::after {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  content: "\f2ea";
}
.faq__v2 .custom-accordion .accordion-item {
  border: none;
  margin-bottom: 10px;
  border-radius: 10px;
  overflow: hidden;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.faq__v2 .custom-accordion .accordion-item .accordion-header .accordion-button {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-size: 18px;
  font-weight: 500;
  color: var(--bs-heading-color);
  padding-top: 20px;
  padding-bottom: 20px;
  border: none;
}
.faq__v2 .custom-accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  background-color: transparent;
  color: var(--inverse-color);
  -webkit-box-shadow: 0 1px 1px rgba(var(--inverse-color-rgb), 0.05);
          box-shadow: 0 1px 1px rgba(var(--inverse-color-rgb), 0.05);
}
.faq__v2 .custom-accordion .accordion-item .accordion-body {
  border-top: none;
}

.stats__v3 .content {
  padding-top: 70px;
  padding-bottom: 70px;
  background-color: var(--bs-primary);
  color: var(--bs-white);
  overflow: hidden;
  position: relative;
}
.stats__v3 .content h3 {
  color: var(--bs-secondary);
}
.stats__v3 .content .rounded-borders {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 500px;
  height: 500px;
}
.stats__v3 .content .rounded-borders .rounded-border-1,
.stats__v3 .content .rounded-borders .rounded-border-2,
.stats__v3 .content .rounded-borders .rounded-border-3 {
  border: 1px solid var(--bs-secondary);
  width: 500px;
  height: 500px;
  border-radius: 50%;
  position: absolute;
}
.stats__v3 .content .rounded-borders .rounded-border-1 {
  right: 20px;
  top: 20px;
}
.stats__v3 .content .rounded-borders .rounded-border-2 {
  right: 40px;
  top: 40px;
}

.testimonials__v2 .subtitle {
  background-color: rgba(var(--bs-secondary-rgb), 0.2);
  color: var(--bs-primary);
  display: inline-block;
  padding: 5px 12px;
  border-radius: 7px;
  font-weight: 600;
  font-size: 0.75rem;
  margin-bottom: 10px;
}

.testimonials__v2 .testimonial {
  border: 1px solid rgba(var(--inverse-color-rgb), 0.2);
}
.testimonials__v2 .testimonial-author .author-img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50px;
          flex: 0 0 50px;
}

.contact__v2 .subtitle {
  background-color: rgba(var(--bs-secondary-rgb), 0.2);
  color: var(--bs-primary);
  display: inline-block;
  padding: 5px 12px;
  border-radius: 7px;
  font-weight: 600;
  font-size: 0.75rem;
  margin-bottom: 10px;
}

.contact__v2 .icon {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border: 1px solid rgba(var(--inverse-color-rgb), 0.2);
  border-radius: 50%;
}


#back-to-top {
  position: fixed;
  bottom: 0px;
  right: 20px;
  visibility: hidden;
  opacity: 0;
  background-color: var(--bs-primary);
  color: white;
  border: none;
  border-radius: 50%;
  padding: 10px;
  cursor: pointer;
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 1000;
  width: 40px;
  height: 40px;
}
#back-to-top i {
  font-size: 24px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
#back-to-top.show {
  bottom: 20px;
  opacity: 1;
  visibility: visible;
}

hr{
  /* color: #2c3e5080; */
  /* border: #2c3e5080 solid 1px; */
  background-color: #d2d2d380;
  /* opacity: 1; */
  
}
.about2{
  background-color: #28426c;
  color: white;
}

.section_about_2 .container {
    position: relative;
    z-index: 1; /* ensures content appears above animated shapes */
}
.about2_title{
  color: white;
  font-weight: 600;
  font-family: "Montserrat";
  font-size: 39px;
}
.about2_para{
  font-size: 16px;
  text-align: left;
  word-wrap: break-word;
  font-family: 'Open Sans';
  line-height: 1.5 !important;
}
.certified_quality_main {
  background-color: #c0c0c0;
}
 
.floating-bubbles {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  overflow: visible;
  z-index: 1;
}

.bubble {
  top: 430px;
  position: absolute;
  bottom: 0;
  width: 150px;
  height: 150px;
  /* background: rgba(212, 41, 10, 0.2); */
  border: 1px solid rgba(50, 51, 51, 0.37);
  border-radius: 50%;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-name: floatGrowFade;
  animation-duration: 7s;
  opacity: 0;
  /* filter: blur(1px);
  mix-blend-mode: screen; */
   /* box-shadow: 0 0 8px rgba(173, 238, 255, 0.4); */
}
/* Position bubbles horizontally at different start points */
.bubble:nth-child(1) { left: 5%;top:5%; animation-delay: 0s;background:  #6ab6f4; }
.bubble:nth-child(2) { left: 5%;top:40%; animation-delay: 1.2s;background:  #6ab6f4; }
.bubble:nth-child(3) { left: 20%;bottom:50%; animation-delay: 2.4s;background:  #6ab6f4; }
.bubble:nth-child(4) { left: 35%;bottom: 80%; animation-delay: 0.6s;background:   #6ab6f4; }
.bubble:nth-child(5) { left: 50%;top:4%; animation-delay: 1.8s;background:  #6ab6f4; }
.bubble:nth-child(6) { left: 60%; animation-delay: 1.2s;background:   #6ab6f4; }
.bubble:nth-child(7) { left: 75%;top:80%; animation-delay: 2.5s;background:  #6ab6f4; }
.bubble:nth-child(8) { left: 80%;top:50%; animation-delay: 0.6s;background:  #6ab6f4; }
.bubble:nth-child(9) { left: 95%;top:10%; animation-delay: 2.1s;background:   #6ab6f4; }


@keyframes floatGrowFade {
  0% {
    transform: translate(0, 0) scale(0);
    opacity: 0;
  }
  30% {
    transform: translate(5px, -15px) scale(1);
    opacity: 0.6;
  }
  60% {
    transform: translate(-10px, -50px) scale(1.2);
    opacity: 0.4;
  }
  100% {
    transform: translate(0, -80px) scale(1.4);
    opacity: 0;
  }
}

/* .floating-particles {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  z-index: 0; 
}

.particle1 {
  position: absolute;
  width: 60px;
  height: 60px;
  background: rgba(125, 200, 235, 0.733);
  border-radius: 50%;
  animation: floatParticle 8s ease-in-out infinite;
}

.particle1:nth-child(1) {
  top: 20%;
  left: 15%;
  animation-delay: 0s;
}

.particle1:nth-child(2) {
  top: 60%;
  left: 80%;
  animation-delay: 2s;
  background: rgba(214, 225, 231, 0.644);

}

.particle1:nth-child(3) {
  top: 80%;
  left: 30%;
  animation-delay: 4s;
}

.particle1:nth-child(4) {
  top: 40%;
  left: 70%;
  animation-delay: 6s;
  background: rgba(123, 183, 218, 0.26);
}

@keyframes floatParticle {
  0%, 100% {
    transform: translateY(0px) rotate(0deg);
    opacity: 0;
  }
  10%, 90% {
    opacity: 1;
  }
  50% {
    transform: translateY(-30px) rotate(180deg);
  }
}  */


.about-animated-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 0;
    pointer-events: none;
}

.about-bg-shape {
    position: absolute;
    border-radius: 50%;
    opacity: 0.2; /* improved visibility */
    animation: aboutFloat 20s ease-in-out infinite;
    /* border: 1px dashed red; */
}


.about-bg-shape.shape1 {
    width: 200px;
    height: 200px;
     background: rgba(240, 233, 233, 0.2);
    top: 10%;
    left: -5%;
    animation-delay: 0s;
}

.about-bg-shape.shape2 {
    width: 150px;
    height: 150px;
     background: rgba(221, 201, 201, 0.2);
    top: 50%;
    right: 20%;
    animation-delay: 6s;
}

.about-bg-shape.shape3 {
    width: 100px;
    height: 100px;
     background: rgba(241, 241, 241, 0.2);
    left: 80%;
    animation-delay: 12s;
}

@keyframes aboutFloat {
    0%, 100% {
        transform: translateY(0px) translateX(0px) scale(1);
    }
    33% {
        transform: translateY(-30px) translateX(20px) scale(1.1);
    }
    66% {
        transform: translateY(20px) translateX(-15px) scale(0.9);
    }
}


/* Overlay layer */
.certified_quality_main .overlay {
  content: '';
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  background-color:#28426ccc; /* #003366 with transparency */
  z-index: 1;
}

/* Ensure content is on top of the overlay */
.certified_quality_main section {
  position: relative;
  z-index: 2;
  background-color: #c0c0c0;
}

/* Card style */
.cq_card {
   position: relative;
  
  background-size: cover;
  background-position: center;
  overflow: hidden;
  border-radius: 12px;
  /* padding: 20px; */
  background-color: #c0c0c0;
}
.cq_card .card-img-top {
  height: auto;               
  object-fit: cover;        
  width: 100%;                 
}
.card_head{
    font-family: 'Montserrat';
    font-size: 19px;
    font-weight: 600;
    color: #2c3e50;
}
.card_list{
   font-family: 'Open Sans';
    font-size: 16px !important;
    line-height: 1.5 !important;
}
.card_para{
    font-family: 'Open Sans';
    font-size: 15.75px;
    
    color: #2c3e50;
}
.adcard{
  border-radius: 12px;
  /* padding: 20px; */
  color: white; /* dark blue */
  position: relative;
  overflow: hidden;
  background-color: #28426c0d;
}
.advantage_main_title{
  color: white;
  font-weight: 700;
  font-family: "Open Sans";
  font-size: 19px;
  text-align: center;
  /* margin-bottom: 20px; */
}
.advantage_main_para{
  font-size: 16px;
  text-align: justify;
  word-wrap: break-word;
  font-family: 'Open Sans';
  margin-bottom: 20px;
  font-weight: 400;
}

.custom-card .card-overlay {
  background-color:#28426ccc; /* Dark blue with opacity */
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  border-radius: 12px;
}

.custom-card .card-content {
  position: relative;
  z-index: 2;
}

.certified_quality_title{
  color: #003366;
  font-weight: 600;
  font-family: "Montserrat";
  font-size: 39px; 
}
.certified_quality_para{
    color: #2c3e50;
    font-size: 16px !important;
    font-family: 'Open Sans';
    line-height: 1.5 !important;
}
.custom_icon{
   display: inline-flex;
  justify-content: center;
  align-items: center;
 /* height: 55px;
  width: 55px; */
  /* background-color: #00BFFF; light blue pill */
  /* border-radius: 50px; */
  margin-bottom: 1rem;
}

.custom_icon svg,
.custom_icon img {
  height: 55px;
  width: 55px;
  color: #003366;
  margin-top: 7%;
}

.banner_particles {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  pointer-events: none;
  z-index: 0;
}

.particle {
  position: absolute;
  bottom: -10px;
  width: 6px;
  height: 6px;
  background:linear-gradient(to right, #394e5f, #456080); /* light particle */
  border-radius: 50%;
  animation: riseParticle 10s linear infinite;
}

/* Animation */
@keyframes riseParticle {
  0% {
    transform: translateY(0);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  100% {
    transform: translateY(-120vh);
    opacity: 0;
  }
}

/* Random position, size, delay */
.particle:nth-child(1) {
  left: 5%;
  animation-delay: 0s;
}
.particle:nth-child(2) {
  left: 15%;
  animation-delay: 2s;
}
.particle:nth-child(3) {
  left: 25%;
  animation-delay: 4s;
}
.particle:nth-child(4) {
  left: 35%;
  animation-delay: 1s;
}
.particle:nth-child(5) {
  left: 45%;
  animation-delay: 3s;
}
.particle:nth-child(6) {
  left: 55%;
  animation-delay: 5s;
}
.particle:nth-child(7) {
  left: 65%;
  animation-delay: 2.5s;
}
.particle:nth-child(8) {
  left: 75%;
  animation-delay: 1.5s;
}
.particle:nth-child(9) {
  left: 85%;
  animation-delay: 3.5s;
}
.particle:nth-child(10) {
  left: 95%;
  animation-delay: 0.5s;
}
.progress-line {
  width: 170px;
  height: 13px;
  background-color: #00BFFF;
  border-radius: 20px;
  margin-bottom: 0.75rem;
}

/* Different widths per level */
.progress-line.level-1 {
  width: 100%;    /* smallest */
}

.progress-line.level-2 {
  width: 100%;   /* medium */
}

.progress-line.level-3 {
  width: 100%;   /* largest */
}


.saw_particles {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  pointer-events: none;
  z-index: 0;
}

.saw_particle {
  position: absolute;
  bottom: -10px;
  width: 6px;
  height: 6px;
  background:linear-gradient(to right, #394e5f, #456080);/* light particle */
  border-radius: 50%;
  animation: riseParticle 9s linear infinite;
}

/* Animation */
@keyframes riseParticle {
  0% {
    transform: translateY(0);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  100% {
    transform: translateY(-120vh);
    opacity: 0;
  }
}

/* Random position, size, delay */
.saw_particle:nth-child(1) {
  left: 5%;
  animation-delay: 0s;
}
.saw_particle:nth-child(2) {
  left: 15%;
  animation-delay: 2s;
}
.saw_particle:nth-child(3) {
  left: 25%;
  animation-delay: 4s;
}
.saw_particle:nth-child(4) {
  left: 35%;
  animation-delay: 1s;
}
.saw_particle:nth-child(5) {
  left: 45%;
  animation-delay: 3s;
}
.saw_particle:nth-child(6) {
  left: 55%;
  animation-delay: 5s;
}
.saw_particle:nth-child(7) {
  left: 65%;
  animation-delay: 2.5s;
}
.saw_particle:nth-child(8) {
  left: 75%;
  animation-delay: 1.5s;
}
.saw_particle:nth-child(9) {
  left: 85%;
  animation-delay: 3.5s;
}
.saw_particle:nth-child(10) {
  left: 95%;
  animation-delay: 0.5s;
}



.explore_btn {
    background: linear-gradient(135deg, #00b8ff 0%, #0099cc 100%);
    color: white !important;
    border: none;
    font-size: 14px !important;
    font-weight: 600 !important;
    cursor: pointer !important;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    text-decoration: none;
    display: inline-block !important;
    position: relative;
    overflow: hidden !important;
    box-shadow: 0 4px 15px rgba(124, 159, 182, 0.3) !important;
    font-family: 'Montserrat' !important;
    align-items: center !important;
}

/* Hover effect */
.btn.explore_btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(46, 134, 193, 0.5);
    background: linear-gradient(135deg, #00b8ff 0%, #0099cc 100%);
    color: white;
}

/* Shine effect */
.btn.explore_btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;               /* Start off to the left */
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.4), transparent);
    transition: none;
    transform: skewX(-20deg);
}

/* Animate shine sliding from left to right on hover */
.btn.explore_btn:hover::before {
    left: 100%;               /* Move all the way to the right */
    transition: left 0.6s ease;
}

.btn.explore_btn:active {
    transform: translateY(-1px);
    transition: all 0.1s ease;
}

.water_solution_btn2{
  background-color: white;
  color: #007399;
  font-family: 'Open Sans';
  border: 1px solid #007399;
}

.btn.water_solution_btn2 {
    background: white;
    color: #0099cc;
    padding: 0.875rem 2.5rem;
    border: 1px solid #0099cc;
    /* border-radius: 50px; */
   
    font-size: 14px !important;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    text-decoration: none;
    display: inline-block;
    position: relative;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(124, 159, 182, 0.3);
    font-family: 'Montserrat';
}

.btn.water_solution_btn2::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.4), transparent);
    transition: left 0.6s ease;
}

.btn.water_solution_btn2:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(46, 134, 193, 0.5);
    background: linear-gradient(135deg, #00b8ff 0%, #0099cc 100%);
    color: white;
}

.btn.water_solution_btn2:hover::before {
    left: 100%;
}

.btn.water_solution_btn2:active {
    transform: translateY(-1px);
    transition: all 0.1s ease;
}
@media (max-width: 767.98px) {
.explore_btn,
  .water_solution_btn2 {
    width: 100%;
    text-align: center;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
   .cta {
    flex-wrap: wrap;
    gap: 10px;
  }

  .explore_btn,
  .water_solution_btn2 {
    flex: 1 1 auto;
    text-align: center;
  }
}
.footer {
            background: linear-gradient(to bottom right, #001f3f, #004080);
            color: white;
            padding: 40px 20px;
            font-family: 'Open Sans';
          }

          .footer-container {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            max-width: 1200px;
            margin: auto;
          }

          .footer-logo {
            flex: 1 1 250px;
            margin-bottom: 20px;
            margin-left: 5%;
          }

          .footer-logo-img {
            width: 180px;
            height: 110px;
            margin-bottom: 10px;
            margin-left: -2%;
          }

          .tagline {
            font-size: 14px;
            margin: 5px 0 15px;
            color: #a3d0ff;
          }

          .description1 {
            font-size: 14px !important;
            color: white;
            line-height: 1.6;
            font-weight:400;
            font-family:'Open Sans' !important;
            margin-top: -6%;
          }

          .footer-links, .footer-contact, .footer-legal {
            flex: 1 1 200px;
            margin-bottom: 20px;
          }

          .footer-links{
            margin-left: -9%;
          }

          .footer h3 {
            margin-bottom: 15px;
            color: #ffffff;
            font-size:19.68px;
            font-weight: 700;
            font-family:'Montserrat';
          }

          .footer-links ul,
          .footer-legal ul {
            list-style: disc;
            padding-left: 20px; /* Indent for bullets */
            font-weight:700;
          }

          .footer-links li,
          .footer-legal li {
            margin-bottom: 8px;
            line-height: 1.2 !important;
            font-family:'Open Sans' !important;

          }

          .footer-links a,
          .footer-legal a {
            color: #66B2ff;
            /* text-decoration: none; */
            font-weight: 700;
            font-size: 15.75px;
          }

          .footer-links a:hover,
          .footer-legal a:hover {
            text-decoration: underline;
            color:#66b2ff;
          }
          .footer-contact{
            margin-left: -3%;
          }
          .footer-contact .f_address{
            line-height: 1.4;
            font-family:'Open Sans' !important;
            font-size: 16px !important;
          }
          .footer-contact h3,p{
            line-height: 1.1;
          }
          .footer-contact p{
            font-family:'Open Sans' !important;
          }

          .footer-contact a {
            color: #a3d0ff;  
            font-size: 15px;
          }

          .footer-contact a:hover {
            text-decoration: underline;
          }

          .social-icons {
            margin-top: 15px;

          }

          .social-icons img {
            width: 45px;
            margin-right: 10px;
              border:1px solid white;
          }

          .footer .copyright {
            margin-top: -37px;
            font-size: 13px;
            color: #fff;
            padding-left: 10.5%;
            font-size: 13px !important;
            font-family: 'Open Sans' !important;
          }

          /* Footer Media query */
          /* 🔹 Mobile: max-width 767.98px */
          @media only screen and (max-width: 767.98px) {
            .footer {
              /* padding: 30px 15px; */
              text-align: center;
              /* padding-left: -12%; */
            }
            .description1{
              text-align: justify;
              margin-left: 1%;
            }
            .mobile-br {
              display: none;
            }

            .footer-container {
              flex-direction: column;
              align-items: center;
            }

            .footer-logo,
            .footer-links,
            .footer-contact,
            .footer-legal {
              flex: 1 1 100%;
              max-width: 100%;
              margin-bottom: 30px;
            }
            .footer-links{
              margin-left: -29%;
              margin-top: -2%;
            }

            .footer-links h3{
              margin-left: -32%;
            }
            .footer-links ul{
              margin-left: -15%;
            }

            .footer-contact h3{
              margin-left: 9%;
            }
            .footer-contact p{
              margin-left: 9%;
            }
            .footer-legal h3{
              margin-left:-68%;
              text-align:left
            }
            .footer-legal ul{
              margin-left: -58%;
            }


            .footer-logo-img {
              width: 180px;
              height: 110px;
            }

            .footer h3 {
              font-size: 18px;
            }

            .description1,
            .footer-links a,
            .footer-legal a,
            .footer-contact p,
            .footer-contact a {
              font-size: 14px;
              text-align: left !important;
            }

            .footer-links ul,
            .footer-legal ul {
              padding-left: 0;
              list-style-position: inside;
              text-align: left !important;
            }

            .footer-contact .f_address br {
              display: none; /* Simplifies address on small screens */
            }

            .social-icons {
              justify-content: center;
              display: flex;
              flex-wrap: wrap;
              gap: 10px;
            }

            .social-icons img {
              width: 38px;
              margin-right: 0;
            }
            

            .footer .copyright {
              font-size: 12px;
            margin-left: -11%;
            }
          }


          /* 🔹 Tablet: 768px to 991.98px */
          @media only screen and (min-width: 768px) and (max-width: 991.98px) {
            .footer {
              padding: 40px 40px !important;
            }

            .footer-container {
              flex-wrap: wrap;
              gap: 20px;
            }

            .footer-logo,
            .footer-links,
            .footer-contact,
            .footer-legal {
              flex: 1 1 45%;
              margin-bottom: 20px;
            }

            .footer-logo-img {
              width: 190px;
            }

            .footer h3 {
              font-size: 18.5px;
            }

            .footer-links h3{
              margin-left:4%;
            }

            .footer-links a,
            .footer-legal a,
            .footer-contact a {
              font-size: 14.5px;
            }

            .social-icons img {
              width: 40px;
            }
            .footer-contact{
              margin-left: 5%;
            }

            .footer-legal{
              margin-left: -8%;
            }
            .footer-legal h3{
              margin-left:5%;
            }
            p.copyright{
              margin-top: 1% !important;
              margin-left: -4%;
            }
          }


          /* 🔹 Desktop: 992px and above */
          @media only screen and (min-width: 992px) {
            .footer-container {
              flex-wrap: wrap;
            }

            .footer-logo {
              flex: 1 1 300px;
            }

            .footer-links,
            .footer-contact,
            .footer-legal {
              flex: 1 1 200px;
            }

            .footer h3 {
              font-size: 19.68px;
            }

            .footer-links a,
            .footer-legal a,
            .footer-contact a {
              font-size: 15.75px;
            }

            .social-icons img {
              width: 45px;
            }
          }




.legacy_to{
  background-color: #003366;
   position: relative; /* required to contain .animated-bg */
  overflow: hidden;   /* optional: keep shapes from spilling */
}
.legacy_to_container{
  background-color: white;
  border-radius: 12px; 
  position: relative;
    z-index: 1; 
}

.animated-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 0;
    pointer-events: none;
}

.bg-shape {
    position: absolute;
    border-radius: 50%;
    opacity: 0.2; /* improved visibility */
    animation: aboutFloat 20s ease-in-out infinite;
    /* border: 1px dashed red; */
}
.bg-shape.shape1 {
    width: 250px;
    height: 250px;
     background: rgba(240, 233, 233, 0.2);
    top: 10%;
    left: -5%;
    animation-delay: 0s;
}
.bg-shape.shape2 {
    width: 200px;
    height: 200px;
     background: rgba(185, 230, 243, 0.2);
    top: 80%;
    right: 8%;
    animation-delay: 6s;
}
.bg-shape.shape3 {
    width: 150px;
    height: 150px;
     background: rgba(160, 194, 238, 0.2);
    left: 80%;
    animation-delay: 12s;
}
.bg-shape.shape4 {
    width: 100px;
    height: 100px;
    background: rgba(186, 192, 199, 0.4); /* More visible */
    top: 80%; /* Position it vertically */
    left: 10%; /* Position it horizontally */
    animation-delay: 18s;
    z-index: 0;
}

@keyframes aboutFloat {
    0%, 100% {
        transform: translateY(0px) translateX(0px) scale(1);
    }
    33% {
        transform: translateY(-30px) translateX(20px) scale(1.1);
    }
    66% {
        transform: translateY(20px) translateX(-15px) scale(0.9);
    }
}


.legacy_to_title{
  color: #003366;
  font-weight: 600;
  font-family: "Montserrat";
  font-size: 38px;
  margin-bottom: 20px;
}
.legacy_to_para{
  font-size: 16px !important;
  /* text-align: justify; */
  word-wrap: break-word;
  font-family: 'Open Sans' !important;
  color: #2c3e50;
  line-height:1.5 !important;
}

.btn.legacy_to_purity_btn1 {
    background: linear-gradient(135deg, #00b8ff 0%, #0099cc 100%);
    color: white;
    border: none;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    text-decoration: none;
    display: inline-block;
    position: relative;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(124, 159, 182, 0.3);
    font-family: 'Montserrat';
}

/* Hover effect */
.btn.legacy_to_purity_btn1:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(46, 134, 193, 0.5);
    background: linear-gradient(135deg, #00b8ff 0%, #0099cc 100%);
    color: white;
}

/* Shine effect */
.btn.legacy_to_purity_btn1::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;               /* Start off to the left */
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.4), transparent);
    transition: none;
    transform: skewX(-20deg);
}

/* Animate shine sliding from left to right on hover */
.btn.legacy_to_purity_btn1:hover::before {
    left: 100%;               /* Move all the way to the right */
    transition: left 0.6s ease;
}

.btn.legacy_to_purity_btn1:active {
    transform: translateY(-1px);
    transition: all 0.1s ease;
}

.built_to{
  background-color: white;
   position: relative; /* required to contain .animated-bg */
  overflow: hidden;   /* optional: keep shapes from spilling */
}
.built_to_title{
  color: #003366;
  font-weight: 600;
  font-family: "Montserrat";
  font-size: 38px;
  margin-bottom: 20px;
}
.built_to_para{
  font-size: 16px;
  /* text-align: justify; */
  word-wrap: break-word;
  font-family: 'Open Sans';
  color: #2c3e50;
  line-height: 1.5 !important;
}
.feature-box {
  position: relative;
  border: 2px solid #00a3e0;
  border-radius: 6px;
  background-color: #fff;
  padding: 29px 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: center;
}

.box-content {
  z-index: 2;
  position: relative;
}

.quote {
  font-size: 40px;
  color: #00a3e0;
  font-weight: bold;
  font-family: serif;
  position: absolute;
  z-index: 3;
  background-color: #fff; /* masks border behind the quote */
  padding: 0 5px; /* adds spacing around the quote */
}

.top-left {
  top: -12px;
  left: 0px;
  transform: translate(15%, -15%);
}

.bottom-right {
  bottom: -17px;
  right: 0px;
  transform: translate(-15%, 15%);
}


/* Ensure image container fills parent column */
.built-img {
  flex: 1;         /* Fills full height of its column */
  height: 100%;
  overflow: hidden;
}

/* Ensure image fills and is cropped nicely */
.built-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: left center;
  border-radius: 8px;
}
.feature_title{
  font-family: 'Montserrat';
  font-size: 19px;
  color: #2c3e50;
  font-weight: 600;
}
.feature_para{
  font-family: 'Open Sans';
  font-size: 16px !important;
  color: #2c3e50;
  line-height: 1.5 !important;
}

.science_behind{
  /* background-color: white; */
   position: relative; /* required to contain .animated-bg */
  overflow: hidden;   /* optional: keep shapes from spilling */
}
.science_behind_container{
  background-color: white;
  border-radius: 12px; 
  position: relative;
    z-index: 1; 
}

.science_behind_title{
  color: #003366;
  font-weight: 600;
  font-family: "Montserrat";
  font-size: 38px;
  margin-bottom: 20px;
}
.science_behind_para{
  font-size: 16px !important;
  /* text-align: justify; */
  word-wrap: break-word;
  font-family: 'Open Sans' !important;
  color: #2c3e50;
  line-height: 1.5 !important;
}



/* ========== header MOBILE (Up to 767px) ========== */
@media (max-width: 767.98px) {
  
  .section
  {
     padding: 40px 10px !important;
  }
  .hero__v6 .hero-title {
    font-size: 28px !important;
    text-align: left;
  }

  .hero-description {
    font-size: 16px;
    text-align: left;
    /* padding: 0 10px; */
  }

  .logos-images {
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    text-align: center;
  }

  .hero__v6 .hero-img .img-main {
    max-width: 100%;
    margin-top: 1rem;
  }

  .btn.hero_btn {
    width: 100%;
    text-align: center;
  }
  .btn.hero_btn1 {
    width: 100%;
    text-align: center;
  }

  .header-social {
    justify-content: center;
  }

   .offcanvas-header .nav_btn {
   display: inline-block;
  padding: 4px 10px;
  font-size: 0.75rem;
  text-align: center;
  background-color: #007399;
  color: white !important;
  font-family: 'Open Sans';
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;

  /* Fix the width and remove problematic margin */
  max-width: 100%;
  width: auto;
  margin-right: 0;
  margin-top: 1rem;
    
  }
}


/* ========== TABLET (768px - 991px) ========== */
@media (min-width: 768px) and (max-width: 991.98px) {
  .plogo{
    height: 60% !important;
    width: 60% !important;
  }
  .hero__v6 .hero-title {
    font-size: 39px;
    text-align: left;
  }

  .hero-description {
    font-size: 17px !important;
    text-align: left;
  }

  .logos-images {
    flex-wrap: wrap;
    gap: 1rem;
  }

  .hero__v6 .hero-img .img-main {
    max-width: 70%;
    margin-top: 1rem;
  }

  .btn.hero_btn {
    font-size: 14px;
    padding: 10px 20px;
  }

  .section{
    padding: 59px 52px;
  }
}


/* ========== DESKTOP (992px and above) ========== */
@media (min-width: 992px) {
  .section{
    padding:60px 42px !important;
  }
  .hero__v6 .hero-title {
    font-size: 39px;
  }

  .hero-description {
    font-size: 16px;
  }

  .logos-images {
    gap: 2rem;
  }

  .hero__v6 .hero-img .img-main {
    max-width: 100%;
  }

  .btn.hero_btn {
    font-size: 16px;
    padding: 12px 28px;
  }
  iframe {
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 16 / 9;
  }
 
}

/* Mobile */
@media (max-width: 767.98px) {
  .text_section {
    font-size: 12px;
    display: block;
    text-align: center;
    padding: 16px 120px;
    margin-bottom: 1px;
  }
}

/* Tablet */
@media (min-width: 768px) and (max-width: 991.98px) {
  .text_section {
    font-size: 13px;
    padding: 6px 12px;
  }
}

/* Desktop */
@media (min-width: 992px) {
  .text_section {
    font-size: 14px;
    padding: 5px 12px;
  }
}

/* ========== About2 MOBILE (Up to 767.98px) ========== */
@media (max-width: 767.98px) {
  .about2_title {
    font-size: 30px;
    text-align: left;
    padding: 0 10px;
  }

  .about2_para {
    font-size: 15px;
    text-align: left;
    padding: 0 10px;
  }

  .img-wrap img {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
  }

  .section_about_2 {
    padding: 30px 0;
  }
}


/* ========== TABLET (768px to 991.98px) ========== */
@media (min-width: 768px) and (max-width: 991.98px) {
  .about2_title {
    font-size: 38px;
    text-align: left;
  }

  .about2_para {
    font-size: 15px;
  }

  .img-wrap img {
    width: 100%;
    height: 100%;
    margin-bottom: 20px;
  }

  .section_about_2 {
    padding: 40px 0;
  }
}


/* ========== DESKTOP (992px and above) ========== */
@media (min-width: 992px) {
  .about2_title {
    font-size: 39px;
  }

  .about2_para {
    font-size: 16px;
  }

  .section_about_2 {
    padding: 60px 0;
  }
}

/* ========== MOBILE (Up to 767.98px) ========== */
@media (max-width: 767.98px) {
  .section_title {
    font-size: 32px;
    text-align: left;
    margin:0 auto;
    padding: 0 10px 0 0;
   
  }

  .section_subtitle {
    font-size: 32px;
    text-align: left;
  }

  .main_section_container {
  padding: 10px !important;
  }

  .section_card_title {
    font-size: 17px;
    margin-top: 1px;
   
  }

  .section_card_para {
    font-size: 14px;
    line-height: 22px;
    text-align: justify;
  }

  .span_img {
    width: 160px;
    height: 160px;
    margin-top: 1px;
  }

  .card {
    text-align: center;
  }
}


/* ========== TABLET (768px to 991.98px) ========== */
@media (min-width: 768px) and (max-width: 991.98px) {
  .section_title {
    font-size: 38px;
    text-align: left;
  }

  .section_subtitle {
    font-size: 28px;
    text-align: center;
  }

  .main_section_container {
    padding: 25px 30px;
  }

  .section_card_title {
    font-size: 17px;
  }

  .section_card_para {
    font-size: 14.5px;
    line-height: 24px;
  }

  .span_img {
    width: 200px;
    height: 200px;
  }
}


/* ========== DESKTOP (992px and above) ========== */
@media (min-width: 992px) {
  .section_title {
    font-size: 39px;
  }

  .section_subtitle {
    font-size: 38px;
  }

  .main_section_container {
    padding: 40px 50px;
  }

  .section_card_title {
    font-size: 19px;
  }

  .section_card_para {
    font-size: 15px;
    line-height: 25px;
  }

  .span_img {
    width: 240px;
    height: 240px;
  }
}
/* Aquinwent advanatage */

@media (max-width: 767.98px) {
  .certified_quality_container {
    padding-left: 25px;
    padding-right: 25px;
  }
.adcard{
  margin-top: 0;
}
  .certified_quality_title {
    font-size: 28px;
    text-align: left;
  
  }

  .advantage_main_title {
    font-size: 17px;
  }

  .advantage_main_para {
    font-size: 14px;
    line-height: 22px;
  }

  .custom_icon {
    width: 100%;
    height: 45px;
    /* margin: 0 auto 15px; */
    color: black;
    translate: 0px;
  }

  .advantage_card .col {
    padding: 10px 0;
  }
.card-img-topg{
  height: auto;
  width: 250px;
  padding-left: 15px;
}
.card-img-topl{
  height: auto;
  width: 250px;
  padding-left: 15px;
}
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .certified_quality_container {
    padding-left: 55px;
    padding-right: 55px;
  }
.adcard{
  margin-top: 0 !important;
}
  .certified_quality_title {
    font-size: 39px !important;
    text-align: left;
  }

  .advantage_main_title {
    font-size: 18px;
  }

  .advantage_main_para {
    font-size: 17px !important;
    line-height: 24px;
  }

  .custom_icon {
    width: 55px;
    height: 55px;
    margin: 0 auto 0;
  }

  .advantage_card {
    grid-gap:0;
  }
}
@media (min-width: 992px) {
  .certified_quality_container {
    padding-left: 42px;
    padding-right: 42px;
  }

  .certified_quality_title {
    font-size: 39px;
  }

  .advantage_main_title {
    font-size: 19px;
  }

  .advantage_main_para {
    font-size: 16px;
    line-height: 26px;
  }

  .custom_icon {
    width: 55px;
    height: 55px;
    margin-bottom: 0;
    margin-left: 45%;
    margin-top: 0 !important;
  }

  .advantage_card {
    grid-gap: 0;
  }
}



@media (max-width: 767.98px) {
  .section_legacy_of_purity {
    
    margin-top: 0 !important;
  }

  .legacy_to_container{
    margin-top: 0 !important;
    padding: 9px 25px !important;
  }

  .legacy_to_title {
    padding: 0 0 !important;
    font-size: 28px;
    text-align: left;
  }

  .legacy_to_para {
    font-size: 16px;
    text-align: left;
    margin-bottom: 20px;
    padding: 0 0 !important;
  }
  .img-main {
    width: 100%;
    /* margin-top: 20px; */
  }

  .hero-img {
    text-align: center;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .section_legacy_of_purity {
    padding: 30px 20px;
  }

  .legacy_to_title {
    font-size: 39px;
  }

  .legacy_to_para {
    font-size: 17px;
    text-align: justify;
  }

  .cta {
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 10px;
  }

  .legacy_to_purity_btn1 {
    flex: 1 1 auto;
    text-align: center;
  }

  .img-main {
    width: 80%;
    margin-top: 20px;
  }

  .hero-img {
    text-align: center;
  }
}



@media (max-width: 767.98px) {
  .section_science_behind {
   
    margin-top: 0 !important;
  }

  .science_behind_container{
    margin-top: 0 !important;
     padding: 9px 25px !important;
  }

  .science_behind_title {
    /* padding: 0 0 !important; */
    font-size: 28px !important;
    text-align: left;
  }

  .science_behind_para {
    font-size: 16px !important;
    text-align: left;
    margin-bottom: 20px;
    /* padding: 0 0 !important; */
  }

  .cta {
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }

  
  /* .img-main {
    width: 100%;
    margin-top: 20px;
  }

  .hero-img {
    text-align: center;
  } */
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .section_science_behind {
    padding: 30px 20px;
  }

  .science_behind_title {
    font-size: 39px;
  }

  .science_behind_para {
    font-size: 17px;
    text-align: justify;
  }

  .cta {
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 10px;
  }

  /* .img-main {
    width: 80%;
    margin-top: 20px;
  }

  .hero-img {
    text-align: center;
  } */
}

@media (max-width: 767.98px) {
  .section_built_to_last {
    
    padding:0px  !important
  }
  .built_to .container{
    padding: 0px 25px !important;
  }
  /* .built_to_title {
    padding: 0 0 !important;
    font-size: 30px;
    text-align: left;
  }
  .built_to_para {
    font-size: 15px;
    text-align: left;
    margin-bottom: 20px;
    padding: 0 0 !important;
  } */
   .built_to_title {
    font-size: 28px !important;
    text-align: left;
  }

  .built_to_para {
    font-size: 16px;
    text-align: left;
  }

  .feature-box {
    padding: 20px 15px;
    text-align: center;
  }

  .feature_title {
    font-size: 17px;
    text-align: center;
  }

  .feature_para {
    font-size: 14px;
    text-align: center;
  }

  .quote {
    font-size: 28px;
  }

  .top-left {
    top: -5px;
    transform: translate(10%, -10%);
  }

  .bottom-right {
    bottom: -10px;
    transform: translate(-10%, 10%);
  }

  .built-img {
    height: auto;
    margin-top: 20px;
  }

  .built-img img {
    height: auto;
    object-position: center;
  }

  .built_to .row {
    flex-wrap: wrap;
  }

  .built_to .col-lg-8,
  .built_to .col-lg-4 {
    display: block;
  }

}

@media (min-width: 768px) and (max-width: 991.98px) {
  .section_built_to_last {
    padding: 0px 15px !important;
  }

  .built_to_title {
    font-size: 39px;
  }

  .built_to_para {
    font-size: 17px;
  }

  .feature-box {
    padding: 25px 20px;
    text-align: center;
  }

  .feature_title {
    font-size: 19px;
  }

  .feature_para {
    font-size: 15px;
  }

  .quote {
    font-size: 34px;
  }

  .top-left {
    top: -8px;
    transform: translate(12%, -12%);
  }

  .bottom-right {
    bottom: -14px;
    transform: translate(-12%, 12%);
  }

  .built-img img {
    object-position: left center;
  }
}

@media (max-width: 992px) {
  .section_built_to_last {
    /* padding: 0px 5px !important; */
    margin-top: 0 !important;
  }

  .built_to_title {
    font-size: 39px;
  }

  .built_to_para {
    font-size: 17px;
  }

  .feature-box {
    padding: 25px 20px;
    text-align: center;
  }

  .feature_title {
    font-size: 19px;
  }

  .feature_para {
    font-size: 15px;
  }

  .quote {
    font-size: 34px;
  }

  .top-left {
    top: -8px;
    transform: translate(12%, -12%);
  }

  .bottom-right {
    bottom: -14px;
    transform: translate(-12%, 12%);
  }

  .built-img img {
    object-position: left center;
  }
}



@media (max-width: 320px) {
 .btn.nav_btn {
    background: linear-gradient(135deg, #00b8ff 0%, #0099cc 100%);
    color: white;
    border: none;
    font-size: 12px !important;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    text-decoration: none;
    display: inline-block;
    position: relative;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(124, 159, 182, 0.3);
    font-family: 'Montserrat';
}
}

