/* Shared Section Titles */
h6.text-uppercase {
  letter-spacing: 1px;
  font-weight: 600;
  color: #999;
}

h1.fw-bold {
  font-size: 2.5rem;
  font-weight: 700;
  color: #1a1a1a;
}

/* Cards in Services Section */
.card {
  border: none;
  transition: all 0.3s ease-in-out;
  border-radius: 12px;
  overflow: hidden;
}

.card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.1);
}

.card-img-top {
  height: 230px;
  object-fit: cover;
  border-bottom: 2px solid #00aaff;
}

.card-title {
  color: #333;
  font-size: 1.25rem;
  font-weight: 600;
}

.card-text {
  font-size: 0.95rem;
  color: #666;
}

/* Quote Section Styling */
.bg-light {
  background-color: #f8f9fa !important;
}

section .form-control,
section .form-select {
  border: 1px solid #ced4da;
  border-radius: 0.5rem;
  box-shadow: none;
  transition: border-color 0.2s;
}

section .form-control:focus,
section .form-select:focus {
  border-color: #00aaff;
  box-shadow: 0 0 0 0.2rem rgba(0, 170, 255, 0.25);
}

.btn-primary {
  background-color: #00aaff;
  border: none;
  transition: background-color 0.2s ease;
}

.btn-primary:hover {
  background-color: #007acc;
}

/* Leadership Team */
.rounded-circle {
  border: 4px solid #00aaff;
  padding: 4px;
}

.text-muted {
  color: #6c757d !important;
}

section .text-center h5 {
  font-weight: 600;
  margin-bottom: 0.3rem;
}

section .text-center p {
  margin-bottom: 0;
  font-size: 0.95rem;
}
