@media (max-width: 577px) {
    .hero-section {
        position: relative;
        height: 100vh;
        overflow: hidden;
    }

    .hero-wrapper {
        position: relative;
        width: 100%;
        height: 100%;
        transition: transform 0.3s ease-in-out;
        z-index: 1;
    }

    .hero-slide {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: none;
        text-align: center;
        transition: opacity 1s ease-in-out;
        opacity: 0;
        z-index: 1;
    }

    .hero-slide.active {
        display: block;
        opacity: 1;
    }

    .hero-image {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .hero-title {
        position: absolute;
        bottom: 80px;
        transform: translateX(-50%);
        color: white;
        font-size: 2.5rem;
        z-index: 4;
        width: 80%;
        text-shadow: 0px 3px 6px #452B0A;
        text-align: center;
    }

    .hero-title h1 {
        z-index: 4;
    }

    .overlay-box {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 250px;
        background-color: rgba(0, 0, 0, 0.5);

        /* 25% opacity */
        z-index: 2;

        /* Ensure it is above slides but below the title */
    }

    .hero-section::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #493866;
        opacity: 0.5;
        z-index: 2;
    }

    .hero-pagination-container {
        position: absolute;
        bottom: 50px;
        left: 50%;
        transform: translateX(-50%);
        display: flex;
        z-index: 4;
        gap: 10px;
    }

    .hero-pagination-indicator {
        width: 12px;
        height: 12px;
        background-color: white;
        border-radius: 50%;
        border-color: #493866;
        cursor: pointer;
        transition: background-color 0.3s;
    }

    .hero-pagination-indicator.hero-active {
        background-color: #493866;
    }

    .hero-pagination-indicator:hover {
        background-color: #EAEAF6;
    }

    .logo-box {
        margin-left: 0 auto;
        z-index: 2;
    }

    .logo-box img {
        width: 187.73px;
        height: 158.94px;
        object-fit: contain;
    }

    .contact-form {
        padding: 20px;
    }

    .contact-section {
        padding: 40px;
    }

    /* Adventure Section */
    .adventure-section {
        flex-direction: column;

        /* Stack content vertically */
        align-items: center;

        /* Center-align content horizontally */
        padding: 30px;
    }

    .text-section,
    .image-section {
        width: 100%;

        /* Make sections full width */
        text-align: left;

        /* Center text horizontally */
    }

    .image-section img {
        width: 100%;

        /* Make image responsive */
        max-width: 100%;

        /* Ensure image doesn't exceed container width */
    }

    @media (max-width: 577px) {
        .boundaries-section {
            padding: 30px;
        }

        .content-wrapper {
            flex-direction: column;

            /* Stack columns vertically on mobile */
            align-items: center;

            /* Center content */
        }

        .left-column,
        .right-column {
            width: 100%;
            text-align: center;
        }

        .section-title {
            font-size: 1.5rem;

            /* Adjust font size for mobile */
        }

        .section-description {
            font-size: 1rem;

            /* Adjust font size for mobile */
        }

        .blend-image {
            width: 100%;
        }
    }

    .order-left,
    .order-right {
        width: 100%;

        /* Make each section take full width */
        text-align: center;

        /* Center text for mobile */
    }

    .order-divider {
        width: 100%;

        /* Adjust divider to full width */
        height: 4px;

        /* Set a smaller height for the divider */
        background-color: #493866;
        margin: 20px 0;

        /* Margin for spacing */
    }

    .blend-section {
        padding: 30px;
    }

    .two-columns {
        column-count: 1;
    }

    .order-section {
        padding: 30px;
        flex-direction: column;
    }

    .order-left,
    .order-right {
        width: 100%;

        /* Full width for each section */
        padding-top: 0;

        /* Remove extra padding */
        text-align: center;

        /* Center the text on mobile */
    }

    .order-left h2 {
        font-size: 1.5rem;
        margin-bottom: 10px;
        text-align: center;

        /* Center the h2 for mobile */
    }

    .order-left p {
        font-size: 1.3rem;
        line-height: 1.4;
        color: #452B0A;
        text-align: center;
    }

    .order-right p {
        font-size: 1.1rem;
        line-height: 1.6;
        margin-bottom: 20px;
        color: #452B0A;
        text-align: left;
    }

    .order-button {
        width: 100%;

        /* Make button full width */
        font-size: 1.1rem;
        padding: 12px 0;

        /* Adjust button padding */
    }

    .order-divider {
        width: 100%;

        /* Make divider horizontal */
        height: 4px;

        /* Adjust height to make it horizontal */
        background-color: #493866;
        margin: 20px 0;

        /* Adjust margin for mobile */
    }
}

/* Review Section */
@media (max-width: 577px) {
    .reviews-section {
        padding: 20px;
        padding-top: 50px;
        text-align: center;
        position: relative;
        padding-bottom: 30px;
    }

    .reviewer {
        font-size: 1rem;
        text-align: right;
        padding-top: 20px;
        color: white;
        margin: 0;
    }

    .main-box {
        width: 100%;
        height: 900px;
        overflow: hidden;
        position: relative;
    }

    .paragraph-box {
        width: 100%;
        flex-shrink: 0;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        padding-top: 80px;
        flex-direction: column;
        box-sizing: border-box;
    }

    .paragraph-box p {
        font-size: 18px;
        text-align: center;
    }

    .review-wrapper {
        transition: transform 0.3s ease-in-out;
        display: flex;
        flex-direction: column;
        height: 100%;
        width: auto;
        position: relative;
    }

    .arrow {
        z-index: 2;
        transform: translateY(20%);
        background-color: white;
        color: #493866;
        font-size: 1em;
        padding: 8px;
        margin-top: 15px;
    }

    .arrow-left {
        left: 90px;
    }

    .arrow-right {
        right: 90px;
    }

    .pagination {
        bottom: auto;
        flex-direction: row;
        z-index: 2;
        padding-top: 30px;
        gap: 20px;
    }

    .indicator {
        width: 24px;
        height: 24px;
    }

    .indicator {
        background-color: white;
        transition: background-color 0.3s;
    }

    .indicator.active {
        background-color: #8286CF;
    }

    .top-left-image {
        display: none;

        /* Hide top-left image on mobile */
    }

    .reviews-section h2 {
        margin-bottom: 30px;
    }

    .disclaimer-section {
        padding: 40px;
    }
}



   