/* =========================================================
   ATHMA REHABILITATION CENTRE — STYLESHEET
   Building section by section. Every rule is scoped under its
   section's parent class. Single responsive breakpoint: 768px.
   ========================================================= */
:root { --athma-navy: #0b2559; --athma-navy-dark: #081a40; --athma-navy-soft: #16336e; --athma-orange: #f2701c; --athma-orange-dark: #d95f0f; --athma-bg-light: #eef2f8; --athma-bg-white: #ffffff; --athma-text-dark: #10203f; --athma-text-gray: #5c6b84; --athma-border-light: #e2e8f2; --athma-font-display: 'Lora', Georgia, 'Times New Roman', serif; --athma-font-body: 'Lora', Georgia, 'Times New Roman', serif; --athma-radius-lg: 8px; --athma-radius-md: 8px; --athma-radius-btn: 8px; --athma-shadow-soft: 0 12px 32px rgba(11, 37, 89, 0.08); }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-y: scroll; }
body.modal-open { padding-right: 0 !important; }
body { margin: 0; overflow-x: clip; font-family: var(--athma-font-body); color: var(--athma-text-dark); background-color: var(--athma-bg-white); transition: padding-top 0.25s ease; }
img { max-width: 100%; height: auto; display: block; }
a { text-decoration: none; }
ul { list-style: none; margin: 0; padding: 0; }
h1, h2, h3 { font-family: var(--athma-font-display); margin: 0; }
h1 { font-size: 28px; font-weight: 400; }
h2, h3 { font-size: 22px; font-weight: 400; }
strong, b, [class$="-title-accent"] { font-weight: 600; }
:focus-visible { outline: 3px solid var(--athma-orange); outline-offset: 3px; }
p { font-size: 18px; font-weight: 400; }
@media (max-width: 768px) { h1 { font-size: 24px; } h2, h3 { font-size: 19px; } p { font-size: 16px; } .btn { font-size: 14px; padding: 10px 18px; } }
@media (max-width: 480px) { h1 { font-size: 21px; } h2, h3 { font-size: 17px; } p { font-size: 15px; } .btn { font-size: 13px; padding: 9px 15px; } }
.btn { border-radius: var(--athma-radius-btn) !important; }
.athma-btn-slide-text-inner { position: relative; display: inline-block; overflow: hidden; height: 1.2em; line-height: 1.2em; vertical-align: top; }
.athma-btn-slide-text-inner span { display: block; transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1); }
.athma-btn-slide-text-inner span:last-child { position: absolute; top: 100%; left: 0; }
.athma-btn-slide-text:hover .athma-btn-slide-text-inner span:first-child { transform: translateY(-100%); }
.athma-btn-slide-text:hover .athma-btn-slide-text-inner span:last-child { transform: translateY(-100%); }
.athma-btn-primary { background-color: var(--athma-orange); background-image: linear-gradient(135deg, var(--athma-orange) 0%, var(--athma-orange-dark) 100%); color: #fff; font-weight: 700; border: none; display: inline-flex; align-items: center; justify-content: center; gap: 8px; box-shadow: 0 10px 24px rgba(24, 93, 155, 0.32); transition: transform 0.2s ease, box-shadow 0.2s ease; }
.athma-btn-primary:focus { outline: none; box-shadow: 0 10px 24px rgba(24, 93, 155, 0.32); }
.athma-btn-primary:hover { color: #fff; transform: translateY(-2px); box-shadow: 0 16px 32px rgba(24, 93, 155, 0.42); }
.athma-btn-primary i { transition: transform 0.25s ease; }
.athma-btn-primary:hover i { transform: translateX(4px); }
.athma-rehab-home-header-wrap { position: fixed; top: 0; left: 0; width: 100%; z-index: 1000; flex-direction: column; }
.athma-rehab-home-topbar-section { background-color: var(--athma-navy); padding: 9px 0; min-height: 41px; }
.athma-rehab-home-topbar-container { display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.athma-rehab-home-topbar-slogan { display: flex; align-items: center; gap: 8px; color: #fff; font-size: 14px; font-weight: 500; white-space: nowrap; }
.athma-rehab-home-topbar-heart { color: var(--athma-orange); font-size: 16px; animation: athmaHeartPulse 1.8s ease-in-out infinite; }
.athma-rehab-home-topbar-info { display: flex; align-items: center; gap: 14px; }
.athma-rehab-home-topbar-item { display: flex; align-items: center; gap: 7px; color: rgba(255, 255, 255, 0.88); font-size: 13.5px; font-weight: 500; white-space: nowrap; }
.athma-rehab-home-topbar-item i { color: var(--athma-orange); font-size: 15px; }
.athma-rehab-home-topbar-item-phone { transition: color 0.2s ease; }
.athma-rehab-home-topbar-item-phone:hover { color: #fff; }
.athma-rehab-home-topbar-divider { width: 1px; height: 14px; background-color: rgba(255, 255, 255, 0.22); }
@keyframes athmaHeartPulse {
0%, 100% { opacity: 1; transform: scale(1); filter: brightness(1); }
	50% { opacity: 0.55; transform: scale(1.12); filter: brightness(1.6); }
}
.athma-rehab-home-header-section { background-color: var(--athma-bg-white); position: sticky; top: 0; z-index: 1000; box-shadow: 0 2px 16px rgba(11, 37, 89, 0.07); transition: box-shadow 0.2s ease; }
.athma-rehab-home-header-section.is-scrolled { box-shadow: 0 8px 24px rgba(11, 37, 89, 0.12); }
.athma-rehab-home-header-container-outer { max-width: 1320px; }
.athma-rehab-home-header-navbar { padding: 14px 0; align-items: center; position: relative; min-height: 76px; }
.athma-rehab-home-header-actions-desktop { align-items: center; flex-shrink: 0; margin-left: auto; }
.athma-rehab-home-header-brand { display: flex; align-items: center; flex-shrink: 0; }
.athma-rehab-home-header-logo { width: 190px; height: auto; object-fit: contain; }
.athma-rehab-home-header-toggler { border: 1.5px solid var(--athma-border-light); border-radius: 8px; width: 44px; height: 44px; display: flex; align-items: center; justify-content: center; color: var(--athma-navy); font-size: 21px; box-shadow: none; flex-shrink: 0; }
.athma-rehab-home-header-toggler:focus { outline: none; box-shadow: none; }
.athma-rehab-home-header-toggler-icon-close { display: none; }
.athma-rehab-home-header-toggler[aria-expanded="true"] .athma-rehab-home-header-toggler-icon-open { display: none; }
.athma-rehab-home-header-toggler[aria-expanded="true"] .athma-rehab-home-header-toggler-icon-close { display: inline-flex; }
.athma-rehab-home-header-collapse { flex-grow: 1; align-items: center; gap: 8px; }
.athma-rehab-home-header-offcanvas-body { flex-grow: 1 !important; }
.athma-rehab-home-header-menu { display: flex; gap: 10px; align-items: center; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); margin: 0; }
.athma-rehab-home-header-menu .nav-link { color: var(--athma-navy); font-weight: 600; font-size: 17px; padding: 10px 14px; margin: 0 2px; display: inline-flex; align-items: center; gap: 4px; transition: color 0.2s ease; }
.athma-rehab-home-header-menu .nav-link:hover { color: var(--athma-orange); }
.athma-rehab-home-header-menu .nav-link.active { color: var(--athma-orange); }
.athma-rehab-home-header-nav-text { position: relative; display: inline-block; overflow: hidden; height: 1.3em; line-height: 1.3em; vertical-align: top; }
.athma-rehab-home-header-nav-text span { display: block; transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1); }
.athma-rehab-home-header-nav-text span:last-child { position: absolute; top: 100%; left: 0; color: var(--athma-orange); }
.nav-link:hover .athma-rehab-home-header-nav-text span:first-child { transform: translateY(-100%); }
.nav-link:hover .athma-rehab-home-header-nav-text span:last-child { transform: translateY(-100%); }
.athma-rehab-home-header-menu .nav-link:focus { outline: none; box-shadow: none; }
.athma-rehab-home-header-menu .dropdown-toggle::after { display: none; }
.athma-rehab-home-header-dropdown-toggle i { font-size: 15px; transition: transform 0.2s ease; }
.athma-rehab-home-header-dropdown.show .athma-rehab-home-header-dropdown-toggle { color: var(--athma-orange); }
.athma-rehab-home-header-dropdown.show .athma-rehab-home-header-dropdown-toggle i { transform: rotate(180deg); }
.athma-rehab-home-header-dropdown { position: relative; }
.athma-rehab-home-header-dropdown-menu { position: absolute; left: 50%; transform: translateX(-50%); top: 100%; margin-top: 10px; border: none; border-radius: var(--athma-radius-lg); box-shadow: 0 24px 48px rgba(11, 37, 89, 0.18); padding: 10px 20px; width: 480px; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 24px; overflow: visible; }
.athma-rehab-home-header-dropdown-menu.show { display: grid; }
.athma-rehab-home-header-dropdown-menu-single.show { display: grid; }
.athma-rehab-home-header-dropdown-menu-single { width: 340px; padding: 10px 20px; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 24px; }
/* Mega-menu: Specialities / Facilities / Therapies merged into one dropdown, 3 columns */
.athma-rehab-home-header-megamenu { position: absolute; left: 50%; transform: translateX(-50%); top: 100%; margin-top: 10px; border: none; border-radius: var(--athma-radius-lg); box-shadow: 0 24px 48px rgba(11, 37, 89, 0.18); padding: 26px 28px; width: 760px; grid-template-columns: repeat(3, 1fr); gap: 0 32px; overflow: visible; }
.athma-rehab-home-header-megamenu.show { display: grid; }
.athma-rehab-home-header-megamenu-col { min-width: 0; }
.athma-rehab-home-header-megamenu-col + .athma-rehab-home-header-megamenu-col { border-left: 1px solid var(--athma-border-light); padding-left: 32px; }
.athma-rehab-home-header-megamenu-heading { color: var(--athma-orange); font-size: 12.5px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.08em; margin: 0 0 10px; }
/* Minimal list style — plain text + full trailing arrow, no icon, no subtitle */
.athma-rehab-home-header-dropdown-item { display: flex; align-items: center; justify-content: space-between; gap: 10px; padding: 13px 2px; border-bottom: 1px solid var(--athma-border-light); border-radius: 0; transition: color 0.2s ease; color: var(--athma-navy); }
.athma-rehab-home-header-megamenu-col .athma-rehab-home-header-dropdown-item:last-child { border-bottom: none; }
.athma-rehab-home-header-dropdown-item:hover { background-color: transparent; color: var(--athma-orange); }
.athma-rehab-home-header-dropdown-item:focus { outline: none; box-shadow: none; background-color: transparent; }
.athma-rehab-home-header-dropdown-item-icon { display: none; }
.athma-rehab-home-header-dropdown-item-arrow { order: 2; color: var(--athma-text-gray); font-size: 19px; flex-shrink: 0; transition: transform 0.2s ease, color 0.2s ease; }
.athma-rehab-home-header-dropdown-item:hover .athma-rehab-home-header-dropdown-item-arrow { color: var(--athma-orange); transform: translateX(4px); }
.athma-rehab-home-header-dropdown-item-copy { display: block; min-width: 0; flex: 1; order: 1; font-size: 14.5px; font-weight: 500; color: inherit; }
.athma-rehab-home-header-dropdown-item-copy small { display: none; }
.athma-rehab-home-header-dropdown-viewall { grid-column: 1 / -1; display: flex; align-items: center; justify-content: center; gap: 6px; margin-top: 12px; padding: 13px; border: 1.5px solid var(--athma-border-light); border-radius: 8px; font-size: 15px; font-weight: 700; color: var(--athma-orange); transition: background-color 0.2s ease, border-color 0.2s ease; }
.athma-rehab-home-header-dropdown-viewall:hover { background-color: var(--athma-bg-light); border-color: var(--athma-orange); }
.athma-rehab-home-header-actions { display: flex; align-items: center; flex-shrink: 0; }
.athma-rehab-home-header-book-btn { font-size: 15px; padding: 12px 22px; }
.athma-rehab-home-header-book-btn:focus { outline: none; box-shadow: none; }
.athma-rehab-home-header-book-btn:hover { background-color: var(--athma-orange-dark); color: #fff; transform: translateY(-1px); }
.athma-rehab-appointment-modal .modal-content { border: none; }
.athma-rehab-appointment-modal.modal { backdrop-filter: blur(2px); }
.athma-rehab-appointment-modal .modal-dialog { transition: transform 0.35s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.3s ease; transform: scale(0.92) translateY(24px); opacity: 0; }
.athma-rehab-appointment-modal.show .modal-dialog { transform: scale(1) translateY(0); opacity: 1; }
.athma-rehab-appointment-modal-dialog { max-width: 1040px; }
.athma-rehab-appointment-modal-content { border-radius: 8px; overflow: hidden; box-shadow: 0 10px 30px rgba(24, 93, 155, 0.18), 0 50px 100px rgba(8, 26, 64, 0.5); position: relative; border: 1px solid rgba(255, 255, 255, 0.6); }
.athma-rehab-appointment-modal-close { position: absolute; top: 18px; right: 18px; z-index: 10; width: 40px; height: 40px; border-radius: 50%; border: none; background-color: var(--athma-orange); color: #fff; display: flex; align-items: center; justify-content: center; font-size: 18px; cursor: pointer; box-shadow: 0 8px 20px rgba(24, 93, 155, 0.4); transition: background-color 0.2s ease, transform 0.2s ease; }
.athma-rehab-appointment-modal-close:hover { background-color: var(--athma-orange-dark); transform: rotate(90deg); }
.athma-rehab-appointment-modal-grid { display: grid; grid-template-columns: 380px 1fr; }
.athma-rehab-appointment-modal-aside { position: relative; overflow: hidden; background-color: var(--athma-navy); background-image: linear-gradient(155deg, rgba(8, 26, 64, 0.93) 0%, rgba(11, 37, 89, 0.9) 46%, rgba(22, 51, 110, 0.85) 100%), url('images/modal-hospital-bg.webp'); background-size: cover; background-position: center; padding: 48px 38px 34px; display: flex; flex-direction: column; }
.athma-rehab-appointment-modal-aside-orb { position: absolute; border-radius: 50%; pointer-events: none; }
.athma-rehab-appointment-modal-aside-orb-one { width: 240px; height: 240px; top: -100px; right: -80px; background: radial-gradient(circle, rgba(24, 93, 155, 0.32) 0%, rgba(24, 93, 155, 0) 70%); }
.athma-rehab-appointment-modal-aside-orb-two { width: 200px; height: 200px; bottom: -100px; left: -70px; background: radial-gradient(circle, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0) 70%); }
.athma-rehab-appointment-modal-aside-badge { position: relative; display: flex; align-items: center; justify-content: center; width: 52px; height: 52px; border-radius: 8px; background-color: var(--athma-orange); color: #fff; font-size: 21px; box-shadow: 0 12px 26px rgba(24, 93, 155, 0.4); margin-bottom: 20px; animation: athmaModalBadgePulse 2.4s ease-in-out infinite; }
@keyframes athmaModalBadgePulse {
0%, 100% { box-shadow: 0 12px 26px rgba(24, 93, 155, 0.4); }
	50% { box-shadow: 0 12px 34px rgba(24, 93, 155, 0.65); }
}
.athma-rehab-appointment-modal-eyebrow { position: relative; color: var(--athma-orange); font-size: 13.5px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.08em; display: block; margin-bottom: 6px; }
.athma-rehab-appointment-modal-title { position: relative; color: #fff; font-size: 29px; font-weight: 500; line-height: 1.25; margin-bottom: 12px; }
.athma-rehab-appointment-modal-subtext { position: relative; color: rgba(255, 255, 255, 0.68); font-size: 14.5px; line-height: 1.6; margin-bottom: 22px; }
.athma-rehab-appointment-modal-aside-list { position: relative; display: flex; flex-direction: column; gap: 12px; flex-grow: 1; }
.athma-rehab-appointment-modal-aside-list li { display: flex; align-items: center; gap: 10px; color: rgba(255, 255, 255, 0.85); font-size: 14px; }
.athma-rehab-appointment-modal-aside-list li i { color: var(--athma-orange); font-size: 17px; flex-shrink: 0; }
.athma-rehab-appointment-modal-aside-call { position: relative; display: flex; align-items: center; gap: 12px; margin-top: 24px; padding: 14px 16px; border-radius: 8px; background-color: rgba(255, 255, 255, 0.08); border: 1px solid rgba(255, 255, 255, 0.14); transition: background-color 0.2s ease; }
.athma-rehab-appointment-modal-aside-call:hover { background-color: rgba(255, 255, 255, 0.14); }
.athma-rehab-appointment-modal-aside-call i { color: var(--athma-orange); font-size: 19px; flex-shrink: 0; }
.athma-rehab-appointment-modal-aside-call span { color: #fff; font-size: 16px; font-weight: 700; }
.athma-rehab-appointment-modal-aside-call small { display: block; color: rgba(255, 255, 255, 0.6); font-size: 12px; font-weight: 400; margin-bottom: 2px; }
.athma-rehab-appointment-modal-main { padding: 46px 44px; display: flex; flex-direction: column; justify-content: center; }
.athma-rehab-appointment-modal-form { width: 100%; }
.athma-rehab-appointment-modal-row { row-gap: 0; }
.athma-rehab-appointment-modal-field { margin-bottom: 16px; }
.athma-rehab-appointment-modal-label { display: block; color: var(--athma-navy); font-size: 13.5px; font-weight: 700; margin-bottom: 6px; }
.athma-rehab-appointment-modal-input-wrap { position: relative; }
.athma-rehab-appointment-modal-input-wrap i { position: absolute; left: 14px; top: 50%; transform: translateY(-50%); color: var(--athma-orange); font-size: 16px; pointer-events: none; }
.athma-rehab-appointment-modal-input { width: 100%; height: 50px; border: 1.5px solid var(--athma-border-light); border-radius: 8px; padding: 0 14px 0 40px; font-size: 15px; font-family: var(--athma-font-body); color: var(--athma-text-dark); background-color: var(--athma-bg-light); transition: border-color 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease; }
.athma-rehab-appointment-modal-input:focus { outline: none; border-color: var(--athma-orange); background-color: #fff; box-shadow: 0 0 0 4px rgba(24, 93, 155, 0.12); }
select.athma-rehab-appointment-modal-input { appearance: none; -webkit-appearance: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%235c6b84' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 12px center; background-size: 15px; padding-right: 36px; }
input[type="date"].athma-rehab-appointment-modal-input { padding-right: 10px; }
.athma-rehab-appointment-modal-submit { width: 100%; height: 54px; font-size: 16px; margin-top: 6px; }
.athma-rehab-appointment-modal-note { display: flex; align-items: center; gap: 6px; font-size: 13.5px; font-weight: 600; margin: 10px 0 0; }
.athma-rehab-appointment-modal-note-error { color: #d64545; }
.athma-rehab-appointment-modal-note-success { color: #1e9e5a; }
.athma-rehab-home-hero-section { position: relative; overflow: hidden; isolation: isolate; background-color: #fdf6f1; background-image: url('images/athma-home-banner.webp'); background-size: cover; background-position: top center; background-repeat: no-repeat; padding: 48px 0 0; min-height: 720px; display: flex; flex-direction: column; align-items: stretch; }
.athma-rehab-home-hero-section::before { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(100deg, rgba(253, 246, 241, 0.97) 0%, rgba(253, 241, 231, 0.9) 0%, rgba(253, 241, 231, 0.35) 51%, rgba(253, 241, 231, 0) 60%); }
.athma-rehab-home-hero-row { row-gap: 44px; }
.athma-rehab-home-hero-col-text { padding-top: 24px; }
.athma-rehab-home-hero-eyebrow { display: inline-flex; align-items: center; gap: 8px; color: var(--athma-orange); font-size: 14px; font-weight: 800; text-transform: uppercase; letter-spacing: 0.06em; margin-bottom: 18px; }
.athma-rehab-home-hero-title { color: var(--athma-navy); font-size: 49px; font-weight: 500; line-height: 1.18; margin-bottom: 20px; }
.athma-rehab-home-hero-title-accent { font-weight: 600; }
.athma-rehab-home-hero-subtext { color: var(--athma-text-gray); font-size: 16px; line-height: 1.7; max-width: 460px; margin-bottom: 30px; }
.athma-rehab-home-hero-btn-group { display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: 42px; }
.athma-rehab-home-hero-btn-primary { padding: 15px 26px; font-size: 16px; }
.athma-rehab-home-hero-btn-secondary { background-color: #fff; color: var(--athma-navy); font-weight: 700; font-size: 16px; padding: 15px 26px; border: 1.5px solid var(--athma-border-light); display: inline-flex; align-items: center; gap: 8px; transition: border-color 0.2s ease, transform 0.2s ease; }
.athma-rehab-home-hero-btn-secondary:hover { border-color: var(--athma-navy); color: var(--athma-navy); transform: translateY(-2px); }
.athma-rehab-home-hero-trust-row { row-gap: 20px; }
.athma-rehab-home-hero-trust-col { display: flex; flex-direction: column; }
.athma-rehab-home-hero-trust-icon { display: flex; align-items: center; justify-content: center; width: 44px; height: 44px; border-radius: 50%; background-color: #fff; box-shadow: var(--athma-shadow-soft); color: var(--athma-orange); font-size: 18px; margin-bottom: 10px; }
.athma-rehab-home-hero-trust-col strong { display: block; color: var(--athma-navy); font-size: 15px; margin-bottom: 2px; }
.athma-rehab-home-hero-trust-col small { color: var(--athma-text-gray); font-size: 14px; line-height: 1.4; }
/* Rehab-types overlay card — replaces the old scrolling spec strip */
.athma-rehab-home-hero-rehabtypes { position: relative; z-index: 2; display: flex; flex-wrap: wrap; gap: 10px; background-color: rgba(255,255,255,0.86); backdrop-filter: blur(6px); border-radius: 8px; padding: 26px 22px; margin-top: 52px; margin-bottom: -56px; box-shadow: 0 24px 60px rgba(11, 37, 89, 0.14); }
.athma-rehab-home-hero-rehabtype-item { display: flex; flex: 1 1 200px; align-items: center; gap: 14px; padding: 8px 10px; border-radius: 8px; transition: background-color 0.2s ease, transform 0.2s ease; }
.athma-rehab-home-hero-rehabtype-item:hover { background-color: rgba(238,242,248,0.7); transform: translateY(-2px); }
.athma-rehab-home-hero-rehabtype-icon { flex-shrink: 0; display: flex; align-items: center; justify-content: center; width: 52px; height: 52px; border-radius: 50%; background-color: #fff; color: var(--athma-orange); font-size: 24px; box-shadow: var(--athma-shadow-soft); }
.athma-rehab-home-hero-rehabtype-item span:last-child { color: var(--athma-navy); font-size: 15px; font-weight: 700; line-height: 1.3; }
.athma-rehab-home-hero-stats-strip { background-color: var(--athma-navy); background-image: linear-gradient(120deg, var(--athma-navy-dark) 0%, var(--athma-navy) 60%, var(--athma-navy-soft) 100%); padding: 25px 0 15px; margin-top: 76px; }
.athma-rehab-home-hero-stats-row { row-gap: 24px; }
.athma-rehab-home-hero-stats-col { flex: 1 1 0; text-align: center; border-right: 1px solid rgba(255, 255, 255, 0.12); display: flex; flex-direction: column; align-items: center; justify-content: center; }
.athma-rehab-home-hero-stats-col:last-child { border-right: none; }
.athma-rehab-home-hero-stats-col i { color: var(--athma-orange); font-size: 23px; display: block; margin-bottom: 10px; }
.athma-rehab-home-hero-stats-col strong { display: block; color: #fff; font-size: 25px; font-weight: 800; margin-bottom: 4px; }
.athma-rehab-home-hero-stats-col span { color: rgba(255, 255, 255, 0.65); font-size: 14.5px; font-weight: 500; }
.athma-rehab-home-expert-section { padding: 90px 0; background-color: #fff; }
.athma-rehab-home-expert-row { row-gap: 40px; }
.athma-rehab-home-expert-eyebrow { display: flex; align-items: center; gap: 8px; color: var(--athma-orange); font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; font-size: 14px; margin-bottom: 12px; }
.athma-rehab-home-expert-title { color: var(--athma-navy); font-size: 35px; font-weight: 500; line-height: 1.3; margin-bottom: 18px; }
.athma-rehab-home-expert-title-accent { font-weight: 600; }
.athma-rehab-home-expert-text { color: var(--athma-text-gray); font-size: 17px; line-height: 1.7; margin-bottom: 24px; max-width: 520px; }
.athma-rehab-home-expert-checklist { display: flex; flex-direction: column; gap: 12px; margin-bottom: 30px; }
.athma-rehab-home-expert-checklist li { display: flex; align-items: center; gap: 10px; font-weight: 500; color: var(--athma-text-dark); }
.athma-rehab-home-expert-checklist li i { color: var(--athma-orange); font-size: 17px; flex-shrink: 0; }
.athma-rehab-home-expert-cta-row { display: flex; flex-wrap: wrap; align-items: center; gap: 24px; }
.athma-rehab-home-expert-btn { background-color: var(--athma-navy); background-image: none; box-shadow: 0 10px 24px rgba(11, 37, 89, 0.24); }
.athma-rehab-home-expert-btn:hover { background-color: var(--athma-navy-soft); box-shadow: 0 16px 32px rgba(11, 37, 89, 0.32); }
.athma-rehab-home-expert-call { display: flex; align-items: center; gap: 12px; color: var(--athma-navy); font-weight: 700; font-size: 16px; }
.athma-rehab-home-expert-call-icon { width: 42px; height: 42px; border-radius: 50%; background-color: var(--athma-bg-light); color: var(--athma-orange); display: flex; align-items: center; justify-content: center; font-size: 17px; flex-shrink: 0; transition: transform 0.2s ease, background-color 0.2s ease; }
.athma-rehab-home-expert-call:hover .athma-rehab-home-expert-call-icon { background-color: var(--athma-orange); color: #fff; transform: scale(1.08); }
.athma-rehab-home-expert-call span { display: flex; flex-direction: column; }
.athma-rehab-home-expert-call small { font-weight: 400; color: var(--athma-text-gray); font-size: 13px; }
.athma-rehab-home-expert-media { position: relative; padding: 0 24px 40px 0; }
.athma-rehab-home-expert-media-orb { position: absolute; border-radius: 50%; pointer-events: none; z-index: 0; }
.athma-rehab-home-expert-media-orb-one { width: 220px; height: 220px; top: -30px; right: -30px; background: radial-gradient(circle, rgba(24, 93, 155, 0.16) 0%, rgba(24, 93, 155, 0) 70%); animation: athmaExpertOrbFloat 6s ease-in-out infinite; }
.athma-rehab-home-expert-media-orb-two { width: 160px; height: 160px; bottom: 10px; left: -20px; background: radial-gradient(circle, rgba(11, 37, 89, 0.14) 0%, rgba(11, 37, 89, 0) 70%); animation: athmaExpertOrbFloat 7s ease-in-out infinite 0.8s; }
@keyframes athmaExpertOrbFloat {
0%, 100% { transform: translateY(0); }
	50% { transform: translateY(-14px); }
}
.athma-rehab-home-expert-media-main { position: relative; z-index: 1; border-radius: var(--athma-radius-lg); overflow: hidden; box-shadow: 0 24px 60px rgba(11, 37, 89, 0.16); }
.athma-rehab-home-expert-media-main .athma-rehab-home-expert-media-image { aspect-ratio: 4 / 3; object-fit: cover; width: 100%; transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1); }
.athma-rehab-home-expert-media:hover .athma-rehab-home-expert-media-image { transform: scale(1.06); }
.athma-rehab-home-expert-media-badge { position: absolute; z-index: 2; left: -12px; bottom: 20px; display: flex; align-items: center; gap: 12px; background-color: #fff; padding: 14px 20px; border-radius: 8px; box-shadow: 0 20px 40px rgba(11, 37, 89, 0.2); animation: athmaExpertBadgeFloat 3.5s ease-in-out infinite; }
.athma-rehab-home-expert-media-badge-icon { display: flex; align-items: center; justify-content: center; width: 44px; height: 44px; border-radius: 8px; background-color: var(--athma-orange); color: #fff; font-size: 19px; flex-shrink: 0; }
.athma-rehab-home-expert-media-badge-copy { display: flex; flex-direction: column; }
.athma-rehab-home-expert-media-badge-copy strong { color: var(--athma-navy); font-size: 19px; font-weight: 800; line-height: 1.1; }
.athma-rehab-home-expert-media-badge-copy small { color: var(--athma-text-gray); font-size: 11.5px; font-weight: 600; white-space: nowrap; }
@keyframes athmaExpertBadgeFloat {
0%, 100% { transform: translateY(0); }
	50% { transform: translateY(-8px); }
}
.athma-rehab-home-about-section { position: relative; background-image: url('images/who-we-are-bg.webp'); background-size: cover; background-position: center; background-repeat: no-repeat; background-attachment: fixed; padding: 130px 0; isolation: isolate; }
.athma-rehab-home-about-section::before { content: ""; position: absolute; inset: 0; background: linear-gradient(120deg, rgba(8, 26, 64, 0.92) 0%, rgba(11, 37, 89, 0.82) 55%, rgba(11, 37, 89, 0.6) 100%); z-index: -1; }
.athma-rehab-home-about-col { text-align: center; }
.athma-rehab-home-about-icon { display: flex; align-items: center; justify-content: center; width: 60px; height: 60px; border-radius: 50%; margin: 0 auto 22px; background-color: rgba(24, 93, 155, 0.14); border: 1.5px solid rgba(24, 93, 155, 0.4); color: var(--athma-orange); font-size: 23px; animation: athmaAboutIconPulse 2.6s ease-in-out infinite; }
@keyframes athmaAboutIconPulse {
0%, 100% { box-shadow: 0 0 0 0 rgba(24, 93, 155, 0.3); }
	50% { box-shadow: 0 0 0 12px rgba(24, 93, 155, 0); }
}
.athma-rehab-home-about-eyebrow { color: var(--athma-orange); font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; font-size: 14.1px; margin-bottom: 14px; }
.athma-rehab-home-about-title { color: #fff; font-size: 37.4px; font-weight: 500; line-height: 1.3; margin-bottom: 20px; }
.athma-rehab-home-about-text { color: rgba(255, 255, 255, 0.86); font-size: 17.8px; line-height: 1.8; margin: 0 auto 30px; max-width: 620px; }
.athma-rehab-home-about-btn { box-shadow: 0 10px 26px rgba(24, 93, 155, 0.35); }
.athma-rehab-home-features-section { padding: 90px 0 60px; background-color: #fff; }
.athma-rehab-home-features-heading-wrap { margin-bottom: 46px; }
.athma-rehab-home-features-eyebrow { color: var(--athma-orange); font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; font-size: 14.1px; margin-bottom: 10px; }
.athma-rehab-home-features-title { color: var(--athma-navy); font-size: 32.6px; font-weight: 500; }
.athma-rehab-home-features-row { row-gap: 26px; }
.athma-rehab-home-features-card { background-color: var(--athma-bg-light); border-radius: var(--athma-radius-lg); padding: 30px 22px; height: 100%; text-align: center; position: relative; overflow: hidden; transition: transform 0.25s ease, box-shadow 0.25s ease; }
@media (max-width: 576px) {
	.athma-rehab-home-features-card { padding: 18px 12px; }
	.athma-rehab-home-features-icon { width: 44px; height: 44px; font-size: 19px; margin-bottom: 10px; }
	.athma-rehab-home-features-card-title { font-size: 14.5px; margin-bottom: 0; }
	.athma-rehab-home-features-card-text { display: none; }
}
a.btn.athma-btn-primary.athma-btn-slide-text.athma-rehab-home-expert-btn { padding: 9px 16px; }
a.btn.athma-btn-primary.athma-btn-slide-text.athma-rehab-home-about-btn.athma-reveal-item { padding: 10px 14px; }
.athma-rehab-home-features-card::after { content: ""; position: absolute; left: 0; bottom: 0; width: 100%; height: 3px; background-color: var(--athma-orange); transform: scaleX(0); transform-origin: left; transition: transform 0.35s ease; }
.athma-rehab-home-features-card:hover { transform: translateY(-6px); box-shadow: var(--athma-shadow-soft); }
.athma-rehab-home-features-card:hover::after { transform: scaleX(1); }
.athma-rehab-home-features-icon { display: flex; align-items: center; justify-content: center; width: 56px; height: 56px; border-radius: 50%; background-color: #fff; color: var(--athma-orange); font-size: 23px; margin: 0 auto 18px; box-shadow: 0 6px 16px rgba(11, 37, 89, 0.1); transition: transform 0.3s ease, background-color 0.3s ease, color 0.3s ease; }
.athma-rehab-home-features-card:hover .athma-rehab-home-features-icon { background-color: var(--athma-orange); color: #fff; transform: scale(1.1) rotate(-6deg); }
.athma-rehab-home-features-card-title { font-size: 17.8px; font-weight: 600; color: var(--athma-navy); margin-bottom: 10px; }
.athma-rehab-home-features-card-text { font-size: 15.399999999999999px; color: var(--athma-text-gray); margin: 0; line-height: 1.6; }
.athma-rehab-home-features-card-1 { transition-delay: 0s; border: 1px solid #185d9b; }
.athma-rehab-home-features-card-2 { transition-delay: 0.08s; border: 1px solid #185d9b; }
.athma-rehab-home-features-card-3 { transition-delay: 0.16s; border: 1px solid #185d9b; }
.athma-rehab-home-features-card-4 { transition-delay: 0.24s; border: 1px solid #185d9b; }
.athma-rehab-home-programs-section { padding: 70px 0 90px; background-color: #fff; }
.athma-rehab-home-programs-row { row-gap: 36px; }
.athma-rehab-home-programs-media { position: relative; }
.athma-rehab-home-programs-media-frame { position: relative; border-radius: var(--athma-radius-lg); overflow: hidden; box-shadow: 0 24px 60px rgba(11, 37, 89, 0.16); aspect-ratio: 18 / 16; }
.athma-rehab-home-programs-image { width: 100%; height: 100%; object-fit: cover; will-change: transform; }
.athma-rehab-home-programs-eyebrow { color: var(--athma-orange); font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; font-size: 14.1px; margin-bottom: 10px; }
.athma-rehab-home-programs-title { color: var(--athma-navy); font-size: 31px; font-weight: 500; margin-bottom: 12px; }
.athma-rehab-home-programs-text { color: var(--athma-text-gray); margin-bottom: 26px; max-width: 520px; }
.athma-rehab-home-programs-list-row { row-gap: 14px; margin-bottom: 30px; }
.athma-rehab-home-programs-list-item { display: flex; align-items: center; gap: 14px; background-color: var(--athma-bg-light); border-radius: var(--athma-radius-md); padding: 14px 16px; height: 100%; transition: background-color 0.2s ease, transform 0.2s ease; }
.athma-rehab-home-programs-list-item:hover { background-color: var(--athma-navy); transform: translateX(4px); }
.athma-rehab-home-programs-list-item:hover .athma-rehab-home-programs-list-text { color: #fff; }
.athma-rehab-home-programs-list-item:hover .athma-rehab-home-programs-list-text strong { color: #fff; }
.athma-rehab-home-programs-list-item:hover .athma-rehab-home-programs-list-arrow { color: #fff; transform: translateX(3px); }
.athma-rehab-home-programs-list-item:hover .athma-rehab-home-programs-list-icon { color: #fff; }
.athma-rehab-home-programs-list-icon { font-size: 19.8px; color: var(--athma-orange); flex-shrink: 0; display: flex; transition: color 0.2s ease; }
.athma-rehab-home-programs-list-text { display: flex; flex-direction: column; font-size: 14.1px; color: var(--athma-text-gray); flex-grow: 1; }
.athma-rehab-home-programs-list-text strong { font-size: 16px; color: var(--athma-navy); }
.athma-rehab-home-programs-list-arrow { font-size: 19.8px; color: var(--athma-navy); display: flex; transition: color 0.2s ease, transform 0.2s ease; }
a.btn.athma-btn-primary.athma-btn-slide-text.athma-rehab-home-programs-btn { padding: 11px 14px; }
.athma-rehab-home-programs-btn { background-color: var(--athma-navy); background-image: none; box-shadow: 0 10px 24px rgba(11, 37, 89, 0.22); }
.athma-rehab-home-programs-btn:hover { background-color: var(--athma-navy-soft); box-shadow: 0 16px 32px rgba(11, 37, 89, 0.3); }
.athma-rehab-home-journey-section { padding: 40px 0; background-color: var(--athma-bg-light); }
.athma-rehab-home-journey-row { row-gap: 40px; }
.athma-rehab-home-journey-location { display: inline-flex; align-items: center; gap: 8px; color: var(--athma-orange); font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; font-size: 13.5px; margin-bottom: 16px; }
.athma-rehab-home-journey-location strong { color: var(--athma-navy); }
.athma-rehab-home-journey-title { color: var(--athma-navy); font-size: 33px; font-weight: 500; line-height: 1.28; margin-bottom: 16px; }
.athma-rehab-home-journey-title-accent { font-weight: 600; }
.athma-rehab-home-journey-text { color: var(--athma-text-gray); font-size: 16px; line-height: 1.7; margin-bottom: 26px; padding-bottom: 22px; border-bottom: 2px solid var(--athma-orange); display: inline-block; }
.athma-rehab-home-journey-stat { display: flex; align-items: center; gap: 16px; background-color: #fff; border: 1.5px solid rgba(24, 93, 155, 0.3); border-radius: var(--athma-radius-lg); padding: 18px; }
.athma-rehab-home-journey-stat-icon { display: flex; align-items: center; justify-content: center; width: 52px; height: 52px; border-radius: 50%; background-color: var(--athma-orange); color: #fff; font-size: 21px; flex-shrink: 0; }
.athma-rehab-home-journey-stat-copy { display: flex; flex-direction: column; }
.athma-rehab-home-journey-stat-copy strong { color: var(--athma-navy); font-size: 23px; font-weight: 800; line-height: 1.15; }
.athma-rehab-home-journey-stat-copy > span { color: var(--athma-orange); font-weight: 700; font-size: 15px; }
.athma-rehab-home-journey-stat-copy > span small { display: block; color: var(--athma-text-gray); font-weight: 500; font-size: 13px; }
.athma-rehab-home-journey-map-wrap { position: relative; max-width: 640px; margin: 0 auto; }
.athma-rehab-home-journey-map-glow { position: absolute; inset: -8%; z-index: 0; background: radial-gradient(circle at 50% 45%, rgba(24, 93, 155, 0.16) 0%, rgba(24, 93, 155, 0) 60%); pointer-events: none; }
.athma-rehab-home-journey-map-img { position: relative; z-index: 1; width: 100%; filter: drop-shadow(0 20px 40px rgba(24, 93, 155, 0.22)); }
.athma-rehab-home-journey-pin { position: absolute; transform: translate(-50%, -100%); display: flex; flex-direction: column; align-items: center; gap: 4px; background: none; border: none; padding: 0; cursor: pointer; z-index: 2; opacity: 0; transform: translate(-50%, -85%) scale(0.6); transition: opacity 0.4s ease, transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1); }
.athma-rehab-home-journey-pin:hover,
.athma-rehab-home-journey-pin:focus-visible { z-index: 50; }
.athma-rehab-home-journey-pin.is-visible { opacity: 1; transform: translate(-50%, -100%) scale(1); }
.athma-rehab-home-journey-pin-avatar { width: 46px; height: 46px; border-radius: 8px; overflow: hidden; border: 3px solid #fff; box-shadow: 0 8px 18px rgba(11, 37, 89, 0.28); transition: transform 0.2s ease; }
.athma-rehab-home-journey-pin-avatar img { width: 100%; height: 100%; object-fit: cover; }
.athma-rehab-home-journey-pin:hover .athma-rehab-home-journey-pin-avatar,
.athma-rehab-home-journey-pin:focus-visible .athma-rehab-home-journey-pin-avatar { transform: scale(1.1); }
.athma-rehab-home-journey-pin-marker { color: #153476; font-size: 39px; line-height: 1; filter: drop-shadow(0 3px 4px rgba(11, 37, 89, 0.4)); }
.athma-rehab-home-journey-map-img,
.athma-rehab-home-journey-pin-avatar img,
.athma-rehab-home-journey-testimonial-avatar img { image-rendering: -webkit-optimize-contrast; image-rendering: crisp-edges; backface-visibility: hidden; transform: translateZ(0); }
.athma-rehab-home-journey-pin-marker-main { width: 30px; height: 30px; border-radius: 50%; background-color: #fff; display: flex; align-items: center; justify-content: center; box-shadow: 0 8px 20px rgba(11, 37, 89, 0.4); position: relative; }
.athma-rehab-home-journey-pin-marker-main::before { content: ""; width: 12px; height: 12px; border-radius: 50%; background-color: var(--athma-navy); }
.athma-rehab-home-journey-pin-marker-main::after { content: ""; position: absolute; inset: -8px; border-radius: 50%; border: 2px solid var(--athma-navy); opacity: 0.5; animation: athmaJourneyPingRing 2.2s ease-out infinite; }
@keyframes athmaJourneyPingRing {
0% { transform: scale(1); opacity: 0.6; }
	100% { transform: scale(1.9); opacity: 0; }
}
.athma-rehab-home-journey-pin-label { background-color: #fff; color: var(--athma-navy); font-size: 11px; font-weight: 800; letter-spacing: 0.04em; padding: 3px 9px; border-radius: 999px; white-space: nowrap; box-shadow: 0 4px 10px rgba(11, 37, 89, 0.18); }
.athma-rehab-home-journey-pin-label-main { background-color: var(--athma-navy); color: #fff; font-size: 12px; }
.athma-rehab-home-journey-pin-tooltip { position: absolute; bottom: calc(100% + 14px); left: 50%; transform: translate(-50%, 8px) scale(0.92); transform-origin: bottom center; width: 168px; background-color: var(--athma-navy); color: rgba(255, 255, 255, 0.9); font-size: 12.5px; line-height: 1.5; text-align: left; padding: 12px 14px; border-radius: 8px; box-shadow: 0 16px 32px rgba(11, 37, 89, 0.3); opacity: 0; pointer-events: none; z-index: 3; transition: opacity 0.2s ease, transform 0.2s cubic-bezier(0.34, 1.56, 0.64, 1); }
.athma-rehab-home-journey-pin-tooltip strong { display: block; color: var(--athma-orange); font-size: 13px; margin-bottom: 3px; }
.athma-rehab-home-journey-pin-tooltip::after { content: ""; position: absolute; top: 100%; left: 50%; transform: translateX(-50%); width: 0; height: 0; border-left: 7px solid transparent; border-right: 7px solid transparent; border-top: 7px solid var(--athma-navy); }
.athma-rehab-home-journey-pin:hover .athma-rehab-home-journey-pin-tooltip,
.athma-rehab-home-journey-pin:focus-visible .athma-rehab-home-journey-pin-tooltip { opacity: 1; transform: translate(-50%, 0) scale(1); pointer-events: auto; }
.athma-rehab-home-journey-testimonial-panel { background-color: #fff; border-radius: var(--athma-radius-lg); padding: 26px 24px; box-shadow: var(--athma-shadow-soft); }
.athma-rehab-home-journey-testimonial-eyebrow { color: var(--athma-navy); font-size: 18px; font-weight: 700; margin-bottom: 2px; }
.athma-rehab-home-journey-testimonial-title { color: var(--athma-orange); font-size: 18px; font-weight: 500; margin-bottom: 18px; }
.athma-rehab-home-journey-testimonial-list { display: flex; flex-direction: column; gap: 16px; }
.athma-rehab-home-journey-testimonial-list li { display: flex; gap: 12px; align-items: flex-start; }
.athma-rehab-home-journey-testimonial-avatar { width: 40px; height: 40px; border-radius: 50%; overflow: hidden; flex-shrink: 0; }
.athma-rehab-home-journey-testimonial-avatar img { width: 100%; height: 100%; object-fit: cover; }
.athma-rehab-home-journey-testimonial-copy { font-size: 14px; line-height: 1.55; color: var(--athma-text-gray); }
.athma-rehab-home-journey-testimonial-copy strong { display: block; color: var(--athma-orange); font-size: 14.5px; margin-bottom: 2px; }
.athma-rehab-home-journey-bottom-bar { display: flex; align-items: center; justify-content: space-between; gap: 24px; flex-wrap: wrap; background-color: #153360; border-radius: var(--athma-radius-lg); padding: 22px 28px; margin-top: 0px; box-shadow: var(--athma-shadow-soft); }
.athma-rehab-home-journey-bottom-item { display: flex; align-items: center; gap: 14px; }
.athma-rehab-home-journey-bottom-icon { display: flex; align-items: center; justify-content: center; width: 46px; height: 46px; border-radius: 50%; background-color:#ef7d3a; color: #fff; font-size: 17px; flex-shrink: 0; }
.athma-rehab-home-journey-bottom-text { color: #ffffff; font-weight: 500; font-size: 15.5px; white-space: nowrap; }
.athma-rehab-home-journey-bottom-text strong { color: var(--athma-orange); }
.athma-rehab-home-journey-bottom-note { color: #e0ecff; font-size: 14.5px; margin: 0; text-align: center; flex: 1; }
.athma-rehab-home-journey-bottom-cta { display: flex; align-items: center; gap: 12px; background-color: var(--athma-orange); background-image: linear-gradient(135deg, var(--athma-orange) 0%, var(--athma-orange-dark) 100%); color: #fff; padding: 12px 22px; border-radius: var(--athma-radius-btn); box-shadow: 0 10px 24px rgba(24, 93, 155, 0.32); transition: transform 0.2s ease, box-shadow 0.2s ease; }
.athma-rehab-home-journey-bottom-cta:hover { color: #fff; transform: translateY(-2px); box-shadow: 0 16px 32px rgba(24, 93, 155, 0.42); }
.athma-rehab-home-journey-bottom-cta-icon { display: flex; align-items: center; justify-content: center; width: 34px; height: 34px; border-radius: 50%; background-color: rgba(255, 255, 255, 0.2); font-size: 14px; flex-shrink: 0; }
.athma-rehab-home-journey-bottom-cta-copy { display: flex; flex-direction: column; font-weight: 700; font-size: 15.5px; white-space: nowrap; }
.athma-rehab-home-journey-bottom-cta-copy small { font-weight: 500; font-size: 12px; opacity: 0.85; }
@media (max-width: 768px) {
	.athma-rehab-home-journey-map-wrap { max-width: 400px; }
	.athma-rehab-home-journey-pin-avatar { width: 34px; height: 34px; border-width: 2px; }
	.athma-rehab-home-journey-pin-marker { font-size: 28px; }
	.athma-rehab-home-journey-pin-marker-main { width: 22px; height: 22px; }
	.athma-rehab-home-journey-pin-marker-main::before { width: 9px; height: 9px; }
	.athma-rehab-home-journey-pin-label { font-size: 8.5px; padding: 2px 6px; }
	.athma-rehab-home-journey-pin-label-main { font-size: 9px; }
	.athma-rehab-home-journey-pin-tooltip { width: 130px; padding: 9px 10px; font-size: 11px; }
	.athma-rehab-home-journey-bottom-bar { flex-direction: column; align-items: stretch; text-align: center; padding: 22px; gap: 16px; }
	.athma-rehab-home-journey-bottom-item { justify-content: center; }
	.athma-rehab-home-journey-bottom-text { white-space: normal; }
	.athma-rehab-home-journey-bottom-cta { justify-content: center; }
}
.athma-rehab-home-footer-section { background-color: #153360; padding: 56px 0 0; position: relative; }
.athma-rehab-home-footer-row { row-gap: 32px; }
.athma-rehab-home-footer-col-brand { padding-right: 30px; }
.athma-rehab-home-footer-brand { display: inline-flex; margin-bottom: 14px; }
.athma-rehab-home-footer-logo { width: 160px; height: auto; }
.athma-rehab-home-footer-about-text { color: rgba(255, 255, 255, 0.65); font-size: 14.8px; line-height: 1.7; margin-bottom: 18px; max-width: 400px; }
.athma-rehab-home-footer-social-list { display: flex; gap: 12px; }
.athma-rehab-home-footer-social-list a { display: flex; align-items: center; justify-content: center; width: 34px; height: 34px; border-radius: 50%; background-color: rgba(255, 255, 255, 0.08); color: #fff; font-size: 15.399999999999999px; transition: background-color 0.2s ease; }
.athma-rehab-home-footer-social-list a:hover { background-color: var(--athma-orange); }
.athma-rehab-home-footer-heading { color: #fff; font-size: 16.5px; font-weight: 600; margin-bottom: 16px; }
.athma-rehab-home-footer-link-list li { margin-bottom: 11px; }
.athma-rehab-home-footer-link-list a { display: inline-flex; align-items: center; gap: 7px; color: rgba(255, 255, 255, 0.65); font-size: 14.8px; transition: color 0.2s ease; }
.athma-rehab-home-footer-link-list a:hover { color: var(--athma-orange); }
.athma-rehab-home-footer-link-tag { font-size: 10.5px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.03em; padding: 2px 7px; border-radius: 999px; background-color: var(--athma-orange); color: #fff; }
.athma-rehab-home-footer-contact-bar { display: flex; flex-wrap: wrap; align-items: center; gap: 20px 32px; margin-top: 36px; padding-top: 26px; border-top: 1px solid rgba(255, 255, 255, 0.1); }
.athma-rehab-home-footer-contact-bar-heading { color: #fff; font-size: 16.5px; font-weight: 600; margin: 0; flex-shrink: 0; }
.athma-rehab-home-footer-contact-list { display: flex; flex-wrap: wrap; gap: 18px 30px; }
.athma-rehab-home-footer-contact-list li { display: flex; align-items: center; gap: 9px; color: rgba(255, 255, 255, 0.65); font-size: 14.5px; }
.athma-rehab-home-footer-contact-list li i { font-size: 17px; color: var(--athma-orange); flex-shrink: 0; }
.athma-rehab-home-footer-contact-list a { color: rgba(255, 255, 255, 0.65); }
.athma-rehab-home-footer-contact-list a:hover { color: var(--athma-orange); }
.athma-rehab-home-footer-bottom { border-top: 1px solid rgba(255, 255, 255, 0.1); margin-top: 26px; padding: 18px 0; }
.athma-rehab-home-footer-bottom p { color: rgba(255, 255, 255, 0.55); font-size: 14.1px; margin: 0; text-align: center; }
.athma-rehab-whatsapp-widget { position: fixed; bottom: 108px; right: 24px; left: auto; z-index: 1150; }
.athma-rehab-whatsapp-launcher { width: 60px; height: 60px; border-radius: 50%; border: none; background-color: #25d366; color: #fff; font-size: 29px; display: flex; align-items: center; justify-content: center; cursor: pointer; box-shadow: 0 12px 28px rgba(37, 211, 102, 0.45); animation: athmaWhatsappPulse 2.6s ease-in-out infinite; transition: transform 0.25s ease; }
.athma-rehab-whatsapp-launcher:hover { transform: scale(1.08); }
.athma-rehab-whatsapp-launcher:focus { outline: none; }
.athma-rehab-whatsapp-widget.is-open .athma-rehab-whatsapp-launcher { display: none; }
@keyframes athmaWhatsappPulse {
0%, 100% { box-shadow: 0 12px 28px rgba(37, 211, 102, 0.45), 0 0 0 0 rgba(37, 211, 102, 0.4); }
	50% { box-shadow: 0 12px 28px rgba(37, 211, 102, 0.45), 0 0 0 12px rgba(37, 211, 102, 0); }
}
.athma-rehab-whatsapp-panel { position: absolute; bottom: 0; right: 0; left: auto; width: 300px; background-color: #fff; border-radius: 8px; overflow: hidden; box-shadow: 0 24px 56px rgba(11, 37, 89, 0.24); opacity: 0; transform: translateY(16px) scale(0.96); pointer-events: none; transition: opacity 0.22s ease, transform 0.22s cubic-bezier(0.34, 1.56, 0.64, 1); }
.athma-rehab-whatsapp-widget.is-open .athma-rehab-whatsapp-panel { opacity: 1; transform: translateY(0) scale(1); pointer-events: auto; }
.athma-rehab-whatsapp-panel-header { display: flex; align-items: center; gap: 10px; background-color: #25d366; padding: 14px 16px; }
.athma-rehab-whatsapp-panel-icon { width: 36px; height: 36px; border-radius: 50%; background-color: rgba(255, 255, 255, 0.22); color: #fff; display: flex; align-items: center; justify-content: center; font-size: 17px; flex-shrink: 0; }
.athma-rehab-whatsapp-panel-header-text { display: flex; flex-direction: column; flex-grow: 1; }
.athma-rehab-whatsapp-panel-header-text strong { color: #fff; font-size: 15px; font-weight: 800; }
.athma-rehab-whatsapp-panel-header-text small { color: rgba(255, 255, 255, 0.85); font-size: 12px; }
.athma-rehab-whatsapp-panel-close { width: 28px; height: 28px; border-radius: 50%; border: none; background-color: rgba(255, 255, 255, 0.2); color: #fff; display: flex; align-items: center; justify-content: center; flex-shrink: 0; cursor: pointer; }
.athma-rehab-whatsapp-panel-body { padding: 12px; display: flex; flex-direction: column; gap: 8px; }
.athma-rehab-whatsapp-contact { display: flex; align-items: center; gap: 10px; padding: 10px; border-radius: 8px; border: 1.5px solid var(--athma-border-light); text-decoration: none; transition: background-color 0.2s ease, border-color 0.2s ease; }
.athma-rehab-whatsapp-contact:hover { background-color: #f0fdf5; border-color: #25d366; }
.athma-rehab-whatsapp-contact-icon { width: 34px; height: 34px; border-radius: 50%; background-color: #e9fbf0; color: #25d366; display: flex; align-items: center; justify-content: center; font-size: 16px; flex-shrink: 0; }
.athma-rehab-whatsapp-contact-copy { display: flex; flex-direction: column; flex-grow: 1; }
.athma-rehab-whatsapp-contact-copy strong { color: var(--athma-navy); font-size: 14px; }
.athma-rehab-whatsapp-contact-copy small { color: var(--athma-text-gray); font-size: 12px; }
.athma-rehab-whatsapp-contact-arrow { color: var(--athma-text-gray); font-size: 17px; flex-shrink: 0; }
.athma-rehab-chatbot { position: fixed; bottom: 24px; right: 24px; z-index: 1200; }
.athma-rehab-chatbot-launcher-wrap { position: relative; display: flex; align-items: center; gap: 10px; }
.athma-rehab-chatbot.is-open .athma-rehab-chatbot-launcher-wrap { display: none; }
.athma-rehab-chatbot-launcher-bubble { background-color: #fff; color: var(--athma-navy); font-size: 11px; line-height: 1.4; padding: 10px 14px; border-radius: 8px; box-shadow: 0 12px 28px rgba(11, 37, 89, 0.2); max-width: 168px; position: relative; animation: athmaChatbotBubbleFloat 3s ease-in-out infinite; }
.athma-rehab-chatbot-launcher-bubble strong { display: block; color: var(--athma-orange); font-size: 12px; margin-bottom: 2px; }
.athma-rehab-chatbot-launcher-bubble::after { content: ""; position: absolute; top: 50%; right: -6px; transform: translateY(-50%); width: 0; height: 0; border-top: 7px solid transparent; border-bottom: 7px solid transparent; border-left: 7px solid #fff; }
@keyframes athmaChatbotBubbleFloat {
0%, 100% { transform: translateY(0); }
	50% { transform: translateY(-5px); }
}
.athma-rehab-chatbot-launcher { position: relative; width: 68px; height: 68px; border-radius: 50%; border: none; background-color: #fff; padding: 4px; display: flex; align-items: center; justify-content: center; cursor: pointer; box-shadow: 0 12px 28px rgba(24, 93, 155, 0.45); animation: athmaChatbotPulse 2.6s ease-in-out infinite; transition: transform 0.25s ease; }
.athma-rehab-chatbot-launcher:hover { transform: scale(1.08); }
.athma-rehab-chatbot-launcher:focus { outline: none; }
.athma-rehab-chatbot-launcher-gif { width: 100%; height: 100%; border-radius: 50%; object-fit: cover; }
@keyframes athmaChatbotPulse {
0%, 100% { box-shadow: 0 12px 28px rgba(24, 93, 155, 0.45), 0 0 0 0 rgba(24, 93, 155, 0.4); }
	50% { box-shadow: 0 12px 28px rgba(24, 93, 155, 0.45), 0 0 0 12px rgba(24, 93, 155, 0); }
}
.athma-rehab-chatbot-launcher-badge { position: absolute; top: 0px; right: 0px; width: 22px; height: 22px; border-radius: 50%; background-color: var(--athma-navy); color: #fff; font-size: 10px; font-weight: 800; display: flex; align-items: center; justify-content: center; border: 2.5px solid #fff; }
.athma-rehab-chatbot-panel { position: fixed; bottom: 24px; right: 24px; width: 380px; max-height: min(640px, calc(100vh - 48px)); display: flex; flex-direction: column; background-color: #fff; border-radius: 8px; overflow: hidden; box-shadow: 0 30px 70px rgba(11, 37, 89, 0.28); opacity: 0; transform: translateY(24px) scale(0.96); pointer-events: none; transition: opacity 0.25s ease, transform 0.25s cubic-bezier(0.34, 1.56, 0.64, 1); }
.athma-rehab-chatbot.is-open .athma-rehab-chatbot-panel { opacity: 1; transform: translateY(0) scale(1); pointer-events: auto; }
.athma-rehab-chatbot-header { display: flex; align-items: center; gap: 12px; background-color: #153360; padding: 16px 18px; flex-shrink: 0; }
.athma-rehab-chatbot-header-avatar { width: 44px; height: 44px; border-radius: 50%; overflow: hidden; background-color: #fff; flex-shrink: 0; }
.athma-rehab-chatbot-header-avatar img { width: 100%; height: 100%; object-fit: cover; }
.athma-rehab-chatbot-header-text { display: flex; flex-direction: column; flex-grow: 1; min-width: 0; }
.athma-rehab-chatbot-header-text strong { color: #fff; font-size: 16.5px; font-weight: 800; }
.athma-rehab-chatbot-header-text small { color: rgba(255, 255, 255, 0.85); font-size: 13px; }
.athma-rehab-chatbot-header-status { display: flex; align-items: center; gap: 5px; color: #dff5ff; font-size: 12.5px; font-weight: 600; margin-top: 2px; }
.athma-rehab-chatbot-online-dot { width: 7px; height: 7px; border-radius: 50%; background-color: #4ade80; box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.3); }
.athma-rehab-chatbot-close { position: relative; z-index: 5; width: 32px; height: 32px; border-radius: 50%; border: none; background-color: rgba(255, 255, 255, 0.16); color: #fff; display: flex; align-items: center; justify-content: center; flex-shrink: 0; font-size: 14px; cursor: pointer; transition: background-color 0.2s ease; }
.athma-rehab-chatbot-close:hover { background-color: rgba(255, 255, 255, 0.28); }
.athma-rehab-chatbot-body { background-color: #fbfbfd; background-image: url('images/chatbot-bg-pattern.webp'); background-repeat: repeat; background-size: 220px; flex-grow: 1; overflow-y: auto; padding: 18px; display: flex; flex-direction: column; gap: 14px; }
.athma-rehab-chatbot-message { display: flex; align-items: flex-start; gap: 8px; }
.athma-rehab-chatbot-message-avatar { width: 30px; height: 30px; border-radius: 50%; overflow: hidden; flex-shrink: 0; }
.athma-rehab-chatbot-message-avatar img { width: 100%; height: 100%; object-fit: cover; }
.athma-rehab-chatbot-message-bubble { background-color: #fff; border: 1px solid var(--athma-border-light); border-radius: 8px 8px 8px 3px; padding: 12px 14px; max-width: 82%; }
.athma-rehab-chatbot-message-bubble p { color: var(--athma-text-dark); font-size: 14.5px; line-height: 1.55; margin: 0 0 6px; }
.athma-rehab-chatbot-message-bubble p strong { color: var(--athma-orange); }
.athma-rehab-chatbot-message-time { display: flex; align-items: center; gap: 4px; color: #2563eb; font-size: 11.5px; font-weight: 600; }
.athma-rehab-chatbot-message-user { flex-direction: row-reverse; }
.athma-rehab-chatbot-message-user .athma-rehab-chatbot-message-bubble { background-color: var(--athma-orange); border: none; border-radius: 8px 8px 3px 8px; }
.athma-rehab-chatbot-message-user .athma-rehab-chatbot-message-bubble p { color: #fff; }
.athma-rehab-chatbot-message-user .athma-rehab-chatbot-message-time { color: rgba(255, 255, 255, 0.8); }
.athma-rehab-chatbot-message-user .athma-rehab-chatbot-message-time i { color: #93c5fd; }
.athma-rehab-chatbot-menu { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.athma-rehab-chatbot-menu-item { display: flex; align-items: center; gap: 8px; background-color: #fff; border: 1.5px solid rgba(24, 93, 155, 0.28); border-radius: 8px; padding: 11px 12px; color: var(--athma-text-dark); font-size: 13.5px; font-weight: 600; text-align: left; cursor: pointer; transition: border-color 0.2s ease, background-color 0.2s ease, transform 0.2s ease; }
.athma-rehab-chatbot-menu-item:hover { background-color: #eaf3fb; border-color: var(--athma-orange); transform: translateY(-2px); }
.athma-rehab-chatbot-menu-item-wide { grid-column: 1 / -1; justify-content: center; }
.athma-rehab-chatbot-menu-icon { display: flex; align-items: center; justify-content: center; width: 30px; height: 30px; border-radius: 50%; background-color: rgba(24, 93, 155, 0.12); color: var(--athma-orange); font-size: 14.5px; flex-shrink: 0; }
.athma-rehab-chatbot-answer-list { list-style: none; margin: 8px 0 0; padding: 0; display: flex; flex-direction: column; gap: 6px; }
.athma-rehab-chatbot-answer-list li { display: flex; align-items: center; gap: 8px; font-size: 13.5px; }
.athma-rehab-chatbot-answer-list li i { color: var(--athma-orange); font-size: 16px; flex-shrink: 0; }
.athma-rehab-chatbot-answer-list-doctors li { align-items: flex-start; flex-direction: row; }
.athma-rehab-chatbot-answer-list-doctors li i { margin-top: 2px; }
.athma-rehab-chatbot-answer-list-doctors li span { display: flex; flex-direction: column; line-height: 1.4; }
.athma-rehab-chatbot-answer-list-doctors li span strong { color: var(--athma-navy); font-size: 14px; }
.athma-rehab-chatbot-answer-list-doctors li span small { color: var(--athma-text-gray); font-size: 12px; }
.athma-rehab-chatbot-answer-list-doctors li span em { color: var(--athma-orange); font-style: normal; font-weight: 600; font-size: 12.5px; margin-top: 1px; }
.athma-rehab-chatbot-answer-btn-row { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 10px; }
.athma-rehab-chatbot-answer-btn { display: inline-flex; align-items: center; gap: 6px; background-color: var(--athma-orange); color: #fff; font-size: 13px; font-weight: 700; padding: 8px 14px; border-radius: 999px; text-decoration: none; transition: background-color 0.2s ease, transform 0.2s ease; }
.athma-rehab-chatbot-answer-btn:hover { background-color: var(--athma-orange-dark); color: #fff; transform: translateY(-1px); }
.athma-rehab-chatbot-answer-btn-whatsapp { background-color: #25d366; }
.athma-rehab-chatbot-answer-btn-whatsapp:hover { background-color: #1eb857; }
.athma-rehab-chatbot-map-embed { margin-top: 10px; border-radius: 8px; overflow: hidden; border: 1px solid var(--athma-border-light); }
.athma-rehab-chatbot-map-embed iframe { display: block; width: 100%; }
.athma-rehab-chatbot-input-row { display: flex; align-items: center; gap: 10px; padding: 12px 14px; border-top: 1px solid var(--athma-border-light); flex-shrink: 0; }
.athma-rehab-chatbot-input { flex-grow: 1; border: 1.5px solid var(--athma-border-light); background-color: var(--athma-bg-light); border-radius: 999px; padding: 10px 16px; font-size: 14.5px; font-family: var(--athma-font-body); color: var(--athma-text-dark); transition: border-color 0.2s ease, background-color 0.2s ease; }
.athma-rehab-chatbot-input:focus { outline: none; border-color: var(--athma-orange); background-color: #fff; }
.athma-rehab-chatbot-send { width: 38px; height: 38px; border-radius: 50%; border: none; background-color: var(--athma-orange); color: #fff; display: flex; align-items: center; justify-content: center; font-size: 16px; flex-shrink: 0; cursor: pointer; transition: background-color 0.2s ease, transform 0.2s ease; }
.athma-rehab-chatbot-send:hover { background-color: var(--athma-orange-dark); transform: scale(1.06); }
.athma-rehab-chatbot-footer { display: flex; align-items: center; justify-content: center; gap: 8px; padding: 10px; color: var(--athma-text-gray); font-size: 12px; border-top: 1px solid var(--athma-border-light); flex-shrink: 0; }
.athma-rehab-chatbot-footer-logo { height: 18px; width: auto; }
.athma-rehab-home-faq-section { padding: 90px 0; background-color: #fff; }
.athma-rehab-home-faq-heading-wrap { max-width: 640px; margin: 0 auto 46px; }
.athma-rehab-home-faq-eyebrow { color: var(--athma-orange); font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; font-size: 14px; margin-bottom: 10px; }
.athma-rehab-home-faq-title { color: var(--athma-navy); font-size: 33px; font-weight: 500; }
.athma-rehab-home-faq-title-accent { font-weight: 600; }
.athma-rehab-home-faq-list { max-width: 800px; margin: 0 auto; display: flex; flex-direction: column; gap: 14px; }
.athma-rehab-home-faq-item { background-color: var(--athma-bg-light); border-radius: var(--athma-radius-lg); overflow: hidden; border: 1.5px solid transparent; transition: border-color 0.2s ease; }
.athma-rehab-home-faq-item.is-open { border-color: rgba(24, 93, 155, 0.35); background-color: #fff; box-shadow: var(--athma-shadow-soft); }
.athma-rehab-home-faq-question { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 16px; background: none; border: none; padding: 24px 28px; text-align: left; cursor: pointer; color: var(--athma-navy); font-size: 16px; font-weight: 800; }
.athma-rehab-home-faq-question i { flex-shrink: 0; width: 34px; height: 34px; display: flex; align-items: center; justify-content: center; border-radius: 50%; background-color: rgba(24,93,155,0.1); font-size: 19px; color: var(--athma-orange); transition: transform 0.25s ease, background-color 0.25s ease; }
.athma-rehab-home-faq-item.is-open .athma-rehab-home-faq-question i { transform: rotate(45deg); background-color: var(--athma-orange); color: #fff; }
.athma-rehab-home-faq-answer { max-height: 0; overflow: hidden; transition: max-height 0.35s ease, padding 0.35s ease; padding: 0 28px; }
.athma-rehab-home-faq-item.is-open .athma-rehab-home-faq-answer { max-height: 400px; padding: 0 28px 26px; }
.athma-rehab-home-faq-answer p { color: var(--athma-text-gray); font-size: 16px; line-height: 1.75; margin: 0; }
.athma-rehab-home-faq-item { border-width: 2px; }
.athma-rehab-home-faq-item.is-open { box-shadow: 0 20px 44px rgba(11,37,89,0.1); }
.athma-rehab-home-cta-section { position: relative; background-image: url('images/all-cta-bg.webp'); background-size: cover; background-position: center; background-repeat: no-repeat; padding: 110px 0; isolation: isolate; }
.athma-rehab-home-cta-section::before { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg, rgba(11,37,89,0.88) 0%, rgba(11,37,89,0.82) 100%); }
.athma-rehab-home-cta-eyebrow { color: var(--athma-orange); font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; font-size: 14px; margin-bottom: 14px; }
.athma-rehab-home-cta-title { color: #fff; font-size: 36px; font-weight: 500; line-height: 1.3; margin-bottom: 18px; }
.athma-rehab-home-cta-title-accent { font-weight: 600; }
.athma-rehab-home-cta-text { color: rgba(255,255,255,0.78); font-size: 17px; line-height: 1.7; max-width: 560px; margin: 0 auto 34px; }
.athma-rehab-home-cta-btn-row { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 26px; }
.athma-rehab-home-cta-btn { padding: 16px 30px; font-size: 16.5px; }
.athma-rehab-home-cta-call { display: flex; align-items: center; gap: 12px; color: #fff; font-weight: 700; font-size: 16px; }
.athma-rehab-home-cta-call-icon { width: 46px; height: 46px; border-radius: 50%; background-color: rgba(255,255,255,0.12); color: var(--athma-orange); display: flex; align-items: center; justify-content: center; font-size: 18px; flex-shrink: 0; }
.athma-rehab-home-cta-call span { display: flex; flex-direction: column; }
.athma-rehab-home-cta-call small { font-weight: 400; color: rgba(255,255,255,0.65); font-size: 13px; }
.athma-rehab-home-cta-call-whatsapp .athma-rehab-home-cta-call-icon { background-color: #25d366; color: #fff; }
@media (max-width: 768px) { .athma-rehab-home-cta-section { padding: 56px 0; } .athma-rehab-home-cta-title { font-size: 25px; } .athma-rehab-home-cta-btn { padding: 12px 22px; font-size: 14px; } .athma-therapy-hero-btn { padding: 11px 20px; font-size: 13.5px; }
.athma-rehab-contact-branch-image {  height: 121%;  }}

/* =============== Leadership (redesigned: no ring, no next button, larger photo) ============== */
.athma-rehab-home-leadership-section { padding: 90px 0; background-color: var(--athma-navy); background-image: linear-gradient(115deg, rgba(8,26,64,0.94) 0%, rgba(11,37,89,0.88) 45%, rgba(11,37,89,0.72) 100%), url('images/leadership-bg.webp'); background-size: cover; background-position: center; background-repeat: no-repeat; position: relative; overflow: hidden; }
.athma-rehab-home-leadership-row { row-gap: 40px; }
.athma-rehab-home-leadership-col-photo { text-align: center; }
.athma-rehab-home-leadership-photo-wrap { position: relative; max-width: 400px; margin: 0 auto; }
.athma-rehab-home-leadership-photo { width: 320px; height: 320px; max-width: 100%; margin: 0 auto 22px; border-radius: 50%; object-fit: cover; display: block; box-shadow: 0 30px 60px rgba(0,0,0,0.35); transition: opacity 0.2s ease; }
.athma-rehab-home-leadership-name { color: #fff; font-size: 21px; font-weight: 800; margin-bottom: 4px; }
.athma-rehab-home-leadership-role { color: var(--athma-orange); font-size: 15px; font-weight: 700; margin-bottom: 14px; }
.athma-rehab-home-leadership-dots { display: flex; align-items: center; justify-content: center; gap: 6px; }
.athma-rehab-home-leadership-dots span { width: 7px; height: 7px; border-radius: 50%; background-color: rgba(255,255,255,0.3); transition: background-color 0.2s ease, transform 0.2s ease; cursor: pointer; }
.athma-rehab-home-leadership-dots span.is-active { background-color: var(--athma-orange); transform: scale(1.3); }
.athma-rehab-home-leadership-eyebrow { color: var(--athma-orange); font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; font-size: 14px; margin-bottom: 12px; position: relative; padding-left: 24px; }
.athma-rehab-home-leadership-eyebrow::before { content: ""; position: absolute; left: 0; top: 50%; transform: translateY(-50%); width: 16px; height: 2px; background-color: var(--athma-orange); }
.athma-rehab-home-leadership-title { color: #fff; font-size: 35px; font-weight: 500; line-height: 1.3; margin-bottom: 20px; }
.athma-rehab-home-leadership-title-accent { font-weight: 600; }
.athma-rehab-home-leadership-text { color: rgba(255,255,255,0.75); font-size: 16.5px; line-height: 1.75; margin-bottom: 18px; max-width: 560px; }
.athma-rehab-home-leadership-btn { margin-top: 10px; }
@media (max-width: 768px) { .athma-rehab-home-leadership-section { padding: 56px 0; } .athma-rehab-home-leadership-title { font-size: 25px; } .athma-rehab-home-leadership-photo { width: 220px; height: 220px; } }

.athma-rehab-home-programs-grid-section { padding: 90px 0; background-color: #fff; position: relative; isolation: isolate; }
.athma-rehab-home-programs-grid-heading-wrap { max-width: 700px; margin: 0 auto 46px; }
.athma-rehab-home-programs-grid-eyebrow { display: inline-flex; align-items: center; gap: 10px; color: var(--athma-orange); font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; font-size: 14px; margin-bottom: 14px; }
.athma-rehab-home-programs-grid-eyebrow::before, .athma-rehab-home-programs-grid-eyebrow::after { content: ""; width: 24px; height: 1.5px; background-color: var(--athma-orange); }
.athma-rehab-home-programs-grid-title { color: var(--athma-navy); font-size: 33px; font-weight: 500; font-family: Georgia, serif; }
.athma-rehab-home-programs-grid-title-accent { font-weight: 600; }
.athma-rehab-home-programs-grid-row { row-gap: 24px; }
.athma-rehab-home-programs-grid-card { background-color: #fff; border-radius: var(--athma-radius-lg); padding: 16px; height: 100%; box-shadow: var(--athma-shadow-soft); transition: transform 0.25s ease, box-shadow 0.25s ease; }
.athma-rehab-home-programs-grid-card:hover { transform: translateY(-6px); box-shadow: 0 20px 44px rgba(11,37,89,0.14); }
.athma-rehab-home-programs-grid-img { width: 100%; aspect-ratio: 4/3; object-fit: cover; border-radius: var(--athma-radius-md); margin-bottom: 14px; }
.athma-rehab-home-programs-grid-card-title { color: var(--athma-navy); font-size: 16.5px; font-weight: 500; margin-bottom: 6px; }
.athma-rehab-home-programs-grid-card-text { color: var(--athma-text-gray); font-size: 14px; line-height: 1.5; margin: 0; }
@media (max-width: 768px) { .athma-rehab-home-programs-grid-section { padding: 56px 0; } .athma-rehab-home-programs-grid-title { font-size: 23px; } }

.athma-rehab-home-process-section { padding: 70px 0 50px; background-color: #fff; position: relative; isolation: isolate; }
.athma-rehab-home-testimonials-section { padding: 70px 0; background-color: #f6f8fc; background-image: linear-gradient(rgba(255,255,255,0.35), rgba(255,255,255,0.35)), url('images/testimonials-bg.webp'); background-size: cover; background-position: center top; background-repeat: no-repeat; background-attachment: scroll; position: relative; isolation: isolate; }
.athma-rehab-home-testimonials-section .athma-rehab-home-process-eyebrow { color: #fff; font-weight: 700; text-shadow: 0 2px 10px rgba(11,37,89,0.45); }
.athma-rehab-home-process-eyebrow { color: var(--athma-navy); font-weight: 800; letter-spacing: 0.06em; text-transform: uppercase; font-size: 14px; margin-bottom: 26px; }
.athma-rehab-home-process-testimonial-eyebrow { margin-top: 50px; margin-bottom: 26px; }
.athma-rehab-home-process-row { row-gap: 16px; }
.athma-rehab-home-process-card { background-color: #fff; border-radius: var(--athma-radius-lg); overflow: hidden; box-shadow: var(--athma-shadow-soft); height: 100%; border: 1.5px solid var(--athma-border-light); transition: transform 0.25s ease, box-shadow 0.25s ease; }
.athma-rehab-home-process-card:hover { transform: translateY(-6px); box-shadow: 0 20px 40px rgba(11,37,89,0.14); }
.athma-rehab-home-process-img { width: 100%; aspect-ratio: 4/3; object-fit: cover; }
.athma-rehab-home-process-label { margin: 0; padding: 16px 14px; font-size: 16px; font-weight: 800; line-height: 1.4; color: var(--athma-navy); background-color: var(--athma-bg-light); text-align: center; }
.athma-rehab-home-process-eyebrow { font-size: 16px; }

.athma-rehab-home-recovery-grid-section { padding: 80px 0; background-color: var(--athma-bg-light); position: relative; isolation: isolate; }
.athma-rehab-home-recovery-grid-row { row-gap: 32px; }
.athma-rehab-home-recovery-grid-eyebrow { color: var(--athma-orange); font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; font-size: 13.5px; margin-bottom: 10px; }
.athma-rehab-home-recovery-grid-title { color: var(--athma-navy); font-size: 27px; font-weight: 500; line-height: 1.3; margin-bottom: 12px; }
.athma-rehab-home-recovery-grid-text { color: var(--athma-text-gray); font-size: 15.5px; line-height: 1.6; margin-bottom: 20px; }
.athma-rehab-home-recovery-grid-viewall { display: inline-flex; align-items: center; gap: 8px; color: var(--athma-navy); font-weight: 700; font-size: 15px; }
.athma-rehab-home-recovery-grid-viewall i { color: var(--athma-orange); }
.athma-rehab-home-recovery-grid-cards-row { row-gap: 14px; }
.athma-rehab-home-recovery-grid-card { display: block; position: relative; background-color: #fff; border-radius: var(--athma-radius-md); overflow: hidden; box-shadow: var(--athma-shadow-soft); transition: transform 0.2s ease, box-shadow 0.2s ease; }
.athma-rehab-home-recovery-grid-card:hover { transform: translateY(-4px); box-shadow: 0 16px 34px rgba(11,37,89,0.14); }
.athma-rehab-home-recovery-grid-card-img { width: 100%; aspect-ratio: 16/9; object-fit: cover; }
.athma-rehab-home-recovery-grid-card-icon { position: absolute; top: 10px; left: 10px; width: 30px; height: 30px; border-radius: 50%; background-color: #fff; color: var(--athma-orange); display: flex; align-items: center; justify-content: center; font-size: 13px; box-shadow: var(--athma-shadow-soft); }
.athma-rehab-home-recovery-grid-card-copy { padding: 10px 12px; }
.athma-rehab-home-recovery-grid-card-copy strong { display: block; color: var(--athma-navy); font-size: 13.5px; margin-bottom: 2px; }
.athma-rehab-home-recovery-grid-card-copy small { color: var(--athma-text-gray); font-size: 11.5px; line-height: 1.3; }
@media (max-width: 768px) { .athma-rehab-home-recovery-grid-section { padding: 50px 0; } .athma-rehab-home-recovery-grid-title { font-size: 21px; } }
 
/* ================= Facilities Page ================= */
.athma-rehab-facilities-hero-section { position: relative; background-image: url('images/facilities-hero-bg.webp'); background-size: cover; background-position: center; background-repeat: no-repeat; padding: 150px 0 80px; isolation: isolate; }
.athma-rehab-facilities-hero-section::before { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(72deg, rgba(8,26,64,0.92) 0%, rgba(11,37,89,0.46) 19%, rgba(11,37,89,0.7) 100%); }
.athma-rehab-facilities-hero-eyebrow { color: var(--athma-orange); font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; font-size: 14px; margin-bottom: 14px; }
.athma-rehab-facilities-hero-title { color: #fff; font-size: 41px; font-weight: 500; line-height: 1.28; margin-bottom: 18px; }
.athma-rehab-facilities-hero-title-accent { font-weight: 600; }
.athma-rehab-facilities-hero-text { color: rgba(255,255,255,0.78); font-size: 17px; line-height: 1.7; max-width: 500px; }
.athma-rehab-facilities-grid-section { padding: 20px 0 80px; background-color: var(--athma-bg-light); }
.athma-rehab-facilities-grid-row { row-gap: 20px; }
.athma-rehab-facilities-grid-card { background-color: #fff; border-radius: var(--athma-radius-lg); overflow: hidden; height: 100%; box-shadow: var(--athma-shadow-soft); transition: transform 0.25s ease, box-shadow 0.25s ease; }
.athma-rehab-facilities-grid-card:hover { transform: translateY(-6px); box-shadow: 0 20px 44px rgba(11,37,89,0.14); }
.athma-rehab-facilities-grid-img { width: 100%; aspect-ratio: 4/3; object-fit: cover; }
.athma-rehab-facilities-grid-card-body { display: flex; align-items: flex-start; gap: 10px; padding: 14px; }
.athma-rehab-facilities-grid-icon { width: 34px; height: 34px; border-radius: 50%; background-color: var(--athma-orange); color: #fff; display: flex; align-items: center; justify-content: center; font-size: 14px; flex-shrink: 0; }
.athma-rehab-facilities-grid-card-body strong { display: block; color: var(--athma-navy); font-size: 14.5px; font-weight: 700; margin-bottom: 2px; }
.athma-rehab-facilities-grid-card-body small { color: var(--athma-text-gray); font-size: 12.5px; line-height: 1.4; }
.athma-rehab-facilities-detail-section { padding: 70px 0; background-color: #fff; }
.athma-rehab-facilities-detail-section-alt { background-color: var(--athma-bg-light); }
.athma-rehab-facilities-detail-row { row-gap: 36px; }
.athma-rehab-facilities-detail-media { border-radius: var(--athma-radius-lg); overflow: hidden; box-shadow: 0 24px 60px rgba(11,37,89,0.16); aspect-ratio: 6/5; opacity: 0; transform: translateX(-40px); transition: opacity 0.6s ease, transform 0.6s ease; }
.athma-rehab-facilities-detail-section-alt .athma-rehab-facilities-detail-media { transform: translateX(40px); }
.athma-rehab-facilities-detail-media.is-visible { opacity: 1; transform: translateX(0); }
.athma-rehab-facilities-detail-img { width: 100%; height: 100%; object-fit: cover; will-change: transform; }
.athma-rehab-facilities-detail-eyebrow { color: var(--athma-orange); font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase; font-size: 14px; margin-bottom: 12px; }
.athma-rehab-facilities-detail-title { color: var(--athma-navy); font-size: 29px; font-weight: 500; line-height: 1.3; margin-bottom: 18px; }
.athma-rehab-facilities-detail-title-accent { font-weight: 600; }
.athma-rehab-facilities-detail-text { color: var(--athma-text-gray); font-size: 16.5px; line-height: 1.75; margin-bottom: 22px; }
.athma-rehab-facilities-detail-list { display: flex; flex-direction: column; gap: 12px; }
.athma-rehab-facilities-detail-list li { display: flex; align-items: center; gap: 10px; font-weight: 500; color: var(--athma-text-dark); font-size: 15.5px; }
.athma-rehab-facilities-detail-list li i { color: var(--athma-orange); font-size: 17px; flex-shrink: 0; }
.athma-rehab-facilities-stats-section { background-color: var(--athma-navy); background-image: linear-gradient(120deg, var(--athma-navy-dark) 0%, var(--athma-navy) 60%, var(--athma-navy-soft) 100%); padding: 50px 0; }
.athma-rehab-facilities-stats-row { row-gap: 24px; }
.athma-rehab-facilities-stats-col { flex: 1 1 0; text-align: center; border-right: 1px solid rgba(255,255,255,0.12); display: flex; flex-direction: column; align-items: center; justify-content: center; }
.athma-rehab-facilities-stats-col:last-child { border-right: none; }
.athma-rehab-facilities-stats-col i { color: var(--athma-orange); font-size: 23px; display: block; margin-bottom: 10px; }
.athma-rehab-facilities-stats-col strong { display: block; color: #fff; font-size: 21px; font-weight: 800; margin-bottom: 4px; }
.athma-rehab-facilities-stats-col span { color: rgba(255,255,255,0.65); font-size: 13.5px; font-weight: 500; }
.athma-rehab-facilities-gallery-section { padding: 80px 0; background-color: #fff; }
.athma-rehab-facilities-gallery-heading-wrap { max-width: 620px; margin: 0 auto 40px; }
.athma-rehab-facilities-gallery-eyebrow { color: var(--athma-orange); font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; font-size: 14px; margin-bottom: 10px; }
.athma-rehab-facilities-gallery-title { color: var(--athma-navy); font-size: 29px; font-weight: 500; }
.athma-rehab-facilities-gallery-title-accent { font-weight: 600; }
.athma-rehab-facilities-gallery-grid { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows:316px; gap: 14px; }
.athma-rehab-facilities-gallery-item { position: relative; border: none; padding: 0; border-radius: var(--athma-radius-md); overflow: hidden; cursor: pointer; grid-column: span 1; }
.athma-rehab-facilities-gallery-item-wide { grid-column: span 2; }
.athma-rehab-facilities-gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.4s ease; }
.athma-rehab-facilities-gallery-item:hover img { transform: scale(1.08); }
.athma-rehab-facilities-gallery-item-icon { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; font-size: 25px; color: #fff; background-color: rgba(11,37,89,0); transition: background-color 0.25s ease, opacity 0.25s ease; opacity: 0; pointer-events: none; }
.athma-rehab-facilities-gallery-item:hover .athma-rehab-facilities-gallery-item-icon { background-color: rgba(11,37,89,0.4); opacity: 1; }
.athma-rehab-facilities-lightbox { position: fixed; inset: 0; z-index: 1600; display: flex; align-items: center; justify-content: center; opacity: 0; pointer-events: none; transition: opacity 0.3s ease; }
.athma-rehab-facilities-lightbox.is-open { opacity: 1; pointer-events: auto; }
.athma-rehab-facilities-lightbox-backdrop { position: absolute; inset: 0; background-color: rgba(11,37,89,0.9); }
.athma-rehab-facilities-lightbox-content { position: relative; max-width: 900px; width: 92%; }
.athma-rehab-facilities-lightbox-img { width: 100%; max-height: 78vh; object-fit: contain; border-radius: var(--athma-radius-md); }
.athma-rehab-facilities-lightbox-caption { color: #fff; text-align: center; margin-top: 14px; font-weight: 700; font-size: 16px; }
.athma-rehab-facilities-lightbox-close { position: absolute; top: -50px; right: 0; width: 40px; height: 40px; border-radius: 50%; border: none; background-color: rgba(255,255,255,0.15); color: #fff; display: flex; align-items: center; justify-content: center; font-size: 19px; cursor: pointer; }
.athma-rehab-facilities-lightbox-close:hover { background-color: var(--athma-orange); }
@media (max-width: 768px) {
	.athma-rehab-facilities-hero-section { padding: 90px 0 50px; }
	.athma-rehab-facilities-hero-title { font-size: 25px; }
	.athma-rehab-facilities-detail-section { padding: 46px 0; }
	.athma-rehab-facilities-detail-title { font-size: 21px; }
	.athma-rehab-facilities-gallery-grid { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 150px; }
	.athma-rehab-facilities-gallery-item-wide { grid-column: span 2; }
}

/* ================= Contact Page ================= */
.athma-rehab-contact-hero-section { position: relative; background-image: url('images/contact-hero-bg.webp'); background-size: cover; background-position: center; background-repeat: no-repeat; padding: 134px 0 12px; isolation: isolate; }
.athma-rehab-contact-hero-section::before { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(74deg, rgba(21, 51, 96, 0.94) 0%, rgba(21, 47, 78, 0.82) 40%, rgba(13, 51, 78, 0.35) 54%); }
.athma-rehab-contact-hero-eyebrow { color: var(--athma-orange); font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; font-size: 14px; margin-bottom: 12px; }
.athma-rehab-contact-hero-title { color: #fff; font-size: 45px; font-weight: 500; margin-bottom: 16px; }
.athma-rehab-contact-hero-text { color: rgba(255, 255, 255, 0.78); font-size: 17px; line-height: 1.7; max-width: 560px; margin-bottom: 40px; }
.athma-rehab-contact-hero-cards-wrap { position: relative; transform: translateY(50%); }
.athma-rehab-contact-hero-cards-row { row-gap: 16px; }
.athma-rehab-contact-hero-card { display: flex; align-items: center; border: 1px solid #b5b8bb; gap: 14px; background-color: #fff; border-radius: var(--athma-radius-lg); padding: 18px; height: 100%; box-shadow: 0 20px 44px rgba(11, 37, 89, 0.18); transition: transform 0.2s ease, box-shadow 0.2s ease; }
.athma-rehab-contact-hero-card:hover { transform: translateY(-4px); box-shadow: 0 26px 54px rgba(11, 37, 89, 0.24); }
.athma-rehab-contact-hero-card-icon { display: flex; align-items: center; justify-content: center; width: 46px; height: 46px; border-radius: 50%; background-color: #153360; color: #fff; font-size: 18px; flex-shrink: 0; }
.athma-rehab-contact-hero-card-copy { display: flex; flex-direction: column; min-width: 0; }
.athma-rehab-contact-hero-card-copy strong { color: var(--athma-navy); font-size: 14px; font-weight: 700; }
.athma-rehab-contact-hero-card-value { color: var(--athma-orange); font-size: 15px; font-weight: 700; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.athma-rehab-contact-hero-card-copy small { color: var(--athma-text-gray); font-size: 12px; }
.athma-rehab-contact-main-section { padding: 130px 0 90px; background-color: #fff; }
.athma-rehab-contact-main-row { row-gap: 30px; }
.athma-rehab-contact-map-card { background-color: #185d9b1f; border-radius: var(--athma-radius-lg); padding: 32px; height: 98%; border: 1.5px solid var(--athma-border-light); }
.athma-rehab-contact-map-eyebrow { color: var(--athma-orange); font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; font-size: 13.5px; margin-bottom: 8px; }
.athma-rehab-contact-map-title { color: var(--athma-navy); font-size: 25px; font-weight: 500; margin-bottom: 10px; }
.athma-rehab-contact-map-text { color: var(--athma-text-gray); font-size: 15.5px; margin-bottom: 20px; }
.athma-rehab-contact-map-address { display: flex; align-items: flex-start; gap: 12px; margin-bottom: 22px; }
.athma-rehab-contact-map-address i { color: var(--athma-orange); font-size: 19px; margin-top: 2px; flex-shrink: 0; }
.athma-rehab-contact-map-address span { color: var(--athma-text-gray); font-size: 15px; line-height: 1.6; }
.athma-rehab-contact-map-address span strong { display: block; color: var(--athma-navy); font-size: 16px; margin-bottom: 3px; }
.athma-rehab-contact-map-embed { border-radius: var(--athma-radius-md); overflow: hidden; aspect-ratio: 20 / 10; }
.athma-rehab-contact-map-embed iframe { display: block; width: 100%; height: 100%; }
.athma-rehab-contact-form-card { background-color: var(--athma-navy); background-image: linear-gradient(155deg, var(--athma-navy-dark) 0%, var(--athma-navy) 60%, var(--athma-navy-soft) 100%); border-radius: var(--athma-radius-lg); padding: 32px; }
.athma-rehab-contact-form-title { color: #fff; font-size: 21px; font-weight: 500; margin-bottom: 20px; }
.athma-rehab-contact-form-row { row-gap: 0; }
.athma-rehab-contact-form-field { margin-bottom: 14px; }
.athma-rehab-contact-form-input { width: 100%; height: 50px; border: none; border-radius: 8px; padding: 0 16px; font-size: 15px; font-family: var(--athma-font-body); color: var(--athma-text-dark); background-color: #fff; transition: box-shadow 0.2s ease; }
.athma-rehab-contact-form-input:focus { outline: none; box-shadow: 0 0 0 3px rgba(24, 93, 155, 0.4); }
.athma-rehab-contact-form-textarea { height: auto; padding: 14px 16px; resize: vertical; }
select.athma-rehab-contact-form-input { appearance: none; -webkit-appearance: none; background-repeat: no-repeat; background-position: right 14px center; background-size: 15px; padding-right: 36px; }
.athma-rehab-contact-form-subheading { color: rgba(255, 255, 255, 0.7); font-size: 13px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.06em; margin: 4px 0 10px; }
.athma-rehab-contact-form-programs { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin-bottom: 16px; }
.athma-rehab-contact-form-program { position: relative; cursor: pointer; }
.athma-rehab-contact-form-program input { position: absolute; opacity: 0; width: 100%; height: 100%; cursor: pointer; }
.athma-rehab-contact-form-program span { display: flex; align-items: center; gap: 6px; background-color: rgba(255, 255, 255, 0.08); border: 1.5px solid rgba(255, 255, 255, 0.16); border-radius: 8px; padding: 9px 10px; color: rgba(255, 255, 255, 0.85); font-size: 12.5px; font-weight: 600; transition: background-color 0.2s ease, border-color 0.2s ease; }
.athma-rehab-contact-form-program span i { color: var(--athma-orange); font-size: 15px; }
.athma-rehab-contact-form-program input:checked + span { background-color: var(--athma-orange); border-color: var(--athma-orange); color: #fff; }
.athma-rehab-contact-form-program input:checked + span i { color: #fff; }
.athma-rehab-contact-form-submit { width: 100%; height: 52px; font-size: 16px; margin-top: 4px; }
.athma-rehab-contact-form-note { display: flex; align-items: center; gap: 6px; font-size: 13.5px; font-weight: 600; margin: 12px 0 0; }
.athma-rehab-contact-form-note-error { color: #ff8080; }
.athma-rehab-contact-form-note-success { color: #6ee7a8; }
.athma-rehab-contact-branch-section { padding: 60px 0 90px; background-color: var(--athma-bg-light); }
.athma-rehab-contact-branch-heading-wrap { margin-bottom: 36px; }
.athma-rehab-contact-branch-eyebrow { color: var(--athma-orange); font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; font-size: 13.5px; margin-bottom: 8px; }
.athma-rehab-contact-branch-title { color: var(--athma-navy); font-size: 27px; font-weight: 500; }
.athma-rehab-contact-branch-row { row-gap: 20px; }
.athma-rehab-contact-branch-card { position: relative; border-radius: var(--athma-radius-lg); overflow: hidden; aspect-ratio: 4 / 5; box-shadow: 0 14px 32px rgba(11, 37, 89, 0.14); transition: transform 0.25s ease, box-shadow 0.25s ease; }
.athma-rehab-contact-branch-card:hover { transform: translateY(-6px); box-shadow: 0 22px 44px rgba(11, 37, 89, 0.22); }
.athma-rehab-contact-branch-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.athma-rehab-contact-branch-overlay { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(11, 37, 89, 0.1) 0%, rgba(11, 37, 89, 0.85) 100%); }
.athma-rehab-contact-branch-tag { position: absolute; top: 12px; right: 12px; background-color: var(--athma-orange); color: #fff; font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: 0.03em; padding: 4px 10px; border-radius: 999px; }
.athma-rehab-contact-branch-content { position: absolute; left: 0; right: 0; bottom: 0; padding: 16px; }
.athma-rehab-contact-branch-name { display: block; color: #fff; font-size: 17px; font-weight: 800; margin-bottom: 8px; }
.athma-rehab-contact-branch-actions { display: flex; align-items: center; gap: 8px; }
.athma-rehab-contact-branch-action { display: flex; align-items: center; gap: 6px; color: #fff; font-size: 12.5px; font-weight: 600; }
.athma-rehab-contact-branch-action i { color: var(--athma-orange); font-size: 16px; }
.athma-rehab-contact-branch-whatsapp { display: flex; align-items: center; justify-content: center; width: 26px; height: 26px; border-radius: 50%; background-color: #25d366; color: #fff; font-size: 14px; flex-shrink: 0; margin-left: auto; }

/* ================= About Page ================= */

.athma-about-hero-section { position: relative; background-image: url('images/about-hero-building.webp'); background-size: cover; background-position: center; background-repeat: no-repeat; padding: 130px 0 54px; isolation: isolate; }
.athma-about-hero-section::before { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(100deg, rgba(11,37,89,0.92) 0%, rgba(11,37,89,0.75) 50%, rgba(11,37,89,0.45) 100%); }
.athma-about-hero-eyebrow { color: var(--athma-orange); font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; font-size: 14px; margin-bottom: 14px; }
.athma-about-hero-title { color: #fff; font-size: 41px; font-weight: 500; line-height: 1.3; margin-bottom: 18px; }
.athma-about-hero-title-accent { font-weight: 600; }
.athma-about-hero-text { color: rgba(255,255,255,0.78); font-size: 17px; line-height: 1.7; max-width: 540px; }
.athma-about-journey-section { padding: 34px 0; background-color: #fff; }
.athma-about-journey-row { row-gap: 30px; }
.athma-about-journey-eyebrow { color: var(--athma-orange); font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; font-size: 14px; margin-bottom: 12px; }
.athma-about-journey-title { color: var(--athma-navy); font-size: 27px; font-weight: 500; line-height: 1.3; margin-bottom: 14px; }
.athma-about-journey-text { color: var(--athma-text-gray); font-size: 16px; line-height: 1.7; margin-bottom: 22px; max-width: 480px; }
.athma-about-journey-stat { background-color: var(--athma-bg-light); border-radius: var(--athma-radius-lg); padding: 20px; max-width: 340px; margin-top: auto; }
.athma-about-journey-col-timeline { display: flex; flex-direction: column; }
.athma-about-journey-col-media { display: flex; flex-direction: column; }
.athma-about-journey-col-media .athma-about-journey-purpose { flex: 1; display: flex; flex-direction: column; justify-content: center; }
.athma-about-journey-stat strong { display: block; color: var(--athma-orange); font-size: 31px; font-weight: 800; }
.athma-about-journey-stat span { display: block; color: var(--athma-navy); font-size: 16px; font-weight: 700; }
.athma-about-journey-stat span small { display: block; color: var(--athma-text-gray); font-weight: 400; font-size: 14px; margin-top: 4px; }
.athma-about-journey-media { border-radius: var(--athma-radius-lg); overflow: hidden; margin-bottom: 18px; box-shadow: var(--athma-shadow-soft); background-color: var(--athma-bg-light); }
.athma-about-journey-img { width: 100%; aspect-ratio: 16/11; object-fit: cover; }
.athma-about-journey-purpose { background-color: var(--athma-bg-light); border-radius: var(--athma-radius-lg); padding: 22px; }
.athma-about-journey-purpose-eyebrow { color: var(--athma-orange); font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; font-size: 13.5px; margin-bottom: 8px; }
.athma-about-journey-purpose-title { color: var(--athma-navy); font-size: 19px; font-weight: 500; margin-bottom: 16px; }
.athma-about-journey-purpose-grid { row-gap: 14px; }
.athma-about-journey-purpose-item { background-color: #fff; border-radius: var(--athma-radius-md); padding: 16px; height: 100%; }
.athma-about-journey-purpose-item strong { display: block; color: var(--athma-orange); font-size: 14.5px; font-weight: 700; margin-bottom: 6px; }
.athma-about-journey-purpose-item p { color: var(--athma-text-gray); font-size: 14px; line-height: 1.6; margin: 0; }
.athma-about-founder-section { background-color: var(--athma-navy); }
.athma-about-founder-col-text { display: flex; align-items: center; }
.athma-about-founder-photo-wrap { position: relative; height: 100%; min-height: 420px; max-height: 640px; background-color: var(--athma-navy-soft); }
.athma-about-founder-photo { width: 100%; height: 100%; object-fit: cover; object-position: top center; display: block; }
.athma-about-founder-content { padding: 34px 54px; width: 100%; }
.athma-about-founder-eyebrow { color: var(--athma-orange); font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; font-size: 14px; margin-bottom: 10px; }
.athma-about-founder-name { color: #fff; font-size: 27px; font-weight: 800; margin-bottom: 4px; }
.athma-about-founder-credentials { color: rgba(255,255,255,0.55); font-size: 14.5px; margin-bottom: 4px; }
.athma-about-founder-role { color: var(--athma-orange); font-size: 15px; font-weight: 700; margin-bottom: 16px; }
.athma-about-founder-bio { color: rgba(255,255,255,0.78); font-size: 15.5px; line-height: 1.7; margin-bottom: 20px; max-width: 560px; }
.athma-about-founder-quote { border-left: 3px solid var(--athma-orange); padding-left: 20px; margin: 0; color: rgba(255,255,255,0.85); font-size: 15.5px; font-style: italic; line-height: 1.6; max-width: 480px; }
.athma-about-founder-quote span { color: var(--athma-orange); font-size: 25px; font-style: normal; }
.athma-about-founder-quote cite { display: block; margin-top: 10px; color: #fff; font-weight: 700; font-style: normal; font-size: 14px; }
.athma-about-care-section { padding: 32px 0; background-color: var(--athma-bg-light); }
.athma-about-care-row { row-gap: 24px; }
.athma-about-care-media { border-radius: var(--athma-radius-lg); overflow: hidden; box-shadow: var(--athma-shadow-soft); background-color: #fff; }
.athma-about-care-img { width: 100%; aspect-ratio: 3/4; object-fit: cover; }
.athma-about-care-eyebrow { color: var(--athma-orange); font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; font-size: 14px; margin-bottom: 10px; }
.athma-about-care-title { color: var(--athma-navy); font-size: 27px; font-weight: 500; margin-bottom: 12px; }
.athma-about-care-intro { color: var(--athma-text-gray); font-size: 15px; line-height: 1.7; margin: 0 auto 22px; max-width: 640px; text-align: center; }
.athma-about-care-cards-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 16px; margin-top: 30px; }
.athma-about-care-cards-grid-3 { grid-template-columns: repeat(3, 1fr); max-width: 900px; margin-left: auto; margin-right: auto; }
.athma-about-care-card { display: flex; flex-direction: column; align-items: flex-start; text-align: left; background-color: #fff; border-radius: var(--athma-radius-md); padding: 20px 16px; height: 100%; box-shadow: var(--athma-shadow-soft); transition: transform 0.2s ease; }
.athma-about-care-card:hover { transform: translateY(-4px); }
.athma-about-care-card-icon { width: 100px; height: 100px; border-radius: 50%; background-color: rgba(24,93,155,0.12); object-fit: contain; padding: 10px; margin-bottom: 14px; }
.athma-about-care-card strong { display: block; color: var(--athma-navy); font-size: 14.5px; font-weight: 700; margin-bottom: 5px; }
.athma-about-care-card p { color: var(--athma-text-gray); font-size: 13px; line-height: 1.5; margin-bottom: 8px; flex-grow: 1; }
.athma-about-care-card a { display: inline-flex; align-items: center; gap: 4px; color: var(--athma-orange); font-size: 13px; font-weight: 700; margin-top: auto; }
@media (max-width: 992px) { .athma-about-care-cards-grid { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 640px) { .athma-about-care-cards-grid { grid-template-columns: repeat(2, 1fr); } .athma-about-care-cards-grid-3 { grid-template-columns: 1fr; } }
.athma-about-accreditation-section { padding: 30px 0; background-color: #fff; }
.athma-about-accreditation-heading-wrap { margin-bottom: 30px; }
.athma-about-accreditation-eyebrow { color: var(--athma-orange); font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; font-size: 14px; margin-bottom: 8px; }
.athma-about-accreditation-title { color: var(--athma-navy); font-size: 27px; font-weight: 500; }
.athma-about-accreditation-row { row-gap: 22px; }
.athma-about-accreditation-badge-card { display: flex; align-items: center; gap: 18px; }
.athma-about-accreditation-logo { width: 130px;height: 130px; flex-shrink: 0; background-color: var(--athma-bg-light); border-radius: 50%; object-fit: contain; padding: 8px; }
.athma-about-accreditation-proud { color: var(--athma-text-gray); font-size: 14.5px; margin: 0; }
.athma-about-accreditation-name { display: block; color: var(--athma-navy); font-size: 17px; font-weight: 800; margin: 2px 0 6px; }
.athma-about-accreditation-text { color: var(--athma-text-gray); font-size: 13.5px; line-height: 1.5; margin: 0; }
.athma-about-accreditation-points-row { background-color: var(--athma-bg-light); border-radius: var(--athma-radius-lg); padding: 20px 10px; row-gap: 16px; }
.athma-about-accreditation-point { text-align: center; }
.athma-about-accreditation-point img { width: 48px; height: 48px; border-radius: 50%; background-color: #fff; object-fit: contain; padding: 12px; margin: 0 auto 8px; box-shadow: var(--athma-shadow-soft); display: block; }
.athma-about-accreditation-point-icon { display: flex; align-items: center; justify-content: center; width: 48px; height: 48px; border-radius: 50%; background-color: #fff; color: var(--athma-orange); font-size: 19px; margin: 0 auto 8px; box-shadow: var(--athma-shadow-soft); }
.athma-about-accreditation-point strong { display: block; color: var(--athma-navy); font-size: 13.5px; font-weight: 700; }

/* ---- Redesigned Our Facilities grid: big icons, descriptions, tagline ---- */
.athma-about-facilities-grid-section { padding: 32px 0 42px; background-color: #fff; }
.athma-about-facilities-grid-heading-wrap { max-width: 640px; margin: 0 auto 32px; }
.athma-about-facilities-grid-eyebrow { color: var(--athma-orange); font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase; font-size: 14px; margin-bottom: 12px; }
.athma-about-facilities-grid-title { font-size: 39px; font-weight: 500; color: var(--athma-navy); margin-bottom: 14px; }
.athma-about-facilities-grid-title-accent { font-weight: 600; }
.athma-about-facilities-grid-subtext { color: var(--athma-text-gray); font-size: 16px; line-height: 1.7; }
.athma-about-facilities-grid { display: grid; grid-template-columns: repeat(3, 1fr); max-width: 780px; margin: 0 auto; }
.athma-about-facilities-grid-photo { max-width: none; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.athma-about-facilities-grid-photo-item { position: relative; display: block; border-radius: var(--athma-radius-lg); overflow: hidden; aspect-ratio: 4/3; background-color: var(--athma-bg-light); }
.athma-about-facilities-grid-photo-item img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s ease; }
.athma-about-facilities-grid-photo-item:hover img { transform: scale(1.08); }
.athma-about-facilities-grid-photo-item::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(11,37,89,0.85) 0%, rgba(11,37,89,0.15) 55%, rgba(11,37,89,0) 75%); }
.athma-about-facilities-grid-photo-label { position: absolute; left: 18px; bottom: 16px; right: 18px; display: flex; align-items: center; justify-content: space-between; gap: 8px; color: #fff; font-size: 17px; font-weight: 600; z-index: 1; }
.athma-about-facilities-grid-photo-label i { font-size: 19px; flex-shrink: 0; transition: transform 0.2s ease; }
.athma-about-facilities-grid-photo-item:hover .athma-about-facilities-grid-photo-label i { transform: translateX(4px); }
@media (max-width: 768px) { .athma-about-facilities-grid-photo { grid-template-columns: repeat(2, 1fr); gap: 12px; } .athma-about-facilities-grid-photo-label { font-size: 14px; left: 12px; bottom: 10px; right: 12px; } }
@media (max-width: 480px) { .athma-about-facilities-grid-photo { grid-template-columns: 1fr; } }
.athma-about-facilities-grid-item { text-align: center; padding: 30px 18px; border-right: 1px solid var(--athma-border-light); border-bottom: 1px solid var(--athma-border-light); }
.athma-about-facilities-grid-item:nth-child(3n) { border-right: none; }
.athma-about-facilities-grid-item:nth-last-child(-n+3) { border-bottom: none; }
.athma-about-facilities-grid-item img { width: 84px; height: 84px; object-fit: contain; margin: 0 auto 18px; display: block; }
.athma-about-facilities-grid-item strong { display: block; color: var(--athma-navy); font-size: 17px; font-weight: 800; margin-bottom: 8px; }
.athma-about-facilities-grid-item span { display: block; color: var(--athma-text-gray); font-size: 14.5px; line-height: 1.55; }
.athma-about-facilities-grid-tagline { display: flex; align-items: center; justify-content: center; gap: 16px; max-width: 420px; margin: 54px auto 18px; }
.athma-about-facilities-grid-tagline-line { flex: 1; height: 1px; background-color: var(--athma-border-light); }
.athma-about-facilities-grid-tagline-icon { display: flex; align-items: center; justify-content: center; width: 40px; height: 40px; border-radius: 50%; background-color: rgba(24,93,155,0.1); color: var(--athma-orange); font-size: 17px; flex-shrink: 0; }
.athma-about-facilities-grid-tagline-text { text-align: center; color: var(--athma-navy); font-size: 18px; font-weight: 800; margin: 0; }
.athma-about-facilities-grid-tagline-text span { color: var(--athma-orange); }
@media (max-width: 768px) {
	.athma-about-facilities-grid-title { font-size: 27px; }
	.athma-about-facilities-grid-item img { width: 64px; height: 64px; }
	.athma-about-facilities-grid { grid-template-columns: repeat(2, 1fr); }
	.athma-about-facilities-grid-item { padding: 22px 10px; }
	.athma-about-facilities-grid-item:nth-child(3n) { border-right: 1px solid var(--athma-border-light); }
	.athma-about-facilities-grid-item:nth-child(2n) { border-right: none; }
	.athma-about-facilities-grid-item:nth-last-child(-n+3) { border-bottom: 1px solid var(--athma-border-light); }
	.athma-about-facilities-grid-item:nth-last-child(-n+2) { border-bottom: none; }
}
.athma-about-whychoose-section { padding: 22px 0 40px; background-color: #fff; }
.athma-about-whychoose-row { row-gap: 16px; }
.athma-about-whychoose-card { background-color: var(--athma-bg-light); border-radius: var(--athma-radius-lg); padding: 22px 18px; height: 100%; text-align: center; transition: transform 0.2s ease, box-shadow 0.2s ease; }
@media (max-width: 576px) {
	.athma-about-whychoose-card { padding: 16px 10px; }
	.athma-about-whychoose-icon { width: 34px; height: 34px; margin-bottom: 8px; }
	.athma-about-whychoose-card strong { font-size: 13.5px; margin-bottom: 0; }
	.athma-about-whychoose-card p { display: none; }
}
.athma-about-whychoose-card:hover { transform: translateY(-5px); box-shadow: var(--athma-shadow-soft); }
.athma-about-whychoose-icon { width: 42px; height: 42px; border-radius: 50%; background-color: rgba(24,93,155,0.12); object-fit: contain; padding: 9px; margin: 0 auto 14px; display: block; }
.athma-about-whychoose-card strong { display: block; color: var(--athma-navy); font-size: 16px; font-weight: 700; margin-bottom: 6px; }
.athma-about-whychoose-card p { color: var(--athma-text-gray); font-size: 14px; line-height: 1.6; margin: 0; }
.athma-about-team-grid-section { position: relative; overflow: hidden; padding: 46px 0 52px; background-image: url("images/about-team-grid-bg.webp"); background-size: cover; background-position: center; background-repeat: no-repeat; isolation: isolate; }
.athma-about-team-grid-heading-wrap { max-width: 660px; margin: 0 auto 26px; position: relative; z-index: 1; }
.athma-about-team-grid-eyebrow { display: inline-flex; align-items: center; gap: 8px; color: var(--athma-orange); font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; font-size: 14px; margin-bottom: 10px; }
.athma-about-team-grid-title { color: var(--athma-navy); font-size: 29px; font-weight: 500; margin-bottom: 10px; }
.athma-about-team-grid-title-accent { font-weight: 600; }
.athma-about-team-grid-subtext { color: var(--athma-text-gray); font-size: 15.5px; line-height: 1.7; }
.athma-about-team-grid-row { position: relative; z-index: 1; }
@media (max-width: 576px) {
	.athma-about-team-grid-row { display: flex !important; flex-wrap: nowrap; overflow-x: auto; scroll-snap-type: x mandatory; -webkit-overflow-scrolling: touch; gap: 16px; padding-bottom: 6px; scrollbar-width: none; }
	.athma-about-team-grid-row::-webkit-scrollbar { display: none; }
	.athma-about-team-grid-row > [class*="col-"] { flex: 0 0 84%; max-width: 84%; scroll-snap-align: center; }
}
.athma-about-team-grid-card { background-color: #fff; border-radius: var(--athma-radius-lg); overflow: hidden; height: 100%; box-shadow: 0 6px 18px rgba(11,37,89,0.07); text-align: center; transition: transform 0.25s ease, box-shadow 0.25s ease; }
.athma-about-team-grid-card:hover { transform: translateY(-6px); box-shadow: 0 20px 44px rgba(11,37,89,0.14); }
.athma-about-team-grid-card img { width: 100%; aspect-ratio: 1/1; object-fit: cover; background-color: var(--athma-bg-light); }
.athma-about-team-grid-card-body { padding: 14px; }
.athma-about-team-grid-card-body strong { display: block; color: var(--athma-orange); font-size: 15px; font-weight: 800; margin-bottom: 2px; }
.athma-about-team-grid-card-body small { display: block; color: var(--athma-text-gray); font-size: 12.5px; margin-bottom: 2px; }
.athma-about-team-grid-role { color: var(--athma-navy); font-size: 13px; font-weight: 600; margin-bottom: 12px; }
.athma-about-team-grid-viewprofile { display: inline-flex; align-items: center; gap: 5px; border: 1.5px solid var(--athma-orange); border-radius: 8px; padding: 7px 16px; color: var(--athma-orange); font-size: 13px; font-weight: 700; transition: border-color 0.2s ease, background-color 0.2s ease; }
.athma-about-team-grid-viewprofile:hover { border-color: var(--athma-orange-dark); background-color: rgba(24,93,155,0.06); color: var(--athma-orange-dark); }
.athma-rehab-social-section { padding: 56px 0; background-color: #fff; }
.athma-rehab-social-heading-wrap { max-width: 640px; margin: 0 auto 30px; }
.athma-rehab-social-eyebrow { color: var(--athma-orange); font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; font-size: 14px; margin-bottom: 10px; }
.athma-rehab-social-title { color: var(--athma-navy); font-size: 29px; font-weight: 500; margin-bottom: 10px; }
.athma-rehab-social-title-accent { font-weight: 600; }
.athma-rehab-social-subtext { color: var(--athma-text-gray); font-size: 15.5px; line-height: 1.7; }
.athma-rehab-social-tabs { display: flex; align-items: center; justify-content: center; gap: 8px; margin-bottom: 28px; background-color: var(--athma-bg-light); border-radius: 999px; padding: 6px; max-width: 320px; margin-left: auto; margin-right: auto; }
.athma-rehab-social-tab { flex: 1; display: flex; align-items: center; justify-content: center; gap: 8px; background-color: transparent; border: none; border-radius: 999px; padding: 10px 18px; font-size: 14.5px; font-weight: 700; color: var(--athma-text-gray); cursor: pointer; transition: background-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease; }
.athma-rehab-social-tab.is-active { background-color: #fff; color: var(--athma-orange); box-shadow: var(--athma-shadow-soft); }
.athma-rehab-social-tab.is-active i { color: var(--athma-orange); }
.athma-rehab-social-panel { display: none; }
.athma-rehab-social-panel.is-active { display: block; animation: athmaSocialFadeIn 0.35s ease; }
@keyframes athmaSocialFadeIn { from { opacity: 0; transform: translateY(6px); } to { opacity: 1; transform: translateY(0); } }
/* ---- Carousel wrapper shared by YouTube + Instagram sections ---- */
.athma-carousel { position: relative; display: flex; align-items: center; gap: 10px; }
.athma-carousel-arrow { flex-shrink: 0; width: 44px; height: 44px; border-radius: 50%; border: 1.5px solid var(--athma-border-light); background-color: #fff; color: var(--athma-navy); display: flex; align-items: center; justify-content: center; font-size: 21px; cursor: pointer; transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease; box-shadow: var(--athma-shadow-soft); }
.athma-carousel-arrow:hover { background-color: var(--athma-orange); border-color: var(--athma-orange); color: #fff; }
.athma-carousel-arrow:disabled { opacity: 0.35; cursor: default; pointer-events: none; }
.athma-carousel-track { display: flex; gap: 18px; overflow-x: auto; scroll-snap-type: x mandatory; scroll-behavior: smooth; flex: 1; min-width: 0; padding-bottom: 4px; -ms-overflow-style: none; scrollbar-width: none; }
.athma-carousel-track::-webkit-scrollbar { display: none; }
.athma-rehab-social-grid-yt { flex-wrap: nowrap; }
.athma-rehab-social-yt-item { border-radius: var(--athma-radius-md); overflow: hidden; box-shadow: var(--athma-shadow-soft); aspect-ratio: 16/9; flex: 0 0 calc(33.333% - 12px); scroll-snap-align: start; }
.athma-rehab-social-yt-item iframe { width: 100%; height: 100%; border: none; display: block; }
.athma-rehab-social-grid-insta { flex-wrap: nowrap; align-items: flex-start; }
.athma-rehab-social-grid-insta .instagram-media { flex: 0 0 calc(25% - 14px); scroll-snap-align: start; min-width: 240px !important; width: calc(25% - 14px) !important; }
.athma-rehab-social-viewmore-wrap { margin-top: 26px; }
.athma-rehab-social-viewmore { display: inline-flex; align-items: center; gap: 8px; color: var(--athma-navy); font-weight: 700; font-size: 14.5px; }
.athma-rehab-social-viewmore i { color: var(--athma-orange); }
/* Desktop: plain grids — YouTube shows all 6 (3x2), Instagram shows all 4 (1x4) — no carousel, no arrows */
@media (min-width: 993px) {
	.athma-carousel-arrow { display: none; }
	.athma-carousel { gap: 0; }
	.athma-carousel-track { overflow-x: visible; }
	.athma-rehab-social-grid-yt { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
	.athma-rehab-social-yt-item { flex-basis: auto !important; }
	.athma-rehab-social-grid-insta { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
	.athma-rehab-social-grid-insta .instagram-media { flex-basis: auto !important; width: 100% !important; min-width: 0 !important; }
}
@media (max-width: 992px) { .athma-about-founder-content { padding: 36px 24px; } .athma-rehab-social-yt-item { flex-basis: calc(60% - 12px); } .athma-rehab-social-grid-insta .instagram-media { flex-basis: 70%; width: 70% !important; } }
@media (max-width: 768px) {
	.athma-about-hero-section { padding: 90px 0 46px; }
	.athma-about-hero-title { font-size: 25px; }
	.athma-about-founder-photo-wrap { min-height: 300px; }
	.athma-about-team-grid-title { font-size: 21px; }
	.athma-rehab-social-yt-item { flex-basis: 84%; }
	.athma-rehab-social-grid-insta .instagram-media { flex-basis: 84%; width: 84% !important; }
	/* Small, minimal arrows on mobile — just the icon, no bulky circle */
	.athma-carousel-arrow { width: 26px; height: 26px; font-size: 15px; border: none; box-shadow: none; background-color: transparent; color: var(--athma-orange); }
	.athma-carousel-arrow:hover { background-color: transparent; color: var(--athma-orange-dark); }
}

/* =========================================================
   REQUESTED REDESIGNS (appended overrides — base rules above
   are left untouched)
   ========================================================= */

/* ---- 1. Google-style review marquee (slow, continuous auto-scroll) ---- */
.athma-google-reviews-wrap { overflow: hidden; margin-top: 8px; -webkit-mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent); mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent); }
.athma-google-reviews-track { display: flex; gap: 18px; width: max-content; animation: athmaGoogleReviewsScroll 48s linear infinite; padding: 51px 0px}
.athma-google-reviews-wrap:hover .athma-google-reviews-track { animation-play-state: paused; }
@keyframes athmaGoogleReviewsScroll { from { transform: translateX(0); } to { transform: translateX(-50%); } }
.athma-google-review-card { flex: 0 0 360px; background-color: #fff; border: 1.5px solid var(--athma-border-light); border-radius: var(--athma-radius-lg); padding: 26px; box-shadow: var(--athma-shadow-soft); transition: transform 0.25s ease, box-shadow 0.25s ease; }
.athma-google-review-card:hover { transform: translateY(-4px); box-shadow: 0 20px 40px rgba(11,37,89,0.14); }
.athma-google-review-head { display: flex; align-items: center; gap: 12px; margin-bottom: 14px; }
.athma-google-review-avatar { width: 48px; height: 48px; border-radius: 50%; color: #fff; font-weight: 800; font-size: 18px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.athma-google-review-person { display: flex; flex-direction: column; flex-grow: 1; min-width: 0; }
.athma-google-review-person strong { color: var(--athma-navy); font-size: 16px; font-weight: 800; }
.athma-google-review-person small { color: var(--athma-text-gray); font-size: 13.5px; }
.athma-google-review-brand { width: 22px; height: 22px; flex-shrink: 0; }
.athma-google-review-stars { display: flex; gap: 2px; color: #fbbc04; font-size: 14px; margin-bottom: 12px; }
.athma-google-review-text { color: var(--athma-text-dark); font-size: 16px; line-height: 1.7; margin: 0 0 14px; }
.athma-google-review-source { color: var(--athma-text-gray); font-size: 13.5px; font-weight: 700; }
@media (prefers-reduced-motion: reduce) { .athma-google-reviews-track { animation: none; } }
@media (max-width: 768px) { .athma-google-review-card { flex-basis: 280px; padding: 20px; } }

/* ---- 2. Promo modal: the modal IS the photo (native aspect ratio), text overlaid, ghost outline buttons ---- */
.athma-promo-modal { position: fixed !important; inset: 0; z-index: 1500; display: flex; align-items: center; justify-content: center; padding: 20px; opacity: 0; pointer-events: none !important; transition: opacity 0.3s ease; }
.athma-promo-modal.is-open { opacity: 1; pointer-events: auto !important; }
.athma-promo-modal-backdrop { position: absolute; inset: 0; background-color: rgba(11,37,89,0.45); }
.athma-promo-modal-dialog { position: relative; width: 100%; max-width: 746px; border-radius: 8px; overflow: hidden; box-shadow: 0 40px 90px rgba(0,0,0,0.4); transform: scale(0.94) translateY(16px); transition: transform 0.35s cubic-bezier(0.34,1.56,0.64,1); }
.athma-promo-modal.is-open .athma-promo-modal-dialog { transform: scale(1) translateY(0); }
.athma-promo-modal-close { position: absolute; top: 16px; right: 16px; z-index: 3; width: 38px; height: 38px; border-radius: 50%; border: none; background-color: rgba(255,255,255,0.92); color: var(--athma-navy); display: flex; align-items: center; justify-content: center; font-size: 17px; cursor: pointer; transition: background-color 0.2s ease, transform 0.2s ease; }
.athma-promo-modal-close:hover { background-color: var(--athma-orange); color: #fff; transform: rotate(90deg); }
/* the media block IS the modal — its own aspect ratio decides the modal size */
.athma-promo-modal-media { position: relative; width: 100%; aspect-ratio: 1422 / 1106; background-color: #0b2559; }
.athma-promo-modal-media-img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; display: block; clip-path: inset(0 100% 0 0); transform: scale(1.15); transition: clip-path 0.9s cubic-bezier(0.65,0,0.35,1) 0.15s, transform 1.1s cubic-bezier(0.16,1,0.3,1) 0.15s; }
.athma-promo-modal.is-open .athma-promo-modal-media-img { clip-path: inset(0 0 0 0); transform: scale(1); }
.athma-promo-modal-title-letter { display: inline-block; opacity: 0; transform: translateY(14px); transition: opacity 0.35s ease, transform 0.35s ease; }
.athma-promo-modal.is-open .athma-promo-modal-title-letter { opacity: 1; transform: translateY(0); }
.athma-promo-modal-overlay { position: absolute; inset: 0; display: flex; flex-direction: column; justify-content: flex-end; padding: 26px 26px 28px; background: linear-gradient(0deg, rgba(11,37,89,0.92) 0%, rgba(11,37,89,0.72) 38%, rgba(11,37,89,0.05) 72%, rgba(11,37,89,0) 100%); }
.athma-promo-modal-title { color: #fff; font-size: 21px; font-weight: 500; line-height: 1.3; margin-bottom: 8px; }
.athma-promo-modal-subtext { color: rgba(255,255,255,0.85); font-size: 16px; line-height: 1.6; margin-bottom: 20px; }
.athma-promo-modal-actions { display: flex; flex-direction: row; gap: 12px; }
/* ghost outline buttons: no background, white text/border, hover only slides the text — nothing else changes */
.athma-promo-modal-btn { flex: 1; min-width: 0; display: flex; align-items: center; justify-content: center; gap: clamp(4px, 1.5vw, 8px); padding: clamp(9px, 3vw, 13px) clamp(8px, 3vw, 14px); border-radius: 8px; font-size: clamp(12px, 3.6vw, 16px); font-weight: 700; cursor: pointer; background-color: transparent; border: 1.5px solid #fff; color: #fff; text-decoration: none; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.athma-promo-modal-btn:hover { background-color: transparent; border-color: #fff; color: #fff; }
.athma-promo-modal-btn i { font-size: clamp(13px, 3.6vw, 17px); flex-shrink: 0; }
.athma-promo-modal-title { font-size: clamp(17px, 4.6vw, 22px); }
.athma-promo-modal-subtext { font-size: clamp(12.5px, 3.4vw, 17px); }
.athma-promo-modal-overlay { padding: clamp(14px, 4vw, 26px) clamp(14px, 4vw, 26px) clamp(16px, 4.5vw, 28px); }
@media (max-width: 360px) { .athma-promo-modal-actions { flex-direction: column; } }



/* ---- 3. Cookie bar: professional, larger, accept-only, slides up ---- */
.athma-cookie-consent { position: fixed; left: 0; right: 0; bottom: 0; width: 100%; background-color: #fff; box-shadow: 0 -14px 40px rgba(11,37,89,0.18); z-index: 1400; border-top: 3px solid var(--athma-orange); transform: translateY(100%); transition: transform 0.5s cubic-bezier(0.19,1,0.22,1); }
.athma-cookie-consent.is-visible { transform: translateY(0); }
.athma-cookie-consent-inner { max-width: 1160px; margin: 0 auto; padding: 34px 32px; display: flex; align-items: center; gap: 28px; }
.athma-cookie-consent-icon { flex-shrink: 0; width: 56px; height: 56px; border-radius: 50%; background-color: rgba(24,93,155,0.12); color: var(--athma-orange); display: flex; align-items: center; justify-content: center; font-size: 23px; }
.athma-cookie-consent-copy { flex: 1; min-width: 0; }
.athma-cookie-consent-title { display: block; color: var(--athma-navy); font-size: 16px; font-weight: 500; margin-bottom: 6px; }
.athma-cookie-consent-text { margin: 0; color: var(--athma-text-gray); font-size: 14px !important; line-height: 1.6; }
.athma-cookie-consent-text a { color: var(--athma-navy); font-weight: 700; text-decoration: underline; }
.athma-cookie-consent-actions { flex-shrink: 0; }
.athma-cookie-consent-accept { padding: 14px 30px; font-size: 15.5px; }
@media (max-width: 768px) { .athma-cookie-consent-inner { flex-direction: column; align-items: stretch; text-align: center; padding: 28px 20px; } .athma-cookie-consent-icon { margin: 0 auto; } .athma-cookie-consent-actions { width: 100%; } .athma-cookie-consent-accept { width: 100%; justify-content: center; } }

/* ---- 4. Legal pages: no sidebar. Privacy = numbered flowing document. Terms = icon-free cards ---- */
.athma-legal-hero-section {
    position: relative;
    background-color: var(--athma-navy);
    background-image:
        linear-gradient(
            72deg,
            rgba(8, 26, 64, 0.92) 15%,
            rgba(11, 37, 89, 0.46) 98%,
            rgba(16, 37, 89, 0.7) 102%
        ),
        url('images/blog-background.webp');

    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

    padding: 150px 0 60px;
}.athma-legal-hero-container { max-width: 900px; }
.athma-legal-hero-section-centered .athma-legal-hero-container { display: flex; flex-direction: column; align-items: center; }
.athma-legal-hero-logo { width: 150px; height: auto; margin-bottom: 22px; }

/* ---- Blogs page ---- */
.athma-blogs-section { padding: 60px 0 90px; background-color: #fff; }

/* =========================================================
   BLOG POST TEMPLATE — long-form article layout (WHO-style):
   hero banner, meta row, structured body with h2/h3/lists,
   in-content WhatsApp CTA blocks + slogan strip, FAQ accordion.
   ========================================================= */
.athma-blogpost-hero-section { position: relative; background-color: var(--athma-navy); background-size: cover; background-position: center; background-repeat: no-repeat; padding: 150px 0 50px; isolation: isolate; }
.athma-blogpost-hero-section::before { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(72deg, rgba(8,26,64,0.92) 0%, rgba(11,37,89,0.5) 45%, rgba(11,37,89,0.72) 100%); }
.athma-blogpost-hero-container { max-width: 900px; margin: 0 auto; }
.athma-blogpost-breadcrumb { display: flex; align-items: center; justify-content: center; gap: 6px; color: rgba(255,255,255,0.6); font-size: 13px; font-weight: 600; margin-bottom: 18px; }
.athma-blogpost-breadcrumb a { color: rgba(255,255,255,0.6); }
.athma-blogpost-breadcrumb a:hover { color: var(--athma-orange); }
.athma-blogpost-tag { display: inline-flex; color: var(--athma-orange); font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; font-size: 12.5px; margin-bottom: 14px; background-color: rgba(255,255,255,0.1); padding: 6px 14px; border-radius: 999px; }
.athma-blogpost-title { color: #fff; font-size: 32px !important; font-weight: 500 !important; line-height: 1.3; margin-bottom: 16px; text-align: center; }
.athma-blogpost-meta { display: flex; align-items: center; justify-content: center; gap: 18px; flex-wrap: wrap; color: rgba(255,255,255,0.65); font-size: 13.5px; font-weight: 600; }
.athma-blogpost-meta span { display: inline-flex; align-items: center; gap: 6px; }
.athma-blogpost-meta i { color: var(--athma-orange); }

.athma-blogpost-body-section { padding: 50px 0 90px; background-color: #fff; }
.athma-blogpost-body { max-width: 780px; margin: 0 auto; }
.athma-blogpost-lede { color: var(--athma-text-dark); font-size: 19px !important; line-height: 1.8; margin-bottom: 24px; }

/* In-flow featured image, placed inside the normal document flow (no overlap) */
.athma-blogpost-featured-img { margin: 0 0 34px; border-radius: var(--athma-radius-lg); overflow: hidden; box-shadow: var(--athma-shadow-soft); aspect-ratio: 16/9; background-color: var(--athma-bg-light); }
.athma-blogpost-featured-img img { width: 100%; height: 100%; object-fit: cover; display: block; }

.athma-blogpost-body h2 { color: var(--athma-navy); margin: 44px 0 16px; line-height: 1.35; }
.athma-blogpost-body h3 { color: var(--athma-navy); margin: 28px 0 12px; line-height: 1.4; }
.athma-blogpost-body p { color: var(--athma-text-gray); line-height: 1.85; margin: 0 0 18px; }
.athma-blogpost-body ul { list-style: none; margin: 0 0 22px; padding: 0; display: flex; flex-direction: column; gap: 10px; }
.athma-blogpost-body ul li { display: flex; align-items: flex-start; gap: 10px; color: var(--athma-text-gray); font-size: 16.5px; line-height: 1.65; }
.athma-blogpost-body ul li i { color: var(--athma-orange); font-size: 16px; margin-top: 5px; flex-shrink: 0; }
.athma-blogpost-body blockquote { border-left: 3px solid var(--athma-orange); padding: 4px 0 4px 22px; margin: 30px 0; color: var(--athma-navy); font-size: 19px !important; font-style: italic; line-height: 1.6; }

/* Pull image — a secondary in-article photo with caption, placed between sections to break up long text passages */
.athma-blogpost-pull-image { margin: 36px 0; }
.athma-blogpost-pull-image figure { margin: 0; border-radius: var(--athma-radius-lg); overflow: hidden; box-shadow: var(--athma-shadow-soft); aspect-ratio: 16/8; background-color: var(--athma-bg-light); }
.athma-blogpost-pull-image img { width: 100%; height: 100%; object-fit: cover; display: block; }
.athma-blogpost-pull-image figcaption { margin-top: 10px; color: var(--athma-text-gray); font-size: 13.5px; text-align: center; font-style: italic; }

/* Highlight / callout box — a short "key takeaway" style card, visual break from paragraph text */
.athma-blogpost-highlight-box { display: flex; gap: 16px; align-items: flex-start; background-color: var(--athma-bg-light); border-left: 4px solid var(--athma-orange); border-radius: var(--athma-radius-md); padding: 22px 24px; margin: 34px 0; }
.athma-blogpost-highlight-box-icon { flex-shrink: 0; display: flex; align-items: center; justify-content: center; width: 40px; height: 40px; border-radius: 50%; background-color: #fff; color: var(--athma-orange); font-size: 17px; box-shadow: var(--athma-shadow-soft); }
.athma-blogpost-highlight-box-copy strong { display: block; color: var(--athma-navy); font-size: 15px !important; font-weight: 700 !important; text-transform: uppercase; letter-spacing: 0.04em; margin-bottom: 6px; }
.athma-blogpost-highlight-box-copy p { color: var(--athma-text-dark); font-size: 16px; line-height: 1.65; margin: 0; }

/* In-content WhatsApp CTA block, dropped mid-article */
.athma-blogpost-cta { display: flex; align-items: center; gap: 20px; background-color: var(--athma-navy); background-image: linear-gradient(150deg, var(--athma-navy-dark) 0%, var(--athma-navy) 55%, var(--athma-navy-soft) 100%); border-radius: var(--athma-radius-lg); padding: 26px 28px; margin: 40px 0; box-shadow: var(--athma-shadow-soft); }
.athma-blogpost-cta-icon { flex-shrink: 0; display: flex; align-items: center; justify-content: center; width: 52px; height: 52px; border-radius: 50%; background-color: #25d366; color: #fff; font-size: 22px; }
.athma-blogpost-cta-copy { flex: 1; min-width: 0; }
.athma-blogpost-cta-copy strong { display: block; color: #fff; font-size: 17px !important; font-weight: 600 !important; margin-bottom: 4px; }
.athma-blogpost-cta-copy span { display: block; color: rgba(255,255,255,0.7); font-size: 14px; line-height: 1.5; }
.athma-blogpost-cta-btn { flex-shrink: 0; display: inline-flex; align-items: center; gap: 8px; background-color: #25d366; color: #fff; font-weight: 700; font-size: 14.5px; padding: 12px 20px; border-radius: 8px; white-space: nowrap; transition: transform 0.2s ease, background-color 0.2s ease; }
.athma-blogpost-cta-btn:hover { background-color: #1eb857; color: #fff; transform: translateY(-2px); }

/* Slogan strip — a short standalone brand line, dropped between sections */
.athma-blogpost-slogan { text-align: center; padding: 34px 20px; margin: 40px 0; background-color: var(--athma-bg-light); border-radius: var(--athma-radius-lg); }
.athma-blogpost-slogan-icon { display: inline-flex; align-items: center; justify-content: center; width: 40px; height: 40px; border-radius: 50%; background-color: rgba(24,93,155,0.12); color: var(--athma-orange); font-size: 17px; margin-bottom: 12px; }
.athma-blogpost-slogan p { color: var(--athma-navy); font-size: 20px !important; font-weight: 500 !important; line-height: 1.5; margin: 0; }
.athma-blogpost-slogan p span { color: var(--athma-orange); font-weight: 600; }

.athma-blogpost-faq-section { padding: 20px 0 70px; background-color: #f5f9fd; }
.athma-blogpost-faq-wrap { max-width: 780px; margin: 0 auto; }
.athma-blogpost-faq-heading { text-align: center; margin-bottom: 30px; }

.athma-blogpost-final-cta { margin-top: 50px; }

.athma-blogpost-share { display: flex; align-items: center; gap: 14px; margin: 44px 0 0; padding-top: 26px; border-top: 1px solid var(--athma-border-light); }
.athma-blogpost-share span { color: var(--athma-navy); font-weight: 700; font-size: 14px; }
.athma-blogpost-share a { display: flex; align-items: center; justify-content: center; width: 38px; height: 38px; border-radius: 50%; background-color: var(--athma-bg-light); color: var(--athma-navy); font-size: 15px; transition: background-color 0.2s ease, color 0.2s ease; }
.athma-blogpost-share a:hover { background-color: var(--athma-orange); color: #fff; }

@media (max-width: 768px) {
	.athma-blogpost-hero-section { padding: 90px 0 40px; }
	.athma-blogpost-title { font-size: 24px !important; }
	.athma-blogpost-body-section { padding: 36px 0 60px; }
	.athma-blogpost-lede { font-size: 17px !important; }
	.athma-blogpost-cta { flex-direction: column; text-align: center; padding: 24px 20px; }
	.athma-blogpost-cta-btn { width: 100%; justify-content: center; }
	.athma-blogpost-slogan p { font-size: 17px !important; }
	.athma-blogpost-highlight-box { flex-direction: column; }
}
.athma-blogs-row { row-gap: 28px; }
.athma-blogs-card { display: block; background-color: #fff; border: 1px solid var(--athma-border-light); border-radius: var(--athma-radius-lg); overflow: hidden; height: 100%; transition: transform 0.25s ease, box-shadow 0.25s ease; }
.athma-blogs-card:hover { transform: translateY(-6px); box-shadow: var(--athma-shadow-soft); }
.athma-blogs-card-media-link { display: block; }
.athma-blogs-card-media { position: relative; aspect-ratio: 16/10; background-color: var(--athma-bg-light); overflow: hidden; }
.athma-blogs-card-media img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.4s ease; }
.athma-blogs-card-media-link:hover .athma-blogs-card-media img { transform: scale(1.06); }
.athma-blogs-card-tag { position: absolute; top: 14px; left: 14px; background-color: var(--athma-orange); color: #fff; font-size: 11px; font-weight: 700; padding: 5px 12px; border-radius: 999px; }
.athma-blogs-card-body { padding: 22px; }
.athma-blogs-card-date { display: inline-flex; align-items: center; gap: 6px; color: var(--athma-text-gray); font-size: 12px; font-weight: 600; margin-bottom: 10px; }
.athma-blogs-card-body h2 { color: var(--athma-navy); font-size: 14px !important; font-weight: 700 !important; line-height: 1.35; margin-bottom: 10px; }
.athma-blogs-card-body h2 a { color: inherit; }
.athma-blogs-card-body h2 a:hover { color: var(--athma-orange); }
.athma-blogs-card-body p { color: var(--athma-text-gray); font-size: 14px; line-height: 1.65; margin-bottom: 16px; }
.athma-blogs-card-readmore { display: inline-flex; align-items: center; gap: 8px; color: var(--athma-orange); font-weight: 700; font-size: 13px; border: 1.5px solid var(--athma-orange); border-radius: 999px; padding: 9px 18px; transition: background-color 0.2s ease, color 0.2s ease, transform 0.2s ease; }
.athma-blogs-card-readmore i { transition: transform 0.2s ease; }
.athma-blogs-card-readmore:hover { background-color: var(--athma-orange); color: #fff; transform: translateY(-2px); }
.athma-blogs-card-readmore:hover i { transform: translateX(3px); }
.athma-legal-eyebrow { color: var(--athma-orange); font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; font-size: 14px; margin-bottom: 10px; }
.athma-legal-title { color: #fff; font-size: 35px; font-weight: 500; margin-bottom: 10px; }
.athma-legal-updated { display: inline-flex; align-items: center; gap: 6px; color: rgba(255,255,255,0.65); font-size: 14px; margin: 0; }
.athma-legal-section { padding: 56px 0 90px; background-color: #fff; }
.athma-legal-doc { max-width: 820px; }

/* Privacy Policy: flowing numbered document, no icons, no cards */
.athma-legal-doc-intro { color: var(--athma-text-gray); font-size: 16px; line-height: 1.85; margin: 0 0 40px; padding-bottom: 32px; border-bottom: 1px solid var(--athma-border-light); }
.athma-legal-doc-section { display: flex; gap: 22px; padding: 30px 0; border-bottom: 1px solid var(--athma-border-light); }
.athma-legal-doc-section:last-of-type { border-bottom: none; }
.athma-legal-doc-num { flex-shrink: 0; color: var(--athma-orange); font-size: 14px; font-weight: 800; letter-spacing: 0.05em; padding-top: 3px; width: 34px; }
.athma-legal-doc-body { flex: 1; min-width: 0; }
.athma-legal-doc-body h2 { color: var(--athma-navy); font-size: 18px; font-weight: 800; margin: 0 0 12px; }
.athma-legal-doc-body p { color: var(--athma-text-gray); font-size: 16px; line-height: 1.85; margin: 0 0 12px; }
.athma-legal-doc-body p:last-child { margin-bottom: 0; }
.athma-legal-doc-body a { color: var(--athma-orange); font-weight: 700; }
.athma-legal-doc-contact { margin-top: 34px; background-color: var(--athma-navy); background-image: linear-gradient(155deg, var(--athma-navy-dark) 0%, var(--athma-navy) 60%, var(--athma-navy-soft) 100%); border-radius: var(--athma-radius-lg); padding: 32px 34px; }
.athma-legal-doc-contact h2 { color: #fff; font-size: 18px; font-weight: 800; margin: 0 0 12px; }
.athma-legal-doc-contact p { color: rgba(255,255,255,0.82); font-size: 16px; line-height: 1.85; margin: 0 0 12px; }
.athma-legal-doc-contact p:last-child { margin-bottom: 0; }
.athma-legal-doc-contact a { color: var(--athma-orange); font-weight: 700; }

/* Terms & Conditions: icon-free cards, single column */
.athma-legal-card { background-color: #fff; border-radius: var(--athma-radius-lg); border: 1px solid var(--athma-border-light); padding: 28px 30px; margin-bottom: 16px; }
.athma-legal-card:last-of-type { margin-bottom: 0; }
.athma-legal-card h2 { color: var(--athma-navy); font-size: 18px; font-weight: 800; margin: 0 0 10px; }
.athma-legal-card p { color: var(--athma-text-gray); font-size: 16px; line-height: 1.8; margin: 0 0 12px; }
.athma-legal-card p:last-child { margin-bottom: 0; }
.athma-legal-card a { color: var(--athma-orange); font-weight: 700; }

.athma-legal-list { margin: 0 0 12px; padding-left: 20px; list-style: disc; display: block; }
.athma-legal-list li { color: var(--athma-text-gray); font-size: 16px; line-height: 1.75; margin-bottom: 6px; display: list-item; }

@media (max-width: 768px) {
	.athma-legal-hero-section { padding: 90px 0 40px; }
	.athma-legal-title { font-size: 25px; }
	.athma-legal-card { padding: 22px; }
	.athma-legal-doc-section { flex-direction: column; gap: 8px; }
	.athma-legal-doc-contact { padding: 26px 22px; }
}


/* ---- Fixed header spacing + general responsive polish (kept from base site) ---- */
@media (max-width: 768px) {
	.athma-rehab-home-header-wrap { position: fixed !important; top: 0 !important; left: 0 !important; width: 100% !important; z-index: 9999 !important; }
	.athma-rehab-home-topbar-slogan { display: none; }
	.athma-rehab-home-topbar-item-emergency { display: none; }
	.athma-rehab-home-topbar-divider { display: none; }
	.athma-rehab-home-header-logo { width: 150px; }
	.athma-rehab-home-hero-title { font-size: 31px; }
	.athma-rehab-home-hero-trust-row { display: none; }
	.athma-rehab-whatsapp-widget { bottom: 84px; right: 16px; }
	.athma-rehab-whatsapp-launcher { width: 48px; height: 48px; font-size: 23px; }
	.athma-rehab-whatsapp-panel { width: 260px; }
	.athma-rehab-chatbot { bottom: 16px; right: 16px; }
	.athma-rehab-chatbot-launcher { width: 52px; height: 52px; }
	.athma-rehab-chatbot-launcher-bubble { display: none; }
	.athma-rehab-chatbot-panel { position: fixed; inset: 0; width: auto; max-height: none; border-radius: 0; z-index: 1300; }
	.athma-rehab-chatbot-header { padding-top: calc(16px + env(safe-area-inset-top, 0px)); }
	.athma-rehab-chatbot-close { width: 38px; height: 38px; font-size: 16px; }
	.athma-rehab-chatbot-menu { grid-template-columns: 1fr; }

	/* ---- Mobile off-canvas nav menu (this was missing — the fix for the
	   broken/centered hamburger menu) ---- */
	.athma-rehab-home-header-logo { width: 150px; }
	.athma-rehab-home-header-collapse { width: 86vw !important; max-width: 360px !important; box-shadow: -12px 0 40px rgba(8, 26, 64, 0.18); }
	.athma-rehab-home-header-offcanvas-header { display: flex; align-items: center; justify-content: space-between; width: 100%; padding: 18px 20px; border-bottom: 1px solid var(--athma-border-light); }
	.athma-rehab-home-header-offcanvas-logo { width: 120px; height: auto; }
	.athma-rehab-home-header-offcanvas-close { width: 34px; height: 34px; border-radius: 50%; border: 1.5px solid var(--athma-border-light); background-color: #fff; color: var(--athma-navy); display: flex; align-items: center; justify-content: center; font-size: 16px; flex-shrink: 0; }
	.athma-rehab-home-header-offcanvas-body { padding: 18px !important; display: flex !important; flex-direction: column !important; gap: 16px !important; }
	.athma-rehab-home-header-actions.d-md-none { margin-top: 8px; }
	.athma-rehab-home-header-actions.d-md-none .athma-rehab-home-header-book-btn { width: 100%; justify-content: center; }
	.athma-rehab-home-header-menu { position: static !important; left: auto !important; top: auto !important; transform: none !important; display: flex !important; flex-direction: column !important; align-items: stretch !important; width: 100%; gap: 2px !important; }
	.athma-rehab-home-header-menu .nav-item { width: 100%; }
	.athma-rehab-home-header-menu .nav-link,
	.athma-rehab-home-header-menu .dropdown-toggle.nav-link { display: flex !important; width: 100% !important; justify-content: flex-start !important; text-align: left !important; padding: 12px 10px; font-size: 15px; border-bottom: 1px solid var(--athma-border-light); border-radius: 0; }
	.athma-rehab-home-header-menu .nav-link.active { color: var(--athma-orange); }
	.athma-rehab-home-header-nav-text { text-align: left !important; }
	.athma-rehab-home-header-dropdown-toggle { display: flex !important; justify-content: space-between !important; align-items: center; }
	/* Smooth expand instead of Bootstrap's abrupt display:none/grid swap —
	   that instant height jump is what was reading as a "shake". */
	.athma-rehab-home-header-dropdown-menu,
	.athma-rehab-home-header-megamenu { position: static; transform: none; width: 100%; margin-top: 0; box-shadow: none; padding: 0 0 0 14px; display: grid !important; grid-template-columns: 1fr; max-height: 0; overflow: hidden; opacity: 0; transition: max-height 0.4s ease, opacity 0.3s ease, padding 0.4s ease; }
	.athma-rehab-home-header-dropdown.is-mobile-open .athma-rehab-home-header-dropdown-menu,
	.athma-rehab-home-header-dropdown.is-mobile-open .athma-rehab-home-header-megamenu { max-height: 3000px; opacity: 1; padding: 4px 0 8px 14px; }
	.athma-rehab-home-header-dropdown.is-mobile-open .athma-rehab-home-header-dropdown-toggle { color: var(--athma-orange); }
	.athma-rehab-home-header-dropdown.is-mobile-open .athma-rehab-home-header-dropdown-toggle i { transform: rotate(180deg); }
	.athma-rehab-home-header-dropdown-menu-single { width: 100%; }
	.athma-rehab-home-header-dropdown-item { padding: 10px 6px; }
	.athma-rehab-home-header-megamenu-col + .athma-rehab-home-header-megamenu-col { border-left: none; padding-left: 0; margin-top: 8px; padding-top: 12px; border-top: 1px solid var(--athma-border-light); }
	.athma-rehab-home-header-megamenu-heading { margin-top: 4px; }
}

/* =========================================================
   THERAPY DETAIL PAGES (rTMS, VR-based therapy, bio-feedback
   therapy, group therapy, family therapy) AND SPECIALITY PAGES
   (dementia care, psychiatric rehab, addiction rehab). One shared
   set of classes — every therapy page reuses this exact CSS,
   only the content passed into therapy_page_content() differs.
   ========================================================= */
.athma-therapy-hero-section { position: relative; overflow: hidden; background-color: var(--athma-navy); background-size: cover; background-position: center; background-repeat: no-repeat; padding: 150px 0 80px; isolation: isolate; }
.athma-therapy-hero-container { max-width: 700px; margin: 0 auto; position: relative; z-index: 2; }
.athma-therapy-hero-breadcrumb { display: flex; align-items: center; justify-content: center; gap: 6px; color: rgba(255,255,255,0.6); font-size: 13px; font-weight: 600; margin-bottom: 18px; }
.athma-therapy-hero-breadcrumb a { color: rgba(255,255,255,0.6); }
.athma-therapy-hero-breadcrumb a:hover { color: var(--athma-orange); }
.athma-therapy-hero-title { color: #fff; font-size: 40px; font-weight: 500; line-height: 1.25; margin-bottom: 16px; }
.athma-therapy-hero-subtext { color: rgba(255,255,255,0.78); font-size: 17px; line-height: 1.7; margin: 0 auto 30px; max-width: 600px; }
.athma-therapy-hero-btn-row { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 24px; }
.athma-therapy-hero-btn { padding: 14px 30px; font-size: 15px; }
/* decorative photos peeking in from the left/right edges, behind the text */

/* mild, understated orange wash used sparingly on this page */
.athma-therapy-highlights-section { background-color: #eaf3fb; padding: 30px 0; border-bottom: 1px solid #d6e6f5; }
.athma-therapy-highlights-row { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 40px; }
.athma-therapy-highlight-col { text-align: center; }
.athma-therapy-highlight-number { display: block; color: var(--athma-orange-dark); font-size: 22px; font-weight: 800; margin-bottom: 2px; }
.athma-therapy-highlight-col span { color: var(--athma-text-gray); font-size: 13px; font-weight: 600; }
@media (max-width: 768px) { .athma-therapy-highlights-row { gap: 24px 32px; } }
.athma-therapy-faq-section { background-color: #f5f9fd; }


.athma-therapy-intro-section { padding: 64px 0; background-color: #fff; }
.athma-therapy-intro-row { row-gap: 32px; }
.athma-therapy-intro-media { border-radius: var(--athma-radius-lg); overflow: hidden; box-shadow: var(--athma-shadow-soft); background-color: var(--athma-bg-light); }
.athma-therapy-intro-img { width: 100%; aspect-ratio: 4/3; object-fit: cover; }
.athma-therapy-intro-eyebrow { color: var(--athma-orange); font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; font-size: 13px; margin-bottom: 10px; }
.athma-therapy-intro-title { color: var(--athma-navy); font-size: 26px; font-weight: 500; line-height: 1.35; margin-bottom: 16px; }
.athma-therapy-intro-col-text p { color: var(--athma-text-gray); font-size: 15px; line-height: 1.75; margin-bottom: 14px; }

.athma-therapy-conditions-section { padding: 60px 0; background-color: var(--athma-bg-light); }
.athma-therapy-conditions-heading-wrap { max-width: 620px; margin: 0 auto 36px; }
.athma-therapy-conditions-eyebrow { color: var(--athma-orange); font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; font-size: 13px; margin-bottom: 10px; }
.athma-therapy-conditions-title { color: var(--athma-navy); font-size: 26px; font-weight: 500; }
.athma-therapy-conditions-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.athma-therapy-conditions-card { background-color: #fff; border-radius: var(--athma-radius-lg); padding: 24px 20px; box-shadow: var(--athma-shadow-soft); transition: transform 0.2s ease; }
.athma-therapy-conditions-card:hover { transform: translateY(-4px); }
.athma-therapy-conditions-icon { display: flex; align-items: center; justify-content: center; width: 46px; height: 46px; border-radius: 50%; background-color: rgba(24,93,155,0.12); color: var(--athma-orange); font-size: 20px; margin-bottom: 14px; }
.athma-therapy-conditions-card strong { display: block; color: var(--athma-navy); font-size: 15.5px; font-weight: 700; margin-bottom: 6px; }
.athma-therapy-conditions-card p { color: var(--athma-text-gray); font-size: 13.5px; line-height: 1.55; margin: 0; }

.athma-therapy-process-section { padding: 64px 0; background-color: #fff; }
.athma-therapy-process-heading-wrap { max-width: 700px; margin: 0 auto 40px; }
.athma-therapy-process-intro { color: var(--athma-text-gray); font-size: 15px; line-height: 1.7; margin-top: 12px; }
.athma-therapy-process-eyebrow { color: var(--athma-orange); font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; font-size: 13px; margin-bottom: 10px; }
.athma-therapy-process-title { color: var(--athma-navy); font-size: 26px; font-weight: 500; }
.athma-therapy-process-steps { max-width: 760px; margin: 0 auto; display: flex; flex-direction: column; gap: 0; }
.athma-therapy-process-step { display: flex; gap: 22px; padding: 22px 0; border-bottom: 1px solid var(--athma-border-light); }
.athma-therapy-process-step:last-child { border-bottom: none; }
.athma-therapy-process-step-num { flex-shrink: 0; width: 46px; height: 46px; border-radius: 50%; background-color: var(--athma-navy); color: #fff; display: flex; align-items: center; justify-content: center; font-size: 14px; font-weight: 800; }
.athma-therapy-process-step-copy strong { display: block; color: var(--athma-navy); font-size: 16px; font-weight: 700; margin-bottom: 4px; }
.athma-therapy-process-step-copy p { color: var(--athma-text-gray); font-size: 14.5px; line-height: 1.6; margin: 0; }

.athma-therapy-benefits-section { padding: 64px 0; background-color: var(--athma-bg-light); }
.athma-therapy-benefits-row { row-gap: 32px; }
.athma-therapy-benefits-eyebrow { color: var(--athma-orange); font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; font-size: 13px; margin-bottom: 10px; }
.athma-therapy-benefits-title { color: var(--athma-navy); font-size: 26px; font-weight: 500; margin-bottom: 20px; }
.athma-therapy-benefits-list { display: flex; flex-direction: column; gap: 12px; }
.athma-therapy-benefits-list li { display: flex; align-items: center; gap: 10px; color: var(--athma-text-dark); font-weight: 500; font-size: 15px; }
.athma-therapy-benefits-list li i { color: var(--athma-orange); font-size: 19px; flex-shrink: 0; }
.athma-therapy-benefits-media { border-radius: var(--athma-radius-lg); overflow: hidden; box-shadow: var(--athma-shadow-soft); background-color: #fff; }
.athma-therapy-benefits-img { width: 100%; aspect-ratio: 4/3; object-fit: cover; }

.athma-therapy-related-section { padding: 60px 0; background-color: #fff; }
.athma-therapy-related-heading-wrap { max-width: 620px; margin: 0 auto 32px; }
.athma-therapy-related-eyebrow { color: var(--athma-orange); font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; font-size: 13px; margin-bottom: 10px; }
.athma-therapy-related-title { color: var(--athma-navy); font-size: 24px; font-weight: 500; }
.athma-therapy-related-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.athma-therapy-related-card { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 10px; background-color: var(--athma-bg-light); border-radius: var(--athma-radius-md); padding: 20px 12px; transition: background-color 0.2s ease, transform 0.2s ease; }
.athma-therapy-related-card:hover { background-color: #fff; box-shadow: var(--athma-shadow-soft); transform: translateY(-3px); }
.athma-therapy-related-icon { display: flex; align-items: center; justify-content: center; width: 44px; height: 44px; border-radius: 50%; background-color: #fff; color: var(--athma-orange); font-size: 19px; }
.athma-therapy-related-card:hover .athma-therapy-related-icon { background-color: var(--athma-orange); color: #fff; }
.athma-therapy-related-card strong { color: var(--athma-navy); font-size: 13.5px; font-weight: 700; }

@media (max-width: 992px) {
	.athma-therapy-conditions-grid { grid-template-columns: repeat(2, 1fr); }
	.athma-therapy-related-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 768px) {
	.athma-therapy-hero-section { padding: 90px 0 46px; }
	.athma-therapy-hero-title { font-size: 27px; }
	.athma-therapy-conditions-grid { grid-template-columns: repeat(2, 1fr); }
	.athma-therapy-related-grid { grid-template-columns: repeat(2, 1fr); }
	.athma-therapy-process-step { gap: 14px; }
}

/* =========================================================
   RESPONSIVE TYPOGRAPHY — fills the gaps: several section
   titles across the site had no mobile-specific size yet and
   were rendering at full desktop scale on small screens.
   ========================================================= */
@media (max-width: 768px) {
	.athma-about-accreditation-title,
	.athma-about-care-title,
	.athma-about-journey-title,
	.athma-rehab-contact-branch-title,
	.athma-rehab-facilities-gallery-title,
	.athma-rehab-social-title { font-size: 22px; }
	.athma-rehab-appointment-modal-title { font-size: 22px; }
	.athma-rehab-contact-hero-title { font-size: 30px; }
	.athma-rehab-home-about-title { font-size: 26px; }
	.athma-rehab-home-expert-title { font-size: 25px; }
	.athma-rehab-home-programs-title { font-size: 23px; }
	.athma-therapy-benefits-title,
	.athma-therapy-conditions-title,
	.athma-therapy-intro-title,
	.athma-therapy-process-title { font-size: 21px; }
}
@media (max-width: 480px) {
	.athma-rehab-home-hero-title { font-size: 26px; }
	.athma-about-hero-title,
	.athma-rehab-facilities-hero-title,
	.athma-therapy-hero-title { font-size: 23px; }
	.athma-legal-title { font-size: 21px; }
	.athma-rehab-contact-hero-title { font-size: 25px; }
}

/* =========================================================
   MOBILE BACKGROUND IMAGES — every section that uses a CSS
   background-image gets its own separate, mobile-specific
   image at 768px and below (rather than reusing/cropping the
   desktop photo). Drop the matching "-mobile.webp" file next
   to the desktop one for each — same filename, "-mobile"
   before the extension.
   ========================================================= */
@media (max-width: 768px) {
	.athma-rehab-home-hero-section { background-image: url('images/athma-home-banner-mobile.webp'); }
	.athma-rehab-home-about-section { background-image: url('images/who-we-are-bg-mobile.webp'); background-attachment: scroll; }
	.athma-rehab-home-cta-section { background-image: url('images/all-cta-bg-mobile.webp'); }
	.athma-rehab-facilities-hero-section { background-image: url('images/facilities-hero-bg-mobile.webp'); }
	.athma-rehab-contact-hero-section { background-image: url('images/contact-hero-bg-mobile.webp'); }
	.athma-about-hero-section { background-image: url('images/about-hero-building-mobile.webp'); }
	.athma-rehab-appointment-modal-aside { background-image: linear-gradient(155deg, rgba(8, 26, 64, 0.93) 0%, rgba(11, 37, 89, 0.9) 46%, rgba(22, 51, 110, 0.85) 100%), url('images/modal-hospital-bg-mobile.webp'); }
	.athma-rehab-home-testimonials-section { background-image: linear-gradient(rgba(255,255,255,0.35), rgba(255,255,255,0.35)), url('images/testimonials-bg-mobile.webp'); }
	.athma-rehab-home-leadership-section { background-image: linear-gradient(115deg, rgba(8,26,64,0.94) 0%, rgba(11,37,89,0.88) 45%, rgba(11,37,89,0.72) 100%), url('images/leadership-bg-mobile.webp'); }
	.athma-about-team-grid-section { background-image: url('images/about-team-grid-bg-mobile.webp'); }
	.athma-legal-hero-section { background-image: linear-gradient(72deg, rgba(8, 26, 64, 0.92) 15%, rgba(11, 37, 89, 0.46) 98%, rgba(16, 37, 89, 0.7) 102%), url('images/blog-background-mobile.webp'); }
}

/* =========================================================
   SPECIALITY PAGES (dementia care, psychiatric, addiction) —
   a genuinely distinct design from the therapy pages, prefix
   athma-speciality-. Larger hero banner, a clean numbered list
   for "who this helps" instead of icon cards, and a vertical
   timeline for the treatment process instead of stacked steps.
   ========================================================= */

/* ---- 1. Hero — noticeably larger banner than the therapy pages ---- */
.athma-speciality-hero-section { position: relative; overflow: hidden; background-color: var(--athma-navy); background-size: cover; background-position: center; background-repeat: no-repeat; padding: 190px 0 110px; min-height: 460px; display: flex; align-items: center; isolation: isolate; }
.athma-speciality-hero-container { max-width: 760px; margin: 0 auto; }
.athma-speciality-hero-breadcrumb { display: flex; align-items: center; justify-content: center; gap: 6px; color: rgba(255,255,255,0.6); font-size: 14px; font-weight: 500; margin-bottom: 20px; }
.athma-speciality-hero-breadcrumb a { color: rgba(255,255,255,0.6); }
.athma-speciality-hero-breadcrumb a:hover { color: var(--athma-orange); }
.athma-speciality-hero-title { color: #fff; font-weight: 400 !important; line-height: 1.2; margin-bottom: 18px; }
.athma-speciality-hero-subtext { color: rgba(255,255,255,0.8); line-height: 1.7; margin: 0 auto 34px; max-width: 620px; }
.athma-speciality-hero-btn-row { display: flex; justify-content: center; }
.athma-speciality-hero-btn { padding: 15px 32px; font-size: 15px; }

/* ---- 2. Highlights strip ---- */
.athma-speciality-highlights-section { background-color: #fff6ee; padding: 32px 0; border-bottom: 1px solid #fbe3cf; }
.athma-speciality-highlights-row { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 44px; }
.athma-speciality-highlight-col { text-align: center; }
.athma-speciality-highlight-number { display: block; color: var(--athma-orange-dark); font-weight: 700 !important; font-size: 23px !important; margin-bottom: 2px; }
.athma-speciality-highlight-col span { color: var(--athma-text-gray); font-size: 13px; font-weight: 600; }

/* ---- 3. Overview ---- */
.athma-speciality-overview-section { padding: 66px 0; background-color: #fff; }
.athma-speciality-overview-row { row-gap: 32px; }
.athma-speciality-overview-media { border-radius: var(--athma-radius-lg); overflow: hidden; box-shadow: var(--athma-shadow-soft); background-color: var(--athma-bg-light); }
.athma-speciality-overview-img { width: 100%; aspect-ratio: 4/3; object-fit: cover; }
.athma-speciality-overview-eyebrow { color: var(--athma-orange); font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; font-size: 13px; margin-bottom: 10px; }
.athma-speciality-overview-title { color: var(--athma-navy); line-height: 1.35; margin-bottom: 16px; }
.athma-speciality-overview-col-text p { color: var(--athma-text-gray); line-height: 1.75; margin-bottom: 14px; }

/* ---- 4. Who this helps — clean numbered list, not icon cards ---- */
.athma-speciality-helps-section { padding: 64px 0; background-color: var(--athma-bg-light); }
.athma-speciality-helps-heading-wrap { max-width: 620px; margin: 0 auto 40px; text-align: center; }
.athma-speciality-helps-eyebrow { color: var(--athma-orange); font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; font-size: 13px; margin-bottom: 10px; }
.athma-speciality-helps-title { color: var(--athma-navy); }
.athma-speciality-helps-grid { max-width: 880px; margin: 0 auto; display: grid; grid-template-columns: repeat(2, 1fr); gap: 4px 40px; }
.athma-speciality-helps-item { display: flex; gap: 16px; padding: 18px 0; border-bottom: 1px solid var(--athma-border-light); }
.athma-speciality-helps-num { flex-shrink: 0; color: var(--athma-orange); font-weight: 700; font-size: 15px; padding-top: 2px; width: 28px; }
.athma-speciality-helps-item strong { display: block; color: var(--athma-navy); font-size: 16px; font-weight: 700; margin-bottom: 4px; }
.athma-speciality-helps-item p { color: var(--athma-text-gray); font-size: 14px !important; line-height: 1.55; margin: 0; }

/* ---- 5. Our Process — vertical timeline ---- */
.athma-speciality-process-section { padding: 66px 0; background-color: #fff; }
.athma-speciality-process-heading-wrap { max-width: 700px; margin: 0 auto 44px; text-align: center; }
.athma-speciality-process-eyebrow { color: var(--athma-orange); font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; font-size: 13px; margin-bottom: 10px; }
.athma-speciality-process-title { color: var(--athma-navy); margin-bottom: 12px; }
.athma-speciality-process-intro { color: var(--athma-text-gray) !important; font-size: 15px !important; line-height: 1.7; margin: 0 auto; }
.athma-speciality-timeline { max-width: 640px; margin: 0 auto; position: relative; padding-left: 32px; }
.athma-speciality-timeline::before { content: ""; position: absolute; left: 13px; top: 6px; bottom: 6px; width: 2px; background-color: var(--athma-border-light); }
.athma-speciality-timeline-step { position: relative; padding-bottom: 34px; }
.athma-speciality-timeline-step:last-child { padding-bottom: 0; }
.athma-speciality-timeline-marker { position: absolute; left: -32px; top: 0; width: 28px; height: 28px; border-radius: 50%; background-color: var(--athma-navy); color: #fff; display: flex; align-items: center; justify-content: center; font-size: 13px; font-weight: 700; z-index: 1; }
.athma-speciality-timeline-copy strong { display: block; color: var(--athma-navy); font-size: 16px; font-weight: 700; margin-bottom: 6px; }
.athma-speciality-timeline-copy p { color: var(--athma-text-gray); font-size: 14.5px !important; line-height: 1.6; margin: 0; }

/* ---- 6. What's included ---- */
.athma-speciality-included-section { padding: 66px 0; background-color: var(--athma-bg-light); }
.athma-speciality-included-row { row-gap: 32px; }
.athma-speciality-included-eyebrow { color: var(--athma-orange); font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; font-size: 13px; margin-bottom: 10px; }
.athma-speciality-included-title { color: var(--athma-navy); margin-bottom: 20px; }
.athma-speciality-included-list { display: flex; flex-direction: column; gap: 12px; list-style: none; margin: 0; padding: 0; }
.athma-speciality-included-list li { display: flex; align-items: center; gap: 10px; color: var(--athma-text-dark); font-weight: 500; font-size: 15px; }
.athma-speciality-included-list li i { color: var(--athma-orange); font-size: 19px; flex-shrink: 0; }
.athma-speciality-included-media { border-radius: var(--athma-radius-lg); overflow: hidden; box-shadow: var(--athma-shadow-soft); background-color: #fff; }
.athma-speciality-included-img { width: 100%; aspect-ratio: 4/3; object-fit: cover; }

.athma-speciality-faq-section { background-color: #fffaf5; }

@media (max-width: 992px) {
	.athma-speciality-helps-grid { grid-template-columns: 1fr; }
}
@media (max-width: 768px) {
	.athma-speciality-hero-section { padding: 120px 0 60px; min-height: 360px; }
	.athma-speciality-hero-title { font-size: 26px !important; }
	.athma-speciality-highlights-row { gap: 24px 32px; }
	.athma-speciality-timeline { padding-left: 26px; }
	.athma-speciality-timeline-marker { left: -26px; width: 24px; height: 24px; font-size: 11px; }
}

@media (prefers-reduced-motion: reduce) {
	* { animation-duration: 0.001ms !important; animation-iteration-count: 1 !important; transition-duration: 0.001ms !important; }
	html { scroll-behavior: auto; }
}