/*
Theme Name: Gupta Hospital & Research Centre Kathua Theme
Theme URI: https://guptahospitalkathua.com/
Author: Lovable AI Conversion
Author URI: https://example.com
Description: WordPress theme for Gupta Hospital & Research Centre, Kathua with live-site content, logo colors, doctors, timetable, infrastructure, testimonials, and contact details.
Version: 1.0.70
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: ghrc_drona
*/

:root {
  --ghrc-navy: #161b39;
  --ghrc-red: #f14450;
  --ghrc-blue: #0e8fc5;
  --ghrc-teal: #29a88f;
  --ghrc-button-bg: #f14450;
  --ghrc-button-hover-bg: #161b39;
  --ghrc-heading-pink: #f14450;
  --ghrc-heading-gradient: linear-gradient(
    90deg,
    var(--ghrc-navy) 0%,
    var(--ghrc-heading-pink) 38%,
    var(--ghrc-blue) 70%,
    var(--ghrc-teal) 100%
  );
  --ghrc-heading-gradient-light: linear-gradient(
    90deg,
    #fff 0%,
    #ffb8c0 36%,
    #91daf0 70%,
    #74e2cf 100%
  );
  --background: 210 40% 99%;
  --foreground: 238 42% 14%;
  --card: 0 0% 100%;
  --card-foreground: 238 42% 14%;
  --primary: 239 51% 17%;
  --primary-foreground: 0 0% 100%;
  --primary-glow: 197 90% 42%;
  --secondary: 174 63% 39%;
  --secondary-foreground: 0 0% 100%;
  --accent: 166 58% 95%;
  --accent-foreground: 178 58% 24%;
  --muted: 210 32% 96%;
  --muted-foreground: 220 14% 42%;
  --emergency: 357 87% 61%;
  --emergency-foreground: 0 0% 100%;
  --border: 214 26% 89%;
  --input: 214 26% 89%;
  --ring: 197 90% 42%;
  --radius: 0.5rem;
  --gradient-primary: #161b39;
  --ghrc-inner-hero-height: 400px;
  --gradient-hero: linear-gradient(
    135deg,
    rgba(10, 12, 45, 0.88),
    rgba(14, 143, 197, 0.58) 58%,
    rgba(34, 155, 133, 0.46)
  );
  --gradient-soft: linear-gradient(180deg, #ffffff 0%, #eef8f8 100%);
  --gradient-teal: linear-gradient(
    135deg,
    var(--ghrc-teal) 0%,
    var(--ghrc-blue) 100%
  );
  --shadow-soft: 0 4px 18px -8px rgba(22, 19, 63, 0.22);
  --shadow-elegant: 0 18px 42px -24px rgba(22, 19, 63, 0.24);
  --shadow-glow: 0 0 44px rgba(14, 143, 197, 0.24);
  --shadow-card: 0 8px 28px -18px rgba(22, 19, 63, 0.22);
}

html {
  scroll-padding-top: 88px;
  font-size: 94%;
}

::selection {
  background: rgba(239, 63, 78, 0.22);
  color: var(--ghrc-navy);
}

h1,
h2,
h3,
h4,
h5,
h6,
[class*="tracking-"] {
  letter-spacing: 0 !important;
}

.rounded-xl,
.rounded-2xl,
.rounded-3xl {
  border-radius: 8px !important;
}

.ghrc-hero-slider {
  height: 88svh !important;
  min-height: 650px !important;
  max-height: 860px !important;
}

.ghrc-hero-slider [data-hero-image] {
  object-position: center top;
}

.ghrc-banner-title {
  max-width: 1040px;
  font-size: clamp(2.25rem, 3.7vw, 3.15rem) !important;
  line-height: 1.08 !important;
}

.ghrc-quick-actions {
  margin-top: -1rem !important;
}

.ghrc-top-marquee {
  overflow: hidden;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  background: linear-gradient(
    135deg,
    #02040e 0%,
    #051757 30%,
    #0c252a 55%,
    #ef4444 78%,
    #e96d6dde 100%
  ) !important;
  color: #fff;
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}

.ghrc-top-marquee__track {
  display: flex;
  width: max-content;
  align-items: center;
  animation: ghrc-marquee 30s linear infinite;
}

.ghrc-top-marquee__group {
  display: inline-flex;
  align-items: center;
  gap: 2rem;
  padding: 0.55rem 2rem;
}

.ghrc-top-marquee__group span {
  position: relative;
}

.ghrc-top-marquee__group span:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -1.1rem;
  width: 0.32rem;
  height: 0.32rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  transform: translateY(-50%);
}

.ghrc-top-marquee:hover .ghrc-top-marquee__track {
  animation-play-state: paused;
}

.ghrc-topbar {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background:
    linear-gradient(90deg, rgba(22, 27, 57, 0.98), rgba(18, 24, 52, 0.98)),
    var(--ghrc-navy) !important;
}

.ghrc-topbar .container {
  min-height: 2.45rem;
}

.ghrc-topbar__location,
.ghrc-topbar__phone,
.ghrc-topbar__emergency {
  font-weight: 800;
  line-height: 1;
}

.ghrc-topbar__phone {
  color: rgba(255, 255, 255, 0.94) !important;
}

.ghrc-topbar__phone:hover,
.ghrc-topbar__phone:focus-visible {
  color: #8ddaf0 !important;
}

.ghrc-topbar__emergency {
  min-height: 1.9rem;
  border: 1px solid rgba(241, 68, 80, 0.34);
  border-radius: 999px;
  background: rgba(241, 68, 80, 0.13);
  padding: 0.3rem 0.78rem 0.3rem 0.35rem;
  color: #fff !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.ghrc-topbar__emergency:hover,
.ghrc-topbar__emergency:focus-visible {
  background: rgba(241, 68, 80, 0.24);
  border-color: rgba(241, 68, 80, 0.62);
}

.ghrc-topbar__emergency-icon {
  display: grid;
  width: 1.45rem;
  height: 1.45rem;
  place-items: center;
  border-radius: 999px;
  background: var(--ghrc-button-bg);
  color: #fff;
  box-shadow: 0 0 0 4px rgba(241, 68, 80, 0.18);
}

.ghrc-topbar__emergency-icon svg {
  stroke-width: 2.4;
}

.ghrc-topbar__socials {
  gap: 0.45rem !important;
}

.ghrc-topbar__social-link {
  display: grid;
  width: 1.7rem;
  height: 1.7rem;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  color: #fff !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.ghrc-topbar__social-link:hover,
.ghrc-topbar__social-link:focus-visible {
  border-color: rgba(255, 255, 255, 0.34);
  background: var(--ghrc-button-bg);
  color: #fff !important;
  transform: translateY(-1px);
}

.ghrc-topbar__social-link svg {
  width: 0.9rem;
  height: 0.9rem;
  stroke-width: 2.3;
}

@keyframes ghrc-marquee {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

.ghrc-cursor {
  --ghrc-cursor-dot-x: 50vw;
  --ghrc-cursor-dot-y: 50vh;
  --ghrc-cursor-ring-x: 50vw;
  --ghrc-cursor-ring-y: 50vh;
  --ghrc-cursor-dot-scale: 1;
  --ghrc-cursor-ring-scale: 1;
  position: fixed;
  inset: 0;
  z-index: 2147483647;
  opacity: 0;
  pointer-events: none;
  transition: opacity 180ms ease;
}

.ghrc-cursor.is-visible {
  opacity: 1;
}

.ghrc-cursor__ring,
.ghrc-cursor__dot {
  position: fixed;
  top: 0;
  left: 0;
  border-radius: 999px;
  pointer-events: none;
  transform: translate3d(
      var(--ghrc-cursor-ring-x),
      var(--ghrc-cursor-ring-y),
      0
    )
    translate(-50%, -50%) scale(var(--ghrc-cursor-ring-scale));
  transition:
    width 180ms ease,
    height 180ms ease,
    border-color 180ms ease,
    background-color 180ms ease,
    transform 120ms ease;
}

.ghrc-cursor__ring {
  width: 34px;
  height: 34px;
  border: 1px solid rgba(14, 143, 197, 0.62);
  background: rgba(14, 143, 197, 0.06);
  box-shadow: 0 0 26px rgba(14, 143, 197, 0.14);
}

.ghrc-cursor__dot {
  width: 7px;
  height: 7px;
  background: var(--ghrc-red);
  box-shadow: 0 0 18px rgba(239, 63, 78, 0.35);
  transform: translate3d(var(--ghrc-cursor-dot-x), var(--ghrc-cursor-dot-y), 0)
    translate(-50%, -50%) scale(var(--ghrc-cursor-dot-scale));
}

.ghrc-cursor.is-hovering {
  --ghrc-cursor-dot-scale: 0.72;
  --ghrc-cursor-ring-scale: 1.18;
}

.ghrc-cursor.is-hovering .ghrc-cursor__ring {
  width: 48px;
  height: 48px;
  border-color: rgba(239, 63, 78, 0.62);
  background: rgba(239, 63, 78, 0.08);
}

.ghrc-cursor.is-down {
  --ghrc-cursor-dot-scale: 0.55;
  --ghrc-cursor-ring-scale: 0.86;
}

@media (pointer: coarse), (prefers-reduced-motion: reduce) {
  .ghrc-cursor {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ghrc-top-marquee {
    white-space: normal;
  }

  .ghrc-top-marquee__track {
    width: 100%;
    animation: none;
    transform: none;
  }

  .ghrc-top-marquee__group {
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 0.45rem;
    padding: 0.55rem 1rem;
  }

  .ghrc-top-marquee__group[aria-hidden="true"] {
    display: none;
  }
}

.site-header {
  border-bottom: 1px solid hsl(var(--border));
  box-shadow: 0 10px 28px -26px rgba(22, 19, 63, 0.35);
}

.ghrc-breadcrumb {
  display: block;
  margin-bottom: clamp(1rem, 2vw, 1.45rem);
  color: #64748b;
  font-size: 0.84rem;
  font-weight: 800;
  line-height: 1.35;
}

.ghrc-global-breadcrumb {
  position: relative;
  z-index: 12;
  border-bottom: 1px solid rgba(14, 143, 197, 0.12);
  background:
    linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.96),
      rgba(239, 250, 250, 0.94)
    ),
    #fff;
  box-shadow: 0 12px 28px -28px rgba(22, 19, 63, 0.32);
  padding: 0.78rem 0;
}

.ghrc-global-breadcrumb .ghrc-breadcrumb {
  margin-bottom: 0;
}

.ghrc-breadcrumb__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.45rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.ghrc-breadcrumb__item {
  display: inline-flex;
  min-width: 0;
  align-items: center;
  gap: 0.45rem;
}

.ghrc-breadcrumb__item:not(:last-child)::after {
  content: "";
  width: 0.38rem;
  height: 0.38rem;
  flex: 0 0 0.38rem;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  opacity: 0.45;
  transform: rotate(45deg);
}

.ghrc-breadcrumb a,
.ghrc-breadcrumb span {
  display: inline-flex;
  min-width: 0;
  max-width: min(42vw, 24rem);
  align-items: center;
  color: inherit;
  overflow: hidden;
  text-decoration: none !important;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ghrc-breadcrumb a {
  color: var(--ghrc-blue);
  transition:
    color 180ms ease,
    transform 180ms ease;
}

.ghrc-breadcrumb a:hover,
.ghrc-breadcrumb a:focus-visible {
  color: var(--ghrc-teal);
  transform: translateY(-1px);
}

.ghrc-breadcrumb span[aria-current="page"] {
  color: var(--ghrc-navy);
}

.ghrc-breadcrumb--light {
  color: rgba(255, 255, 255, 0.68);
}

.ghrc-breadcrumb--light a {
  color: rgba(255, 255, 255, 0.88);
}

.ghrc-breadcrumb--light a:hover,
.ghrc-breadcrumb--light a:focus-visible,
.ghrc-breadcrumb--light span[aria-current="page"] {
  color: #fff;
}

.site-header nav a {
  position: relative;
}

.site-header nav a:hover {
  color: var(--ghrc-red) !important;
}

.ghrc-primary-nav > a,
.ghrc-primary-nav > .ghrc-mega-nav > .ghrc-mega-trigger {
  white-space: nowrap;
}

.ghrc-primary-nav > a,
.ghrc-primary-nav > .ghrc-mega-nav > .ghrc-mega-trigger {
  padding-inline: 0.75rem !important;
  font-size: 0.86rem !important;
}

.ghrc-mega-nav {
  position: relative;
}

.ghrc-mega-nav::after {
  content: "";
  position: absolute;
  top: 100%;
  left: -1rem;
  right: -1rem;
  height: 1.1rem;
}

.ghrc-mega-trigger {
  display: inline-flex !important;
  align-items: center;
  gap: 0.35rem;
}

.ghrc-mega-trigger svg {
  transition: transform 180ms ease;
}

.ghrc-mega-nav:hover .ghrc-mega-trigger svg,
.ghrc-mega-nav:focus-within .ghrc-mega-trigger svg {
  transform: rotate(180deg);
}

.ghrc-mega-menu {
  position: absolute;
  top: calc(100% + 1rem);
  left: 50%;
  z-index: 80;
  width: min(1080px, calc(100vw - 2rem));
  transform: translate3d(-50%, 10px, 0);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition:
    opacity 180ms ease,
    transform 180ms ease,
    visibility 180ms ease;
}

.ghrc-mega-nav:hover .ghrc-mega-menu,
.ghrc-mega-nav:focus-within .ghrc-mega-menu {
  transform: translate3d(-50%, 0, 0);
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.ghrc-simple-menu {
  position: absolute;
  top: calc(100% + 1rem);
  left: 0;
  z-index: 85;
  width: min(340px, calc(100vw - 2rem));
  transform: translate3d(0, 10px, 0);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition:
    opacity 180ms ease,
    transform 180ms ease,
    visibility 180ms ease;
}

.ghrc-dropdown-nav:hover .ghrc-simple-menu,
.ghrc-dropdown-nav:focus-within .ghrc-simple-menu {
  transform: translate3d(0, 0, 0);
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.ghrc-simple-menu--wide {
  left: 50%;
  width: min(680px, calc(100vw - 2rem));
  transform: translate3d(-50%, 10px, 0);
}

.ghrc-dropdown-nav:hover .ghrc-simple-menu--wide,
.ghrc-dropdown-nav:focus-within .ghrc-simple-menu--wide {
  transform: translate3d(-50%, 0, 0);
}

.ghrc-simple-menu__panel {
  max-height: calc(100svh - 8rem);
  overflow-y: auto;
  overscroll-behavior: contain;
  border: 1px solid rgba(14, 143, 197, 0.18);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.99);
  box-shadow:
    0 28px 60px -34px rgba(22, 19, 63, 0.52),
    0 8px 24px -18px rgba(14, 143, 197, 0.28);
  padding: 0.65rem;
}

.ghrc-simple-menu--wide .ghrc-simple-menu__panel {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.15rem 0.35rem;
}

.ghrc-simple-menu__item {
  display: flex;
  align-items: flex-start;
  gap: 0.72rem;
  min-width: 0;
  border-radius: 8px;
  color: var(--ghrc-navy) !important;
  padding: 0.78rem 0.7rem;
  text-decoration: none !important;
  transition:
    background 180ms ease,
    transform 180ms ease,
    color 180ms ease;
}

.ghrc-simple-menu__item:hover,
.ghrc-simple-menu__item:focus-visible {
  background: rgba(41, 168, 143, 0.08);
  color: var(--ghrc-navy) !important;
  transform: translateX(2px);
}

.ghrc-simple-menu__icon {
  display: grid;
  width: 2.1rem;
  height: 2.1rem;
  flex: 0 0 2.1rem;
  place-items: center;
  border-radius: 8px;
  background: rgba(14, 143, 197, 0.1);
  color: var(--ghrc-blue);
}

.ghrc-simple-menu__icon svg,
.ghrc-simple-menu__icon i {
  display: block;
  width: 1.1rem;
  height: 1.1rem;
}

.ghrc-simple-menu__item strong,
.ghrc-simple-menu__item small {
  display: block;
}

.ghrc-simple-menu__item strong {
  font-size: 0.92rem;
  line-height: 1.2;
}

.ghrc-simple-menu__item small {
  margin-top: 0.22rem;
  color: #667085;
  font-size: 0.76rem;
  line-height: 1.35;
}

.ghrc-mega-menu__panel {
  overflow: hidden;
  border: 1px solid rgba(14, 143, 197, 0.18);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.98);
  box-shadow:
    0 28px 60px -34px rgba(22, 19, 63, 0.5),
    0 8px 24px -18px rgba(14, 143, 197, 0.28);
}

.ghrc-mega-menu__panel::before {
  content: "";
  display: block;
  height: 4px;
  background: linear-gradient(
    90deg,
    var(--ghrc-red),
    var(--ghrc-blue),
    var(--ghrc-teal)
  );
}

.ghrc-mega-menu__layout {
  display: grid;
  grid-template-columns: minmax(260px, 0.8fr) minmax(0, 2fr);
  gap: 1rem;
  padding: 1rem;
}

.ghrc-mega-menu__feature {
  display: flex;
  min-height: 100%;
  flex-direction: column;
  justify-content: space-between;
  gap: 1.5rem;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(22, 19, 63, 0.96), rgba(14, 143, 197, 0.9)),
    var(--ghrc-navy);
  color: #fff;
  padding: 1.25rem;
}

.ghrc-mega-menu__kicker {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  padding: 0.35rem 0.7rem;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.ghrc-mega-menu__feature h3 {
  margin: 1rem 0 0;
  font-size: 1.55rem;
  line-height: 1.15;
  font-weight: 800;
}

.ghrc-mega-menu__feature p {
  margin: 0.8rem 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.92rem;
  line-height: 1.65;
}

.ghrc-mega-menu__content {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.ghrc-mega-menu__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.55rem;
}

.ghrc-mega-menu--patient {
  width: min(1180px, calc(100vw - 2rem));
}

.ghrc-mega-menu--patient .ghrc-mega-menu__layout {
  grid-template-columns: minmax(250px, 0.72fr) minmax(0, 2.4fr);
}

.ghrc-mega-menu--patient .ghrc-mega-menu__grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-height: min(64vh, 560px);
  overflow-y: auto;
  overscroll-behavior: contain;
  padding-right: 0.2rem;
}

.ghrc-mega-menu--patient .ghrc-mega-menu__item {
  min-height: 4.15rem;
  padding: 0.66rem;
}

.ghrc-mega-menu__item {
  display: flex;
  min-height: 4.5rem;
  align-items: flex-start;
  gap: 0.75rem;
  border: 1px solid rgba(14, 143, 197, 0.12);
  border-radius: 8px;
  background: linear-gradient(
    180deg,
    #ffffff 0%,
    rgba(238, 248, 248, 0.62) 100%
  );
  color: var(--ghrc-navy) !important;
  padding: 0.75rem;
  text-decoration: none !important;
  transition:
    border-color 180ms ease,
    background 180ms ease,
    transform 180ms ease,
    box-shadow 180ms ease;
}

.ghrc-mega-menu__item:hover,
.ghrc-mega-menu__item:focus-visible {
  border-color: rgba(239, 63, 78, 0.38);
  background: #fff;
  box-shadow: 0 14px 28px -24px rgba(22, 19, 63, 0.42);
  color: var(--ghrc-navy) !important;
  transform: translateY(-1px);
}

.ghrc-mega-menu__icon {
  display: grid;
  width: 2.25rem;
  height: 2.25rem;
  flex: 0 0 2.25rem;
  place-items: center;
  border: 1px solid var(--ghrc-navy);
  border-radius: 8px;
  background: rgba(239, 63, 78, 0.1);
  color: var(--ghrc-red);
}

.ghrc-mega-menu__icon svg,
.ghrc-mega-menu__icon i {
  display: block;
  width: 1.15rem;
  height: 1.15rem;
}

.ghrc-mega-menu__item strong {
  display: block;
  font-size: 0.9rem;
  line-height: 1.25;
}

.ghrc-mega-menu__item small {
  display: block;
  margin-top: 0.25rem;
  color: #667085;
  font-size: 0.76rem;
  line-height: 1.35;
}

.ghrc-mega-menu__note {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  border: 1px solid rgba(239, 63, 78, 0.2);
  border-radius: 8px;
  background: rgba(239, 63, 78, 0.08);
  color: var(--ghrc-navy);
  padding: 0.75rem 0.9rem;
  font-size: 0.86rem;
  font-weight: 700;
}

.ghrc-mega-menu__note svg {
  color: var(--ghrc-red);
}

@media (max-width: 1199px) {
  .ghrc-mega-menu--patient .ghrc-mega-menu__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.ghrc-photo-gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-auto-flow: dense;
  gap: 0.8rem;
}

.ghrc-photo-gallery-item {
  position: relative;
  display: block;
  min-height: 14rem;
  overflow: hidden;
  border-radius: 8px;
  background: hsl(var(--muted));
}

.ghrc-photo-gallery-item::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 48%;
  background: linear-gradient(180deg, rgba(22, 27, 57, 0), rgba(22, 27, 57, 0.78));
  pointer-events: none;
}

.ghrc-photo-gallery-item--large {
  grid-column: span 2;
  grid-row: span 2;
  min-height: 28.8rem;
}

.ghrc-photo-gallery-item img {
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
  transition: transform 260ms ease;
}

.ghrc-photo-gallery-item:hover img,
.ghrc-photo-gallery-item:focus-visible img {
  transform: scale(1.035);
}

.ghrc-photo-gallery-title {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  left: 1rem;
  z-index: 1;
  margin: 0;
  color: #fff;
  font-family: "Plus Jakarta Sans", system-ui, sans-serif;
  font-size: clamp(1rem, 1.4vw, 1.2rem);
  font-weight: 800;
  line-height: 1.25;
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.35);
}

.ghrc-photo-single {
  display: grid;
  gap: clamp(1.5rem, 3vw, 2.25rem);
}

.ghrc-photo-single__content {
  max-width: 860px;
  color: #4b5876;
  font-size: 1rem;
  line-height: 1.75;
}

.ghrc-photo-single__gallery {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-auto-flow: dense;
  gap: 0.8rem;
}

.ghrc-photo-single__item {
  position: relative;
  min-height: 14rem;
  overflow: hidden;
  border: 0;
  border-radius: 8px;
  background: hsl(var(--muted));
  padding: 0;
  cursor: pointer;
}

.ghrc-photo-single__item:nth-child(7n + 1) {
  grid-column: span 2;
  grid-row: span 2;
  min-height: 28.8rem;
}

.ghrc-photo-single__item img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
  transition: transform 260ms ease;
}

.ghrc-photo-single__item span {
  position: absolute;
  right: 0.9rem;
  bottom: 0.9rem;
  z-index: 1;
  display: grid;
  width: 2.65rem;
  height: 2.65rem;
  place-items: center;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  color: var(--ghrc-navy);
  box-shadow: 0 12px 24px -18px rgba(0, 0, 0, 0.45);
}

.ghrc-photo-single__item::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 42%;
  background: linear-gradient(180deg, rgba(22, 27, 57, 0), rgba(22, 27, 57, 0.42));
}

.ghrc-photo-single__item:hover img,
.ghrc-photo-single__item:focus-visible img {
  transform: scale(1.04);
}

.ghrc-photo-lightbox[hidden] {
  display: none;
}

.ghrc-photo-lightbox {
  position: fixed;
  inset: 0;
  z-index: 100000;
  display: grid;
  place-items: center;
  padding: 1rem;
}

.ghrc-photo-lightbox__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(5, 7, 22, 0.8);
  backdrop-filter: blur(8px);
}

.ghrc-photo-lightbox__dialog {
  position: relative;
  z-index: 1;
  width: min(1080px, 100%);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 30px 70px -30px rgba(0, 0, 0, 0.64);
}

.ghrc-photo-lightbox__dialog img {
  display: block;
  width: 100%;
  max-height: min(78svh, 760px);
  object-fit: contain;
  background: #050716;
}

.ghrc-photo-lightbox__close {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  z-index: 2;
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 999px;
  background: rgba(22, 19, 63, 0.72);
  color: #fff;
}

.ghrc-photo-lightbox__body {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 1.25rem 1.2rem;
}

.ghrc-photo-lightbox__body h2 {
  margin: 0;
  color: var(--ghrc-navy);
  font-size: 1.08rem;
  font-weight: 800;
  line-height: 1.3;
}

.ghrc-photo-lightbox__body p {
  margin: 0.3rem 0 0;
  color: hsl(var(--muted-foreground));
  font-size: 0.92rem;
  line-height: 1.5;
}

.ghrc-photo-lightbox__body > span {
  flex: 0 0 auto;
  color: var(--ghrc-blue);
  font-size: 0.86rem;
  font-weight: 800;
}

.ghrc-news-archive-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1.5rem;
  margin-bottom: 2rem;
}

.ghrc-news-archive-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.25rem;
}

.ghrc-news-archive-card {
  border-radius: 8px;
}

.ghrc-news-archive-card__media {
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: hsl(var(--muted));
}

.ghrc-news-archive-card__body {
  padding: 1.2rem;
}

.ghrc-news-archive-card__meta {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  flex-wrap: wrap;
  color: hsl(var(--muted-foreground));
  font-size: 0.78rem;
  font-weight: 700;
}

.ghrc-news-archive-card__meta span {
  border-radius: 999px;
  background: hsl(var(--accent));
  color: hsl(var(--accent-foreground));
  padding: 0.28rem 0.68rem;
}

.ghrc-news-archive-card__body h3 {
  margin: 0.9rem 0 0;
  color: var(--ghrc-navy);
  font-size: 1.15rem;
  line-height: 1.35;
  font-weight: 800;
}

.ghrc-news-archive-card__body p {
  margin: 0.55rem 0 0;
  color: hsl(var(--muted-foreground));
  font-size: 0.92rem;
  line-height: 1.6;
}

.ghrc-mobile-menu {
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 70;
  max-height: calc(100svh - 5rem);
  overflow-y: auto;
  overscroll-behavior: contain;
  border-top: 1px solid hsl(var(--border));
  background: rgba(251, 252, 253, 0.98);
  box-shadow: 0 28px 48px -38px rgba(22, 19, 63, 0.55);
  -webkit-overflow-scrolling: touch;
}

.ghrc-mobile-menu__nav {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  padding-top: 0.85rem;
  padding-bottom: 1rem;
}

.ghrc-mobile-menu__link {
  display: flex !important;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  border: 1px solid transparent;
  border-radius: 8px !important;
  text-align: left;
  line-height: 1.2;
  text-decoration: none !important;
  transition:
    border-color 180ms ease,
    background-color 180ms ease,
    color 180ms ease;
}

.ghrc-mobile-menu__link:hover,
.ghrc-mobile-menu__link:focus-visible {
  border-color: rgba(14, 143, 197, 0.16);
  background: rgba(41, 168, 143, 0.08);
  color: var(--ghrc-navy) !important;
}

.ghrc-mobile-menu__toggle svg {
  flex: 0 0 auto;
  transition: transform 180ms ease;
}

.ghrc-mobile-menu__toggle[aria-expanded="true"] svg {
  transform: rotate(180deg);
}

.ghrc-mobile-accordion {
  display: grid;
  gap: 0.35rem;
}

.ghrc-mobile-submenu {
  margin: 0 0 0.45rem;
  border: 1px solid rgba(14, 143, 197, 0.12);
  border-radius: 8px;
  background: rgba(41, 168, 143, 0.05);
  padding: 0.65rem;
}

.ghrc-mobile-submenu__all {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 0.55rem;
  border-radius: 8px;
  background: #fff;
  color: var(--ghrc-navy) !important;
  padding: 0.72rem 0.8rem;
  font-size: 0.86rem;
  font-weight: 800;
  text-decoration: none !important;
}

.ghrc-mobile-submenu__all svg {
  flex: 0 0 auto;
  color: var(--ghrc-red);
}

.ghrc-mobile-specialities {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(135px, 1fr));
  gap: 0.5rem;
  margin: 0;
}

.ghrc-mobile-patient-links {
  grid-template-columns: 1fr;
}

.ghrc-mobile-specialities__item {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  border: 1px solid rgba(14, 143, 197, 0.1);
  border-radius: 8px;
  background: #fff;
  color: var(--ghrc-navy) !important;
  padding: 0.55rem;
  font-size: 0.78rem;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none !important;
}

.ghrc-mobile-specialities__item span {
  min-width: 0;
}

.ghrc-mobile-specialities__item svg {
  flex: 0 0 auto;
  color: var(--ghrc-red);
}

.ghrc-mobile-menu__appointment {
  width: 100%;
  margin-top: 0.45rem;
}

.lifecare-mobile-menu-open {
  overflow: hidden;
}

.ghrc-doctors-filter-panel {
  display: grid;
  grid-template-columns: minmax(260px, 340px) minmax(0, 1fr);
  align-items: center;
  gap: 0.8rem;
  overflow: hidden;
  margin-top: -2.2rem !important;
  border-color: rgba(14, 143, 197, 0.2) !important;
  background:
    linear-gradient(
      135deg,
      rgba(255, 255, 255, 0.97),
      rgba(244, 252, 251, 0.97)
    ),
    radial-gradient(
      circle at 92% 10%,
      rgba(41, 168, 143, 0.15),
      transparent 14rem
    ) !important;
  padding: 0.9rem !important;
  box-shadow: 0 20px 44px -34px rgba(22, 19, 63, 0.42) !important;
}

.ghrc-doctors-search {
  min-width: 0;
}

.ghrc-doctors-search svg {
  z-index: 1;
  pointer-events: none;
}

.ghrc-doctors-search input[data-doctor-search] {
  display: block !important;
  width: 100% !important;
  min-width: 0;
  height: 3rem !important;
  border-radius: 8px !important;
  border-color: rgba(14, 143, 197, 0.18) !important;
  background: #fff !important;
  padding-left: 3rem !important;
  color: #171b39 !important;
  font-size: 0.9rem !important;
  font-weight: 700 !important;
  box-shadow: inset 0 0 0 1px rgba(14, 143, 197, 0.04);
}

.ghrc-doctors-filter-list {
  min-width: 0;
  align-items: center;
  gap: 0.45rem !important;
}

.ghrc-doctors-filter-list button {
  flex: 0 0 auto;
  height: 2.35rem !important;
  border: 1px solid rgba(41, 168, 143, 0.16);
  border-radius: 999px !important;
  padding-right: 0.9rem !important;
  padding-left: 0.9rem !important;
  font-size: 0.76rem !important;
  font-weight: 800 !important;
  line-height: 1 !important;
}

#primary .ghrc-doctor-slide {
  flex: 0 0 85%;
}

#primary .ghrc-doctor-card {
  --ghrc-doctor-image-scale: 1;
  --ghrc-doctor-image-hover-scale: 1.025;
  position: relative;
  display: flex;
  height: 100%;
  overflow: hidden;
  flex-direction: column;
  border: 1px solid rgba(14, 143, 197, 0.14);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 16px 34px -28px rgba(22, 19, 63, 0.44);
  transition:
    border-color 220ms ease,
    box-shadow 220ms ease,
    transform 220ms ease;
}

#primary [data-doctor-card].hidden,
#primary [data-doctor-card][hidden] {
  display: none !important;
}

#primary .ghrc-doctor-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  z-index: 4;
  height: 3px;
  background: linear-gradient(
    90deg,
    var(--ghrc-red),
    var(--ghrc-blue),
    var(--ghrc-teal)
  );
}

#primary .ghrc-doctor-card__media {
  position: relative;
  display: grid;
  place-items: end center;
  min-height: 270px;
  overflow: hidden;
  padding: 1.3rem 1.25rem 0;
  /* background:
    linear-gradient(135deg, rgba(14, 143, 197, 0.16), rgba(41, 168, 143, 0.1)),
    linear-gradient(180deg, #eaf7ff 0%, #dff4f1 100%); */
}

#primary .ghrc-doctor-card__media::before,
#primary .ghrc-doctor-card__media::after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 9rem;
  height: 9rem;
  opacity: 0.34;
  /* background-image:
    linear-gradient(
      30deg,
      transparent 37%,
      rgba(14, 143, 197, 0.32) 37% 41%,
      transparent 41%
    ),
    linear-gradient(
      150deg,
      transparent 37%,
      rgba(14, 143, 197, 0.32) 37% 41%,
      transparent 41%
    ),
    linear-gradient(
      90deg,
      transparent 37%,
      rgba(14, 143, 197, 0.32) 37% 41%,
      transparent 41%
    ); */
  background-size: 3rem 2.6rem;
}

#primary .ghrc-doctor-card__media::before {
  top: -0.7rem;
  left: -0.7rem;
}

#primary .ghrc-doctor-card__media::after {
  right: -0.8rem;
  bottom: 0.45rem;
}

#primary .ghrc-doctor-card__halo {
  position: absolute;
  inset: 0;
  z-index: 0;
  border-radius: 999px;
  background:
    radial-gradient(
      circle at 32% 24%,
      rgba(255, 255, 255, 0.46),
      transparent 22%
    ),
    linear-gradient(135deg, rgba(14, 143, 197, 0.34), rgba(41, 168, 143, 0.22));
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.42),
    0 22px 46px -28px rgba(14, 143, 197, 0.5);
}

#primary .ghrc-doctor-card__portrait {
  position: relative;
  width: min(84%, 18.25rem);
  aspect-ratio: 1;
  overflow: hidden;
  border-radius: 999px;
}

#primary .ghrc-doctor-card__image {
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: 2;
  width: 82%;
  height: 92%;
  object-fit: contain;
  object-position: bottom center;
  filter: drop-shadow(0 18px 20px rgba(22, 19, 63, 0.12));
  transform: translateX(-50%) scale(var(--ghrc-doctor-image-scale));
  transform-origin: bottom center;
  transition: transform 420ms ease;
}

#primary .ghrc-doctor-card[data-doctor-photo="avatar"] .ghrc-doctor-card__image {
  bottom: -4%;
  width: 82%;
  height: 100%;
  object-fit: contain;
  object-position: bottom center;
  transform: translateX(-50%) scale(var(--ghrc-doctor-image-scale));
}

#primary .ghrc-doctor-card__body {
  display: grid;
  gap: 0.55rem;
  border-top: 1px solid rgba(14, 143, 197, 0.1);
  background: #fff;
  padding: 1.25rem;
}

#primary .ghrc-doctor-card__body h3 {
  margin: 0;
  color: var(--ghrc-navy);
  font-family: "Plus Jakarta Sans", system-ui, sans-serif;
  font-size: 1.18rem;
  font-weight: 800;
  line-height: 1.2;
}

#primary .ghrc-doctor-card__body p {
  min-height: 2.55rem;
  margin: 0;
  color: #748199;
  font-size: 0.88rem;
  font-weight: 600;
  line-height: 1.35;
}

#primary .ghrc-doctor-card__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  margin-top: 0.25rem;
  border-top: 1px solid rgba(14, 143, 197, 0.12);
  padding-top: 0.8rem;
}

#primary .ghrc-doctor-card__status {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  border-radius: 6px;
  background: rgba(41, 168, 143, 0.11);
  color: var(--ghrc-teal);
  padding: 0.4rem 0.55rem;
  font-size: 0.82rem;
  font-weight: 800;
  line-height: 1;
  white-space: nowrap;
}

#primary .ghrc-doctor-card__status::before {
  content: "";
  width: 0.38rem;
  height: 0.38rem;
  border-radius: 999px;
  background: var(--ghrc-teal);
}

#primary .ghrc-doctor-card__book {
  display: inline-flex;
  min-width: 8.25rem;
  min-height: 2.75rem;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: var(--ghrc-button-hover-bg);
  color: #fff !important;
  font-size: 0.94rem;
  font-weight: 800;
  text-decoration: none !important;
  box-shadow: 0 14px 24px -16px rgba(14, 143, 197, 0.78);
  transition:
    box-shadow 220ms ease,
    transform 220ms ease;
}

#primary .ghrc-doctor-card:hover,
#primary .ghrc-doctor-card:focus-within {
  border-color: rgba(14, 143, 197, 0.3);
  box-shadow: 0 24px 46px -32px rgba(22, 19, 63, 0.52);
  transform: translateY(-3px);
}

#primary .ghrc-doctor-card:hover .ghrc-doctor-card__image {
  transform: translateX(-50%) translateY(-3px)
    scale(var(--ghrc-doctor-image-hover-scale));
}

#primary
  .ghrc-doctor-card[data-doctor-photo="avatar"]:hover
  .ghrc-doctor-card__image {
  transform: translateX(-50%) translateY(-3px)
    scale(var(--ghrc-doctor-image-hover-scale));
}

#primary .ghrc-doctor-card__book:hover,
#primary .ghrc-doctor-card__book:focus-visible {
  background: var(--ghrc-button-bg);
  box-shadow: 0 18px 28px -16px rgba(239, 63, 78, 0.62);
  transform: translateY(-1px);
}

.ghrc-how-works {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background:
    linear-gradient(
      135deg,
      rgba(255, 255, 255, 0.94),
      rgba(239, 250, 250, 0.92)
    ),
    linear-gradient(
      90deg,
      rgba(239, 63, 78, 0.06),
      rgba(14, 143, 197, 0.08) 52%,
      rgba(41, 168, 143, 0.08)
    ),
    #fff;
}

.ghrc-how-works::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: none;
  opacity: 0;
}

.ghrc-how-works__inner {
  display: grid;
  grid-template-columns: minmax(300px, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(2rem, 5vw, 5rem);
  align-items: center;
}

.ghrc-how-works__media {
  position: relative;
  min-height: clamp(27rem, 39vw, 36rem);
}

.ghrc-how-works__image-wrap {
  position: absolute;
  inset: 0;
  display: grid;
  overflow: visible;
  place-items: end center;
}

.ghrc-how-works__image-wrap::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: min(96%, 30rem);
  aspect-ratio: 1;
  border-radius: 999px;
  background:
    radial-gradient(
      circle at 35% 28%,
      rgba(255, 255, 255, 0.72),
      transparent 28%
    ),
    linear-gradient(145deg, rgba(14, 143, 197, 0.2), rgba(41, 168, 143, 0.18));
  box-shadow:
    0 28px 70px -48px rgba(22, 19, 63, 0.42),
    inset 0 0 0 1px rgba(14, 143, 197, 0.14);
  transform: translateX(-50%);
}

.ghrc-how-works__image {
  position: relative;
  z-index: 2;
  width: min(92%, 31rem);
  max-height: clamp(27rem, 39vw, 35rem);
  object-fit: contain;
  object-position: bottom center;
  filter: drop-shadow(0 22px 26px rgba(22, 19, 63, 0.18));
}

.ghrc-how-works__eyebrow {
  display: inline-flex;
  margin-bottom: 0.55rem;
  color: var(--ghrc-blue);
  font-size: 0.9rem;
  font-weight: 800;
}

.ghrc-how-works__title {
  position: relative;
  max-width: 780px;
  margin-bottom: clamp(1.4rem, 3vw, 2.2rem) !important;
  color: var(--ghrc-navy) !important;
  font-size: clamp(2rem, 3.4vw, 3.25rem) !important;
  line-height: 1.08 !important;
}

.ghrc-how-works__title::after {
  content: "+";
  display: inline-block;
  margin-left: 0.35rem;
  color: var(--ghrc-blue);
  font-weight: 900;
  transform: translateY(-0.18em);
}

.ghrc-how-works__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(1rem, 2vw, 1.35rem);
}

.ghrc-how-works__step {
  display: grid;
  grid-template-columns: 4rem minmax(0, 1fr);
  gap: 1.05rem;
  align-items: flex-start;
  padding: 0;
}

.ghrc-how-works__icon {
  display: grid;
  width: 4rem;
  height: 4rem;
  place-items: center;
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(14, 143, 197, 0.16), rgba(41, 168, 143, 0.1)),
    #eaf5ff;
  color: var(--ghrc-blue);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
}

.ghrc-how-works__step:nth-child(2n) .ghrc-how-works__icon {
  background:
    linear-gradient(135deg, rgba(239, 63, 78, 0.12), rgba(14, 143, 197, 0.1)),
    #eef9f7;
  color: var(--ghrc-teal);
}

.ghrc-how-works__number {
  display: inline-flex;
  margin-bottom: 0.28rem;
  color: var(--ghrc-teal);
  font-size: 0.74rem;
  font-weight: 900;
  line-height: 1;
}

.ghrc-how-works__step h3 {
  margin: 0;
  color: var(--ghrc-navy);
  font-size: 1.08rem;
  font-weight: 800;
  line-height: 1.25;
}

.ghrc-how-works__step p {
  margin: 0.5rem 0 0;
  color: #5d6a7f;
  font-size: 0.95rem;
  font-weight: 600;
  line-height: 1.55;
}

#primary .gh-patient-section {
  isolation: isolate;
  padding-top: clamp(2.2rem, 3.8vw, 3.7rem) !important;
  padding-bottom: clamp(2.2rem, 3.8vw, 3.7rem) !important;
  background:
    radial-gradient(circle at 9% 18%, rgba(239, 63, 78, 0.11), transparent 26%),
    radial-gradient(
      circle at 92% 22%,
      rgba(14, 143, 197, 0.12),
      transparent 28%
    ),
    linear-gradient(120deg, #fffaf8 0%, #effbf8 48%, #f7fbff 100%), #fff;
}

#primary .gh-patient-section::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background-image:
    linear-gradient(120deg, rgba(239, 63, 78, 0.055) 0 1px, transparent 1px),
    linear-gradient(30deg, rgba(14, 143, 197, 0.065) 0 1px, transparent 1px);
  background-size:
    5.75rem 5.75rem,
    6.25rem 6.25rem;
  opacity: 0.34;
}

#primary .gh-patient-glow {
  display: none;
}

#primary .gh-patient-section > .container {
  z-index: 1;
}

#primary .gh-patient-head {
  display: grid;
  justify-items: center;
  max-width: 760px;
  margin: 0 auto clamp(1rem, 2vw, 1.45rem) !important;
  animation: gh-patient-fade-up 680ms ease both;
}

#primary .gh-patient-head .gh-patient-heading {
  background: var(--ghrc-heading-gradient);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent !important;
}

#primary .gh-patient-subtitle {
  display: block;
  color: var(--ghrc-teal) !important;
}

#primary .gh-patient-intro {
  max-width: 42rem;
  margin: 0.55rem auto 0;
  color: #5d6a7f;
  font-size: clamp(1rem, 1.35vw, 1.08rem);
  line-height: 1.58;
}

#primary .gh-patient-slide {
  flex: 0 0 100%;
  min-width: 0;
  animation: gh-patient-fade-up 680ms ease both;
}

#primary .gh-patient-carousel-wrap {
  position: relative;
  max-width: 1100px;
  margin: 0 auto;
}

#primary .gh-patient-carousel {
  max-width: 960px;
  margin: 0 auto;
  padding: 0;
}

#primary .gh-patient-track {
  gap: 1.25rem;
  align-items: stretch;
  transition: transform 500ms ease;
  will-change: transform;
}

#primary .gh-patient-card {
  position: relative;
  display: grid;
  min-height: clamp(10.75rem, 13.5vw, 12.5rem);
  overflow: hidden;
  grid-template-columns: minmax(6.4rem, 7.7rem) minmax(0, 1fr);
  align-items: center;
  gap: clamp(1rem, 2vw, 1.55rem);
  border: 1px solid rgba(14, 143, 197, 0.16);
  border-radius: 8px;
  background:
    linear-gradient(
      135deg,
      rgba(255, 255, 255, 0.98),
      rgba(248, 253, 253, 0.86)
    ),
    #fff;
  padding: clamp(1rem, 1.9vw, 1.45rem);
  box-shadow:
    0 22px 48px -36px rgba(22, 19, 63, 0.46),
    inset 0 1px 0 rgba(255, 255, 255, 0.84);
}

#primary .gh-patient-card::before {
  content: none;
}

#primary .gh-patient-card::after {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: linear-gradient(
    90deg,
    var(--ghrc-red),
    var(--ghrc-blue),
    var(--ghrc-teal)
  );
}

#primary .gh-patient-portrait {
  position: relative;
  display: grid;
  width: min(7.1rem, 18vw);
  aspect-ratio: 1;
  place-items: center;
  justify-self: center;
  border: 3px solid transparent;
  border-radius: 999px;
  background:
    linear-gradient(145deg, #fff, #eefafb) padding-box,
    linear-gradient(135deg, var(--ghrc-red), var(--ghrc-blue), var(--ghrc-teal))
      border-box;
  box-shadow:
    0 18px 36px -24px rgba(22, 19, 63, 0.68),
    0 0 0 7px rgba(14, 143, 197, 0.07);
}

#primary .gh-patient-portrait::before {
  content: "";
  position: absolute;
  inset: 0.45rem;
  border: 1px solid rgba(14, 143, 197, 0.14);
  border-radius: inherit;
  background: linear-gradient(
    145deg,
    rgba(22, 27, 57, 0.94),
    rgba(14, 143, 197, 0.9) 58%,
    rgba(41, 168, 143, 0.9)
  );
}

#primary .gh-patient-portrait span {
  position: relative;
  color: #fff;
  font-family: "Plus Jakarta Sans", system-ui, sans-serif;
  font-size: clamp(2.2rem, 3.8vw, 3.1rem);
  font-weight: 800;
  line-height: 1;
  text-shadow: 0 8px 18px rgba(22, 19, 63, 0.24);
}

#primary .gh-patient-copy {
  min-width: 0;
}

#primary .gh-patient-badge {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  margin-bottom: 0.65rem;
  color: var(--ghrc-blue);
  font-size: 0.9rem;
  font-weight: 800;
  line-height: 1;
}

#primary .gh-patient-badge i {
  color: var(--ghrc-teal);
}

#primary .gh-patient-heading {
  max-width: 44rem;
  margin-bottom: 0.55rem !important;
  color: var(--ghrc-navy) !important;
  font-size: clamp(2rem, 3.3vw, 3.1rem) !important;
  line-height: 1.08 !important;
}

#primary .gh-patient-stars {
  display: inline-flex;
  align-items: center;
  gap: 0.2rem;
  margin-bottom: 0.35rem;
  color: #f6b900;
  font-size: 0.95rem;
}

#primary .gh-patient-review-source {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.65rem;
}

#primary .gh-patient-review-source span {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  border: 1px solid rgba(14, 143, 197, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.82);
  color: #526176;
  padding: 0.34rem 0.62rem;
  font-size: 0.78rem;
  font-weight: 800;
  line-height: 1;
}

#primary .gh-patient-review-source .fa-google {
  color: var(--ghrc-blue);
}

#primary .gh-patient-review-source .fa-circle-check {
  color: var(--ghrc-teal);
}

#primary .gh-patient-text {
  position: relative;
  max-width: 40rem;
  margin: 0;
  border-left: 3px solid rgba(41, 168, 143, 0.45);
  color: #4f5f77;
  padding-left: 0.9rem;
  font-size: clamp(0.98rem, 1.08vw, 1.06rem);
  font-weight: 650;
  line-height: 1.56;
}

#primary .gh-patient-author {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  margin-top: 0.7rem;
}

#primary .gh-patient-author-body {
  min-width: 0;
}

#primary .gh-patient-name {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.4rem;
  color: var(--ghrc-navy);
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.25;
  overflow-wrap: anywhere;
}

#primary .gh-patient-name i {
  color: var(--ghrc-teal);
}

#primary .gh-patient-location {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  margin-top: 0.18rem;
  color: #6c7890;
  font-size: 0.84rem;
  font-weight: 700;
  line-height: 1.3;
  overflow-wrap: anywhere;
}

#primary .gh-patient-location i {
  color: var(--ghrc-blue);
}

#primary .gh-patient-nav {
  position: absolute;
  top: 50%;
  z-index: 4;
  display: grid;
  width: 2.65rem;
  height: 2.65rem;
  place-items: center;
  border: 1px solid rgba(22, 27, 57, 0.1);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.94);
  color: var(--ghrc-navy);
  box-shadow:
    0 14px 28px -22px rgba(22, 19, 63, 0.4),
    inset 0 1px 0 rgba(255, 255, 255, 0.82);
  transform: translateY(-50%);
  transition:
    background 180ms ease,
    color 180ms ease,
    transform 180ms ease;
}

#primary .gh-patient-nav:hover,
#primary .gh-patient-nav:focus-visible {
  background: var(--ghrc-button-bg);
  color: #fff;
  transform: translateY(-50%) scale(1.04);
}

#primary .gh-patient-nav--prev {
  left: 0;
}

#primary .gh-patient-nav--next {
  right: 0;
}

.ghrc-testimonial-archive-section {
  position: relative;
}

.ghrc-testimonial-archive-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1rem, 2vw, 1.35rem);
}

.ghrc-testimonial-archive-card {
  position: relative;
  display: flex;
  min-height: 100%;
  overflow: hidden;
  flex-direction: column;
  border-radius: 8px;
  padding: clamp(1rem, 1.7vw, 1.35rem);
}

.ghrc-testimonial-archive-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 3px;
  background: linear-gradient(
    90deg,
    var(--ghrc-red),
    var(--ghrc-blue),
    var(--ghrc-teal)
  );
}

.ghrc-testimonial-archive-card::after {
  content: "\201C";
  position: absolute;
  right: 1rem;
  bottom: -0.7rem;
  color: rgba(14, 143, 197, 0.08);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 6rem;
  font-weight: 700;
  line-height: 1;
  pointer-events: none;
}

.ghrc-testimonial-archive-card__top {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
}

.ghrc-testimonial-archive-card__avatar {
  display: grid;
  width: 3.6rem;
  height: 3.6rem;
  place-items: center;
  flex: 0 0 auto;
  border: 2px solid rgba(255, 255, 255, 0.9);
  border-radius: 999px;
  background: linear-gradient(
    135deg,
    var(--ghrc-navy),
    var(--ghrc-blue) 62%,
    var(--ghrc-teal)
  );
  color: #fff;
  box-shadow: 0 16px 28px -20px rgba(22, 19, 63, 0.6);
}

.ghrc-testimonial-archive-card__avatar span {
  font-family: "Plus Jakarta Sans", system-ui, sans-serif;
  font-size: 1.55rem;
  font-weight: 800;
  line-height: 1;
}

.ghrc-testimonial-archive-card__meta {
  display: grid;
  justify-items: end;
  gap: 0.4rem;
  min-width: 0;
}

.ghrc-testimonial-archive-card__stars {
  display: inline-flex;
  gap: 0.15rem;
  color: #f6b900;
  font-size: 0.9rem;
  line-height: 1;
}

.ghrc-testimonial-archive-card__meta span,
.ghrc-testimonial-archive-card__author span {
  display: inline-flex;
  align-items: center;
  gap: 0.34rem;
  color: #627089;
  font-size: 0.78rem;
  font-weight: 800;
  line-height: 1.3;
}

.ghrc-testimonial-archive-card__meta .fa-google {
  color: var(--ghrc-blue);
}

.ghrc-testimonial-archive-card__text {
  position: relative;
  z-index: 1;
  margin: 1rem 0 0;
  flex: 1 1 auto;
  border-left: 3px solid rgba(41, 168, 143, 0.42);
  color: #4f5f77;
  padding-left: 0.85rem;
  font-size: 0.95rem;
  font-weight: 650;
  line-height: 1.58;
}

.ghrc-testimonial-archive-card__author {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 0.28rem;
  margin-top: 1.1rem;
  padding-top: 0.9rem;
  border-top: 1px solid rgba(14, 143, 197, 0.12);
}

.ghrc-testimonial-archive-card__author strong {
  color: var(--ghrc-navy);
  font-family: "Plus Jakarta Sans", system-ui, sans-serif;
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.25;
}

.ghrc-testimonial-archive-card__author .fa-circle-check {
  color: var(--ghrc-teal);
}

#primary .gh-blog-section {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background:
    radial-gradient(
      circle at 12% 18%,
      rgba(14, 143, 197, 0.13),
      transparent 28%
    ),
    radial-gradient(
      circle at 88% 16%,
      rgba(41, 168, 143, 0.12),
      transparent 26%
    ),
    linear-gradient(180deg, #ffffff 0%, #f3fbfc 100%);
}

#primary .gh-blog-section::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background-image:
    radial-gradient(
      circle at center,
      rgba(14, 143, 197, 0.09) 1px,
      transparent 1.5px
    ),
    linear-gradient(
      135deg,
      rgba(22, 19, 63, 0.04),
      transparent 40%,
      rgba(41, 168, 143, 0.06)
    );
  background-size:
    1.25rem 1.25rem,
    auto;
  opacity: 0.62;
}

#primary .gh-blog-section > .container,
#primary .gh-blog-archive {
  position: relative;
  z-index: 1;
}

#primary .gh-blog-head__copy {
  max-width: 760px;
}

#primary .gh-blog-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.75rem;
  border: 1px solid rgba(14, 143, 197, 0.16);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.78);
  color: var(--ghrc-navy);
  padding: 0.45rem 0.78rem;
  font-size: 0.78rem;
  font-weight: 800;
  line-height: 1;
  box-shadow: 0 12px 24px -22px rgba(22, 19, 63, 0.35);
}

#primary .gh-blog-eyebrow i {
  color: var(--ghrc-teal);
}

#primary .gh-blog-all {
  display: inline-flex;
  min-height: 2.75rem;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  border: 1px solid rgba(14, 143, 197, 0.18);
  border-radius: 999px;
  background: var(--ghrc-button-bg);
  border-color: var(--ghrc-button-bg);
  color: #fff !important;
  padding: 0.72rem 1.1rem;
  font-size: 0.9rem;
  font-weight: 800;
  text-decoration: none !important;
  box-shadow: 0 14px 28px -24px rgba(22, 19, 63, 0.4);
}

#primary .gh-blog-all:hover,
#primary .gh-blog-all:focus-visible {
  background: var(--ghrc-button-hover-bg);
  border-color: var(--ghrc-button-hover-bg);
  color: #fff !important;
}

#primary .gh-blog-card {
  position: relative;
  display: flex;
  min-height: 100%;
  overflow: hidden;
  flex-direction: column;
  border: 1px solid rgba(14, 143, 197, 0.16);
  border-radius: 8px;
  background:
    linear-gradient(
      135deg,
      rgba(255, 255, 255, 0.96),
      rgba(246, 253, 253, 0.92)
    ),
    #fff;
  color: inherit;
  text-decoration: none !important;
  box-shadow: 0 16px 36px -30px rgba(22, 19, 63, 0.4);
  transition:
    border-color 240ms ease,
    box-shadow 240ms ease,
    transform 240ms ease;
}

#primary .gh-blog-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  z-index: 3;
  height: 3px;
  background: linear-gradient(
    90deg,
    var(--ghrc-red),
    var(--ghrc-blue),
    var(--ghrc-teal)
  );
  opacity: 0.88;
}

#primary .gh-blog-card::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(
      circle at 16% 12%,
      rgba(14, 143, 197, 0.1),
      transparent 30%
    ),
    linear-gradient(135deg, transparent 44%, rgba(41, 168, 143, 0.08));
  opacity: 0;
  transition: opacity 240ms ease;
}

#primary .gh-blog-card:hover,
#primary .gh-blog-card:focus-visible {
  border-color: rgba(14, 143, 197, 0.34);
  box-shadow:
    0 26px 54px -34px rgba(22, 19, 63, 0.5),
    0 0 0 1px rgba(41, 168, 143, 0.16);
  transform: translateY(-6px);
}

#primary .gh-blog-card:hover::after,
#primary .gh-blog-card:focus-visible::after {
  opacity: 1;
}

#primary .gh-blog-media {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16 / 10;
  background: hsl(var(--muted));
}

#primary .gh-blog-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      180deg,
      rgba(22, 19, 63, 0.05) 0%,
      rgba(22, 19, 63, 0.42) 100%
    ),
    linear-gradient(135deg, rgba(14, 143, 197, 0.16), rgba(41, 168, 143, 0.14));
  pointer-events: none;
}

#primary .gh-blog-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: scale(1.01);
  transition: transform 700ms ease;
}

#primary .gh-blog-card:hover .gh-blog-image,
#primary .gh-blog-card:focus-visible .gh-blog-image {
  transform: scale(1.07);
}

#primary .gh-blog-image-tag {
  position: absolute;
  left: 1rem;
  bottom: 1rem;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.88);
  color: var(--ghrc-navy);
  padding: 0.42rem 0.7rem;
  font-size: 0.76rem;
  font-weight: 800;
  line-height: 1;
  box-shadow: 0 14px 26px -22px rgba(22, 19, 63, 0.5);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

#primary .gh-blog-body {
  position: relative;
  z-index: 1;
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: clamp(1.05rem, 2vw, 1.35rem);
}

#primary .gh-blog-meta-row,
#primary .gh-blog-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.62rem;
}

#primary .gh-blog-meta-row {
  color: #637086;
  font-size: 0.78rem;
  font-weight: 800;
}

#primary .gh-blog-category,
#primary .gh-blog-date,
#primary .gh-blog-author {
  display: inline-flex;
  min-width: 0;
  align-items: center;
  gap: 0.38rem;
  line-height: 1.25;
}

#primary .gh-blog-category {
  border-radius: 999px;
  background: rgba(41, 168, 143, 0.1);
  color: var(--ghrc-teal);
  padding: 0.36rem 0.62rem;
}

#primary .gh-blog-date i,
#primary .gh-blog-author i {
  color: var(--ghrc-blue);
}

#primary .gh-blog-title {
  margin: 1rem 0 0;
  color: var(--ghrc-navy);
  font-family: "Plus Jakarta Sans", system-ui, sans-serif;
  font-size: clamp(1.08rem, 1.7vw, 1.28rem);
  font-weight: 800;
  line-height: 1.25;
  overflow-wrap: anywhere;
  transition: color 180ms ease;
}

#primary .gh-blog-card:hover .gh-blog-title,
#primary .gh-blog-card:focus-visible .gh-blog-title {
  color: var(--ghrc-blue);
}

#primary .gh-blog-excerpt {
  display: -webkit-box;
  overflow: hidden;
  margin: 0.7rem 0 0;
  color: #607086;
  font-size: 0.92rem;
  font-weight: 600;
  line-height: 1.58;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

#primary .ghrc-labour-card__description {
  display: block;
  -webkit-line-clamp: unset;
  -webkit-box-orient: initial;
}

#primary .ghrc-labour-card__description > * {
  margin: 0.65rem 0 0;
}

#primary .ghrc-labour-card__description > *:first-child {
  margin-top: 0;
}

#primary .gh-blog-footer {
  justify-content: space-between;
  margin-top: auto;
  border-top: 1px solid rgba(14, 143, 197, 0.12);
  padding-top: 1rem;
}

#primary .gh-blog-author {
  flex: 1 1 11rem;
  color: #6a7589;
  font-size: 0.78rem;
  font-weight: 800;
  overflow-wrap: anywhere;
}

#primary .gh-blog-read {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  border-radius: 999px;
  background: var(--ghrc-button-bg);
  color: #fff;
  padding: 0.62rem 0.86rem;
  font-size: 0.82rem;
  font-weight: 800;
  line-height: 1;
  transition:
    gap 180ms ease,
    transform 180ms ease,
    box-shadow 180ms ease;
}

#primary .gh-blog-card:hover .gh-blog-read,
#primary .gh-blog-card:focus-visible .gh-blog-read {
  background: var(--ghrc-button-hover-bg);
  gap: 0.7rem;
  box-shadow: 0 14px 24px -18px rgba(14, 143, 197, 0.72);
  transform: translateY(-1px);
}

#primary .gh-health-blog-single {
  position: relative;
  isolation: isolate;
}

#primary .gh-health-blog-single::before {
  content: "";
  position: absolute;
  inset: 0 calc(50% - 50vw);
  z-index: -1;
  background: linear-gradient(180deg, #ffffff 0%, #f5fbfc 100%);
}

#primary .gh-health-blog-single__layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 340px);
  gap: clamp(1.4rem, 4vw, 3rem);
  align-items: start;
}

#primary .gh-health-blog-single__main,
#primary .gh-health-blog-single__aside-card {
  border: 1px solid rgba(14, 143, 197, 0.14);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 44px -34px rgba(22, 19, 63, 0.42);
}

#primary .gh-health-blog-single__main {
  overflow: hidden;
}

#primary .gh-health-blog-single__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.65rem;
  padding: clamp(1rem, 2vw, 1.35rem) clamp(1.1rem, 3vw, 2rem);
  border-bottom: 1px solid rgba(14, 143, 197, 0.12);
  color: #627086;
  font-size: 0.82rem;
  font-weight: 800;
}

#primary .gh-health-blog-single__meta span {
  display: inline-flex;
  min-width: 0;
  align-items: center;
  gap: 0.42rem;
  line-height: 1.25;
}

#primary .gh-health-blog-single__meta i {
  color: var(--ghrc-blue);
}

#primary .gh-health-blog-single__image {
  margin: 0;
  overflow: hidden;
  aspect-ratio: 16 / 8.5;
  background: hsl(var(--muted));
}

#primary .gh-health-blog-single__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#primary .gh-health-blog-single__content {
  padding: clamp(1.3rem, 4vw, 2.6rem);
  color: #394356;
  font-size: 1rem;
  line-height: 1.8;
}

#primary .gh-health-blog-single__content > *:first-child {
  margin-top: 0;
}

#primary .gh-health-blog-single__content > *:last-child {
  margin-bottom: 0;
}

#primary .gh-health-blog-single__content p,
#primary .gh-health-blog-single__content ul,
#primary .gh-health-blog-single__content ol,
#primary .gh-health-blog-single__content blockquote {
  margin: 0 0 1.2rem;
}

#primary .gh-health-blog-single__content h2,
#primary .gh-health-blog-single__content h3,
#primary .gh-health-blog-single__content h4 {
  margin: 1.9rem 0 0.8rem;
  color: var(--ghrc-navy);
  font-family: "Plus Jakarta Sans", system-ui, sans-serif;
  font-weight: 800;
  line-height: 1.25;
}

#primary .gh-health-blog-single__content h2 {
  font-size: clamp(1.45rem, 2.4vw, 2rem);
}

#primary .gh-health-blog-single__content h3 {
  font-size: clamp(1.2rem, 2vw, 1.55rem);
}

#primary .gh-health-blog-single__content a {
  color: var(--ghrc-blue);
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 0.18em;
}

#primary .gh-health-blog-single__content ul,
#primary .gh-health-blog-single__content ol {
  padding-left: 1.35rem;
}

#primary .gh-health-blog-single__content li + li {
  margin-top: 0.45rem;
}

#primary .gh-health-blog-single__content blockquote {
  border-left: 4px solid var(--ghrc-teal);
  border-radius: 0 8px 8px 0;
  background: rgba(41, 168, 143, 0.09);
  color: var(--ghrc-navy);
  padding: 1rem 1.15rem;
  font-weight: 700;
}

#primary .gh-health-blog-single__pages {
  margin-top: 1.5rem;
  font-weight: 800;
}

#primary .gh-health-blog-single__aside {
  position: sticky;
  top: 7rem;
  display: grid;
  gap: 1rem;
}

#primary .gh-health-blog-single__aside-card {
  padding: 1.25rem;
}

#primary .gh-health-blog-single__aside-card h2 {
  margin: 0 0 1rem;
  color: var(--ghrc-navy);
  font-size: 1.08rem;
  font-weight: 800;
  line-height: 1.3;
}

#primary .gh-health-blog-single__aside-card ul {
  display: grid;
  gap: 0.85rem;
  margin: 0 0 1.15rem;
  padding: 0;
  list-style: none;
}

#primary .gh-health-blog-single__aside-card li {
  display: grid;
  gap: 0.18rem;
  border-bottom: 1px solid rgba(14, 143, 197, 0.1);
  padding-bottom: 0.75rem;
}

#primary .gh-health-blog-single__aside-card li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

#primary .gh-health-blog-single__aside-card span {
  color: #6c778c;
  font-size: 0.76rem;
  font-weight: 800;
  text-transform: uppercase;
}

#primary .gh-health-blog-single__aside-card strong {
  color: var(--ghrc-navy);
  font-size: 0.92rem;
  line-height: 1.4;
}

#primary .gh-health-blog-single__note {
  background:
    linear-gradient(135deg, rgba(14, 143, 197, 0.08), rgba(41, 168, 143, 0.08)),
    #fff;
}

#primary .gh-health-blog-single__note p {
  margin: 0;
  color: #5f6e84;
  font-size: 0.92rem;
  font-weight: 600;
  line-height: 1.65;
}

#primary .gh-health-blog-single__back {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  border-radius: 999px;
  border: 1px solid rgba(14, 143, 197, 0.18);
  background: #fff;
  color: var(--ghrc-navy);
  padding: 0.82rem 1rem;
  font-size: 0.9rem;
  font-weight: 800;
  text-decoration: none !important;
  box-shadow: 0 14px 28px -24px rgba(22, 19, 63, 0.4);
}

#primary .gh-health-blog-single__back:hover,
#primary .gh-health-blog-single__back:focus-visible {
  border-color: rgba(14, 143, 197, 0.34);
  color: var(--ghrc-blue);
}

#primary .gh-breakthrough-single .gh-health-blog-single__main {
  border-color: rgba(14, 143, 197, 0.18);
}

#primary .gh-breakthrough-single .gh-health-blog-single__content {
  display: grid;
  gap: clamp(1.15rem, 2.4vw, 1.6rem);
}

#primary .gh-breakthrough-single .gh-health-blog-single__content > * {
  margin: 0;
}

#primary .gh-breakthrough-single__intro {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 0.85rem;
  align-items: start;
  border-left: 4px solid var(--ghrc-teal);
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(41, 168, 143, 0.12), rgba(14, 143, 197, 0.08));
  color: var(--ghrc-navy);
  padding: clamp(1rem, 2vw, 1.25rem);
  font-weight: 800;
  line-height: 1.65;
}

#primary .gh-breakthrough-single__intro i {
  color: var(--ghrc-teal);
  font-size: 1.05rem;
  line-height: 1.7;
}

#primary .gh-breakthrough-single__intro p,
#primary .gh-breakthrough-single__editor > *:last-child,
#primary .gh-breakthrough-single__section-body > *:last-child {
  margin-bottom: 0;
}

#primary .gh-breakthrough-single__editor {
  color: #394356;
}

#primary .gh-breakthrough-single__section {
  border: 1px solid rgba(14, 143, 197, 0.13);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(247, 252, 253, 0.9)),
    #fff;
  padding: clamp(1.1rem, 2.5vw, 1.45rem);
  box-shadow: 0 16px 32px -30px rgba(22, 19, 63, 0.46);
}

#primary .gh-breakthrough-single__section-head {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 0.85rem;
}

#primary .gh-breakthrough-single__section-icon {
  display: inline-grid;
  width: 2.45rem;
  height: 2.45rem;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(14, 143, 197, 0.13), rgba(41, 168, 143, 0.14));
  color: var(--ghrc-blue);
}

#primary .gh-breakthrough-single__section-head h2 {
  margin: 0;
  color: var(--ghrc-navy);
  font-size: clamp(1.35rem, 2.1vw, 1.75rem);
  line-height: 1.25;
}

#primary .gh-breakthrough-single__section-body {
  color: #445066;
  line-height: 1.78;
}

#primary .gh-breakthrough-single__section-body p,
#primary .gh-breakthrough-single__section-body ul,
#primary .gh-breakthrough-single__section-body ol {
  margin: 0 0 1rem;
}

#primary .gh-breakthrough-single__section--media {
  background: #fff;
}

#primary .gh-breakthrough-single__gallery-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1rem;
}

#primary .gh-breakthrough-single__gallery-head h3 {
  margin-bottom: 0;
}

#primary .gh-breakthrough-single__gallery-nav {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
}

#primary .gh-breakthrough-single__gallery-nav button {
  display: inline-grid;
  width: 2.55rem;
  height: 2.55rem;
  place-items: center;
  border: 1px solid rgba(14, 143, 197, 0.18);
  border-radius: 999px;
  background: #fff;
  color: var(--ghrc-navy);
  box-shadow: 0 12px 24px -20px rgba(22, 19, 63, 0.45);
  transition:
    transform 0.22s ease,
    border-color 0.22s ease,
    color 0.22s ease,
    background 0.22s ease;
}

#primary .gh-breakthrough-single__gallery-nav button:hover,
#primary .gh-breakthrough-single__gallery-nav button:focus-visible {
  border-color: rgba(14, 143, 197, 0.34);
  background: rgba(14, 143, 197, 0.08);
  color: var(--ghrc-blue);
  transform: translateY(-1px);
}

#primary .gh-breakthrough-single__gallery-slider {
  margin-top: 0.2rem;
}

#primary .gh-breakthrough-single__gallery-track {
  display: flex;
  gap: 1rem;
  transition: transform 0.5s ease;
  will-change: transform;
}

#primary .gh-breakthrough-single__gallery-slide {
  flex: 0 0 min(78%, 360px);
}

#primary .gh-breakthrough-single__gallery {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(118px, 1fr));
  gap: 0.8rem;
}

#primary .gh-breakthrough-single__gallery-item {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
  border: 0;
  border-radius: 8px;
  aspect-ratio: 4 / 3;
  background: hsl(var(--muted));
  padding: 0;
  text-decoration: none;
  cursor: pointer;
}

#primary .gh-breakthrough-single__gallery-item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.28s ease;
}

#primary .gh-breakthrough-single__gallery-item span {
  position: absolute;
  right: 0.7rem;
  bottom: 0.7rem;
  border-radius: 999px;
  background: rgba(11, 18, 38, 0.78);
  color: #fff;
  padding: 0.42rem 0.7rem;
  font-size: 0.76rem;
  font-weight: 800;
  line-height: 1;
  opacity: 0;
  transform: translateY(6px);
  transition:
    opacity 0.22s ease,
    transform 0.22s ease;
}

#primary .gh-breakthrough-single__gallery-item:hover img,
#primary .gh-breakthrough-single__gallery-item:focus-visible img {
  transform: scale(1.05);
}

#primary .gh-breakthrough-single__gallery-item:hover span,
#primary .gh-breakthrough-single__gallery-item:focus-visible span {
  opacity: 1;
  transform: translateY(0);
}

#primary .gh-breakthrough-single__video {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  aspect-ratio: 16 / 9;
  background: #050914;
}

#primary .gh-breakthrough-single__video iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

#primary .gh-breakthrough-single .gh-health-blog-single__aside-card {
  border-color: rgba(14, 143, 197, 0.16);
}

#primary .gh-breakthrough-single.ghrc-doctor-detail-content {
  align-items: start;
}

#primary .gh-breakthrough-single__feature {
  margin: 0;
  border: 1px solid rgba(14, 143, 197, 0.14);
  background: #fff;
}

#primary .gh-breakthrough-single__feature img {
  display: block;
}

#primary .gh-breakthrough-single__intro-section {
  border-left: 4px solid var(--ghrc-teal);
}

#primary .gh-breakthrough-single .ghrc-doctor-detail-copy p + p {
  margin-top: 0.85rem;
}

#primary .gh-breakthrough-single .ghrc-doctor-detail-copy ul,
#primary .gh-breakthrough-single .ghrc-doctor-detail-copy ol {
  margin: 0.85rem 0 0;
  padding-left: 1.25rem;
  color: hsl(var(--muted-foreground));
  line-height: 1.65;
}

#primary .gh-breakthrough-single__facts {
  display: grid;
  gap: 0.85rem;
}

#primary .gh-breakthrough-single__facts > div {
  display: grid;
  gap: 0.18rem;
  border-bottom: 1px solid rgba(14, 143, 197, 0.1);
  padding-bottom: 0.85rem;
}

#primary .gh-breakthrough-single__facts > div:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

#primary .gh-breakthrough-single__facts span {
  color: hsl(var(--muted-foreground));
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

#primary .gh-breakthrough-single__facts strong {
  color: hsl(var(--foreground));
  font-size: 0.95rem;
  line-height: 1.4;
}

@media (max-width: 768px) {
  #primary .gh-breakthrough-single__gallery-head {
    align-items: flex-start;
    flex-direction: column;
  }

  #primary .gh-breakthrough-single__gallery-slide {
    flex-basis: min(88%, 320px);
  }
}

@keyframes gh-patient-fade-up {
  from {
    opacity: 0;
    transform: translateY(18px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.site-header .ghrc-mega-menu a:hover,
.site-header .ghrc-mega-menu a:focus-visible,
.site-header .ghrc-simple-menu a:hover,
.site-header .ghrc-simple-menu a:focus-visible {
  color: var(--ghrc-navy) !important;
}

.site-header .ghrc-mega-menu a::after,
.site-header .ghrc-simple-menu a::after {
  display: none;
}

.bg-primary,
.site-header + main .gradient-primary,
.gradient-primary {
  background: var(--gradient-primary) !important;
}

.bg-emergency {
  background-color: var(--ghrc-red) !important;
}

a.gradient-primary,
button.gradient-primary,
a.glass,
button.glass,
.ghrc-button,
.wp-block-button__link,
.btn:not(.btn-link),
input[type="submit"],
input[type="button"],
input[type="reset"],
a.bg-primary,
button.bg-primary,
.inline-flex.gradient-primary,
.inline-flex.bg-primary,
.inline-flex.glass,
a.bg-emergency,
button.bg-emergency,
.inline-flex.bg-emergency {
  /* border: 2px solid var(--ghrc-navy) !important; */
  background: var(--ghrc-button-bg) !important;
  background-image: none !important;
  border-color: var(--ghrc-button-bg) !important;
  color: #fff !important;
  box-shadow: 0 14px 30px -16px rgba(239, 63, 78, 0.72) !important;
}

a.gradient-primary:hover,
button.gradient-primary:hover,
a.glass:hover,
button.glass:hover,
.ghrc-button:hover,
.ghrc-button:focus-visible,
.wp-block-button__link:hover,
.wp-block-button__link:focus-visible,
.btn:not(.btn-link):hover,
.btn:not(.btn-link):focus-visible,
input[type="submit"]:hover,
input[type="submit"]:focus-visible,
input[type="button"]:hover,
input[type="button"]:focus-visible,
input[type="reset"]:hover,
input[type="reset"]:focus-visible,
a.bg-primary:hover,
button.bg-primary:hover,
.inline-flex.gradient-primary:hover,
.inline-flex.bg-primary:hover,
.inline-flex.glass:hover,
a.bg-emergency:hover,
button.bg-emergency:hover,
.inline-flex.bg-emergency:hover {
  background: var(--ghrc-button-hover-bg) !important;
  background-image: none !important;
  border-color: var(--ghrc-button-hover-bg) !important;
  box-shadow:
    0 18px 36px -18px rgba(22, 19, 63, 0.42),
    0 14px 32px -16px rgba(239, 63, 78, 0.7) !important;
  transform: translateY(-1px);
}

a.gradient-primary:focus-visible,
button.gradient-primary:focus-visible,
a.bg-primary:focus-visible,
button.bg-primary:focus-visible,
.inline-flex.gradient-primary:focus-visible,
.inline-flex.bg-primary:focus-visible,
a.bg-emergency:focus-visible,
button.bg-emergency:focus-visible,
.inline-flex.bg-emergency:focus-visible {
  outline: 3px solid rgba(14, 143, 197, 0.38) !important;
  outline-offset: 3px;
}

a.border-2,
button.border-2,
.inline-flex.border-2 {
  background: var(--ghrc-button-bg) !important;
  border-color: var(--ghrc-button-bg) !important;
  color: #fff !important;
}

a.border-2:hover,
button.border-2:hover,
.inline-flex.border-2:hover {
  background: var(--ghrc-button-hover-bg) !important;
  border-color: var(--ghrc-button-hover-bg) !important;
  color: #fff !important;
}

.ghrc-hero-slider a.glass {
  border-color: rgba(255, 255, 255, 0.62) !important;
  background: var(--ghrc-button-bg) !important;
  color: #fff !important;
  box-shadow: 0 14px 30px -18px rgba(22, 19, 63, 0.45) !important;
}

.ghrc-hero-slider a.glass:hover {
  background: var(--ghrc-button-hover-bg) !important;
  border-color: var(--ghrc-button-hover-bg) !important;
}

.text-primary {
  color: var(--ghrc-navy) !important;
}

.text-secondary {
  color: var(--ghrc-teal) !important;
}

.ghrc-site-logo {
  flex: 0 0 auto;
  min-width: 0;
}

.ghrc-site-logo img,
.ghrc-site-logo .custom-logo,
.ghrc-site-logo__image {
  display: block;
  width: clamp(170px, 14vw, 230px) !important;
  height: auto !important;
  max-width: 100%;
  max-height: 90px;
  object-fit: contain;
}

#primary > section[class*="py-20"],
#primary > section[class*="py-24"] {
  padding-top: clamp(2.2rem, 3.5vw, 3.6rem) !important;
  padding-bottom: clamp(2.2rem, 3.5vw, 3.6rem) !important;
}

#primary > section[class*="py-20"] .mb-12,
#primary > section[class*="py-20"] .mb-14 {
  margin-bottom: clamp(1.25rem, 2vw, 1.9rem) !important;
}

#primary .text-lg {
  font-size: 0.98rem !important;
  line-height: 1.55rem !important;
}

#primary .text-xl {
  font-size: 1.08rem !important;
  line-height: 1.55rem !important;
}

#primary .text-2xl {
  font-size: 1.25rem !important;
  line-height: 1.75rem !important;
}

#primary .text-3xl {
  font-size: 1.55rem !important;
  line-height: 2rem !important;
}

#primary .text-4xl {
  font-size: 1.85rem !important;
  line-height: 2.25rem !important;
}

@media (min-width: 768px) {
  #primary .md\:text-4xl {
    font-size: 1.95rem !important;
    line-height: 2.35rem !important;
  }

  #primary .md\:text-5xl {
    font-size: 2.35rem !important;
    line-height: 2.75rem !important;
  }

  #primary .md\:text-6xl,
  #primary .md\:text-7xl {
    font-size: 3rem !important;
    line-height: 1.06 !important;
  }
}

.ghrc-ceo-section {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(
      circle at 9% 22%,
      rgba(14, 143, 197, 0.1) 0 6.5rem,
      transparent 6.6rem
    ),
    radial-gradient(
      circle at 34% 86%,
      rgba(41, 168, 143, 0.1) 0 5.5rem,
      transparent 5.6rem
    ),
    linear-gradient(135deg, #f7fcfe 0%, #ffffff 50%, #edf8fb 100%);
}

.ghrc-ceo-section::before {
  content: "";
  position: absolute;
  top: 1.5rem;
  left: max(1rem, calc((100vw - 1400px) / 2 + 1rem));
  width: 6.5rem;
  height: 5.2rem;
  background-image: radial-gradient(
    circle,
    rgba(14, 109, 139, 0.86) 1.5px,
    transparent 1.8px
  );
  background-size: 1rem 1rem;
  opacity: 0.75;
  pointer-events: none;
}

.ghrc-ceo-layout {
  position: relative;
  display: grid;
  grid-template-columns: minmax(260px, 0.78fr) minmax(0, 1.22fr);
  gap: clamp(1.35rem, 3vw, 3rem);
  align-items: center;
}

.ghrc-ceo-portrait-wrap {
  position: relative;
  padding: 0.8rem 0 1.7rem;
}

.ghrc-ceo-portrait-wrap::before {
  content: "";
  position: absolute;
  left: -2rem;
  top: -1.6rem;
  width: 55%;
  aspect-ratio: 1;
  border-radius: 999px;
  background: rgba(14, 143, 197, 0.11);
  pointer-events: none;
}

.ghrc-ceo-portrait {
  position: relative;
  overflow: hidden;
  border: 6px solid rgba(255, 255, 255, 0.92);
  border-radius: 8px;
  background: #f3f8fa;
  box-shadow:
    0 32px 70px -42px rgba(22, 19, 63, 0.42),
    0 0 0 1px rgba(14, 143, 197, 0.08);
}

.ghrc-ceo-portrait img {
  width: 100%;
  height: 390px;
  min-height: 0;
  object-fit: cover;
  object-position: center 38%;
}

.ghrc-ceo-badge {
  position: absolute;
  left: -0.5rem;
  bottom: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 0.9rem;
  width: min(230px, calc(100% - 1.5rem));
  border-radius: 8px;
  background: linear-gradient(135deg, #055f7d 0%, #0b89a3 100%);
  color: #fff;
  padding: 0.8rem 0.9rem;
  box-shadow: 0 22px 42px -22px rgba(5, 95, 125, 0.72);
}

.ghrc-ceo-badge__icon {
  display: grid;
  width: 2.55rem;
  height: 2.55rem;
  place-items: center;
  flex: 0 0 auto;
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 999px;
}

.ghrc-ceo-badge strong {
  display: block;
  font-family: "Plus Jakarta Sans", system-ui, sans-serif;
  font-size: 1.45rem;
  line-height: 1;
}

.ghrc-ceo-badge span {
  display: block;
  margin-top: 0.22rem;
  font-size: 0.76rem;
  font-weight: 700;
  line-height: 1.32;
}

.ghrc-ceo-message {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.78);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.82);
  padding: clamp(1.45rem, 3vw, 2.65rem);
  box-shadow: 0 28px 70px -42px rgba(22, 19, 63, 0.34);
  backdrop-filter: blur(16px);
}

.ghrc-ceo-message::before {
  content: "\201C";
  position: absolute;
  top: 4rem;
  right: 2.5rem;
  color: rgba(14, 143, 197, 0.08);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(5.5rem, 9vw, 8.5rem);
  font-weight: 700;
  line-height: 0.75;
  pointer-events: none;
}

.ghrc-ceo-kicker {
  position: relative;
  z-index: 1;
  margin-bottom: 0.75rem;
  color: #0a7895;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.ghrc-ceo-kicker::after {
  content: "";
  display: block;
  width: 2.4rem;
  height: 2px;
  margin-top: 0.5rem;
  background: #0a7895;
}

.ghrc-ceo-message h2 {
  position: relative;
  z-index: 1;
  max-width: 620px;
  color: var(--ghrc-navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 3.9vw, 3.45rem);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: 0;
}

.ghrc-ceo-message h2 span {
  display: block;
  color: #0a7895;
}

.ghrc-ceo-rule {
  position: relative;
  z-index: 1;
  width: 8.5rem;
  height: 2px;
  margin: 1rem 0 1.25rem;
  background: linear-gradient(
    90deg,
    #0a7895 0 55%,
    rgba(10, 120, 149, 0.24) 55% 100%
  );
}

.ghrc-ceo-rule::before,
.ghrc-ceo-rule::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 0.38rem;
  height: 0.38rem;
  border-radius: 999px;
  background: #0a7895;
  transform: translateY(-50%);
}

.ghrc-ceo-rule::before {
  left: 54%;
}

.ghrc-ceo-rule::after {
  right: 0;
  opacity: 0.78;
}

.ghrc-ceo-message p {
  position: relative;
  z-index: 1;
  max-width: 760px;
  margin: 0 0 1rem;
  color: #1d2a44;
  font-size: clamp(0.9rem, 1vw, 1rem);
  line-height: 1.62;
}

.ghrc-ceo-author {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 1.15rem;
  margin-top: 1.15rem;
  border-top: 1px solid rgba(10, 120, 149, 0.16);
  padding-top: 1rem;
}

.ghrc-ceo-signature-mark {
  min-width: 10rem;
  color: var(--ghrc-navy);
  font-family: "Brush Script MT", "Segoe Script", cursive;
  font-size: clamp(1.65rem, 2.8vw, 2.55rem);
  line-height: 1;
  transform: rotate(-4deg);
}

.ghrc-ceo-author-details {
  border-left: 1px solid rgba(191, 130, 44, 0.52);
  padding-left: 1.1rem;
}

.ghrc-ceo-author-details strong,
.ghrc-ceo-author-details span,
.ghrc-ceo-author-details small {
  display: block;
}

.ghrc-ceo-author-details strong {
  color: var(--ghrc-navy);
  font-family: "Plus Jakarta Sans", system-ui, sans-serif;
  font-size: 0.95rem;
  font-weight: 800;
}

.ghrc-ceo-author-details span {
  margin-top: 0.18rem;
  color: #0a7895;
  font-weight: 700;
}

.ghrc-ceo-author-details small {
  margin-top: 0.16rem;
  color: #24314c;
  font-size: 0.8rem;
}

.ghrc-ceo-cta {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  min-height: 2.8rem;
  margin-top: 1.25rem;
  border: 1px solid rgba(22, 19, 63, 0.2);
  border-radius: 8px;
  background: var(--ghrc-button-bg);
  border-color: var(--ghrc-button-bg);
  color: #fff !important;
  padding: 0.65rem 1.05rem;
  font-size: 0.85rem;
  font-weight: 800;
  text-decoration: none !important;
  box-shadow: 0 18px 34px -22px rgba(22, 19, 63, 0.7);
  transition:
    background 180ms ease,
    transform 180ms ease,
    box-shadow 180ms ease;
}

.ghrc-ceo-cta:hover,
.ghrc-ceo-cta:focus-visible {
  background: var(--ghrc-button-hover-bg);
  border-color: var(--ghrc-button-hover-bg);
  transform: translateY(-1px);
  box-shadow: 0 22px 38px -24px rgba(10, 120, 149, 0.72);
}

.ghrc-milestone-card,
.ghrc-tpa-step {
  border-radius: 8px;
}

.ghrc-milestones-section,
.ghrc-tpa-section {
  background: linear-gradient(180deg, #ffffff 0%, #eef8f8 100%) !important;
}

.ghrc-tpa-heading {
  max-width: 760px;
  margin: 0 auto 1.75rem;
  text-align: center;
}

.ghrc-tpa-heading p {
  margin: 0.75rem auto 0;
  max-width: 680px;
  color: hsl(var(--muted-foreground));
  font-size: 0.94rem;
  line-height: 1.55;
}

.ghrc-tpa-logo-panel {
  position: relative;
  margin: 0 auto 1.5rem;
  border: 0;
  border-radius: 8px;
  background: transparent;
  padding: 0.6rem 4.25rem;
  box-shadow: none;
}

.ghrc-tpa-logo-panel.ghrc-tpa-logo-panel--grid {
  max-width: 1120px;
  margin-bottom: 0;
  padding: 0;
}

.ghrc-tpa-logo-row {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.ghrc-tpa-logo-col {
  flex: 0 0 calc(25% - 0.75rem);
  max-width: calc(25% - 0.75rem);
}

.ghrc-tpa-logo-row .ghrc-tpa-logo-card {
  height: 100%;
  min-height: 7rem;
  padding: 0.85rem;
}

.ghrc-tpa-logo-row .ghrc-tpa-logo-card a {
  display: grid;
  width: 100%;
  height: 100%;
  place-items: center;
  color: inherit;
  text-decoration: none;
}

.ghrc-tpa-logo-row .ghrc-tpa-logo-card span {
  color: var(--ghrc-navy);
  font-size: 0.9rem;
  font-weight: 800;
  line-height: 1.35;
}

@media (max-width: 1024px) {
  .ghrc-tpa-logo-col {
    flex-basis: calc(33.333% - 0.667rem);
    max-width: calc(33.333% - 0.667rem);
  }
}

@media (max-width: 767px) {
  .ghrc-tpa-logo-col {
    flex-basis: calc(50% - 0.5rem);
    max-width: calc(50% - 0.5rem);
  }
}

@media (max-width: 420px) {
  .ghrc-tpa-logo-col {
    flex-basis: 100%;
    max-width: 100%;
  }
}

.ghrc-tpa-logo-controls {
  position: absolute;
  top: 50%;
  left: 0.9rem;
  right: 0.9rem;
  z-index: 3;
  display: flex;
  justify-content: space-between;
  pointer-events: none;
  transform: translateY(-50%);
}

.ghrc-tpa-logo-controls button {
  pointer-events: auto;
}

.ghrc-tpa-logo-carousel {
  padding: 0.35rem 0.15rem 1rem;
}

.ghrc-tpa-logo-slide {
  flex: 0 0 calc((100% - 5rem) / 5);
  min-width: 0;
}

.ghrc-tpa-logo-card {
  display: grid;
  min-height: 5.8rem;
  place-items: center;
  border: 1px solid rgba(22, 19, 63, 0.07);
  border-radius: 12px;
  background: #fff;
  padding: 0.35rem;
  text-align: center;
  box-shadow: 0 16px 22px -18px rgba(22, 19, 63, 0.42);
}

.ghrc-tpa-logo-card__image {
  width: min(178px, 100%);
  max-height: 5.6rem;
  border-radius: 12px;
  object-fit: contain;
}

.ghrc-tpa-bottom-grid {
  display: grid;
  grid-template-columns: minmax(280px, 0.95fr) minmax(0, 1.05fr);
  gap: 1rem;
  align-items: stretch;
}

.ghrc-tpa-note {
  display: flex;
  gap: 0.9rem;
  align-items: flex-start;
  border-radius: 8px;
  padding: 1.1rem;
}

.ghrc-tpa-note__icon {
  display: grid;
  width: 2.75rem;
  height: 2.75rem;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 8px;
  background: var(--gradient-primary);
  color: #fff;
}

.ghrc-tpa-note h3,
.ghrc-tpa-step h3 {
  color: var(--ghrc-navy);
  font-family: "Plus Jakarta Sans", system-ui, sans-serif;
  font-size: 0.98rem;
  font-weight: 800;
  line-height: 1.25;
}

.ghrc-tpa-note p,
.ghrc-tpa-step p {
  margin-top: 0.35rem;
  color: hsl(var(--muted-foreground));
  font-size: 0.82rem;
  line-height: 1.5;
}

.ghrc-tpa-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.8rem;
}

.ghrc-milestones {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
  position: relative;
}

.ghrc-milestone-card {
  position: relative;
  padding: 1.35rem;
  min-height: 100%;
}

.ghrc-milestone-card__year {
  display: inline-flex;
  min-width: 4.5rem;
  height: 2.5rem;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: var(--gradient-primary);
  color: #fff;
  font-family: "Plus Jakarta Sans", system-ui, sans-serif;
  font-weight: 800;
}

.ghrc-milestone-card__dot {
  width: 0.55rem;
  height: 0.55rem;
  margin: 1rem 0;
  border-radius: 999px;
  background: var(--ghrc-red);
  box-shadow: 0 0 0 6px rgba(239, 63, 78, 0.12);
}

.ghrc-news-card,
.ghrc-tpa-step {
  min-height: 100%;
}

.ghrc-tpa-step {
  display: flex;
  gap: 0.75rem;
  align-items: flex-start;
  padding: 0.95rem;
}

.ghrc-tpa-step__number {
  display: grid;
  width: 2.35rem;
  height: 2.35rem;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 8px;
  background: rgba(239, 63, 78, 0.1);
  color: var(--ghrc-red);
  font-family: "Plus Jakarta Sans", system-ui, sans-serif;
  font-weight: 800;
}

#doctor-timetable {
  background: linear-gradient(180deg, #ffffff 0%, #eef8f8 100%) !important;
}

.ghrc-opd-schedule-section {
  margin-top: clamp(-1rem, -1.5vw, -0.25rem);
}

.ghrc-opd-schedule-shell {
  overflow: hidden;
  border-radius: 8px;
  padding: clamp(1.1rem, 2.4vw, 1.75rem);
}

.ghrc-opd-schedule-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 1.25rem;
  align-items: start;
  padding-bottom: clamp(1.1rem, 2vw, 1.5rem);
  border-bottom: 1px solid rgba(14, 143, 197, 0.12);
}

.ghrc-opd-schedule-head p {
  max-width: 58rem;
  margin: 0.75rem 0 0;
  color: hsl(var(--muted-foreground));
  line-height: 1.7;
}

.ghrc-opd-schedule-eyebrow {
  display: inline-flex;
  align-items: center;
  margin-bottom: 0.45rem;
  color: var(--ghrc-teal);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ghrc-opd-schedule-note {
  display: inline-flex;
  gap: 0.45rem;
  align-items: center;
  border: 1px solid rgba(14, 143, 197, 0.16);
  border-radius: 999px;
  background: rgba(14, 143, 197, 0.08);
  color: var(--ghrc-navy);
  font-size: 0.84rem;
  font-weight: 700;
  padding: 0.55rem 0.85rem;
  white-space: nowrap;
}

.ghrc-opd-schedule-note svg {
  color: var(--ghrc-blue);
}

.ghrc-opd-controls {
  display: grid;
  grid-template-columns: minmax(15rem, 0.9fr) minmax(16rem, 1fr) auto auto;
  gap: 0.8rem;
  align-items: end;
  margin-top: clamp(1.1rem, 2vw, 1.5rem);
}

.ghrc-opd-field {
  display: grid;
  gap: 0.4rem;
  margin: 0;
}

.ghrc-opd-field span {
  color: var(--ghrc-navy);
  font-size: 0.78rem;
  font-weight: 800;
}

.ghrc-opd-field select,
.ghrc-opd-field input {
  width: 100%;
  min-height: 3.1rem;
  border: 1px solid rgba(14, 143, 197, 0.18);
  border-radius: 8px;
  background: #fff;
  color: var(--ghrc-navy);
  font: inherit;
  font-size: 0.95rem;
  outline: none;
  padding: 0.8rem 0.95rem;
  transition:
    border-color 180ms ease,
    box-shadow 180ms ease;
}

.ghrc-opd-field select:focus,
.ghrc-opd-field input:focus {
  border-color: rgba(14, 143, 197, 0.52);
  box-shadow: 0 0 0 4px rgba(14, 143, 197, 0.1);
}

.ghrc-opd-search,
.ghrc-opd-reset {
  display: inline-flex;
  min-height: 3.1rem;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  border-radius: 8px;
  font-weight: 800;
  padding: 0.75rem 1rem;
  transition:
    border-color 180ms ease,
    background-color 180ms ease,
    color 180ms ease,
    transform 180ms ease;
}

.ghrc-opd-search {
  border: 1px solid var(--ghrc-red);
  background: var(--ghrc-red);
  color: #fff;
  box-shadow: 0 14px 24px -18px rgba(239, 63, 78, 0.72);
}

.ghrc-opd-reset {
  border: 1px solid rgba(14, 143, 197, 0.16);
  background: rgba(41, 168, 143, 0.1);
  color: var(--ghrc-navy);
}

.ghrc-opd-search:hover,
.ghrc-opd-search:focus-visible,
.ghrc-opd-reset:hover,
.ghrc-opd-reset:focus-visible {
  border-color: var(--ghrc-navy);
  background: var(--ghrc-navy);
  color: #fff;
  transform: translateY(-1px);
}

.ghrc-opd-results-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1rem;
  align-items: center;
  justify-content: space-between;
  margin-top: 1.2rem;
  border-radius: 8px;
  background: linear-gradient(
    135deg,
    rgba(14, 143, 197, 0.08),
    rgba(41, 168, 143, 0.08)
  );
  color: hsl(var(--muted-foreground));
  font-size: 0.9rem;
  padding: 0.75rem 0.9rem;
}

.ghrc-opd-results-bar strong {
  color: var(--ghrc-blue);
}

.ghrc-opd-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(0.9rem, 1.8vw, 1.15rem);
  margin-top: clamp(1rem, 2vw, 1.35rem);
}

#primary .ghrc-opd-grid .ghrc-doctor-card {
  min-height: 100%;
}

#primary .ghrc-opd-doctor-card .ghrc-doctor-card__media {
  min-height: 250px;
}

#primary .ghrc-opd-doctor-card .ghrc-doctor-card__body {
  align-content: start;
}

#primary .ghrc-opd-doctor-card .ghrc-doctor-card__body p {
  min-height: 2.35rem;
}

.ghrc-opd-doctor-card__meta {
  display: grid;
  gap: 0.55rem;
  margin-top: 0.1rem;
  color: #5f6e85;
  font-size: 0.8rem;
  font-weight: 700;
  line-height: 1.38;
}

.ghrc-opd-doctor-card__meta span {
  display: grid;
  grid-template-columns: 1rem minmax(0, 1fr);
  gap: 0.45rem;
  align-items: start;
}

.ghrc-opd-doctor-card__meta svg {
  color: var(--ghrc-teal);
  transform: translateY(0.1rem);
}

#primary .ghrc-opd-doctor-card .ghrc-doctor-card__actions {
  margin-top: 0.45rem;
}

#primary .ghrc-opd-doctor-card .ghrc-doctor-card__status {
  max-width: 100%;
  line-height: 1.2;
  white-space: normal;
}

#primary .ghrc-opd-doctor-card .ghrc-doctor-card__book {
  min-width: 7.5rem;
  min-height: 2.55rem;
  font-size: 0.86rem;
}

.ghrc-opd-empty {
  grid-column: 1 / -1;
  border: 1px dashed rgba(14, 143, 197, 0.28);
  border-radius: 8px;
  background: rgba(14, 143, 197, 0.06);
  color: hsl(var(--muted-foreground));
  padding: 1.25rem;
  text-align: center;
}

@media (max-width: 1280px) {
  .ghrc-opd-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 1180px) {
  .ghrc-opd-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ghrc-opd-controls {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }

  .ghrc-opd-search,
  .ghrc-opd-reset {
    width: 100%;
  }
}

@media (max-width: 860px) {
  .ghrc-opd-schedule-head {
    grid-template-columns: 1fr;
  }

  .ghrc-opd-schedule-note {
    width: fit-content;
    white-space: normal;
  }

  .ghrc-opd-controls,
  .ghrc-opd-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  .ghrc-opd-schedule-shell {
    padding: 1rem;
  }

}

.ghrc-patient-videos {
  background: linear-gradient(180deg, #ffffff 0%, #eef8f8 100%) !important;
}

.gh-patient-edu-section {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding-top: clamp(3.25rem, 5vw, 5.5rem) !important;
  padding-bottom: clamp(3.25rem, 5vw, 5.5rem) !important;
  /* background:
    radial-gradient(circle at 12% 15%, rgba(14, 143, 197, 0.22), transparent 28%),
    radial-gradient(circle at 88% 18%, rgba(41, 168, 143, 0.18), transparent 27%),
    linear-gradient(135deg, #d9f7ff 0%, #eefbfe 48%, #f7fffd 100%) !important; */
}

.gh-patient-edu-section::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  /* background-image:
    linear-gradient(30deg, transparent 38%, rgba(255, 255, 255, 0.7) 38% 41%, transparent 41%),
    linear-gradient(150deg, transparent 38%, rgba(255, 255, 255, 0.68) 38% 41%, transparent 41%),
    radial-gradient(circle at center, rgba(255, 255, 255, 0.8) 2px, transparent 2.8px); */
  background-size:
    9rem 7.8rem,
    9rem 7.8rem,
    9rem 7.8rem;
  opacity: 0.62;
}

.gh-patient-edu-section::after {
  content: "";
  position: absolute;
  inset: auto -8rem -12rem auto;
  z-index: -1;
  width: min(38vw, 30rem);
  aspect-ratio: 1;
  border-radius: 999px;
  background: rgba(14, 143, 197, 0.16);
  filter: blur(38px);
  pointer-events: none;
}

.gh-patient-edu-head {
  max-width: 760px;
  margin: 0 auto clamp(1.8rem, 3.5vw, 3rem);
  text-align: center;
}

.gh-patient-edu-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.8rem;
  border: 1px solid rgba(14, 143, 197, 0.16);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  color: var(--ghrc-navy);
  padding: 0.45rem 0.78rem;
  font-size: 0.78rem;
  font-weight: 800;
  line-height: 1;
  box-shadow: 0 14px 28px -24px rgba(22, 19, 63, 0.4);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.gh-patient-edu-badge i {
  color: var(--ghrc-blue);
}

.gh-patient-edu-title {
  margin-bottom: 0.35rem !important;
  background: var(--ghrc-heading-gradient);
  -webkit-background-clip: text;
  background-clip: text;
  text-transform: uppercase !important;
}

.gh-patient-edu-subtitle {
  color: var(--ghrc-teal) !important;
}

.gh-patient-edu-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.16fr) minmax(0, 0.84fr);
  grid-auto-rows: minmax(14.25rem, 1fr);
  gap: 1.35rem;
}

.gh-patient-edu-grid--count-4,
.gh-patient-edu-grid--count-5 {
  grid-template-columns: minmax(0, 1.05fr) repeat(2, minmax(0, 0.52fr));
}

.gh-patient-edu-card {
  position: relative;
  display: block;
  overflow: hidden;
  min-height: 14.25rem;
  border: 1px solid rgba(255, 255, 255, 0.52);
  border-radius: 8px;
  background: var(--ghrc-navy);
  box-shadow: 0 20px 42px -30px rgba(22, 19, 63, 0.5);
  color: #fff;
  cursor: pointer;
  padding: 0;
  text-align: left;
  transition:
    border-color 240ms ease,
    box-shadow 240ms ease,
    transform 240ms ease;
}

.gh-patient-edu-card--featured {
  grid-row: span 2;
  min-height: clamp(28rem, 39vw, 36rem);
}

.gh-patient-edu-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(
      180deg,
      rgba(22, 19, 63, 0) 26%,
      rgba(22, 19, 63, 0.22) 56%,
      rgba(22, 19, 63, 0.54) 100%
    ),
    linear-gradient(135deg, rgba(14, 143, 197, 0.1), rgba(41, 168, 143, 0.18));
  pointer-events: none;
}

.gh-patient-edu-card::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  z-index: 2;
  height: 5rem;
  background: linear-gradient(
    135deg,
    rgba(22, 19, 63, 0.94),
    rgba(14, 143, 197, 0.94) 58%,
    rgba(41, 168, 143, 0.94)
  );
  pointer-events: none;
}

.gh-patient-edu-card--featured::after {
  height: 5.8rem;
}

.gh-patient-edu-card:hover,
.gh-patient-edu-card:focus-visible {
  border-color: rgba(14, 143, 197, 0.4);
  box-shadow:
    0 30px 58px -34px rgba(22, 19, 63, 0.58),
    0 0 0 1px rgba(41, 168, 143, 0.16);
  transform: translateY(-5px);
}

.gh-patient-edu-card__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: scale(1.01);
  transition:
    filter 500ms ease,
    transform 700ms ease;
}

.gh-patient-edu-card:hover .gh-patient-edu-card__image,
.gh-patient-edu-card:focus-visible .gh-patient-edu-card__image {
  filter: saturate(1.06) contrast(1.03);
  transform: scale(1.07);
}

.gh-patient-edu-card__category {
  position: absolute;
  top: 1rem;
  left: 1rem;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.86);
  color: var(--ghrc-navy);
  padding: 0.4rem 0.68rem;
  font-size: 0.76rem;
  font-weight: 800;
  line-height: 1;
  box-shadow: 0 14px 26px -22px rgba(22, 19, 63, 0.5);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.gh-patient-edu-card__play {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 3;
  display: grid;
  width: 5.2rem;
  height: 3.55rem;
  place-items: center;
  border: 0;
  border-radius: 15px;
  background: #ff0000;
  color: #fff;
  transform: translate(-50%, -50%);
  box-shadow: 0 18px 34px -18px rgba(22, 19, 63, 0.5);
  transition:
    background-color 220ms ease,
    box-shadow 220ms ease,
    transform 220ms ease;
}

.gh-patient-edu-card--featured .gh-patient-edu-card__play {
  width: 6.15rem;
  height: 4.15rem;
  border-radius: 18px;
}

.gh-patient-edu-card:hover .gh-patient-edu-card__play,
.gh-patient-edu-card:focus-visible .gh-patient-edu-card__play {
  background: #cc0000;
  box-shadow: 0 20px 36px -18px rgba(22, 19, 63, 0.58);
  transform: translate(-50%, -50%) scale(1.06);
}

.gh-patient-edu-card__title {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
  display: flex;
  min-height: 5rem;
  align-items: center;
  color: #fff;
  font-family: "Plus Jakarta Sans", system-ui, sans-serif;
  font-size: clamp(0.95rem, 1.25vw, 1.08rem);
  font-weight: 800;
  line-height: 1.35;
  padding: 1rem 1.2rem 1.1rem;
  overflow-wrap: anywhere;
}

.gh-patient-edu-card--featured .gh-patient-edu-card__title {
  min-height: 5.8rem;
  font-size: clamp(1.05rem, 1.6vw, 1.25rem);
  padding: 1.1rem 1.45rem 1.2rem;
}

.gh-patient-edu-actions {
  display: flex;
  justify-content: center;
  margin-top: clamp(1.8rem, 3vw, 2.75rem);
}

.gh-patient-edu-view-all {
  display: inline-flex;
  min-width: 8.6rem;
  min-height: 3rem;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  border-radius: 999px;
  background: var(--ghrc-button-bg);
  color: #fff !important;
  font-size: 0.9rem;
  font-weight: 800;
  letter-spacing: 0 !important;
  text-decoration: none !important;
  text-transform: uppercase;
  box-shadow: 0 18px 34px -24px rgba(14, 143, 197, 0.75);
  transition:
    box-shadow 220ms ease,
    transform 220ms ease;
}

.gh-patient-edu-view-all:hover,
.gh-patient-edu-view-all:focus-visible {
  background: var(--ghrc-button-hover-bg);
  box-shadow: 0 20px 38px -24px rgba(239, 63, 78, 0.65);
  transform: translateY(-2px);
}

.ghrc-video-carousel {
  margin: -0.25rem;
  padding: 0.25rem 0.25rem 1.25rem;
}

.ghrc-video-slide {
  flex: 0 0 86%;
  min-width: 0;
}

.ghrc-video-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  width: 100%;
  padding: 0;
  text-align: left;
  text-decoration: none !important;
  cursor: pointer;
}

.ghrc-video-card__media {
  position: relative;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  isolation: isolate;
  background:
    linear-gradient(135deg, rgba(22, 19, 63, 0.96), rgba(14, 143, 197, 0.72)),
    hsl(var(--muted));
}

.ghrc-video-card__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(22, 19, 63, 0.04) 0%,
    rgba(22, 19, 63, 0.08) 45%,
    rgba(22, 19, 63, 0.58) 100%
  );
  pointer-events: none;
  z-index: 1;
}

.ghrc-video-card__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(1.02) contrast(1.02);
}

.ghrc-video-card__badge {
  position: absolute;
  left: 0.85rem;
  top: 0.85rem;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  max-width: calc(100% - 1.7rem);
  min-height: 1.8rem;
  border: 1px solid rgba(255, 255, 255, 0.38);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  color: #15766d;
  padding: 0.34rem 0.72rem;
  font-size: 0.72rem;
  font-weight: 800;
  line-height: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  box-shadow: 0 14px 28px -20px rgba(22, 19, 63, 0.45);
}

.ghrc-video-card__play {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  border: 5px solid rgba(255, 255, 255, 0.78);
  border-radius: 999px;
  background: var(--ghrc-red);
  color: #fff;
  transform: translate(-50%, -50%);
  box-shadow:
    0 18px 38px -18px rgba(22, 19, 63, 0.75),
    0 0 0 10px rgba(255, 255, 255, 0.16);
  transition:
    background-color 180ms ease,
    box-shadow 180ms ease,
    transform 180ms ease;
}

.ghrc-video-card:hover .ghrc-video-card__play,
.ghrc-video-card:focus-visible .ghrc-video-card__play {
  background: var(--ghrc-button-hover-bg);
  box-shadow:
    0 22px 46px -18px rgba(22, 19, 63, 0.78),
    0 0 0 13px rgba(255, 255, 255, 0.18);
  transform: translate(-50%, -50%) scale(1.06);
}

.ghrc-youtube-play i,
.ghrc-youtube-play svg {
  display: none;
}

.ghrc-youtube-play::before {
  content: "";
  width: 0;
  height: 0;
  margin-left: 0.2rem;
  border-top: 0.58rem solid transparent;
  border-bottom: 0.58rem solid transparent;
  border-left: 0.94rem solid #fff;
}

.ghrc-video-archive-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1.5rem;
  margin-bottom: 2rem;
}

.ghrc-video-archive-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.35rem;
}

.ghrc-video-archive-card {
  position: relative;
  border-radius: 8px !important;
  overflow: hidden;
  border: 1px solid rgba(14, 143, 197, 0.14) !important;
  background:
    linear-gradient(180deg, #fff 0%, rgba(246, 251, 253, 0.96) 100%) !important;
  box-shadow: 0 18px 42px -34px rgba(22, 19, 63, 0.45) !important;
}

.ghrc-video-archive-card .ghrc-video-card__media {
  margin: 0.65rem 0.65rem 0;
  border-radius: 8px;
}

.ghrc-video-archive-card:hover,
.ghrc-video-archive-card:focus-visible {
  border-color: rgba(239, 63, 78, 0.28) !important;
  box-shadow: 0 26px 56px -38px rgba(22, 19, 63, 0.55) !important;
}

.ghrc-video-archive-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: flex-start;
  padding: 1.05rem 1.1rem 1.15rem;
}

.ghrc-video-archive-card__body h3 {
  display: -webkit-box;
  margin: 0;
  color: var(--ghrc-navy);
  font-size: 1.05rem;
  line-height: 1.35;
  font-weight: 800;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.ghrc-video-archive-card__body p {
  display: -webkit-box;
  margin: 0.58rem 0 0;
  color: hsl(var(--muted-foreground));
  font-size: 0.9rem;
  line-height: 1.55;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.ghrc-video-card__action {
  display: inline-flex;
  align-items: center;
  gap: 0.38rem;
  margin-top: 1rem;
  color: var(--ghrc-red);
  font-size: 0.84rem;
  font-weight: 800;
  line-height: 1;
  transition:
    color 180ms ease,
    gap 180ms ease;
}

.ghrc-video-card__action svg {
  width: 0.95rem;
  height: 0.95rem;
}

.ghrc-video-card:hover .ghrc-video-card__action,
.ghrc-video-card:focus-visible .ghrc-video-card__action {
  gap: 0.58rem;
  color: var(--ghrc-navy);
}

.ghrc-video-modal[hidden] {
  display: none;
}

.ghrc-video-modal {
  position: fixed;
  inset: 0;
  z-index: 100000;
  display: grid;
  place-items: center;
  padding: 1rem;
}

.ghrc-video-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(5, 7, 22, 0.72);
  backdrop-filter: blur(8px);
}

.ghrc-video-modal__dialog {
  position: relative;
  z-index: 1;
  width: min(960px, 100%);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 30px 70px -30px rgba(0, 0, 0, 0.58);
}

.ghrc-video-modal__close {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  z-index: 2;
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 999px;
  background: rgba(22, 19, 63, 0.72);
  color: #fff;
}

.ghrc-video-modal__frame {
  aspect-ratio: 16 / 9;
  background: #050716;
}

.ghrc-video-modal__frame iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.ghrc-video-modal__body {
  padding: 1rem 1.25rem 1.2rem;
}

.ghrc-video-modal__body h3 {
  color: var(--ghrc-navy);
  font-size: 1.1rem;
  font-weight: 800;
  line-height: 1.3;
}

.ghrc-video-modal__body p {
  margin-top: 0.35rem;
  color: hsl(var(--muted-foreground));
  font-size: 0.94rem;
  line-height: 1.55;
}

.ghrc-contact-popup[hidden] {
  display: none;
}

.ghrc-contact-popup {
  position: fixed;
  inset: 0;
  z-index: 100001;
  display: grid;
  place-items: center;
  padding: clamp(0.8rem, 2vw, 1.5rem);
}

.ghrc-contact-popup__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(8, 15, 25, 0.58);
  backdrop-filter: blur(4px);
}

.ghrc-contact-popup__dialog {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(280px, 0.8fr) minmax(0, 1.75fr);
  width: min(1125px, 100%);
  max-height: min(92svh, 760px);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 22px !important;
  background: #fff;
  box-shadow: 0 30px 90px -34px rgba(0, 0, 0, 0.55);
}

.ghrc-contact-popup__close {
  position: absolute;
  top: 1.15rem;
  right: 1.15rem;
  z-index: 5;
  display: grid;
  width: 52px;
  height: 52px;
  place-items: center;
  border: 1px solid #0b6db8;
  border-radius: 999px;
  background: #fff;
  color: #075fa9;
  transition:
    background-color 180ms ease,
    color 180ms ease,
    transform 180ms ease;
}

.ghrc-contact-popup__close:hover,
.ghrc-contact-popup__close:focus-visible {
  background: #0b6db8;
  color: #fff;
  transform: scale(1.04);
}

.ghrc-contact-popup__aside {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background:
    radial-gradient(circle at 35% 9%, rgba(255, 255, 255, 0.24), transparent 16%),
    linear-gradient(160deg, #15a9d7 0%, #007aa2 46%, #005979 100%);
  color: #fff;
  padding: clamp(1.5rem, 3vw, 2.2rem) clamp(1.35rem, 2.8vw, 1.9rem);
}

.ghrc-contact-popup__aside::before {
  content: "";
  position: absolute;
  top: 1.7rem;
  left: 50%;
  width: 8.2rem;
  height: 8.2rem;
  border: 1px dashed rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  transform: translateX(-50%);
  pointer-events: none;
}

.ghrc-contact-popup__aside::after {
  content: "";
  position: absolute;
  right: -4rem;
  bottom: -5rem;
  width: 15rem;
  height: 15rem;
  border: 0.55rem solid rgba(255, 255, 255, 0.13);
  border-radius: 999px;
  pointer-events: none;
}

.ghrc-contact-popup__badge {
  position: relative;
  z-index: 1;
  display: grid;
  width: 98px;
  height: 98px;
  margin: 0 auto 1.35rem;
  place-items: center;
  border-radius: 999px;
  background: #fff;
  color: #075fa9;
  box-shadow: 0 22px 42px -26px rgba(0, 0, 0, 0.42);
}

.ghrc-contact-popup__aside h2 {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #fff;
  font-size: clamp(2rem, 4vw, 2.7rem);
  line-height: 1.05;
  font-weight: 900;
}

.ghrc-contact-popup__aside h2 span {
  display: block;
  color: #27e6f3;
}

.ghrc-contact-popup__aside > p {
  position: relative;
  z-index: 1;
  max-width: 18rem;
  margin: 1.4rem 0 1.2rem;
  color: #fff;
  font-size: 1.02rem;
  line-height: 1.45;
  font-weight: 800;
}

.ghrc-contact-popup__trust-list {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 0.8rem;
}

.ghrc-contact-popup__trust-item {
  display: grid;
  grid-template-columns: 2.75rem minmax(0, 1fr);
  gap: 0.75rem;
  align-items: center;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.94);
  color: var(--ghrc-navy);
  padding: 0.8rem 0.9rem;
}

.ghrc-contact-popup__trust-item > svg {
  display: grid;
  width: 2.65rem;
  height: 2.65rem;
  border-radius: 999px;
  background: #14b6cf;
  color: #fff;
  padding: 0.65rem;
}

.ghrc-contact-popup__trust-item strong,
.ghrc-contact-popup__trust-item small {
  display: block;
}

.ghrc-contact-popup__trust-item strong {
  color: var(--ghrc-navy);
  font-size: 0.95rem;
  line-height: 1.15;
  font-weight: 900;
}

.ghrc-contact-popup__trust-item small {
  margin-top: 0.2rem;
  color: #455b73;
  font-size: 0.78rem;
  line-height: 1.35;
}

.ghrc-contact-popup__main {
  min-width: 0;
  overflow-y: auto;
  background:
    radial-gradient(circle at 50% 10%, rgba(20, 182, 207, 0.14), transparent 22%),
    #fff;
  padding: clamp(1.45rem, 3vw, 1.9rem) clamp(1.4rem, 3.4vw, 2.1rem);
}

.ghrc-contact-popup__header {
  padding: 0 4rem 0 0;
  text-align: center;
}

.ghrc-contact-popup__header h2 {
  margin: 0;
  color: var(--ghrc-navy);
  font-size: clamp(2rem, 3.2vw, 2.65rem);
  line-height: 1.05;
  font-weight: 900;
}

.ghrc-contact-popup__header h2 span {
  color: #0e8fc5;
}

.ghrc-contact-popup__divider {
  display: grid;
  grid-template-columns: minmax(2rem, 1fr) auto minmax(2rem, 1fr);
  gap: 0.65rem;
  align-items: center;
  width: min(26rem, 70%);
  margin: 0.75rem auto 1.15rem;
  color: #0e8fc5;
}

.ghrc-contact-popup__divider::before,
.ghrc-contact-popup__divider::after {
  content: "";
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(14, 143, 197, 0.55));
}

.ghrc-contact-popup__divider::after {
  background: linear-gradient(90deg, rgba(14, 143, 197, 0.55), transparent);
}

.ghrc-contact-popup__chips {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.75rem;
  margin-bottom: 0.95rem;
}

.ghrc-contact-popup__chips span {
  display: inline-flex;
  min-height: 3.35rem;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  border: 1px solid #d7e5f4;
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.82);
  color: var(--ghrc-navy);
  font-size: 0.92rem;
  font-weight: 900;
  line-height: 1.15;
  text-align: center;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.82);
}

.ghrc-contact-popup__chips svg {
  flex: 0 0 auto;
  color: #0e8fc5;
  stroke-width: 3;
}

.ghrc-contact-popup__form {
  padding: 0;
}

.ghrc-contact-popup .wpcf7 form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.05rem 1.15rem;
  margin: 0;
}

.ghrc-contact-popup .wpcf7 p {
  margin: 0;
}

.ghrc-contact-popup .wpcf7 p:has(textarea),
.ghrc-contact-popup .wpcf7 p:has(.wpcf7-submit),
.ghrc-contact-popup .wpcf7 p:has(.wpcf7-spinner),
.ghrc-contact-popup .wpcf7 p:last-of-type {
  grid-column: 1 / -1;
}

.ghrc-contact-popup .wpcf7 label {
  display: block;
  color: var(--ghrc-navy);
  font-size: 0;
  font-weight: 900;
}

.ghrc-contact-popup .wpcf7-form-control-wrap {
  display: block;
  font-size: 1rem;
}

.ghrc-contact-popup .wpcf7 input:not([type="submit"]),
.ghrc-contact-popup .wpcf7 textarea,
.ghrc-contact-popup .wpcf7 select {
  width: 100%;
  min-height: 4.2rem;
  border: 1px solid #cfe0f2;
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.92);
  color: var(--ghrc-navy);
  font-size: 1rem;
  padding: 0.9rem 1.05rem;
  outline: 0;
  box-shadow: 0 12px 28px -26px rgba(22, 27, 57, 0.28);
}

.ghrc-contact-popup .wpcf7 textarea {
  min-height: 9.3rem;
  resize: vertical;
}

.ghrc-contact-popup .wpcf7 input:focus,
.ghrc-contact-popup .wpcf7 textarea:focus,
.ghrc-contact-popup .wpcf7 select:focus {
  border-color: var(--ghrc-blue);
  box-shadow:
    0 0 0 4px rgba(14, 143, 197, 0.12),
    0 18px 36px -30px rgba(22, 27, 57, 0.45);
}

.ghrc-contact-popup .wpcf7-submit {
  display: inline-flex;
  width: min(100%, 42rem);
  min-height: 4.25rem;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(90deg, #19c3d3 0%, #0866b5 100%);
  color: #fff;
  font-size: clamp(1rem, 2vw, 1.35rem);
  font-weight: 900;
  padding: 0.95rem 1.5rem;
  cursor: pointer;
  box-shadow: 0 20px 42px -28px rgba(8, 102, 181, 0.9);
}

.ghrc-contact-popup .wpcf7-submit:hover,
.ghrc-contact-popup .wpcf7-submit:focus-visible {
  background: linear-gradient(90deg, #10aebf 0%, #064f98 100%);
}

.ghrc-contact-popup .wpcf7-spinner {
  margin: 0.85rem 0 0 0.65rem;
}

.ghrc-contact-popup .wpcf7-response-output {
  margin: 0.7rem 0 0 !important;
  border-radius: 8px;
  font-size: 0.88rem;
  line-height: 1.45;
  padding: 0.75rem 0.85rem !important;
}

.ghrc-contact-popup__secure {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  margin-top: 0.9rem;
  color: #63748a;
  font-size: 0.92rem;
  line-height: 1.35;
  text-align: center;
}

.ghrc-contact-popup__secure svg {
  color: #63748a;
}

@media (max-width: 980px) {
  .ghrc-contact-popup__dialog {
    grid-template-columns: 1fr;
    overflow-y: auto;
  }

  .ghrc-contact-popup__aside {
    display: none;
  }

  .ghrc-contact-popup__main {
    overflow: visible;
  }
}

@media (max-width: 680px) {
  .ghrc-contact-popup {
    align-items: end;
    padding: 0.55rem;
  }

  .ghrc-contact-popup__dialog {
    max-height: 94svh;
    border-radius: 18px !important;
  }

  .ghrc-contact-popup__close {
    width: 44px;
    height: 44px;
    top: 0.75rem;
    right: 0.75rem;
  }

  .ghrc-contact-popup__main {
    padding: 1.2rem;
  }

  .ghrc-contact-popup__header {
    padding-right: 3rem;
    text-align: left;
  }

  .ghrc-contact-popup__divider {
    width: 100%;
    margin-inline: 0;
  }

  .ghrc-contact-popup__chips,
  .ghrc-contact-popup .wpcf7 form {
    grid-template-columns: 1fr;
  }

  .ghrc-contact-popup__chips span {
    min-height: 2.8rem;
    justify-content: flex-start;
    padding: 0 0.85rem;
  }
}

.ghrc-contact-popup {
  padding: clamp(0.8rem, 2.2vw, 1.35rem);
  padding-bottom: clamp(1.4rem, 3vw, 2.2rem);
}

.ghrc-contact-popup__backdrop {
  background:
    linear-gradient(135deg, rgba(2, 4, 14, 0.78), rgba(22, 27, 57, 0.68)),
    rgba(8, 15, 25, 0.62);
  backdrop-filter: blur(6px);
}

.ghrc-contact-popup__dialog {
  grid-template-columns: minmax(280px, 0.6fr) minmax(0, 1fr);
  width: min(960px, 100%);
  max-height: calc(100svh - 3rem);
  border: 1px solid rgba(255, 255, 255, 0.78);
  border-radius: 18px !important;
  background: #fff;
  box-shadow: 0 36px 90px -42px rgba(2, 4, 14, 0.75);
}

.ghrc-contact-popup__close {
  top: 0.9rem;
  right: 0.9rem;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(22, 27, 57, 0.16);
  background: rgba(255, 255, 255, 0.94);
  color: var(--ghrc-navy);
  box-shadow: 0 10px 28px -22px rgba(22, 27, 57, 0.6);
}

.ghrc-contact-popup__close:hover,
.ghrc-contact-popup__close:focus-visible {
  background: var(--ghrc-red);
  color: #fff;
}

.ghrc-contact-popup__aside {
  display: flex;
  min-height: 100%;
  flex-direction: column;
  justify-content: flex-start;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.12), transparent 28%),
    linear-gradient(160deg, #161b39 0%, #0e3559 48%, #0e8fc5 100%);
  padding: clamp(1.05rem, 2vw, 1.45rem) clamp(1.2rem, 2.2vw, 1.65rem);
}

.ghrc-contact-popup__aside::before {
  top: 1.15rem;
  left: auto;
  right: 1.1rem;
  width: 6.8rem;
  height: 6.8rem;
  transform: none;
}

.ghrc-contact-popup__aside::after {
  right: -5.3rem;
  bottom: -5.3rem;
  border-color: rgba(241, 68, 80, 0.28);
}

.ghrc-contact-popup__badge {
  width: 68px;
  height: 68px;
  margin: 0 0 0.95rem;
  color: var(--ghrc-red);
}

.ghrc-contact-popup__aside h2 {
  font-size: clamp(1.65rem, 2.8vw, 2.28rem);
}

.ghrc-contact-popup__aside h2 span {
  color: #7fe5d8;
}

.ghrc-contact-popup__aside > p {
  max-width: 17.5rem;
  margin: 0.8rem 0 1rem;
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.9rem;
  line-height: 1.42;
  font-weight: 700;
}

.ghrc-contact-popup__trust-list {
  gap: 0.55rem;
}

.ghrc-contact-popup__trust-item {
  grid-template-columns: 2.1rem minmax(0, 1fr);
  border: 1px solid rgba(255, 255, 255, 0.26);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  padding: 0.55rem 0.65rem;
  backdrop-filter: blur(8px);
}

.ghrc-contact-popup__trust-item > svg {
  width: 2rem;
  height: 2rem;
  background: #fff;
  color: var(--ghrc-red);
  padding: 0.48rem;
}

.ghrc-contact-popup__trust-item strong {
  color: #fff;
  font-size: 0.82rem;
}

.ghrc-contact-popup__trust-item small {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.7rem;
}

.ghrc-contact-popup__main {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.95rem;
  align-content: start;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(241, 68, 80, 0.055), transparent 34%),
    linear-gradient(180deg, #ffffff 0%, #f5fbfb 100%);
  padding: clamp(1rem, 1.8vw, 1.35rem) clamp(1rem, 2vw, 1.45rem) clamp(1.75rem, 3vw, 2.5rem);
}

.ghrc-contact-popup__header {
  grid-column: 1 / -1;
  padding: 0 3.1rem 0 0;
  text-align: left;
}

.ghrc-contact-popup__header h2 {
  max-width: 34rem;
  font-size: clamp(1.75rem, 2.6vw, 2.25rem);
}

.ghrc-contact-popup__header h2 span {
  color: var(--ghrc-red);
}

.ghrc-contact-popup__divider {
  width: min(18rem, 100%);
  margin: 0.4rem 0 0.65rem;
  color: var(--ghrc-teal);
}

.ghrc-contact-popup__divider::before {
  background: linear-gradient(90deg, transparent, rgba(41, 168, 143, 0.62));
}

.ghrc-contact-popup__divider::after {
  background: linear-gradient(90deg, rgba(41, 168, 143, 0.62), transparent);
}

.ghrc-contact-popup__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-bottom: 0;
}

.ghrc-contact-popup__chips span {
  min-height: 2.25rem;
  border-radius: 999px;
  border-color: rgba(14, 143, 197, 0.16);
  background: #fff;
  color: var(--ghrc-navy);
  font-size: 0.8rem;
  padding: 0.48rem 0.72rem;
  box-shadow: 0 10px 24px -22px rgba(22, 27, 57, 0.42);
}

.ghrc-contact-popup__chips svg {
  color: var(--ghrc-red);
}

.ghrc-contact-popup__form {
  min-width: 0;
  width: 100%;
  border: 0;
  border-radius: 0;
  background: transparent;
  padding: 0;
  box-shadow: none;
}

.ghrc-contact-popup .wpcf7 form {
  grid-template-columns: 1fr !important;
  gap: 0.45rem;
  width: 100%;
}

.ghrc-contact-popup .wpcf7 br {
  display: none;
}

.ghrc-contact-popup .wpcf7 p,
.ghrc-contact-popup .wpcf7 label,
.ghrc-contact-popup .wpcf7-form-control-wrap {
  grid-column: 1 / -1 !important;
  width: 100%;
}

.ghrc-contact-popup .wpcf7 p {
  display: grid;
  grid-template-columns: 1fr !important;
  gap: 0.45rem;
  margin: 0 !important;
}

.ghrc-contact-popup .wpcf7 h2,
.ghrc-contact-popup .wpcf7 h3,
.ghrc-contact-popup .wpcf7 h4 {
  margin: 0 0 0.45rem;
  color: var(--ghrc-navy);
  font-size: clamp(1.15rem, 1.7vw, 1.38rem);
  line-height: 1.2;
  font-weight: 900;
}

.ghrc-contact-popup .wpcf7 input:not([type="submit"]),
.ghrc-contact-popup .wpcf7 textarea,
.ghrc-contact-popup .wpcf7 select {
  display: block;
  max-width: none;
  min-height: 2.55rem;
  border-color: rgba(22, 27, 57, 0.14);
  border-radius: 8px;
  background: #fff;
  font-size: 0.88rem;
  line-height: 1.2;
  padding: 0.52rem 0.78rem;
  box-shadow: none;
}

.ghrc-contact-popup .wpcf7 textarea {
  min-height: 4.25rem;
}

.ghrc-contact-popup .wpcf7 input:focus,
.ghrc-contact-popup .wpcf7 textarea:focus,
.ghrc-contact-popup .wpcf7 select:focus {
  border-color: var(--ghrc-teal);
  box-shadow: 0 0 0 3px rgba(41, 168, 143, 0.13);
}

.ghrc-contact-popup .wpcf7-submit {
  display: inline-flex;
  width: 100%;
  min-height: 2.75rem;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: linear-gradient(90deg, var(--ghrc-red) 0%, #d83340 45%, var(--ghrc-navy) 100%);
  font-size: 0.95rem;
  line-height: 1.15;
  padding: 0.6rem 1rem !important;
  box-shadow: 0 18px 34px -24px rgba(241, 68, 80, 0.72);
}

.ghrc-contact-popup .wpcf7-submit:hover,
.ghrc-contact-popup .wpcf7-submit:focus-visible {
  background: linear-gradient(90deg, #d83340 0%, var(--ghrc-navy) 100%);
}

.ghrc-contact-popup__secure {
  margin-top: 0.45rem;
  color: #56667b;
  font-size: 0.72rem;
}

@media (max-width: 1080px) {
  .ghrc-contact-popup__dialog {
    grid-template-columns: 1fr;
    overflow-y: auto;
  }

  .ghrc-contact-popup__aside {
    display: none;
  }

  .ghrc-contact-popup__main {
    overflow: visible;
  }
}

@media (max-width: 820px) {
  .ghrc-contact-popup__main {
    grid-template-columns: 1fr;
  }

}

@media (max-width: 680px) {
  .ghrc-contact-popup__dialog {
    max-height: 94svh;
    border-radius: 14px !important;
  }

  .ghrc-contact-popup__main {
    gap: 0.85rem;
    padding: 1rem 1rem 1.55rem;
  }

  .ghrc-contact-popup__header {
    padding-right: 2.8rem;
  }

  .ghrc-contact-popup__header h2 {
    font-size: 1.55rem;
  }

  .ghrc-contact-popup__divider {
    display: none;
  }

  .ghrc-contact-popup__chips {
    margin-top: 0.65rem;
  }

  .ghrc-contact-popup__chips span {
    min-height: 2.25rem;
    justify-content: flex-start;
  }

  .ghrc-contact-popup__form {
    padding: 0.85rem 0.85rem 1.05rem;
  }
}

.lifecare-modal-open {
  overflow: hidden;
}

#primary .bg-card {
  border-color: rgba(14, 143, 197, 0.12) !important;
  box-shadow: 0 12px 32px -24px rgba(22, 19, 63, 0.32) !important;
}

#primary .bg-card:hover {
  border-color: rgba(239, 63, 78, 0.25) !important;
  box-shadow: 0 18px 42px -28px rgba(22, 19, 63, 0.38) !important;
}

@media (hover: hover) and (pointer: fine) {
  #primary .bg-card,
  #primary .ghrc-speciality-card,
  #primary .ghrc-infrastructure-card,
  #primary .ghrc-video-card,
  #primary .ghrc-news-card,
  #primary .ghrc-milestone-card,
  #primary .ghrc-tpa-step,
  #primary .ghrc-tpa-note,
  #primary .ghrc-tpa-logo-card,
  #primary .ghrc-speciality-service-card,
  #primary .ghrc-speciality-highlight,
  #primary .ghrc-speciality-doctor-card,
  #primary .ghrc-speciality-detail-panel,
  #primary .ghrc-speciality-detail-aside,
  #primary .ghrc-static-info-copy,
  #primary .ghrc-static-card,
  #primary .ghrc-static-steps,
  #primary .ghrc-ceo-message,
  #primary .ghrc-ceo-portrait,
  #primary a[class*="rounded"],
  #primary button[class*="rounded"],
  footer a[class*="rounded"] {
    transition:
      transform 240ms ease,
      box-shadow 240ms ease,
      border-color 240ms ease,
      background-color 240ms ease,
      color 240ms ease;
    will-change: transform;
  }

  #primary .bg-card:hover,
  #primary .ghrc-speciality-card:hover,
  #primary .ghrc-infrastructure-card:hover,
  #primary .ghrc-video-card:hover,
  #primary .ghrc-news-card:hover,
  #primary .ghrc-milestone-card:hover,
  #primary .ghrc-tpa-step:hover,
  #primary .ghrc-tpa-note:hover,
  #primary .ghrc-tpa-logo-card:hover,
  #primary .ghrc-speciality-service-card:hover,
  #primary .ghrc-speciality-highlight:hover,
  #primary .ghrc-speciality-doctor-card:hover,
  #primary .ghrc-speciality-detail-panel:hover,
  #primary .ghrc-static-info-copy:hover,
  #primary .ghrc-static-card:hover,
  #primary .ghrc-static-steps:hover,
  #primary .ghrc-ceo-message:hover,
  #primary .ghrc-ceo-portrait:hover {
    transform: translateY(-6px);
  }

  #primary a[class*="rounded"]:hover,
  #primary button[class*="rounded"]:hover,
  footer a[class*="rounded"]:hover {
    transform: translateY(-2px) scale(1.02);
  }

  #primary .ghrc-speciality-card,
  #primary .ghrc-infrastructure-card,
  #primary .ghrc-video-card,
  #primary .ghrc-news-card,
  #primary .ghrc-milestone-card,
  #primary .ghrc-tpa-step {
    position: relative;
  }

  #primary .ghrc-speciality-card::before,
  #primary .ghrc-infrastructure-card::before,
  #primary .ghrc-video-card::before,
  #primary .ghrc-news-card::before,
  #primary .ghrc-milestone-card::before,
  #primary .ghrc-tpa-step::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 3;
    border-radius: inherit;
    background: linear-gradient(
      110deg,
      transparent 0%,
      rgba(255, 255, 255, 0.42) 45%,
      transparent 72%
    );
    opacity: 0;
    pointer-events: none;
    transform: translateX(-120%);
    transition:
      opacity 220ms ease,
      transform 620ms ease;
  }

  #primary .ghrc-speciality-card:hover::before,
  #primary .ghrc-infrastructure-card:hover::before,
  #primary .ghrc-video-card:hover::before,
  #primary .ghrc-news-card:hover::before,
  #primary .ghrc-milestone-card:hover::before,
  #primary .ghrc-tpa-step:hover::before {
    opacity: 1;
    transform: translateX(120%);
  }

  #primary .ghrc-speciality-card > *,
  #primary .ghrc-infrastructure-card > *,
  #primary .ghrc-video-card > *,
  #primary .ghrc-news-card > *,
  #primary .ghrc-milestone-card > *,
  #primary .ghrc-tpa-step > * {
    position: relative;
    z-index: 2;
  }

  .site-header nav a::after {
    content: "";
    position: absolute;
    left: 1rem;
    right: 1rem;
    bottom: 0.55rem;
    height: 2px;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--ghrc-red), var(--ghrc-blue));
    transform: scaleX(0);
    transform-origin: center;
    transition: transform 220ms ease;
  }

  .site-header nav a:hover::after,
  .site-header nav a:focus-visible::after {
    transform: scaleX(1);
  }

  #primary a:hover svg,
  #primary button:hover svg,
  footer a:hover svg {
    transform: translateX(2px) scale(1.05);
  }
}

#primary .text-gradient-primary {
  background: var(--ghrc-heading-gradient) !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  color: transparent !important;
}

.ghrc-section-kicker {
  display: block;
  margin-top: 0 !important;
  margin-bottom: 0.35rem !important;
  background: var(--ghrc-heading-gradient);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent !important;
  font-family: "Plus Jakarta Sans", system-ui, sans-serif;
  font-size: clamp(2.25rem, 4.8vw, 3.55rem) !important;
  font-weight: 800 !important;
  letter-spacing: 0 !important;
  line-height: 1.02 !important;
  overflow-wrap: anywhere;
  text-transform: capitalize !important;
}

.ghrc-section-title {
  display: block;
  margin-top: 0 !important;
  color: var(--ghrc-teal) !important;
  font-family: Inter, system-ui, sans-serif;
  font-size: clamp(0.82rem, 1.45vw, 1.05rem) !important;
  font-weight: 800 !important;
  letter-spacing: 0.02em !important;
  line-height: 1.35 !important;
  overflow-wrap: anywhere;
  text-transform: uppercase !important;
}

.ghrc-section-title .ghrc-heading-highlight {
  background: none !important;
  color: inherit !important;
  -webkit-text-fill-color: currentColor;
}

.ghrc-section-kicker--light {
  background: var(--ghrc-heading-gradient-light);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent !important;
}

.ghrc-section-title--light {
  color: #7ee5d2 !important;
}

#primary .ghrc-page-hero .ghrc-section-kicker,
#primary .ghrc-speciality-detail-hero .ghrc-section-kicker {
  background: var(--ghrc-heading-gradient-light) !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  color: transparent !important;
  text-shadow: 0 16px 34px rgba(0, 0, 0, 0.28);
}

#primary .ghrc-page-hero .ghrc-section-title,
#primary .ghrc-speciality-detail-hero .ghrc-section-title {
  color: #7ee5d2 !important;
  text-shadow: 0 8px 18px rgba(0, 0, 0, 0.24);
}

#primary .ghrc-page-hero p,
#primary .ghrc-speciality-detail-hero p {
  color: rgba(255, 255, 255, 0.88) !important;
  text-shadow: 0 8px 18px rgba(0, 0, 0, 0.28);
}

#primary .ghrc-heading-highlight {
  display: inline;
  font-weight: inherit;
  letter-spacing: 0;
}

#primary .ghrc-heading-highlight--red {
  color: var(--ghrc-heading-pink);
}

#primary .ghrc-heading-highlight--blue {
  background: linear-gradient(
    90deg,
    var(--ghrc-heading-pink) 0%,
    var(--ghrc-blue) 62%,
    var(--ghrc-teal) 100%
  );
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

#primary .ghrc-specialities-head {
  position: relative;
  margin-bottom: 2.5rem;
}

#primary .ghrc-specialities-actions {
  position: absolute;
  right: 0;
  bottom: 0.2rem;
  display: flex;
  gap: 0.5rem;
}

#primary .ghrc-specialities-carousel {
  margin: -0.75rem;
  padding: 0.75rem 0.75rem 1.25rem;
}

#primary .ghrc-specialities-slide {
  display: flex;
  flex: 0 0 calc((100% - 7.5rem) / 6);
  min-width: 0;
}

#primary .ghrc-speciality-card {
  display: grid;
  width: 100%;
  height: 100%;
  min-height: 15.25rem;
  overflow: hidden;
  place-items: center;
  align-content: center;
  gap: 1.35rem;
  border-radius: 8px;
  background: #fff;
  color: inherit;
  padding: 1.35rem;
  text-align: center;
  text-decoration: none;
  box-shadow: 0 14px 26px -24px rgba(22, 19, 63, 0.34);
}

#primary .ghrc-speciality-card__icon {
  display: grid;
  width: 7.1rem;
  height: 7.1rem;
  place-items: center;
  border-radius: 999px;
  background: rgba(14, 143, 197, 0.11);
  box-shadow: none;
  transition:
    background-color 220ms ease,
    transform 220ms ease;
}

#primary .ghrc-speciality-card__image {
  display: block;
  width: 4.45rem;
  height: 4.45rem;
  object-fit: contain;
}

#primary .ghrc-speciality-card__body {
  display: block;
  padding: 0;
}

#primary .ghrc-speciality-card__body h3 {
  margin: 0;
  color: var(--ghrc-navy);
  font-size: 1.12rem;
  line-height: 1.25;
}

#primary .ghrc-speciality-card:hover .ghrc-speciality-card__icon,
#primary .ghrc-speciality-card:focus-visible .ghrc-speciality-card__icon {
  background: rgba(41, 168, 143, 0.16);
  transform: translateY(-2px) scale(1.03);
}

#primary .ghrc-specialities-archive-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.35rem;
}

#primary .ghrc-speciality-archive-card__media {
  aspect-ratio: 16 / 9;
}

#primary .ghrc-speciality-archive-card__body {
  padding: 1.35rem;
}

#primary .ghrc-speciality-archive-card__point {
  display: flex;
  align-items: flex-start;
  gap: 0.55rem;
  color: hsl(var(--foreground) / 0.78);
  font-size: 0.9rem;
  line-height: 1.45;
}

#primary .ghrc-speciality-archive-card__point svg {
  flex: 0 0 auto;
  margin-top: 0.12rem;
  color: var(--ghrc-teal);
}

#primary .ghrc-page-hero,
#primary .ghrc-speciality-detail-hero {
  isolation: isolate;
  background: var(--ghrc-navy);
  display: flex;
  height: var(--ghrc-inner-hero-height);
  min-height: var(--ghrc-inner-hero-height);
  max-height: var(--ghrc-inner-hero-height);
  align-items: center;
}

#primary .ghrc-page-hero > .container,
#primary .ghrc-speciality-detail-hero > .container {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

#primary .ghrc-page-hero__image,
#primary .ghrc-speciality-detail-hero__image {
  position: absolute;
  inset: 0;
  z-index: -2;
  background-position: center;
  background-size: cover;
  filter: saturate(1.04) contrast(1.02);
  transform: scale(1.02);
}

#primary .ghrc-page-hero__overlay,
#primary .ghrc-speciality-detail-hero__overlay {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(
      90deg,
      rgba(7, 10, 33, 0.94),
      rgba(22, 19, 63, 0.76) 58%,
      rgba(14, 143, 197, 0.38)
    ),
    linear-gradient(180deg, rgba(7, 10, 33, 0.15), rgba(7, 10, 33, 0.72));
}

#primary .ghrc-speciality-detail-panel,
#primary .ghrc-speciality-detail-aside {
  border-radius: 8px;
  padding: 1.6rem;
}

#primary .ghrc-speciality-service-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

#primary .ghrc-speciality-service-card,
#primary .ghrc-speciality-highlight,
#primary .ghrc-speciality-doctor-card {
  border-radius: 8px;
  color: inherit;
  text-decoration: none;
}

#primary .ghrc-speciality-service-card,
#primary .ghrc-speciality-highlight {
  display: flex;
  min-height: 82px;
  align-items: flex-start;
  gap: 0.8rem;
  padding: 1rem;
  font-weight: 700;
  line-height: 1.4;
}

#primary .ghrc-speciality-doctor-card {
  display: grid;
  grid-template-columns: 96px 1fr;
  gap: 1rem;
  align-items: center;
  overflow: hidden;
  padding: 0.9rem;
}

#primary .ghrc-speciality-doctor-card img {
  width: 96px;
  height: 112px;
  border-radius: 8px;
  object-fit: cover;
  object-position: center top;
  background: hsl(var(--muted));
}

#primary .ghrc-speciality-doctor-card[data-doctor-photo="avatar"] img {
  object-fit: contain;
  object-position: center center;
  padding: 0.6rem;
  background:
    radial-gradient(
      circle at 30% 18%,
      rgba(255, 255, 255, 0.85),
      transparent 26%
    ),
    linear-gradient(135deg, rgba(14, 143, 197, 0.16), rgba(41, 168, 143, 0.12));
}

#primary .ghrc-speciality-detail-aside {
  position: sticky;
  top: 110px;
}

#primary .ghrc-speciality-detail-aside__note {
  margin-top: 1.35rem;
  padding: 1rem;
  border: 1px solid rgba(14, 143, 197, 0.14);
  border-radius: 8px;
  background: rgba(41, 168, 143, 0.08);
  color: var(--ghrc-navy);
}

#primary .ghrc-speciality-detail-aside__note strong {
  display: block;
  margin-top: 0.35rem;
  line-height: 1.45;
}

#primary .ghrc-static-info-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1fr);
  gap: 1.4rem;
  align-items: stretch;
}

#primary .ghrc-static-info-media,
#primary .ghrc-static-info-copy,
#primary .ghrc-static-card,
#primary .ghrc-static-detail-card,
#primary .ghrc-static-steps,
#primary .ghrc-static-map {
  border-radius: 8px;
}

#primary .ghrc-static-info-media {
  overflow: hidden;
  min-height: 360px;
  background: hsl(var(--muted));
  box-shadow: var(--shadow-card);
}

#primary .ghrc-static-info-media img {
  width: 100%;
  height: 100%;
  min-height: 360px;
  object-fit: cover;
  transition: transform 700ms ease;
}

#primary .ghrc-static-info-media.ghrc-static-info-media--same-height {
  height: 360px;
  min-height: 360px;
  max-height: 360px;
  align-self: center;
}

#primary .ghrc-static-info-media.ghrc-static-info-media--same-height img {
  height: 100%;
  min-height: 0;
  object-fit: cover;
  object-position: center center;
}

#primary .ghrc-static-info-media:hover img {
  transform: scale(1.05);
}

.ghrc-route-hospital-journey #primary .ghrc-static-info-media,
.ghrc-route-about #primary .ghrc-static-info-media {
  align-self: center;
  min-height: 300px;
  max-height: 360px;
  background: #f7fbfc;
}

.ghrc-route-hospital-journey #primary .ghrc-static-info-media img,
.ghrc-route-about #primary .ghrc-static-info-media img {
  min-height: 300px;
  object-fit: contain;
  object-position: center center;
}

#primary .ghrc-portrait-info-media {
  display: grid;
  place-items: center;
  height: clamp(420px, 34vw, 520px);
  min-height: 0;
  max-height: none;
  padding: clamp(0.75rem, 1.5vw, 1rem);
  background: #f7fbfc;
}

#primary .ghrc-portrait-info-media img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: contain;
  object-position: center center;
}

#primary .ghrc-portrait-info-media:hover img {
  transform: none;
}

.ghrc-route-hospital-journey #primary > section.container,
.ghrc-route-about #primary > section.container {
  padding-top: clamp(2.5rem, 4vw, 3.5rem) !important;
  padding-bottom: clamp(2.5rem, 4vw, 3.5rem) !important;
}

.ghrc-route-hospital-journey #primary > section.container + section.container,
.ghrc-route-about #primary > section.container + section.container {
  padding-top: 0 !important;
}

.ghrc-route-hospital-journey #primary .ghrc-static-info-grid,
.ghrc-route-hospital-journey #primary .ghrc-static-card-grid,
.ghrc-route-hospital-journey #primary .ghrc-static-detail-grid,
.ghrc-route-hospital-journey #primary .ghrc-static-bottom-grid,
.ghrc-route-about #primary .ghrc-static-info-grid,
.ghrc-route-about #primary .ghrc-static-card-grid,
.ghrc-route-about #primary .ghrc-static-detail-grid,
.ghrc-route-about #primary .ghrc-static-bottom-grid {
  gap: 0.9rem;
}

.ghrc-route-hospital-journey #primary .ghrc-static-info-copy,
.ghrc-route-hospital-journey #primary .ghrc-static-card,
.ghrc-route-hospital-journey #primary .ghrc-static-detail-card,
.ghrc-route-hospital-journey #primary .ghrc-static-steps,
.ghrc-route-about #primary .ghrc-static-info-copy,
.ghrc-route-about #primary .ghrc-static-card,
.ghrc-route-about #primary .ghrc-static-detail-card,
.ghrc-route-about #primary .ghrc-static-steps {
  padding: clamp(1rem, 1.8vw, 1.35rem);
}

.ghrc-route-hospital-journey #primary .ghrc-static-detail-head,
.ghrc-route-about #primary .ghrc-static-detail-head {
  margin-bottom: 1rem;
}

.ghrc-route-hospital-journey #primary .ghrc-static-detail-card__body,
.ghrc-route-about #primary .ghrc-static-detail-card__body {
  gap: 0.55rem;
}

#primary .ghrc-static-info-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 1.8rem;
}

#primary .ghrc-static-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

#primary .ghrc-static-card {
  padding: 1.25rem;
}

#primary .ghrc-static-detail-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

#primary .ghrc-static-detail-head {
  max-width: 780px;
  margin-bottom: 1.5rem;
}

#primary .ghrc-static-detail-head h2 {
  margin: 0;
}

#primary .ghrc-static-detail-head p {
  margin: 0.7rem 0 0;
  color: hsl(var(--muted-foreground));
  line-height: 1.7;
}

#primary .ghrc-static-detail-card {
  padding: 1.25rem;
}

#primary .ghrc-static-detail-card--wide {
  grid-column: 1 / -1;
}

#primary .ghrc-static-detail-card--wide .ghrc-static-detail-card__body ul {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 1.25rem;
}

#primary .ghrc-static-detail-card__head {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  margin-bottom: 0.9rem;
}

#primary .ghrc-static-detail-card__head .ghrc-static-card__icon {
  flex: 0 0 auto;
  margin-bottom: 0;
}

#primary .ghrc-static-detail-card__head h3 {
  margin: 0;
}

#primary .ghrc-static-detail-card__body {
  display: grid;
  gap: 0.75rem;
}

#primary .ghrc-static-detail-card__body p,
#primary .ghrc-static-detail-card__body li {
  color: hsl(var(--muted-foreground));
  font-size: 0.94rem;
  line-height: 1.65;
}

#primary .ghrc-static-detail-card__body p {
  margin: 0;
}

#primary .ghrc-static-detail-card__body ul {
  display: grid;
  gap: 0.45rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

#primary .ghrc-static-detail-card__body li {
  position: relative;
  padding-left: 1.1rem;
}

#primary .ghrc-static-detail-card__body li::before {
  content: "";
  position: absolute;
  top: 0.7em;
  left: 0;
  width: 0.42rem;
  height: 0.42rem;
  border-radius: 999px;
  background: var(--ghrc-teal);
}

#primary .ghrc-static-detail-card__callout {
  display: flex;
  align-items: flex-start;
  gap: 0.55rem;
  border-radius: 8px;
  background: rgba(14, 143, 197, 0.08);
  padding: 0.85rem;
  color: var(--ghrc-navy);
  font-size: 0.9rem;
  font-weight: 800;
  line-height: 1.55;
}

#primary .ghrc-static-detail-card__callout svg {
  flex: 0 0 auto;
  margin-top: 0.15rem;
  color: var(--ghrc-blue);
}

#primary .ghrc-static-card__icon {
  display: grid;
  width: 2.8rem;
  height: 2.8rem;
  margin-bottom: 1rem;
  place-items: center;
  border-radius: 8px;
  background: rgba(14, 143, 197, 0.1);
  color: var(--ghrc-blue);
}

#primary .ghrc-static-bottom-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 1.2rem;
  align-items: stretch;
}

#primary .ghrc-static-steps {
  padding: 1.35rem;
}

#primary .ghrc-static-step {
  display: grid;
  grid-template-columns: 2.4rem 1fr;
  gap: 0.8rem;
  align-items: flex-start;
  border: 1px solid rgba(14, 143, 197, 0.12);
  border-radius: 8px;
  padding: 0.85rem;
  background: rgba(41, 168, 143, 0.06);
}

#primary .ghrc-static-step span {
  display: grid;
  width: 2rem;
  height: 2rem;
  place-items: center;
  border-radius: 999px;
  background: var(--ghrc-navy);
  color: #fff;
  font-size: 0.72rem;
  font-weight: 800;
}

#primary .ghrc-static-step p {
  margin: 0;
  color: hsl(var(--foreground) / 0.78);
  font-size: 0.94rem;
  line-height: 1.5;
}

#primary .ghrc-static-map {
  overflow: hidden;
  min-height: 360px;
  border: 1px solid rgba(14, 143, 197, 0.12);
  box-shadow: var(--shadow-card);
}

#primary .ghrc-static-map iframe {
  width: 100%;
  height: 100%;
  min-height: 360px;
  border: 0;
}

/* Inner page spacing polish */
.ghrc-inner-page #primary {
  background:
    linear-gradient(180deg, rgba(248, 252, 253, 0.72) 0%, #fff 24rem), #fff;
}

.ghrc-inner-page .ghrc-global-breadcrumb {
  padding: 0.58rem 0;
  box-shadow: 0 10px 22px -28px rgba(22, 19, 63, 0.28);
}

.ghrc-inner-page .ghrc-global-breadcrumb .ghrc-breadcrumb {
  font-size: 0.8rem;
}

.ghrc-inner-page #primary .ghrc-page-hero .container,
.ghrc-inner-page #primary .ghrc-speciality-detail-hero .container {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.ghrc-inner-page #primary .ghrc-page-hero .ghrc-section-kicker,
.ghrc-inner-page #primary .ghrc-speciality-detail-hero .ghrc-section-kicker {
  max-width: 920px;
}

.ghrc-inner-page #primary .ghrc-page-hero .ghrc-section-title,
.ghrc-inner-page #primary .ghrc-speciality-detail-hero .ghrc-section-title {
  max-width: 880px;
}

.ghrc-inner-page #primary .ghrc-page-hero p,
.ghrc-inner-page #primary .ghrc-speciality-detail-hero p {
  max-width: 760px;
  margin-top: 1rem !important;
}

.ghrc-inner-page #primary > section.container,
.ghrc-inner-page #primary > section.gradient-soft,
.ghrc-inner-page #primary > section.ghrc-specialities-archive {
  padding-top: clamp(3rem, 5vw, 4.75rem) !important;
  padding-bottom: clamp(3rem, 5vw, 4.75rem) !important;
}

.ghrc-inner-page #primary > section.container + section.container,
.ghrc-inner-page #primary > section.container + section.gradient-soft,
.ghrc-inner-page #primary > section.gradient-soft + section.container {
  padding-top: 20 !important;
}

.ghrc-inner-page #primary section[class*="pb-20"] {
  padding-bottom: clamp(3rem, 5vw, 4.75rem) !important;
}

.ghrc-inner-page #primary > section.container.ghrc-doctors-filter-section {
  padding-top: 0 !important;
  padding-bottom: 1rem !important;
}

.ghrc-inner-page #primary > section.container.ghrc-doctors-intro-section {
  padding-top: 1rem !important;
  padding-bottom: 1.25rem !important;
}

.ghrc-inner-page #primary > section.container.ghrc-doctors-grid-section {
  padding-top: 0 !important;
  padding-bottom: clamp(3rem, 5vw, 4.75rem) !important;
}

.ghrc-doctors-intro-section .ghrc-static-detail-head {
  margin-bottom: 0 !important;
}

.ghrc-doctors-grid-section .ghrc-doctor-card {
  min-height: 100%;
}

.ghrc-inner-page #primary .rounded-3xl,
.ghrc-inner-page #primary .rounded-2xl,
.ghrc-inner-page #primary .rounded-xl {
  border-radius: 8px !important;
}

.ghrc-inner-page #primary .shadow-card,
.ghrc-inner-page #primary .shadow-elegant {
  box-shadow: 0 16px 42px -34px rgba(22, 19, 63, 0.46) !important;
}

.ghrc-inner-page #primary .bg-card,
.ghrc-inner-page #primary .ghrc-static-card,
.ghrc-inner-page #primary .ghrc-static-steps,
.ghrc-inner-page #primary .ghrc-static-info-copy,
.ghrc-inner-page #primary form.bg-card {
  border-color: rgba(14, 143, 197, 0.14) !important;
}

.ghrc-inner-page #primary .ghrc-static-info-grid,
.ghrc-inner-page #primary .ghrc-static-bottom-grid {
  gap: clamp(1rem, 2vw, 1.6rem);
}

.ghrc-inner-page #primary .ghrc-static-info-copy {
  padding: clamp(1.35rem, 2.6vw, 2rem);
}

.ghrc-inner-page #primary .ghrc-static-card-grid,
.ghrc-inner-page #primary .ghrc-specialities-archive-grid,
.ghrc-inner-page #primary .gh-blog-grid,
.ghrc-inner-page #primary .ghrc-video-archive-grid,
.ghrc-inner-page #primary .ghrc-news-archive-grid,
.ghrc-inner-page #primary [data-doctors-grid] {
  gap: clamp(1rem, 2vw, 1.35rem) !important;
}

.ghrc-inner-page #primary .ghrc-news-archive-head,
.ghrc-inner-page #primary .ghrc-video-archive-head {
  margin-bottom: clamp(1.35rem, 3vw, 2.25rem);
}

.ghrc-inner-page #primary .ghrc-photo-gallery-grid {
  gap: clamp(0.65rem, 1.4vw, 1rem);
}

.ghrc-route-doctors #primary > section.container:first-of-type {
  padding-top: 0 !important;
  padding-bottom: clamp(1.5rem, 3vw, 2.25rem) !important;
}

.ghrc-route-doctors #primary > section.container:first-of-type > .bg-card {
  margin-top: clamp(-3.25rem, -4vw, -2rem) !important;
}

.ghrc-route-doctors #primary [data-doctors-grid] {
  padding-bottom: clamp(3rem, 5vw, 4.75rem) !important;
}

.ghrc-route-doctors #primary article[data-doctor-card] > div:first-child {
  aspect-ratio: 4 / 4.15 !important;
  max-height: 285px;
}

.ghrc-route-doctors #primary article[data-doctor-card] > div:first-child img {
  object-position: top center;
}

.ghrc-route-doctors
  #primary
  article[data-doctor-card][data-doctor-photo="avatar"]
  > div:first-child {
  background:
    radial-gradient(
      circle at 30% 18%,
      rgba(255, 255, 255, 0.85),
      transparent 26%
    ),
    linear-gradient(135deg, rgba(14, 143, 197, 0.16), rgba(41, 168, 143, 0.12));
}

.ghrc-route-doctors
  #primary
  article[data-doctor-card][data-doctor-photo="avatar"]
  > div:first-child
  img {
  object-fit: contain;
  object-position: center center;
  padding: clamp(1.15rem, 2.5vw, 1.75rem);
}

#primary .ghrc-doctor-detail-photo[data-doctor-photo="avatar"] {
  background:
    radial-gradient(
      circle at 30% 18%,
      rgba(255, 255, 255, 0.86),
      transparent 26%
    ),
    linear-gradient(135deg, rgba(14, 143, 197, 0.18), rgba(41, 168, 143, 0.13));
}

#primary .ghrc-doctor-detail-photo[data-doctor-photo="avatar"] img {
  object-fit: contain;
  object-position: center center;
  padding: clamp(1.4rem, 3vw, 2.4rem);
}

#primary .ghrc-doctor-profile-sections {
  display: grid;
  gap: clamp(1rem, 2vw, 1.35rem);
  margin-top: clamp(1.35rem, 2.5vw, 1.8rem);
}

#primary .ghrc-doctor-profile-section {
  border: 1px solid rgba(14, 143, 197, 0.14);
  border-radius: 8px;
  background: linear-gradient(
    180deg,
    #ffffff 0%,
    rgba(238, 248, 248, 0.48) 100%
  );
  box-shadow: 0 16px 34px -30px rgba(22, 19, 63, 0.36);
  padding: clamp(1rem, 2vw, 1.35rem);
}

#primary .ghrc-doctor-profile-section h3 {
  margin: 0 0 0.75rem;
  font-size: clamp(1.08rem, 1.5vw, 1.25rem);
  line-height: 1.35;
}

#primary .ghrc-doctor-profile-section p {
  margin: 0;
  color: hsl(var(--muted-foreground));
  font-size: 0.94rem;
  line-height: 1.65;
}

#primary .ghrc-doctor-profile-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.65rem;
  margin: 0.85rem 0 0;
  padding: 0;
  list-style: none;
}

#primary .ghrc-doctor-profile-list li {
  position: relative;
  min-height: 3rem;
  border: 1px solid rgba(14, 143, 197, 0.12);
  border-radius: 8px;
  background: #fff;
  color: hsl(var(--muted-foreground));
  line-height: 1.45;
  padding: 0.78rem 0.9rem 0.78rem 2rem;
}

#primary .ghrc-doctor-profile-list li::before {
  content: "";
  position: absolute;
  top: 1.18rem;
  left: 0.9rem;
  width: 0.42rem;
  height: 0.42rem;
  border-radius: 999px;
  background: var(--ghrc-teal);
  box-shadow: 0 0 0 4px rgba(41, 168, 143, 0.12);
}

@media (max-width: 768px) {
  #primary .ghrc-doctor-profile-list {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 1024px) {
  .ghrc-testimonial-archive-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 768px) {
  .ghrc-testimonial-archive-grid {
    grid-template-columns: 1fr;
  }

  .ghrc-testimonial-archive-card__meta {
    justify-items: start;
  }
}

.ghrc-route-appointment #primary aside.space-y-4,
.ghrc-route-contact #primary form.space-y-4 {
  gap: 1rem;
}

.ghrc-inner-page #primary input,
.ghrc-inner-page #primary select,
.ghrc-inner-page #primary textarea {
  border-color: rgba(14, 143, 197, 0.18) !important;
}

.ghrc-inner-page #primary textarea {
  min-height: 7.5rem;
}

#primary .ghrc-stats-section {
  isolation: isolate;
  background: var(--ghrc-navy);
  padding-top: clamp(2.4rem, 4vw, 4.8rem) !important;
  padding-bottom: clamp(2.4rem, 4vw, 4.8rem) !important;
}

#primary .ghrc-stats-section__image {
  z-index: -3;
  background-position: center 52%;
  background-size: cover;
  filter: saturate(1.04) contrast(1.04);
  transform: scale(1.02);
}

#primary .ghrc-stats-section__overlay {
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(13, 17, 49, 0.94), rgba(16, 27, 75, 0.82)),
    linear-gradient(180deg, rgba(8, 12, 37, 0.2), rgba(8, 12, 37, 0.72));
}

#primary .ghrc-stats-section__pattern {
  z-index: -1;
  opacity: 0.32;
  background-image:
    radial-gradient(
      circle at 20% 20%,
      rgba(255, 255, 255, 0.78) 1px,
      transparent 1.5px
    ),
    radial-gradient(
      circle at 80% 70%,
      rgba(255, 255, 255, 0.72) 1px,
      transparent 1.5px
    );
  background-size: 60px 60px;
}

#primary .ghrc-stats-section [data-counter] {
  text-shadow: 0 10px 30px rgba(0, 0, 0, 0.28);
}

.footer-logo {
  display: inline-flex;
  background: #fff;
  border-radius: 8px;
  padding: 8px;
}

.footer-logo img {
  width: min(260px, 72vw);
  height: auto;
  object-fit: contain;
}

.ghrc-footer-map {
  position: relative;
  overflow: hidden;
  margin-top: 1.2rem;
  aspect-ratio: 16 / 10;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 16px 34px -28px rgba(0, 0, 0, 0.68);
}

.ghrc-footer-map iframe {
  width: 100%;
  height: 100%;
  border: 0;
  filter: saturate(0.92) contrast(0.96);
}

footer.bg-primary {
  position: relative;
  background:
    linear-gradient(180deg, rgba(239, 63, 78, 0.18), rgba(239, 63, 78, 0) 88px),
    var(--ghrc-navy) !important;
}

footer.bg-primary::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: linear-gradient(
    90deg,
    var(--ghrc-red),
    var(--ghrc-blue),
    var(--ghrc-teal)
  );
}

.ghrc-footer-grid {
  display: grid;
  grid-template-columns: minmax(230px, 1.35fr) repeat(4, minmax(0, 1fr));
  gap: clamp(1.6rem, 3vw, 2.5rem);
}

footer.bg-primary h4 {
  color: #fff;
}

footer.bg-primary ul a,
footer.bg-primary .border-t a {
  color: rgba(255, 255, 255, 0.86);
  text-decoration: none;
}

footer.bg-primary ul a:hover,
footer.bg-primary ul a:focus-visible,
footer.bg-primary .border-t a:hover,
footer.bg-primary .border-t a:focus-visible {
  color: #7ee5d2;
}

footer .bg-emergency {
  background: var(--ghrc-button-bg) !important;
}

footer .bg-emergency:hover,
footer .hover\:bg-secondary:hover {
  background: var(--ghrc-button-hover-bg) !important;
}

.fixed a.bg-emergency {
  border: 4px solid rgba(255, 255, 255, 0.62) !important;
  background: var(--ghrc-button-bg) !important;
}

.fixed a.bg-emergency:hover {
  background: var(--ghrc-button-hover-bg) !important;
}

.fixed a.bg-\[\#25D366\] {
  border: 4px solid rgba(255, 255, 255, 0.62) !important;
  box-shadow: 0 14px 28px -18px rgba(22, 19, 63, 0.42) !important;
}

@media (max-width: 1199px) {
  .ghrc-footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .ghrc-footer-grid {
    grid-template-columns: 1fr;
  }
}

.ghrc-timetable-card {
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  min-height: 100%;
  background: #fff;
}

.ghrc-timetable-slide {
  flex: 0 0 calc((100% - 1.5rem) / 2);
  min-width: 0;
}

.ghrc-infrastructure-carousel {
  margin: -0.25rem;
  padding: 0.25rem 0.25rem 1.25rem;
}

.ghrc-infrastructure-slide {
  flex: 0 0 calc((100% - 3rem) / 3);
  min-width: 0;
}

.ghrc-infrastructure-card {
  min-height: 100%;
  border-radius: 8px;
}

.ghrc-infrastructure-row {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
}

.ghrc-infrastructure-col {
  flex: 0 0 calc(33.333% - 1rem);
  max-width: calc(33.333% - 1rem);
}

.ghrc-infrastructure-row .ghrc-infrastructure-card {
  height: 100%;
}

.ghrc-infrastructure-card__content {
  min-height: 4.25rem;
  padding: 0.75rem 1rem !important;
  text-align: center;
}

.ghrc-infrastructure-card__content h3 {
  margin: 0;
}

@media (max-width: 1024px) {
  .ghrc-infrastructure-col {
    flex-basis: calc(50% - 0.75rem);
    max-width: calc(50% - 0.75rem);
  }
}

@media (max-width: 640px) {
  .ghrc-infrastructure-col {
    flex-basis: 100%;
    max-width: 100%;
  }
}

.ghrc-timetable-card__media {
  height: 300px;
  display: grid;
  place-items: end center;
  background: linear-gradient(180deg, #ffffff 0%, #f4fbfb 100%);
  overflow: hidden;
}

.ghrc-timetable-card__image {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center bottom;
  padding: 18px 18px 0;
}

.ghrc-timetable-card__media[data-doctor-photo="avatar"]
  .ghrc-timetable-card__image {
  object-position: center center;
  padding: 2rem;
}

.ghrc-timetable-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 1.25rem;
}

.ghrc-timetable-info {
  display: flex;
  gap: 0.75rem;
  align-items: flex-start;
  min-height: 68px;
  padding: 0.875rem;
  border: 1px solid rgba(14, 143, 197, 0.12);
  border-radius: 8px;
  background: rgba(41, 168, 143, 0.08);
}

.ghrc-timetable-info__label {
  font-size: 0.72rem;
  font-weight: 700;
  line-height: 1.1;
  color: #667085;
  text-transform: uppercase;
}

.ghrc-timetable-info__value {
  margin-top: 0.25rem;
  font-weight: 700;
  line-height: 1.35;
  color: var(--ghrc-navy);
}

.lifecare-toast {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  z-index: 9999;
  transform: translateY(16px);
  opacity: 0;
  pointer-events: none;
  transition:
    opacity 180ms ease,
    transform 180ms ease;
}

.lifecare-toast.is-visible {
  transform: translateY(0);
  opacity: 1;
}

.lifecare-toast__inner {
  max-width: 320px;
  border-radius: 8px;
  background: #16133f;
  color: #fff;
  padding: 0.875rem 1rem;
  box-shadow: var(--shadow-elegant);
}

@media (max-width: 879px) {
  :root {
    --ghrc-inner-hero-height: 350px;
  }

  .ghrc-hero-slider {
    height: 78svh !important;
    min-height: 540px !important;
    max-height: 760px !important;
  }

  .ghrc-site-logo img,
  .ghrc-site-logo .custom-logo,
  .ghrc-site-logo__image {
    width: min(190px, 64vw) !important;
    max-height: 80px;
  }

  .ghrc-banner-title {
    font-size: clamp(1.9rem, 8vw, 2.45rem) !important;
  }

  .ghrc-quick-actions {
    margin-top: 1rem !important;
  }

  .ghrc-timetable-card__media {
    height: 240px;
  }

  .ghrc-timetable-slide {
    flex-basis: 100%;
  }
}

@media (max-width: 1023px) {
  .ghrc-how-works__inner {
    grid-template-columns: 1fr;
  }

  #primary .gh-health-blog-single__layout {
    grid-template-columns: 1fr;
  }

  #primary .gh-health-blog-single__aside {
    position: static;
  }

  #primary .gh-health-blog-single__image {
    aspect-ratio: 16 / 10;
  }

  .ghrc-how-works__media {
    min-height: 29rem;
    max-width: 560px;
    margin: 0 auto;
    width: 100%;
  }

  .gh-patient-edu-grid,
  .gh-patient-edu-grid--count-4,
  .gh-patient-edu-grid--count-5 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ghrc-video-archive-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ghrc-news-archive-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .gh-patient-edu-card--featured {
    grid-column: 1 / -1;
    min-height: 24rem;
  }

  #primary .ghrc-specialities-head {
    padding-right: 6.5rem;
  }

  #primary .ghrc-specialities-slide {
    flex-basis: calc((100% - 1.5rem) / 2);
  }

  #primary .ghrc-specialities-archive-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  #primary .ghrc-speciality-detail-aside {
    position: static;
  }

  #primary .ghrc-static-info-grid,
  #primary .ghrc-static-bottom-grid {
    grid-template-columns: 1fr;
  }

  #primary .ghrc-static-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  #primary .ghrc-static-detail-grid {
    grid-template-columns: 1fr;
  }

  #primary .ghrc-static-detail-card--wide .ghrc-static-detail-card__body ul {
    grid-template-columns: 1fr;
  }

  .ghrc-ceo-layout {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .ghrc-ceo-portrait {
    max-width: 620px;
    margin: 0 auto;
  }

  .ghrc-milestones {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ghrc-tpa-logo-slide {
    flex-basis: calc((100% - 2.5rem) / 3);
  }

  .ghrc-tpa-bottom-grid {
    grid-template-columns: 1fr;
  }

  .ghrc-photo-gallery-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .ghrc-inner-page #primary .ghrc-page-hero .container,
  .ghrc-inner-page #primary .ghrc-speciality-detail-hero .container {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .ghrc-inner-page #primary > section.container,
  .ghrc-inner-page #primary > section.gradient-soft,
  .ghrc-inner-page #primary > section.ghrc-specialities-archive {
    padding-top: 2.75rem !important;
    padding-bottom: 2.75rem !important;
  }

  .ghrc-doctors-filter-panel {
    grid-template-columns: 1fr;
  }
}

@media (min-width: 640px) {
  #primary .ghrc-doctor-slide {
    flex-basis: calc((100% - 1.5rem) / 2);
  }

  .ghrc-video-slide {
    flex-basis: calc((100% - 1.5rem) / 2);
  }
}

@media (min-width: 768px) {
  #primary .gh-patient-slide {
    flex-basis: 100%;
  }
}

@media (min-width: 1024px) {
  #primary .ghrc-doctor-slide {
    flex-basis: calc((100% - 3rem) / 3);
  }

  #primary .gh-patient-slide {
    flex-basis: 100%;
  }

  .ghrc-video-slide {
    flex-basis: calc((100% - 3rem) / 3);
  }
}

@media (min-width: 1280px) {
  #primary .ghrc-doctor-slide {
    flex-basis: calc((100% - 4.5rem) / 4);
  }
}

@media (max-width: 767px) {
  :root {
    --ghrc-inner-hero-height: 300px;
  }

  html {
    font-size: 92%;
  }

  #primary > section[class*="py-20"],
  #primary > section[class*="py-24"] {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

  .ghrc-inner-page .ghrc-global-breadcrumb {
    padding: 0.5rem 0;
  }

  .ghrc-inner-page #primary .ghrc-page-hero .container,
  .ghrc-inner-page #primary .ghrc-speciality-detail-hero .container {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .ghrc-inner-page #primary .ghrc-page-hero p,
  .ghrc-inner-page #primary .ghrc-speciality-detail-hero p {
    margin-top: 0.85rem !important;
    font-size: 0.98rem !important;
  }

  .ghrc-inner-page #primary > section.container,
  .ghrc-inner-page #primary > section.gradient-soft,
  .ghrc-inner-page #primary > section.ghrc-specialities-archive {
    padding-top: 2rem !important;
    padding-bottom: 2.35rem !important;
  }

  .ghrc-inner-page #primary > section.container + section.container,
  .ghrc-inner-page #primary > section.container + section.gradient-soft,
  .ghrc-inner-page #primary > section.gradient-soft + section.container {
    padding-top: 0 !important;
  }

  .ghrc-inner-page #primary .ghrc-static-info-copy,
  .ghrc-inner-page #primary .ghrc-static-card,
  .ghrc-inner-page #primary .ghrc-static-steps,
  .ghrc-inner-page #primary form.bg-card {
    padding: 1rem !important;
  }

  .ghrc-route-doctors #primary > section.container:first-of-type {
    padding-top: 0 !important;
  }

  .ghrc-route-doctors #primary > section.container:first-of-type > .bg-card {
    margin-top: -1.75rem !important;
    padding: 0.9rem !important;
  }

  .ghrc-doctors-filter-panel {
    grid-template-columns: 1fr;
    gap: 0.75rem;
    margin-top: -1.4rem !important;
    padding: 0.75rem !important;
  }

  .ghrc-doctors-search input[data-doctor-search] {
    height: 3rem !important;
  }

  .ghrc-doctors-filter-list {
    flex-wrap: nowrap !important;
    margin-right: -0.9rem;
    margin-left: -0.9rem;
    padding: 0 0.9rem 0.2rem;
  }

  .ghrc-doctors-filter-list button {
    height: 2.25rem !important;
    padding-right: 0.8rem !important;
    padding-left: 0.8rem !important;
    font-size: 0.72rem !important;
  }

  .ghrc-breadcrumb {
    margin-bottom: 0.9rem;
    font-size: 0.78rem;
  }

  .ghrc-breadcrumb a,
  .ghrc-breadcrumb span {
    max-width: min(58vw, 18rem);
  }

  #primary .ghrc-doctor-slide {
    flex-basis: 86%;
  }

  .ghrc-video-archive-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .ghrc-video-archive-grid {
    grid-template-columns: 1fr;
  }

  .ghrc-news-archive-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .ghrc-news-archive-grid {
    grid-template-columns: 1fr;
  }

  .ghrc-photo-gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.55rem;
  }

  .ghrc-photo-gallery-item,
  .ghrc-photo-gallery-item--large {
    grid-column: auto;
    grid-row: auto;
    min-height: 11.5rem;
  }

  .ghrc-photo-single__gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.55rem;
  }

  .ghrc-photo-single__item,
  .ghrc-photo-single__item:nth-child(7n + 1) {
    grid-column: auto;
    grid-row: auto;
    min-height: 11.5rem;
  }

  .ghrc-photo-lightbox__body {
    flex-direction: column;
  }

  #primary .ghrc-doctor-card__media {
    min-height: 220px;
    padding: 1rem 1rem 0;
  }

  #primary .ghrc-doctor-card__portrait {
    width: min(86%, 15.75rem);
  }

  #primary .ghrc-doctor-card__image {
    width: 84%;
    height: 92%;
  }

  #primary .ghrc-doctor-card__body {
    padding: 1rem;
  }

  #primary .ghrc-doctor-card__book {
    flex: 1 1 auto;
    min-width: 7.5rem;
  }

  .ghrc-how-works__media {
    min-height: 24rem;
  }

  .ghrc-how-works__image {
    width: min(90%, 22rem);
    max-height: 23rem;
  }

  .ghrc-how-works__grid {
    grid-template-columns: 1fr;
  }

  .ghrc-how-works__step {
    grid-template-columns: 3.25rem minmax(0, 1fr);
    gap: 0.8rem;
  }

  .ghrc-how-works__icon {
    width: 3.25rem;
    height: 3.25rem;
  }

  #primary .gh-patient-section {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

  #primary .gh-patient-head {
    margin-bottom: 1.35rem !important;
  }

  #primary .gh-patient-intro {
    margin-right: auto;
    margin-left: auto;
  }

  #primary .gh-patient-rating-card {
    margin-right: auto;
    margin-left: auto;
    padding: 0.85rem;
  }

  #primary .gh-patient-track {
    gap: 1rem;
  }

  #primary .gh-patient-carousel {
    margin: 0;
    padding: 0 2.15rem 0.4rem;
  }

  #primary .gh-patient-card {
    min-height: auto;
    grid-template-columns: 1fr;
    gap: 1.15rem;
    padding: 1.25rem;
    text-align: center;
  }

  #primary .gh-patient-portrait {
    width: min(7.25rem, 44vw);
  }

  #primary .gh-patient-heading {
    margin-right: auto;
    margin-left: auto;
    font-size: clamp(1.7rem, 8vw, 2.25rem) !important;
  }

  #primary .gh-patient-stars,
  #primary .gh-patient-review-source,
  #primary .gh-patient-author,
  #primary .gh-patient-name,
  #primary .gh-patient-location {
    justify-content: center;
  }

  #primary .gh-patient-text {
    border-left: 0;
    padding-left: 0;
  }

  #primary .gh-patient-nav {
    width: 2.35rem;
    height: 2.35rem;
    top: calc(50% + 2.55rem);
  }

  #primary .gh-patient-nav--prev {
    left: 0.2rem;
  }

  #primary .gh-patient-nav--next {
    right: 0.2rem;
  }

  #primary .gh-blog-section {
    padding-top: 2.75rem !important;
    padding-bottom: 2.75rem !important;
  }

  #primary .gh-blog-head {
    margin-bottom: 1.6rem !important;
  }

  #primary .gh-blog-all {
    width: 100%;
  }

  #primary .gh-blog-body {
    padding: 1rem;
  }

  #primary .gh-blog-footer {
    align-items: flex-start;
    flex-direction: column;
  }

  #primary .gh-health-blog-single__meta {
    align-items: flex-start;
    flex-direction: column;
  }

  #primary .gh-health-blog-single__content,
  #primary .gh-health-blog-single__aside-card {
    padding: 1rem;
  }

  #primary .gh-health-blog-single__aside .gh-blog-all,
  #primary .gh-health-blog-single__back {
    width: 100%;
  }

  .gh-patient-edu-section {
    padding-top: 2.75rem !important;
    padding-bottom: 2.75rem !important;
  }

  .gh-patient-edu-head {
    margin-bottom: 1.5rem;
  }

  .gh-patient-edu-grid,
  .gh-patient-edu-grid--count-4,
  .gh-patient-edu-grid--count-5 {
    grid-template-columns: 1fr;
    grid-auto-rows: auto;
    gap: 1rem;
  }

  .gh-patient-edu-card,
  .gh-patient-edu-card--featured {
    grid-column: auto;
    grid-row: auto;
    min-height: 16rem;
  }

  .gh-patient-edu-card--featured {
    min-height: 20rem;
  }

  .gh-patient-edu-card__play,
  .gh-patient-edu-card--featured .gh-patient-edu-card__play {
    width: 4.75rem;
    height: 3.2rem;
    border-radius: 14px;
  }

  #primary .ghrc-specialities-head {
    padding-right: 0;
  }

  #primary .ghrc-specialities-actions {
    position: static;
    justify-content: center;
    margin-top: 1rem;
  }

  #primary .ghrc-specialities-slide {
    flex-basis: 84%;
  }

  #primary .ghrc-specialities-archive-grid,
  #primary .ghrc-speciality-service-grid {
    grid-template-columns: 1fr;
  }

  #primary .ghrc-speciality-doctor-card {
    grid-template-columns: 78px 1fr;
  }

  #primary .ghrc-speciality-doctor-card img {
    width: 78px;
    height: 92px;
  }

  #primary .ghrc-static-card-grid {
    grid-template-columns: 1fr;
  }

  #primary .ghrc-static-detail-grid {
    grid-template-columns: 1fr;
  }

  #primary .ghrc-static-detail-card--wide .ghrc-static-detail-card__body ul {
    grid-template-columns: 1fr;
  }

  #primary .ghrc-static-info-media,
  #primary .ghrc-static-info-media img,
  #primary .ghrc-static-map,
  #primary .ghrc-static-map iframe {
    min-height: 280px;
  }

  .ghrc-tpa-logo-panel {
    padding: 0.8rem 3.25rem;
  }

  .ghrc-tpa-logo-controls {
    left: 0.45rem;
    right: 0.45rem;
  }

  .ghrc-tpa-logo-slide {
    flex-basis: calc((100% - 1.25rem) / 2);
  }

  .ghrc-tpa-logo-card {
    min-height: 5.2rem;
    padding: 0.3rem;
  }

  .ghrc-tpa-logo-card__image {
    max-height: 4.4rem;
  }

  .ghrc-tpa-steps {
    grid-template-columns: 1fr;
  }

  .ghrc-tpa-note {
    flex-direction: column;
  }

  .ghrc-ceo-section::before {
    width: 6rem;
    height: 5rem;
  }

  .ghrc-ceo-portrait-wrap {
    padding-bottom: 2rem;
  }

  .ghrc-ceo-portrait img {
    height: 300px;
  }

  .ghrc-ceo-badge {
    left: 0.75rem;
    width: min(260px, calc(100% - 1.5rem));
  }

  .ghrc-ceo-message {
    padding: 1.5rem;
  }

  .ghrc-ceo-author {
    align-items: flex-start;
    flex-direction: column;
    gap: 1rem;
  }

  .ghrc-ceo-author-details {
    border-left: 0;
    border-top: 1px solid rgba(191, 130, 44, 0.52);
    padding-left: 0;
    padding-top: 1rem;
  }

  .ghrc-milestones {
    grid-template-columns: 1fr;
  }

  .ghrc-infrastructure-slide {
    flex-basis: 86%;
  }
}

@media (max-width: 420px) {
  #primary .ghrc-doctor-card__book {
    width: 100%;
  }

  #primary .gh-patient-rating-card {
    align-items: center;
    flex-direction: column;
    text-align: center;
  }

  #primary .gh-patient-rating-top,
  #primary .gh-patient-rating-stars,
  #primary .gh-patient-verified {
    justify-content: center;
  }

  #primary .gh-patient-card-top {
    padding-right: 0;
  }

  #primary .gh-patient-quote {
    opacity: 0.28;
  }

  #primary .gh-blog-meta-row {
    align-items: flex-start;
    flex-direction: column;
  }

  #primary .gh-blog-read {
    width: 100%;
  }

  .gh-patient-edu-card,
  .gh-patient-edu-card--featured {
    min-height: 15rem;
  }

  .gh-patient-edu-card__category {
    top: 0.75rem;
    left: 0.75rem;
  }

  .gh-patient-edu-card__title {
    font-size: 0.92rem;
    padding: 0.75rem 0.85rem;
  }
}

.ghrc-emergency-section {
  position: relative;
  z-index: 2;
  padding-top: clamp(3rem, 5vw, 5rem) !important;
  padding-bottom: 0 !important;
  margin-bottom: -4.5rem;
}

.ghrc-emergency-banner {
  position: relative;
  isolation: isolate;
  min-height: 210px;
  border: 1px solid rgba(255, 255, 255, 0.32);
  background: linear-gradient(
    135deg,
    #243b75 0%,
    #286f80 46%,
    #f36570 100%
  ) !important;
  box-shadow:
    0 34px 70px -42px rgba(22, 27, 57, 0.68),
    inset 0 1px 0 rgba(255, 255, 255, 0.22);
}

.ghrc-emergency-banner::before,
.ghrc-emergency-banner::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.ghrc-emergency-banner::before {
  inset: 0;
  z-index: -2;
  background:
    radial-gradient(
      circle at 11% 12%,
      rgba(255, 255, 255, 0.18),
      transparent 11rem
    ),
    radial-gradient(
      circle at 86% 18%,
      rgba(255, 255, 255, 0.2),
      transparent 12rem
    ),
    linear-gradient(180deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0));
}

.ghrc-emergency-banner::after {
  right: -5.5rem;
  bottom: -7rem;
  z-index: -1;
  width: 19rem;
  height: 19rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
}

.ghrc-emergency-banner__icon {
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.17) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.22),
    0 18px 32px -22px rgba(0, 0, 0, 0.45);
}

.ghrc-emergency-banner__eyebrow {
  color: rgba(255, 255, 255, 0.76) !important;
  font-weight: 800;
}

.ghrc-emergency-banner h3 {
  max-width: 960px;
  line-height: 1.12 !important;
  text-shadow: 0 12px 28px rgba(0, 0, 0, 0.2);
}

.ghrc-emergency-banner__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-top: 1.1rem;
}

.ghrc-emergency-banner__chips span {
  display: inline-flex;
  min-height: 2rem;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.13);
  padding: 0.35rem 0.78rem;
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.78rem;
  font-weight: 800;
  line-height: 1;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.ghrc-emergency-banner__action {
  display: grid;
  justify-items: center;
  gap: 0.65rem;
}

.ghrc-emergency-banner__action > span {
  color: rgba(255, 255, 255, 0.86);
  font-size: 0.92rem;
  font-weight: 800;
  letter-spacing: 0.02em;
}

.ghrc-emergency-banner__call {
  min-width: 13.5rem;
  border: 2px solid rgba(255, 255, 255, 0.48) !important;
  box-shadow:
    0 20px 42px -24px rgba(22, 27, 57, 0.55),
    0 0 0 6px rgba(255, 255, 255, 0.08) !important;
}

@media (max-width: 879px) {
  .ghrc-emergency-section {
    padding-top: 2.5rem !important;
    margin-bottom: -3rem;
  }

  .ghrc-emergency-banner {
    min-height: 0;
  }

  .ghrc-emergency-banner__action {
    justify-items: start;
  }
}

.ghrc-site-footer .ghrc-emergency-section {
  padding-top: clamp(2rem, 4vw, 3rem) !important;
  padding-bottom: clamp(1.5rem, 3vw, 2.5rem) !important;
  margin-bottom: 0;
}

.ghrc-site-footer .ghrc-emergency-banner {
  min-height: 0;
}

.ghrc-site-footer .bg-primary {
  margin-top: 0;
}

.ghrc-journey-hero-icon,
.ghrc-journey-icon,
.ghrc-journey-cue {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  color: var(--journey-icon-color, var(--ghrc-blue));
  background: var(--journey-icon-bg, rgba(14, 143, 197, 0.12));
}

.ghrc-journey-hero-icon {
  width: 4.25rem;
  height: 4.25rem;
  margin-right: auto;
  margin-left: auto;
  border: 1px solid rgba(14, 143, 197, 0.18);
  border-radius: 999px !important;
  color: var(--ghrc-blue);
  background:
    linear-gradient(135deg, rgba(14, 143, 197, 0.12), rgba(41, 168, 143, 0.16)),
    #fff;
  box-shadow:
    0 18px 40px -28px rgba(22, 27, 57, 0.42),
    inset 0 1px 0 rgba(255, 255, 255, 0.85);
}

.ghrc-journey-icon {
  width: 3.15rem;
  height: 3.15rem;
  border: 1px solid rgba(22, 27, 57, 0.08);
  border-radius: 999px !important;
  box-shadow:
    0 14px 28px -22px rgba(22, 27, 57, 0.36),
    inset 0 1px 0 rgba(255, 255, 255, 0.86);
}

.ghrc-journey-icon svg {
  width: 1.55rem;
  height: 1.55rem;
}

.ghrc-journey-cue {
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 999px !important;
}

.ghrc-journey-cue svg {
  width: 0.95rem;
  height: 0.95rem;
}

.ghrc-journey-callout-text,
.ghrc-journey-mini-card,
.ghrc-journey-check-item {
  display: flex;
  align-items: flex-start;
  gap: 0.65rem;
}

.ghrc-journey-callout-text,
.ghrc-journey-mini-card {
  margin: 0 !important;
}

.ghrc-journey-mini-card {
  align-items: center;
  justify-content: center;
}

.ghrc-journey-check-item svg {
  margin-top: 0.12rem;
}

.ghrc-journey-icon--blue {
  --journey-icon-color: #0e8fc5;
  --journey-icon-bg: #e7f6fc;
}

.ghrc-journey-icon--amber {
  --journey-icon-color: #b76c0f;
  --journey-icon-bg: #fff4d8;
}

.ghrc-journey-icon--green,
.ghrc-journey-icon--lime {
  --journey-icon-color: #238a64;
  --journey-icon-bg: #e7f7ef;
}

.ghrc-journey-icon--purple {
  --journey-icon-color: #7551b8;
  --journey-icon-bg: #f1ebff;
}

.ghrc-journey-icon--red,
.ghrc-journey-icon--rose {
  --journey-icon-color: #dc3f4c;
  --journey-icon-bg: #fff0f1;
}

.ghrc-journey-icon--cyan,
.ghrc-journey-icon--teal {
  --journey-icon-color: #118b9f;
  --journey-icon-bg: #e5f8fa;
}

.ghrc-journey-icon--indigo {
  --journey-icon-color: #4f63bd;
  --journey-icon-bg: #edf0ff;
}

.ghrc-journey-icon--orange,
.ghrc-journey-icon--yellow {
  --journey-icon-color: #d37316;
  --journey-icon-bg: #fff3df;
}

.ghrc-journey-icon--slate {
  --journey-icon-color: #536175;
  --journey-icon-bg: #f1f4f8;
}

@media (max-width: 639px) {
  .ghrc-journey-icon {
    width: 2.75rem;
    height: 2.75rem;
  }

  .ghrc-journey-icon svg {
    width: 1.35rem;
    height: 1.35rem;
  }

  .ghrc-journey-callout-text {
    align-items: flex-start;
  }
}

.ghrc-journey-page {
  position: relative;
  background: linear-gradient(180deg, #f7fbfc 0%, #ffffff 16rem), #fff;
}

.ghrc-journey-page .container.max-w-4xl {
  max-width: 960px;
}

.ghrc-journey-hero {
  display: grid;
  grid-template-columns: minmax(340px, 0.98fr) minmax(0, 1fr);
  gap: clamp(2rem, 4.6vw, 4.4rem);
  align-items: center;
  margin-bottom: clamp(2rem, 5vw, 4rem) !important;
  padding: clamp(0.5rem, 2vw, 1rem) 0 clamp(1.25rem, 3vw, 2rem);
  color: var(--ghrc-navy);
}

.ghrc-journey-hero__copy {
  min-width: 0;
}

.ghrc-journey-hero__eyebrow {
  margin: 0 0 1.45rem;
  color: var(--ghrc-teal);
  font-size: clamp(0.95rem, 1.35vw, 1.15rem);
  font-weight: 800;
  letter-spacing: 0.06em !important;
  line-height: 1.45;
  text-transform: uppercase;
}

.ghrc-journey-hero h1 {
  max-width: 780px;
  margin: 0 0 0.55rem !important;
  color: var(--ghrc-navy) !important;
  font-size: clamp(2.35rem, 4vw, 4.05rem) !important;
  line-height: 1.04 !important;
}

.ghrc-journey-hero h1 span {
  background: var(--ghrc-heading-gradient);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.ghrc-journey-hero__summary {
  max-width: 760px;
  margin: 0 0 1.35rem;
  color: #4b5876;
  font-size: clamp(0.98rem, 1.34vw, 1.08rem);
  line-height: 1.72;
}

.ghrc-journey-hero__bullets {
  display: grid;
  gap: 1rem;
  margin-top: 1.75rem;
}

.ghrc-journey-hero__bullets div {
  display: flex;
  align-items: flex-start;
  gap: 0.82rem;
  color: var(--ghrc-navy);
  font-size: clamp(0.95rem, 1.25vw, 1.06rem);
  font-weight: 500;
  line-height: 1.55;
}

.ghrc-journey-hero__bullets svg {
  flex: 0 0 auto;
  margin-top: 0.16rem;
  color: var(--ghrc-teal);
}

.ghrc-journey-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 2.1rem;
}

.ghrc-journey-hero__actions .inline-flex {
  min-width: 10.6rem;
  justify-content: center;
}

.ghrc-journey-hero__visual {
  position: relative;
  min-width: 0;
}

.ghrc-journey-hero__portrait,
.ghrc-journey-section-image {
  margin: 0;
}

.ghrc-journey-hero__portrait {
  position: relative;
  overflow: hidden;
  min-height: clamp(440px, 43vw, 560px);
  border-radius: 8px !important;
  background: #eef3f6;
  box-shadow: 0 20px 44px -34px rgba(22, 27, 57, 0.45);
}

.ghrc-journey-hero__portrait img {
  display: block;
  width: 100%;
  height: clamp(440px, 43vw, 560px);
  object-fit: cover;
  object-position: center top;
}

.ghrc-journey-hero__badge {
  position: absolute;
  bottom: -1.55rem;
  left: 2rem;
  display: grid;
  grid-template-columns: 4.4rem minmax(0, 1fr);
  grid-template-areas:
    "icon title"
    "icon text";
  gap: 0.18rem 1rem;
  align-items: center;
  min-width: min(82%, 310px);
  border: 1px solid rgba(255, 255, 255, 0.76);
  border-radius: 8px !important;
  background: rgba(255, 255, 255, 0.78);
  padding: 1.15rem 1.25rem;
  color: var(--ghrc-navy);
  box-shadow: 0 18px 40px -28px rgba(22, 27, 57, 0.44);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.ghrc-journey-hero__badge > span {
  grid-area: icon;
  display: inline-flex;
  width: 3.25rem;
  height: 3.25rem;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--ghrc-teal), var(--ghrc-blue));
  color: #fff;
}

.ghrc-journey-hero__badge strong {
  grid-area: title;
  display: block;
  color: var(--ghrc-navy);
  font-size: 1.25rem;
  line-height: 1.1;
}

.ghrc-journey-hero__badge em {
  grid-area: text;
  display: block;
  color: #65708a;
  font-size: 0.88rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.35;
}

.ghrc-journey-hero__note {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  margin-top: 2.4rem;
  border-top: 1px solid rgba(22, 27, 57, 0.12);
  padding-top: 1.45rem;
}

.ghrc-journey-hero__note svg {
  flex: 0 0 auto;
  color: var(--ghrc-navy);
}

.ghrc-journey-hero__note p {
  margin: 0;
  color: #4b5876;
  font-size: 0.95rem;
  line-height: 1.55;
}

.ghrc-journey-hero__note strong {
  color: var(--ghrc-navy);
}

.ghrc-journey-timeline {
  position: relative;
  display: grid;
  gap: 1rem;
}

.ghrc-journey-timeline::before {
  display: none;
}

.ghrc-journey-timeline > div[class*="bg-gradient-to-br"] {
  --journey-card-accent: var(--ghrc-blue);
  position: relative;
  margin-left: 0;
  border: 1px solid rgba(22, 27, 57, 0.08) !important;
  border-top: 3px solid var(--journey-card-accent) !important;
  border-radius: 8px !important;
  background: #fff !important;
  padding: clamp(1rem, 2vw, 1.45rem) !important;
  box-shadow: 0 10px 28px -24px rgba(22, 27, 57, 0.28);
}

.ghrc-journey-timeline > div[class*="bg-gradient-to-br"]::after {
  display: none;
}

.ghrc-journey-timeline > .from-blue-50,
.ghrc-journey-timeline > .from-blue-50.to-purple-50 {
  --journey-card-accent: #0e8fc5;
}

.ghrc-journey-timeline > .from-amber-50,
.ghrc-journey-timeline > .from-orange-50,
.ghrc-journey-timeline > .from-yellow-50 {
  --journey-card-accent: #d37316;
}

.ghrc-journey-timeline > .from-green-50,
.ghrc-journey-timeline > .from-lime-50,
.ghrc-journey-timeline > .from-teal-50 {
  --journey-card-accent: #238a64;
}

.ghrc-journey-timeline > .from-purple-50,
.ghrc-journey-timeline > .from-indigo-50 {
  --journey-card-accent: #5864c5;
}

.ghrc-journey-timeline > .from-red-50,
.ghrc-journey-timeline > .from-rose-50 {
  --journey-card-accent: #dc3f4c;
}

.ghrc-journey-timeline > .from-cyan-50 {
  --journey-card-accent: #118b9f;
}

.ghrc-journey-timeline > .from-slate-50 {
  --journey-card-accent: #536175;
}

.ghrc-journey-timeline > div > .flex.items-start:first-child {
  align-items: center;
  gap: 0.7rem;
  margin-bottom: 0.8rem !important;
}

.ghrc-journey-timeline h2 {
  margin: 0 !important;
  color: var(--ghrc-navy);
  font-size: clamp(1.05rem, 1.5vw, 1.35rem) !important;
  line-height: 1.22 !important;
}

.ghrc-journey-timeline p,
.ghrc-journey-timeline li {
  color: #354056;
  line-height: 1.75;
}

.ghrc-journey-timeline ul {
  display: grid;
  gap: 0.55rem;
  margin: 0.6rem 0 0 !important;
  padding-left: 0 !important;
  list-style: none !important;
}

.ghrc-journey-timeline li {
  position: relative;
  padding-left: 1.35rem;
}

.ghrc-journey-timeline li::before {
  content: "";
  position: absolute;
  top: 0.72em;
  left: 0;
  width: 0.46rem;
  height: 0.46rem;
  border-radius: 999px;
  background: var(--journey-card-accent);
}

.ghrc-journey-timeline .border-l-4 {
  border: 1px solid rgba(22, 27, 57, 0.08) !important;
  border-left: 0 !important;
  border-radius: 8px !important;
  background: #f7fbfc !important;
  padding: 0.8rem 0.95rem !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.85);
}

.ghrc-journey-timeline .bg-white.rounded-lg {
  border: 1px solid rgba(22, 27, 57, 0.08) !important;
  border-radius: 8px !important;
  background: #fff !important;
  padding: 0.9rem !important;
  box-shadow: none;
}

.ghrc-journey-timeline .text-3xl {
  color: var(--journey-card-accent) !important;
}

.ghrc-journey-timeline .grid {
  gap: 1rem;
}

.ghrc-journey-timeline .ghrc-journey-icon {
  width: 2.25rem;
  height: 2.25rem;
  color: var(--journey-card-accent);
}

.ghrc-journey-timeline .ghrc-journey-icon svg {
  width: 1.1rem;
  height: 1.1rem;
}

.ghrc-journey-section-image {
  overflow: hidden;
  margin-top: 1.25rem;
  border: 1px solid rgba(22, 27, 57, 0.09);
  border-radius: 16px !important;
  background: #fff;
}

.ghrc-journey-section-image img {
  display: block;
  width: 100%;
  height: min(380px, 42vw);
  min-height: 230px;
  object-fit: cover;
  object-position: center;
}

.ghrc-journey-section-image figcaption {
  padding: 0.8rem 1rem;
  color: #536175;
  font-size: 0.88rem;
  font-weight: 700;
}

.ghrc-journey-cta {
  margin-top: clamp(2rem, 5vw, 4rem) !important;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 20px !important;
  background: linear-gradient(
    135deg,
    #161b39 0%,
    #0e8fc5 58%,
    #29a88f 100%
  ) !important;
  padding: clamp(1.5rem, 4vw, 3rem) !important;
  box-shadow: 0 24px 58px -38px rgba(22, 27, 57, 0.65);
}

@media (min-width: 640px) {
  .ghrc-journey-timeline .sm\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ghrc-journey-timeline .sm\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 991px) {
  .ghrc-journey-hero {
    grid-template-columns: 1fr;
  }

  .ghrc-journey-hero__portrait,
  .ghrc-journey-hero__portrait img {
    height: 520px;
    min-height: 520px;
  }
}

@media (max-width: 767px) {
  .ghrc-journey-hero {
    gap: 3rem;
  }

  .ghrc-journey-timeline::before {
    display: none;
  }

  .ghrc-journey-timeline > div[class*="bg-gradient-to-br"] {
    margin-left: 0;
  }

  .ghrc-journey-timeline > div[class*="bg-gradient-to-br"]::after {
    display: none;
  }
}

@media (max-width: 575px) {
  .ghrc-journey-hero {
    padding-top: 0;
  }

  .ghrc-journey-hero h1 {
    font-size: 2.15rem !important;
  }

  .ghrc-journey-hero__portrait,
  .ghrc-journey-hero__portrait img {
    height: 400px;
    min-height: 400px;
  }

  .ghrc-journey-hero__badge {
    left: 1rem;
    min-width: calc(100% - 2rem);
  }

  .ghrc-journey-hero__actions .inline-flex {
    width: 100%;
  }
}

.ghrc-journey-showcase {
  background: linear-gradient(180deg, #f7fbfc 0%, #ffffff 18rem), #fff;
}

.ghrc-journey-showcase > .container {
  display: grid;
  gap: clamp(1.25rem, 2.5vw, 2rem);
}

.ghrc-journey-intro {
  max-width: 860px;
}

.ghrc-journey-intro span {
  display: inline-flex;
  margin-bottom: 0.65rem;
  color: var(--ghrc-teal);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em !important;
  text-transform: uppercase;
}

.ghrc-journey-intro h1 {
  margin: 0;
  color: var(--ghrc-navy);
  font-size: clamp(2rem, 4vw, 3.5rem);
  line-height: 1.08;
}

.ghrc-journey-intro p {
  max-width: 780px;
  margin: 0.9rem 0 0;
  color: #4d5873;
  font-size: clamp(1rem, 1.4vw, 1.12rem);
  line-height: 1.75;
}

.ghrc-journey-panel {
  border: 1px solid rgba(22, 27, 57, 0.08);
  border-radius: 8px;
  background: #fff;
  padding: clamp(1rem, 2vw, 1.5rem);
  box-shadow: 0 16px 42px -36px rgba(22, 27, 57, 0.28);
}

.ghrc-journey-section-head {
  margin-bottom: 1.15rem;
}

.ghrc-journey-section-head h2 {
  margin: 0;
  color: #1267a8;
  font-size: clamp(1.25rem, 2.2vw, 1.85rem);
  line-height: 1.2;
}

.ghrc-journey-section-head p {
  max-width: 780px;
  margin: 0.35rem 0 0;
  color: #5b6680;
  font-size: 0.95rem;
  line-height: 1.6;
}

.ghrc-journey-foundation-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 0.8rem;
}

.ghrc-journey-mini-tile,
.ghrc-journey-dept-card,
.ghrc-journey-row-tile,
.ghrc-journey-value-card {
  border: 1px solid rgba(22, 27, 57, 0.07);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 30px -28px rgba(22, 27, 57, 0.24);
}

.ghrc-journey-mini-tile {
  min-height: 13rem;
  padding: 1rem;
  text-align: center;
}

.ghrc-journey-mini-tile__icon,
.ghrc-journey-dept-card div,
.ghrc-journey-row-tile svg,
.ghrc-journey-value-card svg {
  color: #2389c7;
}

.ghrc-journey-mini-tile__icon {
  display: inline-flex;
  width: 2.7rem;
  height: 2.7rem;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: #edf8fc;
}

.ghrc-journey-mini-tile h3,
.ghrc-journey-dept-card h3,
.ghrc-journey-row-tile h3,
.ghrc-journey-value-card h3 {
  margin: 0.75rem 0 0;
  color: var(--ghrc-navy);
  font-size: 0.86rem;
  font-weight: 800;
  line-height: 1.3;
}

.ghrc-journey-mini-tile p {
  margin: 0.6rem 0 0;
  color: #65708a;
  font-size: 0.76rem;
  line-height: 1.45;
}

.ghrc-journey-growth-band {
  display: grid;
  grid-template-columns: 1fr minmax(260px, 1.05fr) 1fr;
  gap: 1.25rem;
  align-items: center;
  overflow: hidden;
  border-radius: 8px;
  background:
    radial-gradient(
      circle at 95% 12%,
      rgba(255, 255, 255, 0.13),
      transparent 9rem
    ),
    linear-gradient(135deg, #073c76 0%, #095997 46%, #082f66 100%);
  padding: clamp(1.25rem, 3vw, 2.1rem);
  color: #fff;
  box-shadow: 0 18px 42px -34px rgba(8, 47, 102, 0.5);
}

.ghrc-journey-growth-band__copy h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(1.15rem, 2vw, 1.65rem);
  line-height: 1.2;
}

.ghrc-journey-growth-band__copy p {
  margin: 0.7rem 0 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: 0.94rem;
  line-height: 1.6;
}

.ghrc-journey-growth-band img {
  display: block;
  width: 100%;
  max-height: 220px;
  object-fit: contain;
  align-self: end;
}

.ghrc-journey-today-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 1rem;
  align-items: stretch;
}

.ghrc-journey-dept-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.75rem;
}

.ghrc-journey-dept-card {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 0.2rem 0.7rem;
  align-items: center;
  padding: 0.8rem;
}

.ghrc-journey-dept-card div {
  grid-row: span 2;
  display: inline-flex;
  width: 2.35rem;
  height: 2.35rem;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: #fff4f5;
  color: var(--ghrc-red);
}

.ghrc-journey-dept-card h3 {
  margin: 0;
}

.ghrc-journey-dept-card p {
  margin: 0;
  color: #65708a;
  font-size: 0.74rem;
  line-height: 1.35;
}

.ghrc-journey-view-btn {
  display: inline-flex;
  min-height: 2.55rem;
  align-items: center;
  justify-content: center;
  margin-top: 1.25rem;
  border-radius: 8px;
  background: #0b67a7;
  padding: 0.7rem 1.05rem;
  color: #fff;
  font-size: 0.8rem;
  font-weight: 800;
  text-decoration: none;
}

.ghrc-journey-view-btn:hover {
  color: #fff;
  background: var(--ghrc-navy);
}

.ghrc-journey-emergency-card {
  display: flex;
  min-height: 100%;
  flex-direction: column;
  justify-content: center;
  border-radius: 8px;
  background:
    radial-gradient(
      circle at 68% 44%,
      rgba(41, 168, 143, 0.28),
      transparent 5.5rem
    ),
    linear-gradient(180deg, #16265b 0%, #083870 100%);
  padding: clamp(1.2rem, 2.5vw, 1.8rem);
  color: #fff;
}

.ghrc-journey-emergency-card span {
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.95rem;
  font-weight: 800;
  line-height: 1.35;
}

.ghrc-journey-emergency-card h3 {
  margin: 1.25rem 0 0;
  color: #a4eff0;
  font-size: clamp(3.5rem, 8vw, 5rem);
  line-height: 0.95;
}

.ghrc-journey-emergency-card p {
  margin: 0.75rem 0 1.4rem;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.92rem;
  line-height: 1.55;
}

.ghrc-journey-emergency-card a {
  display: inline-flex;
  min-height: 2.75rem;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  border-radius: 8px;
  background: var(--ghrc-red);
  padding: 0.75rem 1rem;
  color: #fff;
  font-size: 0.86rem;
  font-weight: 800;
  text-decoration: none;
}

.ghrc-journey-row-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0.75rem;
}

.ghrc-journey-row-tile,
.ghrc-journey-value-card {
  display: grid;
  min-height: 6rem;
  place-items: center;
  padding: 1rem 0.75rem;
  text-align: center;
}

.ghrc-journey-row-tile h3,
.ghrc-journey-value-card h3 {
  max-width: 10rem;
  font-size: 0.78rem;
}

.ghrc-journey-values-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 0.75rem;
}

.ghrc-journey-value-card svg {
  color: #f05265;
}

.ghrc-journey-final-band {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 1.5rem;
  align-items: center;
  border-radius: 8px;
  background: #f7fbfc;
  padding: clamp(1.25rem, 2.5vw, 1.7rem);
}

.ghrc-journey-final-band h2 {
  margin: 0;
  color: var(--ghrc-navy);
  font-size: clamp(1.25rem, 2vw, 1.65rem);
}

.ghrc-journey-final-band p {
  margin: 0.45rem 0 0;
  color: #5b6680;
  line-height: 1.65;
}

.ghrc-journey-final-band__words {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  justify-content: flex-end;
}

.ghrc-journey-final-band__words span {
  border-radius: 999px;
  background: #fff;
  padding: 0.55rem 0.85rem;
  color: #1267a8;
  font-size: 0.8rem;
  font-weight: 800;
  box-shadow: 0 10px 22px -20px rgba(22, 27, 57, 0.3);
}

@media (max-width: 1180px) {
  .ghrc-journey-foundation-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .ghrc-journey-dept-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .ghrc-journey-growth-band,
  .ghrc-journey-today-grid,
  .ghrc-journey-final-band {
    grid-template-columns: 1fr;
  }

  .ghrc-journey-growth-band img {
    max-height: 260px;
    order: -1;
  }

  .ghrc-journey-row-grid,
  .ghrc-journey-values-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .ghrc-journey-final-band__words {
    justify-content: flex-start;
  }
}

@media (max-width: 640px) {
  .ghrc-journey-showcase > .container {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }

  .ghrc-journey-foundation-grid,
  .ghrc-journey-dept-grid,
  .ghrc-journey-row-grid,
  .ghrc-journey-values-grid {
    grid-template-columns: 1fr;
  }

  .ghrc-journey-mini-tile {
    min-height: 0;
    text-align: left;
  }

  .ghrc-journey-mini-tile__icon {
    margin-right: 0.7rem;
    vertical-align: middle;
  }
}

#primary .ghrc-empanelment-card-panel {
  overflow: hidden;
  border-radius: 8px;
  background: #fff;
}

#primary .ghrc-empanelment-card-panel__head {
  border-bottom: 1px solid rgba(14, 143, 197, 0.12);
  background: linear-gradient(135deg, rgba(14, 143, 197, 0.08), rgba(41, 168, 143, 0.08));
  padding: clamp(1.1rem, 2vw, 1.45rem);
}

#primary .ghrc-empanelment-card-panel__head h3,
#primary .ghrc-empanelment-card-panel__head p {
  margin: 0;
}

#primary .ghrc-empanelment-card-panel__head p {
  margin-top: 0.45rem;
  color: hsl(var(--muted-foreground));
  line-height: 1.6;
}

#primary .ghrc-empanelment-card-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
  padding: clamp(1rem, 2vw, 1.35rem);
}

#primary .ghrc-empanelment-org-card {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 0.8rem;
  align-items: flex-start;
  min-height: 8rem;
  border: 1px solid rgba(14, 143, 197, 0.12);
  border-radius: 8px;
  background: linear-gradient(180deg, #fff, rgba(246, 251, 252, 0.75));
  padding: 1rem;
  box-shadow: 0 14px 28px -26px rgba(22, 19, 63, 0.38);
}

#primary .ghrc-empanelment-org-card__icon {
  display: inline-grid;
  width: 2.55rem;
  height: 2.55rem;
  place-items: center;
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(14, 143, 197, 0.13), rgba(41, 168, 143, 0.15));
  color: var(--ghrc-blue);
  font-size: 0.78rem;
  font-weight: 900;
}

#primary .ghrc-empanelment-org-card h4 {
  margin: 0;
  color: var(--ghrc-navy);
  font-size: 1rem;
  font-weight: 850;
  line-height: 1.35;
}

#primary .ghrc-empanelment-org-card p {
  margin: 0.35rem 0 0;
  color: hsl(var(--muted-foreground));
  font-size: 0.86rem;
  line-height: 1.45;
}

#primary .ghrc-empanelment-org-card:hover {
  border-color: rgba(14, 143, 197, 0.22);
  transform: translateY(-2px);
}

#primary .ghrc-implant-charge-list {
  display: grid;
  gap: clamp(1.25rem, 2.5vw, 1.8rem);
}

#primary .ghrc-implant-table-card {
  overflow: hidden;
  border-radius: 8px;
  background: #fff;
}

#primary .ghrc-implant-table-card h3 {
  margin: 0;
  border-bottom: 1px solid rgba(14, 143, 197, 0.12);
  background: linear-gradient(135deg, rgba(14, 143, 197, 0.08), rgba(41, 168, 143, 0.08));
  padding: clamp(1rem, 2vw, 1.35rem);
}

#primary .ghrc-implant-table-wrap {
  overflow-x: auto;
}

#primary .ghrc-implant-table {
  width: 100%;
  min-width: 640px;
  border-collapse: collapse;
  table-layout: fixed;
}

#primary .ghrc-implant-table th,
#primary .ghrc-implant-table td {
  border-bottom: 1px solid rgba(14, 143, 197, 0.1);
  padding: 0.95rem 1.15rem;
  text-align: left;
  vertical-align: middle;
}

#primary .ghrc-implant-table th {
  background: rgba(246, 251, 252, 0.95);
  color: var(--ghrc-navy);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

#primary .ghrc-implant-table td {
  color: hsl(var(--muted-foreground));
  font-size: 0.95rem;
  font-weight: 600;
}

#primary .ghrc-implant-table td:first-child {
  color: hsl(var(--foreground));
  font-weight: 800;
}

#primary .ghrc-implant-table th:first-child,
#primary .ghrc-implant-table td:first-child {
  width: 56%;
}

#primary .ghrc-implant-table th:nth-child(2),
#primary .ghrc-implant-table td:nth-child(2) {
  width: 19%;
}

#primary .ghrc-implant-table th:nth-child(3),
#primary .ghrc-implant-table td:nth-child(3) {
  width: 25%;
}

#primary .ghrc-implant-table td:last-child {
  color: var(--ghrc-navy);
  font-weight: 900;
  white-space: nowrap;
}

#primary .ghrc-implant-table tbody tr:hover {
  background: rgba(14, 143, 197, 0.045);
}

@media (max-width: 900px) {
  #primary .ghrc-empanelment-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 560px) {
  #primary .ghrc-empanelment-card-grid {
    grid-template-columns: 1fr;
  }
}
