:root {
    --primary-color: #1e3799;
    --secondary-color: #0c2461;
    --accent-color: #1e3799;
    --text-color: #1f2937;
    --light-bg: #f8fafc;
}


body {
    background-color: var(--light-bg);
    color: var(--text-color);
    font-family: 'Inter', sans-serif;
    line-height: 1.6;
    padding-top: 76px;
}

/* Enhanced Navbar Styles */

/* Enhanced Navbar Styles */
.navbar {
    background-color: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    padding: 1rem 0;
    transition: all 0.3s ease;
}

.navbar.scrolled {
    padding: 0.5rem 0;
}

.navbar-brand img {
    height: 45px;
    transition: all 0.3s ease;
}

.nav-link {
    color: var(--text-color) !important;
    font-weight: 500;
    padding: 0.5rem 1rem;
    margin: 0 0.25rem;
    border-radius: 5px;
    transition: all 0.3s ease;
}

.nav-link:hover {
    color: var(--primary-color) !important;
    background-color: rgba(37, 99, 235, 0.1);
}

/* Footer Enhancement */

.footer {
    /* background-color: #1e3799; */
    background-image: url('../resources/Footer\ Update_final.jpg');
    width: 100%;
    margin: 0;
    padding: 0;
}

.footer-column {
    padding: 20px;
    color: white;
}

.footer-column h5 {
    color: white;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
}

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin-bottom: 10px;
}

.footer-links a {
    color: white;
    text-decoration: none;
    transition: color 0.3s ease;
    font-size: 14px;
}

.footer-links a:hover {
    color: #f0f0f0;
}

.copyright-section {
    background-color: #0c2461;
    padding: 20px 0;
    margin: 0;
}

.copyright-section p {
    margin: 0;
    font-size: 14px;
    color: #a8b2d1;
}

.copyright-section a {
    color: #a8b2d1;
    text-decoration: none;
    transition: color 0.3s ease;
}

.copyright-section a:hover {
    color: white;
}

.row {
    margin: 0;
}

/* Make footer 2 columns on screens smaller than 768px */
@media (max-width: 768px) {
    .footer-column {
        width: 50%;
        float: left;
    }
}

/* Ensure 2 columns on screens smaller than 576px */
@media (max-width: 576px) {
    .footer-column {
        width: 50%;
        float: left;
    }
}

.logo {
    font-size: 1.8rem;
    font-weight: 800;
    color: var(--primary-color);
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 25px;
}

.logo img {
    height: 60px; /* Adjust the size as needed */
    width: auto;
    border-radius: 10px; /* Add curves to the sides */
}


.board-container {
padding: 2rem 0;
background-color: #f8f9fa;
min-height: 100vh;
}


.member-section {
margin-bottom: 3rem;
}

.section-title {
font-size: 2rem;
font-weight: 700;
margin-bottom: 2rem;
color: #2c3e50;
border-bottom: 3px solid #1419b3;
padding-bottom: 0.5rem;
}

.member-card {
background: white;
border-radius: 8px;
overflow: hidden;
box-shadow: 0 2px 4px rgba(0,0,0,0.1);
transition: transform 0.3s ease;
cursor: pointer;
margin-bottom: 1.5rem;
}

.member-card:hover {
transform: translateY(-5px);
box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}

.member-photo {
width: 100%;
height: auto;
object-fit:contain;
}

.member-info {
padding: 1rem;
}

.member-name {
font-size: 1.1rem;
font-weight: 600;
margin-bottom: 0.5rem;
color: #2c3e50;
}

.member-title {
font-size: 0.9rem;
color: #666;
margin-bottom: 0.5rem;
}

.member-preview {
font-size: 0.9rem;
color: #777;
line-height: 1.4;
}

.modal-content {
border-radius: 12px;
}

.modal-header {
border-bottom: 2px solid #f0f0f0;
padding: 1.5rem;
}

.modal-body {
padding: 2rem;
}

.member-full-info {
display: flex;
gap: 2rem;
}

.member-full-photo {
width: 200px;
height: 200px;
object-fit: cover;
border-radius: 8px;
}

.member-details h3 {
color: #2c3e50;
margin-bottom: 1rem;
}

.member-bio {
color: #666;
line-height: 1.6;
}

@media (max-width: 768px) {
.filter-section {
margin-bottom: 2rem;
}

.member-full-info {
flex-direction: column;
}

.member-full-photo {
width: 100%;
height: 250px;
}
}
/*banner section */
/* Banner Section */
.banner {
    position: relative;
    background: url('../resources/editorialchiefbannerdesktop.jpg') center/cover no-repeat;
    height: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-align: center;
}

.banner-overlay {
    background-color: rgba(0, 0, 0, 0.6); /* Darker overlay */
    padding: 20px;
    border-radius: 10px;
}

.banner h1 {
    font-size: 2.5rem;
    font-weight: 700;
}

/* Mobile Banner */
@media (max-width: 768px) {
    .banner {
        background: url('../resources/editorialchiefbannermobile.jpg') center/cover no-repeat;
        height: 300px;
    }
}



.hero-section {
    background: white;
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

#slider, #mobile-slider {
    position: relative;
    width: 100%;
    z-index: 1;
    border-radius: 0;
    overflow: hidden;
}

.carousel-item {
    height: 100%;
}

.carousel-item img {
    width: 100%;
    height: 100%;
    object-fit: fill;
}

/* .carousel-caption {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
    padding: 20px;
} */


.carousel-caption {
    /* Override Bootstrap’s positioning if you don’t want bottom/left/right set */
    bottom: auto !important;
    /* left: auto !important; */
    
    left: 50%;
    right: auto !important;
    
    /* Remove Bootstrap’s extra padding */
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    
    /* Keep or modify any other properties you do want */
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
    /* etc. */
}


.carousel-caption .bg-dark {
    display: inline-block;
    margin: 0 auto;
}
    /* align-items: center;
    justify-content: center;
    justify-items: center;
    z-index: 3;
    color: white;
    background: none;
    padding: 2rem;
    border-radius: 10px;
    max-width: 80%;
    width: 100%;
} */

@media (min-width: 1200px) {
    .carousel-caption h1 {
        font-size: 3rem;
    }
}
