html {
  scroll-behavior: smooth;
}

/* Prevent horizontal overflow on small screens and make images responsive by default */
html, body {
  max-width: 100%;
  overflow-x: hidden;
}

/* Ensure images don't overflow their containers */
img {
  max-width: 100%;
  height: auto;
  display: block;
}

/*
  Mobile-first responsive base
  - Core rules below ensure single-column stacking and touch-friendly sizing for small screens
*/

/* Header / navigation: mobile-first hides the desktop nav and shows a compact menu button */
.primary-navigation { display: none; }
.menu-toggle { display: inline-flex; }

/* Hero layout: single column on mobile */
.hero-container { grid-template-columns: 1fr; gap: 1rem; padding-top: 2rem; padding-bottom: 2rem; }
.hero-media-wrapper { grid-column: auto; }
.hero-content { grid-column: auto; }

/* Services / doctors / testimonials everything stacks on mobile for readability */
.services-grid, .doctors-grid { grid-template-columns: 1fr; gap: 1rem; }
.service-card, .doctor-card { grid-column: span 1; }

/* Buttons and CTAs get touch-friendly sizes on mobile */
.gjs-t-button { padding: 0.75rem 1rem; font-size: 1rem; }


*,
::before,
::after {
  box-sizing: border-box;
  undefined: undefined;
  border-width: 0;
  border-style: solid;
  border-color: #e5e7eb;
}

html,
:host {
  line-height: 1.5;
  undefined: undefined;
  -webkit-text-size-adjust: 100%;
  -moz-tab-size: 4;
  tab-size: 4;
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-feature-settings: normal;
  font-variation-settings: normal;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
  undefined: undefined;
  line-height: inherit;
}

hr {
  height: 0;
  undefined: undefined;
  color: inherit;
  border-top-width: 1px;
}

abbr:where([title]) {
  text-decoration: underline dotted;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  /* Headings: use Times New Roman (with Georgia fallback), bold by default. */
  font-family: "Times New Roman", Times, Georgia, serif;
  font-weight: 700 !important;
}

/* Default sizes (mobile-first) */
h1, .gjs-t-h1 { font-size: 20px !important; }
h2, .gjs-t-h2 { font-size: 18px !important; }
/* Smaller heading sizes (requested): H3-H6 remain 15px */
h3, h4, h5, h6, .gjs-t-h3, .gjs-t-h4, .gjs-t-h5, .gjs-t-h6 { font-size: 15px !important; }

/* Larger sizes for wider viewports */
@media (min-width: 768px){
  h1, .gjs-t-h1 { font-size: 28px !important; }
  h2, .gjs-t-h2 { font-size: 22px !important; }

  /* Tablet layout: show desktop nav, hide mobile menu */
  .primary-navigation { display: flex !important; align-items: center; gap: 0.75rem; }
  .menu-toggle { display: none !important; }
  .mobile-menu { display: none !important; }
  
  .nav-link {
    font-size: 0.8125rem;
  }
  
  .brand-name {
    font-size: 1rem;
  }

  /* Hero becomes two-column on tablet */
  .hero-container { grid-template-columns: repeat(12, minmax(0, 1fr)); gap: 2.5rem; padding-top: 3rem; padding-bottom: 3rem; }
  .hero-content { grid-column: span 6 / span 6; }
  .hero-media-wrapper { grid-column: span 6 / span 6; }

  /* Services — two columns on tablet */
  .services-grid { grid-template-columns: repeat(12, minmax(0, 1fr)); gap: 1.5rem; }
  .service-card { grid-column: span 6 / span 6; }

  /* Doctors — two-up on tablet */
  .doctors-grid { grid-template-columns: repeat(12, minmax(0, 1fr)); gap: 1.5rem; }
  .doctor-card { grid-column: span 6 / span 6; }
}

@media (min-width: 1200px){
  h1, .gjs-t-h1 { font-size: 34px !important; }
  h2, .gjs-t-h2 { font-size: 26px !important; }

  /* Desktop layout: multi-column services/doctors */
  .services-grid { grid-template-columns: repeat(12, minmax(0, 1fr)); }
  .service-card { grid-column: span 3 / span 3; }

  .doctors-grid { grid-template-columns: repeat(12, minmax(0, 1fr)); }
  .doctor-card { grid-column: span 3 / span 3; }
}

a {
  color: inherit;
  text-decoration: inherit;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  undefined: undefined;
  font-feature-settings: normal;
  font-variation-settings: normal;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  text-indent: 0;
  undefined: undefined;
  border-color: inherit;
  border-collapse: collapse;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  undefined: undefined;
  font-feature-settings: inherit;
  font-variation-settings: inherit;
  font-size: 100%;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  color: inherit;
  margin: 0;
  padding: 0;
}

button,
select {
  text-transform: none;
}

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button;
  undefined: undefined;
  background-color: transparent;
  background-image: none;
}

:-moz-focusring {
  outline: auto;
}

:-moz-ui-invalid {
  box-shadow: none;
}

progress {
  vertical-align: baseline;
}

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

[type='search'] {
  -webkit-appearance: textfield;
  undefined: undefined;
  outline-offset: -2px;
}

::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  undefined: undefined;
  font: inherit;
}

summary {
  display: list-item;
}

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

dialog {
  padding: 0;
}

textarea {
  resize: vertical;
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  undefined: undefined;
  color: #9ca3af;
}

button,
[role="button"] {
  cursor: pointer;
}

:disabled {
  cursor: default;
}

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  undefined: undefined;
  vertical-align: middle;
}

img,
video {
  max-width: 100%;
  height: auto;
}

[hidden] {
  display: none;
}

.body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.body *::selection {
  background-color: rgb(224 242 254 / 1);
  color: rgb(12 74 110 / 1);
}

.body *::selection:hover {
  color: rgb(12 74 110 / 1);
  background-color: rgb(224 242 254 / 1);
}

.body *::selection::selection {
  color: rgb(12 74 110 / 1);
  background-color: rgb(224 242 254 / 1);
}

.body::selection::selection {
  color: rgb(12 74 110 / 1);
  background-color: rgb(224 242 254 / 1);
}

.header {
  width: 100%;
  background-color: rgb(255 255 255 / 0.8);
  backdrop-filter: blur(8px);
  position: sticky;
  top: 0px;
  z-index: 40;
  border-bottom-width: 1px;
  border-color: rgb(224 242 254 / 1);
}

.header-container {
  max-width: 72rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.brand-link {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.brand-icon {
  width: 2rem;
  height: 2rem;
}

.brand-name {
  font-size: 1.05rem;
  line-height: 1.75rem;
  font-weight: 600;
  letter-spacing: -0.025em;
  color: rgb(12 74 110 / 1);
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  white-space: nowrap;
}

@media (max-width: 767.98px) {
  .header-container {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    gap: 0.5rem;
  }
  
  .brand-link {
    flex: 1;
    min-width: 0;
  }
  
  .brand-icon {
    width: 1.75rem;
    height: 1.75rem;
    flex-shrink: 0;
  }
  
  .brand-name {
    font-size: 0.85rem;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  
  .mobile-quick-ctas {
    flex-shrink: 0;
  }
  
  .menu-toggle {
    flex-shrink: 0;
    margin-left: auto;
  }
}

.primary-navigation {
  display: flex;
  align-items: center;
  gap: 1.25rem;
}

.nav-dropdown {
  position: relative;
}

.nav-dropdown-toggle {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  cursor: pointer;
}

.dropdown-arrow {
  font-size: 0.7rem;
  transition: transform 0.2s ease;
}

.nav-dropdown:hover .dropdown-arrow {
  transform: rotate(180deg);
}

.nav-dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 240px;
  background-color: rgb(255 255 255 / 1);
  border: 1px solid rgb(224 242 254 / 1);
  border-radius: 0.5rem;
  box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  padding: 0.5rem 0;
  margin-top: 0.5rem;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: all 0.2s ease;
  z-index: 1000;
}

.nav-dropdown:hover .nav-dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.nav-dropdown-item {
  display: block;
  padding: 0.625rem 1.25rem;
  color: rgb(51 65 85 / 1);
  text-decoration: none;
  transition: all 0.2s ease;
  font-size: 0.95rem;
}

.nav-dropdown-item:hover {
  background-color: rgb(240 249 255 / 1);
  color: rgb(7 89 133 / 1);
}

.nav-dropdown-all {
  border-top: 1px solid rgb(224 242 254 / 1);
  margin-top: 0.5rem;
  padding-top: 0.75rem;
  font-weight: 600;
  color: rgb(7 89 133 / 1);
}

.nav-link {
  color: rgb(51 65 85 / 1);
  border-radius: 0.25rem;
}

.nav-link:hover {
  color: rgb(12 74 110 / 1);
}

.nav-link:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.nav-link:focus-visible {
  outline-style: solid;
  outline-width: 2px;
  outline-color: #7dd3fc;
}

.nav-cta {
  padding-left: 0.875rem;
  padding-right: 0.875rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  box-shadow: 0 0 #0000, 0 0 #0000, 0 1px 2px 0 rgb(0 0 0 / 0.05);
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

/* Mobile quick CTAs visible inline in header on small screens */
.mobile-quick-ctas {
  display: inline-flex;
  gap: 0.4rem;
  align-items: center;
  margin-left: auto;
}
.mobile-quick-ctas .gjs-t-button {
  padding: 0.5rem;
  font-size: 1.2rem;
  min-width: 2.5rem;
  min-height: 2.5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

/* Hide inline mobile CTAs on larger screens; keep desktop header-ctas */
@media (min-width: 768px) {
  .mobile-quick-ctas {
    display: none;
  }
}

/* Ensure mobile layout places quick CTAs before menu toggle if needed */
@media (max-width: 767.98px) {
  header {
    display: flex;
    align-items: center;
    gap: 0.5rem;
  }
  header > .mobile-quick-ctas {
    order: 2;
  }
  header > .menu-toggle {
    order: 3;
  }
  header > .primary-navigation {
    order: 1;
  }
}

/* Common small CTA icon used in header, modals and buttons */
/* Icons removed: CTA alignment remains handled by existing button rules */

.nav-cta:hover {
  box-shadow: 0 0 #0000, 0 0 #0000, 0 1px 2px 0 rgb(0 0 0 / 0.05);
  background-color: rgb(2 132 199 / 1);
}

.nav-cta:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.nav-cta:focus-visible {
  outline-style: solid;
  outline-width: 2px;
  outline-color: #7dd3fc;
}

/* Header CTA group (Call / WhatsApp / Book) */
.header-ctas {
  display: inline-flex;
  gap: 0.4rem;
  align-items: center;
}

.header-call {
  background-color: rgb(13 148 136 / 1); /* teal-ish */
  color: white;
}
.header-call:hover { background-color: rgb(6 120 115 / 1); }

.header-whatsapp {
  background-color: #25d366;
  color: white;
}
.header-whatsapp:hover { background-color: #1da851; }

.menu-toggle {
  display: none;
  align-items: center;
  gap: 0.5rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-radius: 0.375rem;
  border-width: 1px;
  border-color: rgb(186 230 253 / 1);
  color: rgb(12 74 110 / 1);
}

.menu-toggle:hover {
  background-color: rgb(240 249 255 / 1);
}

.menu-toggle:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.menu-toggle:focus-visible {
  outline-style: solid;
  outline-width: 2px;
  outline-color: #7dd3fc;
}

.menu-icon {
  width: 1.25rem;
  height: 1.25rem;
}

.menu-label {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.mobile-menu {
  position: absolute;
  top: 100%;
  right: 0;
  width: 280px;
  max-width: calc(100vw - 2rem);
  background-color: rgb(255 255 255 / 1);
  border: 1px solid rgb(224 242 254 / 1);
  border-radius: 0.5rem;
  box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  z-index: 1000;
  margin-top: 0.5rem;
}

.mobile-menu.hidden {
  display: none !important;
}

.mobile-menu:not(.hidden) {
  display: block !important;
}

.main-content {
  width: 100%;
}

.hero-section {
  position: relative;
  background-color: rgb(240 249 255 / 0.4);
}

.hero-container {
  max-width: 72rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 2.5rem;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

@media (max-width: 767.98px) {
  .hero-container {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
}

.hero-content {
  grid-column: span 6 / span 6;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1.5rem;
}

.hero-content h1 {
  font-size: 2.5rem !important;
  line-height: 1.2;
  font-weight: 700;
}

.hero-subtitle {
  font-size: 1.25rem;
  font-weight: 600;
  color: rgb(7 89 133 / 0.9);
  line-height: 1.4;
  margin: 0;
}

@media (max-width: 767.98px) {
  .hero-content {
    text-align: center;
    align-items: center;
    padding: 0;
    gap: 1rem;
  }
  
  .hero-content h1 {
    font-size: 1.75rem !important;
  }
  
  .hero-subtitle {
    font-size: 1rem;
  }
  
  .hero-eyebrow,
  .hero-actions {
    justify-content: center;
  }
}

.hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: rgb(7 89 133 / 0.9);
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
}

.hero-eyebrow-icon {
  width: 1rem;
  height: 1rem;
}

.hero-subheading {
  font-size: 1.125rem;
  line-height: 1.75rem;
  color: rgb(51 65 85 / 1);
  max-width: 36rem;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.hero-primary-cta {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  box-shadow: 0 0 #0000, 0 0 #0000, 0 1px 2px 0 rgb(0 0 0 / 0.05);
}

.hero-primary-cta:hover {
  box-shadow: 0 0 #0000, 0 0 #0000, 0 1px 2px 0 rgb(0 0 0 / 0.05);
  background-color: rgb(2 132 199 / 1);
}

.hero-primary-cta:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.hero-primary-cta:focus-visible {
  outline-style: solid;
  outline-width: 2px;
  outline-color: #7dd3fc;
}

.hero-secondary-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: rgb(12 74 110 / 1);
  border-radius: 0.25rem;
}

.hero-secondary-cta:hover {
  color: rgb(3 105 161 / 1);
}

.hero-secondary-cta:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.hero-secondary-cta:focus-visible {
  outline-style: solid;
  outline-width: 2px;
  outline-color: #7dd3fc;
}

.hero-cta-icon {
  width: 1.25rem;
  height: 1.25rem;
}

.hero-stats {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  padding-top: 0.5rem;
}

.stat-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.stat-icon {
  width: 1.25rem;
  height: 1.25rem;
}

.stat-text {
  color: rgb(51 65 85 / 1);
}

.hero-media-wrapper {
  grid-column: span 6 / span 6;
}

.hero-media-card {
  position: relative;
  border-width: 0; /* removed border for a clean edge */
  overflow: hidden;
  box-shadow: 0 0 #0000, 0 0 #0000, 0 1px 2px 0 rgb(0 0 0 / 0.05);
  /* set a fixed visual area for the hero media so images can cover cleanly */
  height: 520px;
}

.hero-image {
  width: 100%;
  height: 100%;
  /* Fill the hero area and crop any excess rather than showing white bars */
  object-fit: cover;
  object-position: center center;
  background-color: transparent;
}

.hero-image-overlay {
  position: absolute;
  inset: 0px;
  background-image: linear-gradient(to top right, rgb(12 74 110 / 0.1), transparent, rgb(0 0 0 / 0));
  pointer-events: none;
}

.hero-badge {
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  background-color: rgb(255 255 255 / 0.9);
  backdrop-filter: blur(8px);
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-radius: 0.375rem;
  border-width: 1px;
  border-color: rgb(224 242 254 / 1);
  box-shadow: 0 0 #0000, 0 0 #0000, 0 1px 2px 0 rgb(0 0 0 / 0.05);
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.hero-badge-icon {
  width: 1rem;
  height: 1rem;
}

.hero-badge-text {
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: rgb(51 65 85 / 1);
}

.about-section {
  padding-top: 4rem;
  padding-bottom: 4rem;
  border-top-width: 1px;
  border-color: rgb(224 242 254 / 1);
  background-color: rgb(255 255 255 / 1);
}

.about-container {
  max-width: 72rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 3rem;
}

.about-media {
  grid-column: span 5 / span 5;
}

.about-media-card {
  border-width: 1px;
  overflow: hidden;
  box-shadow: 0 0 #0000, 0 0 #0000, 0 1px 2px 0 rgb(0 0 0 / 0.05);
}

.about-image {
  width: 100%;
  height: 420px;
  object-fit: cover;
}

.about-content {
  grid-column: span 7 / span 7;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1.25rem;
}

.about-subtitle {
  font-size: 1.125rem;
  font-weight: 600;
  color: rgb(7 89 133 / 0.9);
  margin: -0.5rem 0 0 0;
}

.about-paragraph {
  color: rgb(51 65 85 / 1);
}

.about-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.about-list-item {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
}

.about-list-icon {
  width: 1.25rem;
  height: 1.25rem;
  margin-top: 0.25rem;
}

.about-list-text {
  color: rgb(51 65 85 / 1);
}

.services-section {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: rgb(240 249 255 / 0.4);
  border-top-width: 1px;
  border-color: rgb(224 242 254 / 1);
}

.services-container {
  max-width: 72rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.services-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1.5rem;
}

.services-heading-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.services-subheading {
  color: rgb(51 65 85 / 1);
}

.services-header-link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: rgb(12 74 110 / 1);
  border-radius: 0.25rem;
}

.services-header-link:hover {
  color: rgb(3 105 161 / 1);
}

.services-header-link:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.services-header-link:focus-visible {
  outline-style: solid;
  outline-width: 2px;
  outline-color: #7dd3fc;
}

.services-header-icon {
  width: 1.25rem;
  height: 1.25rem;
}

.services-grid {
  margin-top: 2.5rem;
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 1.5rem;
}

.service-card {
  grid-column: span 3 / span 3;
  border-width: 1px;
  background-color: rgb(255 255 255 / 1);
  padding: 1.25rem;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  text-decoration: none;
  display: block;
  cursor: pointer;
}

.service-card:hover {
  box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  border-color: rgb(56 189 248 / 1);
  transform: translateY(-2px);
}

.service-icon {
  width: 1.75rem;
  height: 1.75rem;
}

.service-title {
  margin-top: 0.75rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
  color: rgb(12 74 110 / 1);
}

.service-description {
  color: rgb(51 65 85 / 1);
  margin-top: 0.25rem;
}

.service-image {
  width: 100%;
  height: 10rem;
  object-fit: cover;
  border-radius: 0.375rem;
  margin-top: 1rem;
  border-width: 1px;
  border-color: rgb(224 242 254 / 1);
}

.service-actions {
  display: flex;
  gap: 0.5rem;
  margin-top: 0.75rem;
  align-items: center;
}

.service-book-label {
  font-weight: 600;
  color: rgb(12 74 110 / 1);
  margin-right: 0.25rem;
}

.service-learn-more {
  color: rgb(7 89 133 / 1);
  font-weight: 600;
  font-size: 0.95rem;
  transition: color 0.2s ease;
}

.service-card:hover .service-learn-more {
  color: rgb(56 189 248 / 1);
}

.service-actions .gjs-t-button {
  padding: 0.5rem 0.75rem;
  font-size: 0.95rem;
  border-radius: 0.375rem;
  text-decoration: none;
  display: inline-block;
}

.service-cta-call {
  background-color: rgb(2 132 199 / 1);
  color: white;
  border: none;
}

.service-cta-call:hover {
  background-color: rgb(3 105 161 / 1);
}

.service-cta-whatsapp {
  background-color: #25d366;
  color: white;
  border: none;
}

.service-cta-whatsapp:hover {
  background-color: #1da851;
}

.service-book-btn {
  background-color: rgb(2 132 199 / 1);
  color: #fff;
  border: none;
}
.service-book-btn:hover {
  background-color: rgb(3 105 161 / 1);
}

/* Modal (Book Now chooser) */
.modal {
  position: fixed;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 60;
}
.modal.active { display: flex; }
.modal-backdrop { position: absolute; inset: 0; background: rgba(0,0,0,0.45); }
.modal-panel {
  position: relative;
  background: #fff;
  padding: 1.25rem;
  border-radius: 0.5rem;
  box-shadow: 0 10px 30px rgba(0,0,0,0.2);
  max-width: 420px;
  width: 90%;
  z-index: 70;
}
.modal-close {
  position: absolute;
  right: 0.5rem;
  top: 0.5rem;
  background: transparent;
  border: none;
  font-size: 1.25rem;
  cursor: pointer;
}
.modal-actions { display: flex; gap: 0.75rem; margin-top: 0.75rem; justify-content: center; }

.doctors-section {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: rgb(255 255 255 / 1);
  border-top-width: 1px;
  border-color: rgb(224 242 254 / 1);
}

.doctors-container {
  max-width: 72rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.doctors-header {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.doctors-subheading {
  color: rgb(51 65 85 / 1);
}

.doctors-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 1.5rem;
  margin-top: 2rem;
}

.doctor-card {
  grid-column: span 3 / span 3;
  border-width: 1px;
  padding: 1.25rem;
  transition-property: box-shadow;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.doctor-card:hover {
  box-shadow: 0 0 #0000, 0 0 #0000, 0 0 #0000;
}

.doctor-image {
  width: 100%;
  height: 14rem;
  object-fit: contain;
  object-position: center;
  border-radius: 0.375rem;
  border-width: 1px;
  border-color: rgb(224 242 254 / 1);
  background-color: rgb(240 249 255 / 0.3);
}

.doctor-content {
  margin-top: 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.doctor-name {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
  color: rgb(12 74 110 / 1);
}

.doctor-specialty {
  color: rgb(71 85 105 / 1);
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.doctor-bio {
  color: rgb(51 65 85 / 1);
  margin-top: 0.5rem;
}

.testimonials-section {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: rgb(240 249 255 / 0.4);
  border-top-width: 1px;
  border-color: rgb(224 242 254 / 1);
}

.testimonials-container {
  max-width: 72rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.testimonials-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1.5rem;
}

.testimonials-heading-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.testimonials-subheading {
  color: rgb(51 65 85 / 1);
}

.testimonials-controls {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.testimonials-prev-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 9999px;
  border-width: 1px;
  border-color: rgb(186 230 253 / 1);
  color: rgb(12 74 110 / 1);
}

.testimonials-prev-button:hover {
  background-color: rgb(255 255 255 / 1);
}

.testimonials-prev-button:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.testimonials-prev-button:focus-visible {
  outline-style: solid;
  outline-width: 2px;
  outline-color: #7dd3fc;
}

.testimonials-prev-icon {
  width: 1.25rem;
  height: 1.25rem;
}

.testimonials-next-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 9999px;
  border-width: 1px;
  border-color: rgb(186 230 253 / 1);
  color: rgb(12 74 110 / 1);
}

.testimonials-next-button:hover {
  background-color: rgb(255 255 255 / 1);
}

.testimonials-next-button:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.testimonials-next-button:focus-visible {
  outline-style: solid;
  outline-width: 2px;
  outline-color: #7dd3fc;
}

.testimonials-next-icon {
  width: 1.25rem;
  height: 1.25rem;
}

.testimonials-carousel {
  position: relative;
  margin-top: 2rem;
  overflow: hidden;
}

.testimonials-track {
  display: flex;
  transition-property: transform;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  transition-duration: 500ms;
}

.testimonial-slide {
  min-width: 100%;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.testimonial-card {
  border-width: 1px;
  background-color: rgb(255 255 255 / 1);
  padding: 1.5rem;
  box-shadow: 0 0 #0000, 0 0 #0000, 0 1px 2px 0 rgb(0 0 0 / 0.05);
}

.testimonial-header {
  display: flex;
  /* names-only layout: align names to the top so content reads clearly */
  align-items: flex-start;
  gap: 1rem;
}

.testimonial-avatar {
  width: 3rem;
  height: 3rem;
  border-radius: 9999px;
  object-fit: cover;
  border-width: 1px;
  border-color: rgb(224 242 254 / 1);
}

.testimonial-identity {
  display: flex;
  flex-direction: column;
}

.testimonial-name {
  font-weight: 600;
  color: rgb(12 74 110 / 1);
}

.testimonial-meta {
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: rgb(71 85 105 / 1);
}

.testimonial-text {
  color: rgb(51 65 85 / 1);
  margin-top: 1rem;
}

.testimonial-rating {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  margin-top: 0.75rem;
}

.star-icon {
  width: 1rem;
  height: 1rem;
}

.carousel-dots {
  position: absolute;
  bottom: 1rem;
  left: 50%;
  transform: translate(-50%, 0) rotate(0) skewX(0) skewY(0) scaleX(1) scaleY(1);
  background-color: rgb(255 255 255 / 0.8);
  backdrop-filter: blur(8px);
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  border-radius: 9999px;
  border-width: 1px;
  border-color: rgb(224 242 254 / 1);
  display: flex;
  align-items: center;
  gap: 0.25rem;
}

.carousel-dot {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 9999px;
  background-color: rgb(125 211 252 / 1);
}

.contact-section {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: rgb(255 255 255 / 1);
  border-top-width: 1px;
  border-color: rgb(224 242 254 / 1);
}

.contact-container {
  max-width: 72rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 2.5rem;
}

@media (max-width: 767.98px) {
  .contact-section {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  
  .contact-container {
    padding-left: 1rem;
    padding-right: 1rem;
    gap: 1.5rem;
  }
}

.contact-info-column {
  grid-column: span 5 / span 5;
}

.contact-subheading {
  color: rgb(51 65 85 / 1);
  margin-top: 0.5rem;
}

.contact-details {
  margin-top: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.contact-detail {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
}

.contact-icon {
  width: 1.25rem;
  height: 1.25rem;
  margin-top: 0.125rem;
  flex-shrink: 0;
}

.contact-text {
  color: rgb(51 65 85 / 1);
  word-break: break-word;
  overflow-wrap: break-word;
}

@media (max-width: 767.98px) {
  .contact-text {
    font-size: 0.95rem;
  }
}

.contact-link:hover {
  color: rgb(3 105 161 / 1);
}

.map-wrapper {
  margin-top: 2rem;
}

.map-placeholder {
  border-width: 1px;
  padding: 0.75rem;
  background-color: rgb(240 249 255 / 0.4);
}

.map-image {
  width: 100%;
  height: 14rem;
  object-fit: cover;
  border-radius: 0.375rem;
  border-width: 1px;
  border-color: rgb(224 242 254 / 1);
}

/* responsive wrapper for map iframe */
.map-embed-wrapper {
  width: 100%;
  height: 14rem; /* default height to match existing look */
  border-radius: 0.375rem;
}

@media (max-width: 767.98px) {
  .map-embed-wrapper {
    height: 12rem;
  }
  
  .map-image {
    height: 12rem;
  }
}

.map-embed-wrapper {
  overflow: hidden;
}

.map-iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}


.contact-form-column {
  grid-column: span 7 / span 7;
}

.contact-form {
  border-width: 1px;
  padding: 1.5rem;
  background-color: rgb(240 249 255 / 0.3);
}

@media (max-width: 767.98px) {
  .contact-form {
    padding: 1rem;
  }
}

.form-title {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 600;
  color: rgb(12 74 110 / 1);
}

.form-description {
  color: rgb(71 85 105 / 1);
  font-size: 0.875rem;
  line-height: 1.25rem;
  margin-top: 0.25rem;
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 1.25rem;
}

.form-field {
  grid-column: span 12 / span 12;
}

@media (max-width: 767.98px) {
  .form-grid {
    gap: 0.75rem;
  }
}

.form-label {
  display: block;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  color: rgb(51 65 85 / 1);
  margin-bottom: 0.25rem;
}

.form-input {
  width: 100%;
  border-radius: 0.375rem;
  border-width: 1px;
  border-color: rgb(186 230 253 / 1);
  background-color: rgb(255 255 255 / 1);
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: rgb(15 23 42 / 1);
}

.form-input:focus {
  border-color: rgb(56 189 248 / 1);
  outline: 2px solid transparent;
  outline-offset: 2px;
  box-shadow: 0 0 0 0px #fff, 0 0 0 calc(2px + 0px) rgb(59 130 246 / 0.5), 0 0 #0000;
}

.form-input::placeholder::placeholder {
  color: rgb(148 163 184 / 1);
}

.form-textarea {
  width: 100%;
  border-radius: 0.375rem;
  border-width: 1px;
  border-color: rgb(186 230 253 / 1);
  background-color: rgb(255 255 255 / 1);
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: rgb(15 23 42 / 1);
}

.form-textarea:focus {
  border-color: rgb(56 189 248 / 1);
  outline: 2px solid transparent;
  outline-offset: 2px;
  box-shadow: 0 0 0 0px #fff, 0 0 0 calc(2px + 0px) rgb(59 130 246 / 0.5), 0 0 #0000;
}

.form-textarea::placeholder::placeholder {
  color: rgb(148 163 184 / 1);
}

.form-consent-wrapper {
  grid-column: span 12 / span 12;
}

.form-consent-label {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  cursor: pointer;
}

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

.custom-checkbox-box {
  margin-top: 0.125rem;
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 0.375rem;
  border-width: 1px;
  border-color: rgb(125 211 252 / 1);
  background-color: rgb(255 255 255 / 1);
  display: flex;
  align-items: center;
  justify-content: center;
}

.custom-checkbox-icon {
  width: 1rem;
  height: 1rem;
  opacity: 0;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

/* show visual checked state when checkbox is checked */
.form-consent-input:checked + .custom-checkbox-box {
  background-color: rgb(2 132 199 / 1);
  border-color: rgb(3 105 161 / 1);
}
.form-consent-input:checked + .custom-checkbox-box .custom-checkbox-icon {
  opacity: 1;
}

.consent-text {
  color: rgb(51 65 85 / 1);
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.form-actions {
    grid-column: span 12 / span 12;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    flex-wrap: wrap; /* allow buttons/text to wrap instead of overflowing */
}

.form-submit {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  font-weight: 500;
  box-shadow: 0 0 #0000, 0 0 #0000, 0 1px 2px 0 rgb(0 0 0 / 0.05);
}

.form-submit:hover {
  box-shadow: 0 0 #0000, 0 0 #0000, 0 1px 2px 0 rgb(0 0 0 / 0.05);
  background-color: rgb(2 132 199 / 1);
}

.form-submit:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.form-submit:focus-visible {
  outline-style: solid;
  outline-width: 2px;
  outline-color: #7dd3fc;
}

.form-note {
  color: rgb(100 116 139 / 1);
  font-size: 0.875rem;
  line-height: 1.25rem;
}

  /* ensure forms and hero sections cannot exceed viewport width */
  .contact-container,
  .hero-container,
  .main-content {
    width: 100%;
    box-sizing: border-box;
  }

  /* Make submit button full width on smaller phones to avoid cut off */
  @media (max-width: 380px) {
    .form-submit {
      width: 100%;
      text-align: center;
    }
    .form-note {
      width: 100%;
      margin-top: 0.5rem;
    }
  }

.footer {
  background-color: rgb(12 74 110 / 1);
  color: rgb(240 249 255 / 1);
  border-top-width: 1px;
  border-color: rgb(7 89 133 / 1);
}

.footer-container {
  max-width: 72rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 2rem;
}

@media (max-width: 767.98px) {
  .footer-container {
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}

.footer-brand-column {
  grid-column: span 4 / span 4;
}

.footer-brand-link {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.footer-brand-icon {
  width: 1.75rem;
  height: 1.75rem;
}

.footer-brand-name {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
}

.footer-brand-text {
  color: rgb(224 242 254 / 0.9);
  margin-top: 0.75rem;
}

.footer-socials {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-top: 1rem;
}

.social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 9999px;
  background-color: rgb(255 255 255 / 0.1);
}

.social-link:hover {
  background-color: rgb(255 255 255 / 0.2);
}

.social-link:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.social-link:focus-visible {
  outline-style: solid;
  outline-width: 2px;
  outline-color: #fff;
}

.social-icon {
  width: 1.25rem;
  height: 1.25rem;
}

.footer-links-column {
  grid-column: span 4 / span 4;
}

.footer-links-heading {
  font-weight: 600;
  color: rgb(240 249 255 / 1);
}

.footer-links-list {
  margin-top: 0.75rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.footer-link {
  color: rgb(224 242 254 / 0.9);
}

.footer-link:hover {
  color: rgb(255 255 255 / 1);
}

.footer-hours-column {
  grid-column: span 4 / span 4;
}

.footer-hours-heading {
  font-weight: 600;
  color: rgb(240 249 255 / 1);
}

.footer-hours-list {
  margin-top: 0.75rem;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  color: rgb(224 242 254 / 0.9);
}

.footer-hour-item {
  display: flex;
  justify-content: space-between;
}

.footer-book-link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-top: 1rem;
  color: rgb(255 255 255 / 1);
}

.footer-book-link:hover {
  color: rgb(224 242 254 / 1);
}

.footer-book-link:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.footer-book-link:focus-visible {
  outline-style: solid;
  outline-width: 2px;
  outline-color: #fff;
}

.footer-book-icon {
  width: 1.25rem;
  height: 1.25rem;
}

.footer-divider {
  border-top-width: 1px;
  border-color: rgb(7 89 133 / 0.6);
}

.footer-bottom {
  max-width: 72rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: rgb(224 242 254 / 0.8);
}

.footer-legal-links {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.footer-legal-link {
  color: rgb(224 242 254 / 0.8);
}

.footer-legal-link:hover {
  color: rgb(255 255 255 / 1);
}

.hidden {
  display: none !important;
}

.mobile-menu-panel {
  padding: 1rem;
  background-color: #fff;
  width: 100%;
  box-sizing: border-box;
}

.mobile-menu-list {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
}

.mobile-menu-list li {
  display: block;
  width: 100%;
}

.mobile-menu-link {
  color: rgb(51 65 85 / 1);
  border-radius: 0.375rem;
  padding: 0.5rem 0.75rem;
  display: block;
  text-decoration: none;
}

.mobile-menu-link:hover {
  color: var(--gjs-t-color-accent);
  background-color: rgb(240 249 255 / 1);
}

.mobile-menu-cta {
  margin-top: 0.75rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  font-weight: 500;
  display: inline-block;
}

@media (max-width: 992px) {
  .primary-navigation {
    display: none;
  }

  .menu-toggle {
    display: inline-flex;
  }

  .hero-container {
    padding-top: 2rem;
    padding-bottom: 2rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .hero-content {
    grid-column: span 12 / span 12;
  }

  .hero-media-wrapper {
    grid-column: span 12 / span 12;
  }

  .hero-media-card {
    height: auto;
    min-height: 240px;
  }

  .about-container {
    gap: 2rem;
  }

  .about-media {
    grid-column: span 12 / span 12;
  }

  .about-content {
    grid-column: span 12 / span 12;
  }

  .about-list {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .services-header {
    flex-direction: column;
    align-items: flex-start;
  }

  .service-card {
    grid-column: span 6 / span 6;
  }

  .doctor-card {
    grid-column: span 6 / span 6;
  }

  .testimonials-header {
    flex-direction: column;
    align-items: flex-start;
  }

  .contact-info-column {
    grid-column: span 12 / span 12;
  }

  .contact-form-column {
    grid-column: span 12 / span 12;
  }

  .footer-brand-column {
    grid-column: span 12 / span 12;
  }

  .footer-links-column {
    grid-column: span 6 / span 6;
  }

  .footer-hours-column {
    grid-column: span 6 / span 6;
  }

  .footer-bottom {
    flex-direction: column;
    gap: 0.5rem;
  }
}

@media (max-width: 480px) {
  .hero-container {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .hero-image {
    /* Use viewport-relative height and cover on small screens to avoid white bars */
    height: min(240px, 36vh);
    object-fit: cover;
    object-position: center center;
    background-color: transparent;
  }

  .about-image {
    height: 240px;
  }

  .map-embed-wrapper { height: 200px; }

  /* Make hero text fit small screens */
  .gjs-t-h1, .gjs-t-h2, .gjs-t-h3, .gjs-t-h4, .gjs-t-h5, .gjs-t-h6 {
    /* match the global heading styles: Times New Roman (with Georgia fallback), bold, 15px */
    font-family: "Times New Roman", Times, Georgia, serif;
    font-size: 15px !important;
    font-weight: 700 !important;
    line-height: 1.25;
  }

  .hero-subheading {
    font-size: 0.95rem;
    line-height: 1.5rem;
    max-width: 100%;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }
  
  h1, h2, h3, .gjs-t-h1, .gjs-t-h2, .gjs-t-h3 {
    word-wrap: break-word;
    overflow-wrap: break-word;
  }

  .hero-actions {
    flex-direction: column;
    align-items: stretch;
    gap: 0.75rem;
  }

  .hero-primary-cta,
  .hero-secondary-cta {
    width: 100%;
    text-align: center;
  }

  /* Avoid long unbroken content causing overflow */
  .hero-content, .about-content, .form-description, .form-note, .consent-text {
    overflow-wrap: break-word;
    word-break: break-word;
  }

  .service-card {
    grid-column: span 12 / span 12;
  }

  .doctor-card {
    grid-column: span 12 / span 12;
  }

  .footer-links-column {
    grid-column: span 12 / span 12;
  }

  .footer-hours-column {
    grid-column: span 12 / span 12;
  }
}

/* Service Detail Pages */
.service-detail-hero {
  background-color: rgb(240 249 255 / 0.4);
  padding: 3rem 0 2rem;
  border-bottom: 1px solid rgb(224 242 254 / 1);
}

.service-hero-container {
  max-width: 72rem;
  margin: 0 auto;
  padding: 0 1.5rem;
}

.breadcrumb {
  font-size: 0.875rem;
  color: rgb(71 85 105 / 1);
  margin-bottom: 1rem;
}

.breadcrumb a {
  color: rgb(7 89 133 / 1);
  text-decoration: none;
}

.breadcrumb a:hover {
  text-decoration: underline;
}

.service-detail-hero h1 {
  font-size: 2.5rem;
  font-weight: 700;
  color: rgb(12 74 110 / 1);
  margin-bottom: 0.75rem;
  line-height: 1.2;
}

.service-hero-subtitle {
  font-size: 1.25rem;
  color: rgb(51 65 85 / 1);
  margin: 0;
}

.service-detail-content {
  padding: 3rem 0;
}

.service-content-container {
  max-width: 72rem;
  margin: 0 auto;
  padding: 0 1.5rem;
  display: grid;
  grid-template-columns: 1fr 320px;
  gap: 3rem;
}

.service-main-content {
  min-width: 0;
}

.service-main-content h2 {
  font-size: 2rem;
  font-weight: 700;
  color: rgb(12 74 110 / 1);
  margin: 2rem 0 1rem;
}

.service-main-content h2:first-child {
  margin-top: 0;
}

.service-main-content h3 {
  font-size: 1.5rem;
  font-weight: 600;
  color: rgb(12 74 110 / 1);
  margin: 1.5rem 0 0.75rem;
}

.service-main-content p {
  color: rgb(51 65 85 / 1);
  line-height: 1.7;
  margin-bottom: 1rem;
}

.service-benefits-list,
.service-process-list {
  margin: 1rem 0 1.5rem;
  padding-left: 1.5rem;
}

.service-benefits-list li,
.service-process-list li {
  color: rgb(51 65 85 / 1);
  line-height: 1.7;
  margin-bottom: 0.5rem;
}

.service-cta-box {
  background-color: rgb(240 249 255 / 0.6);
  border: 1px solid rgb(224 242 254 / 1);
  border-radius: 0.5rem;
  padding: 2rem;
  margin: 2rem 0;
  text-align: center;
}

.service-cta-box h3 {
  margin-top: 0;
  margin-bottom: 0.75rem;
}

.service-cta-box p {
  margin-bottom: 1.5rem;
}

.service-faqs {
  margin-top: 3rem;
  padding-top: 2rem;
  border-top: 1px solid rgb(224 242 254 / 1);
}

.service-faqs h2 {
  margin-bottom: 2rem;
}

.faq-item {
  margin-bottom: 2rem;
  padding: 1.5rem;
  background-color: rgb(255 255 255 / 1);
  border: 1px solid rgb(224 242 254 / 1);
  border-radius: 0.5rem;
}

.faq-item h3 {
  font-size: 1.125rem;
  font-weight: 600;
  color: rgb(12 74 110 / 1);
  margin: 0 0 0.75rem;
}

.faq-item p {
  margin: 0;
  color: rgb(51 65 85 / 1);
}

.related-services {
  margin-top: 3rem;
  padding-top: 2rem;
  border-top: 1px solid rgb(224 242 254 / 1);
}

.related-services h3 {
  margin-bottom: 1.5rem;
}

.related-services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}

.related-service-card {
  padding: 1.5rem;
  background-color: rgb(255 255 255 / 1);
  border: 1px solid rgb(224 242 254 / 1);
  border-radius: 0.5rem;
  text-decoration: none;
  transition: all 0.3s ease;
}

.related-service-card:hover {
  border-color: rgb(56 189 248 / 1);
  box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1);
}

.related-service-card h4 {
  color: rgb(12 74 110 / 1);
  font-size: 1.125rem;
  font-weight: 600;
  margin: 0 0 0.5rem;
}

.related-service-card p {
  color: rgb(71 85 105 / 1);
  font-size: 0.875rem;
  margin: 0;
}

.service-sidebar {
  min-width: 0;
}

.sidebar-card {
  background-color: rgb(255 255 255 / 1);
  border: 1px solid rgb(224 242 254 / 1);
  border-radius: 0.5rem;
  padding: 1.5rem;
  margin-bottom: 1.5rem;
}

.sidebar-card h3 {
  font-size: 1.125rem;
  font-weight: 600;
  color: rgb(12 74 110 / 1);
  margin: 0 0 1rem;
}

.sidebar-card p {
  color: rgb(51 65 85 / 1);
  font-size: 0.875rem;
  line-height: 1.6;
  margin-bottom: 0.5rem;
}

.sidebar-card a {
  color: rgb(7 89 133 / 1);
}

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

.sidebar-services-list li {
  margin-bottom: 0.5rem;
}

.sidebar-services-list a {
  color: rgb(51 65 85 / 1);
  text-decoration: none;
  font-size: 0.875rem;
  display: block;
  padding: 0.5rem;
  border-radius: 0.25rem;
  transition: all 0.2s ease;
}

.sidebar-services-list a:hover {
  background-color: rgb(240 249 255 / 1);
  color: rgb(7 89 133 / 1);
}

@media (max-width: 992px) {
  .service-content-container {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .service-detail-hero h1 {
    font-size: 1.875rem;
  }

  .service-hero-subtitle {
    font-size: 1rem;
  }

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

/* Blog & FAQs Page Styles */
.blog-hero {
  background: linear-gradient(135deg, rgb(7 89 133 / 0.95) 0%, rgb(14 116 144 / 0.95) 100%);
  color: white;
  padding: 4rem 1rem 3rem;
  text-align: center;
}

.blog-hero-container {
  max-width: 900px;
  margin: 0 auto;
}

.blog-hero h1 {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
  font-family: 'Playfair Display', serif;
}

.blog-hero-subtitle {
  font-size: 1.125rem;
  opacity: 0.95;
  line-height: 1.6;
}

.blog-content-section {
  padding: 3rem 1rem;
  background-color: rgb(249 250 251);
}

.blog-container {
  max-width: 1200px;
  margin: 0 auto;
}

.section-intro {
  text-align: center;
  color: rgb(107 114 128);
  font-size: 1.125rem;
  margin-bottom: 2rem;
}

/* Quick FAQs Grid */
.quick-faqs-section {
  background: white;
  padding: 3rem 2rem;
  border-radius: 12px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  margin-bottom: 3rem;
}

.quick-faqs-section h2 {
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  color: rgb(7 89 133);
  margin-bottom: 0.5rem;
}

.faqs-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 1.5rem;
  margin-top: 2rem;
}

.faq-card {
  background: rgb(240 249 255 / 0.4);
  padding: 1.5rem;
  border-radius: 8px;
  border: 1px solid rgb(186 230 253);
  transition: all 0.3s ease;
}

.faq-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 4px 12px rgba(7, 89, 133, 0.15);
  border-color: rgb(56 189 248);
}

.faq-card h3 {
  font-size: 1.125rem;
  font-weight: 600;
  color: rgb(7 89 133);
  margin-bottom: 0.75rem;
}

.faq-card p {
  color: rgb(55 65 81);
  line-height: 1.6;
  margin-bottom: 1rem;
}

.faq-learn-more {
  color: rgb(7 89 133);
  font-weight: 600;
  text-decoration: none;
  transition: color 0.2s ease;
}

.faq-learn-more:hover {
  color: rgb(56 189 248);
}

/* Blog Articles Section */
.blog-articles-section {
  margin-top: 3rem;
}

.blog-articles-section > h2 {
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  color: rgb(7 89 133);
  margin-bottom: 0.5rem;
}

.blog-article {
  background: white;
  padding: 3rem 2.5rem;
  border-radius: 12px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  margin-bottom: 3rem;
}

.article-header {
  margin-bottom: 2rem;
  border-bottom: 2px solid rgb(240 249 255);
  padding-bottom: 1.5rem;
}

.article-category {
  display: inline-block;
  background: rgb(7 89 133);
  color: white;
  padding: 0.375rem 1rem;
  border-radius: 20px;
  font-size: 0.875rem;
  font-weight: 600;
  margin-bottom: 1rem;
}

.article-header h3 {
  font-size: 1.875rem;
  font-weight: 700;
  color: rgb(17 24 39);
  margin-bottom: 0.75rem;
  font-family: 'Playfair Display', serif;
}

.article-meta {
  display: flex;
  gap: 1.5rem;
  flex-wrap: wrap;
  color: rgb(107 114 128);
  font-size: 0.875rem;
}

.article-content {
  color: rgb(55 65 81);
  line-height: 1.8;
}

.article-intro {
  font-size: 1.125rem;
  line-height: 1.8;
  color: rgb(55 65 81);
  margin-bottom: 2rem;
  font-weight: 500;
}

.article-content h4 {
  font-size: 1.5rem;
  font-weight: 700;
  color: rgb(7 89 133);
  margin-top: 2.5rem;
  margin-bottom: 1rem;
}

.article-content p {
  margin-bottom: 1.25rem;
}

.article-list {
  margin: 1.25rem 0 1.25rem 1.5rem;
  list-style-type: disc;
}

.article-list li {
  margin-bottom: 0.75rem;
  padding-left: 0.5rem;
  line-height: 1.7;
}

.article-list li strong {
  color: rgb(17 24 39);
  font-weight: 600;
}

.comparison-table {
  overflow-x: auto;
  margin: 2rem 0;
}

.comparison-table table {
  width: 100%;
  border-collapse: collapse;
  background: white;
  border: 1px solid rgb(229 231 235);
}

.comparison-table th,
.comparison-table td {
  padding: 1rem;
  text-align: left;
  border: 1px solid rgb(229 231 235);
}

.comparison-table th {
  background: rgb(240 249 255);
  color: rgb(7 89 133);
  font-weight: 600;
}

.comparison-table tr:nth-child(even) {
  background: rgb(249 250 251);
}

.article-cta {
  margin-top: 2.5rem;
  padding-top: 2rem;
  border-top: 2px solid rgb(240 249 255);
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  justify-content: center;
}

.blog-final-cta {
  background: linear-gradient(135deg, rgb(7 89 133) 0%, rgb(14 116 144) 100%);
  color: white;
  padding: 3rem 2rem;
  border-radius: 12px;
  text-align: center;
  margin-top: 3rem;
}

.blog-final-cta h2 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

.blog-final-cta p {
  font-size: 1.125rem;
  margin-bottom: 2rem;
  opacity: 0.95;
}

.cta-buttons {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
}

/* Updates & Offers Page Styles */
.updates-hero {
  background: linear-gradient(135deg, rgb(7 89 133 / 0.95) 0%, rgb(14 116 144 / 0.95) 100%);
  color: white;
  padding: 4rem 1rem 3rem;
  text-align: center;
}

.updates-hero-container {
  max-width: 900px;
  margin: 0 auto;
}

.updates-hero h1 {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
  font-family: 'Playfair Display', serif;
}

.updates-hero-subtitle {
  font-size: 1.125rem;
  opacity: 0.95;
  line-height: 1.6;
}

.updates-content-section {
  padding: 3rem 1rem;
  background-color: rgb(249 250 251);
}

.updates-container {
  max-width: 1200px;
  margin: 0 auto;
}

/* Featured Offers Section */
.featured-offers-section {
  background: white;
  padding: 3rem 2rem;
  border-radius: 12px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  margin-bottom: 3rem;
}

.featured-offers-section h2 {
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  color: rgb(7 89 133);
  margin-bottom: 0.5rem;
}

.offers-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  margin-top: 2rem;
}

.offer-card {
  background: rgb(240 249 255 / 0.4);
  border: 2px solid rgb(186 230 253);
  border-radius: 12px;
  overflow: hidden;
  transition: all 0.3s ease;
  position: relative;
}

.offer-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(7, 89, 133, 0.2);
  border-color: rgb(56 189 248);
}

.featured-offer {
  border-color: rgb(251 191 36);
  background: linear-gradient(135deg, rgb(254 249 195) 0%, rgb(253 246 178) 100%);
}

.offer-badge {
  background: rgb(7 89 133);
  color: white;
  padding: 0.5rem 1rem;
  font-size: 0.875rem;
  font-weight: 600;
  text-align: center;
}

.featured-offer .offer-badge {
  background: rgb(217 119 6);
}

.new-badge {
  background: rgb(34 197 94);
}

.family-badge {
  background: rgb(168 85 247);
}

.offer-content {
  padding: 2rem;
}

.offer-content h3 {
  font-size: 1.5rem;
  font-weight: 700;
  color: rgb(17 24 39);
  margin-bottom: 0.75rem;
}

.offer-discount {
  font-size: 1.25rem;
  font-weight: 600;
  color: rgb(7 89 133);
  margin-bottom: 1rem;
}

.offer-description {
  color: rgb(55 65 81);
  line-height: 1.6;
  margin-bottom: 1.25rem;
}

.offer-details {
  list-style: none;
  margin: 1.5rem 0;
  padding: 1rem;
  background: white;
  border-radius: 8px;
}

.offer-details li {
  color: rgb(55 65 81);
  margin-bottom: 0.5rem;
  line-height: 1.6;
}

.offer-validity {
  color: rgb(107 114 128);
  font-size: 0.875rem;
  font-weight: 600;
  margin-top: 1rem;
}

.offer-cta-group {
  display: flex;
  gap: 0.75rem;
  margin-top: 1.5rem;
  flex-wrap: wrap;
}

/* News Updates Section */
.news-updates-section {
  margin-top: 3rem;
}

.news-updates-section h2 {
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  color: rgb(7 89 133);
  margin-bottom: 0.5rem;
}

.news-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  margin-top: 2rem;
}

.news-card {
  background: white;
  padding: 2rem;
  border-radius: 12px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  border-left: 4px solid rgb(56 189 248);
}

.news-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(7, 89, 133, 0.15);
}

.news-date {
  color: rgb(107 114 128);
  font-size: 0.875rem;
  font-weight: 600;
  margin-bottom: 0.75rem;
}

.news-card h3 {
  font-size: 1.25rem;
  font-weight: 700;
  color: rgb(17 24 39);
  margin-bottom: 1rem;
}

.news-card > p {
  color: rgb(55 65 81);
  line-height: 1.6;
  margin-bottom: 1rem;
}

.news-details {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid rgb(229 231 235);
}

.news-details p {
  color: rgb(55 65 81);
  margin-bottom: 0.75rem;
  font-weight: 600;
}

.news-details ul {
  margin: 0.75rem 0 0.75rem 1.5rem;
  list-style-type: disc;
}

.news-details li {
  color: rgb(55 65 81);
  margin-bottom: 0.5rem;
  line-height: 1.6;
}

.news-link {
  display: inline-block;
  margin-top: 1rem;
  color: rgb(7 89 133);
  font-weight: 600;
  text-decoration: none;
  transition: color 0.2s ease;
}

.news-link:hover {
  color: rgb(56 189 248);
}

/* Health Tips Section */
.health-tips-section {
  margin-top: 3rem;
  background: white;
  padding: 3rem 2rem;
  border-radius: 12px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.health-tips-section h2 {
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  color: rgb(7 89 133);
  margin-bottom: 0.5rem;
}

.tips-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.5rem;
  margin-top: 2rem;
}

.tip-card {
  background: rgb(240 249 255 / 0.4);
  padding: 1.5rem;
  border-radius: 8px;
  border: 1px solid rgb(186 230 253);
  text-align: center;
  transition: all 0.3s ease;
}

.tip-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 4px 12px rgba(7, 89, 133, 0.15);
  border-color: rgb(56 189 248);
}

.tip-icon {
  font-size: 3rem;
  margin-bottom: 1rem;
}

.tip-card h3 {
  font-size: 1.125rem;
  font-weight: 600;
  color: rgb(7 89 133);
  margin-bottom: 0.75rem;
}

.tip-card p {
  color: rgb(55 65 81);
  line-height: 1.6;
  text-align: left;
}

/* Community Section */
.community-section {
  margin-top: 3rem;
}

.community-section h2 {
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  color: rgb(7 89 133);
  margin-bottom: 0.5rem;
}

.community-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2rem;
  margin-top: 2rem;
}

.community-card {
  background: white;
  padding: 2rem;
  border-radius: 12px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

.community-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(7, 89, 133, 0.15);
}

.community-card h3 {
  font-size: 1.25rem;
  font-weight: 700;
  color: rgb(17 24 39);
  margin-bottom: 1rem;
}

.community-card p {
  color: rgb(55 65 81);
  line-height: 1.6;
  margin-bottom: 0.75rem;
}

.community-card p:last-child {
  color: rgb(7 89 133);
  font-weight: 600;
  margin-top: 1rem;
}

/* Newsletter Section */
.newsletter-section {
  margin-top: 3rem;
  background: linear-gradient(135deg, rgb(240 249 255) 0%, rgb(224 242 254) 100%);
  padding: 3rem 2rem;
  border-radius: 12px;
  border: 2px solid rgb(186 230 253);
}

.newsletter-content {
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
}

.newsletter-content h2 {
  font-size: 2rem;
  font-weight: 700;
  color: rgb(7 89 133);
  margin-bottom: 1rem;
}

.newsletter-content p {
  color: rgb(55 65 81);
  line-height: 1.6;
  margin-bottom: 1.5rem;
}

.newsletter-form {
  display: flex;
  gap: 0.75rem;
  max-width: 500px;
  margin: 0 auto 1rem;
}

.newsletter-input {
  flex: 1;
  padding: 0.875rem 1.25rem;
  border: 2px solid rgb(186 230 253);
  border-radius: 8px;
  font-size: 1rem;
  transition: border-color 0.2s ease;
}

.newsletter-input:focus {
  outline: none;
  border-color: rgb(56 189 248);
}

.newsletter-note {
  color: rgb(107 114 128);
  font-size: 0.875rem;
}

/* Final CTA */
.updates-final-cta {
  background: linear-gradient(135deg, rgb(7 89 133) 0%, rgb(14 116 144) 100%);
  color: white;
  padding: 3rem 2rem;
  border-radius: 12px;
  text-align: center;
  margin-top: 3rem;
}

.updates-final-cta h2 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

.updates-final-cta p {
  font-size: 1.125rem;
  margin-bottom: 2rem;
  opacity: 0.95;
}

/* Home Page Blog & Updates Preview Sections */
.home-blog-preview,
.home-updates-preview {
  padding: 4rem 1rem;
  background-color: rgb(249 250 251);
}

.home-updates-preview {
  background: linear-gradient(135deg, rgb(240 249 255) 0%, rgb(224 242 254) 100%);
}

.home-preview-container {
  max-width: 1200px;
  margin: 0 auto;
}

.preview-header {
  text-align: center;
  margin-bottom: 3rem;
}

.preview-header h2 {
  font-size: 2rem;
  font-weight: 700;
  color: rgb(7 89 133);
  margin-bottom: 0.75rem;
  font-family: 'Playfair Display', serif;
}

.preview-header p {
  font-size: 1.125rem;
  color: rgb(107 114 128);
  max-width: 700px;
  margin: 0 auto;
}

.preview-cards-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  margin-bottom: 3rem;
}

.preview-card {
  background: white;
  padding: 2rem;
  border-radius: 12px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  border: 2px solid rgb(224 242 254);
  transition: all 0.3s ease;
  position: relative;
}

.preview-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(7, 89, 133, 0.15);
  border-color: rgb(56 189 248);
}

.offer-highlight {
  border-color: rgb(251 191 36);
  background: linear-gradient(135deg, rgb(254 249 195) 0%, rgb(253 246 178) 100%);
}

.preview-badge {
  display: inline-block;
  background: rgb(7 89 133);
  color: white;
  padding: 0.375rem 0.875rem;
  border-radius: 20px;
  font-size: 0.875rem;
  font-weight: 600;
  margin-bottom: 1rem;
}

.preview-badge.featured {
  background: rgb(217 119 6);
}

.preview-badge.new {
  background: rgb(34 197 94);
}

.preview-badge.news {
  background: rgb(59 130 246);
}

.preview-card h3 {
  font-size: 1.25rem;
  font-weight: 700;
  color: rgb(17 24 39);
  margin-bottom: 0.75rem;
  line-height: 1.4;
}

.preview-card p {
  color: rgb(55 65 81);
  line-height: 1.6;
  margin-bottom: 1rem;
}

.offer-validity {
  font-size: 0.875rem;
  font-weight: 600;
  color: rgb(7 89 133);
  margin-bottom: 1rem;
  padding-top: 0.5rem;
  border-top: 1px solid rgb(224 242 254);
}

.preview-link {
  display: inline-block;
  color: rgb(7 89 133);
  font-weight: 600;
  text-decoration: none;
  transition: color 0.2s ease;
  margin-top: 0.5rem;
}

.preview-link:hover {
  color: rgb(56 189 248);
}

.preview-cta {
  text-align: center;
  margin-top: 2rem;
}

.preview-cta .gjs-t-button {
  padding: 0.875rem 2rem;
  font-size: 1.0625rem;
}

/* Patient Reviews Page Styles */
.reviews-hero {
  background: linear-gradient(135deg, rgb(7 89 133 / 0.95) 0%, rgb(14 116 144 / 0.95) 100%);
  color: white;
  padding: 4rem 1rem 3rem;
  text-align: center;
}

.reviews-hero-container {
  max-width: 900px;
  margin: 0 auto;
}

.reviews-hero h1 {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
  font-family: 'Playfair Display', serif;
}

.reviews-hero-subtitle {
  font-size: 1.125rem;
  opacity: 0.95;
  line-height: 1.6;
  margin-bottom: 2rem;
}

.reviews-rating-summary {
  background: white;
  color: rgb(17 24 39);
  padding: 2rem;
  border-radius: 12px;
  margin-top: 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
}

.rating-score {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}

.rating-number {
  font-size: 3rem;
  font-weight: 700;
  color: rgb(7 89 133);
}

.rating-stars {
  font-size: 1.5rem;
}

.rating-text {
  color: rgb(107 114 128);
  font-size: 0.9375rem;
}

.reviews-content-section {
  padding: 4rem 1rem;
  background-color: rgb(249 250 251);
}

.reviews-container {
  max-width: 1200px;
  margin: 0 auto;
}

.reviews-intro {
  text-align: center;
  margin-bottom: 3rem;
  padding: 0 1rem;
}

.reviews-intro h2 {
  font-size: 2rem;
  font-weight: 700;
  color: rgb(7 89 133);
  margin-bottom: 1rem;
  font-family: 'Playfair Display', serif;
}

.reviews-intro p {
  font-size: 1.125rem;
  color: rgb(107 114 128);
  max-width: 800px;
  margin: 0 auto;
  line-height: 1.6;
}

.reviews-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
  gap: 2rem;
  margin-bottom: 4rem;
}

.review-card {
  background: white;
  padding: 2rem;
  border-radius: 12px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  border: 2px solid rgb(224 242 254);
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.review-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(7, 89, 133, 0.15);
  border-color: rgb(56 189 248);
}

.review-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.review-author-info {
  display: flex;
  gap: 1rem;
  align-items: center;
}

.review-avatar {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  object-fit: cover;
}

.review-author-details {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.review-author {
  font-size: 1.125rem;
  font-weight: 600;
  color: rgb(17 24 39);
  margin: 0;
}

.review-meta {
  display: flex;
  gap: 0.75rem;
  align-items: center;
  flex-wrap: wrap;
}

.review-rating {
  color: rgb(251 191 36);
  font-size: 0.875rem;
}

.review-date {
  color: rgb(107 114 128);
  font-size: 0.8125rem;
}

.review-platform-logo {
  width: 24px;
  height: 24px;
  opacity: 0.7;
}

.review-content {
  color: rgb(55 65 81);
  line-height: 1.7;
  flex-grow: 1;
}

.review-content p {
  margin: 0;
}

.review-treatment {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
}

.treatment-tag {
  display: inline-block;
  background: rgb(240 249 255);
  color: rgb(7 89 133);
  padding: 0.375rem 0.875rem;
  border-radius: 20px;
  font-size: 0.8125rem;
  font-weight: 600;
}

.review-link {
  display: inline-block;
  color: rgb(7 89 133);
  font-weight: 600;
  text-decoration: none;
  font-size: 0.9375rem;
  transition: color 0.2s ease;
}

.review-link:hover {
  color: rgb(56 189 248);
}

.reviews-cta-section {
  background: linear-gradient(135deg, rgb(7 89 133) 0%, rgb(14 116 144) 100%);
  color: white;
  padding: 3rem 2rem;
  border-radius: 12px;
  text-align: center;
  margin-top: 2rem;
}

.reviews-cta-section h2 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

.reviews-cta-section p {
  font-size: 1.125rem;
  margin-bottom: 2rem;
  opacity: 0.95;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

/* Responsive Adjustments for Blog & Updates Pages */
@media (max-width: 767.98px) {
  .reviews-hero h1 {
    font-size: 1.875rem;
  }

  .reviews-hero-subtitle {
    font-size: 1rem;
  }

  .reviews-rating-summary {
    padding: 1.5rem;
  }

  .rating-number {
    font-size: 2.5rem;
  }

  .rating-stars {
    font-size: 1.25rem;
  }

  .reviews-intro h2 {
    font-size: 1.5rem;
  }

  .reviews-intro p {
    font-size: 1rem;
  }

  .reviews-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .review-card {
    padding: 1.5rem;
  }

  .reviews-cta-section h2 {
    font-size: 1.5rem;
  }

  .reviews-cta-section p {
    font-size: 1rem;
  }

  .home-blog-preview,
  .home-updates-preview {
    padding: 3rem 1rem;
  }

  .preview-header h2 {
    font-size: 1.5rem;
  }

  .preview-header p {
    font-size: 1rem;
  }

  .preview-cards-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .preview-card {
    padding: 1.5rem;
  }

  .blog-hero h1,
  .updates-hero h1 {
    font-size: 1.875rem;
  }

  .blog-hero-subtitle,
  .updates-hero-subtitle {
    font-size: 1rem;
  }

  .quick-faqs-section,
  .featured-offers-section,
  .blog-article,
  .health-tips-section {
    padding: 2rem 1.5rem;
  }

  .quick-faqs-section h2,
  .featured-offers-section h2,
  .news-updates-section h2,
  .health-tips-section h2,
  .community-section h2,
  .blog-articles-section > h2 {
    font-size: 1.5rem;
  }

  .faqs-grid,
  .offers-grid,
  .news-grid,
  .tips-grid,
  .community-grid {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }

  .article-header h3 {
    font-size: 1.5rem;
  }

  .article-content h4 {
    font-size: 1.25rem;
  }

  .article-cta {
    flex-direction: column;
  }

  .offer-cta-group {
    flex-direction: column;
  }

  .newsletter-form {
    flex-direction: column;
  }

  .cta-buttons {
    flex-direction: column;
  }

  .comparison-table {
    font-size: 0.875rem;
  }

  .comparison-table th,
  .comparison-table td {
    padding: 0.75rem 0.5rem;
  }
}