/* Background colors */
body {
    background: #111;
    font-family: 'Poppins', sans-serif;
}

/* ================= TOP BAR ================= */
.top-bar {
    color: #c8b07c;
}

/* ================= NAVBAR ================= */
.main-nav {
    padding: 15px 0;
}

.logo {
    font-size: 24px;
    letter-spacing: 2px;
    color: #fff;
}

.gold {
    color: #d8b16f;
}

.nav-link {
    color: #ffffff !important;
    margin-left: 18px;
    font-size: 14px;
    letter-spacing: 1px;
}

.book-btn {
    border: 1px solid #d8b16f;
    color: #d8b16f !important;
    padding: 6px 16px;
    border-radius: 0;
}

    .book-btn:hover {
        background: #d8b16f;
        color: #000 !important;
    }

/* ================= HERO SECTION ================= */
.hero-section {
    position: relative;
    height: 90vh;
    display: flex;
}

/* Left & Right images */
.hero-left {
    width: 50%;
    filter: brightness(0.4);
    background: url('https://images.pexels.com/photos/260922/pexels-photo-260922.jpeg') center/cover no-repeat;
}

.hero-right {
    width: 50%;
    background: url('../images/jason-leung-poI.jpg') center/cover no-repeat;
    filter: brightness(0.4);
}

header.main-header {
    position: absolute;
    top: 2px;
    z-index: 1;
    width: 100%;
    background-color: transparent;
}

/* Center Content Box */
.hero-content {
    position: absolute;
    top: 60%;
    left: 50%;
    text-align: center;
    transform: translate(-50%, -50%);
    background: rgba(0, 0, 0, 0.7);
    padding: 56px 50px;
    width: 60%;
    color: #fff;
    clip-path: polygon(5% 0%, 100% 0, 95% 100%, 0% 100%);
}

    .hero-content h6 {
        font-style: italic;
    }

    .hero-content h6,
    .hero-content h4 {
        font-family: "Georgia", serif;
    }

    .hero-content h1 {
        font-size: 60px;
        line-height: 65px;
        font-weight: 600;
        margin: 19px 2px;
        font-family: "Georgia", serif;
    }

    .hero-content p {
        color: #d8c9a7;
        max-width: 550px;
        font-size: 15px;
        width: 100%;
        margin: 2px auto 10px;
    }

.small {
    font-size: 14px;
}

.book-table-btn {
    border: 1px solid #d8b16f;
    padding: 10px 35px;
    color: #d8b16f;
    border-radius: 0;
}

    .book-table-btn:hover {
        background: #d8b16f;
        color: #000;
    }

/* ===== Section Titles ===== */
.best-offer-section {
    background: #111;
    padding: 85px 4px;
}

.section-subtitle {
    color: #d8b16f;
    letter-spacing: 2px;
    font-size: 13px;
    margin-bottom: 5px;
}

.section-title {
    color: #d8b16f;
    font-size: 38px;
    font-weight: 600;
    font-family: 'Georgia', serif;
}

.title-line {
    width: 80px;
    height: 2px;
    background: #d8b16f;
    margin-top: 10px;
}

/* ===== CTA SECTION ===== */
.cta-section {
    background: #111;
}

.cta-img {
    height: 568px;
    background-size: cover;
    background-position: center;
    filter: brightness(70%);
}

.cta-text {
    color: #d8c9a7;
}

.cta-title {
    color: #d8b16f;
    font-size: 32px;
    font-weight: 600;
}

.cta-desc {
    font-size: 15px;
    line-height: 1.7;
    max-width: 500px;
}

.cta-btn {
    border: 1px solid #d8b16f;
    color: #d8b16f;
    padding: 10px 30px;
    border-radius: 0;
}

    .cta-btn:hover {
        background: #d8b16f;
        color: #000;
    }

/* Section */
.latest-posts {
    background: #1c1816;
    padding: 80px 0;
    color: #fff;
    font-family: 'Georgia', serif;
}

    .latest-posts .sub-title {
        text-align: center;
        color: #c4a268;
        letter-spacing: 4px;
        font-size: 14px;
        margin-bottom: 8px;
    }

    .latest-posts .main-title {
        text-align: center;
        font-size: 42px;
        color: #d7a762;
        margin-bottom: 50px;
    }

/* Posts Grid */
.posts-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}

/* Card */
.post-card {
    background: #1f1b19;
    padding: 35px;
    border: 1px solid #2a2523;
    transition: all .3s ease-in-out;
}

    .post-card:hover {
        transform: translateY(-8px);
        border-color: #c4a268;
    }

    .post-card h3 {
        font-size: 20px;
        color: #ffffff;
        margin-bottom: 10px;
    }

    .post-card .date {
        font-size: 12px;
        color: #c4a268;
        display: block;
        margin-bottom: 15px;
    }

    .post-card p {
        color: #d3d1cf;
        font-size: 15px;
        line-height: 1.6;
        margin-bottom: 20px;
    }

.read-more {
    color: #c4a268;
    font-size: 14px;
    text-decoration: none;
    font-weight: bold;
    letter-spacing: 1px;
    transition: .3s;
}

    .read-more:hover {
        padding-left: 5px;
    }

.reservation-section {
    background: #1b1b1b;
    color: #d4c2a2;
    font-family: "Georgia", serif;
    /*  width: 87%;
    margin: 42px auto;*/
}

.left-box {
    background: #1a1a1a;
    border-right: 1px solid #2a2a2a;
    display: flex;
    flex-direction: column;
    align-items: baseline;
    justify-content: space-between;
}

.sub-title {
    color: #c2a36c;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 14px;
}

.main-title {
    font-size: 42px;
    color: #c9a168;
    margin-top: 10px;
}

.desc {
    margin-top: 10px;
    color: #bdb5a5;
    line-height: 1.6;
}

.opening-box {
    padding: 15px;
    border: 1px solid #333;
}

.contact-info p {
    margin: 5px 0;
}

.contact-info i {
    color: #c9a168;
    margin-right: 10px;
}

/* RIGHT SIDE */
.right-box {
    background: #1b1b1b;
}

/* Tabs */
.reservation-tabs .tab-btn {
    background: #2a2a2a;
    border: none;
    color: #bfa173;
    padding: 12px 35px;
    margin-right: 10px;
    border-radius: 3px;
}

    .reservation-tabs .tab-btn.active {
        background: #c9a168;
        color: #000;
    }

/* Inputs */
.custom-input {
    background: #141414 !important;
    border: 1px solid #333 !important;
    color: #d4c2a2 !important;
    padding: 12px 9px;
}

    .custom-input::placeholder {
        color: #8a7d6b;
    }

/* Times */
.time-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 5px;
}

.time-btn {
    background: transparent;
    border: 1px solid #555;
    padding: 10px 0;
    color: #d4c2a2;
    border-radius: 3px;
}

    .time-btn.active {
        background: #c9a168;
        color: #000;
        border-color: #c9a168;
    }

/* Confirm Button */
.confirm-btn {
    width: 100%;
    background: #c9a168;
    color: #000;
    padding: 15px;
    border: none;
    font-size: 16px;
    letter-spacing: 1px;
}

/* Footer */
.main-footer {
    background: #000;
    padding: 50px 0;
    text-align: center;
    color: #c4a268;
    font-family: 'Georgia', serif;
}

/* Social icons */
.footer-icons {
    margin-bottom: 20px;
}

    .footer-icons a {
        display: inline-block;
        width: 40px;
        height: 40px;
        border: 1px solid #3d352e;
        border-radius: 50%;
        color: #c4a268;
        margin: 0 8px;
        font-size: 16px;
        line-height: 40px;
        transition: 0.3s;
    }

        .footer-icons a:hover {
            border-color: #c4a268;
            transform: translateY(-3px);
        }

/* Footer text */
.footer-text {
    color: #d2c7b1;
    font-size: 14px;
    margin-top: 10px;
}

    .footer-text span {
        color: #c4a268;
        font-weight: 600;
    }

/* Responsive */

.privacy-text {
    border: none;
    background-color: inherit;
    color: #837f70;
}
.nav-logo {
    height: 55px; /* adjust to match your previous text logo height */
    width: auto;
    object-fit: contain;
    display: block;
}


/* ================= RESPONSIVE ================= */

@media (max-width: 992px) {

    .hero-left,
    .hero-right {
        display: none;
    }

    .hero-section {
        height: auto;
        padding-bottom: 40px;
    }

    .hero-content {
        position: relative;
        width: 90%;
        transform: none;
        left: 0;
        top: 0;
        margin: 30px auto;
        clip-path: none;
        text-align: center;
    }

        .hero-content h1 {
            font-size: 38px;
        }

    header.main-header {
        position: unset;
        top: 2px;
        z-index: 1;
        width: 100%;
        background-color: transparent;
    }
}

@media (max-width: 768px) {
    .cta-img {
        height: 250px;
    }

    .cta-title {
        text-align: center;
    }

    .cta-text {
        text-align: center;
    }

    .posts-grid {
        grid-template-columns: 1fr;
    }

    .footer-icons a {
        width: 36px;
        height: 36px;
        line-height: 36px;
    }

    .footer-text {
        font-size: 13px;
    }

    .sub-title {
        margin-top: 24px;
    }

    .reservation-section {
        margin: 0px auto;
    }

    .reservation-tabs {
        display: flex;
    }

        .reservation-tabs .tab-btn {
            padding: 0px 34px;
            font-size: 12px;
        }
}

@media (max-width: 600px) {
    .time-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}


@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes slideUp {
    from {
        transform: translateY(40px);
        opacity: 0;
    }

    to {
        transform: translateY(0);
        opacity: 1;
    }
}
