body {
    margin: 0;
    font-family: Arial, sans-serif;
    background-color: #f8f9fa;
    padding-top: 0;
}

a {
    color: #cc0000;
    text-decoration: none;
}

a:hover {
    color: #990000;
    text-decoration: underline;
}

.hero {
    background-image: url('img/Band-Banner.jpg');
    height: 0;
    padding-bottom: 40%;
    background-size: 100% auto;
    background-position: top center;
    background-repeat: no-repeat;
}

@media (max-width: 768px) {
    .hero {
        padding-bottom: 50%;
    }
}

@media (max-width: 576px) {
    .hero {
        padding-bottom: 60%;
    }
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    padding-top: 0;
}

.hero-content {
    position: relative;
    z-index: 2;
    background: linear-gradient(135deg,
        rgba(0, 0, 0, 0.15) 0%,
        rgba(0, 0, 0, 0.2) 30%,
        rgba(0, 0, 0, 0.35) 100%
    );
    transform: translateY(-70%);
    padding: 2rem 3rem;
    border-radius: 8px;
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
    box-shadow: 0 4px 25px rgba(0, 0, 0, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.15);
    max-width: fit-content;
    margin: 0 20px;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes shimmer {
    0% {
        background-position: -100% 0;
    }
    100% {
        background-position: 100% 0;
    }
}

.hero h1 {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 0.5rem;
    color: white;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
    animation: fadeInUp 1s ease-out;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 1px;
}

.hero p {
    font-size: 1.35rem;
    margin-top: 0.5rem;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.hero-buttons {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 1rem;
}

.btn-hero {
    background: linear-gradient(135deg,
        rgba(0, 0, 0, 0.15) 0%,
        rgba(0, 0, 0, 0.2) 30%,
        rgba(0, 0, 0, 0.35) 100%
    );
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    text-decoration: none;
    padding: 1rem 1.8rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border-radius: 25px;
    transition: all 0.3s ease;
}

.btn-hero.btn-primary {
    background-color: #cc0000;
    border-color: #cc0000;
    color: white;
}

.btn-hero.btn-primary:hover {
    background-color: #990000;
    border-color: #990000;
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(204, 0, 0, 0.3);
}

.btn-hero.btn-outline {
    background-color: transparent;
    border: 2px solid white;
    color: white;
}

.btn-hero.btn-outline:hover {
    background-color: white;
    color: #cc0000;
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(255, 255, 255, 0.3);
}

@media (max-width: 576px) {
    .hero-buttons {
        flex-direction: column;
        align-items: center;
    }
    
    .btn-hero {
        width: 100%;
        margin: 0.5rem 0;
    }
}

.mission-statement {
    padding: 80px 0;
    margin-top: -50px;
    position: relative;
    background: linear-gradient(to bottom right,
        rgb(255, 255, 255) 0%,
        rgb(200, 200, 200) 100%);
}

@media (max-width: 768px) {
    .mission-statement {
        margin-top: -100px;
    }
}

@media (max-width: 576px) {
    .mission-statement {
        margin-top: -75px;
    }
}

.mission-statement::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 400px;
    opacity: 0.1;
    pointer-events: none;
}
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom right,
        rgba(255, 255, 255, 1) 0%,
        rgba(220, 220, 220, 1) 100%);
    z-index: 1;
}

.mission-statement .container {
    position: relative;
    z-index: 2;
}

.mission-statement .col-lg-8 h2 {
    text-align: left;
    color: #cc0000;
    margin-bottom: 2rem;
    font-weight: 600;
    padding-left: 15px;
    font-size: 1.8rem;
    position: relative;
}

.mission-statement .col-lg-8 h2::before {
    content: '\f001';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    font-size: 3.5rem;
    color: rgba(0, 0, 0, 0.04);
    left: 0;
    top: -15px;
    z-index: 1;
    pointer-events: none;
    transform: rotate(-10deg);
}

.mission-content {
    padding-left: 15px;
    padding-right: 15px;
    color: #666;
}



.mission-cta {
    padding-top: 2rem;
    position: relative;
    z-index: 2;
    padding-bottom: 3rem;
}

.mission-cta::after {
    content: '\f001 \f001 \f001';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    font-size: 12rem;
    letter-spacing: -2rem;
    color: rgba(0, 0, 0, 0.03);
    right: -40px;
    bottom: -180px;
    z-index: 1;
    pointer-events: none;
    transform: rotate(15deg);
}

.mission-cta .btn {
    padding: 1rem 2rem;
    font-weight: 600;
    transition: all 0.3s ease;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    border-radius: 30px;
    font-size: 1.1rem;
}

.mission-cta .btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

.mission-cta .btn i {
    margin-right: 0.5rem;
}

.mission-cta .btn-primary {
    background-color: #444444;
    border-color: #444444;
    color: white;
}

.mission-cta .btn-primary:hover {
    background-color: #333333;
    border-color: #333333;
}

.mission-cta .btn-primary:focus,
.mission-cta .btn-primary:active {
    background-color: #333333 !important;
    border-color: #333333 !important;
    box-shadow: 0 0 0 0.25rem rgba(68, 68, 68, 0.5) !important;
}

.mission-cta .btn-secondary {
    background-color: #cc0000;
    border-color: #cc0000;
    color: white;
}

.mission-cta .btn-secondary:hover {
    background-color: #990000;
    border-color: #990000;
}

@media (max-width: 991px) {
    .mission-cta {
        padding-top: 3rem;
        text-align: center;
    }
    
    .mission-cta .btn {
        margin-bottom: 1rem;
    }
}

.mission-statement::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(248, 249, 250, 0.92);
    z-index: 1;
}

.home-page .mission-statement {
    background-color: transparent;
}

.mission-statement .container {
    position: relative;
    z-index: 2;
}

.mission-statement::before {
    content: '';
    position: absolute;
    top: -50px;
    left: 0;
    right: 0;
    height: 50px;
    background: linear-gradient(to bottom, transparent, #f8f9fa);
}

.mission-statement h2 {
    color: #cc0000;
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 2rem;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
}

.mission-content {
    max-width: 900px;
    margin: 0 auto;
    line-height: 1.8;
    font-size: 1.1rem;
    color: #333;
}

.mission-content p {
    margin-bottom: 1.5rem;
}

.mission-content p:last-child {
    margin-bottom: 0;
}

.cta-section {
    padding: 60px 0;
    background: linear-gradient(135deg, #cc0000 0%, #990000 100%);
    color: white;
    position: relative;
}

.cta-section h2 {
    font-size: 2.5rem;
    font-weight: 600;
    margin-bottom: 1rem;
    font-family: 'Montserrat', sans-serif;
}

.cta-section .lead {
    font-size: 1.25rem;
    margin-bottom: 2rem;
    opacity: 0.9;
}

.booster-benefits {
    list-style: none;
    padding: 0;
    margin: 0;
}

.booster-benefits li {
    margin-bottom: 1rem;
    font-size: 1.1rem;
    color: rgba(255, 255, 255, 0.9);
    text-align: left;
    display: flex;
    align-items: center;
}

.booster-benefits li i {
    color: rgba(255, 255, 255, 0.8);
    width: 1.5rem;
    text-align: center;
    margin-right: 0.5rem;
}

.cta-section .btn-primary {
    background-color: white;
    color: #cc0000;
    border: none;
    padding: 1rem 2rem;
    font-size: 1.1rem;
    font-weight: 600;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.cta-section .btn-primary:hover {
    background-color: #f8f9fa;
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.info {
    padding: 50px 0;
    background-color: white;
    color: black;
}

.navbar {
    background: linear-gradient(135deg, #990000 0%, #cc0000 35%, #d10000 40%, #990000 45%, #800000 100%) !important;
    padding: 1rem 2rem;
    position: relative;
    margin: 0;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4);
    width: 100%;
}

.top-content {
    display: flex;
    align-items: center;
    width: 100%;
}

.brand-content {
    display: flex;
    align-items: center;
    position: relative;
    z-index: 2;
    margin-left: 0;
    min-width: 300px;
}

.navbar-brand {
    margin-right: 1.5rem;
    padding: 0;
}

.brand-text-container {
    display: flex;
    flex-direction: column;
    line-height: 1.2;
}

.navbar-logo {
    height: 100px;
    width: auto;
}

.brand-text {
    color: white;
    font-size: 1.5rem;
    font-weight: 600;
    letter-spacing: 0;
    display: flex;
    align-items: center;
    font-family: 'Montserrat', sans-serif;
}

.brand-slogan {
    color: rgba(255, 255, 255, 0.9);
    font-size: 0.85rem;
    font-weight: 400;
    letter-spacing: 0.3px;
    font-style: italic;
    white-space: nowrap;
    opacity: 0;
    animation: subtleFadeIn 0.4s ease-out forwards;
    animation-delay: 0.5s;  /* Start slightly sooner */
}

.animate-letter {
    display: inline-block;
    opacity: 0;
    transform: scale(0.95);
    animation: subtleFade 0.4s ease-out forwards;
    margin-right: -1.5px;  /* Moderate spacing */
}

.animate-letter:nth-child(1) { animation-delay: 0.03s; }
.animate-letter:nth-child(2) { animation-delay: 0.06s; }
.animate-letter:nth-child(3) { animation-delay: 0.09s; }
.animate-letter:nth-child(4) { animation-delay: 0.12s; }
.animate-letter:nth-child(5) { animation-delay: 0.15s; }
.animate-letter:nth-child(6) { animation-delay: 0.18s; }
.animate-letter:nth-child(7) { animation-delay: 0.21s; }
.animate-letter:nth-child(8) { animation-delay: 0.24s; }
.animate-letter:nth-child(9) { 
    animation-delay: 0.27s; 
    margin-right: 0.35em;  /* Space between Glenwood and Bands */
    letter-spacing: normal;
}
.animate-letter:nth-child(10) { animation-delay: 0.30s; }
.animate-letter:nth-child(11) { animation-delay: 0.33s; }
.animate-letter:nth-child(12) { animation-delay: 0.36s; }
.animate-letter:nth-child(13) { animation-delay: 0.39s; }
.animate-letter:nth-child(14) { animation-delay: 0.42s; }

@keyframes subtleFadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes subtleFade {
    from {
        opacity: 0;
        transform: scale(0.95);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

.navbar-collapse {
    position: relative;
    z-index: 2;
    margin-left: calc(100px + 1.5rem); /* Logo width + margin-right */
}

.navbar-nav {
    position: relative;
}

.navbar-nav::before {
    content: 'TITANS';
    position: absolute;
    font-size: 6rem;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.03);
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    white-space: nowrap;
    pointer-events: none;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 0.2em;
    z-index: -1;
}

.navbar-nav {
    position: relative;
    z-index: 2;
}

.nav-link {
    color: white !important;
    font-weight: 500;
    padding: 0.5rem 1rem;
}

.dropdown-toggle::after {
    display: none;
}

.dropdown-toggle .fa-caret-down {
    font-size: 1em;
    margin-left: 0.4em;
    transition: transform 0.2s ease;
    color: white;
}

.dropdown.show .fa-caret-down {
    transform: rotate(180deg);
}

.dropdown-menu {
    background: rgba(153, 0, 0, 0.98);
    border: none;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.2);
    margin-top: 0.5rem;
    padding: 0.5rem;
}

.dropdown-item {
    color: rgba(255, 255, 255, 0.9);
    padding: 0.5rem 1rem;
    transition: all 0.3s ease;
    border-radius: 4px;
}

.dropdown-item:hover {
    background-color: rgba(0, 0, 0, 0.7);
    color: #ffffff;
    text-shadow: none;
}

.nav-item {
    margin: 0 0.2rem;
}

.nav-link {
    position: relative;
}

.nav-link::after {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    bottom: 0;
    left: 50%;
    background-color: white;
    transition: all 0.3s ease;
    transform: translateX(-50%);
}

.nav-link:hover::after {
    width: 100%;
}

.navbar-toggler {
    position: absolute;
    right: 1rem;
    top: 1rem;
    z-index: 1000;
}

.navbar-light .navbar-toggler {
    border-color: white;
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 0.9)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

@media (max-width: 991px) {
    .navbar::after {
        bottom: -25px;
        height: 50px;
        left: -30%;
        right: -30%;
        clip-path: ellipse(60% 100% at 50% 0%);
    }
    .hero {
        padding-top: calc(50px + 2rem);
    }
    .navbar-logo {
        height: 90px;
    }
    .brand-text-container {
        max-width: calc(100% - 100px);
        padding-right: 50px;
    }
    .brand-slogan {
        font-size: 0.75rem;
        display: block;
        white-space: normal;
        line-height: 1.2;
    }
    .navbar-toggler {
        z-index: 1030;
    }
}

@media (max-width: 576px) {
    .navbar-logo {
        height: 70px;
    }
    .brand-text-container {
        padding-right: 45px;
    }
    .brand-slogan {
        font-size: 0.7rem;
    }
    .brand-text {
        font-size: 1.1rem;
    }
}
    .brand-text {
        font-size: 1.3rem;
    }
    .brand-slogan {
        font-size: 0.8rem;
    }
    .navbar-collapse {
        margin-left: 0;
    }
}

@media (max-width: 768px) {
    .navbar {
        padding: 1rem;
        margin: 0;
    }
    .navbar::after {
        bottom: -20px;
        height: 40px;
        left: -35%;
        right: -35%;
        clip-path: ellipse(65% 100% at 50% 0%);
    }
    .hero {
        padding-top: calc(40px + 2rem);
    }
    .brand-content {
        min-width: auto;
        flex-wrap: wrap;
    }
    .navbar-logo {
        height: 80px;
    }
    .brand-text {
        font-size: 1.2rem;
    }
    .brand-slogan {
        font-size: 0.75rem;
    }
}

/* Nested Dropdown Styles */
.dropdown-submenu {
    position: absolute;
    left: 100%;
    top: 0;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 0.25rem;
    padding: 0.5rem 0;
    min-width: 200px;
    box-shadow: 0 0.5rem 1rem rgba(0,0,0,.15);
}

.dropdown-item:hover + .dropdown-submenu,
.dropdown-item + .dropdown-submenu:hover {
display: block;
}

.dropdown-item i {
margin-left: 0.5rem;
font-size: 0.8rem;
}

.dropdown-header {
padding: 0.75rem 1rem;
color: #ffffff;
font-size: 0.9rem;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 0.1em;
white-space: nowrap;
background-color: #820002;
border-bottom: 1px solid rgba(255, 255, 255, 0.1);
width: 100%;
margin-left: 0;
margin-right: 0;
padding-left: 1rem;
padding-right: 1rem;
margin-bottom: 0.5rem;
    background-color: #820002;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 1rem;
    padding-right: 1rem;
}

/* About Page Styles */
.page-header {
    background-image: url('img/camp.jpg');
    background-size: 100% auto;
    background-position: center;
    background-repeat: no-repeat;
    padding: 100px 0 50px;
    color: white;
    position: relative;
    overflow: hidden;
}

.athletic-bands-header {
    background-image: url('/ensembles/ghs/athletic-bands/img/athletic-bands-banner.jpg');
}

.events-header {
    background-image: url('calendar/img/events-banner.jpg');
}

.boosters-header {
    background-image: url('boosters/img/boosters-banner.jpg');
}

.concert-bands-header {
    background-image: url('/ensembles/ghs/concert-bands/img/concert-bands-banner.jpg');
}

.jazz-bands-header {
    background-image: url('/ensembles/ghs/jazz-bands/img/jazz-bands-banner.jpg'); 
    overflow: hidden;
}

.page-header::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(51, 51, 51, 0.9) 0%, rgba(51, 51, 51, 0.85) 30%, rgba(51, 51, 51, 0.65) 45%, transparent 50%);
    z-index: 1;
}

.page-header::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3);
    z-index: 1;
}

.page-header h1 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 2rem;
    margin: 0;
    text-align: left;
    position: relative;
    z-index: 2;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
    margin-bottom: 0.5rem;
}

.header-subtitle {
    font-size: 1rem;
    font-weight: 400;
    opacity: 0.9;
    position: relative;
    z-index: 2;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
    max-width: 400px;
}

.mission-section {
    padding: 60px 0 40px;
    background-color: #f8f9fa;
}

.events-section {
    padding: 60px 0 40px;
    background-color: #f8f9fa;
}

.directors-section {
    padding: 60px 0 40px;
    background-color: #fff;
}

.mission-section h2, .events-section h2 {
    color: #cc0000;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    margin-bottom: 2rem;
    text-align: center;
}

.directors-section, .calendar-section {
    padding: 40px 0 80px;
    background-color: white;
}

.calendar-wrapper {
    background: white;
    max-width: 100%;
    padding: 0 20px;
}

.calendar-wrapper iframe {
    border-radius: 5px;
}

.directors-section h2 {
    color: #cc0000;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    margin-bottom: 3rem;
    text-align: center;
}

.director-card {
    padding: 2rem;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.director-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.director-image {
    width: 220px;
    height: 220px;
    margin: 0 auto;
    border-radius: 50%;
    overflow: hidden;
    border: 3px solid #cc0000;
}

@media (max-width: 768px) {
    .director-card .row {
        flex-direction: column;
    }
    
    .director-card .col-md-3 {
        margin-bottom: 1.5rem;
    }

    .director-info {
        padding-left: 0;
        text-align: center;
    }

    .director-image {
        width: 180px;
        height: 180px;
        margin-bottom: 1rem;
    }
}

@media (min-width: 769px) and (max-width: 991px) {
    .director-image {
        width: 160px;
        height: 160px;
    }
    
    .director-info {
        padding-left: 1rem;
    }
}

.director-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.director-image img[src*="placeholder"] {
    background: #f5f5f5 url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path fill="%23555555" d="M224 256A128 128 0 1 0 224 0a128 128 0 1 0 0 256zm-45.7 48C79.8 304 0 383.8 0 482.3C0 498.7 13.3 512 29.7 512H418.3c16.4 0 29.7-13.3 29.7-29.7C448 383.8 368.2 304 269.7 304H178.3z"/></svg>') center/60% no-repeat;
    filter: none;
}

.director-info {
    padding-left: 2rem;
}

.director-card h3 {
    color: #333;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 1.75rem;
    margin-bottom: 0.5rem;
}

.director-card h4 {
    color: #cc0000;
    font-size: 1.1rem;
    margin-bottom: 1rem;
    font-weight: 500;
}

.director-card p {
    color: #666;
    line-height: 1.8;
    margin: 1rem 0 0;
    font-size: 1.05rem;
}

/* Boosters Page Styles */
/* Section Styles */
.mission-section,
.committee-section,
.get-involved-section {
    padding: 4rem 0;
}

.mission-section {
    background-color: #f8f9fa;
}

.committee-section {
    background-color: #f8f9fa;
}

.get-involved-section {
    background-color: #fff;
}

.mission-section h2,
.get-involved-section h2,
.committee-section h2,
.ensemble-section h2 {
    color: #cc0000;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 2rem;
    margin-bottom: 2rem;
    text-align: center;
}

.committee-card {
    background: #fff;
    padding: 1.5rem;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    height: 100%;
}

.committee-image {
    width: 100%;
    padding-bottom: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 50%;
    background-color: #f8f9fa;
    border: 3px solid #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.committee-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.committee-info h3 {
    color: #333;
    font-size: 1.2rem;
    margin-bottom: 0.25rem;
    font-weight: 600;
}

.committee-info h4 {
    color: #cc0000;
    font-size: 1rem;
    margin-bottom: 0.5rem;
    font-weight: 500;
}

.committee-info p {
    font-size: 0.9rem;
    color: #666;
    margin: 0;
    line-height: 1.4;
}

.involvement-card {
    background: #fff;
    padding: 2rem;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    height: 100%;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.involvement-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.card-icon {
    font-size: 2.5rem;
    color: #cc0000;
    margin-bottom: 1.5rem;
    text-align: center;
}

.involvement-card h3 {
    color: #333;
    font-size: 1.4rem;
    margin-bottom: 1rem;
    font-weight: 600;
    text-align: center;
}

.involvement-card p {
    color: #555;
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 1rem;
}

.involvement-card ul {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0;
}

.involvement-card ul li {
    color: #666;
    margin-bottom: 0.5rem;
    padding-left: 1.5rem;
    position: relative;
}

.involvement-card ul li:before {
    content: '\2022';
    color: #cc0000;
    position: absolute;
    left: 0;
    font-size: 1.2rem;
}

@media (max-width: 768px) {
    .mission-card,
    .committee-card,
    .involvement-card {
        padding: 1.5rem;
    }

    .card-icon {
        font-size: 2rem;
    }

    .involvement-card h3 {
        font-size: 1.2rem;
    }
}

.footer {
    background-color: #1a1a1a;
    color: rgba(255, 255, 255, 0.8);
    padding: 4rem 0 3rem;
    margin-top: 0;
    position: relative;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer h5 {
    color: white;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
    letter-spacing: 0.5px;
}

.footer-links {
    margin-top: 0.5rem;
}

.footer-links ul {
    margin-bottom: 1.5rem;
}

.footer-links a {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    transition: color 0.3s ease;
    line-height: 2;
}

.footer-links a:hover {
    color: white;
    transform: translateX(5px);
    text-decoration: none;
}

.social-icons {
    margin-top: 1rem;
}

.ensemble-section {
    padding: 4rem 0;
}

.ensemble-section img {
    width: 100%;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    margin-bottom: 2rem;
}

.ensemble-section .row {
    align-items: center;
}

.ensemble-section:nth-child(even) .row {
    flex-direction: row-reverse;
}

.social-icons a {
    color: rgba(255, 255, 255, 0.8);
    font-size: 1.5rem;
    margin-right: 1rem;
    transition: color 0.3s ease;
}

.social-icons a:hover {
    color: white;
    text-decoration: none;
}

.copyright {
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.9rem;
    margin-top: 0.5rem;
}

.footer {
    background-color: #333;
    color: #fff;
    padding: 2rem 0;
}

.footer p {
    font-size: 0.9rem;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.8);
}

.footer .social-heading {
    font-size: 1rem;
    margin-bottom: 0.5rem;
    color: rgba(255, 255, 255, 0.8);
}

.footer .social-icons {
    margin-top: 0.5rem;
}

.footer .social-icons a {
    color: rgba(255, 255, 255, 0.8);
    font-size: 1rem;
    margin-left: 1.5rem;
    transition: color 0.2s;
    text-decoration: none;
}

.footer .social-icons a:first-child {
    margin-left: 0;
}

.footer .social-icons a:hover {
    color: #cc0000;
}

.footer .copyright {
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.6);
    margin-top: 1rem;
    text-align: left;
}

@media (max-width: 768px) {
    .footer {
        text-align: center;
    }

    .footer .social-icons {
        margin-top: 1.5rem;
    }

    .footer .text-md-end {
        text-align: center !important;
    }
}
    
    .footer-links {
        margin-top: 2rem;
    }
}

.navbar.scrolled {
    background: linear-gradient(to right, 
        rgba(153, 0, 0, 0.8) 0%, 
        rgba(204, 0, 0, 0.8) 50%, 
        rgba(204, 0, 0, 0.8) 100%
    ) !important;
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.3);
}

#navbarNav {
    justify-content: flex-end;
}

.navbar-light .navbar-nav .nav-link {
    color: white !important;
    font-weight: 500;
    padding: 0.5rem 1rem;
    transition: color 0.3s ease;
}

.navbar-light .navbar-nav .nav-link {
    transition: all 0.3s ease;
    padding: 0.5rem 1rem;
    border-radius: 4px;
}

/* Mute Button Styles */
.mute-button {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
    background: rgba(255, 255, 255, 0.9);
    border: none;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
}

.mute-button:hover {
    transform: scale(1.1);
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.3);
}

.mute-button i {
    color: #333;
    font-size: 1.2rem;
}

.dropdown-item.active,
.dropdown-item:active {
    background-color: black;
}

.navbar-light .navbar-nav .nav-link:hover {
    color: #ffffff !important;
    background-color: rgba(0, 0, 0, 0.7);
    text-shadow: none;
}
