.active {
  color: #144679 !important;
  font-weight: 700;
}

.primary-color {
  color: #aa1b1d;
}

.secondary-color {
  color: #021c7b;
}

.pointer {
  cursor: pointer;
}

.height {
  height: 20rem;
}

.steps-desc {
  color: #fbfbfb;
}

/* Hydrogen-water page */

.hydrogen-banner img {
  padding: 0;
}

/* Container for the entire section */
#hydrogen-water {
  padding: 4rem 0;
}

/* General transition for smooth hover effects */
.tg-hydrogen-section * {
  transition: all 0.3s ease-in-out;
}

/* Hover effect for the content columns */
#hydrogen-water .col-md-6 {
  background-color: #f9f9f9;
  padding: 2rem;
  border-radius: 8px;
}

#hydrogen-water .col-md-6:hover {
  background-color: #fff;
  transform: translateY(-5px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

/* Hover effect for the upgrade message */
.tg-upgrade:hover {
  transform: scale(1.05);
}

/* Hover effect for study links */
#hydrogen-water .tg-study-links a {
  display: block;
  cursor: pointer;
  /* padding: 0.5rem 0; */
}

#hydrogen-water .tg-study-links a:hover {
  color: #007bff;
  text-decoration: underline;
}

/* card */
.card {
  height: 64rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.social-icons {
  display: flex;
  align-items: center;
  gap: 2rem;
  justify-content: center;
}

/* HEADER */
/* 1. Make sure the mobile‐menu & toggle are hidden by default */
.mobile-menu,
.mobile-nav-toggler {
  display: none !important;
}

/* 2. At 1370px and below → show mobile, hide desktop */
@media (max-width: 1370px) {
  .navbar-wrap.main-menu {
    /* your “desktop” nav */
    display: none !important;
  }

  .mobile-menu,
  /* the drawer itself */
  .mobile-nav-toggler {
    /* the hamburger icon */
    display: block !important;
  }
}

/* 3. Above 1370px → show desktop, hide mobile */
@media (min-width: 1371px) {
  .navbar-wrap.main-menu {
    display: flex !important;
  }

  .mobile-menu,
  .mobile-nav-toggler {
    display: none !important;
  }
}

[dir='rtl'] .navigation {
  direction: rtl;
  /* text flows right→left */
}

/* Hero */

.banner-content {
  /* max-width: 800px; */
  margin: 0 auto;
  text-align: center;
  padding: 4rem 2rem;
  color: #1a1a1a;
}

.banner-description {
  text-align: center;
  width: 653px;
  /* width: 700px; */
  margin: 2rem auto;
  word-spacing: 4px;
  font-weight: 300;
}

.banner-caption {
  font-size: 1.5rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #002d72;
}

.banner-caption .highlight {
  color: #c62828;
  /* red shade from your image */
}

.title {
  /* font-size: 1.2rem; */
  font-weight: 800;
  margin-top: 1rem;
  color: #07227a !important;
  font-size: 19px;
}

.no-lh {
  line-height: 0;
}

.brand {
  /* display: inline; */
  font-weight: 800;
  color: #a82122;
  /* text-wrap: nowrap; */
}

.life-style {
  font-weight: 800;
  font-size: 2.5rem;
  color: #07227a;
}

.life-style-desc {
  text-align: center;
  color: #07227a;
}

.subtitle {
  font-size: 24px;
  text-transform: none;
}

.btn-two {
  display: inline-block;
  background-color: #002d72;
  color: #fff;
  padding: 0.75rem 2rem;
  border-radius: 25px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}

.btn-two:hover {
  background-color: #001b4f;
}

.outlined-number {
  font-family: Arial, sans-serif;
  font-size: 100px;
  font-weight: 900;
  color: #0000000d;
  -webkit-text-stroke: 2px #0000000d;
  /* Light gray outline */
  text-align: right;
}

/* Life style */
.rounded-icon {
  display: inline-block;
  position: relative;
  background-color: #d7e9ff;
  border: 2px solid #a82122;
  border-radius: 50%;
  width: 4rem;
  height: 3rem;

  img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
}

/* whatapp icon  */
/* Basic global resets or additional styling if needed */

/* Container for the floating WhatsApp button */

/* Font Awesome WhatsApp icon style */
.whatsapp-float i {
  font-size: 28px;
  /* Adjust the size as needed */
}

/* Hover effect for interactivity */
.whatsapp-float:hover {
  transform: scale(1.1);
  color: #fff;
}

/* Keyframes for a subtle bounce animation */
@keyframes bounce {

  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }

  40% {
    transform: translateY(-8px);
  }

  60% {
    transform: translateY(-4px);
  }
}

.gradient-word {
  /* Create a horizontal gradient with your specific colors */
  background: linear-gradient(90deg, #07227a, #a82122);
  background-size: 200% 200%;

  /* Animate faster (2 seconds) and use alternate to go back and forth */
  animation: gradientAnimation 2s linear infinite alternate;

  /* Clip the gradient to the text */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* Define the keyframes for the gradient animation (forward direction only) */
@keyframes gradientAnimation {
  0% {
    background-position: 0% 50%;
  }

  100% {
    background-position: 100% 50%;
  }
}

ul,
.list-wrap {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* Water hydrogen page */
.title-wt {
  font-weight: 900;
  font-size: 4rem;
  color: #07227a;
}

.titleContact {
  font-size: 3.2rem;
  font-weight: 800;
  color: #fff;
  margin: 0 !important;
  line-height: 0.5 !important;
}

.titleContactNocare {
  font-size: 3.2rem;
  font-weight: 800;
  color: #fff;
  margin: 0 !important;
  color: #c71417;
  margin: 0 !important;
}

/* ContactPadge */
.ContactPadge {
  display: flex;
  flex-direction: column;
  gap: 65px;
}

.questions {
  color: #aa1b1d;
  font-size: 3.2rem;
  font-weight: 800;
  text-transform: none;
}

.question-paragraph {
  color: #7b90ab;
  font-weight: 400;
  font-size: 25px;
}

.whatsapp-float-Contact {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  background: linear-gradient(to right, #62af3c, #86e342);
  border-radius: 50%;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  color: #fff;
  /* Icon color */
}

.youtube-float-Contact {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  background: linear-gradient(to right, #f50000, #9f0000);
  border-radius: 50%;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  color: #fff;
  /* Icon color */
}

.contact_box {
  width: 300px;
  padding: 20px;
  background-color: #fff;
  text-align: center;
  box-shadow: -5px 8px 24px rgba(0, 0, 0, 0.3);
  height: 230px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}

.contact-WhatsApp {
  color: #0e4679;
  font-size: larger;
  font-weight: 900;
  text-transform: none;
}

.contact-desc {
  font-size: 25px;
  color: #0e4679;
}

.icontest {
  width: 35px;
}

.social-title {
  font-size: 35px;
  font-weight: 900;
  color: #021c7b;
}

.facts-first {
  p {
    color: #a82122 !important;
  }
}

.facts-bold {
  p {
    font-weight: 500;
    line-height: 1.2;
  }
}

.tg-supplement-area {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.ingredient-desc {
  /* minimum 1rem, flat growth at 2.5vw, maximum 1.25rem */
  font-size: clamp(1rem, 2.5vw, 1.25rem);
  line-height: 1.6;
  /* keep good readability */
}

.tg-supplement-area::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: url('/assets/img/hydrogen-water/2.png');
  aspect-ratio: 1880/717;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: 0;
}

/* Original CSS for why-matters background */

/* Original CSS for why-matters background */
/* .why-matters {
  background-image: url('/assets/img/hydrogen-water/3.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 100%;
  position: relative; /* Add position relative 
} */

/* Original CSS for how section */
.how {
  background-image: url('/assets/img/hydrogen-water/4.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
  width: 100%;
  position: relative;
  /* Add position relative */
}

.how p {
  color: #fff;
}

/* Ensure content appears above the background */
.why-matters>*,
.how>* {
  position: relative;
  z-index: 1;
}

/* Flip only the background image in RTL without affecting content */
html[dir='rtl'] .why-matters {
  transform: scaleX(-1);
  /* This flips the background container */
}

/* Flip only the background image in RTL for how section */
html[dir='rtl'] .how {
  background-position: right;
  transform: scaleX(-1);
}

/* Counter-flip the content so it remains normal in RTL */
html[dir='rtl'] .why-matters>*,
html[dir='rtl'] .how>* {
  transform: scaleX(-1);
  /* This flips the content back to normal */
  position: relative;
  z-index: 1;
}

/* Flip only the background image in RTL for tg-supplement-area */
html[dir='rtl'] .tg-supplement-area::before {
  transform: scaleX(-1);
}

/* Ensure content appears above the background */
.tg-supplement-area>* {
  position: relative;
  z-index: 1;
}

/* Ensure content appears above the background */
.tg-supplement-area>* {
  position: relative;
  z-index: 1;
}

/* Ensure content appears above the background */
.tg-supplement-area>* {
  position: relative;
  z-index: 1;
}

.why-matters {
  background-image: url('/assets/img/hydrogen-water/3.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 100%;
}

/* .how {
  background-image: url('/assets/img/hydrogen-water/4.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
  width: 100%;

  p {
    color: #fff;
  }
} */

.gradient-box {
  background: linear-gradient(to right, #bcb3d0, #81aff2);
}

/* Crousal */
.controls {
  display: flex;
  justify-content: space-between;
  /* prev on one side, next on the other */
  align-items: center;
}

/* 1) swap the order of the buttons in RTL */
[dir='rtl'] .controls {
  flex-direction: row-reverse;
}

/* 2) flip the arrow glyph itself in RTL */
[dir='rtl'] .controls .control-btn {
  transform: scaleX(-1);
}

/* optional styling */
.control-btn {
  background: none;
  border: none;
  font-size: 2rem;
  cursor: pointer;
}

.carousel {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 600px;
  /* Adjust as needed */
  margin: 0 auto;
}

.carousel-inner {
  display: flex;
  transition: transform 0.5s ease;
}

.carousel-item {
  flex: 0 0 100%;
}

.carousel-item img {
  width: 100%;
  height: auto;
}

.prev,
.next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 24px;
  background: rgba(0, 0, 0, 0.5);
  color: white;
  border: none;
  cursor: pointer;
  padding: 10px;
}

.prev {
  left: 10px;
}

.next {
  right: 10px;
}

.prev.disabled,
.next.disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.dots {
  text-align: center;
  margin-top: 10px;
}

.dot {
  width: 50px;
  height: 50px;
  margin: 0 5px;
  cursor: pointer;
  border: 2px solid transparent;
  object-fit: cover;
}

.dot.active {
  border: 2px solid #333;
  /* Border on the active thumbnail */
}

/* Products page */
/* —————  Heading Styles ————— */

.step-content {
  top: 14%;
  inset-inline-start: 44%;
  transform: translateX(-50%);
}

.crucial-heading {
  font-size: 1.75rem;
  line-height: 1.2;
  margin-bottom: 1.5rem;
  letter-spacing: 0.03em;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.08);
  transition: color 0.3s ease;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  .crucial-heading {
    font-size: 2.5rem;
  }
}

@media (max-width: 1300px) {
  .tg-supplement-area::before {
    /* aspect-ratio: ; */
    background-image: url('/assets/img/hydrogen-water/2-tablet.png');
    aspect-ratio: 1250/570;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
}

@media (min-width: 1200px) {
  .crucial-heading {
    font-size: 3.5rem;
  }
}

@media (max-width: 1175px) {
  .tg-section-title .title {
    margin: 0;
    font-size: 42px;
  }
}

@media (max-width: 1000px) {
  .tg-supplement-area::before {
    /* aspect-ratio: ; */
    background-image: url('/assets/img/hydrogen-water/2-tablet-sm.png');
    aspect-ratio: 952/570;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
}

@media (max-width: 991px) {

  /* custom “steps” */
  .step-content {
    top: 20%;
    left: 50%;
    transform: translateX(-50%);
    min-width: 18rem;
  }

  .steps-frame {
    margin-top: -7rem;
  }

  .custom-img-height {
    min-width: 20rem;
  }
}

@media (max-width: 350px) {
  .step-content p {
    margin: 0;
    padding: 1.2rem;
    font-size: 18px !important;
  }
}

.crucial-brand {
  display: block;
  font-weight: 700;
  color: #aa1b1d;
}

.crucial-model {
  display: block;
  font-weight: 500;
  color: #021c7b;
}

.crucial-subtitle {
  display: block;
  font-weight: 300;
  font-style: italic;
  color: #021c7b;
}

.crucial-btn {
  position: relative;
  display: inline-block;
  padding: 0.5rem 1rem;
  border: none;
  border-radius: 1rem;
  background: linear-gradient(45deg, #aa1b1d, #e63946, #aa1b1d);
  background-size: 300% 300%;
  color: #fff !important;
  text-transform: uppercase;
  overflow: hidden;
  transition: transform 0.3s ease-out;
  /* 1) gradient shift, 2) breathing scale */
  animation: crucial-gradient 6s ease infinite,
    crucial-pulse 4s ease-in-out infinite;
}

@keyframes crucial-gradient {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

@keyframes crucial-pulse {

  0%,
  100% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.03);
  }
}

.custom-img-height {
  min-width: 14rem;
}

.step-3 {
  min-width: 14rem;
}

.crucial-btn:hover {
  transform: scale(1.1);
}

.crucial-btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: rgba(255, 255, 255, 0.4);
  transform: skewX(-25deg);
  animation: crucial-shine-interval 4s ease-out infinite;
}

@keyframes crucial-shine-interval {

  0%,
  20% {
    left: -75%;
  }

  30% {
    left: 125%;
  }

  100% {
    left: 125%;
  }
}

.crucial-frame-app {
  background-image: url('/assets/img/products/frame-cut.png');
  height: 18rem;
  background-position: center;
  background-repeat: no-repeat;
  margin-top: 12rem;
  z-index: 99;
}

.crucial-margin-right {
  margin-right: -6rem;
}

.crucial-img-height {
  height: 20rem;
}

/* Fixi the nav */
.navigation>li>a.section-link,
.navigation li.align-self-center span>a.section-link {
  padding-inline-start: 22px;
  padding-inline-end: 22px;
}

/* sticky header */
/* initial placeholder hidden */
#header-top-fixed {
  display: none;
}

/* fixed header styles */
#sticky-header.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  background: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

/* Products */
.carousel-container {
  padding: 0;
  max-width: 800px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  background-color: white;
}

.main-image-container {
  height: 400px;
  display: flex;
  overflow: hidden;
  position: relative;
}

.main-image {
  width: 100%;
  height: 400px;
  object-fit: cover;
  transition: opacity 0.5s ease-in-out;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}

.main-image.active {
  opacity: 1;
  z-index: 1;
}

.main-video {
  width: 100%;
  height: 400px;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
  z-index: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f0f0f0;
}

.main-video.active {
  opacity: 1;
  z-index: 1;
}

.main-video video {
  width: auto;
  height: 100%;
  max-width: 100%;
  object-fit: contain;
}

.thumbnails {
  display: flex;
  padding: 15px;
  background-color: #f0f0f0;
  justify-content: center;
  gap: 10px;
}

.thumbnail {
  width: 80px;
  height: 80px;
  object-fit: cover;
  cursor: pointer;
  border: 3px solid transparent;
  border-radius: 4px;
  transition: all 0.3s ease;
}

.thumbnail:hover {
  transform: scale(1.05);
}

.thumbnail.active {
  border-color: #00a2ff;
  box-shadow: 0 0 10px rgba(0, 162, 255, 0.5);
}

.controls {
  position: absolute;
  top: 50%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
  z-index: 2;
}

.control-btn {
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  border: none;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 18px;
  margin: 0 10px;
  transition: background-color 0.3s ease;
}

.control-btn:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

.steps-content {
  /* top: 20%;
  inset-inline-start: 50%;
  transform: translateX(-50%); */
  top: 14%;
  left: 44%;
  transform: translateX(-50%);
}

/* 
.video-icon {
  background-color: red;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
} */
/* Enhanced Video Icon Styles */
.video-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.85);
  border-radius: 50%;
  transition: all 0.3s ease;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  z-index: 2;
}

/* Play triangle with CSS */
.video-icon::after {
  content: '';
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 12px solid #ff4d6d;
  margin-left: 2px;
  transition: all 0.3s ease;
}

/* Hover effects for the video icon */
.position-relative:hover .video-icon {
  transform: translate(-50%, -50%) scale(1.15);
  background-color: rgba(255, 255, 255, 1);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.25);
}

.position-relative:hover .video-icon::after {
  border-left-color: #ff2b54;
}

/* Pulse animation */
.video-pulse {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.5);
  opacity: 0;
  z-index: 1;
  pointer-events: none;
}

.position-relative:hover .video-pulse {
  animation: videoPulse 1.5s ease-out infinite;
}

@keyframes videoPulse {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.7;
  }

  100% {
    transform: translate(-50%, -50%) scale(2);
    opacity: 0;
  }
}

/* Policy */
.policy-container {
  max-width: 900px;
  margin: 30px auto;
  background: #fff;
  padding: 30px;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
}

.policy-page-title {
  color: #142a7f;
  font-size: 2.5em;
  text-align: center;
  margin-bottom: 30px;
}

.policy-section-title {
  font-size: 2em;
  border-bottom: 2px solid #eee;
  padding-bottom: 10px;
  color: #142a7f;
  margin-bottom: 20px;
}

.policy-subtitle {
  font-size: 1.2em;
  color: #142a7f;
  margin-top: 25px;
  margin-bottom: 10px;
}

.policy-paragraph {
  font-size: 1em;
  color: #333;
  margin-bottom: 15px !important;
}

.policy-ul {
  font-size: 1em;
  color: #333;
  margin-bottom: 15px !important;
  list-style-type: disc;
  margin-left: 30px;
}

/* Flip effect */
/* Image flip container */

.flip-image-container {
  width: 75px;
  height: 65px;
  perspective: 1000px;
}

/* .flip-image-container,
.flip-image-inner,
.flip-image-front,
.flip-image-back {
  width: 75px;
  height: 65px;
  overflow: hidden;
  position: relative;
}

.flip-image-front,
.flip-image-back {
  backface-visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
}

.flip-image-container img {
  width: 100%;
  height: auto;
  display: block;
} */

/* Position the flip inner container */
.flip-image-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
}

/* Do the flipping on hover */
.flip-image-container:hover .flip-image-inner {
  transform: rotateY(180deg);
}

/* Position the front and back side */
.flip-image-front,
.flip-image-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.flip-image-front {
  z-index: 2;
}

.flip-image-back {
  transform: rotateY(180deg);
}

.flip-image-front img,
.flip-image-back img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.footer-head-title {
  font-size: 18px;
  color: #fff !important;
}

@media (width <=1500px) {

  #why-matters,
  .how {

    /* padding-top: 10rem; */
    h2 {
      font-size: 24px;
    }

    p,
    ul {
      font-size: 14px;
    }
  }

  .tg-supplement-area {
    h2 {
      font-size: 24px;
    }

    p,
    ul {
      font-size: 14px;
    }
  }
}

@media (width <=1192px) {

  #why-matters,
  .how {
    h2 {
      font-size: 20px;
    }

    p,
    ul {
      font-size: 12px;
    }
  }

  .tg-supplement-area {
    h2 {
      font-size: 20px;
    }

    p,
    ul {
      font-size: 16px;
    }
  }
}

/* === Mobile up to 993px === */
@media (max-width: 993px) {

  /* Shared “background” sections */
  .title-hydrogin-sec {
    font-size: 2rem !important;
    font-weight: 800;
    color: rgb(7, 34, 122);
    margin: 0px !important;
  }

  .hydrogen-heading {
    font-size: 2rem !important;
  }

  .how {
    width: 100% !important;
    margin-top: 0 !important;
    background-repeat: no-repeat;
    background-position: center;
    padding-bottom: 90rem;
    /* will be overridden by narrower breakpoints */
  }

  .how {
    background-image: url('/assets/img/hydrogen-water/mobile-size-3.jpg');
    background-size: cover;
  }

  /* NOTE:Temproraly solution */
  /* Base: only the gradient on this section */
  #why-matters {
    position: relative;
    /* for the pseudo‐element */
    background: linear-gradient(90deg,
        #e4d4e8 0%,
        #c8bde3 25%,
        #acb8ee 50%,
        #94c0f8 75%,
        #7fbcfb 100%);
    padding-top: 130px;
    /* pt-130 */
    padding-bottom: 120px;
    /* pb-120 */
    overflow: hidden;
  }

  #why-matters::after {
    content: '';
    display: block;
    margin: 2rem auto 0;
    width: 345px;
    aspect-ratio: 345/341;
    background: url('/assets/img/hydrogen-water/drink-mobile.png') no-repeat center bottom;
    background-size: contain;
  }

  /* ── Tablet adjustments ── */
  @media (max-width: 992px) {
    #why-matters::after {
      width: 80%;
      /* let it shrink on narrower viewports */
      max-width: 300px;
      /* but no bigger than this */
      margin-top: 1.5rem;
      /* less gap on tablets */
    }
  }

  /* white text in “how” paragraphs */
  .how p {
    color: #fff;
  }

  /* supplement area & overlay */
  .tg-supplement-area {
    position: relative;
  }

  .tg-supplement-content {
    position: relative;
    z-index: 1;
    padding: 0 30px 60px !important;
    min-height: 60vh;
    margin-top: 0 !important;
  }

  /* banners & features */
  .banner-area {
    height: auto;
  }

  .banner-content {
    padding: 8rem 2rem;
  }

  .banner-description {
    width: auto;
    padding: 0 20px;
    font-size: 20px;
  }

  .features-products {
    padding: 0 !important;

    /* typography tweaks */
    .how h2,
    #why-matters h2,
    .tg-supplement-area h2 {
      font-size: 20px;
    }

    .how p,
    .how ul,
    #why-matters p,
    #why-matters ul,
    .tg-supplement-area p,
    .tg-supplement-area ul {
      font-size: 16px;
    }
  }
}

@media (max-width: 600px) {
  .tg-supplement-area::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: url('/assets/img/hydrogen-water/mobile-size-2.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: 0;
    aspect-ratio: auto;
    height: 100%;
  }
}

/* .how {
  background-image: url('/assets/img/hydrogen-water/mobile-size-3.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  margin-top: 0px !important;
  padding-bottom: 90rem;

  h2 {
    font-size: 20px;
  }

  p,
  ul {
    font-size: 16px;
  }
} */

.tg-supplement-area {
  position: relative;

  h2 {
    font-size: 20px;
  }

  p,
  ul {
    font-size: 16px;
  }
}

/* .tg-supplement-area::before {
      background-image: url('/assets/img/hydrogen-water/mobile-size-2.jpg');
    } */

.how-content,
.supplement-content {
  flex-grow: 1;
  /* height: 100%; */
}

@media (width <=774px) {
  .breadcrumb-bg {
    background-position: left;
  }

  h1 {
    font-size: 24px !important;
  }

  p {
    font-size: 16px;
  }

  #why-matters,
  .how,
  .tg-supplement-area {
    padding-bottom: 58rem;
  }
}

@media (width <=608px) {

  #why-matters,
  .how,
  .tg-supplement-area {
    padding-bottom: 35rem;
  }
}

@media (width <=486px) {

  #why-matters,
  .how,
  .tg-supplement-area {
    padding-bottom: 30rem;
  }
}

@media (width <=434px) {

  #why-matters,
  .how,
  .tg-supplement-area {
    padding: 0 0 24rem 0;
  }

  .why-matter-content,
  .how-content,
  .supplement-content {
    h2 {
      font-size: 20px;
    }

    p,
    ul {
      font-size: 14px;
    }
  }
}

/* === Tablet and desktop overrides === */
@media (min-width: 768px) {
  .features-product-content p {
    font-size: 20px;
    line-height: 2;
  }

  .banner-description {
    font-size: 22px;
    font-weight: 400;
  }

  .tg-supplement-content p {
    font-size: 20px !important;
  }
}

/* === Banner text on small screens === */
@media (max-width: 768px) {
  .tg-banner-content h1 {
    font-size: 40px !important;
  }

  .tg-banner-content p {
    font-size: 25px !important;
  }

  .tg-supplement-content p {
    font-size: 20px !important;
    padding-bottom: 20px !important;
  }
}

@media (max-width: 988px) {
  .why-matter-content {
    flex-grow: 1;

    div>h2 {
      font-size: 30px !important;
    }

    div>p {
      font-size: 18px !important;
    }
  }
}

/* === Global overrides === */
.text-primary {
  color: #021c7b !important;
}

.slick-track {
  margin-bottom: 50px;
}

html[dir='rtl'] .footer-area,
html[dir='rtl'] .brand-para,
html[dir='rtl'] .life-style-desc-2 {
  direction: rtl;
}

.slider-home-text {
  font-size: 18px;
}

.lifestyle-section {
  padding: 12px 9px;
}

.brand-para {
  font-size: 22px;
  font-weight: 500;
  text-align: center;
}

.life-style-desc-2 {
  font-size: 22px;
  font-weight: 700;
  color: #07227a;
  margin-top: -10px;
}

.feature-text p {
  font-size: 20px;
  font-weight: 500;
  color: #07227a;
}

.features-product-content p {
  margin: 16px 0;
}

.title-hydrogin-sec {
  font-size: 2.5rem;
  font-weight: 800;
  margin: 0 !important;
  color: #07227a;
}

.how-sec p {
  font-size: 20px;
  color: #fff;
  margin: 0 !important;
}

html[dir='rtl'] .menu-nav {
  direction: ltr;
}

.custom-img-height {
  height: 27rem;
}

.product-download-sec1,
.product-download-sec2 {
  flex-direction: column;
}

.step-content p {
  text-align: center;
  padding-top: 14px;
  font-size: 23px;
}

.step-content-1 p {
  text-align: center;
  padding-top: 14px;
  font-size: 23px !important;
}

/* only apply on mobile widths if you like */
@media (max-width: 991.98px) {

  /* override all links in the mobile menu */
  .mobile-menu .menu-box .menu-outer a {
    color: #000;
    /* your normal link color */
    text-decoration: none;
    /* if you want to remove underlines too */
  }

  /* override visited, hover, focus if needed */
  .mobile-menu .menu-box .menu-outer a:visited,
  .mobile-menu .menu-box .menu-outer a:hover,
  .mobile-menu .menu-box .menu-outer a:focus {
    color: #000;
  }

  /* “active” or current menu‐item */
  .mobile-menu .menu-box .menu-outer li.current-menu-item>a,
  .mobile-menu .menu-box .menu-outer li.active>a {
    color: #021c7b;
    /* your desired active highlight */
  }
}

.customer-support {
  font-size: 12px !important;
}

#floating-buttons {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  z-index: 9999;
}

#floating-buttons .call-float {
  background: linear-gradient(to right, #3c44af, #20046b);
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  color: #fff;
  animation: bounce 2s infinite;
  transition: transform 0.2s ease;
}

#floating-buttons .whatsapp-float {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  background: linear-gradient(to right, #62af3c, #86e342);
  border-radius: 50%;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  color: #fff;
  text-decoration: none;
  z-index: 9999;
  animation: bounce 2s infinite;
  transition: transform 0.2s ease;
}