/* =========================================================
   03. Hire Drupal Developers Banner
   ========================================================= */

.hi-hire-hero {
  padding: 34px 0 24px;
  color: #ffffff;
  background:
    radial-gradient(
      circle at 92% 18%,
      rgba(0, 204, 255, 0.27),
      transparent 25%
    ),
    radial-gradient(circle at 3% 91%, rgba(179, 0, 255, 0.24), transparent 24%),
    radial-gradient(circle at 55% 43%, rgba(0, 73, 255, 0.16), transparent 32%),
    linear-gradient(120deg, #020923 0%, #061848 52%, #03264d 100%);
}

.hi-hire-hero::before,
.hi-hire-hero::after {
  position: absolute;
  content: "";
  pointer-events: none;
}

.hi-hire-hero::before {
  left: 0;
  bottom: 0;
  width: 290px;
  height: 190px;
  opacity: 0.32;
  background: repeating-radial-gradient(
    ellipse at bottom left,
    transparent 0 10px,
    rgba(177, 28, 255, 0.55) 11px 12px
  );
}

.hi-hire-hero::after {
  right: 0;
  bottom: -30px;
  width: 310px;
  height: 170px;
  opacity: 0.2;
  background: repeating-radial-gradient(
    ellipse at bottom right,
    transparent 0 11px,
    rgba(0, 182, 255, 0.48) 12px 13px
  );
}

.hi-hire-hero-dots {
  position: absolute;
  width: 120px;
  height: 90px;
  opacity: 0.48;
  background-image: radial-gradient(#00c9ff 1.5px, transparent 1.5px);
  background-size: 14px 14px;
}

.hi-hire-hero-dots-one {
  top: 4px;
  right: 10px;
}

.hi-hire-hero-dots-two {
  left: -25px;
  top: 44%;
  background-image: radial-gradient(#146eff 1.5px, transparent 1.5px);
}

.hi-hire-hero-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(55px);
  pointer-events: none;
}

.hi-hire-hero-orb-one {
  top: 28%;
  left: 35%;
  width: 220px;
  height: 220px;
  background: rgba(0, 67, 255, 0.18);
}

.hi-hire-hero-orb-two {
  right: 5%;
  bottom: 8%;
  width: 190px;
  height: 190px;
  background: rgba(0, 207, 255, 0.14);
}

.hi-hire-hero-content {
  position: relative;
  z-index: 3;
  min-width: 0;
}

.hi-hire-hero-kicker {
  color: #ff6a00;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 900;
  letter-spacing: 0.035em;
  text-transform: uppercase;
}

.hi-hire-hero-kicker > span:first-child,
.hi-hire-hero-kicker > span:last-child {
  position: relative;
  width: 40px;
  height: 2px;
  flex-shrink: 0;
  background: #ff6a00;
}

.hi-hire-hero-kicker > span:first-child::after,
.hi-hire-hero-kicker > span:last-child::before {
  position: absolute;
  top: 50%;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  content: "";
  background: #ff6a00;
  transform: translateY(-50%);
}

.hi-hire-hero-kicker > span:first-child::after {
  right: -1px;
}

.hi-hire-hero-kicker > span:last-child::before {
  left: -1px;
}

.hi-hire-hero-title {
  max-width: 650px;
  color: #ffffff;
  font-size: 55px;
  line-height: 1.08;
  font-weight: 900;
  letter-spacing: -0.04em;
  overflow-wrap: break-word;
}

.hi-hire-hero-description {
  max-width: 650px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 18px;
  line-height: 1.55;
}

.hi-hire-primary-btn,
.hi-hire-outline-btn {
  min-height: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 14px 21px;
  border: 1px solid transparent;
  border-radius: 9px;
  color: #ffffff;
  font-size: 18px;
  line-height: 1.25;
  font-weight: 800;
  text-decoration: none;
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    background-color 0.25s ease;
}

.hi-hire-primary-btn {
  background: linear-gradient(135deg, #ff7a00, #ff4d00);
  box-shadow: 0 12px 28px rgba(255, 90, 0, 0.25);
}

.hi-hire-outline-btn {
  border-color: rgba(255, 255, 255, 0.9);
  background: rgba(2, 14, 48, 0.45);
}

.hi-hire-primary-btn:hover,
.hi-hire-outline-btn:hover {
  color: #ffffff;
  transform: translateY(-2px);
}

.hi-hire-primary-btn:hover {
  box-shadow: 0 16px 34px rgba(255, 90, 0, 0.34);
}

.hi-hire-outline-btn:hover {
  background: rgba(255, 255, 255, 0.1);
}

.hi-hire-primary-btn i,
.hi-hire-outline-btn i {
  font-size: 24px;
}

.hi-hire-benefit-content {
  min-width: 0;
}

.hi-hire-benefit-icon {
  width: 60px;
  min-width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(78, 147, 255, 0.48);
  border-radius: 50%;
  color: #ffffff;
  font-size: 25px;
  box-shadow: 0 8px 24px rgba(0, 85, 255, 0.25);
}

.hi-hire-benefit-icon-blue {
  background: linear-gradient(145deg, #1687ff, #0053d6);
}

.hi-hire-benefit-icon-purple {
  background: linear-gradient(145deg, #933cff, #5420bd);
}

.hi-hire-benefit-icon-cyan {
  background: linear-gradient(145deg, #12bfc6, #047a99);
}

.hi-hire-benefit h2 {
  margin: 1px 0 4px;
  color: #ffffff;
  font-size: 20px !important;
  line-height: 1.25;
  font-weight: 800;
}

.hi-hire-benefit p {
  max-width: 500px;
  margin: 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: 16px;
  line-height: 1.48;
  overflow-wrap: break-word;
}

.hi-hire-visual {
  z-index: 2;
  min-width: 0;
  padding-top: 72px;
}

.hi-hire-talent-badge {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 5;
  min-height: 52px;
  padding: 4px 16px 4px 5px;
  border: 1px solid rgba(184, 77, 255, 0.75);
  border-radius: 14px 22px 22px 14px;
  color: #ffffff;
  font-size: 18px;
  background: linear-gradient(100deg, #3c23a9, #8b22c9);
  box-shadow: 0 12px 30px rgba(61, 16, 164, 0.35);
  transform: translateX(-50%);
  white-space: nowrap;
}

.hi-hire-talent-icon {
  width: 54px;
  height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: -10px;
  border: 3px solid #714bff;
  border-radius: 50%;
  font-size: 24px;
  background: linear-gradient(145deg, #0c96ff, #5f22e1);
}

.hi-hire-talent-check {
  color: #ffffff;
  font-size: 24px;
}

.hi-hire-visual-layout {
  position: relative;
}

.hi-hire-workflow {
  width: 180px;
  min-width: 180px;
}

.hi-hire-workflow-card {
  position: relative;
  min-height: 98px;
  padding: 13px;
  border: 1px solid rgba(80, 121, 255, 0.52);
  border-radius: 12px;
  background: linear-gradient(
    135deg,
    rgba(54, 30, 129, 0.8),
    rgba(16, 36, 100, 0.82)
  );
  box-shadow: 0 10px 30px rgba(1, 11, 46, 0.3);
}

.hi-hire-workflow-right .hi-hire-workflow-card {
  border-color: rgba(0, 210, 255, 0.62);
  background: linear-gradient(
    135deg,
    rgba(7, 71, 119, 0.84),
    rgba(8, 46, 94, 0.86)
  );
}

.hi-hire-workflow-left .hi-hire-workflow-card::after,
.hi-hire-workflow-right .hi-hire-workflow-card::before {
  position: absolute;
  top: 50%;
  width: 25px;
  height: 2px;
  content: "";
  background: linear-gradient(90deg, #7351ff, #00d9ff);
  box-shadow: 0 0 8px #1687ff;
}

.hi-hire-workflow-left .hi-hire-workflow-card::after {
  right: -26px;
}

.hi-hire-workflow-right .hi-hire-workflow-card::before {
  left: -26px;
}

.hi-hire-workflow-title {
  color: #ffffff;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 800;
}

.hi-hire-workflow-title > span {
  width: 25px;
  height: 25px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  color: #ffffff;
  background: #0d6efd;
}

.hi-hire-project-board,
.hi-hire-browser-preview {
  margin-top: 10px;
  padding: 9px;
  border-radius: 7px;
  background: rgba(248, 251, 255, 0.95);
}

.hi-hire-project-row {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 5px 0;
}

.hi-hire-project-row i {
  font-size: 10px;
  color: #1687ff;
}

.hi-hire-project-row:nth-child(2) i {
  color: #ff7a00;
}

.hi-hire-project-row:nth-child(3) i {
  color: #0ca78d;
}

.hi-hire-project-row b,
.hi-hire-code-lines span {
  display: block;
  height: 5px;
  border-radius: 999px;
  background: rgba(135, 160, 205, 0.45);
}

.hi-hire-project-row b {
  width: 74%;
}

.hi-hire-code-lines span {
  margin-bottom: 7px;
}

.hi-hire-code-lines span:nth-child(1) {
  width: 84%;
}

.hi-hire-code-lines span:nth-child(2) {
  width: 64%;
}

.hi-hire-code-lines span:nth-child(3) {
  width: 76%;
  margin-bottom: 0;
}

.hi-hire-git-icon {
  color: #ff5a24;
  font-size: 40px;
}

.hi-hire-code-icon,
.hi-hire-testing-icon,
.hi-hire-deployment-icon {
  width: 42px;
  min-width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.hi-hire-code-icon {
  color: #dce8ff;
  font-size: 21px;
  background: #071b4b;
}

.hi-hire-testing-icon {
  color: #ffffff;
  font-size: 22px;
  background: linear-gradient(135deg, #43c657, #078f3b);
}

.hi-hire-deployment-icon {
  color: #021943;
  font-size: 20px;
  background: linear-gradient(135deg, #66d6ff, #1597e7);
}

.hi-hire-browser-bar {
  height: 6px;
  margin-bottom: 8px;
  border-radius: 5px;
  background: radial-gradient(circle, #196be9 1.5px, transparent 2px) left
    center / 8px 8px repeat-x;
}

.hi-hire-browser-preview > div i {
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 7px;
  color: #ffffff;
  font-size: 24px;
  background: #075be8;
}

.hi-hire-developer-card {
  position: relative;
  z-index: 3;
  min-width: 0;
  padding: 17px 21px 0;
  border: 1px solid rgba(255, 255, 255, 0.78);
  border-radius: 17px;
  color: #071333;
  background: linear-gradient(145deg, #ffffff, #f7f9fd);
  box-shadow:
    0 18px 42px rgba(0, 60, 190, 0.18),
    0 0 32px rgba(0, 119, 255, 0.18);
}

.hi-hire-availability {
  margin-bottom: 12px;
  padding: 4px 10px;
  border-radius: 999px;
  color: #137f2a;
  font-size: 12px;
  line-height: 1;
  font-weight: 900;
  text-transform: uppercase;
  background: #eef9ef;
}

.hi-hire-availability span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #1da33b;
}

.hi-hire-profile-image {
  width: 124px;
  min-width: 124px;
  height: 124px;
}

.hi-hire-profile-image img {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 50%;
  object-fit: cover;
  object-position: center top;
  background: linear-gradient(145deg, #e8eef5, #b9cee2);
}

.hi-hire-drupal-profile-icon {
  position: absolute;
  right: -8px;
  bottom: 1px;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 4px solid #ffffff;
  border-radius: 50%;
  color: #ffffff;
  font-size: 25px;
  background: #0d6efd;
}

.hi-hire-profile-details {
  min-width: 0;
}

.hi-hire-profile-details h2 {
  margin: 0 0 12px;
  color: #071333;
  font-size: 22px;
  line-height: 1.2;
  font-weight: 900;
}

.hi-hire-profile-details p {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 9px;
  color: #071333;
  font-size: 14px;
  line-height: 1.3;
}

.hi-hire-profile-details p i {
  width: 17px;
  color: #2175e8;
  text-align: center;
}

.hi-hire-profile-details p:nth-of-type(2) i {
  color: #15a347;
}

.hi-hire-rating {
  color: #071333;
  font-size: 14px;
}

.hi-hire-rating span {
  color: #ff7900;
  letter-spacing: 1px;
}

.hi-hire-skills {
  margin-top: 20px;
}

.hi-hire-skills h3 {
  margin-bottom: 10px;
  color: #071333;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 900;
}

.hi-hire-skills span {
  padding: 8px 14px;
  border: 1px solid #cfe1fa;
  border-radius: 10px;
  color: #075be8;
  font-size: 14px;
  line-height: 1;
  background: linear-gradient(180deg, #f8fbff, #edf4ff);
  box-shadow: 0 3px 7px rgba(17, 70, 150, 0.04);
}

.hi-hire-communication {
  margin: 20px -21px 0;
  padding: 11px 21px;
  border-radius: 0 0 17px 17px;
  background: linear-gradient(90deg, #f6f8fc, #ffffff);
}

.hi-hire-communication strong {
  margin-right: auto;
  color: #071333;
  font-size: 15px;
}

.hi-hire-communication span {
  font-size: 28px;
  line-height: 1;
}

.hi-hire-slack {
  color: #e01e5a;
}

.hi-hire-microsoft {
  color: #5059c9;
}

.hi-hire-whatsapp {
  color: #24b959;
}

.hi-hire-engagement-panel {
  margin-top: 34px;
  padding: 20px 8px;
  border: 1px solid rgba(255, 255, 255, 0.88);
  border-radius: 17px;
  background: linear-gradient(145deg, #ffffff, #f7f9fc);
  box-shadow: 0 15px 35px rgba(1, 12, 47, 0.2);
}

.hi-hire-engagement-item {
  min-height: 105px;
  padding: 0 22px;
  border-right: 1px solid #d7e1ef;
}

.hi-hire-engagement-item-last {
  border-right: 0;
}

.hi-hire-engagement-icon {
  width: 72px;
  min-width: 72px;
  height: 72px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #ffffff;
  font-size: 30px;
}

.hi-hire-engagement-icon-blue {
  background: linear-gradient(145deg, #1687ff, #075be8);
}

.hi-hire-engagement-icon-purple {
  background: linear-gradient(145deg, #984bff, #6220cf);
}

.hi-hire-engagement-icon-cyan {
  background: linear-gradient(145deg, #10babd, #04848c);
}

.hi-hire-engagement-item h3 {
  margin: 0 0 6px;
  color: #071333;
  font-size: 17px;
  line-height: 1.25;
  font-weight: 900;
}

.hi-hire-engagement-item p {
  margin: 0;
  color: #26345d;
  font-size: 14px;
  line-height: 1.45;
}

.hi-hire-engagement-line {
  width: 42px;
  height: 2px;
  display: block;
  margin-top: 16px;
  background: #0d6efd;
}

.hi-hire-engagement-item:nth-child(2) .hi-hire-engagement-line {
  background: #7429e8;
}

.hi-hire-highlights {
  position: relative;
  z-index: 3;
  margin-top: 30px;
  border: 1px solid transparent;
  border-radius: 18px;
  background:
    linear-gradient(#06163b, #06163b) padding-box,
    linear-gradient(90deg, #bf35ff, #0d6efd, #14d4e0) border-box;
  box-shadow: 0 14px 38px rgba(0, 0, 0, 0.15);
}

.hi-hire-highlight {
  min-height: 138px;
  padding: 22px 26px;
  position: relative;
}

.hi-hire-highlight::after {
  position: absolute;
  top: 30px;
  right: 0;
  width: 1px;
  height: calc(100% - 60px);
  content: "";
  background: rgba(177, 198, 234, 0.42);
}

.hi-hire-highlight-last::after {
  display: none;
}

.hi-hire-highlight > div {
  min-width: 0;
}

.hi-hire-highlight-icon {
  width: 76px;
  min-width: 76px;
  height: 76px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #ffffff;
  font-size: 32px;
}

.hi-hire-highlight-icon-blue {
  background: linear-gradient(145deg, #1687ff, #075be8);
}

.hi-hire-highlight-icon-purple {
  background: linear-gradient(145deg, #9d4bff, #6120c5);
}

.hi-hire-highlight-icon-cyan {
  background: linear-gradient(145deg, #14bdc5, #008391);
}

.hi-hire-highlight-icon-orange {
  background: linear-gradient(145deg, #ff7900, #ff4d00);
}

.hi-hire-highlight h2 {
  margin: 0 0 9px;
  color: #ffffff;
  font-size: 18px;
  line-height: 1.25;
  font-weight: 900;
}

.hi-hire-highlight p {
  margin: 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: 14px;
  line-height: 1.45;
  overflow-wrap: break-word;
}

.hi-hire-closing-text {
  position: relative;
  z-index: 3;
  margin-top: 24px;
  text-align: center;
}

.hi-hire-closing-text i {
  color: #10b7b8;
  font-size: 30px;
}

.hi-hire-closing-text p {
  margin: 0;
  color: #ffffff;
  font-size: 22px;
  line-height: 1.35;
  font-weight: 700;
}

.hi-hire-closing-text strong {
  color: #08b7bf;
  font-weight: 900;
}

/* =========================================================
   Hire Drupal Developers Banner Responsive
   ========================================================= */

@media (max-width: 1399px) {
  .hi-hire-hero {
    padding-top: 30px;
  }

  .hi-hire-hero-kicker {
    font-size: 14px;
  }

  .hi-hire-hero-title {
    font-size: 40px;
  }

  .hi-hire-hero-description {
    font-size: 15px;
  }

  .hi-hire-primary-btn,
  .hi-hire-outline-btn {
    min-height: 52px;
    padding: 12px 17px;
    font-size: 14px;
  }

  .hi-hire-primary-btn i,
  .hi-hire-outline-btn i {
    font-size: 20px;
  }

  .hi-hire-benefit-icon {
    width: 52px;
    min-width: 52px;
    height: 52px;
    font-size: 21px;
  }

  .hi-hire-benefit h2 {
    font-size: 16px !important;
  }

  .hi-hire-benefit p {
    font-size: 12px;
  }

  .hi-hire-visual {
    padding-top: 64px;
  }

  .hi-hire-talent-badge {
    min-height: 46px;
    font-size: 14px;
  }

  .hi-hire-talent-icon {
    width: 48px;
    height: 48px;
    font-size: 21px;
  }

  .hi-hire-workflow {
    width: 150px;
    min-width: 150px;
  }

  .hi-hire-workflow-card {
    min-height: 88px;
    padding: 11px;
  }

  .hi-hire-workflow-title {
    font-size: 12px;
  }

  .hi-hire-developer-card {
    padding: 15px 17px 0;
  }

  .hi-hire-profile-image {
    width: 96px;
    min-width: 96px;
    height: 96px;
  }

  .hi-hire-drupal-profile-icon {
    width: 40px;
    height: 40px;
    font-size: 20px;
  }

  .hi-hire-profile-details h2 {
    font-size: 18px;
  }

  .hi-hire-profile-details p,
  .hi-hire-rating,
  .hi-hire-skills span {
    font-size: 12px;
  }

  .hi-hire-skills span {
    padding: 7px 10px;
  }

  .hi-hire-communication {
    margin-right: -17px;
    margin-left: -17px;
    padding-right: 17px;
    padding-left: 17px;
  }

  .hi-hire-engagement-item {
    padding: 0 14px;
  }

  .hi-hire-engagement-icon {
    width: 57px;
    min-width: 57px;
    height: 57px;
    font-size: 24px;
  }

  .hi-hire-engagement-item h3 {
    font-size: 14px;
  }

  .hi-hire-engagement-item p {
    font-size: 12px;
  }

  .hi-hire-highlight {
    padding: 20px;
  }

  .hi-hire-highlight-icon {
    width: 62px;
    min-width: 62px;
    height: 62px;
    font-size: 27px;
  }

  .hi-hire-highlight h2 {
    font-size: 16px !important;
  }

  .hi-hire-highlight p {
    font-size: 12px;
  }

  .hi-hire-closing-text p {
    font-size: 18px;
  }
}

@media (max-width: 1199px) {
  .hi-hire-visual-layout {
    align-items: stretch !important;
    flex-wrap: wrap;
  }

  .hi-hire-developer-card {
    order: 1;
    width: 100%;
    flex-basis: 100%;
  }

  .hi-hire-workflow {
    order: 2;
    width: calc(50% - 12px);
    min-width: 0;
    margin-top: 0;
    flex-direction: row !important;
    flex-wrap: wrap;
  }

  .hi-hire-workflow-card {
    width: 100%;
  }

  .hi-hire-workflow-left .hi-hire-workflow-card::after,
  .hi-hire-workflow-right .hi-hire-workflow-card::before {
    display: none;
  }

  .hi-hire-engagement-panel {
    margin-top: 24px;
  }

  .hi-hire-highlight::after {
    display: none;
  }

  .hi-hire-highlight {
    border-bottom: 1px solid rgba(177, 198, 234, 0.22);
  }
}

@media (max-width: 991px) {
  .hi-hire-hero {
    padding: 55px 0 28px;
  }

  .hi-hire-hero-content {
    max-width: 760px;
    margin: 0 auto;
    text-align: center;
  }

  .hi-hire-hero-kicker,
  .hi-hire-hero-actions {
    justify-content: center;
  }

  .hi-hire-hero-title,
  .hi-hire-hero-description {
    max-width: 760px;
    margin-right: auto;
    margin-left: auto;
  }

  .hi-hire-benefits {
    max-width: 680px;
    margin-right: auto;
    margin-left: auto;
    text-align: left;
  }

  .hi-hire-benefit p {
    max-width: none;
  }

  .hi-hire-visual {
    max-width: 760px;
    margin: 18px auto 0;
  }

  .hi-hire-engagement-item {
    min-height: 100%;
    padding: 8px 14px;
  }

  .hi-hire-highlight {
    min-height: 130px;
  }
}

@media (max-width: 767px) {
  .hi-hire-hero {
    padding-top: 38px;
  }

  .hi-hire-hero-kicker {
    justify-content: center;
    font-size: 13px;
  }

  .hi-hire-hero-kicker > span:first-child,
  .hi-hire-hero-kicker > span:last-child {
    width: 24px;
  }

  .hi-hire-hero-title {
    font-size: 32px;
    line-height: 1.12;
  }

  .hi-hire-hero-description {
    font-size: 15px;
    line-height: 1.5;
  }

  .hi-hire-hero-actions {
    flex-direction: column;
  }

  .hi-hire-primary-btn,
  .hi-hire-outline-btn {
    width: 100%;
    min-width: 0;
    min-height: 54px;
    padding: 12px 16px;
    font-size: 14px;
    white-space: normal;
    overflow-wrap: break-word;
  }

  .hi-hire-benefit h2 {
    font-size: 15px !important;
  }

  .hi-hire-benefit p {
    font-size: 14px;
  }

  .hi-hire-visual {
    padding-top: 70px;
  }

  .hi-hire-talent-badge {
    width: max-content;
    max-width: 100%;
    justify-content: center;
    white-space: normal;
    text-align: center;
  }

  .hi-hire-talent-icon {
    width: 45px;
    min-width: 45px;
    height: 45px;
  }

  .hi-hire-profile {
    align-items: center !important;
    flex-direction: column;
    text-align: center;
  }

  .hi-hire-profile-image {
    width: 118px;
    min-width: 118px;
    height: 118px;
  }

  .hi-hire-profile-details p,
  .hi-hire-rating {
    justify-content: center;
  }

  .hi-hire-profile-details h2 {
    font-size: 20px;
  }

  .hi-hire-profile-details p,
  .hi-hire-rating {
    font-size: 14px;
  }

  .hi-hire-skills {
    text-align: center;
  }

  .hi-hire-skills > div {
    justify-content: center;
  }

  .hi-hire-skills span {
    font-size: 13px;
  }

  .hi-hire-communication {
    flex-wrap: wrap;
    justify-content: center;
  }

  .hi-hire-communication strong {
    width: 100%;
    margin-right: 0;
    text-align: center;
  }

  .hi-hire-workflow {
    width: 100%;
  }

  .hi-hire-engagement-panel {
    padding: 8px 18px;
  }

  .hi-hire-engagement-item {
    min-height: auto;
    padding: 20px 5px;
    border-right: 0;
    border-bottom: 1px solid #d7e1ef;
  }

  .hi-hire-engagement-panel .col-md-4:last-child .hi-hire-engagement-item {
    border-bottom: 0;
  }

  .hi-hire-engagement-icon {
    width: 62px;
    min-width: 62px;
    height: 62px;
    font-size: 25px;
  }

  .hi-hire-engagement-item h3 {
    font-size: 16px;
  }

  .hi-hire-engagement-item p {
    font-size: 14px;
  }

  .hi-hire-highlight {
    min-height: auto;
    padding: 22px;
  }

  .hi-hire-highlight-icon {
    width: 64px;
    min-width: 64px;
    height: 64px;
  }

  .hi-hire-highlight h2 {
    font-size: 15px !important;
  }

  .hi-hire-highlight p {
    font-size: 14px;
  }

  .hi-hire-closing-text {
    align-items: flex-start !important;
    text-align: left;
  }

  .hi-hire-closing-text i {
    margin-top: 3px;
    font-size: 25px;
  }

  .hi-hire-closing-text p {
    font-size: 16px;
  }
}

@media (max-width: 575.98px) {
  .hi-hire-hero {
    padding-top: 30px;
  }

  .hi-hire-hero-kicker {
    gap: 7px !important;
  }

  .hi-hire-hero-kicker > span:first-child,
  .hi-hire-hero-kicker > span:last-child {
    width: 16px;
  }

  .hi-hire-hero-title {
    font-size: 29px;
  }

  .hi-hire-benefit {
    gap: 12px !important;
  }

  .hi-hire-benefit-icon {
    width: 48px;
    min-width: 48px;
    height: 48px;
    font-size: 19px;
  }

  .hi-hire-talent-badge {
    padding-right: 12px;
    gap: 8px !important;
    font-size: 12px;
  }

  .hi-hire-talent-check {
    font-size: 18px;
  }

  .hi-hire-developer-card {
    padding: 15px 13px 0;
  }

  .hi-hire-communication {
    margin-right: -13px;
    margin-left: -13px;
  }

  .hi-hire-workflow {
    gap: 14px !important;
  }

  .hi-hire-engagement-item,
  .hi-hire-highlight {
    align-items: flex-start !important;
  }

  .hi-hire-highlight {
    padding: 19px 16px;
  }

  .hi-hire-highlight-icon {
    width: 54px;
    min-width: 54px;
    height: 54px;
    font-size: 23px;
  }
}

/* base styles */
h2 {
  font-size: 44px !important;
}

@media (max-width: 1599.98px) {
  h2 {
    font-size: 32px !important;
  }
}

@media (max-width: 1399.98px) {
  h2 {
    font-size: 30px !important;
  }
}

@media (max-width: 1199.98px) {
  h2 {
    font-size: 28px !important;
  }
}

@media (max-width: 991.98px) {
  h2 {
    font-size: 26px !important;
  }
}

@media (max-width: 767.98px) {
  h2 {
    font-size: 22px !important;
  }
}

@media (max-width: 575.98px) {
  h2 {
    font-size: 21px !important;
  }
}

@media (max-width: 374.98px) {
  h2 {
    font-size: 20px !important;
  }
}

.hi-hire-highlight h2 {
  margin: 0 0 9px;
  color: #ffffff;
  font-size: 18px !important;
  line-height: 1.25;
  font-weight: 900;
}
