/* =========================================
   COURSE HERO SECTION
========================================= */

.course-hero {
    padding: 60px 0;
    background: linear-gradient(135deg, #f8fafc, #eef2ff);
}

/* BREADCRUMB */
.breadcrumb-box {
    font-size: 14px;
    color: #64748b;
}

.breadcrumb-box a {
    text-decoration: none;
    color: #64748b;
}

.breadcrumb-box span {
    margin: 0 5px;
}

.breadcrumb-box .active {
    color: #1e293b;
    font-weight: 600;
}

/* TAG */
.course-hero .tag {
    font-size: 13px;
    font-weight: 600;
    color: #4F46E5;
}

/* =========================================
   FILTER SIDEBAR
========================================= */

.filter-sidebar {
    position: sticky;
    top: 100px;
}

/* CARD */
.filter-card {
    background: #ffffff;
    padding: 20px;
    border-radius: 15px;

    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

/* HEADER */
.filter-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.filter-header h5 {
    margin: 0;
}

.clear-btn {
    font-size: 13px;
    color: #4F46E5;
    text-decoration: none;
}

/* GROUP */
.filter-group {
    margin-bottom: 20px;
}

.filter-group h6 {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 10px;
}

/* CHECKBOX */
.checkbox {
    display: block;
    font-size: 13px;
    margin-bottom: 8px;
    color: #334155;
}

.checkbox input {
    margin-right: 6px;
}

/* VIEW ALL */
.view-all {
    font-size: 13px;
    color: #4F46E5;
    text-decoration: none;
}

/* BUTTON */
.apply-btn {
    background: #4F46E5;
    border: none;
    padding: 10px;
    border-radius: 8px;
}

/* RESPONSIVE */
@media(max-width:768px){

    .filter-sidebar {
        position: relative;
        top: 0;
        margin-bottom: 20px;
    }

}

/* =========================================
   COLLEGE CARD
========================================= */

.college-card {
    background: #ffffff;
    border-radius: 15px;
    margin-bottom: 20px;

    box-shadow: 0 8px 25px rgba(0,0,0,0.05);
    overflow: hidden;

    transition: 0.3s;
}

.college-card:hover {
    transform: translateY(-5px);
}

/* IMAGE */
.college-img {
    position: relative;
}

.college-img img {
    width: 100%;
    height: 160px;
    object-fit: cover;
}

/* RATING */
.rating {
    position: absolute;
    top: 10px;
    left: 10px;
    background: #1e293b;
    color: #fff;
    font-size: 12px;
    padding: 3px 8px;
    border-radius: 6px;
}

/* CONTENT */
.college-content {
    padding: 15px;
}

.college-content h5 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px;
}

/* LOCATION */
.location {
    font-size: 13px;
    color: #64748b;
    margin-bottom: 5px;
}

.location i {
    margin-right: 4px;
}

/* TAG */
.tag {
    display: inline-block;
    font-size: 12px;
    background: #e0e7ff;
    color: #4F46E5;
    padding: 3px 8px;
    border-radius: 5px;
    margin-bottom: 8px;
}

/* COURSE INFO */
.course-info {
    font-size: 13px;
    color: #475569;
}

/* SORT */
.sort-box {
    width: auto;
    font-size: 13px;
}

/* RESPONSIVE */
@media(max-width:768px){

    .college-img img {
        height: 200px;
    }

} 

/* HEADING */
.course-hero h1 {
    font-size: 48px;
    font-weight: 700;
    margin: 10px 0;
    color: #1e293b;
}

/* TEXT */
.course-hero p {
    color: #64748b;
    max-width: 500px;
}

/* IMAGE */
.hero-img {
    max-height: 260px;
    object-fit: cover;
}

/* RESPONSIVE */
@media(max-width:768px){

    .course-hero {
        text-align: center;
    }

    .course-hero h1 {
        font-size: 30px;
    }

    .hero-img {
        margin-top: 20px;
    }

}


/* =========================================
   FILTER SIDEBAR
========================================= */

.filter-sidebar {
    position: sticky;
    top: 100px;
}

/* CARD */
.filter-card {
    background: #ffffff;
    padding: 20px;
    border-radius: 15px;

    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

/* HEADER */
.filter-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.filter-header h5 {
    margin: 0;
}

.clear-btn {
    font-size: 13px;
    color: #4F46E5;
    text-decoration: none;
}

/* GROUP */
.filter-group {
    margin-bottom: 20px;
}

.filter-group h6 {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 10px;
}

/* CHECKBOX */
.checkbox {
    display: block;
    font-size: 13px;
    margin-bottom: 8px;
    color: #334155;
}

.checkbox input {
    margin-right: 6px;
}

/* VIEW ALL */
.view-all {
    font-size: 13px;
    color: #4F46E5;
    text-decoration: none;
}

/* BUTTON */
.apply-btn {
    background: #4F46E5;
    border: none;
    padding: 10px;
    border-radius: 8px;
}

/* RESPONSIVE */
@media(max-width:768px){

    .filter-sidebar {
        position: relative;
        top: 0;
        margin-bottom: 20px;
    }

}



/* =========================================
   COLLEGE CARD
========================================= */

/* CARD */
.college-card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0,0,0,0.06);
    transition: 0.3s;
}

.college-card:hover {
    transform: translateY(-6px);
}

/* IMAGE */
.college-img {
    position: relative;
}

.college-img img {
    width: 100%;
    height: 160px;
    object-fit: cover;
}

/* RATING */
.rating {
    position: absolute;
    top: 10px;
    left: 10px;
    background: #1e293b;
    color: #fff;
    font-size: 12px;
    padding: 3px 8px;
    border-radius: 5px;
}

/* CONTENT */
.college-content {
    padding: 12px;
}

.college-content h6 {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 4px;
}

/* LOCATION */
.location {
    font-size: 12px;
    color: #64748b;
    margin-bottom: 5px;
}

/* TAG */
.tag {
    font-size: 11px;
    background: #e0e7ff;
    color: #4F46E5;
    padding: 2px 6px;
    border-radius: 4px;
    display: inline-block;
    margin-bottom: 6px;
}

/* COURSE INFO */
.course-info {
    font-size: 12px;
    color: #475569;
    margin-bottom: 8px;
}
/* COURSE INFO */
.course-info {
    font-size: 13px;
    color: #475569;
}

/* SORT */
.sort-box {
    width: auto;
    font-size: 13px;
}

/* RESPONSIVE */
@media(max-width:768px){

    .college-img img {
        height: 200px;
    }

}

.college-section {
    background: #f8fafc;
}

.filter-card {
    position: sticky;
    top: 120px;
}