/* Compact Home Section */

/* Reduce padding and margins */
.modern-card {
  padding: 15px !important;
}

.intro-badge {
  margin-bottom: 10px;
  padding: 10px;
}

.company-badge {
  margin-top: 10px;
  padding: 10px;
}

.services-section {
  margin-top: 15px;
  padding: 12px;
}

.service-item {
  margin-bottom: 8px;
  padding: 5px;
}

.service-icon {
  width: 30px;
  height: 30px;
  min-width: 30px;
  margin-right: 8px;
}

/* Reduce spacing between elements */
.mt-3 {
  margin-top: 0.75rem !important;
}

.mb-3 {
  margin-bottom: 0.75rem !important;
}

.mt-4 {
  margin-top: 1rem !important;
}

.mb-4 {
  margin-bottom: 1rem !important;
}

/* Adjust button spacing */
.btn-container {
  margin-top: 15px;
}

.btn-modern {
  margin: 3px !important;
}