/* Vidal Dham Elementor Addon Styles */
@import url('https://fonts.googleapis.com/css2?family=Baloo+Bhai+2:wght@400;500;600;700;800&family=Inter:wght@400;500;600;700&family=Mukta:wght@400;500;600;700&display=swap');

:root {
    --vd-primary: #7A191A;
    --vd-primary-dark: #5e1112;
    --vd-secondary: #E9B855;
    --vd-secondary-hover: #d3a142;
    --vd-text: #333333;
    --vd-text-light: #666666;
    --vd-bg-light: #FFFDF9;
    --vd-white: #ffffff;
    --vd-border: #f0e6d2;
    --vd-font-gu: 'Baloo Bhai 2', cursive;
    --vd-font-en: 'Inter', sans-serif;
    --vd-font-hi: 'Mukta', sans-serif;
}

body {
    font-family: var(--vd-font-gu);
}

.vd-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
    width: 100%;
}

/* Global Buttons */
.vd-btn {
    display: inline-block;
    padding: 10px 24px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    text-align: center;
    border: none;
    cursor: pointer;
    font-size: 16px;
}

.vd-btn-sm {
    padding: 8px 16px;
    font-size: 14px;
}

.vd-btn-primary {
    background-color: var(--vd-secondary);
    color: var(--vd-text);
}
.vd-btn-primary:hover {
    background-color: var(--vd-secondary-hover);
}

.vd-btn-maroon {
    background-color: var(--vd-primary);
    color: var(--vd-white);
}
.vd-btn-maroon:hover {
    background-color: var(--vd-primary-dark);
}

.vd-btn-yellow {
    background-color: var(--vd-secondary);
    color: var(--vd-primary);
}
.vd-btn-yellow:hover {
    background-color: var(--vd-secondary-hover);
}

/* Section Header */
.vd-section-header {
    text-align: center;
    margin-bottom: 40px;
}
.vd-section-title {
    color: var(--vd-primary);
    font-size: 32px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin-bottom: 10px;
}
.vd-ornament-left, .vd-ornament-right {
    display: inline-block;
    width: 50px;
    height: 15px;
    background-image: url('data:image/svg+xml;utf8,<svg width="50" height="15" viewBox="0 0 50 15" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M25 0L50 7.5L25 15L0 7.5L25 0Z" fill="%23E9B855"/></svg>');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.vd-section-subtitle {
    color: var(--vd-text-light);
    font-size: 16px;
}

/* Header Widget Advanced */
.vd-header-advanced {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1000;
}
.vd-header-maroon-bar {
    background-color: var(--vd-primary);
    background-image: linear-gradient(to right, #611313, #7A191A, #611313);
    color: var(--vd-white);
    border-bottom: 3px solid var(--vd-secondary);
}
.vd-maroon-bar-inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    height: 40px;
}
.vd-maroon-left {
    height: 40px;
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 500;
}
.vd-maroon-right {
    height: 40px;
    display: flex;
    align-items: center;
    gap: 20px;
}
.vd-header-socials {
    display: flex;
    gap: 15px;
}
.vd-header-socials a {
    color: var(--vd-white);
    font-size: 14px;
    transition: all 0.3s;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    border: 1px solid var(--vd-white);
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}
.vd-header-socials a svg {
    width: 14px;
    height: 14px;
    fill: currentColor;
}
.vd-header-socials a:hover {
    color: var(--vd-primary);
    background: var(--vd-secondary);
    border-color: var(--vd-secondary);
}
.vd-header-darshan-btn {
    background-color: #5e1112;
    color: var(--vd-white);
    height: 40px;
    padding: 0 20px;
    display: flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    transition: background 0.3s;
    border-left: 1px solid rgba(255,255,255,0.1);
    border-right: 1px solid rgba(255,255,255,0.1);
}
.vd-header-darshan-btn:hover {
    background-color: #4a0d0e;
    color: var(--vd-white);
}

.vd-maroon-center {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    z-index: 11;
}
.vd-center-curve {
    background-color: var(--vd-primary);
    background-image: linear-gradient(to bottom, #8a1d1e, #5e1112);
    border: 3px solid var(--vd-secondary);
    border-top: none;
    border-radius: 0 0 60px 60px;
    padding: 8px 40px 18px;
    display: flex;
    align-items: center;
    gap: 14px;
    box-shadow: 0 6px 20px rgba(0,0,0,0.35);
    min-width: 420px;
    justify-content: center;
}
.vd-center-logo {
    width: 90px;
    height: 90px;
    object-fit: contain;
    display: block;
    margin: 0 auto;
    filter: drop-shadow(0 2px 8px rgba(0,0,0,0.6));
}
.vd-center-text {
    text-align: left;
}
.vd-center-text h2 {
    color: var(--vd-secondary);
    margin: 0 0 2px 0;
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
}
.vd-center-text p {
    color: var(--vd-white);
    margin: 0;
    font-size: 12px;
    opacity: 0.9;
}

.vd-header-nav-bar {
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(10px);
    padding: 75px 0 12px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    transition: all 0.3s ease;
}
.vd-header-nav-bar.vd-sticky-active {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    padding: 15px 0;
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
    animation: vdSlideDown 0.4s ease-out forwards;
}
@keyframes vdSlideDown {
    from { transform: translateY(-100%); }
    to { transform: translateY(0); }
}
.vd-nav-menu {
    width: 100%;
    display: flex;
    justify-content: center;
}
.vd-nav-menu ul {
    list-style: none;
    margin: 0 auto;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    flex-wrap: wrap;
}
.vd-nav-menu a {
    color: var(--vd-primary);
    text-decoration: none;
    font-weight: 700;
    font-size: 16px;
    transition: all 0.3s;
    text-shadow: 0 1px 5px rgba(255,255,255,1), 0 0 10px rgba(255,255,255,0.9);
    padding: 5px 12px;
    border-radius: 20px;
}
.vd-nav-menu a:hover {
    color: var(--vd-white);
    background-color: var(--vd-primary);
    text-shadow: none;
}
.vd-nav-menu i {
    font-size: 12px;
    margin-left: 3px;
}
.vd-lang-select {
    margin-left: 20px;
    padding-left: 20px;
    border-left: 1px solid rgba(122,25,26,0.2);
}
.vd-lang-select > a {
    color: var(--vd-primary) !important;
    border: 2px solid var(--vd-primary) !important;
    padding: 6px 18px !important;
    border-radius: 30px !important;
    background: var(--vd-white) !important;
    display: inline-flex !important;
    align-items: center;
    gap: 6px;
    font-weight: 700 !important;
    text-shadow: none !important;
    transition: all 0.3s !important;
}
.vd-lang-select > a:hover {
    background: var(--vd-primary) !important;
    color: var(--vd-white) !important;
}

/* Custom Language Dropdown */
.vd-dropdown-wrap {
    position: relative;
}
.vd-lang-dropdown {
    position: absolute;
    top: 100%;
    margin-top: 15px;
    right: 0;
    background: #fff;
    min-width: 140px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.15);
    border-radius: 12px;
    padding: 10px 0 !important;
    display: none !important;
    flex-direction: column !important;
    gap: 0 !important;
    z-index: 100;
    list-style: none !important;
    border: 1px solid rgba(0,0,0,0.05);
}
/* Invisible bridge to prevent dropdown from closing when crossing the gap */
.vd-lang-dropdown::before {
    content: '';
    position: absolute;
    top: -15px;
    left: 0;
    right: 0;
    height: 15px;
    background: transparent;
}
.vd-dropdown-wrap:hover .vd-lang-dropdown {
    display: flex !important;
}
.vd-lang-dropdown li {
    width: 100%;
    display: block !important;
    margin: 0 !important;
    padding: 0 !important;
}
.vd-lang-dropdown a {
    display: block !important;
    padding: 10px 20px !important;
    font-size: 15px !important;
    color: var(--vd-text) !important;
    text-decoration: none !important;
    border: none !important;
    border-radius: 0 !important;
    background: transparent !important;
    text-shadow: none !important;
    text-align: left !important;
    font-weight: 500 !important;
    transition: all 0.2s;
}
.vd-lang-dropdown a:hover {
    background: #fff9f0 !important;
    color: var(--vd-primary) !important;
    padding-left: 25px !important;
}

/* Floating Global Language Switcher */
.vd-floating-lang-switcher {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 99999;
}
.vd-floating-lang-switcher .vd-lang-select {
    margin: 0;
    padding: 0;
    border: none;
    box-shadow: 0 4px 15px rgba(0,0,0,0.15);
    border-radius: 30px;
    background: #fff;
}
.vd-floating-lang-switcher .vd-lang-dropdown {
    top: auto;
    bottom: calc(100% + 15px);
}
.vd-floating-lang-switcher .vd-lang-dropdown::before {
    top: auto;
    bottom: -15px;
}

/* Language Specific Fonts */
/* The :not() list keeps icon fonts out of the override. .ab-icon and .ab-item are
   the WordPress admin bar, which carries its glyph on the element and the codepoint
   on ::before, so overriding the element font leaves the pseudo-element with no glyph. */
/* .vd-maroon-left is exempt so its Elementor typography control can win. Elementor
   emits normal-weight CSS, which an !important rule would otherwise always beat. */
body.vd-lang-en, body.vd-lang-en *:not(i):not([class*="fa-"]):not([class*="eicon-"]):not([class*="dashicons"]):not(.ab-icon):not(.ab-item):not(.vd-maroon-left) {
    font-family: 'Inter', sans-serif !important;
}
body.vd-lang-gu, body.vd-lang-gu *:not(i):not([class*="fa-"]):not([class*="eicon-"]):not([class*="dashicons"]):not(.ab-icon):not(.ab-item):not(.vd-maroon-left) {
    font-family: 'Baloo Bhai 2', cursive !important;
}
body.vd-lang-hi, body.vd-lang-hi *:not(i):not([class*="fa-"]):not([class*="eicon-"]):not([class*="dashicons"]):not(.ab-icon):not(.ab-item):not(.vd-maroon-left) {
    font-family: 'Mukta', sans-serif !important;
}

/* Hide Google Translate Bar */
.goog-te-banner-frame.skiptranslate, .goog-te-gadget-icon, .goog-te-gadget-simple {
    display: none !important;
}
body {
    top: 0px !important;
}

/* WordPress Menu Submenus */
.vd-nav-menu ul li {
    position: relative;
}
.vd-nav-menu ul li .sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    background: var(--vd-white);
    min-width: 200px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    border-radius: 8px;
    padding: 10px 0;
    display: none;
    flex-direction: column;
    gap: 5px;
    z-index: 100;
}
.vd-nav-menu ul li:hover > .sub-menu {
    display: flex;
}
.vd-nav-menu ul li .sub-menu li {
    display: block;
}
.vd-nav-menu ul li .sub-menu a {
    display: block;
    padding: 8px 20px;
    font-size: 14px;
    color: var(--vd-primary);
    border-radius: 0;
    text-shadow: none;
}
.vd-nav-menu ul li .sub-menu a:hover {
    background-color: var(--vd-primary);
    color: var(--vd-white);
}

@media (max-width: 991px) {
    .vd-maroon-bar-inner {
        flex-direction: column;
        height: auto;
        padding: 10px 0;
        align-items: center;
        gap: 10px;
    }
    .vd-maroon-left, .vd-maroon-right {
        height: auto;
        justify-content: center;
    }
    .vd-center-curve {
        transform: none;
        border-radius: 20px;
        border-top: 3px solid var(--vd-secondary);
        margin: 10px 0;
        flex-direction: column;
        text-align: center;
        padding: 15px;
    }
    .vd-center-text {
        text-align: center;
    }
    .vd-center-logo {
        margin-top: 0;
    }
}

/* Hero Widget */
.vd-hero-wrapper {
    padding: 160px 0 100px; /* Increased top padding to account for the absolute header */
    color: var(--vd-text);
}
.vd-hero-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}
.vd-hero-content {
    flex: 1;
}
.vd-hero-image {
    flex: 1;
    text-align: center;
}
.vd-hero-image img {
    max-width: 100%;
    height: auto;
}
.vd-hero-subtitle-top {
    font-size: 18px;
    margin-bottom: 10px;
    color: var(--vd-primary);
    font-weight: 700;
    text-shadow: 0 1px 5px rgba(255,255,255,1), 0 0 10px rgba(255,255,255,0.8);
}
.vd-hero-title {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 1.2;
    color: var(--vd-primary);
    text-shadow: 0 2px 10px rgba(255,255,255,1), 0 0 15px rgba(255,255,255,0.8);
}
.vd-hero-desc {
    font-size: 18px;
    margin-bottom: 30px;
    opacity: 1;
    color: var(--vd-text);
    font-weight: 600;
    text-shadow: 0 1px 5px rgba(255,255,255,1), 0 0 8px rgba(255,255,255,0.8);
}
.vd-hero-buttons {
    display: flex;
    gap: 15px;
}

/* Info Cards Widget */
.vd-info-cards-wrapper {
    margin-top: -50px;
    position: relative;
    z-index: 10;
}
.vd-info-cards-inner {
    display: flex;
    background: var(--vd-white);
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
    padding: 20px;
    justify-content: space-between;
    flex-wrap: wrap;
}
.vd-info-card {
    flex: 1;
    text-align: center;
    padding: 20px;
    text-decoration: none;
    color: var(--vd-text);
    border-right: 1px solid var(--vd-border);
    min-width: 150px;
    transition: transform 0.3s;
}
.vd-info-card:hover {
    transform: translateY(-5px);
}
.vd-info-card:last-child {
    border-right: none;
}
.vd-info-icon img {
    height: 50px;
    margin-bottom: 15px;
}
.vd-info-title {
    color: var(--vd-primary);
    font-size: 18px;
    margin-bottom: 5px;
    font-weight: 600;
}
.vd-info-desc {
    font-size: 14px;
    color: var(--vd-text-light);
    margin: 0;
}

/* Features Widget */
.vd-features-wrapper {
    padding: 60px 0;
}
.vd-features-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}
.vd-feature-card {
    background: var(--vd-white);
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    text-align: center;
    transition: transform 0.3s;
}
.vd-feature-card:hover {
    transform: translateY(-5px);
}
.vd-feature-card a {
    text-decoration: none;
    color: inherit;
    display: block;
}
.vd-feature-img-wrapper img {
    width: 100%;
    height: 150px;
    object-fit: cover;
}
.vd-feature-content {
    padding: 20px;
}
.vd-feature-title {
    color: var(--vd-primary);
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: 600;
}
.vd-feature-desc {
    font-size: 14px;
    color: var(--vd-text-light);
    margin: 0;
}

/* Live Darshan Widget */
.vd-live-darshan-wrapper {
    padding: 60px 0;
    background-color: var(--vd-bg-light);
}
.vd-live-darshan-inner {
    display: flex;
    gap: 30px;
    align-items: stretch;
}
.vd-video-column {
    flex: 2;
}
.vd-video-container {
    background: #000;
    border-radius: 10px;
    overflow: hidden;
    height: 100%;
}
.vd-timing-column {
    flex: 1;
}
.vd-timing-box {
    background: var(--vd-white);
    border: 2px solid var(--vd-primary);
    border-radius: 10px;
    padding: 30px;
    height: 100%;
    display: flex;
    flex-direction: column;
}
.vd-timing-title {
    text-align: center;
    color: var(--vd-primary);
    margin-bottom: 20px;
    font-size: 20px;
    border-bottom: 1px dashed var(--vd-border);
    padding-bottom: 10px;
}
.vd-timing-list {
    list-style: none;
    padding: 0;
    margin: 0 0 20px 0;
    flex-grow: 1;
}
.vd-timing-list li {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    font-size: 16px;
}
.vd-timing-icon {
    color: var(--vd-secondary);
    margin-right: 15px;
}
.vd-timing-name {
    flex-grow: 1;
    font-weight: 500;
}
.vd-timing-time {
    font-weight: 600;
}
.vd-timing-action {
    text-align: center;
}

/* ── DAILY DARSHAN IMAGES WIDGET ── */
.vd-daily-date-badge {
    background: linear-gradient(135deg, #fdf8f0, #f7ede1);
    border: 1px solid #e2ceda;
    color: #7A191A;
    padding: 8px 18px;
    border-radius: 20px;
    font-size: 15px;
    font-weight: 700;
    text-align: center;
    margin: 0 auto 20px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
    align-self: center;
}
.vd-daily-images-wrapper {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}
/* Daily Darshan Carousel Slider */
.vd-daily-slider-container {
    position: relative;
    width: 100%;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    border-radius: 10px;
    border: 2px solid #e8d8c8;
    box-shadow: 0 6px 18px rgba(0,0,0,0.08);
    background: #000;
    min-height: 310px;
}
.vd-daily-slides-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    flex-grow: 1;
}
.vd-daily-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.6s ease-in-out, transform 0.6s ease-in-out;
    transform: scale(0.98);
    display: block;
    text-decoration: none;
}
.vd-daily-slide.active {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
    z-index: 2;
}
.vd-daily-slide img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    transition: transform 3s ease;
}
.vd-daily-slide.active:hover img {
    transform: scale(1.05);
}
.vd-daily-slide-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.65) 0%, transparent 40%);
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding: 15px;
    opacity: 0;
    transition: opacity 0.3s;
    z-index: 3;
}
.vd-daily-slide.active:hover .vd-daily-slide-overlay {
    opacity: 1;
}
.vd-daily-slide-overlay span {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-shadow: 0 1px 3px rgba(0,0,0,0.8);
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(122, 25, 26, 0.85);
    padding: 6px 14px;
    border-radius: 20px;
    border: 1px solid rgba(255,255,255,0.3);
}

/* Navigation Arrows */
.vd-slider-prev,
.vd-slider-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.85);
    color: #7A191A;
    border: none;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
    box-shadow: 0 2px 8px rgba(0,0,0,0.25);
    transition: all 0.3s ease;
    opacity: 0.75;
}
.vd-daily-slider-container:hover .vd-slider-prev,
.vd-daily-slider-container:hover .vd-slider-next {
    opacity: 1;
}
.vd-slider-prev:hover,
.vd-slider-next:hover {
    background: #7A191A;
    color: #fff;
    transform: translateY(-50%) scale(1.1);
}
.vd-slider-prev { left: 12px; }
.vd-slider-next { right: 12px; }

/* Indicator Dots */
.vd-slider-dots {
    position: absolute;
    bottom: 12px;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 8px;
    z-index: 10;
    pointer-events: none;
}
.vd-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: rgba(255,255,255,0.5);
    border: 1px solid rgba(0,0,0,0.3);
    cursor: pointer;
    pointer-events: auto;
    transition: all 0.3s ease;
}
.vd-dot.active {
    background: #E8AF30;
    width: 22px;
    border-radius: 10px;
    border-color: #fff;
}
.vd-daily-empty {
    text-align: center;
    padding: 35px 15px;
    background: #fdfaf6;
    border: 1px dashed #d5c2aa;
    border-radius: 10px;
    color: #888;
    margin: auto 0;
}
.vd-daily-empty i {
    font-size: 38px;
    color: #d5c2aa;
    margin-bottom: 12px;
}
.vd-daily-empty p {
    font-size: 13.5px;
    line-height: 1.6;
    margin: 0;
    color: #666;
}

/* Gallery Widget */
.vd-gallery-wrapper {
    padding: 60px 0;
}
.vd-gallery-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 10px;
    margin-bottom: 30px;
}
.vd-gallery-item img {
    width: 100%;
    height: 120px;
    object-fit: cover;
    border-radius: 8px;
}
.vd-gallery-action {
    text-align: center;
}

/* Donation CTA Widget */
.vd-donation-wrapper {
    padding: 80px 0;
    color: var(--vd-white);
    text-align: center;
    position: relative;
}
.vd-donation-wrapper::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: linear-gradient(to right, rgba(122,25,26,0.9), rgba(233,184,85,0.7));
}
.vd-donation-content {
    position: relative;
    z-index: 1;
}
.vd-donation-subtitle {
    font-size: 20px;
    margin-bottom: 10px;
}
.vd-donation-title {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 20px;
}
.vd-donation-desc {
    font-size: 18px;
    margin-bottom: 30px;
}

/* Social Media Widget */
.vd-social-media-wrapper {
    padding: 60px 0;
}
.vd-social-grid {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}
.vd-social-card {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 10px 20px;
    border: 1px solid var(--vd-border);
    border-radius: 8px;
    text-decoration: none;
    color: var(--vd-text);
    background: var(--vd-white);
    transition: all 0.3s;
    min-width: 180px;
}
.vd-social-card:hover {
    background: var(--card-color, #1877F2);
    border-color: var(--card-color, #1877F2);
    color: #fff;
    transform: translateY(-4px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}
.vd-social-card:hover .vd-social-icon {
    color: #fff !important;
}
.vd-social-card:hover .vd-social-name,
.vd-social-card:hover .vd-social-action {
    color: #fff;
}
.vd-social-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.vd-social-icon svg {
    width: 28px;
    height: 28px;
    fill: currentColor;
    display: block;
}
.vd-social-text {
    display: flex;
    flex-direction: column;
}
.vd-social-name {
    font-weight: 700;
    font-size: 15px;
    color: var(--vd-text);
}
.vd-social-action {
    font-size: 12px;
    color: var(--vd-text-light);
}

/* Footer Widget */
.vd-footer-wrapper {
    background-color: var(--vd-primary);
    color: var(--vd-white);
    padding: 60px 0 20px;
}
.vd-footer-top {
    display: grid;
    grid-template-columns: 2fr 1fr 1.5fr;
    gap: 30px;
    margin-bottom: 40px;
}
.vd-footer-logo {
    max-height: 140px; /* Increased from 80px */
    margin-bottom: 20px;
}
.vd-footer-brand .vd-footer-title {
    font-size: 24px;
    margin-bottom: 5px;
}
.vd-footer-short-addr {
    font-size: 14px;
    opacity: 0.8;
    margin-bottom: 15px;
}
.vd-footer-desc {
    font-size: 14px;
    opacity: 0.9;
    margin-bottom: 20px;
}
.vd-footer-social a {
    color: var(--vd-white);
    font-size: 18px;
    margin-right: 15px;
    text-decoration: none;
    transition: color 0.3s;
}
.vd-footer-social a:hover {
    color: var(--vd-secondary);
}
.vd-footer-heading {
    font-size: 18px;
    margin-bottom: 20px;
    color: var(--vd-secondary);
    border-bottom: 1px solid rgba(255,255,255,0.1);
    padding-bottom: 10px;
}
.vd-footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.vd-footer-links li {
    margin-bottom: 10px;
}
.vd-footer-links a {
    color: var(--vd-white);
    text-decoration: none;
    opacity: 0.8;
    transition: opacity 0.3s;
}
.vd-footer-links a:hover {
    opacity: 1;
    color: var(--vd-secondary);
}
.vd-footer-contact ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.vd-footer-contact li {
    display: flex;
    gap: 10px;
    margin-bottom: 15px;
    opacity: 0.8;
    font-size: 14px;
}
.vd-footer-contact i {
    color: var(--vd-secondary);
    margin-top: 4px;
}
.vd-footer-qr {
    text-align: center;
}
.vd-footer-qr a {
    text-decoration: none;
    color: var(--vd-white);
    display: inline-block;
    transition: transform 0.3s;
}
.vd-footer-qr a:hover {
    transform: scale(1.05);
}
.vd-qr-image {
    max-width: 100px;
    margin-bottom: 10px;
    background: var(--vd-white);
    padding: 5px;
    border-radius: 5px;
}

.vd-footer-bottom {
    border-top: 1px solid rgba(255,255,255,0.1);
    padding-top: 20px;
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    opacity: 0.7;
}
.vd-design-credit a {
    color: inherit;
    text-decoration: none;
    transition: color 0.3s ease;
}
.vd-design-credit a:hover {
    color: var(--vd-secondary);
    text-decoration: underline;
}
/* =========================================
   RESPONSIVE STYLES — 100% Professional
   ========================================= */

/* ---- TABLET (max 1024px) ---- */
@media (max-width: 1024px) {
    .vd-container { padding: 0 20px; }

    /* Header */
    .vd-center-curve { min-width: 320px; padding: 6px 25px 14px; }
    .vd-center-text h2 { font-size: 17px; }
    .vd-header-nav-bar { padding: 70px 0 10px; }
    .vd-nav-menu ul { gap: 14px; }
    .vd-nav-menu a { font-size: 14px; padding: 4px 8px; }
    .vd-maroon-left { font-size: 12px; }

    /* Hero */
    .vd-hero-wrapper { padding: 140px 0 80px; }
    .vd-hero-title { font-size: 38px; }
    .vd-hero-desc { font-size: 16px; }

    /* Features */
    .vd-features-grid { grid-template-columns: repeat(3, 1fr); }

    /* Gallery */
    .vd-gallery-grid { grid-template-columns: repeat(3, 1fr); }

    /* Footer */
    .vd-footer-top { grid-template-columns: repeat(2, 1fr); }
}

/* ── HAMBURGER BUTTON (hidden on desktop) ── */
.vd-hamburger-btn {
    display: none;
    flex-direction: column;
    justify-content: space-between;
    width: 30px;
    height: 22px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    z-index: 200;
    flex-shrink: 0;
}
.vd-hamburger-btn span {
    display: block;
    height: 3px;
    width: 100%;
    background: var(--vd-primary);
    border-radius: 3px;
    transition: transform 0.3s ease, opacity 0.3s ease, width 0.3s ease;
    transform-origin: left center;
}
.vd-nav-container {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

/* ── MOBILE MENU PANEL ── */
.vd-mobile-menu-overlay {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.65);
    z-index: 100000;
    opacity: 0;
    transition: opacity 0.3s ease;
    backdrop-filter: blur(3px);
}
.vd-mobile-menu-overlay.active {
    display: block;
    opacity: 1;
}
.vd-mobile-menu {
    position: fixed;
    top: 0;
    left: -100%;
    width: min(85vw, 320px);
    height: 100dvh;
    height: 100vh;
    background: #fff;
    z-index: 100001;
    box-shadow: 4px 0 30px rgba(0,0,0,0.25);
    display: flex;
    flex-direction: column;
    transition: left 0.35s cubic-bezier(0.4,0,0.2,1);
    overflow-y: auto;
    overflow-x: hidden;
}
.vd-mobile-menu.open {
    left: 0;
}
body.vd-mobile-open .vd-floating-lang-switcher,
body.vd-mobile-open .vd-dt-sticky-btn {
    opacity: 0 !important;
    pointer-events: none !important;
    transition: opacity 0.2s ease !important;
}
.vd-mobile-menu-header {
    background: linear-gradient(135deg, #7A191A, #5e1112);
    padding: 20px 16px;
    display: flex;
    align-items: center;
    gap: 12px;
    border-bottom: 3px solid var(--vd-secondary);
    flex-shrink: 0;
}
.vd-mobile-logo {
    width: 55px;
    height: 55px;
    object-fit: contain;
    flex-shrink: 0;
    filter: drop-shadow(0 2px 6px rgba(0,0,0,0.5));
}
.vd-mobile-brand {
    display: flex;
    flex-direction: column;
    flex: 1;
    min-width: 0;
}
.vd-mobile-brand-title {
    color: var(--vd-secondary);
    font-size: 15px;
    font-weight: 700;
    line-height: 1.2;
    font-family: 'Baloo Bhai 2', cursive;
}
.vd-mobile-brand-sub {
    color: rgba(255,255,255,0.8);
    font-size: 11px;
    margin-top: 2px;
    font-family: 'Baloo Bhai 2', cursive;
}
.vd-mobile-close {
    background: rgba(255,255,255,0.15);
    border: 1px solid rgba(255,255,255,0.3);
    color: #fff;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    font-size: 22px;
    line-height: 1;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: background 0.2s;
}
.vd-mobile-close:hover { background: rgba(255,255,255,0.3); }
.vd-mobile-nav {
    flex: 1;
    padding: 12px 0;
    overflow-y: auto;
}
.vd-mobile-nav-list {
    list-style: none;
    margin: 0;
    padding: 0;
}
.vd-mobile-nav-list li {
    border-bottom: 1px solid #f5f0e8;
}
.vd-mobile-nav-list > li > a {
    display: flex;
    align-items: center;
    padding: 15px 20px;
    color: var(--vd-primary);
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    font-family: 'Baloo Bhai 2', cursive;
    transition: background 0.2s, color 0.2s;
    gap: 10px;
}
.vd-mobile-nav-list > li > a::before {
    content: '';
    display: inline-block;
    width: 4px;
    height: 4px;
    background: var(--vd-secondary);
    border-radius: 50%;
    flex-shrink: 0;
}
.vd-mobile-nav-list > li > a:hover,
.vd-mobile-nav-list > li.current-menu-item > a {
    background: #fdf6ee;
    color: var(--vd-primary);
    padding-left: 26px;
}
.vd-mobile-menu-footer {
    padding: 16px;
    border-top: 1px solid #f0e6d2;
    background: #faf8f5;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    flex-shrink: 0;
}
.vd-mobile-socials {
    display: flex;
    gap: 10px;
    align-items: center;
}
.vd-mobile-socials a {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: var(--vd-primary);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    text-decoration: none;
    transition: background 0.2s;
}
.vd-mobile-socials a svg { width: 14px; height: 14px; fill: white; }
.vd-mobile-socials a:hover { background: var(--vd-secondary); color: var(--vd-primary); }
.vd-mobile-darshan-btn {
    background: var(--vd-primary);
    color: #fff;
    padding: 10px 16px;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    transition: background 0.2s;
    white-space: nowrap;
}
.vd-mobile-darshan-btn:hover { background: #5e1112; color: #fff; }

@media (max-width: 768px) {
    .vd-container { padding: 0 16px; }

    /* ---- HEADER MOBILE ---- */
    .vd-header-advanced { position: relative; }
    .vd-maroon-left { display: none; }
    .vd-maroon-bar-inner { height: auto; justify-content: flex-end; padding: 6px 0; }
    .vd-maroon-right { height: auto; gap: 10px; }
    .vd-header-darshan-btn { font-size: 12px; padding: 0 12px; height: 34px; }
    .vd-maroon-center { position: relative; left: auto; transform: none; top: auto; display: flex; justify-content: center; width: 100%; }
    .vd-center-curve { min-width: unset; width: 90%; max-width: 340px; border-radius: 0 0 30px 30px; padding: 6px 20px 12px; gap: 10px; margin: 0 auto; }
    .vd-center-logo { width: 60px; height: 60px; }
    .vd-center-text h2 { font-size: 15px; }
    .vd-center-text p { font-size: 11px; }

    /* Nav bar — show hamburger, hide desktop nav links */
    .vd-header-nav-bar { padding: 10px 0; }
    .vd-nav-menu { display: none; }  /* Hide desktop nav on mobile */
    .vd-hamburger-btn { display: flex; }  /* Show hamburger on mobile */
    .vd-nav-container { justify-content: flex-end; padding: 4px 0; }

    /* ---- HERO MOBILE ---- */
    .vd-hero-wrapper { padding: 30px 0 60px; }
    .vd-hero-inner { flex-direction: column-reverse; text-align: center; gap: 20px; }
    .vd-hero-content { width: 100%; }
    .vd-hero-image { width: 100%; max-width: 280px; margin: 0 auto; }
    .vd-hero-subtitle-top { font-size: 15px; }
    .vd-hero-title { font-size: 30px; line-height: 1.3; }
    .vd-hero-desc { font-size: 15px; }
    .vd-hero-buttons { justify-content: center; flex-wrap: wrap; gap: 10px; }
    .vd-btn { padding: 10px 20px; font-size: 14px; }

    /* ---- INFO CARDS MOBILE (Compact 2-Column App Grid) ---- */
    .vd-info-cards-wrapper { margin-top: -30px; padding: 0 10px; }
    .vd-info-cards-inner {
        display: grid !important;
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 10px !important;
        padding: 12px !important;
        border-radius: 16px;
        background: #fff;
        box-shadow: 0 8px 30px rgba(0,0,0,0.08);
    }
    .vd-info-card {
        border: 1px solid #f0e6d2 !important;
        border-radius: 12px;
        padding: 12px 8px !important;
        min-width: unset !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        text-align: center !important;
        gap: 4px !important;
        background: #fdfaf6;
        transition: transform 0.2s, box-shadow 0.2s;
    }
    .vd-info-card:hover {
        transform: translateY(-3px);
        box-shadow: 0 4px 12px rgba(122,25,26,0.1);
    }
    .vd-info-card:last-child:nth-child(odd) {
        grid-column: span 2 !important;
        width: 100%;
    }
    .vd-info-icon { margin-bottom: 2px !important; flex-shrink: 0; }
    .vd-info-icon img { height: 34px !important; margin-bottom: 0 !important; }
    .vd-info-title { font-size: 13px !important; font-weight: 700; margin-bottom: 1px !important; color: #7A191A; line-height: 1.2 !important; }
    .vd-info-desc { font-size: 10.5px !important; line-height: 1.3 !important; color: #666; margin: 0 !important; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }

    /* ---- FEATURES MOBILE ---- */
    .vd-features-wrapper { padding: 40px 0; }
    .vd-features-grid { grid-template-columns: repeat(2, 1fr); gap: 14px; }
    .vd-feature-title { font-size: 15px; }
    .vd-feature-desc { font-size: 13px; }
    .vd-section-title { font-size: 24px; gap: 10px; }
    .vd-section-subtitle { font-size: 14px; }

    /* ---- LIVE DARSHAN MOBILE ---- */
    .vd-live-darshan-inner { flex-direction: column; gap: 20px; }
    .vd-live-darshan-info { text-align: center; }

    /* ---- GALLERY MOBILE ---- */
    .vd-gallery-grid { grid-template-columns: repeat(2, 1fr); gap: 10px; }

    /* ---- DONATION CTA MOBILE ---- */
    .vd-donation-wrapper { padding: 50px 0; }
    .vd-donation-title { font-size: 28px; }
    .vd-donation-subtitle { font-size: 16px; }
    .vd-donation-desc { font-size: 15px; }

    /* ---- SOCIAL MEDIA MOBILE ---- */
    .vd-social-grid { gap: 12px; }
    .vd-social-card { min-width: unset; width: calc(50% - 6px); padding: 10px 15px; }

    /* ---- FOOTER MOBILE ---- */
    .vd-footer-wrapper { padding: 40px 0 15px; }
    .vd-footer-top { grid-template-columns: 1fr; gap: 25px; }
    .vd-footer-brand { text-align: center; }
    .vd-footer-logo { display: block; margin: 0 auto 15px; }
    .vd-footer-social { justify-content: center; display: flex; gap: 12px; }
    .vd-footer-heading { font-size: 16px; }
    .vd-footer-bottom { flex-direction: column; align-items: center; gap: 8px; text-align: center; font-size: 12px; }
}

/* ---- SMALL MOBILE (max 480px) ---- */
@media (max-width: 480px) {
    /* Header */
    .vd-center-curve { max-width: 280px; padding: 5px 14px 10px; gap: 8px; }
    .vd-center-logo { width: 48px; height: 48px; }
    .vd-center-text h2 { font-size: 13px; }
    .vd-center-text p { font-size: 10px; }
    .vd-header-darshan-btn { display: none; } /* hide on very small screens, space is limited */
    .vd-header-socials { gap: 8px; }

    /* Hero */
    .vd-hero-title { font-size: 24px; }
    .vd-hero-desc { font-size: 13px; }
    .vd-hero-image { max-width: 200px; }

    /* Features */
    .vd-features-grid { grid-template-columns: 1fr 1fr; gap: 10px; }

    /* Gallery */
    .vd-gallery-grid { grid-template-columns: 1fr 1fr; }

    /* Social cards — 1 per row */
    .vd-social-card { width: 100%; }

    /* Donation */
    .vd-donation-title { font-size: 22px; }

    /* Section title */
    .vd-section-title { font-size: 20px; }
}

.vd-no-padding { padding: 0 !important; overflow: hidden; }
.vd-no-padding .vd-daily-slider-container { border: none; border-radius: 0; box-shadow: none; min-height: 100%; }

