
body {
  font-family: "Inter", system-ui, -apple-system, sans-serif;
}


/* HERO */
.ey-hero {
  min-height: 100vh;
  background: url('https://5.imimg.com/data5/SELLER/Default/2023/6/313508804/MH/KW/VU/42375732/income-tax-filing-service.jpg') center/cover no-repeat;
  position: relative;
  padding-top: 90px;
}

.ey-hero .overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
}

.ey-tag {
  color: #ffb400;
  font-weight: 600;
  letter-spacing: 1px;
  font-size: 14px;
}

.ey-heading {
  font-size: 3.2rem;
  font-weight: 800;
  line-height: 1.2;
}

.ey-heading .highlight {
  color: #ffb400;
}

.ey-subtext {
  font-size: 1.1rem;
  max-width: 550px;
  opacity: 0.9;
}