.courses-layout{display:flex;gap:35px;max-width:1350px;margin:90px auto;padding:0 20px}.sidebar-wrapper{width:280px;position:-webkit-sticky;position:sticky;top:100px;height:-moz-fit-content;height:fit-content}.filters-box{background:#fff;padding:20px 18px;border-radius:20px;box-shadow:0 12px 28px rgba(0,0,0,.08);border:1px solid rgba(0,0,0,.06)}.filter-title{font-size:20px;font-weight:800;margin-bottom:15px;color:#0b1e3f}.filter-group{margin-bottom:18px}.filter-group label{display:block;font-size:14px;font-weight:600;margin-bottom:6px}.filter-input{width:100%;padding:10px 12px;border-radius:10px;border:1px solid #d3d9e4;background:#f7f9ff;font-size:14px}.clear-btn{width:100%;margin-top:10px;padding:12px;background:#ff5757;color:#fff;border-radius:10px;font-weight:700;border:none;cursor:pointer;transition:.3s}.clear-btn:hover{background:#d84343}.courses-content{flex:1 1}.courses-title{font-size:36px;font-weight:900;color:#0b1e3f;margin-bottom:30px}.courses-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:28px;gap:28px}.course-card{background:#fff;border-radius:22px;border:1px solid rgba(0,0,0,.05);overflow:hidden;box-shadow:0 12px 28px rgba(0,0,0,.08);transition:.3s ease;text-decoration:none;color:inherit;display:flex;flex-direction:column}.course-card:hover{transform:translateY(-8px);box-shadow:0 18px 40px rgba(0,0,0,.12)}.course-img{width:100%;height:100%;object-fit:cover}.course-content{padding:18px 20px}.course-heading{font-size:18px;font-weight:800;color:#0b1e3f}.course-category{font-size:13px;background:#eef4ff;color:#004aad;font-weight:700;padding:5px 10px;border-radius:10px;display:inline-block;margin-top:6px}.course-desc{margin-top:10px;font-size:14px;color:#52606e;line-height:1.45;min-height:48px}.course-stats{margin-top:14px;display:flex;flex-wrap:wrap;gap:10px}.stat-box{background:#f3f6ff;padding:6px 12px;border-radius:10px;font-size:13px;font-weight:600;color:#004aad;display:flex;align-items:center;gap:6px}.stat-box i{font-style:normal;color:#ffb400;font-size:15px}.course-meta{display:flex;justify-content:space-between;margin-top:14px}.course-tag{background:#eef4ff;padding:6px 12px;font-size:13px;font-weight:600;border-radius:10px;color:#004aad}.course-btn{display:inline-block;padding:10px 18px;margin-top:20px;background:#004aad;color:#fff;font-size:14px;font-weight:700;border-radius:10px;transition:.3s ease;align-self:flex-start}.course-card:hover .course-btn{background:#002e74;transform:translateY(-3px)}@media (max-width:768px){.courses-layout{flex-direction:column}.courses-grid{grid-template-columns:1fr}.sidebar-wrapper{position:relative;width:100%}}