
/* Bowl Appétit Branding Colors and Typography */
:root {
    /* Primary Brand Colors */
    --primary-teal: #3A6B60;      /* Deep Teal/Forest Green */
    --primary-brown: #6B5A50;     /* Dark Brown */
    --primary-beige: #E8E0D2;     /* Light Beige/Off-White */
    --accent-pink: #D08080;       /* Muted Rose/Terracotta Pink */
    --black: #000000;             /* Pure Black */
    --white: #FFFFFF;             /* Pure White */
}

/* Global Typography - Serif Font Family */
body {
    font-family: 'Playfair Display', 'Georgia', 'Times New Roman', serif;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Playfair Display', 'Georgia', 'Times New Roman', serif;
    font-weight: 600;
}

/* Top Bar - Updated to use brand colors */
.text-white.py-2.small[style*="background: #19C37D"] {
    background: var(--primary-teal) !important;
}

/* Header Navigation - Updated colors */
.navbar-nav .nav-link.active {
    color: var(--primary-teal) !important;
    background: transparent !important;
    border: none !important;
    font-weight: 600 !important;
}

.navbar-nav .nav-link {
    color: var(--primary-brown) !important;
    font-weight: 600 !important;
}

.navbar-nav .nav-link:hover {
    color: var(--primary-teal) !important;
}

/* Hero Section - Updated colors */
.hero-section[style*="background: #EEF7F8"] {
    background: var(--primary-beige) !important;
}

.hero-subtitle[style*="color: #F6B10A"] {
    color: var(--accent-pink) !important;
}

.hero-title span[style*="color: #19C37D"] {
    color: var(--primary-teal) !important;
}

.hero-title span[style*="color: #222"] {
    color: var(--primary-brown) !important;
}

/* Hero Buttons - Updated colors */
.btn-warning[style*="color: #fff"] {
    background: var(--primary-teal) !important;
    border-color: var(--primary-teal) !important;
    color: var(--white) !important;
}

.btn-warning[style*="color: #fff"]:hover {
    background: var(--primary-brown) !important;
    border-color: var(--primary-brown) !important;
}

/* Hero Image Background - Updated color */
.hero-image-wrapper[style*="background: #ffb800"] {
    background: var(--accent-pink) !important;
}

/* Stats Section - Updated colors */
.stats-subtitle[style*="color: #F6B10A"] {
    color: var(--accent-pink) !important;
}

.stats-title[style*="color: #222"] {
    color: var(--primary-brown) !important;
}

.stats-number[style*="color: #19C37D"] {
    color: var(--primary-teal) !important;
}

.stats-cta-btn[style*="color: #fff"] {
    background: var(--primary-teal) !important;
    border-color: var(--primary-teal) !important;
    color: var(--white) !important;
}

.stats-cta-btn[style*="color: #fff"]:hover {
    background: var(--primary-brown) !important;
    border-color: var(--primary-brown) !important;
}

/* Value Section - Updated colors */
.value-section[style*="background: #EEF7F8"] {
    background: var(--primary-beige) !important;
}

.value-subtitle[style*="color: #F6B10A"] {
    color: var(--accent-pink) !important;
}

.value-title[style*="color: #222"] {
    color: var(--primary-brown) !important;
}

.value-icon[style*="color: #19C37D"] {
    color: var(--primary-teal) !important;
}

/* Programs Section - Updated colors */
.programs-subtitle[style*="color: #F6B10A"] {
    color: var(--accent-pink) !important;
}

.programs-title[style*="color: #222"] {
    color: var(--primary-brown) !important;
}

.programs-cta-btn[style*="color: #fff"] {
    background: var(--primary-teal) !important;
    border-color: var(--primary-teal) !important;
    color: var(--white) !important;
}

.programs-cta-btn[style*="color: #fff"]:hover {
    background: var(--primary-brown) !important;
    border-color: var(--primary-brown) !important;
}

/* Special Dishes Section - Updated colors */
.special-dishes-section[style*="background: #EEF7F8"] {
    background: var(--primary-beige) !important;
}

.special-dishes-subtitle[style*="color: #F6B10A"] {
    color: var(--accent-pink) !important;
}

.special-dishes-title[style*="color: #222"] {
    color: var(--primary-brown) !important;
}

.special-dish-rating[style*="color: #F6B10A"] {
    color: var(--accent-pink) !important;
}

.special-dish-price[style*="color: #F6B10A"] {
    color: var(--accent-pink) !important;
}

.special-dish-btn[style*="color: white"],
.special-dish-btn[style*="color: #fff"] {
    background: var(--primary-teal) !important;
    border-color: var(--primary-teal) !important;
    color: var(--white) !important;
}

.special-dish-btn[style*="color: white"]:hover,
.special-dish-btn[style*="color: #fff"]:hover {
    background: var(--primary-brown) !important;
    border-color: var(--primary-brown) !important;
}

/* Testimonials Section - Updated colors */
.testimonials-section-responsive span[style*="color: #F6B10A"] {
    color: var(--accent-pink) !important;
}

.testimonials-section-responsive .testimonial-title {
    color: var(--primary-brown) !important;
}

.testimonials-section-responsive img[style*="border: 3px solid #19C37D"] {
    border-color: var(--primary-teal) !important;
}

.testimonials-section-responsive div[style*="color: #F6B10A"] {
    color: var(--accent-pink) !important;
}

/* Logo Section - Updated background */
section[style*="background: #EEF7F8"] {
    background: var(--primary-beige) !important;
}

/* Tips & Recipes Section - Updated colors */
.tips-recipes-section-responsive span[style*="color: #F6B10A"] {
    color: var(--accent-pink) !important;
}

.tips-recipes-section-responsive h4.fw-bold {
    color: var(--primary-brown) !important;
}

.tips-recipes-section-responsive span[style*="background: #F6B10A"] {
    background: var(--accent-pink) !important;
}

.tips-recipes-section-responsive a[style*="color: #F6B10A"] {
    color: var(--accent-pink) !important;
}

.tips-recipes-section-responsive .btn-warning[style*="color: #fff"] {
    background: var(--primary-teal) !important;
    border-color: var(--primary-teal) !important;
    color: var(--white) !important;
}

.tips-recipes-section-responsive .btn-warning[style*="color: #fff"]:hover {
    background: var(--primary-brown) !important;
    border-color: var(--primary-brown) !important;
}

/* Newsletter Section - Updated colors */
.newsletter-section-responsive .newsletter-container {
    background: linear-gradient(to top left, var(--primary-teal), var(--white)) !important;
}

.newsletter-section-responsive .newsletter-title {
    color: var(--primary-brown) !important;
}

.newsletter-section-responsive .newsletter-btn {
    background: var(--primary-teal) !important;
    border-color: var(--primary-teal) !important;
    color: var(--white) !important;
}

.newsletter-section-responsive .newsletter-btn:hover {
    background: var(--primary-brown) !important;
    border-color: var(--primary-brown) !important;
}

/* Footer - Updated colors */
.footer-responsive .bi[style*="color: #19C37D"] {
    color: var(--primary-teal) !important;
}

.footer-responsive .footer-contact-btn {
    background: var(--primary-teal) !important;
    border-color: var(--primary-teal) !important;
    color: var(--white) !important;
}

.footer-responsive .footer-contact-btn:hover {
    background: var(--primary-brown) !important;
    border-color: var(--primary-brown) !important;
}

/* Copyright Section - Updated background */
div[style*="background: #19C37D"] {
    background: var(--primary-teal) !important;
}

/* Value Background Shape - Updated gradient */
.value-bg-shape::before {
    background: linear-gradient(to top, var(--accent-pink), var(--white)) !important;
}

/* Testimonial Background Shape - Updated gradient */
.testimonials-section-responsive .testimonial-bg-inner {
    background: linear-gradient(to top, var(--accent-pink), var(--white)) !important;
}

/* Star Ratings - Updated to use brand colors */
.bi-star-fill.text-warning {
    color: var(--accent-pink) !important;
}

/* Play button icon - Updated color */
.bi-play-circle[style*="color: #19C37D"] {
    color: var(--primary-teal) !important;
}

/* Additional brand color overrides for consistency */
.text-success {
    color: var(--primary-teal) !important;
}

.btn-success {
    background-color: var(--primary-teal) !important;
    border-color: var(--primary-teal) !important;
}

.btn-success:hover {
    background-color: var(--primary-brown) !important;
    border-color: var(--primary-brown) !important;
}

/* Hero Section Responsive Styles */
.hero-section {
    min-height: 650px;
}

.min-vh-75 {
    min-height: 75vh;
}

/* Responsive adjustments for different screen sizes */
@media (max-width: 1199px) {
    .hero-title {
        font-size: 2.8rem !important;
    }
    .hero-subtitle {
        font-size: 1.2rem !important;
    }
    .hero-description {
        font-size: 1rem !important;
    }
}

@media (max-width: 991px) {
    .hero-section {
        min-height: auto;
        padding: 4rem 0 !important;
    }
    .min-vh-75 {
        min-height: auto;
    }
    .hero-content {
        text-align: center;
    }
    .hero-title {
        font-size: 2.5rem !important;
    }
    .hero-main-image {
        width: 350px !important;
        height: 350px !important;
    }
    .hero-image-wrapper {
        padding: 20px 0 30px 0 !important;
    }
    .hero-buttons .row {
        justify-content: center;
    }
    .hero-reviews {
        justify-content: center;
    }
}

@media (max-width: 767px) {
    .hero-content {
        text-align: center;
        padding: 0 1rem !important;
    }
    .hero-title {
        font-size: 2.2rem !important;
    }
    .hero-subtitle {
        font-size: 1.1rem !important;
    }
    .hero-description {
        font-size: 0.95rem !important;
    }
    .hero-main-image {
        width: 280px !important;
        height: 280px !important;
    }
    .hero-image-wrapper {
        padding: 15px 0 25px 0 !important;
    }
    .hero-decoration {
        width: 80px !important;
    }
    .hero-reviews {
        justify-content: center;
    }
}

@media (max-width: 575px) {
    .hero-title {
        font-size: 1.8rem !important;
    }
    .hero-subtitle {
        font-size: 1rem !important;
    }
    .hero-description {
        font-size: 0.9rem !important;
    }
    .hero-main-image {
        width: 240px !important;
        height: 240px !important;
    }
    .hero-image-wrapper {
        padding: 10px 0 20px 0 !important;
    }
    .hero-decoration {
        width: 60px !important;
    }
    .customer-avatars img {
        width: 45px !important;
    }
}

/* Stats Section Responsive Styles */
.stats-section {
    padding: 4rem 0;
}

.stats-subtitle {
    font-size: 1.2rem;
}

.stats-title {
    font-size: 2.3rem;
    line-height: 1.2;
}

.stats-description {
    font-size: 1.1rem;
    max-width: 500px;
}

.stats-number {
    font-size: 2rem;
}

.stats-label {
    font-size: 1rem;
}

.stats-cta-btn {
    font-size: 1.1rem;
}

.stats-main-image {
    max-width: 500px;
    margin: 0 0 0 20px;
}

/* Stats Section Responsive Breakpoints */
@media (max-width: 1199px) {
    .stats-title {
        font-size: 2.1rem !important;
    }
    .stats-subtitle {
        font-size: 1.1rem !important;
    }
    .stats-description {
        font-size: 1rem !important;
    }
    .stats-number {
        font-size: 1.8rem !important;
    }
}

@media (max-width: 991px) {
    .stats-section {
        padding: 3rem 0 !important;
    }
    .stats-content {
        text-align: center;
    }
    .stats-title {
        font-size: 1.9rem !important;
    }
    .stats-description {
        max-width: 100% !important;
        margin: 0 auto !important;
    }
    .stats-main-image {
        max-width: 400px !important;
        margin: 0 !important;
    }
    .stats-numbers .row {
        justify-content: center;
    }
}

@media (max-width: 767px) {
    .stats-section {
        padding: 2.5rem 0 !important;
    }
    .stats-content {
        padding: 0 1rem !important;
    }
    .stats-title {
        font-size: 1.7rem !important;
    }
    .stats-subtitle {
        font-size: 1rem !important;
    }
    .stats-description {
        font-size: 0.95rem !important;
    }
    .stats-number {
        font-size: 1.6rem !important;
    }
    .stats-label {
        font-size: 0.9rem !important;
    }
    .stats-cta-btn {
        font-size: 1rem !important;
    }
    .stats-main-image {
        max-width: 320px !important;
    }
}

@media (max-width: 575px) {
    .stats-section {
        padding: 2rem 0 !important;
    }
    .stats-title {
        font-size: 1.5rem !important;
    }
    .stats-subtitle {
        font-size: 0.9rem !important;
    }
    .stats-description {
        font-size: 0.9rem !important;
    }
    .stats-number {
        font-size: 1.4rem !important;
    }
    .stats-label {
        font-size: 0.85rem !important;
    }
    .stats-cta-btn {
        font-size: 0.9rem !important;
    }
    .stats-main-image {
        max-width: 280px !important;
    }
}

/* Value Section Responsive Styles */
.value-section {
    padding: 3rem 0;
}

.value-subtitle {
    font-size: 1.5rem;
}

.value-title {
    font-size: 2.1rem;
    line-height: 1.2;
}

.value-description {
    font-size: 1.1rem;
}

.value-point {
    box-shadow: 4px 4px 12px rgba(0,0,0,0.2);
    font-size: 1.0rem;
    font-weight: 600;
}

.value-icon {
    font-size: 1.5rem;
}

.value-main-image {
    max-width: 440px;
    margin-bottom: 20px;
    z-index: 2;
}

.value-decoration {
    height: auto;
    width: 100px;
    margin-bottom: 10px;
    z-index: 2;
}

.value-bg-shape {
    width: 475px;
    height: 470px;
    border-radius: 90px 0 110px 70px;
    box-shadow: 4px 4px 12px rgba(0,0,0,0.2);
    z-index: 1;
}

.value-bg-shape::before {
    content: '';
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    border: 10px solid #fff;
    border-radius: 90px 0 110px 70px;
    background: linear-gradient(to top, #FEAF25, #fff);
    z-index: 1;
}

/* Value Section Responsive Breakpoints */
@media (max-width: 1199px) {
    .value-title {
        font-size: 1.9rem !important;
    }
    .value-subtitle {
        font-size: 1.3rem !important;
    }
    .value-description {
        font-size: 1rem !important;
    }
    .value-point {
        font-size: 0.95rem !important;
    }
    .value-icon {
        font-size: 1.3rem !important;
    }
    .value-main-image {
        max-width: 400px !important;
    }
    .value-bg-shape {
        width: 420px !important;
        height: 420px !important;
    }
}

@media (max-width: 991px) {
    .value-section {
        padding: 2.5rem 0 !important;
    }
    .value-content {
        text-align: center;
    }
    .value-title {
        font-size: 1.7rem !important;
    }
    .value-description {
        max-width: 100% !important;
        margin: 0 auto !important;
    }
    .value-main-image {
        max-width: 350px !important;
    }
    .value-bg-shape {
        width: 370px !important;
        height: 370px !important;
    }
    .value-decoration {
        width: 80px !important;
    }
}

@media (max-width: 767px) {
    .value-section {
        padding: 2rem 0 !important;
    }
    .value-content {
        padding: 0 1rem !important;
    }
    .value-title {
        font-size: 1.5rem !important;
    }
    .value-subtitle {
        font-size: 1.1rem !important;
    }
    .value-description {
        font-size: 0.95rem !important;
    }
    .value-point {
        font-size: 0.9rem !important;
        padding: 0.75rem !important;
    }
    .value-icon {
        font-size: 1.2rem !important;
    }
    .value-main-image {
        max-width: 300px !important;
    }
    .value-bg-shape {
        width: 320px !important;
        height: 320px !important;
    }
    .value-decoration {
        width: 70px !important;
    }
}

@media (max-width: 575px) {
    .value-section {
        padding: 1.5rem 0 !important;
    }
    .value-title {
        font-size: 1.3rem !important;
    }
    .value-subtitle {
        font-size: 1rem !important;
    }
    .value-description {
        font-size: 0.9rem !important;
    }
    .value-point {
        font-size: 0.85rem !important;
        padding: 0.5rem !important;
    }
    .value-icon {
        font-size: 1.1rem !important;
    }
    .value-main-image {
        max-width: 260px !important;
    }
    .value-bg-shape {
        width: 280px !important;
        height: 280px !important;
    }
    .value-decoration {
        width: 60px !important;
    }
}

/* Programs Section Responsive Styles */
.programs-section {
    padding: 5rem 0;
}

@media (min-width: 992px) {
    .programs-section {
        padding: 8rem 0 !important;
    }
}

.programs-subtitle {
    font-size: 1.2rem;
}

.programs-title {
    font-size: 2.1rem;
    line-height: 1.2;
}

.programs-description {
    font-size: 1.1rem;
    max-width: 400px;
}

.programs-cta-btn {
    font-size: 1.1rem;
}

.programs-cards-container {
    align-items: flex-start;
}

.programs-card-elevated {
    transform: translateY(50px);
}

@media (max-width: 991px) {
    .programs-card-elevated {
        transform: translateY(25px);
    }
}

.program-card {
    transition: transform 0.3s ease;
    flex: 1;
    max-width: 280px;
}

@media (max-width: 991px) {
    .programs-cards-container {
        margin-top: 3rem;
        flex-direction: column;
        gap: 2rem !important;
        justify-content: center;
        align-items: center;
        padding: 0 2rem;
    }
    .program-card {
        max-width: 280px;
        width: 100%;
        flex: 0 0 auto;
    }
    .programs-card-elevated {
        transform: translateY(0);
    }
}

.program-card:hover {
    transform: translateY(-5px);
}

.programs-card-elevated:hover {
    transform: translateY(45px);
}

.program-card-img {
    width: 90px;
    height: 90px;
}

.program-card-title {
    font-size: 1.75rem;
}

.program-card-text {
    font-size: 1rem;
}

.programs-decoration {
    width: 200px;
    position: absolute;
    z-index: 10;
    pointer-events: none;
}

.programs-decoration-left {
    left: 10%;
    bottom: -55px;
    transform: translateX(-50%);
}

.programs-decoration-right {
    right: 0;
    bottom: -150px;
    transform: translateX(-50%);
}

/* Programs Section Responsive Breakpoints */
@media (max-width: 1199px) {
    .programs-title {
        font-size: 1.9rem !important;
    }
    .programs-subtitle {
        font-size: 1.1rem !important;
    }
    .programs-description {
        font-size: 1rem !important;
    }
    .program-card-title {
        font-size: 1.6rem !important;
    }
    .program-card {
        max-width: 250px;
    }
    .programs-decoration {
        width: 180px !important;
    }
    .programs-decoration-left {
        left: 10% !important;
        bottom: -45px !important;
    }
    .programs-decoration-right {
        right: -7.5% !important;
        bottom: -120px !important;
    }
}

@media (max-width: 991px) {
    .programs-section {
        padding: 4rem 0 !important;
    }
    .programs-content {
        text-align: center;
    }
    .programs-title {
        font-size: 1.7rem !important;
    }
    .programs-description {
        max-width: 100% !important;
        margin: 0 auto !important;
    }
    .programs-cta-btn {
        margin: 0 auto !important;
    }
    .programs-decoration {
        width: 150px !important;
    }
    .programs-decoration-left {
        left: 10% !important;
        bottom: -40px !important;
    }
    .programs-decoration-right {
        right: -7.5% !important;
        bottom: -100px !important;
    }
}

@media (max-width: 767px) {
    .programs-section {
        padding: 3rem 0 !important;
    }
    .programs-content {
        padding: 0 1rem !important;
    }
    .programs-title {
        font-size: 1.5rem !important;
    }
    .programs-subtitle {
        font-size: 1rem !important;
    }
    .programs-description {
        font-size: 0.95rem !important;
    }
    .program-card-title {
        font-size: 1.4rem !important;
    }
    .program-card-text {
        font-size: 0.9rem !important;
    }
    .program-card-img {
        width: 80px !important;
        height: 80px !important;
    }
    .programs-cards-container {
        gap: 1.5rem !important;
        flex-direction: column;
        padding: 0 1.5rem;
    }
    .program-card {
        max-width: 280px;
        width: 100%;
        flex: 0 0 auto;
    }
    .programs-card-elevated {
        transform: translateY(0);
    }
    .programs-decoration {
        width: 120px !important;
    }
    .programs-decoration-left {
        left: 10% !important;
        bottom: -35px !important;
    }
    .programs-decoration-right {
        right: -7.5% !important;
        bottom: -80px !important;
    }
}

@media (max-width: 575px) {
    .programs-section {
        padding: 2.5rem 0 !important;
    }
    .programs-title {
        font-size: 1.3rem !important;
    }
    .programs-subtitle {
        font-size: 0.9rem !important;
    }
    .programs-description {
        font-size: 0.9rem !important;
    }
    .program-card-title {
        font-size: 1.2rem !important;
    }
    .program-card-text {
        font-size: 0.85rem !important;
    }
    .program-card-img {
        width: 70px !important;
        height: 70px !important;
    }
    .programs-cta-btn {
        font-size: 1rem !important;
        padding: 0.5rem 1rem !important;
    }
    .programs-cards-container {
        gap: 1rem !important;
        flex-direction: column;
        padding: 0 1rem;
    }
    .program-card {
        max-width: 280px;
        width: 100%;
        flex: 0 0 auto;
    }
    .programs-card-elevated {
        transform: translateY(0);
    }
    .programs-decoration {
        width: 100px !important;
    }
    .programs-decoration-left {
        left: 10% !important;
        bottom: -30px !important;
    }
    .programs-decoration-right {
        right: -10% !important;
        bottom: -70px !important;
    }
}

/* Special Dishes Section Responsive Styles */
.special-dishes-section {
    padding: 4rem 0;
}

.special-dishes-subtitle {
    font-size: 1.2rem;
}

.special-dishes-title {
    font-size: 2.1rem;
    line-height: 1.2;
}

.special-dishes-description {
    font-size: 1.1rem;
    max-width: 500px;
}

.special-dish-card {
    transition: transform 0.3s ease;
}

.special-dish-card:hover {
    transform: translateY(-5px);
}

.special-dish-img {
    height: 250px;
    object-fit: cover;
}

.special-dish-title {
    font-size: 1.2rem;
}

.special-dish-rating {
    font-size: 1.1rem;
}

.special-dish-price {
    font-size: 1.3rem;
}

.special-dish-btn {
    font-size: 1.1rem;
}

@media (min-width: 992px) {
    .special-dish-btn {
        font-size: 0.9rem !important;
        padding: 0.4rem 0.8rem !important;
    }
    .special-dish-price {
        font-size: 1.1rem !important;
    }
}

/* Special Dishes Section Responsive Breakpoints */
@media (max-width: 1199px) {
    .special-dishes-title {
        font-size: 1.9rem !important;
    }
    .special-dishes-subtitle {
        font-size: 1.1rem !important;
    }
    .special-dishes-description {
        font-size: 1rem !important;
    }
    .special-dish-title {
        font-size: 1.1rem !important;
    }
    .special-dish-img {
        height: 220px !important;
    }
}

@media (max-width: 991px) {
    .special-dishes-section {
        padding: 3rem 0 !important;
    }
    .special-dishes-title {
        font-size: 1.7rem !important;
    }
    .special-dishes-description {
        max-width: 100% !important;
        margin: 0 auto !important;
    }
    .special-dish-img {
        height: 200px !important;
    }
    .special-dish-card {
        max-width: 400px;
        margin: 0 auto;
    }
    .special-dish-btn {
        font-size: 1rem !important;
        padding: 0.5rem 1rem !important;
    }
    .special-dish-price {
        font-size: 1.2rem !important;
    }
}

@media (max-width: 767px) {
    .special-dishes-section {
        padding: 2.5rem 0 !important;
    }
    .special-dishes-title {
        font-size: 1.5rem !important;
    }
    .special-dishes-subtitle {
        font-size: 1rem !important;
    }
    .special-dishes-description {
        font-size: 0.95rem !important;
    }
    .special-dish-title {
        font-size: 1rem !important;
    }
    .special-dish-rating {
        font-size: 1rem !important;
    }
    .special-dish-img {
        height: 180px !important;
    }
    .special-dish-card {
        max-width: 350px;
        margin: 0 auto;
    }
    .special-dish-btn {
        font-size: 0.9rem !important;
        padding: 0.4rem 0.8rem !important;
    }
    .special-dish-price {
        font-size: 1.1rem !important;
    }
}

@media (max-width: 575px) {
    .special-dishes-section {
        padding: 2rem 0 !important;
    }
    .special-dishes-title {
        font-size: 1.3rem !important;
    }
    .special-dishes-subtitle {
        font-size: 0.9rem !important;
    }
    .special-dishes-description {
        font-size: 0.9rem !important;
    }
    .special-dish-title {
        font-size: 0.9rem !important;
    }
    .special-dish-rating {
        font-size: 0.9rem !important;
    }
    .special-dish-img {
        height: 160px !important;
    }
    .special-dish-card {
        max-width: 300px;
        margin: 0 auto;
    }
    .special-dish-btn {
        font-size: 0.8rem !important;
        padding: 0.3rem 0.7rem !important;
    }
    .special-dish-price {
        font-size: 1rem !important;
    }
}

/* Responsive tweaks for testimonials section */
.testimonials-section-responsive .testimonial-title {
    font-size: 1.8rem;
}

.testimonials-section-responsive .testimonial-text {
    font-size: 1rem;
    line-height: 1.6;
}

.testimonials-section-responsive .testimonial-img {
    margin-bottom: 8px;
    z-index: 2;
    max-width: 300px;
    width: 100%;
}

.testimonials-section-responsive .testimonial-bg-shape {
    z-index: 1;
    width: 280px;
    height: 280px;
    border-radius: 0 60px 50px 80px;
    box-shadow: 4px 4px 12px rgba(0,0,0,0.2);
}

.testimonials-section-responsive .testimonial-bg-inner {
    z-index: 1;
    padding: 8px;
    border: 8px solid #fff;
    width: 280px;
    height: 280px;
    border-radius: 0 60px 50px 80px;
    background: linear-gradient(to top, #FEAF25, #fff);
}

@media (max-width: 991.98px) {
    .testimonials-section-responsive .testimonial-title {
        font-size: 1.4rem;
    }
    .testimonials-section-responsive .testimonial-img {
        max-width: 220px;
    }
    .testimonials-section-responsive .testimonial-bg-shape,
    .testimonials-section-responsive .testimonial-bg-inner {
        width: 200px;
        height: 200px;
        border-radius: 0 40px 30px 50px;
    }
}

@media (max-width: 767.98px) {
    .testimonials-section-responsive .testimonial-title {
        font-size: 1.1rem;
    }
    .testimonials-section-responsive .testimonial-text {
        font-size: 0.95rem;
    }
    .testimonials-section-responsive .testimonial-img {
        max-width: 150px;
    }
    .testimonials-section-responsive .testimonial-bg-shape,
    .testimonials-section-responsive .testimonial-bg-inner {
        width: 130px;
        height: 130px;
        border-radius: 0 20px 15px 25px;
    }
    .testimonials-section-responsive .testimonial-reviewer {
        font-size: 0.95rem;
    }
}

/* Tips & Recipes Section Responsive Styles */
.tips-recipes-section-responsive .tips-card {
    height: 100%;
    transition: transform 0.3s ease;
}

.tips-recipes-section-responsive .tips-card:hover {
    transform: translateY(-5px);
}

.tips-recipes-section-responsive .tips-sidebar {
    padding: 2rem;
    border-radius: 15px;
    height: 100%;
}

@media (max-width: 991.98px) {
    .tips-recipes-section-responsive .tips-sidebar {
        margin-top: 2rem;
        padding: 1.5rem;
        text-align: center;
    }
    .tips-recipes-section-responsive .tips-sidebar .d-flex {
        justify-content: center;
    }
    .tips-recipes-section-responsive .tips-sidebar .btn {
        margin: 0 auto;
    }
}

@media (max-width: 767.98px) {
    .tips-recipes-section-responsive .tips-sidebar {
        padding: 1rem;
        text-align: center;
    }
    .tips-recipes-section-responsive .tips-sidebar .d-flex {
        justify-content: center;
    }
    .tips-recipes-section-responsive .tips-sidebar .btn {
        margin: 0 auto;
    }
}

/* Newsletter Section Responsive Styles */
.newsletter-section-responsive .newsletter-container {
    max-width: 850px;
    margin: 0 auto;
    background: linear-gradient(to top left, #19C37D, #fff);
    border-radius: 20px;
    overflow: hidden;
}

.newsletter-section-responsive .newsletter-content {
    padding: 3rem;
    text-align: center;
}

.newsletter-section-responsive .newsletter-title {
    font-size: 2.2rem;
    margin-bottom: 1rem;
}

.newsletter-section-responsive .newsletter-description {
    font-size: 1.1rem;
    margin-bottom: 2rem;
}

.newsletter-section-responsive .newsletter-btn {
    width: fit-content;
    color: #fff;
    font-size: 1.1rem;
    box-shadow: 0 2px 8px rgba(255,184,0,0.12);
    border-radius: 20px 0 35px 0;
}

.newsletter-section-responsive .newsletter-img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius: 0 20px 20px 0;
}

@media (max-width: 991.98px) {
    .newsletter-section-responsive .newsletter-content {
        padding: 2rem;
    }
    .newsletter-section-responsive .newsletter-title {
        font-size: 1.8rem;
    }
    .newsletter-section-responsive .newsletter-description {
        font-size: 1rem;
    }
    .newsletter-section-responsive .newsletter-img {
        display: none;
    }
}

@media (max-width: 767.98px) {
    .newsletter-section-responsive .newsletter-content {
        padding: 1.5rem;
    }
    .newsletter-section-responsive .newsletter-title {
        font-size: 1.5rem;
    }
    .newsletter-section-responsive .newsletter-description {
        font-size: 0.95rem;
    }
    .newsletter-section-responsive .newsletter-btn {
        font-size: 1rem;
        padding: 0.5rem 1rem;
    }
    .newsletter-section-responsive .newsletter-img {
        height: 250px;
    }
}

@media (max-width: 575.98px) {
    .newsletter-section-responsive .newsletter-content {
        padding: 1rem;
    }
    .newsletter-section-responsive .newsletter-title {
        font-size: 1.3rem;
    }
    .newsletter-section-responsive .newsletter-description {
        font-size: 0.9rem;
    }
    .newsletter-section-responsive .newsletter-btn {
        font-size: 0.9rem;
        padding: 0.4rem 0.8rem;
    }
    .newsletter-section-responsive .newsletter-img {
        height: 200px;
    }
}

/* Header Logo Responsive Styles */
.header-logo {
    width: 80px;
}

@media (min-width: 992px) {
    .header-logo {
        width: 125px;
    }
}

/* Footer Section Responsive Styles */
.footer-responsive .footer-brand-section {
    margin-bottom: 2rem;
}

.footer-responsive .footer-logo {
    width: 125px;
}

.footer-responsive .footer-description {
    max-width: 250px;
    margin: 0 auto;
}

.footer-responsive .footer-section {
    text-align: center;
}

.footer-responsive .footer-contact-btn {
    width: fit-content;
    color: #fff;
    font-size: 0.9rem;
    box-shadow: 0 2px 8px rgba(255,184,0,0.12);
    border-radius: 20px 0 35px 0;
    margin: 0 auto;
}

@media (min-width: 992px) {
    .footer-responsive .footer-brand-section {
        margin-bottom: 0;
    }
    .footer-responsive .footer-description {
        margin: 0 auto;
    }
    .footer-responsive .footer-section {
        text-align: center;
    }
    .footer-responsive .footer-contact-btn {
        margin: 0 auto;
    }
}

@media (max-width: 767.98px) {
    .footer-responsive .footer-logo {
        width: 100px;
    }
    .footer-responsive .footer-description {
        max-width: 100%;
        font-size: 0.85rem;
    }
    .footer-responsive .footer-section h6 {
        font-size: 0.9rem;  
    }
    .footer-responsive .footer-section ul li a {
        font-size: 0.85rem;
    }
    .footer-responsive .footer-contact-btn {
        font-size: 0.8rem;
        padding: 0.4rem 0.8rem;
    }
}