@media (max-width: 768px) {

    #imgLogo {
        max-height: 35%;
        max-width: 35%;
        float: right;
    }

    #MainGridA {
        width: 100%;
    }

    .btnBook {
        font-size: x-small;
    }

    #imgExperienceHeader {
        height: 100px !important;
    }

    .top-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .card {
        padding: 16px;
    }

    .details-card-body {
        gap: 12px;
        max-width: 100%;
    }

        .details-card-body .form-row {
            display: block;
            width: 100%;
        }

        .details-card-body .form-col-20,
        .details-card-body .form-col-80 {
            display: block;
            width: 100%;
            min-width: 0;
        }

        .details-card-body .form-col-20 {
            margin-bottom: 6px;
        }

        .details-card-body .RoundedBox,
        .details-card-body .form-input,
        .details-card-body textarea,
        .details-card-body select,
        .details-card-body input[type="text"],
        .details-card-body input[type="date"] {
            width: 100% !important;
            max-width: 100% !important;
            box-sizing: border-box;
        }

        .details-card-body textarea {
            min-height: 78px;
        }

        .details-card-body .d-flex {
            display: block !important;
        }

    #lblDayOfWeek {
        display: block;
        padding-top: 6px !important;
    }

    .reservation-fee-summary {
        max-width: 100%;
        margin-top: 14px;
        padding-top: 12px;
    }

    .reservation-fee-amount {
        font-size: 18px;
    }

    .reservation-fee-label {
        font-size: 11px;
    }

    #txtTotalGuests,
    #txtTotalNights {
        width: 100% !important;
        max-width: 100% !important;
    }

    .details-card-body .d-flex {
        display: flex !important;
        align-items: center;
        gap: 8px;
        flex-wrap: nowrap;
    }

    #txtDate {
        flex: 1 1 auto;
        width: auto !important;
        max-width: none !important;
        min-width: 0;
    }

    #lblDayOfWeek {
        display: inline-block;
        padding-top: 0 !important;
        white-space: nowrap;
        flex: 0 0 auto;
    }
}
#DIVExperienceInfo {
    width: 100%;
}

    #DIVExperienceInfo img {
        width: 100%;
        height: 200px !important;
        object-fit: cover;
        border-radius: 10px;
        display: block;
        margin-top: 10px;
        margin-bottom: 12px;
    }

#DIVExperienceOptions {
    width: 100%;
}
.banner-img 
{
    width: 100%;
    height: 30vh;
    object-fit: cover;
    object-position: 50% 75%;
}

.container {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
}

.reservationItem {
    padding: 12px;
    border-radius: 10px;
    border: 1px solid #ddd;
    background: #fff;
    text-align: center;
    min-width: 90px;
    flex: 0 0 auto;
    transition: all 0.2s ease;
}

    .reservationItem:hover {
        border-color: #4CAF50;
        transform: translateY(-1px);
    }

.reservation-container {
    max-width: 1200px;
    margin: 30px auto;
    padding: 20px;
    background: #f7f7f7;
    border-radius: 12px;
}

.card-header {
    font-size: 22px;
    font-weight: 700;
    color: #333;
    margin-bottom: 14px;
}

.card {
    background: #fff;
    border-radius: 12px;
    padding: 18px 20px 20px 20px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
    margin-bottom: 20px;
}

.top-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

@media (max-width: 768px) {
    .top-grid {
        grid-template-columns: 1fr;
    }
}

.time-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.time-slot {
    padding: 10px 14px;
    border-radius: 8px;
    border: 1px solid #ddd;
    background: #fff;
    cursor: pointer;
    font-size: 13px;
}

    .time-slot:hover {
        border-color: #4CAF50;
    }

    .time-slot.selected {
        background: #4CAF50;
        color: #fff;
        border-color: #4CAF50;
    }

    .time-slot.disabled {
        opacity: 0.4;
        cursor: not-allowed;
    }

.reservation-fee-summary {
    margin-top: 18px;
    padding-top: 10px;
    text-align: right;
    border-top: 1px solid #ececec;
}

.reservation-fee-line {
    line-height: 1.1;
}

.reservation-fee-amount {
    font-size: 22px;
    font-weight: 700;
    color: #222;
    display: inline-block;
}

.reservation-fee-subline {
    margin-top: 4px;
    line-height: 1.2;
}

.reservation-fee-label {
    font-size: 12px;
    color: #8a8a8a;
    display: inline-block;
}

.details-card {
    display: flex;
    flex-direction: column;
}

.details-card-body {
    display: flex;
    flex-direction: column;
    gap: 14px;
    width: 100%;
}

    .details-card-body .form-row {
        margin: 0;
        align-items: start;
    }

    .details-card-body .form-col-20 {
        min-width: 160px;
    }

    .details-card-body .form-col-80 {
        flex: 1;
    }

    .details-card-body .RoundedBox,
    .details-card-body .form-input,
    .details-card-body textarea,
    .details-card-body select {
        width: 100%;
        max-width: 320px;
    }

    .details-card-body textarea {
        min-height: 64px;
        resize: vertical;
    }

.experience-select-wrap {
    width: 100%;
    margin-bottom: 14px;
}

.experience-select {
    width: 100%;
    display: block;
    box-sizing: border-box;
}

.return-menu-btn {
    background: transparent;
    border: none;
    color: #8a8a8a;
    font-size: 15px;
    font-weight: 500;
    padding: 0;
    margin: 0 0 16px 0;
    cursor: pointer;
    text-align: left;
}

.reserve-action-wrap {
    text-align: center;
    margin-top: 8px;
}

.reserve-btn {
    min-width: 160px;
    padding: 10px 22px;
    border: none;
    border-radius: 8px;
    background: #5b8f6a;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
}

    .reserve-btn:hover {
        background: #4d7c5a;
    }

.time-slot-option {
    min-width: 88px;
    padding: 10px 14px;
    border-radius: 8px;
    border: 1px solid #ddd;
    background: #fff;
    cursor: pointer;
    font-size: 13px;
    text-align: center;
}

    .time-slot-option:hover {
        border-color: #5b8f6a;
    }

    .time-slot-option.selected {
        background: #5b8f6a;
        color: #fff;
        border-color: #5b8f6a;
    }

    .time-slot-option.disabled {
        opacity: 0.45;
        cursor: not-allowed;
    }

.time-card {
    margin-top: 8px;
}

    .time-card .card-header {
        margin-bottom: 16px;
    }

.time-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 20px;
    justify-content: center;
}

.reserve-action-wrap {
    text-align: center;
    margin-top: 6px;
    padding-top: 14px;
    border-top: 1px solid #ececec;
}

.accommodation-option {
    display: block;
    width: 100%;
    max-width: 260px;
    padding: 14px 16px;
    border-radius: 12px;
    border: 1px solid #ddd;
    background: #fff;
    text-align: left;
    cursor: pointer;
    transition: all 0.2s ease;
    line-height: 1.5;
}

    .accommodation-option:hover {
        border-color: #5b8f6a;
        transform: translateY(-1px);
    }

    .accommodation-option.selected {
        background: #5b8f6a;
        color: #fff;
        border-color: #5b8f6a;
    }

    .accommodation-option.disabled {
        opacity: 0.45;
        cursor: not-allowed;
    }

    .accommodation-option:disabled {
        opacity: 0.45;
        cursor: not-allowed;
    }
