
.nav-item.dropdown:hover .dropdown-menu {
    display: block;
}
.dropdown-toggle::after{
    border: none;
}

.accordion-button::after {
    display: none !important; /* Hide Bootstrap's default icon */
}

.accordion-button .icon::before {
    content: "+";
    font-weight: bold;
    font-size: 1.25rem;
    transition: transform 0.2s;
}
.accordion-button:not(.collapsed) .icon::before {
    content: "−"; /* Minus when open */
}

.custom-carousel-control {
    width: 45px;
    height: 45px;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 5;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.carousel-control-prev.custom-carousel-control {
    left: -60px;
}

.carousel-control-next.custom-carousel-control {
    right: -60px;
}

/* Darker arrow icons */
.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-size: 60% 60%;
    background-position: center;
    background-repeat: no-repeat;
    filter: invert(20%) brightness(70%) contrast(200%);
}
.card-img-top {
    width: 100%;
    height: 200px;
    object-fit: cover;
}
/* Responsive adjustments */
@media (max-width: 767.98px) {
    .carousel-control-prev.custom-carousel-control {
        left: 10px;
    }

    .carousel-control-next.custom-carousel-control {
        right: 10px;
    }
}

/* Container must be relative */
.responsive-slider-wrapper {
    position: relative;
}

/* Arrow styling */
.custom-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: white;
    border: 1px solid #ccc;
    color: #333;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    cursor: pointer;
}

/* Positioning */
.slick-prev {
    left: -50px;
}

.slick-next {
    right: -50px;
}
.card_img_top {
    height: 180px;
    object-fit: cover;
}
