.navbar {
    background-color: #333; 
}

.navbar-nav .nav-link {
    color: white !important; 
}

.navbar-nav .nav-link:hover {
    background-color: #575757;
    border-radius: 4px;
}


.sponsor-section {
    background-color: #f0f0f0; 
}

.sponsor-text h4 {
    font-size: 1.5rem;
    font-weight: bold;
    margin: 0;
}



.carousel-item {
    background-size: cover; 
    background-position: center; 
    height: 500px; 
}

.carousel-caption {
    background-color: rgba(0, 0, 0, 0.5); 
    padding: 20px;
    border-radius: 8px;
}

@media (max-width: 768px) {
    .carousel-item {
        height: 300px; 
    }

    .carousel-caption h5 {
        font-size: 1.5rem; 
    }

    .carousel-caption p {
        font-size: 1rem; 
    }
}


.company-description {
    background-color: #f8f9fa; 

    color: #333; 

}

.company-description h2 {
    font-size: 2.5rem;
    font-weight: bold;
    margin-bottom: 20px;
}

.company-description p {
    font-size: 1.1rem;
    line-height: 1.6;
}

footer a:hover {
    text-decoration: underline; 
}

footer .social-links a {
    text-decoration: none; 
    font-size: 1.2rem; 
}


.card-header {
    font-size: 1.25rem;
    font-weight: bold;
}

.card-body {
    font-size: 1.1rem;
    line-height: 1.6;
}

.card {
    border-radius: 10px; 
    border: none; 
    margin-bottom: 20px;
}

.mission-values .card-body ul {
    list-style-type: none; 
    padding-left: 0;
}

.mission-values .card-body ul li {
    margin-bottom: 10px; 
}


.list-group-item a {
    text-decoration: none; 
    color: black; 
}

.list-group-item a:hover {
    color: #333; 
}



.carousel-inner {
    position: relative;
    width: 100%;
    height: 500px; 
    overflow: hidden;
}

.carousel-image-container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.carousel-inner img {
    object-fit: contain; 
    width: 100%;
    height: 100%;
}


.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-color: black; 
}

.carousel-control-prev,
.carousel-control-next {
    filter: invert(0); 
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 30px; 
    height: 30px;
}




