.about-iqac-container {
    padding: 20px;
}

.about-iqac-image img {
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.about-iqac-text {
    font-size: 20px;
    color: #555;
}

/* Vision & Mission Section */
.vision-mission-container {
    padding: 50px 20px;
    background-color: #ffffff;
}

/* Vision & Mission Box */
.vision-box, .mission-box {
    padding: 30px;
    background: linear-gradient(135deg, #476bd7 20%, #3652A5 100%);
    border-radius: 12px;
    color: white;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
    transition: transform 0.3s ease-in-out;
    margin-bottom: 10px;
}

.vision-box:hover, .mission-box:hover {
    transform: translateY(-5px);
}


/* Mission List */
.mission-list {
    font-size: 20px;
    padding-left: 0;
    list-style-type: none;
}

.mission-list li {
    margin-bottom: 4px;
    display: flex;
    align-items: center;
}

.mission-list li i {
    color: #ffdd57;
    margin-right: 10px;
    font-size: 20px;
}
/* Quality Section - Background & Layout */

/* Quality Box - Unified Styling */
.quality-box {
    padding: 30px;
    border-radius: 10px;
}

/* Quality Policy - Blue Theme */
.quality-policy {
    color: rgb(11, 11, 11);
    padding: 10px;
}

/* Quality Objectives - White with Border */
.quality-objectives {
    border: 2px solid #3652a5;
    color: var(--text-color);
;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
.mission-title {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 15px;
    border-bottom: 2px solid white;
    display: inline-block;
    padding-bottom: 5px;
    color: white;
}

/* Section Titles */
.objectives-title, .quality-title {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 15px;
    border-bottom: 2px solid white;
    display: inline-block;
    padding-bottom: 5px;
    color: black;
}

/* Adjust Border Color for Objectives */
.quality-objectives .objectives-title {
    border-bottom: 2px solid #3652a5;
}

/* Paragraph Styling */
.section-text {
    font-size: 20px;
}

/* Quality Objectives List */
.quality-list {
    font-size: 20px;
    padding-left: 10px;
    list-style-type: none;
}

.quality-list li {
    margin-bottom: 12px;
    display: flex;
    align-items: center;
}

.quality-list li i {
    color: #3652a5;
    margin-right: 12px;
    font-size: 20px;
}

/* IQAC Function Cards */
.iqac-card {
    background: white;
    border-radius: 12px;
    padding: 25px;
    margin: 15px;
    text-align: center;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

/* Card Hover Effect */
.iqac-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
}

/* Icons */
.iqac-card i {
    font-size: 40px;
    color: #007bff;
    margin-bottom: 10px;
}

/* Card Titles */
.iqac-card h4 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
    color: var(--text-color);
;
}

/* Card Text */
.iqac-card p {
    font-size: 20px;
    color: #555;
    line-height: 1.6;
}

/* Container Styling */
.iqac-functions-container {
    padding: 60px 20px;
    text-align: center;
}

/* Section Heading */
.section-heading {
    font-size: 28px;
    font-weight: bold;
    color: #0056b3;
    text-transform: uppercase;
    margin-bottom: 50px;
}

/* Timeline Styling */
.timeline {
    position: relative;
    max-width: 800px;
    margin: 0 auto;
}

/* Timeline Vertical Line */
.timeline::after {
    content: '';
    position: absolute;
    width: 4px;
    background-color: #0056b3;
    top: 0;
    bottom: 0;
    left: 50%;
    margin-left: -2px;
}

/* Timeline Item */
.timeline-item {
    position: relative;
    background: inherit;
    width: 50%;
    padding: 10px;
    display: flex;
    align-items: center;
}

/* Left and Right Alignment */
.timeline-item:nth-child(odd) {
    left: 0;
    text-align: right;
    flex-direction: row-reverse;
}

.timeline-item:nth-child(even) {
    left: 50%;
    text-align: left;
}


/* Timeline Content */
.timeline-content {
    background: white;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    width: 85%;
    border: 1px solid #0056b3;
}
.timeline-content p{
    text-align: start;
}
/* Members Table */
  .members-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 30px;
  }
  
  .members-table th,
  .members-table td {
    border: 1px solid #283593;
    padding: 12px;
    text-align: left;
  }
  
  .members-table th {
    background-color: #283593;
    color: white;
    font-size: 1.1rem;
  }
  
  .members-table td {
    font-size: 1rem;
    color: #555;
  }
  
  .members-table tr:nth-child(even) {
    background-color: #f2f2f2;
  }
  
  .members-table tr:hover {
    background-color: #e1e7f0;
    transform: scale(1.02);
    transition: background-color 0.3s ease, transform 0.2s ease;
  }
/* Adjust for small screens */
@media (max-width: 768px) {
    .timeline-item {
    position: static;
    }
    .timeline::after {
        left: 20px;
    }

    .timeline-item {
        width: 100%;
        left: 0;
        text-align: left;
        flex-direction: row;
    }

    .timeline-icon {
        left: 20px;
        transform: none;
    }
}
