/*
Theme Name: Faycel Child
Theme URI: http://example.com
Description: Child Theme for Faycel Theme
Author: Faycel
Template: faycel
Version: 1.0
Text Domain: faycel-child
*/

/* ????? ????? CSS ??? */


.lp-checkout-modern {
    direction: rtl;
}

.lp-checkout-modern .card {
    transition: 0.3s ease;
}

.lp-checkout-modern .card:hover {
    transform: translateY(-3px);
}

.lp-order-box {
    font-size: 14px;
}

.checkout-sections {
    display: flex;
    flex-direction: column;
    gap: 20px;
}























.course-card {
    transition: all 0.3s ease;
}

.course-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.12);
}

.course-img {
    height: 200px;
    object-fit: cover;
    transition: 0.3s ease;
}

.course-card:hover .course-img {
    transform: scale(1.05);
}

.course-title {
    font-size: 16px;
    line-height: 1.4;
}

.course-excerpt {
    font-size: 13px;
}