/* FGI Blocks CSS - Standalone styles without Tailwind CDN dependency */

/* Template Styles */
.fgi-main-content {
    min-height: 100vh;
    background-color: white;
}

.fgi-article-content {
    max-width: none;
}

/* Raleway Font Classes */
.fgi-tw-raleway-base {
    font-family: 'Raleway', sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
}

.fgi-tw-raleway-mid {
    font-family: 'Raleway', sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

.fgi-tw-raleway-header {
    font-family: 'Raleway', sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
}

/* Slider Styles */
.fgi-slider-parent {
    max-height: 500px;
    overflow: hidden;
    min-height: 500px;
}

/* Essential Tailwind Utilities with fgi-tw- prefix */
.fgi-tw-relative { position: relative; }
.fgi-tw-absolute { position: absolute; }
.fgi-tw-inset-0 { top: 0; right: 0; bottom: 0; left: 0; }
.fgi-tw-inset-x-0 { left: 0; right: 0; }
.fgi-tw-top-0 { top: 0; }
.fgi-tw-w-full { width: 100%; }
.fgi-tw-h-full { height: 100%; }
.fgi-tw-max-w-full { max-width: 100%; }
.fgi-tw-object-cover { object-fit: cover; }
.fgi-tw-container { width: 100%; margin-left: auto; margin-right: auto; padding-left: 1rem; padding-right: 1rem; }
.fgi-tw-mx-auto { margin-left: auto; margin-right: auto; }
.fgi-tw-mt-8 { margin-top: 2rem; }
.fgi-tw-mb-8 { margin-bottom: 2rem; }
.fgi-tw-mb-px { margin-bottom: 1px; }
.fgi-tw-mt-4 { margin-top: 1rem; }
.fgi-tw-mx-0 { margin-left: 0; margin-right: 0; }
.fgi-tw-my-0 { margin-top: 0; margin-bottom: 0; }
.fgi-tw-p-0 { padding: 0; }
.fgi-tw-px-6 { padding-left: 1.5rem; padding-right: 1.5rem; }
.fgi-tw-pt-4 { padding-top: 1rem; }
.fgi-tw-pb-0 { padding-bottom: 0; }
.fgi-tw-py-4 { padding-top: 1rem; padding-bottom: 1rem; }
.fgi-tw-px-8 { padding-left: 2rem; padding-right: 2rem; }
.fgi-tw-block { display: block; }
.fgi-tw-inline-flex { display: inline-flex; }
.fgi-tw-justify-center { justify-content: center; }
.fgi-tw-items-center { align-items: center; }
.fgi-tw-text-center { text-align: center; }
.fgi-tw-text-left { text-align: left; }
.fgi-tw-text-4xl { font-size: 2.25rem; line-height: 2.5rem; }
.fgi-tw-text-base { font-size: 1rem; line-height: 1.5rem; }
.fgi-tw-text-sm { font-size: 0.875rem; line-height: 1.25rem; }
.fgi-tw-leading-none { line-height: 1; }
.fgi-tw-leading-tight { line-height: 1.25; }
.fgi-tw-font-bold { font-weight: 700; }
.fgi-tw-uppercase { text-transform: uppercase; }
.fgi-tw-tracking-wider { letter-spacing: 0.05em; }
.fgi-tw-text-white { color: rgb(255 255 255); }
.fgi-tw-text-slate-800 { color: rgb(30 41 59); }
.fgi-tw-bg-slate-600 { background-color: rgb(71 85 105); }
.fgi-tw-border { border-width: 1px; }
.fgi-tw-border-solid { border-style: solid; }
.fgi-tw-border-slate-600 { border-color: rgb(71 85 105); }
.fgi-tw-cursor-pointer { cursor: pointer; }
.fgi-tw-clear-both { clear: both; }
.fgi-tw-overflow-hidden { overflow: hidden; }
.fgi-tw-visible { visibility: visible; }
.fgi-tw-opacity-100 { opacity: 1; }
.fgi-tw-grid { display: grid; }
.fgi-tw-grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.fgi-tw-grid-cols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.fgi-tw-gap-8 { gap: 2rem; }
.fgi-tw-gap-4 { gap: 1rem; }
.fgi-tw-break-words { overflow-wrap: break-word; }
.fgi-tw-leading-10 { line-height: 2.5rem; }
.fgi-tw-text-3xl { font-size: 1.875rem; line-height: 2.25rem; }
.fgi-tw-text-lg { font-size: 1.125rem; line-height: 1.75rem; }
.fgi-tw-pb-px { padding-bottom: 1px; }
.fgi-tw-leading-4 { line-height: 1rem; }
.fgi-tw-border-neutral-500 { border-color: rgb(115 115 115); }
.fgi-tw-text-neutral-500 { color: rgb(115 115 115); }
.fgi-tw-bg-transparent { background-color: transparent; }
.fgi-tw-align-middle { vertical-align: middle; }
.fgi-tw-border-none { border-style: none; }
.fgi-tw-text-6xl { font-size: 3.75rem; line-height: 1; }
.fgi-tw-text-xl { font-size: 1.25rem; line-height: 1.75rem; }
.fgi-tw-leading-8 { line-height: 2rem; }
.fgi-tw-z-10 { z-index: 10; }
.fgi-tw-justify-left { justify-content: flex-start; }
.fgi-tw-justify-start { justify-content: flex-start; }
.fgi-tw-max-w-1\/2 { max-width: 50%; }
.fgi-tw-bg-black { background-color: rgb(0 0 0); }
.fgi-tw-flex-grow { flex-grow: 1; }
.fgi-tw-flex-shrink { flex-shrink: 1; }
.fgi-tw-italic { font-style: italic; }
.fgi-tw-font-semibold { font-weight: 600; }
.fgi-tw-text-gray-900 { color: rgb(17 24 39); }
.fgi-tw-text-gray-400 { color: rgb(156 163 175); }
.fgi-tw-text-gray-600 { color: rgb(75 85 99); }
.fgi-tw-w-8 { width: 2rem; }
.fgi-tw-h-8 { height: 2rem; }
.fgi-tw-mb-4 { margin-bottom: 1rem; }
.fgi-tw-mb-12 { margin-bottom: 3rem; }
.fgi-tw-h-auto { height: auto; }
.fgi-tw-rounded-lg { border-radius: 0.5rem; }
.fgi-tw-leading-6 { line-height: 1.5rem; }
.fgi-tw-py-12 { padding-top: 3rem; padding-bottom: 3rem; }
.fgi-tw-flex-row { flex-direction: row; }
.fgi-tw-text-center { text-align: center; }
.fgi-tw-font-normal { font-weight: 400; }
.fgi-tw-inline-block { display: inline-block; }
.fgi-tw-m-0 { margin: 0; }
.fgi-tw-left-0 { left: 0; }
.fgi-tw-right-0 { right: 0; }
.fgi-tw-bottom-0 { bottom: 0; }
.fgi-tw-w-full { width: 100%; }
.fgi-tw-h-full { height: 100%; }
.fgi-tw-max-w-full { max-width: 100%; }
.fgi-tw-object-cover { object-fit: cover; }
.fgi-tw-bg-slate-800 { background-color: rgb(30 41 59); }
.fgi-tw-text-white { color: rgb(255 255 255); }
.fgi-tw-leading-6 { line-height: 1.5rem; }
.fgi-tw-text-left { text-align: left; }
.fgi-tw-mt-8 { margin-top: 2rem; }
.fgi-tw-mb-8 { margin-bottom: 2rem; }
.fgi-tw-p-0 { padding: 0; }
.fgi-tw-m-0 { margin: 0; }
.fgi-tw-w-full { width: 100%; }
.fgi-tw-h-full { height: 100%; }
.fgi-tw-leading-6 { line-height: 1.5rem; }
.fgi-tw-text-left { text-align: left; }
.fgi-tw-text-white { color: rgb(255 255 255); }
.fgi-tw-bg-slate-800 { background-color: rgb(30 41 59); }
.fgi-tw-mt-8 { margin-top: 2rem; }
.fgi-tw-mb-8 { margin-bottom: 2rem; }
.fgi-tw-p-0 { padding: 0; }
.fgi-tw-m-0 { margin: 0; }
.fgi-tw-w-full { width: 100%; }
.fgi-tw-h-full { height: 100%; }
.fgi-tw-leading-6 { line-height: 1.5rem; }
.fgi-tw-text-left { text-align: left; }
.fgi-tw-text-white { color: rgb(255 255 255); }
.fgi-tw-bg-slate-800 { background-color: rgb(30 41 59); }
.fgi-tw-mt-8 { margin-top: 2rem; }
.fgi-tw-mb-8 { margin-bottom: 2rem; }

/* Global FGI Styles */
.fgi-glob-btn {
    background: #008854;
    border-color: #008854;
    color: #FFF;
}

.fgi-glob-btn:hover {
    background: #d2b48c;
    border-color: #d2b48c;
    color: #FFF;
}

.fgi-glob-container {
    margin-bottom: 55px !important;
    max-width: 90%;
    margin-top: 55px !important;
}

.fgi-glob-h1 {
    font-size: 40px;
    line-height: 125%;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.fgi-glob-h2 {
    font-size: 20px !important;
    margin-bottom: 7px;
}

.fgi-glob-h3 {
    font-size: 22px;
    line-height: 125%;
    text-transform: uppercase;
    margin-bottom: 6px;
}

.fgi-glob-p {
    font-size: 15px;
}

.fgi-glob-p * {
    font-size: 15px;
}   

.fgi-pcta-p {
    color: #FFF;
    margin-bottom: 20px;            
}

.fgi-glob-content-grid-p {
    margin-bottom: 35px;
}

.fgi-glob-base-color {
    color: #008854;
}

body.page-template-page-fgi-blocks-template main .gform_wrapper.gravity-theme {
    margin-bottom: 55px !important;
    max-width: 88%;
    margin-top: 55px !important;
    margin-left: auto;
    margin-right: auto;
}

/* Style Gravity Forms title to match FGI blocks */
.gform_title {
    font-family: 'Raleway', sans-serif !important;
    font-optical-sizing: auto !important;
    font-weight: 500 !important;
    font-style: normal !important;
    font-size: 22px !important;
    line-height: 125% !important;
    text-transform: uppercase !important;
    margin-bottom: 6px !important;
    color: #008854 !important;
    clear: both !important;
    padding: 0 !important;
    margin: 0 0 6px 0 !important;
}

/* Style Gravity Forms button to match FGI buttons */
main .gform_button.button {
    background: #008854 !important;
    border-color: #008854 !important;
    color: #FFF !important;
    font-family: 'Raleway', sans-serif !important;
    font-weight: 300 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.05em !important;
    padding: 1rem 2rem !important;
    border: 1px solid !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
}

.gform_button.button:hover {
    background: #d2b48c !important;
    border-color: #d2b48c !important;
    color: #FFF !important;
}

.fgi-pcta-p {
    margin-bottom: 15px;
}

/* Responsive utilities */
@media (min-width: 640px) {
    .sm\:fgi-tw-px-0 { padding-left: 0; padding-right: 0; }
    .sm\:fgi-tw-max-w-full { max-width: 100%; }
}

@media (min-width: 768px) {
    .md\:fgi-tw-grid-cols-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}

@media (min-width: 1024px) {
    .lg\:fgi-tw-text-base { font-size: 1rem; line-height: 1.5rem; }
    .lg\:fgi-tw-text-lg { font-size: 1.125rem; line-height: 1.75rem; }
    .lg\:fgi-tw-text-3xl { font-size: 1.875rem; line-height: 2.25rem; }
    .lg\:fgi-tw-text-6xl { font-size: 3.75rem; line-height: 1; }
}

@media screen and (max-width: 990px) {
    .fgi-glob-h1 {
        font-size: 25px !important;
    }

    .fgi-picture-cta {
        min-height: 650px !important;
    }

    .fgi-glob-container {
        max-width: 99% !important;
        margin-top: 35px !important;
        margin-bottom: 35px !important;
    }

    .fgi-tw-grid-cols-2 {
        grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
    }

    .fgi-tw-text-left.fgi-tw-max-w-1\/2 {
        max-width: 80% !important;
        margin: 0 auto !important;
        width: 95% !important;
    }

    .fgi-tw-grid-cols-3 {
        grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
    }

    .fgi-glob-dynamic-height {
        height: auto !important;
        max-height: auto !important;
    }
}

/* Block Editor Enhancements */
.block-editor-page .wp-block[data-type="acf/fgi-page-header"]::before {
    content: "FGI: Page Header";
    position: absolute;
    top: -25px;
    left: 0;
    background: #0073aa;
    color: white;
    padding: 2px 8px;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    z-index: 10;
    border-radius: 2px;
    margin-top: 13px;
    width: 50%;
}

.block-editor-page .wp-block[data-type="acf/fgi-cta"]::before {
    content: "FGI: Call to Action";
    position: absolute;
    top: -25px;
    left: 0;
    background: #0073aa;
    color: white;
    padding: 2px 8px;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    z-index: 10;
    border-radius: 2px;
    margin-top: 13px;
    width: 50%;
}

.block-editor-page .wp-block[data-type="acf/fgi-feature"]::before {
    content: "FGI: Feature";
    position: absolute;
    top: -25px;
    left: 0;
    background: #0073aa;
    color: white;
    padding: 2px 8px;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    z-index: 10;
    border-radius: 2px;
    margin-top: 13px;
    width: 50%;
}

.block-editor-page .wp-block[data-type="acf/fgi-picture-cta"]::before {
    content: "FGI: Picture CTA";
    position: absolute;
    top: -25px;
    left: 0;
    background: #0073aa;
    color: white;
    padding: 2px 8px;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    z-index: 10;
    border-radius: 2px;
    margin-top: 13px;
    width: 50%;
}

.block-editor-page .wp-block[data-type="acf/fgi-package"]::before {
    content: "FGI: Package";
    position: absolute;
    top: -25px;
    left: 0;
    background: #0073aa;
    color: white;
    padding: 2px 8px;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    z-index: 10;
    border-radius: 2px;
    margin-top: 13px;
    width: 50%;
}

.block-editor-page .wp-block[data-type="acf/fgi-content-grid"]::before {
    content: "FGI: Content Grid";
    position: absolute;
    top: -25px;
    left: 0;
    background: #0073aa;
    color: white;
    padding: 2px 8px;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    z-index: 10;
    border-radius: 2px;
    margin-top: 13px;
    width: 50%;
}

.block-editor-page .wp-block[data-type="acf/fgi-quote"]::before {
    content: "FGI: Quote";
    position: absolute;
    top: -25px;
    left: 0;
    background: #0073aa;
    color: white;
    padding: 2px 8px;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    z-index: 10;
    border-radius: 2px;
    margin-top: 13px;
    width: 50%;
}

.block-editor-page .wp-block[data-type="acf/fgi-image-gallery"]::before {
    content: "FGI: Image Gallery";
    position: absolute;
    top: -25px;
    left: 0;
    background: #0073aa;
    color: white;
    padding: 2px 8px;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    z-index: 10;
    border-radius: 2px;
    margin-top: 13px;
    width: 50%;
}

.block-editor-page .wp-block[data-type="acf/fgi-options"]::before {
    content: "FGI: Options";
    position: absolute;
    top: -25px;
    left: 0;
    background: #0073aa;
    color: white;
    padding: 2px 8px;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    z-index: 10;
    border-radius: 2px;
    margin-top: 13px;
    width: 50%;
}

/* Dining Blocks Editor Labels */
.block-editor-page .wp-block[data-type="acf/fgi-dining-hero"]::before {
    content: "FGI: Dining Hero Section";
    position: absolute;
    top: -25px;
    left: 0;
    background: #0073aa;
    color: white;
    padding: 2px 8px;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    z-index: 10;
    border-radius: 2px;
    margin-top: 13px;
    width: 50%;
}

.block-editor-page .wp-block[data-type="acf/fgi-dining-features"]::before {
    content: "FGI: Dining Features Section";
    position: absolute;
    top: -25px;
    left: 0;
    background: #0073aa;
    color: white;
    padding: 2px 8px;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    z-index: 10;
    border-radius: 2px;
    margin-top: 13px;
    width: 50%;
}

.block-editor-page .wp-block[data-type="acf/fgi-dining-menu"]::before {
    content: "FGI: Dining Menu Section";
    position: absolute;
    top: -25px;
    left: 0;
    background: #0073aa;
    color: white;
    padding: 2px 8px;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    z-index: 10;
    border-radius: 2px;
    margin-top: 13px;
    width: 50%;
}

.block-editor-page .wp-block[data-type="acf/fgi-dining-about"]::before {
    content: "FGI: Dining About Section";
    position: absolute;
    top: -25px;
    left: 0;
    background: #0073aa;
    color: white;
    padding: 2px 8px;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    z-index: 10;
    border-radius: 2px;
    margin-top: 13px;
    width: 50%;
}

.block-editor-page .wp-block[data-type="acf/fgi-dining-testimonials"]::before {
    content: "FGI: Dining Testimonials Section";
    position: absolute;
    top: -25px;
    left: 0;
    background: #0073aa;
    color: white;
    padding: 2px 8px;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    z-index: 10;
    border-radius: 2px;
    margin-top: 13px;
    width: 50%;
}

.block-editor-page .wp-block[data-type="acf/fgi-dining-cta"]::before {
    content: "FGI: Dining Call to Action Section";
    position: absolute;
    top: -25px;
    left: 0;
    background: #0073aa;
    color: white;
    padding: 2px 8px;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    z-index: 10;
    border-radius: 2px;
    margin-top: 13px;
    width: 50%;
}

.fgi-events-container {
    width: 90%; 
    margin-left: auto; 
    margin-right: auto; 
    padding-left: 1rem; 
    padding-right: 1rem;
    margin-bottom: 55px;
}


/* Image Gallery Masonry Styles - Rolled back to original */
.fgi-masonry-gallery {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    grid-auto-rows: 10px;
    gap: 8px;
}

.fgi-gallery-item {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
}

.fgi-gallery-item:hover {
    transform: scale(1.02);
    box-shadow: 0 10px 25px -3px rgba(0, 0, 0, 0.2);
}

.fgi-gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .fgi-masonry-gallery {
        grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
        gap: 4px;
    }
}

@media (min-width: 1200px) {
    .fgi-masonry-gallery {
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
        gap: 12px;
    }
}

/* Quote Block Styles */
.fgi-quote-container {
    background-color: #f8f9fa;
    border-radius: 12px;
    padding: 2rem;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
    position: relative;
    margin: 0 auto;
    transition: box-shadow 0.3s ease;
}

.fgi-quote-container:hover {
    box-shadow: 0 10px 25px -3px rgba(0, 0, 0, 0.1);
}

.fgi-quote-icon {
    opacity: 0.7;
}

.fgi-quote-text p {
    margin: 0 0 1rem 0;
}

.fgi-quote-text p:last-child {
    margin-bottom: 0;
}

/* Page Header Scroll Indicator Animation */
@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateX(-50%) translateY(0);
    }
    40% {
        transform: translateX(-50%) translateY(-10px);
    }
    60% {
        transform: translateX(-50%) translateY(-5px);
    }
}

.fgi-scroll-indicator:hover {
    transform: translateX(-50%) scale(1.1);
}

.fgi-scroll-indicator:hover > div:first-child {
    background: rgba(255, 255, 255, 0.2);
    border-color: rgba(255, 255, 255, 0.8);
}

/* ========================================
   FGI DINING BLOCKS v3.0.0 STYLES
   ======================================== */

/* Dining Hero Section */
.fgi-dining-hero {
    position: relative;
    min-height: 50vh;
    overflow: hidden;
    background: linear-gradient(135deg, #f0fdf4 0%, #ecfdf5 50%, #fefce8 100%);
    padding-top: 15px;
    padding-bottom: 15px;
}

.fgi-dining-hero-pattern {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.1;
    z-index: 1;
}

.fgi-dining-hero-content {
    position: relative;
    z-index: 10;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1.5rem;
}

.fgi-dining-hero-layout {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 80vh;
    gap: 4rem;
}

@media (min-width: 1024px) {
    .fgi-dining-hero-layout {
        flex-direction: row;
        align-items: center;
        gap: 0;
    }
}

.fgi-dining-hero-left {
    flex: 1;
    max-width: 36rem;
}

@media (min-width: 1024px) {
    .fgi-dining-hero-left {
        flex: 1;
        max-width: none;
    }
}

.fgi-dining-hero-right {
    flex: 1;
    position: relative;
}

@media (min-width: 1024px) {
    .fgi-dining-hero-right {
        flex: 1;
    }
}

.fgi-dining-hero-badge {
    display: inline-block;
    margin-bottom: 1.5rem;
}

.fgi-dining-hero-badge-inner {
    background: white;
    padding: 0.5rem 1rem;
    border-radius: 9999px;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
    display: inline-flex;
    align-items: center;
}

.fgi-dining-hero-badge-icon {
    width: 1rem;
    height: 1rem;
    color: #10b981;
    margin-right: 0.5rem;
}

.fgi-dining-hero-badge-text {
    font-size: 0.875rem;
    font-weight: 500;
    color: #1f2937;
}

.fgi-dining-hero-title {
    font-size: 3rem;
    font-weight: 700;
    line-height: 150%;
    margin-bottom: 1.5rem;
    color: #111827;
}

@media (min-width: 1024px) {
    .fgi-dining-hero-title {
        font-size: 4.5rem;
    }
}

.fgi-dining-hero-gradient-text {
    background: linear-gradient(135deg, #10b981, #059669);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.fgi-dining-hero-description {
    font-size: 1.25rem;
    color: #6b7280;
    margin-bottom: 2rem;
    max-width: 36rem;
    line-height: 1.6;
}

.fgi-dining-hero-buttons {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-bottom: 3rem;
}

@media (min-width: 640px) {
    .fgi-dining-hero-buttons {
        flex-direction: row;
    }
}

.fgi-dining-hero-btn-primary {
    background: linear-gradient(135deg, #10b981, #059669);
    color: white;
    padding: 1rem 2rem;
    border-radius: 9999px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
}

.fgi-dining-hero-btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
}

.fgi-dining-hero-btn-secondary {
    border: 2px solid #111827;
    color: #111827;
    padding: 1rem 2rem;
    border-radius: 9999px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
}

.fgi-dining-hero-btn-secondary:hover {
    background: #111827;
    color: white;
}

.fgi-dining-hero-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
}

.fgi-dining-hero-stat {
    text-align: center;
}

.fgi-dining-hero-stat-number {
    font-size: 1.875rem;
    font-weight: 700;
    color: #10b981;
    margin-bottom: 0.25rem;
}

.fgi-dining-hero-stat-label {
    color: #6b7280;
    font-size: 0.875rem;
}

.fgi-dining-hero-image {
    position: relative;
    margin-top: 2rem;
}

.fgi-dining-hero-image-main {
    border-radius: 1rem;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    position: relative;
    z-index: 10;
    width: 100%;
    max-width: 32rem;
    margin: 0 auto;
}

.fgi-dining-hero-decorative {
    position: absolute;
    border-radius: 50%;
    opacity: 0.6;
    animation: pulse 2s infinite;
}

.fgi-dining-hero-decorative-1 {
    top: -2rem;
    left: -2rem;
    width: 6rem;
    height: 6rem;
    background: #bbf7d0;
}

.fgi-dining-hero-decorative-2 {
    bottom: -2rem;
    right: -2rem;
    width: 8rem;
    height: 8rem;
    background: #a7f3d0;
}

.fgi-dining-hero-floating-card {
    position: absolute;
    background: white;
    padding: 1rem;
    border-radius: 0.75rem;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
    z-index: 20;
}

.fgi-dining-hero-floating-card-1 {
    top: -1.25rem;
    right: -1.25rem;
}

.fgi-dining-hero-floating-card-2 {
    bottom: -1.25rem;
    left: -1.25rem;
}

.fgi-dining-hero-floating-card-content {
    display: flex;
    align-items: center;
}

.fgi-dining-hero-floating-card-icon {
    background: #dcfce7;
    padding: 0.5rem;
    border-radius: 0.5rem;
    margin-right: 0.75rem;
}

.fgi-dining-hero-floating-card-icon svg {
    width: 1rem;
    height: 1rem;
    color: #16a34a;
}

.fgi-dining-hero-floating-card-text {
    font-size: 0.875rem;
    font-weight: 600;
    color: #111827;
}

.fgi-dining-hero-floating-card-subtitle {
    font-size: 0.75rem;
    color: #6b7280;
}

.fgi-dining-hero-rating {
    display: flex;
    align-items: center;
    margin-bottom: 0.5rem;
}

.fgi-dining-hero-rating-number {
    font-size: 1.125rem;
    font-weight: 700;
    margin-right: 0.25rem;
}

.fgi-dining-hero-rating-stars {
    display: flex;
    color: #fbbf24;
}

.fgi-dining-hero-rating-stars svg {
    width: 1rem;
    height: 1rem;
}

.fgi-dining-hero-reviews {
    font-size: 0.75rem;
    color: #6b7280;
}

/* Dining Features Section */
.fgi-dining-features {
    padding: 5rem 0;
    background: white;
}

.fgi-dining-features-header {
    text-align: center;
    max-width: 48rem;
    margin: 0 auto 4rem;
}

.fgi-dining-features-title {
    font-size: 2.25rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: #111827;
}

.fgi-dining-features-description {
    font-size: 1.25rem;
    color: #6b7280;
}

.fgi-dining-features-grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 2rem;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1.5rem;
}

@media (min-width: 768px) {
    .fgi-dining-features-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 1024px) {
    .fgi-dining-features-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

.fgi-dining-feature-card {
    text-align: center;
    padding: 2rem;
    border-radius: 0.75rem;
    transition: all 0.3s ease;
}

.fgi-dining-feature-card:hover {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
}

.fgi-dining-feature-icon {
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1rem;
}

.fgi-dining-feature-icon svg {
    width: 2rem;
    height: 2rem;
}

.fgi-dining-feature-icon-green {
    background: #dcfce7;
}

.fgi-dining-feature-icon-green svg {
    color: #10b981;
}

.fgi-dining-feature-icon-blue {
    background: #dbeafe;
}

.fgi-dining-feature-icon-blue svg {
    color: #3b82f6;
}

.fgi-dining-feature-icon-purple {
    background: #e9d5ff;
}

.fgi-dining-feature-icon-purple svg {
    color: #8b5cf6;
}

.fgi-dining-feature-icon-yellow {
    background: #fef3c7;
}

.fgi-dining-feature-icon-yellow svg {
    color: #f59e0b;
}

.fgi-dining-feature-icon-emerald {
    background: #d1fae5;
}

.fgi-dining-feature-icon-emerald svg {
    color: #10b981;
}

.fgi-dining-feature-title {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 0.75rem;
    color: #111827;
}

.fgi-dining-feature-description {
    color: #6b7280;
    line-height: 1.6;
}

/* Dining Menu Section */
.fgi-dining-menu {
    padding: 5rem 0;
    background: #f9fafb;
}

.fgi-dining-menu-header {
    text-align: center;
    max-width: 48rem;
    margin: 0 auto 4rem;
}

.fgi-dining-menu-title {
    font-size: 2.25rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: #111827;
}

.fgi-dining-menu-description {
    font-size: 1.25rem;
    color: #6b7280;
}

.fgi-dining-menu-grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 2rem;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1.5rem;
    justify-items: center;
}

@media (min-width: 768px) {
    .fgi-dining-menu-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 1024px) {
    .fgi-dining-menu-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

/* Ensure cards are centered when there's an uneven number */
.fgi-dining-menu-grid .fgi-dining-menu-card {
    justify-self: center;
}

/* Special handling for 2 items in the last row (like 5 total items) */
.fgi-dining-menu-grid:has(.fgi-dining-menu-card:nth-last-child(-n+2):not(:nth-last-child(-n+1))) {
    justify-content: center;
}

/* Fallback for browsers that don't support :has() */
@supports not (selector(:has(*))) {
    .fgi-dining-menu-grid {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 2rem;
    }
    
    .fgi-dining-menu-card {
        flex: 0 0 calc(33.333% - 1.33rem);
        max-width: 400px;
    }
    
    @media (max-width: 1023px) {
        .fgi-dining-menu-card {
            flex: 0 0 calc(50% - 1rem);
        }
    }
    
    @media (max-width: 767px) {
        .fgi-dining-menu-card {
            flex: 0 0 100%;
        }
    }
}

.fgi-dining-menu-card {
    background: white;
    border-radius: 0.75rem;
    overflow: hidden;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    max-width: 400px;
    width: 100%;
}

.fgi-dining-menu-card:hover {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
}

.fgi-dining-menu-card-image {
    position: relative;
    overflow: hidden;
}

.fgi-dining-menu-card-image img {
    width: 100%;
    height: 14rem;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.fgi-dining-menu-card:hover .fgi-dining-menu-card-image img {
    transform: scale(1.1);
}

.fgi-dining-menu-card-badge {
    position: absolute;
    top: 1rem;
    left: 1rem;
    padding: 0.25rem 0.75rem;
    border-radius: 9999px;
    font-size: 0.875rem;
    font-weight: 500;
    color: white;
}

.fgi-dining-menu-card-badge-emerald {
    background: #10b981;
}

.fgi-dining-menu-card-badge-green {
    background: #22c55e;
}

.fgi-dining-menu-card-badge-blue {
    background: #3b82f6;
}

.fgi-dining-menu-card-like {
    position: absolute;
    top: 1rem;
    right: 1rem;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(4px);
    padding: 0.5rem;
    border-radius: 50%;
    color: white;
    transition: all 0.3s ease;
    cursor: pointer;
}

.fgi-dining-menu-card-like:hover {
    background: rgba(255, 255, 255, 0.3);
}

.fgi-dining-menu-card-like svg {
    width: 1rem;
    height: 1rem;
}

.fgi-dining-menu-card-content {
    padding: 1.5rem;
}

.fgi-dining-menu-card-rating {
    display: flex;
    align-items: center;
    margin-bottom: 0.5rem;
}

.fgi-dining-menu-card-stars {
    display: flex;
    color: #fbbf24;
}

.fgi-dining-menu-card-stars svg {
    width: 1rem;
    height: 1rem;
}

.fgi-dining-menu-card-review-count {
    color: #6b7280;
    font-size: 0.875rem;
    margin-left: 0.5rem;
}

.fgi-dining-menu-card-title {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    color: #111827;
}

.fgi-dining-menu-card-description {
    color: #6b7280;
    margin-bottom: 1rem;
    line-height: 1.6;
}

.fgi-dining-menu-card-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.fgi-dining-menu-card-price {
    font-size: 1.5rem;
    font-weight: 700;
    color: #10b981;
}

.fgi-dining-menu-card-button {
    background: linear-gradient(135deg, #10b981, #059669);
    color: white;
    padding: 0.5rem 1rem;
    border-radius: 9999px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s ease;
    cursor: pointer;
}

.fgi-dining-menu-card-button:hover {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
}

.fgi-dining-menu-cta {
    text-align: center;
    margin-top: 3rem;
}

.fgi-dining-menu-cta-button {
    background: linear-gradient(135deg, #10b981, #059669);
    color: white;
    padding: 1rem 2rem;
    border-radius: 9999px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
}

.fgi-dining-menu-cta-button:hover {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
}

.fgi-dining-menu-cta-button svg {
    width: 1.25rem;
    height: 1.25rem;
    margin-left: 0.5rem;
}

/* Dining About Section */
.fgi-dining-about {
    padding: 5rem 0;
    background: white;
}

.fgi-dining-about-content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1.5rem;
    display: grid;
    grid-template-columns: 1fr;
    gap: 4rem;
    align-items: center;
}

@media (min-width: 1024px) {
    .fgi-dining-about-content {
        grid-template-columns: 1fr 1fr;
    }
}

.fgi-dining-about-text {
    max-width: 36rem;
}

.fgi-dining-about-title {
    font-size: 2.25rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: #111827;
}

.fgi-dining-about-paragraph {
    font-size: 1.25rem;
    color: #6b7280;
    margin-bottom: 1.5rem;
    line-height: 1.6;
}

.fgi-dining-about-paragraph-small {
    color: #6b7280;
    margin-bottom: 2rem;
    line-height: 1.6;
}

.fgi-dining-about-points {
    margin-bottom: 2rem;
}

.fgi-dining-about-point {
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
}

.fgi-dining-about-point-icon {
    background: #dcfce7;
    padding: 0.5rem;
    border-radius: 0.5rem;
    margin-right: 1rem;
}

.fgi-dining-about-point-icon svg {
    width: 1.25rem;
    height: 1.25rem;
    color: #10b981;
}

.fgi-dining-about-point-text {
    color: #374151;
}

.fgi-dining-about-button {
    background: #111827;
    color: white;
    padding: 1rem 2rem;
    border-radius: 9999px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
}

.fgi-dining-about-button:hover {
    background: #374151;
}

.fgi-dining-about-button svg {
    width: 1.25rem;
    height: 1.25rem;
    margin-left: 0.5rem;
}

.fgi-dining-about-images {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
}

.fgi-dining-about-image {
    border-radius: 0.5rem;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
    height: 16rem;
    width: 100%;
    object-fit: cover;
}

/* Dining Testimonials Section */
.fgi-dining-testimonials {
    padding: 5rem 0;
    background: #f9fafb;
}

.fgi-dining-testimonials-header {
    text-align: center;
    max-width: 48rem;
    margin: 0 auto 4rem;
}

.fgi-dining-testimonials-title {
    font-size: 2.25rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: #111827;
}

.fgi-dining-testimonials-description {
    font-size: 1.25rem;
    color: #6b7280;
}

.fgi-dining-testimonials-grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 2rem;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1.5rem;
}

@media (min-width: 768px) {
    .fgi-dining-testimonials-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 1024px) {
    .fgi-dining-testimonials-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

.fgi-dining-testimonial-card {
    background: white;
    border-radius: 0.75rem;
    padding: 2rem;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.fgi-dining-testimonial-card:hover {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
}

.fgi-dining-testimonial-header {
    display: flex;
    align-items: center;
    margin-bottom: 1.5rem;
}

.fgi-dining-testimonial-avatar {
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 1rem;
}

.fgi-dining-testimonial-info h4 {
    font-weight: 700;
    color: #111827;
    margin-bottom: 0.25rem;
}

.fgi-dining-testimonial-stars {
    display: flex;
    color: #fbbf24;
}

.fgi-dining-testimonial-stars svg {
    width: 1rem;
    height: 1rem;
}

.fgi-dining-testimonial-quote {
    color: #6b7280;
    font-style: italic;
    line-height: 1.6;
}

/* Dining CTA Section */
.fgi-dining-cta {
    padding: 5rem 0;
    background: linear-gradient(135deg, #10b981, #059669);
}

.fgi-dining-cta-content {
    text-align: center;
    max-width: 64rem;
    margin: 0 auto;
    padding: 0 1.5rem;
}

.fgi-dining-cta-title {
    font-size: 2.25rem;
    font-weight: 700;
    color: white;
    margin-bottom: 1.5rem;
}

.fgi-dining-cta-description {
    font-size: 1.25rem;
    color: #a7f3d0;
    margin-bottom: 2rem;
    max-width: 32rem;
    margin-left: auto;
    margin-right: auto;
}

.fgi-dining-cta-buttons {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 1rem;
    margin-bottom: 2rem;
}

@media (min-width: 640px) {
    .fgi-dining-cta-buttons {
        flex-direction: row;
    }
}

.fgi-dining-cta-button-primary {
    background: white;
    color: #10b981;
    padding: 1rem 2rem;
    border-radius: 9999px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.fgi-dining-cta-button-primary:hover {
    background: #f3f4f6;
}

.fgi-dining-cta-button-primary svg {
    width: 1.25rem;
    height: 1.25rem;
    margin-left: 0.5rem;
}

.fgi-dining-cta-button-secondary {
    border: 2px solid white;
    color: white;
    padding: 1rem 2rem;
    border-radius: 9999px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.fgi-dining-cta-button-secondary:hover {
    background: white;
    color: #10b981;
}

.fgi-dining-cta-button-secondary svg {
    width: 1.25rem;
    height: 1.25rem;
    margin-left: 0.5rem;
}

.fgi-dining-cta-footer {
    color: #a7f3d0;
    font-size: 0.875rem;
}

/* Responsive adjustments for dining blocks */
@media (max-width: 768px) {
    .fgi-dining-hero-title {
        font-size: 2.5rem;
    }
    
    .fgi-dining-hero-stats {
        grid-template-columns: repeat(1, 1fr);
        gap: 1rem;
    }
    
    .fgi-dining-hero-floating-card {
        position: relative;
        margin: 1rem 0;
        margin-left: 13px;
    }
    
    .fgi-dining-hero-layout {
        gap: 2rem;
    }
    
    .fgi-dining-about-images {
        grid-template-columns: 1fr;
    }

    .fgi-dining-hero-buttons a {
        text-align: center !important;
    }

    section.fgi-dining-features {
        padding-left: 15px;
        padding-right: 15px;
    }

    .fgi-dining-features-grid {
        gap: 5px;
    }
}
