* {
  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;
}

.header {
  border-bottom: 1px solid #e9ecef;
  position: sticky;
  top: 0;
  z-index: 1000;
  background-color: #ffffff;
}

.navbar-brand {
  font-size: 1.5rem;
  color: #0056b3;
}

.navbar-brand:hover {
  color: #003d82;
}

.nav-link {
  color: #495057;
  font-weight: 500;
}

.nav-link:hover,
.nav-link.active {
  color: #0056b3;
}

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

.hero-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #212529;
  margin-bottom: 1.5rem;
}

.hero-text {
  font-size: 1.25rem;
  color: #495057;
  margin-bottom: 2rem;
}

.section {
  padding: 60px 0;
}

.section-title {
  font-size: 2rem;
  font-weight: 700;
  color: #212529;
  margin-bottom: 2rem;
}

.bg-light {
  background-color: #f8f9fa;
}

.card {
  border: 1px solid #dee2e6;
  border-radius: 8px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

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

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

.icon {
  font-size: 2rem;
}

.benefits-list {
  list-style: none;
  padding: 0;
}

.benefits-list li {
  padding: 12px 0;
  padding-left: 30px;
  position: relative;
}

.benefits-list li:before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #0056b3;
  font-weight: bold;
  font-size: 1.2rem;
}

.service-card .card-img-top {
  height: 200px;
  object-fit: cover;
}

.benefit-item {
  padding: 20px;
  background-color: #f8f9fa;
  border-radius: 8px;
  height: 100%;
}

.benefit-item h4 {
  color: #0056b3;
  font-size: 1.1rem;
  margin-bottom: 10px;
}

.testimonial-card {
  background-color: #ffffff;
  padding: 30px;
  border-radius: 8px;
  border: 1px solid #dee2e6;
  height: 100%;
}

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

.testimonial-author {
  font-weight: 600;
  color: #0056b3;
  margin-bottom: 0;
}

.cta-section {
  background: linear-gradient(135deg, #0056b3 0%, #003d82 100%);
  padding: 80px 0;
}

.footer {
  background-color: #212529;
  color: #ffffff;
  padding: 60px 0 20px;
}

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

.footer p {
  color: #adb5bd;
  margin-bottom: 10px;
}

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

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

.footer-links a {
  color: #adb5bd;
  text-decoration: none;
}

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

.copyright {
  color: #6c757d;
  margin-top: 30px;
  padding-top: 20px;
  border-top: 1px solid #495057;
}

.btn-primary {
  background-color: #0056b3;
  border-color: #0056b3;
  font-weight: 600;
  padding: 12px 30px;
}

.btn-primary:hover {
  background-color: #003d82;
  border-color: #003d82;
}

.btn-outline-primary {
  color: #0056b3;
  border-color: #0056b3;
  font-weight: 600;
}

.btn-outline-primary:hover {
  background-color: #0056b3;
  border-color: #0056b3;
  color: #ffffff;
}

.page-header {
  background: linear-gradient(135deg, #0056b3 0%, #003d82 100%);
  color: #ffffff;
  padding: 60px 0;
  text-align: center;
}

.page-header h1 {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 10px;
}

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

.value-card {
  background-color: #ffffff;
  padding: 30px;
  border-radius: 8px;
  border: 1px solid #dee2e6;
  height: 100%;
}

.value-card h3 {
  color: #0056b3;
  margin-bottom: 15px;
}

.contact-info-box {
  background-color: #f8f9fa;
  padding: 30px;
  border-radius: 8px;
  border: 1px solid #dee2e6;
}

.service-detail-card {
  padding: 30px;
  background-color: #ffffff;
  border-radius: 8px;
  border: 1px solid #dee2e6;
}

.service-detail-card ul {
  padding-left: 20px;
}

.service-detail-card li {
  margin-bottom: 10px;
}

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

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

.contact-form-card {
  background-color: #f8f9fa;
  padding: 40px;
  border-radius: 8px;
  border: 1px solid #dee2e6;
}

.contact-info-card {
  background-color: #ffffff;
  padding: 30px;
  border-radius: 8px;
  border: 1px solid #dee2e6;
}

.form-control:focus {
  border-color: #0056b3;
  box-shadow: 0 0 0 0.2rem rgba(0, 86, 179, 0.25);
}

.thank-you-section {
  padding: 100px 0;
}

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

.policy-content {
  max-width: 900px;
  margin: 0 auto;
}

.policy-content h2 {
  color: #0056b3;
  font-size: 1.75rem;
  margin-top: 40px;
  margin-bottom: 20px;
}

.policy-content h3 {
  color: #212529;
  font-size: 1.25rem;
  margin-top: 30px;
  margin-bottom: 15px;
}

.policy-content ul,
.policy-content ol {
  margin-bottom: 20px;
  padding-left: 25px;
}

.policy-content li {
  margin-bottom: 10px;
}

.policy-content p {
  margin-bottom: 15px;
}

.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #212529;
  color: #ffffff;
  padding: 20px 0;
  z-index: 9999;
  display: none;
}

.cookie-banner.show {
  display: block;
}

.cookie-banner p {
  margin: 0;
  color: #ffffff;
}

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

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

  .hero-text {
    font-size: 1.1rem;
  }

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

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

  .cookie-banner .text-right {
    text-align: left;
    margin-top: 15px;
  }
}
