.counter-section {
  display: flex;
  width: 100vw;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 15% 0;
  position: relative;
  background-image: url("/wp-content/uploads/2024/07/puppy-sleeping-in-lobby.png");
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  margin-left: calc(-50vw + 50%);
}

.counter-container {
  width: 1200px;
  max-width: 90vw;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.count-slot {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 1px;
  width: 25%;
  padding: 0 26px;
  box-sizing: border-box;
}

/* #count-slot-1 {
  width: 275px;
  margin: 15px;
  background-position: center;
  background-size: cover;
  justify-content: flex-start;
}

#count-slot-2 {
  width: 275px;
  margin: 15px;
  background-position: center;
  background-size: cover;
  justify-content: flex-start;
}

#count-slot-3 {
  width: 275px;
  margin: 25px;
  background-position: center;
  background-size: cover;
  justify-content: flex-start;
}

#count-slot-4 {
  width: 275px;
  margin: 25px;
  background-position: center;
  background-size: cover;
  justify-content: flex-start;
} */

.od-plus-container {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  border: 2px solid rgba(255, 255, 255, 0.2);
  margin-bottom: 24px;
  box-sizing: border-box;
  aspect-ratio: 1 / 1;
  padding: 40px;
  width: 100%;
}

.count-slot .count-number {
  font-size: 64px !important;
  text-align: center;
  margin: 0 !important;
  font-family: "teko", sans-serif;
  /* text-shadow: 2px 2px 4px #00000033; */
  color: white;
}

/* #count-slot-1 p {
  color: #fff;
}
#count-slot-2 p {
  color: #fff;
}
#count-slot-3 p {
  color: #fff;
}
#count-slot-4 p {
  color: #fff;
} */

.od-divider {
  width: 40px;
  height: 5px;
  background-color: #fff;
  margin: 10px 0 25px;
}

.count-slot .category-stat {
  text-align: center;
  font-size: 28px;
  font-weight: 600;
  padding: 0;
  margin: 0 !important;
  color: white;
}

@media screen and (max-width: 1080px) {
  .counter-container {
    flex-direction: column;
  }
  .count-slot {
    width: 80%;
    padding: 26px 0;
  }
}
