/* /Components/Controls/Dialog.razor.rz.scp.css */
.overlay[b-cxx32zhncf] {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0,0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.dialog[b-cxx32zhncf] {
    width: 750px;
    background-color: white;
    border-radius: 10px 10px 10px 10px;
    /*padding: 1rem;*/
}

.dialog .dialog-header[b-cxx32zhncf] {
    background-color: green;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 2rem;
    height: 50px;
    border-radius: 10px 10px 0px 0px;
}

.dialog .dialog-body[b-cxx32zhncf] {
    padding: 2rem;
}

.dialog .dialog-footer[b-cxx32zhncf] {
    padding: 2rem;
}

.close[b-cxx32zhncf] {
    height: 40px;
    width: 40px;
    background-color: transparent;
    transition: 0.25s ease;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.close:hover[b-cxx32zhncf] {
    background-color: #DDD;
}

h2[b-cxx32zhncf] {
    color: white;
    font-size: 30px;
}
/* /Components/Controls/Paging.razor.rz.scp.css */
.pagingcontainer[b-a5ag904o4v] {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    align-content: space-around;
}
/* /Components/Layout/LoginDisplay.razor.rz.scp.css */
a:link[b-nyaz2wvr8z] {
    color: lightgreen;
    background-color: transparent;
    text-decoration: none;
}

a:visited[b-nyaz2wvr8z] {
    color: lawngreen;
    background-color: transparent;
    text-decoration: none;
}

a:hover[b-nyaz2wvr8z] {
    color: lightgreen;
    background-color: transparent;
    text-decoration: underline;
}

a:active[b-nyaz2wvr8z] {
    color: yellow;
    background-color: transparent;
    text-decoration: underline;
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
/*Removes the padding around the body of the website*/
.body-content[b-htrwr6zdoc] {
    padding-left: 0rem !important;
    padding-right: 0rem !important;
}

/*FOOTER*/
.HostURL[b-htrwr6zdoc] {
    text-align: center;
    color: #00bfbf;
    background-color: #1b1a3c;
    position: fixed;
    bottom: 0;
    width: 100%;
    padding: 15px;
    font-family: mina-regular, sans-serif;
}

    .HostURL h3[b-htrwr6zdoc] {
        font-size: clamp(18px, 10vw, 40px);
    }

.MCO[b-htrwr6zdoc] {
    font-family: caveatbrush-regular, cursive;
    font-size: clamp(30px, 12vw, 50px);
    color: #ffa518;
}

.footerUrl[b-htrwr6zdoc] {
    color: #ffa518;
}

/*.footerUrl:hover {
    text-decoration: underline;
    cursor:pointer;
}*/

.ContactLinks[b-htrwr6zdoc] {
    color: #ffa518;
}

/*Contact Section Icons*/
.ContactIcons[b-htrwr6zdoc] {
    display: flex;
}

.ContactButton img[b-htrwr6zdoc] {
    /*background-color: white;*/
    /*border: 1px solid gray;*/
    padding: 2px;
    border-radius: 7px;
    width: 3vw;
    height: 3vw;
    max-width: 50px;
    min-width: 40px;
    max-height: 50px;
    min-height: 40px;
    margin-right: 5px; /* Adjust the spacing between the buttons as needed */
    margin-left: 5px;
    /*box-shadow: 3px 5px 10px rgba(23, 23, 23, 0.3);*/
}

.ContactButton:last-child[b-htrwr6zdoc] {
    margin-right: 0; /* Remove the margin on the last button */
}
/* /Components/Layout/Menu.razor.rz.scp.css */
/*Navbar*/
.navbar-dark[b-rqlekcadck] {
    background-color: green;
    top: 0;
    width: 100%;
    z-index: 100;
    position: fixed;
    margin-bottom: 500px;
}

.navbar-nav li a[b-rqlekcadck] {
    font-size: 20px;
    color: ghostwhite;
}

.nav-item span[b-rqlekcadck] {
    color: ghostwhite;
    font-size: 20px;
}

    .nav-item span:hover[b-rqlekcadck] {
        color: green;
    }

.MenuItem:hover[b-rqlekcadck] {
    background-color: lightgreen;
    border-radius: 5px;
}

/*DROP-DOWN*/

.dropdown[b-rqlekcadck] {
    z-index: 1000 !important;
}

.dropdown-menu[b-rqlekcadck] {
    background-color: green !important;
    border-radius: 5px;
}

.navbar-nav li a[b-rqlekcadck] {
    font-size: 16px;
    font-size: 20px;
    color: ghostwhite;
    font-family: mina-regular, sans-serif;
}

    .navbar-nav li a:hover[b-rqlekcadck] {
        color: lightgreen;
        background-color: green;
        border-radius: 5px;
    }

/*Navbar Drop-down Items*/
.dropdown-menu li a:hover[b-rqlekcadck] {
    color: lightgreen;
    background-color: green;
    border-radius: 5px;
}

.dropdown-submenu li a:hover[b-rqlekcadck] {
    color: lightgreen;
}

.dropdown-menu li[b-rqlekcadck] {
    position: relative;
}

.dropdown-menu .dropdown-submenu[b-rqlekcadck] {
    display: none;
    position: absolute;
    left: 100%;
    top: -7px;
}

.dropdown-menu .dropdown-submenu-left[b-rqlekcadck] {
    right: 100%;
    left: auto;
}

.dropdown-menu > li:hover > .dropdown-submenu[b-rqlekcadck] {
    display: block;
}
/* /Components/Pages/Account/ChangePassword.razor.rz.scp.css */
*[b-pfefapgxaf] {
    margin: 0;
}

html[b-pfefapgxaf], body[b-pfefapgxaf] {
    height: 100%;
}

body[b-pfefapgxaf] {
    /* font-family: "Segoe UI", Tahoma, Arial, sans-serif; /* similar to site */
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #000;
    background-color: #ffffff;
}

/* Wrapper to push footer to bottom */
.wrapper[b-pfefapgxaf] {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    background-image: url('/Images/Background.jpg');
    background-repeat: no-repeat; /* stop tiling */
    background-size: cover; /* make it cover the whole area */
    background-position: top; /* center the image */
    background-attachment: fixed; /* optional: parallax-style fixed bg */
}

/* === HEADER / BANNER === */
.site-header[b-pfefapgxaf] {
}

.title[b-pfefapgxaf] {
    display: flex;
    color: white;
    font-size: 36px;
    justify-content: center; /* Centers horizontally */
    align-items: center; /* Centers vertically */
    color: white;
    /*text-shadow: 2px 2px black; */
    padding-top: 18px;
}

.site-header-inner[b-pfefapgxaf] {
    /* Adjusted for 83% width and centering */
    width: 90%;
    max-width: 1514px; /* A reasonable max-width to prevent it from getting too wide on very large screens */
    margin: 0 auto;
    display: flex;
    align-items: center;
}

.site-logo[b-pfefapgxaf] {
    display: flex;
    align-items: center;
}

    .site-logo img[b-pfefapgxaf] {
        height: 70px;
        width: auto;
        display: block;
    }

.site-title-block[b-pfefapgxaf] {
    margin-left: 10px;
}

.site-title[b-pfefapgxaf] {
    font-family: "Brush Script MT", "Lucida Handwriting", cursive;
    font-size: 28px;
    color: #ffff00; /* yellow script like original */
    text-shadow: 1px 1px 1px rgba(0,0,0,0.6);
    white-space: nowrap;
}

.site-header-train[b-pfefapgxaf] {
    margin-left: auto;
}

    .site-header-train img[b-pfefapgxaf] {
        height: auto;
        width: 100%;
        display: block;
        border-radius: 6px;
    }

/* === NAVBAR === */
.navbar[b-pfefapgxaf] {
    background-color: #f2f3e9;
    height: 52px;
    width: 90%;
    max-width: 1514px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    padding: 14px 0px 14px 10px;
    padding-right: 0;
    border-radius: 6px;
}

.navbar-inner[b-pfefapgxaf] {
    width: 90%;
    max-width: 1530px;
    display: flex;
    align-items: left;
    justify-content: left; /* menu left, login right */
    padding: 12px 0px 12px 5px;
}

/* Hamburger button (hidden on desktop) */
.nav-toggle[b-pfefapgxaf] {
    display: none; /* show only on small screens via media query */
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
    color: #777777;
}

/* Menu style desktop */
.nav-menu[b-pfefapgxaf] {
    list-style: none;
    display: flex;
    padding-left: 7px;
    margin: 0;
}

    .nav-menu li[b-pfefapgxaf] {
        margin-right: 5px;
        padding-left: 5px;
    }

    .nav-menu a[b-pfefapgxaf] {
        display: block;
        padding: 6px 10px;
        text-decoration: none;
        font-size: 14px;
        color: #777777;
    }

        .nav-menu a:hover[b-pfefapgxaf],
        .nav-menu a.active[b-pfefapgxaf] {
            color: #555555;
        }

/* Login aligned to the right */
.nav-login[b-pfefapgxaf] {
    margin-left: auto; /* small gap from menu; can be auto if preferred */
    padding-top: 5px;
}

    .nav-login a[b-pfefapgxaf] {
        color: #777777;
        text-decoration: none;
        font-size: 14px;
    }

/* ===== MOBILE STYLES ===== */
@media (max-width: 768px) {
    .navbar[b-pfefapgxaf] {
        height: auto; /* let it grow when menu opens */
        width: 95%;
    }

    .navbar-inner[b-pfefapgxaf] {
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .nav-toggle[b-pfefapgxaf] {
        display: block; /* show hamburger */
        margin-left: auto; /* push it to the right if needed */
        border: 1px solid #333333;
        border-radius: 4px;
        padding: 2px 5px;
        margin-bottom: 5px;
    }

    .nav-menu[b-pfefapgxaf] {
        flex-direction: column; /* vertical menu */
        width: 100%;
        display: none; /* hidden by default; we’ll toggle with JS */
        padding: 10px 0 0 0;
    }

        .nav-menu li[b-pfefapgxaf] {
            margin: 0;
            padding: 0;
        }

        .nav-menu a[b-pfefapgxaf] {
            padding: 10px 0;
            width: 100%;
        }

    .nav-login[b-pfefapgxaf] {
        width: 100%;
        text-align: right;
        margin-top: 5px;
    }

    /* When menu is open (class added by JS) */
    .nav-menu.open[b-pfefapgxaf] {
        display: flex;
    }
}

/* === MAIN CONTENT === */
.main-content[b-pfefapgxaf] {
    flex: 1;
    /* Adjusted for 83% width and centering */
    width: 54%;
    max-width: 1200px; /* A reasonable max-width */
    margin: 10px auto 15px auto;
    padding: 0 2px;
    padding-top: 4px;
    background-color: white;
    border-radius: 6px;
    text-align: justify;
    color: #444444;
}

.page-title[b-pfefapgxaf] {
    font-size: 24px;
    font-weight: normal;
    margin-bottom: 10px;
}

/* base paragraphs */
p[b-pfefapgxaf] {
    /* margin-bottom: 8px; */
    margin: 0 0 10px;
    line-height: 1.4;
    text-align: justify;
}

    p.emphasis[b-pfefapgxaf] {
        font-weight: bold;
    }

/* === HOME LAYOUT === */
.home-layout[b-pfefapgxaf] {
    display: flex;
    flex-wrap: wrap;
}

.home-text[b-pfefapgxaf] {
    flex: 1 1 260px;
    padding: 15px;
    padding-bottom: 0px;
}

.home-gallery-container[b-pfefapgxaf] {
    flex: 0 0 100%;
    max-width: 1080px;
    height: auto;
    padding: 15px;
}

/* gallery box with correct aspect ratio */
.gallery-box[b-pfefapgxaf] {
    position: relative;
    width: 100%;
    aspect-ratio: 1280 / 854; /* matches your 1280×854 images */
    border: 1px solid #cccccc;
    overflow: hidden;
    background-color: #f5f5f5;
}

.double-border-simple[b-pfefapgxaf] {
    border-style: double;
    border-width: 3px; /* Total thickness of the two lines and the internal gap */
    border-color: #333333; /* Color of both lines */
    padding: 10px; /* Space between content and the inner border */
    background-color: #ffffff; /* Color of the gap between the two lines */
}

/* each slide fills the box */
.gallery-slide[b-pfefapgxaf] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}

    .gallery-slide.active[b-pfefapgxaf] {
        opacity: 1;
    }
    /* images fill their slide container */
    .gallery-slide img[b-pfefapgxaf] {
        width: 100%;
        height: 100%;
        object-fit: cover; /* crops to fill - change to 'contain' to show full image */
        display: block;
    }

/* llery-slide.active {
    display: block;
} */

/* arrow positioning (adjust as needed) */
.gallery-arrow[b-pfefapgxaf] {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 2rem;
    color: white;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 10px 15px;
    cursor: pointer;
    user-select: none;
    z-index: 10;
}

.gallery-arrow-left[b-pfefapgxaf] {
    left: 10px;
}

.gallery-arrow-right[b-pfefapgxaf] {
    right: 10px;
}

.gallery-arrow:hover[b-pfefapgxaf] {
    background-color: rgba(0, 0, 0, 0.7);
}

.gallery-controls-text[b-pfefapgxaf] {
    text-align: center;
    margin-top: 4px;
    font-size: 12px;
}

.footer-content[b-pfefapgxaf] {
    display: flex; /* Use flexbox for alignment */
    flex-direction: column; /* Stack items vertically */
    align-items: center; /* Center horizontally */
    text-align: center; /* Center text within paragraphs */
    color: #ffffff;
    padding: 15px; /* Add some padding for spacing */
}

    .footer-content p[b-pfefapgxaf] {
        margin-bottom: 10px; /* Add some space between paragraphs */
        font-size: 16px;
    }

    .footer-content a[b-pfefapgxaf] {
        color: #ffffff; /* Ensure link color is white */
        text-decoration: underline; /* Add underline for links */
    }

.footer-hr[b-pfefapgxaf] {
    border: none; /* Reset default border */
    border-top: 3px double #ffffff; /* Apply your desired border style */
    width: 80%; /* Set HR width to 80% */
    max-width: 1530px;
    margin: 20px auto; /* Center the HR and add vertical margin */
}


/* === BUTTONS === */
.btn[b-pfefapgxaf] {
    display: inline-block;
    padding: 5px 10px;
    background-color: #333333;
    color: #ffffff;
    border: none;
    cursor: pointer;
    font-size: 13px;
    text-decoration: none;
}

    .btn:hover[b-pfefapgxaf] {
        background-color: #555555;
    }

/* === FOOTER === */
.site-footer[b-pfefapgxaf] {
    background-color: #f3f3f3;
    border-top: 1px solid #dddddd;
    padding: 8px 0;
    font-size: 11px;
    margin-top: auto;
}

.site-footer-inner[b-pfefapgxaf] {
    /* Adjusted for 83% width and centering */
    width: 83%;
    max-width: 1200px; /* A reasonable max-width */
    margin: 0 auto;
    padding: 0 10px;
}

.site-footer a[b-pfefapgxaf] {
    color: #0000ee;
    text-decoration: none;
}

    .site-footer a:hover[b-pfefapgxaf] {
        text-decoration: underline;
    }

/* === RESPONSIVE === */
@media (max-width: 768px) {
    .site-header-inner[b-pfefapgxaf],
    .navbar-inner[b-pfefapgxaf],
    .main-content[b-pfefapgxaf],
    .site-footer-inner[b-pfefapgxaf] {
        width: 95%; /* Adjust for smaller screens to give some padding */
    }

    .site-header-inner[b-pfefapgxaf] {
        flex-wrap: wrap;
    }

    .site-title[b-pfefapgxaf] {
        font-size: 24px;
    }

    .home-layout[b-pfefapgxaf] {
        flex-direction: column;
    }

    .home-text[b-pfefapgxaf] {
        padding-right: 0;
        margin-bottom: 10px;
    }

    .home-gallery-container[b-pfefapgxaf] {
        max-width: 100%;
    }
}

/*Custom Dialog Box styling */

[b-pfefapgxaf] .dialog {
    width: 500px;
}

hr[b-pfefapgxaf] {
    padding-top: 20px;
}

.DialogBoxItem[b-pfefapgxaf] {
    margin-bottom: 1rem;
}

.DialogBoxButtons[b-pfefapgxaf] {
    display: flex;
    justify-content: right;
    gap: 10px;
}

.SaveButton[b-pfefapgxaf] {
    background-color: forestgreen;
    border-radius: 5px;
    width: 20%;
    color: white;
    padding: 10px 10px;
}

.CancelButton[b-pfefapgxaf] {
    background-color: lightgreen;
    border-radius: 5px;
    width: 20%;
    color: white;
    padding: 10px 10px;
}

.DialogBoxLabel[b-pfefapgxaf] {
    padding-bottom: 5px;
}

.DialogBoxControl[b-pfefapgxaf] {
    padding-bottom: 5px;
}
/* /Components/Pages/Account/LoggedOut.razor.rz.scp.css */
/* === Reset === */
*[b-mm4j2r5cm7] {
    margin: 0;
}

html[b-mm4j2r5cm7], body[b-mm4j2r5cm7] {
    height: 100%;
}

body[b-mm4j2r5cm7] {
    /* font-family: "Segoe UI", Tahoma, Arial, sans-serif; /* similar to site */
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #000;
    background-color: #ffffff;
}

/* Wrapper to push footer to bottom */
.wrapper[b-mm4j2r5cm7] {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    background-image: url('/Images/Background.jpg');
    background-repeat: no-repeat; /* stop tiling */
    background-size: cover; /* make it cover the whole area */
    background-position: top; /* center the image */
    background-attachment: fixed; /* optional: parallax-style fixed bg */
}

.card[b-mm4j2r5cm7] {
    background-color: whitesmoke;
}

/* === HEADER / BANNER === */
.site-header[b-mm4j2r5cm7] {
}

.title[b-mm4j2r5cm7] {
    display: flex;
    color: white;
    font-size: 36px;
    justify-content: center; /* Centers horizontally */
    align-items: center; /* Centers vertically */
    color: white;
    /*text-shadow: 2px 2px black; */
    padding-top: 18px;
}

.site-header-inner[b-mm4j2r5cm7] {
    /* Adjusted for 83% width and centering */
    width: 90%;
    max-width: 1514px; /* A reasonable max-width to prevent it from getting too wide on very large screens */
    margin: 0 auto;
    display: flex;
    align-items: center;
}

.site-logo[b-mm4j2r5cm7] {
    display: flex;
    align-items: center;
}

    .site-logo img[b-mm4j2r5cm7] {
        height: 70px;
        width: auto;
        display: block;
    }

.site-title-block[b-mm4j2r5cm7] {
    margin-left: 10px;
}

.site-title[b-mm4j2r5cm7] {
    font-family: "Brush Script MT", "Lucida Handwriting", cursive;
    font-size: 28px;
    color: #ffff00; /* yellow script like original */
    text-shadow: 1px 1px 1px rgba(0,0,0,0.6);
    white-space: nowrap;
}

.site-header-train[b-mm4j2r5cm7] {
    margin-left: auto;
}

    .site-header-train img[b-mm4j2r5cm7] {
        height: auto;
        width: 100%;
        display: block;
        border-radius: 6px;
    }

/* === NAVBAR === */
.navbar[b-mm4j2r5cm7] {
    background-color: #f2f3e9;
    height: 52px;
    width: 90%;
    max-width: 1514px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    padding: 14px 0px 14px 10px;
    padding-right: 0;
    border-radius: 6px;
}

.navbar-inner[b-mm4j2r5cm7] {
    width: 90%;
    max-width: 1530px;
    display: flex;
    align-items: left;
    justify-content: left; /* menu left, login right */
    padding: 12px 0px 12px 5px;
}

/* Hamburger button (hidden on desktop) */
.nav-toggle[b-mm4j2r5cm7] {
    display: none; /* show only on small screens via media query */
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
    color: #777777;
}

/* Menu style desktop */
.nav-menu[b-mm4j2r5cm7] {
    list-style: none;
    display: flex;
    padding-left: 7px;
    margin: 0;
}

    .nav-menu li[b-mm4j2r5cm7] {
        margin-right: 5px;
        padding-left: 5px;
    }

    .nav-menu a[b-mm4j2r5cm7] {
        display: block;
        padding: 6px 10px;
        text-decoration: none;
        font-size: 14px;
        color: #777777;
    }

        .nav-menu a:hover[b-mm4j2r5cm7],
        .nav-menu a.active[b-mm4j2r5cm7] {
            color: #555555;
        }

/* Login aligned to the right */
.nav-login[b-mm4j2r5cm7] {
    margin-left: auto; /* small gap from menu; can be auto if preferred */
    padding-top: 5px;
}

    .nav-login a[b-mm4j2r5cm7] {
        color: #777777;
        text-decoration: none;
        font-size: 14px;
    }

/* ===== MOBILE STYLES ===== */
@media (max-width: 768px) {
    .navbar[b-mm4j2r5cm7] {
        height: auto; /* let it grow when menu opens */
        width: 95%;
    }

    .navbar-inner[b-mm4j2r5cm7] {
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .nav-toggle[b-mm4j2r5cm7] {
        display: block; /* show hamburger */
        margin-left: auto; /* push it to the right if needed */
        border: 1px solid #333333;
        border-radius: 4px;
        padding: 2px 5px;
        margin-bottom: 5px;
    }

    .nav-menu[b-mm4j2r5cm7] {
        flex-direction: column; /* vertical menu */
        width: 100%;
        display: none; /* hidden by default; we’ll toggle with JS */
        padding: 10px 0 0 0;
    }

        .nav-menu li[b-mm4j2r5cm7] {
            margin: 0;
            padding: 0;
        }

        .nav-menu a[b-mm4j2r5cm7] {
            padding: 10px 0;
            width: 100%;
        }

    .nav-login[b-mm4j2r5cm7] {
        width: 100%;
        text-align: right;
        margin-top: 5px;
    }

    /* When menu is open (class added by JS) */
    .nav-menu.open[b-mm4j2r5cm7] {
        display: flex;
    }
}

/* === MAIN CONTENT === */
.main-content[b-mm4j2r5cm7] {
    flex: 1;
    /* Adjusted for 83% width and centering */
    width: 54%;
    max-width: 1200px; /* A reasonable max-width */
    margin: 10px auto 15px auto;
    padding: 0 2px;
    padding-top: 4px;
    background-color: white;
    border-radius: 6px;
    text-align: justify;
    color: #444444;
}

.page-title[b-mm4j2r5cm7] {
    font-size: 24px;
    font-weight: normal;
    margin-bottom: 10px;
}

/* base paragraphs */
p[b-mm4j2r5cm7] {
    /* margin-bottom: 8px; */
    margin: 0 0 10px;
    line-height: 1.4;
    text-align: justify;
}

    p.emphasis[b-mm4j2r5cm7] {
        font-weight: bold;
    }

/* === HOME LAYOUT === */
.home-layout[b-mm4j2r5cm7] {
    display: flex;
    flex-wrap: wrap;
}

.home-text[b-mm4j2r5cm7] {
    flex: 1 1 260px;
    padding: 15px;
    padding-bottom: 0px;
}

.home-gallery-container[b-mm4j2r5cm7] {
    flex: 0 0 100%;
    max-width: 1080px;
    height: auto;
    padding: 15px;
}

/* gallery box with correct aspect ratio */
.gallery-box[b-mm4j2r5cm7] {
    position: relative;
    width: 100%;
    aspect-ratio: 1280 / 854; /* matches your 1280×854 images */
    border: 1px solid #cccccc;
    overflow: hidden;
    background-color: #f5f5f5;
}

.double-border-simple[b-mm4j2r5cm7] {
    border-style: double;
    border-width: 3px; /* Total thickness of the two lines and the internal gap */
    border-color: #333333; /* Color of both lines */
    padding: 10px; /* Space between content and the inner border */
    background-color: #ffffff; /* Color of the gap between the two lines */
}

/* each slide fills the box */
.gallery-slide[b-mm4j2r5cm7] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}

    .gallery-slide.active[b-mm4j2r5cm7] {
        opacity: 1;
    }
    /* images fill their slide container */
    .gallery-slide img[b-mm4j2r5cm7] {
        width: 100%;
        height: 100%;
        object-fit: cover; /* crops to fill - change to 'contain' to show full image */
        display: block;
    }

/* llery-slide.active {
    display: block;
} */

/* arrow positioning (adjust as needed) */
.gallery-arrow[b-mm4j2r5cm7] {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 2rem;
    color: white;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 10px 15px;
    cursor: pointer;
    user-select: none;
    z-index: 10;
}

.gallery-arrow-left[b-mm4j2r5cm7] {
    left: 10px;
}

.gallery-arrow-right[b-mm4j2r5cm7] {
    right: 10px;
}

.gallery-arrow:hover[b-mm4j2r5cm7] {
    background-color: rgba(0, 0, 0, 0.7);
}

.gallery-controls-text[b-mm4j2r5cm7] {
    text-align: center;
    margin-top: 4px;
    font-size: 12px;
}

.footer-content[b-mm4j2r5cm7] {
    display: flex; /* Use flexbox for alignment */
    flex-direction: column; /* Stack items vertically */
    align-items: center; /* Center horizontally */
    text-align: center; /* Center text within paragraphs */
    color: #ffffff;
    padding: 15px; /* Add some padding for spacing */
}

    .footer-content p[b-mm4j2r5cm7] {
        margin-bottom: 10px; /* Add some space between paragraphs */
        font-size: 16px;
    }

    .footer-content a[b-mm4j2r5cm7] {
        color: #ffffff; /* Ensure link color is white */
        text-decoration: underline; /* Add underline for links */
    }

.footer-hr[b-mm4j2r5cm7] {
    border: none; /* Reset default border */
    border-top: 3px double #ffffff; /* Apply your desired border style */
    width: 80%; /* Set HR width to 80% */
    max-width: 1530px;
    margin: 20px auto; /* Center the HR and add vertical margin */
}


/* === BUTTONS === */
.btn[b-mm4j2r5cm7] {
    display: inline-block;
    padding: 5px 10px;
    background-color: #333333;
    color: #ffffff;
    border: none;
    cursor: pointer;
    font-size: 13px;
    text-decoration: none;
}

    .btn:hover[b-mm4j2r5cm7] {
        background-color: #555555;
    }

/* === FOOTER === */
.site-footer[b-mm4j2r5cm7] {
    background-color: #f3f3f3;
    border-top: 1px solid #dddddd;
    padding: 8px 0;
    font-size: 11px;
    margin-top: auto;
}

.site-footer-inner[b-mm4j2r5cm7] {
    /* Adjusted for 83% width and centering */
    width: 83%;
    max-width: 1200px; /* A reasonable max-width */
    margin: 0 auto;
    padding: 0 10px;
}

.site-footer a[b-mm4j2r5cm7] {
    color: #0000ee;
    text-decoration: none;
}

    .site-footer a:hover[b-mm4j2r5cm7] {
        text-decoration: underline;
    }

/* === RESPONSIVE === */
@media (max-width: 768px) {
    .site-header-inner[b-mm4j2r5cm7],
    .navbar-inner[b-mm4j2r5cm7],
    .main-content[b-mm4j2r5cm7],
    .site-footer-inner[b-mm4j2r5cm7] {
        width: 95%; /* Adjust for smaller screens to give some padding */
    }

    .site-header-inner[b-mm4j2r5cm7] {
        flex-wrap: wrap;
    }

    .site-title[b-mm4j2r5cm7] {
        font-size: 24px;
    }

    .home-layout[b-mm4j2r5cm7] {
        flex-direction: column;
    }

    .home-text[b-mm4j2r5cm7] {
        padding-right: 0;
        margin-bottom: 10px;
    }

    .home-gallery-container[b-mm4j2r5cm7] {
        max-width: 100%;
    }
}
/* /Components/Pages/Account/Login.razor.rz.scp.css */
/* === Reset === */
*[b-k2xqinn788] {
    margin: 0;
}

html[b-k2xqinn788], body[b-k2xqinn788] {
    height: 100%;
}

body[b-k2xqinn788] {
    /* font-family: "Segoe UI", Tahoma, Arial, sans-serif; /* similar to site */
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #000;
    background-color: #ffffff;
}

/* Wrapper to push footer to bottom */
.wrapper[b-k2xqinn788] {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    background-image: url('/Images/Background.jpg');
    background-repeat: no-repeat; /* stop tiling */
    background-size: cover; /* make it cover the whole area */
    background-position: top; /* center the image */
    background-attachment: fixed; /* optional: parallax-style fixed bg */
}

/* === HEADER / BANNER === */
.site-header[b-k2xqinn788] {
}

.title[b-k2xqinn788] {
    display: flex;
    color: white;
    font-size: 36px;
    justify-content: center; /* Centers horizontally */
    align-items: center; /* Centers vertically */
    color: white;
    /*text-shadow: 2px 2px black; */
    padding-top: 18px;
}

.site-header-inner[b-k2xqinn788] {
    /* Adjusted for 83% width and centering */
    width: 90%;
    max-width: 1514px; /* A reasonable max-width to prevent it from getting too wide on very large screens */
    margin: 0 auto;
    display: flex;
    align-items: center;
}

.site-logo[b-k2xqinn788] {
    display: flex;
    align-items: center;
}

    .site-logo img[b-k2xqinn788] {
        height: 70px;
        width: auto;
        display: block;
    }

.site-title-block[b-k2xqinn788] {
    margin-left: 10px;
}

.site-title[b-k2xqinn788] {
    font-family: "Brush Script MT", "Lucida Handwriting", cursive;
    font-size: 28px;
    color: #ffff00; /* yellow script like original */
    text-shadow: 1px 1px 1px rgba(0,0,0,0.6);
    white-space: nowrap;
}

.site-header-train[b-k2xqinn788] {
    margin-left: auto;
}

    .site-header-train img[b-k2xqinn788] {
        height: auto;
        width: 100%;
        display: block;
        border-radius: 6px;
    }

/* === NAVBAR === */
.navbar[b-k2xqinn788] {
    background-color: #f2f3e9;
    height: 52px;
    width: 90%;
    max-width: 1514px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    padding: 14px 0px 14px 10px;
    padding-right: 0;
    border-radius: 6px;
}

.navbar-inner[b-k2xqinn788] {
    width: 90%;
    max-width: 1530px;
    display: flex;
    align-items: left;
    justify-content: left; /* menu left, login right */
    padding: 12px 0px 12px 5px;
}

/* Hamburger button (hidden on desktop) */
.nav-toggle[b-k2xqinn788] {
    display: none; /* show only on small screens via media query */
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
    color: #777777;
}

/* Menu style desktop */
.nav-menu[b-k2xqinn788] {
    list-style: none;
    display: flex;
    padding-left: 7px;
    margin: 0;
}

    .nav-menu li[b-k2xqinn788] {
        margin-right: 5px;
        padding-left: 5px;
    }

    .nav-menu a[b-k2xqinn788] {
        display: block;
        padding: 6px 10px;
        text-decoration: none;
        font-size: 14px;
        color: #777777;
    }

        .nav-menu a:hover[b-k2xqinn788],
        .nav-menu a.active[b-k2xqinn788] {
            color: #555555;
        }

/* Login aligned to the right */
.nav-login[b-k2xqinn788] {
    margin-left: auto; /* small gap from menu; can be auto if preferred */
    padding-top: 5px;
}

    .nav-login a[b-k2xqinn788] {
        color: #777777;
        text-decoration: none;
        font-size: 14px;
    }

/* ===== MOBILE STYLES ===== */
@media (max-width: 768px) {
    .navbar[b-k2xqinn788] {
        height: auto; /* let it grow when menu opens */
        width: 95%;
    }

    .navbar-inner[b-k2xqinn788] {
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .nav-toggle[b-k2xqinn788] {
        display: block; /* show hamburger */
        margin-left: auto; /* push it to the right if needed */
        border: 1px solid #333333;
        border-radius: 4px;
        padding: 2px 5px;
        margin-bottom: 5px;
    }

    .nav-menu[b-k2xqinn788] {
        flex-direction: column; /* vertical menu */
        width: 100%;
        display: none; /* hidden by default; we’ll toggle with JS */
        padding: 10px 0 0 0;
    }

        .nav-menu li[b-k2xqinn788] {
            margin: 0;
            padding: 0;
        }

        .nav-menu a[b-k2xqinn788] {
            padding: 10px 0;
            width: 100%;
        }

    .nav-login[b-k2xqinn788] {
        width: 100%;
        text-align: right;
        margin-top: 5px;
    }

    /* When menu is open (class added by JS) */
    .nav-menu.open[b-k2xqinn788] {
        display: flex;
    }
}

/* === MAIN CONTENT === */
.main-content[b-k2xqinn788] {
    flex: 1;
    /* Adjusted for 83% width and centering */
    width: 54%;
    max-width: 1200px; /* A reasonable max-width */
    margin: 10px auto 15px auto;
    padding: 0 2px;
    padding-top: 4px;
    background-color: white;
    border-radius: 6px;
    text-align: justify;
    color: #444444;
}

.page-title[b-k2xqinn788] {
    font-size: 24px;
    font-weight: normal;
    margin-bottom: 10px;
}

/* base paragraphs */
p[b-k2xqinn788] {
    /* margin-bottom: 8px; */
    margin: 0 0 10px;
    line-height: 1.4;
    text-align: justify;
}

    p.emphasis[b-k2xqinn788] {
        font-weight: bold;
    }

/* === HOME LAYOUT === */
.home-layout[b-k2xqinn788] {
    display: flex;
    flex-wrap: wrap;
}

.home-text[b-k2xqinn788] {
    flex: 1 1 260px;
    padding: 15px;
    padding-bottom: 0px;
}

.home-gallery-container[b-k2xqinn788] {
    flex: 0 0 100%;
    max-width: 1080px;
    height: auto;
    padding: 15px;
}

/* gallery box with correct aspect ratio */
.gallery-box[b-k2xqinn788] {
    position: relative;
    width: 100%;
    aspect-ratio: 1280 / 854; /* matches your 1280×854 images */
    border: 1px solid #cccccc;
    overflow: hidden;
    background-color: #f5f5f5;
}

.double-border-simple[b-k2xqinn788] {
    border-style: double;
    border-width: 3px; /* Total thickness of the two lines and the internal gap */
    border-color: #333333; /* Color of both lines */
    padding: 10px; /* Space between content and the inner border */
    background-color: #ffffff; /* Color of the gap between the two lines */
}

/* each slide fills the box */
.gallery-slide[b-k2xqinn788] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}

    .gallery-slide.active[b-k2xqinn788] {
        opacity: 1;
    }
    /* images fill their slide container */
    .gallery-slide img[b-k2xqinn788] {
        width: 100%;
        height: 100%;
        object-fit: cover; /* crops to fill - change to 'contain' to show full image */
        display: block;
    }

/* llery-slide.active {
    display: block;
} */

/* arrow positioning (adjust as needed) */
.gallery-arrow[b-k2xqinn788] {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 2rem;
    color: white;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 10px 15px;
    cursor: pointer;
    user-select: none;
    z-index: 10;
}

.gallery-arrow-left[b-k2xqinn788] {
    left: 10px;
}

.gallery-arrow-right[b-k2xqinn788] {
    right: 10px;
}

.gallery-arrow:hover[b-k2xqinn788] {
    background-color: rgba(0, 0, 0, 0.7);
}

.gallery-controls-text[b-k2xqinn788] {
    text-align: center;
    margin-top: 4px;
    font-size: 12px;
}

.footer-content[b-k2xqinn788] {
    display: flex; /* Use flexbox for alignment */
    flex-direction: column; /* Stack items vertically */
    align-items: center; /* Center horizontally */
    text-align: center; /* Center text within paragraphs */
    color: #ffffff;
    padding: 15px; /* Add some padding for spacing */
}

    .footer-content p[b-k2xqinn788] {
        margin-bottom: 10px; /* Add some space between paragraphs */
        font-size: 16px;
    }

    .footer-content a[b-k2xqinn788] {
        color: #ffffff; /* Ensure link color is white */
        text-decoration: underline; /* Add underline for links */
    }

.footer-hr[b-k2xqinn788] {
    border: none; /* Reset default border */
    border-top: 3px double #ffffff; /* Apply your desired border style */
    width: 80%; /* Set HR width to 80% */
    max-width: 1530px;
    margin: 20px auto; /* Center the HR and add vertical margin */
}


/* === BUTTONS === */
.btn[b-k2xqinn788] {
    display: inline-block;
    padding: 5px 10px;
    background-color: #333333;
    color: #ffffff;
    border: none;
    cursor: pointer;
    font-size: 13px;
    text-decoration: none;
}

    .btn:hover[b-k2xqinn788] {
        background-color: #555555;
    }

/* === FOOTER === */
.site-footer[b-k2xqinn788] {
    background-color: #f3f3f3;
    border-top: 1px solid #dddddd;
    padding: 8px 0;
    font-size: 11px;
    margin-top: auto;
}

.site-footer-inner[b-k2xqinn788] {
    /* Adjusted for 83% width and centering */
    width: 83%;
    max-width: 1200px; /* A reasonable max-width */
    margin: 0 auto;
    padding: 0 10px;
}

.site-footer a[b-k2xqinn788] {
    color: #0000ee;
    text-decoration: none;
}

    .site-footer a:hover[b-k2xqinn788] {
        text-decoration: underline;
    }

/* === RESPONSIVE === */
@media (max-width: 768px) {
    .site-header-inner[b-k2xqinn788],
    .navbar-inner[b-k2xqinn788],
    .main-content[b-k2xqinn788],
    .site-footer-inner[b-k2xqinn788] {
        width: 95%; /* Adjust for smaller screens to give some padding */
    }

    .site-header-inner[b-k2xqinn788] {
        flex-wrap: wrap;
    }

    .site-title[b-k2xqinn788] {
        font-size: 24px;
    }

    .home-layout[b-k2xqinn788] {
        flex-direction: column;
    }

    .home-text[b-k2xqinn788] {
        padding-right: 0;
        margin-bottom: 10px;
    }

    .home-gallery-container[b-k2xqinn788] {
        max-width: 100%;
    }
}

.btn-primary[b-k2xqinn788], .btn-primary:active[b-k2xqinn788], .btn-primary:visited[b-k2xqinn788] {
    background-color: green;
    color: ghostwhite;
    border-color: darkslategrey;
    border-radius: 4px;
    cursor: pointer;
    padding: 8px 22px;
    z-index: 0 !important;
}

    .btn-primary:hover[b-k2xqinn788] {
        background-color: lightgreen;
    }

.btn-secondary[b-k2xqinn788] {
    background-color: green;
    color: ghostwhite;
    border-color: darkslategrey;
    border-radius: 4px;
    cursor: pointer;
    padding: 8px 22px;
}
/* /Components/Pages/Account/LoginFailed.razor.rz.scp.css */
/* === Reset === */
*[b-coouc6cexu] {
    margin: 0;
}

html[b-coouc6cexu], body[b-coouc6cexu] {
    height: 100%;
}

body[b-coouc6cexu] {
    /* font-family: "Segoe UI", Tahoma, Arial, sans-serif; /* similar to site */
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #000;
    background-color: #ffffff;
}

/* Wrapper to push footer to bottom */
.wrapper[b-coouc6cexu] {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    background-image: url('/Images/Background.jpg');
    background-repeat: no-repeat; /* stop tiling */
    background-size: cover; /* make it cover the whole area */
    background-position: top; /* center the image */
    background-attachment: fixed; /* optional: parallax-style fixed bg */
}

/* === HEADER / BANNER === */
.site-header[b-coouc6cexu] {
}

.title[b-coouc6cexu] {
    display: flex;
    color: white;
    font-size: 36px;
    justify-content: center; /* Centers horizontally */
    align-items: center; /* Centers vertically */
    color: white;
    /*text-shadow: 2px 2px black; */
    padding-top: 18px;
}

.site-header-inner[b-coouc6cexu] {
    /* Adjusted for 83% width and centering */
    width: 90%;
    max-width: 1514px; /* A reasonable max-width to prevent it from getting too wide on very large screens */
    margin: 0 auto;
    display: flex;
    align-items: center;
}

.site-logo[b-coouc6cexu] {
    display: flex;
    align-items: center;
}

    .site-logo img[b-coouc6cexu] {
        height: 70px;
        width: auto;
        display: block;
    }

.site-title-block[b-coouc6cexu] {
    margin-left: 10px;
}

.site-title[b-coouc6cexu] {
    font-family: "Brush Script MT", "Lucida Handwriting", cursive;
    font-size: 28px;
    color: #ffff00; /* yellow script like original */
    text-shadow: 1px 1px 1px rgba(0,0,0,0.6);
    white-space: nowrap;
}

.site-header-train[b-coouc6cexu] {
    margin-left: auto;
}

    .site-header-train img[b-coouc6cexu] {
        height: auto;
        width: 100%;
        display: block;
        border-radius: 6px;
    }

/* === NAVBAR === */
.navbar[b-coouc6cexu] {
    background-color: #f2f3e9;
    height: 52px;
    width: 90%;
    max-width: 1514px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    padding: 14px 0px 14px 10px;
    padding-right: 0;
    border-radius: 6px;
}

.navbar-inner[b-coouc6cexu] {
    width: 90%;
    max-width: 1530px;
    display: flex;
    align-items: left;
    justify-content: left; /* menu left, login right */
    padding: 12px 0px 12px 5px;
}

/* Hamburger button (hidden on desktop) */
.nav-toggle[b-coouc6cexu] {
    display: none; /* show only on small screens via media query */
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
    color: #777777;
}

/* Menu style desktop */
.nav-menu[b-coouc6cexu] {
    list-style: none;
    display: flex;
    padding-left: 7px;
    margin: 0;
}

    .nav-menu li[b-coouc6cexu] {
        margin-right: 5px;
        padding-left: 5px;
    }

    .nav-menu a[b-coouc6cexu] {
        display: block;
        padding: 6px 10px;
        text-decoration: none;
        font-size: 14px;
        color: #777777;
    }

        .nav-menu a:hover[b-coouc6cexu],
        .nav-menu a.active[b-coouc6cexu] {
            color: #555555;
        }

/* Login aligned to the right */
.nav-login[b-coouc6cexu] {
    margin-left: auto; /* small gap from menu; can be auto if preferred */
    padding-top: 5px;
}

    .nav-login a[b-coouc6cexu] {
        color: #777777;
        text-decoration: none;
        font-size: 14px;
    }

/* ===== MOBILE STYLES ===== */
@media (max-width: 768px) {
    .navbar[b-coouc6cexu] {
        height: auto; /* let it grow when menu opens */
        width: 95%;
    }

    .navbar-inner[b-coouc6cexu] {
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .nav-toggle[b-coouc6cexu] {
        display: block; /* show hamburger */
        margin-left: auto; /* push it to the right if needed */
        border: 1px solid #333333;
        border-radius: 4px;
        padding: 2px 5px;
        margin-bottom: 5px;
    }

    .nav-menu[b-coouc6cexu] {
        flex-direction: column; /* vertical menu */
        width: 100%;
        display: none; /* hidden by default; we’ll toggle with JS */
        padding: 10px 0 0 0;
    }

        .nav-menu li[b-coouc6cexu] {
            margin: 0;
            padding: 0;
        }

        .nav-menu a[b-coouc6cexu] {
            padding: 10px 0;
            width: 100%;
        }

    .nav-login[b-coouc6cexu] {
        width: 100%;
        text-align: right;
        margin-top: 5px;
    }

    /* When menu is open (class added by JS) */
    .nav-menu.open[b-coouc6cexu] {
        display: flex;
    }
}

/* === MAIN CONTENT === */
.main-content[b-coouc6cexu] {
    flex: 1;
    /* Adjusted for 83% width and centering */
    width: 54%;
    max-width: 1200px; /* A reasonable max-width */
    margin: 10px auto 15px auto;
    padding: 0 2px;
    padding-top: 4px;
    background-color: white;
    border-radius: 6px;
    text-align: justify;
    color: #444444;
}

.page-title[b-coouc6cexu] {
    font-size: 24px;
    font-weight: normal;
    margin-bottom: 10px;
}

/* base paragraphs */
p[b-coouc6cexu] {
    /* margin-bottom: 8px; */
    margin: 0 0 10px;
    line-height: 1.4;
    text-align: justify;
}

    p.emphasis[b-coouc6cexu] {
        font-weight: bold;
    }

/* === HOME LAYOUT === */
.home-layout[b-coouc6cexu] {
    display: flex;
    flex-wrap: wrap;
}

.home-text[b-coouc6cexu] {
    flex: 1 1 260px;
    padding: 15px;
    padding-bottom: 0px;
}

.home-gallery-container[b-coouc6cexu] {
    flex: 0 0 100%;
    max-width: 1080px;
    height: auto;
    padding: 15px;
}

/* gallery box with correct aspect ratio */
.gallery-box[b-coouc6cexu] {
    position: relative;
    width: 100%;
    aspect-ratio: 1280 / 854; /* matches your 1280×854 images */
    border: 1px solid #cccccc;
    overflow: hidden;
    background-color: #f5f5f5;
}

.double-border-simple[b-coouc6cexu] {
    border-style: double;
    border-width: 3px; /* Total thickness of the two lines and the internal gap */
    border-color: #333333; /* Color of both lines */
    padding: 10px; /* Space between content and the inner border */
    background-color: #ffffff; /* Color of the gap between the two lines */
}

/* each slide fills the box */
.gallery-slide[b-coouc6cexu] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}

    .gallery-slide.active[b-coouc6cexu] {
        opacity: 1;
    }
    /* images fill their slide container */
    .gallery-slide img[b-coouc6cexu] {
        width: 100%;
        height: 100%;
        object-fit: cover; /* crops to fill - change to 'contain' to show full image */
        display: block;
    }

/* llery-slide.active {
    display: block;
} */

/* arrow positioning (adjust as needed) */
.gallery-arrow[b-coouc6cexu] {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 2rem;
    color: white;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 10px 15px;
    cursor: pointer;
    user-select: none;
    z-index: 10;
}

.gallery-arrow-left[b-coouc6cexu] {
    left: 10px;
}

.gallery-arrow-right[b-coouc6cexu] {
    right: 10px;
}

.gallery-arrow:hover[b-coouc6cexu] {
    background-color: rgba(0, 0, 0, 0.7);
}

.gallery-controls-text[b-coouc6cexu] {
    text-align: center;
    margin-top: 4px;
    font-size: 12px;
}

.footer-content[b-coouc6cexu] {
    display: flex; /* Use flexbox for alignment */
    flex-direction: column; /* Stack items vertically */
    align-items: center; /* Center horizontally */
    text-align: center; /* Center text within paragraphs */
    color: #ffffff;
    padding: 15px; /* Add some padding for spacing */
}

    .footer-content p[b-coouc6cexu] {
        margin-bottom: 10px; /* Add some space between paragraphs */
        font-size: 16px;
    }

    .footer-content a[b-coouc6cexu] {
        color: #ffffff; /* Ensure link color is white */
        text-decoration: underline; /* Add underline for links */
    }

.footer-hr[b-coouc6cexu] {
    border: none; /* Reset default border */
    border-top: 3px double #ffffff; /* Apply your desired border style */
    width: 80%; /* Set HR width to 80% */
    max-width: 1530px;
    margin: 20px auto; /* Center the HR and add vertical margin */
}


/* === BUTTONS === */
.btn[b-coouc6cexu] {
    display: inline-block;
    padding: 5px 10px;
    background-color: #333333;
    color: #ffffff;
    border: none;
    cursor: pointer;
    font-size: 13px;
    text-decoration: none;
}

    .btn:hover[b-coouc6cexu] {
        background-color: #555555;
    }

/* === FOOTER === */
.site-footer[b-coouc6cexu] {
    background-color: #f3f3f3;
    border-top: 1px solid #dddddd;
    padding: 8px 0;
    font-size: 11px;
    margin-top: auto;
}

.site-footer-inner[b-coouc6cexu] {
    /* Adjusted for 83% width and centering */
    width: 83%;
    max-width: 1200px; /* A reasonable max-width */
    margin: 0 auto;
    padding: 0 10px;
}

.site-footer a[b-coouc6cexu] {
    color: #0000ee;
    text-decoration: none;
}

    .site-footer a:hover[b-coouc6cexu] {
        text-decoration: underline;
    }

/* === RESPONSIVE === */
@media (max-width: 768px) {
    .site-header-inner[b-coouc6cexu],
    .navbar-inner[b-coouc6cexu],
    .main-content[b-coouc6cexu],
    .site-footer-inner[b-coouc6cexu] {
        width: 95%; /* Adjust for smaller screens to give some padding */
    }

    .site-header-inner[b-coouc6cexu] {
        flex-wrap: wrap;
    }

    .site-title[b-coouc6cexu] {
        font-size: 24px;
    }

    .home-layout[b-coouc6cexu] {
        flex-direction: column;
    }

    .home-text[b-coouc6cexu] {
        padding-right: 0;
        margin-bottom: 10px;
    }

    .home-gallery-container[b-coouc6cexu] {
        max-width: 100%;
    }
}
/* /Components/Pages/Account/LogOut.razor.rz.scp.css */
/* === Reset === */
*[b-wx1dchfklh] {
    margin: 0;
}

html[b-wx1dchfklh], body[b-wx1dchfklh] {
    height: 100%;
}

body[b-wx1dchfklh] {
    /* font-family: "Segoe UI", Tahoma, Arial, sans-serif; /* similar to site */
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #000;
    background-color: #ffffff;
}

/* Wrapper to push footer to bottom */
.wrapper[b-wx1dchfklh] {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    background-image: url('/Images/Background.jpg');
    background-repeat: no-repeat; /* stop tiling */
    background-size: cover; /* make it cover the whole area */
    background-position: top; /* center the image */
    background-attachment: fixed; /* optional: parallax-style fixed bg */
}

.card[b-wx1dchfklh] {
    background-color: whitesmoke;
}

/* === HEADER / BANNER === */
.site-header[b-wx1dchfklh] {
}

.title[b-wx1dchfklh] {
    display: flex;
    color: white;
    font-size: 36px;
    justify-content: center; /* Centers horizontally */
    align-items: center; /* Centers vertically */
    color: white;
    /*text-shadow: 2px 2px black; */
    padding-top: 18px;
}

.site-header-inner[b-wx1dchfklh] {
    /* Adjusted for 83% width and centering */
    width: 90%;
    max-width: 1514px; /* A reasonable max-width to prevent it from getting too wide on very large screens */
    margin: 0 auto;
    display: flex;
    align-items: center;
}

.site-logo[b-wx1dchfklh] {
    display: flex;
    align-items: center;
}

    .site-logo img[b-wx1dchfklh] {
        height: 70px;
        width: auto;
        display: block;
    }

.site-title-block[b-wx1dchfklh] {
    margin-left: 10px;
}

.site-title[b-wx1dchfklh] {
    font-family: "Brush Script MT", "Lucida Handwriting", cursive;
    font-size: 28px;
    color: #ffff00; /* yellow script like original */
    text-shadow: 1px 1px 1px rgba(0,0,0,0.6);
    white-space: nowrap;
}

.site-header-train[b-wx1dchfklh] {
    margin-left: auto;
}

    .site-header-train img[b-wx1dchfklh] {
        height: auto;
        width: 100%;
        display: block;
        border-radius: 6px;
    }

/* === NAVBAR === */
.navbar[b-wx1dchfklh] {
    background-color: #f2f3e9;
    height: 52px;
    width: 90%;
    max-width: 1514px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    padding: 14px 0px 14px 10px;
    padding-right: 0;
    border-radius: 6px;
}

.navbar-inner[b-wx1dchfklh] {
    width: 90%;
    max-width: 1530px;
    display: flex;
    align-items: left;
    justify-content: left; /* menu left, login right */
    padding: 12px 0px 12px 5px;
}

/* Hamburger button (hidden on desktop) */
.nav-toggle[b-wx1dchfklh] {
    display: none; /* show only on small screens via media query */
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
    color: #777777;
}

/* Menu style desktop */
.nav-menu[b-wx1dchfklh] {
    list-style: none;
    display: flex;
    padding-left: 7px;
    margin: 0;
}

    .nav-menu li[b-wx1dchfklh] {
        margin-right: 5px;
        padding-left: 5px;
    }

    .nav-menu a[b-wx1dchfklh] {
        display: block;
        padding: 6px 10px;
        text-decoration: none;
        font-size: 14px;
        color: #777777;
    }

        .nav-menu a:hover[b-wx1dchfklh],
        .nav-menu a.active[b-wx1dchfklh] {
            color: #555555;
        }

/* Login aligned to the right */
.nav-login[b-wx1dchfklh] {
    margin-left: auto; /* small gap from menu; can be auto if preferred */
    padding-top: 5px;
}

    .nav-login a[b-wx1dchfklh] {
        color: #777777;
        text-decoration: none;
        font-size: 14px;
    }

/* ===== MOBILE STYLES ===== */
@media (max-width: 768px) {
    .navbar[b-wx1dchfklh] {
        height: auto; /* let it grow when menu opens */
        width: 95%;
    }

    .navbar-inner[b-wx1dchfklh] {
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .nav-toggle[b-wx1dchfklh] {
        display: block; /* show hamburger */
        margin-left: auto; /* push it to the right if needed */
        border: 1px solid #333333;
        border-radius: 4px;
        padding: 2px 5px;
        margin-bottom: 5px;
    }

    .nav-menu[b-wx1dchfklh] {
        flex-direction: column; /* vertical menu */
        width: 100%;
        display: none; /* hidden by default; we’ll toggle with JS */
        padding: 10px 0 0 0;
    }

        .nav-menu li[b-wx1dchfklh] {
            margin: 0;
            padding: 0;
        }

        .nav-menu a[b-wx1dchfklh] {
            padding: 10px 0;
            width: 100%;
        }

    .nav-login[b-wx1dchfklh] {
        width: 100%;
        text-align: right;
        margin-top: 5px;
    }

    /* When menu is open (class added by JS) */
    .nav-menu.open[b-wx1dchfklh] {
        display: flex;
    }
}

/* === MAIN CONTENT === */
.main-content[b-wx1dchfklh] {
    flex: 1;
    /* Adjusted for 83% width and centering */
    width: 54%;
    max-width: 1200px; /* A reasonable max-width */
    margin: 10px auto 15px auto;
    padding: 0 2px;
    padding-top: 4px;
    background-color: white;
    border-radius: 6px;
    text-align: justify;
    color: #444444;
}

.page-title[b-wx1dchfklh] {
    font-size: 24px;
    font-weight: normal;
    margin-bottom: 10px;
}

/* base paragraphs */
p[b-wx1dchfklh] {
    /* margin-bottom: 8px; */
    margin: 0 0 10px;
    line-height: 1.4;
    text-align: justify;
}

    p.emphasis[b-wx1dchfklh] {
        font-weight: bold;
    }

/* === HOME LAYOUT === */
.home-layout[b-wx1dchfklh] {
    display: flex;
    flex-wrap: wrap;
}

.home-text[b-wx1dchfklh] {
    flex: 1 1 260px;
    padding: 15px;
    padding-bottom: 0px;
}

.home-gallery-container[b-wx1dchfklh] {
    flex: 0 0 100%;
    max-width: 1080px;
    height: auto;
    padding: 15px;
}

/* gallery box with correct aspect ratio */
.gallery-box[b-wx1dchfklh] {
    position: relative;
    width: 100%;
    aspect-ratio: 1280 / 854; /* matches your 1280×854 images */
    border: 1px solid #cccccc;
    overflow: hidden;
    background-color: #f5f5f5;
}

.double-border-simple[b-wx1dchfklh] {
    border-style: double;
    border-width: 3px; /* Total thickness of the two lines and the internal gap */
    border-color: #333333; /* Color of both lines */
    padding: 10px; /* Space between content and the inner border */
    background-color: #ffffff; /* Color of the gap between the two lines */
}

/* each slide fills the box */
.gallery-slide[b-wx1dchfklh] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}

    .gallery-slide.active[b-wx1dchfklh] {
        opacity: 1;
    }
    /* images fill their slide container */
    .gallery-slide img[b-wx1dchfklh] {
        width: 100%;
        height: 100%;
        object-fit: cover; /* crops to fill - change to 'contain' to show full image */
        display: block;
    }

/* llery-slide.active {
    display: block;
} */

/* arrow positioning (adjust as needed) */
.gallery-arrow[b-wx1dchfklh] {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 2rem;
    color: white;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 10px 15px;
    cursor: pointer;
    user-select: none;
    z-index: 10;
}

.gallery-arrow-left[b-wx1dchfklh] {
    left: 10px;
}

.gallery-arrow-right[b-wx1dchfklh] {
    right: 10px;
}

.gallery-arrow:hover[b-wx1dchfklh] {
    background-color: rgba(0, 0, 0, 0.7);
}

.gallery-controls-text[b-wx1dchfklh] {
    text-align: center;
    margin-top: 4px;
    font-size: 12px;
}

.footer-content[b-wx1dchfklh] {
    display: flex; /* Use flexbox for alignment */
    flex-direction: column; /* Stack items vertically */
    align-items: center; /* Center horizontally */
    text-align: center; /* Center text within paragraphs */
    color: #ffffff;
    padding: 15px; /* Add some padding for spacing */
}

    .footer-content p[b-wx1dchfklh] {
        margin-bottom: 10px; /* Add some space between paragraphs */
        font-size: 16px;
    }

    .footer-content a[b-wx1dchfklh] {
        color: #ffffff; /* Ensure link color is white */
        text-decoration: underline; /* Add underline for links */
    }

.footer-hr[b-wx1dchfklh] {
    border: none; /* Reset default border */
    border-top: 3px double #ffffff; /* Apply your desired border style */
    width: 80%; /* Set HR width to 80% */
    max-width: 1530px;
    margin: 20px auto; /* Center the HR and add vertical margin */
}


/* === BUTTONS === */
.btn[b-wx1dchfklh] {
    display: inline-block;
    padding: 5px 10px;
    background-color: #333333;
    color: #ffffff;
    border: none;
    cursor: pointer;
    font-size: 13px;
    text-decoration: none;
}

    .btn:hover[b-wx1dchfklh] {
        background-color: #555555;
    }

/* === FOOTER === */
.site-footer[b-wx1dchfklh] {
    background-color: #f3f3f3;
    border-top: 1px solid #dddddd;
    padding: 8px 0;
    font-size: 11px;
    margin-top: auto;
}

.site-footer-inner[b-wx1dchfklh] {
    /* Adjusted for 83% width and centering */
    width: 83%;
    max-width: 1200px; /* A reasonable max-width */
    margin: 0 auto;
    padding: 0 10px;
}

.site-footer a[b-wx1dchfklh] {
    color: #0000ee;
    text-decoration: none;
}

    .site-footer a:hover[b-wx1dchfklh] {
        text-decoration: underline;
    }

/* === RESPONSIVE === */
@media (max-width: 768px) {
    .site-header-inner[b-wx1dchfklh],
    .navbar-inner[b-wx1dchfklh],
    .main-content[b-wx1dchfklh],
    .site-footer-inner[b-wx1dchfklh] {
        width: 95%; /* Adjust for smaller screens to give some padding */
    }

    .site-header-inner[b-wx1dchfklh] {
        flex-wrap: wrap;
    }

    .site-title[b-wx1dchfklh] {
        font-size: 24px;
    }

    .home-layout[b-wx1dchfklh] {
        flex-direction: column;
    }

    .home-text[b-wx1dchfklh] {
        padding-right: 0;
        margin-bottom: 10px;
    }

    .home-gallery-container[b-wx1dchfklh] {
        max-width: 100%;
    }
}
/* /Components/Pages/Account/PasswordChanged.razor.rz.scp.css */
/* === Reset === */
*[b-itdj7eangm] {
    margin: 0;
}

html[b-itdj7eangm], body[b-itdj7eangm] {
    height: 100%;
}

body[b-itdj7eangm] {
    /* font-family: "Segoe UI", Tahoma, Arial, sans-serif; /* similar to site */
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #000;
    background-color: #ffffff;
}

/* Wrapper to push footer to bottom */
.wrapper[b-itdj7eangm] {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    background-image: url('/Images/Background.jpg');
    background-repeat: no-repeat; /* stop tiling */
    background-size: cover; /* make it cover the whole area */
    background-position: top; /* center the image */
    background-attachment: fixed; /* optional: parallax-style fixed bg */
}

.card[b-itdj7eangm] {
    background-color: whitesmoke;
}

/* === HEADER / BANNER === */
.site-header[b-itdj7eangm] {
}

.title[b-itdj7eangm] {
    display: flex;
    color: white;
    font-size: 36px;
    justify-content: center; /* Centers horizontally */
    align-items: center; /* Centers vertically */
    color: white;
    /*text-shadow: 2px 2px black; */
    padding-top: 18px;
}

.site-header-inner[b-itdj7eangm] {
    /* Adjusted for 83% width and centering */
    width: 90%;
    max-width: 1514px; /* A reasonable max-width to prevent it from getting too wide on very large screens */
    margin: 0 auto;
    display: flex;
    align-items: center;
}

.site-logo[b-itdj7eangm] {
    display: flex;
    align-items: center;
}

    .site-logo img[b-itdj7eangm] {
        height: 70px;
        width: auto;
        display: block;
    }

.site-title-block[b-itdj7eangm] {
    margin-left: 10px;
}

.site-title[b-itdj7eangm] {
    font-family: "Brush Script MT", "Lucida Handwriting", cursive;
    font-size: 28px;
    color: #ffff00; /* yellow script like original */
    text-shadow: 1px 1px 1px rgba(0,0,0,0.6);
    white-space: nowrap;
}

.site-header-train[b-itdj7eangm] {
    margin-left: auto;
}

    .site-header-train img[b-itdj7eangm] {
        height: auto;
        width: 100%;
        display: block;
        border-radius: 6px;
    }

/* === NAVBAR === */
.navbar[b-itdj7eangm] {
    background-color: #f2f3e9;
    height: 52px;
    width: 90%;
    max-width: 1514px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    padding: 14px 0px 14px 10px;
    padding-right: 0;
    border-radius: 6px;
}

.navbar-inner[b-itdj7eangm] {
    width: 90%;
    max-width: 1530px;
    display: flex;
    align-items: left;
    justify-content: left; /* menu left, login right */
    padding: 12px 0px 12px 5px;
}

/* Hamburger button (hidden on desktop) */
.nav-toggle[b-itdj7eangm] {
    display: none; /* show only on small screens via media query */
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
    color: #777777;
}

/* Menu style desktop */
.nav-menu[b-itdj7eangm] {
    list-style: none;
    display: flex;
    padding-left: 7px;
    margin: 0;
}

    .nav-menu li[b-itdj7eangm] {
        margin-right: 5px;
        padding-left: 5px;
    }

    .nav-menu a[b-itdj7eangm] {
        display: block;
        padding: 6px 10px;
        text-decoration: none;
        font-size: 14px;
        color: #777777;
    }

        .nav-menu a:hover[b-itdj7eangm],
        .nav-menu a.active[b-itdj7eangm] {
            color: #555555;
        }

/* Login aligned to the right */
.nav-login[b-itdj7eangm] {
    margin-left: auto; /* small gap from menu; can be auto if preferred */
    padding-top: 5px;
}

    .nav-login a[b-itdj7eangm] {
        color: #777777;
        text-decoration: none;
        font-size: 14px;
    }

/* ===== MOBILE STYLES ===== */
@media (max-width: 768px) {
    .navbar[b-itdj7eangm] {
        height: auto; /* let it grow when menu opens */
        width: 95%;
    }

    .navbar-inner[b-itdj7eangm] {
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .nav-toggle[b-itdj7eangm] {
        display: block; /* show hamburger */
        margin-left: auto; /* push it to the right if needed */
        border: 1px solid #333333;
        border-radius: 4px;
        padding: 2px 5px;
        margin-bottom: 5px;
    }

    .nav-menu[b-itdj7eangm] {
        flex-direction: column; /* vertical menu */
        width: 100%;
        display: none; /* hidden by default; we’ll toggle with JS */
        padding: 10px 0 0 0;
    }

        .nav-menu li[b-itdj7eangm] {
            margin: 0;
            padding: 0;
        }

        .nav-menu a[b-itdj7eangm] {
            padding: 10px 0;
            width: 100%;
        }

    .nav-login[b-itdj7eangm] {
        width: 100%;
        text-align: right;
        margin-top: 5px;
    }

    /* When menu is open (class added by JS) */
    .nav-menu.open[b-itdj7eangm] {
        display: flex;
    }
}

/* === MAIN CONTENT === */
.main-content[b-itdj7eangm] {
    flex: 1;
    /* Adjusted for 83% width and centering */
    width: 54%;
    max-width: 1200px; /* A reasonable max-width */
    margin: 10px auto 15px auto;
    padding: 0 2px;
    padding-top: 4px;
    background-color: white;
    border-radius: 6px;
    text-align: justify;
    color: #444444;
}

.page-title[b-itdj7eangm] {
    font-size: 24px;
    font-weight: normal;
    margin-bottom: 10px;
}

/* base paragraphs */
p[b-itdj7eangm] {
    /* margin-bottom: 8px; */
    margin: 0 0 10px;
    line-height: 1.4;
    text-align: justify;
}

    p.emphasis[b-itdj7eangm] {
        font-weight: bold;
    }

/* === HOME LAYOUT === */
.home-layout[b-itdj7eangm] {
    display: flex;
    flex-wrap: wrap;
}

.home-text[b-itdj7eangm] {
    flex: 1 1 260px;
    padding: 15px;
    padding-bottom: 0px;
}

.home-gallery-container[b-itdj7eangm] {
    flex: 0 0 100%;
    max-width: 1080px;
    height: auto;
    padding: 15px;
}

/* gallery box with correct aspect ratio */
.gallery-box[b-itdj7eangm] {
    position: relative;
    width: 100%;
    aspect-ratio: 1280 / 854; /* matches your 1280×854 images */
    border: 1px solid #cccccc;
    overflow: hidden;
    background-color: #f5f5f5;
}

.double-border-simple[b-itdj7eangm] {
    border-style: double;
    border-width: 3px; /* Total thickness of the two lines and the internal gap */
    border-color: #333333; /* Color of both lines */
    padding: 10px; /* Space between content and the inner border */
    background-color: #ffffff; /* Color of the gap between the two lines */
}

/* each slide fills the box */
.gallery-slide[b-itdj7eangm] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}

    .gallery-slide.active[b-itdj7eangm] {
        opacity: 1;
    }
    /* images fill their slide container */
    .gallery-slide img[b-itdj7eangm] {
        width: 100%;
        height: 100%;
        object-fit: cover; /* crops to fill - change to 'contain' to show full image */
        display: block;
    }

/* llery-slide.active {
    display: block;
} */

/* arrow positioning (adjust as needed) */
.gallery-arrow[b-itdj7eangm] {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 2rem;
    color: white;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 10px 15px;
    cursor: pointer;
    user-select: none;
    z-index: 10;
}

.gallery-arrow-left[b-itdj7eangm] {
    left: 10px;
}

.gallery-arrow-right[b-itdj7eangm] {
    right: 10px;
}

.gallery-arrow:hover[b-itdj7eangm] {
    background-color: rgba(0, 0, 0, 0.7);
}

.gallery-controls-text[b-itdj7eangm] {
    text-align: center;
    margin-top: 4px;
    font-size: 12px;
}

.footer-content[b-itdj7eangm] {
    display: flex; /* Use flexbox for alignment */
    flex-direction: column; /* Stack items vertically */
    align-items: center; /* Center horizontally */
    text-align: center; /* Center text within paragraphs */
    color: #ffffff;
    padding: 15px; /* Add some padding for spacing */
}

    .footer-content p[b-itdj7eangm] {
        margin-bottom: 10px; /* Add some space between paragraphs */
        font-size: 16px;
    }

    .footer-content a[b-itdj7eangm] {
        color: #ffffff; /* Ensure link color is white */
        text-decoration: underline; /* Add underline for links */
    }

.footer-hr[b-itdj7eangm] {
    border: none; /* Reset default border */
    border-top: 3px double #ffffff; /* Apply your desired border style */
    width: 80%; /* Set HR width to 80% */
    max-width: 1530px;
    margin: 20px auto; /* Center the HR and add vertical margin */
}


/* === BUTTONS === */
.btn[b-itdj7eangm] {
    display: inline-block;
    padding: 5px 10px;
    background-color: #333333;
    color: #ffffff;
    border: none;
    cursor: pointer;
    font-size: 13px;
    text-decoration: none;
}

    .btn:hover[b-itdj7eangm] {
        background-color: #555555;
    }

/* === FOOTER === */
.site-footer[b-itdj7eangm] {
    background-color: #f3f3f3;
    border-top: 1px solid #dddddd;
    padding: 8px 0;
    font-size: 11px;
    margin-top: auto;
}

.site-footer-inner[b-itdj7eangm] {
    /* Adjusted for 83% width and centering */
    width: 83%;
    max-width: 1200px; /* A reasonable max-width */
    margin: 0 auto;
    padding: 0 10px;
}

.site-footer a[b-itdj7eangm] {
    color: #0000ee;
    text-decoration: none;
}

    .site-footer a:hover[b-itdj7eangm] {
        text-decoration: underline;
    }

/* === RESPONSIVE === */
@media (max-width: 768px) {
    .site-header-inner[b-itdj7eangm],
    .navbar-inner[b-itdj7eangm],
    .main-content[b-itdj7eangm],
    .site-footer-inner[b-itdj7eangm] {
        width: 95%; /* Adjust for smaller screens to give some padding */
    }

    .site-header-inner[b-itdj7eangm] {
        flex-wrap: wrap;
    }

    .site-title[b-itdj7eangm] {
        font-size: 24px;
    }

    .home-layout[b-itdj7eangm] {
        flex-direction: column;
    }

    .home-text[b-itdj7eangm] {
        padding-right: 0;
        margin-bottom: 10px;
    }

    .home-gallery-container[b-itdj7eangm] {
        max-width: 100%;
    }
}
/* /Components/Pages/Backend/Help/IndividualsHelp.razor.rz.scp.css */
.modal-header[b-8u5aqub7lh] {
    background-color: #1b1a3c;
}

.modal-header h3[b-8u5aqub7lh] {
    color: #ffa518;
}

.LocationInfo[b-8u5aqub7lh] {
    display: flex;
    align-items: center;
}

.LocationInfo img[b-8u5aqub7lh] {
    max-height: 1.8em;
    vertical-align: middle;
    margin-left: 5px;
    margin-right: 12px;
}

.CloseButton[b-8u5aqub7lh] {
    color: #00bfbf;
    background-color: #22245f;
    border-color: #00bfbf;
    box-shadow: 2px 2px 4px rgba(0,0,0,0.5);
}

.CloseButton:hover[b-8u5aqub7lh] {
    color: midnightblue;
    border-color: midnightblue;
    background-color: skyblue;
    box-shadow: 3px 3px 6px rgba(0,0,0,0.6);
}

ul[b-8u5aqub7lh] {
    padding-left: 1.1em;
}
/* /Components/Pages/Backend/Help/ProductsHelp.razor.rz.scp.css */
.modal-header[b-hggco06qng] {
    background-color: #1b1a3c;
}

.modal-header h3[b-hggco06qng] {
    color: #ffa518;
}

.LocationInfo[b-hggco06qng] {
    display: flex;
    align-items: center;
}

.LocationInfo img[b-hggco06qng] {
    max-height: 1.8em;
    vertical-align: middle;
    margin-left: 5px;
    margin-right: 12px;
}

.CloseButton[b-hggco06qng] {
    color: #00bfbf;
    background-color: #22245f;
    border-color: #00bfbf;
    box-shadow: 2px 2px 4px rgba(0,0,0,0.5);
}

.CloseButton:hover[b-hggco06qng] {
    color: midnightblue;
    border-color: midnightblue;
    background-color: skyblue;
    box-shadow: 3px 3px 6px rgba(0,0,0,0.6);
}

ul[b-hggco06qng] {
    padding-left: 1.1em;
}
/* /Components/Pages/ContactUs.razor.rz.scp.css */
/* === Reset === */
*[b-9erf4yrkdv] {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html[b-9erf4yrkdv], body[b-9erf4yrkdv] {
    height: 100%;
}

body[b-9erf4yrkdv] {
    /* font-family: "Segoe UI", Tahoma, Arial, sans-serif; /* similar to site */
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #000;
    background-color: #ffffff;
}

/* Wrapper to push footer to bottom */
.wrapper[b-9erf4yrkdv] {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    background-image: url('/Images/Background.jpg');
    background-repeat: no-repeat; /* stop tiling */
    background-size: cover; /* make it cover the whole area */
    background-position: top; /* center the image */
    background-attachment: fixed; /* optional: parallax-style fixed bg */
}

/* === HEADER / BANNER === */
.site-header[b-9erf4yrkdv] {
}

.title[b-9erf4yrkdv] {
    display: flex;
    color: white;
    font-size: 36px;
    justify-content: center; /* Centers horizontally */
    align-items: center; /* Centers vertically */
    color: white;
    /*text-shadow: 2px 2px black; */
    padding-top: 18px;
}

.site-header-inner[b-9erf4yrkdv] {
    /* Adjusted for 83% width and centering */
    width: 90%;
    max-width: 1514px; /* A reasonable max-width to prevent it from getting too wide on very large screens */
    margin: 0 auto;
    display: flex;
    align-items: center;
}

.site-logo[b-9erf4yrkdv] {
    display: flex;
    align-items: center;
}

    .site-logo img[b-9erf4yrkdv] {
        height: 70px;
        width: auto;
        display: block;
    }

.site-title-block[b-9erf4yrkdv] {
    margin-left: 10px;
}

.site-title[b-9erf4yrkdv] {
    font-family: "Brush Script MT", "Lucida Handwriting", cursive;
    font-size: 28px;
    color: #ffff00; /* yellow script like original */
    text-shadow: 1px 1px 1px rgba(0,0,0,0.6);
    white-space: nowrap;
}

.site-header-train[b-9erf4yrkdv] {
    margin-left: auto;
}

    .site-header-train img[b-9erf4yrkdv] {
        height: auto;
        width: 100%;
        display: block;
        border-radius: 6px;
    }

/* === NAVBAR === */
.navbar[b-9erf4yrkdv] {
    background-color: #f2f3e9;
    height: 52px;
    width: 90%;
    max-width: 1514px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    padding: 14px 0px 14px 10px;
    padding-right: 0;
    border-radius: 6px;
}

.navbar-inner[b-9erf4yrkdv] {
    width: 90%;
    max-width: 1530px;
    display: flex;
    align-items: left;
    justify-content: left; /* menu left, login right */
    padding: 12px 0px 12px 5px;
}

/* Hamburger button (hidden on desktop) */
.nav-toggle[b-9erf4yrkdv] {
    display: none; /* show only on small screens via media query */
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
    color: #777777;
}

/* Menu style desktop */
.nav-menu[b-9erf4yrkdv] {
    list-style: none;
    display: flex;
    padding-left: 7px;
    margin: 0;
}

    .nav-menu li[b-9erf4yrkdv] {
        margin-right: 5px;
        padding-left: 5px;
    }

    .nav-menu a[b-9erf4yrkdv] {
        display: block;
        padding: 6px 10px;
        text-decoration: none;
        font-size: 14px;
        color: #777777;
    }

        .nav-menu a:hover[b-9erf4yrkdv],
        .nav-menu a.active[b-9erf4yrkdv] {
            color: #555555;
        }

/* Login aligned to the right */
.nav-login[b-9erf4yrkdv] {
    margin-left: auto; /* small gap from menu; can be auto if preferred */
    padding-top: 5px;
}

    .nav-login a[b-9erf4yrkdv] {
        color: #777777;
        text-decoration: none;
        font-size: 14px;
    }

/* ===== MOBILE STYLES ===== */
@media (max-width: 768px) {
    .navbar[b-9erf4yrkdv] {
        height: auto; /* let it grow when menu opens */
        width: 95%;
    }

    .navbar-inner[b-9erf4yrkdv] {
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .nav-toggle[b-9erf4yrkdv] {
        display: block; /* show hamburger */
        margin-left: auto; /* push it to the right if needed */
        border: 1px solid #333333;
        border-radius: 4px;
        padding: 2px 5px;
        margin-bottom: 5px;
    }

    .nav-menu[b-9erf4yrkdv] {
        flex-direction: column; /* vertical menu */
        width: 100%;
        display: none; /* hidden by default; we’ll toggle with JS */
        padding: 10px 0 0 0;
    }

        .nav-menu li[b-9erf4yrkdv] {
            margin: 0;
            padding: 0;
        }

        .nav-menu a[b-9erf4yrkdv] {
            padding: 10px 0;
            width: 100%;
        }

    .nav-login[b-9erf4yrkdv] {
        width: 100%;
        text-align: right;
        margin-top: 5px;
    }

    /* When menu is open (class added by JS) */
    .nav-menu.open[b-9erf4yrkdv] {
        display: flex;
    }
}

/* === MAIN CONTENT === */

/* base paragraphs */
p[b-9erf4yrkdv] {
    /* margin-bottom: 8px; */
    margin: 0 0 10px;
    line-height: 1.4;
    text-align: justify;
}

    p.emphasis[b-9erf4yrkdv] {
        font-weight: bold;
    }

/* === HOME LAYOUT === */
/* === FOOTER === */
.footer-content[b-9erf4yrkdv] {
    display: flex; /* Use flexbox for alignment */
    flex-direction: column; /* Stack items vertically */
    align-items: center; /* Center horizontally */
    text-align: center; /* Center text within paragraphs */
    color: #ffffff;
    padding: 15px; /* Add some padding for spacing */
}

    .footer-content p[b-9erf4yrkdv] {
        margin-bottom: 10px; /* Add some space between paragraphs */
        font-size: 16px;
    }

    .footer-content a[b-9erf4yrkdv] {
        color: #ffffff; /* Ensure link color is white */
        text-decoration: underline; /* Add underline for links */
    }

.footer-hr[b-9erf4yrkdv] {
    border: none; /* Reset default border */
    border-top: 3px double #ffffff; /* Apply your desired border style */
    width: 80%; /* Set HR width to 80% */
    max-width: 1530px;
    margin: 20px auto; /* Center the HR and add vertical margin */
}
/* === TABLES /MEMBERS (Members, Times & Fees) === */

/* === GUEST BOOK === */

/* === CALENDAR (Parties) === */

/* === PARTIES Parties === Page Specific Styles */

/* === CONTACT FORM (just UI) === */
/* Contact Page Specific Styles */
.main-content-contact[b-9erf4yrkdv] {
    background-color: transparent;
    flex: 1;
    /* Adjusted for 83% width and centering */
    width: 54%;
    max-width: 1200px; /* A reasonable max-width */
    margin: 10px auto 15px auto;
    padding: 0 2px;
    padding-top: 4px;
    height: 100vp;
    border-radius: 6px;
    text-align: justify;
    color: #444444;
}

.contact-info-section[b-9erf4yrkdv] {
    background-color: #ffffff;
    padding: 20px;
    border-radius: 4px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.contact-item[b-9erf4yrkdv] {
    display: flex;
    align-items: flex-start;
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 1px solid #f0f0f0;
}

    .contact-item:last-child[b-9erf4yrkdv] {
        border-bottom: none;
        margin-bottom: 0;
        padding-bottom: 0;
    }

.contact-icon[b-9erf4yrkdv] {
    font-size: 24px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    margin-top: -8px;
    flex-shrink: 0;
    color: #666666; /* All icons gray */
}

.contact-details[b-9erf4yrkdv] {
    flex: 1;
    line-height: 1.6;
    color: #333333;
}

    .contact-details strong[b-9erf4yrkdv] {
        color: #000000;
    }

    .contact-details a[b-9erf4yrkdv] {
        color: #5cb85c;
        text-decoration: none;
    }

        .contact-details a:hover[b-9erf4yrkdv] {
            text-decoration: underline;
        }

/* Responsive adjustments */
@media (max-width: 768px) {
    .contact-info-section[b-9erf4yrkdv] {
        margin-left: -10px;
        margin-right: -10px;
        border-radius: 0;
        padding: 20px 15px;
    }

    .contact-icon[b-9erf4yrkdv] {
        font-size: 20px;
        width: 35px;
        height: 35px;
    }
}

/* === BUTTONS === */
.btn[b-9erf4yrkdv] {
    display: inline-block;
    padding: 5px 10px;
    background-color: #333333;
    color: #ffffff;
    border: none;
    cursor: pointer;
    font-size: 13px;
    text-decoration: none;
}

    .btn:hover[b-9erf4yrkdv] {
        background-color: #555555;
    }

/* === FOOTER === */
.site-footer[b-9erf4yrkdv] {
    background-color: #f3f3f3;
    border-top: 1px solid #dddddd;
    padding: 8px 0;
    font-size: 11px;
    margin-top: auto;
}

.site-footer-inner[b-9erf4yrkdv] {
    /* Adjusted for 83% width and centering */
    width: 83%;
    max-width: 1200px; /* A reasonable max-width */
    margin: 0 auto;
    padding: 0 10px;
}

.site-footer a[b-9erf4yrkdv] {
    color: #0000ee;
    text-decoration: none;
}

    .site-footer a:hover[b-9erf4yrkdv] {
        text-decoration: underline;
    }

/* === RESPONSIVE === */
@media (max-width: 768px) {
    .site-header-inner[b-9erf4yrkdv],
    .navbar-inner[b-9erf4yrkdv],
    .main-content[b-9erf4yrkdv],
    .site-footer-inner[b-9erf4yrkdv] {
        width: 95%; /* Adjust for smaller screens to give some padding */
    }

    .site-header-inner[b-9erf4yrkdv] {
        flex-wrap: wrap;
    }

    .site-title[b-9erf4yrkdv] {
        font-size: 24px;
    }

    .home-layout[b-9erf4yrkdv] {
        flex-direction: column;
    }

    .home-text[b-9erf4yrkdv] {
        padding-right: 0;
        margin-bottom: 10px;
    }

    .home-gallery-container[b-9erf4yrkdv] {
        max-width: 100%;
    }
}
/* /Components/Pages/GuestBookEntry.razor.rz.scp.css */
/* === Reset === */
*[b-2n48gmsyoh] {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html[b-2n48gmsyoh], body[b-2n48gmsyoh] {
    height: 100%;
}

body[b-2n48gmsyoh] {
    /* font-family: "Segoe UI", Tahoma, Arial, sans-serif; /* similar to site */
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #000;
    background-color: #ffffff;
}

/* Wrapper to push footer to bottom */
.wrapper[b-2n48gmsyoh] {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    background-image: url('/Images/Background.jpg');
    background-repeat: no-repeat; /* stop tiling */
    background-size: cover; /* make it cover the whole area */
    background-position: top; /* center the image */
    background-attachment: fixed; /* optional: parallax-style fixed bg */
}

/* === HEADER / BANNER === */
.site-header[b-2n48gmsyoh] {
}

.title[b-2n48gmsyoh] {
    display: flex;
    color: white;
    font-size: 36px;
    justify-content: center; /* Centers horizontally */
    align-items: center; /* Centers vertically */
    color: white;
    /*text-shadow: 2px 2px black; */
    padding-top: 18px;
}

.site-header-inner[b-2n48gmsyoh] {
    /* Adjusted for 83% width and centering */
    width: 90%;
    max-width: 1514px; /* A reasonable max-width to prevent it from getting too wide on very large screens */
    margin: 0 auto;
    display: flex;
    align-items: center;
}

.site-logo[b-2n48gmsyoh] {
    display: flex;
    align-items: center;
}

    .site-logo img[b-2n48gmsyoh] {
        height: 70px;
        width: auto;
        display: block;
    }

.site-title-block[b-2n48gmsyoh] {
    margin-left: 10px;
}

.site-title[b-2n48gmsyoh] {
    font-family: "Brush Script MT", "Lucida Handwriting", cursive;
    font-size: 28px;
    color: #ffff00; /* yellow script like original */
    text-shadow: 1px 1px 1px rgba(0,0,0,0.6);
    white-space: nowrap;
}

.site-header-train[b-2n48gmsyoh] {
    margin-left: auto;
}

    .site-header-train img[b-2n48gmsyoh] {
        height: auto;
        width: 100%;
        display: block;
        border-radius: 6px;
    }

/* === NAVBAR === */
.navbar[b-2n48gmsyoh] {
    background-color: #f2f3e9;
    height: 52px;
    width: 90%;
    max-width: 1514px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    padding: 14px 0px 14px 10px;
    padding-right: 0;
    border-radius: 6px;
}

.navbar-inner[b-2n48gmsyoh] {
    width: 90%;
    max-width: 1530px;
    display: flex;
    align-items: left;
    justify-content: left; /* menu left, login right */
    padding: 12px 0px 12px 5px;
}

/* Hamburger button (hidden on desktop) */
.nav-toggle[b-2n48gmsyoh] {
    display: none; /* show only on small screens via media query */
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
    color: #777777;
}

/* Menu style desktop */
.nav-menu[b-2n48gmsyoh] {
    list-style: none;
    display: flex;
    padding-left: 7px;
    margin: 0;
}

.nav-menu li[b-2n48gmsyoh] {
    margin-right: 5px;
    padding-left: 5px;
}

.nav-menu a[b-2n48gmsyoh] {
    display: block;
    padding: 6px 10px;
    text-decoration: none;
    font-size: 14px;
    color: #777777;
}

.nav-menu a:hover[b-2n48gmsyoh],
.nav-menu a.active[b-2n48gmsyoh] {
    color: #555555;
}

/* Login aligned to the right */
.nav-login[b-2n48gmsyoh] {
    margin-left: auto; /* small gap from menu; can be auto if preferred */
    padding-top: 5px;
}

.nav-login a[b-2n48gmsyoh] {
    color: #777777;
    text-decoration: none;
    font-size: 14px;
}

/* ===== MOBILE STYLES ===== */
@media (max-width: 768px) {
    .navbar[b-2n48gmsyoh] {
        height: auto; /* let it grow when menu opens */
        width: 95%;
    }

    .navbar-inner[b-2n48gmsyoh] {
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .nav-toggle[b-2n48gmsyoh] {
        display: block; /* show hamburger */
        margin-left: auto; /* push it to the right if needed */
        border: 1px solid #333333;
        border-radius: 4px;
        padding: 2px 5px;
        margin-bottom: 5px;
    }

    .nav-menu[b-2n48gmsyoh] {
        flex-direction: column; /* vertical menu */
        width: 100%;
        display: none; /* hidden by default; we’ll toggle with JS */
        padding: 10px 0 0 0;
    }

    .nav-menu li[b-2n48gmsyoh] {
        margin: 0;
        padding: 0;
    }

    .nav-menu a[b-2n48gmsyoh] {
        padding: 10px 0;
        width: 100%;
    }

    .nav-login[b-2n48gmsyoh] {
        width: 100%;
        text-align: right;
        margin-top: 5px;
    }

    /* When menu is open (class added by JS) */
    .nav-menu.open[b-2n48gmsyoh] {
        display: flex;
    }
}

/* === MAIN CONTENT === */


/* base paragraphs */
p[b-2n48gmsyoh] {
    /* margin-bottom: 8px; */
    margin: 0 0 10px;
    line-height: 1.4;
    text-align: justify;
}

    p.emphasis[b-2n48gmsyoh] {
        font-weight: bold;
    }

/* === HOME LAYOUT === */
/* === FOOTER === */
.footer-content[b-2n48gmsyoh] {
    display: flex; /* Use flexbox for alignment */
    flex-direction: column; /* Stack items vertically */
    align-items: center; /* Center horizontally */
    text-align: center; /* Center text within paragraphs */
    color: #ffffff;
    padding: 15px; /* Add some padding for spacing */
}

.footer-content p[b-2n48gmsyoh] {
    margin-bottom: 10px; /* Add some space between paragraphs */
    font-size: 16px;
}

.footer-content a[b-2n48gmsyoh] {
    color: #ffffff; /* Ensure link color is white */
    text-decoration: underline; /* Add underline for links */
}

.footer-hr[b-2n48gmsyoh] {
    border: none; /* Reset default border */
    border-top: 3px double #ffffff; /* Apply your desired border style */
    width: 80%; /* Set HR width to 80% */
    max-width: 1530px;
    margin: 20px auto; /* Center the HR and add vertical margin */
}
/* === TABLES /MEMBERS (Members, Times & Fees) === */

/* === GUEST BOOK === */
/* Guest Book Styles */
.main-content-guestbook[b-2n48gmsyoh] {
    flex: 1;
    /* Adjusted for 83% width and centering */
    width: 54%;
    max-width: 1200px; /* A reasonable max-width */
    margin: 10px auto 15px auto;
    padding: 0 2px;
    padding-top: 4px;
    background-color: white;
    border-radius: 6px;
    text-align: justify;
    color: #444444;
}

.guestbook-entry[b-2n48gmsyoh] {
    background-color: #ffffff;
    margin-bottom: 20px;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    overflow: hidden;
}

.entry-title[b-2n48gmsyoh] {
    background-color: #4bce2b; /* Green header like screenshot */
    color: #ffffff;
    padding: 12px 20px;
    font-weight: normal;
    font-size: 14px;
}

.user_title[b-2n48gmsyoh] {
    font-weight: bold;
}

.guestbook-entry p[b-2n48gmsyoh] {
    padding: 20px;
    margin: 0;
    line-height: 1.6;
    color: #333333;
}

.guest-layout[b-2n48gmsyoh] {
    padding: 10px 10px;
}

/* Add Comment Button */
.btn[b-2n48gmsyoh],
button[type="submit"][b-2n48gmsyoh] {
    background-color: #4bce2b !important;
    border: 1px solid #555555 !important;
    padding: 10px 10px !important;
    border-radius: 4px !important;
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
}

.btn:hover[b-2n48gmsyoh],
button[type="submit"]:hover[b-2n48gmsyoh] {
    background-color: #5cb85c !important;
}

/* Contact Form Styling */
.contact-form[b-2n48gmsyoh] {
    max-width: 600px;
}

    .contact-form label[b-2n48gmsyoh] {
        display: block;
        margin-bottom: 5px;
        font-weight: bold;
        color: #333333;
    }

    .contact-form input[type="text"][b-2n48gmsyoh],
    .contact-form textarea[b-2n48gmsyoh] {
        width: 100%;
        padding: 8px 12px;
        margin-bottom: 15px;
        border: 1px solid #cccccc;
        border-radius: 4px;
        font-size: 14px;
    }

    .contact-form textarea[b-2n48gmsyoh] {
        min-height: 100px;
        resize: vertical;
    }

/* Pagination Styling */
.pagination-container[b-2n48gmsyoh] {
    margin-top: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.pagination-info[b-2n48gmsyoh] {
    margin-right: 10px;
    font-weight: bold;
}

.pagination[b-2n48gmsyoh] {
    display: flex;
    gap: 5px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.pagination a[b-2n48gmsyoh],
.pagination span[b-2n48gmsyoh] {
    display: inline-block;
    padding: 8px 12px;
    background-color: #ffffff; /* Green boxes */
    border: 1px solid #cccccc;
    color: #555555;
    text-decoration: none;
    border-radius: 3px;
    font-size: 14px;
    min-width: 35px;
    text-align: center;
}

.pagination a:hover[b-2n48gmsyoh] {
    background-color: #4cae4c;
    color: #ffffff;
}

.pagination .active[b-2n48gmsyoh] {
    background-color: #5cb85c;
    font-weight: bold;
    color: #ffffff;
}

/* === CALENDAR (Parties) === */

/* === PARTIES Parties === Page Specific Styles */

/* === CONTACT FORM (just UI) === */



/* === BUTTONS === */
.btn[b-2n48gmsyoh] {
    display: inline-block;
    padding: 5px 10px;
    background-color: #333333;
    color: #ffffff;
    border: none;
    cursor: pointer;
    font-size: 13px;
    text-decoration: none;
}

    .btn:hover[b-2n48gmsyoh] {
        background-color: #555555;
    }

/* === FOOTER === */
.site-footer[b-2n48gmsyoh] {
    background-color: #f3f3f3;
    border-top: 1px solid #dddddd;
    padding: 8px 0;
    font-size: 11px;
    margin-top: auto;
}

.site-footer-inner[b-2n48gmsyoh] {
    /* Adjusted for 83% width and centering */
    width: 83%;
    max-width: 1200px; /* A reasonable max-width */
    margin: 0 auto;
    padding: 0 10px;
}

.site-footer a[b-2n48gmsyoh] {
    color: #0000ee;
    text-decoration: none;
}

    .site-footer a:hover[b-2n48gmsyoh] {
        text-decoration: underline;
    }

/* === RESPONSIVE === */
@media (max-width: 768px) {
    .site-header-inner[b-2n48gmsyoh],
    .navbar-inner[b-2n48gmsyoh],
    .main-content[b-2n48gmsyoh],
    .site-footer-inner[b-2n48gmsyoh] {
        width: 95%; /* Adjust for smaller screens to give some padding */
    }

    .site-header-inner[b-2n48gmsyoh] {
        flex-wrap: wrap;
    }

    .site-title[b-2n48gmsyoh] {
        font-size: 24px;
    }

    .home-layout[b-2n48gmsyoh] {
        flex-direction: column;
    }

    .home-text[b-2n48gmsyoh] {
        padding-right: 0;
        margin-bottom: 10px;
    }

    .home-gallery-container[b-2n48gmsyoh] {
        max-width: 100%;
    }
}

/*Custom Dialog Box styling */

[b-2n48gmsyoh] .dialog {
    width: 500px;
}

hr[b-2n48gmsyoh] {
    padding-top: 20px;
}

.DialogBoxItem[b-2n48gmsyoh] {
    margin-bottom: 1rem;
}

.DialogBoxButtons[b-2n48gmsyoh] {
    display: flex;
    justify-content: right;
    gap: 10px;
}

.SaveButton[b-2n48gmsyoh] {
    background-color: forestgreen;
    border-radius: 5px;
    width: 20%;
    color: white;
    padding: 10px 10px;
}

.OkButton[b-2n48gmsyoh] {
    background-color: green;
    border-radius: 5px;
    width: 20%;
    color: white;
    padding: 10px 10px;
}

.DialogBoxLabel[b-2n48gmsyoh] {
    padding-bottom: 5px;
}

.DialogBoxControl[b-2n48gmsyoh] {
    padding-bottom: 5px;
}
/* /Components/Pages/Home.razor.rz.scp.css */
/* === Reset === */
*[b-9dhltuk9vg] {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html[b-9dhltuk9vg], body[b-9dhltuk9vg] {
    height: 100%;
}

body[b-9dhltuk9vg] {
    /* font-family: "Segoe UI", Tahoma, Arial, sans-serif; /* similar to site */
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #000;
    background-color: #ffffff;
}

/* Wrapper to push footer to bottom */
.wrapper[b-9dhltuk9vg] {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    background-image: url('/Images/Background.jpg');
    background-repeat: no-repeat; /* stop tiling */
    background-size: cover; /* make it cover the whole area */
    background-position: top; /* center the image */
    background-attachment: fixed; /* optional: parallax-style fixed bg */
}

/* === HEADER / BANNER === */
.site-header[b-9dhltuk9vg] {
}

.title[b-9dhltuk9vg] {
    display: flex;
    color: white;
    font-size: 36px;
    justify-content: center; /* Centers horizontally */
    align-items: center; /* Centers vertically */
    color: white;
    /*text-shadow: 2px 2px black; */
    padding-top: 18px;
}

.site-header-inner[b-9dhltuk9vg] {
    /* Adjusted for 83% width and centering */
    width: 90%;
    max-width: 1514px; /* A reasonable max-width to prevent it from getting too wide on very large screens */
    margin: 0 auto;
    display: flex;
    align-items: center;
}

.site-logo[b-9dhltuk9vg] {
    display: flex;
    align-items: center;
}

    .site-logo img[b-9dhltuk9vg] {
        height: 70px;
        width: auto;
        display: block;
    }

.site-title-block[b-9dhltuk9vg] {
    margin-left: 10px;
}

.site-title[b-9dhltuk9vg] {
    font-family: "Brush Script MT", "Lucida Handwriting", cursive;
    font-size: 28px;
    color: #ffff00; /* yellow script like original */
    text-shadow: 1px 1px 1px rgba(0,0,0,0.6);
    white-space: nowrap;
}

.site-header-train[b-9dhltuk9vg] {
    margin-left: auto;
}

    .site-header-train img[b-9dhltuk9vg] {
        height: auto;
        width: 100%;
        display: block;
        border-radius: 6px;
    }

/* === NAVBAR === */
.navbar[b-9dhltuk9vg] {
    background-color: #f2f3e9;
    height: 52px;
    width: 90%;
    max-width: 1514px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    padding: 14px 0px 14px 10px;
    padding-right: 0;
    border-radius: 6px;
}

.navbar-inner[b-9dhltuk9vg] {
    width: 90%;
    max-width: 1530px;
    display: flex;
    align-items: left;
    justify-content: left; /* menu left, login right */
    padding: 12px 0px 12px 5px;
}

/* Hamburger button (hidden on desktop) */
.nav-toggle[b-9dhltuk9vg] {
    display: none; /* show only on small screens via media query */
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
    color: #777777;
}

/* Menu style desktop */
.nav-menu[b-9dhltuk9vg] {
    list-style: none;
    display: flex;
    padding-left: 7px;
    margin: 0;
}

    .nav-menu li[b-9dhltuk9vg] {
        margin-right: 5px;
        padding-left: 5px;
    }

    .nav-menu a[b-9dhltuk9vg] {
        display: block;
        padding: 6px 10px;
        text-decoration: none;
        font-size: 14px;
        color: #777777;
    }

        .nav-menu a:hover[b-9dhltuk9vg],
        .nav-menu a.active[b-9dhltuk9vg] {
            color: #555555;
        }

/* Login aligned to the right */
.nav-login[b-9dhltuk9vg] {
    margin-left: auto; /* small gap from menu; can be auto if preferred */
    padding-top: 5px;
}

    .nav-login a[b-9dhltuk9vg] {
        color: #777777;
        text-decoration: none;
        font-size: 14px;
    }

/* ===== MOBILE STYLES ===== */
@media (max-width: 768px) {
    .navbar[b-9dhltuk9vg] {
        height: auto; /* let it grow when menu opens */
        width: 95%;
    }

    .navbar-inner[b-9dhltuk9vg] {
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .nav-toggle[b-9dhltuk9vg] {
        display: block; /* show hamburger */
        margin-left: auto; /* push it to the right if needed */
        border: 1px solid #333333;
        border-radius: 4px;
        padding: 2px 5px;
        margin-bottom: 5px;
    }

    .nav-menu[b-9dhltuk9vg] {
        flex-direction: column; /* vertical menu */
        width: 100%;
        display: none; /* hidden by default; we’ll toggle with JS */
        padding: 10px 0 0 0;
    }

        .nav-menu li[b-9dhltuk9vg] {
            margin: 0;
            padding: 0;
        }

        .nav-menu a[b-9dhltuk9vg] {
            padding: 10px 0;
            width: 100%;
        }

    .nav-login[b-9dhltuk9vg] {
        width: 100%;
        text-align: right;
        margin-top: 5px;
    }

    /* When menu is open (class added by JS) */
    .nav-menu.open[b-9dhltuk9vg] {
        display: flex;
    }
}

/* === MAIN CONTENT === */
.main-content[b-9dhltuk9vg] {
    flex: 1;
    /* Adjusted for 83% width and centering */
    width: 54%;
    max-width: 1200px; /* A reasonable max-width */
    margin: 10px auto 15px auto;
    padding: 0 2px;
    padding-top: 4px;
    background-color: white;
    border-radius: 6px;
    text-align: justify;
    color: #444444;
}



.page-title[b-9dhltuk9vg] {
    font-size: 24px;
    font-weight: normal;
    margin-bottom: 10px;
}

/* base paragraphs */
p[b-9dhltuk9vg] {
    /* margin-bottom: 8px; */
    margin: 0 0 10px;
    line-height: 1.4;
    text-align: justify;
}

    p.emphasis[b-9dhltuk9vg] {
        font-weight: bold;
    }

/* === HOME LAYOUT === */
.home-layout[b-9dhltuk9vg] {
    display: flex;
    flex-wrap: wrap;
}

.home-text[b-9dhltuk9vg] {
    flex: 1 1 260px;
    padding: 15px;
    padding-bottom: 0px;
}

.home-gallery-container[b-9dhltuk9vg] {
    flex: 0 0 100%;
    max-width: 1080px;
    height: auto;
    padding: 15px;
}

/* gallery box with correct aspect ratio */
.gallery-box[b-9dhltuk9vg] {
    position: relative;
    width: 100%;
    aspect-ratio: 1280 / 854; /* matches your 1280×854 images */
    border: 1px solid #cccccc;
    overflow: hidden;
    background-color: #f5f5f5;
}

.double-border-simple[b-9dhltuk9vg] {
    border-style: double;
    border-width: 3px; /* Total thickness of the two lines and the internal gap */
    border-color: #333333; /* Color of both lines */
    padding: 10px; /* Space between content and the inner border */
    background-color: #ffffff; /* Color of the gap between the two lines */
}

/* each slide fills the box */
.gallery-slide[b-9dhltuk9vg] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}

.gallery-slide.active[b-9dhltuk9vg] {
    opacity: 1;
}

/* images fill their slide container */
.gallery-slide img[b-9dhltuk9vg] {
    width: 100%;
    height: 100%;
    object-fit: cover; /* crops to fill - change to 'contain' to show full image */
    display: block;
}

/* llery-slide.active {
    display: block;
} */

/* arrow positioning (adjust as needed) */
.gallery-arrow[b-9dhltuk9vg] {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 2rem;
    color: white;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 10px 15px;
    cursor: pointer;
    user-select: none;
    z-index: 10;
    font-family: Alef;
}

.gallery-arrow-left[b-9dhltuk9vg] {
    left: 10px;
}

.gallery-arrow-right[b-9dhltuk9vg] {
    right: 10px;
}

.gallery-arrow:hover[b-9dhltuk9vg] {
    background-color: rgba(0, 0, 0, 0.7);
}

.gallery-controls-text[b-9dhltuk9vg] {
    text-align: center;
    margin-top: 4px;
    font-size: 12px;
}

.footer-content[b-9dhltuk9vg] {
    display: flex; /* Use flexbox for alignment */
    flex-direction: column; /* Stack items vertically */
    align-items: center; /* Center horizontally */
    text-align: center; /* Center text within paragraphs */
    color: #ffffff;
    padding: 15px; /* Add some padding for spacing */
}

    .footer-content p[b-9dhltuk9vg] {
        margin-bottom: 10px; /* Add some space between paragraphs */
        font-size: 16px;
    }

    .footer-content a[b-9dhltuk9vg] {
        color: #ffffff; /* Ensure link color is white */
        text-decoration: underline; /* Add underline for links */
    }

.footer-hr[b-9dhltuk9vg] {
    border: none; /* Reset default border */
    border-top: 3px double #ffffff; /* Apply your desired border style */
    width: 80%; /* Set HR width to 80% */
    max-width: 1530px;
    margin: 20px auto; /* Center the HR and add vertical margin */
}
/* === TABLES /MEMBERS (Members, Times & Fees) === */


/* === GUEST BOOK === */


/* === CALENDAR (Parties) === */

/* === PARTIES Parties === Page Specific Styles */


/* === CONTACT FORM (just UI) === */
/* Contact Page Specific Styles */



/* === BUTTONS === */
.btn[b-9dhltuk9vg] {
    display: inline-block;
    padding: 5px 10px;
    background-color: #333333;
    color: #ffffff;
    border: none;
    cursor: pointer;
    font-size: 13px;
    text-decoration: none;
}

    .btn:hover[b-9dhltuk9vg] {
        background-color: #555555;
    }

/* === FOOTER === */
.site-footer[b-9dhltuk9vg] {
    background-color: #f3f3f3;
    border-top: 1px solid #dddddd;
    padding: 8px 0;
    font-size: 11px;
    margin-top: auto;
}

.site-footer-inner[b-9dhltuk9vg] {
    /* Adjusted for 83% width and centering */
    width: 83%;
    max-width: 1200px; /* A reasonable max-width */
    margin: 0 auto;
    padding: 0 10px;
}

.site-footer a[b-9dhltuk9vg] {
    color: #0000ee;
    text-decoration: none;
}

    .site-footer a:hover[b-9dhltuk9vg] {
        text-decoration: underline;
    }

/* === RESPONSIVE === */
@media (max-width: 768px) {
    .site-header-inner[b-9dhltuk9vg],
    .navbar-inner[b-9dhltuk9vg],
    .main-content[b-9dhltuk9vg],
    .site-footer-inner[b-9dhltuk9vg] {
        width: 95%; /* Adjust for smaller screens to give some padding */
    }

    .site-header-inner[b-9dhltuk9vg] {
        flex-wrap: wrap;
    }

    .site-title[b-9dhltuk9vg] {
        font-size: 24px;
    }

    .home-layout[b-9dhltuk9vg] {
        flex-direction: column;
    }

    .home-text[b-9dhltuk9vg] {
        padding-right: 0;
        margin-bottom: 10px;
    }

    .home-gallery-container[b-9dhltuk9vg] {
        max-width: 100%;
    }
}
/* /Components/Pages/MembersPage.razor.rz.scp.css */
/* === Reset === */
*[b-h8ussqqgl4] {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html[b-h8ussqqgl4], body[b-h8ussqqgl4] {
    height: 100%;
}

body[b-h8ussqqgl4] {
    /* font-family: "Segoe UI", Tahoma, Arial, sans-serif; /* similar to site */
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #000;
    background-color: #ffffff;
}

/* Wrapper to push footer to bottom */
.wrapper[b-h8ussqqgl4] {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    background-image: url('/Images/Background.jpg');
    background-repeat: no-repeat; /* stop tiling */
    background-size: cover; /* make it cover the whole area */
    background-position: top; /* center the image */
    background-attachment: fixed; /* optional: parallax-style fixed bg */
}

/* === HEADER / BANNER === */
.site-header[b-h8ussqqgl4] {
}

.title[b-h8ussqqgl4] {
    display: flex;
    color: white;
    font-size: 36px;
    justify-content: center; /* Centers horizontally */
    align-items: center; /* Centers vertically */
    color: white;
    /*text-shadow: 2px 2px black; */
    padding-top: 18px;
}

.site-header-inner[b-h8ussqqgl4] {
    /* Adjusted for 83% width and centering */
    width: 90%;
    max-width: 1514px; /* A reasonable max-width to prevent it from getting too wide on very large screens */
    margin: 0 auto;
    display: flex;
    align-items: center;
}

.site-logo[b-h8ussqqgl4] {
    display: flex;
    align-items: center;
}

.site-logo img[b-h8ussqqgl4] {
    height: 70px;
    width: auto;
    display: block;
}

.site-title-block[b-h8ussqqgl4] {
    margin-left: 10px;
}

.site-title[b-h8ussqqgl4] {
    font-family: "Brush Script MT", "Lucida Handwriting", cursive;
    font-size: 28px;
    color: #ffff00; /* yellow script like original */
    text-shadow: 1px 1px 1px rgba(0,0,0,0.6);
    white-space: nowrap;
}

.site-header-train[b-h8ussqqgl4] {
    margin-left: auto;
}

.site-header-train img[b-h8ussqqgl4] {
    height: auto;
    width: 100%;
    display: block;
    border-radius: 6px;
}

/* === NAVBAR === */
.navbar[b-h8ussqqgl4] {
    background-color: #f2f3e9;
    height: 52px;
    width: 90%;
    max-width: 1514px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    padding: 14px 0px 14px 10px;
    padding-right: 0;
    border-radius: 6px;
}

.navbar-inner[b-h8ussqqgl4] {
    width: 90%;
    max-width: 1530px;
    display: flex;
    align-items: left;
    justify-content: left; /* menu left, login right */
    padding: 12px 0px 12px 5px;
}

/* Hamburger button (hidden on desktop) */
.nav-toggle[b-h8ussqqgl4] {
    display: none; /* show only on small screens via media query */
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
    color: #777777;
}

/* Menu style desktop */
.nav-menu[b-h8ussqqgl4] {
    list-style: none;
    display: flex;
    padding-left: 7px;
    margin: 0;
}

.nav-menu li[b-h8ussqqgl4] {
    margin-right: 5px;
    padding-left: 5px;
}

.nav-menu a[b-h8ussqqgl4] {
    display: block;
    padding: 6px 10px;
    text-decoration: none;
    font-size: 14px;
    color: #777777;
}

.nav-menu a:hover[b-h8ussqqgl4],
.nav-menu a.active[b-h8ussqqgl4] {
    color: #555555;
}

/* Login aligned to the right */
.nav-login[b-h8ussqqgl4] {
    margin-left: auto; /* small gap from menu; can be auto if preferred */
    padding-top: 5px;
}

    .nav-login a[b-h8ussqqgl4] {
        color: #777777;
        text-decoration: none;
        font-size: 14px;
    }

/* ===== MOBILE STYLES ===== */
@media (max-width: 768px) {
    .navbar[b-h8ussqqgl4] {
        height: auto; /* let it grow when menu opens */
        width: 95%;
    }

    .navbar-inner[b-h8ussqqgl4] {
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .nav-toggle[b-h8ussqqgl4] {
        display: block; /* show hamburger */
        margin-left: auto; /* push it to the right if needed */
        border: 1px solid #333333;
        border-radius: 4px;
        padding: 2px 5px;
        margin-bottom: 5px;
    }

    .nav-menu[b-h8ussqqgl4] {
        flex-direction: column; /* vertical menu */
        width: 100%;
        display: none; /* hidden by default; we’ll toggle with JS */
        padding: 10px 0 0 0;
    }

    .nav-menu li[b-h8ussqqgl4] {
        margin: 0;
        padding: 0;
    }

    .nav-menu a[b-h8ussqqgl4] {
        padding: 10px 0;
        width: 100%;
    }

    .nav-login[b-h8ussqqgl4] {
        width: 100%;
        text-align: right;
        margin-top: 5px;
    }

    /* When menu is open (class added by JS) */
    .nav-menu.open[b-h8ussqqgl4] {
        display: flex;
    }
}

/* === MAIN CONTENT === */


/* base paragraphs */
p[b-h8ussqqgl4] {
    /* margin-bottom: 8px; */
    margin: 0 0 10px;
    line-height: 1.4;
    text-align: justify;
}

p.emphasis[b-h8ussqqgl4] {
    font-weight: bold;
}

/* === HOME LAYOUT === */
/* === FOOTER === */
.footer-content[b-h8ussqqgl4] {
    display: flex; /* Use flexbox for alignment */
    flex-direction: column; /* Stack items vertically */
    align-items: center; /* Center horizontally */
    text-align: center; /* Center text within paragraphs */
    color: #ffffff;
    padding: 15px; /* Add some padding for spacing */
}

.footer-content p[b-h8ussqqgl4] {
    margin-bottom: 10px; /* Add some space between paragraphs */
    font-size: 16px;
}

.footer-content a[b-h8ussqqgl4] {
    color: #ffffff; /* Ensure link color is white */
    text-decoration: underline; /* Add underline for links */
}

.footer-hr[b-h8ussqqgl4] {
    border: none; /* Reset default border */
    border-top: 3px double #ffffff; /* Apply your desired border style */
    width: 80%; /* Set HR width to 80% */
    max-width: 1530px;
    margin: 20px auto; /* Center the HR and add vertical margin */
}
/* === MEMBERS PAGE (Members, Times & Fees) === */
/* Members Page Specific Styles */
.main-content-members[b-h8ussqqgl4] {
    background-color: transparent;
    flex: 1;
    /* Adjusted for 83% width and centering */
    width: 70%;
    max-width: 1230px; /* A reasonable max-width */
    margin: 10px auto 15px auto;
    padding: 0 2px;
    padding-top: 4px;
    border-radius: 6px;
    text-align: justify;
    color: #444444;
}
/* Top Text Section */
.members-intro-section[b-h8ussqqgl4] {
    background-color: #ffffff;
    padding: 25px 30px;
    margin-bottom: 20px;
    border-radius: 4px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.members-intro-section p[b-h8ussqqgl4] {
    margin-bottom: 15px;
    line-height: 1.2;
    color: #333333;
}

.members-intro-section p:last-child[b-h8ussqqgl4] {
    margin-bottom: 0;
}

/* Documents Section */
.members-documents-section[b-h8ussqqgl4] {
    background-color: #ffffff;
    border-radius: 4px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

/* Buttons row above documents */
.document-buttons[b-h8ussqqgl4] {
    padding: 20px 20px 10px 20px;
}
/* Individual buttons (look like the green tabs but are just buttons) */
.doc-btn[b-h8ussqqgl4] {
    background-color: #4bce2b !important;
    border: 1px solid #555555 !important;
    color: #ffffff;
    border: 1px solid #4cae4c;
    padding: 8px 18px;
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
    border-radius: 4px;
    margin-right: 5px;
}

.doc-btn:hover[b-h8ussqqgl4] {
    background-color: #4cae4c !important;
    border-color: #3f9b3f;
}

.doc-btn.active[b-h8ussqqgl4] {
    background-color: #5cb85c;
    border-color: #4cae4c;
}

/* Documents Header */
.documents-header[b-h8ussqqgl4] {
    background-color: #4bce2b;
    color: #ffffff;
    padding: 12px 20px;
    font-weight: bold;
    font-size: 16px;
    margin: 0 20px;
    margin-top: 2px;
    border-radius: 4px;
}

/* Documents Table */
.documents-table[b-h8ussqqgl4] {
    width: calc(100% - 40px);
    margin: 0 20px 20px 20px;
    border-collapse: collapse;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 4px;
}

.documents-table thead[b-h8ussqqgl4] {
    background-color: #ffffff;
    border-top: 0px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
}

.documents-table th[b-h8ussqqgl4] {
    padding: 12px 15px;
    text-align: center;
    font-weight: bold;
    color: #333333;
    font-size: 14px;
}

.documents-table tbody tr[b-h8ussqqgl4] {
    border-bottom: 1px solid #e0e0e0;
}

.documents-table tbody tr:last-child[b-h8ussqqgl4] {
    border-bottom: none;
}

.documents-table td[b-h8ussqqgl4] {
    padding: 12px 15px;
    color: #333333;
    font-size: 14px;
    text-align: center;
}

.documents-table td:last-child[b-h8ussqqgl4] {
    text-align: center;
}

.download-link[b-h8ussqqgl4] {
    color: darkgreen;
    text-decoration: none;
    font-weight: 500;
}

.download-link:hover[b-h8ussqqgl4] {
    text-decoration: underline;
    color: lawngreen;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .members-intro-section[b-h8ussqqgl4],
    .members-documents-section[b-h8ussqqgl4] {
        margin-left: -10px;
        margin-right: -10px;
        border-radius: 0;
    }

    .documents-table[b-h8ussqqgl4] {
        width: 100%;
        margin: 0 0 20px 0;
    }

    .documents-header[b-h8ussqqgl4] {
        margin: 0;
    }

    .document-tabs[b-h8ussqqgl4] {
        padding: 15px 15px 0 15px;
    }

    .documents-pagination[b-h8ussqqgl4] {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }

    .pagination-numbers[b-h8ussqqgl4] {
        flex-wrap: wrap;
    }
}

.table[b-h8ussqqgl4] {
    width: 100%;
    border-collapse: collapse;
    margin: 10px 0 15px 0;
    font-size: 13px;
}

    .table th[b-h8ussqqgl4],
    .table td[b-h8ussqqgl4] {
        border: 1px solid #cccccc;
        padding: 4px 6px
    }

    .table th[b-h8ussqqgl4] {
        background-color: #eeeeee;
        font-weight: bold;
    }

/* === GUEST BOOK === */

/* === PARTIES Parties === Page Specific Styles */

/* === CONTACT FORM (just UI) === */

/* === BUTTONS === */
.btn[b-h8ussqqgl4] {
    display: inline-block;
    padding: 5px 10px;
    background-color: #333333;
    color: #ffffff;
    border: none;
    cursor: pointer;
    font-size: 13px;
    text-decoration: none;
}

    .btn:hover[b-h8ussqqgl4] {
        background-color: #555555;
    }

/* === FOOTER === */
.site-footer[b-h8ussqqgl4] {
    background-color: #f3f3f3;
    border-top: 1px solid #dddddd;
    padding: 8px 0;
    font-size: 11px;
    margin-top: auto;
}

.site-footer-inner[b-h8ussqqgl4] {
    /* Adjusted for 83% width and centering */
    width: 83%;
    max-width: 1200px; /* A reasonable max-width */
    margin: 0 auto;
    padding: 0 10px;
}

.site-footer a[b-h8ussqqgl4] {
    color: #0000ee;
    text-decoration: none;
}

    .site-footer a:hover[b-h8ussqqgl4] {
        text-decoration: underline;
    }

/* === RESPONSIVE === */
@media (max-width: 768px) {
    .site-header-inner[b-h8ussqqgl4],
    .navbar-inner[b-h8ussqqgl4],
    .main-content[b-h8ussqqgl4],
    .site-footer-inner[b-h8ussqqgl4] {
        width: 95%; /* Adjust for smaller screens to give some padding */
    }

    .site-header-inner[b-h8ussqqgl4] {
        flex-wrap: wrap;
    }

    .site-title[b-h8ussqqgl4] {
        font-size: 24px;
    }

    .home-layout[b-h8ussqqgl4] {
        flex-direction: column;
    }

    .home-text[b-h8ussqqgl4] {
        padding-right: 0;
        margin-bottom: 10px;
    }

    .home-gallery-container[b-h8ussqqgl4] {
        max-width: 100%;
    }
}

.PagingControl[b-h8ussqqgl4] {
    padding-left: 20Px;
    padding-right: 20px;
}
/* /Components/Pages/Parties.razor.rz.scp.css */
.parties-calendar-section[b-cjetnh8lgg] {
    background-color: #ffffff;
    padding: 20px;
    border-radius: 4px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    margin-top: 20px;
}

/* Calendar Controls (today button, month title, nav arrows) */
.calendar-controls[b-cjetnh8lgg] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e0e0e0;
}

.today-btn[b-cjetnh8lgg] {
    background-color: #f5f5f5;
    border: 1px solid #cccccc;
    padding: 6px 16px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    color: #333333;
}

    .today-btn:hover[b-cjetnh8lgg] {
        background-color: #e8e8e8;
    }

.calendar-month[b-cjetnh8lgg] {
    font-size: 24px;
    font-weight: bold;
    color: #333333;
    margin: 0;
}

.calendar-nav[b-cjetnh8lgg] {
    display: flex;
    gap: 10px;
}

.nav-btn[b-cjetnh8lgg] {
    background-color: #f5f5f5;
    border: 1px solid #cccccc;
    padding: 6px 12px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px;
    color: #333333;
}

.nav-btn:hover[b-cjetnh8lgg] {
    background-color: #e8e8e8;
}

/* Calendar Grid (Wed-Sat, 4 columns) */
.calendar-grid[b-cjetnh8lgg] {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
    border: 1px solid #e0e0e0;
}

/* Calendar Header (Wed, Thu, Fri, Sat) */
.calendar-header[b-cjetnh8lgg] {
    background-color: #cccccc;
    /*padding: 12px 8px;*/
    text-align: center;
    font-weight: bold;
    color: #333333;
    border: 1px solid #e0e0e0;
    font-size: 14px;
    border-top: none;
}

.calendar-header:first-child[b-cjetnh8lgg] {
    border-left: none;
}

.calendar-header:last-child[b-cjetnh8lgg] {
    border-right: none;
}

/* Calendar Cell (each day) */
.calendar-cell[b-cjetnh8lgg] {
    border: 1px solid #e0e0e0;
    padding: 4px;
    min-height: 100px;
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
}

.calendar-cell.empty-cell[b-cjetnh8lgg] {
    background-color: #fafafa;
}

/* Today's cell - light yellow background */
.calendar-cell.today-cell[b-cjetnh8lgg] {
    background-color: #fffacd; /* Light yellow */
}

/* Date number in cell */
.calendar-date[b-cjetnh8lgg] {
    font-weight: bold;
    color: #333333;
    font-size: 14px;
    margin-bottom: 8px;
    text-align: right;
}

/* Time slots container */
.time-slots[b-cjetnh8lgg] {
    display: flex;
    flex-direction: column;
    gap: 4px;
    flex: 1;
}

/* Time Slot Styling */
.time-slot[b-cjetnh8lgg] {
   /* padding: 2px 8px;*/
    margin: 0;
    border-radius: 3px;
    font-size: 11px;
    font-weight: 500;
    text-align: left;
    line-height: 1.3;
}

.time-slot.booked[b-cjetnh8lgg] {
    background-color: #dc3545; 
    color: #ffffff;
}

.time-slot.reserved[b-cjetnh8lgg] {
    background-color: #ff9800;
    color: #ffffff;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .parties-calendar-section[b-cjetnh8lgg] {
        margin-left: -10px;
        margin-right: -10px;
        border-radius: 0;
        padding: 15px 10px;
    }

    .calendar-controls[b-cjetnh8lgg] {
        flex-direction: column;
        gap: 10px;
        align-items: flex-start;
    }

    .calendar-month[b-cjetnh8lgg] {
        font-size: 20px;
    }

    .calendar-grid[b-cjetnh8lgg] {
        font-size: 12px;
    }

    .calendar-cell[b-cjetnh8lgg] {
        min-height: 80px;
        padding: 6px;
    }

    .time-slot[b-cjetnh8lgg] {
        font-size: 10px;
        padding: 4px 6px;
    }

    .calendar-date[b-cjetnh8lgg] {
        font-size: 12px;
    }
}

/* === Reset === */
*[b-cjetnh8lgg] {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html[b-cjetnh8lgg], body[b-cjetnh8lgg] {
    height: 100%;
}

body[b-cjetnh8lgg] {
    /* font-family: "Segoe UI", Tahoma, Arial, sans-serif; /* similar to site */
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #000;
    background-color: #ffffff;
}

/* Wrapper to push footer to bottom */
.wrapper[b-cjetnh8lgg] {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    background-image: url('/Images/Background.jpg');
    background-repeat: no-repeat; /* stop tiling */
    background-size: cover; /* make it cover the whole area */
    background-position: top; /* center the image */
    background-attachment: fixed; /* optional: parallax-style fixed bg */
}

/* === HEADER / BANNER === */
.site-header[b-cjetnh8lgg] {
}

.title[b-cjetnh8lgg] {
    display: flex;
    color: white;
    font-size: 36px;
    justify-content: center; /* Centers horizontally */
    align-items: center; /* Centers vertically */
    color: white;
    /*text-shadow: 2px 2px black; */
    padding-top: 18px;
}

.site-header-inner[b-cjetnh8lgg] {
    /* Adjusted for 83% width and centering */
    width: 90%;
    max-width: 1514px; /* A reasonable max-width to prevent it from getting too wide on very large screens */
    margin: 0 auto;
    display: flex;
    align-items: center;
}

.site-logo[b-cjetnh8lgg] {
    display: flex;
    align-items: center;
}

    .site-logo img[b-cjetnh8lgg] {
        height: 70px;
        width: auto;
        display: block;
    }

.site-title-block[b-cjetnh8lgg] {
    margin-left: 10px;
}

.site-title[b-cjetnh8lgg] {
    font-family: "Brush Script MT", "Lucida Handwriting", cursive;
    font-size: 28px;
    color: #ffff00; /* yellow script like original */
    text-shadow: 1px 1px 1px rgba(0,0,0,0.6);
    white-space: nowrap;
}

.site-header-train[b-cjetnh8lgg] {
    margin-left: auto;
}

    .site-header-train img[b-cjetnh8lgg] {
        height: auto;
        width: 100%;
        display: block;
        border-radius: 6px;
    }

/* === NAVBAR === */
.navbar[b-cjetnh8lgg] {
    background-color: #f2f3e9;
    height: 52px;
    width: 90%;
    max-width: 1514px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    padding: 14px 0px 14px 10px;
    padding-right: 0;
    border-radius: 6px;
}

.navbar-inner[b-cjetnh8lgg] {
    width: 90%;
    max-width: 1530px;
    display: flex;
    align-items: left;
    justify-content: left; /* menu left, login right */
    padding: 12px 0px 12px 5px;
}

/* Hamburger button (hidden on desktop) */
.nav-toggle[b-cjetnh8lgg] {
    display: none; /* show only on small screens via media query */
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
    color: #777777;
}

/* Menu style desktop */
.nav-menu[b-cjetnh8lgg] {
    list-style: none;
    display: flex;
    padding-left: 7px;
    margin: 0;
}

    .nav-menu li[b-cjetnh8lgg] {
        margin-right: 5px;
        padding-left: 5px;
    }

    .nav-menu a[b-cjetnh8lgg] {
        display: block;
        padding: 6px 10px;
        text-decoration: none;
        font-size: 14px;
        color: #777777;
    }

        .nav-menu a:hover[b-cjetnh8lgg],
        .nav-menu a.active[b-cjetnh8lgg] {
            color: #555555;
        }

/* Login aligned to the right */
.nav-login[b-cjetnh8lgg] {
    margin-left: auto; /* small gap from menu; can be auto if preferred */
    padding-top: 5px;
}

    .nav-login a[b-cjetnh8lgg] {
        color: #777777;
        text-decoration: none;
        font-size: 14px;
    }

/* ===== MOBILE STYLES ===== */
@media (max-width: 768px) {
    .navbar[b-cjetnh8lgg] {
        height: auto; /* let it grow when menu opens */
        width: 95%;
    }

    .navbar-inner[b-cjetnh8lgg] {
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .nav-toggle[b-cjetnh8lgg] {
        display: block; /* show hamburger */
        margin-left: auto; /* push it to the right if needed */
        border: 1px solid #333333;
        border-radius: 4px;
        padding: 2px 5px;
        margin-bottom: 5px;
    }

    .nav-menu[b-cjetnh8lgg] {
        flex-direction: column; /* vertical menu */
        width: 100%;
        display: none; /* hidden by default; we’ll toggle with JS */
        padding: 10px 0 0 0;
    }

        .nav-menu li[b-cjetnh8lgg] {
            margin: 0;
            padding: 0;
        }

        .nav-menu a[b-cjetnh8lgg] {
            padding: 10px 0;
            width: 100%;
        }

    .nav-login[b-cjetnh8lgg] {
        width: 100%;
        text-align: right;
        margin-top: 5px;
    }

    /* When menu is open (class added by JS) */
    .nav-menu.open[b-cjetnh8lgg] {
        display: flex;
    }
}

/* === MAIN CONTENT === */

/* base paragraphs */
p[b-cjetnh8lgg] {
    /* margin-bottom: 8px; */
    margin: 0 0 10px;
    line-height: 1.4;
    text-align: justify;
}

    p.emphasis[b-cjetnh8lgg] {
        font-weight: bold;
    }

/* === HOME LAYOUT === */
/* === FOOTER === */
.footer-content[b-cjetnh8lgg] {
    display: flex; /* Use flexbox for alignment */
    flex-direction: column; /* Stack items vertically */
    align-items: center; /* Center horizontally */
    text-align: center; /* Center text within paragraphs */
    color: #ffffff;
    padding: 15px; /* Add some padding for spacing */
}

    .footer-content p[b-cjetnh8lgg] {
        margin-bottom: 10px; /* Add some space between paragraphs */
        font-size: 16px;
    }

    .footer-content a[b-cjetnh8lgg] {
        color: #ffffff; /* Ensure link color is white */
        text-decoration: underline; /* Add underline for links */
    }

.footer-hr[b-cjetnh8lgg] {
    border: none; /* Reset default border */
    border-top: 3px double #ffffff; /* Apply your desired border style */
    width: 80%; /* Set HR width to 80% */
    max-width: 1530px;
    margin: 20px auto; /* Center the HR and add vertical margin */
}
/* === TABLES /MEMBERS (Members, Times & Fees) === */

/* === GUEST BOOK === */

/* === CALENDAR (Parties) === */

/* === PARTIES Parties === Page Specific Styles */
.main-content-parties[b-cjetnh8lgg] {
    background-color: transparent;
    flex: 1;
    /* Adjusted for 83% width and centering */
    width: 54%;
    max-width: 1200px; /* A reasonable max-width */
    margin: 10px auto 15px auto;
    padding: 0 2px;
    padding-top: 4px;
    border-radius: 6px;
    text-align: justify;
    color: #444444;
}

.main-content-times-fees[b-cjetnh8lgg] {
    background-color: transparent;
    flex: 1;
    /* Adjusted for 83% width and centering */
    width: 54%;
    max-width: 1200px; /* A reasonable max-width */
    margin: 10px auto 15px auto;
    padding: 0 2px;
    padding-top: 4px;
    height: 100vp;
    border-radius: 6px;
    text-align: justify;
    color: #444444;
}
/* Text Section */
.parties-intro-section[b-cjetnh8lgg] {
    background-color: #ffffff;
    padding: 15px 20px;
    margin-bottom: 20px;
    border-radius: 4px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

    .parties-intro-section p[b-cjetnh8lgg] {
        margin-bottom: 15px;
        line-height: 1.2;
        color: #333333;
    }

        .parties-intro-section p:last-child[b-cjetnh8lgg] {
            margin-bottom: 0;
        }

/* Calendar Section */
.parties-calendar-section[b-cjetnh8lgg] {
    background-color: #ffffff;
    padding: 20px;
    border-radius: 4px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

/* Calendar Controls (today button, month title, nav arrows) */
.calendar-controls[b-cjetnh8lgg] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e0e0e0;
}

.today-btn[b-cjetnh8lgg] {
    background-color: #f5f5f5;
    border: 1px solid #cccccc;
    padding: 6px 16px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    color: #333333;
}

    .today-btn:hover[b-cjetnh8lgg] {
        background-color: #e8e8e8;
    }

.calendar-month[b-cjetnh8lgg] {
    font-size: 24px;
    font-weight: bold;
    color: #333333;
    margin: 0;
}

.calendar-nav[b-cjetnh8lgg] {
    display: flex;
    gap: 10px;
}

.nav-btn[b-cjetnh8lgg] {
    background-color: #f5f5f5;
    border: 1px solid #cccccc;
    padding: 6px 12px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px;
    color: #333333;
}

    .nav-btn:hover[b-cjetnh8lgg] {
        background-color: #e8e8e8;
    }

/* Calendar Table */
.parties-calendar-table[b-cjetnh8lgg] {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
}

    .parties-calendar-table thead th[b-cjetnh8lgg] {
        background-color: #f5f5f5;
        padding: 12px 8px;
        text-align: center;
        font-weight: bold;
        color: #333333;
        border: 1px solid #e0e0e0;
        font-size: 14px;
    }

    .parties-calendar-table tbody td[b-cjetnh8lgg] {
        border: 1px solid #e0e0e0;
        padding: 8px;
        text-align: center;
        vertical-align: top;
        min-height: 60px;
        height: 60px;
    }

.calendar-date[b-cjetnh8lgg] {
    font-weight: bold;
    color: #333333;
    font-size: 14px;
}

    .calendar-date.other-month[b-cjetnh8lgg] {
        color: #999999;
    }

/* Time Slot Styling */
.time-slot[b-cjetnh8lgg] {
    /*padding: 6px 8px;*/
    margin: 2px 0;
    border-radius: 3px;
    font-size: 12px;
    font-weight: 500;
    text-align: center;
}

    .time-slot.booked[b-cjetnh8lgg] {
        background-color: #dc3545; /* Red for booked slots */
        color: #ffffff;
    }

    .time-slot.reserved[b-cjetnh8lgg] {
        background-color: #ff9800; /* Orange for reserved slots */
        color: #ffffff;
    }

    .time-slot.available[b-cjetnh8lgg] {
        background-color: #28a745; /* Green for available slots (optional) */
        color: #ffffff;
    }

/* Responsive adjustments */
@media (max-width: 768px) {
    .parties-intro-section[b-cjetnh8lgg],
    .parties-calendar-section[b-cjetnh8lgg] {
        margin-left: -10px;
        margin-right: -10px;
        border-radius: 0;
    }

    .calendar-controls[b-cjetnh8lgg] {
        flex-direction: column;
        gap: 10px;
        align-items: flex-start;
    }

    .calendar-month[b-cjetnh8lgg] {
        font-size: 20px;
    }

    .parties-calendar-table[b-cjetnh8lgg] {
        font-size: 12px;
    }

    .time-slot[b-cjetnh8lgg] {
        font-size: 10px;
        padding: 4px 6px;
    }
}
/* This approximates the Wed–Sat table in the PDF */
.parties-calendar-table[b-cjetnh8lgg] {
    width: 100%;
    border-collapse: collapse;
    margin-top: 4px;
    font-size: 12px;
}

    .parties-calendar-table th[b-cjetnh8lgg],
    .parties-calendar-table td[b-cjetnh8lgg] {
        border: 1px solid #ccc;
        padding: 3px 4px;
        text-align: center;
    }

/* === CONTACT FORM (just UI) === */

/* === BUTTONS === */
.btn[b-cjetnh8lgg] {
    display: inline-block;
    padding: 5px 10px;
    background-color: #333333;
    color: #ffffff;
    border: none;
    cursor: pointer;
    font-size: 13px;
    text-decoration: none;
}

    .btn:hover[b-cjetnh8lgg] {
        background-color: #555555;
    }

/* === FOOTER === */
.site-footer[b-cjetnh8lgg] {
    background-color: #f3f3f3;
    border-top: 1px solid #dddddd;
    padding: 8px 0;
    font-size: 11px;
    margin-top: auto;
}

.site-footer-inner[b-cjetnh8lgg] {
    /* Adjusted for 83% width and centering */
    width: 83%;
    max-width: 1200px; /* A reasonable max-width */
    margin: 0 auto;
    padding: 0 10px;
}

.site-footer a[b-cjetnh8lgg] {
    color: #0000ee;
    text-decoration: none;
}

    .site-footer a:hover[b-cjetnh8lgg] {
        text-decoration: underline;
    }

/* === RESPONSIVE === */
@media (max-width: 768px) {
    .site-header-inner[b-cjetnh8lgg],
    .navbar-inner[b-cjetnh8lgg],
    .main-content[b-cjetnh8lgg],
    .site-footer-inner[b-cjetnh8lgg] {
        width: 95%; /* Adjust for smaller screens to give some padding */
    }

    .site-header-inner[b-cjetnh8lgg] {
        flex-wrap: wrap;
    }

    .site-title[b-cjetnh8lgg] {
        font-size: 24px;
    }

    .home-layout[b-cjetnh8lgg] {
        flex-direction: column;
    }

    .home-text[b-cjetnh8lgg] {
        padding-right: 0;
        margin-bottom: 10px;
    }

    .home-gallery-container[b-cjetnh8lgg] {
        max-width: 100%;
    }
}

/* === Reset === */
*[b-cjetnh8lgg] {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html[b-cjetnh8lgg], body[b-cjetnh8lgg] {
    height: 100%;
}

body[b-cjetnh8lgg] {
    /* font-family: "Segoe UI", Tahoma, Arial, sans-serif; /* similar to site */
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #000;
    background-color: #ffffff;
}

/* Wrapper to push footer to bottom */
.wrapper[b-cjetnh8lgg] {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    background-image: url('/Images/Background.jpg');
    background-repeat: no-repeat; /* stop tiling */
    background-size: cover; /* make it cover the whole area */
    background-position: top; /* center the image */
    background-attachment: fixed; /* optional: parallax-style fixed bg */
}

/* === HEADER / BANNER === */
.site-header[b-cjetnh8lgg] {
}

.title[b-cjetnh8lgg] {
    display: flex;
    color: white;
    font-size: 36px;
    justify-content: center; /* Centers horizontally */
    align-items: center; /* Centers vertically */
    color: white;
    /*text-shadow: 2px 2px black; */
    padding-top: 18px;
}

.site-header-inner[b-cjetnh8lgg] {
    /* Adjusted for 83% width and centering */
    width: 90%;
    max-width: 1514px; /* A reasonable max-width to prevent it from getting too wide on very large screens */
    margin: 0 auto;
    display: flex;
    align-items: center;
}

.site-logo[b-cjetnh8lgg] {
    display: flex;
    align-items: center;
}

    .site-logo img[b-cjetnh8lgg] {
        height: 70px;
        width: auto;
        display: block;
    }

.site-title-block[b-cjetnh8lgg] {
    margin-left: 10px;
}

.site-title[b-cjetnh8lgg] {
    font-family: "Brush Script MT", "Lucida Handwriting", cursive;
    font-size: 28px;
    color: #ffff00; /* yellow script like original */
    text-shadow: 1px 1px 1px rgba(0,0,0,0.6);
    white-space: nowrap;
}

.site-header-train[b-cjetnh8lgg] {
    margin-left: auto;
}

    .site-header-train img[b-cjetnh8lgg] {
        height: auto;
        width: 100%;
        display: block;
        border-radius: 6px;
    }

/* === NAVBAR === */
.navbar[b-cjetnh8lgg] {
    background-color: #f2f3e9;
    height: 52px;
    width: 90%;
    max-width: 1514px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    padding: 14px 0px 14px 10px;
    padding-right: 0;
    border-radius: 6px;
}

.navbar-inner[b-cjetnh8lgg] {
    width: 90%;
    max-width: 1530px;
    display: flex;
    align-items: left;
    justify-content: left; /* menu left, login right */
    padding: 12px 0px 12px 5px;
}

/* Hamburger button (hidden on desktop) */
.nav-toggle[b-cjetnh8lgg] {
    display: none; /* show only on small screens via media query */
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
    color: #777777;
}

/* Menu style desktop */
.nav-menu[b-cjetnh8lgg] {
    list-style: none;
    display: flex;
    padding-left: 7px;
    margin: 0;
}

    .nav-menu li[b-cjetnh8lgg] {
        margin-right: 5px;
        padding-left: 5px;
    }

    .nav-menu a[b-cjetnh8lgg] {
        display: block;
        padding: 6px 10px;
        text-decoration: none;
        font-size: 14px;
        color: #777777;
    }

        .nav-menu a:hover[b-cjetnh8lgg],
        .nav-menu a.active[b-cjetnh8lgg] {
            color: #555555;
        }

/* Login aligned to the right */
.nav-login[b-cjetnh8lgg] {
    margin-left: auto; /* small gap from menu; can be auto if preferred */
    padding-top: 5px;
}

    .nav-login a[b-cjetnh8lgg] {
        color: #777777;
        text-decoration: none;
        font-size: 14px;
    }

/* ===== MOBILE STYLES ===== */
@media (max-width: 768px) {
    .navbar[b-cjetnh8lgg] {
        height: auto; /* let it grow when menu opens */
        width: 95%;
    }

    .navbar-inner[b-cjetnh8lgg] {
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .nav-toggle[b-cjetnh8lgg] {
        display: block; /* show hamburger */
        margin-left: auto; /* push it to the right if needed */
        border: 1px solid #333333;
        border-radius: 4px;
        padding: 2px 5px;
        margin-bottom: 5px;
    }

    .nav-menu[b-cjetnh8lgg] {
        flex-direction: column; /* vertical menu */
        width: 100%;
        display: none; /* hidden by default; we’ll toggle with JS */
        padding: 10px 0 0 0;
    }

        .nav-menu li[b-cjetnh8lgg] {
            margin: 0;
            padding: 0;
        }

        .nav-menu a[b-cjetnh8lgg] {
            padding: 10px 0;
            width: 100%;
        }

    .nav-login[b-cjetnh8lgg] {
        width: 100%;
        text-align: right;
        margin-top: 5px;
    }

    /* When menu is open (class added by JS) */
    .nav-menu.open[b-cjetnh8lgg] {
        display: flex;
    }
}

/* === MAIN CONTENT === */
.main-content[b-cjetnh8lgg] {
    flex: 1;
    /* Adjusted for 83% width and centering */
    width: 54%;
    max-width: 1200px; /* A reasonable max-width */
    margin: 10px auto 15px auto;
    padding: 0 2px;
    padding-top: 4px;
    background-color: white;
    border-radius: 6px;
    text-align: justify;
    color: #444444;
}

.page-title[b-cjetnh8lgg] {
    font-size: 24px;
    font-weight: normal;
    margin-bottom: 10px;
}

/* base paragraphs */
p[b-cjetnh8lgg] {
    /* margin-bottom: 8px; */
    margin: 0 0 10px;
    line-height: 1.4;
    text-align: justify;
}

    p.emphasis[b-cjetnh8lgg] {
        font-weight: bold;
    }

/* === HOME LAYOUT === */
.home-layout[b-cjetnh8lgg] {
    display: flex;
    flex-wrap: wrap;
}

.home-text[b-cjetnh8lgg] {
    flex: 1 1 260px;
    padding: 15px;
    padding-bottom: 0px;
}

.home-gallery-container[b-cjetnh8lgg] {
    flex: 0 0 100%;
    max-width: 1080px;
    height: auto;
    padding: 15px;
}

/* gallery box with correct aspect ratio */
.gallery-box[b-cjetnh8lgg] {
    position: relative;
    width: 100%;
    aspect-ratio: 1280 / 854; /* matches your 1280×854 images */
    border: 1px solid #cccccc;
    overflow: hidden;
    background-color: #f5f5f5;
}

.double-border-simple[b-cjetnh8lgg] {
    border-style: double;
    border-width: 3px; /* Total thickness of the two lines and the internal gap */
    border-color: #333333; /* Color of both lines */
    padding: 10px; /* Space between content and the inner border */
    background-color: #ffffff; /* Color of the gap between the two lines */
}

/* each slide fills the box */
.gallery-slide[b-cjetnh8lgg] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}

    .gallery-slide.active[b-cjetnh8lgg] {
        opacity: 1;
    }
    /* images fill their slide container */
    .gallery-slide img[b-cjetnh8lgg] {
        width: 100%;
        height: 100%;
        object-fit: cover; /* crops to fill - change to 'contain' to show full image */
        display: block;
    }

/* llery-slide.active {
    display: block;
} */

/* arrow positioning (adjust as needed) */
.gallery-arrow[b-cjetnh8lgg] {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 2rem;
    color: white;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 10px 15px;
    cursor: pointer;
    user-select: none;
    z-index: 10;
}

.gallery-arrow-left[b-cjetnh8lgg] {
    left: 10px;
}

.gallery-arrow-right[b-cjetnh8lgg] {
    right: 10px;
}

.gallery-arrow:hover[b-cjetnh8lgg] {
    background-color: rgba(0, 0, 0, 0.7);
}

.gallery-controls-text[b-cjetnh8lgg] {
    text-align: center;
    margin-top: 4px;
    font-size: 12px;
}

.footer-content[b-cjetnh8lgg] {
    display: flex; /* Use flexbox for alignment */
    flex-direction: column; /* Stack items vertically */
    align-items: center; /* Center horizontally */
    text-align: center; /* Center text within paragraphs */
    color: #ffffff;
    padding: 15px; /* Add some padding for spacing */
}

    .footer-content p[b-cjetnh8lgg] {
        margin-bottom: 10px; /* Add some space between paragraphs */
        font-size: 16px;
    }

    .footer-content a[b-cjetnh8lgg] {
        color: #ffffff; /* Ensure link color is white */
        text-decoration: underline; /* Add underline for links */
    }

.footer-hr[b-cjetnh8lgg] {
    border: none; /* Reset default border */
    border-top: 3px double #ffffff; /* Apply your desired border style */
    width: 80%; /* Set HR width to 80% */
    max-width: 1530px;
    margin: 20px auto; /* Center the HR and add vertical margin */
}
/* === TABLES /MEMBERS (Members, Times & Fees) === */
/* Members Page Specific Styles */
.main-content-members[b-cjetnh8lgg] {
    background-color: transparent;
    flex: 1;
    /* Adjusted for 83% width and centering */
    width: 70%;
    max-width: 1230px; /* A reasonable max-width */
    margin: 10px auto 15px auto;
    padding: 0 2px;
    padding-top: 4px;
    border-radius: 6px;
    text-align: justify;
    color: #444444;
}
/* Top Text Section */
.members-intro-section[b-cjetnh8lgg] {
    background-color: #ffffff;
    padding: 25px 30px;
    margin-bottom: 20px;
    border-radius: 4px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

    .members-intro-section p[b-cjetnh8lgg] {
        margin-bottom: 15px;
        line-height: 1.2;
        color: #333333;
    }

        .members-intro-section p:last-child[b-cjetnh8lgg] {
            margin-bottom: 0;
        }

/* Documents Section */
.members-documents-section[b-cjetnh8lgg] {
    background-color: #ffffff;
    border-radius: 4px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

/* Tab Buttons */
/*
.document-tabs {
    display: flex;
    gap: 0;
    padding: 20px 20px 0 20px;
}

.tab-btn {
    background-color: #5cb85c;
    color: #ffffff;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
    border-radius: 4px 4px 0 0;
    margin-right: 5px;
}
*/
/* Buttons row above documents */
.document-buttons[b-cjetnh8lgg] {
    padding: 20px 20px 0 20px;
}
/* Individual buttons (look like the green tabs but are just buttons) */
.doc-btn[b-cjetnh8lgg] {
    background-color: #4bce2b !important;
    border: 1px solid #555555 !important;
    color: #ffffff;
    border: 1px solid #4cae4c;
    padding: 8px 18px;
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
    border-radius: 4px;
    margin-right: 5px;
}

    .doc-btn:hover[b-cjetnh8lgg] {
        background-color: #4cae4c !important;
        border-color: #3f9b3f;
    }

    .doc-btn.active[b-cjetnh8lgg] {
        background-color: #5cb85c;
        border-color: #4cae4c;
    }

/* Documents Header */
.documents-header[b-cjetnh8lgg] {
    background-color: #4bce2b;
    color: #ffffff;
    padding: 12px 20px;
    font-weight: bold;
    font-size: 16px;
    margin: 0 20px;
    margin-top: 2px;
    border-radius: 4px;
}

/* Documents Table */
.documents-table[b-cjetnh8lgg] {
    width: calc(100% - 40px);
    margin: 0 20px 20px 20px;
    border-collapse: collapse;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 4px;
}

    .documents-table thead[b-cjetnh8lgg] {
        background-color: #ffffff;
        border-top: 0px solid #e0e0e0;
        border-bottom: 1px solid #e0e0e0;
    }

    .documents-table th[b-cjetnh8lgg] {
        padding: 12px 15px;
        text-align: left;
        font-weight: bold;
        color: #333333;
        font-size: 14px;
    }

    .documents-table tbody tr[b-cjetnh8lgg] {
        border-bottom: 1px solid #e0e0e0;
    }

        .documents-table tbody tr:last-child[b-cjetnh8lgg] {
            border-bottom: none;
        }

    .documents-table td[b-cjetnh8lgg] {
        padding: 12px 15px;
        color: #333333;
        font-size: 14px;
    }

        .documents-table td:last-child[b-cjetnh8lgg] {
            text-align: right;
        }

.download-link[b-cjetnh8lgg] {
    color: #337ab7;
    text-decoration: none;
    font-weight: 500;
}

    .download-link:hover[b-cjetnh8lgg] {
        text-decoration: underline;
        color: #23527c;
    }

/* Pagination */
.documents-pagination[b-cjetnh8lgg] {
    padding: 15px 20px 20px 20px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 15px;
}

.pagination-info[b-cjetnh8lgg] {
    font-weight: bold;
    color: #333333;
    font-size: 14px;
}

.pagination-numbers[b-cjetnh8lgg] {
    display: flex;
    gap: 5px;
    align-items: center;
}

.page-num[b-cjetnh8lgg] {
    display: inline-block;
    padding: 6px 12px;
    background-color: #ffffff;
    color: #337ab7;
    text-decoration: none;
    border: 1px solid #dddddd;
    border-radius: 3px;
    font-size: 14px;
    min-width: 35px;
    text-align: center;
}

    .page-num:hover[b-cjetnh8lgg] {
        background-color: #f5f5f5;
        border-color: #cccccc;
    }

    .page-num.active[b-cjetnh8lgg] {
        background-color: #5cb85c;
        color: #ffffff;
        border-color: #5cb85c;
        font-weight: bold;
    }

.page-dots[b-cjetnh8lgg] {
    padding: 0 5px;
    color: #999999;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .members-intro-section[b-cjetnh8lgg],
    .members-documents-section[b-cjetnh8lgg] {
        margin-left: -10px;
        margin-right: -10px;
        border-radius: 0;
    }

    .documents-table[b-cjetnh8lgg] {
        width: 100%;
        margin: 0 0 20px 0;
    }

    .documents-header[b-cjetnh8lgg] {
        margin: 0;
    }

    .document-tabs[b-cjetnh8lgg] {
        padding: 15px 15px 0 15px;
    }

    .documents-pagination[b-cjetnh8lgg] {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }

    .pagination-numbers[b-cjetnh8lgg] {
        flex-wrap: wrap;
    }
}

.table[b-cjetnh8lgg] {
    width: 100%;
    border-collapse: collapse;
    margin: 10px 0 15px 0;
    font-size: 13px;
}

    .table th[b-cjetnh8lgg],
    .table td[b-cjetnh8lgg] {
        border: 1px solid #cccccc;
        padding: 4px 6px;
    }

    .table th[b-cjetnh8lgg] {
        background-color: #eeeeee;
        font-weight: bold;
    }

/* === GUEST BOOK === */
/* Guest Book Styles */
.guestbook-entry[b-cjetnh8lgg] {
    background-color: #ffffff;
    margin-bottom: 20px;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    overflow: hidden;
}

.entry-title[b-cjetnh8lgg] {
    background-color: #4bce2b; /* Green header like screenshot */
    color: #ffffff;
    padding: 12px 20px;
    font-weight: normal;
    font-size: 14px;
}

.user_title[b-cjetnh8lgg] {
    font-weight: bold;
}

.guestbook-entry p[b-cjetnh8lgg] {
    padding: 20px;
    margin: 0;
    line-height: 1.6;
    color: #333333;
}

.guest-layout[b-cjetnh8lgg] {
    padding: 10px 10px;
}

/* Add Comment Button */
.btn[b-cjetnh8lgg],
button[type="submit"][b-cjetnh8lgg] {
    background-color: #4bce2b !important;
    border: 1px solid #555555 !important;
    padding: 10px 10px !important;
    border-radius: 4px !important;
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
}

    .btn:hover[b-cjetnh8lgg],
    button[type="submit"]:hover[b-cjetnh8lgg] {
        background-color: #5cb85c !important;
    }

/* Contact Form Styling */
.contact-form[b-cjetnh8lgg] {
    max-width: 600px;
}

    .contact-form label[b-cjetnh8lgg] {
        display: block;
        margin-bottom: 5px;
        font-weight: bold;
        color: #333333;
    }

    .contact-form input[type="text"][b-cjetnh8lgg],
    .contact-form textarea[b-cjetnh8lgg] {
        width: 100%;
        padding: 8px 12px;
        margin-bottom: 15px;
        border: 1px solid #cccccc;
        border-radius: 4px;
        font-size: 14px;
    }

    .contact-form textarea[b-cjetnh8lgg] {
        min-height: 100px;
        resize: vertical;
    }

/* Pagination Styling */
.pagination-container[b-cjetnh8lgg] {
    margin-top: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.pagination-info[b-cjetnh8lgg] {
    margin-right: 10px;
    font-weight: bold;
}

.pagination[b-cjetnh8lgg] {
    display: flex;
    gap: 5px;
    list-style: none;
    padding: 0;
    margin: 0;
}

    .pagination a[b-cjetnh8lgg],
    .pagination span[b-cjetnh8lgg] {
        display: inline-block;
        padding: 8px 12px;
        background-color: #ffffff; /* Green boxes */
        border: 1px solid #cccccc;
        color: #555555;
        text-decoration: none;
        border-radius: 3px;
        font-size: 14px;
        min-width: 35px;
        text-align: center;
    }

        .pagination a:hover[b-cjetnh8lgg] {
            background-color: #4cae4c;
            color: #ffffff;
        }

    .pagination .active[b-cjetnh8lgg] {
        background-color: #5cb85c;
        font-weight: bold;
        color: #ffffff;
    }

/* === CALENDAR (Parties) === */
/*
.calendar-wrapper {
    margin-top: 15px;
}

.calendar-header-line {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 13px;
    margin-bottom: 4px;
}

.calendar-header-line .today-label {
    font-style: italic;
}

.parties-calendar-title {
    font-weight: bold;
}
*/
/* === PARTIES Parties === Page Specific Styles */
.main-content-parties[b-cjetnh8lgg] {
    background-color: transparent;
    flex: 1;
    /* Adjusted for 83% width and centering */
    width: 54%;
    max-width: 1200px; /* A reasonable max-width */
    margin: 10px auto 15px auto;
    padding: 0 2px;
    padding-top: 4px;
    border-radius: 6px;
    text-align: justify;
    color: #444444;
}

.main-content-times-fees[b-cjetnh8lgg] {
    background-color: transparent;
    flex: 1;
    /* Adjusted for 83% width and centering */
    width: 54%;
    max-width: 1200px; /* A reasonable max-width */
    margin: 10px auto 15px auto;
    padding: 0 2px;
    padding-top: 4px;
    height: 100vp;
    border-radius: 6px;
    text-align: justify;
    color: #444444;
}
/* Text Section */
.parties-intro-section[b-cjetnh8lgg] {
    background-color: #ffffff;
    padding: 15px 20px;
    margin-bottom: 20px;
    border-radius: 4px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

    .parties-intro-section p[b-cjetnh8lgg] {
        margin-bottom: 15px;
        line-height: 1.2;
        color: #333333;
    }

        .parties-intro-section p:last-child[b-cjetnh8lgg] {
            margin-bottom: 0;
        }

/* Calendar Section */
.parties-calendar-section[b-cjetnh8lgg] {
    background-color: #ffffff;
    padding: 20px;
    border-radius: 4px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

/* Calendar Controls (today button, month title, nav arrows) */
.calendar-controls[b-cjetnh8lgg] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e0e0e0;
}

.today-btn[b-cjetnh8lgg] {
    background-color: #f5f5f5;
    border: 1px solid #cccccc;
    padding: 6px 16px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    color: #333333;
}

    .today-btn:hover[b-cjetnh8lgg] {
        background-color: #e8e8e8;
    }

.calendar-month[b-cjetnh8lgg] {
    font-size: 24px;
    font-weight: bold;
    color: #333333;
    margin: 0;
}

.calendar-nav[b-cjetnh8lgg] {
    display: flex;
    gap: 10px;
}

.nav-btn[b-cjetnh8lgg] {
    background-color: #f5f5f5;
    border: 1px solid #cccccc;
    padding: 6px 12px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px;
    color: #333333;
}

    .nav-btn:hover[b-cjetnh8lgg] {
        background-color: #e8e8e8;
    }

/* Calendar Table */
.parties-calendar-table[b-cjetnh8lgg] {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
}

    .parties-calendar-table thead th[b-cjetnh8lgg] {
        background-color: #f5f5f5;
        padding: 12px 8px;
        text-align: center;
        font-weight: bold;
        color: #333333;
        border: 1px solid #e0e0e0;
        font-size: 14px;
    }

    .parties-calendar-table tbody td[b-cjetnh8lgg] {
        border: 1px solid #e0e0e0;
        padding: 8px;
        text-align: center;
        vertical-align: top;
        min-height: 60px;
        height: 60px;
    }

.calendar-date[b-cjetnh8lgg] {
    font-weight: bold;
    color: #333333;
    font-size: 14px;
}

    .calendar-date.other-month[b-cjetnh8lgg] {
        color: #999999;
    }

/* Time Slot Styling */
.time-slot[b-cjetnh8lgg] {
    /*padding: 6px 8px;*/
    margin: 2px 0;
    border-radius: 3px;
    font-size: 12px;
    font-weight: 500;
    text-align: center;
}

    .time-slot.booked[b-cjetnh8lgg] {
        background-color: #dc3545; /* Red for booked slots */
        color: #ffffff;
    }

    .time-slot.reserved[b-cjetnh8lgg] {
        background-color: #ff9800; /* Orange for reserved slots */
        color: #ffffff;
    }

    .time-slot.available[b-cjetnh8lgg] {
        background-color: #28a745; /* Green for available slots (optional) */
        color: #ffffff;
    }

/* Responsive adjustments */
@media (max-width: 768px) {
    .parties-intro-section[b-cjetnh8lgg],
    .parties-calendar-section[b-cjetnh8lgg] {
        margin-left: -10px;
        margin-right: -10px;
        border-radius: 0;
    }

    .calendar-controls[b-cjetnh8lgg] {
        flex-direction: column;
        gap: 10px;
        align-items: flex-start;
    }

    .calendar-month[b-cjetnh8lgg] {
        font-size: 20px;
    }

    .parties-calendar-table[b-cjetnh8lgg] {
        font-size: 12px;
    }

    .time-slot[b-cjetnh8lgg] {
        font-size: 10px;
        padding: 4px 6px;
    }
}
/* This approximates the Wed–Sat table in the PDF */
.parties-calendar-table[b-cjetnh8lgg] {
    width: 100%;
    border-collapse: collapse;
    margin-top: 4px;
    font-size: 12px;
}

    .parties-calendar-table th[b-cjetnh8lgg],
    .parties-calendar-table td[b-cjetnh8lgg] {
        border: 1px solid #ccc;
        padding: 3px 4px;
        text-align: center;
    }

/* === CONTACT FORM (just UI) === */
/* Contact Page Specific Styles */
/* Contact Page Specific Styles */
.main-content-contact[b-cjetnh8lgg] {
    background-color: transparent;
    flex: 1;
    /* Adjusted for 83% width and centering */
    width: 54%;
    max-width: 1200px; /* A reasonable max-width */
    margin: 10px auto 15px auto;
    padding: 0 2px;
    padding-top: 4px;
    height: 100vp;
    border-radius: 6px;
    text-align: justify;
    color: #444444;
}

.contact-info-section[b-cjetnh8lgg] {
    background-color: #ffffff;
    padding: 20px;
    border-radius: 4px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.contact-item[b-cjetnh8lgg] {
    display: flex;
    align-items: flex-start;
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 1px solid #f0f0f0;
}

    .contact-item:last-child[b-cjetnh8lgg] {
        border-bottom: none;
        margin-bottom: 0;
        padding-bottom: 0;
    }

.contact-icon[b-cjetnh8lgg] {
    font-size: 24px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    margin-top: -8px;
    flex-shrink: 0;
    color: #666666; /* All icons gray */
}

.contact-details[b-cjetnh8lgg] {
    flex: 1;
    line-height: 1.6;
    color: #333333;
}

    .contact-details strong[b-cjetnh8lgg] {
        color: #000000;
    }

    .contact-details a[b-cjetnh8lgg] {
        color: #5cb85c;
        text-decoration: none;
    }

        .contact-details a:hover[b-cjetnh8lgg] {
            text-decoration: underline;
        }

/* Responsive adjustments */
@media (max-width: 768px) {
    .contact-info-section[b-cjetnh8lgg] {
        margin-left: -10px;
        margin-right: -10px;
        border-radius: 0;
        padding: 20px 15px;
    }

    .contact-icon[b-cjetnh8lgg] {
        font-size: 20px;
        width: 35px;
        height: 35px;
    }
}


/* === BUTTONS === */
.btn[b-cjetnh8lgg] {
    display: inline-block;
    padding: 5px 10px;
    background-color: #333333;
    color: #ffffff;
    border: none;
    cursor: pointer;
    font-size: 13px;
    text-decoration: none;
}

    .btn:hover[b-cjetnh8lgg] {
        background-color: #555555;
    }

/* === FOOTER === */
.site-footer[b-cjetnh8lgg] {
    background-color: #f3f3f3;
    border-top: 1px solid #dddddd;
    padding: 8px 0;
    font-size: 11px;
    margin-top: auto;
}

.site-footer-inner[b-cjetnh8lgg] {
    /* Adjusted for 83% width and centering */
    width: 83%;
    max-width: 1200px; /* A reasonable max-width */
    margin: 0 auto;
    padding: 0 10px;
}

.site-footer a[b-cjetnh8lgg] {
    color: #0000ee;
    text-decoration: none;
}

    .site-footer a:hover[b-cjetnh8lgg] {
        text-decoration: underline;
    }

/* === RESPONSIVE === */
@media (max-width: 768px) {
    .site-header-inner[b-cjetnh8lgg],
    .navbar-inner[b-cjetnh8lgg],
    .main-content[b-cjetnh8lgg],
    .site-footer-inner[b-cjetnh8lgg] {
        width: 95%; /* Adjust for smaller screens to give some padding */
    }

    .site-header-inner[b-cjetnh8lgg] {
        flex-wrap: wrap;
    }

    .site-title[b-cjetnh8lgg] {
        font-size: 24px;
    }

    .home-layout[b-cjetnh8lgg] {
        flex-direction: column;
    }

    .home-text[b-cjetnh8lgg] {
        padding-right: 0;
        margin-bottom: 10px;
    }

    .home-gallery-container[b-cjetnh8lgg] {
        max-width: 100%;
    }
}
/* /Components/Pages/TimesAndFees.razor.rz.scp.css */
/* === Reset === */
*[b-47ztyweigg] {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html[b-47ztyweigg], body[b-47ztyweigg] {
    height: 100%;
}

body[b-47ztyweigg] {
    /* font-family: "Segoe UI", Tahoma, Arial, sans-serif; /* similar to site */
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #000;
    background-color: #ffffff;
}

/* Wrapper to push footer to bottom */
.wrapper[b-47ztyweigg] {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    background-image: url('/Images/Background.jpg');
    background-repeat: no-repeat; /* stop tiling */
    background-size: cover; /* make it cover the whole area */
    background-position: top; /* center the image */
    background-attachment: fixed; /* optional: parallax-style fixed bg */
}

/* === HEADER / BANNER === */
.site-header[b-47ztyweigg] {
}

.title[b-47ztyweigg] {
    display: flex;
    color: white;
    font-size: 36px;
    justify-content: center; /* Centers horizontally */
    align-items: center; /* Centers vertically */
    color: white;
    /*text-shadow: 2px 2px black; */
    padding-top: 18px;
}

.site-header-inner[b-47ztyweigg] {
    /* Adjusted for 83% width and centering */
    width: 90%;
    max-width: 1514px; /* A reasonable max-width to prevent it from getting too wide on very large screens */
    margin: 0 auto;
    display: flex;
    align-items: center;
}

.site-logo[b-47ztyweigg] {
    display: flex;
    align-items: center;
}

    .site-logo img[b-47ztyweigg] {
        height: 70px;
        width: auto;
        display: block;
    }

.site-title-block[b-47ztyweigg] {
    margin-left: 10px;
}

.site-title[b-47ztyweigg] {
    font-family: "Brush Script MT", "Lucida Handwriting", cursive;
    font-size: 28px;
    color: #ffff00; /* yellow script like original */
    text-shadow: 1px 1px 1px rgba(0,0,0,0.6);
    white-space: nowrap;
}

.site-header-train[b-47ztyweigg] {
    margin-left: auto;
}

    .site-header-train img[b-47ztyweigg] {
        height: auto;
        width: 100%;
        display: block;
        border-radius: 6px;
    }

/* === NAVBAR === */
.navbar[b-47ztyweigg] {
    background-color: #f2f3e9;
    height: 52px;
    width: 90%;
    max-width: 1514px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    padding: 14px 0px 14px 10px;
    padding-right: 0;
    border-radius: 6px;
}

.navbar-inner[b-47ztyweigg] {
    width: 90%;
    max-width: 1530px;
    display: flex;
    align-items: left;
    justify-content: left; /* menu left, login right */
    padding: 12px 0px 12px 5px;
}

/* Hamburger button (hidden on desktop) */
.nav-toggle[b-47ztyweigg] {
    display: none; /* show only on small screens via media query */
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
    color: #777777;
}

/* Menu style desktop */
.nav-menu[b-47ztyweigg] {
    list-style: none;
    display: flex;
    padding-left: 7px;
    margin: 0;
}

    .nav-menu li[b-47ztyweigg] {
        margin-right: 5px;
        padding-left: 5px;
    }

    .nav-menu a[b-47ztyweigg] {
        display: block;
        padding: 6px 10px;
        text-decoration: none;
        font-size: 14px;
        color: #777777;
    }

        .nav-menu a:hover[b-47ztyweigg],
        .nav-menu a.active[b-47ztyweigg] {
            color: #555555;
        }

/* Login aligned to the right */
.nav-login[b-47ztyweigg] {
    margin-left: auto; /* small gap from menu; can be auto if preferred */
    padding-top: 5px;
}

    .nav-login a[b-47ztyweigg] {
        color: #777777;
        text-decoration: none;
        font-size: 14px;
    }

/* ===== MOBILE STYLES ===== */
@media (max-width: 768px) {
    .navbar[b-47ztyweigg] {
        height: auto; /* let it grow when menu opens */
        width: 95%;
    }

    .navbar-inner[b-47ztyweigg] {
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .nav-toggle[b-47ztyweigg] {
        display: block; /* show hamburger */
        margin-left: auto; /* push it to the right if needed */
        border: 1px solid #333333;
        border-radius: 4px;
        padding: 2px 5px;
        margin-bottom: 5px;
    }

    .nav-menu[b-47ztyweigg] {
        flex-direction: column; /* vertical menu */
        width: 100%;
        display: none; /* hidden by default; we’ll toggle with JS */
        padding: 10px 0 0 0;
    }

        .nav-menu li[b-47ztyweigg] {
            margin: 0;
            padding: 0;
        }

        .nav-menu a[b-47ztyweigg] {
            padding: 10px 0;
            width: 100%;
        }

    .nav-login[b-47ztyweigg] {
        width: 100%;
        text-align: right;
        margin-top: 5px;
    }

    /* When menu is open (class added by JS) */
    .nav-menu.open[b-47ztyweigg] {
        display: flex;
    }
}

/* === MAIN CONTENT === */

/* base paragraphs */
p[b-47ztyweigg] {
    /* margin-bottom: 8px; */
    margin: 0 0 10px;
    line-height: 1.4;
    text-align: justify;
}

    p.emphasis[b-47ztyweigg] {
        font-weight: bold;
    }

/* === HOME LAYOUT === */
/* === FOOTER === */
.footer-content[b-47ztyweigg] {
    display: flex; /* Use flexbox for alignment */
    flex-direction: column; /* Stack items vertically */
    align-items: center; /* Center horizontally */
    text-align: center; /* Center text within paragraphs */
    color: #ffffff;
    padding: 15px; /* Add some padding for spacing */
}

    .footer-content p[b-47ztyweigg] {
        margin-bottom: 10px; /* Add some space between paragraphs */
        font-size: 16px;
    }

    .footer-content a[b-47ztyweigg] {
        color: #ffffff; /* Ensure link color is white */
        text-decoration: underline; /* Add underline for links */
    }

.footer-hr[b-47ztyweigg] {
    border: none; /* Reset default border */
    border-top: 3px double #ffffff; /* Apply your desired border style */
    width: 80%; /* Set HR width to 80% */
    max-width: 1530px;
    margin: 20px auto; /* Center the HR and add vertical margin */
}
/* === TABLES /MEMBERS (Members, Times & Fees) === */

/* === GUEST BOOK === */

/* === CALENDAR (Parties) === */

/* === PARTIES Parties === Page Specific Styles */
.main-content-parties[b-47ztyweigg] {
    background-color: transparent;
    flex: 1;
    /* Adjusted for 83% width and centering */
    width: 54%;
    max-width: 1200px; /* A reasonable max-width */
    margin: 10px auto 15px auto;
    padding: 0 2px;
    padding-top: 4px;
    border-radius: 6px;
    text-align: justify;
    color: #444444;
}

.main-content-times-fees[b-47ztyweigg] {
    background-color: transparent;
    flex: 1;
    /* Adjusted for 83% width and centering */
    width: 54%;
    max-width: 1200px; /* A reasonable max-width */
    margin: 10px auto 15px auto;
    padding: 0 2px;
    padding-top: 4px;
    height: 100vp;
    border-radius: 6px;
    text-align: justify;
    color: #444444;
}
/* Text Section */
.parties-intro-section[b-47ztyweigg] {
    background-color: #ffffff;
    padding: 15px 20px;
    margin-bottom: 20px;
    border-radius: 4px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

    .parties-intro-section p[b-47ztyweigg] {
        margin-bottom: 15px;
        line-height: 1.2;
        color: #333333;
    }

        .parties-intro-section p:last-child[b-47ztyweigg] {
            margin-bottom: 0;
        }

/* Calendar Section */
.parties-calendar-section[b-47ztyweigg] {
    background-color: #ffffff;
    padding: 20px;
    border-radius: 4px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

/* Calendar Controls (today button, month title, nav arrows) */
.calendar-controls[b-47ztyweigg] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e0e0e0;
}

.today-btn[b-47ztyweigg] {
    background-color: #f5f5f5;
    border: 1px solid #cccccc;
    padding: 6px 16px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    color: #333333;
}

    .today-btn:hover[b-47ztyweigg] {
        background-color: #e8e8e8;
    }

.calendar-month[b-47ztyweigg] {
    font-size: 24px;
    font-weight: bold;
    color: #333333;
    margin: 0;
}

.calendar-nav[b-47ztyweigg] {
    display: flex;
    gap: 10px;
}

.nav-btn[b-47ztyweigg] {
    background-color: #f5f5f5;
    border: 1px solid #cccccc;
    padding: 6px 12px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px;
    color: #333333;
}

    .nav-btn:hover[b-47ztyweigg] {
        background-color: #e8e8e8;
    }

/* Calendar Table */
.parties-calendar-table[b-47ztyweigg] {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
}

    .parties-calendar-table thead th[b-47ztyweigg] {
        background-color: #f5f5f5;
        padding: 12px 8px;
        text-align: center;
        font-weight: bold;
        color: #333333;
        border: 1px solid #e0e0e0;
        font-size: 14px;
    }

    .parties-calendar-table tbody td[b-47ztyweigg] {
        border: 1px solid #e0e0e0;
        padding: 8px;
        text-align: center;
        vertical-align: top;
        min-height: 60px;
        height: 60px;
    }

.calendar-date[b-47ztyweigg] {
    font-weight: bold;
    color: #333333;
    font-size: 14px;
}

    .calendar-date.other-month[b-47ztyweigg] {
        color: #999999;
    }

/* Time Slot Styling */
.time-slot[b-47ztyweigg] {
    padding: 6px 8px;
    margin: 2px 0;
    border-radius: 3px;
    font-size: 12px;
    font-weight: 500;
    text-align: center;
}

    .time-slot.booked[b-47ztyweigg] {
        background-color: #dc3545; /* Red for booked slots */
        color: #ffffff;
    }

    .time-slot.reserved[b-47ztyweigg] {
        background-color: #ff9800; /* Orange for reserved slots */
        color: #ffffff;
    }

    .time-slot.available[b-47ztyweigg] {
        background-color: #28a745; /* Green for available slots (optional) */
        color: #ffffff;
    }

/* Responsive adjustments */
@media (max-width: 768px) {
    .parties-intro-section[b-47ztyweigg],
    .parties-calendar-section[b-47ztyweigg] {
        margin-left: -10px;
        margin-right: -10px;
        border-radius: 0;
    }

    .calendar-controls[b-47ztyweigg] {
        flex-direction: column;
        gap: 10px;
        align-items: flex-start;
    }

    .calendar-month[b-47ztyweigg] {
        font-size: 20px;
    }

    .parties-calendar-table[b-47ztyweigg] {
        font-size: 12px;
    }

    .time-slot[b-47ztyweigg] {
        font-size: 10px;
        padding: 4px 6px;
    }
}
/* This approximates the Wed–Sat table in the PDF */
.parties-calendar-table[b-47ztyweigg] {
    width: 100%;
    border-collapse: collapse;
    margin-top: 4px;
    font-size: 12px;
}

    .parties-calendar-table th[b-47ztyweigg],
    .parties-calendar-table td[b-47ztyweigg] {
        border: 1px solid #ccc;
        padding: 3px 4px;
        text-align: center;
    }

/* === CONTACT FORM (just UI) === */

/* === BUTTONS === */
.btn[b-47ztyweigg] {
    display: inline-block;
    padding: 5px 10px;
    background-color: #333333;
    color: #ffffff;
    border: none;
    cursor: pointer;
    font-size: 13px;
    text-decoration: none;
}

    .btn:hover[b-47ztyweigg] {
        background-color: #555555;
    }

/* === FOOTER === */
.site-footer[b-47ztyweigg] {
    background-color: #f3f3f3;
    border-top: 1px solid #dddddd;
    padding: 8px 0;
    font-size: 11px;
    margin-top: auto;
}

.site-footer-inner[b-47ztyweigg] {
    /* Adjusted for 83% width and centering */
    width: 83%;
    max-width: 1200px; /* A reasonable max-width */
    margin: 0 auto;
    padding: 0 10px;
}

.site-footer a[b-47ztyweigg] {
    color: #0000ee;
    text-decoration: none;
}

    .site-footer a:hover[b-47ztyweigg] {
        text-decoration: underline;
    }

/* === RESPONSIVE === */
@media (max-width: 768px) {
    .site-header-inner[b-47ztyweigg],
    .navbar-inner[b-47ztyweigg],
    .main-content[b-47ztyweigg],
    .site-footer-inner[b-47ztyweigg] {
        width: 95%; /* Adjust for smaller screens to give some padding */
    }

    .site-header-inner[b-47ztyweigg] {
        flex-wrap: wrap;
    }

    .site-title[b-47ztyweigg] {
        font-size: 24px;
    }

    .home-layout[b-47ztyweigg] {
        flex-direction: column;
    }

    .home-text[b-47ztyweigg] {
        padding-right: 0;
        margin-bottom: 10px;
    }

    .home-gallery-container[b-47ztyweigg] {
        max-width: 100%;
    }
}
