@keyframes fadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes scaleIn {
    0% {
        transform: scale(.95);
        opacity: 0
    }

    to {
        transform: scale(1);
        opacity: 1
    }
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

p {
    line-height: 1.8;
    margin-bottom: 18px;
}

a {
    text-decoration: none;
    color: inherit
}

.search-box button:hover {
    background: #0f3b5e;
    transform: translateY(-2px)
}

.author-social-links a:hover,.nav-menu a:hover,.page-card h3 a:hover,.related-content h4 a:hover {
    color: #fc7d47
}

.tabs-container {
    margin: 0 0 32px;
    display: flex;
    overflow-x: auto;
    gap: 12px;
    padding: 8px 0;
    scrollbar-width: thin;
    -webkit-overflow-scrolling: touch;
    max-width: 100%
}

.tab-btn,.toc-card summary {
    font-weight: 700;
    cursor: pointer
}

.tab-btn {
    padding: 12px 28px;
    background: #fff;
    border: 1px solid #cfdfed;
    border-radius: 40px;
    cursor: pointer;
    transition: all 0.2s;
}

.tab-btn:hover {
    background: #f0f4f9;
    border-color: #fc7d47;
    transform: translateY(-2px);
}

.tab-btn.active {
    background: #1e4a76;
    color: #fff;
    border-color: #1e4a76;
}

.tab-pane {
    display: none;
}

.tab-pane.active-pane {
    display: block;
}

.compare-carousel-section {
    margin-bottom: 32px;
    background: #fff;
    border-radius: 28px;
    border: 1px solid #e9e9e9;
    box-shadow: 0 8px 24px rgba(0,0,0,.05);
    transition: box-shadow .2s
}

.toc-card summary {
    font-size: 1.3rem;
    color: #1e4a76;
    display: flex;
    justify-content: space-between;
    align-items: center;
    list-style: none
}

.faq-block.two-column .accordion-header i.fa-chevron-up,.toc-card[open] summary::after {
    transform: rotate(180deg)
}

.filter-bar {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    margin-bottom: 24px
}

.filter-select {
    padding: 10px 18px;
    border-radius: 40px;
    border: 1px solid #cfdfed;
    background: #fff;
    font-size: .85rem
}

.courses-table-wrapper {
    overflow-x: auto;
    width: 100%
}

.courses-table {
    width: 100%;
    border-collapse: collapse;
    min-width: 500px
}

.courses-table th {
    background: #1e4a76;
    color: #fff;
    padding: 14px;
    font-weight: 600;
    text-align: left
}

.courses-table td {
    padding: 14px;
    border-bottom: 1px solid #e2e8f0
}

.popular-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill,minmax(260px,1fr));
    gap: 24px
}

.popular-card {
    background: #f9f9ff;
    border: 1px solid #e2edf2;
    border-radius: 20px;
    padding: 20px;
    transition: .2s;
    box-shadow: 0 2px 8px rgba(0,0,0,.03)
}

.popular-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 24px rgba(0,0,0,.08);
    border-color: #fc7d47;
    background: #fff
}

.compare-track::-webkit-scrollbar {
    display: none
}

.compare-college h3 {
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 4px;
    color: #1e4a76
}

.card-salary {
    font-weight: 700;
    color: #2c7da0;
    margin: 10px 0
}

.vs-badge span {
    background: #fff;
    border-radius: 40px;
    padding: 4px 12px;
    border: 1px solid #fc7d47
}

.faq-block {
    background: #f9f9ff
}

.accordion-header {
    align-items: center;
    color: #1f3a4b
}

.compare-carousel-section {
    background: linear-gradient(310deg,rgba(125,129,251,.3) .01%,rgba(244,197,204,.3));
    padding: 24px
}

.compare-track {
    display: flex;
    overflow-x: auto;
    gap: 24px;
    padding-bottom: 12px;
    scroll-behavior: smooth;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.compare-card {
    width: 390px;
    background: #fff;
    border-radius: 28px;
    padding: 24px;
    flex-shrink: 0;
    box-shadow: 0 8px 24px rgba(0,0,0,.05);
    transition: .2s;
    border: 1px solid #eef2f8
}

@media (max-width:768px) {
    .compare-card {
    width: 345px;
    }
}
.compare-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 32px rgba(0,0,0,.1)
}

.compare-college,.vs-badge {
    text-align: center
}

.compare-college p {
    font-size: .85rem;
    color: #4b6f86
}

.vs-badge {
    margin: 16px 0;
    font-weight: 800;
    font-size: 1.2rem;
    color: #fc7d47;
    position: relative
}

.compare-btn {
    margin-top: 20px;
    text-align: center
}

.modal-header::before {
    content: "";
    top: -30px;
    right: -30px;
    width: 100px;
    height: 100px;
    background: rgba(255,255,255,.1)
}

.modal-header::after,.modal-header::before {
    position: absolute;
    border-radius: 50%
}

.modal-header::after {
    content: "";
    bottom: -30px;
    left: -30px;
    width: 120px;
    height: 120px;
    background: rgba(255,255,255,.1)
}

.modal-header h3 {
    font-size: 1.5rem;
    margin-bottom: 8px;
    font-weight: 800
}

.modal-header p {
    opacity: .9;
    font-size: .9rem
}

.form-group input,.form-group select {
    transition: .2s
}

.form-group textarea {
    width: 100%;
    padding: 12px 16px 12px 42px;
    border: 1px solid #cfdfed;
    font-size: .9rem;
    transition: .2s;
    background: #fefeff;
    border-radius: 20px;
    resize: vertical
}

.form-group input:focus,.form-group select:focus,.form-group textarea:focus {
    outline: 0;
    border-color: #fc7d47;
    box-shadow: 0 0 0 3px rgba(252,125,71,.1);
    background: #fff
}

.submit-btn {
    box-shadow: 0 4px 12px rgba(252,125,71,.3)
}

.submit-btn:hover {
    box-shadow: 0 6px 20px rgba(252,125,71,.4)
}

.gallery-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .2s
}

.gallery-nav:hover {
    background: rgba(0,0,0,.8)
}

.gallery-thumbnails {
    scrollbar-width: thin
}

.gallery-thumb:hover {
    opacity: 1;
    transform: scale(1.05)
}

@media (max-width:768px) {
    .form-row {
        flex-direction: column;
        gap: 0
    }

    .form-row .form-group {
        margin-bottom: 20px
    }

    .gallery-main iframe,.gallery-main-img {
        height: 250px
    }

    .gallery-thumb {
        width: 60px;
        height: 45px
    }
}

@media (max-width:550px) {
    input,select,textarea {
        font-size: 16px!important
    }

    .container {
        padding: 0 12px
    }

    .header-info {
        padding: 20px
    }

    .college-name {
        font-size: 1.5rem
    }

    .btn {
        padding: 8px 16px;
        font-size: .75rem;
        white-space: normal
    }

    .tab-btn {
        padding: 8px 18px
    }

    .slider-card {
        min-width: 240px
    }

    .popular-grid {
        grid-template-columns: 1fr
    }

    .modal-body {
        padding: 24px
    }
}

footer {
    background: #0a1c2a;
    color: #cbdbe6;
    border-radius: 40px 40px 0 0;
    padding: 48px 0 28px;
    margin-top: 60px;
    width: 100%
}

.footer-col h4 {
    color: #fff;
    margin-bottom: 18px
}

.footer-col ul {
    list-style: none
}

.footer-col li,.footer-col p {
    font-size: .8rem;
    margin-bottom: 12px
}

.footer-col a {
    color: #bcd0df;
    text-decoration: none
}

@media (max-width:950px) {
    .main-grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .container {
        padding: 0 20px
    }

    .hamburger,.nav-menu.active {
        display: block
    }

    .logo-icon,.nav-menu {
        display: none
    }

    .nav-menu {
        position: absolute;
        top: 72px;
        left: 0;
        right: 0;
        background: #fff;
        padding: 20px;
        box-shadow: 0 12px 24px rgba(0,0,0,.1);
        border-radius: 0 0 28px 28px;
        z-index: 99;
        width: 100%
    }

    .nav-menu ul {
        flex-direction: column;
        align-items: center;
        gap: 16px
    }

    .nav-menu ul li a {
        white-space: normal
    }

    .header-info {
        padding: 24px 28px
    }

    .lead-card {
        position: relative;
        top: 0
    }
}

@media (max-width:600px) {
    .nav-flex {
        flex-wrap: nowrap;
        gap: 12px
    }

    .logo-area {
        order: 1
    }

    .search-wrapper {
        order: 2;
        flex: 1;
        max-width: none
    }

    .hamburger {
        order: 3
    }

    .logo-text {
        font-size: 1.2rem;
        white-space: nowrap
    }

    .search-box button {
        display: none
    }
}

.modal-overlay {
    background: rgba(0,0,0,.8);
    display: flex
}

.modal-container {
    z-index: 10000
}

.modal-container .form-group {
    margin-bottom: 16px;
    position: relative
}

.modal-container .form-group i {
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10002;
    color: #999
}

.modal-container .form-group input,.modal-container .form-group select,.modal-container .form-group textarea {
    width: 100%;
    padding: 12px 16px 12px 42px;
    border-radius: 40px;
    border: 1px solid #cfdfed;
    font-size: .9rem;
    background: #fff;
    position: relative;
    z-index: 10001
}

.modal-container .form-group input:focus,.modal-container .form-group select:focus,.modal-container .form-group textarea:focus {
    outline: 0;
    border-color: #fc7d47;
    box-shadow: 0 0 0 3px rgba(252,125,71,.1)
}

.modal-container select {
    appearance: none;
    -webkit-appearance: none;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 1rem center;
    background-size: 1em
}

.form-row .form-group {
    flex: 1;
    margin-bottom: 0
}

@media (max-width:600px) {
    .form-row {
        flex-direction: column;
        gap: 0
    }

    .form-row .form-group {
        margin-bottom: 16px
    }
}

.placement-stats {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin: 20px 0;
}

.placement-stats div {
    flex: 1;
    text-align: center;
    background: #f8fafd;
    padding: 16px;
    border-radius: 20px;
}

/* Mobile: Horizontal scroll */
@media (max-width: 768px) {
    .placement-stats {
        flex-wrap: nowrap;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        gap: 12px;
        padding-bottom: 12px;
        -webkit-overflow-scrolling: touch;
    }
    
    .placement-stats div {
        flex: 0 0 auto;
        min-width: 130px;
        scroll-snap-align: start;
        padding: 12px;
    }
    
    .placement-stats div strong {
        font-size: 1.1rem;
    }
    
    /* Nice scrollbar */
    .placement-stats::-webkit-scrollbar {
        height: 4px;
    }
    
    .placement-stats::-webkit-scrollbar-track {
        background: #eef2f8;
        border-radius: 10px;
    }
    
    .placement-stats::-webkit-scrollbar-thumb {
        background: #cbd5e1;
        border-radius: 10px;
    }
}

.fac-item i {
    display: block;
    font-size: 1.5rem;
    margin-bottom: 8px;
    color: #2c7da0
}

.placement-stats strong,.step-item strong {
    font-size: 1.4rem;
    display: block;
    color: #1e4a76
}

.step-item strong {
    font-size: 1.2rem
}

.info-table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0,0,0,.05)
}

.info-table td,.info-table th {
    padding: 12px 16px;
    border: 1px solid #e9e9e9;
    text-align: left
}

.info-table th {
    background: #f0f7ff;
    font-weight: 600;
    color: #1e4a76
}

.info-table td {
    color: #4b6f86
}

.step-timeline {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin: 20px 0;
}

.step-item {
    flex: 1;
    background: #f8fafd;
    padding: 16px;
    border-radius: 20px;
    text-align: center;
    transition: transform 0.2s;
}

.step-item:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 16px rgba(0,0,0,0.1);
}

/* Mobile: Horizontal scroll */
@media (max-width: 768px) {
    .step-timeline {
        flex-wrap: nowrap;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        gap: 12px;
        padding-bottom: 12px;
        -webkit-overflow-scrolling: touch;
    }
    
    .step-item {
        flex: 0 0 auto;
        min-width: 140px;
        scroll-snap-align: start;
        padding: 12px;
    }
    
    .step-item strong {
        font-size: 1rem;
    }
    
    /* Nice scrollbar */
    .step-timeline::-webkit-scrollbar {
        height: 4px;
    }
    
    .step-timeline::-webkit-scrollbar-track {
        background: #eef2f8;
        border-radius: 10px;
    }
    
    .step-timeline::-webkit-scrollbar-thumb {
        background: #cbd5e1;
        border-radius: 10px;
    }
}

/* For very small screens, slightly smaller */
@media (max-width: 550px) {
    .placement-stats div {
        min-width: 110px;
        padding: 10px;
    }
    
    .step-item {
        min-width: 120px;
        padding: 10px;
    }
}

.facility-icons {
    display: grid;
    grid-template-columns: repeat(auto-fill,minmax(150px,1fr));
    gap: 16px;
    margin: 20px 0
}

.fac-item {
    background: #f8fafd;
    padding: 12px;
    border-radius: 20px;
    text-align: center;
    transition: .2s
}

.fac-item:hover {
    background: #eef2f8;
    transform: translateY(-2px)
}

.recruiter-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 20px
}

.recruiter-logo {
    background: #f0f2f5;
    padding: 8px 16px;
    border-radius: 40px;
    font-weight: 500;
    color: #1e4a76
}

.recruiter-logo:hover {
    background: #e2e8f0;
    transform: translateY(-2px)
}

.read-more-btn,.recruiter-logo {
    font-size: .8rem;
    transition: .2s
}

.read-more-btn:hover {
    gap: 10px
}

.collapsible-content {
    max-height: 130px;
    overflow: hidden;
    transition: max-height .3s ease
}

.collapsible-content.expanded {
    max-height: 2000px
}

.search-box button {
    transition: .2s;
    flex-shrink: 0;
    background: #1e4a76;
    border: 0;
    color: #fff;
    border-radius: 40px;
    padding: 8px 20px;
    cursor: pointer;
    font-weight: 600
}

input:checked+.slider-round {
    background-color: #fc7d47
}

input:checked+.slider-round:before {
    transform: translateX(26px)
}

.author-info p {
    color: #4b6f86;
    font-size: .9rem;
    margin-bottom: 4px
}

@media (max-width:950px) {
    .main-grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .hamburger,.nav-menu.active {
        display: block
    }

    .nav-menu {
        display: none;
        position: absolute;
        top: 72px;
        left: 0;
        right: 0;
        background: #fff;
        padding: 20px;
        border-radius: 0 0 28px 28px
    }

    .nav-menu ul {
        flex-direction: column;
        gap: 16px
    }

    .lead-card {
        position: relative;
        top: 0
    }
}

@media (max-width:600px) {
    .form-row {
        flex-direction: column;
        gap: 0
    }

    .gallery-main iframe,.gallery-main-img {
        height: 250px
    }

    .author-card {
        flex-direction: column;
        text-align: center
    }
}

.search-box input {
    min-width: 0
}

.breadcrumb {
    margin: 20px 0 12px;
    font-size: .85rem;
    color: #4b6f86
}

.breadcrumb a {
    color: #2c7da0;
    text-decoration: none
}

h1 {
    font-size: 2rem;
    font-weight: 800;
    color: #1e4a76;
    margin: 16px 0 12px
}

.content-block {
    background: #fff;
    border-radius: 28px;
    padding: 28px 32px;
    margin-bottom: 32px;
    border: 1px solid #e9e9e9;
    box-shadow: 0 8px 20px rgba(0,0,0,.05);
    width: 100%
}

.read-more-content {
    max-height: 90px;
    overflow: hidden;
    transition: max-height .3s ease
}

.read-more-content.expanded {
    max-height: 400px
}

.read-more-btn {
    background: 0 0;
    border: 0;
    color: #fc7d47;
    font-weight: 600;
    margin-top: 12px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 6px
}

.listing-wrapper {
    display: flex;
    gap: 32px;
    margin-bottom: 60px;
    width: 100%
}

.filters-sidebar {
    width: 300px;
    flex-shrink: 0;
    background: #fff;
    border-radius: 28px;
    padding: 24px;
    border: 1px solid #e9e9e9;
    box-shadow: 0 8px 20px rgba(0,0,0,.05);
    position: sticky;
    top: 100px;
    height: fit-content;
    max-height: calc(100vh - 120px);
    overflow-y: auto;
}

/* Optional: Style the scrollbar */
.filters-sidebar::-webkit-scrollbar {
    width: 4px;
}

.filters-sidebar::-webkit-scrollbar-track {
    background: #eef2f8;
    border-radius: 10px;
}

.filters-sidebar::-webkit-scrollbar-thumb {
    background: #cbd5e1;
    border-radius: 10px;
}

/* Remove extra margin from last filter group */
.filters-sidebar .filter-group:last-child {
    margin-bottom: 0;
}

.filters-sidebar h3 {
    font-size: 1.3rem;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
    border-left: 4px solid #fc7d47;
    padding-left: 16px
}

.filter-group {
    margin-bottom: 18px
}

.filter-group label {
    font-weight: 600;
    font-size: .8rem;
    display: block;
    margin-bottom: 6px;
    color: #1f3a4b
}

.filter-group select {
    width: 100%;
    padding: 10px 14px;
    border-radius: 40px;
    border: 1px solid #cfdfed;
    background: #fff;
    font-size: .85rem;
    outline: 0
}

.filter-actions {
    display: flex;
    gap: 12px;
    margin-top: 24px
}

.btn-filter,.btn-reset {
    padding: 10px 20px;
    border-radius: 40px;
    font-weight: 600;
    cursor: pointer;
    border: 0;
    font-size: .85rem;
    transition: .2s;
    flex: 1
}

.btn-filter {
    background: #fc7d47;
    color: #fff
}

.btn-reset {
    background: #eef2f8;
    color: #1e4a76
}

.colleges-container {
    flex: 1;
    min-width: 0
}

.cards-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    width: 100%;
    margin-bottom: 15px;
}

.cards-grid .college-card,
.cards-grid .course-card {
    width: auto;
    min-width: auto;
}

/* Mobile: 1 card per row */
@media (max-width: 768px) {
    .cards-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }
}

.college-card,body,html {
    word-break: break-word;
    overflow-wrap: break-word
}

.college-card {
    box-shadow: 0 4px 12px rgba(0,0,0,.03);
    height: 100%
}

.college-card:hover {
    box-shadow: 0 12px 28px rgba(0,0,0,.1)
}

.college-meta i {
    width: 16px;
    color: #fc7d47
}

.college-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin: 10px 0
}

.card-buttons {
    display: flex;
    gap: 10px;
    margin-top: 16px;
    flex-wrap: wrap
}

.btn-card {
    padding: 6px 14px;
    border-radius: 40px;
    font-weight: 500;
    font-size: 14px;
    cursor: pointer;
    transition: .2s;
    border: 0
}

.btn-apply {
    background: #fc7d47;
    color: #fff
}

.btn-compare {
    background: #fff;
    border: 1.5px solid #2c7da0;
    color: #1e4a76
}

.btn-details {
    background: #225781;
    color: #fff
}

.faq-block,.slider-section {
    background: linear-gradient(310deg,rgba(125,129,251,.08),rgba(244,197,204,.08));
    margin: 32px 0;
    width: 100%
}

.accordion-item {
    border-bottom: 1px solid #e2e8f0
}

.accordion-header {
    display: flex;
    justify-content: space-between;
    padding: 14px;
    font-weight: 600;
    cursor: pointer
}

.accordion-content {
    display: none;
    padding: 0 14px 20px;
    color: #4b6f86;
    font-size: .85rem
}

.accordion-content.show,.faq-block .accordion-content.show,.filter-drawer.active {
    display: block
}

.author-card {
    margin: 40px 0 32px
}

.no-results {
    text-align: center;
    padding: 60px;
    background: #f9f9ff;
    border-radius: 28px
}

.mobile-filter-btn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #fc7d47;
    color: #fff;
    border: 0;
    border-radius: 50px;
    padding: 14px 24px;
    font-weight: 700;
    box-shadow: 0 4px 15px rgba(0,0,0,.2);
    z-index: 200;
    cursor: pointer;
    align-items: center;
    gap: 10px
}

.filter-drawer {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    border-radius: 28px 28px 0 0;
    box-shadow: 0-4px 20px rgba(0,0,0,.15);
    z-index: 300;
    max-height: 85vh;
    overflow-y: auto;
    padding: 24px;
    width: 100%
}

.filter-drawer-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 1.2rem
}

.filter-drawer-close {
    background: 0 0;
    border: 0;
    font-size: 1.5rem;
    cursor: pointer
}

@media (max-width:950px) {
    .listing-wrapper {
        flex-direction: column
    }

    .filters-sidebar {
        display: none
    }

    .mobile-filter-btn {
        display: flex
    }

    .container {
        padding: 0 16px
    }

    h1 {
        font-size: 1.6rem
    }

    .cards-grid {
        grid-template-columns: 1fr;
        gap: 16px
    }

    body.drawer-open {
        overflow: hidden
    }
}

@media (max-width:600px) {
    .college-card {
        padding: 14px
    }

    .college-name {
        font-size: 1rem
    }

    .college-meta {
        gap: 8px;
        font-size: .7rem
    }

    .tag {
        font-size: .6rem;
        padding: 3px 8px
    }

    .btn-card {
        padding: 5px 10px;
        font-size: 14px
    }

    .card-buttons {
        gap: 138px
    }

    .slider-card {
        min-width: 200px
    }
}

body {
    font-family: "Inter",sans-serif;
    background: #fefeff;
    color: #1a2c3e;
    line-height: 1.5
}

body,html {
    overflow-x: hidden;
    width: 100%;
    position: relative
}

.logo-area {
    flex-shrink: 0
}

.logo-text {
    white-space: nowrap
}

.search-wrapper {
    min-width: 0
}

.search-box {
    transition: all .2s;
    width: 100%
}

.search-box:focus-within {
    background: #fff;
    border-color: #2c7da0;
    box-shadow: 0 0 0 3px rgba(44,125,160,.1)
}

.hamburger {
    color: #1e4a76;
    width: 40px;
    height: 40px;
    flex-shrink: 0
}

.nav-menu {
    display: flex
}

.nav-menu a {
    font-size: .95rem;
    white-space: nowrap
}

.hero-wrapper {
    position: relative;
    margin: 28px 0 20px;
    border-radius: 32px;
    overflow: hidden;
    box-shadow: 0 12px 28px rgba(0,0,0,.1)
}

.hero-img {
    width: 100%;
    height: auto;
    max-height: 360px;
    object-fit: cover;
    display: block
}

.gallery-overlay {
    position: absolute;
    bottom: 20px;
    right: 20px;
    background: rgba(0,0,0,.7);
    backdrop-filter: blur(8px);
    border-radius: 40px;
    padding: 8px 16px;
    display: flex;
    gap: 12px;
    align-items: center;
    cursor: pointer;
    color: #fff;
    font-size: .85rem;
    font-weight: 500;
    transition: .2s;
    z-index: 10
}

.gallery-overlay:hover {
    background: rgba(0,0,0,.85);
    transform: scale(1.02)
}

.header-info {
    background: #fff;
    border-radius: 32px;
    padding: 32px 36px;
    margin-bottom: 40px;
    box-shadow: 0 12px 28px rgba(0,0,0,.08);
    border: 1px solid rgba(44,125,160,.15)
}

.college-name {
    background: linear-gradient(135deg,#0b2b5e,#2c7da0,#fc7d47);
    -webkit-background-clip: text;
    background-clip: text;
    line-height: 1.3;
    word-break: break-word
}

.college-details {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin: 16px 0;
    font-size: .9rem;
    color: #4b6f86
}

.college-details i {
    width: 20px;
    color: #2c7da0
}

.hero-buttons {
    margin-top: 24px
}

.btn {
    font-size: .9rem;
    white-space: nowrap
}

.btn-primary {
    box-shadow: 0 6px 14px rgba(28,100,142,.25)
}

.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(28,100,142,.3)
}

.btn-orange {
    background: #fc7d47;
    color: #fff;
    box-shadow: 0 6px 14px rgba(252,125,71,.25)
}

.btn-orange:hover {
    transform: translateY(-2px);
    background: #e56a34
}

.btn-outline:hover {
    background: #eef6fc;
    transform: translateY(-2px)
}

.pill-btn {
    border-radius: 40px;
    padding: 8px 20px;
    font-size: .8rem;
    font-weight: 600;
    cursor: pointer;
    transition: all .2s
}

.main-grid {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 32px;
    margin-top: 32px;
    margin-bottom: 60px;
}

.sidebar,.tab-content-area {
    min-width: 0;
    width: 100%
}

.content-card,.cta-block,.faq-block,.lead-card,.toc-card {
    background: #fff;
    border-radius: 28px;
    padding: 28px 32px;
    margin-bottom: 32px;
    border: 1px solid #e9e9e9;
    box-shadow: 0 8px 24px rgba(0,0,0,.05);
    transition: box-shadow .2s
}

.slider-section {
    margin-bottom: 32px;
    border: 1px solid #eef2f8
}

.author-card,.sidebar-popular,.slider-section {
    background: #fff;
    border-radius: 28px;
    box-shadow: 0 8px 24px rgba(0,0,0,.05);
    transition: box-shadow .2s
}

.sidebar-popular {
    border: 1px solid #eef2f8
}

.author-card {
    padding: 28px 32px
}

.card-title {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 20px;
    border-left: 5px solid #fc7d47;
    padding-left: 18px;
}

.card-title i {
    margin-right: 12px;
    color: #fc7d47;
}

/* On mobile */
@media (max-width: 768px) {
    .card-title {
        font-size: 1.2rem;
        padding-left: 14px;
    }
    
    .card-title i {
        margin-right: 10px;
        font-size: 1.1rem;
    }
}

@media (max-width: 550px) {
    .card-title {
        font-size: 1rem;
        padding-left: 12px;
    }
    
    .card-title i {
        margin-right: 8px;
        font-size: 0.9rem;
    }
}

.toc-card summary::-webkit-details-marker {
    display: none
}

.toc-card summary::after {
    content: "";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    transition: transform .2s
}

.toc-links {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding-left: 20px;
    margin-top: 16px
}

.toc-link {
    text-decoration: none;
    color: #2c7da0;
    font-weight: 500;
    transition: .2s
}

.toc-link:hover {
    color: #fc7d47;
    transform: translateX(4px)
}

.slider-section {
    background: linear-gradient(310deg,rgba(125,129,251,.3) .01%,rgba(244,197,204,.3));
    padding: 24px
}

.slider-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 24px
}

.scroll-container {
    display: flex;
    overflow-x: auto;
    gap: 24px;
    padding-bottom: 12px;
    padding-top: 12px;
    scroll-behavior: smooth;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.scroll-container::-webkit-scrollbar,.slider-container::-webkit-scrollbar {
    display: none
}

.slider-card {
    width: 280px;
    background: #fff;
    border-radius: 24px;
    padding: 20px;
    border: 1px solid #e2edf2;
    flex-shrink: 0;
    transition: .2s;
    box-shadow: 0 4px 12px rgba(0,0,0,.02);
    display: flex;
    flex-direction: column
}

.slider-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 28px rgba(0,0,0,.1);
    border-color: #fc7d47
}

.card-logo {
    font-size: 2rem;
    margin-bottom: 12px;
    color: #1e4a76
}

.card-title-small {
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 8px
}

.card-meta {
    font-size: .75rem;
    color: #4b6f86;
    margin-bottom: 6px;
    display: flex;
    gap: 12px;
    flex-wrap: wrap
}

.slider-arrow {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 40px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: .2s
}

.slider-arrow:hover {
    background: #f0f3f8;
    transform: scale(1.05)
}

.cta-block {
    background: linear-gradient(310deg,rgba(125,129,251,.3) .01%,rgba(244,197,204,.3));
    text-align: center
}

.cta-buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px;
    margin-top: 20px
}

.sidebar-popular {
    padding: 20px;
    margin-bottom: 24px
}

.sidebar-popular h4 {
    font-size: 1.2rem;
    margin-bottom: 16px;
    color: #1e4a76;
    display: flex;
    align-items: center;
    gap: 8px
}

.lead-card {
    position: sticky;
    top: 100px
}

.toggle-switch-wrapper {
    gap: 16px;
    border: 1px solid #e2edf2
}

.toggle-label {
    font-weight: 600;
    font-size: .85rem;
    color: #1e4a76
}

.toggle-status {
    font-size: .8rem;
    font-weight: 500;
    min-width: 60px
}

.modal-overlay {
    animation: fadeIn .3s ease
}

.modal-container {
    box-shadow: 0 25px 50px -12px rgba(0,0,0,.25);
    animation: scaleIn .3s ease;
    overflow: hidden;
    position: relative
}

.modal-close {
    color: #fff;
    z-index: 10;
    transition: .2s
}

.modal-close:hover {
    background: rgba(0,0,0,.4);
    transform: rotate(90deg)
}

.form-group {
    margin-bottom: 20px
}

.form-group i {
    font-size: 1rem;
    pointer-events: none;
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    color: #9aa9b9
}

.form-group input,.form-group select {
    background: #fefeff
}

.submit-btn {
    background: linear-gradient(95deg,#fc7d47,#ff9a6e);
    font-size: 1rem;
    margin-top: 8px
}

.gallery-modal {
    width: 90%;
    max-width: 1000px
}

.gallery-main {
    position: relative;
    margin-bottom: 20px;
    background: #000;
    border-radius: 16px;
    overflow: hidden
}

.gallery-main-img {
    width: 100%;
    height: 400px;
    object-fit: contain;
    background: #000;
    display: block
}

.gallery-main iframe {
    width: 100%;
    height: 400px;
    border: 0
}

.gallery-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0,0,0,.5);
    color: #fff;
    border: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    cursor: pointer
}

.gallery-prev {
    left: 10px
}

.gallery-next {
    right: 10px
}

.gallery-thumbnails {
    display: flex;
    gap: 12px;
    overflow-x: auto;
    padding: 12px 0
}

.gallery-thumb {
    width: 80px;
    height: 60px;
    object-fit: cover;
    border-radius: 8px;
    cursor: pointer;
    opacity: .6;
    transition: .2s;
    border: 2px solid transparent
}

.gallery-thumb.active {
    opacity: 1;
    border-color: #fc7d47
}

.author-card {
    display: flex;
    align-items: center;
    gap: 24px;
    flex-wrap: wrap;
    background: #fef9f0;
    border: 1px solid #ffe0b5;
    margin-bottom: 32px
}

.author-img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid #fc7d47
}

.author-info h4 {
    font-size: 1.3rem;
    margin-bottom: 6px;
    color: #1e4a76
}

.author-social a {
    color: #fc7d47;
    margin-right: 12px;
    font-size: 1.2rem
}

.copyright {
    font-size: .75rem;
    text-align: center;
    padding-top: 24px;
    border-top: 1px solid #1e3a4a
}

.faq-block .accordion-item {
    border-bottom: 1px solid #e2e8f0
}

.faq-block .accordion-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px;
    font-weight: 600;
    cursor: pointer
}

.faq-block .accordion-content {
    display: none;
    padding: 0 16px 20px;
    font-size: .85rem;
    color: #4b6f86
}

.faq-row {
    display: flex;
    gap: 32px;
    margin: 32px 0;
    flex-wrap: wrap
}

.faq-block.two-column {
    flex: 1;
    background: #fff;
    border-radius: 28px;
    border: 1px solid #e9e9e9;
    box-shadow: 0 8px 24px rgba(0,0,0,.05);
    overflow: hidden
}

.faq-block.two-column .faq-container {
    display: flex;
    flex-direction: column
}

.faq-block.two-column .accordion-item {
    border-bottom: 1px solid #e2e8f0
}

.comparison-table tr:last-child td,.faq-block.two-column .accordion-item:last-child,.goal-list li:last-child {
    border-bottom: none
}

.faq-block.two-column .accordion-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 24px;
    background: #fff;
    font-weight: 600;
    color: #1e4a76;
    cursor: pointer;
    transition: background .2s
}

.faq-block.two-column .accordion-header:hover {
    background: #f8fafc
}

.faq-block.two-column .accordion-content {
    padding: 0 24px;
    max-height: 0;
    overflow: hidden;
    transition: max-height .3s ease,padding .3s ease;
    background: #fff;
    color: #4b6f86;
    font-size: .9rem;
    line-height: 1.5
}

.faq-block.two-column .accordion-content.show {
    padding: 20px 24px;
    max-height: 500px
}

.faq-block.two-column .accordion-header i {
    transition: transform .2s
}

@media (max-width:768px) {
    .faq-row {
        flex-direction: column
    }
}

@media (max-width:950px) {
    .main-grid {
        grid-template-columns: 1fr
    }

    .hamburger,.nav-menu.active {
        display: block
    }

    .nav-menu {
        display: none;
        position: absolute;
        top: 72px;
        left: 0;
        right: 0;
        background: #fff;
        padding: 20px;
        border-radius: 0 0 28px 28px
    }

    .nav-menu ul {
        flex-direction: column;
        gap: 16px
    }

    .lead-card {
        position: relative;
        top: 0
    }
}

@media (max-width:600px) {
    .form-row {
        flex-direction: column;
        gap: 0
    }

    .gallery-main iframe,.gallery-main-img {
        height: 250px
    }

    .author-card {
        flex-direction: column;
        text-align: center
    }
}

.slider-section:empty {
    display: none
}

.blur-content {
    filter: blur(5px);
    pointer-events: none;
    user-select: none;
    transition: filter .3s ease
}

.hero-section {
    background: linear-gradient(135deg,#1e4a76 0,#2c7da0 50%,#fc7d47 100%);
    border-radius: 32px;
    padding: 48px 40px;
    margin: 28px 0 32px;
    color: #fff;
    text-align: center
}

.hero-section h1 {
    font-size: 2.5rem;
    font-weight: 800;
    margin-bottom: 16px;
    color: #fff
}

.hero-section p {
    font-size: 1.1rem;
    opacity: .9;
    max-width: 700px;
    margin: 0 auto
}

.filter-bar-compare {
    background: #fff;
    border-radius: 60px;
    padding: 8px;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
    margin-top: 32px;
    box-shadow: 0 8px 24px rgba(0,0,0,.1)
}

.filter-select-compare {
    padding: 12px 24px;
    border-radius: 40px;
    border: 1px solid #e2e8f0;
    background: #fff;
    font-size: .9rem;
    min-width: 200px;
    cursor: pointer
}

.compare-btn-primary {
    background: #fc7d47;
    color: #fff;
    border: 0;
    padding: 12px 32px;
    border-radius: 40px;
    font-weight: 700;
    cursor: pointer;
    transition: .2s
}

.compare-btn-primary:hover {
    background: #e56a34;
    transform: translateY(-2px)
}

.comparison-wrapper {
    margin: 32px 0;
    background: #fff;
    border-radius: 28px;
    border: 1px solid #e9e9e9;
    box-shadow: 0 8px 24px rgba(0,0,0,.05);
    overflow: hidden
}

.comparison-table {
    width: 100%;
    border-collapse: collapse
}

.comparison-table th {
    background: linear-gradient(135deg,#1e4a76,#2c7da0);
    color: #fff;
    padding: 20px;
    font-size: 1.2rem;
    font-weight: 700;
    text-align: center
}

.comparison-table th:first-child {
    background: #0f3b5e;
    font-size: 1rem;
    width: 220px
}

.comparison-table td {
    padding: 16px 20px;
    border-bottom: 1px solid #eef2f8;
    vertical-align: top
}

.comparison-table td:first-child {
    background: #f8fafd;
    font-weight: 600;
    color: #1e4a76;
    width: 220px
}

.comparison-table td:first-child i {
    width: 24px;
    color: #fc7d47;
    margin-right: 8px
}

.highlight {
    background: #fff3e0;
    position: relative
}

.college-header-cell,.winner-badge {
    display: inline-block;
    border-radius: 20px
}

.winner-badge {
    background: #28a745;
    color: #fff;
    padding: 2px 8px;
    font-size: 10px;
    margin-left: 8px
}

.college-header-cell {
    background: rgba(255,255,255,.2);
    padding: 4px 12px;
    font-size: .75rem;
    margin-top: 8px
}

.rating-star {
    color: #ffc107;
    font-size: 14px;
    margin-top: 8px
}

.action-buttons {
    display: flex;
    gap: 16px;
    justify-content: center;
    padding: 24px;
    background: #f8fafd;
    border-top: 1px solid #eef2f8
}

.btn-compare,.nav-menu a {
    text-decoration: none;
    font-weight: 600;
    transition: .2s
}

.btn-compare {
    padding: 12px 28px;
    border-radius: 40px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 8px
}

.btn-primary-cmp {
    background: #1e4a76;
    color: #fff;
    border: 0
}

.btn-primary-cmp:hover {
    background: #0f3b5e;
    transform: translateY(-2px)
}

.btn-outline-cmp {
    background: #fff;
    border: 1.5px solid #2c7da0;
    color: #1e4a76
}

.btn-outline-cmp:hover {
    background: #eef6fc;
    transform: translateY(-2px)
}

.other-colleges-section {
    margin: 48px 0
}

.section-header h2,.section-title {
    font-size: 1.8rem;
    font-weight: 700;
    border-left: 5px solid #fc7d47;
    padding-left: 20px
}

.section-title {
    margin-bottom: 24px
}

.colleges-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill,minmax(300px,1fr));
    gap: 24px
}

.other-college-card {
    background: #fff;
    border-radius: 24px;
    padding: 20px;
    border: 1px solid #e9e9e9;
    transition: .2s;
    cursor: pointer
}

.other-college-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 20px rgba(0,0,0,.08);
    border-color: #fc7d47
}

.hero-content p {
    font-size: 1.1rem;
    color: #4b6f86;
    margin-bottom: 28px
}

.other-college-card h4 {
    font-size: 1.1rem;
    margin-bottom: 8px;
    color: #1e4a76
}

.other-college-details {
    font-size: .8rem;
    color: #4b6f86;
    display: flex;
    gap: 16px;
    margin-top: 12px;
    flex-wrap: wrap
}

.sidebar-compare {
    margin-top: 48px;
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(280px,1fr));
    gap: 24px
}

.sidebar-card {
    background: #fff;
    border-radius: 28px;
    padding: 24px;
    border: 1px solid #eef2f8
}

.sidebar-card h4 {
    font-size: 1.2rem;
    margin-bottom: 16px;
    color: #1e4a76;
    display: flex;
    align-items: center;
    gap: 8px
}

.goal-list li,.trending-item {
    border-bottom: 1px solid #eef2f8
}

.trending-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 0;
    cursor: pointer;
    transition: .2s
}

.trending-item:hover {
    transform: translateX(4px);
    color: #fc7d47
}

.trending-rank {
    font-weight: 800;
    color: #fc7d47;
    width: 30px
}

@media (max-width:950px) {
    .hero-section {
        padding: 32px 24px
    }

    .hero-section h1 {
        font-size: 1.8rem
    }

    .filter-bar-compare {
        flex-direction: column;
        align-items: stretch;
        border-radius: 24px
    }

    .filter-select-compare {
        width: 100%
    }

    .comparison-table td,.comparison-table th {
        padding: 12px;
        font-size: .85rem
    }

    .comparison-table td:first-child,.comparison-table th:first-child {
        width: 140px
    }
}

@media (max-width:600px) {
    .comparison-table {
        font-size: .75rem
    }

    .comparison-table td,.comparison-table th {
        padding: 8px
    }

    .btn-compare {
        padding: 8px 16px;
        font-size: .8rem
    }

    .colleges-grid {
        grid-template-columns: 1fr
    }
}

.container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 24px;
    width: 100%
}

.top-navbar {
    background: rgba(255,255,255,.96);
    backdrop-filter: blur(10px);
    box-shadow: 0 4px 20px rgba(0,0,0,.04);
    padding: 12px 0;
    position: sticky;
    top: 0;
    z-index: 100;
    width: 100%
}

.nav-flex {
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap
}

.logo-area,.logo-icon,.nav-flex {
    display: flex;
    align-items: center
}

.logo-area {
    gap: 10px
}

.logo-icon {
    background: linear-gradient(135deg,#1e4a76,#2c7da0);
    width: 42px;
    height: 42px;
    border-radius: 14px;
    justify-content: center;
    color: #fff;
    font-size: 22px
}

.logo-text {
    font-size: 1.5rem;
    font-weight: 800
}

.logo-text .edu,.section-header h2 {
    color: #1e4a76
}

.logo-text .nexus {
    color: #f47c3c
}

.search-wrapper {
    flex: 1;
    max-width: 320px
}

.search-box {
    display: flex;
    align-items: center;
    background: #f0f3f8;
    border-radius: 60px;
    padding: 6px 6px 6px 20px;
    border: 1px solid #e2e8f0
}

.search-box input {
    background: 0 0;
    border: 0;
    padding: 10px 0;
    width: 100%;
    outline: 0;
    font-size: .9rem
}

.hamburger {
    display: none;
    background: 0 0;
    border: 0;
    font-size: 1.6rem;
    cursor: pointer
}

.hero,.nav-menu ul {
    display: flex;
    gap: 32px
}

.nav-menu ul {
    list-style: none
}

.nav-menu a {
    color: #1f3a4b
}

.hero {
    background: linear-gradient(135deg,#eef2ff 0,#fff 100%);
    border-radius: 32px;
    padding: 48px;
    margin: 28px 0 32px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between
}

.hero-content {
    flex: 1;
    min-width: 280px
}

.hero-content h1, h2 {
    font-size: 2.5rem;
    font-weight: 800;
    color: #1e4a76;
    margin-bottom: 16px;
    line-height: 1.2
}

.hero-buttons {
    display: flex;
    gap: 16px;
    flex-wrap: wrap
}

.btn-large {
    padding: 14px 32px;
    font-size: 1rem
}

.btn {
    border: 0;
    padding: 12px 28px;
    font-weight: 700;
    border-radius: 40px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: .2s
}

.btn-primary {
    background: linear-gradient(95deg,#1e4a76,#2c7da0);
    color: #fff
}

.btn-outline {
    background: #fff;
    border: 1.5px solid #2c7da0;
    color: #1e4a76
}

.hero-stats {
    display: flex;
    gap: 32px;
    margin-top: 32px
}

.stat-item {
    text-align: center
}

.stat-number {
    font-size: 1.8rem;
    font-weight: 800;
    color: #fc7d47
}

.stat-label {
    font-size: .8rem;
    color: #4b6f86
}

.hero-image img {
    max-width: 100%;
    border-radius: 28px;
    box-shadow: 0 20px 35px rgba(0,0,0,.1)
}

.section-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin: 48px 0 24px
}

.view-all {
    color: #fc7d47;
    font-weight: 600;
    text-decoration: none
}

.slider-wrapper {
    position: relative;
    margin-bottom: 40px
}

.slider-container {
    display: flex;
    overflow-x: auto;
    gap: 24px;
    scroll-behavior: smooth;
    scrollbar-width: none;
    padding-bottom: 12px;
    padding-top: 12px
}

.form-group-full i,.slider-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
}

.slider-btn {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 40px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    z-index: 5;
    box-shadow: 0 2px 8px rgba(0,0,0,.1)
}

.slider-btn-left {
    left: -20px
}

.slider-btn-right {
    right: -20px
}

.goal-card {
    background: #fff;
    border-radius: 24px;
    padding: 20px;
    border: 1px solid #e9e9e9;
    min-width: 260px;
    transition: .2s
}

.app-card:hover,.college-card:hover,.course-card:hover,.exam-card:hover,.goal-card:hover {
    transform: translateY(-4px);
    border-color: #fc7d47
}

.goal-header,.goal-icon {
    display: flex;
    align-items: center
}

.goal-header {
    gap: 16px;
    margin-bottom: 16px
}

.goal-icon {
    width: 48px;
    height: 48px;
    background: #f0f3f8;
    border-radius: 50%;
    justify-content: center;
    font-size: 1.8rem;
    color: #1e4a76
}

.goal-list {
    list-style: none
}

.goal-list li {
    padding: 6px 0;
    font-size: .85rem
}

.app-card,.college-card,.course-card,.exam-card {
    background: #fff;
    border-radius: 24px;
    padding: 20px;
    border: 1px solid #e9e9e9;
    width: 260px;
    min-width: 260px;
    transition: .2s;
    display: flex;
    flex-direction: column
}

.app-card .card-title,
.college-card .college-name,
.course-card .course-name,
.exam-card .exam-name,
.slider-card .card-title-small {
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 8px;
    line-height: 1.4;
    max-height: 2.8em;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-word;
}

/* Card content takes remaining space */
.card-content {
    flex: 1;
}

/* Card meta info */
.card-meta,
.college-meta,
.course-meta {
    font-size: 0.75rem;
    color: #4b6f86;
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-top: auto;
}

.college-name,.course-name {
    font-size: 1.2rem;
    font-weight: 700;
    color: #1e4a76;
    margin-bottom: 8px
}

.college-meta,.course-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    font-size: .75rem;
    color: #4b6f86;
    margin-bottom: 12px
}

.tag {
    background: #f0f3f8;
    padding: 4px 10px;
    border-radius: 30px;
    font-size: .7rem;
    font-weight: 500;
    color: #1e4a76;
    display: inline-block;
    margin-right: 6px;
    margin-bottom: 6px
}

.rating {
    color: #f5b042;
    font-size: .8rem
}

.region-tabs {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-bottom: 24px;
    border-bottom: 1px solid #eef2f8;
    padding-bottom: 12px
}

.region-tab {
    padding: 8px 20px;
    border-radius: 40px;
    cursor: pointer;
    background: #fff;
    border: 1px solid #e9e9e9;
    transition: .2s
}

.region-tab.active {
    background: #fc7d47;
    color: #fff;
    border-color: #fc7d47
}

.form-row {
    display: flex;
    gap: 16px;
    margin-bottom: 16px;
    flex-wrap: wrap
}

.form-group {
    flex: 1;
    position: relative
}

.form-group input,.form-group select,.form-group-full input,.form-group-full select {
    width: 100%;
    padding: 12px 16px 12px 42px;
    border-radius: 40px;
    border: 1px solid #cfdfed;
    font-size: .9rem;
    background: #fff
}

.form-group-full {
    width: 100%;
    margin-bottom: 16px;
    position: relative
}

.form-group-full i {
    left: 16px;
    color: #9aa9b9
}

.toggle-switch-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #f8fafc;
    padding: 12px 18px;
    border-radius: 60px;
    margin: 16px 0
}

.toggle-switch {
    position: relative;
    display: inline-block;
    width: 52px;
    height: 26px
}

.toggle-switch input {
    opacity: 0;
    width: 0;
    height: 0
}

.slider-round {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    border-radius: 34px;
    transition: .3s
}

.slider-round:before {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    left: 3px;
    bottom: 3px;
    background-color: #fff;
    border-radius: 50%;
    transition: .3s
}

.slider-btn {
    display: flex;
    align-items: center;
    justify-content: center
}

.slider-btn i {
    line-height: 1;
    font-size: 1rem
}

.article-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 24px;
    margin-bottom: 40px
}

.article-card {
    background: #fff;
    border-radius: 24px;
    overflow: hidden;
    border: 1px solid #e9e9e9;
    transition: .2s
}

.article-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 28px rgba(0,0,0,.1)
}

.article-img {
    width: 100%;
    height: 180px;
    object-fit: cover
}

.article-content {
    padding: 20px
}

.article-category {
    font-size: .7rem;
    color: #fc7d47;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 8px
}

.article-title {
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 8px
}

.modal-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.85);
    z-index: 1000;
    justify-content: center;
    align-items: center;
    backdrop-filter: blur(4px)
}

.modal-container {
    background: #fff;
    border-radius: 32px;
    max-width: 90%;
    width: 550px;
    max-height: 90vh;
    overflow-y: auto
}

.modal-header {
    background: linear-gradient(135deg,#1e4a76,#2c7da0);
    color: #fff;
    padding: 32px 24px;
    text-align: center;
    position: relative
}

.modal-close {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 1.5rem;
    cursor: pointer;
    background: rgba(0,0,0,.2);
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center
}

.modal-body {
    padding: 32px
}

.footer-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(180px,1fr));
    gap: 40px;
    margin-bottom: 32px
}

@media (max-width:1024px) {
    .slider-btn-left {
        left: -10px
    }

    .slider-btn-right {
        right: -10px
    }

    .article-grid {
        grid-template-columns: repeat(2,1fr)
    }
}

@media (max-width:950px) {
    .container {
        padding: 0 16px
    }

    .hamburger,.nav-menu.active {
        display: block
    }

    .nav-menu {
        display: none;
        position: absolute;
        background: #fff;
        top: 70px;
        left: 0;
        right: 0;
        padding: 20px;
        border-radius: 0 0 28px 28px;
        box-shadow: 0 12px 24px rgba(0,0,0,.1);
        z-index: 99
    }

    .hero,.nav-menu ul {
        flex-direction: column
    }

    .nav-menu ul {
        align-items: center;
        gap: 16px
    }

    .hero {
        text-align: center;
        padding: 32px 24px
    }

    .hero-buttons,.hero-stats {
        justify-content: center
    }

    .slider-btn {
        display: none
    }

    .article-grid {
        grid-template-columns: 1fr
    }

    .lead-section {
        flex-direction: column
    }
}

.page-header {
    margin: 24px 0 32px
}

.page-header h1 {
    font-size: 2.2rem;
    margin-bottom: 8px
}

.subheading {
    color: #4b6f86;
    font-size: 1rem;
    margin-top: 8px
}

.about-content {
    background: #fff;
    border-radius: 28px;
    padding: 40px;
    border: 1px solid #e9e9e9;
    box-shadow: 0 8px 20px rgba(0,0,0,.05);
    margin-bottom: 48px
}

.mission-vision {
    display: flex;
    gap: 32px;
    margin: 32px 0;
    flex-wrap: wrap
}

.mission-card,.vision-card {
    flex: 1;
    background: #f9f9ff;
    border-radius: 24px;
    padding: 28px;
    text-align: center
}

.mission-card i,.vision-card i {
    font-size: 2.5rem;
    color: #fc7d47;
    margin-bottom: 16px
}

.mission-card h3,.vision-card h3 {
    font-size: 1.4rem;
    margin-bottom: 12px
}

.stats-section {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    gap: 32px;
    background: linear-gradient(135deg,#eef2ff,#fff);
    border-radius: 28px;
    padding: 48px 24px;
    margin: 40px 0;
    text-align: center
}

.stats-section .stat-number {
    font-size: 2.2rem;
    font-weight: 800;
    color: #fc7d47
}

.team-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(250px,1fr));
    gap: 32px;
    margin: 32px 0
}

.team-member {
    text-align: center
}

.team-img {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 16px;
    border: 3px solid #fc7d47
}

.team-member h3 {
    font-size: 1.2rem;
    margin-bottom: 4px
}

.team-member p:first-of-type {
    color: #fc7d47;
    font-weight: 600
}

.contact-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    margin-bottom: 60px
}

.contact-form,.contact-info {
    background: #fff;
    border-radius: 28px;
    padding: 32px;
    border: 1px solid #e9e9e9;
    box-shadow: 0 8px 20px rgba(0,0,0,.05)
}

.contact-form h2,.contact-info h2 {
    font-size: 1.5rem;
    margin-bottom: 24px;
    color: #1e4a76
}

.info-icon,.info-item {
    display: flex;
    align-items: center
}

.info-item {
    gap: 16px;
    margin-bottom: 24px
}

.info-icon {
    width: 48px;
    height: 48px;
    background: #f0f3f8;
    border-radius: 50%;
    justify-content: center;
    font-size: 1.2rem;
    color: #fc7d47
}

.info-text h3 {
    font-size: 1rem;
    margin-bottom: 4px
}

.info-text p {
    color: #4b6f86
}

.map-container {
    margin-top: 32px;
    border-radius: 24px;
    overflow: hidden
}

.map-container iframe {
    width: 100%;
    height: 200px;
    border: 0;
    border-radius: 20px
}

.contact-form-text {
    margin-bottom: 20px
}

.contact-form .form-group {
    margin-bottom: 20px;
    position: relative
}

.contact-form .form-group i,.lead-form .form-group i,.lead-form .form-group-full i {
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    color: #9aa9b9
}

.contact-form .form-group textarea+i {
    top: 20px;
    transform: none
}

.contact-form input,.contact-form select,.lead-form input,.lead-form select {
    width: 100%;
    padding: 12px 16px 12px 42px;
    border-radius: 40px;
    border: 1px solid #cfdfed;
    font-size: .9rem;
    background: #fff
}

.contact-form textarea,.lead-form .form-group-full input {
    width: 100%;
    padding: 12px 16px 12px 42px;
    border: 1px solid #cfdfed
}

.contact-form textarea {
    font-size: .9rem;
    background: #fff;
    border-radius: 20px;
    resize: vertical
}

.error-search .search-box button,.submit-btn {
    border: 0;
    color: #fff;
    border-radius: 40px;
    cursor: pointer
}

.submit-btn {
    width: 100%;
    background: #fc7d47;
    padding: 14px;
    font-weight: 700;
    transition: .2s
}

.submit-btn:hover {
    background: #e56a34;
    transform: translateY(-2px)
}

.lead-section {
    background: linear-gradient(310deg,rgba(125,129,251,.08),rgba(244,197,204,.08));
    border-radius: 28px;
    padding: 32px;
    margin: 48px 0;
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    align-items: center
}

.lead-text {
    flex: 1
}

.lead-text h3 {
    font-size: 1.8rem;
    font-weight: 700;
    color: #1e4a76;
    margin-bottom: 12px
}

.lead-text .hero-stats {
    display: flex;
    gap: 20px;
    margin-top: 20px
}

.lead-text .stat-number {
    font-size: 1.2rem
}

.lead-form .form-group {
    flex: 1;
    position: relative
}

.lead-form .form-group-full {
    width: 100%;
    margin-bottom: 16px;
    position: relative
}

.lead-form .form-group-full input {
    border-radius: 40px
}

.error-section,.legal-content {
    background: #fff;
    box-shadow: 0 8px 20px rgba(0,0,0,.05);
    border: 1px solid #eef2f8
}

.legal-content {
    border-radius: 28px;
    padding: 40px;
    margin-bottom: 48px
}

.article-content-wrapper h2,.legal-content h2 {
    font-size: 1.6rem;
    margin: 32px 0 16px;
    color: #1e4a76
}

.error-section {
    text-align: center;
    padding: 80px 24px;
    border-radius: 32px;
    margin: 40px 0
}

.error-code {
    font-size: 8rem;
    font-weight: 800;
    background: linear-gradient(135deg,#1e4a76,#fc7d47);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    margin-bottom: 16px
}

.error-title {
    font-size: 2rem;
    font-weight: 700;
    color: #1e4a76;
    margin-bottom: 16px
}

.error-message {
    color: #4b6f86;
    font-size: 1.1rem
}

.error-message,.error-search {
    max-width: 500px;
    margin: 0 auto 32px
}

.error-search .search-box {
    display: flex;
    align-items: center;
    background: #f0f3f8;
    border-radius: 60px;
    padding: 6px 6px 6px 20px;
    border: 1px solid #e2e8f0
}

.error-search .search-box input {
    background: 0 0;
    border: 0;
    padding: 10px 0;
    width: 100%;
    outline: 0
}

.error-search .search-box button {
    background: #1e4a76;
    padding: 8px 20px;
    font-weight: 600
}

.home-btn {
    display: inline-block;
    background: #fc7d47;
    color: #fff;
    padding: 14px 32px;
    border-radius: 40px;
    text-decoration: none;
    font-weight: 700;
    margin-top: 16px;
    transition: .2s
}

.home-btn:hover {
    background: #e56a34;
    transform: translateY(-2px)
}

.quick-links {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    margin-top: 32px
}

.quick-link {
    background: #f0f3f8;
    padding: 12px 24px;
    border-radius: 40px;
    text-decoration: none;
    color: #1e4a76;
    font-weight: 600;
    transition: .2s
}

.quick-link:hover {
    background: #fc7d47;
    color: #fff
}

@media (max-width:950px) {
    .contact-grid {
        grid-template-columns: 1fr
    }

    .lead-section,.mission-vision {
        flex-direction: column
    }

    .error-code {
        font-size: 5rem
    }

    .error-title {
        font-size: 1.5rem
    }
}

.author-profile {
    margin: 0 auto;
    padding: 40px 20px
}

.author-header {
    text-align: center;
    margin-bottom: 40px
}

.author-avatar {
    margin-bottom: 20px;
    border: 4px solid #fc7d47
}

.author-bio {
    font-size: 1.1rem;
    color: #4b6f86;
    max-width: 600px;
    margin: 0 auto
}

.author-social-links {
    margin-top: 20px
}

.author-social-links a {
    display: inline-block;
    margin: 0 10px;
    transition: color .3s;
    color: #fc7d47;
    font-size: 1.1rem
}

.pages-grid {
    grid-template-columns: repeat(auto-fill,minmax(280px,1fr))
}

.page-card {
    box-shadow: 0 2px 10px rgba(0,0,0,.05)
}

.page-card h3 {
    font-size: 1rem;
    margin: 0 0 10px
}

.page-card h3 a {
    text-decoration: none;
    color: #1e4a76
}

.author-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 30px 0 20px;
    border-bottom: 1px solid #eef2f8;
    padding-bottom: 10px
}

.author-tab-btn {
    background: 0 0;
    border: 0;
    padding: 10px 20px;
    font-size: .95rem;
    font-weight: 600;
    color: #4b6f86;
    cursor: pointer;
    border-radius: 40px;
    transition: all .2s
}

.author-tab-btn:hover {
    background: #f0f3f8;
    color: #1e4a76
}

.author-tab-btn.active {
    background: #fc7d47;
    color: #fff
}

.author-tab-pane {
    display: none;
    animation: fade .25s
}

.author-tab-pane.active {
    display: block
}

.pages-grid {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 24px;
    margin-top: 24px
}

.page-card {
    background: #fff;
    border-radius: 20px;
    padding: 20px;
    border: 1px solid #e9e9e9;
    transition: transform .2s,box-shadow .2s
}

.page-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 28px rgba(0,0,0,.08)
}

.page-type {
    display: inline-block;
    background: #f0f3f8;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: .75rem;
    color: #4b6f86
}

@media (max-width:1024px) {
    .pages-grid {
        grid-template-columns: repeat(3,1fr)
    }
}

@media (max-width:768px) {
    .pages-grid {
        grid-template-columns: repeat(2,1fr)
    }
}

@media (max-width:500px) {
    .pages-grid {
        grid-template-columns: 1fr
    }
}

.article-header {
    margin-bottom: 32px
}

.article-category-tag {
    display: inline-block;
    background: #fc7d47;
    color: #fff;
    padding: 6px 14px;
    border-radius: 30px;
    font-size: .75rem;
    font-weight: 600;
    margin-bottom: 16px
}

.article-header h1 {
    font-size: 2.2rem;
    margin-bottom: 16px
}

.article-meta-large {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid #eef2f8
}

.article-author-info {
    display: flex;
    align-items: center;
    gap: 12px
}

.author-avatar-small {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    object-fit: cover
}

.author-name {
    font-weight: 600;
    color: #1e4a76;
    display: block
}

.article-date {
    font-size: .75rem;
    color: #4b6f86
}

.article-stats {
    display: flex;
    gap: 16px;
    font-size: .8rem;
    color: #4b6f86
}

.article-featured-image {
    margin: 24px 0;
    border-radius: 24px;
    overflow: hidden
}

.article-featured-image img {
    width: 100%;
    height: auto;
    display: block
}

.share-section {
    margin: 24px 0;
    padding: 16px;
    background: #f8fafd;
    border-radius: 16px
}

.share-label {
    display: block;
    margin-bottom: 12px;
    font-weight: 600;
    color: #1e4a76
}

.share-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 10px
}

.share-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    border-radius: 40px;
    font-size: .75rem;
    font-weight: 600;
    text-decoration: none;
    transition: all .2s;
    cursor: pointer;
    border: 0
}

.share-btn.facebook {
    background: #1877f2;
    color: #fff
}

.share-btn.twitter {
    background: #1da1f2;
    color: #fff
}

.share-btn.linkedin {
    background: #0077b5;
    color: #fff
}

.share-btn.pinterest {
    background: #bd081c;
    color: #fff
}

.share-btn.reddit {
    background: #ff4500;
    color: #fff
}

.share-btn.email {
    background: #6c757d;
    color: #fff
}

.share-btn.copy-link {
    background: #28a745;
    color: #fff
}

.share-btn:hover {
    transform: translateY(-2px);
    filter: brightness(.9)
}

.article-content-wrapper {
    font-size: 1.05rem;
    line-height: 1.8;
    color: #2c3e50
}

.article-content-wrapper h3 {
    font-size: 1.3rem;
    margin: 24px 0 12px;
    color: #1e4a76
}

.article-content-wrapper p {
    margin-bottom: 16px
}

.article-content-wrapper img {
    max-width: 100%;
    height: auto;
    border-radius: 16px;
    margin: 20px 0
}

.article-tags {
    margin: 32px 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px
}

.tag-pill {
    background: #eef2f8;
    padding: 6px 14px;
    border-radius: 30px;
    font-size: .75rem;
    color: #1e4a76;
    text-decoration: none;
    transition: all .2s
}

.tag-pill:hover {
    background: #fc7d47;
    color: #fff
}

.author-bio-section {
    display: flex;
    gap: 24px;
    padding: 32px;
    background: #fef9f0;
    border-radius: 28px;
    margin: 40px 0;
    flex-wrap: wrap
}

.author-avatar {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    object-fit: cover
}

.author-bio-content {
    flex: 1
}

.author-bio-content h4 {
    font-size: 1.3rem;
    margin-bottom: 8px;
    color: #1e4a76
}

.author-bio-content p {
    color: #4b6f86;
    margin-bottom: 12px
}

.author-social-links {
    display: flex;
    gap: 12px;
    margin-bottom: 12px
}

.view-all-posts {
    color: #fc7d47;
    text-decoration: none;
    font-weight: 600
}

.prev-next-articles {
    display: flex;
    justify-content: space-between;
    gap: 24px;
    margin: 40px 0;
    padding: 24px 0;
    border-top: 1px solid #eef2f8;
    border-bottom: 1px solid #eef2f8
}

.next-article,.prev-article {
    flex: 1;
    text-decoration: none;
    padding: 16px;
    border-radius: 16px;
    transition: all .2s
}

.next-article:hover,.prev-article:hover {
    background: #f8fafd
}

.next-article.empty,.prev-article.empty {
    visibility: hidden
}

.nav-label {
    display: block;
    font-size: .75rem;
    color: #fc7d47;
    margin-bottom: 8px
}

.nav-title {
    font-weight: 600;
    color: #1e4a76
}

.related-articles {
    margin: 48px 0
}

.related-articles h3 {
    font-size: 1.5rem;
    margin-bottom: 24px;
    color: #1e4a76
}

.related-articles-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 24px
}

.related-card {
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid #e9e9e9;
    transition: all .2s
}

.related-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 28px rgba(0,0,0,.08)
}

.related-card img {
    width: 100%;
    height: 150px;
    object-fit: cover
}

.related-img-placeholder {
    width: 100%;
    height: 150px;
    background: linear-gradient(135deg,#667eea 0,#764ba2 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 2rem
}

.related-content {
    padding: 16px
}

.related-category {
    font-size: .65rem;
    color: #fc7d47;
    text-transform: uppercase;
    font-weight: 600
}

.related-content h4 {
    font-size: .9rem;
    margin: 8px 0;
    line-height: 1.4
}

.read-more,.related-content h4 a {
    color: #1e4a76;
    text-decoration: none
}

.read-more {
    font-size: .75rem;
    color: #fc7d47;
    font-weight: 600
}

.popular-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 0;
    border-bottom: 1px solid #eef2f8;
    cursor: pointer;
    transition: .2s
}

.popular-item:hover {
    transform: translateX(4px);
    color: #fc7d47
}

.popular-item i {
    width: 32px;
    color: #2c7da0
}

.tab-content-area {
    flex: 3
}

.sidebar {
    flex: 1
}

@media (max-width:768px) {
    .main-grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .related-articles-grid {
        grid-template-columns: 1fr
    }

    .prev-next-articles {
        flex-direction: column
    }

    .share-buttons {
        flex-wrap: wrap
    }

    .article-header h1 {
        font-size: 1.6rem
    }
}

/* Header Logo Styles */
.logo-area {
  display: flex;
  align-items: center;
  gap: 10px;
}

.logo-img {
  height: 35px;
  width: auto;
  max-width: 120px;
  object-fit: contain;
}

.logo-link {
  display: inline-block;
  line-height: 0;
}

/* If you want to keep the icon as fallback */
.logo-icon {
  font-size: 28px;
  color: #1e4a76;
}

/* Logo text */
.logo-text .edu {
  font-size: 22px;
  font-weight: 700;
  color: #1e4a76;
}

.logo-text .nexus {
  font-size: 22px;
  font-weight: 700;
  color: #fc7d47;
}

/* ========== DETAILS SEPARATOR STYLES (Reusable across all pages) ========== */
.details-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    margin: 16px 0;
    color: #4b6f86;
    font-size: 0.85rem;
}

.details-item {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.details-item i {
    width: 16px;
    color: #fc7d47;
}

.details-separator {
    color: #cbd5e1;
    font-size: 0.75rem;
}

/* Responsive: On mobile, stack items and hide separators */
@media (max-width: 768px) {
    .details-wrapper {
        gap: 8px;
    }
    .details-separator {
        display: none;
    }
    .details-wrapper .details-item:not(:last-child)::after {
        content: "•";
        margin-left: 8px;
        color: #cbd5e1;
    }
}

.details-item-link {
    color: #1e4a76;
    text-decoration: underline !important;
    transition: color 0.2s;
}

.details-item-link:hover {
    color: #fc7d47;
    text-decoration: underline !important;
}

.details-item-text {
    color: #4b6f86;
}

.slider-card .card-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
}

.slider-card .card-logo {
    flex-shrink: 0;
}

.slider-card .card-title-small {
    margin: 0;
    flex: 1;
}

.load-more-wrapper {
    text-align: center;
    margin-top: 32px;
}

    .load-more-btn {
        background: #fc7d47;
        color: white;
        border: none;
        border-radius: 50px;
        padding: 12px 32px;
        font-weight: 700;
        cursor: pointer;
        transition: all 0.2s ease;
        font-size: 1rem;
        display: inline-flex;
        align-items: center;
        gap: 8px;
    }
    
    .load-more-btn:hover {
        background: #e56a34;
        transform: translateY(-2px);
    }
    
    .load-more-btn i {
        transition: transform 0.2s;
    }
    
    .load-more-btn:hover i {
        transform: translateY(3px);
    }
  
  .load-more-wrapper {
    text-align: center;
    margin-top: 32px;
  }
  
  .courses-container {
    flex: 1;
    min-width: 0;
    width: 100%;
  }
  
  .cards-grid {
    max-width: 100%;
  }

.load-more-section {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 20px;
    width: 100%;
    display: block;
    clear: both;
}

.load-more-btn {
    background: #fc7d47;
    color: white;
    border: none;
    border-radius: 50px;
    padding: 12px 32px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.2s ease;
    font-size: 1rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin: 0 auto;
}

/* =============================================
   MISSING: Load More Wrapper Styles
   ============================================= */
#loadMoreWrapper {
    text-align: center;
    margin-top: 32px;
}

#loadMoreWrapper .load-more-btn {
    background: #fc7d47;
    color: white;
    border: none;
    border-radius: 50px;
    padding: 12px 32px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.2s ease;
    font-size: 1rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin: 0 auto;
}

#loadMoreWrapper .load-more-btn:hover {
    background: #e56a34;
    transform: translateY(-2px);
}

#loadMoreWrapper .load-more-btn i {
    transition: transform 0.2s;
}

#loadMoreWrapper .load-more-btn:hover i {
    transform: translateY(3px);
}

