@import url('https://fonts.googleapis.com/css2?family=Bangers&family=Fredoka+One&family=Nunito:wght@400;600;700;800&display=swap');
@import url('https://googleapis.com');



html {
  scroll-behavior: smooth;
  font-size: clamp(14px, 1vw + 0.5rem, 18px);
  height: auto;

}

body {
  font-size: clamp(14px, 1.2vw, 18px);
  line-height: 1.7;
  color: #222;
  background-color: #fffaf3;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  height: auto;
  margin: 0;

}

@font-face {
  font-family: 'DS Accent';
  src: url('../assets/fonts/DSAccent.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Badaboom BB';
  src: url('../assets/fonts/BADABB__.TTF') format('truetype');
  font-weight: normal;
  font-style: normal;
}


/* =========================================
   INDEX.PHP - SPECIFIC CSS
========================================= */

/* --- FULL PAGE BACKGROUND (HALFTONE DOTS) --- */
.mainContent {
  padding-top: 120px;
  background-color: rgb(255, 187, 0);
  background-image:

    linear-gradient(95deg,
      rgb(255, 187, 0) 0%,
      rgb(255, 187, 0) 27.9%,
      #000 28%,
      #000 28.1%,
      #ffffff 28.2%,
      #ffffff 100%);

  background-attachment: scroll, scroll;
  position: relative;
  overflow-x: hidden;
  flex: 1 0 auto;
  z-index: 0;
}

.mainContent::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image:
    radial-gradient(circle, #31313167 10%, transparent 11%),
    linear-gradient(190deg,
      transparent 0%,
      transparent calc(100% - 900px),
      #000 calc(100% - 899px),
      #000 calc(100% - 894px),
      rgb(255, 187, 0) calc(100% - 893px),
      rgb(255, 187, 0) 100%);
  background-size: 12px 12px, 100% 100%;
  background-attachment: scroll, scroll;
  pointer-events: none;
  z-index: 0;
}

/* Lift ALL direct children above the overlay */
.mainContent>* {
  position: relative;
  z-index: 1;
}



.mainContent_1 {
  padding-top: 120px;
  background-color: rgb(255, 187, 0);
  background-image:
    linear-gradient(180deg,
      rgb(255, 187, 0) 0%,
      rgb(255, 187, 0) 42.9%,
      #000 43%,
      #000 43.1%,
      #ffffff 43.2%,
      #ffffff 100%);
  background-attachment: scroll, scroll;
  position: relative;
  overflow-x: hidden;
  flex: 1 0 auto;
  z-index: 0;

}

.mainContent_1::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image:
    radial-gradient(circle, #31313144 10%, transparent 11%),
    linear-gradient(200deg,
      transparent 0%,
      transparent calc(100% - 900px),
      #000 calc(100% - 899px),
      #000 calc(100% - 898px),
      rgb(255, 187, 0) calc(100% - 897px),
      rgb(255, 187, 0) 100%);
  background-size: 12px 12px, 100% 100%;
  background-attachment: scroll, scroll;
  pointer-events: none;
}

.mainContent_1>* {
  position: relative;
  z-index: 1;
}


.mainContent_2 {
  padding-top: 120px;
  background-color: rgb(255, 187, 0);
  background-image:

    linear-gradient(160deg,
      rgb(255, 187, 0) 0%,
      rgb(255, 187, 0) 42.9%,
      #000 43%,
      #000 43.1%,
      #ffffff 43.2%,
      #ffffff 100%);

  background-attachment: scroll, scroll;
  position: relative;
  overflow-x: hidden;
  flex: 1 0 auto;
  z-index: 0;

}

.mainContent_2::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image:
    radial-gradient(circle, #31313144 10%, transparent 11%),
    linear-gradient(130deg,
      transparent 0%,
      transparent calc(100% - 405px),
      #000 calc(100% - 404px),
      #000 calc(100% - 401px),
      rgb(255, 187, 0) calc(100% - 400px),
      rgb(255, 187, 0) 100%);
  background-size: 12px 12px, 100% 100%;
  background-attachment: scroll, scroll;
  pointer-events: none;
}

.mainContent_2>* {
  position: relative;
  z-index: 1;
}







.comic-hero {
  position: relative;
  padding: 80px 0;
  min-height: 80vh;
  display: flex;
  align-items: center;
  padding-bottom: 300px;
  background-color: rgb(255, 187, 0);
  background-image: radial-gradient(#3131319f 10%, transparent 11%);
  background-size: 12px 12px;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 8.80vw), 0 100%);
  z-index: 1;
  overflow: visible;


}

.comic-hero::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 25px;
  background: #000;
  transform: skewY(-5deg);
  transform-origin: bottom left;
  z-index: 5;
}


.explosion-container {

  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 1200px;
  height: 100%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;

}

.page-title {
  font-family: 'Bangers', cursive;
  font-size: 7rem;
  line-height: 1;
  text-align: center;
  color: rgb(255, 187, 0);
  letter-spacing: 0px;
  text-transform: uppercase;
  -webkit-text-stroke: 3px #000;
  text-shadow:
    8px 9px 0px #000,
    -1px -1px 0px #000,
    1px -1px 0px #000,
    -1px 1px 0px #000,
    1px 1px 0px #000;

  animation: popIn 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards;
}

.hero-title {
  font-family: 'Bangers', cursive;
  font-size: 7rem;
  line-height: 1;
  color: rgb(255, 187, 0);
  letter-spacing: 0px;
  text-transform: uppercase;
  -webkit-text-stroke: 3px #000;
  text-shadow:
    8px 9px 0px #000,
    -1px -1px 0px #000,
    1px -1px 0px #000,
    -1px 1px 0px #000,
    1px 1px 0px #000;

  animation: popIn 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards;
}

@keyframes popIn {
  0% {
    transform: scale(0.7) rotate(-3deg);
    opacity: 0;
  }

  100% {
    transform: scale(1) rotate(-1deg);
    opacity: 1;
  }
}


.comic-hero .container {
  margin-left: 0 !important;
  padding-left: 8%;
  max-width: 95%;
}

.hero-desc {
  background-color: rgba(255, 187, 0, 0.2);
  padding-left: 20px;
  font-size: clamp(1rem, 2vw, 1.4rem);
  font-weight: 700;
  color: rgb(255, 255, 255);
  animation: popIn 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards;
}


/* Comic Buttons */
.btn-comic {
  font-family: Arial;
  border: 3px solid #000 !important;
  border-radius: 15px;
  padding: 12px 30px;
  font-weight: 900;
  box-shadow: 5px 5px 0px #000;
  transition: 0.1s;
  text-transform: uppercase;
  color: #000 !important;
}

.btn-google {
  font-family: Arial;

}

.btn-dark-comic {
  background-color: rgb(255, 187, 0);
}

.btn-white {
  background-color: #ffffff;
}

.btn-dark-comic:hover {
  background-color: rgb(255, 187, 0);
}


.btn-white:hover {
  background-color: white;
}


.btn-comic:hover {
  transform: translate(3px, 3px);
  box-shadow: 3px 3px 0px #000;
}


@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.hero-img-wrapper {
  position: relative;
  display: inline-block;
}

.hero-attention-bg {
  position: absolute;
  width: 300%;
  height: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  opacity: 0.8;
  pointer-events: none;
}

.hero-burger-img {
  width: 115%;
  max-width: 115%;
  margin-left: -10%;
  position: relative;
  z-index: 2;

}


/* === Navbar === */
.navbar {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 190;
  background-color: rgb(255, 255, 255);
  border-bottom: 10px solid black;
  opacity: 1;
  transition: top 0.4s ease, opacity 0.4s ease;
  font-family: 'DS Accent', sans-serif !important;
  overflow: visible !important;
}

.navbar.hidden {
  top: -120px;
  opacity: 0;
}

.navbar-brand img {
  position: absolute;
  left: 80px;
  top: -20px;
  height: 280px;
  width: 280px;
  z-index: 9999;
  padding: 15px;
  transition: transform 0.3s ease;
}

.navbar-brand img:hover {
  transform: scale(1.08);
}


.navbar-toggler {
  background-color: transparent;
  border: 2px solid black;
}

.navbar-toggler:focus {
  box-shadow: 0 0 0 1px #000000;
}

.navbar-nav {
  margin: 25px auto;
  transform: translateX(-20px);
  padding-left: 150px;
}

.navbar .nav-link {

  font-size: 21px;
  position: relative;
  display: inline-block;
  color: black;
  transition: all 0.3s ease;
  text-decoration: none;
  margin-right: 40px;
  font-weight: 400;
  text-transform: uppercase;

}

.navbar .nav-link:hover {
  color: #d35400;
  font-weight: bold;
  transform: scale(1.05);
  letter-spacing: 0.5px;
}

.navbar .nav-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 0;
  height: 3px;
  background-color: rgb(0, 0, 0);
  transition: width 0.3s ease;
}

.navbar .nav-link:hover::after {
  width: 100%;
}

.nav-link.active {
  color: #d35400 !important;
  border-bottom: 3px solid #000;
  pointer-events: none;

}

.intro {
  padding: 40px 0px;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  line-height: 2.0;
  color: black;

}

/* Review */

.sp-header {
  text-align: center;
  padding: 64px 0 56px;
}

.sp-header .sp-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: 'Bangers', cursive;
  font-size: .85rem;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: rgb(0, 0, 0);
  margin-bottom: 18px;
  background-color: rgba(255, 255, 255, 0.169);
}

.sp-header .sp-eyebrow::before,
.sp-header .sp-eyebrow::after {
  content: '';
  display: block;
  width: 50px;
  height: 1px;
  background: rgb(0, 0, 0);
}

.sp-header h2 {
  font-family: 'Bangers', cursive;
  font-size: clamp(4rem, 6vw, 4rem);
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  -webkit-text-stroke: 2px #000;
  line-height: 1.1;
  margin: 0;
  letter-spacing: 2px;
}

.sp-header h2 em {
  color: rgb(255, 187, 0);

}

.sp-header .sp-sub {
  font-family: 'Bangers', cursive;
  font-size: .85rem;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: rgb(0, 0, 0);
  margin-top: 24px;
}


.reviewsAndStory {
  background-image: none;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 50px;
  flex-wrap: wrap;
  max-width: 1500px;
  margin: 50px auto;
  font-family: 'Times New Roman', Times, serif;
}



.reviewsAndStory p {
  font-size: 18px;
}

/* === Box Styling === */
.reviews-section,
.storyBox {
  background-image: none;
  flex: 1 1 500px;
  background: #fff;
  border: 4px solid #000;
  border-radius: 16px;
  padding: 25px;
  min-width: 350px;
  position: relative;
}



/* Comic-style headings */
.reviews-section h2,
.storyBox h2 {
  text-align: center;
  margin-bottom: 20px;
  font-family: 'Bangers';
  font-size: 2rem;
  letter-spacing: 2px;
  text-transform: uppercase;
}

/* Inner review/story cards — subtle */
.review,
.story {
  background: #f9f9f9;
  border: 2px solid #000;
  border-radius: 10px;
  padding: 15px 20px;
  margin-bottom: 15px;
  transition: transform 0.2s ease;
}



/* === Header === */
.review-header,
.story-header {
  display: flex;
  align-items: center;
  margin-bottom: 10px;

}

.star-rating i {
  color: #ffbb00;
  margin-right: 5px;
}

.review-header img,
.story-header img {
  width: 48px;
  height: 48px;
  border-radius: 20%;
  margin-right: 10px;
}

/* === Photos inside reviews & stories === */
.reviewPhoto {
  width: 140px;
  height: 140px;
  object-fit: cover;
  border-radius: 6px;
  margin: 6px 6px 0 0;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.story-photos img {
  width: 450px;
  height: 430px;
  object-fit: cover;
  border-radius: 6px;
  margin: 6px 6px 0 0;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}


.reviewPhoto:hover,
.story-photos img:hover {
  transform: scale(1.05);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.story h6 {
  font-weight: bold;
}

.review small,
.story small {
  display: block;
  color: #777;
  margin-top: 10px;
  text-align: right;
}

/* === Google Link === */
.view-all {
  display: block;
  text-align: center;
  margin-top: 15px;
  color: #1a73e8;
  text-decoration: none;
  font-weight: 500;
}

.view-all:hover {
  text-decoration: underline;
}

/* ════════════════════════════════════════
   LIGHTBOX
════════════════════════════════════════ */
.sp-lightbox {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.92);
  z-index: 10000 !important;
  align-items: center;
  justify-content: center;
  cursor: zoom-out;
  backdrop-filter: blur(6px);
  animation: spLbIn .2s ease;
}
.sp-lightbox.show { display: flex; }
@keyframes spLbIn {
  from { opacity: 0; }
  to   { opacity: 1; }
}
.sp-lightbox img {
  max-width: 88vw;
  max-height: 84vh;
  border-radius: 12px;
  box-shadow: 0 0 80px rgba(0,0,0,.9);
}
.sp-lightbox-close {
  position: absolute;
  top: 20px; right: 24px;
  font-size: 3rem;
  color: rgb(255, 187, 0);
  cursor: pointer;
  line-height: 1;
  transition: color .15s;
}

/*====================================================*/


/* Minimalist Cards */
.clean-card {
  background: #ffffff;
  border: 1px solid black;
  border-radius: 16px;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.04);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 100%;
  padding: 30px;
}

.clean-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}


.info-row {
  display: flex;
  align-items: flex-start;
  margin-bottom: 12px;
  color: #000000;
  font-size: 0.95rem;
}

.info-row i {
  color: #d35400;
  font-size: 1.1rem;
  margin-right: 12px;
  margin-top: 2px;

}

/* Button Styling */
.action-row {
  margin-top: 25px;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.btn-clean {
  border-radius: 8px;
  font-weight: 500;
  padding: 8px 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  flex: 1;
  min-width: 120px;

}

.btn-fp {
  background-color: white;
  color: black;
  border: 1px solid #d70f64;
}

.btn-fp:hover {
  background-color: #ffb0d1;
  color: black;
  border: 1px solid black;
  transition: 0.3s ease;
}

/* ======= aboutus.html ==========*/

.mission_vision {
  padding: 60px 15px;
  justify-content: center;


}



.mission-image {
  max-width: 35%;
  margin-bottom: 15px;
  border-radius: 12px;
  transition: transform 0.3s ease;
}

.mission-image:hover {
  transform: scale(1.12);
}

.section-title {
  font-family: 'Bangers', cursive;
  font-size: clamp(2rem, 4vw, 3rem);
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #d35400;
  margin-top: 15px;
  text-transform: uppercase;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.section-text {
  font-size: clamp(16px, 1.2vw, 20px);
  line-height: 1.8;
  color: #000;
  max-width: 480px;
  margin: 10px auto 0;
}

.expansionStrategy {
  font-family: "Poppins", sans-serif;
}

.expansionStrategy .section-title {
  color: #d35400;
  text-transform: uppercase;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.expansion-content {
  gap: 30px;
}

.expansion-image {
  max-width: 50%;
  height: auto;
  border-radius: 15px;
  transition: transform 0.3s ease;
}

.expansion-image:hover {
  transform: scale(1.03);
}

.expansion-text {
  font-size: clamp(16px, 1.5vw, 21px);
  line-height: 2.2;
  color: #000;
  text-align: center;

}

.btn-franchise {
  background-color: #ffa034;
  color: rgb(255, 255, 255);
  font-weight: 600;
  padding: 10px 22px;
  border-radius: 30px;
  transition: 0.3s ease;
}

.btn-franchise:hover {
  background-color: #e75c00cc;
  color: white;
  transform: scale(1.03);
}


.photo-credit {
  font-size: 0.85rem;
  color: #6c757d;

}

.photo-credit a {
  color: inherit;
  text-decoration: none;
  transition: 0.3s color;
}

.rednote {
  color: red;
}



.photo-credit a:hover {
  text-decoration: underline;

}

.foodpanda-collab {
  border-top: 5px solid rgb(255, 187, 0)
}

.foodpanda {
  color: #d70f64;
}


.btn-panda {
  background-color: #ff347f;
  color: white;
  font-weight: 600;
  padding: 10px 22px;
  border-radius: 30px;
  transition: 0.3s ease;
}

.btn-panda:hover {
  background-color: #e02470;
  color: white;
  transform: scale(1.03);
}







/* =============================== */


/* ============ Contact Us Page ============= */

.card {
  border-radius: 20px;
}

.contactHead {
  color: #000000;
  margin-bottom: 15px;

}

.subText {
  font-size: 22px;
  line-height: 1.8;
  color: #d35400;
}

.card form label {
  font-weight: 500;
}

.card form input,
.card form textarea {
  border-radius: 8px;
}


.submitbtn:hover {
  background-color: #198754;
}


/* =============================== */
/* franchise.html*/
/* =============================== */

.page-title-franchise {
  font-family: 'Bangers';
  font-size: 5rem;
  line-height: 1;
  text-align: center;
  color: rgb(255, 187, 0);
  letter-spacing: 0px;
  text-transform: uppercase;
  -webkit-text-stroke: 3px #000;

  animation: popIn 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards;

}


.franchise-hero p {
  font-size: clamp(15px, 1.5vw, 21px);
  font-weight: 400;
  line-height: 1.5;
}

.franchise-section {
  padding: 70px 15px;
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
}



.why-join {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 25px;
  margin-top: 40px;
}

.why-join {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 25px;
  margin-top: 40px;
}

.why-card {
  background: #fff5e6;
  border-radius: 15px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  padding: 30px 20px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.why-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.why-card span {
  font-size: 2rem;
  display: block;
  margin-bottom: 15px;
  color: #ff3535;
}

@keyframes fadeInText {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}


.contact-btn-container a {
  text-decoration: none;
  padding: 10px 40px;
  font-weight: 500;
  border-radius: 10px;
  transition: 0.3s;
  text-align: center;
  min-width: 220px;
}



/* ── Hero: burger image wrapper with comic POW ring ── */
.hero-img-col {
  position: relative;
}

.hero-img-wrapper {
  position: relative;
  display: inline-block;
  overflow: visible;
  z-index: 10;
}

.hero-img-col {
  overflow: visible;
  position: relative;
  z-index: 10;
}

/* Animated pulsing POW ring behind the burger image */
.hero-img-wrapper::before {
  content: '';
  position: absolute;
  inset: -18px;
  border-radius: 50%;
  background: radial-gradient(circle, #ffe033 30%, #ffbb00 70%, transparent 100%);
  z-index: 0;
  animation: powPulse 2.5s ease-in-out infinite;
  opacity: 0.55;
}

@keyframes powPulse {

  0%,
  100% {
    transform: scale(1);
    opacity: 0.55;
  }

  50% {
    transform: scale(1.1);
    opacity: 0.85;
  }
}


.hero-img-wrapper .hero-burger-img {

  position: relative;
  animation: floatBurger 3s ease-in-out infinite;
}

@keyframes floatBurger {

  0%,
  100% {
    transform: translateY(0) rotate(-1deg);
  }

  50% {
    transform: translateY(-12px) rotate(1deg);
  }
}


/* ── About section: wavy white background wrapper ── */
.about-wave-bg {
  margin-top: -80px;
  /* pull up — increase number to move higher */
  position: relative;
  z-index: 5;
  /* sit above the hero section */
}


/* Solid white overlay so dots only show on the right side */
.about-wave-bg::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}

.about-wave-bg .container {
  position: relative;
  z-index: 1;
}

/* ── About section: comic layout wrapper ── */
.about-comic-layout {
  display: flex;
  align-items: flex-start;
  gap: 24px;
  flex-wrap: nowrap;
}

.about-speech-bubble h2 {
  font-family: 'Bangers';

}


/* ── About: speech bubble box ── */
.about-speech-bubble {
  background: #fff;
  border: 4px solid #000;
  border-radius: 30px;
  padding: 28px 32px;
  box-shadow: 6px 6px 0 #000;
  position: relative;
  width: 100%;
  max-width: 800px;
  min-height: 230px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 1;
  min-width: 0;
}

.bubble-tail {
  position: absolute;
  left: 80px;
  top: -60px;
  width: 0;
  height: 0;
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
  border-bottom: 60px solid #000;
}

.bubble-tail::after {
  content: '';
  position: absolute;
  left: -13px;
  top: 6px;
  width: 0;
  height: 0;
  border-left: 13px solid transparent;
  border-right: 13px solid transparent;
  border-bottom: 54px solid #fff;
}

.about-speech-bubble::before {

  content: '';
  position: absolute;
  top: 12px;
  right: 12px;
  width: 150px;
  height: 130px;
  border-top: 3px solid #000000b6;
  border-right: 3px solid #000000b6;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 0;
  border-top-left-radius: 0;
  pointer-events: none;
}

.about_us_desc {
  font-size: clamp(10px, 4vw, 18px);
  font-family: "Poppins", sans-serif;

}

/* ── About: food thumbnail cards (wireframe icon squares) ── */
.about-food-cards {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 20px;
  flex-shrink: 0;
  align-items: flex-start;
}

.food-thumb-card {
  width: 130px;
  height: 130px;
  background: white;
  border: 2px solid #000;
  border-radius: 10px;
  box-shadow: 6px 6px 0 #000;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 3rem;
  transition: transform 0.18s, box-shadow 0.18s;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}

.food-thumb-card::before {
  content: '';
  position: absolute;
  top: 8px;
  left: 8px;
  width: 25px;
  height: 25px;
  border-top: 2px solid rgba(0, 0, 0, 0.7);
  border-left: 2px solid rgba(0, 0, 0, 0.7);
  pointer-events: none;
}

.food-thumb-card::after {
  content: '';
  position: absolute;
  bottom: 8px;
  right: 8px;
  width: 25px;
  height: 25px;
  border-bottom: 2px solid rgba(0, 0, 0, 0.7);
  border-right: 2px solid rgba(0, 0, 0, 0.7);
  pointer-events: none;
}



.food-thumb-card:hover {
  transform: translate(3px, 3px);
  box-shadow: 3px 3px 0 #000;

}



/* =========================================
   END INDEX.PHP WIREFRAME ENHANCEMENTS
========================================= */

/*latest*/
@media (max-width: 778px) {

  .hero-desc {
    position: relative !important;
    z-index: 9999 !important;

  }

  .navbar-brand img {
    position: absolute;
    left: 0px;
    top: 10px;
    height: 180px !important;
    width: 180px !important;
    z-index: 9999;
    padding: 0px;
  }

  .navbar {
    padding-top: 70px;
  }

  /* 1. The Container that drops down */
  .navbar-collapse {
    background-color: #ffffff;
    border: 3px solid #000;
    border-radius: 20px;
    margin: 15px;
    box-shadow: 3px 3px 0px #000;
    /* Comic shadow */
    overflow: hidden;

  }

  .navbar-nav {
    padding: 20px !important;
    margin: 0 !important;
    border: none !important;
    transform: none !important;
    text-align: center;
  }

  .navbar .nav-link {
    font-family: 'DS Accent', sans-serif !important;
    font-size: 1.2rem !important;
    color: #000 !important;
    padding: 15px 0 !important;
    transition: color 0.2s ease-in-out;
    display: block;
    font-weight: 600;
    width: 100%;
  }

  .navbar .nav-link:last-child {
    border-bottom: none;
  }

  .navbar .nav-link:hover {
    color: #d35400 !important;
  }

  .navbar-nav .nav-link:active,
  .navbar-nav .nav-link.active {
    color: #d35400 !important;

  }

  .navbar .nav-link::after {
    display: none;
  }

  .navbar .nav-link:hover::after {
    width: 100%;
  }




  .navbar-toggler {
    border: 2px solid #000 !important;
    box-shadow: 3px 3px 0px #000;
    background-color: rgb(255, 187, 0);
  }

  body:has(.navbar-collapse.show) .navbar-brand img {
    opacity: 0;
    visibility: hidden;
    transition: 0.3s ease;
  }

  .btn-comic {
    position: relative !important;
    z-index: 9999 !important;

  }

  .hero-attention-bg {
    position: absolute;
    width: 250%;
    height: auto;
    top: 58%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 0;
    opacity: 0.8;
    pointer-events: none;
  }

  .hero-burger-img {
    width: 100%;
    max-width: 100%;
    margin-top: 15%;
    margin-left: -5%;
    position: relative;
    z-index: 2;

  }

  /* ============About US page==========*/

  .page-title {
    padding-top: 25px !important;
    font-family: 'Bangers', cursive;
    font-size: 6rem;
    line-height: 1;
    text-align: center;
    color: rgb(255, 187, 0);


  }



  /* ============Franchise page==========*/

  .page-hero-banner {
    margin-top: 25px !important;
  }


}

  /* ===================================*/



@media (max-width: 769px) {


  .story-photos img,
  .reviewPhoto {
    width: 250px;
    height: 240px;
    object-fit: cover;
    border-radius: 6px;
    margin: 6px 0px;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
  }

  .mission_vision {
    flex-direction: column;
    text-align: center;
    padding: 40px 10px;


  }

  .mission {
    border-right: none;
  }

  .mission-image {
    max-width: 50%;
    margin-bottom: 15px;

  }



  .section-text {
    font-size: 16px;
    margin-bottom: 20px;
  }

  .expansion-content {
    flex-direction: column;
    text-align: center;
  }

  .expansion-image {
    max-width: 100%;
  }

  .expansion-text {
    text-align: left;
    line-height: 2.5;
  }




  .reviews-section,
  .storyBox {
    width: 90%;
  }

  .stateBranches .btn {
    display: block;
    width: 100%;
    margin: 10px 0;
    font-size: 15px;
    padding: 8px 0;
    text-align: center;
  }

  .stateBranches .whatsappButton {
    margin-left: 0;
  }


  .reviewsAndStory {
    flex-direction: column;
    align-items: center;
  }

  /* Speech bubble tail: switch from left to top when stacked */
  #about .bubble-tail-left {
    display: none;
  }
  /* ── Remove bubble tail decorators that break layout when stacked ── */
  .bubble-tail-top {
    left: 30px;
  }



}

/*latest*/
@media (min-width: 768px) and (max-width: 991px) {



  .navbar-brand img {
    position: absolute;
    left: 20px;
    top: 10px;
    height: 200px !important;
    width: 200px !important;
    z-index: 9999;
    padding: 0px;
  }

  .navbar {
    padding: 40px 40px !important;
    min-height: 80px;
  }

  .navbar-toggler {
    margin-left: auto;
    position: relative;
    z-index: 9999;
  }

  .navbar-nav {
    margin-top: 40px;
    margin-bottom: 15px;
    padding-left: 0;
    border: 3px solid black;
    border-radius: 15px;
    text-align: center;
    width: 100%;
    transform: none;
    background-color: #fff;
  }

  .navbar-nav .nav-item {
    display: block;
    margin: 0;
  }

  .navbar .nav-link {
    font-size: 18px;
    margin: 0;
    padding: 12px 0;
    border-bottom: 2px solid #000;
  }

  .navbar .nav-link:last-child {
    border-bottom: none;
  }



  body:has(.navbar-collapse.show) .navbar-brand img {
    opacity: 0;
    visibility: hidden;
    transition: 0.3s ease;
  }

  .hero-title,
  .hero-desc,
  .btn-comic {
    position: relative !important;
    z-index: 9999 !important;

  }

  .about-food-cards {
    display: flex !important;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
  }

  .about-comic-layout {
    flex-direction: column;
    align-items: stretch;
  }

  .food-thumb-card {
    width: 100px;
    height: 100px;
  }

  .food-thumb-card svg {
    width: 64px !important;
    height: 64px !important;
  }



  /* ── About Intro: stack image + text box ── */
  #about .row {
    flex-direction: column;
  }

  #about .col-md-6 {
    width: 80%;
    max-width: 100%;
  }

  #about .comic-img-frame img {
    width: 100%;
  }

  /* Speech bubble tail: switch from left to top when stacked */
  #about .bubble-tail-left {
    display: none;
  }

  .comic-content-box {
    padding: 38px 38px !important;
  }



  /* ── Mission & Vision: keep 2 cols but reduce padding ── */
  .mission-image {
    max-width: 60%;
  }



  /* ── Growth Model: stack image + text ── */
  .expansionStrategy .row.align-items-center {
    flex-direction: column;
  }

  .expansionStrategy .col-md-6 {
    width: 80%;
    max-width: 100%;
    flex: 0 0 100%;
    margin-bottom: 24px;
    padding-bottom: 40px;
  }

  .expansionStrategy .comic-img-frame img {
    object-fit: cover;
    width: 100%;
  }

  .expansion-text {
    font-size: 18px;
    line-height: 2;
    text-align: left !important;
  }

  /* ── Foodpanda section: stack cols ── */
  .foodpanda-collab .row {
    flex-direction: column;
  }

  .foodpanda-collab .col-md-6 {
    width: 80%;
    max-width: 100%;
    flex: 0 0 100%;
    margin-bottom: 20px;
  }

  .foodpanda-collab .comic-img-frame img {
    object-fit: contain;
    width: 100%;
  }

  .foodpanda-collab .expansion-text {
    font-size: 18px;
  }

  /* ── Buttons: full width on tablet for comfort ── */
  .expansionStrategy .btn-comic,
  .foodpanda-collab .btn-comic {
    display: block;
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
  }


  /* ── Remove bubble tail decorators that break layout when stacked ── */
  .bubble-tail-top {
    left: 30px;
  }


  /* Tablet (992px–1199px) */
@media (max-width: 1199px) and (min-width: 992px) {

  .about-speech-bubble {
    margin-left: 5%;
  }


  .about-food-cards {
    display: flex !important;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    align-items: center;
  }

  .about-comic-layout {
    flex-direction: column;
    align-items: stretch;
  }

  .food-thumb-card {
    width: 100px;
    height: 100px;
  }

  .food-thumb-card svg {
    width: 64px !important;
    height: 64px !important;
  }

  .comic-content-box {
    padding: 52px 52px;
    overflow: auto;
  }

}





}

@media (min-width: 991px) and (max-width: 1500px) {

  .mainContent,
  .mainContent_1 {
    margin-top: 20px;
  }

  .navbar-brand img {
    position: absolute;
    left: 0px;
    top: 20px;
    height: 200px !important;
    width: 200px !important;
    z-index: 9999;
    padding: 0px;
  }

  .navbar .nav-link {
    font-size: 18px;
    margin: 10px;
    padding: 12px 0;
  }

  .hero-title,
  .hero-desc,
  .btn-comic {
    position: relative !important;
    z-index: 9999 !important;

  }


}

@media (max-width: 767px) {
  .about-food-cards {
    display: flex !important;
    flex-direction: row;
    flex-wrap: wrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    gap: 20px;
    padding-bottom: 6px;
    width: 100%;
    justify-content: center;
    overflow: auto;
  }

  .about-comic-layout {
    flex-direction: column;
    align-items: stretch;
  }

  .food-thumb-card {
    width: 86px;
    height: 86px;
    flex-shrink: 0;
  }

  .food-thumb-card svg {
    width: 54px !important;
    height: 54px !important;
  }

  .food-thumb-card::before {

    width: 18px;
    height: 18px;
    border-top: 2px solid rgba(0, 0, 0, 0.7);
    border-left: 2px solid rgb(0, 0, 0);
  }

  .food-thumb-card::after {

    width: 18px;
    height: 18px;
    border-bottom: 2px solid rgb(0, 0, 0);
    border-right: 2px solid rgb(0, 0, 0);

  }

  .comic-content-box {
    padding: 36px 36px !important;
  }



  .about-food-cards::-webkit-scrollbar {
    height: 4px;
  }

  .about-food-cards::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, .2);
    border-radius: 4px;
  }

  .about-speech-bubble::before {

    content: '';
    position: absolute;
    top: 12px;
    right: 12px;
    width: 110px;
    height: 80px;
    border-top: 3px solid #000000;
    border-right: 3px solid #000000;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 0;
    border-top-left-radius: 0;
    pointer-events: none;
  }
}




/* =========================================
   INNER PAGES 
========================================= */



/* Sub text below page title */
.page-hero-sub {
  font-family: 'Bangers', cursive;
  font-size: clamp(2rem, 2vw, 1.3rem);
  background-color: rgba(255, 187, 0, 0.226);
  border-radius: 10px;
  color: #000000;
  text-align: center;
  margin-top: 15px;
  padding-left: 4px;
  letter-spacing: 2px;
  animation: popIn 0.8s cubic-bezier(0.175, 0.885) forwards;
}

/* ── Comic section label (small tag above headings) ── */
.comic-section-label {
  display: inline-block;
  background: rgb(255, 187, 0);
  border: 3px solid #000;
  border-radius: 6px;
  font-family: 'Bangers', cursive;
  font-size: 1rem;
  letter-spacing: 3px;
  padding: 2px 14px;
  margin-bottom: 10px;
  box-shadow: 3px 3px 0 #000;
}

/* ── Comic section heading ── */
.comic-section-heading {
  font-family: 'Bangers', cursive;
  font-size: clamp(3rem, 4vw, 5rem);
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #000;
}

/* ── Comic content box — speech bubble style ── */
.comic-content-box {
  background: #fff;
  border: 4px solid #000;
  border-radius: 20px;
  padding: 52px 52px;
  box-shadow: 6px 6px 0 #000;
  position: relative;
}

/* Left-pointing tail (for beside-image boxes) */
.bubble-tail-left {
  position: absolute;
  left: -22px;
  top: 30px;
  width: 0;
  height: 0;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-right: 22px solid #000;
}

.bubble-tail-left::after {
  content: '';
  position: absolute;
  left: 4px;
  top: -10px;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 18px solid #ffffff;
}

/* Top-pointing tail (for contact form) */
.bubble-tail-top {
  position: absolute;
  left: 50px;
  top: -22px;
  width: 0;
  height: 0;
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
  border-bottom: 22px solid #000;
}

.bubble-tail-top::after {
  content: '';
  position: absolute;
  left: -11px;
  top: 5px;
  width: 0;
  height: 0;
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  border-bottom: 17px solid #ffffff;
}

/* Corner accent on content boxes */
.comic-content-box::before {
  content: '';
  position: absolute;
  top: 10px;
  right: 10px;
  width: 60px;
  height: 40px;
  border-top: 3px solid rgb(0, 0, 0);
  border-right: 3px solid rgb(0, 0, 0);
  border-top-right-radius: 14px;
  pointer-events: none;
}


.comic-content-box::after {
  content: '';
  position: absolute;
  bottom: 10px;
  left: 10px;
  width: 60px;
  height: 40px;
  border-bottom: 3px solid rgb(0, 0, 0);
  border-left: 3px solid rgb(0, 0, 0);
  border-bottom-left-radius: 14px;
  pointer-events: none;
}

/* ── Comic image frame ── */
.comic-img-frame {
  border: 4px solid #000;
  border-radius: 16px;
  box-shadow: 8px 8px 0 #000;
  overflow: hidden;
  background: #fff;
}

.comic-img-frame img {
  display: block;
  width: 100%;
  height: auto;
}

/* ── Mission/Vision cards ── */
.mv-card {
  background: #fff;
  border: 4px solid #000;
  border-radius: 16px;
  box-shadow: 3px 3px 0 #000;
  padding: 30px 20px;
  height: 100%;
  position: relative;
  transition: transform 0.18s, box-shadow 0.18s, scale 0.18s;
}


.mv-card:hover {
  transform: translate(3px, 3px);
  box-shadow: 3px 3px 0 #000;
  transform: scale(1.02);
}

.comic-why-card {
  background: #fff !important;
  border: 2px solid #000 !important;
  border-radius: 10px !important;
  position: relative;
  transition: transform 0.1s, !important;
}

.comic-why-card:hover {
  transform: translateY(-10px);

}

.why-card-icon {
  width: 60px;
  height: 60px;
  background: rgb(255, 187, 0);
  border: 3px solid #000;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  margin: 0 auto 16px;
  box-shadow: 2px 2px 0 #000;
}

.comic-why-card h5 {
  font-family: 'Bangers', cursive;
  font-size: 1.4rem;
  letter-spacing: 1px;
  text-transform: uppercase;
}

/* ── Franchise CTA banner ── */
.franchise-cta-banner {
  position: relative;
  background-color: rgb(255, 187, 0);
  border: 3px solid #000;
  border-radius: 20px;
  box-shadow: 4px 4px 0 #000;
  padding: 50px 30px;
  overflow: hidden;
}

/* ── Location cards ── */
.comic-location-card {
  position: relative;
  border: 2px solid #000 !important;
  border-radius: 16px !important;
  transition: transform 0.18s, box-shadow 0.18s !important;
}



/* Location card title */
.location-card-title {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.3rem;
  text-transform: uppercase;
  padding-top: 8px;
  color: rgb(0, 0, 0);
  letter-spacing: 0px;
  text-transform: uppercase;

}

/* ── Contact form inputs ── */
.comic-input {
  border: 3px solid #000 !important;
  border-radius: 10px !important;
  box-shadow: 3px 3px 0 #000 !important;
  transition: box-shadow 0.15s, transform 0.15s !important;
}

.comic-input:focus {
  outline: none !important;
  box-shadow: 5px 5px 0 #000 !important;
  transform: translate(-1px, -1px);
  border-color: rgb(255, 187, 0) !important;
}

.contact-form-box {
  margin-top: 40px;
  margin-bottom: 40px;
}

/* ── Foodpanda button variant ── */
.btn-panda-comic {
  background-color: #ff347f !important;
  color: #fff !important;
}

.btn-panda-comic:hover {
  background-color: #e02470 !important;
  color: #fff !important;
}






/* ── Scroll reveal — fast & GPU friendly ── */
.reveal {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

.reveal-left {
  opacity: 0;
  transform: translateX(-40px);
  transition: opacity 1s ease, transform 1s ease;
}

.reveal-right {
  opacity: 0;
  transform: translateX(40px);
  transition: opacity 1s ease, transform 1s ease;
}

.reveal-left.visible,
.reveal-right.visible {
  opacity: 1;
  transform: translateX(0);
}

/* Stagger delays — short so scroll feels responsive */
.reveal-delay-1 {
  transition-delay: 0.2s;
}

.reveal-delay-2 {
  transition-delay: 0.3s;
}

.reveal-delay-3 {
  transition-delay: 0.4s;
}

.reveal-delay-4 {
  transition-delay: 0.5s;
}

.reveal-delay-5 {
  transition-delay: 0.6s;
}

.reveal-delay-6 {
  transition-delay: 0.7s;
}


/* =========================================
   END INNER PAGES ENHANCEMENTS
========================================= */