.elementor-3575 .elementor-element.elementor-element-7e4ca37{--display:flex;}.elementor-3575 .elementor-element.elementor-element-9eb27b6{width:100%;max-width:100%;}.elementor-3575 .elementor-element.elementor-element-9eb27b6 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-3575 .elementor-element.elementor-element-80ffba0{width:100%;max-width:100%;}.elementor-3575 .elementor-element.elementor-element-80ffba0 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-3575 .elementor-element.elementor-element-a2b439a{--display:flex;}.elementor-3575 .elementor-element.elementor-element-89e4259 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}/* Start custom CSS for html, class: .elementor-element-9eb27b6 *//* --- Base Reset & Fonts --- */
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    background-color: #07030d;
    overflow-x: hidden;
}

/* --- Hero Banner Wrapper --- */
.hero-banner {
    position: relative;
    min-height: 100vh;
    width: 100%;
    /* इमेज का बैकग्राउंड - आप अपनी पसंद की कोई भी सुंदर सीनरी इमेज यहाँ बदल सकते हैं */
    background-image: url('https://unsplash.com');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 60px 20px;
}

/* डार्क ओवरले इफ़ेक्ट ताकि टेक्स्ट आसानी से पढ़ा जा सके */
.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(16, 24, 48, 0.85), rgba(8, 12, 24, 0.9));
    z-index: 1;
}

/* --- Content Container --- */
.hero-container {
    position: relative;
    z-index: 2;
    max-width: 900px;
    width: 100%;
    text-align: center;
    color: #ffffff;
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* Top Small Badge/Tag */
.top-tag {
    background-color: rgba(46, 117, 89, 0.25);
    border: 1px solid rgba(92, 219, 149, 0.4);
    padding: 6px 16px;
    border-radius: 30px;
    font-size: 0.85rem;
    font-weight: 500;
    color: #a3e635;
    margin-bottom: 24px;
    letter-spacing: 0.5px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

/* --- Typography & Headings --- */
.hero-title {
    font-family: 'Playfair Display', 'Georgia', serif;
    font-size: 4rem;
    line-height: 1.15;
    font-weight: 700;
    margin-bottom: 20px;
    letter-spacing: -1px;
}

/* डबल शेड / ग्रेडिएंट टेक्स्ट इफ़ेक्ट (Double Shade Text) */
.gradient-text {
    background: linear-gradient(90deg, #5cdb95 0%, #379683 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}

.hero-desc {
    font-size: 1.15rem;
    color: #cbd5e1;
    max-width: 720px;
    line-height: 1.6;
    margin-bottom: 36px;
}

/* --- CTA Button Group --- */
.btn-group {
    display: flex;
    gap: 16px;
    margin-bottom: 60px;
}

.btn {
    padding: 14px 28px;
    border-radius: 30px;
    font-size: 1rem;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
}

/* सॉलिड ग्रीन बटन */
.btn-primary {
    background: linear-gradient(135deg, #48bb78 0%, #38a169 100%);
    color: #ffffff;
    box-shadow: 0 4px 15px rgba(56, 161, 105, 0.3);
}

.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(56, 161, 105, 0.4);
}

/* ट्रांसपेरेंट बटन */
.btn-secondary {
    background: transparent;
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.4);
}

.btn-secondary:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.8);
}

/* --- Floating Stats Grid Section --- */
.stats-container {
    display: flex;
    justify-content: center;
    gap: 80px;
    width: 100%;
    margin-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 30px;
}

.stat-item {
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* Icons गोल घेरा */
.icon-wrapper {
    background-color: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.15);
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 12px;
}

.icon-wrapper svg {
    width: 20px;
    height: 20px;
    color: #a3e635; /* आइकॉन का चमकीला रंग */
}

.stat-number {
    font-family: 'Playfair Display', serif;
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 4px;
}

.stat-label {
    font-size: 0.85rem;
    color: #94a3b8;
    text-transform: capitalize;
}

/* --- 📱 Responsive Styles (Mobile Friendly) --- */
@media (max-width: 768px) {
    .hero-title {
        font-size: 2.5rem;
    }
    
    .hero-desc {
        font-size: 1rem;
    }

    .btn-group {
        flex-direction: column;
        width: 100%;
        max-width: 300px;
        gap: 12px;
    }

    .btn {
        text-align: center;
        width: 100%;
    }

    .stats-container {
        flex-direction: row;
        gap: 20px;
        justify-content: space-around;
    }
    
    .stat-number {
        font-size: 1.4rem;
    }
}

@media (max-width: 480px) {
    .stats-container {
        flex-direction: column;
        gap: 24px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-80ffba0 *//* --- Base Setup & Typography --- */
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    /* इमेज का सटीक गहरा शानदार डार्क बैकग्राउंड */
    background-color: #080512; 
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    color: #ffffff;
}

/* --- Section Container --- */
.intro-section {
    width: 100%;
    padding: 60px 20px 40px 20px; /* ऊपर और नीचे बेहतरीन स्पेसिंग */
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.intro-container {
    max-width: 950px; /* बड़े मॉनिटर्स पर टेक्स्ट को फैलने से रोकने के लिए */
    width: 100%;
}

/* --- Main Heading Style --- */
.section-title {
    font-family: 'Playfair Display', 'Georgia', serif;
    font-size: 3.5rem; /* इमेज जैसा बड़ा और बोल्ड लुक */
    font-weight: 700;
    color: #ffffff;
    line-height: 1.2;
    letter-spacing: -0.5px; /* अक्षरों को करीब रखने के लिए */
    margin-bottom: 20px;
}

/* --- Description Style --- */
.section-desc {
    font-size: 1.25rem;
    font-weight: 400;
    color: #838b9e; /* म्यूटेड सॉफ्ट कलर जो आँखों को न चुभे */
    line-height: 1.6;
    max-width: 750px;
    margin: 0 auto; /* पैराग्राफ को बीच में रखने के लिए */
    letter-spacing: 0.2px;
}

/* --- 📱 Mobile & Tablet Responsive Styles --- */
@media (max-width: 992px) {
    .section-title {
        font-size: 2.8rem; /* टैबलेट स्क्रीन के लिए */
    }
    .section-desc {
        font-size: 1.15rem;
    }
}

@media (max-width: 768px) {
    .intro-section {
        padding: 40px 16px 20px 16px; /* मोबाइल पर पैडिंग थोड़ी कम */
    }
    .section-title {
        font-size: 2.2rem; /* मोबाइल स्क्रीन के लिए बिल्कुल परफेक्ट साइज */
        letter-spacing: -0.3px;
    }
    .section-desc {
        font-size: 1rem;
        line-height: 1.5;
    }
}
/* --- Core Variables For Precise Dual Shade Theme --- */
:root {
    --bg-base: #0c0614;          /* गहरा वायोलेट-ब्लैक बेस */
    --panel-sidebar: #130a1c;    /* बाएँ साइडबार कार्ड का सटीक शेड */
    --panel-main: #160c22;       /* दाएँ मुख्य बेंटो पैनल का सटीक शेड */
    --box-inner: #1d102b;        /* छोटे स्टैट्स बॉक्स का शेड */
    --box-inner-active: #221333; 
    --border-subtle: #221430;    
    --text-pure: #ffffff;
    --text-muted: #9c92ab;       
    --accent-green: #4ade80;
    --accent-pink: #ff4a7d;
}

/* Base Configuration */
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    background-color: var(--bg-base);
    color: var(--text-pure);
    font-family: 'Inter', sans-serif;
    padding: 30px;
    line-height: 1.5;
}

/* SEO Header Hiding */
.seo-hidden-title {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

/* Master Flexible Container */
.bento-container {
    display: flex;
    gap: 20px;
    max-width: 1440px;
    margin: 0 auto;
}

/* Sidebar Styling */
.sidebar-panel {
    flex: 0 0 330px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.dest-card {
    background-color: var(--panel-sidebar);
    border: 1px solid var(--border-subtle);
    border-radius: 12px;
    padding: 16px;
    cursor: pointer;
    transition: background-color 0.2s ease, border-color 0.2s ease;
}

.dest-card:hover, .dest-card.active {
    border-color: #3b2254;
    background-color: var(--box-inner-active);
}

.dest-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 4px;
}

.dest-header h2 {
    font-size: 1.15rem;
    font-weight: 600;
}

.time-badge {
    background-color: #251636;
    color: var(--text-muted);
    font-size: 0.75rem;
    padding: 4px 8px;
    border-radius: 6px;
}

.time-badge.green-badge {
    background-color: #11261d;
    color: var(--accent-green);
}

.dest-tagline {
    font-size: 0.85rem;
    color: var(--text-muted);
    margin-bottom: 12px;
}

.dest-meta {
    display: flex;
    justify-content: space-between;
    font-size: 0.8rem;
    color: #837894;
}

/* Right Core Panel Styling */
.main-panel {
    flex: 1;
    background-color: var(--panel-main);
    border: 1px solid var(--border-subtle);
    border-radius: 16px;
    padding: 35px;
}

.main-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 20px;
}

.main-title {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 2.4rem;
    font-weight: 700;
}

.main-subtitle {
    font-size: 1.05rem;
    color: var(--text-muted);
    margin-top: 2px;
}

.state-tag {
    background-color: #261538;
    color: #d1b6f7;
    font-size: 0.8rem;
    font-weight: 600;
    padding: 4px 12px;
    border-radius: 12px;
}

.main-description {
    font-size: 0.95rem;
    color: #cfc7db;
    margin-bottom: 28px;
    max-width: 90%;
}

.main-description strong {
    color: var(--text-pure);
}

/* Metrics Dashboard Grid */
.metrics-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
    gap: 12px;
    margin-bottom: 32px;
}

.metric-box {
    background-color: var(--box-inner);
    border: 1px solid rgba(255, 255, 255, 0.02);
    border-radius: 10px;
    padding: 14px 16px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.m-icon {
    font-size: 1.2rem;
}

.m-label {
    display: block;
    font-size: 0.75rem;
    color: var(--text-muted);
    margin-bottom: 1px;
}

.m-val {
    font-size: 1rem;
    color: var(--text-pure);
}

/* Split Columns Layout */
.content-split-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    margin-bottom: 24px;
}

.info-block h3 {
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    gap: 6px;
}

.info-block h3 .check-icon { color: var(--accent-green); }
.info-block h3 .route-icon { color: #60a5fa; }

.bullet-list {
    list-style: none;
}

.bullet-list li {
    position: relative;
    padding-left: 14px;
    font-size: 0.9rem;
    color: #cfc7db;
    margin-bottom: 10px;
    line-height: 1.4;
}

.bullet-list li::before {
    content: "•";
    position: absolute;
    left: 0;
    color: var(--accent-pink);
    font-weight: bold;
}

/* Packing Checklist Subsection Styling */
.packing-section {
    background-color: #1a0f26; 
    border: 1px solid #2b1a3d;  
    border-radius: 16px;
    padding: 24px;
    margin-top: 30px; 
}

.packing-title {
    font-size: 1.15rem;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.packing-title .pin-icon {
    color: #ffd700;
}

.tags-container {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.pill-tag {
    background-color: #261736; 
    border: 1px solid rgba(255, 255, 255, 0.05);
    color: #cfc7db; 
    font-size: 0.9rem;
    padding: 8px 18px;
    border-radius: 20px; 
    white-space: nowrap; 
    transition: background-color 0.2s ease, border-color 0.2s ease;
}

.pill-tag:hover {
    background-color: #311e45;
    border-color: rgba(255, 255, 255, 0.15);
    color: #ffffff;
}

/* ================= 📱 RESPONSIVE MEDIA QUERIES ================= */
@media (max-width: 1024px) {
    .bento-container {
        flex-direction: column;
    }
    .sidebar-panel {
        width: 100%;
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    }
}

@media (max-width: 768px) {
    body { padding: 15px; }
    .main-panel { padding: 20px; }
    .content-split-grid { grid-template-columns: 1fr; gap: 20px; }
    .main-title { font-size: 2rem; }
    
    .pill-tag {
        font-size: 0.85rem;
        padding: 6px 14px;
        white-space: normal;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-89e4259 *//* --- Base Styling Settings --- */
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    /* इमेज का सटीक गहरा शानदार डार्क बैकग्राउंड */
    background-color: #070913;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    color: #ffffff;
    padding: 40px 20px;
}

/* --- Main Block Section --- */
.pack-filter-section {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #070913;
}

.filter-container {
    max-width: 900px;
    width: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* --- Top Feature Badge Styles --- */
.top-feature-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background-color: rgba(18, 38, 32, 0.4);
    border: 1px solid #1a362e;
    padding: 6px 16px;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 500;
    color: #529b7c;
    margin-bottom: 24px;
}

/* SVG Icon Inside Badge */
.badge-icon {
    width: 14px;
    height: 14px;
    color: #529b7c;
}

/* --- Premium Typography Style --- */
.filter-main-title {
    font-family: 'Playfair Display', 'Georgia', serif;
    font-size: 3.8rem; /* सटीक बड़ा बोल्ड लुक */
    font-weight: 700;
    color: #ffffff;
    line-height: 1.15;
    margin-bottom: 16px;
    letter-spacing: -0.5px;
}

.filter-subtitle {
    font-size: 1.15rem;
    color: #81889a; /* इमेज का सटीक म्यूटेड टेक्स्ट शेड */
    max-width: 720px;
    line-height: 1.6;
    margin-bottom: 40px;
}

.filter-subtitle strong {
    color: #ffffff;
    font-weight: 500;
}

/* --- Horizontal Filter Tabs Navigation --- */
.filter-pills-nav {
    display: flex;
    justify-content: center;
    gap: 12px;
    width: 100%;
    flex-wrap: wrap; /* डेस्कटॉप पर बटन नीचे एडजस्ट होंगे */
}

/* Common Pill Button Architecture */
.pill-btn {
    background-color: #121624; /* म्यूटेड बटन्स का बैकग्राउंड */
    color: #929aa7;
    border: 1px solid rgba(255, 255, 255, 0.03);
    padding: 10px 22px;
    font-size: 0.95rem;
    font-weight: 500;
    border-radius: 24px;
    cursor: pointer;
    transition: all 0.25s ease;
    white-space: nowrap;
}

/* Active State Button (Green/Teal Variant) */
.pill-btn.active {
    background-color: #529b7c; /* सटीक म्यूटेड ग्रीन शेड */
    color: #ffffff;
    border-color: transparent;
}

/* Hover Effect for Inactive Buttons */
.pill-btn:not(.active):hover {
    background-color: #1a2035;
    color: #ffffff;
    border-color: rgba(255, 255, 255, 0.1);
}

/* ================= 📱 Mobile Friendly Responsiveness ================= */
@media (max-width: 768px) {
    .filter-main-title {
        font-size: 2.4rem; /* मोबाइल स्क्रीन पर टेक्स्ट क्रैश नहीं होगा */
    }
    
    .filter-subtitle {
        font-size: 1rem;
        padding: 0 10px;
    }

    /* मोबाइल यूज़र्स के लिए बटन्स को हॉरिजॉन्टल स्वाइप-योग्य (Swipeable layout) बनाना */
    .filter-pills-nav {
        justify-content: flex-start;
        flex-wrap: nowrap;
        overflow-x: auto; /* स्वाइप करने के लिए */
        padding: 10px 16px;
        width: 100vw; /* स्क्रीन के कोनों तक फ़ैल जाएगा */
        -webkit-overflow-scrolling: touch;
    }

    /* स्क्रॉल बार को साफ रखने के लिए छुपाना */
    .filter-pills-nav::-webkit-scrollbar {
        display: none;
    }
    
    .pill-btn {
        padding: 8px 18px;
        font-size: 0.9rem;
    }
}
/* --- Base Styles Reset & Font --- */
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    /* इमेज का सटीक डबल शेड (Double Shade Background) */
    background: radial-gradient(circle at center, #090b16 0%, #05060b 100%);
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    color: #ffffff;
    padding: 50px 20px;
    min-height: 100vh;
}

/* Hidden Header For Core SEO Targeting */
.seo-hidden-title {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

/* --- Container Section Setup --- */
.packing-grid-section {
    width: 100%;
    display: flex;
    justify-content: center;
}

.grid-container {
    display: grid;
    /* डेस्कटॉप पर 2 कॉलम्स का बेंटो ग्रिड लेआउट */
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    max-width: 1200px;
    width: 100%;
}

/* --- Core Card Design Layout --- */
.packing-card {
    background-color: #0f1322; /* सटीक डार्क पैनल शेड */
    border: 1px solid #1c233a;  /* बारीक म्यूटेड बॉर्डर */
    border-radius: 20px;        /* सुंदर गोल किनारे */
    padding: 32px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
    transition: transform 0.25s ease, border-color 0.25s ease;
}

/* हल्का सा होवर इफ़ेक्ट जो प्रीमियम फील देता है */
.packing-card:hover {
    border-color: #2b3554;
    transform: translateY(-2px);
}

/* --- Card Header Architecture --- */
.card-header {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 24px;
}

/* टीयल-ग्रीन लोकेशन आइकॉन */
.pin-icon {
    width: 20px;
    height: 20px;
    color: #529b7c; 
}

/* क्लासिक Serif शीर्षक */
.card-title {
    font-family: 'Playfair Display', 'Georgia', serif;
    font-size: 1.6rem;
    font-weight: 700;
    color: #ffffff;
    letter-spacing: -0.3px;
}

/* --- Custom Checkmark List Customization --- */
.checklist {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 16px; /* लिस्ट आइटम्स के बीच सटीक दूरी */
}

.checklist li {
    display: flex;
    align-items: flex-start; /* लंबा टेक्स्ट होने पर टिक ऊपर ही अलाइन रहेगा */
    gap: 14px;
}

/* गोल ग्रीन चेकमार्क बबल */
.check-wrapper {
    flex-shrink: 0;
    background-color: rgba(21, 46, 37, 0.8); /* गहरा ग्रीन इनर सर्कल */
    border: 1px solid rgba(82, 155, 124, 0.2);
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 2px;
}

/* इन-बिल्ट SVG टिक मार्क */
.check-wrapper svg {
    width: 10px;
    height: 10px;
    color: #4ade80; /* चमकीला ग्रीन टिक */
}

/* लिस्ट टेक्स्ट का रंग और साइज़ */
.list-text {
    font-size: 0.95rem;
    color: #d1d5db; /* ऑफ-व्हाइट कलर */
    line-height: 1.5;
    font-weight: 400;
}

/* ================= 📱 Mobile Friendly Adaptation ================= */
@media (max-width: 992px) {
    .grid-container {
        /* टैबलेट और छोटे लैपटॉप पर 1 कॉलम में बदल जाएगा */
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .packing-card {
        padding: 24px; /* मोबाइल पर पैडिंग थोड़ी कम */
    }
}

@media (max-width: 480px) {
    body {
        padding: 20px 12px;
    }
    .card-title {
        font-size: 1.4rem;
    }
    .list-text {
        font-size: 0.9rem;
    }
}
/* --- Base Styles Reset & Font --- */
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    /* इमेज का सटीक डबल शेड (Double Shade Background) */
    background: radial-gradient(circle at center, #090b16 0%, #05060b 100%);
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    color: #ffffff;
    padding: 50px 20px;
    min-height: 100vh;
}

/* Hidden Header For Core SEO Targeting */
.seo-hidden-title {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

/* --- Container Section Setup --- */
.packing-grid-section {
    width: 100%;
    display: flex;
    justify-content: center;
}

.grid-container {
    display: grid;
    /* डेस्कटॉप पर 2 कॉलम्स का बेंटो ग्रिड लेआउट */
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    max-width: 1200px;
    width: 100%;
}

/* --- Core Card Design Layout --- */
.packing-card {
    background-color: #0f1322; /* सटीक डार्क पैनल शेड */
    border: 1px solid #1c233a;  /* बारीक म्यूटेड बॉर्डर */
    border-radius: 20px;        /* सुंदर गोल किनारे */
    padding: 32px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
    transition: transform 0.25s ease, border-color 0.25s ease;
}

/* हल्का सा होवर इफ़ेक्ट जो प्रीमियम फील देता है */
.packing-card:hover {
    border-color: #2b3554;
    transform: translateY(-2px);
}

/* --- Card Header Architecture --- */
.card-header {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 24px;
}

/* टीयल-ग्रीन लोकेशन आइकॉन */
.pin-icon {
    width: 20px;
    height: 20px;
    color: #529b7c; 
}

/* क्लासिक Serif शीर्षक */
.card-title {
    font-family: 'Playfair Display', 'Georgia', serif;
    font-size: 1.6rem;
    font-weight: 700;
    color: #ffffff;
    letter-spacing: -0.3px;
}

/* --- Custom Checkmark List Customization --- */
.checklist {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 16px; /* लिस्ट आइटम्स के बीच सटीक दूरी */
}

.checklist li {
    display: flex;
    align-items: flex-start; /* लंबा टेक्स्ट होने पर टिक ऊपर ही अलाइन रहेगा */
    gap: 14px;
}

/* गोल ग्रीन चेकमार्क बबल */
.check-wrapper {
    flex-shrink: 0;
    background-color: rgba(21, 46, 37, 0.8); /* गहरा ग्रीन इनर सर्कल */
    border: 1px solid rgba(82, 155, 124, 0.2);
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 2px;
}

/* इन-बिल्ट SVG टिक मार्क */
.check-wrapper svg {
    width: 10px;
    height: 10px;
    color: #4ade80; /* चमकीला ग्रीन टिक */
}

/* लिस्ट टेक्स्ट का रंग और साइज़ */
.list-text {
    font-size: 0.95rem;
    color: #d1d5db; /* ऑफ-व्हाइट कलर */
    line-height: 1.5;
    font-weight: 400;
}

/* ================= 📱 Mobile Friendly Adaptation ================= */
@media (max-width: 992px) {
    .grid-container {
        /* टैबलेट और छोटे लैपटॉप पर 1 कॉलम में बदल जाएगा */
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .packing-card {
        padding: 24px; /* मोबाइल पर पैडिंग थोड़ी कम */
    }
}

@media (max-width: 480px) {
    body {
        padding: 20px 12px;
    }
    .card-title {
        font-size: 1.4rem;
    }
    .list-text {
        font-size: 0.9rem;
    }
}
.

/* इन-बिल्ट SVG टिक मार्क */
.check-wrapper svg {
    width: 10px;
    height: 10px;
    color: #4ade80; /* चमकीला ग्रीन टिक */
}

/* लिस्ट टेक्स्ट का रंग और साइज़ */
.list-text {
    font-size: 0.95rem;
    color: #d1d5db; /* ऑफ-व्हाइट कलर */
    line-height: 1.5;
    font-weight: 400;
}

/* ================= 📱 Mobile Friendly Adaptation ================= */
@media (max-width: 576px) {
    .packing-card {
        padding: 24px; /* मोबाइल पर पैडिंग थोड़ी कम */
    }
    .card-title {
        font-size: 1.4rem;
    }
    .list-text {
        font-size: 0.9rem;
    }
}
/* --- Base Styles Reset & Font --- */
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    background-color: #070913; /* मुख्य गहरा बैकग्राउंड */
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    color: #ffffff;
    padding: 60px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
}

/* --- Pro Tip Wrapper --- */
.pro-tip-container {
    max-width: 1200px; /* मुख्य ग्रिड की चौड़ाई के बराबर */
    width: 100%;
    display: flex;
    justify-content: center;
}

/* --- Main Callout Box Design --- */
.pro-tip-box {
    width: 100%;
    background-color: #0f1322; /* इमेज का सटीक डार्क इनर शेड */
    border: 1px solid #1c233a;  /* बारीक म्यूटेड आउटर बॉर्डर */
    border-radius: 16px;        /* सुंदर स्मूथ गोल किनारे */
    padding: 24px 32px;         /* अंदर की सटीक स्पेसिंग */
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2); /* हल्का सा डार्क शैडो */
}

/* --- Typography Formatting --- */
.pro-tip-text {
    font-size: 1rem;
    color: #d1d5db;             /* सॉफ्ट ऑफ-व्हाइट फॉन्ट */
    line-height: 1.6;           /* लाइनों के बीच की आदर्श दूरी */
    text-align: center;         /* इमेज की तरह टेक्स्ट को बीच में रखने के लिए */
    font-weight: 400;
    letter-spacing: 0.2px;
}

/* 'Pro Tip:' का चमकीला म्यूटेड ग्रीन हाइलाइट */
.pro-tip-highlight {
    color: #529b7c;             /* सटीक ग्रीन शेड */
    font-weight: 600;           /* थोड़ा बोल्ड लुक */
    margin-right: 4px;
}

/* ================= 📱 Mobile Friendly Adaptation ================= */
@media (max-width: 768px) {
    .pro-tip-box {
        padding: 20px;          /* मोबाइल पर पैडिंग थोड़ी कम */
        border-radius: 12px;
    }
    
    .pro-tip-text {
        font-size: 0.95rem;     /* मोबाइल स्क्रीन के लिए फॉन्ट साइज */
        text-align: center;     /* छोटी स्क्रीन पर भी सेंटर अलाइन रहेगा */
    }
}

@media (max-width: 480px) {
    .pro-tip-box {
        padding: 16px;
    }
    
    .pro-tip-text {
        font-size: 0.9rem;
        line-height: 1.5;
    }
}/* End custom CSS */