.counter-alert span {
  background: white;
  padding: 2px 5px;
  color: black;
  border-radius: 8px;
}

.slick-dots li button {
  display: none !important;
}

.slick-dots {
  position: relative;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 10px 0;
}

.slick-dots li {
  text-align: center;
  list-style: none;
  padding: 0;
  background: var(--blue-color);
  width: 6px;
  height: 6px;
  border-radius: 100%;
  margin: 5px 4px;
  cursor: pointer;
}

.slick-dots li.slick-active {
  background: #00b99b;
}

.carousel-b-arrows {
  display: none;
}

.nts-post-carousel-image {
  position: relative;
  margin-bottom: 25px;
}

.category-label {
  position: absolute;
  bottom: -10px;
  margin: auto;
  left: 0;
  right: 0;
  width: fit-content;
  background-color: #f0f0f0;
  color: #000;
  padding: 3px 15px;
  border-radius: 50px;
  font-size: 0.9rem;
}

.nts-post-carousel .date {
  font-size: 0.8rem;
}

.nts-post-carousel-arrow {
  position: absolute;
  top: 45%;
  cursor: pointer;
  background-color: #ffffff9e;
  padding: 5px;
  display: flex;
  align-items: center;
}

.nts-post-carousel-arrow img {
  width: 20px;
}

.nts-post-carousel_right-arrow {
  right: 8px;
}

.nts-post-carousel_left-arrow {
  left: 8px;
}

.slick-dots li.slick-active {
  background: #dabda5;
}

.tab-content table {
  direction: ltr;
  text-align: left;
  border: 0;
}

.tab-content p {
  margin: 0;
}

.tab-content li {
  list-style: square;
}

.tab-content table tr {
  direction: rtl;
  border: 0;
}

.tab-content table td {
  border: 0;
}

table tbody > tr:nth-child(odd) > td,
table tbody > tr:nth-child(odd) > th {
  background-color: hsl(0deg 0% 81.73% / 7.06%) !important;
}

.tab-links {
  border-bottom: 1px solid #c9c9c9;
  padding: 20px;
}

.carousel-b-arrows {
  position: absolute;
  top: 0;
}

.carousel-b-arrows button {
  color: #ffc000;
  border: 1px solid #ffc000;
}

.carousel-b-arrows button:hover,
.carousel-b-arrows button:focus,
.carousel-b-arrows button:active {
  background-color: #ffc000;
  color: #fff;
}

#circle-story-container {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.circle-video img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Instagram-style Gradient Border Animation */
@keyframes scrollGradient {
  0% {
    background-color: #0096c8;
  }
  50% {
    background-color: #ffc000;
  }
  100% {
    background-color: #0096c8;
  }
}

.circle-video {
  /* Positioning context for the pseudo-element */
  position: relative;
  /* Adjust these dimensions as needed */
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
  z-index: 1;
  box-sizing: border-box;
  cursor: pointer;
}

.circle-animate {
  content: "";
  position: absolute;
  width: 56px;
  height: 56px;
  top: -3px;
  left: 3px;
  right: -3.2px;
  bottom: -5px;
  z-index: -1;
  border-radius: 50%;
  background-size: 200% 200%;
  animation: scrollGradient 4s ease-out infinite;
}

#product-video-iframe {
  position: fixed;
  top: 50%;
  right: 0;
  transform: "translateY(-50%)";
  z-index: 1000;
  width: 560px;
}

@media (max-width: 768px) {
  #product-video-iframe {
    position: fixed;
    top: 50%;
    right: 0;
    transform: unset;
    z-index: 1000;
    width: 100%;
  }
}

.product-video-close-button {
  position: fixed;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  z-index: 1001;
  color: white;
  border: 1px solid white;
}

@media (max-width: 768px) {
  .product-video-close-button {
    background-color: white;
    color: black;
    border: 1px solid black;
  }
}

/* product videos ver 2 */
#product-videos-container {
  display: flex; /* Aligns children in a horizontal row */
  overflow-x: auto; /* Enables horizontal scrolling */
  -webkit-overflow-scrolling: touch; /* Improves scrolling on touch devices */
}

#product-videos-container::-webkit-scrollbar {
  display: none; /* Hides the scrollbar */
}

.product-video-item {
  width: 200px;
  height: 300px;
  margin-right: 10px; /* Adds some space between the videos */
  border-radius: 30px;
  flex-shrink: 0; /* Prevents the items from shrinking */
}

.product-video-item iframe {
  border-radius: 15px;
  width: 100%; /* Ensures the iframe fills the container */
  height: 100%;
}

.testimonial-carousle .slick-dots {
  margin-top: 50px;
}
