/* ✅ Make hero bigger & more spacious */
#BingoPizzaTheme #about {
  padding-top: 6rem !important; /* was around 80px */
}
/* Mobile version of Bingo Pizza section spacing */

/* ✅ Make the text column more spacious */
#BingoPizzaTheme #about .col-lg-5 {
  padding-right: 30px;
}

/* ✅ Increase spacing between text blocks */
#BingoPizzaTheme #about p {
  line-height: 1.8;
  margin-bottom: 25px;
}

/* ✅ Increase spacing under title */
#BingoPizzaTheme #about h2 {
  margin-bottom: 1.5rem !important;
  font-size: 2.5rem !important;
}

/* ✅ Make the image collage area larger */
#BingoPizzaTheme #about .position-relative {
  transform: scale(1.08);
  transform-origin: center;
}

/* ✅ More space on mobile */
@media (max-width: 768px) {
  #BingoPizzaTheme #about {
    padding-top: 120px !important;
  }

  #BingoPizzaTheme #about .position-relative {
    transform: scale(1.02);
  }
}
/* ✅ Move the text block left by 20vw (desktop only) */
#BingoPizzaTheme #about .col-lg-5 {
  position: relative;
  left: -4vw;
}

/* ✅ Prevent layout breaking on mobile */
@media (max-width: 992px) {
  #BingoPizzaTheme #about .col-lg-5 {
    left: 0; /* reset on mobile */
  }
}
/* Mobile responsive for brand frame */
@media (max-width: 768px) {
  .brand-content h1 {
    font-size: 1.1rem !important;
    white-space: normal !important;
    line-height: 1.3;
    text-align: center !important;
    padding: 0 1rem;
  }

  .brand-content h3 {
    font-size: 0.85rem !important;
    white-space: normal !important;
    line-height: 1.4;
    text-align: center !important;
    padding: 0 1rem;
  }

  .brand-image {
    max-width: 200px !important;
    margin-bottom: 1.5rem !important;
  }

  .brand-devider {
    margin-top: 1rem;
    width: 60px !important;
  }

  .brand-content {
    padding: 0 0.5rem;
  }
}

@media (max-width: 480px) {
  .brand-content h1 {
    font-size: 0.95rem !important;
    padding: 0 0.5rem;
  }

  .brand-content h3 {
    font-size: 0.75rem !important;
    padding: 0 0.5rem;
  }

  .brand-image {
    max-width: 160px !important;
    margin-bottom: 1rem !important;
  }

  .brand-devider {
    width: 50px !important;
  }
}

/* Make Bingo Pizza left spacing fixed like Company Overview & Vision & Mission */
@media (min-width: 992px) {
  #BingoPizzaTheme > #about > .container {
    margin-left: 9rem !important;
  }

  /* ✅ Make the entire image collage responsive - scale down with smaller screens */
  #BingoPizzaTheme #about .col-lg-4 {
    transform-origin: center left;
    margin-left: 20px;
  }

  /* Large desktops */
  @media (min-width: 1600px) {
    #BingoPizzaTheme #about .col-lg-4 {
      transform: scale(1.6);
    }
  }

  /* Medium desktops */
  @media (min-width: 1400px) and (max-width: 1599px) {
    #BingoPizzaTheme #about .col-lg-4 {
      transform: scale(1.2);
    }
  }

  /* Small desktops */
  @media (min-width: 1200px) and (max-width: 1399px) {
    #BingoPizzaTheme #about .col-lg-4 {
      transform: scale(1);
    }
  }

  /* Tablets/Laptops */
  /* @media (min-width: 992px) and (max-width: 1199px) {
        #BingoPizzaTheme #about .col-lg-4 {
            transform: scale(1);
        }
    } */
}

/* Make EVERYTHING in Bingo Pizza section use Lato font - FORCE IT */
#BingoPizzaTheme,
#BingoPizzaTheme *,
#BingoPizzaTheme .label-title,
#BingoPizzaTheme h2,
#BingoPizzaTheme h2.font-alt,
#BingoPizzaTheme p,
#BingoPizzaTheme span,
#BingoPizzaTheme div {
  font-family: "Lato", sans-serif !important;
}

/* Override specific font-alt class that's using Lustria */
#BingoPizzaTheme .font-alt {
  font-family: "Lato", sans-serif !important;
}

/* Brand Pillars Section */
#BrandPillars,
#BrandPillars *,
#BrandPillars h1,
#BrandPillars h2,
#BrandPillars h3,
#BrandPillars p,
#BrandPillars span,
#BrandPillars div {
  font-family: "Lato", sans-serif !important;
}

/* Reservation Section */
#res,
#res *,
#res .label-title,
#res h1,
#res h2,
#res .font-alt,
#res p,
#res .lead,
#res .form-label,
#res button,
#res span,
#res div {
  font-family: "Lato", sans-serif !important;
}

/* Specials Section */
#special,
#special *,
#special .label-title,
#special h1,
#special h2,
#special .font-alt,
#special h3,
#special p,
#special .lead,
#special a,
#special span,
#special div {
  font-family: "Lato", sans-serif !important;
}

/* Motto Section */
#motto,
#motto *,
#motto h4,
#motto .font-alt,
#motto p,
#motto span,
#motto div {
  font-family: "Lato", sans-serif !important;
}

/* Menu Section */
#menu,
#menu *,
#menu .label-title,
#menu h1,
#menu h2,
#menu .font-alt,
#menu .nav-menu-tabs a,
#menu h6,
#menu p,
#menu .lead,
#menu .menu-price,
#menu span,
#menu div {
  font-family: "Lato", sans-serif !important;
}

#about p,
#special p {
  font-size: 1.2rem !important;
}
#menu p {
  font-size: 1rem !important;
}
/* Override font-alt class in ALL these sections */
#BrandPillars .font-alt,
#res .font-alt,
#special .font-alt,
#motto .font-alt,
#menu .font-alt {
  font-family: "Lato", sans-serif !important;
}
@media (min-width: 993px) {
  #BrandPillars h1 {
    padding-left: 0rem !important;
  }
}
/* Apply the same left margin to Bingo Pizza page sections */
@media (max-width: 992px) {
  /* Target only text elements in about section */
  #about .col-lg-7 {
    margin-left: 1.2rem !important;
  }

  /* Target only text elements in BrandPillars section */
  #BrandPillars .text-left,
  #BrandPillars .row .col-lg-4,
  #BrandPillars h1,
  #BrandPillars h2,
  #BrandPillars h3,
  #BrandPillars p {
    margin-left: 0.5rem !important;
  }
  #BrandPillars h1,
  #BrandPillars h2 {
    margin-left: 0.4rem !important;
  }
}

/* Desktop/Monitor - Increase ONLY text column width */
@media (min-width: 1200px) {
  #BingoPizzaTheme #about .col-lg-7 {
    flex: 0 0 65% !important; /* Increase from ~58% to 65% */
    max-width: 65% !important;
    padding-right: 40px !important; /* Add space between text and images */
  }

  /* Optional: Slightly reduce image column to compensate */
  #BingoPizzaTheme #about .col-lg-4 {
    flex: 0 0 30% !important; /* Reduce from ~33% to 30% */
    max-width: 30% !important;
  }
  /* Scale up the entire image grid container */
  #BingoPizzaTheme #about .position-relative {
    transform: scale(1.25);
    transform-origin: center left;
  }
}

/* Extra large monitors - Even more text space */
@media (min-width: 1600px) {
  #BingoPizzaTheme #about .col-lg-7 {
    flex: 0 0 68% !important; /* Even more text space */
    max-width: 68% !important;
    padding-right: 50px !important;
  }

  #BingoPizzaTheme #about .col-lg-4 {
    flex: 0 0 27% !important; /* Slightly smaller images */
    max-width: 27% !important;
  }
  /* Scale up the image grid container even more */
  #BingoPizzaTheme #about .position-relative {
    transform: scale(1.35);
    transform-origin: center left;
  }
}

/* Add small margins to specials text on mobile */
@media (max-width: 767.98px) {
  #special .lead.w-md-40.mb-0.mx-auto {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
}

/* Add this to bingo-pizza.css to force grid layout on mobile */
@media (max-width: 768px) {
  #BingoPizzaTheme #about .card-gutters .col-sm-6,
  #BingoPizzaTheme #about .card-gutters .col-sm-5 {
    flex: 0 0 auto !important;
    width: auto !important;
    float: left !important;
  }

  #BingoPizzaTheme #about .card-gutters .col-sm-6 {
    width: 50% !important;
  }

  #BingoPizzaTheme #about .card-gutters .col-sm-5 {
    width: 41.666667% !important;
  }

  #BingoPizzaTheme #about .card-gutters .offset-sm-1 {
    margin-left: 8.333333% !important;
  }
}
/* Mobile view - images before text */
@media (max-width: 991px) {
  #BingoPizzaTheme #about .row.justify-content-between.align-items-center {
    flex-direction: column-reverse !important;
  }

  #BingoPizzaTheme #about .col-lg-4 {
    order: -1 !important; /* Images first */
    margin-bottom: 2rem !important;
  }

  #BingoPizzaTheme #about .col-lg-7 {
    order: 1 !important;
  }
}

.consistent-spacing-bingo {
  padding-bottom: 3rem !important;
}

@media (max-width: 991px) {
  #BingoPizzaTheme #about {
    padding-top: 10rem !important;
  }
}

@media (max-width: 576px) {
  #BingoPizzaTheme p {
    font-size: 1rem !important;
  }
}

/* ✅ Ensure images appear before text on mobile */
@media (max-width: 991px) {
  #BingoPizzaTheme #about .row.justify-content-between.align-items-center {
    display: flex !important;
    flex-direction: column-reverse !important;
  }

  #BingoPizzaTheme #about .col-lg-4 {
    order: -1 !important; /* Images first */
    margin-bottom: 2rem !important;
    width: 100% !important;
  }

  #BingoPizzaTheme #about .col-lg-7 {
    order: 1 !important; /* Text second */
    width: 100% !important;
  }
}

@media (max-width: 991px) {
  #BingoPizzaTheme #about .row.justify-content-between.align-items-center {
    display: grid !important;
    grid-template-columns: 1fr;
  }

  /* Title and subtitle stay first - with left margin */
  #BingoPizzaTheme #about .col-lg-7 > .label-title {
    grid-row: 1;
    margin-left: 2rem !important;
    display: block;
  }

  #BingoPizzaTheme #about .col-lg-7 > h2 {
    grid-row: 2;
    margin-bottom: 1.2rem !important;
    margin-left: 2rem !important;
    display: block;
  }

  /* Images appear second (after title) */
  #BingoPizzaTheme #about .col-lg-4 {
    grid-row: 3; 
    width: 100% !important;
  }
  [dir="ltr"] #BingoPizzaTheme #about .col-lg-4 { 
    margin-bottom: 1rem !important;
  }
  [dir="rtl"] #BingoPizzaTheme #about .col-lg-4 { 
    margin-bottom: 2rem !important;
  }

  /* Text column container - use grid to reorder children */
  #BingoPizzaTheme #about .col-lg-7 {
    display: contents; /* This allows children to participate in parent grid */
  }

  /* Paragraphs appear third (after images) - with left margin */
  #BingoPizzaTheme #about .col-lg-7 > p {
    grid-row: 4;
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }

  /* Ensure each paragraph gets its own row */
  #BingoPizzaTheme #about .col-lg-7 > p:nth-of-type(1) {
    grid-row: 4;
    margin-left: 2rem !important;
  }

  #BingoPizzaTheme #about .col-lg-7 > p:nth-of-type(2) {
    grid-row: 5;
    margin-left: 2rem !important;
  }

  #BingoPizzaTheme #about .col-lg-7 > p:nth-of-type(3) {
    grid-row: 6;
    margin-left: 2rem !important;
  }

  #BingoPizzaTheme #about .col-lg-7 > p:nth-of-type(4) {
    grid-row: 7;
    margin-left: 2rem !important;
  }
}

#BingoPizzaTheme p {
  font-size: 1.2rem !important;
  line-height: 1.8 !important;
}

@media (max-width: 991px) {
  #BingoPizzaTheme p {
    font-size: 1.1rem !important;
    margin-bottom: 1.8rem;
  }
}

@media (max-width: 576px) {
  #BingoPizzaTheme p {
    font-size: 1rem !important; /* Much better than 1rem */
  }
}
.spacingBtwnTi_sub {
  padding: 0.5rem 0rem;
  margin-bottom: 0.5rem !important;
}

@media (max-width: 991px) {
  .label-title-edit {
    margin-left: 2rem !important;
  }
}

/* ===== MENU SECTION RTL IMPROVEMENTS ===== */

/* Menu Section Container */
[dir="rtl"] #menu .container {
  text-align: right !important;
}

/* Menu Tabs - Same as English but reversed */
[dir="rtl"] .nav-menu-tabs {
  flex-direction: row-reverse;
  gap: 0.5rem;
}

[dir="rtl"] .nav-menu-tabs li a {
  text-align: center;
}

/* Menu Items - Exact same layout as English but RTL */
[dir="rtl"] #menu .media {
  flex-direction: row-reverse;
  align-items: center;
  position: relative;
  margin-bottom: 1.5rem !important;
}

[dir="rtl"] #menu .avatar-sm {
  margin-right: 0 !important;
  margin-left: 1rem !important;
  border-radius: 0 !important;
}

/* Media Body - Same structure as English */
[dir="rtl"] #menu .media-body {
  position: relative;
  flex: 1;
  width: 100%;
  padding-right: 0;
}

/* Item Name - Same positioning as English */
[dir="rtl"] #menu .media-body h6 {
  position: relative;
  display: inline-block;
  margin-bottom: 0;
  padding-right: 10px;
  background-color: rgb(230, 230, 230) !important;
  z-index: 2;
}

/* Dots Price - FIXED: Proper line from dish name to price */
[dir="rtl"] #menu .dots-price {
  position: absolute;
  left: 0;
  right: auto;
  top: 1px;
  width: calc(100% - 40px); /* Adjust based on price width */

  z-index: 1;
}

/* Menu Price - FIXED: Proper positioning */
[dir="rtl"] #menu .menu-price {
  position: absolute;
  left: 0;
  right: auto;
  top: 0;
  background-color: rgb(230, 230, 230) !important;
  padding-left: 8px;
  z-index: 2;
  font-weight: bold;
  color: #000;
}

/* Description text - Same as English */
[dir="rtl"] #menu .media-body p {
  margin-top: 0.25rem;
  margin-bottom: 0;
  margin-right: 0;
  padding-right: 10px;
  color: #666;
  font-size: 0.9rem !important;
  line-height: 1.4;
  text-align: right;
}

/* Section Titles - Same as English */
[dir="rtl"] #menu .text-center {
  text-align: center !important;
}

[dir="rtl"] #menu .label-title,
[dir="rtl"] #menu h1,
[dir="rtl"] #menu .lead {
  text-align: center !important;
}

/* Mobile Responsive - FIXED: Same as English version */
@media (max-width: 768px) {
  [dir="rtl"] #menu .media {
    flex-direction: row-reverse !important; /* Same as desktop but responsive */
    align-items: center;
    text-align: right;
    margin-bottom: 1.5rem !important;
  }

  [dir="rtl"] #menu .avatar-sm {
    margin-left: 1rem !important;
    margin-bottom: 0 !important;
    width: 80px !important; /* Match English mobile size */
    height: 80px !important;
  }

  [dir="rtl"] #menu .media-body {
    text-align: right;
  }

  /* Keep the line on mobile - same as English */
  [dir="rtl"] #menu .dots-price {
    position: absolute;
    left: 0;
    right: auto;
    bottom: 1px;
    top: 0.8rem;
    width: calc(90% - 20px);
    margin: 0 !important;
  }

  [dir="rtl"] #menu .menu-price {
    position: absolute;
    left: 0;
    right: auto;
    top: 0;
    background-color: rgb(230, 230, 230) !important;
    padding-left: 8px;
  }

  [dir="rtl"] #menu .media-body h6 {
    display: inline-block;
    padding-right: 10px;
    background-color: rgb(230, 230, 230) !important;
    margin-bottom: 0;
  }

  /* Nav tabs on mobile - same as English */
  [dir="rtl"] .nav-menu-tabs {
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: center;
  }
}

/* Fix the background colors to match section */
[dir="rtl"] #menu {
  background-color: rgb(230, 230, 230) !important;
}

[dir="rtl"] #menu .media-body h6,
[dir="rtl"] #menu .menu-price {
  background-color: rgb(230, 230, 230) !important;
}

/* Hover effects - Same as English */
[dir="rtl"] .nav-menu-tabs li a:hover {
  color: #b5a46d !important;
}

#bingoThemIntro {
  width: 19rem !important;
  height: auto;
  margin-top: 1rem !important;
}

[dir="rtl"] #bingoThemIntro {
  width: 19rem !important;
  height: auto;
  margin-top: 5rem !important;
}

[dir="rtl"] #bingoThemIntroSteakquette {
  width: 28rem !important;
  height: auto;
  padding-right: 0rem !important;
  margin-top: 3.5rem !important;
}
#bingoThemIntroSteakquette {
  width: 25rem !important;
  height: auto;
  margin-left: 7rem !important;
  margin-top: -1.2em !important;
}
#BingoPizzaTheme #about .col-lg-4 {
  margin-left: 0rem !important;
}
/* For screens 1920px wide and smaller (≈ 17-inch laptops and below) */
@media (min-width: 1820px) {
  [dir="rtl"] #bingoThemIntro {
    width: 22rem !important;
    height: auto;
    margin-top: 4rem !important;
  }
}

.text-dark-green {
  color: #2d7944 !important;
}

@media (max-width: 991px) {
  [dir="rtl"] #bingoThemIntro {
    width: 15rem !important;
    padding-left: 1rem !important;
  }
  [dir="rtl"] .card-gutters {
    margin-right: -0.875rem;
  }
  [dir="rtl"] .card-gutters .col-sm-6.offset-sm-1 {
    margin-right: 0 !important;
  }
}

[dir="rtl"] #BingoPizzaTheme #about.steakquette-about .col-lg-4 {
  width: 20rem !important;
  height: auto;
  padding-right: 0rem !important;
  margin-top: 1.2rem !important;
}

[dir="rtl"] .card-gutters {
  margin-right: 2rem !important;
}

.card-gutters {
  margin-left: 1rem !important;
}

/* ===== STEAKQUETTE ABOUT SECTION ===== */

/* Default (English/LTR): col-lg-7 (text) + col-lg-5 (image) = 12 columns */
#BingoPizzaTheme #about.steakquette-about .col-lg-7 {
  flex: 0 0 58.333333% !important; /* Bootstrap's col-lg-7 */
  max-width: 58.333333% !important;
}

#BingoPizzaTheme #about.steakquette-about .col-lg-5 {
  flex: 0 0 41.666667% !important; /* Bootstrap's col-lg-5 */
  max-width: 41.666667% !important;
}

/* Arabic/RTL: col-lg-6 (text) + col-lg-6 (image) = 12 columns */
[dir="rtl"] #BingoPizzaTheme #about.steakquette-about .col-lg-7 {
  flex: 0 0 50% !important; /* Override to col-lg-6 */
  max-width: 50% !important;
}

[dir="rtl"] #BingoPizzaTheme #about.steakquette-about .col-lg-5 {
  flex: 0 0 50% !important; /* Override to col-lg-6 */
  max-width: 50% !important;
}

#noMarginLeft {
  margin-left: 0 !important;
}

[dir="rtl"] #noMarginLeft {
  margin-right: -2rem !important;
}

@media (max-width: 991px) {
  [dir="rtl"] #bingoThemIntro {
    margin-top: 0rem !important;
    width: 20rem !important;
    padding-right: 1.2rem !important;
    padding-bottom: 0rem !important;
  }
  [dir="rtl"] .card-gutters {
    padding-bottom: 0rem !important;
  }
  [dir="ltr"] #bingoThemIntro {
    margin-top: 0rem !important;
    width: 22rem !important;
    padding-right: 1.2rem !important;
    padding-bottom: 0rem !important;
  }
  [dir="ltr"] .card-gutters {
    padding-bottom: 0rem !important;
  }
}


@media (max-width: 991px) {
  [dir="rtl"] .nav-menu-tabs {
    transform: scaleX(-1) !important;
    gap: 0.5rem !important;
  }
}

@media (max-width: 991px) {
  [dir="rtl"] #bingoThemIntro {
    padding-right: 2rem;
  }
}

@media (max-width: 991px) {
  /* If you want to specifically target RTL layout */
  #BingoPizzaTheme #bingoThemIntro {
    padding-left: 1rem; /* Keep your existing RTL padding */
  }
}

@media (max-width: 991px) {

 #bingoThemIntroSteakquette {
    width: 19rem !important;
    margin-left: 0rem !important;
    margin-top: 1.2rem !important;
    margin-bottom: 2rem !important;
  }
  [dir="rtl"] #bingoThemIntroSteakquette {
  width: 19rem !important;
  margin-right: 0rem !important; /* Changed from margin-left */
  margin-left: auto !important; /* Reset left margin */
  margin-top: 1.2rem !important;
  margin-bottom: 2rem !important;
}
.card-gutters {
    margin-left: 1rem !important;
  }
}


.ltr-text {
    direction: ltr !important;
    display: inline-block;
}










/* MAXIMUM SPECIFICITY FOR RTL MENU TABS */
html[dir="rtl"] #menu .nav-menu-tabs {
    display: flex !important;
    flex-direction: row-reverse !important;
    -webkit-flex-direction: row-reverse !important;
    -ms-flex-direction: row-reverse !important;
    direction: ltr !important; /* This might be the key! */
}

/* Force the flex container to behave correctly */
html[dir="rtl"] #menu .nav-menu-tabs {
    unicode-bidi: bidi-override !important;
}



/* MOBILE VIEW FOR RTL MENU TABS */
/* CORRECT MOBILE RTL MENU TABS */
/* FIX MOBILE RTL MENU TABS ORDER WITH TRANSFORM */
@media (max-width: 991px) {
    /* The container gets flipped */
    [dir="rtl"] .nav-menu-tabs {
        transform: scaleX(-1) !important;
        gap: 0.5rem !important;
    }
    
    /* BUT we need to reverse the order of the tabs inside */
    /* Solution: Use flex-direction: row-reverse INSIDE the flipped container */
    html[dir="rtl"] #menu .nav-menu-tabs {
        display: flex !important;
        flex-direction: row !important; /* Normal direction inside flipped container */
        flex-wrap: wrap !important;
        justify-content: center !important;
    }
    
    /* Reverse the visual order with order property */
    html[dir="rtl"] #menu .nav-menu-tabs .nav-item:nth-child(1) { order: 1 !important; } /* PIZZA becomes first (visually last) */
    html[dir="rtl"] #menu .nav-menu-tabs .nav-item:nth-child(2) { order: 2 !important; } /* PASTA */
    html[dir="rtl"] #menu .nav-menu-tabs .nav-item:nth-child(3) { order: 3 !important; } /* Appetizers */
    html[dir="rtl"] #menu .nav-menu-tabs .nav-item:nth-child(4) { order: 4 !important; } /* DOLCE */
    html[dir="rtl"] #menu .nav-menu-tabs .nav-item:nth-child(5) { order: 5 !important; } /* Beverages becomes last (visually first) */
    
    /* Each tab link also needs to be flipped back so text reads correctly */
    html[dir="rtl"] #menu .nav-menu-tabs .nav-link {
        transform: scaleX(-1) !important; /* Flip the text back to normal */
        display: block !important;
        text-align: center !important;
    }
}

  [dir="rtl"] .nav-menu-tabs li:nth-child(4) a:after {
        content: "-" !important; /* Add dash after Beverages */
        display: block !important;
        position: absolute !important;
        bottom: -18px !important;
        left: -4px !important; /* Position on left in RTL */
        right: auto !important;
        top: -3px !important;
        font-size: 22px !important;
        font-weight: 300 !important;
        color: rgba(0, 0, 0, 0.3) !important;
    }
      [dir="rtl"] .nav-menu-tabs li:nth-child(1) a:before {
        content: none !important; /* Add dash after Beverages */
        
    }