.college-card {
    border: 1px solid #ddd;
    border-radius: 12px;
    overflow: hidden;
}
.college-banner {
    background: url(/user/assets/image/sub-page/PartnerCollege/hyatt-regency-hotel-sai-sports-complex-kolkata-hotels-8h9uq0l3yt.webp) no-repeat center center;
    background-size: cover;
    height: 200px;
    position: relative;
}
.anthor-college-logo{
    position: absolute;
    bottom: -40px;
    left: 20px;
    background: #fff;
    border-radius: 50%;
    padding: 8px;
    border: 1px solid #ddd;
    width: 80px;
    height: 80px;
}
.college-body {
    padding: 60px 20px 20px 20px;
}
/*--------------------- frist------------------------ */
.story-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-right: 15px;
    text-align: center;
    font-size: 14px;
    color: #555;
}
.story-item img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    border: 2px solid #c0c0c0;
    padding: 2px;
    object-fit: cover;
    margin-bottom: 6px;
}
.scroll-stories {
    display: flex;
    overflow-x: auto;
    padding: 10px 0;
}
.scroll-stories::-webkit-scrollbar {
    display: none;
}
/*-------------------- 2nd -----------------*/
    .toc-list a {
    display: block;
    padding: 6px 0;
    text-decoration: none;
    color: #0d6efd;
}
.news-card img {
    width: 100px;
    height: 70px;
    object-fit: cover;
    border-radius: 6px;
}
.news-item {
    display: flex;
    gap: 12px;
    margin-bottom: 15px;
}
/*------------------------- 3rd ----------------*/
    .faq-section, .videos-section, .sidebar {
    background-color: white;
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}
.video-thumbnail {
    width: 100%;
    height: auto;
    border-radius: 8px;
}
/*-------------------------- 4rd -----------------*/
    .program-card {
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 20px;
    background-color: #fff;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05);
}
.program-header {
    font-size: 1.25rem;
    font-weight: 600;
}
.btn-brochure {
    background-color: #00b386;
    color: white;
}
.btn-brochure:hover {
    background-color: #009970;
}
.meta {
    font-size: 0.9rem;
    color: #555;
}
.star {
    color: #fbc02d;
}