/* =========================================================
   03. Part-Time Drupal Developer Banner
   ========================================================= */

#drupal-off-canvas-wrapper {
  width: 100vw !important;
  max-width: 100vw !important;
  left: 0 !important;
  right: 0 !important;
}


/*  */
.part-time-drupal-banner {
  padding: 36px 0 24px;
  color: #ffffff;
  background:
    radial-gradient(circle at 76% 38%,
      rgba(51, 0, 255, 0.28),
      transparent 28%),
    radial-gradient(circle at 100% 78%,
      rgba(140, 27, 255, 0.26),
      transparent 23%),
    radial-gradient(circle at 0% 74%,
      rgba(0, 115, 255, 0.22),
      transparent 25%),
    linear-gradient(135deg, #01163d 0%, #002c78 45%, #071151 100%);
}

.part-time-drupal-banner::before,
.part-time-drupal-banner::after {
  position: absolute;
  content: "";
  pointer-events: none;
}

.part-time-drupal-banner::before {
  top: 7%;
  right: -75px;
  width: 245px;
  height: 245px;
  border: 1px solid rgba(61, 117, 255, 0.18);
  border-radius: 50%;
  background:
    repeating-radial-gradient(circle,
      transparent 0 12px,
      rgba(48, 104, 255, 0.08) 13px 14px);
}

.part-time-drupal-banner::after {
  left: -100px;
  bottom: -180px;
  width: 350px;
  height: 350px;
  border-radius: 50%;
  background: rgba(0, 98, 255, 0.25);
  filter: blur(40px);
}

.part-time-drupal-banner-glow {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  filter: blur(50px);
}

.part-time-drupal-banner-glow-one {
  top: 90px;
  left: 32%;
  width: 190px;
  height: 190px;
  background: rgba(0, 110, 255, 0.18);
}

.part-time-drupal-banner-glow-two {
  right: 2%;
  bottom: 9%;
  width: 220px;
  height: 220px;
  background: rgba(115, 30, 255, 0.22);
}

.part-time-drupal-banner-main {
  position: relative;
  z-index: 2;
}

.part-time-drupal-banner-content {
  padding-top: 14px;
}

.part-time-drupal-banner-kicker {
  gap: 14px;
  margin-bottom: 12px;
}

.part-time-drupal-banner-kicker span {
  width: 36px;
  height: 2px;
  background: #08d9f5;
}

.part-time-drupal-banner-kicker p {
  color: #0fd2df;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: 0.025em;
  text-transform: uppercase;
}

.part-time-drupal-banner-title {
  max-width: 620px;
}

.part-time-drupal-banner-title h1 {
  color: #ffffff;
  font-size: 55px;
  line-height: 1.08;
  font-weight: 900;
  letter-spacing: -0.045em;
  overflow-wrap: break-word;
}

.part-time-drupal-banner-description {
  max-width: 600px;
  margin-top: 18px;
  color: rgba(255, 255, 255, 0.94);
  font-size: 18px;
  line-height: 1.55;
}

.part-time-drupal-banner-actions {
  gap: 16px;
  margin-top: 28px;
}

.part-time-drupal-banner-primary-btn,
.part-time-drupal-banner-secondary-btn {
  min-height: 54px;
  padding: 13px 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
  border-radius: 8px;
  font-size: 18px;
  line-height: 1.25;
  font-weight: 700;
  text-decoration: none;
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    background-color 0.25s ease;
}

.part-time-drupal-banner-primary-btn {
  color: #ffffff;
  background: linear-gradient(135deg, #ff7a00, #ff4d00);
  box-shadow: 0 12px 28px rgba(255, 90, 0, 0.25);
}

.part-time-drupal-banner-secondary-btn {
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.86);
  background: rgba(7, 37, 104, 0.36);
}

.part-time-drupal-banner-primary-btn:hover,
.part-time-drupal-banner-secondary-btn:hover {
  color: #ffffff;
  transform: translateY(-2px);
}

.part-time-drupal-banner-secondary-btn:hover {
  background: rgba(255, 255, 255, 0.12);
}

.part-time-drupal-highlights {
  max-width: 650px;
  margin-top: 24px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.13);
}

.part-time-drupal-highlight-item {
  height: 100%;
  padding: 0 18px;
  border-right: 1px solid rgba(255, 255, 255, 0.18);
}

.part-time-drupal-highlights .col-md-4:first-child .part-time-drupal-highlight-item {
  padding-left: 0;
}

.part-time-drupal-highlights .col-md-4:last-child .part-time-drupal-highlight-item {
  padding-right: 0;
  border-right: 0;
}

.part-time-drupal-highlight-head {
  gap: 10px;
  margin-bottom: 10px;
}

.part-time-drupal-highlight-icon {
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #00e3e9;
  border-radius: 50%;
  background: rgba(0, 211, 228, 0.18);
  font-size: 19px;
}

.part-time-drupal-highlight-title {
  min-width: 0;
}

.part-time-drupal-highlight-title h3 {
  margin: 0;
  color: #ffffff;
  font-size: 16px;
  line-height: 1.25;
  font-weight: 700;
}

.part-time-drupal-highlight-title span {
  width: 22px;
  height: 2px;
  display: block;
  margin-top: 7px;
  background: #00d8e8;
}

.part-time-drupal-highlight-item>p {
  padding-left: 44px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 14px;
  line-height: 1.55;
}

.part-time-drupal-profile-area {
  max-width: 365px;
  margin: 0 auto;
}

.part-time-drupal-profile-card {
  min-height: 476px;
  padding: 20px 26px 22px;
  border: 1px solid rgba(255, 255, 255, 0.9);
  border-radius: 16px;
  color: #071333;
  background:
    linear-gradient(145deg,
      rgba(255, 255, 255, 0.98),
      rgba(247, 249, 255, 0.96));
  box-shadow: 0 22px 50px rgba(0, 0, 0, 0.2);
}

.part-time-drupal-profile-card>h2 {
  color: #071333;
  font-size: 21px;
  line-height: 1.25;
  font-weight: 900;
  text-align: center;
}

.part-time-drupal-profile-top {
  gap: 22px;
  margin-top: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #d7dfeb;
}

.part-time-drupal-profile-avatar {
  width: 124px;
  height: 124px;
  padding: 7px;
  overflow: hidden;
  border-radius: 50%;
  background: #e5ebf3;
}

.part-time-drupal-profile-avatar img {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 50%;
  object-fit: cover;
}

.part-time-drupal-profile-availability {
  min-width: 0;
}

.part-time-drupal-profile-availability>span {
  display: inline-block;
  padding: 5px 13px;
  color: #138332;
  border-radius: 20px;
  background: #d9f2de;
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
}

.part-time-drupal-profile-availability strong {
  display: block;
  margin-top: 12px;
  color: #14943b;
  font-size: 23px;
  line-height: 1.1;
  font-weight: 900;
}

.part-time-drupal-profile-availability p {
  margin-top: 5px;
  color: #14943b;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 800;
}

.part-time-drupal-profile-list {
  margin-top: 7px;
}

.part-time-drupal-profile-item {
  min-height: 46px;
  gap: 14px;
  padding: 10px 0;
  border-bottom: 1px solid #dce3ed;
}

.part-time-drupal-profile-item:last-child {
  border-bottom: 0;
}

.part-time-drupal-profile-item-icon {
  width: 26px;
  min-width: 26px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 7px;
  font-size: 18px;
}

.part-time-drupal-profile-item p {
  color: #071333;
  font-size: 15px;
  line-height: 1.3;
  font-weight: 700;
}

.part-time-drupal-profile-item span {
  display: block;
  margin-top: 3px;
  color: #26345d;
  font-size: 14px;
  line-height: 1.25;
}

.part-time-drupal-purple {
  color: #7d42e8;
}

.part-time-drupal-blue {
  color: #096af6;
}

.part-time-drupal-green {
  color: #16a241;
}

.part-time-drupal-navy {
  color: #1254b5;
}

.part-time-drupal-capacity-icon {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #087e34;
  border: 4px solid #2aaa59;
  border-radius: 50%;
}

.part-time-drupal-capacity-icon span {
  margin: 0;
  color: #087e34;
  font-size: 11px;
  line-height: 1;
  font-weight: 900;
}

.part-time-drupal-support-badge {
  position: absolute;
  right: -9px;
  bottom: -52px;
  z-index: 3;
  gap: 12px;
  padding: 13px 26px 13px 18px;
  border-radius: 24px;
  color: #ffffff;
  background: linear-gradient(135deg, #5e1ee9, #7849ee);
  box-shadow: 0 15px 30px rgba(26, 0, 94, 0.28);
}

.part-time-drupal-support-badge-icon {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 3px solid #ffffff;
  border-radius: 50%;
  font-size: 21px;
}

.part-time-drupal-support-badge span {
  font-size: 16px;
  line-height: 1.35;
  font-weight: 800;
}

.part-time-drupal-visual-column {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.part-time-drupal-dark-card {
  overflow: hidden;
  border: 1px solid rgba(58, 111, 218, 0.32);
  border-radius: 16px;
  background:
    linear-gradient(145deg,
      rgba(10, 37, 94, 0.96),
      rgba(18, 28, 88, 0.94));
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.18);
}

.part-time-drupal-expertise-card {
  padding: 15px 16px;
}

.part-time-drupal-dark-card-head {
  gap: 13px;
  margin-bottom: 14px;
}

.part-time-drupal-dark-card-icon {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 9px;
  color: #ffffff;
  background: linear-gradient(145deg, #0d6efd, #1434a4);
  font-size: 19px;
}

.part-time-drupal-dark-card-head h2 {
  color: #ffffff;
  font-size: 17px;
  line-height: 1.25;
  font-weight: 800;
}

.part-time-drupal-expertise-item {
  min-height: 42px;
  padding: 8px 11px;
  display: flex;
  align-items: center;
  gap: 11px;
  color: #ffffff;
  border: 1px solid rgba(155, 183, 241, 0.34);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.045);
}

.part-time-drupal-expertise-item i {
  width: 22px;
  color: #14d4e0;
  font-size: 19px;
  text-align: center;
}

.part-time-drupal-expertise-item span {
  min-width: 0;
  font-size: 14px;
  line-height: 1.25;
  font-weight: 600;
  overflow-wrap: break-word;
}

.part-time-drupal-week-card {
  padding: 14px;
}

.part-time-drupal-week-card .part-time-drupal-dark-card-head {
  margin-bottom: 9px;
}

.part-time-drupal-week-list {
  padding: 10px 13px;
  border-radius: 10px;
  background: #ffffff;
}

.part-time-drupal-week-item {
  min-height: 35px;
  gap: 16px;
  border-bottom: 1px solid #d7deea;
}

.part-time-drupal-week-item:last-child {
  border-bottom: 0;
}

.part-time-drupal-day {
  width: 46px;
  min-width: 46px;
  padding: 5px 4px;
  color: #ffffff;
  border-radius: 8px;
  font-size: 12px;
  line-height: 1;
  font-weight: 800;
  text-align: center;
}

.part-time-drupal-day-mon {
  background: linear-gradient(135deg, #04a3ad, #1b7d8a);
}

.part-time-drupal-day-tue {
  background: linear-gradient(135deg, #9941e9, #6a24d4);
}

.part-time-drupal-day-wed {
  background: linear-gradient(135deg, #176dff, #0649d9);
}

.part-time-drupal-day-thu {
  background: linear-gradient(135deg, #ffb321, #ef8a00);
}

.part-time-drupal-day-fri {
  background: linear-gradient(135deg, #67b84e, #359438);
}

.part-time-drupal-week-item p {
  min-width: 0;
  color: #071333;
  font-size: 14px;
  line-height: 1.25;
  font-weight: 700;
  overflow-wrap: break-word;
}

.part-time-drupal-workflow-wrap {
  position: relative;
  z-index: 2;
  margin-top: -4px;
}

.part-time-drupal-workflow-wrap>.row {
  padding-left: 44%;
}

.part-time-drupal-workflow-line {
  position: absolute;
  top: -70px;
  right: 7%;
  width: 53%;
  height: 80px;
  border-top: 1px dashed rgba(181, 211, 255, 0.9);
  border-left: 1px dashed rgba(181, 211, 255, 0.9);
  border-right: 1px dashed rgba(181, 211, 255, 0.9);
  border-radius: 12px 12px 0 0;
}

.part-time-drupal-tool-card {
  position: relative;
  min-height: 110px;
  height: 100%;
  padding: 13px 8px 11px;
  color: #071333;
  border-radius: 11px;
  background: #ffffff;
  box-shadow: 0 16px 34px rgba(1, 11, 47, 0.18);
  text-align: center;
}

.part-time-drupal-tool-card::before {
  position: absolute;
  top: -8px;
  left: 50%;
  width: 15px;
  height: 15px;
  content: "";
  background: #ffffff;
  transform: translateX(-50%) rotate(45deg);
}

.part-time-drupal-tool-icon {
  min-height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: #176df4;
  font-size: 32px;
}

.part-time-drupal-git-icons {
  color: #111111;
}

.part-time-drupal-git-icons .fa-gitlab {
  color: #fc521f;
}

.part-time-drupal-chat-icons .fa-microsoft {
  color: #6b64dc;
}

.part-time-drupal-chat-icons .fa-slack {
  color: #18b89a;
}

.part-time-drupal-tool-card h3 {
  margin: 6px 0 2px;
  color: #071333;
  font-size: 13px;
  line-height: 1.25;
  font-weight: 800;
}

.part-time-drupal-tool-card p {
  color: #26345d;
  font-size: 12px;
  line-height: 1.25;
}

.part-time-drupal-hours-panel {
  position: relative;
  z-index: 2;
  margin-top: 20px;
  padding: 15px 20px;
  overflow: hidden;
  border: 1px solid rgba(220, 231, 250, 0.9);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.17);
}

.part-time-drupal-hour-option {
  min-height: 102px;
  gap: 18px;
  padding: 0 26px;
  border-right: 1px solid #d9e1ed;
}

.part-time-drupal-hours-panel .col-lg-4:first-child .part-time-drupal-hour-option {
  padding-left: 2px;
}

.part-time-drupal-hours-panel .col-lg-4:last-child .part-time-drupal-hour-option {
  padding-right: 2px;
  border-right: 0;
}

.part-time-drupal-hour-icon {
  width: 82px;
  height: 82px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 39px;
}

.part-time-drupal-hour-icon::after {
  position: absolute;
  content: "";
}

.part-time-drupal-hour-icon-cyan {
  color: #078e9c;
  background: #e1f7f8;
}

.part-time-drupal-hour-icon-purple {
  color: #7842e8;
  background: #eee6ff;
}

.part-time-drupal-hour-icon-orange {
  color: #f05600;
  background: #fff0e6;
}

.part-time-drupal-hour-content {
  min-width: 0;
}

.part-time-drupal-hour-content h3 {
  margin: 0 0 6px;
  color: #0898a7;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 900;
}

.part-time-drupal-hours-panel .col-lg-4:nth-child(2) .part-time-drupal-hour-content h3 {
  color: #7941e8;
}

.part-time-drupal-hours-panel .col-lg-4:nth-child(3) .part-time-drupal-hour-content h3 {
  color: #f14c00;
}

.part-time-drupal-hour-content p {
  color: #071333;
  font-size: 14px;
  line-height: 1.5;
}

.part-time-drupal-benefits {
  position: relative;
  z-index: 2;
  margin-top: 16px;
  overflow: hidden;
  border: 1px solid rgba(31, 101, 210, 0.44);
  border-radius: 16px;
  background:
    linear-gradient(135deg,
      rgba(2, 27, 77, 0.96),
      rgba(7, 22, 73, 0.94));
}

.part-time-drupal-benefit-item {
  height: 100%;
  min-height: 104px;
  gap: 17px;
  padding: 15px 25px;
  border-right: 1px solid rgba(255, 255, 255, 0.28);
}

.part-time-drupal-benefits .col-xl-3:last-child .part-time-drupal-benefit-item {
  border-right: 0;
}

.part-time-drupal-benefit-icon {
  width: 58px;
  height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  border-radius: 50%;
  background: linear-gradient(135deg, #0ebcc7, #087e9b);
  font-size: 28px;
}

.part-time-drupal-benefits .col-xl-3:nth-child(2) .part-time-drupal-benefit-icon {
  background: linear-gradient(135deg, #12a548, #08782f);
}

.part-time-drupal-benefits .col-xl-3:nth-child(3) .part-time-drupal-benefit-icon {
  background: linear-gradient(135deg, #1773db, #0c4b9f);
}

.part-time-drupal-benefits .col-xl-3:nth-child(4) .part-time-drupal-benefit-icon {
  background: linear-gradient(135deg, #15aeb7, #087d91);
}

.part-time-drupal-benefit-item>div:last-child {
  min-width: 0;
}

.part-time-drupal-benefit-item h3 {
  margin: 0 0 5px;
  color: #ffffff;
  font-size: 16px;
  line-height: 1.25;
  font-weight: 800;
}

.part-time-drupal-benefit-item p {
  color: rgba(255, 255, 255, 0.89);
  font-size: 14px;
  line-height: 1.45;
}

.part-time-drupal-banner-bottom-text {
  position: relative;
  z-index: 2;
  margin-top: 17px;
  color: #ffffff;
  font-size: 21px;
  line-height: 1.35;
  font-weight: 700;
}

.part-time-drupal-banner-bottom-text strong {
  color: #3caaff;
  font-weight: 900;
}

/* =========================================================
   Part-Time Drupal Developer Banner Responsive
   ========================================================= */

@media (max-width: 1599.98px) {
  .part-time-drupal-banner {
    padding-top: 32px;
  }

  .part-time-drupal-banner-kicker p {
    font-size: 15px;
  }

  .part-time-drupal-banner-title h1 {
    font-size: 48px;
  }

  .part-time-drupal-banner-description {
    font-size: 17px;
  }

  .part-time-drupal-banner-primary-btn,
  .part-time-drupal-banner-secondary-btn {
    min-height: 50px;
    padding: 12px 15px;
    font-size: 16px;
  }

  .part-time-drupal-highlight-title h3 {
    font-size: 14px;
  }

  .part-time-drupal-highlight-item>p {
    font-size: 13px;
  }

  .part-time-drupal-profile-card {
    min-height: 450px;
    padding: 18px 20px;
  }

  .part-time-drupal-profile-avatar {
    width: 112px;
    height: 112px;
  }

  .part-time-drupal-profile-availability strong {
    font-size: 21px;
  }

  .part-time-drupal-profile-item {
    padding: 8px 0;
  }

  .part-time-drupal-expertise-item span,
  .part-time-drupal-week-item p {
    font-size: 13px;
  }

  .part-time-drupal-workflow-wrap>.row {
    padding-left: 43%;
  }

  .part-time-drupal-hour-option {
    gap: 15px;
    padding: 0 20px;
  }

  .part-time-drupal-hour-icon {
    width: 72px;
    height: 72px;
    font-size: 34px;
  }

  .part-time-drupal-hour-content h3 {
    font-size: 18px;
  }

  .part-time-drupal-benefit-item {
    padding: 14px 20px;
  }

  .part-time-drupal-banner-bottom-text {
    font-size: 19px;
  }
}

@media (max-width: 1600px) {
  .part-time-drupal-banner {
    padding-top: 28px;
  }

  .part-time-drupal-banner-content {
    padding-top: 4px;
  }

  .part-time-drupal-banner-kicker {
    gap: 10px;
  }

  .part-time-drupal-banner-kicker p {
    font-size: 14px;
  }

  .part-time-drupal-banner-title h1 {
    font-size: 40px;
  }

  .part-time-drupal-banner-description {
    max-width: 540px;
    font-size: 15px;
  }

  .part-time-drupal-banner-actions {
    gap: 12px;
    margin-top: 23px;
  }

  .part-time-drupal-banner-primary-btn,
  .part-time-drupal-banner-secondary-btn {
    min-height: 47px;
    padding: 11px 13px;
    gap: 8px;
    font-size: 14px;
  }

  .part-time-drupal-highlights {
    margin-top: 20px;
    padding-top: 18px;
  }

  .part-time-drupal-highlight-item {
    padding: 0 13px;
  }

  .part-time-drupal-highlight-head {
    align-items: flex-start !important;
  }

  .part-time-drupal-highlight-title h3 {
    font-size: 12px;
  }

  .part-time-drupal-highlight-item>p {
    padding-left: 0;
    font-size: 12px;
  }

  .part-time-drupal-profile-card {
    min-height: 430px;
    padding: 17px;
  }

  .part-time-drupal-profile-card>h2 {
    font-size: 18px;
  }

  .part-time-drupal-profile-top {
    gap: 15px;
  }

  .part-time-drupal-profile-avatar {
    width: 96px;
    height: 96px;
  }

  .part-time-drupal-profile-availability>span {
    padding: 4px 10px;
    font-size: 12px;
  }

  .part-time-drupal-profile-availability strong {
    font-size: 19px;
  }

  .part-time-drupal-profile-availability p,
  .part-time-drupal-support-badge span {
    font-size: 14px;
  }

  .part-time-drupal-profile-item p {
    font-size: 13px;
  }

  .part-time-drupal-profile-item span {
    font-size: 12px;
  }

  .part-time-drupal-support-badge {
    right: 0;
    bottom: -48px;
    padding: 11px 18px 11px 14px;
  }

  .part-time-drupal-support-badge-icon {
    width: 34px;
    height: 34px;
    font-size: 17px;
  }

  .part-time-drupal-dark-card-head h2 {
    font-size: 15px;
  }

  .part-time-drupal-expertise-item {
    min-height: 38px;
    padding: 7px 8px;
    gap: 8px;
  }

  .part-time-drupal-expertise-item i {
    font-size: 16px;
  }

  .part-time-drupal-expertise-item span,
  .part-time-drupal-week-item p {
    font-size: 12px;
  }

  .part-time-drupal-week-item {
    gap: 12px;
  }

  .part-time-drupal-workflow-wrap {
    margin-top: 10px;
  }

  .part-time-drupal-workflow-wrap>.row {
    padding-left: 41%;
  }

  .part-time-drupal-workflow-line {
    right: 5%;
    width: 55%;
  }

  .part-time-drupal-tool-card {
    min-height: 100px;
  }

  .part-time-drupal-tool-icon {
    min-height: 32px;
    font-size: 27px;
  }

  .part-time-drupal-tool-card h3 {
    font-size: 11px;
  }

  .part-time-drupal-tool-card p {
    font-size: 10px;
  }

  .part-time-drupal-hour-option {
    min-height: 94px;
    gap: 12px;
    padding: 0 14px;
  }

  .part-time-drupal-hour-icon {
    width: 64px;
    height: 64px;
    font-size: 29px;
  }

  .part-time-drupal-hour-content h3 {
    font-size: 16px;
  }

  .part-time-drupal-hour-content p {
    font-size: 12px;
  }

  .part-time-drupal-benefit-item {
    gap: 13px;
    padding: 13px 15px;
  }

  .part-time-drupal-benefit-icon {
    width: 49px;
    height: 49px;
    font-size: 23px;
  }

  .part-time-drupal-benefit-item h3 {
    font-size: 14px;
  }

  .part-time-drupal-benefit-item p {
    font-size: 12px;
  }

  .part-time-drupal-banner-bottom-text {
    font-size: 17px;
  }
}

@media (max-width: 1199.98px) {
  .part-time-drupal-profile-area {
    max-width: 390px;
  }

  .part-time-drupal-profile-card {
    min-height: auto;
  }

  .part-time-drupal-visual-column {
    max-width: 760px;
    margin: 30px auto 0;
  }

  .part-time-drupal-workflow-wrap {
    margin-top: 70px;
  }

  .part-time-drupal-workflow-wrap>.row {
    padding-left: 0;
  }

  .part-time-drupal-workflow-line {
    display: none;
  }

  .part-time-drupal-benefits .col-xl-3:nth-child(2) .part-time-drupal-benefit-item {
    border-right: 0;
  }

  .part-time-drupal-benefits .col-xl-3:nth-child(-n + 2) .part-time-drupal-benefit-item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
}

@media (max-width: 991.98px) {
  .part-time-drupal-banner {
    padding-top: 32px;
  }

  .part-time-drupal-banner-content {
    max-width: 720px;
    margin: 0 auto;
    text-align: center;
  }

  .part-time-drupal-banner-kicker {
    justify-content: center;
  }

  .part-time-drupal-banner-title {
    max-width: 720px;
  }

  .part-time-drupal-banner-description {
    margin-right: auto;
    margin-left: auto;
  }

  .part-time-drupal-banner-actions {
    justify-content: center;
  }

  .part-time-drupal-highlights {
    max-width: 720px;
    margin-right: auto;
    margin-left: auto;
    text-align: left;
  }

  .part-time-drupal-profile-area {
    margin-top: 10px;
  }

  .part-time-drupal-hour-option {
    padding: 18px 12px;
    border-right: 0;
    border-bottom: 1px solid #d9e1ed;
  }

  .part-time-drupal-hours-panel .col-lg-4:first-child .part-time-drupal-hour-option,
  .part-time-drupal-hours-panel .col-lg-4:last-child .part-time-drupal-hour-option {
    padding: 18px 12px;
  }

  .part-time-drupal-hours-panel .col-lg-4:last-child .part-time-drupal-hour-option {
    border-bottom: 0;
  }

  .part-time-drupal-hour-content h3 {
    font-size: 18px;
  }

  .part-time-drupal-hour-content p {
    font-size: 14px;
  }
}

@media (max-width: 767.98px) {
  .part-time-drupal-banner {
    padding: 26px 0 20px;
  }

  .part-time-drupal-banner-kicker p {
    font-size: 12px;
  }

  .part-time-drupal-banner-kicker span {
    width: 27px;
  }

  .part-time-drupal-banner-title h1 {
    font-size: 32px;
    line-height: 1.12;
  }

  .part-time-drupal-banner-description {
    margin-top: 14px;
    font-size: 15px;
  }

  .part-time-drupal-banner-actions {
    flex-direction: column;
    align-items: stretch !important;
  }

  .part-time-drupal-banner-primary-btn,
  .part-time-drupal-banner-secondary-btn {
    width: 100%;
    min-width: 0;
    padding: 12px 16px;
    font-size: 15px;
    white-space: normal;
    overflow-wrap: break-word;
  }

  .part-time-drupal-highlights {
    padding-top: 4px;
    border-top: 0;
  }

  .part-time-drupal-highlight-item,
  .part-time-drupal-highlights .col-md-4:first-child .part-time-drupal-highlight-item,
  .part-time-drupal-highlights .col-md-4:last-child .part-time-drupal-highlight-item {
    padding: 15px 0;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  }

  .part-time-drupal-highlights .col-md-4:last-child .part-time-drupal-highlight-item {
    border-bottom: 0;
  }

  .part-time-drupal-highlight-head {
    align-items: center !important;
  }

  .part-time-drupal-highlight-title h3 {
    font-size: 14px;
  }

  .part-time-drupal-highlight-item>p {
    padding-left: 44px;
    font-size: 13px;
  }

  .part-time-drupal-profile-card {
    padding: 18px 16px;
  }

  .part-time-drupal-profile-top {
    justify-content: center;
  }

  .part-time-drupal-support-badge {
    position: relative;
    right: auto;
    bottom: auto;
    width: fit-content;
    margin: -14px auto 0;
  }

  .part-time-drupal-visual-column {
    margin-top: 0;
  }

  .part-time-drupal-expertise-card,
  .part-time-drupal-week-card {
    padding: 14px;
  }

  .part-time-drupal-expertise-item span,
  .part-time-drupal-week-item p {
    font-size: 13px;
  }

  .part-time-drupal-workflow-wrap {
    margin-top: 28px;
  }

  .part-time-drupal-tool-card h3 {
    font-size: 13px;
  }

  .part-time-drupal-tool-card p {
    font-size: 12px;
  }

  .part-time-drupal-hours-panel {
    padding: 8px 15px;
  }

  .part-time-drupal-benefit-item {
    min-height: auto;
    padding: 17px;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }

  .part-time-drupal-benefits .col-md-6:last-child .part-time-drupal-benefit-item {
    border-bottom: 0;
  }

  .part-time-drupal-benefit-item h3 {
    font-size: 16px;
  }

  .part-time-drupal-benefit-item p {
    font-size: 14px;
  }

  .part-time-drupal-banner-bottom-text {
    margin-top: 14px;
    font-size: 16px;
  }
}

@media (max-width: 575.98px) {
  .part-time-drupal-banner-title h1 {
    font-size: 29px;
  }

  .part-time-drupal-banner-kicker {
    gap: 8px;
  }

  .part-time-drupal-banner-kicker span {
    width: 18px;
  }

  .part-time-drupal-banner-profile-top {
    gap: 12px;
  }

  .part-time-drupal-profile-avatar {
    width: 88px;
    height: 88px;
  }

  .part-time-drupal-profile-availability strong {
    font-size: 17px;
  }

  .part-time-drupal-profile-item {
    gap: 10px;
  }

  .part-time-drupal-support-badge {
    padding: 10px 15px;
  }

  .part-time-drupal-support-badge span {
    font-size: 13px;
  }

  .part-time-drupal-dark-card-head {
    align-items: flex-start !important;
  }

  .part-time-drupal-dark-card-head h2 {
    font-size: 14px;
  }

  .part-time-drupal-week-list {
    padding: 8px;
  }

  .part-time-drupal-week-item {
    gap: 9px;
  }

  .part-time-drupal-week-item p {
    font-size: 12px;
  }

  .part-time-drupal-day {
    width: 40px;
    min-width: 40px;
    font-size: 11px;
  }

  .part-time-drupal-hour-option {
    align-items: flex-start !important;
  }

  .part-time-drupal-hour-icon {
    width: 54px;
    height: 54px;
    font-size: 25px;
  }

  .part-time-drupal-hour-content h3 {
    font-size: 16px;
  }

  .part-time-drupal-hour-content p {
    font-size: 13px;
  }

  .part-time-drupal-benefit-icon {
    width: 46px;
    height: 46px;
    font-size: 21px;
  }

  .part-time-drupal-banner-bottom-text {
    font-size: 15px;
  }
}

/* =========================================================
   04. Part-Time Drupal Expertise
   ========================================================= */

.part-time-expertise-section {
  background:
    radial-gradient(circle at top left,
      rgba(0, 97, 255, 0.05),
      transparent 24%),
    linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
}

.part-time-expertise-head {
  max-width: 1020px;
  margin: 0 auto;
}

.part-time-expertise-kicker {
  gap: 13px;
  margin-bottom: 12px;
}

.part-time-expertise-kicker span {
  width: 34px;
  height: 2px;
  background: #0d6efd;
}

.part-time-expertise-kicker p {
  color: #075be8;
  font-size: 16px;
  line-height: 1.25;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.part-time-expertise-head h2 {
  margin: 0;
  color: #071333;
  font-size: 44px;
  line-height: 1.15;
  font-weight: 900;
  letter-spacing: -0.04em;
}

.part-time-expertise-head>p {
  max-width: 790px;
  margin: 14px auto 0;
  color: #34405c;
  font-size: 18px;
  line-height: 1.5;
}

.part-time-expertise-cards {
  margin-top: 34px;
}

.part-time-expertise-card {
  --card-color: #0d6efd;
  --card-soft: #eaf2ff;
  --tag-bg: #edf4ff;
  --tag-border: #c8dcff;

  position: relative;
  min-height: 344px;
  height: 100%;
  padding: 20px 22px 18px;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
  border: 1px solid #dbe5f1;
  border-radius: 12px;
  background: #ffffff;
  box-shadow: 0 12px 30px rgba(17, 40, 80, 0.045);
  text-align: center;
}

.part-time-expertise-card::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 4px;
  content: "";
  background: var(--card-color);
}

.part-time-expertise-card-green {
  --card-color: #20a13a;
  --card-soft: #eaf7ed;
  --tag-bg: #eef9ef;
  --tag-border: #c9e8ce;
}

.part-time-expertise-card-purple {
  --card-color: #7239df;
  --card-soft: #f0eaff;
  --tag-bg: #f5f0ff;
  --tag-border: #d9c8ff;
}

.part-time-expertise-card-orange {
  --card-color: #ff5a00;
  --card-soft: #fff0e6;
  --tag-bg: #fff3eb;
  --tag-border: #ffc9aa;
}

.part-time-expertise-card-cyan {
  --card-color: #0795a3;
  --card-soft: #e7f7f8;
  --tag-bg: #eaf9fa;
  --tag-border: #c3e9ec;
}

.part-time-expertise-card-lime {
  --card-color: #38972b;
  --card-soft: #edf8e9;
  --tag-bg: #eef8eb;
  --tag-border: #cae5c3;
}

.part-time-expertise-number {
  position: absolute;
  top: 17px;
  left: 18px;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  border-radius: 50%;
  background: var(--card-color);
  font-size: 14px;
  line-height: 1;
  font-weight: 900;
}

.part-time-expertise-icon {
  width: 78px;
  height: 78px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--card-color);
  border-radius: 50%;
  background: var(--card-soft);
  font-size: 36px;
}

.part-time-expertise-card-content {
  min-width: 0;
  margin-top: 14px;
}

.part-time-expertise-card-content h3 {
  max-width: 260px;
  margin: 0 auto;
  color: #071333;
  font-size: 22px;
  line-height: 1.12;
  font-weight: 900;
  letter-spacing: -0.02em;
}

.part-time-expertise-card-content p {
  max-width: 300px;
  margin: 14px auto 0;
  color: #071333;
  font-size: 16px;
  line-height: 1.48;
}

.part-time-expertise-tags {
  width: 100%;
  gap: 10px;
  margin-top: auto;
  padding-top: 17px;
}

.part-time-expertise-tags span {
  max-width: 100%;
  padding: 4px 11px;
  color: var(--card-color);
  border: 1px solid var(--tag-border);
  border-radius: 5px;
  background: var(--tag-bg);
  font-size: 12px;
  line-height: 1.2;
  font-weight: 700;
  overflow-wrap: break-word;
}

.part-time-task-panel,
.part-time-technology-panel {
  position: relative;
  margin-top: 28px;
  padding: 37px 20px 18px;
  border: 1px solid #dbe5f1;
  border-radius: 13px;
  background: #ffffff;
  box-shadow: 0 12px 30px rgba(17, 40, 80, 0.045);
}

.part-time-panel-title {
  position: absolute;
  top: 0;
  left: 50%;
  gap: 18px;
  padding: 0 20px;
  background: #ffffff;
  transform: translate(-50%, -50%);
  white-space: nowrap;
}

.part-time-panel-title span {
  width: 58px;
  height: 1px;
  background: #0d6efd;
}

.part-time-panel-title h3 {
  margin: 0;
  color: #071333;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 900;
}

.part-time-task-item {
  height: 100%;
  min-height: 188px;
  padding: 5px 20px;
  border-right: 1px solid #dce4ef;
}

.part-time-task-panel .col-lg-3:last-child .part-time-task-item {
  border-right: 0;
}

.part-time-task-top {
  gap: 13px;
}

.part-time-task-icon {
  width: 56px;
  min-width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 26px;
}

.part-time-task-icon-blue {
  color: #0d6efd;
  background: #eaf2ff;
}

.part-time-task-icon-green {
  color: #20a13a;
  background: #eaf7ed;
}

.part-time-task-icon-purple {
  color: #7239df;
  background: #f0eaff;
}

.part-time-task-icon-orange {
  color: #ff5a00;
  background: #fff0e6;
}

.part-time-task-content {
  min-width: 0;
}

.part-time-task-content h4 {
  margin: 2px 0 7px;
  color: #071333;
  font-size: 15px;
  line-height: 1.25;
  font-weight: 900;
}

.part-time-task-content p {
  margin: 0;
  color: #071333;
  font-size: 13px;
  line-height: 1.48;
}

.part-time-task-progress {
  --progress-color: #0d6efd;

  position: relative;
  width: 62px;
  height: 62px;
  margin: 15px auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background:
    radial-gradient(circle closest-side, #ffffff 70%, transparent 72% 100%),
    conic-gradient(var(--progress-color) calc(var(--progress) * 1%),
      #e5e5e5 0);
}

.part-time-task-progress span {
  color: #071333;
  font-size: 14px;
  line-height: 1;
  font-weight: 900;
}

.part-time-task-progress-green {
  --progress-color: #20a13a;
}

.part-time-task-progress-purple {
  --progress-color: #7239df;
}

.part-time-task-progress-orange {
  --progress-color: #ff5a00;
}

.part-time-technology-panel {
  padding-top: 32px;
}

.part-time-technology-item {
  min-height: 92px;
  gap: 15px;
  padding: 5px 20px;
  border-right: 1px solid #dce4ef;
}

.part-time-technology-panel .col-lg-3:last-child .part-time-technology-item {
  border-right: 0;
}

.part-time-technology-icon {
  width: 62px;
  min-width: 62px;
  height: 62px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 31px;
}

.part-time-technology-blue {
  color: #0d6efd;
  background: #eaf2ff;
}

.part-time-technology-green {
  color: #168737;
  background: #eaf7ed;
}

.part-time-technology-green span {
  font-size: 24px;
  font-style: italic;
  font-weight: 900;
}

.part-time-technology-purple {
  color: #7239df;
  background: #f0eaff;
}

.part-time-technology-cyan {
  color: #0795a3;
  background: #e7f7f8;
}

.part-time-technology-content {
  min-width: 0;
}

.part-time-technology-content h4 {
  margin: 0 0 6px;
  color: #071333;
  font-size: 15px;
  line-height: 1.25;
  font-weight: 900;
}

.part-time-technology-content p {
  margin: 0;
  color: #071333;
  font-size: 13px;
  line-height: 1.45;
}

.part-time-backlog-cta {
  margin-top: 22px;
  padding: 18px 28px;
  overflow: hidden;
  border-radius: 13px;
  background:
    radial-gradient(circle at top left,
      rgba(0, 111, 255, 0.25),
      transparent 30%),
    linear-gradient(135deg, #03173f 0%, #063276 52%, #021a4b 100%);
  box-shadow: 0 18px 40px rgba(13, 40, 88, 0.13);
}

.part-time-backlog-image {
  max-width: 245px;
  margin: 0 auto;
}

.part-time-backlog-image img {
  width: 100%;
  max-height: 145px;
  display: block;
  object-fit: contain;
}

.part-time-backlog-content {
  min-width: 0;
  padding: 0 28px;
  border-left: 1px solid rgba(255, 255, 255, 0.32);
  border-right: 1px solid rgba(255, 255, 255, 0.32);
}

.part-time-backlog-content h3 {
  margin: 0;
  color: #ffffff;
  font-size: 26px;
  line-height: 1.13;
  font-weight: 900;
  letter-spacing: -0.025em;
}

.part-time-backlog-content p {
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 16px;
  line-height: 1.45;
}

.part-time-backlog-actions {
  gap: 12px;
  padding-left: 18px;
}

.part-time-backlog-primary-btn,
.part-time-backlog-secondary-btn {
  width: 100%;
  min-height: 52px;
  padding: 12px 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border-radius: 8px;
  color: #ffffff;
  font-size: 16px;
  line-height: 1.25;
  font-weight: 800;
  text-decoration: none;
  text-align: center;
  transition:
    transform 0.25s ease,
    background-color 0.25s ease;
}

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

.part-time-backlog-secondary-btn {
  border: 1px solid rgba(255, 255, 255, 0.85);
  background: rgba(4, 28, 76, 0.52);
}

.part-time-backlog-primary-btn:hover,
.part-time-backlog-secondary-btn:hover {
  color: #ffffff;
  transform: translateY(-2px);
}

.part-time-backlog-secondary-btn:hover {
  background: rgba(255, 255, 255, 0.1);
}

.part-time-capacity-options {
  margin-top: 23px;
}

.part-time-capacity-card {
  min-height: 194px;
  height: 100%;
  padding: 19px 22px;
  border: 1px solid #dbe5f1;
  border-radius: 11px;
  background: #ffffff;
  box-shadow: 0 12px 30px rgba(17, 40, 80, 0.045);
}

.part-time-capacity-head {
  gap: 15px;
}

.part-time-capacity-icon {
  width: 54px;
  min-width: 54px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  border-radius: 50%;
  font-size: 25px;
}

.part-time-capacity-blue {
  background: linear-gradient(135deg, #0d6efd, #075be8);
}

.part-time-capacity-green {
  background: linear-gradient(135deg, #24b244, #168737);
}

.part-time-capacity-purple {
  background: linear-gradient(135deg, #8048e8, #6427cd);
}

.part-time-capacity-orange {
  background: linear-gradient(135deg, #ff7a00, #ff4d00);
}

.part-time-capacity-card h3 {
  margin: 0;
  color: #075be8;
  font-size: 21px;
  line-height: 1.14;
  font-weight: 900;
}

.part-time-capacity-options .col-lg-3:nth-child(2) .part-time-capacity-card h3 {
  color: #168737;
}

.part-time-capacity-options .col-lg-3:nth-child(3) .part-time-capacity-card h3 {
  color: #7239df;
}

.part-time-capacity-options .col-lg-3:nth-child(4) .part-time-capacity-card h3 {
  color: #ff4d00;
}

.part-time-capacity-card>p {
  margin-top: 17px;
  color: #071333;
  font-size: 15px;
  line-height: 1.5;
}

/* =========================================================
   Part-Time Drupal Expertise Responsive
   ========================================================= */

@media (max-width: 1599.98px) {
  .part-time-expertise-head h2 {
    font-size: 38px;
  }

  .part-time-expertise-kicker p {
    font-size: 15px;
  }

  .part-time-expertise-head>p {
    font-size: 17px;
  }

  .part-time-expertise-card {
    min-height: 325px;
    padding: 18px 20px 17px;
  }

  .part-time-expertise-icon {
    width: 70px;
    height: 70px;
    font-size: 32px;
  }

  .part-time-expertise-card-content h3 {
    font-size: 20px;
  }

  .part-time-expertise-card-content p {
    font-size: 15px;
  }

  .part-time-backlog-content h3 {
    font-size: 24px;
  }

  .part-time-backlog-content p,
  .part-time-backlog-primary-btn,
  .part-time-backlog-secondary-btn {
    font-size: 15px;
  }

  .part-time-capacity-card h3 {
    font-size: 20px;
  }
}

@media (max-width: 1600px) {
  .part-time-expertise-head h2 {
    font-size: 32px;
  }

  .part-time-expertise-kicker p {
    font-size: 14px;
  }

  .part-time-expertise-head>p {
    font-size: 15px;
  }

  .part-time-expertise-cards {
    margin-top: 29px;
  }

  .part-time-expertise-card {
    min-height: 308px;
    padding: 17px 17px 15px;
  }

  .part-time-expertise-number {
    top: 14px;
    left: 14px;
    width: 31px;
    height: 31px;
    font-size: 12px;
  }

  .part-time-expertise-icon {
    width: 64px;
    height: 64px;
    font-size: 29px;
  }

  .part-time-expertise-card-content h3 {
    font-size: 17px;
  }

  .part-time-expertise-card-content p {
    font-size: 14px;
  }

  .part-time-expertise-tags {
    gap: 7px;
  }

  .part-time-expertise-tags span {
    padding: 4px 8px;
    font-size: 11px;
  }

  .part-time-task-item,
  .part-time-technology-item {
    padding-right: 14px;
    padding-left: 14px;
  }

  .part-time-task-icon {
    width: 50px;
    min-width: 50px;
    height: 50px;
    font-size: 22px;
  }

  .part-time-task-content h4,
  .part-time-technology-content h4 {
    font-size: 14px;
  }

  .part-time-task-content p,
  .part-time-technology-content p {
    font-size: 12px;
  }

  .part-time-technology-icon {
    width: 54px;
    min-width: 54px;
    height: 54px;
    font-size: 27px;
  }

  .part-time-backlog-cta {
    padding: 17px 22px;
  }

  .part-time-backlog-content {
    padding: 0 20px;
  }

  .part-time-backlog-content h3 {
    font-size: 22px;
  }

  .part-time-backlog-content p,
  .part-time-backlog-primary-btn,
  .part-time-backlog-secondary-btn {
    font-size: 14px;
  }

  .part-time-capacity-card {
    padding: 17px;
  }

  .part-time-capacity-card h3 {
    font-size: 18px;
  }

  .part-time-capacity-card>p {
    font-size: 14px;
  }
}

@media (max-width: 991.98px) {

  .part-time-task-panel,
  .part-time-technology-panel {
    padding-right: 12px;
    padding-left: 12px;
  }

  .part-time-task-item {
    padding: 18px;
    border-right: 0;
    border-bottom: 1px solid #dce4ef;
  }

  .part-time-task-panel .col-sm-6:nth-child(odd) .part-time-task-item {
    border-right: 1px solid #dce4ef;
  }

  .part-time-task-panel .col-sm-6:nth-last-child(-n + 2) .part-time-task-item {
    border-bottom: 0;
  }

  .part-time-technology-item {
    padding: 17px;
    border-right: 0;
    border-bottom: 1px solid #dce4ef;
  }

  .part-time-technology-panel .col-sm-6:nth-child(odd) .part-time-technology-item {
    border-right: 1px solid #dce4ef;
  }

  .part-time-technology-panel .col-sm-6:nth-last-child(-n + 2) .part-time-technology-item {
    border-bottom: 0;
  }

  .part-time-backlog-image {
    max-width: 210px;
  }

  .part-time-backlog-content {
    padding: 0;
    border: 0;
    text-align: center;
  }

  .part-time-backlog-actions {
    max-width: 520px;
    margin: 0 auto;
    padding-left: 0;
  }
}

@media (max-width: 767.98px) {
  .part-time-expertise-section {
    padding-top: 38px !important;
    padding-bottom: 38px !important;
  }

  .part-time-expertise-kicker {
    gap: 9px;
  }

  .part-time-expertise-kicker span {
    width: 26px;
  }

  .part-time-expertise-kicker p {
    font-size: 12px;
  }

  .part-time-expertise-head h2 {
    font-size: 22px;
    line-height: 1.2;
    letter-spacing: -0.025em;
  }

  .part-time-expertise-head>p {
    margin-top: 11px;
    font-size: 16px;
  }

  .part-time-expertise-card {
    min-height: auto;
  }

  .part-time-expertise-card-content h3 {
    font-size: 18px;
  }

  .part-time-expertise-card-content p {
    font-size: 14px;
  }

  .part-time-panel-title {
    gap: 10px;
    padding: 0 10px;
  }

  .part-time-panel-title span {
    width: 28px;
  }

  .part-time-panel-title h3 {
    font-size: 17px;
  }

  .part-time-backlog-content h3 {
    font-size: 18px;
  }

  .part-time-backlog-content p {
    font-size: 14px;
  }

  .part-time-backlog-primary-btn,
  .part-time-backlog-secondary-btn {
    width: 100%;
    min-width: 0;
    padding: 12px 16px;
    font-size: 14px;
    white-space: normal;
    overflow-wrap: break-word;
  }

  .part-time-capacity-card h3 {
    font-size: 18px;
  }

  .part-time-capacity-card>p {
    font-size: 14px;
  }
}

@media (max-width: 575.98px) {
  .part-time-expertise-kicker span {
    width: 17px;
  }

  .part-time-expertise-card {
    padding: 18px 15px 15px;
  }

  .part-time-expertise-number {
    top: 12px;
    left: 12px;
  }

  .part-time-expertise-icon {
    width: 58px;
    height: 58px;
    font-size: 26px;
  }

  .part-time-task-panel,
  .part-time-technology-panel {
    padding-top: 31px;
  }

  .part-time-panel-title {
    width: calc(100% - 24px);
  }

  .part-time-panel-title h3 {
    font-size: 16px;
    white-space: normal;
    text-align: center;
  }

  .part-time-panel-title span {
    width: 20px;
    flex-shrink: 0;
  }

  .part-time-task-panel .col-sm-6 .part-time-task-item,
  .part-time-task-panel .col-sm-6:nth-child(odd) .part-time-task-item {
    border-right: 0;
    border-bottom: 1px solid #dce4ef;
  }

  .part-time-task-panel .col-sm-6:last-child .part-time-task-item {
    border-bottom: 0;
  }

  .part-time-technology-panel .col-sm-6 .part-time-technology-item,
  .part-time-technology-panel .col-sm-6:nth-child(odd) .part-time-technology-item {
    border-right: 0;
    border-bottom: 1px solid #dce4ef;
  }

  .part-time-technology-panel .col-sm-6:last-child .part-time-technology-item {
    border-bottom: 0;
  }

  .part-time-backlog-cta {
    padding: 20px 15px;
  }

  .part-time-capacity-card {
    min-height: auto;
  }
}

/* =========================================================
   05. Part-Time Drupal Support Process
   ========================================================= */

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

.part-time-support-process-head {
  max-width: 1040px;
  margin: 0 auto;
}

.part-time-support-process-kicker {
  color: #075be8;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

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

.part-time-support-process-intro {
  max-width: 790px;
  margin: 14px auto 0;
  color: #34405c;
  font-size: 18px;
  line-height: 1.5;
}

.part-time-support-process-steps {
  margin-top: 34px;
}

.part-time-support-step-card {
  --step-color: #0d6efd;
  --step-soft: #edf4ff;

  position: relative;
  min-height: 338px;
  height: 100%;
  padding: 17px 20px 18px;
  border: 1px solid #dbe5f1;
  border-radius: 12px;
  background: #ffffff;
  box-shadow: 0 12px 30px rgba(17, 40, 80, 0.045);
}

.part-time-support-step-cyan {
  --step-color: #0795a3;
  --step-soft: #e9f8f9;
}

.part-time-support-step-purple {
  --step-color: #7339df;
  --step-soft: #f2edff;
}

.part-time-support-step-green {
  --step-color: #3a9c25;
  --step-soft: #eef8e9;
}

.part-time-support-step-orange {
  --step-color: #ff6500;
  --step-soft: #fff2e9;
}

.part-time-support-step-number {
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  border-radius: 5px;
  background: var(--step-color);
  font-size: 16px;
  line-height: 1;
  font-weight: 900;
}

.part-time-support-step-icon {
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--step-color);
  border-radius: 50%;
  background: var(--step-soft);
  font-size: 32px;
}

.part-time-support-step-card h3 {
  max-width: 170px;
  margin: -17px 0 10px;
  color: #071333;
  font-size: 19px;
  line-height: 1.18;
  font-weight: 900;
  letter-spacing: -0.02em;
}

.part-time-support-step-label {
  display: inline-block;
  padding: 5px 11px;
  color: var(--step-color);
  border-radius: 5px;
  background: var(--step-soft);
  font-size: 12px;
  line-height: 1.2;
  font-weight: 700;
}

.part-time-support-step-list {
  margin: 14px 0 0;
  padding: 0;
  list-style: none;
}

.part-time-support-step-list li {
  position: relative;
  margin-bottom: 10px;
  padding-left: 16px;
  color: #071333;
  font-size: 13px;
  line-height: 1.35;
}

.part-time-support-step-list li:last-child {
  margin-bottom: 0;
}

.part-time-support-step-list li::before {
  position: absolute;
  top: 7px;
  left: 0;
  width: 6px;
  height: 6px;
  content: "";
  border-radius: 50%;
  background: var(--step-color);
}

.part-time-delivery-cycle {
  margin-top: 24px;
  padding: 21px 24px;
  border: 1px solid #dbe5f1;
  border-radius: 12px;
  background: #ffffff;
  box-shadow: 0 12px 30px rgba(17, 40, 80, 0.04);
}

.part-time-delivery-cycle-title {
  color: #071333;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 900;
}

.part-time-delivery-cycle-list {
  gap: 14px;
}

.part-time-delivery-cycle-item {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 14px;
}

.part-time-delivery-cycle-icon,
.part-time-visibility-icon,
.part-time-same-benefit-icon {
  width: 62px;
  min-width: 62px;
  height: 62px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid currentColor;
  border-radius: 50%;
  font-size: 26px;
}

.part-time-cycle-blue {
  color: #0d6efd;
  background: #f3f7ff;
}

.part-time-cycle-cyan {
  color: #0795a3;
  background: #f0fafb;
}

.part-time-cycle-purple {
  color: #7339df;
  background: #f7f3ff;
}

.part-time-cycle-green {
  color: #3a9c25;
  background: #f4faef;
}

.part-time-cycle-orange {
  color: #ff6500;
  background: #fff6ef;
}

.part-time-delivery-cycle-item h4 {
  margin: 0 0 5px;
  color: currentColor;
  font-size: 15px;
  line-height: 1.2;
  font-weight: 900;
}

.part-time-delivery-cycle-item p {
  color: #071333;
  font-size: 12px;
  line-height: 1.4;
}

.part-time-delivery-cycle-arrow {
  width: 25px;
  min-width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #69748c;
  border: 1px solid #cbd4e1;
  border-radius: 50%;
  font-size: 10px;
}

.part-time-capacity-visibility {
  margin-top: 22px;
}

.part-time-capacity-choice-card,
.part-time-visibility-panel {
  height: 100%;
  border: 1px solid #dbe5f1;
  border-radius: 12px;
  background: #ffffff;
  box-shadow: 0 12px 30px rgba(17, 40, 80, 0.04);
}

.part-time-capacity-choice-card {
  min-height: 165px;
  padding: 17px 13px;
  text-align: center;
}

.part-time-capacity-choice-icon {
  width: 58px;
  height: 58px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0d6efd;
  border-radius: 50%;
  background: #eaf2ff;
  font-size: 26px;
}

.part-time-choice-cyan {
  color: #0795a3;
  background: #e9f8f9;
}

.part-time-choice-purple {
  color: #7339df;
  background: #f2edff;
}

.part-time-capacity-choice-card h3 {
  margin: 13px 0 11px;
  color: #071333;
  font-size: 17px;
  line-height: 1.2;
  font-weight: 900;
}

.part-time-capacity-choice-divider {
  position: relative;
  width: 100%;
  height: 1px;
  display: block;
  margin-bottom: 12px;
  background: #dbe3ee;
}

.part-time-capacity-choice-divider::after {
  position: absolute;
  top: -1px;
  left: 50%;
  width: 20px;
  height: 2px;
  content: "";
  background: #7b8597;
  transform: translateX(-50%);
}

.part-time-capacity-choice-card p {
  color: #075be8;
  font-size: 12px;
  line-height: 1.45;
}

.part-time-capacity-choice-card p span {
  margin: 0 4px;
  color: #8490a4;
}

.part-time-capacity-choice-description {
  color: #071333 !important;
}

.part-time-visibility-panel {
  padding: 0 8px;
}

.part-time-visibility-item {
  min-height: 165px;
  height: 100%;
  padding: 14px 12px;
  border-right: 1px solid #dce4ef;
  text-align: center;
}

.part-time-visibility-panel .col-sm-3:last-child .part-time-visibility-item {
  border-right: 0;
}

.part-time-visibility-icon {
  width: 52px;
  min-width: 52px;
  height: 52px;
  margin: 0 auto;
  border: 0;
  font-size: 22px;
}

.part-time-visibility-item h3 {
  margin: 12px 0 8px;
  color: #071333;
  font-size: 14px;
  line-height: 1.25;
  font-weight: 900;
}

.part-time-visibility-item p {
  color: #34405c;
  font-size: 12px;
  line-height: 1.4;
}

.part-time-same-developer-panel {
  margin-top: 23px;
  padding: 20px 28px;
  border: 1px solid #dbe5f1;
  border-radius: 12px;
  background:
    radial-gradient(circle at top left,
      rgba(13, 110, 253, 0.04),
      transparent 28%),
    #ffffff;
  box-shadow: 0 12px 30px rgba(17, 40, 80, 0.04);
}

.part-time-same-developer-content {
  gap: 24px;
}

.part-time-same-developer-main-icon {
  width: 112px;
  height: 112px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #075be8;
  border: 1px solid #d9e5f7;
  border-radius: 50%;
  background: #ffffff;
  font-size: 50px;
}

.part-time-same-developer-content h3 {
  margin: 0;
  color: #071333;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 900;
}

.part-time-same-developer-content p {
  margin: 11px 0 16px;
  color: #34405c;
  font-size: 15px;
  line-height: 1.48;
}

.part-time-same-developer-btn {
  min-height: 46px;
  padding: 11px 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
  color: #ffffff;
  border-radius: 6px;
  background: linear-gradient(135deg, #0d6efd, #075be8);
  box-shadow: 0 10px 24px rgba(13, 110, 253, 0.2);
  font-size: 14px;
  line-height: 1.25;
  font-weight: 800;
  text-decoration: none;
}

.part-time-same-developer-btn:hover {
  color: #ffffff;
}

.part-time-same-developer-benefits .row {
  flex-wrap: nowrap;
}

.part-time-same-benefit-item {
  text-align: center;
}

.part-time-same-benefit-icon {
  width: 62px;
  min-width: 62px;
  height: 62px;
  margin: 0 auto;
  border: 0;
  font-size: 25px;
}

.part-time-same-benefit-item p {
  margin-top: 10px !important;
  color: #071333;
  font-size: 13px;
  line-height: 1.35;
  font-weight: 700;
}

.part-time-support-process-cta {
  margin-top: 23px;
  padding: 22px 28px;
  border-radius: 13px;
  background:
    radial-gradient(circle at top left,
      rgba(0, 111, 255, 0.22),
      transparent 28%),
    linear-gradient(135deg, #02183f 0%, #073673 52%, #021845 100%);
  box-shadow: 0 18px 40px rgba(13, 40, 88, 0.12);
}

.part-time-support-process-cta-icon {
  width: 68px;
  height: 68px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  border: 3px solid rgba(255, 255, 255, 0.82);
  border-radius: 50%;
  font-size: 31px;
}

.part-time-support-process-cta-content h3 {
  margin: 0;
  color: #ffffff;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 900;
}

.part-time-support-process-cta-content p {
  margin-top: 7px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 15px;
  line-height: 1.45;
}

.part-time-support-process-cta-actions {
  gap: 20px;
}

.part-time-support-process-primary-btn,
.part-time-support-process-secondary-btn {
  min-height: 52px;
  padding: 12px 21px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  color: #ffffff;
  border-radius: 7px;
  font-size: 16px;
  line-height: 1.25;
  font-weight: 800;
  text-decoration: none;
  text-align: center;
}

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

.part-time-support-process-secondary-btn {
  border: 1px solid rgba(255, 255, 255, 0.84);
  background: rgba(3, 27, 73, 0.48);
}

.part-time-support-process-primary-btn:hover,
.part-time-support-process-secondary-btn:hover {
  color: #ffffff;
}

/* =========================================================
   Part-Time Drupal Support Process Responsive
   ========================================================= */

@media (max-width: 1599.98px) {
  .part-time-support-process-kicker {
    font-size: 15px;
  }

  .part-time-support-process-head h2 {
    font-size: 38px;
  }

  .part-time-support-process-intro {
    font-size: 17px;
  }

  .part-time-support-step-card {
    min-height: 322px;
    padding: 16px 17px;
  }

  .part-time-support-step-card h3 {
    font-size: 18px;
  }

  .part-time-delivery-cycle {
    padding-right: 20px;
    padding-left: 20px;
  }

  .part-time-delivery-cycle-icon {
    width: 56px;
    min-width: 56px;
    height: 56px;
    font-size: 23px;
  }

  .part-time-same-developer-content h3,
  .part-time-support-process-cta-content h3 {
    font-size: 22px;
  }

  .part-time-support-process-primary-btn,
  .part-time-support-process-secondary-btn {
    font-size: 15px;
  }
}

@media (max-width: 1600px) {
  .part-time-support-process-kicker {
    font-size: 14px;
  }

  .part-time-support-process-head h2 {
    font-size: 32px;
  }

  .part-time-support-process-intro {
    font-size: 15px;
  }

  .part-time-support-step-card {
    min-height: 306px;
    padding: 15px;
  }

  .part-time-support-step-icon {
    width: 55px;
    height: 55px;
    font-size: 27px;
  }

  .part-time-support-step-card h3 {
    max-width: 145px;
    margin-top: -12px;
    font-size: 16px;
  }

  .part-time-support-step-label {
    padding: 4px 8px;
    font-size: 11px;
  }

  .part-time-support-step-list li {
    margin-bottom: 8px;
    font-size: 12px;
  }

  .part-time-delivery-cycle-title {
    font-size: 18px;
  }

  .part-time-delivery-cycle-list {
    gap: 9px;
  }

  .part-time-delivery-cycle-item {
    gap: 9px;
  }

  .part-time-delivery-cycle-icon {
    width: 48px;
    min-width: 48px;
    height: 48px;
    font-size: 20px;
  }

  .part-time-delivery-cycle-item h4 {
    font-size: 13px;
  }

  .part-time-delivery-cycle-item p {
    font-size: 11px;
  }

  .part-time-capacity-choice-card h3 {
    font-size: 15px;
  }

  .part-time-visibility-item h3 {
    font-size: 12px;
  }

  .part-time-visibility-item p {
    font-size: 11px;
  }

  .part-time-same-developer-main-icon {
    width: 94px;
    height: 94px;
    font-size: 42px;
  }

  .part-time-same-developer-content h3,
  .part-time-support-process-cta-content h3 {
    font-size: 20px;
  }

  .part-time-same-developer-content p,
  .part-time-support-process-cta-content p {
    font-size: 14px;
  }

  .part-time-same-benefit-item p {
    font-size: 11px;
  }

  .part-time-support-process-primary-btn,
  .part-time-support-process-secondary-btn {
    padding-right: 16px;
    padding-left: 16px;
    font-size: 14px;
  }
}

@media (max-width: 1199.98px) {
  .part-time-delivery-cycle-title {
    text-align: center;
  }

  .part-time-capacity-visibility>.row {
    row-gap: 20px;
  }

  .part-time-same-developer-content {
    max-width: 760px;
    margin: 0 auto;
  }

  .part-time-same-developer-benefits {
    max-width: 850px;
    margin: 0 auto;
  }

  .part-time-support-process-cta-icon {
    margin: 0 auto;
  }

  .part-time-support-process-cta-content {
    text-align: center;
  }

  .part-time-support-process-cta-actions {
    justify-content: center !important;
  }
}

@media (max-width: 991.98px) {
  .part-time-delivery-cycle-list {
    flex-wrap: wrap;
    justify-content: center !important;
    row-gap: 22px;
  }

  .part-time-delivery-cycle-item {
    width: calc(33.333% - 30px);
  }

  .part-time-delivery-cycle-arrow {
    display: none;
  }

  .part-time-same-developer-benefits .row {
    flex-wrap: wrap;
  }

  .part-time-same-developer-benefits .col {
    flex: 0 0 33.333%;
  }

  .part-time-support-process-cta-actions {
    flex-wrap: wrap;
  }
}

@media (max-width: 767.98px) {
  .part-time-support-process-section {
    padding-top: 38px !important;
    padding-bottom: 38px !important;
  }

  .part-time-support-process-kicker {
    font-size: 12px;
    letter-spacing: 0.1em;
  }

  .part-time-support-process-head h2 {
    margin-top: 10px;
    font-size: 22px;
    line-height: 1.2;
  }

  .part-time-support-process-intro {
    margin-top: 11px;
    font-size: 16px;
  }

  .part-time-support-step-card {
    min-height: auto;
  }

  .part-time-support-step-card h3 {
    font-size: 18px;
  }

  .part-time-delivery-cycle-item {
    width: calc(50% - 12px);
  }

  .part-time-visibility-panel {
    padding: 0 14px;
  }

  .part-time-visibility-item {
    min-height: auto;
    padding: 18px 10px;
    border-right: 0;
    border-bottom: 1px solid #dce4ef;
  }

  .part-time-visibility-panel .col-sm-3:last-child .part-time-visibility-item {
    border-bottom: 0;
  }

  .part-time-same-developer-panel {
    padding: 20px;
  }

  .part-time-same-developer-content {
    flex-direction: column;
    text-align: center;
  }

  .part-time-same-developer-content h3,
  .part-time-support-process-cta-content h3 {
    font-size: 18px;
  }

  .part-time-same-developer-btn,
  .part-time-support-process-primary-btn,
  .part-time-support-process-secondary-btn {
    width: 100%;
    min-width: 0;
    padding: 12px 16px;
    white-space: normal;
    overflow-wrap: break-word;
  }

  .part-time-same-developer-benefits .col {
    flex: 0 0 50%;
  }

  .part-time-support-process-cta {
    padding: 21px 17px;
  }

  .part-time-support-process-cta-actions {
    flex-direction: column;
  }
}

@media (max-width: 575.98px) {
  .part-time-delivery-cycle {
    padding: 18px 14px;
  }

  .part-time-delivery-cycle-item {
    width: 100%;
  }

  .part-time-capacity-choice-card {
    min-height: auto;
  }

  .part-time-same-developer-benefits .col {
    flex: 0 0 100%;
  }

  .part-time-same-developer-main-icon {
    width: 80px;
    height: 80px;
    font-size: 35px;
  }

  .part-time-support-process-cta-icon {
    width: 58px;
    height: 58px;
    font-size: 26px;
  }
}

/* =========================================================
   06. Why Hapus Infotech
   ========================================================= */

.why-hapus-part-time-section {
  background:
    radial-gradient(circle at top,
      rgba(13, 110, 253, 0.05),
      transparent 28%),
    linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
}

.why-hapus-part-time-head {
  max-width: 1080px;
  margin: 0 auto;
}

.why-hapus-part-time-kicker {
  color: #075be8;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.why-hapus-part-time-head h2 {
  margin: 12px 0 0;
  color: #071333;
  font-size: 44px;
  line-height: 1.15;
  font-weight: 900;
  letter-spacing: -0.04em;
}

.why-hapus-part-time-head>p:last-child {
  max-width: 790px;
  margin: 12px auto 0;
  color: #34405c;
  font-size: 18px;
  line-height: 1.5;
}

.why-hapus-part-time-main {
  margin-top: 34px;
}

.why-hapus-part-time-benefits {
  height: 100%;
  gap: 16px;
}

.why-hapus-part-time-benefit {
  --benefit-color: #0d6efd;
  --benefit-soft: #edf4ff;

  position: relative;
  min-height: 118px;
  padding: 17px 22px;
  overflow: hidden;
  border: 1px solid #dbe5f1;
  border-radius: 10px;
  background: #ffffff;
  box-shadow: 0 12px 30px rgba(17, 40, 80, 0.04);
}

.why-hapus-part-time-benefit::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 4px;
  content: "";
  background: var(--benefit-color);
}

.why-hapus-part-time-benefit-cyan {
  --benefit-color: #0795a3;
  --benefit-soft: #eaf8f9;
}

.why-hapus-part-time-benefit-purple {
  --benefit-color: #7339df;
  --benefit-soft: #f2edff;
}

.why-hapus-part-time-benefit-green {
  --benefit-color: #339728;
  --benefit-soft: #edf8e9;
}

.why-hapus-part-time-benefit>div {
  gap: 21px;
}

.why-hapus-part-time-benefit-icon {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--benefit-color);
  border: 1px solid #dce7f4;
  border-radius: 50%;
  background: var(--benefit-soft);
  font-size: 31px;
}

.why-hapus-part-time-benefit-content {
  min-width: 0;
}

.why-hapus-part-time-benefit-content h3 {
  margin: 0 0 7px;
  color: #071333;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 900;
}

.why-hapus-part-time-benefit-content p {
  color: #34405c;
  font-size: 15px;
  line-height: 1.5;
}

.why-hapus-part-time-overhead-card {
  padding: 23px 24px 20px;
  border: 1px solid #dbe5f1;
  border-radius: 11px;
  background: #ffffff;
  box-shadow: 0 12px 30px rgba(17, 40, 80, 0.04);
}

.why-hapus-part-time-overhead-head {
  gap: 15px;
  margin-bottom: 16px;
}

.why-hapus-part-time-overhead-head>div {
  max-width: 520px;
}

.why-hapus-part-time-overhead-head h3 {
  margin: 0;
  color: #071333;
  font-size: 23px;
  line-height: 1.2;
  font-weight: 900;
}

.why-hapus-part-time-overhead-head p {
  margin-top: 9px;
  color: #34405c;
  font-size: 15px;
  line-height: 1.5;
}

.why-hapus-part-time-pill {
  padding: 8px 14px;
  color: #075be8;
  border: 1px solid #bad3ff;
  border-radius: 30px;
  background: #f2f7ff;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 800;
}

.why-hapus-part-time-check-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.why-hapus-part-time-check-list li {
  display: flex;
  align-items: flex-start;
  gap: 11px;
  margin-bottom: 15px;
  color: #071333;
  font-size: 14px;
  line-height: 1.4;
}

.why-hapus-part-time-check-list li:last-child {
  margin-bottom: 0;
}

.why-hapus-part-time-check-list i {
  margin-top: 2px;
  color: #24a63d;
  font-size: 17px;
}

.why-hapus-part-time-diagram {
  position: relative;
  min-height: 335px;
  max-width: 430px;
  margin: 0 auto;
}

.why-hapus-part-time-diagram-center,
.why-hapus-part-time-diagram-node {
  position: absolute;
  z-index: 2;
  text-align: center;
}

.why-hapus-part-time-diagram-center {
  top: 50%;
  left: 50%;
  width: 132px;
  height: 132px;
  padding: 16px 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #075be8;
  border: 2px solid #c9dcff;
  border-radius: 50%;
  background: #f8fbff;
  transform: translate(-50%, -50%);
}

.why-hapus-part-time-center-icon {
  font-size: 36px;
}

.why-hapus-part-time-diagram-center strong {
  margin-top: 6px;
  color: #071333;
  font-size: 13px;
  line-height: 1.15;
}

.why-hapus-part-time-diagram-center span {
  color: #075be8;
  font-size: 11px;
  line-height: 1.2;
}

.why-hapus-part-time-diagram-node {
  width: 100px;
}

.why-hapus-part-time-node-icon {
  width: 58px;
  height: 58px;
  margin: 0 auto 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #075be8;
  border: 1px solid #d7e3f5;
  border-radius: 50%;
  background: #ffffff;
  font-size: 25px;
}

.why-hapus-part-time-diagram-node span {
  display: block;
  color: #071333;
  font-size: 11px;
  line-height: 1.2;
  font-weight: 700;
}

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

.why-hapus-node-left-top {
  top: 72px;
  left: 0;
}

.why-hapus-node-left-bottom {
  bottom: 55px;
  left: 0;
}

.why-hapus-node-right-top {
  top: 72px;
  right: 0;
}

.why-hapus-node-right-bottom {
  right: 0;
  bottom: 55px;
}

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

.why-hapus-part-time-diagram-line {
  position: absolute;
  z-index: 1;
  height: 1px;
  border-top: 1px dashed #8794aa;
  transform-origin: left center;
}

.why-hapus-part-time-diagram-line.line-top {
  top: 77px;
  left: 50%;
  width: 56px;
  transform: rotate(90deg);
}

.why-hapus-part-time-diagram-line.line-left-top {
  top: 128px;
  left: 95px;
  width: 105px;
  transform: rotate(28deg);
}

.why-hapus-part-time-diagram-line.line-left-bottom {
  bottom: 109px;
  left: 95px;
  width: 105px;
  transform: rotate(-28deg);
}

.why-hapus-part-time-diagram-line.line-right-top {
  top: 128px;
  right: 95px;
  width: 105px;
  transform: rotate(152deg);
}

.why-hapus-part-time-diagram-line.line-right-bottom {
  right: 95px;
  bottom: 109px;
  width: 105px;
  transform: rotate(208deg);
}

.why-hapus-part-time-diagram-line.line-bottom {
  bottom: 78px;
  left: 50%;
  width: 56px;
  transform: rotate(90deg);
}

.why-hapus-part-time-metrics {
  margin-top: 16px;
  overflow: hidden;
  border: 1px solid #dbe5f1;
  border-radius: 9px;
}

.why-hapus-part-time-metric {
  min-height: 68px;
  padding: 10px 13px;
  display: flex;
  align-items: center;
  gap: 10px;
  border-right: 1px solid #dbe5f1;
}

.why-hapus-part-time-metrics .col-sm-3:last-child .why-hapus-part-time-metric {
  border-right: 0;
}

.why-hapus-part-time-metric-icon,
.why-hapus-part-time-highlight-icon,
.why-hapus-part-time-standard-icon {
  width: 46px;
  min-width: 46px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 21px;
}

.metric-blue,
.highlight-blue,
.standard-blue {
  color: #0d6efd;
  background: #eaf2ff;
}

.metric-cyan,
.highlight-cyan,
.standard-cyan {
  color: #0795a3;
  background: #e9f8f9;
}

.metric-purple,
.highlight-purple,
.standard-purple {
  color: #7339df;
  background: #f2edff;
}

.metric-green,
.highlight-green,
.standard-green {
  color: #339728;
  background: #edf8e9;
}

.standard-orange {
  color: #ff6500;
  background: #fff2e9;
}

.why-hapus-part-time-metric h4 {
  margin: 0 0 3px;
  color: #075be8;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 900;
}

.why-hapus-part-time-metric p {
  color: #34405c;
  font-size: 10px;
  line-height: 1.3;
}

.why-hapus-part-time-highlights {
  margin-top: 24px;
}

.why-hapus-part-time-highlight {
  min-height: 136px;
  height: 100%;
  padding: 20px 21px;
  display: flex;
  align-items: center;
  gap: 18px;
  border: 1px solid #dbe5f1;
  border-radius: 10px;
  background: #ffffff;
  box-shadow: 0 12px 30px rgba(17, 40, 80, 0.04);
}

.why-hapus-part-time-highlight-icon {
  width: 68px;
  min-width: 68px;
  height: 68px;
  font-size: 31px;
}

.why-hapus-part-time-highlight>div:last-child {
  min-width: 0;
}

.why-hapus-part-time-highlight h3 {
  margin: 0 0 8px;
  color: #071333;
  font-size: 17px;
  line-height: 1.25;
  font-weight: 900;
}

.why-hapus-part-time-highlight p {
  color: #34405c;
  font-size: 14px;
  line-height: 1.5;
}

.why-hapus-part-time-standards {
  margin-top: 24px;
  padding: 25px 27px 22px;
  border: 1px solid #dbe5f1;
  border-radius: 10px;
  background:
    radial-gradient(circle at top,
      rgba(13, 110, 253, 0.04),
      transparent 34%),
    #ffffff;
}

.why-hapus-part-time-standards-head {
  max-width: 760px;
  margin: 0 auto;
}

.why-hapus-part-time-standards-head h3 {
  margin: 0;
  color: #071333;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 900;
}

.why-hapus-part-time-standards-head p {
  margin-top: 9px;
  color: #34405c;
  font-size: 15px;
  line-height: 1.5;
}

.why-hapus-part-time-standards-panel {
  margin-top: 20px;
  overflow: hidden;
  border: 1px solid #dbe5f1;
  border-radius: 9px;
  background: #ffffff;
}

.why-hapus-part-time-standard-item {
  min-height: 105px;
  padding: 16px 20px;
  display: flex;
  align-items: center;
  gap: 15px;
  border-right: 1px solid #dbe5f1;
  border-bottom: 1px solid #dbe5f1;
}

.why-hapus-part-time-standards-panel .col-lg-4:nth-child(3n) .why-hapus-part-time-standard-item {
  border-right: 0;
}

.why-hapus-part-time-standards-panel .col-lg-4:nth-last-child(-n + 3) .why-hapus-part-time-standard-item {
  border-bottom: 0;
}

.why-hapus-part-time-standard-item>div:last-child {
  min-width: 0;
}

.why-hapus-part-time-standard-item h4 {
  margin: 0 0 6px;
  color: #071333;
  font-size: 15px;
  line-height: 1.2;
  font-weight: 900;
}

.why-hapus-part-time-standard-item p {
  color: #34405c;
  font-size: 13px;
  line-height: 1.45;
}

.why-hapus-part-time-capacity-cta {
  margin-top: 24px;
  padding: 22px 27px;
  border-radius: 11px;
  background:
    radial-gradient(circle at top left,
      rgba(0, 111, 255, 0.22),
      transparent 30%),
    linear-gradient(135deg, #02183f 0%, #063574 52%, #021744 100%);
  box-shadow: 0 18px 40px rgba(13, 40, 88, 0.13);
}

.why-hapus-part-time-capacity-icon {
  width: 76px;
  height: 76px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  border: 3px solid rgba(255, 255, 255, 0.84);
  border-radius: 50%;
  font-size: 34px;
}

.why-hapus-part-time-capacity-content {
  min-width: 0;
}

.why-hapus-part-time-capacity-content h3 {
  margin: 0;
  color: #ffffff;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 900;
}

.why-hapus-part-time-capacity-content>p {
  margin: 6px 0 10px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 14px;
  line-height: 1.45;
}

.why-hapus-part-time-capacity-tags {
  gap: 7px;
}

.why-hapus-part-time-capacity-tags span {
  padding: 4px 9px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.04);
  font-size: 11px;
  line-height: 1.2;
}

.why-hapus-part-time-capacity-tags i {
  color: #1491ff;
}

.why-hapus-part-time-capacity-actions {
  gap: 12px;
  padding-left: 18px;
}

.why-hapus-part-time-primary-btn,
.why-hapus-part-time-secondary-btn,
.why-hapus-part-time-weekly-primary,
.why-hapus-part-time-weekly-secondary {
  min-height: 52px;
  padding: 12px 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
  border-radius: 7px;
  font-size: 16px;
  line-height: 1.25;
  font-weight: 800;
  text-decoration: none;
  text-align: center;
}

.why-hapus-part-time-primary-btn,
.why-hapus-part-time-weekly-primary {
  color: #ffffff;
  background: linear-gradient(135deg, #ff7a00, #ff4d00);
  box-shadow: 0 12px 28px rgba(255, 90, 0, 0.25);
}

.why-hapus-part-time-secondary-btn {
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.86);
  background: rgba(3, 27, 73, 0.48);
}

.why-hapus-part-time-primary-btn:hover,
.why-hapus-part-time-secondary-btn:hover,
.why-hapus-part-time-weekly-primary:hover {
  color: #ffffff;
}

.why-hapus-part-time-weekly-cta {
  margin-top: 17px;
  padding: 18px 25px;
  border: 1px solid #dbe5f1;
  border-radius: 10px;
  background: #ffffff;
  box-shadow: 0 12px 30px rgba(17, 40, 80, 0.04);
}

.why-hapus-part-time-weekly-icon {
  width: 74px;
  height: 74px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #075be8;
  border: 1px solid #cfe0fa;
  border-radius: 50%;
  background: #f6f9ff;
  font-size: 33px;
}

.why-hapus-part-time-weekly-content h3 {
  margin: 0;
  color: #071333;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 900;
}

.why-hapus-part-time-weekly-content p {
  margin-top: 8px;
  color: #34405c;
  font-size: 14px;
  line-height: 1.45;
}

.why-hapus-part-time-weekly-actions {
  gap: 15px;
}

.why-hapus-part-time-weekly-secondary {
  color: #071333;
  border: 1px solid #244f9e;
  background: #ffffff;
}

.why-hapus-part-time-weekly-secondary:hover {
  color: #075be8;
}

/* =========================================================
   Why Hapus Infotech Responsive
   ========================================================= */

@media (max-width: 1599.98px) {
  .why-hapus-part-time-kicker {
    font-size: 15px;
  }

  .why-hapus-part-time-head h2 {
    font-size: 38px;
  }

  .why-hapus-part-time-head>p:last-child {
    font-size: 17px;
  }

  .why-hapus-part-time-benefit {
    min-height: 110px;
    padding: 15px 18px;
  }

  .why-hapus-part-time-benefit-icon {
    width: 64px;
    height: 64px;
    font-size: 28px;
  }

  .why-hapus-part-time-benefit-content h3 {
    font-size: 19px;
  }

  .why-hapus-part-time-benefit-content p {
    font-size: 14px;
  }

  .why-hapus-part-time-overhead-head h3 {
    font-size: 21px;
  }

  .why-hapus-part-time-highlight {
    padding: 18px;
  }

  .why-hapus-part-time-highlight-icon {
    width: 62px;
    min-width: 62px;
    height: 62px;
    font-size: 28px;
  }

  .why-hapus-part-time-standards-head h3,
  .why-hapus-part-time-capacity-content h3,
  .why-hapus-part-time-weekly-content h3 {
    font-size: 22px;
  }

  .why-hapus-part-time-primary-btn,
  .why-hapus-part-time-secondary-btn,
  .why-hapus-part-time-weekly-primary,
  .why-hapus-part-time-weekly-secondary {
    font-size: 15px;
  }
}

@media (max-width: 1600px) {
  .why-hapus-part-time-kicker {
    font-size: 14px;
  }

  .why-hapus-part-time-head h2 {
    font-size: 32px;
  }

  .why-hapus-part-time-head>p:last-child {
    font-size: 15px;
  }

  .why-hapus-part-time-benefits {
    gap: 13px;
  }

  .why-hapus-part-time-benefit {
    min-height: 102px;
    padding: 14px 16px;
  }

  .why-hapus-part-time-benefit>div {
    gap: 15px;
  }

  .why-hapus-part-time-benefit-icon {
    width: 56px;
    height: 56px;
    font-size: 24px;
  }

  .why-hapus-part-time-benefit-content h3 {
    font-size: 17px;
  }

  .why-hapus-part-time-benefit-content p {
    font-size: 13px;
  }

  .why-hapus-part-time-overhead-card {
    padding: 20px;
  }

  .why-hapus-part-time-overhead-head h3 {
    font-size: 19px;
  }

  .why-hapus-part-time-overhead-head p,
  .why-hapus-part-time-check-list li {
    font-size: 13px;
  }

  .why-hapus-part-time-diagram {
    transform: scale(0.92);
    transform-origin: center;
  }

  .why-hapus-part-time-highlight {
    min-height: 126px;
    gap: 14px;
    padding: 15px;
  }

  .why-hapus-part-time-highlight-icon {
    width: 55px;
    min-width: 55px;
    height: 55px;
    font-size: 25px;
  }

  .why-hapus-part-time-highlight h3 {
    font-size: 15px;
  }

  .why-hapus-part-time-highlight p {
    font-size: 13px;
  }

  .why-hapus-part-time-standards {
    padding: 22px;
  }

  .why-hapus-part-time-standards-head h3,
  .why-hapus-part-time-capacity-content h3,
  .why-hapus-part-time-weekly-content h3 {
    font-size: 20px;
  }

  .why-hapus-part-time-standard-item {
    padding: 14px 16px;
  }

  .why-hapus-part-time-primary-btn,
  .why-hapus-part-time-secondary-btn,
  .why-hapus-part-time-weekly-primary,
  .why-hapus-part-time-weekly-secondary {
    padding-right: 15px;
    padding-left: 15px;
    font-size: 14px;
  }
}

@media (max-width: 1199.98px) {
  .why-hapus-part-time-benefits {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .why-hapus-part-time-overhead-card {
    margin-top: 2px;
  }

  .why-hapus-part-time-capacity-icon,
  .why-hapus-part-time-weekly-icon {
    margin: 0 auto;
  }

  .why-hapus-part-time-capacity-content,
  .why-hapus-part-time-weekly-content {
    text-align: center;
  }

  .why-hapus-part-time-capacity-tags {
    justify-content: center;
  }

  .why-hapus-part-time-capacity-actions {
    max-width: 600px;
    margin: 0 auto;
    padding-left: 0;
  }
}

@media (max-width: 991.98px) {
  .why-hapus-part-time-benefits {
    grid-template-columns: 1fr;
  }

  .why-hapus-part-time-overhead-head {
    flex-direction: column;
  }

  .why-hapus-part-time-diagram {
    margin-top: 12px;
  }

  .why-hapus-part-time-metric {
    border-bottom: 1px solid #dbe5f1;
  }

  .why-hapus-part-time-metrics .col-sm-3:nth-child(2) .why-hapus-part-time-metric {
    border-right: 0;
  }

  .why-hapus-part-time-metrics .col-sm-3:nth-last-child(-n + 2) .why-hapus-part-time-metric {
    border-bottom: 0;
  }

  .why-hapus-part-time-standards-panel .col-md-6 .why-hapus-part-time-standard-item {
    border-right: 0;
    border-bottom: 1px solid #dbe5f1;
  }

  .why-hapus-part-time-standards-panel .col-md-6:nth-child(odd) .why-hapus-part-time-standard-item {
    border-right: 1px solid #dbe5f1;
  }

  .why-hapus-part-time-standards-panel .col-md-6:nth-last-child(-n + 2) .why-hapus-part-time-standard-item {
    border-bottom: 0;
  }

  .why-hapus-part-time-weekly-actions {
    justify-content: center !important;
    flex-wrap: wrap;
  }
}

@media (max-width: 767.98px) {
  .why-hapus-part-time-section {
    padding-top: 38px !important;
    padding-bottom: 38px !important;
  }

  .why-hapus-part-time-kicker {
    font-size: 12px;
    letter-spacing: 0.1em;
  }

  .why-hapus-part-time-head h2 {
    margin-top: 10px;
    font-size: 22px;
    line-height: 1.2;
  }

  .why-hapus-part-time-head>p:last-child {
    margin-top: 10px;
    font-size: 16px;
  }

  .why-hapus-part-time-benefit {
    min-height: auto;
  }

  .why-hapus-part-time-benefit-content h3 {
    font-size: 18px;
  }

  .why-hapus-part-time-benefit-content p {
    font-size: 14px;
  }

  .why-hapus-part-time-overhead-head h3 {
    font-size: 18px;
  }

  .why-hapus-part-time-overhead-head p {
    font-size: 14px;
  }

  .why-hapus-part-time-diagram {
    min-height: 320px;
    transform: scale(0.86);
  }

  .why-hapus-part-time-highlight {
    min-height: auto;
  }

  .why-hapus-part-time-highlight h3 {
    font-size: 17px;
  }

  .why-hapus-part-time-highlight p {
    font-size: 14px;
  }

  .why-hapus-part-time-standards-head h3,
  .why-hapus-part-time-capacity-content h3,
  .why-hapus-part-time-weekly-content h3 {
    font-size: 18px;
  }

  .why-hapus-part-time-standards-head p,
  .why-hapus-part-time-capacity-content>p,
  .why-hapus-part-time-weekly-content p {
    font-size: 14px;
  }

  .why-hapus-part-time-primary-btn,
  .why-hapus-part-time-secondary-btn,
  .why-hapus-part-time-weekly-primary,
  .why-hapus-part-time-weekly-secondary {
    width: 100%;
    min-width: 0;
    padding: 12px 16px;
    white-space: normal;
    overflow-wrap: break-word;
  }

  .why-hapus-part-time-weekly-actions {
    flex-direction: column;
  }
}

@media (max-width: 575.98px) {
  .why-hapus-part-time-benefit {
    padding: 16px 14px;
  }

  .why-hapus-part-time-benefit>div,
  .why-hapus-part-time-highlight,
  .why-hapus-part-time-standard-item {
    align-items: flex-start !important;
  }

  .why-hapus-part-time-benefit-icon {
    width: 48px;
    height: 48px;
    font-size: 21px;
  }

  .why-hapus-part-time-overhead-card {
    padding: 17px 14px;
  }

  .why-hapus-part-time-diagram {
    width: 420px;
    margin-left: 50%;
    transform: translateX(-50%) scale(0.7);
    transform-origin: center;
  }

  .why-hapus-part-time-metric {
    border-right: 0;
    border-bottom: 1px solid #dbe5f1 !important;
  }

  .why-hapus-part-time-metrics .col-sm-3:last-child .why-hapus-part-time-metric {
    border-bottom: 0 !important;
  }

  .why-hapus-part-time-highlight-icon {
    width: 50px;
    min-width: 50px;
    height: 50px;
    font-size: 23px;
  }

  .why-hapus-part-time-standards {
    padding: 20px 14px;
  }

  .why-hapus-part-time-standards-panel .col-md-6 .why-hapus-part-time-standard-item,
  .why-hapus-part-time-standards-panel .col-md-6:nth-child(odd) .why-hapus-part-time-standard-item {
    border-right: 0;
    border-bottom: 1px solid #dbe5f1;
  }

  .why-hapus-part-time-standards-panel .col-md-6:last-child .why-hapus-part-time-standard-item {
    border-bottom: 0;
  }

  .why-hapus-part-time-capacity-cta,
  .why-hapus-part-time-weekly-cta {
    padding: 20px 15px;
  }

  .why-hapus-part-time-capacity-icon,
  .why-hapus-part-time-weekly-icon {
    width: 62px;
    height: 62px;
    font-size: 28px;
  }
}

/* =========================================================
   07. Part-Time Drupal Engagement
   ========================================================= */

.part-time-engagement-section {
  padding-top: 34px;
  color: #ffffff;
  background:
    radial-gradient(circle at 18% 25%,
      rgba(0, 97, 255, 0.2),
      transparent 28%),
    radial-gradient(circle at 78% 30%,
      rgba(0, 83, 214, 0.17),
      transparent 30%),
    linear-gradient(135deg, #020617 0%, #071a3d 48%, #020b25 100%);
}

.part-time-engagement-section::before,
.part-time-engagement-section::after {
  position: absolute;
  content: "";
  pointer-events: none;
}

.part-time-engagement-section::before {
  left: -40px;
  bottom: 255px;
  width: 250px;
  height: 110px;
  opacity: 0.28;
  background-image: radial-gradient(circle,
      rgba(0, 111, 255, 0.9) 1px,
      transparent 1.5px);
  background-size: 15px 15px;
}

.part-time-engagement-section::after {
  top: 180px;
  left: 39%;
  width: 190px;
  height: 245px;
  opacity: 0.16;
  background:
    radial-gradient(circle at 50% 32%,
      transparent 0 26%,
      #0d6efd 27% 55%,
      transparent 56%);
  clip-path: polygon(50% 0, 88% 42%, 82% 72%, 50% 100%, 18% 72%, 12% 42%);
}

.part-time-engagement-content {
  max-width: 690px;
  padding-top: 10px;
}

.part-time-engagement-kicker {
  gap: 13px;
  margin-bottom: 17px;
}

.part-time-engagement-kicker span {
  width: 39px;
  height: 2px;
  background: #ff6500;
}

.part-time-engagement-kicker span:last-child {
  width: 8px;
}

.part-time-engagement-kicker p {
  color: #ff6500;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 900;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.part-time-engagement-content>h2 {
  max-width: 690px;
  margin: 0;
  color: #ffffff;
  font-size: 44px;
  line-height: 1.12;
  font-weight: 900;
  letter-spacing: -0.04em;
}

.part-time-engagement-intro {
  max-width: 655px;
  margin-top: 18px;
  color: rgba(255, 255, 255, 0.92);
  font-size: 18px;
  line-height: 1.55;
}

.part-time-engagement-benefits {
  margin-top: 27px;
}

.part-time-engagement-benefit {
  gap: 20px;
  padding: 14px 0 20px;
  border-bottom: 1px dotted rgba(255, 255, 255, 0.32);
}

.part-time-engagement-benefit:last-child {
  border-bottom: 0;
}

.part-time-engagement-benefit-icon {
  width: 76px;
  min-width: 76px;
  height: 76px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 33px;
}

.part-time-engagement-blue {
  color: #ffffff;
  background: linear-gradient(135deg, #274bf6, #1426a5);
}

.part-time-engagement-cyan {
  color: #ffffff;
  background: linear-gradient(135deg, #078cbb, #07517e);
}

.part-time-engagement-purple {
  color: #ffffff;
  background: linear-gradient(135deg, #6945e9, #2f2eac);
}

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

.part-time-engagement-benefit-content h3 {
  margin: 0 0 5px;
  color: #ffffff;
  font-size: 22px;
  line-height: 1.2;
  font-weight: 900;
}

.part-time-engagement-benefit-content p {
  max-width: 560px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 16px;
  line-height: 1.5;
}

.part-time-engagement-actions {
  gap: 18px;
  margin-top: 20px;
}

.part-time-engagement-primary-btn,
.part-time-engagement-secondary-btn {
  min-height: 58px;
  padding: 14px 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border-radius: 7px;
  color: #ffffff;
  font-size: 16px;
  line-height: 1.25;
  font-weight: 800;
  text-decoration: none;
  text-align: center;
  transition:
    transform 0.25s ease,
    background-color 0.25s ease;
}

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

.part-time-engagement-secondary-btn {
  border: 1px solid rgba(255, 255, 255, 0.88);
  background: rgba(2, 20, 58, 0.55);
}

.part-time-engagement-primary-btn:hover,
.part-time-engagement-secondary-btn:hover {
  color: #ffffff;
  transform: translateY(-2px);
}

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

.part-time-engagement-urgent-link {
  width: fit-content;
  margin-top: 22px;
  display: flex;
  align-items: center;
  gap: 8px;
  color: #ffffff;
  font-size: 15px;
  line-height: 1.4;
  text-decoration: none;
}

.part-time-engagement-urgent-link>i:first-child,
.part-time-engagement-urgent-link strong,
.part-time-engagement-urgent-link>i:last-child {
  color: #ff6500;
}

.part-time-engagement-urgent-link strong {
  font-weight: 900;
}

.part-time-engagement-form-card {
  padding: 18px 27px 20px;
  border: 1px solid rgba(255, 255, 255, 0.86);
  border-radius: 16px;
  color: #071333;
  background:
    linear-gradient(145deg,
      rgba(255, 255, 255, 0.99),
      rgba(249, 251, 255, 0.98));
  box-shadow: 0 24px 56px rgba(0, 0, 0, 0.26);
}

.part-time-engagement-form-head {
  gap: 13px;
  padding-bottom: 13px;
  border-bottom: 1px solid #cfd9e7;
}

.part-time-engagement-form-head-icon {
  width: 37px;
  height: 37px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0d6efd;
  border-radius: 50%;
  background: #edf4ff;
  font-size: 19px;
}

.part-time-engagement-form-head h3 {
  margin: 0;
  color: #071333;
  font-size: 23px;
  line-height: 1.2;
  font-weight: 900;
}

.part-time-engagement-form {
  margin-top: 17px;
}

.part-time-engagement-form label {
  margin-bottom: 6px;
  color: #071333;
  font-size: 13px;
  line-height: 1.3;
  font-weight: 800;
}

.part-time-engagement-form label span {
  color: #ef1b1b;
}

.part-time-engagement-form .form-control,
.part-time-engagement-form .form-select {
  min-height: 39px;
  padding: 8px 12px;
  color: #34405c;
  border: 1px solid #bac9dc;
  border-radius: 5px;
  background-color: #ffffff;
  box-shadow: none;
  font-size: 13px;
  line-height: 1.3;
}

.part-time-engagement-form textarea.form-control {
  min-height: 66px;
  resize: vertical;
}

.part-time-engagement-form .form-control::placeholder {
  color: #687792;
  opacity: 1;
}

.part-time-engagement-form .form-control:focus,
.part-time-engagement-form .form-select:focus {
  border-color: #0d6efd;
  box-shadow: 0 0 0 3px rgba(13, 110, 253, 0.1);
}

.part-time-engagement-submit-btn {
  width: 100%;
  min-height: 53px;
  padding: 12px 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
  border: 0;
  border-radius: 6px;
  color: #ffffff;
  background: linear-gradient(135deg, #ff7a00, #ff4d00);
  box-shadow: 0 12px 28px rgba(255, 90, 0, 0.2);
  font-size: 17px;
  line-height: 1.25;
  font-weight: 900;
}

.part-time-engagement-form-note {
  gap: 14px;
  max-width: 620px;
  margin: 14px auto 0;
  color: #34405c;
  text-align: center;
}

.part-time-engagement-form-note i {
  margin-top: 3px;
  color: #27a443;
  font-size: 15px;
}

.part-time-engagement-form-note p {
  font-size: 13px;
  line-height: 1.45;
}

.part-time-engagement-highlights {
  position: relative;
  z-index: 2;
  margin-top: 24px;
  padding: 20px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.21);
  border-bottom: 1px solid rgba(255, 255, 255, 0.21);
  background: rgba(0, 18, 55, 0.34);
}

.part-time-engagement-highlight {
  min-height: 94px;
  height: 100%;
  gap: 17px;
  padding: 4px 24px;
  border-right: 1px solid rgba(255, 255, 255, 0.28);
}

.part-time-engagement-highlights .col-xl-3:last-child .part-time-engagement-highlight {
  border-right: 0;
}

.part-time-engagement-highlight-icon {
  width: 67px;
  min-width: 67px;
  height: 67px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #ffffff;
  font-size: 30px;
}

.engagement-highlight-green {
  background: linear-gradient(135deg, #52b84f, #238332);
}

.engagement-highlight-cyan {
  background: linear-gradient(135deg, #19aeb9, #08788e);
}

.engagement-highlight-blue {
  background: linear-gradient(135deg, #3165e6, #1745ad);
}

.engagement-highlight-purple {
  background: linear-gradient(135deg, #734ee5, #4225a3);
}

.part-time-engagement-highlight>div:last-child {
  min-width: 0;
}

.part-time-engagement-highlight h3 {
  margin: 0 0 6px;
  color: #ffffff;
  font-size: 17px;
  line-height: 1.25;
  font-weight: 900;
}

.part-time-engagement-highlight p {
  color: rgba(255, 255, 255, 0.9);
  font-size: 14px;
  line-height: 1.45;
}

.part-time-engagement-bottom-message {
  padding: 27px 0;
}

.part-time-engagement-bottom-message p {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  color: #ffffff;
  font-size: 21px;
  line-height: 1.35;
  font-weight: 800;
}

.part-time-engagement-bottom-message i {
  margin-right: 14px;
  color: #63c95d;
  font-size: 30px;
}

.part-time-engagement-bottom-message strong {
  color: #63c95d;
  font-weight: 900;
}

/* =========================================================
   Part-Time Drupal Engagement Responsive
   ========================================================= */

@media (max-width: 1599.98px) {
  .part-time-engagement-kicker p {
    font-size: 15px;
  }

  .part-time-engagement-content>h2 {
    font-size: 38px;
  }

  .part-time-engagement-intro {
    font-size: 17px;
  }

  .part-time-engagement-benefit-icon {
    width: 68px;
    min-width: 68px;
    height: 68px;
    font-size: 29px;
  }

  .part-time-engagement-benefit-content h3 {
    font-size: 20px;
  }

  .part-time-engagement-benefit-content p {
    font-size: 15px;
  }

  .part-time-engagement-form-card {
    padding-right: 23px;
    padding-left: 23px;
  }

  .part-time-engagement-form-head h3 {
    font-size: 21px;
  }

  .part-time-engagement-primary-btn,
  .part-time-engagement-secondary-btn {
    min-height: 54px;
    padding-right: 19px;
    padding-left: 19px;
    font-size: 15px;
  }

  .part-time-engagement-highlight {
    padding-right: 20px;
    padding-left: 20px;
  }

  .part-time-engagement-bottom-message p {
    font-size: 19px;
  }
}

@media (max-width: 1600px) {
  .part-time-engagement-section {
    padding-top: 30px;
  }

  .part-time-engagement-kicker p {
    font-size: 14px;
  }

  .part-time-engagement-content>h2 {
    font-size: 32px;
  }

  .part-time-engagement-intro {
    font-size: 15px;
  }

  .part-time-engagement-benefits {
    margin-top: 20px;
  }

  .part-time-engagement-benefit {
    gap: 15px;
    padding-bottom: 16px;
  }

  .part-time-engagement-benefit-icon {
    width: 58px;
    min-width: 58px;
    height: 58px;
    font-size: 25px;
  }

  .part-time-engagement-benefit-content h3 {
    font-size: 18px;
  }

  .part-time-engagement-benefit-content p {
    font-size: 14px;
  }

  .part-time-engagement-primary-btn,
  .part-time-engagement-secondary-btn {
    min-height: 50px;
    padding: 11px 15px;
    font-size: 14px;
  }

  .part-time-engagement-urgent-link {
    font-size: 14px;
  }

  .part-time-engagement-form-card {
    padding: 17px 20px;
  }

  .part-time-engagement-form-head h3 {
    font-size: 19px;
  }

  .part-time-engagement-form label,
  .part-time-engagement-form .form-control,
  .part-time-engagement-form .form-select {
    font-size: 12px;
  }

  .part-time-engagement-submit-btn {
    min-height: 49px;
    font-size: 15px;
  }

  .part-time-engagement-highlight {
    gap: 13px;
    padding-right: 15px;
    padding-left: 15px;
  }

  .part-time-engagement-highlight-icon {
    width: 56px;
    min-width: 56px;
    height: 56px;
    font-size: 25px;
  }

  .part-time-engagement-highlight h3 {
    font-size: 15px;
  }

  .part-time-engagement-highlight p {
    font-size: 12px;
  }

  .part-time-engagement-bottom-message p {
    font-size: 17px;
  }
}

@media (max-width: 1199.98px) {
  .part-time-engagement-content {
    max-width: 760px;
    margin: 0 auto;
  }

  .part-time-engagement-form-card {
    max-width: 900px;
    margin: 0 auto;
  }

  .part-time-engagement-highlights {
    margin-top: 36px;
  }

  .part-time-engagement-highlights .col-xl-3:nth-child(2) .part-time-engagement-highlight {
    border-right: 0;
  }

  .part-time-engagement-highlights .col-xl-3:nth-child(-n + 2) .part-time-engagement-highlight {
    margin-bottom: 18px;
  }
}

@media (max-width: 991.98px) {
  .part-time-engagement-content {
    text-align: center;
  }

  .part-time-engagement-kicker,
  .part-time-engagement-actions {
    justify-content: center;
  }

  .part-time-engagement-intro {
    margin-right: auto;
    margin-left: auto;
  }

  .part-time-engagement-benefit {
    text-align: left;
  }

  .part-time-engagement-urgent-link {
    margin-right: auto;
    margin-left: auto;
  }

  .part-time-engagement-highlight {
    border-right: 0;
  }

  .part-time-engagement-highlights .col-md-6:nth-child(odd) .part-time-engagement-highlight {
    border-right: 1px solid rgba(255, 255, 255, 0.28);
  }
}

@media (max-width: 767.98px) {
  .part-time-engagement-section {
    padding-top: 38px;
  }

  .part-time-engagement-kicker {
    gap: 9px;
  }

  .part-time-engagement-kicker span {
    width: 25px;
  }

  .part-time-engagement-kicker p {
    font-size: 12px;
  }

  .part-time-engagement-content>h2 {
    font-size: 22px;
    line-height: 1.2;
  }

  .part-time-engagement-intro {
    margin-top: 12px;
    font-size: 16px;
  }

  .part-time-engagement-benefit-content h3 {
    font-size: 18px;
  }

  .part-time-engagement-benefit-content p {
    font-size: 14px;
  }

  .part-time-engagement-actions {
    flex-direction: column;
  }

  .part-time-engagement-primary-btn,
  .part-time-engagement-secondary-btn {
    width: 100%;
    min-width: 0;
    padding: 12px 16px;
    white-space: normal;
    overflow-wrap: break-word;
  }

  .part-time-engagement-urgent-link {
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
    text-align: center;
  }

  .part-time-engagement-form-head h3 {
    font-size: 18px;
  }

  .part-time-engagement-form label {
    font-size: 13px;
  }

  .part-time-engagement-form .form-control,
  .part-time-engagement-form .form-select {
    min-height: 43px;
    font-size: 14px;
  }

  .part-time-engagement-submit-btn {
    padding: 12px 16px;
    font-size: 14px;
    white-space: normal;
  }

  .part-time-engagement-form-note {
    text-align: left;
  }

  .part-time-engagement-highlights .col-md-6:nth-child(odd) .part-time-engagement-highlight {
    border-right: 0;
  }

  .part-time-engagement-highlight {
    padding: 16px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }

  .part-time-engagement-highlights .col-md-6:last-child .part-time-engagement-highlight {
    border-bottom: 0;
  }

  .part-time-engagement-bottom-message p {
    flex-wrap: wrap;
    font-size: 16px;
  }

  .part-time-engagement-bottom-message i {
    width: 100%;
    margin-right: 0;
  }
}

@media (max-width: 575.98px) {
  .part-time-engagement-kicker span:last-child {
    display: none;
  }

  .part-time-engagement-benefit {
    align-items: flex-start !important;
  }

  .part-time-engagement-benefit-icon {
    width: 50px;
    min-width: 50px;
    height: 50px;
    font-size: 22px;
  }

  .part-time-engagement-form-card {
    padding: 16px 14px;
    border-radius: 12px;
  }

  .part-time-engagement-form-head {
    align-items: flex-start !important;
  }

  .part-time-engagement-form-head-icon {
    width: 34px;
    height: 34px;
    font-size: 17px;
  }

  .part-time-engagement-highlight {
    align-items: flex-start !important;
  }

  .part-time-engagement-highlight-icon {
    width: 50px;
    min-width: 50px;
    height: 50px;
    font-size: 22px;
  }

  .part-time-engagement-bottom-message {
    padding: 22px 0;
  }

  .part-time-engagement-bottom-message p {
    display: block;
    font-size: 15px;
  }

  .part-time-engagement-bottom-message i {
    display: block;
    margin-bottom: 10px;
  }

  .part-time-engagement-bottom-message strong {
    display: inline;
  }
}