.reviews-hero {
    background: linear-gradient(rgba(26,31,56,0.8), rgba(26,31,56,0.8)), url('../sketches/diabetic_meal_planning_professional_photography_5.webp');
    background-size: cover;
    background-position: center center;
    padding: 150px 0 100px;
    color: #fff;
    text-align: center;
}

.reviews-hero-content h1 {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #fff;
}

.reviews-hero-content p {
    font-size: 20px;
    margin-bottom: 0;
    color: #fff;
    opacity: 0.9;
}

.review_part {
    background-color: #28AE60;
}

.review_part .client_review_part .client_review_img {
    position: relative;
    padding-left: 70px;
    margin-top: 40px;
}

.review_part .client_review_part .client_review_img img {
    max-width: 50px;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 50%;
    object-fit: cover;
}

.review_part .client_review_single .client_review_text p {
    font-size: 16px;
    line-height: 28px;
    font-weight: 300;
    color: #fff;
    margin-bottom: 25px;
}

.review_part .client_review_single .client_review_text h4 {
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    padding-top: 6px;
    line-height: 15px;
    margin-bottom: 0;
}

.review_part .client_review_single .client_review_text h4 span {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    color: #E8F5E8;
}

.review_part .review_icon img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%);
}

.section_tittle {
    margin-bottom: 76px;
}

.section_tittle h2 {
    font-size: 36px;
    color: #fff;
    line-height: 48px;
    font-weight: 600;
    position: relative;
    z-index: 1;
    margin-top: 22px;
}

.section_tittle p {
    color: #E8F5E8;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 14px;
}

.section_padding {
    padding: 140px 0px;
}

.review_carousel {
    display: flex;
    overflow: hidden;
    position: relative;
    margin-top: 60px;
}

.review_carousel .client_review_single {
    min-width: 100%;
    display: none;
    opacity: 0;
    transition: opacity 0.5s ease;
}

.review_carousel .client_review_single.active {
    display: block;
    opacity: 1;
}

.review_carousel .client_review_single .client_review_img {
    position: relative;
    padding-left: 70px;
    margin-top: 40px;
}

.review_carousel .client_review_single .client_review_img img {
    max-width: 50px;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 50%;
    object-fit: cover;
}

.carousel-controls {
    text-align: center;
    margin-top: 40px;
}

.carousel-btn {
    background: transparent;
    border: 2px solid #fff;
    color: #fff;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin: 0 10px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.carousel-btn:hover {
    background: #fff;
    color: #28AE60;
}

.carousel-btn img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%);
    transition: all 0.3s ease;
}

.carousel-btn:hover img {
    filter: brightness(0) saturate(100%) invert(56%) sepia(73%) saturate(432%) hue-rotate(95deg) brightness(95%) contrast(86%);
}

.carousel-dots {
    text-align: center;
    margin-top: 30px;
}

.dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(255,255,255,0.5);
    display: inline-block;
    margin: 0 8px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.dot.active,
.dot:hover {
    background: #fff;
}

.stats-section {
    padding: 100px 0;
    background: #f8f9fa;
}

.stats-section h2 {
    font-size: 42px;
    font-weight: 600;
    color: #2C2C2C;
    margin-bottom: 60px;
}

.stat-item {
    text-align: center;
    padding: 30px 20px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    margin-bottom: 30px;
    transition: all 0.3s ease;
}

.stat-item:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.15);
}

.stat-icon {
    margin-bottom: 20px;
}

.stat-icon img {
    filter: brightness(0) saturate(100%) invert(56%) sepia(73%) saturate(432%) hue-rotate(95deg) brightness(95%) contrast(86%);
}

.stat-number {
    font-size: 48px;
    font-weight: 700;
    color: #28AE60;
    margin-bottom: 10px;
}

.stat-label {
    font-size: 16px;
    color: #666;
    font-weight: 500;
    line-height: 22px;
}

.menu-showcase {
    background: #1a1f38;
}

.menu-entry {
    margin-bottom: 30px;
}

.menu-entry .img {
    display: block;
    height: 200px;
    border-radius: 10px 10px 0 0;
}

.menu-entry .text {
    background: rgba(255,255,255,0.05);
    border-radius: 0 0 10px 10px;
}

.menu-entry .text h3 {
    font-size: 18px;
    text-transform: uppercase;
}

.menu-entry .text h3 a {
    color: #fff;
    text-decoration: none;
    transition: color 0.3s ease;
}

.menu-entry .text h3 a:hover {
    color: #28AE60;
}

.menu-entry .text p {
    color: #ccc;
    font-size: 14px;
    line-height: 22px;
}

.menu-entry .text .price span {
    color: #28AE60;
    font-size: 18px;
    font-weight: 600;
}

.heading-section {
    z-index: 0;
}

.heading-section .subheading {
    font-size: 50px;
    display: block;
    margin-bottom: 0;
    font-family: "Great Vibes", cursive;
    color: #28AE60;
    line-height: 1;
    margin-bottom: -21px;
    z-index: 1;
}

.heading-section h2 {
    z-index: -1;
    font-size: 40px;
    font-weight: 700;
    position: relative;
    text-transform: uppercase;
    color: #fff;
}

.heading-section p {
    color: #ccc;
}

.btn.btn-primary.btn-outline-primary {
    border: 1px solid #28AE60;
    background: transparent;
    color: #28AE60;
    padding: 8px 20px;
    border-radius: 5px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.btn.btn-primary.btn-outline-primary:hover {
    border: 1px solid transparent;
    background: #28AE60;
    color: #fff;
}

.ftco-section {
    padding: 7em 0;
    position: relative;
}

.cta-section {
    padding: 100px 0;
    background: linear-gradient(135deg, #28AE60 0%, #27AE5F 100%);
    color: #fff;
    text-align: center;
}

.cta-content h2 {
    font-size: 42px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #fff;
}

.cta-content p {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 40px;
    color: #fff;
    opacity: 0.9;
}

.cta-btn {
    display: inline-block;
    background: #fff;
    color: #28AE60;
    padding: 15px 35px;
    border-radius: 5px;
    font-weight: 600;
    font-size: 16px;
    text-decoration: none;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.cta-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.2);
    color: #27AE5F;
}

.nav-link.active {
    color: #28AE60 !important;
}

.nav-link.active:after {
    width: 100%;
}

@media (max-width: 991px) {
    .section_tittle {
        margin-bottom: 40px;
    }

    .reviews-hero-content h1 {
        font-size: 36px;
    }

    .reviews-hero-content p {
        font-size: 18px;
    }

    .section_tittle h2 {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 15px;
    }

    .stats-section h2 {
        font-size: 32px;
    }

    .heading-section h2 {
        font-size: 30px;
    }

    .cta-content h2 {
        font-size: 32px;
    }
}

@media (max-width: 767px) {
    .section_padding {
        padding: 70px 0px;
    }

    .reviews-hero {
        padding: 120px 0 70px;
    }

    .reviews-hero-content h1 {
        font-size: 28px;
    }

    .reviews-hero-content p {
        font-size: 16px;
    }

    .section_tittle h2 {
        font-size: 25px;
        line-height: 35px;
        margin-bottom: 15px;
    }

    .review_part .client_review_single .client_review_text h4 {
        margin-top: 20px;
        font-size: 20px;
    }

    .stats-section,
    .ftco-section,
    .cta-section {
        padding: 60px 0;
    }

    .stats-section h2 {
        font-size: 28px;
    }

    .stat-number {
        font-size: 36px;
    }

    .heading-section h2 {
        font-size: 25px;
    }

    .cta-content h2 {
        font-size: 28px;
    }

    .cta-content p {
        font-size: 16px;
    }

    .col-md-3 {
        width: 100%;
        margin-bottom: 30px;
    }
}