 :root {
      --primary-yellow: #fabb18;
      --dark-bg: #111111;
      --card-bg: #1a1a1a;
      --font-heading: 'Oswald', sans-serif;
      --font-accent: 'Great Vibes', cursive;
      --font-body: 'Montserrat', sans-serif;
    }


.merienda-<uniquifier> {
  font-family: "Merienda", cursive;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}
    body {
      background-color: var(--dark-bg);
      color: #ffffff;
      font-family: var(--font-body);
      overflow-x: hidden;
    }

    h1, h2, h3, h4, h5, .nav-link, .btn {
      font-family: var(--font-heading);
      text-transform: uppercase;
      letter-spacing: 1px;
    }

    .accent-text {
      font-family: var(--font-accent);
      color: var(--primary-yellow);
      text-transform: none;
      font-size: 1.8rem;
    }
.navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute;
        background-color: #000;}
   .dropdown-item {
    display: block;
    width: 100%;
    padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
    clear: both;
    font-weight: 400;
    color: #ffffff;
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: #000000;
    border: 0;
    border-radius: var(--bs-dropdown-item-border-radius, 0);
    font-family: var(--font-heading);
    
}
   .text-primary {color: rgb
#fabb18
(250 187 24) !important;
}
        .custom-box {
    
    border: 1px dashed #fabb18;
    border-radius: 8px;
    padding: 3px;
    text-align: center;
    transition: 0.3s;
    background-color: #000;}
       
     
.custom-box h5 {
    font-size: 15px;
    color: #fff;
    padding: 4px;padding-top: 12px;
}.align-items-baseline {
    align-items: baseline !important;
    /* margin-bottom: 10px; */
    margin-top: 10px;}
   
   
.text-primary {
    color: rgb(250 187 24) !important;
}
    
   .list-unstyled {
    padding-left: 0;
    list-style: none;
    line-height: 38px;
    font-family: "Merienda", cursive;
    font-size: 20px;
}
    /* Navbar */
    .navbar {
      background-color: rgba(0, 0, 0, 0.9);
      border-bottom: 1px solid #222;
      z-index: 1030;
    }
    .navbar-brand {
      color: var(--primary-yellow) !important;
      font-weight: 700;
      font-size: 1.4rem;
    }
    .nav-link {
      color: #ccc !important;
      font-size: 0.9rem;
      margin: 0 5px;
    }
    .nav-link:hover {
      color: var(--primary-yellow) !important;
    }
    .social-icons a {
      color: var(--primary-yellow);
      border: 1px solid var(--primary-yellow);
      padding: 4px 8px;
      font-size: 0.8rem;
      margin-left: 5px;
      text-decoration: none;
    }

    /* Hero Carousel Banner */
    .hero-carousel, .carousel-inner, .carousel-item {
      min-height: 85vh;
    }

    .carousel-item {
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      position: relative;
    }

    /* Overlay for text readability */
    .carousel-item::before {
      content: "";
      position: absolute;
      top: 0; left: 0; right: 0; bottom: 0;
      background: rgba(0, 0, 0, 0.65);
    }

    .carousel-caption {
      bottom: 25%;
      text-align: right;
      max-width: 600px;
      margin-left: auto;
      z-index: 2;
    }

    .btn-yellow {
      background-color: var(--primary-yellow);
      color: #000;
      font-weight: bold;
      border-radius: 0;
      padding: 12px 30px;
      border: none;
      display: inline-block;
    }
    .btn-yellow:hover {
      background-color: #e0a513;
      color: #000;
    }
    .btn-dark-custom {
      background-color: #000;
      color: #fff;
      font-weight: bold;
      border-radius: 0;
      padding: 10px 25px;
      border: none;
    }
    .btn-dark-custom:hover {
      background-color: #222;
      color: var(--primary-yellow);
    }

    /* Carousel Custom Controls & Indicators */
    .carousel-indicators [data-bs-target] {
      background-color: var(--primary-yellow);
      width: 12px;
      height: 12px;
      border-radius: 50%;
      margin: 0 5px;
    }

    /* Cards Section */
    .menu-card {
      position: relative;
      overflow: hidden;
      height: 350px;
      border: none;
    }
    .menu-card img {
      height: 100%;
      object-fit: cover;
      filter: brightness(0.6);
      transition: transform 0.3s ease;
    }
    .menu-card:hover img {
      transform: scale(1.05);
      filter: brightness(0.4);
    }
    .menu-card-title {
      position: absolute;
      top: 30px;
      left: 0;
      right: 0;
      text-align: center;
      color: #fff;
      font-size: 1.8rem;
      z-index: 2;
    }

    /* Services Section */
    .service-box {
      margin-bottom: 25px;
    }
    .service-icon {
      font-size: 2rem;
      color: #fff;
      margin-right: 15px;
    }

    /* Banner Promo */
    .promo-banner {
      background-color: var(--primary-yellow);
      color: #000;
      padding: 50px 20px;
      text-align: center;
    }
    .promo-banner h2 {
      font-size: 3rem;
      font-weight: 700;
    }

    /* Friday Menu Section */
    .friday-section {
      background: linear-gradient(rgba(0,0,0,0.85), rgba(0,0,0,0.9)), 
                  url('https://images.unsplash.com/photo-1514933651103-005eec06c04b?auto=format&fit=crop&w=1920&q=80') center/cover no-repeat;
      padding: 80px 0;
    }
    .menu-item-img {
      width: 55px;
      height: 55px;
      border-radius: 50%;
      object-fit: cover;
    }
    .price-tag {
      color: var(--primary-yellow);
      font-weight: bold;
      font-size: 1.2rem;
    }
	.hero-section {
  position: relative;
  height: 80vh; /* Adjust height as needed (e.g., 100vh for full screen) */
  min-height: 500px;
  overflow: hidden;
}

/* Background image settings for each slide */
.carousel-item {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}

/* Set your background images here */
.slide-bg-1 {
  background-image: url(../images/banner.jpg);
}
.slide-bg-2 {
  background-image: url(../images/banner1.jpg);
}
.slide-bg-3 {
   background-image: url(../images/banner2.jpg);
}

/* Dark overlay so white text remains readable over bright photos */
.hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
 
}

/* Centering text over the slider */
.hero-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 2;
  width: 90%;
  max-width: 800px;
}
 .news-ticker-container {
      background-color: #000; /* Dark Bootstrap background */
    
      overflow: hidden;
      box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    }

    /* Scrolling track wrapper */
    .ticker-wrapper {
      overflow: hidden;
      white-space: nowrap;
      position: relative;
      flex-grow: 1;
    }

    /* Continuous CSS Animation Track */
    .ticker-track {
      display: inline-block;
      white-space: nowrap;
      padding-left: 100%; /* Start scrolling from off-screen right */
      animation: ticker-scroll 90s linear infinite;
    }

    /* Pause animation when user hovers */
    .ticker-wrapper:hover .ticker-track {
      animation-play-state: paused;
    }

    /* Individual Ticker Items */
    .ticker-item {
      display: inline-block;
      padding: 0 1.5rem;
      color: #fabb18;
     font-size: 20px;
    font-weight: 500;
      text-decoration: none;
      transition: color 0.60s ease-in-out;
    }

    .ticker-item:hover {
      color: #0d6efd; /* Bootstrap Primary blue on hover */
      text-decoration: underline;
    }

    /* Keyframes for seamless scrolling */
    @keyframes ticker-scroll {
      0% {
        transform: translate3d(0, 0, 0);
      }
      100% {
        transform: translate3d(-100%, 0, 0);
      }
    }
	/* Section Headings & Days */
    .heading-title {
      font-size: 1.8rem;
      font-weight: 500;
      text-transform: uppercase;
      color: #ffffff;
      margin-bottom: 0.5rem;
    }

    /* Gold Colored Subtitles & Times */
    .gold-text {
          color: var(--primary-yellow); /* Gold/Bronze accent color */
      font-family: 'Roboto Condensed', sans-serif;
    }

    .time-text {
      font-size: 1.5rem;
      letter-spacing: 1.5px;
    }

    .sub-label {
      font-size: 0.8rem;
      text-uppercase: uppercase;
      letter-spacing: 2px;
    }

    /* Custom Thin Dividers */
    .thin-divider {
      width: 130px;
      height: 1px;
      background-color: #e9ae16; /* Subtle thin separator line */
      border: none;
      margin: 2rem auto;
    }

    /* Custom Outline Button */
    .btn-custom-gold {
      background-color: transparent;
      color: #ffffff;
      border: 1px solid #cbb27a;
      padding: 10px 24px;
      font-size: 0.85rem;
      letter-spacing: 1.5px;
      text-transform: uppercase;
      transition: all 0.3s ease;
      border-radius: 4px;
      font-family: 'Oswald', sans-serif;
    }

    .btn-custom-gold:hover {
      background-color: #cbb27a;
      color: #21282d;
      border-color: #cbb27a;
    }
    
    /* Logo */
.logo {
    display: flex;
    align-items: center;
}

.logo .navbar-brand {
    padding: 0;
    margin: 0;
}

.logo img {
    width: 200px;      /* Change as needed */
    height: auto;
    max-width: 100%;
    display: block;
    transition: all 0.3s ease;
}

/* Hover Effect */
.logo img:hover {
    transform: scale(1.05);
}

/* Tablet */
@media (max-width: 991px) {
    .logo img {
        width: 150px;
    }
}

/* Mobile */
@media (max-width: 576px) {
    .logo img {
        width: 120px;
    }
}
.cursive-accent {
      font-family: 'Caveat', cursive;
      color: var(--primary-yellow);
      font-size: 2rem;
      margin-bottom: -10px;
    }

 

    /* Page Header Banner */
    .page-header {
     background: url("../images/bg.jpg") no-repeat center center;
    background-size: cover;
    width: 100%;
    height: 350px; /* Change as needed */
    display: flex;
    align-items: center;
    justify-content: center;
      color: #111;
      padding: 30px 0;
      text-align: center;
    }
    .page-header h1 {
      font-weight: 700;
      margin: 0;
    }

    /* Menu Items Formatting */
    .menu-category-title {
      color: var(--primary-yellow);
      font-size: 1.25rem;
      border-bottom: 1px solid #333;
      padding-bottom: 8px;
      margin-bottom: 25px;
    }
    .menu-item {
      margin-bottom: 0px;
    }
    .item-name {
      font-weight: 700;color: var(--primary-yellow);
      font-size: 1.7rem;
    }
    .item-price {
      color: var(--primary-yellow);
      font-weight: 700;
      font-size: 1.2rem;
      font-family: 'Oswald', sans-serif;
    }
    .item-desc {
      color: var(--text-muted);
      
      margin: 0;line-height: 38px;
    font-family: "Merienda", cursive;
    font-size: 20px;
    }

    /* Image Banner */
    .banner-img {
      width: 100%;
      height: auto;
      object-fit: cover;
      border-radius: 8px;
    }

    /* Footer */
    footer {
      background-color: #080808;
      border-top: 1px solid #1a1a1a;
      padding-top: 50px;
    }
    .footer-title {
      font-size: 1rem;
      color: #fff;
      margin-bottom: 20px;
    }
    .footer-links a {
      color: var(--text-muted);
      text-decoration: none;
      display: block;
      margin-bottom: 8px;
      font-size: 0.85rem;
    }
    .footer-links a:hover {
      color: var(--primary-yellow);
    }
    .footer-contact-item {
      color: var(--text-muted);
      font-size: 0.85rem;
      margin-bottom: 10px;
    }
    .footer-contact-item i {
      color: var(--primary-yellow);
      width: 20px;
    }
    .form-control-dark {
      background-color: #1a1a1a;
      border: 1px solid #333;
      color: #fff;
    }
    .form-control-dark:focus {
      background-color: #222;
      border-color: var(--primary-yellow);
      color: #fff;
      box-shadow: none;
    }
    .btn-yellow {
      background-color: var(--primary-yellow);
      color: #000;
      font-weight: bold;
      text-transform: uppercase;
      letter-spacing: 1px;
    }
    .btn-yellow:hover {
      background-color: #e0a800;
      color: #000;
    }

    /* Social Icons Box */
    .social-box a {
      color: var(--primary-yellow);
      border: 1px solid var(--primary-yellow);
      width: 32px;
      height: 32px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      border-radius: 4px;
      margin-right: 5px;
      text-decoration: none;
      font-size: 0.85rem;
    }
    .social-box a:hover {
      background-color: var(--primary-yellow);
      color: #000;
    }
    /* ==============================
   Contact Section
============================== */

.contact-icon-circle {
    width: 40px;
    height: 40px;
    min-width: 37px;}

.contact-icon-circle i{
    font-size:26px;
}

.min-height-400{
    min-height:450px;
}

.custom-input{
    background:#111;
    border:1px solid #444;
    color:#fff;
    height:55px;
    border-radius:8px;
    padding:12px 18px;
    font-size:16px;
}

.custom-input:focus{
    background:#111;
    color:#fff;
    border-color:#ffc107;
    box-shadow:none;
}

.custom-input::placeholder{
    color:#aaa;
}

.tracking-wide{
    letter-spacing:1px;
}

/* Map iframe */

.position-relative iframe{
    width:100%;
    height:100%;
}

/* ==============================
   Large Desktop
============================== */

@media (min-width:1400px){

.contact-icon-circle{
    width:75px;
    height:75px;
}

}

/* ==============================
   Laptop
============================== */

@media (max-width:1199px){

.min-height-400{
    min-height:420px;
}

}

/* ==============================
   Tablet
============================== */

@media (max-width:991px){

.min-height-400{
    height:400px;
}

.position-absolute.bg-dark{
    max-width:220px;
}

}

/* ==============================
   Mobile
============================== */

@media (max-width:767px){

.contact-icon-circle{
    width:60px;
    height:60px;
}

.contact-icon-circle i{
    font-size:22px;
}

.row.text-center.text-md-start>.col-md-4{
    justify-content:flex-start !important;
    text-align:left;
}

.row.text-center.text-md-start h6{
    font-size:12px;
}

.row.text-center.text-md-start span{
    font-size:18px !important;
}

.min-height-400{
    height:320px;
}

.position-absolute.bg-dark{
    max-width:180px;
    padding:12px;
}

.position-absolute.bg-dark p{
    font-size:12px;
}

.bg-black{
    padding:25px !important;
}

.custom-input{
    height:50px;
    font-size:15px;
}

.btn-warning{
    padding:14px;
}

}

/* ==============================
   Small Mobile
============================== */

@media (max-width:575px){

.py-5{
    padding-top:40px !important;
    padding-bottom:40px !important;
}

.pb-5{
    padding-bottom:40px !important;
}

.contact-icon-circle{
    width:55px;
    height:55px;
}

.contact-icon-circle i{
    font-size:20px;
}

.row.text-center.text-md-start{
    gap:20px;
}

.row.text-center.text-md-start span{
    font-size:16px !important;
}

.min-height-400{
    height:280px;
}

.position-absolute.bg-dark{
    left:10px;
    right:10px;
    bottom:10px;
    top:auto;
    max-width:calc(100% - 20px);
    margin:0 !important;
}

.custom-input{
    height:48px;
    padding:10px 15px;
}

.btn-warning{
    font-size:15px;
}

}
.text-muted {
   
    color: rgb(255 255 255 / 75%) !important;
}
.menu-card-title {
    position: absolute;
    top: 30px;
    left: 0;
    right: 0;
    text-align: center;
    color: #fff;
    font-size: 1.8rem;
    z-index: 2;
    font-family: var(--font-heading);
}
       .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute;
        background-color: #000;}
   .dropdown-item {
    display: block;
    width: 100%;
    padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
    clear: both;
    font-weight: 400;
    color: #ffffff;
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: #000000;
    border: 0;
    border-radius: var(--bs-dropdown-item-border-radius, 0);
}
   .text-primary {color: rgb
#fabb18
(250 187 24) !important;
}
        .custom-box {
    
    border: 1px dashed #fabb18;
    border-radius: 8px;
    padding: 3px;
    text-align: center;
    transition: 0.3s;
    background-color: #000;}
       
     
.custom-box h5 {
    font-size: 15px;
    color: #fff;
    padding: 4px;padding-top: 12px;
}.align-items-baseline {
    align-items: baseline !important;
    /* margin-bottom: 10px; */
    margin-top: 10px;}
   
   
.text-primary {
    color: rgb(250 187 24) !important;
}
    
   .list-unstyled {
    padding-left: 0;
    list-style: none;
    line-height: 38px;
    font-family: "Merienda", cursive;
    font-size: 20px;
}
    .menu-card {
  position: relative;
  overflow: hidden;
  border: none;
  cursor: pointer; visibility: visible;border: 1px solid rgb(201 155 60);
}

.menu-card .card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;filter: brightness(1.1);
}

/* Dark overlay + paragraph */
.menu-hover-text {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.7);
font-family: "Merienda", cursive;
  display: flex;
  align-items: center;
  justify-content: center;

  padding: 30px;
  text-align: center;

  opacity: 0;
  visibility: hidden;

  transition: all 0.4s ease;
}

.menu-hover-text p {
  color: #fff;
  font-size: 18px;
  margin: 0;
  transform: translateY(20px);
  transition: transform 0.4s ease;
}

/* Hover effect */
.menu-card:hover .menu-hover-text {
  opacity: 1;
  visibility: visible;border: 1px solid rgba(201, 155, 60, .35);
}

.menu-card:hover .menu-hover-text p {
  transform: translateY(0);
}

.menu-card:hover .card-img {
  transform: scale(1.08);
}