
/* ============================================
   CATEGORY PAGE
   ============================================ */
.lsy-cat-card,
.lsy-cat-card.card {
    background-color: #ffffff !important;
    color: #0d233a !important;
}
.lsy-cat-page {
    background-color: #f8fbfb !important;
    font-family: "Poppins", sans-serif !important;
}
.lsy-cat-tag {
    font-size: 11px !important;
    font-weight: 700 !important;
    color: #00bcd4 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.2em !important;
}
.lsy-cat-title {
    font-size: 2.2rem !important;
    font-weight: 800 !important;
    color: #0d233a !important;
}
.lsy-cat-divider {
    width: 60px !important;
    height: 4px !important;
    background: #00bcd4 !important;
    border-radius: 2px !important;
}
.lsy-cat-card {
    background: #ffffff !important;
    border: 1px solid #e2eff1 !important;
    border-radius: 18px !important;
    overflow: hidden !important;
    transition: all 0.35s ease !important;
}
.lsy-cat-card:hover {
    transform: translateY(-6px) !important;
    box-shadow: 0 15px 35px rgba(0, 188, 212, 0.08) !important;
    border-color: #bee3e7 !important;
}
.lsy-cat-media {
    position: relative !important;
    width: 100% !important;
    height: 190px !important;
    background: linear-gradient(135deg, #cef1f5 0%, #a9e2ea 100%) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}
.lsy-cat-badge-top {
    position: absolute !important;
    top: 12px !important;
    left: 12px !important;
    background: rgba(13, 35, 58, 0.85) !important;
    backdrop-filter: blur(4px) !important;
    color: white !important;
    padding: 3px 12px !important;
    border-radius: 6px !important;
    font-size: 10px !important;
    font-weight: 600 !important;
}
.lsy-cat-icon-disk {
    width: 90px !important;
    height: 90px !important;
    background: #007c8a !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    box-shadow: 0 8px 20px rgba(0, 124, 138, 0.2) !important;
    transition: all 0.4s ease !important;
}
.lsy-cat-icon-disk i {
    font-size: 34px !important;
    color: #ffffff !important;
}
.lsy-cat-card:hover .lsy-cat-icon-disk {
    transform: scale(1.08) rotate(5deg) !important;
    background: #0d233a !important;
}
.lsy-cat-discount {
    position: absolute !important;
    bottom: 12px !important;
    right: 12px !important;
    background: #ff4757 !important;
    color: white !important;
    font-size: 10px !important;
    font-weight: 700 !important;
    padding: 2px 8px !important;
    border-radius: 4px !important;
}
.lsy-cat-body {
    padding: 22px !important;
}
.lsy-cat-price {
    font-size: 20px !important;
    font-weight: 800 !important;
    color: #007c8a !important;
}
.lsy-cat-course-title {
    font-size: 16px !important;
    font-weight: 700 !important;
    color: #0d233a !important;
    line-height: 1.4 !important;
}
.lsy-cat-desc {
    font-size: 13px !important;
    line-height: 1.5 !important;
}
.lsy-cat-actions {
    display: flex !important;
    gap: 6px !important;
}
.lsy-cat-btn-main {
    flex: 1 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: #00bcd4 !important;
    color: white !important;
    font-size: 12.5px !important;
    font-weight: 600 !important;
    padding: 10px 12px !important;
    border-radius: 12px !important;
    text-decoration: none !important;
    transition: background 0.2s !important;
}
.lsy-cat-btn-main:hover {
    background: #00838f !important;
    color: white !important;
}
.lsy-cat-btn-secondary {
    background: #eef8f9 !important;
    color: #00838f !important;
    padding: 10px 14px !important;
    border-radius: 12px !important;
    transition: all 0.2s !important;
}
.lsy-cat-btn-secondary:hover {
    background: #00bcd4 !important;
    color: white !important;
}
.lsy-cat-btn-cart {
    background: #0d233a !important;
    color: white !important;
    border: none !important;
    padding: 10px 14px !important;
    border-radius: 12px !important;
    transition: all 0.2s !important;
}
.lsy-cat-btn-cart:hover {
    background: #ff4757 !important;
}
.lsy-cat-footer {
    border-top: 1px dashed #e2eff1 !important;
    padding: 10px 22px !important;
    display: flex !important;
    justify-content: space-between !important;
    background: #fbfdfd !important;
}
.lsy-cat-metric {
    font-size: 11.5px !important;
    color: #7a8b99 !important;
    font-weight: 500 !important;
}
.lsy-cat-metric i {
    color: #00bcd4 !important;
}

/* ============================================
   COURSES INDEX PAGE
   ============================================ */
.lsy-course-card,
.lsy-course-card.card {
    background-color: #ffffff !important;
    color: #0d233a !important;
}
.lsy-course-page {
    background-color: #f4fbfd !important;
    font-family: 'Poppins', sans-serif !important;
}
.lsy-course-page h1, .lsy-course-page h3, .lsy-course-page h5, .lsy-course-page span, .lsy-course-page a, .lsy-course-page button, .lsy-course-page small {
    font-family: 'Poppins', sans-serif !important;
}
.lsy-section-title {
    display: inline-block !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    color: #00838f !important;
    text-transform: uppercase !important;
    letter-spacing: 0.15em !important;
    border-bottom: 3px solid #00bcd4 !important;
    padding-bottom: 6px !important;
}
.lsy-main-heading {
    font-size: 2.5rem !important;
    font-weight: 800 !important;
    color: #0a2540 !important;
}
.lsy-course-card {
    background: white !important;
    border: 1px solid #e0f7fa !important;
    border-radius: 24px !important;
    overflow: hidden !important;
    transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), box-shadow 0.4s ease !important;
    box-shadow: 0 10px 30px rgba(0, 131, 143, 0.04) !important;
}
.lsy-course-card:hover {
    transform: translateY(-8px) !important;
    box-shadow: 0 20px 40px rgba(0, 188, 212, 0.12) !important;
    border-color: #b2ebf2 !important;
}
.lsy-course-media-wrap {
    position: relative !important;
    width: 100% !important;
    height: 220px !important;
    background-color: #cef1f5 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    overflow: hidden !important;
}
.lsy-course-badge-top {
    position: absolute !important;
    top: 15px !important;
    left: 15px !important;
    background: #2b445a !important;
    color: white !important;
    padding: 4px 14px !important;
    border-radius: 30px !important;
    font-size: 11px !important;
    font-weight: 600 !important;
    z-index: 3 !important;
}
.lsy-icon-circle-bg {
    width: 110px !important;
    height: 110px !important;
    background: white !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    box-shadow: 0 8px 20px rgba(0, 131, 143, 0.06) !important;
    transition: transform 0.4s ease !important;
}
.lsy-icon-circle-bg i {
    font-size: 42px !important;
    color: #007c8a !important;
}
.lsy-course-card:hover .lsy-icon-circle-bg {
    transform: scale(1.1) rotate(-4deg) !important;
}
.lsy-discount-ribbon {
    position: absolute !important;
    top: 15px !important;
    right: 15px !important;
    background: #ff4757 !important;
    color: white !important;
    padding: 5px 12px !important;
    border-radius: 30px !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    z-index: 2 !important;
    box-shadow: 0 4px 10px rgba(255, 71, 87, 0.3) !important;
}
.lsy-course-body {
    padding: 24px 24px 20px !important;
}
.lsy-course-price {
    font-size: 22px !important;
    font-weight: 800 !important;
    color: #00838f !important;
    margin-bottom: 8px !important;
}
.lsy-course-title {
    font-size: 16px !important;
    font-weight: 700 !important;
    color: #0a2540 !important;
    line-height: 1.4 !important;
    height: 44px !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
    margin-bottom: 20px !important;
}
.lsy-actions-bar {
    display: flex !important;
    gap: 8px !important;
    margin-bottom: 10px !important;
}
.lsy-btn-action {
    flex: 1 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 6px !important;
    background: #e0f7fa !important;
    color: #00838f !important;
    border: none !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    padding: 11px 12px !important;
    border-radius: 50px !important;
    text-decoration: none !important;
    transition: all 0.3s !important;
}
.lsy-btn-action:hover {
    background: #00bcd4 !important;
    color: white !important;
}
.lsy-btn-cart {
    background: #0a2540 !important;
    color: white !important;
    border: none !important;
    padding: 11px 16px !important;
    border-radius: 50px !important;
    transition: all 0.3s !important;
}
.lsy-btn-cart:hover {
    background: #00bcd4 !important;
    color: white !important;
    transform: scale(1.05) !important;
}
.lsy-course-footer {
    border-top: 1px solid #e0f7fa !important;
    display: flex !important;
}
.lsy-footer-metric {
    flex: 1 !important;
    text-align: center !important;
    padding: 12px 8px !important;
    font-size: 12px !important;
    color: #6b7280 !important;
    font-weight: 500 !important;
}
.lsy-footer-metric i {
    color: #00bcd4 !important;
}

/* ============================================
   BLOGS PAGE
   ============================================ */
.lsy-blog-card,
.lsy-blog-card.card {
    background-color: #ffffff !important;
    color: #0d233a !important;
}
.lsy-blog-page {
    background-color: #f4fbfd !important;
    font-family: 'Poppins', sans-serif !important;
    min-height: 100vh;
}
.lsy-blog-media-wrap {
    position: relative !important;
    width: 100% !important;
    height: 180px !important;
    overflow: hidden !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: linear-gradient(135deg, #e0f7fa 0%, #b2ebf2 100%) !important;
}
.lsy-blog-media-wrap::before {
    content: '' !important;
    position: absolute !important;
    width: 120px !important;
    height: 120px !important;
    background: rgba(255, 255, 255, 0.4) !important;
    border-radius: 50% !important;
    z-index: 1 !important;
    transition: transform 0.4s ease !important;
}
.lsy-blog-card:hover .lsy-blog-media-wrap::before {
    transform: scale(1.3) !important;
}
.lsy-blog-icon-box {
    position: relative !important;
    z-index: 2 !important;
    color: #00838f !important;
    font-size: 50px !important;
    transition: transform 0.4s ease !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}
.lsy-blog-card:hover .lsy-blog-icon-box {
    transform: scale(1.18) rotate(-6deg) !important;
}
.lsy-blog-badge {
    position: absolute !important;
    top: 15px !important;
    left: 15px !important;
    background: rgba(10, 37, 64, 0.85) !important;
    backdrop-filter: blur(4px) !important;
    color: white !important;
    padding: 5px 14px !important;
    border-radius: 30px !important;
    font-size: 11px !important;
    font-weight: 600 !important;
    z-index: 3 !important;
}
.lsy-blog-body {
    padding: 28px !important;
}
.lsy-blog-title {
    font-size: 18px !important;
    font-weight: 700 !important;
    color: #0a2540 !important;
    margin-bottom: 12px !important;
    line-height: 1.4 !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
    height: 50px !important;
}
.lsy-blog-text {
    color: #6b7280 !important;
    font-size: 14px !important;
    line-height: 1.6 !important;
    margin-bottom: 24px !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 3 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
}
.lsy-blog-btn {
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
    background: #e0f7fa !important;
    color: #00838f !important;
    font-weight: 600 !important;
    font-size: 14px !important;
    padding: 10px 22px !important;
    border-radius: 50px !important;
    text-decoration: none !important;
    transition: all 0.3s !important;
    border: none !important;
}
.lsy-blog-btn i {
    font-size: 12px !important;
    transition: transform 0.3s !important;
}
.lsy-blog-card:hover .lsy-blog-btn {
    background: #00bcd4 !important;
    color: white !important;
}
.lsy-blog-card:hover .lsy-blog-btn i {
    transform: translateX(4px) !important;
}