* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
/* Parent Section */

.college-hero {
    background: #EDF3FD;
    padding: 45px 15px 60px;
        width: 100%;
}
.page-template-colleges_universities-php #primary-content .theme-wrapper{
    max-width: 100%;
        padding-left: 0;
    padding-right: 0;
}
.page-template-colleges_universities-php .site-footer .top-footer .top-footer-widgets{
        margin-inline: 0;
}
.college-hero .college-hero__container {
    margin: auto;
    display: grid;
    grid-template-columns: 60% 40%;
    align-items: center;
    position: relative;
    max-width: 1266px;
}

.college-hero .college-hero__content .hero-title {
    font-size: 62px;
    line-height: 68px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 18px;
    margin-top: 0;
}

.college-hero .college-hero__content .hero-title span {
    color: #0548E0;
}

.college-hero .college-hero__content p {
    max-width: 650px;
    color: #000000;
    line-height: 28px;
    font-size: 20px;
}

.college-hero .college-hero__content {
    margin-bottom: 60px;
}

.college-hero .college-hero__image {
    text-align: right;
    margin-bottom: -100px;
    margin-right: 25px;
    max-width: 570px;
}

.college-hero .college-hero__image img {
    max-width: 100%;
    height: auto;
}

/* Stats */

.college-hero .college-hero__stats {
    grid-column: 1 / -1;
    background: rgba(254, 254, 254, 1);
    border-radius: 12px;
    display: flex;
    justify-content: space-between;
    padding: 25px 40px;
    box-shadow: 0px 4px 27px 0px rgba(227, 236, 250, 1);
    gap: 20px;
    border: 1px solid rgba(222, 238, 254, 1);
}

.college-hero .college-hero__card {
    display: flex;
    align-items: center;
    gap: 16px;
    flex: 1;
}

.college-hero .college-hero__icon {
    width: 80px;
    height: 80px;
    border-radius: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
}

.college-hero .college-hero__icon.blue {
    background: #EEF5FE;
}

.college-hero .college-hero__icon.green {
    background: #EAF7EE;
}

.college-hero .college-hero__icon.orange {
    background: #FFF9F0;
}

.college-hero .college-hero__icon.purple {
    background: #F6F3FE;
}

.college-hero .college-hero__icon img {
    max-width: 41px;
}

.college-hero .college-hero__card .hero__stat {
    font-size: 30px;
    color: #000000;
    margin: 0;
    margin-bottom: 5px;
    font-weight: 700;
    text-align: left;
    line-height: normal;
}

.college-hero .hero__stat_right span {
    font-size: 16px;
    color: #000000;
    text-align: left;
}

/* Responsive */

@media (max-width: 1199px) {
    .college-hero .college-hero__content .hero-title {
        font-size: 50px;
        line-height: 55px;
    }

    .college-hero .college-hero__image {
        margin-bottom: 0;
        margin-right: 5px;
    }

    .college-hero .college-hero__content {
        margin-bottom: 35px;
    }

    .college-hero .college-hero__icon {
        width: 65px;
        height: 65px;
        border-radius: 10px;
    }

    .college-hero .college-hero__icon img {
        max-width: 35px;
    }

    .college-hero .college-hero__card .hero__stat {
        font-size: 25px;
    }

    .college-hero .college-hero__stats {
        padding: 25px;
    }
}

@media (max-width: 991px) {

    .college-hero .college-hero__content p {
        font-size: 18px;
        line-height: 24px;
        max-width: 350px;
    }

    .college-hero .college-hero__image {
        margin-top: 40px;
        text-align: center;
    }

    .college-hero .college-hero__stats {
        flex-wrap: wrap;
    }

    .college-hero .college-hero__card {
        flex: 0 0 calc(50% - 10px);
    }

    .college-hero .college-hero__content .hero-title {
        font-size: 45px;
        line-height: 50px;
    }

    .college-hero .college-hero__container {
        grid-template-columns: 55% 45%;
    }

    .college-hero {
        padding: 45px 15px;
    }

}

@media (max-width: 767px) {
    .college-hero .college-hero__container {
        grid-template-columns: 1fr;
    }

    .college-hero .college-hero__content .hero-title {
        font-size: 40px;
        line-height: 45px;
        text-align: center;
    }

    .college-hero .college-hero__image {
        margin: auto;
        max-width: 350px;
    }

    .college-hero .college-hero__content p {
        font-size: 16px;
        line-height: 20px;
        max-width: 100%;
        text-align: center;
    }

    .college-hero .college-hero__content {
        margin-bottom: 15px;
    }

    .college-hero {
        padding: 40px 10px;
    }
}

@media (max-width: 575px) {

    .college-hero .college-hero__content .hero-title {
        font-size: 34px;
        line-height: 40px;
    }

    .college-hero .college-hero__stats {
        padding: 20px;
    }

    .college-hero .college-hero__card {
        flex: 100%;
    }

    .college-hero .college-hero__card .hero__stat {
        font-size: 22px;
    }

    .college-hero .college-hero__icon {
        width: 50px;
        height: 50px;
        border-radius: 5px;
    }

    .college-hero .college-hero__icon img {
        max-width: 25px;
    }

    .college-hero .college-hero__card .hero__stat {
        font-size: 18px;
    }

    .college-hero .hero__stat_right span {
        font-size: 16px;
    }

    .college-hero .college-hero__image {
        margin: auto;
        margin-top: 20px;
        max-width: 250px;
    }

    .college-hero {
        padding: 40px 10px;
    }
}

.college-wrap {
    width: 1266px;
    max-width: 92%;
    margin: 0 auto;
    display: flex;
    align-items: flex-start;
    gap: 24px;
    background: #fff;
    padding: 60px 0;
}

/* ============ LEFT: FILTER FORM ============ */
.college-wrap .filter-card {
    width: 100%;
    max-width: 400px;
    flex-shrink: 0;
    position: sticky;
    top: 10px;
}

.college-wrap .filter-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
}

.college-wrap .filter-header h2 {
    font-size: 30px;
    font-weight: 700;
    color: #000000;
    margin: 0;
}

.college-wrap .reset-link {
    font-size: 14px;
    color: #1146D1;
    text-decoration: none;
    font-weight: 500;
    background: none;
    border: none;
    cursor: pointer;
}

.college-wrap .reset-link:hover {
    text-decoration: underline;
}

.college-wrap .field-group {
    margin-bottom: 35px;
}

.college-wrap .field-label {
    display: block;
    font-size: 14px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 7px;
}

.college-wrap .search-wrap {
    position: relative;
}

.college-wrap .search-wrap input[type="text"] {
    width: 100%;
    padding-left: 10px;
    border: 1px solid #DEEEFE;
    border-radius: 12px;
    font-size: 14px;
    color: #656565;
    background: #fff;
    font-weight: 400;
    min-height: 50px;
}

.college-wrap .search-wrap input[type="text"]::placeholder {
    color: #9ca0aa;
}

.college-wrap .search-wrap input {
    width: 100%;
    max-width: 100%;
}

.college-wrap .search-icon {
    position: absolute;
    right: 11px;
    top: 50%;
    transform: translateY(-50%);
    width: 22px;
    height: 22px;
    color: #656565;
    pointer-events: none;
}

.college-wrap .location-row {
    display: flex;
    gap: 10px;
}

.college-wrap .location-row .field-group {
    flex: 1;
    margin-bottom: 0;
}

.college-wrap .sub-label {
    display: block;
    font-size: 14px;
    color: #000000;
    margin-bottom: 6px;
    font-weight: 700;
    margin-top: 8px;
}

.college-wrap .field-group select {
    width: 100%;
    padding: 9px 28px 9px 11px;
    border: 1px solid #DEEEFE;
    border-radius: 12px;
    font-size: 14px;
    color: #656565;
    background: #FEFEFE;
    min-height: 50px;
    font-weight: 400;
    position: relative;
    appearance: none;
}

.college-wrap .field-select {
    position: relative;
}

.college-wrap .field-group .field-select::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    width: 15px;
    height: 10px;
    /*background-image: url(./arrow-svg.svg);*/
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='8' viewBox='0 0 13 8' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.657 7.071L3.75289e-06 1.414L1.414 -4.94551e-07L6.364 4.95L11.314 -6.18079e-08L12.728 1.414L7.071 7.071C6.88348 7.25847 6.62917 7.36379 6.364 7.36379C6.09884 7.36379 5.84453 7.25847 5.657 7.071Z' fill='%23656565'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
}

.college-wrap .rating-options {
    display: flex;
    gap: 7px;
    flex-wrap: wrap;
}

.college-wrap .rating-options input[type="radio"] {
    display: none;
}


.college-wrap .rating-options label {
    padding: 6px 12px;
    border: 1px solid #dfe2e8;
    border-radius: 20px;
    font-size: 11.5px;
    color: #4a4d55;
    cursor: pointer;
    background: #fff;
    transition: all 0.15s ease;
    font-weight: 500;
}

.college-wrap .rating-options input[type="radio"]:checked+label {
    background: #eef2ff;
    border-color: #2f5fe0;
    color: #2f5fe0;
}

.college-wrap .fee-range-values {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    color: #656565;
    margin-bottom: 10px;
    font-weight: 700;
}

.college-wrap .range-slider {
    position: relative;
    height: 20px;
    border: none;
}


.college-wrap .range-slider input[type="range"] {
    position: absolute;
    width: 100%;
    top: 6px;
    height: 4px;
    background: transparent;
    -webkit-appearance: none;
    pointer-events: none;
    border: none;
    padding: 0;
}

.college-wrap .range-slider input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    pointer-events: all;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #fff;
    border: 1px solid #1146D1;
    box-shadow: 0 0 0 1px #1146D1;
    cursor: pointer;
    margin-top: -5.5px;
}

.college-wrap .range-slider input[type="range"]::-moz-range-thumb {
    pointer-events: all;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #fff;
    border: 1px solid #1146D1;
    box-shadow: 0 0 0 1px #1146D1;
    cursor: pointer;
}

.college-wrap .range-slider .track {
    position: absolute;
    top: 4px;
    left: 0;
    right: 0;
    height: 3px;
    background: #1146D1;
    border-radius: 2px;
}

.college-wrap .range-slider .track-fill {
    position: absolute;
    top: 4px;
    left: 0;
    height: 4px;
    background: #2f5fe0;
    border-radius: 2px;
}

.college-wrap .checkbox-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 9px 10px;
}

.college-wrap .checkbox-item {
    display: flex;
    align-items: center;
    gap: 7px;
    font-size: 14px;
    color: #656565;
    font-weight: 700;
}

.college-wrap .checkbox-item input[type="checkbox"] {
    width: 15px;
    height: 15px;
    accent-color: #2f5fe0;
    cursor: pointer;
}

.college-wrap .apply-btn {
    width: 100%;
    padding: 12px;
    background: #1146D1;
    color: #fff;
    border: none;
    border-radius: 10px;
    font-size: 20px;
    font-weight: 400;
    cursor: pointer;
    margin-top: 2px;
}

.college-wrap .apply-btn:hover {
    filter: brightness(1.08);
}


/* ============ RIGHT: LISTINGS ============ */





.college-wrap .listings-header {
    font-size: 30px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 30px;
    line-height: 28px;
    margin-top:10px;
}

.college-wrap .listings-header .count {
    color: #1146D1;
}

.college-wrap .college-card {
    background: #FEFEFE;
    border: 1px solid #e6e8ee;
    border-radius: 12px;
    padding: 21px;
    display: flex;
    gap: 16px;
    box-shadow: 0px 4px 27px 0px #DFE8F6;
    align-items: center;
    position: relative;
}

.college-wrap .top-ranked-badge {
    position: absolute;
    top: 10px;
    left: 10px;
    background: #1A8738;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    padding: 3px 7px;
    border-radius: 4px;
    letter-spacing: 0.2px;
}

.college-wrap .card-media img {
    width: 200px;
    height: 237px;
    object-fit: cover;
    border-radius: 12px;
    display: block;
    box-shadow: 0px 4px 7px 0px #E3ECFA;
}

.college-wrap .card-media {
    position: relative;
    flex-shrink: 0;
}

.college-wrap .college-name {
    font-size: 17px;
    font-weight: 700;
    color: #000000;
    margin: 0 0 5px 0;
    line-height: 28px;
}

.college-wrap .rating-row .star {
    color: #FC8E03;
    font-size: 22px;
}

.college-wrap .rating-row .rating-value {
    font-weight: 400;
    font-size: 14px;
    color: #FC8E03;
}

.college-wrap .rating-row .rating-count {
    color: #646464;
    font-size: 14px;
    font-weight: 400;
}

.college-wrap .location-row-item {
      display: flex;
    align-items: center;
    gap: 10px;
    font-size: 10px;
    font-weight: 700;
    color: #656565;
    margin-bottom: 16px;
}

.college-wrap .side-label {
    font-size: 16px;
    color: #656565;
    margin-bottom: 2px;
    font-weight: 400;
}

.college-wrap .card-side {
    flex-shrink: 0;
    width: 130px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: right;
    margin-top: 20px;
}

.college-wrap .fee-value {
    font-size: 16px;
    font-weight: 700;
    color: #1146D1;
    margin-bottom: 12px;
}

.college-wrap .fee-value span {
    color: #000;
}

.college-wrap .view-details-btn {
    width: 100%;
    padding: 15px 20px;
    background: #fff;
    color: #1146D1;
    border: 1px solid #1146D1;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    white-space: nowrap;
	    text-decoration: none;
}

.college-wrap .courses-value {
    font-size: 20px;
    font-weight: 700;
    color: #000;
    margin-bottom: 27px;
}

.college-wrap .tag-dark {
    background: #ECEFF1;
    color: #000000;
}

.college-wrap .tag {
   font-size: 10px;
    padding: 8px;
    font-weight: 600;
    border-radius: 6px;
    white-space: nowrap;
}

.college-wrap .tag-pink {
    background: #FAEDEB;
    color: #000;
}

.college-wrap .tag-green {
    background: #EBF8F0;
    color: #1A8738;
}

.college-wrap .tags-row {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    max-width: 200px;
	margin-bottom: 8px;
}

.college-wrap .college-logo {
    position: absolute;
    top: 24px;
    right: -28px;
    width: 60px;
    height: 60px;
    border-radius: 12px;
    background: #fff;
    border: 1px solid #e6e8ee;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    box-shadow: 0px 4px 7px 0px #0000001A;
    padding: 10px;
}

.college-wrap .college-logo img {
    width: 60px;
    height: 60px;
    border-radius: 0;
    display: block;
    box-shadow: none;
    object-fit: contain;
}

.college-wrap .card-body {
    flex: 1;
    min-width: 0;
    padding-left: 50px;
}

.college-wrap .location-private {
    margin-left: 50px;
}

.college-wrap .listings-wrap {
    flex: 1;
    min-width: 0;
}

.college-wrap .college-list {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.college-wrap .card-top-row {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 4px;
    font-size: 11.5px;
    color: #6b6f78;
    margin-bottom: 4px;
    position: absolute;
    right: 20px;
    top: 10px;
}

.college-wrap .compare-check {
    width: 13px;
    height: 13px;
    accent-color: #2f5fe0;
}

.college-wrap .rating-row {
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 12.5px;
    color: #33363d;
    margin-bottom: 6px;
}


.college-wrap .location-row-item svg {
    width: 12px;
    height: 12px;
    flex-shrink: 0;
}

.college-wrap .tag-gray {
    background: #eef0f4;
    color: #4a4d55;
}

.college-wrap .view-details-btn:hover {
    background: #eef2ff;
}
.college-wrap .feeMin, .college-wrap .feeMax{
    border: none;
}
.college-wrap .feeMin, .college-wrap .feeMax{
    border: none;
}
.college-name a{
        font-weight: 400;
    color: #000000 !important;
    text-decoration: none;
    font-size: 20px;
}
/* ============ RESPONSIVE ============ */

@media (max-width: 1299px) {
    .college-wrap .filter-card {
        max-width: 350px;
    }
    .college-wrap .card-body {
        padding-left: 30px;
    }
    
}
@media (max-width: 1199px) {
    .college-wrap .card-media img {
        width: 97%;
        height: 250px;
    }
    .college-wrap .card-media {
        width: 100%;
        margin-top: 20px;
    }
    .college-wrap .college-card {
        flex-wrap: wrap;
    }
    .college-wrap .card-body {
        padding-left: 0px;
    }
    .college-wrap .college-logo {
        right: -12px;
        top: 50%;
        transform: translateY(-50%);
    }
    .college-wrap .courses-value {
        font-size: 16px;
    }
    .college-wrap .view-details-btn {
        padding: 10px 15px;
    }
    .college-wrap {
        padding: 50px 15px;
    }
    .college-wrap .listings-header {
        font-size: 25px;
        margin-top: 0;
    }
    .college-wrap .filter-card {
        max-width: 350px;
    }

    .college-wrap .filter-header h2 {
        font-size: 25px;
    }

    .college-wrap .filter-header {
        margin-bottom: 25px;
    }
}


@media (max-width: 991px) {
    .college-wrap .filter-card {
        max-width: 100%;
        position: static;
        top: unset;
    }

    .college-wrap .college-wrap {
        flex-direction: column;
    }

    .college-wrap .apply-btn {
        width: auto;
        font-size: 16px;
        padding: 12px 20px;
    }

    .college-wrap .field-group {
        margin-bottom: 20px;
    }

    .college-wrap .location-row {
        flex-direction: column;
    }
    .college-wrap .listings-header {
        margin-top: 25px;
    }
    .college-wrap {
        padding: 40px 15px;
    }
}
@media (max-width: 900px) {
    .college-wrap {
        flex-direction: column;
    }

   .college-wrap .filter-card {
        width: 100%;
    }
}
@media (max-width: 767px) {
    .college-wrap {
        padding: 15px 10px 30px;
    }
    .college-wrap .card-media {
        margin-top: 25px;
    }
    .college-wrap .college-logo {
        right: -7px;
    }
    .college-wrap .card-media img {
        width: 95%;
    }
}

@media (max-width: 520px) {
    .college-wrap .college-card {
        flex-wrap: wrap;
        padding: 15px;
    }

    .college-wrap .card-side {
        width: 100%;
        align-items: flex-start;
        text-align: left;
        flex-direction: column;
        flex-wrap: wrap;
        gap: 10px;
        margin-top: 10px;
    }

    .college-wrap .view-details-btn {
        width: 100%;
    }
    .college-wrap .fee-value {
        margin-bottom: 5px;
        line-height: normal;
    }
    .college-wrap .rating-row .star svg {
        height: 12px;
    }
    .college-wrap .courses-value {
        margin-bottom: 15px;
    }
    .college-wrap .sub-label {
        margin-top: 0;
    }
    .college-wrap .apply-btn {
        width: 100%;
    }
}
#college-loader{
    display:none;
    text-align:center;
    padding:40px 0;
}

#college-loader .spinner{
    width:40px;
    height:40px;
    border:4px solid #ddd;
    border-top:4px solid #0b6efd;
    border-radius:50%;
    margin:0 auto;
    animation:spin .8s linear infinite;
}

@keyframes spin{
    to{
        transform:rotate(360deg);
    }
}

#city-loader, #course-loader {
       display:none;
    text-align:center;
    padding:5px 0;
}

#city-loader .spinner,
#course-loader .spinner{
    width:15px;
    height:15px;
    border:1px solid #ddd;
    border-top:1px solid #0b6efd;
    border-radius:50%;
    margin:0 auto;
    animation:spin .8s linear infinite;
}

#course-loader .spinner{
    width:25px;
    height:25px;
    border:2px solid #ddd;
    border-top:2px solid #0b6efd;
}

#city-loader span,
#course-loader span{
	font-size: 12px;
}

.college-wrap .location-row .field-group .show {
	display: block !important;
}

@keyframes spin {
   to{
        transform:rotate(360deg);
    }
}

    .rating-options label {
    display: block;
    padding: 10px 15px;
    margin-bottom: 10px;
    border: 1px solid #ddd;
    border-radius: 8px;
    cursor: pointer;
    transition: 0.3s;
}

.rating-options input[type="radio"] {
    margin-right: 8px;
}

.rating-options label:has(input[type="radio"]:checked) {
    background: #0073aa !important;
    color: #fff !important;
    border-color: #0073aa !important;
}

.course-list .course-row {
	display: flex;
    flex-wrap: wrap;
    gap: 8px;
    max-width: 200px;
    margin-bottom: 8px;
}
.college-wrap .course-list {
    display: flex;
    flex-direction: column;
    gap: 14px;
}
.course-list .course-time {
	gap: 14px;
}
.course-list .course-time span {
	display: flex;
	align-items: center;
	font-size: 14px;
	position: relative;
	padding-left: 10px;
}
.course-list .course-time span:before {
	content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0px;
    width: 5px;
    height: 5px;
	background: #6b6f78;
	border-radius: 10px;
}
.page-template-course-listing #primary-content .theme-wrapper{
    max-width: 100%;
        padding-left: 0;
    padding-right: 0;
}
.page-template-course-listing .site-footer .top-footer .top-footer-widgets{
        margin-inline: 0;
}

.popular-categories {
    padding: 18px 0px 40px;
    border-bottom: 1px solid #eef1f5;
    background: #fff;
	width: 100%;
}

.popular-categories .contain-categories {
	max-width: 1266px;
	margin: 0 auto;
	width: 100%;
}

.popular-categories h3 {
    margin: 0 0 25px;
    font-size: 30px;
    line-height: 35px;
    font-weight: 700;
    color: #000;
}

/* Categories wrapper */
.categories-list {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 45px;
    width: 100%;
	overflow-x: auto;
	padding-bottom: 10px;
}

/* Category button */
.category-item {
    appearance: none;
    -webkit-appearance: none;
    border: 0;
    background: transparent;
    padding: 0;
    margin: 0;
    text-decoration: none;
    color: #222;
    text-align: center;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: all 0.25s ease;
	gap: 10px;
}

/* Icon circle */
.category-icon {
    width: 55px;
    height: 55px;
    margin: 0 auto 7px;

    border-radius: 50%;
    border: 1px solid #e5eaf1;

    display: flex;
    align-items: center;
    justify-content: center;

    font-size: 18px;
    line-height: 1;

    transition: all 0.25s ease;
}

/* Label */
.category-item span {
    display: block;
    font-size: 14px;
    line-height: 14px;
    font-weight: 500;
    color: #222;
    white-space: nowrap;
}

/* Engineering */
.category-item.engineering .category-icon {
    color: #1769e0;
    background: #f3f8ff;
}

/* MBA / Management */
.category-item.management .category-icon {
    color: #6841c6;
    background: #faf7ff;
}

/* Medical */
.category-item.medical .category-icon {
    color: #21a55b;
    background: #f2fcf6;
}

/* Law */
.category-item.law .category-icon {
    color: #f3a00b;
    background: #fffaf1;
}

/* Commerce */
.category-item.commerce .category-icon {
    color: #1769e0;
    background: #f3f8ff;
}

/* Science */
.category-item.science .category-icon {
    color: #1595a3;
    background: #f1fbfc;
}

/* Design */
.category-item.design .category-icon {
    color: #d85b5b;
    background: #fff6f6;
}

/* Arts & Humanities */
.category-item.arts .category-icon {
    color: #6941b7;
    background: #faf7ff;
}

/* View All */
.category-item.view-all .category-icon {
    color: #68707c;
    background: #fff;
}

/* Hover */
.category-item:hover {
    transform: translateY(-2px);
}

.category-item:hover .category-icon {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
}

/* Remove button focus background */
.category-item:focus,
.category-item:active {
    outline: none;
    background: transparent;
}

/* Tablet */
@media (max-width: 991px) {
    .popular-categories {
        padding: 18px 20px;
    }
	.popular-categories h3 {
		margin: 0 0 25px;
		font-size: 25px;
		line-height: 30px;
	}
}

/* Mobile */
@media (max-width: 767px) {
    .popular-categories {
        padding: 18px 16px;
    }

    .category-item {
        flex: 0 0 auto;
    }
}
.course-pagination,
.college-pagination{
	margin: 30px 0 20px;
	display: flex;
    align-items: center;
    justify-content: center;
	gap: 10px;
}
.course-pagination .pagination-btn,
.college-pagination .pagination-btn{
	text-decoration: none;
    min-width: 35px;
    min-height: 35px;
	font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
	color: var(--color-text);
    border: 1px solid var(--color-text);
}
.course-pagination .pagination-btn.active,
.college-pagination .pagination-btn.active {
	color: var(--color-white);
    background-color: #1146D1;
    border: 1px solid #1146D1;
}