
 /* === CTA Section Fix === */
 .about1-area-top {
     text-align: center !important;
     max-width: 700px;
     margin: auto;
     padding: 20px 15px;
 }

 .about1-area-top h4 {
     font-size: 20px;
     font-weight: 600;
     color: #e7d799 !important;
     margin-bottom: 10px;
 }

 .about1-area-top h3 {
     color: #ffffff !important;
 }

 .about1-area-top p {
     font-size: 16px;
     color: #ffffff !important;
     margin-bottom: 20px;
 }

 .about1-area-top .ghost-color-btn {
     display: inline-block;
     padding: 10px 20px;
     background: #d4a017 !important;
     color: #fff !important;
     border-radius: 5px;
     text-decoration: none;
     font-weight: 600;
     transition: 0.3s ease;
 }

 .about1-area-top .ghost-color-btn:hover {
     background: #b68f14 !important;
     color: #fff !important;
 }

 /* === Modal Styling === */
 .modal {
     position: fixed;
     top: auto;
     right: 0;
     bottom: 0;
     left: 0;
     z-index: 1050;
     display: none;
     overflow: hidden;
     -webkit-overflow-scrolling: touch;
     outline: 0;
 }

 .modal-backdrop {
     position: fixed;
     top: 0;
     right: 0;
     bottom: 0;
     left: 0;
     z-index: 1040;
     background-color: #00000000;
 }

 .modal-body {
     position: relative;
     padding: 25px;
 }

 .modal-body h1 {
     font-weight: 900;
     font-size: 2.3em;
     text-transform: uppercase;
 }

 .modal-body a.pre-order-btn {
     color: #000;
     background-color: gold;
     border-radius: 1em;
     padding: 14px 20px;
     display: block;
     font-size: 1.75em;
     font-weight: 600;
     margin-left: 20px;
     transition: 0.3s ease;
 }

 .modal-body a.pre-order-btn:hover {
     background-color: #000;
     text-decoration: none;
     color: gold;
 }

 .modal-header {
     padding: 9px 15px;
     border-bottom: 1px solid #e5e5e5;
     position: absolute;
     right: 0;
     z-index: 9;
     background: #f32622;
     border-radius: 0 0 0 9px;
 }

 .close {
     float: right;
     font-size: 35px;
     font-weight: 700;
     line-height: 1;
     color: #ffffff;
     text-shadow: 0 1px 0 #fff;
     opacity: 1;
 }

 .modal-body ul {
     display: flex;
     align-items: center;
     justify-content: center;
 }

 .modal-body ul .li_cl {
     margin-right: 20px;
     font-size: 18px;
     color: #222222;
 }

 .modal-body ul .li_cl img {
     width: 25px;
 }

 #myModal {
     padding-right: 0px !important;
 }

 .modal-open {
     overflow: overlay;
     padding-right: 0px !important;
 }

 .modal-backdrop.in {
     display: none;
 }

 @media only screen and (max-width: 991px) {
     .modal-body ul {
         display: block;
     }

     .modal-body a.pre-order-btn {
         width: 250px;
         margin-left: 15px;
     }

     .modal-body ul .li_cl {
         margin-left: 15px;
         margin-bottom: 8px;
     }
  /* === Inner Page Banner === */
  .inner-page-banner-area {
      height: 260px;
      padding: 0;
      background-size: cover;
      background-position: center;
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
  }

  .inner-page-banner-area h1 {
      font-size: 40px;
      line-height: 1.2;
      margin: 0;
  }

  /* === Responsive === */
  @media only screen and (max-width: 768px) {
      .inner-page-banner-area {
          height: 160px;
      }

      .inner-page-banner-area h1 {
          font-size: 24px;
          line-height: 1.3;
      }

      .slider-content {
          position: relative;
          display: flex;
          flex-direction: column;
          align-items: center;
          justify-content: center;
          height: 100%;
      }

      .slider-content .ghost-color-btn {
          position: absolute;
          top: 10px;
          left: 50%;
          transform: translateX(-50%);
          z-index: 10;
          padding: 10px 20px;
          font-size: 14px;
      }

      .slider-content h1,
      .slider-content h2 {
          font-size: 18px !important;
          line-height: 1.3 !important;
          text-align: center !important;
          margin-top: 0;
          color: #fff;
      }

      .slider-content .title-container {
          background: rgba(0, 0, 0, 0.5);
          padding: 10px 15px;
          border-radius: 8px;
          display: inline-block;
          text-align: center;
      }
  }

  /* === Footer Icons === */
  .footer_ad ul li {
      margin-bottom: 10px;
      display: flex;
  }

  .footer_ad ul li i {
      background: #000;
      padding: 5px;
      border: 1px solid #fff;
      color: #fff;
      border-radius: 5px;
      margin-right: 10px;
      width: 25px;
      height: 25px;
      text-align: center;
  }

  .banner-content {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      text-align: center;
      color: #fff;
      /* agar text white karna ho */
      padding: 0 10px;
      /* mobile me thoda spacing */
  }

  /* Mobile me font chhota karna */
  @media (max-width: 768px) {
      .banner-content h1 {
          font-size: 24px;
          /* adjust as needed */
      }

      .banner-content p {
          font-size: 16px;
          /* adjust as needed */
      }

      /* Desktop banner height reduce */
      .nivo-main-image {
          width: 100% !important;
          /* Full width maintain */
          height: 200px !important;
          /* Yahan apni desired height set karein */
          object-fit: cover;
          /* Image distort na ho */
      }

 /* === Header === */
 .header1-area .header-bottom-area {
     position: fixed;
     background: #232428;
 }

 .header-bottom-area {
     padding: 10px 0 0 0;
 }

 /* === Food Menu Box === */
 .food-menu3-box-content h3 {
     display: flex;
     justify-content: flex-start;
     align-items: center;
     gap: 8px;
     font-size: 14px;
     line-height: 18px;
     margin-bottom: 6px;
 }

 .food-menu3-box-content h3 a {
     display: inline-block;
     margin-right: 4px;
 }

 .food-menu3-box-content h3 span {
     margin-left: 0 !important;
     font-size: 12px;
     padding: 0 4px;
 }

 .food-menu3-box-content {
     min-height: 240px;
     display: flex;
     flex-direction: column;
     justify-content: space-between;
 }

 .menu-container {
     display: flex;
     flex-wrap: wrap;
     gap: 20px;
     justify-content: center;
 }

 .food-menu-box {
     border: 1px solid #ddd;
     border-radius: 8px;
     width: 250px;
     height: 350px;
     padding: 20px;
     box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
     display: flex;
     flex-direction: column;
     align-items: center;
     justify-content: space-between;
     text-align: center;
 }

 .food-title {
     font-size: 18px;
 }

 .food-title a {
     text-decoration: none;
     color: #333;
 }

 .price {
     font-weight: bold;
     margin-left: 5px;
 }

 .description {
     font-size: 14px;
     margin: 10px 0;
 }

 .order-btn a {
     display: inline-block;
     background-color: #ff4500;
     color: #fff;
     padding: 10px 20px;
     border-radius: 5px;
     font-weight: bold;
     text-decoration: none;
     transition: 0.3s;
 }

 .order-btn a:hover {
     background-color: #e03e00;
 }

/* Mobile devices */
@media only screen and (max-width: 768px) {
    .nivo-main-image {
        height: 150px !important;
        /* Mobile me chhoti height */
        object-fit: cover;
    }
}
/* Banner container ko relative karein */
