     
 @import url('https://fonts.googleapis.com/css2?family=Open+Sans&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');

      
      :root {
            --primary-color: #d4af37; /* Gold */
            --secondary-color: #1a1a1a; /* Dark */
            --accent-color: #c1272d; /* Red */
            --light-color: #f8f8f8;
            --text-color: NONOSS  - Fine Dining Experience;
            --text-light: #777;
            --transition: all 0.3s ease;
        }
        
        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
           
        }
        
        body {
             font-family: 'Open Sans', sans-serif;
              font-family: "Raleway", sans-serif;
            color: var(--text-color);
            line-height: 1.6;
            overflow-x: hidden;
            background-color: #fff;
            
        }


        html, body {
    overflow-x: hidden;
}
[data-aos] {
    max-width: 100%; /* prevent stretching */
}



.activee{
    color: #d4af37;
}

.alert-success {
    background: #d4edda;
    color: #155724;
    padding: 12px 20px;
    margin-bottom: 15px;
    border: 1px solid #c3e6cb;
    border-radius: 8px;
    font-weight: bold;
}
.alert-error {
    background: #f8d7da;
    color: #721c24;
    padding: 12px 20px;
    margin-bottom: 15px;
    border: 1px solid #f5c6cb;
    border-radius: 8px;
    font-weight: bold;
}
.header.scrolled .nav-link.active {
  color: #d4af37;
}
        /* Preloader Styles */
        .preloader {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: linear-gradient(135deg, #d4af37, #8a742b);
            display: flex;
            justify-content: center;
            align-items: center;
            z-index: 9999;
            transition: opacity 0.5s ease;
        }
        
        .preloader-inner {
            text-align: center;
        }
        
        .preloader-spinner {
            width: 50px;
            height: 50px;
            display: inline-block;
            border: 5px solid rgba(255, 255, 255, 0.3);
            border-radius: 50%;
            border-top-color: #fff;
            animation: spin 1s ease-in-out infinite;
            margin-bottom: 20px;
        }
        
        .preloader-text {
            color: white;
            font-size: 24px;
            font-weight: bold;
            letter-spacing: 2px;
        }
        
        @keyframes spin {
            to {
                transform: rotate(360deg);
            }
        }
        
        /* Responsive Design */
        @media (max-width: 768px) {
            .content {
                grid-template-columns: 1fr;
            }
            
            h1 {
                font-size: 2rem;
            }
        }
        h1, h2, h3, h4, h5, h6 {
            font-family: 'Playfair Display', serif;
             font-family: 'Open Sans', sans-serif;
              font-family: "Raleway", sans-serif;
            font-weight: 700;
            line-height: 1.3;
        }
        
        a {
            text-decoration: none;
            color: inherit;
            transition: var(--transition);
        }
        
        ul {
            list-style: none;
        }
        
        img {
            max-width: 100%;
            height: auto;
        }
        
        .container {
            width: 100%;
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 15px;
            /*  overflow: hidden;  */
        }
        
        .btn {
            display: inline-block;
            padding: 12px 30px;
            border-radius: 30px;
            font-weight: 500;
            text-transform: uppercase;
            letter-spacing: 1px;
            transition: var(--transition);
            border: 2px solid transparent;
        }
        
        .btn-primary {
            background-color: var(--primary-color);
            color: var(--secondary-color);
            border-color: var(--primary-color);
        }
        
        .btn-primary:hover {
            background-color: transparent;
            color: var(--primary-color);
        }
        
        .btn-outline {
            background-color: transparent;
            color: var(--primary-color);
            border-color: var(--primary-color);
        }
.btn-outlinee {
    display: inline-block;
    padding: 12px 30px;
    background-color: transparent;
    color: var(--primary-color);
    border: 2px solid var(--primary-color);
    border-radius: 30px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    font-size: 14px;
    line-height: 1;
    text-decoration: none;
}

.btn-outlinee:hover {
    background-color: var(--primary-color);
    color: #fff;
    box-shadow: 0 5px 15px rgba(212, 175, 55, 0.3);
    transform: translateY(-2px);
}

.btn-outlinee:active {
    transform: translateY(0);
    box-shadow: 0 2px 5px rgba(212, 175, 55, 0.3);
}

/* Optional ripple effect */
.btn-outlinee::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 5px;
    height: 5px;
    background: rgba(255, 255, 255, 0.5);
    opacity: 0;
    border-radius: 100%;
    transform: scale(1, 1) translate(-50%);
    transform-origin: 50% 50%;
}

.btn-outlinee:focus:not(:active)::after {
    animation: ripple 0.6s ease-out;
}

@keyframes ripple {
    0% {
        transform: scale(0, 0);
        opacity: 0.5;
    }
    100% {
        transform: scale(20, 20);
        opacity: 0;
    }
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .btn-outlinee {
        padding: 10px 20px;
        font-size: 13px;
    }
}
        .btn-outline:hover {
            background-color: var(--primary-color);
            color: var(--secondary-color);
        }
        
        .section-padding {
            padding: 100px 0;
        }
        
        .section-title {
            text-align: center;
            margin-bottom: 60px;
        }
        
        .section-title span {
            display: block;
            color: var(--primary-color);
            font-size: 18px;
            margin-bottom: 15px;
            text-transform: uppercase;
            letter-spacing: 2px;
        }
        
        .section-title h2 {
            font-size: 42px;
            position: relative;
            padding-bottom: 20px;
        }
        
        .section-title h2::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 50%;
            transform: translateX(-50%);
            width: 80px;
            height: 3px;
            background-color: var(--primary-color);
        }



/* About Header Section */
.about-header {
    position: relative;
    background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)),
                url('https://images.pexels.com/photos/958545/pexels-photo-958545.jpeg') 
                no-repeat center/cover;
    min-height: 50vh;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #fff;
    padding: 20px;
    overflow: hidden;
    display: none;
}





/* Header Styles */
.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    padding: 15px 0;
    transition: var(--transition, all 0.3s ease);
    background-color: transparent;
    background-color: white;

}

.header.scrolled {
    background-color: whitesmoke;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    
}

.header-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    
}

 .logo img {
    max-height: 70px;           /* Default size */
    width: auto;                /* Keeps proportions */
    height: auto;               /* Responsive scaling */
    transition: var(--transition, all 0.3s ease);
}

/* When scrolling, shrink logo a bit */
.header.scrolled .logo img {
    max-height: 60px;
}

/* Tablets */
@media (max-width: 768px) {
    .logo img {
        max-height: 60px;
    }
}

/* Small phones */
@media (max-width: 480px) {
    .logo img {
        max-height: 45px;  /* smaller but still clear */
    }
}

/* Navigation */
.nav-menu {
    display: flex;
    align-items: center;
}

.nav-list {
    display: flex;
    margin-right: 30px;
    gap: 20px;
}

.nav-item {
    position: relative;
}

.nav-link {
    color: #333;
    font-weight: 700;
    padding: 10px 0;
    position: relative;
    font-size: 1.1rem;
    transition: var(--transition, all 0.3s ease);
    text-decoration: none;
}

.header.scrolled .nav-link {
    color: #333;
}

.nav-link::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background-color: var(--primary-color, #e74c3c);
    transition: var(--transition, all 0.3s ease);
}

.nav-link:hover,
.nav-link:focus,
.nav-link.active {
    color: var(--primary-color, #e74c3c);
}

.nav-link:hover::after,
.nav-link:focus::after,
.nav-link.active::after {
    width: 100%;
}

/* Dropdown Menu */
.dropdown-menu {
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    width: 200px;
    background-color: #fff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    padding: 10px 0;
    opacity: 0;
    visibility: hidden;
    transition: var(--transition, all 0.3s ease);
    z-index: 1001;
}

.nav-item:hover .dropdown-menu,
.nav-item:focus-within .dropdown-menu {
    opacity: 1;
    visibility: visible;
}

.dropdown-item {
    display: block;
    padding: 8px 20px;
    color: var(--text-color, #333);
    text-decoration: none;
    transition: var(--transition, all 0.3s ease);
}

.dropdown-item:hover,
.dropdown-item:focus {
    color: var(--primary-color, #e74c3c);
    background-color: #f9f9f9;
}

/* Mobile Menu Toggle (Add this button in your HTML) */
.mobile-menu-btn {
    display: none;
    background: none;
    border: none;
    color: white;
    font-size: 1.5rem;
    cursor: pointer;
}

.header.scrolled .mobile-menu-btn {
    color: #333;
}

/* Responsive Design */
@media (max-width: 992px) {
    .nav-list {
        position: fixed;
        top: 0;
        right: -100%;
        width: 280px;
        height: 100vh;
        background-color: whitesmoke;
        flex-direction: column;
        padding: 80px 20px 20px;
        margin-right: 0;
        transition: var(--transition, all 0.3s ease);
    }

    .nav-list.active {
        right: 0;
    }

    .nav-link {
        color: #333;
        padding: 12px 0;
    }

    .dropdown-menu {
        position: static;
        width: 100%;
        box-shadow: none;
        opacity: 1;
        visibility: visible;
        max-height: 0;
        overflow: hidden;
        padding: 0;
        transition: max-height 0.3s ease;
    }

    .nav-item:hover .dropdown-menu,
    .nav-item:focus-within .dropdown-menu {
        max-height: 500px;
        padding: 10px 0;
    }

    .mobile-menu-btn {
        display: block;
    }
}

/* =========================Fallback for CSS Variables ==============*/
/* :root {
    --primary-color: #e74c3c;
    --text-color: #333;
    --transition: all 0.3s ease;
}  */
/* Login Button Styles */
.login-button {

    color: var(--primary-color);
    font-weight: 700;

}

.login-button i {
    font-size: 20px;
    transition: transform 0.3s ease;
    padding-right: 1rem;
}

/* Hover Effects */
.login-button:hover {
    color:orange; /* Darker shade */
    background-color: transparent;
}





        /* Add this to your CSS section */
/* CART STYLES */
.cart-btn {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: transparent;
    border: none;
    cursor: pointer;
    color: var(--light-color);
    font-size: 20px;
    transition: all 0.3s ease;
    
}

.cart-count {
    position: absolute;
    top: -5px;
    right: -5px;
    width: 20px;
    height: 20px;
    background-color: var(--accent-color);
    color: #fff;
    border-radius: 50%;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
}

/* Full Screen Cart Overlay */
.cart-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 9998;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.cart-overlay.active {
    opacity: 1;
    visibility: visible;
}

/* Cart Dropdown/Sidebar */
.cart-dropdown {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    max-width: 400px;
    height: 100%;
    background: #fff;
    box-shadow: -5px 0 15px rgba(0, 0, 0, 0.1);
    padding: 30px;
    overflow-y: auto;
    transition: all 0.3s ease;
    z-index: 9999;
    display: flex;
    flex-direction: column;
    
}

.cart-dropdown.active {
    right: 0;
}

/* Cart Header */
.cart-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
    
}

.cart-title {
    font-size: 24px;
    font-weight: 600;
    color: var(--secondary-color);
    margin: 0;
}

.close-cart {
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
    color: var(--text-color);
    transition: all 0.3s ease;
    padding: 5px;
}

.close-cart:hover {
    color: var(--accent-color);
    transform: rotate(90deg);
}

/* Cart Items */
.cart-items {
    flex: 1;
    max-height: calc(100vh - 250px);
    overflow-y: auto;
    margin-bottom: 20px;
   
}

.empty-cart {
    text-align: center;
    padding: 40px 20px;
    color: var(--text-light);
    font-size: 16px;
}

.empty-cart i {
    font-size: 40px;
    color: #d61515;
    margin-bottom: 15px;
    display: block;
}

/* Cart Item */
.cart-item {
    display: flex;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #f5f5f5;
    align-items: center;
}

.cart-item-img {
    width: 80px;
    height: 80px;
    background-size: cover;
    background-position: center;
    border-radius: 5px;
    margin-right: 15px;
    flex-shrink: 0;
}

.cart-item-details {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.cart-item-title {
    font-weight: 600;
    margin-bottom: 5px;
    color: var(--secondary-color);
    font-size: 16px;
}

.cart-item-price {
    color: var(--primary-color);
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 10px;
}

.cart-item-remove {
    color: #999;
    cursor: pointer;
    font-size: 14px;
    transition: all 0.3s ease;
    background: none;
    border: none;
    padding: 0;
    text-align: left;
}

.cart-item-remove:hover {
    color: var(--accent-color);
}

.quantity-controls {
    display: flex;
    align-items: center;
    margin-top: 10px;
}

.quantity-btn {
    width: 28px;
    height: 28px;
    background: #f5f5f5;
    border: none;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 14px;
}

.quantity-btn:hover {
    background: var(--primary-color);
    color: #fff;
}

.quantity {
    margin: 0 12px;
    font-weight: 600;
    min-width: 20px;
    text-align: center;
}

/* Cart Footer */
.cart-footer {
    margin-top: auto;
    padding-top: 20px;
    border-top: 1px solid #eee;
}

.cart-total {
    display: flex;
    justify-content: space-between;
    margin-bottom: 25px;
    font-weight: 600;
    font-size: 18px;
    
}

.cart-total span:last-child {
    color: var(--primary-color);
}

/* .cart-buttons  {
    display: flex;
    flex-direction: column;
    gap: 10px;

} */
.btn-checkout {
    width: 100%;
    padding: 15px;
    background-color: var(--primary-color);
    color: #fff;
    border: none;
    border-radius: 5px;
    font-weight: 600;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-align: center;
    
}

.btn-checkout:hover {
    background-color: var(--secondary-color);
}

.btn-continue {
    width: 100%;
    padding: 15px;
    background: none;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-weight: 600;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-align: center;
    
}

.btn-continue:hover {
    border-color: var(--primary-color);
    color: var(--primary-color);
}

/* Cart Message Notification */
.cart-message {
    position: fixed;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    background: var(--secondary-color);
    color: #fff;
    padding: 12px 25px;
    border-radius: 30px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    opacity: 0;
    transition: all 0.3s ease;
    z-index: 9999;
    font-size: 14px;
    font-weight: 500;
}

.cart-message.show {
    opacity: 1;
    bottom: 50px;
}

/* Responsive Adjustments */
@media (max-width: 767px) {
    .cart-dropdown {
        max-width: 100%;
        padding: 20px 15px;
    }
    
    .cart-header {
        margin-bottom: 20px;
    }
    
    .cart-title {
        font-size: 20px;
    }
    
    .cart-item {
        flex-direction: column;
    }
    
    .cart-item-img {
        width: 100%;
        height: 150px;
        margin-right: 0;
        margin-bottom: 15px;
    }
    
    .cart-buttons {
        flex-direction: column;
    }
}

/* Animation for empty cart */
@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
    40% {transform: translateY(-10px);}
    60% {transform: translateY(-5px);}
}

.empty-cart i {
    animation: bounce 2s infinite;
}
       






/*-------------=========== Header Buttons =============*/

        .header-actions {
            display: flex;
            align-items: center;
        }
        
        .cart-btn {
            position: relative;
            margin-right: 20px;
            color: var(--primary-color);
            font-size: 20px;
        }
        
        .header.scrolled .cart-btn {
            color: var(--primary-color);
        }
        
        .cart-count {
            position: absolute;
            top: -10px;
            right: -10px;
            width: 20px;
            height: 20px;
            background-color: var(--accent-color);
            color: #fff;
            border-radius: 50%;
            font-size: 12px;
            display: flex;
            align-items: center;
            justify-content: center;
        }
        
        /* Mobile Menu */
        .mobile-menu-btn {
            display: none;
            background: none;
            border: none;
            color: var(--primary-color);
            font-size: 24px;
            cursor: pointer;
            padding-left: 1rem;
        }
        
        .header.scrolled .mobile-menu-btn {
            color:black;
            padding-left: 1rem;
        }
        
        .mobile-menu {
            position: fixed;
            top: 0;
            left: -100%;
            width: 300px;
            height: 100vh;
            background-color: whitesmoke;
            z-index: 9999;
            padding: 30px;
            transition: var(--transition);
            overflow-y: auto;
        }
        
        .mobile-menu.active {
            left: 0;
        }
        
        .mobile-menu-header {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 30px;
        }
        
        .close-mobile-menu {
            background: none;
            border: none;
            color: black;
            font-size: 24px;
            cursor: pointer;
        }
        
        .mobile-nav-list {
            margin-bottom: 30px;
        }
        
        .mobile-nav-item {
            margin-bottom: 15px;
            border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        }
        
        .mobile-nav-link {
            display: block;
            color: #0a0a0a;
            padding: 10px 0;
        }
        
        .mobile-dropdown-menu {
            padding-left: 20px;
            display: none;
        }
        
        .mobile-dropdown-item {
            display: block;
            padding: 8px 0;
            color: #0a0a0a;
            opacity: 0.8;
        }
        
        .mobile-dropdown-toggle {
            display: flex;
            justify-content: space-between;
            align-items: center;
        }
        
        .mobile-dropdown-toggle i {
            transition: var(--transition);
        }
        
        .mobile-dropdown-toggle.active i {
            transform: rotate(180deg);
        }
        

        
        /* Hero Section */
 /*        .hero {
            height: 100vh;
            min-height: 700px;
            background-size: cover;
            background-position: center;
            display: flex;
            align-items: center;
            position: relative;
            color: #fff;
        }
        
        .hero::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.5);
        }
        
        .hero-content {
            position: relative;
            z-index: 1;
            max-width: 800px;
        }
        
        .hero-subtitle {
            display: block;
            font-size: 18px;
            color: var(--primary-color);
            margin-bottom: 20px;
            text-transform: uppercase;
            letter-spacing: 3px;
        }
        
        .hero-title {
            font-size: 60px;
            margin-bottom: 25px;
            line-height: 1.2;
        }
        
        .hero-text {
            font-size: 18px;
            margin-bottom: 35px;
            opacity: 0.9;
        } */
        
/* Hero Base Styles */
.banner {
  position: relative;
  height: 100vh;
  min-height: 700px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  overflow: hidden;
  text-align: center;
}

/* background video */
.banner-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

/* dark overlay */
.banner-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.5);
   background: linear-gradient(to top, rgba(0, 0, 0, 1.922), rgba(0,0,0,0.1));
  z-index: 1;
}

/* slides wrapper */
.banner-carousel {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  padding: 0 20px;
}

/* individual slides */
.banner-slide { display: none; animation: fadeIn 0.8s ease-in-out; }
.banner-slide.active { display: block; }

.hero-subtitle { /* you asked to keep this class name */
  display: block;
  font-size: 18px;
  color: #FFD700;
  margin-bottom: 20px;
  letter-spacing: 3px;
  text-transform: uppercase;
  padding-bottom: 1rem;
}

/* Default (large screens) */
.banner-title {
  font-size: 80px;
  line-height: 1.2;
  margin-bottom: 13px;
  padding-bottom: 1rem;
}

.banner-text {
  font-size: 18px;
  opacity: 0.9;
  margin-bottom: 25px;
}

.banner-buttons { display: flex; gap: 12px; justify-content: center; }

@keyframes fadeIn {
  from { opacity: 0; transform: translateY(18px); }
  to   { opacity: 1; transform: translateY(0); }
}
.carousel-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0,0,0,0.5);
  border: none;
  color: #fff;
  font-size: 32px;
  padding: 10px 16px;
  cursor: pointer;
  z-index: 3;
  border-radius: 0%;
  transition: background 0.3s;
}

.carousel-arrow:hover {
  background: rgba(255,215,0,0.8); /* gold hover */
  color: #000;
}

.carousel-arrow.left { left: 20px; }
.carousel-arrow.right { right: 20px; }


/* Tablet screens (<= 992px) */
@media (max-width: 992px) {
  .banner-title {
    font-size: 56px;
  }
  .banner-text {
    font-size: 16px;
  }
}

/* Small tablets / large phones (<= 768px) */
@media (max-width: 768px) {
  .banner-title {
    font-size: 30px;
  }
  .banner-text {
    font-size: 15px;
  }
}

/* Phones (<= 576px) */
@media (max-width: 576px) {
  .banner-title {
    font-size: 30px;
  }
  .banner-text {
    font-size: 17px;
  }
  .her-subtitle {
    font-size:20px;
    letter-spacing: 2px;
  }
   .banner-buttons {
    flex-direction: column;
    gap: 20px;
  }
  .banner-buttons a {
    width: 100%;
    max-width: 260px;
    margin: 0 auto;
  }
}







        /* Indicators */
        .carousel-indicators {
            position: absolute;
            bottom: 100px;
            left: 0;
            right: 0;
            display: flex;
            justify-content: center;
            gap: 10px;
            z-index: 4;
        }

        .indicator {
            width: 12px;
            height: 12px;
            border-radius: 50%;
            background-color: rgba(255, 255, 255, 0.5);
            cursor: pointer;
            transition: all 0.3s;
        }

        .indicator.active {
            background-color: white;
            transform: scale(1.2);
        }

        /* Responsive Design */
        @media (max-width: 992px) {
            .hero-title {
                font-size: 70px;
            }
            

        }

        @media (max-width: 768px) {
           
            
            .carousel-arrow {
                width: 40px;
                height: 40px;
                font-size: 18px;
            }
            

        }

        @media (max-width: 576px) {
            
            
            .carousel-arrow {
                width: 35px;
                height: 35px;
                font-size: 16px;
                padding: 10px;
            }
            
            .carousel-indicators {
                bottom: 80px;
            }
            
            .indicator {
                width: 10px;
                height: 10px;
            }
        }














        /* About Section Styles */
.about {
    padding: 100px 0;
    background-color: #f9f5f0;
    position: relative;
    overflow: hidden;
}

.about-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 50px;
}

.about-content {
    flex: 1;
    min-width: 300px;
    padding: 20px;
}

.about-image {
    flex: 1;
    min-width: 300px;
    position: relative;
}

.section-header {
    margin-bottom: 30px;
}

.section-subtitle {
    display: block;
    font-size: 1.1rem;
    color: #d4a762;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-bottom: 10px;
    font-weight: 600;
}

.section-title {
    font-size: 2.5rem;
    color: #2c3e50;
    margin-bottom: 15px;
    font-weight: 700;
    line-height: 1.2;
}

.divider {
    width: 80px;
    height: 4px;
    background: #d4a762;
    margin: 20px 0;
}

.about-text p {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #555;
    margin-bottom: 20px;
}

.highlight {
    font-style: italic;
    position: relative;
    padding-left: 20px;
    border-left: 3px solid #d4a762;
}

.signature {
    margin: 30px 0;
    display: flex;
    align-items: center;
    gap: 15px;
}

.signature-img {
    height: 50px;
    opacity: 0.9;
}

.signature-name {
    font-weight: 600;
    color: #2c3e50;
}



.image-frame {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.image-frame img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.5s ease;
}

.image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0.3) 100%);
}

.years-badge {
    position: absolute;
    bottom: -20px;
    right: -20px;
    background: white;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    text-align: center;
    z-index: 2;
}

.years-number {
    display: block;
    font-size: 2.5rem;
    font-weight: 700;
    color: #d4a762;
    line-height: 1;
}

.years-text {
    display: block;
    font-size: 0.9rem;
    color: #2c3e50;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
} 

/* Responsive Styles */
@media (max-width: 992px) {
    .about-wrapper {
        flex-direction: column;
    }
    
    .about-content, .about-image {
        flex: none;
        width: 100%;
    }
    
    .about-image {
        order: -1;
    }
    
    .section-title {
        font-size: 2.2rem;
    }
}

@media (max-width: 768px) {
    .about {
        padding: 70px 0;
    }
    
    .section-title {
        font-size: 2rem;
    }
    
    .years-badge {
        right: 0;
        bottom: 0;
    }
}

@media (max-width: 576px) {
    .section-title {
        font-size: 1.8rem;
    }
    
    .about-text p {
        font-size: 1rem;
    }
    
    .btn-primary {
        padding: 10px 20px;
        font-size: 0.9rem;
    }
    
    .years-badge {
        padding: 15px;
    }
    
    .years-number {
        font-size: 2rem;
    }
}

        
       /* Menu Tabs */
.menu-tabs {
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
    flex-wrap: wrap;
    gap: 10px;
}

.menu-tab {
    padding: 12px 25px;
    background: none;
    border: 2px solid var(--primary-color);
    font-weight: 500;
    color: var(--text-color);
    border-radius: 30px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.menu-tab.active {
    background-color: var(--primary-color);
    color: #fff;
}

.menu-tab:not(.active):hover {
    background-color: var(--primary-color);
    color: #fff;
}

/* Menu Grid */
.menu-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 25px;
}

/* Menu Item */
.menu-item {
    background-color: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0,0,0,0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.menu-item:hover {
    transform: translateY(-8px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.12);
}

.menu-item-img {
    height: 220px;
    background-size: cover;
    background-position: center;
}

.menu-item-content {
    padding: 20px;
}

.menu-item-header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    align-items: center;
}

.menu-item-title {
    font-size: 20px;
    font-weight: 600;
    color: #333;
}

.menu-item-price {
    color: var(--primary-color);
    font-weight: 700;
    font-size: 20px;
}

.menu-item-desc {
    color: #666;
    font-size: 15px;
    margin-bottom: 15px;
}

.add-to-cart {
    display: inline-block;
    padding: 8px 16px;
    border: 1px solid var(--primary-color);
    border-radius: 30px;
    color: var(--primary-color);
    font-size: 14px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.add-to-cart:hover {
    background-color: var(--primary-color);
    color: #fff;
}

/* Responsive */
@media (max-width: 768px) {
    .menu-item-img {
        height: 180px;
    }

    .menu-item-title {
        font-size: 18px;
    }

    .menu-item-price {
        font-size: 18px;
    }
}

       
        
        /* Services Section */
        .services-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 30px;
        }
        
        .service-card {
            background-color: #fff;
            padding: 40px 30px;
            text-align: center;
            border-radius: 10px;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
            transition: var(--transition);
        }
        
        .service-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
        }
        
        .service-icon {
            width: 80px;
            height: 80px;
            background-color: rgba(212, 175, 55, 0.1);
            color: var(--primary-color);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 36px;
            margin: 0 auto 25px;
        }
        
        .service-title {
            font-size: 22px;
            margin-bottom: 15px;
        }


        
        /* Testimonials Section */
        /* .testimonials {
            background-color: #f9f9f9;
        } */
        /* Testimonials Section */
.testimonials {
    padding: 80px 0;
    position: relative;
}

.section-title {
    text-align: center;
    margin-bottom: 50px;
}

.section-title span {
    color: #d4a762;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 2px;
    display: block;
    margin-bottom: 15px;
}

.section-title h2 {
    font-size: 36px;
    font-weight: 700;
    color: #3d3d3d;
    margin: 0;
}

.testimonials-slider {
    max-width: 800px;
    margin: 0 auto;
    position: relative;
}

.testimonial-slide {
    display: none;
    animation: fadeIn 0.5s ease-in-out;
}

.testimonial-slide.active {
    display: block;
}

.testimonial-content {
    background: #fff;
    padding: 40px;
    border-radius: 5px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    text-align: center;
    position: relative;
}

.testimonial-content::before {
    content: '"';
    font-size: 80px;
    color: #d4a762;
    opacity: 0.2;
    position: absolute;
    top: 20px;
    left: 20px;
    line-height: 1;
}

.testimonial-text p {
    font-size: 18px;
    line-height: 1.6;
    color: #555;
    margin-bottom: 30px;
    font-style: italic;
}

.testimonial-author h4 {
    font-size: 20px;
    font-weight: 700;
    color: #222;
    margin-bottom: 5px;
}

.testimonial-author span {
    font-size: 14px;
    color: #777;
}

/* Slider Controls */
.slider-controls {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
}

.slider-prev, .slider-next {
    background: #d4a762;
    color: #fff;
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    font-size: 20px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.slider-prev:hover, .slider-next:hover {
    background: #c1914d;
}

.slider-prev {
    margin-right: 15px;
}

.slider-next {
    margin-left: 15px;
}

.slider-dots {
    display: flex;
    gap: 10px;
}

.slider-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #ddd;
    cursor: pointer;
    transition: all 0.3s ease;
}

.slider-dot.active {
    background: #d4a762;
}

/* Animation */
@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

/* Responsive */
@media (max-width: 768px) {
    .testimonials {
        padding: 60px 0;
    }
    
    .testimonial-content {
        padding: 30px 20px;
    }
    
    .testimonial-text p {
        font-size: 16px;
    }
}

     


           /* Reservation Section */
.reservation {
    position: relative;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.reservation::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.7) 100%);
}

.container {
    position: relative;
    z-index: 2;
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 20px;
}

.section-title {
    text-align: center;
    margin-bottom: 50px;
}

.section-subtitle {
    display: block;
    font-size: 18px;
    color: var(--primary-color);
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 3px;
}

.section-heading {
    font-size: 42px;
    margin: 0 0 15px;
    color: #fff;
    line-height: 1.2;
}

.section-description {
    color: rgba(255, 255, 255, 0.8);
    font-size: 18px;
    max-width: 600px;
    margin: 0 auto;
}


/* Reservation Form */
.reservation-form {
    background-color: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    border-radius: 12px;
    padding: 40px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
}


 #ec{
  color: white;
}
.form-row {
    display: flex;
    gap: 30px;
    margin-bottom: 25px;
}

.form-group {
    flex: 1;
    margin-bottom: 0;
}

label {
    display: block;
    margin-bottom: 10px;
    color: #fff;
    font-weight: 500;
    font-size: 15px;
}

.input-with-icon {
    position: relative;
}


.input-with-icon i {
    position: absolute;
    left: 18px;
    top: 50%;
    transform: translateY(-50%);
    color: #c1914d;
    font-size: 16px;
   
}

.form-control {
    width: 100%;
    padding: 15px 20px 15px 50px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background-color: rgba(255, 255, 255, 0.05);
    color: #d41313;
    color: #c1914d;
    border-radius: 8px;
    transition: all 0.3s ease;
    font-size: 16px;
    height: 52px;
}

.form-control:focus {
    outline: none;
    border-color: var(--primary-color);
    background-color: rgba(255, 255, 255, 0.1);
    box-shadow: 0 0 0 3px rgba(220, 53, 69, 0.2);
}

.form-control::placeholder {
    color: rgba(255, 255, 255, 0.5);
}

select.form-control {
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='%23ffffff' viewBox='0 0 16 16'%3E%3Cpath d='M7.247 11.14 2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 15px center;
    background-size: 12px;
}

textarea.form-control {
    min-height: 120px;
    resize: vertical;
    padding: 15px 20px;
}

/* Submit Button */
.reservation-form .form-submit {
    text-align: center;
    margin-top: 30px;
}

.reservation-form .btn-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: var(--primary-color);
    color: white;
    border: none;
    padding: 16px 35px;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(220, 53, 69, 0.3);
}

.reservation-form .btn-primary:hover {
    background-color: #c82333;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(220, 53, 69, 0.4);
}

.reservation-form .btn-primary i {
    margin-left: 10px;
    transition: transform 0.3s ease;
}

.reservation-form .btn-primary:hover i {
    transform: translateX(3px);
}

.form-note {
    color: rgba(255, 255, 255, 0.6);
    font-size: 14px;
    margin-top: 15px;
}

/* Responsive Design */
@media (max-width: 768px) {
    .form-row {
        flex-direction: column;
        gap: 25px;
    }
    
    .reservation-form {
        padding: 30px;
    }
    
    .section-heading {
        font-size: 36px;
    }
}

@media (max-width: 576px) {
    .reservation-form {
        padding: 25px 20px;
    }
    
    .section-heading {
        font-size: 32px;
    }
    
    .section-subtitle {
        font-size: 16px;
    }
    
    .form-control {
        padding: 14px 20px 14px 45px;
    }
    
    .input-with-icon i {
        left: 15px;
        font-size: 15px;
    }
}
   


        /* Blog Section */
        .blog-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 2fr));
            gap: 30px;
        }
        
        .blog-card {
            background-color: #fff;
            border-radius: 10px;
            overflow: hidden;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
            transition: var(--transition);
        }
        
        .blog-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
        }
        
        .blog-img {
            height: 250px;
            background-size: cover;
            background-position: center;
        }
        
        .blog-content {
            padding: 30px;
        }
        
        .blog-meta {
            display: flex;
            align-items: center;
            margin-bottom: 15px;
            color: var(--text-light);
            font-size: 14px;
        }
        
        .blog-date {
            color: var(--primary-color);
            margin-right: 20px;
        }
        
        .blog-title {
            font-size: 22px;
            margin-bottom: 15px;
        }
        
        .blog-excerpt {
            margin-bottom: 20px;
            color: var(--text-light);
        }
        

/* Gallery Section */
#gallery {
  padding: 60px 0;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 15px;
}

.gallery-item {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .4s ease;
}

.gallery-item:hover img {
  transform: scale(1.1);
}


        /* Newsletter Section */
.newsletter {
    background-color: var(--secondary-color);
    background: url(https://images.pexels.com/photos/1639557/pexels-photo-1639557.jpeg) no-repeat center center/cover;
    color: #fff;
    padding: 80px 20px;
    position: relative;
    text-align: center;
}

.newsletter::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
}

.newsletter-content {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 100%;
}

.newsletter-title {
    font-size: clamp(24px, 4vw, 36px);
    margin-bottom: 20px;
}

.newsletter-text {
    margin-bottom: 30px;
    opacity: 0.9;
    max-width: 600px;
}

.newsletter-form {
    display: flex;
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
}

.newsletter-input {
    flex: 1;
    padding: 15px 20px;
    border: none;
    border-radius: 30px 0 0 30px;
    font-size: 16px;
}

.newsletter-btn {
    padding: 15px 30px;
    background-color: var(--primary-color);
    color: #fff;
    border: none;
    border-radius: 0 30px 30px 0;
    font-weight: 500;
    cursor: pointer;
    transition: var(--transition);
}

.newsletter-btn:hover {
    background-color: #e6c84e;
}

/* Mobile Responsiveness */
@media (max-width: 768px) {
    .newsletter {
        padding: 60px 20px;
    }
    
    .newsletter-form {
        flex-direction: column;
        gap: 10px;
    }
    
    .newsletter-input,
    .newsletter-btn {
        width: 100%;
        border-radius: 30px;
    }
}
        /* Footer */
        .footer {
            background-color: var(--secondary-color);
            color: #fff;
            padding-top: 100px;
            position: relative;
        }
        
        .footer::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-image: url('assets/img/footer-bg.jpg');
            background-size: cover;
            background-position: center;
            opacity: 0.1;
            z-index: 0;
        }
        
        .footer-content {
            position: relative;
            z-index: 1;
        }
        
        .footer-widgets {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
            gap: 40px;
            margin-bottom: 70px;
        }
        
        .footer-logo {
            margin-bottom: 25px;
        }
        
        .footer-logo img {
            max-height: 60px;
        }
        
        .footer-about {
            margin-bottom: 25px;
            opacity: 0.8;
        }
        
        .footer-title {
            font-size: 20px;
            margin-bottom: 30px;
            position: relative;
            padding-bottom: 15px;
        }
        
        .footer-title::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            width: 50px;
            height: 2px;
            background-color: var(--primary-color);
        }
        
        .footer-links li {
            margin-bottom: 15px;
        }
        
        .footer-link {
            color: rgba(255, 255, 255, 0.8);
            transition: var(--transition);
        }
        
        .footer-link:hover {
            color: var(--primary-color);
            padding-left: 5px;
        }
        
        .footer-contact li {
            margin-bottom: 15px;
            display: flex;
            align-items: center;
        }
        
        .footer-contact i {
            width: 40px;
            height: 40px;
            background-color: rgba(255, 255, 255, 0.1);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-right: 15px;
            color: var(--primary-color);
        }
        
        .footer-bottom {
            border-top: 1px solid rgba(255, 255, 255, 0.1);
            padding: 30px 0;
        }
        
        .footer-bottom-content {
            display: flex;
            justify-content: space-between;
            align-items: center;
        }
        
        .copyright {
            opacity: 0.8;
        }
        
        .copyright a {
            color: var(--primary-color);
        }
        
        .social-links {
            display: flex;
        }
        
        .social-link {
            width: 40px;
            height: 40px;
            background-color: rgba(255, 255, 255, 0.1);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-left: 10px;
            color: #fff;
            transition: var(--transition);
        }
        
        .social-link:hover {
            background-color: var(--primary-color);
            color: var(--secondary-color);
        }
        
        /* Back to Top */
        .back-to-top {
            position: fixed;
            bottom: 30px;
            right: 30px;
            width: 50px;
            height: 50px;
            background-color: var(--primary-color);
            color: var(--secondary-color);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 20px;
            opacity: 0;
            visibility: hidden;
            transition: var(--transition);
            z-index: 999;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
        }
        
        .back-to-top.active {
            opacity: 1;
            visibility: visible;
        }
        
        .back-to-top:hover {
            background-color: var(--secondary-color);
            color: var(--primary-color);
        }
        
        /* Responsive Styles */
        @media (max-width: 1199px) {
            .hero-title {
                font-size: 50px;
            }
            
            .section-title h2 {
                font-size: 36px;
            }
        }
        
        @media (max-width: 991px) {
            .hero-title {
                font-size: 42px;
            }
            
            .nav-menu {
                display: none;
            }
.btn-outlineee {
    display:none;

}
            .mobile-menu-btn {
                display: block;
            }
            
            .about-content {
                padding-right: 0;
                margin-bottom: 50px;
            }
        }
        
        @media (max-width: 767px) {
            .section-padding {
                padding: 80px 0;
            }
            
            .hero {
                min-height: 600px;
            }
            
            .hero-title {
                font-size: 36px;
            }
            
            .hero-text {
                font-size: 16px;
            }
            
            .section-title h2 {
                font-size: 32px;
            }
            
            .newsletter-form {
                flex-direction: column;
            }
            
            .newsletter-input {
                border-radius: 30px;
                margin-bottom: 15px;
            }
            
            .newsletter-btn {
                border-radius: 30px;
            }
            
            .footer-bottom-content {
                flex-direction: column;
                text-align: center;
            }
            
            .social-links {
                margin-top: 20px;
                justify-content: center;
            }
        }
        
        @media (max-width: 575px) {
            .hero-title {
                font-size: 32px;
            }
            
            .hero-subtitle {
                font-size: 16px;
            }
            
            .section-title h2 {
                font-size: 28px;
            }
            
            .menu-grid {
                grid-template-columns: 1fr;
            }
            
            .blog-grid {
                grid-template-columns: 1fr;
            }
        }