/* =========================================================
   03. Hero + Service Highlights
   ========================================================= */

.challenges,
.drupal-hero {
  font-family: "Inter", Arial, Helvetica, sans-serif;
}
.drupal-hero {
  background: #001337;
  padding: 3% 3%;
  padding-bottom: 6%;
}
.hero-badge {
  background-color: #0d2245;
  color: #42a5f9;
  border-radius: 50px;
  padding-block: 10px;
  padding-inline: 18px;
  font-size: 16px;
  text-transform: uppercase;
}
.hero-title h2 {
  font-size: 55px;
  line-height: 1.25;
}
.hero-title span {
  color: #42a5f9;
}
.hero-content p,
.hero-proof {
  font-size: 18px !important;
}
.hero-btn {
  gap: 14px;
  padding: 18px 30px;
  font-size: 16px;
}
.hero-proof strong {
  color: #42a5f9;
}
.drupal-services {
  grid-template-columns: repeat(6, 1fr);
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.08);
  margin-bottom: -9%;
  z-index: 1;
}
.feature-one {
  padding: 0 13px;
}
.feature-one:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 18%;
  width: 1px;
  height: 64%;
  background: #e7eaf0;
}
.drupal-service-icon {
  width: 80px;
  height: 80px;
  flex: 0 0 80px;
  place-items: center;
}
.icon-purple {
  color: #4f46e5;
  background: #f0efff;
}
.icon-green {
  color: #16a56f;
  background: #e9fbf3;
}
.icon-orange {
  color: #ff7a13;
  background: #fff2e8;
}
.icon-blue {
  color: #1b94f5;
  background: #eaf5ff;
}
.icon-red {
  color: #ff4757;
  background: #fff0f2;
}
.icon-sky {
  color: #3178f6;
  background: #edf5ff;
}
.feature-one p {
  color: #07142f;
  line-height: 1.45;
  font-size: 16px !important;
}
.drupal-services-section {
  background:
    radial-gradient(
      circle at top right,
      rgba(255, 106, 0, 0.16),
      transparent 28%
    ),
    radial-gradient(
      circle at bottom left,
      rgba(0, 96, 255, 0.13),
      transparent 30%
    ),
    linear-gradient(180deg, #f8fbff 0%, #eef5ff 100%);
  color: #071d4d;
}
.drupal-services-section::before {
  content: "";
  position: absolute;
  left: -140px;
  top: 120px;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(0, 102, 255, 0.16), transparent 62%);
  pointer-events: none;
}
.drupal-services-section::after {
  content: "";
  position: absolute;
  right: 40px;
  top: 180px;
  width: 180px;
  height: 180px;
  background-image: radial-gradient(
    rgba(0, 93, 255, 0.18) 2px,
    transparent 2px
  );
  background-size: 18px 18px;
  opacity: 0.7;
  pointer-events: none;
}
.drupal-hero-visual {
  width: 430px;
  height: 330px;
}
.service-icon-blue {
  background: linear-gradient(145deg, #0b78ff, #0645d9);
}
.service-icon-orange {
  background: linear-gradient(145deg, #ff8d2a, #ff5200);
}

/* =========================================================
   Hero + Service Highlights Extra Styles
   ========================================================= */
.hire-btn {
  border: 1px solid #fff;
}
.drupal-circle {
  top: 20px;
  left: 95px;
  place-items: center;
  width: 260px;
  height: 260px;
  background: linear-gradient(145deg, #ffffff, #eef5ff);
  box-shadow:
    0 30px 70px rgba(7, 29, 77, 0.16),
    inset 0 0 0 16px rgba(255, 255, 255, 0.78),
    inset 0 0 0 34px rgba(222, 234, 252, 0.9);
}
.drupal-drop {
  place-items: center;
  width: 135px;
  height: 135px;
  border-radius: 52% 48% 55% 45% / 60% 60% 40% 40%;
  background: linear-gradient(180deg, #21b3ff 0%, #005eea 58%, #061d86 100%);
  font-size: 76px;
  font-weight: 900;
  box-shadow: 0 24px 44px rgba(0, 92, 234, 0.28);
}
.drupal-drop i {
  line-height: 1;
}
.orbit {
  border: 1px solid rgba(0, 93, 255, 0.35);
  transform: rotate(-15deg);
}
.orbit-one {
  top: 74px;
  left: 40px;
  width: 360px;
  height: 150px;
}
.orbit-two {
  top: 90px;
  left: 65px;
  width: 305px;
  height: 120px;
  border-style: dashed;
  opacity: 0.55;
}
.floating-dot {
  width: 18px;
  height: 18px;
}
.dot-blue {
  top: 12px;
  left: 75px;
  background: #0439b8;
  box-shadow: 0 10px 20px rgba(7, 91, 232, 0.25);
}
.dot-orange {
  right: 36px;
  bottom: 86px;
  background: #ff8a3d;
  box-shadow: 0 10px 20px rgba(255, 98, 0, 0.25);
}
.floating-mini-card {
  place-items: center;
  width: 54px;
  height: 54px;
  box-shadow: 0 18px 35px rgba(7, 29, 77, 0.18);
}
.mini-card-one {
  left: 96px;
  bottom: 80px;
  background: #0439b8;
}
.mini-card-two {
  right: 35px;
  top: 62px;
  background: #ff6200;
}

/* =========================================================
   Hero + Service Highlights Responsive
   ========================================================= */
@media (max-width: 1399.98px) {
  .hero-title h2 {
    font-size: 40px;
    line-height: 1.25;
  }
  .hiredev-stats-contain {
    padding: 10px !important;
  }

  .hero-content p,
  .hero-proof {
    font-size: 15px !important;
  }

  .drupal-service-icon {
    width: 55px;
    height: 55px;
    flex: 0 0 55px;
  }

  .feature-one p {
    font-size: 12px !important;
  }

  .hero-btn {
    font-size: 14px;
    padding: 16px 24px;
  }

  .hero-badge {
    font-size: 14px;
  }

  .hero-proof {
    margin-block: 24px !important;
  }
  .hiredev-drupal-hero .hiredev-proof-item span,
  .hiredev-drupal-hero .hiredev-hiring-option span {
    font-size: 14px;
  }
  .hiredev-stat-box strong {
    font-size: 15px !important;
  }
  .hiredev-stat-box span {
    font-size: 13px;
  }
}

@media (max-width: 1199px) {
  .drupal-services {
    grid-template-columns: repeat(3, 1fr);
    row-gap: 24px;
    margin-bottom: 0;
  }

  .feature-one:nth-child(3)::after,
  .feature-one:nth-child(6)::after {
    display: none;
  }
}

@media (max-width: 767px) {
  .hero-title h2 {
    font-size: 32px !important;
  }

  .hero-badge {
    font-size: 12px;
    margin-top: 20px;
  }

  .drupal-services {
    grid-template-columns: 1fr;
    padding: 24px !important;
  }

  .feature-one {
    padding: 14px 0;
  }

  .feature-one::after {
    display: none;
  }

  .hero-btn {
    font-size: 15px;
  }

  .fs-md-5 {
    font-size: 18px !important;
  }
}

/* =========================================================
   Hire Developer Hero Proof + Stats
   ========================================================= */

.drupal-hero.hiredev-drupal-hero {
  padding-bottom: 3%;
  overflow: hidden;
}

.hiredev-drupal-hero .hero-content {
  max-width: 100%;
}

.hiredev-drupal-hero .hero-section-btn {
  flex-wrap: wrap;
}

.hiredev-drupal-hero .hero-btn {
  max-width: 100%;
  white-space: normal;
}

/* Proof List */
.hiredev-drupal-hero .hiredev-proof-list {
  padding-bottom: 28px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.22);
}

.hiredev-drupal-hero .hiredev-proof-item {
  min-width: 0;
  color: #ffffff;
}

.hiredev-drupal-hero .hiredev-proof-item i {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  min-width: 52px;
  border: 1px solid rgba(80, 150, 255, 0.6);
  border-radius: 50%;
  color: #ffffff;
  font-size: 22px;
}

.hiredev-drupal-hero .hiredev-proof-item span {
  min-width: 0;
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.4;
  overflow-wrap: break-word;
}

/* Hiring Options */
.hiredev-drupal-hero .hiredev-hiring-options {
  grid-template-columns: repeat(2, 1fr);
  margin-top: 30px;
}

.hiredev-drupal-hero .hiredev-hiring-option {
  min-width: 0;
  min-height: 78px;
  padding: 14px 18px;
  border: 1px solid rgba(80, 150, 255, 0.55);
  border-radius: 10px;
  color: #ffffff;
  background: rgba(0, 35, 90, 0.25);
}

.hiredev-drupal-hero .hiredev-hiring-option i {
  min-width: 32px;
  color: #ffffff;
  font-size: 30px;
}

.hiredev-drupal-hero .hiredev-hiring-option span {
  min-width: 0;
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.3;
  overflow-wrap: break-word;
}

/* Banner Image */
.hiredev-banner-img {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}

.hiredev-banner-img img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  object-fit: contain;
}

/* Stats Strip */
.hiredev-stats-strip {
  margin-top: 30px;
  margin-bottom: 0;
}

.hiredev-stats-inner {
  max-width: 1380px;
  margin-left: auto;
  margin-right: auto;
}

.hiredev-stat-icon {
  width: 58px;
  height: 58px;
  min-width: 58px;
  color: #082f8f;
  font-size: 34px;
}

.hiredev-stat-box strong {
  color: #071742;
  font-size: 22px;
  font-weight: 900;
  line-height: 1.1;
}

.hiredev-stat-box span {
  color: #17213d;
  font-size: 16px;
  line-height: 1.35;
}

/* =========================================================
   Hire Developer Hero Proof + Stats Responsive
   ========================================================= */

@media (min-width: 1200px) {
  .border-end-xl {
    border-right: 1px solid #d7deea;
  }
}

@media (min-width: 1600px) {
  .hiredev-drupal-hero .hiredev-hiring-options {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (max-width: 1199px) {
  .hiredev-stats-strip {
    margin-top: 25px;
  }

  .hiredev-stat-box {
    border-bottom: 1px solid #d7deea;
  }

  .hiredev-stats-strip .col-12:last-child .hiredev-stat-box {
    border-bottom: 0;
  }
}

@media (max-width: 991px) {
  .hiredev-drupal-hero .hiredev-hiring-options {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 575px) {
  .hiredev-drupal-hero .hiredev-hiring-options {
    grid-template-columns: 1fr;
  }

  .hiredev-drupal-hero .hiredev-proof-item i {
    width: 44px;
    height: 44px;
    min-width: 44px;
    font-size: 18px;
  }

  .hiredev-drupal-hero .hiredev-proof-item span,
  .hiredev-drupal-hero .hiredev-hiring-option span {
    font-size: 14px;
  }

  .hiredev-stat-icon {
    width: 50px;
    height: 50px;
    min-width: 50px;
    font-size: 28px;
  }

  .hiredev-stat-box strong {
    font-size: 22px;
  }

  .hiredev-stat-box span {
    font-size: 14px;
  }
}
