#course-list{background:var(--secondary-color);min-height:100vh;position:relative}#course-list::-webkit-scrollbar{background:0 0;width:0}#course-list{scrollbar-width:none;-ms-overflow-style:none}#course-list .gradient-overlay{pointer-events:none;z-index:0;background:linear-gradient(135deg,#24507b05 0%,#ffffff0d 100%);position:absolute;inset:0}#course-list .back-button{color:var(--primary-dark);font-family:var(--secondary-font);cursor:pointer;z-index:1000;-webkit-backdrop-filter:blur(12px);background:#ffffffe6;border:1px solid #0000001a;border-radius:50px;align-items:center;gap:8px;padding:10px 20px;font-size:.95rem;font-weight:600;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;position:fixed;top:25px;left:25px;box-shadow:0 4px 15px #00000014}#course-list .back-button .back-text{display:inline}#course-list .back-button:hover{background:var(--primary-color);color:#fff;border-color:var(--primary-color);transform:translate(-5px);box-shadow:0 8px 20px #24507b33}#course-list .back-button:hover svg path{stroke:#fff}#course-list .back-button svg{flex-shrink:0;transition:transform .3s}#course-list .back-button svg path{stroke:var(--primary-dark)}#course-list .course-list-container{z-index:5;max-width:1400px;margin:0 auto;padding:0;position:relative}#course-list .course-list-container .category-header-section{margin-bottom:3rem}#course-list .course-list-container .category-header-section .category-image-container{width:100%;height:400px;position:relative;overflow:hidden;box-shadow:0 14px 38px #24507b1f}#course-list .course-list-container .category-header-section .category-image-container .category-hero-image{object-fit:cover;width:100%;height:100%;transition:transform .6s}#course-list .course-list-container .category-header-section .category-image-container .category-overlay{text-align:center;color:var(--secondary-color);background:linear-gradient(135deg,#24507bbf 0%,#102e50e6 100%);flex-direction:column;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}#course-list .course-list-container .category-header-section .category-image-container .category-overlay .category-main-title{font-size:2.8rem;font-family:var(--primary-font);text-shadow:0 4px 8px #0000004d;text-transform:uppercase;margin-bottom:1.2rem;font-weight:300;line-height:1.2}#course-list .course-list-container .category-header-section .category-image-container .category-overlay .category-subtitle .course-count{font-family:var(--secondary-font);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff40;border:1px solid #ffffff4d;border-radius:30px;padding:10px 24px;font-size:1.1rem;font-weight:600}#course-list .course-list-container .category-header-section .category-image-container:hover .category-hero-image{transform:scale(1.05)}#course-list .course-list-container .courses-responsive-table{-webkit-overflow-scrolling:touch;border-radius:16px;width:100%;padding:0 20px;overflow-x:auto}#course-list .course-list-container .courses-responsive-table::-webkit-scrollbar{display:none}#course-list .course-list-container .courses-responsive-table{scrollbar-width:none;-ms-overflow-style:none}#course-list .course-list-container .courses-responsive-table .courses-table-section{margin-bottom:4rem}#course-list .course-list-container .courses-responsive-table .courses-table-section .section-header{text-align:center;margin-bottom:2.5rem}#course-list .course-list-container .courses-responsive-table .courses-table-section .section-header .courses-table-title{color:var(--primary-dark);font-size:2.2rem;font-family:var(--primary-font);letter-spacing:-1px;margin-bottom:.5rem;font-weight:500}#course-list .course-list-container .courses-responsive-table .courses-table-section .section-header .courses-table-subtitle{color:var(--text-secondary);font-family:var(--para-font);max-width:650px;margin:0 auto;font-size:16px;font-weight:400;line-height:1.5}#course-list .course-list-container .courses-responsive-table .courses-table-section .table-wrapper{width:100%;min-width:0;overflow-x:auto}#course-list .course-list-container .courses-responsive-table .courses-table-section .table-wrapper::-webkit-scrollbar{background:0 0;width:0;height:0;display:none}#course-list .course-list-container .courses-responsive-table .courses-table-section .course-table{border-collapse:collapse;background:var(--secondary-color);border-radius:16px;width:100%;min-width:600px;overflow:hidden}#course-list .course-list-container .courses-responsive-table .courses-table-section .course-table .serial-col{width:60px}#course-list .course-list-container .courses-responsive-table .courses-table-section .course-table .program-col{width:auto;min-width:250px}#course-list .course-list-container .courses-responsive-table .courses-table-section .course-table .level-col,#course-list .course-list-container .courses-responsive-table .courses-table-section .course-table .duration-col{width:120px}#course-list .course-list-container .courses-responsive-table .courses-table-section .course-table .actions-col{width:200px}#course-list .course-list-container .courses-responsive-table .courses-table-section .course-table th,#course-list .course-list-container .courses-responsive-table .courses-table-section .course-table td{font-family:var(--secondary-font);text-align:left;vertical-align:middle}#course-list .course-list-container .courses-responsive-table .courses-table-section .course-table thead th{background:var(--primary-color);color:var(--secondary-color);text-transform:uppercase;letter-spacing:.5px;border:none;padding:18px 16px;font-size:1rem;font-weight:700}#course-list .course-list-container .courses-responsive-table .courses-table-section .course-table tbody tr{border-bottom:1px solid #f1f5f9;transition:all .3s}#course-list .course-list-container .courses-responsive-table .courses-table-section .course-table tbody tr:hover{background:linear-gradient(135deg,#f8fafc 0%,#f1f5f9 100%);transform:translateY(-1px);box-shadow:0 4px 12px #24507b14}#course-list .course-list-container .courses-responsive-table .courses-table-section .course-table tbody tr:last-child{border-bottom:none}#course-list .course-list-container .courses-responsive-table .courses-table-section .course-table tbody td{color:#334155;padding:16px;font-size:.95rem}#course-list .course-list-container .courses-responsive-table .courses-table-section .course-table tbody .serial-cell{color:var(--primary-dark);text-align:center;font-weight:600}#course-list .course-list-container .courses-responsive-table .courses-table-section .course-table tbody .course-name{font-family:var(--primary-font);color:var(--primary-dark);font-size:1rem;font-weight:600;line-height:1.4}#course-list .course-list-container .courses-responsive-table .courses-table-section .course-table tbody .level-cell .level-badge{text-align:center;border-radius:20px;padding:6px 12px;font-size:.85rem;font-weight:600;display:inline-block}#course-list .course-list-container .courses-responsive-table .courses-table-section .course-table tbody .level-cell .level-badge.bachelor{color:var(--primary-dark);background:#e3f2fd;border:1px solid #bbdefb}#course-list .course-list-container .courses-responsive-table .courses-table-section .course-table tbody .level-cell .level-badge.master{color:#7b1fa2;background:#f3e5f5;border:1px solid #e1bee7}#course-list .course-list-container .courses-responsive-table .courses-table-section .course-table tbody .level-cell .level-badge.program{color:#388e3c;background:#e8f5e8;border:1px solid #c8e6c9}#course-list .course-list-container .courses-responsive-table .courses-table-section .course-table tbody .duration-cell{color:var(--text-secondary);font-weight:500}#course-list .course-list-container .courses-responsive-table .courses-table-section .course-table tbody .actions-cell .action-buttons{flex-wrap:wrap;align-items:center;gap:8px;display:flex}#course-list .course-list-container .courses-responsive-table .courses-table-section .course-table tbody .actions-cell .eligibility-btn,#course-list .course-list-container .courses-responsive-table .courses-table-section .course-table tbody .actions-cell .details-btn{font-family:var(--secondary-font);cursor:pointer;white-space:nowrap;border:none;border-radius:25px;padding:8px 16px;font-size:.9rem;font-weight:600;transition:all .3s}#course-list .course-list-container .courses-responsive-table .courses-table-section .course-table tbody .actions-cell .eligibility-btn .btn-text-short,#course-list .course-list-container .courses-responsive-table .courses-table-section .course-table tbody .actions-cell .details-btn .btn-text-short{display:none}#course-list .course-list-container .courses-responsive-table .courses-table-section .course-table tbody .actions-cell .eligibility-btn{color:var(--primary-dark);border:1px solid var(--primary-dark);background:0 0;font-size:12px;box-shadow:0 2px 8px #24507b26}#course-list .course-list-container .courses-responsive-table .courses-table-section .course-table tbody .actions-cell .eligibility-btn:hover{background:var(--primary-dark);color:var(--secondary-color);transform:translateY(-2px);box-shadow:0 6px 16px #24507b40}#course-list .course-list-container .courses-responsive-table .courses-table-section .course-table tbody .actions-cell .details-btn{color:var(--primary-color);background:0 0;border:2px solid #24507b4d}#course-list .course-list-container .courses-responsive-table .courses-table-section .course-table tbody .actions-cell .details-btn:hover{background:var(--primary-color);color:#fff;border-color:var(--primary-color);transform:translateY(-2px);box-shadow:0 6px 16px #24507b33}#course-list .course-list-container .courses-responsive-table .more-programs-section{text-align:center;flex-direction:column;align-items:center;gap:1.5rem;margin-top:3rem;display:flex}#course-list .course-list-container .courses-responsive-table .more-programs-section .more-text{font-family:var(--primary-font);color:var(--primary-dark);letter-spacing:.5px;margin:0;font-size:1.2rem;font-weight:500}#course-list .course-list-container .courses-responsive-table .more-programs-section .enquiry-btn{background:var(--primary-color);color:#fff;font-family:var(--secondary-font);cursor:pointer;border:none;border-radius:50px;align-items:center;gap:10px;padding:12px 35px;font-size:1.05rem;font-weight:600;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;box-shadow:0 4px 15px #24507b40}#course-list .course-list-container .courses-responsive-table .more-programs-section .enquiry-btn:hover{background:var(--primary-dark);transform:translateY(-3px);box-shadow:0 8px 25px #24507b59}#course-list .course-list-container .courses-responsive-table .more-programs-section .enquiry-btn:active{transform:translateY(-1px)}#course-list .cta-container{padding:0 20px}#course-list .cta-container .cta-section{text-align:center;background:linear-gradient(135deg,#f1f8ff 0%,#e2e8f0 100%);border:1px solid #e2e8f0;border-radius:20px;margin:3rem 0;padding:3.5rem 2rem}#course-list .cta-container .cta-section .cta-content{max-width:600px;margin:0 auto}#course-list .cta-container .cta-section .cta-content .cta-title{color:var(--primary-dark);font-size:2.2rem;font-family:var(--primary-font);letter-spacing:-1px;margin-bottom:1rem;font-weight:300;line-height:1.3}#course-list .cta-container .cta-section .cta-content .cta-description{color:#64748b;font-family:var(--para-font);margin-bottom:2.5rem;font-size:16px;line-height:1.6}#course-list .cta-container .cta-section .cta-content .cta-buttons{justify-content:center;display:flex}#course-list .cta-container .cta-section .cta-content .cta-buttons .cta-primary-btn{font-family:var(--para-font);cursor:pointer;color:var(--primary-dark);border:none;border:1px solid var(--primary-dark);background:0 0;border-radius:50px;padding:14px 32px;font-size:1.1rem;font-weight:600;transition:all .3s;box-shadow:0 6px 20px #24507b33}#course-list .cta-container .cta-section .cta-content .cta-buttons .cta-primary-btn:hover{transform:translateY(-3px);box-shadow:0 12px 30px #24507b4d}.course-list-loading{min-height:70vh;color:var(--primary-color);flex-direction:column;justify-content:center;align-items:center;display:flex}.course-list-loading .loading-spinner{border:4px solid #24507b1a;border-top:4px solid var(--primary-color);border-radius:50%;width:50px;height:50px;margin-bottom:1rem;animation:1s linear infinite spin}.course-list-loading p{font-family:var(--secondary-font);font-size:1.1rem;font-weight:500}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (max-width:1199.98px){#course-list .course-list-container .courses-table-section .course-table .program-col{min-width:200px}#course-list .course-list-container .courses-table-section .course-table .actions-col{width:180px}}@media (max-width:991.98px){#course-list .back-button{padding:10px 16px;font-size:.85rem;top:15px;left:15px}#course-list .course-list-container .category-header-section .category-image-container{height:220px}#course-list .course-list-container .category-header-section .category-image-container .category-overlay .category-main-title{font-size:2rem}#course-list .course-list-container .category-header-section .category-image-container .category-overlay .category-subtitle .course-count{padding:8px 18px;font-size:1rem}#course-list .course-list-container .courses-table-section .section-header .courses-table-title{font-size:1.8rem}#course-list .course-list-container .courses-table-section .section-header .courses-table-subtitle{font-size:1.1rem}#course-list .course-list-container .courses-table-section .courses-responsive-table .table-wrapper{padding-bottom:16px}#course-list .course-list-container .courses-table-section .courses-responsive-table .course-table{min-width:480px}#course-list .course-list-container .courses-table-section .courses-responsive-table .course-table thead th{padding:14px 12px;font-size:.9rem}#course-list .course-list-container .courses-table-section .courses-responsive-table .course-table tbody td{padding:12px;font-size:.9rem}#course-list .course-list-container .courses-table-section .courses-responsive-table .course-table .actions-col{width:160px}#course-list .course-list-container .courses-table-section .courses-responsive-table .course-table .actions-cell .action-buttons{gap:6px}#course-list .course-list-container .courses-table-section .courses-responsive-table .course-table .eligibility-btn,#course-list .course-list-container .courses-table-section .courses-responsive-table .course-table .details-btn{padding:6px 12px;font-size:.85rem}#course-list .course-list-container .cta-section{margin:2rem 0;padding:2.5rem 1.5rem}#course-list .course-list-container .cta-section .cta-content .cta-title{font-size:1.8rem}#course-list .course-list-container .cta-section .cta-content .cta-description{font-size:1rem}#course-list .course-list-container .cta-section .cta-content .cta-primary-btn{padding:12px 28px;font-size:1rem}}@media (max-width:767.98px){#course-list .back-button .back-text{display:none}#course-list .back-button{border-radius:50%;justify-content:center;width:44px;height:44px;padding:10px;left:20px}#course-list .course-list-container{padding:0}#course-list .course-list-container .category-header-section .category-image-container{height:180px}#course-list .course-list-container .category-header-section .category-image-container .category-overlay .category-main-title{font-size:1.6rem}#course-list .course-list-container .courses-table-section{margin-bottom:3rem}#course-list .course-list-container .courses-table-section .section-header{margin-bottom:2rem}#course-list .course-list-container .courses-table-section .section-header .courses-table-title{font-size:1.5rem}#course-list .course-list-container .courses-table-section .courses-responsive-table{border-radius:12px;padding:0;overflow-x:hidden}#course-list .course-list-container .courses-table-section .courses-responsive-table .table-wrapper{padding-bottom:12px}#course-list .course-list-container .courses-table-section .courses-responsive-table .course-table{min-width:100%}#course-list .course-list-container .courses-table-section .courses-responsive-table .course-table .serial-col,#course-list .course-list-container .courses-table-section .courses-responsive-table .course-table .serial-cell,#course-list .course-list-container .courses-table-section .courses-responsive-table .course-table .actions-col,#course-list .course-list-container .courses-table-section .courses-responsive-table .course-table .actions-cell{display:none}#course-list .course-list-container .courses-table-section .courses-responsive-table .course-table .program-col{width:100%;min-width:0;padding-right:0}#course-list .course-list-container .courses-table-section .courses-responsive-table .course-table .duration-col,#course-list .course-list-container .courses-table-section .courses-responsive-table .course-table .level-col{display:none}#course-list .course-list-container .courses-table-section .courses-responsive-table .course-table thead th{padding:12px 15px;font-size:.9rem}#course-list .course-list-container .courses-table-section .courses-responsive-table .course-table tbody td{padding:15px;font-size:.95rem}#course-list .course-list-container .courses-table-section .courses-responsive-table .course-table .course-name{white-space:normal;cursor:pointer;color:var(--primary-dark);justify-content:space-between;align-items:center;font-size:1rem;font-weight:500;line-height:1.5;display:flex}#course-list .course-list-container .courses-table-section .courses-responsive-table .course-table .course-name:after{content:"→";color:var(--primary-color);margin-left:10px;font-size:1.2rem;font-weight:700}#course-list .course-list-container .courses-table-section .courses-responsive-table .course-table .course-name:active{background-color:#24507b0d}#course-list .course-list-container .courses-table-section .more-programs-section{text-align:center;flex-direction:column;align-items:center;gap:1rem;margin-top:2rem;display:flex}#course-list .course-list-container .courses-table-section .more-programs-section .more-text{font-family:var(--primary-font);color:var(--primary-dark);margin:0;font-size:1.1rem;font-weight:500}#course-list .course-list-container .courses-table-section .more-programs-section .enquiry-btn{background:var(--primary-color);color:#fff;font-family:var(--secondary-font);cursor:pointer;border:none;border-radius:50px;padding:10px 30px;font-size:1rem;font-weight:600;transition:all .3s;box-shadow:0 4px 15px #24507b33}#course-list .course-list-container .courses-table-section .more-programs-section .enquiry-btn:hover{background:var(--primary-dark);transform:translateY(-2px);box-shadow:0 8px 20px #24507b4d}#course-list .course-list-container .cta-container{padding:0 10px}#course-list .course-list-container .cta-container .cta-section{border-radius:16px;padding:2rem 1rem}#course-list .course-list-container .cta-container .cta-section .cta-content .cta-title{font-size:1.7rem}#course-list .course-list-container .cta-container .cta-section .cta-content .cta-description{margin-bottom:2rem;font-size:.95rem}#course-list .course-list-container .cta-container .cta-section .cta-content .cta-primary-btn{padding:10px 24px;font-size:.95rem}}@media (max-width:575.98px){#course-list .course-list-container{padding:0 8px}#course-list .course-list-container .category-header-section .category-image-container{height:150px}#course-list .course-list-container .category-header-section .category-image-container .category-overlay .category-main-title{font-size:1.3rem}#course-list .course-list-container .category-header-section .category-image-container .category-overlay .category-subtitle .course-count{padding:6px 14px;font-size:.9rem}#course-list .course-list-container .courses-table-section .section-header .courses-table-title{font-size:1.3rem}#course-list .course-list-container .courses-table-section .courses-responsive-table{border-radius:12px;overflow-x:auto}#course-list .course-list-container .courses-table-section .courses-responsive-table .table-wrapper{padding-bottom:12px}#course-list .course-list-container .courses-table-section .courses-responsive-table .course-table{min-width:350px}#course-list .course-list-container .courses-table-section .courses-responsive-table .course-table .serial-col{width:40px}#course-list .course-list-container .courses-table-section .courses-responsive-table .course-table .level-col,#course-list .course-list-container .courses-table-section .courses-responsive-table .course-table .duration-col{width:80px}#course-list .course-list-container .courses-table-section .courses-responsive-table .course-table .actions-col{width:100px}#course-list .course-list-container .courses-table-section .courses-responsive-table .course-table thead th{padding:10px 4px;font-size:.75rem}#course-list .course-list-container .courses-table-section .courses-responsive-table .course-table tbody td{padding:8px 4px;font-size:.8rem}#course-list .course-list-container .courses-table-section .courses-responsive-table .course-table .course-name{font-size:.85rem}#course-list .course-list-container .cta-section .cta-content .cta-title{font-size:1.5rem}#course-list .course-list-container .cta-section .cta-content .cta-description{font-size:.9rem}#course-list .course-list-container .cta-section .cta-content .cta-primary-btn{padding:9px 20px;font-size:.9rem}}
