.thanks-counter {
  display: flex;
  gap: 15px;
  justify-content: end;
}

.value {
  color: #fff;
  font-size: 35px;
  font-weight: 700;
  letter-spacing: 0.6px;
  margin-bottom: -6px;
}

.label {
  color: #fff;
  font-size: 17px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
  text-align: center;
}

.controls {
  display: flex;
  gap: 10px;
  margin-top: 12px;
  width: 100%;
  justify-content: center;
}

button {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.06);
  color: #fff;
  padding: 8px 12px;
  border-radius: 8px;
  cursor: pointer;
  font-weight: 600;
  backdrop-filter: blur(6px);
}

button.secondary {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.04);
}

.small {
  font-size: 12px;
  color: #fff;
  width: 100%;
  text-align: center;
  margin-top: 8px;
}

.thanks-btn {
  background-color: #ffd23a;
  color: #000;
  transition: all 0.4s ease-in-out;
  display: inline-block;
  padding: 10px 15px;
  border-radius: 25px;
  font-weight: 600;
  box-shadow: rgb(255 239 11 / 73%) 0px 7px 29px 0px;
}

.thanks-btn:hover {
  background-color: #000;
  color: #ffd23a;
}

.thanks-content.text-white h3 {
  font-size: 30px;
}

.thanks-content.text-white p {
  font-size: 25px;
}

.mid-col {
  display: flex;
}

.given-sec {
  position: sticky;
  top: 0;
  z-index: 1040;
}

@media (max-width: 1399px) {
  .thanks-content.text-white h3 {
    font-size: 25px;
  }

  .thanks-content.text-white p {
    font-size: 20px;
  }

  .label {
    font-size: 14px;
  }

  .value {
    font-size: 30px;
  }
}

@media (max-width: 1199px) {
  .thanks-content.text-white h3 {
    font-size: 21px;
  }

  .thanks-content.text-white p {
    font-size: 17px;
    font-weight: 500;
  }

  .thanks-img li img {
    max-width: 70% !important;
  }

  .value {
    font-size: 23px;
  }

  .label {
    font-size: 12px;
  }

  .thanks-btn {
    padding: 7px 10px;
    font-size: 13px;
  }

  .offer-image {
    left: 0px !important;
    width: 200px !important;
  }
}

@media (max-width: 992px) {
  .mid-col {
    display: none !important;
  }

  .thanks-img li {
    text-align: left !important;
  }
}

@media (max-width: 767px) {
  .thanks-img li img {
    max-width: 80% !important;
  }

  .thanks-img li {
    text-align: center !important;
  }

  .value {
    font-size: 20px;
  }

  .label {
    font-size: 10px;
  }
}

@media (max-width: 575px) {
  .given-sec .wrap {
    justify-content: center;
  }

  .thanks-img li img {
    max-width: 100% !important;
  }

  .value {
    font-size: 16px;
  }

  .label {
    font-size: 8px;
  }

  .thanks-btn {
    padding: 5px 8px;
    font-size: 12px;
  }

  .thanks-counter {
    gap: 9px;
  }
}

@media (max-width: 380px) {
  .btn-red.thanks-btn {
    font-size: 12px;
  }

  .value {
    font-size: 12px;
  }

  .label {
    font-size: 7px;
  }

  .fifty-img img {
    width: 100% !important;
  }
}

.fifty-img img {
  width: 35% !important;
}





/* Popup Design */

.offer-modal .modal-content {
  border-radius: 12px;
  overflow: hidden;
}

.offer-image {
  min-height: 100%;
}

.offer-badge {
  background: #26a6f6;
  color: #fff;
  padding: 6px 12px;
  display: inline-block;
  border-radius: 20px;
  font-size: 14px;
  margin-bottom: 10px;
}

/* Flex row default */
.flex-responsive-row {
  display: flex;
  flex-wrap: wrap;
}

.btn-danger {
  background-color: #26a6f6;
  border-color: #26a6f6;
}

.btn-danger:hover {
  background-color: #3a5fad;
  border-color: #3a5fad;
}

/* Between 992px and 1200px: switch to column */
@media (min-width: 992px) and (max-width: 1199.98px) {
  .flex-responsive-row {
    flex-direction: column !important;
  }

  .flex-responsive-row>.offer-col-image,
  .flex-responsive-row>.offer-col-content {
    width: 100% !important;
  }
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}