
/* ==========================================================================
   Index Page Header Menu & Footer Styles (Extracted from Inner Pages)
   Scoped specifically to #navbar, .header-top, #footer, #copyright, #get-it
   ========================================================================== */

/* Modern Header Top Bar Styling */
.header-top {
    background: linear-gradient(90deg, #0f172a 0%, #1e293b 100%);
    color: #f1f5f9;
    padding: 8px 12px;
    font-size: 13px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.header-top-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    width: 100%;
}
.header-top-left {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
}
.top-badge {
    background: linear-gradient(135deg, #ef4444 0%, #dc2626 100%);
    color: #ffffff;
    font-size: 11px;
    font-weight: 700;
    padding: 3px 9px;
    border-radius: 999px;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    box-shadow: 0 2px 6px rgba(239, 68, 68, 0.35);
    white-space: nowrap;
}
.top-notice-text {
    color: #cbd5e1;
    font-weight: 500;
}
.top-link-highlight {
    color: #38bdf8 !important;
    font-weight: 700;
    text-decoration: none;
    transition: color 0.2s ease;
}
.top-link-highlight:hover {
    color: #7dd3fc !important;
    text-decoration: underline;
}
.divider-dot {
    margin: 0 6px;
    color: #64748b;
}

/* Right Side Quick Link Pills */
.header-top-right {
    display: flex;
    align-items: center;
    gap: 8px;
}
.top-quick-links {
    display: flex;
    align-items: center;
    gap: 6px;
    flex-wrap: wrap;
}
.top-pill-btn {
    background: rgba(255, 255, 255, 0.08);
    color: #e2e8f0 !important;
    padding: 3px 10px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 600;
    text-decoration: none;
    border: 1px solid rgba(255, 255, 255, 0.12);
    transition: all 0.25s ease;
    display: inline-flex;
    align-items: center;
    white-space: nowrap;
}
.top-pill-btn:hover {
    background: #0284c7 !important;
    color: #ffffff !important;
    border-color: #0284c7;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(2, 132, 199, 0.3);
    text-decoration: none;
}

@media (max-width: 991px) {
    .header-top {
        padding: 8px 6px;
    }
    .header-top-inner {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 6px;
    }
    .header-top-left {
        justify-content: center;
        text-align: center;
        font-size: 12px;
    }
    .top-quick-links {
        justify-content: center;
        gap: 5px;
    }
    .top-pill-btn {
        font-size: 11px;
        padding: 3px 8px;
    }
}

/* Navbar & Sticky Navigation */
.navbar-affixed-top {
    position: relative;
    top: 0;
    z-index: 1000;
    transition: all 0.3s ease;
}
.navbar-affixed-top.affix {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.12);
    background: #ffffff !important;
    animation: slideDown 0.35s ease;
}
@keyframes slideDown {
    from { transform: translateY(-100%); }
    to { transform: translateY(0); }
}
.navbar-default {
    background-color: #ffffff;
    border: none;
    border-bottom: 3px solid #0284c7;
    margin-bottom: 0;
    border-radius: 0;
}
.navbar-default .navbar-brand {
    font-size: 20px;
    font-weight: 800;
    color: #0f172a !important;
    padding: 15px;
    line-height: 1.2;
}
.navbar-default .navbar-brand strong {
    color: #dc2626;
}

/* Nav Items & Links */
.navbar-default .navbar-nav > li > a {
    color: #1e293b !important;
    font-weight: 600;
    font-size: 15px;
    padding: 18px 16px;
    transition: color 0.2s ease, background 0.2s ease;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > .active > a {
    color: #0284c7 !important;
    background-color: rgba(2, 132, 199, 0.06) !important;
}

/* Dropdown Menus */
.navbar-nav > li.dropdown > .dropdown-menu {
    border: none;
    border-radius: 12px;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
    padding: 10px 0;
    margin-top: 2px;
    background: #ffffff;
    min-width: 220px;
}
.dropdown-menu > li > a {
    color: #334155 !important;
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.2s ease;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
    color: #0284c7 !important;
    background-color: #f0f9ff !important;
    padding-left: 24px;
}
.dropdown-menu.show,
.dropdown-menu.open,
.dropdown.open > .dropdown-menu,
.dropdown.show > .dropdown-menu {
    display: block !important;
    opacity: 1;
    visibility: visible;
}

/* Mobile Toggle Button */
.navbar-default .navbar-toggle {
    border-color: #0284c7;
    background-color: #0284c7;
    color: #ffffff;
    border-radius: 8px;
    padding: 8px 12px;
    margin-top: 10px;
}
.navbar-default .navbar-toggle .fa,
.navbar-default .navbar-toggle .icon-bar {
    color: #ffffff;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #0369a1;
}

/* Footer Section (#footer & .animated-footer) */
#footer, .animated-footer {
    background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
    color: #94a3b8;
    padding: 50px 0 30px 0;
    font-size: 14px;
    position: relative;
}
#footer h4, .animated-footer h4, .animated-heading {
    color: #ffffff;
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 10px;
}
#footer h4::after, .animated-heading::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 3px;
    background: #0284c7;
    border-radius: 2px;
}
#footer ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
#footer ul li {
    margin-bottom: 10px;
}
#footer ul li a, .footer-link {
    color: #cbd5e1 !important;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    transition: color 0.2s ease, transform 0.2s ease;
    display: inline-block;
}
#footer ul li a:hover, .footer-link:hover {
    color: #38bdf8 !important;
    transform: translateX(4px);
    text-decoration: none;
}
#footer .btn-template-main {
    background: #0284c7;
    color: #ffffff;
    border: none;
    border-radius: 8px;
    padding: 8px 18px;
    font-weight: 600;
    transition: background 0.2s ease;
}
#footer .btn-template-main:hover {
    background: #0369a1;
    color: #ffffff;
}

/* Copyright Section (#copyright) */
#copyright, .animated-copyright {
    background: #090d16;
    color: #64748b;
    padding: 16px 0;
    font-size: 13px;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
}
#copyright p, .footer-text {
    margin: 0;
    color: #94a3b8;
}

/* Neon Offer Banner (#get-it) */
#get-it {
    padding: 20px 0;
}
#get-it .neon-offer-box {
    position: relative;
    border-radius: 20px;
    padding: 4px;
    background: linear-gradient(120deg, #00f5ff, #7c3aed, #ff2fd1, #22c55e, #00f5ff);
    background-size: 300% 300%;
    animation: neonBorderFlow 6s linear infinite;
    box-shadow: 0 0 18px rgba(0, 245, 255, 0.3), 0 0 28px rgba(124, 58, 237, 0.2);
}
#get-it .neon-offer-inner {
    border-radius: 16px;
    background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);
    color: #0f172a;
    padding: 18px 24px;
}
#get-it .neon-offer-title {
    margin: 0;
    color: #0f172a;
    font-size: 20px;
    font-weight: 700;
}
#get-it .neon-cta {
    background: linear-gradient(135deg, #0284c7 0%, #2563eb 100%);
    color: #ffffff !important;
    font-weight: 700;
    border-radius: 999px;
    padding: 10px 24px;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    box-shadow: 0 4px 14px rgba(2, 132, 199, 0.35);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    display: inline-block;
}
#get-it .neon-cta:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(37, 99, 235, 0.5);
    text-decoration: none;
}
@keyframes neonBorderFlow {
    0% { background-position: 0% 50%; }
    100% { background-position: 300% 50%; }
}

/* Horizontal scroll & slide left to right on mobile for Pricing Cards */
@media (max-width: 768px) {
    .pricing-grid {
        display: flex !important;
        flex-wrap: nowrap !important;
        overflow-x: auto !important;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        gap: 15px;
        padding: 15px 5px 25px 5px;
        margin-bottom: 20px;
        scrollbar-width: thin;
        scrollbar-color: #0284c7 rgba(0, 0, 0, 0.05);
    }
    .pricing-grid::-webkit-scrollbar {
        height: 6px;
    }
    .pricing-grid::-webkit-scrollbar-track {
        background: rgba(0, 0, 0, 0.05);
        border-radius: 10px;
    }
    .pricing-grid::-webkit-scrollbar-thumb {
        background: #0284c7;
        border-radius: 10px;
    }
    .pricing-card {
        flex: 0 0 85% !important;
        min-width: 270px;
        max-width: 320px;
        scroll-snap-align: center;
        scroll-snap-stop: always;
        margin-bottom: 0;
    }

    /* Horizontal scroll & slide left to right on mobile for Why Choose Us cards */
    .why-choose-header h3 {
        font-size: 1.6rem;
    }
    .why-choose-grid {
        display: flex !important;
        flex-wrap: nowrap !important;
        overflow-x: auto !important;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        gap: 15px;
        padding: 10px 5px 20px 5px;
        scrollbar-width: thin;
        scrollbar-color: #667eea rgba(0, 0, 0, 0.05);
    }
    .why-choose-grid::-webkit-scrollbar {
        height: 6px;
    }
    .why-choose-grid::-webkit-scrollbar-track {
        background: rgba(0, 0, 0, 0.05);
        border-radius: 10px;
    }
    .why-choose-grid::-webkit-scrollbar-thumb {
        background: #667eea;
        border-radius: 10px;
    }
    .why-choose-item {
        flex: 0 0 80% !important;
        min-width: 250px;
        max-width: 300px;
        scroll-snap-align: center;
        scroll-snap-stop: always;
        margin-bottom: 0;
    }

    /* 2 cards per row on mobile for Rishikesh Famous Rapids section */
    .rapids-grid {
        display: grid !important;
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 10px !important;
    }
    .rapid-card {
        padding: 12px 10px !important;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    .rapid-header {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 4px;
        margin-bottom: 6px;
    }
    .rapid-name {
        font-size: 0.95rem !important;
        line-height: 1.3;
    }
    .rapid-grade {
        font-size: 0.75rem !important;
        padding: 2px 6px !important;
    }
    .rapid-description {
        font-size: 0.8rem !important;
        line-height: 1.35;
        margin-bottom: 0;
    }
}
