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

body {
    font-family: 'Open Sans', sans-serif;
    line-height: 1.6;
    background-color: #fff;
    color: #333;
}

h1, h2 {
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    color: #222;
    margin-bottom: 1rem;
}

/* Hero section */
.hero {
    background: url('images/hero.jpg') no-repeat center center/cover;
    color: white;
    text-align: center;
    padding: 100px 20px;
    position: relative;
}

    .hero::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: rgba(0,0,0,0.4);
        z-index: 1;
    }

.hero-content {
    position: relative;
    z-index: 2;
    max-width: 600px;
    margin: 0 auto;
}

.cta-button {
    display: inline-block;
    margin-top: 20px;
    padding: 12px 25px;
    background-color: #d4a373;
    color: white;
    text-decoration: none;
    border-radius: 30px;
    font-weight: bold;
    transition: background 0.3s;
}

    .cta-button:hover {
        background-color: #b47d4e;
    }

/* Navigation */
.main-nav {
    background-color: #f9f9f9;
    text-align: center;
    padding: 10px 0;
    border-bottom: 1px solid #eee;
}

    .main-nav ul {
        list-style: none;
    }

        .main-nav ul li {
            display: inline-block;
            margin: 0 15px;
        }

    .main-nav a {
        text-decoration: none;
        color: #333;
        font-weight: bold;
    }

/* Sections */
.section {
    padding: 60px 20px;
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
}

.services-list {
    list-style: none;
    padding: 0;
    margin-top: 20px;
}

    .services-list li {
        margin-bottom: 15px;
        font-size: 18px;
    }

/* Portfolio */
.portfolio .gallery {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px;
    margin-top: 30px;
}

.gallery img {
    width: 100%;
    border-radius: 8px;
    transition: transform 0.3s ease;
}

    .gallery img:hover {
        transform: scale(1.05);
    }

/* Testimonials */
blockquote {
    font-style: italic;
    margin: 20px auto;
    max-width: 800px;
    background: #f7f7f7;
    padding: 20px;
    border-left: 5px solid #d4a373;
}

cite {
    display: block;
    margin-top: 10px;
    font-weight: bold;
}

/* Contact Form */
.contact form {
    display: flex;
    flex-direction: column;
    max-width: 500px;
    margin: 0 auto;
}

.contact input,
.contact textarea {
    padding: 12px;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-family: inherit;
}

.contact button {
    background-color: #d4a373;
    color: white;
    padding: 12px;
    border: none;
    border-radius: 25px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
}

    .contact button:hover {
        background-color: #b47d4e;
    }


/* Footer */
footer {
    background-color: #f0f0f0;
    text-align: center;
    padding: 30px 10px;
    font-size: 14px;
    color: #666;
}

/* Responsive */
@media (max-width: 768px) {
    .main-nav ul li {
        display: block;
        margin: 10px 0;
    }

    .hero {
        padding: 70px 20px;
    }

    .hero-content h1 {
        font-size: 28px;
    }
}
.about-wrapper.styled {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 40px;
    max-width: 1100px;
    margin: 0 auto;
    padding: 40px 20px;
}

.about-image.styled {
    flex: 1 1 400px;
    text-align: center;
}

    .about-image.styled img {
        width: 100%;
        max-width: 400px;
        border-radius: 8px;
        box-shadow: 0 4px 20px rgba(0,0,0,0.1);
    }

.about-text.styled {
    flex: 1 1 500px;
    text-align: left;
}

    .about-text.styled h2 {
        font-size: 2rem;
        margin-bottom: 1rem;
        color: #b2886f;
    }

    .about-text.styled p {
        margin-bottom: 1.25rem;
        font-size: 1.05rem;
        line-height: 1.6;
    }


.about-section {
    background-color: #fff;
    padding: 80px 20px;
}

.about-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    align-items: center;
    justify-content: center;
    max-width: 1200px;
    margin: 0 auto;
}

.about-image img {
    max-width: 400px;
    width: 100%;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

.about-text {
    max-width: 600px;
    font-size: 18px;
    color: #444;
}

    .about-text h2 {
        font-size: 32px;
        font-family: 'Playfair Display', serif;
        margin-bottom: 20px;
        color: #a67c63;
    }
.main-nav .nav-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 1200px;
    margin: 0 auto;
    padding: 10px 20px;
}

}

.main-nav ul {
    display: flex;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 20px;
}
.booking-section {
    background-color: #fffaf7;
    padding: 60px 20px;
    text-align: center;
}

.booking-wrapper {
    max-width: 900px;
    margin: 0 auto;
}

    .booking-wrapper h2 {
        font-family: 'Playfair Display', serif;
        color: #a67c63;
        font-size: 32px;
        margin-bottom: 10px;
    }

    .booking-wrapper p {
        font-size: 18px;
        color: #444;
        margin-bottom: 30px;
    }
.nav-link.active {
    color: #a67c63;
    font-weight: bold;
}
.logo-nav {
    height: 40px; /* adjust this to your preferred size */
    vertical-align: middle;
    margin-right: 10px;
}
