/* =========================================
   GEOGRAPHY PAGE SPECIFIC STYLES
   ========================================= */

.geography-page {
    background: linear-gradient(180deg, #FFF8E7 0%, #E0F7FA 100%);
    background-attachment: fixed;
}

.geography-page main {
    text-align: left;
}

.geography-page .grid-2 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 2rem;
    text-align: left;
}

.geography-page .grid-3-cols {
    grid-template-columns: repeat(3, 1fr);
}

.geography-page .attraction-card {
    background: white;
    border: none;
    border-radius: 1rem;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    text-align: left;
}

.geography-page .attraction-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
}

.geography-page .attraction-img-wrapper {
    overflow: hidden;
    aspect-ratio: 4/3;
}

.geography-page .attraction-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 1.2s ease;
}

.geography-page .attraction-card:hover img {
    transform: scale(1.05);
}

.geography-page .attraction-content {
    padding: 1.5rem;
    flex-grow: 1;
}

.geography-page .attraction-title {
    font-family: var(--font-heading);
    font-size: 1.15rem;
    margin-bottom: 0.5rem;
    color: #00d26a;
    font-weight: 600;
    line-height: 1.3;
    border-bottom: 2px solid #FBC02D;
    display: inline-block;
}

.geography-page .attraction-desc {
    font-size: 0.95rem;
    opacity: 0.8;
    line-height: 1.6;
    color: var(--color-text);
}

.geography-page .guide-section,
.geography-page .editorial-container,
.geography-page .section-header,
.geography-page .section-header h2,
.geography-page .heading-bright-blue {
    text-align: left !important;
    align-items: flex-start !important;
}

.geography-page .section-header {
    margin-bottom: 2.5rem !important;
    margin-top: 0 !important;
}

.geography-page .section-header p {
    text-align: left !important;
    margin-left: 0 !important;
    margin-top: 0.5rem !important;
}





/* Geography page styles (moved from inline for maintainability) */
.geography-page {
    background: linear-gradient(180deg, #FFF8E7 0%, #E0F7FA 100%);
    background-attachment: fixed;
}



.geography-page main {
    text-align: left;
}



.geography-page .grid-2 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 2rem;
    text-align: left;
}



.geography-page .grid-3-cols {
    grid-template-columns: repeat(3, 1fr);
}



.geography-page .attraction-card {
    background: white;
    border: none;
    border-radius: 1rem;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    text-align: left;
}



.geography-page .attraction-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
}



.geography-page .attraction-img-wrapper {
    overflow: hidden;
    aspect-ratio: 4/3;
}



.geography-page .attraction-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 1.2s ease;
}



.geography-page .attraction-card:hover img {
    transform: scale(1.05);
}



.geography-page .attraction-content {
    padding: 1.5rem;
    flex-grow: 1;
}



.geography-page .attraction-title {
    font-family: var(--font-heading);
    font-size: 1.15rem;
    margin-bottom: 0.5rem;
    color: #00d26a;
    font-weight: 600;
    line-height: 1.3;
    border-bottom: 2px solid #FBC02D;
    display: inline-block;
}



.geography-page .attraction-desc {
    font-size: 0.95rem;
    opacity: 0.8;
    line-height: 1.6;
    color: var(--color-text);
}



.geography-page .guide-section,
.geography-page .editorial-container,
.geography-page .section-header,
.geography-page .section-header h2,
.geography-page .heading-bright-blue {
    text-align: left !important;
    align-items: flex-start !important;
}



.geography-page .section-header {
    margin-bottom: 2.5rem !important;
    margin-top: 0 !important;
}



.geography-page .section-header p {
    text-align: left !important;
    margin-left: 0 !important;
    margin-top: 0.5rem !important;
}



/* Removed geography specific heading overrides to match global style */

/* Removed geography specific hero title override */

.geography-page .destination-hero::before {
    background: none !important;
    display: none !important;
}



.geography-page .lead-text {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #444;
    max-width: 900px;
}



.geography-page .styled-list {
    padding-left: 1.2rem;
    margin-bottom: 1.5rem;
}



.geography-page .styled-list li {
    font-size: 0.95rem;
    margin-bottom: 0.75rem;
    color: #444;
    line-height: 1.6;
}



.geography-page .styled-list li strong {
    color: #333;
    border-bottom: 2px solid #E91E63;
    display: inline-block;
    line-height: 1.2;
    margin-right: 0.3rem;
}



.geography-page .editorial-note {
    background-color: #f8fafc;
    border-radius: 1.5rem;
    padding: 2.5rem;
    margin: 2rem 0;
    text-align: left;
    border: 1px solid rgba(0, 0, 0, 0.03);
}



.geography-page .tips-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 2rem;
    text-align: left;
}



.geography-page .tip-item h4 {
    font-size: 1.15rem;
    margin-bottom: 0.5rem;
    color: var(--color-heading);
    font-weight: 600;
}



.geography-page .tip-item p {
    font-size: 0.95rem;
    color: #555;
    line-height: 1.6;
}



.geography-page .stats-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 1rem;
    margin: 2rem 0;
}



.geography-page .stat-box {
    background: linear-gradient(135deg, #f8fafc 0%, #e0f2fe 100%);
    padding: 1rem 0.5rem;
    border-radius: 0.75rem;
    text-align: center;
    border: 1px solid rgba(0, 0, 0, 0.05);
    display: flex;
    flex-direction: column;
    justify-content: center;
}



.geography-page .stat-number {
    font-size: 1.3rem;
    font-weight: 700;
    color: #007bff;
    font-family: var(--font-heading);
    line-height: 1.2;
}



.geography-page .stat-label {
    font-size: 0.75rem;
    color: #555;
    margin-top: 0.3rem;
    line-height: 1.3;
}



@media (max-width: 768px) {
    .geography-page .editorial-container {
        padding: 0 1rem;
    }



    .geography-page .stats-grid {
        grid-template-columns: repeat(2, 1fr);
    }



    .geography-page .grid-3-cols {
        grid-template-columns: 1fr !important;
    }



    .geography-page .editorial-note {
        padding: 2rem 1.5rem;
    }



    .geography-page .grid-2 {
        gap: 1.5rem;
        padding-bottom: 1rem;
    }



    .geography-page .shining-blue-text {
        font-size: 1.4rem;
        margin-top: 1rem;
        padding: 0 1rem;
    }



    .geography-page .section-header h2,
    .geography-page .heading-bright-blue {
        font-size: 1.5rem !important;
    }



    .geography-page .stat-number {
        font-size: 1.5rem;
    }
}

/* =========================================================================
   HOMEPAGE VISUAL LANGUAGE  (ported from .index-page / home.css)
   Makes this page match the homepage: warm faded canvas, Outfit heading
   font, metallic-red heading sheen + emboss, burnt-orange / champagne-gold
   accents. Appended last so it overrides the page's earlier rules.
   ========================================================================= */
.geography-page {
    background-image:
        linear-gradient(rgba(250, 248, 245, 0.82), rgba(250, 248, 245, 0.82)),
        url('../assets/images/kutchmap.webp');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    background-color: #faf8f5 !important;
    color: #0f172a;
    --font-heading: 'Outfit', 'Plus Jakarta Sans', sans-serif;
    --metal-red: linear-gradient(180deg, #ff6a45 0%, #ef3a20 45%, #d8270f 75%, #ff5e3a 100%);
    --metal-red-emboss: 0 2px 4px rgba(140, 28, 12, 0.35), 0 0 16px rgba(255, 80, 45, 0.18);
}

@media (max-width: 768px) {
    .geography-page { background-attachment: scroll !important; }
}

.geography-page h1,
.geography-page h2,
.geography-page h3,
.geography-page .heading-bright-blue,
.geography-page .shining-blue-text,
.geography-page .metallic-luster,
.geography-page .page-title,
.geography-page .section-header h2,
.geography-page .section-title h2 {
    font-family: var(--font-heading) !important;
    background: var(--metal-red) !important;
    -webkit-background-clip: text !important;
    background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    color: transparent !important;
    text-shadow: var(--metal-red-emboss) !important;
}
/* Geography accents -> homepage orange / gold */
.geography-page .attraction-title { color: #c2410c; border-bottom-color: rgba(212, 175, 55, 0.55); }
.geography-page .styled-list li strong { border-bottom-color: rgba(212, 175, 55, 0.55); }
.geography-page .stat-number { color: #c2410c; }
.geography-page .stat-box {
    background: linear-gradient(135deg, #fffaf3 0%, #fff0d9 100%);
    border-color: rgba(212, 175, 55, 0.18);
}
/* Content width + side gutters matching the homepage (centered, max 1280px) */
.geography-page .container,
.geography-page .editorial-container {
    max-width: 1280px !important;
    width: 100%;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
}