/* ============================================================
   Prices / Packages Page Styles
   ============================================================ */

/* كروت الباقات */
.package-card {
    transition: all .3s ease;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.package-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 18px 24px -8px rgba(0, 0, 0, .08), 0 10px 10px -6px rgba(0, 0, 0, .04);
}

.feature-list {
    flex-grow: 1;
}

/* ====== Slider Dots ====== */
.slider-dot {
    width: 8px;
    height: 8px;
    transition: all .3s ease;
}

.slider-dot.active {
    width: 24px;
}