/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-2ewr3dj7pz] { position: relative; display: block; }

header[b-2ewr3dj7pz] { width: 100%; }

main[b-2ewr3dj7pz] { flex: 1; }

/* Minimal layout rules � adjust nav link appearance to black and normal weight */

.template-header .nav-link[b-2ewr3dj7pz] {
    color: #000 !important; /* black text */
    font-weight: 400 !important; /* normal weight */
    letter-spacing: 0.03em;
    padding: 0.45rem 0.65rem;
}

/* Ensure hover/active states remain visible but not heavy */
.template-header .nav-link:hover[b-2ewr3dj7pz],
.template-header .nav-link.active[b-2ewr3dj7pz] {
    color: #000 !important;
    background: rgba(0,0,0,0.03) !important;
    border-radius: 6px;
    text-decoration: none;
}

.template-header .navbar-brand[b-2ewr3dj7pz],
.template-header .navbar-brand img[b-2ewr3dj7pz] {
    color: #000 !important;
    max-height: 44px;
}

/* Offcanvas nav links match header */
.offcanvas .nav-link[b-2ewr3dj7pz] {
    color: #000 !important;
    font-weight: 400 !important;
}

.content[b-2ewr3dj7pz] { padding: 1.5rem; max-width: 1200px; margin: 0 auto; }

@media (min-width: 641px) {
    .content[b-2ewr3dj7pz] { padding-left: 2rem !important; padding-right: 2rem !important; }
}

#blazor-error-ui[b-2ewr3dj7pz] { color-scheme: light only; background: lightyellow; bottom: 0; box-shadow: 0 -1px 2px rgba(0,0,0,0.2); box-sizing: border-box; display: none; left: 0; padding: 0.6rem 1.25rem 0.7rem 1.25rem; position: fixed; width: 100%; z-index: 1000; }

#blazor-error-ui .dismiss[b-2ewr3dj7pz] { cursor: pointer; position: absolute; right: 0.75rem; top: 0.5rem; }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
/* Remove the old navbar-toggler styles that conflict with Bootstrap */
.navbar-toggler[b-ksdknueijg] {
    appearance: none;
    cursor: pointer;
    border: 1px solid rgba(0, 0, 0, 0.1);
    background-color: transparent;
    padding: 0.25rem 0.5rem;
    font-size: 1rem;
    line-height: 1;
    border-radius: 0.375rem;
}

.navbar-toggler:hover[b-ksdknueijg] {
    background-color: rgba(0, 0, 0, 0.05);
}

.navbar-toggler:focus[b-ksdknueijg] {
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

/* Ensure proper spacing and alignment for navbar items */
.navbar .container-fluid[b-ksdknueijg] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
}

/* Logo positioning - always on the left */
.navbar-brand[b-ksdknueijg] {
    font-size: 1.1rem;
    margin-right: auto;
    flex-shrink: 0;
    order: 0;
    padding: 0.5rem 0;
}

/* Search button and mobile toggle container */
.navbar .d-flex.ms-auto[b-ksdknueijg] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-left: auto;
}

/* Navigation link styles for larger screens */
@media (min-width: 992px) {
    .navbar-nav[b-ksdknueijg] {
        display: flex !important;
        flex-direction: row;
        align-items: center;
        gap: 1rem;
        margin-right: 1rem;
    }
    
    .navbar-nav .nav-item[b-ksdknueijg] {
        padding: 0;
    }
    
    .navbar-nav .nav-link[b-ksdknueijg] {
        padding: 0.5rem 1rem;
        color: #000 !important;
        font-weight: 400 !important;
        text-transform: uppercase;
        letter-spacing: 0.04em;
        border-radius: 0.375rem;
        transition: all 0.15s ease-in-out;
    }
    
    .navbar-nav .nav-link:hover[b-ksdknueijg] {
        background-color: rgba(0, 0, 0, 0.05) !important;
        color: #000 !important;
        text-decoration: none !important;
    }
    
    .navbar-nav .nav-link.active[b-ksdknueijg] {
        background-color: rgba(0, 0, 0, 0.1) !important;
        color: #000 !important;
    }
    
    /* Show desktop navigation inline */
    .collapse.navbar-collapse[b-ksdknueijg] {
        display: flex !important;
        justify-content: center;
        flex-grow: 1;
    }
    
    .navbar-toggler[b-ksdknueijg] {
        display: none;
    }
}

/* Mobile and tablet styles */
@media (max-width: 991px) {
    .navbar-toggler[b-ksdknueijg] {
        display: block;
        position: relative;
        z-index: 1040;
    }
    
    .collapse.navbar-collapse[b-ksdknueijg] {
        display: none !important;
    }
    
    .offcanvas[b-ksdknueijg] {
        background-color: #fff !important;
    }
    
    .offcanvas .navbar-nav .nav-link[b-ksdknueijg] {
        color: #000 !important;
        padding: 0.75rem 1rem;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }
    
    .offcanvas .navbar-nav .nav-link:hover[b-ksdknueijg] {
        background-color: rgba(0, 0, 0, 0.05) !important;
    }
    
    .offcanvas .navbar-nav .nav-link.active[b-ksdknueijg] {
        background-color: rgba(0, 0, 0, 0.1) !important;
        font-weight: 600 !important;
    }
}

/* Ensure search icon is visible and positioned correctly */
.navbar .d-flex.ms-auto a[b-ksdknueijg] {
    color: #000;
    text-decoration: none;
    display: flex;
    align-items: center;
    padding: 0.5rem;
    border-radius: 0.375rem;
    transition: all 0.15s ease-in-out;
}

.navbar .d-flex.ms-auto a:hover[b-ksdknueijg] {
    background-color: rgba(0, 0, 0, 0.05);
}

/* Ensure consistent spacing for all screen sizes */
.navbar[b-ksdknueijg] {
    min-height: 80px;
    padding: 0.75rem 1rem;
}

/* Updated logo styling for larger size */
.navbar-brand img[b-ksdknueijg] {
    height: 50px;
    width: auto;
    max-width: 200px;
    object-fit: contain;
}

/* Specific positioning for logo container */
.navbar .d-flex.align-items-center:first-child[b-ksdknueijg] {
    order: 0;
    margin-right: auto;
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-gzpzei9qbu],
.components-reconnect-repeated-attempt-visible[b-gzpzei9qbu],
.components-reconnect-failed-visible[b-gzpzei9qbu],
.components-pause-visible[b-gzpzei9qbu],
.components-resume-failed-visible[b-gzpzei9qbu],
.components-rejoining-animation[b-gzpzei9qbu] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-gzpzei9qbu],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-gzpzei9qbu],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-gzpzei9qbu],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-gzpzei9qbu],
#components-reconnect-modal.components-reconnect-retrying[b-gzpzei9qbu],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-gzpzei9qbu],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-gzpzei9qbu],
#components-reconnect-modal.components-reconnect-failed[b-gzpzei9qbu],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-gzpzei9qbu] {
    display: block;
}


#components-reconnect-modal[b-gzpzei9qbu] {
    background-color: white;
    width: 20rem;
    margin: 20vh auto;
    padding: 2rem;
    border: 0;
    border-radius: 0.5rem;
    box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity-b-gzpzei9qbu 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-gzpzei9qbu 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-gzpzei9qbu 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-gzpzei9qbu]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-gzpzei9qbu 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-gzpzei9qbu {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-gzpzei9qbu {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-gzpzei9qbu {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-gzpzei9qbu] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-gzpzei9qbu] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-gzpzei9qbu] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-gzpzei9qbu] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-gzpzei9qbu] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-gzpzei9qbu] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-gzpzei9qbu] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-gzpzei9qbu 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-gzpzei9qbu] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-gzpzei9qbu {
    0% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}
/* /Components/Pages/AppointmentDetail.razor.rz.scp.css */
/* Appointment Detail Page Styles */

.appointment-hero[b-ii4g22fwqc] {
    padding: 4rem 0;
}

.appointment-card[b-ii4g22fwqc] {
    background: #ffffff;
    padding: 3rem;
    border-radius: 15px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    border: 1px solid #e8ddd0;
}

.appointment-info-section h3[b-ii4g22fwqc] {
    display: flex;
    align-items: center;
    margin-bottom: 2rem;
}

.info-item[b-ii4g22fwqc] {
    margin-bottom: 1.5rem;
}

.info-label[b-ii4g22fwqc] {
    display: block;
    font-weight: 600;
    color: #7a6651;
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 0.5rem;
}

.info-label i[b-ii4g22fwqc] {
    color: #c9a45c;
}

.info-value[b-ii4g22fwqc] {
    color: #5c4a3a;
    font-size: 1.1rem;
    font-weight: 500;
    margin: 0;
    padding: 0.75rem;
    background: #faf8f5;
    border-radius: 8px;
    border-left: 3px solid #c9a45c;
}

/* Status Badge Styles */
.badge[b-ii4g22fwqc] {
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
}

/* Alert Styles */
.alert[b-ii4g22fwqc] {
    border-radius: 10px;
    padding: 1.25rem;
}

.alert i[b-ii4g22fwqc] {
    font-size: 1.2rem;
}

/* Button Styles */
.btn-danger[b-ii4g22fwqc] {
    background: linear-gradient(135deg, #dc3545 0%, #c82333 100%);
    border: none;
}

.btn-danger:hover[b-ii4g22fwqc] {
    background: linear-gradient(135deg, #c82333 0%, #bd2130 100%);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(220, 53, 69, 0.3);
}

.btn-outline-secondary:hover[b-ii4g22fwqc] {
    background-color: #5c4a3a;
    color: #ffffff;
    border-color: #5c4a3a;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(92, 74, 58, 0.3);
}

/* Modal Styles */
.modal.show[b-ii4g22fwqc] {
    display: block;
}

.modal-content[b-ii4g22fwqc] {
    border: 2px solid #e8ddd0;
}

.modal-header[b-ii4g22fwqc] {
    padding: 1.5rem;
}

.modal-title[b-ii4g22fwqc] {
    font-size: 1.5rem;
}

.modal-body[b-ii4g22fwqc] {
    background: #faf8f5;
}

.modal-footer[b-ii4g22fwqc] {
    padding: 1.5rem;
}

/* Loading Spinner */
.spinner-border[b-ii4g22fwqc] {
    animation: spinner-border 0.75s linear infinite;
}

/* Title Underline Animation */
.title-underline[b-ii4g22fwqc] {
    animation: slideIn-b-ii4g22fwqc 0.6s ease-out;
}

@keyframes slideIn-b-ii4g22fwqc {
    from {
        width: 0;
        opacity: 0;
    }
    to {
        width: 80px;
        opacity: 1;
    }
}

/* Hover Effects */
.appointment-card[b-ii4g22fwqc] {
    transition: all 0.3s ease;
}

.appointment-card:hover[b-ii4g22fwqc] {
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
}

.btn[b-ii4g22fwqc] {
    transition: all 0.3s ease;
}

.btn:hover:not(:disabled)[b-ii4g22fwqc] {
    transform: translateY(-2px);
}

/* Responsive Design */
@media (max-width: 768px) {
    .appointment-hero[b-ii4g22fwqc] {
        padding: 3rem 0;
    }

    .appointment-hero h1[b-ii4g22fwqc] {
        font-size: 2.25rem;
    }

    .appointment-card[b-ii4g22fwqc] {
        padding: 2rem 1.5rem;
    }

    .info-value[b-ii4g22fwqc] {
        font-size: 1rem;
    }

    .d-flex.gap-3[b-ii4g22fwqc] {
        flex-direction: column;
    }

    .d-flex.gap-3 .btn[b-ii4g22fwqc] {
        width: 100%;
    }

    .modal-body[b-ii4g22fwqc] {
        padding: 1.5rem;
    }
}

@media (max-width: 576px) {
    .appointment-hero h1[b-ii4g22fwqc] {
        font-size: 2rem;
    }

    .appointment-card[b-ii4g22fwqc] {
        padding: 1.5rem 1rem;
    }

    .info-label[b-ii4g22fwqc] {
        font-size: 0.85rem;
    }

    .badge[b-ii4g22fwqc] {
        font-size: 0.9rem !important;
        padding: 0.4rem 0.8rem !important;
    }
}
/* /Components/Pages/Book.razor.rz.scp.css */
/* Hero Section */
.booking-hero[b-1ullefphqp] {
    position: relative;
    overflow: hidden;
}

.title-underline[b-1ullefphqp] {
    width: 80px;
    height: 3px;
    background: linear-gradient(90deg, #c9a45c 0%, #d4af6a 100%);
}

/* Progress Steps */
.booking-progress[b-1ullefphqp] {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 800px;
    margin: 0 auto;
}

.progress-step[b-1ullefphqp] {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.step-circle[b-1ullefphqp] {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #e8ddd0;
    color: #7a6651;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 1.25rem;
    transition: all 0.3s ease;
    border: 3px solid #e8ddd0;
}

.progress-step.active .step-circle[b-1ullefphqp] {
    background: linear-gradient(135deg, #c9a45c 0%, #d4af6a 100%);
    color: #ffffff;
    border-color: #c9a45c;
    transform: scale(1.1);
}

.progress-step.completed .step-circle[b-1ullefphqp] {
    background: #5c4a3a;
    color: #ffffff;
    border-color: #5c4a3a;
}

.step-label[b-1ullefphqp] {
    margin-top: 0.75rem;
    font-size: 0.875rem;
    font-weight: 600;
    color: #7a6651;
}

.progress-step.active .step-label[b-1ullefphqp] {
    color: #c9a45c;
    font-weight: 700;
}

.progress-line[b-1ullefphqp] {
    width: 80px;
    height: 3px;
    background: #e8ddd0;
    margin: 0 10px;
    transition: all 0.3s ease;
}

.progress-line.completed[b-1ullefphqp] {
    background: linear-gradient(90deg, #5c4a3a 0%, #c9a45c 100%);
}

/* Step Cards */
.step-card[b-1ullefphqp] {
    background: #ffffff;
    border-radius: 16px;
    padding: 3rem;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
}

.step-card-header[b-1ullefphqp] {
    margin-bottom: 2.5rem;
}

.step-title[b-1ullefphqp] {
    font-family: 'Playfair Display', serif;
    color: #5c4a3a;
    font-weight: 700;
    font-size: 2rem;
    margin-bottom: 0.75rem;
}

.step-description[b-1ullefphqp] {
    color: #7a6651;
    font-size: 1.1rem;
    margin-bottom: 0;
}

/* Client Count Selector */
.client-selector[b-1ullefphqp] {
    padding: 3rem 0;
}

.client-count-display[b-1ullefphqp] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3rem;
}

.count-btn[b-1ullefphqp] {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 2px solid #c9a45c;
    background: #ffffff;
    color: #c9a45c;
    font-size: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

.count-btn:hover:not(:disabled)[b-1ullefphqp] {
    background: linear-gradient(135deg, #c9a45c 0%, #d4af6a 100%);
    color: #ffffff;
    transform: scale(1.1);
}

.count-btn:disabled[b-1ullefphqp] {
    opacity: 0.4;
    cursor: not-allowed;
}

.count-number[b-1ullefphqp] {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 120px;
}

.count-value[b-1ullefphqp] {
    font-size: 4rem;
    font-weight: 700;
    color: #c9a45c;
    line-height: 1;
    font-family: 'Playfair Display', serif;
}

.count-label[b-1ullefphqp] {
    font-size: 1.25rem;
    color: #7a6651;
    margin-top: 0.5rem;
    font-weight: 600;
}

/* Services Preview */
.services-preview[b-1ullefphqp] {
    background: #faf8f5;
    padding: 2rem;
    border-radius: 12px;
}

.preview-title[b-1ullefphqp] {
    font-family: 'Playfair Display', serif;
    color: #5c4a3a;
    font-weight: 600;
    margin-bottom: 1.5rem;
    font-size: 1.5rem;
}

.service-preview-card[b-1ullefphqp] {
    background: #ffffff;
    padding: 1.25rem;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
    transition: all 0.3s ease;
}

.service-preview-card:hover[b-1ullefphqp] {
    transform: translateY(-4px);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.service-preview-name[b-1ullefphqp] {
    color: #5c4a3a;
    font-weight: 600;
    margin-bottom: 0.5rem;
    font-size: 1rem;
}

.service-preview-details[b-1ullefphqp] {
    color: #7a6651;
    font-size: 0.9rem;
}

.service-price[b-1ullefphqp] {
    color: #c9a45c;
    font-weight: 600;
}

.service-divider[b-1ullefphqp] {
    margin: 0 0.5rem;
    color: #d4af6a;
}

.service-duration[b-1ullefphqp] {
    color: #7a6651;
}

/* Client Services Card */
.client-services-card[b-1ullefphqp] {
    background: #faf8f5;
    padding: 2rem;
    border-radius: 12px;
    border-left: 4px solid #c9a45c;
}

.client-card-header[b-1ullefphqp] {
    display: flex;
    align-items: center;
    margin-bottom: 1.5rem;
    padding-bottom: 1rem;
    border-bottom: 2px solid #e8ddd0;
}

.client-card-header h5[b-1ullefphqp] {
    font-family: 'Playfair Display', serif;
    color: #5c4a3a;
    margin: 0;
    font-size: 1.5rem;
}

.client-card-header i[b-1ullefphqp] {
    color: #c9a45c;
    font-size: 1.5rem;
}

/* Service Selection */
.service-selection-group[b-1ullefphqp] {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.service-selection-item[b-1ullefphqp],
.technician-selection-item[b-1ullefphqp] {
    padding: 0.5rem 0;
}

.service-label[b-1ullefphqp] {
    display: flex;
    align-items: center;
    font-weight: 600;
    color: #5c4a3a;
    margin-bottom: 0.75rem;
    font-size: 1rem;
}

.service-label i[b-1ullefphqp] {
    color: #c9a45c;
}

.required-badge[b-1ullefphqp] {
    background: #ff6b6b;
    color: #ffffff;
    padding: 0.25rem 0.75rem;
    border-radius: 12px;
    font-size: 0.75rem;
    font-weight: 600;
    margin-left: 0.5rem;
}

.optional-badge[b-1ullefphqp] {
    background: #e8ddd0;
    color: #7a6651;
    padding: 0.25rem 0.75rem;
    border-radius: 12px;
    font-size: 0.75rem;
    font-weight: 600;
    margin-left: 0.5rem;
}

.custom-select[b-1ullefphqp] {
    border: 2px solid #e8ddd0;
    border-radius: 8px;
    padding: 0.75rem 1rem;
    font-size: 1rem;
    color: #5c4a3a;
    transition: all 0.3s ease;
}

.custom-select:focus[b-1ullefphqp] {
    border-color: #c9a45c;
    box-shadow: 0 0 0 0.2rem rgba(201, 164, 92, 0.25);
}

/* Calendar Card */
.calendar-card[b-1ullefphqp] {
    background: #ffffff;
    border-radius: 12px;
    padding: 1.5rem;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
    height: 100%;
}

.calendar-header[b-1ullefphqp] {
    padding-bottom: 1rem;
    border-bottom: 2px solid #f5f0eb;
    margin-bottom: 1.5rem;
}

.calendar-title[b-1ullefphqp] {
    font-family: 'Playfair Display', serif;
    color: #5c4a3a;
    font-weight: 600;
    margin: 0;
    font-size: 1.25rem;
}

.calendar-title i[b-1ullefphqp] {
    color: #c9a45c;
}

/* Syncfusion Calendar theming */
.calendar-card :deep(.e-calendar)[b-1ullefphqp] {
    width: 100%;
    max-width: 100%;
    border: none;
    box-shadow: none;
}

.calendar-card :deep(.e-calendar .e-content td.e-selected span.e-day)[b-1ullefphqp] {
    background-color: #5c4a3a !important;
    color: #ffffff !important;
    border-radius: 8px;
    box-shadow: 0 6px 20px rgba(201, 164, 92, 0.35) !important;
}

.calendar-card :deep(.e-calendar .e-content td.e-selected span.e-day:hover)[b-1ullefphqp] {
    background-color: #4a3d30 !important;
}

.calendar-card :deep(.e-calendar .e-content td.e-today span.e-day)[b-1ullefphqp] {
    border: 2px solid #c9a45c;
    color: #5c4a3a;
}

.calendar-card :deep(.e-calendar .e-content td span.e-day:hover)[b-1ullefphqp] {
    background-color: #f5f0eb;
    border-radius: 8px;
}

.calendar-card :deep(.e-calendar .e-header .e-title)[b-1ullefphqp] {
    color: #5c4a3a;
    font-family: 'Playfair Display', serif;
    font-weight: 600;
}

.calendar-card :deep(.e-calendar .e-header .e-icon-container .e-prev:hover)[b-1ullefphqp],
.calendar-card :deep(.e-calendar .e-header .e-icon-container .e-next:hover)[b-1ullefphqp] {
    background-color: #f5f0eb;
    color: #c9a45c;
}

.calendar-card :deep(.e-calendar .e-content th)[b-1ullefphqp] {
    color: #7a6651;
    font-weight: 600;
}

.calendar-card :deep(.e-calendar .e-content td.e-disabled span.e-day)[b-1ullefphqp] {
    color: #ccc;
}

.calendar-body table[b-1ullefphqp] {
    width: 100%;
    border-collapse: separate;
    border-spacing: 4px;
}

.calendar-body th[b-1ullefphqp] {
    text-align: center;
    padding: 0.75rem 0.5rem;
    color: #7a6651;
    font-weight: 600;
    font-size: 0.875rem;
}

.calendar-body td[b-1ullefphqp] {
    text-align: center;
    padding: 0.25rem;
}

.calendar-day[b-1ullefphqp] {
    width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    border: 2px solid transparent;
    background: transparent;
    color: #5c4a3a;
    font-weight: 500;
    transition: all 0.3s ease;
    cursor: pointer;
}

.calendar-day:hover:not(:disabled)[b-1ullefphqp] {
    background: #f5f0eb;
    border-color: #c9a45c;
}

/*
   Important: calendar-day buttons also have Bootstrap's .btn class applied.
   Bootstrap's .btn has a default border and can override our selected border.
   Target the combined selector to win specificity.
*/
.calendar-day.btn[b-1ullefphqp] {
    border-width: 2px;
    border-style: solid;
    border-color: transparent;
}

.calendar-day.btn.selected[b-1ullefphqp] {
    background: #5c4a3a !important;
    color: #ffffff !important;
    border: 4px solid #c9a45c !important;
    font-weight: 700 !important;
    transform: scale(1.15) !important;
    box-shadow: 0 6px 20px rgba(201, 164, 92, 0.6) !important;
    position: relative;
    z-index: 10;
}

.calendar-day.btn.selected[b-1ullefphqp]::after {
    content: '';
    position: absolute;
    inset: -2px;
    border-radius: 8px;
    border: 2px solid #d4af6a;
    pointer-events: none;
}

.calendar-day.out[b-1ullefphqp] {
    color: #d4d4d4;
}

.calendar-day:disabled[b-1ullefphqp] {
    opacity: 0.5;
    cursor: not-allowed;
}

/* Month Navigation */
.d-flex.align-items-center.mb-2[b-1ullefphqp] {
    padding: 0.5rem 0;
}

.d-flex.align-items-center.mb-2 button[b-1ullefphqp] {
    background: transparent;
    border: 2px solid #e8ddd0;
    color: #7a6651;
    border-radius: 8px;
    transition: all 0.3s ease;
    font-weight: 600;
}

.d-flex.align-items-center.mb-2 button:hover:not(:disabled)[b-1ullefphqp] {
    background: #f5f0eb;
    border-color: #c9a45c;
    color: #c9a45c;
}

.d-flex.align-items-center.mb-2 .flex-grow-1[b-1ullefphqp] {
    font-family: 'Playfair Display', serif;
    font-weight: 600;
    color: #5c4a3a;
    font-size: 1.1rem;
}

/* Time Slots */
.time-slots-loading[b-1ullefphqp],
.time-slots-empty[b-1ullefphqp] {
    text-align: center;
    padding: 4rem 2rem;
    color: #7a6651;
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
    min-height: 400px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.time-slots-loading .spinner-border[b-1ullefphqp] {
    margin-bottom: 1rem;
}

.time-slots-card[b-1ullefphqp] {
    background: #ffffff;
    border-radius: 12px;
    padding: 2rem;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
}

.time-slots-header[b-1ullefphqp] {
    text-align: center;
    margin-bottom: 2rem;
    padding-bottom: 1.5rem;
    border-bottom: 2px solid #f5f0eb;
}

.time-slots-title[b-1ullefphqp] {
    font-family: 'Playfair Display', serif;
    color: #5c4a3a;
    font-weight: 700;
    margin-bottom: 0.5rem;
    font-size: 1.75rem;
}

.time-slots-title i[b-1ullefphqp] {
    color: #c9a45c;
}

.time-slots-subtitle[b-1ullefphqp] {
    color: #7a6651;
    margin: 0;
}

.time-slots-grid[b-1ullefphqp] {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.time-period-section[b-1ullefphqp] {
    border-left: 3px solid #c9a45c;
    padding-left: 1.5rem;
}

.time-period-label[b-1ullefphqp] {
    font-weight: 700;
    color: #5c4a3a;
    margin-bottom: 1rem;
    font-size: 0.875rem;
    letter-spacing: 1.5px;
    display: flex;
    align-items: center;
}

.time-period-label i[b-1ullefphqp] {
    color: #c9a45c;
}

.time-slots-list[b-1ullefphqp] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
    gap: 0.75rem;
}

.time-slot-btn[b-1ullefphqp] {
    padding: 1rem 1.5rem;
    background: linear-gradient(135deg, #f5f0eb 0%, #e8ddd0 100%);
    border: 2px solid #e8ddd0;
    border-radius: 10px;
    color: #5c4a3a;
    font-weight: 600;
    font-size: 1rem;
    transition: all 0.3s ease;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.time-slot-btn:hover[b-1ullefphqp] {
    background: linear-gradient(135deg, #c9a45c 0%, #d4af6a 100%);
    border-color: #c9a45c;
    color: #ffffff;
    transform: translateY(-3px);
    box-shadow: 0 6px 16px rgba(201, 164, 92, 0.3);
}

.time-slot-btn i[b-1ullefphqp] {
    font-size: 0.875rem;
}

/* Step Actions */
.step-actions[b-1ullefphqp] {
    display: flex;
    justify-content: center;
    gap: 1.5rem;
    margin-top: 2.5rem;
    padding-top: 2rem;
    border-top: 2px solid #f5f0eb;
}

.btn-back[b-1ullefphqp] {
    padding: 0.875rem 2.5rem;
    background: #ffffff;
    border: 2px solid #7a6651;
    color: #7a6651;
    font-weight: 600;
    border-radius: 10px;
    transition: all 0.3s ease;
}

.btn-back:hover:not(:disabled)[b-1ullefphqp] {
    background: #7a6651;
    color: #ffffff;
    transform: translateY(-2px);
}

.btn-back:disabled[b-1ullefphqp] {
    opacity: 0.5;
    cursor: not-allowed;
}

.btn-next[b-1ullefphqp] {
    padding: 0.875rem 2.5rem;
    background: linear-gradient(135deg, #c9a45c 0%, #d4af6a 100%);
    border: none;
    color: #ffffff;
    font-weight: 600;
    border-radius: 10px;
    transition: all 0.3s ease;
}

.btn-next:hover[b-1ullefphqp] {
    background: linear-gradient(135deg, #b8934b 0%, #c39d59 100%);
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(201, 164, 92, 0.4);
}

/* Add Another Service Button */
.add-service-btn-container[b-1ullefphqp] {
    display: flex;
    justify-content: center;
    padding: 1rem 0;
}

.btn-add-service[b-1ullefphqp] {
    padding: 0.75rem 1.5rem;
    border: 2px dashed #c9a45c;
    background: transparent;
    color: #c9a45c;
    font-weight: 600;
    border-radius: 10px;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
}

.btn-add-service:hover[b-1ullefphqp] {
    background: #faf8f5;
    border-color: #b8934b;
    color: #b8934b;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(201, 164, 92, 0.2);
}

.btn-add-service i[b-1ullefphqp] {
    font-size: 1.1rem;
}

/* Responsive Design */

@media (max-width: 991px) {
    .booking-progress[b-1ullefphqp] {
        max-width: 600px;
    }

    .progress-line[b-1ullefphqp] {
        width: 50px;
    }

    .step-card[b-1ullefphqp] {
        padding: 2rem 1.5rem;
    }

    .step-title[b-1ullefphqp] {
        font-size: 1.75rem;
    }

    .count-value[b-1ullefphqp] {
        font-size: 3rem;
    }

    .time-slots-list[b-1ullefphqp] {
        grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
    }
}

@media (max-width: 767px) {
    .booking-hero h1[b-1ullefphqp] {
        font-size: 2.25rem;
    }

    .booking-progress[b-1ullefphqp] {
        flex-wrap: wrap;
        gap: 1rem;
    }

    .progress-line[b-1ullefphqp] {
        width: 30px;
        margin: 0 5px;
    }

    .step-circle[b-1ullefphqp] {
        width: 45px;
        height: 45px;
        font-size: 1.1rem;
    }

    .step-label[b-1ullefphqp] {
        font-size: 0.75rem;
    }

    .step-card[b-1ullefphqp] {
        padding: 1.5rem 1rem;
    }

    .step-title[b-1ullefphqp] {
        font-size: 1.5rem;
    }

    .client-count-display[b-1ullefphqp] {
        gap: 2rem;
    }

    .count-btn[b-1ullefphqp] {
        width: 50px;
        height: 50px;
        font-size: 1.25rem;
    }

    .count-value[b-1ullefphqp] {
        font-size: 2.5rem;
    }

    .count-label[b-1ullefphqp] {
        font-size: 1rem;
    }

    .client-services-card[b-1ullefphqp] {
        padding: 1.5rem 1rem;
    }

    .time-slots-list[b-1ullefphqp] {
        grid-template-columns: 1fr 1fr;
    }

    .time-slot-btn[b-1ullefphqp] {
        padding: 0.875rem 1rem;
        font-size: 0.9rem;
    }

    .step-actions[b-1ullefphqp] {
        flex-direction: column;
        gap: 1rem;
    }

    .btn-back[b-1ullefphqp],
    .btn-next[b-1ullefphqp] {
        width: 100%;
    }

    .calendar-day[b-1ullefphqp] {
        width: 36px;
        height: 36px;
    }
}

/* Selected Time Slot */
.time-slot-btn.selected[b-1ullefphqp] {
    background: #5c4a3a !important;
    color: #ffffff !important;
    border: 3px solid #c9a45c !important;
    transform: scale(1.05);
    box-shadow: 0 4px 16px rgba(201, 164, 92, 0.5);
}

/* Loading Spinner Overlay */
.loading-overlay[b-1ullefphqp] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(92, 74, 58, 0.7);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    backdrop-filter: blur(4px);
}

.loading-spinner[b-1ullefphqp] {
    width: 64px;
    height: 64px;
    border: 6px solid #f5f0eb;
    border-top: 6px solid #c9a45c;
    border-radius: 50%;
    animation: spin-b-1ullefphqp 1s linear infinite;
}

@keyframes spin-b-1ullefphqp {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.loading-text[b-1ullefphqp] {
    margin-top: 1.5rem;
    color: #ffffff;
    font-size: 1.125rem;
    font-weight: 600;
    text-align: center;
}

.loading-subtext[b-1ullefphqp] {
    margin-top: 0.5rem;
    color: #f5f0eb;
    font-size: 0.875rem;
    opacity: 0.9;
}

/* Choose Technician Button */
.technician-toggle-container[b-1ullefphqp] {
    display: flex;
    justify-content: flex-start;
    padding: 0.25rem 0;
}

.btn-choose-tech[b-1ullefphqp] {
    padding: 0.5rem 1rem;
    border: 1px dashed #c9a45c;
    background: transparent;
    color: #c9a45c;
    font-weight: 500;
    border-radius: 8px;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    font-size: 0.875rem;
}

.btn-choose-tech:hover[b-1ullefphqp] {
    background: #fdf9f3;
    border-color: #b8934b;
    border-style: solid;
    color: #b8934b;
}

.btn-choose-tech i[b-1ullefphqp] {
    font-size: 0.9rem;
}

/* Session Timer Alert */
.timer-alert[b-1ullefphqp] {
    background: linear-gradient(135deg, #fff8e1 0%, #fff3cd 100%);
    border: 1px solid #f0e68c;
    border-radius: 10px;
    padding: 0.875rem 1.25rem;
    color: #856404;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 8px rgba(133, 100, 4, 0.1);
}

.timer-alert i[b-1ullefphqp] {
    font-size: 1.25rem;
    color: #c9a45c;
}

.timer-alert .countdown[b-1ullefphqp] {
    font-family: 'Courier New', monospace;
    font-size: 1.1rem;
    color: #5c4a3a;
    background: rgba(201, 164, 92, 0.2);
    padding: 0.25rem 0.5rem;
    border-radius: 4px;
    margin-left: 0.25rem;
}

/* Timer alert warning state (under 2 minutes) */
.timer-alert.warning[b-1ullefphqp] {
    background: linear-gradient(135deg, #ffebee 0%, #ffcdd2 100%);
    border-color: #ef9a9a;
}

.timer-alert.warning .countdown[b-1ullefphqp] {
    color: #c62828;
    background: rgba(198, 40, 40, 0.1);
}
/* /Components/Pages/BookContact.razor.rz.scp.css */
/* Hero Section */
.booking-hero[b-pc4353gz51] {
    position: relative;
    overflow: hidden;
}

.title-underline[b-pc4353gz51] {
    width: 80px;
    height: 3px;
    background: linear-gradient(90deg, #c9a45c 0%, #d4af6a 100%);
}

/* Progress Steps (matching Book.razor.css) */
.booking-progress[b-pc4353gz51] {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 800px;
    margin: 0 auto;
}

.progress-step[b-pc4353gz51] {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.step-circle[b-pc4353gz51] {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #e8ddd0;
    color: #7a6651;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 1.25rem;
    transition: all 0.3s ease;
    border: 3px solid #e8ddd0;
}

.progress-step.active .step-circle[b-pc4353gz51] {
    background: linear-gradient(135deg, #c9a45c 0%, #d4af6a 100%);
    color: #ffffff;
    border-color: #c9a45c;
    transform: scale(1.1);
}

.progress-step.completed .step-circle[b-pc4353gz51] {
    background: #5c4a3a;
    color: #ffffff;
    border-color: #5c4a3a;
}

.step-label[b-pc4353gz51] {
    margin-top: 0.75rem;
    font-size: 0.875rem;
    font-weight: 600;
    color: #7a6651;
}

.progress-step.active .step-label[b-pc4353gz51] {
    color: #c9a45c;
    font-weight: 700;
}

.progress-line[b-pc4353gz51] {
    width: 80px;
    height: 3px;
    background: #e8ddd0;
    margin: 0 10px;
    transition: all 0.3s ease;
}

.progress-line.completed[b-pc4353gz51] {
    background: linear-gradient(90deg, #5c4a3a 0%, #c9a45c 100%);
}

/* Timer Alert */
.timer-alert[b-pc4353gz51] {
    background: linear-gradient(135deg, #fff3cd 0%, #fff8e1 100%);
    border: 2px solid #ffecb5;
    border-radius: 12px;
    padding: 1rem 1.5rem;
    text-align: center;
    color: #856404;
    font-size: 1rem;
    box-shadow: 0 2px 8px rgba(255, 193, 7, 0.2);
}

.timer-alert i[b-pc4353gz51] {
    font-size: 1.25rem;
    color: #c9a45c;
}

.countdown[b-pc4353gz51] {
    color: #c9a45c;
    font-size: 1.25rem;
    font-weight: 700;
    font-family: 'Courier New', monospace;
}

/* Contact Form Card */
.contact-form-card[b-pc4353gz51] {
    background: #ffffff;
    border-radius: 16px;
    padding: 2.5rem;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
}

.form-card-header[b-pc4353gz51] {
    margin-bottom: 2rem;
    padding-bottom: 1.5rem;
    border-bottom: 2px solid #f5f0eb;
}

.form-title[b-pc4353gz51] {
    font-family: 'Playfair Display', serif;
    color: #5c4a3a;
    font-weight: 700;
    font-size: 1.75rem;
    margin-bottom: 0.5rem;
}

.form-title i[b-pc4353gz51] {
    color: #c9a45c;
}

.form-subtitle[b-pc4353gz51] {
    color: #7a6651;
    margin: 0;
    font-size: 1rem;
}

/* Form Groups */
.form-group[b-pc4353gz51] {
    margin-bottom: 1.75rem;
}

.form-label[b-pc4353gz51] {
    display: flex;
    align-items: center;
    font-weight: 600;
    color: #5c4a3a;
    margin-bottom: 0.75rem;
    font-size: 1rem;
}

.form-label i[b-pc4353gz51] {
    color: #c9a45c;
    font-size: 1rem;
}

.required-mark[b-pc4353gz51] {
    color: #dc3545;
    margin-left: 0.25rem;
    font-weight: 700;
}

.optional-text[b-pc4353gz51] {
    color: #7a6651;
    font-weight: 400;
    font-style: italic;
    margin-left: 0.25rem;
}

/* Custom Inputs */
.custom-input[b-pc4353gz51],
.custom-textarea[b-pc4353gz51] {
    border: 2px solid #e8ddd0;
    border-radius: 10px;
    padding: 0.875rem 1.25rem;
    font-size: 1rem;
    color: #5c4a3a;
    transition: all 0.3s ease;
    width: 100%;
}

.custom-input:focus[b-pc4353gz51],
.custom-textarea:focus[b-pc4353gz51] {
    border-color: #c9a45c;
    box-shadow: 0 0 0 0.2rem rgba(201, 164, 92, 0.25);
    outline: none;
}

.custom-input[b-pc4353gz51]::placeholder,
.custom-textarea[b-pc4353gz51]::placeholder {
    color: #d4af6a;
    opacity: 0.6;
}

.custom-textarea[b-pc4353gz51] {
    resize: vertical;
    min-height: 100px;
}

/* Policy Agreement */
.policy-agreement[b-pc4353gz51] {
    background: #faf8f5;
    border-radius: 12px;
    padding: 1.5rem;
    margin-bottom: 2rem;
}

.policy-checkbox[b-pc4353gz51] {
    display: flex;
    align-items: flex-start;
    cursor: pointer;
    position: relative;
    padding-left: 35px;
    user-select: none;
}

.policy-checkbox input[b-pc4353gz51] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkmark[b-pc4353gz51] {
    position: absolute;
    left: 0;
    top: 0;
    height: 22px;
    width: 22px;
    background-color: #ffffff;
    border: 2px solid #e8ddd0;
    border-radius: 5px;
    transition: all 0.3s ease;
}

.policy-checkbox:hover input ~ .checkmark[b-pc4353gz51] {
    border-color: #c9a45c;
}

.policy-checkbox input:checked ~ .checkmark[b-pc4353gz51] {
    background: linear-gradient(135deg, #c9a45c 0%, #d4af6a 100%);
    border-color: #c9a45c;
}

.checkmark[b-pc4353gz51]:after {
    content: "";
    position: absolute;
    display: none;
    left: 6px;
    top: 2px;
    width: 6px;
    height: 11px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.policy-checkbox input:checked ~ .checkmark[b-pc4353gz51]:after {
    display: block;
}

.policy-text[b-pc4353gz51] {
    color: #5c4a3a;
    font-size: 0.95rem;
    line-height: 1.6;
}

.policy-link[b-pc4353gz51] {
    border: none;
    background: transparent;
    padding: 0;
    color: #c9a45c;
    text-decoration: underline;
    cursor: pointer;
    font-weight: 600;
}

.policy-link:hover[b-pc4353gz51] {
    color: #b8934b;
}

/* Form Actions */
.form-actions[b-pc4353gz51] {
    display: flex;
    gap: 1.5rem;
    justify-content: space-between;
    padding-top: 1.5rem;
    border-top: 2px solid #f5f0eb;
}

.btn-back[b-pc4353gz51] {
    padding: 0.875rem 2rem;
    background: #ffffff;
    border: 2px solid #7a6651;
    color: #7a6651;
    font-weight: 600;
    border-radius: 10px;
    transition: all 0.3s ease;
    flex: 1;
}

.btn-back:hover:not(:disabled)[b-pc4353gz51] {
    background: #7a6651;
    color: #ffffff;
    transform: translateY(-2px);
}

.btn-back:disabled[b-pc4353gz51] {
    opacity: 0.5;
    cursor: not-allowed;
}

.btn-confirm[b-pc4353gz51] {
    padding: 0.875rem 2rem;
    background: linear-gradient(135deg, #c9a45c 0%, #d4af6a 100%);
    border: none;
    color: #ffffff;
    font-weight: 700;
    border-radius: 10px;
    transition: all 0.3s ease;
    flex: 2;
}

.btn-confirm:hover:not(:disabled)[b-pc4353gz51] {
    background: linear-gradient(135deg, #b8934b 0%, #c39d59 100%);
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(201, 164, 92, 0.4);
}

.btn-confirm:disabled[b-pc4353gz51] {
    opacity: 0.6;
    cursor: not-allowed;
    transform: none;
}

/* Summary Card */
.summary-card[b-pc4353gz51] {
    background: #ffffff;
    border-radius: 16px;
    padding: 2rem;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
    position: sticky;
    top: 20px;
}

.summary-header[b-pc4353gz51] {
    padding-bottom: 1.5rem;
    border-bottom: 2px solid #f5f0eb;
    margin-bottom: 1.5rem;
}

.summary-title[b-pc4353gz51] {
    font-family: 'Playfair Display', serif;
    color: #5c4a3a;
    font-weight: 700;
    margin: 0;
    font-size: 1.5rem;
}

.summary-title i[b-pc4353gz51] {
    color: #c9a45c;
}

/* Summary Date */
.summary-date[b-pc4353gz51] {
    display: flex;
    align-items: flex-start;
    background: linear-gradient(135deg, #f5f0eb 0%, #e8ddd0 100%);
    padding: 1.25rem;
    border-radius: 10px;
    margin-bottom: 1.5rem;
}

.summary-date i[b-pc4353gz51] {
    color: #c9a45c;
    font-size: 1.5rem;
    margin-top: 0.25rem;
}

.date-label[b-pc4353gz51] {
    font-size: 0.875rem;
    color: #7a6651;
    margin-bottom: 0.25rem;
}

.date-value[b-pc4353gz51] {
    font-weight: 700;
    color: #5c4a3a;
    font-size: 1.1rem;
}

.summary-divider[b-pc4353gz51] {
    height: 2px;
    background: linear-gradient(90deg, transparent 0%, #e8ddd0 50%, transparent 100%);
    margin: 1.5rem 0;
}

/* Client Summary */
.client-summary[b-pc4353gz51] {
    margin-bottom: 1.5rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid #f5f0eb;
}

.client-summary:last-child[b-pc4353gz51] {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.client-header[b-pc4353gz51] {
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
    padding-bottom: 0.75rem;
    border-bottom: 1px dashed #e8ddd0;
}

.client-header i[b-pc4353gz51] {
    color: #c9a45c;
    font-size: 1.25rem;
}

.client-label[b-pc4353gz51] {
    font-weight: 700;
    color: #5c4a3a;
    font-size: 1.1rem;
}

/* Service Summary Item */
.service-summary-item[b-pc4353gz51] {
    background: #faf8f5;
    padding: 1rem;
    border-radius: 10px;
    margin-bottom: 0.75rem;
    border-left: 3px solid #c9a45c;
}

.service-summary-item:last-child[b-pc4353gz51] {
    margin-bottom: 0;
}

.service-info[b-pc4353gz51] {
    margin-bottom: 0.75rem;
}

.service-name[b-pc4353gz51] {
    font-weight: 600;
    color: #5c4a3a;
    margin-bottom: 0.25rem;
    font-size: 1rem;
}

.service-name i[b-pc4353gz51] {
    color: #c9a45c;
    font-size: 0.875rem;
}

.service-time[b-pc4353gz51] {
    color: #7a6651;
    font-size: 0.9rem;
}

.service-time i[b-pc4353gz51] {
    color: #c9a45c;
}

.technician-info[b-pc4353gz51] {
    padding-top: 0.75rem;
    border-top: 1px solid #e8ddd0;
}

.tech-label[b-pc4353gz51] {
    font-size: 0.8rem;
    color: #7a6651;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 0.25rem;
}

.tech-name[b-pc4353gz51] {
    color: #5c4a3a;
    font-weight: 600;
    font-size: 0.95rem;
}

.tech-name i[b-pc4353gz51] {
    color: #c9a45c;
}

/* Policy Modal */
.policy-backdrop[b-pc4353gz51] {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 1050;
    animation: fadeIn-b-pc4353gz51 0.3s ease;
}

@keyframes fadeIn-b-pc4353gz51 {
    from { opacity: 0; }
    to { opacity: 1; }
}

.policy-modal[b-pc4353gz51] {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    max-width: 700px;
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
    z-index: 1060;
    animation: slideUp-b-pc4353gz51 0.3s ease;
    max-height: 90vh;
    overflow-y: auto;
}

@keyframes slideUp-b-pc4353gz51 {
    from {
        opacity: 0;
        transform: translate(-50%, -40%);
    }
    to {
        opacity: 1;
        transform: translate(-50%, -50%);
    }
}

.policy-modal-header[b-pc4353gz51] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 2rem;
    border-bottom: 2px solid #f5f0eb;
}

.policy-modal-title[b-pc4353gz51] {
    font-family: 'Playfair Display', serif;
    color: #5c4a3a;
    font-weight: 700;
    margin: 0;
    font-size: 1.5rem;
}

.policy-modal-title i[b-pc4353gz51] {
    color: #c9a45c;
}

.policy-close-btn[b-pc4353gz51] {
    background: transparent;
    border: none;
    color: #7a6651;
    font-size: 1.5rem;
    cursor: pointer;
    padding: 0.5rem;
    transition: all 0.3s ease;
}

.policy-close-btn:hover[b-pc4353gz51] {
    color: #c9a45c;
    transform: rotate(90deg);
}

.policy-modal-body[b-pc4353gz51] {
    padding: 2rem;
}

.policy-content[b-pc4353gz51] {
    color: #5c4a3a;
    line-height: 1.8;
}

.policy-section[b-pc4353gz51] {
    background: #faf8f5;
    padding: 1.5rem;
    border-radius: 10px;
    margin-bottom: 1.25rem;
    border-left: 4px solid #c9a45c;
}

.policy-section:last-child[b-pc4353gz51] {
    margin-bottom: 0;
}

.policy-section h6[b-pc4353gz51] {
    font-weight: 700;
    color: #5c4a3a;
    margin-bottom: 0.75rem;
    font-size: 1.1rem;
}

.policy-section h6 i[b-pc4353gz51] {
    color: #c9a45c;
}

.policy-section p[b-pc4353gz51] {
    margin: 0;
    color: #7a6651;
}

/* Responsive Design */
@media (max-width: 991px) {
    .summary-card[b-pc4353gz51] {
        position: static;
        margin-top: 2rem;
    }

    .booking-progress[b-pc4353gz51] {
        max-width: 600px;
    }

    .progress-line[b-pc4353gz51] {
        width: 50px;
    }
}

@media (max-width: 767px) {
    .booking-hero h1[b-pc4353gz51] {
        font-size: 2.25rem;
    }

    .booking-progress[b-pc4353gz51] {
        flex-wrap: wrap;
        gap: 1rem;
    }

    .progress-line[b-pc4353gz51] {
        width: 30px;
        margin: 0 5px;
    }

    .step-circle[b-pc4353gz51] {
        width: 45px;
        height: 45px;
        font-size: 1.1rem;
    }

    .step-label[b-pc4353gz51] {
        font-size: 0.75rem;
    }

    .contact-form-card[b-pc4353gz51] {
        padding: 1.5rem;
    }

    .form-title[b-pc4353gz51] {
        font-size: 1.5rem;
    }

    .form-actions[b-pc4353gz51] {
        flex-direction: column;
        gap: 1rem;
    }

    .btn-back[b-pc4353gz51],
    .btn-confirm[b-pc4353gz51] {
        width: 100%;
    }

    .summary-card[b-pc4353gz51] {
        padding: 1.5rem;
    }

    .policy-modal[b-pc4353gz51] {
        width: 95%;
        max-height: 85vh;
    }

    .policy-modal-header[b-pc4353gz51],
    .policy-modal-body[b-pc4353gz51] {
        padding: 1.5rem;
    }

    .policy-modal-title[b-pc4353gz51] {
        font-size: 1.25rem;
    }
}
/* /Components/Pages/Contact.razor.rz.scp.css */
/* Hero Section */
.contact-hero[b-vyrj0mt1r1] {
    position: relative;
    overflow: hidden;
}

.title-underline[b-vyrj0mt1r1] {
    width: 80px;
    height: 3px;
    background: linear-gradient(90deg, #c9a45c 0%, #d4af6a 100%);
}

/* Contact Cards */
.contact-card[b-vyrj0mt1r1] {
    padding: 2.5rem 1.5rem;
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}

.contact-card:hover[b-vyrj0mt1r1] {
    transform: translateY(-8px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

.icon-wrapper[b-vyrj0mt1r1] {
    display: inline-block;
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #f5f0eb 0%, #e8ddd0 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.icon-wrapper svg[b-vyrj0mt1r1] {
    color: #c9a45c;
}

.contact-card .element-title[b-vyrj0mt1r1] {
    font-family: 'Playfair Display', serif;
    color: #5c4a3a;
    font-weight: 600;
    font-size: 1.25rem;
}

.contact-detail[b-vyrj0mt1r1] {
    font-size: 1.1rem;
    color: #5c4a3a;
    margin-bottom: 0.5rem;
}

.contact-detail a[b-vyrj0mt1r1] {
    color: #c9a45c;
    transition: color 0.3s ease;
}

.contact-detail a:hover[b-vyrj0mt1r1] {
    color: #5c4a3a;
}

/* Business Hours Section */
.hours-card[b-vyrj0mt1r1] {
    background: #ffffff;
    border-radius: 12px;
    padding: 2.5rem;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.hours-table[b-vyrj0mt1r1] {
    border-collapse: separate;
    border-spacing: 0;
}

.hours-table tbody tr[b-vyrj0mt1r1] {
    border-bottom: 1px solid #e8ddd0;
}

.hours-table tbody tr:last-child[b-vyrj0mt1r1] {
    border-bottom: none;
}

.hours-table td[b-vyrj0mt1r1] {
    padding: 1.25rem 1rem;
}

.day-name[b-vyrj0mt1r1] {
    font-family: 'Playfair Display', serif;
    font-weight: 600;
    color: #5c4a3a;
    font-size: 1.1rem;
}

.hours-time[b-vyrj0mt1r1] {
    color: #7a6651;
    font-size: 1rem;
}

.time-label[b-vyrj0mt1r1] {
    font-weight: 600;
    color: #5c4a3a;
    font-size: 0.9rem;
}

.time-value[b-vyrj0mt1r1] {
    color: #c9a45c;
    font-weight: 500;
}

.hours-time .mx-2[b-vyrj0mt1r1] {
    color: #e8ddd0;
}

.closed-text[b-vyrj0mt1r1] {
    color: #999;
    font-style: italic;
}

/* CTA Section */
.btn-primary[b-vyrj0mt1r1] {
    background: linear-gradient(135deg, #c9a45c 0%, #d4af6a 100%);
    border: none;
    padding: 0.875rem 2.5rem;
    font-weight: 600;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.btn-primary:hover[b-vyrj0mt1r1] {
    background: linear-gradient(135deg, #b8934b 0%, #c39d59 100%);
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(201, 164, 92, 0.4);
}

.btn-outline-secondary[b-vyrj0mt1r1] {
    border: 2px solid #7a6651;
    color: #7a6651;
    padding: 0.875rem 2.5rem;
    font-weight: 600;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.btn-outline-secondary:hover[b-vyrj0mt1r1] {
    background: #7a6651;
    color: #ffffff;
    border-color: #7a6651;
    transform: translateY(-2px);
}

/* Map */
.map-wrapper[b-vyrj0mt1r1] {
    overflow: hidden;
    border-radius: 12px;
}

/* Responsive */
@media (max-width: 991px) {
    .contact-card[b-vyrj0mt1r1] {
        padding: 2rem 1.5rem;
    }

    .hours-card[b-vyrj0mt1r1] {
        padding: 2rem 1.5rem;
    }

    .btn-primary[b-vyrj0mt1r1],
    .btn-outline-secondary[b-vyrj0mt1r1] {
        padding: 0.75rem 2rem;
        font-size: 0.95rem;
    }
}

@media (max-width: 767px) {
    .contact-hero h1[b-vyrj0mt1r1] {
        font-size: 2.5rem;
    }

    .contact-hero .lead[b-vyrj0mt1r1] {
        font-size: 1rem;
    }

    .contact-card[b-vyrj0mt1r1] {
        padding: 1.5rem 1rem;
        margin-bottom: 1rem;
    }

    .icon-wrapper[b-vyrj0mt1r1] {
        width: 64px;
        height: 64px;
    }

    .icon-wrapper svg[b-vyrj0mt1r1] {
        width: 32px;
        height: 32px;
    }

    .hours-card[b-vyrj0mt1r1] {
        padding: 1.5rem 1rem;
    }

    .hours-table td[b-vyrj0mt1r1] {
        padding: 1rem 0.5rem;
    }

    .day-name[b-vyrj0mt1r1] {
        font-size: 1rem;
    }

    .hours-time[b-vyrj0mt1r1] {
        font-size: 0.9rem;
    }

    .btn-primary[b-vyrj0mt1r1],
    .btn-outline-secondary[b-vyrj0mt1r1] {
        width: 100%;
        margin-bottom: 0.5rem;
    }
}
/* /Components/Pages/Gallery.razor.rz.scp.css */
/* Gallery Hero */
.gallery-hero[b-bti2fn4e3x] {
    position: relative;
    overflow: hidden;
}

.title-underline[b-bti2fn4e3x] {
    width: 80px;
    height: 3px;
    background: linear-gradient(90deg, #c9a45c 0%, #d4af6a 100%);
}

/* Gallery Item Card */
.gallery-item-card[b-bti2fn4e3x] {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    transition: all 0.3s ease;
}

.gallery-image-wrapper[b-bti2fn4e3x] {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    cursor: pointer;
    aspect-ratio: 1 / 1;
}

.gallery-image[b-bti2fn4e3x] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
    display: block;
}

.gallery-overlay[b-bti2fn4e3x] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(92, 74, 58, 0.7);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.gallery-overlay i[b-bti2fn4e3x] {
    color: #ffffff;
    font-size: 2.5rem;
}

.gallery-image-wrapper:hover .gallery-image[b-bti2fn4e3x] {
    transform: scale(1.1);
}

.gallery-image-wrapper:hover .gallery-overlay[b-bti2fn4e3x] {
    opacity: 1;
}

/* Lightbox */
.lightbox-backdrop[b-bti2fn4e3x] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.95);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: fadeIn-b-bti2fn4e3x 0.3s ease;
}

@keyframes fadeIn-b-bti2fn4e3x {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.lightbox-container[b-bti2fn4e3x] {
    position: relative;
    width: 90%;
    max-width: 1200px;
    height: 90vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.lightbox-content[b-bti2fn4e3x] {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.lightbox-image[b-bti2fn4e3x] {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    animation: zoomIn-b-bti2fn4e3x 0.3s ease;
}

@keyframes zoomIn-b-bti2fn4e3x {
    from {
        transform: scale(0.8);
        opacity: 0;
    }
    to {
        transform: scale(1);
        opacity: 1;
    }
}

.lightbox-close[b-bti2fn4e3x] {
    position: absolute;
    top: 20px;
    right: 20px;
    background: rgba(255, 255, 255, 0.1);
    border: 2px solid #ffffff;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    z-index: 10;
}

.lightbox-close i[b-bti2fn4e3x] {
    color: #ffffff;
    font-size: 1.5rem;
}

.lightbox-close:hover[b-bti2fn4e3x] {
    background: #c9a45c;
    border-color: #c9a45c;
    transform: rotate(90deg);
}

.lightbox-nav[b-bti2fn4e3x] {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.1);
    border: 2px solid #ffffff;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    z-index: 10;
}

.lightbox-nav i[b-bti2fn4e3x] {
    color: #ffffff;
    font-size: 2rem;
}

.lightbox-nav:hover[b-bti2fn4e3x] {
    background: #c9a45c;
    border-color: #c9a45c;
}

.lightbox-prev[b-bti2fn4e3x] {
    left: 20px;
}

.lightbox-next[b-bti2fn4e3x] {
    right: 20px;
}

.lightbox-counter[b-bti2fn4e3x] {
    position: absolute;
    bottom: -40px;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(255, 255, 255, 0.1);
    color: #ffffff;
    padding: 0.5rem 1.5rem;
    border-radius: 20px;
    font-weight: 600;
    font-size: 1rem;
}

/* Pagination */
.pagination[b-bti2fn4e3x] {
    display: flex;
    padding-left: 0;
    list-style: none;
    gap: 0.5rem;
}

.page-item[b-bti2fn4e3x] {
    display: flex;
}

.page-link[b-bti2fn4e3x] {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    color: #5c4a3a;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #e8ddd0;
    border-radius: 8px;
    transition: all 0.3s ease;
    cursor: pointer;
}

.page-link:hover:not(:disabled)[b-bti2fn4e3x] {
    color: #ffffff;
    background-color: #c9a45c;
    border-color: #c9a45c;
}

.page-item.active .page-link[b-bti2fn4e3x] {
    z-index: 3;
    color: #ffffff;
    background-color: #c9a45c;
    border-color: #c9a45c;
}

.page-item.disabled .page-link[b-bti2fn4e3x] {
    color: #7a6651;
    pointer-events: none;
    background-color: #f5f0eb;
    border-color: #e8ddd0;
    opacity: 0.6;
}

.page-link:disabled[b-bti2fn4e3x] {
    opacity: 0.5;
    cursor: not-allowed;
}

/* Button Group for Images Per Page */
.btn-group[b-bti2fn4e3x] {
    display: inline-flex;
    border-radius: 8px;
    overflow: hidden;
}

.btn-group .btn[b-bti2fn4e3x] {
    border-radius: 0;
    border-right: none;
}

.btn-group .btn:first-child[b-bti2fn4e3x] {
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}

.btn-group .btn:last-child[b-bti2fn4e3x] {
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    border-right: 1px solid #e8ddd0;
}

.btn-outline-secondary[b-bti2fn4e3x] {
    color: #5c4a3a;
    border-color: #e8ddd0;
    background-color: #ffffff;
}

.btn-outline-secondary:hover[b-bti2fn4e3x] {
    color: #ffffff;
    background-color: #7a6651;
    border-color: #7a6651;
}

/* Responsive Pagination */
@media (max-width: 767px) {
    .pagination[b-bti2fn4e3x] {
        font-size: 0.875rem;
    }

    .page-link[b-bti2fn4e3x] {
        padding: 0.375rem 0.5rem;
    }

    .btn-group[b-bti2fn4e3x] {
        width: 100%;
    }

    .btn-group .btn[b-bti2fn4e3x] {
        flex: 1;
    }

    .gallery-hero h1[b-bti2fn4e3x] {
        font-size: 2.25rem;
    }

    .lightbox-container[b-bti2fn4e3x] {
        width: 95%;
    }

    .lightbox-nav[b-bti2fn4e3x] {
        width: 50px;
        height: 50px;
    }

    .lightbox-nav i[b-bti2fn4e3x] {
        font-size: 1.5rem;
    }

    .lightbox-prev[b-bti2fn4e3x] {
        left: 10px;
    }

    .lightbox-next[b-bti2fn4e3x] {
        right: 10px;
    }

    .lightbox-close[b-bti2fn4e3x] {
        width: 40px;
        height: 40px;
        top: 10px;
        right: 10px;
    }

    .lightbox-close i[b-bti2fn4e3x] {
        font-size: 1.25rem;
    }

    .lightbox-counter[b-bti2fn4e3x] {
        bottom: -30px;
        font-size: 0.9rem;
        padding: 0.4rem 1rem;
    }
}

@media (max-width: 991px) {
    .gallery-image-wrapper[b-bti2fn4e3x] {
        aspect-ratio: 4 / 3;
    }
}


/* /Components/Pages/Home.razor.rz.scp.css */
/* Bootstrap Carousel Styles */
.carousel[b-5eyc292jfy] {
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.3);
}

.carousel-image-wrapper[b-5eyc292jfy] {
    width: 100%;
    height: 600px;
    overflow: hidden;
}

.carousel-image[b-5eyc292jfy] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Carousel Controls */
.carousel-control-prev[b-5eyc292jfy],
.carousel-control-next[b-5eyc292jfy] {
    width: 50px;
    height: 50px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.9);
    opacity: 1;
    transition: all 0.3s ease;
}

.carousel-control-prev[b-5eyc292jfy] {
    left: 20px;
}

.carousel-control-next[b-5eyc292jfy] {
    right: 20px;
}

.carousel-control-prev:hover[b-5eyc292jfy],
.carousel-control-next:hover[b-5eyc292jfy] {
    background: #c9a45c;
}

.carousel-control-prev-icon[b-5eyc292jfy],
.carousel-control-next-icon[b-5eyc292jfy] {
    width: 20px;
    height: 20px;
    background-size: 100%;
    filter: invert(28%) sepia(13%) saturate(932%) hue-rotate(337deg) brightness(95%) contrast(88%);
}

.carousel-control-prev:hover .carousel-control-prev-icon[b-5eyc292jfy],
.carousel-control-next:hover .carousel-control-next-icon[b-5eyc292jfy] {
    filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(93deg) brightness(103%) contrast(103%);
}

/* Carousel Indicators */
.carousel-indicators[b-5eyc292jfy] {
    bottom: 20px;
    margin-bottom: 0;
}

.carousel-indicators [data-bs-target][b-5eyc292jfy] {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.5);
    border: 2px solid #ffffff;
    transition: all 0.3s ease;
}

.carousel-indicators .active[b-5eyc292jfy] {
    background-color: #c9a45c;
    border-color: #c9a45c;
    width: 32px;
    border-radius: 6px;
}

/* Carousel Fade Effect */
.carousel-fade .carousel-item[b-5eyc292jfy] {
    opacity: 0;
    transition-duration: 0.8s;
    transition-property: opacity;
}

.carousel-fade .carousel-item.active[b-5eyc292jfy] {
    opacity: 1;
}

.carousel-fade .carousel-item-next.carousel-item-start[b-5eyc292jfy],
.carousel-fade .carousel-item-prev.carousel-item-end[b-5eyc292jfy] {
    opacity: 1;
}

.carousel-fade .active.carousel-item-start[b-5eyc292jfy],
.carousel-fade .active.carousel-item-end[b-5eyc292jfy] {
    opacity: 0;
}

/* Gallery hover effect */
.gallery-item[b-5eyc292jfy] {
    transition: transform 0.3s ease;
}

.gallery-item:hover[b-5eyc292jfy] {
    transform: translateY(-8px);
}

.image-zoom-effect[b-5eyc292jfy] {
    overflow: hidden;
    border-radius: 12px;
}

.image-zoom-effect img[b-5eyc292jfy] {
    transition: transform 0.5s ease;
}

.image-zoom-effect:hover img[b-5eyc292jfy] {
    transform: scale(1.1);
}

/* Service Preview Card Hover */
.service-preview-card[b-5eyc292jfy] {
    transition: all 0.3s ease;
    cursor: pointer;
}

.service-preview-card:hover[b-5eyc292jfy] {
    transform: translateY(-8px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}

.service-preview-card i[b-5eyc292jfy] {
    transition: all 0.3s ease;
}

.service-preview-card:hover i[b-5eyc292jfy] {
    transform: scale(1.2);
    color: #d4af6a;
}

/* Responsive Design */
@media (max-width: 768px) {
    .carousel-image-wrapper[b-5eyc292jfy] {
        height: 400px;
    }

    .carousel-control-prev[b-5eyc292jfy],
    .carousel-control-next[b-5eyc292jfy] {
        width: 40px;
        height: 40px;
    }

    .carousel-control-prev-icon[b-5eyc292jfy],
    .carousel-control-next-icon[b-5eyc292jfy] {
        width: 16px;
        height: 16px;
    }

    .carousel-control-prev[b-5eyc292jfy] {
        left: 10px;
    }

    .carousel-control-next[b-5eyc292jfy] {
        right: 10px;
    }
}

@media (max-width: 576px) {
    .carousel-image-wrapper[b-5eyc292jfy] {
        height: 300px;
    }

    .carousel-control-prev[b-5eyc292jfy],
    .carousel-control-next[b-5eyc292jfy] {
        width: 35px;
        height: 35px;
    }

    .carousel-control-prev-icon[b-5eyc292jfy],
    .carousel-control-next-icon[b-5eyc292jfy] {
        width: 14px;
        height: 14px;
    }
}


/* /Components/Pages/Policies.razor.rz.scp.css */
/* Policies Page Styles */

.policies-hero[b-9pb6tet04e] {
    padding: 4rem 0;
}

.policy-section[b-9pb6tet04e] {
    padding: 1.5rem 0;
    border-bottom: 1px solid #e8ddd0;
}

.policy-section:last-child[b-9pb6tet04e] {
    border-bottom: none;
}

.policy-title[b-9pb6tet04e] {
    display: flex;
    align-items: center;
    margin-bottom: 1.5rem;
}

.policy-title i[b-9pb6tet04e] {
    font-size: 1.5rem;
}

.policy-list[b-9pb6tet04e] {
    list-style: none;
    padding-left: 0;
    color: #7a6651;
}

.policy-list li[b-9pb6tet04e] {
    padding: 0.75rem 0;
    padding-left: 1.5rem;
    position: relative;
    line-height: 1.6;
}

.policy-list li[b-9pb6tet04e]:before {
    content: "";
    position: absolute;
    left: 0;
    top: 1.1rem;
    width: 8px;
    height: 8px;
    background-color: #c9a45c;
    border-radius: 50%;
}




.policy-section p[b-9pb6tet04e] {
    color: #7a6651;
    line-height: 1.8;
    margin-bottom: 1rem;
}

.policy-section strong[b-9pb6tet04e] {
    color: #5c4a3a;
    font-weight: 600;
}

.alert[b-9pb6tet04e] {
    border-radius: 10px;
    padding: 1.5rem;
}

.alert p[b-9pb6tet04e] {
    color: inherit;
}

.alert-info p[b-9pb6tet04e] {
    color: #ffffff !important;
}

.alert-light h5[b-9pb6tet04e] {
    margin-bottom: 1rem;
}

/* Title Underline Animation */
.title-underline[b-9pb6tet04e] {
    animation: slideIn-b-9pb6tet04e 0.6s ease-out;
}

@keyframes slideIn-b-9pb6tet04e {
    from {
        width: 0;
        opacity: 0;
    }
    to {
        width: 80px;
        opacity: 1;
    }
}

/* Hover Effects */
.policy-section:hover[b-9pb6tet04e] {
    background-color: #fafaf8;
    border-radius: 8px;
    padding: 2rem 1.5rem;
    margin: 0 -1.5rem;
    transition: all 0.3s ease;
}

/* Responsive Design */
@media (max-width: 768px) {
    .policies-hero h1[b-9pb6tet04e] {
        font-size: 2.25rem;
    }

    .policy-title[b-9pb6tet04e] {
        font-size: 1.5rem;
    }

    .policy-list li[b-9pb6tet04e] {
        padding-left: 1.5rem;
        font-size: 0.95rem;
    }

    .policy-section[b-9pb6tet04e] {
        padding: 1rem 0;
    }

    .policy-section:hover[b-9pb6tet04e] {
        margin: 0;
        padding: 1.5rem 1rem;
    }
}

@media (max-width: 576px) {
    .policies-hero[b-9pb6tet04e] {
        padding: 3rem 0;
    }

    .policies-hero h1[b-9pb6tet04e] {
        font-size: 2rem;
    }

    .policy-title[b-9pb6tet04e] {
        font-size: 1.25rem;
    }

    .policy-title i[b-9pb6tet04e] {
        font-size: 1.25rem;
    }
}
/* /Pages/Services.razor.rz.scp.css */
/* Services Page Styling */

/* Hero Section */
.services-hero[b-sewi1ziux5] {
    padding: 5rem 0 4rem;
}

.title-underline[b-sewi1ziux5] {
    width: 80px;
    height: 3px;
    background: linear-gradient(90deg, #c9a45c 0%, #d4b06a 100%);
    border-radius: 2px;
}

/* Service Items */
.service-item[b-sewi1ziux5] {
    transition: all 0.3s ease;
}

.service-image-wrapper[b-sewi1ziux5] {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
}

.service-image[b-sewi1ziux5] {
    width: 100%;
    height: 500px;
    object-fit: cover;
    transition: transform 0.5s ease;
    border-radius: 12px;
}

.service-image-wrapper:hover .service-image[b-sewi1ziux5] {
    transform: scale(1.05);
}

.image-decoration[b-sewi1ziux5] {
    position: absolute;
    top: -20px;
    right: -20px;
    width: 100px;
    height: 100px;
    background: rgba(201, 164, 92, 0.2);
    border-radius: 50%;
    z-index: -1;
}

/* Service Content */
.service-content[b-sewi1ziux5] {
    padding: 2rem 0;
}

.service-title[b-sewi1ziux5] {
    font-family: 'Playfair Display', serif;
    font-size: 2.5rem;
    font-weight: 700;
    color: #5c4a3a;
    letter-spacing: 0.5px;
    margin-bottom: 1rem;
}

.service-description[b-sewi1ziux5] {
    color: #7a6651;
    font-size: 1.1rem;
    line-height: 1.8;
}

.service-description p[b-sewi1ziux5] {
    margin-bottom: 0.75rem;
}

.service-description ul[b-sewi1ziux5] {
    list-style: none;
    padding-left: 0;
}

.service-description li[b-sewi1ziux5] {
    padding-left: 1.5rem;
    position: relative;
    margin-bottom: 0.5rem;
}

.service-description li[b-sewi1ziux5]::before {
    content: "?";
    position: absolute;
    left: 0;
    color: #c9a45c;
    font-weight: bold;
}

/* Service Details */
.service-details[b-sewi1ziux5] {
    border-top: 2px solid #e8ddd0;
    border-bottom: 2px solid #e8ddd0;
    padding: 1.5rem 0;
}

.detail-item[b-sewi1ziux5] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.detail-item i[b-sewi1ziux5] {
    color: #c9a45c;
    font-size: 1.2rem;
}

.detail-label[b-sewi1ziux5] {
    color: #7a6651;
    font-weight: 500;
}

.detail-value[b-sewi1ziux5] {
    color: #5c4a3a;
    font-weight: 700;
    font-size: 1.1rem;
}

/* Buttons */
.btn-service[b-sewi1ziux5] {
    background: linear-gradient(135deg, #c9a45c 0%, #a88548 100%);
    color: white;
    padding: 0.875rem 2.5rem;
    border: none;
    border-radius: 50px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(201, 164, 92, 0.3);
}

.btn-service:hover[b-sewi1ziux5] {
    background: linear-gradient(135deg, #a88548 0%, #8f6d3a 100%);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(201, 164, 92, 0.4);
    color: white;
}

/* CTA Section */
.cta-section[b-sewi1ziux5] {
    padding: 4rem 0;
}

.cta-section h2[b-sewi1ziux5] {
    font-family: 'Playfair Display', serif;
    font-size: 2.5rem;
    font-weight: 700;
}

.cta-section .btn-light[b-sewi1ziux5] {
    background: white;
    color: #5c4a3a;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s ease;
}

.cta-section .btn-light:hover[b-sewi1ziux5] {
    background: #f5f0eb;
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}

/* Responsive Design */
@media (max-width: 991px) {
    .service-title[b-sewi1ziux5] {
        font-size: 2rem;
    }
    
    .service-image[b-sewi1ziux5] {
        height: 400px;
    }
    
    .service-content[b-sewi1ziux5] {
        padding: 2rem 0 0;
    }
    
    .services-hero h1[b-sewi1ziux5] {
        font-size: 2.5rem;
    }
}

@media (max-width: 767px) {
    .service-title[b-sewi1ziux5] {
        font-size: 1.75rem;
    }
    
    .service-image[b-sewi1ziux5] {
        height: 300px;
    }
    
    .service-description[b-sewi1ziux5] {
        font-size: 1rem;
    }
    
    .services-hero[b-sewi1ziux5] {
        padding: 3rem 0 2rem;
    }
    
    .services-hero h1[b-sewi1ziux5] {
        font-size: 2rem;
    }
    
    .detail-item[b-sewi1ziux5] {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.25rem;
    }
}

/* Loading Spinner */
.spinner-border[b-sewi1ziux5] {
    border-width: 0.3rem;
}
