body {
  font-family: "Poppins", sans-serif;
  margin: 0;
  background-color: #ff69b4;
  color: #f2eaeadc;
  scroll-behavior: smooth;
}

header {
  background-color: #ff69b4;
  color: white;
  text-align: center;
  padding: 1rem 0;
  position: sticky;
  top: 0;
  z-index: 10;
}

nav a {
  color: white;
  margin: 0 15px;
  text-decoration: none;
  font-weight: bold;
  transition: 0.3s;
}

nav a:hover {
  color: #ffe4e1;
}

.hero {
  position: relative;
  text-align: center;
}

.slideshow-container {
  position: relative;
  max-width: 100%;
  height: 400px;
  overflow: hidden;
}

.slide {
  display: none;
  height: 400px;
}

.slide img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}

.hero-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  text-shadow: 2px 2px 8px rgba(0,0,0,0.5);
}

.hero-text h2 {
  font-size: 2.5rem;
  margin: 0;
}

.hero-text button {
  background-color: #ff1493;
  color: white;
  border: none;
  padding: 10px 25px;
  border-radius: 8px;
  cursor: pointer;
  margin-top: 10px;
}

.hero-text button:hover {
  background-color: #ff69b4;
}



.gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
  margin: 20px;
}

.gallery-grid .item {
  text-align: center;
  background: #fff;
  border-radius: 10px;
  padding: 10px;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

.gallery-grid img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  border-radius: 8px;
}

.gallery-grid p {
  font-size: 16px;
  margin: 10px 0;
  font-weight: 500;
  color: #333;
}


.gallery-grid button:hover {
  background-color: #078c33;
}

/* Make it responsive */
@media (max-width: 768px) {
  .gallery-grid img {
    height: 200px;
  }
}

@media (max-width: 480px) {
  .gallery-grid img {
    height: 180px;
  }
}
#gallery {
  padding: 60px 20px;
  background-color: #1a0a0a;
  
}


.item {
  text-align: center;
  background-color: #1a0a0a;
  border-radius: 10px;
  padding: 10px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.item:hover {
  transform: scale(1.03);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
}

.item img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  border-radius: 10px;
}

.item .info {
  margin-top: 10px;
}

.price {
  font-weight: bold;
  color: #ff69b4;
  margin: 5px 0;
}

.desc {
  font-size: 0.9rem;
  color: #f2eaeadc;
  margin-bottom: 10px;
}

.item button {
  background-color: #ff1493;
  border: none;
  padding: 8px 15px;
  border-radius: 8px;
  color: white;
  cursor: pointer;
}

.item button:hover {
  background-color: #ff69b4;
}

.item h4 {
  color: #ff1493;
  margin: 8px 0;
  font-size: 1.1rem;
}



section {
  padding: 40px 20px;
}

footer {
  background-color: #ff69b4;
  color: white;
  padding: 15px;
}

#about, #contact {
  text-align: center; /* centers text */
  max-width: 800px;   /* optional: keeps text from stretching too wide */
  margin: 0 auto;     /* centers the section horizontally */
  padding: 40px 20px;
}


#about h2, #contact h2 {
  font-size: 2rem;
  margin-bottom: 15px;
  color: #ff1493;
}

footer {
  background-color: #ff69b4;
  color: white;
  padding: 15px;
  text-align: center; /* centers footer text */
}

.products {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.item {
  text-align: center;
}

.item button {
  margin-top: 10px;
  padding: 10px 20px;
  background-color: #d63384;
  border: none;
  color: white;
  border-radius: 5px;
  cursor: pointer;
  transition: background 0.3s ease;
}

.item button:hover {
  background-color: #9c1f5a;
}

footer {
  background-color: #ff69b4;
  color: white;
  padding: 15px;
  text-align: center;
}

#reviews {
  padding: 60px 20px;
  background-color: #fff8f0;
  text-align: center;
}

#reviews h2 {
  font-size: 2.5rem;
  margin-bottom: 30px;
  color: #b85c38;
  font-family: 'Segoe UI', sans-serif;
}

.review-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}

.review {
  background-color: #ffffff;
  border: 1px solid #f0d5c9;
  border-radius: 10px;
  padding: 25px;
  max-width: 320px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  transition: transform 0.3s ease;
  color: #222222; /* Darker text for all content inside */
  font-family: 'Segoe UI', sans-serif;
}

.review p {
  font-style: italic;
  color: #222222;
  font-size: 1.1rem; /* Increased font size */
  line-height: 1.8;   /* Better spacing */
  margin-bottom: 15px;
}

.review h4 {
  color: #333333;
  font-weight: bold;
  font-size: 1.2rem;
  }

 
/* Reset and base layout */
body, html {
  margin: 0;
  padding: 0;
  height: 100%;
}

/* Target your section and form container */
#delivery-address {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  background-color: #ff69b4; /* optional pink background */
}

#delivery-address .form-container {
  background-color: white;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 0 15px rgba(0,0,0,0.2);
  width: 100%;
  max-width: 400px;
}

/* Style the form elements */
.styled-form label {
  display: block;
  margin-top: 10px;
  font-weight: bold;
}

.styled-form input {
  width: 100%;
  padding: 10px;
  margin-top: 5px;
  margin-bottom: 15px;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.styled-form button {
  width: 100%;
  padding: 10px;
  background-color: #ff69b4;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

.styled-form button:hover {
  background-color: #e055a1;
}

.styled-form label {
  display: block;
  margin-top: 15px;
  font-size: 16px;
  color: #333; /* dark text for visibility */
  font-weight: bold;
}

.note {
  font-size: 18px;
  color: #333; /* dark text for contrast */
  margin-bottom: 20px;
  text-align: center;
  font-weight: 500;
}

section h2 {
  font-size: 2rem;
  margin-bottom: 20px;
  text-align: center;
  color: rgba(236, 195, 217, 1);
}

section {
  margin-bottom: 60px;
}

@media (max-width: 768px) {
  .delivery-form {
    padding: 15px;
  }

  section h2 {
    font-size: 1.5rem;
  }
}
.navbar {
  background-color: #ff1493; /* bright pink background */
  padding: 10px 0;
  display: flex;
  justify-content: center;
  gap: 30px;
}

.navbar a {
  color: white;
  text-decoration: none;
  font-weight: bold;
  padding: 8px 16px;
  border-radius: 6px;
  transition: background 0.3s ease;
}

.navbar a:hover {
  background-color: #ff69b4; /* lighter pink on hover */
}


.thank-you-container {
  max-width: 600px;
  margin: 100px auto;
  padding: 2rem;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  text-align: center;
}

.thank-you-container h1 {
  color: #333;
  margin-bottom: 1rem;
  font-size: 2rem;
}

.thank-you-container p {
  color: #555;
  margin-bottom: 1.5rem;
  font-size: 1.1rem;
}

.btn {
  display: inline-block;
  padding: 0.75rem 1.5rem;
  background: #111;
  color: #fff;
  text-decoration: none;
  border-radius: 6px;
  transition: background 0.3s ease;
}

.btn:hover {
  background: #444;
}

