/* _content/TheDixieGroupWeb/Components/Layout/MainLayout.razor.rz.scp.css */
main[b-gkeu3p6chg] {
    flex: 1 0 auto;
    display: flex;
    flex-direction: column;
    overflow: auto; /* Add this line */
}

.content[b-gkeu3p6chg] {
    flex: 1 0 auto;
    padding-top: 1.1rem;
}

#blazor-error-ui[b-gkeu3p6chg] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

#blazor-error-ui .dismiss[b-gkeu3p6chg] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}

.dixieFooter[b-gkeu3p6chg] {
    background-color: #002242;
    color: white;
    text-align: center;
    padding: 10px;
    flex-shrink: 0;
}

.dixieFooter p[b-gkeu3p6chg] {
    font-size: 14px;
    margin-bottom: 0;
}
/* _content/TheDixieGroupWeb/Components/Layout/NavMenu.razor.rz.scp.css */
.navbar[b-eqi4xluzir] {
    top: 0;
    position: sticky !important;
    padding: 0.5rem 1rem;
    background-color: #002242;
    z-index: 701;
}

.navbar-brand[b-eqi4xluzir] {
    font-size: 1.1rem;
    padding-right: 1rem;
}

.navbar-nav[b-eqi4xluzir] {
    flex-wrap: wrap;
    justify-content: center;
}

.nav-item[b-eqi4xluzir] {
    font-size: 0.9rem;
    padding: 0.25rem 0;
}

.navbar-nav .nav-link[b-eqi4xluzir] {
    padding: 0.5rem 1rem;
    color: rgba(255,255,255,1) !important;
    transition: all 0.3s ease;
    border: 2px solid transparent;
    border-radius: 1rem;
}

.navbar-nav .nav-link:hover[b-eqi4xluzir] {
    color: #ffffff;
    border-color: #ffffff;
    background-color: rgba(200,200,200,0.2);
}

.navbar-toggler[b-eqi4xluzir] {
    border-color: rgba(255,255,255,1) !important;
    box-shadow: 0 0 0 0.25rem;
}

.navbar-toggler.collapsed[b-eqi4xluzir] {
    box-shadow: none;
}


.navbar-toggler-icon[b-eqi4xluzir] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
}

.dropdown-menu[b-eqi4xluzir] {
    background-color: #002242;
    border: none;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 1);
    margin-top: 0rem !important;
}

    .dropdown-item[b-eqi4xluzir] {
        color: rgba(255,255,255,1);
        transition: all 0.3s ease;
        
    }

    .dropdown-item:hover[b-eqi4xluzir],
    .dropdown-item:focus[b-eqi4xluzir] {
        color: #ffffff;
        background-color: rgba(255,255,255,0.2);
    }
.dropdown-menu.show[b-eqi4xluzir]{
    display: none;
}

.dropdown-menu[data-bs-popper][b-eqi4xluzir] {
    top: auto;
}

/* Ensure proper spacing on mobile */
@media (max-width: 992px) {
    .navbar-nav[b-eqi4xluzir] {
        padding-top: 0.5rem;
    }

    .nav-item[b-eqi4xluzir] {
        padding: 0.25rem 0.5rem;
    }

    .navbar-nav .nav-link[b-eqi4xluzir] {
        padding: 0.5rem 0.75rem;
    }

    .dropdown-menu[b-eqi4xluzir] {
        background-color: transparent;
        border: none;
        box-shadow: none;
    }

    .dropdown-item[b-eqi4xluzir] {
        color: rgba(255,255,255,1);
        padding-left: 2rem;
    }

    .dropdown-menu.show[b-eqi4xluzir] {
        display: block;
    }
}

/* Adjustments for larger screens */
@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav[b-eqi4xluzir] {
        flex-wrap: wrap;
    }

    .navbar-expand-lg .navbar-nav .nav-link[b-eqi4xluzir] {
        padding-right: 0.75rem;
        padding-left: 0.75rem;
    }

    /* Show dropdown on hover and when .show class is present */
    .dropdown:hover > .dropdown-menu[b-eqi4xluzir],
    .dropdown.focus > .dropdown-menu[b-eqi4xluzir] {
        display: block;
    }

    /* Ensure dropdown toggle is clickable */
    .dropdown > .dropdown-toggle:active[b-eqi4xluzir] {
        pointer-events: auto;
    }
}


/* _content/TheDixieGroupWeb/Components/Pages/Benefits.razor.rz.scp.css */
.benefits-container[b-1wwaec5iw7] {
    width: 60%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 2rem;
    background-color: #ffffff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    margin-bottom: 2rem;
    margin-top: 2rem;
}

@media (max-width: 992px) {
    .benefits-container[b-1wwaec5iw7] {
        width: 80%;
        padding: 1rem;
    }
}

.page-title[b-1wwaec5iw7] {
    color: #002856;
    font-size: 2.5rem;
    margin-bottom: 2rem;
    text-align: center;
    border-bottom: 2px solid #002856;
    padding-bottom: 1rem;
}

.content-wrapper[b-1wwaec5iw7] {
    display: flex;
    flex-direction: row-reverse;
    gap: 2rem;
}

.benefits-content[b-1wwaec5iw7] {
    flex: 1;
}

    .benefits-content p[b-1wwaec5iw7], .benefits-content li[b-1wwaec5iw7] {
        margin-bottom: 1rem;
        line-height: 1.6;
    }

    .benefits-content h2[b-1wwaec5iw7] {
        color: #002856;
        font-size: 1.8rem;
        margin-top: 2rem;
        margin-bottom: 1rem;
    }

.benefits-list[b-1wwaec5iw7], .transparency-list[b-1wwaec5iw7] {
    list-style-type: none;
    padding-left: 1.5rem;
}

    .benefits-list li[b-1wwaec5iw7], .transparency-list li[b-1wwaec5iw7] {
        position: relative;
        padding-left: 1.5rem;
    }

        .benefits-list li[b-1wwaec5iw7]::before, .transparency-list li[b-1wwaec5iw7]::before {
            content: "•";
            color: #002856;
            position: absolute;
            left: 0;
            top: 0;
        }

.image-container[b-1wwaec5iw7] {
    flex: 0 0 300px;
    align-self: flex-start;
    position: sticky;
    top: 2rem;
}

.healthnet-logo[b-1wwaec5iw7] {
    width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

@media (max-width: 768px) {
    .benefits-container[b-1wwaec5iw7] {
        padding: 1rem;
    }

    .content-wrapper[b-1wwaec5iw7] {
        flex-direction: column;
    }

    .image-container[b-1wwaec5iw7] {
        flex: 0 0 auto;
        margin-bottom: 2rem;
        position: static;
    }

    .healthnet-logo[b-1wwaec5iw7] {
        max-width: 200px;
        margin: 0 auto;
        display: block;
    }
}
/* _content/TheDixieGroupWeb/Components/Pages/ChairmansLetter.razor.rz.scp.css */
.chairman-letter-container[b-vx3lnxsimy] {
    width: 60%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 2rem;
    background-color: #ffffff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    margin-bottom: 2rem;
    margin-top: 2rem;
}

@media (max-width: 992px) {
    .chairman-letter-container[b-vx3lnxsimy] {
        width: 80%;
        padding: 1rem;
    }
}

.page-title[b-vx3lnxsimy] {
    color: #002856;
    font-size: 2.5rem;
    margin-bottom: 2rem;
    text-align: center;
    border-bottom: 2px solid #002856;
    padding-bottom: 1rem;
}

.content-wrapper[b-vx3lnxsimy] {
    display: flex;
    flex-direction: row-reverse;
    gap: 2rem;
}

.letter-content[b-vx3lnxsimy] {
    flex: 1;
}

    .letter-content h2[b-vx3lnxsimy] {
        color: #002856;
        font-size: 1.8rem;
        margin-bottom: 1rem;
    }

    .letter-content p[b-vx3lnxsimy] {
        margin-bottom: 1rem;
        line-height: 1.6;
    }

.chairman-image-container[b-vx3lnxsimy] {
    flex: 0 0 300px;
    align-self: flex-start;
    position: sticky;
    top: 2rem;
}

.chairman-image[b-vx3lnxsimy] {
    width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.signature[b-vx3lnxsimy] {
    margin-top: 2rem;
    font-style: italic;
}

    .signature .name[b-vx3lnxsimy] {
        font-weight: bold;
        margin-bottom: 0;
    }

    .signature .title[b-vx3lnxsimy] {
        margin-top: 0;
    }

@media (max-width: 768px) {
    .content-wrapper[b-vx3lnxsimy] {
        flex-direction: column;
    }

    .chairman-image-container[b-vx3lnxsimy] {
        flex: 0 0 auto;
        margin-bottom: 2rem;
        position: static;
    }

    .chairman-image[b-vx3lnxsimy] {
        max-width: 300px;
        margin: 0 auto;
        display: block;
    }
}
/* _content/TheDixieGroupWeb/Components/Pages/ContactUs.razor.rz.scp.css */
.contact-container[b-3uyejhpqwc] {
    width: 60%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 2rem;
    background-color: #ffffff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    margin-bottom: 2rem;
    margin-top: 2rem;
}

@media (max-width: 992px) {
    .contact-container[b-3uyejhpqwc] {
        width: 80%;
        padding: 1rem;
    }
}

.page-title[b-3uyejhpqwc] {
    color: #002856;
    font-size: 2.5rem;
    margin-bottom: 2rem;
    text-align: center;
    border-bottom: 2px solid #002856;
    padding-bottom: 1rem;
}

.content-wrapper[b-3uyejhpqwc] {
    display: flex;
    gap: 2rem;
}

.customer-service[b-3uyejhpqwc] {
    flex: 1;
}

.contact-form[b-3uyejhpqwc] {
    flex: 2;
}

h2[b-3uyejhpqwc] {
    color: #002856;
    font-size: 1.5rem;
    margin-bottom: 1rem;
}

.service-table[b-3uyejhpqwc] {
    width: 100%;
    border-collapse: collapse;
}

    .service-table th[b-3uyejhpqwc], .service-table td[b-3uyejhpqwc] {
        padding: 0.5rem;
        border: 1px solid #dee2e6;
    }

    .service-table th[b-3uyejhpqwc] {
        background-color: #002856;
        color: white;
    }

.form-group[b-3uyejhpqwc] {
    margin-bottom: 1rem;
}

.form-row[b-3uyejhpqwc] {
    display: flex;
    gap: 1rem;
}

    .form-row .form-group[b-3uyejhpqwc] {
        flex: 1;
    }

label[b-3uyejhpqwc] {
    display: block;
    margin-bottom: 0.5rem;
    color: #002856;
}

.form-control[b-3uyejhpqwc] {
    width: 100%;
    padding: 0.5rem;
    border: 1px solid #ced4da;
    border-radius: 4px;
}

.btn-primary[b-3uyejhpqwc] {
    background-color: #002856;
    border-color: #002856;
    transition: transform 0.15s ease-in-out;
}

.btn-primary:hover[b-3uyejhpqwc] {
    background-color: #001f3f;
    border-color: #001f3f;
    transform: scale(1.05);
}

.required[b-3uyejhpqwc] {
    color: red;
}

.alert[b-3uyejhpqwc] {
    padding: 1rem;
    margin-bottom: 1rem;
    border-radius: 4px;
}

.alert-success[b-3uyejhpqwc] {
    background-color: #d4edda;
    border-color: #c3e6cb;
    color: #155724;
}

.alert-danger[b-3uyejhpqwc] {
    background-color: #f8d7da;
    border-color: #f5c6cb;
    color: #721c24;
}

@media (max-width: 768px) {
    .content-wrapper[b-3uyejhpqwc] {
        flex-direction: column;
    }

    .form-row[b-3uyejhpqwc] {
        flex-direction: column;
    }
}

.select-dropdown option[value=""][b-3uyejhpqwc] {
    display: none;
}
/* _content/TheDixieGroupWeb/Components/Pages/COVID.razor.rz.scp.css */
.covid-container[b-scl71gfxtc] {
    width: 60%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 2rem;
    background-color: #ffffff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    margin-bottom: 2rem;
    margin-top: 2rem;
}

@media (max-width: 992px) {
    .covid-container[b-scl71gfxtc] {
        width: 80%;
        padding: 1rem;
    }
}

.page-title[b-scl71gfxtc] {
    color: #002856;
    font-size: 2.5rem;
    margin-bottom: 2rem;
    text-align: center;
    border-bottom: 2px solid #002856;
    padding-bottom: 1rem;
}

.covid-content p[b-scl71gfxtc] {
    margin-bottom: 1rem;
    line-height: 1.6;
}

.cdc-link[b-scl71gfxtc] {
    margin-top: 2rem;
    padding: 1rem;
    background-color: #f8f9fa;
    border-radius: 8px;
    border: 1px solid #e0e0e0;
}

    .cdc-link h2[b-scl71gfxtc] {
        color: #002856;
        font-size: 1.4rem;
        margin-bottom: 0.5rem;
    }

    .cdc-link a[b-scl71gfxtc] {
        color: #0056b3;
        word-break: break-all;
    }

@media (max-width: 768px) {
    .covid-container[b-scl71gfxtc] {
        padding: 1rem;
    }
}
/* _content/TheDixieGroupWeb/Components/Pages/EnviromentalStatement.razor.rz.scp.css */
.environmental-statement-container[b-x5hh8emxzc] {
    width: 60%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 2rem;
    background-color: #ffffff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    margin-bottom: 2rem;
    margin-top: 2rem;
}

@media (max-width: 992px) {
    .environmental-statement-container[b-x5hh8emxzc] {
        width: 80%;
        padding: 1rem;
    }
}

.page-title[b-x5hh8emxzc] {
    color: #002856;
    font-size: 2.5rem;
    margin-bottom: 2rem;
    text-align: center;
    border-bottom: 2px solid #002856;
    padding-bottom: 1rem;
}

.content-wrapper[b-x5hh8emxzc] {
    display: flex;
    flex-direction: row-reverse;
    gap: 2rem;
}

.statement-content[b-x5hh8emxzc] {
    flex: 1;
}

    .statement-content h2[b-x5hh8emxzc] {
        color: #002856;
        font-size: 1.8rem;
        margin-bottom: 1rem;
    }

.environmental-list[b-x5hh8emxzc] {
    list-style-type: none;
    padding: 0;
}

    .environmental-list li[b-x5hh8emxzc] {
        margin-bottom: 1rem;
        padding-left: 1.5rem;
        position: relative;
        line-height: 1.6;
    }

        .environmental-list li[b-x5hh8emxzc]::before {
            content: "•";
            color: #002856;
            font-size: 1.5rem;
            position: absolute;
            left: 0;
            top: -0.2rem;
        }

.image-container[b-x5hh8emxzc] {
    flex: 0 0 300px;
    align-self: flex-start;
    position: sticky;
    top: 2rem;
}

.environmental-image[b-x5hh8emxzc] {
    width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

@media (max-width: 768px) {
    .content-wrapper[b-x5hh8emxzc] {
        flex-direction: column;
    }

    .image-container[b-x5hh8emxzc] {
        flex: 0 0 auto;
        margin-bottom: 2rem;
        position: static;
    }

    .environmental-image[b-x5hh8emxzc] {
        max-width: 300px;
        margin: 0 auto;
        display: block;
    }
}
/* _content/TheDixieGroupWeb/Components/Pages/Heritage.razor.rz.scp.css */
.heritage-container[b-pbif8stntv] {
    width: 60%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 2rem;
    background-color: #ffffff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    margin-bottom: 2rem;
    margin-top: 2rem;
}

@media (max-width: 992px) {
    .heritage-container[b-pbif8stntv] {
        width: 80%;
        padding: 1rem;
    }
}

.page-title[b-pbif8stntv] {
    color: #002856;
    font-size: 2.5rem;
    margin-bottom: 2rem;
    text-align: center;
    border-bottom: 2px solid #002856;
    padding-bottom: 1rem;
}

.content-wrapper[b-pbif8stntv] {
    display: flex;
    flex-direction: row-reverse;
    gap: 2rem;
}

.heritage-content[b-pbif8stntv] {
    flex: 1;
}

    .heritage-content p[b-pbif8stntv], .heritage-content li[b-pbif8stntv] {
        line-height: 1.6;
        margin-bottom: 1rem;
    }

    .heritage-content h2[b-pbif8stntv] {
        color: #002856;
        font-size: 1.8rem;
        margin: 2rem 0 1rem;
    }

.timeline[b-pbif8stntv] {
    list-style-type: none;
    padding-left: 0;
}

    .timeline li[b-pbif8stntv] {
        position: relative;
        padding-left: 1.5rem;
        margin-bottom: 1rem;
    }

        .timeline li[b-pbif8stntv]::before {
            content: "";
            position: absolute;
            left: 0;
            top: 0.5rem;
            width: 10px;
            height: 10px;
            border-radius: 50%;
            background-color: #002856;
        }

.image-container[b-pbif8stntv] {
    flex: 0 0 300px;
    align-self: flex-start;
    position: sticky;
    top: 2rem;
}

.heritage-image[b-pbif8stntv] {
    width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.image-caption[b-pbif8stntv] {
    font-style: italic;
    font-size: 0.9rem;
    text-align: center;
    margin-top: 0.5rem;
}

@media (max-width: 768px) {
    .content-wrapper[b-pbif8stntv] {
        flex-direction: column;
    }

    .image-container[b-pbif8stntv] {
        flex: 0 0 auto;
        margin-bottom: 2rem;
        position: static;
    }

    .heritage-image[b-pbif8stntv] {
        max-width: 300px;
        margin: 0 auto;
        display: block;
    }
}
/* _content/TheDixieGroupWeb/Components/Pages/HighStyleResidential.razor.rz.scp.css */
.high-style-residential-container[b-w5b2b6z36e] {
    width: 60%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 2rem;
    background-color: #ffffff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    margin-bottom: 2rem;
    margin-top: 2rem;
}

@media (max-width: 992px) {
    .high-style-residential-container[b-w5b2b6z36e] {
        width: 80%;
        padding: 1rem;
    }
}

.page-title[b-w5b2b6z36e] {
    color: #002856;
    font-size: 2.5rem;
    margin-bottom: 2rem;
    text-align: center;
    border-bottom: 2px solid #002856;
    padding-bottom: 1rem;
}

.brand-showcase[b-w5b2b6z36e] {
    display: flex;
    flex-direction: column;
    gap: 3rem;
}

.brand-card[b-w5b2b6z36e] {
    display: flex;
    background-color: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.brand-image-container[b-w5b2b6z36e] {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2rem;
    background-color: #f8f9fa;
}

.brand-logo[b-w5b2b6z36e] {
    max-width: 100%;
    max-height: 200px;
    object-fit: contain;
}

.brand-content[b-w5b2b6z36e] {
    flex: 2;
    padding: 2rem;
}

    .brand-content h2[b-w5b2b6z36e] {
        color: #002856;
        font-size: 1.8rem;
        margin-bottom: 1rem;
        padding-bottom: 0.5rem;
        border-bottom: 1px solid #e0e0e0;
    }

    .brand-content p[b-w5b2b6z36e] {
        margin-bottom: 1rem;
        line-height: 1.6;
    }

@media (max-width: 992px) {
    .brand-card[b-w5b2b6z36e] {
        flex-direction: column;
    }

    .brand-image-container[b-w5b2b6z36e] {
        padding: 1rem;
    }

    .brand-logo[b-w5b2b6z36e] {
        max-height: 150px;
    }

    .brand-content[b-w5b2b6z36e] {
        padding: 1.5rem;
    }
}
/* _content/TheDixieGroupWeb/Components/Pages/Home.razor.rz.scp.css */
.hero-section[b-c789o3c6sy] {
    position: relative;
    overflow: hidden;
    margin-top: 2rem;
}

.container[b-c789o3c6sy] {
    width: 60%;
    max-width: 1200px;
}
.row > *[b-c789o3c6sy] {
    padding-left: .25rem !important;
    padding-right: .25rem !important;
}
.main-logo[b-c789o3c6sy] {
    transform: scale(1.1);
    width: 100%;
    height: auto;
    margin-bottom: 1rem;
}

.btn-primary[b-c789o3c6sy] {
    background-color: #002856;
    border-color: #002856;
    font-weight: 600;
    transition: transform 0.15s ease-in-out;
}

.btn-primary:hover[b-c789o3c6sy] {
    background-color: #001f3f;
    border-color: #001f3f;
    transform: scale(1.05);
}

.btn-outline-primary[b-c789o3c6sy] {
    color: #002856;
    border-color: #002856;
    transition: transform 0.15s ease-in-out;
}

.btn-outline-primary:hover[b-c789o3c6sy] {
    background-color: #001f3f;
    border-color: #001f3f;
    transform: scale(1.05);
}

h5[b-c789o3c6sy] {
    color: #002856;
    font-weight: bold;
}

.brand-logos[b-c789o3c6sy] {
    border-bottom: 1px solid #e0e0e0;
}
.cta-section[b-c789o3c6sy] {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.brand-logo[b-c789o3c6sy] {
    max-height: 100px;
    width: auto;
    transition: transform 0.3s ease-in-out;
}

.brand-logo:hover[b-c789o3c6sy] {
    transform: scale(1.05);
}

.product-image-container[b-c789o3c6sy] {
    overflow: hidden;
    position: relative;
}

.interior-image[b-c789o3c6sy] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease-in-out;
    transform: scale(1.05);
}

.product-image-container:hover .interior-image[b-c789o3c6sy] {
    transform: scale(1.1);
}

.card[b-c789o3c6sy] {
    border: none;
    overflow: hidden;
}

.cta-section[b-c789o3c6sy] {
    background-color: #f8f9fa;
    padding: 4rem 0;
}

@media (max-width: 992px) {
    .brand-logo[b-c789o3c6sy] {
        max-height: 50px;
    }
}
/* _content/TheDixieGroupWeb/Components/Pages/Jobs.razor.rz.scp.css */
/* Container and general styles */
.jobs-container[b-weqxa81buc] {
    width: 60%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 2rem;
    background-color: #ffffff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    margin-bottom: 2rem;
    margin-top: 2rem;
    min-height: 85vh;
}

@media (max-width: 992px) {
    .jobs-container[b-weqxa81buc] {
        width: 80%;
        padding: 1rem;
    }
}

.page-title[b-weqxa81buc] {
    color: #002856;
    font-size: 2.5rem;
    margin-bottom: 2rem;
    text-align: center;
    border-bottom: 2px solid #002856;
    padding-bottom: 1rem;
}

/* Form styles */
.search-form[b-weqxa81buc] {
    background-color: #f8f9fa;
    padding: 1rem;
    border-radius: 8px;
    margin-bottom: 1rem;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.form-row[b-weqxa81buc] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-bottom: 0.5rem;
}

.search-row[b-weqxa81buc] {
    display: flex;
    width: 100%;
    margin-bottom: 1rem;
}

.search-input-group[b-weqxa81buc] {
    flex-grow: 1;
    margin-right: 0.5rem;
}

.search-button-group[b-weqxa81buc] {
    width: auto;
}

.filter-row[b-weqxa81buc] {
    display: flex;
    flex-wrap: nowrap;
    gap: 0.5rem;
}

.form-group[b-weqxa81buc] {
    flex: 1 1 0;
    min-width: 100px;
}

.form-control[b-weqxa81buc] {
    width: 100%;
    padding: 0.5rem;
    border: 1px solid #ced4da;
    border-radius: 4px;
    font-size: 0.9rem;
}

.btn-primary[b-weqxa81buc] {
    background-color: #002856;
    border-color: #002856;
    color: white;
    padding: 0.5rem 1rem;
    font-size: 0.9rem;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.2s ease-in-out;
    white-space: nowrap;
}

    .btn-primary:hover[b-weqxa81buc] {
        background-color: #001f3f;
    }

/* Job list styles */
.job-list[b-weqxa81buc] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    min-height: 17rem;
}

.job-card[b-weqxa81buc] {
    background-color: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    transition: box-shadow 0.3s ease-in-out, transform 0.3s ease-in-out;
    cursor: pointer;
}

    .job-card:hover[b-weqxa81buc],
    .job-card:focus[b-weqxa81buc] {
        box-shadow: 0 4px 8px rgba(0,0,0,0.1);
        transform: translateY(-2px);
        outline: none;
    }

.job-card-content[b-weqxa81buc] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem;
}

.job-main-info[b-weqxa81buc] {
    flex: 1;
    padding-right: 1rem;
}

.job-title[b-weqxa81buc] {
    margin-bottom: 0.5rem;
    color: #002856;
    font-size: 1.2rem;
}

.job-department[b-weqxa81buc] {
    font-size: 0.9rem;
    color: #666;
    margin-bottom: 0;
}

.job-details[b-weqxa81buc] {
    flex: 2;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 0.75rem;
}

.job-detail-item[b-weqxa81buc] {
    display: flex;
    align-items: center;
    font-size: 0.9rem;
    color: #444;
}

    .job-detail-item i[b-weqxa81buc] {
        margin-right: 0.5rem;
        color: #002856;
        font-size: 1rem;
    }

/* Modal styles */
.modal-content[b-weqxa81buc] {
    border-radius: 8px;
}

.modal-header[b-weqxa81buc] {
    background-color: #002856;
    color: white;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.modal-title[b-weqxa81buc] {
    font-weight: bold;
    font-size: 1.5rem;
    margin-bottom: 0.25rem;
}

.modal-department[b-weqxa81buc] {
    color: rgba(255, 255, 255, 0.8);
    font-size: 1rem;
    margin-bottom: 0;
}

.modal-body[b-weqxa81buc] {
    padding: 2rem;
    max-height: 60vh;
    overflow-y: auto;
}

.job-details-grid[b-weqxa81buc] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1rem;
    margin-bottom: 2rem;
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 1.5rem;
}

.job-description[b-weqxa81buc],
.job-requirements[b-weqxa81buc] {
    margin-top: 2rem;
}

    .job-description h3[b-weqxa81buc],
    .job-requirements h3[b-weqxa81buc] {
        color: #002856;
        margin-bottom: 1rem;
        font-size: 1.3rem;
    }

    .job-description ul[b-weqxa81buc],
    .job-requirements ul[b-weqxa81buc] {
        padding-left: 1.5rem;
    }

    .job-description li[b-weqxa81buc],
    .job-requirements li[b-weqxa81buc] {
        margin-bottom: 0.5rem;
    }

.modal-footer[b-weqxa81buc] {
    border-top: 1px solid #e0e0e0;
    padding: 1rem 2rem;
}

/* Loading spinner */
.loading[b-weqxa81buc] {
    text-align: center;
    padding: 2rem;
}

.spinner[b-weqxa81buc] {
    border: 4px solid #f3f3f3;
    border-top: 4px solid #002856;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    animation: spin-b-weqxa81buc 1s linear infinite;
    margin: 0 auto 1rem;
}

@keyframes spin-b-weqxa81buc {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* Responsive adjustments */
@media (max-width: 992px) {
    .filter-row[b-weqxa81buc] {
        flex-wrap: wrap;
    }

    .form-group[b-weqxa81buc] {
        flex-basis: calc(50% - 0.25rem);
    }
}

@media (max-width: 768px) {

    .page-title[b-weqxa81buc] {
        font-size: 2rem;
    }

    .search-row[b-weqxa81buc] {
        flex-direction: column;
    }

    .search-input-group[b-weqxa81buc] {
        margin-right: 0;
        margin-bottom: 0.5rem;
    }

    .search-button-group[b-weqxa81buc],
    .btn-primary[b-weqxa81buc] {
        width: 100%;
    }

    .filter-row[b-weqxa81buc] {
        flex-direction: column;
    }

    .form-group[b-weqxa81buc] {
        width: 100%;
    }

    .job-card-content[b-weqxa81buc],
    .modal-body[b-weqxa81buc] {
        padding: 1rem;
    }

    .job-card-content[b-weqxa81buc] {
        flex-direction: column;
        align-items: flex-start;
    }

    .job-main-info[b-weqxa81buc],
    .job-details[b-weqxa81buc],
    .job-details-grid[b-weqxa81buc] {
        width: 100%;
    }

    .job-details[b-weqxa81buc] {
        margin-top: 1rem;
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Pagination styles */
.pagination[b-weqxa81buc] {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 2rem;
}

    .pagination button[b-weqxa81buc] {
        margin: 0 0.5rem;
    }

.page-info[b-weqxa81buc] {
    margin: 0 1rem;
    font-size: 0.9rem;
    color: #666;
}
/* _content/TheDixieGroupWeb/Components/Pages/OurTeam.razor.rz.scp.css */
.our-team-container[b-42orov4k0r] {
    width: 60%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 2rem 0;
    margin-bottom: 2rem;
    margin-top: 2rem;
}

@media (max-width: 992px) {
    .our-team-container[b-42orov4k0r] {
        width: 80%;
        padding: 1rem 0;
    }
}

.page-title[b-42orov4k0r] {
    color: #002856;
    font-size: 2.5rem;
    margin-bottom: 2rem;
    text-align: center;
    border-bottom: 2px solid #002856;
    padding-bottom: 1rem;
}

.team-list[b-42orov4k0r] {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.location-card[b-42orov4k0r] {
    background-color: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 1.5rem;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.location-name[b-42orov4k0r] {
    color: #002856;
    font-size: 1.8rem;
    margin-bottom: 1rem;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid #e0e0e0;
}

.department-section[b-42orov4k0r] {
    margin-bottom: 1.5rem;
}

.department-name[b-42orov4k0r] {
    color: #002856;
    font-size: 1.4rem;
    margin-bottom: 0.5rem;
}

.position-list[b-42orov4k0r] {
    list-style-type: none;
    padding-left: 0;
}

    .position-list > li[b-42orov4k0r] {
        margin-bottom: 1rem;
    }

.employee-list[b-42orov4k0r] {
    list-style-type: none;
    padding-left: 1.5rem;
}

    .employee-list li[b-42orov4k0r] {
        margin-bottom: 0.25rem;
    }

@media (max-width: 768px) {
    .our-team-container[b-42orov4k0r] {
        padding: 1rem;
    }
}
/* _content/TheDixieGroupWeb/Components/Pages/Safety.razor.rz.scp.css */
.safety-container[b-f7h85g8hsb] {
    width: 60%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 2rem;
    background-color: #ffffff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    margin-bottom: 2rem;
    margin-top: 2rem;
}

@media (max-width: 992px) {
    .safety-container[b-f7h85g8hsb] {
        width: 80%;
        padding: 1rem;
    }
}

.page-title[b-f7h85g8hsb] {
    color: #002856;
    font-size: 2.5rem;
    margin-bottom: 2rem;
    text-align: center;
    border-bottom: 2px solid #002856;
    padding-bottom: 1rem;
}

.content-wrapper[b-f7h85g8hsb] {
    display: flex;
    flex-direction: row-reverse;
    gap: 2rem;
}

.safety-content[b-f7h85g8hsb] {
    flex: 1;
}

    .safety-content p[b-f7h85g8hsb] {
        margin-bottom: 1rem;
        line-height: 1.6;
    }

.image-container[b-f7h85g8hsb] {
    flex: 0 0 300px;
    align-self: flex-start;
    position: sticky;
    top: 2rem;
}

.safety-image[b-f7h85g8hsb] {
    width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

@media (max-width: 768px) {
    .safety-container[b-f7h85g8hsb] {
        padding: 1rem;
    }

    .content-wrapper[b-f7h85g8hsb] {
        flex-direction: column;
    }

    .image-container[b-f7h85g8hsb] {
        flex: 0 0 auto;
        margin-bottom: 2rem;
        position: static;
    }

    .safety-image[b-f7h85g8hsb] {
        max-width: 300px;
        margin: 0 auto;
        display: block;
    }
}
/* _content/TheDixieGroupWeb/Components/Pages/Timeline.razor.rz.scp.css */
.timeline-container[b-yg2mf1gbl8] {
    width: 60%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 2rem;
    background-color: #ffffff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    margin-bottom: 2rem;
    margin-top: 2rem;
}

@media (max-width: 992px) {
    .timeline-container[b-yg2mf1gbl8] {
        width: 80%;
        padding: 1rem;
    }
}

.page-title[b-yg2mf1gbl8] {
    color: #002856;
    font-size: 2.5rem;
    margin-bottom: 2rem;
    text-align: center;
    border-bottom: 2px solid #002856;
    padding-bottom: 1rem;
}

.timeline-intro[b-yg2mf1gbl8] {
    margin-bottom: 2rem;
    font-style: italic;
    color: #555;
}

.timeline[b-yg2mf1gbl8] {
    position: relative;
    padding: 2rem 0 2rem 2rem;
}

    .timeline[b-yg2mf1gbl8]::before {
        content: '';
        position: absolute;
        left: 7px;
        top: 0;
        height: 100%;
        width: 2px;
        background: #002856;
    }

.timeline-item[b-yg2mf1gbl8] {
    margin-bottom: 2rem;
    position: relative;
}

.timeline-date[b-yg2mf1gbl8] {
    font-weight: bold;
    font-size: 1.2rem;
    color: #002856;
    margin-bottom: 0.5rem;
    position: relative;
}

    .timeline-date[b-yg2mf1gbl8]::before {
        content: '';
        position: absolute;
        left: -2rem;
        top: 50%;
        transform: translateY(-50%);
        width: 16px;
        height: 16px;
        border-radius: 50%;
        background: #002856;
        border: 2px solid #fff;
        z-index: 1;
    }

.timeline-content[b-yg2mf1gbl8] {
    background: #f8f9fa;
    padding: 1rem;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

    .timeline-content p[b-yg2mf1gbl8] {
        margin: 0;
    }

    .timeline-content ul[b-yg2mf1gbl8] {
        list-style-type: none;
        padding-left: 0;
    }

    .timeline-content li[b-yg2mf1gbl8] {
        margin-bottom: 0.5rem;
        position: relative;
        padding-left: 1.5rem;
    }

        .timeline-content li[b-yg2mf1gbl8]::before {
            content: '•';
            color: #002856;
            position: absolute;
            left: 0;
        }

@media (max-width: 768px) {
    .timeline[b-yg2mf1gbl8] {
        padding-left: 1.5rem;
    }

    .timeline-date[b-yg2mf1gbl8]::before {
        left: -1.5rem;
    }
}
/* _content/TheDixieGroupWeb/Components/Pages/Transparency.razor.rz.scp.css */
.transparency-container[b-9hk64znyfs] {
    width: 60%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 2rem;
    background-color: #ffffff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    margin-bottom: 2rem;
    margin-top: 2rem;
}

@media (max-width: 992px) {
    .transparency-container[b-9hk64znyfs] {
        width: 80%;
        padding: 1rem;
    }
}

.page-title[b-9hk64znyfs] {
    color: #002856;
    font-size: 2.5rem;
    margin-bottom: 2rem;
    text-align: center;
    border-bottom: 2px solid #002856;
    padding-bottom: 1rem;
}

.content-wrapper[b-9hk64znyfs] {
    display: flex;
    flex-direction: row-reverse;
    gap: 2rem;
}

.statement-content[b-9hk64znyfs] {
    flex: 1;
}

    .statement-content p[b-9hk64znyfs] {
        margin-bottom: 1rem;
        line-height: 1.6;
    }

.image-container[b-9hk64znyfs] {
    flex: 0 0 300px;
    align-self: flex-start;
    position: sticky;
    top: 2rem;
}

.transparency-image[b-9hk64znyfs] {
    width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

@media (max-width: 768px) {
    .content-wrapper[b-9hk64znyfs] {
        flex-direction: column;
    }

    .image-container[b-9hk64znyfs] {
        flex: 0 0 auto;
        margin-bottom: 2rem;
        position: static;
    }

    .transparency-image[b-9hk64znyfs] {
        max-width: 300px;
        margin: 0 auto;
        display: block;
    }
}
/* _content/TheDixieGroupWeb/Components/Pages/VisionValues.razor.rz.scp.css */
.vision-values-container[b-yz4ioljyep] {
    width: 60%;
    max-width: 1200px;
    margin: 0 auto;
    margin-bottom: 2rem;
    margin-top: 2rem;
}

@media (max-width: 992px) {
    .vision-values-container[b-yz4ioljyep] {
        width: 80%;
        padding: 1rem;
    }
}

.page-title[b-yz4ioljyep] {
    color: #002856;
    font-size: 2.5rem;
    margin-bottom: 2rem;
    text-align: center;
    border-bottom: 2px solid #002856;
    padding-bottom: 1rem;
}

.vision-section[b-yz4ioljyep] {
    margin-bottom: 3rem;
}

.vision-section[b-yz4ioljyep], .values-section[b-yz4ioljyep] {
    background-color: #ffffff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    padding: 2rem;
}

.vision-content[b-yz4ioljyep] {
    text-align: center;
}

.vision-statement[b-yz4ioljyep] {
    font-size: 2rem;
    font-weight: bold;
    color: #002856;
    margin: 0;
    padding: 2rem;
    background-color: #f8f9fa;
    border-radius: 8px;
}

.values-content[b-yz4ioljyep] {
    display: flex;
    flex-direction: row-reverse;
    gap: 2rem;
    align-items: flex-start;
}

.brands-image[b-yz4ioljyep] {
    max-width: 40%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.values-list[b-yz4ioljyep] {
    flex: 1;
    list-style-type: none;
    padding: 0;
}

    .values-list li[b-yz4ioljyep] {
        margin-bottom: 1rem;
        padding-left: 1.5rem;
        position: relative;
        line-height: 1.6;
    }

        .values-list li[b-yz4ioljyep]::before {
            content: "•";
            color: #002856;
            font-size: 1.5rem;
            position: absolute;
            left: 0;
            top: -0.2rem;
        }

@media (max-width: 768px) {
    .values-content[b-yz4ioljyep] {
        flex-direction: column;
    }

    .brands-image[b-yz4ioljyep] {
        max-width: 100%;
        margin-bottom: 2rem;
    }

    .vision-statement[b-yz4ioljyep] {
        font-size: 1.5rem;
    }
}
