﻿* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-family: enter, sans-serif;
    color: #333;
    line-height: 1.6;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 15px;
}

/* Header Styles */
/*.header {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    flex-wrap: wrap;
}*/

.logo {
    max-width: 80px;
    margin-right: 15px;
}

.college-name {
    color: #1a237e;
    font-size: 24px;
    font-weight: bold;
}

/* Principal Section */
.principal-section {
    display: flex;
    margin-bottom: 30px;
    flex-wrap: wrap;
}

.principal-bio {
    flex: 1 1 60%;
    min-width: 280px;
    padding-right: 20px;
}

.principal-info {
    flex: 1 1 40%;
    min-width: 280px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.principal-img {
    width: 180px;
    height: auto;
    border-radius: 5px;
    margin-bottom: 10px;
}

.principal-name {
    font-weight: bold;
    color: #1a237e;
    font-size: 20px;
    text-align: center;
}

.principal-title {
    margin-bottom: 15px;
    text-align: center;
}

.fee-box {
    background-color: #1a237e;
    color: white;
    padding: 15px;
    border-radius: 5px;
    text-align: center;
    width: 100%;
    max-width: 300px;
}

.divider {
    height: 2px;
    background-color: #1a237e;
    margin: 20px 0;
    width: 100%;
}

/* Courses Section */
.courses-container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 30px;
}

.courses-list {
    flex: 1 1 60%;
    min-width: 280px;
}

.course-title {
    margin-bottom: 15px;
    color: #1a237e;
}

.course-item {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.bullet {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #d32f2f;
    margin-right: 10px;
    flex-shrink: 0;
}

.course-name {
    font-weight: bold;
    margin-right: 10px;
}

.seats {
    color: #666;
}

/* Features List */
.features {
    margin-bottom: 20px;
}

.features-list {
    list-style: none;
}

    .features-list li {
        position: relative;
        padding-left: 15px;
        margin-bottom: 8px;
    }

        .features-list li::before {
            content: "•";
            position: absolute;
            left: 0;
        }

/* Program Cards */
.programs-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 15px;
    margin-top: 20px;
}

.program-card {
    border: 1px solid #e0e0e0;
    border-radius: 5px;
    overflow: hidden;
}

.program-header {
    background-color: #d32f2f;
    color: white;
    text-align: center;
    padding: 10px;
    font-weight: bold;
}

.program-content {
    padding: 15px;
    font-size: 14px;
    background-color: #f5f5f5;
}

/* Slider Navigation */


/* Responsive Media Queries */
@media (max-width: 768px) {
    .header {
        justify-content: center;
        text-align: center;
    }

    .principal-section {
        flex-direction: column;
    }

    .principal-bio {
        padding-right: 0;
        margin-bottom: 20px;
        order: 2;
    }

    .principal-info {
        margin-bottom: 20px;
        order: 1;
    }

    .courses-container {
        flex-direction: column;
    }

    .programs-grid {
        grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    }
}

@media (max-width: 480px) {
    .college-name {
        font-size: 20px;
    }

    .programs-grid {
        grid-template-columns: 1fr;
    }

    .principal-img {
        width: 150px;
    }
}
/*yeha section dusra css paste kiya gya hai*/
/*.header {
    background-color: #fff;
    padding: 20px 0;
    border-bottom: 2px solid #eee;
}
*/
.college-logo {
    max-height: 100px;
    margin-right: 20px;
}

.college-name {
    color: #002e5d;
    font-weight: 700;
    font-size: 2rem;
    margin-bottom: 0;
}

.college-approval {
    font-size: 0.9rem;
    color: #333;
    text-align: justify;
}

.principal-message {
    margin: 30px 0;
    padding: 20px;
    background-color: #f9f9f9;
    border-radius: 10px;
    text-align: justify;
}

.principal-info {
    text-align: right;
    color: #002e5d;
    font-weight: 700;
}

.principal-name {
    font-size: 1.3rem;
    margin-bottom: 0;
}

.principal-title {
    font-size: 1rem;
}

.section-header {
    background-color: #c12026;
    color: white;
    padding: 10px 15px;
    border-radius: 5px;
    margin-bottom: 15px;
    font-weight: 600;
}

.course-info, .laboratory-info {
    margin-bottom: 30px;
}

.info-list {
    list-style-type: none;
    padding-left: 0;
}

    .info-list li {
        padding: 5px 0;
        display: flex;
        align-items: baseline;
    }

        .info-list li:before {
            content: "•";
            color: #c12026;
            font-weight: bold;
            margin-right: 10px;
        }

.fee-section {
    background-color: #c12026;
    color: white;
    padding: 15px;
    border-radius: 10px;
    text-align: center;
}

.fee-header {
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 0;
}

.plus-sign {
    font-size: 1.5rem;
    font-weight: 700;
    margin: 5px 0;
}

.code-info {
    background-color: #002e5d;
    color: white;
    padding: 10px;
    border-radius: 0 0 10px 10px;
    margin-top: -5px;
    text-align: center;
}

.code-text {
    margin-bottom: 5px;
    font-weight: 600;
}

@media (max-width: 768px) {
    .college-name {
        font-size: 1.5rem;
    }

    .college-approval {
        font-size: 0.8rem;
    }

    .principal-info {
        text-align: center;
        margin-top: 20px;
    }
}




body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    line-height: 1.6;
}



.college-logo {
    max-height: 80px;
}

.faculty-card {
    margin-bottom: 50px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    overflow: hidden;
}

.faculty-header {
    color: darkblue;
    padding: 20px;
    text-align: center;
}

.faculty-body {
    padding: 30px;
}

.faculty-img-container {
    text-align: center;
    margin-bottom: 20px;
}

.faculty-img {
    max-width: 100%;
    border-radius: 10px;
    border: 3px solid #002e5d;
}

.faculty-details h3 {
    color: #002e5d;
    margin-bottom: 10px;
}

.faculty-info {
    margin-top: 20px;
    padding: 0;
    list-style: none;
}

    .faculty-info li {
        margin-bottom: 10px;
    }

    .faculty-info i {
        color: #002e5d;
        width: 25px;
    }

.faculty-social {
    margin-top: 25px;
}

    .faculty-social a {
        display: inline-block;
        margin-right: 15px;
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        background-color: #002e5d;
        color: white;
        border-radius: 50%;
        transition: all 0.3s;
    }

        .faculty-social a:hover {
            background-color: #004b9a;
            transform: translateY(-3px);
        }

.programs-section {
    margin-top: 30px;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 20px;
}

.program-card {
    background-color: #f8f9fa;
    border-radius: 10px;
    padding: 15px;
    margin-bottom: 20px;
    border-left: 5px solid #c12026;
}

.labs-section {
    background-color: #f8f9fa;
    border-radius: 10px;
    padding: 20px;
    margin-top: 30px;
}

.labs-header {
    background-color: #c12026;
    color: white;
    text-align: center;
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 20px;
}

.lab-item {
    margin-bottom: 10px;
}

.fee-section {
    background-color: #c12026;
    color: white;
    text-align: center;
    padding: 15px;
    border-radius: 10px;
    margin-top: 30px;
}

.address-section {
    text-align: center;
    margin-top: 20px;
    padding: 15px;
    background-color: #f8f9fa;
    border-radius: 10px;
}

@media (max-width: 768px) {
    .faculty-img-container {
        margin-bottom: 30px;
    }

    .faculty-body {
        padding: 20px;
    }
}