#contact-info {
  background-color: #f8f9fa;
}

@media (min-width: 1200px) {
  #contact-info .container {
    max-width: 1170px !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

.contact-card {
  background-color: #F3F8FF;
  height: 500px;
}

.contact-title {
  color: #0d2c49;
  font-size: 32px;
  line-height: 1.2;
  font-weight: 700;
}

.contact-details .contact-item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}

.contact-details .contact-icon {
  width: 24px;
  height: 24px;
  margin-right: 12px;
  color: #0d2c49;
  font-size: 20px;
  flex-shrink: 0;
}

.contact-details p {
  color: #1f2937;
  font-size: 16px;
  margin: 0;
  line-height: 1.5;
}

/* Social media icons - all same navy blue color */
.social-links a {
  width: 44px;
  height: 44px;
  background-color: #3d5a80 !important;
  border-color: #3d5a80 !important;
  color: #ffffff !important;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.social-links a i {
  color: #ffffff !important;
}

.social-links a:hover {
  transform: translateY(-3px);
  opacity: 0.85;
  background-color: #2d4a70 !important;
}

.map-wrapper {
  height: 500px;
}

.map-wrapper iframe {
  height: 100%;
}

/* Responsive adjustments */
@media (max-width: 991.98px) {
  .contact-title {
    font-size: 26px;
  }

  .map-wrapper,
  .map-wrapper iframe {
    min-height: 350px;
  }
}

@media (max-width: 575.98px) {
  .contact-title {
    font-size: 22px;
  }

  .contact-details p {
    font-size: 14px;
  }
}