/* SSLE Homepage Video Courses Slider */
.ssle-course-home-slider-wrap{position:relative;margin-top:25px}
.ssle-course-home-slider{display:flex;gap:24px;overflow-x:auto;scroll-behavior:smooth;padding:8px 6px 18px;scrollbar-width:thin}
.ssle-course-home-card{min-width:330px;max-width:330px;background:#fff;border-radius:18px;overflow:hidden;text-decoration:none;color:#09294f;box-shadow:0 10px 28px rgba(0,0,0,.08);border:1px solid #e6edf6;transition:.2s}
.ssle-course-home-card:hover{transform:translateY(-4px);box-shadow:0 14px 34px rgba(0,0,0,.14)}
.ssle-course-home-img{height:210px;background:#0b3c78}.ssle-course-home-img img{width:100%;height:100%;object-fit:cover;display:block}
.ssle-course-home-info{padding:22px 24px}.ssle-course-home-cat{display:inline-block;background:#fff0c7;color:#8a5b00;padding:7px 13px;border-radius:25px;font-size:13px;font-weight:800;margin-bottom:12px}
.ssle-course-home-info h3{margin:0 0 12px;font-size:22px;line-height:1.2;color:#06264b}.ssle-course-home-info p{color:#526173;line-height:1.55;min-height:48px}
.ssle-course-home-bottom{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:18px;font-weight:800}.ssle-course-home-bottom strong{color:#0f9d58}.ssle-course-home-bottom span{color:#06264b}
.ssle-course-slide-btn{position:absolute;top:42%;transform:translateY(-50%);width:42px;height:42px;border:0;border-radius:50%;background:#06264b;color:#fff;font-size:30px;line-height:38px;cursor:pointer;z-index:3;box-shadow:0 6px 16px rgba(0,0,0,.2)}
.ssle-course-prev{left:-12px}.ssle-course-next{right:-12px}
@media(max-width:768px){.ssle-course-home-card{min-width:280px;max-width:280px}.ssle-course-slide-btn{display:none}}
