/* T.A.S.C. Institutional Style */

body {
    font-family: 'Segoe UI', Arial, sans-serif;
    color: #333;
}

/* Nav Link Styling */
.navbar-nav .nav-link {
    font-weight: 600;
    font-size: 0.85rem;
    transition: 0.3s;
}

.navbar-nav .nav-link:hover {
    color: #00d4ff !important;
}

.dropdown-menu {
    border-top: 3px solid #0E2079;
    border-radius: 0;
}

.dropdown-item {
    font-size: 0.85rem;
    padding: 10px 20px;
}

/* Carousel Caption Styling */
.carousel-caption h1 {
    text-shadow: 2px 2px 10px rgba(0,0,0,0.8);
}

/* Impact Section Styling */
#impact {
    background: #fff;
    border-radius: 10px;
}

.count {
    font-size: 2.5rem;
    color: #0E2079 !important;
}

/* Scroll Bar Styling */
marquee {
    font-weight: bold;
    font-size: 0.9rem;
}

/* Mobile Toggler Fix */
.navbar-toggler {
    border: none;
}
