
.rose-flickity-carousel-fa {
    margin: 30px auto;
    cursor: url('https://deyaarhany.com/wp-content/uploads/2025/05/22.png') 32 32, auto;
}
.rose-flickity-carousel-fa:active {
    cursor: url('https://deyaarhany.com/wp-content/uploads/2025/05/22.png') 32 32, zoom-in;
}
.carousel-cell {
    width: 320px;
    height: 500px;
    margin-right: 15px;
    overflow: hidden;
    position: relative;
}
.district-card {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}
.district-bg {
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
    transition: transform 0.3s ease;
}
.district-card:hover .district-bg {
    transform: scale(1.05);
}
.district-hover-icon {
    position: absolute;
    top: 15px;
    left: 15px;
    color: white;
    font-size: 28px;
    z-index: 2;
}
.district-title {
    position: absolute;
    bottom: 15px;
    left: 15px;
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    text-shadow: 0 1px 3px rgba(0,0,0,0.8);
}
