
/* hero-menu-content Section */
.hero-menu-content {
    height: 100vh;
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
                url('https://images.unsplash.com/photo-1414235077428-338989a2e8c0') center/cover;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: var(--light-text);
}

.hero-menu-content-content {
    padding: 2rem;
}

.hero-menu-content h1 {
    font-size: 4rem;
    margin-top: 2rem;
    color: #e6e6e6;
    font-weight: 300;
    letter-spacing: 4px;
}

.tagline {
    font-size: 1.5rem;
    margin-bottom: 2rem;
    color: #e6e6e6;
    font-weight: 300;
}

.cta-button {
    display: inline-block;
    padding: 1rem 2rem;
    background-color: var(--accent-color);
    color: var(--light-text);
    text-decoration: none;
    border-radius: 4px;
    transition: background-color 0.3s;
}

.cta-button:hover {
    background-color: #a93226;
}

/* Featured Section */
.featured {
    padding: 5rem 2rem;
    background-color: var(--menu-bg);
}

.featured h2 {
    text-align: center;
    margin-bottom: 3rem;
    font-size: 2.5rem;
    color: var(--primary-color);
}

.featured-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    max-width: 1200px;
    margin: 0 auto;
}

.featured-item {
    text-align: center;
}

.featured-item img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 8px;
    margin-bottom: 1rem;
}

.featured-item h3 {
    color: var(--primary-color);
    margin-bottom: 0.5rem;
}


/* Responsive Design */
@media (max-width: 768px) {
    .hero-menu-content h1 {
        font-size: 3rem;
    }

    .tagline {
        font-size: 1.2rem;
    }

    .menu-section h3 {
        font-size: 1.5rem;
    }

    .featured-grid,
    .menu-grid {
        grid-template-columns: 1fr;
    }
}



.menu-section {
    height: 600px;
    overflow: hidden;
  }

  .hero-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
  }


.ftco-section {
    padding: 3em 0;
    position: relative; }

  .ftco-no-pt {
    padding-top: 0; }

  .ftco-no-pb {
    padding-bottom: 0; }

  .ftco-bg-dark {
    background: #3c312e; }

  .ftco-footer {
    font-size: 14px;
    background: #1a1a1a;
    padding: 6em 0 0 0; }
    .ftco-footer .ftco-footer-logo {
      text-transform: uppercase;
      letter-spacing: .1em; }
    .ftco-footer .ftco-footer-widget h2 {
      font-weight: normal;
      color: #fff;
      margin-bottom: 40px;
      font-size: 20px;
      font-weight: 700;
      text-transform: uppercase; }
    .ftco-footer .ftco-footer-widget ul li a span {
      color: #fff; }
    .ftco-footer .ftco-footer-widget .open-hours li span {
      width: 100%; }
      .ftco-footer .ftco-footer-widget .open-hours li span:first-child {
        color: rgba(255, 255, 255, 0.8);
        font-weight: 700; }
    .ftco-footer .ftco-footer-widget .thumb a.thumb-menu {
      width: 100%;
      height: 100px;
      display: block; }
    .ftco-footer .ftco-footer-widget .btn-primary {
      background: #fff !important;
      border: 2px solid #fff !important; }
      .ftco-footer .ftco-footer-widget .btn-primary:hover {
        background: #fff;
        border: 2px solid #fff !important; }
    .ftco-footer p {
      color: rgba(255, 255, 255, 0.7); }
    .ftco-footer a {
      color: rgba(255, 255, 255, 0.7); }
      .ftco-footer a:hover {
        color: #fff; }
    .ftco-footer .ftco-heading-2 {
      font-size: 17px;
      font-weight: 700;
      color: #000000; }
    .ftco-footer .categories li {
      border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
      .ftco-footer .categories li a span {
        color: rgba(255, 255, 255, 0.5) !important; }
    .ftco-footer .subscribe-form .form-group {
      position: relative;
      margin-bottom: 0;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      -ms-border-radius: 0;
      border-radius: 0; }
      .ftco-footer .subscribe-form .form-group input {
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        -ms-border-radius: 2px;
        border-radius: 2px;
        width: 100%;
        background: rgba(255, 255, 255, 0.1) !important;
        border: none;
        color: rgba(255, 255, 255, 0.7) !important;
        font-size: 16px; }
        .ftco-footer .subscribe-form .form-group input::-webkit-input-placeholder {
          /* Chrome/Opera/Safari */
          color: rgba(255, 255, 255, 0.7) !important; }
        .ftco-footer .subscribe-form .form-group input::-moz-placeholder {
          /* Firefox 19+ */
          color: rgba(255, 255, 255, 0.7) !important; }
        .ftco-footer .subscribe-form .form-group input:-ms-input-placeholder {
          /* IE 0+ */
          color: rgba(255, 255, 255, 0.7) !important; }
        .ftco-footer .subscribe-form .form-group input:-moz-placeholder {
          /* Firefox 18- */
          color: rgba(255, 255, 255, 0.7) !important; }
      .ftco-footer .subscribe-form .form-group .submit {
        color: #fff !important;
        font-size: 16px;
        background: #FA5B0F !important;
        border: none !important;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        -ms-border-radius: 2px;
        border-radius: 2px; }
        .ftco-footer .subscribe-form .form-group .submit:hover {
          cursor: pointer; }
    .ftco-footer .subscribe-form .icon {
      position: absolute;
      top: 50%;
      right: 20px;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      color: rgba(255, 255, 255, 0.8); }

  .ftco-footer-social li {
    list-style: none;
    margin: 0 10px 0 0;
    display: inline-block; }
    .ftco-footer-social li a {
      height: 40px;
      width: 40px;
      display: block;
      float: left;
      background: #FA5B0F;
      border-radius: 50%;
      position: relative; }
      .ftco-footer-social li a span {
        position: absolute;
        font-size: 20px;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
      .ftco-footer-social li a:hover {
        color: #fff; }

  .footer-small-nav > li {
    display: inline-block; }
    .footer-small-nav > li a {
      margin: 0 10px 10px 0; }
      .footer-small-nav > li a:hover, .footer-small-nav > li a:focus {
        color: #FA5B0F; }

  .media .ftco-icon {
    width: 100px; }
    .media .ftco-icon span {
      color: #FA5B0F; }

  #map {
    width: 100%; }
    @media (max-width: 767.98px) {
      #map {
        height: 300px; } }

  @-webkit-keyframes pulse {
    0% {
      -webkit-box-shadow: 0 0 0 0 rgba(229, 43, 52, 0.4); }
    70% {
      -webkit-box-shadow: 0 0 0 30px rgba(229, 43, 52, 0); }
    100% {
      -webkit-box-shadow: 0 0 0 0 rgba(229, 43, 52, 0); } }

  @keyframes pulse {
    0% {
      -moz-box-shadow: 0 0 0 0 rgba(229, 43, 52, 0.4);
      -webkit-box-shadow: 0 0 0 0 rgba(229, 43, 52, 0.4);
      box-shadow: 0 0 0 0 rgba(229, 43, 52, 0.4); }
    70% {
      -moz-box-shadow: 0 0 0 30px rgba(229, 43, 52, 0);
      -webkit-box-shadow: 0 0 0 30px rgba(229, 43, 52, 0);
      box-shadow: 0 0 0 30px rgba(229, 43, 52, 0); }
    100% {
      -moz-box-shadow: 0 0 0 0 rgba(229, 43, 52, 0);
      -webkit-box-shadow: 0 0 0 0 rgba(229, 43, 52, 0);
      box-shadow: 0 0 0 0 rgba(229, 43, 52, 0); } }

  .heading-section .subheading {
    font-weight: normal;
    font-size: 40px;
    display: block;
    margin-bottom: 0;
    color: rgba(0, 0, 0, 0.2);
    color: #eb5860;
    position: relative;
    line-height: 1;
    font-family: "Dancing Script", cursive;
    margin-bottom: -20px;
    z-index: -1; }

  .heading-section h2 {
    font-size: 40px;
    font-weight: 900;
    line-height: 1.3; }
    @media (max-width: 767.98px) {
      .heading-section h2 {
        font-size: 28px; } }

  .heading-section.heading-section-white .subheading {
    color: #FA5B0F; }

  .heading-section.heading-section-white h2 {
    font-size: 40px;
    font-weight: 900;
    color: #fff; }

  .heading-section.heading-section-white p {
    color: rgba(255, 255, 255, 0.9); }


.menu-wrap {
    margin-bottom: 3em;
    padding: 3em 1.5em .5em 1.5em;
    border: 1.5px dashed #e6e6e6;
    position: relative;
    background: #fcfcfc;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    transition: all 0.6s ease; }
    .menu-wrap .flat {
      position: absolute;
      top: 0;
      font-size: 45px;
      line-height: 1;
      color: #e6e6e6; }
    .menu-wrap:hover {
      border-color: #FA5B0F; }

  .heading-menu h3 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 2em;
    text-transform: uppercase; }

  .menus {
    width: 100%;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1.5px dashed #e6e6e6;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .menus:last-child {
      margin-bottom: 0;
      border-bottom: none; }
    .menus .text {
      width: calc(100% - 80px);
      padding-left: 20px; }
      .menus .text .one-half {
        width: calc(100% - 70px); }
        .menus .text .one-half h3 {
          font-size: 17px;
          font-weight: 500;
          -moz-transition: all 0.3s ease;
          -o-transition: all 0.3s ease;
          -webkit-transition: all 0.3s ease;
          -ms-transition: all 0.3s ease;
          transition: all 0.3s ease; }
      .menus .text .one-forth {
        width: 70px;
        text-align: right; }
        .menus .text .one-forth .price {
          font-size: 20px;
          color: #FA5B0F;
          font-weight: 600;
          line-height: 1.3;
          -moz-transition: all 0.3s ease;
          -o-transition: all 0.3s ease;
          -webkit-transition: all 0.3s ease;
          -ms-transition: all 0.3s ease;
          transition: all 0.3s ease; }
      .menus .text p {
        margin-bottom: 0;
        color: rgba(0, 0, 0, 0.8); }
    .menus .menu-img {
      width: 80px !important;
      height: 80px !important;
      background-size:cover;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      border-radius: 50%; }
    .menus:hover {
      border-color: #FA5B0F; }
      .menus:hover .text h3 {
        color: #FA5B0F; }
      .menus:hover .text .one-forth .price {
        color: #FA5B0F; }
