/* Full-width slider images */
#collegeCarousel .carousel-inner img {
    width: 100%;
    height: auto;
    object-fit: cover;
}
#collegeCarousel {
    margin-left: 0;
    margin-right: 0;
}

/* Watermark Background */
body {
    background: url('assets/img/watermark.png') center center no-repeat;
    background-size: contain;
    opacity: 0.98;
}

/* Stylish Footer */
footer {
    background: #0f4c81;
    color: #fff;
    padding: 40px 20px;
}
footer a { color: #ffc107; text-decoration: none; }
footer a:hover { text-decoration: underline; }
footer .footer-columns {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}
footer .footer-columns > div {
    flex: 1 1 200px;
}
footer .social-links a {
    display: inline-block;
    margin-right: 10px;
    color: #ffc107;
    font-size: 1.2rem;
}
