@import url('https://api.fontshare.com/v2/css?f[]=satoshi@300,400,500,700,900&display=swap');

/* ==========================================================================
   ASAR Home V3 — Complete Landing Page Stylesheet
   Version: 1.0.0
   ========================================================================== */

/* --------------------------------------------------------------------------
   1. CSS Custom Properties (Design Tokens)
   -------------------------------------------------------------------------- */
:root {
  /* Palette */
  --hv3-color-primary:       #004750;
  --hv3-color-accent:        #F4A623;
  --hv3-color-beige:         #FFF8F0;
  --hv3-color-dark:          #0A0A0A;
  --hv3-color-dark-alt:      #1A1A1A;
  --hv3-color-white:         #FFFFFF;
  --hv3-color-card-dark:     #031B2B;
  --hv3-color-navy:          #0A1A1A;

  /* Typography */
  --hv3-ff-body:            "proxima-nova", sans-serif;
  --hv3-ff-heading:          "roca", sans-serif;
  --hv3-fw-regular:          400;
  --hv3-fw-medium:           500;
  --hv3-fw-bold:             700;
  --hv3-fw-black:            900;

  /* Radii */
  --hv3-radius-card:         24px;
  --hv3-radius-panel:        32px;
  --hv3-radius-badge:        32px;
  --hv3-radius-btn-primary:  16px;
  --hv3-radius-btn-pill:     32px;

  /* Spacing */
  --hv3-section-py:          80px;
  --hv3-container-max:       1920px;
  --hv3-container-px:        64px;
  --hv3-gap-grid:            32px;

  /* Sizes */
  --hv3-arrow-size:          73px;

  /* Shadows */
  --hv3-shadow-btn:          0 4px 16px rgba(244, 166, 35, 0.35);
  --hv3-shadow-card:         0 4px 24px rgba(0, 0, 0, 0.08);
  --hv3-shadow-faq:          0 2px 12px rgba(0, 0, 0, 0.06);

  /* Transitions */
  --hv3-transition-fast:     0.2s ease;
  --hv3-transition-base:     0.3s ease;
  --hv3-transition-slow:     0.5s ease;
}


/* --------------------------------------------------------------------------
   2. Reset & Base
   -------------------------------------------------------------------------- */
.hv3-page,
.hv3-page *,
.hv3-page *::before,
.hv3-page *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.hv3-page {
  font-family: var(--hv3-ff-body);
  font-weight: var(--hv3-fw-regular);
  color: var(--hv3-color-dark);
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}

.hv3-page img {
  max-width: 100%;
  height: auto;
  display: block;
}

.hv3-page a {
  text-decoration: none;
  color: inherit;
}

.hv3-page ul,
.hv3-page ol {
  list-style: none;
}

/* Container */
.hv3-container {
  width: 100%;
  max-width: var(--hv3-container-max);
  margin-left: auto;
  margin-right: auto;
  padding-left: var(--hv3-container-px);
  padding-right: var(--hv3-container-px);
}

/* Force the theme's page content wrapper to be 100% or 1796px on Elementor Full Width pages */
.page-template-elementor_header_footer .asar-container.asar-page-content-wrap,
.page-id-1023 .asar-container.asar-page-content-wrap,
.page-id-1073 .asar-container.asar-page-content-wrap {
  max-width: 1920px;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  margin-left: auto;
  margin-right: auto;
}

.page-template-elementor_header_footer .asar-page-content,
.page-id-1023 .asar-page-content,
.page-id-1073 .asar-page-content {
  max-width: 100%;
  width: 100%;
}

/* Force parent Elementor containers to be 100% / 1920px when they contain our hv3-section */
.elementor-section:has(.hv3-section) .elementor-container,
.elementor-widget-container:has(.hv3-section),
.elementor-widget-wrap:has(.hv3-section),
.e-con:has(.hv3-section),
.e-con-inner:has(.hv3-section) {
  max-width: 1920px;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  margin-left: auto;
  margin-right: auto;
}

.elementor-section:has(.hv3-section) {
  padding-left: 0;
  padding-right: 0;
}

/* Force Elementor containers on this page to be 1920px wide */
.page-id-1023 .elementor-section .elementor-container,
.page-id-1073 .elementor-section .elementor-container,
.page-template-elementor_header_footer .elementor-section .elementor-container {
  max-width: 1920px;
  width: 100%;
}

/* Force Elementor sections to have no extra margins/paddings if boxed */
.page-id-1023 .elementor-section,
.page-id-1073 .elementor-section,
.page-template-elementor_header_footer .elementor-section {
  padding-left: 0;
  padding-right: 0;
}

/* Section */
.hv3-section {
  padding-top: var(--hv3-section-py);
  padding-bottom: var(--hv3-section-py);
}


/* --------------------------------------------------------------------------
   3. Typography
   -------------------------------------------------------------------------- */
.hv3-heading-xl {
  font-family: var(--hv3-ff-heading);
  font-size: 82px;
  font-weight: var(--hv3-fw-bold);
  line-height: 1.05;
  letter-spacing: -0.02em;
}

.hv3-heading-lg {
  font-family: var(--hv3-ff-heading);
  font-size: 64px;
  font-weight: var(--hv3-fw-bold);
  line-height: 1.1;
  letter-spacing: -0.02em;
}

.hv3-heading-md {
  font-family: var(--hv3-ff-body);
  font-size: 44px;
  font-weight: var(--hv3-fw-bold);
  line-height: 1.15;
  letter-spacing: -0.01em;
}

.hv3-heading-sm {
  font-family: var(--hv3-ff-body);
  font-size: 30px;
  font-weight: var(--hv3-fw-bold);
  line-height: 1.2;
}

.hv3-body-lg {
  font-family: var(--hv3-ff-body);
  font-size: 24px;
  font-weight: var(--hv3-fw-regular);
  line-height: 1.5;
}

.hv3-body-md {
  font-family: var(--hv3-ff-body);
  font-size: 20px;
  font-weight: var(--hv3-fw-regular);
  line-height: 1.5;
}

.hv3-body-sm {
  font-family: var(--hv3-ff-body);
  font-size: 16px;
  font-weight: var(--hv3-fw-regular);
  line-height: 1.5;
}


/* --------------------------------------------------------------------------
   4. Buttons & Badges
   -------------------------------------------------------------------------- */

/* Primary Button */
.hv3-btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  height: 72px;
  padding: 0 40px;
  background-color: var(--hv3-color-accent);
  color: var(--hv3-color-white);
  font-family: var(--hv3-ff-body);
  font-size: 24px;
  font-weight: var(--hv3-fw-black);
  border: none;
  border-radius: var(--hv3-radius-btn-primary);
  cursor: pointer;
  box-shadow: var(--hv3-shadow-btn);
  transition: background-color var(--hv3-transition-fast),
              box-shadow var(--hv3-transition-fast),
              transform var(--hv3-transition-fast);
  white-space: nowrap;
}

.hv3-btn-primary:hover {
  background-color: #e09419;
  box-shadow: 0 6px 20px rgba(244, 166, 35, 0.45);
  transform: translateY(-1px);
}

.hv3-btn-primary:active {
  transform: translateY(0);
  box-shadow: 0 2px 10px rgba(244, 166, 35, 0.3);
}

/* Secondary Button */
.hv3-btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  height: 52px;
  padding: 0 32px;
  background-color: transparent;
  color: var(--hv3-color-primary);
  font-family: var(--hv3-ff-body);
  font-size: 18px;
  font-weight: var(--hv3-fw-bold);
  border: 2px solid var(--hv3-color-primary);
  border-radius: var(--hv3-radius-btn-pill);
  cursor: pointer;
  transition: background-color var(--hv3-transition-fast),
              color var(--hv3-transition-fast);
  white-space: nowrap;
}

.hv3-btn-secondary:hover {
  background-color: var(--hv3-color-primary);
  color: var(--hv3-color-white);
}

/* Tertiary Button */
.hv3-btn-tertiary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  height: 44px;
  padding: 0 24px;
  background-color: transparent;
  color: var(--hv3-color-primary);
  font-family: var(--hv3-ff-body);
  font-size: 16px;
  font-weight: var(--hv3-fw-bold);
  border: 1.5px solid var(--hv3-color-primary);
  border-radius: var(--hv3-radius-btn-pill);
  cursor: pointer;
  transition: background-color var(--hv3-transition-fast),
              color var(--hv3-transition-fast);
  white-space: nowrap;
}

.hv3-btn-tertiary:hover {
  background-color: var(--hv3-color-primary);
  color: var(--hv3-color-white);
}

/* Badge */
.hv3-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 10px 20px;
  font-family: var(--hv3-ff-body);
  font-size: 14px;
  font-weight: var(--hv3-fw-bold);
  color: var(--hv3-color-accent);
  border: 1.5px solid var(--hv3-color-accent);
  border-radius: var(--hv3-radius-badge);
  background: transparent;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.hv3-badge--light {
  color: var(--hv3-color-white);
  border-color: var(--hv3-color-white);
}


/* --------------------------------------------------------------------------
   5. Card Components
   -------------------------------------------------------------------------- */

/* ---- Wide Card (580×273) ---- */
.hv3-wide-card {
  position: relative;
  width: 580px;
  height: 273px;
  border-radius: var(--hv3-radius-card);
  overflow: hidden;
  flex-shrink: 0;
}

.hv3-wide-card__bg {
  position: absolute;
  inset: 0;
  background-color: var(--hv3-color-card-dark);
  border-radius: var(--hv3-radius-card);
  overflow: hidden;
  -webkit-mask-image: radial-gradient(circle 42px at calc(100% - 36.5px) 36.5px, transparent 42px, black 42.5px);
  mask-image: radial-gradient(circle 42px at calc(100% - 36.5px) 36.5px, transparent 42px, black 42.5px);
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  z-index: 1;
}

.hv3-wide-card__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hv3-wide-card__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.55) 0%,
    rgba(0, 0, 0, 0.15) 60%,
    rgba(0, 0, 0, 0.05) 100%
  );
  z-index: 1;
}

.hv3-wide-card__content {
  position: absolute;
  top: 39px;
  left: 42px;
  right: 42px;
  bottom: auto;
  padding: 0;
  z-index: 2;
  color: var(--hv3-color-white);
}

/* Network section card variant: content positioned at top */
.hv3-network .hv3-wide-card__content {
  top: 39px;
  bottom: auto;
}

.hv3-wide-card__title {
  font-family: var(--hv3-ff-body);
  font-size: 30px;
  font-weight: var(--hv3-fw-bold);
  line-height: 1.15;
  color: var(--hv3-color-white);
  margin-bottom: 12px;
}

.hv3-wide-card__desc {
  font-family: var(--hv3-ff-body);
  font-size: 18px;
  font-weight: var(--hv3-fw-regular);
  line-height: 1.4;
  color: var(--hv3-color-white);
  opacity: 0.9;
}

/* ---- Square Card (272×273) ---- */
.hv3-sq-card {
  position: relative;
  width: 272px;
  height: 273px;
  border-radius: var(--hv3-radius-card);
  overflow: hidden;
  flex-shrink: 0;
}

.hv3-sq-card__bg {
  position: absolute;
  inset: 0;
  background-color: var(--hv3-color-card-dark);
  border-radius: var(--hv3-radius-card);
  overflow: hidden;
  -webkit-mask-image: radial-gradient(circle 42px at calc(100% - 36.5px) 36.5px, transparent 42px, black 42.5px);
  mask-image: radial-gradient(circle 42px at calc(100% - 36.5px) 36.5px, transparent 42px, black 42.5px);
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  z-index: 1;
}

.hv3-sq-card__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hv3-sq-card__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    transparent 30%,
    rgba(0, 0, 0, 0.55) 100%
  );
  z-index: 1;
}

.hv3-sq-card__content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 23px;
  z-index: 2;
  color: var(--hv3-color-white);
}

.hv3-sq-card__title {
  font-family: var(--hv3-ff-body);
  font-size: 30px;
  font-weight: var(--hv3-fw-bold);
  line-height: 1.2;
  color: var(--hv3-color-white);
}

.hv3-sq-card__desc {
  font-family: var(--hv3-ff-body);
  font-size: 16px;
  font-weight: var(--hv3-fw-regular);
  line-height: 1.4;
  color: var(--hv3-color-white);
  opacity: 0.9;
  margin-top: 4px;
}

/* ---- Arrow Icon ---- */
.hv3-card-arrow {
  position: absolute;
  top: 0;
  right: 0;
  width: var(--hv3-arrow-size);
  height: var(--hv3-arrow-size);
  border-radius: 50%;
  background-color: var(--hv3-color-card-dark);
  color: var(--hv3-color-white);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 4;
  transition: background-color var(--hv3-transition-fast),
              transform var(--hv3-transition-fast);
}

.hv3-card-arrow svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: var(--hv3-color-white);
  stroke-width: 2;
  transform: rotate(-45deg);
  transition: transform var(--hv3-transition-fast);
}

.hv3-card-arrow--teal {
  background-color: var(--hv3-color-primary);
}

.hv3-card-arrow--bottom-right {
  top: auto;
  bottom: 0;
  right: 0;
}

/* Arrow hover on parent card */
.hv3-wide-card:hover .hv3-card-arrow,
.hv3-sq-card:hover .hv3-card-arrow {
  transform: scale(1.06);
}

.hv3-wide-card:hover .hv3-card-arrow svg,
.hv3-sq-card:hover .hv3-card-arrow svg {
  transform: rotate(0deg);
}


/* --------------------------------------------------------------------------
   6. Hero Section
   -------------------------------------------------------------------------- */
/* Center the parent Elementor containers of the Hero section */
.elementor-section:has(.hv3-hero) .elementor-container,
.e-con:has(.hv3-hero),
.e-con-inner:has(.hv3-hero) {
  margin-left: auto !important;
  margin-right: auto !important;
}

.hv3-hero {
  padding-top: 16px;
  padding-bottom: 0;
}

.hv3-hero__wrapper {
  position: relative;
  min-height: 1022px;
}

.hv3-hero__bg {
  position: absolute;
  inset: 0;
  background-color: var(--hv3-color-primary);
  border-radius: var(--hv3-radius-panel);
  overflow: hidden;
  z-index: 0;
}

@media (min-width: 1025px) {
  .hv3-hero__bg {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1796 1022' preserveAspectRatio='none'%3E%3Cpath d='M 64,0 H 1732 A 64,64 0 0 1 1796,64 V 653 A 32,32 0 0 1 1764,685 H 913 A 32,32 0 0 0 881,717 V 958 A 64,64 0 0 1 817,1022 H 64 A 64,64 0 0 1 0,958 V 64 A 64,64 0 0 1 64,0 Z' fill='black'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1796 1022' preserveAspectRatio='none'%3E%3Cpath d='M 64,0 H 1732 A 64,64 0 0 1 1796,64 V 653 A 32,32 0 0 1 1764,685 H 913 A 32,32 0 0 0 881,717 V 958 A 64,64 0 0 1 817,1022 H 64 A 64,64 0 0 1 0,958 V 64 A 64,64 0 0 1 64,0 Z' fill='black'/%3E%3C/svg%3E");
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
  }
}

.hv3-hero__bg-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 1;
  z-index: 0;
}

.hv3-hero__overlay {
  position: absolute;
  inset: 0;
  background-color: var(--hv3-color-primary);
  opacity: 0.75;
  z-index: 1;
}

.hv3-hero__content {
  position: relative;
  z-index: 2;
  padding: 244px 0 0 73px;
  max-width: 860px;
}

.hv3-hero__title {
  color: var(--hv3-color-white);
  margin-bottom: 24px;
}

.hv3-hero__title span {
  color: var(--hv3-color-accent);
}

.hv3-hero__subtitle {
  font-family: var(--hv3-ff-body);
  font-size: 30px;
  font-weight: 500;
  line-height: 1.4;
  color: var(--hv3-color-white);
  opacity: 0.85;
  margin-bottom: 40px;
  max-width: 640px;
}

.hv3-hero__actions {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}

.hv3-hero__actions .hv3-btn-secondary {
  height: 72px;
  padding: 0 40px;
  border-radius: var(--hv3-radius-btn-primary);
  font-size: 24px;
  font-weight: var(--hv3-fw-black);
  color: var(--hv3-color-white);
  border: 2px solid var(--hv3-color-white);
  background-color: rgba(255, 255, 255, 0.1);
}

.hv3-hero__actions .hv3-btn-secondary:hover {
  background-color: var(--hv3-color-white);
  color: var(--hv3-color-primary);
}

.hv3-hero__reviewed-badge {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-top: 48px;
}

.hv3-hero__reviewed-avatar {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
}

.hv3-hero__reviewed-avatar-placeholder {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.2);
  flex-shrink: 0;
}

.hv3-hero__reviewed-info {
  display: flex;
  flex-direction: column;
}

.hv3-hero__reviewed-label {
  font-family: var(--hv3-ff-body);
  font-size: 18px;
  font-weight: 700;
  color: var(--hv3-color-white);
  text-transform: uppercase;
  line-height: 1.3;
}

.hv3-hero__reviewed-name {
  font-family: var(--hv3-ff-body);
  font-size: 18px;
  font-weight: 400;
  color: var(--hv3-color-white);
  line-height: 1.3;
}

/* Hero Bottom Cards Row */
.hv3-hero__bottom {
  position: absolute;
  bottom: 40px;
  right: 0;
  display: flex;
  align-items: flex-end;
  gap: var(--hv3-gap-grid);
  z-index: 3;
}

.hv3-hero__counter-card {
  width: 272px;
  height: 273px;
  border-radius: var(--hv3-radius-card);
  background: linear-gradient(131deg, #FF8811 7%, #06584F 56%, #001524 94%);
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
  box-sizing: border-box;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.2);
}

@media (min-width: 769px) {
  .hv3-hero__bottom .hv3-wide-card {
    width: 580px !important;
    height: 273px !important;
  }
  .hv3-hero__bottom .hv3-sq-card {
    width: 272px !important;
    height: 273px !important;
  }
}

.hv3-hero__counter-slides {
  position: relative;
  width: 100%;
  height: 100%;
}

.hv3-hero__counter-slide {
  position: absolute;
  inset: 0;
  padding: 32px 32px 48px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  box-sizing: border-box;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease;
  z-index: 1;
}

.hv3-hero__counter-slide--active {
  opacity: 1;
  visibility: visible;
  z-index: 2;
}

.hv3-hero__counter-dots {
  position: absolute;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 8px;
  z-index: 3;
}

.hv3-hero__counter-dot {
  width: 8px;
  height: 8px;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  transition: all 0.3s ease;
  cursor: pointer;
}

.hv3-hero__counter-dot--active {
  width: 20px;
  border-radius: 4px;
  background-color: var(--hv3-color-white);
}

.hv3-hero__counter-number {
  font-size: 56px;
  font-weight: var(--hv3-fw-bold);
  color: var(--hv3-color-white);
  line-height: 1;
  margin-bottom: 8px;
}

.hv3-hero__counter-label {
  font-size: 24px;
  font-weight: 300;
  color: var(--hv3-color-white);
  opacity: 0.9;
}

/* Hero Accreditation Logos */
.hv3-hero__logos {
  position: absolute;
  bottom: 40px;
  left: 73px;
  display: flex;
  align-items: center;
  gap: 24px;
  z-index: 3;
}

.hv3-hero__logos img {
  height: 48px;
  width: auto;
  opacity: 0.9;
}


/* --------------------------------------------------------------------------
   7. Treatments Section
   -------------------------------------------------------------------------- */
.hv3-treatments {
  background-color: var(--hv3-color-beige);
}

.hv3-treatments__inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.hv3-treatments__left {
  flex-shrink: 0;
  width: 477px;
  max-width: 30%;
  padding-top: 24px;
}

.hv3-treatments__left .hv3-badge {
  margin-bottom: 24px;
}

.hv3-treatments__left .hv3-heading-lg {
  margin-bottom: 20px;
  color: var(--hv3-color-dark);
}

.hv3-treatments__left .hv3-body-md {
  color: var(--hv3-color-dark-alt);
  opacity: 0.75;
  margin-bottom: 32px;
}

.hv3-treatments__right {
  width: 100%;
  max-width: 1192px;
}

.hv3-treatments__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: var(--hv3-gap-grid);
}

.hv3-treatments__grid .hv3-wide-card {
  width: 100%;
}


/* --------------------------------------------------------------------------
   8. Journey Section
   -------------------------------------------------------------------------- */
.hv3-journey {
  background-color: var(--hv3-color-white);
}

/* Header */
.hv3-journey__header {
  text-align: center;
  margin-bottom: 56px;
}

.hv3-journey__header .hv3-badge {
  margin-bottom: 24px;
}

.hv3-journey__heading {
  font-size: 56px;
  margin-bottom: 13px;
  color: var(--hv3-color-dark);
}

.hv3-journey__sub {
  font-size: 18px;
  color: var(--hv3-color-dark);
  line-height: 1.6;
  max-width: 800px;
  margin: 0 auto;
}

/* ── Dot Timeline ── */
.hv3-journey__timeline-wrap {
  margin-bottom: 52px;
}

.hv3-journey__timeline {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
  padding: 0 24px;
  margin-bottom: 0;
}

/* horizontal connector line behind all dots */
.hv3-journey__timeline::before {
  content: '';
  position: absolute;
  top: 27px; /* center of 54px circle */
  left: calc(24px + 27px); /* start from center of first circle */
  right: calc(24px + 27px); /* end at center of last circle */
  height: 2px;
  background-color: #D4D0CA;
  z-index: 0;
}

/* Each step column */
.hv3-journey__step {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
  background: none;
  border: none;
  cursor: pointer;
  font-family: var(--hv3-ff-body);
  padding: 0;
  position: relative;
  z-index: 1;
}

/* Circle dot */
.hv3-journey__step-dot {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background-color: #D4D0CA;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-bottom: 22px;
  position: relative;
  z-index: 2;
  transition: background-color 0.25s ease;
}

/* Active dot = gold */
.hv3-journey__step.active .hv3-journey__step-dot {
  background-color: var(--hv3-color-accent); /* #d5992d */
}

/* Step label below dot */
.hv3-journey__step-title {
  font-size: 20px;
  font-weight: var(--hv3-fw-bold);
  color: var(--hv3-color-dark);
  text-align: center;
  line-height: 1.3;
  max-width: 180px;
  transition: color 0.25s ease;
}

/* Active label = gold */
.hv3-journey__step.active .hv3-journey__step-title {
  color: var(--hv3-color-accent);
}

/* ── Detail + Cards Panel (cream box) ── */
.hv3-journey__panel {
  background-color: #fff8f0;
  border-radius: 32px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.12);
  padding: 32px;
  overflow: hidden;
}

.hv3-journey__details-text {
  font-size: 20px;
  line-height: 1.7;
  color: var(--hv3-color-dark);
  margin-bottom: 32px;
  transition: opacity 0.15s ease;
}

/* Cards row inside the panel */
.hv3-journey__cards {
  display: flex;
  gap: 48px;
  justify-content: flex-end;
}

.hv3-journey__cards .hv3-sq-card {
  width: 100%;
  max-width: 272px;
  height: auto;
  aspect-ratio: 272 / 273;
  flex-shrink: 0;
}



/* --------------------------------------------------------------------------
   9. Ecosystem Section
   -------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------
   9. Ecosystem Section
   -------------------------------------------------------------------------- */
.hv3-ecosystem {
  background-color: var(--hv3-color-white);
  padding: var(--hv3-section-py) 0;
}

.hv3-ecosystem__header {
  text-align: center;
  margin-bottom: 56px;
}

.hv3-ecosystem__header .hv3-badge {
  margin-bottom: 20px;
}

.hv3-ecosystem__heading {
  margin-bottom: 16px;
  color: #031B2B;
}

/* 4 Cards Container */
.hv3-ecosystem__cards-wrap {
  width: 100%;
  overflow-x: auto;
  scrollbar-width: none; /* Hide scrollbar for Firefox */
  -ms-overflow-style: none; /* Hide scrollbar for IE/Edge */
  margin-bottom: 48px;
}

.hv3-ecosystem__cards-wrap::-webkit-scrollbar {
  display: none; /* Hide scrollbar for Chrome/Safari */
}

.hv3-ecosystem__cards {
  display: flex;
  gap: 32px;
  width: max-content;
  padding-bottom: 10px;
}

.hv3-ecosystem__card-col {
  width: 380px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 31px;
}

/* Card item */
.hv3-ecosystem__card {
  position: relative;
  width: 380px;
  height: 356px;
  border-radius: 32px;
  overflow: visible;
  display: block;
}

.hv3-ecosystem__card-bg {
  position: absolute;
  inset: 0;
  border-radius: 32px;
  overflow: hidden;
  /* Cutout at bottom-right for the arrow button */
  -webkit-mask-image: radial-gradient(circle 51px at calc(100% - 36.5px) calc(100% - 36.5px), transparent 51px, black 51.5px);
  mask-image: radial-gradient(circle 51px at calc(100% - 36.5px) calc(100% - 36.5px), transparent 51px, black 51.5px);
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  z-index: 1;
}

.hv3-ecosystem__card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.hv3-ecosystem__card:hover .hv3-ecosystem__card-img {
  transform: scale(1.05);
}

.hv3-ecosystem__card-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.05);
  z-index: 2;
}

/* Cutout Arrow Button */
.hv3-ecosystem__card .hv3-card-arrow {
  position: absolute;
  top: auto;
  bottom: 0;
  right: 0;
  width: 73px;
  height: 73px;
  border-radius: 50%;
  background-color: #031B2B;
  color: var(--hv3-color-white);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  transition: background-color 0.3s ease, transform 0.3s ease;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

.hv3-ecosystem__card:hover .hv3-card-arrow {
  background-color: var(--hv3-color-accent);
  transform: scale(1.05);
}

.hv3-ecosystem__card .hv3-card-arrow svg {
  width: 24px;
  height: 24px;
  transform: rotate(-45deg);
  transition: transform 0.3s ease;
}

.hv3-ecosystem__card:hover .hv3-card-arrow svg {
  transform: rotate(0deg);
}

/* Card Info below image */
.hv3-ecosystem__card-info {
  text-align: center;
  max-width: 100%;
}

.hv3-ecosystem__card-title {
  font-size: 28px;
  font-weight: 700;
  color: #000000;
  margin-bottom: 8px;
  font-family: var(--hv3-ff-body);
  line-height: 1.2;
}

.hv3-ecosystem__card-subtitle {
  font-size: 22px;
  font-weight: 400;
  color: #000000;
  opacity: 0.8;
  font-family: var(--hv3-ff-body);
  line-height: 1.3;
}

/* Slider progress indicators */
.hv3-ecosystem__slider-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  margin-bottom: 64px;
  width: 100%;
}

.hv3-ecosystem__slider-line {
  width: 400px;
  height: 7px;
  background-color: rgba(3, 27, 43, 0.2);
  border-radius: 4px;
  position: relative;
  overflow: hidden;
}

.hv3-ecosystem__slider-fill {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 25%;
  background-color: #031B2B;
  border-radius: 4px;
  transition: width 0.3s ease, left 0.3s ease;
}

.hv3-ecosystem__slider-btn {
  width: 73px;
  height: 73px;
  border-radius: 50%;
  border: 1px solid #004750;
  background-color: var(--hv3-color-white);
  color: #004750;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  outline: none;
  transition: all 0.3s ease;
}

.hv3-ecosystem__slider-btn:hover {
  background-color: #004750;
  color: var(--hv3-color-white);
  transform: scale(1.05);
}

/* Bottom Logos styling */
.hv3-ecosystem__logos {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 64px;
  margin-top: 32px;
}

.hv3-ecosystem__logo-img {
  height: 49px;
  width: auto;
  object-fit: contain;
  opacity: 0.8;
  transition: opacity 0.3s ease;
}

.hv3-ecosystem__logo-img:hover {
  opacity: 1;
}


/* --------------------------------------------------------------------------
   10. Why India Section
   -------------------------------------------------------------------------- */
.hv3-why-india {
  background-color: var(--hv3-color-white);
  padding: var(--hv3-section-py) 0;
}

.hv3-why-india__layout {
  display: flex;
  gap: 32px;
  align-items: stretch;
}

/* Left Panel */
.hv3-why-india__left {
  width: 1184px;
  flex-shrink: 0;
  background: linear-gradient(155.64deg, rgb(0, 71, 80) 15.59%, rgb(3, 27, 43) 104.68%);
  border-radius: var(--hv3-radius-panel);
  padding: 64px 32px 32px 32px; /* Figma paddings */
  color: var(--hv3-color-white);
  position: relative;
}

.hv3-why-india__left-inner {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.hv3-why-india__left .hv3-badge {
  align-self: flex-start;
  margin-bottom: 24px;
  border-color: var(--hv3-color-white);
  color: var(--hv3-color-white);
}

.hv3-why-india__heading {
  font-size: 64px;
  color: var(--hv3-color-white);
  margin-bottom: 40px;
  line-height: 1.2;
}

.hv3-why-india__features {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
  margin-bottom: 40px;
}

.hv3-why-india__feat-card {
  display: flex;
  align-items: center;
  gap: 28px;
  padding: 8px 24px 8px 8px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 32px;
  width: 544px;
  height: 129px;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.2);
}

.hv3-why-india__feat-icon-wrap {
  width: 113px;
  height: 113px;
  border-radius: 28px;
  background-color: #fcf6ee;
  border: 2.6px solid #004750;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.hv3-why-india__feat-icon-wrap img {
  width: 60px;
  height: 60px;
  object-fit: contain;
}

.hv3-why-india__feat-content {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
}

.hv3-why-india__feat-title {
  font-size: 23px;
  font-weight: 700;
  color: var(--hv3-color-white);
  font-family: var(--hv3-ff-body);
  line-height: 1.2;
}

.hv3-why-india__feat-desc {
  font-size: 18px;
  font-weight: 400;
  color: var(--hv3-color-white);
  opacity: 0.9;
  font-family: var(--hv3-ff-body);
  line-height: 1.3;
}

/* Learn More custom button in dark left panel */
.hv3-why-india__left .hv3-btn-secondary {
  background-color: #fcf6ee;
  color: #004750;
  border: none;
  font-weight: 700;
  font-size: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 52px;
  border-radius: 16px;
  box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.2);
  align-self: flex-start;
  padding: 0 24px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.hv3-why-india__left .hv3-btn-secondary:hover {
  background-color: var(--hv3-color-white);
  color: #00333a;
  transform: translateY(-2px);
}

/* Right Panel — Stat Cards */
.hv3-why-india__right {
  width: 576px;
  flex-shrink: 0;
}

.hv3-why-india__stats-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px 32px;
}

.hv3-why-india__stat-card {
  position: relative;
  width: 100%;
  max-width: 272px;
  height: auto;
  aspect-ratio: 272 / 349;
  min-height: 280px;
  border-radius: 32px;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.hv3-why-india__stat-card-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 71, 80, 0.5);
  z-index: 1;
}

.hv3-why-india__stat-card-content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 24px;
  color: var(--hv3-color-white);
  font-family: var(--hv3-ff-body);
}

.hv3-why-india__stat-value {
  font-size: 44px;
  font-weight: 700;
  color: var(--hv3-color-white);
  line-height: 1.2;
  margin-bottom: 4px;
  display: block;
}

.hv3-why-india__stat-label {
  font-size: 30px;
  font-weight: 700;
  color: var(--hv3-color-white);
  line-height: 1.2;
  display: block;
}


/* --------------------------------------------------------------------------
   11. Doctors Section
   -------------------------------------------------------------------------- */
.hv3-doctors {
  background-color: var(--hv3-color-beige);
}

.hv3-doctors__header {
  text-align: center;
  margin-bottom: 48px;
}

.hv3-doctors__header .hv3-badge {
  margin-bottom: 20px;
}

.hv3-doctors__header .hv3-heading-lg {
  margin-bottom: 12px;
}

.hv3-doctors__header .hv3-body-md {
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
  color: var(--hv3-color-dark-alt);
  opacity: 0.75;
}

/* Tabs */
.hv3-doctors__tabs {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-bottom: 40px;
  flex-wrap: wrap;
}

.hv3-doctors__specialty-filters {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: -16px;
  margin-bottom: 32px;
}

.hv3-doctors__filter-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 36px;
  padding: 0 16px;
  border: 1px solid #D4D0CB;
  border-radius: 20px;
  background: transparent;
  color: var(--hv3-color-dark-alt);
  font-family: var(--hv3-ff-body);
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
  white-space: nowrap;
}

.hv3-doctors__filter-btn:hover {
  border-color: var(--hv3-color-primary);
  color: var(--hv3-color-primary);
}

.hv3-doctors__filter-btn.active {
  background-color: var(--hv3-color-primary);
  border-color: var(--hv3-color-primary);
  color: var(--hv3-color-white);
}

.hv3-doctors__tab {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 44px;
  padding: 0 24px;
  border: 1.5px solid #D4D0CB;
  border-radius: var(--hv3-radius-btn-pill);
  background: transparent;
  color: var(--hv3-color-dark-alt);
  font-family: var(--hv3-ff-body);
  font-size: 16px;
  font-weight: var(--hv3-fw-medium);
  cursor: pointer;
  transition: all var(--hv3-transition-fast);
  white-space: nowrap;
}

.hv3-doctors__tab:hover {
  border-color: var(--hv3-color-primary);
  color: var(--hv3-color-primary);
}

.hv3-doctors__tab--active,
.hv3-doctors__tab.active {
  background-color: var(--hv3-color-primary);
  border-color: var(--hv3-color-primary);
  color: var(--hv3-color-white);
}

.hv3-doctors__tab-panel {
  display: none;
}

.hv3-doctors__tab-panel.active {
  display: block;
}

/* Doctor / Hospital Cards Row */
.hv3-doctors__scroll {
  display: flex;
  gap: var(--hv3-gap-grid);
  overflow-x: auto;
  scroll-behavior: smooth;
  padding-bottom: 16px;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  scrollbar-color: var(--hv3-color-primary) transparent;
}

.hv3-doctors__scroll::-webkit-scrollbar {
  height: 6px;
}

.hv3-doctors__scroll::-webkit-scrollbar-track {
  background: transparent;
}

.hv3-doctors__scroll::-webkit-scrollbar-thumb {
  background-color: var(--hv3-color-primary);
  border-radius: 3px;
}

.hv3-doctors__card {
  flex-shrink: 0;
  width: 320px;
  background: var(--hv3-color-white);
  border-radius: var(--hv3-radius-card);
  overflow: hidden;
  box-shadow: var(--hv3-shadow-card);
  transition: transform var(--hv3-transition-fast),
              box-shadow var(--hv3-transition-fast);
}

.hv3-doctors__card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
}

.hv3-doctors__card-img {
  width: 100%;
  height: 240px;
  object-fit: cover;
}

.hv3-doctors__card-body {
  padding: 24px;
}

.hv3-doctors__card-name {
  font-size: 20px;
  font-weight: var(--hv3-fw-bold);
  color: var(--hv3-color-dark);
  margin-bottom: 4px;
}

.hv3-doctors__card-specialty {
  font-size: 14px;
  font-weight: var(--hv3-fw-medium);
  color: var(--hv3-color-primary);
  margin-bottom: 8px;
}

.hv3-doctors__card-meta {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 15px;
  color: #4A4A4A;
  margin-bottom: 8px;
  line-height: 1.2;
}

.hv3-doctors__card-meta i {
  color: var(--hv3-color-primary);
  font-size: 16px;
  flex-shrink: 0;
}

/* Badges for Hospitals */
.hv3-doctors__card-img-wrap {
  position: relative;
  width: 100%;
  height: 240px;
  overflow: hidden;
}

.hv3-doctors__card-badges {
  position: absolute;
  top: 16px;
  left: 16px;
  display: flex;
  gap: 8px;
  z-index: 5;
}

.hv3-doctors__card-badge {
  background-color: var(--hv3-color-accent);
  color: var(--hv3-color-white);
  padding: 4px 12px;
  border-radius: 12px;
  font-size: 12px;
  font-weight: 700;
  box-shadow: 0 2px 4px rgba(0,0,0,0.15);
  font-family: var(--hv3-ff-body);
}

/* Card Button */
.hv3-doctors__card-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 44px;
  border: 1.5px solid var(--hv3-color-primary);
  border-radius: 32px;
  color: var(--hv3-color-primary);
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  margin-top: 16px;
  transition: all 0.3s ease;
  background-color: transparent;
  box-sizing: border-box;
  font-family: var(--hv3-ff-body);
  cursor: pointer;
}

.hv3-doctors__card-btn:hover {
  background-color: var(--hv3-color-primary);
  color: var(--hv3-color-white);
}

.hv3-doctors__view-all {
  display: flex;
  justify-content: center;
  margin-top: 48px;
}


/* --------------------------------------------------------------------------
   12. Network Section
   -------------------------------------------------------------------------- */
.hv3-network {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: var(--hv3-container-px);
  padding-right: var(--hv3-container-px);
  background: transparent;
}

.hv3-network .hv3-container {
  background: linear-gradient(175.205deg, #001524 27.474%, #4A5467 103.55%);
  border-radius: 32px;
  padding-top: 64px;
  padding-bottom: 64px;
}

.hv3-network__inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 48px;
}

.hv3-network__left {
  flex-shrink: 0;
  width: 401px;
  max-width: 28%;
  padding-top: 0;
}

.hv3-network__left .hv3-badge {
  margin-bottom: 24px;
}

.hv3-network__left .hv3-heading-lg,
.hv3-network__left .hv3-network__heading {
  margin-bottom: 16px;
  color: #fff8f0;
  font-size: 64px;
  line-height: 1.1;
}

.hv3-network__left .hv3-body-md,
.hv3-network__left .hv3-network__desc {
  color: rgba(255, 255, 255, 0.85);
  opacity: 1;
  font-size: 20px;
  margin-bottom: 0;
}

.hv3-network__right {
  flex: 1;
  min-width: 0;
}

.hv3-network__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 35px;
}

.hv3-network__grid .hv3-wide-card {
  width: 100%;
}


/* --------------------------------------------------------------------------
   13. Resources Section
   -------------------------------------------------------------------------- */
.hv3-resources {
  background-color: #ffffff;
}

.hv3-resources__heading {
  margin-bottom: 48px;
}

.hv3-resources__layout {
  display: flex;
  gap: var(--hv3-gap-grid);
  align-items: flex-start;
}

/* Left column: position:relative so footer can overlay on top of the card */
.hv3-resources__left {
  position: relative;
  flex-shrink: 0;
  width: 1185px;
  height: 576px;
}

/* Featured Article Card / Slider Container */
.hv3-resources__slider-container,
.hv3-resources__featured {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: var(--hv3-radius-card);
  overflow: hidden;
  /* Plain rounded rectangle — no concave cutouts, matching Figma exactly */
}

.hv3-resources__slider-track {
  display: flex;
  height: 100%;
  width: 100%;
  transition: transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hv3-resources__slide {
  flex: 0 0 100%;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.hv3-resources__slide-bg,
.hv3-resources__featured-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  object-fit: cover;
}

.hv3-resources__featured-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.4) 0%,
    rgba(0, 0, 0, 0.05) 50%,
    rgba(0, 0, 0, 0.65) 100%
  );
  z-index: 1;
}

/* Top-left content: tag → title → desc (matches Figma) */
.hv3-resources__featured-content {
  position: absolute;
  top: 53px;
  left: 56px;
  right: 56px;
  bottom: auto;
  padding: 0;
  z-index: 2;
  color: var(--hv3-color-white);
}

.hv3-resources__featured-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 20px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.75);
  border-radius: 32px;
  font-size: 20px;
  font-weight: var(--hv3-fw-bold);
  color: var(--hv3-color-white);
  margin-bottom: 24px;
}

.hv3-resources__featured-title {
  font-size: 52px;
  font-weight: var(--hv3-fw-bold);
  line-height: 1.1;
  color: var(--hv3-color-white);
  margin-bottom: 8px;
  max-width: 900px;
}

.hv3-resources__featured-desc {
  font-size: 26px;
  line-height: 1.35;
  color: var(--hv3-color-white);
  opacity: 0.9;
  max-width: 900px;
}

/* Bottom footer (used for static features) */
.hv3-resources__featured-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 28px 56px;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* Slider footer — overlaid at the bottom of the card */
.hv3-resources__slider-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 28px 40px;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: linear-gradient(to top, rgba(0,0,0,0.55) 0%, transparent 100%);
  pointer-events: none;
  border-radius: 0 0 var(--hv3-radius-card) var(--hv3-radius-card);
}

.hv3-resources__slider-footer > * {
  pointer-events: auto;
}

/* CTA buttons: only the active one is shown */
.hv3-resources__slider-cta-wrap {
  display: flex;
  align-items: center;
}

.hv3-resources__slide-cta-btn {
  display: none;
}

.hv3-resources__slide-cta-btn.active {
  display: inline-flex;
}

.hv3-resources__featured-nav {
  display: flex;
  align-items: center;
  gap: 20px;
}

.hv3-resources__nav-counter {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.9);
  white-space: nowrap;
}

.hv3-resources__nav-counter strong {
  font-weight: var(--hv3-fw-bold);
}

.hv3-resources__nav-line {
  position: relative;
  width: 100px;
  height: 2px;
  background: rgba(255, 255, 255, 0.25);
  border-radius: 1px;
  overflow: hidden;
}

.hv3-resources__nav-line-progress {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background: var(--hv3-color-white);
  transition: width 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.hv3-resources__nav-arrows {
  display: flex;
  align-items: center;
  gap: 8px;
}

.hv3-resources__nav-btn {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.4);
  background: transparent;
  color: var(--hv3-color-white);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  transition: background var(--hv3-transition-fast), border-color var(--hv3-transition-fast);
}

.hv3-resources__nav-btn:hover {
  background: rgba(255, 255, 255, 0.15);
  color: var(--hv3-color-white);
  border-color: rgba(255, 255, 255, 0.8);
}

/* --- Dynamic Video Support --- */
.hv3-resources__featured--video {
  cursor: pointer;
}

.hv3-resources__video-poster {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hv3-resources__play-btn {
  width: 86px;
  height: 86px;
  border-radius: 50%;
  border: none;
  background: transparent;
  cursor: pointer;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.35);
  transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  z-index: 4;
}

.hv3-resources__play-btn svg {
  width: 100%;
  height: 100%;
}

.hv3-resources__play-btn:hover {
  transform: scale(1.1);
}

.hv3-resources__video-embed {
  position: absolute;
  inset: 0;
  z-index: 5;
  background: #000;
}

.hv3-resources__video-embed iframe,
.hv3-resources__video-embed video {
  width: 100%;
  height: 100%;
  border: none;
}

/* --- Dynamic Podcast Support --- */
.hv3-resources__featured--podcast {
  background: transparent;
  display: flex;
  flex-direction: column;
}

.hv3-resources__featured--podcast::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, #021B2B 0%, #004750 100%);
  z-index: 0;
  border-radius: var(--hv3-radius-card);
}

.hv3-resources__podcast-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 0.15;
  filter: blur(20px);
  z-index: 1;
}

.hv3-resources__podcast-player {
  position: relative;
  height: 100%;
  padding: 56px;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-sizing: border-box;
}

.hv3-resources__podcast-meta {
  display: flex;
  gap: 36px;
  align-items: flex-start;
}

.hv3-resources__podcast-cover {
  width: 180px;
  height: 180px;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
  flex-shrink: 0;
  background: rgba(255, 255, 255, 0.05);
}

.hv3-resources__podcast-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hv3-resources__podcast-cover--placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px dashed rgba(255, 255, 255, 0.2);
}

.hv3-resources__podcast-info {
  flex: 1;
  color: var(--hv3-color-white);
}

.hv3-resources__podcast-show {
  display: block;
  font-size: 15px;
  font-weight: var(--hv3-fw-bold);
  text-transform: uppercase;
  letter-spacing: 2px;
  color: var(--hv3-color-accent);
  margin-bottom: 6px;
}

.hv3-resources__podcast-ep {
  display: block;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 12px;
}

.hv3-resources__podcast-title {
  font-size: 38px;
  font-weight: var(--hv3-fw-bold);
  line-height: 1.25;
  margin: 0 0 12px 0;
  color: var(--hv3-color-white);
  max-width: 760px;
}

.hv3-resources__podcast-desc {
  font-size: 18px;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.85);
  margin: 0;
  max-width: 760px;
}

.hv3-resources__podcast-controls {
  position: absolute;
  bottom: 28px;
  left: 340px;
  right: 240px;
  z-index: 5;
  display: flex;
  align-items: center;
  gap: 28px;
}

/* Slide CTA Buttons toggled by JS */
.hv3-resources__slide-cta-btn {
  display: none;
}

.hv3-resources__slide-cta-btn.active {
  display: inline-flex;
}

.hv3-podcast-play {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: var(--hv3-color-accent);
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 25px rgba(213, 153, 45, 0.3);
  transition: transform 0.2s ease, background 0.2s ease;
  flex-shrink: 0;
}

.hv3-podcast-play:hover {
  transform: scale(1.06);
  background: #e5aa3b;
}

.hv3-podcast-play svg {
  width: 26px;
  height: 26px;
}

.hv3-podcast-track {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.hv3-podcast-progress-wrap {
  height: 6px;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 3px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}

.hv3-podcast-progress-fill {
  height: 100%;
  background: var(--hv3-color-white);
  border-radius: 3px;
  width: 0%;
}

.hv3-podcast-times {
  display: flex;
  justify-content: space-between;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.6);
  font-family: monospace;
}

.hv3-podcast-waveform {
  display: flex;
  align-items: center;
  gap: 4px;
  height: 48px;
  padding-left: 20px;
  flex-shrink: 0;
}

.hv3-podcast-waveform span {
  display: inline-block;
  width: 3px;
  height: 6px;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 2px;
}

/* Wave animation when playing */
.hv3-resources__featured--podcast.is-playing .hv3-podcast-waveform span {
  background: var(--hv3-color-accent);
  animation: wave 1s ease-in-out infinite alternate;
}

.hv3-resources__featured--podcast.is-playing .hv3-podcast-waveform span:nth-child(1) { animation-delay: 0.1s; }
.hv3-resources__featured--podcast.is-playing .hv3-podcast-waveform span:nth-child(2) { animation-delay: 0.25s; }
.hv3-resources__featured--podcast.is-playing .hv3-podcast-waveform span:nth-child(3) { animation-delay: 0.15s; }
.hv3-resources__featured--podcast.is-playing .hv3-podcast-waveform span:nth-child(4) { animation-delay: 0.4s; }
.hv3-resources__featured--podcast.is-playing .hv3-podcast-waveform span:nth-child(5) { animation-delay: 0.2s; }
.hv3-resources__featured--podcast.is-playing .hv3-podcast-waveform span:nth-child(6) { animation-delay: 0.35s; }
.hv3-resources__featured--podcast.is-playing .hv3-podcast-waveform span:nth-child(7) { animation-delay: 0.1s; }
.hv3-resources__featured--podcast.is-playing .hv3-podcast-waveform span:nth-child(8) { animation-delay: 0.3s; }
.hv3-resources__featured--podcast.is-playing .hv3-podcast-waveform span:nth-child(9) { animation-delay: 0.22s; }
.hv3-resources__featured--podcast.is-playing .hv3-podcast-waveform span:nth-child(10) { animation-delay: 0.38s; }
.hv3-resources__featured--podcast.is-playing .hv3-podcast-waveform span:nth-child(11) { animation-delay: 0.18s; }
.hv3-resources__featured--podcast.is-playing .hv3-podcast-waveform span:nth-child(12) { animation-delay: 0.28s; }

@keyframes wave {
  0% {
    height: 6px;
    transform: scaleY(1);
  }
  100% {
    height: 40px;
    transform: scaleY(1);
  }
}

/* Right Sidebar — Static Figma layout */
.hv3-resources__right {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: var(--hv3-gap-grid);
}

.hv3-resources__right .hv3-wide-card {
  width: 100%;
}

.hv3-resources__sq-row {
  display: flex;
  gap: var(--hv3-gap-grid);
}

.hv3-resources__sq-row .hv3-sq-card {
  flex: 1;
}

.hv3-resources__read-more-row {
  display: flex;
  justify-content: flex-end;
  margin-top: 4px;
}

/* Wide card tags */
.hv3-wide-card__tags {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 12px;
}

.hv3-wide-card__tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 16px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 32px;
  font-size: 15px;
  font-weight: var(--hv3-fw-bold);
  color: var(--hv3-color-white);
}



/* --------------------------------------------------------------------------
   14. Testimonials Section
   -------------------------------------------------------------------------- */
.hv3-testimonials {
  background-color: var(--hv3-color-white);
}

.hv3-testimonials__header {
  text-align: center;
  margin-bottom: 48px;
}

.hv3-testimonials__header .hv3-badge {
  margin-bottom: 20px;
}

.hv3-testimonials__header .hv3-heading-lg {
  margin-bottom: 12px;
}

.hv3-testimonials__header .hv3-body-md {
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
  color: var(--hv3-color-dark-alt);
  opacity: 0.75;
}

/* Scrolling Row */
.hv3-testimonials__scroll {
  display: flex;
  gap: 24px;
  overflow-x: auto;
  scroll-behavior: smooth;
  padding-bottom: 16px;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  scrollbar-color: var(--hv3-color-primary) transparent;
}

.hv3-testimonials__scroll::-webkit-scrollbar {
  height: 6px;
}

.hv3-testimonials__scroll::-webkit-scrollbar-track {
  background: transparent;
}

.hv3-testimonials__scroll::-webkit-scrollbar-thumb {
  background-color: var(--hv3-color-primary);
  border-radius: 3px;
}

/* Testimonial Card */
.hv3-testimonial-card {
  flex-shrink: 0;
  width: 403px;
  min-height: 344px;
  background: var(--hv3-color-beige);
  border-radius: var(--hv3-radius-card);
  padding: 32px;
  display: flex;
  flex-direction: column;
}

.hv3-testimonial-card__top {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 20px;
}

.hv3-testimonial-card__avatar {
  width: 73px;
  height: 73px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
}

/* Styled initials placeholder for missing photo */
.hv3-testimonial-card__avatar--placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--hv3-color-primary);
  color: var(--hv3-color-white);
  font-size: 26px;
  font-weight: var(--hv3-fw-bold);
  text-transform: uppercase;
}

.hv3-testimonial-card__info {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.hv3-testimonial-card__name {
  font-size: 24px;
  font-weight: var(--hv3-fw-bold);
  color: var(--hv3-color-dark);
  line-height: 1.2;
}

.hv3-testimonial-card__country {
  font-size: 16px;
  font-weight: var(--hv3-fw-regular);
  color: var(--hv3-color-dark-alt);
  opacity: 0.7;
}

.hv3-testimonial-card__stars {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-bottom: 20px;
}

.hv3-star {
  fill: #D5992D;
}

.hv3-star--filled {
  fill: #D5992D;
}

.hv3-testimonial-card__rating {
  font-size: 16px;
  font-weight: var(--hv3-fw-bold);
  color: var(--hv3-color-dark);
  margin-left: 8px;
}

.hv3-testimonial-card__quote {
  font-size: 18px;
  font-weight: var(--hv3-fw-regular);
  color: var(--hv3-color-dark);
  line-height: 1.6;
  margin: 0;
  flex: 1;
}


/* --------------------------------------------------------------------------
   15. FAQ Section
   -------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------
   15. FAQ Section
   -------------------------------------------------------------------------- */
.hv3-faq {
  background-color: var(--hv3-color-white);
}

.hv3-faq__inner {
  display: flex;
  gap: 64px;
  align-items: stretch;
}

/* FAQ Left */
.hv3-faq__left {
  flex-shrink: 0;
  width: 806px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.hv3-faq__left .hv3-heading-lg {
  font-family: 'Satoshi', sans-serif;
  font-size: 64px;
  font-weight: 900;
  line-height: 1.15;
  color: var(--hv3-color-accent);
  margin-bottom: 20px;
  max-width: 580px;
}

.hv3-faq__left .hv3-body-md {
  font-family: 'Satoshi', sans-serif;
  font-size: 24px;
  color: var(--hv3-color-dark-alt);
  opacity: 0.75;
  margin-bottom: 40px;
  max-width: 580px;
  line-height: 1.4;
}

/* FAQ CTA Card (580x273 with bottom-right cutout) */
.hv3-faq__cta-wrap {
  width: 100%;
  max-width: 580px;
  height: auto;
  aspect-ratio: 580 / 273;
  position: relative;
  border-radius: var(--hv3-radius-card);
  overflow: hidden;
}

.hv3-faq__cta-card {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  background-color: var(--hv3-color-beige);
  -webkit-mask-image: radial-gradient(circle 42px at calc(100% - 36.5px) calc(100% - 36.5px), transparent 42px, black 42.5px);
  mask-image: radial-gradient(circle 42px at calc(100% - 36.5px) calc(100% - 36.5px), transparent 42px, black 42.5px);
}

.hv3-faq__cta-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 0.9;
  z-index: 0;
}

.hv3-faq__cta-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 248, 240, 0.9) 100%);
  z-index: 1;
}

.hv3-faq__cta-content {
  position: absolute;
  bottom: 32px;
  left: 32px;
  right: 100px;
  z-index: 2;
  color: var(--hv3-color-dark);
}

.hv3-faq__cta-content .hv3-heading-sm {
  font-size: 30px;
  color: var(--hv3-color-dark);
  margin-bottom: 8px;
  font-weight: var(--hv3-fw-bold);
}

.hv3-faq__cta-content .hv3-body-sm {
  font-size: 16px;
  color: var(--hv3-color-dark-alt);
  opacity: 0.85;
  margin: 0;
  line-height: 1.4;
}

/* Gold arrow button at the bottom-right */
.hv3-faq__cta-arrow {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 73px;
  height: 73px;
  background: var(--hv3-color-accent);
  color: var(--hv3-color-white);
  border-radius: 50%;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

.hv3-faq__cta-arrow svg {
  width: 20px;
  height: 20px;
}

/* FAQ Right — Accordion */
.hv3-faq__right {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.hv3-faq__item {
  background: var(--hv3-color-beige);
  border-radius: var(--hv3-radius-card);
  padding: 24px 32px;
  box-shadow: none;
  border: 1.5px solid transparent;
  transition: all var(--hv3-transition-fast);
}

.hv3-faq__item:hover {
  background: #FFFBF7;
}

.hv3-faq__item--open {
  background: #FFFBF7;
  border-color: rgba(0, 71, 80, 0.15);
}

.hv3-faq__question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  cursor: pointer;
  width: 100%;
  background: none;
  border: none;
  font-family: var(--hv3-ff-body);
  font-size: 20px;
  font-weight: var(--hv3-fw-bold);
  color: var(--hv3-color-dark);
  text-align: left;
  padding: 0;
}

.hv3-faq__question:focus {
  outline: none;
}

.hv3-faq__question-icon {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--hv3-color-dark);
  flex-shrink: 0;
  transition: transform var(--hv3-transition-fast);
}

.hv3-faq__question-icon svg {
  width: 20px;
  height: 20px;
}

.hv3-faq__answer {
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  transition: max-height var(--hv3-transition-base),
              opacity var(--hv3-transition-base),
              margin-top var(--hv3-transition-base);
  margin-top: 0;
}

.hv3-faq__answer-text {
  font-size: 16px;
  font-weight: var(--hv3-fw-regular);
  color: var(--hv3-color-dark-alt);
  line-height: 1.6;
  opacity: 0.85;
  margin: 0;
}

/* Expanded State */
.hv3-faq__item--open .hv3-faq__answer {
  max-height: 500px;
  opacity: 1;
  margin-top: 16px;
}

.hv3-faq__item--open .hv3-faq__question-icon {
  transform: rotate(180deg);
}


/* --------------------------------------------------------------------------
   16. CTA Banner Section
   -------------------------------------------------------------------------- */
.hv3-cta-banner {
  background-color: var(--hv3-color-white);
}

.hv3-cta-banner__inner {
  display: flex;
  gap: var(--hv3-gap-grid);
}

.hv3-cta-banner__image {
  width: 576px;
  height: 603px;
  flex-shrink: 0;
  border-radius: var(--hv3-radius-panel);
  overflow: hidden;
}

.hv3-cta-banner__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hv3-cta-banner__content {
  flex: 1;
  height: 603px;
  background-color: var(--hv3-color-primary);
  border-radius: var(--hv3-radius-panel);
  padding: 72px 64px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: var(--hv3-color-white);
}

.hv3-cta-banner__content .hv3-heading-lg {
  color: var(--hv3-color-white);
  margin-bottom: 20px;
}

.hv3-cta-banner__content .hv3-heading-lg span {
  color: var(--hv3-color-accent);
}

.hv3-cta-banner__desc {
  font-size: 20px;
  color: var(--hv3-color-white);
  opacity: 0.85;
  margin-bottom: 40px;
  max-width: 560px;
  line-height: 1.5;
}

.hv3-cta-banner__actions {
  display: flex;
  gap: 20px;
  margin-bottom: 32px;
  flex-wrap: wrap;
}

.hv3-cta-banner__actions .hv3-btn-primary {
  height: 72px;
  border-radius: 16px;
  padding: 0 40px;
  font-family: var(--hv3-ff-body);
  font-size: 20px;
  font-weight: 900;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: transform 0.2s ease, filter 0.2s ease;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
  border: none;
  cursor: pointer;
}

.hv3-cta-banner__actions .hv3-btn-primary:hover {
  transform: translateY(-2px);
  filter: brightness(1.05);
}

.hv3-cta-banner__btn-navy {
  background-color: #031B2B;
  color: #ffffff;
}

.hv3-cta-banner__btn-white {
  background-color: #ffffff;
  color: #D5992D;
  border: 1.5px solid #D5992D;
  box-shadow: none;
}

.hv3-cta-banner__trust {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 16px;
  font-weight: var(--hv3-fw-bold);
  color: var(--hv3-color-white);
  opacity: 0.85;
}

.hv3-cta-banner__trust svg {
  width: 22px;
  height: 22px;
  stroke: var(--hv3-color-accent);
  stroke-width: 2;
  fill: none;
  flex-shrink: 0;
}


/* ==========================================================================
   17. Responsive Breakpoints
   ========================================================================== */

/* ---------- Max 1280px ---------- */
@media (max-width: 1280px) {
  :root {
    --hv3-container-px: 40px;
  }

  .hv3-heading-xl {
    font-size: 64px;
  }

  .hv3-heading-lg {
    font-size: 52px;
  }

  .hv3-heading-md {
    font-size: 36px;
  }

  .hv3-heading-sm {
    font-size: 26px;
  }

  .hv3-hero__content {
    padding: 180px 0 0 56px;
    max-width: 720px;
  }

  .hv3-hero__bottom {
    right: 0;
    left: auto;
  }

  .hv3-hero__logos {
    left: 56px;
    right: auto;
  }

  .hv3-treatments__left {
    width: 380px;
  }

  .hv3-treatments__inner {
    gap: 40px;
  }

  .hv3-wide-card {
    width: 100%;
    height: auto;
    aspect-ratio: 580 / 273;
  }

  .hv3-wide-card__title {
    font-size: 36px;
  }

  .hv3-sq-card {
    width: 100%;
    height: auto;
    aspect-ratio: 272 / 273;
  }

  .hv3-why-india__layout {
    flex-direction: column;
  }

  .hv3-why-india__left {
    width: 100%;
  }

  .hv3-why-india__feat-card {
    width: 100%;
  }

  .hv3-why-india__stats-grid {
    height: auto;
  }

  .hv3-why-india__stat-card {
    width: 100%;
    min-height: 280px;
  }

  .hv3-why-india__stat-value {
    font-size: 40px;
  }

  .hv3-faq__inner {
    gap: 40px;
  }

  .hv3-faq__left {
    width: 50%;
  }

  .hv3-resources__featured {
    width: 60%;
  }

  .hv3-resources__inner {
    flex-direction: column;
  }

  .hv3-resources__featured {
    width: 100%;
    height: 420px;
  }

  .hv3-resources__right {
    flex-direction: row;
    flex-wrap: wrap;
  }

  .hv3-resources__right .hv3-wide-card {
    width: 100%;
  }

  .hv3-resources__small-row {
    flex: 1;
  }

  .hv3-cta-banner__image {
    width: 420px;
  }

  .hv3-network__left {
    width: 380px;
  }

  .hv3-network__inner {
    gap: 40px;
  }
}

/* ---------- Max 1024px ---------- */
@media (max-width: 1024px) {
  :root {
    --hv3-container-px: 32px;
    --hv3-section-py: 64px;
  }

  .hv3-heading-xl {
    font-size: 52px;
  }

  .hv3-heading-lg {
    font-size: 42px;
  }

  .hv3-heading-md {
    font-size: 30px;
  }

  .hv3-heading-sm {
    font-size: 24px;
  }

  .hv3-body-lg {
    font-size: 20px;
  }

  .hv3-btn-primary {
    height: 60px;
    font-size: 20px;
    padding: 0 32px;
  }

  .hv3-hero__actions .hv3-btn-secondary {
    height: 60px;
    font-size: 20px;
    padding: 0 32px;
    border-radius: 16px;
  }

  /* Hero */
  .hv3-hero__wrapper {
    min-height: 800px;
  }

  .hv3-hero__content {
    padding: 140px 0 0 40px;
    max-width: 600px;
  }

  .hv3-hero__bottom {
    left: 40px;
    right: 40px;
    flex-wrap: wrap;
  }

  .hv3-hero__logos {
    position: static;
    margin-top: 24px;
  }

  /* Treatments */
  .hv3-treatments__inner {
    flex-direction: column;
  }

  .hv3-treatments__left {
    width: 100%;
    max-width: 600px;
  }

  /* Network */
  .hv3-network__inner {
    flex-direction: column;
  }

  .hv3-network__left {
    width: 100%;
    max-width: 600px;
  }

  /* Ecosystem */
  .hv3-ecosystem__card-col {
    width: 380px;
  }
  .hv3-ecosystem__card {
    width: 380px;
    height: 350px;
  }
  .hv3-ecosystem__card-bg {
    -webkit-mask-image: radial-gradient(circle 42px at calc(100% - 32px) calc(100% - 32px), transparent 42px, black 42.5px);
    mask-image: radial-gradient(circle 42px at calc(100% - 32px) calc(100% - 32px), transparent 42px, black 42.5px);
  }
  .hv3-ecosystem__card .hv3-card-arrow {
    top: auto;
    width: 64px;
    height: 64px;
  }

  /* Why India */
  .hv3-why-india__left {
    padding: 48px;
  }

  .hv3-why-india__features {
    grid-template-columns: 1fr;
  }

  /* FAQ */
  .hv3-faq__inner {
    flex-direction: column;
  }

  .hv3-faq__left {
    width: 100%;
  }

  /* CTA Banner */
  .hv3-cta-banner__inner {
    flex-direction: column;
  }

  .hv3-cta-banner__image {
    width: 100%;
    height: 360px;
  }

  .hv3-cta-banner__content {
    padding: 48px 40px;
    height: auto;
  }

  /* Journey Cards */
  .hv3-journey__cards {
    flex-wrap: wrap;
    justify-content: center;
  }

  /* Resources */
  .hv3-resources__featured {
    height: 360px;
  }

  .hv3-resources__small-row {
    flex-direction: column;
  }

  .hv3-resources__small-row .hv3-sq-card {
    width: 100%;
    aspect-ratio: 16 / 9;
    height: auto;
  }
}

/* ---------- Max 768px (Mobile) ---------- */
@media (max-width: 768px) {
  :root {
    --hv3-container-px: 20px;
    --hv3-section-py: 48px;
    --hv3-gap-grid: 20px;
  }

  .hv3-heading-xl {
    font-size: 38px;
  }

  .hv3-heading-lg {
    font-size: 32px;
  }

  .hv3-heading-md {
    font-size: 24px;
  }

  .hv3-heading-sm {
    font-size: 20px;
  }

  .hv3-body-lg {
    font-size: 18px;
  }

  .hv3-body-md {
    font-size: 16px;
  }

  .hv3-btn-primary {
    height: 52px;
    font-size: 18px;
    padding: 0 28px;
    border-radius: 12px;
  }

  .hv3-hero__actions .hv3-btn-secondary {
    height: 52px;
    font-size: 18px;
    padding: 0 28px;
    border-radius: 12px;
  }

  .hv3-btn-secondary {
    height: 44px;
    font-size: 16px;
    padding: 0 24px;
  }

  .hv3-btn-tertiary {
    height: 40px;
    font-size: 14px;
    padding: 0 20px;
  }

  /* Centering and stretching container overrides */
  .elementor-section:has(.hv3-hero),
  .e-con:has(.hv3-hero),
  .e-con-inner:has(.hv3-hero) {
    padding: 0 !important;
    margin: 0 !important;
    width: 100vw !important;
    max-width: 100vw !important;
  }

  /* Hero Full-Screen Slide */
  .hv3-hero {
    height: 100vh !important;
    height: 100dvh !important;
    padding: 0 !important;
    margin: 0 !important;
    width: 100vw !important;
    max-width: 100vw !important;
    border-radius: 0 !important;
    overflow: hidden !important;
    box-sizing: border-box !important;
  }

  .hv3-hero__wrapper {
    min-height: 100% !important;
    height: 100% !important;
    border-radius: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: space-between !important;
    box-sizing: border-box !important;
  }

  .hv3-hero__bg,
  .hv3-hero__bg-image {
    border-radius: 0 !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
  }

  .hv3-hero__content {
    position: relative;
    padding: 0 20px !important;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    margin-top: auto !important;
    margin-bottom: 0 !important;
  }

  .hv3-hero__title {
    order: 1;
    font-size: 32px !important;
    line-height: 1.15;
  }

  .hv3-hero__subtitle {
    order: 2;
    font-size: 17px !important;
    margin-bottom: 24px;
  }

  .hv3-hero__reviewed-badge {
    order: 3;
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 0;
    margin-bottom: 32px;
  }

  .hv3-hero__reviewed-avatar {
    width: 32px;
    height: 32px;
  }

  .hv3-hero__reviewed-avatar-placeholder {
    width: 32px;
    height: 32px;
  }

  .hv3-hero__reviewed-label {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    opacity: 0.8;
  }

  .hv3-hero__reviewed-name {
    font-size: 12px;
    font-weight: 600;
  }

  .hv3-hero__actions {
    order: 4;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 16px;
  }

  .hv3-hero__bottom {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    padding: 16px 20px 0 !important;
    display: flex;
    flex-direction: row !important;
    justify-content: space-between;
    align-items: stretch;
    gap: 16px;
    margin-top: 24px !important;
  }

  .hv3-hero__counter-card {
    width: calc(50% - 8px) !important;
    max-width: calc(50% - 8px) !important;
    height: auto !important;
    aspect-ratio: 1 / 1 !important;
    min-height: auto !important;
    flex-shrink: 0;
  }

  .hv3-hero__bottom .hv3-wide-card {
    width: calc(50% - 8px) !important;
    max-width: calc(50% - 8px) !important;
    height: auto !important;
    aspect-ratio: 1 / 1 !important;
    display: block !important;
    flex-shrink: 0;
  }

  .hv3-hero__bottom .hv3-wide-card__tags {
    display: none;
  }

  .hv3-hero__bottom .hv3-wide-card__content {
    position: absolute !important;
    top: 20px !important;
    left: 20px !important;
    right: 20px !important;
    bottom: auto !important;
    padding: 0 !important;
  }

  .hv3-hero__bottom .hv3-wide-card__title {
    font-size: 15px !important;
    line-height: 1.2 !important;
    margin-bottom: 4px !important;
    font-weight: 700 !important;
  }

  .hv3-hero__bottom .hv3-wide-card__desc {
    font-size: 11px !important;
    line-height: 1.35 !important;
  }

  .hv3-hero__logos {
    position: relative;
    right: auto;
    bottom: auto;
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 12px !important;
    padding: 16px 20px 20px !important;
    margin-top: 0 !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }

  .hv3-hero__logos img {
    height: 32px !important;
    width: auto !important;
    max-width: 22% !important;
    object-fit: contain !important;
  }

  /* Treatments & Network Grids */
  .hv3-treatments__grid,
  .hv3-network__grid {
    grid-template-columns: 1fr;
  }

  .hv3-wide-card__title {
    font-size: 24px;
  }

  .hv3-wide-card__desc {
    font-size: 16px;
  }

  .hv3-wide-card__content {
    padding: 24px;
  }

  .hv3-sq-card__content {
    padding: 16px;
  }

  .hv3-sq-card__title {
    font-size: 22px;
  }

  /* Arrow resize */
  .hv3-card-arrow {
    width: 56px;
    height: 56px;
  }

  .hv3-card-arrow svg {
    width: 18px;
    height: 18px;
  }

  /* Update mask for smaller arrow on cards */
  .hv3-wide-card__bg,
  .hv3-sq-card__bg {
    -webkit-mask-image: radial-gradient(circle 32px at calc(100% - 28px) 28px, transparent 32px, black 32.5px);
    mask-image: radial-gradient(circle 32px at calc(100% - 28px) 28px, transparent 32px, black 32.5px);
  }

  /* Ecosystem */
  .hv3-ecosystem__card-col {
    width: 300px;
    gap: 20px;
  }
  .hv3-ecosystem__card {
    width: 300px;
    height: 280px;
  }
  .hv3-ecosystem__card-bg {
    -webkit-mask-image: radial-gradient(circle 35px at calc(100% - 24px) calc(100% - 24px), transparent 35px, black 35.5px);
    mask-image: radial-gradient(circle 35px at calc(100% - 24px) calc(100% - 24px), transparent 35px, black 35.5px);
  }
  .hv3-ecosystem__card .hv3-card-arrow {
    top: auto;
    width: 48px;
    height: 48px;
  }
  .hv3-ecosystem__card-title {
    font-size: 22px;
  }
  .hv3-ecosystem__card-subtitle {
    font-size: 16px;
  }
  .hv3-ecosystem__slider-line {
    width: 250px;
  }
  .hv3-ecosystem__slider-btn {
    width: 56px;
    height: 56px;
  }
  .hv3-ecosystem__logos {
    justify-content: center;
    gap: 32px;
  }
  .hv3-ecosystem__logo-img {
    height: 36px;
  }

  /* Journey */
  .hv3-journey__timeline {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px 12px;
  }

  .hv3-journey__timeline::before {
    display: none;
  }

  .hv3-journey__step:nth-child(n+4) {
    border-top: 1px solid #D4D0CA;
  }

  .hv3-journey__details-box {
    padding: 24px;
  }

  .hv3-journey__cards {
    grid-template-columns: 1fr;
  }

  .hv3-journey__cards .hv3-sq-card {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
  }

  /* Why India */
  .hv3-why-india__left {
    padding: 32px 24px;
  }

  .hv3-why-india__features {
    grid-template-columns: 1fr;
  }

  .hv3-why-india__stats-grid {
    grid-template-columns: 1fr;
  }

  .hv3-why-india__stat-card {
    width: 100%;
    min-height: 200px;
  }

  .hv3-why-india__stat-value {
    font-size: 36px;
  }

  /* FAQ */
  .hv3-faq__question {
    font-size: 18px;
  }

  .hv3-faq__item {
    padding: 20px 24px;
  }

  /* CTA Banner */
  .hv3-cta-banner__image {
    height: 280px;
  }

  .hv3-cta-banner__content {
    padding: 40px 24px;
  }

  .hv3-cta-banner__actions {
    flex-direction: column;
    align-items: stretch;
  }

  /* Resources */
  .hv3-resources__featured {
    height: 300px;
  }

  .hv3-resources__featured-title {
    font-size: 26px;
  }

  .hv3-resources__featured-content {
    padding: 28px;
  }

  /* Testimonials */
  .hv3-testimonial-card {
    width: 320px;
    min-height: auto;
    padding: 24px;
  }

  /* Doctors Tabs */
  .hv3-doctors__tabs {
    gap: 8px;
  }

  .hv3-doctors__tab {
    height: 38px;
    padding: 0 18px;
    font-size: 14px;
  }

  .hv3-doctors__card {
    width: 260px;
  }

  .hv3-doctors__card-img {
    height: 200px;
  }
}

/* ---------- Max 480px (Small Mobile) ---------- */
@media (max-width: 480px) {
  :root {
    --hv3-container-px: 16px;
    --hv3-section-py: 40px;
    --hv3-gap-grid: 16px;
  }

  .hv3-heading-xl {
    font-size: 30px;
  }

  .hv3-heading-lg {
    font-size: 26px;
  }

  .hv3-heading-md {
    font-size: 22px;
  }

  .hv3-heading-sm {
    font-size: 18px;
  }

  .hv3-body-lg {
    font-size: 16px;
  }

  .hv3-body-md {
    font-size: 15px;
  }

  .hv3-body-sm {
    font-size: 14px;
  }

  .hv3-btn-primary {
    height: 48px;
    font-size: 16px;
    padding: 0 24px;
  }

  .hv3-hero__actions .hv3-btn-secondary {
    height: 48px;
    font-size: 16px;
    padding: 0 24px;
    border-radius: 12px;
  }

  .hv3-btn-secondary {
    height: 40px;
    font-size: 14px;
  }

  .hv3-badge {
    font-size: 12px;
    padding: 8px 16px;
  }

  /* Hero */
  .hv3-hero__content {
    padding: 80px 16px 0 16px;
  }

  .hv3-hero__counter-number {
    font-size: 42px;
  }

  .hv3-hero__wrapper {
    border-radius: 20px;
  }

  /* Wide / Square Card Adjustments */
  .hv3-wide-card__title {
    font-size: 20px;
  }

  .hv3-wide-card__desc {
    font-size: 14px;
  }

  .hv3-wide-card__content {
    padding: 20px;
  }

  .hv3-sq-card__title {
    font-size: 18px;
  }

  .hv3-sq-card__content {
    padding: 14px;
  }

  /* Arrow final resize */
  .hv3-card-arrow {
    width: 48px;
    height: 48px;
  }

  .hv3-card-arrow svg {
    width: 16px;
    height: 16px;
  }

  .hv3-wide-card__bg,
  .hv3-sq-card__bg {
    -webkit-mask-image: radial-gradient(circle 28px at calc(100% - 24px) 24px, transparent 28px, black 28.5px);
    mask-image: radial-gradient(circle 28px at calc(100% - 24px) 24px, transparent 28px, black 28.5px);
  }

  /* Ecosystem */
  .hv3-ecosystem__card-col {
    width: 270px;
  }
  .hv3-ecosystem__card {
    width: 270px;
    height: 250px;
  }
  .hv3-ecosystem__card-bg {
    -webkit-mask-image: radial-gradient(circle 28px at calc(100% - 20px) calc(100% - 20px), transparent 28px, black 28.5px);
    mask-image: radial-gradient(circle 28px at calc(100% - 20px) calc(100% - 20px), transparent 28px, black 28.5px);
  }
  .hv3-ecosystem__card .hv3-card-arrow {
    top: auto;
    width: 40px;
    height: 40px;
  }
  .hv3-ecosystem__card-title {
    font-size: 18px;
  }
  .hv3-ecosystem__card-subtitle {
    font-size: 14px;
  }

  /* Why India */
  .hv3-why-india__left {
    padding: 24px 20px;
  }

  .hv3-why-india__feat-card {
    flex-direction: column;
    gap: 12px;
    height: auto;
    width: 100%;
    padding: 16px;
  }

  .hv3-why-india__stat-card {
    min-height: 180px;
    padding: 24px;
    width: 100%;
  }

  .hv3-why-india__stat-value {
    font-size: 30px;
  }

  /* FAQ */
  .hv3-faq__question {
    font-size: 16px;
  }

  .hv3-faq__item {
    padding: 16px 20px;
    border-radius: 24px;
  }

  .hv3-faq__cta-card {
    padding: 28px 24px;
  }

  /* CTA Banner */
  .hv3-cta-banner__inner {
    border-radius: 24px;
  }

  .hv3-cta-banner__image {
    height: 220px;
  }

  .hv3-cta-banner__content {
    padding: 32px 20px;
  }

  /* Resources */
  .hv3-resources__featured {
    height: 240px;
  }

  .hv3-resources__featured-title {
    font-size: 22px;
  }

  .hv3-resources__featured-desc {
    font-size: 15px;
  }

  /* Testimonials */
  .hv3-testimonial-card {
    width: 280px;
    padding: 20px;
  }

  .hv3-testimonial-card__name {
    font-size: 16px;
  }

  .hv3-testimonial-card__quote {
    font-size: 14px;
  }

  /* Doctors */
  .hv3-doctors__card {
    width: 240px;
  }

  .hv3-doctors__card-img {
    height: 180px;
  }

  .hv3-doctors__card-body {
    padding: 20px;
  }

  .hv3-doctors__card-name {
    font-size: 18px;
  }

  /* Journey */
  .hv3-journey__timeline {
    grid-template-columns: repeat(2, 1fr);
  }

  .hv3-journey__step:nth-child(n+3) {
    border-top: 1px solid #D4D0CA;
  }
}


/* ==========================================================================
   Utility Helpers
   ========================================================================== */
.hv3-text-center { text-align: center; }
.hv3-text-white  { color: var(--hv3-color-white); }
.hv3-text-dark   { color: var(--hv3-color-dark); }
.hv3-text-accent { color: var(--hv3-color-accent); }
.hv3-text-teal   { color: var(--hv3-color-primary); }

.hv3-mt-0  { margin-top: 0; }
.hv3-mt-8  { margin-top: 8px; }
.hv3-mt-16 { margin-top: 16px; }
.hv3-mt-24 { margin-top: 24px; }
.hv3-mt-32 { margin-top: 32px; }
.hv3-mt-48 { margin-top: 48px; }

.hv3-mb-0  { margin-bottom: 0; }
.hv3-mb-8  { margin-bottom: 8px; }
.hv3-mb-16 { margin-bottom: 16px; }
.hv3-mb-24 { margin-bottom: 24px; }
.hv3-mb-32 { margin-bottom: 32px; }
.hv3-mb-48 { margin-bottom: 48px; }

.hv3-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}


/* ==========================================================================
   17. Treatment V2 Styles
   ========================================================================== */
.asar-treatment-v2-page {
  background-color: var(--hv3-color-white);
  color: var(--hv3-color-dark);
  font-family: var(--hv3-ff-body);
}

/* Section Header styling */
.treatment-section-header {
  margin-bottom: 48px;
  max-width: 800px;
}
.treatment-section-badge {
  display: inline-block;
  background: rgba(213, 153, 45, 0.1);
  color: var(--hv3-color-accent);
  padding: 6px 16px;
  border-radius: 32px;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 16px;
}
.treatment-section-title {
  font-family: var(--hv3-ff-body);
  color: var(--hv3-color-primary);
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 16px;
  line-height: 1.2;
}
.treatment-section-desc {
  font-size: 18px;
  color: #4A5E6D;
  line-height: 1.6;
}

/* Force Elementor boxed sections and flexbox containers inside the Treatment V2 templates to stretch to 1920px */
.single-treatment .elementor-section.elementor-section-boxed > .elementor-container,
.asar-treatment-v2-page .elementor-section.elementor-section-boxed > .elementor-container,
.single-treatment .e-con.e-parent,
.single-treatment .e-con-inner,
.asar-treatment-v2-page .e-con.e-parent,
.asar-treatment-v2-page .e-con-inner {
  max-width: 1920px;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

/* Treatment Hero styling */
.treatment-hero-wrapper {
  max-width: 1794px;
  margin: 24px auto 40px auto;
  padding: 0 15px;
}
.treatment-hero {
  position: relative;
  min-height: 800px;
  border-radius: 32px;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  padding: 0;
  margin: 0;
  box-shadow: 0px 12px 32px rgba(0, 71, 80, 0.05);
  background-color: transparent;
  background-image: none;
}
.treatment-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #6D9FA3; /* Opaque green background fills PNG's transparent cutout */
  background-image: var(--hero-bg-url);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
  border-radius: 32px;
}
.treatment-hero-card {
  position: absolute;
  left: 0;
  bottom: 0;
  margin: 0;
  background: #ffffff;
  border-top-right-radius: 48px;
  padding: 60px 80px 48px 60px;
  max-width: 900px;
  width: 100%;
  z-index: 5;
  display: flex;
  flex-direction: column;
  gap: 36px;
  box-shadow: 10px -10px 30px rgba(0, 71, 80, 0.02);
}
.treatment-hero-text-block {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.treatment-hero-title {
  font-family: var(--hv3-ff-body);
  font-size: clamp(2.2rem, 5vw, 5.25rem); /* up to 84px */
  color: #031B2B;
  margin: 0;
  line-height: 1.15;
  font-weight: 700;
}
.hero-title-gradient {
  background: linear-gradient(174.95deg, #15616D 57.13%, #001524 87.55%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  font-weight: 900;
}
.treatment-hero-subtitle {
  font-size: clamp(1.1rem, 1.8vw, 1.8rem);
  color: #4A5E6D;
  margin: 0;
  line-height: 1.4;
}
.treatment-hero-scroll-btn {
  align-self: flex-start;
  display: inline-block;
  width: 72px;
  height: 72px;
  aspect-ratio: 1 / 1;
  margin-top: 12px;
  transition: transform 0.3s ease;
}
.treatment-hero-scroll-btn:hover {
  transform: translateY(5px);
}
.treatment-hero-scroll-btn img {
  width: 72px;
  height: 72px;
  aspect-ratio: 1 / 1;
  display: block;
}
.treatment-hero-logos-inline {
  position: absolute;
  right: 60px;
  bottom: 40px;
  display: flex;
  align-items: center;
  gap: 36px;
  z-index: 5;
}
.treatment-hero-logos-inline img {
  height: 40px;
  object-fit: contain;
  opacity: 0.85;
}

/* Sticky Nav styling */
.treatment-jump-nav-wrapper {
  position: sticky;
  top: 80px; /* Aligns with sticky header height */
  background: #FFFFFF;
  border-bottom: 1px solid #EAE8E4;
  z-index: 998;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.02);
}
.treatment-jump-nav {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0;
  padding: 34px 0; /* Symmetrical padding to achieve 119px height */
  margin: 0;
  list-style: none;
  overflow-x: auto;
  scrollbar-width: none;
}
.treatment-jump-nav::-webkit-scrollbar {
  display: none;
}
.treatment-jump-nav li {
  display: inline-flex;
  align-items: center;
}
.treatment-jump-nav li:not(:last-child)::after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  background-color: #D5992D; /* Gold Dot Separator */
  border-radius: 50%;
  margin-left: 20px;
  margin-right: 20px;
  flex-shrink: 0;
}
.treatment-jump-nav li a {
  color: #4A5E6D;
  font-family: var(--font-body);
  font-weight: 500;
  font-size: 16px;
  padding: 10px 8px;
  transition: all 0.3s ease;
  white-space: nowrap;
  text-decoration: none;
}
.treatment-jump-nav li a:hover,
.treatment-jump-nav li a.is-active {
  color: #004750;
  font-weight: 700;
  background: none;
}

/* Overview Section styling */
/* Overview Section styling */
.why-india-header-row {
  display: grid;
  grid-template-columns: 1fr 1.6fr; /* ~38% / 62% split */
  gap: 60px;
  margin-bottom: 60px;
  align-items: flex-start;
}
.why-india-header-left .treatment-section-badge {
  display: inline-block;
  margin-bottom: 16px;
}
.why-india-header-left .treatment-section-title {
  font-size: 48px; /* Crisp, premium size */
  line-height: 1.15;
  color: #004750;
  margin: 0;
  font-weight: 700;
}
.why-india-header-right {
  font-size: 20px;
  line-height: 1.6;
  color: #4A5E6D;
}
.why-india-header-right p {
  margin: 0;
}
.why-india-features-grid {
  display: grid;
  grid-template-columns: 1fr 1fr; /* 2x2 grid */
  gap: 48px 32px; /* 48px vertical gap, 32px horizontal gap */
}
.why-india-feature-card {
  display: flex;
  align-items: flex-start;
  gap: 32px; /* 32px gap between icon and text */
}
.why-india-feature-icon {
  width: 113px;
  height: 113px;
  border-radius: 28px;
  background-color: #FCF6EE;
  border: 2.6px solid #004750;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.why-india-feature-icon i {
  font-size: 44px;
  color: #004750;
}
.why-india-feature-content {
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-width: 0;
}
.why-india-feature-title {
  font-size: 24px;
  font-weight: 700;
  color: #0A0A0A;
  margin: 0;
  line-height: 1.2;
}
.why-india-feature-desc {
  font-size: 16px;
  color: #4A5E6D;
  line-height: 1.5;
  margin: 0;
}

@media (max-width: 992px) {
  .why-india-header-row {
    grid-template-columns: 1fr;
    gap: 24px;
    margin-bottom: 40px;
  }
  .why-india-header-left .treatment-section-title {
    font-size: 32px;
  }
  .why-india-header-right {
    font-size: 18px;
  }
  .why-india-features-grid {
    grid-template-columns: 1fr; /* Single column on mobile */
    gap: 32px;
  }
  .why-india-feature-card {
    gap: 20px;
  }
  .why-india-feature-icon {
    width: 80px;
    height: 80px;
    border-radius: 20px;
  }
  .why-india-feature-icon i {
    font-size: 32px;
  }
  .why-india-feature-title {
    font-size: 20px;
  }
}

/* Cost Comparison styling */
.bg-beige-light {
  background-color: #FFFBF7;
}
.cost-comparison-table-wrapper {
  background: var(--hv3-color-white);
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0px 8px 32px rgba(0, 71, 80, 0.04);
  border: 1px solid #EAE8E4;
  margin-bottom: 48px;
}
.cost-comparison-table {
  width: 100%;
  border-collapse: collapse;
  text-align: left;
}
.cost-comparison-table th,
.cost-comparison-table td {
  padding: 24px;
  border-bottom: 1px solid #EAE8E4;
  font-size: 16px;
}
.cost-comparison-table th {
  background: var(--hv3-color-primary);
  color: var(--hv3-color-white);
  font-weight: 700;
  font-size: 16px;
}
.cost-comparison-table tr:last-child td {
  border-bottom: none;
}
.cost-comparison-table td:nth-child(2) {
  font-weight: 700;
  color: var(--hv3-color-primary);
}
.cost-table-note {
  color: #666;
  font-size: 14px;
  margin-bottom: 40px;
  text-align: center;
}
.sub-treatments-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 30px;
}
.sub-treatment-card {
  background: var(--hv3-color-white);
  border-radius: 20px;
  padding: 36px 30px;
  text-align: center;
  border: 1px solid #EAE8E4;
  transition: all 0.3s ease;
  box-shadow: 0px 6px 18px rgba(0, 71, 80, 0.04);
}
.sub-treatment-card:hover {
  transform: translateY(-5px);
  box-shadow: 0px 12px 28px rgba(0, 71, 80, 0.08);
  border-color: var(--hv3-color-accent);
}
.sub-treatment-icon-wrap {
  width: 64px;
  height: 64px;
  margin: 0 auto 24px auto;
  border-radius: 50%;
  background: rgba(213, 153, 45, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
}
.sub-treatment-icon-wrap img {
  max-width: 32px;
  max-height: 32px;
}
.sub-treatment-icon-wrap i {
  font-size: 24px;
  color: var(--hv3-color-accent);
}
.sub-treatment-name {
  font-size: 18px;
  font-weight: 700;
  color: var(--hv3-color-dark);
  margin-bottom: 8px;
}
.sub-treatment-price {
  font-size: 15px;
  color: var(--hv3-color-accent);
  font-weight: 600;
}

/* Specialists styling */
.featured-specialist-block {
  background: var(--hv3-color-white);
  border-radius: 32px;
  padding: 60px;
  box-shadow: 0px 8px 32px rgba(0, 71, 80, 0.04);
  border: 1px solid #EAE8E4;
  margin-bottom: 80px;
}
.specialist-grid {
  display: grid;
  grid-template-columns: 320px 1fr;
  gap: 60px;
}
.specialist-photo-box {
  width: 100%;
  height: 380px;
  border-radius: 24px;
  overflow: hidden;
  background: #E8F0F2;
  box-shadow: 0px 6px 20px rgba(0,0,0,0.05);
}
.specialist-photo-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.specialist-photo-box .provider-placeholder {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #e8f0f2;
}
.specialist-photo-box .provider-placeholder i {
  font-size: 100px;
  color: #ccc;
}
.specialist-details {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.specialist-header-badge {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  background: rgba(0, 71, 80, 0.08);
  color: var(--hv3-color-primary);
  padding: 6px 16px;
  border-radius: 16px;
  font-weight: 700;
  font-size: 13px;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.specialist-display-name {
  font-size: 36px;
  color: var(--hv3-color-dark);
  margin-bottom: 8px;
  font-weight: 700;
}
.specialist-display-title {
  font-size: 18px;
  color: #4A5E6D;
  margin-bottom: 24px;
}
.specialist-meta-strip {
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  list-style: none;
  padding: 0;
}
.specialist-meta-strip li {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 16px;
}
.specialist-meta-strip li i {
  color: var(--hv3-color-accent);
  font-size: 20px;
}
.specialist-quote-bubble {
  background: #FFFBF7;
  border-left: 4px solid var(--hv3-color-accent);
  padding: 24px;
  border-radius: 0 20px 20px 0;
  font-style: italic;
  font-size: 16px;
  color: var(--hv3-color-dark);
  margin-bottom: 32px;
  line-height: 1.6;
}
.featured-doctor-actions {
  display: flex;
  gap: 16px;
}
.featured-doctor-actions .hv3-btn-primary {
  height: 52px;
  border-radius: 12px;
  padding: 0 28px;
  font-size: 16px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: var(--hv3-color-accent);
  color: var(--hv3-color-white);
  text-decoration: none;
}
.featured-doctor-actions .hv3-btn-secondary {
  height: 52px;
  border-radius: 12px;
  padding: 0 28px;
  font-size: 16px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 2px solid var(--hv3-color-primary);
  color: var(--hv3-color-primary);
  text-decoration: none;
  background: transparent;
}

/* Video Podcast Player styling */
.specialist-video-card {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 50px;
  background: #FFFBF7;
  border-radius: 28px;
  padding: 48px;
  align-items: center;
  margin-top: 48px;
}
.video-preview-wrapper {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  height: 300px;
  background: var(--hv3-color-dark);
  box-shadow: 0px 6px 20px rgba(0,0,0,0.1);
}
.video-play-btn-overlay {
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 5;
  background: rgba(3,27,43,0.2);
  transition: all 0.3s ease;
}
.video-play-btn-overlay:hover {
  background: rgba(3,27,43,0.3);
}
.play-icon-circle {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: var(--hv3-color-white);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 8px 32px rgba(0,0,0,0.2);
  transition: all 0.3s ease;
}
.play-icon-circle:hover {
  transform: scale(1.08);
}
.play-icon-circle i {
  font-size: 36px;
  color: var(--hv3-color-primary);
  margin-left: 6px;
}
.video-preview-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.65;
}
.video-desc-title {
  font-size: 22px;
  font-weight: 700;
  color: var(--hv3-color-dark);
  margin-bottom: 12px;
}
.video-desc-para {
  font-size: 16px;
  color: #4A5E6D;
  margin-bottom: 24px;
  line-height: 1.6;
}
.video-transcript-box .accordion-header {
  background: none;
  border: none;
  padding: 0;
  font-size: 16px;
  font-weight: 700;
  color: var(--hv3-color-primary);
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
}
.video-transcript-box .accordion-content {
  padding-top: 16px;
  font-size: 14px;
  line-height: 1.6;
  color: var(--hv3-color-dark);
}

.related-specialists-title {
  font-size: 26px;
  font-weight: 700;
  color: var(--hv3-color-dark);
  margin-bottom: 32px;
}

/* Specialists Section CTA Banner */
.hv3-treatment-specialists__cta-banner {
  margin-top: 64px;
  background-color: var(--hv3-color-primary);
  border-radius: 24px;
  padding: 48px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
  color: var(--hv3-color-white);
}
.hv3-treatment-specialists__cta-content h3 {
  font-size: 30px;
  font-weight: 700;
  margin: 0 0 8px 0;
  color: #FFFFFF;
}
.hv3-treatment-specialists__cta-content p {
  font-size: 18px;
  opacity: 0.9;
  margin: 0;
}
.hv3-treatment-specialists__cta-btn .hv3-btn-primary {
  height: 60px;
  border-radius: 12px;
  padding: 0 32px;
  font-size: 18px;
  font-weight: 900;
  background-color: var(--hv3-color-accent);
  color: var(--hv3-color-white);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 25px rgba(0,0,0,0.1);
  transition: transform 0.2s ease;
  border: none;
}
.hv3-treatment-specialists__cta-btn .hv3-btn-primary:hover {
  transform: translateY(-2px);
}

/* Swiper Slider styling inside Treatments Page */
.hospital-doctors-swiper {
  width: 100%;
  padding-bottom: 50px;
}

/* Responsive Overrides for Treatments Page */
@media (max-width: 1600px) {
  .treatment-hero-logos-inline {
    right: 40px;
    gap: 24px;
  }
  .treatment-hero-logos-inline img {
    height: 32px;
  }
  .treatment-hero-card {
    max-width: 720px;
    padding: 50px 60px 48px 60px;
  }
  .treatment-hero-title {
    font-size: 3.5rem;
  }
}

@media (max-width: 1200px) {
  .treatment-hero-logos-inline {
    position: static;
    display: flex;
    justify-content: center;
    width: 100%;
    background: #ffffff;
    padding: 24px 16px 28px 16px;
    border-top: 1px solid #EAE8E4;
    margin-top: -32px;
    z-index: 10;
    gap: 20px;
  }
  .treatment-hero-logos-inline img {
    height: 28px;
  }
  .treatment-hero-card {
    position: static;
    max-width: 100%;
    width: 100%;
    border-radius: 0;
    padding: 32px 20px 24px 20px;
    box-shadow: none;
  }
  .treatment-hero {
    flex-direction: column;
    align-items: stretch;
    min-height: auto;
    -webkit-mask-image: none;
    mask-image: none;
    padding-top: 260px;
    background-color: #ffffff;
  }
  .treatment-hero::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: auto;
    height: 260px;
    width: 100%;
    -webkit-mask-image: none;
    mask-image: none;
  }
  .treatment-hero-title {
    font-size: 2.2rem;
  }
  .treatment-hero-scroll-btn {
    display: none; /* Hide scroll down btn in stacked layout */
  }
}

@media (max-width: 992px) {
  .why-india-grid,
  .specialist-grid,
  .specialist-video-card {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .why-india-features {
    grid-template-columns: 1fr;
  }
  .specialist-photo-box {
    max-width: 320px;
    margin: 0 auto;
  }
  .hv3-treatment-specialists__cta-banner {
    flex-direction: column;
    text-align: center;
    padding: 32px 24px;
  }
  .featured-doctor-actions {
    flex-direction: column;
  }
}

/* Explore Cancer Treatment Options Section */
.hv3-explore-treatments {
  background-color: #FFFDF9;
  padding: 100px 0;
  overflow: hidden;
}
.explore-treatments-grid {
  display: grid;
  grid-template-columns: 477px 1fr;
  gap: 60px;
  max-width: 1727px;
  margin: 0 auto;
  padding: 0 15px;
  align-items: flex-start;
}
.explore-treatments-left {
  max-width: 477px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.explore-treatments-header {
  margin-bottom: 40px;
}
.explore-treatments-title {
  font-family: Roca One, var(--hv3-ff-body);
  font-size: 48px;
  line-height: 1.15;
  color: #004750;
  margin: 0 0 24px 0;
  font-weight: 700;
}
.explore-treatments-desc {
  font-size: 18px;
  line-height: 1.6;
  color: #4A5E6D;
  margin: 0;
}
.explore-treatments-cta-block {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: flex-start;
}
.explore-treatments-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 322px;
  height: 72px;
  background-color: #D5992D;
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  border-radius: 36px;
  transition: all 0.3s ease;
  box-shadow: 0 6px 18px rgba(213, 153, 45, 0.15);
}
.explore-treatments-btn:hover {
  background-color: #004750;
  transform: translateY(-3px);
  box-shadow: 0 10px 24px rgba(0, 71, 80, 0.15);
}
.explore-treatments-helper {
  font-size: 16px;
  color: #4A5E6D;
  margin-top: 8px;
  font-weight: 500;
}
.explore-treatments-right {
  min-width: 0;
}
.explore-cards-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
}
.explore-card-wrapper {
  position: relative;
  width: 100%;
  max-width: 580px;
  aspect-ratio: 580 / 273;
  filter: drop-shadow(0px 8px 24px rgba(3, 27, 43, 0.12));
}
.explore-card {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
  border-radius: 32px;
  
  /* Applying CSS shape masking */
  mask-image: url('../images/wide-card-mask.png');
  mask-size: 100% 100%;
  mask-repeat: no-repeat;
  -webkit-mask-image: url('../images/wide-card-mask.png');
  -webkit-mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  
  transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.explore-card-wrapper:hover .explore-card {
  transform: scale(1.02);
}
.explore-card-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 32px;
  color: #FFFFFF;
  z-index: 2;
}
.explore-card-title {
  font-size: 28px;
  font-weight: 700;
  color: #FFFFFF;
  margin: 0 0 10px 0;
  line-height: 1.2;
}
.explore-card-desc {
  font-size: 14px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.85);
  margin: 0;
  max-width: 85%;
}
.explore-card-btn {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 56px;
  height: 56px;
  background-color: #004750;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  text-decoration: none;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  transition: all 0.3s ease;
}
.explore-card-btn i {
  color: #FFFFFF;
  font-size: 24px;
}
.explore-card-wrapper:hover .explore-card-btn {
  background-color: #D5992D;
  transform: rotate(45deg);
}

@media (max-width: 1200px) {
  .explore-treatments-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .explore-treatments-left {
    max-width: 100%;
  }
  .explore-treatments-cta-block {
    flex-direction: row;
    align-items: center;
  }
  .explore-treatments-helper {
    margin-top: 0;
    margin-left: 20px;
  }
}

@media (max-width: 768px) {
  .explore-cards-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .explore-card-wrapper {
    max-width: 100%;
    aspect-ratio: 580 / 273;
  }
  .explore-treatments-title {
    font-size: 36px;
  }
  .explore-treatments-cta-block {
    flex-direction: column;
    align-items: flex-start;
  }
  .explore-treatments-helper {
    margin-left: 0;
    margin-top: 10px;
  }
  .explore-treatments-btn {
    width: 100%;
    max-width: 320px;
  }
  .explore-card-content {
    padding: 24px;
  }
  .explore-card-title {
    font-size: 22px;
  }
  .explore-card-desc {
    font-size: 13px;
    max-width: 90%;
  }
  .explore-card-btn {
    top: 9px;
    right: 9px;
    width: 36px;
    height: 36px;
  }
  .explore-card-btn i {
    font-size: 16px;
  }
}

/* Provider Card Bottom Profile Button Styling */
.asar-view-profile-btn-bottom {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #D5992D;
  color: #FFFFFF;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  padding: 12px 32px;
  border-radius: 24px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(213, 153, 45, 0.15);
  margin-bottom: 8px;
  margin-top: 10px;
}
.asar-view-profile-btn-bottom:hover {
  background-color: #004750;
  color: #FFFFFF;
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(0, 71, 80, 0.15);
}
.asar-scoop-card.layout-stacked {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 540px;
}
.asar-scoop-card.layout-stacked .card-content-body {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  padding-bottom: 24px;
}
.asar-scoop-card.layout-stacked .card-action-btn-wrap {
  margin-top: auto;
  text-align: center;
  width: 100%;
}

/* Force Swiper slides and doctor cards to have a uniform height */
.specialists-doctors-swiper .swiper-wrapper {
  display: flex;
  align-items: stretch;
}
.specialists-doctors-swiper .swiper-slide {
  height: auto;
  display: flex;
}
.specialists-doctors-swiper .swiper-slide .asar-scoop-card {
  height: 100%;
  width: 100%;
  max-width: 320px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
}

/* Position pagination controller below cards instead of overlapping them */
.specialists-doctors-swiper {
  padding-bottom: 50px;
}
.specialists-doctors-swiper .swiper-pagination {
  bottom: 0px;
}

/* Hide pagination and navigation arrows if the slider is disabled (e.g. 5 or fewer items) */
.hospital-doctors-swiper.swiper-no-slider .swiper-button-next,
.hospital-doctors-swiper.swiper-no-slider .swiper-button-prev,
.hospital-doctors-swiper.swiper-no-slider .swiper-pagination {
  display: none;
}

/* Force Swiper slides and hospital cards to have uniform height and spacing */
.hospital-doctors-swiper .swiper-wrapper {
  display: flex;
  align-items: stretch;
}
.hospital-doctors-swiper.swiper-no-slider .swiper-wrapper {
  justify-content: flex-start;
}
.hospital-doctors-swiper .swiper-slide {
  height: auto;
  display: flex;
}
.hospital-doctors-swiper .swiper-slide .asar-scoop-card {
  height: 100%;
  width: 100%;
  max-width: 320px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
}

/* Helper rules to override Swiper inline layout when loop is disabled, grouping cards left-aligned and close together */
.swiper-no-slider {
  overflow: visible;
}
.swiper-no-slider .swiper-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 30px;
  width: 100%;
  transform: none;
}
.swiper-no-slider .swiper-slide {
  width: auto;
  flex: 0 0 auto;
  margin-right: 0;
}
.swiper-no-slider .swiper-slide .asar-scoop-card {
  margin-left: 0;
  margin-right: 0;
}

