/* Sticky header container for top-banner, navbar, and divider */
/* #sticky-header-container {
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2100;
    background: transparent;
} */

body {
    margin: 0;
    padding: 0;
    font-family: 'Poppins', Arial, Helvetica, sans-serif;
}



/* Book Now button style */
.book-now-btn {
    background: #ffe600 !important;
    color: #1b3158 !important;
    border-radius: 30px !important;
    font-size: 0.9rem !important;
    border: none !important;
    font-weight: 400 !important;
    box-shadow: none !important;
    height: 50px;
    /* Adjust as needed for large height */
    font-size: 1.25rem;
    display: flex;
    align-items: center;
    margin-bottom: 10px;

}

/* Top Banner */
.top-banner {
    background: #b3e0ff;
    color: #d32f2f;
    text-align: center;
    font-size: 0.95rem;
    padding: 0.4rem 2.2rem 0.4rem 0.4rem;
    /* extra right padding for close btn */
    position: relative;
    min-height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.top-banner .close {
    position: absolute;
    right: 0.7rem;
    top: 50%;
    transform: translateY(-50%);
    color: #d32f2f;
    cursor: pointer;
    font-size: 1.2rem;
    line-height: 1;
    z-index: 2;
}

/* NAV BAR */
/* Increase logo size on small screens */
@media (max-width: 991.98px) {
    .navbar-brand img {
        max-height: 70px;
        width: auto;
    }
}

@media (max-width: 575.98px) {
    .navbar-brand img {
        max-height: 80px;
    }
}

/* Toggler color scheme */





.navbar-custom {
    background: #1b3158;
    padding: 0;
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1050;
    box-shadow: 0 2px 12px rgba(27, 49, 88, 0.10);
}

.navbar-brand img {
    height: 120px;
    max-width: 250px;
    width: auto;
    transition: height 0.2s;
}

.nav-link,
.navbar-nav .nav-link {
    color: #fff !important;
    font-size: 1.3rem;
    margin-right: 0.7rem;
}

.nav-link.active,
.nav-link:focus,
.nav-link:hover {
    text-decoration: underline;
    color: #ffe600 !important;
}

.navbar-nav .nav-link {
    font-size: 0.95rem;
    /* or any size you prefer */
}

.dropdown-menu {
    background: #1b3158;
    border: none;
    min-width: 220px;
    max-width: 260px;
    padding: 0.3rem 0.2rem;
}

.dropdown-item {
    color: #fff;
    font-size: 0.98rem;
    padding: 0.4rem 1.1rem;
}

.dropdown-item:hover,
.dropdown-item:focus {
    background: #193a6b;
    color: #ffe600;
}

.book-now-btn {
    background: #ffe600;
    color: #1b3158;
    font-weight: bold;
    border-radius: 2rem;
    padding: 0.7rem 2rem;
    font-size: 1.2rem;
    border: none;
    transition: font-size 0.2s, padding 0.2s;
}

.cart-icon {
    color: #fff;
    font-size: 1.7rem;
    margin-right: 0.3rem;
}

.cart-count {
    font-size: 1.2rem;
    color: #fff;
    margin-left: 0.2rem;
}

.location-badge {
    background: #1b3158 !important;
    color: #fff !important;
    border: 2px solid #e6d55d !important;
    transition: background 0.2s, color 0.2s, border-color 0.2s;
    cursor: pointer;
}

.location-badge:hover,
.location-badge.active {
    background: #1b3158 !important;
    color: #e6d55d !important;
    border-color: #e6d55d !important;
}

.yellow-text {
    color: #e6d55d !important;
}

.join-fb-btn {
    background: #ffe600;
    color: #1b3158;
    border-radius: 40px;
    font-size: 1.1rem;
    border: none;
    font-weight: 400;
}

.join-fb-btn:hover,
.join-fb-btn:focus {
    background: #fff200 !important;
    color: #0d1a33 !important;
    box-shadow: 0 4px 16px rgba(27, 49, 88, 0.12);
    text-decoration: none;
}


.location-badge {
    min-width: 140px;
    min-height: 60px;
    font-size: 1.1rem;
    background: #e6d55d;
    color: #1b3158;
    border-radius: 1rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    white-space: normal;
    line-height: 1.2;
}

.offer-slider .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: stretch;
    height: auto;
}

.offer-slider .card {
    width: 100%;
    min-height: 350px;
    background: #fffbe6;
    color: #1b3158;
    border-radius: 1.5rem;
    box-shadow: 0 4px 24px rgba(27, 49, 88, 0.08);
    transition: transform 0.2s;
}

.offer-slider .card:hover {
    transform: translateY(-8px) scale(1.03);
}

.offer-slider .card-icon {
    font-size: 3rem;
    margin-bottom: 1rem;
    color: #e6d55d;
}

.offer-slider .card-title {
    color: #1b3158;
    font-weight: bold;
    font-size: 1.35rem;
}

.offer-slider .card-text {
    color: #444;
    font-size: 1rem;
}

.offer-slider .swiper-pagination-bullet {
    background: #e6d55d;
}

.offer-slider .swiper-button-next,
.offer-slider .swiper-button-prev {
    color: #e6d55d;
}

.testimonial-slider .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: stretch;
    height: auto;
}

.testimonial-slider .card {
    width: 100%;
    min-height: 250px;
    background: #e3f0fa;
    color: #1b3158;
    border-radius: 1.5rem;
    box-shadow: 0 4px 24px rgba(27, 49, 88, 0.08);
}

.testimonial-slider .swiper-pagination-bullet {
    background: #1b3158;
}

.testimonial-slider .swiper-button-next,
.testimonial-slider .swiper-button-prev {
    color: #1b3158;
}

.underline-highlight {
    display: inline-block;
    position: relative;
}

.underline-highlight::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0.1em;
    width: 100%;
    height: 0.22em;
    background: #e6d55d;
    border-radius: 0.12em;
    z-index: -1;
    transition: background 0.2s;
}

@media (max-width: 575.98px) {
    .location-badge {
        min-width: 100%;
    }
}

@media (max-width: 991.98px) {
    .navbar-brand img {
        height: 60px;
        max-width: 150px;
    }

    .book-now-btn {
        font-size: 1.1rem;
        padding: 0.7rem 1.5rem;
        min-width: 100px;
        border-radius: 2rem;
    }

    /* Fix: Always show toggler inline on mobile, hide only collapse/nav on mobile */
    .navbar-toggler {
        display: flex !important;
        align-items: center;
        justify-content: center;
        position: relative;
        z-index: 2201;
    }

    .navbar-collapse,
    .navbar-nav {
        display: none !important;
    }
}

@media (max-width: 575.98px) {
    .navbar-brand img {
        height: 180px;
        max-width: 330px;
    }

    .book-now-btn {
        font-size: 1rem;
        padding: 0.6rem 1.2rem;
        min-width: 90px;
        border-radius: 2rem;
    }

    .top-banner {
        font-size: 0.8rem;
        padding-right: 2.2rem;
        min-height: 38px;
    }

    .top-banner .close {
        right: 0.7rem;
        font-size: 1.2rem;
    }
}

@media (min-width: 1200px) {
    .navbar-brand img {
        height: 90px;
        max-width: 220px;
    }

    .book-now-btn {
        font-size: 1.35rem;
        padding: 1rem 2.8rem;
        min-width: 120px;
    }
}



/* Universal styles for TB Pickleball user pages */


.auth-card {
    border-radius: 16px;
    box-shadow: 0 4px 24px rgba(0, 40, 80, 0.10);
    border: none;
    background: #fff;
    padding: 2.5rem 2rem 2rem 2rem;
    max-width: 430px;
    margin: 00px auto 0 auto;
}

.auth-header .title {
    font-size: 2rem;
    font-weight: 700;
    color: #002b5c;
    margin-bottom: 0.5rem;
}

.auth-header .subtitle {
    color: #888;
    font-size: 1.1rem;
    margin-bottom: 1.2rem;
}

.tab-btns {
    display: flex;
    gap: 0.5rem;
    margin-bottom: 1.2rem;
    justify-content: center;
}

.tab-btn {
    background: #002b5c;
    color: #fff;
    border: none;
    border-radius: 6px 6px 0 0;
    padding: 0.6rem 2.2rem;
    font-size: 1.1rem;
    font-weight: 600;
    transition: background 0.2s, color 0.2s;
    cursor: pointer;
}

.tab-btn.active,
.tab-btn:hover {
    background: #ffc600;
    color: #002b5c;
}

.auth-form label {
    color: #002b5c;
    font-weight: 500;
    margin-bottom: 0.2rem;
    display: block;
}

.auth-form input,
.auth-form select {
    width: 100%;
    padding: 0.7rem 0.9rem;
    border-radius: 6px;
    border: 1px solid #d1d5db;
    margin-bottom: 1.1rem;
    font-size: 1.05rem;
    background: #f9fafb;
    transition: border-color 0.2s, box-shadow 0.2s;
}

.auth-form input:focus,
.auth-form select:focus {
    border-color: #ffc600;
    box-shadow: 0 0 0 0.2rem rgba(255, 198, 0, .18);
    outline: none;
}

.auth-form button[type=submit],
.pay-btn {
    background: #002b5c;
    color: #fff;
    border: none;
    border-radius: 6px;
    padding: 0.8rem 0;
    font-size: 1.1rem;
    font-weight: 600;
    width: 100%;
    margin-top: 0.2rem;
    transition: background 0.2s, color 0.2s;
}

.auth-form button[type=submit]:hover,
.pay-btn:hover {
    background: #ffc600;
    color: #002b5c;
}

.forgot-link {
    color: #002b5c;
    font-size: 0.98rem;
    cursor: pointer;
    text-decoration: underline;
    margin-bottom: 1.1rem;
    display: inline-block;
}

.invalid-feedback {
    color: #d32f2f;
    font-size: 0.97rem;
    margin-top: -0.8rem;
    margin-bottom: 0.8rem;
    display: block;
}

.info-tip {
    background: #eaf1fa;
    color: #1b3158;
    border-radius: 6px;
    padding: 0.7rem 1rem;
    margin-bottom: 1.1rem;
    font-size: 1.01rem;
}

.center-container {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    min-height: 100vh;
    padding-top: 10px;
    padding-bottom: 10px;
}

/* Profile Card */
.profile-card {
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 4px 24px rgba(0, 40, 80, 0.10);
    border: none;
    padding: 2.5rem 2rem 2rem 2rem;
    max-width: 600px;
    margin: 40px auto 0 auto;
}

.profile-avatar {
    width: 120px;
    height: 120px;
    object-fit: cover;
    border-radius: 50%;
    border: 4px solid #002b5c;
    box-shadow: 0 2px 12px #e9ecef;
    margin-bottom: 1rem;
}

.profile-label {
    color: #002b5c;
    font-weight: 600;
    margin-bottom: 0.2rem;
    font-size: 1.05rem;
}

.profile-value {
    font-size: 1.1rem;
    margin-bottom: 1rem;
    color: #222;
}

.profile-id {
    color: #888;
    font-size: 1rem;
    margin-bottom: 1.5rem;
}

.edit-profile-btn {
    background: #ffc600;
    color: #002b5c;
    border: none;
    border-radius: 6px;
    padding: 0.7rem 2.5rem;
    font-size: 1.1rem;
    font-weight: 600;
    transition: background 0.2s, color 0.2s;
    margin-top: 1.2rem;
}

.edit-profile-btn:hover {
    background: #002b5c;
    color: #fff;
}

.rounded-circle.bg-secondary {
    background: #002b5c !important;
}

@media (max-width: 600px) {
    .profile-card {
        padding: 1.2rem 0.5rem;
    }
}

/* Alerts */
.alert {
    padding: 0.9rem 1.2rem;
    border-radius: 6px;
    margin-bottom: 1.2rem;
    font-size: 1.01rem;
    font-weight: 500;
}

.alert-success {
    background: #e6f9e6;
    color: #1b5e20;
    border: 1px solid #b2dfdb;
}

.alert-danger {
    background: #ffeaea;
    color: #d32f2f;
    border: 1px solid #ffcdd2;
}

/* Modal Styles */
.modal-bg {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.3);
    z-index: 2000;
    align-items: center;
    justify-content: center;
}

.modal-content {
    background: #fff;
    border-radius: 1rem;
    max-width: 800px;
    width: 100vw;
    margin: auto;
    box-shadow: 0 8px 32px 0 rgba(27, 49, 88, 0.10);
    max-height: 90vh;
    overflow-y: auto;
}



/* Utility classes */
.w-full {
    width: 100%;
}

.mb-3 {
    margin-bottom: 1.1rem;
}

.mb-4 {
    margin-bottom: 1.5rem;
}

.font-semibold {
    font-weight: 600;
}

.block {
    display: block;
}

.text-gray-700 {
    color: #374151;
}

.text-blue-700 {
    color: #1d4ed8;
}

.text-lg {
    font-size: 1.25rem;
}

.text-center {
    text-align: center;
}

.rounded-md {
    border-radius: 0.375rem;
}

.flex {
    display: flex;
}

.gap-2 {
    gap: 0.5rem;
}

.mt-2 {
    margin-top: 0.5rem;
}

.py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}

.py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
}

.px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
}

.font-bold {
    font-weight: 700;
}

.text-xs {
    font-size: 0.75rem;
}

.text-lg {
    font-size: 1.25rem;
}

.text-center {
    text-align: center;
}

@media (max-width: 600px) {

    .auth-card,
    .profile-card {
        padding: 1.2rem 0.5rem;
    }
}


/* Priavet Court Rentals */


.court-session-block {
    background: #1b3158;
    color: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.07);
    padding: 18px 12px 12px 12px;
    margin: 0 12px 18px 0;
    min-width: 180px;
    min-height: 90px;
    display: inline-block;
    text-align: center;
    font-size: 1rem;
    transition: box-shadow 0.2s, border 0.2s;
    border: 2px solid transparent;
}

.court-session-block.selected,
.court-session-block:hover {
    border: 2px solid #f9dd56;
    box-shadow: 0 4px 16px rgba(249, 221, 86, 0.15);
}

#time-slots {
    justify-content: flex-start;
}

.global-selection-fab {
    left: 50%;
    /* Adjust top as needed to be just under the logo */
    z-index: 2001;
    color: #fff;
    padding: 0.08rem 0.32rem 0.08rem 0.32rem;
    display: flex;
    align-items: center;
    font-size: 0.78rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.13);
    transition: box-shadow 0.2s, top 0.2s;

    justify-content: center;
}

.global-selection-fab .btn {
    font-size: 0.68rem;
    padding: 0.08rem 0.32rem;
    color: #22325a;
    background: #f9dd56;
    border: none;
    height: 18px;
    line-height: 1;
}

.global-selection-fab .btn:hover,
.global-selection-fab .btn:focus {
    background: #ffe066;
    color: #22325a;
}

#fab-location {
    color: #f9dd56;
}

#fab-skill {
    color: #fff;
}

#fab-divider {
    color: #f9dd56;
}

/* Remove top/left overrides for mobile so it stays fixed under logo */
@media (max-width: 991.98px) {
    .global-selection-fab {
        top: 120px;
    }
}




/* Highlight invalid location select */
#modalFacilitySelect.is-invalid {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, .25);
}

/* Make flatpickr calendar full width and touch-friendly on mobile */


/* --- Time Block Styling for Private Court Rentals --- */
.court-session-block {
    background: #1b3158;
    color: #fff;
    border-radius: 0.7rem;
    box-shadow: 0 2px 8px #eaf1fa;
    padding: 0.5rem 0.6rem 0.4rem 0.6rem;
    margin: 0.3rem;
    min-width: 90px;
    max-width: 110px;
    min-height: 70px;
    flex: 1 1 28%;
    text-align: center;
    font-size: 0.97rem;
    font-weight: 600;
    position: relative;
    transition: box-shadow 0.2s, transform 0.2s, background 0.2s;
    cursor: pointer;
    border: 2px solid transparent;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.court-session-block.selected,
.court-session-block:hover {
    background: #f9dd56;
    color: #1b3158 !important;
    border-color: #f9dd56;
    transform: translateY(-2px) scale(1.04);
    box-shadow: 0 4px 16px #f9dd56a0;
}

.court-session-block.sold {
    background: #e5e7eb !important;
    color: #b91c1c !important;
    cursor: not-allowed !important;
    opacity: 0.7;
    border-color: #b91c1c;
    pointer-events: none;
}

.court-session-block .sold-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.85);
    color: #b91c1c;
    font-weight: 900;
    font-size: 1.1em;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.7rem;
    z-index: 2;
    pointer-events: none;
    letter-spacing: 1px;
}

#time-slots {
    display: flex;
    flex-wrap: wrap;
    gap: 0.3rem;
    justify-content: flex-start;
    align-items: stretch;
}

@media (max-width: 991px) {
    #time-slots {
        gap: 0.2rem;
        justify-content: center;
    }

    .court-session-block {
        min-width: 90px;
        max-width: 32vw;
        font-size: 0.93rem;
        padding: 0.45rem 0.2rem 0.35rem 0.2rem;
    }
}

@media (max-width: 600px) {
    .court-session-block {
        min-width: 30vw;
        max-width: 32vw;
        font-size: 0.92rem;
        padding: 0.35rem 0.1rem 0.3rem 0.1rem;
    }

    #time-slots {
        gap: 0.15rem;
    }
}

/* --- Book Button Styling --- */
#book-court-btn,
.pay-btn {
    font-size: 1.25rem !important;
    font-weight: 900 !important;
    padding: 1.1rem 0 !important;
    border-radius: 0.8rem !important;
    background: linear-gradient(90deg, #1b3158 0%, #f9dd56 100%) !important;
    color: #1b3158 !important;
    border: none !important;
    box-shadow: 0 4px 16px 0 #f9dd56a0;
    margin-top: 1.2rem !important;
    letter-spacing: 1px;
    width: 100% !important;
    transition: background 0.2s, color 0.2s, box-shadow 0.2s;
}

#book-court-btn:disabled,
.pay-btn:disabled {
    background: #e5e7eb !important;
    color: #b1b1b1 !important;
    cursor: not-allowed !important;
    box-shadow: none !important;
}

#book-court-btn:hover:not(:disabled),
.pay-btn:hover:not(:disabled) {
    background: linear-gradient(90deg, #f9dd56 0%, #1b3158 100%) !important;
    color: #1b3158 !important;
    box-shadow: 0 8px 24px 0 #f9dd56a0;
}

#book-court-btn,
.pay-btn {
    font-size: 1.25rem !important;
    font-weight: 900 !important;
    padding: 1.1rem 0 !important;
    border-radius: 0.8rem !important;
    background: #1b3158 !important;
    color: #fff !important;
    border: none !important;
    box-shadow: 0 4px 16px 0 #eaf1fa;
    margin-top: 1.2rem !important;
    letter-spacing: 1px;
    width: 100% !important;
    transition: background 0.2s, color 0.2s, box-shadow 0.2s;
}

#book-court-btn:disabled,
.pay-btn:disabled {
    background: #e5e7eb !important;
    color: #b1b1b1 !important;
    cursor: not-allowed !important;
    box-shadow: none !important;
}

#book-court-btn:hover:not(:disabled),
.pay-btn:hover:not(:disabled) {
    background: #f9dd56 !important;
    color: #1b3158 !important;
    box-shadow: 0 8px 24px 0 #f9dd56a0;
}

.court-session-block.sold {
    background: #1b3158 !important;
    color: #b1b1b1 !important;
    cursor: not-allowed !important;
    opacity: 0.7;
    border-color: #b1b1b1;
    pointer-events: none;
}

.court-session-block .sold-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.7);
    color: #222;
    font-weight: 900;
    font-size: 1.1em;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.7rem;
    z-index: 2;
    pointer-events: none;
    letter-spacing: 1px;
}

.court-session-block .session-start-time {
    font-size: 1.1rem;
    font-weight: bold;
    color: inherit;
}

/* --- Mobile Slide-out Menu Styles --- */
.mobile-menu-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(27, 49, 88, 0.65);
    z-index: 2000;
    transition: opacity 0.25s;
    opacity: 0;
}

.mobile-menu-overlay.active {
    display: block;
    opacity: 1;
}

.mobile-menu-panel {
    position: fixed;
    top: 0;
    left: 0;
    width: 88vw;
    max-width: 370px;
    height: 100vh;
    background: #1b3158;
    color: #fff;
    z-index: 2100;
    transform: translateX(-100%);
    transition: transform 0.32s cubic-bezier(.4, 0, .2, 1);
    box-shadow: 2px 0 24px rgba(0, 0, 0, 0.18);
    display: flex;
    flex-direction: column;
    padding: 0;
}

.mobile-menu-panel.active {
    transform: translateX(0);
}

.mobile-menu-header {
    display: flex;
    align-items: center;
    padding: 1.1rem 1.2rem 0.7rem 1.2rem;
    border-bottom: 1px solid #2a4370;
    background: #1b3158;
    min-height: 60px;
}

.mobile-menu-title {
    font-size: 1.25rem;
    font-weight: 700;
    flex: 1;
    text-align: left;
    color: #ffe600;
}

.mobile-menu-close {
    background: none;
    border: none;
    color: #ffe600;
    font-size: 2.1rem;
    font-weight: 700;
    margin-right: 0.7rem;
    cursor: pointer;
    line-height: 1;
}

.mobile-menu-list {
    list-style: none;
    margin: 0;
    padding: 0.7rem 0 0 0;
}

.mobile-menu-list li {
    padding: 0.7rem 1.5rem;
    font-size: 1.13rem;
    border-bottom: 1px solid #2a4370;
    cursor: pointer;
    color: #fff;
    transition: background 0.18s, color 0.18s;
}

.mobile-menu-list li:last-child {
    border-bottom: none;
}

.mobile-menu-list li a {
    color: #fff;
    text-decoration: none;
    display: block;
    width: 100%;
}

.mobile-menu-list li:hover,
.mobile-menu-list li:focus {
    background: #22325a;
    color: #ffe600;
}

.mobile-menu-list li.has-panel>span {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.mobile-menu-list li.has-panel:after {
    content: '\203A';
    position: absolute;
    right: 1.2em;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.3em;
    color: #ffe600;
    margin-left: 0.7em;
    pointer-events: none;
    display: inline-block;
}

.mobile-subpanel {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #1b3158;
    z-index: 2200;
    flex-direction: column;
    height: 100%;
    width: 100%;
    animation: slideInPanel 0.32s cubic-bezier(.4, 0, .2, 1);
}

.mobile-subpanel.active {
    display: flex;
}

.mobile-menu-back {
    background: none;
    border: none;
    color: #ffe600;
    font-size: 1.7rem;
    font-weight: 700;
    margin-right: 1.1rem;
    cursor: pointer;
    line-height: 1;
}

@keyframes slideInPanel {
    from {
        transform: translateX(100%);
        opacity: 0;
    }

    to {
        transform: translateX(0);
        opacity: 1;
    }
}

@media (min-width: 992px) {

    .mobile-menu-overlay,
    .mobile-menu-panel {
        display: none !important;
    }
}

@media (max-width: 991.98px) {

    .navbar-collapse,
    .navbar-nav,
    .navbar-toggler {
        display: none !important;
    }

    .navbar-toggler {
        display: flex !important;
    }
}

body.mobile-menu-open {
    overflow: hidden;
}

/* Book Now button: center text and content */
.book-now-btn {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
    width: 100%;
}

/* Fix for mobile Book Now in menu */
.mobile-menu-list .book-now-btn {
    margin: 1.2rem auto 0 auto !important;
    width: 90% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
    font-size: 1.18rem !important;
    font-weight: 700 !important;
    height: 48px !important;
    border-radius: 2rem !important;
    box-shadow: 0 2px 8px #ffe60044 !important;
}

/* Make mobile menu panel take full width on small screens */
@media (max-width: 575.98px) {
    .mobile-menu-panel {
        width: 100vw !important;
        max-width: 100vw !important;
        min-width: 0 !important;
        left: 0 !important;
        right: 0 !important;
        border-radius: 0 !important;
    }
}

/* Fix yellow arrow alignment in mobile menu */
.mobile-menu-list li.has-panel {
    position: relative;
    padding-right: 2.2em;
}

.mobile-menu-list li.has-panel>span {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.mobile-menu-list li.has-panel:after {
    content: '\203A';
    position: absolute;
    right: 1.2em;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.3em;
    color: #ffe600;
    margin-left: 0.7em;
    pointer-events: none;
    display: inline-block;
}

/* Hide the navbar toggler (3-line menu button) when the sidebar is open on mobile */
body.mobile-menu-open .navbar-toggler {
    display: none !important;
}

/* Remove top/left overrides for mobile so it stays fixed under logo */
@media (max-width: 991.98px) {
    .global-selection-fab {
        top: 120px;
        font-size: 10px;
    }

    .global-selection-fab .btn {
        font-size: 10px;
        height: 14px;
    }
}