/* ---------- GLOBAL RESET ---------- */
    * {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
    }

    body {
      font-family: 'Poppins', sans-serif;
      background-color: #f5f5f5;
      overflow-x: hidden;
      width: 100%;
      max-width: 100%;
    }

    /* ---------- NAVBAR STYLING ---------- */
    .navbar {
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
      padding: 15px 0;
      background-color: #000 !important;
      width: 100%;
    }

    .logo-wrapper {
      text-align: left;
    }

    .logo-text {
      font-family: 'Arial Black', sans-serif;
      font-size: 1.85rem;
      font-weight: 900;
      color: white;
      margin: 0;
      line-height: 1;
      position: relative;
    }

    .logo-text::after {
      content: '';
      position: absolute;
      top: -6px;
      left: 0;
      width: 100%;
      height: 2px;
      background-color: #ef112b;
    }

    .restaurant-text {
      font-size: 0.95rem;
      color: #ef112b;
      margin: 2px 0 0 0;
      font-weight: 600;
    }

    /* Navigation Links - Right Side */
    .navbar-nav {
      margin: 0;
    }

    .nav-link {
      color: white !important;
      font-weight: 500;
      font-size: 1.05rem;
      padding: 0 !important;
    }

    .nav-link:hover {
      color: #ef112b !important;
    }

    /* Buttons Section */
    .div-btn {
      display: flex;
      gap: 12px;
      align-items: center;
      flex-wrap: wrap;
    }

    .btn-nav {
      min-width: 160px;
      padding: 12px 24px;
      font-weight: 500;
      border-radius: 50px;
      white-space: nowrap;
      transition: all 0.3s ease;
    }

    .btn-nav:hover {
      background-color: #1a1a1a !important;
      border-color: #ef112b;
    }

    .btn-nav-2 {
      background-color: #ef112b !important;
      border: none;
      padding: 12px 28px;
      font-weight: 600;
      white-space: nowrap;
      transition: all 0.3s ease;
    }

    .btn-nav-2:hover {
      background-color: #d10f25 !important;
      transform: translateY(-1px);
    }

    .short-heading {
      color: #a7a7a7;
    }

    /* ---------- PRODUCT CARD STYLING ---------- */
    .product-card {
      background: white;
      border-radius: 12px;
      overflow: hidden;
      transition: all 0.3s ease;
      border: none;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
      margin-bottom: 25px;
    }

    .head-bold {
      font-weight: bolder;
      font-family: Georgia, 'Times New Roman', Times, serif;
      letter-spacing: 1;
    }

    .categories {
      padding: 70px 15px;
    }

    .h-1-1 {
      letter-spacing: 2px;
      color: white;
    }

    .btn-add {
      background: #2d3436;
      color: white;
      border: none;
      padding: 10px;
      border-radius: 8px;
      font-weight: 500;
      transition: 0.2s;
    }

    .btn-add:hover {
      background: #ff6b6b;
      transform: scale(1.02);
    }

    /* ---------- CATEGORY SECTION ---------- */
    .category-box {
      background: white;
      padding: 25px;
      text-align: center;
      border-radius: 12px;
      transition: 0.2s;
      cursor: pointer;
    }

    .category-box:hover {
      transform: translateY(-3px);
      box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
    }

    .category-icon {
      font-size: 48px;
      color: #ff6b6b;
      margin-bottom: 15px;
    }

    /* ---------- FAISALABAD SECTION ---------- */
    .faislabadsection {
      background-color: #212529;
      min-height: auto;
      padding: 60px 0;
    }

    .faislabadsection {
      background-color: #0f0f0f;
    }

    .fais-btn {
      background-color: #0f0f0f;
    }

    .faislabadsectext {
      text-align: center;
      padding: 5%;
    }

    .faislabadimgtextdetail {
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      padding: 0 5%;
      gap: 40px;
      margin-bottom: 60px;
      flex-wrap: wrap;
    }

    .leftimg img {
      max-width: 100%;
      height: auto;
      border-radius: 10px;
    }

    .faislabadtext {
      flex: 1;
      min-width: 250px;
    }

    .cardssection {
      display: flex;
      flex-direction: column;
      align-items: center;
      width: 100%;
      padding: 60px 20px;
      background-color: #000000;
    }

    .cardsectexts {
      margin-bottom: 3%;
    }

    .cards {
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: stretch;
      flex-wrap: wrap;
      gap: 20px;
      width: 100%;
      max-width: 1200px;
    }

    .cards>div {
      flex-grow: 0;
      flex-shrink: 0;
      flex-basis: calc(20% - 20px);
      min-width: 300px;
    }

    .card {
      height: 220px;
      margin: 3%;
      border-radius: 12px;
      overflow: hidden;
    }

    /* ---------- FRANCHISE SECTION ---------- */
    .franchise-section {
      background: #0d0d0d;
      padding: 80px 20px;
      text-align: center;
      width: 100%;
      overflow-x: hidden;
    }

    .franchise-location {
      max-width: 1100px;
      width: 100%;
      margin: 60px auto 0;
      display: flex;
      align-items: center;
      gap: 40px;
      flex-wrap: wrap;
      padding: 0 20px;
    }

    .franchise-location.reverse {
      flex-direction: row-reverse;
    }

    .franchise-img {
      flex: 1;
      min-width: 280px;
      height: auto;
      overflow: hidden;
      border-radius: 4px;
    }

    .franchise-img img {
      width: 100%;
      height: auto;
      object-fit: cover;
    }

    .franchise-info {
      flex: 1;
      text-align: left;
      min-width: 260px;
    }

    .franchise-city {
      font-size: .7rem;
      font-weight: 700;
      letter-spacing: 3px;
      color: #ef112b;
      text-transform: uppercase;
      margin-bottom: 10px;
    }

    .franchise-name {
      font-family: 'Playfair Display', serif;
      font-size: 2rem;
      font-weight: 400;
      color: #fff;
      margin-bottom: 18px;
    }

    .franchise-name strong {
      font-weight: 900;
    }

    .franchise-detail {
      display: flex;
      align-items: flex-start;
      gap: 10px;
      color: #bbb;
      font-size: .88rem;
      margin-bottom: 10px;
      flex-wrap: wrap;
    }

    .franchise-detail svg {
      width: 14px;
      height: 14px;
      fill: #ef112b;
      flex-shrink: 0;
      margin-top: 2px;
    }

    .btn-directions {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      border: 2px solid #fff;
      color: #fff;
      padding: 11px 24px;
      border-radius: 30px;
      margin-top: 24px;
      font-family: 'Montserrat', sans-serif;
      font-size: .8rem;
      font-weight: 600;
      cursor: pointer;
      background: transparent;
      transition: all .2s;
      text-decoration: none;
    }

    .btn-directions:hover {
      background: #fff;
      color: #000;
    }

    .btn-directions .arrow-circle {
      width: 28px;
      height: 28px;
      border-radius: 50%;
      background: #ef112b;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .btn-directions .arrow-circle svg {
      width: 12px;
      height: 12px;
      fill: white;
    }

    .btn-directions-green {
      border-color: #28a745;
    }

    .btn-directions-green .arrow-circle {
      background: #28a745;
    }

    .btn-directions-green:hover {
      background: #28a745;
      color: white;
    }

    /* ---------- EXPRESS FRANCHISES ---------- */
    .express-grid {
      display: grid;
      grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
      gap: 40px;
      max-width: 1100px;
      width: 100%;
      margin: 60px auto 0;
      padding: 0 20px;
    }

    .express-card {
      text-align: center;
      width: 100%;
    }

    .express-card-img {
      width: 100%;
      height: 220px;
      overflow: hidden;
      border-radius: 4px;
      margin-bottom: 20px;
    }

    .express-card-img img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      transition: transform .3s;
    }

    .express-card:hover .express-card-img img {
      transform: scale(1.05);
    }

    .express-city {
      font-size: .68rem;
      font-weight: 700;
      letter-spacing: 3px;
      color: #ef112b;
      text-transform: uppercase;
      margin-bottom: 8px;
    }

    .express-name {
      font-family: 'Playfair Display', serif;
      font-size: 1.4rem;
      font-weight: 400;
      color: #fff;
      margin-bottom: 12px;
    }

    .express-name strong {
      font-weight: 900;
    }

    .express-addr {
      color: #aaa;
      font-size: .8rem;
      margin-bottom: 6px;
      display: flex;
      align-items: flex-start;
      justify-content: center;
      gap: 6px;
      flex-wrap: wrap;
      padding: 0 10px;
    }

    .express-addr svg {
      width: 12px;
      height: 12px;
      fill: #aaa;
      flex-shrink: 0;
      margin-top: 2px;
    }

    .express-phone {
      color: #aaa;
      font-size: .8rem;
      margin-bottom: 6px;
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 6px;
      flex-wrap: wrap;
    }

    .express-phone svg {
      width: 12px;
      height: 12px;
      fill: #aaa;
    }

    .btn-dir-sm {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      border: 2px solid #333;
      color: #fff;
      padding: 9px 20px;
      border-radius: 30px;
      margin-top: 14px;
      font-family: 'Montserrat', sans-serif;
      font-size: .78rem;
      font-weight: 600;
      cursor: pointer;
      background: transparent;
      transition: all .2s;
      text-decoration: none;
    }

    .btn-dir-sm:hover {
      border-color: #ef112b;
    }

    .btn-dir-sm .arrow-circle {
      width: 24px;
      height: 24px;
      border-radius: 50%;
      background: #ef112b;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .btn-dir-sm .arrow-circle svg {
      width: 10px;
      height: 10px;
      fill: white;
    }

    /* ---------- OPENING SOON ---------- */
    .opening-soon-section {
      background: #000;
      padding: 80px 20px;
      text-align: center;
      width: 100%;
      overflow-x: hidden;
    }

    .soon-grid {
      display: grid;
      grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
      gap: 25px;
      max-width: 1100px;
      width: 100%;
      margin: 50px auto 0;
      padding: 0 15px;
    }

    .soon-card {
      background: #fff;
      border-radius: 8px;
      padding: 30px 20px;
      text-align: center;
      transition: transform .2s;
      width: 100%;
    }

    .soon-card:hover {
      transform: translateY(-4px);
    }

    .soon-pin {
      width: 44px;
      height: 44px;
      margin: 0 auto 14px;
    }

    .soon-pin svg {
      width: 44px;
      height: 44px;
    }

    .soon-label {
      font-size: .65rem;
      font-weight: 700;
      letter-spacing: 3px;
      color: #ef112b;
      text-transform: uppercase;
      margin-bottom: 10px;
    }

    .soon-name {
      font-family: 'Playfair Display', serif;
      font-size: 1rem;
      font-weight: 400;
      color: #111;
      line-height: 1.4;
    }

    .soon-name strong {
      font-weight: 900;
    }

    /* ---------- FOOTER STYLING ---------- */
    .footer-heading {
      font-family: Georgia, 'Times New Roman', Times, serif;
      color: white;
      font-size: 15px;
    }

    .bottom-bar-text {
      font-weight: 4px;
      color: white;
    }

    .contact-subheading {
      font-family: Verdana, Geneva, Tahoma, sans-serif;
      font-weight: bolder;
      color: white;
    }

    .custom-footer {
      background-color: #111111;
      color: #cccccc;
      width: 100%;
      overflow-x: hidden;
    }

    .footer-link {
      text-decoration: none;
      color: #acb4ac;
      font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    }

    .footer-logo {
      max-width: 180px;
    }

    .social-icons a {
      display: inline-flex;
      justify-content: center;
      align-items: center;
      width: 38px;
      height: 38px;
      background-color: #e52b34;
      color: #ffffff;
      border-radius: 50%;
      margin-right: 12px;
      transition: 0.3s;
    }

    .social-icons img {
      max-width: 100%;
      height: auto;
    }

    /* ---------- OFFER BANNER ---------- */
    .offer-banner {
      background: linear-gradient(90deg, #667eea 0%, #764ba2 100%);
      padding: 50px;
      border-radius: 20px;
      margin: 50px 0;
    }

    /* ========== RESPONSIVE MEDIA QUERIES ========== */
    @media (max-width: 992px) {
      .navbar .container {
        flex-direction: column;
        gap: 15px;
      }
      .ms-auto {
        margin-left: 0 !important;
        justify-content: center;
        flex-wrap: wrap;
      }
      .franchise-location {
        flex-direction: column;
        text-align: center;
      }
      .franchise-info {
        text-align: center;
      }
      .franchise-detail {
        justify-content: center;
      }
      .faislabadimgtextdetail {
        flex-direction: column;
        text-align: center;
      }
      .faislabadimgtextdetail-2 {
        flex-direction: column;
      }
      .btn-nav, .btn-nav-2 {
        padding: 8px 20px;
        min-width: 140px;
      }
    }

    @media (max-width: 768px) {
      .hero-banner h1 {
        font-size: 2rem;
      }
      .offer-banner {
        padding: 30px;
      }
      .navbar-nav {
        gap: 1rem;
        flex-wrap: wrap;
        justify-content: center;
      }
      .div-btn {
        flex-wrap: wrap;
        justify-content: center;
      }
      .categories {
        padding: 40px 15px;
      }
      .category-box {
        padding: 15px;
      }
      .section-title {
        font-size: 1.8rem;
      }
      .franchise-name {
        font-size: 1.5rem;
      }
      .express-name {
        font-size: 1.2rem;
      }
      .container {
        padding-left: 15px;
        padding-right: 15px;
      }
      .faislabadsectext h1 {
        font-size: 1.8rem;
      }
      .faislabadsectext h2 {
        font-size: 1.4rem;
      }
    }

    @media (max-width: 576px) {
      .btn-nav, .btn-nav-2 {
        padding: 6px 16px;
        font-size: 0.85rem;
        min-width: 120px;
      }
      .express-addr, .express-phone {
        font-size: 0.7rem;
      }
      .soon-card {
        padding: 20px 15px;
      }
      .franchise-detail {
        font-size: 0.8rem;
      }
      .custom-footer .row > div {
        text-align: center;
      }
      .social-icons {
        justify-content: center;
      }
    }