/* Custom Fonts */
@font-face {
    font-family: 'Felix Titling';
    src: url('assets/fonts/felix-titling.TTF') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
    /* Improves loading performance */
}

@font-face {
    font-family: 'FuturaCyrillicBook';
    src: url('assets/fonts/FuturaCyrillicBook.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
    /* Improves loading performance */
}

@font-face {
    font-family: 'Garamond';
    src: url('assets/fonts/garamond.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
    /* Improves loading performance */
}

/* Reset and base styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Garamond', serif;
    line-height: 1.6;
    color: #333;
    background-color: #fcf9f5;
}

/* Navigation */
.nav-link,
.mobile-nav-link {
    font-family: 'Garamond', serif;
    font-weight: 500;
}

/* Feature titles and special headings */
.feature-title,
.activity-title,
.experience-title {
    font-family: 'Garamond', serif;
    font-weight: 600;
}

/* Body text and descriptions */
.activity-description,
.experience-description,
.testimonial-content p,
.food-description {
    font-family: 'FuturaCyrillicBook', sans-serif;
    font-weight: 100;
}

/* Special decorative text */
.highlight-quote {
    font-family: 'FuturaCyrillicBook', sans-serif;
    font-style: italic;
}

/* User names and important labels */
.user-name,
.amenity-text {
    font-family: 'FuturaCyrillicBook', sans-serif;
    font-weight: 400;
}

/* Form labels and buttons */
label,
.submit-btn {
    font-family: 'Garamond', serif;
    font-weight: 500;
}

/* Footer headings */
.footer h3 {
    font-family: 'Garamond', serif;
    font-weight: 600;
}

/* Footer content */
.footer p,
.footer a {
    font-family: 'Garamond', serif;
}

/* Header styles */
.header {
    background-color: #1c2f2d;
    color: white;
    padding: 1rem 1.5rem;
    position: relative;
}

.header-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1280px;
    margin: 0 auto;
}

.logo {
    display: flex;
    align-items: center;
}

.logo-img {
    height: 40px;
    width: auto;
    max-width: 120px;
    object-fit: contain;
}

/* Mobile Logo */
.mobile-logo {
    display: flex;
    align-items: center;
}

.mobile-logo-img {
    height: 35px;
    width: auto;
    max-width: 100px;
    object-fit: contain;
}

.location {
    font-size: 0.875rem;
    font-weight: 500;
}

/* Desktop Navigation */
.desktop-nav {
    display: none;
    align-items: center;
    gap: 2rem;
}

.nav-left,
.nav-right {
    display: flex;
    align-items: center;
    gap: 1.5rem;
}

.nav-link {
    color: white;
    text-decoration: none;
    font-size: 0.875rem;
    transition: color 0.3s ease;
}

.nav-link:hover {
    color: #d1d5db;
}

.logo {
    font-size: 1.125rem;
    font-weight: 600;
    letter-spacing: 0.05em;
}

/* Mobile Logo */
.mobile-logo {
    font-size: 1.125rem;
    font-weight: 600;
    letter-spacing: 0.05em;
}

/* Desktop Social Icons */
.desktop-social {
    display: none;
    align-items: center;
    gap: 1rem;
}

.social-link {
    color: white;
    transition: color 0.3s ease;
}

.social-link:hover {
    color: #d1d5db;
}

.social-icon {
    width: 1.25rem;
    height: 1.25rem;
}

/* Mobile Menu Button */
.mobile-menu-btn {
    background: none;
    border: none;
    color: white;
    padding: 0.5rem;
    border-radius: 0.375rem;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.hamburger-icon,
.close-icon {
    width: 1.5rem;
    height: 1.5rem;
}

/* Mobile Menu */
.mobile-menu {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background-color: #1c2f2d;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
    z-index: 50;
}

.mobile-nav {
    display: flex;
    flex-direction: column;
    padding: 1rem 0;
}

.mobile-nav-link {
    color: white;
    text-decoration: none;
    font-size: 0.875rem;
    padding: 0.75rem 1.5rem;
    transition: background-color 0.3s ease;
}

.mobile-nav-link:hover {
    background-color: rgba(255, 255, 255, 0.1);
}

.mobile-social {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.5rem;
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.social-icon-mobile {
    width: 1.5rem;
    height: 1.5rem;
}

/* Fixed Reserve Now Button */
.reserve-now-btn {
    position: fixed;
    top: 0.9rem;
    right: 2rem;
    background-color: #000000;
    color: white;
    border: 1px solid #ffffff;
    padding: 0.75rem 1.5rem;
    cursor: pointer;
    z-index: 9999;
    /* Highest z-index to ensure it's always visible above all elements */
    transition: all 0.3s ease;
    font-family: 'Garamond', serif;
    font-weight: 500;
    font-size: 0.875rem;
    letter-spacing: 0.5px;
    border-radius: 0;
}

.reserve-now-btn:hover {
    background-color: #2a4a47;
    transform: translateY(-1px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.reserve-now-btn .btn-text {
    font-weight: 500;
}

/* Mobile Header Reserve Now Button */
.reserve-now-btn.mobile-header-btn {
    position: static;
    background-color: #000000;
    border: 1px solid #ffffff;
    padding: 0.5rem 1rem;
    font-size: 0.75rem;
    z-index: auto;
    border-radius: 0;
    display: none;
    /* Hidden by default, shown on mobile */
}

.reserve-now-btn.mobile-header-btn:hover {
    background-color: rgba(255, 255, 255, 0.1);
}

/* Mobile responsive for Reserve Now button */
@media (max-width: 1023px) {

    /* Hide desktop fixed button on mobile and tablet */
    .reserve-now-btn:not(.mobile-header-btn) {
        display: none;
    }

    /* Show mobile header button */
    .reserve-now-btn.mobile-header-btn {
        display: block;
    }
}

/* Extra small screens - compact button */
@media (max-width: 360px) {
    .reserve-now-btn {
        top: 0.875rem;
        right: 0.5rem;
        padding: 0.5rem 0.75rem;
        font-size: 0.7rem;
        border-radius: 8px;
    }

    .reserve-now-btn .btn-text {
        display: none;
        /* Hide text on very small screens */
    }

    .reserve-now-btn {
        width: 44px;
        height: 44px;
        justify-content: center;
        padding: 0.75rem;
    }
}

.reserve-now-btn:hover {
    background-color: #2a4a47;
    transform: translateY(-1px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}


.reserve-now-btn .btn-text {
    font-weight: 500;
}

/* Mobile responsive for Reserve Now button - now integrated in header */

/* Utility classes */
.hidden {
    display: none;
}

.desktop-only {
    display: none;
}

.mobile-only {
    display: none;
}

@media (max-width: 768px) {
    .desktop-only {
        display: none;
    }

    .mobile-only {
        display: block;
    }
}

/* Main content styles */
main {
    background-color: #f1f4f8;
    overflow-x: hidden;
    /* Prevent horizontal scroll */
}

.section {
    padding: 4rem 3rem;
    margin: 0;
    min-height: 50vh;
}

/* About section styles */
#about {
    padding: 1.5rem 0;
}

/* Responsive section padding */
@media (max-width: 768px) {
    .section {
        padding: 3rem 2rem;
    }

    #about {
        padding: 3rem 2rem;
    }

    .section-description {
        width: 85% !important;
        max-width: none !important;
    }
}

@media (max-width: 480px) {
    .section {
        padding: 2rem 1.5rem;
    }

    #about {
        padding: 2rem 1.5rem;
    }

    .home-content {
        padding: 0 1.5rem;
    }

    .section-description {
        width: 95% !important;
        max-width: none !important;
        padding: 0 0.5rem;
    }
}

.section-subtitle {
    font-family: 'Garamond', serif;
    font-size: 1rem;
    font-weight: 200;
    line-height: 1.5;
    color: #1c2f2d;
    margin: 0 0 1rem 0;
}

.section-description-wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
}

.section-description {
    font-family: 'Futura', sans-serif;
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.8;
    color: #1c2f2d;
    margin: 0;
    width: 60%;
    max-width: 600px;
    text-align: center;
}

.about-image-container {
    flex: 0 0 55%;
}

.about-image {
    width: 100%;
    height: auto;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
    object-fit: cover;
    border-radius: 16px;
}

.about-text-container p {
    font-family: 'Garamond', serif;
    font-size: 1.2rem;
    font-weight: 300;
    line-height: 1.8;
    color: #1c2f2d;
    margin: 0;
    text-align: left;
    letter-spacing: 0.5px;
}


.about-header {
    font-family: 'Garamond', serif;
    font-size: 3rem;
    font-weight: 400;
    color: #1c2f2d;
    margin: 0 0 1.5rem 0;
    text-align: left;
    letter-spacing: 1px;
    line-height: 1.2;
}

@media (max-width: 768px) {

    .about-text-container {
        flex: 1 1 100%;
    }

    .about-text-container .section-subtitle {
        display: flex;
        justify-content: center;
        margin: 0;
    }

    .about-text-container {
        padding: 0 1.5rem;
    }

    .about-text-container p {
        font-size: 1.1rem;
        text-align: center;
    }

    .about-header {
        font-size: 2rem;
        text-align: center;
        margin-bottom: 1.2rem;
    }
}

@media (max-width: 480px) {
    #about {
        padding: 2rem 1.5rem;
    }

    .about-text-container {
        padding: 0 1rem;
    }

    .about-text-container .section-subtitle {
        display: flex;
        justify-content: center;
        margin: 0;
    }

    .about-text-container p {
        font-size: 1rem;
    }

    .about-header {
        font-size: 1.7rem;
        margin-bottom: 1rem;
    }
}

/* New About Section Styles */
.about-header-container {
    text-align: center;
    margin-bottom: 3rem;
    padding: 0 1rem;
}

.about-main-title {
    font-family: 'Garamond', serif;
    font-size: 2.5rem;
    font-weight: 400;
    color: #1c2f2d;
    line-height: 1.3;
    letter-spacing: 1px;
    margin: 0;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

/* About images grid section removed */

/* About grid image styles removed */

@media (max-width: 768px) {
    .about-main-title {
        font-size: 1.8rem;
        line-height: 1.4;
        /* Provide fallback for gradient issues on tablets */
        background: none;
        -webkit-background-clip: initial;
        -webkit-text-fill-color: initial;
        color: #1c2f2d;
        animation: none;
    }

    /* About images grid mobile styles removed */

    .about-header-container {
        margin-bottom: 2rem;
    }
}

@media (max-width: 480px) {
    .about-main-title {
        font-size: 1.5rem;
        padding: 0 0.5rem;
        /* Remove gradient effects that don't work well on mobile */
        background: none !important;
        -webkit-background-clip: initial !important;
        -webkit-text-fill-color: initial !important;
        color: #1c2f2d !important;
        animation: none !important;
    }

    /* About images grid mobile styles removed */
}

/* Ensure elements are visible by default - fallback for animation issues */
.about-main-title {
    opacity: 1 !important;
    visibility: visible !important;
}

/* Enhanced About Section Styling with Animation Support */
.about-main-title {
    font-family: 'Garamond', serif;
    font-size: 2.5rem;
    font-weight: 400;
    color: #1c2f2d;
    line-height: 1.3;
    letter-spacing: 1px;
    margin: 0;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    opacity: 1;
    /* Ensure visible by default */
    background: linear-gradient(135deg, #1c2f2d 0%, #2d4a47 50%, #1c2f2d 100%);
    background-size: 200% 200%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    animation: shimmer 4s ease-in-out infinite;
}

@keyframes shimmer {

    0%,
    100% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }
}

/* Enhanced image hover effects removed */

/* Disable complex animations on mobile for performance */
@media (max-width: 768px) {
    .about-main-title {
        background: none;
        -webkit-background-clip: initial;
        -webkit-text-fill-color: initial;
        background-clip: initial;
        color: #1c2f2d;
        animation: none;
        font-size: 1.8rem;
    }

    /* About image item mobile styles removed */
}

@media (max-width: 480px) {
    .about-main-title {
        font-size: 1.5rem;
        padding: 0 0.5rem;
    }
}

/* Home section styles */
.home-section {
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    position: relative;
    padding: 2rem 0;
    overflow: visible;
    gap: 1.5rem;
    box-sizing: border-box;
}

.welcome-badge {
    display: inline-block;
    backdrop-filter: blur(10px);
    font-family: 'Garamond', serif;
    font-size: 1.1rem;
    font-weight: 400;
    letter-spacing: 0.5px;
    color: #1c2f2d;
}

/* Video Background */
.video-background {
    position: relative;
    width: 100%;
    height: 100vh !important; /* Force full viewport height */
    min-height: 100vh !important; /* Force full viewport height */
    max-height: none;
    /*border-radius: 16px;*/
    overflow: hidden;
    z-index: 1;
    flex: 1;
}

/* Home Content Below Video */
.home-content {
    position: relative;
    z-index: 2;
    text-align: center;
    color: #1c2f2d;
    max-width: 800px;
}

.hero-subtitle {
    font-family: 'FuturaCyrillicBook', sans-serif;
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: 1px;
    color: #1c2f2d;
    margin: 0 0 0.5rem 0;
    opacity: 0.9;
}

.hero-title {
    font-family: 'Garamond', serif;
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 1.3;
    margin-bottom: 0.5rem;
    letter-spacing: 0.5px;
}

.hero-description {
    font-family: 'Garamond', serif;
    font-size: 1.2rem;
    font-weight: 400;
    letter-spacing: 0.5px;
    opacity: 0.8;
    margin: 0;
}

.video-background video,
#heroVideo {
    width: 100%;
    height: 100vh !important; /* Force full viewport height */
    object-fit: cover;
    object-position: center;
    /*border-radius: 16px;*/
}

/* Direct targeting of hero video */
#heroVideo {
    height: 100vh !important;
    min-height: 100vh !important;
    object-fit: cover;
}

/* Testimonial Highlights section styles */
#testimonial-highlights {
    padding: 1.5rem;
}

.highlights-container {
    /* max-width: 1200px; */
    margin: 0 auto;
    position: relative;
}

.highlights-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    margin: 0 auto;
}

.highlight-card {
    background: white;
    padding: 1rem 1.5rem;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.05);
    text-align: center;
    transition: all 0.3s ease;
    border: 1px solid rgba(0, 0, 0, 0.05);
    position: relative;
    overflow: hidden;
}

.highlight-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: #1c2f2d;
}

.highlight-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

.highlight-quote {
    font-size: 1.25rem;
    font-weight: 600;
    color: #1c2f2d;
    font-style: italic;
    line-height: 1.4;
    position: relative;
}

.highlight-quote strong {
    font-weight: 700;
}

.quote-subtext {
    font-weight: 300;
    opacity: 0.7;
}

.highlight-quote::before,
.highlight-quote::after {
    content: '"';
    font-size: 2rem;
    color: #10b981;
    font-weight: 700;
    line-height: 1;
}

.highlight-quote::before {
    margin-right: 0.25rem;
}

.highlight-quote::after {
    margin-left: 0.25rem;
}

.star-rating {
    display: flex;
    align-items: center;
    gap: 0.25rem;
    justify-content: center;
}

.star {
    font-size: 1.25rem;
    color: #e5e7eb;
    transition: color 0.2s ease;
}

.star.filled {
    color: #fbbf24;
}

.highlight-author {
    font-size: 0.9rem;
    color: #6b7280;
    font-weight: 500;
}

/* Mobile Navigation for Highlights removed */

.highlights-btn {
    background-color: #1c2f2d;
    color: white;
    border: none;
    border-radius: 50%;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(28, 47, 45, 0.2);
}

.highlights-btn:hover {
    background-color: #2d4a46;
    transform: scale(1.1);
    box-shadow: 0 6px 16px rgba(28, 47, 45, 0.3);
}

.highlights-btn svg {
    width: 20px;
    height: 20px;
}

/* Highlights dots removed */

/* Mobile Responsive */
@media (max-width: 768px) {
    #testimonial-highlights {
        padding: 1rem;
    }

    .highlights-container {
        overflow: hidden;
        width: 100%;
        padding: 0 0 1rem 0;
    }

    .highlights-grid {
        display: flex;
        transition: transform 0.3s ease;
        gap: 1rem;
        padding: 0;
        padding-left: 1rem;
        grid-template-columns: none;
    }

    .highlight-card {
        width: 85%;
        flex-shrink: 0;
        padding: 1.5rem 1.25rem;
        margin: 0;
        box-sizing: border-box;
    }

    .highlight-quote {
        font-size: 1.1rem;
    }

    .star {
        font-size: 1.1rem;
    }

    .highlight-author {
        font-size: 0.85rem;
    }

    /* Highlights nav removed */

    .mobile-only {
        display: block;
    }
}

@media (max-width: 480px) {
    #testimonial-highlights {
        padding: 1rem;
    }

    .highlight-card {
        width: 90%;
        padding: 1.25rem 1rem;
    }

    .highlight-quote {
        font-size: 1rem;
    }

    .star {
        font-size: 1rem;
    }

    .highlights-btn {
        width: 40px;
        height: 40px;
    }

    .highlights-btn svg {
        width: 18px;
        height: 18px;
    }

    /* Highlights dots and nav mobile styles removed */
}

/* Read More Link Styles */
.read-more-link {
    margin-top: 1.5rem;
    text-align: center;
}

.testimonial-read-more {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    color: #6b7280;
    font-size: 0.9rem;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s ease;
    border-bottom: 1px solid transparent;
    padding: 0.5rem 1rem;
    border-radius: 6px;
}

.testimonial-read-more:hover {
    color: #1c2f2d;
    background-color: rgba(16, 185, 129, 0.05);
    border-bottom-color: #1c2f2d;
    transform: translateY(-1px);
}

.testimonial-read-more svg {
    width: 16px;
    height: 16px;
    transition: transform 0.3s ease;
}

.testimonial-read-more:hover svg {
    transform: translateX(2px);
}

@media (max-width: 768px) {
    .read-more-link {
        margin-top: 1rem;
    }

    .testimonial-read-more {
        font-size: 0.85rem;
        padding: 0.4rem 0.8rem;
    }
}

/* Home section mobile styles */
@media (max-width: 768px) {
    .home-section {
        padding: 1.5rem 0;
        min-height: auto;
        gap: 0.5rem;
        justify-content: flex-start;
    }

    .welcome-badge {
        padding: 0.5rem 1.5rem;
        font-size: 0.9rem;
    }

    .video-background {
        width: 100%;
        height: 100vh !important; /* Force full viewport height */
        min-height: 100vh !important; /* Force full viewport height */
        max-height: none;
    }

    .hero-subtitle {
        font-size: 0.9rem;
        margin-bottom: 0.25rem;
    }

    .hero-title {
        font-size: 1.3rem;
    }

    .hero-description {
        font-size: 1rem;
    }
}

/* Mobile Responsive for Home Section */
@media (max-width: 768px) {
    .home-section {
        padding: 1rem 0;
        min-height: auto;
        gap: 1rem;
        justify-content: space-evenly;
    }

    .welcome-badge {
        padding: 0.6rem 1.75rem;
        font-size: 1rem;
    }

    .video-background {
        width: 100%;
        height: 100vh !important; /* Force full viewport height */
        min-height: 100vh !important; /* Force full viewport height */
        max-height: none;
        /*border-radius: 16px;*/
        margin: 0;
    }

    .video-background video,
    #heroVideo {
        object-fit: cover;
        object-position: center;
        height: 100vh !important; /* Force full viewport height */
        /*border-radius: 16px;*/
    }

    .hero-subtitle {
        font-size: 1rem;
        margin-bottom: 0.3rem;
    }

    .hero-title {
        font-size: 1.5rem;
    }

    .hero-description {
        font-size: 1.1rem;
    }
}

/* Extra small mobile devices */
@media (max-width: 480px) {
    .home-section {
        padding: 0.5rem 0;
        gap: 0.75rem;
    }

    .video-background {
        height: 55vh;
        min-height: 280px;
        /*border-radius: 12px;*/
        margin: 0.25rem 0;
    }

    /* Video background styles for mobile removed */

    .welcome-badge {
        margin-bottom: 0.5rem;
    }
}

/* Amenities section styles */
#amenities {
    text-align: center;
    background-color: white;
    padding: 1.5rem 1.5rem;
    margin: 1.5rem auto;
}

/* Header stays centered */
.amenities-header {
    text-align: center;
    margin-bottom: 3rem;
}

#amenities h2,
#gallery h2,
#activities h2,
#testimonials h2,
#contact h2 {
    /* margin-bottom: 1rem; */
    font-family: 'Garamond', serif;
    font-weight: 400;
    font-size: 2rem;
    width: 100%;
    max-width: 70%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

#amenities p {
    margin: 0 0 2rem 0;
    font-size: 1.1rem;
    line-height: 1.8;
}

/* Main content container - side by side layout */
.amenities-main-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    align-items: start;
    padding-bottom: 4rem;
}

/* Left side - amenities grid */
.amenities-left {
    display: flex;
    flex-direction: column;
}

.amenities-left-text {
    font-size: 1.2rem !important;
    line-height: 1.5;
}

.amenities-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(2, auto);
    gap: 2rem;
    margin: 0;
    padding: 0;
    justify-items: center;
    align-items: center;
}

/* Position items in 4x2 grid */
.amenity-item:nth-child(1) {
    grid-column: 1;
    grid-row: 1;
}

.amenity-item:nth-child(2) {
    grid-column: 2;
    grid-row: 1;
}

.amenity-item:nth-child(3) {
    grid-column: 3;
    grid-row: 1;
}

.amenity-item:nth-child(4) {
    grid-column: 4;
    grid-row: 1;
}

.amenity-item:nth-child(5) {
    grid-column: 1;
    grid-row: 2;
}

.amenity-item:nth-child(6) {
    grid-column: 2;
    grid-row: 2;
}

.amenity-item:nth-child(7) {
    grid-column: 3;
    grid-row: 2;
}

.amenity-item:nth-child(8) {
    grid-column: 4;
    grid-row: 2;
}

/* Amenity Item Simple Alignment */
.amenity-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 1rem;
}

.amenity-icon-placeholder {
    margin-bottom: 0.75rem;
}

.amenity-text {
    margin: 0 !important;
    font-size: 0.9rem;
}

/* Right side - feature highlights */
.amenities-right {
    display: flex;
    flex-direction: column;
}

/* Ensure feature highlights are always visible */
.feature-highlights {
    margin: 0 !important;
    padding: 0;
    display: block !important;
    visibility: visible !important;
}

/* Mobile Responsive */
@media (max-width: 768px) {
    #amenities {
        padding: 1.5rem 1.5rem;
    }

    .amenities-header {
        margin-bottom: 2rem;
    }

    /* Stack layout vertically on tablets */
    .amenities-main-content {
        grid-template-columns: 1fr;
        gap: 2rem;
        padding-bottom: 3rem;
    }

    /* Ensure both sides are visible on mobile */
    .amenities-left,
    .amenities-right {
        display: flex !important;
        width: 100%;
    }

    .amenities-grid {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(4, auto);
        gap: 1.5rem;
        max-width: none;
        padding: 0;
        justify-items: center;
        align-items: center;
    }

    /* 2 columns, 4 rows layout on mobile */
    .amenity-item:nth-child(1) {
        grid-column: 1;
        grid-row: 1;
    }

    .amenity-item:nth-child(2) {
        grid-column: 2;
        grid-row: 1;
    }

    .amenity-item:nth-child(3) {
        grid-column: 1;
        grid-row: 2;
    }

    .amenity-item:nth-child(4) {
        grid-column: 2;
        grid-row: 2;
    }

    .amenity-item:nth-child(5) {
        grid-column: 1;
        grid-row: 3;
    }

    .amenity-item:nth-child(6) {
        grid-column: 2;
        grid-row: 3;
    }

    .amenity-item:nth-child(7) {
        grid-column: 1;
        grid-row: 4;
    }

    .amenity-item:nth-child(8) {
        grid-column: 2;
        grid-row: 4;
    }

    /* Make sure feature highlights are visible */
    .feature-highlights {
        display: block !important;
        margin: 1rem 0 2rem 0;
    }
}

@media (max-width: 512px) {
    .amenities-grid {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(4, auto);
        gap: 1rem;
        justify-items: center;
        align-items: center;
    }

    /* Keep 2 columns, 4 rows layout on smaller screens too */
    .amenity-item:nth-child(1) {
        grid-column: 1;
        grid-row: 1;
    }

    .amenity-item:nth-child(2) {
        grid-column: 2;
        grid-row: 1;
    }

    .amenity-item:nth-child(3) {
        grid-column: 1;
        grid-row: 2;
    }

    .amenity-item:nth-child(4) {
        grid-column: 2;
        grid-row: 2;
    }

    .amenity-item:nth-child(5) {
        grid-column: 1;
        grid-row: 3;
    }

    .amenity-item:nth-child(6) {
        grid-column: 2;
        grid-row: 3;
    }

    .amenity-item:nth-child(7) {
        grid-column: 1;
        grid-row: 4;
    }

    .amenity-item:nth-child(8) {
        grid-column: 2;
        grid-row: 4;
    }

    /* Adjust item sizing for smaller screens */
    .amenity-item {
        padding: 0.5rem;
    }

    .amenity-text {
        font-size: 0.8rem;
    }

    .icon-placeholder svg {
        width: 24px;
        height: 24px;
    }
}

@media (max-width: 480px) {
    #amenities {
        padding: 1.5rem 1.5rem;
    }

    .amenities-header {
        margin-bottom: 1.5rem;
    }

    .amenities-main-content {
        gap: 1.5rem;
        padding-bottom: 2rem;
    }

    /* Ensure both sections are visible */
    .amenities-left,
    .amenities-right {
        display: flex !important;
        width: 100%;
    }

    .amenities-grid {
        gap: 1rem;
    }

    /* Ensure feature highlights are visible on small screens */
    .feature-highlights {
        display: block !important;
        margin: 1rem 0;
    }

    .amenity-item {
        padding: 0.5rem;
    }

    .amenity-text {
        font-size: 0.8rem;
    }

    .icon-placeholder {
        width: 45px;
        height: 45px;
    }
}

/* Icon Placeholder Styles */
.icon-placeholder {
    width: 60px;
    height: 60px;
    background-color: #1c2f2d;
    border-radius: 50%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.icon-placeholder svg {
    fill: white;
    color: white;
}

/* Feature Highlights Image Carousel */
.feature-highlights {
    margin: 0 0 4rem 0;
    padding: 0;
}

.feature-carousel-container {
    position: relative;
    width: 100%;
    height: 400px;
    overflow: hidden;
}

.feature-image-container {
    position: relative;
    width: 100%;
    height: 100%;
}

.feature-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    opacity: 0;
    transition: opacity 0.8s ease-in-out;
    z-index: 1;
}

.feature-image.active {
    opacity: 1;
    z-index: 2;
}

/* Feature overlay styles */
.feature-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg,
            rgba(0, 0, 0, 0.4) 0%,
            rgba(0, 0, 0, 0.2) 50%,
            rgba(0, 0, 0, 0.6) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 3;
}

.feature-title {
    color: #ffffff;
    font-size: 2.2rem;
    font-weight: 700;
    text-align: center;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.8);
    letter-spacing: 2px;
    line-height: 1.2;
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.6s ease-in-out;
    position: absolute;
    width: 90%;
    padding: 0 1rem;
    margin: 0;
}

.feature-title.active {
    opacity: 1;
    transform: translateY(0);
}

.feature-indicators {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 12px;
    z-index: 4;
}

.feature-indicator {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.4);
    cursor: pointer;
    transition: all 0.3s ease;
}

.feature-indicator.active {
    background: #10b981;
    transform: scale(1.2);
}

.feature-indicator:hover {
    background: rgba(255, 255, 255, 0.7);
}

/* Feature Highlights Responsive */
@media (max-width: 768px) {
    .feature-highlights {
        display: block !important;
        padding: 0 1rem;
    }

    .feature-carousel-container {
        height: 300px;
    }

    .feature-title {
        font-size: 1.6rem;
        padding: 0 1rem;
    }
}

@media (max-width: 480px) {
    .feature-highlights {
        display: block !important;
        padding: 0 0.5rem;
    }

    .feature-carousel-container {
        height: 250px;
    }

    .feature-title {
        font-size: 1.3rem;
        padding: 0 0.5rem;
        line-height: 1.3;
        letter-spacing: 1px;
    }

    .feature-indicators {
        bottom: 15px;
    }

    .feature-indicator {
        width: 10px;
        height: 10px;
    }
}

/* Gallery Carousels section styles */
#gallery {
    text-align: center;
    padding: 1.5rem 0;
    margin-bottom: 1.5rem;
}

#gallery p {
    margin-bottom: 2rem;
    padding: 1rem 2rem;
    color: #666;
    font-size: 1.2rem;
    line-height: 1.5;
}

.gallery-carousels {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2rem;
    margin: 0;
}

.carousel-container {
    background: white;
    overflow: hidden;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.carousel-wrapper {
    position: relative;
    height: 400px;
    overflow: hidden;
}

.carousel-track {
    display: flex;
    height: 100%;
}

.carousel-slide {
    min-width: 100%;
    position: relative;
    height: 100%;
    flex-shrink: 0;
    overflow: hidden;
    box-sizing: border-box;
}

.carousel-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    max-width: 100%;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    /* Removed opacity and transform - JavaScript will handle these */
}

/* Mobile responsiveness for gallery carousels */
@media (max-width: 768px) {
    .gallery-carousels {
        grid-template-columns: 1fr;
        gap: 1.5rem;
        padding: 0 1rem;
        width: 100%;
        max-width: 100%;
        overflow: hidden;
    }

    .carousel-container {
        width: 100%;
        max-width: 100%;
        overflow: hidden;
    }

    .carousel-wrapper {
        height: 300px;
        width: 100%;
        max-width: 100%;
        overflow: hidden;
    }

    .carousel-track {
        width: 100%;
        max-width: 100%;
    }

    .carousel-slide {
        width: 100%;
        max-width: 100%;
        min-width: 100%;
    }

    .carousel-image {
        object-fit: cover;
        object-position: center;
        width: 100%;
        max-width: 100%;
        flex-shrink: 0;
        box-sizing: border-box;
        height: 100%;
    }
}

@media (max-width: 480px) {
    .gallery-carousels {
        padding: 0 0.5rem;
        width: 100%;
        max-width: 100%;
        overflow: hidden;
    }

    .carousel-container {
        width: 100%;
        max-width: 100%;
        overflow: hidden;
    }

    .carousel-wrapper {
        height: 280px;
        width: 100%;
        max-width: 100%;
        overflow: hidden;
    }

    .carousel-track {
        width: 100%;
        max-width: 100%;
    }

    .carousel-slide {
        width: 100%;
        max-width: 100%;
        min-width: 100%;
    }

    .carousel-image {
        object-fit: cover;
        object-position: center;
        width: 100%;
        max-width: 100%;
        flex-shrink: 0;
        box-sizing: border-box;
        height: 100%;
    }
}

/* Activities section styles */
#activities {
    text-align: center;
    padding: 1.5rem;
    margin-bottom: 1.5rem;
    background-color: #ffffff;
}

#activities p {
    margin-bottom: 2rem;
    padding: 1rem 2rem;
    color: #666;
    font-size: 1.2rem;
    line-height: 1.5;
}

.activities-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 2rem;
    margin: 0;
    padding: 0;
}

.activity-card {
    background: white;
    overflow: hidden;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    border: 1px solid rgba(0, 0, 0, 0.05);
    position: relative;
}

.activity-image {
    height: 200px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.activity-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

/* Remove specific background images - now using img tags */

.activity-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.5) 0%, rgba(28, 47, 45, 0.3) 100%);
    transition: all 0.3s ease;
}

.activity-card:hover .activity-overlay {
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.3) 0%, rgba(28, 47, 45, 0.4) 100%);
}

.activity-icon {
    position: relative;
    z-index: 2;
    color: white;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 50%;
    padding: 1.5rem;
    backdrop-filter: blur(10px);
    border: 2px solid rgba(255, 255, 255, 0.2);
    transition: all 0.3s ease;
}

.activity-card:hover .activity-icon {
    transform: scale(1.1);
    background: rgba(16, 185, 129, 0.2);
    border-color: rgba(16, 185, 129, 0.4);
}

.activity-content {
    display: flex;
    align-items: stretch;
    height: 100%;
}

.activity-title,
.experience-title {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 1rem;
    line-height: 1.3;
    letter-spacing: 0.02em;
}

.activity-description {
    color: #ffffff !important;
    line-height: 1.6;
    font-size: 0.95rem;
    margin-bottom: 0 !important;
    flex: 1;
    padding: 0 !important;
}

.feature-tag {
    background: linear-gradient(135deg, #10b981, #059669);
    color: white;
    padding: 0.5rem 1rem;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 0.02em;
    box-shadow: 0 2px 8px rgba(16, 185, 129, 0.3);
}

.activity-card:hover .feature-tag {
    background: linear-gradient(135deg, #059669, #047857);
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(16, 185, 129, 0.4);
}

/* Activities Responsive Design */
@media (max-width: 768px) {
    .activities-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
        padding: 0 1rem;
    }

    .activity-card {
        margin: 0 auto;
        max-width: 400px;
    }

    .activity-image {
        height: 180px;
    }

    .activity-icon {
        padding: 1.25rem;
    }

    .activity-icon svg {
        width: 40px;
        height: 40px;
    }

    .activity-content {
        flex-direction: column;
    }
}

@media (max-width: 480px) {
    #activities {
        padding: 2rem 1.5rem;
    }

    .activities-grid {
        padding: 0 0.5rem;
        gap: 1rem;
    }

    .activity-image {
        height: 160px;
    }

    .activity-content {
        flex-direction: column;
    }

    .feature-tag {
        padding: 0.4rem 0.8rem;
        font-size: 0.75rem;
    }
}

/* Activities Carousel Styles - Main Carousel */
.activities-experiences {
    margin: 0 auto;
    padding: 1.5rem 0;
    position: relative;
    overflow: hidden;
}

.main-activities-carousel {
    position: relative;
    width: 100%;
    height: 700px;
    overflow: hidden;
    border-radius: 12px;
    background: #ffffff;
}

.activities-track {
    display: flex;
    width: 300%;
    /* 3 items × 100% each */
    height: 100%;
    transform: translateX(0%);
}

.activity-item {
    width: 33.333%;
    height: 100%;
    flex-shrink: 0;
}

.activity-item.active {
    opacity: 1;
}

.activity-carousel {
    width: 80%;
    height: 100%;
    position: relative;
    margin-right: -10%;
}

.activity-carousel .carousel-container {
    position: relative;
    height: 100%;
    overflow: hidden;
    border-radius: 0;
}

.activity-carousel .carousel-wrapper {
    position: relative;
    height: 100%;
}

.activity-carousel .carousel-track {
    height: 100%;
    position: relative;
}

.activity-carousel .carousel-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    z-index: 1;
}

.activity-carousel .carousel-slide.active {
    opacity: 1;
    visibility: visible;
    z-index: 2;
}

.activity-carousel .carousel-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

.activity-text {
    flex: 0 0 33.33%;
    /* Slightly wider to accommodate the curved extension */
    padding: 0;
    /* background: linear-gradient(135deg, #1c2f2d 0%, #2d4a47 100%); */
    background: #1c2f2d;
    color: white;
    position: relative;
    border-top-left-radius: 50% 100%;
    border-bottom-left-radius: 50% 100%;
    z-index: 2;
    min-height: 600px;
}

.activity-text .activity-content-wrapper {
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    right: auto !important;
    transform: translate(-50%, -50%) !important;
    text-align: center !important;
    width: calc(100% - 3rem) !important;
}

.activity-text>* {
    padding: 0;
}

.activity-text .activity-title,
.activity-text .activity-description {
    margin: 0;
    text-align: end;
}

.activity-text .activity-title {
    margin-bottom: 1.5rem;
    text-align: end;
}

.activity-text .activity-title {
    font-size: 2.2rem;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 1.5rem;
    letter-spacing: -0.02em;
    color: white;
}

.activity-text .activity-description {
    font-size: 1rem;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 0;
}

.activity-text .activity-description::before {
    content: "";
    display: block;
    width: 48px;
    height: 3px;
    background: #10b981;
    margin: 0 0 0.75rem auto;
    border-radius: 2px;
}

/* Activities Navigation */
.activities-navigation {
    position: static;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2rem;
    margin-top: 2rem;
    padding: 0 2rem;
}

.act-nav-btn {
    background: rgba(255, 255, 255, 0.9);
    border: 2px solid rgba(16, 185, 129, 0.3);
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
}

.act-nav-btn:hover {
    background: rgba(16, 185, 129, 0.1);
    border-color: rgba(16, 185, 129, 0.6);
    transform: scale(1.1);
}

.act-nav-btn svg {
    width: 20px;
    height: 20px;
    color: #1c2f2d;
}

.activities-dots {
    display: flex;
    gap: 0.8rem;
}

.act-dot {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.3);
    cursor: pointer;
    transition: all 0.3s ease;
    border: 2px solid #10b981;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.act-dot.active {
    background: #10b981;
    transform: scale(1.2);
    border-color: #ffffff;
    box-shadow: 0 0 0 3px rgba(16, 185, 129, 0.3);
}

.act-dot:hover {
    background: rgba(16, 185, 129, 0.7);
    border-color: #ffffff;
    transform: scale(1.1);
}

/* Activities Carousel Responsive Design */
@media (max-width: 768px) {
    .main-activities-carousel {
        height: 500px;
    }

    .activity-text {
        padding: 0;
    }

    .activity-text .activity-content-wrapper {
        position: absolute !important;
        top: 50% !important;
        left: 50% !important;
        right: auto !important;
        transform: translate(-50%, -50%) !important;
        text-align: center !important;
        width: calc(100% - 3rem) !important;
    }
}

@media (max-width: 768px) {
    .main-activities-carousel {
        height: 650px;
    }

    .activity-content {
        margin: 0 !important;
        padding: 0 !important;
    }

    .activity-carousel {
        width: 100%;
        height: 50%;
        margin-right: 0;
    }

    .activity-text {
        width: 100% !important;
        height: 50%;
        min-height: 300px !important;
        padding: 0;
        position: relative;
        border-top-left-radius: 0 !important;
        border-bottom-left-radius: 12px !important;
        border-bottom-right-radius: 12px !important;

        overflow: hidden;
    }

    .activity-text .activity-content-wrapper {
        position: absolute !important;
        top: 50% !important;
        left: 50% !important;
        right: auto !important;
        transform: translate(-50%, -50%) !important;
        text-align: center !important;
        width: calc(100% - 3rem) !important;
    }

    .activity-text::before {
        display: none;
    }

    .activities-navigation {
        margin-top: 1.5rem;
        gap: 1.5rem;
    }

    .act-nav-btn {
        width: 40px;
        height: 40px;
    }

    .act-nav-btn svg {
        width: 16px;
        height: 16px;
    }

    .act-dot {
        width: 12px;
        height: 12px;
    }
}

/* Testimonials section styles */
#testimonials {
    padding: 1.5rem;
    text-align: center;
    margin-bottom: 1.5rem;
}

/* Google Rating Summary */
.rating-summary {
    display: flex;
    justify-content: center;
    margin: 1.5rem auto 3rem;
    max-width: 300px;
}

.rating-box {
    background-color: #fff;
    border-radius: 12px;
    padding: 1.5rem;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    text-align: center;
    width: 100%;
    transition: transform 0.3s ease;
}

.rating-box:hover {
    transform: translateY(-5px);
}

.rating-score {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.5rem;
}

#overallRating {
    font-size: 2.5rem;
    font-weight: 700;
    color: #333;
    margin-right: 1rem;
}

.rating-stars {
    display: flex;
    align-items: center;
}

.rating-stars .star {
    color: #ddd;
    font-size: 1.3rem;
    margin: 0 1px;
}

.rating-stars .star.filled {
    color: #FDCC0D;
}

.rating-stars .star.half-filled {
    position: relative;
    color: #ddd;
}

.rating-stars .star.half-filled::before {
    content: '★';
    position: absolute;
    color: #FDCC0D;
    width: 50%;
    overflow: hidden;
}

.rating-meta {
    font-size: 0.9rem;
    color: #666;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.google-logo {
    height: 20px;
    margin-top: 0.5rem;
}

.testimonials-container {
    position: relative;
    margin: 2rem 0 0 0 !important;
}

.testimonials-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
}

.testimonial-item {
    background: white;
    padding: 1.5rem;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.05);
    text-align: left;
    transition: all 0.3s ease;
    border: 1px solid rgba(0, 0, 0, 0.05);
    position: relative;
    overflow: hidden;
}


.testimonial-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: #1c2f2d;
}

.testimonial-header {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 1rem;
    gap: 1rem;
}

.user-info {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    flex: 1;
}

.user-avatar {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
    border: 2px solid #e5e7eb;
    background: #f3f4f6;
}

.avatar-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.user-details {
    flex: 1;
    min-width: 0;
}

.user-name {
    font-size: 1rem;
    font-weight: 600;
    color: #1c2f2d;
    margin: 0 0 0.25rem 0;
    line-height: 1.2;
}

.user-location {
    font-size: 0.875rem;
    color: #6b7280;
    display: block;
    margin-bottom: 0.25rem;
}

.review-meta {
    font-size: 0.75rem;
    color: #9ca3af;
    display: flex;
    align-items: center;
    gap: 0.25rem;
}

.review-source {
    font-weight: 500;
    color: #4285f4;
}

.star-rating {
    display: flex;
    align-items: center;
    gap: 0.25rem;
    flex-shrink: 0;
}

.star {
    font-size: 1.125rem;
    color: #e5e7eb;
    transition: color 0.2s ease;
}

.star.filled {
    color: #fbbf24;
}

.rating-number {
    font-size: 0.875rem;
    font-weight: 600;
    color: #374151;
    margin-left: 0.25rem;
}

.testimonial-content {
    margin-bottom: 1rem;
}

.testimonial-content p {
    font-size: 0.95rem;
    line-height: 1.6;
    color: #374151;
    margin: 0;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.review-actions {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.helpful-btn {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 1rem;
    background: transparent;
    border: 1px solid #e5e7eb;
    border-radius: 20px;
    color: #6b7280;
    font-size: 0.875rem;
    cursor: pointer;
    transition: all 0.2s ease;
}

.helpful-btn:hover {
    background: #f3f4f6;
    border-color: #d1d5db;
    color: #374151;
}

.helpful-btn svg {
    width: 16px;
    height: 16px;
}

/* Desktop: Completely remove mobile-only elements from DOM flow */
.carousel-nav,
.mobile-only {
    display: none;
}

@media (max-width: 768px) {
    .testimonials-container {
        overflow: hidden;
        width: 100%;
        padding: 0;
    }

    .testimonials-grid {
        display: flex;
        transition: transform 0.3s ease;
        gap: 1rem;
        padding: 0;
        padding-left: 5%;
        grid-template-columns: none;
    }

    .testimonial-item {
        width: 80%;
        flex-shrink: 0;
        padding: 1.25rem;
        margin: 0;
        box-sizing: border-box;
    }

    .testimonial-header {
        flex-direction: row;
        gap: 0.75rem;
        align-items: flex-start;
    }

    .user-info {
        gap: 0.5rem;
    }

    .user-avatar {
        width: 40px;
        height: 40px;
    }

    .user-name {
        font-size: 0.9rem;
    }

    .user-location {
        font-size: 0.8rem;
    }

    .review-meta {
        font-size: 0.7rem;
    }

    .star {
        font-size: 1rem;
    }

    .rating-number {
        font-size: 0.8rem;
    }

    .testimonial-content p {
        font-size: 0.9rem;
        line-height: 1.5;
    }

    .helpful-btn {
        font-size: 0.8rem;
        padding: 0.4rem 0.8rem;
    }

    .testimonial-item:last-child {
        margin-right: 0;
    }

    /* Mobile: Restore mobile-only elements */
    .mobile-only {
        display: block;
        position: static;
        top: auto;
        left: auto;
        width: auto;
        height: auto;
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        user-select: auto;
    }

    .carousel-nav {
        display: flex;
        position: static;
        left: auto;
        width: auto;
        height: auto;
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        user-select: auto;
        align-items: center;
        justify-content: center;
        gap: 1rem;
        margin-top: 2rem;
        margin-bottom: 0 !important;
    }

    .carousel-btn {
        background-color: #1c2f2d;
        color: white;
        border: none;
        border-radius: 50%;
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        margin-bottom: 0 !important;
        padding-bottom: 0 !important;
        transition: background-color 0.3s ease;
    }

    .carousel-btn:hover {
        background-color: #2d4a46;
    }

    .carousel-btn svg {
        width: 20px;
        height: 20px;
    }

    .carousel-dots {
        display: flex;
        gap: 0.5rem;
    }

    .dot {
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background-color: #d1d5db;
        cursor: pointer;
        transition: background-color 0.3s ease;
    }

    .dot.active {
        background-color: #1c2f2d;
    }
}

@media (max-width: 480px) {
    .testimonial-item {
        width: 100%;
        padding: 1rem;
    }

    .user-avatar {
        width: 36px;
        height: 36px;
    }

    .user-name {
        font-size: 0.85rem;
    }

    .user-location {
        font-size: 0.75rem;
    }

    .testimonial-content p {
        font-size: 0.85rem;
    }

    .helpful-btn {
        font-size: 0.75rem;
        padding: 0.35rem 0.7rem;
    }
}

/* Contact section styles */
#contact {
    text-align: center;
    padding: 0 1.5rem 5rem 1.5rem;
}

#contact p {
    max-width: 600px;
    margin: 0 auto 3rem auto;
    font-size: 1.1rem;
    line-height: 1.8;
}

/* Contact Container with Map and Form */
.contact-container {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem;
    margin-top: 3rem;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

/* Contact Form Container */
.contact-form-container {
    order: 1;
}

.contact-form {
    text-align: left;
}

/* Contact Map Container */
.contact-map-container {
    order: 2;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.map-wrapper {
    width: 100%;
    height: 400px;
    overflow: hidden;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.05);
}

.map-wrapper iframe {
    width: 100%;
    height: 100%;
}

/* Desktop Layout */
@media (min-width: 768px) {
    .contact-container {
        grid-template-columns: 1fr 1fr;
        gap: 4rem;
        align-items: start;
    }

    /* Map appears on left, form on right for desktop */
    .contact-map-container {
        order: 1;
    }

    .contact-form-container {
        order: 2;
    }

    .map-wrapper {
        height: 500px;
    }
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
    margin-bottom: 1.5rem;
}

.form-row.full-width {
    grid-template-columns: 1fr;
}

.form-group {
    display: flex;
    flex-direction: column;
}

.form-group label {
    margin-bottom: 0.5rem;
    font-weight: 500;
    color: #1c2f2d;
}

.form-group label .required {
    color: #e53e3e;
    margin-left: 2px;
    font-weight: 600;
}

.form-group input,
.form-group select,
.form-group textarea {
    padding: 0.75rem;
    border: 2px solid #e5e7eb;
    border-radius: 8px;
    font-size: 1rem;
    transition: border-color 0.3s ease;
    background-color: white;
    width: 100%;
    box-sizing: border-box;
}

.form-group select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23374151' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6,9 12,15 18,9'%3e%3c/polyline%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 1rem;
    padding-right: 2.5rem;
    cursor: pointer;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    outline: none;
    border-color: #1c2f2d;
}

.form-group textarea {
    resize: vertical;
    min-height: 120px;
}

.submit-btn {
    background-color: #1c2f2d;
    color: white;
    padding: 1rem 2rem;
    border: none;
    border-radius: 8px;
    font-size: 1rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 1rem;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.submit-btn:disabled {
    background-color: #94a3b8;
    cursor: not-allowed;
    transform: none;
}

.btn-loading {
    display: none;
}

.submit-btn.loading .btn-text {
    display: none;
}

.submit-btn.loading .btn-loading {
    display: inline;
}

/* Form Messages */
.form-message {
    margin-top: 1rem;
    padding: 1rem;
    border-radius: 8px;
    font-weight: 500;
    text-align: center;
}

.form-message.success {
    background-color: #dcfce7;
    color: #166534;
    border: 1px solid #bbf7d0;
}

.form-message.error {
    background-color: #fee2e2;
    color: #dc2626;
    border: 1px solid #fecaca;
}

/* Mobile responsive */
@media (max-width: 768px) {
    .form-row {
        grid-template-columns: 1fr;
        gap: 1rem;
        margin-bottom: 1rem;
    }

    .form-group input,
    .form-group select,
    .form-group textarea {
        padding: 0.75rem;
        font-size: 1rem;
        min-height: 44px;
    }

    .form-group select {
        background-size: 1.1rem;
        padding-right: 2.75rem;
    }

    #contact p {
        font-size: 1rem;
        margin-bottom: 2rem;
    }
}

@media (max-width: 480px) {
    .contact-form {
        padding: 0 1rem;
    }

    .form-group input,
    .form-group select,
    .form-group textarea {
        padding: 0.875rem;
        font-size: 1rem;
        border-radius: 8px;
        min-height: 48px;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }

    .form-group select {
        background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23374151' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6,9 12,15 18,9'%3e%3c/polyline%3e%3c/svg%3e");
        background-repeat: no-repeat;
        background-position: right 0.875rem center;
        background-size: 1.2rem;
        padding-right: 3rem;
        cursor: pointer;
        line-height: 1.4;
    }

    .submit-btn {
        padding: 0.875rem 1.5rem;
    }

    #contact p {
        font-size: 0.9rem;
    }
}

/* Footer styles */
.footer {
    background: #1c2f2d;
    color: white;
    padding: 4rem 0 0 0;
    position: relative;
    overflow: hidden;
}

.footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
}

.footer-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 1.5rem;
    display: grid;
    grid-template-columns: 6fr 2fr 2fr 2fr;
    gap: 3rem;
    position: relative;
    z-index: 1;
}

.footer-column h3 {
    color: #ffffff;
    font-family: 'Garamond', serif;
    margin-bottom: 1.5rem;
    font-size: 1.3rem;
    font-weight: 600;
    position: relative;
    padding-bottom: 0.5rem;
}

.footer-column p {
    font-family: 'Garamond', serif;
    font-weight: 300;
}

.footer-about {
    font-weight: 600;
}

.footer-column h3::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 30px;
    height: 2px;
    background: linear-gradient(90deg, #10b981, #059669);
    border-radius: 1px;
}

/* About column */
.about-column p {
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.7;
    font-family: 'FuturaCyrillicBook', sans-serif;
    margin-bottom: 2rem;
    font-size: 0.95rem;
}

.footer-logo-img {
    height: 45px;
    width: auto;
    max-width: 160px;
    object-fit: contain;
    filter: brightness(1.1);
}

/* Contact column */
.contact-info p {
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 0.75rem;
    font-size: 0.9rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    transition: color 0.3s ease;
    font-family: 'FuturaCyrillicBook', sans-serif;
}

.contact-info p:hover {
    color: #10b981;
}

.contact-info a {
    color: inherit;
    text-decoration: none;
    transition: color 0.3s ease;
    font-family: 'FuturaCyrillicBook', sans-serif;
}

.contact-info a:hover {
    color: #10b981;
    text-decoration: underline;
}

/* Payment methods column */
.payment-methods {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.payment-item {
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.9rem;
    padding: 0.5rem 0;
    border-left: 3px solid transparent;
    padding-left: 0;
    transition: all 0.3s ease;
    font-family: 'FuturaCyrillicBook', sans-serif;
}

.payment-item:hover {
    color: #10b981;
    border-left-color: #10b981;
    transform: translateX(5px);
}

/* Social column */
.social-links {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.social-links a {
    font-family: 'FuturaCyrillicBook', sans-serif;
}

.footer-social-link {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    font-size: 0.9rem;
    padding: 0.5rem 0;
    transition: all 0.3s ease;
    border-radius: 6px;
}

.footer-social-link:hover {
    color: #10b981;
    transform: translateX(5px);
}

.footer-social-link svg {
    width: 20px;
    height: 20px;
    transition: transform 0.3s ease;
}

.footer-social-link:hover svg {
    transform: scale(1.1);
    fill: #10b981;
}

/* Footer bottom */
.footer-bottom {
    margin-top: 3rem;
    padding: 1.5rem 0;
    background: #1c2f2d;
    text-align: center;
    position: relative;
}

.footer-bottom::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
}

.footer-bottom p {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.875rem;
    margin: 0;
    font-weight: 300;
    font-family: 'FuturaCyrillicBook', sans-serif;
}

.footer-bottom .developer-credit {
    margin-top: 0.5rem;
    font-size: 0.8rem;
}

.footer-bottom a {
    color: white;
    text-decoration: none;
    font-weight: 400;
    transition: color 0.3s ease;
    font-family: 'FuturaCyrillicBook', sans-serif;
}

.footer-bottom a:hover {
    color: #25d366;
    text-decoration: underline;
}

/* Decorative elements */
.footer::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: -100px;
    width: 200px;
    height: 200px;
    background: radial-gradient(circle, rgba(16, 185, 129, 0.1) 0%, transparent 70%);
    border-radius: 50%;
    pointer-events: none;
}

/* Mobile responsive */
@media (max-width: 768px) {
    .footer-container {
        grid-template-columns: 1fr;
        gap: 2.5rem;
        padding: 0 1rem;
    }

    .footer-column h3 {
        font-size: 1.2rem;
        margin-bottom: 1rem;
    }

    .about-column {
        order: 1;
    }

    .contact-column {
        order: 2;
    }

    .social-column {
        order: 3;
    }

    .payment-column {
        order: 4;
    }

    .social-links {
        flex-direction: row;
        gap: 1.5rem;
        justify-content: center;
    }

    .payment-item {
        padding-left: 0;
        border-left: none;
    }

    .payment-item:hover {
        transform: none;
        border-left: none;
    }
}

@media (max-width: 480px) {
    .footer {
        padding: 3rem 0 0 0;
    }

    .footer-container {
        padding: 0 0.5rem;
        gap: 2rem;
    }

    .footer-column h3 {
        font-size: 1.1rem;
    }

    .social-links {
        flex-direction: column;
        gap: 1rem;
    }

    .payment-item {
        padding-left: 0;
        border-left: none;
    }

    .payment-item:hover {
        transform: none;
        border-left: none;
    }
}

/* Responsive Design */
/* Ensure mobile logo is visible on tablet screens */
@media screen and (min-width: 768px) and (max-width: 1023px) {
    .header {
        position: relative;
        padding: 0.75rem 1.5rem;
    }
    
    .header-container {
        position: relative;
        display: grid;
        grid-template-columns: 1fr auto 1fr;
        align-items: center;
        gap: 1rem;
    }
    
    /* Left-aligned menu button */
    .mobile-menu-btn {
        grid-column: 1;
        justify-self: start;
        display: flex !important;
        align-items: center;
        padding: 0.5rem;
    }
    
    /* Center-aligned logo */
    .mobile-logo {
        grid-column: 2;
        display: flex !important;
        visibility: visible !important;
        opacity: 1 !important;
        align-items: center;
        justify-content: center;
        position: relative !important;
        z-index: 9999 !important;
        margin: 0 auto;
    }
    
    .mobile-logo-img {
        height: 35px !important;
        width: auto !important;
        display: block !important;
        visibility: visible !important;
    }
    
    /* Right-aligned reserve button */
    .reserve-now-btn.mobile-header-btn {
        grid-column: 3;
        justify-self: end;
        display: block !important;
        padding: 0.5rem 1rem !important;
    }
    
    /* Ensure desktop nav is hidden to avoid conflicts */
    .desktop-nav {
        display: none !important;
    }
    
    /* Hide desktop-only elements */
    .desktop-only {
        display: none !important;
    }
}

@media (min-width: 1024px) {
    .desktop-nav {
        display: flex;
    }

    .desktop-only {
        display: block;
    }

    .desktop-social {
        display: flex;
    }

    .mobile-logo {
        display: none !important;
        opacity: 0 !important;
        visibility: hidden !important;
    }

    .mobile-menu-btn {
        display: none;
    }
}

/* Smooth scrolling */
html {
    scroll-behavior: smooth;
}

/* Active link styles (optional) */
.nav-link.active,
.mobile-nav-link.active {
    color: #10b981;
}

.nav-link.active,
.mobile-nav-link.active {
    color: #10b981;
}

/* Smooth scrolling */
html {
    scroll-behavior: smooth;
}

/* Active link styles (optional) */
.nav-link.active,
.mobile-nav-link.active {
    color: #10b981;
}

.nav-link.active,
.mobile-nav-link.active {
    color: #10b981;
}

/* Floating Contact Button */
.floating-contact-wrapper {
    position: fixed;
    bottom: 7rem;
    right: 2rem;
    z-index: 1001;
}

.floating-contact-btn {
    background: linear-gradient(135deg, #25d366 0%, #128c7e 100%);
    color: white;
    border: none;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 4px 20px rgba(2, 81, 31, 0.4);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.floating-contact-btn:hover {
    transform: translateY(-2px) scale(1.05);
    box-shadow: 0 8px 25px rgba(37, 211, 102, 0.5);
}

.floating-contact-btn:active {
    transform: translateY(0) scale(0.98);
}

.floating-contact-btn.active {
    background: linear-gradient(135deg, #ef4444 0%, #dc2626 100%);
    box-shadow: 0 4px 20px rgba(239, 68, 68, 0.4);
}

.floating-contact-btn.active:hover {
    box-shadow: 0 8px 25px rgba(239, 68, 68, 0.5);
}

.contact-icon-main,
.close-icon-contact {
    width: 28px;
    height: 28px;
    transition: all 0.3s ease;
}

.close-icon-contact {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(90deg);
    opacity: 0;
}

.floating-contact-btn.active .contact-icon-main {
    transform: rotate(-90deg);
    opacity: 0;
}

.floating-contact-btn.active .close-icon-contact {
    transform: translate(-50%, -50%) rotate(0deg);
    opacity: 1;
}

/* Contact Popover */
.contact-popover {
    position: absolute;
    bottom: 75px;
    right: 0;
    background: white;
    border-radius: 16px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
    padding: 8px;
    min-width: 200px;
    transform: translateY(10px) scale(0.9);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
    border: 1px solid rgba(0, 0, 0, 0.08);
}

.contact-popover.show {
    transform: translateY(0) scale(1);
    opacity: 1;
    visibility: visible;
}

.contact-popover::after {
    content: '';
    position: absolute;
    bottom: -8px;
    right: 20px;
    width: 16px;
    height: 16px;
    background: white;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-top: none;
    border-left: none;
    transform: rotate(45deg);
}

.contact-option {
    margin-bottom: 4px;
}

.contact-option:last-child {
    margin-bottom: 0;
}

.contact-link {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 16px;
    text-decoration: none;
    color: #374151;
    border-radius: 12px;
    transition: all 0.2s ease;
    font-weight: 500;
}

.contact-link:hover {
    background-color: #f3f4f6;
    transform: translateX(2px);
}

.whatsapp-option .contact-link:hover {
    background-color: rgba(37, 211, 102, 0.1);
    color: #128c7e;
}

.call-option .contact-link:hover {
    background-color: rgba(59, 130, 246, 0.1);
    color: #2563eb;
}

.contact-icon {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.whatsapp-option .contact-icon {
    color: #25d366;
}

.call-option .contact-icon {
    color: #3b82f6;
}

/* Mobile Adjustments */
@media (max-width: 768px) {
    .floating-contact-wrapper {
        bottom: 7rem;
        right: 1.5rem;
    }

    .floating-contact-btn {
        width: 55px;
        height: 55px;
    }

    .contact-icon-main,
    .close-icon-contact {
        width: 24px;
        height: 24px;
    }

    .contact-popover {
        bottom: 70px;
        min-width: 180px;
    }

    .contact-popover::after {
        right: 18px;
    }

    .contact-link {
        padding: 10px 14px;
        gap: 10px;
    }

    .contact-icon {
        width: 20px;
        height: 20px;
    }
}

/* Adjust Go to Top Button position */
.go-to-top-btn {
    /* bottom: 2rem; */
    right: 2rem;
    /* Move up to avoid overlap with floating contact button */
    bottom: 6rem;
}

@media (max-width: 768px) {
    .go-to-top-btn {
        bottom: 5.5rem;
        right: 1.5rem;
    }
}

/* Go to Top Button */
.go-to-top-btn {
    position: fixed;
    bottom: 2rem;
    right: 2rem;
    background-color: #1c2f2d;
    color: white;
    border: none;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease;
    z-index: 1000;
}

.go-to-top-btn:hover {
    background-color: #2d4a46;
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2);
}

.go-to-top-btn.over-footer {
    background-color: #10b981;
    box-shadow: 0 4px 12px rgba(16, 185, 129, 0.3);
}

.go-to-top-btn.over-footer:hover {
    background-color: #059669;
    box-shadow: 0 6px 16px rgba(16, 185, 129, 0.4);
}

.go-to-top-btn svg {
    width: 24px;
    height: 24px;
}

@media (max-width: 768px) {
    .go-to-top-btn {
        bottom: 1.5rem;
        right: 1.5rem;
        width: 45px;
        height: 45px;
    }

    .go-to-top-btn svg {
        width: 20px;
        height: 20px;
    }
}

@media (max-width: 768px) {
    .header {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 1000;
        padding: 0.75rem 1rem;
    }

    main {
        margin-top: 70px;
        /* Offset for fixed header */
    }

    .mobile-menu {
        top: 100%;
        z-index: 999;
    }
}

@media (max-width: 480px) {
    .header {
        padding: 0.5rem 0.75rem;
    }

    main {
        margin-top: 60px;
        /* Smaller offset for mobile */
    }
}

/* Gallery Experiences Styles - Main Carousel */
.gallery-experiences {
    margin: 0 auto;
    padding: 1.5rem;
    position: relative;
    overflow: hidden;
}

.main-experiences-carousel {
    position: relative;
    height: 700px;
    border-radius: 12px;
    overflow: hidden;
    background: #ffffff;
}

.experiences-track {
    display: flex;
    width: 500%;
    /* 5 items × 100% */
    height: 100%;
    transition: transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transform: translateX(0%);
}

.experience-item {
    width: 20%;
    /* Each item takes 1/5 of the track */
    height: 100%;
    flex-shrink: 0;
}

.experience-content {
    display: flex;
    align-items: stretch;
    height: 100%;
}

/* Green text section on the left (like in uploaded image) */
.experience-text {
    flex: 0 0 33.33%;
    /* Slightly wider to accommodate the curved extension */
    padding: 0;
    /* background: linear-gradient(135deg, #1c2f2d 0%, #2d4a47 100%); */
    background: #1c2f2d;
    color: white;
    position: relative;
    border-top-right-radius: 50% 100%;
    border-bottom-right-radius: 50% 100%;
    z-index: 2;
    min-height: 600px;
}

.experience-text .experience-content-wrapper {
    position: absolute;
    top: 50%;
    right: 3rem;
    transform: translateY(-50%);
    text-align: left;
    width: calc(100% - 6rem);
}

.experience-text>* {
    padding: 0;
}

.experience-text .experience-title,
.experience-text .experience-description {
    margin: 0;
}

.experience-text .experience-title {
    margin-bottom: 1.5rem;
}

.experience-text .experience-title {
    font-size: 2.2rem;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 1.5rem;
    letter-spacing: -0.02em;
    color: white;
}

.experience-text .experience-description {
    font-size: 1rem;
    font-weight: 200;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.85) !important;
    margin-bottom: 0;
    letter-spacing: 0.06em;
}

.experience-text .experience-description::before {
    content: "";
    display: block;
    width: 48px;
    height: 3px;
    background: #10b981;
    margin: 0 0 0.75rem 0;
    border-radius: 2px;
}

.experience-text::after {
    display: none;
    /* Remove the angled edge since we're using rounded edges now */
}

.experience-description {
    font-size: 1.4rem;
    font-weight: 300;
    line-height: 1.7;
    color: #ffffff !important;
    padding: 0 !important;
    margin: 0;
}

/* Image carousel section on the right */
.experience-carousel {
    flex: 1;
    position: relative;
    background: #ffffff;
    overflow: hidden;
    margin-left: -12%;
    /* Pull the image section under the rounded text */
    z-index: 1;
}

.experience-carousel .carousel-container {
    height: 100%;
    position: relative;
    overflow: hidden;
}

.experience-carousel .carousel-wrapper {
    height: 100%;
    position: relative;
}

.experience-carousel .carousel-track {
    height: 100%;
    position: relative;
}

.experience-carousel .carousel-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    background-color: #f5f5f5; /* Light gray background as fallback */
    overflow: hidden; /* Prevent overflow */
    will-change: transform, opacity; /* Optimization for animations */
    /* JavaScript GSAP will handle opacity and visibility changes */
}

.experience-carousel .carousel-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    background-color: #f5f5f5; /* Fallback color for images */
}

.experience-carousel .carousel-slide:first-child {
    opacity: 1;
    visibility: visible;
    z-index: 2;
}

.experience-carousel .carousel-slide.active {
    z-index: 2;
    opacity: 1;
    visibility: visible;
}

.experience-carousel .carousel-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

.carousel-indicators {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 0.8rem;
    z-index: 10;
}

.indicator,
.exp-indicator,
.act-indicator {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.5);
    cursor: pointer;
    transition: all 0.3s ease;
    border: 2px solid rgba(255, 255, 255, 0.3);
}

.indicator.active,
.exp-indicator.active,
.act-indicator.active {
    background: #ffffff;
    transform: scale(1.2);
    border-color: #ffffff;
}

/* Main Carousel Navigation */
.experiences-navigation {
    position: static;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2rem;
    margin-top: 2rem;
    padding: 0 2rem;
}

.exp-nav-btn {
    background: rgba(255, 255, 255, 0.9);
    color: #1c2f2d;
    border: 2px solid rgba(16, 185, 129, 0.3);
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
}

.exp-nav-btn:hover {
    background: rgba(16, 185, 129, 0.1);
    border-color: rgba(16, 185, 129, 0.6);
    transform: scale(1.1);
}

.exp-nav-btn svg {
    width: 20px;
    height: 20px;
    color: #1c2f2d;
}

.experiences-dots {
    display: flex;
    gap: 0.8rem;
    align-items: center;
    justify-content: center;
}

.exp-dot {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.3);
    cursor: pointer;
    transition: all 0.3s ease;
    border: 2px solid #10b981;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    flex-shrink: 0;
}

.exp-dot.active {
    background: #10b981;
    transform: scale(1.15);
    border-color: #ffffff;
    box-shadow: 0 0 0 3px rgba(16, 185, 129, 0.3);
}

.exp-dot:hover {
    background: rgba(16, 185, 129, 0.7);
    border-color: #ffffff;
    transform: scale(1.1);
}

/* Tablet Responsive */
@media (max-width: 1024px) and (min-width: 769px) {
    .main-experiences-carousel {
        height: 650px; /* Height for tablet-sized screens */
    }
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .main-experiences-carousel {
        height: 550px; /* Increased from 450px to 550px */
    }

    .experience-content {
        flex-direction: column;
    }

    .experience-carousel {
        width: 100%;
        height: 60%;
        order: 1;
        margin-left: 0;
        /* Reset margin on mobile */
    }

    .experience-text .experience-content-wrapper {
        position: absolute !important;
        top: 50% !important;
        left: 50% !important;
        right: auto !important;
        transform: translate(-50%, -50%) !important;
        text-align: center !important;
        width: calc(100% - 3rem) !important;
    }

    .experience-text {
        width: 100%;
        height: 40%;
        flex: none;
        padding: 1.5rem;
        order: 2;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        min-height: 0 !important;
    }

    .experience-text::after {
        display: none;
    }

    .experience-description {
        font-size: 0.85rem;
        line-height: 1.6;
    }

    .experiences-navigation {
        margin-top: 1.5rem;
        gap: 1.5rem;
    }

    .exp-nav-btn {
        width: 40px;
        height: 40px;
    }

    .exp-nav-btn svg {
        width: 16px;
        height: 16px;
    }

    .exp-dot {
        width: 10px;
        height: 10px;
    }
}

@media (max-width: 480px) {
    .experience-text {
        padding: 1.5rem 1rem;
        border-radius: 0;
        /* Remove rounded corners on mobile */
    }

    .experience-description {
        font-size: 1rem;
    }

    .experience-carousel {
        height: 250px;
        margin-left: 0;
        /* Reset margin on mobile */
    }

    .experiences-navigation {
        gap: 1.5rem;
    }

    .exp-nav-btn {
        width: 40px;
        height: 40px;
    }

    .experience-text .experience-content-wrapper {
        position: absolute !important;
        top: 50% !important;
        left: 50% !important;
        right: auto !important;
        transform: translate(-50%, -50%) !important;
        text-align: center !important;
        width: calc(100% - 3rem) !important;
    }

    .exp-nav-btn svg {
        width: 18px;
        height: 18px;
    }
}


/* Mobile typography fixes for Experiences to match Activities, and bigger text area */
@media (max-width: 768px) {

    /* Match Activities mobile sizes */
    .experience-text .experience-description::before {
        content: "";
        display: block;
        width: 50%;
        margin: 0 auto 0.75rem auto;
        height: 3px;
        background: #10b981;
        border-radius: 2px;
    }

    /* Make experience text area bigger by balancing heights */
    .experience-carousel {
        height: 50%;
    }

    .experience-text {
        height: 50%;
    }
}

@media (max-width: 480px) {
    /* Match Activities smaller mobile sizes */

    /* Give more room to text on very small screens */
    .experience-carousel {
        height: 220px;
    }
}


@media (max-width: 768px) {

    #amenities h2,
    #gallery h2,
    #activities h2,
    #testimonials h2,
    #contact h2 {
        max-width: 100%;
        font-size: 1.6rem;
    }
}


/* Mobile typography emphasis: make titles bigger and descriptions smaller on mobile to clearly differentiate */
@media (max-width: 768px) {

    /* Generic fallback for any usage */
    .activity-title,
    .experience-title {
        font-size: 1.5rem !important;
        text-align: center !important;
    }

    .activity-description,
    .experience-description {
        font-size: 1.1rem !important;
        line-height: 1.55;
        text-align: center !important;
    }

    .activity-text .activity-description::before {
        content: "";
        display: block;
        width: 50%;
        margin: 0 auto 0.75rem auto;
        height: 3px;
        background: #10b981;
        border-radius: 2px;
    }
}

@media (max-width: 480px) {

    /* Generic fallback for very small screens */
    .activity-title,
    .experience-title {
        font-size: 1.5rem !important;
    }

    .activity-description,
    .experience-description {
        font-size: 1.1rem !important;
        line-height: 1.55;
        text-align: center !important;
    }
}


/* --- About section enhancements: mobile carousel + sticky header --- */

/* Mobile carousel styles for about images grid removed */

/* About image container styles */
.about-image-container {
    position: relative;
    margin: 0 auto;
    width: 100%;
    padding: 1.5rem;
    text-align: center;
    overflow: hidden;
}

.about-main-image {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
    transition: transform 0.5s ease;
    max-width: 100%;
}

.gallery-button {
    position: absolute;
    bottom: 30px;
    right: 30px;
    background: rgba(28, 47, 45, 0.85);
    color: #fff;
    border: 2px solid rgba(255, 255, 255, 0.2);
    padding: 12px 24px;
    font-family: 'Garamond', serif;
    font-weight: 500;
    font-size: 1.1rem;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.3s ease;
    letter-spacing: 1px;
    z-index: 2;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(3px);
}

.gallery-button:hover {
    background: rgba(28, 47, 45, 1);
    transform: translateY(-3px);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.25);
    border-color: rgba(255, 255, 255, 0.5);
}

.gallery-button:active {
    transform: translateY(0);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}

/* Responsive styles for about section */
@media (max-width: 768px) {
    .about-image-container {
        padding: 0 !important;
    }

    .gallery-button {
        bottom: 30px;
        right: 30px;
        padding: 10px 20px;
        font-size: 0.9rem;
        border-width: 1px;
    }
}

@media (max-width: 480px) {
    .about-image-container {
        padding: 0 !important;
    }

    .gallery-button {
        bottom: 10px;
        right: 10px;
        padding: 8px 16px;
        font-size: 0.8rem;
        border-width: 1px;
    }

}