* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: "Lato", sans-serif;
    color: #666666;
    line-height: 1.6;
    font-size: 16px;
}

body h1, body h2, body h3, body h4, body h5, body h6{
    font-family: "Roboto Slab", serif;
    font-weight: 700;
}
body h1 { font-size: 44px;}
body h2 { font-size: 34px;}
body h3 { font-size: 18px;}
body h4 { font-size: 18px;}
body h5 { font-size: 16px;}
body h6 { font-size: 16px;}

img { border:0 none; max-width:100%; display: block; }

button {
    font-family: "Lato", sans-serif;
}

.container {
    max-width: 1500px;
    margin: 0 auto;
    padding: 0 15px;
    position: relative;
}

/* Header */
.header {
    background: white;
    position: sticky;
    top: 0;
    z-index: 99;
}
.logo a {
    max-width: 215px;
    display: block;
}
.nav-wrapper {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 30px;
}
.nav-menu {
    display: flex;
    gap: 30px;
    padding-left: 35px;
}
.logo {
    position: relative;
    background: #3e4095;
    padding-top: 26px;
}
.logo:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 5%;
    margin-left: -9px;
    width: 0;
    height: 0;
    border-left: 107px solid transparent;
    border-right: 107px solid transparent;
    border-top: 50px solid #3e4095;
}
nav.nav-menu i.fas {
    font-size: 13px;
    margin-left: 3px;
}
.nav-link {
    text-decoration: none;
    color: #666666;
    font-weight: 500;
    transition: color 0.3s;
}
a.nav-link.active {
    font-weight: 600;
    color: #3E4095;
}
.top-bar {
    background: #3E4095;
    color: #fff;
    padding: 8px 0;
    margin-bottom: -7px;
}
.nav-link:hover {
    color: #3E4095;
}

.auth-buttons {
    display: flex;
    gap: 15px;
    flex: 1;
    justify-content: flex-end;
}

.btn-login {
    padding: 16px 25px;
    background: #3E4095;
    color: #fff;
    border-radius: 16px;
    cursor: pointer;
    font-weight: 500;
    transition: all 0.3s;
    font-size: 15px;
    border: 0;
}

.btn-login:hover {
    background: #CFAF66;
    color: #000000;
}

.btn-signup {
    padding: 15px 25px;
    background: #CFAF66;
    border: none;
    color: #000000;
    border-radius: 16px;
    cursor: pointer;
    font-weight: 500;
    transition: all 0.3s;
    font-size: 15px;
}

.btn-signup:hover {
    background: #3E4095;
    color: white;
}
span.welcome-text {
    display: flex;
    gap: 10px;
    font-size: 14px;
}


/* Hero Section */
.hero {
    color: white;
    position: relative;
}
.middleware {
    position: absolute;
    top: 0;
    bottom: 0;
    max-width: 1300px;
    margin: 0 auto;
    left: 0;
    right: 0;
    z-index: 9;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 15px;
}
section.hero:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #0000008C;
}
.hero-content {
    text-align: center;
}
p.hero-subtitle {
    background: rgb(0 0 0 / 22%);
    box-shadow: 0px 53.9249px 53.9249px rgba(0, 0, 0, 0.08), 0px 26.9624px 26.9624px rgb(0 0 0 / 53%), 0px 13.4812px 13.4812px rgb(0 0 0 / 0%), 0px 6.74061px 6.74061px rgba(0, 0, 0, 0.01), inset 0px -16.7711px 16.7711px rgb(198 198 198 / 48%), inset 0px 16.7711px 16.7711px rgb(175 174 174 / 34%);
    border-radius: 27.9518px;
    padding: 5px 15px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    font-size: 20px;
    font-style: italic;
    color: #fff;
    padding-right: 50px;
    border: 1px solid #ffffff99;
}
.middleware .hero-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.hero-title {
    margin-bottom: 15px;
    line-height: 50px;
    position: relative;
    margin-top: 22px;
}

.hero-description {
    font-size: 20px;
    margin-bottom: 45px;
    max-width: 527px;
    font-style: italic;
    font-weight: 500;
}
.stat-item img {
    height: 32px;
    width: 32px;
    object-fit: contain;
    margin-bottom: 5px;
}
.hero-banner img.bg-image {
    margin: 0 auto;
    width: 100%;
}

/* Search Box */

.search-box {
    padding: 18px 22px;
    max-width: 442px;
    margin: 0 auto 0px;
    margin-right: 0;
    width: 45%;
    border: 1px solid #ffffff99;
    background: rgb(0 0 0 / 22%);
    box-shadow: 0px 53.9249px 53.9249px rgba(0, 0, 0, 0.08), 0px 26.9624px 26.9624px rgb(0 0 0 / 53%), 0px 13.4812px 13.4812px rgb(0 0 0 / 0%), 0px 6.74061px 6.74061px rgba(0, 0, 0, 0.01), inset 0px -16.7711px 16.7711px rgb(198 198 198 / 48%), inset 0px 16.7711px 16.7711px rgb(175 174 174 / 34%);
    border-radius: 16px;
}

.search-content {
    background: #fff;
    padding: 45px 47px;
}
h2.search-title {
    color: #000;
    text-align: start;
    font-size: 21px;
    line-height: 25px;
    margin-bottom: 20px;
}
.search-row {
    text-align: start;
}

.search-field select {
    width: 100%;
    padding: 15px;
    border: 1px solid #3e409538;
    border-radius: 16px;
    font-size: 15px;
    cursor: pointer;
    height: 50px;
}
.search-field {
    text-align: start;
    margin-bottom: 10px;
}

.range-header {
    display: flex;
    justify-content: space-between;
}
input.budget-slider {
    width: 100%;
}
.range-labels.clearfix {
    display: flex;
    justify-content: space-between;
}
span.right {
    color: #3E4095;
    font-weight: 700;
}
.range-labels span {
    color: #666666;
    font-weight: 400;
}
label {
    color: #000;
}
.search-field label {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 5px;
    display: block;
}
.search-field select:focus {
    outline: none;
    border-color: #3E4095;
}

.btn-search {
    width: 100%;
    padding: 16px 25px;
    background: #3E4095;
    color: white;
    border: none;
    border-radius: 16px;
    font-size: 16px;
    cursor: pointer;
    transition: background 0.3s;
}

.btn-search:hover {
    background: #CFAF66;
}

/* Stats */
.stats {
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    gap: 24px;
}

.stat-item {
    display: flex;
    flex-direction: column;
    background: rgb(0 0 0 / 22%);
    box-shadow: 0px 53.9249px 53.9249px rgba(0, 0, 0, 0.08), 0px 26.9624px 26.9624px rgb(0 0 0 / 53%), 0px 13.4812px 13.4812px rgb(0 0 0 / 0%), 0px 6.74061px 6.74061px rgba(0, 0, 0, 0.01), inset 0px -16.7711px 16.7711px rgb(198 198 198 / 48%), inset 0px 16.7711px 16.7711px rgb(175 174 174 / 34%);
    border-radius: 27.9518px;
    padding: 16px 67px;
    color: #fff;
    border: 1px solid #ffffff99;
    justify-content: center;
    align-items: center;
}

.stat-item i {
    font-size: 40px;
    color: white;
}

.stat-item h3 {
    font-size: 22px;
    line-height: 24px;
    text-align: center;
    font-family: "Lato", sans-serif;
}

.stat-item p {
    font-size: 12px;
}

/* Sections */

.section-title {
    font-weight: 600;
    color: #25213B;
}

.section-subtitle {
    color: #666666;
    font-style: italic;
    font-size: 20px;
    line-height: 24px;
    font-weight: 500;
}
section.hero {
    padding: 0;
}
/* Popular Streams */
section {
    padding: 50px 0;
}
p.section-btn {
    background: #D4CAF5;
    border-radius: 27.9518px;
    color: #3E4095;
    font-size: 20px;
    display: inline-block;
    padding: 7px 18px;
    margin-bottom: 8px;
    font-weight: 500;
    line-height: 100%;
}
.streams-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-row-gap: 40px;
    grid-column-gap: 20px;
    margin-top: 40px;
}

.stream-card {
    padding: 26px;
    border-radius: 16px;
    transition: all 0.3s;
    cursor: pointer;
    background: #F6F6F6;
    border-top: 8px solid #3E4095;
}

.stream-card h3 {
    font-size: 18px;
    margin-bottom: 8px;
    color: #25213B;
    line-height: 100%;
}

.stream-card p {
    color: #7A7A7A;
    margin-bottom: 27px;
}

.stream-link {
    color: #7A7A7A;
    text-decoration: none;
    font-weight: 400;
    transition: gap 0.3s;
}
.stream-card:hover{
    background-color: #3E4095;
}
.stream-card:hover h3, .stream-card:hover p, .stream-card:hover a.stream-link {
    color: #fff;
}
.stream-link:hover {
    gap: 10px;
}
.sec-header h2.section-title {
    color: #fff;
}
.sec-header p.section-subtitle {
    color: #fff;
}
/* Featured Universities */
.featured-universities {
    background: linear-gradient(180deg, #3E4095 0%, rgba(255, 255, 255, 0.8) 48.08%, #3E4095 99.04%);
}

.section-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
}

.section-header .section-title {
    text-align: left;
    margin-bottom: 0;
}

.btn-view-all {
    padding: 16px 30px;
    background: white;
    border: 2px solid #3E4095;
    color: #3E4095;
    border-radius: 16px;
    cursor: pointer;
    font-weight: 600;
    transition: all 0.3s;
    font-size: 16px;
}

.btn-view-all:hover {
    background: #3E4095;
    color: white;
}

.universities-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.university-card {
    background: white;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    transition: all 0.3s;
    position: relative;
}

.university-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.15);
}

.card-badge {
    position: absolute;
    top: 24px;
    right: auto;
    background: #FFBFC0;
    color: #C20000;
    padding: 9px 27px;
    border-radius: 20px;
    font-weight: 600;
    z-index: 10;
    left: 24px;
    font-size: 12px;
}
.left {
    text-align: start;
}

.university-image {
    width: 100%;
    height: 233px;
    object-fit: cover;
}

.university-info {
    padding: 24px;
}

.university-info h3 {
    font-size: 18px;
    margin-bottom: 13px;
    color: #25213B;
    font-weight: 600;
}
.university-info p {
    color: #25213B;
    font-size: 14px;
    margin-bottom: 8px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.equal {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    grid-column-gap: 20px;
}
.equal p svg {
    margin-right: 10px;
}
.university-info i {
    margin-right: 5px;
    color: #D40071;
}
.university-info i.fa-star:before {
    color: #D99600;
}
.card-actions {
    display: flex;
    gap: 10px;
    margin-top: 15px;
}
.btn-explore {
    padding: 0 10px;
    background: #CFAF66;
    border: 1px solid #CFAF66;
    color: #000;
    border-radius: 16px;
    cursor: pointer;
    font-weight: 500;
    transition: all 0.3s;
    font-size: 15px;
    line-height: 50px;
}
.card-actions  button.btn-explore {
    width: 65%;
}
.btn-explore:hover {
    background: #3E4095;
    color: white;
    border: 1px solid #3E4095;
}

.btn-apply {
    padding: 10px;
    background: #3E4095;
    border: none;
    color: white;
    border-radius: 8px;
    cursor: pointer;
    font-weight: 500;
    transition: all 0.3s;
    font-size: 15px;
    text-align: center;
    text-decoration: none;
    line-height: 32px;
}
.card-actions a.btn-apply {
    width: 35%;
}
.btn-apply:hover {
    background: #CFAF66;
    color: #000;
}

/* Popular Courses */
.course-filters {
    display: flex;
    justify-content: flex-start;
    gap: 15px;
    margin-bottom: 40px;
    margin-top: 24px;
}

.filter-btn {
    padding: 15px 40px;
    background: white;
    border: 1px solid #3E4095;
    border-radius: 16px;
    cursor: pointer;
    font-weight: 600;
    color: #3E4095;
    transition: all 0.3s;
}

.filter-btn.active,
.filter-btn:hover {
    background: #3E4095;
    color: white;
    border-color: #3E4095;
}

.courses-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.course-card {
    background: #F6F6F6;
    padding: 16px;
    border-radius: 16px;
    transition: all 0.3s;
}

.course-card:hover {
    border-color: #3E4095;
    box-shadow: 0 5px 20px rgba(91, 79, 201, 0.15);
}

.course-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.course-header h3 {
    font-size: 28px;
    color: #3E4095;
}

.course-duration {
    background: #f0f0f0;
    padding: 5px 12px;
    border-radius: 16px;
    font-size: 12px;
    font-weight: 600;
    color: #666;
}

.course-card h4 {
    margin-bottom: 16px;
    color: #25213B;
    font-weight: 600;
    margin-top: 8px;
}

.course-card > p {
    margin-bottom: 0;
    background: #E4E4E4;
    color: #25213B;
    padding: 7px 15px;
    border-radius: 20px;
    font-weight: 400;
    font-size: 14px;
    display: inline;
}

.course-stats {
    display: flex;
    gap: 20px;
    margin-bottom: 11px;
    font-size: 14px;
    color: #25213B;
    justify-content: space-between;
}
.course-stats p.right {
    color: #000000;
    font-size: 15px;
    font-weight: 500;
}
.course-stats i {
    color: #3E4095;
}

.course-link {
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s;
    border-top: 1px dotted #797979;
    margin-top: 11px;
    padding-top: 10px;
    font-size: 15px;
    color: #000000;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.course-link:hover {
    color: #3E4095;
}

/* University Ranking */


.ranking-filters {
    display: flex;
    justify-content: flex-start;
    gap: 15px;
    margin-bottom: 40px;
    flex-wrap: wrap;
    margin-top: 25px;
}
section.university-ranking {
    padding-top: 10px;
}
.ranking-table {
    background: white;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

table {
    width: 100%;
    border-collapse: collapse;
}

thead {
    background: #3E4095;
    color: white;
}

thead th {
    padding: 18px;
    text-align: left;
    font-weight: 600;
}

tbody tr {
    border-bottom: 1px solid #e0e0e0;
    transition: background 0.3s;
}

tbody tr:hover {
    background: #f9fafb;
}

tbody td {
    padding: 18px;
    color: #25213B;
}

tbody td i {
    color: #CFAF66;
    margin-right: 5px;
}

/* Top Study Places */
.places-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
    margin-top: 40px;
}

.place-card {
    padding: 42px 30px;
    border-radius: 16px;
    text-align: center;
    transition: all 0.3s;
    cursor: pointer;
    background: linear-gradient(180deg, #F6F6F6 0%, #3E4095 478.54%);
}

.place-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(91, 79, 201, 0.2);
}

.place-card i {
    font-size: 48px;
    color: #3E4095;
    margin-bottom: 15px;
}

.place-card h3 {
    font-size: 32px;
    color: #3E4095;
    font-family: "Lato", sans-serif;
    border-bottom: 2px solid #3E4095;
    padding-bottom: 13px;
    margin-bottom: 20px;
    display: inline-block;
}

.place-card p {
    color: #3E4095;
    font-size: 16px;
}

/* Newsletter */
.newsletter {
    background: #3E4095;
    color: white;
    text-align: center;
    padding: 67px 0;
}

.newsletter h2 {
    font-size: 28px;
    margin-bottom: 11px;
    line-height: 100%;
}

.newsletter p {
    font-size: 18px;
}
.newsletter-form {
    position: relative;
    width: 36%;
}


.newsletter-form input {
    padding: 15px 20px;
    border: none;
    border-radius: 16px;
    font-size: 16px;
    width: 100%;
    height: 60px;
}
.newsletter .container {
    display: flex;
    justify-content: space-between;
    text-align: start;
    align-items: center;
}
.newsletter-form button {
    padding: 15px 35px;
    background: #CFAF66;
    border: none;
    color: #000;
    border-radius: 16px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s;
    position: absolute;
    left: auto;
    right: 6px;
    top: 6px;
}

.newsletter-form button:hover {
    background: #3E4095;
    color: #fff;
}

/* Footer */
.footer {
    background: #1a202c;
    color: white;
    padding: 102px 0 0px;
}

.footer-grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1.5fr;
    gap: 40px;
    margin-bottom: 100px;
}

.footer-logo {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
}

.footer-logo i {
    font-size: 30px;
    color: #3E4095;
}

.footer-col p {
    margin-bottom: 15px;
    color: #cbd5e0;
    line-height: 1.8;
}

.footer-col p i {
    margin-right: 10px;
    color: #3E4095;
}
.footer-logo a {
    width: 220px;
}
.footer-col h3 {
    font-size: 20px;
    margin-bottom: 20px;
}

.footer-col ul {
    list-style: none;
}

.footer-col ul li {
    margin-bottom: 12px;
}

.footer-col ul li a {
    color: #fff;
    text-decoration: none;
    transition: color 0.3s;
    font-size: 17px;
}

.footer-col ul li a:hover {
    color: #3E4095;
}

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}

.gallery-grid img {
    width: 100%;
    height: 85px;
    border-radius: 5px;
    cursor: pointer;
    transition: all 0.3s;
}

.gallery-grid img:hover {
    transform: scale(1.1);
}

.footer-bottom {
    text-align: center;
    padding-top: 18px;
    border-top: 1px solid #25213B;
    color: #fff;
    background: #222222;
    padding-bottom: 21px;
    font-size: 17px;
}
.footer-bottom a {
    font-size: 17px;
    color: #FFD25D;
    text-decoration: none;
}

.footer-bottom a:hover {
    color: #ffffff;
}
.footer .footer-col i.fa-solid.fa-angle-right {
    margin-right: 8px;
}
/* Modal */
.modal {
    display: none;
    position: fixed;
    z-index: 2000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(5px);
}

.modal-content {
    background: white;
    margin: 80px auto;
    padding: 40px;
    width: 90%;
    max-width: 450px;
    border-radius: 16px;
    position: relative;
    animation: modalSlideIn 0.3s ease-out;
}

@keyframes modalSlideIn {
    from {
        transform: translateY(-50px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.close {
    position: absolute;
    right: 20px;
    top: 20px;
    font-size: 30px;
    cursor: pointer;
    color: #999;
    transition: color 0.3s;
}

.close:hover {
    color: #666666;
}

.modal-content h2 {
    margin-bottom: 30px;
    color: #25213B;
    font-size: 28px;
}

.form-group {
    margin-bottom: 20px;
}

.form-group label {
    display: block;
    margin-bottom: 8px;
    font-weight: 600;
    color: #666;
}

.form-group input {
    width: 100%;
    padding: 12px;
    border: 2px solid #e0e0e0;
    border-radius: 16px;
    font-size: 15px;
    transition: border 0.3s;
}

.form-group input:focus {
    outline: none;
    border-color: #3E4095;
}

.btn-submit {
    width: 100%;
    padding: 15px;
    background: #3E4095;
    border: none;
    color: white;
    border-radius: 16px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s;
    margin-top: 10px;
}

.btn-submit:hover {
    background: #4a3fb8;
}

.form-footer {
    text-align: center;
    margin-top: 20px;
    color: #666;
}

.form-footer a {
    color: #3E4095;
    text-decoration: none;
    font-weight: 600;
}

.form-footer a:hover {
    text-decoration: underline;
}
section.top-study-places {
    padding-top: 10px;
}

.menu {
    color: #666666333;
    cursor: pointer;
    display: none;
    float: left;
    font-size: 22px;
    line-height: 31px;
    position: fixed;
    right: 0;
}
.close-button {
    display: none;
}


/* ════════════════════════════════════════════
   TopUniversitiesIndia — Chandigarh University
   styles.css  |  All visual styling
════════════════════════════════════════════ */
button.sc-btn {
    width: 100%;
    background: #CFAF66;
    border: none;
    color: #000;
    padding: 10px;
    border-radius: 9px;
    font-size: 15px;
    font-weight: 700;
    margin-top: 8px;
    font-family: 'Lato', sans-serif;
    cursor: pointer;
    transition: all .2s;
}
.New-portion {
    margin-top: 20px;
}
section#sec-placements {
    padding-top: 0;
}
section#sec-courses {
    padding-top: 0;
}
body.property-detail-page .hero-content .left.portion {
    text-align: center;
    width: 100%;
}
body.property-detail-page p.hero-description {
    max-width: 100%;
    margin-bottom: 25px;
}
body.property-detail-page .hero-content .left.portion p.hero-subtitle {
    margin: 10px 0;
}
body.property-detail-page .stats {
    justify-content: center;
    margin-top: 40px;
}
.left-allign {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}
.left-allign p {
    font-size: 16px;
    color: #000;
    font-weight: 500;
    background: #C7C7C7;
    padding: 7px 15px;
    border-radius: 16px;
}
.left-allign p.second {
    background: #919191;
}
.left-allign p.third {
    background: #D4BE84;
}
p.fourth {
    background: #ADBCA3;
}



/* ── BASE & FORMS ── */
body{font-family:'Lato', sans-serif;font-size:16px;color:#666666;background:#fff}
input,select,textarea{font-family:'Lato', sans-serif;font-size:16px;color:#000;background:#fff;border:1px solid #3E4095;padding:8px;border-radius:4px}

/* ── PROGRESS BAR ── */
#pgb{position:fixed;top:0;left:0;height:3px;z-index:9999;
  background:linear-gradient(90deg,#3E4095,#CFAF66,#3E4095);
  width:0;pointer-events:none;transition:width .1s}

/* ═══ SITE NAV ═══ */
.snav{background:#ffffff;border-bottom:1px solid rgba(62,64,149,.1);position:sticky;top:0;z-index:800}
.snav-in{max-width:1440px;margin:0 auto;padding:0 28px;height:62px;display:flex;align-items:center;gap:20px}
.logo{font-family:'Roboto Slab', serif;font-size:17px;font-weight:700;color:#25213B;display:flex;align-items:center;gap:10px;flex-shrink:0;white-space:nowrap}
.logo-badge{width:36px;height:36px;border-radius:10px;background:#3E4095;display:flex;align-items:center;justify-content:center;font-size:18px;flex-shrink:0;box-shadow:0 4px 14px rgba(62,64,149,.5)}
.logo span{color:#CFAF66}
.snav-div{width:1px;height:26px;background:rgba(51,51,51,.1);flex-shrink:0}
.crumb{display:flex;align-items:center;gap:5px;font-family:'Lato', sans-serif;font-size:15px;color:#666666;flex:1;min-width:0}
.crumb a{transition:color .2s;color:#666666}.crumb a:hover{color:#3E4095}
.crumb-cur{color:#25213B;font-weight:700;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.crumb-sep{color:#666666;font-size:15px}
.snav-links{display:flex;align-items:center;gap:2px;margin-left:auto;flex-shrink:0}
.snl{padding:7px 13px;border-radius:8px;font-family:'Lato', sans-serif;font-size:15px;font-weight:500;color:#666666;background:none;border:none;transition:all .18s;white-space:nowrap}
.snl:hover{color:#3E4095;background:rgba(62,64,149,.08)}
.snav-cta{background:#3E4095;color:#fff;font-family:'Lato', sans-serif;padding:9px 20px;border-radius:100px;font-size:16px;font-weight:700;border:none;transition:all .2s;white-space:nowrap;margin-left:6px;box-shadow:0 4px 14px rgba(62,64,149,.3)}
.snav-cta:hover{background:#CFAF66;color:#000;filter:brightness(1.15);transform:translateY(-1px);box-shadow:0 6px 20px rgba(207,175,102,.4)}

/* ═══ PROFILE SECTION NAV ═══ */
.pnav{position:sticky;top:0px;z-index:700;background:rgb(62 64 149);backdrop-filter:blur(20px);border-bottom:2px solid #3E4095;box-shadow:0 4px 14px rgba(0,0,0,.05)}
.pnav-in{max-width:1440px;margin:0 auto;padding:0 28px;display:flex;align-items:center;overflow-x:auto;scrollbar-width:none;gap:0}
.pnav-in::-webkit-scrollbar{display:none}
.pnb{height:54px;padding:0 15px;font-family:'Lato', sans-serif;font-size:15px;font-weight:600;color:#ffffff;background:none;border:none;border-bottom:3px solid transparent;white-space:nowrap;transition:all .2s;display:flex;align-items:center;gap:5px}
.pnb:hover{color:#cfaf66}
.pnb.on{color: #cfaf66;border-bottom-color: #cfaf66;}
.pnav-apply{margin-left:auto;flex-shrink:0;background:#3E4095;color:#fff;font-family:'Lato', sans-serif;padding:9px 22px;border-radius:100px;font-size:16px;font-weight:700;border:none;transition:all .2s;box-shadow:0 4px 14px rgba(62,64,149,.3)}
.pnav-apply:hover{background:#CFAF66;color:#000;filter:brightness(1.1);transform:translateY(-1px);box-shadow:0 6px 22px rgba(207,175,102,.4)}

/* ═══ HERO ═══ */
.hero-bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transform:scale(1.07);transition:transform 10s ease-out;opacity:.4}
.hero-bg.loaded{transform:scale(1)}
.hero-ov{position:absolute;inset:0}
.hero-mesh{position:absolute;inset:0}

.hero-topline{position:absolute;top:0;left:0;right:0;height:4px;z-index:5;background:linear-gradient(90deg,#3E4095,#CFAF66,#3E4095);background-size:200%;animation:lineFlow 4s linear infinite}
@keyframes lineFlow{from{background-position:0%}to{background-position:200%}}

.hero-left-line{position:absolute;left:0;top:4px;bottom:0;width:5px;background:linear-gradient(to bottom,#3E4095,#CFAF66);z-index:3}

.hero-floats{position:absolute;top:24px;right:28px;display:flex;flex-direction:column;gap:10px;z-index:6;align-items:flex-end}

.cu-logo-box{background:#F6F6F6;border-radius:16px;padding:12px 18px;display:flex;align-items:center;gap:12px;box-shadow:0 8px 32px rgba(0,0,0,.1),0 0 0 1px rgba(62,64,149,.2);backdrop-filter:blur(20px);min-width:200px}
.cu-logo-emblem{width:52px;height:52px;flex-shrink:0;background:#3E4095;border-radius:12px;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}
.cu-logo-emblem svg{width:36px;height:36px}
.cu-logo-text{display:flex;flex-direction:column}
.cu-logo-name{font-family:'Roboto Slab', serif;font-size:16px;font-weight:700;color:#25213B;line-height:1.1}
.cu-logo-sub{font-family:'Lato', sans-serif;font-size:14px;color:#666;font-weight:600;letter-spacing:.5px;text-transform:uppercase;margin-top:2px}

.hf{background:#F6F6F6;border:1px solid #3E4095;border-radius:14px;padding:11px 15px;backdrop-filter:blur(16px);text-align:center;min-width:110px}
.hf-v{font-family:'Roboto Slab', serif;font-size:26px;font-weight:700;color:#3E4095;line-height:1}
.hf-l{font-family:'Lato', sans-serif;font-size:14px;color:#666666;margin-top:3px;letter-spacing:.2px}

.hero-body{position:relative;z-index:4;max-width:1440px;margin:0 auto;padding:0 28px 56px;width:100%}
.hero-crumb{display:flex;align-items:center;gap:5px;font-family:'Lato', sans-serif;font-size:15px;color:#666666;margin-bottom:18px}
.hero-crumb span{color:#666}
.hero-crumb-s{color:#3E4095;font-size:15px}

.badges{display:flex;flex-wrap:wrap;gap:7px;margin-bottom:14px}
.badge{font-family:'Lato', sans-serif;font-size:14px;font-weight:700;padding:5px 12px;border-radius:8px;letter-spacing:.1px}
.b-gold{background:#CFAF66;color:#000}
.b-violet{background:rgba(62,64,149,.1);border:1px solid #3E4095;color:#3E4095;backdrop-filter:blur(8px)}
.b-teal{background:rgba(207,175,102,.2);border:1px solid #CFAF66;color:#000}
.b-green{background:#3E4095;border:1px solid rgba(62,64,149,.3);color:#fff}
.b-glass{background:#F6F6F6;border:1px solid #3E4095;color:#25213B;backdrop-filter:blur(8px)}

.hero-id{display:flex;align-items:center;gap:16px;margin-bottom:12px}
.hero-icon{width:70px;height:120px;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}
.hero-icon-inner{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px}
.hero-icon-crest img{height:100px;line-height:1}
.hero-icon-text{font-family:'Lato', sans-serif;font-size:14px;font-weight:700;color:#25213B;letter-spacing:.5px;text-transform:uppercase}

.hero-h{font-family:'Roboto Slab', serif;font-size:44px;color:#25213B;font-weight:700;line-height:1.0;letter-spacing:-.5px}
.hero-h em{font-style:italic;color:#3E4095}
.hero-sub{font-family:'Lato', sans-serif;font-size:20px;color:#666;font-style:italic;max-width:560px;line-height:1.65;margin:8px 0 18px}

.hero-meta{display:flex;flex-wrap:wrap;gap:16px;margin-bottom:22px}
.hm{font-family:'Lato', sans-serif;font-size:15px;color:#666666;display:flex;align-items:center;gap:5px}
.hm strong{color:#25213B;font-weight:700}

.hero-boxes{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;max-width:880px;margin-bottom:26px}
.hbox{background:#F6F6F6;border:1px solid rgba(62,64,149,.2);border-radius:16px;padding:16px 15px;backdrop-filter:blur(14px);transition:all .25s;position:relative;overflow:hidden}
.hbox::after{content:'';position:absolute;bottom:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#3E4095,#CFAF66);transform:scaleX(0);transform-origin:left;transition:transform .32s}
.hbox:hover::after{transform:scaleX(1)}
.hbox:hover{background:#ffffff;transform:translateY(-3px);border-color:#3E4095}
.hbox-icon{font-size:20px;margin-bottom:6px}
.hbox-v{font-family:'Roboto Slab', serif;font-size:24px;font-weight:700;color:#25213B;line-height:1}
.hbox-l{font-family:'Lato', sans-serif;font-size:14px;color:#666666;text-transform:uppercase;letter-spacing:1.2px;margin-top:4px}

.hero-ctas{display:flex;gap:10px;flex-wrap:wrap}
.btn-cu{background:#3E4095;color:#fff;font-family:'Lato', sans-serif;font-size:16px;font-weight:700;padding:14px 28px;border-radius:12px;border:none;transition:all .22s;display:inline-flex;align-items:center;gap:8px;box-shadow:0 6px 22px rgba(62,64,149,.3)}
.btn-cu:hover{background:#CFAF66;color:#000;filter:brightness(1.1);transform:translateY(-2px);box-shadow:0 10px 30px rgba(207,175,102,.4)}
.btn-saf{background:#CFAF66;color:#000;font-family:'Lato', sans-serif;font-size:15px;font-weight:700;padding:14px 28px;border-radius:12px;border:none;transition:all .22s;box-shadow:0 6px 18px rgba(207,175,102,.35)}
.btn-saf:hover{background:#3E4095;color:#fff;filter:brightness(1.05);transform:translateY(-2px)}
.btn-gl{background:#F6F6F6;border:1.5px solid #3E4095;color:#25213B;font-family:'Lato', sans-serif;padding:14px 26px;border-radius:12px;font-size:15px;font-weight:700;transition:all .2s}
.btn-gl:hover{background:#3E4095;color:#fff;border-color:#3E4095}

/* ═══ QUICK STRIP ═══ */
.qstrip{background:#3E4095;display:grid;grid-template-columns:repeat(5,1fr)}
.qi{padding:20px 16px;text-align:center;border-right:1px solid rgba(255,255,255,.1);transition:background .2s;position:relative}
.qi:hover{background:rgba(255,255,255,.07)}
.qi:last-child{border:none}
.qi-v{font-family:'Roboto Slab', serif;font-size:24px;font-weight:700;color:#fff;line-height:1}
.qi-l{font-family:'Lato', sans-serif;font-size:16px;color:#fff;margin-top:4px}
.qi-tag{position:absolute;top:8px;right:8px;background:#CFAF66;color:#000;font-family:'Lato', sans-serif;font-size:12px;font-weight:700;padding:2px 7px;border-radius:100px}

/* ═══ LAYOUT ═══ */
.W{max-width:1500px;margin:0 auto;padding:0 15px}
.dark{background:#1A202C}

/* ── Section Headers ── */
.sh{margin-bottom:38px}
.sh-eye{display:inline-flex;align-items:center;gap:7px;font-family:'Lato', sans-serif;font-size:15px;font-weight:700;text-transform:uppercase;letter-spacing:3px;color:#3E4095;margin-bottom:8px}
/* .sh-eye::before{content:'';width:18px;height:2px;background:linear-gradient(90deg,#3E4095,#CFAF66);border-radius:2px;display:inline-block} */
.sh-h{font-family:'Roboto Slab', serif;font-size:34px;color:#25213B;font-weight:700;line-height:1.08;letter-spacing:-.4px}
.sh-h em{font-style:italic;color: #25213B;}
.sh-sub{font-family:'Lato', sans-serif;font-size:20px;color:#666666;font-style:italic;margin-top:9px;line-height:1.7;max-width:560px}
.dk .sh-eye{color:#CFAF66}.dk .sh-eye::before{background:linear-gradient(90deg,#CFAF66,#fff)}
.dk .sh-h{color:#fff}.dk .sh-h em{color:#CFAF66}.dk .sh-sub{color:#fff}

/* ── Reveal animations ── */
.rv{transform:translateY(22px);transition:opacity .62s ease,transform .62s ease}
.rv.in{opacity:1;transform:none}
.d1{transition-delay:.07s}.d2{transition-delay:.13s}.d3{transition-delay:.19s}
.d4{transition-delay:.25s}.d5{transition-delay:.31s}.d6{transition-delay:.37s}

/* ── Card base ── */
.card{background:#F6F6F6;font-family:'Lato', sans-serif;font-size:16px;color:#25213B;border:1.5px solid rgba(62,64,149,.2);border-radius:16px;box-shadow:0 4px 14px rgba(0,0,0,.05)}

/* ═══ OVERVIEW ═══ */
.ov-grid{display:grid;grid-template-columns:1fr 360px;gap:24px;align-items:start}
.about-card{background:#F6F6F6;color:#000;font-family:'Lato', sans-serif;border:1.5px solid rgba(62,64,149,.2);border-radius:16px;padding:28px;margin-bottom:16px}
.about-p{font-family:'Lato', sans-serif;font-size:16px;color:#666666333;line-height:1.78;font-weight:400}
.about-p+.about-p{margin-top:11px}
.facts-wrap{background:#F6F6F6;border:1.5px solid rgba(62,64,149,.2);border-radius:16px;padding:24px 28px}
.facts-title{font-family:'Roboto Slab', serif;font-size:20px;font-weight:700;color:#25213B;margin-bottom:16px}
.fact-row{display:flex;gap:12px;padding:9px 0;border-bottom:1px solid rgba(62,64,149,.1);font-family:'Lato', sans-serif;font-size:15px}
.fact-row:last-child{border:none}
.fact-k{color:#666;font-family:'Lato', sans-serif;font-size:15px;width:140px;flex-shrink:0;text-transform:uppercase;letter-spacing:.4px}
.fact-v{color: #000000;;font-family:'Lato', sans-serif;font-size:16px;font-weight: 500;}
.ac-wrap{background:#F6F6F6;border:1.5px solid rgba(62,64,149,.2);border-radius:16px;padding:22px 28px;margin-bottom:0}
.ac-title{font-family:'Roboto Slab', serif;font-size:20px;font-weight:700;color:#25213B;margin-bottom:14px}
.ac-pills{display:flex;flex-wrap:wrap;gap:7px}
.ap{padding:5px 13px;border-radius:100px;font-family:'Lato', sans-serif;font-size:14px;font-weight:700;border:1.5px solid}
.ap-green{background:#3E4095;border-color:#3E4095;color:#fff}
.ap-blue{background:#F6F6F6;border-color:#3E4095;color:#3E4095}
.ap-gold{background:#CFAF66;border-color:#CFAF66;color:#000}
.ap-red{background:#fff;border-color:#3E4095;color:#3E4095}

/* ── Sidebar ── */
.sidebar{display:flex;flex-direction:column;gap:14px}
.apply-box{background:#F6F6F6;border:1.5px solid #3E4095;border-radius:16px;padding:24px;position:relative;overflow:hidden}
.apply-box::before{content:'';position:absolute;top:-60px;right:-60px;width:220px;height:220px;border-radius:50%;background:radial-gradient(circle,rgba(207,175,102,.18),transparent 65%)}
.apply-box::after{content:'';position:absolute;inset:0;}
.ab-in{position:relative;z-index:1}
.ab-deadline{background:#fff;border:1px solid #3E4095;border-radius:8px;padding:9px 13px;font-family:'Lato', sans-serif;font-size:14px;color:#666666;margin-bottom:14px;display:flex;align-items:center;gap:6px}
.ab-h{font-family:'Roboto Slab', serif;font-size:24px;font-weight:700;color:#25213B;margin-bottom:5px}
.ab-s{font-family:'Lato', sans-serif;font-size:16px;color:#666;margin-bottom:16px}
.ab-btn{width:100%;background:#3E4095;color:#fff;padding:12px;border-radius:9px;font-weight:700;font-size:16px;border:none;font-family:'Lato', sans-serif;transition:all .2s;cursor:pointer}
.ab-btn:hover{background:#CFAF66;color:#000}
.ab-btn2{width:100%;background:#CFAF66;border:none;color:#000;padding:10px;border-radius:9px;font-size:15px;font-weight:700;margin-top:8px;font-family:'Lato', sans-serif;cursor:pointer;transition:all .2s}
.ab-btn2:hover{background:#3E4095;color:#fff}
.sc{background:#F6F6F6;border:1.5px solid rgba(62,64,149,.2);border-radius:16px;padding:20px}
.sc-title{font-family:'Roboto Slab', serif;font-size:20px;font-weight:700;color:#25213B;margin-bottom:13px;display:flex;align-items:center;gap:7px}
.star-bars{display:flex;flex-direction:column;gap:8px}
.sbar{display:flex;align-items:center;gap:9px;font-family:'Lato', sans-serif;font-size:15px}
.sbar-l{color:#666666;width:82px;flex-shrink:0;font-weight:700}
.sbar-track{flex:1;height:5px;background:#fff;border:1px solid #3E4095;border-radius:100px;overflow:hidden}
.sbar-fill{height:100%;border-radius:100px;background:#3E4095;width:0;transition:width 1.6s ease}
.sbar-v{width:26px;text-align:right;font-weight:700;font-family:'Lato', sans-serif;color:#25213B;font-size:14px}

/* ═══ RANKINGS ═══ */
.rank-cards{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-bottom:20px}
.rc{background:#F6F6F6;color:#25213B;font-family:'Lato', sans-serif;font-size:16px;border:1.5px solid rgba(62,64,149,.2);border-radius:16px;padding:22px;text-align:center;box-shadow:0 4px 14px rgba(0,0,0,.05);transition:all .28s;position:relative;overflow:hidden;cursor:default}
.rc::before{content:'';position:absolute;top:0;left:0;right:0;height:4px}
.rc-nirf::before{background:#CFAF66}
.rc-qs::before{background:#3E4095}
.rc-asia::before{background:#3E4095}
.rc-out::before{background:#CFAF66}
.rc:hover{box-shadow:0 6px 20px rgba(0,0,0,.1);transform:translateY(-5px);border-color:#3E4095}
.rc-agency{font-family:'Lato', sans-serif;font-size:14px;font-weight:700;text-transform:uppercase;letter-spacing:1.5px;color:#666;margin-bottom:7px}
.rc-rank{font-family:'Roboto Slab', serif;font-size:44px;font-weight:700;color:#25213B;line-height:1}
.rc-yr{font-family:'Lato', sans-serif;font-size:14px;color:#666;margin-top:2px}
.rc-cat{font-family:'Lato', sans-serif;font-size:15px;color:#666666;margin-top:5px;font-weight:700}
.rc-trend{display:inline-flex;align-items:center;gap:4px;font-family:'Lato', sans-serif;font-size:14px;font-weight:700;padding:3px 9px;border-radius:100px;margin-top:7px;background:#3E4095;color:#fff}
.rank-table-wrap{background:#F6F6F6;border-radius:16px;overflow:hidden;box-shadow:0 4px 14px rgba(0,0,0,.05);border:1.5px solid rgba(62,64,149,.2)}
.rt{width:100%;border-collapse:collapse}
.rt thead tr{background:#3E4095}
.rt th{padding:12px 16px;text-align:left;font-family:'Lato', sans-serif;font-size:14px;text-transform:uppercase;letter-spacing:1.2px;color:#fff;font-weight:700}
.rt td{padding:12px 16px;border-bottom:1px solid rgba(62,64,149,.2);font-family:'Lato', sans-serif;font-size:15px;background:#F6F6F6;color:#25213B}
.rt tr:last-child td{border:none}
.rt tr:hover td{background:#fff}
.rt-v{font-family:'Roboto Slab', serif;font-size:20px;font-weight:700;color:#3E4095}
.rt-up{color:#3E4095;font-weight:700}
.rt-dn{color:#CFAF66;font-weight:700}

/* ═══ PLACEMENTS ═══ */
.place-top{display:grid;grid-template-columns:1fr 1fr 1fr;gap:14px;margin-bottom:18px}
.pkg-card{background:#F6F6F6;border:1px solid #3E4095;border-radius:16px;padding:26px;position:relative;overflow:hidden}
.pkg-card::before{content:'';position:absolute;top:-80px;right:-80px;width:280px;height:280px;border-radius:50%;background:radial-gradient(circle,rgba(207,175,102,.18),transparent 65%)}
.pkg-card::after{content:'';position:absolute;bottom:-40px;left:-40px;width:180px;height:180px;border-radius:50%;background:radial-gradient(circle,rgba(62,64,149,.1),transparent 65%)}
.pk-in{position:relative;z-index:1}
.pk-eye{color:#666666;font-family:'Lato', sans-serif;font-size:14px;text-transform:uppercase;letter-spacing:2px;font-weight:700;margin-bottom:5px}
.pk-val{font-family:'Roboto Slab', serif;font-size:44px;font-weight:700;color:#3E4095;line-height:1;margin-bottom:4px}
.pk-sub{color:#666;font-family:'Lato', sans-serif;font-size:16px;margin-bottom:16px}
.pk-minis{display:flex;gap:18px}
.pkm{display:flex;flex-direction:column;gap:2px}
.pkm-l{color:#666;font-family:'Lato', sans-serif;font-size:14px;text-transform:uppercase;letter-spacing:1.2px;font-weight:700}
.pkm-v{font-family:'Roboto Slab', serif;font-size:20px;color:#3E4095;font-weight:700}
.stat-box{background:#F6F6F6;color:#25213B;font-family:'Lato', sans-serif;border:1.5px solid rgba(62,64,149,.2);border-radius:16px;padding:20px;box-shadow:0 4px 14px rgba(0,0,0,.05);display:flex;flex-direction:column;justify-content:space-between;transition:all .25s}
.stat-box:hover{box-shadow:0 6px 20px rgba(0,0,0,.1);transform:translateY(-3px);border-color:#3E4095}
.sb-icon{font-size:28px;margin-bottom:8px}
.sb-lbl{font-family:'Lato', sans-serif;font-size:15px;color:#666;font-weight:700;text-transform:uppercase;letter-spacing:.7px}
.sb-val{font-family:'Roboto Slab', serif;font-size:34px;color:#25213B;font-weight:700;margin-top:3px}
.sb-sub{font-family:'Lato', sans-serif;font-size:14px;color:#666;margin-top:3px}

/* ── Placement Course Tabs ── */
.ptab-wrap{background:#F6F6F6;border:1.5px solid rgba(62,64,149,.2);border-radius:16px;overflow:hidden;margin-bottom:18px;box-shadow:0 4px 14px rgba(0,0,0,.05)}
.ptab-bar{display:flex;overflow-x:auto;scrollbar-width:none;border-bottom:2px solid rgba(62,64,149,.2);background:#fff;padding:0 4px}
.ptab-bar::-webkit-scrollbar{display:none}
.ptb{padding:14px 22px;font-family:'Lato', sans-serif;font-size:16px;font-weight:700;color:#666666;white-space:nowrap;border:none;background:none;cursor:pointer;position:relative;transition:color .2s;border-bottom:3px solid transparent;margin-bottom:-2px}
.ptb:hover{color:#3E4095}
.ptb.active{color:#3E4095;border-bottom-color:#3E4095;background:#fff}
.ptab-panel{display:none;padding:24px}
.ptab-panel.active{display:block}

.ptab-highlights{display:grid;grid-template-columns:repeat(6,1fr);gap:10px;margin-top:40px}
.pth{background:#fff;border:1.5px solid rgba(62,64,149,.2);border-radius:12px;padding:14px 12px;text-align:center;transition:all .2s}
.pth:hover{border-color:#3E4095;background:#F6F6F6;transform:translateY(-2px)}
.pth-co{font-family:'Lato', sans-serif;font-weight:700;font-size:15px;color:#25213B;margin-bottom:4px}
.pth-role{font-family:'Lato', sans-serif;font-size:14px;color:#666}

.place-charts{display:grid;grid-template-columns:1.1fr 1fr .9fr;gap:14px;margin-bottom:18px}
.cbox{background:#F6F6F6;border:1.5px solid rgba(62,64,149,.2);border-radius:12px;padding:18px;box-shadow:0 4px 14px rgba(0,0,0,.05)}
.cbox-t{font-family:'Roboto Slab', serif;font-size:20px;font-weight:700;color:#25213B;margin-bottom:2px}
.cbox-s{font-family:'Lato', sans-serif;font-size:14px;color:#666;margin-bottom:12px}
canvas{max-height:176px}

/* ── Recruiters ── */
.rec-panel{background:#F6F6F6;border:1.5px solid rgba(62,64,149,.2);border-radius:16px;padding:24px;box-shadow:0 4px 14px rgba(0,0,0,.05)}
.rec-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:18px;flex-wrap:wrap;gap:8px}
.rec-t{font-family:'Roboto Slab', serif;font-size:24px;font-weight:700;color:#25213B}
.rec-pill{background:#3E4095;color:#fff;font-family:'Lato', sans-serif;font-size:14px;font-weight:700;padding:3px 11px;border-radius:100px}
.logo-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:10px;margin-bottom:12px}
.logo-grid-row2{display:flex;flex-wrap:wrap;gap:9px}
.rec-logo{height:54px;padding:8px 14px;background:#fff;border:1.5px solid rgba(62,64,149,.2);border-radius:10px;display:flex;align-items:center;justify-content:center;transition:all .22s;cursor:default;overflow:hidden}
.rec-logo:hover{border-color:#3E4095;background:#F6F6F6;transform:translateY(-3px);box-shadow:0 6px 20px rgba(0,0,0,.1)}
.rec-logo svg,.rec-logo img{max-width:80px;max-height:32px;object-fit:contain}

/* ═══ COMPETITOR COMPARISON ═══ */
.comp-table-wrap{overflow-x:auto;border-radius:16px;border:1.5px solid rgba(62,64,149,.2);box-shadow:0 4px 14px rgba(0,0,0,.05)}
.comp-table{min-width:900px}
.comp-header{display:grid;grid-template-columns:200px repeat(5,1fr);background:#3E4095;color:#fff}
.comp-label-col{padding:18px 16px;font-family:'Lato', sans-serif;font-size:14px;letter-spacing:.15em;text-transform:uppercase;color:#fff;display:flex;align-items:center}
.comp-uni-col{padding:18px 12px;text-align:center;border-left:1px solid rgba(255,255,255,.1)}
.comp-cu.comp-uni-col{background:rgba(207,175,102,.15);border-left:2px solid #CFAF66}
.comp-uni-name{font-family:'Roboto Slab', serif;font-size:18px;font-weight:700;color:#fff;line-height:1.3}
.comp-uni-badge{font-family:'Lato', sans-serif;font-size:12px;font-weight:700;padding:3px 8px;border-radius:100px;margin-top:5px;display:inline-block}
.comp-cu .comp-uni-badge{background:#CFAF66;color:#000}
.comp-neutral{background:rgba(255,255,255,.15);color:#fff}
.comp-row{display:grid;grid-template-columns:200px repeat(5,1fr);border-bottom:1px solid rgba(62,64,149,.2);background:#fff}
.comp-row-alt{background:#F6F6F6}
.comp-label{padding:14px 16px;font-family:'Lato', sans-serif;font-size:16px;font-weight:700;color:#666666;display:flex;align-items:center;border-right:1px solid rgba(62,64,149,.2)}
.comp-val{padding:12px;font-family:'Lato', sans-serif;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;border-left:1px solid rgba(62,64,149,.2);transition:background .2s;color:#25213B}
.comp-cu.comp-val{background:rgba(207,175,102,.1);border-left:2px solid rgba(207,175,102,.3)}
.comp-winner{background:#F6F6F6!important}
.comp-cu.comp-winner{background:rgba(62,64,149,.1)!important}
.comp-rank{font-family:'Roboto Slab', serif;font-size:20px;font-weight:700;color:#25213B}
.comp-sub{font-family:'Lato', sans-serif;font-size:14px;color:#666}
.comp-win-tag{font-family:'Lato', sans-serif;font-size:12px;font-weight:700;color:#fff;background:#3E4095;padding:2px 7px;border-radius:100px}

.comp-scorecards{display:grid;grid-template-columns:1.4fr repeat(3,1fr);gap:14px}
.cscard{background:#F6F6F6;border:1.5px solid rgba(62,64,149,.2);border-radius:16px;padding:22px;box-shadow:0 4px 14px rgba(0,0,0,.05)}
.cscard-main{background:#3E4095;border-color:transparent}
.cscard-eyebrow{font-family:'Lato', sans-serif;font-size:12px;letter-spacing:.2em;text-transform:uppercase;color:#666;margin-bottom:4px}
.cscard-main .cscard-eyebrow{color:#fff}
.cscard-name{font-family:'Roboto Slab', serif;font-size:20px;font-weight:700;color:#25213B;margin-bottom:4px}
.cscard-main .cscard-name{color:#fff}
.cscard-score{font-family:'Roboto Slab', serif;font-size:44px;font-weight:700;color:#3E4095;line-height:1;margin-bottom:16px}
.cscard-main .cscard-score{color:#CFAF66}
.cscard-score span{font-size:20px;opacity:.4}
.cscard-bars{display:flex;flex-direction:column;gap:10px}
.csc-bar{display:flex;align-items:center;gap:8px;font-family:'Lato', sans-serif;font-size:14px}
.csc-l{color:#666;width:70px;flex-shrink:0}
.cscard-main .csc-l{color:#fff}
.csc-track{flex:1;height:5px;background:#fff;border:1px solid #3E4095;border-radius:100px;overflow:hidden}
.cscard-main .csc-track{background:rgba(255,255,255,.15)}
.csc-fill{height:100%;border-radius:100px;background:#3E4095;width:0;transition:width 1.4s ease}
.csc-v{font-weight:700;font-size:14px;color:#25213B;width:22px;text-align:right}
.cscard-main .csc-v{color:#fff}
.comp-note{background:#fff;border:1px solid rgba(62,64,149,.2);border-radius:12px;padding:14px 18px;font-family:'Lato', sans-serif;font-size:15px;color:#666;display:flex;align-items:flex-start;gap:8px;line-height:1.6}

/* ── Cert logos ── */
.cert-section{margin-top:32px}
.cert-title{font-family:'Roboto Slab', serif;font-size:20px;font-weight:700;color:#25213B;margin-bottom:14px;display:flex;align-items:center;gap:9px}
.cert-grid{display:flex;flex-wrap:wrap;gap:10px}
.cert-logo{height:56px;padding:10px 18px;background:#fff;border:1.5px solid rgba(62,64,149,.2);border-radius:10px;display:flex;align-items:center;justify-content:center;gap:8px;transition:all .22s;cursor:default}
.cert-logo:hover{border-color:#CFAF66;background:#F6F6F6;transform:translateY(-2px);box-shadow:0 6px 20px rgba(0,0,0,.1)}
.cert-logo-text{font-family:'Lato', sans-serif;font-weight:700;font-size:15px;color:#25213B;white-space:nowrap}

/* ═══ CAMPUS GALLERY ═══ */
.gallery-wrap{display:grid;grid-template-columns:1.6fr 1fr;gap:12px;margin-bottom:0}
.gallery-hero .camp-photo{height:340px}
.gallery-side{display:grid;grid-template-rows:repeat(3,1fr);gap:12px}
.camp-photo{border-radius:16px;overflow:hidden;position:relative;cursor:default}
.camp-photo img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .65s}
.camp-photo:hover img{transform:scale(1.06)}
.camp-sm{height:106px}
.camp-ov{position:absolute;inset:0;background:linear-gradient(to top,rgba(30,18,8,.7) 0%,transparent 60%)}
.camp-badge-tl{position:absolute;top:10px;left:10px;background:#fff;border-radius:6px;padding:4px 10px;font-family:'Lato', sans-serif;font-size:12px;font-weight:700;color:#25213B}
.camp-info{position:absolute;bottom:12px;left:14px;right:14px}
.ci-name{font-family:'Roboto Slab', serif;font-size:20px;font-weight:700;color:#fff}
.ci-desc{font-family:'Lato', sans-serif;font-size:14px;color:#fff;margin-top:2px}
.camp-more{cursor:pointer}
.more-overlay{position:absolute;inset:0;background:rgba(30,18,8,.72);display:flex;flex-direction:column;align-items:center;justify-content:center;transition:background .25s}
.camp-more:hover .more-overlay{background:rgba(62,64,149,.82)}
.more-count{font-family:'Roboto Slab', serif;font-size:36px;font-weight:700;color:#fff;line-height:1}
.more-lbl{font-family:'Lato', sans-serif;font-size:14px;color:#fff;margin-top:3px;letter-spacing:.05em}

/* ── Gallery lightbox ── */
.gallery-lb{display:none;position:fixed;inset:0;background:rgba(20,12,4,.88);z-index:3000;align-items:center;justify-content:center;padding:20px;backdrop-filter:blur(8px)}
.gallery-lb.open{display:flex}
.lb-inner{background:#F6F6F6;border-radius:24px;width:100%;max-width:900px;max-height:90vh;overflow-y:auto;padding:28px;position:relative}
.lb-close{position:absolute;top:16px;right:16px;background:#fff;border:1px solid #3E4095;width:36px;height:36px;border-radius:50%;font-size:16px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s}
.lb-close:hover{background:#CFAF66}
.lb-title{font-family:'Roboto Slab', serif;font-size:24px;font-weight:700;color:#25213B;margin-bottom:20px}
.lb-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}
.lb-item{border-radius:12px;overflow:hidden;position:relative}
.lb-item img{width:100%;height:130px;object-fit:cover;display:block;transition:transform .4s}
.lb-item:hover img{transform:scale(1.05)}
.lb-item span{display:block;padding:6px 10px;font-family:'Lato', sans-serif;font-size:14px;font-weight:700;color:#666666;background:#fff;border-top:1px solid rgba(62,64,149,.2)}

/* ── Facility cards ── */
.fac-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.fac-card{background:#F6F6F6;border:1.5px solid rgba(62,64,149,.2);border-radius:16px;overflow:hidden;transition:all .28s;box-shadow:0 4px 14px rgba(0,0,0,.05)}
.fac-card:hover{box-shadow:0 6px 20px rgba(0,0,0,.1);border-color:#3E4095}
.fac-img{height:130px;overflow:hidden}
.fac-img img{width:100%;height:100%;object-fit:cover;transition:transform .55s}
.fac-card:hover .fac-img img{transform:scale(1.08)}
.fac-body{padding:14px 16px}
.fac-icon{font-size:22px;margin-bottom:6px;color:#3E4095}
.fac-name{font-family:'Roboto Slab', serif;font-weight:700;font-size:18px;color:#25213B;margin-bottom:5px}
.fac-desc{font-family:'Lato', sans-serif;font-size:16px;color:#666;line-height:1.6;margin-bottom:10px}
.fac-tag{display:inline-block;background:#3E4095;color:#fff;font-family:'Lato', sans-serif;font-size:12px;font-weight:700;padding:3px 10px;border-radius:100px}

/* ── Campus stats bar ── */
.campus-stats{background:#1A202C;border-radius:16px;display:grid;grid-template-columns:repeat(6,1fr)}
.csi{padding:20px 14px;text-align:center;border-right:1px solid rgba(255,255,255,.07)}
.csi:last-child{border:none}
.csi-icon{font-size:20px;margin-bottom:5px;color:#fff}
.csi-v{font-family:'Roboto Slab', serif;font-size:24px;font-weight:700;color:#CFAF66;line-height:1}
.csi-l{color:#fff;font-family:'Lato', sans-serif;font-size:14px;margin-top:4px}

/* ═══ LOAN PARTNERS ═══ */
.loan-section{background:#F6F6F6;border:1.5px solid rgba(62,64,149,.2);border-radius:16px;padding:28px}
.loan-header{margin-bottom:22px}
.loan-title{font-family:'Roboto Slab', serif;font-size:24px;font-weight:700;color:#25213B;margin-bottom:6px}
.loan-sub{font-family:'Lato', sans-serif;font-size:16px;color:#666;line-height:1.6}
.loan-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-bottom:16px}
.loan-card{display:flex;align-items:center;gap:12px;background:#fff;border:1.5px solid rgba(62,64,149,.2);border-radius:12px;padding:14px 16px;transition:all .22s;text-decoration:none;color:inherit;cursor:pointer}
.loan-card:hover{border-color:#3E4095;box-shadow:0 6px 20px rgba(0,0,0,.1);transform:translateY(-2px)}
.loan-logo{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:72px}
.loan-info{flex:1;min-width:0}
.loan-name{font-family:'Lato', sans-serif;font-weight:700;font-size:16px;color:#25213B;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.loan-rate{font-family:'Lato', sans-serif;font-size:14px;color:#666;margin-top:2px}
.loan-tag{display:inline-block;background:#CFAF66;color:#000;font-family:'Lato', sans-serif;font-size:12px;font-weight:700;padding:2px 8px;border-radius:100px;margin-top:4px}
.loan-arrow{color:#3E4095;font-size:16px;font-weight:700;flex-shrink:0;opacity:0;transition:opacity .2s}
.loan-card:hover .loan-arrow{opacity:1}
.loan-note{background:#fff;border:1px solid rgba(62,64,149,.2);border-radius:12px;padding:12px 16px;font-family:'Lato', sans-serif;font-size:15px;color:#666;display:flex;align-items:flex-start;gap:8px;line-height:1.65}

/* ═══ COURSES ═══ */
.course-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-bottom:18px}
.cc{background:#fff;border:1.5px solid rgba(62,64,149,.2);border-radius:16px;overflow:hidden;transition:all .28s;box-shadow:0 4px 14px rgba(0,0,0,.05)}
.cc:hover{border-color:#3E4095;box-shadow:0 6px 20px rgba(0,0,0,.1);}
.cc-head{padding:16px 20px;border-bottom:1px solid rgba(62,64,149,.2);display:flex;align-items:center;justify-content:space-between;background:#3E4095}
.cc-name{font-family:'Roboto Slab', serif;font-size:20px;font-weight:700;color:#fff}
.cc-dur{background:#CFAF66;color:#fff;font-family:'Lato', sans-serif;font-size:14px;font-weight:700;padding:4px 11px;border-radius:100px}
.cc-body{padding:16px 20px}
.fee-row{display:flex;align-items:center;justify-content:space-between;padding:8px 0;border-bottom:1px solid rgba(62,64,149,.1);font-family:'Lato', sans-serif;font-size:15px}
.fee-row:last-child{border:none}
.fee-spec{color:#666666}
.fee-amt{font-size:18px;font-weight:700;color:#25213B}
.cc-exams{display:flex;flex-wrap:wrap;gap:5px;margin-top:12px;padding-top:10px;border-top:1px solid rgba(62,64,149,.1)}
.cc-exam-l{font-family:'Lato', sans-serif;font-size:14px;color:#3E4095;font-weight:700;text-transform:uppercase;width:100%;margin-bottom:3px;font-style: italic;}
.cc-exam{background:#fff;border:1px solid #3E4095;font-family:'Lato', sans-serif;font-size:14px;font-weight:700;color:#3E4095;padding:3px 9px;border-radius:100px}
.fee-chart-panel{background:#F6F6F6;border:1.5px solid rgba(62,64,149,.2);border-radius:16px;padding:24px;box-shadow:0 4px 14px rgba(0,0,0,.05)}

/* ═══ HOSTEL ═══ */
.hostel-grid{display:grid;grid-template-columns:1.4fr 1fr;gap:20px;align-items:start}
.hostel-photos{display:grid;grid-template-columns:1fr 1fr;gap:10px}
.hp{border-radius:12px;overflow:hidden;position:relative;cursor:default}
.hp img{width:100%;height:155px;object-fit:cover;display:block;transition:transform .5s}
.hp:hover img{transform:scale(1.07)}
.hp.wide{grid-column:1/-1}
.hp.wide img{height:190px}
.hp-lbl{position:absolute;top:9px;left:9px;background:#fff;border-radius:7px;padding:4px 9px;font-family:'Lato', sans-serif;font-size:14px;font-weight:700;color:#25213B}
.hostel-info{display:flex;flex-direction:column;gap:12px}
.hi{background:#F6F6F6;border:1.5px solid rgba(62,64,149,.2);border-radius:16px;padding:18px}
.hi-t{font-family:'Roboto Slab', serif;font-size:20px;font-weight:700;color:#25213B;margin-bottom:10px;display:flex;align-items:center;gap:7px}
.hi-tag{font-family:'Lato', sans-serif;font-size:12px;font-weight:700;padding:3px 8px;border-radius:100px}
.t-b{background:#3E4095;color:#fff}
.t-g{background:#CFAF66;color:#000}
.feats{display:flex;flex-direction:column;gap:5px}
.feat{font-family:'Lato', sans-serif;font-size:15px;color:#666666;display:flex;align-items:center;gap:7px}
.feat::before{content:'✓';color:#3E4095;font-weight:700;font-size:14px;flex-shrink:0}
.rooms{display:grid;grid-template-columns:repeat(3,1fr);gap:7px;margin-top:2px}
.room{background:#fff;border:1px solid rgba(62,64,149,.2);border-radius:9px;padding:10px;text-align:center}
.room-icon{font-size:18px;margin-bottom:3px;color:#3E4095}
.room-n{font-family:'Lato', sans-serif;font-weight:700;font-size:16px;color:#25213B}
.room-d{font-family:'Lato', sans-serif;font-size:14px;color:#666;margin-top:2px}
.food-bars{display:flex;flex-direction:column;gap:8px}
.fb-item{display:flex;flex-direction:column;gap:4px}
.fb-head{display:flex;justify-content:space-between;font-family:'Lato', sans-serif;font-size:15px}
.fb-key{color:#666666}
.fb-score{font-weight:700;color:#25213B}
.fb-bar{height:5px;background:#fff;border:1px solid #3E4095;border-radius:100px;overflow:hidden}
.fb-fill{height:100%;border-radius:100px;background:#3E4095;width:0;transition:width 1.6s ease}

/* ═══ ADMISSION ═══ */
.adm-grid{display:grid;grid-template-columns:1fr 1fr;gap:22px}
.steps{display:flex;flex-direction:column;gap:14px}
.step{display:flex;gap:14px}
.step-n{width:42px;height:42px;border-radius:50%;background:#3E4095;color:#fff;font-family:'Roboto Slab', serif;font-size:20px;font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0;box-shadow:0 4px 12px rgba(62,64,149,.3)}
.step-t{font-family:'Roboto Slab', serif;font-weight:700;font-size:18px;color:#25213B;margin-bottom:4px}
.step-d{font-family:'Lato', sans-serif;font-size:16px;color:#666;line-height:1.58}
.dates-box{background:#F6F6F6;border:1.5px solid rgba(62,64,149,.2);border-radius:16px;padding:22px;margin-bottom:14px}
.db-t{font-family:'Roboto Slab', serif;font-size:20px;font-weight:700;color:#25213B;margin-bottom:14px}
.dates-tbl{width:100%;border-collapse:collapse}
.dates-tbl tr{border-bottom:1px solid rgba(62,64,149,.2)}
.dates-tbl tr:last-child{border:none}
.dates-tbl td{padding:10px 0;font-family:'Lato', sans-serif;font-size:15px}
.dates-tbl td:first-child{color:#25213B;font: weight 400;;width:55%}
.dates-tbl td:last-child{font-weight:700;color:#25213B}
.ds{padding:3px 9px;border-radius:100px;font-family:'Lato', sans-serif;font-size:12px;font-weight:700}
.ds-open{background:#3E4095;color:#fff}
.ds-up{background:#CFAF66;color:#000}
.co-wrap{background:#F6F6F6;border-radius:16px;overflow:hidden;box-shadow:0 4px 14px rgba(0,0,0,.05);border:1.5px solid rgba(62,64,149,.2)}
.co-head{background:#3E4095;padding:13px 16px;font-family:'Roboto Slab', serif;font-size:18px;font-weight:700;color:#fff}
.co-tbl{width:100%;border-collapse:collapse}
.co-tbl th{padding:10px 14px;text-align:left;font-family:'Lato', sans-serif;font-size:14px;text-transform:uppercase;letter-spacing:1.2px;color:#666666;border-bottom:1px solid rgba(62,64,149,.2);background:#fff;font-weight:700}
.co-tbl td{padding:10px 14px;font-family:'Lato', sans-serif;font-size:15px;border-bottom:1px solid rgba(62,64,149,.2);color:#25213B;background:#F6F6F6}
.co-tbl tr:last-child td{border:none}
.co-tbl tr:hover td{background:#fff}

/* ═══ SCHOLARSHIPS ═══ */
.schol-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-bottom:22px}
.sch{background:#F6F6F6;border:1.5px solid rgba(62,64,149,.2);border-radius:16px;padding:22px;box-shadow:0 4px 14px rgba(0,0,0,.05);display:flex;gap:14px;transition:all .22s}
.sch:hover{border-color:#3E4095;box-shadow:0 6px 20px rgba(0,0,0,.1);transform:translateY(-3px)}
.sch-ico{width:46px;height:46px;border-radius:11px;background:#fff;display:flex;align-items:center;justify-content:center;font-size:22px;flex-shrink:0;border:1.5px solid #3E4095}
.sch-t{font-family:'Roboto Slab', serif;font-weight:700;font-size:18px;color:#25213B;margin-bottom:4px}
.sch-d{font-family:'Lato', sans-serif;font-size:16px;color:#666;line-height:1.58}
.sch-pill{background:#3E4095;color:#fff;font-family:'Lato', sans-serif;font-size:12px;font-weight:700;padding:3px 10px;border-radius:100px;display:inline-block;margin-top:7px}
.emi-wrap{background:#F6F6F6;border:1.5px solid rgba(62,64,149,.2);border-radius:24px;padding:28px;position:relative;overflow:hidden}
.emi-wrap::before{content:'';position:absolute;inset:0;background:radial-gradient(ellipse 50% 60% at 85% 20%,rgba(207,175,102,.12),transparent 60%)}
.emi-wrap::after{content:'';position:absolute;inset:0;background:radial-gradient(ellipse 40% 50% at 10% 80%,rgba(62,64,149,.1),transparent 55%)}
.emi-in{position:relative;z-index:1}
.emi-h{font-family:'Roboto Slab', serif;font-size:24px;color:#25213B;margin-bottom:3px;font-weight:700}
.emi-s{font-family:'Lato', sans-serif;color:#666;font-size:16px;margin-bottom:20px}
.emi-sliders{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-bottom:16px}
.esl{display:flex;flex-direction:column;gap:6px}
.esl-l{display:flex;justify-content:space-between;font-family:'Lato', sans-serif;font-size:14px;font-weight:700;color:#666666}
.esl-l span{color:#3E4095;font-family:'Roboto Slab', serif}
input[type=range]{-webkit-appearance:none;width:100%;height:4px;border-radius:100px;background:#fff;border:1px solid #3E4095;outline:none;cursor:pointer}
input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;width:16px;height:16px;border-radius:50%;background:#3E4095;cursor:pointer;box-shadow:0 0 0 4px rgba(62,64,149,.25)}
.emi-res{display:grid;grid-template-columns:repeat(4,1fr);gap:9px}
.er{background:#fff;border-radius:9px;padding:13px;border:1px solid rgba(62,64,149,.2)}
.er-l{color:#666666;font-family:'Lato', sans-serif;font-size:12px;text-transform:uppercase;letter-spacing:1.2px;font-weight:700;margin-bottom:4px}
.er-v{font-family:'Roboto Slab', serif;font-size:24px;color:#3E4095;font-weight:700}
.er-v.g{color:#CFAF66}

/* ═══ REVIEWS ═══ */
.reviews-wrap{display:grid;grid-template-columns:300px 1fr;gap:22px;align-items:start}
.rev-summary{background:#F6F6F6;border:1.5px solid rgba(62,64,149,.2);border-radius:16px;padding:24px;text-align:center}
.rev-big{font-family:'Roboto Slab', serif;font-size:44px;color:#25213B;font-weight:700;line-height:1}
.rev-stars{color:#CFAF66;font-size:20px;margin:3px 0}
.rev-total{font-family:'Lato', sans-serif;color:#666;font-size:15px;margin-bottom:20px}
.rbars{display:flex;flex-direction:column;gap:8px;text-align:left}
.rbar{display:flex;align-items:center;gap:9px;font-family:'Lato', sans-serif;font-size:15px}
.rbar-l{color:#666666;width:86px;flex-shrink:0;font-weight:700}
.rbar-track{flex:1;height:5px;background:#fff;border:1px solid #3E4095;border-radius:100px;overflow:hidden}
.rbar-fill{height:100%;border-radius:100px;background:#3E4095;width:0;transition:width 1.5s ease}
.rbar-v{width:26px;text-align:right;font-weight:700;font-size:14px;color:#25213B}
.rev-cards{display:flex;flex-direction:column;gap:12px}
.rev-card{background:#F6F6F6;border:1.5px solid rgba(62,64,149,.2);border-radius:16px;padding:18px;box-shadow:0 4px 14px rgba(0,0,0,.05);transition:all .22s}
.rev-card:hover{box-shadow:0 6px 20px rgba(0,0,0,.1);border-color:#3E4095}
.rev-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:9px}
.rev-author{display:flex;align-items:center;gap:9px}
.rev-av{width:40px;height:40px;border-radius:50%;object-fit:cover;border:2px solid #3E4095}
.rev-name{font-family:'Lato', sans-serif;font-weight:700;font-size:16px;color:#25213B}
.rev-det{font-family:'Lato', sans-serif;font-size:14px;color:#666}
.rev-star{color:#CFAF66;font-size:13px}
.rev-txt{font-family:'Lato', sans-serif;font-size:16px;color:#666666;line-height:1.68;font-style:italic}
.rev-tags{display:flex;gap:5px;flex-wrap:wrap;margin-top:9px}
.rt-tag{background:#fff;border:1px solid rgba(62,64,149,.2);font-family:'Lato', sans-serif;font-size:14px;font-weight:700;color:#666;padding:3px 9px;border-radius:100px}

/* ═══ CTA BAND ═══ */
.cta-band{background:#3E4095;padding:72px 28px;text-align:center;position:relative;overflow:hidden}
.cta-band::before{content:'';position:absolute;inset:0;background:radial-gradient(ellipse 65% 90% at 75% 50%,rgba(207,175,102,.1),transparent 60%)}
.cta-band::after{content:'';position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.02) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.02) 1px,transparent 1px);background-size:44px 44px}
.cta-in{position:relative;z-index:1;max-width:600px;margin:0 auto}
.cta-h{font-family:'Roboto Slab', serif;font-size:44px;color:#fff;font-weight:700;line-height:1.1;margin-bottom:12px}
.cta-sub{font-family:'Lato', sans-serif;color:#fff;font-size:20px;line-height:1.68;margin-bottom:28px}
.cta-btns{display:flex;gap:10px;justify-content:center;flex-wrap:wrap}
.cta-w{background:#CFAF66;color:#000;padding:14px 32px;border-radius:100px;font-weight:700;font-size:16px;border:none;font-family:'Lato', sans-serif;transition:all .22s;cursor:pointer}
.cta-w:hover{background:#fff;color:#3E4095;transform:translateY(-2px)}
.cta-o{background:transparent;border:2px solid #fff;color:#fff;padding:14px 28px;border-radius:100px;font-weight:700;font-size:16px;font-family:'Lato', sans-serif;transition:all .2s;cursor:pointer}
.cta-o:hover{border-color:#CFAF66;background:#CFAF66;color:#000}

/* ═══ FOOTER ═══ */
.footer{background:#1A202C;padding:48px 28px 0}
.footer-in{max-width:1440px;margin:0 auto;display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr;gap:40px;padding-bottom:40px;border-bottom:1px solid rgba(255,255,255,.07)}
.ft-brand{font-family:'Roboto Slab', serif;font-size:24px;font-weight:700;color:#fff;display:flex;align-items:center;gap:9px;margin-bottom:13px}
.ft-brand span{color:#CFAF66}
.ft-tag{font-family:'Lato', sans-serif;color:#fff;font-size:17px;line-height:1.65;margin-bottom:18px}
.ft-socials{display:flex;gap:8px}
.ft-soc{width:36px;height:36px;border-radius:8px;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.09);display:flex;align-items:center;justify-content:center;color:#fff;font-size:16px;transition:all .2s;cursor:pointer}
.ft-soc:hover{background:#3E4095;border-color:#3E4095;color:#fff}
.ft-h{font-family:'Roboto Slab', serif;font-size:20px;font-weight:700;color:#fff;margin-bottom:12px}
.ft-links{display:flex;flex-direction:column;gap:8px}
.ft-links a{font-family:'Lato', sans-serif;color:#fff;font-size:17px;transition:color .2s}
.ft-links a:hover{color:#CFAF66}
.footer-bot{max-width:1440px;margin:0 auto;padding:18px 0;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:12px}
.ft-copy{font-family:'Lato', sans-serif;color:#fff;font-size:17px}

/* ═══ FLOATING BUTTON ═══ */
.float-btn{position:fixed;bottom:24px;right:24px;z-index:590;background:#3E4095;color:#fff;padding:14px 24px;border-radius:100px;font-size:16px;font-weight:700;border:none;font-family:'Lato', sans-serif;box-shadow:0 8px 28px rgba(62,64,149,.4);display:flex;align-items:center;gap:8px;transition:all .25s;cursor:pointer;animation:fbPop .5s .5s both}
@keyframes fbPop{from{opacity:0;transform:scale(.5) translateY(20px)}to{opacity:1;transform:none}}
.float-btn:hover{background:#CFAF66;color:#000;filter:brightness(1.1);transform:translateY(-3px);box-shadow:0 14px 36px rgba(207,175,102,.5)}
.fb-dot{width:7px;height:7px;border-radius:50%;background:#CFAF66;flex-shrink:0;animation:fbPulse 1.8s infinite}
@keyframes fbPulse{0%,100%{box-shadow:0 0 0 0 rgba(207,175,102,.5)}60%{box-shadow:0 0 0 8px rgba(207,175,102,0)}}

/* ═══════════════════════════════
   RESPONSIVE — All breakpoints
═══════════════════════════════ */

@media(max-width:1200px){
  .hero-h{font-size:clamp(38px,6vw,44px)}
  .fac-grid{grid-template-columns:repeat(4,1fr)}
  .comp-scorecards{grid-template-columns:1fr 1fr}
  .gallery-wrap{grid-template-columns:1.4fr 1fr}
}

@media(max-width:1024px){
  .W{padding:0 24px}
  .ov-grid{grid-template-columns:1fr}
  .hostel-grid,.reviews-wrap,.adm-grid{grid-template-columns:1fr}
  .place-charts{grid-template-columns:1fr 1fr}
  .course-grid{grid-template-columns:1fr 1fr}
  .rank-cards{grid-template-columns:1fr 1fr}
  .hero-floats{display:none}
  .footer-in{grid-template-columns:1fr 1fr;gap:28px}
  .qstrip{grid-template-columns:repeat(3,1fr)}
  .campus-stats{grid-template-columns:repeat(3,1fr)}
  .logo-grid{grid-template-columns:repeat(4,1fr)}
  .comp-scorecards{grid-template-columns:1fr 1fr}
  .ptab-highlights{grid-template-columns:repeat(3,1fr)}
  .fac-grid{grid-template-columns:repeat(2,1fr)}
  .loan-grid{grid-template-columns:repeat(2,1fr)}
  .gallery-wrap{grid-template-columns:1fr 1fr}
  .gallery-hero .camp-photo{height:280px}
  .comp-table{min-width:860px}
  .lb-grid{grid-template-columns:repeat(3,1fr)}
  .emi-sliders{grid-template-columns:1fr 1fr}
}

@media(max-width:768px){
  .W{padding:0 18px}
  .sec{padding:56px 0}
  .snav-links{display:none}
  .snav-in{gap:10px}
  .hero{min-height:auto}
  .hero-body{padding:0 18px 44px}
  .hero-h{font-size:clamp(34px,8vw,44px)}
  .hero-meta{gap:10px}
  .hero-ctas{flex-direction:column;align-items:flex-start}
  .ov-grid{grid-template-columns:1fr}
  .sidebar{display:grid;grid-template-columns:1fr 1fr;gap:12px}
  .qstrip{grid-template-columns:repeat(2,1fr)}
  .place-top,.place-charts{grid-template-columns:1fr}
  .ptab-highlights{grid-template-columns:repeat(2,1fr)}
  .ptab-panel{padding:16px}
  .rank-cards{grid-template-columns:1fr 1fr}
  .gallery-wrap{grid-template-columns:1fr;gap:10px}
  .gallery-side{grid-template-columns:1fr 1fr 1fr;grid-template-rows:auto}
  .gallery-hero .camp-photo{height:220px}
  .camp-sm{height:120px}
  .fac-grid{grid-template-columns:repeat(2,1fr);gap:12px}
  .fac-img{height:110px}
  .campus-stats{grid-template-columns:repeat(3,1fr)}
  .loan-grid{grid-template-columns:1fr 1fr}
  .course-grid{grid-template-columns:1fr}
  .hostel-grid{grid-template-columns:1fr}
  .hostel-photos{grid-template-columns:1fr 1fr}
  .adm-grid{grid-template-columns:1fr}
  .emi-sliders{grid-template-columns:1fr}
  .emi-res{grid-template-columns:1fr 1fr}
  .schol-grid{grid-template-columns:1fr}
  .reviews-wrap{grid-template-columns:1fr}
  .comp-scorecards{grid-template-columns:1fr 1fr}
  .comp-table{min-width:720px}
  .footer-in{grid-template-columns:1fr 1fr;gap:24px}
  .lb-grid{grid-template-columns:repeat(2,1fr)}
  .place-top{grid-template-columns:1fr}
}

@media(max-width:540px){
  .W{padding:0 14px}
  .sec{padding:44px 0}
  .sh-h{font-size:clamp(22px,6vw,30px)}
  .snav-in{padding:0 14px}
  .pnav-apply{display:none}
  .hero-body{padding:0 14px 36px}
  .hero-h{font-size:clamp(30px,9vw,44px)}
  .sidebar{grid-template-columns:1fr}
  .qstrip{grid-template-columns:1fr 1fr}
  .rank-cards{grid-template-columns:1fr 1fr}
  .ptab-bar{gap:0}
  .ptb{padding:12px 12px;font-size:15px}
  .ptab-highlights{grid-template-columns:1fr 1fr}
  .place-charts{grid-template-columns:1fr}
  .logo-grid{grid-template-columns:repeat(3,1fr)}
  .gallery-wrap{grid-template-columns:1fr}
  .gallery-side{grid-template-columns:1fr 1fr}
  .gallery-hero .camp-photo{height:190px}
  .camp-sm{height:100px}
  .fac-grid{grid-template-columns:1fr 1fr;gap:10px}
  .fac-img{height:95px}
  .fac-name{font-size:16px}
  .fac-desc{display:none}
  .campus-stats{grid-template-columns:repeat(3,1fr)}
  .loan-grid{grid-template-columns:1fr}
  .hostel-photos{grid-template-columns:1fr}
  .emi-sliders{grid-template-columns:1fr}
  .emi-res{grid-template-columns:1fr 1fr}
  .comp-scorecards{grid-template-columns:1fr}
  .comp-table{min-width:600px}
  .footer-in{grid-template-columns:1fr;gap:24px}
  .lb-grid{grid-template-columns:1fr 1fr}
  .pk-val{font-size:38px}
  .pkg-card{padding:20px}
}

@media(max-width:400px){
  .W{padding:0 12px}
  .hero-h{font-size:28px}
  .fac-grid{grid-template-columns:1fr}
  .ptab-highlights{grid-template-columns:1fr}
  .rank-cards{grid-template-columns:1fr}
  .ptb{padding:10px 8px;font-size:14px}
  .comp-scorecards{grid-template-columns:1fr}
  .qstrip{grid-template-columns:1fr 1fr}
}



/* blog list page */

section.Blog-list-page {
    margin-bottom: 50px;
}
section.Blog-list-page .fac-img {
    height: 225px;
    overflow: hidden;
}

/* End blog list page */

/* 404 page */

.error-404.not-found {
    text-align: center;
    padding-top: 100px;
    padding-bottom: 100px;
}
h1.section-heading {
    font-size: 100px;
    color: #3E4095;
    line-height: 100%;
}
.error-page-content h2 {
    font-size: 24px;
    color: #000;
    margin: 15px 0;
    
}
.error-404.not-found p {
    font-size: 19px;
    color: #000;
}
a.main-btn {
    padding: 16px 25px;
    background: #3E4095;
    color: #fff;
    border-radius: 16px;
    font-weight: 500;
    transition: all 0.3s;
    font-size: 17px;
    text-decoration: none;
    margin-top: 25px;
    display: inline-block;
}
body.course-list section#sec-courses {
    padding: 50px 0;
}
/* end of the 404 page styles */

/* Faq page  */

#F6F6F6