/* =========================================================
   08. Why Offshore With Hapus
   ========================================================= */

.why-offshore-hapus-section {
  overflow: hidden;
  background:
    radial-gradient(
      circle at top right,
      rgba(13, 110, 253, 0.04),
      transparent 24%
    ),
    linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
}

.why-offshore-hapus-map{
    display: none;
}

/* =========================================================
   Left Heading
   ========================================================= */

.why-offshore-hapus-content {
  max-width: 720px;
}

.why-offshore-hapus-kicker {
  color: #ff5a00;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.why-offshore-hapus-line {
  position: relative;
  width: 36px;
  height: 2px;
  flex-shrink: 0;
  background: #ff5a00;
}

.why-offshore-hapus-line::before,
.why-offshore-hapus-line::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #ff5a00;
  transform: translateY(-50%);
}

.why-offshore-hapus-line::before {
  left: 0;
}

.why-offshore-hapus-line::after {
  right: 0;
}

.why-offshore-hapus-title {
  color: #071333;
  font-size: 44px;
  line-height: 1.13;
  font-weight: 900;
  letter-spacing: -0.04em;
}

.why-offshore-hapus-title span {
  display: block;
  color: #ff5a00;
}

.why-offshore-hapus-title-line {
  width: 43px;
  height: 3px;
  display: block;
  background: #ff5a00;
}

.why-offshore-hapus-intro {
  max-width: 650px;
  color: #34405c;
  font-size: 18px;
  line-height: 1.55;
}

/* =========================================================
   Benefit Items
   ========================================================= */

.why-offshore-hapus-benefits {
  border-top: 1px solid transparent;
}

.why-offshore-hapus-benefits > .row > div:nth-child(odd) {
  border-right: 1px solid #d9e1eb;
}

.why-offshore-hapus-benefits > .row > div:nth-child(-n + 4) {
  border-bottom: 1px solid #d9e1eb;
}

.why-offshore-hapus-benefit {
  min-height: 135px;
  padding: 20px 20px 20px 4px;
}

.why-offshore-hapus-benefits
  > .row
  > div:nth-child(even)
  .why-offshore-hapus-benefit {
  padding-left: 22px;
}

.why-offshore-hapus-benefit-icon {
  width: 74px;
  min-width: 74px;
  height: 74px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid;
  border-radius: 50%;
  font-size: 32px;
}

.why-offshore-orange {
  color: #ff5a00;
  border-color: #f6d5bd;
  background: #fff5ed;
}

.why-offshore-blue {
  color: #176ee0;
  border-color: #d5e3f7;
  background: #eff5fd;
}

.why-offshore-green {
  color: #168349;
  border-color: #d3e8dc;
  background: #eef8f2;
}

.why-offshore-purple {
  color: #7b2dde;
  border-color: #e2d5f5;
  background: #f5effd;
}

.why-offshore-hapus-benefit-content {
  min-width: 0;
}

.why-offshore-hapus-benefit-content h3 {
  color: #071333;
  font-size: 22px;
  line-height: 1.25;
  font-weight: 900;
}

.why-offshore-hapus-benefit-content p {
  color: #34405c;
  font-size: 16px;
  line-height: 1.55;
  overflow-wrap: break-word;
}

/* =========================================================
   Right Visual
   ========================================================= */

.why-offshore-hapus-visual {
  position: relative;
  min-height: 650px;
  overflow: hidden;
  border-radius: 22px;
  background: #061936;
  box-shadow: 0 18px 42px rgba(17, 40, 80, 0.1);
}

.why-offshore-hapus-image-wrap {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 55%;
  overflow: hidden;
}

.why-offshore-hapus-image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

/* =========================================================
   Testimonial
   ========================================================= */

.why-offshore-hapus-testimonial {
  position: absolute;
  top: 0;
  left: 0;
  width: 48%;
  height: 100%;
  z-index: 3;
  padding: 38px 38px 30px;
  color: #ffffff;
  background:
    radial-gradient(
      circle at 80% 40%,
      rgba(0, 112, 255, 0.15),
      transparent 40%
    ),
    linear-gradient(180deg, #021530 0%, #052b5d 100%);
}

.why-offshore-hapus-testimonial-content p:last-child {
  margin-bottom: 0;
}

.why-offshore-hapus-testimonial-content span {
  color: #ffffff !important;
}

.why-offshore-hapus-testimonial-content strong {
  color: #ffffff !important;
}

.why-offshore-hapus-testimonial-content p {
  color: #ffffff !important;
}

.why-offshore-hapus-testimonial > i {
  margin-bottom: 18px;
  color: #ff5a00;
  font-size: 38px;
}

.why-offshore-hapus-testimonial > p {
  max-width: 310px;
  color: #ffffff;
  font-size: 15px;
  line-height: 1.65;
  font-weight: 600;
}

.why-offshore-hapus-testimonial > span {
  display: block;
  margin-top: 12px;
  color: #5fa1f4;
  font-size: 13px;
}

.why-offshore-hapus-testimonial > strong {
  display: block;
  margin-top: 4px;
  color: #ffffff;
  font-size: 13px;
}

.why-offshore-hapus-map {
  position: absolute;
  right: 10px;
  bottom: 145px;
  left: 10px;
  height: 185px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  color: rgba(31, 129, 255, 0.4);
  font-size: 180px;
  opacity: 0.55;
}

/* =========================================================
   Trust Card
   ========================================================= */

.why-offshore-hapus-trust-card {
  position: absolute;
  left: 27px;
  bottom: 20px;
  z-index: 7;
  width: 285px;
  padding: 22px 22px 17px;
  border-radius: 14px;
  background: #ffffff;
  box-shadow: 0 14px 32px rgba(17, 40, 80, 0.13);
}

.why-offshore-hapus-trust-card h3 {
  color: #071333;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 900;
}

.why-offshore-hapus-trust-card ul {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.why-offshore-hapus-trust-card li {
  display: flex;
  align-items: center;
  gap: 11px;
  color: #071333;
  font-size: 12px;
  line-height: 1.4;
}

.why-offshore-hapus-trust-icon {
  width: 30px;
  min-width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #ff5a00;
  background: #fff1e8;
  font-size: 13px;
}

/* =========================================================
   Drupal Badge
   ========================================================= */

.why-offshore-hapus-drupal-badge {
  position: absolute;
  right: 25px;
  bottom: 23px;
  z-index: 8;
  min-width: 200px;
  padding: 15px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  border-radius: 10px;
  color: #ffffff;
  background: rgba(3, 18, 45, 0.9);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.22);
}

.why-offshore-hapus-drupal-badge > i {
  color: #1377e8;
  font-size: 46px;
}

.why-offshore-hapus-drupal-badge span,
.why-offshore-hapus-drupal-badge strong,
.why-offshore-hapus-drupal-badge small {
  display: block;
}

.why-offshore-hapus-drupal-badge span {
  color: #ffffff;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
}

.why-offshore-hapus-drupal-badge strong {
  color: #ffffff;
  font-size: 24px;
  line-height: 1;
  text-transform: uppercase;
}

.why-offshore-hapus-drupal-badge small {
  margin-top: 4px;
  color: #dce5f3;
  font-size: 8px;
  text-transform: uppercase;
}

/* =========================================================
   Statistics
   ========================================================= */

.why-offshore-hapus-stats {
  overflow: hidden;
  border: 1px solid #dce5f1;
  border-radius: 17px;
  background: #ffffff;
  box-shadow: 0 12px 30px rgba(17, 40, 80, 0.045);
}

.why-offshore-hapus-stat {
  min-height: 120px;
  padding: 20px 18px;
  border-right: 1px solid #d9e1ec;
}

.why-offshore-hapus-stats .col-lg:last-child .why-offshore-hapus-stat {
  border-right: 0;
}

.why-offshore-hapus-stat > i {
  width: 50px;
  min-width: 50px;
  font-size: 40px;
  text-align: center;
}

.why-offshore-hapus-stat > div {
  min-width: 0;
}

.why-offshore-hapus-stat strong,
.why-offshore-hapus-stat span {
  display: block;
}

.why-offshore-hapus-stat strong {
  font-size: 30px;
  line-height: 1;
  font-weight: 900;
}

.why-offshore-hapus-stat span {
  margin-top: 7px;
  color: #071333;
  font-size: 12px;
  font-weight: 700;
}

.why-stat-blue {
  color: #126ee7;
}

.why-stat-orange {
  color: #ff5a00;
}

.why-stat-green {
  color: #168349;
}

.why-stat-purple {
  color: #7b2dde;
}

/* =========================================================
   Trusted Companies
   ========================================================= */

.why-offshore-hapus-trusted {
  padding: 24px 45px 28px;
  overflow: hidden;
  border-radius: 18px;
  background:
    radial-gradient(circle at center, rgba(15, 88, 177, 0.17), transparent 35%),
    linear-gradient(135deg, #020d28 0%, #052851 55%, #02142f 100%);
  box-shadow: 0 16px 36px rgba(0, 20, 55, 0.13);
}

.why-offshore-hapus-trusted-title > span {
  width: 85px;
  height: 1px;
  background: rgba(255, 255, 255, 0.42);
}

.why-offshore-hapus-trusted-title h3 {
  color: #ffffff;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.why-offshore-hapus-logos {
  gap: 25px;
}

.why-offshore-company {
  color: #ffffff;
  opacity: 0.93;
  line-height: 1;
  white-space: nowrap;
}

.why-company-stanford {
  display: flex;
  flex-direction: column;
  font-family: Georgia, serif;
  font-size: 27px;
}

.why-company-stanford small {
  margin-top: 3px;
  font-size: 10px;
  text-align: center;
}

.why-company-tesla {
  font-size: 23px;
  font-weight: 900;
  letter-spacing: 0.16em;
}

.why-company-cisco {
  font-size: 22px;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.why-company-vmware {
  font-size: 26px;
  font-weight: 700;
}

.why-company-equinor {
  font-size: 22px;
}

.why-company-capgemini {
  font-size: 21px;
  font-style: italic;
}

.why-company-acquia {
  font-size: 22px;
  font-weight: 700;
}

.why-company-comcast {
  font-size: 22px;
}

/* =========================================================
   Why Offshore With Hapus Responsive
   ========================================================= */

@media (max-width: 1600px) {
  .why-offshore-hapus-kicker {
    font-size: 14px;
  }

  .why-offshore-hapus-title {
    font-size: 32px;
  }

  .why-offshore-hapus-intro {
    font-size: 15px;
  }

  .why-offshore-hapus-benefit {
    min-height: 125px;
  }

  .why-offshore-hapus-benefit-icon {
    width: 64px;
    min-width: 64px;
    height: 64px;
    font-size: 28px;
  }

  .why-offshore-hapus-benefit-content h3 {
    font-size: 17px;
  }

  .why-offshore-hapus-benefit-content p {
    font-size: 14px;
  }

  .why-offshore-hapus-visual {
    min-height: 590px;
  }

  .why-offshore-hapus-testimonial {
    padding: 30px 26px;
  }

  .why-offshore-hapus-testimonial > p {
    font-size: 14px;
  }

  .why-offshore-hapus-trust-card {
    width: 255px;
  }

  .why-offshore-hapus-drupal-badge {
    right: 18px;
    min-width: 175px;
  }

  .why-offshore-hapus-stat strong {
    font-size: 25px;
  }

  .why-offshore-hapus-stat span {
    font-size: 11px;
  }

  .why-offshore-hapus-trusted {
    padding-right: 28px;
    padding-left: 28px;
  }

  .why-offshore-hapus-logos {
    gap: 18px;
  }
}

@media (max-width: 1199px) {
  .why-offshore-hapus-content {
    max-width: 900px;
    margin-right: auto;
    margin-left: auto;
  }

  .why-offshore-hapus-visual {
    max-width: 900px;
    min-height: 650px;
    margin: 20px auto 0;
  }

  .why-offshore-hapus-trusted {
    text-align: center;
  }

  .why-offshore-hapus-logos {
    justify-content: center !important;
  }
}

@media (max-width: 991px) {
  .why-offshore-hapus-stat {
    border-right: 1px solid #d9e1ec;
    border-bottom: 1px solid #d9e1ec;
  }

  .why-offshore-hapus-stats .col-sm-6:nth-child(2n) .why-offshore-hapus-stat {
    border-right: 0;
  }
}

@media (max-width: 767px) {
  .why-offshore-hapus-kicker {
    gap: 10px !important;
    font-size: 13px;
  }

  .why-offshore-hapus-line {
    width: 34px;
  }

  .why-offshore-hapus-title {
    font-size: 22px;
  }

  .why-offshore-hapus-intro {
    font-size: 15px;
  }

  .why-offshore-hapus-testimonial-content p,.why-offshore-hapus-stat-content{
    font-size: 14px;
  }

  .why-offshore-hapus-benefits > .row > div {
    border-right: 0 !important;
    border-bottom: 1px solid #d9e1eb;
  }

  .why-offshore-hapus-benefits > .row > div:last-child {
    border-bottom: 0;
  }

  .why-offshore-hapus-benefit,
  .why-offshore-hapus-benefits
    > .row
    > div:nth-child(even)
    .why-offshore-hapus-benefit {
    min-height: 0;
    padding: 18px 0;
  }

  .why-offshore-hapus-benefit-icon {
    width: 58px;
    min-width: 58px;
    height: 58px;
    font-size: 25px;
  }

  .why-offshore-hapus-benefit-content h3 {
    font-size: 16px;
  }

  .why-offshore-hapus-benefit-content p {
    font-size: 13px;
  }

  .why-offshore-hapus-visual {
    min-height: 720px;
  }

  .why-offshore-hapus-image-wrap {
    top: 0;
    right: 0;
    width: 100%;
    height: 390px;
  }

  .why-offshore-hapus-testimonial {
    top: 350px;
    width: 100%;
    height: 370px;
    padding: 28px 22px;
  }

  .why-offshore-hapus-map {
    display: none;
  }

  .why-offshore-hapus-trust-card {
    left: 18px;
    bottom: 18px;
    width: calc(60% - 25px);
  }

  .why-offshore-hapus-drupal-badge {
    right: 18px;
    bottom: 18px;
    min-width: 0;
    width: calc(40% - 20px);
  }

  .why-offshore-hapus-stat {
    min-height: 100px;
  }

  .why-offshore-hapus-stat > i {
    font-size: 32px;
  }

  .why-offshore-hapus-stat strong {
    font-size: 22px;
  }

  .why-offshore-hapus-trusted-title {
    gap: 15px !important;
  }

  .why-offshore-hapus-trusted-title > span {
    width: 40px;
  }

  .why-offshore-hapus-trusted-title h3 {
    font-size: 13px;
  }
}

@media (max-width: 575.98px) {
  .why-offshore-hapus-kicker .why-offshore-hapus-line:last-child {
    display: none;
  }

  .why-offshore-hapus-visual {
    min-height: auto;
    overflow: visible;
    background: transparent;
    box-shadow: none;
  }

  .why-offshore-hapus-image-wrap {
    position: relative;
    width: 100%;
    height: 310px;
    border-radius: 18px;
  }

  .why-offshore-hapus-testimonial {
    position: relative;
    top: auto;
    width: 100%;
    height: auto;
    margin-top: 14px;
    border-radius: 18px;
  }

  .why-offshore-hapus-trust-card {
    position: relative;
    left: auto;
    bottom: auto;
    width: 100%;
    margin-top: 14px;
  }

  .why-offshore-hapus-drupal-badge {
    position: relative;
    right: auto;
    bottom: auto;
    width: 100%;
    margin-top: 14px;
  }

  .why-offshore-hapus-stats .col-sm-6 {
    width: 100%;
  }

  .why-offshore-hapus-stat {
    justify-content: flex-start !important;
    border-right: 0 !important;
    border-bottom: 1px solid #d9e1ec !important;
  }

  .why-offshore-hapus-stats .col-sm-6:last-child .why-offshore-hapus-stat {
    border-bottom: 0 !important;
  }

  .why-offshore-hapus-trusted {
    padding: 22px 16px;
  }

  .why-offshore-hapus-trusted-title > span {
    display: none;
  }

  .why-offshore-hapus-logos {
    gap: 24px 30px;
  }
}

/* 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;
  }
}
