/* ============================================================
   RESPONSIVE.CSS — Full responsive coverage
   Breakpoints:
     • ≤ 480px   — Small phones
     • ≤ 680px   — Large phones  (existing in style.css, enhanced here)
     • ≤ 768px   — Small tablets / landscape phones
     • ≤ 1024px  — Tablets / small laptops
     • ≤ 1280px  — Laptops / medium screens
     • ≤ 1440px  — Standard desktops
     • > 1440px  — Large desktops / ultrawide
   ============================================================ */

/* =======================
   LARGE DESKTOP (> 1440px)
   ======================= */
@media (min-width: 1441px) {
    .header-inner {
        width: 70%;
        max-width: 1400px;
    }

    .neral-content {
        width: 70%;
        max-width: 1300px;
    }

    .insights-grid {
        width: 50%;
    }

    .amenities-content {
        width: 70%;
        max-width: 1300px;
    }

    .amenity-pillars {
        width: 70%;
        max-width: 1100px;
    }

    

    .diwali-content {
        width: 45%;
        max-width: 750px;
    }

    .contact-content {
        width: 30%;
        max-width: 520px;
    }

    .footer-main {
        width: 70%;
        max-width: 1300px;
    }
}

/* =======================
   STANDARD DESKTOP (1281px – 1440px)
   ======================= */
@media (max-width: 1440px) {
    .header-inner {
        width: 80%;
    }

    .neral-content {
        width: 82%;
    }

    .insights-grid {
        width: 55%;
    }

        .closing-line {
        margin-left: calc(20% + 580px);
    }

    

    .diwali-content {
        width: 50%;
    }

    .contact-content {
        width: 38%;
    }

    .footer-main {
        width: 85%;
    }
}

/* =======================
   LAPTOP / MEDIUM SCREENS (1025px – 1280px)
   ======================= */
@media (max-width: 1280px) {
    :root {
        --header-height: 100px;
    }

    .header-inner {
        width: 88%;
    }

    .primary-navigation {
        gap: 22px;
    }

    .primary-navigation a {
        font-size: 14px;
    }

    .neral-content {
        width: 88%;
    }

    .insights-grid {
        width: 55%;
        margin-left: 5%;
    }

    .closing-line {
        margin-left: calc(15% + 500px);
        font-size: 16px;
    }

    .train-image {
        max-width: 55%;
    }

    .amenities-content {
        width: 88%;
    }

    .amenity-pillars {
        width: 88%;
    }

    

    .diwali-content {
        width: 55%;
    }

    .contact-content {
        width: 42%;
    }

    .footer-main {
        width: 88%;
        gap: 40px;
    }
}

/* =======================
   TABLET / SMALL LAPTOP (769px – 1024px)
   ======================= */
@media (max-width: 1024px) {
    :root {
        --header-height: 90px;
    }

    .header-inner {
        width: 90%;
    }

    .primary-navigation {
        gap: 18px;
    }

    .primary-navigation a {
        font-size: 13px;
    }

    /* --- Hero --- */
    .hero-image {
        min-height: 300px;
        object-fit: cover;
    }

    /* --- Neral Section --- */
    .neral-section {
        min-height: auto;
    }

    .neral-content {
        width: 90%;
        padding: 48px 0 160px;
    }

    .neral-section h1 {
        font-size: clamp(30px, 4.5vw, 44px);
    }

    .benefits-grid {
        grid-template-columns: repeat(4, 1fr);
        gap: 16px;
    }

    .benefit-item h2 {
        font-size: 12px;
    }

    .benefit-item p {
        font-size: 11px;
    }

    .insights-grid {
        grid-template-columns: 200px 1fr;
        width: 65%;
        margin-left: 4%;
        gap: 18px;
    }

    .price-card {
        padding: 30px 18px 16px;
    }

    .price-card h2 {
        font-size: 12px;
    }

    .price-row {
        grid-template-columns: 55px minmax(50px, 1fr) 65px;
        gap: 8px;
    }

    .price-row strong {
        font-size: 12px;
    }

    .price-row output {
        font-size: 12px;
    }

    .closing-line {
        margin: 20px 0 0;
        text-align: center;
        font-size: 15px;
    }

    .train-image {
        max-width: 50%;
    }

    /* --- Amenities Section --- */
    .amenities-content {
        width: 90%;
        padding: 30px 0 45px;
    }

    .amenities-content > h2 {
        font-size: 36px;
    }

    .amenities-tagline {
        font-size: 13px;
    }

    .amenities-showcase {
        grid-template-columns: 1fr 150px 1fr;
        min-height: 200px;
    }

    .amenities-counter {
        width: 150px;
        height: 150px;
    }

    .amenities-counter strong {
        font-size: 48px;
    }

    .amenities-counter span {
        font-size: 15px;
    }

    .amenity p {
        font-size: 12px;
    }

    .amenity-pillars {
        width: 90%;
        margin-top: 100px;
    }

    .amenity-pillars div {
        min-height: 120px;
    }

    .amenity-pillars span {
        font-size: 10px;
    }

    

    .stat-copy {
        font-size: 15px;
    }

    .main-stat strong {
        font-size: 52px;
    }

    .small-stat strong {
        font-size: 24px;
    }

    /* --- Diwali Section --- */
    .diwali-content {
        width: 65%;
        padding: 50px 0 50px;
    }

    .diwali-intro {
        font-size: 15px;
    }

    .comparison-column h3 {
        font-size: 15px;
        min-height: 44px;
    }

    .comparison-column h3 span {
        font-size: 12px;
    }

    .comparison-column li {
        font-size: 14px;
        gap: 15px;
    }

    .comparison-column li img {
        width: 44px;
        height: 44px;
    }

    .comparison-column ul {
        gap: 20px;
        padding: 10px 14px 13px;
    }

    /* --- Contact Section --- */
    .contact-content {
        width: 50%;
    }

    /* --- Footer --- */
    .footer-main {
        width: 90%;
        gap: 30px;
    }

    .footer-brand p,
    .footer-contact p,
    .footer-qr p {
        font-size: 14px;
    }

    .footer-brand strong {
        font-size: 14px;
    }
}

/* =======================
   SMALL TABLET / LANDSCAPE PHONE (681px – 768px)
   ======================= */
@media (max-width: 768px) {
    :root {
        --header-height: 84px;
    }

    .header-inner {
        width: 92%;
    }

    /* Show hamburger menu */
    .menu-toggle {
        position: relative;
        z-index: 2;
        display: block;
    }

    .primary-navigation {
        position: absolute;
        top: var(--header-height);
        right: 0;
        left: 0;
        display: flex;
        align-items: stretch;
        flex-direction: column;
        gap: 0;
        margin: 0;
        padding: 8px 16px 14px;
        background: #ffd400;
        border-bottom: 1px solid #e7e7e7;
        box-shadow: 0 12px 20px rgba(30, 30, 30, 0.08);
        visibility: hidden;
        opacity: 0;
        transform: translateY(-8px);
        transition: opacity 180ms ease, transform 180ms ease, visibility 180ms;
    }

    .primary-navigation.is-open {
        visibility: visible;
        opacity: 1;
        transform: translateY(0);
    }

    .primary-navigation a {
        padding: 14px 8px;
        border-bottom: 1px solid #f0f0f0;
        font-size: 14px;
    }

    .primary-navigation a:last-child {
        border-bottom: 0;
    }

    /* --- Neral Section --- */
    .neral-section {
        min-height: auto;
    }

    .neral-content {
        width: 92%;
        padding: 44px 0 55px;
    }

    .benefits-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 24px 16px;
        margin-bottom: 30px;
    }

    .insights-grid {
        grid-template-columns: 1fr;
        width: 100%;
        margin-left: 0;
    }

    .location-card {
        min-height: 200px;
    }

    .price-card {
        padding: 20px 16px;
    }

    .closing-line {
        margin: 22px 0 0;
        text-align: center;
        font-size: 15px;
    }

    .train-image {
        max-width: 70%;
    }

    /* --- Amenities Section --- */
    .amenities-content {
        width: 92%;
    }

    .amenities-showcase {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .amenities-counter {
        order: -1;
        width: 160px;
        height: 160px;
        margin: 0 auto;
    }

    .amenity-orbit {
        position: relative;
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 10px;
        height: auto;
    }

    .amenity-orbit-left,
    .amenity-orbit-right {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 10px;
    }

    .amenity {
        position: relative;
        top: auto !important;
        right: auto !important;
        bottom: auto !important;
        left: auto !important;
        opacity: 1;
        transform: scale(1);
    }

    .amenity-pillars {
        grid-template-columns: repeat(2, 1fr);
        width: 92%;
        margin-top: 40px;
    }

    .amenity-pillars div:nth-child(2) {
        border-right: 0;
    }

    

    .main-stat {
        grid-column: 1 / span 2;
        grid-row: 1;
        margin-bottom: 18px;
    }

    .stat-copy {
        grid-row: 2;
        font-size: 14px;
    }

    .stat-copy-right {
        grid-column: 2;
    }

    .small-stat {
        grid-row: 3;
    }

    .small-stat:last-child {
        grid-column: 2;
    }

    .main-stat strong {
        font-size: 48px;
    }

    /* --- Diwali Section --- */
    .diwali-content {
        width: 80%;
        padding: 40px 0 45px;
    }

    .diwali-intro {
        font-size: 14px;
    }

    .comparison-column li {
        font-size: 13px;
        gap: 12px;
        grid-template-columns: 44px 1fr;
    }

    .comparison-column li img {
        width: 40px;
        height: 40px;
    }

    .comparison-column h3 {
        font-size: 14px;
    }

    .comparison-column ul {
        gap: 18px;
    }

    .diya-art {
        max-width: 22%;
    }

    /* --- Contact Section --- */
    .contact-section {
        min-height: auto;
    }

    .contact-content {
        width: 60%;
        padding: 38px 0 70px;
    }

    .contact-corner-art {
        max-width: 30%;
    }

    /* --- Footer --- */
    .footer-main {
        grid-template-columns: 1fr 1fr;
        width: 92%;
        gap: 24px 20px;
        padding: 30px 0 25px;
    }

    .footer-brand {
        grid-column: 1 / span 2;
        text-align: center;
    }

    .footer-brand img {
        margin-right: auto;
        margin-left: auto;
    }

    .footer-qr img {
        width: 110px;
        height: 110px;
    }

    .footer-legal {
        padding: 16px;
        font-size: 10px;
    }
}

/* =======================
   LARGE PHONE (481px – 680px)
   ======================= */
@media (max-width: 680px) {
    .neral-content {
        width: min(100% - 32px, 520px);
    }

    .benefits-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 24px 10px;
    }

    .benefit-icon img {
        max-width: 80%;
    }

    .insights-grid {
        width: 100%;
    }

    .location-card {
        min-height: 180px;
    }

    .train-image {
        max-width: 85%;
    }

    /* --- Amenities --- */
    .amenities-content {
        width: min(100% - 32px, 520px);
    }

    .amenity-orbit-left,
    .amenity-orbit-right {
        grid-template-columns: repeat(2, 1fr);
    }

    .amenity-pillars {
        width: 100%;
    }

    
    /* --- Diwali --- */
    .diwali-content {
        width: 88%;
    }

    .comparison-table {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .comparison-column + .comparison-column {
        margin-left: 0;
    }

    .diya-art {
        max-width: 28%;
    }

    /* --- Contact --- */
    .contact-content {
        width: 75%;
    }

    /* --- Footer --- */
    .footer-main {
        width: min(100% - 32px, 520px);
    }

    .footer-brand p,
    .footer-contact p,
    .footer-qr p {
        font-size: 13px;
    }
}

/* =======================
   SMALL PHONE (≤ 480px)
   ======================= */
@media (max-width: 480px) {
    :root {
        --header-height: 72px;
    }

    .header-inner {
        width: calc(100% - 28px);
    }

    .brand-mark {
        width: 50px;
        /* height: 38px; */
    }

    /* --- Hero --- */
    .hero-image {
        min-height: 220px;
        object-fit: cover;
    }

    /* --- Neral Section --- */
    .neral-section {
        min-height: auto;
    }

    .neral-content {
        width: calc(100% - 28px);
        padding: 34px 0 40px;
    }

    .neral-section h1 {
        font-size: 28px;
    }

    .section-intro {
        margin: 8px 0 28px;
        font-size: 12px;
    }

    .benefits-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px 10px;
        margin-bottom: 24px;
    }

    .benefit-item h2 {
        font-size: 11px;
    }

    .benefit-item p {
        font-size: 10px;
        max-width: 120px;
    }

    .benefit-icon img {
        max-width: 70%;
    }

    .insights-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .location-card {
        min-height: 160px;
    }

    .price-card {
        padding: 14px 10px 16px;
    }

    .price-card h2 {
        font-size: 11px;
        margin-bottom: 12px;
    }

    .price-row {
        grid-template-columns: 52px minmax(50px, 1fr) 60px;
        gap: 6px;
    }

    .price-row strong {
        font-size: 10px;
    }

    .price-row output {
        font-size: 10px;
    }

    .bar {
        height: 16px;
    }

    .closing-line {
        margin: 18px 0 0;
        font-size: 14px;
        text-align: center;
    }

    .train-image {
        max-width: 100%;
    }

    /* --- Amenities Section --- */
    .amenities-content {
        width: calc(100% - 28px);
        padding: 30px 0 38px;
    }

    .amenities-content > h2 {
        font-size: 30px;
    }

    .amenities-tagline {
        font-size: 11px;
        margin: 8px 0 22px;
    }

    .amenities-counter {
        width: 135px;
        height: 135px;
    }

    .amenities-counter strong {
        font-size: 40px;
    }

    .amenities-counter span {
        font-size: 14px;
        margin-top: 8px;
    }

    .amenity-orbit-left,
    .amenity-orbit-right {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }

    .amenity-icon {
        margin-bottom: 6px;
    }

    .amenity p {
        font-size: 11px;
    }

    .amenity-pillars {
        grid-template-columns: repeat(2, 1fr);
        margin-top: 30px;
        border-radius: 12px;
        width: 100%;
    }

    .amenity-pillars div {
        min-height: 100px;
        gap: 4px;
    }

    .amenity-pillars div:nth-child(2) {
        border-right: 0;
    }

    .amenity-pillars img {
        width: 28px;
        height: 28px;
    }

    .amenity-pillars span {
        font-size: 9px;
    }

    .amenity-statistics {
        width: 100%;
        margin: 20px auto;
    }

    .stat-copy {
        font-size: 13px;
        padding-bottom: 10px;
    }

    .main-stat strong {
        font-size: 40px;
    }

    .main-stat span {
        font-size: 11px;
    }

    .small-stat strong {
        font-size: 22px;
    }

    .small-stat span {
        font-size: 12px;
    }

    /* --- Diwali Section --- */
    .diwali-content {
        width: calc(100% - 28px);
        padding: 32px 0 36px;
    }

    .diwali-content > h2 {
        font-size: 26px;
    }

    .diwali-intro {
        font-size: 13px;
        margin: 10px 0 14px;
    }

    .comparison-table {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .comparison-column {
        border-radius: 14px;
    }

    .comparison-column + .comparison-column {
        margin-left: 0;
    }

    .comparison-column h3 {
        font-size: 13px;
        padding: 8px 6px;
        min-height: 40px;
    }

    .comparison-column h3 span {
        font-size: 11px;
    }

    .comparison-column ul {
        gap: 16px;
        padding: 8px 12px 10px;
    }

    .comparison-column li {
        grid-template-columns: 36px 1fr;
        gap: 10px;
        font-size: 12px;
        min-height: 38px;
    }

    .comparison-column li img {
        width: 32px;
        height: 32px;
    }

    .diwali-cta {
        margin-top: 16px;
        padding: 8px 28px;
        font-size: 13px;
    }

    .diya-art {
        max-width: 32%;
    }

    /* --- Contact Section --- */
    .contact-section {
        min-height: auto;
    }

    .contact-content {
        width: calc(100% - 28px);
        padding: 30px 0 60px;
    }

    .contact-content > h2 {
        font-size: 32px;
        margin-bottom: 18px;
    }

    .contact-form {
        padding: 18px 12px 14px;
    }

    .form-field label {
        font-size: 13px;
    }

    .form-field input[type="text"],
    .form-field input[type="tel"],
    .form-field input[type="email"] {
        height: 38px;
        font-size: 14px;
    }

    .consent-field {
        font-size: 11px;
    }

    .contact-form button {
        width: 100%;
        padding: 10px 14px;
        font-size: 13px;
    }

    .contact-corner-art {
        max-width: 40%;
    }

    /* --- Footer --- */
    .footer-main {
        grid-template-columns: 1fr;
        width: calc(100% - 28px);
        gap: 22px;
        padding: 26px 0 22px;
    }

    .footer-brand {
        grid-column: 1;
        text-align: center;
    }

    .footer-brand img {
        margin: 0 auto;
    }

    .footer-brand strong {
        font-size: 13px;
    }

    .footer-brand p {
        font-size: 12px;
    }

    .footer-contact {
        text-align: center;
    }

    .footer-contact h2 {
        font-size: 14px;
    }

    .footer-contact p {
        font-size: 12px;
    }

    .footer-qr img {
        width: 100px;
        height: 100px;
    }

    .footer-qr p {
        font-size: 12px;
    }

    .footer-legal {
        padding: 14px 12px;
        font-size: 9px;
    }
}

/* =======================
   VERY SMALL PHONE (≤ 360px)
   ======================= */
@media (max-width: 360px) {
    :root {
        --header-height: 64px;
    }

    .brand-mark {
        width: 50px;
        /* height: 32px; */
    }

    .neral-section h1 {
        font-size: 24px;
    }

    .section-intro {
        font-size: 11px;
    }

    .benefits-grid {
        gap: 16px 8px;
    }

    .benefit-item h2 {
        font-size: 10px;
    }

    .benefit-item p {
        font-size: 9px;
    }

    .amenities-content > h2 {
        font-size: 26px;
    }

    .amenities-counter {
        width: 120px;
        height: 120px;
    }

    .amenities-counter strong {
        font-size: 34px;
    }

    .amenities-counter span {
        font-size: 12px;
    }

    .main-stat strong {
        font-size: 34px;
    }

    .diwali-content > h2 {
        font-size: 22px;
    }

    .comparison-column h3 {
        font-size: 12px;
    }

    .comparison-column li {
        font-size: 11px;
        grid-template-columns: 30px 1fr;
        gap: 8px;
    }

    .comparison-column li img {
        width: 28px;
        height: 28px;
    }

    .contact-content > h2 {
        font-size: 28px;
    }

    .footer-legal {
        font-size: 8px;
    }
}

/* =======================
   MOBILE AMENITIES (0px - 1000px)
   ======================= */
@media (max-width: 1000px) {
    .amenities-showcase {
        display: flex !important;
        flex-direction: column;
        gap: 20px;
    }

    .amenities-counter {
        grid-row: 1;
        width: 160px;
        height: 160px;
        margin: 0 auto;
        align-self: center;
    }

    .amenity-orbit,
    .amenity-orbit-left,
    .amenity-orbit-right {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 16px;
        height: auto;
    }

    .amenity {
        position: relative;
        top: auto !important;
        right: auto !important;
        bottom: auto !important;
        left: auto !important;
        opacity: 1;
        transform: scale(1);
    }

    .amenity-icon {
        width: 64px;
        height: 64px;
        margin: 0 auto 9px;
    }

    .train-picture {
        display: block;
        line-height: 0;
    }

    .train-image {
        position: relative;
        right: auto;
        bottom: auto;
        width: 100%;
        max-width: none;
    }
}

/* =======================
   TABLET NERAL LAYOUT (1001px - 1100px)
   ======================= */
@media (min-width: 1001px) and (max-width: 1100px) {
    .neral-section {
        padding-bottom: 145px;
    }

    .closing-line {
        position: relative;
        z-index: 4;
        width: 65%;
        margin: 24px 0 0 4%;
        text-align: center;
    }

    .train-picture {
        position: absolute;
        right: 0;
        bottom: 0;
        z-index: 3;
        display: block;
        width: 100%;
        line-height: 0;
    }

    .train-image {
        position: relative;
        right: auto;
        bottom: auto;
        width: 100%;
        max-width: none;
    }

    .amenity-orbit-left .amenity:nth-child(3) {
    bottom: 0;
    left: 20%;
}

.amenity-orbit-right .amenity:nth-child(4) {
    right: 20%;
    bottom: 0;
}


.amenity-orbit-left .amenity:nth-child(1) {
    top: 0;
    left: 20%;
}

.amenity-orbit-right .amenity:nth-child(2) {
    top: 0;
    right: 20%;
}

.amenities-tagline {
    margin: 10px 0 65px;
}

.diwali-content>h2 {
    font-size: 34px;
}

.contact-content>h2 {
    font-size: 34px;
}
}

@media (min-width: 1101px) and (max-width: 1200px) {
   

    .train-picture {
        position: absolute;
        right: 0;
        bottom: 0;
        z-index: 3;
        display: block;
        width: 100%;
        line-height: 0;
    }

    .train-image {
        position: relative;
        right: auto;
        bottom: auto;
        width: 100%;
        max-width: none;
    }

    .amenity-orbit-left .amenity:nth-child(3) {
    bottom: 0;
    left: 20%;
}

.amenity-orbit-right .amenity:nth-child(4) {
    right: 20%;
    bottom: 0;
}


.amenity-orbit-left .amenity:nth-child(1) {
    top: 0;
    left: 20%;
}

.amenity-orbit-right .amenity:nth-child(2) {
    top: 0;
    right: 20%;
}

.amenities-tagline {
    margin: 10px 0 65px;
}

.diwali-content>h2 {
    font-size: 34px;
}

.contact-content>h2 {
    font-size: 34px;
}
}

@media (min-width: 1201px) and (max-width: 1300px) {
 


    .train-picture {
        position: absolute;
        right: 0;
        bottom: 0;
        z-index: 3;
        display: block;
        width: 100%;
        line-height: 0;
    }

    .train-image {
        position: relative;
        right: auto;
        bottom: auto;
        width: 100%;
        max-width: none;
    }

    .amenity-orbit-left .amenity:nth-child(3) {
    bottom: 0;
    left: 20%;
}

.amenity-orbit-right .amenity:nth-child(4) {
    right: 20%;
    bottom: 0;
}


.amenity-orbit-left .amenity:nth-child(1) {
    top: 0;
    left: 20%;
}

.amenity-orbit-right .amenity:nth-child(2) {
    top: 0;
    right: 20%;
}

.amenities-tagline {
    margin: 10px 0 65px;
}

.diwali-content>h2 {
    font-size: 34px;
}

.contact-content>h2 {
    font-size: 34px;
}

    .closing-line {
        margin-left: calc(20% + 500px);
        font-size: 16px;
    }
}

@media (min-width: 1301px) and (max-width: 1400px) {

    .neral-content {
        padding: 58px 0 70px;
}

.neral-section {
    min-height: 900px;
   }

   .amenity-orbit-left .amenity:nth-child(3) {
    bottom: 0;
    left: 35%;
}

.amenity-orbit-right .amenity:nth-child(4) {
    right: 35%;
    bottom: 0;
}

.amenity-orbit-right .amenity:nth-child(2) {
    top: 0;
    right: 35%;
}

.amenity-orbit-left .amenity:nth-child(1) {
    top: 0;
    left: 35%;
}

.diwali-content>h2 {
    font-size: 38px;
}

.contact-content>h2 {
    font-size: 38px;
}

}

@media (min-width: 1401px) and (max-width: 1500px) {

    .neral-content {
        padding: 58px 0 70px;
}

.neral-section {
    min-height: 900px;
   }

   .amenity-orbit-left .amenity:nth-child(3) {
    bottom: 0;
    left: 35%;
}

.amenity-orbit-right .amenity:nth-child(4) {
    right: 35%;
    bottom: 0;
}

.amenity-orbit-right .amenity:nth-child(2) {
    top: 0;
    right: 35%;
}

.amenity-orbit-left .amenity:nth-child(1) {
    top: 0;
    left: 35%;
}

.diwali-content>h2 {
    font-size: 38px;
}

.contact-content>h2 {
    font-size: 38px;
}

}
/* =======================
   LANDSCAPE ORIENTATION ON PHONES
   ======================= */
@media (max-height: 500px) and (orientation: landscape) {
    .hero-image {
        min-height: 50vh;
        object-fit: cover;
    }

    .neral-section {
        min-height: auto;
    }

    .amenities-showcase {
        min-height: 180px;
    }

    .contact-section {
        min-height: auto;
    }
}

/* =======================
   PRINT STYLES
   ======================= */
@media print {
    .site-header,
    .menu-toggle,
    .diya-art,
    .corner-art,
    .train-image,
    .contact-corner-art {
        display: none !important;
    }

    body {
        color: #000;
        background: #fff;
    }

    .neral-section,
    .diwali-section,
    .contact-section {
        color: #000;
        background: #fff !important;
    }

    .amenities-section {
        background: #fff !important;
    }
}
