/*
Theme Name: Delta Dental Clinic
Theme URI: https://deltadentalbc.com
Author: Delta Dental Clinic
Author URI: https://deltadentalbc.com
Description: A clean Elementor-friendly WordPress theme for Delta Dental Clinic.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: delta-dental
Tags: dental, clinic, medical, health, responsive, elementor
*/

:root {
    --primary: #1B7FB5;
    --secondary: #2CA6DE;
    --accent: #E8F4FB;
    --text: #5A6872;
    --heading: #2F4453;
    --white: #ffffff;
    --light: #F4F9FD;
    --border: rgba(27, 127, 181, 0.12);
    --shadow-soft: 0 18px 40px rgba(27,127,181,0.10);
    --shadow-strong: 0 28px 60px rgba(27,127,181,0.22);
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    line-height: 1.7;
    color: var(--text);
    background: var(--white);
}

a {
    color: var(--secondary);
    text-decoration: none;
}

a:hover {
    color: var(--primary);
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Poppins', sans-serif;
    color: var(--heading);
    line-height: 1.15;
}

p {
    margin-bottom: 1rem;
}

.container {
    width: min(1200px, calc(100% - 40px));
    margin: 0 auto;
}

.top-contact-bar {
    background: var(--primary);
    color: var(--white);
    font-size: 0.95rem;
    position: relative;
    z-index: 1000;
}

.top-contact-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    padding: 0.85rem 0;
    flex-wrap: wrap;
}

.top-contact-item {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
}

.top-contact-item a {
    color: var(--white);
}

.top-contact-items {
    display: flex;
    align-items: center;
    gap: 1.25rem;
    flex-wrap: wrap;
}

.top-contact-note {
    font-weight: 600;
    color: rgba(255,255,255,0.92);
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 999;
    background: rgba(255,255,255,0.96);
    backdrop-filter: blur(10px);
    box-shadow: 0 10px 30px rgba(14,59,67,0.08);
    border-bottom: 1px solid rgba(14,59,67,0.04);
}

.header-container {
    min-height: 84px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
}

.site-logo,
.site-logo a {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    color: var(--primary);
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    font-size: 1.35rem;
}

.site-logo img {
    max-height: 64px;
    width: auto;
}

.site-logo a,
.site-logo .custom-logo-link {
    display: inline-flex;
    align-items: center;
}

.site-logo .custom-logo {
    max-height: 64px;
    width: auto;
}

.footer-logo {
    max-height: 56px;
    width: auto;
    margin-bottom: 1rem;
    background: #ffffff;
    padding: 10px 14px;
    border-radius: 14px;
    display: inline-block;
}

.header-actions {
    display: flex;
    align-items: center;
    gap: 1.5rem;
}

.header-cta-links {
    display: flex;
    align-items: center;
    gap: 0.9rem;
}

.header-call-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 0.8rem 1.15rem;
    border-radius: 999px;
    color: var(--primary);
    border: 1px solid rgba(18,63,82,0.10);
    background: rgba(255,255,255,0.86);
    font-weight: 600;
}

.header-call-link:hover {
    color: var(--secondary);
}

.main-navigation ul {
    list-style: none;
    display: flex;
    gap: 1.5rem;
}

.main-navigation a {
    color: #24484e;
    font-weight: 600;
}

.main-navigation a:hover {
    color: var(--secondary);
}

.home .top-contact-bar {
    background: rgba(8, 33, 38, 0.96);
}

.home .site-header {
    background: rgba(255,255,255,0.92);
    backdrop-filter: blur(14px);
}

.book-appointment-btn,
.button,
.wp-element-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.95rem 1.5rem;
    border-radius: 999px;
    border: none;
    background: linear-gradient(135deg, var(--primary), var(--secondary));
    color: var(--white);
    font-weight: 600;
    box-shadow: 0 14px 30px rgba(27,127,181,0.28);
}

.book-appointment-btn:hover,
.button:hover,
.wp-element-button:hover {
    color: var(--white);
    filter: brightness(1.05);
}

.mobile-menu-toggle {
    display: none;
    background: transparent;
    border: 0;
    width: 44px;
    height: 44px;
    cursor: pointer;
}

.mobile-menu-toggle span {
    display: block;
    width: 24px;
    height: 2px;
    background: var(--primary);
    margin: 5px auto;
}

.site-content {
    min-height: 60vh;
    overflow: hidden;
}

.section {
    padding: 90px 0;
}

.section-light {
    background: var(--light);
}

.section-white {
    background: var(--white);
}

.section-kicker {
    display: inline-block;
    margin-bottom: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    font-size: 0.78rem;
    font-weight: 700;
    color: var(--secondary);
}

.card-kicker,
.panel-kicker {
    display: inline-block;
    margin-bottom: 0.85rem;
    padding: 0.42rem 0.75rem;
    border-radius: 999px;
    background: var(--accent);
    color: var(--secondary);
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.section-title {
    font-size: clamp(2rem, 4vw, 3rem);
    margin-bottom: 1rem;
    text-align: center;
}

.section-title-left {
    text-align: left;
}

.section-subtitle {
    max-width: 760px;
    margin: 0 auto;
    text-align: center;
}

.hero-section {
    background: linear-gradient(180deg, #EFF7FC 0%, #ffffff 100%);
    padding: 110px 0 90px;
}

.hero-section-parallax {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    padding: 110px 0 150px;
}

.hero-shell {
    display: grid;
    grid-template-columns: minmax(0, 1.3fr) minmax(300px, 0.7fr);
    gap: 2.5rem;
    align-items: stretch;
}

.hero-shell-overlay {
    min-height: 650px;
    align-items: end;
}

.hero-copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 760px;
}

.hero-copy-light {
    color: rgba(255,255,255,0.92);
    padding: 1rem 0 2rem;
}

.hero-eyebrow {
    display: inline-flex;
    padding: 0.5rem 0.9rem;
    border-radius: 999px;
    background: var(--accent);
    color: var(--secondary);
    font-weight: 700;
    margin-bottom: 1rem;
}

.hero-title {
    font-size: clamp(2rem, 3.4vw, 2.9rem);
    line-height: 1.18;
    margin-bottom: 1rem;
    max-width: 20ch;
    letter-spacing: -0.01em;
}

.hero-copy-light .hero-title,
.hero-copy-light .hero-eyebrow {
    color: var(--white);
}

.hero-copy-light .hero-eyebrow {
    background: rgba(255,255,255,0.14);
    backdrop-filter: blur(6px);
}

.hero-subtitle {
    font-size: 1.1rem;
    max-width: 700px;
    margin-bottom: 1.75rem;
}

.hero-subtitle-light {
    color: rgba(255,255,255,0.86);
}

.hero-buttons {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.call-now-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.95rem 1.5rem;
    border-radius: 999px;
    border: 1px solid var(--border);
    color: var(--primary);
    background: rgba(255,255,255,0.7);
    font-weight: 600;
}

.hero-highlights {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
    margin-top: 2rem;
}

.hero-visual-wrap {
    position: relative;
    min-height: 100%;
    display: grid;
    gap: 1.25rem;
}

.hero-highlight,
.quick-info-card,
.service-card,
.stat-card,
.contact-card,
.feature-panel,
.testimonial-card {
    background: var(--white);
    border: 1px solid var(--border);
    border-radius: 24px;
    padding: 1.6rem;
    box-shadow: var(--shadow-soft);
}

.hero-highlight strong {
    display: block;
    color: var(--primary);
    margin-bottom: 0.35rem;
}

.hero-copy-light .hero-highlight {
    background: rgba(255,255,255,0.92);
    border-color: rgba(255,255,255,0.12);
}

.hero-panel {
    background: linear-gradient(180deg, var(--primary) 0%, var(--secondary) 100%);
    color: var(--white);
    border-radius: 28px;
    padding: 2rem;
    box-shadow: var(--shadow-strong);
}

.hero-panel-main {
    position: relative;
    z-index: 2;
    margin-left: 32px;
    margin-top: -110px;
    max-width: 340px;
}

.hero-panel-floating {
    margin-left: auto;
    margin-top: 0;
    width: min(100%, 360px);
}

.hero-panel h2,
.hero-panel h3 {
    color: var(--white);
    margin-bottom: 1rem;
}

.hero-panel-list {
    list-style: none;
    display: grid;
    gap: 0.8rem;
    margin-bottom: 1.25rem;
}

.hero-panel-card {
    background: rgba(255,255,255,0.14);
    border-radius: 20px;
    padding: 1.2rem;
}

.hero-image-frame {
    position: relative;
    min-height: 620px;
    border-radius: 40px;
    overflow: hidden;
    box-shadow: var(--shadow-strong);
    background: #dfeeee;
}

.hero-image {
    width: 100%;
    height: 100%;
    min-height: 620px;
    object-fit: cover;
}

.hero-badge {
    position: absolute;
    z-index: 2;
    max-width: 180px;
    background: rgba(255,255,255,0.92);
    border: 1px solid rgba(14,59,67,0.08);
    border-radius: 18px;
    padding: 0.85rem 1rem;
    box-shadow: 0 16px 30px rgba(14,59,67,0.08);
}

.hero-badge strong {
    display: block;
    color: var(--primary);
    margin-bottom: 0.2rem;
}

.hero-badge span {
    font-size: 0.9rem;
    line-height: 1.5;
}

.hero-badge-top {
    top: 18px;
    left: 18px;
}

.hero-badge-bottom {
    right: 18px;
    bottom: 18px;
}

.quick-info-grid,
.services-grid,
.stats-grid,
.contact-grid,
.testimonials-grid,
.footer-grid {
    display: grid;
    gap: 1.5rem;
}

.quick-info-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.quick-info-section {
    position: relative;
    z-index: 3;
    margin-top: -40px;
    padding-top: 0;
}

.quick-info-section-home {
    margin-top: -86px;
}

.section-overlap-top {
    padding-top: 70px;
}

.services-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 2rem;
}

.service-card {
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.signature-services-section {
    border-top: 1px solid rgba(14,59,67,0.04);
}

.signature-services-head {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(280px, 420px);
    gap: 2rem;
    align-items: end;
    margin-bottom: 2rem;
}

.signature-services-copy {
    margin: 0;
}

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

.signature-service-card {
    padding: 2rem;
    border-radius: 28px;
    background: var(--light);
    border: 1px solid var(--border);
    box-shadow: var(--shadow-soft);
}

.signature-service-card a {
    display: inline-flex;
    margin-top: 1rem;
    font-weight: 700;
}

.signature-service-card-featured {
    background: linear-gradient(160deg, #1B7FB5 0%, #2CA6DE 100%);
    box-shadow: var(--shadow-strong);
}

.signature-service-card-featured .card-kicker,
.signature-service-card-featured .service-title,
.signature-service-card-featured p,
.signature-service-card-featured a {
    color: var(--white);
}

.signature-service-card-featured .card-kicker {
    background: rgba(255,255,255,0.14);
}

.care-categories-section {
    border-top: 1px solid rgba(14,59,67,0.04);
}

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

.care-category-card {
    display: grid;
    grid-template-columns: 180px minmax(0, 1fr);
    gap: 1.25rem;
    align-items: center;
    padding: 1.25rem;
    border-radius: 26px;
    background: var(--white);
    border: 1px solid var(--border);
    box-shadow: var(--shadow-soft);
}

.care-category-media {
    border-radius: 20px;
    overflow: hidden;
}

.care-category-image {
    width: 100%;
    height: 170px;
    object-fit: cover;
}

.care-category-body p {
    margin-bottom: 0;
}

.service-card:hover,
.testimonial-card:hover,
.contact-card:hover,
.quick-info-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 22px 46px rgba(14,59,67,0.12);
}

.service-title,
.contact-title {
    margin-bottom: 0.75rem;
}

.about-split {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.9fr);
    gap: 2rem;
    align-items: center;
}

.about-copy {
    max-width: 720px;
}

.about-side-stack {
    display: grid;
    gap: 1.25rem;
}

.experience-section {
    border-top: 1px solid rgba(14,59,67,0.04);
}

.experience-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
    gap: 2rem;
    align-items: start;
}

.experience-copy {
    max-width: 760px;
}

.experience-points {
    display: grid;
    gap: 1rem;
    margin-top: 1.75rem;
}

.experience-point {
    padding: 1.2rem 1.3rem;
    border-radius: 22px;
    background: var(--white);
    border: 1px solid var(--border);
    box-shadow: var(--shadow-soft);
}

.experience-point strong {
    display: block;
    color: var(--primary);
    margin-bottom: 0.35rem;
}

.experience-side {
    display: grid;
    gap: 1rem;
}

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

.experience-card {
    padding: 1.35rem;
    border-radius: 24px;
    background: var(--white);
    border: 1px solid var(--border);
    box-shadow: var(--shadow-soft);
}

.experience-card strong {
    display: block;
    color: var(--primary);
    margin-bottom: 0.4rem;
}

.experience-card-primary {
    background: linear-gradient(160deg, var(--primary), var(--secondary));
    color: var(--white);
    box-shadow: var(--shadow-strong);
}

.experience-card-primary h3,
.experience-card-primary p {
    color: var(--white);
}

.feature-panel-image {
    min-height: 240px;
    background:
        linear-gradient(180deg, rgba(255,255,255,0.92), rgba(255,255,255,0.92)),
        linear-gradient(135deg, #E8F4FB, #F4F9FD);
}

.feature-panel-media {
    padding: 0;
    overflow: hidden;
}

.section-photo {
    width: 100%;
    height: 100%;
    min-height: 360px;
    object-fit: cover;
}

.about-metrics {
    display: flex;
    flex-wrap: wrap;
    gap: 0.9rem;
    margin-top: 1.5rem;
}

.metric-chip {
    min-width: 200px;
    padding: 0.9rem 1rem;
    border-radius: 18px;
    background: var(--accent);
    border: 1px solid rgba(14,59,67,0.06);
}

.metric-chip strong {
    display: block;
    color: var(--primary);
    margin-bottom: 0.25rem;
}

.feature-list {
    list-style: none;
    display: grid;
    gap: 0.8rem;
}

.feature-list li {
    position: relative;
    padding-left: 1.1rem;
}

.feature-list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.75rem;
    width: 6px;
    height: 6px;
    border-radius: 999px;
    background: var(--secondary);
}

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

.stats-section {
    padding-top: 20px;
}

.stat-card {
    text-align: center;
}

.stat-card strong {
    display: block;
    color: var(--primary);
    font-size: 2rem;
    margin-bottom: 0.35rem;
}

.testimonials-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 2rem;
}

.testimonial-card {
    display: flex;
    flex-direction: column;
    gap: 0.9rem;
}

.process-section {
    border-top: 1px solid rgba(14,59,67,0.04);
}

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

.process-card {
    padding: 1.6rem;
    border-radius: 24px;
    background: var(--white);
    border: 1px solid var(--border);
    box-shadow: var(--shadow-soft);
}

.process-step {
    width: 48px;
    height: 48px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
    background: var(--accent);
    color: var(--primary);
    font-weight: 700;
}

.testimonial-rating {
    color: #d9a441;
    letter-spacing: 0.1em;
    font-size: 0.95rem;
}

.testimonial-meta {
    color: rgba(14,59,67,0.65);
    font-size: 0.92rem;
    font-weight: 600;
}

.content-shell {
    width: min(960px, 100%);
}

.inner-page-hero-section {
    background:
        radial-gradient(circle at top left, rgba(44,166,222,0.14), transparent 34%),
        linear-gradient(180deg, #F4F9FD 0%, #ffffff 100%);
    padding-top: 84px;
    padding-bottom: 44px;
}

.inner-page-hero-shell {
    max-width: 760px;
}

.inner-page-title {
    margin-bottom: 0.8rem;
}

.inner-page-subtitle {
    max-width: 640px;
    font-size: 1.05rem;
}

.inner-page-content-section {
    padding-top: 40px;
}

.inner-page-shell {
    width: min(1080px, calc(100% - 40px));
}

.inner-page-article {
    background: var(--white);
    border: 1px solid var(--border);
    border-radius: 32px;
    box-shadow: var(--shadow-soft);
    overflow: hidden;
}

.inner-page-content {
    padding: 2.5rem;
}

.inner-page-content h2,
.inner-page-content h3,
.inner-page-content h4 {
    margin-top: 2rem;
    margin-bottom: 0.8rem;
}

.inner-page-content ul,
.inner-page-content ol {
    margin: 0 0 1.2rem 1.2rem;
}

.inner-page-content p:last-child {
    margin-bottom: 0;
}

.entry-content {
    line-height: 1.85;
}

.entry-content > *:last-child {
    margin-bottom: 0;
}

.contact-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 2rem;
}

.contact-visual-shell {
    margin-top: 2rem;
    border-radius: 34px;
    overflow: hidden;
    box-shadow: var(--shadow-soft);
}

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

.contact-grid-featured {
    align-items: stretch;
}

.contact-card-location,
.contact-card-booking {
    position: relative;
    overflow: hidden;
}

.contact-card-location::after,
.contact-card-booking::after {
    content: '';
    position: absolute;
    inset: auto -40px -40px auto;
    width: 140px;
    height: 140px;
    border-radius: 999px;
    background: radial-gradient(circle, rgba(22,124,114,0.12), transparent 70%);
}

.section-inline-cta {
    margin-top: 2rem;
    display: flex;
    justify-content: center;
}

.cta-band-section {
    padding-top: 30px;
    padding-bottom: 30px;
}

.cta-band {
    background: linear-gradient(135deg, var(--primary), var(--secondary));
    color: var(--white);
    border-radius: 30px;
    padding: 2.25rem;
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) auto;
    gap: 1.5rem;
    align-items: center;
    box-shadow: var(--shadow-strong);
}

.cta-band .section-title,
.cta-band .section-kicker,
.cta-band p {
    color: var(--white);
}

.cta-band .section-kicker {
    background: rgba(255,255,255,0.12);
    padding: 0.45rem 0.75rem;
    border-radius: 999px;
    letter-spacing: 0.08em;
}

.cta-band-actions {
    display: flex;
    flex-direction: column;
    gap: 0.9rem;
    min-width: 220px;
}

.cta-band .call-now-btn {
    border-color: rgba(255,255,255,0.22);
    color: var(--white);
    background: rgba(255,255,255,0.08);
}

.reassurance-section {
    padding-top: 20px;
    padding-bottom: 30px;
}

.reassurance-shell {
    display: grid;
    gap: 1.5rem;
}

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

.reassurance-item {
    padding: 1.35rem 1.4rem;
    border-radius: 22px;
    background: var(--light);
    border: 1px solid var(--border);
}

.reassurance-item strong {
    display: block;
    color: var(--primary);
    margin-bottom: 0.4rem;
}

.info-strip-section {
    padding-top: 10px;
    padding-bottom: 40px;
}

.info-strip-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
}

.info-strip-card {
    padding: 1.25rem 1.35rem;
    border-radius: 20px;
    background: var(--white);
    border: 1px solid var(--border);
    box-shadow: var(--shadow-soft);
}

.info-strip-card strong {
    display: block;
    color: var(--primary);
    margin-bottom: 0.4rem;
}

.section {
    padding: 108px 0;
}

.home-hero-section {
    background:
        radial-gradient(circle at top left, rgba(44,166,222,0.16), transparent 38%),
        radial-gradient(circle at bottom right, rgba(27,127,181,0.08), transparent 40%),
        linear-gradient(180deg, #F4F9FD 0%, #ffffff 100%);
    padding-top: 84px;
    padding-bottom: 84px;
}

.hero-title-dark,
.hero-subtitle-dark {
    color: var(--heading);
}

.home-hero-layout,
.home-about-layout,
.home-experience-layout,
.home-contact-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.02fr) minmax(340px, 0.98fr);
    gap: 3rem;
    align-items: center;
}

.home-hero-copy,
.home-about-copy,
.home-experience-copy,
.home-contact-copy {
    max-width: 680px;
}

.home-hero-points,
.home-about-checks,
.home-experience-list,
.home-contact-cards {
    display: grid;
    gap: 1rem;
}

.home-hero-points {
    margin-top: 1.8rem;
}

.home-hero-point,
.home-trust-card,
.home-service-card,
.home-experience-item,
.home-experience-card,
.home-testimonial-card,
.contact-card {
    background: var(--white);
    border: 1px solid var(--border);
    border-radius: 28px;
    box-shadow: var(--shadow-soft);
}

.home-hero-point {
    display: grid;
    gap: 0.3rem;
    padding: 1rem 1.15rem;
}

.home-hero-point strong,
.home-experience-item strong {
    color: var(--primary);
}

.home-hero-visual,
.home-experience-side {
    display: grid;
    gap: 1.25rem;
}

.home-hero-image-frame,
.home-about-visual,
.home-experience-media,
.home-contact-visual {
    position: relative;
    overflow: hidden;
    border-radius: 36px;
    background: #e9f3f5;
    box-shadow: var(--shadow-strong);
}

.home-hero-image,
.home-about-image,
.home-experience-image,
.home-contact-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home-hero-image,
.home-contact-image {
    min-height: 620px;
}

.home-about-image,
.home-experience-image {
    min-height: 520px;
}

.home-hero-badge {
    position: absolute;
    z-index: 2;
    max-width: 210px;
    padding: 0.95rem 1rem;
    border-radius: 18px;
    background: rgba(255,255,255,0.94);
    border: 1px solid rgba(18,63,82,0.08);
    box-shadow: 0 18px 34px rgba(18,63,82,0.10);
}

.home-hero-badge strong {
    display: block;
    color: var(--primary);
    margin-bottom: 0.25rem;
}

.home-hero-badge span {
    font-size: 0.92rem;
    line-height: 1.5;
}

.home-hero-badge-top {
    top: 18px;
    left: 18px;
}

.home-hero-badge-bottom {
    right: 18px;
    bottom: 18px;
}

.home-hero-card,
.home-cta-band {
    background: linear-gradient(145deg, #1B7FB5 0%, #2CA6DE 100%);
    color: var(--white);
    border-radius: 32px;
    box-shadow: var(--shadow-strong);
}

.home-hero-card {
    padding: 2rem;
}

.home-hero-card h2,
.home-cta-band h2,
.home-cta-band p {
    color: var(--white);
}

.hero-panel-list {
    margin-bottom: 0;
}

.hero-panel-list li {
    position: relative;
    padding-left: 1.2rem;
}

.hero-panel-list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.8rem;
    width: 6px;
    height: 6px;
    border-radius: 999px;
    background: rgba(255,255,255,0.85);
}

.home-trust-section {
    padding-top: 24px;
}

.home-trust-grid,
.home-services-grid,
.home-testimonials-grid {
    display: grid;
    gap: 1.5rem;
}

.home-trust-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.home-trust-card,
.home-service-card,
.home-testimonial-card,
.contact-card {
    padding: 1.7rem;
}

.home-about-checks {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 1.5rem;
}

.home-about-check {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    padding: 1rem 1.1rem;
    background: var(--light);
    border: 1px solid var(--border);
    border-radius: 18px;
}

.home-about-check i,
.home-service-icon {
    color: var(--secondary);
}

.home-services-section {
    background: linear-gradient(180deg, #F4F9FD 0%, #E8F1F8 100%);
}

.home-services-heading,
.home-testimonials-head {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 0.75rem;
    max-width: 760px;
    margin: 0 auto 3rem;
}

.home-services-heading .section-kicker,
.home-testimonials-head .section-kicker {
    margin-bottom: 0.35rem;
}

.home-services-heading .section-title,
.home-testimonials-head .section-title {
    text-align: center;
    max-width: 22ch;
    font-size: clamp(1.8rem, 3vw, 2.5rem);
    line-height: 1.22;
    margin-bottom: 0.5rem;
}

.home-services-heading .section-subtitle,
.home-testimonials-head .section-subtitle {
    text-align: center;
    max-width: 60ch;
    color: var(--text);
    font-size: 1.02rem;
    line-height: 1.65;
    margin: 0;
}

.home-services-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.home-services-grid-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.home-services-grid-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.home-services-section + .home-services-section {
    padding-top: 0;
}

.tech-grid .tech-card {
    background: linear-gradient(155deg, #ffffff 0%, #F0F7FC 100%);
    border: 1px solid rgba(44,166,222,0.18);
}

.tech-grid .tech-card .home-service-icon {
    background: linear-gradient(135deg, var(--primary), var(--secondary));
    color: #ffffff;
}

@media (max-width: 900px) {
    .home-services-grid-2,
    .home-services-grid-3 {
        grid-template-columns: 1fr;
    }
}

.home-service-card {
    transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.home-service-card:hover,
.home-trust-card:hover,
.home-testimonial-card:hover,
.contact-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 24px 46px rgba(18,63,82,0.12);
}

.home-service-icon {
    width: 54px;
    height: 54px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
    border-radius: 18px;
    background: rgba(45,143,139,0.10);
    font-size: 1.25rem;
}

.home-experience-item {
    display: grid;
    gap: 0.35rem;
    padding: 1.15rem 1.25rem;
}

.home-experience-card {
    padding: 1.8rem;
    background: linear-gradient(180deg, #ffffff 0%, #F4F9FD 100%);
}

.home-testimonials-section {
    background: var(--light);
}

.home-testimonials-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.home-testimonial-card {
    min-height: 100%;
}

.home-cta-section {
    padding-top: 26px;
    padding-bottom: 26px;
}

.home-cta-band {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) auto;
    gap: 1.5rem;
    align-items: center;
    padding: 2.3rem;
}

.home-cta-band .section-kicker {
    color: rgba(255,255,255,0.9);
}

.home-contact-section {
    background: linear-gradient(180deg, #F4F9FD 0%, #EFF6FB 100%);
}

.home-contact-cards {
    margin-top: 1.5rem;
}

.home-contact-image {
    min-height: 640px;
}

.book-appointment-btn,
.button,
.wp-element-button {
    background: linear-gradient(135deg, var(--primary), var(--secondary));
    box-shadow: 0 14px 30px rgba(27,127,181,0.28);
}

.call-now-btn {
    border-color: rgba(27,127,181,0.18);
    color: var(--primary);
    background: rgba(255,255,255,0.88);
    box-shadow: 0 12px 26px rgba(27,127,181,0.10);
}

.call-now-btn:hover {
    background: var(--accent);
    color: var(--primary);
}

.call-now-btn.open-tawk-chat,
.book-appointment-btn.open-tawk-chat {
    cursor: pointer;
}

.home-parallax-band {
    position: relative;
    padding: 110px 0;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    color: var(--white);
    overflow: hidden;
    margin: 0;
}

.home-parallax-band::after {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 20% 30%, rgba(255,255,255,0.14), transparent 55%);
    pointer-events: none;
}

.home-parallax-inner {
    position: relative;
    max-width: 880px;
    z-index: 1;
}

.home-parallax-inner-center {
    margin: 0 auto;
    text-align: center;
}

.section-kicker-light {
    color: rgba(255,255,255,0.82);
}

.home-parallax-title {
    font-size: clamp(1.9rem, 3.4vw, 2.8rem);
    color: var(--white);
    margin: 12px 0 20px;
    line-height: 1.2;
}

.home-parallax-copy {
    font-size: 1.05rem;
    color: rgba(255,255,255,0.88);
    max-width: 640px;
    margin: 0 auto 28px;
}

.home-parallax-inner:not(.home-parallax-inner-center) .home-parallax-copy {
    margin-left: 0;
}

.home-parallax-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
    margin-top: 28px;
}

.home-parallax-stat {
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.16);
    border-radius: 22px;
    padding: 22px 20px;
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
}

.home-parallax-stat strong {
    display: block;
    font-family: 'Poppins', sans-serif;
    font-size: 2.2rem;
    color: var(--white);
    line-height: 1;
    margin-bottom: 6px;
}

.home-parallax-stat span {
    color: rgba(255,255,255,0.82);
    font-size: 0.95rem;
}

.home-parallax-actions {
    display: flex;
    gap: 14px;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 8px;
}

.call-now-btn-light {
    color: var(--white);
    border-color: rgba(255,255,255,0.55);
    background: rgba(255,255,255,0.08);
}

.call-now-btn-light:hover {
    background: rgba(255,255,255,0.16);
    color: var(--white);
}

[data-parallax-image] {
    transition: transform 0.6s ease, opacity 0.6s ease;
    will-change: transform;
}

.home-hero-image-frame,
.home-about-visual,
.home-experience-media,
.home-contact-visual {
    overflow: hidden;
    border-radius: 28px;
}

.home-hero-image,
.home-about-image,
.home-experience-image,
.home-contact-image {
    transition: transform 1.2s ease;
}

.home-hero-image-frame:hover .home-hero-image,
.home-about-visual:hover .home-about-image,
.home-experience-media:hover .home-experience-image,
.home-contact-visual:hover .home-contact-image {
    transform: scale(1.04);
}

.reveal-in {
    opacity: 0;
    transform: translateY(24px);
    transition: opacity 0.9s ease, transform 0.9s ease;
}

.reveal-in.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.page-editable-content {
    background: #ffffff;
}

.page-editable-content .entry-content {
    max-width: 1100px;
    margin: 0 auto;
}

.page-editable-content .entry-content > *:first-child {
    margin-top: 0;
}

.page-editable-content .entry-content .elementor {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
}

/* =============== Contact Form + Map =============== */
.contact-form-section {
    background: linear-gradient(180deg, #ffffff 0%, #F4F9FD 100%);
}

.contact-form-heading {
    text-align: center;
    max-width: 780px;
    margin: 0 auto 48px;
}

.contact-form-heading .section-title {
    text-align: center;
}

.contact-form-layout {
    display: grid;
    grid-template-columns: 1.15fr 0.85fr;
    gap: 32px;
    align-items: start;
}

.contact-form-card,
.contact-map-card {
    background: #ffffff;
    border-radius: 28px;
    box-shadow: 0 24px 60px rgba(27,127,181,0.12);
    overflow: hidden;
}

.contact-form-card {
    padding: 36px;
    border: 1px solid rgba(27,127,181,0.08);
}

.contact-form-alert {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 18px;
    border-radius: 14px;
    margin-bottom: 20px;
    font-weight: 600;
}

.contact-form-alert i {
    font-size: 1.25rem;
    flex-shrink: 0;
}

.contact-form-alert-success {
    background: rgba(34,197,94,0.10);
    color: #16794f;
    border: 1px solid rgba(34,197,94,0.25);
}

.contact-form-alert-error {
    background: rgba(220,38,38,0.08);
    color: #b23232;
    border: 1px solid rgba(220,38,38,0.20);
}

.contact-form {
    display: grid;
    gap: 18px;
}

.contact-form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
}

.contact-form-field {
    display: grid;
    gap: 6px;
}

.contact-form-field > span {
    font-size: 0.85rem;
    font-weight: 600;
    color: var(--heading);
    letter-spacing: 0.02em;
}

.contact-form-field input,
.contact-form-field select,
.contact-form-field textarea {
    width: 100%;
    padding: 14px 16px;
    border: 1.5px solid rgba(27,127,181,0.15);
    border-radius: 14px;
    background: #F8FBFE;
    font-family: inherit;
    font-size: 0.98rem;
    color: var(--heading);
    transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.contact-form-field textarea {
    resize: vertical;
    min-height: 130px;
}

.contact-form-field input:focus,
.contact-form-field select:focus,
.contact-form-field textarea:focus {
    outline: none;
    border-color: var(--secondary);
    background: #ffffff;
    box-shadow: 0 0 0 4px rgba(44,166,222,0.15);
}

.contact-form-field input::placeholder,
.contact-form-field textarea::placeholder {
    color: #9aa5af;
}

.contact-form-honeypot {
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.contact-form-actions {
    display: flex;
    align-items: center;
    gap: 18px;
    flex-wrap: wrap;
    margin-top: 8px;
}

.contact-form-submit {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    border: 0;
    cursor: pointer;
    font-size: 1rem;
}

.contact-form-note {
    color: var(--text);
    font-size: 0.9rem;
}

.contact-map-card {
    display: flex;
    flex-direction: column;
}

.contact-map-frame {
    position: relative;
    width: 100%;
    aspect-ratio: 4 / 3;
    background: #E8F1F8;
}

.contact-map-frame iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    filter: saturate(1.05) contrast(0.98);
}

.contact-map-details {
    padding: 28px 30px;
    display: grid;
    gap: 18px;
}

.contact-map-detail {
    display: flex;
    gap: 14px;
    align-items: flex-start;
}

.contact-map-detail i {
    width: 40px;
    height: 40px;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--accent);
    color: var(--primary);
    flex-shrink: 0;
    font-size: 1rem;
}

.contact-map-detail strong {
    display: block;
    color: var(--heading);
    font-family: 'Poppins', sans-serif;
    font-size: 0.95rem;
    margin-bottom: 2px;
}

.contact-map-detail span,
.contact-map-detail a {
    color: var(--text);
    font-size: 0.95rem;
}

.contact-map-detail a:hover {
    color: var(--secondary);
}

.contact-map-directions {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 4px;
    padding: 12px 20px;
    border-radius: 999px;
    background: var(--primary);
    color: #ffffff !important;
    font-weight: 600;
    justify-self: start;
    transition: filter 0.2s ease;
}

.contact-map-directions:hover {
    filter: brightness(1.1);
    color: #ffffff !important;
}

@media (max-width: 900px) {
    .contact-form-layout {
        grid-template-columns: 1fr;
    }
    .contact-form-row {
        grid-template-columns: 1fr;
    }
    .contact-form-card {
        padding: 26px;
    }
}

/* =============== FAQ Accordion =============== */
.faq-section {
    background: linear-gradient(180deg, #F4F9FD 0%, #ffffff 100%);
}

.faq-heading {
    text-align: center;
    max-width: 760px;
    margin: 0 auto 40px;
}

.faq-heading .section-title {
    text-align: center;
}

.faq-list {
    display: grid;
    gap: 14px;
    max-width: 860px;
    margin: 0 auto;
}

.faq-item {
    background: #ffffff;
    border: 1px solid rgba(27,127,181,0.10);
    border-radius: 18px;
    box-shadow: 0 10px 30px rgba(27,127,181,0.06);
    overflow: hidden;
    transition: box-shadow 0.25s ease, border-color 0.25s ease;
}

.faq-item[open] {
    border-color: rgba(44,166,222,0.35);
    box-shadow: 0 18px 40px rgba(27,127,181,0.15);
}

.faq-item summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 20px 26px;
    cursor: pointer;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    color: var(--heading);
    font-size: 1.05rem;
    list-style: none;
}

.faq-item summary::-webkit-details-marker {
    display: none;
}

.faq-item summary i {
    color: var(--secondary);
    transition: transform 0.3s ease;
    flex-shrink: 0;
}

.faq-item[open] summary i {
    transform: rotate(180deg);
}

.faq-answer {
    padding: 0 26px 22px;
    color: var(--text);
    line-height: 1.7;
    animation: faqSlideDown 0.3s ease;
}

.faq-answer p {
    margin: 0;
}

@keyframes faqSlideDown {
    from { opacity: 0; transform: translateY(-6px); }
    to { opacity: 1; transform: translateY(0); }
}

/* =============== Gallery: Before/After Slider =============== */
.gallery-section {
    background: linear-gradient(180deg, #F4F9FD 0%, #ffffff 100%);
}

.gallery-filters {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    margin: 8px 0 40px;
}

.gallery-filter {
    border: 1.5px solid rgba(27,127,181,0.20);
    background: #ffffff;
    color: var(--heading);
    padding: 10px 22px;
    border-radius: 999px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 0.9rem;
    cursor: pointer;
    transition: all 0.2s ease;
}

.gallery-filter:hover {
    border-color: var(--secondary);
    color: var(--secondary);
}

.gallery-filter.is-active {
    background: linear-gradient(135deg, var(--primary), var(--secondary));
    color: #ffffff;
    border-color: transparent;
    box-shadow: 0 8px 20px rgba(27,127,181,0.25);
}

.ba-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(360px, 1fr));
    gap: 28px;
}

.ba-card {
    background: #ffffff;
    border-radius: 22px;
    overflow: hidden;
    box-shadow: 0 18px 44px rgba(27,127,181,0.12);
    transition: transform 0.3s ease, box-shadow 0.3s ease, opacity 0.3s ease;
    border: 1px solid rgba(27,127,181,0.08);
}

.ba-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 28px 60px rgba(27,127,181,0.18);
}

.ba-card.is-hidden {
    display: none;
}

.ba-slider {
    position: relative;
    width: 100%;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    cursor: ew-resize;
    user-select: none;
    background: #0c3a55;
}

.ba-img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    pointer-events: none;
    -webkit-user-drag: none;
}

.ba-after-wrap {
    position: absolute;
    inset: 0;
    width: 50%;
    overflow: hidden;
    will-change: width;
    border-right: 2px solid rgba(255,255,255,0.95);
    box-shadow: 2px 0 20px rgba(0,0,0,0.15);
}

.ba-after-wrap .ba-img-after {
    width: calc(100% * (100 / 50));
    max-width: none;
}

.ba-handle {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 2px;
    transform: translateX(-50%);
    background: transparent;
    pointer-events: none;
    z-index: 3;
}

.ba-handle-dot {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 48px;
    height: 48px;
    background: #ffffff;
    border-radius: 50%;
    box-shadow: 0 8px 24px rgba(0,0,0,0.25), 0 0 0 4px rgba(255,255,255,0.25);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary);
    font-size: 1rem;
    pointer-events: none;
    transition: transform 0.2s ease;
}

.ba-slider.is-active .ba-handle-dot {
    transform: translate(-50%, -50%) scale(1.12);
}

.ba-label {
    position: absolute;
    top: 16px;
    padding: 6px 14px;
    border-radius: 999px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 0.78rem;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #ffffff;
    backdrop-filter: blur(6px);
    pointer-events: none;
    z-index: 2;
}

.ba-label-before {
    left: 16px;
    background: rgba(0,0,0,0.55);
}

.ba-label-after {
    right: 16px;
    background: rgba(27,127,181,0.85);
}

.ba-info {
    padding: 22px 24px 26px;
}

.ba-tag {
    display: inline-block;
    background: var(--accent);
    color: var(--primary);
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 0.72rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    padding: 4px 12px;
    border-radius: 999px;
    margin-bottom: 10px;
}

.ba-info h3 {
    font-family: 'Poppins', sans-serif;
    font-size: 1.25rem;
    color: var(--heading);
    margin: 0 0 6px;
}

.ba-info p {
    color: var(--text);
    margin: 0;
    line-height: 1.6;
}

/* Clinic interior gallery */
.clinic-gallery-section {
    background: #ffffff;
}

.clinic-gallery-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}

.clinic-gallery-item {
    position: relative;
    margin: 0;
    overflow: hidden;
    border-radius: 18px;
    aspect-ratio: 4 / 3;
    box-shadow: 0 14px 36px rgba(27,127,181,0.10);
    transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.clinic-gallery-item:nth-child(5n+1) { grid-column: span 2; }
.clinic-gallery-item:nth-child(5n+1) { aspect-ratio: 16 / 10; }

.clinic-gallery-item:hover {
    transform: translateY(-4px);
    box-shadow: 0 24px 56px rgba(27,127,181,0.18);
}

.clinic-gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.clinic-gallery-item:hover img {
    transform: scale(1.06);
}

.clinic-gallery-item figcaption {
    position: absolute;
    left: 14px;
    bottom: 14px;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(255,255,255,0.92);
    color: var(--heading);
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 0.82rem;
    backdrop-filter: blur(8px);
    box-shadow: 0 6px 16px rgba(0,0,0,0.08);
}

@media (max-width: 900px) {
    .ba-grid {
        grid-template-columns: 1fr;
    }
    .clinic-gallery-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .clinic-gallery-item:nth-child(5n+1) {
        grid-column: span 2;
    }
}

@media (max-width: 560px) {
    .clinic-gallery-grid {
        grid-template-columns: 1fr;
    }
    .clinic-gallery-item:nth-child(5n+1) {
        grid-column: auto;
    }
}

@media (max-width: 900px) {
    .home-parallax-band {
        padding: 80px 0;
        background-attachment: scroll;
    }
    .home-parallax-stats {
        grid-template-columns: 1fr;
    }
}

body.page .site-content {
    background: linear-gradient(180deg, #F4F9FD 0%, #ffffff 100%);
}

body.page .elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 1200px;
}

body.page .elementor-top-section {
    margin-bottom: 0;
}

body.page .elementor-widget-text-editor p,
body.page .elementor-widget-text-editor li {
    color: var(--text);
    line-height: 1.72;
}

body.page .elementor-widget-heading h1,
body.page .elementor-widget-heading h2,
body.page .elementor-widget-heading h3,
body.page .elementor-widget-heading h4,
body.page .elementor-widget-heading h5,
body.page .elementor-widget-heading h6 {
    color: var(--heading);
}

body.page .elementor-widget-button .elementor-button,
body.page .elementor-button {
    border-radius: 999px;
    padding: 14px 24px;
    box-shadow: 0 14px 30px rgba(27,127,181,0.28);
}

body.page .elementor-widget-wrap > .elementor-element.elementor-widget:not(:last-child) {
    margin-bottom: 14px;
}

body.page .elementor-element[data-id="services_cards_row_1"],
body.page .elementor-element[data-id="services_cards_row_2"],
body.page .elementor-element[data-id="contact_cards_section"],
body.page .elementor-element[data-id="about_values_section"] {
    margin-top: 0;
}

body.page .elementor-element[data-id="services_cards_row_1"] .elementor-column,
body.page .elementor-element[data-id="services_cards_row_2"] .elementor-column,
body.page .elementor-element[data-id="contact_cards_section"] .elementor-column,
body.page .elementor-element[data-id="about_values_section"] .elementor-column {
    box-shadow: var(--shadow-soft);
}

body.page .elementor-element[data-id="services_hero_right"],
body.page .elementor-element[data-id="contact_hero_right"],
body.page .elementor-element[data-id="about_cta_section"],
body.page .elementor-element[data-id="services_cta_section"],
body.page .elementor-element[data-id="contact_cta_section"] {
    box-shadow: var(--shadow-strong);
}

body.page .elementor-element[data-id="services_hero_right"] .elementor-widget-heading h2,
body.page .elementor-element[data-id="contact_hero_right"] .elementor-widget-heading h2,
body.page .elementor-element[data-id="about_cta_section"] .elementor-widget-heading h2,
body.page .elementor-element[data-id="services_cta_section"] .elementor-widget-heading h2,
body.page .elementor-element[data-id="contact_cta_section"] .elementor-widget-heading h2,
body.page .elementor-element[data-id="services_hero_right"] .elementor-widget-text-editor,
body.page .elementor-element[data-id="contact_hero_right"] .elementor-widget-text-editor,
body.page .elementor-element[data-id="about_cta_section"] .elementor-widget-text-editor,
body.page .elementor-element[data-id="services_cta_section"] .elementor-widget-text-editor,
body.page .elementor-element[data-id="contact_cta_section"] .elementor-widget-text-editor,
body.page .elementor-element[data-id="about_cta_section"] .elementor-widget-text-editor p,
body.page .elementor-element[data-id="services_cta_section"] .elementor-widget-text-editor p,
body.page .elementor-element[data-id="contact_cta_section"] .elementor-widget-text-editor p {
    color: var(--white);
}

body.page .elementor-element[data-id="services_hero_section"],
body.page .elementor-element[data-id="contact_hero_section"],
body.page .elementor-element[data-id="about_hero_section"] {
    padding-bottom: 28px;
}

body.page .elementor-element[data-id="services_approach_section"],
body.page .elementor-element[data-id="contact_form_intro_section"],
body.page .elementor-element[data-id="about_story_section"] {
    padding-top: 18px;
}

body.page .elementor-element[data-id="services_cta_section"],
body.page .elementor-element[data-id="contact_cta_section"],
body.page .elementor-element[data-id="about_cta_section"] {
    margin-top: 18px;
    margin-bottom: 32px;
}

body.page .elementor-element[data-id="contact_form_right"],
body.page .elementor-element[data-id="about_story_right"],
body.page .elementor-element[data-id="services_approach_right"] {
    min-height: auto;
}

body.page .elementor-element[data-id="contact_form_placeholder"] ul,
body.page .elementor-element[data-id="about_checklist"] ul,
body.page .elementor-element[data-id="services_approach_list"] ul,
body.page .elementor-element[data-id="services_panel_text"] ul {
    padding-left: 18px;
}

.site-footer {
    background: var(--primary);
    color: var(--white);
    padding: 64px 0 24px;
}

.site-footer p,
.site-footer a,
.site-footer li {
    color: rgba(255,255,255,0.86);
}

.site-footer ul {
    list-style: none;
    display: grid;
    gap: 0.55rem;
}

.site-footer .container {
    width: min(1200px, calc(100% - 40px));
}

.footer-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-bottom: 2rem;
}

.footer-title {
    color: var(--white);
    margin-bottom: 1rem;
}

.footer-link {
    display: block;
    color: var(--white);
    margin-bottom: 0.5rem;
}

.footer-bottom {
    padding-top: 1.5rem;
    border-top: 1px solid rgba(255,255,255,0.15);
    text-align: center;
}

@media (max-width: 900px) {
    .home-hero-layout,
    .home-about-layout,
    .home-experience-layout,
    .home-contact-layout,
    .home-trust-grid,
    .home-services-heading,
    .home-services-grid,
    .home-testimonials-head,
    .home-testimonials-grid,
    .home-cta-band,
    .hero-shell,
    .about-split,
    .experience-layout,
    .quick-info-grid,
    .services-grid,
    .signature-services-grid,
    .care-categories-grid,
    .stats-grid,
    .parallax-band,
    .parallax-band-stats,
    .testimonials-grid,
    .process-grid,
    .reassurance-grid,
    .info-strip-grid,
    .contact-grid,
    .footer-grid,
    .cta-band {
        grid-template-columns: 1fr;
    }

    .signature-services-head,
    .experience-card-grid,
    .care-category-card {
        grid-template-columns: 1fr;
    }

    .quick-info-section {
        margin-top: 0;
        padding-top: 20px;
    }

    .quick-info-section-home {
        margin-top: 0;
    }

    .section-overlap-top,
    .stats-section,
    .cta-band-section {
        padding-top: 60px;
    }

    .hero-section-parallax,
    .parallax-band {
        background-attachment: scroll;
    }

    .hero-shell-overlay {
        min-height: auto;
    }

    .hero-visual-card {
        position: relative;
        right: auto;
        bottom: auto;
        width: 100%;
        min-height: 200px;
        margin-top: 1rem;
    }

    .hero-panel-main {
        margin-left: 0;
        margin-top: 0;
        max-width: none;
    }

    .hero-panel-floating {
        width: 100%;
    }

    .hero-image-frame,
    .hero-image {
        min-height: 320px;
    }

    .section-photo {
        min-height: 260px;
    }

    .contact-visual-image {
        height: 260px;
    }

    .parallax-band {
        padding: 2rem;
    }

    .mobile-menu-toggle {
        display: inline-block;
        margin-left: auto;
    }

    .header-actions {
        display: none;
        position: absolute;
        left: 20px;
        right: 20px;
        top: calc(100% + 10px);
        flex-direction: column;
        align-items: stretch;
        gap: 1rem;
        padding: 1.25rem;
        background: var(--white);
        border-radius: 24px;
        box-shadow: 0 22px 50px rgba(14,59,67,0.14);
    }

    .header-actions.mobile-open {
        display: flex;
    }

    .main-navigation ul,
    .hero-highlights {
        grid-template-columns: 1fr;
        display: grid;
        gap: 0.9rem;
    }

    .home-about-checks {
        grid-template-columns: 1fr;
    }

    .home-hero-image,
    .home-about-image,
    .home-experience-image,
    .home-contact-image {
        min-height: 300px;
    }

    .home-hero-badge {
        position: static;
        max-width: none;
        margin: 1rem;
    }

    .home-hero-section,
    .section {
        padding-top: 72px;
        padding-bottom: 72px;
    }

    .home-trust-section,
    .home-cta-section {
        padding-top: 24px;
    }

    .hero-buttons {
        flex-direction: column;
        align-items: stretch;
    }

    .cta-band-actions {
        min-width: 0;
    }
}
