/*
Theme Name: Mac Repair Centre
Theme URI: https://macrepaircentre.in/
Author: Your Name
Author URI: https://yourwebsite.com/
Description: A custom theme for Mac Repair Centre inspired by lappymaker.com
Version: 1.0
*/

/* Add any custom styles here */
/* Fix oversized slider image on mobile */
.hero-slider img {
  width: 100%;
  height: auto;
  object-fit: cover;
  max-height: 500px; /* default for desktop */
}

@media (max-width: 768px) {
  .hero-slider img {
    max-height: 250px; /* smaller height for mobile */
  }










.contact-form label {
  font-weight: bold;
}
#map iframe {
  width: 100%;
  height: 300px;
  border: none;
}
