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

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  line-height: 1.6;
  color: #212529;
  background-color: #ffffff;
  padding-top: 70px;
}

.navbar {
  transition: all 0.3s ease;
}

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

.nav-link {
  color: #495057 !important;
  font-weight: 500;
  transition: color 0.3s ease;
}

.nav-link:hover,
.nav-link.active {
  color: #2d6a4f !important;
}

.btn-primary {
  background-color: #2d6a4f;
  border-color: #2d6a4f;
  font-weight: 600;
  padding: 0.75rem 1.5rem;
  transition: all 0.3s ease;
}

.btn-primary:hover {
  background-color: #1b4332;
  border-color: #1b4332;
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(45, 106, 79, 0.3);
}

.btn-outline-primary {
  color: #2d6a4f;
  border-color: #2d6a4f;
  font-weight: 600;
  padding: 0.75rem 1.5rem;
  transition: all 0.3s ease;
}

.btn-outline-primary:hover {
  background-color: #2d6a4f;
  border-color: #2d6a4f;
  transform: translateY(-2px);
}

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

.hero-section h1 {
  color: #1b4332;
}

.hero-section .lead {
  color: #495057;
  font-size: 1.125rem;
}

.section-title {
  color: #1b4332;
  font-weight: 700;
  margin-bottom: 1rem;
}

.section-subtitle {
  color: #6c757d;
  font-size: 1.125rem;
}

.benefits-section {
  background-color: #ffffff;
}

.benefit-card {
  background-color: #f8f9fa;
  border-radius: 8px;
  height: 100%;
  transition: all 0.3s ease;
}

.benefit-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
}

.benefit-icon {
  width: 60px;
  height: 60px;
  background-color: #2d6a4f;
  color: #ffffff;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  font-weight: 700;
}

.service-card {
  background-color: #ffffff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

.service-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
}

.service-card img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}

.service-card-body {
  background-color: #ffffff;
}

.testimonial-card {
  background-color: #f8f9fa;
  border-radius: 8px;
  border-left: 4px solid #2d6a4f;
  height: 100%;
}

.testimonial-text {
  font-style: italic;
  color: #495057;
  margin-bottom: 1rem;
}

.testimonial-author {
  color: #2d6a4f;
}

.cta-section {
  background-color: #2d6a4f;
}

.footer {
  background-color: #212529;
}

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

.footer a:hover {
  color: #2d6a4f !important;
}

.page-header {
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  padding: 60px 0 40px 0;
}

.page-header h1 {
  color: #1b4332;
}

.contact-form .form-control {
  border: 2px solid #e9ecef;
  padding: 0.75rem;
  transition: all 0.3s ease;
}

.contact-form .form-control:focus {
  border-color: #2d6a4f;
  box-shadow: 0 0 0 0.2rem rgba(45, 106, 79, 0.25);
}

.contact-info-box,
.opening-hours-box {
  background-color: #f8f9fa;
  border-radius: 8px;
  border-left: 4px solid #2d6a4f;
}

.feature-box,
.value-card,
.link-card {
  background-color: #f8f9fa;
  border-radius: 8px;
  transition: all 0.3s ease;
}

.feature-box:hover,
.value-card:hover,
.link-card:hover {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.policy-content {
  line-height: 1.8;
}

.policy-section h2,
.policy-section h3 {
  color: #1b4332;
}

.policy-section ul {
  margin-left: 1.5rem;
}

.policy-sidebar {
  background-color: #f8f9fa;
  padding: 1.5rem;
  border-radius: 8px;
}

.policy-sidebar a {
  color: #2d6a4f;
  text-decoration: none;
  transition: color 0.3s ease;
}

.policy-sidebar a:hover {
  color: #1b4332;
}

.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #212529;
  color: #ffffff;
  padding: 1rem 0;
  z-index: 9999;
  box-shadow: 0 -4px 8px rgba(0, 0, 0, 0.1);
}

.cookie-banner.hidden {
  display: none;
}

.cookie-banner a {
  color: #ffffff;
  text-decoration: underline;
}

.thank-you-content {
  background-color: #f8f9fa;
  border-radius: 8px;
}

.success-icon {
  display: inline-block;
}

.step-box {
  background-color: #ffffff;
  border-radius: 8px;
  border-left: 4px solid #2d6a4f;
  transition: all 0.3s ease;
}

.step-box:hover {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.map-placeholder {
  border: 2px dashed #dee2e6;
  min-height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 768px) {
  body {
    padding-top: 60px;
  }

  .hero-section {
    padding: 40px 0;
  }

  .hero-section h1 {
    font-size: 2rem;
  }

  .service-card img {
    height: 200px;
  }

  .btn-lg {
    padding: 0.5rem 1rem;
    font-size: 1rem;
  }

  .cookie-banner .text-right {
    text-align: left !important;
    margin-top: 1rem;
  }
}

@media (max-width: 576px) {
  .hero-section h1 {
    font-size: 1.75rem;
  }

  .display-4 {
    font-size: 2rem;
  }

  .lead {
    font-size: 1rem;
  }
}
