body {
    font-family: 'Poppins', sans-serif;
    padding-top: 70px;
}


.hero {
    position: relative;
    min-height: 90vh;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(0,0,0,0.45), rgba(0,0,0,0.45)),
        url('../img/banner.jpg');
    background-size: cover;
    background-position: center;
    transform: translateY(var(--scroll, 0px));
    will-change: transform;
    z-index: -1;
}

.hero .container {
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.hero .container {
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.navbar {
    transition: background 0.3s ease, box-shadow 0.3s ease;
}

.navbar.scrolled {
    background: #ffffff;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}



/*.hero {
    height: 90vh;
    background:
        linear-gradient(rgba(0,0,0,0.45), rgba(0,0,0,0.45)),
        url('../img/banner.jpg') center / cover no-repeat;
}
*/

/*.hero {
    min-height: 90vh;
    background-image:
        linear-gradient(rgba(0,0,0,0.45), rgba(0,0,0,0.45)),
        url('../img/banner.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
*/
.info-card {
    background: #fff;
    padding: 30px;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    text-align: center;
}

.franchise-card {
    border: none;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

.product-card {
    background: #fff;
    padding: 15px;
    border-radius: 14px;
    text-align: center;
    box-shadow: 0 10px 25px rgba(0,0,0,0.06);
}

.product-card img {
    width: 100%;
    border-radius: 10px;
    margin-bottom: 10px;
}

.footer {
    background: #111;
    color: #aaa;
    padding: 20px;
}
/*.nav-logo {
    height: 40px;
    width: auto;
}

@media (max-width: 768px) {
    .nav-logo {
        height: 34px;
    }
}
.navbar-brand {
    max-height: 40px;
    overflow: hidden;
}

.nav-logo {
    height: 45px !important;
    max-height: 60px !important;
    width: auto !important;
    display: block;
}*/
/* NAV TEXT COLOR */
.navbar .nav-link {
    color: #272797 !important;
    font-weight: 500;
}
.navbar .nav-link:hover {
    color: #1d1d6b; /* darker shade */
}
.navbar .nav-link.active {
    color: #272797
    font-weight: 600;
}
.navbar-nav .nav-link {
    color: #272797
}

/*font*/
@font-face {
    font-family: 'Cera Pro';
    src: url('../fonts/CeraPro-Regular.woff2') format('woff2');
    font-weight: 400;
}

@font-face {
    font-family: 'Cera Pro';
    src: url('../fonts/CeraPro-Medium.woff2') format('woff2');
    font-weight: 500;
}

@font-face {
    font-family: 'Cera Pro';
    src: url('../fonts/CeraPro-Bold.woff2') format('woff2');
    font-weight: 700;
}

body {
    font-family: 'Cera Pro', -apple-system, BlinkMacSystemFont, sans-serif;
}
section {
    scroll-margin-top: 10px;
}
/*toggle*/

.pizza-toggler {
    border: 1px solid #e5e5e5;
    background: white;
    font-size: 26px;
    padding: 6px 12px;
    border-radius: 10px;
    line-height: 1;
}

.pizza-toggler:focus {
    box-shadow: none;
}
.pizza-toggler {
    border: 1px solid #e5e5e5;
    background: #fff;
    font-size: 26px;
    padding: 6px 12px;
    border-radius: 10px;
    line-height: 1;
    transition: transform 0.4s ease;
}

/* umiikot pag open */
.pizza-toggler.rotate {
    transform: rotate(180deg);
}

.pizza-toggler:focus {
    box-shadow: none;
}
/*footer*/

.site-footer {
    background: #f9f9fc;
    padding: 70px 0 30px;
    font-size: 14px;
}

.footer-logo {
    height: 40px;
}

.footer-desc {
    color: #666;
    max-width: 420px;
    line-height: 1.6;
}

.footer-title {
    font-weight: 600;
    color: #272797;
    margin-bottom: 16px;
}

/* LINKS */
.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin-bottom: 10px;
}

.footer-links a {
    color: #555;
    text-decoration: none;
}

.footer-links a:hover {
    color: #272797;
}

/* SOCIAL LIST */
.footer-icon-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-icon-list li {
    margin-bottom: 12px;
}

.footer-icon-list a {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #555;
    text-decoration: none;
}

.footer-icon-list a:hover {
    color: #272797;
}

.footer-icon-list .icon {
    width: 28px;
    height: 28px;
    border-radius: 8px;
    background: #eef0ff;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #272797;
}

/* ORDER ONLINE */
.order-links a {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
    color: #555;
    text-decoration: none;
}

.order-links img {
    height: 28px;
}

.order-links a:hover {
    color: #272797;
}

/* DIVIDER & BOTTOM */
.footer-divider {
    margin: 40px 0 20px;
}

.footer-bottom {
    text-align: center;
    color: #888;
    font-size: 13px;
}

.social-icons a {
    font-size: 22px;
    margin-right: 12px;
    text-decoration: none;
    transition: transform 0.3s ease;
}

.social-icons a:hover {
    transform: translateY(-3px);
}

.delivery-icons img {
    height: 32px;
    margin-right: 10px;
}
/*facebook*/


.social-icon svg {
    width: 22px;
    height: 22px;
    fill: #272797;
    transition: transform 0.3s ease, fill 0.3s ease;
}

.social-icon:hover svg {
    transform: translateY(-3px);
    fill: #1d1d6b;
}

/*instagram*/

.social-icon svg {
    width: 22px;
    height: 22px;
    fill: #272797;
    transition: transform 0.3s ease, fill 0.3s ease;
}

.social-icon:hover svg {
    transform: translateY(-3px);
    fill: #1d1d6b;
}

.footer-icon-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-icon-list li {
    margin-bottom: 12px;
}

.footer-icon-list a {
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    color: #555;
    font-size: 14px;
    transition: color 0.3s ease;
}

.footer-icon-list a:hover {
    color: #272797;
}

.footer-icon-list .icon svg {
    width: 20px;
    height: 20px;
    fill: #272797;
}

.footer-icon-list .icon.grab {
    font-size: 18px;
}

.footer-icon-list .icon.panda {
    font-size: 18px;
}
/*active nav highlight*/

.navbar .nav-link {
    position: relative;
    color: #272797;
}

/* ACTIVE STATE */
.navbar .nav-link.active {
    font-weight: 600;
}

/* Underline animation */
.navbar .nav-link.active::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -6px;
    width: 100%;
    height: 2px;
    background: #272797;
}
.contact-card {
    background: #ffffff;
    padding: 24px;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.06);
}

/*add card why*/
/* NEW WHY CARDS */
.new-card {
    border-radius: 18px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 15px 40px rgba(0,0,0,0.06);
    transition: transform 0.3s ease;
}

.new-card:hover {
    transform: translateY(-6px);
}

/* BLUE TITLE BAR */
.card-header-title {
    background: #272797;
    color: #fff;
    text-align: center;
    font-weight: 600;
    padding: 14px;
    font-size: 18px;
}

/* IMAGE AREA */
.card-image img {
    width: 100%;
    height: 180px;
    object-fit: cover;
}

/* TEXT AREA */
.card-body-text {
    padding: 20px;
    text-align: center;
}

.card-body-text p {
    margin: 0;
    color: #555;
    font-size: 14px;
    line-height: 1.6;
}
.new-card {
    border-radius: 18px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 15px 40px rgba(0,0,0,0.06);
    transition: transform 0.3s ease;
}

.new-card:hover {
    transform: translateY(-6px);
}

.card-header-title {
    background: #272797;
    color: #fff;
    text-align: center;
    font-weight: 600;
    padding: 14px;
    font-size: 18px;
}

.card-image img {
    width: 100%;
    height: 180px;
    object-fit: cover;
}

.card-body-text {
    padding: 20px;
    text-align: center;
}

.card-body-text p {
    margin: 0;
    color: #555;
    font-size: 14px;
    line-height: 1.6;
}
/*add sa ilalim ng card */

.why-stat h3 {
    color: #272797;
    font-weight: 700;
    font-size: 36px;
    margin-bottom: 5px;
}

.why-stat p {
    font-size: 14px;
    color: #666;
    margin: 0;
}
/*add card 2*/

.why-commitment {
    max-width: 900px;
    margin: 0 auto;
    padding: 30px;
    background: #f9f9fc;
    border-left: 5px solid #272797;
    border-radius: 12px;
}

.why-commitment p {
    margin: 0;
    color: #555;
    font-size: 15px;
    line-height: 1.7;
}


/*add card 2*/

/* LOGO WRAPPER */
.logo-wrap {
    display: flex;
    align-items: center;
}

/* DEFAULT: MALAKI (NASA HERO) */
.nav-logo {
    height: 56px;
    width: auto;
    transition: height 0.35s ease;
}

/* PAG SCROLLED NA */
.navbar.scrolled .nav-logo {
    height: 34px;
}

/* MOBILE */
@media (max-width: 768px) {
    .nav-logo {
        height: 40px;
    }

    .navbar.scrolled .nav-logo {
        height: 30px;
    }
}
.navbar.scrolled .nav-logo {
    height: 34px;
    transform: scale(0.95);
    opacity: 0.95;
}
/*.navbar:not(.scrolled) {
    background: transparent !important;
    box-shadow: none;
    color: transparent;
}
*/

/*Chat CSS to*/

/* CHAT WIDGET */
#chat-widget {
    position: fixed;
    bottom: 24px;
    right: 24px;
    z-index: 9999;
}

#chat-toggle {
    width: 56px;
    height: 56px;
    background: #272797;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

#chat-toggle img {
    width: 28px;
    height: 28px;
}


#chat-box {
    width: 320px;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.2);
    position: absolute;
    bottom: 70px;
    right: 0;
    display: none;
    flex-direction: column;
}

.chat-header {
    background: #272797;
    color: #fff;
    padding: 14px;
    font-weight: 600;
    display: flex;
    justify-content: space-between;
}

.chat-body {
    padding: 14px;
    height: 240px;
    overflow-y: auto;
    background: #f9f9fc;
}

.chat-message {
    margin-bottom: 10px;
    padding: 10px 12px;
    border-radius: 12px;
    font-size: 14px;
    max-width: 85%;
}

.chat-message.bot {
    background: #eef0ff;
}

.chat-message.user {
    background: #272797;
    color: #fff;
    margin-left: auto;
}

.chat-input {
    display: flex;
    border-top: 1px solid #eee;
}

.chat-input input {
    flex: 1;
    border: none;
    padding: 12px;
}

.chat-input button {
    border: none;
    background: #272797;
    color: #fff;
    padding: 0 18px;
}
/* WEBSITE MENU STYLE (A + B) */
.menu-title {
    font-weight: 700;
    color: #272797;
    margin-bottom: 20px;
}

.menu-card {
    background: #fff;
    border-radius: 16px;
    padding: 14px;
    text-align: center;
    cursor: pointer;
    box-shadow: 0 10px 30px rgba(0,0,0,0.06);
    transition: transform .3s ease, box-shadow .3s ease;
}

.menu-card img {
    width: 100%;
    height: 160px;
    object-fit: cover;
    border-radius: 12px;
    margin-bottom: 12px;
    transition: transform .4s ease;
}

.menu-card h6 {
    font-weight: 600;
    font-size: 14px;
    margin: 0;
}

/* HOVER ANIMATION */
.menu-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 18px 45px rgba(0,0,0,0.12);
}

.menu-card:hover img {
    transform: scale(1.08);
}

.modal.fade .modal-dialog {
    transform: scale(.92);
    transition: transform .3s ease;
}

.modal.show .modal-dialog {
    transform: scale(1);
}
/* CATEGORY FILTER */
.menu-filter button {
    border: none;
    background: #eef0ff;
    color: #272797;
    padding: 8px 18px;
    border-radius: 999px;
    margin: 0 6px 10px;
    font-weight: 500;
    transition: all .25s ease;
}

.menu-filter button.active,
.menu-filter button:hover {
    background: #272797;
    color: #fff;
}

/* STAGGER ANIMATION */
.menu-card {
    opacity: 0;
    transform: translateY(20px);
    animation: fadeUp .6s ease forwards;
}

.menu-card.hidden {
    display: none !important;
}

@keyframes fadeUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
/* MODAL PRODUCT IMAGE – FULL IMAGE VIEW */
.modal-product-img {
    width: 100%;
    max-height: 320px;
    object-fit: contain;   /* 👈 BUO ANG IMAGE */
    background: #f9f9fc;   /* clean background */
}
/* MODAL IMAGE WRAPPER */
.modal-image-wrapper {
    position: relative;
    overflow: hidden;
    border-radius: 14px;
    background: #f9f9fc;
}

/* IMAGE DEFAULT */
.modal-product-img {
    width: 100%;
    max-height: 360px;
    object-fit: contain; /* BUO */
    transition: transform 0.35s ease;
    cursor: zoom-in;
}

/* ZOOMED STATE */
.modal-product-img.zoomed {
    transform: scale(1.8);
    cursor: zoom-out;
}

/* MOBILE ADJUST */
@media (max-width: 768px) {
    .modal-product-img {
        max-height: 300px;
    }
}
.menu-section {
    animation: fadeUp 0.5s ease both;
}

@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
/* FRANCHISE MODEL BOX */
.franchise-box {
    position: relative;
    background: #fff;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(0,0,0,0.08);
    transition: transform .35s ease, box-shadow .35s ease;
}

.franchise-box:hover {
    transform: translateY(-8px);
    box-shadow: 0 25px 60px rgba(0,0,0,0.15);
}

/* IMAGE */
.franchise-box img {
    width: 100%;
    height: 240px;
    object-fit: cover;
    transition: transform .4s ease;
}

.franchise-box:hover img {
    transform: scale(1.06);
}

/* CONTENT */
.franchise-content {
    padding: 20px;
    font-size: 14px;
    color: #555;
}

/* ANGLED TAG */
.franchise-tag {
    position: absolute;
    top: 16px;
    left: 16px;
    background: #272797;
    color: #fff;
    padding: 8px 18px;
    font-weight: 600;
    font-size: 14px;
    border-radius: 12px;
    clip-path: polygon(0 0, 92% 0, 100% 50%, 92% 100%, 0 100%);
    z-index: 2;
}

/* OPTIONAL COLORS */
.badge-orange {
    background: #f4a52c;
}

.badge-dark {
    background: #111;
}

/* MOBILE */
@media (max-width: 768px) {
    .franchise-box img {
        height: 200px;
    }
}

.modal.fade .modal-dialog {
    transform: scale(.94);
    transition: transform .3s ease;
}

.modal.show .modal-dialog {
    transform: scale(1);
}
/* FRANCHISE MODAL IMAGE – FULL IMAGE (NO CROP) */

/* ===============================
   FRANCHISE MODAL – FULL IMAGE
================================ */

.franchise-modal-content {
    border-radius: 20px;
    overflow: hidden;
    position: relative;
}

/* IMAGE AREA */
.franchise-modal-image {
    width: 100%;
    height: 70vh;
    background: #f4f5f9;
}

.franchise-modal-image img {
    width: 100%;
    height: 100%;
    object-fit: contain; /* 🔥 buong image */
}

/* TEXT AREA */
.franchise-modal-body {
    padding: 24px 20px 30px;
    background: #fff;
}

/* CLOSE BUTTON */
.franchise-modal-close {
    position: absolute;
    top: 16px;
    right: 16px;
    background: #fff;
    border-radius: 50%;
    padding: 10px;
    z-index: 10;
}

/* MOBILE – mas full */
@media (max-width: 768px) {
    .franchise-modal-image {
        height: 80vh;
    }
}



/* ================= FRANCHISE MODAL IMAGE ================= */
.franchise-modal-img {
    width: 100%;
    height: 75vh;          /* FULL VIEW */
    object-fit: contain;   /* BUONG IMAGE */
    background: #f4f6fb;
    transition: transform 0.3s ease;
    touch-action: pinch-zoom;
    cursor: zoom-in;
}

/* ZOOM STATE */
.franchise-modal-img.zoomed {
    transform: scale(2);
    cursor: zoom-out;
}

/* NAV BUTTONS */
.franchise-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0,0,0,0.55);
    color: #fff;
    border: none;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    font-size: 20px;
    z-index: 10;
}

.franchise-prev { left: 15px; }
.franchise-next { right: 15px; }


.custom-close {
  position: absolute;
  top: 14px;
  right: 18px;
  font-size: 28px;
  background: rgba(0,0,0,0.6);
  color: #fff;
  border: none;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  z-index: 20;
  cursor: pointer;
}

#products {
  min-height: 100vh;
}
@media (max-width: 768px) {
  #products {
    min-height: 100svh;   /* safe viewport height */
    padding-bottom: 60px; /* space bago mag Contact */
  }
}
@media (max-width: 768px) {
  .franchise-modal-img {
    max-height: 45vh;
  }
}
@media (max-width: 768px) {
  #franchiseModal .modal-content {
    max-height: 90vh;
    overflow-y: auto;
  }
}
@media (max-width: 768px) {
  .custom-close {
    position: fixed;
  }
}
/* =========================
   CONTACT – CLEAN FROM SCRATCH
========================= */
.contact-card {
  background: #fff;
  padding: 28px;
  border-radius: 18px;
  box-shadow: 0 15px 40px rgba(0,0,0,.08);
}

/* =========================
   MASCOT AREA
========================= */
.mascot-wrapper {
  position: relative;
  display: inline-block;
}

.contact-mascot {
  width: 140px;
  animation: mascotFloat 3s ease-in-out infinite;
}

/* SPEECH BUBBLE */
.mascot-bubble {
  position: absolute;
  right: -120px;
  top: 20px;
  background: #dc3545;
  color: #fff;
  padding: 8px 16px;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 500;
  white-space: nowrap;
  animation: bubblePulse 1.6s infinite;
  box-shadow: 0 8px 20px rgba(0,0,0,.18);
}

/* FLOATING ANIMATION */
@keyframes mascotFloat {
  0% { transform: translateY(0); }
  50% { transform: translateY(-12px); }
  100% { transform: translateY(0); }
}

@keyframes bubblePulse {
  0% { transform: scale(1); }
  50% { transform: scale(1.08); }
  100% { transform: scale(1); }
}

/* MOBILE FIX */
@media (max-width: 768px) {
  .contact-mascot {
    width: 110px;
  }

  .mascot-bubble {
    right: -90px;
    font-size: 12px;
  }
}
.contact-mascot {
  filter: drop-shadow(0 12px 25px rgba(39,39,151,.35));
}

.contact-mascot:hover {
  filter: drop-shadow(0 18px 35px rgba(220,53,69,.45));
}

/* ===============================
   BOTTOM PROMO BAR
================================ */
#promoBar {
    position: fixed;
    bottom: 90px;
    right: 20px;
    width: 340px;
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 15px 40px rgba(0,0,0,.18);
    overflow: hidden;
    z-index: 9999;
    animation: slideUp .4s ease;
}

/* ANIMATION */
@keyframes slideUp {
    from { transform: translateY(120%); opacity: 0; }
    to   { transform: translateY(0); opacity: 1; }
}

.promo-item {
    display: none;
}

.promo-item.active {
    display: flex;
}

/* IMAGE */
.promo-item img {
    width: 120px;
    height: 120px;
    object-fit: cover;
}

/* TEXT */
.promo-text {
    padding: 12px;
    font-size: 13px;
}

.promo-text h6 {
    font-weight: 700;
    color: #272797;
    margin-bottom: 4px;
}

.promo-text p {
    margin-bottom: 6px;
    color: #555;
    font-size: 12px;
}

/* LINK */
.promo-link {
    font-weight: 600;
    color: #dc3545;
    text-decoration: none;
}

.promo-link:hover {
    text-decoration: underline;
}

/* CLOSE */
#promoClose {
    position: absolute;
    top: 6px;
    right: 6px;
    border: none;
    background: rgba(0,0,0,.55);
    color: #fff;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    font-size: 14px;
    z-index: 5;
}

/* MOBILE */
@media (max-width: 768px) {
    #promoBar {
        right: 10px;
        left: 10px;
        width: auto;
        bottom: 80px; /* hindi tatama sa chat widget */
    }
}
/* DRAGGABLE CURSOR */
#promoBar {
    cursor: grab;
}

#promoBar.dragging {
    cursor: grabbing;
    user-select: none;
}
/* DRAG HEADER */
#promoDragHandle {
    background: #272797;
    color: #fff;
    padding: 8px 12px;
    font-size: 13px;
    font-weight: 600;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: grab;
}

#promoDragHandle:active {
    cursor: grabbing;
}

#promoClose {
    background: transparent;
    border: none;
    color: #fff;
    font-size: 16px;
}
.promo-wrapper {
  position: relative;
}

/* PROMO ITEMS */
.promo-item {
  display: none;
  animation: fadeSlide .4s ease;
}

.promo-item.active {
  display: flex;
}

/* SLIDE ANIMATION */
@keyframes fadeSlide {
  from {
    opacity: 0;
    transform: translateX(20px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
/* ===============================
   PROMO ARROWS
================================ */
.promo-arrow {
  position: absolute;
  top: 58%;
  transform: translateY(-50%);
  background: rgba(0,0,0,.55);
  color: #fff;
  border: none;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  font-size: 20px;
  line-height: 1;
  cursor: pointer;
  z-index: 10;
}

.promo-prev {
  left: 6px;
}

.promo-next {
  right: 6px;
}

.promo-arrow:hover {
  background: #272797;
}

/* HIDE ARROWS PAG ISANG PROMO LANG */
#promoBar.single .promo-arrow {
  display: none;
}
