/* GetMeFood overrides for template7 (It's Lahore theme) */

.gmf-inner-content {
    padding-top: 120px;
    padding-bottom: 60px;
    min-height: 50vh;
}

.gmf-page-hero {
    background: var(--forest);
    padding: 3rem 0 2.5rem;
    margin-bottom: 2rem;
}

.gmf-page-hero h1 {
    font-family: var(--font-serif);
    color: var(--ivory);
    margin-bottom: 0.5rem;
}

.gmf-breadcrumb {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.875rem;
    color: rgba(232, 220, 200, 0.7);
}

.gmf-breadcrumb a {
    color: var(--gold);
}

.gmf-inner-card {
    background: var(--forest);
    border-radius: 2px;
    padding: 2rem;
    color: rgba(232, 220, 200, 0.85);
}

.gmf-inner-card h2,
.gmf-inner-card h3,
.gmf-inner-card h4 {
    color: var(--ivory);
    font-family: var(--font-serif);
}

/* Reviews — template7 only (scoped under .gmf-reviews-section) */
.gmf-reviews-section {
    background: #1a2e1f !important;
}

.gmf-reviews-section .gmf-store-reviews {
    background: transparent !important;
    max-width: 100%;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    --gmf-review-accent: #c9a84c;
    --gmf-review-text: #f5f0e8;
    --gmf-review-card-bg: #0d0d0d;
    --gmf-review-muted: rgba(232, 220, 200, 0.72);
}

/* Hide common-section header — homepage already has its own */
.gmf-reviews-section .gmf-reviews-header {
    display: none !important;
}

.gmf-reviews-section .gmf-review-card,
.gmf-reviews-section .testimonial-card {
    background: #0d0d0d !important;
    border: 1px solid rgba(201, 168, 76, 0.22) !important;
    border-radius: 2px !important;
    box-shadow: none !important;
    color: rgba(232, 220, 200, 0.9) !important;
}

.gmf-reviews-section .gmf-review-card::before,
.gmf-reviews-section .testimonial-card::before {
    background: linear-gradient(90deg, #c9a84c, rgba(201, 168, 76, 0.35)) !important;
    height: 2px !important;
}

.gmf-reviews-section .gmf-review-card:hover,
.gmf-reviews-section .testimonial-card:hover {
    border-color: rgba(201, 168, 76, 0.45) !important;
    box-shadow: 0 16px 36px rgba(0, 0, 0, 0.35) !important;
    transform: translateY(-4px);
}

.gmf-reviews-section .gmf-review-quote {
    color: rgba(201, 168, 76, 0.28) !important;
}

.gmf-reviews-section .gmf-review-star {
    color: rgba(232, 220, 200, 0.25) !important;
}

.gmf-reviews-section .gmf-review-star.is-filled {
    color: #c9a84c !important;
}

.gmf-reviews-section .review-text,
.gmf-reviews-section .gmf-review-text {
    color: rgba(232, 220, 200, 0.88) !important;
    font-family: "Inter", system-ui, sans-serif !important;
}

.gmf-reviews-section .btn-see-more,
.gmf-reviews-section .gmf-review-toggle {
    color: #c9a84c !important;
}

.gmf-reviews-section .gmf-review-author {
    border-top-color: rgba(201, 168, 76, 0.18) !important;
}

.gmf-reviews-section .gmf-review-name {
    color: #f5f0e8 !important;
    font-family: "Playfair Display", Georgia, serif !important;
    font-weight: 500 !important;
}

.gmf-reviews-section .gmf-review-avatar,
.gmf-reviews-section .profile-img {
    border-color: rgba(201, 168, 76, 0.45) !important;
    box-shadow: none !important;
}

.gmf-reviews-section .gmf-review-nav-btn {
    color: #c9a84c !important;
    border: 1px solid rgba(201, 168, 76, 0.4) !important;
    background: transparent !important;
    border-radius: 2px !important;
}

.gmf-reviews-section .gmf-review-nav-btn:hover {
    background: rgba(201, 168, 76, 0.12) !important;
    color: #e8d89a !important;
}

/* Image / deals gallery sections */
.gmf-image-section {
    background: var(--black);
    padding: 3rem 0;
}

@media (min-width: 576px) {
    .gmf-image-section {
        padding: 3.5rem 0;
    }
}

.gmf-image-section .section-header {
    margin-bottom: 2rem;
}

.quote-section {
    padding: 3rem 0 1.5rem;
}

.gmf-deals-section {
    background: #0d0d0d !important;
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
}

@media (min-width: 576px) {
    .gmf-deals-section {
        padding-top: 6.5rem !important;
        padding-bottom: 6.5rem !important;
    }
}

.gmf-promo-section {
    background: var(--black);
}

.gmf-gallery-section {
    background: var(--forest);
}

/* Homepage body font — menu.css must not override on non-menu pages */
body.home-template-7,
body.template7-body:not(.page-menu) {
    font-family: "Inter", system-ui, sans-serif;
}

/* Hero button visibility on dark overlay */
.hero-section .btn-outline-forest {
  border: 2px solid var(--forest);
  color: var(--ivory);
}

.hero-section .btn-outline-forest:hover {
  background: var(--forest);
  border-color: var(--forest);
  color: var(--ivory);
}

@media (max-width: 575.98px) {
  .hero-ctas .btn {
    width: 100%;
    max-width: 280px;
  }
}

/* Signature Dishes + Advertisement — locked dark theme (not affected by portal colors) */
.dishes-section {
    background: #0d0d0d !important;
}

.story-section,
.gmf-ad-section {
    background: #1a2e1f !important;
}

.dishes-section .section-title,
.gmf-ad-section .section-title,
.story-section .section-title {
    color: #f5f0e8 !important;
}

.dishes-section .section-lead {
    color: rgba(232, 220, 200, 0.7) !important;
}

.dishes-section .menu-card {
    background: #1a2e1f !important;
}

.dishes-section .menu-card-body h3 {
    color: #f5f0e8 !important;
}

.dishes-section .menu-card:hover h3 {
    color: #c9a84c !important;
}

.dishes-section .menu-card-body .price {
    color: #c9a84c !important;
}

.dishes-section .menu-card-body p {
    color: rgba(232, 220, 200, 0.7) !important;
}

.gmf-ad-section .section-eyebrow,
.story-section .section-eyebrow {
    color: #c9a84c !important;
}

.gmf-ad-section .story-copy,
.story-section .story-copy {
    color: rgba(232, 220, 200, 0.8) !important;
}

.dishes-section .link-arrow,
.gmf-ad-section .link-arrow,
.story-section .link-arrow {
    color: #c9a84c !important;
}

/* Advertisement / story teaser */
.gmf-ad-section {
    padding: 5rem 0;
    overflow: hidden;
}

@media (min-width: 576px) {
    .gmf-ad-section {
        padding: 6rem 0;
    }
}

.gmf-ad-section .section-title {
    margin-bottom: 1.25rem;
    line-height: 1.15;
}

.gmf-ad-section .section-title mark,
.gmf-ad-section .section-title span,
.gmf-ad-section .story-copy mark,
.gmf-ad-section .story-copy span {
    background: transparent !important;
    color: inherit !important;
    box-shadow: none !important;
}

.gmf-ad-section .story-copy {
    font-size: 1.0625rem;
    line-height: 1.75;
    margin-bottom: 2rem;
}

.gmf-ad-section .story-image {
    border-radius: 2px;
    overflow: hidden;
    background: transparent;
}

.gmf-ad-section .story-image img {
    width: 100%;
    height: auto;
    max-height: 420px;
    object-fit: contain;
    object-position: center;
    display: block;
    background: transparent;
    padding: 0;
}

@media (min-width: 992px) {
    .gmf-ad-section .story-image img {
        max-height: 500px;
    }
}

.gmf-ad-copy {
    max-width: 34rem;
}

@media (min-width: 992px) {
    .gmf-ad-copy {
        padding-left: 1.5rem;
    }
}

.gmf-ad-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 1.25rem;
}

.gmf-ad-actions .btn-gold {
    min-width: 11rem;
}

@media (max-width: 991.98px) {
    .gmf-ad-copy {
        text-align: center;
        margin: 0 auto;
        padding-top: 0.5rem;
    }

    .gmf-ad-actions {
        justify-content: center;
    }
}

.gmf-image-card {
    height: 100%;
    border-radius: 2px;
    overflow: hidden;
    background: var(--black);
    border: 1px solid rgba(201, 168, 76, 0.12);
    transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

.gmf-image-card-link {
    display: block;
    color: inherit;
    text-decoration: none;
    height: 100%;
}

.gmf-image-card-link:hover {
    color: inherit;
}

.gmf-image-card:hover {
    transform: translateY(-6px);
    border-color: rgba(201, 168, 76, 0.35);
    box-shadow: 0 18px 36px rgba(0, 0, 0, 0.35);
}

.gmf-image-card-media {
    aspect-ratio: 4 / 3;
}

.gmf-image-card-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.55s cubic-bezier(0.4, 0, 0.2, 1);
}

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

.gmf-image-card-hover {
    position: absolute;
    right: 0.85rem;
    bottom: 0.85rem;
    width: 2.25rem;
    height: 2.25rem;
    border-radius: 50%;
    background: rgba(201, 168, 76, 0.92);
    color: var(--black);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transform: translateY(6px);
    transition: opacity 0.25s ease, transform 0.25s ease;
    z-index: 2;
}

.gmf-image-card:hover .gmf-image-card-hover {
    opacity: 1;
    transform: translateY(0);
}

.gmf-image-card-caption {
    padding: 0.9rem 1rem 1rem;
    background: var(--forest);
}

.gmf-image-card-caption h3 {
    font-family: var(--font-serif);
    font-size: 1rem;
    color: var(--ivory);
    margin: 0;
}

.gmf-image-grid {
    max-width: 1180px;
    margin-left: auto;
    margin-right: auto;
}

/* Legacy gallery card alias */
.gallery-card {
    border-radius: 2px;
    overflow: hidden;
    background: transparent;
    opacity: 0;
    transform: translateY(24px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}

.gallery-card.is-visible {
    opacity: 1;
    transform: none;
}

.gallery-card .img-zoom {
    aspect-ratio: 4 / 3;
}

.gallery-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Menu / checkout pages */
body.page-menu {
    background: var(--black) !important;
}

body.page-menu #content,
body.page-menu .gmf-inner-content {
    background: var(--black);
}

body.page-menu .fixed-parent,
body.page-menu .category-nav {
    background: var(--forest) !important;
}

@media (max-width: 991px) {
    body {
        padding-bottom: 70px;
    }
}

/* —— Mobile / tablet polish (template7) —— */
@media (max-width: 991.98px) {
    html,
    body.home-template-7,
    body.template7-body,
    body.page-menu {
        overflow-x: hidden;
    }

    /* Dark bottom nav to match theme (common component, scoped) */
    body.home-template-7 .bottom-nav,
    body.template7-body .bottom-nav,
    body.page-menu .bottom-nav {
        background: #0d0d0d !important;
        border-top: 1px solid rgba(201, 168, 76, 0.25) !important;
        box-shadow: 0 -8px 24px rgba(0, 0, 0, 0.45) !important;
    }

    body.home-template-7 .bottom-details i,
    body.template7-body .bottom-details i,
    body.page-menu .bottom-details i,
    body.home-template-7 .bottom-details span,
    body.template7-body .bottom-details span,
    body.page-menu .bottom-details span {
        color: rgba(232, 220, 200, 0.7) !important;
    }

    body.home-template-7 .bottom-details.active i,
    body.template7-body .bottom-details.active i,
    body.page-menu .bottom-details.active i,
    body.home-template-7 .bottom-details.active span,
    body.template7-body .bottom-details.active span,
    body.page-menu .bottom-details.active span {
        color: #c9a84c !important;
    }

    .whatsapp-btn {
        bottom: 88px !important;
        right: 16px !important;
    }

    .site-footer {
        padding-bottom: 1.5rem;
    }

    .navbar-brand img {
        max-height: 40px !important;
    }

    .brand-name {
        font-size: 1.35rem;
    }

    .brand-tag {
        font-size: 9px;
        letter-spacing: 0.12em;
        max-width: 180px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .navbar-toggler {
        color: #c9a84c !important;
        border: 1px solid rgba(201, 168, 76, 0.35);
        border-radius: 2px;
        padding: 0.35rem 0.55rem;
    }

    .navbar-toggler i {
        font-size: 1.5rem;
        line-height: 1;
        color: #c9a84c;
    }

    .navbar-collapse {
        background: #0d0d0d !important;
        border-top: 1px solid rgba(201, 168, 76, 0.15);
        margin: 0 -0.75rem;
        padding: 0.5rem 1.25rem 1.25rem;
    }

    .main-nav .nav-link {
        border-bottom: 1px solid rgba(232, 220, 200, 0.08);
    }

    .main-nav .nav-link:last-child {
        border-bottom: 0;
    }

    .section {
        padding: 3.5rem 0;
    }

    .section-header {
        margin-bottom: 2rem;
    }

    .hero-section {
        min-height: calc(100svh - 100px);
        align-items: flex-end;
    }

    .hero-content {
        padding: 1.5rem 0.75rem 3.5rem;
        width: 100%;
    }

    .hero-section .hero-title {
        font-size: 2rem !important;
        margin-bottom: 1rem !important;
    }

    .hero-section .hero-lead {
        font-size: 1rem !important;
        margin-bottom: 0.75rem !important;
    }

    .hero-section .hero-sub {
        font-size: 0.9375rem !important;
        margin-bottom: 1.75rem !important;
    }

    .hero-ctas {
        width: 100%;
        gap: 0.75rem !important;
    }

    .hero-ctas .btn {
        width: 100%;
        max-width: 100%;
    }

    .values-strip {
        padding: 1.5rem 0;
    }

    .value-item {
        justify-content: flex-start;
        text-align: left;
        padding: 0.75rem 0;
        gap: 0.85rem;
    }

    .value-item i {
        font-size: 1.65rem;
    }

    .quote-section {
        padding: 2.5rem 0 !important;
    }

    .quote-text {
        font-size: 1.35rem;
        padding: 0 0.5rem;
    }

    .gmf-deals-section {
        padding-top: 3.5rem !important;
        padding-bottom: 3.5rem !important;
    }

    .gmf-image-section {
        padding: 3rem 0;
    }

    .gmf-ad-section {
        padding: 3.25rem 0;
    }

    .gmf-ad-section .story-image img {
        max-height: 280px;
        margin: 0 auto;
    }

    .gmf-ad-actions .btn-gold {
        width: 100%;
        max-width: 280px;
    }

    .dishes-section .menu-card:hover {
        transform: none;
        box-shadow: none;
    }

    .food-culture-section {
        padding: 3.5rem 0;
    }

    .culture-content {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .hours-row {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.35rem;
    }

    .find-us-card {
        padding: 1.5rem;
    }

    .cta-banner {
        text-align: center;
    }

    .cta-banner .d-flex {
        justify-content: center !important;
    }

    .cta-banner .btn {
        width: 100%;
        max-width: 280px;
    }

    .gmf-reviews-section .gmf-reviews-row {
        grid-template-columns: 1fr !important;
        max-width: 100% !important;
    }

    .announcement-track span {
        font-size: 0.8rem;
        margin: 0 1.25rem;
    }
}

@media (max-width: 575.98px) {
    body.home-template-7,
    body.template7-body,
    body.page-menu {
        padding-top: 90px;
    }

    .hero-section .hero-title {
        font-size: 1.85rem !important;
        line-height: 1.25 !important;
    }

    .footer-brand {
        font-size: 1.35rem;
    }

    .gmf-image-card:hover {
        transform: none;
    }
}
