body {
    margin: 0;
    background-color: #f8f6f4;
    color: #222;
}


.flower-section {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 80px 100px;
    background-color: #e38397;
    gap: 40px;
    width: 1600px;
    height: 446px;

}


.flower-text h2 {
    font-weight: 700;
    font-size: 50px;
}

.flower-text p {
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
}




.shop-btn {
    display: inline-block;
    background-color: #b94045;
    padding: 14px 28px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    color: white;
    border: none;

}


/* .flower-img {
    max-width: 500px;
    padding-right: 40px;
    flex: 1;
} */

.flower-img img {
    width: 460px;
    margin-top: 30px;
}




/* Flower Design Section */

.featured-section {
    text-align: center;

}

.featured-section h2 {
    margin-top: 60px;
    font-size: 32px;
    font-weight: 700;
}

.subtitle {
    font-size: 14px;
    color: #666;
    line-height: 20px;
}

.flower-flex {
    display: flex;
    justify-content: center;
    gap: 40px;

}

.flower-card {
    width: 250px;
    flex-shrink: 0;
}

.flower-arch {
    width: 100%;
    height: 300px;
    border-top-left-radius: 150px;
    border-top-right-radius: 150px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.flower-arch img {
    max-width: 90%;
    max-height: 90%;
    object-fit: contain;
}

.caption {
    margin-top: 15px;
    font-size: 16px;
    font-weight: 500;
    color: #222;
    cursor: pointer;
}

.caption:hover {
    text-decoration: underline;
    color: red;
}

.bg-pink {
    background-color: #f8d7e1;
}

.bg-blue {
    background-color: #d2f1f8;
}

.bg-green {
    background-color: #e4f8d2;
}




/* Delivery and details */

.delivery {
    /* text-align: center; */
    display: flex;
    padding: 60px 20px;
    margin-left: 100px;
    height: 200px;

}

.delivery-details {
    display: flex;
    justify-content: space-between;
    gap: 40px;
    background-color: #f3f3f3;
    border-radius: 12px;
    padding: 40px;
    margin: 0 auto;
    /* padding: 100px; */


}

.details {
    width: 250px;
    flex-shrink: 0;
    margin-top: 40px;
    margin-left: 50px;
}


.details p {
    font-size: 14px;
    color: #333;
    margin: 0;

}

.details img {
    width: 60px;
    height: auto;
    margin-bottom: 15px;
}

.details img {
    margin-bottom: 20px;
}





/* BIG FLOWER SECTION */

.big-flower-container {
    background-color: white;
    padding: 80px 20px;
    margin-right: -20px;
    height: 400px;
}

.text-details {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px;

}

.text {
    /* max-width: 550px; */
    text-align: center;
    margin-left: 200px;
}

.text h2 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 20px;
}

span {
    color: red;
    font-weight: 700;
}

.text p {
    font-size: 15px;
    color: #555;
    line-height: 1.6;
    margin-bottom: 25px;
}

.flower img {
    max-width: 100%;
    height: auto;
    display: block;
    margin-right: 40px;
}


/* Category section */

.category-container {
    text-align: center;
}

.category {
    display: flex;
    justify-content: center;
    gap: 20px;


}

.category-card {
    width: 200px;
    height: 200px;
    overflow: hidden;
    background-color: #f5f5f5;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;

}

.category-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Newsletter-content */

.newsletter {
    background-image: url('Rectangle\ 9.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 100px 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 1100px;
    margin: 0 auto;
    margin-top: 50px;

}

.newsletter-content {
    text-align: center;
    padding: 40px 30px;
    border-radius: 10px;
    max-width: 600px;
    width: 100%;
}

.newsletter-content h2 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 10px;
}

.newsletter-content p {
    font-size: 14px;
    margin-bottom: 30px;
}

.newsletter-form {
    justify-content: center;
}

.newsletter-form input {
    flex: 1;
    padding: 12px 16px;
    border: none;
    border-radius: 5px;
    font-size: 14px;
    background-color: #fff;
    width: 600px;

}

.newsletter-form button {
    flex: 1;
    padding: 12px 20px;
    border: none;
    border-radius: 5px;
    font-size: 14px;
    background-color: red;
    cursor: pointer;
    color: white;

}

/* Footer */

.last-container {
    background-color: black;
    width: 1500px;
    height: 200px;
    margin-top: 50px;
}

.content {
    text-align: center;
    justify-content: center;
    align-items: center;
    padding: 40px;
    color: white;
    margin-right: 50px;
}


/* ✅ Mobile Responsiveness (Only Additions Below) */

/* @media (max-width: 576px) {
    .category {
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }

    .category-card {
        width: 90%;
        height: 180px;
    }

    .flower-section {
        flex-direction: column;
        width: 100%;
        padding: 40px 20px;
        height: auto;
    }

    .flower-img img {
        width: 100%;
    }

    .flower-flex {
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }

    .delivery {
        flex-direction: column;
        margin-left: 0;
        padding: 20px;
        height: auto;
    }

    .delivery-details {
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }

    .text-details {
        flex-direction: column;
        margin: 0 20px;
    }

    .text {
        margin-left: 0;
    }

    .newsletter {
        width: 100%;
        padding: 40px 10px;
    }

    .newsletter-form input {
        width: 100%;
        margin-bottom: 10px;
    }

    .newsletter-form button {
        width: 100%;
    }

    .last-container {
        width: 100%;
        height: auto;
        padding: 20px 0;
    }

    .flower-card {
        width: 90%;
    }
} */