@import '_content/Microsoft.AspNetCore.Components.QuickGrid/Microsoft.AspNetCore.Components.QuickGrid.25o87uqmvr.bundle.scp.css';

/* /Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-ywz7dgayn7] {
    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-ywz7dgayn7] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Pages/admin/Admin.razor.rz.scp.css */
.admin-wrapper[b-ie3ybgozgk] {
    background-color: #f4f7f6;
    min-height: 100vh;
    padding: 60px 0;
    font-family: 'Open Sans', sans-serif;
}

/* Image Viewer Modal */
.image-viewer-modal[open][b-ie3ybgozgk] {
    border: none;
    border-radius: 12px;
    padding: 0;
    max-width: 90vw;
    width: 1000px; 
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
    background-color: #fff;
    overflow: hidden;
}

.image-viewer-modal[b-ie3ybgozgk]::backdrop {
    background-color: rgba(0, 0, 0, 0.75);
    backdrop-filter: blur(4px);
}

.image-viewer-modal-header[b-ie3ybgozgk] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 1.5rem;
    background-color: #f8f9fa;
    border-bottom: 1px solid #e9ecef;
    font-weight: 600;
}

.image-viewer-image-stage[b-ie3ybgozgk] {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 400px;
    max-height: 70vh;
    background-color: #000;
    border-radius: 8px;
    position: relative;
    overflow: hidden;
}

.image-viewer-image-stage img[b-ie3ybgozgk] {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    display: block;
}

.image-viewer-carousel-container[b-ie3ybgozgk] {
    display: flex;
    align-items: center;
    padding: 1.5rem;
    gap: 1rem;
    background-color: #f1f3f5;
}

.image-viewer-nav-btn[b-ie3ybgozgk] {
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 1.2rem;
    transition: all 0.2s ease;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
    z-index: 10;
}

.image-viewer-nav-btn:hover[b-ie3ybgozgk] {
    background-color: #007bff;
    color: white;
    transform: scale(1.1);
}

.image-viewer-nav-btn:active[b-ie3ybgozgk] {
    transform: scale(0.95);
}

.image-viewer-image-counter[b-ie3ybgozgk] {
    position: absolute;
    bottom: 10px;
    background: rgba(0, 0, 0, 0.6);
    color: white;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 0.85rem;
}

.image-viewer-no-images[b-ie3ybgozgk] {
    width: 100%;
    text-align: center;
    padding: 3rem;
    color: #6c757d;
    font-style: italic;
}
/* Image viewer modal */

.admin-header[b-ie3ybgozgk] {
    text-align: center;
    margin-bottom: 40px;
}

.admin-footer[b-ie3ybgozgk] {
    text-align: center;
}

.tab-container[b-ie3ybgozgk] {
    display: inline-flex;
    background: #e0e6ed;
    padding: 5px;
    border-radius: 50px;
    margin-top: 20px;
}

.tab-btn[b-ie3ybgozgk] {
    padding: 10px 25px;
    border: none;
    background: transparent;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    cursor: pointer;
    border-radius: 50px;
    transition: all 0.3s ease;
    color: #666;
}

.tab-btn.active[b-ie3ybgozgk] {
    background: #2a5298; /* Your Trust Blue */
    color: white;
    box-shadow: 0 4px 10px rgba(42, 82, 152, 0.2);
}

h1[b-ie3ybgozgk] {
    font-family: 'Montserrat', sans-serif;
    color: #2a5298;
    font-weight: 700;
}

.form-section[b-ie3ybgozgk] {
    background: #fff;
    padding: 100px;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    margin-bottom: 30px;
    border: 1px solid #f0f0f0;
    font-family: 'Montserrat', sans-serif;
}

.text-center[b-ie3ybgozgk] {
    text-align: center;
    max-width: 70vw;
    margin-left: auto;
    margin-right: auto;
}

.form-section h3[b-ie3ybgozgk] {
    color: #2a5298;
    margin-bottom: 20px;
    font-size: 1.2rem;
    border-bottom: 2px solid #f4f7f6;
    padding-bottom: 10px;
}

.input-group[b-ie3ybgozgk] {
    margin-bottom: 20px;
}

.input-row[b-ie3ybgozgk] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

label[b-ie3ybgozgk] {
    display: block;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #2a5298;
    margin-bottom: 8px;
    margin-top: 15px;
}

.cards-grid[b-ie3ybgozgk] {
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    column-gap: 2rem;

    padding-top: 2rem;
    padding-bottom: 2rem;
}

.content-card[b-ie3ybgozgk] {
    background: #fcfcfc;
    border: 1px solid #e0e6ed;
    border-radius: 12px;
    padding: 20px;
    transition: transform 0.2s ease;
    display: flex;
    flex-direction: column;
    align-content: center;
    
    position: relative; 
}

.content-card:hover[b-ie3ybgozgk] {
    border-color: #2a5298;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}

.content-card .input-group[b-ie3ybgozgk] {
    max-width: 100%;

    display: flex;
    flex-direction: column;
    align-content: center;
}

.content-card[b-ie3ybgozgk]  .form-input {
    max-width: 80%;
    align-self: center;
}

[b-ie3ybgozgk] .form-input,
[b-ie3ybgozgk] textarea.form-input {
    width: 100%;
    padding: 14px 18px;
    font-size: 1rem;
    font-family: 'Open Sans', sans-serif;
    color: #444;
    background-color: #ffffff;
    border: 2px solid #e0e6ed;
    border-radius: 12px;
    transition: all 0.2s ease-in-out;
    display: block;
    box-shadow: inset 0 1px 2px rgba(0,0,0,0.02);
}

[b-ie3ybgozgk] .form-input:focus,
[b-ie3ybgozgk] textarea.form-input:focus {
    outline: none;
    border-color: #2a5298;
    background-color: #fff;
    box-shadow: 0 0 0 4px rgba(42, 82, 152, 0.1);
}

[b-ie3ybgozgk] textarea.form-input {
    min-height: 120px;
    resize: vertical;
    line-height: 1.5;
}

.requests-list[b-ie3ybgozgk] {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    padding-top: 1rem;
}

.request-card[b-ie3ybgozgk] {
    display: grid;
    grid-template-columns: 150px 1fr 180px;
    align-items: center;
    text-align: left;
    padding: 20px;
}

.request-id[b-ie3ybgozgk] {
    font-weight: 700;
    color: #2a5298;
    font-size: 1.1rem;
}

.request-date[b-ie3ybgozgk] {
    font-size: 0.85rem;
    color: #888;
}

.request-body[b-ie3ybgozgk] {
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    padding: 0 20px;
}

.info-row[b-ie3ybgozgk] {
    margin-bottom: 5px;
    font-size: 0.9rem;
}

.info-row .label[b-ie3ybgozgk] {
    display: inline;
    text-transform: none;
    margin: 0;
    color: #666;
    font-weight: 600;
}

.info-notes[b-ie3ybgozgk] {
    margin-top: 10px;
    font-size: 0.85rem;
    font-style: italic;
    color: #444;
}

.phone-link[b-ie3ybgozgk] {
    color: #2a5298;
    text-decoration: none;
    font-weight: 600;
    transition: color 0.2s;
}

.phone-link:hover[b-ie3ybgozgk] {
    color: #4CAF50; /* Changes to green on hover to signify 'Call' */
    text-decoration: underline;
}

.request-actions[b-ie3ybgozgk] {
    display: flex;
    justify-content: flex-end;
}

.btn-save[b-ie3ybgozgk] {
    background: #4CAF50;
    color: white;
    border: none;
    padding: 15px 40px;
    border-radius: 50px;
    font-weight: 700;
    cursor: pointer;
    box-shadow: 0 4px 15px rgba(76, 175, 80, 0.3);
    transition: all 0.3s ease;
    max-width: 10vw;
}

.btn-save:hover[b-ie3ybgozgk] {
    transform: translateY(-2px);
    background: #43a047;
}

.btn-small[b-ie3ybgozgk] {
    padding: 8px 20px;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 600;
    cursor: pointer;
    border: 1px solid #2a5298;
    background: transparent;
    color: #2a5298;
    transition: all 0.2s ease;
}

.btn-small:hover[b-ie3ybgozgk] {
    background: #2a5298;
    color: white;
}

.btn-revert[b-ie3ybgozgk] {
    background: transparent;
    color: #666;
    border: 2px solid #ccc;
    padding: 15px 30px;
    border-radius: 50px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-left: 10px;
    max-width: 30vw;
}

.btn-revert:hover[b-ie3ybgozgk] {
    background: #eee;
    color: #333;
    border-color: #999;
}

.status-msg[b-ie3ybgozgk] {
    margin-left: 20px;
    color: #4CAF50;
    font-weight: 600;
    animation: fadeIn-b-ie3ybgozgk 0.5s ease;
}

.close-btn[b-ie3ybgozgk] {
    position: absolute;
    top: 5px;
    right: 5px;
    background: none;
    border: none;
    font-size: 20px;
    cursor: pointer;
    line-height: 1;
}

@keyframes fadeIn-b-ie3ybgozgk {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@media (max-width: 768px) {
    .input-row[b-ie3ybgozgk] {
        grid-template-columns: 1fr;
    }

    .btn-save[b-ie3ybgozgk] {
        max-width: 40vw;
    }

    .btn-revert[b-ie3ybgozgk] {
        max-width: 40vw;
    }

    .cards-grid[b-ie3ybgozgk] {
        flex-direction: column;
        align-content: center;
        justify-content: center;
        row-gap: 2rem;
    }

    .request-card[b-ie3ybgozgk] {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .request-body[b-ie3ybgozgk] {
        border: none;
        padding: 10px 0;
        border-top: 1px solid #eee;
        border-bottom: 1px solid #eee;
    }
}
/* /Components/Pages/Book.razor.rz.scp.css */
.booking-page[b-ethd6bijmy] {
    padding: 60px 20px;
}

.booking-form-wrapper[b-ethd6bijmy] {
    background: #fff;
    padding: 40px;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    border-top: 5px solid #0056b3;
}

.form-grid[b-ethd6bijmy] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
}

.form-heading[b-ethd6bijmy] {
    color: #0056b3;
    margin-bottom: 20px;
    font-size: 1.3rem;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
}

.field-group[b-ethd6bijmy] {
    margin-bottom: 20px;
    margin-right: 20px;
}

.field-group label[b-ethd6bijmy] {
    display: block;
    font-weight: bold;
    margin-bottom: 8px;
    color: #333;
}

[b-ethd6bijmy]  .custom-input {
    width: 100%;
    padding: 12px;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 1rem;
}

[b-ethd6bijmy] .textarea {
    height: 120px;
    resize: none;
}

/* Upload Styling */
.upload-zone[b-ethd6bijmy] {
    background: #f8f9fa;
    border: 2px dashed #0056b3;
    padding: 20px;
    text-align: center;
    border-radius: 8px;
    margin-bottom: 25px;
}

.small-text[b-ethd6bijmy] {
    font-size: 0.85rem;
    color: #666;
    margin: 10px 0;
}

.file-input[b-ethd6bijmy] {
    display: none;
}

.file-count[b-ethd6bijmy] {
    margin-top: 10px;
    font-size: 0.9rem;
    color: #0056b3;
    font-weight: bold;
}

.form-footer[b-ethd6bijmy] {
    text-align: center;
    margin-top: 30px;
}

.btn-large[b-ethd6bijmy] {
    background: #4CAF50;
    color: white;
    border: none;
    padding: 15px 40px;
    border-radius: 50px;
    font-weight: 700;
    cursor: pointer;
    box-shadow: 0 4px 15px rgba(76, 175, 80, 0.3);
    transition: all 0.3s ease;
}

.complete-container[b-ethd6bijmy] {
    min-height: 80vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0 20px;
}

.complete-content[b-ethd6bijmy] {
    max-width: 800px;
}

.complete-heading[b-ethd6bijmy] {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
    line-height: 1.2;
}

.complete-subheading[b-ethd6bijmy] {
    font-size: 1.2rem;
    color: #555;
    line-height: 1.5;
}

[b-ethd6bijmy] .btn-home {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 24px;
    background-color: #007bff;
    color: white;
    text-decoration: none;
    border-radius: 8px;
    font-weight: 600;
    transition: background-color 0.2s ease, transform 0.1s ease;
    border: none;
    cursor: pointer;
}

[b-ethd6bijmy] .btn-home:hover {
    background-color: #0056b3;
    color: white;
    text-decoration: none;
}

[b-ethd6bijmy] .btn-home:active {
    transform: scale(0.98);
}

.home-icon[b-ethd6bijmy] {
    margin-right: 8px;
}

@media (max-width: 768px) {
    .form-grid[b-ethd6bijmy] {
        grid-template-columns: 1fr;
    }

    .booking-form-wrapper[b-ethd6bijmy] {
        padding: 20px;
    }

    .complete-heading[b-ethd6bijmy] {
        font-size: 1.8rem; /* Slightly smaller for small screens */
    }

    .complete-subheading[b-ethd6bijmy] {
        font-size: 1rem;
    }
}
/* /Components/Pages/Home.razor.rz.scp.css */

/* General Styles */
*[b-d9zyao3szl] {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'StencilBold', sans-serif;
}

.container[b-d9zyao3szl] {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Navbar */
.navbar[b-d9zyao3szl] {
    background: #fff;
    padding: 1rem 0;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    position: sticky;
    top: 0;
    z-index: 1000;
}

.navbar .container[b-d9zyao3szl] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo[b-d9zyao3szl] {
    font-size: 1.5rem;
    font-weight: bold;
    color: black;
}

.logo span[b-d9zyao3szl] {
    color: #e63946;
}

.nav-phone[b-d9zyao3szl] {
    text-decoration: none;
    color: black;
    font-weight: bold;
}

/* Hero Section */
.hero[b-d9zyao3szl] {
    background: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)), url('https://images.unsplash.com/photo-1588854337115-1c67d9247e4d?q=80&w=1470&auto=format&fit=crop&ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D');
    background-size: cover;
    background-position: center;
    color: #fff;
    padding: 100px 0;
    text-align: center;
}

.hero h1[b-d9zyao3szl] {
    font-size: 3rem;
    margin-bottom: 1rem;
}

.hero h1 span[b-d9zyao3szl] {
    color: #D2B48C;
}

/* Buttons */
.btn[b-d9zyao3szl] {
    display: inline-block;
    padding: 12px 25px;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
    margin: 10px;
    transition: 0.3s;
}

.btn-primary[b-d9zyao3szl] {
    background: #e63946;
    color: #fff;
}

.btn-secondary[b-d9zyao3szl] {
    background: #fff;
    color: #333;
}

.btn:hover[b-d9zyao3szl] {
    opacity: 0.9;
    transform: translateY(-2px);
}

/* Services */
.services[b-d9zyao3szl] {
    padding: 60px 0;
}

.section-title[b-d9zyao3szl] {
    text-align: center;
    margin-bottom: 40px;
    font-size: 2rem;
}

.service-grid[b-d9zyao3szl] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
}

.service-card[b-d9zyao3szl] {
    background: #fff;
    padding: 30px;
    border-radius: 8px;
    text-align: center;
    border-bottom: 4px solid #D2B48C;
    box-shadow: 0 4px 6px rgba(0,0,0,0.05);
}

/* Trust Section */
.trust[b-d9zyao3szl] {
    background: #D2B48C;
    color: #fff;
    padding: 40px 0;
    text-align: center;
}

.trust .container[b-d9zyao3szl] {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.trust-item[b-d9zyao3szl] {
    margin: 20px;
}

footer[b-d9zyao3szl] {
    text-align: center;
    padding: 20px;
    font-size: 0.9rem;
    color: #777;
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .hero h1[b-d9zyao3szl] {
        font-size: 2rem;
    }
}
