:root {
    --blue: #062b57;
    --gold: #f6c343;
    --orange: #ff7a18;
    --text: #222;
    --muted: #6b7280;
    --light: #f6f8fb
}

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

html {
    scroll-behavior: smooth
}

body {
    font-family: Poppins, sans-serif;
    color: var(--text);
    overflow-x: hidden
}

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

img {
    max-width: 100%;
    display: block
}

.container {
    width: 92%;
    max-width: 1180px;
    margin: auto
}

.section {
    padding: 90px 0
}

.title {
    text-align: center;
    margin-bottom: 45px
}

.title em,
.about em,
.offer em {
    color: var(--orange);
    font-style: normal;
    font-weight: 800;
    letter-spacing: 2px
}

.title h2 {
    font: 800 45px "Playfair Display";
    color: var(--blue);
    margin: 8px 0
}

.title p {
    color: var(--muted)
}

#loader {
    position: fixed;
    inset: 0;
    background: var(--blue);
    z-index: 99999;
    display: grid;
    place-items: center;
    color: #fff;
    text-align: center;
    transition: .5s
}

#loader.hide {
    opacity: 0;
    visibility: hidden
}

.loader-content {}

.loader-content b {
    display: grid;
    place-items: center;
    margin: auto;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: var(--gold);
    color: var(--blue);
    font: 800 36px "Playfair Display"
}

.loader-content h1 {
    font: 800 28px "Playfair Display";
    margin-top: 12px
}

.loader-content p {
    color: var(--gold);
    font-size: 12px
}

.loader-content i {
    display: block;
    width: 220px;
    height: 4px;
    background: var(--gold);
    margin: 18px auto;
    animation: load 1s
}

.header {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1000;
    padding: 15px 0;
    transition: .3s
}

.header.scrolled {
    position: fixed;
    background: #062b57ee;
    backdrop-filter: blur(10px)
}

.nav {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.logo {
    display: flex;
    gap: 10px;
    align-items: center;
    color: #fff
}

.logo>span {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: var(--gold);
    color: var(--blue);
    font: 800 30px "Playfair Display"
}

.logo strong {
    display: block;
    font: 800 24px "Playfair Display"
}

.logo small {
    color: var(--gold);
    font-size: 10px
}

.navbar {
    display: flex;
    gap: 25px;
    color: #fff;
    font-weight: 600
}

.right {
    display: flex;
    gap: 12px;
    align-items: center
}

.call {
    background: var(--gold);
    color: var(--blue);
    padding: 10px 16px;
    border-radius: 30px;
    font-weight: 700
}

.menu-btn {
    display: none;
    border: 0;
    background: none;
    color: #fff;
    font-size: 27px
}

.hero {
    height: 100vh;
    min-height: 620px;
    position: relative;
    overflow: hidden;
    background: #001a33
}

.hero-slider,
.slide {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%
}

.slide {
    object-fit: cover;
    opacity: 0;
    transition: opacity 1s, transform 6s
}

.slide.active {
    opacity: 1;
    transform: scale(1.06)
}

.overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, #000b, #0004, #000b);
    z-index: 2
}

.hero-content {
    position: absolute;
    z-index: 3;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    max-width: 900px;
    text-align: center;
    color: #fff
}

.hero-content>span {
    color: var(--gold);
    letter-spacing: 4px
}

.hero-content h1 {
    font: 800 clamp(55px, 8vw, 100px)/.88 "Playfair Display";
    margin: 14px
}

.hero-content h2 {
    color: var(--gold);
    min-height: 42px
}

.hero-content p {
    margin: 15px auto 25px
}

.btn {
    display: inline-flex;
    padding: 13px 25px;
    border-radius: 30px;
    font-weight: 700;
    margin: 5px;
    transition: .3s
}

.btn:hover {
    transform: translateY(-4px)
}

.gold {
    background: var(--gold);
    color: var(--blue)
}

.outline {
    border: 2px solid #fff;
    color: #fff
}

.dark {
    color: var(--blue)
}

.arrow {
    position: absolute;
    z-index: 4;
    top: 50%;
    width: 48px;
    height: 48px;
    border: 1px solid #fff8;
    border-radius: 50%;
    background: #0005;
    color: #fff;
    font-size: 30px
}

.prev {
    left: 20px
}

.next {
    right: 20px
}

.dots {
    position: absolute;
    z-index: 5;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 8px
}

.dot {
    width: 10px;
    height: 10px;
    border: 0;
    border-radius: 50%;
    background: #fff8
}

.dot.active {
    width: 28px;
    border-radius: 20px;
    background: var(--gold)
}

.two {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 55px;
    align-items: center
}

.about-img {
    height: 480px;
    width: 100%;
    object-fit: cover;
    border-radius: 22px;
    box-shadow: 0 20px 50px #0002
}

.about h2 {
    font: 800 45px "Playfair Display";
    color: var(--blue);
    margin: 10px 0 18px
}

.about p {
    line-height: 1.8;
    color: #555
}

.features {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
    margin: 25px 0;
    font-weight: 600
}

.specials {
    background: var(--light)
}

.cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px
}

.food-card,
.menu-card {
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 12px 35px #00000012;
    transition: .35s;
    position: relative
}

.food-card:hover,
.menu-card:hover {
    transform: translateY(-8px)
}

.food-card>b,
.menu-img>b {
    position: absolute;
    z-index: 2;
    top: 15px;
    left: 0;
    background: #ef3d32;
    color: #fff;
    padding: 6px 13px;
    border-radius: 0 20px 20px 0;
    font-size: 11px
}

.food-card>img {
    width: 100%;
    height: 270px;
    object-fit: cover
}

.food-card>div {
    padding: 20px
}

.food-card small,
.stars {
    color: #f4ae00
}

.food-card h3,
.menu-body h3 {
    color: var(--blue);
    font-family: "Playfair Display";
    font-size: 24px;
    margin: 5px 0
}

.food-card strong,
.price strong {
    font-size: 25px;
    color: var(--orange)
}

.food-card a,
.price a {
    float: right;
    background: var(--blue);
    color: #fff;
    padding: 9px 15px;
    border-radius: 25px;
    font-size: 12px;
    font-weight: 700
}

.menu-top {
    display: grid;
    grid-template-columns: 1fr 210px;
    gap: 12px;
    margin-bottom: 20px
}

.menu-top label {
    position: relative
}

.menu-top label i {
    position: absolute;
    left: 16px;
    top: 17px;
    color: #888
}

.menu-top input,
.menu-top select {
    width: 100%;
    height: 50px;
    border: 1px solid #ddd;
    border-radius: 13px;
    padding: 0 16px;
    outline: 0
}

.menu-top input {
    padding-left: 45px
}

.filters {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 9px;
    margin-bottom: 32px
}

.filter-btn {
    border: 0;
    border-radius: 25px;
    padding: 10px 17px;
    background: #eef1f5;
    color: var(--blue);
    font-weight: 700
}

.filter-btn.active {
    background: var(--gold)
}

/* ==========================
   MENU GRID
========================== */

.menu-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 28px;
    margin-top: 35px;
}


/* ==========================
   MENU CARD
========================== */

.menu-card {
    position: relative;
    background: #ffffff;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.10);
    transition: all 0.35s ease;
    border: 1px solid #eeeeee;
}

.menu-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.16);
}


/* ==========================
   MENU IMAGE
========================== */

.menu-image {
    position: relative;
    width: 100%;
    height: 220px;
    overflow: hidden;
    background: #f5f5f5;
}

.menu-image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.menu-card:hover .menu-image img {
    transform: scale(1.06);
}


/* ==========================
   BESTSELLER BADGE
========================== */

.best-badge {
    position: absolute;
    top: 12px;
    left: 12px;

    background: #ff5a1f;
    color: #ffffff;

    padding: 6px 12px;
    border-radius: 30px;

    font-size: 11px;
    font-weight: 700;

    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.20);

    z-index: 2;
}


/* ==========================
   FAVOURITE BUTTON
========================== */

.fav-btn {
    position: absolute;
    top: 12px;
    right: 12px;

    width: 40px;
    height: 40px;

    border: none;
    border-radius: 50%;

    background: rgba(255, 255, 255, 0.95);

    display: flex;
    align-items: center;
    justify-content: center;

    cursor: pointer;

    color: #555;
    font-size: 17px;

    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);

    transition: all 0.3s ease;

    z-index: 3;
}

.fav-btn:hover {
    transform: scale(1.1);
}

.fav-btn.active {
    color: #e91e63;
}


/* ==========================
   MENU CONTENT
========================== */

.menu-content {
    padding: 20px;
}


/* CATEGORY */

.menu-category {
    display: inline-block;

    color: #0a3d78;
    background: #edf3fa;

    padding: 5px 10px;

    border-radius: 20px;

    font-size: 10px;
    font-weight: 700;

    letter-spacing: 0.5px;

    text-transform: uppercase;

    margin-bottom: 9px;
}


/* FOOD NAME */

.menu-content h3 {
    margin: 0 0 8px;

    color: #0a3d78;

    font-size: 20px;
    font-weight: 700;

    line-height: 1.3;
}


/* ==========================
   RATING
========================== */

.menu-rating {
    display: flex;
    align-items: center;
    gap: 7px;

    margin: 8px 0 15px;
}

.menu-rating span {
    color: #f6c343;

    font-size: 13px;
    letter-spacing: 1px;
}

.menu-rating small {
    color: #777;

    font-size: 12px;
}


/* ==========================
   PRICE + ORDER
========================== */

.menu-price {
    display: flex;
    align-items: center;
    justify-content: space-between;

    margin-top: 10px;
}

.menu-price strong {
    color: #f0a900;

    font-size: 21px;
    font-weight: 800;
}

.menu-price a {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    background: #0a3d78;
    color: #ffffff;

    padding: 9px 18px;

    border-radius: 30px;

    font-size: 13px;
    font-weight: 600;

    text-decoration: none;

    transition: all 0.3s ease;
}

.menu-price a:hover {
    background: #f6c343;
    color: #0a3d78;

    transform: translateY(-2px);
}


/* ==========================
   NO RESULTS
========================== */

.no-results {
    grid-column: 1 / -1;

    text-align: center;

    padding: 60px 20px;

    color: #666;
}

.no-results h3 {
    color: #0a3d78;
    font-size: 24px;
    margin-bottom: 8px;
}


/* ==========================
   MENU FILTER
========================== */

.menu-filter {
    display: flex;
    justify-content: center;
    align-items: center;

    flex-wrap: wrap;

    gap: 10px;

    margin: 30px 0;
}

.filter-btn {
    border: none;

    background: #f1f3f6;
    color: #0a3d78;

    padding: 10px 18px;

    border-radius: 30px;

    font-size: 13px;
    font-weight: 600;

    cursor: pointer;

    transition: all 0.3s ease;
}

.filter-btn:hover {
    background: #f6c343;
    color: #0a3d78;
}

.filter-btn.active {
    background: #0a3d78;
    color: #ffffff;
}


/* ==========================
   MENU SEARCH / SORT
========================== */

.menu-top {
    display: flex;
    align-items: center;
    justify-content: space-between;

    gap: 20px;

    margin: 25px 0;
}

.search-box {
    flex: 1;
}

.search-box input {
    width: 100%;

    height: 48px;

    padding: 0 18px;

    border: 1px solid #dddddd;

    border-radius: 30px;

    outline: none;

    font-family: inherit;
    font-size: 14px;

    transition: 0.3s ease;
}

.search-box input:focus {
    border-color: #0a3d78;

    box-shadow: 0 0 0 3px rgba(10, 61, 120, 0.08);
}

.menu-sort select {
    height: 48px;

    padding: 0 18px;

    border: 1px solid #dddddd;

    border-radius: 30px;

    background: #ffffff;

    color: #333;

    font-family: inherit;

    outline: none;

    cursor: pointer;
}


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

@media (max-width: 1100px) {

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

}


@media (max-width: 768px) {

    .menu-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 18px;
    }

    .menu-image {
        height: 190px;
    }

    .menu-content {
        padding: 16px;
    }

    .menu-content h3 {
        font-size: 17px;
    }

    .menu-top {
        flex-direction: column;
        align-items: stretch;
    }

    .menu-sort select {
        width: 100%;
    }

}


@media (max-width: 520px) {

    .menu-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .menu-image {
        height: 230px;
    }

    .menu-content h3 {
        font-size: 20px;
    }

}

.price {
    margin-top: 12px;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.no-results {
    grid-column: 1/-1;
    text-align: center;
    padding: 50px;
    color: #777
}

.offer {
    padding: 75px 0;
    background: linear-gradient(135deg, var(--blue), #0a4a83);
    color: #fff
}

.offer h2 {
    font: 800 50px "Playfair Display";
    margin: 10px 0
}

.offer p {
    line-height: 1.8;
    color: #d8e3ef
}

.offer h3 {
    font-size: 30px;
    color: var(--gold);
    margin: 18px 0
}

.countdown {
    display: flex;
    gap: 10px;
    margin-bottom: 20px
}

.countdown span {
    background: #fff1;
    padding: 10px 14px;
    border-radius: 10px;
    text-align: center;
    font-size: 11px
}

.countdown b {
    display: block;
    font-size: 22px
}

.offer-img {
    height: 350px;
    width: 100%;
    object-fit: cover;
    border-radius: 22px
}

.counters {
    background: var(--gold);
    padding: 55px 0
}

.counter-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    text-align: center
}

.counter-grid b {
    font-size: 40px;
    color: var(--blue)
}

.gallery {
    background: var(--light)
}

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px
}

.gallery-grid img {
    height: 230px;
    width: 100%;
    object-fit: cover;
    border-radius: 17px;
    cursor: pointer;
    transition: .4s
}

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

.review-slider {
    display: flex;
    gap: 20px;
    overflow: auto;
    scrollbar-width: none
}

.review-slider article {
    min-width: 31%;
    background: var(--light);
    padding: 25px;
    border-radius: 18px
}

.review-slider article>b {
    color: #f4ae00
}

.review-slider h3 {
    color: var(--blue);
    margin-top: 10px
}

.review-slider p {
    color: #555;
    line-height: 1.7;
    margin-top: 15px
}

.contact {
    background: var(--light)
}

.contact-grid {
    display: grid;
    grid-template-columns: .8fr 1.2fr;
    gap: 25px
}

.contact-info>div {
    background: #fff;
    padding: 18px;
    border-radius: 15px;
    margin-bottom: 12px
}

.contact-info p {
    color: #666;
    line-height: 1.6;
    margin-top: 4px
}

.contact-grid iframe {
    width: 100%;
    height: 100%;
    min-height: 380px;
    border: 0;
    border-radius: 18px
}

footer {
    background: #031b36;
    color: #fff;
    padding-top: 60px
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr 1fr;
    gap: 30px;
    padding-bottom: 40px
}

.footer-grid h2,
.footer-grid h3 {
    color: var(--gold);
    margin-bottom: 12px
}

.footer-grid a {
    display: block;
    color: #cbd5e1;
    margin: 7px 0
}

.footer-grid p {
    color: #cbd5e1;
    line-height: 1.7
}

.social {
    display: flex;
    gap: 10px
}

.social a {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #fff1;
    display: grid;
    place-items: center
}

.footer-bottom {
    text-align: center;
    border-top: 1px solid #fff2;
    padding: 18px;
    color: #aebdcc
}

.floating {
    position: fixed;
    right: 18px;
    bottom: 18px;
    z-index: 9990;
    display: flex;
    flex-direction: column;
    gap: 10px
}

.floating a {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    color: #fff;
    font-size: 23px;
    box-shadow: 0 10px 25px #0003
}

.call-f {
    background: #0d6efd
}

.wa-f {
    background: #25d366
}

.map-f {
    background: #ef542f
}

#topBtn {
    display: none;
    position: fixed;
    right: 18px;
    bottom: 210px;
    z-index: 9980;
    width: 45px;
    height: 45px;
    border: 0;
    border-radius: 50%;
    background: var(--gold);
    color: var(--blue);
    font-size: 20px
}

#lightbox {
    position: fixed;
    inset: 0;
    background: #000d;
    display: none;
    place-items: center;
    z-index: 99999
}

#lightbox.show {
    display: grid
}

#lightboxImg {
    max-width: 90%;
    max-height: 85%;
    border-radius: 15px
}

#closeLightbox {
    position: absolute;
    right: 25px;
    top: 15px;
    border: 0;
    background: none;
    color: #fff;
    font-size: 45px
}

/* ==========================
   MENU TOP FIX
========================== */

.menu-top {
    display: grid;
    grid-template-columns: 1fr 220px;
    gap: 15px;
    width: 100%;
    max-width: 900px;
    margin: 25px auto;
}

.search-box {
    width: 100%;
}

.search-box input {
    width: 100%;
    box-sizing: border-box;
}

.menu-sort {
    width: 100%;
}

.menu-sort select {
    width: 100%;
    box-sizing: border-box;
}


/* Mobile */

@media (max-width: 600px) {

    .menu-top {
        grid-template-columns: 1fr;
    }

}