body {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  background: #f8fafc;
  color: #333;
  margin: 0;
  padding: 0;
}

.logo {
  width: 90px;
  height: auto;
}

h1.fw-bold {
  font-size: 22px;
  color: #2c3e50;
}

.btn-success {
  background-color: #157347;
  border-color: #157347;
}

.btn-success:hover {
  background-color: #0d5a36;
  border-color: #0d5a36;
}

.btn-outline-success {
  border-color: #157347;
  color: #157347;
}

.btn-outline-success:hover {
  background-color: #e6f5eb;
  color: #0d5a36;
}

.custom-navbar {
  background-color: #369091;
}

.navbar-logo {
  height: 60px;
  width: auto;
  border-radius: 6px;
}

.agreement-section {
  min-height: 80vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #f9fdfb, #f0fdf4);
  padding: 3rem 1rem;
  text-align: center;
}

.agreement-section h2 {
  font-size: 2rem;
  font-weight: 650;
  color: #1f2937;
}

.agreement-section p.lead {
  font-size: 1.1rem;
  color: #4b5563;
}

.card {
  border-radius: 12px;
  transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}

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

.card-title {
  font-size: 1.2rem;
  color: #157347;
}

.card-text {
  color: #555;
}

.service-card {
  max-width: 450px;
  border-radius: 12px;
  padding: 12px;
  background-color: #ffffff;
}

.service-icon {
  width: 50px;
  height: 50px;
}

.shadow-sm {
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08) !important;
}

.rounded-3 {
  border-radius: 16px !important;
}

body {
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  background-color: #f8f9fa;
  color: #2c3e50;
}

.card {
  border-radius: 10px;
  overflow: hidden;
  border: none;
}

.card-header {
  font-weight: bold;
  text-align: center;
}

.bg-primary {
  background-color: #369091 !important;
  border-bottom: 1px solid #2d7778 !important;
}

.card-body {
  padding: 2rem;
}

.btn-primary {
  background-color: #369091 !important;
  border-color: #369091 !important;
  font-weight: 500;
}

.btn-primary:hover,
.btn-primary:focus {
  background-color: #2d7778 !important;
  border-color: #2d7778 !important;
}

.btn-primary:active {
  background-color: #256465 !important;
  border-color: #256465 !important;
}

.form-label {
  font-weight: 500;
  color: #2c3e50;
}

.form-control:focus {
  border-color: #369091;
  box-shadow: 0 0 0 0.2rem rgba(54, 144, 145, 0.25);
}

.alert-danger {
  border-radius: 6px;
  font-size: 0.95rem;
}

.form-check-input:checked {
  background-color: #369091;
  border-color: #369091;
}

a {
  color: #369091;
  text-decoration: none;
}

a:hover {
  color: #2d7778;
  text-decoration: underline;
}

.text-white {
  color: #fff !important;
}

h3.mb-0 {
  font-size: 1.4rem;
}



.agreement-section {
  background: linear-gradient(135deg, #f9fafb, #f0fdf4);
  border-radius: 12px;
}
.service-card {
  max-width: 700px;
  border-radius: 15px;
  transition: all 0.3s ease-in-out;
}

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

.service-icon {
  width: 70px;
  height: 70px;
  border-radius: 10px;
  object-fit: cover;
}
.btn-lg {
  border-radius: 30px;
  font-weight: 500;
  transition: transform 0.2s ease;
}

.btn-lg:hover {
  transform: translateY(-2px);
}
.fade-up {
  opacity: 0;
  transform: translateY(20px);
  animation: fadeUp 0.8s ease forwards;
}

.fade-up-delay {
  opacity: 0;
  transform: translateY(20px);
  animation: fadeUp 1s ease forwards;
  animation-delay: 0.3s;
}

@keyframes fadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
