/* styles.css - Light/White Theme for Trivedi Cardiac Care Clinic */

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;600;700&family=DM+Sans:wght@300;400;500;600&display=swap');

/* ─── CSS Variables ─────────────────────────────── */
:root {
  --pink: #D94F6B;
  --pink-light: #f0a8b3;
  --pink-dark: #b83554;
  --blue: #2A6FAD;
  --blue-light: #4a8fc9;
  --blue-dark: #1a5080;
  --bg: #ffffff;
  --bg2: #f4f7fb;
  --bg3: #e8eef6;
  --text: #1e2d3d;
  --text-muted: #637488;
  --white: #ffffff;
  --card-bg: #ffffff;
  --border: rgba(42, 111, 173, 0.14);
  --border-soft: #e2eaf3;
  --radius: 14px;
  --radius-lg: 22px;
  --shadow: 0 4px 24px rgba(42, 111, 173, 0.10);
  --shadow-md: 0 8px 40px rgba(42, 111, 173, 0.14);
  --header-h: 78px;
  --font-display: 'Playfair Display', Georgia, serif;
  --font-body: 'DM Sans', sans-serif;
  --transition: 0.3s cubic-bezier(.4, 0, .2, 1);
}

/* ─── Reset ─────────────────────────────────────── */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  font-size: 16px;
}

body {
  font-family: var(--font-body);
  background: var(--bg);
  color: var(--text);
  line-height: 1.7;
  overflow-x: hidden;
}

body.nav-open {
  overflow: hidden;
}

a {
  text-decoration: none;
  color: inherit;
}

img {
  max-width: 100%;
  display: block;
}

ul {
  list-style: none;
}

/* ─── SCROLLBAR ──────────────────────────────────── */
::-webkit-scrollbar {
  width: 6px;
}

::-webkit-scrollbar-track {
  background: var(--bg2);
}

::-webkit-scrollbar-thumb {
  background: var(--blue-light);
  border-radius: 3px;
}

/* ─── HEADER ─────────────────────────────────────── */
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  height: var(--header-h);
  background: rgba(255, 255, 255, 0.88);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid var(--border-soft);
  transition: var(--transition);
}

.site-header.scrolled {
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 4px 24px rgba(42, 111, 173, 0.12);
}

.header-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 32px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.logo-link {
  display: flex;
  align-items: center;
  gap: 14px;
}

.logo-icon svg {
  width: 46px;
  height: 46px;
  filter: drop-shadow(0 0 6px rgba(42, 111, 173, 0.18));
}

.logo-text {
  display: flex;
  flex-direction: column;
  gap: 1px;
}

.logo-name {
  font-family: var(--font-display);
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--text);
  letter-spacing: 0.04em;
  line-height: 1;
}

.logo-accent {
  color: var(--blue);
}

.logo-sub {
  font-size: 0.6rem;
  letter-spacing: 0.3em;
  color: var(--text-muted);
  font-weight: 500;
  text-transform: uppercase;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 8px;
}

.nav-link {
  font-size: 0.88rem;
  font-weight: 500;
  color: var(--text-muted);
  padding: 8px 14px;
  border-radius: 8px;
  transition: var(--transition);
  letter-spacing: 0.02em;
}

.nav-link:hover {
  color: var(--blue);
  background: rgba(42, 111, 173, 0.07);
}

.nav-link.active {
  color: var(--blue);
}

.nav-cta {
  background: linear-gradient(135deg, var(--pink), var(--blue));
  color: var(--white) !important;
  padding: 9px 20px;
  border-radius: 30px;
  font-weight: 600;
  letter-spacing: 0.03em;
  box-shadow: 0 4px 16px rgba(217, 79, 107, 0.25);
  transition: var(--transition);
}

.nav-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(217, 79, 107, 0.38);
  background: linear-gradient(135deg, var(--pink-dark), var(--blue-dark));
}

.hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
}

.hamburger span {
  display: block;
  width: 26px;
  height: 2px;
  background: var(--text);
  border-radius: 2px;
  transition: var(--transition);
}

.hamburger.open span:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}

.hamburger.open span:nth-child(2) {
  opacity: 0;
}

.hamburger.open span:nth-child(3) {
  transform: rotate(-45deg) translate(5px, -5px);
}

/* ─── HERO ───────────────────────────────────────── */
.hero {
  min-height: 100vh;
  padding-top: var(--header-h);
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.hero-bg {
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(ellipse 65% 70% at 65% 55%, rgba(42, 111, 173, 0.18) 0%, transparent 65%),
    radial-gradient(ellipse 50% 55% at 15% 75%, rgba(217, 79, 107, 0.14) 0%, transparent 55%),
    url('../img/heart.png');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-blend-mode: overlay;
}

.hero-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(42, 111, 173, 0.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(42, 111, 173, 0.07) 1px, transparent 1px);
  background-size: 60px 60px;
  opacity: 0.6;
}

.hero.hero-services {
  background-image:
    radial-gradient(ellipse 65% 70% at 65% 55%, rgba(42, 111, 173, 0.18) 0%, transparent 65%),
    radial-gradient(ellipse 50% 55% at 15% 75%, rgba(217, 79, 107, 0.14) 0%, transparent 55%),
    url('../img/servicesheart.jpg');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.hero.hero-services .hero-inner {
  display: grid;
  grid-template-columns: 1fr;
  justify-items: center;
  text-align: center;
  gap: 10px;
}

.hero.hero-services .hero-content {
  max-width: 760px;
}

.hero.hero-services {
  min-height: auto;
  padding-top: calc(var(--header-h) + 20px);
  padding-bottom: 20px;
}

.service-detail {
  padding: 60px 0;
}

.hero-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 60px 32px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  align-items: center;
  position: relative;
  z-index: 1;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(217, 79, 107, 0.08);
  border: 1px solid rgba(217, 79, 107, 0.22);
  color: var(--pink);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 7px 16px;
  border-radius: 30px;
  margin-bottom: 24px;
}

.hero-badge::before {
  content: '';
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--pink);
  animation: pulse-dot 1.5s infinite;
}

@keyframes pulse-dot {

  0%,
  100% {
    transform: scale(1);
    opacity: 1;
  }

  50% {
    transform: scale(1.6);
    opacity: .4;
  }
}

.hero-title {
  font-family: var(--font-display);
  font-size: clamp(2.4rem, 5vw, 3.8rem);
  font-weight: 700;
  line-height: 1.15;
  color: var(--text);
  margin-bottom: 22px;
}

.hero-title span {
  color: var(--pink);
}

.hero-desc {
  font-size: 1.05rem;
  color: var(--text-muted);
  max-width: 520px;
  margin-bottom: 38px;
  line-height: 1.8;
}

.hero-btns {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-bottom: 50px;
}

.hero.hero-services .hero-btns {
  justify-content: center;
  margin-bottom: 0px;
}

.btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: linear-gradient(135deg, var(--pink), var(--pink-dark));
  color: var(--white);
  padding: 14px 30px;
  border-radius: 30px;
  font-weight: 600;
  font-size: 0.95rem;
  box-shadow: 0 6px 22px rgba(217, 79, 107, 0.3);
  transition: var(--transition);
  border: none;
  cursor: pointer;
}

.btn-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 30px rgba(217, 79, 107, 0.42);
}

.btn-secondary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: transparent;
  color: var(--blue);
  padding: 13px 28px;
  border-radius: 30px;
  font-weight: 500;
  font-size: 0.95rem;
  border: 1.5px solid var(--border-soft);
  transition: var(--transition);
  cursor: pointer;
}

.btn-secondary:hover {
  border-color: var(--blue);
  background: rgba(42, 111, 173, 0.06);
  color: var(--blue-dark);
}

.hero-stats {
  display: flex;
  gap: 36px;
}

.stat {
  display: flex;
  flex-direction: column;
}

.stat-num {
  font-family: var(--font-display);
  font-size: 2rem;
  font-weight: 700;
  color: var(--text);
  line-height: 1;
}

.stat-num span {
  color: var(--pink);
}

.stat-label {
  font-size: 0.78rem;
  color: var(--text-muted);
  letter-spacing: 0.05em;
  margin-top: 4px;
}

/* Hero card */
.hero-visual {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.hero-card-main {
  background: var(--white);
  border: 1px solid var(--border-soft);
  border-radius: var(--radius-lg);
  padding: 36px;
  box-shadow: var(--shadow-md);
  width: 100%;
  max-width: 380px;
  animation: float 4s ease-in-out infinite;
}

@keyframes float {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-12px);
  }
}

.hero-card-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
}

.hero-card-title {
  font-size: 0.78rem;
  color: var(--text-muted);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero-card-status {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 0.8rem;
  color: #2da464;
  font-weight: 600;
}

.hero-card-status::before {
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #2da464;
  animation: pulse-dot 1.2s infinite;
}

.ecg-svg {
  width: 100%;
  height: 70px;
  overflow: visible;
}

.ecg-line {
  stroke: var(--blue);
  stroke-width: 2;
  fill: none;
  stroke-linecap: round;
  stroke-dasharray: 600;
  animation: ecg-scroll 2.5s linear infinite;
}

@keyframes ecg-scroll {
  0% {
    stroke-dashoffset: 0;
  }

  100% {
    stroke-dashoffset: -300;
  }
}

.hero-card-metrics {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-top: 20px;
}

.metric {
  background: var(--bg2);
  border: 1px solid var(--border-soft);
  border-radius: 10px;
  padding: 14px;
}

.metric-val {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--text);
  font-family: var(--font-display);
}

.metric-val.pink {
  color: var(--pink);
}

.metric-label {
  font-size: 0.72rem;
  color: var(--text-muted);
  margin-top: 3px;
  letter-spacing: 0.04em;
}

/* ─── SECTION COMMONS ────────────────────────────── */
section {
  padding: 100px 0;
  scroll-margin-top: calc(var(--header-h) + 18px);
}

.about-page section {
  padding-bottom: 15px;
}

.container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 32px;
}

.section-tag {
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--pink);
  margin-bottom: 14px;
  padding: 5px 14px;
  background: rgba(217, 79, 107, 0.07);
  border-radius: 30px;
  border: 1px solid rgba(217, 79, 107, 0.18);
}

.section-title {
  font-family: var(--font-display);
  font-size: clamp(2rem, 4vw, 2.8rem);
  font-weight: 700;
  color: var(--text);
  line-height: 1.2;
  margin-bottom: 16px;
}

.section-title span {
  color: var(--blue);
}

.section-sub {
  font-size: 1rem;
  color: var(--text-muted);
  max-width: 560px;
  line-height: 1.8;
}

.section-header {
  margin-bottom: 60px;
}

.section-header.center {
  text-align: center;
}

.section-header.center .section-sub {
  margin: 0 auto;
}

/* ─── ABOUT ──────────────────────────────────────── */
.about {
  background: var(--bg2);
}

.about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}

.about-visual {
  position: relative;
}

.about-img-wrap {
  border-radius: var(--radius-lg);
  overflow: hidden;
  background: var(--bg3);
  aspect-ratio: 4/5;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--border-soft);
}

.about-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-img-ent .section-sub {
  max-width: 100%;
}

.about-features {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-top: 32px;
}

.about-feat {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  background: var(--white);
  border: 1px solid var(--border-soft);
  border-radius: var(--radius);
  padding: 18px;
  box-shadow: 0 2px 10px rgba(42, 111, 173, 0.06);
  transition: var(--transition);
}

.about-feat:hover {
  box-shadow: var(--shadow);
  transform: translateY(-2px);
}

.feat-icon {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: linear-gradient(135deg, rgba(42, 111, 173, 0.1), rgba(217, 79, 107, 0.07));
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: var(--blue);
}

.feat-title {
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--text);
  margin-bottom: 3px;
}

.feat-desc {
  font-size: 0.78rem;
  color: var(--text-muted);
  line-height: 1.5;
}

/* Bio highlight for Dr. Ashish Trivedi */
.doctor-highlight {
  margin: 1.8rem 0;
  padding: 1.6rem;
  background: var(--bg3);
  border-radius: var(--radius);
  border-left: 5px solid var(--pink);
  box-shadow: 0 4px 15px rgba(42, 111, 173, 0.05);
}

.doctor-highlight h3 {
  font-family: var(--font-display);
  font-size: 1.35rem;
  color: var(--text);
  margin-bottom: 6px;
}

.doctor-highlight .doc-creds {
  color: var(--blue);
  font-weight: 600;
  font-size: 0.88rem;
  letter-spacing: 0.02em;
}

.doctor-highlight .doc-role {
  color: var(--text-muted);
  font-size: 0.95rem;
  font-weight: 500;
}

/* ─── WHY CHOOSE US ───────────────────────────────────────────── */
.why-choose {
  background: linear-gradient(180deg, #f2f7ff 0%, #ffffff 100%);
}

.why-choose .section-tag {
  color: var(--pink);
}

.why-choose .section-title span {
  color: var(--pink-dark);
}

.why-choose .why-card {
  background: #ffffff;
  border: 1px solid rgba(217, 79, 107, 0.12);
  box-shadow: 0 18px 45px rgba(217, 79, 107, 0.08);
  border-radius: calc(var(--radius-lg) - 4px);
  padding: 36px 30px;
  min-height: 230px;
}

.why-choose .why-card:hover {
  transform: translateY(-7px);
  border-color: rgba(217, 79, 107, 0.24);
  box-shadow: 0 24px 55px rgba(217, 79, 107, 0.12);
}

.why-choose .why-icon {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: var(--pink);
  color: var(--white);
  border: none;
  margin-bottom: 24px;
}

.why-choose .why-card h3 {
  color: var(--text);
}

.why-choose .why-card p {
  color: #5f6f86;
}

.why-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}

.why-card {
  background: var(--white);
  border: 1px solid var(--border-soft);
  border-radius: var(--radius-lg);
  padding: 30px 24px;
  box-shadow: 0 2px 12px rgba(42, 111, 173, 0.06);
  transition: var(--transition);
}

.why-card:hover {
  transform: translateY(-5px);
  border-color: rgba(42, 111, 173, 0.22);
  box-shadow: var(--shadow-md);
}

.why-icon {
  width: 58px;
  height: 58px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(42, 111, 173, 0.1), rgba(217, 79, 107, 0.07));
  border: 1px solid var(--border-soft);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--blue);
  margin-bottom: 22px;
}

.why-card h3 {
  font-family: var(--font-display);
  font-size: 1.15rem;
  font-weight: 600;
  color: var(--text);
  margin-bottom: 10px;
}

.why-card p {
  font-size: 0.88rem;
  color: var(--text-muted);
  line-height: 1.7;
}

.procedures {
  background: linear-gradient(180deg, #f9fbff 0%, #edf4fb 100%);
}

.technology {
  background: #ffffff;
}

.technology .section-tag {
  color: var(--blue-dark);
}

.technology .section-title span {
  color: #3f6b9f;
}

.technology .why-grid {
  grid-template-columns: repeat(2, minmax(260px, 1fr));
  gap: 26px;
}

.technology .why-card {
  background: rgba(250, 253, 255, 0.96);
  border: 1px solid rgba(42, 111, 173, 0.12);
  border-radius: calc(var(--radius-lg) + 4px);
  padding: 34px 30px;
  box-shadow: inset 0 0 0 1px rgba(42, 111, 173, 0.04);
  min-height: 230px;
}

.technology .why-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 40px rgba(42, 111, 173, 0.08);
}

.technology .why-icon {
  width: 60px;
  height: 60px;
  border-radius: 16px;
  background: rgba(42, 111, 173, 0.1);
  color: var(--blue-dark);
  border: none;
}

.technology .why-card::before {
  content: '';
  position: absolute;
  top: 24px;
  right: 24px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: rgba(42, 111, 173, 0.25);
}

.technology .why-card h3 {
  color: var(--blue-dark);
}

.technology .why-card p {
  color: #5f6f86;
}

.procedures .section-header {
  padding-bottom: 20px;
}

.procedures .why-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(260px, 1fr));
  gap: 24px;
  overflow-x: auto;
  padding-bottom: 12px;
  scroll-snap-type: x mandatory;
}

.procedures .why-grid::-webkit-scrollbar {
  height: 8px;
}

.procedures .why-grid::-webkit-scrollbar-track {
  background: transparent;
}

.procedures .why-grid::-webkit-scrollbar-thumb {
  background: rgba(42, 111, 173, 0.25);
  border-radius: 999px;
}

.procedures .why-card {
  background: linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
  border: 1px solid rgba(42, 111, 173, 0.14);
  border-radius: var(--radius-lg);
  padding: 32px 28px;
  box-shadow: 0 16px 40px rgba(42, 111, 173, 0.08);
  min-width: 260px;
  position: relative;
  overflow: hidden;
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
  scroll-snap-align: start;
}

.procedures .why-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 70px;
  height: 5px;
  background: linear-gradient(135deg, var(--pink), var(--blue));
  border-radius: 0 0 12px 0;
}

.procedures .why-card::after {
  content: '';
  position: absolute;
  right: -28px;
  bottom: -28px;
  width: 96px;
  height: 96px;
  background: radial-gradient(circle, rgba(42, 111, 173, 0.16) 0%, transparent 62%);
  border-radius: 50%;
  pointer-events: none;
}

.procedures .why-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 22px 50px rgba(42, 111, 173, 0.15);
  border-color: rgba(42, 111, 173, 0.22);
}

.procedures .why-icon {
  width: 64px;
  height: 64px;
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(42, 111, 173, 0.16), rgba(217, 79, 107, 0.12));
  border: 1px solid rgba(42, 111, 173, 0.14);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--blue);
  margin-bottom: 22px;
}

.procedures .why-card:nth-child(1) .why-icon {
  background: linear-gradient(135deg, rgba(217, 79, 107, 0.16), rgba(42, 111, 173, 0.1));
}

.procedures .why-card:nth-child(2) .why-icon {
  background: linear-gradient(135deg, rgba(42, 111, 173, 0.16), rgba(93, 175, 255, 0.14));
}

.procedures .why-card:nth-child(3) .why-icon {
  background: linear-gradient(135deg, rgba(76, 175, 80, 0.16), rgba(42, 111, 173, 0.1));
}

.procedures .why-card:nth-child(4) .why-icon {
  background: linear-gradient(135deg, rgba(255, 150, 0, 0.16), rgba(42, 111, 173, 0.1));
}

.procedures .why-card h3 {
  font-size: 1.18rem;
  margin-bottom: 12px;
}

.procedures .why-card p {
  font-size: 0.95rem;
  color: var(--text-muted);
  line-height: 1.75;
}

@media (max-width: 1024px) {
  .procedures .why-grid {
    grid-template-columns: repeat(3, minmax(260px, 1fr));
  }
}

@media (max-width: 860px) {
  .procedures .why-grid {
    grid-template-columns: repeat(2, minmax(240px, 1fr));
  }
}

@media (max-width: 620px) {
  .procedures .why-grid {
    grid-template-columns: 1fr;
    overflow-x: visible;
  }
}

/* ─── SERVICES ───────────────────────────────────── */
.services {
  background: var(--bg);
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.services-scroll-groups {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.services-scroll-row {
  overflow-x: auto;
  overflow-y: hidden;
  padding: 6px 4px 18px;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.services-scroll-row::-webkit-scrollbar {
  display: none;
}

.services-scroll-track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(300px, 360px);
  gap: 24px;
  min-width: max-content;
}

.service-card {
  background: var(--white);
  border: 1px solid var(--border-soft);
  border-radius: var(--radius-lg);
  padding: 34px 28px;
  transition: var(--transition);
  position: relative;
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(42, 111, 173, 0.06);
}

.service-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--pink), var(--blue));
  transform: scaleX(0);
  transform-origin: left;
  transition: var(--transition);
}

.service-card:hover {
  transform: translateY(-6px);
  border-color: rgba(42, 111, 173, 0.2);
  box-shadow: var(--shadow-md);
}

.service-card:hover::before {
  transform: scaleX(1);
}

.service-icon {
  width: 60px;
  height: 60px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(42, 111, 173, 0.08), rgba(217, 79, 107, 0.05));
  border: 1px solid var(--border-soft);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
  font-size: 1.6rem;
}

.service-icon i,
.feat-icon i,
.why-icon i,
.contact-card-icon i,
.footer-socials i {
  color: var(--blue);
  font-size: inherit;
  line-height: 1;
}

.service-title {
  font-family: var(--font-display);
  font-size: 1.2rem;
  font-weight: 600;
  color: var(--text);
  margin-bottom: 10px;
}

.service-desc {
  font-size: 0.88rem;
  color: var(--text-muted);
  line-height: 1.7;
}

.service-detail-card {
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid var(--border-soft);
  border-radius: 24px;
  padding: 28px;
  box-shadow: var(--shadow-soft);
  margin-top: 1.2rem;
}

.service-detail-card p {
  margin-bottom: 1.5rem;
}

.service-points {
  list-style: disc outside;
  padding-left: 1.4rem;
  margin-bottom: 2rem;
  color: var(--text-muted);
  line-height: 1.9;
}

.service-points li {
  margin-bottom: 1rem;
}

.service-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.service-detail-inner {
  display: grid;
  grid-template-columns: 1fr 1.05fr;
  gap: 32px;
  align-items: center;
  margin-top: 1.8rem;
}

.service-detail-image {
  border-radius: 28px;
  overflow: hidden;
  box-shadow: var(--shadow-soft);
}

.service-detail-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  min-height: 340px;
}

.service-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--blue);
  font-size: 0.85rem;
  font-weight: 600;
  margin-top: 18px;
  transition: var(--transition);
}

.service-link:hover {
  gap: 10px;
  color: var(--blue-dark);
}


.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

/* ─── BLOGS ───────────────────────────────────────────── */
.blogs {
  background: var(--bg2);
}

.blogs-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.blog-card {
  background: var(--white);
  border: 1px solid var(--border-soft);
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(42, 111, 173, 0.06);
  transition: var(--transition);
}

.blog-card:hover {
  transform: translateY(-5px);
  border-color: rgba(42, 111, 173, 0.22);
  box-shadow: var(--shadow-md);
}

.blog-media {
  height: 170px;
  background:
    radial-gradient(circle at 20% 20%, rgba(217, 79, 107, 0.13), transparent 34%),
    linear-gradient(135deg, rgba(42, 111, 173, 0.1), rgba(217, 79, 107, 0.06));
  border-bottom: 1px solid var(--border-soft);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--blue);
}

.blog-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blog-content {
  padding: 26px;
}

.blog-meta {
  font-size: 0.72rem;
  font-weight: 600;
  color: var(--pink);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.blog-card h3 {
  font-family: var(--font-display);
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.35;
  color: var(--text);
  margin-bottom: 10px;
}

.blog-card p {
  font-size: 0.88rem;
  color: var(--text-muted);
  line-height: 1.7;
}

.blog-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--blue);
  font-size: 0.85rem;
  font-weight: 600;
  margin-top: 18px;
  transition: var(--transition);
}

.blog-link:hover {
  gap: 10px;
  color: var(--blue-dark);
}

@media (max-width: 1024px) {
  .services-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .services-scroll-track {
    grid-auto-columns: minmax(280px, 42vw);
  }

  .blogs-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .services-grid {
    grid-template-columns: 1fr;
  }

  .services-scroll-groups {
    gap: 18px;
  }

  .services-scroll-track {
    grid-auto-columns: minmax(260px, 86vw);
    gap: 18px;
  }

  .blogs-grid {
    grid-template-columns: 1fr;
  }
}

/* ─── DOCTORS ────────────────────────────────────── */
.doctors {
  background: var(--bg2);
}

.doctors-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.doctor-card {
  background: var(--white);
  border: 1px solid var(--border-soft);
  border-radius: var(--radius-lg);
  overflow: hidden;
  transition: var(--transition);
  box-shadow: 0 2px 12px rgba(42, 111, 173, 0.06);
}

.doctor-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-md);
  border-color: rgba(217, 79, 107, 0.2);
}

.doctor-img {
  height: 220px;
  background: linear-gradient(160deg, var(--bg3), var(--bg2));
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid var(--border-soft);
  color: var(--text-muted);
}

.doctor-info {
  padding: 24px;
}

.doctor-name {
  font-family: var(--font-display);
  font-size: 1.15rem;
  font-weight: 600;
  color: var(--text);
  margin-bottom: 4px;
}

.doctor-role {
  font-size: 0.82rem;
  color: var(--blue);
  font-weight: 600;
  letter-spacing: 0.04em;
  margin-bottom: 10px;
}

.doctor-desc {
  font-size: 0.83rem;
  color: var(--text-muted);
  line-height: 1.6;
}

.doctor-exp {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-top: 14px;
  font-size: 0.8rem;
  color: var(--pink);
  font-weight: 600;
}

/* ─── TESTIMONIALS ───────────────────────────────── */
.testimonials {
  background: var(--bg);
}

.testimonials-carousel {
  position: relative;
  margin-top: 0px;
}

.testimonial-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  border: none;
  border-radius: 50%;
  background: rgba(255,255,255,0.95);
  color: var(--text);
  font-size: 1.3rem;
  cursor: pointer;
  box-shadow: 0 10px 26px rgba(42,111,173,0.14);
  transition: transform .25s ease, background .25s ease, opacity .25s ease;
  z-index: 2;
}

.testimonial-arrow:hover {
  transform: translateY(-50%) scale(1.05);
  background: rgba(255,255,255,1);
}

.testimonial-arrow--prev {
  left: -12px;
}

.testimonial-arrow--next {
  right: -12px;
}

.testimonials-scroll-row {
  position: relative;
  overflow-x: auto;
  overflow-y: hidden;
  padding-bottom: 10px;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}

.testimonials-scroll-row::-webkit-scrollbar {
  display: none;
}

.testimonials-grid {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(340px, 420px);
  gap: 24px;
  min-width: max-content;
}

.testimonial-card {
  background: var(--white);
  border: 1px solid var(--border-soft);
  border-radius: var(--radius-lg);
  padding: 10px;
  transition: var(--transition);
  box-shadow: 0 2px 12px rgba(42, 111, 173, 0.06);
  scroll-snap-align: start;
  min-width: 0;
}

.testimonial-card:hover {
  box-shadow: var(--shadow-md);
  border-color: rgba(42, 111, 173, 0.2);
  transform: translateY(-3px);
}

.testimonial-stars {
  color: #f0a500;
  font-size: 0.95rem;
  letter-spacing: 2px;
  margin-bottom: 10px;
}

.testimonial-text {
  font-size: 0.9rem;
  color: var(--text-muted);
  line-height: 1.75;
  font-style: italic;
  margin-bottom: 22px;
}

.testimonial-author {
  display: flex;
  align-items: center;
  gap: 12px;
}

.author-avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--pink), var(--blue));
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  color: var(--white);
  font-size: 1rem;
  flex-shrink: 0;
}

.author-name {
  font-weight: 600;
  font-size: 0.9rem;
  color: var(--text);
}

.author-loc {
  font-size: 0.78rem;
  color: var(--text-muted);
}

/* ─── CONTACT ────────────────────────────────────── */
.contact {
  background: var(--bg2);
}

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 60px;
  align-items: start;
}

.contact-info-cards {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 32px;
}

.contact-card {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  background: var(--white);
  border: 1px solid var(--border-soft);
  border-radius: var(--radius);
  padding: 20px;
  box-shadow: 0 2px 10px rgba(42, 111, 173, 0.06);
  transition: var(--transition);
}

.contact-card:hover {
  box-shadow: var(--shadow);
}

.contact-card-icon {
  width: 44px;
  height: 44px;
  border-radius: 10px;
  background: linear-gradient(135deg, rgba(42, 111, 173, 0.1), rgba(217, 79, 107, 0.06));
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: var(--blue);
}

.contact-card h4 {
  font-size: 0.82rem;
  color: var(--text-muted);
  margin-bottom: 4px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.contact-card p {
  font-size: 0.92rem;
  color: var(--text);
  font-weight: 500;
}

.contact-map {
  width: 100%;
  height: 280px;
  margin-top: 18px;
  border: 1px solid var(--border-soft);
  border-radius: var(--radius-lg);
  overflow: hidden;
  background: var(--white);
  box-shadow: 0 2px 10px rgba(42, 111, 173, 0.06);
}

.contact-map iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

.contact-form-wrap {
  background: var(--white);
  border: 1px solid var(--border-soft);
  border-radius: var(--radius-lg);
  padding: 40px;
  box-shadow: var(--shadow);
}

.contact-form-wrap h3 {
  font-family: var(--font-display);
  font-size: 1.6rem;
  color: var(--text);
  margin-bottom: 28px;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.form-group {
  margin-bottom: 18px;
}

.form-group label {
  display: block;
  font-size: 0.82rem;
  color: var(--text-muted);
  margin-bottom: 7px;
  font-weight: 500;
  letter-spacing: 0.04em;
}

.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  background: var(--bg2);
  border: 1.5px solid var(--border-soft);
  border-radius: 10px;
  color: var(--text);
  font-family: var(--font-body);
  font-size: 0.92rem;
  padding: 12px 16px;
  transition: var(--transition);
  outline: none;
}

.form-group input::placeholder,
.form-group textarea::placeholder {
  color: #b0bec5;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  border-color: var(--blue);
  background: var(--white);
  box-shadow: 0 0 0 3px rgba(42, 111, 173, 0.10);
}

.form-group select option {
  background: var(--white);
  color: var(--text);
}

.form-group textarea {
  resize: vertical;
  min-height: 100px;
}

.form-submit {
  width: 100%;
  background: linear-gradient(135deg, var(--pink), var(--blue));
  color: var(--white);
  border: none;
  border-radius: 30px;
  padding: 15px;
  font-size: 0.98rem;
  font-weight: 600;
  font-family: var(--font-body);
  cursor: pointer;
  transition: var(--transition);
  letter-spacing: 0.04em;
  box-shadow: 0 6px 22px rgba(217, 79, 107, 0.25);
}

.form-submit:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 28px rgba(217, 79, 107, 0.38);
}

.form-success {
  display: none;
  text-align: center;
  color: #2da464;
  font-weight: 600;
  padding: 12px;
}

/* ─── FOOTER ─────────────────────────────────────── */
.site-footer {
  background: #1a2b3e;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  padding-top: 70px;
}

.footer-top {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 32px 60px;
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1.5fr;
  gap: 48px;
}

.footer-logo {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 18px;
}

.footer-logo-name {
  font-family: var(--font-display);
  font-size: 1.1rem;
  font-weight: 700;
  color: #fff;
}

.footer-logo-name span {
  color: #6ab0e0;
}

.footer-logo-sub {
  font-size: 0.58rem;
  letter-spacing: 0.3em;
  color: #7a95af;
  text-transform: uppercase;
}

.footer-tagline {
  font-size: 0.88rem;
  color: #7a95af;
  line-height: 1.7;
  max-width: 280px;
  margin-bottom: 22px;
}

.footer-socials {
  display: flex;
  gap: 10px;
}

.social-btn {
  width: 38px;
  height: 38px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #7a95af;
  transition: var(--transition);
}

.social-btn:hover {
  background: var(--blue);
  border-color: var(--blue);
  color: #fff;
  transform: translateY(-2px);
}

.footer-links h4 {
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 20px;
}

.footer-links li+li {
  margin-top: 10px;
}

.footer-links a {
  font-size: 0.88rem;
  color: #7a95af;
  transition: var(--transition);
}

.footer-links a:hover {
  color: #6ab0e0;
  padding-left: 4px;
}

.footer-contact h4 {
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 20px;
}

.footer-contact-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 14px;
  color: #7a95af;
  font-size: 0.85rem;
  line-height: 1.6;
}

.footer-contact-item svg {
  flex-shrink: 0;
  margin-top: 3px;
  color: #6ab0e0;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding: 22px 32px;
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.82rem;
  color: #7a95af;
}

/* ─── UTILITIES ──────────────────────────────────── */
.divider {
  height: 1px;
  background: var(--border-soft);
  margin: 0;
}

.text-center {
  text-align: center;
}

.mt-4 {
  margin-top: 1rem;
}

.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity .6s ease, transform .6s ease;
}

.reveal.visible {
  opacity: 1;
  transform: none;
}

/* ─── RESPONSIVE ─────────────────────────────────── */
@media (max-width: 1024px) {
  .why-grid {
    grid-template-columns: 1fr 1fr;
  }

  .services-grid {
    grid-template-columns: 1fr 1fr;
  }

  .blogs-grid {
    grid-template-columns: 1fr 1fr;
  }

  .doctors-grid {
    grid-template-columns: 1fr 1fr;
  }

  .testimonials-grid {
    grid-auto-columns: minmax(280px, 86vw);
    grid-template-columns: none;
  }

  .footer-top {
    grid-template-columns: 1fr 1fr;
    gap: 36px;
  }
}

@media (max-width: 768px) {
  :root {
    --header-h: 68px;
  }

  .main-nav {
    position: fixed;
    top: var(--header-h);
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.98);
    flex-direction: column;
    padding: 20px 24px 30px;
    gap: 4px;
    border-bottom: 1px solid var(--border-soft);
    transform: translateY(-110%);
    transition: var(--transition);
    backdrop-filter: blur(20px);
    box-shadow: 0 8px 24px rgba(42, 111, 173, 0.10);
  }

  .main-nav.open {
    transform: translateY(0);
  }

  .hamburger {
    display: flex;
  }

  .nav-link {
    width: 100%;
    padding: 12px 16px;
    border-radius: 10px;
    color: var(--text);
  }

  .hero-inner {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .hero-visual {
    display: none;
  }

  .about-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .why-grid {
    grid-template-columns: 1fr 1fr;
  }

  .services-grid {
    grid-template-columns: 1fr;
  }

  .blogs-grid {
    grid-template-columns: 1fr;
  }

  .doctors-grid {
    grid-template-columns: 1fr;
  }

  .testimonials-grid {
    grid-auto-columns: minmax(260px, 86vw);
    grid-template-columns: none;
  }

  .contact-grid {
    grid-template-columns: 1fr;
  }

  .footer-top {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .footer-bottom {
    flex-direction: column;
    gap: 8px;
    text-align: center;
  }

  .about-features {
    grid-template-columns: 1fr;
  }

  .form-row {
    grid-template-columns: 1fr;
  }

  .hero-stats {
    gap: 24px;
  }
}

@media (max-width: 1120px) {
  .header-inner {
    padding: 0 24px;
  }

  .main-nav {
    gap: 2px;
  }

  .nav-link {
    padding: 8px 10px;
    font-size: 0.82rem;
  }

  .nav-cta {
    padding: 9px 14px;
  }

  .hero-inner,
  .container {
    padding-left: 24px;
    padding-right: 24px;
  }

  .hero-inner {
    gap: 42px;
  }

  .about-grid,
  .contact-grid {
    gap: 44px;
  }
}

@media (max-width: 900px) {
  :root {
    --header-h: 70px;
  }

  section {
    padding: 76px 0;
  }

  .site-header {
    height: var(--header-h);
  }

  .main-nav {
    position: fixed;
    top: var(--header-h);
    left: 0;
    right: 0;
    max-height: calc(100vh - var(--header-h));
    overflow-y: auto;
    background: rgba(255, 255, 255, 0.98);
    flex-direction: column;
    align-items: stretch;
    padding: 16px 24px 24px;
    gap: 6px;
    border-bottom: 1px solid var(--border-soft);
    transform: translateY(-120%);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: transform var(--transition), opacity var(--transition), visibility var(--transition);
    backdrop-filter: blur(20px);
    box-shadow: 0 12px 28px rgba(42, 111, 173, 0.12);
  }

  .main-nav.open {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }

  .hamburger {
    display: flex;
  }

  .nav-link,
  .nav-cta {
    width: 100%;
    padding: 13px 16px;
    border-radius: 10px;
    color: var(--text);
  }

  .nav-cta {
    text-align: center;
    margin-top: 6px;
  }

  .hero {
    min-height: auto;
  }

  .hero-inner {
    grid-template-columns: 1fr;
    gap: 36px;
    padding-top: 40px;
    padding-bottom: 10px;
  }

  .hero-bg {
    background-image: none;
  }

  .hero-grid {
    display: none;
  }

  .hero-desc {
    max-width: 680px;
  }

  .hero-visual {
    justify-content: flex-start;
  }

  .hero-card-main {
    max-width: 460px;
  }

  .about-grid,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .about-visual {
    max-width: 520px;
    margin: 0 auto;
    width: 100%;
  }

  .doctors-grid,
  .why-grid,
  .blogs-grid {
    grid-template-columns: 1fr 1fr;
  }

  .testimonials-grid {
    grid-auto-columns: minmax(280px, 86vw);
    grid-template-columns: none;
  }

  .contact-form-wrap {
    padding: 32px;
  }

  .contact-map {
    height: 320px;
  }
}

@media (max-width: 640px) {
  :root {
    --header-h: 64px;
    --radius-lg: 18px;
  }

  html {
    font-size: 15px;
  }

  section {
    padding: 60px 0;
  }

  .header-inner,
  .container,
  .hero-inner,
  .footer-top,
  .footer-bottom {
    padding-left: 18px;
    padding-right: 18px;
  }

  .logo-link {
    gap: 10px;
  }

  .logo-icon svg {
    width: 40px;
    height: 40px;
  }

  .logo-name {
    font-size: 1rem;
    letter-spacing: 0.02em;
  }

  .logo-sub {
    font-size: 0.52rem;
    letter-spacing: 0.22em;
  }

  .hero-inner {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .hero-title {
    font-size: clamp(2.05rem, 12vw, 2.9rem);
  }

  .hero-badge {
    max-width: 100%;
    white-space: normal;
    line-height: 1.45;
  }

  .hero-btns {
    flex-direction: column;
    margin-bottom: 34px;
  }

  .btn-primary,
  .btn-secondary {
    width: 100%;
    justify-content: center;
    padding-left: 18px;
    padding-right: 18px;
  }

  .hero-stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
  }

  .stat-num {
    font-size: 1.55rem;
  }

  .stat-label {
    font-size: 0.7rem;
    line-height: 1.35;
  }

  .hero-visual {
    display: flex;
  }

  .hero-card-main {
    padding: 24px;
  }

  .hero-card-metrics {
    grid-template-columns: 1fr;
  }

  .section-header {
    margin-bottom: 38px;
  }

  .about-features,
  .why-grid,
  .services-grid,
  .blogs-grid,
  .doctors-grid,
  .testimonials-grid,
  .form-row {
    grid-template-columns: 1fr;
  }

  .about-badge-float {
    right: 12px;
    bottom: 12px;
    padding: 16px 18px;
  }

  .about-badge-float strong {
    font-size: 1.65rem;
  }

  .service-card,
  .testimonial-card {
    padding: 26px 22px;
  }

  .contact-card {
    gap: 12px;
    padding: 18px;
  }

  .contact-card p,
  .footer-contact-item span {
    overflow-wrap: anywhere;
  }

  .contact-form-wrap {
    padding: 26px 20px;
  }

  .contact-map {
    height: 260px;
  }

  .footer-top {
    padding-bottom: 42px;
  }
}

@media (max-width: 420px) {

  .header-inner,
  .container,
  .hero-inner,
  .footer-top,
  .footer-bottom {
    padding-left: 14px;
    padding-right: 14px;
  }

  .logo-name {
    font-size: 0.92rem;
  }

  .logo-sub {
    letter-spacing: 0.16em;
  }

  .hero-title,
  .section-title {
    word-break: normal;
    overflow-wrap: anywhere;
  }

  .hero-stats {
    grid-template-columns: 1fr;
  }

  .stat {
    padding: 14px;
    border: 1px solid var(--border-soft);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.75);
  }

  .contact-card {
    flex-direction: column;
  }

  .contact-map {
    height: 230px;
  }

  .footer-bottom {
    padding-top: 18px;
    padding-bottom: 18px;
  }
}
