
:root,
[data-bs-theme=light] {
  --bs-body-bg: #ffffff;
  --bs-body-color: #494B5B;
  --bs-primary: #0099cc;
  --bs-primary-rgb: 33, 92, 92;
  --bs-primary-hover: #007399;
  --bs-primary-hover-rgb: 20, 75, 75;
  --bs-secondary: white;
  --bs-secondary-rgb: 204, 232, 201;
  --bs-heading-color: #16181B;
  --inverse-color: #494B5B;
  --inverse-color-rgb: 73, 75, 91;
  --bs-link-color: var(--bs-primary);
  --nav-bg: #ffffff;
  --nav-color: #fff;
  --nav-hover-color: #1f6bff;
  --dropdown-bg: #ffffff;
  /* --dropdown-color: #1f6bff; */
  --dropdown-hover-bg: #f7f7f7;
  --nav-inverse: #000000;
  --nav-inverse-alt: #ffffff;
}

body {
  font: 1rem/1.7 "Open Sans";
  background-color: var(--bs-body-bg);
  color: var(--bs-body-color);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.site-wrap {
  position: relative;
}

::-moz-selection {
  background-color: var(--bs-black);
  color: var(--bs-white);
}

::selection {
  background-color: var(--bs-black);
  color: var(--bs-white);
}

a {
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  color: var(--bs-primary);
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}

.container {
  max-width: 1140px;
}

.section {
  padding: 90px 0;
  scroll-margin-top: 60px;
}

@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;
}
@media (max-width: 767.98px) {
.fbs__net-navbar.active{
  height: 100px;
}
.fbs__net-navbar.dark .navbar-brand .logo.dark{
  margin-top: -2%;
}
}
/* 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;
   
  }
  .fbs__net-navbar.dark .navbar-brand .logo.dark{
    margin-right: 200px;
    
  }

}
@media (min-width: 768px) and (max-width: 991.98px) {
  /* Your custom tablet styles here */

  .fbs__net-navbar.dark .navbar-brand .logo.dark{
    margin-right: 500px;
    
  }
    .fbs__net-navbar .fbs__net-navbar-toggler {
    display: flex; /* or block if you prefer */
    margin-right: 20px !important;
   /* margin-top: -85%; */
  }
  /* 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 .hero-bg {
 background: url('assets/images/Foodservice/everpure-foodservice-solutions-banner.webp') no-repeat center center;
            background-size: cover;
            position: relative;
            padding:0;
            min-height: 90vh;
            display: flex;
            align-items: center;
            color: white;
}

.hero__v6 .hero-bg::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background-color: rgba(0, 43, 87, 0.5); /* Optional overlay for better contrast */
  z-index: 1;
}

.hero__v6 .container {
  position: relative;
  z-index: 2;
}

.hero-title {
  font-size: 39.35px;
  font-weight: 700;
  color: #fff;
  line-height: 1.3;
  font-family:  'Montserrat';
}

.hero-description {
  font-size: 16px !important;
  color: #e0e0e0;
  font-family: 'Open Sans';
  line-height: 1.5 !important;
}

.hero_btn {
  padding: 12px 24px;
  font-size: 1rem;
  font-weight: 600;
  border-radius: 6px;
  transition: 0.3s;
  text-decoration: none;
  color: #fff;
  background-color: #66B2ff;
  border: none;
}
 
.hero_btn.outline {
  background-color: transparent;
  border: 2px solid #3374db;
  color: #3374db;
  background-color: #fff;
}

.hero_btn:hover {
  opacity: 0.9;
}

.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;
}

.btn.hero_btn2 {
    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_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.hero_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.hero_btn2:hover::before {
    left: 100%;
}

.btn.hero_btn2:active {
    transform: translateY(-1px);
    transition: all 0.1s ease;
}

  /* ===== Layout ===== */
    .products-page {
      margin-top: 10px;
    }

    /* ===== Sidebar ===== */
    .sidebar {
      background: #f9f9f9;
      border-radius: 10px;
      padding: 20px;
      box-shadow: 0 0 10px rgba(0,0,0,0.05);
    }
    .sidebar h2 {
      font-weight: 600;
      margin-bottom: 15px;
      font-size:34px;font-family: 'Montserrat';
      color:#003366;
    }
    .category-checkbox {
      display: flex;
      align-items: center;
      gap: 10px;
      margin-bottom: 10px;
    }
    .category-checkbox input {
      width: 18px;
      height: 18px;
      cursor: pointer;
      accent-color: #00b8ff;
    }
    .category-checkbox label {
      cursor: pointer;
      font-size:16px;
      color: #2C3E50;
      margin: 0;
    }

    /* ===== Product Cards ===== */
    .product-card {
      border-radius: 12px;
      background: #fff;
      overflow: hidden;
      transition: all 0.3s;
      box-shadow: 0 0 10px rgba(0,0,0,0.05);
      height: 100%;
      display: flex;
      flex-direction: column;
    }
    .product-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 5px 20px rgba(0,0,0,0.1);
    }
    .product-card img {
      width: 100%;
      height: 220px;
      object-fit: contain;
    }
    .product-body {
      padding: 15px;
      flex: 1;
      display: flex;
      flex-direction: column;
      justify-content: space-between;   
    }
    .product-body .p-title {
      font-weight: 600;
      margin-bottom: 10px;color: #003366;font-size: 16px;font-family: 'Montserrat';align-items: center;
    }
    .product-features {
      /* padding-left: 18px; */
      color: #494B5B;
      font-size: 13px;
      line-height: 1.5;
      margin-bottom: 15px;font-family: 'Open Sans';
    }
    .btn.view-btn {
    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.view-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.view-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.view-btn:hover::before {
    left: 100%;
}

.btn.view-btn:active {
    transform: translateY(-1px);
    transition: all 0.1s ease;
}


    @media (max-width: 992px) {
      .category-checkbox {
        display: flex;
        align-items: center;
        gap: 10px;
        margin-bottom: 10px;
      }
      .category-checkbox input {
        width: 18px;
        height: 18px;
        accent-color: #00b8ff;
      }
      .category-checkbox label {
        cursor: pointer;
        font-size: 0.95rem;
        margin: 0;
      }
}
#searchFormDesktop .form-control {
    border-radius: 0.25rem;
    padding: 0.5rem 1rem;
    font-size: 0.95rem;
}

#searchFormDesktop .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
}



.hero_btn3 {
   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';
}
.btn.hero_btn3::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);
}

.btn.hero_btn3: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_btn3:hover::before {
    left: 100%;               /* Move all the way to the right */
    transition: left 0.6s ease;
}

.btn.hero_btn3:active {
    transform: translateY(-1px);
    transition: all 0.1s ease;
}


.btn.hero_btn4   {
    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_btn4::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_btn4: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_btn4:hover::before {
    left: 100%;
}

.btn.hero_btn4:active {
    transform: translateY(-1px);
    transition: all 0.1s ease;
}

@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;
  }
}

.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;
}

.sidebar {
  background: #f8f9fa;
  padding: 15px;
  border-radius: 5px;
  position: sticky;
  top: 100px;
}
.sidebar-title{
  font-family:'Montserrat';
  font-size:24px;
  color:#003366;
  font-weight:600;
}
.category-item {
  margin-bottom: 10px;
}

.category-header {
  cursor: pointer;
  padding: 15px 0;
}
.subcategory-list {
 border-left: 2px solid #eee;
  padding-left: 10px;
}

.subcategory-list.show {
  display: block;
}
.toggle-icon {
  cursor: pointer;
  user-select: none;
  font-size: 14px;
}
.toggle-icon i {
  transition: transform 0.3s ease;
}
.toggle-icon.open {
  transform: rotate(90deg);
}
.accordion-item{
  border:0;
}
.sidebar{
  background: #fff;
            padding: 12px;
            border-radius: 8px;
            box-shadow: 0 2px 8px rgba(0,0,0,0.08);
            height: fit-content;
            position: sticky;
            top: 2rem;
}
.sidebar .accordion-item {
  /* border: 1px solid #ddd; */
  /* border-radius: 6px; */
  margin-bottom: 8px;
  overflow: hidden;
}

.sidebar .accordion-button {
  background-color: #f8f9fa;
  font-weight: 600;
  color: #003366;
  font-family: 'Montserrat';
  font-size: 16px;
}
.form-check-label{
  font-family: 'Open Sans';
  font-size: 14px;
  color: #2C3E50;
}
.sidebar .accordion-button:focus {
  box-shadow: none;
}

.sidebar .accordion-body {
  background: #fff;
}
.accordion-button::after {
  transition: transform 0.3s ease;
}
.accordion-button:not(.collapsed)::after {
  transform: rotate(180deg);
}

/* Tailored for */
.tailored{
  padding: 0 30px;
   scroll-margin-top: 60px;
   margin-top: -2%;
}
#tailored-for .row > [class*='col-'] {
    flex: 0 0 33.3333%;  /* 3 cards per row */
    max-width: 33.3333%;
}
 #tailored-for h2{
    font-family:'Montserrat';
    font-size:39px;
    font-weight:700;
    color:#003366;
 }
 /* #tailored-for .card{
  margin-top: 12% !important;
  margin-bottom: 15%;
 } */
 .tailored-img{
    max-width: 230px;
 }
  #tailored-for .card-title{
    font-family:'Montserrat';
    font-size:19.68px;
    font-weight:700;
    color:#2C3E50 !important;
  }
  #tailored-for .card-text{
    font-family:'Open Sans';
    font-size:16px !important;
    line-height: 1.5 !important;
    color:#2C3E50 !important;
  }

  /* ------------------------------
   📱 MOBILE (320px to 767px)
------------------------------ */
@media only screen and (max-width: 767px) {
  #tailored-for {
    padding: 0 30px;
    margin-top: 0;
    margin-bottom: 12%;
  }

  #tailored-for h2 {
    font-size: 34px;
    text-align: left;
  }

  #tailored-for .card {
    margin-top: 5% !important;
    margin-bottom: -20px;
  }

  .tailored-img {
    max-width: 100px;
    height: auto;
  }

  #tailored-for .card-title {
    font-size: 16px;
  }

  #tailored-for .card-text {
    font-size: 14px !important;
  } 
   #tailored-for .row > [class*='col-'] {
        flex: 0 0 100%;  /* 1 card per row on mobile */
        max-width: 100%;
    }
}


/* ------------------------------
   💻 TABLET (768px to 991.98px)
------------------------------ */
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  #tailored-for {
    padding: 0 30px;
    margin-top: -1%;
  }

  #tailored-for h2 {
    font-size: 39px;
    text-align: left;
  }

  #tailored-for .card {
    margin-top: 8% !important;
    margin-bottom: 12%;
  }

  .tailored-img {
    max-width: 120px;
    height: auto;
  }

  #tailored-for .card-title {
    font-size: 18px;
  }

  #tailored-for .card-text {
    font-size: 15px !important;
  }

#tailored-for .row {
    display: flex;
    flex-wrap: wrap;
  }

  #tailored-for .row > [class*='col-'] {
    flex: 0 0 25%;  /* Force 4 cards per row */
    max-width: 25%;
  }
}
/* Responsive */
@media(max-width: 991px) {
    #tailored-for .row > [class*='col-'] {
        flex: 0 0 50%;  /* 2 cards per row on tablet */
        max-width: 50%;
    }
}

/* ------------------------------
   🖥️ DESKTOP (992px and up)
------------------------------ */
/* No changes needed — your existing CSS handles this layout well */

/* Tailored for */

/* Safeguard */
#safeguard{
  padding: 30px 20px;
   scroll-margin-top: 60px;
}
#safeguard h2{
    font-family:'Montserrat';
    font-size:39px;
    font-weight:700;
    color:#003366;
 }
 .safeguard-img{
    max-width: 340px;
 }
 #safeguard p{
    font-family:'Open Sans';
    font-size:16px !important;
    line-height: 1.5 !important;
    color:#000000;
} 
/* ------------------------------
📱 MOBILE (320px to 767px)
------------------------------ */
@media only screen and (max-width: 767px) {
  #safeguard {
    padding: 30px 15px;
  }

  #safeguard h2 {
    font-size: 34px;
    text-align: left;
  }

  #safeguard p {
    font-size: 14px !important;
    text-align: left;
  }

  .safeguard-img {
    max-width: 100%;
    height: auto;
  }
}
/* ------------------------------
💻 TABLET (768px to 991.98px)
------------------------------ */
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  #safeguard {
    padding: 40px 20px;
  }

  #safeguard h2 {
    font-size: 39px;
    text-align: left;
  }

  #safeguard p {
    font-size: 16px !important;
    text-align: left;
  }

  .safeguard-img {
    max-width: 200px;
    height: auto;
  }
}


/* ------------------------------
🖥️ DESKTOP (992px and above)
------------------------------ */
/* No media query needed — default styles apply */

/* Explore our everpure */
/* .section-head{margin-bottom:32px} */
#foodservice-app{
  padding: 60px 20px;
  scroll-margin-top: 60px;
}
.kicker{color:#003366;font-weight:700;font-size:39.37px;font-family: 'Montserrat';}
.kicker .accent{color:#D4AF37;}
.sub{color:#2C3E50;font-size:15.75px;margin-top:8px;font-family: 'Open Sans';line-height:1.5;font-weight: 400;margin-top: 19px;}


/* two-column product row */
.products{display:grid;grid-template-columns:repeat(2,1fr);gap:90px;align-items:start}


.product{display:flex;flex-direction:column;gap:16px;margin-top: 15px;}
.image-wrap{width:100%;}
.image-wrap img{width:100%;height:50%;border-radius:6px;box-shadow:0 6px 18px rgba(11,47,77,0.06);display:block}


.product-body{flex:1}
.product-title{color:#003366;font-weight:700;font-size:19.68px;font-family: 'Montserrat';}
.feature-list{font-size:13px;color:#2C3E50;line-height:1.5;margin:0 0 16px;padding-left:18px;font-family: 'Open Sans';}
.feature-list li{margin:8px 0}
.feature-list li strong{color:#2C3E50}
.product-body p{font-family: 'Open Sans';font-size:13px;line-height: 1.5;}

.btn.view_product {
    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.view_product::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.view_product: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.view_product:hover::before {
    left: 100%;
}

.btn.view_product:active {
    transform: translateY(-1px);
    transition: all 0.1s ease;
}

/* ------------------------------
   📱 MOBILE (320px to 767px)
------------------------------ */
@media only screen and (max-width: 767px) {
  .foodservice-app .container {
    padding: 0 45px !important;
  }
  .kicker {
    font-size: 34px;
    text-align: left;
  }

  .sub {
    font-size: 14px;
    text-align: left;
  }

  .products {
    grid-template-columns: 1fr; /* single column layout */
    gap: 40px;
  }

  .product {
    margin-top: 10px;
  }

  .image-wrap img {
    width: 100%;
    height: auto;
  }

  .product-title {
    font-size: 16px;
    text-align: left;
  }

  .feature-list {
    font-size: 12px;
    padding-left: 16px;
  }

  .btn.view_product {
    width: 100%;
    padding: 12px;
    font-size: 13px !important;
    text-align: center;
  }
}


/* ------------------------------
   💻 TABLET (768px to 991.98px)
------------------------------ */
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .kicker {
    font-size: 32px;
    text-align: left;
  }

  .sub {
    font-size: 15px;
    text-align: left;
  }

  .products {
    grid-template-columns: 1fr 1fr;
    gap: 60px;
  }

  .image-wrap img {
    width: 100%;
    height: auto;
  }

  .product-title {
    font-size: 17px;
  }

  .feature-list {
    font-size: 13px;
    padding-left: 16px;
  }

  .btn.view_product {
    font-size: 13.5px !important;
    padding: 0.75rem 2rem;
  }
}

#foodservice-app1{
  padding: 60px 20px;
  scroll-margin-top: 60px;
}
.kicker1{color:#003366;font-weight:700;font-size:39.37px;font-family: 'Montserrat';}
.kicker1 .accent{color:#D4AF37;}
.sub1{color:#2C3E50;font-size:15.75px;margin-top:8px;font-family: 'Open Sans';line-height:1.5;font-weight: 400;margin-top: 19px;}


/* two-column product row */
.products1 {display: grid;grid-template-columns: repeat(3, 1fr);gap: 40px; align-items: start;}

.product1{display:flex;flex-direction:column;gap:16px;margin-top: 15px;}
.image-wrap1{width:100%;}
.image-wrap1 img{width:80%;height:10%;border-radius:6px;box-shadow:0 6px 18px rgba(11,47,77,0.06);display:block}


.product-body1{flex:1}
.product-title1{color:#003366;font-weight:700;font-size:19.68px;font-family: 'Montserrat';}

.product-body1 p{font-family: 'Open Sans';font-size:13px;line-height: 1.5;}


/* ------------------------------
   📱 MOBILE (320px to 767px)
------------------------------ */
@media only screen and (max-width: 767px) {
  .foodservice-app1 .container {
    padding: 0 45px !important;
  }
  .kicker1 {
    font-size: 34px;
    text-align: left;
  }

  .sub1 {
    font-size: 14px;
    text-align: left;
  }

   .products1 {
    grid-template-columns: 1fr; /* 1 per row on mobile */
    gap: 20px;
  }

  .product1 {
    margin-top: 10px;
  }

  .image-wrap1 img {
    width: 100%;
    height: auto;
  }

  .product-title1 {
    font-size: 16px;
    text-align: left;
  }
  .btn.view_product {
    width: 100%;
    padding: 12px;
    font-size: 13px !important;
    text-align: center;
  }
}


/* ------------------------------
   💻 TABLET (768px to 991.98px)
------------------------------ */
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .kicker1 {
    font-size: 32px;
    text-align: left;
  }
  .sub1 {
    font-size: 15px;
    text-align: left;
  }
.products1 {
    grid-template-columns: repeat(2, 1fr); /* 2 per row on tablet */
    gap: 30px;
  }

  .image-wrap1 img {
    width: 100%;
    height: auto;
  }

  .product-title1 {
    font-size: 17px;
  }

  .btn.view_product {
    font-size: 13.5px !important;
    padding: 0.75rem 2rem;
  }
}
/* UV Systems Section */
#uv-systems {
  padding: 60px 10px !important;
}
#uv-systems h2 {
  font-family: 'Montserrat';
  font-size: 39px;
  font-weight: 700;
  color: #003366;
  margin-bottom: 20px;
}
#uv-systems p {
  font-family: 'Open Sans';
  font-size: 16px;
  color: #475569;
  line-height: 1.5;
}
#uv-systems .card {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
}
#uv-systems .card img {
  max-width: 320px;
  margin: 20px auto 10px auto;
}
#uv-systems .card-title {
  font-family: 'Montserrat';
  font-size: 24px;
  font-weight: 700;
  color: #003366;
  margin-bottom: 12px;
}
#uv-systems .card-text {
  font-family: 'Open Sans';
  font-size: 13px;
  color: #475569;
  line-height: 1.5;
}

/* Responsive */
@media (max-width: 991px) {
  #uv-systems .card img {
    max-width: 120px;
  }
}
@media (min-width: 992px) {
  #uv-systems {
    padding: 0px 31px; /* Desktop padding */
  }
}
@media (max-width: 767px) {
  #uv-systems{
    padding: 0 33px !important;
    margin-bottom: 9%;
  }
  #uv-systems .row.g-4 {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  #uv-systems .card img {
    max-width: 250px;
  }
  #uv-systems h2 {
    font-size: 28px;
  }
  #uv-systems p {
    font-size: 14px;
    padding: 0 10px;
  }
  #uv-systems .card-title {
    font-size: 16px;
  }
  #uv-systems .card-text {
    font-size: 14px;
  }
}
/* Tablet responsiveness */
@media (min-width: 768px) and (max-width: 991px) {
  #uv-systems {
    padding: 40px 29px;
  }

  #uv-systems h2 {
    font-size: 32px;
  }

  #uv-systems p {
    font-size: 15px;
    max-width: 700px;
  }

  #uv-systems .row.g-4 {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
  }

  #uv-systems .col-md-6 {
    flex: 0 0 48%; /* two cards per row */
    max-width: 48%;
  }

  #uv-systems .card img {
    max-width: 200px;
    /* margin: 15px auto; */
  }

  #uv-systems .card-title {
    font-size: 20px;
  }

  #uv-systems .card-text {
    font-size: 14px;
  }

  #uv-systems .btn.view_product {
    font-size: 14px;
    padding: 6px 14px;
  }
}


 #mobileFilterAccordion{
    padding: 0 25px;
 }
.products-page{
    padding: 0 25px;
}

/* Ready to elvate starts */
/* #ready_to_elevate {
  position: relative;
  overflow: hidden;
  z-index: 1;
} */
 #ready_to_elevate {
    padding: 30px 20px !important;
     scroll-margin-top: 60px;
  }
#ready_to_elevate h2{
  font-family: 'Montserrat';
  font-size: 39.37px !important;
  font-weight: 700;
  color: #003366;
}
#ready_to_elevate p{
  font-family: 'Open Sans';
  font-size: 16px !important;
  line-height: 1.5 !important;
}

/* 🔹 Mobile: max-width 767.98px */
@media only screen and (max-width: 767.98px) {
  #ready_to_elevate {
    padding: 40px 15px !important;
    text-align: left;
  }

  #ready_to_elevate h2 {
    font-size: 34px !important;
    line-height: 1.4;
  }

  #ready_to_elevate p {
    font-size: 14px;
  }

  #ready_to_elevate .hero_btn3,
  #ready_to_elevate .hero_btn4 {
    width: 100%;
    text-align: center;
    padding: 12px 16px;
    font-size: 14px;
  }

  #ready_to_elevate .col-lg-5 img {
    max-width: 100%;
    margin-top: 20px;
  }

  #ready_to_elevate .d-flex {
    flex-direction: column;
    gap: 10px;
    align-items: center;
  }
}


/* 🔹 Tablet: 768px to 991.98px */
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  #ready_to_elevate {
    padding: 50px 30px;
  }

  #ready_to_elevate h2 {
    font-size: 28px;
  }

  #ready_to_elevate p {
    font-size: 15px;
  }

  #ready_to_elevate .hero_btn3,
  #ready_to_elevate .hero_btn4 {
    font-size: 14px;
    padding: 10px 22px;
  }

  #ready_to_elevate .d-flex {
    gap: 12px;
    flex-wrap: wrap;
  }

  #ready_to_elevate .col-lg-5 img {
    max-width: 300px;
    max-height: 400px !important;
    margin-top: 2%;
  }
}


/* 🔹 Desktop: 992px and up */
@media only screen and (min-width: 992px) {
 
  #ready_to_elevate h2 {
    font-size: 31.5px;
  }

  #ready_to_elevate p {
    font-size: 15.75px;
  }

  #ready_to_elevate .hero_btn3,
  #ready_to_elevate .hero_btn4 {
    font-size: 14px;
  }
}

.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;
}


.ms_particles1 {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  pointer-events: none;
  z-index: 0;
}

.msparticle1 {
  position: absolute;
  bottom: -10px;
  width: 6px;
  height: 6px;
  background:linear-gradient(to right, #dbefff, #b3e5fc); 
  border-radius: 50%;
  animation: riseParticle1 10s linear infinite;
}

/* Animation */
@keyframes riseParticle1 {
  0% {
    transform: translateY(0);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  100% {
    transform: translateY(-120vh);
    opacity: 0;
  }
}

/* Random position, size, delay */
.msparticle1:nth-child(1) {
  left: 5%;
  animation-delay: 0s;
}
.msparticle1:nth-child(2) {
  left: 15%;
  animation-delay: 2s;
}
.msparticle1:nth-child(3) {
  left: 25%;
  animation-delay: 4s;
}
.msparticle1:nth-child(4) {
  left: 35%;
  animation-delay: 1s;
}
.msparticle1:nth-child(5) {
  left: 45%;
  animation-delay: 3s;
}
.msparticle1:nth-child(6) {
  left: 55%;
  animation-delay: 5s;
}
.msparticle1:nth-child(7) {
  left: 65%;
  animation-delay: 2.5s;
}
.msparticle1:nth-child(8) {
  left: 75%;
  animation-delay: 1.5s;
}
.msparticle1:nth-child(9) {
  left: 85%;
  animation-delay: 3.5s;
}
.msparticle1:nth-child(10) {
  left: 95%;
  animation-delay: 0.5s;
}
/* Footer Styles */
.footer {
            background: linear-gradient(to bottom right, #001f3f, #004080);
            color: white;
            padding: 40px 20px;
            font-family: 'Open Sans';
          }

          .footer-container {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            max-width: 1200px;
            margin: auto;
          }

          .footer-logo {
            flex: 1 1 250px;
            margin-bottom: 20px;
            margin-left: 5%;
          }

          .footer-logo-img {
            width: 180px;
            height: 110px;
            margin-bottom: 10px;
            margin-left: -2%;
          }

          .tagline {
            font-size: 14px;
            margin: 5px 0 15px;
            color: #a3d0ff;
          }

          .description1 {
            font-size: 14px !important;
            color: white;
            line-height: 1.6;
            font-weight:400;
            font-family:'Open Sans' !important;
            margin-top: -6%;
          }

          .footer-links, .footer-contact, .footer-legal {
            flex: 1 1 200px;
            margin-bottom: 20px;
          }

          .footer-links{
            margin-left: -9%;
          }

          .footer h3 {
            margin-bottom: 15px;
            color: #ffffff;
            font-size:19.68px;
            font-weight: 700;
            font-family:'Montserrat';
          }

          .footer-links ul,
          .footer-legal ul {
            list-style: disc;
            padding-left: 20px; /* Indent for bullets */
            font-weight:700;
          }

          .footer-links li,
          .footer-legal li {
            margin-bottom: 8px;
            line-height: 1.2 !important;
            font-family:'Open Sans' !important;

          }

          .footer-links a,
          .footer-legal a {
            color: #66B2ff;
            /* text-decoration: none; */
            font-weight: 700;
            font-size: 15.75px;
          }

          .footer-links a:hover,
          .footer-legal a:hover {
            text-decoration: underline;
            color:#66b2ff;
          }
          .footer-contact{
            margin-left: -3%;
          }
          .footer-contact .f_address{
            line-height: 1.4;
            font-family:'Open Sans' !important;
            font-size: 16px !important;
          }
          .footer-contact h3,p{
            line-height: 1.1;
          }
          .footer-contact p{
            font-family:'Open Sans' !important;
          }

          .footer-contact a {
            color: #a3d0ff;  
            font-size: 15px;
          }

          .footer-contact a:hover {
            text-decoration: underline;
          }

          .social-icons {
            margin-top: 15px;

          }

          .social-icons img {
            width: 45px;
            margin-right: 10px;
              border:1px solid white;
          }

          .footer .copyright {
            margin-top: -37px;
            font-size: 13px;
            color: #fff;
            padding-left: 5%;
            font-size: 13px !important;
            font-family: 'Open Sans' !important;
          }

          /* Footer Media query */
          /* 🔹 Mobile: max-width 767.98px */
          @media only screen and (max-width: 767.98px) {
            .footer {
              /* padding: 30px 15px; */
              text-align: center;
              /* padding-left: -12%; */
            }
            .description1{
              text-align: justify;
              margin-left: 1%;
            }
            .mobile-br {
              display: none;
            }

            .footer-container {
              flex-direction: column;
              align-items: center;
            }

            .footer-logo,
            .footer-links,
            .footer-contact,
            .footer-legal {
              flex: 1 1 100%;
              max-width: 100%;
              margin-bottom: 30px;
            }
            .footer-links{
              margin-left: -29%;
              margin-top: -2%;
            }

            .footer-links h3{
              margin-left: -32%;
            }
            .footer-links ul{
              margin-left: -15%;
            }

            .footer-contact h3{
              margin-left: 9%;
            }
            .footer-contact p{
              margin-left: 9%;
            }
            .footer-legal h3{
              margin-left:-68%;
              text-align:left
            }
            .footer-legal ul{
              margin-left: -58%;
            }


            .footer-logo-img {
              width: 180px;
              height: 110px;
            }

            .footer h3 {
              font-size: 18px;
            }

            .description1,
            .footer-links a,
            .footer-legal a,
            .footer-contact p,
            .footer-contact a {
              font-size: 14px;
              text-align: left !important;
            }

            .footer-links ul,
            .footer-legal ul {
              padding-left: 0;
              list-style-position: inside;
              text-align: left !important;
            }

            .footer-contact .f_address br {
              display: none; /* Simplifies address on small screens */
            }

            .social-icons {
              justify-content: center;
              display: flex;
              flex-wrap: wrap;
              gap: 10px;
            }

            .social-icons img {
              width: 38px;
              margin-right: 0;
            }
            

            .footer .copyright {
              font-size: 12px;
            /* margin-left: -19%; */
            }
          }


          /* 🔹 Tablet: 768px to 991.98px */
          @media only screen and (min-width: 768px) and (max-width: 991.98px) {
            .footer {
              padding: 40px 40px !important;
            }

            .footer-container {
              flex-wrap: wrap;
              gap: 20px;
            }

            .footer-logo,
            .footer-links,
            .footer-contact,
            .footer-legal {
              flex: 1 1 45%;
              margin-bottom: 20px;
            }

            .footer-logo-img {
              width: 190px;
            }

            .footer h3 {
              font-size: 18.5px;
            }

            .footer-links h3{
              margin-left:4%;
            }

            .footer-links a,
            .footer-legal a,
            .footer-contact a {
              font-size: 14.5px;
            }

            .social-icons img {
              width: 40px;
            }
            .footer-contact{
              margin-left: 5%;
            }

            .footer-legal{
              margin-left: -8%;
            }
            .footer-legal h3{
              margin-left:5%;
            }
            p.copyright{
              margin-top: 1% !important;
            }
          }


          /* 🔹 Desktop: 992px and above */
          @media only screen and (min-width: 992px) {
            .footer-container {
              flex-wrap: wrap;
            }

            .footer-logo {
              flex: 1 1 300px;
            }

            .footer-links,
            .footer-contact,
            .footer-legal {
              flex: 1 1 200px;
            }

            .footer h3 {
              font-size: 19.68px;
            }

            .footer-links a,
            .footer-legal a,
            .footer-contact a {
              font-size: 15.75px;
            }

            .social-icons img {
              width: 45px;
            }
          }



#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);
    }
}

.banner_particles {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  pointer-events: none;
  z-index: 0;
}

.particle {
  position: absolute;
  bottom: -10px;
  width: 6px;
  height: 6px;
  background:linear-gradient(to right, #394e5f, #456080); /* light particle */
  border-radius: 50%;
  animation: riseParticle 10s linear infinite;
}

/* Animation */
@keyframes riseParticle {
  0% {
    transform: translateY(0);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  100% {
    transform: translateY(-120vh);
    opacity: 0;
  }
}

/* Random position, size, delay */
.particle:nth-child(1) {
  left: 5%;
  animation-delay: 0s;
}
.particle:nth-child(2) {
  left: 15%;
  animation-delay: 2s;
}
.particle:nth-child(3) {
  left: 25%;
  animation-delay: 4s;
}
.particle:nth-child(4) {
  left: 35%;
  animation-delay: 1s;
}
.particle:nth-child(5) {
  left: 45%;
  animation-delay: 3s;
}
.particle:nth-child(6) {
  left: 55%;
  animation-delay: 5s;
}
.particle:nth-child(7) {
  left: 65%;
  animation-delay: 2.5s;
}
.particle:nth-child(8) {
  left: 75%;
  animation-delay: 1.5s;
}
.particle:nth-child(9) {
  left: 85%;
  animation-delay: 3.5s;
}
.particle:nth-child(10) {
  left: 95%;
  animation-delay: 0.5s;
}


.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;
}


.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);
    }
}



/* 📱 Mobile devices (up to 767.98px) */
/* Section 1 starts */
@media screen and (max-width: 475px) {
    .fbs__net-navbar .fbs__net-navbar-toggler {
        display: flex;
        margin-right: 20px !important;
        /* bottom: 64px; */
        margin-top:-99% !important;
    }   
}
@media (min-width:474px) and (max-width: 475px) {
  .fbs__net-navbar .fbs__net-navbar-toggler {
        
        margin-top:0% !important;
    }   
}

/* @media screen and (max-width: 768px) {
    .fbs__net-navbar .fbs__net-navbar-toggler {
        display: flex;
        margin-right: 20px !important;
        bottom: 2px;
    }
    
} */
@media (min-width:768px) and (max-width: 773px) {
    .fbs__net-navbar .fbs__net-navbar-toggler {
        display: flex;
        /* margin-right: 20px !important; */
        bottom: 52px;
    }
    
}
@media (min-width:774px) and (max-width: 991px) {
    .fbs__net-navbar .fbs__net-navbar-toggler {
        display: flex;
        /* margin-right: 20px !important; */
        bottom: -10px;
    }
    
}

@media only screen and (max-width: 767px) {
  /* .section{
    padding: 0 20px !important;
  } */
  .hero__v6 .container{
    padding: 30px 29px !important;
  }
  .hero-title {
    font-size: 34px !important;
    text-align: left;
  }

  .hero-description {
    font-size: 14px !important;
    text-align: left;
  }

  .cta {
    justify-content: left;
  }

  .hero_btn,
  .hero_btn1 {
    width: 100%;
    text-align: center;
  }
}

/* 📱📲 Tablets (768px to 991.98px) */
@media (min-width: 768px) and (max-width: 991.98px) {

  .hero__v6 .hero-bg {
    padding: 60px 20px; /* Add spacing inside hero */
    min-height: 50% !important; /* Let height adjust to content */
    
    flex-direction: column;
    text-align: left; /* Center text and buttons */
  }

  .hero__v6 .container {
    padding: 10% 35px;
  }

  .hero-title {
    font-size: 39.37px !important; /* Reduce font size for tablets */
    line-height: 1.4;
  }

  .hero-description {
    font-size: 16px !important;
  }
  .cta {
    flex-wrap: nowrap !important;   /* Prevent buttons from wrapping */
    justify-content: flex-start;    /* Align buttons to left like desktop */
  }
  .cta .btn {
    white-space: nowrap;            /* Prevent button text from breaking */
    font-size: 14px;
    padding: 10px 20px;
  }
  .hero_btn,
  .hero_btn1 {
    padding: 10px 20px;
    font-size: 13px !important;
    /* width: 100%; */
    text-align: center;
  }
}

/* 💻 Desktops (992px and up) */
@media (min-width: 992px) {
  /* Your desktop-specific styles here */

  .hero__v6 .hero-bg {
    /* padding: 60px 20px;  */
    min-height: auto !important; /* Let height adjust to content */
    
    flex-direction: column;
    text-align: left; /* Center text and buttons */
  }
  .hero__v6 .container {
    padding: 10% 35px;
  }
.hero-title {
  font-size: 39.35px;
  font-weight: 700;
  color: #fff;
  line-height: 1.3;
  font-family:  'Montserrat';
}

.hero-description {
  font-size: 15.75px;
  color: #e0e0e0;
  font-family: 'Open Sans';
}
.hero_btn,
  .hero_btn1 {
    padding: 10px 20px;
    font-size: 13px !important;
    /* width: 100%; */
    text-align: center;
    
  }
.cta {
    flex-wrap: nowrap !important;   /* Prevent buttons from wrapping */
    justify-content: flex-start;    /* Align buttons to left like desktop */
  }
  .cta .btn {
    white-space: nowrap;            /* Prevent button text from breaking */
    font-size: 14px;
    padding: 10px 20px;
  }
}



@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;
  }
} */

