.header-3 .header-lower .header-content .logo-box .logo a figure img {
    width: 115px;
}

.hero-simple {
    position: relative;
    padding: 90px 0;
}

.hero-text-simple h1 {
    color: #fff;
    font-size: 56px;
    font-weight: 700;
}

.hero-text-simple p {
    color: #eee;
    max-width: 600px;
}

.booking-form-box {
    background: #fff;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}

.form-title {
    margin-bottom: 20px;
    font-weight: 600;
}


.hero-title {
    color: #fff;
    font-size: 46px;
    font-weight: 700;
    margin-bottom: 18px;
}

.hero-image-grid {
    max-width: 520px;
}

.hero-image-card {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
    transition: transform 0.3s ease;
}

.hero-image-card img {
    width: 100%;
    height: 110px;
    /* small height for banner */
    object-fit: cover;
}

.hero-image-card:hover {
    transform: translateY(-4px);
}

/* Tablet */
@media (max-width: 991px) {
    .hero-title {
        font-size: 36px;
    }

    .hero-image-card img {
        height: 100px;
    }
}

/* Mobile */
@media (max-width: 575px) {
    .hero-title {
        font-size: 28px;
        text-align: center;
    }

    .hero-image-grid {
        margin: 0 auto;
    }

    .hero-image-card img {
        height: 90px;
    }
}


.hero-image-stack {
    display: flex;
    flex-direction: column;
    gap: 16px;
    max-width: 260px;
}

.stack-row {
    display: flex;
    gap: 16px;
}

.stack-card {
    width: 120px;
    height: 120px;
    background: #0f3d2e;
    /* dark green frame */
    padding: 10px;
    border-radius: 6px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.35);
}

.stack-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 4px;
}

/* Tablet */
@media (max-width: 991px) {
    .hero-image-stack {
        max-width: 220px;
    }

    .stack-card {
        width: 100px;
        height: 100px;
    }
}

/* Mobile */
@media (max-width: 575px) {
    .hero-image-stack {
        flex-direction: row;
        flex-wrap: wrap;
        max-width: 100%;
        justify-content: center;
    }

    .stack-row {
        gap: 12px;
    }

    .stack-card {
        width: 90px;
        height: 90px;
    }
}


@media (max-width: 575px) {
    .micon-content h2 {
        font-size: 16px;
    }

    .micon-content p {
        font-size: 13px;
    }
}


.pt-100 {
    padding-top: 35px !important;
}


.gallery-scroll {
    width: 100vw;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 20px 0;
}

.gallery-track {
    display: flex;
    gap: 20px;
    padding: 0 40px;
    width: max-content;
}

.photo-gallery {
    position: relative;
    min-width: 315px; 
    overflow: hidden;
    border-radius: 12px;
}

.photo-gallery img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.photo-gallery a {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: 0.3s;
    color: #fff;
    font-size: 22px;
}

.photo-gallery:hover a {
    opacity: 1;
}

/* optional – hide scrollbar */
.gallery-scroll::-webkit-scrollbar {
    display: none;
}


.horizontal-gallery {
    width: 100vw;
    overflow: hidden;
    /* hide scrollbar */
    cursor: grab;
}

.gallery-row {
    display: flex;
    gap: 20px;
    padding: 20px 40px;
    width: max-content;
}

.gallery-item {
    width: 350px;
    height: 250px;
    flex: 0 0 auto;
}

.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
}

.horizontal-gallery {
    width: 100vw;
    overflow: hidden;
    /* hide scrollbar */
    cursor: grab;
}

.gallery-row {
    display: flex;
    gap: 20px;
    padding: 20px 40px;
    width: max-content;
}

.gallery-item {
    width: 350px;
    height: 250px;
    flex: 0 0 auto;
}

.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
}


.footer-3 .footer-bottom .footer-widget-wrap {
    padding: 39px 0 5px 0;
}

@media (min-width: 992px) {
    .header-sidebar {
        display: none;
    }
}


.sticky-contact-icons {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 9999;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.sticky-contact-icons .sticky-icon {
    width: 50px;
    height: 50px;
    background: #04433d;
    color: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    text-decoration: none;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.25);
    transition: all 0.3s ease;
}

.sticky-contact-icons .sticky-icon:hover {
    transform: translateY(-3px);
    background: #03332e;
}

/* Mobile spacing */
@media (max-width: 575px) {
    .sticky-contact-icons {
        right: 15px;
        bottom: 15px;
    }
}


.sticky-contact-icons {
    position: fixed;
    left: 20px;
    /* ← LEFT */
    bottom: 20px;
    z-index: 9999;
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.sticky-contact-icons .sticky-icon {
    width: 35px;
    height: 35px;
    background: #04433d;
    color: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    text-decoration: none;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.25);
    transition: all 0.3s ease;
}

.sticky-contact-icons .sticky-icon:hover {
    transform: translateY(-3px);
    background: #03332e;
}

/* Mobile spacing */
@media (max-width: 575px) {
    .sticky-contact-icons {
        left: 15px;
        bottom: 15px;
    }
}



.testimonial-wrapper {
    max-width: 1100px;
    margin: auto;
}

.testimonial-title {
    text-align: center;
    font-size: 34px;
    color: #ffffff;
    margin-bottom: 50px;
}

.testimonial-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 25px;
}

.testimonial-card {
    background: #ffffff;
    padding: 30px 25px;
    border-radius: 14px;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
    text-align: center;
    transition: transform 0.3s ease;
}

.testimonial-card:hover {
    transform: translateY(-8px);
}

.client-img {
    width: 75px;
    height: 75px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 18px;
}

.testimonial-text {
    font-size: 15px;
    color: #555;
    margin-bottom: 18px;
}

.client-name {
    font-weight: 600;
    color: #222;
}

/* Read Review Button */
.review-btn-wrapper {
    text-align: center;
    margin-top: 50px;
}

.review-btn {
    display: inline-block;
    padding: 14px 38px;
    background: #ffffff;
    color: #1b1b1b;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
}

.review-btn:hover {
    background: #1b1b1b;
    color: #ffffff;
    box-shadow: 0 10px 25px rgba(255, 255, 255, 0.25);
}



.open-form-btn {
    padding: 10px 22px;
    border: none;
    background: #ffffff;
    color: #1b1b1b;
    border-radius: 25px;
    cursor: pointer;
    font-weight: 600;
}

.form-popup {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 280px;
    background: #ffffff;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    display: none;
    z-index: 1000;
}

.form-popup h3 {
    margin-bottom: 15px;
    font-size: 18px;
}

.form-popup input {
    width: 100%;
    padding: 9px 10px;
    margin-bottom: 10px;
    border-radius: 6px;
    border: 1px solid #ddd;
    font-size: 14px;
}

.form-popup button {
    width: 100%;
    padding: 10px;
    background: #1b1b1b;
    color: #fff;
    border: none;
    border-radius: 20px;
    cursor: pointer;
}

.close-btn {
    position: absolute;
    top: 10px;
    right: 12px;
    font-size: 20px;
    cursor: pointer;
}


.terms-wrapper {
    max-width: 1100px;
    margin: auto;
    padding: 0 20px;
}

.terms-card {
    background: #1b1b1b;
    color: #ffffff;
    padding: 50px 45px;
    border-radius: 16px;
}

.terms-card h2 {
    font-size: 34px;
    margin-bottom: 25px;
}

.terms-card ul {
    padding-left: 20px;
}

.terms-card li {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 12px;
}


.terms-card ul {
    padding-left: 22px;
    list-style-type: disc;
}

.terms-card li {
    margin-bottom: 10px;
    line-height: 1.7;
}


.footer-copyright,
.footer-copyright * {
    pointer-events: auto !important;
}

.footer-bottom-nav {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-bottom-nav li {
    display: inline-block;
}

.footer-bottom-nav a {
    color: #ffffff;
    text-decoration: none;
    cursor: pointer;
    position: relative;
    z-index: 9999;
}

.about-section-4 .about-content .about-features-wappper .about-features-item .about-features-title h3 {
    font-size: 26px;
    line-height: 0.4em;
    margin-bottom: 15px;
    text-transform: capitalize;
}

.pb-100 {
    padding-bottom: 42px !important;
}

.pb-70 {
    padding-bottom: 11px !important;
}


@media (min-width: 992px) {
    .nch {
        height: 575px;
    }
}