body {
    font-family: 'Poppins', sans-serif;
    background-color: #f8f9fa;
  }

  .contact-section {
    padding: 60px 0;
  }

  .contact-title {
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 20px;
    text-align: center;
  }

  .contact-description {
    font-size: 18px;
    color: #6c757d;
    text-align: center;
    margin-bottom: 40px;
  }

  .custom-form {
    max-width: 600px;
    margin: 0 auto;
  }

  .form-control {
    border-radius: 25px;
  }

  .btn-custom {
    border-radius: 25px;
    background-color: #28a745;
    color: white;
  }

  .btn-custom:hover {
    background-color: #218838;
    border-color: #218838;
  }

  .map-container {
    margin-top: 60px;
    height: 400px;
    background-color: #ddd;
    border-radius: 10px;
  }