/* =========================================================
   06. Offshore Delivery Model
   ========================================================= */

.offshore-delivery-section {
  overflow: hidden;
  background:
    radial-gradient(
      circle at top right,
      rgba(13, 110, 253, 0.04),
      transparent 25%
    ),
    linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
}

/* =========================================================
   Section Heading
   ========================================================= */

.offshore-delivery-head {
  max-width: 1080px;
}

.offshore-delivery-kicker {
  color: #ff5a00;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.offshore-delivery-line {
  position: relative;
  width: 48px;
  height: 2px;
  flex-shrink: 0;
  background: #ff5a00;
}

.offshore-delivery-line::before,
.offshore-delivery-line::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #ff5a00;
  transform: translateY(-50%);
}

.offshore-delivery-line::before {
  left: 0;
}

.offshore-delivery-line::after {
  right: 0;
}

.offshore-delivery-head h2 {
  color: #071333;
  font-size: 44px;
  line-height: 1.15;
  font-weight: 900;
  letter-spacing: -0.04em;
}

.offshore-delivery-head h2 span {
  color: #ff5a00;
}

.offshore-delivery-head p {
  color: #34405c;
  font-size: 18px;
  line-height: 1.5;
}

/* =========================================================
   Delivery Steps
   ========================================================= */

.offshore-delivery-process {
  position: relative;
}

.offshore-delivery-step {
  --delivery-color: #ff5a00;
  --delivery-soft: #fff4ec;

  position: relative;
  min-height: 360px;
  padding-top: 132px;
}

.offshore-delivery-orange {
  --delivery-color: #ff5a00;
  --delivery-soft: #fff4ec;
}

.offshore-delivery-blue {
  --delivery-color: #0d6efd;
  --delivery-soft: #edf4ff;
}

.offshore-delivery-green {
  --delivery-color: #13843b;
  --delivery-soft: #edf8f1;
}

.offshore-delivery-purple {
  --delivery-color: #7927dd;
  --delivery-soft: #f5edff;
}

.offshore-delivery-step-label {
  position: absolute;
  top: 0;
  left: 50%;
  color: var(--delivery-color);
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
  transform: translateX(-50%);
  white-space: nowrap;
}

.offshore-delivery-step-icon {
  position: absolute;
  top: 34px;
  left: 50%;
  z-index: 4;
  width: 92px;
  height: 92px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(90, 135, 192, 0.2);
  border-radius: 50%;
  color: var(--delivery-color);
  background: radial-gradient(
    circle at 35% 30%,
    #ffffff 0%,
    var(--delivery-soft) 76%
  );
  font-size: 41px;
  transform: translateX(-50%);
}

.offshore-delivery-step-icon::after {
  content: "";
  position: absolute;
  top: 91px;
  left: 50%;
  width: 1px;
  height: 18px;
  background: var(--delivery-color);
  opacity: 0.45;
}

.offshore-delivery-step-card {
  min-height: 220px;
  padding: 20px 16px;
  border: 1px solid #dce4ee;
  border-radius: 17px;
  background: #ffffff;
  box-shadow: 0 14px 34px rgba(17, 40, 80, 0.055);
}

.offshore-delivery-step-card h3 {
  color: #071333;
  font-size: 22px;
  line-height: 1.25;
  font-weight: 900;
  text-align: center;
}

.offshore-delivery-step-divider {
  width: 55px;
  height: 2px;
  margin: 10px auto 18px;
  display: block;
  background: var(--delivery-color);
}

.offshore-delivery-step-card ul {
  display: flex;
  flex-direction: column;
  gap: 11px;
}

.offshore-delivery-step-card li {
  min-width: 0;
  display: flex;
  align-items: flex-start;
  gap: 9px;
  color: #071333;
  font-size: 16px;
  line-height: 1.4;
}

.offshore-delivery-step-card li i {
  margin-top: 2px;
  flex-shrink: 0;
  color: var(--delivery-color);
  font-size: 16px;
}

.offshore-delivery-step-card li span {
  min-width: 0;
  overflow-wrap: break-word;
}

/* Arrows between steps */

.offshore-delivery-arrow {
  position: absolute;
  top: 70px;
  right: -18px;
  z-index: 10;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #071333;
  background: #ffffff;
  font-size: 21px;
}

.offshore-delivery-arrow::before,
.offshore-delivery-arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 48px;
  border-top: 1px dashed #8798b2;
  transform: translateY(-50%);
}

.offshore-delivery-arrow::before {
  right: 31px;
}

.offshore-delivery-arrow::after {
  left: 31px;
}

/* =========================================================
   Timezone Collaboration
   ========================================================= */

.offshore-delivery-timezone {
  overflow: hidden;
  border: 1px solid #d8e2f0;
  border-radius: 17px;
  background: #ffffff;
  box-shadow: 0 12px 30px rgba(17, 40, 80, 0.05);
}

.offshore-delivery-timezone-intro {
  min-height: 180px;
  padding: 28px 32px;
}

.offshore-delivery-timezone-icon {
  width: 74px;
  min-width: 74px;
  height: 74px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #d2e2fa;
  border-radius: 50%;
  color: #176ee0;
  background: #edf4ff;
  font-size: 36px;
}

.offshore-delivery-timezone-intro > div:last-child {
  min-width: 0;
}

.offshore-delivery-timezone-intro h3 {
  color: #071333;
  font-size: 22px;
  line-height: 1.25;
  font-weight: 900;
}

.offshore-delivery-timezone-intro p {
  color: #34405c;
  font-size: 15px;
  line-height: 1.55;
}

.offshore-delivery-hours {
  min-height: 180px;
  padding: 26px 38px;
  border-left: 1px solid #d7e0ed;
}

.offshore-delivery-hours-top {
  min-height: 58px;
}

.offshore-delivery-zone {
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: 13px;
  font-weight: 800;
}

.offshore-delivery-zone i {
  font-size: 28px;
}

.offshore-delivery-zone-blue {
  color: #126bea;
}

.offshore-delivery-zone-purple {
  color: #7426dc;
}

.offshore-delivery-zone-center {
  position: relative;
  padding-top: 1px;
  color: #13843b;
  font-size: 13px;
  font-weight: 800;
  text-align: center;
}

.offshore-delivery-clock {
  width: 64px;
  height: 64px;
  margin: 5px auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #c6e0cf;
  border-radius: 50%;
  color: #13843b;
  background: #f2faf4;
  font-size: 33px;
}

.offshore-delivery-hours-line {
  position: relative;
  width: 100%;
  height: 3px;
  border-radius: 20px;
  background: linear-gradient(
    90deg,
    #166ced 0%,
    #166ced 35%,
    #168443 35%,
    #168443 65%,
    #7426dc 65%,
    #7426dc 100%
  );
}

.offshore-delivery-hours-point {
  position: absolute;
  top: 50%;
  width: 12px;
  height: 12px;
  border: 2px solid;
  border-radius: 50%;
  background: #ffffff;
  transform: translate(-50%, -50%);
}

.offshore-hours-start {
  left: 0;
  border-color: #166ced;
}

.offshore-hours-mid-one {
  left: 35%;
  border-color: #13843b;
}

.offshore-hours-mid-two {
  left: 65%;
  border-color: #13843b;
}

.offshore-hours-end {
  left: 100%;
  border-color: #7426dc;
}

.offshore-delivery-hours-labels {
  gap: 15px;
  color: #34405c;
  font-size: 12px;
  line-height: 1.3;
}

.offshore-delivery-hours-labels strong {
  color: #13843b;
  text-align: center;
}

.offshore-delivery-hours-labels strong small {
  display: block;
  margin-top: 3px;
  color: #34405c;
  font-size: 11px;
  font-weight: 500;
}

/* Aligned card */

.offshore-delivery-aligned {
  min-height: 180px;
  padding: 25px 25px;
  background: linear-gradient(135deg, #f2f7ff 0%, #eef4ff 100%);
}

.offshore-delivery-aligned-icon {
  width: 48px;
  min-width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #176ee0;
  font-size: 29px;
}

.offshore-delivery-aligned > .d-flex > div:last-child {
  min-width: 0;
}

.offshore-delivery-aligned h3 {
  color: #071333;
  font-size: 22px;
  line-height: 1.25;
  font-weight: 900;
}

.offshore-delivery-aligned ul {
  display: flex;
  flex-direction: column;
  gap: 7px;
}

.offshore-delivery-aligned li {
  display: flex;
  align-items: flex-start;
  gap: 7px;
  color: #34405c;
  font-size: 16px;
  line-height: 1.4;
}

.offshore-delivery-aligned li i {
  margin-top: 2px;
  flex-shrink: 0;
  color: #176ee0;
}

/* =========================================================
   Tools & Practices
   ========================================================= */

.offshore-delivery-tools {
  overflow: hidden;
  padding: 18px 24px 24px;
  border-radius: 17px;
  color: #ffffff;
  background:
    radial-gradient(circle at center, rgba(0, 92, 255, 0.14), transparent 35%),
    linear-gradient(135deg, #020d28 0%, #04244e 50%, #021631 100%);
  box-shadow: 0 18px 40px rgba(0, 20, 55, 0.14);
}

.offshore-delivery-tools > h3 {
  color: #ffffff;
  font-size: 18px;
  line-height: 1.3;
  font-weight: 800;
}

.offshore-delivery-tool {
  min-height: 95px;
  padding: 10px 18px;
  border-right: 1px solid rgba(142, 169, 213, 0.25);
}

.offshore-delivery-tools .col-xl-2:last-child .offshore-delivery-tool {
  border-right: 0;
}

.offshore-delivery-tool > i {
  width: 48px;
  min-width: 48px;
  flex-shrink: 0;
  color: #ff5a00;
  font-size: 38px;
  text-align: center;
}

.offshore-delivery-tools .col-xl-2:nth-child(2) .offshore-delivery-tool > i {
  color: #176ee0;
}

.offshore-delivery-tools .col-xl-2:nth-child(3) .offshore-delivery-tool > i {
  color: #1fa44b;
}

.offshore-delivery-tools .col-xl-2:nth-child(4) .offshore-delivery-tool > i {
  color: #9e39dc;
}

.offshore-delivery-tools .col-xl-2:nth-child(5) .offshore-delivery-tool > i {
  color: #ff5a00;
}

.offshore-delivery-tools .col-xl-2:nth-child(6) .offshore-delivery-tool > i {
  color: #2877ed;
}

.offshore-delivery-tool > div {
  min-width: 0;
}

.offshore-delivery-tool h4 {
  color: #ffffff;
  font-size: 13px;
  line-height: 1.35;
  font-weight: 800;
}

.offshore-delivery-tool p {
  color: #ffffff;
  font-size: 11px;
  line-height: 1.55;
  overflow-wrap: break-word;
}

.offshore-delivery-timezone-intro p {
  color: #34405c;
  font-size: 16px;
  line-height: 1.55;
}

/* =========================================================
   Offshore Delivery Model Responsive
   ========================================================= */

@media (max-width: 1600px) {
  .offshore-delivery-kicker {
    font-size: 14px;
  }
  .offshore-delivery-aligned h3 {
    color: #071333;
    font-size: 18px;
    line-height: 1.25;
    font-weight: 900;
  }
  .offshore-team-model-top h3 {
    position: relative;
    z-index: 4;
    flex: 1 1 auto;
    min-width: 0;
    margin: 0;
    padding-top: 3px;
    color: #071333 !important;
    font-size: 17px;
    line-height: 1.25;
    font-weight: 900;
    opacity: 1 !important;
    visibility: visible !important;
    overflow-wrap: break-word;
}

  .offshore-delivery-aligned li {
    display: flex;
    align-items: flex-start;
    gap: 7px;
    color: #34405c;
    font-size: 12px;
    line-height: 1.4;
  }

  .offshore-delivery-timezone-intro p {
    color: #34405c;
    font-size: 15px;
    line-height: 1.55;
  }

  .offshore-delivery-aligned li {
    font-size: 14px;
  }

  .offshore-delivery-head h2 {
    font-size: 32px;
  }

  .offshore-delivery-head p {
    font-size: 15px;
  }

  .offshore-delivery-step {
    min-height: 340px;
  }

  .offshore-delivery-step-icon {
    width: 80px;
    height: 80px;
    font-size: 35px;
  }

  .offshore-delivery-step-icon::after {
    top: 79px;
  }

  .offshore-delivery-step-card {
    min-height: 100%;
    padding: 18px 13px;
  }

  .offshore-delivery-step-card h3 {
    font-size: 17px;
  }

  .offshore-delivery-step-card li {
    font-size: 14px;
  }

  .offshore-delivery-timezone-intro h3 {
    font-size: 17px;
  }

  .offshore-delivery-timezone-intro p {
    font-size: 14px;
  }

  .offshore-delivery-hours {
    padding-right: 26px;
    padding-left: 26px;
  }

  .offshore-delivery-tool {
    padding-right: 12px;
    padding-left: 12px;
  }
  .offshore-delivery-step-card li {
    min-width: 0;
    display: flex;
    align-items: flex-start;
    gap: 9px;
    color: #071333;
    font-size: 14px;
  }

  @media (max-width: 1199px) {
    .offshore-delivery-step {
      min-height: 0;
      padding-top: 118px;
    }

    .offshore-delivery-arrow {
      display: none;
    }

    .offshore-delivery-timezone-intro {
      border-bottom: 1px solid #d7e0ed;
    }

    .offshore-delivery-hours {
      border-left: 0;
      border-bottom: 1px solid #d7e0ed;
    }

    .offshore-delivery-aligned {
      min-height: 0;
    }

    .offshore-delivery-tool {
      border-right: 1px solid rgba(142, 169, 213, 0.25);
      border-bottom: 1px solid rgba(142, 169, 213, 0.2);
    }

    .offshore-delivery-tools .col-md-6:nth-child(2n) .offshore-delivery-tool {
      border-right: 0;
    }
  }

  @media (max-width: 991px) {
    .offshore-delivery-step-card {
      min-height: 220px;
    }

    .offshore-delivery-hours-top {
      gap: 12px;
    }
  }

  @media (max-width: 767px) {
    .offshore-delivery-kicker {
      gap: 10px !important;
      font-size: 13px;
    }

    .offshore-delivery-line {
      width: 34px;
    }

    .offshore-delivery-head h2 {
      font-size: 22px;
    }

    .offshore-delivery-head p {
      font-size: 15px;
    }

    .offshore-delivery-step {
      padding-top: 110px;
    }

    .offshore-delivery-step-label {
      font-size: 12px;
    }

    .offshore-delivery-step-icon {
      top: 28px;
      width: 72px;
      height: 72px;
      font-size: 31px;
    }

    .offshore-delivery-step-icon::after {
      top: 71px;
    }

    .offshore-delivery-step-card h3 {
      font-size: 16px;
    }

    .offshore-delivery-step-card li {
      font-size: 13px;
    }

    .offshore-delivery-timezone-intro {
      align-items: flex-start !important;
      padding: 20px 18px;
    }

    .offshore-delivery-timezone-icon {
      width: 60px;
      min-width: 60px;
      height: 60px;
      font-size: 29px;
    }

    .offshore-delivery-timezone-intro h3 {
      font-size: 18px;
    }

    .offshore-delivery-timezone-intro p {
      font-size: 14px;
    }

    .offshore-delivery-hours {
      padding: 22px 16px;
    }

    .offshore-delivery-hours-top {
      align-items: center !important;
    }

    .offshore-delivery-zone {
      flex-direction: column;
      gap: 4px;
      font-size: 11px;
      text-align: center;
    }

    .offshore-delivery-zone i {
      font-size: 23px;
    }

    .offshore-delivery-clock {
      width: 54px;
      height: 54px;
      font-size: 28px;
    }

    .offshore-delivery-hours-labels {
      font-size: 10px;
    }

    .offshore-delivery-aligned {
      padding: 20px 18px;
    }

    .offshore-delivery-aligned h3 {
      font-size: 18px;
    }

    .offshore-delivery-aligned li {
      font-size: 14px;
    }

    .offshore-delivery-tools {
      padding: 18px 14px;
    }

    .offshore-delivery-tools > h3 {
      font-size: 16px;
    }

    .offshore-delivery-tool {
      min-height: 110px;
      padding: 16px 12px;
    }

    .offshore-delivery-tool h4 {
      font-size: 14px;
    }

    .offshore-delivery-tool p {
      font-size: 12px;
    }
  }

  @media (max-width: 575.98px) {
    .offshore-delivery-kicker .offshore-delivery-line:last-child {
      display: none;
    }

    .offshore-delivery-timezone-intro {
      flex-direction: column;
    }

    .offshore-delivery-hours-top {
      flex-direction: column;
    }

    .offshore-delivery-zone-center {
      order: 2;
    }

    .offshore-delivery-zone-purple {
      order: 3;
    }

    .offshore-delivery-hours-labels {
      gap: 8px;
      font-size: 9px;
    }

    .offshore-delivery-tool {
      border-right: 0 !important;
      border-bottom: 1px solid rgba(142, 169, 213, 0.2) !important;
    }

    .offshore-delivery-tools .col-md-6:last-child .offshore-delivery-tool {
      border-bottom: 0 !important;
    }
  }

  /* base styles */
  h2 {
    font-size: 44px !important;
  }

  @media (max-width: 1599.98px) {
    h2 {
      font-size: 32px !important;
    }
  }

  @media (max-width: 1399.98px) {
    h2 {
      font-size: 30px !important;
    }
  }

  @media (max-width: 1199.98px) {
    h2 {
      font-size: 28px !important;
    }
  }

  @media (max-width: 991.98px) {
    h2 {
      font-size: 26px !important;
    }
  }

  @media (max-width: 767.98px) {
    h2 {
      font-size: 22px !important;
    }
  }

  @media (max-width: 575.98px) {
    h2 {
      font-size: 21px !important;
    }
  }

  @media (max-width: 374.98px) {
    h2 {
      font-size: 20px !important;
    }
  }
}
