/* =========================================================
   04. Why Companies Choose Offshore Drupal Development
   ========================================================= */

.offshore-value-section {
  font-family: "Inter", Arial, Helvetica, sans-serif;
  background:
    radial-gradient(
      circle at top right,
      rgba(13, 110, 253, 0.045),
      transparent 25%
    ),
    linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
}
.offshore-expertise-center-visual img {
  height: 100%;
}
.offshore-faq-map img {
  height: 100%;
  width: 100%;
}

.offshore-value-process-card {
  display: none !important;
}

/* =========================================================
   Left Content
   ========================================================= */

.offshore-value-content {
  max-width: 680px;
}

.offshore-value-kicker {
  color: #ff5a00;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 900;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.offshore-value-line {
  position: relative;
  width: 34px;
  min-width: 34px;
  height: 2px;
  flex-shrink: 0;
  background: #ff5a00;
}

.offshore-value-line::before,
.offshore-value-line::after {
  position: absolute;
  top: 50%;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #ff5a00;
  content: "";
  transform: translateY(-50%);
}

.offshore-value-line::before {
  left: 0;
}

.offshore-value-line::after {
  right: 0;
}

/* =========================================================
   Title
   ========================================================= */

.offshore-value-title {
  color: #071333;
  font-size: 44px;
  line-height: 1.13;
  font-weight: 900;
  letter-spacing: -0.04em;
}

.offshore-value-title span {
  display: block;
  color: #ff5a00;
}

.offshore-value-title-line {
  width: 42px;
  height: 3px;
  display: block;
  background: #ff5a00;
}

/* =========================================================
   Intro Description
   ========================================================= */

.offshore-value-intro {
  max-width: 610px;
  color: #34405c;
  font-size: 18px;
  line-height: 1.55;
}

/*
 * Drupal formatted text field creates inner <p>.
 */
.offshore-value-intro p {
  margin: 0;
  color: #34405c !important;
  font-size: inherit;
  line-height: inherit;
}

.offshore-value-intro p:last-child {
  margin-bottom: 0;
}

/* =========================================================
   Benefits
   ========================================================= */

.offshore-value-benefits {
  max-width: 620px;
}

.offshore-value-benefit {
  min-height: 98px;
  padding: 12px 0;
  border-bottom: 1px dashed #d9e0e9;
}

.offshore-value-benefit:last-child {
  border-bottom: 0;
}

.offshore-value-benefit-icon {
  width: 76px;
  min-width: 76px;
  height: 76px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #f4d7bd;
  border-radius: 50%;
  color: #ff5a00;
  background: radial-gradient(
    circle at 35% 30%,
    #ffffff 0%,
    #fff7ef 72%,
    #fff2e7 100%
  );
  font-size: 34px;
}

.offshore-value-benefit-icon i {
  line-height: 1;
}

.offshore-value-benefit-content {
  min-width: 0;
}

.offshore-value-benefit-content h3 {
  margin: 0;
  color: #071333;
  font-size: 22px;
  line-height: 1.25;
  font-weight: 900;
  overflow-wrap: break-word;
}

.offshore-value-benefit-content p {
  margin: 0;
  color: #34405c;
  font-size: 16px;
  line-height: 1.5;
  overflow-wrap: break-word;
}

/*
 * Drupal processed description wrapper.
 */
.offshore-value-benefit-description {
  color: #34405c;
  font-size: 16px;
  line-height: 1.5;
}

.offshore-value-benefit-description p {
  margin: 0;
  color: #34405c !important;
  font-size: inherit;
  line-height: inherit;
}

/* =========================================================
   Right Visual
   ========================================================= */

.offshore-value-visual {
  position: relative;
  width: 100%;
  max-width: 800px;
  min-height: 650px;
  /* padding-left: 170px; */
}

/* =========================================================
   Main Media Image
   ========================================================= */

.offshore-value-image-wrap {
  position: relative;
  width: 100%;
  height: 590px;
  overflow: hidden;
  border-radius: 22px;
  background: #e9eef5;
  box-shadow: 0 18px 42px rgba(13, 40, 88, 0.1);
}

.offshore-value-image-wrap img {
  width: 100%;
  max-width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}

/* =========================================================
   Dark Process Card
   ========================================================= */

.offshore-value-process-card {
  position: absolute;
  top: 32px;
  bottom: 10px;
  left: 0;
  z-index: 4;
  width: 265px;
  padding: 34px 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 22px;
  color: #ffffff;
  background:
    radial-gradient(circle at center, rgba(0, 99, 213, 0.18), transparent 45%),
    linear-gradient(180deg, #03132f 0%, #04204a 50%, #031630 100%);
  box-shadow: 0 18px 40px rgba(0, 19, 51, 0.24);
}

.offshore-value-process-item {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 12px;
  color: #ffffff;
}

.offshore-value-process-item > span {
  color: #ffffff;
  font-size: 15px;
  line-height: 1.3;
  font-weight: 800;
}

.offshore-value-process-icon {
  width: 52px;
  min-width: 52px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid;
  border-radius: 50%;
  font-size: 24px;
}

.offshore-value-process-orange {
  color: #ff6500;
  border-color: #ff6500;
}

.offshore-value-process-green {
  color: #b4ed35;
  border-color: #ff6500;
}

/* =========================================================
   Process Path
   ========================================================= */

.offshore-value-process-path {
  position: relative;
  width: 80px;
  height: 105px;
  margin: 5px 0;
}

.offshore-value-process-line {
  position: absolute;
  top: 0;
  left: 50%;
  height: 100%;
  border-left: 2px dashed #ff5a00;
  transform: translateX(-50%);
}

.offshore-value-process-path-bottom .offshore-value-process-line {
  border-color: #20b5ff;
}

.offshore-value-process-dot {
  position: absolute;
  left: 50%;
  z-index: 3;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  transform: translateX(-50%);
}

.offshore-value-dot-top,
.offshore-value-dot-bottom {
  background: #ff5a00;
}

.offshore-value-dot-top {
  top: 0;
}

.offshore-value-dot-bottom {
  bottom: 0;
}

.offshore-value-dot-mid {
  top: 50%;
  background: #b6ebf4;
  transform: translate(-50%, -50%);
}

/* =========================================================
   Process Center
   ========================================================= */

.offshore-value-process-center {
  position: relative;
  z-index: 3;
  width: 100%;
  text-align: center;
}

.offshore-value-process-center-icon {
  width: 60px;
  height: 60px;
  margin: 0 auto 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #1687ff;
  border-radius: 50%;
  color: #ffffff;
  background: rgba(0, 95, 215, 0.28);
  font-size: 28px;
  box-shadow: 0 0 18px rgba(22, 135, 255, 0.3);
}

.offshore-value-process-center strong {
  color: #ffffff;
  font-size: 15px;
  line-height: 1.3;
  font-weight: 800;
}

/* =========================================================
   Testimonial
   ========================================================= */

.offshore-value-testimonial {
  position: absolute;
  right: 45px;
  bottom: -40px;
  z-index: 6;
  width: 430px;
  padding: 26px 30px;
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0 18px 42px rgba(17, 40, 80, 0.13);
}

.offshore-value-testimonial > .d-flex > i {
  flex-shrink: 0;
  color: #ff5a00;
  font-size: 38px;
}

.offshore-value-testimonial-content {
  min-width: 0;
}

.offshore-value-testimonial-content p,
.offshore-value-testimonial p {
  margin: 0 0 8px;
  color: #26345d !important;
  font-size: 15px;
  line-height: 1.6;
  overflow-wrap: break-word;
}

.offshore-value-testimonial-content p:last-child,
.offshore-value-testimonial p:last-child {
  margin-bottom: 0;
}

.offshore-value-testimonial-content strong,
.offshore-value-testimonial strong {
  color: #071333;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 800;
}

/* =========================================================
   Statistics
   ========================================================= */

.offshore-value-stats {
  overflow: hidden;
  margin-top: 65px !important;
  border: 1px solid #dbe5f2;
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 14px 34px rgba(17, 40, 80, 0.055);
}

.offshore-value-stats .row {
  align-items: stretch;
}

.offshore-value-stats [class*="col-"],
.offshore-value-stats .col-lg {
  display: flex;
}

.offshore-value-stat {
  --stat-color: #ff5a00;

  position: relative;
  width: 100%;
  min-height: 165px;
  padding: 24px 20px;
}

.offshore-value-stats .col-lg:not(:last-child) .offshore-value-stat::after {
  position: absolute;
  top: 28px;
  right: 0;
  bottom: 28px;
  width: 1px;
  background: #d6dfec;
  content: "";
}

.offshore-value-stat-icon {
  width: 62px;
  height: 62px;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid;
  border-color: color-mix(in srgb, var(--stat-color) 25%, #ffffff);
  border-radius: 50%;
  color: var(--stat-color);
  background: color-mix(in srgb, var(--stat-color) 7%, #ffffff);
  font-size: 28px;
}

.offshore-value-stat strong {
  display: block;
  color: var(--stat-color);
  font-size: 28px;
  line-height: 1.15;
  font-weight: 900;
}

.offshore-value-stat > span {
  display: block;
  margin-top: 6px;
  color: #071333;
  font-size: 13px;
  line-height: 1.3;
  font-weight: 700;
}

/*
 * Drupal processed stat description.
 */
.offshore-value-stat-description {
  margin-top: 6px;
  color: #071333;
  font-size: 13px;
  line-height: 1.3;
  font-weight: 700;
}

.offshore-value-stat-description p {
  margin: 0;
  color: #071333 !important;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
}

/* =========================================================
   Stat Colors
   ========================================================= */

.offshore-value-stat-orange {
  --stat-color: #ff5a00;
}

.offshore-value-stat-blue {
  --stat-color: #0d6efd;
}

.offshore-value-stat-green {
  --stat-color: #15833a;
}

.offshore-value-stat-purple {
  --stat-color: #7d27d8;
}

/* =========================================================
   Responsive - 1600px
   ========================================================= */

@media (max-width: 1600px) {
  .offshore-value-kicker {
    font-size: 14px;
  }

  .offshore-value-title {
    font-size: 32px;
  }

  .offshore-value-intro,
  .offshore-value-intro p {
    font-size: 15px;
  }

  .offshore-value-benefit {
    min-height: 90px;
  }

  .offshore-value-benefit-icon {
    width: 66px;
    min-width: 66px;
    height: 66px;
    font-size: 29px;
  }

  .offshore-value-benefit-content h3 {
    font-size: 17px;
  }

  .offshore-value-benefit-content p,
  .offshore-value-benefit-description,
  .offshore-value-benefit-description p {
    font-size: 14px;
  }

  .offshore-value-visual {
    max-width: 100%;
    min-height: 570px;
    /* padding-left: 145px; */
  }

  .offshore-value-image-wrap {
    height: 510px;
  }

  .offshore-value-process-card {
    width: 230px;
    padding-right: 18px;
    padding-left: 18px;
  }

  .offshore-value-testimonial {
    right: 25px;
    width: 390px;
    padding: 22px 25px;
  }

  .offshore-value-testimonial-content p,
  .offshore-value-testimonial p {
    font-size: 14px;
  }

  .offshore-value-stat {
    min-height: 145px;
    padding: 20px 14px;
  }

  .offshore-value-stat-icon {
    width: 54px;
    height: 54px;
    font-size: 24px;
  }

  .offshore-value-stat strong {
    font-size: 24px;
  }

  .offshore-value-stat > span,
  .offshore-value-stat-description,
  .offshore-value-stat-description p {
    font-size: 12px;
  }
}

/* =========================================================
   Responsive - 1199px
   ========================================================= */

@media (max-width: 1199px) {
  .offshore-value-content {
    max-width: 900px;
    margin-right: auto;
    margin-left: auto;
  }

  .offshore-value-visual {
    margin-top: 20px;
  }

  .offshore-value-stats {
    margin-top: 70px !important;
  }

  .offshore-value-process-card {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    width: 100%;
    height: auto;
    min-height: 390px;
    margin-top: 15px;
  }

  .offshore-value-testimonial {
    position: relative;
    right: auto;
    bottom: auto;
    width: 100%;
    margin-top: 15px;
  }
  .offshore-value-visual {
    padding: 0;
  }
  .offshore-value-visual {
    max-width: 100% !important;
  }
}

/* =========================================================
   Responsive - 991px
   ========================================================= */

@media (max-width: 991px) {
  .offshore-value-visual {
    max-width: 700px;
  }

  .offshore-value-stats .col-lg:not(:last-child) .offshore-value-stat::after {
    display: none;
  }

  .offshore-value-stats .col-sm-6 {
    border-right: 1px solid #d6dfec;
    border-bottom: 1px solid #d6dfec;
  }

  .offshore-value-stats .col-sm-6:nth-child(2n) {
    border-right: 0;
  }

  .offshore-value-stats .col-sm-6:last-child {
    border-bottom: 0;
  }

  .offshore-value-process-card {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    width: 100%;
    height: auto;
    min-height: 390px;
    margin-top: 15px;
  }

  .offshore-value-testimonial {
    position: relative;
    right: auto;
    bottom: auto;
    width: 100%;
    margin-top: 15px;
  }
  .offshore-value-visual {
    padding: 0;
  }
}

/* =========================================================
   Responsive - 767px
   ========================================================= */

@media (max-width: 767px) {
  .offshore-value-kicker {
    gap: 10px !important;
    font-size: 13px;
  }

  .offshore-value-kicker .offshore-value-line:last-child {
    display: none;
  }

  .offshore-value-line {
    width: 34px;
    min-width: 34px;
  }

  .offshore-value-title {
    font-size: 22px;
  }

  .offshore-value-intro,
  .offshore-value-intro p {
    font-size: 15px;
  }

  .offshore-value-benefit {
    min-height: 0;
    align-items: flex-start !important;
    gap: 15px !important;
  }

  .offshore-value-benefit-icon {
    width: 58px;
    min-width: 58px;
    height: 58px;
    font-size: 25px;
  }

  .offshore-value-benefit-content h3 {
    font-size: 16px;
  }

  .offshore-value-benefit-content p,
  .offshore-value-benefit-description,
  .offshore-value-benefit-description p {
    font-size: 13px;
  }

  .offshore-value-visual {
    min-height: 670px;
    padding-left: 0;
  }

  .offshore-value-image-wrap {
    width: calc(100% - 30px);
    height: 420px;
    margin-left: auto;
  }

  .offshore-value-process-card {
    top: 30px;
    bottom: auto;
    left: 0;
    width: 195px;
    height: 405px;
    padding: 25px 15px;
  }

  .offshore-value-process-item > span,
  .offshore-value-process-center strong {
    font-size: 12px;
  }

  .offshore-value-process-icon {
    width: 44px;
    min-width: 44px;
    height: 44px;
    font-size: 20px;
  }

  .offshore-value-process-center-icon {
    width: 52px;
    height: 52px;
    font-size: 24px;
  }

  .offshore-value-process-path {
    height: 70px;
  }

  .offshore-value-testimonial {
    right: 15px;
    bottom: 30px;
    width: calc(100% - 30px);
    padding: 20px;
  }

  .offshore-value-testimonial > .d-flex > i {
    font-size: 30px;
  }

  .offshore-value-testimonial-content p,
  .offshore-value-testimonial p {
    font-size: 14px;
  }

  .offshore-value-stats {
    margin-top: 20px !important;
  }

  .offshore-value-stat {
    min-height: 135px;
  }
  .offshore-value-image-wrap {
    width: 100%;
    height: 100%;
    margin-left: 0;
  }
}

/* =========================================================
   Responsive - 575px
   ========================================================= */

@media (max-width: 575.98px) {
  .offshore-value-benefit {
    flex-direction: column;
  }

  .offshore-value-visual {
    min-height: auto;
    padding-left: 0;
    padding-bottom: 0;
  }

  .offshore-value-process-card {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    width: 100%;
    height: auto;
    min-height: 390px;
    margin-top: 15px;
  }

  .offshore-value-testimonial {
    position: relative;
    right: auto;
    bottom: auto;
    width: 100%;
    margin-top: 15px;
  }

  .offshore-value-stats {
    margin-top: 20px !important;
  }

  .offshore-value-stats .col-sm-6 {
    width: 100%;
    border-right: 0;
    border-bottom: 1px solid #d6dfec;
  }

  .offshore-value-stats .col-sm-6:last-child {
    border-bottom: 0;
  }

  .offshore-value-stat {
    min-height: 125px;
  }
}

/* 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;
  }
}
.offshore-value-visual {
  max-width: 100% !important;
}
