body {
    background: linear-gradient(180deg, #fbfdff 0%, #f4f7fb 100%);
    padding: 0;
}

a {
    text-decoration: none;
}

.booking-shell {
    padding: 28px 0 56px;
}

.booking-page-card,
.booking-sidebar-card,
.booking-main-card,
.booking-location-bar,
.booking-modal-card,
.booking-cookie-card {
    background: #ffffff;
    border-radius: 28px;
    box-shadow: 0 18px 45px rgba(19, 35, 52, 0.08);
}

.booking-page-card {
    padding: 34px;
    margin-bottom: 24px;
    background: linear-gradient(135deg, #eef4ff 0%, #ffffff 56%, #f2fbf7 100%);
}

.booking-pill {
    display: inline-block;
    padding: 8px 14px;
    border-radius: 999px;
    background: #eaf3ff;
    color: #0c5fb0;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 14px;
}

.booking-page-card h1 {
    color: #112235;
    font-size: 38px;
    margin-bottom: 10px;
}

.booking-page-card p {
    color: #5f6a76;
    line-height: 1.85;
    margin-bottom: 0;
    max-width: 760px;
}

.booking-location-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    width: 100%;
    padding: 18px 22px;
    border: 1px solid #edf1f6;
    color: #112235;
    font-weight: 700;
}

.booking-location-bar:hover,
.booking-location-bar:focus {
    color: #112235;
}

.booking-location-meta {
    color: #5f6a76;
    font-weight: 600;
}

.booking-sidebar-card,
.booking-main-card {
    padding: 28px;
    height: 100%;
}

.booking-sidebar-title {
    color: #112235;
    margin-bottom: 8px;
}

.booking-sidebar-copy {
    color: #5f6a76;
    line-height: 1.8;
    margin-bottom: 20px;
}

.booking-sidebar-card .bookingCardLogo {
    width: 100%;
    max-width: 220px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    object-fit: contain;
}

.booking-sidebar-card dt {
    color: #72808f;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-size: 12px;
    margin-bottom: 6px;
}

.booking-sidebar-card dd {
    color: #112235;
    margin-bottom: 0;
}

.gradient-tabs {
    background: transparent;
    padding: 0;
    border-radius: 0;
}

.gradient-tabs .nav-tabs {
    display: flex;
    border: none;
    gap: 10px;
    margin-bottom: 18px;
    flex-wrap: nowrap;
}

.gradient-tabs .nav-tabs .nav-item {
    flex: 1 1 0;
}

.gradient-tabs .nav-link {
    border: 1px solid #dbe4ee;
    padding: 13px 16px;
    border-radius: 14px;
    font-weight: 700;
    color: #0c5fb0;
    background: #f8fbff;
    transition: all 0.25s ease;
}

.gradient-tabs .nav-link:hover {
    background: #eef4ff;
    color: #0c5fb0;
}

.gradient-tabs .nav-link.active {
    background: linear-gradient(135deg, #0c5fb0, #28a7a1);
    color: #ffffff;
    border-color: transparent;
}

.gradient-tabs .tab-content {
    background: transparent;
    padding: 0;
    border-radius: 0;
}

.gradient-tabs .tab-content .tab-pane {
    display: none;
}

.gradient-tabs .tab-content .tab-pane.show.active {
    display: block;
}

.boxed-check-group {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.boxed-check {
    margin: 0;
}

.boxed-check-input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.boxed-check-label.desktopServiceSelector {
    padding: 18px 18px;
    border-radius: 18px;
    border: 1px solid #e2e9f0;
    background: #f8fafc;
    color: #112235;
    cursor: pointer;
    transition: all 0.25s ease;
}

.boxed-check-label.desktopServiceSelector p {
    margin: 0;
    line-height: 1.5;
    font-weight: 700;
}

.boxed-check-label.desktopServiceSelector.is-active,
.boxed-check-input:checked + .boxed-check-label.desktopServiceSelector {
    background: linear-gradient(135deg, #eef4ff, #f3fbf7);
    border-color: #96bedf;
    box-shadow: 0 14px 30px rgba(19, 35, 52, 0.08);
    color: #112235 !important;
}

.boxed-check-label.desktopServiceSelector.is-active p,
.boxed-check-input:checked + .boxed-check-label.desktopServiceSelector p {
    color: #112235 !important;
}

#mobileServiceSelector select {
    height: 52px;
    border-radius: 14px;
    border: 1px solid #dbe4ee;
    background: #ffffff;
}

#content {
    min-height: 420px;
}

.booking-empty-state {
    padding: 40px 28px;
    text-align: center;
    border: 2px dashed #dbe4ee;
    border-radius: 24px;
    background: #fbfdff;
}

.booking-empty-state i {
    color: #28a76f;
    margin-bottom: 16px;
}

.booking-empty-state h1,
.booking-empty-state h4 {
    color: #112235;
}

.booking-empty-state p {
    color: #5f6a76;
    line-height: 1.8;
    margin-bottom: 0;
}

.booking-service-header {
    margin-bottom: 20px;
}

.booking-service-header h4 {
    color: #112235;
    margin-bottom: 8px;
}

.booking-service-header p {
    color: #5f6a76;
    line-height: 1.8;
    margin-bottom: 0;
}

.booking-branch-card {
    padding: 22px;
    border-radius: 22px;
    background: #ffffff;
    border: 1px solid #edf1f6;
    box-shadow: 0 14px 35px rgba(19, 35, 52, 0.06);
    margin-bottom: 16px;
}

.booking-step-image {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    display: block;
    border-radius: 18px;
    margin-bottom: 18px;
    background: #f7fafc;
}

.booking-branch-card-main {
    display: flex;
    align-items: center;
    gap: 16px;
}

.booking-branch-thumb {
    width: 68px;
    height: 68px;
    border-radius: 18px;
    overflow: hidden;
    border: 1px solid #e6edf4;
    background: #f7fafc;
    flex-shrink: 0;
}

.booking-branch-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.booking-branch-title {
    color: #112235;
    font-size: 22px;
    margin-bottom: 8px;
}

.booking-branch-address {
    color: #5f6a76;
    line-height: 1.75;
    margin-bottom: 0;
}

.booking-branch-side {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 12px;
    flex-wrap: wrap;
}

.booking-distance-chip {
    padding: 10px 14px;
    border-radius: 14px;
    background: #eef4ff;
    color: #0c5fb0;
    font-weight: 700;
    white-space: nowrap;
}

.booking-action-btn,
.booking-secondary-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px 18px;
    border-radius: 12px;
    font-weight: 700;
    border: 0;
}

.booking-action-btn {
    background: linear-gradient(135deg, #0c5fb0, #28a7a1);
    color: #ffffff;
    box-shadow: 0 14px 30px rgba(11, 79, 146, 0.18);
}

.booking-action-btn:hover,
.booking-action-btn:focus {
    color: #ffffff;
}

.booking-secondary-btn {
    background: #ffffff;
    color: #157347;
    border: 1px solid #dbe4ee;
}

.booking-secondary-btn:hover,
.booking-secondary-btn:focus {
    color: #0f5d39;
}

.booking-results-note {
    color: #72808f;
    text-align: center;
    margin-top: 8px;
}

.booking-modal-theme .modal-content {
    border: 0;
    border-radius: 28px;
    overflow: hidden;
    box-shadow: 0 28px 70px rgba(15, 33, 52, 0.2);
}

.booking-modal-theme .modal-header {
    border-bottom: 1px solid #edf1f6;
}

.booking-modal-card {
    padding: 0;
}

.booking-location-modal-body {
    padding: 0;
}

.booking-location-side {
    padding: 32px 28px;
    background: linear-gradient(180deg, #0d355f 0%, #0f5f8f 100%);
    color: #ffffff;
    height: 100%;
}

.booking-location-side h3 {
    color: #ffffff;
    margin-bottom: 12px;
}

.booking-location-side p {
    color: rgba(255, 255, 255, 0.88);
    line-height: 1.8;
}

.booking-location-badge {
    display: inline-block;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.14);
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-weight: 700;
    margin-bottom: 16px;
}

.booking-location-main {
    padding: 32px 28px;
    background: #f8fbfd;
}

.booking-location-main h4 {
    color: #112235;
    margin-bottom: 12px;
}

.booking-location-main p {
    color: #5f6a76;
    line-height: 1.8;
}

.booking-location-main input {
    height: 52px;
    border-radius: 14px;
    border: 1px solid #dbe4ee;
    background: #ffffff;
}

.booking-divider {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #8ea0b2;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-weight: 700;
    margin: 18px 0;
}

.booking-divider::before,
.booking-divider::after {
    content: "";
    flex: 1;
    height: 1px;
    background: #dbe4ee;
}

.booking-location-help {
    min-height: 100%;
    padding: 28px;
    border: 2px dashed #dbe4ee;
    border-radius: 22px;
    background: #ffffff;
    text-align: center;
}

.booking-location-help i {
    font-size: 34px;
    color: #0f5f8f;
    margin-bottom: 16px;
}

.booking-modal-booking .modal-body {
    padding: 0;
}

.booking-modal-booking-shell {
    min-height: 85vh;
    max-height: 85vh;
    overflow: auto;
}

.booking-modal-booking-shell > .row {
    min-height: 85vh;
    align-items: stretch;
}

.booking-modal-sidebar {
    padding: 30px 26px;
    background: linear-gradient(180deg, #0d355f 0%, #0f5f8f 100%);
    color: #ffffff;
    min-height: 100%;
}

.booking-modal-sidebar img {
    width: 100%;
    border-radius: 18px;
    margin-bottom: 18px;
}

.booking-modal-sidebar dl {
    margin-bottom: 18px;
}

.booking-modal-sidebar dt {
    color: rgba(255, 255, 255, 0.72);
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-size: 12px;
    margin-bottom: 6px;
}

.booking-modal-sidebar dd {
    color: #ffffff;
    margin-bottom: 10px;
}

.booking-modal-main {
    padding: 28px;
    background: #ffffff;
    min-height: 100%;
    display: flex;
    flex-direction: column;
}

.booking-modal-main-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 16px;
}

.booking-modal-main-head h4 {
    color: #112235;
    margin-bottom: 0;
}

.booking-calendar-nav {
    display: flex;
    gap: 10px;
    margin-bottom: 16px;
}

.booking-calendar-nav .btn {
    border-radius: 12px;
    min-width: 54px;
}

.booking-calendar-month {
    color: #112235;
    text-align: center;
    font-weight: 700;
    margin-bottom: 16px;
}

.availabilityList {
    gap: 10px;
    justify-content: center;
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
}

.availabilityList .nav-item {
    height: auto;
    width: auto;
    flex: 1 1 0;
    padding-bottom: 0;
    min-height: 78px;
    border: 1px solid #dbe4ee;
    border-radius: 16px;
    background: #f8fbfd;
    color: #112235;
    font-weight: 700;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    line-height: 1.4;
}

.availabilityList .nav-item.active {
    background: linear-gradient(135deg, #0c5fb0, #28a7a1);
    color: #ffffff;
    border-color: transparent;
}

#availabilityTabDiv {
    background: #f8fbfd;
    border-radius: 22px;
    padding: 20px;
    min-height: 100%;
}

.booking-slots-layout {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.booking-slot-panel {
    background: #ffffff;
    border: 1px solid #e5edf5;
    border-radius: 18px;
    padding: 18px;
}

.booking-slot-panel h6 {
    color: #112235;
    margin-bottom: 14px;
    text-align: center;
}

.booking-slot-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
}

.booking-slot-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 110px;
    padding: 12px 14px;
    border-radius: 12px;
    background: #ffffff;
    border: 1px solid #dbe4ee;
    color: #112235;
    font-weight: 700;
    transition: all 0.2s ease;
}

.booking-slot-link:hover,
.booking-slot-link:focus {
    background: #eef4ff;
    color: #0c5fb0;
    border-color: #9fc2e7;
}

.booking-slot-empty {
    width: 100%;
    padding: 16px;
    border-radius: 14px;
    background: #f8fbfd;
    color: #72808f;
    text-align: center;
    font-weight: 600;
}

.booking-availability-card {
    min-height: 100%;
    display: flex;
    flex-direction: column;
}

.booking-availability-body {
    flex: 1 1 auto;
}

.booking-cookie-card .modal-header {
    border-bottom: 1px solid #edf1f6;
}

.booking-cookie-card .modal-body,
.booking-cookie-card .modal-footer {
    padding: 24px 28px;
}

.booking-cookie-card .modal-footer {
    border-top: 0;
}

@media (max-width: 991px) {
    .booking-branch-side {
        justify-content: flex-start;
        margin-top: 16px;
    }

    .booking-modal-booking-shell {
        min-height: auto;
        max-height: none;
    }

    .booking-modal-booking-shell > .row {
        min-height: auto;
    }

    .booking-slots-layout {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 575px) {
    .booking-page-card,
    .booking-sidebar-card,
    .booking-main-card,
    .booking-location-bar,
    .booking-location-side,
    .booking-location-main,
    .booking-modal-sidebar,
    .booking-modal-main {
        padding: 22px;
    }

    .booking-page-card h1 {
        font-size: 31px;
    }

    .booking-location-bar {
        display: block;
    }

    .booking-location-bar .float-end,
    .booking-location-bar .float-start {
        float: none !important;
        display: block;
    }

    .availabilityList {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
