:root {
    --primary: #ffffff;
    --dark: #1a1a1a;
    --gray: #f4f4f4;
    --text-muted: #666;
        --bg-color: #ffffff;
    --text-main: #1a1a1a;
    --text-muted: #666;
    --tag-bg: #f5f5f5;
    --accent: #000000;

            --primary-green: #823100;
            --accent-green: #2d6a4f;
            --light-bg: #f8fbf8;
            --card-shadow: 0 10px 30px rgba(0,0,0,0.08);
        }


* { margin: 0; padding: 0; box-sizing: border-box; }

body {
    font-family: 'Poppins', sans-serif;
    line-height: 1.6;
    color: var(--dark);
}

h1, h2, h3 { font-family: 'Poppins', serif; }

/* Navigation */




.near1 h3 {
    margin-top: 1.5rem;
    font-size: 2.5rem;
    font-weight: 700;
    text-align: center;
    color: #823100;

}


.logo { font-weight: bold; letter-spacing: 2px; }
.nav-links { display: flex; list-style: none; align-items: center; }
.nav-links li a { text-decoration: none; color: #000; margin: 0 15px; font-size: 0.9rem; }
.btn-book { background: #000; color: #fff !important; padding: 10px 20px; }


/* Hero */
.hero {
    height: 100vh;
    background: linear-gradient(rgba(0, 0, 0, 0.37), rgba(0, 0, 0, 0.651)), url('/assets/current-img/front-page.jpg') center/cover no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: white;
    padding: 5px;
    line-height: 2;
}

.hero h1 { font-size: 4rem; letter-spacing: 5px; }
.hero h1 span { color: #e46906; }
.hero h2 { border: 1px solid #823100; font-size: 1.5rem; margin-bottom: 20px; color:rgb(0, 0, 0) ; background-color: #fff ; padding: 5px 40px; width: fit-content; margin: 0 auto 20px; border-top-left-radius: 25px;border-bottom-right-radius: 25px; }
.btn-outline { border: 1px solid white; color: white; padding: 12px 30px; background: #823100; text-decoration: none; margin-top: 20px; display: inline-block; transition: all .3s ease-in-out; }
.btn-outline:hover { background: white; color: #000; }
/* Features */
.features { padding: 80px 10%; text-align: center; }
.feature-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 40px; margin-top: 50px; }
.feature-item .icon { font-size: 2rem; margin-bottom: 15px; }

/* Banner Section */
.banner-section {
    background: linear-gradient(rgba(0, 0, 0, 0.37), rgba(0, 0, 0, 0.651)), url('/assets/paradise-img.jpg') center/cover;
    padding: 100px 10%;
    color: white;
    /* text-align: center; */
    height:80vh;
    display: flex;
    flex-direction: column;
    
}

.banner-text h4 { font-size: 2.5rem; margin-bottom: 20px; }
.banner-text p { font-size: 1.2rem; margin-bottom: 30px

}

/* Experience Section */
.experience { display: flex; align-items: center; padding: 80px 10%; background: var(--gray); }
.exp-content { flex: 1; padding-right: 50px; }
.exp-image { flex: 1; }
.exp-image img { width: 100%; border-radius: 4px; }
.btn-dark { background: #000; color: #fff; padding: 12px 30px; text-decoration: none; display: inline-block; margin-top: 20px; }

/* Final CTA */
.final-cta { background: #e46906; color: #fff; text-align: center; padding: 100px 10%; }

/* Footer */
footer { background: #000; color: #fff; padding: 50px 10% 20px; border-top: 1px solid #333; }
.footer-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 40px; }
.footer-col ul { list-style: none; }
.footer-bottom { text-align: center; margin-top: 50px; font-size: 0.8rem; opacity: 0.6; }
.footer-col ul li a { color: #fff; text-decoration: none; font-size: 1rem; }
.footer-bottom a { color: #fff; text-decoration: none; }
.footer-col img {
    height: 130px;
    width: auto;
    margin-bottom: 15px;
}
/* Mobile Responsive */




.rooms-header {
    text-align: center;
    padding: 80px 20px;
}

.rooms-header h1 {
    font-family: 'Playfair Display', serif;
    font-size: 2.5rem;
    margin-bottom: 10px;
}

.rooms-container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Room Card Layout */
.room-card {
    display: flex;
    align-items: center;
    gap: 50px;
    margin-bottom: 100px;
}

.room-card.row-reverse {
    flex-direction: row-reverse;
}

.room-image {
    flex: 1.2;
}

.room-image img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    display: block;
}

.room-info {
    flex: 1;
}

.room-info h2 {
    font-family: 'Playfair Display', serif;
    font-size: 2rem;
    margin-bottom: 15px;
}

.description {
    color: var(--text-muted);
    margin-bottom: 20px;
}

.specs {
    display: flex;
    gap: 20px;
    font-size: 0.9rem;
    margin-bottom: 20px;
    color: var(--text-muted);
}

/* Tags Styling */
.tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 30px;
}

.tag {
    background: var(--tag-bg);
    padding: 6px 12px;
    font-size: 0.8rem;
    border-radius: 2px;
}

/* Booking Section */
.booking-footer {
    display: flex;
    align-items: center;
    gap: 30px;
}

.price-box {
    display: flex;
    flex-direction: column;
}

.price-box .from { font-size: 0.75rem; color: var(--text-muted); }
.price-box .price { font-size: 1.5rem; font-weight: 600; line-height: 1; }
.price-box .per-night { font-size: 0.75rem; color: var(--text-muted); }

.btn-book {
    background: var(--accent);
    color: #fff;
    padding: 12px 35px;
    text-decoration: none;
    font-size: 0.9rem;
    transition: opacity 0.3s;
}

.btn-book:hover { opacity: 0.8; }












    .container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 40px 20px;
        }

        .header1 {
            text-align: center;
            margin-bottom: 50px;
        }

        .header1 h3 {
            font-size: 2.2rem;
            color: var(--primary-green);
            margin-bottom: 10px;
        }

        .header1 p {
            font-size: 1.2rem;
            color: #666;
            max-width: 800px;
            margin: 0 auto;
        }

        /* --- Content Cards Grid --- */
        .grid-container {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 25px;
            margin-bottom: 60px;
        }

        .info-box {
            background: #fff;
            padding: 30px;
            border-radius: 20px;
            box-shadow: var(--card-shadow);
            border-top: 5px solid var(--accent-green);
            transition: transform 0.3s ease;
        }

        .info-box:hover {
            transform: translateY(-5px);
        }

        .info-box h3 {
            color: var(--primary-green);
            font-size: 1.5rem;
            margin-top: 0;
            display: flex;
            align-items: center;
            gap: 10px;
        }

        .info-box ul {
            padding-left: 20px;
        }

        .info-box li {
            margin-bottom: 10px;
        }

        /* --- Image Slider Styling --- */
        .slider-section-title {
            text-align: center;
            color: var(--primary-green);
            margin-bottom: 30px;
        }

        .slider-wrapper {
            position: relative;
            overflow: hidden;
            border-radius: 20px;
            box-shadow: 0 15px 40px rgba(0,0,0,0.2);
        }

        .slider-container {
            display: flex;
            transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
        }

        .slide {
            position: relative;
            flex: 0 0 100%; /* Mobile: 1 image */
            box-sizing: border-box;
            padding: 5px;
        }

      
        @media (min-width: 768px) {
            .slide {
                flex: 0 0 33.333%; 
            }
        }



        .slide img {
            width: 100%;
            height: 350px;
            object-fit: cover;
            border-radius: 15px;
            display: block;
        }

        /* Hover Overlay */
        .overlay {
            position: absolute;
            inset: 5px;
            background: rgba(130, 49, 0, 0.85);
            color: #fff;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            opacity: 0;
            transition: 0.4s ease;
            border-radius: 15px;
            padding: 20px;
            text-align: center;
        }

        .slide:hover .overlay {
            opacity: 1;
        }

        .overlay h4 { margin: 0 0 10px; font-size: 1.4rem; }

        /* Navigation Dots */
        .dots-container {
            text-align: center;
            margin-top: 20px;
        }

        .dot {
            height: 10px;
            width: 10px;
            margin: 0 5px;
            background-color: #ccc;
            border-radius: 50%;
            display: inline-block;
            cursor: pointer;
            transition: 0.3s;
        }

        .dot.active {
            background-color: var(--primary-green);
            width: 25px;
            border-radius: 5px;
        }

        /* Extra Info Section */
        .meta-info {
            background: var(--primary-green);
            color: white;
            padding: 40px;
            border-radius: 20px;
            margin-top: 50px;
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
            gap: 20px;
        }






/* Responsive for Mobile */
@media (max-width: 768px) {
      .nav-links { display: none; } /* Simplified for example: add JS toggle for menu */
    .hero h1 { font-size: 2.5rem; }
    .experience { flex-direction: column; text-align: center; }
    .exp-content { padding-right: 0; margin-bottom: 30px; }

    .footer-col img {
    height: 80px;
    
}

    .room-card, .room-card.row-reverse {
        flex-direction: column;
        gap: 25px;
        margin-bottom: 60px;
    }
    
    .room-image img {
        height: 250px;
    }

    .booking-footer {
        justify-content: space-between;
        width: 100%;
    }
}





        @media (max-width:480px) {
            .header1 h3 {
                font-size: 2rem;
            }

            .header1 p {
                font-size: 1rem;
            }

            .info-box h3 {
                font-size: 1.2rem;
            }

            .slider-section-title {
                font-size: 1.5rem;
            }
        }









       .about-hero {
            height: 60vh;
            background: linear-gradient(rgba(0, 0, 0, 0.445), rgba(0, 0, 0, 0.562)), 
                        url('/assets/current-img/image3.png') center/cover no-repeat;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            color: var(--white);
            text-align: center;
        }
        .about-hero h1 { font-family: 'Playfair Display', serif; font-size: 2.5rem; margin-bottom: 10px; color: #fff;}
        .about-hero p { font-weight: 600; letter-spacing: 2px; text-transform: uppercase; font-size: 1rem;color: #fff; }


