﻿/*
Theme Name:   Astra Child - The Vintage Assisted Living
Theme URI:    https://www.thevintageclub.in
Template:     astra
Description:  The Vintage Assisted Living - Mohali. Premium child theme for assisted living facility.
Version:      1.0.0
Author:       Zorgers
*/

/* ============================================================
   BRAND VARIABLES
   ============================================================ */
:root {
    --vtg-burgundy:       #136EB4;
    --vtg-burgundy-dark:  #003b75;
    --vtg-gold:           #71b100;
    --vtg-gold-light:     #a5d54a;
    --vtg-gold-pale:      #eef7dc;
    --vtg-cream:          #f0f7ff;
    --vtg-charcoal:       #2A2A2A;
    --vtg-charcoal-mid:   #555555;
    --vtg-sage:           #5a8f00;
    --vtg-white:          #FFFFFF;
    --vtg-border:         #cde0f5;
    --vtg-shadow:         0 4px 24px rgba(0,59,117,0.12);
    --vtg-radius:         12px;
    --vtg-radius-sm:      8px;
    --vtg-transition:     all 0.3s ease;
}

/* ============================================================
   GLOBAL TYPOGRAPHY
   ============================================================ */
body {
    font-family: 'Nunito', Arial, sans-serif;
    color: var(--vtg-charcoal);
    background-color: var(--vtg-cream);
    line-height: 1.7;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Nunito', Arial, sans-serif;
    color: var(--vtg-charcoal);
    line-height: 1.3;
}

/* ============================================================
   BUTTONS
   ============================================================ */
.vtg-btn {
    display: inline-block;
    padding: 14px 30px;
    border-radius: 6px;
    font-family: 'Nunito', Arial, sans-serif;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    cursor: pointer;
    border: 2px solid transparent;
    transition: var(--vtg-transition);
    line-height: 1;
}

.vtg-btn-primary {
    background: var(--vtg-gold);
    color: var(--vtg-burgundy-dark);
    border-color: var(--vtg-gold);
}
.vtg-btn-primary:hover {
    background: var(--vtg-burgundy-dark);
    color: var(--vtg-gold);
    border-color: var(--vtg-gold);
    text-decoration: none;
}

.vtg-btn-secondary {
    background: transparent;
    color: #fff;
    border-color: rgba(255,255,255,0.7);
}
.vtg-btn-secondary:hover {
    background: rgba(255,255,255,0.15);
    border-color: #fff;
    color: #fff;
    text-decoration: none;
}

.vtg-btn-outline {
    background: transparent;
    color: var(--vtg-burgundy);
    border-color: var(--vtg-burgundy);
}
.vtg-btn-outline:hover {
    background: var(--vtg-burgundy);
    color: var(--vtg-white);
    text-decoration: none;
}

.vtg-btn-gold-outline {
    background: transparent;
    color: var(--vtg-gold);
    border-color: rgba(113,177,0,0.5);
}
.vtg-btn-gold-outline:hover {
    background: var(--vtg-gold);
    color: var(--vtg-burgundy-dark);
    border-color: var(--vtg-gold);
    text-decoration: none;
}

/* ============================================================
   LAYOUT
   ============================================================ */
.vtg-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
}

.vtg-section { padding: 80px 0; }
.vtg-section-sm { padding: 50px 0; }
.vtg-section-cta { text-align: center; margin-top: 36px; }

/* ============================================================
   SECTION HEADINGS
   ============================================================ */
.vtg-section-label {
    display: block;
    color: var(--vtg-gold);
    font-family: 'Nunito', Arial, sans-serif;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 10px;
}

.vtg-section-title {
    font-family: 'Nunito', Arial, sans-serif;
    font-size: 36px;
    font-weight: 700;
    color: var(--vtg-charcoal);
    margin: 0 0 16px;
    line-height: 1.3;
}

.vtg-section-subtitle {
    font-size: 17px;
    color: var(--vtg-charcoal-mid);
    line-height: 1.7;
    max-width: 640px;
    margin: 0;
}

.vtg-section-head { margin-bottom: 48px; }
.vtg-section-head.center { text-align: center; }
.vtg-section-head.center .vtg-section-subtitle { margin-left: auto; margin-right: auto; }

/* ============================================================
   HERO SECTION
   ============================================================ */
.vtg-hero-inner {
    max-width: 680px;
    padding: 0;
}

.vtg-hero-badge {
    display: inline-block;
    background: rgba(113,177,0,0.2);
    border: 1px solid var(--vtg-gold);
    color: var(--vtg-gold);
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    padding: 6px 18px;
    border-radius: 20px;
    margin-bottom: 22px;
}

.vtg-hero-title {
    font-family: 'Nunito', Arial, sans-serif;
    font-size: 52px;
    font-weight: 700;
    color: #fff;
    line-height: 1.2;
    margin: 0 0 20px;
}

.vtg-hero-title em {
    font-style: italic;
    color: var(--vtg-gold);
}

.vtg-hero-subtitle {
    font-size: 18px;
    color: rgba(255,255,255,0.88);
    line-height: 1.7;
    margin: 0 0 32px;
}

.vtg-hero-ctas {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    margin-bottom: 36px;
}

.vtg-trust-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.vtg-trust-pills span {
    display: inline-block;
    background: rgba(255,255,255,0.1);
    border: 1px solid rgba(255,255,255,0.25);
    color: rgba(255,255,255,0.9);
    font-size: 13px;
    padding: 5px 14px;
    border-radius: 20px;
}

/* ============================================================
   AEO QUICK ANSWER
   ============================================================ */
.vtg-aeo {
    float: left;
    width: 100%;
    background: #f3fce8;
    border-left: 4px solid var(--vtg-gold);
    padding: 20px 0;
    margin: 10px 0;
}

.vtg-aeo-inner {
    display: flex;
    gap: 14px;
    align-items: flex-start;
}

.vtg-aeo-label {
    display: inline-block;
    background: var(--vtg-gold);
    color: var(--vtg-burgundy);
    font-size: 10px;
    font-weight: 700;
    padding: 4px 10px;
    border-radius: 4px;
    white-space: nowrap;
    margin-top: 3px;
    flex-shrink: 0;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.vtg-aeo-inner p {
    margin: 0;
    line-height: 1.7;
    color: #333;
    font-size: 15px;
}

/* ============================================================
   STATS BAR
   ============================================================ */
.vtg-stats {
    background: var(--vtg-charcoal);
    padding: 32px 0;
}

.vtg-stats-grid {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

.vtg-stat-item { text-align: center; }

.vtg-stat-number {
    font-family: 'Nunito', Arial, sans-serif;
    font-size: 40px;
    font-weight: 700;
    color: var(--vtg-gold);
    line-height: 1;
    margin-bottom: 6px;
}

.vtg-stat-number .vtg-star-sm { font-size: 20px; vertical-align: middle; }

.vtg-stat-label {
    font-size: 13px;
    color: rgba(255,255,255,0.7);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* ============================================================
   ABOUT / WHY US
   ============================================================ */
.vtg-about-bg { background: var(--vtg-white); }

.vtg-about-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.vtg-about-img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    border-radius: var(--vtg-radius);
    box-shadow: var(--vtg-shadow);
}

.vtg-usp-list {
    list-style: none;
    margin: 22px 0 28px;
    padding: 0;
}

.vtg-usp-list li {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 12px 0;
    border-bottom: 1px solid var(--vtg-border);
    font-size: 16px;
    color: var(--vtg-charcoal);
}

.vtg-usp-list li:last-child { border-bottom: none; }

.vtg-usp-icon {
    width: 30px;
    height: 30px;
    background: var(--vtg-gold-pale);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: var(--vtg-burgundy);
    font-size: 15px;
    margin-top: 2px;
}

/* ============================================================
   SERVICES GRID
   ============================================================ */
.vtg-services-bg { background: var(--vtg-cream); }

.vtg-services-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.vtg-service-card {
    background: var(--vtg-white);
    border-radius: var(--vtg-radius);
    padding: 30px 24px;
    border: 1px solid var(--vtg-border);
    transition: var(--vtg-transition);
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

.vtg-service-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--vtg-shadow);
    border-color: var(--vtg-gold);
}

.vtg-service-icon {
    width: 58px;
    height: 58px;
    background: var(--vtg-gold-pale);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
    font-size: 26px;
}

.vtg-service-card h3 {
    font-size: 18px;
    color: var(--vtg-burgundy);
    margin: 0 0 10px;
}

.vtg-service-card p {
    font-size: 14px;
    color: var(--vtg-charcoal-mid);
    line-height: 1.7;
    margin: 0;
}

/* ============================================================
   CONDITIONS
   ============================================================ */
.vtg-conditions-bg {
    background: var(--vtg-burgundy);
    padding: 80px 0;
}

.vtg-conditions-bg .vtg-section-label { color: var(--vtg-gold); }
.vtg-conditions-bg .vtg-section-title { color: #fff; }
.vtg-conditions-bg .vtg-section-subtitle { color: rgba(255,255,255,0.75); }

.vtg-conditions-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.vtg-condition-card {
    background: #fff;
    border: none;
    border-radius: var(--vtg-radius);
    border-top: 4px solid var(--vtg-burgundy);
    padding: 28px 22px;
    transition: var(--vtg-transition);
    text-decoration: none;
    display: block;
    box-shadow: 0 2px 12px rgba(0,0,0,0.10);
}

.vtg-condition-card:hover {
    background: #fff;
    border-top-color: var(--vtg-gold);
    transform: translateY(-4px);
    box-shadow: 0 8px 28px rgba(0,0,0,0.16);
    text-decoration: none;
}

.vtg-condition-icon {
    font-size: 36px;
    margin-bottom: 14px;
    display: block;
    line-height: 1;
}

.vtg-condition-card h3 {
    font-size: 17px;
    font-weight: 700;
    color: var(--vtg-burgundy-dark);
    margin: 0 0 8px;
}

.vtg-condition-card p {
    font-size: 14px;
    color: var(--vtg-charcoal-mid);
    line-height: 1.65;
    margin: 0;
}

/* ============================================================
   DAY TIMELINE
   ============================================================ */
.vtg-timeline-bg { background: var(--vtg-white); }

.vtg-timeline {
    position: relative;
    max-width: 820px;
    margin: 0 auto;
}

.vtg-timeline::before {
    content: '';
    position: absolute;
    left: 80px;
    top: 10px;
    bottom: 10px;
    width: 2px;
    background: var(--vtg-gold-light);
}

.vtg-timeline-item {
    display: flex;
    gap: 30px;
    margin-bottom: 28px;
    position: relative;
    align-items: flex-start;
}

.vtg-timeline-time {
    font-family: 'Nunito', Arial, sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: var(--vtg-burgundy);
    width: 70px;
    flex-shrink: 0;
    text-align: right;
    padding-top: 4px;
    line-height: 1.3;
}

.vtg-timeline-dot {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: var(--vtg-gold);
    border: 3px solid var(--vtg-white);
    outline: 2px solid var(--vtg-gold);
    flex-shrink: 0;
    margin-top: 5px;
    position: relative;
    z-index: 1;
}

.vtg-timeline-content { flex: 1; }

.vtg-timeline-content h4 {
    font-size: 16px;
    color: var(--vtg-charcoal);
    margin: 0 0 4px;
}

.vtg-timeline-content p {
    font-size: 14px;
    color: var(--vtg-charcoal-mid);
    margin: 0;
    line-height: 1.6;
}

/* ============================================================
   ROOMS
   ============================================================ */
.vtg-rooms-bg { background: var(--vtg-cream); }

.vtg-rooms-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

.vtg-room-card {
    background: var(--vtg-white);
    border-radius: var(--vtg-radius);
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0,0,0,0.07);
    transition: var(--vtg-transition);
    border: 1px solid var(--vtg-border);
}

.vtg-room-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--vtg-shadow);
}

.vtg-room-img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    display: block;
}

.vtg-room-body { padding: 28px; }

.vtg-room-badge {
    display: inline-block;
    background: var(--vtg-gold-pale);
    color: var(--vtg-burgundy);
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 4px 12px;
    border-radius: 20px;
    letter-spacing: 0.5px;
    margin-bottom: 12px;
}

.vtg-room-card h3 {
    font-size: 22px;
    color: var(--vtg-charcoal);
    margin: 0 0 10px;
}

.vtg-room-price {
    font-family: 'Nunito', Arial, sans-serif;
    font-size: 30px;
    font-weight: 700;
    color: var(--vtg-burgundy);
    margin: 0 0 4px;
    line-height: 1;
}

.vtg-room-price-note {
    font-size: 13px;
    color: var(--vtg-charcoal-mid);
    margin: 0 0 18px;
}

.vtg-room-features {
    list-style: none;
    padding: 0;
    margin: 0 0 22px;
}

.vtg-room-features li {
    font-size: 14px;
    color: var(--vtg-charcoal);
    padding: 6px 0;
    border-bottom: 1px solid var(--vtg-border);
    display: flex;
    align-items: center;
    gap: 8px;
}

.vtg-room-features li:last-child { border-bottom: none; }

.vtg-room-features li::before {
    content: 'âœ“';
    color: var(--vtg-sage);
    font-weight: 700;
    font-size: 15px;
    flex-shrink: 0;
}

/* ============================================================
   GOOGLE REVIEWS
   ============================================================ */
.vtg-reviews-bg {
    background: var(--vtg-charcoal);
    padding: 80px 0;
}

.vtg-reviews-bg .vtg-section-label { color: var(--vtg-gold); }
.vtg-reviews-bg .vtg-section-title { color: #fff; }

.vtg-reviews-overall {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-bottom: 44px;
    flex-wrap: wrap;
}

.vtg-reviews-score {
    font-family: 'Nunito', Arial, sans-serif;
    font-size: 60px;
    font-weight: 700;
    color: var(--vtg-gold);
    line-height: 1;
}

.vtg-reviews-stars-lg {
    color: var(--vtg-gold);
    font-size: 24px;
    letter-spacing: 2px;
    margin-bottom: 4px;
    line-height: 1;
}

.vtg-reviews-count {
    font-size: 14px;
    color: rgba(255,255,255,0.6);
}

.vtg-reviews-count a {
    color: var(--vtg-gold);
    text-decoration: none;
}

.vtg-reviews-count a:hover { text-decoration: underline; }

.vtg-reviews-wrapper { overflow: hidden; position: relative; }

.vtg-reviews-track {
    display: flex;
    gap: 20px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    scroll-behavior: smooth;
    padding-bottom: 4px;
}

.vtg-reviews-track::-webkit-scrollbar { display: none; }

.vtg-review-card {
    flex: 0 0 calc(33.333% - 14px);
    scroll-snap-align: start;
    background: rgba(255,255,255,0.07);
    border: 1px solid rgba(113,177,0,0.2);
    border-radius: var(--vtg-radius);
    padding: 28px;
    transition: var(--vtg-transition);
}

.vtg-review-card:hover {
    background: rgba(255,255,255,0.12);
    border-color: var(--vtg-gold);
}

.vtg-review-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
}

.vtg-review-avatar {
    width: 46px;
    height: 46px;
    background: var(--vtg-burgundy);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Nunito', Arial, sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: var(--vtg-gold);
    flex-shrink: 0;
}

.vtg-review-name {
    font-size: 15px;
    font-weight: 700;
    color: #fff;
}

.vtg-review-time {
    font-size: 12px;
    color: rgba(255,255,255,0.5);
}

.vtg-review-stars-sm {
    color: var(--vtg-gold);
    font-size: 15px;
    letter-spacing: 1px;
    margin-bottom: 12px;
}

.vtg-review-text {
    font-size: 14px;
    color: rgba(255,255,255,0.8);
    line-height: 1.75;
    margin: 0;
}

.vtg-reviews-controls {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 14px;
    margin-top: 28px;
}

.vtg-rev-btn {
    width: 44px;
    height: 44px;
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(113,177,0,0.4);
    border-radius: 50%;
    color: var(--vtg-gold);
    font-size: 22px;
    cursor: pointer;
    transition: var(--vtg-transition);
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}

.vtg-rev-btn:hover {
    background: var(--vtg-gold);
    color: var(--vtg-burgundy);
    border-color: var(--vtg-gold);
}

.vtg-rev-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: rgba(255,255,255,0.25);
    border: none;
    cursor: pointer;
    transition: var(--vtg-transition);
    padding: 0;
}

.vtg-rev-dot.active {
    background: var(--vtg-gold);
    transform: scale(1.35);
}

/* ============================================================
   ACTIVITIES GRID
   ============================================================ */
.vtg-activities-bg { background: var(--vtg-white); }

.vtg-activities-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}

.vtg-activity-tile {
    position: relative;
    border-radius: var(--vtg-radius-sm);
    overflow: hidden;
    height: 200px;
}

.vtg-activity-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
    display: block;
}

.vtg-activity-tile:hover .vtg-activity-img { transform: scale(1.06); }

.vtg-activity-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(107,42,58,0.85) 0%, transparent 60%);
    display: flex;
    align-items: flex-end;
    padding: 16px;
}

.vtg-activity-label {
    font-size: 13px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* ============================================================
   NRI SECTION
   ============================================================ */
.vtg-nri-bg { background: var(--vtg-cream); }

.vtg-nri-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.vtg-nri-img {
    width: 100%;
    height: 460px;
    object-fit: cover;
    border-radius: var(--vtg-radius);
    box-shadow: var(--vtg-shadow);
    display: block;
}

.vtg-nri-features {
    list-style: none;
    padding: 0;
    margin: 20px 0 28px;
}

.vtg-nri-features li {
    padding: 10px 0;
    border-bottom: 1px solid var(--vtg-border);
    font-size: 16px;
    color: var(--vtg-charcoal);
    display: flex;
    align-items: center;
    gap: 12px;
}

.vtg-nri-features li:last-child { border-bottom: none; }

.vtg-nri-features li::before {
    content: 'âœ“';
    color: var(--vtg-sage);
    font-weight: 700;
    font-size: 18px;
    flex-shrink: 0;
}

/* ============================================================
   CTA BANNER
   ============================================================ */
.vtg-cta-banner {
    background: linear-gradient(135deg, var(--vtg-burgundy-dark) 0%, var(--vtg-burgundy) 100%);
    padding: 64px 0;
    text-align: center;
}

.vtg-cta-banner h2 {
    color: #fff;
    font-size: 34px;
    margin: 0 0 14px;
}

.vtg-cta-banner p {
    color: rgba(255,255,255,0.8);
    font-size: 17px;
    margin: 0 0 30px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.vtg-cta-banner .vtg-hero-ctas { justify-content: center; }

/* ============================================================
   FAQ
   ============================================================ */
.vtg-faq-bg { background: var(--vtg-cream); }

.vtg-faq-list {
    max-width: 100%;
}

.vtg-faq-item {
    border: 1px solid var(--vtg-border);
    border-radius: var(--vtg-radius-sm);
    margin-bottom: 12px;
    overflow: hidden;
    background: var(--vtg-white);
}

.vtg-faq-q {
    width: 100%;
    text-align: left;
    background: none;
    border: none;
    padding: 18px 24px;
    font-family: 'Nunito', Arial, sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: var(--vtg-charcoal);
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    transition: color 0.2s;
}

.vtg-faq-q:hover { color: var(--vtg-burgundy); }

.vtg-faq-q.vtg-open {
    color: var(--vtg-burgundy);
    background: var(--vtg-gold-pale);
}

.vtg-faq-arrow {
    font-size: 20px;
    flex-shrink: 0;
    transition: transform 0.3s;
    color: var(--vtg-gold);
    font-weight: 400;
}

.vtg-faq-q.vtg-open .vtg-faq-arrow { transform: rotate(180deg); }

.vtg-faq-a {
    padding: 0 24px;
    font-size: 15px;
    color: var(--vtg-charcoal-mid);
    line-height: 1.75;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.35s ease, padding 0.3s ease;
}

.vtg-faq-a.vtg-open {
    max-height: 400px;
    padding: 0 24px 18px;
}

/* ============================================================
   CONTACT SECTION
   ============================================================ */
.vtg-contact-bg {
    background: var(--vtg-burgundy);
    padding: 80px 0;
}

.vtg-contact-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: start;
}

.vtg-contact-info .vtg-section-title { color: #fff; }
.vtg-contact-info .vtg-section-label { color: var(--vtg-gold); }

.vtg-contact-info > p {
    color: rgba(255,255,255,0.8);
    font-size: 16px;
    margin-bottom: 28px;
    line-height: 1.7;
}

.vtg-contact-item {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    margin-bottom: 20px;
    font-size: 16px;
    color: rgba(255,255,255,0.85);
}

.vtg-contact-icon {
    width: 42px;
    height: 42px;
    background: rgba(255,255,255,0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 18px;
}

.vtg-contact-item a {
    color: var(--vtg-gold);
    text-decoration: none;
}

.vtg-contact-item a:hover { text-decoration: underline; }

.vtg-contact-map {
    width: 100%;
    height: 220px;
    border-radius: var(--vtg-radius-sm);
    border: none;
    margin-top: 24px;
    display: block;
}

.vtg-contact-ctas {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    margin-top: 30px;
}

/* ============================================================
   STICKY FOOTER BAR
   ============================================================ */
.vtg-sticky-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    display: flex;
    background: var(--vtg-charcoal);
    box-shadow: 0 -2px 20px rgba(0,0,0,0.35);
    transform: translateY(100%);
    transition: transform 0.3s ease;
}

.vtg-sticky-bar.visible { transform: translateY(0); }

.vtg-sticky-btn {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 10px 4px;
    color: rgba(255,255,255,0.82);
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    text-decoration: none;
    border-right: 1px solid rgba(255,255,255,0.07);
    gap: 5px;
    transition: var(--vtg-transition);
    line-height: 1;
}

.vtg-sticky-btn:last-child { border-right: none; }
.vtg-sticky-btn:hover { background: rgba(255,255,255,0.07); color: var(--vtg-gold); text-decoration: none; }
.vtg-sticky-btn.vtg-sticky-primary { background: var(--vtg-burgundy); color: var(--vtg-gold); }
.vtg-sticky-btn.vtg-sticky-primary:hover { background: var(--vtg-gold); color: var(--vtg-burgundy); }

.vtg-sticky-icon { font-size: 19px; }

/* ============================================================
   SHARED CSS VARIABLES ADDITIONS
   ============================================================ */
:root { --vtg-shadow-sm: 0 2px 12px rgba(0,59,117,0.08); }

/* ============================================================
   INNER PAGE HERO (image bg, shorter than homepage)
   ============================================================ */
.vtg-page-hero {
    background: var(--vtg-burgundy-dark);
    padding: 90px 0 70px;
    position: relative;
    overflow: hidden;
}
.vtg-page-hero-bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.vtg-page-hero-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,59,117,0.82);
}
.vtg-page-hero-content {
    position: relative;
    z-index: 2;
    max-width: 760px;
}
.vtg-page-hero-badge {
    display: inline-block;
    background: rgba(113,177,0,0.2);
    border: 1px solid var(--vtg-gold);
    color: var(--vtg-gold);
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    padding: 5px 16px;
    border-radius: 20px;
    margin-bottom: 18px;
}
.vtg-page-hero-title {
    font-size: 42px;
    font-weight: 800;
    color: #fff;
    line-height: 1.2;
    margin: 0 0 16px;
}
.vtg-page-hero-subtitle {
    font-size: 17px;
    color: rgba(255,255,255,0.85);
    line-height: 1.7;
    margin: 0 0 28px;
    max-width: 620px;
}
.vtg-breadcrumb {
    font-size: 13px;
    color: rgba(255,255,255,0.55);
    margin-bottom: 18px;
}
.vtg-breadcrumb a { color: rgba(255,255,255,0.7); text-decoration: none; }
.vtg-breadcrumb a:hover { color: var(--vtg-gold); }
.vtg-breadcrumb span { margin: 0 6px; }

/* ============================================================
   STEPS / PROCESS COMPONENT
   ============================================================ */
.vtg-steps {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
}
.vtg-step-card {
    background: var(--vtg-white);
    border-radius: var(--vtg-radius);
    padding: 28px 24px 24px;
    border: 1px solid var(--vtg-border);
    position: relative;
    box-shadow: var(--vtg-shadow-sm);
}
.vtg-step-number {
    width: 42px;
    height: 42px;
    background: var(--vtg-burgundy);
    color: #fff;
    font-size: 18px;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-bottom: 16px;
}
.vtg-step-card h4 { font-size: 16px; font-weight: 700; color: var(--vtg-charcoal); margin: 0 0 8px; }
.vtg-step-card p { font-size: 14px; color: var(--vtg-charcoal-mid); line-height: 1.7; margin: 0; }

/* ============================================================
   CHECK LIST
   ============================================================ */
.vtg-check-list { list-style: none; padding: 0; margin: 0 0 24px; }
.vtg-check-list li {
    padding: 9px 0 9px 30px;
    position: relative;
    font-size: 16px;
    color: var(--vtg-charcoal);
    border-bottom: 1px solid var(--vtg-border);
    line-height: 1.6;
}
.vtg-check-list li:last-child { border-bottom: none; }
.vtg-check-list li::before {
    content: '✓';
    position: absolute;
    left: 0;
    top: 9px;
    color: var(--vtg-gold);
    font-weight: 700;
    font-size: 17px;
}

/* ============================================================
   TWO COLUMN TEXT + IMAGE
   ============================================================ */
.vtg-two-col { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.vtg-two-col-img { width: 100%; height: 420px; object-fit: cover; border-radius: var(--vtg-radius); box-shadow: var(--vtg-shadow); display: block; }

/* ============================================================
   CITY CARDS
   ============================================================ */
.vtg-city-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.vtg-city-card {
    background: var(--vtg-white);
    border: 1px solid var(--vtg-border);
    border-radius: var(--vtg-radius-sm);
    padding: 20px 18px;
    text-align: center;
    transition: var(--vtg-transition);
    text-decoration: none;
    color: var(--vtg-charcoal);
    display: block;
}
.vtg-city-card:hover { border-color: var(--vtg-burgundy); background: var(--vtg-cream); text-decoration: none; transform: translateY(-3px); box-shadow: var(--vtg-shadow-sm); }
.vtg-city-icon { font-size: 28px; margin-bottom: 8px; }
.vtg-city-name { font-size: 15px; font-weight: 700; color: var(--vtg-burgundy); margin-bottom: 4px; }
.vtg-city-dist { font-size: 12px; color: var(--vtg-charcoal-mid); }

/* ============================================================
   HIGHLIGHT CARDS (condition features)
   ============================================================ */
.vtg-highlight-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.vtg-highlight-card {
    background: var(--vtg-cream);
    border-radius: var(--vtg-radius);
    padding: 28px 24px;
    border-left: 4px solid var(--vtg-burgundy);
}
.vtg-highlight-icon { font-size: 36px; margin-bottom: 12px; }
.vtg-highlight-card h4 { font-size: 16px; font-weight: 700; color: var(--vtg-charcoal); margin: 0 0 8px; }
.vtg-highlight-card p { font-size: 14px; color: var(--vtg-charcoal-mid); line-height: 1.7; margin: 0; }

/* ============================================================
   RESPONSIVE ADDITIONS
   ============================================================ */
@media (max-width: 991px) {
    .vtg-steps { grid-template-columns: repeat(2, 1fr); }
    .vtg-highlight-grid { grid-template-columns: repeat(2, 1fr); }
    .vtg-city-grid { grid-template-columns: repeat(2, 1fr); }
    .vtg-two-col { grid-template-columns: 1fr; gap: 40px; }
    .vtg-page-hero-title { font-size: 34px; }
}
@media (max-width: 767px) {
    .vtg-steps { grid-template-columns: 1fr; }
    .vtg-highlight-grid { grid-template-columns: 1fr; }
    .vtg-city-grid { grid-template-columns: repeat(2, 1fr); }
    .vtg-page-hero-title { font-size: 26px; }
    .vtg-page-hero { padding: 64px 0 50px; }
    .vtg-two-col-img { height: 280px; }
}
@media (max-width: 480px) {
    .vtg-city-grid { grid-template-columns: 1fr; }
}

/* ============================================================
   MEDICAL TEAM SECTION
   ============================================================ */
.vtg-team-bg { background: var(--vtg-cream); }

.vtg-team-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 28px;
}

.vtg-team-card {
    background: var(--vtg-white);
    border-radius: var(--vtg-radius);
    overflow: hidden;
    box-shadow: var(--vtg-shadow-sm);
    text-align: center;
    transition: var(--vtg-transition);
    border: 1px solid var(--vtg-border);
}

.vtg-team-card:hover {
    box-shadow: var(--vtg-shadow);
    transform: translateY(-4px);
}

/* ============================================================
   CUSTOM HEADER - NEUTRALIZE ASTRA DEFAULTS
   ============================================================ */
body { padding-top: 0 !important; }
#page  { padding-top: 0 !important; }
/* Hide Astra's own header markup if it ever renders */
#masthead.site-header { display: none !important; }

/* ============================================================
   TOP BAR
   ============================================================ */
.vtg-topbar {
    background: var(--vtg-burgundy-dark);
    padding: 7px 0;
    font-size: 13px;
    color: rgba(255,255,255,0.85);
    line-height: 1;
}

.vtg-topbar-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.vtg-topbar-left,
.vtg-topbar-right {
    display: flex;
    align-items: center;
    gap: 18px;
    flex-wrap: wrap;
}

.vtg-topbar-link {
    color: rgba(255,255,255,0.85);
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    transition: color 0.2s;
}
.vtg-topbar-link:hover { color: var(--vtg-gold-light); text-decoration: none; }

.vtg-topbar-wa {
    background: rgba(113,177,0,0.2);
    border: 1px solid rgba(113,177,0,0.45);
    color: var(--vtg-gold-light);
    padding: 3px 12px;
    border-radius: 20px;
    font-weight: 600;
}
.vtg-topbar-wa:hover { background: rgba(113,177,0,0.35); color: #fff; }

.vtg-topbar-brand {
    color: rgba(255,255,255,0.5);
    font-size: 12px;
    letter-spacing: 0.3px;
}
.vtg-topbar-brand strong { color: rgba(255,255,255,0.75); }

/* ============================================================
   MAIN SITE HEADER
   ============================================================ */
.vtg-site-header {
    position: sticky;
    top: 0;
    z-index: 999;
    background: #fff;
    box-shadow: 0 1px 0 var(--vtg-border);
    transition: box-shadow 0.3s ease;
}

.vtg-site-header.vtg-scrolled {
    box-shadow: 0 4px 20px rgba(0,59,117,0.14);
}

/* Admin bar offset */
.admin-bar .vtg-site-header { top: 32px; }
@media screen and (max-width: 782px) {
    .admin-bar .vtg-site-header { top: 46px; }
}

.vtg-header-inner {
    background-color: #fff;
}

.vtg-header-row {
    display: flex;
    align-items: center;
    height: 72px;
}

/* ============================================================
   LOGO
   ============================================================ */
.vtg-header-logo {
    flex-shrink: 0;
    margin-right: 28px;
}

.vtg-header-logo a {
    display: block;
    line-height: 0;
    text-decoration: none;
}

.vtg-header-logo .custom-logo-link { line-height: 0; }
.vtg-header-logo .custom-logo {
    max-height: 50px;
    width: auto;
    display: block;
}

.vtg-logo-text {
    font-size: 22px;
    font-weight: 700;
    color: var(--vtg-burgundy-dark);
    letter-spacing: -0.5px;
    line-height: 1;
}

/* ============================================================
   DESKTOP NAV
   ============================================================ */
.vtg-desktop-nav {
    flex: 1;
    display: flex;
    align-items: stretch;
    height: 100%;
    overflow: visible;
}

.vtg-nav-list {
    display: flex;
    align-items: stretch;
    list-style: none;
    margin: 0;
    padding: 0;
    height: 100%;
}

.vtg-nav-list > li {
    position: relative;
    display: flex;
    align-items: stretch;
}

.vtg-nav-list > li > a {
    display: flex;
    align-items: center;
    padding: 0 13px;
    font-size: 14px;
    font-weight: 700;
    color: var(--vtg-charcoal);
    text-decoration: none;
    white-space: nowrap;
    border-bottom: 3px solid transparent;
    transition: color 0.2s, border-color 0.2s;
    height: 100%;
}

.vtg-nav-list > li > a:hover,
.vtg-nav-list > li.current-menu-item > a,
.vtg-nav-list > li.current-menu-parent > a,
.vtg-nav-list > li.current-menu-ancestor > a {
    color: var(--vtg-burgundy);
    border-bottom-color: var(--vtg-burgundy);
    text-decoration: none;
}

/* Dropdown caret */
.vtg-nav-list > li.menu-item-has-children > a::after {
    content: '';
    display: inline-block;
    width: 5px;
    height: 5px;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: rotate(45deg) translateY(-1px);
    margin-left: 7px;
    flex-shrink: 0;
    transition: transform 0.2s;
}

.vtg-nav-list > li.menu-item-has-children:hover > a::after,
.vtg-nav-list > li.menu-item-has-children:focus-within > a::after {
    transform: rotate(-135deg) translateY(0);
}

/* DROPDOWN */
.vtg-nav-list .sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    min-width: 248px;
    border-radius: 0 0 10px 10px;
    box-shadow: 0 8px 32px rgba(0,59,117,0.16);
    border-top: 3px solid var(--vtg-burgundy);
    list-style: none;
    margin: 0;
    padding: 8px 0;
    z-index: 200;
    opacity: 0;
    visibility: hidden;
    transform: translateY(6px);
    transition: opacity 0.18s ease, transform 0.18s ease, visibility 0.18s;
    pointer-events: none;
}

.vtg-nav-list > li.menu-item-has-children:hover > .sub-menu,
.vtg-nav-list > li.menu-item-has-children:focus-within > .sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto;
}

.vtg-nav-list .sub-menu li { display: block; }

.vtg-nav-list .sub-menu li a {
    display: block;
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 600;
    color: var(--vtg-charcoal);
    text-decoration: none;
    border-left: 3px solid transparent;
    transition: all 0.15s;
    white-space: nowrap;
}

.vtg-nav-list .sub-menu li a:hover,
.vtg-nav-list .sub-menu li.current-menu-item a {
    color: var(--vtg-burgundy);
    background: var(--vtg-cream);
    border-left-color: var(--vtg-burgundy);
    text-decoration: none;
}

/* ============================================================
   HEADER RIGHT (phone + CTA)
   ============================================================ */
.vtg-header-right {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    gap: 14px;
    margin-left: 20px;
}

.vtg-header-phone {
    font-size: 14px;
    font-weight: 700;
    color: var(--vtg-burgundy-dark);
    text-decoration: none;
    white-space: nowrap;
    display: inline-flex;
    align-items: center;
}
.vtg-header-phone:hover { color: var(--vtg-burgundy); text-decoration: none; }

.vtg-header-cta-btn {
    padding: 10px 20px;
    font-size: 13px;
    white-space: nowrap;
}

/* ============================================================
   HAMBURGER BUTTON
   ============================================================ */
.vtg-hamburger {
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    width: 42px;
    height: 42px;
    background: none;
    border: 1px solid var(--vtg-border);
    cursor: pointer;
    padding: 6px;
    border-radius: 8px;
    margin-left: auto;
    flex-shrink: 0;
    transition: background 0.2s, border-color 0.2s;
}
.vtg-hamburger:hover { background: var(--vtg-cream); border-color: var(--vtg-burgundy); }

.vtg-hamburger span {
    display: block;
    width: 20px;
    height: 2px;
    background: var(--vtg-charcoal);
    border-radius: 2px;
    transition: transform 0.28s cubic-bezier(0.4,0,0.2,1), opacity 0.2s;
    transform-origin: center;
}

.vtg-hamburger.vtg-open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.vtg-hamburger.vtg-open span:nth-child(2) { opacity: 0; transform: scaleX(0); }
.vtg-hamburger.vtg-open span:nth-child(3) { transform: translateY(-7px) rotate(-135deg); }

/* ============================================================
   MOBILE OVERLAY
   ============================================================ */
.vtg-mobile-overlay {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0,20,60,0.45);
    z-index: 1000;
    opacity: 0;
    transition: opacity 0.28s;
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
}
.vtg-mobile-overlay.vtg-open { display: block; opacity: 1; }

/* ============================================================
   MOBILE NAV DRAWER
   ============================================================ */
.vtg-mobile-nav {
    position: fixed;
    top: 0;
    left: 0;
    width: min(320px, 85vw);
    height: 100dvh;
    height: 100vh;
    background: #fff;
    z-index: 1001;
    transform: translateX(-100%);
    transition: transform 0.3s cubic-bezier(0.4,0,0.2,1);
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    box-shadow: 4px 0 32px rgba(0,59,117,0.18);
}
.vtg-mobile-nav.vtg-open { transform: translateX(0); }

/* Drawer header */
.vtg-mobile-nav-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 16px;
    border-bottom: 1px solid var(--vtg-border);
    background: var(--vtg-cream);
    flex-shrink: 0;
}
.vtg-mobile-logo { line-height: 0; }
.vtg-mobile-logo .custom-logo { max-height: 38px; width: auto; }
.vtg-mobile-logo .vtg-logo-text { font-size: 18px; }

.vtg-mobile-close {
    background: none;
    border: 1px solid var(--vtg-border);
    font-size: 24px;
    color: var(--vtg-charcoal);
    cursor: pointer;
    padding: 2px 10px 4px;
    line-height: 1;
    border-radius: 6px;
    transition: background 0.15s;
}
.vtg-mobile-close:hover { background: var(--vtg-border); }

/* Mobile menu items */
.vtg-mobile-menu-list {
    list-style: none;
    margin: 0;
    padding: 8px 0;
    flex: 1;
}

.vtg-mobile-menu-list > li > a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 13px 20px;
    font-size: 15px;
    font-weight: 700;
    color: var(--vtg-charcoal);
    text-decoration: none;
    border-bottom: 1px solid var(--vtg-border);
    transition: color 0.15s, background 0.15s;
}
.vtg-mobile-menu-list > li > a:hover,
.vtg-mobile-menu-list > li.current-menu-item > a {
    color: var(--vtg-burgundy);
    background: var(--vtg-cream);
    text-decoration: none;
}

/* Dropdown toggle indicator */
.vtg-mobile-menu-list .menu-item-has-children > a::after {
    content: '+';
    font-size: 22px;
    font-weight: 300;
    color: var(--vtg-burgundy);
    line-height: 1;
    transition: transform 0.22s;
    flex-shrink: 0;
}
.vtg-mobile-menu-list .menu-item-has-children.vtg-sub-open > a::after {
    transform: rotate(45deg);
}

/* Sub-menu */
.vtg-mobile-menu-list .sub-menu {
    list-style: none;
    margin: 0;
    padding: 4px 0;
    background: var(--vtg-cream);
    display: none;
    border-bottom: 1px solid var(--vtg-border);
}
.vtg-mobile-menu-list .sub-menu.vtg-open { display: block; }

/* ============================================================
   VIDEO SECTION
   ============================================================ */
.vtg-videos-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 28px;
    margin-top: 8px;
}

.vtg-video-item-title {
    font-size: 15px;
    font-weight: 700;
    color: var(--vtg-charcoal);
    margin: 14px 0 0;
    text-align: center;
}

.vtg-video-wrap {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    border-radius: var(--vtg-radius);
    box-shadow: var(--vtg-shadow);
    background: #001c3d;
}

.vtg-video-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
    border-radius: var(--vtg-radius);
}

@media (max-width: 767px) {
    .vtg-videos-grid { grid-template-columns: 1fr; gap: 20px; }
}

/* ============================================================
   CUSTOM FOOTER
   ============================================================ */
.vtg-footer {
    background: #001c3d;
    color: rgba(255,255,255,0.8);
    font-size: 14px;
    line-height: 1.7;
}

.vtg-footer-main {
    padding: 64px 0 48px;
    border-bottom: 1px solid rgba(255,255,255,0.08);
}

.vtg-footer-grid {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr 1.3fr;
    gap: 48px;
}

/* Brand column */
.vtg-footer-brand-logo {
    display: block;
    margin-bottom: 16px;
    line-height: 0;
}
.vtg-footer-brand-logo .custom-logo {
    max-height: 48px;
    width: auto;
    filter: brightness(0) invert(1);
}
.vtg-footer-logo-text {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    letter-spacing: -0.3px;
}
.vtg-footer-tagline {
    color: rgba(255,255,255,0.65);
    font-size: 14px;
    margin: 10px 0 16px;
    line-height: 1.6;
}
.vtg-footer-badge {
    display: inline-block;
    background: rgba(113,177,0,0.15);
    border: 1px solid rgba(113,177,0,0.35);
    color: var(--vtg-gold-light);
    font-size: 12px;
    font-weight: 700;
    padding: 4px 12px;
    border-radius: 20px;
    margin-bottom: 18px;
}
.vtg-footer-social {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 4px;
}
.vtg-footer-social a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.12);
    border-radius: 8px;
    color: rgba(255,255,255,0.7);
    text-decoration: none;
    font-size: 15px;
    transition: all 0.2s;
}
.vtg-footer-social a:hover {
    background: var(--vtg-burgundy);
    border-color: var(--vtg-burgundy);
    color: #fff;
    text-decoration: none;
}

/* Column headings */
.vtg-footer-col-title {
    font-size: 13px;
    font-weight: 700;
    color: var(--vtg-gold-light);
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin: 0 0 18px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(113,177,0,0.3);
}
.vtg-footer-col-title-sub {
    margin-top: 24px;
}

/* Link lists */
.vtg-footer-links {
    list-style: none;
    margin: 0;
    padding: 0;
}
.vtg-footer-links li {
    margin-bottom: 10px;
}
.vtg-footer-links a {
    color: rgba(255,255,255,0.7);
    text-decoration: none;
    font-size: 14px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    transition: color 0.2s;
}
.vtg-footer-links a::before {
    content: '';
    display: inline-block;
    width: 5px;
    height: 5px;
    background: var(--vtg-gold);
    border-radius: 50%;
    flex-shrink: 0;
    transition: background 0.2s;
}
.vtg-footer-links a:hover {
    color: #fff;
    text-decoration: none;
}
.vtg-footer-links a:hover::before { background: var(--vtg-gold-light); }

/* Contact column */
.vtg-footer-contact-item {
    display: flex;
    gap: 10px;
    margin-bottom: 14px;
    align-items: flex-start;
}
.vtg-footer-contact-icon {
    font-size: 16px;
    flex-shrink: 0;
    margin-top: 1px;
    color: var(--vtg-gold-light);
}
.vtg-footer-contact-item a {
    color: rgba(255,255,255,0.8);
    text-decoration: none;
    transition: color 0.2s;
}
.vtg-footer-contact-item a:hover { color: var(--vtg-gold-light); text-decoration: none; }

.vtg-footer-wa-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(113,177,0,0.2);
    border: 1px solid rgba(113,177,0,0.4);
    color: var(--vtg-gold-light);
    padding: 9px 18px;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
    margin-top: 12px;
    transition: all 0.2s;
}
.vtg-footer-wa-btn:hover {
    background: rgba(113,177,0,0.35);
    color: #fff;
    text-decoration: none;
}

/* Bottom bar */
.vtg-footer-bottom {
    background: rgba(0,0,0,0.3);
    padding: 16px 0;
}
.vtg-footer-bottom-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: wrap;
}
.vtg-footer-copy {
    color: rgba(255,255,255,0.45);
    font-size: 13px;
    margin: 0;
}
.vtg-footer-legal {
    display: flex;
    gap: 20px;
}
.vtg-footer-legal a {
    color: rgba(255,255,255,0.45);
    font-size: 13px;
    text-decoration: none;
    transition: color 0.2s;
}
.vtg-footer-legal a:hover { color: rgba(255,255,255,0.8); text-decoration: none; }

/* Hide Astra's default footer */
.ast-footer-wrap, .footer-widget-area, #colophon.site-footer { display: none !important; }

/* Footer responsive */
@media (max-width: 991px) {
    .vtg-footer-grid { grid-template-columns: 1fr 1fr; gap: 36px; }
}
@media (max-width: 600px) {
    .vtg-footer-grid { grid-template-columns: 1fr; gap: 28px; }
    .vtg-footer-main { padding: 44px 0 36px; }
    .vtg-footer-bottom-inner { flex-direction: column; gap: 8px; text-align: center; }
}

.vtg-mobile-menu-list .sub-menu li a {
    display: block;
    padding: 10px 20px 10px 38px;
    font-size: 14px;
    font-weight: 600;
    color: var(--vtg-charcoal-mid);
    text-decoration: none;
    border-left: 3px solid transparent;
    transition: color 0.15s, border-color 0.15s;
}
.vtg-mobile-menu-list .sub-menu li a:hover,
.vtg-mobile-menu-list .sub-menu li.current-menu-item a {
    color: var(--vtg-burgundy);
    border-left-color: var(--vtg-burgundy);
    text-decoration: none;
}

/* Drawer footer CTAs */
.vtg-mobile-nav-footer {
    padding: 16px;
    border-top: 1px solid var(--vtg-border);
    flex-shrink: 0;
    background: #fff;
}

/* ============================================================
   HEADER RESPONSIVE
   ============================================================ */
@media (max-width: 991px) {
    .vtg-desktop-nav { display: none; }
    .vtg-header-right { display: none; }
    .vtg-hamburger { display: flex; }
    .vtg-topbar-hide-sm { display: none; }
    .vtg-header-logo { margin-right: 0; }
    .vtg-header-row { height: 64px; }
}

@media (max-width: 767px) {
    .vtg-topbar-right { display: none; }
    .vtg-topbar-left { width: 100%; justify-content: center; }
}

@media (max-width: 480px) {
    .vtg-header-row { height: 58px; }
    .vtg-header-logo .custom-logo { max-height: 38px; }
}

.vtg-team-avatar-wrap {
    background: linear-gradient(135deg, var(--vtg-burgundy-dark), var(--vtg-burgundy));
    padding: 36px 20px 28px;
    font-size: 56px;
    line-height: 1;
}

.vtg-team-body { padding: 22px 20px 28px; }

.vtg-team-role-badge {
    display: inline-block;
    background: var(--vtg-gold-pale);
    color: var(--vtg-burgundy);
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.7px;
    padding: 4px 10px;
    border-radius: 20px;
    margin-bottom: 10px;
}

.vtg-team-name {
    font-size: 17px;
    color: var(--vtg-charcoal);
    margin: 0 0 10px;
}

.vtg-team-desc {
    font-size: 14px;
    color: var(--vtg-charcoal-mid);
    line-height: 1.7;
    margin: 0;
}

/* ============================================================
   ASTRA HEADER OVERRIDES
   ============================================================ */
.site-header,
.ast-header-break-point .site-header {
    background-color: var(--vtg-burgundy) !important;
}

.ast-primary-header-bar {
    background-color: var(--vtg-burgundy) !important;
}

/* Mobile header bar */
.ast-mobile-header-wrap {
    background-color: var(--vtg-burgundy) !important;
}

.site-header .site-title a,
.site-header .ast-site-identity .site-title a {
    color: var(--vtg-white) !important;
}

.main-header-bar .main-navigation .menu-item > a,
.main-header-bar .main-navigation .menu-item > .ast-menu-toggle {
    color: rgba(255,255,255,0.85) !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
}

.main-header-bar .main-navigation .menu-item:hover > a,
.main-header-bar .main-navigation .menu-item.current-menu-item > a {
    color: var(--vtg-gold) !important;
}

.ast-mobile-menu-buttons .ast-mobile-menu-toggle { color: #fff !important; }

/* ============================================================
   CONTACT FORM 7 STYLE OVERRIDES
   ============================================================ */
.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="tel"],
.wpcf7-form textarea,
.wpcf7-form select {
    width: 100%;
    padding: 12px 16px;
    border: 1px solid var(--vtg-border);
    border-radius: var(--vtg-radius-sm);
    font-family: 'Nunito', Arial, sans-serif;
    font-size: 15px;
    color: var(--vtg-charcoal);
    background: var(--vtg-white);
    margin-bottom: 14px;
    transition: border-color 0.2s;
    box-sizing: border-box;
}

.wpcf7-form input:focus,
.wpcf7-form textarea:focus {
    border-color: var(--vtg-gold);
    outline: none;
}

.wpcf7-form input[type="submit"] {
    background: var(--vtg-burgundy);
    color: var(--vtg-white);
    border: 2px solid var(--vtg-burgundy);
    padding: 14px 32px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    cursor: pointer;
    border-radius: 6px;
    transition: var(--vtg-transition);
}

.wpcf7-form input[type="submit"]:hover {
    background: var(--vtg-gold);
    color: var(--vtg-burgundy-dark);
    border-color: var(--vtg-gold);
}

/* ============================================================
   RESPONSIVE - 991px
   ============================================================ */
@media (max-width: 991px) {
    .vtg-hero-title { font-size: 38px; }
    .vtg-section-title { font-size: 28px; }

    .vtg-about-grid,
    .vtg-nri-grid,
    .vtg-contact-grid { grid-template-columns: 1fr; gap: 40px; }

    .vtg-services-grid { grid-template-columns: repeat(2, 1fr); }
    .vtg-conditions-grid { grid-template-columns: repeat(2, 1fr); }
    .vtg-activities-grid { grid-template-columns: repeat(2, 1fr); }
    .vtg-team-grid { grid-template-columns: repeat(2, 1fr); }

    .vtg-review-card { flex: 0 0 calc(50% - 10px); }

    .vtg-about-img,
    .vtg-nri-img { height: 380px; }
}

/* ============================================================
   RESPONSIVE - 767px
   ============================================================ */
@media (max-width: 767px) {
    .vtg-hero-title { font-size: 28px; }
    .vtg-section-title { font-size: 24px; }
    .vtg-section { padding: 56px 0; }

    .vtg-hero-ctas { flex-direction: column; }
    .vtg-hero-ctas .vtg-btn { width: 100%; text-align: center; }

    .vtg-stats-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }

    .vtg-aeo-inner { flex-direction: column; gap: 8px; }

    .vtg-rooms-grid,
    .vtg-services-grid,
    .vtg-conditions-grid { grid-template-columns: 1fr; }

    .vtg-timeline::before { left: 58px; }
    .vtg-timeline-time { width: 48px; font-size: 12px; }

    .vtg-review-card { flex: 0 0 100%; }

    .vtg-cta-banner h2 { font-size: 26px; }
    .vtg-cta-banner .vtg-hero-ctas { flex-direction: column; align-items: center; }

    .vtg-contact-ctas { flex-direction: column; }
    .vtg-contact-ctas .vtg-btn { width: 100%; text-align: center; }
}

/* ============================================================
   RESPONSIVE - 480px
   ============================================================ */
@media (max-width: 480px) {
    .vtg-section { padding: 44px 0; }
    .vtg-hero-title { font-size: 24px; }
    .vtg-activities-grid { grid-template-columns: 1fr; }
    .vtg-stat-number { font-size: 32px; }
    .vtg-team-grid { grid-template-columns: 1fr; }
    .vtg-sticky-btn { font-size: 9px; }
    .vtg-sticky-btn span { display: none; }
    .vtg-sticky-icon { font-size: 22px; }
}

/* ============================================================
   WHY CHOOSE CARDS  [vtg_why_choose]
   ============================================================ */
.vtg-why-choose-section { background: #f4f7fb; }
.vtg-why-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}
.vtg-why-card {
    background: #fff;
    border-top: 4px solid #8b1a1a;
    border-radius: 10px;
    padding: 26px 22px 22px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.08);
}
.vtg-why-icon {
    font-size: 34px;
    margin-bottom: 12px;
    line-height: 1;
    display: block;
}
.vtg-why-card h3 {
    color: #5a0e0e;
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 8px;
    line-height: 1.35;
}
.vtg-why-card p {
    color: #555;
    font-size: 14px;
    line-height: 1.65;
    margin: 0;
}
@media (max-width: 991px) {
    .vtg-why-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 480px) {
    .vtg-why-grid { grid-template-columns: 1fr; gap: 16px; }
}

/* ============================================================
   THERAPY CARDS (dementia page)
   ============================================================ */
.vtg-therapy-section { background: var(--vtg-cloud, #f4f7fb); }
.vtg-therapy-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 28px;
}
.vtg-therapy-card {
    background: #fff;
    border-top: 4px solid var(--vtg-burgundy);
    border-radius: var(--vtg-radius);
    padding: 28px 24px 24px;
    box-shadow: 0 2px 14px rgba(0,0,0,0.08);
    display: flex;
    flex-direction: column;
}
.vtg-therapy-icon {
    font-size: 38px;
    margin-bottom: 14px;
    line-height: 1;
}
.vtg-therapy-name {
    color: var(--vtg-burgundy-dark);
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 10px;
    line-height: 1.3;
}
.vtg-therapy-desc {
    color: var(--vtg-charcoal-mid);
    font-size: 15px;
    line-height: 1.65;
    margin-bottom: 14px;
}
.vtg-therapy-tips {
    padding-left: 18px;
    margin: 0 0 14px;
    color: var(--vtg-charcoal);
    font-size: 14px;
}
.vtg-therapy-tips li { margin-bottom: 5px; line-height: 1.5; }
.vtg-therapy-note {
    margin-top: auto;
    background: #fdf8ef;
    border-left: 3px solid var(--vtg-gold);
    padding: 8px 12px;
    font-size: 13px;
    border-radius: 0 4px 4px 0;
    color: var(--vtg-charcoal-mid);
    font-style: italic;
}
@media (max-width: 767px) {
    .vtg-therapy-grid { grid-template-columns: 1fr; }
}

/* ============================================================
   HOSPITAL / LANDMARK CARDS (dementia page local SEO)
   ============================================================ */
.vtg-hospital-section { background: #fff; }
.vtg-hospital-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}
.vtg-hospital-card {
    background: #fff;
    border-radius: var(--vtg-radius);
    box-shadow: 0 2px 16px rgba(0,40,80,0.10);
    border: 1px solid #e4eaf2;
    overflow: hidden;
    text-align: center;
    padding: 24px 16px 20px;
    transition: transform 0.2s, box-shadow 0.2s;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.vtg-hospital-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 24px rgba(0,40,80,0.14);
}
.vtg-hospital-icon-wrap {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: #e8f0fb;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 14px;
    flex-shrink: 0;
}
.vtg-hospital-emoji {
    font-size: 30px;
    line-height: 1;
}
.vtg-hospital-name {
    color: #002147;
    font-size: 14px;
    font-weight: 700;
    margin: 0 0 10px;
    line-height: 1.35;
}
.vtg-hospital-time {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    background: #e8f4e8;
    color: #2a7a2a;
    font-size: 12px;
    font-weight: 700;
    padding: 4px 10px;
    border-radius: 20px;
    margin-bottom: 10px;
}
.vtg-hospital-desc {
    color: #666;
    font-size: 13px;
    line-height: 1.5;
    margin: 0;
}
@media (max-width: 991px) {
    .vtg-hospital-grid { grid-template-columns: repeat(2, 1fr); gap: 16px; }
}
@media (max-width: 480px) {
    .vtg-hospital-grid { grid-template-columns: 1fr 1fr; gap: 12px; }
    .vtg-hospital-icon-wrap { width: 50px; height: 50px; }
    .vtg-hospital-emoji { font-size: 24px; }
    .vtg-hospital-name { font-size: 12px; }
}
