.build-drupal-section {
  background: #ffffff;
}

.build-drupal-wrap {
  position: relative;
  overflow: hidden;
  color: #ffffff;
  background:
    radial-gradient(
      circle at 48% 100%,
      rgba(13, 110, 253, 0.35),
      transparent 18%
    ),
    radial-gradient(
      circle at 82% 45%,
      rgba(0, 191, 255, 0.16),
      transparent 26%
    ),
    linear-gradient(135deg, #020817 0%, #061d49 52%, #020817 100%);
  border: 1px solid rgba(92, 165, 255, 0.28);
  box-shadow: 0 22px 70px rgba(2, 8, 23, 0.35);
}

.build-drupal-wrap::before,
.build-drupal-wrap::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.build-drupal-wrap::before {
  width: 220px;
  height: 220px;
  right: 40px;
  top: 24px;
  background-image: radial-gradient(
    rgba(13, 110, 253, 0.4) 1px,
    transparent 1px
  );
  background-size: 14px 14px;
  opacity: 0.45;
}

.build-drupal-wrap::after {
  left: -80px;
  bottom: -80px;
  width: 280px;
  height: 280px;
  background-image: radial-gradient(
    rgba(13, 110, 253, 0.35) 1px,
    transparent 1px
  );
  background-size: 13px 13px;
  opacity: 0.35;
}

.build-drupal-kicker,
.build-drupal-wrap .row,
.build-drupal-features {
  position: relative;
  z-index: 2;
}

.build-drupal-kicker {
  color: #ff7a00;
  font-size: 16px;
  font-weight: 900;
  letter-spacing: 0.04em;
}

.build-drupal-kicker span {
  width: 54px;
  height: 2px;
  display: block;
  background: currentColor;
}

.build-drupal-wrap h2 {
  max-width: 760px;
  color: #ffffff;
  font-size: 44px;
  line-height: 1.16;
  font-weight: 900;
  letter-spacing: -0.04em;
}

.build-drupal-desc p {
  max-width: 760px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 18px;
  line-height: 1.48;
}

.build-drupal-btn {
  min-height: 70px;
  padding: 0 26px;
  font-size: 16px;
  font-weight: 900;
}

.build-drupal-btn.primary {
  background: linear-gradient(135deg, #ff7a00, #ff4d00);
  box-shadow: 0 14px 34px rgba(255, 90, 0, 0.32);
}

.build-drupal-btn.outline {
  border: 1px solid rgba(255, 255, 255, 0.9);
  background: rgba(255, 255, 255, 0.04);
}

.build-drupal-btn i {
  font-size: 30px;
}

.build-drupal-trust {
  color: rgba(255, 255, 255, 0.9);
  font-size: 17px;
  font-weight: 700;
}

.build-drupal-trust i {
  color: #1687ff;
  font-size: 34px;
}

/* Orbit */
.build-drupal-orbit {
  position: relative;
  width: min(100%, 620px);
  min-height: 600px;
}

.build-drupal-orbit::before,
.build-drupal-orbit::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.build-drupal-orbit::before {
  width: 300px;
  height: 300px;
  border: 2px dashed rgba(0, 204, 255, 0.42);
}

.build-drupal-orbit::after {
  width: 390px;
  height: 390px;
  border: 1px dashed rgba(13, 110, 253, 0.18);
}

.build-drupal-center {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 240px;
  height: 240px;
  display: grid;
  place-items: center;
  align-content: center;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
  background:
    radial-gradient(
      circle at 35% 25%,
      rgba(86, 231, 255, 0.28),
      transparent 30%
    ),
    linear-gradient(135deg, #021d73, #0d6efd);
  border: 2px solid rgba(86, 231, 255, 0.9);
  box-shadow:
    0 0 0 14px rgba(13, 110, 253, 0.12),
    0 0 70px rgba(13, 110, 253, 0.55);
  z-index: 3;
}

.build-drupal-center i {
  font-size: 86px;
}

.build-drupal-center strong {
  margin-top: 6px;
  font-size: 36px;
  line-height: 1;
  font-weight: 900;
}

.build-orbit-card {
  position: absolute;
  width: 160px;
  text-align: center;
  color: #ffffff;
  font-size: 17px;
  line-height: 1.25;
  font-weight: 900;
  z-index: 4;
}

.build-orbit-card div {
  width: 112px;
  height: 112px;
  display: grid;
  place-items: center;
  margin: 0 auto 12px;
  border-radius: 16px;
  color: var(--orbit-color);
  font-size: 48px;
  background: rgba(3, 15, 42, 0.72);
  border: 1px solid var(--orbit-color);
  box-shadow: 0 0 30px color-mix(in srgb, var(--orbit-color) 35%, transparent);
}

.orbit-1 {
  --orbit-color: #9b5cff;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.orbit-2 {
  --orbit-color: #1687ff;
  top: 110px;
  right: 0;
}

.orbit-3 {
  --orbit-color: #ff7a00;
  right: -8px;
  bottom: 128px;
}

.orbit-4 {
  --orbit-color: #18d7e5;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}

.orbit-5 {
  --orbit-color: #9b5cff;
  left: 0;
  bottom: 118px;
}

.orbit-6 {
  --orbit-color: #18d7e5;
  top: 110px;
  left: 18px;
}

/* Features */
.build-drupal-features {
  border: 1px solid rgba(46, 139, 255, 0.45);
  background: rgba(2, 12, 35, 0.42);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.build-feature {
  min-height: 118px;
  padding: 22px;
  border-right: 1px solid rgba(92, 165, 255, 0.22);
  color: #ffffff;
  font-size: 16px;
  line-height: 1.35;
  font-weight: 800;
}

.build-feature i {
  min-width: 58px;
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #1687ff;
  font-size: 28px;
  border: 1px solid currentColor;
}

/* Responsive */
@media (max-width: 1600px) {
  .build-drupal-kicker {
    font-size: 14px;
  }

  .build-drupal-wrap h2 {
    font-size: 42px;
  }

  .build-drupal-desc p {
    font-size: 17px;
  }

  .build-drupal-btn {
    min-height: 58px;
    font-size: 14px;
  }

  .build-drupal-btn i {
    font-size: 24px;
  }

  .build-drupal-trust,
  .build-feature {
    font-size: 14px;
  }
  .build-orbit-card {
    font-size: 13px;
  }

  .build-drupal-orbit {
    min-height: 540px;
  }

  .build-drupal-center {
    width: 210px;
    height: 210px;
  }

  .build-drupal-center i {
    font-size: 74px;
  }

  .build-drupal-center strong {
    font-size: 30px;
  }

  .build-orbit-card div {
    width: 96px;
    height: 96px;
    font-size: 40px;
  }
}

@media (max-width: 1199px) {
  .build-feature {
    border-right: 0;
    border-bottom: 1px solid rgba(92, 165, 255, 0.22);
  }
}

@media (max-width: 991px) {
  .build-drupal-wrap h2 {
    font-size: 36px;
  }

  .build-drupal-orbit {
    margin-top: 20px;
  }
}

@media (max-width: 767px) {
  .build-drupal-kicker {
    font-size: 12px;
  }

  .build-drupal-kicker span {
    width: 34px;
  }

  .build-drupal-wrap h2 {
    font-size: 28px;
  }

  .build-drupal-desc p {
    font-size: 15px;
  }

  .build-drupal-btn {
    width: 100%;
  }

  .build-drupal-orbit {
    min-height: auto;
    display: grid;
    gap: 14px;
  }

  .build-drupal-orbit::before,
  .build-drupal-orbit::after {
    display: none;
  }

  .build-drupal-center,
  .build-orbit-card {
    position: static;
    transform: none;
    width: 100%;
  }

  .build-drupal-center {
    height: auto;
    min-height: 180px;
    border-radius: 24px;
  }

  .build-orbit-card {
    display: flex;
    align-items: center;
    gap: 14px;
    text-align: left;
  }

  .build-orbit-card div {
    width: 70px;
    min-width: 70px;
    height: 70px;
    margin: 0;
    font-size: 30px;
  }

  .build-feature {
    min-height: auto;
  }

  .build-drupal-wrap h2 {
    font-size: 22px;
  }
  .build-feature {
    font-size: 12px;
  }
}

/* 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;
  }
}

