.contact-page {
  font-family: 'Open Sans', Arial, sans-serif;
  color: #092c5c!important;
}

.contact-heading {
  font-size: 2.2rem;
  font-weight: 800;
  color: #d1002c;
  margin-bottom: 40px;
  border-bottom: 3px solid #ffcc00;
  display: inline-block;
  padding-bottom: 5px;
}

.contact-info-item {
  background: #fff;
  border-radius: 10px;
  padding: 18px 20px;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.08);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.contact-info-item:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.12);
}

.info-icon {
  font-size: 1.4rem;
  color: #d1002c;
  min-width: 28px;
}

.contact-info-item h5 {
  margin-bottom: 4px;
  font-size: 1.05rem;
  color: #092c5c;
}

.contact-info-item a {
  color: #22407b;
  text-decoration: none;
}

.contact-info-item a:hover {
  color: #ffcc00;
  text-decoration: underline;
}

.social-icons a {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #a85cf9;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 1.1rem;
  transition: background 0.3s ease, color 0.3s ease;
}

.social-icons a:hover {
  background: #ffcc00;
  color: #d1002c;
}

.contact-card {
  background: linear-gradient(120deg, #f9fafc, #f6e7ee);
  border-radius: 14px;
  box-shadow: 0 3px 18px rgba(168, 92, 249, 0.08);
}

.card-icon {
  font-size: 2rem;
  color: #d1002c;
}

.email-link {
  color: #0d3a80 !important;
  font-weight: 500;
  text-decoration: none;
}

.email-link:hover {
  color: #ffcc00;
  text-decoration: underline;
}

.response-note {
  font-size: 0.9rem;
  color: #0d3a80;
  font-style: italic;
}

.map-container iframe {
  border-radius: 12px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.05);
}

.contact-page {
  font-family: 'Open Sans', Arial, sans-serif;
  color: #092c5c;
}

.contact-heading {
  font-size: 2.2rem;
  font-weight: 800;
  color: #d1002c;
  margin-bottom: 40px;
  border-bottom: 3px solid #ffcc00;
  display: inline-block;
  padding-bottom: 5px;
}

.contact-card {
  background: linear-gradient(120deg, #f9fafc, #f6e7ee);
  border-radius: 14px;
  box-shadow: 0 3px 18px rgba(168, 92, 249, 0.08);
}

.card-icon {
  font-size: 2rem;
  color: #d1002c;
}

.email-link {
  color: #0d3a80;
  font-weight: 500;
  text-decoration: none;
}

.email-link:hover {
  color: #ffcc00;
  text-decoration: underline;
}

.response-note {
  font-size: 0.9rem;
  color: #0d3a80;
  font-style: italic;
}

.map-container iframe {
  border-radius: 12px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.05);
}