/* 
 * Brindhaavan Holidays - Modern Travel Redesign
 * Overrides WordPress / Elementor styles with premium, conversion-optimized visuals.
 */

@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css');
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700;800&family=Playfair+Display:ital,wght@0,600;0,700;1,600&display=swap');

:root {
    /* Premium Color Palette */
    --primary: #0f172a;       /* Deep Navy Slate */
    --primary-light: #1e293b;
    --accent-teal: #0d9488;  /* Vibrant Teal */
    --accent-gold: #f59e0b;  /* Warm Gold (Spiritual/Sacred) */
    --accent-orange: #f97316;/* Warm Amber Orange */
    --bg-light: #f8fafc;     /* Soft slate background */
    --text-main: #334155;    /* Slate 700 */
    --text-dark: #0f172a;    /* Slate 900 */
    --text-muted: #64748b;   /* Slate 500 */
    
    /* Glassmorphism & Shadow Tokens */
    --glass-bg: rgba(255, 255, 255, 0.95);
    --glass-border: rgba(226, 232, 240, 0.8);
    --shadow-sm: 0 2px 8px rgba(15, 23, 42, 0.04);
    --shadow-md: 0 8px 30px rgba(15, 23, 42, 0.08);
    --shadow-lg: 0 16px 40px rgba(15, 23, 42, 0.12);
    --transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    --radius: 16px;
    --radius-sm: 8px;
}

/* Base Overrides & Typography */
body {
    font-family: 'Outfit', sans-serif !important;
    background-color: var(--bg-light) !important;
    color: var(--text-main) !important;
    overflow-x: hidden;
    line-height: 1.6;
}

h1, h2, h3, h4, h5, h6, 
.elementor-heading-title, 
.elementskit-info-box-title {
    font-family: 'Outfit', sans-serif !important;
    color: var(--text-dark) !important;
    font-weight: 700 !important;
}

a {
    color: var(--accent-teal);
    transition: var(--transition);
    text-decoration: none !important;
}
a:hover {
    color: var(--accent-orange);
}

/* Header & Navigation Fixes (Shorter Header) */
header.elementor-location-header {
    position: sticky !important;
    top: 0;
    z-index: 99999 !important;
    background: var(--glass-bg) !important;
    border-bottom: 1px solid var(--glass-border);
    box-shadow: var(--shadow-sm);
    transition: var(--transition);
}

/* Top bar override */
.elementor-element-37da7db {
    padding: 6px 0 !important;
    background: var(--primary) !important;
}
.elementor-element-37da7db * {
    color: rgba(255, 255, 255, 0.9) !important;
    font-size: 13px !important;
}

/* Inner Navigation Bar Section */
section.elementor-element-eb926d {
    padding: 0 !important;
    margin: 0 !important;
}
.elementor-inner-section.elementor-element-245cddac {
    background: transparent !important;
    padding: 8px 15px !important;
    box-shadow: none !important;
}

/* Logo Sizing */
.elementor-element-32edcd94 img {
    max-height: 48px !important;
    width: auto !important;
    padding: 2px 0 !important;
}

/* Menu links styling */
.ekit-menu-nav-link {
    font-family: 'Outfit', sans-serif !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    color: var(--text-dark) !important;
    padding: 10px 14px !important;
    transition: var(--transition);
}
.ekit-menu-nav-link:hover, .ekit-menu-nav-link.active {
    color: var(--accent-teal) !important;
}

/* Header scroll dark style */
header.elementor-location-header.scrolled {
    background: rgba(15, 23, 42, 0.96) !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
header.elementor-location-header.scrolled .ekit-menu-nav-link {
    color: rgba(255, 255, 255, 0.9) !important;
}
header.elementor-location-header.scrolled .ekit-menu-nav-link:hover {
    color: var(--accent-teal) !important;
}
header.elementor-location-header.scrolled .elementskit-menu-hamburger span {
    background-color: #ffffff !important;
}

/* Hero Section / Slider Legibility Upgrades */
.elementor-section.elementor-top-section.elementor-element-7d53db3c {
    position: relative;
    overflow: hidden;
    padding-top: 140px !important;
    padding-bottom: 120px !important;
}

/* Force dark overlay on background images to make text pop */
.elementor-element-7d53db3c .elementor-background-overlay {
    background-color: rgba(15, 23, 42, 0.55) !important;
    opacity: 1 !important;
    z-index: 1;
}

/* Slider Hero Text overrides */
.elementor-element-7d53db3c .elementor-widget-wrap {
    position: relative;
    z-index: 2; /* Sits above overlay */
}

/* Welcome tag heading */
.elementor-element-40d26230 h2 {
    color: var(--accent-gold) !important;
    font-family: 'Outfit', sans-serif !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 2px !important;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.6) !important;
    margin-bottom: 12px !important;
}

/* Dream place main heading */
.elementor-element-2e21cb78 h2 {
    color: #ffffff !important;
    font-family: 'Outfit', sans-serif !important;
    font-size: 52px !important;
    font-weight: 800 !important;
    line-height: 1.2 !important;
    text-shadow: 0 4px 16px rgba(0, 0, 0, 0.7) !important;
    margin-bottom: 24px !important;
}

@media (max-width: 767px) {
    .elementor-element-2e21cb78 h2 {
        font-size: 32px !important;
    }
    .elementor-section.elementor-top-section.elementor-element-7d53db3c {
        padding-top: 100px !important;
        padding-bottom: 80px !important;
    }
}

/* Category/Package Lists Card Styling */
.elementor-widget-elementskit-icon-box,
.elementor-widget-image-box,
.elementor-inner-column[data-settings*="classic"] {
    background: #ffffff;
    border-radius: var(--radius);
    padding: 24px;
    box-shadow: var(--shadow-sm);
    border: 1px solid rgba(226, 232, 240, 0.8);
    transition: var(--transition);
    height: 100%;
}

.elementor-widget-elementskit-icon-box:hover,
.elementor-widget-image-box:hover {
    transform: translateY(-6px);
    box-shadow: var(--shadow-lg);
    border-color: rgba(13, 148, 136, 0.2);
}

/* Grid Images styling on homepage */
.elementor-widget-image img {
    border-radius: 12px !important;
    transition: var(--transition) !important;
    box-shadow: var(--shadow-sm);
}

.elementor-widget-image:hover img {
    transform: scale(1.03);
    box-shadow: var(--shadow-md);
}

/* Mobile Quick Action Bar */
.mobile-action-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #ffffff;
    border-top: 1px solid rgba(226, 232, 240, 0.8);
    display: none;
    grid-template-columns: 1fr 1fr;
    z-index: 99997;
    box-shadow: 0 -4px 20px rgba(0,0,0,0.05);
}

/* Premium Button Styling */
.elementor-button, 
.elementskit-btn,
.elementskit-infobox .box-footer .elementskit-btn {
    background: linear-gradient(135deg, var(--accent-teal), #0f766e) !important;
    color: #ffffff !important;
    border-radius: 30px !important;
    padding: 12px 28px !important;
    font-family: 'Outfit', sans-serif !important;
    font-weight: 600 !important;
    border: none !important;
    box-shadow: 0 4px 14px rgba(13, 148, 136, 0.3) !important;
    transition: var(--transition) !important;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.elementor-button:hover, 
.elementskit-btn:hover {
    transform: translateY(-2px) !important;
    box-shadow: 0 6px 20px rgba(13, 148, 136, 0.4) !important;
    background: linear-gradient(135deg, var(--accent-orange), #ea580c) !important;
}

.elementskit-btn i,
.elementor-button-content-wrapper {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
}

/* Details Page Accordion Modern styling */
.elementskit-accordion.accoedion-primary {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.elementskit-accordion .elementskit-card {
    background: #ffffff !important;
    border: 1px solid rgba(226, 232, 240, 0.8) !important;
    border-radius: 12px !important;
    overflow: hidden;
    box-shadow: var(--shadow-sm);
    transition: var(--transition);
}

.elementskit-accordion .elementskit-card.active {
    border-color: rgba(13, 148, 136, 0.3) !important;
    box-shadow: var(--shadow-md);
}

.elementskit-card-header {
    background: transparent !important;
    padding: 0 !important;
    border: none !important;
}

.ekit-accordion--toggler {
    padding: 18px 24px !important;
    font-family: 'Outfit', sans-serif !important;
    font-weight: 600 !important;
    color: var(--text-dark) !important;
    font-size: 16px !important;
    background: transparent !important;
    display: flex !important;
    align-items: center;
    transition: var(--transition);
}

.ekit-accordion--toggler:hover {
    background: rgba(13, 148, 136, 0.03) !important;
    color: var(--accent-teal) !important;
}

.elementskit-card-body {
    padding: 20px 24px !important;
    border-top: 1px solid rgba(226, 232, 240, 0.8) !important;
    background: #fafafb !important;
    font-size: 15px;
    color: var(--text-main);
    line-height: 1.7;
}

/* Timeline */
.itinerary-timeline {
    position: relative;
    padding-left: 32px;
    margin-left: 12px;
    border-left: 2px dashed rgba(13, 148, 136, 0.3);
}
.timeline-item {
    position: relative;
    margin-bottom: 24px;
}
.timeline-badge {
    position: absolute;
    left: -44px;
    top: 4px;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: var(--accent-teal);
    border: 4px solid #ffffff;
    box-shadow: var(--shadow-sm);
}

/* Modern Pricing Cards layout */
.pricing-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px;
    margin: 24px 0;
}

.pricing-card {
    background: #ffffff;
    border: 1px solid rgba(226, 232, 240, 0.8);
    border-radius: var(--radius);
    padding: 24px;
    text-align: center;
    box-shadow: var(--shadow-sm);
    transition: var(--transition);
    position: relative;
    overflow: hidden;
}

.pricing-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--shadow-lg);
    border-color: var(--accent-teal);
}

.pricing-card.premium-tier {
    border-color: var(--accent-gold);
    background: linear-gradient(180deg, #ffffff, rgba(245, 158, 11, 0.02));
}

.pricing-card.premium-tier::before {
    content: 'Best Value';
    position: absolute;
    top: 15px;
    right: -30px;
    background: var(--accent-gold);
    color: #ffffff;
    font-size: 10px;
    font-weight: 700;
    padding: 4px 30px;
    transform: rotate(45deg);
    text-transform: uppercase;
}

.pricing-card h4 {
    margin: 0 0 12px 0;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--text-dark);
}

.pricing-card .price-row {
    font-size: 14px;
    margin: 8px 0;
    color: var(--text-main);
}
.pricing-card .price-row span {
    font-weight: 700;
    font-size: 16px;
    color: var(--accent-teal);
}

.pricing-card .hotel-name {
    font-size: 13px;
    margin-top: 16px;
    padding-top: 12px;
    border-top: 1px solid rgba(226, 232, 240, 0.8);
    color: var(--text-muted);
    font-style: italic;
}

/* Cost Calculator Widget */
.calc-widget {
    background: linear-gradient(135deg, var(--primary), var(--primary-light));
    border-radius: var(--radius);
    padding: 28px;
    color: #ffffff;
    box-shadow: var(--shadow-md);
    margin: 30px 0;
}

.calc-widget h3 {
    color: #ffffff !important;
    margin-top: 0;
    margin-bottom: 18px;
    font-size: 22px;
}

.calc-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-bottom: 20px;
}

.calc-field {
    flex: 1 1 200px;
}

.calc-field label {
    display: block;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 6px;
}

.calc-field select {
    width: 100%;
    padding: 10px 14px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: var(--radius-sm);
    color: #ffffff;
    font-family: 'Outfit', sans-serif;
    outline: none;
    cursor: pointer;
    transition: var(--transition);
}

.calc-field select:focus {
    border-color: var(--accent-teal);
    background: rgba(255, 255, 255, 0.15);
}

.calc-result-box {
    background: rgba(255, 255, 255, 0.05);
    border-radius: var(--radius-sm);
    padding: 16px;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.calc-price {
    font-size: 32px;
    font-weight: 700;
    color: var(--accent-gold);
    margin: 4px 0;
}

/* WhatsApp Booking Lead Modal Form */
.booking-btn-wrap {
    margin-top: 24px;
}

.custom-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(15, 23, 42, 0.6);
    backdrop-filter: blur(8px);
    z-index: 100000;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    pointer-events: none;
    transition: var(--transition);
}

.custom-modal.open {
    opacity: 1;
    pointer-events: auto;
}

.modal-content {
    background: #ffffff;
    border-radius: var(--radius);
    width: 90%;
    max-width: 450px;
    padding: 32px;
    box-shadow: var(--shadow-lg);
    position: relative;
    transform: translateY(20px);
    transition: var(--transition);
}

.custom-modal.open .modal-content {
    transform: translateY(0);
}

.modal-close {
    position: absolute;
    top: 16px;
    right: 16px;
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
    color: var(--text-muted);
    transition: var(--transition);
}
.modal-close:hover {
    color: var(--text-dark);
}

.form-group {
    margin-bottom: 16px;
}
.form-group label {
    display: block;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 6px;
    color: var(--text-dark);
}
.form-group input, 
.form-group select {
    width: 100%;
    padding: 10px 14px;
    border: 1px solid rgba(226, 232, 240, 1);
    border-radius: var(--radius-sm);
    font-family: 'Outfit', sans-serif;
    outline: none;
    transition: var(--transition);
}
.form-group input:focus, 
.form-group select:focus {
    border-color: var(--accent-teal);
    box-shadow: 0 0 0 3px rgba(13, 148, 136, 0.1);
}

/* Trust Badges Widget styling */
.trust-badges-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px;
    margin: 20px 0;
}
.trust-badge {
    display: flex;
    align-items: center;
    gap: 8px;
    background: #ffffff;
    padding: 8px 16px;
    border-radius: 30px;
    font-size: 13px;
    font-weight: 600;
    color: var(--text-main);
    box-shadow: var(--shadow-sm);
    border: 1px solid rgba(226, 232, 240, 0.6);
}
.trust-badge i {
    color: var(--accent-teal);
}

/* WhatsApp Widget Overrides */
#ht-ctc-chat {
    z-index: 99998 !important;
    transition: var(--transition) !important;
}
#ht-ctc-chat:hover {
    transform: scale(1.08) translateY(-2px);
}

/* Hide WordPress admin and Elementor native fluff */
.quick-call-button, .call-now-button {
    display: none !important;
}

/* Sticky Action Bar for Mobile */
.mobile-action-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #ffffff;
    border-top: 1px solid rgba(226, 232, 240, 0.8);
    display: none;
    grid-template-columns: 1fr 1fr;
    z-index: 99997;
    box-shadow: 0 -4px 20px rgba(0,0,0,0.05);
}

.mobile-action-item {
    padding: 14px;
    text-align: center;
    font-weight: 600;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    text-transform: uppercase;
}

.mobile-action-item.call {
    color: var(--text-dark);
    background: #ffffff;
}

.mobile-action-item.whatsapp {
    background: #25d366;
    color: #ffffff;
}

@media (max-width: 767px) {
    .mobile-action-bar {
        display: grid;
    }
    body {
        padding-bottom: 60px !important;
    }
}

/* ----------------------------------------------------
   NATIVE APP STYLE MOBILE MENU (GRID SYSTEM WITH ICONS)
   ---------------------------------------------------- */
.app-mobile-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(15, 23, 42, 0.7);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    z-index: 1000000;
    display: flex;
    align-items: flex-end;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
}

.app-mobile-menu.open {
    opacity: 1;
    pointer-events: auto;
}

.app-menu-container {
    background: #ffffff;
    width: 100%;
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
    box-shadow: 0 -10px 40px rgba(0, 0, 0, 0.2);
    padding: 24px 20px 40px 20px;
    transform: translateY(100%);
    transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}

.app-mobile-menu.open .app-menu-container {
    transform: translateY(0);
}

.app-menu-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 24px;
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(226, 232, 240, 0.8);
}

.app-menu-header h4 {
    margin: 0;
    font-size: 20px;
    font-family: 'Outfit', sans-serif !important;
    font-weight: 700;
}

.app-menu-close {
    background: #f1f5f9;
    border: none;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: var(--text-dark);
}

/* Grid of Menu Items */
.app-menu-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
}

.app-menu-item {
    background: #f8fafc;
    border: 1px solid rgba(226, 232, 240, 0.6);
    border-radius: 16px;
    padding: 20px 16px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    text-decoration: none !important;
    transition: var(--transition);
}

.app-menu-item:active {
    background: #f1f5f9;
    transform: scale(0.97);
}

.app-menu-icon-wrap {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #ffffff;
}

.app-menu-title {
    font-family: 'Outfit', sans-serif !important;
    font-weight: 600;
    font-size: 14px;
    color: var(--text-dark);
}

/* Colored Icon Accents */
.app-menu-item.home-item .app-menu-icon-wrap { background: linear-gradient(135deg, #0d9488, #0f766e); }
.app-menu-item.packages-item .app-menu-icon-wrap { background: linear-gradient(135deg, #f59e0b, #d97706); }
.app-menu-item.tirumala-item .app-menu-icon-wrap { background: linear-gradient(135deg, #ea580c, #c2410c); }
.app-menu-item.south-item .app-menu-icon-wrap { background: linear-gradient(135deg, #10b981, #059669); }
.app-menu-item.kerala-item .app-menu-icon-wrap { background: linear-gradient(135deg, #0284c7, #0369a1); }
.app-menu-item.gallery-item .app-menu-icon-wrap { background: linear-gradient(135deg, #3b82f6, #2563eb); }
.app-menu-item.about-item .app-menu-icon-wrap { background: linear-gradient(135deg, #8b5cf6, #7c3aed); }
.app-menu-item.contact-item .app-menu-icon-wrap { background: linear-gradient(135deg, #ef4444, #dc2626); }
.app-menu-item.policy-item .app-menu-icon-wrap { background: linear-gradient(135deg, #64748b, #475569); }

/* Force ElementsKit default mobile menu overlay to hide completely */
@media (max-width: 1024px) {
    .elementskit-menu-container {
        display: none !important;
    }
}

/* Mobile Header Overhaul */
@media (max-width: 1024px) {
    /* Hide top bar containing redundant details on mobile */
    .elementor-element-37da7db,
    #ht_ctc_chat,
    .quick-call-button,
    .call-now-button {
        display: none !important;
    }
    
    /* Mobile-specific Trust Badges placement */
    .trust-badges-container {
        margin: 16px 16px !important;
        gap: 8px !important;
        position: relative !important;
        z-index: 10 !important;
        display: flex !important;
        background: transparent !important;
    }
    .trust-badge {
        flex: 1 1 calc(50% - 8px) !important;
        padding: 6px 12px !important;
        font-size: 11px !important;
        justify-content: center !important;
        box-shadow: 0 1px 4px rgba(0,0,0,0.03) !important;
    }
}

/* ====================================================
   CUSTOM COMPACT SITE HEADER (REPLACES ELEMENTOR HEADER)
   ==================================================== */

/* Hide legacy header completely */
header.elementor-location-header,
.elementor-38,
.elementor-location-header {
    display: none !important;
}

/* Global body offset to accommodate the fixed header */
body {
    padding-top: 70px !important;
}

.custom-site-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 70px;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-bottom: 1px solid rgba(226, 232, 240, 0.8);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.03);
    z-index: 999999 !important;
    display: flex;
    align-items: center;
    transition: all 0.3s ease;
    box-sizing: border-box;
}

/* Scroll state styling */
.custom-site-header.scrolled {
    height: 60px;
    background: #0f172a;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.custom-site-header.scrolled .custom-nav-link {
    color: rgba(255, 255, 255, 0.9);
}
.custom-site-header.scrolled .custom-nav-link:hover {
    color: var(--accent-teal);
}
.custom-site-header.scrolled .custom-header-logo img {
    max-height: 36px;
}
.custom-site-header.scrolled .custom-mobile-hamburger span {
    background-color: #ffffff !important;
}

.custom-header-container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    box-sizing: border-box;
}

/* Logo */
.custom-header-logo {
    display: flex;
    align-items: center;
    text-decoration: none !important;
}
.custom-header-logo img {
    max-height: 44px;
    width: auto;
    transition: all 0.3s ease;
}

/* Desktop Navigation Link System */
.custom-header-nav {
    display: flex;
    align-items: center;
    gap: 28px;
}

.custom-nav-link {
    font-family: 'Outfit', sans-serif !important;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    color: #0f172a;
    padding: 8px 0;
    position: relative;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 6px;
}
.custom-nav-link i {
    font-size: 10px;
    transition: transform 0.2s ease;
}
.custom-nav-link:hover i {
    transform: translateY(2px);
}

.custom-nav-link:hover,
.custom-nav-link.active {
    color: var(--accent-teal);
}

/* Underline hover animation on links */
.custom-nav-link::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background-color: var(--accent-teal);
    transition: width 0.3s ease;
}
.custom-nav-link:hover::after,
.custom-nav-link.active::after {
    width: 100%;
}

/* Dropdown System */
.custom-nav-dropdown {
    position: relative;
}

.custom-dropdown-menu {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%) translateY(10px);
    background: #ffffff;
    min-width: 220px;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(226, 232, 240, 0.8);
    padding: 12px 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.25s ease;
    z-index: 1000;
}

.custom-nav-dropdown:hover .custom-dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(0);
}

.custom-dropdown-item {
    display: block;
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 500;
    color: #334155;
    text-decoration: none !important;
    transition: all 0.2s ease;
}
.custom-dropdown-item:hover {
    background-color: #f1f5f9;
    color: var(--accent-teal);
    padding-left: 24px;
}

/* Call Button on Desktop Header Actions */
.custom-header-actions {
    display: flex;
    align-items: center;
    gap: 16px;
}

.custom-header-call-btn {
    display: flex;
    align-items: center;
    gap: 8px;
    background: linear-gradient(135deg, var(--accent-teal), #0f766e);
    color: #ffffff !important;
    font-size: 13px;
    font-weight: 600;
    padding: 8px 18px;
    border-radius: 30px;
    box-shadow: 0 4px 10px rgba(13, 148, 136, 0.2);
    transition: all 0.3s ease;
}
.custom-header-call-btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 6px 14px rgba(13, 148, 136, 0.3);
}

/* Mobile Toggler */
.custom-mobile-hamburger {
    display: none !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: center !important;
    width: 40px !important;
    height: 40px !important;
    background: transparent !important;
    background-color: transparent !important;
    border: none !important;
    cursor: pointer !important;
    padding: 0 !important;
    margin: 0 !important;
    outline: none !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    box-sizing: border-box !important;
}

.custom-mobile-hamburger span {
    display: block !important;
    width: 22px !important;
    height: 2px !important;
    background-color: #0f172a !important;
    margin: 3px 0 !important;
    transition: all 0.3s ease !important;
}

/* Mobile Responsive Adapters */
@media (max-width: 1024px) {
    body {
        padding-top: 60px !important;
    }
    .custom-site-header {
        height: 60px;
    }
    .custom-header-nav,
    .custom-header-call-btn {
        display: none !important;
    }
    .custom-mobile-hamburger {
        display: flex !important;
    }
}


/* Reservation Card Overhaul */
.elementor-element-4769fbb7 {
    background: linear-gradient(135deg, var(--primary), var(--primary-light)) !important;
    border-radius: var(--radius) !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    overflow: hidden !important;
    box-shadow: var(--shadow-md) !important;
    padding: 0 !important;
}

.elementor-element-4769fbb7 .elementor-widget-wrap {
    background: transparent !important;
    padding: 32px 24px !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 16px !important;
    height: 100% !important;
    box-shadow: none !important;
    border: none !important;
}

/* Remove default white background of image box inside reservation column */
.elementor-element-4769fbb7 .elementor-widget-image-box {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    padding: 0 !important;
    margin: 0 !important;
    transition: none !important;
}

.elementor-element-4769fbb7 .elementor-widget-image-box:hover {
    transform: none !important;
    box-shadow: none !important;
}

/* Image Box Title */
.elementor-element-4769fbb7 .elementor-image-box-title {
    color: #ffffff !important;
    font-size: 24px !important;
    font-weight: 700 !important;
    margin: 0 0 8px 0 !important;
}

.elementor-element-4769fbb7 .elementor-image-box-title:before {
    content: '\f274'; /* Calendar-check icon */
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    display: block;
    font-size: 38px;
    color: var(--accent-gold);
    margin-bottom: 12px;
    text-align: center;
}

/* Image Box Description */
.elementor-element-4769fbb7 .elementor-image-box-description {
    color: rgba(255, 255, 255, 0.8) !important;
    font-size: 14px !important;
    margin: 0 !important;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Call Us Now text widget */
.elementor-element-4769fbb7 .elementor-widget-heading {
    margin: 0 !important;
    background: transparent !important;
    border: none !important;
    padding: 0 !important;
    box-shadow: none !important;
}

.elementor-element-4769fbb7 .elementor-heading-title {
    color: rgba(255, 255, 255, 0.6) !important;
    font-size: 12px !important;
    text-transform: uppercase !important;
    letter-spacing: 1.5px !important;
    margin: 8px 0 0 0 !important;
}

/* Reservation Card Button */
.elementor-element-4769fbb7 .elementor-button {
    background: linear-gradient(135deg, var(--accent-gold), var(--accent-orange)) !important;
    color: #ffffff !important;
    box-shadow: 0 4px 14px rgba(245, 158, 11, 0.3) !important;
    margin-top: 4px !important;
    width: 100% !important;
}

.elementor-element-4769fbb7 .elementor-button:hover {
    transform: translateY(-2px) !important;
    box-shadow: 0 6px 20px rgba(245, 158, 11, 0.5) !important;
}
}

/* Subpage Banner Title & Breadcrumb Legibility Overrides */
div[data-elementor-type="wp-page"] > section:first-of-type,
div[data-elementor-type="page"] > section:first-of-type,
.elementor-section.elementor-top-section:first-of-type {
    position: relative !important;
}

/* Force dark overlay on first section of subpages to ensure white text is highly legible */
div[data-elementor-type="wp-page"] > section:first-of-type .elementor-background-overlay,
div[data-elementor-type="page"] > section:first-of-type .elementor-background-overlay {
    background-color: rgba(15, 23, 42, 0.6) !important; /* Dark overlay */
    opacity: 1 !important;
}

/* Force all text elements in this top section to be white */
div[data-elementor-type="wp-page"] > section:first-of-type h1,
div[data-elementor-type="wp-page"] > section:first-of-type h2,
div[data-elementor-type="wp-page"] > section:first-of-type h3,
div[data-elementor-type="wp-page"] > section:first-of-type p,
div[data-elementor-type="wp-page"] > section:first-of-type a,
div[data-elementor-type="wp-page"] > section:first-of-type span,
div[data-elementor-type="wp-page"] > section:first-of-type li,
div[data-elementor-type="page"] > section:first-of-type h1,
div[data-elementor-type="page"] > section:first-of-type h2,
div[data-elementor-type="page"] > section:first-of-type h3,
div[data-elementor-type="page"] > section:first-of-type p,
div[data-elementor-type="page"] > section:first-of-type a,
div[data-elementor-type="page"] > section:first-of-type span,
div[data-elementor-type="page"] > section:first-of-type li {
    color: #ffffff !important;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5) !important;
}

/* Icon list chevrons inside breadcrumbs should also be white */
div[data-elementor-type="wp-page"] > section:first-of-type .elementor-icon-list-icon i,
div[data-elementor-type="page"] > section:first-of-type .elementor-icon-list-icon i {
    color: #ffffff !important;
}

/* Fix watermark text overlaps (e.g., "About", "Popular" background watermarks) globally */
.elementor-widget-heading.elementor-absolute,
.elementor-widget-heading[data-settings*="absolute"],
.elementor-absolute .elementor-heading-title,
[data-settings*="absolute"] .elementor-heading-title {
    color: rgba(15, 23, 42, 0.04) !important; /* Faint watermark color */
    z-index: 1 !important;
    pointer-events: none !important;
    -webkit-text-stroke: 1px rgba(15, 23, 42, 0.06) !important; /* Soft line outline */
    background: transparent !important;
}

/* Premium Mockup Matching Footer Overhaul */
/* Premium Mockup Matching Footer Overhaul */
footer,
.elementor-location-footer,
[data-elementor-type="footer"] {
    background: radial-gradient(circle at 50% 50%, #031330 0%, #010815 100%) !important;
    position: relative !important;
    border: 2px solid #dfc48c !important;
    border-radius: 16px !important;
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.5), 
                inset 0 0 40px rgba(223, 196, 140, 0.12),
                0 0 15px rgba(223, 196, 140, 0.25) !important; /* Inward & outward gold glows */
    margin: 40px 16px 20px 16px !important;
    padding: 48px 32px 32px 32px !important;
    overflow: hidden !important;
    z-index: 1 !important;
}

/* Force strip all native background images, photograph landscapes and black monument silhouettes from inner Elementor sections */
footer .elementor-section,
footer .elementor-container,
footer .elementor-column,
footer .elementor-widget-wrap,
footer .elementor-background-overlay,
.elementor-location-footer .elementor-section,
.elementor-location-footer .elementor-container,
.elementor-location-footer .elementor-column,
.elementor-location-footer .elementor-widget-wrap,
.elementor-location-footer .elementor-background-overlay,
[data-elementor-type="footer"] .elementor-section,
[data-elementor-type="footer"] .elementor-container,
[data-elementor-type="footer"] .elementor-column,
[data-elementor-type="footer"] .elementor-widget-wrap,
[data-elementor-type="footer"] .elementor-background-overlay {
    background-image: none !important;
    background: transparent !important;
    background-color: transparent !important;
}

/* Faint constellations and sky watermark details inside the footer */
footer::before,
.elementor-location-footer::before,
[data-elementor-type="footer"]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1000 300' fill='none' stroke='%23dfc48c' stroke-width='0.5' opacity='0.15'%3E%3Cline x1='100' y1='50' x2='150' y2='90'/%3E%3Cline x1='150' y1='90' x2='200' y2='60'/%3E%3Cline x1='200' y1='60' x2='250' y2='100'/%3E%3Ccircle cx='100' cy='50' r='1.5' fill='%23dfc48c'/%3E%3Ccircle cx='150' cy='90' r='1.5' fill='%23dfc48c'/%3E%3Ccircle cx='200' cy='60' r='2' fill='%23dfc48c'/%3E%3Ccircle cx='250' cy='100' r='1.5' fill='%23dfc48c'/%3E%3Cline x1='800' y1='80' x2='850' y2='40'/%3E%3Cline x1='850' y1='40' x2='900' y2='70'/%3E%3Cline x1='900' y1='70' x2='950' y2='30'/%3E%3Ccircle cx='800' cy='80' r='2' fill='%23dfc48c'/%3E%3Ccircle cx='850' cy='40' r='1.5' fill='%23dfc48c'/%3E%3Ccircle cx='900' cy='70' r='1.5' fill='%23dfc48c'/%3E%3Ccircle cx='950' cy='30' r='2' fill='%23dfc48c'/%3E%3C/svg%3E"),
                      radial-gradient(circle at 50% 50%, rgba(3, 19, 48, 0.4) 0%, rgba(1, 8, 21, 0.95) 100%) !important;
    background-repeat: no-repeat, no-repeat !important;
    background-position: top center, center center !important;
    background-size: cover, cover !important;
    pointer-events: none;
    z-index: -1;
}

/* Elegant gold vector line art of global monuments spanning bottom edge of the footer */
footer::after,
.elementor-location-footer::after,
[data-elementor-type="footer"]::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 180px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1600 220' fill='none' stroke='%23dfc48c' stroke-width='1.2' opacity='0.22'%3E%3Cpath d='M80%2C220 L80%2C140 L90%2C140 L90%2C120 L85%2C120 L85%2C90 L95%2C90 L95%2C220 M120%2C220 L120%2C130 L160%2C130 L160%2C110 L150%2C110 L155%2C70 L205%2C70 L210%2C110 L200%2C110 L200%2C130 L240%2C130 L240%2C220 M160%2C110 C160%2C60 200%2C60 200%2C110 M175%2C70 L175%2C40 L180%2C30 L185%2C40 L185%2C70 M265%2C220 L265%2C140 L275%2C140 L275%2C120 L270%2C120 L270%2C90 L280%2C90 L280%2C220 M350%2C220 L380%2C50 L440%2C60 L410%2C220 M355%2C190 L415%2C200 M360%2C160 L420%2C170 M365%2C130 L425%2C140 M370%2C100 L430%2C110 M375%2C70 L435%2C80 M520%2C220 L520%2C160 L540%2C160 C540%2C120 580%2C120 580%2C160 L600%2C160 L600%2C220 M550%2C160 L550%2C140 L570%2C140 L570%2C160 M750%2C220 Q840%2C120 845%2C20 L855%2C20 Q860%2C120 950%2C220 M790%2C220 A60%2C60 0 0%2C1 910%2C220 M810%2C150 L890%2C150 M825%2C100 L875%2C100 M840%2C50 L860%2C50 M850%2C20 L850%2C0 M1050%2C220 L1050%2C90 M1130%2C220 L1130%2C90 M1020%2C70 L1160%2C70 M1030%2C85 L1150%2C85 M1250%2C220 L1270%2C100 L1330%2C100 L1350%2C220 M1270%2C100 L1280%2C70 L1320%2C70 L1330%2C100 M1280%2C70 L1290%2C40 L1310%2C40 L1320%2C70 M1295%2C40 L1300%2C10 L1305%2C40'/%3E%3C/svg%3E") !important;
    background-repeat: repeat-x !important;
    background-position: bottom center !important;
    background-size: 100% auto !important;
    pointer-events: none !important;
    z-index: 0 !important;
}

/* Gold serif style headings like Playfair Display in mockup */
footer h1, footer h2, footer h3, footer h4, footer h5, footer h6,
footer .elementor-heading-title, footer .widget-title,
.elementor-location-footer h1, .elementor-location-footer h2, .elementor-location-footer h3,
.elementor-location-footer h4, .elementor-location-footer h5, .elementor-location-footer h6,
.elementor-location-footer .elementor-heading-title,
[data-elementor-type="footer"] h1, [data-elementor-type="footer"] h2, [data-elementor-type="footer"] h3,
[data-elementor-type="footer"] h4, [data-elementor-type="footer"] h5, [data-elementor-type="footer"] h6,
[data-elementor-type="footer"] .elementor-heading-title,
[data-elementor-type="footer"] .widget-title {
    font-family: 'Outfit', sans-serif !important;
    color: #dfc48c !important;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.3) !important;
    font-weight: 700 !important;
    letter-spacing: 0.5px !important;
    margin-bottom: 20px !important;
}

/* White clean link styling */
footer a,
.elementor-location-footer a,
[data-elementor-type="footer"] a {
    color: rgba(255, 255, 255, 0.85) !important;
    font-family: 'Outfit', sans-serif !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    transition: all 0.25s ease !important;
    text-decoration: none !important;
}

footer a:hover,
.elementor-location-footer a:hover,
[data-elementor-type="footer"] a:hover {
    color: #dfc48c !important;
    padding-left: 4px;
}

/* Gold colored contact details icons */
footer .elementor-icon-list-icon i,
.elementor-location-footer .elementor-icon-list-icon i,
[data-elementor-type="footer"] .elementor-icon-list-icon i {
    color: #dfc48c !important;
    font-size: 14px !important;
}

/* Footer paragraphs, list elements and general spans */
footer p, footer li, footer span, footer i,
.elementor-location-footer p, .elementor-location-footer li, .elementor-location-footer span, .elementor-location-footer i,
[data-elementor-type="footer"] p, [data-elementor-type="footer"] li, [data-elementor-type="footer"] span, [data-elementor-type="footer"] i {
    color: rgba(255, 255, 255, 0.8) !important;
    font-family: 'Outfit', sans-serif !important;
    font-size: 14px !important;
    line-height: 1.6 !important;
}

/* Golden pill reservation button styling */
footer .elementor-button,
.elementor-location-footer .elementor-button,
[data-elementor-type="footer"] .elementor-button,
footer .elementor-widget-button .elementor-button {
    background: linear-gradient(135deg, #ffb300 0%, #ff6b00 50%, #e65100 100%) !important;
    color: #ffffff !important;
    font-family: 'Outfit', sans-serif !important;
    font-size: 13px !important;
    font-weight: 800 !important;
    letter-spacing: 0.8px !important;
    text-transform: uppercase !important;
    border-radius: 30px !important;
    padding: 12px 30px !important;
    border: 1px solid rgba(255, 255, 255, 0.4) !important;
    box-shadow: 0 4px 15px rgba(230, 81, 0, 0.45), inset 0 1px 0 rgba(255, 255, 255, 0.5) !important;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1) !important;
    display: inline-flex !important;
    align-items: center !important;
}

footer .elementor-button:hover,
.elementor-location-footer .elementor-button:hover,
[data-elementor-type="footer"] .elementor-button:hover {
    background: linear-gradient(135deg, #ff6b00 0%, #d84315 100%) !important;
    box-shadow: 0 6px 22px rgba(230, 81, 0, 0.6), inset 0 1px 0 rgba(255, 255, 255, 0.6) !important;
    transform: translateY(-2px) !important;
    color: #ffffff !important;
}

/* Force clean white color on inner icon to match text on orange background */
footer .elementor-button i,
footer .elementor-button svg,
.elementor-location-footer .elementor-button i,
[data-elementor-type="footer"] .elementor-button i {
    color: #ffffff !important;
}


/* Hide custom injected pseudo-element icon to prevent duplicate icon clashing */
footer .elementor-button::before,
.elementor-location-footer .elementor-button::before,
[data-elementor-type="footer"] .elementor-button::before,
footer .elementor-widget-button .elementor-button::before {
    display: none !important;
}





/* Horizontal Divider Line above copyright / bottom credits row */
footer .elementor-section:last-of-type,
.elementor-location-footer .elementor-section:last-of-type,
[data-elementor-type="footer"] .elementor-section:last-of-type {
    border-top: 1px solid rgba(223, 196, 140, 0.25) !important;
    margin-top: 36px !important;
    padding-top: 24px !important;
    position: relative !important;
    z-index: 2 !important;
}


/* ====================================================
   PREMIUM PACKAGE GRID CARDS (DIFFERENT STYLES BY TYPE)
   ==================================================== */

/* Base overrides for elementskit infobox inside the package columns */
.elementor-element-4921a501 .elementskit-infobox,
.elementor-element-24f1deed .elementskit-infobox,
.elementor-element-6a32688b .elementskit-infobox {
    background: #ffffff;
    border-radius: var(--radius) !important;
    padding: 32px 24px !important;
    transition: var(--transition) !important;
    height: 100% !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: space-between !important;
    box-sizing: border-box !important;
    position: relative !important;
    overflow: hidden !important;
    box-shadow: var(--shadow-sm) !important;
}

.elementor-element-4921a501 .elementskit-infobox:hover,
.elementor-element-24f1deed .elementskit-infobox:hover,
.elementor-element-6a32688b .elementskit-infobox:hover {
    transform: translateY(-8px) !important;
}

/* Icon Wrap overrides */
.elementor-element-4921a501 .elementskit-info-box-icon,
.elementor-element-24f1deed .elementskit-info-box-icon,
.elementor-element-6a32688b .elementskit-info-box-icon {
    width: 70px !important;
    height: 70px !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 26px !important;
    margin: 0 auto 20px auto !important;
    transition: var(--transition) !important;
}

/* EXPLORE button overrides */
.elementor-element-4921a501 .elementskit-btn,
.elementor-element-24f1deed .elementskit-btn,
.elementor-element-6a32688b .elementskit-btn {
    font-family: 'Outfit', sans-serif !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    letter-spacing: 0.5px !important;
    text-transform: uppercase !important;
    padding: 10px 24px !important;
    border-radius: 30px !important;
    color: #ffffff !important;
    display: inline-block !important;
    transition: var(--transition) !important;
    text-decoration: none !important;
    box-shadow: 0 4px 10px rgba(0,0,0,0.05) !important;
}

/* 1. Tirumala Packages Card (Divine Gold) */
.elementor-element-4921a501 .elementskit-infobox {
    border: 1px solid rgba(245, 158, 11, 0.25) !important;
    border-top: 5px solid #f59e0b !important;
    background: linear-gradient(180deg, #ffffff 0%, #fffbeb 100%) !important;
}
.elementor-element-4921a501 .elementskit-infobox:hover {
    box-shadow: 0 15px 35px rgba(245, 158, 11, 0.15) !important;
}
.elementor-element-4921a501 .elementskit-info-box-icon {
    color: #d97706 !important;
    background: rgba(245, 158, 11, 0.1) !important;
}
.elementor-element-4921a501 .elementskit-btn {
    background: linear-gradient(135deg, #f59e0b, #d97706) !important;
    box-shadow: 0 4px 12px rgba(245, 158, 11, 0.2) !important;
}
.elementor-element-4921a501 .elementskit-btn:hover {
    box-shadow: 0 6px 16px rgba(245, 158, 11, 0.35) !important;
}

/* 2. South Indian Tour Packages (Royal Blue) */
.elementor-element-24f1deed .elementskit-infobox {
    border: 1px solid rgba(59, 130, 246, 0.25) !important;
    border-top: 5px solid #3b82f6 !important;
    background: linear-gradient(180deg, #ffffff 0%, #eff6ff 100%) !important;
}
.elementor-element-24f1deed .elementskit-infobox:hover {
    box-shadow: 0 15px 35px rgba(59, 130, 246, 0.15) !important;
}
.elementor-element-24f1deed .elementskit-info-box-icon {
    color: #2563eb !important;
    background: rgba(59, 130, 246, 0.1) !important;
}
.elementor-element-24f1deed .elementskit-btn {
    background: linear-gradient(135deg, #3b82f6, #2563eb) !important;
    box-shadow: 0 4px 12px rgba(59, 130, 246, 0.2) !important;
}
.elementor-element-24f1deed .elementskit-btn:hover {
    box-shadow: 0 6px 16px rgba(59, 130, 246, 0.35) !important;
}

/* 3. Kerala Tour Packages (Emerald Palms) */
.elementor-element-6a32688b .elementskit-infobox {
    border: 1px solid rgba(16, 185, 129, 0.25) !important;
    border-top: 5px solid #10b981 !important;
    background: linear-gradient(180deg, #ffffff 0%, #ecfdf5 100%) !important;
}
.elementor-element-6a32688b .elementskit-infobox:hover {
    box-shadow: 0 15px 35px rgba(16, 185, 129, 0.15) !important;
}
.elementor-element-6a32688b .elementskit-info-box-icon {
    color: #059669 !important;
    background: rgba(16, 185, 129, 0.1) !important;
}
.elementor-element-6a32688b .elementskit-btn {
    background: linear-gradient(135deg, #10b981, #059669) !important;
    box-shadow: 0 4px 12px rgba(16, 185, 129, 0.2) !important;
}
.elementor-element-6a32688b .elementskit-btn:hover {
    box-shadow: 0 6px 16px rgba(16, 185, 129, 0.35) !important;
}

/* 4. Reservation Now Card Border Accent */
.elementor-element-4769fbb7 {
    border-top: 5px solid var(--accent-gold) !important;
}

/* ====================================================
   MOCKUP MATCHING HOMEPAGE PACKAGE SECTIONS STYLING
   ==================================================== */

#tirupati-packages,
.elementor-element-323af21b,
#oustation-packages,
#Kerala-packages {
    background-color: #faf6e8 !important;
    position: relative !important;
    overflow: hidden !important;
    z-index: 1 !important;
}

/* Elegant temple tower pattern overlay background */
#tirupati-packages::before,
.elementor-element-323af21b::before,
#oustation-packages::before,
#Kerala-packages::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at 10% 20%, rgba(255, 255, 255, 0.4) 0%, transparent 80%),
                radial-gradient(circle at 90% 80%, rgba(217, 184, 138, 0.1) 0%, transparent 60%);
    pointer-events: none;
    z-index: -1;
}

/* Reset column padding globally for all premium cards and add breathing gap from subtitle */
.custom-package-card {
    padding: 0 !important;
    margin-top: 32px !important;
}


/* Card Wrap container styles */
.custom-package-card .elementor-widget-wrap {
    background: #ffffff !important;
    border-radius: 16px !important;
    border: 1px solid #d9b88a !important;
    overflow: hidden !important;
    padding: 0 0 24px 0 !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: space-between !important;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.04) !important;
    transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1) !important;
    height: 100% !important;
    box-sizing: border-box !important;
}

.custom-package-card:hover .elementor-widget-wrap {
    transform: translateY(-8px) !important;
    box-shadow: 0 15px 35px rgba(217, 184, 138, 0.25) !important;
    border-color: #c5a070 !important;
}

/* Card Image Styles (Full width, rounded top corners) */
.custom-package-card .elementor-widget-image {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    height: 210px !important;
    border-bottom: 1px solid rgba(217, 184, 138, 0.15) !important;
}

.custom-package-card .elementor-widget-image a {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
}

.custom-package-card .elementor-widget-image img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    display: block !important;
    transition: transform 0.5s ease !important;
}

.custom-package-card:hover .elementor-widget-image img {
    transform: scale(1.05) !important;
}

/* Card Heading Title Styles */
.custom-package-card .elementor-widget-heading {
    padding: 20px 20px 0 20px !important;
    margin: 0 !important;
    text-align: center !important;
    flex-grow: 1 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.custom-package-card .elementor-widget-heading h2 {
    margin: 0 !important;
    padding: 0 !important;
}

.custom-package-card .elementor-widget-heading h2 a {
    font-family: 'Outfit', sans-serif !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    color: #0f172a !important;
    text-transform: uppercase !important;
    line-height: 1.4 !important;
    text-decoration: none !important;
    transition: color 0.2s ease !important;
}

.custom-package-card:hover .elementor-widget-heading h2 a {
    color: #c5a070 !important;
}

/* Card Duration Label */
.custom-card-duration {
    font-family: 'Outfit', sans-serif !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    color: #8a7a65 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    margin: 8px 0 16px 0 !important;
    text-align: center !important;
}

/* Card VIEW DETAILS Button */
.custom-card-btn {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0) 50%, rgba(0, 0, 0, 0.1) 100%), 
                linear-gradient(135deg, #ff9800 0%, #ff5722 100%) !important;
    color: #ffffff !important;
    font-family: 'Outfit', sans-serif !important;
    font-size: 11px !important;
    font-weight: 800 !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    padding: 10px 28px !important;
    border-radius: 30px !important;
    text-decoration: none !important;
    border: 1px solid rgba(255, 255, 255, 0.35) !important;
    box-shadow: 0 4px 15px rgba(255, 87, 34, 0.35), inset 0 1px 0 rgba(255, 255, 255, 0.5) !important;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1) !important;
    margin-top: auto !important;
    text-align: center !important;
}

.custom-card-btn:hover {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 50%, rgba(0, 0, 0, 0.15) 100%), 
                linear-gradient(135deg, #ff5722 0%, #e64a19 100%) !important;
    box-shadow: 0 6px 20px rgba(255, 87, 34, 0.55), inset 0 1px 0 rgba(255, 255, 255, 0.6) !important;
    transform: translateY(-2px) !important;
    color: #ffffff !important;
}


/* Section Header Discover More Button styling globally */
#tirupati-packages .elementor-widget-button .elementor-button,
.elementor-element-323af21b .elementor-widget-button .elementor-button,
#oustation-packages .elementor-widget-button .elementor-button,
#Kerala-packages .elementor-widget-button .elementor-button {
    background: #0f172a !important;
    color: #ffffff !important;
    font-family: 'Outfit', sans-serif !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    padding: 10px 24px !important;
    border-radius: 30px !important;
    box-shadow: 0 4px 12px rgba(15, 23, 42, 0.1) !important;
    transition: all 0.3s ease !important;
}

#tirupati-packages .elementor-widget-button .elementor-button:hover,
.elementor-element-323af21b .elementor-widget-button .elementor-button:hover,
#oustation-packages .elementor-widget-button .elementor-button:hover,
#Kerala-packages .elementor-widget-button .elementor-button:hover {
    background: #c5a070 !important;
    box-shadow: 0 6px 16px rgba(197, 160, 112, 0.3) !important;
    transform: translateY(-1px) !important;
}

/* Force solid background on homepage category cards section to block background bleed-through */
.elementor-element-73b83cfe {
    background-color: #ffffff !important;
    background: #ffffff !important;
    position: relative !important;
    z-index: 10 !important;
}

/* Hide legacy ElementsKit remnants to prevent float overflows */
.elementskit-menu-container,
.elementskit-menu-overlay,
.elementskit-menu-offcanvas-elements {
    display: none !important;
}

/* Hide trust badges on desktop screens to avoid negative margin layout text collisions */
@media (min-width: 1025px) {
    .trust-badges-container {
        display: none !important;
    }
}

/* Push first section down on subpages to clear custom fixed header and prevent title/price overlaps */
body:not(.home) div[data-elementor-type="wp-page"] > section:first-of-type,
body:not(.home) div[data-elementor-type="page"] > section:first-of-type,
body:not(.home) .elementor:not(header):not(.elementor-location-header) > section:first-of-type {
    padding-top: 110px !important;
    padding-bottom: 50px !important;
    min-height: 260px !important;
    position: relative !important;
    background-size: cover !important;
    background-position: center center !important;
}

@media (max-width: 991px) {
    body:not(.home) div[data-elementor-type="wp-page"] > section:first-of-type,
    body:not(.home) div[data-elementor-type="page"] > section:first-of-type,
    body:not(.home) .elementor:not(header):not(.elementor-location-header) > section:first-of-type {
        padding-top: 95px !important;
        min-height: 220px !important;
    }
}

/* Premium gradient overlays for subpage banners to make text stand out beautifully */
body:not(.home) div[data-elementor-type="wp-page"] > section:first-of-type .elementor-background-overlay,
body:not(.home) div[data-elementor-type="page"] > section:first-of-type .elementor-background-overlay,
body:not(.home) .elementor:not(header):not(.elementor-location-header) > section:first-of-type .elementor-background-overlay {
    background: linear-gradient(180deg, rgba(3, 19, 48, 0.75) 0%, rgba(1, 8, 21, 0.9) 100%) !important;
    opacity: 1 !important;
    z-index: 1 !important;
}

/* Bold white drop-shadowed title styling for subpage banners */
body:not(.home) div[data-elementor-type="wp-page"] > section:first-of-type h2.elementor-heading-title,
body:not(.home) div[data-elementor-type="page"] > section:first-of-type h2.elementor-heading-title,
body:not(.home) .elementor:not(header):not(.elementor-location-header) > section:first-of-type h2.elementor-heading-title {
    font-family: 'Outfit', sans-serif !important;
    font-size: 36px !important;
    font-weight: 800 !important;
    color: #ffffff !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    text-shadow: 0 4px 15px rgba(0, 0, 0, 0.65) !important;
    position: relative !important;
    z-index: 2 !important;
    text-align: center !important;
    margin-bottom: 12px !important;
}

/* Premium gold styled breadcrumbs for subpages */
body:not(.home) div[data-elementor-type="wp-page"] > section:first-of-type .elementor-icon-list-text,
body:not(.home) div[data-elementor-type="page"] > section:first-of-type .elementor-icon-list-text,
body:not(.home) .elementor:not(header):not(.elementor-location-header) > section:first-of-type .elementor-icon-list-text,
body:not(.home) div[data-elementor-type="wp-page"] > section:first-of-type .elementor-icon-list-icon i,
body:not(.home) div[data-elementor-type="page"] > section:first-of-type .elementor-icon-list-icon i,
body:not(.home) .elementor:not(header):not(.elementor-location-header) > section:first-of-type .elementor-icon-list-icon i {
    color: #dfc48c !important;
    font-weight: 600 !important;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5) !important;
    position: relative !important;
    z-index: 2 !important;
}

body:not(.home) div[data-elementor-type="wp-page"] > section:first-of-type a,
body:not(.home) div[data-elementor-type="page"] > section:first-of-type a,
body:not(.home) .elementor:not(header):not(.elementor-location-header) > section:first-of-type a {
    color: #ffffff !important;
    font-family: 'Outfit', sans-serif !important;
    font-size: 14px !important;
    text-decoration: none !important;
    transition: color 0.2s ease !important;
}

body:not(.home) div[data-elementor-type="wp-page"] > section:first-of-type a:hover,
body:not(.home) div[data-elementor-type="page"] > section:first-of-type a:hover,
body:not(.home) .elementor:not(header):not(.elementor-location-header) > section:first-of-type a:hover {
    color: #dfc48c !important;
}

/* Footer menu icon hover animations and display overrides */
footer a:hover .custom-footer-icon,
.elementor-location-footer a:hover .custom-footer-icon,
[data-elementor-type="footer"] a:hover .custom-footer-icon {
    transform: translateX(4px) !important;
    color: #ffffff !important;
}

footer .elementor-icon-list-icon,
.elementor-location-footer .elementor-icon-list-icon,
[data-elementor-type="footer"] .elementor-icon-list-icon {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
}

/* ====================================================
   GLOSSY STICKY BOTTOM ACTION BAR (CALL & WHATSAPP)
   ==================================================== */

.sticky-action-bar {
    position: fixed !important;
    bottom: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 64px !important;
    background: rgba(15, 23, 42, 0.85) !important;
    backdrop-filter: blur(12px) !important;
    -webkit-backdrop-filter: blur(12px) !important;
    border-top: 1px solid rgba(255, 255, 255, 0.15) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 14px !important;
    padding: 0 16px !important;
    box-sizing: border-box !important;
    z-index: 999999 !important;
    box-shadow: 0 -5px 25px rgba(0, 0, 0, 0.35) !important;
}

.sticky-btn {
    flex: 1 !important;
    max-width: 280px !important;
    height: 44px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    font-family: 'Outfit', sans-serif !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    color: #ffffff !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    border-radius: 30px !important;
    text-decoration: none !important;
    position: relative !important;
    overflow: hidden !important;
    transition: all 0.3s ease !important;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.25) !important;
}

/* Glossy glass sheen shine effect */
.sticky-btn::after {
    content: '' !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 50% !important;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.35) 0%, rgba(255, 255, 255, 0) 100%) !important;
    border-top-left-radius: 30px !important;
    border-top-right-radius: 30px !important;
    pointer-events: none !important;
}

/* Glossy Orange Call Button */
.sticky-call-btn {
    background: linear-gradient(180deg, #ff9800 0%, #e65100 100%) !important;
    border: 1px solid rgba(255, 255, 255, 0.3) !important;
    box-shadow: 0 4px 15px rgba(230, 81, 0, 0.45), inset 0 1px 0 rgba(255, 255, 255, 0.6) !important;
}

.sticky-call-btn:hover {
    transform: translateY(-2px) !important;
    box-shadow: 0 6px 20px rgba(230, 81, 0, 0.6), inset 0 1px 0 rgba(255, 255, 255, 0.7) !important;
    color: #ffffff !important;
}

/* Glossy Green WhatsApp Button */
.sticky-whatsapp-btn {
    background: linear-gradient(180deg, #25d366 0%, #128c7e 100%) !important;
    border: 1px solid rgba(255, 255, 255, 0.3) !important;
    box-shadow: 0 4px 15px rgba(37, 211, 102, 0.45), inset 0 1px 0 rgba(255, 255, 255, 0.6) !important;
}

.sticky-whatsapp-btn:hover {
    transform: translateY(-2px) !important;
    box-shadow: 0 6px 20px rgba(37, 211, 102, 0.6), inset 0 1px 0 rgba(255, 255, 255, 0.7) !important;
    color: #ffffff !important;
}

/* Hide legacy floating buttons to avoid overlay collisions */
.call-now-button,
.quick-call-button,
#ht-ctc-chat {
    display: none !important;
}

/* Add body bottom padding so content never gets covered by sticky bar */
body {
    padding-bottom: 75px !important;
}

/* Force FontAwesome font family on all footer and list icons to prevent empty box rendering */
footer .elementor-icon-list-icon i,
footer .custom-footer-icon,
footer i.fas, footer i.far, footer i.fab,
.elementor-location-footer .elementor-icon-list-icon i,
[data-elementor-type="footer"] .elementor-icon-list-icon i {
    font-family: 'Font Awesome 5 Free', 'Font Awesome 5 Brands', 'FontAwesome', sans-serif !important;
    font-weight: 900 !important;
    display: inline-block !important;
}

footer i.far {
    font-weight: 400 !important;
}

/* ============================================
   GALLERY PAGE - MODERN TRAVEL CTA SECTION
   ============================================ */
.gallery-cta-modern {
    position: relative;
    padding: 90px 24px;
    text-align: center !important;
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: linear-gradient(135deg, #0b3d3a 0%, #0f5c54 45%, #06403a 100%);
    overflow: hidden;
}

/* Decorative soft glow circles */
.gallery-cta-modern::before,
.gallery-cta-modern::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
}
.gallery-cta-modern::before {
    width: 320px;
    height: 320px;
    top: -100px;
    left: -100px;
    background: radial-gradient(circle, rgba(255,255,255,0.09) 0%, transparent 70%);
}
.gallery-cta-modern::after {
    width: 400px;
    height: 400px;
    bottom: -140px;
    right: -120px;
    background: radial-gradient(circle, rgba(245, 158, 11, 0.15) 0%, transparent 70%);
}

.gallery-cta-bg-overlay { display: none; }

.gallery-cta-content {
    max-width: 760px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    text-align: center;
}

.gallery-cta-kicker {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(251, 191, 36, 0.16);
    color: #fcd34d !important;
    font-family: "Outfit", sans-serif !important;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 9px 20px;
    border-radius: 30px;
    margin-bottom: 24px;
    border: 1px solid rgba(251, 191, 36, 0.35);
}

.gallery-cta-heading {
    color: #ffffff !important;
    font-family: "Outfit", sans-serif !important;
    font-size: clamp(30px, 5vw, 46px);
    font-weight: 800;
    line-height: 1.22;
    letter-spacing: -0.5px;
    margin-bottom: 18px !important;
    text-shadow: 0 2px 16px rgba(0,0,0,0.4);
}

.gallery-cta-heading em {
    font-style: normal;
    color: #fbbf24 !important;
    -webkit-text-fill-color: #fbbf24;
}

.gallery-cta-subtext {
    color: #e6fffb !important;
    font-family: "Outfit", sans-serif !important;
    font-size: 17px;
    line-height: 1.75;
    margin-bottom: 34px !important;
    max-width: 620px;
    margin-left: auto;
    margin-right: auto;
    text-shadow: 0 1px 8px rgba(0,0,0,0.35);
}

.gallery-cta-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 18px;
}

.gallery-cta-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-family: "Outfit", sans-serif !important;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.3px;
    padding: 16px 36px;
    border-radius: 50px;
    text-decoration: none !important;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1) !important;
    box-shadow: 0 10px 26px rgba(0, 0, 0, 0.28);
}

.gallery-cta-btn-primary {
    background: linear-gradient(135deg, #fbbf24 0%, #f59e0b 100%) !important;
    color: #052e28 !important;
}
.gallery-cta-btn-primary:hover {
    transform: translateY(-3px) scale(1.03);
    box-shadow: 0 14px 32px rgba(245, 158, 11, 0.5);
    background: linear-gradient(135deg, #fcd34d 0%, #fbbf24 100%) !important;
}

.gallery-cta-btn-call {
    background: #ffffff !important;
    color: #0b4f47 !important;
}
.gallery-cta-btn-call:hover {
    transform: translateY(-3px) scale(1.03);
    box-shadow: 0 14px 32px rgba(255, 255, 255, 0.35);
    background: #f0fdfa !important;
}

@media (max-width: 640px) {
    .gallery-cta-modern { padding: 64px 18px; }
    .gallery-cta-actions { flex-direction: column; }
    .gallery-cta-btn { width: 100%; max-width: 320px; }
}
