.social-counter-lr {
  overflow: hidden;
  padding: 50px 0;
  color: #fff;
  background: radial-gradient(circle, #373737 12%, rgb(36 36 36) 21%, rgba(0, 0, 0, 1) 72%);
}

.social-counter-lr .scl-left h4 {
  font-size: 14px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: rgb(0 0 0);
  margin-bottom: 10px;
  background-color: #bcda51;
  display: inline-block;
  padding: 8px 5px;
  border-radius: 10px;
  font-weight: bold;
}

.social-counter-lr .scl-left h2 {
  font-size: 46px;
  line-height: 1.1;
  margin-bottom: 14px;
  margin-top: 10px;
  font-weight: bold;
}

.social-counter-lr .scl-left h2 span {
  background: linear-gradient(90deg, #abd21f, #f7e306, #2f3f01);
  background-size: 200% 200%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
}

.social-counter-lr .scl-left h2 span::after {
  content: "";
  position: absolute;
  right: -426px;
  bottom: -3px;
  background-image: url(../images/growth.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 57px;
}

.social-counter-lr .scl-left p {
  font-size: 18px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.78);
  max-width: 520px;
  margin-bottom: 20px;
}

.social-counter-lr .scl-btn {
  display: inline-block;
  padding: 13px 26px;
  border-radius: 14px;
  background: linear-gradient(135deg, #c1d94a, #22c55e);
  color: #020617;
  font-weight: 800;
  text-decoration: none;
  transition: 0.3s ease;
}

.social-counter-lr .scl-btn:hover {
  transform: translateY(-3px);
  filter: brightness(1.05);
}

.social-counter-lr .scl-right {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.social-counter-lr .scl-card {
  padding: 26px 18px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(208, 248, 29, 0.908);
  transition: 0.3s ease;
  background: radial-gradient(circle, rgba(0, 0, 0, 1) 50%, rgb(20 21 0) 100%);
}

.social-counter-lr .scl-card:hover {
  transform: translateY(-6px);
  border-color: rgba(193, 217, 74, 0.25);
}

.social-counter-lr .scl-card h3 {
  font-size: 42px;
  font-weight: 900;
  margin-bottom: 8px;
  color: #c1d94a;
}

.social-counter-lr .scl-card p {
  font-size: 14px;
  letter-spacing: 0.5px;
  color: rgba(255, 255, 255, 0.75);
}
.social-counter-lr .scl-card {
  position: relative;
  overflow: hidden;
}

.social-counter-lr .scl-card::before {
  width: 100px;
  height: 100px;
  content: "";
  background: linear-gradient(to right, rgb(41 40 40 / 52%), rgb(157 182 94));
  position: absolute;
  z-index: 1;
  border-radius: 50%;
  right: -13%;
  top: -31%;
  opacity: 0.2;
  animation: glowMove1 6s ease-in-out infinite;
}

.social-counter-lr .scl-card::after {
  width: 150px;
  height: 150px;
  content: "";
  background: linear-gradient(to right, rgb(218, 255, 139), rgb(0 0 0 / 0%));
  position: absolute;
  z-index: 1;
  border-radius: 50%;
  left: -25%;
  top: 34%;
  animation: glowMove2 8s ease-in-out infinite;
  opacity: 0.2;
}


@keyframes glowMove1 {
  0% {
    transform: translate(0, 0) scale(1);
  }

  50% {
    transform: translate(-25px, 18px) scale(1.15);
  }

  100% {
    transform: translate(0, 0) scale(1);
  }
}

@keyframes glowMove2 {
  0% {
    transform: translate(0, 0) scale(1);
  }

  50% {
    transform: translate(22px, -20px) scale(1.12);
  }

  100% {
    transform: translate(0, 0) scale(1);
  }
}
/* Responsive */
@media(max-width: 991px) {
 .social-counter-lr .scl-wrap {
    grid-template-columns: 1fr;
    text-align: center;
  }

 .social-counter-lr .scl-left p {
    margin: 0 auto 20px;
  }

 .social-counter-lr .scl-right {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media(max-width: 520px) {
.social-counter-lr  .scl-left h2 {
    font-size: 34px;
  }

 .social-counter-lr .scl-right {
    grid-template-columns: 1fr;
  }
  .social-counter-lr .scl-left h2 span::after{
    display: none;
  }
}

@media (min-width:1200px) and (max-width:1399px){
  .social-counter-lr .scl-left h2 {
    font-size: 34px;
}
.social-counter-lr .scl-left h2 span::after {
    right: -315px;
    height: 34px;
}
.social-counter-lr .scl-left p {
    font-size: 15px;
}
.social-counter-lr .scl-left h4 {
    font-size: 10px;
}
.social-counter-lr .scl-card h3 {
    font-size: 35px;
}
}
@media (min-width:1700px) and (max-width:1900px){
  .social-counter-lr .scl-left p {
    font-size: 20px;
}
.social-counter-lr .scl-card p {
    font-size: 18px;
}
}
@media (min-width:1901px) and (max-width:2500px){
  .social-counter-lr .scl-left h4 {
    font-size: 16px;
}
.left p {
    font-size: 22px;

}
.social-counter-lr .scl-card p {
    font-size: 22px;
    letter-spacing: 0.5px;
    color: rgba(255, 255, 255, 0.75);
}
}
@media (min-width:2501px) and (max-width:3500px){
.social-counter-lr .scl-left h2 {
    font-size: 47px;
}
.social-counter-lr .scl-left h4 {
    font-size: 18px;}
}