/* Snehadhara — brand-led, bilingual, responsive */

:root {
  --teal: #0f766e;
  --teal-deep: #0a5c56;
  --blue: #1e4d8c;
  --blue-soft: #3b82c4;
  --leaf: #34d399;
  --ink: #102a2a;
  --muted: #4a6563;
  --paper: #f3faf7;
  --paper-2: #e7f4ef;
  --white: #ffffff;
  --line: rgba(15, 118, 110, 0.14);
  --shadow: 0 18px 50px rgba(16, 42, 42, 0.08);
  --radius: 1.25rem;
  --font-display: "Fraunces", "Noto Serif Bengali", Georgia, serif;
  --font-body: "Manrope", "Noto Sans Bengali", system-ui, sans-serif;
  --font-bn: "Noto Sans Bengali", "Manrope", sans-serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: var(--font-body);
  color: var(--ink);
  background:
    radial-gradient(1200px 600px at 10% -10%, rgba(52, 211, 153, 0.18), transparent 60%),
    radial-gradient(900px 500px at 100% 0%, rgba(59, 130, 196, 0.14), transparent 55%),
    linear-gradient(180deg, #f7fcfa 0%, var(--paper) 40%, #eef7f3 100%);
  min-height: 100vh;
  line-height: 1.65;
  overflow-x: hidden;
}

h1, h2, h3, h4,
.brand-bn,
.hero-brand-bn,
.footer-brand .brand-bn {
  font-family: var(--font-display);
  letter-spacing: -0.02em;
  line-height: 1.15;
}

[data-lang="bn"] body,
[lang="bn"] .bn-text {
  font-family: var(--font-bn);
}

img { max-width: 100%; height: auto; }
a { color: var(--teal-deep); text-decoration: none; }
a:hover { color: var(--blue); }

/* ---------- Nav ---------- */
.sneha-nav {
  background: rgba(247, 252, 250, 0.86);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--line);
  padding-block: 0.55rem;
}

.navbar-brand { gap: 0.65rem; }
.brand-text { display: flex; flex-direction: column; line-height: 1.1; }
.brand-bn {
  font-size: 1.25rem;
  color: var(--teal-deep);
  font-weight: 700;
}
.brand-en {
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: var(--blue);
  font-weight: 600;
}

.sneha-nav .nav-link {
  color: var(--muted) !important;
  font-weight: 600;
  font-size: 0.95rem;
  padding: 0.55rem 0.85rem !important;
  border-radius: 999px;
}
.sneha-nav .nav-link:hover,
.sneha-nav .nav-link.active {
  color: var(--teal-deep) !important;
  background: rgba(15, 118, 110, 0.08);
}

.lang-switch {
  display: inline-flex;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 0.15rem;
  gap: 0.1rem;
}
.lang-btn {
  border: 0;
  background: transparent;
  border-radius: 999px;
  padding: 0.25rem 0.65rem;
  font-size: 0.78rem;
  font-weight: 700;
  color: var(--muted);
  cursor: pointer;
}
.lang-btn.active {
  background: var(--teal);
  color: white;
}

.btn-sneha-primary {
  --bs-btn-bg: var(--teal);
  --bs-btn-border-color: var(--teal);
  --bs-btn-hover-bg: var(--teal-deep);
  --bs-btn-hover-border-color: var(--teal-deep);
  --bs-btn-color: #fff;
  --bs-btn-hover-color: #fff;
  --bs-btn-active-bg: var(--teal-deep);
  --bs-btn-active-border-color: var(--teal-deep);
  --bs-btn-active-color: #fff;
  border-radius: 999px;
  font-weight: 700;
  padding-inline: 1.35rem;
  box-shadow: 0 10px 24px rgba(15, 118, 110, 0.22);
}
.btn-sneha-ghost {
  border-radius: 999px;
  font-weight: 700;
  color: var(--white);
  border: 1.5px solid rgba(255, 255, 255, 0.55);
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(6px);
}
.btn-sneha-ghost:hover {
  background: rgba(255, 255, 255, 0.18);
  color: #fff;
  border-color: #fff;
}

.navbar-toggler {
  border: 1px solid var(--line);
  border-radius: 0.65rem;
}
.navbar-toggler:focus { box-shadow: none; }

/* ---------- Hero ---------- */
.hero {
  position: relative;
  min-height: min(92vh, 820px);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  color: #fff;
  overflow: hidden;
}

.brand-mark {
  display: inline-flex;
  animation: floatSoft 5s ease-in-out infinite;
}
.brand-logo,
.footer-logo,
.hero-logo,
.page-hero-logo,
.org-logo {
  width: 48px;
  height: 48px;
  object-fit: cover;
  object-position: center 35%;
  border-radius: 50%;
  border: 2px solid rgba(15, 118, 110, 0.25);
  box-shadow: 0 8px 20px rgba(16, 42, 42, 0.15);
  background: #0b3d3a;
}
.footer-logo {
  width: 56px;
  height: 56px;
  border-color: rgba(255, 255, 255, 0.25);
}
.hero-logo {
  width: 88px;
  height: 88px;
  border: 3px solid rgba(255, 255, 255, 0.45);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.28);
}
.page-hero-logo {
  width: 72px;
  height: 72px;
  margin-bottom: 1rem;
  border: 2px solid rgba(255, 255, 255, 0.4);
}
.org-logo {
  width: 56px;
  height: 56px;
}

.hero-bg {
  position: absolute;
  inset: 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  transform: scale(1.04);
  animation: heroDrift 18s ease-in-out infinite alternate;
}

@keyframes heroDrift {
  from { transform: scale(1.04) translate3d(0, 0, 0); }
  to { transform: scale(1.1) translate3d(-1.5%, -1%, 0); }
}

.hero-inner {
  position: relative;
  z-index: 1;
  padding: clamp(5rem, 12vh, 8rem) 0 3rem;
}

.hero-eyebrow {
  display: inline-block;
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  opacity: 0.85;
  margin-bottom: 1rem;
  border-left: 3px solid var(--leaf);
  padding-left: 0.75rem;
}

.hero-brand-bn {
  display: block;
  font-size: clamp(3rem, 9vw, 5.8rem);
  font-weight: 700;
  color: #fff;
  text-shadow: 0 12px 40px rgba(0, 0, 0, 0.25);
}
.hero-brand-en {
  display: block;
  margin-top: 0.35rem;
  font-size: clamp(1rem, 2.4vw, 1.35rem);
  letter-spacing: 0.28em;
  text-transform: uppercase;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.82);
  font-family: var(--font-body);
}

.hero-sub {
  max-width: 34rem;
  margin: 1.25rem 0 0.5rem;
  font-size: clamp(1.05rem, 2.2vw, 1.25rem);
  color: rgba(255, 255, 255, 0.92);
}
.hero-tagline {
  max-width: 32rem;
  color: var(--leaf);
  font-weight: 600;
  margin-bottom: 1.75rem;
}
.hero-cta { display: flex; flex-wrap: wrap; gap: 0.85rem; }

.hero-values {
  position: relative;
  z-index: 1;
  padding: 0 0 2rem;
}
.value-pill {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
  border-radius: 1rem;
  padding: 1rem 1.15rem;
  color: #fff;
}
.value-pill i {
  font-size: 1.4rem;
  color: var(--leaf);
}

/* ---------- Sections ---------- */
.section {
  padding: clamp(3.5rem, 8vw, 5.5rem) 0;
}
.section-alt {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.55), rgba(231, 244, 239, 0.9));
}
.section-head {
  max-width: 40rem;
  margin-bottom: 2.5rem;
}
.section-head h2 {
  font-size: clamp(1.8rem, 4vw, 2.6rem);
  color: var(--teal-deep);
  margin-bottom: 0.65rem;
}
.section-head p {
  color: var(--muted);
  margin: 0;
  font-size: 1.05rem;
}

.page-hero {
  padding: clamp(3rem, 8vw, 4.5rem) 0 1rem;
}
.page-hero .eyebrow {
  color: var(--teal);
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.8rem;
  margin-bottom: 0.75rem;
}
.page-hero h1 {
  font-size: clamp(2rem, 5vw, 3.2rem);
  color: var(--teal-deep);
  margin-bottom: 0.85rem;
}
.page-hero .lead {
  max-width: 40rem;
  color: var(--muted);
  font-size: 1.1rem;
}

/* ---------- Service tiles ---------- */
.service-tile {
  display: block;
  height: 100%;
  padding: 1.6rem 1.5rem;
  border-radius: var(--radius);
  background: var(--white);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  color: inherit;
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
  position: relative;
  overflow: hidden;
}
.service-tile::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 4px;
  background: var(--accent, var(--teal));
}
.service-tile:hover {
  transform: translateY(-6px);
  border-color: color-mix(in srgb, var(--accent, var(--teal)) 40%, white);
  box-shadow: 0 24px 50px rgba(16, 42, 42, 0.12);
  color: inherit;
}
.service-icon {
  width: 3rem;
  height: 3rem;
  border-radius: 0.9rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: color-mix(in srgb, var(--accent, var(--teal)) 14%, white);
  color: var(--accent, var(--teal));
  font-size: 1.35rem;
  margin-bottom: 1rem;
}
.service-icon.lg {
  width: 3.6rem;
  height: 3.6rem;
  font-size: 1.6rem;
}
.service-tile h3 {
  font-size: 1.2rem;
  margin-bottom: 0.45rem;
  color: var(--ink);
}
.service-tile p {
  color: var(--muted);
  margin-bottom: 1rem;
  font-size: 0.95rem;
}
.tile-link {
  font-weight: 700;
  color: var(--accent, var(--teal));
  font-size: 0.9rem;
}

.feature-block {
  height: 100%;
  padding: 1.5rem;
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.75);
  border: 1px solid var(--line);
}
.feature-block i {
  font-size: 1.6rem;
  color: var(--teal);
  margin-bottom: 0.85rem;
  display: block;
}
.feature-block h3 {
  font-size: 1.1rem;
  margin-bottom: 0.5rem;
}
.feature-block p {
  margin: 0;
  color: var(--muted);
  font-size: 0.95rem;
}

/* ---------- Testimonials ---------- */
.testimonial {
  height: 100%;
  margin: 0;
  padding: 1.6rem;
  border-radius: var(--radius);
  background: var(--white);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}
.testimonial .stars {
  color: #d97706;
  margin-bottom: 0.75rem;
  letter-spacing: 0.08em;
}
.testimonial p {
  font-size: 1.05rem;
  color: var(--ink);
  margin-bottom: 1.25rem;
}
.testimonial footer {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
}
.testimonial footer span {
  color: var(--muted);
  font-size: 0.88rem;
}

/* ---------- CTA band ---------- */
.cta-band {
  padding: 4rem 0;
  background-position: center;
  background-size: cover;
  color: #fff;
  text-align: center;
}
.cta-band h2 {
  font-size: clamp(1.5rem, 3.5vw, 2.2rem);
  max-width: 40rem;
  margin: 0 auto;
}

/* ---------- About ---------- */
.vision-card,
.mission-card {
  height: 100%;
  padding: 1.75rem;
  border-radius: var(--radius);
  background: var(--white);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}
.vision-card {
  background:
    linear-gradient(160deg, rgba(15, 118, 110, 0.08), transparent 55%),
    var(--white);
}
.vision-card h2,
.mission-card h2 {
  font-size: 1.45rem;
  color: var(--teal-deep);
  margin-bottom: 1rem;
}

.check-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 0.75rem;
}
.check-list.twin {
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}
.check-list li {
  position: relative;
  padding-left: 1.7rem;
  color: var(--muted);
}
.check-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--teal);
  font-weight: 800;
}

.value-card,
.promise-card,
.equip-card,
.facility-chip {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.65rem;
  padding: 1.25rem;
  border-radius: 1rem;
  background: var(--white);
  border: 1px solid var(--line);
}
.value-card i,
.promise-card i,
.equip-card i,
.facility-chip i {
  font-size: 1.35rem;
  color: var(--teal);
}
.team-card {
  text-align: center;
  padding: 1.25rem 0.75rem;
}
.team-avatar {
  width: 4.5rem;
  height: 4.5rem;
  margin: 0 auto 0.85rem;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: linear-gradient(145deg, rgba(15, 118, 110, 0.15), rgba(30, 77, 140, 0.15));
  color: var(--teal-deep);
  font-size: 1.5rem;
}
.team-card h3 {
  font-size: 0.95rem;
  margin: 0;
}
.org-banner {
  text-align: center;
  padding: 1.5rem;
  border-radius: var(--radius);
  background: linear-gradient(90deg, rgba(15, 118, 110, 0.08), rgba(30, 77, 140, 0.08));
  border: 1px dashed var(--line);
}

/* ---------- Services detail ---------- */
.service-jump {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-bottom: 2rem;
}
.jump-chip {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.55rem 0.9rem;
  border-radius: 999px;
  background: var(--white);
  border: 1px solid var(--line);
  color: var(--ink);
  font-weight: 600;
  font-size: 0.88rem;
}
.jump-chip i { color: var(--accent, var(--teal)); }
.jump-chip:hover {
  border-color: var(--accent, var(--teal));
  color: var(--accent, var(--teal));
}

.service-detail {
  scroll-margin-top: 5.5rem;
  margin-bottom: 2rem;
  padding: clamp(1.5rem, 4vw, 2.25rem);
  border-radius: calc(var(--radius) + 0.25rem);
  background: var(--white);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  border-top: 4px solid var(--accent, var(--teal));
}
.service-detail-head {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  margin-bottom: 1.25rem;
}
.service-detail-head h2 {
  font-size: clamp(1.45rem, 3vw, 1.9rem);
  margin: 0 0 0.35rem;
  color: var(--ink);
}
.service-detail-head p {
  margin: 0;
  color: var(--muted);
}
.service-detail h3 {
  font-size: 1.1rem;
  margin: 1.5rem 0 0.85rem;
  color: var(--teal-deep);
}
.service-intro { color: var(--muted); }
.service-quote {
  font-family: var(--font-display);
  font-size: 1.2rem;
  color: var(--blue);
  border-left: 3px solid var(--leaf);
  padding-left: 1rem;
  margin: 1rem 0 0;
}

.tag-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}
.tag {
  display: inline-flex;
  padding: 0.4rem 0.8rem;
  border-radius: 999px;
  background: color-mix(in srgb, var(--accent, var(--teal)) 12%, white);
  color: var(--ink);
  font-size: 0.88rem;
  font-weight: 600;
  border: 1px solid color-mix(in srgb, var(--accent, var(--teal)) 18%, white);
}
.tag.soft {
  background: var(--paper-2);
  border-color: var(--line);
}

.mini-card {
  height: 100%;
  padding: 1rem;
  border-radius: 0.9rem;
  background: var(--paper);
  border: 1px solid var(--line);
}
.mini-card strong { display: block; margin-bottom: 0.35rem; }
.mini-card p { margin: 0; color: var(--muted); font-size: 0.9rem; }

.process-steps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 0.75rem;
  list-style: none;
  counter-reset: step;
  padding: 0;
  margin: 0;
}
.process-steps li {
  counter-increment: step;
  padding: 1rem;
  border-radius: 0.9rem;
  background: var(--paper);
  border: 1px solid var(--line);
  font-weight: 600;
}
.process-steps li::before {
  content: counter(step, decimal-leading-zero);
  display: block;
  color: var(--teal);
  font-size: 0.8rem;
  margin-bottom: 0.35rem;
  letter-spacing: 0.08em;
}

.note-box {
  margin-top: 1.5rem;
  padding: 1rem 1.15rem;
  border-radius: 0.9rem;
  background: rgba(30, 77, 140, 0.08);
  border: 1px solid rgba(30, 77, 140, 0.16);
  color: var(--blue);
  font-weight: 600;
}

/* ---------- Journey ---------- */
.flow-rail {
  display: grid;
  gap: 1rem;
}
.flow-item {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1.15rem;
  padding: 1.25rem 1.4rem;
  border-radius: var(--radius);
  background: var(--white);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}
.flow-num {
  font-family: var(--font-display);
  font-size: 1.8rem;
  color: var(--teal);
  line-height: 1;
  min-width: 2.5rem;
}
.flow-item h3 {
  font-size: 1.15rem;
  margin: 0 0 0.35rem;
}
.flow-item p {
  margin: 0;
  color: var(--muted);
}

.step-card {
  height: 100%;
  padding: 1.35rem;
  border-radius: var(--radius);
  background: var(--white);
  border: 1px solid var(--line);
  position: relative;
}
.step-badge {
  display: inline-grid;
  place-items: center;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background: var(--teal);
  color: #fff;
  font-weight: 800;
  font-size: 0.85rem;
  margin-bottom: 0.85rem;
}
.step-card h3 {
  font-size: 1.05rem;
  margin-bottom: 0.4rem;
}
.step-card p {
  margin: 0;
  color: var(--muted);
  font-size: 0.92rem;
}

/* ---------- Contact ---------- */
.contact-panel,
.appointment-panel {
  height: 100%;
  padding: clamp(1.35rem, 3vw, 1.85rem);
  border-radius: var(--radius);
  background: var(--white);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}
.contact-panel h2,
.appointment-panel h2 {
  font-size: 1.45rem;
  color: var(--teal-deep);
  margin-bottom: 1rem;
}
.contact-panel h3 {
  font-size: 0.95rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--muted);
  margin-bottom: 0.65rem;
}
.phone-list {
  display: grid;
  gap: 0.55rem;
}
.phone-list a {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-weight: 700;
  color: var(--teal-deep);
}
.phone-list a.emergency {
  color: #b45309;
}
.hours-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.hours-list li {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.45rem 0;
  border-bottom: 1px solid var(--line);
  font-size: 0.95rem;
}

.form-control,
.form-select {
  border-radius: 0.75rem;
  border-color: var(--line);
  padding: 0.7rem 0.9rem;
  background: #fbfffe;
}
.form-control:focus,
.form-select:focus {
  border-color: var(--teal);
  box-shadow: 0 0 0 0.2rem rgba(15, 118, 110, 0.15);
}
.form-label { font-weight: 600; color: var(--muted); font-size: 0.9rem; }

.map-frame {
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  min-height: 280px;
}
.map-frame iframe {
  width: 100%;
  height: 320px;
  border: 0;
  display: block;
}

/* ---------- Admin ---------- */
.table-sneha {
  background: var(--white);
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid var(--line);
}
.table-sneha thead {
  background: var(--paper-2);
}
.table-sneha th {
  font-size: 0.82rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--muted);
}
.status-pill {
  display: inline-block;
  padding: 0.2rem 0.55rem;
  border-radius: 999px;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
}
.status-pending { background: #fef3c7; color: #92400e; }
.status-confirmed { background: #d1fae5; color: #065f46; }

.payment-fee-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 1.15rem;
  border-radius: 1rem;
  background: linear-gradient(120deg, rgba(15, 118, 110, 0.1), rgba(30, 77, 140, 0.08));
  border: 1px solid var(--line);
}
.payment-fee-amount {
  font-family: var(--font-display);
  font-size: 1.45rem;
  font-weight: 700;
  color: var(--teal-deep);
  white-space: nowrap;
}

/* ---------- Footer ---------- */
.sneha-footer {
  background:
    linear-gradient(180deg, #0b3d3a 0%, #082e3a 100%);
  color: rgba(255, 255, 255, 0.88);
  padding: 4rem 0 2rem;
  margin-top: 2rem;
}
.footer-brand .brand-bn {
  font-size: 1.8rem;
  color: #fff;
}
.footer-brand .brand-en {
  color: var(--leaf);
}
.footer-heading {
  color: #fff;
  font-size: 0.85rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 1rem;
}
.footer-links a,
.footer-phones a {
  color: rgba(255, 255, 255, 0.78);
  display: inline-block;
  margin-bottom: 0.45rem;
}
.footer-links a:hover,
.footer-phones a:hover { color: var(--leaf); }
.footer-hours li {
  display: flex;
  flex-direction: column;
  margin-bottom: 0.65rem;
  font-size: 0.92rem;
}
.footer-hours strong { color: #fff; }
.social-links {
  display: flex;
  gap: 0.65rem;
}
.social-links a {
  width: 2.35rem;
  height: 2.35rem;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  transition: background 0.25s ease, transform 0.25s ease;
}
.social-links a:hover {
  background: var(--teal);
  color: #fff;
  transform: translateY(-2px);
}
.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.55);
}

/* ---------- Motion ---------- */
.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 0.7s ease, transform 0.7s ease;
  transition-delay: var(--d, 0s);
}
.reveal.is-visible {
  opacity: 1;
  transform: none;
}

/* ---------- Media & gallery ---------- */
.media-frame {
  border-radius: calc(var(--radius) + 0.15rem);
  overflow: hidden;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  aspect-ratio: 4 / 3;
  background: var(--paper-2);
}
.media-frame.tall { aspect-ratio: 3 / 4; }
.media-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.6s ease;
}
.media-frame:hover img { transform: scale(1.04); }

.section-title {
  font-size: clamp(1.6rem, 3.5vw, 2.3rem);
  color: var(--teal-deep);
  margin-bottom: 1rem;
}
.text-teal { color: var(--teal) !important; }
.eyebrow {
  color: var(--teal);
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.8rem;
  margin-bottom: 0.75rem;
}

.service-tile.has-image {
  padding: 0;
  overflow: hidden;
}
.service-thumb {
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: var(--paper-2);
}
.service-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.55s ease;
}
.service-tile.has-image:hover .service-thumb img {
  transform: scale(1.06);
}
.service-tile-body {
  padding: 1.25rem 1.35rem 1.45rem;
}
.service-tile.has-image .service-icon {
  margin-top: -0.15rem;
}

.gallery-item {
  margin: 0;
  position: relative;
  border-radius: 1rem;
  overflow: hidden;
  aspect-ratio: 1;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}
.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}
.gallery-item:hover img { transform: scale(1.05); }
.gallery-item figcaption {
  position: absolute;
  inset: auto 0 0;
  padding: 0.75rem 0.9rem;
  background: linear-gradient(transparent, rgba(8, 45, 42, 0.88));
  color: #fff;
  font-size: 0.85rem;
  font-weight: 600;
}

.page-hero-media {
  position: relative;
  color: #fff;
  padding: clamp(4rem, 10vw, 6rem) 0 3rem;
  overflow: hidden;
}
.page-hero-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  z-index: 0;
}
.page-hero-media > .container {
  position: relative;
  z-index: 1;
}
.page-hero-media .eyebrow { color: var(--leaf); }
.page-hero-media h1 { color: #fff; }
.page-hero-media .lead { color: rgba(255, 255, 255, 0.88); }

.service-detail-photo {
  margin: -0.25rem -0.25rem 1.35rem;
  border-radius: 1rem;
  overflow: hidden;
  aspect-ratio: 21 / 9;
  background: var(--paper-2);
}
.service-detail-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.facility-card {
  height: 100%;
  border-radius: var(--radius);
  overflow: hidden;
  background: var(--white);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}
.facility-photo {
  aspect-ratio: 16 / 10;
  overflow: hidden;
}
.facility-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.facility-body {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  padding: 1rem 1.15rem;
  font-weight: 700;
}
.facility-body i { color: var(--teal); font-size: 1.2rem; }

/* ---------- Reviews ---------- */
.review-form-panel {
  padding: 1.5rem;
  border-radius: var(--radius);
  background: var(--white);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  position: sticky;
  top: 5.5rem;
}
.review-form-panel h3 {
  font-size: 1.25rem;
  color: var(--teal-deep);
  margin-bottom: 0.35rem;
}
.rating-input {
  display: inline-flex;
  flex-direction: row-reverse;
  gap: 0.2rem;
}
.rating-input input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.rating-input label {
  cursor: pointer;
  font-size: 1.45rem;
  color: #d1d5db;
  transition: color 0.15s ease, transform 0.15s ease;
  padding: 0 0.1rem;
}
.rating-input label:hover,
.rating-input label:hover ~ label,
.rating-input input:checked ~ label {
  color: #d97706;
}
.rating-input label:hover {
  transform: scale(1.1);
}
.testimonial {
  position: relative;
}
.testimonial-live {
  border-color: color-mix(in srgb, var(--teal) 35%, white);
  background: linear-gradient(160deg, rgba(15, 118, 110, 0.06), var(--white) 45%);
}
.review-badge {
  position: absolute;
  top: 0.85rem;
  right: 0.85rem;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  background: var(--teal);
  color: #fff;
  padding: 0.2rem 0.5rem;
  border-radius: 999px;
}
.review-date {
  display: block;
  font-size: 0.75rem;
  color: #8aa0a0;
  margin-top: 0.15rem;
}
#reviews {
  scroll-margin-top: 5rem;
}

@media (max-width: 991.98px) {
  .review-form-panel { position: static; }
}

@media (max-width: 575.98px) {
  .service-detail-photo { aspect-ratio: 16 / 10; }
  .hero-logo { width: 72px; height: 72px; }
}

@keyframes floatSoft {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-6px); }
}

/* ---------- Responsive ---------- */
@media (max-width: 991.98px) {
  .sneha-nav .navbar-collapse {
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: 1rem;
    margin-top: 0.75rem;
    padding: 0.75rem;
    box-shadow: var(--shadow);
  }
  .hero { min-height: min(88vh, 740px); }
}

@media (max-width: 575.98px) {
  .hero-cta .btn { width: 100%; }
  .flow-item { grid-template-columns: 1fr; gap: 0.5rem; }
  .service-detail-head { flex-direction: column; }
  .map-frame iframe { height: 240px; }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
  }
  .reveal { opacity: 1; transform: none; }
}
