* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  color: #333;
  line-height: 1.6;
}

.navbar-brand {
  font-weight: 700;
  font-size: 1.5rem;
  color: #2d5016 !important;
}

.navbar-light .navbar-nav .nav-link {
  color: #333;
  font-weight: 500;
  margin: 0 10px;
  transition: color 0.3s ease;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
  color: #4a7c24;
}

.btn-primary {
  background-color: #4a7c24;
  border-color: #4a7c24;
  padding: 10px 25px;
  font-weight: 600;
  transition: all 0.3s ease;
}

.btn-primary:hover {
  background-color: #3a6119;
  border-color: #3a6119;
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(74, 124, 36, 0.3);
}

.btn-outline-primary {
  color: #4a7c24;
  border-color: #4a7c24;
  padding: 10px 25px;
  font-weight: 600;
  transition: all 0.3s ease;
}

.btn-outline-primary:hover {
  background-color: #4a7c24;
  border-color: #4a7c24;
  color: #fff;
}

.hero-section {
  padding: 100px 0;
  background: linear-gradient(135deg, #f8fef5 0%, #e8f5e3 100%);
}

.hero-title {
  font-size: 3rem;
  font-weight: 800;
  color: #2d5016;
  margin-bottom: 20px;
  line-height: 1.2;
}

.hero-subtitle {
  font-size: 1.25rem;
  color: #666;
  margin-bottom: 30px;
}

.hero-buttons .btn {
  margin: 10px 5px;
}

.section-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #2d5016;
  margin-bottom: 15px;
}

.section-subtitle {
  font-size: 1.1rem;
  color: #666;
  margin-bottom: 30px;
}

.feature-card {
  padding: 30px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  text-align: center;
  height: 100%;
}

.feature-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 8px 25px rgba(74, 124, 36, 0.2);
}

.feature-icon {
  width: 80px;
  height: 80px;
  margin: 0 auto 20px;
  background-color: #e8f5e3;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.feature-icon img {
  width: 50px;
  height: 50px;
}

.feature-card h3 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #2d5016;
  margin-bottom: 15px;
}

.feature-card p {
  color: #666;
  margin: 0;
}

.calculator-card {
  background: #fff;
  padding: 40px;
  border-radius: 15px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.service-card {
  padding: 20px;
  text-align: center;
  transition: transform 0.3s ease;
}

.service-card:hover {
  transform: scale(1.05);
}

.service-card h4 {
  font-size: 1.25rem;
  font-weight: 700;
  color: #2d5016;
  margin: 15px 0;
}

.service-card p {
  color: #666;
  font-size: 0.95rem;
}

.testimonial-card {
  background: #fff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  text-align: center;
  height: 100%;
}

.testimonial-img {
  width: 80px;
  height: 80px;
  margin: 0 auto 20px;
  display: block;
  border: 4px solid #4a7c24;
}

.testimonial-text {
  font-style: italic;
  color: #555;
  margin-bottom: 20px;
}

.testimonial-name {
  font-weight: 700;
  color: #2d5016;
  margin-bottom: 5px;
}

.testimonial-role {
  color: #888;
  font-size: 0.9rem;
}

.cta-section {
  background: linear-gradient(135deg, #4a7c24 0%, #2d5016 100%);
}

.cta-section h2 {
  font-size: 2.5rem;
  font-weight: 700;
}

.footer {
  background-color: #2d5016;
  color: #fff;
}

.footer h5 {
  color: #fff;
  font-weight: 700;
  margin-bottom: 20px;
}

.footer p {
  color: #ddd;
}

.footer-links {
  list-style: none;
  padding: 0;
}

.footer-links li {
  margin-bottom: 10px;
}

.footer-links a {
  color: #ddd;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-links a:hover {
  color: #fff;
}

.social-links a {
  color: #ddd;
  margin-right: 15px;
  text-decoration: none;
  transition: color 0.3s ease;
}

.social-links a:hover {
  color: #fff;
}

.footer-policy-link {
  color: #ddd;
  margin: 0 10px;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-policy-link:hover {
  color: #fff;
}

.page-header {
  background: linear-gradient(135deg, #4a7c24 0%, #2d5016 100%);
  color: #fff;
  padding: 80px 0 60px;
  text-align: center;
}

.page-header h1 {
  font-size: 3rem;
  font-weight: 800;
  margin-bottom: 15px;
}

.page-header p {
  font-size: 1.2rem;
}

.approach-card {
  background: #fff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  height: 100%;
}

.approach-card h4 {
  color: #2d5016;
  font-weight: 700;
  margin-bottom: 15px;
}

.team-card {
  text-align: center;
  padding: 20px;
}

.team-card img {
  width: 150px;
  height: 150px;
  object-fit: cover;
  border: 5px solid #4a7c24;
}

.team-card h4 {
  color: #2d5016;
  font-weight: 700;
  margin-top: 15px;
  margin-bottom: 5px;
}

.team-role {
  color: #4a7c24;
  font-weight: 600;
  margin-bottom: 15px;
}

.cert-badge {
  width: 100px;
  height: 100px;
  object-fit: contain;
}

.service-detail-card {
  background: #fff;
  padding: 40px;
  border-radius: 15px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.service-detail-card h2 {
  color: #2d5016;
  font-weight: 700;
  margin-bottom: 20px;
}

.service-features {
  list-style: none;
  padding: 0;
  margin: 20px 0;
}

.service-features li {
  padding: 10px 0;
  padding-left: 30px;
  position: relative;
}

.service-features li:before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #4a7c24;
  font-weight: 700;
  font-size: 1.2rem;
}

.support-card {
  background: #fff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  height: 100%;
}

.support-card h4 {
  color: #2d5016;
  font-weight: 700;
  margin-bottom: 15px;
}

.process-step {
  text-align: center;
  padding: 20px;
}

.process-number {
  width: 60px;
  height: 60px;
  background-color: #4a7c24;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  font-weight: 700;
  margin: 0 auto 20px;
}

.process-step h4 {
  color: #2d5016;
  font-weight: 700;
  margin-bottom: 10px;
}

.contact-form-card,
.contact-info-card {
  background: #fff;
  padding: 40px;
  border-radius: 15px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.contact-info-card h3 {
  color: #2d5016;
  font-weight: 700;
}

.contact-item {
  margin-bottom: 25px;
}

.contact-item h5 {
  color: #4a7c24;
  font-weight: 700;
  margin-bottom: 5px;
}

.contact-item p {
  margin: 0;
}

.contact-item a {
  color: #333;
  text-decoration: none;
}

.contact-item a:hover {
  color: #4a7c24;
}

.faq-item {
  background: #fff;
  padding: 25px;
  border-radius: 10px;
  margin-bottom: 20px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.faq-item h5 {
  color: #2d5016;
  font-weight: 700;
  margin-bottom: 10px;
}

.thank-you-card {
  background: #fff;
  padding: 60px 40px;
  border-radius: 15px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.thank-you-icon {
  width: 100px;
  height: 100px;
}

.next-step-card {
  background: #fff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  text-align: center;
  height: 100%;
}

.next-step-card h4 {
  color: #2d5016;
  font-weight: 700;
  margin-bottom: 15px;
}

.urgent-contact a {
  margin: 10px;
}

.policy-section {
  background: #fff;
}

.policy-content h2 {
  color: #2d5016;
  font-weight: 700;
  margin-top: 30px;
  margin-bottom: 15px;
  font-size: 1.75rem;
}

.policy-content h3 {
  color: #4a7c24;
  font-weight: 600;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 1.25rem;
}

.policy-content p {
  color: #555;
  margin-bottom: 15px;
  line-height: 1.8;
}

.policy-content ul {
  margin-bottom: 20px;
  padding-left: 30px;
}

.policy-content li {
  color: #555;
  margin-bottom: 8px;
}

@media (max-width: 768px) {
  .hero-title {
    font-size: 2rem;
  }

  .hero-subtitle {
    font-size: 1rem;
  }

  .section-title {
    font-size: 2rem;
  }

  .page-header h1 {
    font-size: 2rem;
  }

  .hero-buttons .btn {
    display: block;
    width: 100%;
    margin: 10px 0;
  }
}
