/* Custom styles for Fresha-like public discovery portal */

body {
    font-family: 'Outfit', 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    color: #101928;
    background-color: #fafbfc;
}

.navbar-discovery {
    background-color: #ffffff;
    border-bottom: 1px solid #f0f2f5;
    padding: 1rem 0;
}

.search-hero {
    background: linear-gradient(135deg, #101928 0%, #1d2739 100%);
    padding: 6rem 0;
    color: #ffffff;
    border-radius: 0 0 24px 24px;
}

.search-bar-container {
    background: #ffffff;
    border-radius: 12px;
    padding: 0.5rem;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
}

.search-input-group {
    border-right: 1px solid #f0f2f5;
}

@media (max-width: 767.98px) {
    .search-input-group {
        border-right: none;
        border-bottom: 1px solid #f0f2f5;
        margin-bottom: 0.5rem;
    }
}

.search-bar-container input {
    border: none;
    outline: none;
    box-shadow: none !important;
    padding: 0.75rem 1rem;
    font-size: 1rem;
    color: #101928;
}

.search-bar-container input::placeholder {
    color: #98a2b3;
}

.category-card {
    transition: all 0.3s ease;
    border-radius: 16px;
    background: #ffffff;
    border: 1px solid #f0f2f5;
}

.category-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 24px rgba(16, 25, 40, 0.06);
    border-color: #696cff;
}

.category-icon {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background-color: rgba(105, 108, 255, 0.08);
    color: #696cff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.75rem;
    margin: 0 auto 1rem auto;
}

.salon-card {
    transition: all 0.3s ease;
    border-radius: 16px;
    overflow: hidden;
    background: #ffffff;
    border: 1px solid #f0f2f5;
}

.salon-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 24px rgba(16, 25, 40, 0.08);
}

.salon-badge {
    background-color: #ffffff;
    color: #101928;
    font-weight: 600;
    border-radius: 8px;
    padding: 0.25rem 0.5rem;
    font-size: 0.85rem;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}

.sidebar-sticky {
    position: sticky;
    top: 2rem;
}

.service-row {
    padding: 1.25rem 0;
    border-bottom: 1px solid #f0f2f5;
    transition: all 0.2s ease;
}

.service-row:hover {
    background-color: #fafbfc;
}

/* Fresha style search pill */
.search-pill-wrapper {
    background: #ffffff;
    border-radius: 50px;
    padding: 8px 12px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
    display: flex;
    align-items: center;
    max-width: 960px;
    border: 1px solid rgba(0,0,0,0.05);
    position: relative;
    z-index: 99;
}

@media (max-width: 991.98px) {
    .search-pill-wrapper {
        flex-direction: column;
        border-radius: 24px;
        padding: 15px;
    }
    .search-pill-input {
        border-right: none !important;
        border-bottom: 1px solid #f2f4f7;
        padding: 10px 0 !important;
        width: 100%;
    }
    .search-pill-btn {
        width: 100%;
        margin-top: 10px;
    }
}

.search-pill-input {
    display: flex;
    align-items: center;
    flex: 1;
    padding: 0 20px;
    position: relative;
}

.search-pill-input:not(:last-of-type) {
    border-right: 1px solid #e4e7ec;
}

.search-pill-input i {
    font-size: 1.25rem;
    color: #667085;
    margin-right: 12px;
}

.search-pill-input input {
    border: none;
    background: transparent;
    outline: none;
    width: 100%;
    font-size: 0.95rem;
    color: #1d2939;
    font-weight: 500;
    padding: 8px 0;
}

.search-pill-input input::placeholder {
    color: #98a2b3;
}

.search-pill-btn {
    background: #101828;
    color: #ffffff;
    border: none;
    border-radius: 50px;
    padding: 12px 32px;
    font-weight: 600;
    font-size: 0.95rem;
    transition: all 0.2s ease;
    cursor: pointer;
}

.search-pill-btn:hover {
    background: #1d2939;
}

/* Autocomplete Dropdown Panel */
.search-dropdown-menu {
    position: absolute;
    top: calc(100% + 12px);
    left: 0;
    width: 480px;
    background: #ffffff;
    border-radius: 20px;
    box-shadow: 0 16px 40px rgba(16, 25, 40, 0.16);
    z-index: 1000;
    display: none;
    text-align: left;
    overflow: hidden;
    border: 1px solid rgba(16, 25, 40, 0.08);
}

.search-dropdown-tabs {
    display: flex;
    gap: 8px;
    border-bottom: 1px solid #f2f4f7;
    padding: 16px 20px 12px 20px;
}

.dropdown-tab-btn {
    border: none;
    background: #f2f4f7;
    border-radius: 20px;
    padding: 6px 16px;
    font-size: 0.85rem;
    font-weight: 600;
    color: #344054;
    cursor: pointer;
    transition: all 0.2s ease;
}

.dropdown-tab-btn.active {
    background: #101828;
    color: #ffffff;
}

.dropdown-tab-btn span {
    font-weight: 400;
    color: #667085;
    margin-left: 4px;
}

.dropdown-tab-btn.active span {
    color: rgba(255, 255, 255, 0.7);
}

.search-dropdown-body {
    max-height: 380px;
    overflow-y: auto;
    padding: 16px 0;
}

.search-dropdown-section-title {
    font-size: 0.85rem;
    font-weight: 700;
    color: #101828;
    padding: 0 20px 8px 20px;
    margin: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.search-dropdown-section-title .clear-btn {
    color: #696cff;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.8rem;
}

.search-dropdown-item {
    display: flex;
    align-items: center;
    padding: 10px 20px;
    color: #344054;
    font-size: 0.9rem;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.2s ease;
    cursor: pointer;
}

.search-dropdown-item:hover {
    background-color: #f9fafb;
    color: #101828;
}

.search-dropdown-item i {
    font-size: 1.15rem;
    color: #667085;
    margin-right: 12px;
    background: #f2f4f7;
    padding: 8px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

/* Calendar dropdown styles */
.calendar-dropdown-menu {
    position: absolute;
    top: calc(100% + 12px);
    right: 0;
    width: 620px;
    background: #ffffff;
    border-radius: 20px;
    box-shadow: 0 16px 40px rgba(16, 25, 40, 0.16);
    z-index: 1000;
    display: none;
    padding: 24px;
    border: 1px solid rgba(16, 25, 40, 0.08);
}

@media (max-width: 767.98px) {
    .calendar-dropdown-menu {
        width: 100%;
        position: fixed;
        bottom: 0;
        top: auto;
        left: 0;
        right: 0;
        border-radius: 20px 20px 0 0;
        max-height: 80vh;
        overflow-y: auto;
    }
}

.calendar-dropdown-layout {
    display: flex;
    gap: 24px;
}

@media (max-width: 575.98px) {
    .calendar-dropdown-layout {
        flex-direction: column;
    }
}

.calendar-dropdown-left {
    width: 160px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

@media (max-width: 575.98px) {
    .calendar-dropdown-left {
        width: 100%;
        flex-direction: row;
    }
    .quick-date-btn {
        flex: 1;
    }
}

.quick-date-btn {
    border: 1px solid #e4e7ec;
    border-radius: 12px;
    padding: 16px;
    text-align: center;
    background: #ffffff;
    cursor: pointer;
    transition: all 0.2s ease;
}

.quick-date-btn.active, .quick-date-btn:hover {
    border-color: #696cff;
    background-color: rgba(105, 108, 255, 0.04);
}

.quick-date-btn h6 {
    margin: 0 0 4px 0;
    font-weight: 700;
    color: #101828;
}

.quick-date-btn p {
    margin: 0;
    font-size: 0.8rem;
    color: #667085;
}

.calendar-dropdown-right {
    flex: 1;
}

.calendar-month-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
    font-weight: 700;
    color: #101828;
}

.calendar-month-grid {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 8px;
    text-align: center;
}

.calendar-day-label {
    font-size: 0.8rem;
    font-weight: 600;
    color: #667085;
    padding-bottom: 8px;
}

.calendar-day {
    padding: 8px;
    border-radius: 50%;
    cursor: pointer;
    font-size: 0.9rem;
    font-weight: 500;
    color: #344054;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    margin: 0 auto;
}

.calendar-day:hover {
    background-color: #f2f4f7;
}

.calendar-day.active {
    background-color: #101828;
    color: #ffffff;
}

.calendar-dropdown-bottom {
    border-top: 1px solid #f2f4f7;
    margin-top: 20px;
    padding-top: 20px;
}

.time-selector-group {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
}

.time-select-btn {
    border: 1px solid #e4e7ec;
    border-radius: 12px;
    padding: 8px 16px;
    background: #ffffff;
    cursor: pointer;
    font-size: 0.85rem;
    font-weight: 600;
    color: #344054;
    transition: all 0.2s ease;
    text-align: center;
}

.time-select-btn.active, .time-select-btn:hover {
    border-color: #696cff;
    color: #696cff;
    background-color: rgba(105, 108, 255, 0.04);
}

.time-select-btn span {
    display: block;
    font-size: 0.75rem;
    font-weight: 400;
    color: #667085;
}

/* Prevent dropdown container clipping issues inside hero */
.hero-section, .hero-content {
    overflow: visible !important;
}

.search-dropdown-menu, .calendar-dropdown-menu {
    z-index: 99999 !important;
}

/* Search results split layout styles */
.search-split-container {
    height: calc(100vh - 75px);
    overflow: hidden;
}

.search-results-list {
    height: 100%;
    overflow-y: auto;
    padding: 24px;
    background-color: #ffffff;
}

.search-map-pane {
    height: 100%;
    background-color: #e5e9f0;
    position: relative;
}

.services-chips-container {
    display: flex;
    flex-wrap: nowrap !important;
    overflow-x: auto !important;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE 10+ */
    -webkit-overflow-scrolling: touch;
    gap: 8px;
    padding-bottom: 8px;
}
.services-chips-container::-webkit-scrollbar {
    display: none; /* Safari and Chrome */
}
@media (max-width: 768px) {
    .services-chips-container {
        flex-wrap: nowrap !important;
        overflow-x: auto !important;
        padding-bottom: 8px !important;
        width: 100%;
    }
}

.service-category-section {
    scroll-margin-top: 85px;
}


.filter-chip {
    border: 1px solid #e4e7ec;
    background: #ffffff;
    border-radius: 20px;
    padding: 6px 16px;
    font-size: 0.85rem;
    font-weight: 600;
    color: #344054;
    cursor: pointer;
    transition: all 0.2s ease;
    text-decoration: none;
    display: inline-block;
    flex: 0 0 auto;
    white-space: nowrap;
}

.filter-chip.active, .filter-chip:hover {
    background: #101828;
    color: #ffffff;
    border-color: #101828;
}

.search-card-img-wrapper {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
}

.favorite-heart-btn {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: rgba(0,0,0,0.4) !important;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff !important;
    font-size: 1.15rem;
    cursor: pointer;
    box-shadow: 0 4px 10px rgba(0,0,0,0.15);
    transition: all 0.2s ease;
}
.favorite-heart-btn:hover {
    background: rgba(0,0,0,0.6) !important;
    color: #e31b23 !important;
}
.favorite-heart-btn.active {
    background: rgba(227, 27, 35, 0.15) !important;
    color: #e31b23 !important;
}

/* Filter Pill Button Styling on Search Page */
.filter-pill-btn {
    border: 1px solid #e4e7ec !important;
    background: #ffffff !important;
    border-radius: 20px !important;
    padding: 6px 14px !important;
    font-size: 0.825rem !important;
    font-weight: 500 !important;
    color: #344054 !important;
    cursor: pointer !important;
    transition: all 0.2s ease !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    white-space: nowrap !important;
}

.filter-pill-btn:hover {
    background: #f9fafb !important;
    border-color: #d0d5dd !important;
    color: #101828 !important;
}

.filter-pill-btn.active {
    background: #101828 !important;
    color: #ffffff !important;
    border-color: #101828 !important;
}

/* Hide chevron from dropdown toggle */
.filter-pill-btn.dropdown-toggle::after {
    display: none !important;
}

/* Hide scrollbar for category list */
.scrollbar-none::-webkit-scrollbar {
    display: none !important;
}
.scrollbar-none {
    scrollbar-width: none !important;
}

/* Mobile Floating Map Button Styling */
.mobile-map-toggle-floating {
    position: fixed !important;
    bottom: 20px !important;
    right: 20px !important;
    z-index: 9999 !important;
    background: #ffffff !important;
    border: 1px solid #e4e7ec !important;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.12) !important;
    border-radius: 30px !important;
    padding: 10px 20px !important;
    font-weight: 600 !important;
    font-size: 0.875rem !important;
    color: #344054 !important;
    display: flex !important;
    align-items: center !important;
    gap: 6px !important;
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

.mobile-map-toggle-floating:active {
    transform: scale(0.95) !important;
}

.favorite-heart-btn:hover {
    color: #f04438;
    background: #ffffff;
}

.deal-badge {
    position: absolute;
    top: 12px;
    left: 12px;
    background: #101828;
    color: #ffffff;
    border-radius: 6px;
    padding: 4px 8px;
    font-weight: 700;
    font-size: 0.75rem;
}

/* Custom leaflet map speech-bubble rating markers */
.leaflet-rating-marker {
    background: #101828;
    color: #ffffff;
    border-radius: 20px;
    padding: 4px 10px;
    font-weight: 700;
    font-size: 0.85rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    border: 2px solid #ffffff;
    white-space: nowrap;
}

.leaflet-rating-marker::before {
    content: "★ ";
    color: #fdb022;
    font-size: 0.75rem;
    margin-right: 2px;
}

/* Header centered search pill styles */
.search-header-pill {
    background: #ffffff;
    border: 1px solid #e4e7ec;
    border-radius: 50px;
    padding: 3px 6px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    display: inline-block;
    width: 100%;
}

.search-header-pill-inner {
    display: flex;
    align-items: center;
    width: 100%;
}

.search-header-pill-inner input {
    border: none;
    outline: none;
    background: transparent;
    font-size: 0.85rem;
    font-weight: 500;
    color: #1d2939;
    padding: 6px 12px;
    flex: 1;
    min-width: 0;
}

.search-header-pill-inner input::placeholder {
    color: #98a2b3;
}

.search-header-pill-inner .divider {
    width: 1px;
    height: 18px;
    background-color: #e4e7ec;
    margin: 0 4px;
}

.search-header-circle-btn {
    background: #101828;
    color: #ffffff;
    border: none;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s ease;
    flex-shrink: 0;
}

.search-header-circle-btn:hover {
    background: #1d2939;
}

/* Fresha-Style Premium Booking Checkout Styles */
.service-card-item {
    border: 1px solid #eaecf0 !important;
    border-radius: 12px !important;
    background: #ffffff;
    transition: all 0.25s ease !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.01);
}
.service-card-item:hover {
    border-color: #d0d5dd !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04);
    transform: translateY(-1px);
}
.service-card-item.selected {
    border-color: #7f56d9 !important;
    background-color: #f9f5ff !important;
    box-shadow: 0 4px 15px rgba(127, 86, 217, 0.08);
}
.btn-select-service {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    border: 1px solid #d0d5dd;
    background: #ffffff;
    color: #101828;
    font-size: 1.15rem;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s ease;
}
.btn-select-service:hover {
    background: #f9fafb;
    border-color: #98a2b3;
}
.service-card-item.selected .btn-select-service {
    background: #7f56d9 !important;
    color: #ffffff !important;
    border-color: #7f56d9 !important;
}

/* Wizard Progress Steps Indicator */
.booking-wizard-header {
    border-bottom: 1px solid #eaecf0;
    padding-bottom: 1rem;
    margin-bottom: 1.5rem;
}
.step-indicator-wrapper {
    display: flex;
    justify-content: space-between;
    position: relative;
}
.step-indicator {
    flex: 1;
    text-align: center;
    font-size: 0.85rem;
    font-weight: 600;
    color: #98a2b3;
    position: relative;
}
.step-indicator::after {
    content: '';
    position: absolute;
    bottom: -12px;
    left: 0;
    right: 0;
    height: 3px;
    background: #eaecf0;
    transition: background 0.3s ease;
}
.step-indicator.active {
    color: #7f56d9;
}
.step-indicator.active::after {
    background: #7f56d9;
}
.step-indicator.completed {
    color: #12b76a;
}
.step-indicator.completed::after {
    background: #12b76a;
}

/* Staff Selection Cards */
.staff-card-item {
    border: 1px solid #eaecf0;
    border-radius: 12px;
    padding: 1rem;
    cursor: pointer;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0.75rem;
}
.staff-card-item:hover {
    border-color: #d0d5dd;
    background: #f9fafb;
}
.staff-card-item.selected {
    border-color: #7f56d9;
    background: #f9f5ff;
}
.staff-avatar {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #f4ebff;
    color: #7f56d9;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Date Pills Strip */
.date-pills-strip {
    display: flex;
    gap: 8px;
    overflow-x: auto;
    padding-bottom: 12px;
    margin-bottom: 1.5rem;
    scrollbar-width: thin;
}
.date-pills-strip::-webkit-scrollbar {
    height: 6px;
}
.date-pills-strip::-webkit-scrollbar-thumb {
    background: #eaecf0;
    border-radius: 3px;
}
.date-pill {
    flex: 0 0 75px;
    border: 1px solid #eaecf0;
    border-radius: 12px;
    padding: 10px 0;
    text-align: center;
    cursor: pointer;
    transition: all 0.2s ease;
    background: #ffffff;
}
.date-pill:hover {
    border-color: #d0d5dd;
    background: #f9fafb;
}
.date-pill.selected {
    border-color: #7f56d9;
    background: #7f56d9;
    color: #ffffff;
}
.date-pill.selected .text-muted {
    color: rgba(255, 255, 255, 0.8) !important;
}

/* Time Slots Flex List */
.time-slots-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    max-height: 250px;
    overflow-y: auto;
    padding-right: 5px;
}
.time-slot-btn {
    border: 1px solid #eaecf0;
    background: #ffffff;
    border-radius: 10px;
    padding: 10px 0;
    text-align: center;
    font-size: 0.9rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s ease;
}
.time-slot-btn:hover {
    border-color: #d0d5dd;
    background: #f9fafb;
}
.time-slot-btn.selected {
    border-color: #7f56d9;
    background: #7f56d9;
    color: #ffffff;
}

/* Salon details layouts */
.salon-detail-header {
    font-family: 'Outfit', sans-serif;
}
.salon-image-grid {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 12px;
    margin-bottom: 1.25rem;
}
@media (max-width: 768px) {
    .salon-image-grid {
        display: flex !important;
        flex-direction: row !important;
        overflow-x: auto !important;
        scroll-snap-type: x mandatory !important;
        gap: 8px !important;
        margin-bottom: 0.75rem !important;
        padding-bottom: 8px !important;
        scrollbar-width: none;
        -webkit-overflow-scrolling: touch;
    }
    .salon-image-grid::-webkit-scrollbar {
        display: none;
    }
    .salon-grid-main {
        flex: 0 0 85% !important;
        scroll-snap-align: start !important;
        margin: 0 !important;
    }
    .salon-grid-main img {
        height: 140px !important;
        width: 100% !important;
        border-radius: 12px !important;
        object-fit: cover !important;
    }
    .salon-grid-side {
        display: flex !important;
        flex-direction: row !important;
        gap: 8px !important;
        flex: 0 0 auto !important;
        margin: 0 !important;
    }
    .salon-grid-side-item {
        flex: 0 0 140px !important;
        height: 140px !important;
        scroll-snap-align: start !important;
    }
    .salon-grid-side-item img {
        height: 100% !important;
        width: 100% !important;
        border-radius: 12px !important;
        object-fit: cover !important;
    }
}
.salon-grid-main img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius: 12px;
}
.salon-grid-side {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.salon-grid-side-item {
    position: relative;
    height: 194px;
}
.salon-grid-side-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
}
.see-all-btn {
    position: absolute;
    bottom: 12px;
    right: 12px;
    background: #ffffff;
    color: #101828;
    border: none;
    padding: 6px 14px;
    font-size: 0.85rem;
    font-weight: 600;
    border-radius: 20px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
    cursor: pointer;
    transition: transform 0.2s;
}
.see-all-btn:hover {
    transform: scale(1.03);
}
.service-row-item {
    border-bottom: 1px solid #f2f4f7;
    padding: 20px 0;
}
.service-row-item:last-child {
    border-bottom: none;
}
.sticky-sidebar-box {
    position: sticky;
    top: 90px;
    border: 1px solid #e4e7ec;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.03);
}
#galleryModal .modal-content {
    background: #000000;
    border: none;
    box-shadow: none;
    height: 100vh;
}
.lightbox-carousel-item {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #000;
    overflow: hidden;
}
.lightbox-carousel-item img {
    max-width: 100%;
    max-height: 100vh;
    object-fit: contain;
}
.lightbox-close-btn {
    background: rgba(255, 255, 255, 0.15);
    border: none;
    color: #fff;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 1.8rem;
    transition: all 0.2s ease;
    position: absolute;
    top: 24px;
    right: 24px;
    z-index: 1060;
}
.lightbox-close-btn:hover {
    background: rgba(255, 255, 255, 0.3);
    color: #fff;
}

/* Interactive Checkout Auth Modal styling */
#bookingAuthModal .modal-content {
    font-family: 'Inter', sans-serif;
}
#bookingAuthModal h4 {
    font-family: 'Outfit', sans-serif;
}
#bookingAuthModal .btn-close {
    background-size: 14px;
    opacity: 0.8;
}
#bookingAuthModal .form-control:focus {
    border-color: #101828 !important;
    box-shadow: 0 0 0 4px rgba(16, 24, 40, 0.08) !important;
}
#bookingAuthModal .btn-light {
    border: 1px solid #eaecf0;
    transition: all 0.2s ease;
}
#bookingAuthModal .btn-light:hover {
    background-color: #f9fafb !important;
    border-color: #d0d5dd !important;
}
#bookingAuthModal .btn-dark:hover {
    background: #1d2939 !important;
}
#bookingAuthModal input {
    transition: all 0.2s ease;
}

.user-profile-dropdown {
    position: relative !important;
}

.user-profile-btn * {
    pointer-events: none !important;
}

.user-profile-dropdown .dropdown-menu {
    border-radius: 20px !important;
    border: 1px solid #eaecf0 !important;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08) !important;
    padding: 1rem !important;
    min-width: 290px;
    margin-top: 12px !important;
    z-index: 99999 !important;
}

.user-profile-dropdown .dropdown-menu.show {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
    position: absolute !important;
    right: 0 !important;
    left: auto !important;
    top: 100% !important;
}

.user-profile-dropdown .dropdown-item {
    padding: 0.6rem 0.85rem !important;
    border-radius: 10px !important;
    font-size: 0.925rem !important;
    font-weight: 500 !important;
    color: #344054 !important;
    transition: all 0.2s ease;
}

.user-profile-dropdown .dropdown-item:hover {
    background-color: #f2f4f7 !important;
    color: #101828 !important;
}

.user-profile-dropdown .dropdown-item i {
    font-size: 1.25rem !important;
    color: #475467 !important;
}

.user-profile-dropdown .dropdown-item:hover i {
    color: #101828 !important;
}

.user-profile-dropdown .dropdown-divider {
    border-color: #eaecf0 !important;
    margin: 0.5rem 0 !important;
}

.user-profile-avatar {
    width: 38px;
    height: 38px;
    background-color: #101828;
    color: #ffffff;
    font-weight: 700;
    font-size: 0.95rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
    text-transform: uppercase;
}

.user-profile-btn {
    border: 1px solid #e4e7ec !important;
    background: #ffffff !important;
    border-radius: 50px !important;
    padding: 4px 14px 4px 4px !important;
    transition: all 0.2s ease;
}

.user-profile-btn:hover {
    background: #f9fafb !important;
    border-color: #d0d5dd !important;
}

@media (max-width: 767.98px) {
    body {
        padding-bottom: 90px !important;
    }
}

/* Responsive salon page refinements */
.salon-title {
    font-size: 2rem;
    letter-spacing: -0.5px;
}

@media (max-width: 767.98px) {
    .salon-title {
        font-size: 1.35rem !important;
        margin-bottom: 0.25rem !important;
    }
}

.mobile-sticky-bottom-bar {
    display: none !important;
}

@media (max-width: 767.98px) {
    .mobile-sticky-bottom-bar.visible {
        display: block !important;
    }
}

/* Share and love action buttons styling */
.action-circle-btn {
    width: 40px;
    height: 40px;
    transition: all 0.2s ease;
}
.action-circle-btn i {
    font-size: 1.2rem;
}
@media (max-width: 767.98px) {
    .action-circle-btn {
        width: 32px;
        height: 32px;
    }
    .action-circle-btn i {
        font-size: 0.95rem;
    }
}

/* Services heading responsive size */
.services-heading {
    font-size: 1.4rem;
}
@media (max-width: 767.98px) {
    .services-heading {
        font-size: 1.15rem !important;
    }
}

/* Filter chip responsive sizes */
@media (max-width: 767.98px) {
    .filter-chip {
        padding: 4px 10px !important;
        font-size: 0.775rem !important;
    }
}

/* User profile dropdown alignment in header on mobile */
@media (max-width: 991.98px) {
    .header-nav .user-profile-nav {
        display: flex !important;
        position: absolute !important;
        right: 0px !important;
        top: 50% !important;
        transform: translateY(-50%) !important;
        z-index: 1001 !important;
        margin: 0 !important;
        padding: 0 !important;
        list-style: none !important;
    }
    .header-nav .user-profile-nav .user-profile-btn {
        padding: 4px !important;
        border: none !important;
        background: transparent !important;
    }
    .header-nav .user-profile-nav .user-profile-btn span,
    .header-nav .user-profile-nav .user-profile-btn i {
        display: none !important;
    }
    
    /* Hamburger menu adjustments */
    #mobile_btn {
        display: inline-block !important;
        left: 0px !important;
        top: 50% !important;
        transform: translateY(-50%) !important;
        padding: 0 !important;
    }
    #mobile_btn .bar-icon {
        width: 22px !important;
    }
    #mobile_btn .bar-icon span {
        width: 22px !important;
        margin-bottom: 4px !important;
        height: 2px !important;
    }
    #mobile_btn .bar-icon span:nth-child(3) {
        margin-bottom: 0 !important;
    }
}

/* Segmented switch (Venues / Professionals) */
.venues-professionals-switch {
    background-color: #f2f4f7 !important;
    border: 1px solid #e4e7ec !important;
    border-radius: 30px !important;
    padding: 3px !important;
    display: inline-flex !important;
    align-items: center !important;
}
.venues-professionals-switch .btn-switch-item {
    border: none !important;
    border-radius: 20px !important;
    padding: 6px 16px !important;
    font-size: 0.825rem !important;
    font-weight: 600 !important;
    transition: all 0.2s ease !important;
}
.venues-professionals-switch .btn-switch-item.active {
    background: #ffffff !important;
    color: #101828 !important;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08) !important;
}
.venues-professionals-switch .btn-switch-item:not(.active) {
    background: transparent !important;
    color: #667085 !important;
}




