.custom-dev-need-section {
  background:
    radial-gradient(
      circle at top left,
      rgba(0, 97, 255, 0.07),
      transparent 24%
    ),
    linear-gradient(180deg, #f8fbff 0%, #ffffff 100%);
  color: #071333;
}

.custom-dev-need-section {
  padding-top: 5% !important;
}

.custom-dev-need-head {
  max-width: 1240px;
}

.custom-dev-need-kicker {
  color: #ff5a00;
  font-size: 16px;
  font-weight: 900;
  letter-spacing: 0.04em;
}

.custom-dev-need-kicker span {
  width: 54px;
  height: 2px;
  display: block;
  background: currentColor;
}

.custom-dev-need-head h2 {
  color: #071333;
  font-size: 44px;
  line-height: 1.15;
  font-weight: 900;
  letter-spacing: -0.04em;
}

.custom-dev-need-head p {
  max-width: 1120px;
  font-size: 18px;
  line-height: 1.45;
}

.custom-dev-compare-card {
  border: 1px solid #cfdbea;
  box-shadow: 0 14px 34px rgba(17, 40, 80, 0.06);
}

.custom-card-blue {
  border-color: #0d6efd;
}

.custom-dev-card-head {
  padding: 26px 28px;
  border-bottom: 1px solid #dbe8fb;
}

.custom-dev-card-head h3 {
  margin: 0 0 4px;
  color: #071333;
  font-size: 26px;
  line-height: 1.2;
  font-weight: 900;
}

.custom-dev-card-head p {
  color: #34405c;
  font-size: 18px;
  font-weight: 700;
}

.custom-card-blue .custom-dev-card-head h3 {
  color: #0d6efd;
}

.custom-dev-head-icon {
  width: 76px;
  min-width: 76px;
  height: 76px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #ffffff !important;
  background-color: #0d6efd !important;
  font-size: 38px;
}

.icon-dark {
  background: #4f5d73;
}

.icon-blue {
  background: linear-gradient(135deg, #0d6efd, #0053d6);
}

.custom-dev-list {
  padding: 0 28px;
}

.custom-dev-list-item {
  padding: 20px 0;
  border-bottom: 1px dashed #c9d8ef;
}

.custom-dev-list-icon {
  width: 74px;
  min-width: 74px;
  height: 74px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  font-size: 34px;
}

.icon-gray {
  background: #eef2f7;
  color: #56617a;
}

.icon-blue-soft {
  background: #eef5ff;
  color: #0d6efd;
}

.icon-green-soft {
  background: #eef9ef;
  color: #2f8f2f;
}

.icon-orange-soft {
  background: #fff2e8;
  color: #ff7a00;
}

.icon-purple-soft {
  background: #f2edff;
  color: #6f42c1;
}

.custom-dev-list-item h4 {
  margin: 0 0 6px;
  color: #071333;
  font-size: 22px;
  line-height: 1.2;
  font-weight: 900;
}

.custom-card-blue .custom-dev-list-item h4 {
  color: #0d6efd;
}

.custom-dev-list-item p {
  margin: 0;
  color: #071333;
  font-size: 16px;
  line-height: 1.45;
}

.custom-dev-arrow-wrap {
  width: 120px;
  display: grid;
  place-items: center;
  gap: 26px;
}

.custom-dev-arrow {
  width: 92px;
  height: 92px;
  display: grid;
  place-items: center;
  border: 1px solid #dbe8fb;
  background: #ffffff;
  color: #0d6efd;
  font-size: 46px;
  box-shadow: 0 14px 34px rgba(17, 40, 80, 0.08);
}

.custom-dev-dots {
  width: 58px;
  height: 92px;
  background-image: radial-gradient(
    rgba(13, 110, 253, 0.28) 2px,
    transparent 2px
  );
  background-size: 14px 14px;
}

.custom-dev-cta {
  border: 1px solid #cfe1fa;
  background: #eef6ff;
  box-shadow: 0 14px 34px rgba(17, 40, 80, 0.06);
}

.custom-dev-cta-img {
  width: 300px;
  max-width: 100%;
}

.custom-dev-cta-img img {
  display: block;
  width: 100%;
  height: 130px;
  object-fit: contain;
}

.custom-dev-cta h3 {
  color: #071333;
  font-size: 26px;
  line-height: 1.25;
  font-weight: 900;
}

.custom-dev-cta p {
  color: #071333;
  font-size: 18px;
  line-height: 1.45;
}

.custom-dev-cta-btn {
  min-height: 58px;
  padding: 0 28px;
  background: linear-gradient(135deg, #ff7a00, #ff4d00);
  font-size: 16px;
  font-weight: 900;
  box-shadow: 0 12px 28px rgba(255, 90, 0, 0.25);
}

.custom-dev-cta-btn:hover {
  color: #ffffff;
}

/* =========================================================
   Custom Development Need Responsive
   ========================================================= */

@media (max-width: 1600px) {
  .custom-dev-need-head h2 {
    font-size: 32px;
  }

  .custom-dev-need-head p {
    font-size: 15px;
  }

  .custom-dev-need-kicker {
    font-size: 14px;
  }

  .custom-dev-card-head h3 {
    font-size: 22px;
  }

  .custom-dev-card-head p {
    font-size: 15px;
  }

  .custom-dev-list-item h4 {
    font-size: 17px;
  }

  .custom-dev-list-item p,
  .custom-dev-cta p,
  .custom-dev-cta-btn {
    font-size: 14px;
  }

  .custom-dev-head-icon {
    width: 64px;
    min-width: 64px;
    height: 64px;
    font-size: 32px;
  }

  .custom-dev-list-icon {
    width: 62px;
    min-width: 62px;
    height: 62px;
    font-size: 28px;
  }

  .custom-dev-cta h3 {
    font-size: 22px;
  }
}

@media (max-width: 991px) {
  .custom-dev-cta-img {
    margin: 0 auto;
  }

  .custom-dev-cta div {
    text-align: center;
  }
}

@media (max-width: 767px) {
  .custom-dev-need-head h2 {
    font-size: 22px;
  }

  .custom-dev-need-head p {
    font-size: 15px;
  }

  .custom-dev-need-kicker {
    font-size: 13px;
  }

  .custom-dev-need-kicker span {
    width: 34px;
  }

  .custom-dev-card-head {
    padding: 20px;
  }

  .custom-dev-list {
    padding-left: 20px;
    padding-right: 20px;
  }

  .custom-dev-card-head h3 {
    font-size: 18px;
  }

  .custom-dev-card-head p {
    font-size: 14px;
  }

  .custom-dev-list-item h4 {
    font-size: 16px;
  }

  .custom-dev-list-item p {
    font-size: 13px;
  }

  .custom-dev-cta h3 {
    font-size: 18px;
  }

  .custom-dev-cta p {
    font-size: 14px;
  }

  .custom-dev-list-item,
  .custom-dev-card-head {
    align-items: flex-start !important;
  }

  .custom-dev-cta-btn {
    width: 100%;
    padding: 0 18px;
  }
}

@media (max-width: 575.98px) {
  .custom-dev-card-head,
  .custom-dev-list-item {
    gap: 16px !important;
  }

  .custom-dev-head-icon {
    width: 56px;
    min-width: 56px;
    height: 56px;
    font-size: 28px;
  }

  .custom-dev-list-icon {
    width: 54px;
    min-width: 54px;
    height: 54px;
    font-size: 24px;
  }
  .custom-solution-card {
    flex-direction: column;
  }
}


/* 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;
  }
}
