/* =========================================================
   05. Drupal Staff Augmentation Process
   ========================================================= */

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

.drupal-augmentation-process-head {
  max-width: 1220px;
  margin: 0 auto 24px;
}

.drupal-augmentation-process-kicker {
  margin-bottom: 5px;
  color: #075be8;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 900;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.drupal-augmentation-process-head h2 {
  margin-bottom: 5px;
  color: #071333;
  font-size: 44px;
  line-height: 1.15;
  font-weight: 900;
  letter-spacing: -0.035em;
}

.drupal-augmentation-process-head p {
  max-width: 900px;
  color: #34405c;
  font-size: 18px;
  line-height: 1.45;
}

.drupal-augmentation-process-steps {
  margin-bottom: 18px;
}

.drupal-augmentation-process-steps::before {
  position: absolute;
  top: 108px;
  right: 7%;
  left: 7%;
  z-index: 0;
  height: 1px;
  background: #9ba3af;
  content: "";
}

.drupal-augmentation-process-steps .row {
  position: relative;
  z-index: 1;
}

.drupal-augmentation-step-card {
  --step-color: #075be8;
  --step-soft: #eaf2ff;

  min-height: 245px;
  padding: 18px;
  border: 1px solid #dce4ed;
  border-radius: 12px;
  background: #ffffff;
  box-shadow: 0 10px 26px rgba(17, 40, 80, 0.07);
}

.drupal-augmentation-step-card.is-cyan {
  --step-color: #008fa5;
  --step-soft: #e6f8fa;
}

.drupal-augmentation-step-card.is-purple {
  --step-color: #7138d8;
  --step-soft: #f1eaff;
}

.drupal-augmentation-step-card.is-green {
  --step-color: #3f922c;
  --step-soft: #ebf7e8;
}

.drupal-augmentation-step-card.is-orange {
  --step-color: #f45100;
  --step-soft: #fff0e8;
}

.drupal-augmentation-step-top {
  margin-bottom: 13px;
}

.drupal-augmentation-step-number {
  width: 34px;
  min-width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #ffffff;
  background: var(--step-color);
  box-shadow: 0 7px 17px color-mix(in srgb, var(--step-color) 25%, transparent);
  font-size: 18px;
  line-height: 1;
  font-weight: 900;
}

.drupal-augmentation-step-label {
  color: var(--step-color);
  font-size: 13px;
  line-height: 1.25;
  font-weight: 900;
  text-transform: uppercase;
}

.drupal-augmentation-step-top-icon {
  color: var(--step-color);
  font-size: 31px;
}

.drupal-augmentation-step-card h3 {
  margin-bottom: 10px;
  color: #071333;
  font-size: 22px;
  line-height: 1.2;
  font-weight: 900;
}

.drupal-augmentation-step-card ul {
  padding-left: 19px;
}

.drupal-augmentation-step-card li {
  margin-bottom: 6px;
  color: #071333;
  font-size: 15px;
  line-height: 1.35;
}

.drupal-augmentation-step-card li::marker {
  color: var(--step-color);
}

.drupal-augmentation-flow-row,
.drupal-augmentation-timeline-row,
.drupal-augmentation-governance-row,
.drupal-augmentation-continuity-row {
  padding: 12px 0;
  border-bottom: 1px solid #e0e6ed;
}

.drupal-augmentation-row-title {
  color: #071333;
  font-size: 17px;
  line-height: 1.25;
  font-weight: 900;
  text-transform: uppercase;
}

.drupal-augmentation-flow-items {
  gap: 12px;
}

.drupal-augmentation-flow-item {
  min-width: 0;
  min-height: 64px;
  padding: 13px 20px;
  display: flex;
  flex: 1 1 0;
  align-items: center;
  justify-content: center;
  gap: 14px;
  border: 1px solid #d8e0e9;
  border-radius: 8px;
  color: #071333;
  background: #ffffff;
  box-shadow: 0 8px 20px rgba(17, 40, 80, 0.04);
  font-size: 17px;
  line-height: 1.3;
  font-weight: 800;
  text-align: center;
}

.drupal-augmentation-flow-item i {
  flex-shrink: 0;
  color: #075be8;
  font-size: 30px;
}

.drupal-augmentation-flow-item:nth-of-type(2) i {
  color: #0793a5;
}

.drupal-augmentation-flow-item:nth-of-type(3) i {
  color: #773bdc;
}

.drupal-augmentation-flow-item:nth-of-type(4) i {
  color: #3e992f;
}

.drupal-augmentation-flow-item:nth-of-type(5) i {
  color: #f45100;
}

.drupal-augmentation-flow-arrow {
  flex-shrink: 0;
  color: #747b84;
  font-size: 21px;
}

.drupal-augmentation-timeline-card {
  --timeline-color: #075be8;

  min-height: 112px;
  padding: 14px 16px;
  border: 1px solid #dce4ed;
  border-radius: 8px;
  background: #ffffff;
}

.drupal-augmentation-timeline-card.is-cyan {
  --timeline-color: #0793a5;
}

.drupal-augmentation-timeline-card.is-purple {
  --timeline-color: #7138d8;
}

.drupal-augmentation-timeline-card.is-green {
  --timeline-color: #3f922c;
}

.drupal-augmentation-timeline-icon {
  margin-top: 2px;
  color: var(--timeline-color);
  font-size: 29px;
}

.drupal-augmentation-timeline-card h4 {
  margin-bottom: 7px;
  color: var(--timeline-color);
  font-size: 17px;
  line-height: 1.2;
  font-weight: 900;
}

.drupal-augmentation-timeline-card p {
  color: #071333;
  font-size: 14px;
  line-height: 1.4;
}

.drupal-augmentation-governance-box,
.drupal-augmentation-continuity-box {
  overflow: hidden;
  border: 1px solid #dce4ed;
  border-radius: 9px;
  background: #ffffff;
}

.drupal-augmentation-governance-item,
.drupal-augmentation-continuity-item {
  min-height: 86px;
  padding: 14px 20px;
  display: flex;
  align-items: center;
  gap: 17px;
}

.drupal-augmentation-governance-box
  .col-lg-3:not(:last-child)
  .drupal-augmentation-governance-item,
.drupal-augmentation-continuity-box
  .col-lg-4:not(:last-child)
  .drupal-augmentation-continuity-item {
  border-right: 1px solid #dce4ed;
}

.drupal-augmentation-governance-item i,
.drupal-augmentation-continuity-item i {
  width: 50px;
  flex-shrink: 0;
  color: #075be8;
  font-size: 36px;
  text-align: center;
}

.drupal-augmentation-governance-box .col-lg-3:nth-child(2) i {
  color: #0793a5;
}

.drupal-augmentation-governance-box .col-lg-3:nth-child(3) i {
  color: #7138d8;
}

.drupal-augmentation-governance-box .col-lg-3:nth-child(4) i {
  color: #3f922c;
}

.drupal-augmentation-continuity-box .col-lg-4:nth-child(2) i {
  color: #0793a5;
}

.drupal-augmentation-continuity-box .col-lg-4:nth-child(3) i {
  color: #7138d8;
}

.drupal-augmentation-governance-item div,
.drupal-augmentation-continuity-item div {
  min-width: 0;
}

.drupal-augmentation-governance-item h4,
.drupal-augmentation-continuity-item h4 {
  margin-bottom: 3px;
  color: #071333;
  font-size: 17px;
  line-height: 1.3;
  font-weight: 900;
}

.drupal-augmentation-governance-item p,
.drupal-augmentation-continuity-item p {
  color: #071333;
  font-size: 14px;
  line-height: 1.35;
}

.drupal-augmentation-capacity-block {
  margin: 12px 0;
  padding: 16px;
  border-radius: 10px;
  background: linear-gradient(
    90deg,
    rgba(235, 239, 245, 0.95),
    rgba(249, 250, 252, 0.98)
  );
}

.drupal-augmentation-capacity-intro h3 {
  margin-bottom: 5px;
  color: #071333;
  font-size: 22px;
  line-height: 1.2;
  font-weight: 900;
}

.drupal-augmentation-capacity-intro p {
  color: #34405c;
  font-size: 14px;
  line-height: 1.4;
}

.drupal-augmentation-capacity-item {
  min-height: 90px;
  padding: 12px 16px;
  display: flex;
  align-items: center;
  gap: 14px;
  background: rgba(255, 255, 255, 0.76);
}

.drupal-augmentation-capacity-block
  .col-lg-3:not(:last-child)
  .drupal-augmentation-capacity-item {
  border-right: 1px solid #d5dde6;
}

.drupal-augmentation-capacity-item i {
  width: 43px;
  flex-shrink: 0;
  color: #075be8;
  font-size: 31px;
  text-align: center;
}

.drupal-augmentation-capacity-block .col-lg-3:nth-child(2) i {
  color: #0793a5;
}

.drupal-augmentation-capacity-block .col-lg-3:nth-child(3) i {
  color: #7138d8;
}

.drupal-augmentation-capacity-block .col-lg-3:nth-child(4) i {
  color: #3f922c;
}

.drupal-augmentation-capacity-item h4 {
  margin-bottom: 3px;
  color: #071333;
  font-size: 14px;
  line-height: 1.3;
  font-weight: 900;
}

.drupal-augmentation-capacity-item p {
  color: #071333;
  font-size: 12px;
  line-height: 1.35;
}

.drupal-augmentation-capacity-btn {
  min-height: 68px;
  padding: 14px 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
  border-radius: 8px;
  color: #ffffff;
  background: linear-gradient(135deg, #ff7a00, #ff4d00);
  box-shadow: 0 12px 28px rgba(255, 90, 0, 0.23);
  font-size: 16px;
  line-height: 1.3;
  font-weight: 900;
  text-align: center;
  text-decoration: none;
}

.drupal-augmentation-capacity-btn:hover {
  color: #ffffff;
  transform: translateY(-1px);
}

.drupal-augmentation-action {
  margin-top: 12px;
  padding: 20px 28px;
  border-radius: 10px;
  color: #ffffff;
  background:
    radial-gradient(
      circle at top right,
      rgba(0, 91, 255, 0.24),
      transparent 27%
    ),
    linear-gradient(135deg, #020b25 0%, #061d49 55%, #020b25 100%);
  box-shadow: 0 16px 38px rgba(0, 0, 0, 0.16);
}

.drupal-augmentation-action-icon {
  width: 72px;
  min-width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  color: #ffffff;
  font-size: 40px;
}

.drupal-augmentation-action-icon i::after {
  color: #ff5a00;
}

.drupal-augmentation-action-content h3 {
  margin-bottom: 5px;
  color: #ffffff;
  font-size: 26px;
  line-height: 1.2;
  font-weight: 900;
}

.drupal-augmentation-action-content p {
  color: rgba(255, 255, 255, 0.92);
  font-size: 17px;
  line-height: 1.45;
}

.drupal-augmentation-action-primary,
.drupal-augmentation-action-secondary {
  min-height: 52px;
  padding: 12px 20px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  border-radius: 8px;
  color: #ffffff;
  font-size: 16px;
  line-height: 1.25;
  font-weight: 900;
  text-decoration: none;
}

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

.drupal-augmentation-action-secondary {
  border: 1px solid rgba(255, 255, 255, 0.9);
  background: transparent;
}

.drupal-augmentation-action-primary:hover,
.drupal-augmentation-action-secondary:hover {
  color: #ffffff;
  transform: translateY(-1px);
}

/* =========================================================
   Drupal Staff Augmentation Process Responsive
   ========================================================= */

@media (max-width: 1600px) {
  .drupal-augmentation-process-kicker {
    font-size: 14px;
  }
  .drupal-augmentation-flow-item {
    font-size: 15px;
  }
  .drupal-augmentation-action-primary{
    justify-content: center;
  }

  .drupal-augmentation-process-head h2 {
    font-size: 32px;
  }
  .why-hapus-subhead p, .why-hapus-support-head p {
    max-width: 930px;
    margin-right: auto;
    margin-left: auto;
    color: #34405c;
    font-size: 15px;
    line-height: 1.4;
}
  .drupal-augmentation-action-content p {
    color: rgba(255, 255, 255, 0.92);
    font-size: 14px;
    line-height: 1.45;
  }

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

  .drupal-augmentation-step-card h3 {
    font-size: 17px;
  }

  .drupal-augmentation-step-card li {
    font-size: 14px;
  }

  .drupal-augmentation-step-label {
    font-size: 11px;
  }

  .drupal-augmentation-row-title {
    font-size: 15px;
  }

  .drupal-augmentation-flow-item {
    padding: 12px;
    font-size: 13px;
  }

  .drupal-augmentation-timeline-card h4 {
    font-size: 15px;
  }

  .drupal-augmentation-capacity-intro h3,
  .drupal-augmentation-action-content h3 {
    font-size: 22px;
  }

  .drupal-augmentation-capacity-btn,
  .drupal-augmentation-action-primary,
  .drupal-augmentation-action-secondary {
    font-size: 14px;
  }
}

@media (max-width: 1199px) {
  .drupal-augmentation-process-steps::before {
    display: none;
  }

  .drupal-augmentation-flow-items {
    flex-wrap: wrap;
  }

  .drupal-augmentation-flow-item {
    min-width: calc(33.333% - 28px);
  }

  .drupal-augmentation-flow-arrow {
    display: none;
  }

  .drupal-augmentation-row-title {
    margin-bottom: 8px !important;
  }

  .drupal-augmentation-capacity-btn {
    width: 100%;
    min-height: 52px;
  }

  .drupal-augmentation-action {
    text-align: center;
  }

  .drupal-augmentation-action-icon {
    border-right: 0;
  }
}

@media (max-width: 991px) {
  .drupal-augmentation-governance-box
    .col-lg-3:nth-child(2)
    .drupal-augmentation-governance-item {
    border-right: 0;
  }

  .drupal-augmentation-governance-box
    .col-lg-3:nth-child(-n + 2)
    .drupal-augmentation-governance-item {
    border-bottom: 1px solid #dce4ed;
  }

  .drupal-augmentation-continuity-box
    .col-lg-4:not(:last-child)
    .drupal-augmentation-continuity-item {
    border-right: 0;
    border-bottom: 1px solid #dce4ed;
  }

  .drupal-augmentation-capacity-block
    .col-lg-3:nth-child(2)
    .drupal-augmentation-capacity-item {
    border-right: 0;
  }

  .drupal-augmentation-capacity-block
    .col-lg-3:nth-child(-n + 2)
    .drupal-augmentation-capacity-item {
    border-bottom: 1px solid #d5dde6;
  }

  .drupal-augmentation-action-primary,
  .drupal-augmentation-action-secondary {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .drupal-augmentation-process-section {
    padding-top: 36px !important;
    padding-bottom: 36px !important;
  }
  .drupal-augmentation-governance-item p,
  .drupal-augmentation-continuity-item p {
    color: #071333;
    font-size: 13px;
    line-height: 1.35;
  }
  .drupal-augmentation-timeline-card p {
    color: #071333;
    font-size: 13px;
    line-height: 1.4;
  }
  .drupal-augmentation-governance-item h4,
  .drupal-augmentation-continuity-item h4 {
    margin-bottom: 3px;
    color: #071333;
    font-size: 15px;
    line-height: 1.3;
    font-weight: 900;
  }

  .drupal-augmentation-process-kicker {
    font-size: 13px;
  }

  .drupal-augmentation-process-head h2 {
    font-size: 22px;
    line-height: 1.2;
  }

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

  .drupal-augmentation-step-card {
    min-height: 0;
  }

  .drupal-augmentation-step-card h3 {
    font-size: 16px;
  }

  .drupal-augmentation-step-card li {
    font-size: 13px;
  }

  .drupal-augmentation-flow-item {
    min-width: calc(50% - 6px);
    flex: 0 0 calc(50% - 6px);
  }

  .drupal-augmentation-capacity-intro h3,
  .drupal-augmentation-action-content h3 {
    font-size: 18px;
  }

  .drupal-augmentation-action {
    padding: 20px;
  }

  .drupal-augmentation-action-primary,
  .drupal-augmentation-action-secondary,
  .drupal-augmentation-capacity-btn {
    width: 100%;
    min-width: 0;
    padding: 12px 16px;
    white-space: normal;
    overflow-wrap: break-word;
  }
  .drupal-augmentation-flow-arrow {
    display: none !important;
  }
}

@media (max-width: 575.98px) {
  .drupal-augmentation-process-head {
    margin-bottom: 18px;
  }

  .drupal-augmentation-step-top {
    align-items: flex-start !important;
  }

  .drupal-augmentation-step-label {
    font-size: 10px;
  }

  .drupal-augmentation-flow-item {
    min-width: 100%;
    flex-basis: 100%;
  }

  .drupal-augmentation-governance-box
    .col-lg-3
    .drupal-augmentation-governance-item,
  .drupal-augmentation-capacity-block
    .col-lg-3
    .drupal-augmentation-capacity-item {
    border-right: 0 !important;
    border-bottom: 1px solid #dce4ed;
  }

  .drupal-augmentation-governance-box
    .col-lg-3:last-child
    .drupal-augmentation-governance-item,
  .drupal-augmentation-capacity-block
    .col-lg-3:last-child
    .drupal-augmentation-capacity-item {
    border-bottom: 0;
  }

  .drupal-augmentation-governance-item,
  .drupal-augmentation-continuity-item,
  .drupal-augmentation-capacity-item {
    align-items: flex-start;
  }

  .drupal-augmentation-action-primary,
  .drupal-augmentation-action-secondary {
    justify-content: center;
    text-align: center;
  }
}

/* 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;
  }
}

