/* General Styles */
body {
  font-family: sans-serif;
  margin: 0;
  color: #333;
  background-color: #f8fcf8; /* Light greenish white background */
}

.container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px;
}

/* Header Styles */
header {
  background-color: #fff;
  padding: 10px 0;
  border-bottom: 1px solid #eee;
}

.header-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
}

.logo {
  font-size: 24px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
}

.search-bar {
  display: flex;
  border: 1px solid #ccc;
  border-radius: 20px;
  overflow: hidden;
  width: 300px;
}

.search-bar input {
  border: none;
  padding: 10px;
  flex: 1;
}

.search-bar button {
  background-color: #f0f0f0;
  border: none;
  padding: 10px 15px;
  cursor: pointer;
}

.login-signup {
  text-decoration: none;
  color: #333;
  font-size: 14px;
}

nav ul {
  list-style: none;
  padding: 0;
  margin: 10px 0 0;
  display: flex;
  justify-content: center;
}

nav li {
  margin: 0 15px;
}

nav a {
  text-decoration: none;
  color: #555;
  font-size: 14px;
  font-weight: 500;
}

/* Hero Section Styles */
.hero {
  display: flex;
  align-items: center;
  padding: 60px 0;
}

.hero-content {
  flex: 1;
  padding-right: 50px;
}

.hero-content p:first-child {
  font-size: 16px;
  color: #888;
  margin-bottom: 5px;
}

.hero-content h1 {
  font-size: 48px;
  font-weight: 800;
  color: #1a6d36; /* Dark green for heading */
  margin: 0 0 15px;
}

.hero-content p:nth-child(3) {
  font-size: 14px;
  color: #777;
  line-height: 1.6;
  margin-bottom: 30px;
}

.hero-buttons {
  display: flex;
}

.btn {
  padding: 12px 25px;
  border-radius: 25px;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  border: none;
  cursor: pointer;
  margin-right: 15px;
}

.btn-primary {
  background-color: #1a6d36;
  color: #fff;
}

.btn-secondary {
  background-color: #fff;
  color: #1a6d36;
  border: 1px solid #1a6d36;
}

.hero-image {
  flex: 1;
  text-align: right;
}

.hero-image img {
  max-width: 100%;
  height: auto;
}

/* Our Services Section Styles */
.our-services {
  padding: 60px 0;
}

.our-services h2 {
  text-align: center;
  font-size: 20px;
  font-weight: 600;
}

.ourser {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-bottom: 20px;
}

.view-all {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #1a6d36;
  color: #fff;
  border-radius: 20px;
  text-decoration: none;
  font-size: 12px;
  font-weight: 600;
  width: 150px;
  height: 40px;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.product-card {
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}

.product-card img {
  width: 100%;
  height: 180px;
  object-fit: cover;
}

.product-info {
  padding: 15px;
  display: flex;
  gap: 10px;
}

.product-info h3 {
  font-size: 14px;
  font-weight: 600;
  margin: 0 0 8px;
}

.product-info .price {
  font-size: 16px;
  font-weight: 700;
  color: #333;
  margin: 0 0 10px;
}

.rating {
  font-size: 16px;
  color: #ffc107; /* Gold color for stars */
}

/* Adjust grid for the last row with 3 items */
.product-grid > :nth-child(n + 5) {
  grid-column: span 1;
}

/* Our Promise Section Styles */
.our-promise {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 60px 0;
}

.promise-content {
  flex: 2;
}

.promise-content h2 {
  font-size: 20px;
  font-weight: 600;
  margin: 0 0 5px;
}

.promise-content p {
  font-size: 14px;
  color: #888;
  margin: 0 0 30px;
}

.icons {
  display: flex;
  gap: 30px;
}

.icon-item {
  text-align: center;
}

.icon-item i {
  font-size: 24px;
  color: #1a6d36;
  margin-bottom: 10px;
}

.icon-item p {
  font-size: 12px;
  color: #555;
  margin: 0;
}

.magical-ticket {
  flex: 1;
  background-color: #e6f7e8; /* Light greenish background for ticket */
  padding: 30px;
  border-radius: 15px;
  text-align: center;
}

.magical-ticket h3 {
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 10px;
}

.magical-ticket p {
  font-size: 12px;
  color: #555;
  margin: 0 0 20px;
  line-height: 1.5;
}

.btn-green {
  background-color: #1a6d36;
  color: #fff;
  padding: 10px 20px;
}

/* Footer Styles */
footer {
  background-color: #1a6d36; /* Green footer background */
  color: #fff;
  padding: 40px 0;
}

.socials {
  display: flex;
  justify-content: center;
  gap: 10px;
}

.div {
  display: flex;
  color: black;
  justify-content: center;
  align-items: center;
  background-color: white;
  width: 40px;
  height: 40px;
  margin-top: 45px;
  border-radius: 100px;
}

.footer-icons {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 40px;
}

.footer-icons a {
  color: #fff;
  font-size: 20px;
  text-decoration: none;
}

.footer-links {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}

.footer-section h4 {
  font-size: 14px;
  font-weight: 600;
  margin: 0 0 15px;
}

.footer-section ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-section li {
  margin-bottom: 10px;
}

.footer-section a {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.8);
  font-size: 12px;
}

.newsletter {
  display: flex;
  justify-content: center;
  max-width: 500px;
  margin: 0 auto;
}

.newsletter input {
  flex: 1;
  padding: 12px;
  border-radius: 25px 0 0 25px;
  border: none;
}

.newsletter button {
  background-color: #fff;
  color: #1a6d36;
  padding: 12px 25px;
  border-radius: 0 25px 25px 0;
  border: none;
  font-weight: 600;
  cursor: pointer;
}
