/* Additional custom styles can be added here */

/* Utility classes */
.text-center {
  text-align: center;
}

.mt-20 {
  margin-top: 20px;
}

.mb-20 {
  margin-bottom: 20px;
}

/* Additional responsive adjustments */
@media (max-width: 480px) {
  .hero-title {
    font-size: 1.5rem !important;
  }
  
  .package-card {
    padding: 20px;
  }
  
  .package-price {
    font-size: 2rem !important;
  }
}
