.mtc-catalogue-container {
    min-height: 100vh;
}

.mtc-sidebar {
    background: #1e2a4a;
    min-height: 100vh;
    padding: 20px;
}

.mtc-sidebar .mtc-logo img {
    max-width: 180px;
    margin-bottom: 30px;
}

.mtc-nav a {
    display: block;
    color: #fff;
    padding: 12px 15px;
    text-decoration: none;
    border-radius: 5px;
    margin-bottom: 5px;
}

.mtc-nav a:hover,
.mtc-nav a.active {
    background: rgba(255,255,255,0.1);
    color: #d4a84b;
}

.mtc-nav a i {
    margin-right: 10px;
    width: 20px;
}

.mtc-main {
    padding: 30px;
    background: #f5f5f5;
}

.mtc-main h2 {
    color: #1e2a4a;
    margin-bottom: 20px;
}

.mtc-search-bar {
    background: #fff;
    padding: 15px;
    border-radius: 8px;
    margin-bottom: 20px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.mtc-search-bar input[type="text"] {
    border: 1px solid #ddd;
    padding: 10px 15px;
    flex: 1;
}

.mtc-search-bar .btn-primary {
    background: #1e2a4a;
    border-color: #1e2a4a;
}

.mtc-filters {
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    margin-bottom: 30px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

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

.filter-group h4 {
    color: #1e2a4a;
    font-size: 14px;
    font-weight: bold;
    text-align: right;
    margin-bottom: 10px;
}

.filter-checkbox {
    display: block;
    padding: 5px 0;
    cursor: pointer;
}

.filter-checkbox input {
    margin-right: 10px;
}

.mtc-main h3 {
    color: #1e2a4a;
    font-size: 28px;
    margin-bottom: 20px;
}

.mtc-program-cards {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    gap: 20px;
}

.mtc-program-card {
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    transition: transform 0.2s, box-shadow 0.2s;
}

.mtc-program-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 16px rgba(0,0,0,0.15);
}

.mtc-program-card .card-header {
    text-align: center;
    padding: 20px;
    background: #fafafa;
}

.mtc-program-card .program-logo {
    max-width: 120px;
    margin-bottom: 10px;
}

.mtc-program-card .program-name {
    color: #1e2a4a;
    font-size: 18px;
    margin: 10px 0;
}

.mtc-program-card .program-bar {
    height: 6px;
    background: #1e2a4a;
}

.mtc-program-card .program-bar.degree {
    background: #1e2a4a;
}

.mtc-program-card .program-bar.certificate {
    background: #d4a84b;
}

.mtc-program-card .program-bar.higher_certificate {
    background: #4a7c59;
}

.mtc-program-card .card-body {
    padding: 20px;
}

.mtc-program-card .card-body h5 {
    color: #333;
    font-size: 16px;
    margin-bottom: 10px;
}

.mtc-program-card .program-desc {
    color: #666;
    font-size: 13px;
    margin-bottom: 10px;
    max-height: 60px;
    overflow: hidden;
}

.mtc-program-card .fee-link {
    color: #1e2a4a;
    font-size: 13px;
    text-decoration: underline;
    margin-bottom: 15px;
}

.mtc-program-card .program-details {
    border-top: 1px solid #eee;
    padding-top: 15px;
    margin-bottom: 15px;
}

.mtc-program-card .detail-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 8px;
    font-size: 13px;
}

.mtc-program-card .detail-row .label {
    color: #666;
}

.mtc-program-card .detail-row .value {
    color: #333;
    font-weight: 500;
}

.mtc-program-card .card-actions {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.mtc-program-card .rating i {
    color: #ccc;
}

.mtc-program-card .icons i {
    color: #999;
    margin-left: 10px;
    cursor: pointer;
}

.mtc-program-card .icons i:hover {
    color: #1e2a4a;
}

.mtc-program-card .btn-viewmore {
    display: block;
    text-align: center;
    color: #1e2a4a;
    text-decoration: none;
    margin-bottom: 10px;
}

.mtc-program-card .btn-apply {
    display: block;
    width: 100%;
    background: #1e2a4a;
    color: #fff;
    border: none;
    padding: 12px;
    border-radius: 25px;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
}

.mtc-program-card .btn-apply:hover {
    background: #2a3a5a;
    color: #fff;
}
