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

    #blazor-error-ui .dismiss[b-t1p956w4by] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/SmartCadServer/Components/Pages/Contact.razor.rz.scp.css */
/* =========================================================
   CONTACT PAGE
   ========================================================= */

.admin-contact[b-g1427kn6na] {
    min-height: 100vh;
    background: #f8f0e5;
}


/* =========================================================
   MODAL OVERLAY
   ========================================================= */

.modal-overlay[b-g1427kn6na] {
    position: fixed;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    background: rgba(25, 59, 43, 0.45);
    z-index: 1000;
    box-sizing: border-box;
}


/* =========================================================
   MODAL BOX
   ========================================================= */

.modal-box[b-g1427kn6na] {
    width: 100%;
    max-width: 520px;
    background: #f8f0e5;
    border: 1px solid rgba(25, 59, 43, 0.25);
    border-radius: 4px;
    box-shadow: 0 15px 45px rgba(25, 59, 43, 0.25);
    overflow: hidden;
    box-sizing: border-box;
}


/* =========================================================
   HEADER
   ========================================================= */

.modal-header[b-g1427kn6na] {
    width: 100%;
    padding: 18px 22px;
    box-sizing: border-box;
    background: #193b2b;
    color: white;
    border-bottom: 3px solid #b17a2a;
    display: flex;
    align-items: center;
    justify-content: space-between;
}


    .modal-header h5[b-g1427kn6na] {
        margin: 0;
        font-family: Georgia, "Times New Roman", serif;
        font-size: 25px;
        font-weight: 700;
        color: white;
    }


/* =========================================================
   CLOSE BUTTON
   ========================================================= */

.modal-close[b-g1427kn6na] {
    width: 30px;
    height: 30px;
    padding: 0;
    border: 0;
    background: transparent;
    color: white;
    font-family: Arial, sans-serif;
    font-size: 28px;
    font-weight: 300;
    line-height: 28px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}


    .modal-close:hover[b-g1427kn6na] {
        color: #b17a2a;
    }


/* =========================================================
   FORM
   ========================================================= */

/*
   EditForm is a Blazor component.

   ::deep allows the isolated CSS to reach
   the generated <form> element and its children.
*/

.modal-box[b-g1427kn6na]  .contact-form {
    display: block !important;
    width: 100% !important;
    padding: 24px 28px 26px !important;
    margin: 0 !important;
    box-sizing: border-box !important;
}


/* =========================================================
   FORM GROUP
   ========================================================= */

.modal-box[b-g1427kn6na]  .mb-3 {
    display: block;
    width: 100%;
    margin: 0 0 16px 0 !important;
    padding: 0;
    box-sizing: border-box;
}


/* =========================================================
   LABEL
   ========================================================= */

.modal-box[b-g1427kn6na]  label {
    display: block;
    width: 100%;
    margin: 0 0 6px 0;
    padding: 0;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 16px;
    font-weight: 700;
    color: #193b2b;
    box-sizing: border-box;
}


/* =========================================================
   INPUTS
   ========================================================= */

.modal-box[b-g1427kn6na]  input,
.modal-box[b-g1427kn6na]  textarea {
    display: block;
    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;
    margin: 0;
    box-sizing: border-box !important;
    padding: 10px 12px;
    border: 1px solid #b9ad9e;
    border-radius: 3px;
    background: #fffdf9;
    color: #193b2b;
    font-family: Arial, sans-serif;
    font-size: 15px;
    line-height: 1.4;
    outline: none;
}


    /* =========================================================
   INPUT FOCUS
   ========================================================= */

    .modal-box[b-g1427kn6na]  input:focus,
    .modal-box[b-g1427kn6na]  textarea:focus {
        border-color: #b17a2a;
        outline: none;
        box-shadow: 0 0 0 3px rgba(177, 122, 42, 0.15);
    }


/* =========================================================
   TEXTAREA
   ========================================================= */

.modal-box[b-g1427kn6na]  textarea {
    min-height: 120px;
    resize: vertical;
}


/* =========================================================
   VALIDATION
   ========================================================= */

.modal-box[b-g1427kn6na]  .validation-message {
    display: block;
    margin-top: 4px;
    color: #9b3d2e;
    font-family: Arial, sans-serif;
    font-size: 13px;
}


/* =========================================================
   SEND BUTTON
   ========================================================= */

.modal-box[b-g1427kn6na]  button[type="submit"] {
    display: block;
    width: 100% !important;
    margin: 6px 0 0 0;
    padding: 11px 20px;
    border: none;
    border-radius: 3px;
    background: #193b2b;
    color: white;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4;
    cursor: pointer;
    box-sizing: border-box;
    transition: background 0.2s ease, transform 0.2s ease;
}


    .modal-box[b-g1427kn6na]  button[type="submit"]:hover:not(:disabled) {
        background: #b17a2a;
        transform: translateY(-1px);
    }


    .modal-box[b-g1427kn6na]  button[type="submit"]:disabled {
        opacity: 0.65;
        cursor: not-allowed;
    }


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 600px) {

    .modal-overlay[b-g1427kn6na] {
        padding: 12px;
    }


    .modal-box[b-g1427kn6na]  .contact-form {
        padding: 20px !important;
    }


    .modal-header[b-g1427kn6na] {
        padding: 16px 18px;
    }


        .modal-header h5[b-g1427kn6na] {
            font-size: 22px;
        }
}
/* _content/SmartCadServer/Components/Pages/Home.razor.rz.scp.css */
/* =========================================================
   PAGE
   ========================================================= */

.home-page[b-nz0fl4j5ic] {
    width: 100%;
    min-height: 100vh;

    background: #f8f0e5;

    box-sizing: border-box;

    padding: 50px 20px 60px;
}


/* =========================================================
   MAIN CONTENT
   Maximum width: 900px
   Always centered
   ========================================================= */

.home-container[b-nz0fl4j5ic] {
    width: 100%;
    max-width: 900px;

    margin-left: auto;
    margin-right: auto;
}


/* =========================================================
   BRAND
   ========================================================= */

.brand[b-nz0fl4j5ic] {
    width: 100%;
    margin-bottom: 30px;
}

.brand-name[b-nz0fl4j5ic] {
    font-family: Georgia, "Times New Roman", serif;

    font-size: 42px;
    font-weight: 700;

    line-height: 1;

    color: #193b2b;

    letter-spacing: -1px;
}

.brand-tagline[b-nz0fl4j5ic] {
    margin-top: 8px;

    font-family: Georgia, "Times New Roman", serif;

    font-size: 21px;
    font-weight: 400;

    line-height: 1.2;

    color: #b17a2a;
}


/* =========================================================
   CAROUSEL
   ========================================================= */

.carousel[b-nz0fl4j5ic] {
    position: relative;

    width: 100%;

    overflow: hidden;

    background: #e9ddcf;

    border-radius: 3px;

    box-shadow:
        0 8px 25px rgba(25, 59, 43, 0.12);
}


/* =========================================================
   CAROUSEL IMAGE
   ========================================================= */

.carousel-image[b-nz0fl4j5ic] {
    display: block;

    width: 100%;
    height: auto;

    aspect-ratio: 16 / 9;

    object-fit: cover;
}


/* =========================================================
   ARROWS
   ========================================================= */

.carousel-arrow[b-nz0fl4j5ic] {
    position: absolute;

    top: 50%;

    transform: translateY(-50%);

    width: 46px;
    height: 46px;

    padding: 0;

    border: 1px solid rgba(255, 255, 255, 0.7);

    border-radius: 50%;

    background: rgba(25, 59, 43, 0.72);

    color: white;

    font-family: Arial, sans-serif;

    font-size: 25px;

    line-height: 1;

    display: flex;
    align-items: center;
    justify-content: center;

    cursor: pointer;

    transition:
        background 0.2s ease,
        transform 0.2s ease;
}

.carousel-arrow:hover[b-nz0fl4j5ic] {
    background: rgba(25, 59, 43, 0.92);
}

.carousel-arrow:focus[b-nz0fl4j5ic] {
    outline: 2px solid #b17a2a;
    outline-offset: 2px;
}

.carousel-arrow-left[b-nz0fl4j5ic] {
    left: 18px;
}

.carousel-arrow-right[b-nz0fl4j5ic] {
    right: 18px;
}


/* =========================================================
   INDICATORS
   ========================================================= */

.carousel-indicators[b-nz0fl4j5ic] {
    position: absolute;

    left: 50%;
    bottom: 18px;

    transform: translateX(-50%);

    display: flex;
    align-items: center;

    gap: 10px;
}

.indicator[b-nz0fl4j5ic] {
    width: 11px;
    height: 11px;

    padding: 0;

    border: 1px solid white;

    border-radius: 50%;

    background: rgba(255, 255, 255, 0.5);

    cursor: pointer;

    transition:
        background 0.2s ease,
        transform 0.2s ease;
}

.indicator:hover[b-nz0fl4j5ic] {
    background: rgba(255, 255, 255, 0.8);
}

.indicator.active[b-nz0fl4j5ic] {
    background: #b17a2a;

    border-color: #b17a2a;

    transform: scale(1.25);
}


/* =========================================================
   TABLET
   ========================================================= */

@@media (max-width: 900px) {

    .home-page[b-nz0fl4j5ic] {
        padding: 35px 15px 45px;
    }

    .brand[b-nz0fl4j5ic] {
        margin-bottom: 22px;
    }

    .brand-name[b-nz0fl4j5ic] {
        font-size: 36px;
    }

    .brand-tagline[b-nz0fl4j5ic] {
        font-size: 19px;
    }

    .carousel-arrow[b-nz0fl4j5ic] {
        width: 40px;
        height: 40px;

        font-size: 21px;
    }

    .carousel-arrow-left[b-nz0fl4j5ic] {
        left: 10px;
    }

    .carousel-arrow-right[b-nz0fl4j5ic] {
        right: 10px;
    }

    .carousel-indicators[b-nz0fl4j5ic] {
        bottom: 13px;

        gap: 8px;
    }

    .indicator[b-nz0fl4j5ic] {
        width: 9px;
        height: 9px;
    }
}


/* =========================================================
   MOBILE
   ========================================================= */

@@media (max-width: 450px) {

    .home-page[b-nz0fl4j5ic] {
        padding: 25px 12px 35px;
    }

    .brand-name[b-nz0fl4j5ic] {
        font-size: 31px;
    }

    .brand-tagline[b-nz0fl4j5ic] {
        font-size: 17px;
    }

    .carousel-arrow[b-nz0fl4j5ic] {
        width: 35px;
        height: 35px;

        font-size: 18px;
    }

    .carousel-arrow-left[b-nz0fl4j5ic] {
        left: 8px;
    }

    .carousel-arrow-right[b-nz0fl4j5ic] {
        right: 8px;
    }
}
.contact-envelope[b-nz0fl4j5ic] {
    position: absolute;
    top: 14px;
    right: 14px;
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(25, 59, 43, 0.88);
    color: white;
    border-radius: 50%;
    text-decoration: none;
    z-index: 10;
    transition: background 0.2s ease, transform 0.2s ease;
}

    .contact-envelope:hover[b-nz0fl4j5ic] {
        background: #b17a2a;
        transform: scale(1.08);
    }


/* Envelope */

.envelope-icon[b-nz0fl4j5ic] {
    position: relative;
    width: 20px;
    height: 14px;
    border: 2px solid white;
    border-radius: 2px;
    box-sizing: border-box;
}


/* Envelope flap */

.envelope-flap[b-nz0fl4j5ic] {
    position: absolute;
    left: 2px;
    top: -1px;
    width: 11px;
    height: 11px;
    border-right: 2px solid white;
    border-bottom: 2px solid white;
    transform: rotate(45deg);
    transform-origin: center;
}
