/* /Components/Functionalities/AutoFitText.razor.rz.scp.css */
.auto-fit-box[b-s3uq3w6lpz] {
    flex: 1 1 auto;
    min-height: 0;
    overflow: hidden;
}

    .auto-fit-box > p[b-s3uq3w6lpz] {
        margin: 0;
        line-height: 1.35;
        overflow: visible;
    }
/* /Components/Functionalities/FloorplanCarousel.razor.rz.scp.css */
.floorplan-wrapper[b-8dnplvp9xm] {
    width: 100%;
    position: relative;
    padding-bottom: 0rem;
}

/* ---------- Carousel ---------- */

.carousel[b-8dnplvp9xm] {
    position: relative;
}

.carousel-indicators[b-8dnplvp9xm] {
    bottom: 0;
}

    .carousel-indicators button[b-8dnplvp9xm] {
        background-color: rgba(0,0,0,0.3);
        height: 1.5rem;
        border: 0.1rem solid rgba(0,0,0,0.35);
        border-radius: 0.8rem;
    }

    .carousel-indicators .active[b-8dnplvp9xm] {
        background-color: rgba(0,0,0,0.8);
    }

.carousel-inner[b-8dnplvp9xm] {
    display: flex;
    align-items: stretch;
}

.slide-content[b-8dnplvp9xm] {
    width: 100%;
    display: flex;
    flex-direction: column;
}

    .slide-content img[b-8dnplvp9xm] {
        flex: 1 1 auto;
    }

/* ---------- Header layout ---------- */

.slide-header[b-8dnplvp9xm] {
    flex: 0 0 auto;
    display: grid;
    grid-template-rows: auto;
    margin-inline: 1%;
    position: relative;
}
    .slide-header > .header-top[b-8dnplvp9xm] {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

.header-left[b-8dnplvp9xm] {
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
    margin: 0;
}

.carousel-top-controls[b-8dnplvp9xm] {
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    gap: 1%;
    color: #cfcfcf;
}

    .carousel-top-controls button[b-8dnplvp9xm] {
        background: none;
        border: none;
        color: inherit;
        cursor: pointer;
        padding: 0;
        line-height: 1;
    }

        .carousel-top-controls button:hover[b-8dnplvp9xm] {
            color: #000;
        }

    .carousel-top-controls > .carousel-next-label[b-8dnplvp9xm] {

    }

/* ---------- Floor selector ---------- */

.floor-selector[b-8dnplvp9xm] {
    flex-shrink: 0;
}
.floor-single[b-8dnplvp9xm] {
    width: fit-content;
    min-width: 0;
    display: inline-block;
    padding: 0;
}

/* ---------- Image ---------- */

.image-container[b-8dnplvp9xm] {
    flex: 1 1 auto;
    width: 100%;
    aspect-ratio: 16 / 9;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.floorplan-image[b-8dnplvp9xm] {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}
/* /Components/Functionalities/ImageCarousel.razor.rz.scp.css */
#galleryCarousel .carousel-item[b-j1flr54ama] {
    aspect-ratio: 4 / 3; /* or whatever your frame is */
}

    #galleryCarousel .carousel-item img[b-j1flr54ama] {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
/* /Components/Functionalities/ImageWithOverlay.razor.rz.scp.css */
.img-wrapper[b-x9qh2l1vqf] {
    position: relative;
    height: 100%;
    width: 100%;
    aspect-ratio: 16 / 9; /* height derives from width */
    overflow: hidden;
}

.image-layer[b-x9qh2l1vqf] {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 0;
}

.overlay[b-x9qh2l1vqf] {
    position: absolute;
    inset: 0;
    z-index: 1;
    display: flex;
    flex-direction: column; 
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 2rem;
    pointer-events: none;
}
    .overlay h1[b-x9qh2l1vqf] {
        margin: 0;
        font-size: clamp(2rem, 6vw, 5rem);
        line-height: 1.05;
        color: white;
        text-shadow: 0 2px 20px rgba(0,0,0,.6);
    }
    .overlay p[b-x9qh2l1vqf] {
        margin-top: 0.75rem;
        font-size: clamp(1rem, 2vw, 1.5rem);
        color: rgba(255,255,255,.9);
    }
/* /Components/Functionalities/TowerFloorSelector.razor.rz.scp.css */
.img-wrapper[b-ls88c53ciu] {
    position: relative;
    /*height: 100%;*/
    width: 100%;
    aspect-ratio: 8 / 9; /* height derives from width */
    /*overflow: hidden;*/
}

.image-layer[b-ls88c53ciu] {
    position: absolute;
    inset: 0;
    overflow: hidden;
    z-index: 0;
}
.image-box[b-ls88c53ciu] {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: 35% center;
    background-repeat: no-repeat;
}

.overlay[b-ls88c53ciu] {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    text-align: left;
    padding: 1%;
    background: linear-gradient(to right, rgba(0,0,0,0.4) 0%, rgba(0,0,0,0.4) calc(100% - 24px), rgba(0,0,0,0.0) 100% );
    width: 30%;
    z-index: 20;
    pointer-events: auto;
}
    .overlay h1[b-ls88c53ciu] {
        margin-bottom: .5rem;
        font-size: min(3vh, 3vw);
        line-height: 1.05;
        color: white;
        text-shadow: 0 2px 20px rgba(0,0,0,.6);
        pointer-events: none;
    }
    .overlay p[b-ls88c53ciu] {
        margin-top: 0;
        font-size: min(2vh, 2vw);
        color: rgba(255,255,255,.9);
        pointer-events: none;
    }


    .overlay .helper-text[b-ls88c53ciu] {
        font-size: min(1.6vh, 1.6vw);
        color: rgba(255,229,229,.6);
        margin-left: .5rem;
    }

.floor-layer[b-ls88c53ciu] {
    position: absolute;
    inset: 0;
    z-index: 10;
    pointer-events: auto;
}
/* /Components/Functionalities/TowerFloorSelectorComponents/ExampleButtons.razor.rz.scp.css */
.selector-hitbox[b-qhhkikvncr] {
    position: relative;
    width: 100%;
    height: 100%;
}

.selector-area-buttons[b-qhhkikvncr] {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

/* ── SVG visual layer ───────────────────────────────────────────── */
.selector-svg[b-qhhkikvncr] {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    overflow: hidden; /* clips stroke to inside polygon bounds */
}

.apt-polygon[b-qhhkikvncr] {
    fill: transparent;
    stroke: none;
    /* stroke-width doubled so the outer half is clipped by overflow:hidden,
       leaving only an inset stroke of half the declared width.
       At stroke-width:2 we get 1px visible inset stroke. */
    stroke-width: 2;
    vector-effect: non-scaling-stroke;
}

    .apt-polygon.unavailable[b-qhhkikvncr] {
        fill: transparent;
        stroke: none;
    }

    .apt-polygon.has-match[b-qhhkikvncr] {
        fill: rgba(230, 255, 230, 0.5);
        stroke: rgba(102, 255, 102, 1);
    }

    .apt-polygon.no-match[b-qhhkikvncr] {
        fill: rgba(255, 230, 230, 0.5);
        stroke: rgba(255, 102, 102, 1);
    }

    .apt-polygon.hovered[b-qhhkikvncr] {
        fill: rgba(255, 255, 255, 0.65);
        stroke: rgba(255, 255, 255, 1);
        stroke-dasharray: 4 3;
    }

    .apt-polygon.selected[b-qhhkikvncr] {
        fill: rgba(255, 255, 255, 0.5);
        stroke: rgba(255, 255, 255, 1);
        stroke-dasharray: none;
    }

        .apt-polygon.selected.hovered[b-qhhkikvncr] {
            fill: rgba(255, 255, 255, 0.5);
        }

/* ── Button hit targets ─────────────────────────────────────────── */
.selector-btn[b-qhhkikvncr] {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    background: transparent;
    border: none;
    outline: none;
    cursor: pointer;
}

    .selector-btn:disabled[b-qhhkikvncr] {
        pointer-events: none;
        cursor: default;
    }

.selector-direction-buttons[b-qhhkikvncr] {
    position: absolute;
    inset: 0;
    pointer-events: none;
}

    /* base wrapper for each control */
    .selector-direction-buttons .direction[b-qhhkikvncr] {
        position: absolute;
        pointer-events: auto;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    /* ============== *
     * BUTTON STYLING *
     * ============== */
    .selector-direction-buttons .left-middle[b-qhhkikvncr],
    .selector-direction-buttons .right-middle[b-qhhkikvncr] {
        /*top: 42.5%;*/
        top: 10%;
        height: 18%;
        width: 15%;
        transform: translateY(-50%);
    }

    .selector-direction-buttons .left-middle[b-qhhkikvncr] {
        left: 2%;
    }

    .selector-direction-buttons .right-middle[b-qhhkikvncr] {
        right: 2%;
    }

    .selector-direction-buttons .direction-button[b-qhhkikvncr] {
        height: 100%;
        width: 100%;
        background-color: rgba(0, 0, 0, 0);
        border: none;
        padding: 0;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .selector-direction-buttons .arrow-left[b-qhhkikvncr],
    .selector-direction-buttons .arrow-right[b-qhhkikvncr] {
        height: 40%;
        width: 40%;
        border: 0;
        background: white;
        transition: background 200ms ease-out;
    }

    .selector-direction-buttons .arrow-left[b-qhhkikvncr] {
        clip-path: polygon( 0% 50%, 100% 0%, 100% 100% );
        -webkit-clip-path: polygon( 0% 50%, 100% 0%, 100% 100% );
    }

    .selector-direction-buttons .arrow-right[b-qhhkikvncr] {
        clip-path: polygon( 100% 50%, 0% 0%, 0% 100% );
        -webkit-clip-path: polygon( 100% 50%, 0% 0%, 0% 100% );
    }

    .selector-direction-buttons button:not(:disabled):hover[b-qhhkikvncr] {
    }

        .selector-direction-buttons button:not(:disabled):hover .arrow-left[b-qhhkikvncr],
        .selector-direction-buttons button:not(:disabled):hover .arrow-right[b-qhhkikvncr] {
            background: rgba(0,0,0,0.9);
        }

    /* direction centered at top */
    .selector-direction-buttons .middle-top[b-qhhkikvncr] {
        top: 4%;
        left: 50%;
        transform: translateX(-50%);
        flex-direction: column;
        gap: 5%;
    }

        .selector-direction-buttons .middle-top .font-2[b-qhhkikvncr] {
            color: white;
            font-weight: 600;
        }

.cursor-label[b-qhhkikvncr] {
    position: fixed;
    pointer-events: none;
    background: rgba(0,0,0,0.85);
    color: white;
    padding: 0.3rem 0.5rem;
    font-size: 0.85rem;
    font-weight: 600;
    border-radius: 4px;
    z-index: 9999;
    white-space: nowrap;
}
/* /Components/Functionalities/TowerFloorSelectorComponents/OldTowerButtons.razor.rz.scp.css */
/*  This is a hack!
    Creates a 0px height box at the top of the area
    Allows for buttons to register as leaving without creating an zone around them */
.floor-hitbox[b-nvn9hu50wk] {
    display: flex;
    flex-direction: column;
    pointer-events: auto;
}

.floor-btn[b-nvn9hu50wk] {
    position: absolute;
    border: 0;
    cursor: pointer;
    padding: 0;
    background: rgba(153,255,204,0.0);
    transition: background 400ms ease-out;
}

    .floor-btn.has-match[b-nvn9hu50wk] {
        background: rgba(0, 255, 120, 0.28);
    }

    .floor-btn.no-match[b-nvn9hu50wk] {
        background: rgba(255, 0, 70, 0.28);
    }

    .floor-btn.hovered[b-nvn9hu50wk] {
        background: rgba(255,255,255,0.6);
        transition: background 0ms ease-in;
    }

    .floor-btn.selected[b-nvn9hu50wk] {
        background: rgba(102,153,255,0.6);
    }

        .floor-btn.selected.hovered[b-nvn9hu50wk] {
            background: rgba(102,153,255,0.6);
        }

    .floor-btn.shape45[b-nvn9hu50wk] {
        top: 10%;
        left: 54.6%;
        width: 20.8%;
        height: 15%;
        clip-path: polygon( 1% 42%, 6% 31%, 69% 7%, 80.5% 12%, 99% 90%, 99% 100%, 80.5% 24.75%, 69% 18.5%, 6% 42%, 1% 52% );
        -webkit-clip-path: polygon( 1% 42%, 6% 31%, 69% 7%, 80.5% 12%, 99% 90%, 99% 100%, 80.5% 24.75%, 69% 18.5%, 6% 42%, 1% 52% );
    }

    .floor-btn.shape44[b-nvn9hu50wk] {
        top: 12%;
        left: 54.6%;
        width: 20.8%;
        height: 15%;
        clip-path: polygon( 1% 38.5%, 6% 28.5%, 69% 5%, 80.5% 11.5%, 99% 86.5%, 99% 94%, 80.5% 21.5%, 69% 17%, 6% 40%, 1% 50% );
        -webkit-clip-path: polygon( 1% 38.5%, 6% 28.5%, 69% 5%, 80.5% 11.5%, 99% 86.5%, 99% 94%, 80.5% 21.5%, 69% 17%, 6% 40%, 1% 50% );
    }

    .floor-btn.shape43[b-nvn9hu50wk] {
        top: 13.5%;
        left: 54.6%;
        width: 20.8%;
        height: 15%;
        clip-path: polygon( 1% 40%, 6% 30%, 69% 7%, 80.5% 11.5%, 99% 84%, 99% 94%, 80.5% 23%, 69% 18%, 6% 40.5%, 1% 51% );
        -webkit-clip-path: polygon( 1% 40%, 6% 30%, 69% 7%, 80.5% 11.5%, 99% 84%, 99% 94%, 80.5% 23%, 69% 18%, 6% 40.5%, 1% 51% );
    }

    .floor-btn.shape42[b-nvn9hu50wk] {
        top: 15%;
        left: 54.6%;
        width: 20.8%;
        height: 15%;
        clip-path: polygon( 1% 41%, 6% 30.5%, 69% 8%, 80.5% 13%, 99% 84%, 99% 93%, 80.5% 24.5%, 69% 20%, 6% 41.5%, 1% 51.5% );
        -webkit-clip-path: polygon( 1% 41%, 6% 30.5%, 69% 8%, 80.5% 13%, 99% 84%, 99% 93%, 80.5% 24.5%, 69% 20%, 6% 41.5%, 1% 51.5% );
    }

    .floor-btn.shape41[b-nvn9hu50wk] {
        top: 16.5%;
        left: 54.6%;
        width: 20.8%;
        height: 15%;
        clip-path: polygon( 1% 41.5%, 6% 31.5%, 69% 10%, 80.5% 14.5%, 99% 83%, 99% 93%, 80.5% 26%, 69% 21.5%, 6% 42.5%, 1% 52% );
        -webkit-clip-path: polygon( 1% 41.5%, 6% 31.5%, 69% 10%, 80.5% 14.5%, 99% 83%, 99% 93%, 80.5% 26%, 69% 21.5%, 6% 42.5%, 1% 52% );
    }

    .floor-btn.shape40[b-nvn9hu50wk] {
        top: 18%;
        left: 54.6%;
        width: 20.8%;
        height: 15%;
        clip-path: polygon( 1% 42%, 6% 32.5%, 69% 11.5%, 80.5% 16%, 99% 83%, 99% 91%, 80.5% 27%, 69% 22.5%, 6% 43%, 1% 52.5% );
        -webkit-clip-path: polygon( 1% 42%, 6% 32.5%, 69% 11.5%, 80.5% 16%, 99% 83%, 99% 91%, 80.5% 27%, 69% 22.5%, 6% 43%, 1% 52.5% );
    }

    .floor-btn.shape39[b-nvn9hu50wk] {
        top: 19.5%;
        left: 54.6%;
        width: 20.8%;
        height: 15%;
        clip-path: polygon( 1% 42.5%, 6% 33%, 69% 12.5%, 80.5% 17%, 99% 81%, 99% 90.5%, 80.5% 28%, 69% 24%, 6% 44%, 1% 53% );
        -webkit-clip-path: polygon( 1% 42.5%, 6% 33%, 69% 12.5%, 80.5% 17%, 99% 81%, 99% 90.5%, 80.5% 28%, 69% 24%, 6% 44%, 1% 53% );
    }

    .floor-btn.shape38[b-nvn9hu50wk] {
        top: 21%;
        left: 54.6%;
        width: 20.8%;
        height: 15%;
        clip-path: polygon( 1% 43%, 6% 34%, 69% 14%, 80.5% 18%, 99% 80.5%, 99% 89.5%, 80.5% 29.5%, 69% 26%, 6% 45%, 1% 53.5% );
        -webkit-clip-path: polygon( 1% 43%, 6% 34%, 69% 14%, 80.5% 18%, 99% 80.5%, 99% 89.5%, 80.5% 29.5%, 69% 26%, 6% 45%, 1% 53.5% );
    }

    .floor-btn.shape37[b-nvn9hu50wk] {
        top: 22.5%;
        left: 54.6%;
        width: 20.8%;
        height: 15%;
        clip-path: polygon( 1% 43.5%, 6% 35%, 69% 16%, 80.5% 19.5%, 99% 79.5%, 99% 89%, 80.5% 31%, 69% 27.5%, 6% 45.5%, 1% 54% );
        -webkit-clip-path: polygon( 1% 43.5%, 6% 35%, 69% 16%, 80.5% 19.5%, 99% 79.5%, 99% 89%, 80.5% 31%, 69% 27.5%, 6% 45.5%, 1% 54% );
    }

    .floor-btn.shape36[b-nvn9hu50wk] {
        top: 24%;
        left: 54.6%;
        width: 20.8%;
        height: 15%;
        clip-path: polygon( 1% 44%, 6% 35.5%, 69% 17.5%, 80.5% 21%, 99% 79%, 99% 88.5%, 80.5% 32.5%, 69% 29%, 6% 47%, 1% 54.5% );
        -webkit-clip-path: polygon( 1% 44%, 6% 35.5%, 69% 17.5%, 80.5% 21%, 99% 79%, 99% 88.5%, 80.5% 32.5%, 69% 29%, 6% 47%, 1% 54.5% );
    }

    .floor-btn.shape35[b-nvn9hu50wk] {
        top: 25.5%;
        left: 54.6%;
        width: 20.8%;
        height: 15%;
        clip-path: polygon( 1% 44.5%, 6% 37%, 69% 19%, 80.5% 22.5%, 99% 78.5%, 99% 88%, 80.5% 34%, 69% 30.5%, 6% 47.5%, 1% 55% );
        -webkit-clip-path: polygon( 1% 44.5%, 6% 37%, 69% 19%, 80.5% 22.5%, 99% 78.5%, 99% 88%, 80.5% 34%, 69% 30.5%, 6% 47.5%, 1% 55% );
    }

    .floor-btn.shape34[b-nvn9hu50wk] {
        top: 27%;
        left: 54.6%;
        width: 20.8%;
        height: 15%;
        clip-path: polygon( 1% 45%, 6% 37.5%, 69% 20.5%, 80.5% 24%, 99% 78%, 99% 87%, 80.5% 35.5%, 69% 32%, 6% 48.5%, 1% 56% );
        -webkit-clip-path: polygon( 1% 45%, 6% 37.5%, 69% 20.5%, 80.5% 24%, 99% 78%, 99% 87%, 80.5% 35.5%, 69% 32%, 6% 48.5%, 1% 56% );
    }

    .floor-btn.shape33[b-nvn9hu50wk] {
        top: 28.5%;
        left: 54.6%;
        width: 20.8%;
        height: 15%;
        clip-path: polygon( 1% 45.5%, 6% 38.5%, 69% 22%, 80.5% 25.5%, 99% 77%, 99% 86.5%, 80.5% 37%, 69% 33.5%, 6% 49.5%, 1% 56.5% );
        -webkit-clip-path: polygon( 1% 45.5%, 6% 38.5%, 69% 22%, 80.5% 25.5%, 99% 77%, 99% 86.5%, 80.5% 37%, 69% 33.5%, 6% 49.5%, 1% 56.5% );
    }

    .floor-btn.shape32[b-nvn9hu50wk] {
        top: 30%;
        left: 54.6%;
        width: 20.8%;
        height: 15%;
        clip-path: polygon( 1% 46%, 6% 39.5%, 69% 23.5%, 80.5% 27%, 99% 76.5%, 99% 85.5%, 80.5% 38.5%, 69% 35%, 6% 50.5%, 1% 57% );
        -webkit-clip-path: polygon( 1% 46%, 6% 39.5%, 69% 23.5%, 80.5% 27%, 99% 76.5%, 99% 85.5%, 80.5% 38.5%, 69% 35%, 6% 50.5%, 1% 57% );
    }

    .floor-btn.shape31[b-nvn9hu50wk] {
        top: 31.5%;
        left: 54.6%;
        width: 20.8%;
        height: 15%;
        clip-path: polygon( 1% 47%, 6% 40.5%, 69% 25%, 80.5% 28.5%, 99% 75.5%, 99% 85%, 80.5% 39.5%, 69% 36.5%, 6% 51%, 1% 57% );
        -webkit-clip-path: polygon( 1% 47%, 6% 40.5%, 69% 25%, 80.5% 28.5%, 99% 75.5%, 99% 85%, 80.5% 39.5%, 69% 36.5%, 6% 51%, 1% 57% );
    }
/* /Components/Functionalities/TowerFloorSelectorComponents/TowerButtons.razor.rz.scp.css */
.selector-hitbox[b-c60m4irmc0] {
    position: relative;
    width: 100%;
    height: 100%;
}

.selector-area-buttons[b-c60m4irmc0] {
    margin-top: 25.5%;
    height: 58%;
    display: flex;
    flex-direction: column;
}

    .selector-area-buttons.dir-north-south[b-c60m4irmc0] {
        margin-left: 22%;
        width: 56%;
    }

    .selector-area-buttons.dir-east-west[b-c60m4irmc0] {
        margin-left: 32.25%;
        width: 35.5%;
    }

.selector-button-row[b-c60m4irmc0] {
    display: flex;
    width: 100%;
    height: calc(100% / 15);
}

.selector-btn[b-c60m4irmc0] {
    height: 100%;
    padding: 0;
    background: rgba(0,0,0,0.0);
    transition: background 100ms ease-out;
    font-weight: 600;
    font-size: min(1.5vh, 1.5vw);
    border: 0;
    outline-width: 0.4rem;
    outline-style: solid;
    outline-color: #000;
    outline-offset: -0.25rem;
}

    .selector-btn:disabled[b-c60m4irmc0] {
        /*background: rgba(51, 51, 51, 0.8);*/
        pointer-events: none;
    }

    .selector-btn.unavailable[b-c60m4irmc0] {
        outline-width: 0;
        outline-color: rgba(0,0,0,0);
    }

    .selector-btn.has-match[b-c60m4irmc0] {
        background: rgba(230, 255, 230, 0.35);
        outline-color: rgba(102, 255, 102, 1);
    }

    .selector-btn.no-match[b-c60m4irmc0] {
        background: rgba(255, 230, 230, 0.35);
        outline-color: rgba(255, 102, 102, 1);
        outline-width: 0.25rem;
    }

    .selector-btn.hovered[b-c60m4irmc0] {
        background: rgba(255, 255, 255, 0.65);
        transition: background 0ms ease-in;
        outline-color: rgba(255, 255, 255, 1);
        outline-style: dotted;
    }

    .selector-btn.selected[b-c60m4irmc0] {
        background: rgba(255, 255, 255, 0.35);
        outline-style: solid;
        outline-width: 0.5rem;
        outline-color: rgba(255, 255, 255, 1)
    }

        .selector-btn.selected.hovered[b-c60m4irmc0] {
            background: rgba(255, 255, 255, 0.35);
        }

.selector-direction-buttons[b-c60m4irmc0] {
    position: absolute;
    inset: 0;
    pointer-events: none;
}

    /* base wrapper for each control */
    .selector-direction-buttons .direction[b-c60m4irmc0] {
        position: absolute;
        pointer-events: auto;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    /* ============== *
     * BUTTON STYLING *
     * ============== */
    .selector-direction-buttons .left-middle[b-c60m4irmc0],
    .selector-direction-buttons .right-middle[b-c60m4irmc0] {
        top: 42.5%;
        height: 18%;
        width: 15%;
        transform: translateY(-50%);
    }

    .selector-direction-buttons .left-middle[b-c60m4irmc0] {
        left: 2%;
    }

    .selector-direction-buttons .right-middle[b-c60m4irmc0] {
        right: 2%;
    }

    .selector-direction-buttons .direction-button[b-c60m4irmc0] {
        height: 100%;
        width: 100%;
        background-color: rgba(0, 0, 0, 0);
        border: none;
        padding: 0;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .selector-direction-buttons .arrow-left[b-c60m4irmc0],
    .selector-direction-buttons .arrow-right[b-c60m4irmc0] {
        height: 40%;
        width: 40%;
        border: 0;
        background: white;
        transition: background 200ms ease-out;
    }

    .selector-direction-buttons .arrow-left[b-c60m4irmc0] {
        clip-path: polygon( 0% 50%, 100% 0%, 100% 100% );
        -webkit-clip-path: polygon( 0% 50%, 100% 0%, 100% 100% );
    }

    .selector-direction-buttons .arrow-right[b-c60m4irmc0] {
        clip-path: polygon( 100% 50%, 0% 0%, 0% 100% );
        -webkit-clip-path: polygon( 100% 50%, 0% 0%, 0% 100% );
    }

    .selector-direction-buttons button:not(:disabled):hover[b-c60m4irmc0] {
    }

        .selector-direction-buttons button:not(:disabled):hover .arrow-left[b-c60m4irmc0],
        .selector-direction-buttons button:not(:disabled):hover .arrow-right[b-c60m4irmc0] {
            background: rgba(0,0,0,0.9);
        }

    /* direction centered at top */
    .selector-direction-buttons .middle-top[b-c60m4irmc0] {
        top: 4%;
        left: 50%;
        transform: translateX(-50%);
        flex-direction: column;
        gap: 5%;
    }

        .selector-direction-buttons .middle-top .font-2[b-c60m4irmc0] {
            color: white;
            font-weight: 600;
        }
/* /Components/Functionalities/TowerFloorSelectorComponents/TowerFilters.razor.rz.scp.css */
h1[b-v3r2l6efgf] {
    margin-bottom: 1%;
    color: black;
    pointer-events: none;
}
.filter-wrapper[b-v3r2l6efgf] {
    position: relative;
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    min-height: 0;
    width: 100%;
    padding-inline: 2%;
}
    .filter-wrapper .top[b-v3r2l6efgf] {
        text-align: left;
        padding-top: 1rem;
        padding-bottom: 2rem;
    }
    .filter-wrapper .bottom[b-v3r2l6efgf] {
        flex: 0 0 auto;
    }

.filter-section[b-v3r2l6efgf] {
    flex: 0 0 auto;
    width: 100%;
    pointer-events: auto;
    margin-bottom: 5%;
}
    .filter-section .filter-title[b-v3r2l6efgf] {
        display: flex;
        width: 100%;
        line-height: 1;
        margin: 0;
        align-items: baseline;
    }
        .filter-section .filter-title .font-2[b-v3r2l6efgf] {
            /* Font 2 overwrite */
            line-height: 1;
        }
        .filter-section .filter-title .bold[b-v3r2l6efgf] {
            font-weight: 700;
        }

    .filter-section .filter-checkmark[b-v3r2l6efgf] {
        display: flex;
        align-items: center;
        background: rgba(0,0,0,0);
        min-height: calc(min(.8vh, .75vw) * 2.5);
        width: 100%;
        border: 1px solid rgba(0,0,0,0.01);
        border-radius: 0;
        padding: 1%;
        margin-bottom: 0;
        gap: 0;
    }
        .filter-section .filter-checkmark input[b-v3r2l6efgf] {
            display: grid;
            appearance: none;
            position: relative;
            margin-right: 5%;
            width: calc(min(.8vh, .75vw) * 2.5);
            height: calc(min(.8vh, .75vw) * 2.5);
            place-items: center;
            border: calc(min(.8vh, .75vw) * 0.25) solid rgba(0,0,0,1.0);
            background: rgba(255,255,255,0.2);
        }
            .filter-section .filter-checkmark input:checked[b-v3r2l6efgf] {
            }
                .filter-section .filter-checkmark input:checked[b-v3r2l6efgf]::after {
                    content: "x";
                    line-height: 1;
                    font-size: min(2vh, 2vw);
                    font-weight: 200;
                    color: rgba(0,0,0,0.9);
                }
        .filter-section .filter-checkmark span[b-v3r2l6efgf] {
            color: rgba(0,0,0,.9);
            display: flex;
            align-items: center;
            line-height: 1.5;
        }

.end-note[b-v3r2l6efgf] {
    margin-left: auto;
    opacity: 0.6;
    white-space: nowrap;
}

.reset[b-v3r2l6efgf] {
    margin-top: auto;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    gap: 1%;
    color: #cfcfcf;
}

    .reset button[b-v3r2l6efgf] {
        align-items: flex-end;
        justify-content: flex-end;
        background: none;
        border: none;
        color: inherit;
        cursor: pointer;
        padding: 0;
        line-height: 1;
    }

        .reset button:hover[b-v3r2l6efgf] {
            color: #000;
        }

        .reset button p[b-v3r2l6efgf] {
            display: flex;
        }

@media (max-width: 768px) {
    .filter-wrapper .bottom[b-v3r2l6efgf] {
        display: flex;
        flex-direction: row;
        gap: 5%;
    }
    .filter-section[b-v3r2l6efgf] {
        flex: 1 0 auto;
        width: auto;
        margin-bottom: 0;
    }
    .reset[b-v3r2l6efgf] {
        justify-content: flex-end;
        text-align: right;
        margin-top: -2%;
    }
}
/* /Components/Functionalities/VideoWithOverlay.razor.rz.scp.css */
.video-wrapper[b-x3ubxvm0vt] {
    position: relative;
    height: 100%;
    width: 100%;
    aspect-ratio: 16 / 9; /* height derives from width */
    overflow: hidden;
}

.video-layer[b-x3ubxvm0vt] {
    position: absolute;
    inset: 0;
    z-index: 0;
}
    .video-layer video[b-x3ubxvm0vt] {
        position: absolute;
        inset: 50% auto auto 50%;
        transform: translate(-50%, -50%);
        width: 100%;
        height: 100%;
        object-fit: cover;
/*        pointer-events: none;*/
        border: 0;
    }

.overlay[b-x3ubxvm0vt] {
    position: absolute;
    inset: 0;
    z-index: 1;
    display: flex;
    flex-direction: column;
    text-align: center;
    padding: 1rem;
    pointer-events: none;
}

    .overlay.pos-center[b-x3ubxvm0vt] {
        align-items: center;
        justify-content: center;
        text-align: center;
    }
    .overlay.pos-top-left[b-x3ubxvm0vt] {
        align-items: flex-start;
        justify-content: flex-start;
        text-align: left;
    }
    .overlay.pos-top-right[b-x3ubxvm0vt] {
        align-items: flex-end;
        justify-content: flex-start;
        text-align: right;
    }
    .overlay.pos-bottom-right[b-x3ubxvm0vt] {
        align-items: flex-end;
        justify-content: flex-end;
        text-align: right;
    }
    .overlay.pos-bottom-left[b-x3ubxvm0vt] {
        align-items: flex-start;
        justify-content: flex-end;
        text-align: left;
    }

    .overlay h1[b-x3ubxvm0vt] {
        margin: 0;
        font-size: clamp(2rem, 6vw, 5rem);
        line-height: 1.05;
        color: white;
        text-shadow: 0 2px 20px rgba(0,0,0,.6);
    }
    .overlay p[b-x3ubxvm0vt] {
        margin-top: 0.75rem;
        font-size: clamp(1rem, 2vw, 1.5rem);
        color: rgba(255,255,255,.9);
    }
/* /Components/Sections/ComponentA.razor.rz.scp.css */
.content[b-9zs8mxpv99] {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    margin: 0;
    padding: 0;
    overflow: hidden;
}
    .content > .top[b-9zs8mxpv99] {
        aspect-ratio: 16 / 9;
        flex: 0 0 100%;
        width: 100%;
        margin: 0;
        padding: 0;
        overflow: hidden;
    }
    .content > .bottom[b-9zs8mxpv99] {
        flex: 0 0 100%;
        display: flex;
    }
        .content > .bottom > .left[b-9zs8mxpv99] {
            flex: 0 0 45%;
            min-width: 0;
            box-sizing: border-box;
            margin: 0;
            padding: 1rem;

            text-align: left;
        }
        .content > .bottom > .right[b-9zs8mxpv99] {
            flex: 1 1 55%;
            min-width: 0;
            box-sizing: border-box;
            margin: 0;
            padding: 0;
            position: relative;
            overflow: visible;
        }

            .content > .bottom > .right .img-wrapper[b-9zs8mxpv99] {
                position: absolute;
                left: 0;
                right: 0;
                bottom: 0;
                top: 0; /* Set to -10% to pull boundingbox up into .top section */
                margin-top: .5rem;
                aspect-ratio: 4 / 3;
                overflow: hidden;
            }
            .content > .bottom > .right .image-layer[b-9zs8mxpv99] {
                position: absolute;
                inset: 0;
                background-size: cover;
                background-position: center;
                background-repeat: no-repeat;
                z-index: 0;
            }
/* /Components/Sections/ComponentB.razor.rz.scp.css */
.content[b-tm2z3firkn] {
    height: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    margin: 0;
    padding: 0;
    overflow: hidden;
}
    .content > .top[b-tm2z3firkn] {
        flex: 0 0 auto;
        align-self: stretch;
        align-items: start;
        display: grid;
        grid-template-columns: 7fr 3fr; /* left/right size controllers */
        width: 100%;
        margin: 0;
        padding: 0;
        overflow: hidden;
    }

        .content > .top > .left[b-tm2z3firkn] {
            aspect-ratio: 16 / 9;
            width: 100%;
            min-width: 0;
            box-sizing: border-box;
            margin: 0;
            padding: 0;

            text-align: left;
            z-index: 10;
        }

        .content > .top > .right[b-tm2z3firkn] {
            min-width: 0;
            box-sizing: border-box;
            margin: 0;
            padding: 0;
            position: relative;
            overflow: visible;
        }

    .content > .bottom[b-tm2z3firkn] {
        flex: 1 1 auto;
        min-height: 0;
        display: flex;
        flex-direction: row;
    }

        .content > .bottom > .left[b-tm2z3firkn] {
            flex: 0 0 45%;
            min-width: 0;
            box-sizing: border-box;
            margin: 0;
            padding: 1rem;
            text-align: left;
        }

        .content > .bottom > .left .title[b-tm2z3firkn]{
            font-weight: 700;
        }

        .content > .bottom > .right[b-tm2z3firkn] {
            flex: 1 1 55%;
            min-width: 0;
            min-height: 0;
            box-sizing: border-box;
            margin: 0;
            padding: 0;
            position: relative;
            overflow: visible;
            aspect-ratio: 4 / 3;
        }

            .content > .bottom > .right .maps-wrapper[b-tm2z3firkn] {
                position: absolute;
                left: 0;
                right: 0;
                bottom: 0;
                top: 0; /* Pulls boundingbox up into .top section */
                margin-top: .5rem;
                overflow: hidden;
                z-index: 1;
            }
/* /Components/Sections/ComponentC.razor.rz.scp.css */
.content[b-qqrew58sqo] {
    height: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    margin: 0;
    padding: 0;
}
    .content > .top[b-qqrew58sqo] {
        aspect-ratio: 16 / 9;
        flex: 0 0 auto;
        width: 100%;
        margin: 0;
        padding: 0;
        overflow: hidden;
    }
    .content > .middle[b-qqrew58sqo] {
        flex: 1 1 auto;
        min-height: 0;
        width: 100%;
        text-align: left;
        padding: 1rem;
    }
    .content > .bottom[b-qqrew58sqo] {
        flex: 1 1 auto;
        min-height: 0;
        display: grid;
        grid-template-columns: 3fr 2fr; /* left/right size controllers */
    }

        .content > .bottom > .left[b-qqrew58sqo],
        .content > .bottom > .right[b-qqrew58sqo] {
            min-width: 0;
            min-height: 0;
            box-sizing: border-box;
        }
            .content > .bottom > .right .title[b-qqrew58sqo] {
                font-weight: 700;
            }
        .content > .bottom > .left[b-qqrew58sqo] {
            position: relative;
            width: 100%;
            margin: 0;
            padding: 0;
        }
            .content > .bottom > .left > .overlay[b-qqrew58sqo] {
                position: absolute;
                inset: 0;
                z-index: 1;
                display: flex;
                flex-direction: column;
                align-items: flex-start;
                justify-content: flex-start;
                text-align: center;
                padding: 2rem;
                pointer-events: none;
            }
                .content > .bottom > .left > .overlay h1[b-qqrew58sqo] {
                    color: white;
                }
            .content > .bottom > .left > .kuula-wrapper[b-qqrew58sqo] {
                width: 100%;
                aspect-ratio: 4 / 3;
                position: relative;
                z-index: 0;
            }
                .content > .bottom > .left > .kuula-wrapper iframe[b-qqrew58sqo] {
                    position: absolute;
                    inset: 0;
                    width: 100%;
                    height: 100%;
                    border: 0;
                }

        .content > .bottom > .right[b-qqrew58sqo] {
            margin: 0 0 0 5%;
            padding: 1rem;
            position: relative;
            text-align: left;
        }
/*.kuula-wrapper {
    position: relative;
}

    .kuula-wrapper iframe {
        width: 100%;
        height: 640px;
        display: block;
    }

.kuula-mask {
    position: absolute;
    top: 0;
    right: 0;
    width: 80px;
    height: 100%;
    pointer-events: none;
    background: linear-gradient( to left, rgba(0,0,0,0.6), rgba(0,0,0,0) );
}*/
/* /Components/Sections/ComponentD.razor.rz.scp.css */
.content[b-lpzpplef8d] {
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

    .content > .filters-container[b-lpzpplef8d] {
        align-items: stretch;
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        margin: 0;
        padding: 0;
        overflow: hidden;
    }

        .content > .filters-container > .filters[b-lpzpplef8d] {
            display: flex;
            flex-direction: column;
            overflow: hidden;
            flex: 0 0 30%;
            min-width: 0;
            min-height: 0;
            width: 100%;
            text-align: left;
            box-sizing: border-box;
            margin: 0;
            padding: 0;
        }

        .content > .filters-container > .selector[b-lpzpplef8d] {
            display: flex;
            flex-direction: column;
            min-width: 0;
            overflow: hidden;
            flex: 0 0 70%;
            position: relative;
            height: auto;
            width: 100%;
            aspect-ratio: 1/1;
            text-align: left;
            box-sizing: border-box;
            margin: 0;
            padding: 0;
        }

.image-layer[b-lpzpplef8d] {
    position: absolute;
    inset: 0;
    overflow: hidden;
    z-index: 0;
}

.image-box[b-lpzpplef8d] {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

    .image-box.hero[b-lpzpplef8d] {
        z-index: 1;
    }

    .image-box.tower-video[b-lpzpplef8d] {
        opacity: 0;
        z-index: 2;
        width: 100%;
        height: 100%;
        object-fit: cover; /* Matches background-size: cover */
        object-position: center; /* Matches background-position: center */
        display: block;
    }

        .image-box.tower-video.is-visible[b-lpzpplef8d] {
            opacity: 1;
        }

@media (max-width: 768px) {
    .content > .filters-container[b-lpzpplef8d] {
        flex-direction: column;
    }
        .content > .filters-container > .filters[b-lpzpplef8d] {
            flex: 0 0 auto;
        }
        .content > .filters-container > .selector[b-lpzpplef8d] {
            flex: 0 0 auto;
        }
}
/* /Components/Sections/ComponentDA.razor.rz.scp.css */
.content[b-bzqtgii29a] {
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

    .content > .filters-container[b-bzqtgii29a] {
        align-items: stretch;
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        margin: 0;
        padding: 0;
        overflow: hidden;
    }

        .content > .filters-container > .filters[b-bzqtgii29a] {
            display: flex;
            flex-direction: column;
            overflow: hidden;
            flex: 0 0 30%;
            min-width: 0;
            min-height: 0;
            width: 100%;
            text-align: left;
            box-sizing: border-box;
            margin: 0;
            padding: 0;
        }

        .content > .filters-container > .selector[b-bzqtgii29a] {
            display: flex;
            flex-direction: column;
            min-width: 0;
            overflow: hidden;
            flex: 0 0 auto;
            position: relative;
            height: auto;
            width: 100%;
            aspect-ratio: 1/1;
            text-align: left;
            box-sizing: border-box;
            margin: 0;
            padding: 0;
        }

.image-layer[b-bzqtgii29a] {
    position: absolute;
    inset: 0;
    overflow: hidden;
    z-index: 0;
}

.image-box[b-bzqtgii29a] {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

    .image-box.hero[b-bzqtgii29a] {
        z-index: 1;
    }

    .image-box.tower-video[b-bzqtgii29a] {
        opacity: 0;
        z-index: 2;
        width: 100%;
        height: 100%;
        object-fit: cover; /* Matches background-size: cover */
        object-position: center; /* Matches background-position: center */
        display: block;
    }

        .image-box.tower-video.is-visible[b-bzqtgii29a] {
            opacity: 1;
        }

@media (max-width: 768px) {
    .content > .filters-container[b-bzqtgii29a] {
        flex-direction: column;
    }
        .content > .filters-container > .filters[b-bzqtgii29a] {
            flex: 0 0 auto;
        }
        .content > .filters-container > .selector[b-bzqtgii29a] {
            flex: 0 0 auto;
        }
}
/* /Components/Sections/ComponentE.razor.rz.scp.css */
.content[b-zr724ng1ie] {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    margin: 0;
    padding: 0;
    overflow: hidden;
}
    .content > .full[b-zr724ng1ie] {
        flex: 0 0 100%;
        width: 100%;
        margin: 0;
        padding: 0;
        overflow: hidden;
    }
    .content > .entire[b-zr724ng1ie] {
        aspect-ratio: 8 / 9;
        flex: 0 0 100%;
        width: 100%;
        margin: 0;
        padding: 0;
        overflow: hidden;
    }
    .content > .half[b-zr724ng1ie] {
        display: flex;
        flex-direction: column;
        min-width: 0;
        overflow: hidden;
        flex: 0 0 50%;
        width: 50%;
        text-align: left;
        box-sizing: border-box;
        aspect-ratio: 4 / 3;
        margin: 0;
        padding: 1%;
    }
        .content > .half > h3[b-zr724ng1ie] {
            font-size: clamp(1.2rem, 1.8vw, 2rem);
            font-weight: 600;
            flex: 0 0 auto;
            margin: 0;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }
        .content > .half > p[b-zr724ng1ie] {
            font-size: clamp(0.8rem, 1.1vw, 1.25rem);
            line-height: 1.35;
            flex: 1 1 auto;
            margin: 0;
            min-height: 0;
            overflow: hidden;
        }
        .content > .half > img[b-zr724ng1ie] {
            overflow: hidden;
        }

.img-wrapper[b-zr724ng1ie] {
    position: relative;
    height: 100%;
    width: 100%;
    aspect-ratio: 16 / 9; /* height derives from width */
    overflow: hidden;
}

.image-layer[b-zr724ng1ie] {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 0;
}

.overlay[b-zr724ng1ie] {
    position: absolute;
    inset: 0;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    text-align: center;
    padding: 2rem;
    pointer-events: none;
}

    .overlay h1[b-zr724ng1ie] {
        margin: 0;
        font-size: clamp(2rem, 6vw, 5rem);
        line-height: 1.05;
        color: white;
        text-shadow: 0 2px 20px rgba(0,0,0,.6);
    }

    .overlay p[b-zr724ng1ie] {
        margin-top: 0.75rem;
        font-size: clamp(1rem, 2vw, 1.5rem);
        color: rgba(255,255,255,.9);
    }
/* /Components/Sections/ComponentG.razor.rz.scp.css */
/* ===== Layout Wrappers ===== */

.content[b-0u63m6nlmb] {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	margin: 0;
	padding: 0;
	padding-inline: 1%;
	overflow: hidden;
}

	.content > .full[b-0u63m6nlmb] {
		display: flex;
		flex-direction: column;
		flex: 0 0 100%;
		width: 100%;
		margin: 0;
	}

.contact-wrapper[b-0u63m6nlmb] {
	text-align: left;
}

/* ===== Header ===== */

.contact-title[b-0u63m6nlmb] {
	margin-bottom: 2%;
}

.contact-policy[b-0u63m6nlmb] {
	margin-bottom: 4%;
}

	.contact-policy a[b-0u63m6nlmb] {
		text-decoration: none;
		color: black;
	}

/* ===== Form Row Layout ===== */

.form-wrapper[b-0u63m6nlmb] {
	flex: 1 1 100%;
	display: flex;
	flex-direction: column;
	align-items: stretch;
	gap: 5%;
}

/* ===== Contact Form ===== */

.contact-form[b-0u63m6nlmb] {
	flex: 1 1 auto;
	min-width: 0;
	max-width: 70%;
	display: flex;
	flex-direction: column;
}

	.contact-form label[b-0u63m6nlmb] {
		display: flex;
		min-width: 0;
		align-items: center;
		justify-content: flex-start;
	}

	.contact-form span[b-0u63m6nlmb] {
		flex: 0 0 20%;
		min-width: 0;
		padding-top: 1%;
	}

	/* ===== Input Styling ===== */

	.contact-form input.contact-input[b-0u63m6nlmb] {
		flex: 1 1 80%;
		min-width: 0;
		border: none;
		border-radius: 0;
		background: transparent;
		outline: none;
		padding: 0;
		padding-top: 1%;
		/* Bottom underline without layout shift */
		box-shadow: inset 0 -0.5rem 0 black;
		transition: box-shadow 150ms ease;
	}

		.contact-form input.contact-input:focus[b-0u63m6nlmb] {
			box-shadow: inset 0 -0.8rem 0 black;
		}


		/* Validation state */
		.contact-form input.contact-input.input-invalid[b-0u63m6nlmb] {
			box-shadow: inset 0 -0.5rem 0 #dc3545;
		}

			.contact-form input.contact-input.input-invalid:focus[b-0u63m6nlmb] {
				box-shadow: inset 0 -0.8rem 0 #dc3545;
			}

		.contact-form input.contact-input.no-line[b-0u63m6nlmb] {
			box-shadow: none;
		}

/* ===== Submit Area ===== */

	.contact-form .submit-wrapper[b-0u63m6nlmb] {
		display: flex;
		margin-top: 1rem;
		margin-left: 1rem;
		justify-content: flex-end;
	}

		.contact-form .submit-wrapper:has(button:disabled)[b-0u63m6nlmb] {
			cursor: not-allowed;
			opacity: 0.8;
		}

	.contact-form .submit-btn[b-0u63m6nlmb] {
		background: none;
		border: none;
		cursor: pointer;
		font-weight: 700;
	}

		.contact-form .submit-btn:hover[b-0u63m6nlmb] {
			text-decoration: underline;
		}

/* ===== Footer ===== */

.contact-footer[b-0u63m6nlmb] {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	margin-top: 10%;
	margin-bottom: 1%;
}

.footer-left p[b-0u63m6nlmb] {
	margin: 0;
}

.footer-right[b-0u63m6nlmb] {
	white-space: nowrap;
	align-items: flex-end;
}

/* ===== Responsive Adjustments ===== */

@media (max-width: 768px) {

	.contact-form[b-0u63m6nlmb] {
		max-width: 100%;
		gap: 3%;
	}

	.contact-form label[b-0u63m6nlmb] {
		flex-direction: row;
	}

	.contact-form span[b-0u63m6nlmb] {
		flex: 0 0 12%;
	}

	.submit-btn[b-0u63m6nlmb] {
		padding: 0;
		padding-top: 2%;
		align-self: flex-start;
	}

	.contact-footer[b-0u63m6nlmb] {
		flex-direction: row;
		gap: 5%;
		margin-top: 10%;
	}
}
/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-m57jqlvxhe] {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.top-nav[b-m57jqlvxhe] {
    position: sticky;
    top: 0;
    z-index: 0;
    height: 0;
    display: flex;
    align-items: center;
    background-color: #f3efe9;
    border-bottom: 1px solid #e4ded6;
}

main.content[b-m57jqlvxhe] {
    flex: 1;
    padding-top: 0;
}

@media (max-width: 640.98px) {
    .top-row[b-m57jqlvxhe] {
        justify-content: space-between;
    }

    .top-row[b-m57jqlvxhe]  a, .top-row[b-m57jqlvxhe]  .btn-link {
        margin-left: 0;
    }
}
/* /Pages/Home.razor.rz.scp.css */
a[b-c28iwqkz0o] {
    display: inline-block;
    width: 50px;
    text-decoration: none;
}

nav[b-c28iwqkz0o],
.scroll-container[b-c28iwqkz0o] {
    display: block;
    margin: 0 auto;
    text-align: center;
}

nav[b-c28iwqkz0o] {
    width: 339px;
    padding: 5px;
    border: 1px solid black;
}

.scroll-container[b-c28iwqkz0o] {
    display: block;
}

.scroll-page[b-c28iwqkz0o] {
    /*min-height: calc(100vh - var(--navbar-height));*/
    width: 100%;
    display: flex;
    justify-content: center;
    overflow: visible;
}

.section-frame[b-c28iwqkz0o] {
    background: white;
    width: 100%;
    height: auto;
    max-width: calc((100vh - var(--navbar-height)) * var(--segment-width) / var(--segment-height));
    display: block;
}

.spacer[b-c28iwqkz0o] {
    margin: calc(min(.8vh, .75vw) * 6);
}
