select {
    font-size: 1rem;
    padding: 0.6rem 1rem;
    border-radius: 10px;
    border: none;
    outline: none;
    cursor: pointer;
    font-weight: 600;
    margin-bottom: 1.5rem;
    background: #fff;
    color: #333;
    box-shadow: 0 0 8px rgba(0,0,0,0.2);
    transition: box-shadow 0.3s ease;
  }
  select:hover, select:focus {
    box-shadow: 0 0 16px rgba(255,255,255,0.8);
  }
  audio {
    width: 320px;
    max-width: 90vw;
    border-radius: 12px;
    box-shadow: 0 0 25px rgba(255, 255, 255, 0.4);
    outline: none;
    background: rgba(255,255,255,0.1);
  }
  @media (max-width: 480px) {
    h1 {
      font-size: 1.8rem;
    }
    select, audio {
      width: 100%;
    }
  }
  #radioPlayer{
    visibility: hidden;
  }
  .button-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: -3rem;
}
/* carousal radius */
/* .owl-carousel .item {
  width: 100%;
  max-width: 300px; /* Adjust as needed */
  /* aspect-ratio: 1 / 1; /* Makes the item square */
  /* overflow: hidden;
  margin: auto; */
/* } */ 

/* .carousel-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0; /* Ensure it's square */
  /* display: block; */
/* } */ 
/* end */

  .image-slider {
    display: flex;
    width: 100%;
    overflow: hidden;
    height: 200px;
    position: relative;
  }

  .slider-track {
    display: flex;
    width: 300%;
    animation: scrollImages 6s infinite;
  }

  .slider-track img {
    width: 100%;
    height: auto;
    object-fit: cover;
  }

  @keyframes scrollImages {
    0% { transform: translateX(0%); }
    33% { transform: translateX(-100%); }
    66% { transform: translateX(-200%); }
    100% { transform: translateX(0%); }
  }
  .owl-carousel .item img {
    width: 100%;
    height: auto;
    border-radius: 8px;
}
@media (max-width: 767.98px) {
  .carousel-img {
      height: 500px !important;
  }
}
.owl-dots {
    text-align: center;
    margin-top: 15px;
    display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 10px; /* optional: spacing between dots */
    
}
.owl-dot span {
  
    width: 12px;
    height: 12px;
    background: #ccc;
    display: block;
    margin: 5px;
    border-radius: 50%;
}
.owl-dot.active span {
    background: #007bff;
}


.owl-dot {
  display: inline-block;
}
/* channels css */
#butn{
    position:relative;
    right:10px;
    bottom:12px;
}
.mt-5 {
  position: relative;
  top: 19px;
  margin-top: 3rem !important;
}
/* shop */
@keyframes blink {
    0% { color: #28a745; } /* Green */
    33% { color: #007bff; } /* Blue */
    66% { color: #ffd700; } /* Gold */
    100% { color: #28a745; } /* Green */
}

.blinking-text {
    animation: blink 2s infinite; /* Adjust duration if needed */
}

@keyframes blinkButton {
    0% { background-color: #28a745; } /* Green */
    33% { background-color: #007bff; } /* Blue */
    66% { background-color: #ffd700; } /* Gold */
    100% { background-color: #28a745; } /* Green */
}

.blinking-button {
    animation: blinkButton 2s infinite; /* Adjust duration if needed */
}
/* market */
  table th, table td {
        text-align: center;
        vertical-align: middle;
      }

      /* Remove number input arrows in WebKit browsers (Chrome, Safari, Edge, Opera) */
      input[type=number]::-webkit-inner-spin-button,
      input[type=number]::-webkit-outer-spin-button {
        -webkit-appearance: none;
        margin: 0;
      }
    
      /* Remove number input arrows in Firefox */
      input[type=number] {
        -moz-appearance: textfield;
      }
      