.single-university #primary-content .theme-wrapper{
    max-width: 100%;
        padding-left: 0;
    padding-right: 0;
}

.single-university #primary-content .theme-wrapper .theme-wrap {
    gap: 0px;
}

.single-university .site-footer .top-footer .top-footer-widgets{
        margin-inline: 0;
}
.college-detail {
    width:100%;
}
.university-banner{
    position:relative;
    width:100%;
    min-height:550px;
    overflow:hidden;
    background-repeat: no-repeat;
    background-size: cover;
    display:flex;
}

.university-banner::after {
    content: "";
    position:absolute;
    inset:0;
    background:rgba(0,0,0,.55);
    width:100%;
    height:100%;
    display: block;
}

/* Content */

.university-banner .university-banner__container{
    position:relative;
    z-index:2;
    max-width:1266px;
    height:100%;
    margin:auto;
    margin-bottom: 40px;
    display:flex;
    align-items: center;
    gap:40px;
    width: 100%;
    padding: 0px 15px;
}

/* Logo */

.university-banner .university-banner__logo{
    max-width:195px;
    border-radius:8px;
    flex-shrink:0;
    display:flex;
    align-items:center;
    justify-content:center;
}

.university-banner .university-banner__logo img{
    width:100%;
    height:100%;
    object-fit:contain;
}

/* Right Content */

.university-banner .university-banner__content{
    flex:1;
}

.university-banner .university-title-main {
    display:flex;
    align-items:center;
    gap: 10px;
}

.university-banner .university-banner__title{
    color:#fff;
    font-size:36px;
    font-weight:700;
    margin:0 0 10px;
}

.university-banner .university-banner__verify{
    color:#2b7cff;
    font-size:18px;
    vertical-align:middle;
}

.university-banner .university-banner__rating{
    display:flex;
    align-items:center;
    gap:6px;
    margin-bottom:12px;
}

.university-banner .university-banner__star{
    color:#FC8E03;
    font-size:18px;
}

.university-banner .university-banner__score{
    color:#FC8E03;
    font-weight:700;
    font-size:15px;
}

.university-banner .university-banner__reviews{
    color:#fff;
    font-size:14px;
    font-weight:700;
}

.university-banner .university-banner__location{
    color:#fff;
    font-size:15px;
    margin-bottom:20px;
    display:flex;
    align-items: center;
    gap: 5px;
}

/* Tags */

.university-banner .university-banner__tags{
    display:flex;
    gap:10px;
    overflow-x:auto;
    overflow-y:hidden;
    white-space:nowrap;
    scrollbar-width:none;
    -webkit-overflow-scrolling:touch;
    flex-wrap: wrap;
}

.university-banner .university-banner__tags::-webkit-scrollbar{
    display:none;
}

.university-banner .university-banner__tag{
    flex-shrink:0;
    padding:8px 14px;
    border:1px solid rgba(255,255,255,.6);
    border-radius:6px;
    color:#fff;
    font-size:12px;
}

/* Tablet */

@media(max-width:991px){

    .university-banner{
        min-height: 430px;
    }

    .university-banner .university-banner__container{
        gap: 20px;
    }

    .university-banner .university-banner__title{
        font-size:30px;
    }
    
    .university-banner .university-banner__logo {
        max-width: 165px;
    }

}

/* Mobile */

@media(max-width:767px){

    .university-banner{
        height:auto;
        min-height:420px;
    }

    .university-banner .university-banner__container{
        flex-direction:column;
        align-items:flex-start;
        justify-content:flex-end;
        gap:18px;
        padding:20px;
    }

    .university-banner .university-banner__logo{
        width:90px;
        height:115px;
    }

    .university-banner .university-banner__title{
        font-size:24px;
    }

    .university-banner .university-banner__rating{
        flex-wrap:wrap;
    }

    .university-banner .university-banner__tag{
        font-size:12px;
        padding:7px 12px;
    }
    
    .university-banner .university-banner__container {
        margin-bottom: 15px;
    }

}


/* Parent */
.college-detail .college-detail__container {
    max-width: 1266px;
    margin: auto;
    padding: 0px 15px;
    width: 100%;
}

.college-detail .college-tabs {
    width: 100%;
    background: #FEFEFE;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
    box-shadow: 0px 4px 27px 0px #E3ECFA;
	position: sticky;
    top: 0;
	z-index: 9;
}

/* Hide scrollbar (optional) */
.college-detail .college-tabs::-webkit-scrollbar {
    height: 5px;
}

.college-detail .college-tabs::-webkit-scrollbar-thumb {
    background: #cfcfcf;
    border-radius: 10px;
}

/* Wrapper */
.college-detail .college-tabs__wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    min-width: max-content;
    justify-content: space-between;
    max-width: 1266px;
    margin: auto;
    width: 100%;
}

/* Tab Item */
.college-detail .college-tabs__item {
    position: relative;
    padding: 30px 28px;
    text-decoration: none;
    color: #000000;
    font-size: 14px;
    font-weight: 700;
    white-space: nowrap;
    transition: color .3s ease;
    flex-shrink: 0;
}

/* Hover */
.college-detail .college-tabs__item:hover {
    color: #1146D1;
}

/* Active */
.college-detail .college-tabs__item.active {
    color: #1146D1;
}

/* Active underline */
.college-detail .college-tabs__item.active::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: #1146D1;
}

/* Responsive spacing */
@media (max-width: 768px) {
    .college-detail .college-tabs__item {
        padding: 18px 22px;
    }
}

@media (max-width: 480px) {
    .college-detail .college-tabs__item {
        padding: 16px 18px;
    }
}

/*==============================
Overview
===============================*/

.college-detail .college-overview__container {
    display: flex;
    gap: 50px;
    align-items: flex-start;
    padding: 60px 0px 50px;
}

/* Left */

.college-detail .college-overview__content {
    flex: 1;
    min-width: 0;
}

.college-detail .college-overview__title {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #000000;
    margin-top: 0px;
}

.college-detail .college-overview__subtitle {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #000000;
}

.college-detail .college-overview__text {
    font-size: 20px;
    line-height: 28px;
    color: #000000;
    margin-bottom: 18px;
}

/* Info */

.college-detail .college-overview__info {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
    margin-top: 50px;
}

.college-detail .college-overview__item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.college-detail .college-overview__icon {
    max-width: 25px;
    width: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-top: 3px;
}

.college-detail .college-overview__icon img {
    max-width: 100%;
}

.college-detail .college-overview__item h5 {
    font-size: 20px;
    color: #000000;
    margin-bottom: 3px;
    margin-top: 0;
}

.college-detail .college-overview__item span {
    font-size: 20px;
    color: #000000;
}

/* Right */


.college-detail .college-overview__gallery {
    width: 550px;
    flex-shrink: 0;
}

.college-detail .college-overview__slider {
    border-radius: 18px;
    overflow: hidden;
}

.college-detail .college-overview__slide {
    position: relative;
}

.college-detail .college-overview__slide img {
    display: block;
    width: 100%;
    height: 350px;
    object-fit: cover;
    border-radius:20px;
}

.college-detail .college-overview__play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 62px;
    height: 62px;
    border: none;
    border-radius: 50%;
    background: #fff;
    cursor: pointer;
    font-size: 22px;
}

/* Thumbnails */

.college-detail .college-overview__thumb-slider {
    margin-top: 14px;
}

.college-detail .college-overview__thumb {
    height: 78px;
    border-radius: 10px;
    overflow: hidden;
    margin-right: 10px;
    position: relative;
    cursor: pointer;
}

.college-detail .college-overview__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius:10px;
}

.college-detail .college-overview__thumb--more {
    background: #222;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
}

/* Slick spacing */

.college-detail .college-overview__thumb-slider .slick-track {
    display: flex;
}

.college-detail .college-overview__thumb-slider .slick-slide {
    margin-right: 10px;
}

.college-detail .college-overview__thumb-slider .slick-list {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
}

/* Responsive */

@media (max-width:1199px) {
    .college-detail .college-overview__info {
        grid-template-columns: repeat(2, 1fr);
        margin-top: 30px;
    }
    
    .college-detail .college-overview__text {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 15px;
    }
    
    .college-detail .college-overview__item h5 {
        font-size: 18px;
    }
    .college-detail .college-overview__item span {
        font-size: 18px;
    }
    .college-detail .college-overview__container {
        gap: 30px;
        padding: 50px 0px 25px;
    }
    .college-detail .college-overview__subtitle {
        margin-top: 0;
    }
}

@media (max-width:991px) {

    .college-detail .college-overview__container {
        flex-direction: column;
    }

    .college-detail .college-overview__gallery {
        width: 100%;
    }

    .college-detail .college-overview__info {
        grid-template-columns: repeat(3, 1fr);
    }

    .college-detail .college-overview__container {
        padding: 45px 0px 25px;
    }

    .college-detail .college-overview__title {
        margin-bottom: 10px;
    }
    .college-detail__container.details-table h2 {
        margin-top: 0;
    }

}

@media (max-width:767px) {

    .college-detail .college-overview__info {
        display: flex;
        gap: 15px;
        overflow-x: auto;
        padding-bottom: 10px;
        -webkit-overflow-scrolling: touch;
        flex-wrap: wrap;
    }

    .college-detail .college-overview__item {
        min-width: 180px;
        flex-shrink: 0;
    }

    .college-detail .college-overview__slide img {
        height: 250px;
    }

    .college-detail .college-overview__container {
        padding: 25px 0px;
    }
    .college-detail .college-overview__title {
        font-size: 25px;
    }
    
    .college-detail .college-overview__item h5 {
        font-size: 16px;
    }
    .college-detail .college-overview__item span {
        font-size: 16px;
    }

}


.college-detail__container.details-table {
    margin: 0 auto;
    padding: 50px 15px;
}



/* Filter buttons */
.details-table .filters {
    display: flex;
    /*flex-wrap: wrap;*/
    gap: 20px;
    margin-bottom: 20px;
    overflow-x: auto;
    overflow-y: hidden;
}

.details-table .filters a {
    text-decoration: none;
    font-size: 12px;
    font-weight: 700;
    color: #000;
    background: #eceff1;
    padding: 10px;
    border-radius: 6px;
    transition: background 0.2s ease, color 0.2s ease;
    white-space: nowrap;
}

.details-table .filters a:hover {
    background: #dbe1e6;
}

.details-table .filters a.active {
    background: #1146D1;
    color: #fff;
}

/* Table */
.details-table table {
    width: 100%;
    border-collapse: collapse;
}

.details-table thead th {
    background: #ECEFF1;
    text-align: left;
    padding: 11px 20px;
    font-size: 18px;
    font-weight: 700;
    color: #000000;
}

.details-table tbody td {
    padding: 11px 20px;
    font-size: 18px;
    font-weight: 400;
    color: #000;
}

.details-table tbody tr:last-child td {
    border-bottom: none;
}

/* View Details button */
.details-table .btn-view {
    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;
}

.details-table .btn-view:hover {
    background: #1146D1;
    color: #fff;
}

/* Apply Filters button */
.details-table .apply-wrap {
    text-align: center;
    margin-top: 35px;
}

.details-table .btn-apply {
    display: inline-block;
    text-decoration: none;
    color: #1146D1;
    border: 1px solid #1146D1;
    padding: 12px 40px;
    border-radius: 6px;
    font-size: 15px;
    font-weight: 600;
    transition: background 0.2s ease, color 0.2s ease;
}

.details-table .btn-apply:hover {
    background: #1146D1;
    color: #fff;
}

.college-detail__container.details-table h2 {
    font-weight: 700;
    font-size: 30px;
    line-height: 28px;
    color: #000;
    margin-bottom: 30px;
	margin-top: 0;
}

@media (max-width:1199px) {
    .college-detail__container.details-table {
        padding: 25px 15px 50px;
    }
    .details-table thead th {
        font-size: 16px;
    }
    .details-table tbody td {
        font-size: 16px;
    }
    .details-table .btn-view {
        font-size: 16px;
    }
}

/* ===== Tablet ===== */
@media (max-width: 900px) {


    .college-detail__container.details-table {
        max-width: 100%;
    }

    .details-table thead th,
    .details-table tbody td {
        padding: 10px 14px;
        font-size: 16px;
    }
    
    .details-table .apply-wrap {
        margin-top: 25px;
    }
}

/* ===== Mobile ===== */
@media (max-width: 767px) {

    .college-detail__container.details-table h2 {
        font-size: 25px;
        line-height: 28px;
        margin-bottom: 15px;
    }

    .details-table .filters {
        gap: 8px;
        margin-bottom: 16px;
    }

    .details-table .filters a {
        font-size: 12px;
        padding: 8px 10px;
    }

    .details-table table,
    .details-table thead,
    .details-table tbody,
    .details-table th,
    .details-table td,
    .details-table tr {
        display: block;
    }

    .details-table thead {
        display: none;
    }

    .details-table tbody tr {
        margin-bottom: 18px;
        border: 1px solid #eee;
        border-radius: 8px;
        padding: 12px 14px;
    }

    .details-table tbody td {
        border: none;
        padding: 6px 0;
        font-size: 15px;
    }

    /*.details-table tbody td::before {*/
    /*    content: attr(data-label);*/
    /*    font-weight: 700;*/
    /*    display: inline-block;*/
    /*    width: 110px;*/
    /*    color: #555;*/
    /*}*/

    .details-table tbody td[data-label="Action"] {
        padding-top: 10px;
    }

    .details-table tbody td[data-label="Action"]::before {
        display: none;
    }

    .details-table .btn-view {
        display: block;
        text-align: center;
        font-size: 15px;
    }

    .details-table .apply-wrap {
        margin-top: 24px;
    }

    .details-table .btn-apply {
        display: block;
        padding: 12px 0;
    }
}

/* ===== Small mobile ===== */
@media (max-width: 420px) {
    .details-table .filters a {
        flex: 1 1 calc(50% - 8px);
        text-align: center;
    }
}


        .table-page {
            display: flex;
            gap: 24px;
            align-items: flex-start;
            padding-top: 100px;
        }



        .table-page .card h2 {
            font-size: 22px;
            font-weight: 800;
            margin: 0 0 20px 0;
            color: #0a0a0a;
        }

        /* ===== Courses & Fees (steps) ===== */
       .table-page .steps-card {
            flex: 3;
        }

       .table-page .steps {
            display: grid;
            grid-template-columns: repeat(5, 1fr);
            gap: 20px;
        }

       .table-page  .step .step-label {
            font-size: 14px;
            font-weight: 700;
            color: #1146D1;
            margin-bottom: 10px;
        }

       .table-page .step .step-title {
            font-size: 14px;
            font-weight: 700;
            color: #000;
            margin-bottom: 10px;
        }

       .table-page .step .step-desc {
            font-size: 13px;
            font-weight: 400;
            color: #000;
            line-height: 1.5;
        }

        /* ===== Important Dates (table) ===== */
        .table-page .dates-card {
            flex: 2;
        }

       .table-page table {
            width: 100%;
            border-collapse: collapse;
        }

        .table-page thead th {
            text-align: left;
            font-size: 14px;
            font-weight: 700;
            color: #1146D1;
            padding: 0 0 12px 0;
            background: transparent;
        }

       .table-page thead th:last-child {
            text-align: left;
        }

       .table-page tbody td {
            font-size: 14px;
            padding: 6px 0;
            color: #0a0a0a;
        }

        .table-page .event span {
            margin-right: 10px;
        }


       .table-page tbody td.date {
            font-weight: 700;
            text-align: left;
        }


        @media (max-width:1199px) {
            .table-page {
                padding-top: 50px;
            }
        }
        /* ===== Tablet ===== */
        @media (max-width: 900px) {
            .table-page .steps {
                grid-template-columns: repeat(3, 1fr);
                row-gap: 24px;
            }
        }

        /* ===== Mobile ===== */
        @media (max-width: 700px) {
           
            .table-page {
                flex-direction: column;
            }

            .table-page .card h2 {
                font-size: 19px;
                margin-bottom: 16px;
            }

            .table-page .steps {
                grid-template-columns: repeat(2, 1fr);
                row-gap: 20px;
            }
            
            .table-page .dates-card {
                width: 100%;
            }
        }

        @media (max-width: 420px) {
            .table-page .steps {
                grid-template-columns: 1fr;
            }
            .college-detail__container.details-table {
                 padding-bottom: 25px;
            }
        }

#placement-card{
	padding-left: 0;
    padding-right: 0;
}

.faq-card {
	padding: 50px 0px;
}

.faq-card .faq-item .faq-question {
	padding: 15px;
    width: 100%;
    text-align: left;
	font-size: 18px;
	line-height: 24px;
	border-color: #ECEFF1;
    background: #ECEFF1;
	color: #000;
	display: flex;
    align-items: center;
	justify-content: space-between;
	font-weight: 600;
}
.faq-card .faq-item.active .faq-question {
	background: #1146D1;
    color: #fff;
}

.faq-card .faq-answer {
	padding: 15px;
	padding-bottom: 0px;
	font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    color: #000;
}
.faq-card .faq-item {
	margin-bottom: 20px;
}
.faq-card .faq-icon {
	font-size: 20px;
}

.contact-card {
	padding: 50px 0px;
}
.contact-card .contact-wrapper {
	display: flex;
	gap: 24px;
	justify-content: space-between;
}
.contact-card .contact-item>strong {
    font-size: 18px;
    color: #1146D1;
}
.contact-card .contact-item a {
	text-decoration: none;
	color: #000;
}
.contact-card .contact-item p {
	color: #000;
	margin-bottom: 5px;
	max-width: 500px;
}
.contact-card .contact-item {
	margin-bottom: 24px;
	padding: 15px;
	border-color: #fff;
    background: #fff;
	box-shadow: 0px 3px 25px 0px rgba(223, 232, 246, 1);
	border-radius: 5px;
}
.contact-card .contact-map iframe {
	border-radius: 10px;
}
.contact-card .contact-map p {
	margin-bottom: 0px;
}

.facilities-card {
	padding: 50px 0px;
}


.facilities-card .facilities-list {
	display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
.facilities-card .facilities-list .facility-title {
	font-size: 18px;
	font-weight: 500;
    color: #000;
}
.facilities-card .facilities-list .facility-icon {
	color: #1146D1;
}
.facilities-card .facilities-list .facility-item {
	padding: 15px;
	border-color: #fff;
    background: #fff;
	border: 1px solid rgba(222, 238, 254, 1);
	border-radius: 5px;
}

@media (max-width:1199px) {
	.facilities-card {
		padding: 25px 0px;
	}
	.contact-card {
		padding: 25px 0px;
	}
	.faq-card {
		padding: 25px 0px;
	}
	#placement-card {
		padding: 25px 0px;
	}
}

@media (max-width:767px) {
	.facilities-card .facilities-list {
		grid-template-columns: repeat(1, 1fr);
		gap: 10px;
	}
	.facilities-card .facilities-list .facility-item {
		padding: 10px;
	}
	.facilities-card .facilities-list .facility-title {
		font-size: 16px;
	}
	.contact-card .contact-wrapper {
		flex-wrap: wrap;
	}
	.college-detail__container.details-table {
        padding-bottom: 0px;
    }
	.faq-card .faq-item .faq-question {
		font-size: 16px;
		line-height: 22px;
	}
}

.details-btn {
	display: flex;
    align-items: center;
	justify-content: space-between;
	gap: 10px;
}
.apply-popup-content input{
	border-radius: 4px !important;
	padding: 6px 12px !important;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.apply-popup-content form p {
	margin-bottom: 15px;
}

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

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

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