.contact-section {
  padding: 100px 0;
  background-color: #f8f9fa;
}

.contact-title {
  margin-top: 0;
  font-size: 3.5rem;
  text-align: center;
  font-weight: bold;
  padding: 10px;
  text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
  margin-bottom: 50px;
  color: #2c3e50;
}

.contact-intro {
  font-size: 1.5rem;
  color: #065baa;
  margin-bottom: 2.5rem;
  line-height: 1.6;
}

.contact-info .info-title {
  color: #011e3a;
  font-weight: 600;
  font-size: 1.5rem;
}

.contact-info .info-text {
  font-size: 1.25rem;
  color: #6c757d;
  margin-left: 1.75rem;
  line-height: 1.5;
}

.contact-icon {
  color: #2225e6;
  font-size: 1.5rem;
}

.contact-form-card {
  border-radius: 10px;
  overflow: hidden;
}

.form-title {
  font-size: 1.75rem;
  color: #2c3e50;
  font-weight: 600;
}

.form-input,
.form-textarea {
  font-size: 1.25rem;
  padding: 12px 15px;
  border: 1px solid #ddd;
  border-radius: 5px;
}

.form-input:focus,
.form-textarea:focus {
  border-color: #311ce9;
  box-shadow: 0 0 0 0.25rem rgba(34, 63, 230, 0.25);
}

.form-textarea {
  min-height: 150px;
}

.submit-btn {
  background-color: #ffcc00;
  border-color: black;
  color: #2c3e50;
  font-size: 1.5rem;
  font-weight: 600;
  padding: 10px 20px;
  border-radius: 5px;
  transition: all 0.3s ease;
}

.submit-btn:hover {
  background-color: #2c3e50;
  color: white;
  transform: translateY(-2px);
}

.map-container {
  margin-top: 2rem;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #ddd;
  margin-bottom: 30px;
}

.map-container iframe {
  display: block;
  width: 100%;
  height: 300px;
  border: none;
}
