/* 🔄 Responsive Adjustments: Service Tile Images */
@media (max-width: 768px) {
  .service-tile img {
    height: 140px;
  }
}
@media (max-width: 768px) {
  .service-tile h6 {
    font-size: 0.9rem;
  }
}
/* 🌍 Contact Page Map Styling */
.map-container iframe {
  width: 100%;
  max-width: 100%;
  height: 350px;
  border: none;
  border-radius: 12px;
  box-shadow: 0 6px 20px rgba(0,0,0,0.1);
}

@media (max-width: 768px) {
  .map-container iframe {
    height: 250px;
  }
}
