 .image-card { height: 500px; }
        table { width: 100%; border-collapse: collapse; }
        table, th, td { border: 1px solid black; }
        th, td { font-size: 14px; line-height: 18px; padding: 5px; color: black; text-align: center; }
        th { font-size: 14px; font-weight: 600; color: black; }
        tr:nth-child(even) { color: black; }
        tr ul { list-style: circle; }
        tr ul li { line-height: 30px; margin-left: 30px; list-style-type: disc; text-align: left; }
        .rounded-table { overflow: hidden; }
        caption { padding: 10px; }
        .modal { margin-top: -1%; }
        .btn-outline-primary { border-color: darkgoldenrod; color: darkgoldenrod; }
        .btn-outline-primary:hover { background-color: darkgoldenrod; }
        .modal-content { border-radius: 8px; }
        .modal-header { background-color: #350d05; color: white; }
        .modal-body { padding: 5px; }
        .btn-booking { margin-right: 10px; }
        @media (max-width: 768px) {
            table { margin: 0; width: 100%; border-collapse: collapse; }
            th { font-size: 12px; font-weight: 600; color: black; }
            th, td { font-size: 12px; line-height: 18px; color: black; text-align: center; }
            tr ul li { line-height: 20px; margin-left: 1px; list-style-type: disc; text-align: left; }
            .image-card { height: 230px; width: 100%; }
            .btn-booking { margin-bottom: 10px; }
        }
        .topdest { padding-top: 14px; text-align: left; font-family: sans-serif; }
        .booking-buttons {
            margin-top: 1rem;
            display: block;
            flex-direction: column;
            gap: 0.5rem;
        }
        .cta-btn {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            padding: 0.5rem 1rem;
            font-size: 1rem;
            font-weight: bold;
            text-transform: uppercase;
            border-radius: 0.25rem;
            text-decoration: none;
            cursor: pointer;
        }
        .cta-btn:nth-child(1) {
            background-color: #350d05;
            color: white;
            border: 1px solid #350d05;
        }
        .cta-btn:nth-child(1):hover {
            background-color: #2a0a04;
            border-color: #2a0a04;
        }
        .cta-btn:nth-child(2) {
            background-color: transparent;
            color: #350d05;
            border: 1px solid #350d05;
        }
        .cta-btn:nth-child(2):hover {
            background-color: #350d05;
            color: #E69500;
        }
        .cta-btn:nth-child(3) {
            background-color: #FF8C00;
            color: white;
            border: 1px solid #FF8C00;
        }
        .cta-btn:nth-child(3):hover {
            background-color: #CC7000;
            border-color: #CC7000;
        }
        .cta-btn i {
            margin-right: 0.5rem;
        }
        @media (min-width: 992px) {
            .booking-buttons { display: block; }
        }
        .safari-packages .row > div {
            border-right: 3px solid #ddd;
            padding-right: 20px;
            padding-left: 20px;
        }
        .safari-packages .row > div:last-child {
            border-right: none;
        }
        .safari-packages ul li a::before {
            content: "> ";
            color: white;
            font-size: 0.7rem;
            font-weight: bold;
        }
        .safari-packages ul li {
            margin-bottom: 0.5rem;
            text-decoration: underline;
        }
        .safari-packages, .safari-packages a, .safari-packages h3, .safari-packages h2 {
            color: white;
        }
        /* New styles for the creative design */
        .why-rede-section {
            background: linear-gradient(135deg, #1a2e44 0%, #2b1e16 100%);
            padding: 80px 0;
            color: #fff;
        }
        .why-rede-section h2, .destinations-section h2, .experiences-section h2, .testimonials-section h2, .seo-section h2, .mission-section h2 {
            font-family: 'Arial', serif;
            font-size: 2.5rem;
            text-align: center;
            margin-bottom: 40px;
            color: #FFD700;
            text-transform: uppercase;
            letter-spacing: 2px;
        }
        .why-rede-section .feature-card, .destinations-section .destination-card, .experiences-section .experience-card {
            background: rgba(255, 255, 255, 0.1);
            border-radius: 15px;
            padding: 20px;
            margin-bottom: 30px;
            transition: transform 0.3s ease, box-shadow 0.3s ease;
        }
        .why-rede-section .feature-card:hover, .destinations-section .destination-card:hover, .experiences-section .experience-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
        }
        .why-rede-section .feature-icon, .destinations-section .destination-icon, .experiences-section .experience-icon {
            font-size: 2.5rem;
            color: #FFD700;
            margin-bottom: 20px;
        }
        .why-rede-section p, .destinations-section p, .experiences-section p {
            font-family: 'Lora', serif;
            font-size: 1.1rem;
            line-height: 1.8;
        }
        .destinations-section {
            background: #fffaf0;
            padding: 80px 0;
        }
        .destinations-section .destination-card {
            position: relative;
            overflow: hidden;
        }
        .destinations-section .destination-image {
            width: 100%;
            height: 200px;
            object-fit: cover;
            border-radius: 10px;
        }
        .experiences-section {
            background: linear-gradient(135deg, #2b1e16 0%, #1a2e44 100%);
            padding: 80px 0;
            color: #fff;
        }
        .testimonials-section {
            background: #f8f9fa;
            padding: 80px 0;
            height: 900px;
        }
        .testimonials-section .testimonial-card {
            background: #fff;
            border-radius: 15px;
            padding: 20px;
            margin-bottom: 30px;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
            text-align: center;
        }
        .testimonials-section .testimonial-card p {
            font-family: 'Lora', serif;
            font-style: italic;
            font-size: 1.1rem;
            color: #333;
        }
        .testimonials-section .testimonial-author {
            font-family: 'Raleway', sans-serif;
            font-weight: bold;
            color: #2b1e16;
            margin-top: 10px;
        }
        .seo-section {
            background: #fffaf0;
            padding: 80px 0;
        }
        .mission-section {
            background: linear-gradient(135deg, #1a2e44 0%, #2b1e16 100%);
            padding: 80px 0;
            color: #fff;
        }
        .cta-section {
            background: #FFD700;
            padding: 50px 0;
            text-align: center;
        }
        .cta-section .cta-btn {
            background-color: #350d05;
            color: white;
            padding: 15px 30px;
            font-size: 1.2rem;
            border-radius: 5px;
            text-transform: uppercase;
            transition: background-color 0.3s ease;
        }
        .cta-section .cta-btn:hover {
            background-color: #2a0a04;
        }
        h4{
            font-size: 14px;
            padding: 4px;
        }
        /* Styling for Recommended Luxury Safaris cards */
.new-tour-card {
    display: flex; /* Use flexbox for horizontal layout */
    flex-direction: row; /* Align image and content horizontally */
    align-items: stretch; /* Ensure items stretch to equal height */
    background: #ffffff; /* White background for cards */
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
    overflow: hidden; /* Ensure rounded corners are respected */
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.new-tour-card h3{
     font-size: 1.5rem;
     padding-left: 0px;
     color: darkgoldenrod;
     font-style: italic;
     text-align: left;
            padding: 4px;
}

/* Hover effect for cards */
.new-tour-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

/* Image styling */
.new-tour-card .card-img-top {
    width: 40%; /* Image takes 40% of card width */
    object-fit: cover; /* Ensure image fits nicely */
    height: auto; /* Maintain aspect ratio */
}

/* Card body styling */
.new-tour-card .new-tour-card-body {
    width: 60%; /* Card body takes 60% of card width */
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between; /* Space out content */
}

/* Price tag styling */
.new-tour-card .new-tour-card-price {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #FFD700; /* Gold background for price */
    color: #2b1e16;
    padding: 5px 10px;
    border-radius: 5px;
    font-weight: bold;
}
/* Styling for Book Now links */
.new-tour-card .read-more {
    display: inline-block;
    background-color: #FFD700; /* Gold background for high visibility */
    color: #2b1e16; /* Dark brown text for contrast */
    padding: 10px 20px; /* Increased padding for button-like appearance */
    border-radius: 5px; /* Rounded corners */
    font-size: 1.1rem; /* Larger text size */
    font-weight: bold; /* Bold text for emphasis */
    text-transform: uppercase; /* Uppercase for prominence */
    text-decoration: none; /* Remove underline */
    transition: background-color 0.3s ease, color 0.3s ease, transform 0.2s ease; /* Smooth transitions */
    margin-top: 15px; /* More spacing above */
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); /* Subtle shadow for depth */
}

.new-tour-card .read-more:hover {
    background-color: #350d05; /* Dark brown background on hover */
    color: #FFFFFF; /* White text on hover for contrast */
    transform: translateY(-2px); /* Slight lift effect on hover */
}
/* Testimonials Section */
.testimonials-section {
    position: relative;
    background: #1a120b; /* Deep charcoal for luxury */
    padding: 80px 0;
    overflow: hidden;
    color: #f8f9fa; /* Light gray text */
}

/* Parallax Background */
.parallax-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('images/safari/tree.jpg') no-repeat center center;
    background-size: cover;
    opacity: 0.3; /* Subtle savanna backdrop */
    transform: translateZ(0); /* Enable parallax */
    z-index: 0;
}

/* Container */
.testimonials-section .container {
    position: relative;
    z-index: 2;
}

.testimonials-section h2 {
    font-family: 'Lora', serif;
    font-size: 2.5rem;
    color: #FFD700; /* Gold for elegance */
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    margin-bottom: 20px;
}

.testimonials-section p.text-center {
    font-family: 'Raleway', sans-serif;
    font-size: 1.2rem;
    color: #f8f9fa;
    max-width: 700px;
    margin: 0 auto 40px;
}

/* Testimonial Showcase */
.testimonial-showcase {
    position: relative;
    max-width: 600px;
    margin: 0 auto;
    height: 400px; /* Fixed height for smooth transitions */
}

/* Hide radio inputs */
.testimonial-showcase input[type="radio"] {
    display: none;
}

/* Testimonial Card */
.testimonial-card {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.95);
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    padding: 25 bànpx;
    text-align: center;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.6s ease, transform 0.6s ease;
    z-index: 1;
}

/* Active card */
#slide1:checked ~ .testimonial-card[data-slide="1"],
#slide2:checked ~ .testimonial-card[data-slide="2"],
#slide3:checked ~ .testimonial-card[data-slide="3"] {
    opacity: 1;
    transform: translateY(0);
    z-index: 2;
}

/* Client Image */
.testimonial-image {
    position: relative;
    width: 100px;
    height: 100px;
    margin: 0 auto 20px;
}

.testimonial-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
    border: 3px solid #FFD700; /* Gold border */
    box-shadow: 0 0 15px rgba(255, 215, 0, 0.5); /* Gold glow */
    transition: transform 0.3s ease;
}

.testimonial-image img:hover {
    transform: scale(1.1); /* Subtle zoom on hover */
}

/* Quote */
.testimonial-quote {
    font-family: 'Lora', serif;
    font-style: italic;
    font-size: 1.1rem;
    color: #2b1e16; /* Dark brown */
    line-height: 1.6;
    margin-bottom: 15px;
    position: relative;
}

.testimonial-quote::before {
    content: '“';
    position: absolute;
    top: -15px;
    left: -10px;
    font-size: 2.5rem;
    color: #FFD700; /* Gold quote mark */
    opacity: 0.5;
}

/* Star Rating */
.testimonial-rating {
    color: #FFD700; /* Gold stars */
    font-size: 1.1rem;
    margin-bottom: 15px;
}

.testimonial-rating .fa-star {
    margin: 0 2px;
    opacity: 0;
    animation: fadeInStar 0.5s ease forwards;
}

.testimonial-rating .fa-star:nth-child(1) { animation-delay: 0.1s; }
.testimonial-rating .fa-star:nth-child(2) { animation-delay: 0.2s; }
.testimonial-rating .fa-star:nth-child(3) { animation-delay: 0.3s; }
.testimonial-rating .fa-star:nth-child(4) { animation-delay: 0.4s; }
.testimonial-rating .fa-star:nth-child(5) { animation-delay: 0.5s; }

@keyframes fadeInStar {
    0% { opacity: 0; transform: translateY(10px); }
    100% { opacity: 1; transform: translateY(0); }
}

/* Author */
.testimonial-author {
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    color: #2b1e16;
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 1.2px;
}

/* Navigation Dots */
.testimonial-nav {
    position: absolute;
    bottom: -40px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 10px;
}

.nav-dot {
    width: 12px;
    height: 12px;
    background: #2b1e16; /* Dark brown */
    border: 2px solid #FFD700; /* Gold border */
    border-radius: 50%;
    cursor: pointer;
    transition: background 0.3s ease;
}

#slide1:checked ~ .testimonial-nav label[for="slide1"],
#slide2:checked ~ .testimonial-nav label[for="slide2"],
#slide3:checked ~ .testimonial-nav label[for="slide3"] {
    background: #FFD700; /* Gold for active dot */
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .testimonials-section {
        padding: 60px 0;
    }
    .testimonial-showcase {
        max-width: 90%;
        height: 350px;
    }
    .testimonial-card {
        padding: 20px;
    }
    .testimonial-image {
        width: 80px;
        height: 80px;
    }
    .testimonial-quote {
        font-size: 1rem;
    }
    .testimonial-quote::before {
        font-size: 2rem;
        top: -10px;
    }
}

@media (max-width: 412px) {
    .testimonials-section h2 {
        font-size: 2rem;
    }
    .testimonials-section p.text-center {
        font-size: 1rem;
    }
    .testimonial-showcase {
        height: 320px;
    }
    .testimonial-card {
        max-width: 95%;
        padding: 15px;
    }
    .testimonial-image {
        width: 70px;
        height: 70px;
    }
    .testimonial-quote {
        font-size: 0.9rem;
    }
    .testimonial-quote::before {
        font-size: 1.8rem;
        top: -8px;
    }
    .testimonial-author {
        font-size: 0.9rem;
    }
    .testimonial-nav {
        bottom: -30px;
    }
    .nav-dot {
        width: 10px;
        height: 10px;
    }
}
/* Excellence Section */
.excellence-section {
    background: #fff; /* Clean white background */
    padding: 60px 0;
    position: relative;
    overflow: hidden;
    color: #2b1e16; /* Dark brown text */
}

/* Subtle Safari Texture Overlay */
.excellence-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('https://www.transparenttextures.com/patterns/paper-fibers.png') repeat; /* Linen-like texture */
    opacity: 0.1;
    z-index: 0;
}

/* Container */
.excellence-section .container {
    position: relative;
    z-index: 1;
}

/* Hero Image */
.excellence-hero {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
    margin-bottom: 20px;
}

.excellence-hero img {
    width: 100%;
    height: 400px; /* Consistent height */
    object-fit: cover;
    transition: transform 0.4s ease;
}

.excellence-hero:hover img {
    transform: scale(1.03); /* Subtle zoom */
}

/* Section Title */
.section-title {
    text-align: left; /* Asymmetrical for uniqueness */
    margin-bottom: 30px;
}

.section-title h2 {
    font-family: 'Lora', serif;
    font-size: 2rem;
    color: #2b1e16; /* Dark brown */
    border-left: 4px solid #FFD700; /* Gold accent */
    padding-left: 15px;
    margin-bottom: 15px;
}

.section-title p {
    font-family: 'Raleway', sans-serif;
    font-size: 1rem;
    color: #2b1e16;
    max-width: 500px;
}

/* Excellence Card */
.excellence-card {
    background: #fff;
    border-radius: 8px;
    padding: 20px;
    border: 1px solid rgba(255, 215, 0, 0.3); /* Subtle gold border */
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    opacity: 0;
    transform: translateY(10px);
    animation: cardFadeIn 0.6s ease forwards;
}

.excellence-card:nth-child(1) { animation-delay: 0.2s; }
.excellence-card:nth-child(2) { animation-delay: 0.3s; }
.excellence-card:nth-child(3) { animation-delay: 0.4s; }
.excellence-card:nth-child(4) { animation-delay: 0.5s; }

@keyframes cardFadeIn {
    0% { opacity: 0; transform: translateY(10px); }
    100% { opacity: 1; transform: translateY(0); }
}

.excellence-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
}

/* Icon */
.excellence-icon {
    margin-bottom: 12px;
}

.excellence-icon i {
    color: #FFD700; /* Gold */
    font-size: 1.8rem;
    transition: transform 0.3s ease;
}

.excellence-card:hover .excellence-icon i {
    transform: scale(1.1); /* Subtle icon pulse */
}

/* Card Title */
.excellence-card h4 {
    font-family: 'Lora', serif;
    font-size: 1.2rem;
    color: #2b1e16;
    margin-bottom: 8px;
}

/* Card Text */
.excellence-card p {
    /*font-family: 'Raleway', sans-serif;*/
    font-size: 0.9rem;
    color: #2b1e16;
    line-height: 1.5;
}


/* Responsive Adjustments */
@media (max-width: 991.98px) {
    .excellence-hero {
        margin-bottom: 30px;
        order: 1 !important; /* Image on top */
    }
    .section-title {
        text-align: center; /* Center for smaller screens */
    }
    .section-title h2 {
        border-left: none;
        /*border-bottom: 2px solid #FFD700;*/
        padding-bottom: 10px;
    }
    .excellence-hero img {
        height: 300px;
    }
}

@media (max-width: 767.98px) {
    .excellence-section {
        padding: 50px 0;
    }
    .excellence-hero img {
        height: 250px;
    }
    .excellence-card {
        padding: 15px;
    }
    .excellence-icon i {
        font-size: 1.6rem;
    }
    .excellence-card h4 {
        font-size: 1.1rem;
    }
    .excellence-card p {
        font-size: 0.85rem;
    }
}

@media (max-width: 412px) {
    .excellence-section {
        padding: 40px 0;
    }
    .excellence-hero img {
        height: 200px;
    }
    .section-title h2 {
        font-size: 1.8rem;
    }
    .section-title p {
        font-size: 0.9rem;
        max-width: 90%;
    }
    .excellence-card {
        padding: 12px;
    }
    .excellence-icon i {
        font-size: 1.4rem;
    }
    .excellence-card h4 {
        font-size: 1rem;
    }
    .excellence-card p {
        font-size: 0.8rem;
    }
}
.header .nav-links {
    font-size: 0.5rem;
}


/* Responsive design for smaller screens */
@media (max-width: 768px) {
    .new-tour-card {
        flex-direction: column; /* Stack vertically on small screens */
    }
    .new-tour-card .card-img-top {
        width: 100%; /* Image takes full width */
        height: 200px; /* Fixed height for consistency */
    }
    .new-tour-card .new-tour-card-body {
        width: 100%; /* Card body takes full width */
    }
}
 /* General container styling */
        .features-section {
            background: #f5f5f5; /* Neutral light gray background */
            padding: 60px 0;
            font-family: 'Lora', serif;
        }

        .features-section h2 {
            font-family: 'Arial', serif;
            font-size: 2.5rem;
            text-align: center;
            margin-bottom: 40px;
            color: #2a2a2a; /* Dark gray for text */
            text-transform: uppercase;
            letter-spacing: 2px;
        }

        /* Horizontal card container */
        .features-container {
            display: flex;
            flex-wrap: wrap; /* Allow wrapping for rows */
            justify-content: center; /* Center cards for balanced layout */
            gap: 20px;
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 15px;
        }

        /* Individual card styling */
        .feature-card {
            background: #ffffff; /* White background for cards */
            border-radius: 10px;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
            padding: 20px;
            text-align: center;
            transition: transform 0.3s ease, box-shadow 0.3s ease;
            flex: 1 1 30%; /* Base width for large screens */
            min-width: 250px; /* Minimum width for readability */
            max-width: 360px; /* Cap width to prevent over-stretching */
        }

        .feature-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
        }

        /* Icon styling */
        .feature-icon {
            font-size: 2.5rem;
            color: #4a4a4a; /* Muted gray for icons */
            margin-bottom: 15px;
        }

        /* Card title */
        .feature-card h3 {
            font-family: 'Raleway', sans-serif;
            font-size: 1.5rem;
            font-weight: 700;
            color: #2a2a2a; /* Dark gray for titles */
            margin-bottom: 15px;
        }

        /* Card description */
        .feature-card p {
            font-size: 1rem;
            line-height: 1.6;
            color: #333; /* Slightly lighter gray for text */
            margin: 0;
        }
        /* Accommodations Section */
.accommodations-section {
    background: #1a120b; /* Deep charcoal for luxury */
    padding: 60px 0;
    position: relative;
    overflow: hidden;
    color: #f8f9fa; /* Light gray text */
}

/* Leather Texture Background */
.accommodations-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('https://www.transparenttextures.com/patterns/leather.png') repeat; /* Leather texture */
    opacity: 0.15;
    z-index: 0;
}

/* Container */
.accommodations-section .container {
    position: relative;
    z-index: 1;
}

/* Section Title */
.section-title {
    text-align: center;
    margin-bottom: 40px;
}

.section-title h2 {
    font-family: 'Lora', serif;
    font-size: 2rem;
    color: darkgoldenrod; /* Gold */
    position: relative;
    font-weight: 600;
    display: inline-block;
    padding-bottom: 10px;
    /*text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);*/
}

.section-title h2::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 2px;
    background: #FFD700; /* Gold underline */
}

.section-title p {
    font-family: 'Raleway', sans-serif;
    font-size: 1rem;
/*    color: #f8f9fa;*/
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.6;
}
.hero{
    height: 720px;
}
.hero h1{
    margin-top: 9%;
}

/* Masonry Grid */
.accommodations-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 10px;
    max-width: 1200px;
    margin: 0 auto;
}

/* Accommodation Card */
.accommodation-card {
    background: rgba(255, 255, 255, 0.95);
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(255, 215, 0, 0.4); /* Subtle gold border */
    position: relative;
    height: auto;
    opacity: 0;
    transform: translateY(20px);
    transition: transform 0.4s ease, opacity 0.4s ease, box-shadow 0.4s ease;
}

.accommodation-card[data-index="1"] { animation: cardFadeIn 0.6s ease 0.2s forwards; }
.accommodation-card[data-index="2"] { animation: cardFadeIn 0.6s ease 0.3s forwards; }
.accommodation-card[data-index="3"] { animation: cardFadeIn 0.6s ease 0.4s forwards; }
.accommodation-card[data-index="4"] { animation: cardFadeIn 0.6s ease 0.5s forwards; }

@keyframes cardFadeIn {
    0% { opacity: 0; transform: translateY(20px); }
    100% { opacity: 1; transform: translateY(0); }
}

.accommodation-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

/* Card Image */
.accommodation-card img {
    width: 100%;
    height: 200px; /* Fixed height for consistency */
    object-fit: cover;
    transition: transform 0.4s ease;
}

.accommodation-card:hover img {
    transform: scale(1.05); /* Subtle zoom */
}

/* Card Content */
.accommodation-content {
    padding: 20px;
}

.accommodation-content h4 {
    font-family: 'Lora', serif;
    font-size: 1.3rem;
    color: #2b1e16; /* Dark brown */
    margin-bottom: 10px;
}

.accommodation-content p {
    font-family: 'Raleway', sans-serif;
    font-size: 0.9rem;
    color: #2b1e16;
    line-height: 1.6;
}

/* Responsive Adjustments */
@media (max-width: 991.98px) {
    .accommodations-grid {
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    }
    .accommodation-card img {
        height: 180px;
    }
    .section-title h2 {
        font-size: 1.8rem;
    }
    .section-title p {
        font-size: 0.95rem;
    }
}

@media (max-width: 767.98px) {
    .accommodations-section {
        padding: 50px 0;
    }
    .accommodation-card {
        padding: 15px;
    }
    .accommodation-card img {
        height: 160px;
    }
    .accommodation-content h4 {
        font-size: 1.2rem;
    }
    .accommodation-content p {
        font-size: 0.85rem;
    }
    .hero{
        height: 550px;
    }
    .hero h1{
    margin-top: 7%;
}
}

@media (max-width: 412px) {
    .accommodations-section {
        padding: 40px 0;
    }
    .accommodations-grid {
        grid-template-columns: 1fr; /* Single column for small screens */
    }
    .accommodation-card img {
        height: 140px;
    }
    .section-title h2 {
        font-size: 1.6rem;
    }
    .section-title p {
        font-size: 0.9rem;
        max-width: 90%;
    }
    .accommodation-content h4 {
        font-size: 1.1rem;
    }
    .accommodation-content p {
        font-size: 0.8rem;
    }
}

        /* Large screens: 3 cards in first row, 2 in second row */
        @media (min-width: 992px) {
            .features-container {
                display: flex;
                flex-wrap: wrap;
                justify-content: center;
            }
            .feature-card:nth-child(-n+3) {
                flex: 1 1 30%; /* Three cards in first row */
            }
            .feature-card:nth-child(n+4) {
                flex: 1 1 45%; /* Two cards in second row, wider to balance */
                max-width: 540px; /* Slightly wider for two-card row */
            }
            .features-container::after {
                content: '';
                flex: 1 1 30%; /* Empty space to align two cards in second row */
                max-width: 360px;
                visibility: hidden; /* Hide the placeholder */
            }
        }

        /* Medium screens: Two cards per row */
        @media (max-width: 991px) {
            .feature-card {
                flex: 1 1 45%; /* Two cards per row */
                margin-bottom: 20px;
            }
        }

        /* Small screens: One card per row */
        @media (max-width: 576px) {
            .feature-card {
                flex: 1 1 100%; /* One card per row */
                margin-bottom: 20px;
            }
        }

 .itinerary {
  display: flex;
  flex-direction: column;
  gap: 50px;
}

.day {
  display: grid;
  grid-template-columns: repeat(2, 1fr); /* two equal columns */
  gap: 40px;
  align-items: start;                    /* align top instead of stretching */
}

.day.reverse {
  grid-template-columns: repeat(2, 1fr);
}

.day.reverse > * {
  /* flip content order without using rtl */
  order: 1;
}

.day-image {
  overflow: hidden;
  border-radius: 6px;
  background: #eee;
  aspect-ratio: 4 / 3;
  display: flex;
  align-items: center;
  justify-content: center;
}

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

.day-content {
  padding: 10px 0;
}
    h3 {
      /*color: #2e7d32;*/
      margin: 0 0 12px;
      font-size: 1.7rem;
    }
    p {
      margin: 0 0 20px;
      font-size: 1.05rem;
    }
    ul.details {
      /*list-style: none;*/
      padding: 0;
      margin: 0;
    }
    ul.details li {
      margin: 10px 0;
      font-size: 1.05rem;
    }
    ul.details li strong {
      color: #444;
    }
   @media (max-width: 768px) {
  .day, .day.reverse {
    grid-template-columns: 1fr;  /* Stack into single column */
    direction: ltr;              /* Reset RTL for reverse */
  }
  .day-image {
    max-width: 100%;
  }
}

.nav-item .dropdown li a{
    font-weight: bold;
}

   h2 {
      text-align: center;
      font-family: 'Arial', serif;
      color: #b8975e;
      font-size: clamp(1.5rem, 5vw, 2rem);
      margin-bottom: 40px;
      letter-spacing: 0.8px;
      font-weight: 600;
    }

    /* ============ Grid Layout ============ */
    .pricing-grid {
      display: block;
      margin-bottom: 40px;
    }

    .details-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 50px;
      margin-bottom: 30px;
      width: 100%;
    }

    /* ============ Pricing Table ============ */
    .pricing-side table {
      width: 100%;
      border-collapse: collapse;
      overflow-x: auto;
    }

    thead {
      background: #f9f9f9;
    }

    th {
      padding: 12px 16px;
      text-align: left;
      font-weight: 600;
      color: #444;
      font-family: 'Arial', serif;
      border-bottom: 2px solid #ddd;
    }

    td {
      padding: 14px 16px;
      text-align: left;
      border-bottom: 1px solid #eee;
      font-size: 1rem;
    }

    tbody tr:hover {
      background: #fafafa;
      transition: background 0.2s ease;
    }

    /* ============ Booking Button ============ */
    .book-cell {
      text-align: right;
      padding-right: 0;
    }

    .book-btn {
      display: inline-block;
      background: #b8975e;
      color: white;
      font-family: 'Arial', serif;
      font-size: 0.95rem;
      font-weight: 600;
      padding: 8px 18px;
      margin: 0px 5px;
      border-radius: 4px;
      text-decoration: none;
      border: 2px solid #b8975e;
      transition: all 0.3s ease;
      cursor: pointer;
    }

    .book-btn:hover,
    .book-btn:focus {
      background: #a07f4a;
      border-color: #a07f4a;
      text-decoration: underline;
    }

    .book-btn:active {
      transform: scale(0.98);
    }

    /* ============ Included/Excluded Lists ============ */
    .in-ex {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 28px;
    }

    .in-ex > div {
      flex: 1;
      padding: 24px;
      border-radius: 8px;
      border-left: 5px solid;
    }

    .in-ex > div:first-child {
      background: #f0f8f0;
      border-left-color: #2d7c3d;
    }

    .in-ex > div:last-child {
      background: #fef5f0;
      border-left-color: #d97706;
    }

    h3 {
      display: flex;
      align-items: center;
      gap: 10px;
      font-family: 'Arial', serif;
      color: #333;
      font-size: 1.5rem;
      margin-bottom: 14px;
      text-align: center;
      border-bottom: 1px solid #ddd;
      padding-bottom: 8px;
      font-weight: 600;
    }

    h3::before {
      font-size: 1.4rem;
    }

    .in-ex > div:first-child h3::before {
      content: "✓";
      color: #2d7c3d;
      font-weight: bold;
    }

    .in-ex > div:last-child h3::before {
      content: "!";
      background: #d97706;
      color: white;
      width: 24px;
      height: 24px;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 50%;
      font-size: 1.1rem;
      font-weight: bold;
    }

    ul {
      /*list-style: none;*/
    }

    li {
      margin: 12px 0;
      padding-left: 24px;
      position: relative;
      font-size: 1rem;
      line-height: 1.6;
    }

    li strong {
      color: #222;
      font-weight: 600;
    }

    .inc li::before {
      content: "✓";
      color: #2d7c3d;
      position: absolute;
      left: 0;
      font-size: 1.1rem;
      font-weight: bold;
    }

    .exc li::before {
      content: "✕";
      color: #d97706;
      position: absolute;
      left: 2px;
      font-size: 1.1rem;
      font-weight: bold;
    }

    /* ============ Footer Note ============ */
    .small {
      font-size: 0.9rem;
      color: #666;
      text-align: center;
      margin-top: 30px;
      padding-top: 20px;
      border-top: 1px solid #eee;
    }

    /* ============ Responsive Design ============ */
    @media (max-width: 768px) {
      body {
        padding: 30px 16px;
      }

      h2 {
        margin-bottom: 30px;
      }

      .content-grid {
        grid-template-columns: 1fr;
        gap: 40px;
      }

      .pricing-grid {
        grid-template-columns: 1fr;
        gap: 40px;
      }

      .details-grid {
        grid-template-columns: 1fr;
        gap: 40px;
      }

      th,
      td {
        padding: 12px 10px;
        font-size: 0.85rem;
      }

      .book-cell {
        text-align: left;
        padding-left: 0;
      }

      .book-btn {
        padding: 7px 14px;
        font-size: 0.9rem;
      }

      li {
        padding-left: 20px;
        font-size: 0.95rem;
        margin: 10px 0;
      }

      h3 {
        font-size: 1.3rem;
      }

      .in-ex > div {
        padding: 20px;
      }

      .in-ex {
        grid-template-columns: 1fr;
      }
    }

    @media (max-width: 480px) {
      body {
        padding: 20px 12px;
      }

      h2 {
        font-size: 1.3rem;
        margin-bottom: 25px;
      }

      .pricing-side table {
        font-size: 0.85rem;
      }

      th,
      td {
        padding: 10px 8px;
      }

      .book-btn {
        padding: 6px 12px;
        font-size: 0.85rem;
      }
    }
        .container-form {
      max-width: 720px;
      margin: 0 auto;
      background: white;
      border-radius: 10px;
      box-shadow: 0 4px 20px rgba(0,0,0,0.08);
      padding: 40px 30px;
    }
    h2 {
      font-family: 'Arial', serif;
      color: #b8975e;
      text-align: center;
      margin-bottom: 32px;
      font-size: 2.1rem;
      letter-spacing: 0.5px;
    }
    .form-label {
      font-weight: 500;
      color: #444;
      margin-bottom: 6px;
      font-size: 0.95rem;
    }
    .input-icon-group {
      position: relative;
    }
    .input-icon {
      position: absolute;
      left: 14px;
      top: 50%;
      transform: translateY(-50%);
      color: #777;
      font-size: 1.3rem;
      pointer-events: none;
    }
    .form-control,
    .form-select {
      padding-left: 48px !important;
      border-radius: 6px;
      border: 1px solid #ced4da;
      height: 50px;
    }
    .form-control:focus,
    .form-select:focus {
      border-color: #b8975e;
      box-shadow: 0 0 0 0.25rem rgba(184,151,94,0.15);
    }
    textarea.form-control {
      height: auto;
      padding-top: 12px;
      padding-left: 48px !important;
    }
    .btn-book {
      background: #b8975e;
      border: none;
      color: white;
      font-family: 'Arial', serif;
      font-weight: 500;
      padding: 14px;
      border-radius: 6px;
      transition: all 0.25s;
    }
    .btn-book:hover {
      background: #a07f4a;
      transform: translateY(-1px);
    }
    .btn-whatsapp {
      background: #25D366;
      border: none;
      color: white;
      font-family: 'Arial', serif;
      font-weight: 500;
      padding: 14px;
      border-radius: 6px;
      transition: all 0.25s;
    }
    .btn-whatsapp:hover {
      background: #20b058;
      transform: translateY(-1px);
    }
    .small-note {
      font-size: 0.9rem;
      color: #666;
      text-align: center;
      margin-top: 20px;
    }
    @media (max-width: 576px) {
      .container-form {
        padding: 30px 20px;
      }
      h2 {
        font-size: 1.8rem;
      }
    }

     .lemosho-hero-carousel {
    position: relative;
    width: 100%;
    height: 70vh;
    min-height: 500px;
    overflow: hidden;
    margin: 0;
  }

  .carousel-track {
    display: flex;
    width: 200%;                    /* 2 × 100% because images are duplicated */
    height: 100%;
    animation: slide 28s linear infinite; /* 18s = ~3s per image × 6 */
  }

  .slide {
    flex: 0 0 16.6667%;            /* 100% / 6 images */
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }

  .overlay {
    position: absolute;
    inset: 0;
    /*background: rgba(0, 0, 0, 0.35);*/
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
    z-index: 1;
  }

  .overlay-content {
    text-align: center;
    color: white;
    padding: 20px;
    max-width: 900px;
  }

  .overlay h2 {
    font-family: 'Arial', serif;
    font-size: 3.5rem;
    font-weight: 700;
    margin: 0 0 16px;
    text-shadow: 0 3px 12px rgba(0,0,0,0.7);
  }

  .overlay p {
    font-size: 1.5rem;
    margin: 0;
    text-shadow: 0 2px 8px rgba(0,0,0,0.6);
  }

  @keyframes slide {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-50%);
    }
  }

  @media (max-width: 768px) {
    .lemosho-hero-carousel {
      height: 60vh;
      min-height: 420px;
    }
    .overlay h2 {
      font-size: 2.6rem;
    }
    .slide{
        width: 100%;
    }
    .overlay p {
      font-size: 1.2rem;
    }
  }
  .quote-btn {
    display: inline-block;
    background: #b8975e;
    color: white;
    font-family: 'Arial', serif, Georgia, serif;
    font-size: 1.25rem;
    font-weight: 500;
    padding: 16px 60px;
    border-radius: 6px;
    text-decoration: none;
    border: 2px solid #b8975e;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    transition: all 0.35s ease;
  }

  .quote-btn:hover {
    background: #ffffff;
    color: #b8975e;
    transform: translateY(-3px);
    box-shadow: 0 10px 24px rgba(184, 151, 94, 0.3);
  }
