@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap');
:root {
    --pd-red: #285225;
    --pd-red-dark: #285225;
    --pd-yellow: #DA291C;
}

* {
    box-sizing: border-box;
}
.container {
    max-width: 1140px;
}
body {
    font-family: "Plus Jakarta Sans", sans-serif;
    background: #fff;
    color: #1a1a1a;
}
h1,h2,h3{
    font-family: "Plus Jakarta Sans", sans-serif;
}
/* NAVBAR */
.navbar-pd {
    background: var(--pd-red);
}

.navbar-pd .navbar-brand img {
    height: 50px;
   
}
header {
    position: sticky;
    top: 0px;
    z-index: 9;
}
.btn-order {
    background: #DA291C;
    color: #fff;
    font-weight: 700;
    border: none;
    border-radius: 4px;
    padding: 8px 20px;
    font-size: 14px;
}

.btn-order:hover {
    background: #000;
}

.cart-badge {
    background: unset;
    color: #fff;
    border-radius: 50px;
    font-size: 18px;
    padding: 4px 12px;
    font-weight: 700;
    box-shadow: rgba(15, 23, 42, 0.06) 0px 2px 6px;
}
.nav-link-pd {
    color: #fff !important;
    font-size: 16px;
}

.nav-link-pd:hover {
    color: #000 !important;
}

.btn-dash {
    background: rgba(255, 255, 255, 0.15);
    color: #fff;
    border: 1.5px solid rgba(255, 255, 255, 0.5);
    border-radius: 4px;
    font-size: 13px;
    font-weight: 600;
    padding: 6px 14px;
    cursor: pointer;
}
button.slider-arrow {
    z-index: 2;
}
.btn-dash:hover {
    background: rgba(255, 255, 255, 0.28);
    color: #fff;
}

/* ORDER TABS */
/* .order-tabs {
    background: #111;
} */

.order-tab-btn {
    flex: 1;
    padding: 14px;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 1px;
    text-transform: uppercase;
    border: none;
    background: transparent;
    color: #aaa;
    transition: all .2s;
    border-bottom: 3px solid transparent;
}
button.order-tab-btn {
    background-color: #DA291C;
    color: #fff;
    /* border-radius: 10px; */
}
.order-tab-btn.active,
.order-tab-btn:hover {
    color:#fff;
    border-bottom-color: #fff;
    background-color: #000;
}

/* HERO SLIDER */
.hero-slider {
    position: relative;

    background: #1a0000;
    min-height: 520px;
}

.slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    transition: opacity .65s ease;
    display: flex;
    align-items: center;
    pointer-events: none;
}

.slide.active {
    opacity: 1;
    pointer-events: auto;
    position: relative;
    min-height: 520px;
}

.slide-bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    transition: background-image .3s;
}

.slide-overlay {
    position: absolute;
    inset: 0;
    /* background: linear-gradient(90deg, rgba(26, 0, 0, .85) 0%, rgba(26, 0, 0, .5) 55%, rgba(26, 0, 0, .1) 100%); */
}

.slide-content {
    position: relative;
    z-index: 2;
    padding: 80px 0;
}

.hero-title {
    font-size: clamp(2rem, 5vw, 3.4rem);
    font-weight: 800;
    color: #fff;
    line-height: 1.15;
}

.hero-subtitle {
    font-size: 1.15rem;
    color: rgba(255, 255, 255, .85);
}

.slide-img-right {
    position: absolute;
    right: 6%;
    top: 50%;
    transform: translateY(-50%);
    width: 380px;
    max-width: 42%;
    border-radius: 14px;
    box-shadow: 0 16px 60px rgba(0, 0, 0, .45);
    z-index: 3;
    object-fit: cover;
}

.slider-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    background: rgba(0, 0, 0, .4);
    border: none;
    color: #fff;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    font-size: 20px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background .2s;
}
ul.nav-cat-list {
    display: flex;
    list-style: none;
    gap: 15px;
    justify-content: center;
    margin-bottom: 3px;
}
ul.nav-cat-list li a {
    text-decoration: none;
    color: #fff;
}
.slide {
    box-shadow: 1px 12px 59px -4px #000000c2;
    border-radius: 15px;
    overflow: hidden;
}
.slide-content .btn {
    border: 2px solid #fff;
    border-radius: 40px;
    position: absolute;
    bottom: -130px;
    left: 62px;
}
ul.nav-cat-list li a {
    padding: 5px 12px;
    display: inline-block;
}
ul.nav-cat-list li:hover {
    background-color: #285225;
    border-radius: 3px;
}
/* ul.nav-cat-list li a:hover {
    color: #a7a7a7;
} */
.slider-arrow:hover {
    background: var(--pd-red);
}

.slider-arrow.prev {
    left: 16px;
}

.slider-arrow.next {
    right: 16px;
}

.slider-dots {
    position: absolute;
    bottom: 18px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 8px;
    z-index: 10;
}
div#offcanvasWithBothOptions {
    background-color: #000000;
    color: #fff;
}
.offcanvas-header {
    background-color: #C81607;
}
.offcanvas-body a.btn {
    background-color: #285225;
    color: #fff;
    width: 100%;
    margin-top: 10px;
    padding: 15px;
}
button.btn-close {
    background-color: #fff;
}
.s-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .35);
    border: none;
    cursor: pointer;
    padding: 0;
    transition: all .2s;
}

.s-dot.active {
    background: var(--pd-yellow);
    transform: scale(1.35);
}

/* BUTTONS */
.btn-red {
    background: var(--pd-red);
    color: #fff;
    font-weight: 700;
    border: none;
    padding: 12px 32px;
    border-radius: 4px;
    font-size: 16px;
   
}
.franchise-section .btn-red {
 width: 45%;
}
.catering .container {
    background-color: #285225;
    padding-right: 0px;
    padding-left: 3rem;
    color: #fff;
    border-radius: 30px;
    overflow: hidden;
    padding-top: 1rem;
    padding-bottom: 0rem;
}
.catering h2 {
    text-transform: uppercase;
    font-size: 45px !important;
}
.btn-red:hover {
    background: var(--pd-red-dark);
    color: #fff;
}

.btn-yellow {
    background: var(--pd-yellow);
    color: #fff;
    font-weight: 700;
    border: none;
    padding: 12px 32px;
    border-radius: 4px;
    font-size: 16px;
  
}
.franchise-section .btn-yellow{
  width: 45%;
}
.btn-yellow:hover {
    background: #e0b000;
    color: #1a1a1a;
}

/* PROMO BAR */
.promo-bar {
    background: #f8f8f8;
    border-bottom: 1px solid #eee;
}

.btn-claim {
    background: var(--pd-red);
    color: #fff;
    border: none;
    padding: 8px 20px;
    border-radius: 4px;
    font-weight: 600;
}

/* CATEGORY GRID */
.section-title {
    font-size: 1.6rem;
    font-weight: 800;
}

.category-card {
    border-radius: 12px;
    overflow: hidden;
    cursor: pointer;
    background: #f8f2ec;
    transition: transform .2s, box-shadow .2s;
    text-decoration: none;
    color: inherit;
    display: block;
    margin-top: 20px;
    border: 1px solid #b9b9b9;
    position: relative;
}

.category-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 32px rgba(0, 0, 0, .12);
}

.category-card img {
    width: 100%;
    object-fit: contain;
    height: 345px;
    background-color: #9d0811;
}

.cat-label {
    padding: 8px;
    text-align: center;
    font-weight: 800;
    font-size: 17px;
    letter-spacing: 1.5px;
    position: absolute;
    z-index: 1;
    left: 10px;
    bottom: 0px;
    color: #fff;
    text-transform: uppercase;
}

/* REWARDS */
.rewards-section .container {
    background: #F8F5EE;
    border-radius: 27px;
    overflow: hidden;
    padding-left: 3rem;
}
.rewards-section h2 {
    text-transform: uppercase;
    font-size: 24px;
}
.phone-btn {
    background-color: #285224;
    border-radius: 24px;
    color: #fff;
}
input.form-control.points-input {
    color: #000;
    border: 1px solid #c1c1c1;
    background-color: #fff;
    margin-bottom: 10px;
}
input.form-control.points-input::placeholder {
    color: #000;
}
input.form-control.points-input:focus {
    box-shadow: unset;
    border: 1px solid #920710;
}
.email-btn {
    background-color: #cecece;
    border-radius: 20px;
}
img.side-img {
    height: 380px;
    object-fit: cover;
}
img {
    max-width: 100%;
}
.rewards-section .form-control {
    background: rgba(255, 255, 255, .15);
    border: 1.5px solid rgba(255, 255, 255, .4);
    color: #fff;
}

.rewards-section .form-control::placeholder {
    color: rgba(255, 255, 255, .6);
}

.rewards-badge {
    background: var(--pd-yellow);
    color: #1a1a1a;
    font-weight: 800;
    border-radius: 50%;
    width: 64px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
}

.franchise-section {
    text-align: center;
}
.franchise-section .container {
    background-color: #000;
    padding: 4rem;
    border-radius: 30px;
}
.find-store-section {
    background: #f4f0ec;
}

.store-search-box {
    background: #fff;
    border-radius: 10px;
    padding: 32px;
    box-shadow: 0 4px 24px rgba(0, 0, 0, .07);
}

.divider-red {
    width: 56px;
    height: 4px;
    background: var(--pd-red);
    border-radius: 2px;
    margin: auto;
}
/* FOOTER */
footer {
    background: #1a1a1a;
    color: #ccc;
}

footer h6 {
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 16px;
}

footer a {
    color: #bbb;
    text-decoration: none;
    font-size: 14px;
    display: block;
    margin-bottom: 6px;
}

footer a:hover {
    color: var(--pd-yellow);
}

footer .footer-logo {
    filter: brightness(0) invert(1);
    height: 36px;
}

.app-btn {
    display: inline-block;
    background: #333;
    color: #fff !important;
    border: 1px solid #555;
    border-radius: 8px;
    padding: 8px 16px;
    font-size: 13px;
    margin-right: 8px;
    margin-bottom: 8px;
}

.app-btn:hover {
    background: #444 !important;
}

.canadian-badge {
    border: 2px solid var(--pd-red);
    border-radius: 8px;
    padding: 12px 16px;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;
    line-height: 1.4;
}

.copyright {
    background: #111;
    color: #666;
    font-size: 13px;
}

/* ══════════ DASHBOARD MODAL ══════════ */
#dashModal .modal-content {
    border-radius: 14px;
    overflow: hidden;
    border: none;
}

#dashModal .modal-header {
    background: var(--pd-red);
    color: #fff;
    border: none;
    padding: 16px 24px;
}

#dashModal .modal-header .btn-close {
    filter: invert(1);
}

.dash-sidebar {
    background: #161616;
    width: 200px;
    flex-shrink: 0;
    padding-top: 12px;
}

.dash-nav {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 11px 20px;
    color: #999;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    border-left: 3px solid transparent;
    transition: all .15s;
    text-decoration: none;
    white-space: nowrap;
}

.dash-nav:hover {
    background: rgba(255, 255, 255, .05);
    color: #fff;
}

.dash-nav.active {
    color: var(--pd-yellow);
    border-left-color: var(--pd-yellow);
    background: rgba(245, 197, 24, .06);
}

.dash-section-label {
    padding: 16px 20px 4px;
    color: #555;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.panel-area {
    flex: 1;
    background: #f5f5f5;
    overflow-y: auto;
    padding: 24px;
}

/* Slide editor cards */
.slide-card {
    background: #fff;
    border: 1.5px solid #e8e8e8;
    border-radius: 12px;
    overflow: hidden;
    transition: box-shadow .2s;
}

.slide-card:hover {
    box-shadow: 0 6px 24px rgba(0, 0, 0, .1);
}

.slide-card-img {
    width: 100%;
    height: 130px;
    object-fit: cover;
    display: block;
    background: #ede8e4;
}

.live-badge {
    position: absolute;
    top: 8px;
    right: 8px;
    background: var(--pd-red);
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    padding: 3px 10px;
    border-radius: 20px;
    letter-spacing: .5px;
}

/* Drop zone */
.drop-zone {
    border: 2px dashed #d0d0d0;
    border-radius: 10px;
    padding: 20px 12px;
    text-align: center;
    cursor: pointer;
    transition: border-color .2s, background .2s;
    background: #fafafa;
}

.drop-zone:hover,
.drop-zone.drag-over {
    border-color: var(--pd-red);
    background: #fff5f5;
}

.drop-zone i {
    font-size: 1.8rem;
    color: #ccc;
    display: block;
    margin-bottom: 6px;
}

.drop-zone.drag-over i {
    color: var(--pd-red);
}

/* Stat cards */
.stat-card {
    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 10px;
    padding: 16px;
    text-align: center;
}

.stat-num {
    font-size: 2rem;
    font-weight: 800;
    color: var(--pd-red);
}

.stat-lbl {
    font-size: 11px;
    color: #888;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Toast */
#toasts {
    position: fixed;
    bottom: 24px;
    right: 24px;
    z-index: 9999;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.pd-toast {
    background: #1a1a1a;
    color: #fff;
    padding: 11px 18px;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 10px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, .25);
    min-width: 220px;
    animation: toastIn .3s ease;
}

.pd-toast.ok {
    border-left: 4px solid #28a745;
}

.pd-toast.err {
    border-left: 4px solid var(--pd-red);
}
div#sliderDots {
    z-index: 2;
}
@keyframes toastIn {
    from {
        opacity: 0;
        transform: translateY(16px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes toastOut {
    to {
        opacity: 0;
        transform: translateY(8px)
    }
}
.offcanvas-body li.nav-item {
    transition: 0.5s all;
}
.offcanvas-body li.nav-item:hover {
    background-color: #285225;
    padding-left: 15px;
    border-radius: 9px;
}
a.btn.order-btn {
    background-color: #285225;
    color: #fff;
}
a.btn.order-btn:hover {
    background-color: transparent;
    border: 1px solid;
}
.flag-toggle {
    display: flex;
    align-items: center;
    background-color: #f0f0f0;
    padding: 5px;
    border-radius: 20px;
    width: 198px;
    position: fixed;
    bottom: 15px;
    left: 15px;
    z-index: 1;
}
.toggle-option.active {
    background-color: #fff;
    border-radius: 15px;
    opacity: 1;
    font-weight: bold;
}
.toggle-option {
    display: flex;
    align-items: center;
    padding: 5px 10px;
    color: #333;
    text-decoration: none;
    opacity: 0.5;
    transition: all 0.3s ease;
    margin-bottom: 0px;
}
.toggle-option img {
    width: 23px;
    margin-right: 7px;
}
.main-heading {
    text-align: center;
    font-size: 20px;
}
.slide-bg.mobile-slide {
    display: none;
}
    div#sliderDots {
    display: none;
}
.bottom-nav.row {
    display: none;
}
@media(max-width:767px) {
.slide-bg.mobile-slide {
    background-size: contain;
}
    .dasktop-slide{
        display: none;
    }
.slide-bg.mobile-slide {
    display: block;
}
    ul.nav-cat-list {
    overflow: scroll;
}
ul.nav-cat-list li a {
    white-space: nowrap;
}
    button.btn-dash.ms-2 {
    display: none;
}
.catering .container {
    padding: 60px 20px;
    width: 93%;
    padding-bottom: 20px;
}
.catering-btn a {
    width: 100% !important;
}
    .hero-title {
        font-size: 2rem;
    }

   .category-card img {
    height: 100%;
}
a.category-card {
    height: 93%;
}
.rewards-section .container {
    padding: 40px 20px;
    width: 94%;
}
.franchise-section {
    padding: 0px 14px;
}
.franchise-section .container {
    padding: 40px 20px;
}
.franchise-section .d-flex a.btn {
    width: 100%;
}
.franchise-section .d-flex {
    flex-direction: column;
}
.order-tabs.d-flex {
    padding-left: 15px;
    padding-right: 15px;
}
section#heroSlider {
    width: 93%;
}
.catering img {
    margin-top: 1rem;
    border-radius: 13px;
}
    .slide-img-right {
        display: none;
    }
}

.order-tabs.d-flex {
    margin-top: 15px;
    margin-bottom: 15px;
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
    gap: 15px;
}
button.order-tab-btn {
    border-radius: 10px;
    border: unset;
}
.order-tabs .order-tab-btn:first-child {
    background-color: #C81607;
}
button.order-tab-btn {
    background-color: #2D5D2A;
    color: #fff;
    /* border-radius: 10px; */
}
section#heroSlider {
    max-width: 1140px;
    margin: auto;
    border-radius: 15px;
    margin-top: 3rem;
}
.container.slide-content {
    padding-left: 10%;
}
.promo-bar.py-3 {
    max-width: 1140px;
    margin: auto;
    background-color: unset;
    border: unset;
}
button.btn.points-btn {
    background-color: #285224;
    color: #fff;
    width: 100%;
}
.catering-btn a.btn {
    border: 1px solid #fff;
    border-radius: 8px;
    font-size: 16px;
    background-color: #fff;
    color: #285225;
    font-weight: bold;
    width: 46%;
}
.red-claim {
    background-color: #920810;
}
.btn-claim:hover {
    background-color: #000;
    color: #fff;
}
a.social-icons {
    font-size: 24px;
    background-color: #fff;
    color: #000;
    border-radius: 60%;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.copyright a {
    display: inline;
}
nav.navbar.row {
    background-color: #c81607;
    padding-bottom: 15px;
    padding-top: 15px;
}
nav.navbar.row img {
    width: 200px;
    margin: auto;
    display: block;
}
.bottom-nav.row {
    background-color: #000;
    color: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
}
button.menu-btn {
    background-color: unset;
    color: #fff;
    font-size: 20px;
    border-radius: 50%;
    border: 1px solid;
    position: relative;
    top: 2px;
}