/* 

.premium-counter-section {
  position: relative;
  overflow: hidden;
  padding: 120px 0;
  background: linear-gradient(
    180deg,
    #ffffff 0%,
    #f8fbff 100%
  );
}

.container {
  width: 100%; 
  margin: auto;
  padding: 0 20px;
  position: relative;
  z-index: 2;
}


.counter-glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(120px);
  opacity: 0.16;
}

.counter-glow-1 {
  width: 420px;
  height: 420px;
  background: #ff4d6d;
  top: -150px;
  left: -100px;
}

.counter-glow-2 {
  width: 500px;
  height: 500px;
  background: #2563eb;
  bottom: -180px;
  right: -180px;
}


.counter-top {
  text-align: center;
  margin-bottom: 70px;
}

.counter-tag {
  display: inline-flex;
  padding: 10px 20px;
  border-radius: 100px;
  background: rgba(255, 77, 109, 0.08);
  color: #ff4d6d;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2px;
  margin-bottom: 24px;
}

.counter-heading {
  font-size: 54px;
  line-height: 1.1;
  font-weight: 700;
  color: #101828;
  max-width: 900px;
  margin: auto;
  letter-spacing: -2px;
}

.counter-heading span {
  display: block;
  background: linear-gradient(
    90deg,
    #ff4d6d,
    #ff7b00
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}



.counter-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
}



.counter-card {
  position: relative;
  border-radius: 34px;
  padding: 1px;
  background: linear-gradient(
    135deg,
    rgba(255,255,255,0.9),
    rgba(255,255,255,0.4)
  );

  transition: all 0.45s ease;
}

.counter-card:hover {
  transform: translateY(-10px);
}

.counter-card-inner {
  position: relative;
  overflow: hidden;
  background: rgba(255,255,255,0.78);
  backdrop-filter: blur(24px);
  border-radius: 34px;
  padding: 55px 30px;
  text-align: center;
  box-shadow: 0 30px 80px rgba(15,23,42,0.06);
}



.counter-card-inner::before {
  content: "";
  position: absolute;
  top: -120%;
  left: -40%;
  width: 80%;
  height: 300%;
  background: linear-gradient(
    to right,
    rgba(255,255,255,0),
    rgba(255,255,255,0.45),
    rgba(255,255,255,0)
  );

  transform: rotate(25deg);
  transition: 0.8s;
}

.counter-card:hover .counter-card-inner::before {
  left: 140%;
}


.counter-number-wrap {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin-bottom: 24px;
}

.counter-number {
  font-size: 70px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: -3px;
  color: #101828;
}

.counter-suffix {
  font-size: 28px;
  font-weight: 700;
  margin-left: 6px;
  margin-top: 10px;
  color: #ff4d6d;
}


.counter-divider {
  width: 70px;
  height: 4px;
  border-radius: 100px;
  margin: 0 auto 24px;
  background: linear-gradient(
    90deg,
    #ff4d6d,
    #ff7b00
  );
}


.counter-text {
  font-size: 20px;
  line-height: 1.5;
  font-weight: 600;
  color: #111827;
}

.counter-text span {
  display: block;
  color: #6b7280;
  font-weight: 500;
}


@media (max-width: 1100px) {

  .counter-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .counter-heading {
    font-size: 48px;
  }
}

@media (max-width: 768px) {

  .premium-counter-section {
    padding: 80px 0;
  }

  .counter-grid {
    grid-template-columns: 1fr;
  }

  .counter-heading {
    font-size: 36px;
  }

  .counter-card-inner {
    padding: 45px 24px;
  }

  .counter-number {
    font-size: 58px;
  }

  .counter-text {
    font-size: 18px;
  }
}


 */




 /*==============================================
 Counter One 
===============================================*/
.counter-one {
    position: relative;
    display: block;
    padding: 90px 0 90px;
    z-index: 1;
}

.counter-one__single-list-box {
    position: relative;
    display: flex;
    align-items: center;
}

.counter-one__single-list {
    position: relative;
    display: block;
    max-width: 370px;
    width: 100%;
}

.counter-one__single-list+.counter-one__single-list {
    margin-left: -65px;
}

.counter-one__single {
    position: relative;
    display: block;
    border: 1px solid var(--nexin-bdr-color);
    border-radius: 50%;
    text-align: center;
    padding: 111px 0 105.32px;
    margin-bottom: 30px;
}

.counter-one__count {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.counter-one__count h3 {
    font-size: 64px;
    font-weight: 500;
    line-height: 64px !important;
    font-family: var(--nexin-font) !important;
}

.counter-one__count span {
    font-size: 64px;
    font-weight: 500;
    line-height: 64px !important;
    font-family: var(--nexin-font) !important;
    color: var(--nexin-black);
}

.counter-one__count-text {
    font-size: 30px;
    font-family: var(--nexin-font-two);
    line-height: 40px;
}




/*==============================================
    End   
===============================================*/