body {
  font-family: "Open Sans", sans-serif;
}
.services-section {
  padding: 40px 0;
  background-color: #f8f9fa;
}

.services-title {
  text-align: left;
  margin-bottom: 50px;
}

.services-title .section-label {
  text-align: left;
  color: #6c757d;
  font-size: 16px;
  /* font-weight: 400; */
  /* text-transform: uppercase; */
  letter-spacing: 1px;
  margin-bottom: 10px;
  /* margin-left: 8rem;
  margin-right: 8rem; */
}

.services-title h2 {
  color: #0b2b6a;
  font-size: 2.3rem;
  font-weight: 750;
  margin-bottom: 12px;
}

.service-card {
  background: white;
  border-radius: 15px;
  padding: 30px 25px;
  height: 100%;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  border: none;
  margin-bottom: 12px;
}

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

.service-icon {
  width: 60px;
  height: 60px;
  background: linear-gradient(to bottom, #0f61a8 5%, #0b2b6a 100%);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.service-icon i {
  font-size: 24px;
  color: white;
}

.service-title {
  color: #2c3e50;
  font-size: 1.3rem;
  font-weight: 700;
  margin-bottom: 15px;
  line-height: 1.3;
}

.service-description {
  color: #6c757d;
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 0;
}

.modal-content {
  border-radius: 20px;
  border: none;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
}

.modal-header {
  border-bottom: 1px solid #e9ecef;
  padding: 25px 30px 20px;
}

.modal-title {
  color: #2c3e50;
  font-weight: 700;
}

.modal-body {
  padding: 30px;
}

.modal-footer {
  border-top: 1px solid #e9ecef;
  padding: 20px 30px 25px;
}

.blue-modern-dialogika-btn {
  background: linear-gradient(135deg, #667eea, #764ba2);
  color: white;
  border: none;
  padding: 12px 30px;
  border-radius: 25px;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
  transition: all 0.3s ease;
}

.blue-modern-dialogika-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(102, 126, 234, 0.4);
  color: white;
}

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

  .service-card {
    margin-bottom: 20px;
  }
}
