:root {
  --gdc-spacer: 16px;
  --gdc-radius-lg: 20px;
  --bs-space-0: 0;
  --bs-space-1: 0.25rem;
  --bs-space-2: 0.5rem;
  --bs-space-3: 1rem;
  --bs-space-4: 1.5rem;
  --bs-space-5: 3rem;
}
/* Base typography (Bootstrap-like) */
body {
  font-family: "Manrope", sans-serif !important;
  font-size: 16px !important;
  line-height: 1.5 !important;
  color: #111318 !important;
  font-weight: 400 !important;
}

/* Display Styles */
.display-1 {
  font-size: 80px !important;
  line-height: 1.2 !important;
  font-weight: 400 !important;
}
.display-2 {
  font-size: 72px !important;
  line-height: 1.2 !important;
  font-weight: 400 !important;
}
.display-3 {
  font-size: 64px !important;
  line-height: 1.2 !important;
  font-weight: 400 !important;
}
.display-4 {
  font-size: 56px !important;
  line-height: 1.2 !important;
  font-weight: 400 !important;
}
.display-5 {
  font-size: 48px !important;
  line-height: 1.2 !important;
  font-weight: 400 !important;
}
.display-6 {
  font-size: 40px !important;
  line-height: 1.2 !important;
  font-weight: 400 !important;
}

/* Headings */
h1, .h1 {
  font-family: "Manrope", sans-serif !important;
  font-size: 40px !important;
  line-height: 1.2 !important;
  font-weight: 400 !important;
}
h2, .h2 {
  font-family: "Manrope", sans-serif !important;
  font-size: 32px !important;
  line-height: 1.2 !important;
  font-weight: 500 !important;
}
h3, .h3 {
  font-family: "Manrope", sans-serif !important;
  font-size: 28px !important;
  line-height: 1.2 !important;
  font-weight: 500 !important;
}
h4, .h4 {
  font-family: "Manrope", sans-serif !important;
  font-size: 24px !important;
  line-height: 1.5 !important;
  font-weight: 500 !important;
}
h5, .h5 {
  font-family: "Manrope", sans-serif !important;
  font-size: 20px !important;
  line-height: 1.5 !important;
  font-weight: 500 !important;
}
h6, .h6 {
  font-family: "Manrope", sans-serif !important;
  font-size: 16px !important;
  line-height: 1.2 !important;
  font-weight: 500 !important;
}

/* Body & Utilities */
.lead {
  font-size: 20px !important;
  line-height: 1.5 !important;
  font-weight: 500 !important;
}
small, .small {
  font-size: 14px !important;
  line-height: 1.5 !important;
}
code {
  font-family: "Roboto Mono", monospace !important;
  font-size: 14px !important;
  line-height: 1.5 !important;
}

p { margin: 0 0 1rem !important; color: inherit; }
.m-0 { margin: var(--bs-space-0) !important; }
.m-1 { margin: var(--bs-space-1) !important; }
.m-2 { margin: var(--bs-space-2) !important; }
.m-3 { margin: var(--bs-space-3) !important; }
.m-4 { margin: var(--bs-space-4) !important; }
.m-5 { margin: var(--bs-space-5) !important; }
.mt-0 { margin-top: var(--bs-space-0) !important; }
.mt-1 { margin-top: var(--bs-space-1) !important; }
.mt-2 { margin-top: var(--bs-space-2) !important; }
.mt-3 { margin-top: var(--bs-space-3) !important; }
.mt-4 { margin-top: var(--bs-space-4) !important; }
.mt-5 { margin-top: var(--bs-space-5) !important; }
.mb-0 { margin-bottom: var(--bs-space-0) !important; }
.mb-1 { margin-bottom: var(--bs-space-1) !important; }
.mb-2 { margin-bottom: var(--bs-space-2) !important; }
.mb-3 { margin-bottom: var(--bs-space-3) !important; }
.mb-4 { margin-bottom: var(--bs-space-4) !important; }
.mb-5 { margin-bottom: var(--bs-space-5) !important; }
.ms-0 { margin-left: var(--bs-space-0) !important; }
.ms-1 { margin-left: var(--bs-space-1) !important; }
.ms-2 { margin-left: var(--bs-space-2) !important; }
.ms-3 { margin-left: var(--bs-space-3) !important; }
.ms-4 { margin-left: var(--bs-space-4) !important; }
.ms-5 { margin-left: var(--bs-space-5) !important; }
.me-0 { margin-right: var(--bs-space-0) !important; }
.me-1 { margin-right: var(--bs-space-1) !important; }
.me-2 { margin-right: var(--bs-space-2) !important; }
.me-3 { margin-right: var(--bs-space-3) !important; }
.me-4 { margin-right: var(--bs-space-4) !important; }
.me-5 { margin-right: var(--bs-space-5) !important; }
.mx-0 { margin-left: var(--bs-space-0) !important; margin-right: var(--bs-space-0) !important; }
.mx-1 { margin-left: var(--bs-space-1) !important; margin-right: var(--bs-space-1) !important; }
.mx-2 { margin-left: var(--bs-space-2) !important; margin-right: var(--bs-space-2) !important; }
.mx-3 { margin-left: var(--bs-space-3) !important; margin-right: var(--bs-space-3) !important; }
.mx-4 { margin-left: var(--bs-space-4) !important; margin-right: var(--bs-space-4) !important; }
.mx-5 { margin-left: var(--bs-space-5) !important; margin-right: var(--bs-space-5) !important; }
.my-0 { margin-top: var(--bs-space-0) !important; margin-bottom: var(--bs-space-0) !important; }
.my-1 { margin-top: var(--bs-space-1) !important; margin-bottom: var(--bs-space-1) !important; }
.my-2 { margin-top: var(--bs-space-2) !important; margin-bottom: var(--bs-space-2) !important; }
.my-3 { margin-top: var(--bs-space-3) !important; margin-bottom: var(--bs-space-3) !important; }
.my-4 { margin-top: var(--bs-space-4) !important; margin-bottom: var(--bs-space-4) !important; }
.my-5 { margin-top: var(--bs-space-5) !important; margin-bottom: var(--bs-space-5) !important; }
.p-0 { padding: var(--bs-space-0) !important; }
.p-1 { padding: var(--bs-space-1) !important; }
.p-2 { padding: var(--bs-space-2) !important; }
.p-3 { padding: var(--bs-space-3) !important; }
.p-4 { padding: var(--bs-space-4) !important; }
.p-5 { padding: var(--bs-space-5) !important; }
.pt-0 { padding-top: var(--bs-space-0) !important; }
.pt-1 { padding-top: var(--bs-space-1) !important; }
.pt-2 { padding-top: var(--bs-space-2) !important; }
.pt-3 { padding-top: var(--bs-space-3) !important; }
.pt-4 { padding-top: var(--bs-space-4) !important; }
.pt-5 { padding-top: var(--bs-space-5) !important; }
.pb-0 { padding-bottom: var(--bs-space-0) !important; }
.pb-1 { padding-bottom: var(--bs-space-1) !important; }
.pb-2 { padding-bottom: var(--bs-space-2) !important; }
.pb-3 { padding-bottom: var(--bs-space-3) !important; }
.pb-4 { padding-bottom: var(--bs-space-4) !important; }
.pb-5 { padding-bottom: var(--bs-space-5) !important; }
.ps-0 { padding-left: var(--bs-space-0) !important; }
.ps-1 { padding-left: var(--bs-space-1) !important; }
.ps-2 { padding-left: var(--bs-space-2) !important; }
.ps-3 { padding-left: var(--bs-space-3) !important; }
.ps-4 { padding-left: var(--bs-space-4) !important; }
.ps-5 { padding-left: var(--bs-space-5) !important; }
.pe-0 { padding-right: var(--bs-space-0) !important; }
.pe-1 { padding-right: var(--bs-space-1) !important; }
.pe-2 { padding-right: var(--bs-space-2) !important; }
.pe-3 { padding-right: var(--bs-space-3) !important; }
.pe-4 { padding-right: var(--bs-space-4) !important; }
.pe-5 { padding-right: var(--bs-space-5) !important; }
.px-0 { padding-left: var(--bs-space-0) !important; padding-right: var(--bs-space-0) !important; }
.px-1 { padding-left: var(--bs-space-1) !important; padding-right: var(--bs-space-1) !important; }
.px-2 { padding-left: var(--bs-space-2) !important; padding-right: var(--bs-space-2) !important; }
.px-3 { padding-left: var(--bs-space-3) !important; padding-right: var(--bs-space-3) !important; }
.px-4 { padding-left: var(--bs-space-4) !important; padding-right: var(--bs-space-4) !important; }
.px-5 { padding-left: var(--bs-space-5) !important; padding-right: var(--bs-space-5) !important; }
.py-0 { padding-top: var(--bs-space-0) !important; padding-bottom: var(--bs-space-0) !important; }
.py-1 { padding-top: var(--bs-space-1) !important; padding-bottom: var(--bs-space-1) !important; }
.py-2 { padding-top: var(--bs-space-2) !important; padding-bottom: var(--bs-space-2) !important; }
.py-3 { padding-top: var(--bs-space-3) !important; padding-bottom: var(--bs-space-3) !important; }
.py-4 { padding-top: var(--bs-space-4) !important; padding-bottom: var(--bs-space-4) !important; }
.py-5 { padding-top: var(--bs-space-5) !important; padding-bottom: var(--bs-space-5) !important; }

.gdc-container {
  max-width: 1296px;
  margin: 0 auto;
}

.gdc-hero {
  background: #dcc8ad;
  background: radial-gradient(37.74% 111.42% at 75.45% 100%, #e7dac4 0%, rgba(231, 218, 196, 0) 100%), #dcc8ad;
  background-blend-mode: overlay;
}

.gdc-hero-grid {
  gap: 56px;
  align-items: end;
}

.gdc-hero-sub {
  font-size: 18px;
  margin: 12px 0 20px;
}

.gdc-hero-visual {
  align-self: end;
  display: flex;
  justify-content: flex-end;
  padding-bottom: 0;
  position: relative;
  height: 520px;
  max-width: 520px;
  overflow: hidden;
}

.gdc-hero-visual img {
  object-fit: cover;
  object-position: 50% 35%;
  position: relative;
  bottom: auto;
  transform: translateY(20px);
}
.gdc-services-strip {
  position: relative;
  overflow: hidden;
  padding: 32px 48px 28px;
  background: var(--GDC-Linen-100, #f1eadf);
  border-radius: 0;
}
.gdc-services-track {
  display: flex;
  gap: 18px;
  align-items: stretch;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding: 4px;
  scrollbar-width: none; /* Firefox */
}
.gdc-services-track::-webkit-scrollbar {
  display: none;
}
.gdc-service-card {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  flex: 0 0 40%;
  max-width: 480px;
  min-width: 320px;
  height: 420px;
  scroll-snap-align: start;
  position: relative;
  background: #fff;
  border-radius: 12px;
  padding: 24px 22px 28px;
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.12);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center 22%;
  overflow: hidden;
}
.gdc-service-badge {
  position: absolute;
  top: 12px;
  right: 12px;
  background: #d7b9a3;
  color: #fff;
  font-size: 12px;
  padding: 4px 8px;
  border-radius: 999px;
}
.gdc-service-title {
  font-size: 22px;
  margin: auto 0 6px;
}
.gdc-service-desc {
  font-size: 15px;
  color: #3f3a35;
  margin: 0 0 12px;
}
.gdc-service-cta-icon {
  position: absolute;
  bottom: 18px;
  right: 18px;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 1px solid #c9b199;
  color: #c9b199;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  line-height: 1;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}
.gdc-service-cta-icon:hover {
  background: #c9b199;
  color: #fff;
}
.gdc-service-overlay {
  /* Changed from absolute overlay to expandable content */
  display: block;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.4s ease, opacity 0.3s ease;
  background: transparent;
  color: #3f3a35;
  padding: 0; /* Reset padding */
  margin-top: 0;
}

.gdc-service-overlay-content {
  padding-right: 0;
  max-height: none;
  overflow: visible;
}

/* Hide duplicate title inside overlay */
.gdc-service-overlay-content h4 {
  display: none;
}

.gdc-service-overlay-content p,
.gdc-service-overlay-content li {
  margin: 0 0 6px;
  font-size: 14px;
  line-height: 1.5;
  color: #3f3a35;
}

.gdc-service-overlay-content ul {
  padding-left: 18px;
  margin: 0;
}

/* Hover state triggered ONLY by button hover */
.gdc-service-card:has(.gdc-service-cta-icon:hover) .gdc-service-overlay,
.gdc-service-card.is-open .gdc-service-overlay {
  max-height: 500px; /* Allow expansion */
  opacity: 1;
  margin-top: 12px;
}

/* Button styling updates */
.gdc-service-cta-icon {
  position: absolute;
  bottom: 18px;
  right: 18px;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 1px solid #c9b199;
  color: #c9b199;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0; /* Hide default text content */
  line-height: 1;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  z-index: 10;
  transition: all 0.2s ease;
}

.gdc-service-cta-icon::before {
  content: '+';
  font-size: 20px;
  font-weight: 400;
}

.gdc-service-cta-icon:hover::before,
.gdc-service-card.is-open .gdc-service-cta-icon::before {
  content: '-';
}

.gdc-service-cta-icon:hover,
.gdc-service-card.is-open .gdc-service-cta-icon {
  background: #c9b199;
  color: #fff;
}

/* Ensure card handles expansion gracefully */
.gdc-service-card {
  transition: all 0.3s ease;
  height: auto; /* Allow growth */
  min-height: 420px;
}

.gdc-service-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}
.gdc-service-header-btn {
  display: flex;
}
.gdc-slider-btn {
  position: relative;
  transform: none;
  background: #F5F5F5;
  border: none;
  color: #000000;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: none;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  transition: all 0.2s ease;
  line-height: 1;
}
.gdc-slider-btn:hover {
  background: #c9b199;
  color: #fff;
}
.gdc-slider-btn--prev {
  margin-right: 12px;
}
.gdc-slider-btn--next {
  margin-right: 0;
}
.gdc-grid {
  display: grid;
  gap: 18px;
  align-items: center;
}
.gdc-grid-3 {
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
}
.gdc-grid-4 {
  grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
}
/* Doctors grid */
.gdc-grid-doctors {
  display: grid;
  gap: 32px;
  width: min(1360px, 100%);
  margin: 0 auto;
  grid-template-columns: repeat(4, minmax(0, 1fr)); /* Removed !important to allow override */
  justify-content: flex-start;
  align-items: start;
  grid-auto-rows: 1fr;
}

.gdc-card-person {
  width: 100% !important;
  max-width: 306px !important;
  min-height: 454px !important;
  padding: 14px;
  gap: 10px;
  position: relative;
  display: flex;
  flex-direction: column;
}

.gdc-card-person .gdc-card-media {
  width: 100%;
  height: 306px;
  border-radius: 12px;
  background-size: cover;
  /* background-position: center; */
}

.gdc-card-title {
  font-size: 17px;
  margin: 4px 0;
}

.gdc-card-meta {
  font-size: 13px;
  color: #6a6057;
  margin: 0;
}

.gdc-card-text {
  font-size: 14px;
  color: #4f463f;
  margin: 4px 0 0;
}

.gdc-card-person .gdc-card-meta,
.gdc-card-person .gdc-card-text {
  line-height: 1.35;
}

/* Card actions (buttons) */
.gdc-card-actions {
  margin-top: auto;
  padding-top: 12px;
  display: flex;
  gap: 10px;
  align-items: center;
}

.gdc-btn-black {
  background: #111318;
  color: #fff;
  padding: 8px 16px;
  border-radius: 999px;
  font-size: 13px;
  text-decoration: none;
  transition: background 0.2s;
  border: 1px solid #111318;
}

.gdc-btn-black:hover {
  background: #333;
  color: #fff;
}

.gdc-link-details {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 24px;
  border: 1px solid #111318;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 500;
  color: #111318;
  background: #fff;
  text-decoration: none;
  transition: all 0.2s ease;
}

.gdc-link-details:hover {
  background: #111318;
  color: #fff;
}

.gdc-btn-outline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 14px;
  border: 1px solid #111318;
  border-radius: 999px;
  font-size: 14px;
  color: #111318;
  text-decoration: none;
  background: #fff;
  width: fit-content;
  margin-top: auto;
  position: static;
}

.gdc-btn-outline:hover {
  background: #111318;
  color: #fff;
}

/* All Doctors link container */
.gdc-all-doctors-wrapper {
  text-align: center;
  margin-top: 32px;
  width: 100%;
  grid-column: 1 / -1;
}

.gdc-all-doctors-link {
  font-size: 16px;
  font-weight: 600;
  color: #111318;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.gdc-all-doctors-link:hover {
  text-decoration: underline;
}

.gdc-card-ghost {
  visibility: hidden;
  pointer-events: none;
  min-height: 454px;
}

/* "All doctors" Card Styles */
.gdc-card-all {
  width: 100% !important;
  max-width: 306px !important;
  min-height: 454px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border: 1px solid #e6e0d7 !important;
  border-radius: 12px !important;
  background: #fff !important;
  align-self: stretch;
}

.gdc-card-all-inner {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 16px;
  font-weight: 600;
  color: #2f2822;
}

.gdc-card-all-icon {
  font-size: 16px;
}

.gdc-card-link {
  position: absolute;
  inset: 0;
}
.gdc-clinics {
  padding: 60px 0;
}
/* Force Flexbox layout for clinics row to override theme floats/tables */
.gdc-clinics .row {
  display: flex !important;
  flex-wrap: wrap !important;
  margin-left: -15px;
  margin-right: -15px;
}
.gdc-clinics .col {
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}
@media (min-width: 850px) {
  .gdc-clinics .col.medium-4 {
    width: 33.3333% !important;
    flex: 0 0 33.3333% !important;
    max-width: 33.3333% !important;
  }
  .gdc-clinics .col.medium-8 {
    width: 66.6666% !important;
    flex: 0 0 66.6666% !important;
    max-width: 66.6666% !important;
  }
}
.clinic-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 48px;
}
.clinic-num {
  flex: 0 0 32px;
  width: 32px;
  height: 32px;
  background: #F1EADF;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  color: #111318;
  font-size: 14px;
  margin-right: 16px;
  margin-top: 4px; /* Align with first line of text */
}
.clinic-content {
  flex: 1;
}
.clinic-address {
  color: #4f463f;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 8px;
}
.clinic-phone {
  display: flex;
  align-items: center;
  color: #111318;
  font-size: 16px;
  margin-bottom: 16px;
  font-weight: 600;
}
.clinic-phone i {
  margin-right: 8px;
  font-size: 14px;
}
.clinic-btn {
  display: inline-flex;
  align-items: center;
  padding: 8px 20px;
  border: 1px solid #e0e0e0;
  border-radius: 999px;
  background: #fff;
  color: #111318;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.2s ease;
}
.clinic-btn:hover {
  border-color: #111318;
  background: #111318;
  color: #fff;
}

/* Aliases for user's manual HTML structure (gdc- prefix) */
.gdc-clinic-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 48px;
}
.gdc-num {
  flex: 0 0 32px;
  width: 32px;
  height: 32px;
  background: #F1EADF;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  color: #111318;
  font-size: 14px;
  margin-right: 16px;
  margin-top: 4px;
}
.gdc-info {
  flex: 1;
}
.gdc-address {
  color: #4f463f;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 8px;
}
.gdc-phone {
  display: flex;
  align-items: center;
  color: #111318;
  font-size: 16px;
  margin-bottom: 16px;
  font-weight: 600;
}
.gdc-phone-icon {
  margin-right: 8px;
  font-size: 14px;
}
.gdc-btn {
  display: inline-flex;
  align-items: center;
  padding: 8px 20px;
  border: 1px solid #e0e0e0;
  border-radius: 999px;
  background: #fff;
  color: #111318;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.2s ease;
}
.gdc-btn:hover {
  border-color: #111318;
  background: #111318;
  color: #fff;
}

.map-container {
  border-radius: 12px;
  overflow: hidden;
  height: 100%;
  min-height: 600px;
  position: relative;
}
.map-container iframe {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 600px;
  border: none;
}
.gdc-stats {
  padding: 40px 0;
}
.gdc-stats-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 16px;
  text-align: center;
}
.gdc-stat-number {
  font-size: 26px;
  font-weight: 700;
}
.gdc-stat-label {
  font-size: 14px;
  color: #4b433d;
}
.gdc-stat-icon {
  width: 34px;
  height: 34px;
  object-fit: contain;
  margin-bottom: 6px;
}
.gdc-slider {
  position: relative;
  overflow-x: auto;
  padding: 4px 52px 4px 16px;
  scrollbar-width: none; /* Firefox */
}
.gdc-slider::-webkit-scrollbar {
  display: none;
}
.gdc-slider-testimonials .gdc-slider-track {
  gap: 24px;
}
.gdc-slider-track {
  display: flex;
  gap: 18px;
  min-width: 100%;
}
.gdc-testimonial-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 12px;
  padding: 12px 0;
}
.gdc-testimonial-header-btn {
  display: flex;
}
.gdc-card-testimonial {
  min-width: 1040px;
  max-width: 1040px;
  height: auto;
  padding: calc(var(--gdc-spacer) * 1.5); /* Spacer * 1.5 */
  border-radius: var(--gdc-radius-lg); /* Radius LG */
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  gap: 24px;
  background-color: white; /* Fixed double semicolon */
}
.gdc-card-header {
  display: flex;
  gap: 12px;
  align-items: center;
}
.gdc-avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-size: cover;
  background-position: center;
}
.gdc-rating span {
  color: #d7b9a3;
}
.gdc-logos {
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 18px;
  align-items: stretch;
}
.gdc-logo-item {
  background: #f7f5f1;
  border-radius: 12px;
  padding: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 140px;
}
.gdc-logos img {
  width: 100%;
  height: auto;
  max-height: 100px;
  object-fit: contain;
  filter: grayscale(0.1);
}
.gdc-card-photo .gdc-card-media {
  aspect-ratio: 4/3;
}
.gdc-gallery-split {
  display: grid;
  grid-template-columns: repeat(2, minmax(320px, 1fr));
  gap: 28px 36px;
  justify-items: center;
  align-items: start;
}
.gdc-gallery-split .gdc-card-photo {
  width: 628px;
  max-width: 100%;
}
.gdc-card-photo .gdc-card-media {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  /* background-color: #f0f0f0; */
  border-radius: 12px;
}
.gdc-gallery-split .gdc-card-photo:nth-child(odd) {
  align-self: center;
}
.gdc-gallery-split .gdc-card-photo:nth-child(even) {
  align-self: start;
}
.gdc-why {
  padding: 0;
}

.gdc-why-hero {
  position: relative;
  min-height: 400px;
  background-size: cover !important;
  background-position: center 30% !important;
  background-repeat: no-repeat !important;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 80px 48px;
  margin-bottom: 48px;
  overflow: hidden;
}

.gdc-why-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  mask-image: linear-gradient(to bottom, transparent 0%, rgba(0,0,0,0.1) 20%, black 100%);
  -webkit-mask-image: linear-gradient(to bottom, transparent 0%, rgba(0,0,0,0.1) 20%, black 100%);
  z-index: 1;
}

.gdc-why-hero::after {
  display: none;
}

.gdc-why-hero-title {
  position: relative;
  z-index: 2;
  font-size: 48px;
  font-weight: 700;
  color: #111318;
  margin: 0;
  padding: 0;
  line-height: 1.2;
}

.gdc-why-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 48px;
  max-width: 1296px;
  margin: 0 auto 32px;
  padding: 0 48px;
}

.gdc-why-card {
  background: #fff;
  border-radius: 14px;
  display: grid;
  /* margin: 16px; */
  gap: 12px;
}

.gdc-why-card h3 {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  color: #111318;
}

.gdc-why-card p {
  margin: 0;
  color: #4f463f;
  line-height: 1.5;
  font-size: 15px;
}

.gdc-why-icon {
  width: 42px;
  height: 42px;
  object-fit: contain;
  margin-bottom: 4px;
}

.gdc-why-icon-bi {
  font-size: 32px;
  color: #111318;
  margin-bottom: 12px;
  display: inline-block;
  line-height: 1;
}

.gdc-why-btn-wrapper {
  display: flex;
  justify-content: center;
  gap: 16px;
  padding: 32px 48px;
}

.gdc-why-btn-wrapper .gdc-btn-outline {
  background: #111318;
  color: #fff;
  border-color: #111318;
  padding: 8px 12px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 999px;
  border-width: 1px;
  cursor: pointer;
  min-width: 171px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.gdc-why-btn-wrapper .gdc-btn-outline:hover {
  background: #2f2f2f;
  border-color: #2f2f2f;
}

/* Social Connect Section */
.gdc-social-connect {
  background-color: #f7f5f1;
  padding: 60px 20px;
  text-align: center;
}

.gdc-social-title {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 24px;
  color: #111318;
}

.gdc-social-icons {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.gdc-social-icon {
  font-size: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  transition: transform 0.2s ease;
  text-decoration: none;
}

.gdc-social-icon:hover {
  transform: translateY(-2px);
}

/* Brand Colors */
.gdc-social-icon.facebook {
  color: #1877f2;
}

.gdc-social-icon.instagram {
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent; /* Fallback */
}

.gdc-social-icon.youtube {
  color: #ff0000;
}

.gdc-social-icon.twitter {
  color: #000000;
}

.gdc-social-icon.linkedin {
  color: #0a66c2;
}

.gdc-social-icon.default {
  color: #111318;
}

/* Working Hours Section */
.gdc-working-hours {
  background-color: #fff;
}

.gdc-hours-card {
  background-color: #F1EADF;
  border-radius: 20px;
  overflow: hidden;
  max-width: 1296px;
  margin: 0 auto;
}

/* Ensure flex layout works */
.gdc-hours-card > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.gdc-hours-title {
  font-size: 32px;
  margin-bottom: 24px;
  color: #111318;
}

.gdc-hours-days,
.gdc-hours-time {
  font-size: 18px;
  color: #4b433d;
  margin-bottom: 8px;
}

.gdc-hours-time {
  margin-bottom: 32px;
  font-weight: 600;
}

.gdc-hours-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #111318;
  color: #fff;
  padding: 12px 32px;
  border-radius: 999px;
  font-weight: 600;
  text-decoration: none;
  width: fit-content;
  transition: background-color 0.2s;
}

.gdc-hours-btn:hover {
  background-color: #333;
  color: #fff;
}

.gdc-hours-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: 300px;
}

@media (max-width: 1200px) {
  .gdc-grid-doctors {
    grid-template-columns: repeat(3, minmax(240px, 306px));
  }
  .gdc-card-testimonial {
    min-width: 820px;
    max-width: 820px;
    height: auto;
  }
  .gdc-service-card {
    flex: 0 0 55%;
  }
}
@media (max-width: 960px) {
  .gdc-hero-grid {
    grid-template-columns: 1fr;
  }
  /* Make hero display-4 look like h2 on tablet/mobile */
  .gdc-hero .display-4 {
    font-size: 32px !important; /* h2 size */
    font-weight: 500 !important; /* h2 weight */
    line-height: 1.2 !important;
  }
  /* Tablet/Mobile Doctors Grid */
  .gdc-grid-doctors {
    grid-template-columns: repeat(2, 1fr) !important;
    justify-content: center;
    gap: 20px !important;
  }
  
  /* Mobile/Tablet Card Styling */
  .gdc-card-person {
    min-height: auto !important;
    padding: 0 !important;
    gap: 8px;
  }
  
  /* Image height for mobile/tablet */
  .gdc-card-person .gdc-card-media {
    height: 240px !important; /* More visible image like in screenshot */
    margin-bottom: 8px;
  }
  
  /* Hide Book Appointment button on mobile/tablet - Increased specificity */
  .gdc-card-actions .gdc-btn-black {
    display: none !important;
  }
  
  /* Style details link as a button */
  .gdc-link-details {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 20px;
    border: 1px solid #111318;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 600;
    color: #111318;
    background: #fff;
    width: auto;
    margin-top: 4px;
  }
  
  .gdc-clinics-inner {
    grid-template-columns: 1fr;
  }
  .gdc-gallery-split {
    grid-template-columns: 1fr;
  }
  .gdc-card-testimonial {
    min-width: 100%;
    max-width: 100%;
    height: auto;
  }
  .gdc-services-strip {
    padding: 20px 16px 16px;
  }
  .gdc-service-card {
    flex: 0 0 75%;
    min-width: 260px;
    height: 420px;
  }
  .gdc-slider-btn {
    top: -14px;
  }
  .gdc-why-hero {
    min-height: 300px;
    padding: 60px 24px;
  }
  .gdc-why-hero-title {
    font-size: 36px;
  }
  .gdc-why-grid {
    grid-template-columns: 1fr;
    padding: 0 20px;
  }
  
  /* Mobile hours layout */
  .gdc-hours-card > div {
    flex-direction: column;
  }
  .gdc-hours-img {
    height: 250px;
    width: 100%;
  }
  .gdc-hours-title {
    font-size: 24px;
    margin-bottom: 16px;
  }
}
@media (max-width: 640px) {
  .gdc-grid-doctors {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 16px !important;
    padding: 0 10px;
  }
  .gdc-card-person {
    grid-column: auto !important;
    grid-row: auto !important;
    min-width: 0 !important;
    width: 100% !important;
    max-width: none !important;
    min-height: auto !important;
    padding: 0 !important;
  }
  
  /* Mobile "All doctors" link style (reset card styles) */
  .gdc-card-all {
    order: 999 !important;
    grid-column: 1 / -1 !important;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    min-height: auto !important;
    height: auto !important;
    padding: 24px 0 !important;
    width: 100% !important;
    max-width: none !important;
  }
  .gdc-card-all-inner {
    justify-content: center;
  }
  
  .gdc-card-media {
    height: 180px !important;
  }
  .gdc-card-title {
    font-size: 16px;
  }
  
  /* Hide gallery on mobile */
  .gdc-gallery-split {
    display: none !important;
  }

  /* Fix slider header alignment */
  .gdc-testimonial-header, .gdc-service-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
    gap: 10px;
  }
  .gdc-testimonial-header .section-title, 
  .gdc-service-header h1 {
    font-size: 22px;
    margin-bottom: 0;
    line-height: 1.2;
  }
  .gdc-testimonial-header-btn, 
  .gdc-service-header-btn {
    flex-shrink: 0;
    display: flex;
    gap: 8px;
  }
  .gdc-slider-btn {
    width: 36px;
    height: 36px;
    font-size: 16px;
  }
  .gdc-slider-btn--prev {
    margin-right: 0;
  }

  /* Other mobile styles */
  .gdc-clinics-inner {
    grid-template-columns: 1fr;
  }
  .gdc-why-hero {
    min-height: 250px;
    padding: 40px 20px;
  }
  .gdc-why-hero-title {
    font-size: 28px;
  }
  .gdc-why-grid {
    grid-template-columns: 1fr;
    padding: 0 20px;
  }
}

@media (min-width: 1201px) {
  /* Hard override to force exact 4-column layout on large screens */
  .gdc-grid.gdc-grid-doctors.gdc-grid-home {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 32px !important;
    justify-content: flex-start !important;
  }
  .gdc-grid.gdc-grid-doctors.gdc-grid-home > .gdc-card-person {
    width: 100% !important;
    max-width: 320px !important;
    min-height: 454px !important;
  }
  .gdc-grid.gdc-grid-doctors.gdc-grid-home > .gdc-card-ghost {
    min-height: 454px !important;
  }
  .gdc-grid.gdc-grid-doctors.gdc-grid-home > .gdc-card-all {
    width: 100% !important;
    max-width: 320px !important;
    min-height: 454px !important;
  }
}

/* 5 Column Grid for About Page */
.gdc-grid-5 {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
}
@media (max-width: 1024px) {
  .gdc-grid-5 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 600px) {
  .gdc-grid-5 {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Core Values */
.gdc-values-section {
  background-color: #F1EADF;
  padding: 80px 0;
}
.gdc-value-icon {
  font-size: 24px;
  margin-bottom: 16px;
  display: inline-block;
  color: #111318;
}
.gdc-value-icon img {
  width: 56px;
  height: 56px;
  object-fit: contain;
  display: block;
  margin: 0 auto;
}

/* FAQ Layout */
.gdc-faq-layout {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 48px;
}
@media (max-width: 768px) {
  .gdc-faq-layout {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}

/* Phone link styling */
.gdc-clinic-phone a,
.clinic-phone a {
  color: inherit;
  text-decoration: none;
}
.gdc-clinic-phone a:hover,
.clinic-phone a:hover {
  text-decoration: underline;
}

/* --- Booking Modal Styles --- */
.gdc-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.gdc-modal.is-active {
  display: flex;
}

.gdc-modal-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
}

.gdc-modal-container {
  position: relative;
  background: #fff;
  width: 100%;
  max-width: 500px;
  border-radius: 16px;
  padding: 32px;
  box-shadow: 0 10px 40px rgba(0,0,0,0.2);
  animation: gdcModalFadeIn 0.3s ease-out forwards;
  max-height: 90vh;
  overflow-y: auto;
}

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

.gdc-modal-close {
  position: absolute;
  top: 20px;
  right: 20px;
  background: transparent;
  border: none;
  font-size: 28px;
  line-height: 1;
  color: #6a6057;
  cursor: pointer;
  padding: 5px;
}

.gdc-modal-header {
  margin-bottom: 24px;
}

.gdc-modal-title {
  font-size: 24px;
  font-weight: 600;
  margin: 0 0 12px;
  color: #111318;
}

.gdc-modal-desc {
  font-size: 15px;
  color: #4f463f;
  line-height: 1.5;
  margin: 0;
}

.gdc-form-group {
  margin-bottom: 20px;
}

.gdc-form-group label {
  display: block;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 8px;
  color: #4f463f;
}

.gdc-form-group .required {
  color: #d32f2f;
}

.gdc-input {
  width: 100%;
  padding: 12px 16px;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  font-size: 16px;
  color: #111318;
  background: #fff;
  transition: border-color 0.2s;
}

.gdc-input:focus {
  outline: none;
  border-color: #111318;
}

.gdc-clinics-radio-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.gdc-radio-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  cursor: pointer;
  padding: 4px 0;
}

.gdc-radio-input-wrapper {
  position: relative;
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  margin-top: 2px;
}

.gdc-radio-input-wrapper input {
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.gdc-radio-control {
  position: absolute;
  inset: 0;
  border: 2px solid #e0e0e0;
  border-radius: 50%;
  transition: all 0.2s;
}

.gdc-radio-control::after {
  content: '';
  position: absolute;
  inset: 4px;
  background: #111318;
  border-radius: 50%;
  transform: scale(0);
  transition: transform 0.2s;
}

.gdc-radio-input-wrapper input:checked + .gdc-radio-control {
  border-color: #111318;
  border-width: 2px;
}

.gdc-radio-input-wrapper input:checked + .gdc-radio-control::after {
  transform: scale(1);
}

.gdc-radio-content {
  display: flex;
  flex-direction: column;
}

.gdc-radio-title {
  font-size: 15px;
  font-weight: 500;
  color: #111318;
}

.gdc-radio-input-wrapper input:checked ~ .gdc-radio-content .gdc-radio-title {
  font-weight: 700;
}

.gdc-radio-desc {
  font-size: 14px;
  color: #6a6057;
  margin-top: 2px;
}

.gdc-btn-submit {
  width: 100%;
  background: #111318;
  color: #fff;
  border: none;
  padding: 14px;
  border-radius: 999px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.2s;
}

.gdc-btn-submit:hover {
  background: #333;
}

.gdc-btn-submit:disabled {
  background: #ccc;
  cursor: not-allowed;
}

.gdc-form-message {
  margin-top: 16px;
  font-size: 14px;
  text-align: center;
}

.gdc-form-message.success {
  color: #2e7d32;
}

.gdc-form-message.error {
  color: #d32f2f;
}

/* Header Navigation Button Styling */
.header .button,
.header a.button,
.header-nav a.button,
.header-inner .button,
.header-inner a.button,
.header-wrapper .button,
.header-wrapper a.button,
.header-main .button,
.header-main a.button {
  color: #fff !important;
}

.header .button:hover,
.header a.button:hover,
.header-nav a.button:hover,
.header-inner .button:hover,
.header-inner a.button:hover,
.header-wrapper .button:hover,
.header-wrapper a.button:hover,
.header-main .button:hover,
.header-main a.button:hover {
  color: #fff !important;
  opacity: 0.9;
}

/* Success Modal Styling */
.gdc-success-container {
  text-align: center;
  padding: 48px 32px;
}

.gdc-success-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}

.gdc-success-icon {
  position: relative;
  width: 80px;
  height: 80px;
  margin: 0 auto;
}

.gdc-success-icon-ring {
  position: absolute;
  inset: 0;
  border: 3px solid #e0e0e0;
  border-radius: 50%;
}

.gdc-success-icon-circle {
  position: absolute;
  inset: 8px;
  background: #111318;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.gdc-success-icon-circle svg {
  width: 32px;
  height: 32px;
}

.gdc-success-title {
  font-size: 32px;
  font-weight: 700;
  color: #111318;
  margin: 0;
}

.gdc-success-message {
  font-size: 16px;
  color: #6a6057;
  line-height: 1.5;
  margin: 0;
  max-width: 400px;
}

.gdc-btn-success {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #111318;
  color: #fff;
  padding: 14px 32px;
  border-radius: 999px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.2s;
  margin-top: 8px;
}

.gdc-btn-success:hover {
  background: #333;
  color: #fff;
}
