/* ================================ HEADER/MAIN NAVIGATION SECTION ================================ */

* {
    font-family: 'century-gothic', 'Arial';
}

header {
    margin-bottom: 7.85%;
}

.custom-header {
    margin-bottom: 11.3%;
}

.nav-link:hover::after,
.nav-item.dropdown:hover>.nav-link::after,
.nav-item.dropdown.show>.nav-link::after,
.nav-item.dropdown .dropdown-menu:hover~.nav-link::after {
    transform: scaleX(3);
}

.nav-item a {
    font-weight: 700;
    color: #000000;
    font-family: 'century-gothic', sans-serif;
    cursor: pointer;
    /* line-height: 1.5; */
}

.nav-item a:hover {
    color: #A12124;
}

.nav-item > .nav-active {
    color: #A12124 !important;
}

/* =============== CONTENT NAVIGATION SECTION =============== */

.nav-navigation-item a {
    font-weight: 700;
    color: #ffffff;
    font-family: 'century-gothic', sans-serif;
    cursor: pointer;
}

.nav-navigation-item a:hover {
    color: #ffffff;
    text-decoration: underline;
}

.nav-navigation-item > .content-active {
    text-decoration: underline;
}

.dropdown-navigation-menu a {
    color: #625F5F;
    padding: 5px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-navigation-menu a:hover {
    background-color: #A12124;
    color: #ffffff;
    font-weight: 100;
}

/* ======================================================= */

.navbar-brand img {
    height: 60px;
}

.nav-link {
    font-weight: 900;
}

    .nav-underline {
        text-underline-offset: 5px;
    }

.site-message {
    font-weight: 700;
}

.mt-2-45 {
    margin-top: 2.45rem;
}

.mt-7-50 {
    margin-top: 7.5rem;
}

.search-bar {
    display: block;
}

.btn-enroll {
    background-color: #A12124;
    color: white !important;
    border: none;
    border-radius: 6px;
    border: 2px solid #A12124;

    padding-bottom: 0.5rem;
}

.btn-enroll:hover {
    /* background-color: white; */
    color: #A12124;

    transition: 0.3s ease;
}

.dropdown-menu {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 100 !important;
    font-size: 14px;
    font-weight: 100;
}

.nav-item.dropdown:hover .dropdown-menu {
    display: block;
}

.dropdown-item {
    color: #000000;
    padding: 5px 16px;
    text-decoration: none;
    display: block;
    width: 250px;
    overflow: visible; 
    overflow-wrap: break-word;
    white-space: normal;
}

.dropdown-menu a:hover {
    background-color: #A12124;
    color: #ffffff;
    font-weight: 100;
    z-index: 100 !important;
}

#site-header4,
#site-header3,
#site-header2,
#site-header {
    top: 0;
    width: 100%;
    position: fixed;
    transition: all 0.05s ease;
    z-index: 100;
}

#site-header3 {
    background-color: #A12124;
}

#site-header.hide {
    top: -86px;
}

#site-header4.hide3,
#site-header3.hide3,
#site-header2.hide2 {
    margin-top: 0;
}

#site-header3.hide3 {
    margin-top: 5rem;  /* 5.2% */
}

/* ========================== SCROLLBAR ========================== */

::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

::-webkit-scrollbar-thumb {
    border: 2px solid white;
    background-color: #969696;
    border-radius: 20px;
}

    ::-webkit-scrollbar-thumb:hover {
        background: #747474;
    }

::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 0px;
}

/* ========================== DLRC CONTENT | DESKTOP VIEW ========================== */

.nested-dropdown-content {
    display: none;
    position: absolute;
   
    top: 0;
    min-width: 200px;
    background: white;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    z-index: 1000;

    a {
        padding-top: 5px;
        padding-bottom: 5px;
        text-decoration: none;
        display: block;
    }

    a:hover {
        background-color: #cc0000;
    }

    a:hover .arrow {
        display: block;
        color: white;
    }
}

    .nested-dropdown.active .nested-dropdown-content {
        display: block;
    }

.custom-divider {
    margin-right: 10px;
    flex-grow: 1;
    width: 50em;
    height: 1px;
    background-color: #000;
    margin-left: auto;
    margin-bottom: 0;
}

.arrow {
    float: right;
    transition: transform 0.3s ease;
    font-size: 1.5em;
    line-height: 1;
}

    .nested-dropdown .active .arrow {
        transform: rotate(90deg);
    }

.nested-dropdown {
    position: relative;
    display: block;
}

.nested-dropbtn {
    padding-top: 5px;
    padding-bottom: 5px;
    border: none;
    cursor: pointer;
    width: 100%;
    text-align: left;
}

    .nested-dropbtn.active {
        background-color: #cc0000 !important;
        color: white !important;
    }

.arrow {
    float: right;
    transition: transform 0.3s ease;
    font-size: 1.2em;
    line-height: 1;
}

    .nested-dropdown .active .arrow {
        transform: rotate(90deg);
    }

    .nested-dropbtn.active .arrow {
        transform: rotate(90deg);
    }

.nav-link {
    position: relative;
    text-decoration: none;
    padding-bottom: 5px;
    font-weight: bold;
}

    .nav-link::after {
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        background-color: currentColor;
        transform: scaleX(0);
        transition: transform 0.3s ease;
    }

    .nav-link:hover::after,
    .nav-item.dropdown:hover>.nav-link::after,
    .nav-item.dropdown.show>.nav-link::after,
    .nav-item.dropdown .dropdown-menu:hover~.nav-link::after {
        transform: scaleX(1);
    }

    .nav-item .nav-link.active {
        color: #A12124 !important; /* Highlight color */
    }

.bd-mode-toggle {
    margin: 0;
    padding: 0;
    z-index: 9999;
}

.dropdown-menu {
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 1000;
    min-width: 200px;
}

.dropdown-menu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -1px;
    display: none;
}

.dropdown-menu.show {
    display: block;
}

.btn-bd-primary {
    box-shadow: none;
}

.bi {
    margin: 0;
}

.bt-navbar {
    display: none;
}

.top-nav-link {
    text-decoration: none; 
    border-bottom: none; 
}

    .top-nav-link:hover {
        text-decoration: none; 
        border-bottom: none;
    }

.h5-custom {
    background-color: #625F5F;
    color: #FFFFFF;
}

/* ==================================== DUMP ==================================== */

/*
.enroll-btn-wrapper{
	margin-left: 3%;
}

.search-container {
    float: right;
}

.search-container button {
    float: right;
    background: #625F5F;
    font-size: 17px;
    border: 0;
    cursor: pointer;
}

.search-container button:hover {
    background: #a12124;
}

.search-bar {
	display: block;
}
*/