﻿/* =========================================================
   Treatment in Germany â€“ homepage styles
   ========================================================= */

:root {
  /* Align page start under Chrome refresh area */
  --page-gutter: 56px;
  --page-max: 1520px;
}

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

html {
  scroll-behavior: smooth;
  margin: 0;
  padding: 0;
}

body {
  --text: #2f2f2f;
  --muted: #555;
  --accent: #ff8a3d;
  --orange: #ff8a3d;
  --blue: #1e6ba3;
  --chip: #f4f5f8;
  --chip-active: #edf2ff;
  --border: #e7e7ec;
  --shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  --brand: #1e6ba3;
  --ink: #0f172a;
  --line: #e2e8f0;
  --ring: #1e6ba3;
  --black: #000000;
  margin: 0;
  padding: 0;
  font-family: "Poppins", sans-serif !important;
  color: var(--text);
  background: #fff;
  overflow-x: clip;
  line-height: 1.5;
}

body *,
body *::before,
body *::after {
  font-family: inherit !important;
}

/* Keep Font Awesome icons working */
.fa,
.fas,
.far,
.fal,
.fab,
[class^="fa-"],
[class*=" fa-"] {
  font-family: "Font Awesome 5 Free" !important;
}

.fab {
  font-family: "Font Awesome 5 Brands" !important;
}

.far {
  font-weight: 400 !important;
}

.fas,
.fa {
  font-weight: 900 !important;
}

/* Banner titles keep weight; page uses Poppins */
.bh-banner-brand,
.bh-banner-title {
  font-family: "Poppins", sans-serif !important;
}

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

a {
  color: var(--brand);
}

.container {
  width: 100%;
  max-width: var(--page-max);
  margin: 0 0 0 0;
  margin-right: auto;
  padding: 0 var(--page-gutter);
}

/* Shared page rail: left-aligned under refresh, not centered with huge side gaps */
.page-rail {
  width: 100%;
  max-width: var(--page-max);
  margin: 0;
  margin-right: auto;
  padding-left: var(--page-gutter);
  padding-right: var(--page-gutter);
}

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

/* ========== PRIVACY BAR (fixed bottom — does not push header down) ========== */
.privacy-bar {
  background: #0f172a;
  color: #e2e8f0;
  font-size: 13px;
}

.privacy-bar.privacy-bottom {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  box-shadow: 0 -8px 28px rgba(0, 0, 0, 0.18);
}

.privacy-inner {
  width: 100%;
  max-width: var(--page-max);
  margin: 0;
  margin-right: auto;
  padding: 12px var(--page-gutter);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}

.privacy-content a {
  color: #7dd3fc;
  text-decoration: underline;
}

.privacy-dismiss-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 18px;
  background: #fff;
  color: #0f172a;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 700;
  font-size: 13px;
  border: none;
  cursor: pointer;
  white-space: nowrap;
}

.privacy-dismiss-btn:hover {
  background: #e2e8f0;
}

body:has(#rb-privacy:not(.is-hidden)) {
  padding-bottom: 76px;
}

.privacy-bar.is-hidden {
  display: none;
}

/* ========== TOP BAR (treatmentingermany.de) ========== */
.dp-topbar {
  background: #1977f4;
  color: #fff;
}

.dp-topbar-wrap {
  padding-top: 10px;
  padding-bottom: 10px;
  gap: 16px;
}

.dp-topbar-social {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}

.dp-topbar-social a {
  color: #fff;
  font-size: 14px;
  text-decoration: none;
  line-height: 1;
  transition: color 0.2s ease, transform 0.2s ease;
}

.dp-topbar-social a:hover {
  color: #ffe08a;
}

.dp-topbar-social:empty {
  display: none;
}

.dp-topbar-info {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 28px;
  flex-wrap: wrap;
  margin-left: auto;
}

.dp-topbar-info li {
  position: relative;
}

.dp-topbar-info li + li::before {
  content: "";
  position: absolute;
  left: -14px;
  top: 2px;
  bottom: 2px;
  width: 1px;
  background: rgba(255, 255, 255, 0.45);
}

.dp-topbar-info a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  white-space: nowrap;
}

.dp-topbar-info a:hover {
  color: #ffe08a;
}

.dp-topbar-info i {
  font-size: 14px;
}

/* ========== HEADER (flush top; hamburger under Chrome refresh) ========== */
.dp-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: #ffffff;
  box-shadow: 0 1px 0 rgba(15, 23, 42, 0.06);
  margin: 0;
  padding: 0;
}

.dp-wrap {
  width: 100%;
  max-width: var(--page-max);
  margin: 0;
  margin-right: auto;
  padding: 10px var(--page-gutter);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.dp-header .dp-wrap {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
}
.dp-nav-desktop {
  display: none;
  list-style: none;
  margin: 0;
  padding: 0;
  align-items: center;
  justify-content: center;
  gap: 6px 18px;
  flex-wrap: wrap;
}
.dp-nav-desktop > li {
  position: relative;
}
.dp-nav-desktop > li > a,
.dp-nav-desktop .dp-nav-pages {
  display: inline-flex;
  align-items: center;
  padding: 8px 2px;
  color: #0f172a;
  text-decoration: none;
  font-size: 15px;
  font-weight: 600;
  white-space: nowrap;
  background: none;
  border: 0;
  font-family: inherit;
  cursor: pointer;
}
.dp-nav-desktop > li > a:hover,
.dp-nav-desktop > li > a.is-active,
.dp-nav-desktop .dp-nav-pages:hover {
  color: #1e6ba3;
}
.dp-nav-desktop .has-sub .dp-nav-pages::after {
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 11px;
  margin-left: 6px;
}
.dp-nav-sub {
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  min-width: 210px;
  margin: 0;
  padding: 10px 0;
  list-style: none;
  background: #fff;
  border: 1px solid #e2eaf3;
  border-radius: 12px;
  box-shadow: 0 14px 32px rgba(15, 23, 42, 0.12);
  z-index: 80;
}
.dp-nav-desktop .has-sub:hover .dp-nav-sub,
.dp-nav-desktop .has-sub:focus-within .dp-nav-sub {
  display: block;
}
.dp-nav-sub a {
  display: block;
  padding: 9px 16px;
  color: #334155;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  white-space: nowrap;
}
.dp-nav-sub a:hover {
  background: #f4f8fc;
  color: #1e6ba3;
}
@media (min-width: 1100px) {
  .dp-nav-desktop { display: flex; }
  .dp-header-actions { margin-left: 0; }
  .dp-menu-pages { display: none; }
}

.dp-header-left {
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
}

.dp-logo {
  flex-shrink: 0;
}

.dp-logo a {
  display: block;
}

.dp-logo img {
  height: 72px;
  width: auto;
  max-width: 260px;
  object-fit: contain;
  display: block;
}

.dp-header-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-left: auto;
  flex-shrink: 0;
}

.dp-consult-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 22px;
  border-radius: 999px;
  background: #1e6ba3;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.2;
  text-decoration: none;
  white-space: nowrap;
  box-shadow: 0 8px 20px rgba(30, 107, 163, 0.28);
  transition: transform 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

.dp-consult-btn:hover {
  background: #ff8a3d;
  color: #fff;
  transform: translateY(-1px);
  box-shadow: 0 12px 28px rgba(255, 138, 61, 0.35);
}

.dp-consult-short {
  display: none;
}

.dp-consult-btn--menu {
  display: flex;
  width: 100%;
  margin-top: 16px;
  border-radius: 12px;
  box-shadow: none;
}

.dp-burger {
  width: 44px;
  height: 44px;
  border: 1px solid #e2e8f0;
  background: #fff;
  border-radius: 12px;
  padding: 0;
  display: inline-grid;
  place-items: center;
  cursor: pointer;
  flex-shrink: 0;
  transition: background 0.2s ease, border-color 0.2s ease;
}

.dp-burger:hover {
  background: #f8fafc;
  border-color: #1e6ba3;
}

.dp-burger:focus-visible {
  outline: 2px solid var(--ring);
  outline-offset: 2px;
}

.dp-burger-lines {
  display: flex;
  flex-direction: column;
  gap: 5px;
  width: 18px;
}

.dp-burger-lines span {
  display: block;
  height: 2px;
  width: 100%;
  background: #1e6ba3;
  border-radius: 2px;
  transition: transform 0.25s ease, opacity 0.25s ease;
}

.dp-burger.is-open .dp-burger-lines span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.dp-burger.is-open .dp-burger-lines span:nth-child(2) {
  opacity: 0;
}

.dp-burger.is-open .dp-burger-lines span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.dp-menu-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(15, 23, 42, 0.42);
  z-index: 60;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease;
}

.dp-menu-backdrop.open {
  opacity: 1;
  pointer-events: auto;
}

.dp-menu-panel {
  position: fixed;
  top: 0;
  left: 0;
  right: auto;
  width: min(360px, 92vw);
  height: 100vh;
  background: #fff;
  z-index: 70;
  padding: 20px 18px 28px;
  box-shadow: 16px 0 40px rgba(2, 6, 23, 0.18);
  transform: translateX(-105%);
  transition: transform 0.28s ease;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
}

.dp-menu-panel.open {
  transform: translateX(0);
}

.dp-menu-panel[hidden] {
  display: none !important;
}

.dp-menu-panel-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid #e2e8f0;
}

.dp-menu-panel-title {
  font-weight: 800;
  font-size: 16px;
  color: #0f172a;
}

.dp-menu-close {
  width: 36px;
  height: 36px;
  border: none;
  background: #f1f5f9;
  border-radius: 10px;
  font-size: 24px;
  line-height: 1;
  color: #334155;
  cursor: pointer;
}

.dp-menu-close:hover {
  background: #e2e8f0;
}

.dp-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.dp-menu > li {
  position: relative;
}

.dp-link {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 12px;
  border-radius: 12px;
  text-decoration: none;
  color: var(--ink);
  font-weight: 600;
  line-height: 1.2;
  transition: 0.2s;
  font-size: 15px;
}

.dp-link .ico {
  width: 18px;
  height: 18px;
  stroke: var(--ink);
  flex-shrink: 0;
}

.dp-link:hover {
  background: #f1f5f9;
  color: #1e6ba3;
}

.dp-link:hover .ico {
  stroke: #1e6ba3;
}

.dp-link:focus-visible {
  outline: 2px solid var(--ring);
  outline-offset: 2px;
}

body.dp-menu-lock {
  overflow: hidden;
}

@media (max-width: 640px) {
  :root {
    --page-gutter: 16px;
  }

  .dp-consult-btn {
    padding: 10px 14px;
    font-size: 12px;
  }

  .dp-consult-full {
    display: none;
  }

  .dp-consult-short {
    display: inline;
  }

  .dp-header-left {
    gap: 10px;
  }

  .dp-logo img {
    height: 48px;
    max-width: 140px;
  }

  .dp-wrap {
    padding: 10px var(--page-gutter);
  }

  .dp-topbar-wrap {
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
  }

  .dp-topbar-social {
    justify-content: center;
    width: 100%;
    gap: 14px;
  }

  .dp-topbar-info {
    justify-content: center;
    margin-left: 0;
    width: 100%;
    gap: 16px;
  }

  .dp-topbar-info li + li::before {
    display: none;
  }

  .dp-topbar-info a {
    font-size: 13px;
    white-space: normal;
  }

  .page-hero p {
    font-size: 14px;
    max-width: none;
  }

  .privacy-inner {
    gap: 10px;
  }

  .privacy-content {
    flex: 1 1 180px;
    min-width: 0;
  }
}

/* ========== SEARCH UNDER HEADER ========== */
.bh-search {
  background: #1e6ba3;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  position: relative;
  z-index: 40;
}

.bh-search-inner {
  width: 100%;
  max-width: var(--page-max);
  margin: 0;
  margin-right: auto;
  padding: 14px var(--page-gutter);
  position: relative;
}

.bh-search-form--simple {
  display: block;
  max-width: none;
  margin: 0;
}

.bh-simple-wrap {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #fff;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 14px;
  padding: 6px 6px 6px 16px;
  box-shadow: 0 8px 24px rgba(7, 21, 37, 0.12);
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.bh-simple-wrap:focus-within {
  border-color: #ff8a3d;
  box-shadow: 0 10px 28px rgba(7, 21, 37, 0.18);
}

.bh-simple-ico {
  color: #1e6ba3;
  font-size: 15px;
  flex-shrink: 0;
}

.bh-simple-wrap input {
  flex: 1;
  min-width: 0;
  height: 44px;
  border: none;
  background: transparent;
  color: #0f172a;
  font-size: 15px;
  outline: none;
}

.bh-simple-wrap input::placeholder {
  color: #94a3b8;
}

.bh-simple-wrap input[type="search"]::-webkit-search-decoration,
.bh-simple-wrap input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.bh-search-btn {
  height: 44px;
  padding: 0 22px;
  border: none;
  border-radius: 10px;
  background: #ff8a3d;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  cursor: pointer;
  white-space: nowrap;
  flex-shrink: 0;
  transition: transform 0.2s ease, filter 0.2s ease;
}

.bh-search-empty {
  margin: 10px 0 0;
  text-align: center;
  color: #b45309;
  font-size: 14px;
  font-weight: 500;
}

.bh-search-inner {
  position: relative;
}

.bh-search-results {
  position: absolute;
  left: var(--page-gutter);
  right: var(--page-gutter);
  top: calc(100% - 6px);
  max-height: min(70vh, 520px);
  overflow-y: auto;
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.18);
  border: 1px solid #e2e8f0;
  z-index: 40;
  padding: 8px 0 10px;
}

.bh-search-loading {
  margin: 0;
  padding: 14px 18px;
  color: #64748b;
  font-size: 14px;
}

.bh-search-group {
  padding: 6px 0 8px;
}

.bh-search-group + .bh-search-group {
  border-top: 1px solid #eef2f7;
}

.bh-search-group-label {
  margin: 0;
  padding: 8px 18px 4px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #1e6ba3;
}

.bh-search-item {
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding: 8px 18px;
  text-decoration: none;
  color: inherit;
}

.bh-search-item:hover,
.bh-search-item:focus {
  background: #f4f8fc;
}

.bh-search-item-title {
  font-size: 14px;
  font-weight: 600;
  color: #0f172a;
  line-height: 1.35;
}

.bh-search-item-meta {
  font-size: 12px;
  color: #64748b;
}
.bh-search-mark {
  background: #fff3cd;
  color: inherit;
  padding: 0 1px;
  border-radius: 2px;
  font-weight: 700;
}
[data-search-item].is-search-hidden {
  display: none !important;
}
body.is-page-searching .page-card:not(.is-search-hidden) {
  opacity: 1;
  transform: none;
  pointer-events: auto;
}
body.is-page-searching .infinite-sentinel {
  display: none;
}
.bh-search-btn:hover {
  filter: brightness(1.05);
  transform: translateY(-1px);
}

@media (max-width: 640px) {
  .bh-search-inner {
    padding: 12px 14px;
  }

  .bh-simple-wrap {
    padding: 5px 5px 5px 12px;
  }

  .bh-search-btn {
    padding: 0 14px;
    font-size: 13px;
  }
}

/* ========== BANNER CAROUSEL (1520 × 520) ========== */
.bh-banner {
  position: relative;
  width: 100%;
  max-width: 100%;
  aspect-ratio: 1520 / 520;
  height: auto;
  min-height: 0;
  display: flex;
  align-items: center;
  overflow: hidden;
  color: #fff;
  isolation: isolate;
  background: #071525;
}

.bh-banner-slides {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.bh-banner-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.65s ease, visibility 0.65s;
  display: flex;
  align-items: center;
  z-index: 0;
  background: #071525;
}

.bh-banner-slide.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  z-index: 1;
}

.bh-banner-slide.is-leaving {
  opacity: 0;
  visibility: visible;
  pointer-events: none;
  z-index: 0;
}

.bh-banner-bg {
  position: absolute;
  inset: 0;
  background-color: #071525;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 0;
}

.bh-banner-slide.is-active .bh-banner-bg {
  transform: none;
}

.bh-banner-veil {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(
      90deg,
      rgba(7, 21, 37, 0.92) 0%,
      rgba(7, 21, 37, 0.72) 38%,
      rgba(7, 21, 37, 0.28) 68%,
      rgba(7, 21, 37, 0.12) 100%
    ),
    linear-gradient(
      0deg,
      rgba(7, 21, 37, 0.45) 0%,
      transparent 40%
    );
  pointer-events: none;
}

.bh-banner-grain {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  opacity: 0.14;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  mix-blend-mode: soft-light;
}

.bh-banner-content {
  position: relative;
  z-index: 3;
  width: 100%;
  max-width: var(--page-max);
  margin: 0;
  margin-right: auto;
  padding: clamp(28px, 4vw, 48px) var(--page-gutter) clamp(36px, 5vw, 56px);
}

.bh-banner-nav {
  position: absolute;
  top: 44%;
  transform: translateY(-50%);
  z-index: 8;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.35);
  background: rgba(30, 107, 163, 0.55);
  color: #fff;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
  backdrop-filter: blur(8px);
  transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
  pointer-events: auto;
}

.bh-banner-nav:hover {
  background: #ff8a3d;
  border-color: #ff8a3d;
  color: #fff;
}

.bh-banner-nav.prev { left: 16px; }
.bh-banner-nav.next { right: 16px; }

.bh-banner-dots {
  position: absolute;
  left: 50%;
  bottom: 24px;
  transform: translateX(-50%);
  z-index: 8;
  display: flex;
  gap: 10px;
  align-items: center;
}

.bh-banner-dot {
  width: 9px;
  height: 9px;
  border-radius: 999px;
  border: none;
  padding: 0;
  background: rgba(255, 255, 255, 0.45);
  cursor: pointer;
  transition: width 0.25s ease, background 0.25s ease;
  pointer-events: auto;
}

.bh-banner-dot.is-active {
  width: 28px;
  background: #ff8a3d;
}

.bh-banner-rule {
  display: block;
  width: 48px;
  height: 3px;
  margin: 0 0 14px;
  border-radius: 999px;
  background: #ff8a3d;
}

.bh-banner-title {
  margin: 0 0 14px;
  font-family: "Poppins", sans-serif;
  font-size: clamp(28px, 3.6vw, 48px);
  line-height: 1.12;
  font-weight: 700;
  max-width: 18ch;
  letter-spacing: -0.02em;
  color: #fff;
}

.bh-banner-text {
  margin: 0 0 22px;
  font-size: clamp(14px, 1.35vw, 17px);
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.82);
  max-width: 34em;
  font-weight: 400;
}

.bh-banner-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 20px;
  align-items: center;
}

.bh-banner-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 24px;
  border-radius: 999px;
  background: #ff8a3d;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.03em;
  text-decoration: none;
  box-shadow: 0 14px 34px rgba(255, 138, 61, 0.32);
  transition: transform 0.25s ease, box-shadow 0.25s ease, filter 0.25s ease;
}

.bh-banner-cta:hover {
  color: #fff;
  filter: brightness(1.05);
  transform: translateY(-2px);
  box-shadow: 0 18px 40px rgba(255, 138, 61, 0.4);
}

.bh-banner-link {
  color: rgba(255, 255, 255, 0.92);
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
  padding: 10px 2px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.28);
  transition: color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.bh-banner-link:hover {
  color: #fff;
  border-bottom-color: #ff8a3d;
  transform: translateX(2px);
}

.bh-banner-link span {
  margin-left: 4px;
}

@keyframes bannerZoom {
  from { transform: scale(1.03); }
  to { transform: scale(1.1); }
}

@keyframes bannerRule {
  from { width: 0; opacity: 0; }
  to { width: 56px; opacity: 1; }
}

@media (max-width: 900px) {
  .bh-banner {
    aspect-ratio: 1520 / 520;
    min-height: 0;
    height: auto;
  }
}

@media (max-width: 640px) {
  .bh-banner {
    /* Keep proportion, slightly taller min for readable text on small screens */
    aspect-ratio: 1520 / 620;
    min-height: 280px;
    height: auto;
  }

  .bh-banner-bg {
    background-position: center center;
  }

  .bh-banner-content {
    padding: 24px 16px 40px;
  }

  .bh-banner-title {
    max-width: none;
    font-size: clamp(22px, 7vw, 32px);
  }

  .bh-banner-actions {
    flex-direction: column;
    align-items: flex-start;
  }

  .bh-banner-dots {
    bottom: 14px;
  }

  .bh-banner-nav {
    display: none;
  }

  .bh-banner-veil {
    background:
      linear-gradient(
        90deg,
        rgba(7, 21, 37, 0.9) 0%,
        rgba(7, 21, 37, 0.7) 45%,
        rgba(7, 21, 37, 0.35) 100%
      );
  }
}

/* ========== OUR SERVICE ========== */
.tig-services {
  padding: 64px 0 56px;
  background: #f5f8fb;
}

.tig-services-head {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 40px;
}

.tig-services-head h2 {
  margin: 0 0 12px;
  font-size: clamp(28px, 3.2vw, 40px);
  font-weight: 800;
  color: #0f172a;
}

.tig-services-head h2 span {
  color: #ff8a3d;
}

.tig-services-head p {
  margin: 0;
  font-size: 16px;
  line-height: 1.6;
  color: #64748b;
}

.tig-services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.tig-service-card {
  background: #fff;
  border: 1px solid #e8eef5;
  border-radius: 16px;
  padding: 28px 24px 24px;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.04);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

.tig-service-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 36px rgba(15, 23, 42, 0.08);
}

.tig-service-ico {
  width: 54px;
  height: 54px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  background: rgba(30, 107, 163, 0.1);
  color: #1e6ba3;
  font-size: 20px;
  margin-bottom: 16px;
}

.tig-service-card h3 {
  margin: 0 0 10px;
  font-size: 18px;
  font-weight: 700;
  color: #0f172a;
  line-height: 1.35;
}

.tig-service-card p {
  margin: 0 0 18px;
  font-size: 14px;
  line-height: 1.6;
  color: #64748b;
  flex: 1;
}

.tig-service-link {
  color: #1e6ba3;
  font-weight: 700;
  font-size: 14px;
  text-decoration: none;
}

.tig-service-link:hover {
  color: #155a8a;
}

.tig-services-more {
  text-align: center;
  margin-top: 36px;
}

.tig-services-more-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 28px;
  border-radius: 999px;
  background: #1e6ba3;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  text-decoration: none;
  transition: background 0.2s ease, transform 0.2s ease;
}

.tig-services-more-btn:hover {
  background: #ff8a3d;
  color: #fff;
  transform: translateY(-1px);
}

@media (max-width: 980px) {
  .tig-services-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 640px) {
  .tig-services {
    padding: 48px 0 40px;
  }

  .tig-services-grid {
    grid-template-columns: 1fr;
  }
}

/* ========== MEDICAL SPECIALTIES & CATEGORIES ========== */
.tig-specialties {
  padding: 56px 0;
  background: #f5f8fb;
}
.tig-specialty-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}
.tig-specialty-card {
  background: #fff;
  border: 1px solid #e8eef5;
  border-radius: 16px;
  padding: 24px 22px 20px;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.04);
  text-decoration: none;
  color: inherit;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.tig-specialty-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 36px rgba(15, 23, 42, 0.08);
}
.tig-specialty-ico {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: rgba(25, 119, 244, 0.12);
  color: #1977f4;
  font-size: 22px;
  margin-bottom: 14px;
}
.tig-specialty-card h3 {
  margin: 0 0 8px;
  font-size: 18px;
  font-weight: 700;
  color: #0f172a;
  line-height: 1.35;
}
.tig-specialty-card p {
  margin: 0 0 14px;
  font-size: 14px;
  line-height: 1.55;
  color: #64748b;
  flex: 1 1 auto;
}
.tig-specialty-list {
  list-style: none;
  margin: 0;
  padding: 14px 0 0;
  border-top: 1px solid #f3f4f6;
}
.tig-specialty-list li {
  position: relative;
  padding: 0 0 8px 16px;
  font-size: 13.5px;
  color: #4b5563;
}
.tig-specialty-list li:last-child { padding-bottom: 0; }
.tig-specialty-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 7px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #1977f4;
}
@media (max-width: 980px) {
  .tig-specialty-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 640px) {
  .tig-specialties { padding: 48px 0 40px; }
  .tig-specialty-grid { grid-template-columns: 1fr; }
}

/* ========== TOP DOCTORS ADVICE ========== */
.dp-advice {
  padding: 48px 0 20px;
  background: #fff;
}

.dp-advice-heading {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: clamp(22px, 2.4vw, 30px);
  font-weight: 800;
  color: #1a1a1a;
  margin: 0 0 28px;
}

.dp-advice-bar {
  width: 5px;
  height: 28px;
  border-radius: 4px;
  background: #2b78e4;
  flex-shrink: 0;
}

.dp-advice-sep {
  color: #94a3b8;
  font-weight: 600;
}

.dp-advice-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.dp-advice-card {
  text-decoration: none;
  color: inherit;
  display: block;
  transition: transform 0.35s ease;
}

.dp-advice-card:hover {
  transform: translateY(-6px);
}

.dp-advice-img {
  border-radius: 14px;
  overflow: hidden;
  aspect-ratio: 16 / 10;
  background: #eef2f7;
  margin-bottom: 14px;
}

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

.dp-advice-card:hover .dp-advice-img img {
  transform: scale(1.05);
}

.dp-advice-card h3 {
  margin: 0;
  font-size: 17px;
  font-weight: 700;
  color: #1f2937;
  line-height: 1.4;
}

/* ========== EXPLORE BY ========== */
.dp-explore {
  padding: 36px 0 28px;
  background: #fff;
  border-top: 1px solid #edf0f4;
}

.dp-explore-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 28px;
}

.dp-explore-head h2 {
  margin: 0;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.18em;
  color: #94a3b8;
  text-transform: uppercase;
}

.dp-view-all {
  display: inline-flex;
  align-items: center;
  padding: 8px 18px;
  border: 1.5px solid #93c5fd;
  border-radius: 999px;
  color: #2563eb;
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
  transition: background 0.25s ease, color 0.25s ease;
}

.dp-view-all:hover {
  background: #eff6ff;
  color: #1d4ed8;
}

.dp-explore-grid {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 36px 48px;
}

.dp-explore-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  color: #334155;
  font-size: 14px;
  font-weight: 600;
  min-width: 110px;
  transition: transform 0.3s ease, color 0.3s ease;
}

.dp-explore-item:hover {
  transform: translateY(-4px);
  color: #1d4ed8;
}

.dp-explore-ico {
  width: 92px;
  height: 92px;
  border-radius: 50%;
  border: 1.5px solid #dbe3ee;
  display: grid;
  place-items: center;
  background: #fff;
  color: #475569;
  font-size: 28px;
  transition: border-color 0.3s ease, box-shadow 0.3s ease, color 0.3s ease;
}

.dp-explore-item:hover .dp-explore-ico {
  border-color: #93c5fd;
  color: #2563eb;
  box-shadow: 0 10px 28px rgba(37, 99, 235, 0.12);
}

/* ========== FEATURED ARTICLE ========== */
.dp-feature {
  padding: 20px 0 48px;
  background: #fff;
}

.dp-feature-grid {
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  gap: 36px;
  align-items: center;
  padding-top: 28px;
  border-top: 1px solid #edf0f4;
}

.dp-feature-tag {
  display: inline-block;
  background: #0b2c6b;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
  padding: 6px 10px;
  border-radius: 4px;
  margin-bottom: 16px;
}

.dp-feature-copy h2 {
  font-size: clamp(28px, 3vw, 40px);
  line-height: 1.2;
  margin: 0 0 16px;
  color: #111827;
  font-weight: 700;
}

.dp-feature-copy p {
  color: #64748b;
  font-size: 15px;
  line-height: 1.7;
  margin: 0 0 18px;
}

.dp-feature-by {
  font-size: 13px;
  color: #64748b;
}

.dp-feature-media {
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  min-height: 320px;
  background: #e8eef5;
}

.dp-feature-media > img {
  width: 100%;
  height: 100%;
  min-height: 320px;
  object-fit: cover;
}

.dp-feature-float {
  position: absolute;
  left: 18px;
  bottom: 18px;
  right: 18px;
  background: #fff;
  border-radius: 16px;
  padding: 12px;
  display: flex;
  gap: 12px;
  align-items: center;
  box-shadow: 0 14px 40px rgba(15, 23, 42, 0.18);
  animation: floatY 4.5s ease-in-out infinite;
}

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

.dp-feature-float-text {
  background: #e8f8ef;
  border-radius: 12px;
  padding: 10px 12px;
  flex: 1;
}

.dp-feature-pill {
  display: inline-block;
  background: #2f9e6a;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  padding: 3px 8px;
  border-radius: 999px;
  margin-bottom: 6px;
}

.dp-feature-float-text strong {
  display: block;
  font-size: 13px;
  line-height: 1.35;
  color: #0b2c6b;
}

/* ========== HERO ART ========== */
.tm-art {
  display: flex;
  justify-content: center;
  align-items: center;
}

.tm-art-img {
  width: 100%;
  height: auto;
  max-width: 620px;
}

/* ========== ANIMATIONS ========== */
@keyframes floatY {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
}

@keyframes fadeUp {
  from { opacity: 0; transform: translateY(28px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes fadeLeft {
  from { opacity: 0; transform: translateX(-36px); }
  to { opacity: 1; transform: translateX(0); }
}

@keyframes fadeRight {
  from { opacity: 0; transform: translateX(36px); }
  to { opacity: 1; transform: translateX(0); }
}

.anim-float {
  animation: floatY 4.2s ease-in-out infinite;
}

.anim-float-delay {
  animation: floatY 4.8s ease-in-out 0.6s infinite;
}

/* Reveal: stay readable even before JS; animate gently when visible */
.reveal,
.reveal-left,
.reveal-right {
  opacity: 1;
  transform: translateY(18px);
  transition: opacity 0.55s ease, transform 0.55s ease;
}

.reveal-left {
  transform: translateX(-24px);
}

.reveal-right {
  transform: translateX(24px);
}

.reveal.is-visible,
.reveal-left.is-visible,
.reveal-right.is-visible {
  opacity: 1;
  transform: none;
}

.dp-card,
.dp-dual-card,
.ds-step,
.ds-category,
.specialty-card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.dp-card:hover,
.dp-dual-card:hover,
.ds-step:hover {
  transform: translateY(-4px);
}

.tm-search {
  transition: transform 0.25s ease, filter 0.25s ease;
}

.tm-search:hover {
  transform: scale(1.06);
}

.tm-chip {
  transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

@media (max-width: 980px) {
  .dp-advice-grid,
  .dp-feature-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .dp-advice-grid {
    grid-template-columns: 1fr;
  }

  .dp-explore-ico {
    width: 72px;
    height: 72px;
    font-size: 22px;
  }
}

/* ========== HERO ========== */
.tm-hero {
  color: var(--text);
  width: 100%;
  box-sizing: border-box;
  background: radial-gradient(circle at center, rgba(0, 160, 255, 0.25) 0%, rgba(255, 255, 255, 1) 70%);
}

.tm-wrap {
  max-width: 1280px;
  margin: 0 auto;
  padding: 48px 20px 72px;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 24px;
  align-items: center;
}

.tm-title {
  font-size: clamp(28px, 3.2vw, 42px);
  line-height: 1.2;
  font-weight: 800;
  margin: 0 0 28px;
  color: #1a1a1a;
}

.tm-chips {
  display: flex;
  gap: 16px;
  margin-bottom: 28px;
  flex-wrap: wrap;
}

.tm-chip {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 22px;
  background: var(--chip);
  border-radius: 999px;
  box-shadow: var(--shadow);
  border: 1px solid var(--border);
  cursor: pointer;
  font-weight: 600;
  color: #333;
  transition: 0.2s transform ease, 0.2s background ease;
  user-select: none;
}

.tm-chip:hover {
  transform: translateY(-1px);
}

.tm-chip--active {
  background: var(--chip-active);
  color: #0044cc;
  border-color: #bcd4ff;
}

.tm-chip .tm-ico {
  width: 22px;
  height: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.tm-chip svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}

.tm-row {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr auto;
  gap: 18px;
  align-items: center;
  margin: 0;
}

.tm-field {
  position: relative;
}

.tm-label {
  position: absolute;
  left: 14px;
  top: -10px;
  background: rgba(255, 255, 255, 0.85);
  padding: 0 6px;
  font-size: 12px;
  color: var(--muted);
  z-index: 2;
}

.tm-select {
  width: 100%;
  padding: 18px 42px 18px 14px;
  border: 0;
  border-bottom: 2px solid #cfdcff;
  outline: none;
  font-size: 18px;
  color: #1f2c60;
  background: transparent;
  appearance: none;
  -webkit-appearance: none;
  border-radius: 0;
  font-family: inherit;
  cursor: pointer;
}

.tm-field:after {
  content: "";
  position: absolute;
  right: 12px;
  top: 50%;
  width: 10px;
  height: 10px;
  border-right: 2px solid #6f7bbd;
  border-bottom: 2px solid #6f7bbd;
  transform: translateY(-50%) rotate(45deg);
  pointer-events: none;
  z-index: 1;
}

.tm-search {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: var(--accent);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: none;
  box-shadow: var(--shadow);
  cursor: pointer;
  flex-shrink: 0;
}

.tm-search:hover {
  filter: brightness(0.95);
}

.tm-search svg {
  width: 24px;
  height: 24px;
  fill: #fff;
}

.tm-art {
  display: flex;
  justify-content: center;
  align-items: center;
}

.tm-art img {
  width: 100%;
  height: auto;
  max-width: 620px;
}

@media (max-width: 980px) {
  .tm-wrap {
    grid-template-columns: 1fr;
    padding: 32px 16px 56px;
  }
  .tm-art {
    order: -1;
  }
  .tm-row {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .tm-search {
    width: 100%;
    border-radius: 14px;
    height: 52px;
  }
}

/* ========== STATS ========== */
.dp-stats {
  --ink: #0f172a;
  --muted: #475569;
  --ring: #cfd8ea;
  --shadow: 0 18px 40px rgba(2, 6, 23, 0.08);
  color: var(--ink);
  padding: 28px 14px;
  max-width: 1100px;
  margin: 0 auto;
}

.dp-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}

.dp-card {
  position: relative;
  z-index: 0;
  overflow: hidden;
  border-radius: 20px;
  padding: 22px 22px 20px;
  background: linear-gradient(180deg, var(--bg1, #f0f9ff), #fff);
  border: 1px solid rgba(10, 58, 134, 0.1);
  box-shadow: var(--shadow);
  transition: transform 0.15s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.dp-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 24px 60px rgba(2, 6, 23, 0.12);
  border-color: #d7e3f7;
}

.dp-card::after {
  content: "";
  position: absolute;
  inset: auto -50% -40% -50%;
  height: 140px;
  background: radial-gradient(60% 160% at 50% 0%, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0));
  pointer-events: none;
  z-index: 0;
  transform: translateY(6px);
}

.dp-card > * {
  position: relative;
  z-index: 1;
}

.dp-icon {
  width: 56px;
  height: 56px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  color: #fff;
  box-shadow: 0 12px 22px var(--icon-shadow, rgba(14, 165, 233, 0.28));
  background: linear-gradient(135deg, var(--g1, #0ea5e9), var(--g2, #0284c7));
  margin-bottom: 12px;
  text-decoration: none;
}

.dp-number {
  font-variant-numeric: tabular-nums;
  font-size: 38px;
  font-weight: 700;
  line-height: 1;
  margin: 4px 0 8px;
}

.dp-title {
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 4px;
}

.dp-sub {
  font-size: 13px;
  color: var(--muted);
}

.t-patients {
  --bg1: #e9f9ff;
  --g1: #0ea5e9;
  --g2: #0284c7;
  --icon-shadow: rgba(14, 165, 233, 0.28);
}
.t-users {
  --bg1: #eef4ff;
  --g1: #3b82f6;
  --g2: #1d4ed8;
  --icon-shadow: rgba(59, 130, 246, 0.28);
}
.t-doctors {
  --bg1: #f5ecff;
  --g1: #8b5cf6;
  --g2: #6d28d9;
  --icon-shadow: rgba(139, 92, 246, 0.28);
}

@media (max-width: 640px) {
  .dp-number {
    font-size: 34px;
  }
}

/* ========== CONSULT SECTION ========== */
.dp-consult {
  padding: 60px 0;
  background: #fff;
}

.dp-consult-inner {
  width: 100%;
  max-width: var(--page-max);
  margin: 0;
  margin-right: auto;
  padding: 0 var(--page-gutter);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
}

.dp-consult-text h2 {
  font-size: 32px;
  font-weight: 800;
  color: #2c3e50;
  margin: 0 0 12px;
}

.dp-consult-text p {
  font-size: 16px;
  color: #7f8c8d;
  margin: 0 0 18px;
  line-height: 1.6;
}

.dp-consult-text ul {
  list-style: none;
  padding: 0;
  margin: 0 0 24px;
}

.dp-consult-text li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: #34495e;
  margin: 10px 0;
  font-size: 15px;
}

.dp-consult-text li::before {
  content: "";
  display: inline-flex;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ff8a3d;
  flex-shrink: 0;
  margin-top: 6px;
}

.dp-consult-img {
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 12px 28px rgba(24, 62, 159, 0.1);
  border: 1px solid #d0e2f3;
}

.dp-consult-img img {
  width: 100%;
  display: block;
}

@media (max-width: 768px) {
  .dp-consult-inner {
    grid-template-columns: 1fr;
  }
  .dp-consult-text h2 {
    font-size: 26px;
  }
}

/* ========== APP SECTION ========== */
.dp-app {
  padding: 48px 20px;
  background: #f8f9fa;
}

.dp-app-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  flex-wrap: wrap;
}

.dp-app-copy {
  flex: 1 1 440px;
}

.dp-app-copy h2 {
  margin: 0 0 8px;
  font-size: 42px;
  font-weight: 800;
  line-height: 1.1;
  color: #222;
}

.dp-app-copy p {
  margin: 10px 0 0;
  font-size: 18px;
  line-height: 1.45;
  color: #5a5a5a;
}

.dp-app-cta {
  margin-top: 18px;
  display: flex;
  align-items: center;
  gap: 20px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 14px;
  padding: 16px 24px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
  max-width: 480px;
  flex-wrap: wrap;
}

.dp-app-stores {
  display: flex;
  align-items: center;
  gap: 16px;
}

.dp-app-stores img {
  width: 64px;
  height: 64px;
  transition: transform 0.18s ease;
}

.dp-app-stores a:hover img {
  transform: translateY(-1px) scale(1.05);
}

.dp-app-phone {
  flex: 1 1 360px;
  text-align: center;
}

.dp-app-phone img {
  width: 100%;
  max-width: 360px;
  margin: 0 auto;
}

@media (max-width: 700px) {
  .dp-app-inner {
    flex-direction: column;
    text-align: center;
  }
  .dp-app-copy h2 {
    font-size: 30px;
  }
  .dp-app-cta {
    max-width: 100%;
    justify-content: center;
  }
}

/* ========== DUAL CARDS ========== */
.provider-card {
  background: #fff;
  border-radius: 22px;
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.08);
  padding: 36px 32px;
  max-width: 1200px;
  margin: 40px auto;
}

.provider-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}

.provider h2 {
  margin: 0 0 8px;
  font-size: 28px;
  font-weight: 700;
  color: #0a3a86;
}

.provider p {
  margin: 0 0 20px;
  font-size: 16px;
  line-height: 1.6;
  color: #4b4b4b;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 14px 22px;
  border-radius: 999px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.btn-primary {
  background: #1e6ba3;
  color: #fff;
  border: 2px solid #1e6ba3;
}

.btn-primary:hover {
  background: #ff8a3d;
  border-color: #ff8a3d;
  color: #fff;
}

.btn-outline {
  background: transparent;
  color: #1e6ba3;
  border: 2px solid #1e6ba3;
}

.btn-outline:hover {
  background: rgba(30, 107, 163, 0.06);
  color: #155a8a;
}

@media (max-width: 860px) {
  .provider-card {
    padding: 28px 22px;
    margin: 24px 16px;
  }
  .provider-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }
}

/* ========== FOUNDER ========== */
.safe-banner {
  display: flex;
  flex-wrap: wrap;
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  margin: 40px auto;
  max-width: 1100px;
}

.safe-banner-image {
  flex: 1 1 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.safe-banner-image img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.safe-banner-content {
  flex: 1 1 50%;
  padding: 40px 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.safe-banner-content h2 {
  font-size: 32px;
  color: #000;
  margin: 0 0 15px;
  font-weight: 800;
}

.safe-banner-content p {
  font-size: 16px;
  color: #333;
  line-height: 1.6;
  margin: 0 0 12px;
}

.safe-banner-content .small-title {
  font-size: 14px;
  color: #6c7b8c;
}

.social-icons {
  margin-top: 20px;
}

.social-icons a {
  margin-right: 15px;
  font-size: 24px;
  color: #333;
  text-decoration: none;
}

.social-icons a:hover {
  color: #3498db;
}

@media (max-width: 768px) {
  .safe-banner {
    flex-direction: column;
    margin: 24px 16px;
  }
  .safe-banner-content {
    padding: 25px 20px;
  }
}

/* ========== PARTNERS ========== */
.dp-partners {
  padding: 50px 20px;
  background: #fff;
  text-align: center;
}

.dp-partners h2 {
  font-size: 30px;
  font-weight: 700;
  color: #333;
  margin: 0 0 36px;
}

.dp-partners-row {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  flex-wrap: wrap;
}

.dp-partners-row img {
  max-width: 150px;
  max-height: 80px;
  width: auto;
  height: auto;
  object-fit: contain;
  filter: grayscale(0.2);
  opacity: 0.9;
  transition: opacity 0.2s;
}

.dp-partners-row img:hover {
  opacity: 1;
}

/* ========== WHO IS IT FOR ========== */
.dp-who {
  padding: 60px 20px;
  background: #f8f9fa;
}

.dp-who h2 {
  text-align: center;
  font-size: 42px;
  margin: 0 0 20px;
  color: #1a1a1a;
  font-weight: 700;
}

.dp-who .subtitle {
  text-align: center;
  font-size: 18px;
  max-width: 800px;
  margin: 0 auto 50px;
  color: #666;
  line-height: 1.6;
}

.dp-who-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  max-width: 1200px;
  margin: 0 auto;
}

.who-card {
  background: #fff;
  padding: 35px 30px;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
}

.who-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}

.who-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  font-size: 48px;
}

.who-card h3 {
  text-align: center;
  font-size: 22px;
  margin: 0 0 15px;
  color: #1a1a1a;
  font-weight: 600;
}

.who-card > p {
  text-align: center;
  font-size: 15px;
  color: #666;
  margin: 0 0 25px;
  line-height: 1.5;
  flex-grow: 1;
}

.benefits-title {
  font-size: 16px;
  margin: 0 0 15px;
  color: #1a1a1a;
  font-weight: 600;
}

.benefits-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.benefit-item {
  font-size: 14px;
  color: #555;
  display: flex;
  align-items: center;
  margin-bottom: 12px;
  line-height: 1.4;
  gap: 10px;
}

@media (max-width: 768px) {
  .dp-who h2 {
    font-size: 32px;
  }
}

/* ========== SPECIALTIES ========== */
.dp-specialties {
  --brand: #3498db;
  background: #fff;
  padding: 48px 20px;
}

.main-headline {
  text-align: center;
  margin-bottom: 28px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.main-headline h2 {
  margin: 0 0 10px;
  font-weight: 900;
  font-size: 36px;
  line-height: 1.15;
  color: #0b0b0f;
}

.main-headline h2 span {
  color: #3498db;
}

.main-headline p {
  margin: 0 auto;
  color: #5b6472;
  font-size: 17px;
  line-height: 1.65;
}

.service-coloum-area {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  max-width: 1200px;
  margin: 24px auto 0;
}

.service-item {
  background: #fff;
  border: 1px solid #d0e2f3;
  border-radius: 18px;
  box-shadow: 0 12px 28px rgba(24, 62, 159, 0.07);
  padding: 20px;
  text-align: center;
  height: 100%;
  transition: all 0.3s ease;
}

.service-item:hover {
  transform: translateY(-2px);
  box-shadow: 0 22px 60px rgba(24, 62, 159, 0.08);
}

.service-item i {
  font-size: 32px;
  margin-bottom: 12px;
  display: block;
  color: #3498db;
}

.service-item h3 {
  margin: 0 0 8px;
  font-size: 18px;
  color: #3498db;
  font-weight: 700;
}

.service-item > p {
  margin: 0 0 12px;
  color: #5e6673;
  font-size: 14px;
  line-height: 1.6;
}

.service-item ul {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: left;
}

.service-item li {
  font-size: 13px;
  color: #5e6673;
  padding: 4px 0 4px 18px;
  position: relative;
}

.service-item li::before {
  content: "â€¢";
  position: absolute;
  left: 4px;
  color: #3498db;
  font-weight: 700;
}

@media (max-width: 1024px) {
  .service-coloum-area {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .service-coloum-area {
    grid-template-columns: 1fr;
  }
  .main-headline h2 {
    font-size: 28px;
  }
}

/* ========== HOW IT WORKS + CTA ========== */
.ds-wrap {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}

.ds-process {
  margin: 32px 0;
  background: #fff;
  border: 1px solid #d0e2f3;
  border-radius: 18px;
  box-shadow: 0 12px 28px rgba(24, 62, 159, 0.07);
  padding: 24px;
}

.ds-process h3 {
  margin: 0 0 20px;
  color: #3498db;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
}

.ds-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.ds-step {
  background: #fafafb;
  border: 1px solid #eee;
  border-radius: 12px;
  padding: 16px;
  text-align: center;
}

.ds-step-number {
  display: inline-block;
  width: 32px;
  height: 32px;
  border-radius: 999px;
  text-align: center;
  line-height: 32px;
  color: #fff;
  background: linear-gradient(135deg, #3498db, #2980b9);
  margin-bottom: 8px;
  font-weight: 700;
}

.ds-step h4 {
  margin: 0 0 6px;
  font-size: 14px;
  color: #3498db;
  font-weight: 700;
}

.ds-step p {
  margin: 0;
  color: #5e6673;
  font-size: 12px;
  line-height: 1.4;
}

.ds-cta {
  margin: 32px 0 16px;
  background: linear-gradient(135deg, #3498db, #2980b9);
  border-radius: 18px;
  padding: 32px;
  text-align: center;
  color: #fff;
}

.ds-cta h3 {
  margin: 0 0 12px;
  font-size: 28px;
  color: #fff;
  font-weight: 800;
}

.ds-cta p {
  margin: 0 0 20px;
  font-size: 16px;
  opacity: 0.9;
  color: #fff;
}

.ds-cta-buttons {
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
}

.ds-btn {
  border-radius: 12px;
  padding: 12px 24px;
  font-weight: 700;
  font-size: 16px;
  text-decoration: none;
  display: inline-block;
}

.ds-btn-primary {
  background: #fff;
  color: #3498db;
}

.ds-btn-secondary {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  border: 2px solid rgba(255, 255, 255, 0.3);
}

.ds-btn:hover {
  filter: brightness(0.97);
}

.ds-foot {
  text-align: center;
  font-size: 13px;
  color: #5e6673;
  margin: 0 0 24px;
}

@media (max-width: 768px) {
  .ds-steps {
    grid-template-columns: 1fr;
  }
  .ds-cta-buttons {
    flex-direction: column;
    align-items: center;
  }
}

@media (min-width: 769px) and (max-width: 1024px) {
  .ds-steps {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* ========== FAQ ACCORDION ========== */
.faq {
  text-align: center;
  padding: 48px 20px;
  background: #f9fbfd;
}

.faq-title {
  font-size: 28px;
  font-weight: 700;
  margin: 0 0 10px;
}

.faq-title span {
  color: #2b78e4;
}

.faq-subtitle {
  color: #555;
  margin: 0 0 40px;
}

.faq-accordion {
  max-width: 800px;
  margin: 0 auto;
  text-align: left;
}

.faq-item {
  background: #fff;
  border-radius: 12px;
  margin-bottom: 12px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  border: 1px solid #eef2f7;
}

.faq-question {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 16px 20px;
  background: transparent;
  border: 0;
  cursor: pointer;
  font-family: inherit;
  font-size: 16px;
  font-weight: 600;
  color: #1a1a1a;
  text-align: left;
}

.faq-question:hover {
  background: #f8fafc;
}

.faq-question .faq-chevron {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  transition: transform 0.25s ease;
  color: #2b78e4;
}

.faq-item.open .faq-chevron {
  transform: rotate(180deg);
}

.faq-answer {
  display: none;
  padding: 0 20px 16px;
  color: #555;
  font-size: 14px;
  line-height: 1.6;
}

.faq-item.open .faq-answer {
  display: block;
}

.contact-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
  margin-top: 40px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.contact-card {
  background: #fff;
  border-radius: 12px;
  padding: 20px;
  text-align: left;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
}

.contact-card h3 {
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 8px;
  color: #2b78e4;
}

.contact-card p {
  font-size: 14px;
  color: #444;
  margin: 0 0 10px;
}

.contact-card a {
  color: #2b78e4;
  text-decoration: none;
}

.contact-card a:hover {
  text-decoration: underline;
}

.still-question {
  margin-top: 30px;
  font-size: 15px;
  font-weight: 500;
}

.faq-btn {
  display: inline-block;
  margin-left: 8px;
  margin-top: 8px;
  padding: 10px 20px;
  border-radius: 6px;
  background: #2b78e4;
  color: #fff;
  text-decoration: none;
  font-weight: 500;
}

.faq-btn:hover {
  background: #1e5bbf;
  color: #fff;
}

/* ========== MEDICAL DISCLAIMER ========== */
.dp-disclaimer {
  color: #000;
  padding: 28px 24px;
  max-width: 800px;
  margin: 40px auto;
  background: transparent;
  text-align: center;
  border: 1px solid #ddd;
  border-radius: 10px;
}

.dp-disclaimer h2 {
  margin: 0 0 16px;
  font-size: 24px;
  font-weight: 800;
}

.dp-disclaimer p {
  font-size: 14px;
  line-height: 1.6;
  color: #333;
  margin: 0 0 12px;
}

/* ========== FOOTER (treatmentingermany.de) ========== */
.dp-footer {
  background: #0b306e;
  color: #d4d4d4;
  padding: 0;
}

.dp-footer a {
  color: #d4d4d4;
  text-decoration: none;
  transition: color 0.25s ease;
}

.dp-footer a:hover {
  color: #f1634c;
}

.dp-footer-contact {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.dp-footer-contact-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.dp-footer-contact-item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 36px 28px 36px 8px;
  position: relative;
}

.dp-footer-contact-item:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 12px;
  top: 28px;
  bottom: 28px;
  width: 1px;
  background: rgba(255, 255, 255, 0.1);
}

.dp-footer-contact-item i {
  flex-shrink: 0;
  font-size: 28px;
  line-height: 1;
  color: #f1634c;
  margin-top: 4px;
}

.dp-footer-contact-item h5 {
  margin: 0 0 4px;
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
  color: #fff;
}

.dp-footer-contact-item a,
.dp-footer-contact-item p {
  margin: 0;
  font-size: 16px;
  line-height: 1.35;
  font-weight: 600;
  color: #c5c5c5;
}

.dp-footer-main {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding: 48px 0 70px;
}

.dp-footer-cols {
  display: grid;
  grid-template-columns: 1.15fr 1fr 1fr;
  gap: 40px;
}

.dp-footer-item h3 {
  margin: 0 0 28px;
  padding-bottom: 14px;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  position: relative;
  border-bottom: 1px solid #848383;
}

.dp-footer-item h3::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 50px;
  height: 3px;
  background: #f39586;
}

.dp-footer-about {
  padding-right: 24px;
}

.dp-footer-about p,
.dp-footer-about {
  font-size: 15px;
  line-height: 1.7;
  color: #d4d4d4;
}

.dp-footer-about p {
  margin: 0 0 12px;
}

.dp-footer .dp-footer-details {
  display: inline-block;
  margin-top: 8px;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
}

.dp-footer-links {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px 16px;
}

.dp-footer-links ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.dp-footer-links li {
  padding-bottom: 6px;
}

.dp-footer-links a {
  font-size: 15px;
  line-height: 1.5;
  color: #d4d4d4;
}

.dp-footer-post {
  display: flex;
  gap: 12px;
  margin-bottom: 16px;
}

.dp-footer-post-img {
  flex-shrink: 0;
  width: 105px;
}

.dp-footer-post-img img {
  width: 105px;
  height: 70px;
  object-fit: cover;
  display: block;
}

.dp-footer .dp-footer-post-text a {
  display: block;
  margin-bottom: 6px;
  color: #fff;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 500;
}

.dp-footer-post-date {
  font-size: 13px;
  color: #b7b7b7;
  display: flex;
  align-items: center;
  gap: 8px;
}

.dp-footer-muted {
  color: #b7b7b7;
  font-size: 14px;
}

.dp-footer-bottom {
  padding: 28px 0 32px;
  background: #0b306e;
  border-top: 0;
  text-align: left;
}

.dp-footer-bottom-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}

.dp-footer-bottom-row p {
  margin: 0;
  color: #d4d4d4;
  font-size: 15px;
}

.dp-footer-social {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
}

.dp-footer-social a {
  width: auto;
  height: auto;
  border-radius: 0;
  background: transparent;
  color: #d4d4d4;
  font-size: 16px;
}

.dp-footer-social a:hover {
  background: transparent;
  color: #f1634c;
}

@media (max-width: 980px) {
  .dp-footer-contact-grid,
  .dp-footer-cols {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .dp-footer-contact-item {
    padding: 22px 0;
  }

  .dp-footer-contact-item:not(:last-child)::after {
    display: none;
  }

  .dp-footer-about {
    padding-right: 0;
  }
}

@media (max-width: 768px) {
  .dp-footer-contact-item i {
    font-size: 24px;
  }

  .dp-footer-item h3 {
    margin-bottom: 20px;
  }

  .dp-footer-links {
    grid-template-columns: 1fr 1fr;
  }

  .dp-footer-bottom {
    text-align: center;
    padding: 20px 0 24px;
  }

  .dp-footer-bottom-row {
    justify-content: center;
  }
}

/* ========== EXTRA ANIMATIONS ========== */
@keyframes pulseSoft {
  0%, 100% { transform: scale(1); box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08); }
  50% { transform: scale(1.04); box-shadow: 0 14px 32px rgba(255, 165, 31, 0.35); }
}

@keyframes bounceIn {
  0% { opacity: 0; transform: scale(0.85) translateY(20px); }
  60% { opacity: 1; transform: scale(1.03) translateY(-4px); }
  100% { opacity: 1; transform: scale(1) translateY(0); }
}

.tm-search {
  animation: pulseSoft 2.8s ease-in-out infinite;
}

.dp-cta .dp-link {
  transition: transform 0.25s ease, background 0.25s ease, color 0.25s ease;
}

.dp-cta .dp-link:hover {
  transform: translateY(-2px) scale(1.03);
}

.dp-advice-grid .dp-advice-card,
.dp-explore-grid .dp-explore-item,
.dp-grid .dp-card,
.who-grid .card,
.ds-steps .ds-step {
  opacity: 0;
}

.dp-advice.is-visible .dp-advice-card,
.dp-explore.is-visible .dp-explore-item,
.dp-stats.is-visible .dp-card,
.who-section.is-visible .card,
.ds-process.is-visible .ds-step {
  animation: bounceIn 0.7s ease forwards;
}

.dp-advice.is-visible .dp-advice-card:nth-child(1),
.dp-stats.is-visible .dp-card:nth-child(1),
.ds-process.is-visible .ds-step:nth-child(1),
.dp-explore.is-visible .dp-explore-item:nth-child(1) { animation-delay: 0.05s; }
.dp-advice.is-visible .dp-advice-card:nth-child(2),
.dp-stats.is-visible .dp-card:nth-child(2),
.ds-process.is-visible .ds-step:nth-child(2),
.dp-explore.is-visible .dp-explore-item:nth-child(2) { animation-delay: 0.15s; }
.dp-advice.is-visible .dp-advice-card:nth-child(3),
.dp-stats.is-visible .dp-card:nth-child(3),
.ds-process.is-visible .ds-step:nth-child(3),
.dp-explore.is-visible .dp-explore-item:nth-child(3) { animation-delay: 0.25s; }
.ds-process.is-visible .ds-step:nth-child(4),
.dp-explore.is-visible .dp-explore-item:nth-child(4) { animation-delay: 0.35s; }
.dp-explore.is-visible .dp-explore-item:nth-child(5) { animation-delay: 0.45s; }

.ds-cta a,
.dp-ready-cta a,
.btn-primary {
  transition: transform 0.25s ease, box-shadow 0.25s ease, filter 0.25s ease;
}

.ds-cta a:hover,
.dp-ready-cta a:hover,
.btn-primary:hover {
  transform: translateY(-3px) scale(1.03);
}

.dp-disclaimer.is-visible,
.dp-disclaimer.reveal.is-visible {
  animation: bounceIn 0.75s ease forwards;
}

.dp-partners img {
  transition: transform 0.3s ease, filter 0.3s ease, opacity 0.3s ease;
}

.dp-partners img:hover {
  transform: scale(1.08);
  filter: grayscale(0) !important;
  opacity: 1 !important;
}

.tm-title {
  animation: fadeRight 0.9s ease both;
}

.dp-logo img {
  transition: transform 0.35s ease;
}

.dp-logo a:hover img {
  transform: scale(1.04);
}

@media (prefers-reduced-motion: reduce) {
  .tm-search,
  .tm-title,
  .dp-advice-grid .dp-advice-card,
  .dp-explore-grid .dp-explore-item,
  .dp-grid .dp-card,
  .who-grid .card,
  .ds-steps .ds-step {
    animation: none !important;
    opacity: 1 !important;
    transform: none !important;
  }
}

/* ========== TIG SECTIONS ========== */
.tig-sec-head {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 40px;
}
.tig-sec-head h2 {
  margin: 0 0 12px;
  font-size: clamp(28px, 3.2vw, 40px);
  font-weight: 800;
  color: #0f172a;
}
.tig-sec-head h2 span { color: #ff8a3d; }
.tig-sec-head p {
  margin: 0;
  font-size: 16px;
  line-height: 1.65;
  color: #64748b;
}

.tig-blogs,
.tig-how,
.tig-departments,
.tig-doctors,
.tig-hospitals,
.tig-testimonials,
.tig-patients {
  padding: 64px 0;
  scroll-margin-top: 96px;
}
.tig-blogs { background: #fff; }
.tig-how { background: #f5f8fb; }
.tig-departments { background: #fff; }
.tig-doctors { background: #f5f8fb; }
.tig-hospitals { background: #fff; }
.tig-testimonials { background: #f5f8fb; }
.tig-patients { background: #fff; padding: 36px 0 48px; }

.tig-patient-card {
  flex: 0 0 auto;
  min-width: 0;
  text-align: center;
  background: transparent;
  border: 0;
  box-shadow: none;
}
.tig-patient-img {
  width: 100%;
  aspect-ratio: 1 / 1;
  border-radius: 12px;
  overflow: hidden;
  background: #eef2f7;
}
.tig-patient-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease;
}
.tig-patient-card:hover .tig-patient-img img {
  transform: scale(1.05);
}
.tig-patient-card h3 {
  margin: 12px 8px 6px;
  font-size: 16px;
  font-weight: 600;
  color: #333;
  line-height: 1.35;
}
.tig-patient-stars {
  color: gold;
  font-size: 15px;
  letter-spacing: 2px;
}

.tig-services,
.dp-consult,
#bh-banner {
  scroll-margin-top: 96px;
}

.tig-carousel {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 10px;
  align-items: center;
}
.tig-carousel-track-wrap {
  overflow: hidden;
}
.tig-carousel-track {
  display: flex;
  gap: 20px;
  transition: transform 0.35s ease;
  will-change: transform;
}
.tig-carousel-btn {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 1px solid #1e6ba3;
  background: #fff;
  color: #1e6ba3;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
  box-shadow: 0 6px 16px rgba(30, 107, 163, 0.12);
}
.tig-carousel-btn:hover { background: #1e6ba3; color: #fff; }

.tig-blog-card,
.tig-doctor-card,
.tig-hospital-card,
.tig-testimonial-card {
  flex: 0 0 auto;
  min-width: 0;
  background: #fff;
  border: 1px solid #e8eef5;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(15,23,42,0.04);
  text-decoration: none;
  color: inherit;
}
.tig-blog-img,
.tig-doctor-img,
.tig-hospital-img,
.tig-testimonial-media {
  display: block;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: #eef2f7;
  position: relative;
}
.tig-blog-img img,
.tig-doctor-img img,
.tig-hospital-img img,
.tig-testimonial-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}
.tig-blog-card:hover img,
.tig-hospital-card:hover img,
.tig-testimonial-card:hover img {
  transform: scale(1.05);
}
.tig-blog-body,
.tig-doctor-card,
.tig-hospital-card,
.tig-testimonial-card {
  padding: 18px;
}
.tig-blog-card .tig-blog-body { padding: 18px; }
.tig-blog-meta {
  display: flex;
  gap: 12px;
  font-size: 12px;
  color: #94a3b8;
  font-weight: 600;
  margin-bottom: 8px;
}
.tig-blog-body h3,
.tig-doctor-card h3,
.tig-hospital-card h3,
.tig-testimonial-card h3 {
  margin: 0 0 8px;
  font-size: 17px;
  line-height: 1.35;
  font-weight: 700;
  color: #0f172a;
}
.tig-blog-body h3 a { color: inherit; text-decoration: none; }
.tig-blog-body h3 a:hover { color: #1e6ba3; }
.tig-blog-body p,
.tig-testimonial-card p,
.tig-hospital-card p,
.tig-doctor-loc {
  margin: 0 0 12px;
  font-size: 14px;
  line-height: 1.55;
  color: #64748b;
}
.tig-link { color: #1e6ba3; font-weight: 700; font-size: 14px; text-decoration: none; }
.tig-doctor-dept {
  margin: 0 0 6px;
  color: #1e6ba3;
  font-weight: 700;
  font-size: 13px;
}
.tig-doctor-card { padding-bottom: 20px; }
.tig-doctor-img { aspect-ratio: 1 / 1.05; }
.tig-hospital-card { display: block; padding-bottom: 16px; }
.tig-hospital-card h3,
.tig-hospital-card p { padding: 0 16px; }
.tig-hospital-card h3 { margin-top: 14px; font-size: 16px; }

.tig-how-video {
  max-width: 860px;
  margin: 0 auto 36px;
  text-align: center;
}
.tig-video-frame {
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 20px 50px rgba(15,23,42,0.18);
  margin-bottom: 22px;
}
.tig-video-poster {
  width: 100%;
  display: block;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}
.tig-video-play {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  background: rgba(7,21,37,0.28);
  cursor: pointer;
}
.tig-video-play span {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: #ff8a3d;
  box-shadow: 0 12px 30px rgba(255,138,61,0.45);
  position: relative;
}
.tig-video-play span::before {
  content: "";
  position: absolute;
  left: 28px;
  top: 24px;
  border-style: solid;
  border-width: 12px 0 12px 18px;
  border-color: transparent transparent transparent #fff;
}
.tig-how-video h3 {
  margin: 0 0 10px;
  font-size: clamp(22px, 2.4vw, 28px);
  font-weight: 800;
  color: #0f172a;
}
.tig-how-video > p {
  margin: 0;
  color: #64748b;
  line-height: 1.65;
}

.tig-faq {
  max-width: 820px;
  margin: 0 auto;
}
.tig-faq-item {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 14px;
  margin-bottom: 12px;
  overflow: hidden;
  transition: box-shadow 0.25s ease, border-color 0.25s ease;
}
.tig-faq-item.open {
  border-color: #b7d4ea;
  box-shadow: 0 8px 24px rgba(30, 107, 163, 0.08);
}
.tig-faq-q {
  width: 100%;
  text-align: left;
  background: transparent;
  border: none;
  padding: 18px 52px 18px 20px;
  font-size: 16px;
  font-weight: 700;
  color: #0f172a;
  cursor: pointer;
  position: relative;
  transition: color 0.2s ease;
}
.tig-faq-q:hover {
  color: #1e6ba3;
}

/* Animated + / − icon */
.tig-faq-q::before,
.tig-faq-q::after {
  content: "";
  position: absolute;
  right: 22px;
  top: 50%;
  width: 14px;
  height: 2px;
  border-radius: 2px;
  background: #1e6ba3;
  transition: transform 0.28s ease, opacity 0.28s ease, background 0.2s ease;
}
.tig-faq-q::before {
  transform: translateY(-50%) rotate(0deg);
}
.tig-faq-q::after {
  transform: translateY(-50%) rotate(90deg);
}
.tig-faq-item.open .tig-faq-q::before {
  transform: translateY(-50%) rotate(180deg);
  background: #ff8a3d;
}
.tig-faq-item.open .tig-faq-q::after {
  transform: translateY(-50%) rotate(180deg);
  opacity: 0;
  background: #ff8a3d;
}

.tig-faq-a {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.32s ease;
}
.tig-faq-item.open .tig-faq-a {
  grid-template-rows: 1fr;
}
.tig-faq-a > * {
  overflow: hidden;
  min-height: 0;
}
.tig-faq-a p,
.tig-faq-a > div {
  margin: 0;
  padding: 0 20px 18px;
  color: #475569;
  line-height: 1.65;
  font-size: 14px;
  opacity: 0;
  transform: translateY(-6px);
  transition: opacity 0.28s ease 0.04s, transform 0.28s ease 0.04s;
}
.tig-faq-item.open .tig-faq-a p,
.tig-faq-item.open .tig-faq-a > div {
  opacity: 1;
  transform: translateY(0);
}

.tig-dept-grid,
.tig-card-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
}
.tig-card-grid .tig-doctor-card,
.tig-card-grid .tig-hospital-card {
  width: 100%;
  min-width: 0;
  flex: none;
}
.tig-dept-card {
  display: block;
  background: #fff;
  border: 1px solid #e8eef5;
  border-radius: 16px;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  box-shadow: 0 8px 24px rgba(15,23,42,0.04);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.tig-dept-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 36px rgba(15,23,42,0.08);
}
.tig-dept-img {
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: #eef2f7;
}
.tig-dept-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}
.tig-dept-card:hover .tig-dept-img img { transform: scale(1.05); }
.tig-dept-body { padding: 14px; }
.tig-dept-body h3 {
  margin: 0 0 6px;
  font-size: 15px;
  font-weight: 700;
  color: #0f172a;
}
.tig-dept-body span {
  color: #1e6ba3;
  font-weight: 700;
  font-size: 14px;
}

.tig-play-badge {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: rgba(255,138,122,0.95);
  color: #fff;
  display: grid;
  place-items: center;
  box-shadow: 0 10px 24px rgba(0,0,0,0.2);
}

@media (max-width: 1099px) {
  .tig-dept-grid,
  .tig-card-grid,
  .page-card-grid--dept,
  .page-card-grid--doctors,
  .page-card-grid--hospitals {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (max-width: 980px) {
  .tig-dept-grid,
  .tig-card-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 640px) {
  .tig-blogs, .tig-how, .tig-departments, .tig-doctors, .tig-hospitals, .tig-testimonials, .tig-patients {
    padding: 48px 0;
  }
  .tig-dept-grid,
  .tig-card-grid { grid-template-columns: 1fr; }
  .tig-carousel-btn { display: none; }
}

.tig-carousel-track-wrap {
  container-type: inline-size;
  width: 100%;
  min-width: 0;
}

/* Doctor cards â€“ full TIG fields */
.tig-doctor-card {
  display: flex;
  flex-direction: column;
  padding: 0;
}
.tig-doctor-body {
  padding: 16px 18px 18px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  flex: 1;
}
.tig-doctor-body h3 {
  margin: 0 0 2px;
  font-size: 16px;
  font-weight: 700;
  color: #333;
  line-height: 1.35;
}
.tig-doctor-body h3 a {
  color: #1e6ba3;
  text-decoration: none;
}
.tig-doctor-body h3 a:hover {
  color: #155a8a;
}
.tig-doctor-dept {
  color: #3498db;
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
  margin-bottom: 4px;
}
.tig-doctor-dept:hover {
  text-decoration: underline;
  color: #1e6ba3;
}
.tig-doctor-role,
.tig-doctor-loc,
.tig-doctor-hospitals {
  margin: 0;
  font-size: 13px;
  line-height: 1.45;
  color: #555;
  display: flex;
  align-items: flex-start;
  gap: 8px;
}
.tig-doctor-role i,
.tig-doctor-loc i,
.tig-doctor-hospitals i {
  color: #1e6ba3;
  width: 14px;
  margin-top: 2px;
  flex-shrink: 0;
  text-decoration: none;
}
.tig-doctor-body::before,
.tig-doctor-body::after,
.tig-doctor-role::before,
.tig-doctor-loc::before,
.tig-doctor-hospitals::before,
.tig-doctor-role::after,
.tig-doctor-loc::after,
.tig-doctor-hospitals::after,
.tig-doctor-role i::after,
.tig-doctor-loc i::after,
.tig-doctor-hospitals i::after {
  content: none;
  display: none;
  border: 0;
  background: none;
}

/* ========== HAMBURGER TIG NAV ========== */
.dp-link .ico-fa {
  width: 18px;
  text-align: center;
  color: #1e6ba3;
  font-size: 15px;
}
.dp-link.is-active {
  background: #eef6fc;
  color: #1e6ba3;
}
.dp-menu-group .dp-menu-toggle {
  width: 100%;
  border: none;
  background: transparent;
  cursor: pointer;
}
.dp-menu-caret {
  margin-left: auto;
  font-size: 12px;
  color: #94a3b8;
  transition: transform 0.25s ease;
}
.dp-menu-group.is-open .dp-menu-caret {
  transform: rotate(180deg);
}
.dp-submenu {
  list-style: none;
  margin: 0;
  padding: 0 0 8px 44px;
  display: none;
}
.dp-menu-group.is-open .dp-submenu {
  display: block;
}
.dp-submenu a {
  display: block;
  padding: 8px 0;
  color: #475569;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
}
.dp-submenu a:hover {
  color: #1e6ba3;
}
.dp-menu-contact {
  margin-top: 18px;
  padding-top: 16px;
  border-top: 1px solid #e2e8f0;
  display: grid;
  gap: 10px;
}
.dp-menu-contact a {
  color: #334155;
  text-decoration: none;
  font-size: 13px;
  display: flex;
  gap: 8px;
  align-items: center;
}
.dp-menu-contact a:hover { color: #1e6ba3; }

/* ========== STATIC PAGES ========== */
.site-main { min-height: 50vh; }
.page-hero {
  background: linear-gradient(135deg, #0b2a45 0%, #1e6ba3 100%);
  color: #fff;
  padding: 48px 0 40px;
}
.page-eyebrow {
  margin: 0 0 10px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #ff8a3d;
}
.page-hero h1 {
  margin: 0 0 12px;
  font-size: clamp(28px, 4vw, 42px);
  font-weight: 800;
  line-height: 1.15;
}
.page-hero p {
  margin: 0;
  max-width: 720px;
  color: rgba(255,255,255,0.85);
  font-size: 16px;
  line-height: 1.6;
  overflow-wrap: break-word;
  word-break: break-word;
}
.bh-search--below-hero {
  background: #f4f8fc;
  border-bottom: 1px solid #e2eaf3;
}
.bh-search--below-hero .bh-simple-wrap {
  border-color: #d7e3ef;
  box-shadow: 0 6px 18px rgba(15, 23, 42, 0.06);
}
.bh-search--below-hero .bh-simple-wrap:focus-within {
  border-color: #ff8a3d;
  box-shadow: 0 8px 22px rgba(15, 23, 42, 0.1);
}
.page-section { padding: 48px 0 64px; }
.page-prose h2 {
  margin: 28px 0 12px;
  font-size: 22px;
  color: #0f172a;
}
.page-prose p { color: #475569; line-height: 1.7; }
.page-list {
  margin: 0 0 20px;
  padding-left: 18px;
  color: #475569;
  line-height: 1.8;
}
.page-card-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.page-card-grid--dept,
.page-card-grid--doctors,
.page-card-grid--hospitals {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
}
@media (max-width: 1099px) {
  .page-card-grid--dept,
  .page-card-grid--doctors,
  .page-card-grid--hospitals {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.page-card:not(.is-shown) {
  display: none !important;
}
.page-card.is-shown {
  opacity: 1;
  transform: none;
  pointer-events: auto;
  animation: pageCardIn 0.35s ease both;
}
@keyframes pageCardIn {
  from {
    opacity: 0;
    transform: translateY(14px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.page-card.tig-doctor-card,
.page-card.tig-hospital-card,
.page-card.tig-blog-card,
.page-card.tig-testimonial-card,
.page-card.tig-service-card,
.page-card.tig-dept-card {
  flex: none;
  min-width: 0;
  width: 100%;
}
.tig-dept-card {
  display: block;
  background: #fff;
  border: 1px solid #e8eef5;
  border-radius: 16px;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  box-shadow: 0 8px 24px rgba(15,23,42,0.04);
}
.tig-dept-img {
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: #eef2f7;
}
.tig-dept-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tig-dept-card h3 {
  margin: 14px 16px 6px;
  font-size: 17px;
}
.tig-dept-card .tig-link {
  display: inline-block;
  margin: 0 16px 16px;
}
.disease-card {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 20px;
  background: #fff;
  border: 1px solid #e8eef5;
  border-radius: 16px;
  text-decoration: none;
  color: inherit;
  box-shadow: 0 8px 24px rgba(15,23,42,0.04);
}
.disease-card-ico {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: #eef6fc;
  color: #1e6ba3;
  display: grid;
  place-items: center;
}
.disease-card h3 {
  margin: 0;
  font-size: 17px;
  color: #0f172a;
}
.disease-card p {
  margin: 0;
  color: #64748b;
  font-size: 14px;
}
.infinite-status {
  text-align: center;
  margin-top: 28px;
  color: #64748b;
  font-size: 14px;
}
.infinite-loader {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-top: 28px;
  min-height: 48px;
  color: #1e6ba3;
  font-size: 14px;
  font-weight: 600;
}
.infinite-loader[hidden] {
  display: none !important;
}
.infinite-spinner {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 3px solid #d7e8f5;
  border-top-color: #ff8a3d;
  border-right-color: #1e6ba3;
  animation: infiniteSpin 0.75s linear infinite;
}
@keyframes infiniteSpin {
  to { transform: rotate(360deg); }
}
.infinite-sentinel {
  height: 1px;
  margin-top: 8px;
}
body.is-page-searching .infinite-loader {
  display: none !important;
}
.contact-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 32px;
  align-items: start;
}
.contact-grid .dept-contact {
  margin-top: 0;
}
.contact-form {
  display: grid;
  gap: 14px;
  background: #fff;
  border: 1px solid #e8eef5;
  border-radius: 16px;
  padding: 24px;
}
.contact-form label {
  display: grid;
  gap: 6px;
  font-size: 13px;
  font-weight: 600;
  color: #334155;
}
.contact-form input,
.contact-form textarea {
  border: 1px solid #dbe3ee;
  border-radius: 10px;
  padding: 12px 14px;
  font: inherit;
  color: #0f172a;
}
.contact-form input:focus,
.contact-form textarea:focus {
  outline: 2px solid rgba(30,107,163,0.25);
  border-color: #1e6ba3;
}
.contact-aside {
  background: #f5f8fb;
  border-radius: 16px;
  padding: 24px;
}
.contact-aside h2 {
  margin: 0 0 14px;
  font-size: 22px;
}
.contact-aside p {
  margin: 0 0 12px;
  color: #475569;
  display: flex;
  gap: 10px;
  align-items: flex-start;
}
.contact-aside a { color: #1e6ba3; text-decoration: none; }
.contact-aside a.tig-services-more-btn {
  color: #fff;
}
.contact-aside a.tig-services-more-btn:hover {
  color: #fff;
}

/* ========== BLOG LAYOUT ========== */
.blog-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 280px;
  gap: 32px;
  align-items: start;
}
.blog-detail-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  gap: 32px;
  align-items: start;
}
.blog-sidebar {
  display: grid;
  gap: 18px;
  position: sticky;
  top: 88px;
  align-self: start;
  max-height: calc(100vh - 104px);
  z-index: 2;
}
.blog-side-card {
  background: #fff;
  border: 1px solid #e8eef5;
  border-radius: 16px;
  padding: 18px 18px 14px;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.04);
  display: flex;
  flex-direction: column;
  min-height: 0;
  max-height: calc(100vh - 104px);
}
.blog-side-card h2 {
  margin: 0 0 12px;
  font-size: 16px;
  color: #0f172a;
  flex: 0 0 auto;
}
.blog-side-card p {
  margin: 0 0 10px;
  color: #64748b;
  font-size: 14px;
  line-height: 1.55;
}
.blog-cat-list,
.blog-related-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 8px;
  overflow-y: auto;
  overscroll-behavior: contain;
  min-height: 0;
  flex: 1 1 auto;
  padding-right: 4px;
}
.blog-layout .blog-cat-list {
  max-height: calc(100vh - 170px);
}
.blog-cat-list a {
  display: block;
  padding: 8px 10px;
  border-radius: 10px;
  color: #334155;
  text-decoration: none;
  font-size: 13px;
  background: #f5f8fb;
}
.blog-cat-list a:hover {
  background: #e8f2fa;
  color: #1e6ba3;
}
.blog-related-list a {
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 10px;
  align-items: center;
  text-decoration: none;
  color: #0f172a;
}
.blog-related-list img {
  width: 64px;
  height: 48px;
  object-fit: cover;
  border-radius: 8px;
}
.blog-related-list span {
  font-size: 13px;
  line-height: 1.35;
  font-weight: 600;
}
.blog-side-pill {
  display: inline-flex;
  padding: 8px 12px;
  border-radius: 999px;
  background: #e8f2fa;
  color: #1e6ba3;
  text-decoration: none;
  font-size: 13px;
  font-weight: 600;
}
.blog-crumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  margin: 0 0 14px;
  font-size: 13px;
  color: rgba(255,255,255,0.75);
}
.blog-crumbs a { color: #fff; text-decoration: none; }
.blog-crumbs span:last-child {
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.page-hero--detail .page-eyebrow a {
  color: #ff8a3d;
  text-decoration: none;
}
.blog-detail-meta {
  margin-top: 10px !important;
  color: rgba(255,255,255,0.8) !important;
  font-size: 14px !important;
}
.blog-article-hero {
  border-radius: 18px;
  overflow: hidden;
  margin-bottom: 28px;
  background: #eef2f7;
  aspect-ratio: 16 / 9;
}
.blog-article-hero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.blog-lead {
  font-size: 18px !important;
  color: #334155 !important;
  line-height: 1.65 !important;
}
.blog-cta {
  margin-top: 36px;
  padding: 24px;
  border-radius: 16px;
  background: linear-gradient(135deg, #0b2a45 0%, #1e6ba3 100%);
  color: #fff;
}
.blog-cta h2 {
  margin: 0 0 8px;
  color: #fff;
}
.blog-cta p {
  margin: 0 0 16px;
  color: rgba(255,255,255,0.85);
}
.blog-cta .tig-services-more-btn {
  background: #ff8a3d;
  border-color: #ff8a3d;
}
.blog-inline-faq {
  margin: 12px 0 8px;
  max-width: none;
}
.blog-empty {
  text-align: center;
  color: #64748b;
  padding: 40px 0;
}
.blog-meta-bar {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  padding: 16px 18px;
  border-radius: 14px 14px 0 0;
  background: linear-gradient(135deg, #0b2a45 0%, #1e6ba3 100%);
  color: #fff;
  margin-bottom: 0;
}
.blog-meta-item {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
}
.blog-meta-label {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: rgba(255,255,255,0.8);
  text-transform: uppercase;
}
.blog-meta-item a,
.blog-meta-item > span:last-child {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.blog-meta-item a:hover { color: #ff8a3d; }
.blog-article .blog-article-hero {
  border-radius: 0 0 14px 14px;
  margin-top: 0;
}
.blog-video-block {
  margin: 24px 0;
}
.blog-video-block video {
  width: 100%;
  max-width: 100%;
  border-radius: 12px;
  background: #0f172a;
}
.blog-html {
  color: #334155;
  line-height: 1.75;
  font-size: 16px;
}
.blog-html h1,
.blog-html h2,
.blog-html h3,
.blog-html h4 {
  color: #0f172a;
  margin: 1.6em 0 0.6em;
  line-height: 1.25;
  scroll-margin-top: 100px;
}
.blog-html h2 { font-size: 1.45rem; }
.blog-html h3 { font-size: 1.2rem; }
.blog-html p { margin: 0 0 1em; }
.blog-html ul,
.blog-html ol {
  margin: 0 0 1em;
  padding-left: 1.25em;
}
.blog-html img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
}
.blog-html table {
  width: 100%;
  border-collapse: collapse;
  margin: 1em 0;
  font-size: 14px;
  display: block;
  overflow-x: auto;
}
.blog-html table td,
.blog-html table th {
  border: 1px solid #e2e8f0;
  padding: 8px 10px;
  vertical-align: top;
}
.blog-html a { color: #1e6ba3; }
.blog-html font,
.blog-html span,
.blog-html .MsoNormal,
.blog-html .Heading2Char,
.blog-html .Heading3Char {
  font-family: inherit !important;
  color: inherit !important;
  font-size: inherit !important;
  line-height: inherit !important;
  letter-spacing: inherit !important;
}
.blog-html .row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  margin: 0 0 24px;
}
.blog-html [class*="col-"] {
  width: auto !important;
  max-width: none !important;
  padding: 0 !important;
  float: none !important;
  position: static !important;
}
@media (max-width: 760px) {
  .blog-html .row { grid-template-columns: 1fr; }
}
.blog-toc-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 6px;
  max-height: calc(100vh - 180px);
  overflow-y: auto;
  overscroll-behavior: contain;
}
.blog-toc-list a {
  display: block;
  padding: 8px 10px;
  border-radius: 8px;
  color: #475569;
  text-decoration: none;
  font-size: 13px;
  line-height: 1.35;
  border-left: 3px solid transparent;
}
.blog-toc-list a:hover,
.blog-toc-list a.toc-active {
  background: #eef6fc;
  color: #1e6ba3;
  border-left-color: #ff8a3d;
}
.blog-toc-list li.toc-h3 a { padding-left: 18px; font-size: 12px; }
.toc-empty { color: #94a3b8; font-size: 13px; }
.blog-related-list small {
  display: block;
  margin-top: 4px;
  color: #94a3b8;
  font-weight: 500;
  font-size: 12px;
}
.blog-inquiry {
  margin-top: 36px;
  padding: 28px;
  border-radius: 16px;
  background: #f4f8fc;
  border: 1px solid #e2eaf3;
  text-align: center;
}
.blog-inquiry h2 {
  margin: 0 0 8px;
  font-size: 24px;
  color: #0f172a;
}
.blog-inquiry p {
  margin: 0 0 18px;
  color: #64748b;
}
@media (max-width: 980px) {
  .blog-meta-bar {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 640px) {
  .blog-meta-bar {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 980px) {
  .blog-layout,
  .blog-detail-layout {
    grid-template-columns: 1fr;
  }
  .blog-sidebar {
    position: static;
    max-height: none;
    order: 0;
  }
  .blog-side-card {
    max-height: none;
  }
  .blog-layout .blog-cat-list {
    max-height: none;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 640px) {
  .blog-layout .blog-cat-list {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 980px) {
  .page-card-grid,
  .page-card-grid--dept,
  .page-card-grid--disease,
  .page-card-grid--doctors,
  .page-card-grid--hospitals,
  .contact-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 640px) {
  .page-card-grid,
  .page-card-grid--dept,
  .page-card-grid--disease,
  .page-card-grid--doctors,
  .page-card-grid--hospitals,
  .contact-grid {
    grid-template-columns: 1fr;
  }
}

/* ========== DEPARTMENT DETAILS ========== */
.dept-gallery {
  margin-bottom: 28px;
}
.dept-gallery-main {
  border-radius: 16px;
  overflow: hidden;
  background: #eef2f7;
  aspect-ratio: 16 / 9;
}
.dept-gallery-main img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.dept-gallery-thumbs {
  display: flex;
  gap: 8px;
  margin-top: 10px;
  overflow-x: auto;
  padding-bottom: 4px;
}
.dept-gallery-thumbs button {
  flex: 0 0 88px;
  width: 88px;
  height: 64px;
  padding: 0;
  border: 2px solid transparent;
  border-radius: 10px;
  overflow: hidden;
  cursor: pointer;
  background: #eef2f7;
}
.dept-gallery-thumbs button.is-active {
  border-color: #1e6ba3;
}
.dept-gallery-thumbs img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.dept-block-title {
  margin: 36px 0 16px;
  font-size: 24px;
  color: #0f172a;
}
.dept-videos {
  margin: 32px 0 8px;
}
.dept-videos h2 {
  margin: 0 0 16px;
  font-size: 24px;
  color: #0f172a;
}
.dept-video-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.dept-video {
  position: relative;
  aspect-ratio: 16 / 9;
  border-radius: 12px;
  overflow: hidden;
  background: #0f172a;
}
.dept-video iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.dept-contact {
  margin-top: 36px;
  padding: 28px;
  border-radius: 16px;
  background: #f4f8fc;
  border: 1px solid #e2eaf3;
}
.dept-contact h2 {
  margin: 0 0 8px;
  font-size: 24px;
  color: #0f172a;
}
.dept-contact > p {
  margin: 0 0 18px;
  color: #64748b;
}
.dept-contact-form {
  background: #fff;
}
.dept-contact-form {
  grid-template-columns: 1fr 1fr;
}
.dept-contact-form label:nth-of-type(n+5),
.dept-contact-form .tig-recaptcha-wrap,
.dept-contact-form .contact-agree,
.dept-contact-form .tig-services-more-btn {
  grid-column: 1 / -1;
}
.tig-recaptcha-wrap {
  margin: 4px 0 2px;
}
.form-error,
.form-error-list .form-error {
  margin: 0 0 8px;
  color: #b91c1c;
  font-size: 14px;
  font-weight: 600;
}
.form-error-list {
  margin: 0 0 14px;
}
.contact-agree {
  display: flex !important;
  align-items: flex-start;
  gap: 10px;
  font-weight: 500 !important;
  color: #475569;
}
.contact-agree input {
  margin-top: 3px;
  width: 16px;
  height: 16px;
}
.contact-agree a {
  color: #1e6ba3;
  text-decoration: none;
}
.form-success {
  background: #ecfdf5;
  color: #047857;
  border: 1px solid #a7f3d0;
  border-radius: 10px;
  padding: 12px 14px;
  margin: 0 0 16px;
  font-weight: 600;
}
button.tig-services-more-btn {
  border: none;
  cursor: pointer;
  font-family: inherit;
}
.dept-side-btn {
  margin-top: 14px;
  width: 100%;
  color: #fff;
}
.blog-sidebar--detail {
  overflow-y: auto;
  overscroll-behavior: contain;
}
.page-section--dept-detail .blog-side-card {
  max-height: none;
}
.page-section--dept-detail .blog-cat-list {
  max-height: min(280px, 36vh);
}
.page-section--dept-detail .blog-related-list {
  overflow: visible;
  flex: none;
}
.blog-cat-list a.is-active {
  background: #1e6ba3;
  color: #fff;
}
.blog-side-card.contact-aside {
  background: #f5f8fb;
}
.dept-doctors {
  background: #f5f8fb;
  padding-top: 32px;
}
.dept-doctors-grid .tig-doctor-card {
  flex: none;
  width: 100%;
  min-width: 0;
}
@media (max-width: 640px) {
  .dept-contact-form,
  .dept-video-grid {
    grid-template-columns: 1fr;
  }
}

/* ========== DOCTOR / WRITER / HOSPITAL / LEGAL DETAILS ========== */
.doc-profile {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 28px;
  align-items: start;
  margin-bottom: 12px;
}
.doc-photo {
  border-radius: 16px;
  overflow: hidden;
  background: #eef2f7;
  aspect-ratio: 3 / 4;
}
.doc-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.doc-facts h2 {
  margin: 0 0 10px;
  font-size: 28px;
  color: #0f172a;
}
.doc-facts .tig-doctor-dept {
  display: inline-block;
  margin-bottom: 10px;
}
.doc-facts .tig-doctor-role,
.doc-facts .tig-doctor-loc,
.doc-facts .tig-doctor-hospitals {
  margin: 0 0 8px;
}
.doc-social {
  display: flex;
  gap: 10px;
  margin-top: 16px;
}
.doc-social a {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #1e6ba3;
  color: #fff;
  text-decoration: none;
}
.doc-social a:hover { background: #ff8a3d; }
.doc-tabs {
  margin-top: 4px;
}
.doc-tab-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 24px;
  padding: 6px;
  border-radius: 14px;
  background: #f4f8fc;
  border: 1px solid #e2eaf3;
}
.doc-tab {
  appearance: none;
  border: 0;
  background: transparent;
  color: #334155;
  font-family: inherit;
  font-size: 14px;
  font-weight: 600;
  padding: 10px 16px;
  border-radius: 10px;
  cursor: pointer;
  line-height: 1.2;
}
.doc-tab:hover {
  color: #1e6ba3;
  background: #fff;
}
.doc-tab.is-active {
  background: #1e6ba3;
  color: #fff;
}
.doc-tab-panel { display: none; }
.doc-tab-panel.is-active { display: block; }
.doc-tab-panel .dept-contact {
  margin-top: 0;
}
.doc-hospital-card {
  display: block;
  margin-top: 8px;
  max-width: 360px;
  text-decoration: none;
}
@media (max-width: 640px) {
  .doc-tab-bar {
    flex-wrap: nowrap;
    overflow-x: auto;
  }
  .doc-tab {
    flex: 0 0 auto;
    white-space: nowrap;
  }
}
.writer-blog-grid {
  margin-top: 8px;
}
.legal-page {
  max-width: 920px;
}
.custom-page-block {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 28px;
  align-items: start;
  margin-bottom: 36px;
}
.custom-page-block--alt {
  grid-template-columns: 0.8fr 1.2fr;
}
.custom-page-image {
  border-radius: 16px;
  overflow: hidden;
  background: #eef2f7;
}
.custom-page-image img {
  width: 100%;
  height: auto;
  display: block;
}
@media (max-width: 860px) {
  .doc-profile,
  .custom-page-block,
  .custom-page-block--alt {
    grid-template-columns: 1fr;
  }
  .doc-photo {
    max-width: 280px;
    margin: 0 auto;
  }
}

body.yt-modal-lock { overflow: hidden; }
.yt-modal {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: grid;
  place-items: center;
  padding: 24px;
}
.yt-modal[hidden] { display: none; }
.yt-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(7, 21, 37, 0.72);
}
.yt-modal-dialog {
  position: relative;
  width: min(920px, 100%);
  z-index: 1;
}
.yt-modal-close {
  position: absolute;
  top: -44px;
  right: 0;
  width: 36px;
  height: 36px;
  border: 0;
  border-radius: 50%;
  background: #fff;
  color: #0f172a;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
}
.yt-modal-frame {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: 16px;
  overflow: hidden;
  background: #000;
  box-shadow: 0 24px 60px rgba(0,0,0,0.35);
}
.yt-modal-frame iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
