.recordedwebinar {
            font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
            /* background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 20%), linear-gradient(225deg, #f5f7fa 0%, #fff 100%); */
            background-attachment: fixed;
            min-height: 100vh;
            padding: 20px 20px 40px;
            color: #1a1a1a;
        }

        .recordedwebina {
            max-width: 1320px;
            margin: 0 auto;
        }
        /* ===== SAME AS LIVE SEARCH ===== */

.top-bar .search-box.live-style{
    position:relative;
    width:100%;
    max-width:480px;
}

.top-bar .search-box.live-style input{
    width:100%;
    height:48px;
    padding:0 44px 0 44px;
    border:2px solid #dbeafe;
    border-radius:12px;
    font-size:14px;
    background:#f8fafc;
    transition:.25s;
}

.top-bar .search-box.live-style input:focus{
    outline:none;
    border-color:#3b82f6;
    background:#fff;
    box-shadow:0 0 0 4px rgba(59,130,246,.12);
}

.top-bar .search-box.live-style i{
    position:absolute;
    left:14px;
    top:50%;
    transform:translateY(-50%);
    color:#64748b;
    font-size:18px;
}

        /* ==================== HEADER SECTION ==================== */
        .header-section {
            margin-bottom: 50px;
            text-align: center;
        }

        .page-title {
            font-family: 'Poppins', sans-serif;
            font-size: 48px;
            font-weight: 700;
            color: #0d6efd;
            margin-bottom: 8px;
            letter-spacing: -0.5px;
        }

        .page-subtitle {
            font-size: 16px;
            color: #d6dbdf;
            font-weight: 400;
            margin-bottom: 0;
        }

        /* ==================== SEARCH & FILTER BAR ==================== */
        .search-filter-wrapper {
            display: flex;
            gap: 12px;
            margin-bottom: 35px;
            align-items: center;
            flex-wrap: wrap;
            background: white;
            padding: 20px 25px;
            border-radius: 14px;
            box-shadow: 0 4px 20px rgba(13, 110, 253, 0.08);
            border: 1px solid #e8f0ff;
        }

        .search-box {
            flex: 1;
            min-width: 280px;
            position: relative;
            display: flex;
            align-items: center;
        }

        .search-box input {
            width: 100%;
            padding: 12px 16px 12px 42px;
            border: 2px solid #e9ecef;
            border-radius: 10px;
            font-size: 14px;
            font-family: 'Inter', sans-serif;
            transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
            background: #f8f9fa;
        }

        .search-box input::placeholder {
            color: #adb5bd;
            font-weight: 400;
        }

        .search-box input:focus {
            outline: none;
            border-color: #0d6efd;
            background: white;
            box-shadow: 0 0 0 4px rgba(13, 110, 253, 0.1);
        }

        .search-box i {
            position: absolute;
            left: 14px;
            color: #6c757d;
            font-size: 16px;
            pointer-events: none;
        }

        .filter-btn {
            background: linear-gradient(135deg, #0d6efd 0%, #0a58ca 100%);
            color: white;
            border: none;
            padding: 0px 18px;
            border-radius: 10px;
            font-weight: 600;
            font-size: 14px;
            cursor: pointer;
            transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
            display: flex;
            align-items: center;
            gap: 8px;
            box-shadow: 0 4px 15px rgba(13, 110, 253, 0.25);
            white-space: nowrap;
            height:44px;
        }

        .top-pagination .page-numbers{
display:flex;
gap:6px;
}

.top-pagination a,
.top-pagination span{
padding:4px 8px;
border-radius:6px;
}

.top-pagination .active{
background:#0d6efd;
color:#fff;
font-weight:600;
}

.top-pagination .disabled{
opacity:.4;
pointer-events:none;
}

.top-pagination .meta{
margin-left:8px;
color:#6c757d;
}

        @media(max-width:900px){
            .top-bar{
                grid-template-columns:1fr;
            }

            .top-pagination{
                justify-content:center;
            }
            }

        .top-bar{
            display:flex;
            align-items:center;
            gap:20px;
            margin-bottom:18px;
            flex-wrap:wrap;
            }

            .top-bar .page-title{
            font-size:26px;
            margin:0;
            display:flex;
            align-items:center;
            gap:10px;
            }

            .top-bar .search-box{
            flex:1;
            max-width:520px;
            }

            .top-pagination{
            margin-left:auto;
            display:flex;
            align-items:center;
            gap:14px;
            font-size:14px;
            color:#6c757d;
            }

        @media(max-width:768px){
        .top-bar{
            flex-direction:column;
            align-items:stretch;
        }

        .top-pagination{
            justify-content:center;
            margin-left:0;
        }
        }



        .filter-btn:hover {
            background: linear-gradient(135deg, #0a58ca 0%, #0945b8 100%);
            transform: translateY(-2px);
            box-shadow: 0 6px 20px rgba(13, 110, 253, 0.35);
            color: white;
        }

        .filter-btn:active {
            transform: translateY(0);
        }

        .filter-btn i {
            font-size: 15px;
        }

        /* ==================== FILTER PANEL ==================== */
        .filter-panel {
            background: white;
            border-radius: 14px;
            padding: 30px;
            margin-bottom: 40px;
            border: 1px solid #e8f0ff;
            border-left: 4px solid #0d6efd;
            box-shadow: 0 4px 20px rgba(13, 110, 253, 0.08);
            display: none;
            animation: slideDown 0.3s cubic-bezier(0.4, 0, 0.2, 1);
        }

        .filter-panel.active {
            display: block;
        }

        @keyframes slideDown {
            from {
                opacity: 0;
                transform: translateY(-12px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        .filter-group {
            margin-bottom: 28px;
        }

        .filter-group:last-child {
            margin-bottom: 0;
        }

        .filter-group h6 {
            color: #0d6efd;
            font-weight: 700;
            margin-bottom: 15px;
            font-size: 13px;
            text-transform: uppercase;
            letter-spacing: 0.8px;
            display: flex;
            align-items: center;
            gap: 8px;
        }

        .filter-group h6 i {
            font-size: 16px;
            width: 18px;
            text-align: center;
        }

        .filter-group label {
            display: flex;
            align-items: center;
            margin-bottom: 10px;
            font-size: 14px;
            color: #495057;
            cursor: pointer;
            transition: color 0.2s;
        }

        .filter-group label:hover {
            color: #0d6efd;
        }

        .filter-group input[type="checkbox"],
        .filter-group input[type="radio"] {
            margin-right: 10px;
            cursor: pointer;
            accent-color: #0d6efd;
            width: 18px;
            height: 18px;
        }

        /* ==================== BATCH SECTION ==================== */
        .batch-section {
            margin-bottom: 50px;
        }

        .batch-header {
            display: flex;
            align-items: center;
            gap: 15px;
            margin-bottom: 28px;
            padding-bottom: 18px;
            border-bottom: 2px solid #e9ecef;
        }

        .batch-icon {
            width: 50px;
            height: 50px;
            background: linear-gradient(135deg, #0d6efd 0%, #0a58ca 100%);
            border-radius: 12px;
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            font-size: 24px;
            box-shadow: 0 4px 15px rgba(13, 110, 253, 0.25);
        }

        .batch-title {
            flex: 1;
        }

        .batch-title h3 {
            font-family: 'Poppins', sans-serif;
            font-size: 26px;
            font-weight: 700;
            color: #0d6efd;
            margin-bottom: 4px;
            letter-spacing: -0.3px;
        }

        .batch-count {
            font-size: 13px;
            color: #6c757d;
            font-weight: 500;
        }

        .batch-count i {
            margin-right: 6px;
        }

        /* ==================== WEBINAR LIST ==================== */
        .webinar-list {
            display: grid;
            gap: 20px;
        }

        .webinar-row {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 20px;
        }

        .webinar-row.single {
            grid-template-columns: 1fr;
        }

        @media (max-width: 992px) {
            .webinar-row {
                grid-template-columns: 1fr;
            }

            .webinar-row.single {
                max-width: 100%;
            }
        }

        /* ==================== WEBINAR ITEM - LIST STYLE ==================== */
        .webinar-item {
            background: white;
            border-radius: 12px;
            padding: 12px 14px;
            box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
            transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
            border: 1px solid #f0f3f7;
            display: flex;
            flex-direction: column;
            gap:10px; 
            justify-content: space-between;
            min-height:160px;
            min-width: 0;
        }

        .webinar-item:hover {
            transform: translateY(-4px);
            box-shadow: 0 12px 40px rgba(13, 110, 253, 0.15);
            border-color: #e8f0ff;
        }

        /* Top Badge Row */
        .webinar-top-row {
            display: flex;
            align-items: center;
            justify-content: space-between;
            margin-bottom: 6px;
            gap: 12px;
            flex-wrap: wrap;
        }

        .badge-group {
            display: flex;
            align-items: center;
            gap: 12px;
        }

        .on-demand-badge {
            background: #e8f0ff;
            color: #0d6efd;
            padding: 6px 12px;
            border-radius: 8px;
            font-size: 12px;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 0.5px;
            display: flex;
            align-items: center;
            gap: 6px;
        }

        .on-demand-badge i {
            font-size: 13px;
        }

        .duration-badge {
            background: linear-gradient(135deg, #fff3cd 0%, #ffe69c 100%);
            color: #b45309;
            padding: 6px 12px;
            border-radius: 8px;
            font-size: 12px;
            font-weight: 700;
            display: flex;
            align-items: center;
            gap: 6px;
            border: 1px solid #ffecb5;
        }


        .duration-badge i {
            color: #0d6efd;
            font-size: 15px;
        }

        .availability-badge {
            background: linear-gradient(135deg, #e8f0ff 0%, #f0f5ff 100%);
            color: #0d6efd;
            padding: 4px 10px;
            border-radius: 8px;
            font-size: 11px;
            font-weight: 700;
            letter-spacing: 0.5px;
            margin-left: auto;
        }
        .on-demand-badge,
        .duration-badge,
        .availability-badge{
        padding:4px 10px;
        font-size:11px;
        }
                /* Webinar Title */
        .webinar-title{
            font-family:'Poppins',sans-serif;
            font-size:16px;
            font-weight:700;
            color:#1a1a1a;
            margin-bottom:4px;

            white-space:nowrap;
            overflow:hidden;
            text-overflow:ellipsis;

            width:100%;
        }

        .webinar-item:hover .webinar-title {
            color: #0d6efd;
        }

        /* Instructor Info */
        .instructor-section {
            display: flex;
            align-items: center;
            gap: 8px;
            margin-bottom: 8px;
            padding-bottom: 8px;
            border-bottom: 1px solid #e9ecef;
        }

        .instructor-avatar {
            width: 40px;
            height: 40px;
            border-radius: 50%;
            object-fit: cover;
            border: 1px solid #0d6efd;
            flex-shrink: 0;
            box-shadow: 0 4px 12px rgba(13, 110, 253, 0.2);
        }

        .instructor-info h6 {
            font-family: 'Poppins', sans-serif;
            font-size: 14px;
            font-weight: 700;
            color: #1a1a1a;
            margin: 0 0 3px 0;
            letter-spacing: -0.2px;
        }

        .instructor-info p {
            font-size: 12px;
            color: #0d6efd;
            margin: 0;
            font-weight: 600;
        }

        /* Footer with Price and Button */
        .webinar-footer {
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 10px;
   
        }

        .price-section {
            display: flex;
            flex-direction: column;
            align-items: flex-start;
        }

        .price-label {
            font-size: 11px;
            color: #6c757d;
            text-transform: uppercase;
            font-weight: 700;
            letter-spacing: 0.5px;
            margin-bottom: 4px;
            display: none;
        }

        .price-value {
            font-family: 'Poppins', sans-serif;
            font-size: 28px;
            font-weight: 800;
            color: #0d6efd;
            letter-spacing: -0.5px;
        }

        .price-value.free {
            color: #198754;
            font-size: 16px;
            background: linear-gradient(135deg, #d1e7dd 0%, #c3e6cb 100%);
            padding: 4px 6px;
            border-radius: 8px;
            border: 1px solid #badbcc;
            text-transform: uppercase;
            letter-spacing: 0.5px;
        }

        .watch-btn {
            background: linear-gradient(135deg, #0d6efd 0%, #0a58ca 100%);
            color: white;
            border: none;
            padding: 10px 12px;
            border-radius: 10px;
            font-weight: 700;
            font-size: 14px;
            cursor: pointer;
            transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
            white-space: nowrap;
            flex-shrink: 0;
            box-shadow: 0 4px 15px rgba(13, 110, 253, 0.25);
            font-family: 'Poppins', sans-serif;
            letter-spacing: -0.2px;
            display: flex;
            align-items: center;
            gap: 8px;
        }

        .watch-btn:hover {
            background: linear-gradient(135deg, #0a58ca 0%, #0945b8 100%);
            transform: translateY(-2px);
            box-shadow: 0 6px 20px rgba(13, 110, 253, 0.35);
            color: white;
            text-decoration: none;
        }

        .watch-btn:active {
            transform: translateY(0);
        }

        .watch-btn i {
            font-size: 15px;
        }

        /* ==================== RESPONSIVE ==================== */
        @media (max-width: 768px) {
            .page-title {
                font-size: 36px;
            }

            .batch-title h3 {
                font-size: 22px;
            }

            .webinar-item {
                padding: 16px 18px;
            }

            .webinar-footer {
                flex-direction: column;
                align-items: flex-start;
                gap: 10px;
            }

            .watch-btn {
                width: 100%;
                text-align: center;
                justify-content: center;
            }

            .search-filter-wrapper {
                flex-direction: column;
                padding: 16px 20px;
            }

            .search-box {
                min-width: 100%;
            }

            .filter-btn {
                width: 100%;
                justify-content: center;
            }

            .filter-panel {
                padding: 24px 20px;
            }

            .batch-header {
                flex-direction: column;
                align-items: flex-start;
                gap: 12px;
            }

            .webinar-top-row {
                flex-direction: column;
                align-items: flex-start;
            }

            .availability-badge {
                margin-left: 0;
                margin-top: 10px;
                width: 100%;
                text-align: center;
            }
        }

        @media (max-width: 576px) {
            body {
                padding: 30px 16px;
            }

            .page-title {
                font-size: 28px;
            }

            .page-subtitle {
                font-size: 14px;
            }

            .batch-title h3 {
                font-size: 20px;
            }

            .webinar-title {
                font-size: 16px;
            }

            .price-value {
                font-size: 24px;
            }

            .filter-group h6 {
                font-size: 12px;
            }

            .webinar-item {
                padding: 12px 14px;
            }
        }