/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-r3o95ql56r] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-r3o95ql56r] {
    flex: 1;
    margin-top: 3.5rem; /* Ensure main content starts below the navbar */
}

#blazor-error-ui[b-r3o95ql56r] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    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-r3o95ql56r] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Layout/NavMenu.razor.rz.scp.css */
.nav-scrollable[b-ah5jswknti] {
    display: flex;
    flex-direction: row;
    align-items: center;
    background-color: rgb(128, 128, 128);
    width: 100%;
    height: 3.5rem;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
}

.navbar-logo[b-ah5jswknti] {
    height: 2.5rem;
    margin-right: 1.5rem;
    margin-left: 1rem;
}

.nav-item[b-ah5jswknti] {
    color: white;
    text-decoration: none;
    padding: 0 1rem;
    font-size: 1rem;
    line-height: 3.5rem;
    display: inline-block;
    transition: background 0.2s;
}

    .nav-item:hover[b-ah5jswknti] {
        background-color: rgba(255, 0, 0, 1);
        color: #d7d7d7;
    }
/* /Pages/ContactUs.razor.rz.scp.css */
.contact-bg[b-slbn5s8s76] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: url('/Pics/overhead.jpg') no-repeat center center fixed;
    background-size: cover;
    z-index: 0;
}

.contact-overlay[b-slbn5s8s76] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0,0,0,0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}

.contact-form[b-slbn5s8s76] {
    background: rgba(255,255,255,0.95);
    padding: 1rem;
    border-radius: 12px;
    box-shadow: 0 4px 24px rgba(0,0,0,0.2);
    display: flex;
    flex-direction: column;
    gap: 0.1rem;
    min-width: 320px;
    max-width: 400px;
}
    /* Align checkbox text with checkbox */
    .contact-form label[b-slbn5s8s76] {
        display: flex;
        gap: 0.1em;
        font-weight: normal;
    }

    .contact-form input[type="checkbox"][b-slbn5s8s76] {
        margin-left: 0;
        margin-right: 0.1em;
    }

    .contact-form input[b-slbn5s8s76],
    .contact-form textarea[b-slbn5s8s76] {
        background: #fff;
        border: 1px solid #ccc;
        border-radius: 6px;
        padding: 0.75rem;
        font-size: 1rem;
        width: 100%;
        resize: none;
    }

    .contact-form textarea[b-slbn5s8s76] {
        min-height: 100px;
    }

    .contact-form button[b-slbn5s8s76] {
        background: #e53935;
        color: #fff;
        border: none;
        border-radius: 6px;
        padding: 0.75rem;
        font-size: 1.1rem;
        cursor: pointer;
        transition: background 0.2s;
    }

        .contact-form button:disabled[b-slbn5s8s76] {
            background: #aaa;
            cursor: not-allowed;
        }

.popup-message[b-slbn5s8s76] {
    position: fixed;
    top: 10%;
    left: 50%;
    transform: translate(-50%, 0);
    background: #fff;
    color: #222;
    padding: 1.25rem 2.5rem;
    border-radius: 10px;
    box-shadow: 0 6px 32px rgba(0,0,0,0.25);
    font-size: 1.25rem;
    font-weight: 500;
    z-index: 9999;
    text-align: center;
    opacity: 0.97;
}
/* /Pages/Home.razor.rz.scp.css */
.signup-btn[b-yozak3iati] {
    position: absolute;
    right: -27rem;
    top: 12rem;
    background-color: red;
    color: white;
    border: none;
    border-radius: 0.5rem;
    padding: 1rem 2rem;
    font-size: 2.0rem;
    font-weight: bold;
    cursor: pointer;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    transition: background 0.2s;
}

    .signup-btn:hover[b-yozak3iati] {
        background-color: darkred;
    }

    .signup-btn:hover[b-yozak3iati] {
        background-color: darkred;
    }

.background-video[b-yozak3iati] {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100vw;
    height: 100vh;
    object-fit: cover;
    min-width: 100%;
    min-height: 100%;
    max-width: 100vw;
    max-height: 100vh;
    overflow: hidden;
}

.background-image-container > *:not(.background-video)[b-yozak3iati] {
    position: relative;
    z-index: 1;
}
/* /Pages/Schedule.razor.rz.scp.css */
body[b-wzcqju7z7w] {
}

.schedule-bg[b-wzcqju7z7w] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: url('/Pics/schedule.jpg') no-repeat center center fixed;
    background-repeat: no-repeat; 
    background-size: cover; 
    z-index: 0;
}

.schedule-table-container[b-wzcqju7z7w] {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
}

.schedule-title[b-wzcqju7z7w] {
    color: #fff;
    text-shadow: 0 2px 8px rgba(0,0,0,0.7);
    margin-bottom: 1.5rem;
    font-size: 2rem;
    text-align: center;
}

.schedule-table[b-wzcqju7z7w] {
    background: rgba(255,255,255,0.95);
    border-radius: 12px;
    box-shadow: 0 4px 24px rgba(0,0,0,0.2);
    border-collapse: collapse;
    min-width: 320px;
    max-width: 400px;
    width: 100%;
    font-size: 1.1rem;
    overflow: hidden;
}

    .schedule-table th[b-wzcqju7z7w], .schedule-table td[b-wzcqju7z7w] {
        padding: 1rem 1.5rem;
        text-align: center;
        border-bottom: 1px solid #eee;
    }

    .schedule-table th[b-wzcqju7z7w] {
        background: #e53935;
        color: #fff;
        font-weight: bold;
    }

    .schedule-table tr:last-child td[b-wzcqju7z7w] {
        border-bottom: none;
    }
/* /Pages/Services.razor.rz.scp.css */
body[b-luk6gl6xdn] {
}

.services-bg[b-luk6gl6xdn] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: url('/Pics/services.jpg') no-repeat center center fixed;
    background-size: cover;
    z-index: 0;
}

.services-table-container[b-luk6gl6xdn] {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
}

.services-title[b-luk6gl6xdn] {
    color: #fff;
    text-shadow: 0 2px 8px rgba(0,0,0,0.7);
    margin-bottom: 1.5rem;
    font-size: 2rem;
    text-align: center;
}

.services-table[b-luk6gl6xdn] {
    background: rgba(255,255,255,0.95);
    border-radius: 12px;
    box-shadow: 0 4px 24px rgba(0,0,0,0.2);
    border-collapse: collapse;
    min-width: 320px;
    max-width: 400px;
    width: 100%;
    font-size: 1.1rem;
    overflow: hidden;
}

    .services-table td[b-luk6gl6xdn] {
        padding: 1rem 1.5rem;
        text-align: center;
        border-bottom: 1px solid #eee;
    }

    .services-table tr:last-child td[b-luk6gl6xdn] {
        border-bottom: none;
    }

.services-link[b-luk6gl6xdn] {
    color: #e53935;
    font-weight: bold;
    text-decoration: underline;
}
