body {
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  padding-top: 70px;
}

.navbar-brand {
  font-size: 1.5rem;
}

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

.hero-section h1 {
  color: #1976d2;
}

.bmi-calculator-section {
  background-color: #f8f9fa;
}

.services-preview .card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

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

.testimonials .card {
  border-left: 4px solid #1976d2;
}

.cta-section {
  background: linear-gradient(135deg, #1976d2 0%, #1565c0 100%);
  color: white;
}

.cta-section h2,
.cta-section p {
  color: white;
}

.page-header {
  background: linear-gradient(135deg, #e3f2fd 0%, #bbdefb 100%);
}

.page-header h1 {
  color: #1976d2;
}

.btn-primary {
  background-color: #1976d2;
  border-color: #1976d2;
}

.btn-primary:hover {
  background-color: #1565c0;
  border-color: #1565c0;
}

.btn-outline-primary {
  color: #1976d2;
  border-color: #1976d2;
}

.btn-outline-primary:hover {
  background-color: #1976d2;
  border-color: #1976d2;
  color: white;
}

.text-primary {
  color: #1976d2 !important;
}

footer {
  margin-top: 50px;
}

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

footer a:hover {
  opacity: 0.8;
}

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

.thank-you-section {
  min-height: calc(100vh - 300px);
  display: flex;
  align-items: center;
  padding: 50px 0;
}

.thank-you-content {
  padding: 40px;
}

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

.policy-content h3 {
  color: #1976d2;
  margin-bottom: 20px;
}

.policy-content h5 {
  color: #1976d2;
  margin-top: 20px;
  margin-bottom: 10px;
}

.fixed-top {
  z-index: 1030;
}

@media (max-width: 768px) {
  .hero-section {
    padding: 50px 0;
  }

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

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