/* =============================================
   ACCURACY PATH LAB — Main Stylesheet
   Version: 2.0 | Clean + Variables
   Brand: Red #c8272c | Green #0f766e | Orange #e5a100
   ============================================= */

/* =============================================
   :ROOT — ALL DESIGN TOKENS
   ============================================= */
:root {
  /* ── Core Brand ── */
  --primary: #c8272c;
  --primary-light: #d42b30;
  --primary-light-2: rgba(200, 39, 44, 0.08);
  --primary-hover: #a81f24;
  --primary-shadow: rgba(0, 0, 0, 0.1);

  /* Accuracy Pathlabs Green */
  --teal: #008b5a;
  --teal-light: #14b87a;
  --teal-xlight: #ccfbf1;
  --teal-shadow: rgba(0, 0, 0, 0.1);

  --orange: #e5a100;
  --orange-light: #e9bf49;
  --orange-shadow: rgba(0, 0, 0, 0.1);

  /* ── Neutrals ── */
  --white: #ffffff;
  --light-bg: #f3fff7;
  --light-bg-2: #fff8f8;
  --light-gray: #f8fafc;
  --border-color: #e2e8f0;
  --border-light: rgba(28, 31, 38, 0.06);

  /* ── Text ── */
  --text-dark: #0f172a;
  --text-mid: #334155;
  --text-gray: #64748b;
  --text-light: #adb5bd;

  /* ── Backgrounds (light tints for sections) ── */
  --bg-primary-tint: rgba(233, 50, 55, 0.05);
  --bg-teal-tint: rgba(45, 106, 79, 0.07);
  --bg-orange-tint: rgba(229, 161, 0, 0.08);
  --bg-gradint: linear-gradient(135deg, #f0fbf4 0%, #fff8f8 40%, #f0fbf4 100%);
  --bg-gradint2: var(--primary);
  --bg-gradint-teal: linear-gradient(135deg, var(--teal), var(--teal-light));

  /* ── Shadows ── */
  --shadow-xs: 0 1px 3px rgba(15, 46, 38, .06);
  --shadow-sm: 0 2px 8px rgba(15, 46, 38, .09);
  --shadow-md: 0 6px 24px rgba(15, 46, 38, .12);
  --shadow-lg: 0 16px 48px rgba(15, 46, 38, .14);
  --shadow-card: 0 4px 20px rgba(15, 46, 38, .10);
  --shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  --shadow-soft: 0 2px 12px rgba(28, 31, 38, 0.08);
  --shadow-hover: 0 8px 32px rgba(0, 0, 0, 0.12);
  /* --shadow-card: rgba(0, 0, 0, 0.16) 0px 1px 4px; */
  --customshadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  --borderhadow:
    rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;



  /* ── Radius ── */
  --radius-sm: 8px;
  --radius: 12px;
  --radius-md: 14px;
  --radius-lg: 20px;
  --radius-xl: 28px;
  --radius-pill: 999px;





  /* ── Transitions ── */
  --transition: all 0.3s ease;
  --transition-fast: all 0.2s ease;

  --gray-50: #f8faf9;
  --gray-100: #eef2f0;
  --gray-200: #d9e3df;
  --gray-400: #8fa89f;
  --gray-600: #4d6b62;
  --gray-800: #1e3530;
  --text: #162420;
  --text-sub: #3d5c54;
  --text-muted: #6b8880;








  font-family: 'Nunito', 'Work Sans', sans-serif;
}

/* =============================================
   RESET
   ============================================= */
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  color: var(--text-dark);
  background: var(--white);
  overflow-x: hidden;
  font-family: 'Nunito', 'Work Sans', sans-serif;
}

a,
a:hover {
  text-decoration: none;
}

ul,
li,
ol {
  list-style: none;
}

img {
  max-width: 100%;
}

/* =============================================
   FONT FACES — Nunito
   ============================================= */
@font-face {
  font-family: 'Nunito';
  src:
    url('../Nunito/static/Nunito-Light.woff2') format('woff2'),
    url('../Nunito/static/Nunito-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Nunito';
  src:
    url('../Nunito/static/Nunito-LightItalic.woff2') format('woff2'),
    url('../Nunito/static/Nunito-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Nunito';
  src:
    url('../Nunito/static/Nunito-Regular.woff2') format('woff2'),
    url('../Nunito/static/Nunito-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Nunito';
  src:
    url('../Nunito/static/Nunito-Italic.woff2') format('woff2'),
    url('../Nunito/static/Nunito-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Nunito';
  src:
    url('../Nunito/static/Nunito-Medium.woff2') format('woff2'),
    url('../Nunito/static/Nunito-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Nunito';
  src:
    url('../Nunito/static/Nunito-MediumItalic.woff2') format('woff2'),
    url('../Nunito/static/Nunito-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Nunito';
  src:
    url('../Nunito/static/Nunito-SemiBold.woff2') format('woff2'),
    url('../Nunito/static/Nunito-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Nunito';
  src:
    url('../Nunito/static/Nunito-SemiBoldItalic.woff2') format('woff2'),
    url('../Nunito/static/Nunito-SemiBoldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Nunito';
  src:
    url('../Nunito/static/Nunito-Bold.woff2') format('woff2'),
    url('../Nunito/static/Nunito-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Nunito';
  src:
    url('../Nunito/static/Nunito-BoldItalic.woff2') format('woff2'),
    url('../Nunito/static/Nunito-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Nunito';
  src:
    url('../Nunito/static/Nunito-ExtraBold.woff2') format('woff2'),
    url('../Nunito/static/Nunito-ExtraBold.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Nunito';
  src:
    url('../Nunito/static/Nunito-ExtraBoldItalic.woff2') format('woff2'),
    url('../Nunito/static/Nunito-ExtraBoldItalic.ttf') format('truetype');
  font-weight: 800;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Nunito';
  src:
    url('../Nunito/static/Nunito-Black.woff2') format('woff2'),
    url('../Nunito/static/Nunito-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Nunito';
  src:
    url('../Nunito/static/Nunito-BlackItalic.woff2') format('woff2'),
    url('../Nunito/static/Nunito-BlackItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

/* =============================================
   TYPOGRAPHY — HEADINGS & PARAGRAPHS
   ============================================= */
h1 {
  font-size: 2.8rem;
  font-weight: 900;
  color: var(--text-dark);
  line-height: 1.2;
  margin-bottom: 0;
}

h2 {
  font-size: 2.2rem;
  font-weight: 700;
  color: var(--text-dark);
  line-height: 1.25;
  margin-bottom: 0;
}

h3 {
  font-size: 1.8rem;
  font-weight: 700;
  color: var(--text-dark);
  line-height: 1.3;
  margin-bottom: 0;
}

h4 {
  font-size: 1.4rem;
  font-weight: 600;
  color: var(--text-dark);
  line-height: 1.35;
  margin-bottom: 0;
}

h5 {
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--text-dark);
  line-height: 1.4;
  margin-bottom: 0;
}

h6 {
  font-size: 1rem;
  line-height: 1.8;
  color: var(--text-dark);
  margin-bottom: 0;
}

p {
  font-size: 0.95rem;
  font-weight: 400;
  color: var(--text-gray);
  line-height: 1.75;
  margin-bottom: 0;
}

p.lead {
  font-size: 1.05rem;
  font-weight: 500;
  color: var(--text-gray);
  line-height: 1.8;
}

p.small {
  font-size: 0.82rem;
  font-weight: 500;
  color: var(--text-gray);
  line-height: 1.6;
}

/* Tablet */
@media (min-width: 768px) and (max-width: 991px) {
  h1 {
    font-size: 2.4rem;
  }

  h2 {
    font-size: 2rem;
  }

  h3 {
    font-size: 1.6rem;
  }

  h4 {
    font-size: 1.3rem;
  }

  .hero-title {
    font-size: 2rem;
  }

  .section-title {
    font-size: 1.8rem;
  }
}

/* Mobile */
@media (max-width: 767px) {
  h1 {
    font-size: 2rem;
  }

  h2 {
    font-size: 1.7rem;
  }

  h3 {
    font-size: 1.4rem;
  }

  h4 {
    font-size: 1.2rem;
  }

  h5 {
    font-size: 1rem;
  }

  h6 {
    font-size: 0.9rem;
  }

  p {
    font-size: 0.9rem;
  }

  .hero-title {
    font-size: 1.9rem;
  }

  .section-title {
    font-size: 1.5rem;
  }
}

/* =============================================
   PRELOADER
   ============================================= */
.preloader {
  position: fixed;
  inset: 0;
  background: var(--bg-gradint);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  height: 100vh;
}

.preloader svg {
  overflow: visible;
  height: 120px;
}

.preloader svg path#line {
  fill: none;
  stroke: var(--primary);
  stroke-width: 2;
  stroke-linecap: butt;
  stroke-linejoin: round;
  stroke-miterlimit: 4;
  stroke-dasharray: 1;
  stroke-dashoffset: 1;
  stroke-opacity: 1;
  animation: dash 4s linear infinite;
}

.preloader svg path#heart {
  transform-origin: 50% 50%;
  animation: blink 4s linear infinite;
}

@keyframes dash {
  0% {
    stroke-dashoffset: 1;
  }

  80% {
    stroke-dashoffset: 0;
  }

  100% {
    stroke-dashoffset: 0;
  }
}

@keyframes blink {
  0% {
    opacity: 0;
    transform: scale(0);
  }

  60% {
    opacity: 0;
    transform: scale(0);
  }

  70% {
    opacity: 1;
    transform: scale(1.2);
  }

  75% {
    opacity: 1;
    transform: scale(1);
  }

  80% {
    opacity: 1;
    transform: scale(1.2);
  }

  85% {
    opacity: 1;
    transform: scale(1);
  }

  100% {
    opacity: 0;
    transform: scale(1);
  }
}

/* =============================================
   MARQUEE
   ============================================= */
.marquee-text {
  font-size: 14px;
  color: var(--white);
  font-weight: 500;
  overflow: hidden;
  background: var(--bg-gradint2);
  position: relative;
  height: 30px;
}

.marquee-text ul {
  display: block;
  margin-bottom: 0;
  padding: 4px 0;
  width: 1000%;
  position: absolute;
  overflow: hidden;
}

.marquee-text-animation {
  animation: marquee 40s linear infinite;
}

.marquee-text ul li a {
  color: var(--white);
  display: flex;
  align-items: center;
  gap: 12px;
}

@keyframes marquee {
  0% {
    left: 0;
  }

  100% {
    left: -100%;
  }
}

/* =============================================
   UTILITY CLASSES
   ============================================= */
.section-py {
  padding: 60px 0;
}

.section-py-50 {
  padding: 50px 0;
}

.section-bg-red {
  background: var(--bg-primary-tint);
}

.bg-light-blue {
  background: var(--light-bg);
}

.bg-teal-tint {
  background: var(--bg-teal-tint);
}

.section-title {
  font-size: 2.2rem;
  font-weight: 800;
  color: var(--text-dark);
  line-height: 1.2;
}

.section-subtitle {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--teal);
  margin-bottom: 8px;
}

.section-subtitle::before {
  content: '';
  display: block;
  width: 20px;
  height: 3px;
  background: var(--teal);
  border-radius: 2px;
}

.text-primary-brand {
  color: var(--primary) !important;
}

.text-primary {
  color: var(--primary) !important;
}

.text-teal {
  color: var(--teal) !important;
}

.text-orange {
  color: var(--orange) !important;
}

.bg-primary-brand {
  background: var(--primary) !important;
}

.bg-teal {
  background: var(--teal) !important;
}

.bg-orange {
  background: var(--orange) !important;
}

.medical-icon {
  background: linear-gradient(135deg, var(--teal-light), var(--teal));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(0 0 3px var(--teal-shadow));
}

.object-position-center {
  object-position: center;
}

.object-position-top {
  object-position: top;
}

.object-position-bottom {
  object-position: bottom;
}

.counter-number {
  display: inline-block;
}


/* =============================================
   HEADER / TOP BAR / NAVBAR
   ============================================= */
header {
  position: sticky;
  top: 0;
  z-index: 1000;
}

.top-bar {
  background: #014520;
  border-bottom: 2px solid var(--bg-primary-tint);
  padding: 4px 0;
}

.top-bar a,
.top-bar span {
  color: var(--white);
  text-decoration: none;
  font-size: 0.85rem;
  font-weight: 600;
  transition: var(--transition-fast);
}

.top-bar a:hover {
  color: var(--light-bg);
}

.top-bar .location-text {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
}

.location-text i {
  font-size: 13px;
}

/* Option text */
.location-select option {
  color: #000;
}

.main-navbar {
  background: var(--white);
  padding: 12px 0;
  position: sticky;
  top: 0;
  z-index: 1000;
  transition: var(--transition);
  border-bottom: 1px solid var(--border-color);
}

.navbar-brand-text {
  text-decoration: none;
}

.navbar-brand-text img {
  max-width: 100%;
  max-height: 50px;
}

.nav-link-custom {
  color: var(--text-dark) !important;
  font-weight: 700;
  font-size: 0.9rem;
  padding: 8px 14px !important;
  border-radius: 8px;
  transition: var(--transition-fast);
  text-decoration: none;
  display: block;
}

.nav-link-custom:hover,
.nav-link-custom.active {
  color: var(--primary) !important;
}

.dropdown-menu {
  border: none;
  box-shadow: var(--shadow);
  border-radius: var(--radius);
  padding: 8px;
}

.dropdown-item {
  border-radius: 8px;
  font-weight: 600;
  padding: 8px 14px;
  color: var(--text-dark);
  font-size: 0.88rem;
}

.dropdown-item:hover {
  background: var(--light-bg);
  color: var(--teal);
}

.main-navbar .dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: var(--white);
  border-radius: 6px;
  padding: 10px 0;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.main-navbar li:hover>.dropdown-menu {
  display: block;
}

@media (min-width: 992px) and (max-width: 1200px) {
  .nav-link-custom {
    padding: 8px 4px !important;
  }
}

.cart-btn {
  position: relative;
  color: var(--teal);
  font-size: 1.2rem;
  cursor: pointer;
  padding: 6px;
  transition: var(--transition-fast);
}

.cart-badge {
  position: absolute;
  top: -4px;
  right: -6px;
  background: var(--orange);
  color: var(--white);
  font-size: 0.65rem;
  font-weight: 800;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* =============================================
   PAGE HERO (breadcrumb pages)
   ============================================= */
.page-hero {
  background: url(../images/banner/breadcumb.webp) center/cover no-repeat;
  padding: 80px 0 60px;
  color: var(--white);
  position: relative;
  overflow: hidden;
}

.page-hero::after {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 0;
}

.page-hero>* {
  position: relative;
  z-index: 2;
}

.page-hero h1 {
  font-size: 2.8rem;
  font-weight: 900;
  margin-bottom: 12px;
  color: var(--white) !important;
}

.page-hero p {
  opacity: 0.85;
  font-size: 1rem;
  color: var(--white) !important;
}

.breadcrumb-apl {
  display: flex;
  justify-content: center;
  gap: 8px;
  align-items: center;
  margin-top: 16px;
  font-size: 0.85rem;
  opacity: 0.8;
}

.breadcrumb-apl a {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
}

.breadcrumb-apl a:hover {
  color: var(--white);
}

.breadcrumb-apl .sep {
  opacity: 0.5;
}

/* =============================================
   HERO SECTION (home)
   ============================================= */
.hero-section {
  background: var(--white);
  min-height: 85vh;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  padding: 80px 0 60px;
}

.hero-tag {
  display: inline-block;
  background: var(--bg-teal-tint);
  color: var(--teal);
  padding: 6px 16px;
  border-radius: 30px;
  font-size: 0.85rem;
  font-weight: 700;
  margin-bottom: 16px;
  border: 1px solid rgba(45, 106, 79, 0.22);
}

.hero-title {
  font-size: 3.2rem;
  font-weight: 900;
  color: var(--primary);
  line-height: 1.15;
  margin-bottom: 20px;
}

.hero-title span {
  color: var(--teal);
  position: relative;
}

.hero-subtitle {
  font-size: 16px;
  color: var(--text-gray);
  margin-bottom: 30px;
  line-height: 1.7;
}

.hero-search-box {
  display: flex;
  background: var(--white);
  border-radius: var(--radius-pill);
  overflow: hidden;
  margin-bottom: 30px;
  border: 2px solid var(--bg-primary-tint);
}

.hero-search-box input {
  flex: 1;
  border: none;
  padding: 14px 22px;
  font-size: 0.95rem;
  color: var(--text-dark);
  outline: none;
  border: 1px solid var(--border-color);
  border-top-left-radius: var(--radius-pill);
  border-bottom-left-radius: var(--radius-pill);
}

.hero-search-box button {
  background: linear-gradient(135deg, var(--orange), var(--orange-light));
  color: var(--white);
  border: none;
  padding: 14px 26px;
  font-weight: 700;
  cursor: pointer;
  font-size: 0.9rem;
  white-space: nowrap;
  transition: var(--transition);
}

.hero-search-box button:hover {
  background: linear-gradient(135deg, #c48900, var(--orange));
}

.hero-search-wrapper {
  position: relative;
}

.hero-img-wrapper {
  position: relative;
  text-align: center;
}

.hero-img-wrapper img {
  max-width: 100%;
  object-fit: cover;
  border-radius: 8px;
}

.hero-floating-card {
  position: absolute;
  background: var(--white);
  border-radius: var(--radius);
  padding: 12px 16px;
  box-shadow: var(--shadow);
  display: flex;
  align-items: center;
  gap: 10px;
  animation: float 3s ease-in-out infinite;
}

.hero-floating-card.card-1 {
  top: 0;
  left: -50px;
  animation-delay: 0s;
}

.hero-floating-card.card-2 {
  bottom: -30px;
  right: -30px;
  animation-delay: 1.5s;
}

.hero-floating-card .icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
}

.hero-floating-card h6 {
  margin: 0;
  font-size: 0.8rem;
  font-weight: 800;
  color: var(--primary);
}

.hero-floating-card p {
  margin: 0;
  font-size: 0.72rem;
  color: var(--text-gray);
}

@keyframes float {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-10px);
  }
}

/* Banner Slider */
.hero-banner {
  object-fit: contain;
}

.banner-slide {
  position: relative;
}

.banner-slide img {
  width: 100%;
  /* height: calc(100vh - 140px); */
  max-height: 430px;
  object-fit: cover;
}

.corner-box-left {
  position: absolute;
  bottom: 20px;
  left: 20px;
}

.corner-box {
  position: absolute;
  bottom: 20px;
  right: 20px;
  background: var(--white);
  border-radius: 15px;
  padding: 10px;
  display: flex;
  align-items: center;
  gap: 10px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.corner-box .qr,
.corner-box .person {
  width: 120px;
  height: 120px;
}

.corner-box .person {
  border-radius: 10px;
  object-fit: cover;
}

/* Swiper Nav */
.hero-next,
.hero-prev,
.test-next,
.test-prev {
  width: 40px;
  height: 40px;
  background: var(--teal-light);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
  transition: var(--transition);
}

.hero-next::after,
.hero-prev::after,
.test-next::after,
.test-prev::after {
  font-size: 16px;
  font-weight: bold;
  color: var(--white);
}

.hero-next:hover,
.hero-prev:hover,
.test-next:hover,
.test-prev:hover {
  background: var(--primary-light);
}

.hero-next {
  right: 20px;
}

.test-next,
.test-prev {
  position: absolute !important;
  top: auto !important;
  bottom: 0 !important;
}

.test-prev {
  left: calc(50% - 60px) !important;
}

.test-next {
  right: calc(50% - 60px) !important;
}

.hero-prev {
  left: 20px;
}

.swiper-navigation-icon {
  height: 24px !important;
  width: 24px !important;
}

.swiper-navigation-icon path {
  fill: var(--white);
}

.swiper-pagination-bullet {
  width: 20px;
  height: 8px;
  background: var(--text-dark);
  border-radius: 12px;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 40px;
  height: 8px;
  background: var(--primary);
  border-radius: 12px;
}

/* =============================================
   STATS STRIP
   ============================================= */
.stats-strip {
  position: relative;
  overflow: hidden;
  padding: 40px 0;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  position: relative;
  z-index: 1;
  background: var(--bg-primary-tint);
  border-radius: 24px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.stat-card {
  padding: 36px 20px 32px;
  text-align: center;
  position: relative;
  transition: background 0.25s;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
}

.stat-card:not(:last-child)::after {
  content: '';
  position: absolute;
  right: 0;
  top: 20%;
  bottom: 20%;
  width: 1px;
  background: linear-gradient(to bottom,
      transparent,
      rgba(255, 255, 255, 0.25),
      transparent);
}

.stat-icon {
  width: 70px;
  height: 70px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.12);
  border: 3px solid var(--primary);
  outline: 2px solid var(--orange);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--text-dark);
}

.stat-icon svg {
  width: 36px;
  height: 36px;
  stroke: var(--text-dark);
}

.stat-number {
  font-size: 2.2rem;
  font-weight: 800;
  line-height: 1;
  color: var(--text-dark);
  letter-spacing: -1px;
  display: flex;
  align-items: baseline;
  justify-content: start;
  gap: 2px;
}

.stat-suffix {
  font-size: 1.6rem;
  font-weight: 700;
  opacity: 0.9;
  color: var(--primary);
}

.stat-label {
  margin-top: 10px;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--text-gray);
}

.stat-bar {
  margin: 14px 0;
  height: 2px;
  width: 40px;
  background: var(--teal);
  border-radius: 2px;
  overflow: hidden;
  display: none;
}

@media (max-width: 767px) {
  .stats-grid {
    grid-template-columns: repeat(1, 1fr);
  }

  .stat-card:nth-child(even)::after {
    display: none;
  }
}

/* =============================================
   CARDS — BASE
   ============================================= */
.card-apl {
  background: var(--white);
  border-radius: var(--radius-lg);
  transition: var(--transition);
  overflow: hidden;
  border: 1px solid var(--bg-primary-tint);
  box-shadow: var(--shadow-hover);
}

.card-apl:hover {
  transform: translateY(-6px);
}

/* =============================================
   TEST CARD
   ============================================= */
.test-card {
  background: var(--white);
  border-radius: var(--radius-lg);
  border: 1px solid var(--border-light);
  padding: 24px;
  box-shadow: var(--shadow-card);
  transition: var(--transition);
  height: 100%;
}

.test-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 30px var(--teal-shadow);
  border-color: var(--teal-light);
}

.test-card h5 {
  font-size: 1rem;
  font-weight: 800;
  color: var(--text-dark);
  margin-bottom: 6px;
}

.test-card .params {
  font-size: 0.82rem;
  color: var(--teal);
  font-weight: 700;
  margin-bottom: 10px;
}

.test-card ul {
  list-style: none;
  padding: 0;
  margin-bottom: 14px;
}

.test-card ul li {
  font-size: 14px;
  color: var(--text-gray);
  padding: 2px 0;
}

.test-card ul li::before {
  content: '✓ ';
  color: var(--teal);
  font-weight: 800;
}

.test-icon,
.book-test-cart span i,
.test-sym-ico {
  width: 60px;
  height: 60px;
  background: var(--light-bg);
  color: var(--teal);
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  margin-bottom: 16px;
  box-shadow: 1px 1px 1px var(--teal-shadow);
}

.book-test-cart span i,
.test-sym-ico {
  width: 40px;
  height: 40px;
  font-size: 1.3rem;
  margin-bottom: 0;
}

.test-price {
  font-size: 1.3rem;
  font-weight: 900;
  color: var(--text-dark);
}

.test-price del {
  font-size: 0.9rem;
  color: var(--text-gray);
  font-weight: 500;
}

.add-cart-btn {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  background: var(--bg-gradint-teal);
  border: none;
  color: var(--white);
  font-size: 1.1rem;
  cursor: pointer;
  transition: var(--transition);
  display: flex;
  align-items: center;
  justify-content: center;
}

.add-cart-btn:hover {
  transform: scale(1.15);
  box-shadow: 0 4px 15px var(--teal-shadow);
}

.add-cart-btn.sm {
  width: 28px;
  height: 28px;
  font-size: 0.75rem;
}

.discount-badge {
  background: var(--light-bg);
  color: var(--teal);
  font-size: 12px;
  font-weight: 800;
  padding: 2px 8px;
  border-radius: 20px;
}

/* =============================================
   PACKAGE CARD
   ============================================= */
.package-card {
  overflow: hidden;
  box-shadow: var(--shadow-card);
}

.package-card .pkg-img-wrapper {
  position: relative;
  overflow: hidden;
  height: 200px;
}

.package-card .pkg-img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s;
}

.package-card:hover .pkg-img-wrapper img {
  transform: scale(1.05);
}

.pkg-badge {
  position: absolute;
  top: 12px;
  left: 12px;
  background: var(--orange);
  color: var(--white);
  padding: 4px 12px;
  border-radius: 20px;
  font-size: 0.75rem;
  font-weight: 800;
}

.pkg-content {
  padding: 20px;
}

.pkg-content h5 {
  font-size: 1.05rem;
  font-weight: 800;
  color: var(--text-dark);
  margin-bottom: 8px;
}

.pkg-content p {
  font-size: 0.85rem;
  color: var(--text-gray);
  margin-bottom: 12px;
  line-height: 1.6;
}

.pkg-includes {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 14px;
}

.pkg-includes span {
  background: var(--light-bg);
  color: var(--teal);
  font-size: 0.75rem;
  font-weight: 700;
  padding: 3px 10px;
  border-radius: 20px;
}

.pkg-price {
  font-size: 1.5rem;
  font-weight: 900;
  color: var(--text-dark);
}

.pkg-price del {
  font-size: 16px;
  color: var(--text-gray);
  font-weight: 500;
}

/* =============================================
   DIAGNOSTICS HERO
   ============================================= */
.diagnostics-hero {
  position: relative;
  overflow: hidden;
  padding: 38px 0 34px;
  background:
    radial-gradient(circle at top right,
      var(--bg-orange-tint),
      transparent 26%),
    linear-gradient(135deg, #fdf4f4 0%, var(--white) 40%, #eefaf3 100%);
}

.diagnostics-hero::before {
  content: '';
  position: absolute;
  width: 340px;
  height: 340px;
  right: -110px;
  top: -120px;
  border-radius: 50%;
  background: var(--primary-light-2);
}

.diagnostics-hero::after {
  content: '';
  position: absolute;
  width: 260px;
  height: 260px;
  left: -120px;
  bottom: -120px;
  border-radius: 50%;
  background: var(--bg-teal-tint);
}

.diagnostics-hero .container {
  position: relative;
  z-index: 1;
}

.diagnostics-breadcrumb {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  background: rgba(255, 255, 255, 0.82);
  backdrop-filter: blur(10px);
  border: 1px solid var(--border-light);
  border-radius: var(--radius-pill);
  padding: 10px 18px;
  box-shadow: 0 12px 30px rgba(28, 31, 38, 0.05);
  margin-bottom: 22px;
}

.diagnostics-breadcrumb a,
.diagnostics-breadcrumb span {
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--text-gray);
}

.diagnostics-breadcrumb a:hover,
.diagnostics-breadcrumb .current {
  color: var(--primary);
}

.diagnostics-breadcrumb .sep {
  color: rgba(108, 117, 125, 0.7);
}

.diagnostics-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(300px, 0.9fr);
  gap: 26px;
  align-items: stretch;
}

.diagnostics-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  border-radius: var(--radius-pill);
  background: var(--bg-teal-tint);
  color: var(--teal);
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin-bottom: 18px;
}

.diagnostics-title {
  font-size: clamp(2rem, 3.6vw, 3.4rem);
  line-height: 1.05;
  font-weight: 900;
  color: var(--text-dark);
  margin-bottom: 16px;
  max-width: 11ch;
}

.diagnostics-title span {
  color: var(--primary);
}

.diagnostics-lead {
  font-size: 1rem;
  line-height: 1.75;
  color: var(--text-gray);
  max-width: 60ch;
  margin-bottom: 22px;
}

.diagnostics-stat-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.diagnostics-stat {
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid var(--bg-primary-tint);
  border-radius: 20px;
  padding: 18px;
  box-shadow: 0 16px 35px rgba(28, 31, 38, 0.06);
}

.diagnostics-stat strong {
  display: block;
  font-size: 1.4rem;
  font-weight: 900;
  color: var(--text-dark);
  margin-bottom: 4px;
}

.diagnostics-stat span {
  display: block;
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--text-gray);
  line-height: 1.5;
}

.diagnostics-trust-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: linear-gradient(160deg, var(--text-dark) 0%, #22352f 100%);
  color: var(--white);
  padding: 26px;
  border-radius: 28px;
  box-shadow: 0 26px 60px rgba(28, 31, 38, 0.24);
}

.diagnostics-trust-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border-radius: var(--radius-pill);
  background: rgba(255, 255, 255, 0.12);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin-bottom: 18px;
}

.diagnostics-trust-card h3 {
  font-size: 1.6rem;
  line-height: 1.2;
  font-weight: 900;
  margin-bottom: 10px;
}

.diagnostics-trust-card p {
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.92rem;
  line-height: 1.7;
  margin-bottom: 20px;
}

.diagnostics-checks {
  display: grid;
  gap: 12px;
  margin-bottom: 20px;
}

.diagnostics-checks li {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.88rem;
  line-height: 1.6;
}

.diagnostics-checks i {
  color: var(--teal-xlight);
  margin-top: 4px;
}

.diagnostics-note {
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  display: flex;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}

.diagnostics-note-item span {
  display: block;
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: rgba(255, 255, 255, 0.55);
  margin-bottom: 6px;
}

.diagnostics-note-item strong {
  font-size: 0.92rem;
  font-weight: 800;
  color: var(--white);
}

/* =============================================
   DIAGNOSTICS TOOLBAR
   ============================================= */
.diagnostics-toolbar-wrap {
  position: relative;
  margin-top: -34px;
  margin-bottom: 34px;
  z-index: 2;
}

.diagnostics-toolbar {
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(10px);
  border: 1px solid var(--border-light);
  border-radius: 28px;
  box-shadow: var(--shadow-card);
  padding: 24px;
}

.diagnostics-toolbar-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  gap: 18px 22px;
  align-items: center;
}

.diagnostics-search {
  position: relative;
}

.diagnostics-search i {
  position: absolute;
  left: 18px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--text-gray);
}

.diagnostics-search input {
  width: 100%;
  min-height: 58px;
  border-radius: 18px;
  border: 2px solid var(--border-light);
  background: #fdfefe;
  padding: 0 18px 0 48px;
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--text-dark);
  outline: none;
  transition: var(--transition-fast);
}

.diagnostics-search input:focus {
  border-color: var(--teal);
  box-shadow: 0 0 0 4px var(--bg-teal-tint);
}

.catalog-switch {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 10px;
}

.catalog-switch .btn,
.catalog-chip {
  border: 1px solid var(--border-color);
  background: var(--white);
  color: var(--text-dark);
  border-radius: var(--radius-pill);
  padding: 10px 16px;
  font-size: 0.82rem;
  font-weight: 800;
  transition: var(--transition-fast);
}

.catalog-switch .btn:hover,
.catalog-switch .btn.active,
.catalog-chip:hover,
.catalog-chip.active {
  background: var(--primary);
  border-color: var(--primary);
  color: var(--white);
}

.catalog-chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.catalog-highlights {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 10px;
}

.catalog-highlight {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--light-bg);
  color: var(--teal);
  border-radius: var(--radius-pill);
  padding: 10px 14px;
  font-size: 0.8rem;
  font-weight: 800;
  border: 1px solid var(--border-color);
}

.catalog-area {
  padding-bottom: 70px;
}

.diagnostics-results-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 26px;
  flex-wrap: wrap;
}

.diagnostics-results-head p {
  margin: 0;
  font-size: 0.92rem;
  color: var(--text-gray);
}

.diagnostics-results-head strong {
  color: var(--text-dark);
}

/* =============================================
   CATALOG CARDS
   ============================================= */
.catalog-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
}

.catalog-card,
.package-system-card {
  height: 100%;
}

.catalog-card {
  display: flex;
  flex-direction: column;
  background: linear-gradient(180deg, var(--white) 0%, #fcfcfc 100%);
  border-radius: 24px;
  border: 1px solid var(--border-light);
  box-shadow: 0 18px 40px rgba(28, 31, 38, 0.06);
  padding: 22px;
  transition: transform 0.28s ease;
}

.catalog-card:hover,
.package-system-card:hover {
  transform: translateY(-6px);
}

.catalog-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 16px;
}

.catalog-icon {
  width: 62px;
  height: 62px;
  border-radius: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.45rem;
  color: var(--card-accent, var(--primary));
  background: color-mix(in srgb, var(--card-accent, var(--primary)) 12%, white);
  border: 1px solid color-mix(in srgb, var(--card-accent, var(--primary)) 20%, white);
}

.catalog-badge {
  display: inline-flex;
  align-items: center;
  border-radius: var(--radius-pill);
  padding: 7px 12px;
  background: color-mix(in srgb, var(--card-accent, var(--primary)) 12%, white);
  color: var(--card-accent, var(--primary));
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.catalog-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 12px;
}

.catalog-meta span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border-radius: var(--radius-pill);
  padding: 6px 10px;
  background: var(--light-gray);
  font-size: 0.74rem;
  font-weight: 800;
  color: var(--text-gray);
}

.catalog-title {
  font-size: 1.08rem;
  font-weight: 900;
  color: var(--text-dark);
  line-height: 1.35;
  margin-bottom: 10px;
}

.catalog-copy {
  font-size: 0.88rem;
  line-height: 1.65;
  color: var(--text-gray);
  margin-bottom: 14px;
}

.catalog-feature-list {
  display: grid;
  gap: 8px;
  margin-bottom: 16px;
}

.catalog-feature-list span {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--text-dark);
  line-height: 1.5;
}

.catalog-feature-list i {
  color: var(--teal);
  margin-top: 3px;
}

.catalog-tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: auto;
  margin-bottom: 18px;
}

.catalog-tag {
  display: inline-flex;
  align-items: center;
  border-radius: var(--radius-pill);
  padding: 6px 10px;
  background: var(--bg-orange-tint);
  color: var(--orange);
  font-size: 0.72rem;
  font-weight: 800;
}

.catalog-price-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 16px;
}

.price-stack {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 8px 10px;
}

.price-current {
  font-size: 1.4rem;
  line-height: 1;
  font-weight: 900;
  color: var(--text-dark);
}

.price-old {
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--text-gray);
  text-decoration: line-through;
}

.price-off {
  display: inline-flex;
  align-items: center;
  border-radius: var(--radius-pill);
  padding: 6px 10px;
  background: var(--bg-teal-tint);
  color: var(--teal);
  font-size: 0.72rem;
  font-weight: 900;
}

.catalog-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 48px;
  border-radius: 14px;
  background: linear-gradient(135deg,
      var(--card-accent, var(--primary)),
      color-mix(in srgb, var(--card-accent, var(--primary)) 72%, white));
  color: var(--white);
  font-size: 0.88rem;
  font-weight: 800;
  text-decoration: none;
  border: none;
  box-shadow: 0 14px 24px color-mix(in srgb, var(--card-accent, var(--primary)) 28%, transparent);
}

.catalog-action:hover {
  color: var(--white);
}

.catalog-carousel .swiper-wrapper {
  padding-top: 8px;
  padding-bottom: 46px;
}

.catalog-carousel .swiper-slide {
  height: auto;
}

.catalog-carousel .swiper-pagination-bullet-active {
  background: var(--primary);
}

/* =============================================
   PACKAGE SYSTEM CARD
   ============================================= */
.package-system-card {
  --package-accent: var(--primary);
  display: flex;
  flex-direction: column;
  background: linear-gradient(180deg, var(--white) 0%, #fbfbfb 100%);
  border-radius: 28px;
  overflow: hidden;
  border: 1px solid var(--border-light);
  box-shadow: 0 20px 45px rgba(28, 31, 38, 0.08);
}

.package-system-header {
  position: relative;
  padding: 24px;
  background:
    radial-gradient(circle at top right,
      color-mix(in srgb, var(--package-accent) 14%, white),
      transparent 35%),
    linear-gradient(180deg,
      color-mix(in srgb, var(--package-accent) 8%, white),
      rgba(255, 255, 255, 0.9));
}

.package-system-label {
  display: inline-flex;
  align-items: center;
  border-radius: var(--radius-pill);
  padding: 7px 12px;
  background: var(--package-accent);
  color: var(--white);
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin-bottom: 14px;
}

.package-system-title {
  font-size: 1.2rem;
  font-weight: 900;
  line-height: 1.3;
  color: var(--text-dark);
  margin-bottom: 8px;
}

.package-system-subtitle {
  font-size: 0.88rem;
  line-height: 1.7;
  color: var(--text-gray);
  margin-bottom: 14px;
}

.package-system-metrics {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.package-system-metric {
  display: inline-flex;
  align-items: center;
  border-radius: var(--radius-pill);
  padding: 7px 10px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid var(--border-light);
  color: var(--text-dark);
  font-size: 0.74rem;
  font-weight: 800;
}

.package-system-body {
  display: flex;
  flex-direction: column;
  gap: 18px;
  padding: 20px 24px 24px;
  height: 100%;
}

.package-system-list {
  display: grid;
  gap: 10px;
}

.package-system-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 0.84rem;
  font-weight: 700;
  color: var(--text-dark);
  line-height: 1.55;
}

.package-system-list i {
  color: var(--package-accent);
  margin-top: 3px;
}

.package-system-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-top: auto;
  padding-top: 16px;
  border-top: 1px solid var(--border-light);
}

.package-system-price-wrap {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.package-system-price {
  font-size: 1.5rem;
  font-weight: 900;
  color: var(--text-dark);
  line-height: 1;
}

.package-system-mrp {
  font-size: 0.86rem;
  font-weight: 700;
  color: var(--text-gray);
  text-decoration: line-through;
}

.package-system-save {
  display: inline-flex;
  align-items: center;
  border-radius: var(--radius-pill);
  padding: 6px 10px;
  background: var(--bg-orange-tint);
  color: var(--orange);
  font-size: 0.72rem;
  font-weight: 900;
}

.package-system-btn {
  background: linear-gradient(135deg,
      var(--package-accent),
      color-mix(in srgb, var(--package-accent) 72%, white));
  color: var(--white);
  border-radius: 14px;
  padding: 12px 18px;
  font-size: 0.84rem;
  font-weight: 800;
  text-decoration: none;
  white-space: nowrap;
}

.package-system-btn:hover {
  color: var(--white);
}

/* =============================================
   BLOG CARDS
   ============================================= */
.blog-card {
  background: var(--white);
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 5px 25px rgba(0, 53, 128, 0.08);
  transition: var(--transition);
  height: 100%;
  position: relative;
}

.blog-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 40px rgba(0, 53, 128, 0.15);
}

.blog-thumb {
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 4rem;
  position: relative;
  overflow: hidden;
}

.blog-img-wrapper {
  position: relative;
  overflow: hidden;
  height: 220px;
}

.blog-img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s;
}

.blog-card:hover .blog-img-wrapper img {
  transform: scale(1.05);
}

.blog-category {
  position: absolute;
  top: 12px;
  left: 12px;
  background: var(--teal);
  color: var(--white);
  padding: 4px 12px;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 800;
}

.blog-content {
  padding: 20px;
}

.blog-meta {
  display: flex;
  gap: 12px;
  margin-bottom: 10px;
}

.blog-meta span {
  font-size: 14px;
  color: var(--text-gray);
  font-weight: 600;
}

.blog-meta i {
  color: var(--teal);
}

.blog-content h4,
.blog-content p {
  display: -webkit-box;
  /* Required: establishes a webkit-box container */
  -webkit-line-clamp: 2;
  /* Number of lines to show before truncating */
  -webkit-box-orient: vertical;
  /* Required: sets the direction of the box */
  overflow: hidden
}


.blog-title {
  margin-bottom: 10px;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.blog-excerpt {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 14px;
}

.read-more {
  color: var(--teal);
  font-weight: 700;
  text-decoration: none;
  font-size: 0.88rem;
  transition: var(--transition-fast);
}

.read-more:hover {
  color: var(--primary);
}

.blog-featured {
  background: var(--white);
  border-radius: 20px;
  overflow: hidden;
  box-shadow: var(--borderhadow) !important;
  margin-bottom: 50px;
}

.featured-thumb {
  height: 340px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 6rem;
}

.featured-content {
  padding: 36px;
}

.sidebar-card {
  background: var(--white);
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(0, 53, 128, 0.08);
  padding: 24px;
  margin-bottom: 24px;
}

.sidebar-title {
  font-size: 1rem;
  font-weight: 800;
  color: var(--primary);
  margin-bottom: 16px;
  padding-bottom: 10px;
  border-bottom: 2px solid var(--border-light);
}

.recent-post {
  display: flex;
  gap: 12px;
  margin-bottom: 16px;
  align-items: flex-start;
}

.recent-thumb {
  width: 60px;
  height: 60px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  flex-shrink: 0;
  color: var(--teal);
  background: var(--bg-teal-tint);
}

.recent-post h6 {
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--text-dark);
  margin-bottom: 4px;
  line-height: 1.3;
}

.recent-post small {
  color: var(--text-light);
  font-size: 0.73rem;
}

.tag-cloud a {
  display: inline-block;
  background: var(--light-bg);
  color: var(--teal);
  font-size: 0.78rem;
  padding: 5px 14px;
  border-radius: 30px;
  margin: 4px;
  text-decoration: none;
  transition: var(--transition);
}

.tag-cloud a:hover {
  background: var(--teal);
  color: var(--white);
}

/* =============================================
   BLOG DETAIL PAGE
   ============================================= */
.blog-detail-hero {
  padding: 20px 0;
}

.blog-detail-title {
  font-size: 34px;
  font-weight: 800;
  color: var(--text-dark);
}

.blog-detail-content {
  font-size: 15px;
  line-height: 1.8;
  color: var(--text-mid);
}

.blog-detail-content h4 {
  margin-top: 25px;
  font-weight: 700;
  color: var(--text-dark);
}

.blog-detail-content ul {
  padding-left: 18px;
}

.blog-detail-content li {
  margin-bottom: 8px;
}

.blog-quote {
  background: var(--white);
  padding: 20px;
  border-left: 4px solid var(--primary);
  border-radius: 10px;
  font-style: italic;
  margin: 25px 0;
}

/* =============================================
   TEAM CARD
   ============================================= */
.team-card {
  text-align: center;
  overflow: hidden;
  box-shadow: var(--shadow-card);
}

.team-img-wrapper {
  position: relative;
  overflow: hidden;
}

.team-img-wrapper img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  transition: transform 0.4s;
}

.team-card:hover .team-img-wrapper img {
  transform: scale(1.05);
}

.team-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(27, 67, 50, 0.88), transparent);
  opacity: 0;
  transition: opacity 0.3s;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-bottom: 20px;
}

.team-card:hover .team-overlay {
  opacity: 1;
}

.team-social a {
  color: var(--white);
  margin: 0 6px;
  font-size: 1.1rem;
  text-decoration: none;
  transition: var(--transition-fast);
}

.team-social a:hover {
  color: var(--orange);
}

.team-info {
  padding: 18px;
}

.team-info h5 {
  font-size: 1rem;
  font-weight: 800;
  color: var(--text-dark);
  margin-bottom: 4px;
}

.team-info p {
  font-size: 0.83rem;
  color: var(--teal);
  font-weight: 700;
  margin: 0;
}

/* =============================================
   BRANCH CARD
   ============================================= */
.branch-card {
  padding: 24px;
  height: 100%;
  box-shadow: var(--shadow-card);
}

.branch-icon {
  width: 50px;
  height: 50px;
  background: var(--bg-gradint-teal);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  font-size: 1.3rem;
  margin-bottom: 16px;
}

.branch-card h5 {
  font-size: 1rem;
  font-weight: 800;
  color: var(--text-dark);
  margin-bottom: 10px;
}

.branch-info {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.branch-info-item {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 0.83rem;
  color: var(--text-gray);
}

.branch-info-item a {
  color: var(--text-gray);
}

.branch-info-item a:hover {
  color: var(--teal);
}

.branch-info-item i {
  color: var(--teal);
  margin-top: 2px;
  min-width: 14px;
}

/* =============================================
   GALLERY
   ============================================= */
/* Filter pill strip */
/* Pehle */
.gallery-img-wrap img {
  width: 100%;
  display: block;
  transition: transform 0.45s ease;
}

/* Ab — yeh karo */
.gallery-img-wrap {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius);
  cursor: pointer;
  height: 220px;
  /* ← fixed height */
}

.gallery-img-wrap img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  /* ← crop to fit */
  transition: transform 0.45s ease;
}

.gallery-filter-btn {
  background: transparent;
  border: none;
  padding: 8px 20px;
  border-radius: var(--radius-pill);
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--text-gray);
  cursor: pointer;
  transition: var(--transition-fast);
  white-space: nowrap;
}

.gallery-filter-btn:hover {
  color: var(--primary);
  background: rgba(200, 39, 44, 0.06);
}

.gallery-filter-btn.active {
  background: var(--primary);
  color: var(--white);
  box-shadow: 0 4px 14px rgba(200, 39, 44, 0.3);
}

/* Ab */
.gallery-masonry {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

@media (max-width: 991px) {
  .gallery-masonry {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 640px) {
  .gallery-masonry {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 400px) {
  .gallery-masonry {
    grid-template-columns: 1fr;
  }
}

/* Image card */
.gallery-img-wrap {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius);
  cursor: pointer;
}

.gallery-img-wrap img {
  width: 100%;
  display: block;
  transition: transform 0.45s ease;
}

.gallery-img-wrap:hover img {
  transform: scale(1.06);
}

/* Overlay */
.gallery-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top,
      rgba(0, 0, 0, 0.75) 0%,
      rgba(0, 0, 0, 0.1) 50%,
      transparent 100%);
  opacity: 0;
  transition: opacity 0.3s ease;
  display: flex;
  align-items: flex-end;
  padding: 16px;
  border-radius: var(--radius);
}

.gallery-img-wrap:hover .gallery-overlay {
  opacity: 1;
}

.gallery-overlay-inner {
  width: 100%;
}

.gallery-zoom-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -60%);
  width: 44px;
  height: 44px;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(6px);
  border: 1.5px solid rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  font-size: 1rem;
  transition:
    transform 0.3s ease,
    opacity 0.3s ease;
  opacity: 0;
}

.gallery-img-wrap:hover .gallery-zoom-icon {
  opacity: 1;
  transform: translate(-50%, -50%);
}

.gallery-overlay-text {
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--white);
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
  margin-bottom: 4px;
}

.gallery-category-tag {
  display: inline-block;
  background: var(--primary);
  color: var(--white);
  font-size: 0.65rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  padding: 2px 8px;
  border-radius: var(--radius-pill);
}

/* Animation */
@keyframes galleryFadeIn {
  from {
    opacity: 0;
    transform: translateY(8px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* =============================================
   TESTIMONIALS
   ============================================= */
.testimonial-card {
  background: var(--white);
  border: 1.5px solid var(--gray-200);
  border-radius: var(--radius-lg);
  padding: 28px 26px;
  height: 100%;
  position: relative;
  transition: var(--transition);
  box-shadow: var(--shadow-xs);
  overflow: hidden;
}

.testimonial-card::before {
  content: '\201C';
  position: absolute;
  top: -8px;
  right: 20px;
  font-size: 100px;
  font-family: Georgia, serif;
  color: var(--teal-xlight);
  line-height: 1;
  pointer-events: none;
}
.testimonial-card:hover {
  border-color: rgba(46,196,148,.35);
  box-shadow: var(--shadow-md);
  transform: translateY(-4px);
}

.stars {
  color: var(--orange);
  font-size: 14px;
  letter-spacing: 2px;
  margin-bottom: 14px;
  display: block;
}


.testimonialSwiper h6 {
  margin-bottom: 0;
}

.testimonial-card p {
  font-size: 15px;
  color: var(--text-sub);
  line-height: 1.6;
}
.author {
  display: flex;
  align-items: center;
  gap: 12px;
  border-top: 1px solid var(--gray-100);
  padding-top: 16px;
}

.avatar {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--teal) 0%, #1aa876 100%);
  color: var(--white);
  font-size: 16px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 3px 10px rgba(46,196,148,.3);
  flex-shrink: 0;
}

.author h6 {
  font-size: 14px;
  font-weight: 700;
  color: var(--text-dark);
  margin: 0 0 2px;
}
.author span {
  font-size: 12px;
  color: var(--text-muted);
}

/* =============================================
   CERTIFICATIONS
   ============================================= */
.cert-section {
  background: linear-gradient(135deg,
      var(--primary) 0%,
      var(--primary-light) 50%,
      var(--teal) 100%);
  padding: 70px 0;
  position: relative;
  overflow: hidden;
}

.cert-section::before {
  content: '';
  position: absolute;
  top: -50%;
  right: -10%;
  width: 400px;
  height: 400px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 50%;
}

.cert-logo-item {
  background: rgba(255, 255, 255, 0.12);
  border-radius: 16px;
  padding: 20px 30px;
  text-align: center;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  transition: var(--transition);
}

.cert-logo-item:hover {
  background: rgba(255, 255, 255, 0.2);
  transform: translateY(-4px);
}

.cert-logo-item img {
  max-height: 70px;
  filter: brightness(0) invert(1);
  object-fit: contain;
}

/* =============================================
   WHY CHOOSE US
   ============================================= */

.why-card {
  background: var(--white);
  border-radius: var(--radius-lg);
  padding: 24px 16px;
  text-align: center;
  border: 1.5px solid rgba(82, 183, 136, 0.15);
  transition:
    transform 0.25s,
    box-shadow 0.25s;
  height: 100%;
}

.why-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-hover);
}

.why-icon {
  width: 58px;
  height: 58px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  margin: 0 auto 13px;
  background: var(--white);
  box-shadow: var(--borderhadow);
}

/* =============================================
   PROCESS STEPS
   ============================================= */
.process-step {
  text-align: center;
  position: relative;
}

.step-circle {
  width: 70px;
  height: 70px;
  border-radius: 12px;
  background: var(--bg-gradint2);
  color: var(--white);
  font-size: 1.4rem;
  font-weight: 900;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 16px;
  box-shadow: 0 6px 20px var(--primary-shadow);
}

.step-connector {
  position: absolute;
  top: 35px;
  left: calc(50% + 40px);
  right: calc(-50% + 40px);
  height: 2px;
  border-top: 2px dashed var(--border-color);
  z-index: 0;
}

.process-step h5 {
  font-size: 1rem;
  font-weight: 800;
  color: var(--text-dark);
  margin-bottom: 6px;
}

.process-step p {
  font-size: 14px;
  color: var(--text-gray);
  line-height: 1.6;
  margin: 0;
}

/* =============================================
   CART SIDEBAR
   ============================================= */
.cart-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 2000;
  opacity: 0;
  visibility: hidden;
  transition: var(--transition);
}

.cart-overlay.active {
  opacity: 1;
  visibility: visible;
}

.cart-sidebar {
  height: 100vh;
  background: var(--white);
  z-index: 2001;
  transition: right 0.4s ease;
  overflow-y: auto;
  box-shadow: -10px 0 40px rgba(0, 0, 0, 0.15);
  display: flex;
  flex-direction: column;
}

.cart-header {
  padding: 14px 24px;
  border-bottom: 1px solid var(--border-color);
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: sticky;
  top: 0;
  background: var(--white);
  z-index: 10;
}

.cart-close {
  background: none;
  border: none;
  font-size: 1.3rem;
  cursor: pointer;
  color: var(--text-gray);
  transition: var(--transition-fast);
}

.cart-close:hover {
  color: var(--primary);
}

.cart-items {
  flex: 1;
  padding: 20px 24px;
  overflow-y: auto;
}

.cart-item {
  display: flex;
  gap: 14px;
  padding: 14px 0;
  border-bottom: 1px solid var(--border-color);
}

.cart-item-icon {
  width: 50px;
  height: 50px;
  border-radius: 12px;
  background: var(--light-bg);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  flex-shrink: 0;
  box-shadow: var(--borderhadow);
}

.cart-item-info {
  flex: 1;
}

.cart-item-info p {
  font-size: 0.8rem;
  color: var(--text-gray);
  margin: 0;
}

.cart-item-price {
  font-size: 1rem;
  font-weight: 700;
  color: var(--teal);
}

.cart-remove {
  background: none;
  border: none;
  color: var(--text-gray);
  cursor: pointer;
  font-size: 1rem;
  transition: var(--transition-fast);
}

.cart-remove:hover {
  color: var(--primary);
}

.cart-empty {
  text-align: center;
  padding: 60px 20px;
}

.cart-empty i {
  font-size: 3rem;
  color: var(--border-color);
  margin-bottom: 16px;
  display: block;
}

.cart-empty p {
  color: var(--text-gray);
  font-size: 0.95rem;
}

.cart-footer {
  padding: 20px 24px;
  border-top: 1px solid var(--border-color);
  background: var(--white);
}

.cart-total {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}

.cart-total span {
  font-size: 1rem;
  font-weight: 700;
  color: var(--text-dark);
}

.cart-total strong {
  font-size: 1.3rem;
  font-weight: 700;
  color: var(--teal);
}

.clear-btn {
  flex: 1;
  padding: 10px;
  border: 2px solid var(--border-color);
  border-radius: var(--radius-md);
  background: var(--white);
  color: var(--text-gray);
  font-weight: 700;
  cursor: pointer;
}

.clear-btn-2 {
  text-decoration: none;
  font-size: 14px;
  padding: 10px 18px;
  border: 2px solid var(--border-color);
  border-radius: var(--radius-md);
  background: var(--white);
  color: var(--text-gray);
  font-weight: 700;
  cursor: pointer;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 10px;
  transition: var(--transition);
}

/* =============================================
   AUTH / LOGIN
   ============================================= */
.auth-section {
  display: flex;
  align-items: center;
  background: var(--bg-gradint);
  padding: 40px 0;
}

.auth-card {
  background: var(--white);
  border-radius: var(--radius-lg);
  box-shadow: var(--borderhadow);
  overflow: hidden;
}

.auth-left {
  background: var(--teal-light);
  padding: 40px;
  color: var(--white);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.auth-left h2 {
  font-size: 2rem;
  font-weight: 900;
  margin-bottom: 16px;
}

.auth-left p {
  opacity: 0.85;
  line-height: 1.8;
  margin-bottom: 30px;
}

.auth-feature {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 14px;
}

.auth-feature i {
  width: 36px;
  height: 36px;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.9rem;
}

.auth-feature span {
  font-size: 0.88rem;
  font-weight: 600;
}

.auth-right {
  padding: 40px;
}

.auth-right h3 {
  font-size: 1.6rem;
  font-weight: 900;
  color: var(--text-dark);
  margin-bottom: 8px;
}

.auth-right p {
  color: var(--text-gray);
  margin-bottom: 30px;
  font-size: 0.9rem;
}

.form-group-apl {
  margin-bottom: 8px;
}

.form-label-apl {
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--text-dark);
  margin-bottom: 0px;
  display: block;
}

.form-control-apl {
  width: 100%;
  padding: 12px 16px;
  border: 2px solid var(--border-color);
  border-radius: 10px;
  font-size: 0.9rem;
  transition: var(--transition-fast);
  outline: none;
  color: var(--text-dark);
  font-family: 'Nunito', sans-serif;
}

.form-control-apl:focus {
  border-color: var(--teal);
  box-shadow: 0 0 0 3px var(--bg-teal-tint);
}

.input-group-apl {
  position: relative;
}

.input-icon {
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--text-gray);
  font-size: 0.9rem;
}

.input-group-apl .form-control-apl {
  padding-left: 40px;
}

.auth-divider {
  text-align: center;
  position: relative;
  margin: 20px 0;
}

.auth-divider::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 1px;
  background: var(--border-color);
}

.auth-divider span {
  background: var(--white);
  padding: 0 14px;
  color: var(--text-gray);
  font-size: 0.85rem;
  position: relative;
  z-index: 1;
}

.social-login {
  display: flex;
  gap: 12px;
}

.social-btn {
  flex: 1;
  border: 2px solid var(--border-color);
  background: var(--white);
  border-radius: 10px;
  padding: 10px;
  font-size: 0.9rem;
  font-weight: 600;
  cursor: pointer;
  transition: var(--transition-fast);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.social-btn:hover {
  border-color: var(--primary);
  color: var(--primary);
}

/* =============================================
   DASHBOARD
   ============================================= */
.dashboard-section {
  background: var(--light-gray);
  min-height: calc(100vh - 200px);
  padding: 50px 0;
}

/* .dashboard-sidebar {
  background: var(--white);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
  padding: 24px;
  height: fit-content;
} */

.user-avatar-large {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--primary), var(--teal));
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  font-size: 2rem;
  font-weight: 900;
  margin: 0 auto 12px;
}

.sidebar-nav {
  list-style: none;
  padding: 0;
  margin: 20px 0 0;
}

.sidebar-nav li a {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  border-radius: 10px;
  color: var(--text-dark);
  text-decoration: none;
  font-weight: 600;
  font-size: 0.88rem;
  transition: var(--transition-fast);
  margin-bottom: 4px;
}

.sidebar-nav li a:hover,
.sidebar-nav li a.active {
  background: var(--light-bg);
  color: var(--primary);
}

.sidebar-nav li a i {
  width: 20px;
  color: var(--teal);
}

.dashboard-content {
  background: var(--white);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
  padding: 30px;
}

.booking-history-item {
  border: 1px solid var(--border-color);
  border-radius: var(--radius);
  padding: 16px;
  margin-bottom: 14px;
  display: flex;
  align-items: center;
  gap: 16px;
}

.booking-icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: var(--light-bg);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  flex-shrink: 0;
}

.booking-status {
  padding: 4px 12px;
  border-radius: 20px;
  font-size: 0.75rem;
  font-weight: 800;
}

.status-pending {
  background: #fff3cd;
  color: #856404;
}

.status-confirmed {
  background: #d1ecf1;
  color: #0c5460;
}

.status-completed {
  background: var(--light-bg);
  color: var(--teal);
}

/* =============================================
   BOOKING STEPS
   ============================================= */
.booking-steps {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}

.booking-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  flex: 1;
  max-width: 150px;
}

.booking-step-circle {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  border: 3px solid var(--border-color);
  background: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 0.9rem;
  color: var(--text-gray);
  transition: var(--transition);
  position: relative;
  z-index: 1;
}

.booking-step.active .booking-step-circle {
  border-color: var(--primary);
  background: var(--primary);
  color: var(--white);
}

.booking-step.passed .booking-step-circle {
  border-color: var(--primary);
  background: var(--primary);
  color: var(--white);
}

.booking-step.passed .booking-step-connector {
  background: var(--primary);
}

.booking-step.done .booking-step-circle {
  border-color: var(--teal);
  background: var(--teal);
  color: var(--white);
}

.booking-step-label {
  font-size: 0.75rem;
  font-weight: 700;
  color: var(--text-gray);
  margin-top: 6px;
  text-align: center;
}

.booking-step.active .booking-step-label {
  color: var(--primary);
}

.booking-step-connector {
  position: absolute;
  top: 22px;
  left: calc(50% + 22px);
  right: calc(-50% + 22px);
  height: 3px;
  background: var(--border-color);
  z-index: 0;
}

.booking-step.done .booking-step-connector {
  background: var(--teal);
}

/* =============================================
   CONTACT
   ============================================= */
.contact-info-item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 24px;
}

.contact-icon {
  width: 50px;
  height: 50px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  flex-shrink: 0;
}

.contact-icon.blue {
  background: var(--light-bg);
  color: var(--primary);
}

.contact-icon.teal {
  background: var(--bg-teal-tint);
  color: var(--teal);
}

.contact-icon.orange {
  background: var(--bg-orange-tint);
  color: var(--orange);
}

.contact-info-item h6 {
  font-size: 0.85rem;
  font-weight: 800;
  color: var(--primary);
  margin-bottom: 4px;
}

.contact-info-item p {
  font-size: 0.85rem;
  color: var(--text-gray);
  margin: 0;
  line-height: 1.6;
}

.map-wrapper {
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-soft);
  height: 400px;
}

.map-wrapper iframe {
  width: 100%;
  height: 100%;
  border: none;
}

/* =============================================
   CAREER
   ============================================= */
.job-card {
  padding: 24px;
}

.job-card h5 {
  font-size: 1.05rem;
  font-weight: 800;
  color: var(--primary);
  margin-bottom: 8px;
}

.job-tags {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 12px;
}

.job-tag {
  background: var(--light-bg);
  color: var(--primary);
  font-size: 0.75rem;
  font-weight: 700;
  padding: 4px 10px;
  border-radius: 20px;
}

.job-tag.type {
  background: var(--bg-teal-tint);
  color: var(--teal);
}

.job-desc {
  font-size: 0.85rem;
  color: var(--text-gray);
  line-height: 1.7;
  margin-bottom: 16px;
}

/* =============================================
   ABOUT
   ============================================= */
.about-vision-card {
  padding: 28px;
  text-align: center;
}

.about-vision-icon {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  margin: 0 auto 16px;
}

/* =============================================
   AWARDS
   ============================================= */
.award-clean-item {
  text-align: center;
  transition: var(--transition);
  padding: 10px;
}

.award-clean-item img {
  height: 90px;
  object-fit: contain;
  margin-bottom: 15px;
  transition: var(--transition);
}

.award-clean-item h6 {
  font-weight: 700;
  color: var(--text-dark);
  margin-bottom: 6px;
}

.award-clean-item p {
  font-size: 14px;
  color: var(--text-gray);
  line-height: 1.5;
}

.award-clean-item:hover img {
  transform: scale(1.1);
}

.award-clean-item:hover h6 {
  color: var(--primary);
}

/* =============================================
   VIDEO BOX
   ============================================= */
.video-box {
  position: relative;
  cursor: pointer;
  aspect-ratio: 16/9;
}

.video-thumb {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  aspect-ratio: 16/9;
}

.video-thumb img {
  width: 100%;
  display: block;
  height: 100%;
}

.play-btn {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.play-btn i {
  background: rgba(0, 0, 0, 0.6);
  color: var(--white);
  font-size: 28px;
  padding: 18px;
  border-radius: 50%;
  transition: var(--transition);
}

.video-box:hover .play-btn i {
  transform: scale(1.1);
  background: var(--primary);
}

.video-box iframe {
  width: 100%;
  height: 250px;
  border-radius: 12px;
}

/* =============================================
   CUSTOM / MODERN CARDS
   ============================================= */
.custom-card {
  background: var(--white);
  padding: 35px;
  border-radius: 20px;
  transition: var(--transition);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

.custom-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.custom-card h4 {
  font-weight: 600;
  margin-bottom: 15px;
}

.custom-card p {
  font-size: 1.05rem;
  color: var(--text-gray);
  margin-bottom: 30px;
  line-height: 1.7;
}

.modern-box {
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(12px);
  padding: 35px;
  border-radius: 22px;
  position: relative;
  overflow: hidden;
  transition: var(--transition);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.modern-box:hover {
  transform: translateY(-10px);
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.15);
}

.modern-box h4 {
  font-weight: 600;
  margin-bottom: 10px;
}

.modern-box p {
  font-size: 16px;
  color: var(--text-gray);
}

.card-icon {
  width: 65px;
  height: 65px;
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  color: var(--white);
  margin-bottom: 20px;
  position: relative;
}

.card-icon::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: inherit;
  border-radius: 18px;
  filter: blur(15px);
  opacity: 0.5;
  z-index: -1;
}

.feature-box {
  background: var(--bg-primary-tint);
  padding: 12px;
  border-radius: 12px;
  transition: var(--transition);
  border: 1px solid transparent;
  box-shadow: var(--shadow-card);
}

.feature-box:hover {
  border-color: var(--primary-hover);
}


.feature-box h6 {
  font-size: 15px;
  font-weight: 600;
  color: var(--text-dark);
}

/* =============================================
   DIAGNOSTICS — BODY TABS & ACCORDION
   ============================================= */
.body-tabs-wrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  margin-bottom: 2rem;
}

.body-tabs-wrap::-webkit-scrollbar {
  display: none;
}

.body-tabs {
  display: flex;
  gap: 10px;
  padding: 4px 2px 8px;
  min-width: max-content;
}

.body-tab {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 20px;
  border-radius: var(--radius-pill);
  border: 2px solid rgba(0, 0, 0, 0.08);
  background: var(--white);
  cursor: pointer;
  font-size: 0.88rem;
  font-weight: 700;
  color: var(--teal);
  transition: var(--transition-fast);
  white-space: nowrap;
}

.body-tab:hover {
  border-color: var(--teal);
  color: var(--teal);
  transform: translateY(-2px);
}

.body-tab.active {
  background: var(--teal);
  border-color: var(--teal);
  color: var(--white);
}

.body-tab-icon {
  font-size: 1.2rem;
}

.test-panel {
  display: none;
}

.test-panel.active {
  display: block;
}

.panel-group-title {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 1.5rem;
  padding: 1rem 1.5rem;
  background: var(--white);
  border-radius: var(--radius-lg);
  border: 1px solid var(--bg-teal-tint);
  box-shadow: var(--shadow-soft);
}

.panel-group-icon {
  font-size: 2.5rem;
}

.panel-group-icon i {
  color: var(--teal);
}

.panel-group-title h4 {
  font-size: 1.2rem;
  font-weight: 800;
  color: var(--text-dark);
  margin: 0 0 4px;
}

.panel-group-title p {
  font-size: 0.85rem;
  color: var(--text-gray);
  margin: 0;
}

.accordion-tests {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.accordion-test-item {
  background: var(--white);
  border-radius: var(--radius-lg);
  border: 1px solid var(--bg-primary-tint);
  overflow: hidden;
  transition: box-shadow 0.3s;
  box-shadow: var(--shadow-soft);
}

.accordion-test-item:hover {
  box-shadow: var(--shadow-hover);
}

.accordion-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 24px;
  cursor: pointer;
  gap: 12px;
}

.accordion-left {
  display: flex;
  align-items: center;
  gap: 16px;
}

.accordion-left .test-icon {
  width: 52px;
  height: 52px;
  background: var(--light-bg);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  flex-shrink: 0;
  margin-bottom: 0;
}

.accordion-left h5 {
  font-size: 1rem;
  font-weight: 800;
  color: var(--text-dark);
  margin: 0 0 4px;
}

.accordion-left .params {
  font-size: 0.78rem;
  color: var(--teal);
  font-weight: 700;
  margin: 0;
}

.accordion-right {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-shrink: 0;
}

.accordion-right .test-price {
  font-size: 1.15rem;
  font-weight: 900;
  color: var(--text-dark);
  white-space: nowrap;
}

.accordion-right .test-price del {
  font-size: 0.82rem;
  color: var(--text-gray);
  font-weight: 500;
}

.accordion-arrow {
  color: var(--text-gray);
  font-size: 0.85rem;
  transition: transform 0.3s ease;
}

.accordion-test-item.open .accordion-arrow {
  transform: rotate(180deg);
}

.accordion-body {
  display: none;
  padding: 12px 24px 24px;
  border-top: 1px solid var(--border-light);
}

.accordion-test-item.open .accordion-body,
.accordion-collapse.collapse.show .accordion-body {
  display: block;
}

.accordion-button:focus {
  box-shadow: none !important;
}

.sub-hint {
  font-size: 0.8rem;
  color: var(--text-gray);
  margin: 14px 0 12px;
  font-style: italic;
}

.sub-tests-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 12px;
}

.sub-test-card {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 14px;
  background: var(--light-bg);
  border-radius: 12px;
  border: 1px solid var(--border-light);
  transition: var(--transition-fast);
}

.sub-test-card:hover {
  background: var(--bg-teal-tint);
  border-color: rgba(45, 106, 79, 0.2);
  transform: translateY(-2px);
}

.sub-test-icon {
  font-size: 1.4rem;
  flex-shrink: 0;
}

.sub-test-info {
  flex: 1;
}

.sub-test-info strong {
  display: block;
  font-size: 0.85rem;
  font-weight: 800;
  color: var(--text-dark);
  margin-bottom: 2px;
}

.sub-test-info span {
  font-size: 0.75rem;
  color: var(--text-gray);
}

.sub-test-price {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  flex-shrink: 0;
}

.sub-test-price div {
  font-size: 0.9rem;
  font-weight: 900;
  color: var(--text-dark);
  white-space: nowrap;
}

/* =============================================
   FORGOT PASSWORD / OTP
   ============================================= */
.reset-progress {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 28px;
}

.reset-progress-step {
  display: flex;
  align-items: center;
  gap: 10px;
  flex: 3;
}

.reset-progress-dot {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 2px solid var(--border-color);
  color: var(--text-gray);
  background: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  transition: var(--transition-fast);
}

.reset-progress-label {
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--text-gray);
}

.reset-progress-line {
  height: 2px;
  flex: 1;
  background: var(--border-color);
}

.reset-progress-step.active .reset-progress-dot,
.reset-progress-step.done .reset-progress-dot {
  border-color: var(--primary);
  background: var(--primary);
  color: var(--white);
}

.reset-progress-step.active .reset-progress-label,
.reset-progress-step.done .reset-progress-label {
  color: var(--primary);
}

.reset-progress-step.done+.reset-progress-line {
  background: var(--primary);
}

.reset-screen {
  display: none;
}

.reset-screen.active {
  display: block;
}

.otp-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 10px;
  margin-bottom: 12px;
}

.otp-input {
  width: 100%;
  height: 54px;
  border: 2px solid var(--border-color);
  border-radius: 12px;
  text-align: center;
  font-size: 1.2rem;
  font-weight: 800;
  color: var(--text-dark);
  outline: none;
  transition: var(--transition-fast);
}

.otp-input:focus {
  border-color: var(--teal);
  box-shadow: 0 0 0 3px var(--bg-teal-tint);
}

.reset-note-box {
  margin-top: 22px;
  padding: 16px 18px;
  border-radius: 14px;
  background: var(--light-bg);
  border: 1px solid rgba(45, 106, 79, 0.15);
}

.reset-note-box h6 {
  margin-bottom: 6px;
  font-size: 0.92rem;
  font-weight: 800;
  color: var(--primary);
}

.reset-note-box p {
  margin-bottom: 0;
  font-size: 0.84rem;
}

.link-btn {
  background: none;
  border: none;
  color: var(--teal);
  font-weight: 800;
  padding: 0;
}

.link-btn:hover {
  color: var(--primary);
}

/* =============================================
   SEARCH SUGGESTIONS
   ============================================= */
.search-suggestions {
  position: absolute;
  top: calc(100% + 4px);
  left: 0;
  right: 0;
  background: var(--white);
  border-radius: 14px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
  z-index: 100;
  overflow: hidden;
  display: none;
}

.search-suggestions.show {
  display: block;
}

.suggestion-item {
  padding: 12px 20px;
  cursor: pointer;
  border-bottom: 1px solid var(--border-color);
  display: flex;
  align-items: center;
  gap: 12px;
  transition: background 0.15s;
}

.suggestion-item:last-child {
  border: none;
}

.suggestion-item:hover {
  background: var(--light-bg);
}

.suggestion-item i {
  color: var(--teal);
  width: 16px;
}

.suggestion-item span {
  font-size: 0.88rem;
  color: var(--text-dark);
  font-weight: 600;
}

.suggestion-item small {
  font-size: 0.75rem;
  color: var(--text-gray);
  margin-left: auto;
}

/* =============================================
   MODALS
   ============================================= */
.modal-apl .modal-content {
  border-radius: var(--radius-lg);
  border: none;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.2);
}

.modal-apl .modal-header {
  background: var(--bg-gradint2);
  color: var(--white);
  border-radius: var(--radius-lg) var(--radius-lg) 0 0;
  padding: 20px 24px;
  border: none;
}

.modal-apl .modal-title {
  font-weight: 800;
  font-size: 1.1rem;
}

.modal-apl .btn-close {
  filter: invert(1);
}

.modal-apl .modal-body {
  padding: 28px 24px;
}

.modal-apl .modal-footer {
  border-top: 1px solid var(--border-color);
  padding: 16px 24px;
}

/* =============================================
   MOBILE MENU
   ============================================= */
.mobile-menu-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1500;
  opacity: 0;
  visibility: hidden;
  transition: var(--transition);
}

.mobile-menu-overlay.active {
  opacity: 1;
  visibility: visible;
}

.mobile-menu {
  position: fixed;
  top: 0;
  left: -320px;
  width: 300px;
  height: 100vh;
  background: var(--white);
  z-index: 1501;
  transition: left 0.4s ease;
  overflow-y: auto;
  box-shadow: 5px 0 30px rgba(0, 0, 0, 0.15);
}

.mobile-menu.open {
  left: 0;
}

.mobile-menu-header {
  padding: 10px 20px;
  background: var(--orange);
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.mobile-menu-header h5 {
  margin: 0;
  font-weight: 800;
}

.mobile-menu-close {
  background: none;
  border: none;
  color: var(--white);
  font-size: 1.3rem;
  cursor: pointer;
}

.mobile-nav {
  list-style: none;
  padding: 10px;
  margin: 0;
}

.mobile-nav li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 16px;
  border-radius: 10px;
  color: var(--text-dark);
  text-decoration: none;
  font-weight: 700;
  font-size: 0.92rem;
  transition: var(--transition-fast);
}

.mobile-nav li a:hover {
  background: var(--light-bg);
  color: var(--primary);
}

.mobile-nav .sub-menu {
  list-style: none;
  padding: 0 0 0 16px;
  display: none;
}

.mobile-nav .sub-menu.show {
  display: block;
}

.mobile-nav .sub-menu li a {
  font-size: 0.85rem;
  font-weight: 600;
  padding: 8px 12px;
}

.mobile-nav-btns {
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  border-top: 1px solid var(--border-color);
}

/* =============================================
   MODERN LIGHT FOOTER
   ============================================= */

.main-footer {
  position: relative;
  padding: 70px 0 0;
  background: linear-gradient(135deg,
      #f5fffb 100%,
      #ffffff 100%,
      #f7fffc 100%);
  border-top: 1px solid rgba(0, 0, 0, 0.09);
  overflow: hidden;
}

/* Remove Dark Overlay */
.main-footer::before {
  display: none;
}

/* Soft Background Shape */
.main-footer::after {
  content: '';
  position: absolute;
  top: -120px;
  right: -120px;
  width: 380px;
  height: 380px;
  background: radial-gradient(circle,
      rgba(0, 139, 90, 0.08) 0%,
      transparent 70%);
  z-index: 0;
}

.main-footer .container {
  position: relative;
  z-index: 2;
}

/* =============================================
   LOGO
   ============================================= */

.footer-logo {
  margin-bottom: 14px;
}


.footer-about {
  font-size: 0.92rem;
  color: var(--text-mid);
  line-height: 1.9;
  margin-bottom: 22px;
  font-weight: 600;
}

/* =============================================
   SOCIAL ICONS
   ============================================= */

.footer-social {
  display: flex;
  gap: 12px;
}

.footer-social a {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: var(--white);
  color: var(--primary);
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
  transition: var(--transition);
  font-size: 1rem;
}

.footer-social a:hover {
  background: var(--primary);
  color: var(--white);
  transform: translateY(-4px);
}

/* =============================================
   TITLES
   ============================================= */

.footer-title {
  font-size: 1.05rem;
  font-weight: 800;
  margin-bottom: 22px;
  color: var(--text-dark);
  position: relative;
  padding-bottom: 12px;
}

.footer-title::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 42px;
  height: 4px;
  border-radius: 999px;
  background: linear-gradient(90deg,
      var(--orange),
      var(--orange-light));
}

/* =============================================
   LINKS
   ============================================= */

.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links li {
  margin-bottom: 11px;
}

.footer-links a {
  color: var(--text-mid);
  text-decoration: none;
  font-size: 0.92rem;
  transition: var(--transition-fast);
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 700 !important;
}

.footer-links a::before {
  content: '›';
  color: var(--primary);
  font-size: 1rem;
  font-weight: 700;
}

.footer-links a:hover {
  color: var(--primary);
  padding-left: 5px;
}

/* =============================================
   CONTACT ITEMS
   ============================================= */

.footer-contact-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 16px;
}

.footer-contact-item i {
  width: 18px;
  height: 18px;
  min-width: 18px;
  border-radius: 50%;
  color: var(--primary);
  margin-top: 3px;
  font-size: 0.95rem;
}

.footer-contact-item span,
.footer-contact-item a {
  color: var(--text-mid) !important;
  font-size: 0.9rem;
  line-height: 1.7;
  text-decoration: none;
  font-weight: 500;
}

/* =============================================
   BADGES
   ============================================= */

.main-footer .badge-custom {
  padding: 5px 12px;
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.4px;
}

/* =============================================
   FOOTER BOTTOM
   ============================================= */

.footer-bottom {
  margin-top: 45px;
  padding: 18px 0;
  border-top: 1px solid rgba(15, 23, 42, 0.08);
  background: rgba(255, 255, 255, 0.65);
  backdrop-filter: blur(10px);
}

.footer-bottom p {
  margin: 0;
  font-size: 0.88rem;
  color: var(--text-gray);
  font-weight: 600;
}

.footer-bottom ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-bottom a {
  color: var(--text-mid);
  text-decoration: none;
  font-size: 0.88rem;
  font-weight: 600;
  transition: var(--transition-fast);
}

.footer-bottom a:hover {
  color: var(--primary);
}

/* =============================================
   MOBILE
   ============================================= */

@media (max-width: 767px) {

  .main-footer {
    padding-top: 50px;
  }

  .footer-title {
    margin-top: 10px;
  }

  .footer-bottom .d-flex {
    flex-direction: column;
    text-align: center;
  }

  .footer-social {
    margin-top: 15px;
  }
}

/* =============================================
   WHATSAPP FLOAT + SCROLL TOP
   ============================================= */
.whatsapp-float {
  position: fixed;
  bottom: 28px;
  right: 28px;
  z-index: 999;
  width: 60px;
  height: 60px;
  background: #25d366;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  font-size: 1.6rem;
  text-decoration: none;
  box-shadow: 0 6px 20px rgba(37, 211, 102, 0.5);
  animation: wapulse 2s ease-in-out infinite;
  transition: transform 0.2s;
}

.whatsapp-float:hover {
  color: var(--white);
}

@keyframes wapulse {

  0%,
  100% {
    box-shadow: 0 6px 20px rgba(37, 211, 102, 0.5);
  }

  50% {
    box-shadow:
      0 6px 30px rgba(37, 211, 102, 0.8),
      0 0 0 10px rgba(37, 211, 102, 0.15);
  }
}

.scroll-top {
  position: fixed;
  bottom: 28px;
  left: 28px;
  z-index: 999;
  width: 48px;
  height: 48px;
  background: var(--primary);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  font-size: 1.1rem;
  cursor: pointer;
  border: none;
  opacity: 0;
  visibility: hidden;
  transition: var(--transition);
  box-shadow: 0 4px 15px var(--primary-shadow);
}

.scroll-top.visible {
  opacity: 1;
  visibility: visible;
}

.scroll-top:hover {
  background: var(--teal);
  transform: translateY(-3px);
}

/* =============================================
   ANIMATIONS
   ============================================= */
.fade-up {
  opacity: 0;
  transform: translateY(30px);
  transition:
    opacity 0.6s ease,
    transform 0.6s ease;
}

.fade-up.visible {
  opacity: 1;
  transform: translateY(0);
}

.fade-up:nth-child(2) {
  transition-delay: 0.1s;
}

.fade-up:nth-child(3) {
  transition-delay: 0.2s;
}

.fade-up:nth-child(4) {
  transition-delay: 0.3s;
}

@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}

/* =============================================
   BOOTSTRAP OVERRIDES
   ============================================= */
.btn.btn-outline-secondary.active {
  background: var(--primary) !important;
  border-color: var(--primary);
}

/* =============================================
   RESPONSIVE
   ============================================= */
@media (max-width: 991px) {
  .hero-title {
    font-size: 2rem;
  }

  .section-title {
    font-size: 1.8rem;
  }

  .diagnostics-hero-grid,
  .diagnostics-toolbar-grid {
    grid-template-columns: 1fr;
  }

  .catalog-switch,
  .catalog-highlights {
    justify-content: flex-start;
  }

  .catalog-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .gallery-item.span-2 {
    grid-column: span 1;
  }

  .cart-sidebar {
    width: 100%;
    right: -100%;
  }

  .auth-left {
    display: none;
  }
}

@media (max-width: 767px) {
  .hero-title {
    font-size: 1.8rem;
  }

  .diagnostics-hero {
    padding: 28px 0 24px;
  }

  .diagnostics-stat-list {
    grid-template-columns: 1fr;
  }

  .diagnostics-toolbar-wrap {
    margin-top: -18px;
  }

  .catalog-grid {
    grid-template-columns: 1fr;
  }

  .diagnostics-results-head {
    align-items: flex-start;
  }

  .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .section-py {
    padding: 50px 0;
  }

  .top-bar {
    display: none;
  }

  .page-hero h1 {
    font-size: 1.8rem;
  }
}

@media (max-width: 640px) {
  .accordion-header {
    padding: 14px 16px;
  }

  .accordion-body {
    padding: 0 16px 16px;
  }

  .accordion-right .test-price {
    display: none;
  }

  .sub-tests-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 576px) {
  .gallery-grid {
    grid-template-columns: 1fr;
  }

  .page-hero .container>div {
    flex-wrap: wrap;
    row-gap: 20px;
    flex-direction: row;
  }

  .hero-title {
    font-size: 1.8rem;
  }

  .diagnostics-breadcrumb {
    border-radius: 18px;
    padding: 10px 14px;
  }

  .diagnostics-toolbar {
    padding: 18px;
    border-radius: 22px;
  }

  .catalog-switch .btn,
  .catalog-chip,
  .catalog-highlight {
    width: fit-content;
    justify-content: center;
  }

  .catalog-price-row,
  .package-system-footer {
    flex-direction: column;
    align-items: flex-start;
  }

  .catalog-action,
  .package-system-btn {
    width: 100%;
    justify-content: center;
  }

  .auth-right {
    padding: 30px 20px;
  }

  .cart-footer .d-flex {
    flex-direction: column;
    gap: 10px;
  }

  .reset-progress {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
  }

  .reset-progress-line {
    display: none;
  }

  .otp-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .corner-box-left {
    position: absolute;
    text-align: center !important;
    top: 50% !important;
    bottom: auto !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    width: 100% !important;
  }

  .corner-box .qr,
  .corner-box .person {
    width: 70px !important;
    height: 70px !important;
  }

  .hero-next {
    width: 30px !important;
    height: 30px !important;
    /* top: auto !important;
    bottom: 20px !important;
    right: auto !important;
    left: 80px !important; */
  }

  .hero-prev {
    width: 30px !important;
    height: 30px !important;
    /* top: auto !important;
    left: 20px !important;
    bottom: 20px !important; */
  }

  .swiper-navigation-icon {
    width: 16px !important;
    height: 16px !important;
  }
}

.trust-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 8px 2px;
  height: 100%;
  border-radius: var(--radius);
  background: var(--bg-teal-tint);
  border: 1px solid var(--teal);
}

.trust-label {
  font-size: 14px;
  font-weight: 900;
}

.trust-sub {
  font-size: 12px;
  font-weight: 400;
}

.ceo-profile {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 32px;
  padding-top: 28px;
  border-top: 1.5px solid var(--border-color);
  position: relative;
  z-index: 1;
}

.ceo-avatar {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--bg-gradint));
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  font-weight: 800;
  color: var(--teal);
  flex-shrink: 0;
  border: 4px solid var(--white);
  box-shadow: 0 4px 20px rgba(0, 53, 128, 0.2);
}

/* ─── CEO MESSAGE ─── */
.ceo-card {
  background: var(--white);
  border-radius: 24px;
  padding: 48px;
  border: 1.5px solid var(--border-color);
  position: relative;
  overflow: hidden;
  box-shadow: var(--borderhadow);
}

.ceo-card::before {
  content: '\201C';
  position: absolute;
  top: -10px;
  left: 24px;
  font-size: 14rem;
  font-weight: 800;
  color: rgba(0, 53, 128, 0.05);
  line-height: 1;
  pointer-events: none;
}

.ceo-quote {
  font-size: 1.35rem;
  font-weight: 600;
  color: var(--text-dark);
  line-height: 1.6;
  margin-bottom: 24px;
  position: relative;
  z-index: 1;
}

.ceo-quote em {
  color: var(--teal);
  font-style: normal;
}

.ceo-message-body {
  color: #444;
  font-size: 0.95rem;
  line-height: 1.9;
  position: relative;
  z-index: 1;
}

.ceo-message-body p {
  margin-bottom: 16px;
}

.ceo-message-body p:last-child {
  margin-bottom: 0;
}

.ceo-name {
  font-size: 1.1rem;
  font-weight: 800;
  color: var(--text-dark);
}

.ceo-title-text {
  font-size: 0.8rem;
  color: var(--teal);
  font-weight: 600;
  margin-top: 2px;
}

.ceo-since {
  font-size: 0.75rem;
  color: var(--muted);
  margin-top: 4px;
}

.ceo-sidebar-stat {
  background: var(--teal-xlight);
  border-radius: var(--radius-lg);
  padding: 20px;
  text-align: center;
  box-shadow: 0 2px 14px rgba(0, 53, 128, 0.06);
  margin-bottom: 14px;
}

.css-num {
  font-size: 2rem;
  font-weight: 800;
  color: var(--text-dark);
}

.css-label {
  font-size: 0.78rem;
  color: var(--muted);
  margin-top: 3px;
}

.ceo-side-sec {
  background: var(--white);
  padding: 20px;
  text-align: center;
  border: 2px solid var(--border-light);
  border-radius: var(--radius-lg);
}

.ceo-side-sec p {
  font-size: 24px;
  font-weight: 600;
  color: var(--text-dark);
}

.ceo-side-sec ul {
  list-style: none;
  font-size: 0.78rem;
  color: #444;
  text-align: left;
  margin-top: 10px;
}

/* ─── MISSION VISION ─── */
.mv-card {
  background: var(--white);
  border-radius: var(--radius);
  padding: 32px;
  box-shadow: var(--borderhadow);
  height: 100%;
  position: relative;
  overflow: hidden;
}

.mv-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 5px;
}

.mv-card.mission::before {
  background: linear-gradient(90deg, var(--teal));
}

.mv-card.vision::before {
  background: linear-gradient(90deg, var(--primary));
}

.mv-card.values::before {
  background: linear-gradient(90deg, var(--orange));
}

.mv-icon {
  width: 56px;
  height: 56px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  margin-bottom: 18px;
}

.mv-list {
  padding-left: 0 !important;
}

.mv-list li {
  font-size: 0.85rem;
  color: #444;
  padding: 5px 0;
  display: flex;
  align-items: flex-start;
  gap: 8px;
}

.mv-list li::before {
  content: '';
  display: block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--teal);
  flex-shrink: 0;
  margin-top: 7px;
}

/* ─── JOURNEY TIMELINE ─── */
.timeline-section {
  position: relative;
  overflow: hidden;
}

.timeline-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Ccircle cx='30' cy='30' r='4'/%3E%3C/g%3E%3C/svg%3E");
}

.timeline {
  position: relative;
  padding: 0;
}

.timeline::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 2px;
  background: rgba(0, 169, 157, 0.4);
  transform: translateX(-50%);
}

.tl-item {
  display: flex;
  gap: 40px;
  align-items: flex-start;
  margin-bottom: 50px;
  position: relative;
}

.tl-item:last-child {
  margin-bottom: 0;
}

.tl-item.left {
  flex-direction: row-reverse;
}

.tl-content {
  flex: 1;
}

.tl-card {
  background: var(--white);
  box-shadow: var(--borderhadow);
  border-radius: var(--radius);
  padding: 24px 28px;
  backdrop-filter: blur(8px);
  transition: 0.3s;
}

.tl-year {
  font-size: 1rem;
  font-weight: 700;
  color: var(--teal);
  margin-bottom: 6px;
}

.tl-title {
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--text-dark);
  margin-bottom: 8px;
}

.tl-desc {
  font-size: 0.85rem;
  color: var(--text-gray);
  line-height: 1.7;
}

.tl-dot-wrap {
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  width: 48px;
}

.tl-dot {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: var(--teal);
  border: 4px solid var(--text-dark);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  box-shadow: 0 0 0 4px rgba(0, 169, 157, 0.3);
  flex-shrink: 0;
  position: relative;
  z-index: 2;
}

@media (max-width: 767px) {
  .timeline::before {
    left: 24px;
  }

  .tl-item,
  .tl-item.left {
    flex-direction: row;
    gap: 20px;
  }

  .tl-dot-wrap {
    width: 48px;
    justify-content: flex-start;
  }

  .tl-content {
    flex: 1;
  }
}

.top-sticky {
  position: sticky;
  top: 140px;
  height: fit-content;
}

.offer-cart {
  background: var(--teal);
  border-radius: var(--radius);
  padding: 12px;
  font-size: 0.8rem;
  color: var(--white);
  font-weight: 700;
  text-align: center;
}

.book-test-cart {
  border: 2px solid var(--border-color);
  border-radius: 12px;
  padding: 12px;
  display: flex;
  align-items: center;
  gap: 10px;
  transition: all 0.2s;
  cursor: pointer;
}

.book-test-cart:hover {
  border-color: var(--teal);
}

.book-test-price {
  font-size: 14px;
  color: var(--teal);
  font-weight: 700;
}

.book-test-price del {
  font-size: 12px;
  color: var(--text-gray);
  font-weight: 500;
}

.payment-option {
  cursor: pointer;
  display: block;
  padding: 14px;
  border: 2px solid var(--border-color);
  border-radius: 12px;
  text-align: center;
  font-weight: 700;
  font-size: 0.82rem;
  transition: all 0.2s;
}

.payment-option i {
  font-size: 1.5rem;
  margin-bottom: 6px;
  display: block;
}

/* hover */
.payment-option:hover {
  border-color: var(--teal);
}

/* selected */
.payment-option.active {
  border-color: var(--teal);
  background: rgba(0, 128, 128, 0.08);
  transform: scale(1.03);
}

.right-check {
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, var(--teal), var(--teal-light));
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  font-size: 2rem;
  color: var(--white);
}

.border-gray {
  border-color: var(--border-color) !important;
}

.filter-pill {
  border: 2px solid var(--border-color);
  background: var(--white);
  color: var(--text-gray);
  border-radius: 50px;
  padding: 7px 20px;
  font-size: 0.8rem;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.22s;
  font-family: inherit;
}

.filter-pill:hover,
.filter-pill.active {
  background: var(--teal);
  border-color: var(--teal);
  color: var(--white);
}

.badge-hq {
  background: rgba(255, 255, 255, 0.25);
  color: var(--white);
  font-size: 0.72rem;
  padding: 3px 12px;
  border-radius: 20px;
  font-weight: 700;
}

.timing-item {
  font-size: 0.78rem;
}

.timings-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.branch-big-card {
  background: var(--white);
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 8px 40px rgba(0, 53, 128, 0.12);
  margin-bottom: 40px;
  border: 2px solid var(--border-color);
  transition: 0.3s;
}

.branch-body {
  padding: 28px 32px;
}

.branch-body .info-row a {
  color: var(--text-gray);
  font-weight: 700;
}

.branch-body .info-row a:hover {
  color: var(--teal);
}

.info-row {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 16px;
}

.info-row .icon {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  flex-shrink: 0;
}

.info-row h6 {
  font-size: 0.88rem;
  font-weight: 700;
  color: #333;
  margin-bottom: 2px;
}

.info-row p {
  font-size: 0.82rem;
  color: #555;
  margin: 0;
}

.map-frame {
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: 16px;
  overflow: hidden;
}

.map-frame iframe {
  width: 100%;
  height: 100%;
}

.h-sta {
  height: stretch !important;
}

.jobs-count {
  background: var(--primary);
  color: var(--white);
  border-radius: 30px;
  padding: 6px 12px;
  font-size: 1rem;
  font-weight: 800;
  margin-left: 8px;
}

/* ─── FILTERS ─── */
.filters {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  margin-bottom: 28px;
}

.job-card {
  background: var(--white);
  padding: 0 !important;
  border-radius: var(--radius-lg);
  border: 1.5px solid transparent;
  margin-bottom: 12px;
  overflow: hidden;
  transition:
    box-shadow 0.25s,
    border-color 0.25s;
  box-shadow: var(--borderhadow);
}

.job-card:hover {
  box-shadow: var(--shadow-hover);
}

.job-card.open {
  border-color: rgba(82, 183, 136, 0.35);
}

.job-header {
  padding: 16px;
  display: flex;
  align-items: center;
  gap: 16px;
  cursor: pointer;
  user-select: none;
}

.job-icon-wrap {
  width: 50px;
  height: 50px;
  border-radius: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  flex-shrink: 0;
}

.job-meta {
  flex: 1;
  min-width: 0;
}

.urgent-badge {
  background: #fff0eb;
  color: var(--primary);
  font-size: 0.68rem;
  font-weight: 800;
  padding: 2px 10px;
  border-radius: 20px;
  border: 1.5px solid rgba(233, 50, 55, 0.2);
}

.meta-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 18px;
}

.job-body {
  max-height: 0;
  overflow: hidden;
  transition:
    max-height 0.38s cubic-bezier(0.4, 0, 0.2, 1),
    opacity 0.28s;
  opacity: 0;
}

.job-body.open {
  max-height: 600px;
  opacity: 1;
}

.job-body-inner {
  padding: 0 22px 22px;
  border-top: 1.5px solid var(--light-bg);
}

.job-desc-box {
  background: var(--light-bg);
  border-left: 4px solid var(--teal-light);
  border-radius: 0 var(--radius) var(--radius) 0;
  padding: 14px 18px;
  font-size: 0.87rem;
  color: #444;
  line-height: 1.75;
  margin: 18px 0 16px;
}

.file-upload-wrap {
  position: relative;
  display: flex;
  align-items: center;
}

.file-upload-wrap .form-control-apl {
  padding-right: 90px;
}

.upload-btn {
  position: absolute;
  right: 6px;
  top: 50%;
  transform: translateY(-50%);
  background: var(--teal);
  color: var(--white);
  border: none;
  border-radius: 8px;
  padding: 6px 14px;
  font-size: 0.75rem;
  font-weight: 700;
  cursor: pointer;
  transition: 0.2s;
}

.upload-btn:hover {
  background: var(--teal-light);
}

.contact-icon {
  color: var(--white);
  width: 64px;
  height: 64px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 16px;
  font-size: 1.6rem;
  background: var(--teal);
}

.contact-card {
  border-radius: 20px;
  box-shadow: var(--borderhadow);
  padding: 32px;
  height: 100%;
  transition: 0.3s;
  text-align: center;
}

.contact-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 16px 40px rgba(0, 53, 128, 0.15);
}

.map-container {
  border-radius: 16px;
  overflow: hidden;
  height: 260px;
}

.map-container iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.form-card {
  background: var(--white);
  border-radius: 20px;
  box-shadow: 0 8px 40px rgba(0, 53, 128, 0.12);
  padding: 40px;
}

.branch-info-card {
  background: var(--white);
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(0, 53, 128, 0.08);
  padding: 24px;
  transition: 0.3s;
  cursor: pointer;
  border: 2px solid transparent;
  height: 100%;
}

.branch-info-card:hover,
.branch-info-card.active {
  border-color: var(--teal);
}

.branch-info-card p {
  font-size: 0.82rem;
  color: #555;
  margin-bottom: 4px;
  display: flex;
  align-items: flex-start;
  gap: 8px;
}

.branch-info-card p i {
  color: var(--teal);
  margin-top: 2px;
  min-width: 14px;
}

.max-h-400 {
  max-height: 400px !important;
}

.faq-sec .accordion-header {
  padding: 0px !important;
}

.faq-sec .accordion-header .accordion-button {
  background: var(--light-bg);
}

/* Partner Type Cards */
.partner-card {
  background: var(--white);
  border: 1.5px solid var(--border-color);
  border-radius: var(--radius-lg);
  padding: 32px 28px;
  height: 100%;
  transition: all 0.3s ease;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}

.partner-card::before {
  content: '';
  position: absolute;
  inset: 0;
  background: var(--gradient-hero);
  opacity: 0;
  transition: opacity 0.3s ease;
  border-radius: inherit;
}

.partner-card:hover {
  box-shadow: var(--shadow-hover);
  transform: translateY(-6px);
}

.partner-card-icon {
  width: 60px;
  height: 60px;
  border-radius: 16px;
  background: var(--light-bg);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  transition: all 0.3s ease;
  box-shadow: var(--borderhadow);
}

.partner-card-icon i {
  font-size: 1.2rem;
  color: var(--teal);
}

.partner-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.partner-card ul li {
  font-size: 0.82rem;
  color: var(--text-dark);
  padding: 4px 0;
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 500;
}

.partner-card ul li i {
  color: var(--teal);
  font-size: 0.75rem;
}

.benefit-card {
  background: var(--white);
  border-radius: var(--radius-lg);
  padding: 28px 24px;
  height: 100%;
  border: 1.5px solid var(--border-color);
  transition: all 0.3s ease;
}

.benefit-card:hover {
  box-shadow: var(--shadow-card);
  transform: translateY(-4px);
}

.benefit-icon {
  width: 52px;
  height: 52px;
  background: linear-gradient(135deg, #e8fdf7, #d0f8ef);
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}

.benefit-icon i {
  font-size: 1.3rem;
  color: var(--teal);
}

.apply-partner-form {
  background: var(--white);
  border-radius: 28px;
  box-shadow: var(--borderhadow);
  overflow: hidden;
  border: 1.5px solid var(--border-color);
}

.apply-partner-form-left {
  padding: 48px 40px;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100%;
}

.apply-partner-form-left-features {
  position: relative;
  z-index: 1;
  margin-top: 32px;
}

.apply-partner-form-feature {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 18px;
}

.apply-partner-form-feature-icon {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.apply-partner-form-feature-icon i {
  font-size: 1rem;
  color: var(--teal-light);
}

.form-feature-text span {
  color: rgba(1, 1, 1, 0.65);
  font-size: 0.78rem;
}

.apply-partner-form-left-note {
  position: relative;
  z-index: 1;
  background: var(--bg-gradint2);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 14px;
  padding: 14px 16px;
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.82);
  font-weight: 600;
  margin-top: 24px;
}

.apply-partner-form-left-note i {
  color: var(--white);
  margin-right: 8px;
}

/* Form Right */
.apply-partner-right {
  padding: 44px 40px;
}

.partner-type-select {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-bottom: 28px;
}

.type-chip {
  background: var(--light-bg);
  border: 1.5px solid var(--border-color);
  border-radius: 12px;
  padding: 10px 8px;
  text-align: center;
  cursor: pointer;
  transition: all 0.25s ease;
  display: flex;
  gap: 12px;
  justify-content: center;
}

.type-chip:hover {
  border-color: var(--teal);
}

.type-chip.active {
  background: var(--teal);
  border-color: var(--teal);
  color: var(--white);
}

.type-chip i {
  display: block;
  font-size: 1.1rem;
  margin-bottom: 5px;
  color: var(--teal);
}

.type-chip.active i,
.type-chip.active span {
  color: var(--white) !important;
}

.type-chip span {
  font-size: 0.74rem;
  font-weight: 700;
  color: var(--text-gray);
  display: block;
}

.type-chip.active span {
  color: var(--teal);
}

/* --------------------- */
/* ── LAYOUT ── */
.dashboard-wrap {
  display: flex;
  min-height: 100vh;
  background: #f3fff7;
}

.dashboard-main {
  /* margin-left: 268px; */
  min-height: 100vh;
  /* width: calc(100% - 268px); */
  transition: 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

/* ── SIDEBAR ── */
.dashboard-sidebar {
  position: sticky;
  top: 119px;
  left: 0;
  height: 100vh;
  width: 100%;
  background: var(--teal);
  display: flex;
  flex-direction: column;
  z-index: 200;
  transition: 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  overflow-y: auto;
  overflow-x: hidden;
}

.dashboard-sidebar-logo {
  padding: 26px 22px 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
}

.dashboard-logo-mark {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: linear-gradient(135deg, var(--primary), var(--primary-light));
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  color: var(--white);
  font-weight: 800;
  flex-shrink: 0;
}

.dashboard-brand-name {
  font-size: 0.88rem;
  font-weight: 800;
  color: var(--white);
  line-height: 1.2;
}

.dashboard-brand-sub {
  font-size: 0.68rem;
  color: rgba(255, 255, 255, 0.5);
  font-weight: 500;
}

.dashboard-nav {
  padding: 10px 0 20px;
  flex: 1;
}

.dashboard-nav-section {
  font-size: 0.62rem;
  font-weight: 700;
  color: var(--white);
  letter-spacing: 0.09em;
  text-transform: uppercase;
  padding: 12px 22px 5px;
}

.dashboard-nav-link {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 11px 22px;
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
  font-size: 0.83rem;
  font-weight: 600;
  cursor: pointer;
  border-right: 3px solid transparent;
  transition: 0.2s;
}

.dashboard-nav-link:hover {
  background: rgba(255, 255, 255, 0.08);
  color: var(--white);
  border-right-color: rgba(233, 50, 55, 0.5);
}

.dashboard-nav-link.active {
  background: var(--white);
  color: var(--teal);
  border-right-color: var(--primary);
}

.dashboard-nav-link i {
  width: 16px;
  text-align: center;
  font-size: 0.88rem;
  flex-shrink: 0;
}

.dashboard-nav-divider {
  height: 1px;
  background: rgba(255, 255, 255, 0.08);
  margin: 8px 16px;
}

.dashboard-nav-logout {
  color: var(--white) !important;
}

.dashboard-nav-logout:hover {
  background: var(--primary) !important;
  color: var(--white) !important;
}

/* ── TOPBAR ── */
.dashboard-topbar {
  background: var(--white);
  border-radius: var(--radius-lg);
  padding: 15px 22px;
  margin-bottom: 22px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow: var(--borderhadow);
}

.dashboard-topbar-title {
  font-size: 1.1rem;
  font-weight: 800;
  color: var(--teal);
  display: flex;
  align-items: center;
  gap: 10px;
}

/* ── BUTTONS ── */
.dashboard-btn {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 9px 20px;
  border-radius: var(--radius-pill);
  font-size: 0.82rem;
  font-weight: 700;
  border: none;
  cursor: pointer;
  transition: var(--transition);
  text-decoration: none;
}

.dashboard-btn:hover {
  transform: translateY(-1px);
  text-decoration: none;
}

.dashboard-btn-primary {
  background: var(--bg-gradint2);
  color: var(--white);
  box-shadow: 0 4px 14px var(--primary-shadow);
}

.dashboard-btn-primary:hover {
  box-shadow: 0 7px 22px var(--primary-shadow);
  color: var(--white);
}

.dashboard-btn-teal {
  background: var(--bg-gradint-teal);
  color: var(--white);
  box-shadow: 0 4px 14px var(--teal-shadow);
}

.dashboard-btn-teal:hover {
  box-shadow: 0 7px 22px var(--teal-shadow);
  color: var(--white);
}

.dashboard-btn-outline {
  background: transparent;
  color: var(--teal);
  border: 2px solid var(--teal);
}

.dashboard-btn-outline:hover {
  background: var(--teal);
  color: var(--white);
}

.dashboard-btn-danger {
  background: linear-gradient(135deg, #dc3545, #b91c2c);
  color: var(--white);
  box-shadow: 0 4px 14px rgba(220, 53, 69, 0.25);
}

.dashboard-btn-danger:hover {
  box-shadow: 0 7px 22px rgba(220, 53, 69, 0.3);
  color: var(--white);
}

.dashboard-btn-sm {
  padding: 7px 15px;
  font-size: 0.76rem;
}

/* ── STAT CARDS ── */
.dashboard-stats-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-bottom: 22px;
}

.dashboard-stat {
  background: var(--white);
  border-radius: var(--radius-lg);
  padding: 22px;
  box-shadow: var(--shadow-card);
  transition: 0.25s;
  border: 1px solid rgba(45, 106, 79, 0.05);
}

.dashboard-stat:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-hover);
}

.dashboard-stat-icon {
  width: 50px;
  height: 50px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  margin-bottom: 14px;
}

.dashboard-stat-num {
  font-size: 2rem;
  font-weight: 800;
  line-height: 1;
}

.dashboard-stat-label {
  font-size: 0.72rem;
  color: var(--text-gray);
  font-weight: 700;
  margin-top: 4px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.dashboard-stat-sub {
  font-size: 0.7rem;
  color: var(--text-light);
  margin-top: 5px;
}

/* ── CARD ── */
.dashboard-card {
  background: var(--white);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-soft);
  margin-bottom: 22px;
  border: 1px solid rgba(45, 106, 79, 0.05);
  overflow: hidden;
}

.dashboard-card-head {
  padding: 17px 22px;
  border-bottom: 1px solid #edf4f0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #f9fdfb;
}

.dashboard-card-title {
  font-size: 0.92rem;
  font-weight: 800;
  color: var(--teal);
}

.dashboard-card-body {
  padding: 20px 22px;
}

/* ── BOOKING ROW ── */
.dashboard-booking {
  border: 1.5px solid #e5f0ea;
  border-radius: 12px;
  padding: 18px;
  margin-bottom: 12px;
  transition: 0.2s;
}

.dashboard-booking:hover {
  border-color: var(--teal-light);
  background: #f9fdfb;
}

.dashboard-booking:last-child {
  margin-bottom: 0;
}

.dashboard-booking-id {
  font-size: 0.68rem;
  color: var(--text-light);
  font-weight: 700;
  letter-spacing: 0.04em;
}

.dashboard-booking-name {
  font-size: 0.94rem;
  font-weight: 800;
  color: var(--teal);
  margin: 4px 0 8px;
}

.dashboard-booking-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  font-size: 0.74rem;
  color: var(--text-gray);
}

.dashboard-booking-meta span {
  display: flex;
  align-items: center;
  gap: 5px;
}

.dashboard-booking-meta i {
  color: var(--teal-light);
  width: 12px;
}

/* ── STATUS PILLS ── */
.dashboard-pill {
  font-size: 0.67rem;
  font-weight: 700;
  padding: 4px 11px;
  border-radius: var(--radius-pill);
  white-space: nowrap;
}

.dashboard-pill-pending {
  background: #fff3cd;
  color: #856404;
}

.dashboard-pill-collected {
  background: #cff4fc;
  color: #055160;
}

.dashboard-pill-completed {
  background: var(--bg-teal-tint);
  color: var(--teal);
}

.dashboard-pill-cancelled {
  background: #f8d7da;
  color: #58151c;
}

/* ── REPORT NOTE ── */
.dashboard-report-note {
  background: #f0fbf4;
  border-left: 3px solid var(--teal-light);
  border-radius: 8px;
  padding: 9px 13px;
  font-size: 0.74rem;
  color: var(--text-gray);
  margin-top: 10px;
}

/* ── FILTERS ── */
.dashboard-filters {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 18px;
}

.dashboard-filter {
  padding: 7px 18px;
  border-radius: var(--radius-pill);
  font-size: 0.77rem;
  font-weight: 700;
  border: 2px solid #cde4d5;
  background: var(--white);
  color: var(--text-gray);
  cursor: pointer;
  transition: 0.2s;
}

.dashboard-filter:hover,
.dashboard-filter.active {
  background: var(--teal);
  border-color: var(--teal);
  color: var(--white);
}

/* ── PROFILE ── */
.dashboard-profile-avatar {
  width: 88px;
  height: 88px;
  border-radius: var(--radius-lg);
  background: linear-gradient(135deg, var(--teal), var(--teal-light));
  color: var(--white);
  font-size: 2.2rem;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 14px;
}

.dashboard-profile-name {
  font-size: 1.1rem;
  font-weight: 800;
  color: var(--teal);
}

.dashboard-profile-email {
  font-size: 0.78rem;
  color: var(--text-gray);
  margin-top: 2px;
}

.dashboard-meta-label {
  font-size: 0.67rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--text-light);
  margin-bottom: 3px;
}

.dashboard-meta-val {
  font-size: 0.84rem;
  font-weight: 600;
  color: var(--text-mid);
}

.dashboard-form-label {
  font-size: 0.78rem;
  font-weight: 700;
  color: var(--text-mid);
  margin-bottom: 5px;
  display: block;
}

.dashboard-form-control {
  width: 100%;
  padding: 11px 15px;
  border-radius: 10px;
  border: 2px solid #cde4d5;
  font-size: 0.86rem;
  font-family: 'Nunito', sans-serif;
  transition: 0.2s;
  outline: none;
  color: var(--text-dark);
  background: var(--white);
}

.dashboard-form-control:focus {
  border-color: var(--teal);
  box-shadow: 0 0 0 4px rgba(45, 106, 79, 0.1);
}

/* ── QUICK ACTIONS ── */
.dashboard-quick-btn {
  width: 100%;
  padding: 18px 10px;
  border-radius: 14px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  font-size: 0.78rem;
  font-weight: 700;
  border: none;
  cursor: pointer;
  transition: var(--transition);
  color: var(--white);
  font-family: 'Nunito', sans-serif;
}

.dashboard-quick-btn:hover {
  transform: translateY(-2px);
  text-decoration: none;
}

.dashboard-quick-btn i {
  font-size: 1.4rem;
}

/* ── EMPTY STATE ── */
.dashboard-empty {
  text-align: center;
  padding: 48px 20px;
  color: var(--text-light);
}

.dashboard-empty i {
  font-size: 2.4rem;
  margin-bottom: 12px;
  display: block;
  color: #c8ddd0;
}

.dashboard-empty p {
  font-size: 0.86rem;
}

/* ── MOBILE TOGGLE ── */
.dashboard-mobile-btn {
  display: none;
  /* position: absolute; */
  /* top: 14px; */
  /* left: 14px; */
  z-index: 300;
  background: var(--teal);
  color: var(--white);
  border: none;
  width: 42px;
  height: 42px;
  border-radius: 12px;
  font-size: 1.1rem;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 16px var(--teal-shadow);
}

.dashboard-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 150;
  backdrop-filter: blur(2px);
}

/* ── TOAST ── */
.dashboard-toast-wrap {
  position: fixed;
  bottom: 26px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9999;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  pointer-events: none;
}

.dashboard-toast {
  background: var(--white);
  border-radius: 12px;
  padding: 13px 18px;
  box-shadow: 0 8px 36px rgba(0, 0, 0, 0.16);
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 275px;
  max-width: 420px;
  pointer-events: all;
  animation: dashToastIn 0.35s cubic-bezier(0.34, 1.56, 0.64, 1) both;
  border-left: 4px solid var(--teal);
}

.dashboard-toast.dt-error {
  border-left-color: var(--primary);
}

.dashboard-toast.dt-warning {
  border-left-color: var(--orange);
}

.dashboard-toast.dt-info {
  border-left-color: #0d6efd;
}

.dashboard-toast-icon {
  font-size: 1.05rem;
  flex-shrink: 0;
}

.dashboard-toast-msg {
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--text-dark);
  flex: 1;
}

.dashboard-toast-x {
  background: none;
  border: none;
  color: var(--text-light);
  cursor: pointer;
  font-size: 1rem;
  padding: 0;
  line-height: 1;
}

.dashboard-toast-x:hover {
  color: var(--text-gray);
}

@keyframes dashToastIn {
  from {
    opacity: 0;
    transform: translateY(14px) scale(0.93);
  }

  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes dashToastOut {
  from {
    opacity: 1;
    transform: translateY(0) scale(1);
  }

  to {
    opacity: 0;
    transform: translateY(8px) scale(0.95);
  }
}

/* ── MODAL ── */
.dashboard-modal .modal-content {
  border-radius: var(--radius-lg);
  border: none;
  overflow: hidden;
}

.dashboard-logout-icon {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: linear-gradient(135deg, #fee2e2, #fecaca);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.7rem;
  color: #dc3545;
  margin: 0 auto 14px;
}

/* ── PANELS ── */
.dashboard-panel {
  display: none;
}

.dashboard-panel.active {
  display: block;
}

/* ── RESPONSIVE ── */
@media (max-width: 900px) {
  .dashboard-stats-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .dashboard-sidebar {
    transform: translateX(-100%);
  }

  .dashboard-sidebar.open {
    transform: translateX(0);
  }

  .dashboard-main {
    margin-left: 0;
    width: 100%;
  }

  .dashboard-mobile-btn {
    display: flex;
  }

  .dashboard-overlay.show {
    display: block;
  }

  .dashboard-inner {
    padding: 14px;
  }

  .dashboard-topbar {
    padding: 12px 15px;
    border-radius: 12px;
  }

  .dashboard-card-body {
    padding: 15px;
  }
}

@media (max-width: 500px) {
  .dashboard-stats-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }

  .dashboard-stat {
    padding: 15px;
  }

  .dashboard-stat-num {
    font-size: 1.7rem;
  }
}

/* QUICK HIGHLIGHTS */
.quick-highlights {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 24px;
}

.qh-chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--bg);
  border: 1.5px solid var(--border-color);
  border-radius: 30px;
  padding: 7px 16px;
  font-size: 0.82rem;
  font-weight: 500;
  color: var(--text);
}

.qh-chip i {
  color: var(--teal);
  font-size: 0.8rem;
}

.qh-chip.green {
  background: var(--white);
  border-color: var(--border-color);
  color: var(--teal);
}

/* ─── BOOKING CARD ─── */
.booking-card {
  background: var(--white);
  border-radius: var(--radius);
  box-shadow: var(--shadow-lg);
  border: 2px solid rgba(0, 0, 0, 0.15);
  overflow: hidden;
  position: sticky;
  top: 130px;
}

.booking-card-header {
  background: var(--teal);
  padding: 22px 24px;
  color: var(--white);
}

.price-main {
  font-size: 2.2rem;
  font-weight: 800;
  color: var(--white);
}

.price-mrp {
  font-size: 0.88rem;
  opacity: 0.7;
  text-decoration: line-through;
  margin-left: 8px;
}

.discount-pill {
  background: var(--orange);
  color: var(--white);
  font-size: 0.75rem;
  font-weight: 700;
  padding: 3px 12px;
  border-radius: 20px;
  margin-top: 6px;
  display: inline-block;
}

.booking-body {
  padding: 22px 24px;
}

.booking-features {
  margin-top: 18px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.bf-row {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.83rem;
  color: #444;
}

.bf-row i {
  width: 20px;
  color: var(--teal);
  font-size: 0.85rem;
  flex-shrink: 0;
}

.section-card-details {
  background: var(--white);
  border-radius: var(--radius);
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  padding: 30px;
}

/* ─── NOTICE BOX ─── */
.notice-box {
  background: var(--white) beb;
  border: 1.5px solid #fde68a;
  border-radius: var(--radius);
  padding: 14px 18px;
  display: flex;
  gap: 12px;
  align-items: flex-start;
  margin-top: 20px;
}

.notice-box i {
  color: #d97706;
  margin-top: 2px;
  flex-shrink: 0;
}

.notice-box p {
  font-size: 0.84rem;
  color: #92400e;
  margin: 0;
}

/* ─── PREPARATION ─── */
.prep-timeline {
  position: relative;
  padding-left: 28px;
}

.prep-timeline::before {
  content: '';
  position: absolute;
  left: 10px;
  top: 0;
  bottom: 0;
  width: 2px;
  background: linear-gradient(to bottom, var(--teal), var(--teal-light));
  border-radius: 2px;
}

.prep-step {
  position: relative;
  margin-bottom: 24px;
}

.prep-step:last-child {
  margin-bottom: 0;
}

.prep-dot {
  position: absolute;
  left: -24px;
  top: 4px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: var(--teal);
  border: 3px solid var(--white);
  box-shadow: 0 0 0 2px var(--teal);
  flex-shrink: 0;
}

.prep-content {
  background: var(--white);
  border-radius: var(--radius-sm);
  padding: 16px 18px;
  border: 1.5px solid var(--border);
}

.prep-content h6 {
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--text-dark);
  margin-bottom: 5px;
}

.prep-content p {
  font-size: 0.84rem;
  color: #555;
  margin: 0;
}

.prep-time-badge {
  background: var(--teal-light);
  color: var(--white);
  font-size: 0.72rem;
  font-weight: 700;
  padding: 2px 10px;
  border-radius: 20px;
  display: inline-block;
  margin-bottom: 8px;
}

/* ─── WHO SHOULD ─── */
.who-grid-test-details {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 14px;
}

.who-card-test-details {
  background: var(--white);
  border-radius: var(--radius-sm);
  border: 1.5px solid var(--border);
  padding: 18px 18px;
  display: flex;
  align-items: flex-start;
  gap: 14px;
  transition: 0.2s;
}

.who-icon-test-details {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: var(--teal-light);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  flex-shrink: 0;
}

.param-count-hero {
  background: var(--teal);
  border-radius: var(--radius-sm);
  padding: 20px 24px;
  color: var(--white);
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 24px;
  border-radius: var(--radius-lg);
}

.param-big-num {
  font-size: 3rem;
  font-weight: 800;
  color: var(--white);
  line-height: 1;
}

.param-label {
  font-size: 0.88rem;
  opacity: 0.8;
  margin-top: 4px;
}

.params-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 10px;
}

.param-item {
  background: var(--bg);
  border: 1.5px solid var(--border);
  border-radius: var(--radius-sm);
  padding: 12px 16px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.83rem;
  font-weight: 500;
  color: var(--text);
  transition: 0.2s;
}

.param-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--teal);
  flex-shrink: 0;
}

.param-category {
  margin-top: 20px;
}

.param-cat-title {
  font-size: 0.78rem;
  font-weight: 700;
  color: var(--text-dark);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 10px;
  padding-bottom: 8px;
  border-bottom: 2px solid var(--border);
}

/* ─── SAMPLE INFO ─── */
.sample-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  gap: 14px;
}

.sample-card {
  background: var(--white);
  border-radius: var(--radius-sm);
  border: 1.5px solid var(--border);
  padding: 18px 16px;
  text-align: center;
  box-shadow: 0 2px 12px rgba(0, 53, 128, 0.05);
}

.sample-icon {
  font-size: 1.8rem;
  margin-bottom: 10px;
}

.sample-label {
  font-size: 0.72rem;
  font-weight: 700;
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-bottom: 4px;
}

.sample-value {
  font-size: 0.92rem;
  font-weight: 600;
  color: var(--text-dark);
}

/* ─── SEARCH BAR SECTION ─────────────────────────────── */
.myBanner {
  box-shadow: var(--borderhadow);
}

.search-home-card {
  margin-top: -140px !important;
  position: relative;
  z-index: 2;
}

.coupon-container {
  text-align: center;
  width: fit-content;
  margin: 0 auto;
  box-shadow: 0 24px 56px 0 rgba(0, 0, 0, .161);
}

.search-card {
  bbackground: hsla(0, 0%, 100%, .2);
  border: 2px solid var(--white);
  box-shadow: 0 24px 56px 0 rgba(0, 0, 0, .161);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12.9px);
  border-radius: var(--radius);
  box-shadow: var(--borderhadow);
  padding: 10px;
  max-width: 900px;
  margin: 0 auto;
}

.search-input-wrap {
  position: relative;
  flex: 1;
}

.search-input {
  width: 100%;
  border: 1.5px solid #e5e7eb;
  border-radius: 12px;
  padding: 13px 44px 13px 18px;
  font-family: 'Manrope', sans-serif;
  font-size: 0.92rem;
  color: var(--text-dark);
  outline: none;
  transition: border-color 0.2s;
  background: #fafafa;
}

.search-input::placeholder {
  color: var(--text-gray);
  font-weight: 600;
}

.search-input:focus {
  border-color: var(--orange);
  background: var(--white);
}

.search-icon {
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  color: #9ca3af;
  font-size: 1rem;
}

.search-modal-box-modal .modal-dialog {
  max-width: 540px;
  margin: 1rem auto;
}

.search-modal-box-content {
  border: none;
  border-radius: 28px;
  overflow: hidden;
  background: #f8f8f8;
  box-shadow: 0 25px 80px rgba(0, 0, 0, 0.18);
}

.search-modal-box-header {
  padding: 20px;
  background: var(--white);
}

.search-modal-box-input {
  display: flex;
  align-items: center;
  border: 2px solid var(--orange);
  border-radius: 16px;
  padding: 0 18px;
  background: var(--white);
  height: 58px;
}

.search-modal-box-input i {
  color: #888;
  cursor: pointer;
  font-size: 18px;
  margin-right: 12px;
}

.search-modal-box-input input {
  border: none;
  box-shadow: none;
  padding: 0;
  font-size: 18px;
  font-weight: 500;
  color: #222;
  background: transparent;
}

.search-modal-box-input input::placeholder {
  color: #b7b7b7;
}

.search-modal-box-input input:focus {
  outline: none;
  box-shadow: none;
}

.search-modal-box-tabs {
  margin: 0 20px 20px;
  background: #ececec;
  border-radius: var(--radius-lg);
  padding: 4px;
}

.search-modal-box-tabs .nav-link {
  border-radius: 14px;
  padding: 12px;
  font-size: 16px;
  font-weight: 700;
  color: var(--text-gray);
  border: none;
}

.search-modal-box-tabs .nav-link.active {
  background: var(--bg-gradint-teal);
  color: var(--white);
  box-shadow: var(--shadow-card);
}

.search-modal-box-section {
  padding: 0 20px 25px;
}

.search-modal-box-section h4 {
  margin-bottom: 18px;
  color: #333;
}

.search-modal-box-card {
  background: var(--white);
  border-radius: 22px;
  padding: 18px;
  margin-bottom: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  border: 1px solid var(--border-color);
}

.search-modal-box-card h5 {
  color: #2f2f2f;
  margin: 0;
}

.search-modal-box-add-btn {
  border: 2px solid var(--primary);
  color: var(--primary);
  background: var(--white);
  border-radius: 8px;
  font-weight: 700;
  padding: 5px 10px;
  font-size: 14px;
  transition: 0.3s;
}

.search-modal-box-add-btn:hover {
  background: var(--primary);
  color: var(--white);
}

.search-modal-box-report {
  font-size: 16px;
  color: var(--text-gray);
  margin-bottom: 12px;
}

.search-modal-box-report span {
  color: var(--orange);
  font-weight: 700;
}

.search-modal-box-price {
  font-size: 18px;
}

.search-modal-box-price del {
  color: #888;
}

.search-modal-box-price strong {
  color: #222;
  font-size: 18px;
}

.search-modal-box-footer {
  padding-top: 18px;
  border-top: 1px solid #eee;
  font-size: 16px;
  font-weight: 700;
  color: #555;
  cursor: pointer;
}

.search-modal-box-footer i {
  margin-left: 8px;
  font-size: 16px;
}

/* Trigger */
.search-modal-box-footer:hover {
  color: var(--primary);
}

.search-modal-box-trigger {
  height: 60px;
  border: 2px solid var(--orange);
  border-radius: 18px;
  display: flex;
  align-items: center;
  padding: 0 20px;
  background: var(--white);
  cursor: pointer;
  color: #b7b7b7;
  font-size: 18px;
  font-weight: 500;
}

.search-modal-box-trigger i {
  margin-right: 12px;
  color: #777;
}

@media (max-width: 576px) {
  .search-modal-box-modal .modal-dialog {
    margin: 0;
    max-width: 100%;
    height: 100%;
  }

  .search-modal-box-content {
    min-height: 100vh;
    border-radius: 28px 28px 0 0;
  }

  .contact-card {
    padding: 12px !important;
  }

  .sample-grid {
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  }
}

.offer-strip-box {
  background: var(--orange-light);
  border-radius: var(--radius-lg);
  padding: 8px 10px;
  box-shadow: 0 12px 35px rgba(255, 102, 0, 0.28);
  overflow: hidden;
  position: relative;
  max-width: 900px;
  width: fit-content;
  margin: 8px auto 0;
}

.offer-strip-box::before {
  content: '';
  position: absolute;
  top: -40px;
  right: -40px;
  width: 140px;
  height: 140px;
  background: rgba(255, 255, 255, 0.12);
  border-radius: 50%;
}

.offer-strip-content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  /* flex-wrap: wrap; */
  position: relative;
  z-index: 2;
}

.offer-strip-icon {
  width: 24px;
  height: 24px;
  background: rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(10px);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  font-size: 14px;
}

.offer-strip-text {
  display: flex;
  flex-direction: column;
  color: var(--white);
}

.offer-highlight {
  font-size: 14px;
  font-weight: 800;
  line-height: 1;
}

.offer-normal {
  font-size: 15px;
  opacity: 0.95;
  margin-top: 2px;
}

.offer-strip-divider {
  width: 1px;
  height: 20px;
  background: rgba(255, 255, 255, 0.35);
}

.offer-strip-coupon {
  color: var(--white);
  font-size: 15px;
  font-weight: 600;
}

.offer-strip-coupon span {
  display: inline-block;
  margin-left: 10px;
  background: var(--white);
  color: var(--orange);
  padding: 4px 10px;
  border-radius: 12px;
  font-weight: 800;
  letter-spacing: 1px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

@media (max-width: 768px) {
  .dashboard-main-c {
    position: absolute;
  }

  .offer-strip-content {
    /* flex-direction: column; */
    text-align: center;
    gap: 15px;
  }

  .offer-strip-text {
    width: 100%;
  }

  .offer-strip-icon {
    min-width: 24px;
  }

  .search-home-card {
    margin-top: -40px;
  }

  .search-card .btn-orange,
  .search-card .btn-outline-primary-brand {
    width: 49px;
    height: 49px;
    text-align: center;
    padding: 0;
    line-height: 49px;
  }
}

@media (max-width: 991px) {
  .hero-floating-card.card-1 {
    left: 0 !important;
  }

  .hero-floating-card.card-2 {
    right: 0 !important;
  }
}

/* Override tl-dot to use FA icons instead of emoji */
.tl-dot {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  color: var(--white);
}

/* mv-list icon color */
.mv-list li i {
  color: var(--teal);
}

/* team-img-wrapper — fix double-div nesting from original */
.team-img-wrapper {
  position: relative;
  overflow: hidden;
}

.gallery-box.large,
.gallery-box.small {
  height: 100%;
  max-height: 306px;
  overflow: hidden;
  border-radius: 16px !important;
  cursor: pointer;
}

.gallery-box.large img,
.gallery-box.small img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

/* ---- COUPON SIDEBAR ---- */
.coupon-sidebar {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.coupon-header {
  background: var(--primary-light);
  padding: 16px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.coupon-body {
  padding: 16px;
  flex: 1;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.apply-row button {
  border-top-right-radius: var(--radius-pill);
  border-bottom-right-radius: var(--radius-pill);
}

.coupon-divider {
  text-align: center;
  font-size: 12px;
  color: var(--text-gray);
  position: relative;
}

.coupon-divider::before,
.coupon-divider::after {
  content: '';
  position: absolute;
  top: 50%;
  width: 35%;
  height: 1px;
  background: var(--border-color);
}

.coupon-divider::before {
  left: 0;
}

.coupon-divider::after {
  right: 0;
}

.ticket {
  display: flex;
  border-radius: 14px;
  overflow: visible;
  filter: drop-shadow(0 6px 18px rgba(0, 0, 0, 0.13));
  margin-bottom: 18px;
}

.ticket-left {
  flex: 1;
  padding: 18px 22px 18px 14px;
  border-radius: 14px 0 0 14px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 110px;
  overflow: hidden;
}

.ticket-left::after {
  content: '';
  position: absolute;
  right: -14px;
  top: 50%;
  transform: translateY(-50%);
  width: 28px;
  height: 28px;
  border-radius: 50%;
  z-index: 2;
}

.ticket-left .label {
  font-size: 18px;
  color: var(--white);
  font-weight: 800;
  letter-spacing: 3px;
  line-height: 1;
}

.ticket-left .discount-tag {
  display: inline-block;
  background: rgba(255, 255, 255, 0.22);
  color: var(--white);
  font-size: 11px;
  font-weight: 600;
  padding: 3px 10px;
  border-radius: 20px;
  margin-bottom: 8px;
}

.promo-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1.5px dashed var(--border-color);
  border-radius: 8px;
  padding: 6px 12px;
}

.promo-label {
  font-size: 9px;
  color: rgba(255, 255, 255, 0.75);
  letter-spacing: 2px;
  text-transform: uppercase;
  display: block;
}

.promo-code {
  font-size: 17px;
  color: var(--white);
  letter-spacing: 1.2px;
}

.ticket-valid {
  font-size: 12px;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  font-size: 9px;
  color: #aaa;
  letter-spacing: 1px;
  font-weight: 600;
}

.ticket-right {
  border: 1px dashed var(--text-dark);
  width: 80px;
  background: var(--white);
  border-radius: 0 14px 14px 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 14px 8px;
  gap: 4px;
  position: relative;
}

.ticket-right::before {
  content: '';
  position: absolute;
  left: -14px;
  top: 50%;
  transform: translateY(-50%);
  width: 28px;
  height: 28px;
  border-radius: 50%;
  z-index: 2;
}

.stub-code {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  font-size: 12px;
  color: var(--text-dark);
  letter-spacing: 1px;
  font-weight: 900;
}

.stub-divider {
  width: 40px;
  height: 1px;
  background: repeating-linear-gradient(to right,
      #ddd 0px,
      #ddd 4px,
      transparent 4px,
      transparent 8px);
}

.s-apply-btn,
.s-copy-btn {
  background: var(--primary);
  border: none;
  color: var(--white);
  border-radius: 6px;
  padding: 5px 0;
  width: 66px;
  font-size: 10px;
  font-weight: 700;
  cursor: pointer;
}

.s-copy-btn {
  background: var(--white);
  color: var(--text-gray);
}

/* Gradients — ek ek coupon ka alag color */
.t1 .ticket-left {
  background: var(--bg-gradint-teal);
}

label.error {
  font-size: 13px;
  margin: 10px 0 0;
  font-weight: 600;
  color: var(--danger);
  position: absolute;
  top: -30px;
  padding: 0 3px;
  color: #d95c5c !important;
  border-radius: 6px !important;
  width: auto;
  text-align: center;
  right: 0;
  z-index: 11;
  text-transform: none;
  padding-left: 11px;
  padding-right: 11px
}

.custom_label+label {
  font-size: 13px;
  margin: 10px 0 0;
  font-weight: 600;
  color: var(--danger);
  position: absolute;
  top: -35px !important;
  padding: 0 3px;
  border-radius: 6px;
  color: #fff !important;
  width: auto;
  text-align: center;
  right: 0;
  z-index: 11;
  text-transform: none;
  padding-left: 11px;
  padding-right: 11px
}

input.error,
select.error,
textarea.error,
.select2.error,
.nice-select.error,
.error~.nice-select {
  border: 1px solid #d95c5c !important;
  border-left: 5px solid #d95c5c !important
}

input.error,
select.error,
textarea.error,
.select2.error:focus {
  -webkit-box-shadow: none !important;
  box-shadow: none !important
}

.error_astrick {
  border-color: #d95c5c
}

input.error #demo1 {
  border-color: #d95c5c !important
}

select.error~.select2 .selection .select2-selection {
  border-color: #d95c5c !important;
  border-left: 5px solid #d95c5c !important
}

.nav-login-btn {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--primary);
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
}

.nav-login-btn i {
  font-size: 15px;
}


/* ===============================
   PREMIUM CITY MODAL - THEME UI
================================= */

/* Backdrop */
.city-modal {
  backdrop-filter: blur(8px);
  background: rgba(15, 23, 42, 0.35);
}

/* Modal Size */
.city-modal .modal-dialog {
  max-width: 980px;
  padding: 18px;
}

/* Main Container */
.city-modal .modal-content {
  border: 1px solid var(--border-light);
  border-radius: var(--radius-xl);
  overflow: hidden;
  background: var(--bg-gradint);
  padding: 26px 30px 38px;
  box-shadow: var(--shadow-hover);
  position: relative;
}

/* Decorative Glow */
.city-modal .modal-content::before {
  content: "";
  position: absolute;
  width: 280px;
  height: 280px;
  top: -120px;
  left: -80px;
  background: radial-gradient(circle,
      rgba(200, 39, 44, 0.12),
      transparent 70%);
  pointer-events: none;
}

.city-modal .modal-content::after {
  content: "";
  position: absolute;
  width: 260px;
  height: 260px;
  right: -100px;
  bottom: -120px;
  background: radial-gradient(circle,
      rgba(0, 139, 90, 0.10),
      transparent 70%);
  pointer-events: none;
}

/* Header */
.city-modal .modal-header {
  border: none;
  justify-content: center;
  position: relative;
  padding-bottom: 12px;
  z-index: 2;
}

/* Title */
.city-modal .modal-title {
  font-size: 38px;
  font-weight: 800;
  color: var(--text-dark);
  text-align: center;
  letter-spacing: -0.5px;
  font-family: 'Nunito', sans-serif;
}

/* Close Button */
.city-modal .btn-close {
  position: absolute;
  right: 5px;
  top: 2px;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background-color: var(--teal-light);
  color: var(--white) !important;
  background-size: 13px;
  opacity: 1;
  transition: var(--transition);
  box-shadow: var(--shadow-soft);
}



/* Body */
.city-modal .modal-body {
  padding-top: 10px;
  position: relative;
  z-index: 2;
}

/* Grid */
.city-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 26px;
  align-items: stretch;
}

/* Card */
.city-card {
  position: relative;
  background: rgba(255, 255, 255, 0.78);
  backdrop-filter: blur(12px);

  border: 1px solid var(--border-color);
  border-radius: var(--radius-lg);

  min-height: 205px;
  padding: 24px 20px;

  cursor: pointer;
  overflow: hidden;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

  transition: var(--transition);
  box-shadow: var(--shadow-soft);
}

/* Hover Layer */
.city-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg,
      rgba(200, 39, 44, 0.04),
      rgba(0, 139, 90, 0.03));
  opacity: 0;
  transition: var(--transition);
}

/* Bottom Glow */
.city-card::after {
  content: "";
  position: absolute;
  width: 140px;
  height: 140px;
  bottom: -70px;
  left: 50%;
  transform: translateX(-50%);
  background:
    radial-gradient(circle,
      rgba(200, 39, 44, 0.12),
      transparent 70%);
  opacity: 0;
  transition: var(--transition);
}

/* Hover */
.city-card:hover {
  transform: translateY(-8px);
  border-color: rgba(200, 39, 44, 0.18);

  box-shadow:
    0 12px 25px rgba(0, 0, 0, 0.06),
    0 22px 45px rgba(0, 0, 0, 0.10);
}

.city-card:hover::before,
.city-card:hover::after {
  opacity: 1;
}

/* Active Card */
.city-card.active {
  background:
    linear-gradient(135deg,
      rgba(255, 255, 255, 0.95),
      rgba(204, 251, 241, 0.35));

  border-color: rgba(0, 139, 90, 0.22);

  box-shadow:
    0 10px 35px rgba(0, 139, 90, 0.10);
}

/* Active Top Border */
.city-card.active::after {
  opacity: 1;
}

/* Icon */
.city-icon {
  width: 88px;
  height: 88px;
  object-fit: contain;
  margin-bottom: 18px;

  transition: var(--transition);

  position: relative;
  z-index: 2;

  filter:
    drop-shadow(0 10px 16px rgba(0, 0, 0, 0.06));
}

/* Hover Icon */
.city-card:hover .city-icon {
  transform: scale(1.08) translateY(-3px);
}

/* Name */
.city-name {
  margin: 0;

  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;

  color: var(--text-mid);
  text-align: center;

  position: relative;
  z-index: 2;

  transition: var(--transition);
}

/* Active Text */
.city-card.active .city-name {
  color: var(--teal);
}

/* Hover Text */
.city-card:hover .city-name {
  color: var(--teal);
}

/* =========================
   TABLET
========================= */

@media(max-width:991px) {

  .city-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 22px;
  }

  .city-modal .modal-title {
    font-size: 28px;
  }

  .city-card {
    min-height: 190px;
  }
}

/* =========================
   MOBILE
========================= */

@media(max-width:575px) {

  .city-modal .modal-dialog {
    padding: 12px;
  }

  .city-modal .modal-content {
    padding: 18px 16px 28px;
    border-radius: 24px;
  }

  .city-modal .modal-title {
    font-size: 26px;
  }

  .city-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .city-card {
    min-height: 155px;
    padding: 20px;
    border-radius: 20px;
  }

  .city-icon {
    width: 70px;
    height: 70px;
    margin-bottom: 14px;
  }

  .city-name {
    font-size: 16px;
  }
}

.premium-test-card {
  background: var(--white);
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  transition: var(--transition);
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0.04);
}

.premium-test-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.12);
}

/* =========================
   Top Section
========================= */
.premium-card-top {
  background: linear-gradient(135deg, #014520 0%, #00622e 100%);
  padding: 32px 18px 26px 18px;
  position: relative;
  color: var(--white);
}
.premium-card-top::before {
  content: '';
  position: absolute;
  right: -30px;
  top: -30px;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  background: rgba(46,196,148,.12);
  pointer-events: none;
}
.premium-card-top::after {
  content: '';
  position: absolute;
  right: 20px;
  bottom: -20px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: rgba(255,255,255,.04);
  pointer-events: none;
}

.test-type-badge {
  position: absolute;
  top: 0;
  right: 22px;
  background: rgba(255, 255, 255, 0.12);
  color: #dffdf3;
  padding: 8px 18px;
  border-radius: 0 0 14px 14px;
  font-size: 14px;
  font-weight: 700;
  backdrop-filter: blur(10px);
}

.premium-card-top h4 {
  line-height: 1.35;
  font-weight: 800;
  max-width: 85%;
  color: var(--white);
}

.price-wrap {
  display: flex;
  align-items: center;
  gap: 12px;

}

.old-price {
  font-size: 16px;
  text-decoration: line-through;
  opacity: 0.7;
}

.new-price {
  font-size: 18px;
  font-weight: 900;
  color: #fff;
}

.off-badge {
  display: inline-block;
  background: var(--orange);
  color: var(--white);
  font-size: 11px;
  font-weight: 700;
  padding: 3px 10px;
  border-radius: 100px;
  box-shadow: 0 2px 8px rgba(247,98,42,.35);
}

/* =========================
   Body
========================= */
.premium-card-body {
  padding: 18px;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
  margin-bottom: 28px;
}

.feature-item {
  display: flex;
  align-items: center;
  gap: 14px;
}

.feature-icon {
  width: 34px;
  height: 34px;
  border-radius: 8px;
  background: var(--teal-xlight);
  color: var(--primary);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  flex-shrink: 0;
}

.feature-item h6 {
  margin: 0;
  font-weight: 800;
  color: var(--text-dark);
  line-height: 1.3;
}

.feature-item p {
  margin: 0;
  color: var(--text-gray);
  font-size: 15px;
}

/* =========================
   Buttons
========================= */
.card-btn-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}


/* =========================
   Responsive
========================= */
@media(max-width:767px) {

  .premium-card-top {
    min-height: auto;
    padding: 22px;
  }

  .premium-card-top h4 {
    max-width: 100%;
  }

  .new-price {
    font-size: 18px;
  }

  .old-price {
    font-size: 16px;
  }

  .off-badge {
    font-size: 14px;
    padding: 4px 8px;
  }

  .feature-grid {
    grid-template-columns: 1fr;
  }

  .card-btn-wrap {
    grid-template-columns: 1fr;
  }


}

/* =========================================
   MODERN SEARCH CARD
========================================= */

.search-home-card {
  position: relative;
  margin-top: -80px;
  z-index: 20;
}

/* Main Card */

.search-card {
  position: relative;
  background: rgba(255, 255, 255, 0.78);
  backdrop-filter: blur(22px);
  -webkit-backdrop-filter: blur(22px);
  border-radius: 36px;
  padding: 38px 42px;
  border: 1px solid rgba(255, 255, 255, 0.55);
  box-shadow:
    0 20px 60px rgba(0, 0, 0, 0.10),
    inset 0 1px 0 rgba(255, 255, 255, 0.65);
  overflow: hidden;
}

/* Soft Background Glow */

.search-card::before {
  content: '';
  position: absolute;
  top: -100px;
  right: -60px;
  width: 280px;
  height: 280px;
  background:
    radial-gradient(circle,
      rgba(0, 139, 90, 0.14),
      transparent 70%);
  z-index: 0;
}

.search-card::after {
  content: '';
  position: absolute;
  left: -80px;
  bottom: -80px;
  width: 240px;
  height: 240px;
  background:
    radial-gradient(circle,
      rgba(229, 161, 0, 0.12),
      transparent 70%);
  z-index: 0;
}

/* Row */

.search-row {
  position: relative;
  z-index: 2;
  justify-content: space-between;
}

/* Search Input */

.search-input-wrap {
  position: relative;
  flex: 1;
  min-width: 320px;
}

.search-input {
  padding: 12px 85px 12px 18px !important;
  width: 100%;
  border-radius: var(--radius-lg);
  border: 2px solid rgba(255, 170, 0, 0.55);
  padding: 0 85px 0 34px;
  font-size: 18px;
  font-weight: 700;
  background: rgba(255, 255, 255, 0.92);
  color: var(--text-dark);
  outline: none;
  transition: var(--transition);
  box-shadow:
    inset 0 2px 10px rgba(0, 0, 0, 0.02);
}

.search-input::placeholder {
  color: #444;
  font-weight: 500;
}

.search-input:focus {
  border-color: var(--orange);
  box-shadow:
    0 0 0 5px rgba(229, 161, 0, 0.10);
}

/* Highlight Word */



/* Search Icon */

.search-icon {
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.1rem;
  color: #aaa;
}




/* Offer Strip */

.offer-strip-box {
  display: flex;
  justify-content: center;
  margin-top: 18px;
}

.offer-strip-content {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  background: rgba(255, 255, 255, 0.75);
  backdrop-filter: blur(12px);
  padding: 10px 22px;
  border-radius: 999px;
  box-shadow:
    0 10px 24px rgba(0, 0, 0, 0.06);
}

.offer-strip-icon {
  color: #d1d5db;
  font-size: 1rem;
}

.offer-highlight {
  color: #ff9500;
  font-weight: 800;
}

.offer-normal {
  color: #555;
  font-weight: 600;
}

.offer-strip-divider {
  width: 1px;
  height: 18px;
  background: rgba(0, 0, 0, 0.1);
}

.offer-strip-coupon {
  color: #555;
  font-weight: 600;
}

.offer-strip-coupon span {
  color: #222;
  font-weight: 900;
}

/* Responsive */

@media (max-width: 991px) {

  .search-card {
    padding: 28px;
  }

  .search-row {
    flex-direction: column;
  }



}

@media (max-width: 576px) {

  .search-home-card {
    margin-top: -40px;
  }

  .search-card {
    padding: 22px;
    border-radius: 24px;
  }

  .search-input {
    height: 62px;
    padding-left: 22px;
    padding-right: 60px;
  }

  .search-input-wrap::before {
    left: 125px;
    font-size: 1rem;
  }

  .search-icon {
    right: 22px;
    font-size: 1.2rem;
  }

  .offer-strip-content {
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    border-radius: 20px;
  }
}

@media (max-width: 576px) {
  .search-home-card {
    margin-top: 0px !important;
  }
  .organs-grid{
     grid-template-columns: repeat(2, 1fr) !important;
  }
  .hero-search-box button{
    padding: 14px 6px !important;
  }
}



.organs-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.organ-card {
  background: var(--light-bg);
  border-radius: 18px;
  padding: 20px 16px 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  transition: transform 0.2s, box-shadow 0.2s;
  cursor: pointer;
  border: 0.5px solid rgba(0, 0, 0, 0.06);
}

.organ-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.09);
}

.organ-icon {
  width: 56px;
  height: 56px;
}

.organ-name {
  font-size: 18px;
  color: #444;
  font-weight: 800;
  text-align: center;
}

/* ===== MOBILE BOOK CARDS ===== */
/* ── Mobile Book Cards ────────────────────────────────── */
.mobile-book-card {
  display: flex;
  align-items: center;
  gap: 14px;
  background: var(--white);
  border: 1.5px solid var(--gray-200);
  border-radius: var(--radius-lg);
  padding: 10px;
  box-shadow: var(--shadow-sm);
  transition: var(--transition);
}
.mobile-book-card:hover {
  border-color: var(--teal);
  box-shadow: var(--shadow-md);
  transform: translateY(-2px);
}

.mobile-book-icon {
  width: 46px;
  height: 46px;
  border-radius: var(--radius-md);
  background: var(--teal);
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  flex-shrink: 0;
}

.mobile-book-label {
  font-size: 11px;
  color: var(--text-muted);
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: .08em;
}
.mobile-book-title {
  font-size: 16px;
  font-weight: 700;
  color: var(--text-dark);
  letter-spacing: -.01em;
}

/* ===== MORE WAYS TO BOOK ===== */
.more-ways-card {
  border: 1px solid #eee;
  border-radius: 14px;
  padding: 14px;
  background: #fff;
  margin-bottom: 4px;
}

.more-ways-title {
  text-align: center;
  font-size: 11px;
  color: var(--text);
  letter-spacing: 0.6px;
  margin-bottom: 14px;
  position: relative;
}

.more-ways-title::before,
.more-ways-title::after {
  content: '';
  position: absolute;
  top: 50%;
  width: 25%;
  height: 1px;
  background: #eee;
}

.more-ways-title::before {
  left: 0;
}

.more-ways-title::after {
  right: 0;
}

.ways-row {
  display: flex;
  justify-content: space-around;
}

.way-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  color: #444;
  font-size: 12px;
  font-weight: 500;
}

.way-icon {
  width: 44px;
  height: 44px;
  background: var(--teal-xlight);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color:var(--teal);
}

.way-whatsapp {
  background: var(--teal-xlight);
  color: var(--teal) !important;
}

.way-whatsapp i {
  color: var(--teal);
}

.organ-img {
  width: 56px;
  height: 56px;
  object-fit: contain;
  margin-bottom: 10px;
}



/* ---------------- */

/* ── Buttons ──────────────────────────────────────────── */

/* =============================================
   BUTTONS
   ============================================= */
/* ============================================================
   BUTTONS — Clean & Final
   ============================================================ */

/* ── Shared Base ─────────────────────────────────────── */
.btn-orange,
.btn-outline-primary-brand,
.btn-modern,
.btn-teal,
.btn-primary-brand,
.btn-outline-white {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-family: var(--font-body);
  font-size: 14px;
  font-weight: 600;
  padding: 10px 14px;
  border-radius: var(--radius-md);
  border: 2px solid transparent;
  cursor: pointer;
  text-decoration: none;
  transition: var(--transition);
  white-space: nowrap;
  letter-spacing: -.01em;
  position: relative;
  overflow: hidden;
}

/* ── Circle Decoration (shared for orange & outline) ─── */
.btn-orange::before,
.btn-outline-primary-brand::before {
  content: '';
  position: absolute;
  right: -60px;
  top: -20px;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
  transition: right .35s cubic-bezier(.4, 0, .2, 1),
              opacity .35s ease;
  pointer-events: none;
}

.btn-orange:hover::before,
.btn-outline-primary-brand:hover::before {
  right: -20px;
}

/* ── Orange Button ───────────────────────────────────── */
.btn-orange {
  background: linear-gradient(135deg, var(--orange), var(--orange-light));
  color: var(--white) !important;
  box-shadow: 0 4px 16px rgba(247, 98, 42, .28);
}
.btn-orange:hover {
  box-shadow: 0 6px 22px rgba(247, 98, 42, .42);
  transform: translateY(-2px);
  color: var(--white) !important;
}
.btn-orange:active { transform: translateY(0); }

/* ── Green / Outline Button ──────────────────────────── */
.btn-outline-primary-brand {
  background: transparent;
  color: var(--teal) !important;
  border: 2px solid var(--teal);
  box-shadow: none;
}

.btn-outline-primary-brand::before {
  background: rgba(255, 255, 255, 0.15);
}

.btn-outline-primary-brand:hover {
  background: linear-gradient(135deg, var(--teal-light), var(--teal));
  color: var(--white) !important;
  box-shadow: 0 6px 22px rgba(26, 60, 52, .28);
  transform: translateY(-2px);
}
.btn-outline-primary-brand:active { transform: translateY(0); }

/* ── Modern Button ───────────────────────────────────── */
.btn-modern {
  background: var(--white);
  color: var(--teal) !important;
  border-color: var(--gray-200);
  box-shadow: var(--shadow-xs);
  font-size: 13px;
  padding: 9px 18px;
}
.btn-modern:hover {
  border-color: var(--teal);
  color: var(--teal) !important;
  box-shadow: var(--shadow-sm);
  transform: translateY(-1px);
}

/* ── Teal Button ─────────────────────────────────────── */
.btn-teal {
  background: var(--bg-gradint-teal);
  color: var(--white) !important;
  font-size: 13px;
  padding: 9px 18px;
  border-radius: 30px;
  box-shadow: 0 4px 14px rgba(46, 196, 148, .28);
}
.btn-teal:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px var(--teal-shadow);
  color: var(--white) !important;
}

/* ── Primary Brand Button ────────────────────────────── */
.btn-primary-brand {
  background: var(--bg-gradint2);
  color: var(--white) !important;
  border-radius: var(--radius-pill);
  box-shadow: 0 4px 15px var(--primary-shadow);
}
.btn-primary-brand:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px var(--primary-shadow);
  color: var(--white) !important;
}

/* ── Outline White Button ────────────────────────────── */
.btn-outline-white {
  background: transparent;
  color: var(--white) !important;
  border: 2px solid var(--white);
  border-radius: var(--radius-pill);
}
.btn-outline-white:hover {
  background: var(--white);
  color: var(--primary) !important;
  transform: translateY(-2px);
}

/* ── Icon inside modern button ───────────────────────── */
.btn-modern i {
  background: var(--teal);
  color: var(--white);
  border-radius: 50%;
  padding: 5px;
  font-size: 12px;
  transition: var(--transition);
  width: 22px;
}
.btn-modern:hover i {
  background: var(--teal-light);
}