/* Page-specific styles for providers.html */
/* Add providers page custom styles here */

.hero .providers-hero {
  padding-top: 180px;
  padding-bottom: 100px;
  background: url('../images/backgrounds/providerPlan.png') no-repeat center center;
  background-size: cover;
}

.providers-hero {
  position: relative;
  padding-top: 180px;
  /* padding-bottom: 100px;
  background: linear-gradient(180deg, #eef7ff 0%, #ffffff 100%); */
}

.providers-hero .hero-buttons {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 60px;
  display: flex;
  justify-content: center;
  gap: 20px;
  width: 100%;
  max-width: 800px;
  padding: 0 20px;
}

.providers-hero .hero-buttons a {
  margin: 0;
}

.providers-hero .hero-badge {
  background: rgba(0, 169, 157, 0.08);
  color: var(--accent);
}

#support .hero-content {
  text-align: center;
}

.providers-hero .hero-content h1 {
  max-width: 720px;
}

.providers .service-card {
  min-height: 280px;
  padding: 35px 30px;
}

.providers .service-card i {
  width: 80px;
  height: 80px;
  border-radius: 20px;
}

.providers .about-image img {
  border-radius: 26px;
  box-shadow: 0 35px 90px rgba(0, 169, 157, 0.15);
}

.providers .why-card {
  min-height: 260px;
}

.providers .why-card i {
  width: 80px;
  height: 80px;
  font-size: 28px;
}

