﻿/* =========================================================
   HADI BURGER & PIZZA
   HADI GLOW DESIGN
   ========================================================= */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    background: #080808;
    color: #ffffff;
    line-height: 1.6;
}

a {
    text-decoration: none;
    color: inherit;
}

img {
    max-width: 100%;
}


/* =========================================================
   NAVBAR
   ========================================================= */

.navbar {
    position: sticky;
    top: 0;
    z-index: 1000;
    min-height: 75px;
    padding: 0 35px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 25px;
    background: rgba(8, 8, 8, 0.96);
    border-bottom: 1px solid #292929;
    backdrop-filter: blur(10px);
}

.logo {
    color: #ffffff;
    font-size: 27px;
    font-weight: 900;
    letter-spacing: 1px;
    white-space: nowrap;
}

.logo span {
    color: #ffd400;
}

.navbar nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 25px;
}

.navbar nav a {
    color: #ffffff;
    font-weight: 700;
    transition: 0.3s ease;
}

.navbar nav a:hover {
    color: #ffd400;
}

.whatsapp-top {
    background: #e50914;
    color: #ffffff;
    padding: 11px 18px;
    border-radius: 7px;
    font-weight: 800;
    white-space: nowrap;
    transition: 0.3s ease;
}

.whatsapp-top:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(229, 9, 20, 0.3);
}


/* =========================================================
   HERO
   ========================================================= */

.hero {
    min-height: 82vh;
    padding: 70px 8%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 60px;
    background:
        radial-gradient(circle at 75% 50%, rgba(255, 212, 0, 0.14), transparent 35%),
        #080808;
}

.hero-left {
    max-width: 650px;
}

.brand-badge {
    display: inline-block;
    margin-bottom: 22px;
    padding: 8px 15px;
    border: 1px solid #ffd400;
    border-radius: 30px;
    color: #ffd400;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 1px;
}

.hero h1 {
    font-size: 65px;
    line-height: 1.05;
    font-weight: 900;
    margin-bottom: 20px;
}

.hero h1 span {
    color: #ffd400;
}

.hero p {
    max-width: 580px;
    color: #aaaaaa;
    font-size: 18px;
    margin-bottom: 30px;
}

.hero-buttons {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.red-button,
.black-button {
    display: inline-block;
    padding: 14px 25px;
    border-radius: 7px;
    font-weight: 900;
    transition: 0.3s ease;
}

.red-button {
    background: #e50914;
    color: #ffffff;
}

.red-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(229, 9, 20, 0.3);
}

.black-button {
    border: 1px solid #555555;
    color: #ffffff;
    background: #111111;
}

.black-button:hover {
    border-color: #ffd400;
    color: #ffd400;
}

.hero-right {
    min-width: 320px;
    text-align: center;
}

.yellow-circle {
    width: 330px;
    height: 330px;
    margin: auto;
    border-radius: 50%;
    background: #ffd400;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 70px rgba(255, 212, 0, 0.25);
}

.burger-emoji {
    font-size: 150px;
}

.hero-tag {
    margin-top: 22px;
    color: #ffd400;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 2px;
}


/* =========================================================
   CATEGORIES
   ========================================================= */

.categories {
    padding: 25px 7%;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
    background: #101010;
    border-top: 1px solid #222222;
    border-bottom: 1px solid #222222;
}

.categories a {
    padding: 20px;
    text-align: center;
    background: #161616;
    border: 1px solid #292929;
    border-radius: 12px;
    transition: 0.3s ease;
}

.categories a:hover {
    border-color: #ffd400;
    transform: translateY(-3px);
}

.categories span {
    display: block;
    font-size: 35px;
    margin-bottom: 5px;
}

.categories strong {
    display: block;
    color: #ffffff;
    font-size: 17px;
}

.categories small {
    color: #888888;
}


/* =========================================================
   GENERAL SECTIONS
   ========================================================= */

.menu-section,
.deals-section,
.feedback-section {
    padding: 80px 7%;
}

.yellow-section {
    background: #ffd400;
    color: #080808;
}

.section-title {
    max-width: 800px;
    margin: 0 auto 40px;
    text-align: center;
}

.section-title > div {
    color: #e50914;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 2px;
    margin-bottom: 8px;
}

.section-title h2 {
    color: #ffffff;
    font-size: 42px;
    font-weight: 900;
    line-height: 1.1;
}

.section-title h2 span {
    color: #ffd400;
}

.section-title p {
    margin-top: 12px;
    color: #999999;
}

.dark-title > div {
    color: #e50914;
}

.dark-title h2 {
    color: #080808;
}

.dark-title h2 span {
    color: #e50914;
}

.dark-title p {
    color: #333333;
}


/* =========================================================
   CATEGORY FOOD IMAGES
   ONE IMAGE PER CATEGORY
   ========================================================= */

.category-food-image {
    width: 100%;
    max-width: 900px;
    height: 300px;
    margin: 0 auto 35px;
    overflow: hidden;
    border-radius: 16px;
    border: 1px solid #292929;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.35);
}

.category-food-image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}


/* =========================================================
   PIZZA IMAGE
   SMALLER SO IT DOES NOT TAKE HUGE SPACE
   ========================================================= */

#pizza .category-food-image {
    max-width: 500px;
    height: 220px;
}

#pizza .category-food-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/* =========================================================
   FOOD MENU
   ========================================================= */

.menu-grid {
    max-width: 1150px;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.food-card {
    background: #111111;
    border: 1px solid #292929;
    border-radius: 14px;
    overflow: hidden;
    transition: 0.3s ease;
}

.food-card:hover {
    transform: translateY(-5px);
    border-color: #ffd400;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.35);
}

.food-content {
    padding: 23px;
}

.food-content h3 {
    color: #ffffff;
    font-size: 20px;
    margin-bottom: 8px;
}

.food-content p {
    color: #999999;
    font-size: 14px;
    margin-bottom: 15px;
}

.food-content strong {
    color: #ffd400;
    font-size: 21px;
}


/* =========================================================
   SHAWARMA CARDS
   ========================================================= */

.light-card {
    background: #151515;
}

.yellow-section .food-card {
    border-color: rgba(8, 8, 8, 0.15);
}

.yellow-section .food-content h3 {
    color: #fdfdfd;
}

.yellow-section .food-content p {
    color: #444444;
}

.yellow-section .food-content strong {
    color: #ffd400;
}


/* =========================================================
   PIZZA TABLE
   ========================================================= */

.pizza-table {
    max-width: 1150px;
    margin: 10px auto 0;
    overflow: hidden;
    border-radius: 12px;
    border: 1px solid #292929;
    background: #111111;
}

.pizza-row {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    align-items: center;
    min-height: 58px;
    border-bottom: 1px solid #292929;
}

.pizza-row:last-child {
    border-bottom: none;
}

.pizza-row span {
    padding: 15px 18px;
    color: #ffd400;
}

.pizza-head {
    background: #ffd400;
    border-bottom: none;
}

.pizza-head span {
    color: #080808;
    font-weight: 900;
}

.pizza-row:not(.pizza-head):hover {
    background: #181818;
}


/* =========================================================
   DEALS
   ========================================================= */

.deals-section {
    background: #0d0d0d;
}.deal-grid {
    max-width: 1150px;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
}

.deal-card {
    position: relative;
    background: #111111;
    border: 1px solid #292929;
    border-radius: 15px;
    padding: 28px;
    transition: 0.3s ease;
}

.deal-card:hover {
    transform: translateY(-5px);
    border-color: #e50914;
}

.featured-deal {
    border-color: #ffd400;
    box-shadow: 0 0 25px rgba(255, 212, 0, 0.08);
}

.popular-badge {
    position: absolute;
    top: 18px;
    right: 18px;
    padding: 6px 10px;
    border-radius: 5px;
    background: #ffd400;
    color: #080808;
    font-size: 11px;
    font-weight: 900;
}

.deal-number {
    display: inline-block;
    margin-bottom: 15px;
    color: #555555;
    font-size: 14px;
    font-weight: 900;
}

.deal-card h3 {
    color: #ffd400;
    font-size: 25px;
    margin-bottom: 8px;
}

.deal-card strong {
    display: block;
    color: #ffffff;
    font-size: 28px;
    margin-bottom: 15px;
}

.deal-card p {
    color: #999999;
    margin-bottom: 22px;
}

.deal-button {
    display: inline-block;
    padding: 11px 18px;
    border-radius: 7px;
    background: #e50914;
    color: #ffffff;
    font-weight: 800;
    transition: 0.3s ease;
}

.deal-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(229, 9, 20, 0.3);
}


/* =========================================================
   FEEDBACK
   ========================================================= */

.feedback-section {
    background: #ffd400;
}

.reviews {
    max-width: 1150px;
    margin: 0 auto 45px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.review-card {
    background: #111111;
    border-radius: 14px;
    padding: 25px;
}

.stars {
    color: #ffd400;
    font-size: 20px;
    margin-bottom: 12px;
}

.review-card p {
    color: #bbbbbb;
    margin-bottom: 15px;
}

.review-card strong {
    color: #ffffff;
}


/* =========================================================
   REVIEW FORM
   ========================================================= */

.review-form {
    max-width: 700px;
    margin: auto;
    padding: 30px;
    background: #111111;
    border: 1px solid #292929;
    border-radius: 15px;
}

.review-form h3 {
    color: #ffd400;
    font-size: 26px;
    margin-bottom: 5px;
}

.review-intro {
    color: #999999;
    margin-bottom: 25px;
}

.review-form form {
    display: flex;
    flex-direction: column;
}

.review-form label {
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 7px;
}

.review-form input,
.review-form select,
.review-form textarea {
    width: 100%;
    padding: 13px;
    margin-bottom: 18px;
    border: 1px solid #333333;
    border-radius: 8px;
    outline: none;
    background: #080808;
    color: #ffffff;
    font-family: inherit;
    font-size: 15px;
}

.review-form input:focus,
.review-form select:focus,
.review-form textarea:focus {
    border-color: #ffd400;
}

.review-form textarea {
    resize: vertical;
}

.review-form button {
    padding: 14px;
    border: none;
    border-radius: 8px;
    background: #e50914;
    color: #ffffff;
    font-size: 16px;
    font-weight: 900;
    cursor: pointer;
    transition: 0.3s ease;
}

.review-form button:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(229, 9, 20, 0.3);
}

.feedback-button {
    display: block;
    width: fit-content;
    margin: 30px auto 0;
    padding: 13px 22px;
    border-radius: 8px;
    background: #080808;
    color: #ffd400;
    font-weight: 900;
    transition: 0.3s ease;
}

.feedback-button:hover {
    transform: translateY(-2px);
}


/* =========================================================
   FOOTER
   ========================================================= */

footer {
    padding: 40px 20px;
    text-align: center;
    background: #050505;
    border-top: 1px solid #222222;
}

.footer-logo {
    color: #ffffff;
    font-size: 28px;
    font-weight: 900;
    margin-bottom: 8px;
}

.footer-logo span {
    color: #ffd400;
}

footer p {
    color: #888888;
    font-size: 14px;
}

.footer-links {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    margin: 20px 0;
}

.footer-links a {
    color: #aaaaaa;
    font-weight: 600;
    transition: 0.3s ease;
}

.footer-links a:hover {
    color: #ffd400;
}

.copyright {
    padding-top: 15px;
    border-top: 1px solid #1f1f1f;
}


/* =========================================================
   FLOATING WHATSAPP
   ========================================================= */

.floating-whatsapp {
    position: fixed;
    right: 22px;
    bottom: 22px;
    z-index: 999;
    padding: 14px 18px;
    border-radius: 30px;
    background: #25d366;
    color: #ffffff;
    font-weight: 900;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4);
    transition: 0.3s ease;
}

.floating-whatsapp:hover {
    transform: translateY(-3px);
}


/* =========================================================
   RESPONSIVE
   ========================================================= */

@media (max-width: 1000px) {

    .navbar {
        padding: 15px 20px;
        flex-wrap: wrap;
        justify-content: center;
    }

    .navbar nav {
        order: 3;
        width: 100%;
        flex-wrap: wrap;
    }

    .hero {
        padding: 60px 5%;
    }

    .hero h1 {
        font-size: 52px;
    }

    .menu-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .reviews {
        grid-template-columns: repeat(2, 1fr);
    }
}


@media (max-width: 700px) {

    .navbar {
        position: relative;
        gap: 15px;
    }

    .navbar nav {
        gap: 12px;
        font-size: 14px;
    }

    .whatsapp-top {
        padding: 9px 13px;
        font-size: 13px;
    }

    .hero {
        min-height: auto;
        padding: 55px 20px;
        flex-direction: column;
        text-align: center;
    }

    .hero-left {
        max-width: 100%;
    }

    .hero h1 {
        font-size: 40px;
    }

    .hero p {
        font-size: 16px;
    }

    .hero-buttons {
        justify-content: center;
    }

    .hero-right {
        min-width: auto;
    }

    .yellow-circle {
        width: 240px;
        height: 240px;
    }

    .burger-emoji {
        font-size: 105px;
    }

    .categories {
        grid-template-columns: repeat(2, 1fr);
        padding: 20px;
    }

    .menu-section,
    .deals-section,
    .feedback-section {
        padding: 60px 18px;
    }

    .section-title h2 {
        font-size: 32px;
    }

    .category-food-image {
        height: 220px;
        margin-bottom: 25px;
    }

    #pizza .category-food-image {
        max-width: 100%;
        height: 180px;
    }

    .menu-grid,
    .deal-grid,
    .reviews {
        grid-template-columns: 1fr;
    }

    .pizza-table {
        overflow-x: auto;
    }

    .pizza-row {
        min-width: 600px;
    }

    .review-form {
        padding: 22px;
    }

    .floating-whatsapp {
        right: 15px;
        bottom: 15px;
        padding: 12px 15px;
        font-size: 14px;
    }
}