.masthead {
    background-size: cover;
    min-height: 70vh;
    position: relative;
}
.masthead-home {
    background-image: url('../img/nature6.jpg');
    min-height: 100vh;
}

.spinner-lg {
    width: 3rem;
    height: 3rem;
}

.hero-caption-box {
    max-width: 700px;
}

#header-carousel .carousel-item {
    position: relative;
    min-height: clamp(380px, 56vh, 680px);
}

#header-carousel .carousel-item img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.booking-panel {
    padding: 35px;
}

.booking-panel-compact {
    padding: 15px;
}

.image-offset-top {
    margin-top: 25%;
}

.testimonial-avatar {
    width: 45px;
    height: 45px;
}

.home-testimonial {
    margin-top: 2.25rem !important;
    margin-bottom: 2.25rem !important;
    padding-top: 2.75rem !important;
    padding-bottom: 2.75rem !important;
}

.home-testimonial.testimonial {
    background: linear-gradient(rgba(15, 23, 43, .55), rgba(15, 23, 43, .55)), url('../img/carousel-2.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.home-testimonial .testimonial-carousel,
.testimonial-showcase .testimonial-carousel {
    padding-left: 36px;
    padding-right: 36px;
}

.home-testimonial .container,
.testimonial-showcase .container {
    max-width: 980px;
}

.home-testimonial .testimonial-carousel .testimonial-item,
.testimonial-showcase .testimonial-carousel .testimonial-item {
    min-height: 260px;
    padding: 22px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.home-testimonial .testimonial-carousel .testimonial-item p,
.testimonial-showcase .testimonial-carousel .testimonial-item p {
    font-size: 0.95rem;
    line-height: 1.65;
    margin-bottom: 1.1rem;
    color: #4a4a4a;
}

.home-testimonial .testimonial-copy,
.testimonial-showcase .testimonial-copy {
    flex: 1 1 auto;
}

.home-testimonial .testimonial-author,
.testimonial-showcase .testimonial-author {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.6rem;
    text-align: center;
    margin-top: 0.75rem;
    padding-top: 1rem;
    border-top: 1px solid rgba(15, 23, 43, 0.08);
}

.home-testimonial .testimonial-author-meta,
.testimonial-showcase .testimonial-author-meta {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.home-testimonial .testimonial-avatar,
.testimonial-showcase .testimonial-avatar {
    width: 78px !important;
    height: 78px !important;
    min-width: 78px;
    max-width: 78px;
    flex: 0 0 78px;
    display: block;
    margin: 0 auto;
    object-fit: cover;
    object-position: center;
    image-rendering: auto;
    border: 2px solid rgba(255, 255, 255, 0.9);
    box-shadow: 0 8px 18px rgba(15, 23, 43, 0.18);
    border-radius: 50% !important;
}

.home-testimonial .testimonial-item h6,
.testimonial-showcase .testimonial-item h6 {
    font-size: 1rem;
    line-height: 1.2;
    margin-bottom: 0.2rem !important;
    color: #0f172b;
}

.home-testimonial .testimonial-item small,
.testimonial-showcase .testimonial-item small {
    font-size: 0.84rem;
    color: #6c757d;
}

.home-testimonial .testimonial-carousel .owl-nav,
.testimonial-showcase .testimonial-carousel .owl-nav {
    height: 34px;
    top: calc(50% - 17px);
}

.home-testimonial .testimonial-carousel .owl-nav .owl-prev,
.home-testimonial .testimonial-carousel .owl-nav .owl-next,
.testimonial-showcase .testimonial-carousel .owl-nav .owl-prev,
.testimonial-showcase .testimonial-carousel .owl-nav .owl-next {
    width: 34px;
    height: 34px;
    font-size: 15px;
}

@media (max-width: 768px) {
    .home-testimonial {
        margin-top: 1.75rem !important;
        margin-bottom: 1.75rem !important;
        padding-top: 2rem !important;
        padding-bottom: 2rem !important;
    }

    .home-testimonial .testimonial-carousel,
    .testimonial-showcase .testimonial-carousel {
        padding-left: 12px;
        padding-right: 12px;
    }

    .home-testimonial .testimonial-carousel .testimonial-item,
    .testimonial-showcase .testimonial-carousel .testimonial-item {
        min-height: 220px;
        padding: 16px;
    }

    .home-testimonial .testimonial-carousel .testimonial-item p,
    .testimonial-showcase .testimonial-carousel .testimonial-item p {
        font-size: 0.9rem;
        line-height: 1.55;
    }

    .home-testimonial .testimonial-avatar,
    .testimonial-showcase .testimonial-avatar {
        width: 64px !important;
        height: 64px !important;
        min-width: 64px;
        max-width: 64px;
        flex: 0 0 64px;
    }

    .home-testimonial .testimonial-carousel .owl-nav,
    .testimonial-showcase .testimonial-carousel .owl-nav {
        height: 30px;
        top: calc(50% - 15px);
    }

    .home-testimonial .testimonial-carousel .owl-nav .owl-prev,
    .home-testimonial .testimonial-carousel .owl-nav .owl-next,
    .testimonial-showcase .testimonial-carousel .owl-nav .owl-prev,
    .testimonial-showcase .testimonial-carousel .owl-nav .owl-next {
        width: 30px;
        height: 30px;
        font-size: 13px;
    }
}

.newsletter-form-wrap {
    max-width: 400px;
}

.testimonial-section-spacing {
    margin-bottom: 90px;
}

.footer-bottom-dark {
    background: #111111;
}

.map-frame {
    min-height: 350px;
    border: 0;
}

.message-textarea {
    height: 150px;
}

.page-header-carousel-1 {
    background-image: url('../img/carousel-2.jpg');
}

.page-header-carousel-2 {
    background-image: url('../img/carousel-2.jpg');
}

@media (max-width: 768px) {
    .masthead {
     min-height: 30vh;
    }
    h1 {
        font-size: calc(1.525rem + 3.3vw);
    }
} 