/*  */

/* =========================================================
   03. Drupal Developer Skills Banner
   ========================================================= */

.developer-skills-banner {
  background:
    radial-gradient(
      circle at top left,
      rgba(0, 97, 255, 0.07),
      transparent 24%
    ),
    linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
  color: #071333;
}

.developer-requirement-content h2 {
  font-size: 26px !important;
}

.developer-engagement-popular.hire-drupal-development-hiring {
  background: transparent !important;
}

.developer-skills-head {
  max-width: 1000px;
}

.developer-skills-kicker {
  color: #0d6efd;
  font-size: 16px;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.developer-engagement-full-time .developer-engagement-popular {
  position: static !important;
  inset: auto !important;
  width: 100% !important;
  display: flex !important;
  align-items: flex-start !important;
  margin-bottom: 1rem !important;
}

.developer-engagement-full-time .developer-engagement-best-for {
  margin-top: 0 !important;
  width: 100% !important;
  position: relative !important;
  clear: both !important;
}

.developer-skills-kicker span {
  width: 70px;
  height: 2px;
  background: linear-gradient(90deg, #0d6efd, #1687ff);
}

.developer-skills-kicker span:last-child {
  background: linear-gradient(90deg, #1687ff, #139fa7);
}

.developer-skills-head h1 {
  color: #071333;
  font-size: 55px;
  line-height: 1.12;
  font-weight: 900;
  letter-spacing: -0.045em;
}

.developer-skills-head > p {
  max-width: 840px;
  color: #34405c;
  font-size: 18px;
  line-height: 1.5;
}

.developer-skill-card {
  padding: 26px;
  background: #ffffff;
  border: 1px solid #dbe4ef;
  border-radius: 14px;
  box-shadow: 0 14px 34px rgba(17, 40, 80, 0.06);
  transition:
    transform 0.25s ease,
    border-color 0.25s ease,
    box-shadow 0.25s ease;
}

.developer-skill-card:hover {
  transform: translateY(-4px);
  border-color: #b8d2f5;
  box-shadow: 0 18px 42px rgba(13, 40, 88, 0.1);
}

.developer-skill-icon {
  width: 105px;
  min-width: 105px;
  height: 95px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  color: #0d65c2;
  font-size: 52px;
  background: linear-gradient(145deg, #eef6ff, #ffffff);
}

.developer-skill-icon-purple {
  color: #7047ca;
  background: linear-gradient(145deg, #f2edff, #ffffff);
}

.developer-skill-icon-teal {
  color: #078a98;
  background: linear-gradient(145deg, #e8fbfc, #ffffff);
}

.developer-skill-icon-green {
  color: #23963c;
  background: linear-gradient(145deg, #ebfaee, #ffffff);
}

.developer-skill-content {
  min-width: 0;
}

.developer-skill-content h3 {
  margin: 0 0 10px;
  color: #071333;
  font-size: 22px;
  line-height: 1.18;
  font-weight: 900;
  letter-spacing: -0.025em;
  overflow-wrap: break-word;
}

.developer-skill-content p {
  margin: 0;
  color: #34405c;
  font-size: 16px;
  line-height: 1.42;
  overflow-wrap: break-word;
}

.developer-skill-tags span {
  min-width: 0;
  padding: 6px 15px;
  color: #075be8;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 800;
  text-align: center;
  border: 1px solid #8eb9f4;
  border-radius: 6px;
  overflow-wrap: break-word;
}

.developer-skill-tags-purple span {
  color: #6943c5;
  border-color: #ae99e6;
}

.developer-skill-tags-teal span {
  color: #087f8c;
  border-color: #86c9d0;
}

.developer-skill-tags-green span {
  color: #23853a;
  border-color: #98cba4;
}

.developer-technology-strip {
  padding: 15px 20px;
  background: linear-gradient(90deg, #f2f7ff, #ffffff);
  border: 1px solid #cfdded;
  box-shadow: 0 10px 26px rgba(17, 40, 80, 0.04);
}

.developer-technology-item {
  min-width: 0;
  padding: 0 25px;
  border-right: 1px solid #ccd8e8;
}

.developer-technology-item-last {
  border-right: 0;
}

.developer-technology-icon {
  width: 52px;
  min-width: 52px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0967cc;
  font-size: 38px;
}

.developer-technology-icon-teal {
  color: #088b98;
}

.developer-technology-icon-purple {
  color: #7047ca;
}

.developer-technology-item p {
  min-width: 0;
  color: #071333;
  font-size: 16px;
  line-height: 1.35;
  font-weight: 800;
  overflow-wrap: break-word;
}

.developer-requirement-cta {
  padding: 20px 26px;
  color: #ffffff;
  background:
    radial-gradient(circle at left, rgba(0, 102, 255, 0.26), transparent 22%),
    linear-gradient(110deg, #021739 0%, #05295a 48%, #031b42 100%);
  box-shadow: 0 18px 40px rgba(2, 18, 48, 0.18);
}

.developer-requirement-visual {
  position: relative;
  width: 128px;
  height: 108px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px dashed rgba(77, 164, 255, 0.8);
  border-radius: 50%;
}

.developer-requirement-avatar {
  color: #ffffff;
  font-size: 70px;
  line-height: 1;
}

.developer-requirement-message {
  position: absolute;
  top: 5px;
  right: -2px;
  width: 43px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #071333;
  font-size: 22px;
  background: #ffffff;
  border-radius: 8px;
}

.developer-requirement-content {
  min-width: 0;
}

.developer-requirement-content h2 {
  margin: 0 0 8px;
  color: #ffffff;
  font-size: 25px;
  line-height: 1.2;
  font-weight: 900;
  letter-spacing: -0.025em;
}

.developer-requirement-content p {
  color: rgba(255, 255, 255, 0.9);
  font-size: 16px;
  line-height: 1.45;
}

.developer-requirement-btn,
.developer-engagement-btn {
  min-width: 0;
  min-height: 54px;
  padding: 14px 21px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  color: #ffffff;
  font-size: 16px;
  line-height: 1.25;
  font-weight: 900;
  text-align: center;
  text-decoration: none;
  border-radius: 9px;
  overflow-wrap: break-word;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    background-color 0.2s ease;
}

.developer-requirement-btn:hover,
.developer-engagement-btn:hover {
  color: #ffffff;
  transform: translateY(-2px);
}

.developer-engagement-btn {
  background: transparent;
  border: 2px solid rgba(255, 255, 255, 0.9);
}

.developer-engagement-btn:hover {
  background: rgba(255, 255, 255, 0.1);
}

.developer-process {
  background: #ffffff;
  border: 1px solid #d7e2ef;
  box-shadow: 0 14px 34px rgba(17, 40, 80, 0.06);
}

.developer-process-item {
  min-width: 0;
  padding: 26px 28px;
  border-right: 1px dashed #cfdaea;
}

.developer-process-item-last {
  border-right: 0;
}

.developer-process-number {
  width: 36px;
  min-width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 18px;
  font-weight: 900;
  background: #2678d7;
  border-radius: 50%;
}

.developer-process-number-teal {
  background: #1593a0;
}

.developer-process-number-purple {
  background: #7350c9;
}

.developer-process-number-green {
  background: #43a250;
}

.developer-process-icon {
  width: 62px;
  min-width: 62px;
  height: 68px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 43px;
}

.developer-process-icon-blue {
  color: #0967cc;
}

.developer-process-icon-teal {
  color: #0892a1;
}

.developer-process-icon-purple {
  color: #7047ca;
}

.developer-process-icon-green {
  color: #249b3e;
}

.developer-process-content {
  min-width: 0;
}

.developer-process-content h3 {
  margin: 4px 0 8px;
  color: #071333;
  font-size: 17px;
  line-height: 1.25;
  font-weight: 900;
}

.developer-process-content p {
  margin: 0;
  color: #34405c;
  font-size: 14px;
  line-height: 1.4;
  overflow-wrap: break-word;
}

.developer-process-arrow {
  position: absolute;
  top: 50%;
  right: -10px;
  z-index: 2;
  color: #176fcf;
  font-size: 28px;
  transform: translateY(-50%);
}

.developer-process-arrow-teal {
  color: #1593a0;
}

.developer-process-arrow-purple {
  color: #7047ca;
}

/* =========================================================
   Drupal Developer Skills Banner Responsive
   ========================================================= */

@media (max-width: 1600px) {
  .developer-skills-kicker {
    font-size: 14px;
  }

  .developer-skills-head h1 {
    font-size: 40px;
  }

  .developer-skills-head > p {
    font-size: 15px;
  }

  .developer-skill-card {
    padding: 22px;
  }

  .developer-skill-icon {
    width: 82px;
    min-width: 82px;
    height: 82px;
    font-size: 42px;
  }

  .developer-skill-content h3 {
    font-size: 17px;
  }

  .developer-skill-content p,
  .developer-technology-item p,
  .developer-requirement-content p {
    font-size: 14px;
  }

  .developer-skill-tags span {
    padding: 6px 12px;
    font-size: 12px;
  }

  .developer-requirement-content h2 {
    font-size: 22px !important;
  }

  .developer-requirement-btn,
  .developer-engagement-btn {
    padding: 13px 17px;
    font-size: 14px;
  }

  .developer-process-item {
    padding: 24px 18px;
  }

  .developer-process-number {
    width: 32px;
    min-width: 32px;
    height: 32px;
    font-size: 16px;
  }

  .developer-process-icon {
    width: 48px;
    min-width: 48px;
    font-size: 36px;
  }

  .developer-process-content h3 {
    font-size: 15px;
  }

  .developer-process-content p {
    font-size: 12px;
  }
}

@media (max-width: 1199px) {
  .developer-technology-item {
    padding: 18px 22px;
  }

  .developer-technology-item:nth-child(2) {
    border-right: 0;
  }

  .developer-requirement-content {
    text-align: left;
  }

  .developer-process-item {
    border-bottom: 1px dashed #cfdaea;
  }

  .developer-process-item:nth-child(2) {
    border-right: 0;
  }

  .developer-process-item:nth-child(3),
  .developer-process-item-last {
    border-bottom: 0;
  }

  .developer-process-arrow {
    display: none;
  }
}

@media (max-width: 991px) {
  .developer-requirement-cta {
    padding: 28px;
    text-align: center;
  }

  .developer-requirement-content {
    text-align: center;
  }

  .developer-requirement-actions {
    max-width: 520px;
    margin: 0 auto;
  }
}

@media (max-width: 767px) {
  .developer-skills-banner {
    padding-top: 38px !important;
    padding-bottom: 38px !important;
  }

  .developer-skills-kicker {
    gap: 10px !important;
    font-size: 13px;
  }

  .developer-skills-kicker span {
    width: 34px;
  }

  .developer-skills-head h1 {
    font-size: 32px;
    line-height: 1.18;
  }

  .developer-skills-head > p {
    font-size: 15px;
  }

  .developer-skill-card {
    padding: 20px;
  }

  .developer-skill-icon {
    width: 70px;
    min-width: 70px;
    height: 70px;
    font-size: 35px;
  }

  .developer-skill-content h3 {
    font-size: 16px;
  }

  .developer-skill-content p {
    font-size: 13px;
  }

  .developer-skill-tags span {
    flex: 1 1 auto;
    font-size: 13px;
  }

  .developer-technology-strip {
    padding: 8px 18px;
  }

  .developer-technology-item,
  .developer-technology-item:nth-child(2) {
    padding: 18px 10px;
    border-right: 0;
    border-bottom: 1px solid #d5e0ee;
  }

  .developer-technology-strip .col-sm-6:last-child .developer-technology-item {
    border-bottom: 0;
  }

  .developer-requirement-content h2 {
    font-size: 22px;
  }

  .developer-requirement-content p {
    font-size: 15px;
  }

  .developer-requirement-btn,
  .developer-engagement-btn {
    width: 100%;
    padding: 12px 16px;
    white-space: normal;
    font-size: 14px;
  }

  .developer-process-item,
  .developer-process-item:nth-child(3),
  .developer-process-item-last {
    padding: 22px 20px;
    border-right: 0;
    border-bottom: 1px dashed #cfdaea;
  }

  .developer-process .col-md-6:last-child .developer-process-item {
    border-bottom: 0;
  }

  .developer-process-content h3 {
    font-size: 16px;
  }

  .developer-process-content p {
    font-size: 13px;
  }

  .developer-technology-item {
    flex-direction: column;
    justify-content: center;
    align-items: center !important;
  }
  .developer-technology-content h3 {
    text-align: center;
  }
  .developer-skill-card-grid {
    justify-content: center;
    align-items: center !important;
  }
  .developer-technology-content h3 {
    font-size: 14px !important;
  }
  .developer-engagement-kicker p {
    color: #ff4d00 !important;
    font-size: 13px !important;
    font-weight: 900;
    letter-spacing: 0.04em;
  }
}

@media (max-width: 575.98px) {
  .developer-skills-head h1 {
    font-size: 29px;
  }

  .developer-skills-kicker span {
    width: 24px;
  }

  .developer-skill-card > .d-flex {
    flex-direction: column;
  }

  .developer-skill-icon {
    width: 62px;
    min-width: 62px;
    height: 62px;
    font-size: 31px;
  }

  .developer-technology-icon {
    width: 44px;
    min-width: 44px;
    height: 44px;
    font-size: 32px;
  }

  .developer-requirement-cta {
    padding: 24px 18px;
  }

  .developer-requirement-visual {
    width: 112px;
    height: 100px;
  }

  .developer-requirement-avatar {
    font-size: 61px;
  }

  .developer-process-item {
    flex-wrap: wrap;
  }

  .developer-process-content {
    flex: 1 1 calc(100% - 135px);
  }
}

.developer-technology-content h3 {
  font-size: 16px;
}

/*  */

/* =========================================================
   04. Drupal Developer Engagement Models
   ========================================================= */

.developer-engagement-section {
  background:
    radial-gradient(
      circle at top left,
      rgba(0, 97, 255, 0.06),
      transparent 24%
    ),
    linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
  color: #071333;
}

.developer-engagement-head {
  max-width: 1120px;
}

.developer-engagement-kicker {
  color: #ff4d00;
  font-size: 16px;
  font-weight: 900;
  letter-spacing: 0.04em;
}

.developer-engagement-kicker span {
  position: relative;
  width: 42px;
  height: 1px;
  background: #ff4d00;
}

.developer-engagement-kicker span::before,
.developer-engagement-kicker span::after {
  position: absolute;
  top: 50%;
  width: 4px;
  height: 4px;
  content: "";
  background: #ff4d00;
  border-radius: 50%;
  transform: translateY(-50%);
}

.developer-engagement-kicker span::before {
  left: 0;
}

.developer-engagement-kicker span::after {
  right: 0;
}

.developer-engagement-head h2 {
  color: #071333;
  font-size: 44px;
  line-height: 1.15;
  font-weight: 900;
  letter-spacing: -0.04em;
}

.developer-engagement-head p {
  color: #26345d;
  font-size: 18px;
  line-height: 1.45;
}

.developer-engagement-card {
  --engagement-color: #0d6efd;
  --engagement-soft-color: rgba(13, 110, 253, 0.12);

  min-width: 0;
  background: #ffffff;
  border: 1px solid #cfdbea;
  box-shadow: 0 14px 34px rgba(17, 40, 80, 0.06);
}

.developer-engagement-card-content {
  min-width: 0;
  padding-top: 12px;
}

.developer-engagement-card h3 {
  color: var(--engagement-color);
  font-size: 18px;
  line-height: 1.25;
  font-weight: 800;
  overflow-wrap: break-word;
}

.developer-engagement-card p {
  color: #071333;
  font-size: 15px;
  line-height: 1.5;
}

.developer-engagement-icon {
  width: 72px;
  min-width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--engagement-color);
  background: var(--engagement-soft-color);
  border-radius: 50%;
  font-size: 31px;
}

.developer-engagement-best-for {
  border-top: 1px dashed #cfdbea;
}

.developer-engagement-best-for h4 {
  color: var(--engagement-color);
  font-size: 15px;
  line-height: 1.3;
  font-weight: 800;
}

.developer-engagement-best-for li {
  position: relative;
  padding-left: 20px;
  color: #071333;
  font-size: 14px;
  line-height: 1.6;
  overflow-wrap: break-word;
}

.developer-engagement-best-for li::before {
  position: absolute;
  top: 10px;
  left: 2px;
  width: 6px;
  height: 6px;
  content: "";
  background: var(--engagement-color);
  border-radius: 50%;
}

.developer-engagement-btn {
  width: 100%;
  min-width: 0;
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 12px 16px;
  color: var(--engagement-color);
  background: transparent !important;
  border: 1px solid #fff !important;
  border-radius: 9px;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 800;
  text-align: center;
  text-decoration: none;
  overflow-wrap: break-word;
  transition:
    color 0.25s ease,
    background-color 0.25s ease,
    transform 0.25s ease,
    box-shadow 0.25s ease;
}

.developer-engagement-btn:hover {
  color: #ffffff;
  background: var(--engagement-color);
  box-shadow: 0 10px 24px var(--engagement-soft-color);
  transform: translateY(-2px);
}

.developer-engagement-part-time {
  --engagement-color: #059ca6;
  --engagement-soft-color: rgba(5, 156, 166, 0.14);
}

.developer-engagement-full-time {
  --engagement-color: #ff5100;
  --engagement-soft-color: rgba(255, 81, 0, 0.14);

  border-color: #ff7a45;
}

.developer-engagement-project {
  --engagement-color: #7433d8;
  --engagement-soft-color: rgba(116, 51, 216, 0.13);
}

.developer-engagement-popular {
  position: absolute;
  top: 0;
  right: 0;
  padding: 7px 13px;
  color: #ffffff;
  background: linear-gradient(135deg, #ff7a00, #ff4d00);
  border-radius: 0 14px 0 12px;
  font-size: 13px;
  line-height: 1;
  font-weight: 900;
}

.developer-engagement-btn-filled {
  color: #ffffff;
  background: linear-gradient(135deg, #ff7a00, #ff4d00);
  border-color: transparent;
  box-shadow: 0 12px 28px rgba(255, 90, 0, 0.25);
}

.developer-engagement-btn-filled:hover {
  color: #ffffff;
  background: linear-gradient(135deg, #ff6900, #ed3e00);
}

.developer-engagement-table-wrap {
  border: 1px solid #d5e0ee;
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(17, 40, 80, 0.05);
}

.developer-engagement-table {
  width: 100%;
  min-width: 760px;
  border-collapse: separate;
  border-spacing: 0;
  color: #071333;
  background: #ffffff;
  font-size: 14px;
}

.developer-engagement-table th {
  padding: 8px 18px;
  color: #ffffff;
  background: linear-gradient(135deg, #071333, #0c1a3c);
  font-size: 14px;
  line-height: 1.3;
  font-weight: 800;
  text-align: center;
}

.developer-engagement-table th:first-child {
  border-radius: 11px 0 0;
}

.developer-engagement-table th:last-child {
  border-radius: 0 11px 0 0;
}

.developer-engagement-table td {
  padding: 7px 18px;
  line-height: 1.35;
  border-right: 1px solid #e0e7f0;
  border-bottom: 1px solid #e0e7f0;
}

.developer-engagement-table td:first-child {
  width: 24%;
  padding-left: 54px;
}

.developer-engagement-table td:nth-child(2) {
  width: 25%;
}

.developer-engagement-table td:nth-child(3) {
  width: 25%;
}

.developer-engagement-table td:last-child {
  width: 26%;
  border-right: 0;
  text-align: center;
}

.developer-engagement-table tbody tr:last-child td {
  border-bottom: 0;
}

.developer-engagement-table-model {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  font-weight: 600;
}

.developer-engagement-table-icon {
  width: 28px;
  min-width: 28px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 14px;
}

.developer-engagement-table-hourly {
  color: #0d6efd;
  background: rgba(13, 110, 253, 0.12);
}

.developer-engagement-table-part-time {
  color: #059ca6;
  background: rgba(5, 156, 166, 0.14);
}

.developer-engagement-table-full-time {
  color: #ff5100;
  background: rgba(255, 81, 0, 0.14);
}

.developer-engagement-table-project {
  color: #7433d8;
  background: rgba(116, 51, 216, 0.13);
}

.developer-engagement-benefits {
  overflow: hidden;
  background: #ffffff;
  border: 1px solid #dbe8fb;
  box-shadow: 0 14px 34px rgba(17, 40, 80, 0.06);
}

.developer-engagement-benefit {
  position: relative;
  min-width: 0;
}

.developer-engagement-benefits
  .col-xl-3:not(:last-child)
  .developer-engagement-benefit::after {
  position: absolute;
  top: 20px;
  right: 0;
  bottom: 20px;
  width: 1px;
  content: "";
  background: #cfdbea;
}

.developer-engagement-benefit-icon {
  width: 48px;
  min-width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  border-radius: 50%;
  font-size: 21px;
}

.developer-benefit-blue {
  background: linear-gradient(135deg, #0d6efd, #0053d6);
}

.developer-benefit-teal {
  background: linear-gradient(135deg, #12b4b4, #008b96);
}

.developer-benefit-purple {
  background: linear-gradient(135deg, #914ce9, #6523c4);
}

.developer-benefit-green {
  background: linear-gradient(135deg, #2fbd58, #14953a);
}

.developer-engagement-benefit-content {
  min-width: 0;
}

.developer-engagement-benefit h3 {
  color: #071333;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 800;
}

.developer-engagement-benefit p {
  color: #26345d;
  font-size: 13px;
  line-height: 1.5;
  overflow-wrap: break-word;
}

.developer-engagement-help {
  background:
    radial-gradient(circle at left, rgba(255, 106, 0, 0.08), transparent 25%),
    linear-gradient(90deg, #fffaf5 0%, #fff7f0 100%);
  border: 1px solid #ffd8bd;
}

.developer-engagement-help-icon {
  position: relative;
  width: 118px;
  min-width: 118px;
  height: 118px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background: linear-gradient(135deg, #ff7a00, #ff3d00);
  border: 18px solid #fff3e9;
  border-radius: 50%;
  font-size: 35px;
  box-shadow: 0 0 0 1px #ff7a00;
}

.developer-engagement-help-content {
  min-width: 0;
}

.developer-engagement-help h3 {
  color: #071333;
  font-size: 26px;
  line-height: 1.25;
  font-weight: 900;
  letter-spacing: -0.02em;
}

.developer-engagement-help p {
  color: #26345d;
  font-size: 16px;
  line-height: 1.45;
}

.developer-engagement-help-btn {
  width: 100%;
  min-width: 0;
  min-height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 13px 18px;
  border-radius: 10px;
  font-size: 15px;
  line-height: 1.3;
  font-weight: 800;
  text-align: center;
  text-decoration: none;
  overflow-wrap: break-word;
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    background-color 0.25s ease;
}

.developer-engagement-help-btn-primary {
  color: #ffffff;
  background: linear-gradient(135deg, #ff7a00, #ff4d00);
  border: 1px solid transparent;
  box-shadow: 0 12px 28px rgba(255, 90, 0, 0.2);
}

.developer-engagement-help-btn-primary:hover {
  color: #ffffff;
  box-shadow: 0 16px 32px rgba(255, 90, 0, 0.28);
  transform: translateY(-2px);
}

.developer-engagement-help-btn-outline {
  color: #ff4d00;
  background: #ffffff;
  border: 1px solid #ff5a00;
}

.developer-engagement-help-btn-outline:hover {
  color: #ffffff;
  background: #ff5a00;
  transform: translateY(-2px);
}

/* =========================================================
   Drupal Developer Engagement Models Responsive
   ========================================================= */

@media (max-width: 1600px) {
  .developer-engagement-kicker {
    font-size: 14px;
  }
  .hire-evaluation-content h3 {
    margin: 0 0 6px;
    color: #071333;
    font-size: 21px;
    line-height: 1.3;
    font-weight: 900;
    letter-spacing: -0.02em;
    overflow-wrap: break-word;
  }

  .developer-engagement-head h2 {
    font-size: 32px;
  }

  .developer-engagement-head p {
    font-size: 14px;
  }

  .developer-engagement-card h3 {
    font-size: 17px;
  }

  .developer-engagement-card p,
  .developer-engagement-best-for li,
  .developer-engagement-btn {
    font-size: 14px;
  }

  .developer-engagement-icon {
    width: 62px;
    min-width: 62px;
    height: 62px;
    font-size: 27px;
  }

  .developer-engagement-benefit {
    gap: 12px !important;
  }

  .developer-engagement-benefit h3 {
    font-size: 15px;
  }

  .developer-engagement-help h3 {
    font-size: 22px;
  }

  .developer-engagement-help p,
  .developer-engagement-help-btn {
    font-size: 14px;
  }
}

@media (max-width: 1199px) {
  .developer-engagement-benefits
    .col-xl-3:not(:last-child)
    .developer-engagement-benefit::after {
    display: none;
  }

  .developer-engagement-benefits
    .col-sm-6:nth-child(odd)
    .developer-engagement-benefit {
    border-right: 1px solid #cfdbea;
  }

  .developer-engagement-benefits
    .col-sm-6:nth-child(-n + 2)
    .developer-engagement-benefit {
    border-bottom: 1px solid #cfdbea;
  }
}

@media (max-width: 991px) {
  .developer-engagement-help {
    padding: 24px !important;
  }

  .developer-engagement-help-icon {
    width: 100px;
    min-width: 100px;
    height: 100px;
    border-width: 15px;
    font-size: 30px;
  }
}

@media (max-width: 767px) {
  .developer-engagement-section {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }

  .developer-engagement-kicker {
    gap: 10px !important;
    font-size: 12px;
  }

  .developer-engagement-kicker span {
    width: 34px;
  }

  .developer-engagement-head h2 {
    font-size: 22px;
  }

  .developer-engagement-head p {
    font-size: 16px;
  }

  .developer-engagement-card h3 {
    font-size: 16px;
  }

  .developer-engagement-card p,
  .developer-engagement-best-for li,
  .developer-engagement-btn {
    font-size: 13px;
  }
  .developer-engagement-popular.hire-drupal-development-hiring {
    background: #fff !important;
  }

  .developer-engagement-btn {
    width: 100%;
    white-space: normal;
  }

  .developer-engagement-help h3 {
    font-size: 18px;
  }

  .developer-engagement-help p,
  .developer-engagement-help-btn {
    font-size: 14px;
  }
}

@media (max-width: 575.98px) {
  .developer-engagement-kicker {
    width: 100%;
  }

  .developer-engagement-kicker span {
    width: 22px;
  }

  .developer-engagement-card {
    padding: 16px !important;
  }

  .developer-engagement-card > .d-flex {
    align-items: center !important;
  }

  .developer-engagement-card-content {
    padding-top: 0;
  }

  .developer-engagement-icon {
    width: 54px;
    min-width: 54px;
    height: 54px;
    font-size: 23px;
  }

  .developer-engagement-popular {
    padding: 6px 9px;
    font-size: 10px;
  }

  .developer-engagement-table td {
    padding: 8px 14px;
  }

  .developer-engagement-table td:first-child {
    padding-left: 20px;
  }

  .developer-engagement-benefits .col-sm-6 .developer-engagement-benefit {
    border-right: 0 !important;
    border-bottom: 1px solid #cfdbea;
  }

  .developer-engagement-benefits
    .col-sm-6:last-child
    .developer-engagement-benefit {
    border-bottom: 0;
  }

  .developer-engagement-help {
    padding: 20px 16px !important;
  }

  .developer-engagement-help > .row > div:first-child .d-flex {
    flex-direction: column;
    align-items: center !important;
    text-align: center;
  }

  .developer-engagement-help-icon {
    width: 88px;
    min-width: 88px;
    height: 88px;
    border-width: 13px;
    font-size: 26px;
  }

  .developer-engagement-help-btn {
    width: 100%;
    min-height: 52px;
    padding: 12px 16px;
    white-space: normal;
  }
}
/*  */

/* =========================================================
   04. Hire the Right Drupal Developer
   ========================================================= */

.hire-process-section {
  background:
    radial-gradient(
      circle at top left,
      rgba(13, 110, 253, 0.05),
      transparent 25%
    ),
    linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
}

.hire-process-section.py-5 {
  padding-top: 70px !important;
  padding-bottom: 70px !important;
}

/* Section Heading */

.hire-process-head {
  max-width: 1120px;
  margin-bottom: 38px;
}

.hire-process-kicker {
  position: relative;
  gap: 14px;
  margin-bottom: 10px;
  color: #ff4d00;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 900;
  letter-spacing: 0.04em;
}

.hire-process-kicker::before,
.hire-process-kicker::after {
  content: "";
  width: 44px;
  height: 2px;
  background: #ff5a00;
}

.hire-process-kicker::before {
  box-shadow: -4px 0 0 -1px #ff5a00;
}

.hire-process-kicker::after {
  box-shadow: 4px 0 0 -1px #ff5a00;
}

.hire-process-head h2 {
  margin: 0 0 12px;
  color: #071333;
  font-size: 44px;
  line-height: 1.14;
  font-weight: 900;
  letter-spacing: -0.04em;
}

.hire-process-head p {
  max-width: 930px;
  margin: 0 auto;
  color: #26345d;
  font-size: 18px;
  line-height: 1.5;
}

/* Process Cards */

.hire-process-row {
  margin-bottom: 24px;
}

.hire-process-card {
  --hire-accent: #0d6efd;
  --hire-soft: #eaf2ff;
  --hire-label: #e8f1ff;

  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  padding: 28px 24px 24px;
  overflow: visible;
  background: #ffffff;
  border: 1px solid #d7e1ee;
  border-radius: 18px;
  box-shadow: 0 14px 34px rgba(17, 40, 80, 0.06);
}

.hire-process-card--teal {
  --hire-accent: #0b929d;
  --hire-soft: #e3f6f7;
  --hire-label: #ddf3f4;
}

.hire-process-card--purple {
  --hire-accent: #5d3ad8;
  --hire-soft: #eee9ff;
  --hire-label: #ede8ff;
}

.hire-process-card--green {
  --hire-accent: #2f9e36;
  --hire-soft: #e8f6e9;
  --hire-label: #e2f4e4;
}

.hire-process-number {
  position: absolute;
  top: 16px;
  left: 14px;
  z-index: 2;
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background: var(--hire-accent);
  border: 3px solid #ffffff;
  border-radius: 50%;
  box-shadow: 0 6px 16px rgba(13, 40, 88, 0.14);
  font-size: 19px;
  font-weight: 800;
}

.hire-process-card-top {
  min-width: 0;
  margin-bottom: 25px;
}

.hire-process-icon {
  width: 88px;
  min-width: 88px;
  height: 88px;
  margin-top: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--hire-accent);
  background: var(--hire-soft);
  border-radius: 50%;
  font-size: 40px;
}

.hire-process-card-content {
  min-width: 0;
}

.hire-process-card-content h3 {
  margin: 8px 0 8px;
  color: #071333;
  font-size: 22px;
  line-height: 1.2;
  font-weight: 900;
  letter-spacing: -0.025em;
  overflow-wrap: break-word;
}

.hire-process-card-content p {
  margin: 0;
  color: #071333;
  font-size: 16px;
  line-height: 1.5;
  overflow-wrap: break-word;
}

.hire-process-details {
  margin-top: auto;
  min-width: 0;
}

.hire-process-label {
  display: inline-flex;
  align-items: center;
  max-width: 100%;
  margin-bottom: 12px;
  padding: 5px 12px;
  color: var(--hire-accent);
  background: var(--hire-label);
  border-radius: 30px;
  font-size: 15px;
  line-height: 1.2;
  font-weight: 800;
  overflow-wrap: break-word;
}

.hire-process-details ul {
  padding-top: 12px;
  border-top: 1px solid #dbe5f1;
}

.hire-process-details li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  min-width: 0;
  color: #071333;
  font-size: 15px;
  line-height: 1.4;
}

.hire-process-details li + li {
  margin-top: 10px;
}

.hire-process-details li i {
  margin-top: 3px;
  color: var(--hire-accent);
  font-size: 14px;
  flex-shrink: 0;
}

.hire-process-details li span {
  min-width: 0;
  overflow-wrap: break-word;
}

.hire-process-connector {
  position: absolute;
  top: 43%;
  right: -16px;
  z-index: 4;
  width: 33px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #071333;
  background: #ffffff;
  font-size: 22px;
}

/* Collaboration Tools */

.hire-process-tools {
  margin-bottom: 18px;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid #dbe5f1;
  border-radius: 17px;
  box-shadow: 0 12px 30px rgba(17, 40, 80, 0.05);
}

.hire-process-tool {
  min-width: 0;
  padding: 22px 25px;
}

.hire-process-tool-column + .hire-process-tool-column .hire-process-tool {
  border-left: 1px solid #dbe5f1;
}

.hire-process-tool-icon {
  width: 68px;
  min-width: 68px;
  height: 68px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  border-radius: 50%;
  font-size: 29px;
  box-shadow: 0 10px 24px rgba(13, 40, 88, 0.12);
}

.hire-tool-blue {
  background: linear-gradient(135deg, #1687ff, #0053d6);
}

.hire-tool-teal {
  background: linear-gradient(135deg, #17a9ae, #047b83);
}

.hire-tool-purple {
  background: linear-gradient(135deg, #7655e9, #4f2fc7);
}

.hire-tool-green {
  background: linear-gradient(135deg, #44b847, #238a29);
}

.hire-process-tool-content {
  min-width: 0;
}

.hire-process-tool-content h3 {
  margin: 0 0 5px;
  color: #071333;
  font-size: 18px;
  line-height: 1.25;
  font-weight: 900;
  overflow-wrap: break-word;
}

.hire-process-tool-content p {
  margin: 0;
  color: #071333;
  font-size: 15px;
  line-height: 1.45;
  overflow-wrap: break-word;
}

/* Developer Evaluation */

.hire-evaluation-card {
  margin-bottom: 18px;
  padding: 20px 26px;
  background:
    linear-gradient(
      110deg,
      rgba(13, 110, 253, 0.035),
      rgba(255, 255, 255, 0.9)
    ),
    #f7faff;
  border: 1px solid #e1e9f3;
  border-radius: 18px;
  box-shadow: 0 12px 30px rgba(17, 40, 80, 0.04);
}

.hire-evaluation-intro,
.hire-evaluation-content {
  min-width: 0;
}

.hire-evaluation-shield {
  position: relative;
  width: 108px;
  min-width: 108px;
  height: 108px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px dashed #0d6efd;
  border-radius: 50%;
}

.hire-evaluation-shield-icon {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background: linear-gradient(135deg, #1687ff, #0053d6);
  border-radius: 50%;
  box-shadow: 0 12px 28px rgba(13, 110, 253, 0.24);
  font-size: 33px;
}

.hire-evaluation-orbit-dot {
  position: absolute;
  width: 10px;
  height: 10px;
  background: #0d6efd;
  border: 2px solid #ffffff;
  border-radius: 50%;
}

.hire-dot-one {
  top: 4px;
  left: 10px;
}

.hire-dot-two {
  right: 4px;
  bottom: 15px;
}

.hire-evaluation-content h3 {
  margin: 0 0 6px;
  color: #071333;
  font-size: 26px;
  line-height: 1.3;
  font-weight: 900;
  letter-spacing: -0.02em;
  overflow-wrap: break-word;
}

.hire-evaluation-content p {
  margin: 0;
  color: #071333;
  font-size: 16px;
  line-height: 1.45;
  overflow-wrap: break-word;
}

.hire-evaluation-step {
  min-height: 120px;
  padding: 4px 14px;
}

.hire-evaluation-step-column
  + .hire-evaluation-step-column
  .hire-evaluation-step {
  border-left: 1px solid #dbe5f1;
}

.hire-evaluation-step-icon {
  width: 54px;
  height: 54px;
  margin: 0 auto 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  border-radius: 50%;
  box-shadow: 0 8px 22px rgba(17, 40, 80, 0.09);
  font-size: 25px;
}

.hire-step-blue {
  color: #0d6efd;
}

.hire-step-teal {
  color: #0b929d;
}

.hire-step-purple {
  color: #5d3ad8;
}

.hire-step-green {
  color: #2f9e36;
}

.hire-evaluation-step p {
  margin: 0;
  color: #071333;
  font-size: 13px;
  line-height: 1.35;
  overflow-wrap: break-word;
}

.hire-evaluation-action {
  padding-left: 24px;
  border-left: 1px solid #dbe5f1;
}

.hire-evaluation-btn {
  width: 205px;
  min-height: 72px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 15px 19px;
  color: #ffffff;
  background: linear-gradient(135deg, #ff7a00, #ff4d00);
  border-radius: 11px;
  box-shadow: 0 12px 28px rgba(255, 90, 0, 0.25);
  font-size: 16px;
  line-height: 1.35;
  font-weight: 900;
  text-decoration: none;
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease;
}

.hire-evaluation-btn:hover {
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 16px 32px rgba(255, 90, 0, 0.32);
}

.hire-evaluation-btn i {
  flex-shrink: 0;
}

/* Urgent Requirement CTA */

.hire-urgent-cta {
  padding: 22px 30px;
  color: #ffffff;
  background:
    radial-gradient(
      circle at top right,
      rgba(0, 126, 255, 0.35),
      transparent 24%
    ),
    radial-gradient(
      circle at bottom left,
      rgba(0, 91, 255, 0.18),
      transparent 28%
    ),
    linear-gradient(135deg, #020b25 0%, #061d49 55%, #020b25 100%);
  border-radius: 17px;
  box-shadow: 0 16px 34px rgba(2, 11, 37, 0.18);
}

.hire-urgent-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.24;
  background-image:
    radial-gradient(circle, #1687ff 1.5px, transparent 1.5px),
    linear-gradient(
      115deg,
      transparent 70%,
      rgba(22, 135, 255, 0.12) 70.5%,
      transparent 71%
    );
  background-size:
    18px 18px,
    100% 100%;
  pointer-events: none;
}

.hire-urgent-content,
.hire-urgent-text {
  min-width: 0;
}

.hire-urgent-icon {
  position: relative;
  width: 78px;
  min-width: 78px;
  height: 78px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background: linear-gradient(135deg, #287eff, #0747a9);
  border: 1px solid rgba(255, 255, 255, 0.17);
  border-radius: 50%;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.2);
  font-size: 35px;
}

.hire-urgent-clock {
  position: absolute;
  right: -4px;
  bottom: -2px;
  width: 31px;
  height: 31px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background: #ff5a00;
  border: 3px solid #06204d;
  border-radius: 50%;
  font-size: 13px;
}

.hire-urgent-text h3 {
  margin: 0 0 5px;
  color: #ffffff;
  font-size: 24px;
  line-height: 1.25;
  font-weight: 900;
  letter-spacing: -0.025em;
  overflow-wrap: break-word;
}

.hire-urgent-text p {
  max-width: 630px;
  margin: 0;
  color: rgba(255, 255, 255, 0.93);
  font-size: 16px;
  line-height: 1.5;
  overflow-wrap: break-word;
}

.hire-urgent-btn {
  width: 100%;
  min-width: 0;
  min-height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  padding: 14px 22px;
  border-radius: 11px;
  font-size: 16px;
  line-height: 1.35;
  font-weight: 900;
  text-decoration: none;
  overflow-wrap: break-word;
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    background-color 0.25s ease;
}

.hire-urgent-btn i {
  flex-shrink: 0;
}

.hire-urgent-btn:hover {
  transform: translateY(-2px);
}

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

.hire-urgent-btn--orange:hover {
  color: #ffffff;
  box-shadow: 0 16px 32px rgba(255, 90, 0, 0.32);
}

.hire-urgent-btn--outline {
  color: #ffffff;
  background: rgba(3, 20, 52, 0.36);
  border: 1px solid rgba(255, 255, 255, 0.9);
}

.hire-urgent-btn--outline:hover {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.1);
}

/* =========================================================
   Hire the Right Drupal Developer Responsive
   ========================================================= */

@media (max-width: 1599.98px) {
  .hire-process-section.py-5 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }

  .hire-process-head {
    max-width: 980px;
    margin-bottom: 32px;
  }

  .hire-process-kicker {
    font-size: 15px;
  }

  .hire-process-head h2 {
    font-size: 38px;
  }

  .hire-process-head p {
    font-size: 17px;
  }

  .hire-process-card {
    padding: 25px 20px 22px;
  }

  .hire-process-icon {
    width: 78px;
    min-width: 78px;
    height: 78px;
    font-size: 35px;
  }

  .hire-process-card-content h3 {
    font-size: 20px;
  }

  .hire-process-card-content p,
  .hire-process-tool-content p,
  .hire-process-details li,
  .hire-process-label {
    font-size: 15px;
  }

  .hire-process-tool {
    padding: 20px;
  }

  .hire-process-tool-icon {
    width: 60px;
    min-width: 60px;
    height: 60px;
    font-size: 26px;
  }

  .hire-evaluation-card {
    padding: 18px 22px;
  }

  .hire-evaluation-content h3 {
    font-size: 20px;
  }

  .hire-evaluation-content p {
    font-size: 15px;
  }

  .hire-evaluation-shield {
    width: 98px;
    min-width: 98px;
    height: 98px;
  }

  .hire-evaluation-shield-icon {
    width: 66px;
    height: 66px;
    font-size: 30px;
  }

  .hire-evaluation-step {
    padding-right: 10px;
    padding-left: 10px;
  }

  .hire-evaluation-btn,
  .hire-urgent-btn {
    font-size: 15px;
  }

  .hire-urgent-cta {
    padding: 20px 24px;
  }

  .hire-urgent-text h3 {
    font-size: 22px;
  }

  .hire-urgent-text p {
    font-size: 15px;
  }
}

@media (max-width: 1600px) {
  .hire-process-section.py-5 {
    padding-top: 52px !important;
    padding-bottom: 52px !important;
  }

  .drupal-hire-content h3 {
    margin: 0 0 6px;
    color: #071631;
    font-size: 22px;
    line-height: 1.35;
    font-weight: 800;
  }

  .drupal-capacity-content h3 {
    margin: 0 0 6px;
    color: #ffffff;
    font-size: 22px !important;
    line-height: 1.35;
    font-weight: 800;
  }

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

  .hire-process-head h2 {
    font-size: 32px;
  }

  .hire-process-head p {
    font-size: 15px;
  }

  .hire-process-card {
    padding: 23px 17px 20px;
  }

  .hire-process-card-top {
    gap: 12px !important;
  }

  .hire-process-icon {
    width: 68px;
    min-width: 68px;
    height: 68px;
    font-size: 30px;
  }

  .hire-process-card-content h3 {
    font-size: 17px;
  }

  .hire-process-card-content p,
  .hire-process-details li,
  .hire-process-label,
  .hire-process-tool-content p,
  .hire-evaluation-content p,
  .hire-evaluation-btn,
  .hire-urgent-btn {
    font-size: 14px;
  }

  .hire-process-tool {
    padding: 18px 16px;
  }

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

  .hire-process-tool-content h3 {
    font-size: 16px;
  }

  .hire-evaluation-shield {
    width: 88px;
    min-width: 88px;
    height: 88px;
  }

  .hire-evaluation-shield-icon {
    width: 58px;
    height: 58px;
    font-size: 26px;
  }

  .hire-evaluation-content h3 {
    font-size: 22px;
  }

  .hire-evaluation-step {
    min-height: 112px;
    padding-right: 7px;
    padding-left: 7px;
  }

  .hire-evaluation-step p {
    font-size: 12px;
  }

  .hire-evaluation-step-icon {
    width: 48px;
    height: 48px;
    font-size: 21px;
  }

  .hire-evaluation-action {
    padding-left: 16px;
  }

  .hire-evaluation-btn {
    width: 180px;
    min-height: 66px;
    padding: 13px 15px;
  }

  .hire-urgent-icon {
    width: 68px;
    min-width: 68px;
    height: 68px;
    font-size: 30px;
  }

  .hire-urgent-text h3 {
    font-size: 22px;
  }

  .hire-urgent-text p {
    font-size: 14px;
  }

  .hire-urgent-btn {
    padding-right: 17px;
    padding-left: 17px;
  }
}

@media (max-width: 1199.98px) {
  .hire-process-connector {
    display: none;
  }

  .hire-process-card {
    padding: 26px 22px 22px;
  }

  .hire-process-card-content h3 {
    font-size: 20px;
  }

  .hire-evaluation-intro {
    padding-bottom: 18px;
    border-bottom: 1px solid #dbe5f1;
  }

  .hire-evaluation-action {
    padding-left: 20px;
  }

  .hire-evaluation-btn {
    width: 200px;
  }

  .hire-urgent-text p {
    max-width: none;
  }
}

@media (max-width: 991.98px) {
  .hire-process-tool-column + .hire-process-tool-column .hire-process-tool {
    border-left: 0;
  }

  .hire-process-tool-column:nth-child(even) .hire-process-tool {
    border-left: 1px solid #dbe5f1;
  }

  .hire-process-tool-column:nth-child(n + 3) .hire-process-tool {
    border-top: 1px solid #dbe5f1;
  }

  .hire-evaluation-action {
    margin-top: 18px;
    padding: 18px 0 0;
    border-top: 1px solid #dbe5f1;
    border-left: 0;
  }

  .hire-evaluation-btn {
    width: 100%;
    min-height: 56px;
  }

  .hire-urgent-cta {
    padding: 26px;
  }
}

@media (max-width: 767.98px) {
  .hire-process-section.py-5 {
    padding-top: 45px !important;
    padding-bottom: 45px !important;
  }

  .hire-process-head {
    margin-bottom: 26px;
  }

  .hire-process-kicker {
    gap: 9px;
    font-size: 12px;
  }

  .hire-process-kicker::before,
  .hire-process-kicker::after {
    width: 28px;
  }

  .hire-process-head h2 {
    font-size: 22px;
    line-height: 1.25;
    letter-spacing: -0.025em;
  }

  .hire-process-head p {
    font-size: 15px;
    line-height: 1.5;
  }

  .hire-process-card {
    padding: 24px 20px 20px;
  }

  .hire-process-card-content h3 {
    font-size: 16px;
  }

  .hire-process-card-content p,
  .hire-process-details li,
  .hire-process-label,
  .hire-process-tool-content p,
  .hire-evaluation-content p {
    font-size: 13px;
  }

  .hire-process-card-top {
    margin-bottom: 20px;
  }

  .hire-process-icon {
    width: 70px;
    min-width: 70px;
    height: 70px;
    font-size: 30px;
  }

  .hire-process-number {
    width: 35px;
    height: 35px;
    font-size: 17px;
  }

  .hire-process-tool-content h3 {
    font-size: 16px;
  }

  .hire-evaluation-card {
    padding: 22px 18px;
  }

  .hire-evaluation-intro {
    align-items: flex-start !important;
  }

  .hire-evaluation-content h3 {
    font-size: 18px;
  }

  .hire-evaluation-step-column:nth-child(3) .hire-evaluation-step,
  .hire-evaluation-step-column:nth-child(4) .hire-evaluation-step {
    margin-top: 16px;
    padding-top: 16px;
    border-top: 1px solid #dbe5f1;
  }

  .hire-evaluation-step-column:nth-child(3) .hire-evaluation-step {
    border-left: 0;
  }

  .hire-evaluation-step p {
    font-size: 13px;
  }

  .hire-evaluation-btn,
  .hire-urgent-btn {
    width: 100%;
    white-space: normal;
    font-size: 14px;
  }

  .hire-urgent-content {
    align-items: flex-start !important;
  }

  .hire-urgent-text h3 {
    font-size: 18px;
  }

  .hire-urgent-text p {
    font-size: 14px;
  }
}

@media (max-width: 575.98px) {
  .hire-process-section.py-5 {
    padding-top: 38px !important;
    padding-bottom: 38px !important;
  }

  .hire-process-kicker::before,
  .hire-process-kicker::after {
    width: 18px;
  }

  .hire-process-card-top {
    flex-direction: column;
  }

  .hire-process-icon {
    width: 64px;
    min-width: 64px;
    height: 64px;
    margin-top: 20px;
    font-size: 28px;
  }

  .hire-process-card-content h3 {
    margin-top: 0;
  }

  .hire-process-tool-column:nth-child(even) .hire-process-tool {
    border-left: 0;
  }

  .hire-process-tool-column:nth-child(n + 2) .hire-process-tool {
    border-top: 1px solid #dbe5f1;
  }

  .hire-process-tool {
    padding: 18px;
  }

  .hire-process-tool-icon {
    width: 52px;
    min-width: 52px;
    height: 52px;
    font-size: 22px;
  }

  .hire-evaluation-intro {
    flex-direction: column;
  }

  .hire-evaluation-shield {
    width: 90px;
    min-width: 90px;
    height: 90px;
    margin: 0 auto;
  }

  .hire-evaluation-content {
    text-align: center;
  }

  .hire-evaluation-step {
    padding-right: 8px;
    padding-left: 8px;
  }

  .hire-urgent-cta {
    padding: 22px 18px;
  }

  .hire-urgent-content {
    flex-direction: column;
    text-align: center;
  }

  .hire-urgent-icon {
    margin: 0 auto;
  }

  .hire-urgent-btn {
    min-height: 54px;
    padding: 12px 16px;
  }
}

/* =========================================================
   Why Hapus Infotech Section
   ========================================================= */

.drupal-team-section {
  background:
    radial-gradient(
      circle at 50% 0%,
      rgba(25, 105, 255, 0.04),
      transparent 30%
    ),
    #ffffff;
}

.drupal-team-section.py-5 {
  padding-top: 70px !important;
  padding-bottom: 70px !important;
}

/* Heading */

.drupal-team-heading {
  max-width: 1050px;
  margin-bottom: 30px;
}

.drupal-team-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 8px;
  color: #ff4b0b;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 800;
  text-transform: uppercase;
}

.drupal-team-eyebrow::before,
.drupal-team-eyebrow::after {
  content: "";
  width: 40px;
  height: 2px;
  background: #ff5a16;
}

.drupal-team-heading h2 {
  margin: 0 0 8px;
  color: #071631;
  font-size: 42px;
  line-height: 1.16;
  font-weight: 800;
  letter-spacing: -0.025em;
}

.drupal-team-heading p {
  max-width: 930px;
  margin: 0 auto;
  color: #263553;
  font-size: 17px;
  line-height: 1.5;
}

/* Left Benefit Cards */

.drupal-team-benefits {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.drupal-benefit-card {
  --benefit-color: #0868f4;
  --benefit-soft: #e7f0ff;

  position: relative;
  display: flex;
  align-items: center;
  gap: 18px;
  min-height: 117px;
  padding: 18px 20px 18px 18px;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid #dce4ee;
  border-radius: 10px;
  box-shadow: 0 5px 14px rgba(17, 42, 77, 0.04);
}

.drupal-benefit-card::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 7px;
  background: var(--benefit-color);
}

.drupal-benefit-card--teal {
  --benefit-color: #079ca5;
  --benefit-soft: #e3f6f5;
}

.drupal-benefit-card--purple {
  --benefit-color: #7044dc;
  --benefit-soft: #f0eaff;
}

.drupal-benefit-card--green {
  --benefit-color: #32a642;
  --benefit-soft: #e8f6e9;
}

.drupal-benefit-icon {
  position: relative;
  width: 74px;
  min-width: 74px;
  height: 74px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 2px;
  color: var(--benefit-color);
  background: var(--benefit-soft);
  border-radius: 50%;
  font-size: 31px;
}

.drupal-benefit-icon span {
  position: absolute;
  right: 10px;
  bottom: 11px;
  font-size: 16px;
}

.drupal-benefit-content {
  min-width: 0;
}

.drupal-benefit-content h3 {
  margin: 0 0 6px;
  color: #071631;
  font-size: 17px;
  line-height: 1.3;
  font-weight: 800;
}

.drupal-benefit-content p {
  margin: 0;
  color: #13213d;
  font-size: 14px;
  line-height: 1.45;
}

/* Technical Skills Panel */

.drupal-skills-panel {
  padding: 22px 24px;
  background:
    radial-gradient(
      circle at 52% 53%,
      rgba(28, 120, 255, 0.08),
      transparent 27%
    ),
    #ffffff;
  border: 1px solid #dce4ee;
  border-radius: 11px;
  box-shadow: 0 5px 14px rgba(17, 42, 77, 0.04);
}

.drupal-skills-intro h3 {
  margin: 0 0 6px;
  color: #0753c8;
  font-size: 23px;
  line-height: 1.25;
  font-weight: 800;
}

.drupal-skills-intro p {
  margin: 0;
  color: #13213d;
  font-size: 14px;
  line-height: 1.5;
}

/* Network Illustration */

.drupal-network {
  position: relative;
  width: 380px;
  max-width: 100%;
  height: 350px;
  margin: 12px auto 0;
}

.drupal-network::before,
.drupal-network::after {
  content: "";
  position: absolute;
  border: 1px dashed #70a9ff;
  border-radius: 50%;
}

.drupal-network::before {
  inset: 62px 71px 47px;
}

.drupal-network::after {
  inset: 90px 98px 73px;
}

.drupal-network-ring {
  position: absolute;
  z-index: 0;
  opacity: 0.75;
  border: 1px dashed #76adff;
}

.drupal-network-ring--one {
  top: 55px;
  left: 50%;
  width: 1px;
  height: 245px;
}

.drupal-network-ring--two {
  top: 175px;
  left: 48px;
  width: 285px;
  height: 1px;
}

.drupal-network-person {
  position: absolute;
  top: 109px;
  left: 50%;
  z-index: 2;
  width: 142px;
  height: 142px;
  overflow: hidden;
  background: linear-gradient(145deg, #80e2e4, #d4f2ff);
  border: 7px solid #d9f4ff;
  border-radius: 50%;
  transform: translateX(-50%);
}

.drupal-network-person img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: top center;
}

.drupal-network-node {
  position: absolute;
  z-index: 3;
  width: 86px;
  min-height: 74px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  padding: 8px 5px;
  color: #0a1834;
  background: #ffffff;
  border: 1px solid #bcd2f5;
  border-radius: 9px;
  box-shadow: 0 5px 12px rgba(23, 64, 126, 0.1);
  text-align: center;
}

.drupal-network-node i {
  color: #0868f4;
  font-size: 27px;
}

.drupal-network-node span {
  font-size: 11px;
  line-height: 1.2;
  font-weight: 700;
}

.drupal-network-node--top {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.drupal-network-node--top i {
  color: #099ba3;
}

.drupal-network-node--left-top {
  top: 72px;
  left: 4px;
}

.drupal-network-node--right-top {
  top: 67px;
  right: 4px;
}

.drupal-network-node--right-top i {
  color: #111111;
}

.drupal-network-node--left-bottom {
  bottom: 37px;
  left: 0;
}

.drupal-network-node--right-bottom {
  right: 0;
  bottom: 37px;
}

.drupal-network-node--right-bottom i {
  color: #27aa48;
}

.drupal-network-node--bottom {
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.drupal-network-node--bottom i {
  color: #619af2;
}

/* Skills Checklist */

.drupal-skills-checklist {
  padding-top: 3px;
}

.drupal-skills-checklist li {
  display: flex;
  align-items: flex-start;
  gap: 11px;
  padding: 13px 0;
  color: #101f3d;
  border-bottom: 1px dashed #ccd7e6;
  font-size: 14px;
  line-height: 1.4;
}

.drupal-skills-checklist li:first-child {
  padding-top: 0;
}

.drupal-skills-checklist li i {
  margin-top: 3px;
  color: #0874f9;
  flex-shrink: 0;
}

.drupal-skills-badge {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-top: 27px;
  padding: 9px 15px;
  color: #ffffff;
  background: linear-gradient(135deg, #287ef7, #0056d7);
  border-radius: 40px;
  box-shadow: 0 7px 15px rgba(0, 93, 221, 0.22);
  font-size: 13px;
  line-height: 1.3;
  font-weight: 700;
  white-space: nowrap;
}

.drupal-skills-badge i {
  width: 31px;
  height: 31px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: -8px;
  background: rgba(255, 255, 255, 0.17);
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: 50%;
}

/* Expertise Strip */

.drupal-expertise-strip {
  margin-top: 20px;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid #dce4ee;
  border-radius: 11px;
  box-shadow: 0 5px 14px rgba(17, 42, 77, 0.04);
}

.drupal-expertise-item {
  display: flex;
  align-items: center;
  gap: 14px;
  height: 100%;
  padding: 22px 20px;
}

.drupal-expertise-strip
  [class*="col-"]:not(:first-child)
  .drupal-expertise-item {
  border-left: 1px solid #d9e1eb;
}

.drupal-expertise-icon {
  width: 60px;
  min-width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  border-radius: 50%;
  font-size: 27px;
}

.drupal-expertise-icon--blue {
  background: linear-gradient(135deg, #1683ff, #0054d9);
}

.drupal-expertise-icon--teal {
  background: linear-gradient(135deg, #14adb2, #047e87);
}

.drupal-expertise-icon--purple {
  background: linear-gradient(135deg, #8646e6, #5c27be);
}

.drupal-expertise-icon--green {
  background: linear-gradient(135deg, #44b64a, #258a2c);
}

.drupal-expertise-item h3 {
  margin: 0 0 4px;
  color: #071631;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 800;
}

.drupal-expertise-item p {
  margin: 0;
  color: #13213d;
  font-size: 13px;
  line-height: 1.4;
}

/* Delivery Standards */

.drupal-standards-card {
  margin-top: 20px;
  padding: 23px 30px 20px;
  background: #ffffff;
  border: 1px solid #dce4ee;
  border-radius: 11px;
  box-shadow: 0 5px 14px rgba(17, 42, 77, 0.04);
}

.drupal-standards-heading {
  display: flex;
  align-items: center;
  gap: 24px;
  max-width: 850px;
  margin-bottom: 20px;
}

.drupal-standards-main-icon {
  position: relative;
  width: 92px;
  min-width: 92px;
  height: 67px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0868f4;
  font-size: 48px;
}

.drupal-standards-main-icon span {
  position: absolute;
  right: 8px;
  bottom: 1px;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0868f4;
  background: #ffffff;
  font-size: 26px;
}

.drupal-standards-heading h3 {
  margin: 0 0 4px;
  color: #071631;
  font-size: 20px;
  line-height: 1.3;
  font-weight: 800;
}

.drupal-standards-heading p {
  margin: 0;
  color: #13213d;
  font-size: 14px;
  line-height: 1.45;
}

.drupal-standard-item {
  min-height: 90px;
  padding: 6px 24px;
  color: #0868f4;
  text-align: center;
}

.drupal-standards-list [class*="col-"]:not(:first-child) .drupal-standard-item {
  border-left: 1px solid #d4deeb;
}

.drupal-standard-item i {
  margin-bottom: 10px;
  font-size: 28px;
}

.drupal-standard-item p {
  margin: 0 auto;
  max-width: 135px;
  color: #071631;
  font-size: 13px;
  line-height: 1.35;
  font-weight: 700;
}

/* Capacity CTA */

.drupal-capacity-cta {
  margin-top: 20px;
  padding: 22px 27px 14px;
  color: #ffffff;
  background:
    radial-gradient(
      circle at 100% 50%,
      rgba(16, 96, 210, 0.25),
      transparent 32%
    ),
    linear-gradient(120deg, #02132f, #05224c 52%, #02142f);
  border-radius: 11px;
  box-shadow: 0 8px 20px rgba(3, 21, 52, 0.16);
}

.drupal-capacity-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.18;
  background-image: radial-gradient(circle, #4197ff 1px, transparent 1px);
  background-size: 9px 9px;
  mask-image: linear-gradient(to left, #000, transparent 42%);
  pointer-events: none;
}

.drupal-capacity-content {
  display: flex;
  align-items: center;
  gap: 23px;
}

.drupal-capacity-icon {
  position: relative;
  width: 102px;
  min-width: 102px;
  height: 82px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #397fe5;
  font-size: 66px;
}

.drupal-capacity-icon span {
  position: absolute;
  right: 3px;
  bottom: -4px;
  width: 57px;
  height: 57px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background: linear-gradient(135deg, #137cfb, #003fba);
  border: 4px solid #092753;
  border-radius: 50%;
  font-size: 28px;
}

.drupal-capacity-content h3 {
  margin: 0 0 6px;
  color: #ffffff;
  font-size: 26px;
  line-height: 1.35;
  font-weight: 800;
}

.drupal-capacity-content p {
  margin: 0;
  color: rgba(255, 255, 255, 0.94);
  font-size: 14px;
  line-height: 1.45;
}

.drupal-capacity-services [class*="col-"]:not(:first-child) {
  border-left: 1px solid rgba(255, 255, 255, 0.25);
}

.drupal-capacity-service {
  padding: 0 12px;
  text-align: center;
}

.drupal-capacity-service > span {
  width: 49px;
  height: 49px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 8px;
  color: #ffffff;
  border-radius: 50%;
  font-size: 21px;
}

.drupal-capacity-service--orange {
  background: linear-gradient(135deg, #ff8815, #f4550d);
}

.drupal-capacity-service--red {
  background: linear-gradient(135deg, #ff5e59, #ef3131);
}

.drupal-capacity-service--teal {
  background: linear-gradient(135deg, #18b3bb, #067e89);
}

.drupal-capacity-service--purple {
  background: linear-gradient(135deg, #a45aea, #7431c9);
}

.drupal-capacity-service p {
  margin: 0;
  color: #ffffff;
  font-size: 12px;
  line-height: 1.35;
}

.drupal-capacity-button {
  min-width: 340px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
  margin-top: 5px;
  padding: 13px 25px;
  color: #ffffff;
  background: linear-gradient(135deg, #ff7316, #ff4800);
  border-radius: 7px;
  box-shadow: 0 8px 18px rgba(255, 74, 0, 0.23);
  font-size: 15px;
  line-height: 1.3;
  font-weight: 800;
  text-decoration: none;
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease;
}

.drupal-capacity-button:hover {
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 11px 23px rgba(255, 74, 0, 0.3);
}

/* Bottom CTA */

.drupal-hire-cta {
  margin-top: 20px;
  padding: 17px 32px;
  background:
    radial-gradient(circle, #8abaff 1.5px, transparent 1.5px) left center / 9px
      9px no-repeat,
    #ffffff;
  border: 1px solid #dce4ee;
  border-radius: 11px;
  box-shadow: 0 5px 14px rgba(17, 42, 77, 0.04);
}

.drupal-hire-content {
  display: flex;
  align-items: center;
  gap: 22px;
}

.drupal-hire-icon {
  width: 70px;
  min-width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background: linear-gradient(135deg, #1178f8, #004cc6);
  border-radius: 50%;
  font-size: 30px;
}

.drupal-hire-content h3 {
  margin: 0 0 6px;
  color: #071631;
  font-size: 26px;
  line-height: 1.35;
  font-weight: 800;
}

.drupal-hire-content p {
  margin: 0;
  color: #13213d;
  font-size: 14px;
  line-height: 1.45;
}

.drupal-hire-actions {
  display: flex;
  justify-content: flex-end;
  gap: 16px;
}

.drupal-hire-button {
  min-height: 47px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
  padding: 11px 21px;
  border-radius: 7px;
  font-size: 14px;
  line-height: 1.3;
  font-weight: 800;
  text-decoration: none;
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease;
}

.drupal-hire-button:hover {
  transform: translateY(-2px);
}

.drupal-hire-button--primary {
  color: #ffffff;
  background: linear-gradient(135deg, #ff7316, #ff4800);
  box-shadow: 0 7px 15px rgba(255, 74, 0, 0.2);
}

.drupal-hire-button--primary:hover {
  color: #ffffff;
}

.drupal-hire-button--outline {
  color: #0868f4;
  background: #ffffff;
  border: 1px solid #0868f4;
}

.drupal-hire-button--outline:hover {
  color: #0868f4;
  background: #f4f8ff;
}

/* =========================================================
   Responsive
   ========================================================= */

@media (max-width: 1599.98px) {
  .drupal-team-section.py-5 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }

  .drupal-team-heading h2 {
    font-size: 36px;
  }

  .drupal-skills-panel {
    padding: 20px;
  }

  .drupal-network {
    transform: scale(0.94);
    transform-origin: center top;
    margin-bottom: -20px;
  }

  .drupal-expertise-item {
    padding: 20px 17px;
  }
}

@media (max-width: 1600px) {
  .drupal-team-heading h2 {
    font-size: 32px;
  }

  .hire-faq-cta-content h3 {
    margin: 0 0 7px;
    color: #ffffff;
    font-size: 22px !important;
    line-height: 1.35;
    font-weight: 800;
  }

  .drupal-team-heading p {
    font-size: 16px;
  }

  .drupal-hire-content h3 {
    margin: 0 0 6px;
    color: #071631;
    font-size: 22px;
    line-height: 1.35;
    font-weight: 800;
  }

  .drupal-benefit-card {
    gap: 14px;
    padding-right: 15px;
  }

  .drupal-benefit-icon {
    width: 66px;
    min-width: 66px;
    height: 66px;
    font-size: 28px;
  }

  .drupal-benefit-content h3 {
    font-size: 16px;
  }

  .drupal-benefit-content p,
  .drupal-skills-intro p,
  .drupal-skills-checklist li {
    font-size: 13px;
  }

  .drupal-skills-intro h3 {
    font-size: 20px;
  }

  .drupal-skills-badge {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 11px;
  }

  .drupal-expertise-item {
    gap: 11px;
    padding: 18px 13px;
  }

  .drupal-expertise-icon {
    width: 53px;
    min-width: 53px;
    height: 53px;
    font-size: 23px;
  }

  .drupal-expertise-item h3 {
    font-size: 14px;
  }

  .drupal-expertise-item p {
    font-size: 12px;
  }
}

@media (max-width: 1199.98px) {
  .drupal-team-section.py-5 {
    padding-top: 52px !important;
    padding-bottom: 52px !important;
  }

  .drupal-network {
    transform: none;
    margin-bottom: 0;
  }

  .drupal-expertise-strip [class*="col-"]:nth-child(3) .drupal-expertise-item {
    border-left: 0;
  }

  .drupal-expertise-strip
    [class*="col-"]:nth-child(n + 3)
    .drupal-expertise-item {
    border-top: 1px solid #d9e1eb;
  }

  .drupal-capacity-content {
    max-width: 750px;
    margin-bottom: 10px;
  }

  .drupal-capacity-button {
    margin-top: 14px;
  }
}

@media (max-width: 991.98px) {
  .drupal-team-heading h2 {
    font-size: 29px;
  }

  .drupal-standards-list [class*="col-"]:nth-child(4) .drupal-standard-item {
    border-left: 0;
  }

  .drupal-standards-list
    [class*="col-"]:nth-child(n + 4)
    .drupal-standard-item {
    margin-top: 18px;
    padding-top: 18px;
    border-top: 1px solid #d4deeb;
  }

  .drupal-hire-actions {
    justify-content: flex-start;
  }

  .drupal-hire-button {
    flex: 1;
  }
}

@media (max-width: 767.98px) {
  .drupal-team-section.py-5 {
    padding-top: 45px !important;
    padding-bottom: 45px !important;
  }

  .drupal-team-heading {
    margin-bottom: 25px;
  }

  .drupal-team-eyebrow {
    font-size: 13px;
  }

  .drupal-team-eyebrow::before,
  .drupal-team-eyebrow::after {
    width: 25px;
  }

  .drupal-team-heading h2 {
    font-size: 26px;
  }

  .drupal-team-heading p {
    font-size: 15px;
  }

  .drupal-skills-checklist {
    margin-top: 15px !important;
  }

  .drupal-skills-badge {
    width: fit-content;
    margin-top: 18px;
    font-size: 12px;
  }

  .drupal-expertise-strip [class*="col-"]:nth-child(3) .drupal-expertise-item {
    border-left: 1px solid #d9e1eb;
  }

  .drupal-expertise-strip
    [class*="col-"]:nth-child(odd)
    .drupal-expertise-item {
    border-left: 0;
  }

  .drupal-standards-card {
    padding: 22px 18px;
  }

  .drupal-standards-heading {
    align-items: flex-start;
  }

  .drupal-standards-main-icon {
    width: 65px;
    min-width: 65px;
  }

  .drupal-standards-list [class*="col-"]:nth-child(4) .drupal-standard-item {
    border-left: 1px solid #d4deeb;
  }

  .drupal-standards-list [class*="col-"]:nth-child(odd) .drupal-standard-item {
    border-left: 0;
  }

  .drupal-standards-list
    [class*="col-"]:nth-child(n + 3)
    .drupal-standard-item {
    margin-top: 16px;
    padding-top: 16px;
    border-top: 1px solid #d4deeb;
  }

  .drupal-capacity-services [class*="col-"]:nth-child(3) {
    border-left: 0;
  }

  .drupal-capacity-services [class*="col-"]:nth-child(n + 3) {
    margin-top: 18px;
  }

  .drupal-hire-actions {
    flex-direction: column;
  }
  .drupal-benefit-content h3 {
    font-size: 16px;
  }
}

@media (max-width: 575.98px) {
  .drupal-team-section.py-5 {
    padding-top: 38px !important;
    padding-bottom: 38px !important;
  }

  .drupal-team-heading h2 {
    font-size: 24px;
  }

  .drupal-benefit-card {
    align-items: flex-start;
    gap: 13px;
    min-height: auto;
    padding: 16px 14px 16px 16px;
  }

  .drupal-benefit-icon {
    width: 52px;
    min-width: 52px;
    height: 52px;
    font-size: 22px;
  }

  .drupal-benefit-content h3 {
    font-size: 16px;
  }

  .drupal-benefit-content p {
    font-size: 13px;
  }

  .drupal-skills-panel {
    padding: 18px 15px;
  }

  .drupal-network {
    width: 310px;
    height: 330px;
    transform: scale(0.88);
    transform-origin: center top;
    margin-bottom: -35px;
  }

  .drupal-expertise-strip
    [class*="col-"]:not(:first-child)
    .drupal-expertise-item {
    border-top: 1px solid #d9e1eb;
    border-left: 0;
  }

  .drupal-standards-heading {
    flex-direction: column;
    gap: 10px;
  }

  .drupal-standard-item {
    padding-right: 10px;
    padding-left: 10px;
  }

  .drupal-capacity-cta {
    padding: 22px 17px;
  }

  .drupal-capacity-content {
    flex-direction: column;
    text-align: center;
  }

  .drupal-capacity-button {
    width: 100%;
    min-width: 0;
    font-size: 14px;
  }

  .drupal-hire-cta {
    padding: 20px 17px;
  }

  .drupal-hire-content {
    align-items: flex-start;
    gap: 14px;
  }

  .drupal-hire-icon {
    width: 55px;
    min-width: 55px;
    height: 55px;
    font-size: 23px;
  }

  .drupal-hire-content h3 {
    font-size: 15px;
  }

  .drupal-hire-content p {
    font-size: 13px;
  }
}

/*  */

/* =========================================================
   Hire Drupal Developers FAQ Section
   ========================================================= */

.hire-faq-section {
  background:
    radial-gradient(
      circle at 50% 0%,
      rgba(25, 110, 255, 0.055),
      transparent 35%
    ),
    linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
}

.hire-faq-section.py-5 {
  padding-top: 70px !important;
  padding-bottom: 70px !important;
}

/* Section Heading */

.hire-faq-heading {
  max-width: 940px;
  margin-bottom: 25px;
}

.hire-faq-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  margin-bottom: 8px;
  color: #0758de;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 800;
  text-transform: uppercase;
}

.hire-faq-eyebrow::before,
.hire-faq-eyebrow::after {
  content: "";
  width: 44px;
  height: 2px;
  background: #0758de;
}

.hire-faq-heading h2 {
  margin: 0 0 8px;
  color: #071631;
  font-size: 31px;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: -0.025em;
}

.hire-faq-heading p {
  margin: 0;
  color: #263553;
  font-size: 17px;
  line-height: 1.5;
}

/* Main FAQ Area */

.hire-faq-main {
  margin-bottom: 18px;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid #dce4ee;
  border-radius: 11px;
  box-shadow: 0 6px 18px rgba(17, 42, 77, 0.05);
}

/* Hiring Information */

.hire-faq-info {
  padding: 28px 35px 22px;
  border-right: 1px solid #dce4ee;
}

.hire-faq-info > h3 {
  margin: 0 0 13px;
  color: #071631;
  font-size: 29px;
  line-height: 1.25;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.hire-faq-info-description {
  margin: 0 0 15px;
  color: #13213d;
  font-size: 15px;
  line-height: 1.55;
}

.hire-faq-availability {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 12px;
  padding: 12px 14px;
  background: linear-gradient(100deg, #edf3ff, #f5f8ff);
  border-radius: 9px;
}

.hire-faq-availability-icon {
  width: 51px;
  min-width: 51px;
  height: 51px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background: linear-gradient(135deg, #197cff, #064edb);
  border-radius: 50%;
  font-size: 21px;
}

.hire-faq-availability p {
  margin: 0;
  color: #13213d;
  font-size: 15px;
  line-height: 1.45;
}

.hire-faq-availability strong {
  color: #0758de;
  font-weight: 800;
}

.hire-faq-primary-button {
  width: 100%;
  min-height: 47px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  padding: 11px 20px;
  color: #ffffff;
  background: linear-gradient(135deg, #155fff, #0047ef);
  border-radius: 7px;
  box-shadow: 0 7px 16px rgba(0, 78, 239, 0.2);
  font-size: 15px;
  line-height: 1.3;
  font-weight: 800;
  text-decoration: none;
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease;
}

.hire-faq-primary-button:hover {
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 10px 21px rgba(0, 78, 239, 0.28);
}

/* Hiring Journey */

.hire-faq-journey {
  margin-top: 18px;
  padding-top: 16px;
  border-top: 1px solid #d4deeb;
}

.hire-faq-journey h4 {
  margin: 0 0 13px;
  color: #071631;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 800;
  text-align: center;
}

.hire-faq-journey-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.hire-faq-journey-step {
  width: 81px;
  text-align: center;
}

.hire-faq-journey-icon {
  width: 66px;
  height: 66px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 7px;
  border-radius: 50%;
  font-size: 28px;
}

.hire-faq-journey-icon--blue {
  color: #0758de;
  background: #edf3ff;
}

.hire-faq-journey-icon--teal {
  color: #069aa4;
  background: #e8f7f7;
}

.hire-faq-journey-icon--purple {
  color: #7744db;
  background: #f1eaff;
}

.hire-faq-journey-icon--green {
  color: #47a72d;
  background: #edf8e8;
}

.hire-faq-journey-step p {
  margin: 0;
  color: #071631;
  font-size: 11px;
  line-height: 1.3;
  font-weight: 700;
  white-space: nowrap;
}

.hire-faq-journey-arrow {
  margin: 0 1px 22px;
  color: #5680bc;
  font-size: 18px;
}

/* FAQ Accordion */

.hire-faq-accordion-wrapper {
  padding: 8px;
  background: #f9fbff;
}

.hire-faq-accordion {
  --bs-accordion-border-width: 0;
  --bs-accordion-border-radius: 9px;
  --bs-accordion-inner-border-radius: 9px;
  --bs-accordion-btn-icon: none;
  --bs-accordion-btn-active-icon: none;
}

.hire-faq-accordion .accordion-item {
  overflow: hidden;
  background: #ffffff;
  border: 1px solid #dce4ee;
  border-radius: 9px;
}

.hire-faq-accordion .accordion-item + .accordion-item {
  margin-top: 8px;
}

.hire-faq-accordion .accordion-button {
  min-height: 54px;
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 12px 17px;
  color: #071631;
  background: #ffffff;
  border: 0;
  box-shadow: none;
  font-size: 17px;
  line-height: 1.35;
  font-weight: 800;
}

.hire-faq-accordion .accordion-button:not(.collapsed) {
  padding-bottom: 7px;
  color: #071631;
  background: linear-gradient(90deg, #f7faff, #ffffff);
  border-left: 3px solid #0768ff;
}

.hire-faq-accordion .accordion-button::after {
  display: none;
}

.hire-faq-number {
  width: 27px;
  min-width: 27px;
  height: 27px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background: linear-gradient(135deg, #1577ff, #0052dc);
  border-radius: 50%;
  font-size: 13px;
  font-weight: 800;
}

.hire-faq-question {
  min-width: 0;
  flex: 1;
}

.hire-faq-toggle-icon {
  width: 27px;
  min-width: 27px;
  height: 27px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #071631;
  background: #ffffff;
  border: 1px solid #96a8c2;
  border-radius: 50%;
  font-size: 12px;
}

.hire-faq-accordion .accordion-button:not(.collapsed) .hire-faq-toggle-icon {
  color: #ffffff;
  background: #0768ff;
  border-color: #0768ff;
}

.hire-faq-minus {
  display: none;
}

.hire-faq-accordion .accordion-button:not(.collapsed) .hire-faq-plus {
  display: none;
}

.hire-faq-accordion .accordion-button:not(.collapsed) .hire-faq-minus {
  display: inline-block;
}

.hire-faq-accordion .accordion-body {
  padding: 4px 55px 18px 70px;
  color: #13213d;
  background: linear-gradient(90deg, #f7faff, #ffffff);
  border-left: 3px solid #0768ff;
  font-size: 15px;
  line-height: 1.55;
}

/* Benefits Strip */

.hire-faq-benefits {
  margin-bottom: 18px;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid #dce4ee;
  border-radius: 11px;
  box-shadow: 0 5px 14px rgba(17, 42, 77, 0.04);
}

.hire-faq-benefit {
  display: flex;
  align-items: center;
  gap: 16px;
  height: 100%;
  padding: 20px 28px;
}

.hire-faq-benefit-column + .hire-faq-benefit-column .hire-faq-benefit {
  border-left: 1px solid #d8e1ec;
}

.hire-faq-benefit-icon {
  position: relative;
  width: 65px;
  min-width: 65px;
  height: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 28px;
}

.hire-faq-benefit-icon span {
  position: absolute;
  right: 9px;
  bottom: 9px;
  font-size: 14px;
}

.hire-faq-benefit-icon--blue {
  color: #0758de;
  background: #e9f0ff;
}

.hire-faq-benefit-icon--teal {
  color: #069aa4;
  background: #e5f7f7;
}

.hire-faq-benefit-icon--purple {
  color: #7744db;
  background: #f0eaff;
}

.hire-faq-benefit-icon--green {
  color: #46a52d;
  background: #edf8e8;
}

.hire-faq-benefit h3 {
  margin: 0 0 5px;
  color: #071631;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 800;
}

.hire-faq-benefit p {
  margin: 0;
  color: #13213d;
  font-size: 13px;
  line-height: 1.45;
}

/* Bottom CTA */

.hire-faq-cta {
  padding: 25px 37px;
  color: #ffffff;
  background:
    radial-gradient(
      circle at 100% 50%,
      rgba(21, 103, 230, 0.2),
      transparent 28%
    ),
    linear-gradient(120deg, #02142f, #05244e 55%, #02142f);
  border-radius: 11px;
  box-shadow: 0 9px 22px rgba(3, 21, 52, 0.16);
}

.hire-faq-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.25;
  background-image:
    radial-gradient(circle, #2d85fb 1px, transparent 1px),
    repeating-radial-gradient(
      ellipse at right bottom,
      transparent 0 12px,
      rgba(41, 126, 255, 0.34) 13px 14px
    );
  background-position:
    left top,
    right bottom;
  background-size:
    9px 9px,
    260px 130px;
  background-repeat: no-repeat;
  pointer-events: none;
}

.hire-faq-cta-content {
  display: flex;
  align-items: center;
  gap: 25px;
}

.hire-faq-cta-icon {
  position: relative;
  width: 108px;
  min-width: 108px;
  height: 92px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #085ff5;
  font-size: 84px;
}

.hire-faq-cta-dots {
  position: absolute;
  top: 38px;
  left: 29px;
  display: flex;
  gap: 8px;
}

.hire-faq-cta-dots i {
  width: 11px;
  height: 11px;
  display: block;
  background: #ffffff;
  border-radius: 50%;
}

.hire-faq-question-mark {
  position: absolute;
  right: -1px;
  bottom: -3px;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background: linear-gradient(135deg, #ff7317, #ff4800);
  border: 4px solid #05224b;
  border-radius: 50%;
  font-size: 27px;
  line-height: 1;
  font-weight: 800;
}

.hire-faq-cta-content h3 {
  margin: 0 0 7px;
  color: #ffffff;
  font-size: 26px;
  line-height: 1.35;
  font-weight: 800;
}

.hire-faq-cta-content p {
  margin: 0;
  color: rgba(255, 255, 255, 0.94);
  font-size: 15px;
  line-height: 1.5;
}

.hire-faq-cta-button {
  width: 100%;
  min-height: 57px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  padding: 14px 22px;
  border-radius: 8px;
  font-size: 15px;
  line-height: 1.35;
  font-weight: 800;
  text-decoration: none;
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    background-color 0.25s ease;
}

.hire-faq-cta-button:hover {
  transform: translateY(-2px);
}

.hire-faq-cta-button--primary {
  color: #ffffff;
  background: linear-gradient(135deg, #ff7317, #ff4800);
  box-shadow: 0 8px 18px rgba(255, 73, 0, 0.23);
}

.hire-faq-cta-button--primary:hover {
  color: #ffffff;
  box-shadow: 0 11px 23px rgba(255, 73, 0, 0.3);
}

.hire-faq-cta-button--outline {
  color: #ffffff;
  background: rgba(2, 20, 47, 0.35);
  border: 1px solid rgba(255, 255, 255, 0.9);
}

.hire-faq-cta-button--outline:hover {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.09);
}

/* =========================================================
   Responsive: Below 1600px
   ========================================================= */

@media (max-width: 1599.98px) {
  .hire-faq-section.py-5 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }

  .hire-faq-info {
    padding: 25px 30px 20px;
  }

  .hire-faq-info > h3 {
    font-size: 27px;
  }

  .hire-faq-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 13px;
    margin-bottom: 8px;
    color: #0758de;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 800;
    text-transform: uppercase;
  }

  .hire-faq-benefit {
    padding: 19px 22px;
  }

  .hire-faq-cta {
    padding: 23px 32px;
  }
}

/* =========================================================
   Responsive: Below 1400px
   ========================================================= */

@media (max-width: 1600px) {
  .hire-faq-section.py-5 {
    padding-top: 52px !important;
    padding-bottom: 52px !important;
  }

  .hire-faq-heading h2 {
    font-size: 29px;
  }

  .hire-faq-heading p {
    font-size: 16px;
  }

  .hire-faq-info {
    padding-right: 24px;
    padding-left: 24px;
  }

  .hire-faq-info > h3 {
    font-size: 25px;
  }

  .hire-faq-info-description,
  .hire-faq-availability p,
  .hire-faq-primary-button,
  .hire-faq-accordion .accordion-body,
  .hire-faq-cta-content p,
  .hire-faq-cta-button {
    font-size: 14px;
  }

  .hire-faq-accordion .accordion-button {
    font-size: 16px;
  }

  .hire-faq-benefit {
    gap: 12px;
    padding: 18px 16px;
  }

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

  .hire-faq-benefit h3 {
    font-size: 15px;
  }

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

/* =========================================================
   Responsive: Below 1200px
   ========================================================= */

@media (max-width: 1199.98px) {
  .hire-faq-info {
    border-right: 0;
    border-bottom: 1px solid #dce4ee;
  }

  .hire-faq-info > h3 br {
    display: none;
  }

  .hire-faq-journey {
    max-width: 650px;
  }

  .hire-faq-benefit-column:nth-child(3) .hire-faq-benefit {
    border-left: 0;
  }

  .hire-faq-benefit-column:nth-child(n + 3) .hire-faq-benefit {
    border-top: 1px solid #d8e1ec;
  }

  .hire-faq-cta-content {
    margin-bottom: 5px;
  }
}

/* =========================================================
   Responsive: Below 992px
   ========================================================= */

@media (max-width: 991.98px) {
  .hire-faq-cta-content {
    align-items: flex-start;
  }

  .hire-faq-cta-icon {
    width: 90px;
    min-width: 90px;
    height: 80px;
    font-size: 72px;
  }

  .hire-faq-cta-dots {
    top: 33px;
    left: 24px;
  }

  .hire-faq-question-mark {
    width: 40px;
    height: 40px;
    font-size: 23px;
  }
}

/* =========================================================
   Responsive: Below 768px
   ========================================================= */

@media (max-width: 767.98px) {
  .hire-faq-section.py-5 {
    padding-top: 45px !important;
    padding-bottom: 45px !important;
  }

  .hire-faq-heading {
    margin-bottom: 22px;
  }

  .hire-faq-eyebrow {
    font-size: 13px;
  }

  .hire-faq-eyebrow::before,
  .hire-faq-eyebrow::after {
    width: 27px;
  }

  .hire-faq-heading h2 {
    font-size: 26px;
  }

  .hire-faq-heading p {
    font-size: 15px;
  }

  .hire-faq-info > h3 {
    font-size: 22px;
  }

  .hire-faq-journey-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }

  .hire-faq-journey-step {
    width: auto;
  }

  .hire-faq-journey-arrow {
    display: none;
  }

  .hire-faq-accordion .accordion-button {
    gap: 10px;
    padding: 12px;
    font-size: 15px;
  }

  .hire-faq-accordion .accordion-button:not(.collapsed) {
    padding-bottom: 7px;
  }

  .hire-faq-accordion .accordion-body {
    padding: 5px 15px 16px 51px;
    font-size: 14px;
  }

  .hire-faq-benefit-column:nth-child(3) .hire-faq-benefit {
    border-left: 1px solid #d8e1ec;
  }

  .hire-faq-benefit-column:nth-child(odd) .hire-faq-benefit {
    border-left: 0;
  }

  .hire-faq-cta {
    padding: 24px 20px;
  }

  .hire-faq-cta-button {
    min-height: 54px;
  }
}

/* =========================================================
   Responsive: Below 576px
   ========================================================= */

@media (max-width: 575.98px) {
  .hire-faq-section.py-5 {
    padding-top: 38px !important;
    padding-bottom: 38px !important;
  }

  .hire-faq-heading h2 {
    font-size: 24px;
  }

  .hire-faq-info {
    padding: 22px 17px;
  }

  .hire-faq-info-description {
    font-size: 14px;
  }

  .hire-faq-availability {
    align-items: flex-start;
    gap: 12px;
  }

  .hire-faq-availability-icon {
    width: 45px;
    min-width: 45px;
    height: 45px;
    font-size: 18px;
  }

  .hire-faq-primary-button {
    justify-content: space-between;
    padding-right: 16px;
    padding-left: 16px;
  }

  .hire-faq-journey-icon {
    width: 59px;
    height: 59px;
    font-size: 25px;
  }

  .hire-faq-accordion .accordion-button {
    align-items: flex-start;
    font-size: 14px;
  }

  .hire-faq-number,
  .hire-faq-toggle-icon {
    width: 25px;
    min-width: 25px;
    height: 25px;
  }

  .hire-faq-benefit-column + .hire-faq-benefit-column .hire-faq-benefit {
    border-top: 1px solid #d8e1ec;
    border-left: 0;
  }

  .hire-faq-benefit {
    padding: 17px;
  }

  .hire-faq-benefit h3 {
    font-size: 16px;
  }

  .hire-faq-benefit p {
    font-size: 13px;
  }

  .hire-faq-cta-content {
    flex-direction: column;
    text-align: center;
  }

  .hire-faq-cta-icon {
    margin: 0 auto;
  }

  .hire-faq-cta-content h3 {
    font-size: 18px;
  }

  .hire-faq-cta-content p {
    font-size: 14px;
  }
}

/* =========================================================
   Responsive: Very Small Devices
   ========================================================= */

@media (max-width: 373.98px) {
  .hire-faq-heading h2 {
    font-size: 22px;
  }

  .hire-faq-eyebrow {
    gap: 7px;
  }

  .hire-faq-eyebrow::before,
  .hire-faq-eyebrow::after {
    width: 16px;
  }

  .hire-faq-primary-button {
    font-size: 13px;
  }

  .hire-faq-accordion .accordion-button {
    gap: 8px;
    padding-right: 9px;
    padding-left: 9px;
  }

  .hire-faq-accordion .accordion-body {
    padding-left: 43px;
  }
}

/*  */

/* =========================================================
   Drupal Hiring Requirement Section
   ========================================================= */

.drupal-hiring-section {
  position: relative;
  overflow: hidden;
  padding: 55px 0 22px;
  color: #ffffff;
  background:
    radial-gradient(circle at 56% 20%, rgba(7, 83, 205, 0.35), transparent 35%),
    linear-gradient(120deg, #03132f 0%, #052657 55%, #03142f 100%);
}

.drupal-hiring-section::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.1;
  background-image:
    linear-gradient(rgba(58, 134, 255, 0.15) 1px, transparent 1px),
    linear-gradient(90deg, rgba(58, 134, 255, 0.15) 1px, transparent 1px);
  background-size: 45px 45px;
  pointer-events: none;
}

.drupal-hiring-section .container-custom {
  position: relative;
  z-index: 1;
}

/* Left Content */

.drupal-hiring-content {
  max-width: 690px;
}

.drupal-hiring-eyebrow {
  display: inline-block;
  margin-bottom: 14px;
  color: #ff6a00;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 800;
  text-transform: uppercase;
}

.drupal-hiring-content > h2 {
  max-width: 650px;
  margin: 0 0 17px;
  color: #ffffff;
  font-size: 45px;
  line-height: 1.16;
  font-weight: 800;
  letter-spacing: -0.025em;
}

.drupal-hiring-description {
  max-width: 660px;
  margin: 0 0 18px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 17px;
  line-height: 1.55;
}

/* Advantages */

.drupal-hiring-advantages {
  margin-bottom: 21px;
}

.drupal-hiring-advantage {
  display: flex;
  align-items: center;
  gap: 25px;
  padding: 15px 0;
}

.drupal-hiring-advantage + .drupal-hiring-advantage {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.drupal-hiring-advantage-icon {
  position: relative;
  width: 72px;
  min-width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  border-radius: 50%;
  font-size: 31px;
}

.drupal-hiring-advantage-icon span {
  position: absolute;
  right: 10px;
  bottom: 9px;
  font-size: 15px;
}

.drupal-hiring-icon--blue {
  background: linear-gradient(135deg, #127cff, #0849a7);
}

.drupal-hiring-icon--purple {
  background: linear-gradient(135deg, #9857d4, #5c318c);
}

.drupal-hiring-icon--green {
  background: linear-gradient(135deg, #63c659, #348e3c);
}

.drupal-hiring-advantage h3 {
  margin: 0 0 6px;
  color: #ffffff;
  font-size: 17px;
  line-height: 1.3;
  font-weight: 800;
}

.drupal-hiring-advantage p {
  max-width: 510px;
  margin: 0;
  color: rgba(255, 255, 255, 0.85);
  font-size: 15px;
  line-height: 1.5;
}

/* Left Buttons */

.drupal-hiring-actions {
  display: flex;
  gap: 25px;
  margin-bottom: 25px;
}

.drupal-hiring-button {
  min-height: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 15px 22px;
  border-radius: 7px;
  font-size: 15px;
  line-height: 1.35;
  font-weight: 800;
  text-align: center;
  text-decoration: none;
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    background-color 0.25s ease;
}

.drupal-hiring-button:hover {
  transform: translateY(-2px);
}

.drupal-hiring-button--primary {
  color: #ffffff;
  background: linear-gradient(135deg, #ff7b0e, #ff5300);
  box-shadow: 0 9px 20px rgba(255, 92, 0, 0.22);
}

.drupal-hiring-button--primary:hover {
  color: #ffffff;
  box-shadow: 0 12px 25px rgba(255, 92, 0, 0.3);
}

.drupal-hiring-button--outline {
  color: #ffffff;
  background: rgba(3, 20, 47, 0.25);
  border: 1px solid rgba(255, 255, 255, 0.9);
}

.drupal-hiring-button--outline:hover {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.08);
}

/* Urgent Link */

.drupal-hiring-urgent {
  display: flex;
  align-items: center;
  gap: 13px;
}

.drupal-hiring-urgent > i {
  color: #ff6a00;
  font-size: 24px;
}

.drupal-hiring-urgent p {
  margin: 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: 15px;
  line-height: 1.45;
}

.drupal-hiring-urgent a {
  color: #1687ff;
  font-weight: 600;
  text-decoration: none;
}

.drupal-hiring-urgent a i {
  margin-left: 8px;
}

/* =========================================================
   Hiring Form
   ========================================================= */

.drupal-hiring-form-card {
  padding: 24px 34px 19px;
  color: #071631;
  background: rgba(255, 255, 255, 0.98);
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 12px;
  box-shadow: 0 18px 42px rgba(0, 10, 36, 0.24);
}

.drupal-hiring-form-card > h3 {
  margin: 0 0 17px;
  color: #071631;
  font-size: 22px;
  line-height: 1.3;
  font-weight: 800;
}

.drupal-hiring-field label {
  display: block;
  margin-bottom: 5px;
  color: #071631;
  font-size: 12px;
  line-height: 1.3;
  font-weight: 700;
}

.drupal-hiring-field label span {
  color: #ff5200;
}

.drupal-hiring-input {
  position: relative;
  display: flex;
  align-items: center;
}

.drupal-hiring-input > i:first-child {
  position: absolute;
  left: 13px;
  z-index: 2;
  color: #63718d;
  font-size: 15px;
  pointer-events: none;
}

.drupal-hiring-input input,
.drupal-hiring-input select,
.drupal-hiring-field textarea {
  width: 100%;
  color: #172440;
  background: #ffffff;
  border: 1px solid #c5cfde;
  border-radius: 5px;
  outline: none;
  font-size: 12px;
  line-height: 1.4;
  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease;
}

.drupal-hiring-input input,
.drupal-hiring-input select {
  height: 37px;
  padding: 8px 35px 8px 38px;
}

.drupal-hiring-input:not(:has(> i:first-child)) select {
  padding-left: 11px;
}

.drupal-hiring-input input::placeholder,
.drupal-hiring-field textarea::placeholder {
  color: #65718a;
  opacity: 1;
}

.drupal-hiring-input input:focus,
.drupal-hiring-input select:focus,
.drupal-hiring-field textarea:focus {
  border-color: #176df5;
  box-shadow: 0 0 0 3px rgba(23, 109, 245, 0.1);
}

.drupal-hiring-select select {
  appearance: none;
  cursor: pointer;
}

.drupal-hiring-select > i:last-child {
  position: absolute;
  right: 13px;
  color: #63718d;
  font-size: 10px;
  pointer-events: none;
}

.drupal-hiring-field textarea {
  min-height: 63px;
  padding: 9px 11px;
  resize: vertical;
}

/* Skill and Model Options */

.drupal-hiring-skill-options,
.drupal-hiring-model-options {
  display: flex;
  flex-wrap: wrap;
  gap: 7px 9px;
  margin-top: 7px;
}

.drupal-hiring-option,
.drupal-hiring-model-options button {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 27px;
  padding: 4px 11px;
  color: #13213d;
  background: #ffffff;
  border: 1px solid #c6d0df;
  border-radius: 5px;
  font-size: 11px;
  line-height: 1.2;
  font-weight: 500;
  transition:
    color 0.2s ease,
    border-color 0.2s ease,
    background-color 0.2s ease;
}

.drupal-hiring-option i {
  color: #0868f4;
  font-size: 10px;
}

.drupal-hiring-option:hover,
.drupal-hiring-option.is-selected,
.drupal-hiring-model-options button:hover,
.drupal-hiring-model-options button.is-selected {
  color: #0758de;
  background: #eff5ff;
  border-color: #176df5;
}

/* Submit */

.drupal-hiring-submit {
  width: 100%;
  min-height: 49px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding: 12px 23px;
  color: #ffffff;
  background: linear-gradient(135deg, #ff7a0c, #ff5200);
  border: 0;
  border-radius: 6px;
  box-shadow: 0 8px 18px rgba(255, 84, 0, 0.2);
  font-size: 16px;
  line-height: 1.3;
  font-weight: 800;
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease;
}

.drupal-hiring-submit i {
  position: absolute;
  right: 55px;
  font-size: 19px;
}

.drupal-hiring-submit:hover {
  transform: translateY(-2px);
  box-shadow: 0 11px 23px rgba(255, 84, 0, 0.3);
}

.drupal-hiring-form-note {
  display: flex;
  align-items: flex-start;
  gap: 13px;
  margin-top: 11px;
  padding: 0 15px;
}

.drupal-hiring-form-note i {
  margin-top: 2px;
  color: #5a6882;
  font-size: 20px;
}

.drupal-hiring-form-note p {
  margin: 0;
  color: #3f4b63;
  font-size: 12px;
  line-height: 1.4;
}

/* =========================================================
   Bottom Benefits
   ========================================================= */

.drupal-hiring-bottom-benefits {
  margin-top: 42px;
  padding-top: 26px;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.drupal-hiring-bottom-item {
  display: flex;
  align-items: center;
  gap: 19px;
  height: 100%;
  padding: 4px 27px;
}

.drupal-hiring-bottom-column
  + .drupal-hiring-bottom-column
  .drupal-hiring-bottom-item {
  border-left: 1px solid rgba(255, 255, 255, 0.23);
}

.drupal-hiring-bottom-icon {
  width: 75px;
  min-width: 75px;
  height: 75px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(5, 25, 54, 0.55);
  border: 2px solid currentColor;
  border-radius: 50%;
  font-size: 34px;
  box-shadow: inset 0 0 22px rgba(255, 255, 255, 0.05);
}

.drupal-hiring-bottom-icon--blue {
  color: #1687ff;
}

.drupal-hiring-bottom-icon--purple {
  color: #ac62e6;
}

.drupal-hiring-bottom-icon--green {
  color: #72c94a;
}

.drupal-hiring-bottom-icon--orange {
  color: #ff7200;
}

.drupal-hiring-bottom-item h3 {
  margin: 0 0 7px;
  color: #ffffff;
  font-size: 16px;
  line-height: 1.35;
  font-weight: 800;
}

.drupal-hiring-bottom-item p {
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 14px;
  line-height: 1.5;
}

.drupal-hiring-assurance {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 17px;
  margin-top: 24px;
  padding-top: 15px;
  border-top: 1px solid rgba(255, 255, 255, 0.13);
}

.drupal-hiring-assurance i {
  color: #b5c2d7;
  font-size: 28px;
}

.drupal-hiring-assurance p {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 15px;
  line-height: 1.4;
}

/* =========================================================
   Responsive: Below 1600px
   ========================================================= */

@media (max-width: 1599.98px) {
  .drupal-hiring-section {
    padding-top: 50px;
  }

  .drupal-hiring-content > h2 {
    font-size: 40px;
  }

  .drupal-hiring-description {
    font-size: 16px;
  }

  .drupal-hiring-advantage {
    gap: 20px;
  }

  .drupal-hiring-form-card {
    padding: 22px 29px 17px;
  }

  .drupal-hiring-bottom-item {
    gap: 16px;
    padding-right: 21px;
    padding-left: 21px;
  }

  .drupal-hiring-bottom-icon {
    width: 68px;
    min-width: 68px;
    height: 68px;
    font-size: 30px;
  }
}

/* =========================================================
   Responsive: Below 1400px
   ========================================================= */

@media (max-width: 1600px) {
  .drupal-hiring-content > h2 {
    font-size: 36px;
  }
  .developer-requirement-content h2 {
    font-size: 22px !important;
  }

  .drupal-hiring-description {
    font-size: 15px;
  }

  .drupal-hiring-advantage-icon {
    width: 65px;
    min-width: 65px;
    height: 65px;
    font-size: 28px;
  }

  .drupal-hiring-advantage h3 {
    font-size: 16px;
  }

  .drupal-hiring-advantage p {
    font-size: 14px;
  }

  .drupal-hiring-actions {
    gap: 15px;
  }

  .drupal-hiring-button {
    padding-right: 17px;
    padding-left: 17px;
    font-size: 14px;
  }

  .drupal-hiring-form-card {
    padding-right: 23px;
    padding-left: 23px;
  }

  .drupal-hiring-bottom-item {
    align-items: flex-start;
    padding-right: 15px;
    padding-left: 15px;
  }

  .drupal-hiring-bottom-icon {
    width: 59px;
    min-width: 59px;
    height: 59px;
    font-size: 26px;
  }

  .drupal-hiring-bottom-item h3 {
    font-size: 15px;
  }

  .drupal-hiring-bottom-item p {
    font-size: 13px;
  }
}

/* =========================================================
   Responsive: Below 1200px
   ========================================================= */

@media (max-width: 1199.98px) {
  .drupal-hiring-section {
    padding-top: 45px;
  }

  .drupal-hiring-content {
    max-width: none;
  }

  .drupal-hiring-content > h2,
  .drupal-hiring-description {
    max-width: 760px;
  }

  .drupal-hiring-advantage p {
    max-width: 750px;
  }

  .drupal-hiring-form-card {
    margin-top: 5px;
    padding: 27px;
  }

  .drupal-hiring-bottom-column:nth-child(3) .drupal-hiring-bottom-item {
    border-left: 0;
  }

  .drupal-hiring-bottom-column:nth-child(n + 3) .drupal-hiring-bottom-item {
    margin-top: 24px;
    padding-top: 24px;
    border-top: 1px solid rgba(255, 255, 255, 0.18);
  }
}

/* =========================================================
   Responsive: Below 992px
   ========================================================= */

@media (max-width: 991.98px) {
  .drupal-hiring-content > h2 {
    font-size: 31px;
  }

  .drupal-hiring-actions {
    flex-wrap: wrap;
  }

  .drupal-hiring-button {
    flex: 1;
  }

  .drupal-hiring-bottom-benefits {
    margin-top: 35px;
  }
}

/* =========================================================
   Responsive: Below 768px
   ========================================================= */

@media (max-width: 767.98px) {
  .drupal-hiring-section {
    padding-top: 40px;
  }

  .drupal-hiring-eyebrow {
    font-size: 13px;
  }

  .drupal-hiring-content > h2 {
    font-size: 28px;
  }

  .drupal-hiring-description {
    font-size: 15px;
  }

  .drupal-hiring-actions {
    flex-direction: column;
  }

  .drupal-hiring-button {
    width: 100%;
    min-height: 54px;
  }

  .drupal-hiring-urgent {
    align-items: flex-start;
  }

  .drupal-hiring-form-card {
    padding: 23px 19px;
  }

  .drupal-hiring-form-card > h3 {
    font-size: 19px;
  }

  .drupal-hiring-submit i {
    position: static;
  }

  .drupal-hiring-bottom-column:nth-child(3) .drupal-hiring-bottom-item {
    border-left: 1px solid rgba(255, 255, 255, 0.23);
  }

  .drupal-hiring-bottom-column:nth-child(odd) .drupal-hiring-bottom-item {
    border-left: 0;
  }
}

/* =========================================================
   Responsive: Below 576px
   ========================================================= */

@media (max-width: 575.98px) {
  .drupal-hiring-section {
    padding-top: 35px;
  }

  .drupal-hiring-content > h2 {
    font-size: 25px;
  }

  .drupal-hiring-advantage {
    align-items: flex-start;
    gap: 14px;
  }

  .drupal-hiring-advantage-icon {
    width: 53px;
    min-width: 53px;
    height: 53px;
    font-size: 23px;
  }

  .drupal-hiring-advantage h3 {
    font-size: 15px;
  }

  .drupal-hiring-advantage p {
    font-size: 13px;
  }

  .drupal-hiring-urgent p {
    font-size: 14px;
  }

  .drupal-hiring-form-card {
    padding: 21px 15px;
  }

  .drupal-hiring-skill-options,
  .drupal-hiring-model-options {
    gap: 6px;
  }

  .drupal-hiring-option,
  .drupal-hiring-model-options button {
    font-size: 10px;
  }

  .drupal-hiring-form-note {
    padding: 0;
  }

  .drupal-hiring-bottom-column
    + .drupal-hiring-bottom-column
    .drupal-hiring-bottom-item {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.18);
    border-left: 0;
  }

  .drupal-hiring-bottom-item {
    padding-right: 0;
    padding-left: 0;
  }

  .drupal-hiring-assurance {
    align-items: flex-start;
  }

  .drupal-hiring-assurance p {
    font-size: 13px;
  }
  .drupal-hiring-button {
    padding-right: 13px;
    padding-left: 13px;
    font-size: 14px;
  }
}

/* =========================================================
   Responsive: Very Small Devices
   ========================================================= */

@media (max-width: 373.98px) {
  .drupal-hiring-content > h2 {
    font-size: 23px;
  }

  .drupal-hiring-form-card > h3 {
    font-size: 17px;
  }

  .drupal-hiring-submit {
    padding-right: 13px;
    padding-left: 13px;
    font-size: 14px;
  }
}

/* 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;
  }
}

.developer-technology-content h3 {
  font-size: 14px !important;
  font-weight: bold;
}


