/* ===================================
   MEDIA QUERIES - NON-CAROUSEL
   All carousel media queries moved to carousel.css
   =================================== */

@media (max-width:1200px) {
    .main-container {
        display: flex;
    }

    .gb-element-b55934ae {
        column-gap: 33px;
        display: grid;
        grid-template-columns: 2fr !important;
        row-gap: 1em;
    }
}

@media (max-width: 991px) {
    p.hero-description {
        width: 100%;
        max-width: 100%;
    }

    .block-grid {
        display: grid;
        grid-template-columns: 1fr !important;
        width: 100%;
        column-gap: 26px;
    }

    .text-column-contained {
        width: 100%;
        max-width: 100%;
    }

    .page-id-472 .tex-column-contained {
        width: 100%;
        max-width: 100% !important; 
    }

    .seasonal-image.position-absolute.z-23.top-0.end-0 {
        display: none;
    }

    .site-header {
        padding: 20px 0;
    }

    form#gform_1 {
        display: flex;
        flex-direction: column;
    }
}

@media (max-width: 768px) {
    .hero-section {
        height: auto;
    }

    /* Plan Your Trip */
    .area {
        display: flex;
        display: --webkit-flex;
        flex-direction: column;
        justify-content: center;
        padding: 18px 36px;
        border-radius: 6px;
        margin-bottom: 12px;
        text-align: center;
    }

    form#gform_1 {
        display: flex;
        display: -webkit-flex;
        flex-direction: column;
        align-items: center;
        column-gap: 30px;
    }
}

@media (max-width: 70rem) {
    .book-now-container {
        display: none;
    }

    .home-under-hero-container {
        flex-direction: row;
    }

    /* Plan to trip */
    .guide-form {
        padding: 20px !important;
    }
}

@media (max-width: 48rem) {
    .under-hero-section {
        padding-top: 60px;
    }

    .hero-text-image-container {
        display: flex;
        flex-direction: column;
        width: 100%;
    }

    p.hero-section-description {
        max-width: 100%;
    }

    .hide-mobile {
        display: none;
    }

    section {
        padding-left: 20px;
        padding-right: 20px;
    }

    .featured-post-img {
        width: 100% !important;
        max-width: 100%;
    }

    .about-card {
        width: 100%;
    }

    .home-under-hero-container {
        flex-direction: column;
    }

    .seasonal-hight-cover {
        display: none;
    }

    .main-container {
        display: flex;
        flex-direction: column;
    }

    /* Mobile Menu Adjustments */
    .logo-right-content {
        display: flex;
        flex-direction: row-reverse;
    }

    .weather-icon,
    .header-search,
    .menu-text {
        display: none;
    }

    .mobile-menu-toggle svg {
        fill: var(--button-text) !important;
    }

    /* Mobile Menu Overlay */
    .mobile-menu {
        position: absolute;
        top: 0;
        right: 0;
        width: 90% !important;
        height: 90vh;
        background: #f4e6b8;
        z-index: 1000;
        transform: translateX(100%);
        transition: transform 0.4s ease-in-out;
        overflow-y: auto;
        padding: 80px 48px 48px;
        border-radius: 0 25px;
    }

    .home-hero-container {
        margin-top: 89px !important;
    }

    .logo-right-content {
        padding: 0 20px !important;
    }
}