/* =========================================================
   07. Best For
   ========================================================= */

.hire-best-for {
  background: linear-gradient(180deg, #f8fbff 0%, #ffffff 100%);
}

.hire-best-for h2 {
  font-size: 44px;
  font-family: "Inter", Arial, Helvetica, sans-serif;
}

.best-head {
  max-width: 1120px;
}
.best-head p,
.best-cta p {
  font-size: 18px;
}
.best-card h3 {
  font-size: 22px;
}

.text-dark-blue {
  color: #071333;
}

.best-kicker {
  color: #ff5a00;
  font-weight: 800;
}

.best-kicker span {
  width: 54px;
  height: 2px;
  background: currentColor;
  display: block;
}

.best-card {
  box-shadow: 0 14px 34px rgba(17, 40, 80, 0.06);
}

.best-card p {
  color: #17213b;
  line-height: 1.6;
}

.best-no {
  position: absolute;
  top: 22px;
  left: 22px;
  width: 34px;
  height: 34px;
  border-radius: 10px;
  display: grid;
  place-items: center;
  font-weight: 800;
}

.best-icon {
  width: 96px;
  height: 96px;
  min-width: 96px;
  margin-top: 44px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 40px;
}

.best-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  border-radius: 50rem;
  font-size: 14px;
  font-weight: 700;
}

.best-cta {
  background: linear-gradient(90deg, #f2f8ff, #ffffff) !important;
  border-color: #b9d5ff !important;
}

.best-cta-icon {
  width: 100px;
  height: 100px;
  color: #0056d6;
  border: 1px solid #b9d5ff;
  background: #ffffff;
  font-size: 48px;
}

.best-btn {
  min-width: 310px;
  background: linear-gradient(135deg, #ff7a00, #ff4d00);
}

/* Colors */
.text-orange {
  color: #ff5a00;
}
.text-blue {
  color: #0056d6;
}
.text-green {
  color: #2e9e35;
}
.text-purple {
  color: #7b2bd9;
}
.text-yellow {
  color: #f0a000;
}
.text-teal {
  color: #008c93;
}

.bg-orange {
  background: #ff5a00;
}
.bg-blue {
  background: #0056d6;
}
.bg-green {
  background: #2e9e35;
}
.bg-purple {
  background: #7b2bd9;
}
.bg-yellow {
  background: #f0a000;
}
.bg-teal {
  background: #008c93;
}

.bg-orange-soft {
  background: #fff0e8;
}
.bg-blue-soft {
  background: #eaf2ff;
}
.bg-green-soft {
  background: #eaf8e8;
}
.bg-purple-soft {
  background: #f2eaff;
}
.bg-yellow-soft {
  background: #fff4d8;
}
.bg-teal-soft {
  background: #e6f7f7;
}

@media (max-width: 767px) {
  .best-icon {
    width: 78px;
    height: 78px;
    min-width: 78px;
    font-size: 32px;
  }

  .best-btn {
    min-width: auto;
    width: 100%;
  }
}

@media (max-width: 1399px) {
  .hire-best-for h2 {
    font-size: 32px;
  }
  .best-head p {
    font-size: 15px;
  }
  .best-head {
    max-width: 960px;
  }
  .best-card h3 {
    font-size: 16px;
  }
  .best-card p {
    font-size: 14px;
  }
  .best-tag {
    font-size: 12px;
  }
  .best-cta h3 {
    font-size: 22px !important;
  }
  .best-cta p {
    font-size: 16px !important;
  }
  .best-btn {
    font-size: 14px;
    min-width: auto;
  }
}
