:root {
  --mint-green: #e6f4ea;
  --light-mint: #f1fcf6;
  --deep-mint: #c3eedb;
  --sky-blue: #b3e5fc;
  --forest-green: #1a4d2e;
  --dark-text: #1c1c1c;
  --white: #ffffff;
  --accent-green: #009b63;
}

/* Section Heading */
.section {
  background-image: url('/assets/images/services.jpg'); /* your generated image */
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  padding: 6rem 2rem 4rem;
  text-align: center;
}

.section h2 {
  font-size: 2.8rem;
  font-weight: 700;
  color: var(--forest-green);
  margin-bottom: 1rem;
}

.section .subheading {
  font-size: 1.25rem;
  color: #2e5b4c;
  max-width: 800px;
  margin: 0 auto 3rem;
}

/* Services Grid */
.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 2rem;
  padding: 0 2rem;
}

/* Individual Service Card */
.service-card {
  background: var(--white);
  padding: 2rem;
  border-radius: 16px;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.06);
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.service-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.08);
}

.icon-circle {
  width: 60px;
  height: 60px;
  background-color: var(--accent-green);
  color: var(--white);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  margin: 0 auto 1rem;
}

.service-title {
  font-size: 1.4rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
  color: var(--forest-green);
}

.service-desc {
  font-size: 1rem;
  color: #2e5b4c;
  margin-bottom: 1.2rem;
  line-height: 1.5;
}

/* Learn More Button */
.learn-btn {
  display: inline-block;
  background-color: var(--accent-green);
  color: var(--white);
  padding: 0.7rem 1.5rem;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  transition: background 0.3s ease;
}

.learn-btn:hover {
  background-color: #007a50;
}

/* Responsive Newsletter Input */
.newsletter-bar {
  background-color: var(--mint-green);
  padding: 2rem;
  margin-top: 4rem;
  border-top: 1px solid #cce2d9;
}

.newsletter-bar form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: center;
}

.newsletter-bar label {
  font-size: 1.1rem;
  color: var(--forest-green);
}

.newsletter-input {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
  justify-content: center;
}

.newsletter-input input {
  padding: 0.7rem 1rem;
  border: 1px solid #cce2d9;
  border-radius: 8px;
  font-size: 1rem;
}

.btn-subscribe {
  background-color: var(--accent-green);
  color: var(--white);
  border: none;
  padding: 0.7rem 1.5rem;
  border-radius: 8px;
  font-size: 1rem;
  cursor: pointer;
  transition: background 0.3s ease;
}

.btn-subscribe:hover {
  background-color: #007a50;
}
.contact-btn{
  margin-right: 50px;
}this is my css just it look dull just give better 
