/* ===== TAKEOUT BUTTON + OR PILL COLOR ===== */
.takeout {
    color: #dc0a10 !important;
}

.takeout::before {
    background: #dc0a10 !important;
}

.takeout:hover,
.takeout:hover .icon svg {
    color: #fff !important;
    fill: #fff !important;
}

.or {
    background: #dc0a10 !important;
}

/* ===== FOOTER: WHITE BACKGROUND + TOP SHADOW ===== */
.lp-footer {
    background: #ffffff !important;
    color: #333 !important;
    box-shadow: 0 -8px 24px rgba(0, 0, 0, 0.10) !important;
}

.lp-footer p,
.lp-footer li {
    color: #555 !important;
}

.lp-footer a {
    color: #444 !important;
}

.lp-footer a:hover {
    color: #155c35 !important;
}

.lp-footer .lp-footer-title {
    color: #222 !important;
}

.lp-footer .container > .row {
    padding-bottom: 40px !important;
}

.lp-footer .lp-footer-bottom {
    border-top: 1px solid #e0e0e0 !important;
    margin-top: 10px !important;
    padding: 24px 0 !important;
}

.lp-footer .lp-footer-bottom p {
    color: #666 !important;
    margin: 0 !important;
}

#currentYear {
    color: #000 !important;
}

.lp-footer .footer-social a {
    color: #444 !important;
    border: 2px solid #ddd !important;
    border-radius: 50% !important;
    width: 38px !important;
    height: 38px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    transition: all 0.3s ease !important;
}

.lp-footer .footer-social a:hover {
    color: #fff !important;
    background: #155c35 !important;
    border-color: #155c35 !important;
}

/* ===== SIDE MENU: WHITE BACKGROUND ===== */
.side .widget .logo::after {
    background: #ffffff !important;
    border-bottom: 1px solid #eee;
}

.side .close-side i {
    color: #333 !important;
}

/* ===== ORDER ONLINE BUTTON PULSE EFFECT ===== */
@keyframes btnPulse {
    0% {
        box-shadow: 0 0 0 0 rgba(21, 92, 53, 0.5);
    }
    70% {
        box-shadow: 0 0 0 14px rgba(21, 92, 53, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(21, 92, 53, 0);
    }
}

.order-online-btn {
    display: inline-block;
    background: #155c35;
    color: #fff;
    padding: 14px 36px;
    font-size: 17px;
    font-weight: 700;
    border-radius: 50px;
    text-decoration: none;
    letter-spacing: 1px;
    animation: btnPulse 2s infinite;
    transition: all 0.3s ease;
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.18);
}

.order-online-btn:hover {
    background: #1e7a47;
    color: #fff;
    transform: translateY(-4px) scale(1.04);
    box-shadow: 0 12px 24px rgba(21, 92, 53, 0.35);
    text-decoration: none;
}

/* ===== TESTIMONIAL SECTION IMPROVEMENTS ===== */
.testimonial-section {
    width: 100%;
    padding: 80px 20px;
    background: linear-gradient(135deg, #fafafa 0%, #f0f0f0 100%);
    text-align: center;
    font-family: Arial, sans-serif;
    position: relative;
    overflow: hidden;
}

.testimonial-section::before {
    content: "";
    position: absolute;
    top: -60px;
    left: -60px;
    width: 200px;
    height: 200px;
    background: rgba(212, 164, 55, 0.08);
    border-radius: 50%;
}

.testimonial-section::after {
    content: "";
    position: absolute;
    bottom: -80px;
    right: -80px;
    width: 250px;
    height: 250px;
    background: rgba(21, 92, 53, 0.06);
    border-radius: 50%;
}

.testimonial-card {
    max-width: 700px;
    margin: 0 auto;
    background: #fff;
    border-radius: 20px;
    padding: 40px 36px 36px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
    position: relative;
    transition: all 0.4s ease;
}

.testimonial-card::before {
    content: "\201C";
    position: absolute;
    top: -10px;
    left: 28px;
    font-size: 80px;
    color: rgba(212, 164, 55, 0.2);
    font-family: Georgia, serif;
    line-height: 1;
}

.testimonial-stars {
    margin-bottom: 16px;
}

.testimonial-stars i {
    color: #f4b63f;
    font-size: 16px;
    margin: 0 2px;
}

.testimonial-text {
    font-size: 18px;
    line-height: 1.8;
    color: #555;
    margin-bottom: 24px;
    font-style: italic;
}

.testimonial-avatar {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid #f4b63f;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.testimonial-name {
    margin: 14px 0 4px;
    font-size: 19px;
    font-weight: 700;
    color: #333;
}

.testimonial-date {
    font-size: 13px;
    color: #aaa;
    letter-spacing: 0.5px;
}

.testimonial-nav {
    position: static;
}

.testimonial-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 46px;
    height: 46px;
    border: 2px solid #ddd;
    border-radius: 50%;
    background: #fff;
    font-size: 18px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #555;
    z-index: 2;
    -webkit-tap-highlight-color: transparent;
    outline: none;
}

.testimonial-arrow::after {
    display: none !important;
    content: none !important;
}

.testimonial-arrow:hover,
.testimonial-arrow:focus,
.testimonial-arrow:active {
    background: #fff !important;
    border-color: #bbb !important;
    color: #333 !important;
    box-shadow: none !important;
    outline: none !important;
    -webkit-tap-highlight-color: transparent;
    transform: translateY(-50%) scale(1.15) !important;
}

.testimonial-arrow:hover::after {
    display: none !important;
    content: none !important;
}

.testimonial-arrow.prev {
    left: 20px;
}

.testimonial-arrow.next {
    right: 20px;
}

.testimonial-dots {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 24px;
}

.testimonial-dots span {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #ddd;
    cursor: pointer;
    transition: all 0.3s ease;
}

.testimonial-dots span.active {
    background: #155c35;
    transform: scale(1.2);
}

/* ===== MOBILE: TESTIMONIAL RESPONSIVE ===== */
@media (max-width: 991px) {
    .testimonial-section {
        padding: 60px 16px;
    }

    .testimonial-section > h2 {
        font-size: 32px !important;
        margin-bottom: 28px !important;
    }

    .testimonial-card {
        padding: 32px 24px 28px;
        margin: 0 40px;
        border-radius: 16px;
    }

    .testimonial-card::before {
        font-size: 60px;
        left: 18px;
        top: -6px;
    }

    .testimonial-text {
        font-size: 16px;
        line-height: 1.7;
    }

    .testimonial-avatar {
        width: 60px;
        height: 60px;
    }

    .testimonial-name {
        font-size: 17px;
    }

    .testimonial-arrow {
        width: 38px;
        height: 38px;
        font-size: 14px;
    }

    .testimonial-arrow.prev {
        left: 4px;
    }

    .testimonial-arrow.next {
        right: 4px;
    }
}

@media (max-width: 576px) {
    .testimonial-section {
        padding: 50px 12px 40px;
    }

    .testimonial-section > h2 {
        font-size: 26px !important;
        margin-bottom: 20px !important;
    }

    .testimonial-section > p {
        font-size: 16px !important;
    }

    .testimonial-card {
        padding: 28px 18px 24px;
        margin: 0 8px;
        border-radius: 14px;
    }

    .testimonial-card::before {
        font-size: 50px;
        left: 12px;
        top: -4px;
    }

    .testimonial-text {
        font-size: 15px;
        line-height: 1.6;
        margin-bottom: 18px;
    }

    .testimonial-avatar {
        width: 56px;
        height: 56px;
    }

    .testimonial-name {
        font-size: 16px;
        margin-top: 10px;
    }

    .testimonial-date {
        font-size: 12px;
    }

    .testimonial-stars i {
        font-size: 14px;
    }

    /* Move arrows below card on small screens */
    .testimonial-nav {
        display: flex;
        justify-content: center;
        gap: 16px;
        margin-top: 16px;
    }

    .testimonial-arrow {
        position: static;
        transform: none;
        width: 42px;
        height: 42px;
        font-size: 15px;
        display: inline-flex;
    }

    .testimonial-arrow.prev,
    .testimonial-arrow.next {
        left: auto;
        right: auto;
    }

    .testimonial-arrow:hover,
    .testimonial-arrow:focus,
    .testimonial-arrow:active {
        background: #fff !important;
        border-color: #bbb !important;
        color: #333 !important;
        box-shadow: none !important;
        transform: scale(1.15) !important;
        outline: none !important;
        -webkit-tap-highlight-color: transparent;
    }

    .testimonial-dots {
        margin-top: 16px;
        margin-bottom: 4px;
    }
}

