@import url('https://fonts.googleapis.com/css2?family=Syncopate:wght@400;700&family=Plus+Jakarta+Sans:wght@300;500;700;800&display=swap');

.elementor-widget-shortcode,
.elementor-widget-shortcode .elementor-widget-container,
.e-con-inner,
.e-con {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
}

:root {
    --primary: #0ea5e9;
    /* Sky Blue */
    --primary-glow: rgba(14, 165, 233, 0.6);
    --accent: #f97316;
    /* Orange */
    --accent-glow: rgba(249, 115, 22, 0.6);
    --bg: #0f172a;
    /* Slate 900 */
    --card-bg: #1e293b;
    /* Slate 800 */
    --border: rgba(255, 255, 255, 0.1);
    --text: #e2e8f0;
    --white: #ffffff;
    --dark-overlay: rgba(0, 0, 0, 0.7);

    /* Special contact page */
    --neon-blue: #0ea5e9;
    --neon-glow: rgba(14, 165, 233, 0.4);
    --dark-glass: rgba(15, 23, 42, 0.8);
    --card-gradient: linear-gradient(145deg, rgba(30, 41, 59, 0.9), rgba(15, 23, 42, 0.9));
    --glass-bg: rgba(255, 255, 255, 0.03);
}

.primary-color {
    color: var(--primary);
}

.secondary-color {
    color: var(--accent);
}

/* --- BASE STYLES --- */
html, body {
    background: var(--bg);
    color: var(--text);
    font-family: 'Plus Jakarta Sans', sans-serif;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    width: 100%;
}

.main-wrapper {
    width: 100%;
    overflow-x: hidden;
}

.section-padding.container-fluid {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
}

/* Iske andar ke content ko wapas align karne ke liye */
.section-padding.container-fluid .container {
    max-width: 1200px;
    /* Ya jo bhi aapki site ki width ho */
    margin: 0 auto;
}

/* Scrollbar */
::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
    background: var(--bg);
}

::-webkit-scrollbar-thumb {
    background: #333;
    border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
    background: var(--primary);
}

h1,
h2,
h3,
.logo-font {
    font-family: 'Syncopate', sans-serif;
    text-transform: uppercase;
    color: var(--white);
}

p {
    line-height: 1.7;
}

.logo img {
    width: 120px;
}

/* --- UTILITIES --- */
.text-orange {
    color: var(--primary);
}

.text-center {
    text-align: center;
}

.section-padding {
    padding: 100px 0;
}

.section-label {
    color: var(--primary);
    font-size: 12px;
    letter-spacing: 4px;
    font-weight: 800;
    margin-bottom: 10px;
    display: block;
    text-transform: uppercase;
}

.section-title {
    font-size: 3rem;
    margin-bottom: 50px;
    line-height: 1.1;
    font-weight: 700;
    position: relative;
    display: inline-block;
}

.section-title::after {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 0;
    width: 60px;
    height: 4px;
    background: var(--primary);
    border-radius: 2px;
    transition: width 0.3s;
}

.text-center .section-title::after {
    left: 50%;
    transform: translateX(-50%);
}

/* --- BUTTONS --- */
.btn-orange {
    background: var(--accent);
    color: var(--white);
    padding: 14px 30px;

    border-radius: 40px;
    text-decoration: none;
    font-weight: 700;
    font-size: 12px;
    display: inline-block;
    border: none;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    position: relative;
    z-index: 1;
}

.btn-orange::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 100%;
    border-radius: 40px;
    background: var(--white);
    z-index: -1;
    transition: width 0.3s ease;
}

.btn-orange:hover::before {
    width: 100%;
}

.btn-orange:hover {
    color: var(--accent);
    box-shadow: 0 0 20px var(--accent-glow);
}

.btn-outline {
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: var(--white);
    padding: 14px 30px;
    border-radius: 40px;
    text-decoration: none;
    font-size: 12px;
    font-weight: 700;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s;
}

.btn-outline:hover {
    border-color: var(--primary);
    color: var(--primary);
    background: rgba(14, 165, 233, 0.1);
}

/* --- NAVIGATION --- */
.cyber-nav {
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1000;
    padding: 20px 8%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: var(--bg);
    transition: all 0.4s ease;
    box-sizing: border-box;
    position: fixed;
}

.header-scrolled {
    padding: 15px 8%;
    background: rgba(10, 12, 16, 0.95);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
}

/* --- SWIPER NAV --- */
.swiper-button-next,
.swiper-button-prev {
    color: var(--primary) !important;
    transition: 0.3s;
    --swiper-navigation-size: 28px;
    font-weight: 900;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
    transform: scale(1.2);
    text-shadow: 0 0 15px var(--primary-glow);
}

.swiper-button-next::after,
.swiper-button-prev::after {
    font-size: 24px;
    font-weight: 900;
}

.nav-links {
    display: flex;
    gap: 30px;
    align-items: center;
}

.nav-links a {
    color: #e2e8f0;
    text-decoration: none;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: 0.3s;
}

.nav-links a:hover,
.nav-links a:focus {
    color: var(--primary);
}

.nav-links a.active-link {
    color: var(--primary) !important;
    border-bottom: 2px solid var(--primary);
    /* Optional: niche line bhi dikhegi */
    padding-bottom: 5px;
}

.nav-links a::before {
    display: none;
}

.logo-font {
    font-size: 24px;
    font-weight: 800;
    letter-spacing: 2px;
    color: var(--white);
    text-decoration: none;
}

.logo-font span {
    color: var(--primary);
}

.mobile-toggle {
    display: none;
    font-size: 24px;
    cursor: pointer;
    color: var(--white);
}

.mobile-close-toggle {
    display: none;
    position: absolute;
    top: 30px;
    right: 5%;
    font-size: 30px;
    color: var(--white);
    cursor: pointer;
    z-index: 1002;
}

.header-actions {
    display: flex;
    align-items: center;
    gap: 20px;
}

/* Header Button specific style */
.header-actions .btn-orange {
    padding: 10px 24px;
    font-size: 11px;
    border-radius: 100px;
    background: rgba(249, 115, 22, 0.1);
    border: 1px solid rgba(249, 115, 22, 0.5);
    color: var(--accent);
}

.header-actions .btn-orange:hover {
    background: var(--accent);
    color: var(--white);
    box-shadow: 0 0 20px rgba(249, 115, 22, 0.4);
    transform: translateY(-2px);
}

.header-actions .btn-orange::before {
    display: none;
}

/* Jab menu active ho to hamburger icon ko chhupao */
.nav-links.active ~ .header-actions .mobile-toggle {
    display: none !important;
}

/* Cross icon (close) ki styling ensure karein */
.mobile-close-toggle {
    display: none; /* By default hidden */
    cursor: pointer;
    font-size: 24px;
    color: var(--primary);
    position: absolute;
    top: 20px;
    right: 20px;
}

/* Jab menu open ho tab cross dikhna chahiye */
.nav-links.active .mobile-close-toggle {
    display: block !important;
}
/* Remove default hover fill for this specific button */

/* --- HERO SLIDER --- */
.hero-section {
    height: 100vh;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.swiper-slide {
    background-size: cover;
    background-position: center;
    height: 100vh;
    display: flex;
    align-items: center;
    padding: 0;
    position: relative;
    min-height: 600px;
    width: 100%;
    background-repeat: no-repeat;
}

.swiper-slide::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.3) 100%);
}

.hero-content {
    position: relative;
    z-index: 2;
}

.hero-content>* {
    opacity: 0;
    transform: translateY(30px);
}

.swiper-slide-active .hero-content>* {
    animation: fadeInUp 0.8s forwards;
}

.swiper-slide-active .hero-content>*:nth-child(1) {
    animation-delay: 0.2s;
}

.swiper-slide-active .hero-content>*:nth-child(2) {
    animation-delay: 0.4s;
}

.swiper-slide-active .hero-content>*:nth-child(3) {
    animation-delay: 0.6s;
}

.swiper-slide-active .hero-content>*:nth-child(4) {
    animation-delay: 0.8s;
}

.swiper-slide-active .hero-content>*:nth-child(5) {
    animation-delay: 0.9s;
}

@keyframes fadeInUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.hero-subtitle {
    color: var(--primary);
    font-weight: 800;
    letter-spacing: 4px;
    margin-bottom: 15px;
    display: block;
}

.hero-title {
    font-size: clamp(2.5rem, 5vw, 4.5rem);
    line-height: 1.1;
    margin-bottom: 30px;
}

.scroll-down {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    color: var(--white);
    font-size: 24px;
    animation: bounce 2s infinite;
    z-index: 2;
    opacity: 0.7;
}

@keyframes bounce {

    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateX(-50%) translateY(0);
    }

    40% {
        transform: translateX(-50%) translateY(-10px);
    }

    60% {
        transform: translateX(-50%) translateY(-5px);
    }
}

/* --- BENTO GRID & CARDS --- */
.bento-grid {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 30px;
}

.span-4 {
    grid-column: span 4;
}

.span-8 {
    grid-column: span 8;
}

.span-6 {
    grid-column: span 6;
}

.span-3 {
    grid-column: span 3;
}

.span-12 {
    grid-column: span 12;
}

.span-5 {
    grid-column: span 5;
}

.span-7 {
    grid-column: span 7;
}

.card {
    background: var(--card-bg);
    border: 1px solid var(--border);
    border-radius: 16px;
    padding: 30px;
    position: relative;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-shadow: 0 10px 30px -15px rgba(0, 0, 0, 0.5);
}

.card:hover {
    transform: translateY(-10px) scale(1.02);
    border-color: var(--primary);
    box-shadow: 0 20px 50px -10px rgba(14, 165, 233, 0.3);
}

/* --- BACK TO TOP --- */
.back-to-top {
    position: fixed;
    bottom: 40px;
    right: 40px;
    width: 50px;
    height: 50px;
    background: var(--primary);
    color: var(--white);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    text-decoration: none;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    transition: all 0.3s ease;
    box-shadow: 0 0 20px var(--primary-glow);
    border: 2px solid rgba(255, 255, 255, 0.1);
}

.back-to-top.active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.back-to-top:hover {
    background: var(--accent);
    box-shadow: 0 0 30px var(--accent-glow);
    transform: translateY(-5px);
    color: var(--white);
}

.img-box {
    width: 100%;
    height: 250px;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 20px;
    position: relative;
}

.img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.6s;
}

.card:hover .img-box img {
    transform: scale(1.1);
}

.price-badge {
    position: absolute;
    top: 15px;
    right: 15px;
    background: linear-gradient(135deg, var(--accent), #ea580c);
    color: #fff;
    padding: 5px 12px;
    border-radius: 4px;
    font-weight: 800;
    font-size: 12px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    z-index: 2;
}

/* --- TREKKING SECTION --- */
/* --- POPULAR SECTION REDESIGN --- */
.popular-card {
    background: #161b28;
    border-radius: 20px;
    overflow: hidden;
    border: 3px solid rgba(14, 165, 233, 1);
    transition: all 0.4s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
}

.popular-card:hover {
    transform: translateY(-10px);
    border-color: var(--accent);
    box-shadow: 0 20px 40px -10px rgba(249, 115, 22, 0.5);
}

.pop-img-box {
    height: 260px;
    position: relative;
    overflow: hidden;
}

.pop-img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.popular-card:hover .pop-img-box img {
    transform: scale(1.1);
}

.pop-badge {
    position: absolute;
    top: 15px;
    right: 15px;
    background: rgba(15, 23, 42, 0.85);
    backdrop-filter: blur(4px);
    color: var(--accent);
    padding: 6px 14px;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 800;
    border: 1px solid var(--accent);
    box-shadow: 0 0 15px rgba(249, 115, 22, 0.3);
    z-index: 2;
}

.pop-content {
    padding: 25px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    text-align: left;
}

.pop-content h3 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
}

.pop-meta {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 12px;
    color: var(--primary);
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.pop-desc {
    font-size: 14px;
    color: #94a3b8;
    margin-bottom: 25px;
    line-height: 1.6;
    flex-grow: 1;
}

.trek-card {
    background: #111;
    border: 1px solid #333;
    padding: 0;
}

.trek-info {
    padding: 25px;
}

.trek-info h5 {
    color: var(--accent);
}

.trek-meta {
    display: flex;
    gap: 15px;
    font-size: 12px;
    color: #888;
    margin-bottom: 15px;
}

.trek-meta i {
    color: var(--primary);
    margin-right: 5px;
}

/* --- WHY CHOOSE US --- */
.feature-box {
    text-align: center;
    padding: 40px 25px;
    background: linear-gradient(145deg, #1e293b, #0f172a);
    border: 1px solid var(--border);
    border-radius: 16px;
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.feature-box::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom right, rgba(14, 165, 233, 0.1), transparent);
    opacity: 0;
    transition: 0.4s;
    z-index: -1;
}

.feature-box:hover {
    transform: translateY(-10px);
    border-color: var(--primary);
    box-shadow: 0 15px 40px -10px rgba(14, 165, 233, 0.2);
}

.feature-box:hover::before {
    opacity: 1;
}

.feature-icon {
    font-size: 40px;
    color: var(--primary);
    margin-bottom: 20px;
    transition: transform 0.3s;
}

.feature-box:hover .feature-icon {
    transform: scale(1.2) rotate(10deg);
}

/* --- INNOVATION --- */
.innovation-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    align-items: center;
}

.tech-list li {
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 15px;
}

.tech-list i {
    color: var(--primary);
}

/* --- TESTIMONIALS --- */
/* --- Global Smoothness --- */
.card,
.img-box,
.btn-orange,
.btn-outline,
.faq-item {
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

/* --- Most Popular & Tour Packages Cards --- */
.card {
    background: var(--card-bg) !important;
    border: 1px solid var(--border) !important;
    border-radius: 20px !important;
    overflow: hidden;
    position: relative;
    padding-bottom: 20px;
    color: #ccc;
}

/* 1. Neon Box Shadow & Hover Effect */
.card:hover {
    transform: translateY(-10px) scale(1.02);
    border-color: var(--primary) !important;
    box-shadow: 0 15px 30px -5px rgba(14, 165, 233, 0.3),
        0 0 15px var(--primary-glow);
    z-index: 5;
}

.card h5 {
    color: var(--accent);
}

/* 2. Image Box Zoom & Glow */
.img-box {
    overflow: hidden;
    position: relative;
}

.img-box img {
    transition: transform 0.8s ease;
}

.card:hover .img-box img {
    transform: scale(1.1) rotate(1deg);
    filter: brightness(1.1);
}

/* 3. Price Badge Styling */
.price-badge {
    background: var(--accent) !important;
    color: white !important;
    padding: 8px 18px !important;
    border-radius: 50px !important;
    font-weight: 700 !important;
    box-shadow: 0 0 15px var(--accent-glow);
    border: 1px solid rgba(255, 255, 255, 0.2);
    top: 15px !important;
    right: 15px !important;
}

/* --- Testimonial Section Enhancements --- */
.testimonial-card {
    border: 1px solid var(--border);
    backdrop-filter: blur(10px);
    background: rgba(30, 41, 59, 0.6) !important;
    padding: 40px !important;
}

/* Featured Testimonial Glow */
.testimonial-card.featured {
    border: 2px solid var(--primary) !important;
    box-shadow: 0 0 25px var(--primary-glow);
    transform: scale(1.05);
}

.testimonial-card:hover {
    background: var(--card-bg) !important;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
    border-color: var(--primary);
}

.quote-icon i {
    color: var(--primary);
    font-size: 2.5rem;
    opacity: 0.3;
}

.user-info img {
    border: 2px solid var(--primary);
    padding: 3px;
    box-shadow: 0 0 10px var(--primary-glow);
}

/* --- Buttons Focus & Active States --- */
.btn-orange:focus,
.btn-orange:active {
    transform: scale(0.95);
    box-shadow: 0 0 20px var(--accent-glow) !important;
    outline: none;
}

.btn-outline:hover {
    background: var(--primary) !important;
    box-shadow: 0 0 15px var(--primary-glow);
    color: white !important;
}

/* --- FAQ Neomorphism/Glassmorphism Look --- */
.faq-item {
    background: rgba(255, 255, 255, 0.03);
    border-radius: 12px;
    margin-bottom: 15px;
    border: 1px solid var(--border);
}

.faq-item.active {
    border-color: var(--primary);
    box-shadow: 0 0 15px var(--primary-glow);
}

.faq-question {
    padding: 20px !important;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.faq-item.active .faq-question {
    color: var(--primary);
}

/* --- Bento Grid Fix for Spacing --- */
.bento-grid {
    display: grid;
    gap: 25px;
    /* Cards ke beech space */
    padding: 20px 0;
}

/* --- FAQ --- */
.faq-item {
    background: var(--card-bg);
    border: 1px solid var(--border);
    border-radius: 8px;
    margin-bottom: 15px;
    overflow: hidden;
    transition: 0.3s;
}

#faq h2 {
    color: var(--accent);
}

.faq-question {
    padding: 20px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 600;
    font-size: 16px;
}

.faq-answer {
    padding: 0 20px;
    max-height: 0;
    overflow: hidden;
    transition: 0.4s ease;
    color: #94a3b8;
    font-size: 14px;
}

.faq-item.active {
    border-color: var(--primary);
}

.faq-item.active .faq-answer {
    padding-bottom: 20px;
    max-height: 200px;
}

.faq-toggle {
    transition: 0.3s;
}

.faq-item.active .faq-toggle {
    transform: rotate(180deg);
    color: var(--primary);
}

/* --- FOOTER --- */
.footer-professional {
    background: #020617;
    padding: 80px 0 40px;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr 1.5fr;
    gap: 40px;
}

.footer-logo img {
    width: 150px;
}

.footer-col h4 {
    color: var(--primary);
    font-size: 14px;
    margin-bottom: 25px;
    letter-spacing: 2px;
}

.footer-col a {
    color: #64748b;
    text-decoration: none;
    font-size: 14px;
    display: block;
    margin-bottom: 12px;
    transition: 0.3s;
}

.footer-col a:hover {
    color: var(--white);
    padding-left: 5px;
}

.social-links a {
    font-size: 20px;
}

.social-links a i {
    padding: 5px;
    color: var(--accent);
}

.social-links a:hover i {
    padding: 5px;
    color: var(--primary);
}

/* Gallery Layout Fix */
.footer-gallery-grid a {
    display: block;
    overflow: hidden;
    position: relative;
    background: #1e293b; /* Image load hone se pehle ye dikhega */
}

.footer-gallery-grid img {
    transition: transform 0.5s ease;
    cursor: zoom-in;
}

.footer-gallery-grid a:hover img {
    transform: scale(1.1);
}

/* Lightbox spinner ko fix karne ke liye */
.fslightbox-container {
    font-family: inherit !important;
}

/* --- HOME PAGE END --- */

/* --- PACKAGE PAGE STYLES (NEW) --- */

.package-container {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
            gap: 30px;
            padding: 40px 20px;
            max-width: 1200px;
            margin: 0 auto;
            perspective: 1000px;
        }
.package-card {
    background: var(--card-gradient) !important;
            border-radius: 20px;
            overflow: hidden;
            border: 2px solid var(--accent);
            transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
            position: relative;
            display: flex;
            flex-direction: column;
            text-align: left;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
        }

/* 1. Ultra Hover Effect & Neon Glow */
.package-card:hover {
            transform: translateY(-10px) scale(1.02);
            box-shadow: 0 15px 30px rgba(0,0,0,0.4), 0 0 15px var(--primary-glow);
            border-color: var(--primary);
        }
/* 2. Image Box Enhancements */
.package-img-box {
    height: 240px;
    position: relative;
    overflow: hidden;
    clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
    /* Diagonal bottom cut */
}
.package-img-box::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(15, 23, 42, 0.8), transparent);
    z-index: 1;
}

.package-img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(0.9) contrast(1.1);
    transition: transform 0.6s ease;
}
.package-card:hover .package-img-box img {
    transform: scale(1.1);
}
.package-hero {
    height: 60vh;
    background: linear-gradient(to bottom, rgba(15, 23, 42, 0.6), var(--bg)),
        url('https://images.unsplash.com/photo-1476514525535-07fb3b4ae5f1?q=80&w=1920');
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    text-shadow: 0 0 30px rgba(0, 0, 0, 0.8);
    position: relative;
    overflow: hidden;
}

.package-hero::after {
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 150px;
    background: linear-gradient(transparent, var(--bg));

}

.package-hero h1 {
    font-size: clamp(3rem, 8vw, 5rem);
    letter-spacing: 10px;
    font-weight: 900;
    color: var(--white);
}


.package-content {
    padding: 20px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    position: relative;
}
.package-content p {
    font-size: 14px;
    color: #94a3b8;
    margin-bottom: 25px;
    line-height: 1.6;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;

}

.pkg-badge {
    position: absolute;
    top: 15px !important;
    left: 15px !important;
    color: white !important;
    z-index: 5;
    background: rgba(15, 23, 42, 0.8) !important;
    backdrop-filter: blur(5px);
    border: 1px solid var(--primary);
    padding: 6px 15px !important;
    border-radius: 50px !important;
    font-size: 11px !important;
    letter-spacing: 1px;
    font-weight: 700;
    box-shadow: 0 0 15px var(--accent-glow);
    text-transform: uppercase;
}
.pkg-price {
    position: absolute;
    top: -28px;
    right: 25px;
    background: var(--primary);
    color: white;
    padding: 10px 25px;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 700;
    z-index: 5;
    border: 3px solid var(--card-bg);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2), 0 0 20px var(--primary-glow);
    display: block;
    margin-bottom: 5px;
}
.pkg-rating {
            color: #ffb100; /* Gold color for stars */
            font-size: 13px;
            margin-bottom: 8px;
        }

        .pkg-rating span {
            color: var(--text);
            margin-left: 5px;
            font-size: 12px;
            opacity: 0.7;
        }
/* 4. Content Styling */

.package-content h3 {
    font-weight: 800 !important;
    letter-spacing: -0.5px;
    font-size: 1.5rem !important;
    margin-bottom: 15px;
    margin-top: 10px;
    color: var(--white) !important;
    background: linear-gradient(to right, #fff, #94a3b8);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 1.3;
    height: 52px; /* Consistency for 2 lines */
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
/* 5. Button & Footer */
.btn-view {
    color: var(--primary) !important;
    text-decoration: none !important;
    font-weight: 700;
    font-size: 13px;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: 0.3s;
    position: relative;
    padding: 10px 0;
    overflow: hidden;
    background: white;
    border: 1px solid var(--accent);
}

.btn-view i {
    transition: transform 0.3s;
}

.package-footer span {
    background: rgba(255, 255, 255, 0.03);
    padding: 5px 12px;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.05);
}

/* Professional "View Details" Button */
.btn-view::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: var(--primary);
    transition: 0.3s;
}
.package-info-icons {
            display: flex;
            gap: 15px;
            margin-bottom: 20px;
            font-size: 14px;
            color: var(--text);
            opacity: 0.9;
        }

        .package-info-icons i {
            color: var(--primary);
            margin-right: 5px;
        }

        .package-actions {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 10px;
            margin-top: auto;
        }

        .btn-view, .btn-book {
            padding: 10px 5px;
            border-radius: 8px;
            text-decoration: none;
            font-size: 13px;
            font-weight: 700;
            text-align: center;
            transition: 0.3s;
            text-transform: uppercase;
        }
        .btn-view:hover {
            background: rgba(255,255,255,0.1);
            color: var(--white);
        }
        .package-card:hover .btn-view {
            color: var(--primary) !important;
        }

        .btn-book {
            background: var(--primary);
            color: var(--white);
            border: 1px solid var(--primary);
        }

        .btn-book:hover {
            background: var(--white);
            color: var(--primary);
            box-shadow: 0 0 15px var(--primary-glow);
        }
.package-card:hover .btn-view::after {
    width: 100%;
}

.package-card:hover .btn-view i {
    transform: translateX(5px);
}

.package-card:hover .btn-view {
    color: var(--white) !important;
    text-shadow: 0 0 8px var(--primary);
}

/* 6. Filter Bar Styling */
.filter-bar {
    background: rgba(30, 41, 59, 0.5);
    backdrop-filter: blur(10px);
    padding: 15px;
    border-radius: 100px;
    border: 1px solid var(--border);
    max-width: fit-content;
    margin: -40px auto 50px;
    /* Hero ke thoda upar overlap */
    position: relative;
    z-index: 10;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}

.filter-btn {
    border: none !important;
    background: transparent;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
    padding: 12px 25px;
    color: var(--text);
    border-radius: 50px;
    cursor: pointer;
    transition: 0.3s;
}

.filter-btn.active,
.filter-btn:hover {
    background: var(--primary);
    color: white;
    box-shadow: 0 0 20px var(--primary-glow);
    border-color: transparent;
}

/* Animations */
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.package-footer {
    margin-top: auto;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* Visibility States for Filter */
.package-card.hide {
    display: none;
}

.package-card.show {
    animation: fadeIn 0.5s ease-in forwards;
}

/* --- PAKAGE PAGE END --- */

/* --- CONTACT PAGE START --- */
/* --- CYBER-LUXURY CORE STYLES --- */
.contact-hero {
    height: 55vh;
    background: linear-gradient(rgba(10, 12, 16, 0.5), #0f172a),
        url('https://images.unsplash.com/photo-1506744038136-46273834b3fb?q=80&w=1920');
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.contact-hero h1 {
    font-size: clamp(2.5rem, 8vw, 5.5rem);
    font-weight: 900;
    letter-spacing: 10px;
    color: #fff;
    text-shadow: 0 0 30px var(--neon-glow);
}

.contact-wrapper {
    max-width: 1300px;
    margin: -120px auto 100px;
    padding: 0 20px;
    display: grid;
    grid-template-columns: 1fr 1.6fr;
    gap: 30px;
}

/* --- LEFT SIDE: INFO CARDS --- */
.info-panel {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.cyber-card {
    background: var(--dark-glass);
    backdrop-filter: blur(15px);
    border: 1px solid rgba(255, 255, 255, 0.05);
    padding: 30px;
    border-radius: 24px;
    transition: 0.4s;
    position: relative;
    overflow: hidden;
}

.cyber-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background: var(--neon-blue);
    box-shadow: 0 0 15px var(--neon-blue);
}

.cyber-card:hover {
    transform: scale(1.02);
    border-color: var(--neon-blue);
}

.card-icon {
    width: 50px;
    height: 50px;
    background: rgba(14, 165, 233, 0.1);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    color: var(--neon-blue);
    margin-bottom: 20px;
}

/* --- ULTIMATE FORM DESIGN --- */
/* --- FORM CONTAINER USING YOUR ROOT VARIABLES --- */
.form-container-premium {
    background: var(--card-bg);
    /* Slate 800 */
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid var(--border);
    border-radius: 35px;
    padding: 50px;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.5),
        0 0 20px rgba(14, 165, 233, 0.05);
    /* Subtle Primary Glow */
    position: relative;
    overflow: hidden;
}

/* Top Accent Glow - Using your --accent-glow */
.form-container-premium::before {
    content: '';
    position: absolute; top: -50px;
    left: -50px;
    width: 150px;
    height: 150px;
    background: var(--accent-glow);
    filter: blur(80px);
    opacity: 0.3;
    pointer-events: none;
}

.form-header h2 {
    font-size: 30px;
    font-weight: 900;
    letter-spacing: 2px;
    color: var(--white);
    margin: 0;
    background: linear-gradient(to right, var(--white), var(--primary));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.form-header p {
    color: var(--text);
    font-size: 14px;
    opacity: 0.8;
    margin-top: 10px;
}

/* Inputs Styling */
.form-group-lux {
    margin-bottom: 25px;
}

.form-label-lux {
    font-size: 11px;
    font-weight: 700;
    color: var(--primary);
    /* Sky Blue Labels */
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 8px;
    display: block;
}

.form-input-lux {
    width: 100%;
    background: #0f172a !important;
    /* Slate 900 feel */
    border: 1px solid #334155 !important;
    border-radius: 10px !important;
    padding: 10px 12px !important;
    color: #fff !important;
    font-size: 15px;
    transition: all 0.3s ease;
}
.form-input-lux::placeholder {
    color: #ccc !important;
}
.form-input-lux:focus {
    outline: none;
    border-color: var(--primary);
    background: var(--bg);
    box-shadow: 0 0 15px var(--primary-glow);
    transform: translateY(-2px);
}

/* Select Dropdown styling */
select.form-input-lux {
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%230ea5e9' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 15px center;
    background-size: 16px;
    padding: 5px 12px 8px 12px !important;
    padding-right: 40px;
}

select.form-input-lux option {
    background: #0f172a; /* Dark background for options */
    color: #e2e8f0;
    padding: 10px;
}

/* Submit Button using Accent (Orange) */
.btn-lux {
    width: 100%;
    background: var(--accent);
    color: var(--white);
    border: none;
    padding: 20px;
    border-radius: 15px;
    font-size: 15px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 3px;
    cursor: pointer;
    transition: all 0.4s;
    box-shadow: 0 10px 25px var(--accent-glow);
    margin-top: 15px;
}

.btn-lux:hover {
    background: #fb923c;
    /* Shifting to a slightly lighter orange */
    transform: translateY(-4px);
    box-shadow: 0 15px 40px var(--accent-glow);
    letter-spacing: 5px;
}

.btn-lux i {
    margin-left: 10px;
    transition: 0.3s;
}

.btn-lux:hover i {
    transform: translateX(5px);
}

.map-frame {
    border-radius: 30px;
    overflow: hidden;
    border: 1px solid var(--border);
    filter: grayscale(1) invert(0.9) contrast(1.2);
    height: 450px;
}

/* --- CONTACT PAGE END --- */

/* --- ABOUT PAGE START --- */
.about-hero {
    height: 60vh;
    background: linear-gradient(rgba(15, 23, 42, 0.7), var(--bg)), url('https://images.unsplash.com/photo-1501785888041-af3ef285b470?q=80&w=1920');
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.about-hero h1 {
    font-size: clamp(3rem, 6vw, 5rem);
    font-weight: 900;
    letter-spacing: 5px;
    color: #fff;
}

.story-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.story-img {
    border-radius: 30px;
    overflow: hidden;
    border: 1px solid var(--primary);
    position: relative;
}

.story-img img {
    width: 100%;
    display: block;
    transition: 0.5s;
}

.story-img:hover img {
    transform: scale(1.05);
}

.stats-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    background: rgba(30, 41, 59, 0.5);
    padding: 30px;
    border-radius: 20px;
    border: 1px solid var(--border);
    margin-top: 40px;
}

.stat-item {
    text-align: center;
}

.stat-number {
    font-size: 36px;
    font-weight: 800;
    color: var(--primary);
    display: block;
    margin-bottom: 5px;
}

.stat-label {
    color: #94a3b8;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.team-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
}

.team-card {
    background: #161b28;
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.05);
    transition: 0.4s;
}

.team-card:hover {
    transform: translateY(-10px);
    border-color: var(--accent);
}

.team-img {
    height: 320px;
    width: 100%;
    object-fit: cover;
    filter: grayscale(20%);
    transition: 0.4s;
}

.team-card:hover .team-img {
    filter: grayscale(0%);
}

.team-info {
    padding: 25px;
    text-align: center;
}

.team-role {
    color: var(--primary);
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 2px;
    display: block;
    margin-bottom: 10px;
    font-weight: 700;
}

.team-social {
    margin-top: 15px;
    display: flex;
    justify-content: center; gap: 15px;
}

.team-social a {
    color: #64748b;
    font-size: 18px;
    transition: 0.3s;
}

.team-social a:hover {
    color: var(--white);
    transform: scale(1.2);
}

/* --- CORE VALUES (NEW) --- */
.value-card {
    background: rgba(30, 41, 59, 0.4);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.05);
    padding: 40px 30px;
    border-radius: 20px;
    text-align: center;
    transition: 0.4s;
    height: 100%;
}
.value-card:hover {
    transform: translateY(-10px);
    border-color: var(--primary);
    box-shadow: 0 10px 30px rgba(14, 165, 233, 0.15);
}
.value-icon {
    font-size: 40px;
    color: var(--accent);
    margin-bottom: 20px;
    height: 80px;
    width: 80px;
    line-height: 80px;
    border-radius: 50%;
    background: rgba(249, 115, 22, 0.1);
    margin-left: auto;
    margin-right: auto;
    transition: 0.4s;
}
.value-card:hover .value-icon {
    background: var(--accent);
    color: white;
    transform: rotateY(180deg);
}
.value-card h4 { color: white; margin-bottom: 15px; font-weight: 700; }
.value-card p { color: #94a3b8; font-size: 14px; margin: 0; line-height: 1.6; }

/* --- TIMELINE (NEW) --- */
.timeline {
    position: relative;
    max-width: 800px;
    margin: 0 auto;
}
.timeline::after {
    content: '';
    position: absolute;
    width: 2px;
    background: rgba(255, 255, 255, 0.1);
    top: 0;
    bottom: 0;
    left: 50%;
    margin-left: -1px;
}
.timeline-item {
    padding: 10px 40px;
    position: relative;
    background-color: inherit;
    width: 50%;
}
.timeline-item::after {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    right: -10px;
    background-color: var(--bg);
    border: 3px solid var(--primary);
    top: 25px;
    border-radius: 50%;
    z-index: 1;
    transition: 0.3s;
}
.timeline-item:hover::after {
    background-color: var(--primary);
    box-shadow: 0 0 15px var(--primary-glow);
}
.left { left: 0; }
.right { left: 50%; }
.left::before {
    content: " "; height: 0; position: absolute; top: 22px; width: 0; z-index: 1; right: 30px;
    border: medium solid white; border-width: 10px 0 10px 10px; border-color: transparent transparent transparent rgba(30, 41, 59, 0.8);
}
.right::before {
    content: " "; height: 0; position: absolute; top: 22px; width: 0; z-index: 1; left: 30px;
    border: medium solid white; border-width: 10px 10px 10px 0; border-color: transparent rgba(30, 41, 59, 0.8) transparent transparent;
}
.right::after { left: -10px; }
.timeline-item .content {
    padding: 20px 30px;
    background: rgba(30, 41, 59, 0.8);
    border: 1px solid rgba(255, 255, 255, 0.05);
    position: relative;
    border-radius: 15px;
    transition: 0.4s;
}
.timeline-item:hover .content {
    transform: scale(1.03);
    border-color: var(--accent);
}
.timeline-item h3 { color: var(--primary); font-weight: 800; margin-bottom: 10px; font-size: 24px; }
.timeline-item p { margin: 0; color: #cbd5e1; font-size: 14px; }

@media screen and (max-width: 768px) {
    .timeline::after { left: 31px; }
    .timeline-item { width: 100%; padding-left: 70px; padding-right: 25px; }
    .timeline-item::before { left: 60px; border: medium solid white; border-width: 10px 10px 10px 0; border-color: transparent rgba(30, 41, 59, 0.8) transparent transparent; }
    .left::after, .right::after { left: 21px; }
    .right { left: 0%; }
}

/* --- ABOUT PAGE END --- */

/* --- SINGLE-PACKAGES PAGE START --- */
    .sp-title { font-size: clamp(2rem, 5vw, 4.5rem); font-weight: 800; color: #fff; text-shadow: 0 10px 30px rgba(0,0,0,0.5); margin-bottom: 10px; line-height: 1.1; }
    .sp-meta { display: flex; gap: 20px; color: #cbd5e1; font-size: 1.1rem; flex-wrap: wrap; }
    .sp-meta span { display: flex; align-items: center; gap: 8px; background: rgba(0,0,0,0.5); padding: 5px 15px; border-radius: 50px; backdrop-filter: blur(5px); border: 1px solid rgba(255,255,255,0.1); }
    .sp-meta i { color: #0ea5e9; } /* Change color to your primary */

    .content-wrapper { background: #0f172a; position: relative; z-index: 2; margin-top: -50px; border-radius: 40px 40px 0 0; padding-top: 60px; box-shadow: 0 -20px 50px rgba(0,0,0,0.5); border-top: 1px solid rgba(255,255,255,0.05); }

    .nav-tabs .nav-link { color: #94a3b8; border: none; font-weight: 600; padding: 15px 25px; transition: 0.3s; background: transparent; white-space: nowrap; }
    .nav-tabs .nav-link.active { color: #0ea5e9; background: transparent; border-bottom: 2px solid #0ea5e9; }
    .nav-tabs { border-bottom: 1px solid rgba(255,255,255,0.1); margin-bottom: 30px; flex-wrap: nowrap; overflow-x: auto; overflow-y: hidden; -webkit-overflow-scrolling: touch; }
    .nav-tabs::-webkit-scrollbar { height: 4px; }
    .nav-tabs::-webkit-scrollbar-thumb { background: #334155; border-radius: 4px; }

    .booking-card { background: #1e293b; border: 1px solid #334155; border-radius: 20px; padding: 30px; box-shadow: 0 20px 40px rgba(0,0,0,0.3); }
    .booking-card form label {
    color: var(--primary) !important;
}
    .itinerary-content h1, 
    .itinerary-content h2, 
    .itinerary-content h3,
    .itinerary-content h4,
    .itinerary-content h5,
    .itinerary-content h6 {
    color: var(--primary); /* Blue color for headings */
    font-weight: 700;
    margin-top: 25px;
    margin-bottom: 10px;
}
/* Database se aane wale paragraphs ka color */
.itinerary-content p {
    color: var(--text); /* Off-white/Greyish color for text */
    line-height: 1.8;
    margin-bottom: 15px;
}

/* Agar aapne Bold (Strong) text use kiya hai database mein */
.itinerary-content strong {
    color: var(--primary); /* Make bold text stand out with primary color */
    font-weight: bold;
}
        .price-tag { font-size: 1.5rem; font-weight: 800; color: var(--accent); }
        .price-tag small { font-size: 1rem; color: #94a3b8; font-weight: 400; }

        .btn-lux { background: #0ea5e9; color: #fff; border: none; padding: 15px; border-radius: 10px; font-weight: 700; transition: 0.3s; }
        .btn-lux:hover { background: #0284c7; transform: translateY(-2px); }
        
        /* styling for enquiry gmail */
        .booking-modal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0; top: 0;
    width: 100%; height: 100%;
    background: rgba(0,0,0,0.85);
    backdrop-filter: blur(5px);
}

.modal-content {
    background: var(--card-bg);
    margin: 10% auto;
    padding: 30px;
    border: 1px solid var(--primary);
    width: 90%;
    max-width: 450px;
    border-radius: 15px;
    position: relative;
    box-shadow: 0 0 30px var(--primary-glow);
}

.close-modal {
    position: absolute;
    right: 20px; top: 15px;
    color: var(--text);
    font-size: 28px;
    cursor: pointer;
}

.form-group { margin-bottom: 15px; }

.form-group input, .form-group textarea {
    width: 100%;
    padding: 12px;
    background: rgba(255,255,255,0.05);
    border: 1px solid var(--border);
    border-radius: 8px;
    color: #fff;
    outline: none;
}

.form-group input:focus { border-color: var(--primary); }

#submit-btn {
    width: 100%;
    padding: 12px;
    background: var(--primary);
    border: none;
    color: white;
    font-weight: bold;
    border-radius: 8px;
    cursor: pointer;
    transition: 0.3s;
}

#submit-btn:hover { background: var(--accent); }
        
/* --- SINGLE-PACKAGES PAGE END --- */

/* RESPONSIVE DESIGN MEDIA QUERY START*/
@media (max-width: 1200px) {
    .span-3 {
        grid-column: span 4;
    }

    /* 4 cols -> 3 cols */
}

@media (max-width: 992px) {
    .span-3 {
        grid-column: span 6;
    }

    /* 3 cols -> 2 cols */
    .span-4 {
        grid-column: span 6;
    }

    /* 3 cols -> 2 cols */
    .span-5,
    .span-7,
    .span-8 {
        grid-column: span 12;
    }

    /* Complex spans -> full width */

    .innovation-grid {
        grid-template-columns: 1fr;
        gap: 40px;
        text-align: center;
    }

    .reveal-right .img-box {
        height: 350px;
        margin: 0 auto;
    }

    .tech-list {
        display: inline-block;
        text-align: left;
    }

    .footer-grid {
        grid-template-columns: 1fr 1fr;
        gap: 40px;
        text-align: left;
    }

    .nav-links {
        position: fixed;
        top: 0;
        right: -100%;
        left: auto;
        width: 100%;
        height: 100vh;
        background: rgba(10, 12, 16, 0.98);
        backdrop-filter: blur(10px);
        flex-direction: column;
        justify-content: center;
        align-items: center;
        transition: 0.4s ease;
        z-index: 1001;
        padding: 20px;
    }

    .nav-links.active {
        right: 0;
    }

    .mobile-toggle {
        display: block;
        z-index: 1002;
    }

    .mobile-close-toggle {
        display: block;
    }

    .nav-links a {
        font-size: 20px;
        margin: 15px 0;
    }

    .header-actions .btn-orange {
        display: none;
    }
}

@media (max-width: 768px) {

    /* Force single column layout for bento grid on mobile */
    .bento-grid {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    .card {
        width: 100%;
    }

    .section-title {
        font-size: 2rem;
    }

    .hero-content {
        text-align: center;
    }

    .hero-content>* {
        margin-left: auto;
        margin-right: auto;
    }

    .footer-grid {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 40px;
    }

    .footer-col {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .reveal-right .img-box {
        height: 250px;
    }

    .section-padding {
        padding: 60px 20px;
    }

    .section-padding.container-fluid {
        padding-left: 0;
        padding-right: 0;
    }

    .swiper-button-next,
    .swiper-button-prev {
        display: none !important;
    }

    /* Hide arrows on mobile */
}

@media (max-width: 807px) {
    .filter-bar {
        background: none;
        box-shadow: none;
    }
    .filter-btn {
        color: black;
    }
}

@media (max-width: 992px) {
    .contact-wrapper {
        grid-template-columns: 1fr;
        margin-top: -60px;
    }

    .form-container-premium {
        padding: 30px;
    }

    .story-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }
}

@media (min-width: 992px) {
        .booking-card { position: sticky; top: 100px; }
    }
    @media (max-width: 991px) {
        .sp-hero { height: 50vh; min-height: 400px; padding-bottom: 50px; }
        .content-wrapper { margin-top: -30px; border-radius: 25px 25px 0 0; padding-top: 40px; }
        .booking-card { margin-top: 20px; }
        .sp-meta { font-size: 0.9rem; gap: 10px; }
    }

/* --- DATE INPUT FIX FOR DARK THEME --- */
input[type="date"]::-webkit-calendar-picker-indicator {
    filter: invert(1);
    cursor: pointer;
    opacity: 0.8;
}
/* RESPONSIVE DESIGN MEDIA QUERY END*/