/* =========================================================
   04. Why Hire From Us
   ========================================================= */

.why-hire-section {
  background: linear-gradient(180deg, #f8fbff 0%, #ffffff 100%);
}
.why-hire-heading h2 {
  color: #061a45;
  font-size: clamp(38px, 4.7vw, 44px);
  font-weight: 950;
  letter-spacing: -0.055em;
}
.why-hire-heading p {
  max-width: 900px;
  margin: 18px auto 0;
  color: #17274a;
  font-size: 18px;
  line-height: 1.55;
}
.why-card h3 {
  margin: 6px 0 0;
  color: #071d4d;
  font-size: 22px;
  line-height: 1.2;
  font-weight: 900;
  letter-spacing: -0.035em;
}

.why-hire-heading {
  max-width: 980px;
}

.text-orange {
  color: #ff5a00;
}

.text-dark-blue {
  color: #071333;
}

.section-line,
.small-orange-line {
  display: block;
  width: 48px;
  height: 2px;
  background: #ff5a00;
}

.small-orange-line {
  width: 42px;
}

.why-feature-card {
  min-height: 720px;
  background:
    radial-gradient(
      circle at 20% 10%,
      rgba(50, 115, 255, 0.35),
      transparent 22%
    ),
    linear-gradient(145deg, #061a4b 0%, #031133 55%, #020b25 100%);
  box-shadow: 0 22px 50px rgba(4, 16, 45, 0.18);
}

.why-feature-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(
    rgba(255, 255, 255, 0.13) 1px,
    transparent 1px
  );
  background-size: 12px 12px;
  opacity: 0.25;
}

.why-feature-card > * {
  position: relative;
  z-index: 1;
}

.feature-icon {
  width: 74px;
  height: 74px;
  min-width: 74px;
  background: linear-gradient(145deg, #1e5edb, #0b2d74);
}

.check-icon {
  width: 24px;
  height: 24px;
  border: 2px solid #4ea4ff;
  border-radius: 50%;
  color: #4ea4ff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
}

.btn-orange {
  color: #ffffff;
  background: linear-gradient(135deg, #ff7a00, #ff4d00);
  border: 0;
  box-shadow: 0 18px 35px rgba(255, 92, 0, 0.3);
  font-size: 16px;
}

.btn-orange:hover {
  color: #ffffff;
  transform: translateY(-2px);
}

.why-card {
  min-height: 365px;
  box-shadow: 0 14px 34px rgba(17, 40, 80, 0.06);
  transition: 0.25s ease;
}

.why-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 45px rgba(17, 40, 80, 0.12);
}

.why-icon {
  width: 96px;
  height: 96px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 42px;
}

.icon-blue {
  color: #0d61df;
  background: #edf4ff;
}

.icon-orange {
  color: #ff5a00;
  background: #fff1e8;
}

.icon-purple {
  color: #6c2bd9;
  background: #f2eaff;
}

.icon-green {
  color: #2e9e35;
  background: #eef8ee;
}

.why-card p {
  color: #17213b;
  font-size: 16px;
  line-height: 1.6;
}
.why-feature-card p {
  font-size: 18px;
}

@media (max-width: 1199px) {
  .why-feature-card {
    min-height: auto;
  }
}

@media (max-width: 575px) {
  .section-line {
    width: 30px;
  }

  .why-icon {
    width: 82px;
    height: 82px;
    font-size: 36px;
  }
}
@media (max-width: 1399px) {
  .why-hire-heading h2 {
    font-size: 32px;
  }
  .why-hire-heading p {
    font-size: 15px;
  }
  .why-card h3 {
    font-size: 16px;
  }
  .why-card p {
    font-size: 14px;
  }
  .why-feature-card h3 {
    font-size: 32px;
  }
  .why-feature-card p {
    font-size: 14px;
  }
  .why-feature-card li,
  .btn-orange {
    font-size: 14px;
  }
}
