/* ===================  HERO  =================== */
.repair-hero {
  background: linear-gradient(135deg, #e6f7ff 0%, #ffffff 90%);
  position: relative;
  overflow: hidden;
  color: #12375A;
}
.repair-hero .container {
  position: relative;
  z-index: 2;
}
.repair-hero .hero-title {
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1.2;
}
.repair-hero .hero-lead {
  font-size: 1.05rem;
  line-height: 1.6;
  max-width: 280px;
  color: #234a6b;
}
.repair-hero .btn-primary {
  padding: 0.75rem 1.75rem;
  font-size: 1rem;
  border-radius: 50px;
}

/* Angled wave at bottom */
.repair-hero .hero-wave {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 100px;
  background: white;
  clip-path: polygon(0 20%, 100% 0, 100% 100%, 0 100%);
}

/* Hero image sizing */
.hero-media {
  flex: 1;
  text-align: center;
}
.hero-img {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.1);
}

/* Responsive tweaks */
@media (max-width: 991px) {
  .repair-hero .hero-title {
    font-size: 2rem;
  }
  .repair-hero .hero-lead {
    margin-bottom: 1.5rem;
  }
}

/* ================= MAIN CONTAINER & WIDGET ================ */
.repair-device-page {
  background: #f8f9fa;
}
#booking-form-anchor {
  /* keeps the booking form up top */
}
