body {
    font-family: "Questrial", sans-serif;
    font-optical-sizing: auto;
    font-weight: normal;
    font-style: normal;
    padding-bottom: 0;
    color: #000
}

h1,
h2,
h3,
h4,
h5 {
    font-family: "Questrial", sans-serif;
    font-weight: bold;
}

h1 {
    font-size: clamp(28px, 5vw, 54px);
}

h2 {
    font-size: clamp(24px, 4vw, 40px);
}

p,
ul {
    font-family: "Questrial", sans-serif;
    font-weight: normal;
}

/* questrial-regular - latin */
@font-face {
    font-display: swap;
    /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Questrial';
    font-style: normal;
    font-weight: 400;
    src: url('/font/Questrial/questrial-v18-latin-regular.woff2') format('woff2');
    /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}


@media (max-width: 800px) {
    h1 {
        margin-top: 30px;
    }
}



ul.listing {
    display: inline-block;
}

ul.listing li {
    float: left;
    list-style-type: circle;
}


listing.li a {
    text-decoration: underline;
}


p a {
    text-decoration: underline;
}

.container,
.container-fluid {
    margin-top: 60px;
}

.list-group {
    padding-bottom: 30px;
}

.container-fluid h2 {
    font-weight: bold;
    display: inline-block;
    padding-bottom: 10px;
    position: relative;
    margin-top: 20px;
    text-align: center;
}

.marketing .featurette {
    padding: 40px 0;
}

@media (max-width: 800px) {
    .marketing .featurette {
        padding: 0;
    }
}

@media (max-width: 800px) {
    .container {
        margin-top: 0 !important;
    }
}

.view {
    width: 100%;
    text-align: left !important;
}

.package {
    width: 65%;
    padding: .3rem;
    border: 0;
}

.tel a {

    text-decoration: underline;
    font-weight: bold;
}




.container-tag {
    background-color: #FAFAFA;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    min-height: 50vh;
    display: flex;
    align-items: center;
    /* vertical center */
    justify-content: center;
    /* horizontal center */
    text-align: center;
    padding: 0;
    /* remove the fixed padding */
}


.container-tag .container-tag-text {
    width: 800px;
    padding: 0 40px
}

.container-tag h2 {
    font-weight: bold;
    font-size: clamp(24px, 4vw, 40px);
    padding-bottom: 20px;
}


.container-tag h3 {
    font-weight: normal;
    font-size: clamp(20px, 4vw, 25px);
}

.container-tag p {
    font-weight: normal;
}

.homepage-properties {
    /* border: 1px solid #000; */
    padding: 0 40px;
}

.homepage-properties .property {

    padding: 50px 40px;
    text-align: center;
}
.homepage-properties .book {

    padding:  0 10px 20px 0;
    text-align: center;
}

.homepage-properties .property:first-of-type {
    border-right: 1px solid #000;
}

@media (max-width: 800px) {
    .homepage-properties .property:first-of-type {
        border-right: none;
    }
}

.homepage-properties .property img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    height: auto;
       
}

.homepage-properties .property h2 {
    padding-top: 20px;
    font-size: clamp(24px, 4vw, 30px);
    font-weight: 500;
}

.feature-video h2 {
    font-weight: bold;
    font-size: clamp(24px, 4vw, 40px);
    padding-bottom: 20px;
}


.w-100 {
    min-height: 200px;
}

.carousel-item img {
    width: 100%;
    height: auto;
}

.carousel {
    margin-bottom: 0;
}



.carousel-control-next,
.carousel-control-prev {
    filter: invert(100%);
}

/*Navbar */
.navbar {
    position: relative;



}

.navbar .container-fluid {
    padding-top: 0;
    margin-top: 0;
}

.navbar-brand img {
    width: 75px;
    height: auto;
}

.navbar-brand {
    color: #ffffff;
}

@media (min-width: 768px) {
    .navbar-brand img {
        width: 150px;
        height: auto;
    }
}


.navbar .navbar-toggler {
    border-color: #fff;
}

/* white border */

.navbar .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220%200%2030%2030%22%3E%3Cpath stroke=%22rgba(255,255,255,1)%22 stroke-linecap=%22round%22 stroke-miterlimit=%2210%22 stroke-width=%222%22 d=%22M4 7h22 M4 15h22 M4 23h22%22/%3E%3C/svg%3E");
}

.navbar-expand-xl {

    border-bottom: 1px #dcdcdc solid;
    background-color: #212529;
}

.navbar-expand-xl .navbar-nav .nav-link {
    color: white !important;
    /* background-color: white; */
    background-color: #212529;
    font-weight: bold;
    font-size: 1.2rem;
    border: 0;
}



.nav {
    padding: 60px 0;
    margin-left: 25px;
}

@media (max-width: 576px) {
    .nav {
        margin-left: 0;
        padding: 25px 0;
    }

    /*.nav, .nav ul {display:inline;}*/
    .slideshow {
        margin-bottom: 20px;
    }
}

.footer-details-container {
    color: white;
    background: #212529;

}

.footer-details-container p a,
.footer-details-container .link {
    color: white;
    text-decoration: underline;
    text-underline-position: under;
    padding-bottom: 20px;
    text-decoration-thickness: 0.08em;
    text-underline-offset: 0.12em;
}



.footer-block {
    flex: 1;
    /* evenly space blocks */
}

.footer-block p a:hover,
.footer-block p a:focus-visible {
    color: white;
    text-decoration-thickness: 0.2em;
    /* thicker underline */
    text-underline-offset: 0.18em;
    /* nudge down to match thickness */


}


.featurette-heading {
    margin-top: 1rem;

}

@media (max-width: 576px) {
    .featurette-divider {
        margin: 1rem 0;
    }


}

* {
    box-sizing: border-box;
}

.nav-item a {
    position: relative;
    background-color: #dcdcdc;
    /* border: 1px solid #fff; */
    transition: all 0.1s ease-in-out;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem;

}

.dropdown-item {
    text-decoration: underline;
}

.dropdown-item:hover {
    text-decoration: none;
}

.nav-item.contact a {
    background-color: #996515;
    color: white !important;
    text-decoration: none;
    border-radius: 9999px;
    font-weight: bold;
    border: 2px solid #fff;
}


.slideshow {
    margin-left: auto !important;
}




.dropdown {padding:0 10px}
.dropdown-menu .dropdown-item {
    background-color: #212529;
    color: white;
}

.dropdown-menu {
    background-color: #212529;


}

.dropdown-item {
    border: 0;
}


.nav-item h2 {
    margin-top: 0;
    padding-bottom: 0;
    font-size: clamp(24px, 4vw, 40px);
    font-weight: normal;
    margin-bottom: 0;
}






.modal-lg {
    max-width: 1000px !important;
}

.modal-header {
    border-bottom: 0;
}

.modal-content {
    background-color: transparent;
    top: 65px;
}

.modal-footer {
    border-top: 0;
}

.modal-header .close {
    padding: 0 0.5rem;
}

.close:focus,
.close:hover {
    color: #fff;
    text-decoration: none;
    opacity: 1;
    background-color: black;
}

.close {
    color: #ffffff;
    background-color: #222222;
    text-shadow: 0;
    font-size: 2.5rem;
}

#image-gallery .modal-footer {
    display: block;
}

.img-thumbnail {
    border: 0;
}



.accommodation .main-image {
    margin-top: 80px;

}

@media (max-width: 768px) {
    .accommodation .main-image {
        display: none;

    }
}

.accommodation h1 {
    margin-top: 60px;

}

.contact h1 {
    padding: 0rem 4rem;
}

@media (max-width: 768px) {
    .contact h1 {
        padding: 0 3rem;
    }
}

@media (max-width: 768px) {
    .accommodation h1 {
        margin-top: 30px;

    }
}

.image-card {
    position: relative;
    overflow: hidden;
}

.image-card img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.5s ease;
}

.card-text {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.8);
    /* semi-transparent bg so text is readable */
    padding: 20px;
    text-align: center;

    transition: background 0.3s ease, color 0.3s ease;
    z-index: 2;

}






/* phtoto gallery */
.grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: var(--gap);

    margin: 0;
}

.grid figure {
    margin: 0;
}


.grid a {
    display: block;
    width: 100%;
    height: 100%;
    line-height: 0;
}

.grid img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    padding: 5px;
}

.grid figcaption {
    display: none;
}


@media (max-width: 900px) {
    .grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .grid {
        grid-template-columns: 1fr;
    }
}

/*Buttons */


.btn-bluefish2 {
    background: #996515;
    color: white;
    text-decoration: none;
    border-radius: 9999px;
    font-weight: bold;
    padding: 10px 32px;
}

.btn-bluefish3 {
    background: #996515;
    color: white;
    text-decoration: none;
    border-radius: 9999px;
    font-weight: bold;
    padding: 10px 60px;
}

.nav-item.contact a:hover,
.btn-bluefish2:hover,
.btn-bluefish3:hover {
    background: #b17f33;
    color: white;
    text-decoration: none;
}

.homepage-main {
    margin: 0;
    padding: 0;
}

/* Center both text and images to the same width */
.image-hero-left {
    display: grid;
    justify-items: center;
    /* centers children on the same vertical axis */
    row-gap: 20px;
}

/* Make both sections share one responsive width:
   - min: 240px (small phones)
   - fluid: up to 90vw
   - max: 476px (230 + 30 gap + 228) */
.hero-text,
.hero-images {
    width: clamp(240px, 90vw, 476px);
}

/* Keep text visually centered within that width */
.hero-text {
    text-align: center;
    margin: 0;
    /* remove any stray margins */
}

/* Image pair behaviour */
.hero-images {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin: 40px 0;
}

.hero-images .img-2 {
    margin-top: -40px;
}

/* Tablet & down adjustments (you already hide the right hero image elsewhere) */
@media (max-width: 991.98px) {
    .image-hero-left {
        padding: 24px 16px;
    }

    .hero-images {
        gap: 16px;
        margin-bottom: 24px;
    }

    .hero-images .img-2 {
        margin-top: 0;
    }
}

/* Very small phones: stack images but keep the same center line */
@media (max-width: 575.98px) {
    .hero-images {
        flex-direction: column;
        align-items: center;
    }
}



.bgvideo {
    position: relative;
    min-height: 400px;
    /* same as your images */
    overflow: hidden;
}

.bgvideo video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* makes it behave like background-size: cover */
    z-index: -1;
    /* ensures the caption is visible on top */
}

.caption {
    position: relative;
    z-index: 1;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
}

.caption {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    text-align: center;
    color: #000;
}

.caption span.border {
    background-color: #111;
    color: #fff;
    padding: 18px;
    font-size: 25px;
    letter-spacing: 10px;
}



form {
    background: #fff;
    padding: 3rem 4rem;
    border-radius: 10px;
    /* box-shadow: 0 4px 12px rgba(0,0,0,0.1); */
    width: 90%;
    max-width: 900px;
    text-align: center;
}

@media (max-width: 768px) {
    form {
        padding: 0rem 4rem 2rem 4rem;
    }
}

.form-row {
    display: flex;
    gap: 2rem;
}

.form-group {
    flex: 1;
}

.property-dropdown {
    padding: 10px 0;
}

label {
    display: block;
    text-align: left;
    font-size: 1.1rem;
    margin: 1.5rem 0 0.5rem;
}

label .required {
    color: red;
}

input,
select,
textarea {
    width: 100%;
    font-size: 1.2rem;
    padding: 0.5rem 0;
    border: none;
    border-bottom: 2px solid #333;
    outline: none;
    background: transparent;
}

input:focus,
select:focus,
textarea:focus {
    border-bottom-color: #007acc;
}

textarea {
    resize: vertical;
    min-height: 100px;
}

button {

    padding: 0.8rem 2rem;
    font-size: 1.2rem;
    border: none;
    border-radius: 5px;
    background: #007acc;
    color: #fff;
    cursor: pointer;
    transition: background 0.3s ease;
}

button:hover {
    background: #005f99;
}

/* Responsive stacking for small screens */
@media (max-width: 600px) {
    .form-row {
        flex-direction: column;
    }
}