.contact_container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px 16px;
}
.contact-header {
  text-align: center;
  margin-bottom: 2.5rem;
  margin-top: 5rem;
}
.contact-header h1 {
  font-family: 'Playfair Display', serif;
  font-size: 2.8rem;
  font-weight: 700;
  color:  #1e40af;
  margin-bottom: 1rem;
}
.contact-header p {
  font-size: 1.2rem;
  color: #555;
  max-width: 600px;
  margin: 0 auto;
}
.info-cards {
  display: flex;
  gap: 32px;
  margin-bottom: 2.5rem;
  flex-wrap: wrap;
  justify-content: center;
}
.info-card {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 2px 16px rgba(191, 167, 106, 0.08);
  padding: 32px 24px;
  flex: 1 1 260px;
  min-width: 260px;
  max-width: 340px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.icon-circle {
  width: 56px;
  height: 56px;
  background: #f6e9c6;
  color: #bfa76a;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  margin-bottom: 1rem;
}
.info-card h2 {
  font-family: 'Playfair Display', serif;
  font-size: 1.3rem;
  color: #1e40af;
  margin-bottom: 0.5rem;
}
.info-card p {
  color: #555;
  font-size: 1rem;
  margin-bottom: 1.2rem;
}
.info-card .hours {
  color: #bfa76a;
  font-weight: 600;
}
.btn {
  display: inline-block;
  padding: 0.7em 2em;
  border-radius: 999px;
  font-family: 'Playfair Display', serif;
  font-size: 1.05rem;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  transition: background 0.2s, color 0.2s, border 0.2s;
  cursor: pointer;
  border: none;
}
.btn-outline {
  background: #fff;
  color:  #15306b;
  border: 2px solid #15306b;
}
.btn-outline:hover {
  background: #15306b;
  color: #fff;
}
.btn-green {
  background: #25d366;
  color: #fff;
  border: 2px solid #25d366;
}
.btn-green:hover {
  background: #1ebe57;
  border-color: #1ebe57;
}
.btn-dark {
  background: #15306b;
  color: #fff;
  border: 2px solid  #15306b;
  width: 100%;
}
.btn-dark:hover {
  background: #1db954;
  color: #fff;
  border-color: #1db954;
}
.main-content {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
}
.contact-form-card {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 2px 16px rgba(191, 167, 106, 0.08);
  padding: 32px 24px;
  flex: 1 1 380px;
  min-width: 320px;
  max-width: 520px;
}
.contact-form-card h2 {
  font-family: 'Playfair Display', serif;
  font-size: 1.5rem;
  color: #1e40af;
  margin-bottom: 1.5rem;
}
#contact-form {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}
.form-row {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}
.form-group {
  flex: 1 1 160px;
  display: flex;
  flex-direction: column;
}
.form-group label {
  font-size: 1rem;
  color: #555;
  margin-bottom: 0.4rem;
}
.form-group input,
.form-group textarea {
  font-size: 1rem;
  padding: 0.7em 1em;
  border-radius: 8px;
  border: 1px solid #e5e5e5;
  background: #faf9f6;
  margin-bottom: 0.2rem;
  transition: border 0.2s;
}
.form-group input:focus,
.form-group textarea:focus {
  border: 1.5px solid #bfa76a;
  outline: none;
}
.form-success {
  color: #25d366;
  font-size: 1.1rem;
  margin-top: 1rem;
  text-align: center;
}
.side-info {
  flex: 1;
  min-width: 280px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.map-card {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 2px 16px rgba(191, 167, 106, 0.08);
  padding: 24px 20px 20px 20px;
  margin-bottom: 0.5rem;
  width: 100% !important;
}
.map-card h2 {
  font-family: 'Playfair Display', serif;
  font-size: 1.2rem;
  color: #1e40af;
  margin-bottom: 1rem;
}
.map-placeholder {
  background: #f3f3f3;
  color: #888;
  border-radius: 10px;
  height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
  font-size: 1rem;
}
.contact-details {
  font-size: 1rem;
  color: #555;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.contact-details .icon {
  color: #bfa76a;
  margin-right: 8px;
}
.why-card {
  background: #1e40af;
  color: #fff;
  border-radius: 16px;
  padding: 24px 20px;
  box-shadow: 0 2px 16px rgba(191, 167, 106, 0.08);
  width: 100%;
}
.why-card h3 {
  font-family: 'Playfair Display', serif;
  font-size: 1.2rem;
  margin-bottom: 1rem;
  color: #fff;
}
.why-card ul {
  list-style: disc inside;
  color: #f3e9c6;
  font-size: 1rem;
  padding-left: 1.2em;
}
.why-card li {
  margin-bottom: 0.5rem;
}
.volunteer-inner {
  max-width: 700px;
  margin: 0 auto;
}
.volunteer-heading {
  color: #1992ea;
  font-size: 1.5rem;
  font-weight: 700;
  font-family: 'Poppins', Arial, sans-serif;
  margin-bottom: 1.1rem;
}
.volunteer-desc {
  color: black;
  font-size: 1rem;
  max-width: 700px;
  margin: 0 auto 1.3rem auto;
  line-height: 1.45;
}
.volunteer-btn {
  background: #1992ea;
  color: #fff;
  font-size: 1rem;
  font-weight: 600;
  border: none;
  border-radius: 10px;
  padding: 0.6rem 2.2rem;
  cursor: pointer;
  transition: background 0.18s;
  box-shadow: none;
  outline: none;
  margin-top: 0.3rem;
  margin-bottom: 0.3rem;
  display: inline-block;
}
.volunteer-btn:hover {
  background: #1577c0;
}
@media (max-width: 900px) {
  .info-cards {
    flex-direction: column;
    gap: 20px;
    align-items: center;
  }
  .main-content {
    flex-direction: column;
    gap: 32px;
  }
  .side-info, .contact-form-card {
    max-width: 100%;
  }
}
@media (max-width: 600px) {
  .container {
    padding: 12px 2px;
  }
  .contact-header h1 {
    font-size: 1.5rem;
  }
  .info-card, .contact-form-card, .map-card, .why-card {
    border-radius: 8px;
    padding: 16px 8px;
  }
  .main-content {
    gap: 16px;
  }
}
