/* --------------------
   Base Styles
-------------------- */
body {
    margin: 0;
    font-family: 'Open Sans', sans-serif;
    background-color: #000;
    color: #fff;
}

/* --------------------
   Hero Section
-------------------- */
.hero {
    position: relative;
    min-height: 100vh;
    background-image: url('../img/mandi23.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0 20px;
}

.hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 0;
}

.hero-content {
    position: relative;
    z-index: 1;
    padding: 40px 20px;
    max-width: 800px;
}

.hero-content h1 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 2.8rem;
    letter-spacing: 0.5px;
    color: #fafafa;
    text-shadow: 0 0 4px rgba(0, 0, 0, 0);
    margin-bottom: 15px;
}

.hero-content h2 {
    font-size: clamp(1.4rem, 3.5vw, 2.2rem);
    color: #D4AF37;
    margin-top: 12px;
}

.subhea {
    font-size: clamp(1rem, 2.3vw, 1.3rem);
    line-height: 1.7;
    margin: 18px 0 28px;
    color: #fff0e8;
}

.hero-content .btn {
    font-size: clamp(0.9rem, 2vw, 1.1rem);
    padding: 12px 28px;
    border-radius: 6px;
}

/* Responsive Hero Tweaks */
@media (min-width: 389px) and (max-width: 450px) {
    .hero-content h1 {
        font-size: 2.6rem;
    }

    .hero-content h2 {
        font-size: 1.6rem;
    }

    .sunhea {
        font-size: 1.15rem;
    }

    .hero-content .btn {
        font-size: 1rem;
        padding: 14px 32px;
    }
}

@media (max-width: 768px) {
    .hero-content {
        padding: 30px 20px;
    }
}

@media (max-width: 576px) {
    .hero-content {
        padding: 70px 15px;
    }
}

@media (max-width: 600px) {
    .hero {
        min-height: 100vh;
        padding: 30px 0;
        background-image: url('../img/pg.png');
        background-size: cover;
        background-repeat: no-repeat;
    }
}

/* --------------------
   Navbar
-------------------- */
.navbar {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 12px 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    background: transparent !important;
    z-index: 2;
}

.navbar a {
    text-decoration: none;
    color: #fff;
}

.navbar-toggler {
    border: none;
    padding: 0.5rem;
}

.navbar-toggler-icon {
    background: #EC8B22;
    width: 24px;
    height: 2px;
    position: relative;
}

.navbar-toggler-icon::before,
.navbar-toggler-icon::after {
    content: '';
    position: absolute;
    width: 24px;
    height: 2px;
    background: #EC8B22;
    left: 0;
}

.navbar-toggler-icon::before {
    top: -8px;
}

.navbar-toggler-icon::after {
    top: 8px;
}

/* Mobile Nav */
@media (max-width: 991px) {
    .navbar-collapse {
        background: rgba(0, 0, 0, 10);
        border: 2px solid #EC8B22;
        border-radius: 15px;
        margin-top: 20px;
        padding: 1rem 0 30px;
    }

    .navbar-nav .nav-link {
        color: #fff !important;
        font-weight: 500;
    }

    .navbar-nav .nav-link:hover {
        color: #EC8B22 !important;
    }
}

.logo-highlight {
    color: #1A1A1A;
}

.highlight {
    color: #fff;
    font-weight: bold;
    font-size: 20px;
}

.container-fluid {
    margin-top: 0;
}

@media (min-width: 400px) and (max-width: 450px) {
    .container-fluid {
        margin-top: 30px;
    }
}

@media (min-width: 390px) and (max-width: 450px) {
    .hero-content {
        margin-top: 35px;
    }
}

/* --------------------
   Buttons
-------------------- */
.btn-enquiry,
.enq,
.read-morebtn {
    display: inline-block;
    padding: 12px 24px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: bold;
    border: none;
    text-decoration: none;
    transition: background-color 0.3s ease;
}

.btn-enquiry,
.enq {
    background: #EC8B22;
    color: #fff;
}

.btn-enquiry:hover,
.enq:hover {
    background: #000;
    color: #fff;
}

.read-morebtn {
    background: #ff8000;
    color: #000;
}

.read-morebtn:hover {
    background: #000;
    color: #fff;
}

.btn:hover {
    background: #000;
    color: #fff;
}

/* --------------------
   Hero Text Variations
-------------------- */
.zayan-title {
    font-size: 100px;
    font-family: Arial, sans-serif;
    font-weight: bold;
    display: flex;
    align-items: center;
    gap: 10px;
}

.zayan-logo {
    height: 35px;
}

.hero-heading {
    font-family: 'Baloo 2', sans-serif !important;
    font-weight: 600 !important;
    line-height: 1.2 !important;
    text-align: center !important;
    font-size: 3.5rem !important;
    color: #fff !important;
}

@media (max-width: 600px) {
    .hero-heading {
        font-size: 2.6rem !important;
    }
}

.subhead {
    font-size: 1.4rem;
}

/* --------------------
   Reviews Section
-------------------- */
.review-slider-container {
    margin: 15px auto 0;
    color: #fff;
    font-size: 14px;
    max-width: 300px;
    text-align: center;
}

.swiper-slide {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    line-height: 1.4;
    font-size: 14px;
    color: #fff;
}

.review-box {
    max-width: 350px;
    margin: 20px auto;
    padding: 15px;
    border-radius: 10px;
    background: rgba(37, 37, 37, 0.13);
    backdrop-filter: blur(4px);
    color: #fff;
    font-size: 14px;
    min-height: 90px;
    text-align: center;
    transition: opacity 0.5s ease;
    box-shadow: inset 0 0 6px rgba(255, 255, 255, 0.3);
    position: relative;
}

.review-box::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    pointer-events: none;
    background:
        radial-gradient(circle at top left, rgba(255, 255, 255, 0.15), transparent 10%),
        radial-gradient(circle at bottom right, rgba(255, 255, 255, 0.15), transparent 10%);
}

.review-header {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 8px;
}

.reviewer-name {
    font-weight: bold;
    font-size: 15px;
    margin-right: 10px;
}

.stars {
    color: gold;
    font-size: 14px;
}

.extra-space {
    margin-top: 70px !important;
}

/* --------------------
   Section Previews
-------------------- */
.second-con {
    background: linear-gradient(to right, #EC8B22 0%, #e4dede 50%, #EC8B22 100%);
}

.about-preview,
.services-preview-home,
.menu-preview-home {
    background: linear-gradient(to right, #EC8B22 0%, #eedfce 50%, #EC8B22 100%);
    padding: 60px 30px;
    text-align: center;
}

.about-preview-container {
    max-width: 800px;
    margin: 0 auto;
}

.about-preview-title,
.section-title {
    font-size: 2.5rem;
    color: #000;
    margin-bottom: 20px;
    letter-spacing: 1px;
    font-family: 'Playfair Display', serif;
}

.about-preview-text,
.section-description,
.menu-item p,
.service-item p {
    font-size: 1.1rem;
    line-height: 1.6;
    color: #000;
}

/* --------------------
   Services & Menu
-------------------- */
.services-boxes,
.menu-items {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 30px;
    margin-bottom: 40px;
}

.services-boxes {
    padding-top: 30px;
}

.service-item,
.menu-item {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid #000;
    border-radius: 16px;
    padding: 30px 20px;
    width: 330px;
    transition: transform 0.4s ease, box-shadow 0.3s ease;
    backdrop-filter: blur(8px);
    box-shadow: 0 0 10px rgba(255, 181, 42, 0.15);
}

.service-item {
    height: 160px;
}

.menu-item {
    height: 200px;
}

.service-item:hover,
.menu-item:hover {
    transform: translateY(-10px);
    box-shadow: 0 0 20px rgba(255, 181, 42, 0.3);
    background: rgba(255, 255, 255, 0.07);
}

.service-item h3,
.menu-item h3 {
    font-size: 1.3rem;
    color: #d1240d;
    margin-bottom: 10px;
    font-weight: bold;
}

/* --------------------
   Footer
-------------------- */
.footer {
    background: #000;
    color: #fff;
    font-family: Arial, sans-serif;
}

.footer-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    max-width: 1200px;
    margin: auto;
    padding: 40px 20px;
}

.footer h3 {
    color: #d1240d;
    margin-bottom: 15px;
    font-size: 1.7rem;
}

.footer h4 {
    font-weight: bold;
    margin-bottom: 8px;
    font-size: 1.2rem;
    color: #f5ebeb;
}

.footer p {
    margin: 6px 0;
    line-height: 1.5;
    font-size: 0.95rem;
    padding: 1px;
}

.footer p i {
    color: #d1240d;
    margin-right: 8px;
}

.footer-box ul {
    list-style: none;
    padding: 0;
}

.footer-box ul li {
    margin-bottom: 8px;
}

.footer-box ul li a {
    color: #fff;
    text-decoration: none;
}

.footer-box ul li a:hover {
    text-decoration: underline;
}

.footer form {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.footer input {
    flex: 1;
    padding: 10px;
    border: none;
    outline: none;
    border-radius: 3px;
}

.footer button {
    background: #d1240d;
    color: #fff;
    border: none;
    padding: 10px 15px;
    cursor: pointer;
    border-radius: 3px;
    transition: 0.3s;
}

.footer button:hover {
    background: #b71c09;
}

.footer-bottom {
    text-align: center;
    padding: 15px 0;
    border-top: 1px solid #333;
    font-size: 0.9rem;
    margin-top: 10px;
}

.branch {
    margin-bottom: 20px;
}