*{
    font-family: 'Inter', Arial, sans-serif !important;
}
.main-logo {
    height: 75px;
}

body {
    font-size: 18px;
    color: #484848;
    font-weight: 200;
}

h1, h2, h3, h4, h5, h6 {
    color: #1B1B1B;
}

.main-logo img {
    height: 100%;
}

header a.nav-link {
    text-transform: uppercase;
    color: #404040;
    font-weight: bold;
    font-size: 14px;
}
header {
    transition: padding 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    position: relative; /* Or your initial positioning */
    width: 100%;
    z-index: 1030; /* Ensure it's above other content */
}

header.fixed-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: white; /* Or your desired background */
    border-bottom: 1px solid #dedede;
}

header.fixed-header .navbar {
    padding-top: 0.5rem !important; /* Adjust as needed */
    padding-bottom: 0.5rem !important; /* Adjust as needed */
    transition: padding 0.3s ease-in-out;
}

header.fixed-header .navbar-brand img {
    max-height: 40px; /* Adjust as needed for smaller logo */
    transition: max-height 0.3s ease-in-out;
}
.navbar-nav .nav-link.active {
    color: #526bd0;
}
/* Add padding to the body to prevent content from jumping under the fixed header */
body.header-fixed-padding {
    padding-top: 80px; /* Adjust this to match your initial header height */
}
.hero {
    background: url('img/hero.jpg') center/cover no-repeat;
    color: #fff;
    min-height: 650px;
    display: flex;
    align-items: center;
    position: relative;
}
.hero-overlay {
    background: rgba(0,0,0,0.4);
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
}
.hero-content {
    position: relative;
    /* z-index: 2; */
    /* max-width: 600px; */
}
.hero h1 {
    font-size: 71px!important;
    max-width: 70%;
    line-height: 65px;
}

.hero h5 {
    font-weight: 300!important;
    font-size: 24px;
}
.hero p {
    font-size: 20px;
    font-weight: 100;
    max-width: 70%;
    color: #fff;
}
section {
    padding: 100px 0;
    overflow: hidden;
}
section h2 {
    font-size: 58px;
    font-weight: bold;
}
.faculty-section h6 {
    text-transform: uppercase;
    font-size: 19px;
    margin-bottom: 30px;
    margin-top: 70px!important;
}
.btn-primary {
    background: #023880;
    border-color: #023880;
}

.btn {
    line-height: 50px;
    padding: 0 20px;
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
}
.sub-title {
    text-transform: uppercase;
    font-size: 18px;
    color: #636765;
    font-weight: 300;
}

p {
    font-size: 18px;
    color: #636765;
    font-weight: 200;
}

.sub-content {
    max-width: 70%;
}

.bg-primary {
    background: #023880!important;
}

section.py-5.bg-primary.text-white {}

section.bg-primary h2, section.bg-primary p, section.bg-primary .sub-title {
    color: #F4F4F4;
}
button.accordion-button {
    padding: 0;
    background: none!important;
    color: #1B1B1B!important;
    font-size: 36px;
    font-weight: bold;
    border: none!important;
    box-shadow: none!important;
}
button.accordion-button:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23212529' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M8 3v10M3 8h10'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
}

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23212529' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 8h10'/%3E%3C/svg%3E");
}

.accordion-header {
    background: none;
    border: none;
    line-height: 70px;
}

.accordion-item {
    border: none;
}
.accordion-body strong {
    font-size: 19px;
    font-weight: bold;
    color: #212529;
}

.accordion-body {
    padding: 20px 0;
}
.join-box {
    background: #DAE3EF!important;
    padding: 40px!important;
}

.join-box ul {
    padding: 0;
}

.join-box h6 {
    color: #636765;
    font-weight: 300;
    margin-bottom: 20px;
}
.join a.btn.btn-primary {
    width: 75%;
}

.card {
    background: #DAE3EF;
    border: none;
}

.card-body > div > img {
    width: 90px!important;
    height: 90px!important;
    margin-right: 30px!important;
}

h5.card-title {
    color: #1B1B1B!important;
    font-size: 19px;
    font-weight: bold;
}

.card-body {
    padding: 30px;
    color: #023880;
    font-size: 18px;
    line-height: 32px;
}

.card-body p {
    color: #023880;
}

card-body a {
    text-decoration: none;
}

.card-body a {
    text-decoration: none;
    border-bottom: 1px solid #000;
    color: #1B1B1B!important;
}

.card-body a:hover {
    color: #dedede;
}

p.card-text {
    margin-top: 50px;
}
ul.career li {
    border-bottom: solid 1px #D9D9D9;
    padding: 27px 0;
    font-weight: 200;
}

ul.career li strong {
    margin-bottom: 30px;
    display: inline-block;
    font-size: 19px;
    font-weight: bold;
}
.faculty-img-wrapper {
    width: 260px;
    margin: 0 auto 10px auto;
    height: 335px;
}

.faculty-img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin: 0!important;
}
.faculty-img {
    width: 100%;
    object-fit: cover;
    border-radius: 8px;
    background: #eee;
}
.partner-logo {
    max-height: 110px;
    margin:0;
}

#partners .align-items-center a {
    text-decoration: none;
    text-align: center;
}

#partners .align-items-center p {
    margin-top: 26px;
}

#partners .align-items-center {
    align-items: center !important;
    gap: 20px;
    text-align: center;
}

.footer {
    background: #002b5c;
    color: #fff;
    padding: 40px 0 0 0;
}
.footer-text {
    padding-left: 50px;
    width: 48%;
}

.footer-text p {
    color: #fff;
    font-size: 17px;
}
.footer-bottom {
    background: #001a33;
    color: #b0b8c1;
    padding: 15px 0;
    font-size: 0.95rem;
}
.footer-widget {
    padding: 40px 0;
}
.footer-copyright {
    font-size: 16px;
    font-weight: 200;
}

.footer-copyright a {
    text-decoration: none;
}
.faculty-box .modal-arrow {
    margin-top: 0;
    text-align: center;
    transform: rotate(180deg);
    display: none;
}

.faculty-modal-inline {
    background: #e7eef6;
    border-radius: 0;
    border: none;
    margin-top: -7px;
    position: absolute;
    z-index: 10;
    box-shadow: 0 8px 32px rgba(0,0,0,0.10);
    animation: fadeIn 0.2s;
    left: 0;
    right: 0;
    padding: 30px 0;
}
.faculty-modal-inline .modal-arrow {
    position: absolute;
    top: -16px;
    left: 80px;
    width: 32px;
    height: 16px;
    z-index: 2;
}
.faculty-modal-inline .modal-arrow svg {
    display: block;
    margin: 0 auto;
    transform: rotate(180deg);
}
.faculty-modal-inline .container {
    position: relative;
}

section.bg-primary .faculty-box p {
    color: #023880;
}

.faculty-modal-inline .container .p-4 {
    width: 60%;
    line-height: 32px;
    padding: 0 !important;
}

.faculty-modal-inline .close-btn {
    position: absolute;
    top: -7px;
    right: 32px;
    background: none;
    border: none;
    font-size: 2rem;
    color: #222;
    opacity: 1;
    z-index: 3;
}

@media (min-width: 1200px) {
    /* Option A: Target both .h4 class and h4 element (matches Bootstrap's selector structure) */
    .h4, h4 {
        font-size: 1.1rem; /* Your desired font size */
        /* You can add other properties too */
    }

    /* Option B: If you ONLY care about actual <h4> elements and not the .h4 class utility */
    /* h4 {
        font-size: 1.75rem;
    } */

    /* Option C: If you ONLY care about elements with the .h4 class and not actual <h4> elements */
    /* .h4 {
        font-size: 1.75rem;
    } */
}

@media (max-width: 1024px) {
    a.btn.btn-primary.me-2 {
        margin-bottom: 10px;
    }

}
@media (max-width: 767px) {
    .faculty-modal-inline .modal-arrow { left: 24px; }
    .faculty-modal-inline { padding: 1rem !important; }
    .faculty-modal-inline .close-btn { top: 12px; right: 12px; }
    .faculty-modal-inline .container .p-4 {
        width: 100%;
    }

    section h2 {
        font-size: 38px;
        font-weight: bold;
    }

    button.accordion-button {
        font-size: 26px;
    }

    .hero-content {
        padding-top: 2rem !important;
    }

    .hero h1, .hero p {
        max-width: 90%;
    }

    #curriculum a.btn.btn-primary {
        margin-bottom: 40px;
    }
}
@keyframes fadeIn {
    from { opacity: 0; transform: translateY(20px);}
    to { opacity: 1; transform: none;}
}
.socials a {
    border: solid 1px #fff;
    width: 42px;
    height: 42px;
    line-height: 37px;
    text-align: center;
    border-radius: 40px;
}
.footer-text {
    padding-left: 0;
    width: 100%;
}



/* MOBILE STYLES */
@media (max-width: 767px) {
    .main-logo {
        height: 50px;
    }

    header .container-fluid.px-5 {
        padding-right: 15px!important;
        padding-left: 15px!important;
    }

    .hero h1 {
        font-size: 45px!important;
        line-height: 45px;
    }
}