       @import url('https://fonts.googleapis.com/css2?family=Abril+Fatface&family=Bodoni+Moda:ital,opsz,wght@0,6..96,400..900;1,6..96,400..900&family=Great+Vibes&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Abril+Fatface&family=Bodoni+Moda:ital,opsz,wght@0,6..96,400..900;1,6..96,400..900&family=Great+Vibes&family=Whisper&display=swap');


html{
    scroll-behavior: smooth;
}
        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        body {

            line-height: 1.6;
            color: #333;
            overflow-x: hidden;
        }

        /* Navigation */
        .navbar {
            position: fixed;
            top: 0;
            width: 100%;
            background: rgba(255, 255, 255, 0.95);
            backdrop-filter: blur(10px);
            padding: 1rem 0;
            z-index: 1000;
            transition: all 0.3s ease;
        }
.bodoni-moda {
  font-family: "Bodoni Moda", serif;
  font-optical-sizing: auto;

  font-style: normal;
}
        .navbar.scrolled {
            background: rgba(255, 255, 255, 0.98);
            box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
        }

        .nav-container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 2rem;
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

        .logo {
            font-size: 1.5rem;
            font-weight: bold;
            color: #8B4513;
            text-decoration: none;
            letter-spacing: 2px;
        }

        .nav-menu {
            display: flex;
            list-style: none;
            gap: 2rem;
        }

        .nav-menu a {
            text-decoration: none;
            color: #333;
            font-weight: 500;
            text-transform: uppercase;
            letter-spacing: 1px;
            font-size: 0.9rem;
            transition: color 0.3s ease;
        }

        .nav-menu a:hover {
            color: #8B4513;
        }

        .book-now-btn {
            background: #4d2101;
            color: white !important;
            padding: 0.7rem 1.5rem;
            border-radius: 25px;
            transition: all 0.3s ease;
        }

        .book-now-btn:hover {
            background: #622001;
            transform: translateY(-2px);
        }

        .mobile-menu-toggle {
            display: none;
            background: none;
            border: none;
            font-size: 1.5rem;
            cursor: pointer;
        }

        /* Hero Section */
        .hero {
            height: 100vh;
            background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
                        url('mixed-salad-with-herbs-vegetables.jpg');
            background-size: cover;
            background-position: center;
            display: flex;
            align-items: center;
            justify-content: center;
            text-align: center;
            color: white;
            position: relative;
        }

        .hero-content {
            max-width: 800px;
            padding: 0 2rem;
            animation: fadeInUp 1s ease-out;
        }

.hero h1 {
    font-size: 5rem;
    font-weight: 100;
    letter-spacing: 2px;
    margin-bottom: 2rem;
    font-family: "Great Vibes", cursive !important;
    color: rgb(255, 255, 255);
    text-transform: none;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    line-height: 1.2;
}

        .hero p {
            font-size: 1.2rem;
            margin-bottom: 3rem;
            opacity: 0.9;
        }

        .cta-button {
            display: inline-block;
            background: #3e1a01;
            color: white;
            padding: 1rem 2rem;
            text-decoration: none;
            border-radius: 30px;
            font-weight: 500;
            text-transform: uppercase;
            letter-spacing: 1px;
            transition: all 0.3s ease;
        }

        .cta-button:hover {
            background: #4f1b02;
            transform: translateY(-3px);
            box-shadow: 0 10px 25px rgba(139, 69, 19, 0.3);
        }

        /* Main Content Sections */
        .main-section {
            min-height: 100vh;
            display: flex;
            align-items: center;
            padding: 4rem 0;
        }

        .food-hero {
            background: #f8f8f8;
            text-align: center;
            position: relative;
        }

        .food-hero-content {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 2rem;
        }

        .section-title {
            font-size: 3.5rem;
            font-weight: 300;
            letter-spacing: 3px;
            margin-bottom: 2rem;
            text-transform: uppercase;
            color: #333333;
        }

        .food-images {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 2rem;
            margin: 4rem 0;
            max-width: 800px;
            margin-left: auto;
            margin-right: auto;
        }

        .food-image {
            height: 300px;
            border-radius: 10px;
            overflow: hidden;
            position: relative;
            transition: transform 0.3s ease;
        }

        .food-image:hover {
            transform: scale(1.05);
        }

        .food-image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .food-image::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background-size: cover;
            background-position: center;
            opacity: 0.8;
            z-index: 1;
        }

        .food-image:nth-child(1)::before {
            background-image: url('selection-various-cocktails-table.jpg');
        }

        .food-image:nth-child(2)::before {
            background-image: url('chef-placing-herb-gourmet-meal.jpg');
        }

        .moving-text {
            white-space: nowrap;
            overflow: hidden;
            background: #333;
            color: white;
            padding: 1rem 0;
            font-size: 1.2rem;
            letter-spacing: 2px;
            position: relative;
        }

        .moving-text span {
            display: inline-block;
            animation: scroll 20s linear infinite;
            padding-right: 0; /* Remove extra padding to prevent gaps */
        }

        .moving-text span::after {
            content: '• L OEIL TRANQUILLE! • L OEIL TRANQUILLE! • L OEIL TRANQUILLE! • L OEIL TRANQUILLE! • L OEIL TRANQUILLE!'; /* Repeated content for seamless looping */
            display: inline-block;
        }

        .restaurant-tagline {
            background: white;
            text-align: center;
            padding: 6rem 2rem;
        }

        .tagline {
            font-size: 2.5rem;
            color: #863d01;
            font-weight: 300;
            letter-spacing: 2px;
            line-height: 1.2;
            max-width: 600px;
            margin: 0 auto;
        }

        /* Split Section */
        .split-section {
            display: flex;
            min-height: 80vh;
        }

        .split-left {
            flex: 1;
            background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),
                        url('restaurant-interior.jpg');
            background-size: cover;
            background-position: center;
        }

        .split-right {
            flex: 1;
            background: #702b00;
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 4rem 3rem;
            text-align: center;
        }

        .split-content h2 {
            font-size: 3rem;
            color: white;
            font-weight: 300;
            letter-spacing: 2px;
            margin-bottom: 2rem;
            line-height: 1.2;
        }

        .menu-button {
            display: inline-block;
            border: 2px solid white;
            color: white;
            padding: 1rem 2rem;
            text-decoration: none;
            border-radius: 30px;
            font-weight: 500;
            text-transform: uppercase;
            letter-spacing: 1px;
            transition: all 0.3s ease;
            margin-top: 2rem;
        }

        .menu-button:hover {
            background: white;
            color: #692b02;
            transform: translateY(-3px);
        }

        /* Animations */
        @keyframes fadeInUp {
            from {
                opacity: 0;
                transform: translateY(30px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        @keyframes scroll {
            0% { transform: translateX(0); }
            100% { transform: translateX(-50%); } /* Adjusted to match repeated content length */
        }

        /* Mobile Responsiveness */
        @media (max-width: 768px) {
        

            .mobile-menu-toggle {
                display: block;
            }

            .hero h1 {
                font-size: 2.5rem;
                letter-spacing: 2px;
            }

            .hero p {
                font-size: 1rem;
            }

            .section-title {
                font-size: 2.5rem;
                letter-spacing: 2px;
            }

            .food-images {
                grid-template-columns: 1fr;
                gap: 1rem;
            }

            .food-image {
                height: 250px;
            }

            .tagline {
                font-size: 2rem;
            }

            .split-section {
                flex-direction: column;
            }

            .split-content h2 {
                font-size: 2.2rem;
            }

            .split-right {
                padding: 3rem 2rem;
            }

            .nav-container {
                padding: 0 1rem;
            }

            .hero-content {
                padding: 0 1rem;
            }
        }

        @media (max-width: 480px) {
            .hero h1 {
                font-size: 2rem;
            }

            .section-title {
                font-size: 2rem;
            }

            .tagline {
                font-size: 1.5rem;
            }

            .split-content h2 {
                font-size: 1.8rem;
            }
        }

            .dessert-menu-section {
      background-color: #F5F0E8;
      font-family: 'Lato', sans-serif;
      padding: 60px 20px;
    }

    .dessert-menu-container {
      max-width: 600px;
      margin: 0 auto;
    }

    .dessert-menu-header {
      text-align: center;
      margin-bottom: 50px;
    }

    .dessert-menu-header .special-text {
      font-family: 'Playfair Display', serif;
      font-style: italic;
      font-size: 28px;
      color: #A0522D;
      font-weight: 400;
    }

    .dessert-menu-header .main-title {
      font-family: 'Playfair Display', serif;
      font-size: 52px;
      color: #5D4037;
      font-weight: 600;
      margin-top: -5px;
    }

    .dessert-menu-item {
      display: flex;
      align-items: center;
      margin-bottom: 40px;
      gap: 30px;
    }

    .dessert-menu-item.item-reverse {
      flex-direction: row-reverse;
      text-align: left;
    }

    .dessert-menu-image {
      width: 180px;
      height: 160px;
      border-radius: 8px;
      flex-shrink: 0;
      object-fit: cover;
    }

    .dessert-menu-info {
      flex: 1;
    }

    .dessert-menu-number {
      font-family: 'Playfair Display', serif;
      font-size: 14px;
      color: #8B7355;
      margin-bottom: 2px;
    }

    .dessert-menu-name {
      font-family: 'Playfair Display', serif;
      font-size: 26px;
      color: #A0522D;
      font-weight: 600;
      margin-bottom: 10px;
    }

    .dessert-menu-description {
      font-size: 13px;
      color: #6D5D4E;
      line-height: 1.6;
      margin-bottom: 12px;
      font-weight: 300;
    }

    .dessert-menu-price {
      font-family: 'Playfair Display', serif;
      font-size: 22px;
      color: #A0522D;
      font-weight: 600;
    }

            * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

   

        /* Hero Section */
        .fine-dining-hero-section {
            position: relative;
            width: 100%;
            height: 100vh;
            min-height: 600px;
            background: #2d4a3e;
            display: flex;
            align-items: center;
            overflow: hidden;
        }

        .fine-dining-slider-container {
            position: absolute;
            right: 0;
            top: 0;
            width: 75%;
            height: 100%;
            overflow: hidden;
        }

        .fine-dining-slider-wrapper {
            display: flex;
            width: 100%;
            height: 100%;
            transition: transform 0.5s ease-in-out;
        }

        .fine-dining-slide-item {
            min-width: 100%;
            height: 100%;
            position: relative;
        }

        .fine-dining-hero-image-box {
            width: 100%;
            height: 100%;
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
        }

        .fine-dining-slide-1 {
            background-image: url('plate-seafood-salad-with-sauce-modern-presentation-restaurant-food.jpg');
        }

        .fine-dining-slide-2 {
            background-image: url('chef-placing-herb-gourmet-meal.jpg');
        }

        .fine-dining-slide-3 {
            background-image: url('closeup-side-dish-with-vegetables-caviar-top-with-blurred-background.jpg');
        }

        .fine-dining-overlay {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.4);
        }

        .fine-dining-content-wrapper {
            position: relative;
            z-index: 2;
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 50px;
            width: 100%;
        }

        .fine-dining-ambient-label {
            font-size: 11px;
            letter-spacing: 3px;
            text-transform: uppercase;
            color: #fff;
            margin-bottom: 20px;
            font-weight: 400;
        }

        .fine-dining-main-title {
            font-size: 72px;
            color: #fff;
            font-weight: 300;
            letter-spacing: 2px;
            margin-bottom: 30px;
            text-transform: uppercase;
            position: relative;
            z-index: 5;
        }

        .fine-dining-description-text {
            color: rgba(255, 255, 255, 0.85);
            font-size: 15px;
            line-height: 1.8;
            max-width: 500px;
            font-family: 'Arial', sans-serif;
        }

        .fine-dining-booking-container {
            position: absolute;
            bottom: 60px;
            left: 50px;
            right: 50px;
            max-width: 1200px;
            margin: 0 auto;
            z-index: 3;
        }

        .fine-dining-booking-title {
            font-size: 24px;
            color: #fff;
            margin-bottom: 5px;
            text-transform: uppercase;
            letter-spacing: 1px;
        }

        .fine-dining-booking-powered {
            font-size: 11px;
            color: rgba(255, 255, 255, 0.7);
            margin-bottom: 20px;
        }

        .fine-dining-booking-form-wrapper {
            display: flex;
            gap: 15px;
            align-items: center;
            flex-wrap: wrap;
        }

        .fine-dining-booking-select {
            background: rgba(255, 255, 255, 0.1);
            border: 1px solid rgba(255, 255, 255, 0.3);
            color: #fff;
            padding: 12px 20px;
            font-size: 14px;
            cursor: pointer;
            min-width: 150px;
            appearance: none;
            background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23ffffff' d='M6 9L1 4h10z'/%3E%3C/svg%3E");
            background-repeat: no-repeat;
            background-position: right 15px center;
            padding-right: 40px;
            transition: all 0.3s ease;
        }

        .fine-dining-booking-select:hover {
            background-color: rgba(255, 255, 255, 0.15);
            border-color: rgba(255, 255, 255, 0.5);
        }

        .fine-dining-booking-select:focus {
            outline: none;
            border-color: rgba(255, 255, 255, 0.5);
        }

        .fine-dining-booking-select option {
            background: #1a1a1a;
            color: #fff;
        }

        .fine-dining-submit-button {
            background: #b8884b;
            color: #fff;
            border: none;
            padding: 12px 30px;
            font-size: 13px;
            letter-spacing: 2px;
            cursor: pointer;
            text-transform: uppercase;
            transition: all 0.3s ease;
            font-weight: 600;
        }

        .fine-dining-submit-button:hover {
            background: #c9975b;
            transform: translateY(-2px);
            box-shadow: 0 5px 15px rgba(199, 151, 91, 0.4);
        }

        .fine-dining-navigation-arrow {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            background: rgba(255, 255, 255, 0.1);
            border: 1px solid rgba(255, 255, 255, 0.3);
            color: #fff;
            width: 50px;
            height: 50px;
            font-size: 24px;
            cursor: pointer;
            z-index: 4;
            transition: all 0.3s ease;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .fine-dining-navigation-arrow:hover {
            background: rgba(255, 255, 255, 0.2);
        }

        .fine-dining-arrow-left {
            left: 30px;
        }

        .fine-dining-arrow-right {
            right: 30px;
        }

        /* Specialties Section */
        .fine-dining-specialties-section {
            background: #f9f7f4;
            padding: 80px 50px;
        }

        .fine-dining-specialties-header {
            text-align: center;
            max-width: 800px;
            margin: 0 auto 80px;
        }

        .fine-dining-specialties-title {
            font-size: 42px;
            font-weight: 300;
            letter-spacing: 1px;
            color: #2c2c2c;
            line-height: 1.4;
            text-transform: uppercase;
        }

        .fine-dining-specialties-content-grid {
            max-width: 1200px;
            margin: 0 auto;
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 40px;
            align-items: center;
        }

        .fine-dining-specialties-images-container {
            position: relative;
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 20px;
            height: 650px;
        }

        .fine-dining-specialties-image-wrapper {
            position: relative;
            overflow: hidden;
        }

        .fine-dining-specialties-image-large {
            grid-row: span 2;
            height: 650px;
        }

        .fine-dining-specialties-image-small {
            height: 240px;
        }

        .fine-dining-specialties-image-overlap {
            position: absolute;
            left: 50%;
            bottom: 80px;
            width: 45%;
            height: 280px;
            z-index: 2;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
        }

        .fine-dining-specialties-image {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.5s ease;
        }

        .fine-dining-specialties-image-wrapper:hover .fine-dining-specialties-image {
            transform: scale(1.05);
        }

        .fine-dining-specialties-text-content {
            padding: 40px;
        }

        .fine-dining-specialties-label {
            font-size: 11px;
            letter-spacing: 3px;
            text-transform: uppercase;
            color: #b8884b;
            margin-bottom: 20px;
            font-weight: 400;
        }

        .fine-dining-specialties-subtitle {
            font-size: 36px;
            font-weight: 300;
            color: #2c2c2c;
            margin-bottom: 25px;
            line-height: 1.3;
            text-transform: uppercase;
        }

        .fine-dining-specialties-description {
            font-size: 15px;
            line-height: 1.8;
            color: #666;
            font-family: 'Arial', sans-serif;
        }

        /* Bottom Image Section */
        .fine-dining-bottom-images-section {
            width: 100%;
            height: 500px;
        }

        .fine-dining-bottom-image-wrapper {
            position: relative;
            overflow: hidden;
            width: 100%;
            height: 100%;
        }

        .fine-dining-bottom-image {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.5s ease;
        }

        .fine-dining-bottom-image-wrapper:hover .fine-dining-bottom-image {
            transform: scale(1.05);
        }

        /* Responsive Design */
        @media (max-width: 968px) {
            .fine-dining-slider-container {
                width: 100%;
            }

            .fine-dining-specialties-content-grid {
                grid-template-columns: 1fr;
                gap: 60px;
            }

            .fine-dining-specialties-text-content {
                order: 1;
                padding: 20px;
            }

            .fine-dining-specialties-images-container {
                order: 2;
            }
        }

        @media (max-width: 768px) {
            .fine-dining-main-title {
                font-size: 48px;
            }

            .fine-dining-content-wrapper {
                padding: 0 30px;
            }

            .fine-dining-booking-container {
                position: relative;
                bottom: auto;
                left: auto;
                right: auto;
                margin-top: 50px;
                padding: 0 30px;
            }

            .fine-dining-hero-section {
                flex-direction: column;
                justify-content: center;
            }

            .fine-dining-booking-form-wrapper {
                flex-direction: column;
                width: 100%;
            }

            .fine-dining-booking-select,
            .fine-dining-submit-button {
                width: 100%;
            }

            .fine-dining-navigation-arrow {
                width: 40px;
                height: 40px;
                font-size: 20px;
            }

            .fine-dining-arrow-left {
                left: 15px;
            }

            .fine-dining-arrow-right {
                right: 15px;
            }

            .fine-dining-specialties-section {
                padding: 60px 20px;
            }

            .fine-dining-specialties-title {
                font-size: 28px;
            }

            .fine-dining-specialties-subtitle {
                font-size: 24px;
            }

            .fine-dining-specialties-images-container {
                height: 500px;
                gap: 15px;
            }

            .fine-dining-specialties-image-large {
                height: 500px;
            }

            .fine-dining-specialties-image-small {
                height: 180px;
            }

            .fine-dining-specialties-image-overlap {
                left: 50%;
                bottom: 60px;
                width: 45%;
                height: 220px;
            }

            .fine-dining-bottom-images-section {
                height: 350px;
            }
        }


        /* Mobile menu toggle - Updated styles */
.mobile-menu-toggle {
    display: none;
    background: none;
    border: none;
    font-size: 1.8rem;
    cursor: pointer;
    color: #8B4513;
    padding: 5px;
    z-index: 1001;
    transition: all 0.3s ease;
}

.mobile-menu-toggle.active {
    color: #D4AF37;
}

/* Mobile menu overlay */
.mobile-menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.4s ease, visibility 0.4s ease;
    z-index: 998;
}

.mobile-menu-overlay.active {
    opacity: 1;
    visibility: visible;
}

/* Close button for mobile menu */
.mobile-menu-close {
    display: none;
    position: absolute;
    top: 20px;
    right: 20px;
    background: none;
    border: none;
    font-size: 2.5rem;
    color: #8B4513;
    cursor: pointer;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    z-index: 1002;
    line-height: 1;
}

.mobile-menu-close:hover {
    color: #D4AF37;
    transform: rotate(90deg);
}

/* Mobile Responsiveness - Updated */
@media (max-width: 768px) {
    .nav-menu {
        position: fixed;
        top: 0;
        right: -85%;
        width: 85%;
        max-width: 400px;
        height: 100vh;
        background: rgba(255, 255, 255, 0.98);
        backdrop-filter: blur(10px);
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 60px 30px;
        overflow: hidden;
        transition: right 0.4s ease;
        box-shadow: -2px 0 15px rgba(0, 0, 0, 0.2);
        z-index: 9999!important;
        gap: 0;
        opacity: 0;
        visibility: hidden;
    }

    .nav-menu.active {
        right: 0;
        opacity: 1;
        visibility: visible;
    }

    .mobile-menu-close {
        display: flex;
        left: 10px !important;
    }

    .nav-menu li {
        width: 100%;
        margin-bottom: 0;
        text-align: center;
    }

    .nav-menu a {
        display: block;
        padding: 20px 0;
        width: 100%;
        font-size: 1.1rem;
        border-bottom: 1px solid rgba(139, 69, 19, 0.1);
    }

    .book-now-btn {
        margin-top: 20px;
        text-align: center;
        display: block;
        width: auto;
        padding: 1rem 3rem;
        border-bottom: none;
    }

    .mobile-menu-toggle {
        display: block;
    }

    .hero h1 {
        font-size: 3rem;
        letter-spacing: 2px;
    }

    .hero p {
        font-size: 1rem;
    }

    .section-title {
        font-size: 2.5rem;
        letter-spacing: 2px;
    }

    .food-images {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .food-image {
        height: 250px;
    }

    .tagline {
        font-size: 2rem;
    }

    .split-section {
        flex-direction: column;
    }

    .split-content h2 {
        font-size: 2.2rem;
    }

    .split-right {
        padding: 3rem 2rem;
    }

    .nav-container {
        padding: 0 1rem;
    }

    .hero-content {
        padding: 0 1rem;
    }

    .fine-dining-slider-container {
        width: 100%;
    }

    .fine-dining-specialties-content-grid {
        grid-template-columns: 1fr;
        gap: 60px;
    }

    .fine-dining-specialties-text-content {
        order: 1;
        padding: 20px;
    }

    .fine-dining-specialties-images-container {
        order: 2;
    }

    .fine-dining-main-title {
        font-size: 48px;
    }

    .fine-dining-content-wrapper {
        padding: 0 30px;
    }

    .fine-dining-booking-container {
        position: relative;
        bottom: auto;
        left: auto;
        right: auto;
        margin-top: 50px;
        padding: 0 30px;
    }

    .fine-dining-hero-section {
        flex-direction: column;
        justify-content: center;
    }

    .fine-dining-booking-form-wrapper {
        flex-direction: column;
        width: 100%;
    }

    .fine-dining-booking-select,
    .fine-dining-submit-button {
        width: 100%;
    }

    .fine-dining-navigation-arrow {
        width: 40px;
        height: 40px;
        font-size: 20px;
    }

    .fine-dining-arrow-left {
        left: 15px;
    }

    .fine-dining-arrow-right {
        right: 15px;
    }

    .fine-dining-specialties-section {
        padding: 60px 20px;
    }

    .fine-dining-specialties-title {
        font-size: 28px;
    }

    .fine-dining-specialties-subtitle {
        font-size: 24px;
    }

    .fine-dining-specialties-images-container {
        height: 500px;
        gap: 15px;
    }

    .fine-dining-specialties-image-large {
        height: 500px;
    }

    .fine-dining-specialties-image-small {
        height: 180px;
    }

    .fine-dining-specialties-image-overlap {
        left: 50%;
        bottom: 60px;
        width: 45%;
        height: 220px;
    }

    .fine-dining-bottom-images-section {
        height: 350px;
    }


}

@media (max-width: 480px) {
    .hero h1 {
        font-size: 2.5rem;
    }

    .section-title {
        font-size: 2rem;
    }

    .tagline {
        font-size: 1.5rem;
    }

    .split-content h2 {
        font-size: 1.8rem;
    }

    .nav-menu {
        width: 90%;
        max-width: 320px;
        right: -90%;
    }

    .nav-menu.active {
        right: 0;
    }

    .nav-menu a {
        font-size: 1rem;
        padding: 18px 0;
    }

    .book-now-btn {
        padding: 0.9rem 2.5rem;
        font-size: 0.9rem;
    }
}



        /* Footer Styles */
        .footer {
            background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%);
            color: #ffffff;
            padding: 60px 20px 20px;
            position: relative;
            overflow: hidden;
        }

        .footer::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 4px;
            background: linear-gradient(90deg, #8B4513 0%, #D4AF37 50%, #8B4513 100%);
        }

        .footer-container {
            max-width: 1200px;
            margin: 0 auto;
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
            gap: 40px;
        }

        .footer-section {
            padding: 0 20px;
        }

        .footer-logo {
            font-family: 'Playfair Display', serif;
            font-size: 2rem;
            font-weight: 700;
            color: #D4AF37;
            margin-bottom: 20px;
            letter-spacing: 2px;
        }

        .footer-description {
            color: #b0b0b0;
            line-height: 1.8;
            margin-bottom: 25px;
            font-size: 0.95rem;
        }

        .footer-title {
            font-family: 'Playfair Display', serif;
            font-size: 1.3rem;
            font-weight: 600;
            color: #ffffff;
            margin-bottom: 20px;
            letter-spacing: 1px;
        }

        .footer-links {
            list-style: none;
        }

        .footer-links li {
            margin-bottom: 12px;
        }

        .footer-links a {
            color: #b0b0b0;
            text-decoration: none;
            transition: all 0.3s ease;
            display: inline-block;
            font-size: 0.95rem;
        }

        .footer-links a:hover {
            color: #D4AF37;
            transform: translateX(5px);
        }

        .contact-info {
            list-style: none;
        }

        .contact-info li {
            color: #b0b0b0;
            margin-bottom: 15px;
            display: flex;
            align-items: flex-start;
            gap: 12px;
            font-size: 0.95rem;
        }

        .contact-info svg {
            width: 20px;
            height: 20px;
            fill: #d4af37;
            flex-shrink: 0;
            margin-top: 2px;
        }

        /* Social Media Icons */
        .social-media {
            display: flex;
            gap: 15px;
            margin-top: 25px;
        }

        .social-icon {
            width: 45px;
            height: 45px;
            background: rgba(212, 175, 55, 0.1);
            border: 2px solid #ffffff;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: all 0.3s ease;
            cursor: pointer;
        }

        .social-icon:hover {
            background: #c35b00;
            transform: translateY(-5px);
            box-shadow: 0 5px 15px rgba(212, 175, 55, 0.4);
        }

        .social-icon svg {
            width: 22px;
            height: 22px;
            fill: #ffffff;
            transition: fill 0.3s ease;
        }

        .social-icon:hover svg {
            fill: #1a1a1a;
        }

        /* Newsletter */
        .newsletter-form {
            display: flex;
            margin-top: 20px;
            gap: 10px;
        }

        .newsletter-input {
            flex: 1;
            padding: 12px 15px;
            background: rgba(255, 255, 255, 0.1);
            border: 1px solid rgba(212, 175, 55, 0.3);
            color: #ffffff;
            border-radius: 5px;
            font-size: 0.95rem;
            transition: all 0.3s ease;
        }

        .newsletter-input:focus {
            outline: none;
            border-color: #D4AF37;
            background: rgba(255, 255, 255, 0.15);
        }

        .newsletter-input::placeholder {
            color: #888;
        }

        .newsletter-btn {
            padding: 12px 25px;
            background: #ffffff;
            color: #1a1a1a;
            border: none;
            border-radius: 5px;
            cursor: pointer;
            font-weight: 600;
            font-size: 0.95rem;
            transition: all 0.3s ease;
            text-transform: uppercase;
            letter-spacing: 1px;
        }

        .newsletter-btn:hover {
            background: #c9a034;
            transform: translateY(-2px);
            box-shadow: 0 5px 15px rgba(212, 175, 55, 0.4);
        }

        /* Footer Bottom */
        .footer-bottom {
            margin-top: 50px;
            padding-top: 25px;
            border-top: 1px solid rgba(255, 255, 255, 0.1);
            text-align: center;
            color: #888;
            font-size: 0.9rem;
        }

        .footer-bottom a {
            color: #D4AF37;
            text-decoration: none;
            transition: color 0.3s ease;
        }

        .footer-bottom a:hover {
            color: #c9a034;
        }

        /* Responsive */
        @media (max-width: 768px) {
            .footer-container {
                grid-template-columns: 1fr;
                text-align: center;
            }

            .contact-info li {
                justify-content: center;
            }

            .social-media {
                justify-content: center;
            }

            .newsletter-form {
                flex-direction: column;
            }

            .newsletter-btn {
                width: 100%;
            }
        }
