﻿.iqac-hero-section {
    position: relative;
    background: url('../images/Wilson_Homepage.jpg') no-repeat center center / cover;
    height: 60vh;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    padding-left: 5%;
    box-sizing: border-box;
    text-align: center;
}

.iqac-hero-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(5px);
    z-index: 1;
}

.iqac-hero-section .hero-text {
    position: relative;
    z-index: 2;
}

.iqac-hero-section h1 {
    font-size: 3rem;
    font-weight: bold;
}

.iqac-hero-section p {
    font-size: 1.25rem;
    text-align: center;
}

/* Enhanced styles for the IQAC page */
.iqac {
    font-family: 'Roboto', sans-serif;
    background-color: #f8f9fa;
}

.iqac .sidebar {
    position: sticky;
    top: 20px;
}

.iqac .card {
    border: none;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.iqac .card:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
}

.iqac .card-body {
    padding: 2rem;
}

.iqac .list-group-item {
    border: none;
    border-radius: 8px;
    margin-bottom: 0.5rem;
    padding: 1rem 1.5rem;
    background-color: #fff;
    color: #333;
    font-weight: 500;
    transition: all 0.3s ease;
}

.iqac .list-group-item:hover {
    background-color: #007bff;
    color: white;
    transform: translateX(5px);
}

.iqac .list-group-item.active {
    background-color: #0056b3;
    color: white;
    border-color: #0056b3;
    font-weight: 600;
}

.iqac .tab-content p-4 {
    background-color: #fff;
    padding: 2rem;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    animation: fadeIn 0.5s ease-in-out;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(15px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.iqac h2 {
    font-size: 2.5rem;
    color: #2c3e50;
    font-weight: 700;
    margin-bottom: 1.5rem;
}

.iqac h3 {
    font-size: 1.75rem;
    color: #34495e;
    font-weight: 600;
    margin-bottom: 1rem;
}

.iqac h4 {
    font-size: 1.25rem;
    color: #495057;
    font-weight: 600;
    margin-top: 2rem;
    margin-bottom: 1rem;
}

.iqac .lead {
    font-size: 1.1rem;
    color: #555;
    line-height: 1.6;
    margin-bottom: 1.5rem;
}

.iqac img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    transition: transform 0.3s ease;
}

.iqac img:hover {
    transform: scale(1.05);
}

.iqac .list-styled {
    list-style-type: disc;
    padding-left: 1.5rem;
    margin-bottom: 1.5rem;
}

.iqac .list-styled li {
    font-size: 1rem;
    color: #555;
    line-height: 1.8;
    margin-bottom: 0.5rem;
}

.iqac .list-group-flush .list-group-item {
    padding: 0.75rem 0;
    background-color: transparent;
    border-bottom: 1px solid #e9ecef;
    transition: background-color 0.3s ease;
}

.iqac .list-group-flush .list-group-item:hover {
    background-color: #f8f9fa;
}

.iqac .list-group-flush .list-group-item a {
    text-decoration: none;
    font-size: 1rem;
    display: flex;
    align-items: center;
    padding: 0.5rem 0;
}

.iqac .list-group-flush .list-group-item a:hover {
    color: #0056b3;
    text-decoration: underline;
}

.iqac .bi-file-earmark-pdf {
    font-size: 1.2rem;
    color: #dc3545;
}
