/* About Us Section */
.aboutus-section {
    background: #f6fefd;
    position: relative;
    overflow: hidden;
    border-radius: 60px;
    margin-top: 0;
    margin-bottom: 0;
}

.aboutus-subtitle {
    color: #143c5d;
    font-size: 1.05rem;
    letter-spacing: 0.12em;
    font-weight: 700;
    text-transform: uppercase;
    display: block;
    margin-bottom: 0.7rem;
}

.aboutus-title {
    font-size: 2.6rem;
    font-weight: 800;
    color: #111;
    letter-spacing: 0.01em;
    margin-bottom: 1.2rem;
}

.aboutus-desc {
    color: #4a5a5a;
    font-size: 1.13rem;
    line-height: 1.7;
    margin-bottom: 2.2rem;
    max-width: 840px;
}

.aboutus-btn {
    background: #143c5d;
    color: #fff;
    font-weight: 700;
    border-radius: 30px;
    padding: 0.8rem 2.2rem;
    font-size: 1.1rem;
    box-shadow: 0 2px 8px rgba(30, 178, 166, 0.08);
    border: none;
    transition: background 0.2s, color 0.2s;
}

.aboutus-btn:hover {
    background: #143c5d;
    color: #fff;
}

.aboutus-img-stack {
    min-height: 340px;
    min-width: 420px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.aboutus-img-card {
    position: absolute;
    background: #fff;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 8px 32px rgba(30, 178, 166, 0.10);
    transition: transform 0.5s cubic-bezier(.4, 2, .3, 1), box-shadow 0.2s;
    will-change: transform;
}

.aboutus-img-card-1 {
    top: 0;
    left: 30px;
    width: 340px;
    z-index: 2;
    transform: rotate(-4deg) scale(1.02);
}

.aboutus-img-card-2 {
    top: 90px;
    left: 120px;
    width: 340px;
    z-index: 3;
    transform: rotate(8deg) scale(1.04);
    box-shadow: 0 16px 48px rgba(30, 178, 166, 0.13);
}

.aboutus-img-card:hover {
    transform: rotateY(18deg) scale(1.07) translateY(-10px);
    box-shadow: 0 24px 64px rgba(30, 178, 166, 0.18);
    z-index: 5;
}

.aboutus-paperplane {
    position: absolute;
    top: 10px;
    right: -60px;
    font-size: 3.2rem;
    color: #143c5d;
    opacity: 0.7;
    z-index: 10;
    pointer-events: none;
}

@media (max-width: 991px) {
    .aboutus-title {
        font-size: 1.5rem;
    }

    .aboutus-img-stack {
        min-width: 260px;
        min-height: 180px;
    }

    .aboutus-img-card-1,
    .aboutus-img-card-2 {
        width: 200px;
        left: 0;
    }

    .aboutus-img-card-2 {
        top: 60px;
        left: 60px;
    }
}

@media (max-width: 600px) {
    .aboutus-section {
        border-radius: 0;
        padding-bottom: 1.5rem;
    }

    .aboutus-img-stack {
        min-width: 120px;
        min-height: 80px;
    }

    .aboutus-img-card-1,
    .aboutus-img-card-2 {
        width: 120px;
    }

    .aboutus-img-card-2 {
        top: 30px;
        left: 30px;
    }

    .aboutus-title {
        font-size: 1.1rem;
    }
}

/* About Host Section */
.about-host-section {
    background: #f6fefd;
    position: relative;
    overflow: hidden;
    border-radius: 60px;
    margin-top: 0;
    margin-bottom: 0;
}

.about-host-subtitle {
    color: #143c5d;
    font-size: 1.05rem;
    letter-spacing: 0.12em;
    font-weight: 700;
    text-transform: uppercase;
    display: block;
    margin-bottom: 0.7rem;
}

.about-host-title {
    font-size: 2.6rem;
    font-weight: 800;
    color: #111;
    letter-spacing: 0.01em;
    margin-bottom: 1.2rem;
}

.about-host-desc {
    color: #4a5a5a;
    font-size: 1.13rem;
    line-height: 1.7;
    margin-bottom: 2.2rem;
    max-width: 840px;
}

.about-host-btn {
    background: #143c5d;
    color: #fff;
    font-weight: 700;
    border-radius: 30px;
    padding: 0.8rem 2.2rem;
    font-size: 1.1rem;
    box-shadow: 0 2px 8px rgba(30, 178, 166, 0.08);
    border: none;
    transition: background 0.2s, color 0.2s;
}

.about-host-btn:hover {
    background: #143c5d;
    color: #fff;
}

.about-host-img-stack {
    min-height: 340px;
    min-width: 420px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.about-host-img-card {
    position: absolute;
    background: #fff;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 8px 32px rgba(30, 178, 166, 0.10);
    transition: transform 0.5s cubic-bezier(.4, 2, .3, 1), box-shadow 0.2s;
    will-change: transform;
}

.about-host-img-card-1 {
    top: 0;
    left: 30px;
    width: 340px;
    z-index: 2;
    transform: rotate(-4deg) scale(1.02);
}

.about-host-img-card-2 {
    top: 90px;
    left: 120px;
    width: 340px;
    z-index: 3;
    transform: rotate(8deg) scale(1.04);
    box-shadow: 0 16px 48px rgba(30, 178, 166, 0.13);
}

.about-host-img-card:hover {
    transform: rotateY(18deg) scale(1.07) translateY(-10px);
    box-shadow: 0 24px 64px rgba(30, 178, 166, 0.18);
    z-index: 5;
}

.about-host-paperplane {
    position: absolute;
    top: 10px;
    right: -60px;
    font-size: 3.2rem;
    color: #143c5d;
    opacity: 0.7;
    z-index: 10;
    pointer-events: none;
}

@media (max-width: 991px) {
    .about-host-title {
        font-size: 1.5rem;
    }

    .about-host-img-stack {
        min-width: 260px;
        min-height: 180px;
    }

    .about-host-img-card-1,
    .about-host-img-card-2 {
        width: 200px;
        left: 0;
    }

    .about-host-img-card-2 {
        top: 60px;
        left: 60px;
    }
}

@media (max-width: 600px) {
    .about-host-section {
        border-radius: 0;
        padding-bottom: 1.5rem;
    }

    .about-host-img-stack {
        min-width: 120px;
        min-height: 80px;
    }

    .about-host-img-card-1,
    .about-host-img-card-2 {
        width: 120px;
    }

    .about-host-img-card-2 {
        top: 30px;
        left: 30px;
    }

    .about-host-title {
        font-size: 1.1rem;
    }
}


.testimonial_index-btn {
    /* position: absolute; */
    /* top: 50%; */
    z-index: 2;
    /* transform: translateY(-50%); */
    background: var(--primary-dark);
    color: #fff;
    border-radius: 50%;
    width: 46px;
    height: 46px;
    font-size: 2rem;
    border: none;
    /* box-shadow: 0 2px 8px rgba(30, 178, 166, 0.10); */
    /* transition: background 0.2s, color 0.2s; */
    display: flex;
    align-items: center;
    justify-content: center;
}
.testimonial_index-btn:hover {
    background: var(--primary-dark);
    color: #fff;
}
/* Attraction Section */
.attraction-section {
    background: #fff;
    border-radius: 60px;
    margin-top: 0;
    margin-bottom: 0;
}

.attraction-subtitle {
    color: #143c5d;
    font-size: 1.05rem;
    letter-spacing: 0.12em;
    font-weight: 600;
    text-transform: uppercase;
    display: block;
    margin-bottom: 0.5rem;
}

.attraction-title {
    font-size: 2.4rem;
    font-weight: 800;
    color: #111;
    letter-spacing: 0.01em;
}

.attraction-btn {
    position: absolute;
    top: 50%;
    z-index: 2;
    transform: translateY(-50%);
    background: #eaf7f6;
    color: #143c5d;
    border-radius: 50%;
    width: 56px;
    height: 56px;
    font-size: 2rem;
    border: none;
    box-shadow: 0 2px 8px rgba(30, 178, 166, 0.10);
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.attraction-btn:hover {
    background: #143c5d;
    color: #fff;
    transform: translateY(-50%) scale(1.05);
}

.attraction-btn.disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.attraction-btn-left {
    left: -28px;
}

.attraction-btn-right {
    right: -28px;
}

.attraction-slider {
    position: relative;
    overflow: hidden;
    margin: 0 10px;
    padding: 10px 0;
}

.attraction-cards-container::-webkit-scrollbar {
    display: none; /* Hide scrollbar for Chrome, Safari and Opera */
}

.attraction-card-col {
    min-width: calc(25% - 15px);
    max-width: calc(25% - 15px);
    flex: 0 0 auto;
    transition: transform 0.4s cubic-bezier(.4, 2, .3, 1), box-shadow 0.2s;
}

.attraction-card {
    border-radius: 24px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 4px 24px rgba(30, 178, 166, 0.07);
    transition: box-shadow 0.2s, transform 0.4s cubic-bezier(.4, 2, .3, 1);
    perspective: 800px;
    height: 100%;
}

.attraction-card:hover {
    transform: rotateY(8deg) scale(1.04);
    box-shadow: 0 12px 36px rgba(30, 178, 166, 0.18);
    z-index: 3;
}

.attraction-img {
    min-height: 380px;
    object-fit: cover;
    border-radius: 0;
    width: 100%;
}

.attraction-caption {
    background: #143c5d;
    color: #fff;
    font-size: 1.3rem;
    font-weight: 700;
    padding: 1.1rem 0.5rem 1.1rem 0.5rem;
    /* border-bottom-left-radius: 24px; */
    /* border-bottom-right-radius: 24px; */
    letter-spacing: 0.02em;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.10);
    transition: background-color 0.3s ease;
}

.attraction-card:hover .attraction-caption {
    background: #0A3D65;
}

/* Large devices (desktops) */
@media (max-width: 1200px) {
    .attraction-card-col {
        min-width: calc(33.333% - 14px);
        max-width: calc(33.333% - 14px);
    }
}

/* Medium devices (tablets) */
@media (max-width: 991px) {
    .attraction-title {
        font-size: 1.8rem;
    }

    .attraction-card-col {
        min-width: calc(50% - 10px);
        max-width: calc(50% - 10px);
    }

    .attraction-img {
        min-height: 220px;
    }

    .attraction-btn-left,
    .attraction-btn-right {
        width: 44px;
        height: 44px;
        font-size: 1.5rem;
    }

    .attraction-btn-left {
        left: -10px;
    }

    .attraction-btn-right {
        right: -10px;
    }
}

/* Small devices (landscape phones) */
@media (max-width: 767px) {
    .attraction-card-col {
        min-width: calc(100% - 10px);
        max-width: calc(100% - 10px);
    }
    
    .attraction-img {
        min-height: 200px;
    }
    
    .attraction-caption {
        font-size: 1.2rem;
        padding: 0.9rem 0.5rem;
    }
}

/* Extra small devices (portrait phones) */
@media (max-width: 600px) {
    .attraction-section {
        border-radius: 0;
        padding-bottom: 1.5rem;
    }

    .attraction-slider {
        margin: 0;
    }

    .attraction-card {
        border-radius: 12px;
    }

    .attraction-img {
        min-height: 180px;
    }

    .attraction-caption {
        font-size: 1rem;
        padding: 0.7rem 0.2rem;
        border-radius: 0 0 12px 12px;

    }}
/* Testimonial Section */
.testimonial-section {
    background: #eaf7f6 url('data:image/svg+xml;utf8,<svg width="100%25" height="100%25" xmlns="http://www.w3.org/2000/svg"><circle fill="%23d6f3ef" fill-opacity="0.25" cx="25" cy="25" r="20"/><circle fill="%23d6f3ef" fill-opacity="0.18" cx="80" cy="80" r="30"/></svg>') repeat;
    min-height: 420px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0 0 60px 60px/0 0 40px 40px;
    margin-bottom: 0;
}

.testimonial-img-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.testimonial-img {
    max-width: 100%;
    border-radius: 24px;
    box-shadow: 0 8px 32px rgba(30, 178, 166, 0.10);
}

.testimonial-content {
    background: transparent;
    border-radius: 24px;
    padding: 2.5rem 2rem 2rem 2rem;
    position: relative;
    min-height: 320px;
}

.testimonial-quote {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 3rem;
    color: #b2e5e0;
    opacity: 0.7;
}

.testimonial-text {
    font-size: 1.25rem;
    color: #222;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 1.5rem;
    margin-top: 1.5rem;
}

.testimonial-author {
    font-size: 1rem;
    color: #888;
    margin-bottom: 1.5rem;
}

.testimonial-nav {
    margin-top: 1.2rem;
}

.testimonial-btn {
    background: #143c5d;
    color: #fff;
    border-radius: 50%;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    border: none;
    box-shadow: 0 2px 8px rgba(30, 178, 166, 0.10);
    transition: background 0.2s, color 0.2s;
}

.testimonial-btn:hover {
    background: #143c5d;
    color: #fff;
}

@media (max-width: 991px) {
    .testimonial-section .row {
        flex-direction: column;
    }

    .testimonial-content {
        padding: 2rem 1rem 1.5rem 1rem;
    }
}

@media (max-width: 600px) {
    .testimonial-section {
        border-radius: 0;
        padding: 1.5rem 0;
    }

    .testimonial-content {
        padding: 1.2rem 0.5rem 1rem 0.5rem;
    }

    .testimonial-img {
        border-radius: 16px;
    }
}

/* Footer Section */
.footer-section {
    position: relative;
    z-index: 2;
    box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.03);
    font-family: 'Montserrat', Arial, sans-serif;
}

.footer-brand-title {
    display: block;
    font-size: 1.05rem;
    color: #143c5d;
    letter-spacing: 0.08em;
    font-weight: 500;
    margin-bottom: 0.2rem;
}

.footer-brand-name {
    font-family: 'Montserrat', cursive;
    font-size: 2.1rem;
    font-weight: 700;
    color: var(--gold);
    margin-bottom: 0.2rem;
    display: inline-block;
}

.footer-brand-dot {
    font-size: 1.1rem;
    color: #143c5d;
    font-weight: 400;
    letter-spacing: 0.2em;
    margin-left: 0.3rem;
}

.footer-desc {
    color: #6c757d;
    font-size: 1.05rem;
    line-height: 1.6;
    margin-bottom: 0.7rem;
    max-width: 420px;
    margin-right: auto;
}

.footer-social-link {
    color: #a0c6e5;
    background: #eaf7f6;
    border-radius: 6px;
    padding: 0.2rem 0.5rem;
    display: inline-flex;
    align-items: center;
    transition: background 0.2s, color 0.2s;
    font-size: 1.3rem;
}

.footer-social-link:hover {
    background: #143c5d;
    color: #fff;
}

.footer-heading {
    font-size: 1.05rem;
    font-weight: 700;
    color: #222;
    margin-bottom: 1.1rem;
    letter-spacing: 0.04em;
}

.footer-link {
    color: #cedddd;
    text-decoration: none;
    font-size: 1rem;
    font-weight: 500;
    transition: color 0.2s;
    /* margin-bottom: 10px; */
}


.footer-link:hover {
    color: #acc0d1;
    text-decoration: underline;
}

.footer-contact-list .iconify {
    font-size: 1.2rem;
    color: #143c5d;
}

.footer-property-select {
    border-radius: 30px;
    background: #f7f7f7;
    border: none;
    font-weight: 500;
    color: #2d3a3a;
    min-width: 180px;
    font-size: 1rem;
    padding: 0.7rem 1.2rem;
    margin-top: 0.2rem;
}

.footer-property-select:focus {
    box-shadow: 0 0 0 2px #143c5d;
    border: none;
}

.footer-bottom {
    background: #143c5d;
    color: #fff;
    font-size: 1rem;
}

.footer-bottom-links .footer-link {
    color: #fff;
    font-weight: 500;
    margin-right: 0.7rem;
    margin-left: 0.2rem;
    text-decoration: none;
    font-size: 1rem;
}

.footer-bottom-links .footer-link:last-child {
    margin-right: 0;
}

.footer-bottom-links .footer-link:hover {
    color: #eaf7f6;
    text-decoration: underline;
}

@media (max-width: 991px) {
    /* .footer-section .row>div {
        text-align: center !important;
    } */

    .footer-desc {
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 600px) {
    .footer-section {
        border-radius: 0;
    }

    .footer-bottom {
        border-radius: 0;
        font-size: 0.95rem;
    }

    .footer-brand-name {
        font-size: 1.3rem;
    }
}

/* Custom styles for the navbar and banner */
body {
    margin: 0;
    font-family: 'Montserrat', Arial, sans-serif;
    background: #fff;
}

.header-bg {
    background: #fff;
    border-bottom-left-radius: 60px 40px;
    border-bottom-right-radius: 60px 40px;
    position: relative;
    z-index: 2;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
}

.banner-section {
    background: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url('images.jpeg');
    background-size: cover;
    background-position: center;
    height: 100vh;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    color: #fff;
    z-index: 1;
    padding: 40px 0 80px;
}

.banner-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(44, 62, 80, 0.35);
    z-index: 0;
}

.banner-content {
    position: relative;
    z-index: 2;
    width: 100%;
    margin-top: 0;
    padding: 0 15px;
}

.banner-content h5 {
    letter-spacing: 0.15em;
    color: #143c5d;
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 1.2rem;
}

.banner-content h1 {
    font-size: 2.8rem;
    font-weight: 800;
    margin-bottom: 1.2rem;
    letter-spacing: 0.03em;
}

.banner-content p {
    font-size: 1.1rem;
    margin-bottom: 2.2rem;
    color: #e6e6e6;
}

/* Replaced by enhanced search bar styles in the page head */

@media (max-width: 991px) {
    .banner-content h1 {
        font-size: 2rem;
    }

    .banner-section {
        height: auto;
        min-height: 600px;
        padding-bottom: 100px;
    }
}

@media (max-width: 600px) {
    .banner-content h1 {
        font-size: 1.3rem;
    }

    .banner-section {
        min-height: 500px;
        padding-bottom: 60px;
    }
}