/* 
 * LALAGO Activities Style - Clean & Simple
 */

:root {
    --color-primary: #271457;
    --color-secondary: #d12e7d;
    --text-main: #4b5563;
    --text-muted: #64748b;
    --bg-page: #f8fafc;
    --radius-base: 6px;
}

.activities-detail-page {
    background: #fff;
    color: var(--text-main);
    overflow: visible !important;
}

.activities-detail-page .container,
.activities-detail-page .row {
    overflow: visible !important;
}

.sidebar-sticky-card {
    background: #fff;
    padding: 24px !important;
    border-radius: 12px !important;
    border: 1px solid #e2e8f0;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    margin-bottom: 20px;
}

@media (min-width: 992px) {
    .sidebar-sticky-card {
        position: sticky;
        top: 100px;
        z-index: 10;
    }
}

.ticket-item {
    background: #fff;
    padding: 20px !important;
    border-radius: var(--radius-base) !important;
    border: 1px solid #e2e8f0;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}

.activities-header-card {
    background: transparent !important;
    padding: 0 !important;
    border: none !important;
    box-shadow: none !important;
    margin-bottom: 30px;
}

.booking-section {
    background: var(--bg-page);
    padding: 60px 0;
    margin: 40px 0;
}

.booking-section-wrapper {
    background: transparent !important;
    padding: 0 !important;
    border: none !important;
    box-shadow: none !important;
    margin-bottom: 0;
}

/* Fix Gallery */
.activities-detail-gallery {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(2, 200px);
    gap: 8px;
    margin-bottom: 20px;
    border-radius: var(--radius-base);
    overflow: hidden;
}

.gallery-item.large {
    grid-column: span 2;
    grid-row: span 2;
}

.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* --- Rating Summary --- */
.rating-score.hotel-card-rating-score-yellow {
    background: #271457;
    padding: 2px 8px;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    border-radius: 4px;
}

.stars-gold svg {
    width: 14px;
    height: 14px;
    color: #fbbf24;
    fill: currentColor;
}

/* --- Header Info --- */
.activities-title {
    font-size: 24px;
    font-weight: 700;
    color: var(--color-primary);
    margin-bottom: 12px;
}

.meta-group {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.meta-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
}

.meta-link {
    background: transparent !important;
    border: none !important;
    padding: 0 !important;
    color: var(--color-secondary) !important;
    font-weight: 600 !important;
    cursor: pointer;
    text-decoration: none !important;
    outline: none !important;
    box-shadow: none !important;
}

.meta-link:hover {
    text-decoration: underline !important;
}

/* Promo Tag */
.promo-tag {
    margin-top: 15px;
    padding: 10px 15px;
    background: #fff5f7;
    border: 1px solid #ffe4e9;
    border-radius: var(--radius-base);
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
}

/* --- Sidebar --- */
.sidebar-price-now {
    font-size: 24px;
    font-weight: 800;
    color: var(--color-secondary);
    margin-bottom: 15px;
}

.btn-sidebar-main {
    width: 100%;
    padding: 12px;
    background: var(--color-secondary);
    color: #fff;
    border: none;
    border-radius: var(--radius-base);
    font-weight: 700;
    cursor: pointer;
}

.btn-sidebar-main:hover {
    background: var(--color-primary);
}

.sidebar-secondary-btns {
    display: flex;
    gap: 10px;
    margin-top: 15px;
}

.btn-icon-circle {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #e2e8f0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    cursor: pointer;
}

/* --- Booking --- */
.booking-section-wrapper {
    padding-top: 20px !important;
}

.booking-section-header {
    margin-bottom: 15px;
}

.booking-section-header h2 {
    font-size: 18px;
    font-weight: 700;
    margin: 0;
}

.date-selector-premium {
    display: flex;
    gap: 8px;
    overflow-x: auto;
    padding-bottom: 10px;
}

.date-btn-calendar {
    min-width: 85px;
    padding: 8px;
    border: 1px solid #e2e8f0;
    border-radius: var(--radius-base);
    background: #fff;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

/* --- Litepicker Override for Demo Style --- */
.litepicker {
    border: none !important;
    box-shadow: none !important;
    width: 100% !important;
    font-family: inherit !important;
    background: transparent !important;
}

.litepicker .container__months {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    gap: 40px !important;
    justify-content: space-between !important;
    padding: 10px 0 !important;
    width: 100% !important;
}

.litepicker,
.litepicker .container__months,
.litepicker .container__main,
.litepicker .container__months .month-item,
.litepicker .container__months .month-item-header {
    box-shadow: none !important;
    border: none !important;
}

.litepicker .container__months .month-item {
    padding: 0 !important;
    width: calc(50% - 20px) !important;
    flex: 1 1 auto !important;
    background: transparent !important;
    max-width: none !important;
}

.litepicker .container__months .month-item-name {
    font-weight: 800 !important;
    color: var(--color-primary) !important;
    text-transform: capitalize !important;
    font-size: 1.25rem !important;
    margin-bottom: 30px !important;
    text-align: left !important;
}

.litepicker .container__months .month-item-weekdays-row,
.litepicker .container__months .container__days {
    display: grid !important;
    grid-template-columns: repeat(7, 1fr) !important;
    width: 100% !important;
}

.litepicker .container__months .month-item-weekdays-row>div,
.litepicker .container__months .container__days>div {
    text-align: center !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 12px 0 !important;
}

.litepicker .container__months .month-item-weekdays-row>div {
    font-size: 13px !important;
    color: #64748b !important;
    padding: 15px 0 !important;
    font-weight: 500 !important;
}

/* Red color for Sunday */
.litepicker .container__months .month-item-weekdays-row>div:last-child {
    color: var(--color-secondary) !important;
}

.litepicker .container__months .day-item {
    width: 100% !important;
    height: 80px !important;
    font-weight: 600 !important;
    color: #1e293b !important;
    position: relative !important;
    border-radius: 8px !important;
    transition: all 0.2s !important;
    cursor: pointer !important;
    font-size: 16px !important;
}

.litepicker .container__months .day-item.is-today {
    color: var(--color-primary) !important;
    background: #f1f5f9 !important;
}

.litepicker .container__months .day-item.is-selected {
    background: var(--color-secondary) !important;
    color: #fff !important;
    border-radius: 8px !important;
    border: none !important;
    box-shadow: 0 4px 12px rgba(209, 46, 125, 0.3) !important;
}

.litepicker .container__months .day-item.is-selected .calendar-price,
.litepicker .container__months .day-item.is-selected .today-badge {
    color: #fff !important;
    opacity: 0.9;
}

/* --- Ticket Detail Modal --- */
.ticket-detail-tabs {
    border-bottom: 2px solid #f1f5f9 !important;
    gap: 8px;
}

.ticket-detail-tabs .nav-link {
    border: none !important;
    color: #64748b !important;
    font-weight: 600 !important;
    font-size: 15px !important;
    position: relative !important;
    background: transparent !important;
    padding: 12px 16px !important;
    transition: all 0.3s ease !important;
    border-radius: 0 !important;
}

.ticket-detail-tabs .nav-link:hover {
    color: var(--color-secondary) !important;
    background: rgba(209, 46, 125, 0.05) !important;
}

.ticket-detail-tabs .nav-link.active {
    color: var(--color-secondary) !important;
    background: transparent !important;
}

.ticket-detail-tabs .nav-link.active::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 3px;
    background: var(--color-secondary);
    border-radius: 10px 10px 0 0;
    box-shadow: 0 -2px 10px rgba(209, 46, 125, 0.2);
}

.ticket-detail-header h4 {
    color: #1e293b;
    margin-bottom: 8px !important;
}

.modal-footer-custom {
    background: #f8fafc;
    margin: 15px -1.5rem 0 !important;
    padding: 15px 1.5rem !important;
}

.hidden-scrollbar::-webkit-scrollbar {
    display: none;
}

.hidden-scrollbar {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

#modal-ticket-detail .btn-close {
    position: absolute !important;
    top: 20px !important;
    right: 20px !important;
    z-index: 9999 !important;
    background-color: #f8fafc !important;
    border-radius: 50% !important;
    padding: 12px !important;
    opacity: 1 !important;
    transition: 0.2s !important;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") !important;
    background-size: 10px !important;
    margin: 0 !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05) !important;
}

#modal-ticket-detail .btn-close:hover {
    background-color: #f1f5f9 !important;
    transform: rotate(90deg) !important;
}

/* Holiday style */
.litepicker .container__months .day-item.is-holiday {
    color: var(--color-secondary) !important;
    background: #fff1f2 !important;
}

/* Price tag style */
.calendar-price {
    font-size: 11px;
    font-weight: 400;
    color: #94a3b8;
    margin-top: 4px;
}

/* Today badge */
.today-badge {
    position: absolute;
    top: 8px;
    font-size: 9px;
    color: var(--color-primary);
    font-weight: 500;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.litepicker .container__footer {
    display: none !important;
}

.litepicker .button-previous-month,
.litepicker .button-next-month {
    background: #fff !important;
    border: 1px solid #e2e8f0 !important;
    border-radius: 50% !important;
    width: 32px !important;
    height: 32px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    transition: 0.2s !important;
    padding: 0 !important;
}

.litepicker .button-previous-month:hover,
.litepicker .button-next-month:hover {
    border-color: var(--color-secondary) !important;
    color: var(--color-secondary) !important;
}

@media (max-width: 991px) {
    .litepicker .container__months {
        flex-direction: column !important;
    }

    .litepicker .container__months .month-item {
        width: 100% !important;
    }
}

.date-card {
    min-width: 80px;
    padding: 8px;
    background: #f9fafb;
    border: 1px solid #f1f5f9;
    border-radius: var(--radius-base);
    text-align: center;
    cursor: pointer;
    transition: 0.2s;
}

.date-card.active {
    background: var(--color-primary);
    border-color: var(--color-primary);
    color: #fff;
}

.date-card .day {
    font-size: 11px;
    margin-bottom: 2px;
}

.date-card .date {
    font-size: 13px;
    font-weight: 700;
}

/* --- Ticket Item --- */
.ticket-content {
    flex: 1;
    min-width: 0;
}

.ticket-action-box {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    flex-shrink: 0;
    min-width: 140px;
}

.ticket-title {
    font-size: 16px;
    font-weight: 700;
    color: var(--color-primary);
    margin-bottom: 6px;
}

.ticket-desc {
    font-size: 13px;
    color: var(--text-muted);
    margin-bottom: 8px;
}

.ticket-pricing {
    display: flex;
    flex-direction: row;
    align-items: baseline;
    gap: 12px;
}

.old-price {
    font-size: 14px;
    color: #94a3b8;
    text-decoration: line-through;
    font-weight: 400;
    white-space: nowrap;
}

.current-price {
    font-size: 24px;
    font-weight: 800;
    color: var(--color-secondary);
    line-height: 1;
    letter-spacing: -0.5px;
    white-space: nowrap;
}

.ticket-action-box {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 30px;
    flex-shrink: 0;
    min-width: 380px;
    justify-content: flex-end;
}

.btn-wow {
    background: var(--color-secondary);
    color: #fff;
    border: none;
    padding: 12px 24px;
    border-radius: var(--radius-base);
    font-weight: 700;
    cursor: pointer;
    transition: all 0.2s;
    margin-top: 0;
    white-space: nowrap;
    font-size: 15px;
    width: fit-content;
    box-shadow: 0 4px 12px rgba(209, 46, 125, 0.2);
}

.btn-wow:hover {
    background: var(--color-primary);
}

@media (max-width: 768px) {
    .ticket-item {
        flex-direction: column;
        align-items: flex-start;
    }

    .ticket-action-box {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-top: 10px;
    }

    .ticket-pricing {
        align-items: flex-start;
    }
}

/* --- Experience & Review Summary Blocks --- */
.experience-review-row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    margin-top: 24px;
}

.summary-card {
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(226, 232, 240, 0.5);
    border-radius: 20px;
    padding: 24px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), box-shadow 0.4s ease;
}

.summary-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(39, 20, 87, 0.08);
}

.summary-card .card-title {
    font-size: 16px;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 16px;
}

/* Highlight List */
.highlight-list {
    list-style: none;
    padding: 0;
    margin-bottom: 12px;
}

.highlight-list li {
    position: relative;
    padding-left: 18px;
    font-size: 14px;
    color: #475569;
    margin-bottom: 8px;
    line-height: 1.5;
}

.highlight-list li::before {
    content: "•";
    position: absolute;
    left: 0;
    font-weight: bold;
    color: #1e293b;
}

.read-more-link {
    color: var(--color-secondary);
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
}

/* Video Slider */
.video-slider-title {
    font-size: 15px;
    font-weight: 700;
    margin: 20px 0 12px;
}

/* Slider Items (Owl managed) */
.video-thumb-item {
    padding: 0 4px;
    text-align: center;
}

.video-thumb-box {
    width: 100%;
    aspect-ratio: 4/5;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
    margin-bottom: 6px;
}

.video-thumb-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.play-badge {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 24px;
    height: 24px;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--color-secondary);
}

.video-thumb-item span {
    font-size: 12px;
    color: #1e293b;
    font-weight: 500;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* Review Summary Detail */
.review-header-flex {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 20px;
}

.score-badge-large {
    color: var(--color-primary);
    font-size: 24px;
    font-weight: 800;
}

.score-badge-large span {
    font-size: 14px;
    font-weight: 400;
    color: #94a3b8;
}

.review-stats h6 {
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 2px;
}

.review-stats a {
    font-size: 13px;
    color: var(--color-secondary);
    text-decoration: none;
    font-weight: 500;
}

.testimonial-box {
    background: #f8fafc;
    border-radius: 10px;
    padding: 16px;
    position: relative;
    border: 1px solid #f1f5f9;
    min-height: 180px;
}

.testimonial-user {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
}

.user-avatar-circle {
    width: 32px;
    height: 32px;
    background: #e2e8f0;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 700;
    color: #64748b;
}

.user-info-name h6 {
    font-size: 14px;
    font-weight: 700;
    margin: 0;
}

.user-info-name span {
    font-size: 12px;
    color: #94a3b8;
}

.testimonial-text {
    font-size: 13px;
    color: #475569;
    line-height: 1.6;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.experience-review-row>div {
    min-width: 0;
}

/* Owl Carousel Navigation Styling */
.owl-carousel .owl-stage-outer {
    overflow: hidden;
    position: relative;
}

.owl-theme .owl-nav {
    position: absolute;
    top: 50%;
    width: calc(100% + 40px);
    left: -20px;
    transform: translateY(-50%);
    pointer-events: none;
    margin-top: 0 !important;
    display: flex;
    justify-content: space-between;
    z-index: 10;
}

.owl-theme .owl-nav [class*='owl-'] {
    pointer-events: auto;
    background: #fff !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    border: 1px solid #e2e8f0 !important;
    width: 32px !important;
    height: 32px !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0 !important;
    margin: 0 !important;
    transition: all 0.2s ease;
    color: #2563eb !important;
}

.owl-theme .owl-nav [class*='owl-']:hover {
    background: #2563eb !important;
    color: #fff !important;
    border-color: #2563eb !important;
}

.owl-theme .owl-nav .owl-disabled {
    opacity: 0.15;
    cursor: default;
    pointer-events: none;
}

.owl-theme .owl-nav [class*='owl-'] svg {
    width: 18px;
    height: 18px;
}

@media (max-width: 991px) {
    .experience-review-row {
        grid-template-columns: 1fr;
    }

    .owl-theme .owl-nav {
        width: 100%;
        left: 0;
        padding: 0 5px;
    }
}

/* --- Activities Booking Modal (Two Steps) --- */
.modal-booking {
    --booking-sidebar-width: 320px;
}

.modal-booking .modal-content {
    border-radius: 16px;
    border: none;
    background: #fdfdfd;
}

.modal-booking .modal-header {
    background: #fff;
    border-bottom: 1px solid #f1f5f9;
    padding: 12px 20px;
    display: flex;
    align-items: center;
    gap: 15px;
}

.btn-back-modal {
    background: transparent;
    border: none;
    color: #64748b;
    padding: 5px;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.modal-booking .modal-body {
    padding: 0;
    display: flex;
    min-height: 500px;
}

.booking-sidebar {
    width: var(--booking-sidebar-width);
    background: #fff;
    border-right: 1px solid #f1f5f9;
    padding: 24px;
    flex-shrink: 0;
}

.booking-main {
    flex: 1;
    padding: 24px;
    background: #f8fafc;
    overflow-y: auto;
}

.booking-sidebar-card {
    border: 1px solid #f1f5f9;
    border-radius: 12px;
    overflow: hidden;
    background: #fff;
}

.booking-sidebar-card img {
    width: 100%;
    aspect-ratio: 16/9;
    object-fit: cover;
}

.booking-sidebar-info {
    padding: 16px;
}

.booking-ticket-title {
    font-size: 15px;
    font-weight: 700;
    line-height: 1.4;
    color: var(--color-primary);
    margin-bottom: 12px;
}

.booking-meta-tag {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 6px 12px;
    background: #f8fafc;
    border-radius: 6px;
    font-size: 13px;
    color: #64748b;
    margin-bottom: 8px;
}

.booking-main-header {
    background: #eef2ff;
    padding: 15px;
    border-radius: 8px;
    margin-bottom: 24px;
}

.booking-main-header h6 {
    margin: 0;
    font-size: 14px;
    font-weight: 700;
    color: #1e293b;
    text-align: center;
}

.ticket-type-list {
    background: #fff;
    border-radius: 12px;
    padding: 0 20px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.02);
}

.ticket-type-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
    border-bottom: 1px solid #f1f5f9;
}

.ticket-type-item:last-child {
    border-bottom: none;
}

.type-info h6 {
    margin: 0 0 4px 0;
    font-weight: 700;
    font-size: 13px;
    color: #64748b;
    text-transform: uppercase;
}

.type-price {
    display: flex;
    align-items: baseline;
    gap: 8px;
}

.type-price .now {
    font-size: 18px;
    font-weight: 800;
    color: #1e293b;
}

.type-price .old {
    font-size: 13px;
    color: #cbd5e1;
    text-decoration: line-through;
}

.type-desc {
    font-size: 12px;
    color: #94a3b8;
    margin-top: 4px;
}

.quantity-control {
    display: flex;
    align-items: center;
    gap: 12px;
    background: #f8fafc;
    padding: 4px;
    border-radius: 8px;
    border: 1px solid #e2e8f0;
}

.btn-qty {
    width: 28px;
    height: 28px;
    border-radius: 6px;
    border: none;
    background: #fff;
    color: #2563eb;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

.qty-input {
    width: 30px;
    border: none;
    background: transparent;
    text-align: center;
    font-weight: 700;
    font-size: 15px;
    color: #1e293b;
}

.booking-footer {
    padding: 16px 24px;
    background: #fff;
    border-top: 1px solid #f1f5f9;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 0 0 16px 16px;
}

.total-display {
    display: flex;
    flex-direction: column;
}

.total-display label {
    font-size: 13px;
    color: #64748b;
    margin-bottom: 2px;
}

.total-price-wrap {
    display: flex;
    align-items: center;
    gap: 8px;
}

.total-price-val {
    font-size: 22px;
    font-weight: 800;
    color: #f97316;
}

.btn-book-now {
    background: var(--color-secondary);
    color: #fff;
    border: none;
    padding: 12px 32px;
    border-radius: 8px;
    font-weight: 700;
    transition: 0.2s;
}

.btn-book-now:hover {
    background: var(--color-primary);
    transform: translateY(-2px);
}

.btn-book-now.disabled {
    background: #e2e8f0;
    cursor: not-allowed;
    transform: none;
}

/* Step 2 Specific */
.step-content {
    display: none;
    width: 100%;
}

.step-content.active {
    display: block;
}

.customer-form {
    background: #fff;
    padding: 24px;
    border-radius: 12px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.02);
}

.form-group-lalago {
    margin-bottom: 20px;
}

.form-group-lalago label {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #1e293b;
    margin-bottom: 8px;
}

.form-control-lalago {
    width: 100%;
    padding: 12px 16px;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    font-size: 14px;
    transition: 0.2s;
}

.form-control-lalago:focus {
    border-color: var(--color-secondary);
    outline: none;
    box-shadow: 0 0 0 3px rgba(209, 46, 125, 0.1);
}

@media (max-width: 991px) {
    .modal-booking .modal-body {
        flex-direction: column;
    }

    .booking-sidebar {
        width: 100%;
        border-right: none;
        border-bottom: 1px solid #f1f5f9;
        padding: 15px;
    }

    .booking-sidebar-card {
        display: flex;
        align-items: center;
        gap: 15px;
    }

    .booking-sidebar-card img {
        width: 100px;
        aspect-ratio: 1;
    }

    .booking-sidebar-info {
        padding: 0;
    }
}

/* Date Strip Selection */
.date-selection-wrap {
    display: flex;
    gap: 10px;
    margin-bottom: 24px;
    overflow-x: auto;
    padding-bottom: 10px;
}

.date-item {
    min-width: 80px;
    padding: 10px;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    text-align: center;
    cursor: pointer;
    transition: 0.2s;
    flex-shrink: 0;
}

.date-item.active {
    background: #eff6ff;
    border-color: #2563eb;
}

.date-item .day {
    display: block;
    font-size: 11px;
    color: #64748b;
    margin-bottom: 2px;
}

.date-item .date {
    display: block;
    font-size: 13px;
    font-weight: 700;
    color: #1e293b;
}

.date-item.active .day,
.date-item.active .date {
    color: #2563eb;
}

.btn-calendar-view {
    min-width: 90px;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    font-weight: 600;
    color: #2563eb;
    flex-shrink: 0;
}