      /* Base Styles */
      body {
        font-family: 'Poppins', sans-serif;
        margin: 0;
        padding: 0;
        background-color: #ffffff;
        color: #004d4a;
    }
    h2, h3 {
        font-family: 'Great Vibes', cursive;
        color: #004d4a; 
        text-align: center;
        letter-spacing: 1px;
    }
    p {
        font-family: 'Poppins', sans-serif;
        font-size: 16px;
        color: #666;
        line-height: 1.8;
    }
    .container {
        width: 90%;
        max-width: 1200px;
        margin: auto;
    }
    
    .section-title {
        font-family: 'Great Vibes', cursive;
        font-size: 46px;
        color: #b29465;
        font-weight: 900;
        text-align: center;
        margin-bottom: 20px;
    }
    
    .about-section {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        margin-bottom: 60px;
        padding: 69px;
        background: #fff;
        gap: 59px;
        margin-top: -16px;
        border-radius: 10px;
        /* box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1); */
    }
    
.about-text > h2 {
    flex: 1;
    font-weight: 900;
    font-size: 60px;
    margin-bottom: 10px;
    text-align: start;
}
    .about-text {
        flex: 1;
        padding-right: 30px;
    }
    .about-image {
        flex: 1;
    }
    .about-image img {
        width: 86%;
        border-radius: 10px;
    }

.story {
    padding: 40px 20px;
    border-radius: 10px;
    text-align: center;
    margin-top: 40px;
}
.story h2 {
    font-size: 3.5rem;
    font-weight: 900;
    margin-bottom: 20px;
    color: #004d4a;
}

.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;
    }
    .about-section {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        flex-direction: column-reverse;
        margin-bottom: 60px;
        padding: 69px;
        background: #fff;
        /* gap: 59px; */
        margin-top: -16px;
        border-radius: 10px;
        /* box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1); */
    }
    .about-image img {
        width: 100%;
        border-radius: 10px;
    }
    .about-text {
        padding: 0px;
    }
    .about-text > h2 {
        flex: 1;
        font-weight: 900;
        font-size: 36px;
        margin-bottom: 10px;
        text-align: start;
    }
}

@media (max-width: 480px) {
    .content h2 {
        font-size: 2.5rem;
    }

    .content p {
        font-size: 1rem;
    }

    .service-item {
        flex: 1 1 100%;
    }

    #delivery_man {
        height: 250px;
    }
}
.mission-vision {
    background-color: #fff;
    padding: 40px 20px;
    border-radius: 10px;
    margin-top: 40px;
    text-align: center;
}

.mission-vision h2 {
    font-size: 3.5rem;
    font-weight: 900;
    margin-bottom: 20px;
    color: #004d4a;
}

.mission-vision p {
    font-size: 1.1rem;
    color: #555;
    margin-bottom: 15px;
    line-height: 1.6;
}
