/* _content/CollegeCMS/Pages/About.razor.rz.scp.css */
/* About Page Styles */

.content-section[b-1epfc635cz] {
    margin-bottom: 40px;
}

.content-section .card[b-1epfc635cz] {
    border: none;
    border-radius: 12px;
    margin-bottom: 30px;
}

.content-section .card-body[b-1epfc635cz] {
    padding: 40px;
}

.about-content[b-1epfc635cz] {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #333;
    text-align: justify;
}

.about-content p[b-1epfc635cz] {
    margin-bottom: 20px;
}

.about-content h2[b-1epfc635cz], 
.about-content h3[b-1epfc635cz] {
    color: #1b6ec2;
    margin-top: 30px;
    margin-bottom: 15px;
    font-weight: 600;
}

.about-content h2[b-1epfc635cz] {
    font-size: 2rem;
}

.about-content h3[b-1epfc635cz] {
    font-size: 1.5rem;
}

.about-content ul[b-1epfc635cz], 
.about-content ol[b-1epfc635cz] {
    margin-bottom: 20px;
    padding-left: 30px;
}

.about-content li[b-1epfc635cz] {
    margin-bottom: 10px;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .content-section .card-body[b-1epfc635cz] {
        padding: 25px;
    }
    
    .about-content[b-1epfc635cz] {
        font-size: 1rem;
        line-height: 1.6;
    }
    
    .about-content h2[b-1epfc635cz] {
        font-size: 1.5rem;
    }
    
    .about-content h3[b-1epfc635cz] {
        font-size: 1.2rem;
    }
}

@media (max-width: 576px) {
    .content-section .card-body[b-1epfc635cz] {
        padding: 20px;
    }
    
    .about-content[b-1epfc635cz] {
        font-size: 0.95rem;
        text-align: left;
    }
}
/* _content/CollegeCMS/Pages/AcademicCalendar.razor.rz.scp.css */
/* Academic Calendar Styles */
.calendar-section[b-pfpxas1g5n] {
    margin-top: 30px;
}

.calendar-section .card[b-pfpxas1g5n] {
    border: none;
    border-radius: 10px;
}

.calendar-section .card-body[b-pfpxas1g5n] {
    padding: 20px;
}

/* Calendar container */
#calendar[b-pfpxas1g5n] {
    max-width: 100%;
    margin: 0 auto;
}

/* Event details modal customization */
.event-details[b-pfpxas1g5n] {
    padding: 10px 0;
}

.event-details > div[b-pfpxas1g5n] {
    padding: 10px;
    border-left: 3px solid #1b6ec2;
    margin-bottom: 10px;
    background-color: #f8f9fa;
}

.event-details i[b-pfpxas1g5n] {
    margin-right: 10px;
}

/* Modal backdrop */
.modal.show[b-pfpxas1g5n] {
    display: block;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .calendar-section .card-body[b-pfpxas1g5n] {
        padding: 10px;
    }
    
    #calendar[b-pfpxas1g5n] {
        font-size: 0.85rem;
    }
    
    /* Adjust FullCalendar buttons for mobile */
    [b-pfpxas1g5n] .fc-toolbar {
        flex-direction: column;
        gap: 10px;
    }
    
    [b-pfpxas1g5n] .fc-toolbar-chunk {
        display: flex;
        justify-content: center;
    }
}

@media (max-width: 576px) {
    .calendar-section[b-pfpxas1g5n] {
        margin-top: 20px;
    }
    
    #calendar[b-pfpxas1g5n] {
        font-size: 0.75rem;
    }
    
    .event-details[b-pfpxas1g5n] {
        font-size: 0.9rem;
    }
}

/* Custom calendar styling */
[b-pfpxas1g5n] .fc {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

[b-pfpxas1g5n] .fc-button {
    background-color: #1b6ec2 !important;
    border-color: #1861ac !important;
}

[b-pfpxas1g5n] .fc-button:hover {
    background-color: #155a9c !important;
}

[b-pfpxas1g5n] .fc-button-active {
    background-color: #0d3d6f !important;
}

[b-pfpxas1g5n] .fc-daygrid-event {
    border-radius: 3px;
    padding: 2px 4px;
}

[b-pfpxas1g5n] .fc-event {
    cursor: pointer;
}

[b-pfpxas1g5n] .fc-event:hover {
    opacity: 0.8;
}
/* _content/CollegeCMS/Pages/Admin.razor.rz.scp.css */
/* Statistics Cards */
.stat-card[b-rbhyzngtlt] {
    transition: all 0.3s ease;
    cursor: default;
}

.stat-card:hover[b-rbhyzngtlt] {
    transform: translateY(-5px);
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.stat-icon[b-rbhyzngtlt] {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 60px;
}

/* Activity Feed */
.activity-feed[b-rbhyzngtlt] {
    max-height: 400px;
    overflow-y: auto;
}

.activity-item:last-child[b-rbhyzngtlt] {
    border-bottom: none !important;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

.activity-icon[b-rbhyzngtlt] {
    flex-shrink: 0;
}

/* Quick Action Buttons */
.btn-outline-primary:hover[b-rbhyzngtlt],
.btn-outline-success:hover[b-rbhyzngtlt],
.btn-outline-danger:hover[b-rbhyzngtlt],
.btn-outline-warning:hover[b-rbhyzngtlt],
.btn-outline-info:hover[b-rbhyzngtlt],
.btn-outline-secondary:hover[b-rbhyzngtlt] {
    transform: translateY(-2px);
    box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.1);
}

/* Responsive adjustments */
@media (max-width: 576px) {
    .stat-card .card-body[b-rbhyzngtlt] {
        padding: 1rem;
    }

    .stat-icon[b-rbhyzngtlt] {
        min-width: 50px;
        padding: 0.5rem !important;
    }

    .stat-icon i[b-rbhyzngtlt] {
        font-size: 1.5rem !important;
    }

    .stat-card h3[b-rbhyzngtlt] {
        font-size: 1.5rem;
    }

    .stat-card h6[b-rbhyzngtlt] {
        font-size: 0.75rem;
    }
}

/* Loading spinner */
.spinner-border[b-rbhyzngtlt] {
    width: 3rem;
    height: 3rem;
}
/* _content/CollegeCMS/Pages/AutonomousBodies.razor.rz.scp.css */
/* Autonomous Bodies Page Styles */

.content-section[b-bi2lgg39dn] {
    margin-bottom: 40px;
}

/* Section Header */
.section-header[b-bi2lgg39dn] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
    padding-bottom: 15px;
    border-bottom: 2px solid #1b6ec2;
}

.section-header h2[b-bi2lgg39dn] {
    font-size: 2rem;
    font-weight: 700;
    color: #333;
    margin: 0;
}

.section-header .text-muted[b-bi2lgg39dn] {
    font-size: 0.95rem;
    margin: 0;
}

/* Body Section */
.body-section[b-bi2lgg39dn] {
    margin-bottom: 50px;
    background: #fff;
    border-radius: 12px;
    padding: 30px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    border: 1px solid #e9ecef;
}

.body-header[b-bi2lgg39dn] {
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 2px solid #f0f0f0;
}

.body-name[b-bi2lgg39dn] {
    font-size: 1.75rem;
    font-weight: 700;
    color: #1b6ec2;
    margin-bottom: 12px;
}

.body-details[b-bi2lgg39dn] {
    font-size: 1rem;
    color: #666;
    line-height: 1.6;
    margin: 0;
}

/* Members Grid Layout */
.members-grid[b-bi2lgg39dn] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 25px;
}

/* Member Card Styles */
.member-card[b-bi2lgg39dn] {
    background: #f8f9fa;
    border-radius: 10px;
    padding: 20px;
    transition: all 0.3s ease;
    border: 1px solid #e9ecef;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.member-card:hover[b-bi2lgg39dn] {
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
    transform: translateY(-4px);
    border-color: #1b6ec2;
}

/* Member Photo */
.member-photo[b-bi2lgg39dn] {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 16px;
    border: 4px solid #1b6ec2;
    box-shadow: 0 4px 12px rgba(27, 110, 194, 0.2);
}

.member-photo img[b-bi2lgg39dn] {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Member Info */
.member-info[b-bi2lgg39dn] {
    width: 100%;
}

.member-name[b-bi2lgg39dn] {
    font-size: 1.25rem;
    font-weight: 700;
    color: #333;
    margin-bottom: 6px;
}

.member-position[b-bi2lgg39dn] {
    font-size: 1rem;
    font-weight: 600;
    color: #1b6ec2;
    margin-bottom: 16px;
}

/* Member Details */
.member-details[b-bi2lgg39dn] {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 16px;
    text-align: left;
}

.detail-item[b-bi2lgg39dn] {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 0.9rem;
    color: #666;
}

.detail-item i[b-bi2lgg39dn] {
    color: #1b6ec2;
    font-size: 1rem;
    min-width: 20px;
}

.member-bio[b-bi2lgg39dn] {
    font-size: 0.9rem;
    color: #666;
    line-height: 1.6;
    margin: 0;
    text-align: left;
}

/* Alert Styles */
.alert[b-bi2lgg39dn] {
    margin-top: 20px;
}

/* Responsive Design */

/* Tablet */
@media (max-width: 992px) {
    .members-grid[b-bi2lgg39dn] {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
    
    .body-section[b-bi2lgg39dn] {
        padding: 25px;
    }
    
    .section-header h2[b-bi2lgg39dn] {
        font-size: 1.75rem;
    }
    
    .body-name[b-bi2lgg39dn] {
        font-size: 1.5rem;
    }
}

/* Mobile */
@media (max-width: 768px) {
    .members-grid[b-bi2lgg39dn] {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .body-section[b-bi2lgg39dn] {
        padding: 20px;
    }
    
    .section-header[b-bi2lgg39dn] {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }
    
    .section-header h2[b-bi2lgg39dn] {
        font-size: 1.5rem;
    }
    
    .body-name[b-bi2lgg39dn] {
        font-size: 1.35rem;
    }
    
    .member-photo[b-bi2lgg39dn] {
        width: 100px;
        height: 100px;
        border-width: 3px;
    }
    
    .member-name[b-bi2lgg39dn] {
        font-size: 1.15rem;
    }
    
    .member-position[b-bi2lgg39dn] {
        font-size: 0.95rem;
    }
}

/* Small Mobile */
@media (max-width: 576px) {
    .body-section[b-bi2lgg39dn] {
        padding: 16px;
        margin-bottom: 30px;
    }
    
    .body-header[b-bi2lgg39dn] {
        margin-bottom: 20px;
        padding-bottom: 15px;
    }
    
    .body-name[b-bi2lgg39dn] {
        font-size: 1.25rem;
    }
    
    .member-card[b-bi2lgg39dn] {
        padding: 16px;
    }
    
    .member-photo[b-bi2lgg39dn] {
        width: 90px;
        height: 90px;
    }
}
/* _content/CollegeCMS/Pages/CommitteeConvenors.razor.rz.scp.css */
/* Committee Convenors Page Styles */

.content-section[b-ouoy4kdxw5] {
    margin-bottom: 40px;
}

/* Section Header */
.section-header[b-ouoy4kdxw5] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
    padding-bottom: 15px;
    border-bottom: 2px solid #1b6ec2;
}

.section-header h2[b-ouoy4kdxw5] {
    font-size: 2rem;
    font-weight: 700;
    color: #333;
    margin: 0;
}

.section-header .text-muted[b-ouoy4kdxw5] {
    font-size: 0.95rem;
    margin: 0;
}

/* Committee Section */
.committee-section[b-ouoy4kdxw5] {
    margin-bottom: 50px;
    background: #fff;
    border-radius: 12px;
    padding: 30px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    border: 1px solid #e9ecef;
}

.committee-header[b-ouoy4kdxw5] {
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 2px solid #f0f0f0;
}

.committee-name[b-ouoy4kdxw5] {
    font-size: 1.75rem;
    font-weight: 700;
    color: #1b6ec2;
    margin-bottom: 12px;
}

.committee-details[b-ouoy4kdxw5] {
    font-size: 1rem;
    color: #666;
    line-height: 1.6;
    margin: 0;
}

/* Members Grid Layout */
.members-grid[b-ouoy4kdxw5] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 25px;
}

/* Member Card Styles */
.member-card[b-ouoy4kdxw5] {
    background: #f8f9fa;
    border-radius: 10px;
    padding: 20px;
    transition: all 0.3s ease;
    border: 1px solid #e9ecef;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.member-card:hover[b-ouoy4kdxw5] {
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
    transform: translateY(-4px);
    border-color: #1b6ec2;
}

/* Member Photo */
.member-photo[b-ouoy4kdxw5] {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 16px;
    border: 4px solid #1b6ec2;
    box-shadow: 0 4px 12px rgba(27, 110, 194, 0.2);
}

.member-photo img[b-ouoy4kdxw5] {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Member Info */
.member-info[b-ouoy4kdxw5] {
    width: 100%;
}

.member-name[b-ouoy4kdxw5] {
    font-size: 1.25rem;
    font-weight: 700;
    color: #333;
    margin-bottom: 6px;
}

.member-position[b-ouoy4kdxw5] {
    font-size: 1rem;
    font-weight: 600;
    color: #1b6ec2;
    margin-bottom: 16px;
}

/* Member Details */
.member-details[b-ouoy4kdxw5] {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 16px;
    text-align: left;
}

.detail-item[b-ouoy4kdxw5] {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 0.9rem;
    color: #666;
}

.detail-item i[b-ouoy4kdxw5] {
    color: #1b6ec2;
    font-size: 1rem;
    min-width: 20px;
}

.member-bio[b-ouoy4kdxw5] {
    font-size: 0.9rem;
    color: #666;
    line-height: 1.6;
    margin: 0;
    text-align: left;
}

/* Alert Styles */
.alert[b-ouoy4kdxw5] {
    margin-top: 20px;
}

/* Responsive Design */

/* Tablet */
@media (max-width: 992px) {
    .members-grid[b-ouoy4kdxw5] {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
    
    .committee-section[b-ouoy4kdxw5] {
        padding: 25px;
    }
    
    .section-header h2[b-ouoy4kdxw5] {
        font-size: 1.75rem;
    }
    
    .committee-name[b-ouoy4kdxw5] {
        font-size: 1.5rem;
    }
}

/* Mobile */
@media (max-width: 768px) {
    .members-grid[b-ouoy4kdxw5] {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .committee-section[b-ouoy4kdxw5] {
        padding: 20px;
    }
    
    .section-header[b-ouoy4kdxw5] {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }
    
    .section-header h2[b-ouoy4kdxw5] {
        font-size: 1.5rem;
    }
    
    .committee-name[b-ouoy4kdxw5] {
        font-size: 1.35rem;
    }
    
    .member-photo[b-ouoy4kdxw5] {
        width: 100px;
        height: 100px;
        border-width: 3px;
    }
    
    .member-name[b-ouoy4kdxw5] {
        font-size: 1.15rem;
    }
    
    .member-position[b-ouoy4kdxw5] {
        font-size: 0.95rem;
    }
}

/* Small Mobile */
@media (max-width: 576px) {
    .committee-section[b-ouoy4kdxw5] {
        padding: 16px;
        margin-bottom: 30px;
    }
    
    .committee-header[b-ouoy4kdxw5] {
        margin-bottom: 20px;
        padding-bottom: 15px;
    }
    
    .committee-name[b-ouoy4kdxw5] {
        font-size: 1.25rem;
    }
    
    .member-card[b-ouoy4kdxw5] {
        padding: 16px;
    }
    
    .member-photo[b-ouoy4kdxw5] {
        width: 90px;
        height: 90px;
    }
}
/* _content/CollegeCMS/Pages/Components/BackButton.razor.rz.scp.css */
/* Back Button Styles */
.btn-back[b-2xj9rzoyh0] {
    background-color: #6c757d;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 1rem;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s ease;
    cursor: pointer;
    margin-bottom: 20px;
}

.btn-back:hover[b-2xj9rzoyh0] {
    background-color: #5a6268;
    transform: translateX(-5px);
}

.btn-back i[b-2xj9rzoyh0] {
    font-size: 1.1rem;
}

/* Responsive adjustments */
@media (max-width: 576px) {
    .btn-back[b-2xj9rzoyh0] {
        padding: 8px 15px;
        font-size: 0.9rem;
    }
}
/* _content/CollegeCMS/Pages/Components/Breadcrumb.razor.rz.scp.css */
/* Breadcrumb Styles */
.breadcrumb[b-rjyznfi1ev] {
    background-color: #f8f9fa;
    padding: 12px 20px;
    border-radius: 8px;
    margin-bottom: 30px;
    font-size: 0.95rem;
}

.breadcrumb-item + .breadcrumb-item[b-rjyznfi1ev]::before {
    content: "›";
    color: #6c757d;
    font-weight: 600;
    font-size: 1.2rem;
}

.breadcrumb-item a[b-rjyznfi1ev] {
    color: #1b6ec2;
    text-decoration: none;
    transition: color 0.3s ease;
}

.breadcrumb-item a:hover[b-rjyznfi1ev] {
    color: #006bb7;
    text-decoration: underline;
}

.breadcrumb-item.active[b-rjyznfi1ev] {
    color: #495057;
    font-weight: 600;
}

.breadcrumb-item i[b-rjyznfi1ev] {
    font-size: 1rem;
    margin-right: 3px;
}

/* Responsive adjustments */
@media (max-width: 576px) {
    .breadcrumb[b-rjyznfi1ev] {
        padding: 8px 15px;
        font-size: 0.85rem;
    }
    
    .breadcrumb-item i[b-rjyznfi1ev] {
        font-size: 0.9rem;
    }
}
/* _content/CollegeCMS/Pages/Components/ContentCard.razor.rz.scp.css */
.content-card[b-0e1h19qmvc] {
    background: linear-gradient(145deg, #ffffff 0%, #f8f9fa 100%);
    border-radius: 12px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.07), 0 1px 3px rgba(0, 0, 0, 0.06);
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    height: 100%;
    display: flex;
    flex-direction: column;
    cursor: pointer;
    border: 1px solid rgba(27, 110, 194, 0.08);
    position: relative;
}

.content-card[b-0e1h19qmvc]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #1b6ec2 0%, #4a9eff 50%, #1b6ec2 100%);
    background-size: 200% 100%;
    animation: shimmer-b-0e1h19qmvc 3s ease-in-out infinite;
    opacity: 0;
    transition: opacity 0.3s ease;
}

@keyframes shimmer-b-0e1h19qmvc {
    0%, 100% {
        background-position: 0% 0%;
    }
    50% {
        background-position: 100% 0%;
    }
}

.content-card:hover[b-0e1h19qmvc] {
    box-shadow: 0 12px 24px rgba(27, 110, 194, 0.15), 0 6px 12px rgba(0, 0, 0, 0.08);
    transform: translateY(-8px) scale(1.02);
    border-color: rgba(27, 110, 194, 0.2);
}

.content-card:hover[b-0e1h19qmvc]::before {
    opacity: 1;
}

.content-card-image[b-0e1h19qmvc] {
    position: relative;
    width: 100%;
    height: 200px;
    overflow: hidden;
    background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
}

.content-card-image[b-0e1h19qmvc]::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.2) 100%);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.content-card:hover .content-card-image[b-0e1h19qmvc]::after {
    opacity: 1;
}

.content-card-image img[b-0e1h19qmvc] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.content-card:hover .content-card-image img[b-0e1h19qmvc] {
    transform: scale(1.1) rotate(1deg);
}

.content-card-icon[b-0e1h19qmvc] {
    position: absolute;
    bottom: 15px;
    right: 15px;
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
    border-radius: 50%;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    color: #1b6ec2;
    box-shadow: 0 4px 12px rgba(27, 110, 194, 0.3);
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    z-index: 2;
}

.content-card:hover .content-card-icon[b-0e1h19qmvc] {
    transform: scale(1.15) rotate(10deg);
    box-shadow: 0 6px 16px rgba(27, 110, 194, 0.4);
}

.content-card-icon-only[b-0e1h19qmvc] {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    padding: 40px;
    text-align: center;
    font-size: 56px;
    color: #1b6ec2;
    position: relative;
    overflow: hidden;
}

.content-card-icon-only[b-0e1h19qmvc]::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(27, 110, 194, 0.1) 0%, transparent 70%);
    animation: pulse-b-0e1h19qmvc 3s ease-in-out infinite;
}

@keyframes pulse-b-0e1h19qmvc {
    0%, 100% {
        transform: scale(0.8);
        opacity: 0.5;
    }
    50% {
        transform: scale(1.2);
        opacity: 0.8;
    }
}

.content-card-body[b-0e1h19qmvc] {
    padding: 24px;
    flex: 1;
    display: flex;
    flex-direction: column;
    background: linear-gradient(180deg, rgba(255,255,255,0.95) 0%, rgba(248,249,250,0.95) 100%);
}

.content-card-title[b-0e1h19qmvc] {
    font-size: 1.35rem;
    font-weight: 700;
    margin-bottom: 12px;
    color: #1a1a1a;
    line-height: 1.4;
    transition: color 0.3s ease;
    background: linear-gradient(135deg, #1a1a1a 0%, #333333 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.content-card:hover .content-card-title[b-0e1h19qmvc] {
    color: #1b6ec2;
    background: linear-gradient(135deg, #1b6ec2 0%, #4a9eff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.content-card-subtitle[b-0e1h19qmvc] {
    font-size: 0.85rem;
    color: #1b6ec2;
    margin-bottom: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.content-card-description[b-0e1h19qmvc] {
    color: #555;
    font-size: 0.98rem;
    line-height: 1.7;
    margin-bottom: 16px;
    flex: 1;
}

.content-card-description.truncate[b-0e1h19qmvc] {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.content-card-custom[b-0e1h19qmvc] {
    margin-bottom: 16px;
}

.content-card-footer[b-0e1h19qmvc] {
    margin-top: auto;
    padding-top: 16px;
    border-top: 2px solid rgba(27, 110, 194, 0.1);
    transition: border-color 0.3s ease;
}

.content-card:hover .content-card-footer[b-0e1h19qmvc] {
    border-top-color: rgba(27, 110, 194, 0.3);
}

.content-card-link[b-0e1h19qmvc] {
    color: #1b6ec2;
    text-decoration: none;
    font-weight: 600;
    font-size: 1rem;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
}

.content-card-link[b-0e1h19qmvc]::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 2px;
    background: linear-gradient(90deg, #1b6ec2 0%, #4a9eff 100%);
    transition: width 0.3s ease;
}

.content-card-link:hover[b-0e1h19qmvc] {
    color: #006bb7;
    gap: 12px;
}

.content-card-link:hover[b-0e1h19qmvc]::after {
    width: 100%;
}

.content-card-link i[b-0e1h19qmvc] {
    font-size: 1rem;
    transition: transform 0.3s ease;
}

.content-card-link:hover i[b-0e1h19qmvc] {
    transform: translateX(3px);
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .content-card-image[b-0e1h19qmvc] {
        height: 180px;
    }
    
    .content-card-body[b-0e1h19qmvc] {
        padding: 18px;
    }
    
    .content-card-title[b-0e1h19qmvc] {
        font-size: 1.15rem;
    }
    
    .content-card-icon[b-0e1h19qmvc] {
        width: 42px;
        height: 42px;
        font-size: 20px;
        bottom: 12px;
        right: 12px;
    }
    
    .content-card-icon-only[b-0e1h19qmvc] {
        padding: 30px;
        font-size: 48px;
    }
}
/* _content/CollegeCMS/Pages/Components/GlobalSearch.razor.rz.scp.css */
.global-search[b-q32xlnoi1m] {
    flex: 1;
    max-width: 500px;
    margin: 0 1rem;
}

.global-search .search-form[b-q32xlnoi1m] {
    width: 100%;
}

.global-search .input-group[b-q32xlnoi1m] {
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    border-radius: 0.375rem;
}

.global-search .input-group-text[b-q32xlnoi1m] {
    background-color: white;
    border: 1px solid #dee2e6;
    border-right: none;
    color: #6c757d;
}

.global-search .form-control[b-q32xlnoi1m] {
    border: 1px solid #dee2e6;
    border-left: none;
    border-right: none;
}

.global-search .form-control:focus[b-q32xlnoi1m] {
    border-color: #86b7fe;
    box-shadow: none;
}

.global-search .clear-btn[b-q32xlnoi1m] {
    border: 1px solid #dee2e6;
    border-left: none;
    border-right: none;
    background: white;
    padding: 0.375rem 0.5rem;
    color: #6c757d;
}

.global-search .clear-btn:hover[b-q32xlnoi1m] {
    color: #495057;
}

.global-search .btn-primary[b-q32xlnoi1m] {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

/* Responsive */
@media (max-width: 991px) {
    .global-search[b-q32xlnoi1m] {
        margin: 1rem 0;
        max-width: 100%;
    }
}
/* _content/CollegeCMS/Pages/Components/HeroBanner.razor.rz.scp.css */
/* Hero Banner Styles */
.hero-banner[b-kcp0g8owqs] {
    position: relative;
    width: 100%;
    height: 350px;
    background: linear-gradient(135deg, #1b6ec2 0%, #006bb7 100%);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px;
}

.hero-overlay[b-kcp0g8owqs] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.hero-title[b-kcp0g8owqs] {
    color: white;
    font-size: 3rem;
    font-weight: 700;
    margin: 0;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.hero-subtitle[b-kcp0g8owqs] {
    color: white;
    font-size: 1.5rem;
    font-weight: 400;
    margin: 10px 0 0 0;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .hero-banner[b-kcp0g8owqs] {
        height: 200px;
    }
    
    .hero-title[b-kcp0g8owqs] {
        font-size: 2rem;
    }
    
    .hero-subtitle[b-kcp0g8owqs] {
        font-size: 1.2rem;
    }
}

@media (max-width: 576px) {
    .hero-banner[b-kcp0g8owqs] {
        height: 200px;
    }
    
    .hero-title[b-kcp0g8owqs] {
        font-size: 1.5rem;
    }
    
    .hero-subtitle[b-kcp0g8owqs] {
        font-size: 1rem;
    }
}
/* _content/CollegeCMS/Pages/Components/HeroSlider.razor.rz.scp.css */
.hero-slider[b-lc7wrteg9n] {
    width: 100%;
    height: 500px;
    position: relative;
    overflow: hidden;
    background-color: #000;
}

.hero-slider-loading[b-lc7wrteg9n] {
    width: 100%;
    height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #1a1a1a;
}

.hero-slider-placeholder[b-lc7wrteg9n] {
    width: 100%;
    height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #1b6ec2 0%, #006bb7 100%);
}

.hero-slider-container[b-lc7wrteg9n] {
    position: relative;
    width: 100%;
    height: 100%;
}

.hero-slide[b-lc7wrteg9n] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.8s ease-in-out;
    z-index: 1;
}

.hero-slide.active[b-lc7wrteg9n] {
    opacity: 1;
    z-index: 2;
}

.hero-slide-image[b-lc7wrteg9n] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.hero-overlay[b-lc7wrteg9n] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.3) 100%);
    z-index: 3;
}

.hero-content[b-lc7wrteg9n] {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    z-index: 4;
    color: white;
    padding: 0 15px;
}

.hero-title[b-lc7wrteg9n] {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 1rem;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    animation: fadeInUp-b-lc7wrteg9n 0.8s ease-out;
}

.hero-subtitle[b-lc7wrteg9n] {
    font-size: 1.75rem;
    font-weight: 400;
    margin-bottom: 1rem;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
    animation: fadeInUp-b-lc7wrteg9n 0.8s ease-out 0.2s;
    animation-fill-mode: both;
}

.hero-description[b-lc7wrteg9n] {
    font-size: 1.125rem;
    margin-bottom: 2rem;
    max-width: 600px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
    animation: fadeInUp-b-lc7wrteg9n 0.8s ease-out 0.4s;
    animation-fill-mode: both;
}

.hero-button[b-lc7wrteg9n] {
    animation: fadeInUp-b-lc7wrteg9n 0.8s ease-out 0.6s;
    animation-fill-mode: both;
    padding: 12px 32px;
    font-size: 1.125rem;
    text-decoration: none;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease;
}

.hero-button:hover[b-lc7wrteg9n] {
    transform: translateY(-2px);
    box-shadow: 0 6px 8px rgba(0, 0, 0, 0.4);
}

/* Navigation Arrows */
.hero-nav[b-lc7wrteg9n] {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 5;
    background-color: rgba(255, 255, 255, 0.2);
    border: none;
    color: white;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
}

.hero-nav:hover[b-lc7wrteg9n] {
    background-color: rgba(255, 255, 255, 0.4);
    transform: translateY(-50%) scale(1.1);
}

.hero-nav i[b-lc7wrteg9n] {
    font-size: 1.5rem;
}

.hero-nav-prev[b-lc7wrteg9n] {
    left: 20px;
}

.hero-nav-next[b-lc7wrteg9n] {
    right: 20px;
}

/* Navigation Dots */
.hero-dots[b-lc7wrteg9n] {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 5;
    display: flex;
    gap: 12px;
}

.hero-dot[b-lc7wrteg9n] {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.5);
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    padding: 0;
}

.hero-dot:hover[b-lc7wrteg9n] {
    background-color: rgba(255, 255, 255, 0.8);
    transform: scale(1.2);
}

.hero-dot.active[b-lc7wrteg9n] {
    background-color: white;
    width: 36px;
    border-radius: 6px;
}

/* Animations */
@keyframes fadeInUp-b-lc7wrteg9n {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Responsive Design */
@media (max-width: 768px) {
    .hero-slider[b-lc7wrteg9n] {
        height: 400px;
    }

    .hero-slider-loading[b-lc7wrteg9n],
    .hero-slider-placeholder[b-lc7wrteg9n] {
        height: 400px;
    }

    .hero-title[b-lc7wrteg9n] {
        font-size: 2rem;
    }

    .hero-subtitle[b-lc7wrteg9n] {
        font-size: 1.25rem;
    }

    .hero-description[b-lc7wrteg9n] {
        font-size: 1rem;
        margin-bottom: 1.5rem;
    }

    .hero-button[b-lc7wrteg9n] {
        font-size: 1rem;
        padding: 10px 24px;
    }

    .hero-nav[b-lc7wrteg9n] {
        width: 40px;
        height: 40px;
    }

    .hero-nav i[b-lc7wrteg9n] {
        font-size: 1.25rem;
    }

    .hero-nav-prev[b-lc7wrteg9n] {
        left: 10px;
    }

    .hero-nav-next[b-lc7wrteg9n] {
        right: 10px;
    }

    .hero-dots[b-lc7wrteg9n] {
        bottom: 20px;
        gap: 8px;
    }

    .hero-dot[b-lc7wrteg9n] {
        width: 10px;
        height: 10px;
    }

    .hero-dot.active[b-lc7wrteg9n] {
        width: 30px;
    }
}

@media (max-width: 576px) {
    .hero-slider[b-lc7wrteg9n] {
        height: 350px;
    }

    .hero-slider-loading[b-lc7wrteg9n],
    .hero-slider-placeholder[b-lc7wrteg9n] {
        height: 350px;
    }

    .hero-title[b-lc7wrteg9n] {
        font-size: 1.5rem;
        margin-bottom: 0.75rem;
    }

    .hero-subtitle[b-lc7wrteg9n] {
        font-size: 1.125rem;
        margin-bottom: 0.75rem;
    }

    .hero-description[b-lc7wrteg9n] {
        font-size: 0.875rem;
        margin-bottom: 1rem;
    }

    .hero-button[b-lc7wrteg9n] {
        font-size: 0.875rem;
        padding: 8px 20px;
    }

    .hero-overlay[b-lc7wrteg9n] {
        background: linear-gradient(to right, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.5) 100%);
    }
}
/* _content/CollegeCMS/Pages/Contact.razor.rz.scp.css */
/* Contact Page Styles */

.contact-info-item[b-xwrla9z3i5] {
    padding-bottom: 1rem;
    border-bottom: 1px solid #e9ecef;
}

.contact-info-item:last-child[b-xwrla9z3i5] {
    border-bottom: none;
    padding-bottom: 0;
}

.contact-info-item h5[b-xwrla9z3i5] {
    color: #212529;
    margin-bottom: 0.5rem;
}

.contact-info-item a[b-xwrla9z3i5] {
    color: #495057;
    text-decoration: none;
}

.contact-info-item a:hover[b-xwrla9z3i5] {
    color: #0d6efd;
    text-decoration: underline;
}

.map-container[b-xwrla9z3i5] {
    margin-top: 1rem;
}

/* Form styles */
.form-control:focus[b-xwrla9z3i5] {
    border-color: #0d6efd;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.btn-primary[b-xwrla9z3i5] {
    background-color: #0d6efd;
    border-color: #0d6efd;
}

.btn-primary:hover[b-xwrla9z3i5] {
    background-color: #0b5ed7;
    border-color: #0a58ca;
}

/* Responsive styles - Mobile First */
@media (max-width: 767.98px) {
    .card[b-xwrla9z3i5] {
        margin-bottom: 1rem;
    }

    .card-title[b-xwrla9z3i5] {
        font-size: 1.25rem;
    }

    .btn-lg[b-xwrla9z3i5] {
        font-size: 1rem;
    }

    .contact-info-item h5[b-xwrla9z3i5] {
        font-size: 1rem;
    }

    .contact-info-item p[b-xwrla9z3i5] {
        font-size: 0.875rem;
    }
}

/* Tablet styles */
@media (min-width: 768px) and (max-width: 991.98px) {
    .col-lg-8[b-xwrla9z3i5] {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .col-lg-4[b-xwrla9z3i5] {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

/* Desktop styles */
@media (min-width: 992px) {
    .card[b-xwrla9z3i5] {
        height: 100%;
    }
}

/* Success and Error messages */
.alert[b-xwrla9z3i5] {
    border-radius: 0.375rem;
}

.alert i[b-xwrla9z3i5] {
    font-size: 1.25rem;
    vertical-align: middle;
    margin-right: 0.5rem;
}

/* Loading spinner */
.spinner-border-sm[b-xwrla9z3i5] {
    width: 1rem;
    height: 1rem;
    border-width: 0.15em;
}

/* Form validation messages */
.validation-message[b-xwrla9z3i5] {
    color: #dc3545;
    font-size: 0.875rem;
    margin-top: 0.25rem;
}

/* Accessibility improvements */
.form-label[b-xwrla9z3i5] {
    font-weight: 500;
    margin-bottom: 0.5rem;
}

.text-danger[b-xwrla9z3i5] {
    color: #dc3545 !important;
}

/* Ensure proper spacing */
.mb-4[b-xwrla9z3i5] {
    margin-bottom: 1.5rem !important;
}

.mt-4[b-xwrla9z3i5] {
    margin-top: 1.5rem !important;
}
/* _content/CollegeCMS/Pages/CourseDetail.razor.rz.scp.css */
/* Course Detail Page Styles */

/* Tabs Container */
.tabs-container[b-atg7eecim8] {
    margin-top: 30px;
    margin-bottom: 40px;
}

/* Tab Navigation Styles */
.course-tabs[b-atg7eecim8] {
    border-bottom: 2px solid #1b6ec2;
    margin-bottom: 0;
}

.course-tabs .nav-link[b-atg7eecim8] {
    color: #666;
    border: none;
    border-bottom: 3px solid transparent;
    padding: 15px 25px;
    font-weight: 600;
    transition: all 0.3s ease;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
}

.course-tabs .nav-link i[b-atg7eecim8] {
    font-size: 1.1rem;
}

.course-tabs .nav-link:hover[b-atg7eecim8] {
    color: #1b6ec2;
    border-bottom-color: #1b6ec2;
    background: rgba(27, 110, 194, 0.05);
}

.course-tabs .nav-link.active[b-atg7eecim8] {
    color: #1b6ec2;
    border-bottom-color: #1b6ec2;
    background: rgba(27, 110, 194, 0.1);
}

.course-tabs .badge[b-atg7eecim8] {
    font-size: 0.75rem;
}

/* Tab Content */
.tab-content[b-atg7eecim8] {
    padding: 30px;
    background: #fff;
    border-radius: 0 0 8px 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.tab-pane[b-atg7eecim8] {
    animation: fadeIn-b-atg7eecim8 0.3s ease-in;
}

@keyframes fadeIn-b-atg7eecim8 {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Overview Tab Styles */
.overview-content[b-atg7eecim8] {
    padding: 20px 0;
}

.course-info-grid[b-atg7eecim8] {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-bottom: 40px;
}

.info-card[b-atg7eecim8] {
    background: linear-gradient(135deg, #1b6ec2 0%, #0d5a9e 100%);
    border-radius: 12px;
    padding: 24px;
    color: white;
    display: flex;
    align-items: center;
    gap: 20px;
    box-shadow: 0 4px 12px rgba(27, 110, 194, 0.3);
    transition: all 0.3s ease;
}

.info-card:hover[b-atg7eecim8] {
    transform: translateY(-5px);
    box-shadow: 0 6px 20px rgba(27, 110, 194, 0.4);
}

.info-card-icon[b-atg7eecim8] {
    width: 60px;
    height: 60px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    flex-shrink: 0;
}

.info-card-content h3[b-atg7eecim8] {
    font-size: 0.9rem;
    font-weight: 600;
    margin-bottom: 8px;
    opacity: 0.9;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.info-card-content p[b-atg7eecim8] {
    font-size: 1.2rem;
    font-weight: 700;
    margin: 0;
}

.course-details-section[b-atg7eecim8] {
    background: #f8f9fa;
    border-radius: 12px;
    padding: 30px;
    margin-top: 30px;
}

.course-details-section h2[b-atg7eecim8] {
    font-size: 1.75rem;
    font-weight: 700;
    color: #333;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 2px solid #1b6ec2;
}

.details-text[b-atg7eecim8] {
    color: #666;
    line-height: 1.8;
    font-size: 1rem;
}

/* Departments Tab Styles */
.departments-list[b-atg7eecim8] {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.department-card[b-atg7eecim8] {
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    padding: 25px;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.department-card:hover[b-atg7eecim8] {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
    border-color: #1b6ec2;
}

.department-header[b-atg7eecim8] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.department-name[b-atg7eecim8] {
    font-size: 1.3rem;
    font-weight: 700;
    color: #333;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 10px;
}

.department-name i[b-atg7eecim8] {
    color: #1b6ec2;
}

.department-established[b-atg7eecim8] {
    color: #666;
    font-size: 0.9rem;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.department-established i[b-atg7eecim8] {
    color: #1b6ec2;
}

.department-details[b-atg7eecim8] {
    color: #666;
    line-height: 1.6;
    margin-bottom: 15px;
}

.department-actions[b-atg7eecim8] {
    margin-top: 15px;
}

/* Subjects Tab Styles */
.subjects-grid[b-atg7eecim8] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.subject-card[b-atg7eecim8] {
    background: linear-gradient(135deg, #fff 0%, #f8f9fa 100%);
    border: 2px solid #e0e0e0;
    border-radius: 12px;
    padding: 25px;
    text-align: center;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.subject-card:hover[b-atg7eecim8] {
    border-color: #1b6ec2;
    box-shadow: 0 4px 16px rgba(27, 110, 194, 0.15);
    transform: translateY(-5px);
}

.subject-icon[b-atg7eecim8] {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #1b6ec2 0%, #0d5a9e 100%);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    color: white;
    margin: 0 auto 15px;
}

.subject-name[b-atg7eecim8] {
    font-size: 1.1rem;
    font-weight: 600;
    color: #333;
    margin: 0;
}

/* Syllabus Tab Styles */
.syllabus-list[b-atg7eecim8] {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.syllabus-card[b-atg7eecim8] {
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    padding: 25px;
    display: flex;
    align-items: center;
    gap: 20px;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.syllabus-card:hover[b-atg7eecim8] {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
    border-color: #1b6ec2;
}

.syllabus-icon[b-atg7eecim8] {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #dc3545 0%, #c82333 100%);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    color: white;
    flex-shrink: 0;
}

.syllabus-content[b-atg7eecim8] {
    flex: 1;
}

.syllabus-title[b-atg7eecim8] {
    font-size: 1.2rem;
    font-weight: 700;
    color: #333;
    margin-bottom: 8px;
}

.syllabus-course[b-atg7eecim8] {
    color: #666;
    font-size: 0.95rem;
    margin: 0;
}

.syllabus-actions[b-atg7eecim8] {
    display: flex;
    gap: 10px;
}

.syllabus-actions .btn[b-atg7eecim8] {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    white-space: nowrap;
}

/* Faculty Tab Styles */
.faculty-grid[b-atg7eecim8] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}

.faculty-card[b-atg7eecim8] {
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    overflow: hidden;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.faculty-card:hover[b-atg7eecim8] {
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
    transform: translateY(-5px);
}

.faculty-photo[b-atg7eecim8] {
    position: relative;
    width: 100%;
    height: 250px;
    overflow: hidden;
    background: #f0f0f0;
}

.faculty-photo img[b-atg7eecim8] {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hod-badge[b-atg7eecim8] {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #1b6ec2;
    color: #fff;
    padding: 5px 12px;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 600;
}

.faculty-info[b-atg7eecim8] {
    padding: 20px;
}

.faculty-name[b-atg7eecim8] {
    font-size: 1.2rem;
    font-weight: 700;
    color: #333;
    margin-bottom: 5px;
}

.faculty-position[b-atg7eecim8] {
    color: #666;
    font-size: 0.95rem;
    margin-bottom: 10px;
    font-weight: 500;
}

.faculty-department[b-atg7eecim8],
.faculty-education[b-atg7eecim8],
.faculty-contact[b-atg7eecim8] {
    font-size: 0.9rem;
    color: #666;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.faculty-department i[b-atg7eecim8],
.faculty-education i[b-atg7eecim8],
.faculty-contact i[b-atg7eecim8] {
    color: #1b6ec2;
}

.faculty-contact a[b-atg7eecim8] {
    color: #1b6ec2;
    text-decoration: none;
}

.faculty-contact a:hover[b-atg7eecim8] {
    text-decoration: underline;
}

/* Empty State */
.empty-state[b-atg7eecim8] {
    text-align: center;
    padding: 60px 20px;
    color: #999;
}

.empty-state i[b-atg7eecim8] {
    font-size: 4rem;
    margin-bottom: 20px;
    opacity: 0.5;
}

.empty-state p[b-atg7eecim8] {
    font-size: 1.1rem;
    margin: 0;
}

/* Responsive Design */

/* Tablet */
@media (max-width: 992px) {
    .course-info-grid[b-atg7eecim8] {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .subjects-grid[b-atg7eecim8] {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }

    .faculty-grid[b-atg7eecim8] {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .course-tabs .nav-link[b-atg7eecim8] {
        padding: 12px 20px;
        font-size: 0.95rem;
    }

    .tab-content[b-atg7eecim8] {
        padding: 25px;
    }

    .course-details-section[b-atg7eecim8] {
        padding: 25px;
    }

    .course-details-section h2[b-atg7eecim8] {
        font-size: 1.5rem;
    }
}

/* Mobile */
@media (max-width: 768px) {
    .course-info-grid[b-atg7eecim8] {
        grid-template-columns: 1fr;
    }

    .subjects-grid[b-atg7eecim8] {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .faculty-grid[b-atg7eecim8] {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .course-tabs .nav-link[b-atg7eecim8] {
        padding: 10px 15px;
        font-size: 0.9rem;
    }

    .course-tabs .nav-link i[b-atg7eecim8] {
        font-size: 1rem;
    }

    .tab-content[b-atg7eecim8] {
        padding: 20px;
    }

    .info-card[b-atg7eecim8] {
        padding: 20px;
    }

    .info-card-icon[b-atg7eecim8] {
        width: 50px;
        height: 50px;
        font-size: 24px;
    }

    .info-card-content h3[b-atg7eecim8] {
        font-size: 0.85rem;
    }

    .info-card-content p[b-atg7eecim8] {
        font-size: 1.1rem;
    }

    .course-details-section[b-atg7eecim8] {
        padding: 20px;
    }

    .course-details-section h2[b-atg7eecim8] {
        font-size: 1.35rem;
    }

    .department-header[b-atg7eecim8] {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }

    .department-name[b-atg7eecim8] {
        font-size: 1.15rem;
    }

    .syllabus-card[b-atg7eecim8] {
        flex-direction: column;
        text-align: center;
    }

    .syllabus-actions[b-atg7eecim8] {
        width: 100%;
        justify-content: center;
    }

    .syllabus-actions .btn[b-atg7eecim8] {
        flex: 1;
    }
}

/* Small Mobile */
@media (max-width: 576px) {
    .course-tabs[b-atg7eecim8] {
        overflow-x: auto;
        flex-wrap: nowrap;
        -webkit-overflow-scrolling: touch;
    }

    .course-tabs .nav-link[b-atg7eecim8] {
        padding: 10px 12px;
        font-size: 0.85rem;
        white-space: nowrap;
    }

    .tab-content[b-atg7eecim8] {
        padding: 15px;
    }

    .info-card[b-atg7eecim8] {
        padding: 16px;
        flex-direction: column;
        text-align: center;
    }

    .info-card-icon[b-atg7eecim8] {
        width: 48px;
        height: 48px;
        font-size: 22px;
    }

    .course-details-section[b-atg7eecim8] {
        padding: 15px;
    }

    .course-details-section h2[b-atg7eecim8] {
        font-size: 1.25rem;
    }

    .department-card[b-atg7eecim8],
    .syllabus-card[b-atg7eecim8] {
        padding: 20px;
    }

    .department-name[b-atg7eecim8],
    .syllabus-title[b-atg7eecim8] {
        font-size: 1.1rem;
    }

    .subject-card[b-atg7eecim8] {
        padding: 20px;
    }

    .subject-icon[b-atg7eecim8] {
        width: 50px;
        height: 50px;
        font-size: 24px;
    }

    .faculty-photo[b-atg7eecim8] {
        height: 220px;
    }
}
/* _content/CollegeCMS/Pages/Courses.razor.rz.scp.css */
/* Course Listing Page Styles */

.content-section[b-keeh36p70j] {
    margin-bottom: 40px;
}

/* Filters Section */
.filters-section[b-keeh36p70j] {
    background: #f8f9fa;
    border-radius: 12px;
    padding: 24px;
    margin-bottom: 32px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.filter-group[b-keeh36p70j] {
    display: flex;
    flex-direction: column;
}

.filter-label[b-keeh36p70j] {
    font-weight: 600;
    color: #333;
    margin-bottom: 8px;
    font-size: 0.95rem;
    display: flex;
    align-items: center;
    gap: 6px;
}

.filter-label i[b-keeh36p70j] {
    color: #1b6ec2;
}

.filter-actions[b-keeh36p70j] {
    margin-top: 16px;
    text-align: right;
}

.filter-actions .btn[b-keeh36p70j] {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

/* Section Header */
.section-header[b-keeh36p70j] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
    padding-bottom: 15px;
    border-bottom: 2px solid #1b6ec2;
}

.section-header h2[b-keeh36p70j] {
    font-size: 2rem;
    font-weight: 700;
    color: #333;
    margin: 0;
}

.section-header .text-muted[b-keeh36p70j] {
    font-size: 0.95rem;
    margin: 0;
}

/* Course Grid Layout */
.courses-grid[b-keeh36p70j] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

/* Course Card Styles */
.course-card[b-keeh36p70j] {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    border: 1px solid #e9ecef;
}

.course-card:hover[b-keeh36p70j] {
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
    transform: translateY(-8px);
    border-color: #1b6ec2;
}

/* Card Header Section */
.course-card-header[b-keeh36p70j] {
    background: linear-gradient(135deg, #1b6ec2 0%, #0d5a9e 100%);
    padding: 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.course-icon[b-keeh36p70j] {
    width: 60px;
    height: 60px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    color: white;
}

.course-type-badge[b-keeh36p70j] {
    background: rgba(255, 255, 255, 0.95);
    color: #1b6ec2;
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Card Body Section */
.course-card-body[b-keeh36p70j] {
    padding: 24px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.course-card-title[b-keeh36p70j] {
    font-size: 1.35rem;
    font-weight: 700;
    color: #333;
    margin-bottom: 16px;
    line-height: 1.3;
    min-height: 2.6em; /* Ensures consistent height for 2 lines */
}

.course-card-meta[b-keeh36p70j] {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 16px;
}

.meta-item[b-keeh36p70j] {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.9rem;
    color: #666;
}

.meta-item i[b-keeh36p70j] {
    color: #1b6ec2;
    font-size: 1rem;
}

.course-card-description[b-keeh36p70j] {
    color: #666;
    font-size: 0.95rem;
    line-height: 1.6;
    margin-bottom: 0;
    flex: 1;
}

/* Card Footer Section */
.course-card-footer[b-keeh36p70j] {
    padding: 16px 24px;
    border-top: 1px solid #eee;
    background: #f8f9fa;
}

.course-card-link[b-keeh36p70j] {
    color: #1b6ec2;
    text-decoration: none;
    font-weight: 600;
    font-size: 1rem;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s ease;
}

.course-card-link:hover[b-keeh36p70j] {
    color: #006bb7;
    gap: 12px;
}

.course-card-link i[b-keeh36p70j] {
    font-size: 0.9rem;
    transition: transform 0.3s ease;
}

.course-card-link:hover i[b-keeh36p70j] {
    transform: translateX(4px);
}

/* No Results Section */
.no-results[b-keeh36p70j] {
    text-align: center;
    padding: 60px 20px;
    background: #f8f9fa;
    border-radius: 12px;
    margin-top: 20px;
}

.no-results i[b-keeh36p70j] {
    font-size: 4rem;
    color: #ccc;
    margin-bottom: 20px;
}

.no-results h4[b-keeh36p70j] {
    font-size: 1.5rem;
    font-weight: 600;
    color: #666;
    margin-bottom: 12px;
}

.no-results p[b-keeh36p70j] {
    color: #999;
    font-size: 1rem;
    margin-bottom: 24px;
}

/* Responsive Design */

/* Tablet: 2 columns */
@media (max-width: 992px) {
    .courses-grid[b-keeh36p70j] {
        grid-template-columns: repeat(2, 1fr);
        gap: 25px;
    }
    
    .section-header h2[b-keeh36p70j] {
        font-size: 1.75rem;
    }
    
    .filters-section[b-keeh36p70j] {
        padding: 20px;
    }
}

/* Mobile: 1 column */
@media (max-width: 768px) {
    .courses-grid[b-keeh36p70j] {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .section-header[b-keeh36p70j] {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }
    
    .section-header h2[b-keeh36p70j] {
        font-size: 1.5rem;
    }
    
    .filters-section[b-keeh36p70j] {
        padding: 16px;
    }
    
    .filter-actions[b-keeh36p70j] {
        text-align: center;
    }
    
    .course-card-header[b-keeh36p70j] {
        padding: 20px;
    }
    
    .course-icon[b-keeh36p70j] {
        width: 50px;
        height: 50px;
        font-size: 24px;
    }
    
    .course-card-body[b-keeh36p70j] {
        padding: 20px;
    }
    
    .course-card-title[b-keeh36p70j] {
        font-size: 1.25rem;
        min-height: auto;
    }
    
    .course-card-footer[b-keeh36p70j] {
        padding: 14px 20px;
    }
}

/* Small Mobile */
@media (max-width: 576px) {
    .course-card-header[b-keeh36p70j] {
        padding: 16px;
        flex-direction: column;
        gap: 12px;
        text-align: center;
    }
    
    .course-icon[b-keeh36p70j] {
        width: 48px;
        height: 48px;
        font-size: 22px;
    }
    
    .course-card-body[b-keeh36p70j] {
        padding: 16px;
    }
    
    .course-card-title[b-keeh36p70j] {
        font-size: 1.15rem;
    }
    
    .course-card-footer[b-keeh36p70j] {
        padding: 12px 16px;
    }
}
/* _content/CollegeCMS/Pages/Covid19.razor.rz.scp.css */
/* COVID-19 Updates Listing Page Styles */

.content-section[b-ysddrd4o70] {
    margin-bottom: 40px;
}

/* Section Header */
.section-header[b-ysddrd4o70] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
    padding-bottom: 15px;
    border-bottom: 2px solid #1b6ec2;
}

.section-header h2[b-ysddrd4o70] {
    font-size: 2rem;
    font-weight: 700;
    color: #333;
    margin: 0;
}

.section-header .text-muted[b-ysddrd4o70] {
    font-size: 0.95rem;
    margin: 0;
}

/* COVID-19 Grid Layout */
.covid19-grid[b-ysddrd4o70] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-bottom: 40px;
}

/* COVID-19 Card Styles */
.covid19-card[b-ysddrd4o70] {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    border: 1px solid #e9ecef;
}

.covid19-card:hover[b-ysddrd4o70] {
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
    transform: translateY(-8px);
    border-color: #1b6ec2;
}

/* COVID-19 Image Section */
.covid19-image[b-ysddrd4o70] {
    position: relative;
    width: 100%;
    height: 220px;
    overflow: hidden;
    background: #f0f0f0;
}

.covid19-image img[b-ysddrd4o70] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.covid19-card:hover .covid19-image img[b-ysddrd4o70] {
    transform: scale(1.05);
}

/* Date Badge */
.covid19-date-badge[b-ysddrd4o70] {
    position: absolute;
    top: 15px;
    left: 15px;
    background: rgba(27, 110, 194, 0.95);
    color: white;
    padding: 10px 14px;
    border-radius: 8px;
    text-align: center;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    display: flex;
    flex-direction: column;
    min-width: 60px;
}

.date-day[b-ysddrd4o70] {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    display: block;
}

.date-month[b-ysddrd4o70] {
    font-size: 0.85rem;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 1;
    margin-top: 2px;
    display: block;
}

.date-year[b-ysddrd4o70] {
    font-size: 0.75rem;
    line-height: 1;
    margin-top: 2px;
    opacity: 0.9;
    display: block;
}

/* Card Body Section */
.covid19-card-body[b-ysddrd4o70] {
    padding: 24px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.covid19-card-title[b-ysddrd4o70] {
    font-size: 1.35rem;
    font-weight: 700;
    color: #333;
    margin-bottom: 16px;
    line-height: 1.3;
    min-height: 2.6em;
}

.covid19-card-meta[b-ysddrd4o70] {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 16px;
}

.meta-item[b-ysddrd4o70] {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.9rem;
    color: #666;
}

.meta-item i[b-ysddrd4o70] {
    color: #1b6ec2;
    font-size: 1rem;
}

.covid19-card-description[b-ysddrd4o70] {
    color: #666;
    font-size: 0.95rem;
    line-height: 1.6;
    margin-bottom: 0;
    flex: 1;
}

/* Card Footer Section */
.covid19-card-footer[b-ysddrd4o70] {
    padding: 16px 24px;
    border-top: 1px solid #eee;
    background: #f8f9fa;
}

.covid19-card-link[b-ysddrd4o70] {
    color: #1b6ec2;
    text-decoration: none;
    font-weight: 600;
    font-size: 1rem;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s ease;
}

.covid19-card-link:hover[b-ysddrd4o70] {
    color: #006bb7;
    gap: 12px;
}

.covid19-card-link i[b-ysddrd4o70] {
    font-size: 0.9rem;
    transition: transform 0.3s ease;
}

.covid19-card-link:hover i[b-ysddrd4o70] {
    transform: translateX(4px);
}

/* Pagination Styles */
.pagination-container[b-ysddrd4o70] {
    margin-top: 40px;
    margin-bottom: 40px;
}

.pagination[b-ysddrd4o70] {
    margin-bottom: 20px;
}

.pagination .page-item[b-ysddrd4o70] {
    margin: 0 3px;
}

.pagination .page-link[b-ysddrd4o70] {
    color: #1b6ec2;
    border: 1px solid #dee2e6;
    border-radius: 6px;
    padding: 8px 14px;
    font-weight: 500;
    transition: all 0.3s ease;
}

.pagination .page-link:hover[b-ysddrd4o70] {
    background-color: #1b6ec2;
    color: white;
    border-color: #1b6ec2;
}

.pagination .page-item.active .page-link[b-ysddrd4o70] {
    background-color: #1b6ec2;
    border-color: #1b6ec2;
    color: white;
    font-weight: 600;
}

.pagination .page-item.disabled .page-link[b-ysddrd4o70] {
    color: #6c757d;
    background-color: #fff;
    border-color: #dee2e6;
    cursor: not-allowed;
    opacity: 0.6;
}

.pagination .page-link i[b-ysddrd4o70] {
    font-size: 0.85rem;
    vertical-align: middle;
}

.pagination-info[b-ysddrd4o70] {
    text-align: center;
    color: #666;
    font-size: 0.95rem;
}

/* Responsive Design */

/* Tablet: 2 columns */
@media (max-width: 992px) {
    .covid19-grid[b-ysddrd4o70] {
        grid-template-columns: repeat(2, 1fr);
        gap: 25px;
    }
    
    .section-header h2[b-ysddrd4o70] {
        font-size: 1.75rem;
    }
}

/* Mobile: 1 column */
@media (max-width: 768px) {
    .covid19-grid[b-ysddrd4o70] {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .section-header[b-ysddrd4o70] {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }
    
    .section-header h2[b-ysddrd4o70] {
        font-size: 1.5rem;
    }
    
    .covid19-image[b-ysddrd4o70] {
        height: 200px;
    }
    
    .covid19-card-body[b-ysddrd4o70] {
        padding: 20px;
    }
    
    .covid19-card-title[b-ysddrd4o70] {
        font-size: 1.25rem;
        min-height: auto;
    }
    
    .covid19-card-footer[b-ysddrd4o70] {
        padding: 14px 20px;
    }

    .pagination .page-item[b-ysddrd4o70] {
        margin: 0 2px;
    }

    .pagination .page-link[b-ysddrd4o70] {
        padding: 6px 10px;
        font-size: 0.9rem;
    }
}

/* Small Mobile */
@media (max-width: 576px) {
    .covid19-image[b-ysddrd4o70] {
        height: 180px;
    }
    
    .covid19-date-badge[b-ysddrd4o70] {
        top: 10px;
        left: 10px;
        padding: 8px 10px;
        min-width: 50px;
    }
    
    .date-day[b-ysddrd4o70] {
        font-size: 1.3rem;
    }
    
    .date-month[b-ysddrd4o70] {
        font-size: 0.75rem;
    }
    
    .date-year[b-ysddrd4o70] {
        font-size: 0.7rem;
    }
    
    .covid19-card-body[b-ysddrd4o70] {
        padding: 16px;
    }
    
    .covid19-card-title[b-ysddrd4o70] {
        font-size: 1.15rem;
    }
    
    .covid19-card-footer[b-ysddrd4o70] {
        padding: 12px 16px;
    }

    .pagination .page-link[b-ysddrd4o70] {
        padding: 5px 8px;
        font-size: 0.85rem;
    }

    /* Hide some page numbers on very small screens */
    .pagination .page-item:not(.active):not(:first-child):not(:last-child):not(:nth-child(2)):not(:nth-last-child(2))[b-ysddrd4o70] {
        display: none;
    }
}
/* _content/CollegeCMS/Pages/Covid19Detail.razor.rz.scp.css */
/* COVID-19 Update Detail Page Styles */

.covid19-detail-container[b-xt6jsn9n3e] {
    margin-bottom: 40px;
}

/* COVID-19 Header Section */
.covid19-header[b-xt6jsn9n3e] {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 30px;
    margin-bottom: 40px;
}

.covid19-main-image[b-xt6jsn9n3e] {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    background: #f0f0f0;
}

.covid19-main-image img[b-xt6jsn9n3e] {
    width: 100%;
    height: 400px;
    object-fit: cover;
}

.covid19-info-card[b-xt6jsn9n3e] {
    background: #fff;
    border-radius: 12px;
    padding: 30px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    border: 1px solid #e9ecef;
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.info-item[b-xt6jsn9n3e] {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    padding: 20px;
    background: #f8f9fa;
    border-radius: 8px;
}

.info-item i[b-xt6jsn9n3e] {
    font-size: 2rem;
    color: #1b6ec2;
    margin-top: 5px;
}

.info-item div[b-xt6jsn9n3e] {
    flex: 1;
}

.info-item strong[b-xt6jsn9n3e] {
    display: block;
    font-size: 0.9rem;
    color: #666;
    margin-bottom: 5px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.info-item p[b-xt6jsn9n3e] {
    font-size: 1.1rem;
    font-weight: 600;
    color: #333;
    margin: 0;
}

/* COVID-19 Content Section */
.covid19-content[b-xt6jsn9n3e] {
    background: #fff;
    border-radius: 12px;
    padding: 40px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.content-section[b-xt6jsn9n3e] {
    margin-bottom: 40px;
}

.content-section:last-child[b-xt6jsn9n3e] {
    margin-bottom: 0;
}

.content-section h2[b-xt6jsn9n3e] {
    font-size: 1.75rem;
    font-weight: 700;
    color: #333;
    margin-bottom: 25px;
    padding-bottom: 15px;
    border-bottom: 2px solid #1b6ec2;
    display: flex;
    align-items: center;
    gap: 10px;
}

.content-section h2 i[b-xt6jsn9n3e] {
    color: #1b6ec2;
    font-size: 1.5rem;
}

.details-text[b-xt6jsn9n3e] {
    font-size: 1.05rem;
    line-height: 1.8;
    color: #555;
}

/* Documents List */
.documents-list[b-xt6jsn9n3e] {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.document-card[b-xt6jsn9n3e] {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 20px;
    background: #f8f9fa;
    border: 1px solid #e9ecef;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.document-card:hover[b-xt6jsn9n3e] {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    border-color: #1b6ec2;
}

.document-icon[b-xt6jsn9n3e] {
    font-size: 2.5rem;
    color: #dc3545;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    background: #fff;
    border-radius: 8px;
    border: 2px solid #e9ecef;
}

.document-info[b-xt6jsn9n3e] {
    flex: 1;
}

.document-info h4[b-xt6jsn9n3e] {
    font-size: 1.1rem;
    font-weight: 600;
    color: #333;
    margin: 0;
}

.document-actions .btn[b-xt6jsn9n3e] {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 20px;
    font-weight: 600;
}

/* Responsive Design */

@media (max-width: 992px) {
    .covid19-header[b-xt6jsn9n3e] {
        grid-template-columns: 1fr;
    }

    .covid19-main-image img[b-xt6jsn9n3e] {
        height: 350px;
    }

    .covid19-content[b-xt6jsn9n3e] {
        padding: 30px;
    }

    .content-section h2[b-xt6jsn9n3e] {
        font-size: 1.5rem;
    }
}

@media (max-width: 768px) {
    .covid19-main-image img[b-xt6jsn9n3e] {
        height: 280px;
    }

    .covid19-info-card[b-xt6jsn9n3e] {
        padding: 20px;
    }

    .covid19-content[b-xt6jsn9n3e] {
        padding: 25px;
    }

    .content-section[b-xt6jsn9n3e] {
        margin-bottom: 30px;
    }

    .content-section h2[b-xt6jsn9n3e] {
        font-size: 1.35rem;
        margin-bottom: 20px;
    }

    .document-card[b-xt6jsn9n3e] {
        flex-direction: column;
        text-align: center;
        gap: 15px;
    }

    .document-icon[b-xt6jsn9n3e] {
        width: 50px;
        height: 50px;
        font-size: 2rem;
    }
}

@media (max-width: 576px) {
    .covid19-main-image img[b-xt6jsn9n3e] {
        height: 220px;
    }

    .covid19-info-card[b-xt6jsn9n3e] {
        padding: 15px;
        gap: 15px;
    }

    .info-item[b-xt6jsn9n3e] {
        padding: 15px;
        gap: 10px;
    }

    .info-item i[b-xt6jsn9n3e] {
        font-size: 1.5rem;
    }

    .info-item strong[b-xt6jsn9n3e] {
        font-size: 0.8rem;
    }

    .info-item p[b-xt6jsn9n3e] {
        font-size: 1rem;
    }

    .covid19-content[b-xt6jsn9n3e] {
        padding: 20px;
    }

    .content-section h2[b-xt6jsn9n3e] {
        font-size: 1.2rem;
        gap: 8px;
    }

    .content-section h2 i[b-xt6jsn9n3e] {
        font-size: 1.2rem;
    }

    .details-text[b-xt6jsn9n3e] {
        font-size: 0.95rem;
    }
}
/* _content/CollegeCMS/Pages/DepartmentDetail.razor.rz.scp.css */
/* Department Detail Page Styles */

/* Tabs Container */
.tabs-container[b-qel9zqlny5] {
    margin-top: 30px;
    margin-bottom: 40px;
}

/* Tab Navigation Styles */
.department-tabs[b-qel9zqlny5] {
    border-bottom: 2px solid #1b6ec2;
    margin-bottom: 0;
}

.department-tabs .nav-link[b-qel9zqlny5] {
    color: #666;
    border: none;
    border-bottom: 3px solid transparent;
    padding: 15px 25px;
    font-weight: 600;
    transition: all 0.3s ease;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
}

.department-tabs .nav-link i[b-qel9zqlny5] {
    font-size: 1.1rem;
}

.department-tabs .nav-link:hover[b-qel9zqlny5] {
    color: #1b6ec2;
    border-bottom-color: #1b6ec2;
    background: rgba(27, 110, 194, 0.05);
}

.department-tabs .nav-link.active[b-qel9zqlny5] {
    color: #1b6ec2;
    border-bottom-color: #1b6ec2;
    background: rgba(27, 110, 194, 0.1);
}

.department-tabs .badge[b-qel9zqlny5] {
    font-size: 0.75rem;
}

/* Tab Content */
.tab-content[b-qel9zqlny5] {
    padding: 30px;
    background: #fff;
    border-radius: 0 0 8px 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.tab-pane[b-qel9zqlny5] {
    animation: fadeIn-b-qel9zqlny5 0.3s ease-in;
}

@keyframes fadeIn-b-qel9zqlny5 {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Overview Tab Styles */
.overview-content[b-qel9zqlny5] {
    padding: 20px 0;
}

.department-image-container[b-qel9zqlny5] {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.department-image[b-qel9zqlny5] {
    width: 100%;
    height: auto;
    display: block;
}

.department-info[b-qel9zqlny5] {
    padding: 0 20px;
}

.department-title[b-qel9zqlny5] {
    font-size: 2rem;
    font-weight: 700;
    color: #333;
    margin-bottom: 20px;
}

.info-item[b-qel9zqlny5] {
    padding: 10px 0;
    border-bottom: 1px solid #eee;
    display: flex;
    align-items: center;
    gap: 10px;
    color: #666;
}

.info-item:last-of-type[b-qel9zqlny5] {
    border-bottom: none;
}

.info-item i[b-qel9zqlny5] {
    color: #1b6ec2;
    font-size: 1.2rem;
}

.info-item a[b-qel9zqlny5] {
    color: #1b6ec2;
    text-decoration: none;
}

.info-item a:hover[b-qel9zqlny5] {
    text-decoration: underline;
}

.department-details h3[b-qel9zqlny5] {
    font-size: 1.5rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 2px solid #1b6ec2;
}

.details-text[b-qel9zqlny5] {
    color: #666;
    line-height: 1.8;
    font-size: 1rem;
}

/* Faculty Tab Styles */
.faculty-grid[b-qel9zqlny5] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}

.faculty-card[b-qel9zqlny5] {
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    overflow: hidden;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.faculty-card:hover[b-qel9zqlny5] {
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
    transform: translateY(-5px);
}

.faculty-photo[b-qel9zqlny5] {
    position: relative;
    width: 100%;
    height: 250px;
    overflow: hidden;
    background: #f0f0f0;
}

.faculty-photo img[b-qel9zqlny5] {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hod-badge[b-qel9zqlny5] {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #1b6ec2;
    color: #fff;
    padding: 5px 12px;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 600;
}

.faculty-info[b-qel9zqlny5] {
    padding: 20px;
}

.faculty-name[b-qel9zqlny5] {
    font-size: 1.2rem;
    font-weight: 700;
    color: #333;
    margin-bottom: 5px;
}

.faculty-position[b-qel9zqlny5] {
    color: #666;
    font-size: 0.95rem;
    margin-bottom: 10px;
    font-weight: 500;
}

.faculty-education[b-qel9zqlny5],
.faculty-contact[b-qel9zqlny5] {
    font-size: 0.9rem;
    color: #666;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.faculty-education i[b-qel9zqlny5],
.faculty-contact i[b-qel9zqlny5] {
    color: #1b6ec2;
}

.faculty-contact a[b-qel9zqlny5] {
    color: #1b6ec2;
    text-decoration: none;
}

.faculty-contact a:hover[b-qel9zqlny5] {
    text-decoration: underline;
}

/* Courses Tab Styles */
.courses-list[b-qel9zqlny5] {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.course-card[b-qel9zqlny5] {
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    padding: 25px;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.course-card:hover[b-qel9zqlny5] {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
    border-color: #1b6ec2;
}

.course-header[b-qel9zqlny5] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.course-name[b-qel9zqlny5] {
    font-size: 1.3rem;
    font-weight: 700;
    color: #333;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 10px;
}

.course-name i[b-qel9zqlny5] {
    color: #1b6ec2;
}

.course-type[b-qel9zqlny5] {
    font-size: 0.85rem;
    padding: 5px 12px;
}

.course-established[b-qel9zqlny5] {
    color: #666;
    font-size: 0.9rem;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.course-established i[b-qel9zqlny5] {
    color: #1b6ec2;
}

.course-details[b-qel9zqlny5] {
    color: #666;
    line-height: 1.6;
    margin: 0;
}

/* Gallery Tab Styles */
.gallery-grid[b-qel9zqlny5] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.gallery-item[b-qel9zqlny5] {
    position: relative;
    width: 100%;
    height: 250px;
    border-radius: 12px;
    overflow: hidden;
    cursor: pointer;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.gallery-item:hover[b-qel9zqlny5] {
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
    transform: scale(1.05);
}

.gallery-image[b-qel9zqlny5] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.gallery-item:hover .gallery-image[b-qel9zqlny5] {
    transform: scale(1.1);
}

.gallery-overlay[b-qel9zqlny5] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(27, 110, 194, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.gallery-item:hover .gallery-overlay[b-qel9zqlny5] {
    opacity: 1;
}

.gallery-overlay i[b-qel9zqlny5] {
    font-size: 3rem;
    color: #fff;
}

/* Empty State */
.empty-state[b-qel9zqlny5] {
    text-align: center;
    padding: 60px 20px;
    color: #999;
}

.empty-state i[b-qel9zqlny5] {
    font-size: 4rem;
    margin-bottom: 20px;
    opacity: 0.5;
}

.empty-state p[b-qel9zqlny5] {
    font-size: 1.1rem;
    margin: 0;
}

/* Lightbox Styles */
.lightbox-overlay[b-qel9zqlny5] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.95);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    animation: fadeIn-b-qel9zqlny5 0.3s ease;
}

.lightbox-container[b-qel9zqlny5] {
    position: relative;
    width: 90%;
    max-width: 1200px;
    height: 90vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.lightbox-content[b-qel9zqlny5] {
    position: relative;
    max-width: 100%;
    max-height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.lightbox-image[b-qel9zqlny5] {
    max-width: 100%;
    max-height: 85vh;
    object-fit: contain;
    border-radius: 8px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.5);
}

.lightbox-close[b-qel9zqlny5] {
    position: absolute;
    top: -50px;
    right: 0;
    background: rgba(255, 255, 255, 0.2);
    border: none;
    color: #fff;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    font-size: 1.5rem;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.lightbox-close:hover[b-qel9zqlny5] {
    background: rgba(255, 255, 255, 0.3);
    transform: rotate(90deg);
}

.lightbox-nav[b-qel9zqlny5] {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.2);
    border: none;
    color: #fff;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    font-size: 1.8rem;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.lightbox-nav:hover[b-qel9zqlny5] {
    background: rgba(255, 255, 255, 0.3);
    transform: translateY(-50%) scale(1.1);
}

.lightbox-prev[b-qel9zqlny5] {
    left: 20px;
}

.lightbox-next[b-qel9zqlny5] {
    right: 20px;
}

.lightbox-counter[b-qel9zqlny5] {
    margin-top: 15px;
    color: #fff;
    font-size: 1rem;
    font-weight: 500;
}

/* Responsive Design */

/* Tablet */
@media (max-width: 992px) {
    .faculty-grid[b-qel9zqlny5] {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .gallery-grid[b-qel9zqlny5] {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }

    .department-tabs .nav-link[b-qel9zqlny5] {
        padding: 12px 20px;
        font-size: 0.95rem;
    }

    .tab-content[b-qel9zqlny5] {
        padding: 25px;
    }

    .department-title[b-qel9zqlny5] {
        font-size: 1.75rem;
    }
}

/* Mobile */
@media (max-width: 768px) {
    .faculty-grid[b-qel9zqlny5] {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .gallery-grid[b-qel9zqlny5] {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .department-tabs .nav-link[b-qel9zqlny5] {
        padding: 10px 15px;
        font-size: 0.9rem;
    }

    .department-tabs .nav-link i[b-qel9zqlny5] {
        font-size: 1rem;
    }

    .tab-content[b-qel9zqlny5] {
        padding: 20px;
    }

    .department-info[b-qel9zqlny5] {
        padding: 0;
        margin-top: 20px;
    }

    .department-title[b-qel9zqlny5] {
        font-size: 1.5rem;
    }

    .course-header[b-qel9zqlny5] {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }

    .course-name[b-qel9zqlny5] {
        font-size: 1.15rem;
    }

    .lightbox-nav[b-qel9zqlny5] {
        width: 40px;
        height: 40px;
        font-size: 1.4rem;
    }

    .lightbox-prev[b-qel9zqlny5] {
        left: 10px;
    }

    .lightbox-next[b-qel9zqlny5] {
        right: 10px;
    }
}

/* Small Mobile */
@media (max-width: 576px) {
    .department-tabs[b-qel9zqlny5] {
        overflow-x: auto;
        flex-wrap: nowrap;
        -webkit-overflow-scrolling: touch;
    }

    .department-tabs .nav-link[b-qel9zqlny5] {
        padding: 10px 12px;
        font-size: 0.85rem;
        white-space: nowrap;
    }

    .tab-content[b-qel9zqlny5] {
        padding: 15px;
    }

    .department-title[b-qel9zqlny5] {
        font-size: 1.3rem;
    }

    .faculty-photo[b-qel9zqlny5] {
        height: 220px;
    }

    .gallery-item[b-qel9zqlny5] {
        height: 200px;
    }

    .course-card[b-qel9zqlny5] {
        padding: 20px;
    }

    .lightbox-close[b-qel9zqlny5] {
        top: 10px;
        right: 10px;
        width: 40px;
        height: 40px;
    }
}
/* _content/CollegeCMS/Pages/Departments.razor.rz.scp.css */
/* Department Listing Page Styles */

.content-section[b-i92hm51pq6] {
    margin-bottom: 40px;
}

/* Filters Section */
.filters-section[b-i92hm51pq6] {
    background-color: #f8f9fa;
    padding: 1.5rem;
    border-radius: 0.5rem;
    margin-bottom: 2rem;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}

.filter-group[b-i92hm51pq6] {
    margin-bottom: 0;
}

.filter-label[b-i92hm51pq6] {
    font-weight: 600;
    color: #495057;
    margin-bottom: 0.5rem;
    display: block;
    font-size: 0.9rem;
}

.filter-label i[b-i92hm51pq6] {
    color: #1b6ec2;
    margin-right: 0.25rem;
}

.filter-actions[b-i92hm51pq6] {
    margin-top: 1rem;
    text-align: right;
}

.filter-actions .btn[b-i92hm51pq6] {
    font-size: 0.875rem;
}

.section-header[b-i92hm51pq6] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
    padding-bottom: 15px;
    border-bottom: 2px solid #1b6ec2;
}

.section-header h2[b-i92hm51pq6] {
    font-size: 2rem;
    font-weight: 700;
    color: #333;
    margin: 0;
}

.section-header .text-muted[b-i92hm51pq6] {
    font-size: 0.95rem;
    margin: 0;
}

/* Department Grid Layout */
.departments-grid[b-i92hm51pq6] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

/* Department Card Styles */
.department-card[b-i92hm51pq6] {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
}

.department-card:hover[b-i92hm51pq6] {
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
    transform: translateY(-8px);
}

/* Card Image Section */
.department-card-image[b-i92hm51pq6] {
    position: relative;
    width: 100%;
    height: 250px;
    overflow: hidden;
}

.department-card-image img[b-i92hm51pq6] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.department-card:hover .department-card-image img[b-i92hm51pq6] {
    transform: scale(1.1);
}

/* Image Overlay with Button */
.department-card-overlay[b-i92hm51pq6] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(27, 110, 194, 0.85);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.department-card:hover .department-card-overlay[b-i92hm51pq6] {
    opacity: 1;
}

.btn-view-details[b-i92hm51pq6] {
    font-weight: 600;
    padding: 10px 24px;
    border-radius: 25px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s ease;
    text-decoration: none;
}

.btn-view-details:hover[b-i92hm51pq6] {
    transform: scale(1.05);
    gap: 12px;
}

/* Card Body Section */
.department-card-body[b-i92hm51pq6] {
    padding: 24px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.department-card-title[b-i92hm51pq6] {
    font-size: 1.4rem;
    font-weight: 700;
    color: #333;
    margin-bottom: 10px;
    line-height: 1.3;
}

.department-card-subtitle[b-i92hm51pq6] {
    font-size: 0.9rem;
    color: #666;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    gap: 6px;
}

.department-card-subtitle i[b-i92hm51pq6] {
    color: #1b6ec2;
}

.department-card-description[b-i92hm51pq6] {
    color: #666;
    font-size: 0.95rem;
    line-height: 1.6;
    margin-bottom: 15px;
    flex: 1;
}

.department-card-contact[b-i92hm51pq6] {
    font-size: 0.9rem;
    color: #666;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    gap: 6px;
}

.department-card-contact i[b-i92hm51pq6] {
    color: #1b6ec2;
}

.department-card-contact a[b-i92hm51pq6] {
    color: #1b6ec2;
    text-decoration: none;
}

.department-card-contact a:hover[b-i92hm51pq6] {
    text-decoration: underline;
}

/* Card Footer Section */
.department-card-footer[b-i92hm51pq6] {
    padding: 16px 24px;
    border-top: 1px solid #eee;
    background: #f8f9fa;
}

.department-card-link[b-i92hm51pq6] {
    color: #1b6ec2;
    text-decoration: none;
    font-weight: 600;
    font-size: 1rem;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s ease;
}

.department-card-link:hover[b-i92hm51pq6] {
    color: #006bb7;
    gap: 12px;
}

.department-card-link i[b-i92hm51pq6] {
    font-size: 0.9rem;
    transition: transform 0.3s ease;
}

.department-card-link:hover i[b-i92hm51pq6] {
    transform: translateX(4px);
}

/* Responsive Design */

/* Tablet: 2 columns */
@media (max-width: 992px) {
    .departments-grid[b-i92hm51pq6] {
        grid-template-columns: repeat(2, 1fr);
        gap: 25px;
    }
    
    .section-header h2[b-i92hm51pq6] {
        font-size: 1.75rem;
    }
}

/* Mobile: 1 column */
@media (max-width: 768px) {
    .departments-grid[b-i92hm51pq6] {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .section-header[b-i92hm51pq6] {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }
    
    .section-header h2[b-i92hm51pq6] {
        font-size: 1.5rem;
    }
    
    .department-card-image[b-i92hm51pq6] {
        height: 200px;
    }
    
    .department-card-body[b-i92hm51pq6] {
        padding: 20px;
    }
    
    .department-card-title[b-i92hm51pq6] {
        font-size: 1.25rem;
    }
    
    .department-card-footer[b-i92hm51pq6] {
        padding: 14px 20px;
    }
}

/* Small Mobile */
@media (max-width: 576px) {
    .department-card-image[b-i92hm51pq6] {
        height: 180px;
    }
    
    .department-card-body[b-i92hm51pq6] {
        padding: 16px;
    }
    
    .department-card-title[b-i92hm51pq6] {
        font-size: 1.15rem;
    }
    
    .department-card-footer[b-i92hm51pq6] {
        padding: 12px 16px;
    }
}
/* _content/CollegeCMS/Pages/EventDetail.razor.rz.scp.css */
/* Event Detail Page Styles */

.event-detail-container[b-sol545gtzo] {
    margin-bottom: 40px;
}

/* Event Header Section */
.event-header[b-sol545gtzo] {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 30px;
    margin-bottom: 40px;
}

.event-main-image[b-sol545gtzo] {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    background: #f0f0f0;
}

.event-main-image img[b-sol545gtzo] {
    width: 100%;
    height: 400px;
    object-fit: cover;
}

.event-info-card[b-sol545gtzo] {
    background: #fff;
    border-radius: 12px;
    padding: 30px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    border: 1px solid #e9ecef;
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.info-item[b-sol545gtzo] {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    padding: 20px;
    background: #f8f9fa;
    border-radius: 8px;
}

.info-item i[b-sol545gtzo] {
    font-size: 2rem;
    color: #1b6ec2;
    margin-top: 5px;
}

.info-item div[b-sol545gtzo] {
    flex: 1;
}

.info-item strong[b-sol545gtzo] {
    display: block;
    font-size: 0.9rem;
    color: #666;
    margin-bottom: 5px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.info-item p[b-sol545gtzo] {
    font-size: 1.1rem;
    font-weight: 600;
    color: #333;
    margin: 0;
}

/* Event Content Section */
.event-content[b-sol545gtzo] {
    background: #fff;
    border-radius: 12px;
    padding: 40px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.content-section[b-sol545gtzo] {
    margin-bottom: 40px;
}

.content-section:last-child[b-sol545gtzo] {
    margin-bottom: 0;
}

.content-section h2[b-sol545gtzo] {
    font-size: 1.75rem;
    font-weight: 700;
    color: #333;
    margin-bottom: 25px;
    padding-bottom: 15px;
    border-bottom: 2px solid #1b6ec2;
    display: flex;
    align-items: center;
    gap: 10px;
}

.content-section h2 i[b-sol545gtzo] {
    color: #1b6ec2;
    font-size: 1.5rem;
}

.details-text[b-sol545gtzo] {
    font-size: 1.05rem;
    line-height: 1.8;
    color: #555;
}

/* Documents List */
.documents-list[b-sol545gtzo] {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.document-card[b-sol545gtzo] {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 20px;
    background: #f8f9fa;
    border: 1px solid #e9ecef;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.document-card:hover[b-sol545gtzo] {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    border-color: #1b6ec2;
}

.document-icon[b-sol545gtzo] {
    font-size: 2.5rem;
    color: #dc3545;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    background: #fff;
    border-radius: 8px;
    border: 2px solid #e9ecef;
}

.document-info[b-sol545gtzo] {
    flex: 1;
}

.document-info h4[b-sol545gtzo] {
    font-size: 1.1rem;
    font-weight: 600;
    color: #333;
    margin: 0;
}

.document-actions .btn[b-sol545gtzo] {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 20px;
    font-weight: 600;
}

/* Gallery Grid */
.gallery-grid[b-sol545gtzo] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 20px;
}

.gallery-item[b-sol545gtzo] {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    cursor: pointer;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    aspect-ratio: 4/3;
}

.gallery-item:hover[b-sol545gtzo] {
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
    transform: translateY(-5px);
}

.gallery-item img[b-sol545gtzo] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.gallery-item:hover img[b-sol545gtzo] {
    transform: scale(1.1);
}

.gallery-overlay[b-sol545gtzo] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(27, 110, 194, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.gallery-item:hover .gallery-overlay[b-sol545gtzo] {
    opacity: 1;
}

.gallery-overlay i[b-sol545gtzo] {
    font-size: 3rem;
    color: white;
}

/* Lightbox Styles */
.lightbox-overlay[b-sol545gtzo] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.95);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.lightbox-container[b-sol545gtzo] {
    position: relative;
    width: 100%;
    max-width: 1200px;
    height: 100%;
    max-height: 90vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.lightbox-close[b-sol545gtzo] {
    position: absolute;
    top: 20px;
    right: 20px;
    background: rgba(255, 255, 255, 0.2);
    border: none;
    color: white;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    font-size: 1.5rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    z-index: 10001;
}

.lightbox-close:hover[b-sol545gtzo] {
    background: rgba(255, 255, 255, 0.3);
    transform: rotate(90deg);
}

.lightbox-content[b-sol545gtzo] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    gap: 20px;
}

.lightbox-image-container[b-sol545gtzo] {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    max-height: 80vh;
}

.lightbox-image-container img[b-sol545gtzo] {
    max-width: 100%;
    max-height: 80vh;
    object-fit: contain;
    border-radius: 8px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.5);
}

.lightbox-nav[b-sol545gtzo] {
    background: rgba(255, 255, 255, 0.2);
    border: none;
    color: white;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    font-size: 2rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.lightbox-nav:hover:not(:disabled)[b-sol545gtzo] {
    background: rgba(255, 255, 255, 0.3);
    transform: scale(1.1);
}

.lightbox-nav:disabled[b-sol545gtzo] {
    opacity: 0.3;
    cursor: not-allowed;
}

.lightbox-counter[b-sol545gtzo] {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    color: white;
    background: rgba(0, 0, 0, 0.7);
    padding: 10px 20px;
    border-radius: 25px;
    font-size: 1rem;
    font-weight: 600;
}

/* Responsive Design */

@media (max-width: 992px) {
    .event-header[b-sol545gtzo] {
        grid-template-columns: 1fr;
    }

    .event-main-image img[b-sol545gtzo] {
        height: 350px;
    }

    .event-content[b-sol545gtzo] {
        padding: 30px;
    }

    .content-section h2[b-sol545gtzo] {
        font-size: 1.5rem;
    }

    .gallery-grid[b-sol545gtzo] {
        grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
        gap: 15px;
    }
}

@media (max-width: 768px) {
    .event-main-image img[b-sol545gtzo] {
        height: 280px;
    }

    .event-info-card[b-sol545gtzo] {
        padding: 20px;
    }

    .event-content[b-sol545gtzo] {
        padding: 25px;
    }

    .content-section[b-sol545gtzo] {
        margin-bottom: 30px;
    }

    .content-section h2[b-sol545gtzo] {
        font-size: 1.35rem;
        margin-bottom: 20px;
    }

    .document-card[b-sol545gtzo] {
        flex-direction: column;
        text-align: center;
        gap: 15px;
    }

    .document-icon[b-sol545gtzo] {
        width: 50px;
        height: 50px;
        font-size: 2rem;
    }

    .gallery-grid[b-sol545gtzo] {
        grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
        gap: 12px;
    }

    .lightbox-nav[b-sol545gtzo] {
        width: 50px;
        height: 50px;
        font-size: 1.5rem;
    }
}

@media (max-width: 576px) {
    .event-main-image img[b-sol545gtzo] {
        height: 220px;
    }

    .event-info-card[b-sol545gtzo] {
        padding: 15px;
        gap: 15px;
    }

    .info-item[b-sol545gtzo] {
        padding: 15px;
        gap: 10px;
    }

    .info-item i[b-sol545gtzo] {
        font-size: 1.5rem;
    }

    .info-item strong[b-sol545gtzo] {
        font-size: 0.8rem;
    }

    .info-item p[b-sol545gtzo] {
        font-size: 1rem;
    }

    .event-content[b-sol545gtzo] {
        padding: 20px;
    }

    .content-section h2[b-sol545gtzo] {
        font-size: 1.2rem;
        gap: 8px;
    }

    .content-section h2 i[b-sol545gtzo] {
        font-size: 1.2rem;
    }

    .details-text[b-sol545gtzo] {
        font-size: 0.95rem;
    }

    .gallery-grid[b-sol545gtzo] {
        grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
        gap: 10px;
    }

    .gallery-overlay i[b-sol545gtzo] {
        font-size: 2rem;
    }

    .lightbox-nav[b-sol545gtzo] {
        width: 40px;
        height: 40px;
        font-size: 1.2rem;
    }

    .lightbox-close[b-sol545gtzo] {
        width: 40px;
        height: 40px;
        font-size: 1.2rem;
    }

    .lightbox-counter[b-sol545gtzo] {
        font-size: 0.9rem;
        padding: 8px 16px;
    }
}
/* _content/CollegeCMS/Pages/Events.razor.rz.scp.css */
/* Events Listing Page Styles */

.content-section[b-3uwr87v38z] {
    margin-bottom: 40px;
}

/* Filters Section */
.filters-section[b-3uwr87v38z] {
    background-color: #f8f9fa;
    padding: 1.5rem;
    border-radius: 0.5rem;
    margin-bottom: 2rem;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}

.filter-group[b-3uwr87v38z] {
    margin-bottom: 0;
}

.filter-label[b-3uwr87v38z] {
    font-weight: 600;
    color: #495057;
    margin-bottom: 0.5rem;
    display: block;
    font-size: 0.9rem;
}

.filter-label i[b-3uwr87v38z] {
    color: #1b6ec2;
    margin-right: 0.25rem;
}

.filter-actions[b-3uwr87v38z] {
    margin-top: 1rem;
    text-align: right;
}

.filter-actions .btn[b-3uwr87v38z] {
    font-size: 0.875rem;
}

/* Section Header */
.section-header[b-3uwr87v38z] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
    padding-bottom: 15px;
    border-bottom: 2px solid #1b6ec2;
}

.section-header h2[b-3uwr87v38z] {
    font-size: 2rem;
    font-weight: 700;
    color: #333;
    margin: 0;
}

.section-header .text-muted[b-3uwr87v38z] {
    font-size: 0.95rem;
    margin: 0;
}

/* Events Grid Layout */
.events-grid[b-3uwr87v38z] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-bottom: 40px;
}

/* Event Card Styles */
.event-card[b-3uwr87v38z] {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    border: 1px solid #e9ecef;
}

.event-card:hover[b-3uwr87v38z] {
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
    transform: translateY(-8px);
    border-color: #1b6ec2;
}

/* Event Image Section */
.event-image[b-3uwr87v38z] {
    position: relative;
    width: 100%;
    height: 220px;
    overflow: hidden;
    background: #f0f0f0;
}

.event-image img[b-3uwr87v38z] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.event-card:hover .event-image img[b-3uwr87v38z] {
    transform: scale(1.05);
}

/* Date Badge */
.event-date-badge[b-3uwr87v38z] {
    position: absolute;
    top: 15px;
    left: 15px;
    background: rgba(27, 110, 194, 0.95);
    color: white;
    padding: 10px 14px;
    border-radius: 8px;
    text-align: center;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    display: flex;
    flex-direction: column;
    min-width: 60px;
}

.date-day[b-3uwr87v38z] {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    display: block;
}

.date-month[b-3uwr87v38z] {
    font-size: 0.85rem;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 1;
    margin-top: 2px;
    display: block;
}

.date-year[b-3uwr87v38z] {
    font-size: 0.75rem;
    line-height: 1;
    margin-top: 2px;
    opacity: 0.9;
    display: block;
}

/* Card Body Section */
.event-card-body[b-3uwr87v38z] {
    padding: 24px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.event-card-title[b-3uwr87v38z] {
    font-size: 1.35rem;
    font-weight: 700;
    color: #333;
    margin-bottom: 16px;
    line-height: 1.3;
    min-height: 2.6em;
}

.event-card-meta[b-3uwr87v38z] {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 16px;
}

.meta-item[b-3uwr87v38z] {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.9rem;
    color: #666;
}

.meta-item i[b-3uwr87v38z] {
    color: #1b6ec2;
    font-size: 1rem;
}

.event-card-description[b-3uwr87v38z] {
    color: #666;
    font-size: 0.95rem;
    line-height: 1.6;
    margin-bottom: 0;
    flex: 1;
}

/* Card Footer Section */
.event-card-footer[b-3uwr87v38z] {
    padding: 16px 24px;
    border-top: 1px solid #eee;
    background: #f8f9fa;
}

.event-card-link[b-3uwr87v38z] {
    color: #1b6ec2;
    text-decoration: none;
    font-weight: 600;
    font-size: 1rem;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s ease;
}

.event-card-link:hover[b-3uwr87v38z] {
    color: #006bb7;
    gap: 12px;
}

.event-card-link i[b-3uwr87v38z] {
    font-size: 0.9rem;
    transition: transform 0.3s ease;
}

.event-card-link:hover i[b-3uwr87v38z] {
    transform: translateX(4px);
}

/* Pagination Styles */
.pagination-container[b-3uwr87v38z] {
    margin-top: 40px;
    margin-bottom: 40px;
}

.pagination[b-3uwr87v38z] {
    margin-bottom: 20px;
}

.pagination .page-item[b-3uwr87v38z] {
    margin: 0 3px;
}

.pagination .page-link[b-3uwr87v38z] {
    color: #1b6ec2;
    border: 1px solid #dee2e6;
    border-radius: 6px;
    padding: 8px 14px;
    font-weight: 500;
    transition: all 0.3s ease;
}

.pagination .page-link:hover[b-3uwr87v38z] {
    background-color: #1b6ec2;
    color: white;
    border-color: #1b6ec2;
}

.pagination .page-item.active .page-link[b-3uwr87v38z] {
    background-color: #1b6ec2;
    border-color: #1b6ec2;
    color: white;
    font-weight: 600;
}

.pagination .page-item.disabled .page-link[b-3uwr87v38z] {
    color: #6c757d;
    background-color: #fff;
    border-color: #dee2e6;
    cursor: not-allowed;
    opacity: 0.6;
}

.pagination .page-link i[b-3uwr87v38z] {
    font-size: 0.85rem;
    vertical-align: middle;
}

.pagination-info[b-3uwr87v38z] {
    text-align: center;
    color: #666;
    font-size: 0.95rem;
}

/* Responsive Design */

/* Tablet: 2 columns */
@media (max-width: 992px) {
    .events-grid[b-3uwr87v38z] {
        grid-template-columns: repeat(2, 1fr);
        gap: 25px;
    }
    
    .section-header h2[b-3uwr87v38z] {
        font-size: 1.75rem;
    }
}

/* Mobile: 1 column */
@media (max-width: 768px) {
    .events-grid[b-3uwr87v38z] {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .section-header[b-3uwr87v38z] {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }
    
    .section-header h2[b-3uwr87v38z] {
        font-size: 1.5rem;
    }
    
    .event-image[b-3uwr87v38z] {
        height: 200px;
    }
    
    .event-card-body[b-3uwr87v38z] {
        padding: 20px;
    }
    
    .event-card-title[b-3uwr87v38z] {
        font-size: 1.25rem;
        min-height: auto;
    }
    
    .event-card-footer[b-3uwr87v38z] {
        padding: 14px 20px;
    }

    .pagination .page-item[b-3uwr87v38z] {
        margin: 0 2px;
    }

    .pagination .page-link[b-3uwr87v38z] {
        padding: 6px 10px;
        font-size: 0.9rem;
    }
}

/* Small Mobile */
@media (max-width: 576px) {
    .event-image[b-3uwr87v38z] {
        height: 180px;
    }
    
    .event-date-badge[b-3uwr87v38z] {
        top: 10px;
        left: 10px;
        padding: 8px 10px;
        min-width: 50px;
    }
    
    .date-day[b-3uwr87v38z] {
        font-size: 1.3rem;
    }
    
    .date-month[b-3uwr87v38z] {
        font-size: 0.75rem;
    }
    
    .date-year[b-3uwr87v38z] {
        font-size: 0.7rem;
    }
    
    .event-card-body[b-3uwr87v38z] {
        padding: 16px;
    }
    
    .event-card-title[b-3uwr87v38z] {
        font-size: 1.15rem;
    }
    
    .event-card-footer[b-3uwr87v38z] {
        padding: 12px 16px;
    }

    .pagination .page-link[b-3uwr87v38z] {
        padding: 5px 8px;
        font-size: 0.85rem;
    }

    /* Hide some page numbers on very small screens */
    .pagination .page-item:not(.active):not(:first-child):not(:last-child):not(:nth-child(2)):not(:nth-last-child(2))[b-3uwr87v38z] {
        display: none;
    }
}
/* _content/CollegeCMS/Pages/FacultyList.razor.rz.scp.css */
/* Faculty Listing Page Styles */

/* Filter Section */
.filter-section[b-4uu7fjdyno] {
    background: #f8f9fa;
    padding: 25px;
    border-radius: 12px;
    margin-bottom: 40px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.filter-section .form-label[b-4uu7fjdyno] {
    color: #333;
    margin-bottom: 8px;
}

.filter-section .form-label i[b-4uu7fjdyno] {
    color: #1b6ec2;
    margin-right: 5px;
}

.filter-section .form-select[b-4uu7fjdyno],
.filter-section .form-control[b-4uu7fjdyno] {
    border: 2px solid #dee2e6;
    transition: border-color 0.3s ease;
}

.filter-section .form-select:focus[b-4uu7fjdyno],
.filter-section .form-control:focus[b-4uu7fjdyno] {
    border-color: #1b6ec2;
    box-shadow: 0 0 0 0.2rem rgba(27, 110, 194, 0.15);
}

.filter-section .btn-outline-secondary[b-4uu7fjdyno] {
    border: 2px solid #dee2e6;
    color: #666;
    font-weight: 500;
    transition: all 0.3s ease;
}

.filter-section .btn-outline-secondary:hover[b-4uu7fjdyno] {
    background: #6c757d;
    border-color: #6c757d;
    color: white;
}

/* Content Section */
.content-section[b-4uu7fjdyno] {
    margin-bottom: 40px;
}

.section-header[b-4uu7fjdyno] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
    padding-bottom: 15px;
    border-bottom: 2px solid #1b6ec2;
}

.section-header h2[b-4uu7fjdyno] {
    font-size: 2rem;
    font-weight: 700;
    color: #333;
    margin: 0;
}

.section-header .text-muted[b-4uu7fjdyno] {
    font-size: 0.95rem;
    margin: 0;
}

/* Faculty Grid Layout */
.faculty-grid[b-4uu7fjdyno] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

/* Faculty Card Styles */
.faculty-card[b-4uu7fjdyno] {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
}

.faculty-card:hover[b-4uu7fjdyno] {
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
    transform: translateY(-8px);
}

/* Card Image Section */
.faculty-card-image[b-4uu7fjdyno] {
    position: relative;
    width: 100%;
    height: 280px;
    overflow: hidden;
    background: #f0f0f0;
}

.faculty-card-image img[b-4uu7fjdyno] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.faculty-card:hover .faculty-card-image img[b-4uu7fjdyno] {
    transform: scale(1.05);
}

/* HOD Badge */
.hod-badge[b-4uu7fjdyno] {
    position: absolute;
    top: 15px;
    right: 15px;
    background: linear-gradient(135deg, #ffd700 0%, #ffed4e 100%);
    color: #333;
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 700;
    box-shadow: 0 2px 8px rgba(255, 215, 0, 0.4);
    display: flex;
    align-items: center;
    gap: 5px;
}

.hod-badge i[b-4uu7fjdyno] {
    font-size: 0.75rem;
}

/* Card Body Section */
.faculty-card-body[b-4uu7fjdyno] {
    padding: 24px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.faculty-card-name[b-4uu7fjdyno] {
    font-size: 1.35rem;
    font-weight: 700;
    color: #333;
    margin-bottom: 12px;
    line-height: 1.3;
}

.faculty-card-position[b-4uu7fjdyno] {
    font-size: 1rem;
    color: #1b6ec2;
    font-weight: 600;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.faculty-card-position i[b-4uu7fjdyno] {
    font-size: 1rem;
}

.faculty-card-department[b-4uu7fjdyno] {
    font-size: 0.95rem;
    color: #666;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 8px;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
}

.faculty-card-department i[b-4uu7fjdyno] {
    color: #1b6ec2;
}

.faculty-card-contact[b-4uu7fjdyno] {
    font-size: 0.9rem;
    color: #666;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.faculty-card-contact i[b-4uu7fjdyno] {
    color: #1b6ec2;
    min-width: 16px;
}

.faculty-card-contact a[b-4uu7fjdyno] {
    color: #1b6ec2;
    text-decoration: none;
    word-break: break-word;
}

.faculty-card-contact a:hover[b-4uu7fjdyno] {
    text-decoration: underline;
}

/* Card Footer Section */
.faculty-card-footer[b-4uu7fjdyno] {
    padding: 16px 24px;
    border-top: 1px solid #eee;
    background: #f8f9fa;
    margin-top: auto;
}

.faculty-card-link[b-4uu7fjdyno] {
    color: #1b6ec2;
    text-decoration: none;
    font-weight: 600;
    font-size: 1rem;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s ease;
}

.faculty-card-link:hover[b-4uu7fjdyno] {
    color: #006bb7;
    gap: 12px;
}

.faculty-card-link i[b-4uu7fjdyno] {
    font-size: 0.9rem;
    transition: transform 0.3s ease;
}

.faculty-card-link:hover i[b-4uu7fjdyno] {
    transform: translateX(4px);
}

/* Alert Styling */
.alert[b-4uu7fjdyno] {
    border-radius: 8px;
    padding: 20px;
    margin-top: 20px;
}

.alert i[b-4uu7fjdyno] {
    margin-right: 8px;
    font-size: 1.2rem;
}

/* Responsive Design */

/* Large Tablets: 2 columns */
@media (max-width: 1200px) {
    .faculty-grid[b-4uu7fjdyno] {
        grid-template-columns: repeat(2, 1fr);
        gap: 25px;
    }
}

/* Tablets: 2 columns with adjusted spacing */
@media (max-width: 992px) {
    .faculty-grid[b-4uu7fjdyno] {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
    
    .section-header h2[b-4uu7fjdyno] {
        font-size: 1.75rem;
    }
    
    .filter-section[b-4uu7fjdyno] {
        padding: 20px;
    }
}

/* Mobile Landscape and Portrait: 1 column */
@media (max-width: 768px) {
    .faculty-grid[b-4uu7fjdyno] {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .section-header[b-4uu7fjdyno] {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }
    
    .section-header h2[b-4uu7fjdyno] {
        font-size: 1.5rem;
    }
    
    .faculty-card-image[b-4uu7fjdyno] {
        height: 240px;
    }
    
    .faculty-card-body[b-4uu7fjdyno] {
        padding: 20px;
    }
    
    .faculty-card-name[b-4uu7fjdyno] {
        font-size: 1.2rem;
    }
    
    .faculty-card-footer[b-4uu7fjdyno] {
        padding: 14px 20px;
    }
    
    .filter-section[b-4uu7fjdyno] {
        padding: 18px;
    }
    
    .filter-section .row[b-4uu7fjdyno] {
        row-gap: 15px !important;
    }
}

/* Small Mobile */
@media (max-width: 576px) {
    .faculty-card-image[b-4uu7fjdyno] {
        height: 220px;
    }
    
    .faculty-card-body[b-4uu7fjdyno] {
        padding: 16px;
    }
    
    .faculty-card-name[b-4uu7fjdyno] {
        font-size: 1.15rem;
    }
    
    .faculty-card-footer[b-4uu7fjdyno] {
        padding: 12px 16px;
    }
    
    .filter-section[b-4uu7fjdyno] {
        padding: 15px;
    }
    
    .section-header h2[b-4uu7fjdyno] {
        font-size: 1.3rem;
    }
}
/* _content/CollegeCMS/Pages/FacultyProfile.razor.rz.scp.css */
/* Faculty Profile Page Styles */

/* Profile Container */
.profile-container[b-jwqcyadq2v] {
    margin-top: 30px;
    margin-bottom: 40px;
}

/* Profile Header Section */
.profile-header[b-jwqcyadq2v] {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    padding: 30px;
    margin-bottom: 30px;
}

/* Faculty Photo */
.profile-photo-container[b-jwqcyadq2v] {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
}

.profile-photo[b-jwqcyadq2v] {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

/* HOD Badge for Profile */
.hod-badge-large[b-jwqcyadq2v] {
    position: absolute;
    top: 20px;
    left: 20px;
    background: linear-gradient(135deg, #ffd700 0%, #ffed4e 100%);
    color: #333;
    padding: 12px 20px;
    border-radius: 30px;
    font-weight: 700;
    box-shadow: 0 4px 12px rgba(255, 215, 0, 0.5);
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 1rem;
}

.hod-badge-large i[b-jwqcyadq2v] {
    font-size: 1.1rem;
}

/* Profile Info Section */
.profile-info[b-jwqcyadq2v] {
    padding: 0;
}

.profile-name[b-jwqcyadq2v] {
    font-size: 2.5rem;
    font-weight: 700;
    color: #333;
    margin-bottom: 15px;
    line-height: 1.2;
}

.profile-position[b-jwqcyadq2v] {
    font-size: 1.35rem;
    color: #1b6ec2;
    font-weight: 600;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.profile-position i[b-jwqcyadq2v] {
    font-size: 1.4rem;
}

.profile-department[b-jwqcyadq2v] {
    font-size: 1.1rem;
    color: #666;
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.profile-department i[b-jwqcyadq2v] {
    font-size: 1.2rem;
    color: #1b6ec2;
}

/* Contact Information */
.contact-info[b-jwqcyadq2v] {
    background: #f8f9fa;
    border-radius: 8px;
    padding: 20px;
    margin-top: 20px;
}

.section-title[b-jwqcyadq2v] {
    font-size: 1.2rem;
    font-weight: 700;
    color: #333;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.section-title i[b-jwqcyadq2v] {
    color: #1b6ec2;
    font-size: 1.3rem;
}

.contact-details[b-jwqcyadq2v] {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.contact-item[b-jwqcyadq2v] {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 1rem;
    color: #666;
}

.contact-item i[b-jwqcyadq2v] {
    color: #1b6ec2;
    font-size: 1.1rem;
    min-width: 20px;
}

.contact-item a[b-jwqcyadq2v] {
    color: #1b6ec2;
    text-decoration: none;
    transition: color 0.3s ease;
}

.contact-item a:hover[b-jwqcyadq2v] {
    color: #006bb7;
    text-decoration: underline;
}

/* Profile Sections */
.profile-section[b-jwqcyadq2v] {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    padding: 30px;
    margin-bottom: 30px;
}

.section-heading[b-jwqcyadq2v] {
    font-size: 1.8rem;
    font-weight: 700;
    color: #333;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 2px solid #1b6ec2;
    display: flex;
    align-items: center;
    gap: 12px;
}

.section-heading i[b-jwqcyadq2v] {
    color: #1b6ec2;
    font-size: 1.8rem;
}

.section-heading .badge[b-jwqcyadq2v] {
    font-size: 0.9rem;
    padding: 6px 12px;
    margin-left: auto;
}

.section-content[b-jwqcyadq2v] {
    font-size: 1rem;
    line-height: 1.8;
    color: #555;
}

/* Courses Grid */
.courses-grid[b-jwqcyadq2v] {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.course-card[b-jwqcyadq2v] {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    background: #f8f9fa;
    border-radius: 8px;
    padding: 20px;
    transition: all 0.3s ease;
    border-left: 4px solid #1b6ec2;
}

.course-card:hover[b-jwqcyadq2v] {
    background: #e9ecef;
    transform: translateX(5px);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.course-icon[b-jwqcyadq2v] {
    flex-shrink: 0;
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #1b6ec2 0%, #0d4d8f 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.5rem;
}

.course-info[b-jwqcyadq2v] {
    flex: 1;
}

.course-name[b-jwqcyadq2v] {
    font-size: 1.1rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 8px;
}

.course-department[b-jwqcyadq2v] {
    font-size: 0.9rem;
    color: #666;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 6px;
}

.course-department i[b-jwqcyadq2v] {
    color: #1b6ec2;
}

/* Publications List */
.publications-list[b-jwqcyadq2v] {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.publication-item[b-jwqcyadq2v] {
    display: flex;
    align-items: center;
    gap: 15px;
    background: #f8f9fa;
    border-radius: 8px;
    padding: 20px;
    transition: all 0.3s ease;
    border-left: 4px solid #28a745;
}

.publication-item:hover[b-jwqcyadq2v] {
    background: #e9ecef;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.publication-icon[b-jwqcyadq2v] {
    flex-shrink: 0;
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #28a745 0%, #1e7e34 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.5rem;
}

.publication-info[b-jwqcyadq2v] {
    flex: 1;
}

.publication-name[b-jwqcyadq2v] {
    font-size: 1.1rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 6px;
}

.publication-meta[b-jwqcyadq2v] {
    font-size: 0.9rem;
    color: #666;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 6px;
}

.publication-meta i[b-jwqcyadq2v] {
    color: #28a745;
}

.publication-actions[b-jwqcyadq2v] {
    flex-shrink: 0;
}

.publication-actions .btn[b-jwqcyadq2v] {
    padding: 8px 16px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 6px;
    transition: all 0.3s ease;
}

.publication-actions .btn i[b-jwqcyadq2v] {
    font-size: 1rem;
}

.publication-actions .btn:hover[b-jwqcyadq2v] {
    transform: translateY(-2px);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

/* Responsive Design */

/* Tablets */
@media (max-width: 992px) {
    .profile-name[b-jwqcyadq2v] {
        font-size: 2rem;
    }
    
    .profile-position[b-jwqcyadq2v] {
        font-size: 1.2rem;
    }
    
    .section-heading[b-jwqcyadq2v] {
        font-size: 1.5rem;
    }
    
    .courses-grid[b-jwqcyadq2v] {
        grid-template-columns: 1fr;
    }
    
    .profile-header[b-jwqcyadq2v] {
        padding: 25px;
    }
    
    .profile-section[b-jwqcyadq2v] {
        padding: 25px;
    }
}

/* Mobile */
@media (max-width: 768px) {
    .profile-header[b-jwqcyadq2v] {
        padding: 20px;
    }
    
    .profile-section[b-jwqcyadq2v] {
        padding: 20px;
    }
    
    .profile-name[b-jwqcyadq2v] {
        font-size: 1.75rem;
    }
    
    .profile-position[b-jwqcyadq2v] {
        font-size: 1.1rem;
    }
    
    .profile-department[b-jwqcyadq2v] {
        font-size: 1rem;
    }
    
    .section-heading[b-jwqcyadq2v] {
        font-size: 1.3rem;
        flex-wrap: wrap;
    }
    
    .section-heading .badge[b-jwqcyadq2v] {
        margin-left: 0;
    }
    
    .courses-grid[b-jwqcyadq2v] {
        gap: 15px;
    }
    
    .course-card[b-jwqcyadq2v] {
        padding: 15px;
    }
    
    .publication-item[b-jwqcyadq2v] {
        flex-direction: column;
        align-items: flex-start;
    }
    
    .publication-actions[b-jwqcyadq2v] {
        width: 100%;
    }
    
    .publication-actions .btn[b-jwqcyadq2v] {
        width: 100%;
        justify-content: center;
    }
    
    .hod-badge-large[b-jwqcyadq2v] {
        font-size: 0.9rem;
        padding: 10px 16px;
    }
}

/* Small Mobile */
@media (max-width: 576px) {
    .profile-header[b-jwqcyadq2v] {
        padding: 15px;
    }
    
    .profile-section[b-jwqcyadq2v] {
        padding: 15px;
    }
    
    .profile-name[b-jwqcyadq2v] {
        font-size: 1.5rem;
    }
    
    .profile-position[b-jwqcyadq2v] {
        font-size: 1rem;
    }
    
    .section-heading[b-jwqcyadq2v] {
        font-size: 1.2rem;
    }
    
    .contact-info[b-jwqcyadq2v] {
        padding: 15px;
    }
    
    .course-card[b-jwqcyadq2v],
    .publication-item[b-jwqcyadq2v] {
        padding: 12px;
    }
    
    .course-icon[b-jwqcyadq2v],
    .publication-icon[b-jwqcyadq2v] {
        width: 40px;
        height: 40px;
        font-size: 1.2rem;
    }
    
    .course-name[b-jwqcyadq2v],
    .publication-name[b-jwqcyadq2v] {
        font-size: 1rem;
    }
}
/* _content/CollegeCMS/Pages/GalleryImages.razor.rz.scp.css */
/* Gallery Grid */
.gallery-grid[b-bnidligy0k] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 1.5rem;
    margin-top: 2rem;
    margin-bottom: 3rem;
}

/* Gallery Item */
.gallery-item[b-bnidligy0k] {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    text-decoration: none;
    background: white;
    aspect-ratio: 4 / 3;
}

.gallery-item:hover[b-bnidligy0k] {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

/* Gallery Image */
.gallery-image[b-bnidligy0k] {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.gallery-image img[b-bnidligy0k] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.gallery-item:hover .gallery-image img[b-bnidligy0k] {
    transform: scale(1.1);
}

/* Gallery Item Overlay */
.gallery-item-overlay[b-bnidligy0k] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.gallery-item:hover .gallery-item-overlay[b-bnidligy0k] {
    opacity: 1;
}

.gallery-item-overlay i[b-bnidligy0k] {
    font-size: 3rem;
    color: white;
    transition: transform 0.3s ease;
}

.gallery-item:hover .gallery-item-overlay i[b-bnidligy0k] {
    transform: scale(1.2);
}

/* No Data Message */
.no-data-message[b-bnidligy0k] {
    text-align: center;
    padding: 4rem 2rem;
    color: #718096;
}

.no-data-message i[b-bnidligy0k] {
    font-size: 5rem;
    color: #cbd5e0;
    margin-bottom: 1.5rem;
}

.no-data-message h3[b-bnidligy0k] {
    font-size: 1.8rem;
    color: #2d3748;
    margin-bottom: 0.5rem;
}

.no-data-message p[b-bnidligy0k] {
    font-size: 1.1rem;
    margin-bottom: 1.5rem;
}

/* Responsive Design */
@media (max-width: 992px) {
    .gallery-grid[b-bnidligy0k] {
        grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
        gap: 1.25rem;
    }
}

@media (max-width: 768px) {
    .gallery-grid[b-bnidligy0k] {
        grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
        gap: 1rem;
    }

    .gallery-item-overlay i[b-bnidligy0k] {
        font-size: 2.5rem;
    }
}

@media (max-width: 576px) {
    .gallery-grid[b-bnidligy0k] {
        grid-template-columns: 1fr 1fr;
        gap: 0.75rem;
    }

    .gallery-item[b-bnidligy0k] {
        aspect-ratio: 1 / 1;
    }

    .gallery-item-overlay i[b-bnidligy0k] {
        font-size: 2rem;
    }
}

/* PhotoSwipe Custom Styles */
.pswp[b-bnidligy0k] {
    z-index: 2000;
}

.pswp__button[b-bnidligy0k] {
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 4px;
}

.pswp__button:hover[b-bnidligy0k] {
    background-color: rgba(0, 0, 0, 0.7);
}
/* _content/CollegeCMS/Pages/GalleryManagement.razor.rz.scp.css */
/* Gallery Management Styles */

.table-hover tbody tr:hover[b-olxpknan8a] {
    background-color: rgba(0, 123, 255, 0.05);
}

.table-active[b-olxpknan8a] {
    background-color: rgba(13, 202, 240, 0.1) !important;
    border-left: 3px solid #0dcaf0;
}

.card[b-olxpknan8a] {
    transition: all 0.3s ease;
}

.card:hover[b-olxpknan8a] {
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1) !important;
}

.modal.show[b-olxpknan8a] {
    display: block;
    animation: fadeIn-b-olxpknan8a 0.15s ease-in;
}

@keyframes fadeIn-b-olxpknan8a {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.modal-dialog[b-olxpknan8a] {
    animation: slideDown-b-olxpknan8a 0.3s ease-out;
}

@keyframes slideDown-b-olxpknan8a {
    from {
        transform: translateY(-50px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.btn-group .btn[b-olxpknan8a] {
    padding: 0.25rem 0.5rem;
}

.img-thumbnail[b-olxpknan8a] {
    border-radius: 0.375rem;
    transition: transform 0.2s ease;
}

.img-thumbnail:hover[b-olxpknan8a] {
    transform: scale(1.05);
}

.badge[b-olxpknan8a] {
    font-size: 0.85rem;
    padding: 0.35em 0.65em;
}

.form-label[b-olxpknan8a] {
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.form-text[b-olxpknan8a] {
    font-size: 0.875rem;
    color: #6c757d;
}

.alert[b-olxpknan8a] {
    border-radius: 0.375rem;
    animation: slideInDown-b-olxpknan8a 0.3s ease-out;
}

@keyframes slideInDown-b-olxpknan8a {
    from {
        transform: translateY(-20px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.progress[b-olxpknan8a] {
    height: 1.5rem;
    border-radius: 0.375rem;
}

.progress-bar[b-olxpknan8a] {
    font-size: 0.875rem;
    font-weight: 600;
}

.card-img-top[b-olxpknan8a] {
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
}

.card-footer[b-olxpknan8a] {
    background-color: #f8f9fa;
    border-top: 1px solid rgba(0, 0, 0, 0.125);
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .modal-dialog[b-olxpknan8a] {
        margin: 0.5rem;
    }

    .btn-group[b-olxpknan8a] {
        display: flex;
        flex-wrap: wrap;
    }

    .table-responsive[b-olxpknan8a] {
        font-size: 0.875rem;
    }
}

/* Image preview styles */
.border.rounded.p-2[b-olxpknan8a] {
    background-color: #f8f9fa;
}

.img-fluid[b-olxpknan8a] {
    border-radius: 0.375rem;
}

/* Status badges */
.badge.bg-success[b-olxpknan8a] {
    background-color: #198754 !important;
}

.badge.bg-secondary[b-olxpknan8a] {
    background-color: #6c757d !important;
}

.badge.bg-info[b-olxpknan8a] {
    background-color: #0dcaf0 !important;
}

/* Card header styles */
.card-header[b-olxpknan8a] {
    border-bottom: 2px solid rgba(0, 0, 0, 0.125);
    font-weight: 600;
}

.card-header.bg-primary[b-olxpknan8a] {
    background-color: #0d6efd !important;
}

.card-header.bg-info[b-olxpknan8a] {
    background-color: #0dcaf0 !important;
}

/* Spinner styles */
.spinner-border-sm[b-olxpknan8a] {
    width: 1rem;
    height: 1rem;
    border-width: 0.15em;
}

/* Button styles */
.btn[b-olxpknan8a] {
    transition: all 0.2s ease;
}

.btn:hover:not(:disabled)[b-olxpknan8a] {
    transform: translateY(-1px);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.btn:active:not(:disabled)[b-olxpknan8a] {
    transform: translateY(0);
}

/* Modal close button */
.btn-close-white[b-olxpknan8a] {
    filter: brightness(0) invert(1);
}

/* Image grid styles */
.row-cols-1 > *[b-olxpknan8a] {
    padding: 0.5rem;
}

.row-cols-md-3 > *[b-olxpknan8a] {
    flex: 0 0 auto;
    width: 33.333333%;
}

.row-cols-lg-4 > *[b-olxpknan8a] {
    flex: 0 0 auto;
    width: 25%;
}

@media (max-width: 768px) {
    .row-cols-1 > *[b-olxpknan8a] {
        width: 100%;
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    .row-cols-md-3 > *[b-olxpknan8a] {
        width: 33.333333%;
    }
}

@media (min-width: 992px) {
    .row-cols-lg-4 > *[b-olxpknan8a] {
        width: 25%;
    }
}
/* _content/CollegeCMS/Pages/GalleryTypes.razor.rz.scp.css */
/* Content Section */
.content-section[b-3ztx28rkks] {
    margin-bottom: 40px;
}

/* Filters Section */
.filters-section[b-3ztx28rkks] {
    background-color: #f8f9fa;
    padding: 1.5rem;
    border-radius: 0.5rem;
    margin-bottom: 2rem;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}

.filter-group[b-3ztx28rkks] {
    margin-bottom: 0;
}

.filter-label[b-3ztx28rkks] {
    font-weight: 600;
    color: #495057;
    margin-bottom: 0.5rem;
    display: block;
    font-size: 0.9rem;
}

.filter-label i[b-3ztx28rkks] {
    color: #1b6ec2;
    margin-right: 0.25rem;
}

.filter-actions[b-3ztx28rkks] {
    margin-top: 1rem;
    text-align: right;
}

.filter-actions .btn[b-3ztx28rkks] {
    font-size: 0.875rem;
}

.section-header[b-3ztx28rkks] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
    padding-bottom: 15px;
    border-bottom: 2px solid #1b6ec2;
}

.section-header h2[b-3ztx28rkks] {
    font-size: 2rem;
    font-weight: 700;
    color: #333;
    margin: 0;
}

.section-header .text-muted[b-3ztx28rkks] {
    font-size: 0.95rem;
    margin: 0;
}

/* Gallery Types Grid */
.gallery-types-grid[b-3ztx28rkks] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 2rem;
    margin-top: 2rem;
    margin-bottom: 3rem;
}

/* Gallery Type Card */
.gallery-type-card[b-3ztx28rkks] {
    background: white;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    cursor: pointer;
    display: flex;
    flex-direction: column;
}

.gallery-type-card:hover[b-3ztx28rkks] {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

/* Gallery Type Image */
.gallery-type-image[b-3ztx28rkks] {
    position: relative;
    width: 100%;
    height: 250px;
    overflow: hidden;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}

.gallery-type-image img[b-3ztx28rkks] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.gallery-type-card:hover .gallery-type-image img[b-3ztx28rkks] {
    transform: scale(1.1);
}

.no-image-placeholder[b-3ztx28rkks] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    color: white;
    font-size: 4rem;
}

/* Gallery Overlay */
.gallery-overlay[b-3ztx28rkks] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.gallery-type-card:hover .gallery-overlay[b-3ztx28rkks] {
    opacity: 1;
}

.overlay-content[b-3ztx28rkks] {
    text-align: center;
    color: white;
}

.overlay-content i[b-3ztx28rkks] {
    font-size: 3rem;
    display: block;
    margin-bottom: 0.5rem;
}

.overlay-content span[b-3ztx28rkks] {
    font-size: 1.2rem;
    font-weight: 500;
}

/* Gallery Type Body */
.gallery-type-body[b-3ztx28rkks] {
    padding: 1.5rem;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.gallery-type-title[b-3ztx28rkks] {
    font-size: 1.5rem;
    font-weight: 600;
    color: #2d3748;
    margin-bottom: 0.75rem;
}

.gallery-type-description[b-3ztx28rkks] {
    color: #718096;
    line-height: 1.6;
    margin-bottom: 1rem;
    flex-grow: 1;
}

/* Gallery Type Footer */
.gallery-type-footer[b-3ztx28rkks] {
    margin-top: auto;
    padding-top: 1rem;
    border-top: 1px solid #e2e8f0;
}

.view-link[b-3ztx28rkks] {
    color: #4299e1;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    transition: color 0.3s ease;
}

.gallery-type-card:hover .view-link[b-3ztx28rkks] {
    color: #2b6cb0;
}

.view-link i[b-3ztx28rkks] {
    transition: transform 0.3s ease;
}

.gallery-type-card:hover .view-link i[b-3ztx28rkks] {
    transform: translateX(5px);
}

/* No Data Message */
.no-data-message[b-3ztx28rkks] {
    text-align: center;
    padding: 4rem 2rem;
    color: #718096;
}

.no-data-message i[b-3ztx28rkks] {
    font-size: 5rem;
    color: #cbd5e0;
    margin-bottom: 1.5rem;
}

.no-data-message h3[b-3ztx28rkks] {
    font-size: 1.8rem;
    color: #2d3748;
    margin-bottom: 0.5rem;
}

.no-data-message p[b-3ztx28rkks] {
    font-size: 1.1rem;
}

/* Responsive Design */
@media (max-width: 768px) {
    .gallery-types-grid[b-3ztx28rkks] {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .gallery-type-image[b-3ztx28rkks] {
        height: 200px;
    }

    .gallery-type-title[b-3ztx28rkks] {
        font-size: 1.25rem;
    }
}
/* _content/CollegeCMS/Pages/Index.razor.rz.scp.css */
.home-page .full-width-section[b-xl2myozych] {
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    width: 100vw;
}

/* Showcase section spacing */
.showcase-section[b-xl2myozych] {
    margin-bottom: 80px;
    animation: fadeInUp-b-xl2myozych 0.6s ease-out;
}

@keyframes fadeInUp-b-xl2myozych {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.showcase-section:last-child[b-xl2myozych] {
    margin-bottom: 50px;
}

/* Section headers */
.section-header[b-xl2myozych] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
    padding-bottom: 20px;
    border-bottom: 3px solid transparent;
    background: linear-gradient(90deg, #1b6ec2 0%, #4a9eff 50%, transparent 100%);
    background-position: 0 100%;
    background-size: 100% 3px;
    background-repeat: no-repeat;
    position: relative;
}

.section-header[b-xl2myozych]::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 80px;
    height: 3px;
    background: linear-gradient(90deg, #1b6ec2 0%, #4a9eff 100%);
    animation: slideIn-b-xl2myozych 0.6s ease-out;
}

@keyframes slideIn-b-xl2myozych {
    from {
        width: 0;
    }
    to {
        width: 80px;
    }
}

.section-header h2[b-xl2myozych] {
    font-size: 2.2rem;
    font-weight: 800;
    color: #1a1a1a;
    background: linear-gradient(135deg, #1a1a1a 0%, #1b6ec2 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin: 0;
    letter-spacing: -0.5px;
    position: relative;
}

.view-all-link[b-xl2myozych] {
    color: #1b6ec2;
    text-decoration: none;
    font-weight: 700;
    font-size: 1.05rem;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    padding: 8px 16px;
    border-radius: 8px;
    background: linear-gradient(135deg, rgba(27, 110, 194, 0.05) 0%, rgba(74, 158, 255, 0.05) 100%);
    border: 2px solid transparent;
}

.view-all-link:hover[b-xl2myozych] {
    color: #006bb7;
    gap: 12px;
    background: linear-gradient(135deg, rgba(27, 110, 194, 0.1) 0%, rgba(74, 158, 255, 0.1) 100%);
    border-color: rgba(27, 110, 194, 0.2);
    transform: translateX(4px);
}

/* Grid layout styles moved to /wwwroot/css/site.css for global scope */

/* Responsive adjustments */
@media (max-width: 768px) {
    .section-header[b-xl2myozych] {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
        margin-bottom: 30px;
    }
    
    .section-header h2[b-xl2myozych] {
        font-size: 1.65rem;
    }
    
    .view-all-link[b-xl2myozych] {
        font-size: 0.95rem;
        padding: 6px 12px;
    }
    
    .showcase-section[b-xl2myozych] {
        margin-bottom: 50px;
    }
    
    /* Grid responsive styles moved to /wwwroot/css/site.css */
}

/* Tablet adjustments - moved to /wwwroot/css/site.css */
/* _content/CollegeCMS/Pages/Infrastructure.razor.rz.scp.css */
/* Gallery Grid */
.gallery-grid[b-4zs9gqme6u] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 1.5rem;
    margin-top: 2rem;
    margin-bottom: 3rem;
}

/* Gallery Item */
.gallery-item[b-4zs9gqme6u] {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    text-decoration: none;
    background: white;
    aspect-ratio: 4 / 3;
}

.gallery-item:hover[b-4zs9gqme6u] {
    transform: translateY(-8px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.2);
}

/* Gallery Image */
.gallery-image[b-4zs9gqme6u] {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.gallery-image img[b-4zs9gqme6u] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.gallery-item:hover .gallery-image img[b-4zs9gqme6u] {
    transform: scale(1.15);
}

/* Gallery Item Overlay */
.gallery-item-overlay[b-4zs9gqme6u] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 47, 108, 0.7);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.gallery-item:hover .gallery-item-overlay[b-4zs9gqme6u] {
    opacity: 1;
}

.gallery-item-overlay i[b-4zs9gqme6u] {
    font-size: 3.5rem;
    color: white;
    transition: transform 0.3s ease;
}

.gallery-item:hover .gallery-item-overlay i[b-4zs9gqme6u] {
    transform: scale(1.2);
}

/* Gallery Caption */
.gallery-caption[b-4zs9gqme6u] {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.7), transparent);
    padding: 1.5rem 1rem 1rem;
    transform: translateY(0);
    transition: transform 0.3s ease;
}

.caption-text[b-4zs9gqme6u] {
    color: white;
    font-size: 1rem;
    font-weight: 600;
    margin: 0;
    line-height: 1.4;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

/* Content Section */
.content-section[b-4zs9gqme6u] {
    padding: 2rem 0;
}

.section-header[b-4zs9gqme6u] {
    text-align: center;
    margin-bottom: 2rem;
}

.section-header h2[b-4zs9gqme6u] {
    font-size: 2.5rem;
    font-weight: 700;
    color: #002f6c;
    margin-bottom: 0.5rem;
}

.section-header .text-muted[b-4zs9gqme6u] {
    font-size: 1.1rem;
}

/* No Data Message */
.no-data-message[b-4zs9gqme6u] {
    text-align: center;
    padding: 4rem 2rem;
    color: #718096;
}

.no-data-message i[b-4zs9gqme6u] {
    font-size: 5rem;
    color: #cbd5e0;
    margin-bottom: 1.5rem;
}

.no-data-message h3[b-4zs9gqme6u] {
    font-size: 1.8rem;
    color: #2d3748;
    margin-bottom: 0.5rem;
}

.no-data-message p[b-4zs9gqme6u] {
    font-size: 1.1rem;
    margin-bottom: 1.5rem;
}

/* PhotoSwipe Custom Styles */
.pswp[b-4zs9gqme6u] {
    z-index: 2000;
}

.pswp__button[b-4zs9gqme6u] {
    background-color: rgba(0, 0, 0, 0.6);
    border-radius: 4px;
}

.pswp__button:hover[b-4zs9gqme6u] {
    background-color: rgba(0, 0, 0, 0.8);
}

/* Responsive Design */
@media (max-width: 1200px) {
    .gallery-grid[b-4zs9gqme6u] {
        grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
        gap: 1.25rem;
    }
}

@media (max-width: 992px) {
    .gallery-grid[b-4zs9gqme6u] {
        grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
        gap: 1.25rem;
    }

    .section-header h2[b-4zs9gqme6u] {
        font-size: 2rem;
    }

    .caption-text[b-4zs9gqme6u] {
        font-size: 0.95rem;
    }
}

@media (max-width: 768px) {
    .gallery-grid[b-4zs9gqme6u] {
        grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
        gap: 1rem;
    }

    .gallery-item-overlay i[b-4zs9gqme6u] {
        font-size: 3rem;
    }

    .section-header h2[b-4zs9gqme6u] {
        font-size: 1.75rem;
    }

    .caption-text[b-4zs9gqme6u] {
        font-size: 0.9rem;
    }
}

@media (max-width: 576px) {
    .gallery-grid[b-4zs9gqme6u] {
        grid-template-columns: 1fr 1fr;
        gap: 0.75rem;
    }

    .gallery-item[b-4zs9gqme6u] {
        aspect-ratio: 1 / 1;
    }

    .gallery-item-overlay i[b-4zs9gqme6u] {
        font-size: 2.5rem;
    }

    .section-header h2[b-4zs9gqme6u] {
        font-size: 1.5rem;
    }

    .caption-text[b-4zs9gqme6u] {
        font-size: 0.85rem;
        padding: 0.5rem;
    }

    .gallery-caption[b-4zs9gqme6u] {
        padding: 1rem 0.75rem 0.75rem;
    }
}

/* Extra small devices */
@media (max-width: 400px) {
    .gallery-grid[b-4zs9gqme6u] {
        gap: 0.5rem;
    }

    .gallery-item[b-4zs9gqme6u] {
        border-radius: 8px;
    }

    .section-header h2[b-4zs9gqme6u] {
        font-size: 1.25rem;
    }
}
/* _content/CollegeCMS/Pages/Library.razor.rz.scp.css */
/* Library Page Styles */

/* Library Information Section */
.library-info-section[b-u2rou5oeix] {
    margin-top: 30px;
}

.section-title[b-u2rou5oeix] {
    font-size: 1.8rem;
    font-weight: 600;
    color: #2d3748;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.section-title i[b-u2rou5oeix] {
    color: #1b6ec2;
    font-size: 2rem;
}

.section-description[b-u2rou5oeix] {
    color: #4a5568;
    line-height: 1.8;
    margin-bottom: 2rem;
    font-size: 1.05rem;
}

.section-subtitle[b-u2rou5oeix] {
    color: #718096;
    font-size: 0.95rem;
    margin-bottom: 1.5rem;
}

/* Library Stats */
.library-stats[b-u2rou5oeix] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1.5rem;
    margin-top: 2rem;
}

.stat-card[b-u2rou5oeix] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 2rem 1.5rem;
    border-radius: 12px;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.stat-card:hover[b-u2rou5oeix] {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(102, 126, 234, 0.3);
}

.stat-card i[b-u2rou5oeix] {
    font-size: 2.5rem;
    margin-bottom: 0.75rem;
    opacity: 0.9;
}

.stat-card h4[b-u2rou5oeix] {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.stat-card p[b-u2rou5oeix] {
    font-size: 1rem;
    margin: 0;
    opacity: 0.9;
}

/* E-Book Section */
.ebook-section[b-u2rou5oeix] {
    margin-top: 30px;
}

.ebook-grid[b-u2rou5oeix] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 1.5rem;
    margin-top: 1.5rem;
}

.ebook-card[b-u2rou5oeix] {
    display: flex;
    gap: 1.5rem;
    padding: 1.5rem;
    background: #f8f9fa;
    border-radius: 10px;
    border: 1px solid #e2e8f0;
    transition: all 0.3s ease;
}

.ebook-card:hover[b-u2rou5oeix] {
    background: #ffffff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transform: translateY(-2px);
}

.ebook-icon[b-u2rou5oeix] {
    flex-shrink: 0;
}

.ebook-icon i[b-u2rou5oeix] {
    font-size: 3rem;
    color: #dc3545;
}

.ebook-content[b-u2rou5oeix] {
    flex-grow: 1;
}

.ebook-title[b-u2rou5oeix] {
    font-size: 1.15rem;
    font-weight: 600;
    color: #2d3748;
    margin-bottom: 0.5rem;
}

.ebook-details[b-u2rou5oeix] {
    color: #718096;
    font-size: 0.9rem;
    margin-bottom: 1rem;
    line-height: 1.5;
}

/* Useful Links Section */
.useful-links-section[b-u2rou5oeix] {
    margin-top: 30px;
}

.useful-links-grid[b-u2rou5oeix] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 1.5rem;
    margin-top: 1.5rem;
}

.useful-link-card[b-u2rou5oeix] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    padding: 2rem 1.5rem;
    background: white;
    border-radius: 10px;
    border: 2px solid #e2e8f0;
    text-decoration: none;
    color: #2d3748;
    transition: all 0.3s ease;
}

.useful-link-card:hover[b-u2rou5oeix] {
    border-color: #1b6ec2;
    box-shadow: 0 4px 12px rgba(27, 110, 194, 0.15);
    transform: translateY(-3px);
    color: #1b6ec2;
}

.link-logo[b-u2rou5oeix] {
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f8f9fa;
    border-radius: 50%;
    overflow: hidden;
}

.link-logo img[b-u2rou5oeix] {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.link-logo i[b-u2rou5oeix] {
    font-size: 2.5rem;
    color: #1b6ec2;
}

.link-name[b-u2rou5oeix] {
    font-size: 1.1rem;
    font-weight: 600;
    text-align: center;
}

/* Library Calendar Section */
.library-calendar-section[b-u2rou5oeix] {
    margin-top: 30px;
}

#library-calendar[b-u2rou5oeix] {
    max-width: 100%;
    margin: 0 auto;
}

/* Event details modal customization */
.event-details[b-u2rou5oeix] {
    padding: 10px 0;
}

.event-details > div[b-u2rou5oeix] {
    padding: 10px;
    border-left: 3px solid #1b6ec2;
    margin-bottom: 10px;
    background-color: #f8f9fa;
}

.event-details i[b-u2rou5oeix] {
    margin-right: 10px;
}

/* Modal backdrop */
.modal.show[b-u2rou5oeix] {
    display: block;
}

/* Library Gallery Section */
.library-gallery-section[b-u2rou5oeix] {
    margin-top: 30px;
}

.gallery-grid[b-u2rou5oeix] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 1.5rem;
    margin-top: 1.5rem;
}

.gallery-item[b-u2rou5oeix] {
    display: block;
    text-decoration: none;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    aspect-ratio: 4/3;
}

.gallery-image[b-u2rou5oeix] {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.gallery-image img[b-u2rou5oeix] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.gallery-item:hover .gallery-image img[b-u2rou5oeix] {
    transform: scale(1.1);
}

.gallery-item-overlay[b-u2rou5oeix] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.gallery-item:hover .gallery-item-overlay[b-u2rou5oeix] {
    opacity: 1;
}

.gallery-item-overlay i[b-u2rou5oeix] {
    font-size: 3rem;
    color: white;
}

/* Card Styling */
.card[b-u2rou5oeix] {
    border: none;
    border-radius: 12px;
}

.card-body[b-u2rou5oeix] {
    padding: 2rem;
}

/* Custom calendar styling */
[b-u2rou5oeix] .fc {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

[b-u2rou5oeix] .fc-button {
    background-color: #1b6ec2 !important;
    border-color: #1861ac !important;
}

[b-u2rou5oeix] .fc-button:hover {
    background-color: #155a9c !important;
}

[b-u2rou5oeix] .fc-button-active {
    background-color: #0d3d6f !important;
}

[b-u2rou5oeix] .fc-daygrid-event {
    border-radius: 3px;
    padding: 2px 4px;
}

[b-u2rou5oeix] .fc-event {
    cursor: pointer;
}

[b-u2rou5oeix] .fc-event:hover {
    opacity: 0.8;
}

/* Responsive Design */
@media (max-width: 992px) {
    .library-stats[b-u2rou5oeix] {
        grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
        gap: 1rem;
    }

    .ebook-grid[b-u2rou5oeix] {
        grid-template-columns: 1fr;
    }

    .useful-links-grid[b-u2rou5oeix] {
        grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    }

    .gallery-grid[b-u2rou5oeix] {
        grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
        gap: 1rem;
    }
}

@media (max-width: 768px) {
    .section-title[b-u2rou5oeix] {
        font-size: 1.5rem;
    }

    .section-title i[b-u2rou5oeix] {
        font-size: 1.75rem;
    }

    .library-stats[b-u2rou5oeix] {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .stat-card[b-u2rou5oeix] {
        padding: 1.5rem 1rem;
    }

    .stat-card i[b-u2rou5oeix] {
        font-size: 2rem;
    }

    .stat-card h4[b-u2rou5oeix] {
        font-size: 1.5rem;
    }

    .ebook-card[b-u2rou5oeix] {
        flex-direction: column;
        gap: 1rem;
        text-align: center;
    }

    .ebook-icon[b-u2rou5oeix] {
        align-self: center;
    }

    .useful-links-grid[b-u2rou5oeix] {
        grid-template-columns: 1fr;
    }

    .gallery-grid[b-u2rou5oeix] {
        grid-template-columns: 1fr;
    }

    .card-body[b-u2rou5oeix] {
        padding: 1.5rem;
    }

    /* Adjust FullCalendar buttons for mobile */
    [b-u2rou5oeix] .fc-toolbar {
        flex-direction: column;
        gap: 10px;
    }
    
    [b-u2rou5oeix] .fc-toolbar-chunk {
        display: flex;
        justify-content: center;
    }

    #library-calendar[b-u2rou5oeix] {
        font-size: 0.85rem;
    }
}

@media (max-width: 576px) {
    .section-title[b-u2rou5oeix] {
        font-size: 1.3rem;
    }

    .section-description[b-u2rou5oeix] {
        font-size: 0.95rem;
    }

    .stat-card h4[b-u2rou5oeix] {
        font-size: 1.3rem;
    }

    .ebook-title[b-u2rou5oeix] {
        font-size: 1rem;
    }

    .link-logo[b-u2rou5oeix] {
        width: 60px;
        height: 60px;
    }

    .link-logo i[b-u2rou5oeix] {
        font-size: 2rem;
    }

    .link-name[b-u2rou5oeix] {
        font-size: 1rem;
    }

    .card-body[b-u2rou5oeix] {
        padding: 1rem;
    }

    #library-calendar[b-u2rou5oeix] {
        font-size: 0.75rem;
    }

    .event-details[b-u2rou5oeix] {
        font-size: 0.9rem;
    }
}

/* Loading State */
.spinner-border[b-u2rou5oeix] {
    width: 3rem;
    height: 3rem;
}

/* No Data State */
.no-data-message[b-u2rou5oeix] {
    text-align: center;
    padding: 4rem 2rem;
    color: #718096;
}

.no-data-message i[b-u2rou5oeix] {
    font-size: 5rem;
    color: #cbd5e0;
    margin-bottom: 1.5rem;
}

.no-data-message h3[b-u2rou5oeix] {
    font-size: 1.8rem;
    color: #2d3748;
    margin-bottom: 0.5rem;
}

.no-data-message p[b-u2rou5oeix] {
    font-size: 1.1rem;
}
/* _content/CollegeCMS/Pages/Naac.razor.rz.scp.css */
/* NAAC Documents Page Styles */

.content-section[b-feptyf4tu0] {
    margin-bottom: 40px;
}

/* Section Header */
.section-header[b-feptyf4tu0] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 30px;
    padding-bottom: 15px;
    border-bottom: 2px solid #1b6ec2;
}

.section-header h2[b-feptyf4tu0] {
    font-size: 2rem;
    font-weight: 700;
    color: #333;
    margin: 0 0 5px 0;
}

.section-description[b-feptyf4tu0] {
    font-size: 1rem;
    margin: 0;
    max-width: 600px;
}

.section-header .text-muted[b-feptyf4tu0] {
    font-size: 0.95rem;
    margin: 0;
    white-space: nowrap;
}

/* NAAC Documents Grid Layout */
.naac-grid[b-feptyf4tu0] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-bottom: 40px;
}

/* NAAC Document Card Styles */
.naac-card[b-feptyf4tu0] {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    border: 1px solid #e9ecef;
    height: 100%;
}

.naac-card:hover[b-feptyf4tu0] {
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
    transform: translateY(-8px);
    border-color: #1b6ec2;
}

/* Document Icon Section */
.naac-card-icon[b-feptyf4tu0] {
    background: linear-gradient(135deg, #1b6ec2 0%, #0d47a1 100%);
    padding: 30px;
    text-align: center;
    color: white;
}

.naac-card-icon i[b-feptyf4tu0] {
    font-size: 4rem;
    opacity: 0.95;
}

/* Card Body Section */
.naac-card-body[b-feptyf4tu0] {
    padding: 24px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.naac-card-header[b-feptyf4tu0] {
    flex: 1;
}

.naac-card-title[b-feptyf4tu0] {
    font-size: 1.25rem;
    font-weight: 700;
    color: #333;
    margin-bottom: 16px;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 2.8em;
}

.naac-card-meta[b-feptyf4tu0] {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.meta-item[b-feptyf4tu0] {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.9rem;
    color: #666;
}

.meta-item i[b-feptyf4tu0] {
    color: #1b6ec2;
    font-size: 1rem;
}

/* Card Footer Section */
.naac-card-footer[b-feptyf4tu0] {
    padding: 16px 24px;
    border-top: 1px solid #eee;
    background: #f8f9fa;
    display: flex;
    gap: 10px;
}

.btn-download[b-feptyf4tu0],
.btn-view[b-feptyf4tu0] {
    flex: 1;
    padding: 10px 16px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.95rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    transition: all 0.3s ease;
    border: 1px solid transparent;
}

.btn-download[b-feptyf4tu0] {
    background-color: #1b6ec2;
    color: white;
}

.btn-download:hover[b-feptyf4tu0] {
    background-color: #006bb7;
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(27, 110, 194, 0.3);
}

.btn-view[b-feptyf4tu0] {
    background-color: white;
    color: #1b6ec2;
    border-color: #1b6ec2;
}

.btn-view:hover[b-feptyf4tu0] {
    background-color: #1b6ec2;
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(27, 110, 194, 0.3);
}

.btn-download i[b-feptyf4tu0],
.btn-view i[b-feptyf4tu0] {
    font-size: 1rem;
}

/* Pagination Styles */
.pagination-container[b-feptyf4tu0] {
    margin-top: 40px;
    margin-bottom: 40px;
}

.pagination[b-feptyf4tu0] {
    margin-bottom: 20px;
}

.pagination .page-item[b-feptyf4tu0] {
    margin: 0 3px;
}

.pagination .page-link[b-feptyf4tu0] {
    color: #1b6ec2;
    border: 1px solid #dee2e6;
    border-radius: 6px;
    padding: 8px 14px;
    font-weight: 500;
    transition: all 0.3s ease;
}

.pagination .page-link:hover[b-feptyf4tu0] {
    background-color: #1b6ec2;
    color: white;
    border-color: #1b6ec2;
}

.pagination .page-item.active .page-link[b-feptyf4tu0] {
    background-color: #1b6ec2;
    border-color: #1b6ec2;
    color: white;
    font-weight: 600;
}

.pagination .page-item.disabled .page-link[b-feptyf4tu0] {
    color: #6c757d;
    background-color: #fff;
    border-color: #dee2e6;
    cursor: not-allowed;
    opacity: 0.6;
}

.pagination .page-link i[b-feptyf4tu0] {
    font-size: 0.85rem;
    vertical-align: middle;
}

.pagination-info[b-feptyf4tu0] {
    text-align: center;
    color: #666;
    font-size: 0.95rem;
}

/* Alert Styles */
.alert[b-feptyf4tu0] {
    border-radius: 8px;
    padding: 20px;
    margin: 40px 0;
}

.alert i[b-feptyf4tu0] {
    font-size: 1.2rem;
    margin-right: 10px;
}

/* Responsive Design */

/* Tablet: 2 columns */
@media (max-width: 992px) {
    .naac-grid[b-feptyf4tu0] {
        grid-template-columns: repeat(2, 1fr);
        gap: 25px;
    }
    
    .section-header[b-feptyf4tu0] {
        flex-direction: column;
        gap: 10px;
    }
    
    .section-header h2[b-feptyf4tu0] {
        font-size: 1.75rem;
    }
}

/* Mobile: 1 column */
@media (max-width: 768px) {
    .naac-grid[b-feptyf4tu0] {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .section-header h2[b-feptyf4tu0] {
        font-size: 1.5rem;
    }
    
    .section-description[b-feptyf4tu0] {
        font-size: 0.95rem;
    }
    
    .naac-card-icon[b-feptyf4tu0] {
        padding: 25px;
    }
    
    .naac-card-icon i[b-feptyf4tu0] {
        font-size: 3.5rem;
    }
    
    .naac-card-body[b-feptyf4tu0] {
        padding: 20px;
    }
    
    .naac-card-title[b-feptyf4tu0] {
        font-size: 1.2rem;
        min-height: auto;
    }
    
    .naac-card-footer[b-feptyf4tu0] {
        padding: 14px 20px;
        flex-direction: column;
    }
    
    .btn-download[b-feptyf4tu0],
    .btn-view[b-feptyf4tu0] {
        width: 100%;
    }

    .pagination .page-item[b-feptyf4tu0] {
        margin: 0 2px;
    }

    .pagination .page-link[b-feptyf4tu0] {
        padding: 6px 10px;
        font-size: 0.9rem;
    }
}

/* Small Mobile */
@media (max-width: 576px) {
    .naac-card-icon[b-feptyf4tu0] {
        padding: 20px;
    }
    
    .naac-card-icon i[b-feptyf4tu0] {
        font-size: 3rem;
    }
    
    .naac-card-body[b-feptyf4tu0] {
        padding: 16px;
    }
    
    .naac-card-title[b-feptyf4tu0] {
        font-size: 1.1rem;
    }
    
    .naac-card-footer[b-feptyf4tu0] {
        padding: 12px 16px;
    }
    
    .btn-download[b-feptyf4tu0],
    .btn-view[b-feptyf4tu0] {
        padding: 8px 12px;
        font-size: 0.9rem;
    }

    .pagination .page-link[b-feptyf4tu0] {
        padding: 5px 8px;
        font-size: 0.85rem;
    }

    /* Hide some page numbers on very small screens */
    .pagination .page-item:not(.active):not(:first-child):not(:last-child):not(:nth-child(2)):not(:nth-last-child(2))[b-feptyf4tu0] {
        display: none;
    }
}
/* _content/CollegeCMS/Pages/News.razor.rz.scp.css */
/* News Listing Page Styles */

.content-section[b-vsvz4vzqx9] {
    margin-bottom: 40px;
}

/* Filters Section */
.filters-section[b-vsvz4vzqx9] {
    background-color: #f8f9fa;
    padding: 1.5rem;
    border-radius: 0.5rem;
    margin-bottom: 2rem;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}

.filter-group[b-vsvz4vzqx9] {
    margin-bottom: 0;
}

.filter-label[b-vsvz4vzqx9] {
    font-weight: 600;
    color: #495057;
    margin-bottom: 0.5rem;
    display: block;
    font-size: 0.9rem;
}

.filter-label i[b-vsvz4vzqx9] {
    color: #1b6ec2;
    margin-right: 0.25rem;
}

.filter-actions[b-vsvz4vzqx9] {
    margin-top: 1rem;
    text-align: right;
}

.filter-actions .btn[b-vsvz4vzqx9] {
    font-size: 0.875rem;
}

/* Section Header */
.section-header[b-vsvz4vzqx9] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
    padding-bottom: 15px;
    border-bottom: 2px solid #1b6ec2;
}

.section-header h2[b-vsvz4vzqx9] {
    font-size: 2rem;
    font-weight: 700;
    color: #333;
    margin: 0;
}

.section-header .text-muted[b-vsvz4vzqx9] {
    font-size: 0.95rem;
    margin: 0;
}

/* News Grid Layout */
.news-grid[b-vsvz4vzqx9] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-bottom: 40px;
}

/* News Card Styles */
.news-card[b-vsvz4vzqx9] {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    border: 1px solid #e9ecef;
}

.news-card:hover[b-vsvz4vzqx9] {
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
    transform: translateY(-8px);
    border-color: #1b6ec2;
}

/* News Image Section */
.news-image[b-vsvz4vzqx9] {
    position: relative;
    width: 100%;
    height: 220px;
    overflow: hidden;
    background: #f0f0f0;
}

.news-image img[b-vsvz4vzqx9] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.news-card:hover .news-image img[b-vsvz4vzqx9] {
    transform: scale(1.05);
}

/* Date Badge */
.news-date-badge[b-vsvz4vzqx9] {
    position: absolute;
    top: 15px;
    left: 15px;
    background: rgba(27, 110, 194, 0.95);
    color: white;
    padding: 10px 14px;
    border-radius: 8px;
    text-align: center;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    display: flex;
    flex-direction: column;
    min-width: 60px;
}

.date-day[b-vsvz4vzqx9] {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    display: block;
}

.date-month[b-vsvz4vzqx9] {
    font-size: 0.85rem;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 1;
    margin-top: 2px;
    display: block;
}

.date-year[b-vsvz4vzqx9] {
    font-size: 0.75rem;
    line-height: 1;
    margin-top: 2px;
    opacity: 0.9;
    display: block;
}

/* Card Body Section */
.news-card-body[b-vsvz4vzqx9] {
    padding: 24px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.news-card-title[b-vsvz4vzqx9] {
    font-size: 1.35rem;
    font-weight: 700;
    color: #333;
    margin-bottom: 16px;
    line-height: 1.3;
    min-height: 2.6em;
}

.news-card-meta[b-vsvz4vzqx9] {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 16px;
}

.meta-item[b-vsvz4vzqx9] {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.9rem;
    color: #666;
}

.meta-item i[b-vsvz4vzqx9] {
    color: #1b6ec2;
    font-size: 1rem;
}

.news-card-description[b-vsvz4vzqx9] {
    color: #666;
    font-size: 0.95rem;
    line-height: 1.6;
    margin-bottom: 0;
    flex: 1;
}

/* Card Footer Section */
.news-card-footer[b-vsvz4vzqx9] {
    padding: 16px 24px;
    border-top: 1px solid #eee;
    background: #f8f9fa;
}

.news-card-link[b-vsvz4vzqx9] {
    color: #1b6ec2;
    text-decoration: none;
    font-weight: 600;
    font-size: 1rem;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s ease;
}

.news-card-link:hover[b-vsvz4vzqx9] {
    color: #006bb7;
    gap: 12px;
}

.news-card-link i[b-vsvz4vzqx9] {
    font-size: 0.9rem;
    transition: transform 0.3s ease;
}

.news-card-link:hover i[b-vsvz4vzqx9] {
    transform: translateX(4px);
}

/* Pagination Styles */
.pagination-container[b-vsvz4vzqx9] {
    margin-top: 40px;
    margin-bottom: 40px;
}

.pagination[b-vsvz4vzqx9] {
    margin-bottom: 20px;
}

.pagination .page-item[b-vsvz4vzqx9] {
    margin: 0 3px;
}

.pagination .page-link[b-vsvz4vzqx9] {
    color: #1b6ec2;
    border: 1px solid #dee2e6;
    border-radius: 6px;
    padding: 8px 14px;
    font-weight: 500;
    transition: all 0.3s ease;
}

.pagination .page-link:hover[b-vsvz4vzqx9] {
    background-color: #1b6ec2;
    color: white;
    border-color: #1b6ec2;
}

.pagination .page-item.active .page-link[b-vsvz4vzqx9] {
    background-color: #1b6ec2;
    border-color: #1b6ec2;
    color: white;
    font-weight: 600;
}

.pagination .page-item.disabled .page-link[b-vsvz4vzqx9] {
    color: #6c757d;
    background-color: #fff;
    border-color: #dee2e6;
    cursor: not-allowed;
    opacity: 0.6;
}

.pagination .page-link i[b-vsvz4vzqx9] {
    font-size: 0.85rem;
    vertical-align: middle;
}

.pagination-info[b-vsvz4vzqx9] {
    text-align: center;
    color: #666;
    font-size: 0.95rem;
}

/* Responsive Design */

/* Tablet: 2 columns */
@media (max-width: 992px) {
    .news-grid[b-vsvz4vzqx9] {
        grid-template-columns: repeat(2, 1fr);
        gap: 25px;
    }
    
    .section-header h2[b-vsvz4vzqx9] {
        font-size: 1.75rem;
    }
}

/* Mobile: 1 column */
@media (max-width: 768px) {
    .news-grid[b-vsvz4vzqx9] {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .section-header[b-vsvz4vzqx9] {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }
    
    .section-header h2[b-vsvz4vzqx9] {
        font-size: 1.5rem;
    }
    
    .news-image[b-vsvz4vzqx9] {
        height: 200px;
    }
    
    .news-card-body[b-vsvz4vzqx9] {
        padding: 20px;
    }
    
    .news-card-title[b-vsvz4vzqx9] {
        font-size: 1.25rem;
        min-height: auto;
    }
    
    .news-card-footer[b-vsvz4vzqx9] {
        padding: 14px 20px;
    }

    .pagination .page-item[b-vsvz4vzqx9] {
        margin: 0 2px;
    }

    .pagination .page-link[b-vsvz4vzqx9] {
        padding: 6px 10px;
        font-size: 0.9rem;
    }
}

/* Small Mobile */
@media (max-width: 576px) {
    .news-image[b-vsvz4vzqx9] {
        height: 180px;
    }
    
    .news-date-badge[b-vsvz4vzqx9] {
        top: 10px;
        left: 10px;
        padding: 8px 10px;
        min-width: 50px;
    }
    
    .date-day[b-vsvz4vzqx9] {
        font-size: 1.3rem;
    }
    
    .date-month[b-vsvz4vzqx9] {
        font-size: 0.75rem;
    }
    
    .date-year[b-vsvz4vzqx9] {
        font-size: 0.7rem;
    }
    
    .news-card-body[b-vsvz4vzqx9] {
        padding: 16px;
    }
    
    .news-card-title[b-vsvz4vzqx9] {
        font-size: 1.15rem;
    }
    
    .news-card-footer[b-vsvz4vzqx9] {
        padding: 12px 16px;
    }

    .pagination .page-link[b-vsvz4vzqx9] {
        padding: 5px 8px;
        font-size: 0.85rem;
    }

    /* Hide some page numbers on very small screens */
    .pagination .page-item:not(.active):not(:first-child):not(:last-child):not(:nth-child(2)):not(:nth-last-child(2))[b-vsvz4vzqx9] {
        display: none;
    }
}
/* _content/CollegeCMS/Pages/NewsDetail.razor.rz.scp.css */
/* News Detail Page Styles */

.news-detail-container[b-vvlb0vb73q] {
    margin-bottom: 40px;
}

/* News Header Section */
.news-header[b-vvlb0vb73q] {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 30px;
    margin-bottom: 40px;
}

.news-main-image[b-vvlb0vb73q] {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    background: #f0f0f0;
}

.news-main-image img[b-vvlb0vb73q] {
    width: 100%;
    height: 400px;
    object-fit: cover;
}

.news-info-card[b-vvlb0vb73q] {
    background: #fff;
    border-radius: 12px;
    padding: 30px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    border: 1px solid #e9ecef;
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.info-item[b-vvlb0vb73q] {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    padding: 20px;
    background: #f8f9fa;
    border-radius: 8px;
}

.info-item i[b-vvlb0vb73q] {
    font-size: 2rem;
    color: #1b6ec2;
    margin-top: 5px;
}

.info-item div[b-vvlb0vb73q] {
    flex: 1;
}

.info-item strong[b-vvlb0vb73q] {
    display: block;
    font-size: 0.9rem;
    color: #666;
    margin-bottom: 5px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.info-item p[b-vvlb0vb73q] {
    font-size: 1.1rem;
    font-weight: 600;
    color: #333;
    margin: 0;
}

/* News Content Section */
.news-content[b-vvlb0vb73q] {
    background: #fff;
    border-radius: 12px;
    padding: 40px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.content-section[b-vvlb0vb73q] {
    margin-bottom: 40px;
}

.content-section:last-child[b-vvlb0vb73q] {
    margin-bottom: 0;
}

.content-section h2[b-vvlb0vb73q] {
    font-size: 1.75rem;
    font-weight: 700;
    color: #333;
    margin-bottom: 25px;
    padding-bottom: 15px;
    border-bottom: 2px solid #1b6ec2;
    display: flex;
    align-items: center;
    gap: 10px;
}

.content-section h2 i[b-vvlb0vb73q] {
    color: #1b6ec2;
    font-size: 1.5rem;
}

.details-text[b-vvlb0vb73q] {
    font-size: 1.05rem;
    line-height: 1.8;
    color: #555;
}

/* Documents List */
.documents-list[b-vvlb0vb73q] {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.document-card[b-vvlb0vb73q] {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 20px;
    background: #f8f9fa;
    border: 1px solid #e9ecef;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.document-card:hover[b-vvlb0vb73q] {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    border-color: #1b6ec2;
}

.document-icon[b-vvlb0vb73q] {
    font-size: 2.5rem;
    color: #dc3545;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    background: #fff;
    border-radius: 8px;
    border: 2px solid #e9ecef;
}

.document-info[b-vvlb0vb73q] {
    flex: 1;
}

.document-info h4[b-vvlb0vb73q] {
    font-size: 1.1rem;
    font-weight: 600;
    color: #333;
    margin: 0;
}

.document-actions .btn[b-vvlb0vb73q] {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 20px;
    font-weight: 600;
}

/* Responsive Design */

@media (max-width: 992px) {
    .news-header[b-vvlb0vb73q] {
        grid-template-columns: 1fr;
    }

    .news-main-image img[b-vvlb0vb73q] {
        height: 350px;
    }

    .news-content[b-vvlb0vb73q] {
        padding: 30px;
    }

    .content-section h2[b-vvlb0vb73q] {
        font-size: 1.5rem;
    }
}

@media (max-width: 768px) {
    .news-main-image img[b-vvlb0vb73q] {
        height: 280px;
    }

    .news-info-card[b-vvlb0vb73q] {
        padding: 20px;
    }

    .news-content[b-vvlb0vb73q] {
        padding: 25px;
    }

    .content-section[b-vvlb0vb73q] {
        margin-bottom: 30px;
    }

    .content-section h2[b-vvlb0vb73q] {
        font-size: 1.35rem;
        margin-bottom: 20px;
    }

    .document-card[b-vvlb0vb73q] {
        flex-direction: column;
        text-align: center;
        gap: 15px;
    }

    .document-icon[b-vvlb0vb73q] {
        width: 50px;
        height: 50px;
        font-size: 2rem;
    }
}

@media (max-width: 576px) {
    .news-main-image img[b-vvlb0vb73q] {
        height: 220px;
    }

    .news-info-card[b-vvlb0vb73q] {
        padding: 15px;
        gap: 15px;
    }

    .info-item[b-vvlb0vb73q] {
        padding: 15px;
        gap: 10px;
    }

    .info-item i[b-vvlb0vb73q] {
        font-size: 1.5rem;
    }

    .info-item strong[b-vvlb0vb73q] {
        font-size: 0.8rem;
    }

    .info-item p[b-vvlb0vb73q] {
        font-size: 1rem;
    }

    .news-content[b-vvlb0vb73q] {
        padding: 20px;
    }

    .content-section h2[b-vvlb0vb73q] {
        font-size: 1.2rem;
        gap: 8px;
    }

    .content-section h2 i[b-vvlb0vb73q] {
        font-size: 1.2rem;
    }

    .details-text[b-vvlb0vb73q] {
        font-size: 0.95rem;
    }
}
/* _content/CollegeCMS/Pages/PresidentMessage.razor.rz.scp.css */
/* Principal's Message Page Styles */

.content-section[b-fqtxfqi0s0] {
    margin-bottom: 40px;
}

.content-section .card[b-fqtxfqi0s0] {
    border: none;
    border-radius: 12px;
    margin-bottom: 30px;
}

.content-section .card-body[b-fqtxfqi0s0] {
    padding: 40px;
}

/* Principal Photo Section */
.principal-photo-container[b-fqtxfqi0s0] {
    text-align: center;
}

.principal-photo[b-fqtxfqi0s0] {
    width: 100%;
    max-width: 300px;
    height: auto;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    object-fit: cover;
}

.principal-info[b-fqtxfqi0s0] {
    text-align: center;
}

.principal-name[b-fqtxfqi0s0] {
    font-size: 1.5rem;
    font-weight: 700;
    color: #1b6ec2;
    margin-bottom: 5px;
}

.principal-designation[b-fqtxfqi0s0] {
    font-size: 1.1rem;
    color: #6c757d;
    font-weight: 500;
    margin: 0;
}

/* Message Content Section */
.message-content[b-fqtxfqi0s0] {
    padding-left: 20px;
}

.message-title[b-fqtxfqi0s0] {
    font-size: 2rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 25px;
    padding-bottom: 15px;
    border-bottom: 3px solid #1b6ec2;
}

.message-title i[b-fqtxfqi0s0] {
    color: #1b6ec2;
    margin-right: 10px;
}

.message-text[b-fqtxfqi0s0] {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #333;
    text-align: justify;
}

.message-text p[b-fqtxfqi0s0] {
    margin-bottom: 20px;
}

.message-text h2[b-fqtxfqi0s0], 
.message-text h3[b-fqtxfqi0s0] {
    color: #1b6ec2;
    margin-top: 25px;
    margin-bottom: 15px;
    font-weight: 600;
}

.message-text h2[b-fqtxfqi0s0] {
    font-size: 1.8rem;
}

.message-text h3[b-fqtxfqi0s0] {
    font-size: 1.4rem;
}

.message-text ul[b-fqtxfqi0s0], 
.message-text ol[b-fqtxfqi0s0] {
    margin-bottom: 20px;
    padding-left: 30px;
}

.message-text li[b-fqtxfqi0s0] {
    margin-bottom: 10px;
}

/* Responsive adjustments */
@media (max-width: 992px) {
    .message-content[b-fqtxfqi0s0] {
        padding-left: 0;
        margin-top: 20px;
    }
}

@media (max-width: 768px) {
    .content-section .card-body[b-fqtxfqi0s0] {
        padding: 25px;
    }
    
    .principal-photo[b-fqtxfqi0s0] {
        max-width: 250px;
    }
    
    .principal-name[b-fqtxfqi0s0] {
        font-size: 1.3rem;
    }
    
    .principal-designation[b-fqtxfqi0s0] {
        font-size: 1rem;
    }
    
    .message-title[b-fqtxfqi0s0] {
        font-size: 1.5rem;
    }
    
    .message-text[b-fqtxfqi0s0] {
        font-size: 1rem;
        line-height: 1.6;
    }
    
    .message-text h2[b-fqtxfqi0s0] {
        font-size: 1.4rem;
    }
    
    .message-text h3[b-fqtxfqi0s0] {
        font-size: 1.2rem;
    }
}

@media (max-width: 576px) {
    .content-section .card-body[b-fqtxfqi0s0] {
        padding: 20px;
    }
    
    .principal-photo[b-fqtxfqi0s0] {
        max-width: 200px;
    }
    
    .message-text[b-fqtxfqi0s0] {
        font-size: 0.95rem;
        text-align: left;
    }
}
/* _content/CollegeCMS/Pages/PrincipalMessage.razor.rz.scp.css */
/* Principal's Message Page Styles */

.content-section[b-yjbi913qek] {
    margin-bottom: 40px;
}

.content-section .card[b-yjbi913qek] {
    border: none;
    border-radius: 12px;
    margin-bottom: 30px;
}

.content-section .card-body[b-yjbi913qek] {
    padding: 40px;
}

/* Principal Photo Section */
.principal-photo-container[b-yjbi913qek] {
    text-align: center;
}

.principal-photo[b-yjbi913qek] {
    width: 100%;
    max-width: 300px;
    height: auto;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    object-fit: cover;
}

.principal-info[b-yjbi913qek] {
    text-align: center;
}

.principal-name[b-yjbi913qek] {
    font-size: 1.5rem;
    font-weight: 700;
    color: #1b6ec2;
    margin-bottom: 5px;
}

.principal-designation[b-yjbi913qek] {
    font-size: 1.1rem;
    color: #6c757d;
    font-weight: 500;
    margin: 0;
}

/* Message Content Section */
.message-content[b-yjbi913qek] {
    padding-left: 20px;
}

.message-title[b-yjbi913qek] {
    font-size: 2rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 25px;
    padding-bottom: 15px;
    border-bottom: 3px solid #1b6ec2;
}

.message-title i[b-yjbi913qek] {
    color: #1b6ec2;
    margin-right: 10px;
}

.message-text[b-yjbi913qek] {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #333;
    text-align: justify;
}

.message-text p[b-yjbi913qek] {
    margin-bottom: 20px;
}

.message-text h2[b-yjbi913qek], 
.message-text h3[b-yjbi913qek] {
    color: #1b6ec2;
    margin-top: 25px;
    margin-bottom: 15px;
    font-weight: 600;
}

.message-text h2[b-yjbi913qek] {
    font-size: 1.8rem;
}

.message-text h3[b-yjbi913qek] {
    font-size: 1.4rem;
}

.message-text ul[b-yjbi913qek], 
.message-text ol[b-yjbi913qek] {
    margin-bottom: 20px;
    padding-left: 30px;
}

.message-text li[b-yjbi913qek] {
    margin-bottom: 10px;
}

/* Responsive adjustments */
@media (max-width: 992px) {
    .message-content[b-yjbi913qek] {
        padding-left: 0;
        margin-top: 20px;
    }
}

@media (max-width: 768px) {
    .content-section .card-body[b-yjbi913qek] {
        padding: 25px;
    }
    
    .principal-photo[b-yjbi913qek] {
        max-width: 250px;
    }
    
    .principal-name[b-yjbi913qek] {
        font-size: 1.3rem;
    }
    
    .principal-designation[b-yjbi913qek] {
        font-size: 1rem;
    }
    
    .message-title[b-yjbi913qek] {
        font-size: 1.5rem;
    }
    
    .message-text[b-yjbi913qek] {
        font-size: 1rem;
        line-height: 1.6;
    }
    
    .message-text h2[b-yjbi913qek] {
        font-size: 1.4rem;
    }
    
    .message-text h3[b-yjbi913qek] {
        font-size: 1.2rem;
    }
}

@media (max-width: 576px) {
    .content-section .card-body[b-yjbi913qek] {
        padding: 20px;
    }
    
    .principal-photo[b-yjbi913qek] {
        max-width: 200px;
    }
    
    .message-text[b-yjbi913qek] {
        font-size: 0.95rem;
        text-align: left;
    }
}
/* _content/CollegeCMS/Pages/SearchResults.razor.rz.scp.css */
.content-section[b-2ypyejdcfn] {
    margin-top: 2rem;
}

.section-header[b-2ypyejdcfn] {
    margin-bottom: 2rem;
}

.section-header h2[b-2ypyejdcfn] {
    color: #2c3e50;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.filter-section[b-2ypyejdcfn] {
    padding: 1.5rem;
    background-color: #f8f9fa;
    border-radius: 0.5rem;
    margin-bottom: 2rem;
}

.filter-section .btn-group[b-2ypyejdcfn] {
    flex-wrap: wrap;
    gap: 0.5rem;
}

.filter-section .btn[b-2ypyejdcfn] {
    margin-bottom: 0.5rem;
}

.results-section[b-2ypyejdcfn] {
    margin-bottom: 3rem;
}

.results-section .section-title[b-2ypyejdcfn] {
    color: #495057;
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid #e9ecef;
}

.results-section .section-title i[b-2ypyejdcfn] {
    color: #1b6ec2;
    margin-right: 0.5rem;
}

.results-list[b-2ypyejdcfn] {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.result-card[b-2ypyejdcfn] {
    padding: 1.5rem;
    background: white;
    border: 1px solid #dee2e6;
    border-radius: 0.5rem;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
    transition: all 0.3s ease;
    position: relative;
}

.result-card:hover[b-2ypyejdcfn] {
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    transform: translateY(-2px);
}

.result-badge[b-2ypyejdcfn] {
    display: inline-block;
    padding: 0.25rem 0.75rem;
    background-color: #e9ecef;
    color: #495057;
    border-radius: 1rem;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 0.75rem;
}

.result-title[b-2ypyejdcfn] {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.result-title a[b-2ypyejdcfn] {
    color: #1b6ec2;
    text-decoration: none;
    transition: color 0.2s ease;
}

.result-title a:hover[b-2ypyejdcfn] {
    color: #155a9b;
    text-decoration: underline;
}

.result-meta[b-2ypyejdcfn] {
    color: #6c757d;
    font-size: 0.9rem;
    margin-bottom: 0.75rem;
}

.result-meta i[b-2ypyejdcfn] {
    margin-right: 0.25rem;
}

.result-meta .ms-2[b-2ypyejdcfn] {
    margin-left: 1rem;
}

.result-description[b-2ypyejdcfn] {
    color: #495057;
    line-height: 1.6;
    margin-bottom: 0;
}

/* Responsive */
@media (max-width: 768px) {
    .filter-section .btn-group[b-2ypyejdcfn] {
        display: flex;
        flex-direction: column;
    }
    
    .filter-section .btn[b-2ypyejdcfn] {
        width: 100%;
        text-align: left;
    }
    
    .result-card[b-2ypyejdcfn] {
        padding: 1rem;
    }
    
    .result-title[b-2ypyejdcfn] {
        font-size: 1.1rem;
    }
}
/* _content/CollegeCMS/Pages/Staff.razor.rz.scp.css */
/* Staff Listing Page Styles */

/* Content Section */
.content-section[b-zlinwil24a] {
    margin-bottom: 40px;
}

/* Filters Section */
.filters-section[b-zlinwil24a] {
    background-color: #f8f9fa;
    padding: 1.5rem;
    border-radius: 0.5rem;
    margin-bottom: 2rem;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}

.filter-group[b-zlinwil24a] {
    margin-bottom: 0;
}

.filter-label[b-zlinwil24a] {
    font-weight: 600;
    color: #495057;
    margin-bottom: 0.5rem;
    display: block;
    font-size: 0.9rem;
}

.filter-label i[b-zlinwil24a] {
    color: #1b6ec2;
    margin-right: 0.25rem;
}

.filter-actions[b-zlinwil24a] {
    margin-top: 1rem;
    text-align: right;
}

.filter-actions .btn[b-zlinwil24a] {
    font-size: 0.875rem;
}

.section-header[b-zlinwil24a] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
    padding-bottom: 15px;
    border-bottom: 2px solid #1b6ec2;
}

.section-header h2[b-zlinwil24a] {
    font-size: 2rem;
    font-weight: 700;
    color: #333;
    margin: 0;
}

.section-header .text-muted[b-zlinwil24a] {
    font-size: 0.95rem;
    margin: 0;
}

/* Accordion Styles */
.accordion[b-zlinwil24a] {
    margin-bottom: 40px;
}

.accordion-item[b-zlinwil24a] {
    border: 1px solid #dee2e6;
    border-radius: 8px;
    margin-bottom: 15px;
    overflow: hidden;
}

.accordion-header[b-zlinwil24a] {
    margin-bottom: 0;
}

.accordion-button[b-zlinwil24a] {
    background-color: #f8f9fa;
    color: #333;
    font-weight: 600;
    font-size: 1.15rem;
    padding: 20px 25px;
    border: none;
    transition: all 0.3s ease;
}

.accordion-button:not(.collapsed)[b-zlinwil24a] {
    background-color: #1b6ec2;
    color: white;
    box-shadow: none;
}

.accordion-button:focus[b-zlinwil24a] {
    box-shadow: none;
    border-color: transparent;
}

.accordion-button:hover[b-zlinwil24a] {
    background-color: #e9ecef;
}

.accordion-button:not(.collapsed):hover[b-zlinwil24a] {
    background-color: #165a9e;
}

.accordion-button[b-zlinwil24a]::after {
    background-size: 1.25rem;
    width: 1.25rem;
    height: 1.25rem;
}

.accordion-button:not(.collapsed)[b-zlinwil24a]::after {
    filter: brightness(0) invert(1);
}

.accordion-button-content[b-zlinwil24a] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding-right: 15px;
}

.staff-type-title[b-zlinwil24a] {
    flex: 1;
    font-size: 1.25rem;
}

.staff-count-badge[b-zlinwil24a] {
    background-color: rgba(27, 110, 194, 0.15);
    color: #1b6ec2;
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 0.9rem;
    font-weight: 600;
    margin-left: 15px;
}

.accordion-button:not(.collapsed) .staff-count-badge[b-zlinwil24a] {
    background-color: rgba(255, 255, 255, 0.25);
    color: white;
}

.accordion-body[b-zlinwil24a] {
    padding: 30px 25px;
    background-color: #fff;
}

/* Staff Grid Layout */
.staff-grid[b-zlinwil24a] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

/* Staff Card Styles */
.staff-card[b-zlinwil24a] {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    border: 1px solid #e9ecef;
}

.staff-card:hover[b-zlinwil24a] {
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
    transform: translateY(-8px);
    border-color: #1b6ec2;
}

/* Card Image Section */
.staff-card-image[b-zlinwil24a] {
    width: 100%;
    height: 280px;
    overflow: hidden;
    background: #f0f0f0;
}

.staff-card-image img[b-zlinwil24a] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.staff-card:hover .staff-card-image img[b-zlinwil24a] {
    transform: scale(1.05);
}

/* Card Body Section */
.staff-card-body[b-zlinwil24a] {
    padding: 24px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.staff-card-name[b-zlinwil24a] {
    font-size: 1.35rem;
    font-weight: 700;
    color: #333;
    margin-bottom: 12px;
    line-height: 1.3;
}

.staff-card-position[b-zlinwil24a] {
    font-size: 1rem;
    color: #1b6ec2;
    font-weight: 600;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.staff-card-position i[b-zlinwil24a] {
    font-size: 1rem;
}

.staff-card-education[b-zlinwil24a] {
    font-size: 0.95rem;
    color: #666;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 8px;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
}

.staff-card-education i[b-zlinwil24a] {
    color: #1b6ec2;
    min-width: 16px;
}

.staff-card-contact[b-zlinwil24a] {
    font-size: 0.9rem;
    color: #666;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.staff-card-contact i[b-zlinwil24a] {
    color: #1b6ec2;
    min-width: 16px;
}

.staff-card-contact a[b-zlinwil24a] {
    color: #1b6ec2;
    text-decoration: none;
    word-break: break-word;
}

.staff-card-contact a:hover[b-zlinwil24a] {
    text-decoration: underline;
}

/* Alert Styling */
.alert[b-zlinwil24a] {
    border-radius: 8px;
    padding: 20px;
    margin-top: 20px;
}

.alert i[b-zlinwil24a] {
    margin-right: 8px;
    font-size: 1.2rem;
}

/* Responsive Design */

/* Large Tablets: 2 columns */
@media (max-width: 1200px) {
    .staff-grid[b-zlinwil24a] {
        grid-template-columns: repeat(2, 1fr);
        gap: 25px;
    }
}

/* Tablets: 2 columns with adjusted spacing */
@media (max-width: 992px) {
    .staff-grid[b-zlinwil24a] {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
    
    .section-header h2[b-zlinwil24a] {
        font-size: 1.75rem;
    }
    
    .accordion-button[b-zlinwil24a] {
        font-size: 1.1rem;
        padding: 18px 20px;
    }
    
    .staff-type-title[b-zlinwil24a] {
        font-size: 1.15rem;
    }
    
    .accordion-body[b-zlinwil24a] {
        padding: 25px 20px;
    }
}

/* Mobile Landscape and Portrait: 1 column */
@media (max-width: 768px) {
    .staff-grid[b-zlinwil24a] {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .section-header[b-zlinwil24a] {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }
    
    .section-header h2[b-zlinwil24a] {
        font-size: 1.5rem;
    }
    
    .accordion-button[b-zlinwil24a] {
        font-size: 1rem;
        padding: 16px 18px;
    }
    
    .accordion-button-content[b-zlinwil24a] {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }
    
    .staff-type-title[b-zlinwil24a] {
        font-size: 1.1rem;
    }
    
    .staff-count-badge[b-zlinwil24a] {
        margin-left: 0;
        align-self: flex-start;
    }
    
    .accordion-body[b-zlinwil24a] {
        padding: 20px 18px;
    }
    
    .staff-card-image[b-zlinwil24a] {
        height: 240px;
    }
    
    .staff-card-body[b-zlinwil24a] {
        padding: 20px;
    }
    
    .staff-card-name[b-zlinwil24a] {
        font-size: 1.2rem;
    }
}

/* Small Mobile */
@media (max-width: 576px) {
    .staff-card-image[b-zlinwil24a] {
        height: 220px;
    }
    
    .staff-card-body[b-zlinwil24a] {
        padding: 16px;
    }
    
    .staff-card-name[b-zlinwil24a] {
        font-size: 1.15rem;
    }
    
    .accordion-button[b-zlinwil24a] {
        font-size: 0.95rem;
        padding: 14px 16px;
    }
    
    .staff-type-title[b-zlinwil24a] {
        font-size: 1rem;
    }
    
    .staff-count-badge[b-zlinwil24a] {
        font-size: 0.85rem;
        padding: 5px 12px;
    }
    
    .accordion-body[b-zlinwil24a] {
        padding: 18px 16px;
    }
    
    .section-header h2[b-zlinwil24a] {
        font-size: 1.3rem;
    }
}
/* _content/CollegeCMS/Pages/SyllabusListing.razor.rz.scp.css */
/* Syllabus Page Styles */

.syllabus-accordion .accordion-item[b-3pw1hnl4np] {
    margin-bottom: 1rem;
    border: 1px solid #e0e0e0;
    border-radius: 0.5rem;
    overflow: hidden;
}

.syllabus-accordion .accordion-button[b-3pw1hnl4np] {
    font-size: 1.1rem;
    padding: 1.25rem 1.5rem;
    background-color: #f8f9fa;
    color: #212529;
}

.syllabus-accordion .accordion-button:not(.collapsed)[b-3pw1hnl4np] {
    background-color: #e7f3ff;
    color: #0d6efd;
    box-shadow: none;
}

.syllabus-accordion .accordion-button:focus[b-3pw1hnl4np] {
    border-color: #e0e0e0;
    box-shadow: none;
}

.syllabus-accordion .accordion-body[b-3pw1hnl4np] {
    padding: 0;
}

.syllabus-item[b-3pw1hnl4np] {
    border: none;
    border-bottom: 1px solid #e0e0e0;
    padding: 1rem 1.5rem;
    transition: background-color 0.2s ease;
}

.syllabus-item:last-child[b-3pw1hnl4np] {
    border-bottom: none;
}

.syllabus-item:hover[b-3pw1hnl4np] {
    background-color: #f8f9fa;
}

.syllabus-info h5[b-3pw1hnl4np] {
    font-size: 1.1rem;
    color: #212529;
    margin-bottom: 0.5rem;
}

.syllabus-info .text-muted[b-3pw1hnl4np] {
    font-size: 0.875rem;
}

/* Badge styles */
.accordion-button .badge[b-3pw1hnl4np] {
    font-size: 0.75rem;
    padding: 0.25em 0.6em;
    border-radius: 0.25rem;
}

/* Download button styles */
.btn-sm[b-3pw1hnl4np] {
    padding: 0.375rem 0.75rem;
    font-size: 0.875rem;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .syllabus-accordion .accordion-button[b-3pw1hnl4np] {
        font-size: 1rem;
        padding: 1rem;
    }
    
    .syllabus-item[b-3pw1hnl4np] {
        padding: 1rem;
    }
    
    .syllabus-item .d-flex[b-3pw1hnl4np] {
        flex-direction: column;
        align-items: flex-start !important;
    }
    
    .syllabus-item .btn[b-3pw1hnl4np] {
        margin-top: 0.75rem;
        width: 100%;
    }
}
/* _content/CollegeCMS/Pages/Vacancies.razor.rz.scp.css */
/* Vacancies Listing Page Styles */

.content-section[b-tsi3kn5hhb] {
    margin-bottom: 40px;
}

/* Filters Section */
.filters-section[b-tsi3kn5hhb] {
    background-color: #f8f9fa;
    padding: 1.5rem;
    border-radius: 0.5rem;
    margin-bottom: 2rem;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}

.filter-group[b-tsi3kn5hhb] {
    margin-bottom: 0;
}

.filter-label[b-tsi3kn5hhb] {
    font-weight: 600;
    color: #495057;
    margin-bottom: 0.5rem;
    display: block;
    font-size: 0.9rem;
}

.filter-label i[b-tsi3kn5hhb] {
    color: #1b6ec2;
    margin-right: 0.25rem;
}

.filter-actions[b-tsi3kn5hhb] {
    margin-top: 1rem;
    text-align: right;
}

.filter-actions .btn[b-tsi3kn5hhb] {
    font-size: 0.875rem;
}

/* Section Header */
.section-header[b-tsi3kn5hhb] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
    padding-bottom: 15px;
    border-bottom: 2px solid #1b6ec2;
}

.section-header h2[b-tsi3kn5hhb] {
    font-size: 2rem;
    font-weight: 700;
    color: #333;
    margin: 0;
}

.section-header .text-muted[b-tsi3kn5hhb] {
    font-size: 0.95rem;
    margin: 0;
}

/* Vacancies Grid Layout */
.vacancies-grid[b-tsi3kn5hhb] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-bottom: 40px;
}

/* Vacancy Card Styles */
.vacancy-card[b-tsi3kn5hhb] {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    border: 1px solid #e9ecef;
}

.vacancy-card:hover[b-tsi3kn5hhb] {
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
    transform: translateY(-8px);
    border-color: #1b6ec2;
}

/* Vacancy Card Header */
.vacancy-card-header[b-tsi3kn5hhb] {
    padding: 20px 24px;
    background: linear-gradient(135deg, #1b6ec2 0%, #0d5aa7 100%);
    color: white;
}

.vacancy-date-badge[b-tsi3kn5hhb] {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.95rem;
    font-weight: 600;
}

.vacancy-date-badge i[b-tsi3kn5hhb] {
    font-size: 1.1rem;
}

/* Card Body Section */
.vacancy-card-body[b-tsi3kn5hhb] {
    padding: 24px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.vacancy-card-title[b-tsi3kn5hhb] {
    font-size: 1.35rem;
    font-weight: 700;
    color: #333;
    margin-bottom: 16px;
    line-height: 1.3;
    min-height: 2.6em;
}

.vacancy-card-meta[b-tsi3kn5hhb] {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 16px;
}

.meta-item[b-tsi3kn5hhb] {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.9rem;
    color: #666;
}

.meta-item i[b-tsi3kn5hhb] {
    color: #1b6ec2;
    font-size: 1rem;
}

.vacancy-card-description[b-tsi3kn5hhb] {
    color: #666;
    font-size: 0.95rem;
    line-height: 1.6;
    margin-bottom: 0;
    flex: 1;
}

/* Card Footer Section */
.vacancy-card-footer[b-tsi3kn5hhb] {
    padding: 16px 24px;
    border-top: 1px solid #eee;
    background: #f8f9fa;
}

.vacancy-card-link[b-tsi3kn5hhb] {
    color: #1b6ec2;
    text-decoration: none;
    font-weight: 600;
    font-size: 1rem;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s ease;
}

.vacancy-card-link:hover[b-tsi3kn5hhb] {
    color: #006bb7;
    gap: 12px;
}

.vacancy-card-link i[b-tsi3kn5hhb] {
    font-size: 0.9rem;
    transition: transform 0.3s ease;
}

.vacancy-card-link:hover i[b-tsi3kn5hhb] {
    transform: translateX(4px);
}

/* Pagination Styles */
.pagination-container[b-tsi3kn5hhb] {
    margin-top: 40px;
    margin-bottom: 40px;
}

.pagination[b-tsi3kn5hhb] {
    margin-bottom: 20px;
}

.pagination .page-item[b-tsi3kn5hhb] {
    margin: 0 3px;
}

.pagination .page-link[b-tsi3kn5hhb] {
    color: #1b6ec2;
    border: 1px solid #dee2e6;
    border-radius: 6px;
    padding: 8px 14px;
    font-weight: 500;
    transition: all 0.3s ease;
}

.pagination .page-link:hover[b-tsi3kn5hhb] {
    background-color: #1b6ec2;
    color: white;
    border-color: #1b6ec2;
}

.pagination .page-item.active .page-link[b-tsi3kn5hhb] {
    background-color: #1b6ec2;
    border-color: #1b6ec2;
    color: white;
    font-weight: 600;
}

.pagination .page-item.disabled .page-link[b-tsi3kn5hhb] {
    color: #6c757d;
    background-color: #fff;
    border-color: #dee2e6;
    cursor: not-allowed;
    opacity: 0.6;
}

.pagination .page-link i[b-tsi3kn5hhb] {
    font-size: 0.85rem;
    vertical-align: middle;
}

.pagination-info[b-tsi3kn5hhb] {
    text-align: center;
    color: #666;
    font-size: 0.95rem;
}

/* Responsive Design */

/* Tablet: 2 columns */
@media (max-width: 992px) {
    .vacancies-grid[b-tsi3kn5hhb] {
        grid-template-columns: repeat(2, 1fr);
        gap: 25px;
    }
    
    .section-header h2[b-tsi3kn5hhb] {
        font-size: 1.75rem;
    }
}

/* Mobile: 1 column */
@media (max-width: 768px) {
    .vacancies-grid[b-tsi3kn5hhb] {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .section-header[b-tsi3kn5hhb] {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }
    
    .section-header h2[b-tsi3kn5hhb] {
        font-size: 1.5rem;
    }
    
    .vacancy-card-header[b-tsi3kn5hhb] {
        padding: 16px 20px;
    }
    
    .vacancy-card-body[b-tsi3kn5hhb] {
        padding: 20px;
    }
    
    .vacancy-card-title[b-tsi3kn5hhb] {
        font-size: 1.25rem;
        min-height: auto;
    }
    
    .vacancy-card-footer[b-tsi3kn5hhb] {
        padding: 14px 20px;
    }

    .pagination .page-item[b-tsi3kn5hhb] {
        margin: 0 2px;
    }

    .pagination .page-link[b-tsi3kn5hhb] {
        padding: 6px 10px;
        font-size: 0.9rem;
    }
}

/* Small Mobile */
@media (max-width: 576px) {
    .vacancy-card-header[b-tsi3kn5hhb] {
        padding: 14px 16px;
    }
    
    .vacancy-date-badge[b-tsi3kn5hhb] {
        font-size: 0.85rem;
    }
    
    .vacancy-date-badge i[b-tsi3kn5hhb] {
        font-size: 1rem;
    }
    
    .vacancy-card-body[b-tsi3kn5hhb] {
        padding: 16px;
    }
    
    .vacancy-card-title[b-tsi3kn5hhb] {
        font-size: 1.15rem;
    }
    
    .vacancy-card-footer[b-tsi3kn5hhb] {
        padding: 12px 16px;
    }

    .pagination .page-link[b-tsi3kn5hhb] {
        padding: 5px 8px;
        font-size: 0.85rem;
    }

    /* Hide some page numbers on very small screens */
    .pagination .page-item:not(.active):not(:first-child):not(:last-child):not(:nth-child(2)):not(:nth-last-child(2))[b-tsi3kn5hhb] {
        display: none;
    }
}
/* _content/CollegeCMS/Pages/VacancyDetail.razor.rz.scp.css */
/* Vacancy Detail Page Styles */

.vacancy-detail-container[b-7787739h3f] {
    margin-bottom: 40px;
}

/* Vacancy Header Section */
.vacancy-header[b-7787739h3f] {
    margin-bottom: 40px;
}

.vacancy-info-card[b-7787739h3f] {
    background: #fff;
    border-radius: 12px;
    padding: 30px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    border: 1px solid #e9ecef;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
}

.info-item[b-7787739h3f] {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    padding: 20px;
    background: #f8f9fa;
    border-radius: 8px;
}

.info-item i[b-7787739h3f] {
    font-size: 2rem;
    color: #1b6ec2;
    margin-top: 5px;
}

.info-item div[b-7787739h3f] {
    flex: 1;
}

.info-item strong[b-7787739h3f] {
    display: block;
    font-size: 0.9rem;
    color: #666;
    margin-bottom: 5px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.info-item p[b-7787739h3f] {
    font-size: 1.1rem;
    font-weight: 600;
    color: #333;
    margin: 0;
}

/* Vacancy Content Section */
.vacancy-content[b-7787739h3f] {
    background: #fff;
    border-radius: 12px;
    padding: 40px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.content-section[b-7787739h3f] {
    margin-bottom: 40px;
}

.content-section:last-child[b-7787739h3f] {
    margin-bottom: 0;
}

.content-section h2[b-7787739h3f] {
    font-size: 1.75rem;
    font-weight: 700;
    color: #333;
    margin-bottom: 25px;
    padding-bottom: 15px;
    border-bottom: 2px solid #1b6ec2;
    display: flex;
    align-items: center;
    gap: 10px;
}

.content-section h2 i[b-7787739h3f] {
    color: #1b6ec2;
    font-size: 1.5rem;
}

.details-text[b-7787739h3f] {
    font-size: 1.05rem;
    line-height: 1.8;
    color: #555;
}

/* Documents List */
.documents-list[b-7787739h3f] {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.document-card[b-7787739h3f] {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 20px;
    background: #f8f9fa;
    border: 1px solid #e9ecef;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.document-card:hover[b-7787739h3f] {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    border-color: #1b6ec2;
}

.document-icon[b-7787739h3f] {
    font-size: 2.5rem;
    color: #dc3545;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    background: #fff;
    border-radius: 8px;
    border: 2px solid #e9ecef;
}

.document-info[b-7787739h3f] {
    flex: 1;
}

.document-info h4[b-7787739h3f] {
    font-size: 1.1rem;
    font-weight: 600;
    color: #333;
    margin: 0 0 5px 0;
}

.document-meta[b-7787739h3f] {
    font-size: 0.9rem;
    color: #666;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 5px;
}

.document-meta i[b-7787739h3f] {
    font-size: 0.85rem;
}

.document-actions .btn[b-7787739h3f] {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 20px;
    font-weight: 600;
}

/* Application Instructions */
.application-section[b-7787739h3f] {
    background: linear-gradient(135deg, rgba(27, 110, 194, 0.05) 0%, rgba(13, 90, 167, 0.05) 100%);
    border-radius: 12px;
    padding: 30px;
    margin-top: 40px;
}

.application-instructions[b-7787739h3f] {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 20px;
}

.instruction-step[b-7787739h3f] {
    display: flex;
    gap: 20px;
    align-items: flex-start;
    padding: 20px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}

.instruction-step:hover[b-7787739h3f] {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
    transform: translateX(5px);
}

.step-number[b-7787739h3f] {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: linear-gradient(135deg, #1b6ec2 0%, #0d5aa7 100%);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    font-weight: 700;
    flex-shrink: 0;
}

.step-content[b-7787739h3f] {
    flex: 1;
}

.step-content h4[b-7787739h3f] {
    font-size: 1.15rem;
    font-weight: 600;
    color: #333;
    margin: 0 0 8px 0;
}

.step-content p[b-7787739h3f] {
    font-size: 0.95rem;
    color: #666;
    line-height: 1.6;
    margin: 0;
}

.alert[b-7787739h3f] {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 16px 20px;
    border-radius: 8px;
    border: 1px solid #b8daff;
}

.alert i[b-7787739h3f] {
    font-size: 1.3rem;
    margin-top: 2px;
}

.alert strong[b-7787739h3f] {
    font-weight: 600;
}

/* Responsive Design */

@media (max-width: 992px) {
    .vacancy-info-card[b-7787739h3f] {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .vacancy-content[b-7787739h3f] {
        padding: 30px;
    }

    .content-section h2[b-7787739h3f] {
        font-size: 1.5rem;
    }
}

@media (max-width: 768px) {
    .vacancy-info-card[b-7787739h3f] {
        padding: 20px;
    }

    .vacancy-content[b-7787739h3f] {
        padding: 25px;
    }

    .content-section[b-7787739h3f] {
        margin-bottom: 30px;
    }

    .content-section h2[b-7787739h3f] {
        font-size: 1.35rem;
        margin-bottom: 20px;
    }

    .document-card[b-7787739h3f] {
        flex-direction: column;
        text-align: center;
        gap: 15px;
    }

    .document-icon[b-7787739h3f] {
        width: 50px;
        height: 50px;
        font-size: 2rem;
    }

    .application-section[b-7787739h3f] {
        padding: 20px;
    }

    .instruction-step[b-7787739h3f] {
        flex-direction: column;
        text-align: center;
        align-items: center;
    }

    .step-number[b-7787739h3f] {
        width: 45px;
        height: 45px;
        font-size: 1.3rem;
    }
}

@media (max-width: 576px) {
    .vacancy-info-card[b-7787739h3f] {
        padding: 15px;
        gap: 15px;
    }

    .info-item[b-7787739h3f] {
        padding: 15px;
        gap: 10px;
    }

    .info-item i[b-7787739h3f] {
        font-size: 1.5rem;
    }

    .info-item strong[b-7787739h3f] {
        font-size: 0.8rem;
    }

    .info-item p[b-7787739h3f] {
        font-size: 1rem;
    }

    .vacancy-content[b-7787739h3f] {
        padding: 20px;
    }

    .content-section h2[b-7787739h3f] {
        font-size: 1.2rem;
        gap: 8px;
    }

    .content-section h2 i[b-7787739h3f] {
        font-size: 1.2rem;
    }

    .details-text[b-7787739h3f] {
        font-size: 0.95rem;
    }

    .application-section[b-7787739h3f] {
        padding: 16px;
    }

    .instruction-step[b-7787739h3f] {
        padding: 16px;
    }

    .step-number[b-7787739h3f] {
        width: 40px;
        height: 40px;
        font-size: 1.2rem;
    }

    .step-content h4[b-7787739h3f] {
        font-size: 1rem;
    }

    .step-content p[b-7787739h3f] {
        font-size: 0.9rem;
    }

    .alert[b-7787739h3f] {
        font-size: 0.9rem;
    }

    .alert i[b-7787739h3f] {
        font-size: 1.1rem;
    }
}
/* _content/CollegeCMS/Pages/Videos.razor.rz.scp.css */
/* Videos Listing Page Styles */

.content-section[b-u0rusrqkyv] {
    margin-bottom: 40px;
}

/* Filters Section */
.filters-section[b-u0rusrqkyv] {
    background-color: #f8f9fa;
    padding: 1.5rem;
    border-radius: 0.5rem;
    margin-bottom: 2rem;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}

.filter-group[b-u0rusrqkyv] {
    margin-bottom: 0;
}

.filter-label[b-u0rusrqkyv] {
    font-weight: 600;
    color: #495057;
    margin-bottom: 0.5rem;
    display: block;
    font-size: 0.9rem;
}

.filter-label i[b-u0rusrqkyv] {
    color: #1b6ec2;
    margin-right: 0.25rem;
}

.filter-actions[b-u0rusrqkyv] {
    margin-top: 1rem;
    text-align: right;
}

.filter-actions .btn[b-u0rusrqkyv] {
    font-size: 0.875rem;
}

/* Section Header */
.section-header[b-u0rusrqkyv] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
    padding-bottom: 15px;
    border-bottom: 2px solid #1b6ec2;
}

.section-header h2[b-u0rusrqkyv] {
    font-size: 2rem;
    font-weight: 700;
    color: #333;
    margin: 0;
}

.section-header .text-muted[b-u0rusrqkyv] {
    font-size: 0.95rem;
    margin: 0;
}

/* Videos Grid Layout */
.videos-grid[b-u0rusrqkyv] {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    margin-bottom: 40px;
}

/* Video Card Styles */
.video-card[b-u0rusrqkyv] {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    border: 1px solid #e9ecef;
}

.video-card:hover[b-u0rusrqkyv] {
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
    transform: translateY(-8px);
    border-color: #1b6ec2;
}

/* Video Container with 16:9 Aspect Ratio */
.video-container[b-u0rusrqkyv] {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 aspect ratio */
    height: 0;
    overflow: hidden;
    background: #000;
}

.video-container iframe[b-u0rusrqkyv] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

/* Card Body Section */
.video-card-body[b-u0rusrqkyv] {
    padding: 24px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.video-card-title[b-u0rusrqkyv] {
    font-size: 1.35rem;
    font-weight: 700;
    color: #333;
    margin-bottom: 12px;
    line-height: 1.3;
}

.video-card-meta[b-u0rusrqkyv] {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.meta-item[b-u0rusrqkyv] {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.9rem;
    color: #666;
}

.meta-item i[b-u0rusrqkyv] {
    color: #1b6ec2;
    font-size: 1rem;
}

/* Pagination Styles */
.pagination-container[b-u0rusrqkyv] {
    margin-top: 40px;
    margin-bottom: 40px;
}

.pagination[b-u0rusrqkyv] {
    margin-bottom: 20px;
}

.pagination .page-item[b-u0rusrqkyv] {
    margin: 0 3px;
}

.pagination .page-link[b-u0rusrqkyv] {
    color: #1b6ec2;
    border: 1px solid #dee2e6;
    border-radius: 6px;
    padding: 8px 14px;
    font-weight: 500;
    transition: all 0.3s ease;
}

.pagination .page-link:hover[b-u0rusrqkyv] {
    background-color: #1b6ec2;
    color: white;
    border-color: #1b6ec2;
}

.pagination .page-item.active .page-link[b-u0rusrqkyv] {
    background-color: #1b6ec2;
    border-color: #1b6ec2;
    color: white;
    font-weight: 600;
}

.pagination .page-item.disabled .page-link[b-u0rusrqkyv] {
    color: #6c757d;
    background-color: #fff;
    border-color: #dee2e6;
    cursor: not-allowed;
    opacity: 0.6;
}

.pagination .page-link i[b-u0rusrqkyv] {
    font-size: 0.85rem;
    vertical-align: middle;
}

.pagination-info[b-u0rusrqkyv] {
    text-align: center;
    color: #666;
    font-size: 0.95rem;
}

/* Responsive Design */

/* Tablet: 1 column */
@media (max-width: 992px) {
    .videos-grid[b-u0rusrqkyv] {
        grid-template-columns: 1fr;
        gap: 25px;
    }
    
    .section-header h2[b-u0rusrqkyv] {
        font-size: 1.75rem;
    }
}

/* Mobile: 1 column */
@media (max-width: 768px) {
    .section-header[b-u0rusrqkyv] {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }
    
    .section-header h2[b-u0rusrqkyv] {
        font-size: 1.5rem;
    }
    
    .video-card-body[b-u0rusrqkyv] {
        padding: 20px;
    }
    
    .video-card-title[b-u0rusrqkyv] {
        font-size: 1.25rem;
    }

    .pagination .page-item[b-u0rusrqkyv] {
        margin: 0 2px;
    }

    .pagination .page-link[b-u0rusrqkyv] {
        padding: 6px 10px;
        font-size: 0.9rem;
    }
}

/* Small Mobile */
@media (max-width: 576px) {
    .video-card-body[b-u0rusrqkyv] {
        padding: 16px;
    }
    
    .video-card-title[b-u0rusrqkyv] {
        font-size: 1.15rem;
    }

    .pagination .page-link[b-u0rusrqkyv] {
        padding: 5px 8px;
        font-size: 0.85rem;
    }

    /* Hide some page numbers on very small screens */
    .pagination .page-item:not(.active):not(:first-child):not(:last-child):not(:nth-child(2)):not(:nth-last-child(2))[b-u0rusrqkyv] {
        display: none;
    }
}
/* _content/CollegeCMS/Shared/AdminLayout.razor.rz.scp.css */
.admin-layout[b-vm9e01zfts] {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.admin-header[b-vm9e01zfts] {
    position: sticky;
    top: 0;
    z-index: 1040;
}

.admin-container[b-vm9e01zfts] {
    display: flex;
    flex: 1;
    overflow: hidden;
}

.admin-sidebar[b-vm9e01zfts] {
    width: 250px;
    height: calc(100vh - 70px);
    position: sticky;
    top: 70px;
    display: flex;
    flex-direction: column;
    overflow-y: auto;
    transition: transform 0.3s ease-in-out;
}

.admin-sidebar.collapsed[b-vm9e01zfts] {
    transform: translateX(-250px);
}

.admin-sidebar .nav-link[b-vm9e01zfts] {
    padding: 0.75rem 1rem;
    border-radius: 0.25rem;
    margin-bottom: 0.25rem;
    transition: all 0.2s ease;
}

.admin-sidebar .nav-link:hover[b-vm9e01zfts] {
    background-color: rgba(255, 255, 255, 0.1);
}

.admin-sidebar .nav-link.active[b-vm9e01zfts] {
    background-color: rgba(255, 255, 255, 0.2);
    font-weight: 500;
}

.admin-content[b-vm9e01zfts] {
    flex: 1;
    overflow-y: auto;
    background-color: #f8f9fa;
}

.sidebar-nav[b-vm9e01zfts] {
    flex: 1;
    overflow-y: auto;
}

.sidebar-footer[b-vm9e01zfts] {
    flex-shrink: 0;
}

/* Mobile responsive */
@media (max-width: 991.98px) {
    .admin-sidebar[b-vm9e01zfts] {
        position: fixed;
        left: 0;
        top: 70px;
        z-index: 1030;
        transform: translateX(-250px);
    }

    .admin-sidebar:not(.collapsed)[b-vm9e01zfts] {
        transform: translateX(0);
        box-shadow: 2px 0 5px rgba(0,0,0,0.1);
    }
}

/* Scrollbar styling for sidebar */
.admin-sidebar[b-vm9e01zfts]::-webkit-scrollbar {
    width: 6px;
}

.admin-sidebar[b-vm9e01zfts]::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.05);
}

.admin-sidebar[b-vm9e01zfts]::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.2);
    border-radius: 3px;
}

.admin-sidebar[b-vm9e01zfts]::-webkit-scrollbar-thumb:hover {
    background: rgba(255, 255, 255, 0.3);
}
/* _content/CollegeCMS/Shared/Footer.razor.rz.scp.css */
.site-footer a:hover[b-w10ion8qdq] {
    color: #fff !important;
    transition: color 0.3s ease;
}

.site-footer[b-w10ion8qdq] {
    flex-shrink: 0;
}

.footer-bottom[b-w10ion8qdq] {
    background-color: rgba(0, 0, 0, 0.2);
}

/* Mobile-specific footer optimizations */
@media (max-width: 767.98px) {
    /* Improve spacing and readability on mobile */
    .site-footer .py-5[b-w10ion8qdq] {
        padding-top: 2.5rem !important;
        padding-bottom: 2.5rem !important;
    }
    
    /* Better spacing for footer columns */
    .site-footer .col-lg-4[b-w10ion8qdq],
    .site-footer .col-lg-2[b-w10ion8qdq],
    .site-footer .col-lg-3[b-w10ion8qdq],
    .site-footer .col-md-6[b-w10ion8qdq] {
        margin-bottom: 2rem;
    }
    
    .site-footer .col-lg-4:last-child[b-w10ion8qdq],
    .site-footer .col-lg-2:last-child[b-w10ion8qdq],
    .site-footer .col-lg-3:last-child[b-w10ion8qdq],
    .site-footer .col-md-6:last-child[b-w10ion8qdq] {
        margin-bottom: 0;
    }
    
    /* Social links - larger touch targets */
    .social-links a[b-w10ion8qdq] {
        min-width: 44px;
        min-height: 44px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }
    
    /* Footer headings */
    .site-footer h5[b-w10ion8qdq] {
        font-size: 1.125rem;
        margin-bottom: 1rem;
    }
    
    /* Footer links */
    .site-footer .list-unstyled li[b-w10ion8qdq] {
        margin-bottom: 0.75rem;
    }
    
    .site-footer .list-unstyled a[b-w10ion8qdq] {
        min-height: 44px;
        display: inline-flex;
        align-items: center;
    }
    
    /* Footer bottom - center text on mobile */
    .footer-bottom .col-md-6[b-w10ion8qdq] {
        text-align: center !important;
    }
    
    .footer-bottom .text-md-start[b-w10ion8qdq],
    .footer-bottom .text-md-end[b-w10ion8qdq] {
        text-align: center !important;
    }
    
    .footer-bottom a[b-w10ion8qdq] {
        display: inline-block;
        min-height: 44px;
        line-height: 44px;
    }
}

/* Small mobile devices */
@media (max-width: 575.98px) {
    .site-footer .small[b-w10ion8qdq] {
        font-size: 0.875rem;
    }
    
    .site-footer h5[b-w10ion8qdq] {
        font-size: 1rem;
    }
}
/* _content/CollegeCMS/Shared/MainLayout.razor.rz.scp.css */
.main-layout[b-wbr1y9nlj2] {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

main[b-wbr1y9nlj2] {
    flex: 1 0 auto;
}

/* Header Styles */
.site-header[b-wbr1y9nlj2] {
    position: sticky;
    top: 0;
    z-index: 1030;
    background-color: #fff;
    box-shadow: 0 2px 4px rgba(0,0,0,.08);
}

/* Content Spacing */
.container-fluid[b-wbr1y9nlj2] {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

/* Responsive adjustments */
@media (max-width: 991.98px) {
    .navbar-collapse[b-wbr1y9nlj2] {
        background-color: #fff;
        padding: 1rem;
        margin-top: 0.5rem;
        border-radius: 0.25rem;
        box-shadow: 0 2px 4px rgba(0,0,0,.1);
        max-height: 70vh;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
    }
    
    /* Better touch targets for mobile navigation */
    .navbar-nav .nav-link[b-wbr1y9nlj2] {
        padding: 0.75rem 1rem;
        min-height: 44px;
        display: flex;
        align-items: center;
    }
    
    /* Dropdown menu improvements for mobile */
    .dropdown-menu[b-wbr1y9nlj2] {
        border: none;
        box-shadow: none;
        padding-left: 1rem;
    }
    
    .dropdown-item[b-wbr1y9nlj2] {
        padding: 0.625rem 1rem;
        min-height: 44px;
    }
}

/* Mobile-specific header optimizations */
@media (max-width: 767.98px) {
    .site-header .navbar-brand[b-wbr1y9nlj2] {
        font-size: 1rem;
    }
    
    .site-header .navbar-brand img[b-wbr1y9nlj2] {
        height: 32px;
    }
    
    /* Make hamburger menu more touch-friendly */
    .navbar-toggler[b-wbr1y9nlj2] {
        padding: 0.5rem 0.75rem;
        min-width: 44px;
        min-height: 44px;
    }
    
    .container-fluid[b-wbr1y9nlj2] {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }
}
/* _content/CollegeCMS/Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-f0fbfaffoj] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-f0fbfaffoj] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-f0fbfaffoj] {
    font-size: 1.1rem;
}

.oi[b-f0fbfaffoj] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-f0fbfaffoj] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-f0fbfaffoj] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-f0fbfaffoj] {
        padding-bottom: 1rem;
    }

    .nav-item[b-f0fbfaffoj]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-f0fbfaffoj]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-f0fbfaffoj]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-f0fbfaffoj] {
        display: none;
    }

    .collapse[b-f0fbfaffoj] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
    
    .nav-scrollable[b-f0fbfaffoj] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
