/*
Template name: Nova
Template author: FreeBootstrap.net
Author website: https://freebootstrap.net/
License: https://freebootstrap.net/license
Buy Pro
*/
: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;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--bs-heading-color);
}

.container {
  max-width: 1140px;
}

.section {
  padding: 90px 0;
  scroll-margin-top: 60px;
}

.section_meet {
  padding: 30px 0;
  scroll-margin-top: 60px;
}
.testimonial_section {
  padding: 30px 0px;
  scroll-margin-top: 60px;
}

.section_trust{
   padding: 60px 0;
  scroll-margin-top: 60px;
}
.section_twe {
  padding: 30px 0;
  scroll-margin-top: 60px;
}
.section_advantage_water{
  padding: 30px 0;
  scroll-margin-top: 60px;
}
.section_partner_solution{
  padding: 30px 0;
  scroll-margin-top: 60px;
  /* background-color: #003366; */
}
.your_questions{
   padding: 36px 0;
  scroll-margin-top: 60px;
}
.section_principles{
  /* padding: 30px 0; */
  scroll-margin-top: 60px;
}
.section_about{
  padding: 30px 0;
  scroll-margin-top: 60px;
  
}
.root_about{
  padding: 30px 0;
  scroll-margin-top: 60px;
  position: relative;
  overflow: hidden; /* Optional: to clip shapes within the section */
  z-index: 1; /* Above background but below shapes if needed */
}

/* Root India */

@media screen and (max-width: 767px) {
  .root_title {
    font-size: 28px !important;
    text-align: left;
    margin-top: 9%;
  }

  .root-description {
    font-size: 14px;
    text-align: left !important;
    padding: 0 10px;
    margin-left: -2%;
  }

  .img-wrap .root_img {
    width: 500px;
    height: 390px !important;
    display: block;
    margin: 0% auto !important;
    padding-top:1px;
    margin-bottom: 30px !important;
  }

  .about__v4 .col-md-6,
  .about__v4 .col-lg-6 {
    width: 100%;
    /* margin-bottom: 20px; */
  }

  .root_about {
    padding: 10px 10px !important;
  }
}
/* Root india */
@media screen and (min-width: 768px) and (max-width: 991.98px) {
  .root_title {
    font-size: 39px;
    text-align: left;
    /* margin-top: 9%; */
    margin-top: 0 !important;
    
  }

  .root-description {
    font-size: 16px !important;
    padding-right: 10px;
  }

  .img-wrap .root_img {
    width: 100%;
    height: auto;
    margin-left: 1% !important;
  }

  .root_about {
    padding: 35px 35px !important;
   
  }
}

/* root india */
@media screen and (min-width: 992px) {
  .root_title {
    font-size: 39.375px;
    text-align: left;
  }

  .root-description {
    font-size: 15px;
    text-align: left;
  }

  .img-wrap img {
    width: 100%;
    height: auto;
  }

  .root_about {
    padding: 60px 0;
  }
}


.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 .bg-image { */
  /* background-image: url('assets/images/aboutus/about_1.avif') !important; 
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  padding: 100px 0; 
 
   background: rgba(255, 255, 255, 0.719); 
  z-index: 1; */
/* } */

/* .hero__v6 .light-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(255, 255, 255, 0.719); 
  z-index: 1;
} */

/* Make sure content is above the overlay */
.hero__v6 .container {
  position: relative;
  z-index: 2;
}

.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: 39.375px;
   font-family: "Montserrat";
   color: white;
   font-weight: 600;
}
.hero-description{
  font-size: 16px;
  font-weight: 400;
   font-family: "Open Sans";
   color:white;
  /* text-align: justify; */
}

.meet__v6 .bg-image1 {
 background-image:linear-gradient(to bottom, rgba(255,255,255,0.8), rgba(255,255,255,0.8)) ,
 url('assets/images/aboutus/about_4.avif') !important;
        height: 100%;width: 100%;background-size: cover; background-position: center 30%;background-repeat: no-repeat;
}

.meet__v6 .container {
  position: relative;
  z-index: 2;
}


.meet__v6 .meet-title {
  font-size: 39.375px !important;
   font-family: "Montserrat";
   color: #003366;
   font-weight: 700;
}
.meet-description{
  font-size: 16px !important;
   font-family: "Open Sans" !important;
   color: #2C3E50;
  /* text-align: justify; */
  line-height: 1.5 !important;
}

.ourm_img{
  height: auto !important;
  width: 390px !important;
}


@media screen and (max-width: 767px) {
  .section_meet{
    padding: 11% 10px !important;
    /* margin-bottom: 18%; */
    margin-top: 1%;
  }
  .meet__v6 .meet-title {
    font-size: 28px !important;
    text-align: left;
  }

  .meet-description {
    font-size: 14px;
    text-align: left !important;
    /* padding: 0 10px; */
    margin-left: -2%;
  }

  .meet__v6 .bg-image1{
    background-size: contain; /* or 'cover' if you want it to fill the area */
    background-position: center center;
    background-repeat: no-repeat;
    height: 100vh; /* makes it full screen height */
  }
  .ourm_img {
    height: 310px !important;
    width: 310px;
    margin-bottom: 0 !important; /* ✅ removes bottom margin */
  }
}

@media screen and (min-width: 768px) and (max-width: 991.98px) {
  .section_meet{
    padding: 20px 35px !important;
  }

  .meet__v6 .meet-title {
    margin-top: 5%;
    font-size: 39px !important;
    text-align: left;
  }

  .meet-description {
    font-size: 16px;
    text-align: left;
    /* padding: 0 20px; */
  }

  .meet__v6 {
    background-position: center 35%;
  }
 
}

@media screen and (min-width: 992px) {
  .meet__v6 .meet-title {
    font-size: 40px;
    /* margin-top: 10%; */
  }

  .meet-description {
    font-size: 16px;
     margin-bottom: 0 !important; /* reduced from 15% */
    /* margin-bottom: 15% !important; */
  }
  #meet,.meet_container{
     margin-bottom: 35px !important;
  }
  
}


@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;
}
.ourj_title{
   font-size: 39.375px;
   font-family: "Montserrat";
   color: #003366;
   font-weight: 600;
  /* background-color:white; */
}
.ourj-description{
  font-size: 16px !important;
  font-family: "Open Sans";
  color: #2c3e50;
  text-align: left;
  line-height: 1.5;
}
.section_about .img-wrap{
  margin-left: 13%;
}
.root_about{
  background-color: #003366;
}



.root_title{
   font-size: 39.375px !important;
   font-family: "Montserrat";
   color: white;
   font-weight: 600;
 
}
.root-description{
  font-size: 16px !important;
  font-family: "Open Sans";
  color: white;
  text-align: left;
  line-height: 1.5;
}
.root_img{
  height:450px;
  width:450px;
  /* margin-left:19%; */

}

.ourp_about{
  background-color: #003366;
  position: relative; /* required to contain .animated-bg */
  overflow: hidden; 
}

.our-purpose-list {
  list-style: none;
  padding-left: 0;
  margin-top: 20px;
}

.our-purpose-list li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 20px;
}

.our-purpose-list li::before {
  content: "•";
  position: absolute;
  left: 0;
  top: 8px;
  font-size: 2.6em;
  color: #00BFFF;
  line-height: 1;
  margin-left:2%;
}

.ourp_title{
    font-size: 39.375px;
   font-family: "Montserrat";
   color: white;
   font-weight: 600;
  /* background-color:white; */
}
.ourp_card{
  
  background-color: #003366;
}
.ourp_subtitle{
  color: white;
  font-size: 19.68px !important;
  font-family: 'Montserrat';
  font-weight: 600;
}
.ourp_para{
  color: white;
  font-family: 'Open Sans' !important;
  font-size: 16px !important;
  line-height: 1.5;
}

.st_container{
  margin-top:15px;
}
.st-title{
   font-size: 39.375px;
   font-family: "Montserrat";
   color: #003366;
   font-weight: 600;
 
}
.st-description{
  font-size: 15px;
  font-family: "Open Sans";
  color: #2C3E50;
  text-align: left;
 
}
.testimonial-card {
  position: relative; 
  background-color: #fff;
  border: 1px solid #b2d8e5;
  border-left: 4px solid #00aaff;
  padding: 20px 20px 20px 25px;
  height: 100%;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
  position: relative;
  border-radius: 8px;
  font-family: 'Open Sans';
  text-align: left;
}

.quote-line {
  position: absolute;
  top: 20px;
  left: 13px;
  width: 2px;
  height: calc(100% - 55px);
  background-color: #00aaff;
  border: 1px;
}

.testimonial-text {
  font-size: 16px;
  color: #333;
  line-height: 1.4;
}

/* Base styles (desktop) */
.st-title {
  font-size: 39.375px;
}
.st-description {
  font-size: 15px;
}
.testimonial-card {
  padding: 20px 20px 20px 25px;
  font-size: 16px;
}

/* Tablet: 768px - 1024px */
@media (max-width: 1024px) and (min-width: 768px) {
  .section_trust{
    padding: 20px 20px;
  }
  .st-title {
    font-size: 39px; /* slightly smaller */
  }
  .st-description {
    font-size: 15.75px;
  }
  .testimonial-card {
    font-size: 15.75px;
    padding: 18px 18px 18px 22px;
  }
  /* Make testimonials 2 columns instead of 3 */
  .row.justify-content-center > .col-md-4 {
    flex: 0 0 48%;
    max-width: 48%;
    margin-bottom: 20px;
  }
}

/* Mobile: below 768px */
@media (max-width: 767px) {
  .st-title {
    font-size: 28px !important; 
    text-align: left;
    margin-top: 14%;
  }
  .st-description {
    font-size: 14px;
    text-align: left !important;
    margin-bottom: 20px;
  }
  .testimonial-card {
    font-size: 14px;
    padding: 15px 15px 15px 32px;
    border-left: 8px solid #00aaff;
  }
  /* Full width testimonials stacked */
  .row.justify-content-center > .col-md-4 {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }
  .st_container {
    margin-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    font-family: 'open sans';
  }
  .section_trust{
    padding: 0 !important;
  }
  
}


.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: #003366;
  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: 15.5px;
  text-align: left;
  word-wrap: break-word;
}
.advantage_main {
  background-image: url('assets/images/advantage_back.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  overflow: hidden;
}
 
.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 */
.advantage_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 */
.advantage_main section {
  position: relative;
  z-index: 2;
  background-color: #28426ccc;
}

/* Card style */
.advantage_card {
   position: relative;
  
  background-size: cover;
  background-position: center;
  overflow: hidden;
  border-radius: 12px;
  /* padding: 20px; */
  color: #28426ccc;
}
.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;
}

.advantage_title{
  color: white;
  font-weight: 600;
  font-family: "Montserrat";
  font-size: 39px; 
}

.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_section{
  margin-bottom: 0;
  /* margin-top: 2%; */
  background-color: #28426c;
  color: white;  
  
}
.banner_image_wrapper {
  height: 300px; /* You can adjust this height */
  overflow: hidden;
}

.banner_image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 10% 10%; /* Adjusts the position of the image */
}
.banner_icon{
  height: 55px;
  width: 55px;  
  margin-left: 39%;
}
.banner_content_section {
  background-color: #28426c; /* Deep blue background */
  padding: 60px 0;
  color: #fff;
  /* margin: 12%; */
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.banner_title{
  color: white;
  font-weight: 600;
  font-family: "Montserrat";
  font-size: 39px;
  
}
.banner_para{
  font-size: 15.5px;
  text-align: left;
  word-wrap: break-word;
  font-family: 'Open Sans';
  line-height: 1.6;
}
.banner_subtitle{
  color: white;
  font-weight: 600;
  font-family: "Montserrat";
  font-size: 18px;
  margin-bottom: 20px;
  line-height: 1.6;
   align-items: center !important;
}
.banner_subtitle_para{
  font-size: 15px;
  text-align: justify;
  word-wrap: break-word;
  font-family: 'Open Sans';
  line-height: 1.6;
}
.banner_endpara{
  font-size: 17px;
  text-align: justify;  
  color: #00BFFF;
  font-family: 'Open Sans';
}

.partner_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 */
}

.testimonial_title{
  color: #003366;
  font-weight: 600;
  font-family: "Montserrat";
  font-size: 38px;
  text-align: left;
}
.testimonial_para{
  font-size: 16px !important;
  text-align: left;
  word-wrap: break-word;
  font-family: 'Open Sans';
  box-sizing: border-box;
  display: block;
  padding-left: 10px;
  line-height: 1.5;
  border-left: 2px solid #00BFFF;
}
.testimonial_subhead{
  color: #003366;
  font-weight: 600;
  font-family: 'Open Sans';
  font-size: 19px;
}
.border-start{
 
  padding-left: 20px;
  margin-bottom: 20px;
}

.span_testimonial_img {
  width: 230px;
  height: 230px;
  margin: 0 auto 15px;
  overflow: hidden;
  /* border-radius: 50%; */
   /* Make container circular */
  display: flex;
  align-items: center;
  justify-content: center;
}

.span_testimonial_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* border-radius: 50%;  */
  /* Ensure the image itself is also round */
}

.testimonial_card_title{
  font-size: 19px;
  color: #2C3E50;
  font-weight: 600;
  font-family: 'Montserrat';
}
.testimonial_card_para{
  font-size: 16px !important;
  color: #2C3E50;
  line-height: 1.5;
  font-family: 'Open Sans';
  font-weight: 400;
  text-align: justify;
}

.services__v3 {
  background-color: #28426c;
  color: white;
}
.advantage_water_head{
  color: white;
  font-weight: 600;
  font-family: "Montserrat";
  font-size: 39px;
  margin-bottom: 20px;
}
.service-card .advantage_water_icon{
  height: 45px;
  width: 45px;
  margin-top: 1px;

}
.services__v3 .icon {
  display: inline-block;
  position: relative;
  color: var(--bs-primary) !important;
}

.services__v3 .icon:before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 40px;
  height: 40px;
  right: -10px;
  bottom: 0px;
  border-radius: 50%;
  /* background-color: rgba(var(--bs-secondary-rgb), 1); */
}

.services__v3 .icon svg {
  width: 36px;
}
.services__v3 .service-card {
  
  /* border: 1px solid rgba(var(--inverse-color-rgb), 0.2); */
  /* padding: 0.1rem !important; */
}
.section_advantage_water{
   position: relative;
  overflow: hidden;
  z-index: 1;
}
.advantage_water_subtitle{
  color: white;
  font-weight: 600;
  font-family: 'Open Sans';
  font-size: 19px;
  margin-bottom: 20px;
}
.advantage_water_subtitle_para{
  font-size: 15px;
  text-align: left;
  word-wrap: break-word;
  font-family: 'Open Sans';
  margin-bottom: 20px;
}

.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;
}

/* your questions */
.your_questions_head{
  color: #003366;
  font-weight: 600;
  font-family: "Montserrat";
  font-size: 38px;
  margin-bottom: 20px;
}
.your_questions_img {
  width: 700px;
  height: 340px !important;
  object-fit: cover;
}

.your_questions_subtitle{
  color: #2c3e50;
  font-weight: 600;
  font-family: 'Open Sans';
  font-size: 19px;
  margin-bottom: 20px;
}
.your_questions_subtitle_para{
  font-size: 14px;
  text-align: left;
  word-wrap: break-word;
  font-family: 'Open Sans';
  margin-bottom: 20px;
  color: #2c3e50;
}
.partner_solution{
  /* background-image: url('assets/images/aboutus/drop.jpg') !important; */
  /* background-color: #00b8ff !important; */
   position: relative; /* required to contain .animated-bg */
  overflow: hidden;   /* optional: keep shapes from spilling */
  margin-top: -3%;
}


.partner_solution_title{
  color:#003366;
  font-weight: 600;
  font-family: "Montserrat";
  font-size: 38px;
  margin-bottom: 20px;
  /* margin-top: 2%; */
}
.partner_solution_para{
   color: #2c3e50;
   font-size: 16px !important;
   font-family: 'Open Sans';
   line-height: 1.5;
}
.partner_solution_subtitle{
  color: white;
  font-weight: 600;
  font-family: "Montserrat";
  font-size: 19px;
  margin-bottom: 20px;
}
.partner_solution_subtitle_p{
  font-size: 19px;
  text-align: justify;
  word-wrap: break-word;
  font-family: 'Open Sans';
  margin-bottom: 20px;
  color: #2c3e50;
}

/* .partner_solution_btn1{
  background-color: #007399;
  font-family: 'Open Sans';
}
.partner_solution_btn1:hover{
  background-color: #007399;
  color: white;
} */
.btn.partner_solution_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.partner_solution_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.partner_solution_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.partner_solution_btn1:hover::before {
    left: 100%;               /* Move all the way to the right */
    transition: left 0.6s ease;
}

.btn.partner_solution_btn1:active {
    transform: translateY(-1px);
    transition: all 0.1s ease;
}


.btn.partner_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.partner_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.partner_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.partner_solution_btn2:hover::before {
    left: 100%;
}

.btn.partner_solution_btn2:active {
    transform: translateY(-1px);
    transition: all 0.1s ease;
}


.principles{
  background-color: #00BFFF;
   position: relative; /* required to contain .animated-bg */
  overflow: hidden;   /* optional: keep shapes from spilling */
  /* background-image: url('assets/images/aboutus/principles');
        height: 100%;
        width: 100%;
        background-size: cover;
         background-position: center;
         background-repeat: no-repeat; */
}
.principles_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);
    }
}


.principles_title{
  color: #003366;
  font-weight: 600;
  font-family: "Montserrat";
  font-size: 39px;
  margin-bottom: 20px;
}

.pt_title{
  font-size: 19.68px !important;
  color: #2c3e50;
  font-family: 'Montserrat';
  margin-left: -80%;
}
.pt_para{
  font-size:16px !important;
  color: #2c3e50;
  font-family: 'Open Sans';
  text-align: left;
  margin-top:-1%;
  margin-right:-10%;
  margin-left: -80%;
  line-height: 1.5;
}

.pt_icon{
  height: 60px;
  width: 60px;
  color: #0099cc;
}
.pt_sub_para{
  font-size: 16px !important;
  text-align: justify;
  font-family: 'Open Sans';
  color: #2c3e50;

}
.ready_to_elevate_para{
  font-size: 15px;
  text-align: justify;
  word-wrap: break-word;
  font-family: 'Open Sans';
  color: #2c3e50;
}

.btn.ready_to_elevate_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.ready_to_elevate_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.ready_to_elevate_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.ready_to_elevate_btn1:hover::before {
    left: 100%;               /* Move all the way to the right */
    transition: left 0.6s ease;
}

.btn.ready_to_elevate_btn1:active {
    transform: translateY(-1px);
    transition: all 0.1s ease;
}
.footer {

  background-size: cover;
  color: #000;
}
.footer-overlay {
  background-color: rgba(0, 191, 255, 0.4); /* #00bfff66 */
  width: 100%;
  height: 100%;
  padding: 50px 0;
}
.footer_title {
  color: #003366;
  font-weight: 600;
  font-family: 'Montserrat', sans-serif;
  font-size: 39px;
}

.footer h3 {
  font-size: 18px;
  font-weight: 600;
  color: #003366;
  margin-bottom: 15px;
  font-family: 'Open Sans', sans-serif;
}

.footer ul {
  padding: 0;
}

.footer ul li {
  list-style: disc;
  margin-bottom: 7px;
  font-size: 15px;
  font-family: 'Open Sans', sans-serif;
}

.footer a {
  color: #00394d;
  font-weight: 600;
  text-decoration: underline;
}

.footer a:hover {
  color: #005f8d;
  text-decoration: none;
}

.footer p {
  font-size: 15px;
  font-family: 'Open Sans', sans-serif;
  margin-bottom: 10px;
}
.fa-youtube{
  margin-top: 5px;
  font-size: 28px !important;
}

/* RESPONSIVE */
@media (max-width: 767px) {
  
  .footer {
    text-align: left !important;
  }
  .footer_heading{
    text-align: left;
    font-weight: 600;
  }
  .ft1{
    padding-left: 32px;
  }
  .footer .list-unstyled{
    text-align: left;
    padding-left: 16px;
  }
  .footer p{
    text-align: left;
  }
 
  .footer .row > div {
    margin-bottom: 20px;
  }

  .footer .d-flex {
    justify-content: left !important;
  }

  .footer h2.footer_title {
    font-size: 25px;
    padding-right: 25% !important;
   white-space: nowrap;
  }
  .fa-youtube{
  /* margin-top: 5px; */
  font-size: 24px !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
  .footer .row > div {
    text-align: left;
    padding: 10px 15px;
  }

  .footer h3 {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .footer ul {
    padding-left: 0;
  }

  .footer ul li {
    margin-bottom: 8px;
    list-style-position: inside;
  }
   .fa-youtube{
  margin-top: 5px !important;
  font-size: 28px !important;
}
}


@media (min-width: 992px) {
  .footer h2.footer_title {
    font-size: 39px;
    margin-left: 21px;
  }
  .footer .list-unstyled{
    text-align: left;
    padding-left: 16px;
  }
  .ft1{
    padding-left: 32px;
  }

  .footer .d-flex {
    justify-content: flex-start;
  }
}



/* 
.fbs__net-navbar-toggler {
  display: none; 
} */
 html, body {
  max-width: 100% !important;
  overflow-x: hidden !important;
}
@media (min-width:320px) {
   /* .nav_btn{
   margin-top: 9% !important;
  width: auto !important;
  font-size: 5px !important;  
  padding: 10px 12px !important;
  } */
  
}
@media (min-width: 320px) and (max-width: 480px) {
 
img,
button,

.offcanvas-body,
.navbar,
.navbar-nav,
.nav-item,
.nav-link {
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  overflow-x: hidden;
}
.offcanvas {
  width: 65% !important;
}
.section_about .img-wrap{
  width: 250px !important;
  margin-bottom: -100% !important;
}
.ourm_img{
  width: 250px !important;
}
.fbs__net-navbar .navbar-nav .dropdown > .dropdown-menu .nav-link{
  padding: 0 25% !important;
}
img {
  max-width: 100%;
  height: auto;
  display: block;
}
  .navbar {
    padding: 0.5rem 1rem;
  }
  .fbs__net-navbar .fbs__net-navbar-toggler{
    display: flex;
    margin-right: 10px !important;
    height: 25px !important;
    width: 25px !important;
  }

  .navbar .container,
  .navbar .container-fluid {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .navbar-brand {
    margin-right: 0;
  }

  .navbar-toggler {
    margin-left: auto;
    margin-right: 0;
    display: block;
    padding: 0.25rem 52% !important;
    border: none;
    background: transparent;
    
  }

  .hlogo {
    height: 35px !important;
    width: auto;
  }
  .plogo {
    height: 35px !important;
    width: auto;
  }
 
  .offcanvas-body {
    padding: 1rem;
    overflow-y: auto;
  }

  .offcanvas-header {
    padding: 1rem;
  }

  .offcanvas-body .navbar-nav {
    flex-direction: column;
    gap: 1rem;
    /* font-size: 4px !important; */
  }

  .offcanvas-body .nav-link {
    font-size: 10px !important;
    padding: 0rem 0 !important;
  }

  .offcanvas-body .dropdown-menu {
    position: relative;
    float: none;
    width: 100%;
    background: transparent;
    border: none;
  }

  .offcanvas-body .dropdown-toggle::after {
    float: right;
  }
  .nav_btn{
   margin-top: 9% !important;
  width: auto !important;
  font-size: 9px !important;   /* Font size affects text size */
  margin-left: -12px !important;
  }
  .fbs__net-navbar .navbar-nav > li > .nav-link:before
{
  position: absolute;
  width: calc(100% - 195px);
}
 
  /* .hero__v6 {
    padding: 60px 20px !important;
    text-align: center;
    background-position: center center !important;
  }

  .hero__v6 .hero-title {
    font-size: 10px !important;
    line-height: 1.4;
  }

  .hero__v6 .hero-description {
    font-size: 6px !important;
  }

  .hero__v6 .cta {
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }

  .hero__v6 .cta .hero_btn {
   width: auto;
    font-size: 5px !important;
    padding: 10px 10px;
    margin-right: 90%;
  }
.hero__v6 .cta .hero_btn1 {
   width: auto;
    font-size: 5px !important;
    padding: 10px 9px !important;
    margin-top: -5%;
    margin-right: 65%;
  }

  .hero__v6 .col-lg-8 {
    width: 100% !important;
  } */
}

/* ========== header MOBILE (Up to 767px) ========== */
@media (max-width: 767.98px) {
  .section{
    padding: 20px 10px !important;
  }
  .hero__v6 .hero-title {
    font-size: 34px;
    text-align: left;
  }

  .hero-description {
    font-size: 15px;
    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;
    font-size: 15px;
  }
 .btn.hero_btn1 {
    width: 100%;
    text-align: center;
    font-size: 15px;
  }
  .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: 16px;
    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: 20px 35px;
 }
  
}


/* ========== DESKTOP (992px and above) ========== */
@media (min-width: 992px) {
  .hero__v6 .hero-title {
    font-size: 36px;
  }

  .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;
  }
  /* .nav_btn{
    display: block;
    margin-right: 10%;
  } */
   section .container{
    padding: 20px 60px;
   }
}



/* ========== Meet Experts MOBILE (Up to 767px) ========== */
@media (max-width: 767.98px) {
  
  .meet__v6 .meet-title {
    font-size: 34px;
    text-align: left;
  }

  .meet-description {
    font-size: 14px;
    text-align: left;
    padding: 0 10px;
  }
  .pt_sub_para{
    /* margin-right: -22%;
    padding-right: 25px !important; */
    text-align: left !important;
    font-size: 15px;
    font-family: 'Open Sans';
    /* padding-left: -10% !important; */
  }
}


/* ========== Meet experts TABLET (768px - 991px) ========== */
@media (min-width: 768px) and (max-width: 991.98px) {
  .meet__v6 .meet-title {
    font-size: 30px;
    text-align: left;
  }

  .meet-description {
    font-size: 16px;
    text-align: left;
  }
}

/* ========== Meet Experts DESKTOP (992px and above) ========== */
@media (min-width: 992px) {
  .meet__v6 .meet-title {
    font-size: 38px;
  }

  .meet-description {
    font-size: 16px;
  }
}

/* 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;
  }
}


/* ==========ABOUT MOBILE (Up to 767.98px) ========== */
@media (max-width: 767.98px) {
  .about__v4{
   padding: 20px 12px !important; 
    margin-top: 0 !important;
    /* margin-bottom: 95% !important; */
  }
  .mb-lg-0,.mt-0{
    margin-bottom: 0 !important;
  }

  .ourj_title {
    font-size: 30px;
    text-align: left;
    /* padding: 0 10px; */
  }

  .about__v4 p {
    font-size: 14px;
    text-align: justify;
    /* padding: 0 10px; */
  }

  .ourj-description{
    text-align: left !important;
    font-size: 15px !important;
  }

  .section_about .img-wrap  {
    width: 650px;
    height: 690px;
    margin-top: 1rem;
    margin-left: 0% !important;
    margin-bottom: -100%;
  }

  /* .about__v4 {
    padding: 30px 0 60px;
  } */
}


/* ========== TABLET (768px - 991.98px) ========== */
@media (min-width: 768px) and (max-width: 991.98px) {
  .ourj_title {
    font-size: 39px;
    text-align: left;
    margin-top: 4%;
  }

  .ourj-description{
    text-align: left !important;
    font-size: 15px;
  }

  .about__v4 p {
    font-size: 15px;
  }

  .section_about .img-wrap img {
    width: 650px !important;
    height: 240px !important;
    /* margin-top: 1.5rem; */
    margin-bottom: 20px;
    margin-left: -14%;
  }

  .about__v4 {
    padding: 10px 35px !important;
  }
}


/* ========== DESKTOP (992px and above) ========== */
@media (min-width: 992px) {
  
  .ourj_title {
    margin-top: 6%;
    font-size: 39px;
  }

  .about__v4 p {
    font-size: 16px;
  }

  .about__v4 {
    padding: 60px 0 100px;
  }
 .section_about .img-wrap{
     
      padding: 20px;
      display: flex;
      justify-content: center;
      align-items: center;
      /* height: 400px;
      width: 400px; */
      /* margin-left: 20%; */
   
  }
  
}


/* ========== About2 MOBILE (Up to 767.98px) ========== */
@media (max-width: 767.98px) {
  .ourp_title {
    font-size: 30px;
    text-align: left;
    padding: 0 10px;
    margin-top: 12%;
  }
 .ourp_subtitle{
  margin-top: -3%;
 }
  .about2_para {
    font-size: 15px;
    text-align: left;
    padding: 0 10px;
  }
.our-purpose-list {
  list-style: none;
  padding-left: 0;
}

.our-purpose-list li {
  position: relative;
  padding-left: 2.9rem;
}

.our-purpose-list li::before {
  content: "•";
  color: #00BFFF;
  font-size: 2.1em;
  position: absolute;
  left: 22px;
  top: 0;
}

  .ourp_img {
    width: 100%;
    height: 350px;
    margin-bottom: 160px;
    margin-top: -15px;
  }

  .ourj_about {
    padding: 0 !important;
  }

  .ourj_title{
     text-align: left;
     margin-top: 1%;
  }
  .ourp_card{
    text-align: left !important;
    margin-top: 0;
     /* border: 2px solid #b2d8e5 !important; */
  /* border-radius: 0.35em; */
  }
  .ourp_para{
    text-align: left;
    margin:0;
  }
}


/* ========== TABLET (768px to 991.98px) ========== */
@media (min-width: 768px) and (max-width: 991.98px) {
  .ourp_title {
    font-size: 39px;
    text-align: left;
    margin-top: -9%;
  }

  .about2_para {
    font-size: 15px;
  }

  /* .img-wrap img {
    width: 100%;
    height: 100%;
    margin-bottom: 20px;
  } */

  .ourp_about {
    padding: 130px 35px !important;
  }
  .ourp_img{
    height: 590px;
    width: 500px;
    margin-top: -2%;
     margin-bottom: 50px;
  }
 /* .our-purpose-list {
  list-style-position: outside;
  padding-left: 40px;
  margin-top: 10px;
}

.our-purpose-list li {
  margin-bottom: 20px;
  position: relative;
  list-style-type: disc;
} */

}


/* ========== DESKTOP (992px and above) ========== */
@media (min-width: 992px) {
  .ourp_title {
    font-size: 40px;
    /* margin-top: 12%; */
  }

  .about2_para {
    font-size: 16px;
  }

  .ourp_about {
    padding: 20px 0;
    /* margin-bottom: 1%; */
  }
}

/* ========== 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) {
  .advantage_container {
    padding-left: 15px;
    padding-right: 15px;
  }
.adcard{
  margin-top: 0;
}
  .advantage_title {
    font-size: 32px;
    text-align: left;
    margin-bottom: 0 !important;
  }

  .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;
  }

  .advantage_card {
    /* grid-gap: 1rem; */
    
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .advantage_container {
    padding-left: 30px;
    padding-right: 30px;
  }
.adcard{
  margin-top: 0 !important;
}
  .advantage_title {
    font-size: 40px;
    text-align: left;
  }

  .advantage_main_title {
    font-size: 18px;
  }

  .advantage_main_para {
    font-size: 15px;
    line-height: 24px;
  }

  .custom_icon {
    width: 55px;
    height: 55px;
    margin: 0 auto 0;
  }

  .advantage_card {
    grid-gap:0;
  }
}
@media (min-width: 992px) {
  .advantage_container {
    padding-left: 60px;
    padding-right: 60px;
  }

  .advantage_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 QUERIES FOR BANNER SECTION
============================ */
/* Small devices (Mobiles - ≤767px) */
@media (max-width: 767.98px) {
  .banner_image_wrapper {
    height: 140px;
    overflow: hidden;
    margin: 0 auto;
  }

  .banner_content_section {
    /* padding: 10px 20px; */
     margin: 0 !important;
  }

  .banner_title {
    font-size: 29px;
    text-align: left;
  }

  .banner_icon{
    height: 50px;
    width: 50px;
    margin-left: 40%;
  }

  .banner_para,
  .banner_subtitle_para {
    font-size: 15px;
    text-align: justify;
  }

  .banner_subtitle {
    font-size: 17px;
    text-align: center;
  }

  .banner_endpara {
    font-size: 19px;
    text-align: left justify;
    padding: 0 0 0 0;
    margin-bottom: 1px;
  }

  .progress-line {
    height: 15px;
    width: 100%;
    margin: 0 auto 1rem auto;
  }

  .row.text-start {
    text-align: center !important;
    margin-top: 1%;
  }
}


/* Large screens (≥1200px) */
@media (min-width: 1200px) {
  .banner_content_section {
    padding: 80px 60px;
  }

  .banner_title {
    font-size: 42px;
  }
.banner_icon{
    height: 55px;
    width: 55px;
   margin-left: 32%;
  }
  .banner_subtitle {
    font-size: 20px;
    margin-left: 16%;
  }

  .banner_endpara {
    font-size: 18px;
  }
}

/* Medium devices (Tablets - 768px to 1199px) */
@media (max-width: 1199.98px) and (min-width: 768px) {
  .banner_image_wrapper {
    height: 240px;
  }

  .banner_content_section {
    padding: 50px 40px;
  }

  .banner_title {
    font-size: 40px;
  }
  .banner_icon{
    height: 55px;
    width: 55px;
   margin-left: 32%;
  }

  .banner_para,
  .banner_subtitle_para {
    font-size: 18px;
  }

  .banner_subtitle {
    font-size: 19px;
    margin-left: 12%;
  }

  .banner_endpara {
    font-size: 19px;
  }

  .progress-line {
    width: 100%;
    height: 12px;
  }
}
/* testimonials */
@media (max-width: 767.98px) {
  .testimonial_section{
    padding: 10px 10px !important;
  }
  .testimonial_title {
    font-size: 30px;
    text-align: left;
    margin-top: 8%;
    margin-left: -3%;
  }

  .testimonial_para {
    font-size: 15px;
    padding-left: 8px;
    text-align: justify;
    border-left: 3px solid #00BFFF;
    margin-left: -3%;
  }

  .testimonial_subhead {
    font-size: 17px;
    text-align: left;
  }

  .border-start {
    padding-left: 0;
    margin-bottom: 10px;
    height: auto;
    width: 30px;
  }

  .span_testimonial_img {
    width: 160px;
    height: 160px;
    margin-bottom: 12px;
  }

  .testimonial_card_title {
    font-size: 17px;
  }

  .testimonial_card_para {
    font-size: 14px;
    line-height: 22px;
  }

  .row.row-cols-1.row-cols-md-3 {
    row-gap: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .testimonial_section{
    padding: 0 28px;
    margin-bottom: -49%;
  }
  .testimonial_title {
    font-size: 40px;
    text-align: left;
    margin-top: 5%;
  }

  .testimonial_para {
    font-size: 18px;
    padding-left: 9px;
     border-left: 3px solid #00BFFF;
  }

  .testimonial_subhead {
    font-size: 19px;
    text-align: left;
  }

  .border-start {
    padding-left: 0;
    margin-bottom: 15px;
    width: 50px;
  }

  .span_testimonial_img {
    width: 190px;
    height: 190px;
  }

  .testimonial_card_title {
    font-size: 18px;
  }

  .testimonial_card_para {
    font-size: 15px;
    line-height: 24px;
  }

  .row.row-cols-1.row-cols-md-3 {
    row-gap: 2rem;
  }
}
@media (min-width: 992px) {
  .testimonial_section{
    padding: 0  !important;
  }
  .testimonial_title {
    font-size: 38px;
    margin-top: 6%;
  }

  .testimonial_para {
    font-size: 14px;
    padding-left: 10px;
  }

  .testimonial_subhead {
    font-size: 19px;
  }

  .border-start {
    padding-left: 20px;
    margin-bottom: 20px;
    width: auto;
  }

  .span_testimonial_img {
    width: 230px;
    height: 230px;
  }

  .testimonial_card_title {
    font-size: 19px;
  }

  .testimonial_card_para {
    font-size: 13px;
    line-height: 25px;
  }

  .row.row-cols-1.row-cols-md-3 {
    row-gap: 2.5rem;
  }
}
/* advanatge water */

@media (max-width: 767.98px) {
  .section_advantage_water {
    padding: 20px 15px;
  }

  .advantage_water_head {
    margin-top: 5%;
    font-size: 30px;
    text-align: left;
  }

  .advantage_water_para{
    text-align: left;
  }


   .advantage_water_icon{
  height: 190px;
  width: 90px;

}

  .advantage_water_subtitle {
    font-size: 17px;
    text-align: left;
    margin-top: 0;
  }

  .advantage_water_subtitle_para {
    font-size: 14px;
    text-align: justify;
    margin-bottom: 15px;
  }

  .services__v3 .icon svg {
    width: 33px;
  }

  .services__v3 .icon:before {
    width: 30px;
    height: 30px;
    right: -6px;
  }

  .services__v3 .service-card {
    padding: 0 !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .section_advantage_water {
    padding: 30px 30px;
  }

  .advantage_water_head {
    margin-top: 5%;
    font-size: 39px;
    text-align: left;
  }

  .advantage_water_subtitle {
    font-size: 18px;
    text-align: left;
  }

  .advantage_water_subtitle_para {
    font-size: 15.5px;
    text-align: justify;
    margin-bottom: 18px;
  }

  .services__v3 .icon svg {
    width: 32px;
  }

  .services__v3 .icon:before {
    width: 35px;
    height: 35px;
    right: -8px;
  }

  .services__v3 .service-card {
    padding: 1.25rem !important;
  }
}

@media (min-width: 992px) {
  .section_advantage_water {
    padding: 50px 0;
  }

  .advantage_water_head {
    margin-top: 2%;
    font-size: 39px;
    text-align: left;
  }

  .advantage_water_subtitle {
    font-size: 19px;
  }

  .advantage_water_subtitle_para {
    font-size: 15px;
  }

  .services__v3 .icon svg {
    width: 36px;
  }

  .services__v3 .icon:before {
    width: 40px;
    height: 40px;
    right: -10px;
  }

  .services__v3 .service-card {
    padding: 1.5rem !important;
  }
}

@media (max-width: 767.98px) {
  .your_questions .service-card1{
    padding-left: 4%;
  }
  .your_questions_head {
    font-size: 39px;
    text-align: left;
    margin-bottom: 15px;
  }

  .your_questions_img {
    height: 50%;
    margin-bottom: 10px;
  }

  .your_questions_subtitle {
    font-size: 16px;
    text-align: left;
    margin-bottom: 10px;
  }

  .your_questions_subtitle_para {
    font-size: 15.5px;
    margin-bottom: 15px;

  }
  .service-card {
    padding: 1rem !important;
    margin-bottom: 0 !important; /* Remove bottom margin between cards */
  }

   .your_questions .row > [class*="col-"] {
    margin-bottom: 10px; /* Adjust as needed or set to 0 */
    padding-left: 5px;
    padding-right: 5px;
  }

  .your_questions .row {
    /* margin-left: 0 !important; */
    margin-right: 0 !important;
     gap: 0 !important; /* Remove gap between columns */
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .your_questions .service-card1{
    padding-left: 4%;
  }

  .your_questions_head {
    font-size: 39px;
    text-align: left;
    margin-bottom: 18px;
  }

  .your_questions_img {
    height: auto;
  }

  .your_questions_subtitle {
    font-size: 17px;
    margin-bottom: 15px;
    text-align: center;
    margin-top: 4%;
  }

  .your_questions_subtitle_para {
    font-size: 15.5px;
    margin-bottom: 18px;
  }

  .service-card {
    padding: 1.25rem !important;
  }
}

@media (min-width: 992px) {
  .your_questions .service-card1{
    padding-left: 4%;
  }
  .your_questions_head {
    font-size: 38px;
    text-align: left;
    margin-bottom: 20px;
  }

  .your_questions_img {
    height: 49%;
  }

  .your_questions_subtitle {
    font-size: 19px;
    text-align: left;
    margin-top: 4%;
  }

  .your_questions_subtitle_para {
    font-size: 14px;
  }

  .service-card {
    padding: 1.5rem !important;
  }
}

@media (max-width: 767.98px) {
  .section_partner_solution {
    padding: 20px 10px !important;
      margin-top: 0 !important;
  }
  
  .partner_solution_title {
    font-size: 30px;
    text-align: left;
    margin-top: -8%;
  }

  .partner_solution_subtitle,
  .partner_solution_subtitle_p {
    font-size: 17px;
    text-align: left;
  }

  .partner_solution_para {
    font-size: 15px;
    text-align: left;
    margin-bottom: 20px;
  }

  .cta {
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }

  .partner_solution_btn1,
  .partner_solution_btn2 {
    width: 100%;
    text-align: center;
  }

  .img-main {
    width: 100%;
    margin-top: 20px;
  }

  .hero-img {
    text-align: center;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .section_partner_solution {
    padding: 35px 35px !important;
  }

  .partner_solution_title {
    font-size: 39px;
    margin-top: 52% !important;
  }
  .partner_solution_para{font-size: 17px;}
  .partner_solution_subtitle,
  .partner_solution_subtitle_p {
    font-size: 19px;
  }

  .cta {
    flex-wrap: wrap;
    gap: 10px;
  }

  .partner_solution_btn1,
  .partner_solution_btn2 {
    flex: 1 1 auto;
    text-align: center;
  }

  .hero-img1{
    width: 390px !important;
    height: 400px !important;
  }
}

/* Base styles already in your CSS (applies to desktop or default layout) */

/* --- Mobile devices (portrait) --- */
@media screen and (max-width: 767px) {
  .section_principles{
    padding: 0 10px !important;
  }
  .principles_container{
    padding: 0 5% !important;
  }
  .principles_title {
    font-size: 29px;
    text-align: left;
    /* margin-left: 9%; */
    /* padding-left: 5% !important; */
    /* padding-right: -20px !important; */
  }

  .pt_title
  {
    margin-left: 0;
    margin-right: 0;
    text-align: center;
    font-size: 19px;
    margin-top: -9%;
  }

  .pt_icon {
    margin: 0 auto 10px;
    display: block;
  }

  .pt_para {
    font-size: 15px;
    margin-left: 0;
    margin-right: 0;
    text-align: center;
  }
  .pt_sub_para {
    text-align: center;
  }
  .pt3{
    margin-left: 45% !important;
    margin-bottom: 14% !important;
  }
  .pt4{
    margin-left: 45% !important;
     margin-bottom: 16% !important;
  }
}

/* --- Tablets (portrait and small landscape) --- */
@media screen and (min-width: 768px) and (max-width: 991.98px) {
  
  .principles_title {
    font-size: 39px;
    text-align: left;
    margin-left: -1%;
  }
 
.pt_title{
  font-size: 19px;
  color: #2c3e50;
  font-family: 'Montserrat';
  margin-left: -75%;
}
.pt_para{
  font-size:15px;
  color: #2c3e50;
  font-family: 'Open Sans';
  text-align: left;
  margin-top:-1%;
  margin-right:-10%;
  margin-left: -75%;
}

.pt_icon{
  height: 50px;
  width: 50px;
  color: #0099cc;
}
  .pt_sub_para {
    text-align: left;
    font-size: 15.75px;
  }
}

/* --- Large desktops and high-resolution screens --- */
@media screen and (min-width: 992px) {
  .principles_title {
    font-size: 42px;
    margin-left: 1%;
  }

  .pt_title {
    font-size: 22px;
  }

  .pt_para {
    font-size: 16px;
  }

  .pt_sub_para {
    font-size: 16px;
  }
}

@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';
}
}

@media (max-width: 320px) {
  .footer .footer_title{
    font-size:22px !important;
  }
}