
body {
    font-family: 'Segoe UI', sans-serif;
    background: #f8f9fa;
}

/* Top Bar */
.top-bar {
    background: #df494e;
    font-size: 14px;
    color: #fff;
}

.login-link {
    text-decoration: none;
}

#slider {
    margin: 0 10px 0 10px
}

/* Hero Slider */
.slider-img {
    height: 520px;
    object-fit: cover;
}

.carousel-caption {
    background: rgba(0,0,0,0.55);
    padding: 20px;
}

/* Page Banner */
.page-banner {
    height: 300px;
    background: linear-gradient(rgba(0,0,0,.6), rgba(0,0,0,.6));
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}
/* Section spacing */
.section-padding {
    padding: 70px 0;
}



.page-title {
    font-weight: 700;
    color: #e2212a;
}

.section-heading {
    background: #16a7ec;
    color: #fff;
    padding: 10px 15px;
    border-radius: 5px;
    margin-top: 40px;
}

.table {
    background: #fff;
}

    .table th {
        background: #e9ecef;
    }

@media(max-width:768px) {
    h1 {
        font-size: 22px;
        font-weight: 900;
    }

    .section-heading {
        font-size: 16px;
    }
}

.culture-section {
    height: 350px; /* adjust as needed */
    background: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)), url('../Assets/cultural-bg.jpg'); /* change path */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin: 0 10px 0 10px
}

.hero-section {
    height: 150px;
    background-color: #16a7ec;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    color: #fff;
    text-align: center;
}

/* Chairman Image */
.chairman-img {
    max-width: 100%;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}
/* Principal Image */
.principal-img {
    max-width: 100%;
    border-radius: 12px;
    box-shadow: 0 6px 18px rgba(0,0,0,0.2);
}

.content-section {
    padding: 60px 0;
}

.objective-box {
    background: #fff;
    padding: 25px;
    border-radius: 10px;
    transition: 0.3s;
    height: 100%;
}

    .objective-box:hover {
        transform: translateY(-5px);
        box-shadow: 0 8px 20px rgba(0,0,0,0.1);
    }

.message-section {
    padding: 60px 0;
}

.icon-box {
    padding: 20px;
    background-color:#fff;
}

.faculty-card {
    border: none;
    border-radius: 12px;
    transition: 0.3s;
    box-shadow: 0 5px 15px rgba(0,0,0,0.08);
}

    .faculty-card:hover {
        transform: translateY(-6px);
        box-shadow: 0 8px 20px rgba(0,0,0,0.15);
    }

.faculty-img {
    height: 250px;
    object-fit: cover;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}
/* Navbar */
.navbar-brand {
    font-weight: bold;
    font-size: 22px;
    padding: 0px;
    margin: 0px;
}

.activity-card {
    border: none;
    border-radius: 12px;
    transition: 0.3s;
    box-shadow: 0 5px 15px rgba(0,0,0,0.08);
    height: 100%;
}

    .activity-card:hover {
        transform: translateY(-6px);
        box-shadow: 0 10px 25px rgba(0,0,0,0.15);
    }

.activity-icon {
    font-size: 40px;
    color: #0b5bc8;
}

.sport-card {
    border: none;
    border-radius: 12px;
    transition: 0.3s;
    box-shadow: 0 5px 15px rgba(0,0,0,0.08);
    height: 100%;
}

    .sport-card:hover {
        transform: translateY(-6px);
        box-shadow: 0 10px 25px rgba(0,0,0,0.15);
    }

.sport-img {
    height: 220px;
    object-fit: cover;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}

.highlight-section {
    background: #f8f9fa;
    padding: 50px 0;
}

.trip-card {
    border: none;
    border-radius: 12px;
    transition: 0.3s;
    box-shadow: 0 5px 15px rgba(0,0,0,0.08);
    height: 100%;
}

    .trip-card:hover {
        transform: translateY(-6px);
        box-shadow: 0 10px 25px rgba(0,0,0,0.15);
    }

.trip-img {
    height: 220px;
    object-fit: cover;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}

.lab-card {
    border: none;
    border-radius: 12px;
    transition: 0.3s;
    box-shadow: 0 5px 15px rgba(0,0,0,0.08);
    height: 100%;
}

    .lab-card:hover {
        transform: translateY(-6px);
        box-shadow: 0 10px 25px rgba(0,0,0,0.15);
    }

.lab-img {
    height: 220px;
    object-fit: cover;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}

.feature-box {
    background: #fff;
    padding: 25px;
    border-radius: 12px;
    transition: 0.3s;
    height: 100%;
}

    .feature-box:hover {
        transform: translateY(-6px);
        box-shadow: 0 10px 25px rgba(0,0,0,0.12);
    }

.feature-card {
    border: none;
    border-radius: 12px;
    transition: 0.3s;
    box-shadow: 0 5px 15px rgba(0,0,0,0.08);
    height: 100%;
}

    .feature-card:hover {
        transform: translateY(-6px);
        box-shadow: 0 10px 25px rgba(0,0,0,0.15);
    }

.lab-img {
    height: 220px;
    object-fit: cover;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}

.info-box {
    background: #f8f9fa;
    padding: 25px;
    border-radius: 10px;
    height: 100%;
    transition: 0.3s;
}

    .info-box:hover {
        background: #e9ecef;
        transform: translateY(-5px);
    }

.contact-info {
    background: #f8f9fa;
    padding: 30px;
    border-radius: 10px;
    height: 100%;
}

    .contact-info h5 {
        margin-top: 15px;
        font-weight: 600;
    }

.form-control, .btn {
    border-radius: 6px;
}


.footer {
    background: #df494e;
}
