*, *::before, *::after {
    box-sizing: border-box;
}


html, body {
    margin-top: 20px;
    margin-left: 40px;
    margin-bottom: 20px;
    font-size: 1.1em;
    font-family: "Roboto", sans-serif;
    color: #333;
    background-color: #FFFFFF;
    margin-right: 40px;
}


#container {
    width: 960px; 
    margin: 0 auto; 
    background-color: rgba(239, 239, 239, 0.9); 
}

nav ul {
    padding-left: 0; 
    text-align: center; 
}

nav ul li {
    display: inline-block; 
    margin-right: 20px; 
}


nav {
    display: flex;
    justify-content: center; 
    align-items: center; 
    gap: 20px; 
}

header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
    background-color: #F3EAE2;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 10px #565034;
    box-shadow: 0px 0px 10px #565034;
}

header div img {
	max-width: 100px;
	height: auto; 
}

header nav {
    display: flex;
    gap: 20px;
    margin-bottom: -26px;
}



.heroSection {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 33px;
    padding-right: 40px;
    padding-left: 40px;
    padding-bottom: 40px;
    border-radius: 10px;
    box-shadow: 0 0;
    gap: 20px;
    margin-top: 100px;
    margin-bottom: 100px;
}


.heroSection img {
	width: 300px; 
	height: auto; 
	border-radius: 10px; 
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.heroSection h2 {
    font-size: 1.8em;
    color: #000000;
    margin: 0 0 10px 0;
}

.heroSection p {
    font-size: 1em;
    line-height: 1.6;
    color: #000000;
    margin: 0 0 15px 0;
}
.ourFlowers {
    text-align: center;
    padding-top: 50px;
    padding-right: 50px;
    padding-bottom: 50px;
    padding-left: 50px;
    background-image: url(assets/image/background.Flowers.jpg);
    color: #FFFFFF;
    border-radius: 10px;
}
a:link, a:visited {
    background-color: #762E2F;
    color: #FFFFFF;
    padding-top: 10px;
    padding-right: 30px;
    padding-bottom: 10px;
    padding-left: 30px;
    border-radius: 10px;
    text-decoration: none;
}
a:hover, a:active {
    background-color: #FFFFFF;
    color: #601D1E;
    -webkit-box-shadow: 0px 0px 5px #601D1E;
    box-shadow: 0px 0px 5px #601D1E;
}
#contact form {
}

@media (max-width : 1037px ){
	section {
    flex-direction: column;
    text-align: center;
	}

	section img {
		width: 100%;
		max-width: 300px; 
		order: 2; 
		margin: 20px auto 0;
	}
}

#ourFlowers {
    padding: 20px;
    text-align: center;
}

.flower-row {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
    margin-top: 20px;
    margin-bottom: 50px;
}
.flower-card a {
    margin-top: 20px;
}

.flower-card {
    width: 30%;
    background-color: #F3EAE2;
    border-radius: 8px;
    box-shadow: 0 0px 10px rgba(86,80,52,1.00);
    text-align: center;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;

}

.flower-card img {
    width: 100%; 
    height: auto;
    border-radius: 8px;
}

.flower-card h3 {
    font-size: 1.2em;
    margin: 10px 0;
}

.flower-card p {
    font-size: 1em;
    margin-bottom: 10px;
}
.flower-card a {
    display: inline-block;
    margin-top: 10px;
    padding: 8px 15px  
}
.chooseUs {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 30px;
    padding-right: 30px;
    padding-left: 30px;
    padding-bottom: 10px;
    margin-top: 40px;
    margin-bottom: 90px;
    border-radius: 10px;
    background-image: url(assets/image/green.jpg);
}
.chooseUs h2 {
    color: #FFFFFF;
}
.chooseUs .text {
    height: 315px;
    color: #FFFFFF;
}

.text {
  flex: 1; 
}

.image {
  flex: 1; 
  text-align: right; 
}

.image img {
  max-width: 100%; 
  height: auto; 
}
.cta {
    border-left-width: 200px;
}

#contact {
  margin-bottom: 20px;
}

#contact h2 {
  font-size: 24px;
  margin-bottom: 10px;
}

#contact label {
  font-size: 16px;
}

#contact input {
  padding: 8px 15px;
  font-size: 16px;
  border-radius: 5px;
  border: none;
  width: 200px;
}

#contact button {
  padding: 8px 20px;
  font-size: 16px;
  background-color: #f8b500;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

#contact button:hover {
  background-color: #e68900;
}

.contact-info {
  margin-top: 20px;
}

.instagram-link {
  color: #f8b500;
  font-size: 18px;
  text-decoration: none;
}

.instagram-link:hover {
    text-decoration: none;
}

#contact p {
  font-size: 14px;
  color: #ddd;
  margin-bottom: 20px;
}
.aboutUs {
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    border-radius: 10px;
    margin-top: 70px;
    background-image: url(assets/image/aboutusbackground.jpg);
}
.aboutUs h1 {
    color: #FFFFFF;
    text-align: center;
}
.aboutUs p {
    color: #FFFFFF;
    text-align: center;
}
.teamTitle {
    text-align: center; 
    margin: 0 auto; 
    padding: 20px; 
    width: 80%; 
}

.teamTitle h2 {
    font-size: 2rem; 
    margin-bottom: 10px;
}

.teamTitle p {
    font-size: 1.2rem; 
    line-height: 1.5; 
}

.team {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: center;
    padding-bottom: 100px;
}
.member {
    background-color: #F3EAE2;
    text-align: center;
    border-radius: 10px;
    margin-top: 20px;
    margin-right: 20px;
    margin-bottom: 20px;
    margin-left: 20px;
    width: 290px;
}


.member img {
    width: 150px; 
    height: 150px;
    border-radius: 50%; 
    object-fit: cover; 
}

.member p {
    margin-top: 10px; 
    width: 270px;
    text-align: center;
    height: 100px;
    margin-right: 10px;
    margin-bottom: 10px;
    margin-left: 10px;
}


h1 {
    font-size: 2.5rem;
    margin-bottom: 20px;
}


p {
    font-size: 1.1rem;
    margin-bottom: 30px;
}


.service-container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap; 
    gap: 30px; 
}


.service {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #ffffff;
    padding-top: 40px;
    padding-right: 40px;
    padding-left: 40px;
    padding-bottom: 40px;
    border: 1px solid #ddd;
    border-radius: 8px;
    width: 300px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.service:hover {
    transform: translateY(-10px); 
}


.service img {
    width: 100%; 
    height: auto;
    border-radius: 8px; 
    margin-bottom: 15px;
}


.service h2 {
    font-size: 1.5rem;
    margin-bottom: 10px;
    color: #444;
    text-align: center;
    width: 300px;
}


.service p {
    font-size: 1rem;
    color: #666;
    text-align: center;
    width: 300px;
}.ourServices {
    text-align: center;
    margin-bottom: 70px;
    margin-top: 70px;
    margin: 0 auto; 
    padding: 20px; 
    width: 80%; 
}

.ourServices h2 {
    font-size: 2rem; 
    margin-bottom: 10px;
}

.ourServices p {
    font-size: 1.2rem; 
    line-height: 1.5; 
}

.service-container {
    margin-bottom: 100px;
    margin-top: 0px;
}



h1 {
  font-size: 2.2em;
}


.order-container, form {
  width: 90%;
  max-width: 800px;
  margin: 20px auto;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  padding: 20px;
}

.order-container h2, h3 {
  margin-bottom: 10px;
  text-align: center;
}

.product-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
}

.product-item {
  background: #fdfdfd;
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 10px;
  text-align: center;
  width: calc(33% - 20px);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.product-item img {
  width: 100%;
  height: auto;
  border-radius: 5px;
}

.product-item h3 {
  margin-top: 10px;
  font-size: 1.2em;
}

.product-item p {
  font-size: 0.9em;
  margin: 5px 0;
}
.ordernow {
    margin-bottom: 100px;
    margin-top: -30px;
}
.ordernow label {
  display: block;
  margin-top: 10px;
  font-weight: bold;
  color: #495057;
}
.order {
    text-align: center;
    margin-top: 100px;
    margin-bottom: 70px;
}
.choose {
    padding-bottom: 30px;
}
.ordernow {
}

form.ordernow {
    max-width: 600px;
    margin-top: 0;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 100px;
    padding: 20px;
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-family: Arial, sans-serif;
}

form.ordernow label {
  display: block;
  margin-top: 15px;
  font-weight: bold;
  color: #333;
}

form.ordernow input,
form.ordernow select,
form.ordernow textarea {
  width: 100%;
  padding: 8px;
  margin-top: 5px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}


form.ordernow button {
  margin-top: 20px;
  background-color: #762E2F;
  color: white;
  border: none;
  padding: 10px 20px;
  border-radius: 4px;
  font-size: 16px;
}

footer {
    background-color: #f8f8f8;
    color: #333;
    padding: 30px 20px;
    text-align: center;
    font-family: Arial, sans-serif;
    border-radius: 10px;
}


footer h2 {
  font-size: 1.5rem;
  margin-bottom: 15px;
}

footer form {
  margin-bottom: 20px;
}

footer input[type="email"] {
    width: 80%;
    max-width: 300px;
    padding: 10px;
    border: 2px solid #ccc;
    border-radius: 5px;
    font-size: 1;
    -webkit-box-shadow: 0px 0px 0px 1px #DDD8CA;
    box-shadow: 0px 0px 0px 1px #DDD8CA;
}
.footerbut {
    background-color: #FFFFFF;
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    border-radius: 5px;
}
