/* =========================================================
   Offshore Drupal Development Banner
   ========================================================= */

.offshore-drupal-banner-section {
  background: #ffffff;
  font-family: "Inter", Arial, Helvetica, sans-serif;
}

.offshore-drupal-banner-wrap {
  min-height: 820px;
  padding: 56px 48px 44px;

  background:
    radial-gradient(circle at 76% 35%, rgba(0, 85, 255, 0.15), transparent 30%),
    radial-gradient(
      circle at 92% 50%,
      rgba(0, 135, 255, 0.08),
      transparent 26%
    ),
    linear-gradient(135deg, #02091d 0%, #031531 40%, #041a38 70%, #020b20 100%);
  box-shadow: 0 20px 55px rgba(2, 15, 42, 0.18);
}

/* =========================================================
   Left Content
   ========================================================= */

.offshore-drupal-banner-content {
  position: relative;
  z-index: 5;
  max-width: 710px;
}

/* Badge */

.offshore-drupal-badge {
  min-height: 42px;
  padding: 9px 20px;
  border: 1px solid #ff5d00;
  border-radius: 30px;
  color: #ff6500;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 900;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.offshore-drupal-badge-icon {
  width: 26px;
  min-width: 26px;
  height: 26px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ff6500;
  border-radius: 50%;
  font-size: 13px;
}

/* =========================================================
   Main Heading
   ========================================================= */

.offshore-drupal-title {
  max-width: 700px;
  margin-bottom: 18px;
  color: #ffffff;
  font-size: 55px;
  line-height: 1.2;
  font-weight: 900;
  letter-spacing: -0.045em;
}

.offshore-drupal-title span {
  display: block;
  color: #ff5c00;
}

/* =========================================================
   Description
   ========================================================= */

.offshore-drupal-description {
  max-width: 625px;
  color: #dce4f2;
  font-size: 18px;
  line-height: 1.65;
}

.offshore-drupal-description p {
  margin: 0;
  color: #dce4f2 !important;
  font-size: inherit;
  line-height: inherit;
}

.offshore-drupal-description p:last-child {
  margin-bottom: 0;
}

/* =========================================================
   Highlights
   ========================================================= */

.offshore-drupal-highlights {
  width: 100%;
  max-width: 650px;
  align-items: stretch;
}

.offshore-drupal-highlight {
  position: relative;
  width: 25%;
  min-width: 135px;
  padding: 0 22px;
  text-align: center;
  border-right: 1px solid rgba(139, 168, 212, 0.24);
}

.offshore-drupal-highlight:first-child {
  padding-left: 0;
}

.offshore-drupal-highlight:last-child {
  padding-right: 0;
  border-right: 0;
}

.offshore-drupal-highlight-icon {
  min-height: 48px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ff5d00;
  font-size: 34px;
}

.offshore-drupal-highlight h2 {
  margin: 0;
  color: #ffffff;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 700;
  overflow-wrap: break-word;
}

/* =========================================================
   CTA Buttons
   ========================================================= */

.offshore-drupal-actions {
  align-items: stretch;
}

.offshore-drupal-primary-btn,
.offshore-drupal-secondary-btn {
  min-height: 58px;
  padding: 14px 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  border-radius: 9px;
  font-size: 18px;
  line-height: 1.3;
  font-weight: 800;
  text-align: center;
  text-decoration: none;
  transition:
    transform 0.25s ease,
    border-color 0.25s ease,
    box-shadow 0.25s ease,
    background-color 0.25s ease;
}

.offshore-drupal-primary-btn {
  color: #ffffff;
  border: 1px solid #ff6800;
  background: linear-gradient(135deg, #ff7a00, #ff4d00);
  box-shadow: 0 12px 28px rgba(255, 77, 0, 0.23);
}

.offshore-drupal-secondary-btn {
  color: #ffffff;
  border: 1px solid #d5e0f2;
  background: rgba(2, 15, 43, 0.55);
}

.offshore-drupal-primary-btn:hover {
  color: #ffffff;
  background: linear-gradient(135deg, #ff6800, #e94f00);
  transform: translateY(-2px);
}

.offshore-drupal-secondary-btn:hover {
  color: #ffffff;
  border-color: #3f9bff;
  background: rgba(7, 50, 103, 0.72);
  transform: translateY(-2px);
}

/* =========================================================
   Statistics
   ========================================================= */

.offshore-drupal-stats {
  overflow: hidden;
  border: 1px solid rgba(80, 126, 178, 0.42);
  border-radius: 10px;
  background: rgba(4, 29, 64, 0.96);
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.16);
}

.offshore-drupal-stats .row {
  align-items: stretch;
}

.offshore-drupal-stats [class*="col-"] {
  display: flex;
}

.offshore-drupal-stat {
  width: 100%;
  min-height: 74px;
  padding: 12px 15px;
  border-right: 1px solid rgba(103, 143, 191, 0.28);
}

.offshore-drupal-stats [class*="col-"]:last-child .offshore-drupal-stat {
  border-right: 0;
}

.offshore-drupal-stat > i {
  width: 38px;
  min-width: 38px;
  color: #d9e8f8;
  font-size: 31px;
  text-align: center;
}

.offshore-drupal-stats [class*="col-"]:first-child .offshore-drupal-stat > i {
  color: #ff5d00;
}

.offshore-drupal-stat > div {
  min-width: 0;
}

.offshore-drupal-stat strong {
  display: block;
  color: #ff5d00;
  font-size: 20px;
  line-height: 1.1;
  font-weight: 900;
}

.offshore-drupal-stat-description,
.offshore-drupal-stat-description p {
  color: #e2eaf4 !important;
  font-size: 10px;
  line-height: 1.25;
}

.offshore-drupal-stat-description {
  margin-top: 4px;
}

.offshore-drupal-stat-description p {
  margin: 0;
}

/* =========================================================
   Right Banner Image
   ========================================================= */

.offshore-drupal-visual {
  position: relative;
  width: 100%;
  max-width: 790px;
  min-height: 0;
  margin: 0 auto;
}

.offshore-drupal-banner-image {
  width: 100%;
  max-width: 790px;
  min-height: 0;
}

.offshore-drupal-banner-image img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  object-fit: contain;
}

/* =========================================================
   Optional: old visual classes
   Keep these only if some older content still uses them
   ========================================================= */

.offshore-drupal-world-map {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 0;
  height: 330px;
  opacity: 0.18;
  pointer-events: none;
  background-image: radial-gradient(circle, #1577dc 1.4px, transparent 1.6px);
  background-size: 8px 8px;
  mask-image: radial-gradient(
    ellipse at center,
    #000 14%,
    rgba(0, 0, 0, 0.82) 42%,
    transparent 76%
  );
}

.offshore-drupal-team-label {
  position: absolute;
  top: 5px;
  left: 50%;
  z-index: 8;
  min-width: 128px;
  min-height: 42px;
  padding: 10px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(38, 137, 255, 0.45);
  border-radius: 8px;
  color: #ffffff;
  background: rgba(4, 43, 92, 0.92);
  font-size: 14px;
  line-height: 1;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
  transform: translateX(-50%);
}

.offshore-drupal-client-team {
  position: absolute;
  top: 66px;
  right: 9%;
  left: 9%;
  z-index: 7;
  display: flex;
  align-items: flex-start;
  justify-content: space-between !important;
  gap: 28px;
}

.offshore-drupal-client-member {
  width: 130px;
  min-width: 0;
  flex: 0 0 130px;
  text-align: center;
}

.offshore-drupal-client-avatar {
  width: 94px;
  height: 94px;
  margin: 0 auto 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #31bdff;
  border-radius: 50%;
  color: #e1efff;
  background: radial-gradient(
    circle at 50% 32%,
    #174674 0%,
    #082b55 60%,
    #031c3f 100%
  );
  font-size: 43px;
  box-shadow:
    0 0 20px rgba(22, 163, 255, 0.35),
    inset 0 0 20px rgba(27, 115, 204, 0.22);
}

.offshore-drupal-client-member > span {
  min-height: 30px;
  padding: 6px 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  color: #ffffff;
  background: #031630;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 700;
  white-space: nowrap;
}

/* =========================================================
   Globe
   ========================================================= */

.offshore-drupal-globe {
  position: absolute;
  top: 205px;
  right: 0;
  left: 0;
  z-index: 1;
  height: 315px;
  overflow: hidden;
  border-radius: 50% 50% 10% 10% / 35% 35% 15% 15%;
  background: radial-gradient(
    ellipse at 50% 44%,
    rgba(9, 82, 159, 0.62) 0%,
    rgba(3, 41, 87, 0.94) 48%,
    rgba(2, 20, 47, 0.98) 78%
  );
  box-shadow:
    inset 0 18px 35px rgba(26, 127, 245, 0.32),
    0 -6px 30px rgba(0, 102, 255, 0.18);
}

.offshore-drupal-globe::before {
  content: "";
  position: absolute;
  top: 18px;
  right: 4%;
  left: 4%;
  height: 270px;
  border-top: 1px solid rgba(40, 143, 255, 0.26);
  border-radius: 50%;
  background: repeating-radial-gradient(
    ellipse at center,
    transparent 0 23px,
    rgba(30, 113, 204, 0.18) 24px 25px
  );
}

.offshore-drupal-globe::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 20px;
  left: 0;
  height: 135px;
  opacity: 0.8;
  background-image: radial-gradient(circle, #c98224 2px, transparent 2.5px);
  background-size: 18px 18px;
  mask-image: radial-gradient(ellipse at center, #000 30%, transparent 85%);
}

.offshore-drupal-globe-grid {
  position: absolute;
  inset: 0;
  opacity: 0.48;
  background: linear-gradient(
    90deg,
    transparent 49.8%,
    rgba(31, 122, 221, 0.16) 50%,
    transparent 50.2%
  );
}

/* =========================================================
   Central Drupal Node
   ========================================================= */

.offshore-drupal-central-node {
  position: absolute;
  top: 248px;
  left: 50%;
  z-index: 10;
  width: 120px;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ff6200;
  border-radius: 50%;
  color: #ffffff;
  background: radial-gradient(
    circle at 50% 40%,
    #1479dc 0%,
    #0750ac 42%,
    #041f4d 76%
  );
  font-size: 64px;
  transform: translateX(-50%);
  box-shadow:
    0 0 34px rgba(22, 134, 255, 0.5),
    inset 0 0 24px rgba(31, 138, 255, 0.3);
}

/* =========================================================
   Hapus Offshore Card
   ========================================================= */

.offshore-drupal-hapus-card {
  position: absolute;
  top: 385px;
  left: 50%;
  z-index: 10;
  min-width: 220px;
  min-height: 72px;
  padding: 11px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
  border: 1px solid #135cb5;
  border-radius: 9px;
  color: #ffffff;
  background: rgba(4, 39, 85, 0.95);
  transform: translateX(-50%);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.22);
}

.offshore-drupal-hapus-mark {
  position: relative;
  width: 44px;
  min-width: 44px;
  height: 40px;
}

.offshore-drupal-hapus-mark span {
  position: absolute;
  display: block;
}

.offshore-drupal-hapus-mark span:nth-child(1) {
  top: 0;
  left: 0;
  width: 8px;
  height: 40px;
  background: #ffffff;
}

.offshore-drupal-hapus-mark span:nth-child(2) {
  top: 16px;
  left: 0;
  width: 36px;
  height: 8px;
  background: #ffffff;
}

.offshore-drupal-hapus-mark span:nth-child(3) {
  right: 0;
  bottom: 0;
  width: 8px;
  height: 23px;
  background: #ff5d00;
}

.offshore-drupal-hapus-card strong {
  display: block;
  color: #ffffff;
  font-size: 23px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0.04em;
}

.offshore-drupal-hapus-card small {
  display: block;
  margin-top: 5px;
  color: #ff5d00;
  font-size: 11px;
  line-height: 1;
  font-weight: 900;
}

/* =========================================================
   Connector Lines
   ========================================================= */

.offshore-drupal-team-connectors {
  position: absolute;
  top: 470px;
  right: 5%;
  left: 5%;
  z-index: 8;
  height: 38px;
  border-top: 2px dashed #ff5d00;
  pointer-events: none;
}

.offshore-drupal-team-connectors::before {
  content: "";
  position: absolute;
  top: -34px;
  left: 50%;
  height: 34px;
  border-left: 2px dashed #ff5d00;
  transform: translateX(-50%);
}

.offshore-drupal-team-connectors span {
  position: absolute;
  top: -1px;
  height: 25px;
  border-left: 2px dashed #ff5d00;
}

.offshore-drupal-team-connectors span:nth-child(1) {
  left: 8%;
}

.offshore-drupal-team-connectors span:nth-child(2) {
  left: 36%;
}

.offshore-drupal-team-connectors span:nth-child(3) {
  right: 36%;
}

.offshore-drupal-team-connectors span:nth-child(4) {
  right: 8%;
}

/* =========================================================
   Offshore Team Cards
   ========================================================= */

.offshore-drupal-team-cards {
  position: absolute;
  top: 500px;
  right: 0;
  left: 0;
  z-index: 9;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 14px;
}

.offshore-drupal-team-card {
  width: calc(25% - 11px);
  min-width: 0;
  overflow: hidden;
  border: 1px solid #36577d;
  border-radius: 9px;
  background: #03172f;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.14);
}

.offshore-drupal-team-photo {
  height: 108px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  color: #dfedfa;
  background: linear-gradient(
    180deg,
    rgba(26, 72, 117, 0.9),
    rgba(5, 31, 62, 0.98)
  );
  font-size: 68px;
}

.offshore-drupal-team-card-body {
  min-height: 62px;
  padding: 10px 11px;
  border-top: 1px solid rgba(116, 155, 204, 0.18);
}

.offshore-drupal-team-card h3 {
  color: #ffffff;
  font-size: 13px;
  line-height: 1.25;
  font-weight: 800;
  overflow-wrap: break-word;
}

.offshore-drupal-team-card span {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #dce4ef;
  font-size: 11px;
  line-height: 1.2;
}

.offshore-drupal-team-card span i {
  color: #ff5d00;
  font-size: 7px;
}

/* =========================================================
   Responsive - 1600px
   ========================================================= */

@media (max-width: 1600px) {
  .offshore-drupal-banner-wrap {
    min-height: 740px;
    padding: 44px 32px 34px;
  }

  .offshore-drupal-badge {
    font-size: 14px;
  }

  .offshore-drupal-title {
    font-size: 40px;
  }

  .offshore-drupal-description,
  .offshore-drupal-description p {
    font-size: 15px;
  }

  .offshore-drupal-highlight h2 {
    font-size: 14px;
  }

  .offshore-drupal-primary-btn,
  .offshore-drupal-secondary-btn {
    min-height: 50px;
    padding: 12px 18px;
    font-size: 14px;
  }

  .offshore-drupal-banner-image {
    max-width: 700px;
  }

  .offshore-drupal-stat {
    min-height: 66px;
    padding: 10px;
  }

  .offshore-drupal-stat > i {
    width: 30px;
    min-width: 30px;
    font-size: 25px;
  }

  .offshore-drupal-stat strong {
    font-size: 17px;
  }

  .offshore-drupal-stat-description,
  .offshore-drupal-stat-description p {
    font-size: 9px;
  }
}

/* =========================================================
   Responsive - 1199px
   ========================================================= */

@media (max-width: 1199px) {
  .offshore-drupal-banner-wrap {
    min-height: 0;
  }

  .offshore-drupal-banner-content {
    max-width: 900px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .offshore-drupal-title,
  .offshore-drupal-description,
  .offshore-drupal-highlights {
    margin-right: auto;
    margin-left: auto;
  }

  .offshore-drupal-actions {
    justify-content: center;
  }

  .offshore-drupal-banner-image {
    max-width: 790px;
    margin-top: 35px;
  }
}

/* =========================================================
   Responsive - 991px
   ========================================================= */

@media (max-width: 991px) {
  .offshore-drupal-highlight {
    width: 50%;
    min-width: 50%;
    padding: 16px;
    border-bottom: 1px solid rgba(139, 168, 212, 0.18);
  }

  .offshore-drupal-highlight:first-child {
    padding-left: 16px;
  }

  .offshore-drupal-highlight:nth-child(2n) {
    border-right: 0;
  }

  .offshore-drupal-highlight:nth-last-child(-n + 2) {
    border-bottom: 0;
  }

  .offshore-drupal-banner-image {
    max-width: 700px;
  }

  .offshore-drupal-stats [class*="col-"]:nth-child(2n) .offshore-drupal-stat {
    border-right: 0;
  }

  .offshore-drupal-stats
    [class*="col-"]:nth-child(-n + 2)
    .offshore-drupal-stat {
    border-bottom: 1px solid rgba(103, 143, 191, 0.28);
  }
}

/* =========================================================
   Responsive - 767px
   ========================================================= */

@media (max-width: 767px) {
  .offshore-drupal-banner-wrap {
    padding: 30px 16px;
  }

  .offshore-drupal-badge {
    font-size: 13px;
  }

  .offshore-drupal-title {
    font-size: 27px;
    line-height: 1.2;
  }

  .offshore-drupal-description,
  .offshore-drupal-description p {
    font-size: 15px;
  }

  .offshore-drupal-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .offshore-drupal-primary-btn,
  .offshore-drupal-secondary-btn {
    width: 100%;
    min-width: 0;
    min-height: 50px;
    padding: 13px 16px;
    font-size: 14px;
    white-space: normal;
    overflow-wrap: break-word;
  }

  .offshore-drupal-highlight {
    width: 50%;
    min-width: 50%;
  }

  .offshore-drupal-highlight h2 {
    font-size: 14px;
  }

  .offshore-drupal-banner-image,
  .offshore-drupal-visual.offshore-drupal-banner-image {
    left: auto;
    width: 100%;
    max-width: 100%;
    min-height: 0;
    margin-top: 20px;
    margin-bottom: 0;
    transform: none;
  }

  .offshore-drupal-banner-image img {
    width: 100%;
    max-width: 100%;
  }
  .offshore-drupal-description,
  .offshore-drupal-description p {
    font-size: 15px;
  }
  .offshore-drupal-highlight h6 {
    font-size: 14px;
  }
  .offshore-drupal-stat-description,
  .offshore-drupal-stat-description p {
    font-size: 12px;
  }
}

/* =========================================================
   Responsive - 575px
   ========================================================= */

@media (max-width: 575.98px) {
  .offshore-drupal-banner-wrap {
    padding: 26px 14px;
    border-radius: 12px;
  }

  .offshore-drupal-badge {
    min-height: 38px;
    padding: 8px 14px;
    font-size: 12px;
  }

  .offshore-drupal-badge-icon {
    width: 23px;
    min-width: 23px;
    height: 23px;
    font-size: 11px;
  }

  .offshore-drupal-title {
    font-size: 25px;
  }

  .offshore-drupal-highlight {
    width: 100%;
    min-width: 100%;
    padding: 16px 8px;
    border-right: 0;
    border-bottom: 1px solid rgba(139, 168, 212, 0.18);
  }

  .offshore-drupal-highlight:first-child {
    padding-left: 8px;
  }

  .offshore-drupal-highlight:nth-last-child(-n + 2) {
    border-bottom: 1px solid rgba(139, 168, 212, 0.18);
  }

  .offshore-drupal-highlight:last-child {
    border-bottom: 0;
  }

  .offshore-drupal-highlight-icon {
    min-height: 42px;
    font-size: 29px;
  }

  .offshore-drupal-highlight h2 {
    font-size: 14px;
  }

  .offshore-drupal-banner-image,
  .offshore-drupal-visual.offshore-drupal-banner-image {
    width: 100%;
    min-height: 0;
    margin-top: 10px;
    margin-bottom: 0;
    transform: none;
  }

  .offshore-drupal-stat {
    min-height: 70px;
    padding: 10px 8px;
  }

  .offshore-drupal-stat > i {
    width: 27px;
    min-width: 27px;
    font-size: 22px;
  }

  .offshore-drupal-stat strong {
    font-size: 16px;
  }

 
}

/* 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;
  }
}
