.college-main-wrapper {
    width:100%;
    grid-template-columns: 100%;
    gap: 30px;
    padding: 40px 15px 70px;
    justify-content: space-between;
}

.college-discover {
    padding: 100px 0 60px;
}

.college-discover .college-discover__container {
    max-width: 100%;
    margin: auto;
}

.college-discover .college-discover__title {
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 10px;
    color: #000000;
}

.college-discover .college-discover__tabs {
    display: flex;
    gap: 20px;
    margin-bottom: 35px;
}

.college-discover .college-discover__tab {
    border: none;
    padding: 10px 10px;
    border-radius: 6px;
    background: rgba(236, 239, 241, 1);
    color: #000000;
    font-size: 12px;
    font-weight: 700;
    cursor: pointer;
    transition: .3s;
    text-decoration: none;
}

.college-discover .college-discover__tab.active {
    background: rgba(17, 70, 209, 1);
    color: #fff;
}

.college-discover .college-discover__cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}

.college-discover .college-discover__card {
    background: rgba(254, 254, 254, 1);
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0px 4px 27px 0px rgba(223, 232, 246, 1);
}

.college-discover .college-discover__image-wrap {
    position: relative;
    border-radius: 12px;
    box-shadow: 0px 4px 7px 0px rgba(227, 236, 250, 1);
}

.college-discover .college-discover__image-wrap img {
    width: 100%;
    height: 230px;
    object-fit: cover;
    display: block;
    border-radius: 12px;
}

.college-discover .college-discover__logo {
    position: absolute;
    left: 20px;
    bottom: -25px;
    width: 55px;
    height: 55px;
    background: rgba(254, 254, 254, 1);
    border-radius: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 4px 7px 0px rgba(0, 0, 0, 0.1);
}

.college-discover .college-discover__logo img {
    width: 40px;
    height: 40px;
    object-fit: contain;
}

.college-discover .college-discover__content {
    padding: 40px 20px 22px;
}

.college-discover .college-discover__name {
    margin: 0;
    color: #000000;
    line-height: 24px;
    font-size: 16px;
    font-weight: 400;
}

.college-discover .college-discover__area {
    margin: 0;
    color: #000000;
    line-height: 24px;
    font-size: 16px;
    font-weight: 400;
}

.college-discover .college-discover__info {
    display: flex;
    align-items: center;
    gap: 6px;
    justify-content: space-between;
    margin: 10px 0;
}

.college-discover .college-discover__rating {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
}

.college-discover .college-discover__star {
    color: rgba(252, 142, 3, 1);
    font-size: 16px;
    line-height: 1;
}

.college-discover .college-discover__rating strong {
    color: rgba(252, 142, 3, 1);
}

.college-discover .college-discover__rating span:last-child {
    color: rgba(100, 100, 100, 1);
}

.college-discover .college-discover__fees {
    color: rgba(26, 135, 56, 1);
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 20px;
}

.college-discover .college-discover__fees span {
    color: #000000;
    font-size: 16px;
    font-weight: 400;
}

.college-discover .college-discover__btn {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    border-radius: 10px;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 18px;
    transition: .3s;
    padding: 15px;
}

.college-discover .college-discover__btn span img {
    vertical-align: middle;
}

.college-discover .college-discover__btn-blue {
    background: rgba(35, 107, 222, 1);
    color: #fff;
}

.college-discover .college-discover__btn-blue:hover {
    background: #2458bc;
}

.college-discover .college-discover__btn-orange {
    background: rgba(239, 104, 32, 1);
    color: #fff;
    margin-bottom: 0;
}

.college-discover .college-discover__btn-orange:hover {
    background: #df5d12;
}

@media(max-width:1199px) {
    .college-discover .college-discover__btn {
        font-size: 18px;
        padding: 10px;
    }

    .college-discover .college-discover__cards {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media(max-width:991px) {

    .college-discover {
        padding: 60px 0 30px;
    }

}

@media(max-width:767px) {

    .college-discover .college-discover__cards {
        grid-template-columns: 1fr;
    }

    .college-discover .college-discover__tabs {
        gap: 15px;
        margin-bottom: 15px;
    }

    .college-discover {
        padding: 25px 0 25px;
    }

    .college-discover .college-discover__image-wrap img {
        height: 210px;
    }
}

.college-ranking-section {
    width: 100%;
    border-bottom: 2px solid rgba(236, 239, 241, 1);
    padding-bottom: 100px;
}

.college-ranking-section .college-ranking-header {
    margin-bottom: 20px;
}

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

/* Tabs */

.college-ranking-section .college-tabs {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
}

.college-ranking-section .college-tabs-wrapper {
    display: flex;
    gap: 16px;
    overflow-x: auto;
    scroll-behavior: smooth;
    scrollbar-width: none;
    flex: 1;
}

.college-ranking-section .college-tabs-wrapper::-webkit-scrollbar {
    display: none;
}

.college-ranking-section .college-tab {
    flex: 0 0 auto;
    padding: 10px 18px;
    border: none;
    border-radius: 6px;
    background: rgba(236, 239, 241, 1);
    cursor: pointer;
    white-space: nowrap;
    font-weight: 700;
    font-size: 12px;
    color: #000000;
    text-decoration: none;
}

.college-ranking-section .college-tab.active {
    background: rgba(17, 70, 209, 1);
    color: #fff;
}

.college-ranking-section .tab-arrow {
    padding: 12px 18px;
    font-size: 12px;
    border: none;
    border-radius: 6px;
    background: rgba(236, 239, 241, 1);
    cursor: pointer;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.college-ranking-section .tab-arrow img {
    width: 6px;
}

/* Table */

.college-ranking-section .college-ranking-table-wrap {
    overflow-x: auto;
}

.college-ranking-section .college-ranking-table {
    width: 100%;
    border-collapse: collapse;
}

.college-ranking-section .college-ranking-table thead th {
    background: rgba(236, 239, 241, 1);
    text-align: left;
    padding: 12px;
    font-size: 14px;
    font-weight: 700;
    color: rgba(0, 0, 0, 1);
    white-space: nowrap;
    border: 1px solid rgba(237, 240, 242, 1);
}

.college-ranking-section .college-ranking-table tbody td {
    padding: 12px 12px;
    border: 1px solid rgba(237, 240, 242, 1);
    vertical-align: top;
    font-size: 14px;
    color: rgba(0, 0, 0, 1);
    line-height: 1.5;
}

.college-ranking-section .college-ranking-table tbody tr:hover {
    background: #fafafa;
}

.college-ranking-section .college-ranking-table strong {
    color: rgba(0, 0, 0, 1);
    font-weight: 400;
}

.college-ranking-section .college-ranking-table .rating {
    display: inline-block;
    font-size: 14px;
    border-left: 1px solid rgba(0, 0, 0, 1);
    padding-left: 5px;
    margin-left: 5px;
    line-height: 1;
}

.college-ranking-section .ranking-info {
    display: flex;
    gap: 5px;
    align-items: start;
}

.college-ranking-section .ranking-icon {
    max-width: 27px;
}

@media(max-width:991px) {
    .college-main-wrapper {
        grid-template-columns: 100%;
        padding: 30px 15px 60px;
    }

    .college-ranking-section {
        padding-bottom: 60px;
    }
}

@media(max-width:767px) {
    .college-main-wrapper {
        padding: 25px 15px 50px;
        gap: 25px;
    }

    .college-ranking-section {
        padding-bottom: 30px;
    }

    .college-ranking-section .college-ranking-header h2 {
        font-size: 20px;
        margin: 0 0 15px;
    }

    .college-ranking-section .college-tabs {
        margin-bottom: 15px;
    }

    .college-ranking-section .college-tabs-wrapper {
        gap: 10px;
    }

    .college-ranking-section .ranking-info {
        flex-wrap: wrap;
    }
}


.college-main-right {
    margin-top: 50px;
}

.college-main-right .search-listings h2 {
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    color: rgba(0, 0, 0, 1);
    margin-bottom: 20px;
}

.search-listings .field-select select {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid rgba(206, 206, 206, 1);
    border-radius: 12px;
    font-size: 14px;
    color: rgba(101, 101, 101, 1);
    background: rgba(254, 254, 254, 1);
    font-weight: 400;
    position: relative;
    appearance: none;
    line-height: 28px;
}

.search-listings .field-select {
    position: relative;
    margin-bottom: 20px;
}

.search-listings .field-select::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
    width: 15px;
    height: 10px;
    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;
}

.search-listings .btn-wrap .btn {
    padding: 12px 20px;
    background: rgba(51, 122, 183, 1);
    color: #fff;
    border: none;
    border-radius: 12px;
    font-size: 14px;
    font-weight: 400;
    cursor: pointer;
    margin-top: 2px;
    border: 1px solid transparent;
}

.search-listings .btn-wrap .btn:hover {
    filter: brightness(1.08);
}

.search-listings .btn-wrap {
    display: flex;
    gap: 20px;
}

.search-listings .btn-wrap .reset-btn {
    border: 1px solid rgba(206, 206, 206, 1);
    background: #fff;
    color: rgba(54, 54, 54, 1);
}

@media(max-width:991px) {
    .college-main-right {
        margin-top: 0px;
    }
}

@media(max-width:767px) {
    .college-main-right .search-listings h2 {
        margin-bottom: 15px;
    }

    .search-listings .field-select {
        margin-bottom: 15px;
    }

    .search-listings .field-select select {
        padding: 10px 12px;
        border-radius: 10px;
        line-height: 25px;
    }

    .search-listings .field-select::after {
        right: 12px;
    }

    .search-listings .btn-wrap .btn {
        border-radius: 10px;
    }
}

.course-detail .author-box .author-img {
    background: rgba(217, 52, 52, 1);
    border-radius: 50%;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
	flex-shrink: 0;
}

.course-detail {
    padding: 100px 15px 40px;
}

.course-detail .course-wrapper {
    display: grid;
    grid-template-columns: 67% 30%;
    gap: 30px;
    justify-content: space-between;
}

/* Left */

.course-detail .course-content {
    border-bottom: 2px solid rgba(236, 239, 241, 1);
    padding-bottom: 30px;
}

.course-detail .author-box {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 25px;
}

.course-detail .author-box img {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    object-fit: cover;
}

.course-detail .author-info h6 {
    font-size: 14px;
    color: #FD080E;
    font-weight: 700;
    margin: 0;
}

.course-detail .author-info span {
    font-size: 14px;
    color: #000000;
    font-weight: 700;
}

.course-detail .course-content h2 {
    font-size: 20px;
    margin-bottom: 8px;
    font-weight: 700;
    color: #000000;
}

.course-detail .course-content p {
    font-size: 20px;
    line-height: 28px;
    color: #000000;
    font-weight: 400;
}

/* Right */

.course-detail .highlight-box h3 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 22px;
    color: #000000;
    margin-top: 0;

}

.course-detail .highlight-card {
    background: rgba(254, 254, 254, 1);
    border-radius: 12px;
    padding: 17px 35px;
    box-shadow: 0px 4px 27px 0px #DFE8F6;
}

.course-detail .item {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 20px;
    padding: 18px 0;
}

.course-detail .item span {
    width: 45%;
    font-size: 18px;
    font-weight: 700;
    color: rgba(0, 0, 0, 1);
}

.course-detail .item .helight strong {
    width: 100%;
    font-size: 15px;
    color: rgba(0, 0, 0, 1);
    font-weight: 500;
    text-align: left;
}

.course-detail .item .helight {
	width: 55%;
}

/* Responsive */

@media(max-width:1199px) {

    .course-detail .highlight-card {
        padding: 5px 15px;
    }
}

@media(max-width:991px) {

    .course-detail .course-wrapper {
        grid-template-columns: 100%;
    }

    .course-detail {
        padding: 60px 15px 30px;
    }

    .course-detail .highlight-box {
        width: 100%;
    }

    .course-detail .highlight-card {
        padding: 25px;
    }
	
}

@media(max-width:767px) {

    .course-detail {
        padding: 50px 5px 25px;
    }

    .course-detail .item {
        flex-direction: column;
        gap: 8px;
        padding: 10px 0px;
    }

    .course-detail .item span,
    .course-detail .item strong {
        width: 100%;
    }

    .course-detail .course-content p {
        font-size: 16px;
        line-height: 25px;
    }

    .course-detail .author-box {
        margin-bottom: 15px;
    }

    .course-detail .highlight-card {
        padding: 5px 15px;
    }

    .course-detail .highlight-box h3 {
        margin-bottom: 15px;
    }
	
	.course-detail .item .helight {
		width: 100%;
	}

}
/* View Details button */
.college-ranking-table .btn-view.apply-btn {
    display: inline-block;
    text-decoration: none;
    color: #1146D1;
    border: 1px solid #1146D1;
    padding: 8px 16px;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 400;
    transition: background 0.2s ease, color 0.2s ease;
	white-space: nowrap;
}

.college-ranking-table .btn-view.apply-btn:hover {
    background: #1146D1;
    color: #fff;
}
.college-ranking-table a {
	text-decoration: none;
	color: rgba(0, 0, 0, 1);
}
.details-btn {
	display: flex;
    align-items: center;
	justify-content: space-between;
	gap: 10px;
}
.apply-popup-content1 input{
	border-radius: 4px !important;
	padding: 6px 12px !important;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.apply-popup-content1 form p {
	margin-bottom: 15px;
}

.apply-popup-content1 .form-title {
	font-size: 18px;
    font-weight: 600;
	display: block;
	line-height: 1;
	margin-top: 0px;
}

.apply-popup-content1 form input[type="submit"] {
	padding: 12px 20px !important;
	background: #1146D1;
    color: #fff;
	border: none;
	font-size: 16px;
}

@media (max-width:767px) {
	.apply-popup-content1 {
		padding: 20px !important;
	}
}