.custom-prev,
.custom-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 99;
}

/* Position for Desktop (Default) */
.custom-prev {
    left: -70px;
}

.custom-next {
    right: -70px;
}

.custom-prev img,
.custom-next img {
    width: 42px;
    height: 42px;
}

/* Tablet & Mobile: Move buttons below the slider */
@media (max-width: 1024px) {

    .custom-prev,
    .custom-next {
        position: static;
        /* Remove absolute positioning */
        transform: none;
        display: inline-block;
        margin: 20px 10px 0;
        /* Spacing above buttons */
    }

    /* Center align buttons */
    .swiper-navigation-container {
        text-align: center;
        display: flex;
        justify-content: center;
        gap: 15px;
        /* Space between buttons */
    }
}

[x-cloak] {
    display: none !important;
}

#custom-scroll::-webkit-scrollbar {
    width: 8px;
  }
  
#custom-scroll  {
  height: 320px;
  overflow-y: scroll;composer run dev
}
  
  #custom-scroll::-webkit-scrollbar-thumb {
    background-color: #028B49;
    border-radius: 4px;
  }
  
  #custom-scroll::-webkit-scrollbar-track {
    background-color: #f1f1f1;
  }

  .bullet-p::before {
    content: "• ";
    color: black;
    margin-right: 6px;
    margin-left: 10px;
  }