/*iframe {
		position: absolute;
		top: 0;
		left: 0;
		height: 100vh;
		width: 100vw;
		/*margin-top: 52px;*/
/*border: none;
	}*/
header {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

video {
    width: 100vw;
    height: 100vh;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
    z-index: 1;
}

.mute-Btn {
    position: absolute;
    bottom: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    background: url("/img/home/video_audio_off2.png") no-repeat center center;
    background-size: cover;
    cursor: pointer;
    border: none;
    outline: none;
    opacity: 0.8;
    transition: opacity 0.3s ease;
    z-index: 1;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Cormorant Garamond', serif !important;
}

.mute-Btn:hover {
    opacity: 1;
}

.reservationbar {
    background-color: transparent;
    color: #f4f0ec;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 17px;
    line-height: 20px;
    float: left;
    width: 100%;
    height: 70px;
    padding: 6px 20px;
    position: absolute;
    top: 85%;
    left: 0;
    text-align: center;
}

.reservationbar span input {
    border: 1px solid #fff;
    background-color: transparent;
    margin: 0px !important;
    color: white;
    height: 100% !important;
}

.reservationbar span select {
    border: 1px solid #fff;
    background-color: transparent;
    padding: 1.2rem !important;
    margin: 0px !important;
    color: white;
    height: 47px !important;
}

    .reservationbar span select option {
        /*background-color: #808080;*/
        color: #808080;
    }

.reservationbar input {
    border: 1px solid #fff;
    background-color: transparent;
    padding: 1.2rem !important;
    height: 100% !important;
}

.reservationbar span {
    padding: 0.5rem;
}

.res-btn-desktop:hover {
    background-color: black;
    opacity: 0.5;
}

header img {
    width: 100vw;
    height: 100vh;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
}
/*NEW HOME PAGE SETUP HERE*/
.contentbar-color {
    background-color: #8598A2;
}

.blue-color {
    color: #8598A2 !important;
}

.white-color {
    color: white !important;
}

.swirl {
    /*background-image: url(/img/swirl-2.jpg) !important;*/
    background-image: none;
    background-color: #f4f0ec;
}

.navbar-default {
    background-color: #8598A2;
}

footer {
    background-color: #8598A2;
}

.social {
    background-color: #8598A2;
}

    .social h3 {
        color: white !important;
    }

h3 em {
    color: #F0EEE2;
}

body {
    color: #8598A2;
}



.section-box {
    background-color: white;
}

.section-flex-column {
    display: flex;
    flex-direction: column;
}

.section-flex-row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.section-spacing {
    overflow: hidden;
    padding: 3vw 7vw;
    font-weight: 500;
    clear: both;
    float: none;
}

.two-column {
    display: flex;
    gap: 2vw; /* small gutter between columns */
    /*align-items: flex-start;*/
    align-items: stretch;
}

.justify-center {
    justify-content: center;
}

.justify-flex-end {
    justify-content: flex-end;
}

.justify-space-even {
    justify-content: space-evenly;
}


.left-col {
    width: 40vw; /* requested width */
    max-width: 100%; /* guard against overflow on tiny viewports */
}

.right-col {
    width: 60vw; /* requested width */
    max-width: 100%;
}

.col50 {
    width: 50vw;
}

.col35 {
    width: 35vw;
}

.col40 {
    width: 40vw;
}

.col60 {
    width: 60vw;
}

.image-row {
    display: grid;
    grid-template-columns: 1fr 1fr; /* two equal columns */
    gap: 1.5vw; /* spacing between images */
}

.image-wrap {
    display: block;
    width: 100%; /* fill the grid cell width */
    max-width: 100%; /* never exceed the container */
    height: auto; /* maintain aspect ratio */
    object-fit: cover;
}


.background-blue {
    background-color: #8598A2 !important
}

.centered-text {
    text-align: center;
    max-width: 100%;
}


.card {
    background: #fff;
    overflow: hidden; /* clips image corners to the card radius */
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 28vw; /* keep similar sizes across 3 cards */
    min-width: 240px; /* don’t get too small on narrow viewports */
}

.card :hover {
    text-decoration-color: #8598A2;
}


.card-image {
    padding: 1vw; /* ~1vw spacing on each side as requested */
    box-sizing: border-box;
}


.card-image img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
}

.card-title {
    margin: 0 1vw 1.2vw;
}


.card-image.bg-cover {
    position: relative;
    display: grid; /* enable centering with place-items */
    place-items: center;
    height: 100%; /* controls the visible height */
    /*background-image: var(--bg);*/
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) ), var(--bg);
    background-size: cover; /* cover ensures full bleed */
    background-position: center;
    background-repeat: no-repeat;
}


.card-overlay {
    position: relative; /* above the overlay gradient */
    text-align: center;
    padding: 1.25rem 1.5rem; /* inner spacing around text */
    color: #fff; /* default white text for contrast */
}


.card-body {
    margin: 0;
    font-size: clamp(0.95rem, 1.2vw, 1.1rem);
    line-height: 1.5;
    opacity: 0.95;
}

.link {
    text-transform: uppercase;
    text-decoration: underline;
}


.background-beige {
    background-color: inherit;
}

.card-body-text {
    margin: 0 1vw 1.2vw;
}

.bottom-button {
    margin-top: auto;
}

.image-card {
    width: 100%;
    height: 450px; /* adjust as needed */
    background-image: url("/img/home/full-div-img-2026.jpg");
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center; /* horizontally center white box */
    align-items: center; /* vertically center white box */
    position: relative;
}


.white-box {
    width: 70%;
    height: 80%;
    background: rgba(255, 255, 255, 0.5); /* 0 = fully transparent, 1 = solid */
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 20px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.2);
    backdrop-filter: blur(6px); /* optional: glass effect */
}



.white-box-title {
    font-size: 4rem;
    font-family: 'Cormorant Garamond', serif;
    text-align: center;
}

.title-header {
    font-family: 'Cormorant Garamond', serif !important;
}


.subscribe-form {
    display: grid;
    grid-template-columns: 1fr 1fr auto; /* name | email | button */
    width: 100%;
    max-width: 600px;
    margin: 16px auto 8px;
    border: 1px solid rgba(0,0,0,0.08);
    overflow: hidden; /* ensures no gaps between inputs */
    background: #ffffff;
}


    /* Remove all default gaps */
    .subscribe-form > * {
        margin: 0;
        border: 0;
        outline: none;
    }

    /* Inputs share the same height as the button for perfect alignment */
    .subscribe-form input {
        padding: 14px 16px;
        font-size: 1rem;
        min-width: 0; /* prevents overflow in grid */
        color: #1f2a37;
        background: white;
        border: 1px solid #8598a2;
    }


        /* Subtle separators without gaps */
        .subscribe-form input + input {
            border-left: 1px solid rgba(0,0,0,0.08);
        }

/* Button */
.subscribe-btn {
    padding: 14px 20px;
    background: var(--accent);
    background-color: #8598a2;
    color: #ffff;
    font-weight: 600;
    font-size: 1rem;
    cursor: pointer;
    white-space: nowrap;
    transition: background .2s ease, transform .05s ease;
}

    .subscribe-btn:hover {
        background: #0f2a45;
    }

    .subscribe-btn:active {
        transform: translateY(1px);
    }



/* Accessibility helpers */
.visually-hidden {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    white-space: nowrap;
}




/*all mobile sizes*/
@media screen and (min-width: 1px) and (max-width: 1023px) {
    .reservationbar {
        display: none;
    }
    .subscribe-form {
        grid-template-columns: 1fr; /* stack fields */
        border-radius: 16px;
    }

    .subscribe-form input + input {
        border-left: 0;
    }

    .subscribe-form input:not(:last-of-type) {
        border-bottom: 1px solid rgba(0,0,0,0.08);
    }

    .subscribe-btn {
        width: 100%;
        border-top: 1px solid rgba(0,0,0,0.08);
    }
}
