.owl-carousel {
    position: relative;
}

/* Navigation arrows styling */
.owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    pointer-events: none;
    transform: translateY(-50%);
    z-index: 10;
}

.owl-nav button {
    background: rgba(255, 255, 255, 0.8) !important;
    border: none !important;
    border-radius: 50% !important;
    width: 50px !important;
    height: 50px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 18px !important;
    color: #333 !important;
    transition: all 0.3s ease !important;
    pointer-events: all;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1) !important;
    position: relative !important;
}

.owl-nav button:hover {
    background: rgba(255, 255, 255, 1) !important;
    transform: scale(1.1) !important;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2) !important;
}

.owl-nav .owl-prev {
    left: 20px !important;
}

.owl-nav .owl-next {
    right: 20px;
}

#home-hero-carousel .owl-dots,
#home-contact-carousel .owl-dots {
    position: absolute;
    width: 100%;
}

#home-hero-carousel .owl-dots {
    bottom: 40px;
}

#home-contact-carousel .owl-dots {
    bottom: 1rem;
    left: 0;
    padding: 0 20px;
    text-align: start;
}

#home-hero-carousel .owl-dot span {
    background: #4a4a4a !important;
    opacity: 10%;
}

#home-contact-carousel .owl-dot span {
    background: #fff !important;
    opacity: 30%;
}

#home-hero-carousel .owl-dot.active span,
#home-hero-carousel .owl-dot:hover span {
    background: #ef72a8 !important;
    opacity: 100%;
}

#home-contact-carousel .owl-dot.active span,
#home-contact-carousel .owl-dot:hover span {
    background: #fff !important;
    opacity: 100%;
}

#home-contact-carousel .owl-stage-outer,
#home-contact-carousel .owl-stage-outer .owl-stage,
#home-contact-carousel .owl-stage-outer .owl-stage .owl-item {
    height: 100%;
}

#home-news-carousel .owl-stage,
#others-donation-carousel .owl-stage {
    display: flex;
    height: 100%;
    padding: 24px !important;
}

#home-past-events-carousel .owl-stage,
#home-latest-events-carousel .owl-stage {
    display: flex;
    height: 100%;
}

/* Swiper Vertical Carousel for New Events */
#home-new-events-carousel .swiper-pagination {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    gap: 10px;
}

#home-new-events-carousel .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: #4a4a4a;
    opacity: 0.3;
    border-radius: 50%;
    transition: all 0.3s ease;
}

#home-new-events-carousel .swiper-pagination-bullet-active {
    background: #ef72a8;
    opacity: 1;
}

/* Swiper List/Thumbs for New Events */
#home-new-events-list .swiper-slide {
    height: auto;
    opacity: 0.5;
    transition: opacity 0.3s ease;
    cursor: pointer;
}

#home-new-events-list .swiper-slide-thumb-active {
    opacity: 1;
}

#home-new-events-list .swiper-slide-thumb-active .home-new-events-item {
    border-left: 4px solid #ef72a8;
    background: rgba(239, 114, 168, 0.08);
    padding-left: 10px;
    border-radius: 8px;
    border-bottom: none;
}

#home-new-events-list .home-new-events-item {
    border-left: 4px solid transparent;
    height: 100%;
    transition: all 0.3s ease;
}

#home-new-events-list .home-new-events-item a{
    pointer-events: none;
}

#home-new-events-list .swiper-slide-thumb-active .home-new-events-item a{
    pointer-events: all;
}
