/* General Styling */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background-color: #fafafa;
    color: #333;
    line-height: 1.8;
}


main {
    padding: 30px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: linear-gradient(to right, #0094c1, #00fff7);
    margin-bottom: 50px;
}

.content {
    flex: 1;
    max-width: 50%;
}

.content h2 {
    font-size: 3.5rem;
    color: #fff;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.content p {
    font-size: 1.2rem;
    margin-bottom: 20px;
    color: #fff;
    line-height: 1.6;
}

.btn {
    padding: 12px 30px;
    background-color: #fff;
    color: #ff7e5f;
    text-decoration: none;
    border-radius: 30px;
    font-weight: bold;
    transition: all 0.3s ease;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.btn:hover {
    background-color: #ff7e5f;
    color: #fff;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
}

.image {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

#delivery_man {
    height: 380px;
    filter: drop-shadow(0 5px 15px rgba(0, 0, 0, 0.2));
    border-radius: 20px;
}

.more-services {
    background-color: #fff;
    padding: 60px 0;
    border-radius: 10px;
}

.service-item {
    flex: 1 1 30%;
    text-align: center;
    margin: 30px;
    padding: 15px;
    background: linear-gradient(to right, #ff0000, #ff5353);
    border-radius: 15px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.service-item img {
    width: 70px;
    height: 70px;
    margin-bottom: 15px;
}

.service-item h3 {
    font-size: 1.6rem;
    font-weight: 900;
    color: #000000;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.service-item p {
    color: #777;
    font-size: 1rem;
    margin-bottom: 10px;
}

.service-item:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

.story {
    background-color: #f5f5f5;
    padding: 40px 20px;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    margin-top: 40px;
}

.story h2 {
    font-size: 2.5rem;
    margin-bottom: 20px;
    color: #333;
}

.story p {
    font-size: 1.1rem;
    color: #555;
    margin-bottom: 15px;
    line-height: 1.6;
}

/* Footer */
footer {
    text-align: center;
    margin-top: 30px;
    color: #888;
    font-size: 0.9rem;
}

/* Responsive Styles */
@media (max-width: 768px) {
    main {
        flex-direction: column;
        text-align: center;
        padding: 30px;
    }

    .content {
        max-width: 100%;
    }

    .image {
        margin-top: 30px;
    }

    .service-item {
        flex: 1 1 100%;
    }

    #delivery_man {
        height: 280px;
        display: none;
    }
    .containers {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        padding: 20px;
        max-width: 1200px;
        margin: auto;
        flex-direction: column-reverse;
    }
    .content {
        flex: 1;
        max-width: 100%;
    }
    .testimonial-item {
        flex: 1;
        text-align: center;
        padding: 21px;
        margin-top: 47px;
        /* gap: 32px; */
        margin: 10px 20px;
        box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
        background-color: #fafafa;
        border-radius: 10px;
    }
}

@media (max-width: 480px) {
    .content h2 {
        font-size: 2.5rem;
    }
    .testimonial-item {
        flex: 1;
        text-align: center;
        padding: 21px;
        margin-top: 47px;
        /* gap: 32px; */
        margin: 10px 20px;
        box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
        background-color: #fafafa;
        border-radius: 10px;
    }
    .content p {
        font-size: 1rem;
    }

    .service-item {
        flex: 1 1 100%;
    }

    #delivery_man {
        height: 250px;
    }
    .content {
        flex: 1;
        max-width: 100%;
    }
}
/* General Styling */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background-color: #ffffff;
    color: #333;
    line-height: 1.8;
}

.containers {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 20px;
    max-width: 1200px;
    margin: auto;
}

main {
    padding: 30px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: linear-gradient(to right, #0094c1, #00fff7);
    margin-bottom: 50px;
}


.content h2 {
    font-size: 3.5rem;
    color: #fff;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.content p {
    font-size: 1.2rem;
    margin-bottom: 20px;
    color: #fff;
    line-height: 1.6;
}

.btn {
    padding: 12px 30px;
    background-color: #fff;
    color: #ff7e5f;
    text-decoration: none;
    border-radius: 30px;
    font-weight: bold;
    transition: all 0.3s ease;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.btn:hover {
    background-color: #ff7e5f;
    color: #fff;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
}

.image {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

#delivery_man {
    height: 380px;
    filter: drop-shadow(0 5px 15px rgba(0, 0, 0, 0.2));
    border-radius: 20px;
}

.more-services {
    background-color: #fff;
    padding: 60px 0;
    border-radius: 10px;
}

.service-item {
    flex: 1 1 30%;
    text-align: center;
    margin: 30px;
    
    padding: 15px;
    background: linear-gradient(to right, #ffffff, #ff5353);
    filter: invert(1);
    border-radius: 15px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.service-item img {
    width: 70px;
    height: 70px;
    margin-bottom: 15px;
}

.service-item h3 {
    font-size: 1.6rem;
    font-weight: 900;
    color: #000000;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.service-item p {
    color: #777;
    font-size: 1rem;
    margin-bottom: 10px;
}

.service-item:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

/* Stats Section */
.stats {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
    background-color: #fafafa;
    padding: 20px 0;
    border-radius: 8px;
}
.stat-item {
    text-align: center;
    flex: 1;
    margin: 10px;
}
.stat-item h3 {
    font-size: 36px;
    color: #004d4a;
}
.stat-item p {
    font-family: 'Poppins', sans-serif;
    color: #999;
}

/* Services Section */
.services-section {
    background-color: #fff;
    padding: 50px 0;
    margin-bottom: 50px;
    border-radius: 10px;
}
.services {
    display: flex;
    justify-content: space-between;
}
.service-tiem {
    flex: 1;
    text-align: center;
    padding: 30px;
    margin: 0 10px;
}
.service-tiem img {
    /* width: 100%; */
    border-radius: 50%;
    max-width: 200px;
    min-width: 200px;
    min-height: 200px;
    /* max-height: 180px; */
    margin-bottom: 20px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}
.service-tiem h3 {
    font-size: 24px;
    margin-bottom: 10px;
    color: #004d4a;
}

/* Chef Section */
.chef-section {
    background-color: #fff;
    padding: 50px 0;
    margin-bottom: 50px;
    border-radius: 10px;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
}
.chef-title {
    font-family: 'Great Vibes', cursive;
    font-size: 32px;
    color: #004d4a;
    text-align: center;
    margin-bottom: 50px;
}
.chefs {
    display: flex;
    justify-content: space-between;
}
.chef-item {
    flex: 1;
    text-align: center;
    margin: 0 10px;
}
.chef-item img {
    width: 100%;
    border-radius: 5%;
    max-width: 277px;
    min-width: 280px;
    object-fit: cover;
    min-height: 295px;
    max-height: 298px;
    margin-bottom: 15px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}


.chef-item h4 {
    font-family: 'Playfair Display', serif;
    font-size: 20px;
    margin-bottom: 5px;
}
.chef-item p {
    font-family: 'Poppins', sans-serif;
    color: #666;
}
.social-icons{
    display: flex;
    margin-top: 5px;
    margin-bottom: 10px; 
    gap: 10px;
    align-items: center;
    justify-content: center;
}

.social-icons > a {
    font-size: 16px;
    color: #004d4a;
}

/* Testimonial Section */
.testimonial-section {
    background-color: #fff;
    padding: 50px 0;
    margin-bottom: 50px;
    border-radius: 10px;
}
.testimonial-title {
    font-family: 'Great Vibes', cursive;
    font-size: 55px;
    color: #004d4a;
    text-align: center;
    margin-bottom: 30px;
    font-weight: 900;
}
.testimonials {
    display: flex;
    justify-content: space-between;
}
.testimonial-item {
    flex: 1;
    text-align: center;
    padding: 20px;
    margin: 0 10px;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
    background-color: #fafafa;
    border-radius: 10px;
}.testimonial-item img {
    /* width: 100%; */
    border-radius: 50%;
    max-width: 190px;
    min-width: 190px;
    min-height: 190px;
    object-fit: cover;
    max-height: 190px;
    margin-bottom: 20px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}
.testimonial-item > div {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    margin-bottom: 10px;
    margin-top: 10px;
}

.testimonial-item > div > i {
    font-size: 20px;
    color: #004d4a;
}
.testimonial-item h4 {
    font-size: 18px;
    color: #004d4a;
}
.testimonial-item p {
    font-family: 'Poppins', sans-serif;
    color: #666;
}

/* Media Queries */
@media (max-width: 768px) {
    .about-section, .services, .chefs, .testimonials {
        flex-direction: column;
        padding: 10px;
        gap: 20px;
    }
    .about-text {
        padding-right: 0;
        margin-bottom: 20px;
    }
    p {
    font-family: 'Poppins', sans-serif;
    font-size: 10px;
    color: #666;
    line-height: 1.8;
}
}