/* Aayu Physio Care branding */
:root {
    --aayu-brand-green: #12c02b;
    --aayu-brand-blue: #003399;
    --aayu-brand-gray: #5f5f5f;
}

.vl-offcanvas-logo img {
    max-height: 72px;
    width: auto !important;
    object-fit: contain;
}

.vl-footer-logo img {
    max-height: 80px;
    width: auto !important;
    object-fit: contain;
}

.vl-header-area .vl-logo img {
    max-height: 90px;
    width: auto !important;
    max-width: 200px;
    object-fit: contain;
    background: transparent;
    border-radius: 0;
    padding: 0;
}

/* Header — solid white bar, dark navigation text */
.vl-header-area .container.vkl-blur-bg-1 {
    background: #fff !important;
    backdrop-filter: none;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
}

.vl-header-area .vl-main-menu ul > li > a {
    color: #1a1a1a;
}

.vl-header-area .vl-main-menu ul > li:hover a {
    color: var(--aayu-brand-green, #12c02b);
}

.vl-header-area .vl-header-action-item {
    color: #1a1a1a;
    border-color: #1a1a1a;
}

.vl-header-area.header-sticky {
    background: #fff !important;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.1);
}

.vl-header-area.header-sticky .container.vkl-blur-bg-1 {
    background: transparent !important;
    box-shadow: none;
}

.vl-header-area.header-sticky .vl-main-menu ul > li > a {
    color: #1a1a1a;
}

.vl-header-area.header-sticky .vl-main-menu ul > li:hover a {
    color: var(--aayu-brand-green, #12c02b);
}

.vl-header-area.header-sticky .vl-header-action-item {
    color: #1a1a1a;
    border-color: #1a1a1a;
}

@media (max-width: 1199px) {
    .vl-header-area .vl-logo img {
        max-height: 76px;
        max-width: 170px;
    }
}

/* Header — single-row layout at xl, scales on 1200–1499px */
@media (min-width: 1200px) {
    .vl-header-area .container.vkl-blur-bg-1 > .row.align-items-center {
        flex-wrap: nowrap;
        justify-content: space-between;
        gap: 12px;
    }

    .vl-header-area .row.align-items-center > .col-xl-2:first-child,
    .vl-header-area .row.align-items-center > .col-xl-2:last-child {
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }

    .vl-header-area .row.align-items-center > .col-xl-8 {
        flex: 1 1 0;
        width: auto;
        max-width: none;
        min-width: 0;
    }

    .vl-header-area .vl-logo {
        width: auto;
        max-width: 200px;
    }

    .vl-header-area .vl-logo img.w-100 {
        width: auto !important;
        max-width: 100%;
    }

    .vl-main-menu ul > li {
        margin: 0 10px;
    }

    .vl-main-menu ul > li > a {
        padding: 20px 0;
        font-size: 16px;
    }

    .vl-header-btn {
        flex-shrink: 0;
        text-align: right;
    }
}

@media (min-width: 1200px) and (max-width: 1499px) {
    .vl-header-area .container.vkl-blur-bg-1 {
        padding-left: 20px;
        padding-right: 20px;
    }

    .vl-main-menu ul > li {
        margin: 0 6px;
    }

    .vl-main-menu ul > li > a {
        font-size: 15px;
        padding: 20px 0;
    }

    .vl-header-btn .aayu-header-cta {
        padding: 12px 14px !important;
        font-size: 14px;
    }
}

.vl-header-btn .aayu-header-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    text-align: center;
    padding: 14px 20px !important;
    font-size: 16px;
    line-height: 1.2;
}

.aayu-cta-whatsapp {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 16px 28px !important;
}

.aayu-cta-whatsapp i {
    font-size: 20px;
}

.vkl-cta-area {
    background-size: cover;
    background-position: center right;
    background-repeat: no-repeat;
}

/* Inner page hero banners — xl / lg */
@media (min-width: 1200px) and (max-width: 1499px) {
    .vkl-banner-area-2 {
        padding-top: 180px;
        padding-bottom: 90px;
    }

    .vkl-hero-content .title,
    .vkl-hero-content .title.title-2 {
        font-size: 52px;
        line-height: 1.15;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .vkl-banner-area-2 {
        padding-top: 150px;
        padding-bottom: 70px;
    }

    .vkl-hero-content .title,
    .vkl-hero-content .title.title-2 {
        font-size: 44px;
        line-height: 1.2;
    }
}

/* Section badges without icons — keep pill width to content */
.vkl-section-title .sub-title.d-inline-block {
    width: auto;
    display: inline-block;
}

/* Dr. Dharati profile section */
.aayu-doctor-thumb {
    box-shadow: 0 12px 40px rgba(26, 77, 46, 0.12);
}

.aayu-clinic-office-photo {
    object-fit: cover;
    object-position: center center;
    max-height: 480px;
    width: 100%;
    display: block;
}

.vkl-service-item-thumb img,
.vl-thumb-larg img {
    object-fit: cover;
    object-position: center top;
    aspect-ratio: 4 / 3;
}

.aayu-doctor-thumb img {
    border-radius: 16px;
    object-fit: cover;
    object-position: center top;
    width: 100%;
    height: auto;
    max-height: 640px;
    display: block;
    image-rendering: auto;
}

.aayu-doctor-role {
    font-weight: 600;
    color: var(--vkl-text-theme-color-1, #1a4d2e);
}

.aayu-doctor-social {
    display: flex;
    gap: 12px;
}

.aayu-doctor-social a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: var(--vkl-text-theme-color-1, #1a4d2e);
    color: #fff;
    font-size: 18px;
    transition: opacity 0.2s ease;
}

.aayu-doctor-social a:hover {
    opacity: 0.85;
    color: #fff;
}

/* Testimonials without patient photos */
.vkl-testimonial-item.p-relative,
.vkl-testimonial-item.vkl-testimonial-item-inner {
    padding: 40px 48px;
}

.vkl-testimonial-item-authbox {
    margin-top: 24px;
}

.aayu-testimonial-card {
    display: flex;
    flex-direction: column;
}

.aayu-testimonial-card .vkl-testimonial-item-desc {
    flex: 1;
    min-height: 7.5rem;
    margin-bottom: 0;
}

.vkl-testimonial-box-wrap .vkl-white-bg,
.vkl-testimonial-item-inner {
    height: 100%;
}

/* Footer — consistent across all pages */
.aayu-footer.vl-footer {
    width: 100%;
    clear: both;
    background-color: var(--vkl-bg-bg-1, #e4ebe7) !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.aayu-footer [class*="vl-footer-widget"] {
    margin-left: 0 !important;
}

.aayu-footer > .container {
    max-width: 1320px;
}

.aayu-footer .row.g-4 {
    align-items: flex-start;
}

.aayu-footer {
    border-top: 1px solid rgba(26, 77, 46, 0.08);
    padding-bottom: 0 !important;
}

.aayu-footer .vl-footer-widget-2,
.aayu-footer .vl-footer-widget-3,
.aayu-footer .vl-footer-widget-4 {
    margin-left: 0 !important;
}

.aayu-footer-logo-link {
    display: inline-block;
    margin-bottom: 10px;
    text-decoration: none;
}

.aayu-footer-logo-text {
    display: block;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.01em;
}

.aayu-footer-logo-aayu {
    color: var(--aayu-brand-green, #12c02b);
}

.aayu-footer-logo-rest {
    color: var(--aayu-brand-blue, #003399);
}

.aayu-footer-logo-link:hover .aayu-footer-logo-aayu,
.aayu-footer-logo-link:hover .aayu-footer-logo-rest {
    opacity: 0.88;
}

.aayu-footer-brand {
    max-width: 420px;
}

.aayu-footer-tagline {
    font-weight: 600;
    color: var(--aayu-brand-gray, #5f5f5f);
    margin-bottom: 12px;
    font-size: 15px;
    line-height: 1.5;
}

.aayu-footer-desc {
    margin-bottom: 24px;
    line-height: 1.7;
}

.aayu-footer-cta {
    display: inline-block;
    padding: 12px 24px;
    font-size: 15px;
    margin-bottom: 24px;
}

.aayu-footer-social {
    display: flex;
    gap: 12px;
}

.aayu-footer-social a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: var(--aayu-brand-blue, #003399);
    color: #fff;
    font-size: 17px;
    transition: opacity 0.2s ease, transform 0.2s ease;
}

.aayu-footer-social a:hover {
    opacity: 0.9;
    color: #fff;
    transform: translateY(-2px);
}

.aayu-footer-block {
    height: 100%;
}

.aayu-footer-widgets {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 20px 28px;
}

.aayu-footer-block-links {
    flex: 0 0 auto;
    min-width: 130px;
}

.aayu-footer-block-hours {
    flex: 0 0 auto;
    min-width: 220px;
    max-width: 300px;
}

.aayu-footer-block-contact {
    flex: 1 1 240px;
    min-width: min(100%, 240px);
}

@media (min-width: 992px) {
    .aayu-footer-widgets {
        gap: 20px 32px;
    }
}

@media (max-width: 575px) {
    .aayu-footer-widgets {
        flex-direction: column;
        gap: 28px;
    }

    .aayu-footer-block-hours {
        max-width: none;
    }
}

.aayu-footer-hours {
    padding: 8px 16px;
}

.aayu-footer-hours .vkl-content-flex {
    padding: 10px 0;
    margin-bottom: 0;
    gap: 8px;
}

.aayu-footer-hours .vkl-content-flex:not(:last-child) {
    border-bottom: 1px solid rgba(26, 77, 46, 0.08);
}

.aayu-footer-hours .day-title {
    font-size: 14px;
    margin-bottom: 0;
    flex: 1;
    min-width: 0;
}

.aayu-hours-label {
    display: inline-block;
    font-size: 12px;
    font-weight: 500;
    color: rgba(26, 77, 46, 0.65);
    margin-left: 4px;
}

.aayu-footer-hours .para {
    font-size: 13px;
    margin-bottom: 0;
    text-align: right;
    white-space: nowrap;
}

.aayu-footer-contact ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.aayu-footer-contact ul li {
    margin-bottom: 16px;
}

.aayu-footer-contact ul li:last-child {
    margin-bottom: 0;
}

.aayu-footer-contact ul li a {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    line-height: 1.6;
}

.aayu-footer-contact ul li a > span:last-child {
    flex: 1;
    min-width: 0;
}

.aayu-footer-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 36px;
    height: 36px;
    border-radius: 50%;
    background: rgba(26, 77, 46, 0.08);
    color: var(--vkl-text-theme-color-1, #1a4d2e);
    flex-shrink: 0;
}

.aayu-footer-bottom {
    border-top: 1px solid rgba(26, 77, 46, 0.08);
    padding: 24px 0 32px;
    margin-top: 48px;
}

.aayu-footer-bottom-inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 16px 24px;
    text-align: center;
}

.aayu-footer-copy {
    margin-bottom: 0;
    font-size: 14px;
}

.aayu-footer-bottom-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 12px 16px;
}

.footer-bottom__channel {
    display: inline-flex;
    align-items: center;
    line-height: 0;
    opacity: 0.85;
    transition: opacity 0.2s ease;
}

.footer-bottom__channel:hover {
    opacity: 1;
}

.footer-bottom__channel-img {
    display: block;
    height: 22px;
    width: auto;
}

.aayu-footer .vl-footer-menu ul li {
    margin-bottom: 10px;
}

.aayu-footer .vl-footer-widget-title {
    position: relative;
    padding-bottom: 12px;
}

.aayu-footer .vl-footer-widget-title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 40px;
    height: 3px;
    border-radius: 2px;
    background: var(--vkl-text-theme-color-2, #f5c518);
}

@media (max-width: 991px) {
    .aayu-footer-brand {
        max-width: none;
        margin-bottom: 8px;
    }
}

@media (max-width: 575px) {
    .aayu-footer-hours .para {
        white-space: normal;
    }
}

/* Hide legacy in-page scroll buttons (replaced by floating actions) */
main .paginacontainer {
    display: none !important;
}

/* Floating WhatsApp, call & scroll-to-top */
.aayu-floating-actions {
    pointer-events: none;
}

.aayu-floating-actions a,
.aayu-floating-actions .progress-wrap {
    pointer-events: auto;
}

.aayu-floating-actions .paginacontainer {
    display: block !important;
    position: static;
}

@media (min-width: 768px) {
    .aayu-floating-actions {
        position: fixed;
        right: 24px;
        left: auto;
        bottom: 24px;
        z-index: 999;
        display: flex;
        flex-direction: column;
        gap: 12px;
        align-items: center;
    }

    .aayu-floating-actions .progress-wrap {
        position: static;
        right: auto;
        bottom: auto;
        margin: 0;
        transform: translateY(12px);
    }

    .aayu-floating-actions .progress-wrap.active-progress {
        transform: translateY(0);
    }
}

@media (max-width: 767.98px) {
    .aayu-floating-actions .progress-wrap {
        position: fixed;
        right: 16px;
        bottom: 68px;
        left: auto;
        z-index: 999;
    }

    body {
        padding-bottom: 52px;
    }
}

.aayu-float-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    color: #fff;
    font-size: 28px;
    line-height: 1;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.18);
    transition: transform 0.2s ease, opacity 0.2s ease;
}

.aayu-float-btn:hover {
    color: #fff;
    transform: translateY(-2px);
    opacity: 0.95;
}

.aayu-float-whatsapp {
    background: #25d366;
}

.aayu-mobile-action-bar {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 998;
    display: flex;
    width: 100%;
    min-height: 52px;
    box-shadow: 0 -2px 12px rgba(0, 0, 0, 0.12);
}

.aayu-mobile-action {
    flex: 1 1 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: #fff;
    font-weight: 600;
    font-size: 15px;
    line-height: 1.2;
    padding: 14px 12px;
    text-decoration: none;
}

.aayu-mobile-action:hover {
    color: #fff;
    opacity: 0.92;
}

.aayu-mobile-call {
    background: var(--vkl-text-theme-color-1, #1a4d2e);
}

.aayu-mobile-whatsapp {
    background: #25d366;
}

.aayu-mobile-action i {
    font-size: 18px;
}

.advance-wrap {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    align-items: stretch;
    margin-left: 0;
    margin-right: 0;
}

.advance-wrap > .advance-item {
    width: 100% !important;
    max-width: 100% !important;
    flex: none;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0 !important;
    display: flex;
}

.advance-wrap .vkl-single-iconbox {
    flex: 1;
    width: 100%;
    height: 100%;
    min-height: 132px;
    align-items: center;
}

.advance-wrap .vkl-single-iconbox .icon {
    flex-shrink: 0;
}

.advance-wrap .vkl-single-iconbox .content {
    flex: 1;
    min-width: 0;
}

.advance-wrap .vkl-single-iconbox .content .para {
    display: block;
    line-height: 1.5;
    word-wrap: break-word;
}

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

    .advance-wrap .vkl-single-iconbox {
        min-height: 132px;
    }
}

/* Font Awesome icon rendering */
.vkl-lern-more i,
.vl-review-button i,
.vl-faqarrow i,
.vl-accordion-button i {
    font-family: "Font Awesome 6 Free" !important;
    font-weight: 900;
    font-style: normal;
    display: inline-block;
}

