/* /Components/Admin/PostEdit.razor.rz.scp.css */
.container[b-iv4x8ky5oi] {
    position: relative;
    display: inline-block;
}

    .container:hover[b-iv4x8ky5oi] {
        border: 1px solid salmon;
    }

.hidden-content[b-iv4x8ky5oi] {
    display: none;
    position: absolute;
    height: 24px;
    top: 0;
    left: 0;
    background-color: transparent;
    color: white;
    font-size: 14px;
    padding: 1px;
    z-index: 1;
}

.container:hover .hidden-content[b-iv4x8ky5oi] {
    display: block;
}
/* /Components/Blocks/KiwiBlock/KiwiBlock.razor.rz.scp.css */
.container[b-3sepe5rz6m] {
    position: relative;
    display: inline-block;
}

.container:hover[b-3sepe5rz6m] {
    border: 1px solid salmon;
}

.hidden-content[b-3sepe5rz6m] {
    display: none;
    position: absolute;
    height:24px;
    top: 0;
    left: 0;
    background-color: blue;
    color:white;
    font-size:14px;
    padding: 1px;
    border: 1px solid black;
    z-index: 1;
}

.container:hover .hidden-content[b-3sepe5rz6m] {
    display: block;
}
/* /Components/Blocks/KiwiFaq/KiwiFaq.razor.rz.scp.css */
.container[b-owjbjm97z4] {
    position: relative;
    width: 100%;
    display: inline-block;
}

    .container:hover[b-owjbjm97z4] {
        border: 1px solid salmon;
    }

.hidden-content[b-owjbjm97z4] {
    display: none;
    position: absolute;
    height: 24px;
    top: 0;
    left: 0;
    background-color: blue;
    color: white;
    font-size: 14px;
    padding: 1px;
    border: 1px solid black;
    z-index: 1;
}

.container:hover .hidden-content[b-owjbjm97z4] {
    display: block;
}

.answer[b-owjbjm97z4] {
    margin-left: 40px;
}
/* /Components/Blocks/KiwiProductGallery/KiwiProductGallery.razor.rz.scp.css */
.gallery-wrapper[b-ekxbi457ab] {
    width: 100%;
    position: relative;
}

    .gallery-wrapper img[b-ekxbi457ab] {
        width: 100%;
        height: 100%;
        object-fit: cover;
        -o-object-position: inherit;
        object-position: inherit;
    }

.caption[b-ekxbi457ab] {
    position: absolute;
    bottom: 0; /* Position at the bottom */
    left: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.6); /* Semi-transparent background */
    color: white;
    padding: 10px;
    box-sizing: border-box; /* Padding doesn't add to width */
    /* Text Shadow for better readability */
    text-shadow: 1px 1px 2px black;
    text-align: center;
}


.container[b-ekxbi457ab] {
    position: relative;
    width:100%;
}

    .container:hover[b-ekxbi457ab] {
        border: 1px solid salmon;
    }

.hidden-content[b-ekxbi457ab] {
    display: none;
    position: absolute;
    height: 24px;
    top: 0;
    left: 0;
    background-color: transparent;
    color: white;
    font-size: 14px;
    padding: 1px;
    z-index: 1;
}

.container:hover .hidden-content[b-ekxbi457ab] {
    display: block;
}



    
/* /Components/KiwiFileUpload.razor.rz.scp.css */
/* /Components/Layout/EmptyLayout.razor.rz.scp.css */
#blazor-error-ui[b-3hb84wb64z] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

#blazor-error-ui.show[b-3hb84wb64z] {
    display: block;
}

#blazor-error-ui .dismiss[b-3hb84wb64z] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}

.top-container[b-3hb84wb64z] {
    display: flex;
    width: 100%;
    flex-direction: row;
    gap: 20px;
}

.logo-item[b-3hb84wb64z] {
    align-items: center;
    display: flex;
    min-width: 120px;
}

.menu-item[b-3hb84wb64z] {
    align-items: center;
    display: flex;
    flex-grow: 1;
}

.request-quote-item[b-3hb84wb64z] {
    align-items: center;
    display: flex;
    min-width: 180px;
}

/* Change layout and order on smaller screens (e.g., max-width of 768px) */
@media (max-width: 768px) {
    .container[b-3hb84wb64z] {
    }

    .logo-item[b-3hb84wb64z] {
        order: 2;
    }

    .menu-item[b-3hb84wb64z] {
        order: 1;
        width:40px;
    }
}

@media (max-width: 950px) {
    .request-quote-item[b-3hb84wb64z] {
        display: none;
    }
}

/* /Components/Layout/LoginLayout.razor.rz.scp.css */
.page[b-edxnimzhjy] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-edxnimzhjy] {
    flex: 1;
}

.sidebar[b-edxnimzhjy] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-edxnimzhjy] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-edxnimzhjy]  a, .top-row .btn-link[b-edxnimzhjy] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-edxnimzhjy] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-edxnimzhjy] {
        display: none;
    }

    .top-row.auth[b-edxnimzhjy] {
        justify-content: space-between;
    }

    .top-row a[b-edxnimzhjy], .top-row .btn-link[b-edxnimzhjy] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-edxnimzhjy] {
        flex-direction: row;
    }

    .sidebar[b-edxnimzhjy] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-edxnimzhjy] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-edxnimzhjy], article[b-edxnimzhjy] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-4nn8ih8azn] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

/* Blazor toggles visibility with the .show class */
#blazor-error-ui.show[b-4nn8ih8azn] {
    display: block;
}

#blazor-error-ui .dismiss[b-4nn8ih8azn] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}

.top-container[b-4nn8ih8azn] {
    display: flex;
    width: 100%;
    flex-direction: row;
    gap: 20px;
}

.logo-item[b-4nn8ih8azn] {
    align-items: center;
    display: flex;
    min-width: 120px;
}

.menu-item[b-4nn8ih8azn] {
    align-items: center;
    display: flex;
    flex-grow: 1;
}

.request-quote-item[b-4nn8ih8azn] {
    align-items: center;
    display: flex;
    min-width: 180px;
}

/* Change layout and order on smaller screens (e.g., max-width of 768px) */
@media (max-width: 768px) {
    .container[b-4nn8ih8azn] {
    }

    .logo-item[b-4nn8ih8azn] {
        order: 2;
    }

    .menu-item[b-4nn8ih8azn] {
        order: 1;
        width:40px;
    }
}

@media (max-width: 950px) {
    .request-quote-item[b-4nn8ih8azn] {
        display: none;
    }
}

/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-4lxodn0kg7],
.components-reconnect-repeated-attempt-visible[b-4lxodn0kg7],
.components-reconnect-failed-visible[b-4lxodn0kg7],
.components-pause-visible[b-4lxodn0kg7],
.components-resume-failed-visible[b-4lxodn0kg7],
.components-rejoining-animation[b-4lxodn0kg7] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-4lxodn0kg7],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-4lxodn0kg7],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-4lxodn0kg7],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-4lxodn0kg7],
#components-reconnect-modal.components-reconnect-retrying[b-4lxodn0kg7],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-4lxodn0kg7],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-4lxodn0kg7],
#components-reconnect-modal.components-reconnect-failed[b-4lxodn0kg7],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-4lxodn0kg7] {
    display: block;
}


#components-reconnect-modal[b-4lxodn0kg7] {
    background-color: white;
    width: 20rem;
    margin: 20vh auto;
    padding: 2rem;
    border: 0;
    border-radius: 0.5rem;
    box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity-b-4lxodn0kg7 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-4lxodn0kg7 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-4lxodn0kg7 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-4lxodn0kg7]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-4lxodn0kg7 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-4lxodn0kg7 {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-4lxodn0kg7 {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-4lxodn0kg7 {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-4lxodn0kg7] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-4lxodn0kg7] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-4lxodn0kg7] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-4lxodn0kg7] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-4lxodn0kg7] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-4lxodn0kg7] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-4lxodn0kg7] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-4lxodn0kg7 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-4lxodn0kg7] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-4lxodn0kg7 {
    0% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}
/* /Components/Pages/AboutKiwiMill.razor.rz.scp.css */
.about-page[b-7uvl8ho08f] {
    display: block;
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 1rem 1rem 2.5rem;
    box-sizing: border-box;
}

.about-page h1[b-7uvl8ho08f] {
    margin: 0 0 0.75rem;
    font-size: 1.75rem;
    line-height: 1.2;
}

.about-lead[b-7uvl8ho08f] {
    margin: 0 0 1.5rem;
    font-size: 1.05rem;
    line-height: 1.45;
    color: #222;
}

.about-section[b-7uvl8ho08f] {
    margin-bottom: 1.75rem;
}

.about-section h2[b-7uvl8ho08f] {
    margin: 0 0 0.6rem;
    font-size: 1.25rem;
    line-height: 1.25;
}

.about-section p[b-7uvl8ho08f] {
    margin: 0 0 0.85rem;
    line-height: 1.5;
    color: #333;
}

.about-links[b-7uvl8ho08f] {
    margin: 0;
    padding-left: 1.15rem;
    line-height: 1.7;
}

.about-links a[b-7uvl8ho08f] {
    text-decoration: underline;
    text-underline-offset: 2px;
}

.about-cta-actions[b-7uvl8ho08f] {
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
    margin-top: 1rem;
}

.about-cta-actions[b-7uvl8ho08f]  .rz-button {
    width: 100%;
    justify-content: center;
    min-height: 48px;
}

@media (min-width: 768px) {
    .about-page[b-7uvl8ho08f] {
        padding: 1.5rem 1.5rem 3rem;
    }

    .about-page h1[b-7uvl8ho08f] {
        font-size: 2rem;
    }

    .about-cta-actions[b-7uvl8ho08f] {
        flex-direction: row;
        flex-wrap: wrap;
    }

    .about-cta-actions[b-7uvl8ho08f]  .rz-button {
        width: auto;
        min-width: 12rem;
    }
}
/* /Components/Pages/Categories (OLD)/Aerospace-Models.razor.rz.scp.css */
.gallery-wrapper[b-5dsu0ucg5r] {
    width: 100%;
    height: 300px;
    position: relative;
}

.gallery-wrapper-img[b-5dsu0ucg5r] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -o-object-position: inherit;
    object-position: inherit;
}

.caption[b-5dsu0ucg5r] {
    position: absolute;
    bottom: 0; /* Position at the bottom */
    left: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.6); /* Semi-transparent background */
    color: white;
    padding: 10px;
    box-sizing: border-box; /* Padding doesn't add to width */
    /* Text Shadow for better readability */
    text-shadow: 1px 1px 2px black;
    text-align: center;
}


.editContainer[b-5dsu0ucg5r] {
    position: relative;
    display: inline-block;
}

    .editContainer:hover[b-5dsu0ucg5r] {
        border: 1px solid salmon;
    }

.hidden-content[b-5dsu0ucg5r] {
    display: none;
    position: absolute;
    height: 24px;
    top: 0;
    left: 0;
    background-color: transparent;
    color: white;
    font-size: 14px;
    padding: 1px;
    z-index: 1;
}

.editContainer:hover .hidden-content[b-5dsu0ucg5r] {
    display: block;
}
/* /Components/Pages/Categories (OLD)/Architectrual-Models.razor.rz.scp.css */
.gallery-wrapper[b-zmr2dyce6d] {
    width: 100%;
    height: 300px;
    position: relative;
}

.gallery-wrapper-img[b-zmr2dyce6d] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -o-object-position: inherit;
    object-position: inherit;
}

.caption[b-zmr2dyce6d] {
    position: absolute;
    bottom: 0; /* Position at the bottom */
    left: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.6); /* Semi-transparent background */
    color: white;
    padding: 10px;
    box-sizing: border-box; /* Padding doesn't add to width */
    /* Text Shadow for better readability */
    text-shadow: 1px 1px 2px black;
    text-align: center;
}


.editContainer[b-zmr2dyce6d] {
    position: relative;
    display: inline-block;
}

    .editContainer:hover[b-zmr2dyce6d] {
        border: 1px solid salmon;
    }

.hidden-content[b-zmr2dyce6d] {
    display: none;
    position: absolute;
    height: 24px;
    top: 0;
    left: 0;
    background-color: transparent;
    color: white;
    font-size: 14px;
    padding: 1px;
    z-index: 1;
}

.editContainer:hover .hidden-content[b-zmr2dyce6d] {
    display: block;
}
/* /Components/Pages/Categories (OLD)/Industrial-Models.razor.rz.scp.css */
.gallery-wrapper[b-rdz6rk8rk2] {
    width: 100%;
    height: 300px;
    position: relative;
}

.gallery-wrapper-img[b-rdz6rk8rk2] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -o-object-position: inherit;
    object-position: inherit;
}

.caption[b-rdz6rk8rk2] {
    position: absolute;
    bottom: 0; /* Position at the bottom */
    left: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.6); /* Semi-transparent background */
    color: white;
    padding: 10px;
    box-sizing: border-box; /* Padding doesn't add to width */
    /* Text Shadow for better readability */
    text-shadow: 1px 1px 2px black;
    text-align: center;
}


.editContainer[b-rdz6rk8rk2] {
    position: relative;
    display: inline-block;
}

    .editContainer:hover[b-rdz6rk8rk2] {
        border: 1px solid salmon;
    }

.hidden-content[b-rdz6rk8rk2] {
    display: none;
    position: absolute;
    height: 24px;
    top: 0;
    left: 0;
    background-color: transparent;
    color: white;
    font-size: 14px;
    padding: 1px;
    z-index: 1;
}

.editContainer:hover .hidden-content[b-rdz6rk8rk2] {
    display: block;
}
/* /Components/Pages/Categories (OLD)/Medical-Models.razor.rz.scp.css */
.gallery-wrapper[b-0m8pgsebzw] {
    width: 100%;
    height: 300px;
    position: relative;
}

.gallery-wrapper-img[b-0m8pgsebzw] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -o-object-position: inherit;
    object-position: inherit;
}

.caption[b-0m8pgsebzw] {
    position: absolute;
    bottom: 0; /* Position at the bottom */
    left: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.6); /* Semi-transparent background */
    color: white;
    padding: 10px;
    box-sizing: border-box; /* Padding doesn't add to width */
    /* Text Shadow for better readability */
    text-shadow: 1px 1px 2px black;
    text-align: center;
}


.editContainer[b-0m8pgsebzw] {
    position: relative;
    display: inline-block;
}

    .editContainer:hover[b-0m8pgsebzw] {
        border: 1px solid salmon;
    }

.hidden-content[b-0m8pgsebzw] {
    display: none;
    position: absolute;
    height: 24px;
    top: 0;
    left: 0;
    background-color: transparent;
    color: white;
    font-size: 14px;
    padding: 1px;
    z-index: 1;
}

.editContainer:hover .hidden-content[b-0m8pgsebzw] {
    display: block;
}
/* /Components/Pages/Categories (OLD)/Military-Models.razor.rz.scp.css */
.gallery-wrapper[b-2p4c0aw7vv] {
    width: 100%;
    height: 300px;
    position: relative;
}

.gallery-wrapper-img[b-2p4c0aw7vv] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -o-object-position: inherit;
    object-position: inherit;
}

.caption[b-2p4c0aw7vv] {
    position: absolute;
    bottom: 0; /* Position at the bottom */
    left: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.6); /* Semi-transparent background */
    color: white;
    padding: 10px;
    box-sizing: border-box; /* Padding doesn't add to width */
    /* Text Shadow for better readability */
    text-shadow: 1px 1px 2px black;
    text-align: center;
}


.editContainer[b-2p4c0aw7vv] {
    position: relative;
    display: inline-block;
}

    .editContainer:hover[b-2p4c0aw7vv] {
        border: 1px solid salmon;
    }

.hidden-content[b-2p4c0aw7vv] {
    display: none;
    position: absolute;
    height: 24px;
    top: 0;
    left: 0;
    background-color: transparent;
    color: white;
    font-size: 14px;
    padding: 1px;
    z-index: 1;
}

.editContainer:hover .hidden-content[b-2p4c0aw7vv] {
    display: block;
}
/* /Components/Pages/Categories (OLD)/Museum-Models.razor.rz.scp.css */
.gallery-wrapper[b-llezxosude] {
    width: 100%;
    height: 300px;
    position: relative;
}

.gallery-wrapper-img[b-llezxosude] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -o-object-position: inherit;
    object-position: inherit;
}

.caption[b-llezxosude] {
    position: absolute;
    bottom: 0; /* Position at the bottom */
    left: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.6); /* Semi-transparent background */
    color: white;
    padding: 10px;
    box-sizing: border-box; /* Padding doesn't add to width */
    /* Text Shadow for better readability */
    text-shadow: 1px 1px 2px black;
    text-align: center;
}


.editContainer[b-llezxosude] {
    position: relative;
    display: inline-block;
}

    .editContainer:hover[b-llezxosude] {
        border: 1px solid salmon;
    }

.hidden-content[b-llezxosude] {
    display: none;
    position: absolute;
    height: 24px;
    top: 0;
    left: 0;
    background-color: transparent;
    color: white;
    font-size: 14px;
    padding: 1px;
    z-index: 1;
}

.editContainer:hover .hidden-content[b-llezxosude] {
    display: block;
}
/* /Components/Pages/Categories (OLD)/oil-and-gas-models.razor.rz.scp.css */
.gallery-wrapper[b-j79o80dwg8] {
    width: 100%;
    height: 300px;
    position: relative;
}

.gallery-wrapper-img[b-j79o80dwg8] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -o-object-position: inherit;
    object-position: inherit;
}

.caption[b-j79o80dwg8] {
    position: absolute;
    bottom: 0; /* Position at the bottom */
    left: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.6); /* Semi-transparent background */
    color: white;
    padding: 10px;
    box-sizing: border-box; /* Padding doesn't add to width */
    /* Text Shadow for better readability */
    text-shadow: 1px 1px 2px black;
    text-align: center;
}


.editContainer[b-j79o80dwg8] {
    position: relative;
    display: inline-block;
}

    .editContainer:hover[b-j79o80dwg8] {
        border: 1px solid salmon;
    }

.hidden-content[b-j79o80dwg8] {
    display: none;
    position: absolute;
    height: 24px;
    top: 0;
    left: 0;
    background-color: transparent;
    color: white;
    font-size: 14px;
    padding: 1px;
    z-index: 1;
}

.editContainer:hover .hidden-content[b-j79o80dwg8] {
    display: block;
}
/* /Components/Pages/Categories (OLD)/Trade-Show-Models.razor.rz.scp.css */
.gallery-wrapper[b-yhv4rv9moh] {
    width: 100%;
    height: 300px;
    position: relative;
}

.gallery-wrapper-img[b-yhv4rv9moh] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -o-object-position: inherit;
    object-position: inherit;
}

.caption[b-yhv4rv9moh] {
    position: absolute;
    bottom: 0; /* Position at the bottom */
    left: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.6); /* Semi-transparent background */
    color: white;
    padding: 10px;
    box-sizing: border-box; /* Padding doesn't add to width */
    /* Text Shadow for better readability */
    text-shadow: 1px 1px 2px black;
    text-align: center;
}


.editContainer[b-yhv4rv9moh] {
    position: relative;
    display: inline-block;
}

    .editContainer:hover[b-yhv4rv9moh] {
        border: 1px solid salmon;
    }

.hidden-content[b-yhv4rv9moh] {
    display: none;
    position: absolute;
    height: 24px;
    top: 0;
    left: 0;
    background-color: transparent;
    color: white;
    font-size: 14px;
    padding: 1px;
    z-index: 1;
}

.editContainer:hover .hidden-content[b-yhv4rv9moh] {
    display: block;
}
/* /Components/Pages/Customer-Testimonials.razor.rz.scp.css */
.quoteOpen[b-xq3x14l7u0] {
    opacity: 0.15;
    vertical-align: bottom;
}

.quoteClose[b-xq3x14l7u0] {
    opacity: 0.15;
    vertical-align: top;
}
/* /Components/Pages/Home.razor.rz.scp.css */
.gallery-wrapper[b-v6yy62u3h5] {
    width: 100%;
    height: 300px;
    position: relative;
}

.gallery-wrapper img[b-v6yy62u3h5] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -o-object-position: inherit;
    object-position: inherit;
}

.caption[b-v6yy62u3h5] {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    color: white;
    padding: 10px;
    box-sizing: border-box;
    text-shadow: 1px 1px 2px black;
    text-align: center;
}

/* Photo-forward hero: shorter on small screens so CTA fits in the first viewport */
.home-hero[b-v6yy62u3h5] {
    width: 100%;
}

.home-hero-carousel[b-v6yy62u3h5],
.home-hero-media[b-v6yy62u3h5],
.home-hero-img[b-v6yy62u3h5] {
    display: block;
    width: 100%;
}

.home-hero-carousel[b-v6yy62u3h5] {
    height: 240px;
}

.home-hero-media[b-v6yy62u3h5],
.home-hero-img[b-v6yy62u3h5] {
    width: 100%;
    height: 240px;
    object-fit: cover;
    overflow: hidden;
}

.home-cta-band[b-v6yy62u3h5] {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0.85rem;
    padding: 1rem 1rem 1.25rem;
    background: linear-gradient(180deg, #f3f3f3 0%, #e8e8e8 100%);
    border-bottom: 1px solid #d0d0d0;
}

.home-cta-lead[b-v6yy62u3h5] {
    margin: 0;
    font-size: 1.05rem;
    line-height: 1.35;
    color: #222;
    text-align: center;
}

.home-cta-actions[b-v6yy62u3h5] {
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
}

.home-cta-actions[b-v6yy62u3h5]  .rz-button {
    width: 100%;
    justify-content: center;
    min-height: 48px;
}

.home-intro[b-v6yy62u3h5] {
    display: block;
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 1.25rem 1rem 0.5rem;
    box-sizing: border-box;
}

.home-intro-section[b-v6yy62u3h5] {
    margin-bottom: 1.75rem;
}

.home-intro-section h2[b-v6yy62u3h5] {
    margin: 0 0 0.65rem;
    font-size: 1.3rem;
    line-height: 1.25;
    color: #222;
}

.home-intro-section p[b-v6yy62u3h5],
.home-intro-section li[b-v6yy62u3h5] {
    line-height: 1.5;
    color: #333;
}

.home-intro-section p[b-v6yy62u3h5] {
    margin: 0 0 0.85rem;
}

.home-intro-section ul[b-v6yy62u3h5] {
    margin: 0 0 0.85rem;
    padding-left: 1.15rem;
}

.home-intro-section a[b-v6yy62u3h5] {
    text-decoration: underline;
    text-underline-offset: 2px;
}

.home-latest[b-v6yy62u3h5] {
    margin-top: 1.25rem;
}

.home-latest-heading[b-v6yy62u3h5] {
    margin: 0 0 0.75rem;
    font-size: 1.35rem;
    font-weight: 600;
    color: #222;
    text-align: center;
}

.home-portfolio-footer[b-v6yy62u3h5] {
    background: #e3e3e3;
    text-align: center;
    padding: 20px;
    margin-top: 10px;
}

@media (min-width: 769px) {
    .home-hero-carousel[b-v6yy62u3h5],
    .home-hero-media[b-v6yy62u3h5],
    .home-hero-img[b-v6yy62u3h5] {
        height: 500px;
    }

    .home-cta-band[b-v6yy62u3h5] {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        gap: 1.5rem;
        padding: 1.25rem 1.5rem;
    }

    .home-cta-lead[b-v6yy62u3h5] {
        text-align: left;
        font-size: 1.15rem;
        max-width: 36rem;
    }

    .home-cta-actions[b-v6yy62u3h5] {
        flex-direction: row;
        flex-shrink: 0;
    }

    .home-cta-actions[b-v6yy62u3h5]  .rz-button {
        width: auto;
    }

    .home-intro[b-v6yy62u3h5] {
        padding: 1.75rem 1.5rem 0.75rem;
    }

    .home-intro-section h2[b-v6yy62u3h5] {
        font-size: 1.5rem;
    }

    .home-latest-heading[b-v6yy62u3h5] {
        text-align: left;
        font-size: 1.5rem;
        margin-bottom: 1rem;
    }
}
/* /Components/Pages/InteractiveModels.razor.rz.scp.css */
.gallery-wrapper[b-ky82apdvbf] {
    width: 100%;
    height: 250px;
    position: relative;
}

    .gallery-wrapper img[b-ky82apdvbf] {
        width: 100%;
        height: 100%;
        object-fit: cover;
        -o-object-position: inherit;
        object-position: inherit;
    }

.caption[b-ky82apdvbf] {
    position: absolute;
    bottom: 0; /* Position at the bottom */
    left: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.6); /* Semi-transparent background */
    color: white;
    padding: 10px;
    box-sizing: border-box; /* Padding doesn't add to width */
    /* Text Shadow for better readability */
    text-shadow: 1px 1px 2px black;
    text-align: center;
}
/* /Components/Pages/Model-Maker-Team.razor.rz.scp.css */
.gallery-wrapper[b-pd0cgoss5u] {
    width: 100%;
    height: 300px;
    position: relative;
}

    .gallery-wrapper img[b-pd0cgoss5u] {
        width: 100%;
        height: 100%;
        object-fit: cover;
        -o-object-position: inherit;
        object-position: inherit;
    }

.caption[b-pd0cgoss5u] {
    position: absolute;
    bottom: 0; /* Position at the bottom */
    left: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.6); /* Semi-transparent background */
    color: white;
    padding: 10px;  
    box-sizing: border-box; /* Padding doesn't add to width */
    /* Text Shadow for better readability */
    text-shadow: 1px 1px 2px black;
    text-align:center;
}
/* /Components/Pages/Model-Making-Services.razor.rz.scp.css */
.services-hub[b-twtirh4e4q] {
    display: block;
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 1rem 1rem 2.5rem;
    box-sizing: border-box;
}

.services-hub h1[b-twtirh4e4q] {
    margin: 0 0 0.75rem;
    font-size: 1.75rem;
    line-height: 1.2;
}

.services-lead[b-twtirh4e4q] {
    margin: 0 0 1.5rem;
    font-size: 1.05rem;
    line-height: 1.45;
    color: #222;
}

.services-section[b-twtirh4e4q] {
    margin-bottom: 1.75rem;
}

.services-section h2[b-twtirh4e4q] {
    margin: 0 0 0.6rem;
    font-size: 1.25rem;
    line-height: 1.25;
}

.services-section p[b-twtirh4e4q] {
    margin: 0 0 0.85rem;
    line-height: 1.5;
    color: #333;
}

.services-links[b-twtirh4e4q] {
    margin: 0 0 0.75rem;
    padding-left: 1.15rem;
    line-height: 1.7;
}

.services-links a[b-twtirh4e4q] {
    text-decoration: underline;
    text-underline-offset: 2px;
}

.services-portfolio-links[b-twtirh4e4q] {
    columns: 1;
}

.services-proof-tile[b-twtirh4e4q] {
    display: block;
    position: relative;
    margin-bottom: 0.75rem;
    color: inherit;
    text-decoration: none;
}

.services-proof-tile picture[b-twtirh4e4q],
.services-proof-tile img[b-twtirh4e4q] {
    display: block;
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}

.services-proof-caption[b-twtirh4e4q] {
    display: block;
    margin-top: 0.35rem;
    font-size: 0.85rem;
    line-height: 1.3;
    color: #333;
}

.services-cta-actions[b-twtirh4e4q] {
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
    margin-top: 1rem;
}

.services-cta-actions[b-twtirh4e4q]  .rz-button {
    width: 100%;
    justify-content: center;
    min-height: 48px;
}

@media (min-width: 768px) {
    .services-hub[b-twtirh4e4q] {
        padding: 1.5rem 1.5rem 3rem;
    }

    .services-hub h1[b-twtirh4e4q] {
        font-size: 2rem;
    }

    .services-portfolio-links[b-twtirh4e4q] {
        columns: 2;
        column-gap: 2rem;
    }

    .services-cta-actions[b-twtirh4e4q] {
        flex-direction: row;
        flex-wrap: wrap;
    }

    .services-cta-actions[b-twtirh4e4q]  .rz-button {
        width: auto;
        min-width: 12rem;
    }
}
/* /Components/Pages/Portfolio-Extended.razor.rz.scp.css */
.gallery-wrapper[b-uwvb5sts7r] {
    width: 100%;
    height: 300px;
    position: relative;
}

    .gallery-wrapper-img[b-uwvb5sts7r] {
        width: 100%;
        height: 100%;
        object-fit: cover;
        -o-object-position: inherit;
        object-position: inherit;
    }

.caption[b-uwvb5sts7r] {
    position: absolute;
    bottom: 0; /* Position at the bottom */
    left: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.6); /* Semi-transparent background */
    color: white;
    padding: 10px;  
    box-sizing: border-box; /* Padding doesn't add to width */
    /* Text Shadow for better readability */
    text-shadow: 1px 1px 2px black;
    text-align:center;
}


.editContainer[b-uwvb5sts7r] {
    position: relative;
    display: inline-block;
}

    .editContainer:hover[b-uwvb5sts7r] {
        border: 1px solid salmon;
    }

.hidden-content[b-uwvb5sts7r] {
    display: none;
    position: absolute;
    height: 24px;
    top: 0;
    left: 0;
    background-color: transparent;
    color: white;
    font-size: 14px;
    padding: 1px;
    z-index: 1;
}

.editContainer:hover .hidden-content[b-uwvb5sts7r] {
    display: block;
}
/* /Components/Pages/Portfolio.razor.rz.scp.css */
.gallery-wrapper[b-e7rdakuxhl] {
    width: 100%;
    height: 300px;
    position: relative;
}

    .gallery-wrapper-img[b-e7rdakuxhl] {
        width: 100%;
        height: 100%;
        object-fit: cover;
        -o-object-position: inherit;
        object-position: inherit;
    }

.caption[b-e7rdakuxhl] {
    position: absolute;
    bottom: 0; /* Position at the bottom */
    left: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.6); /* Semi-transparent background */
    color: white;
    padding: 10px;  
    box-sizing: border-box; /* Padding doesn't add to width */
    /* Text Shadow for better readability */
    text-shadow: 1px 1px 2px black;
    text-align:center;
}


.editContainer[b-e7rdakuxhl] {
    position: relative;
    display: inline-block;
}

    .editContainer:hover[b-e7rdakuxhl] {
        border: 1px solid salmon;
    }

.hidden-content[b-e7rdakuxhl] {
    display: none;
    position: absolute;
    height: 24px;
    top: 0;
    left: 0;
    background-color: transparent;
    color: white;
    font-size: 14px;
    padding: 1px;
    z-index: 1;
}

.editContainer:hover .hidden-content[b-e7rdakuxhl] {
    display: block;
}
/* /Components/Pages/PortfolioOld.razor.rz.scp.css */
.gallery-wrapper[b-ww4sz6o7ly] {
    width: 100%;
    height: 300px;
    position: relative;
}

    .gallery-wrapper-img[b-ww4sz6o7ly] {
        width: 100%;
        height: 100%;
        object-fit: cover;
        -o-object-position: inherit;
        object-position: inherit;
    }

.caption[b-ww4sz6o7ly] {
    position: absolute;
    bottom: 0; /* Position at the bottom */
    left: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.6); /* Semi-transparent background */
    color: white;
    padding: 10px;  
    box-sizing: border-box; /* Padding doesn't add to width */
    /* Text Shadow for better readability */
    text-shadow: 1px 1px 2px black;
    text-align:center;
}


.editContainer[b-ww4sz6o7ly] {
    position: relative;
    display: inline-block;
}

    .editContainer:hover[b-ww4sz6o7ly] {
        border: 1px solid salmon;
    }

.hidden-content[b-ww4sz6o7ly] {
    display: none;
    position: absolute;
    height: 24px;
    top: 0;
    left: 0;
    background-color: transparent;
    color: white;
    font-size: 14px;
    padding: 1px;
    z-index: 1;
}

.editContainer:hover .hidden-content[b-ww4sz6o7ly] {
    display: block;
}
/* /Components/Pages/ProfessionalModelMakers.razor.rz.scp.css */
.gallery-panel[b-7csx1ixzz3] {
    margin-bottom:10px;
}

.gallery-wrapper[b-7csx1ixzz3] {
    width: 100%;
    height: 150px;
    position: relative;
    margin-bottom: 4px;
}

    .gallery-wrapper img[b-7csx1ixzz3] {
        width: 100%;
        height: 100%;
        object-fit: cover;
        -o-object-position: inherit;
        object-position: inherit;
    }

/* By default, the element is visible */
.hide-on-small[b-7csx1ixzz3] {
    display: block; /* or inline, flex, grid, etc. */
}

/* When the screen width is 600 pixels or less, hide the element */
@media screen and (max-width: 768px) {
    .hide-on-small[b-7csx1ixzz3] {
        display: none !important; /* Use !important if needed to override other styles */
    }
}
/* /Components/Pages/Scale-Model-Portfolio.razor.rz.scp.css */
.gallery-wrapper[b-00vhylzeke] {
    width: 100%;
    height: 250px;
    position: relative;
}

    .gallery-wrapper img[b-00vhylzeke] {
        width: 100%;
        height: 100%;
        object-fit: cover;
        -o-object-position: inherit;
        object-position: inherit;
    }

.caption[b-00vhylzeke] {
    position: absolute;
    bottom: 0; /* Position at the bottom */
    left: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.6); /* Semi-transparent background */
    color: white;
    padding: 10px;
    box-sizing: border-box; /* Padding doesn't add to width */
    /* Text Shadow for better readability */
    text-shadow: 1px 1px 2px black;
    text-align: center;
}
/* /Components/Pages/Tags.razor.rz.scp.css */
.gallery-wrapper[b-sav02q0cez] {
    width: 100%;
    height: 300px;
    position: relative;
}

    .gallery-wrapper img[b-sav02q0cez] {
        width: 100%;
        height: 100%;
        object-fit: cover;
        -o-object-position: inherit;
        object-position: inherit;
    }

.caption[b-sav02q0cez] {
    position: absolute;
    bottom: 0; /* Position at the bottom */
    left: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.6); /* Semi-transparent background */
    color: white;
    padding: 10px;
    box-sizing: border-box; /* Padding doesn't add to width */
    /* Text Shadow for better readability */
    text-shadow: 1px 1px 2px black;
    text-align: center;
}
/* /Components/Pages/ViewKiwiPage.razor.rz.scp.css */
.vkpcontainer[b-ug2qs3536o] {
    position: relative;
    width:100%;
}

    .vkpcontainer:hover[b-ug2qs3536o] {
        border: 1px solid salmon;
    }

.vkphidden-content[b-ug2qs3536o] {
    display: none;
    text-align: right;
    position: absolute;
    top: 0px;
    left: -75px;
    width: 75px;
    background-color: transparent;
    color: white;
    font-size: 14px;
    padding: 1px;
    border: 1px solid black;
    z-index: 1;
}

.vkpcontainer:hover .vkphidden-content[b-ug2qs3536o] {
    display: block;
}
/* /Components/Pages/ViewPost.razor.rz.scp.css */
.gallery-wrapper[b-8grnn0sacc] {
    width: 100%;
    height: 100%;
}

.gallery-wrapper img[b-8grnn0sacc] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -o-object-position: inherit;
    object-position: inherit;
}

/* By default, the element is visible */
.hide-on-small[b-8grnn0sacc] {
    display: block; /* or inline, flex, grid, etc. */
}

/* When the screen width is 600 pixels or less, hide the element */
@media screen and (max-width: 600px) {
    .hide-on-small[b-8grnn0sacc] {
        display: none !important; /* Use !important if needed to override other styles */
    }
}

.BreadCrumb[b-8grnn0sacc] {
    border: solid 1px silver;
    border-radius: 8px;
    padding:4px;
    margin-bottom: 8px;
    text-align:center;
}

.editContainer[b-8grnn0sacc] {
    position: relative;
    display: inline-block;
}

    .editContainer:hover[b-8grnn0sacc] {
        border: 1px solid salmon;
    }

.hidden-content[b-8grnn0sacc] {
    display: none;
    position: absolute;
    height: 24px;
    top: 0;
    left: 0;
    background-color: transparent;
    color: white;
    font-size: 14px;
    padding: 1px;
    z-index: 1;
}

.editContainer:hover .hidden-content[b-8grnn0sacc] {
    display: block;
}
/* /Components/Pages/ViewWPCategory.razor.rz.scp.css */
.gallery-wrapper[b-m1jvg6ut72] {
    width: 100%;
    height: 300px;
    position: relative;
}

    .gallery-wrapper-img[b-m1jvg6ut72] {
        width: 100%;
        height: 100%;
        object-fit: cover;
        -o-object-position: inherit;
        object-position: inherit;
    }

.caption[b-m1jvg6ut72] {
    position: absolute;
    bottom: 0; /* Position at the bottom */
    left: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.6); /* Semi-transparent background */
    color: white;
    padding: 10px;  
    box-sizing: border-box; /* Padding doesn't add to width */
    /* Text Shadow for better readability */
    text-shadow: 1px 1px 2px black;
    text-align:center;
}


.editContainer[b-m1jvg6ut72] {
    position: relative;
    display: inline-block;
}

    .editContainer:hover[b-m1jvg6ut72] {
        border: 1px solid salmon;
    }

.hidden-content[b-m1jvg6ut72] {
    display: none;
    position: absolute;
    height: 24px;
    top: 0;
    left: 0;
    background-color: transparent;
    color: white;
    font-size: 14px;
    padding: 1px;
    z-index: 1;
}

.editContainer:hover .hidden-content[b-m1jvg6ut72] {
    display: block;
}
