* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

body {
    background-color: #f4f4f4;
}

/* Hero Section with Background Image */
.hero {
    height: 100vh;
    background: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), 
                url('https://images.unsplash.com/photo-1566073771259-6a8506099945?auto=format&fit=crop&w=1350&q=80');
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: white;
    padding: 0 20px;
}

.hero h1 {
    font-size: 3.5rem;
    margin-bottom: 10px;
    letter-spacing: 2px;
}

.hero p {
    font-size: 1.2rem;
    margin-bottom: 30px;
    font-weight: 300;
}

/* Booking Bar */
.booking-container {
    background: white;
    padding: 20px;
    border-radius: 8px;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.2);
    color: #333;
    max-width: 900px;
    width: 100%;
}

.input-group {
    flex: 1;
    min-width: 150px;
    text-align: left;
}

.input-group label {
    display: block;
    font-size: 0.8rem;
    font-weight: bold;
    margin-bottom: 5px;
    color: #777;
}

.input-group input, .input-group select {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    outline: none;
}

.check-btn {
    background: #d4a373;
    color: rgb(255, 255, 255);
    border: none;
    padding: 0 30px;
    border-radius: 4px;
    cursor: pointer;
    font-weight: bold;
    transition: background 0.3s;
    height: 45px;
    align-self: flex-end;
    bottom: 159px;
}

.check-btn:hover {
    background: #dc6a07;
}

/* Simple Navbar */
nav {
    position: absolute;
    top: 0;
    width: 100%;
    padding: 20px 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 10;
}

.logo {
    font-size: 1.5rem;
    font-weight: bold;
    color: white;
    text-transform: uppercase;
}

.nav-links {
    list-style: none;
    display: flex;
    gap: 20px;
}

.nav-links a {
    color: white;
    text-decoration: none;
    font-size: 0.9rem;
}

/* Overview Section Styling */
.overview {
    padding: 80px 10%;
    background-color: #fff;
}

.overview-content {
    display: flex;
    align-items: center;
    gap: 50px;
    flex-wrap: wrap; /* Helps with mobile responsiveness */
}

.overview-text {
    flex: 1;
    min-width: 300px;
}

.overview-text h2 {
    color: #d4a373;
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 10px;
}

.overview-text h3 {
    font-size: 2.2rem;
    color: #333;
    margin-bottom: 20px;
}

.overview-text p {
    color: #666;
    line-height: 1.8;
    margin-bottom: 30px;
}

/* Stats Row */
.stats {
    display: flex;
    gap: 30px;
    margin-bottom: 30px;
}

.stat-item span {
    display: block;
    font-size: 1.5rem;
    font-weight: bold;
    color: #333;
}

.stat-item p {
    font-size: 0.9rem;
    color: #999;
    margin: 0;
}

/* Overview Image */
.overview-image {
    flex: 1;
    min-width: 300px;
}

.overview-image img {
    width: 100%;
    border-radius: 15px;
    box-shadow: 20px 20px 0px #f0e6d2; /* Stylish offset background shadow */
}

.btn-secondary {
    display: inline-block;
    padding: 12px 30px;
    border: 2px solid #333;
    color: #333;
    text-decoration: none;
    font-weight: bold;
    transition: 0.3s;
}

.btn-secondary:hover {
    background: #333;
    color: #fff;
}
/* Pre-Footer CTA Section */
.pre-footer {
    position: relative;
    background: url('https://images.unsplash.com/photo-1551882547-ff43c63faf76?w=1350'); /* Use a dark hotel/statue image */
    background-size: cover;
    background-position: center;
    text-align: center;
    color: white;
    min-height: 400px;
}

.cta-overlay {
    background: linear-gradient(to bottom, rgba(40, 10, 30, 0.8), rgba(0, 0, 0, 0.9));
    padding: 80px 20px;
}

.cta-overlay h2 {
    font-size: 2.5rem;
    margin-bottom: 15px;
    letter-spacing: 1px;
}

.cta-overlay p {
    font-size: 1.1rem;
    max-width: 700px;
    margin: 0 auto 30px;
    line-height: 1.6;
}

/* Gold Outline Button */
.cta-book-btn {
    display: inline-block;
    padding: 12px 40px;
    border: 2px solid #ffcc00;
    color: #ffcc00;
    text-decoration: none;
    font-weight: bold;
    text-transform: uppercase;
    transition: 0.3s;
    margin-bottom: 40px;
}

.cta-book-btn:hover {
    background: #ffcc00;
    color: black;
}

/* Contact Info Row */
.contact-info-row {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 40px;
    margin-top: 20px;
}

.info-item {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 0.9rem;
}

.icon-circle {
    width: 35px;
    height: 35px;
    border: 1px solid #ffcc00;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffcc00;
}
.pre-footer {
    position: relative;
    background-image: url('https://images.unsplash.com/photo-1566073771259-6a8506099945'); /* example image */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

/* Optional: dark overlay for better text visibility */
.cta-overlay {
    background: rgba(0, 0, 0, 0.6); /* dark transparent overlay */
    padding: 60px 20px;
    text-align: center;
    color: #fff;
}
.hotel-service {
    padding: 60px 20px;
    background: #f9f9f9;
    text-align: center;
}

.section-header .sub-title {
    color: #caa169;
    font-weight: 500;
    margin-bottom: 10px;
}

.section-header h2 {
    font-size: 40px;
    margin-bottom: 30px;
}

/* Grid Layout */
.service-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}

/* Images */
.grid-item {
    overflow: hidden;
}

.grid-item img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    transition: 0.4s ease;
}

/* Hover Effect */
.grid-item:hover img {
    transform: scale(1.07);
}

.hotel-rooms {
    padding: 60px 20px;
    background: #f5f5f5;
    text-align: center;
}

.section-title {
    font-size: 40px;
    margin-bottom: 40px;
}

/* Layout */
.rooms-container {
    display: flex;
    gap: 30px;
    justify-content: center;
    flex-wrap: wrap;
}

/* Card */
.room-card {
    width: 320px;
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    transition: 0.3s;
}

.room-card:hover {
    transform: translateY(-10px);
}

/* Image */
.room-img {
    position: relative;
}

.room-img img {
    width: 100%;
    height: 220px;
    object-fit: cover;
}

/* Button */
.book-btn {
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
    background: #f4b400;
    color: #000;
    padding: 10px 20px;
    text-decoration: none;
    font-weight: bold;
}



/* Content */
.room-content {
    padding: 20px;
}

.room-content h3 {
    font-size: 24px;
    margin-bottom: 10px;
}

.room-content p {
    font-size: 14px;
    color: #666;
    margin-bottom: 15px;
}

.stars {
    color: #f4b400;
    font-size: 18px;
}

/* --- Desktop: Hide the menu toggle --- */
.menu-toggle {
    display: none;
    flex-direction: column;
    cursor: pointer;
    gap: 5px;
}

.menu-toggle span {
    width: 25px;
    height: 3px;
    background-color: rgb(255, 255, 255);
    border-radius: 2px;
}

/* --- Mobile Rules --- */
@media (max-width: 768px) {
    .menu-toggle {
        display: flex; /* Show the button on mobile */
    }

    .nav-links {
        display: none; /* Keep it hidden by default */
        flex-direction: column;
        position: absolute;
        top: 70px; /* Adjust based on your nav height */
        left: 0;
        width: 100%;
        background-color: rgba(75, 69, 69, 0.95);
        padding: 21px 0;
        text-align: center;
        z-index: 1000;
    }

    /* This class will be added by JavaScript */
    .nav-links.active {
        display: flex; 
    }
}