
.contact-info-box {
  background-color: #fff; 
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  background-color: #fdf2d1; 
  padding: 20px; 
}

.section-title {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 1rem;
  color: #333;
  text-transform: uppercase;
  letter-spacing: 1px;
}

ul.list-unstyled {
  padding-left: 0;
}

ul.list-unstyled li {
  margin-bottom: 1rem;
  font-size: 1.1rem;
}

ul.list-unstyled li a.contact-link {
  color: #000000;
  text-decoration: none;
  font-weight: 500;
}

ul.list-unstyled li a.contact-link:hover {
  color: #000000;
}

.map-container {
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3); 
  border-radius: 8px;
  overflow: hidden;
}

@media (max-width: 767px) {
  .contact-info-box {
    padding: 15px; 
  }

  .section-title {
    font-size: 1.2rem; 
  }

  .map-container iframe {
    height: 300px; 
  }
}
