/* /Model/MainLayout.razor.rz.scp.css */


.page[b-kjky80c62e] {
    position: relative;
    display: flex;
    flex-direction: column;
   
}

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

/*.qualities {
    font-family: 'Montserrat', 'Segoe UI', sans-serif;
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #DDB059;*/ /* logo gold */
    /*display: flex;
    align-items: center;
    gap: 12px;
}*/

.content[b-kjky80c62e] {
    margin-bottom: 20px;
    margin-top: 0px;
    /*flex: 1;
    box-sizing: border-box;*/
    max-width: 100%;
    /*overflow-x: hidden;*/
}

.footer[b-kjky80c62e] {
    color: white;
    padding: 20px;
    text-align: center;
    height: fit-content;
    position: fixed;
    bottom: 0;
    width: -webkit-fill-available;
    /*background: linear-gradient(rgb(11 33 95 / 85%), rgb(1 19 41 / 85%)), url(/images/VillaFooter.jpg);
    background-size: cover;
    background-position: center;*/
}

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

/*.top-row-logo {
    cursor: pointer;
    margin-bottom: -50px;
}

.top-row-logo > img {
    width: 330px !important;
}*/

.top-row[b-kjky80c62e] {
    height: 100px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
}

@media (max-width: 1060px) {
    .big-top[b-kjky80c62e] {
        margin-bottom: 100px;
    }
}

@media (max-width: 391px) {
    .big-top[b-kjky80c62e] {
        margin-bottom: 200px !important;
    }
}

@media (max-width: 535px) {
    .big-top[b-kjky80c62e] {
        margin-bottom: 145px;
    }
}

.big-top[b-kjky80c62e] {
    height: 360px;
   /* background: linear-gradient(rgb(11 33 95 / 85%), rgb(1 19 41 / 85%)), url(/images/TopBarImage.jpeg);
    background-size: cover;
    background-position: center;*/
    row-gap: 15px;
}

.medium-top[b-kjky80c62e] {
    height: 180px !important;
}


.top-layer[b-kjky80c62e] {
    display: flex;
    margin-top: -20px;
    width: -webkit-fill-available;
    justify-content: space-between;
    flex-direction: row;
    align-items: center;
}

[b-kjky80c62e] .description {
    font-family: 'Montserrat', 'Segoe UI', sans-serif;
}


/*    .top-row ::deep a, .top-row ::deep .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row ::deep a:hover, .top-row ::deep .btn-link:hover {
        text-decoration: underline;
    }

    .top-row ::deep a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }*/

.top-row-buttons[b-kjky80c62e] {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    column-gap: 10px;
    align-items: baseline;
}

@media (max-width: 960px) {
    .top-layer[b-kjky80c62e] {
        flex-wrap: wrap;
        justify-content: center !important;
    }

    .medium-top[b-kjky80c62e] {
        margin-bottom: 80px !important;
    }
}

@media (min-width: 641px) {
    /*.page {
        flex-direction: row;
    }*/

    /*.top-row {
        position: sticky;
        top: 0;
        z-index: 1;
    }*/

    /*.top-row.auth ::deep a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }*/

    .top-row[b-kjky80c62e], article[b-kjky80c62e] {
        padding-left: 3.0rem !important;
        padding-right: 3.0rem !important;
    }
}
/* /Model/ProductTile.razor.rz.scp.css */
.product-tile[b-fnwetb6r0t] {
    background: lightgray;
    border-radius: 5px;
    padding: 10px;
    width: 500px;
    height: auto;
}

[b-fnwetb6r0t] .delete-icon {
    color: red;
    font-size: 25px;
    float: inline-end;
    cursor: pointer;
}

    [b-fnwetb6r0t] .delete-icon:hover {
        stroke: darkred;
        stroke-width: 30;
    }
/* /Pages/ComponentPage.razor.rz.scp.css */
.description[b-pkzfetseww] {
    align-self: center !important;
}

.component-img[b-pkzfetseww] {
    width: 500px;
    height: 400px;
    object-fit: cover;
    background-position: center;
    position: relative;
    border-radius: 25px;
    overflow: hidden;
    flex: 0 0 auto;
}

.component-images[b-pkzfetseww] {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    overflow-x: auto;  horizontal scroll only 
    overflow-y: hidden;
    flex-wrap: nowrap;
    white-space: nowrap;
    width: 100%;
    max-width: 100%;
    column-gap: 20px;
    box-sizing: border-box;
    padding-bottom: 8px;
}

.category-descripton[b-pkzfetseww] {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    /* justify-content: center; */
    row-gap: 12px;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    overflow-x: hidden;
}

/*.d-text{
    font-family:serif;
    font-size: 25px;
    color: lightgray;
}*/
.d-text[b-pkzfetseww] {
    font-family: serif;
    font-size: 22px;
    color: lightgray;
    line-height: 1.6;
    word-wrap: break-word;
    overflow-wrap: break-word;
    hyphens: none;
    text-align: left;
    white-space: pre-line;
}

@media (max-width: 960px) {
    .category-descripton[b-pkzfetseww] {
        padding: 20px !important;
    }

    .component-footer[b-pkzfetseww]{
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        row-gap: 30px;
        align-items: center;
    }

    .d-text[b-pkzfetseww] {
        font-size: 18px;
        line-height: 1.7;
    }
}
/* /Pages/MainPage.razor.rz.scp.css */
/*.qualities {
    font-family: 'Montserrat', 'Segoe UI', sans-serif;
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #DDB059;*/ /* logo gold */
    /*display: flex;
    align-items: center;
    gap: 12px;
}*/

.categories[b-okf2zjvov9] {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    align-items: center;
    gap: 50px;
    height: -webkit-fill-available;
    width: -webkit-fill-available;
    align-content: center;
    justify-content: center;
}

.service-img[b-okf2zjvov9] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.category-name[b-okf2zjvov9] {
    font-size: 12px;
    font-family: 'Montserrat', 'Segoe UI', sans-serif;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    color: white;
    font-weight: bold;
    font-size: 28px;
    text-align: center;
    margin: 0;
    text-shadow: 0 6px 18px rgba(0,0,0,.6);
}

.category[b-okf2zjvov9] {
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.services[b-okf2zjvov9] {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: -webkit-fill-available;
    height: 70%;
}

.service-title[b-okf2zjvov9] {
    margin: 0;
    font-size: 20px;
    font-weight: 700;
    color: #0b2e5f;
    line-height: 1.35;
    margin-bottom: 30px;
}

/*::deep .service-card {
    height: 300px;*/ /* REQUIRED */
    /*width: 100%;
    background-size: cover;
    background-position: center;
    border-radius: 24px;
    cursor: pointer;
}*/


.description[b-okf2zjvov9] {
    font-size: 20px;
    line-height: 1.6;
    opacity: 0.85;
    /* background: #0b1220; */
    color: white;
    padding: 60px 20px;
    text-align: center;
}

@media (max-width: 960px) {
    .categories[b-okf2zjvov9] {
        margin-bottom: 30px;
    }
}

.intro[b-okf2zjvov9] {
    /*background: #0b1220;*/
    color: white;
    padding: 60px 20px;
    text-align: center;
}

    .intro .container[b-okf2zjvov9] {
        max-width: 915px;
        margin: 0 auto;
    }

    .intro h1[b-okf2zjvov9] {
        font-size: 32px;
        margin-bottom: 15px;
    }

    .intro p[b-okf2zjvov9] {
        font-size: 18px;
        line-height: 1.6;
        opacity: 0.85;
    }

@media (max-width: 1060px) {
    .intro[b-okf2zjvov9] {
        padding: 20px 15px;
    }

        .intro h1[b-okf2zjvov9] {
            font-size: 22px;
            line-height: 1.3;
        }

        .intro p[b-okf2zjvov9] {
            font-size: 16px;
            line-height: 1.5;
        }

        .intro .container[b-okf2zjvov9] {
            max-width: 100%;
        }
}

@media (max-width: 1024px) {
    .categories[b-okf2zjvov9] {
        padding-bottom: 15px !important;
    }
}
/* /Template/CallButton.razor.rz.scp.css */
.call-button[b-eyyepnfht2] {
    height: fit-content;
    width: fit-content;
    background: #DDB059;
    color: white;
    font-weight: bolder;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 11px 13px;
    border-radius: 10px;
    width: fit-content;
    text-decoration: none;
}

    .call-button:hover[b-eyyepnfht2] {
        background: white;
        color: #DDB059;
    }

.call-logo[b-eyyepnfht2] {
    display: flex;
    align-items: center;
    width: fit-content;
}

.call-image[b-eyyepnfht2] {
    width: 35px;
    height: auto;
}

.call-description[b-eyyepnfht2] {
    text-align-last: center;
}

.availability[b-eyyepnfht2] {
    font-family: 'Montserrat', 'Segoe UI', sans-serif;
    padding-left: 40px;
    margin-top: -20px;
    font-weight: 400;
    color:white;
}
/* /Template/MainLayoutButton.razor.rz.scp.css */
/* /Template/ReturnButton.razor.rz.scp.css */
.call-button[b-m4zoy4g97e] {
    height: fit-content;
    width: fit-content;
    background: #DDB059;
    color: white;
    font-weight: bolder;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 11px 13px;
    border-radius: 10px;
    width: fit-content;
    text-decoration: none;
}

    .call-button:hover[b-m4zoy4g97e] {
        background: rgb(11 33 95 / 85%);
    }

.call-logo[b-m4zoy4g97e] {
    display: flex;
    align-items: center;
    width: fit-content;
}

.call-image[b-m4zoy4g97e] {
    width: 30px;
    height: auto;
}

.call-description[b-m4zoy4g97e] {
    text-align-last: center;
}

.availability[b-m4zoy4g97e] {
    font-family: 'Montserrat', 'Segoe UI', sans-serif;
    padding-left: 40px;
    margin-top: -20px;
    font-weight: 400;
    color:white;
}
/* /Template/ReviewButton.razor.rz.scp.css */
.call-button[b-3iygk1sn0o] {
    height: fit-content;
    width: fit-content;
    background: #DDB059;
    color: white;
    font-weight: bolder;
    display: flex;
    align-items: center;
    gap: 25px;
    padding: 11px 13px;
    border-radius: 10px;
    width: 252px;
    text-decoration: none;
}

    .call-button:hover[b-3iygk1sn0o] {
        background: white !important;
        color: #DDB059 !important;
    }

.call-logo[b-3iygk1sn0o] {
    display: flex;
    align-items: center;
    width: fit-content;
}

.call-image[b-3iygk1sn0o] {
    width: 45px;
    height: auto;
}

.call-description[b-3iygk1sn0o] {
    text-align-last: center;
}

.availability[b-3iygk1sn0o] {
    font-family: 'Montserrat', 'Segoe UI', sans-serif;
    padding-left: 40px;
    margin-top: -20px;
    font-weight: 400;
    color: white;
}
