.custom-solutions-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-solutions-head {
  max-width: 1240px;
}

.custom-solutions-kicker {
  color: #ff5a00;
  font-size: 16px;
  font-weight: 900;
  letter-spacing: 0.04em;
}

.custom-solutions-kicker span {
  width: 54px;
  height: 2px;
  display: block;
  background: currentColor;
}

.custom-solutions-head h2 {
  color: #071333;
  font-size: 44px;
  line-height: 1.15;
  font-weight: 900;
  letter-spacing: -0.04em;
}

.custom-solutions-head p {
  max-width: 1040px;
  font-size: 18px;
  line-height: 1.45;
}

.custom-solution-card {
  min-height: 142px;
  border: 1px solid currentColor;
  box-shadow: 0 14px 34px rgba(17, 40, 80, 0.06);
}

.solution-icon {
  width: 86px;
  min-width: 86px;
  height: 86px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  background: currentColor;
  font-size: 42px;
}

.solution-icon i {
  color: #ffffff;
}

.solution-no {
  width: 42px;
  min-width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 6px;
  color: #ffffff !important;
  font-size: 18px;
  font-weight: 900;
}

.custom-solution-card h3 {
  margin: 0 0 6px;
  color: #071333;
  font-size: 21px;
  line-height: 1.2;
  font-weight: 900;
}

.custom-solution-card p {
  margin: 0;
  color: #071333;
  font-size: 15px;
  line-height: 1.38;
}

.custom-blue {
  color: #0d6efd;
}

.custom-green {
  color: #15a044;
}

.custom-purple {
  color: #7c4dff;
}

.custom-orange {
  color: #ff7a00;
}

.custom-pink {
  color: #e7238a;
}

.custom-teal {
  color: #18aebd;
}

.bg-blue {
  background: linear-gradient(135deg, #0d6efd, #0053d6);
}

.bg-green {
  background: linear-gradient(135deg, #16b84e, #087b33);
}

.bg-purple {
  background: linear-gradient(135deg, #7c4dff, #5b2fc7);
}

.bg-orange {
  background: linear-gradient(135deg, #ff8a00, #ff5a00);
}

.bg-pink {
  background: linear-gradient(135deg, #ec2c99, #c81270);
}

.bg-teal {
  background: linear-gradient(135deg, #21c7c7, #078a98);
}

.solution-center {
  max-width: 390px;
}

.solution-center-ring {
  width: 360px;
  height: 360px;
  max-width: 100%;
  display: grid;
  place-items: center;
  border: 2px dashed #9cc7ff;
  background: #ffffff;
  box-shadow: 0 18px 44px rgba(17, 40, 80, 0.08);
}

.solution-center-inner {
  width: 300px;
  height: 300px;
  max-width: 84%;
  border: 14px solid #edf5ff;
  background: #ffffff;
}

.solution-center-inner i {
  color: #0d6efd;
  font-size: 78px;
  margin-bottom: 18px;
}

.solution-center-inner h3 {
  margin: 0 0 12px;
  color: #071333;
  font-size: 30px;
  line-height: 1.12;
  font-weight: 900;
}

.solution-center-inner h3::first-line {
  color: #071333;
}

.solution-center-inner p {
  max-width: 240px;
  margin: 0;
  color: #071333;
  font-size: 16px;
  line-height: 1.35;
}

.custom-solutions-cta {
  border: 1px solid #cfe1fa;
  background: #eef6ff;
  box-shadow: 0 14px 34px rgba(17, 40, 80, 0.06);
}

.custom-solutions-cta-img {
  width: 310px;
  max-width: 100%;
}

.custom-solutions-cta-img img {
  display: block;
  width: 100%;
  height: 138px;
  object-fit: contain;
}

.custom-solutions-cta h3 {
  color: #071333;
  font-size: 26px;
  line-height: 1.25;
  font-weight: 900;
}

.custom-solutions-cta p {
  color: #071333;
  font-size: 18px;
  line-height: 1.45;
}

.custom-solutions-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-solutions-btn:hover {
  color: #ffffff;
}

.custom-solutions-points {
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid #cfe1fa;
  padding-top: 18px;
}

.solution-point {
  color: #071333;
  font-size: 16px;
  font-weight: 800;
  border-right: 1px solid #cfe1fa;
}

.solution-point i {
  color: #0d6efd;
  font-size: 26px;
}
/* Center Solution Image */
.solution-center {
  width: 100%;
  max-width: 420px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.solution-center-ring {
  width: 420px;
  height: 420px;
  max-width: 100%;
  margin: 0 auto;
  background: transparent;
  border: 0;
  box-shadow: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

.solution-center-ring img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

/* Center Image Alignment */
.custom-solutions-map .row {
  align-items: center !important;
}

/* Center Solution Image */
.solution-center {
  width: 100%;
  max-width: 560px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.solution-center-ring {
  width: 560px;
  height: 560px;
  max-width: 100%;
  margin: 0 auto;
  background: transparent;
  border: 0;
  box-shadow: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

.solution-center-ring img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.solution-center {
  position: relative;
  z-index: 2;
}

.solution-center-ring {
  overflow: visible;
}

.solution-center-ring img {
  transform-origin: center;
}

.custom-solution-list {
  position: relative;
  z-index: 1000;
}

/* Responsive */

/* Desktop Spacing */

/* Large Desktop Image Scale */
@media (min-width: 1400px) {
  .solution-center-ring img {
    transform: scale(1.2);
  }
}

/* Laptop Image Scale */
@media (min-width: 1200px) and (max-width: 1399px) {
  .solution-center-ring img {
    transform: scale(1.5);
  }
}

/* Tablet Image Scale */
@media (max-width: 1199px) {
  .solution-center-ring img {
    transform: scale(1);
  }
}
@media (min-width: 1200px) {
  .custom-solutions-map {
    margin-top: 30px;
  }

  .solution-center {
    max-width: 450px;
  }

  .solution-center-ring {
    width: 450px;
    height: 450px;
  }

  .custom-solution-list {
    gap: 14px !important;
  }

  .custom-solution-card {
    min-height: 132px;
  }
  .custom-solutions-map {
    margin-top: 30px;
  }

  .solution-center {
    max-width: 560px;
  }

  .solution-center-ring {
    width: 560px;
    height: 560px;
  }

  .custom-solution-list {
    gap: 14px !important;
  }

  .custom-solution-card {
    min-height: 132px;
  }
}
@media (max-width: 1600px) {
  .custom-solutions-head h2 {
    font-size: 32px;
  }

  .custom-solutions-head p {
    font-size: 15px;
  }

  .custom-solutions-kicker {
    font-size: 14px;
  }

  .custom-solution-card h3 {
    font-size: 17px;
  }

  .custom-solution-card p,
  .custom-solutions-btn {
    font-size: 14px;
  }

  .solution-icon {
    width: 68px;
    min-width: 68px;
    height: 68px;
    font-size: 34px;
  }

  .solution-no {
    width: 36px;
    min-width: 36px;
    height: 36px;
    font-size: 15px;
  }

  .solution-center-ring {
    width: 300px;
    height: 300px;
  }

  .solution-center-inner {
    width: 245px;
    height: 245px;
  }

  .solution-center-inner i {
    font-size: 60px;
  }

  .solution-center-inner h3 {
    font-size: 24px;
  }

  .solution-center-inner p {
    font-size: 14px;
  }

  .custom-solutions-cta h3 {
    font-size: 22px;
  }

  .custom-solutions-cta p {
    font-size: 16px;
  }

  .solution-point {
    font-size: 14px;
  }

  .solution-center {
    max-width: 460px;
  }

  .solution-center-ring {
    width: 460px;
    height: 460px;
  }
}

@media (max-width: 1200px) {
  /* .custom-solutions-map .col-lg-4 {
    width: 50% !important;
  } */
}

@media (max-width: 991px) {
  .solution-center {
    margin: 20px auto;
  }

  .custom-solutions-cta-img {
    margin: 0 auto;
  }

  .custom-solutions-cta div {
    text-align: center;
  }

  .custom-solutions-points {
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
  }

  .solution-point {
    border-right: 0;
  }

  .solution-center {
    max-width: 360px;
    margin: 24px auto;
  }

  .solution-center-ring {
    width: 360px;
    height: 360px;
  }
}

@media (max-width: 767px) {
  .custom-solutions-head h2 {
    font-size: 22px;
  }

  .custom-solutions-head p {
    font-size: 15px;
  }

  .custom-solutions-kicker {
    font-size: 13px;
  }

  .custom-solutions-kicker span {
    width: 34px;
  }

  .custom-solution-card {
    align-items: flex-start !important;
  }

  .custom-solution-card h3 {
    font-size: 16px;
  }

  .custom-solution-card p {
    font-size: 13px;
  }

  .custom-solutions-btn {
    width: 100%;
    padding: 0 18px;
  }

  .custom-solutions-points {
    grid-template-columns: 1fr;
  }

  .custom-solutions-cta h3 {
    font-size: 18px;
  }
  .custom-solutions-cta p {
    font-size: 14px;
  }
  .custom-solutions-btn {
    font-size: 14px;
    padding: 13px !important;
  }
}

@media (max-width: 575.98px) {
  .custom-solution-card {
    gap: 16px !important;
  }

  .solution-icon {
    width: 58px;
    min-width: 58px;
    height: 58px;
    font-size: 28px;
  }

  .solution-no {
    width: 34px;
    min-width: 34px;
    height: 34px;
    font-size: 14px;
  }

  .solution-center-ring {
    width: 260px;
    height: 260px;
  }

  .solution-center-inner {
    width: 210px;
    height: 210px;
    border-width: 10px;
  }

  .solution-center-inner i {
    font-size: 50px;
  }

  .solution-center-inner h3 {
    font-size: 20px;
  }

  .solution-center-inner p {
    font-size: 13px;
  }

  .solution-center {
    max-width: 280px;
    margin: 18px auto;
  }

  .solution-center-ring {
    width: 280px;
    height: 280px;
  }

  .solution-center-ring {
    display: none;
  }
}

/* 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;
  }
}

