/********** BUDDIES CHOMA THEME - COMPLETE **********/

:root {
    /* Bootstrap Override Colors */
    --bs-primary: #E25E3A;
    --bs-primary-rgb: 226, 94, 58;
    --bs-dark: #1A0F09;
    --bs-dark-rgb: 26, 15, 9;
    --bs-light: #ECE5D8;
    --bs-light-rgb: 236, 229, 216;
    
    /* Custom Theme Colors */
    --primary: #E25E3A;
    --light: #ECE5D8;
    --dark: #1A0F09;
    --char: #0F0A07;
    --mid: #2C1A10;
    --flame: #E25E3A;
    --glow: #FF8C42;
    --cream: #F2D4A8;
    --parch: #ECE5D8;
}

/* Typography */
.ff-secondary {
    font-family: 'Pacifico', cursive;
}

.fw-medium {
    font-weight: 600 !important;
}

.fw-semi-bold {
    font-weight: 700 !important;
}

/* Back to Top */
.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}

/* Spinner */
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}

/* Buttons */
.btn {
    font-family: 'Nunito', sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    transition: .5s;
}

.btn.btn-primary,
.btn.btn-secondary {
    color: #FFFFFF;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    border-radius: 2px;
}

/* Override Bootstrap Primary Colors */
.bg-primary {
    background-color: var(--bs-primary) !important;
}

.btn-primary {
    background-color: var(--bs-primary) !important;
    border-color: var(--bs-primary) !important;
}

.btn-primary:hover {
    background-color: #c94d2c !important;
    border-color: #c94d2c !important;
}

.btn-outline-primary {
    color: var(--bs-primary) !important;
    border-color: var(--bs-primary) !important;
}

.btn-outline-primary:hover {
    background-color: var(--bs-primary) !important;
    border-color: var(--bs-primary) !important;
    color: #fff !important;
}

.text-primary {
    color: var(--bs-primary) !important;
}

.border-primary {
    border-color: var(--bs-primary) !important;
}

/* Navbar */
.navbar-dark .navbar-nav .nav-link {
    position: relative;
    margin-left: 25px;
    padding: 35px 0;
    font-size: 15px;
    color: var(--light) !important;
    text-transform: uppercase;
    font-weight: 500;
    outline: none;
    transition: .5s;
}

.sticky-top.navbar-dark .navbar-nav .nav-link {
    padding: 20px 0;
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active {
    color: var(--primary) !important;
}

.navbar-dark .navbar-brand {
    color: #E25E3A !important;
    font-weight: 700;
    font-size: 1.5rem;
}

.navbar-dark .navbar-brand i {
    color: #E25E3A;
}

.navbar-dark .navbar-brand img {
    max-height: 60px;
    transition: .5s;
}

.sticky-top.navbar-dark .navbar-brand img {
    max-height: 45px;
}

/* Dark Background Override */
.bg-dark {
    background-color: var(--bs-dark) !important;
}

.text-dark {
    color: var(--bs-dark) !important;
}

@media (max-width: 991.98px) {
    .sticky-top.navbar-dark {
        position: relative;
    }

    .navbar-dark .navbar-collapse {
        margin-top: 15px;
        border-top: 1px solid rgba(255, 255, 255, .1)
    }

    .navbar-dark .navbar-nav .nav-link,
    .sticky-top.navbar-dark .navbar-nav .nav-link {
        padding: 10px 0;
        margin-left: 0;
    }

    .navbar-dark .navbar-brand img {
        max-height: 45px;
    }
}

@media (min-width: 992px) {
    .navbar-dark {
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
        z-index: 999;
        background: transparent !important;
        transition: .5s;
    }
    
    .sticky-top.navbar-dark {
        position: fixed;
        padding-left: 45px;
        padding-right: 45px;
        background: var(--dark) !important;
    }
}

/* Hero Header */
.hero-header {
    background: linear-gradient(rgba(15, 10, 7, 0.85), rgba(26, 15, 9, 0.9)), url(../img/hero.jpeg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.hero-header h1,
.hero-header p {
    color: var(--cream);
}

.hero-header img {
    animation: imgRotate 50s linear infinite;
}

@keyframes imgRotate { 
    100% { 
        transform: rotate(360deg); 
    } 
}

.breadcrumb-item + .breadcrumb-item::before {
    color: rgba(255, 255, 255, .5);
}

/* Section Title */
.section-title {
    position: relative;
    display: inline-block;
}

.section-title h1,
.section-title h2,
.section-title h3,
.section-title h4,
.section-title h5,
.section-title span,
.section-title .ff-secondary {
    color: #E25E3A !important;
}

.section-title::before {
    position: absolute;
    content: "";
    width: 45px;
    height: 2px;
    top: 50%;
    left: -55px;
    margin-top: -1px;
    background: #E25E3A;
}

.section-title::after {
    position: absolute;
    content: "";
    width: 45px;
    height: 2px;
    top: 50%;
    right: -55px;
    margin-top: -1px;
    background: #E25E3A;
}

.section-title.text-start::before,
.section-title.text-end::after {
    display: none;
}

/* Food Menu Nav Pills */
.nav-pills .nav-link {
    color: var(--parch);
}

.nav-pills .nav-link i {
    color: #E25E3A;
}

.nav-pills .nav-link.active {
    background-color: #E25E3A !important;
    color: #fff !important;
}

.nav-pills .nav-item .active {
    border-bottom: 2px solid var(--primary);
}

/* Video Section */
.video {
    position: relative;
    height: 100%;
    min-height: 500px;
    background: linear-gradient(rgba(15, 23, 43, .1), rgba(15, 23, 43, .1)), url(../img/video.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.video .btn-play {
    position: absolute;
    z-index: 3;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    box-sizing: content-box;
    display: block;
    width: 32px;
    height: 44px;
    border-radius: 50%;
    border: none;
    outline: none;
    padding: 18px 20px 18px 28px;
}

.video .btn-play:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 100px;
    height: 100px;
    background: var(--primary);
    border-radius: 50%;
    animation: pulse-border 1500ms ease-out infinite;
}

.video .btn-play:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 100px;
    height: 100px;
    background: var(--primary);
    border-radius: 50%;
    transition: all 200ms;
}

.video .btn-play span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    border-left: 32px solid var(--dark);
    border-top: 22px solid transparent;
    border-bottom: 22px solid transparent;
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }
    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}

/* Video Modal */
#videoModal {
    z-index: 99999;
}

#videoModal .modal-dialog {
    position: relative;
    max-width: 800px;
    margin: 60px auto 0 auto;
}

#videoModal .modal-body {
    position: relative;
    padding: 0px;
}

#videoModal .close {
    position: absolute;
    width: 30px;
    height: 30px;
    right: 0px;
    top: -30px;
    z-index: 999;
    font-size: 30px;
    font-weight: normal;
    color: #FFFFFF;
    background: #000000;
    opacity: 1;
}

/* Team Section */
.team-item {
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
    height: calc(100% - 38px);
    transition: .5s;
}

.team-item img {
    transition: .5s;
}

.team-item:hover img {
    transform: scale(1.1);
}

.team-item:hover {
    height: 100%;
}

.team-item .btn {
    border-radius: 38px 38px 0 0;
}

/* Footer */
.footer .btn.btn-social {
    margin-right: 5px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--light);
    border: 1px solid #FFFFFF;
    border-radius: 35px;
    transition: .3s;
}

.footer .btn.btn-social:hover {
    color: var(--primary);
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    color: #E25E3A !important;
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .copyright {
    padding: 25px 0;
    font-size: 15px;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
    color: var(--light);
}

.footer .copyright a:hover {
    color: #E25E3A !important;
}

.footer .footer-menu a {
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid rgba(255, 255, 255, .1);
}

.footer .footer-menu a:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}

/* Form Focus */
.form-control:focus,
.form-select:focus {
    border-color: #E25E3A !important;
    box-shadow: 0 0 0 0.25rem rgba(226, 94, 58, 0.25) !important;
}

/* Custom Background Classes */
.bg-char {
    background-color: #0F0A07;
}

.bg-mid {
    background-color: #2C1A10;
}

.text-cream {
    color: #F2D4A8;
}

.text-parch {
    color: #ECE5D8;
}

.text-ember {
    color: #E25E3A;
}

.text-glow {
    color: #FF8C42;
}

/* Menu Item Hover */
.menu-item {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.menu-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.menu-item .price {
    color: #E25E3A;
    font-weight: 700;
}

/* Custom Button Styles */
.btn-ember {
    background-color: #E25E3A;
    color: #fff;
    border: none;
}

.btn-ember:hover {
    background-color: #c94d2c;
    color: #fff;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .hero-header h1 {
        font-size: 2.5rem;
    }
    
    .section-title::before,
    .section-title::after {
        width: 30px;
        left: -40px;
        right: -40px;
    }
}

.logo{
    border: 1px solid white;
    background-color: white;

     width: 190px;
   height: 60px;
  border-radius: 3px;
  /* background: var(--clr-accent); */
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.9rem;
  /* color: #fff; */
}

.menu-list{
    /* border: 1px solid red; */
    max-width: 1150px;
}
/* ============================================
   INSTRUCTION BANNER - How to Order
   ============================================ */

/* Main Instruction Banner Container */
.order-instruction {
    background: linear-gradient(135deg, rgba(226, 94, 58, 0.12), rgba(226, 94, 58, 0.04));
    border-radius: 12px;
    padding: 15px 20px;
    border-left: 4px solid #E25E3A;
    margin-bottom: 1.5rem;
    transition: all 0.3s ease;
}

/* Inner content wrapper */
.order-instruction-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 1rem;
}

/* Left side - Icon and text */
.order-instruction-left {
    display: flex;
    align-items: center;
    gap: 1rem;
}

/* Icon circle */
.order-instruction-icon {
    background: #E25E3A;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: transform 0.3s ease;
}

.order-instruction-icon i {
    color: white;
    font-size: 18px;
}

.order-instruction-icon:hover {
    transform: scale(1.1);
}

/* Title text */
.order-instruction-title {
    color: #E25E3A;
    font-size: 0.95rem;
    font-weight: 600;
    margin-bottom: 0.25rem;
}

/* Description text */
.order-instruction-desc {
    font-size: 0.85rem;
    color: var(--parch, #ECE5D8);
    color: black;
}

.order-instruction-desc span {
    display: inline-block;
}

.order-instruction-step {
    font-weight: 600;
}

.order-instruction-step-green {
    color: #25D366;
    font-weight: 600;
}

.order-instruction-arrow {
    margin: 0 10px;
}

/* Right side - Badges */
.order-instruction-badges {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.badge-select {
    background: #E25E3A;
    padding: 5px 12px;
    border-radius: 20px;
    font-size: 0.7rem;
    color: white;
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
}

.badge-select i {
    font-size: 0.7rem;
}

.badge-arrow {
    color: #E25E3A;
    font-size: 0.8rem;
}

.badge-whatsapp {
    background: #25D366;
    padding: 5px 12px;
    border-radius: 20px;
    font-size: 0.7rem;
    color: white;
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
}

.badge-whatsapp i {
    font-size: 0.7rem;
}

/* Dismiss button */
.order-instruction-dismiss {
    background: rgba(255, 255, 255, 0.1);
    background-color: black;
    border: none;
    /* color: var(--parch, #ECE5D8); */
    border-radius: 20px;
    padding: 5px 12px;
    font-size: 0.7rem;
    cursor: pointer;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
}

.order-instruction-dismiss:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: translateX(2px);
}

/* Animation for instruction banner */
.order-instruction {
    animation: slideDown 0.4s ease-out;
}

@keyframes slideDown {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Responsive styles for mobile */
@media (max-width: 768px) {
    .order-instruction-content {
        flex-direction: column;
        align-items: flex-start;
    }
    
    .order-instruction-left {
        flex-wrap: wrap;
    }
    
    .order-instruction-desc span {
        display: block;
        margin: 5px 0;
    }
    
    .order-instruction-arrow {
        display: none;
    }
    
    .order-instruction-badges {
        width: 100%;
        justify-content: space-between;
    }
    
    .order-instruction-dismiss {
        align-self: flex-end;
    }
}

/* For very small screens */
@media (max-width: 480px) {
    .order-instruction {
        padding: 12px 15px;
    }
    
    .order-instruction-icon {
        width: 35px;
        height: 35px;
    }
    
    .order-instruction-icon i {
        font-size: 16px;
    }
    
    .order-instruction-title {
        font-size: 0.85rem;
    }
    
    .order-instruction-desc {
        font-size: 0.75rem;
    }
}
/* Menu Checkbox Styles - Makes them more visible */
.menu-checkbox {
    width: 22px !important;
    height: 22px !important;
    cursor: pointer !important;
    accent-color: #E25E3A !important;
    transform: scale(1);
    transition: transform 0.2s ease;
    flex-shrink: 0;
}

.menu-checkbox:hover {
    transform: scale(1.15);
}

/* Menu item row hover effect */
.menu-item-row {
    transition: background 0.2s ease, transform 0.2s ease;
    padding: 8px;
    border-radius: 12px;
    cursor: pointer;
}

.menu-item-row:hover {
    background: rgba(226, 94, 58, 0.08);
    transform: translateX(5px);
}

/* Instruction banner close button */
#order-instruction button:hover {
    background: rgba(255,255,255,0.2) !important;
}



/* ============================================
   ABOUT US SECTION STYLES
   ============================================ */

/* About Section Container */
.about-section {
    padding: 5rem 0;
    background: var(--char, #0F0A07);
}

/* Image Gallery Styles */
.about-img {
    overflow: hidden;
    border-radius: 12px;
}

.about-img img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    transition: all 0.5s ease;
    cursor: pointer;
    /* border: 1px solid black; */
}

/* Different heights for different images */
.about-img:nth-child(1) img {
    height: 220px;
}

.about-img:nth-child(2) img {
 height: 220px;
}

.about-img:nth-child(3) img {
     height: 220px;
}

.about-img:nth-child(4) img {
    height: 220px;
}

/* Image hover effect */
.about-img:hover img {
    transform: scale(1.05);
}

/* Image zoom animation */
.wow.zoomIn {
    animation-duration: 0.8s;
}

/* About Content Styles */
.about-content {
    padding-left: 2rem;
}

.section-title {
    position: relative;
    display: inline-block;
    margin-bottom: 1rem;
    font-size: 1rem;
    letter-spacing: 2px;
}

.section-title::before {
    /* content: '';
    position: absolute;
    left: -60px;
    top: 50%;
    width: 45px;
    height: 2px;
    background: #E25E3A;
    transform: translateY(-50%); */
}

.section-title.text-start::before {
    /* display: block; */
}

/* Main heading */
.about-content h1 {
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--cream, #F2D4A8);
    margin-bottom: 1.5rem;
}

.about-content h1 i {
    color: #E25E3A;
}

/* Paragraph text */
.about-content p {
    color: var(--parch, #ECE5D8);
    line-height: 1.8;
    margin-bottom: 1.2rem;
    font-size: 0.95rem;
}

/* Statistics Cards */
.stat-card {
    background: rgba(226, 94, 58, 0.08);
    border-radius: 12px;
    padding: 0.5rem;
    transition: all 0.3s ease;
}

.stat-card:hover {
    background: rgba(226, 94, 58, 0.15);
    transform: translateY(-3px);
}

.stat-number {
    font-size: 2.5rem;
    font-weight: 800;
    color: #E25E3A;
    margin-bottom: 0;
    line-height: 1;
}

.stat-label {
    font-size: 0.7rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--parch, #ECE5D8);
    margin-bottom: 0;
}

.stat-desc {
    font-size: 0.75rem;
    color: var(--parch, #ECE5D8);
    opacity: 0.7;
}

/* Border style for stat items */
.border-start {
    border-left-width: 4px !important;
}

.border-primary {
    border-color: #E25E3A !important;
}

/* Button Styles */
.btn-primary {
    background-color: #E25E3A;
    border-color: #E25E3A;
    color: white;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    border-radius: 8px;
}

.btn-primary:hover {
    background-color: #c94d2c;
    border-color: #c94d2c;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(226, 94, 58, 0.3);
}

/* Responsive Styles */
@media (max-width: 991px) {
    .about-content {
        padding-left: 0;
        margin-top: 2rem;
    }
    
    .about-content h1 {
        font-size: 2rem;
    }
    
    .section-title::before {
        left: -40px;
        width: 30px;
    }
}

@media (max-width: 768px) {
    .about-section {
        padding: 3rem 0;
    }
    
    .about-img img {
        height: 150px !important;
    }
    
    .about-content h1 {
        font-size: 1.8rem;
    }
    
    .stat-number {
        font-size: 2rem;
    }
    
    .stat-label {
        font-size: 0.65rem;
    }
}

@media (max-width: 576px) {
    .about-img img {
        height: 120px !important;
    }
    
    .about-content h1 {
        font-size: 1.5rem;
    }
    
    .section-title {
        font-size: 0.85rem;
    }
    
    .section-title::before {
        left: -35px;
        width: 25px;
    }
}

/* Animation for stats */
@keyframes countUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.stat-card {
    animation: countUp 0.5s ease-out;
}

/* Image Gallery Grid Improvements */
.row.g-3 {
    --bs-gutter-y: 1rem;
}

/* Optional: Add a subtle overlay to images */
.about-img {
    position: relative;
}

.about-img::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(226, 94, 58, 0.1), rgba(0,0,0,0.2));
    border-radius: 12px;
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;
}

/* .about-img:hover::after {
    opacity: 1;
} */
/* Alternative: Uniform image heights */
.about-img img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    transition: all 0.5s ease;
    cursor: pointer;
}

/* For specific positioning of the second image */
.about-img:nth-child(2) img {
    object-position: top;
}

/* For specific positioning of the third image */
.about-img:nth-child(3) img {
    object-position: center;
}

/* menus */
.food-img{
    /* border: 1px solid red; */
    height: 100px;
    width: 200px;
}

/* delivry modal */
#deliveryModal{
    color: white;
}

#locationModal{
    color: white;
}