header{
    display: flex;
    justify-content: space-between;
    align-content: center;
    padding: 15px 50px;
    background-color:white ;
    height: 80px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);

   }
.logo-container{
    display: flex;
    align-items: center;
    gap: 10px;
    
   }
.logo-container img{
    width: 50px;
    
}
.logo-container h2{

    font-size: 22px;
    color: rgb(118, 69, 69);
    margin: 0;
    line-height: 1.1;
}

nav ul{
    display: flex;
    list-style: none;
    gap: 40px;
    color: yellow;
    margin-left: 10px;
}
nav ul li a{
    color:rgb(116, 75, 75);
    text-decoration: none;
    font-size: 18px;
    

}
nav ul li a:hover{
    color: orchid;
    
    font-size: 18px;
    transition: 0.3s;
}

.hero{
     background:url(../photos/flower4.jpg) no-repeat center center/cover;
     height: 600px;
     display: flex;
     align-items: center;
     justify-content: center;


}
.hero-content{
     
     text-align: center;
     width: 70%;
     padding: 40px;
     border-radius: 10px;
    



}
.hero-content h1{
    font-size: 42px;
    margin-bottom: 20px;
    color:rgb(118, 69, 69);




}
.hero-content p{
     font-size: 18px;
     color:rgb(118, 69, 69);
     line-height: 1.6;
    margin-bottom: 25px;


}
.hero-button{
    background: rgb(118, 69, 69);
    color: white;
    text-decoration: none;
    padding: 12px 25px;
    border-radius: 5px;
}
.hero-button:hover{
    background: rgb(173, 139, 139);



}
.section-title{
    text-align: center;
    font-size: 32px;
    margin-bottom: 40px;
    color: rgb(118, 69, 69);
    





}
.feature-boxes{
   padding: 10px 20px;
   background: rgb(254, 243, 221);



}
.feature-container{
    display: flex;
    justify-content: center;
    gap: 25px;
    flex-wrap: wrap;



}
.box{
    background: #fff;
    padding: 12px 20px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    width: 25%;
    border-radius: 20px;
    text-align: center;
}
.box img{
    
    
    color: #3fbbc0;
    width: 100%;
    height: auto;
    object-fit: contain;
    border-radius: 20px;

}
.box h3{
    margin-top: 10px;
    color: #444;


}
.box p{
    line-height: 1.6;
    color: #666;



}
.box:hover{
    transform: translateY(-8px);
    transition: 0.3s;
}


.products{
   padding: 40px 60px;
   background: #fee1e1;
}
.product-container{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 25px;
}
.product-card{
    background: #f7c1c1;
    padding:10px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    width: 22%;
    border-radius: 15px;
    text-align: center;
    transition: 0.3s;

}
.product-card:hover{
    transform: translateY(-8px);
}
.product-card img{
    width: 100%;
    height: 220px;
    object-fit: cover;
    border-radius: 10px;
 }
 .product-card h3{
    margin: 10px 0;
    color: #fff;

 }
 .price{
    font-weight: bold;
    margin-bottom: 10px;
    color: #e76c95;




 }
 .product-card button{
    background: #e77fa0;
    color: #fff;
    padding: 10px 15px;
    border-radius: 20px;
    cursor: pointer;
    border: none;






 }
 .product-card button:hover{

    background: #ba6587;
 }
.statistics-section{
    background: #faeddb;
    padding: 60px 20px;
    text-align: center;


}
.statistics-container{
    display: flex;
    justify-content: center;
    gap: 25px;
    flex-wrap: wrap;

}
.statistics-box{
    background:white;
    padding: 30px 20px;
    width: 220px;
    border-radius: 15px;
    box-shadow:0 0 12px rgba(0,0,0,0.1);
    transition: 0.3s;
}
.statistics-box h3{
    font-size: 32px;
    color: #e96e63;
    margin-bottom:10px;
}
.statistics-box p{
    color: #4f4646;
    font-size: 16px;
}
.statistics-box:hover{
    transform: translateY(-8px);
}

.reviews-section {
    padding: 60px 20px;
    background: #f7e3e9;
    text-align: center;
}

.reviews-container {
    display: flex;
    justify-content: center;
    gap: 25px;
    flex-wrap:wrap-reverse;
}

.review-box {
    background: #f9cccc;
    width: 280px;
    padding: 25px 20px;
    border-radius: 15px;
    box-shadow: 0 0 12px rgba(0,0,0,0.1);
    transition: 0.3s;
}

.review-box:hover {
    transform: translateY(-8px);
}


.review-box h3 {
    margin: 5px 0;
    color: #b77210;
}

.stars {
    color: #feda6e;
    margin-bottom: 10px;
}

.review-box p {
    font-size: 14px;
    color: #555;
}
.footer {
    background: #f8dada;
    padding: 40px 60px;
    color: #905454;
}


.footer-container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}


.footer-box {
    width: 30%;
}

.footer-box h3 {
    margin-bottom: 15px;
}


.footer-box ul {
    padding-left: 20px;
}

.footer-box ul li {
    margin-bottom: 8px;
}


.footer-box p {
    margin: 8px 0;
}


hr {
    margin: 30px 0;
    border: 1px solid #ccc;
}

.footer-bottom {
    text-align: left;
}

.footer-bottom h4 {
    margin-bottom: 10px;
}
.about {
    padding: 60px 40px;
    background: #fde5e5;
}


.about-container {
    display: flex;
    align-items: center;
    gap: 40px;
    flex-wrap: wrap;
}


.about-img {
    width: 45%;
}

.about-img img {
    width: 100%;
    border-radius: 15px;
}


.about-content {
    width: 50%;
}

.about-content h3 {
    color: #b45d7a;
    margin-bottom: 10px;
}

.about-content p {
    color: #555;
    margin-bottom: 15px;
}


.company-info p {
    margin: 5px 0;
}

.mission-vision {
    margin-top: 40px;
    display: flex;
    gap: 25px;
    flex-wrap: wrap;
}

.mv-box {
    width: 48%;
    background: #e3d0b4;
    padding: 25px;
    border-radius: 15px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

.mv-box h3 {
    color: #ab6d82;
    margin-bottom: 10px;
}
.team {
    padding: 60px 40px;
    text-align: center;
    background: #fff0f5;
}

.team-container {
    display: flex;
    justify-content: center;
    gap: 25px;
    flex-wrap: wrap;
}

.team-card {
    width: 250px;
    background: #fff;
    padding: 20px;
    border-radius: 15px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    transition: 0.3s;
}

.team-card:hover {
    transform: translateY(-8px);
}

.team-card img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    border-radius: 10px;
}

.team-card h3 {
    margin: 10px 0 5px;
    color: #c67892;
}

.team-card p {
    color: #877b7b;
}
.services {
    padding: 60px 40px;
    background: #faf1e4;
    text-align: center;
}


.card-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 25px;
}

.card {
    width: 22%;
    position: relative;
    border-radius: 15px;
    overflow: hidden;
}

.card img {
    width: 100%;
    height: 230px;
    object-fit: cover;
    transition: 0.3s;
}

.card-content {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: #24221980;
    color: #e4dcdc;
    padding: 10px;
}

.card:hover img {
    transform: scale(1.1);
}
.contact {
    padding: 60px 40px;
    background: #f9f5ef;
}

.section-title {
    text-align: center;
    margin-bottom: 30px;
    color: #743f51;
}

.contact-container {
    display: flex;
    gap: 40px;
}


.contact-form {
    width: 50%;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 8px;
}

.contact-form textarea {
    height: 100px;
}

.contact-form button {
    background: #de688f;
    color: white;
    padding: 12px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
}


.contact-info {
    width: 50%;
    background: #fff;
    padding: 20px;
    border-radius: 10px;
}

.contact-info h3 {
    margin-top: 15px;
    color: #e69ab3;
}

.contact-info p {
    font-size: 14px;
    margin: 5px 0;
}
.contact-form button:hover {
    background: #f3a9c7;
}
@media (max-width:768px) {
    .contact-container{
        flex-direction: column;
    }
    
}