.contact-hero {
  padding: 140px 0px 60px;
  background-color: #fff;
}

.ct-container {
  max-width: 1200px;
  margin: auto;
  padding-left: 1px;
}

.ct-badge {
  display: inline-block;
  padding: 6px 14px;
  background-color: #f0f0f0;
  color: #333;
  border-radius: 20px;
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 1px;
}

.ct-hero-title {
  
  font-size: 64px;
  font-weight: 600;
  
}

.ct-hero-subtext {
  font-size: 18px;
  max-width: 700px;
  color: #555;
  margin-bottom: 40px;
  line-height: 1.2;
}
.contact-columns {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  align-items: flex-start;
  justify-content: space-between;
}

.left-content {
  flex: 1;
  min-width: 300px;
  max-width: 540px;
}

.contact-form-container {
  flex: 0 0 580px; /* ← Prevent shrinking */
  background-color: #fff;
  padding: 40px;
  border-radius: 12px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}

.left-title {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 12px;
}

.left-subtext {
  font-size: 16px;
  color: #555;
  line-height: 1.4;
  margin-bottom: 20px;
}
.map-container iframe {
  border-radius: 10px;
  width: 100%;
  height: 340px;
}

/* Contact info styling below the map */
.contact-details {
  margin-top: 20px;
  color: #000000;
  line-height: 1.2;
}

.contact-details .detail-item {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 350;
  color: rgb(0, 0, 0);
}

.contact-details a {
  color: #000000;
  font-size: 18px;
  text-decoration: none;
}

.contact-details a:hover {
  text-decoration: underline;
}

@media (max-width: 900px) {
  .contact-columns {
    flex-direction: column;
  }

  .contact-form-container {
    flex: 1 1 100%;
    margin: 0 auto;
  }
}

  .contact-form-container {
    margin: 0 auto;
  }


.contact-form-container {
  background-color: #fff;
  padding: 40px;
  border-radius: 12px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
  max-width: 600px;
  margin: 0 auto;
}

.contact-form h2 {
  font-family: 'Manrope','Inter';
  font-size: 24px;
  margin-bottom: 20px;
  color: #333;
}

.contact-form label {
  font-family: 'Manrope','Inter';
  display: block;
  margin-top: 16px;
  margin-bottom: 6px;
  font-weight: 500;
  color: #444;
}

.contact-form input,
.contact-form textarea {
  font-family: 'Inter';
  width: 100%;
  padding: 12px 16px;
  border: 1px solid #ccc;
  border-radius: 8px;
  font-size: 15px;
  box-sizing: border-box;
}

.contact-form input:focus,
.contact-form textarea:focus {
  border-color: #000000;
  outline: none;
}

.submit-btn {
  font-family: 'Manrope', 'Inter';
  margin-top: 24px;
  width: 100%;
  background-color: #000000;
  color: #fff;
  padding: 14px;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.submit-btn:hover {
  background-color: #2f2f30;
}
