.agency-support-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;
}

.agency-support-head {
  max-width: 1260px;
}

.agency-support-kicker {
  color: #0d6efd;
  font-size: 16px;
  font-weight: 900;
  letter-spacing: 0.04em;
}

.agency-support-kicker span {
  width: 54px;
  height: 2px;
  background: currentColor;
  display: block;
}

.agency-support-head h2 {
  color: #071333;
  font-size: 44px;
  line-height: 1.15;
  font-weight: 900;
  letter-spacing: -0.04em;
}

.agency-support-head p {
  max-width: 1120px;

  font-size: 18px;
  line-height: 1.45;
}

.agency-support-card,
.agency-support-benefits,
.agency-support-cta {
  border: 1px solid #dbe8fb;
  box-shadow: 0 14px 34px rgba(17, 40, 80, 0.06);
}

.agency-support-card {
  min-height: 340px;
}

.agency-support-card.active {
  border-color: #2f8f2f;
  background: linear-gradient(180deg, #f6fff6 0%, #ffffff 100%) !important;
}

.agency-support-no {
  position: absolute;
  top: 18px;
  left: 18px;
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #ffffff;
  font-size: 18px;
  font-weight: 900;
}

.agency-support-icon {
  width: 104px;
  height: 104px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  font-size: 50px;
}

.agency-support-card h3 {
  color: #071333;
  font-size: 22px;
  line-height: 1.2;
  font-weight: 900;
}

.agency-support-card.active h3 {
  color: #2f8f2f;
}

.agency-support-line {
  width: 44px;
  height: 3px;
  margin: 16px auto;
  border-radius: 50rem;
  background: #0d6efd;
}

.agency-support-card.active .agency-support-line {
  background: #2f8f2f;
}

.agency-support-card p {
  margin: 0;
  color: #071333;
  font-size: 16px;
  line-height: 1.45;
}

.agency-support-flow .col-xl-3:not(:last-child) .agency-support-card::after {
  content: "\f061";
  position: absolute;
  right: -26px;
  top: 50%;
  color: #0d6efd;
  font-family: "Font Awesome 6 Free";
  font-size: 28px;
  font-weight: 900;
  transform: translateY(-50%);
  z-index: 5;
}

.agency-support-benefits {
  overflow: hidden;
}

.agency-benefit {
  min-height: 108px;
  border-right: 1px solid #dbe8fb;
  border-bottom: 1px solid #dbe8fb;
}

.agency-benefit-icon {
  width: 66px;
  min-width: 66px;
  height: 66px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  font-size: 30px;
}

.agency-benefit p {
  margin: 0;
  color: #071333;
  font-size: 16px;
  line-height: 1.28;
  font-weight: 800;
}

.agency-support-cta {
  background: #eef6ff;
}

.agency-support-cta-img {
  width: 300px;
  max-width: 100%;
}

.agency-support-cta-img img {
  display: block;
  width: 100%;
  height: 130px;
  object-fit: contain;
}

.agency-support-cta h3 {
  color: #071333;
  font-size: 26px;
  line-height: 1.25;
  font-weight: 900;
}

.agency-support-cta p {
  color: #071333;
  font-size: 18px;
  line-height: 1.45;
}

.agency-support-btn {
  min-height: 64px;
  padding: 0 34px;
  background: linear-gradient(135deg, #0d6efd, #0053d6);
  font-size: 16px;
  font-weight: 900;
  box-shadow: 0 12px 28px rgba(13, 110, 253, 0.24);
}

.agency-support-btn:hover {
  color: #ffffff;
}

.agency-support-proof {
  grid-template-columns: repeat(5, 1fr);
}

.agency-proof-item {
  min-height: 58px;
  border-right: 1px solid #cfe1fa;
  color: #071333;
}

.agency-proof-item:last-child {
  border-right: 0;
}

.agency-proof-item i {
  color: #0d6efd;
  font-size: 28px;
}

.agency-proof-item span {
  font-size: 16px;
  font-weight: 800;
}

.bg-blue,
.icon-blue {
  background: #eef5ff;
  color: #0d6efd;
}

.bg-green,
.icon-green {
  background: #eef9ef;
  color: #2f8f2f;
}

.bg-red,
.icon-red {
  background: #fff0f0;
  color: #d60012;
}

.bg-purple,
.icon-purple {
  background: #f2edff;
  color: #6f42c1;
}

.bg-orange,
.icon-orange {
  background: #fff2e8;
  color: #e85d04;
}

.bg-teal,
.icon-teal {
  background: #e9fbf8;
  color: #159b90;
}

.agency-support-no.bg-blue,
.agency-support-no.bg-green {
  color: #ffffff;
}

.agency-support-no.bg-blue {
  background: linear-gradient(135deg, #0d6efd, #0053d6);
}

.agency-support-no.bg-green {
  background: linear-gradient(135deg, #4caf28, #146c2e);
}

/* =========================================================
   Agency Drupal Support Responsive
   ========================================================= */

@media (max-width: 1399px) {
  .agency-support-head h2 {
    font-size: 32px;
  }

  .agency-support-head p {
    font-size: 15px;
  }

  .agency-support-kicker,
  .agency-support-card p,
  .agency-benefit p,
  .agency-support-cta p,
  .agency-support-btn,
  .agency-proof-item span {
    font-size: 14px;
  }

  .agency-support-card h3,
  .agency-support-cta h3 {
    font-size: 22px;
  }

  .agency-support-icon {
    width: 88px;
    height: 88px;
    font-size: 42px;
  }

  .agency-benefit-icon {
    width: 58px;
    min-width: 58px;
    height: 58px;
    font-size: 26px;
  }
}

@media (max-width: 1199px) {
  .agency-support-flow .col-xl-3:not(:last-child) .agency-support-card::after {
    display: none;
  }

  .agency-support-proof {
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
  }

  .agency-proof-item {
    border-right: 0;
  }
  .agency-support-cta div{
    text-align: center;
  }
  .agency-support-cta .col-lg-3{
    display: flex;
    justify-content: center;
  }
}

@media (max-width: 767px) {
  .agency-support-head h2 {
    font-size: 22px;
  }
  .agency-support-kicker{
    font-size: 12px;
  }

  .agency-support-head p {
    font-size: 16px;
  }

  .agency-support-kicker span {
    width: 34px;
  }

  .agency-support-card {
    min-height: auto;
  }

  .agency-support-cta-img {
    margin: 0 auto;
  }

  .agency-support-btn {
    width: 100%;
    padding: 0 20px;
  }

  .agency-support-proof {
    grid-template-columns: 1fr;
  }
}
