body {
    background-color: white;
}




.text-overlay {
    padding:0;
    margin:0;
    position:absolute;
    bottom:2%;
    left:50%;
    transform:translate(-50%,-50%);
    white-space: nowrap;
    text-align: center;
}

.text-overlay h2 {
    font-weight: 700;
    color: #A12124; 
    font-size: 50px;
    line-height: 1;
}
.admission-requirements-section{

        padding: 40px 0;
        background-color: #ffffff;

        
    }

    
.row{
        margin-left: 150px;
    }
.sidebar .nav-link {
        color: black;
        font-size: 19px;
        font-weight: bold;
    }
.sidebar .nav-link:hover {
        color: #A12124; 
    }
.sidebar .nav-link.active {
        color: #A12124 !important;
        
    }

    .admission-dropdown-title{
        font-weight: bold;
        color:#A12124;
       
    }
    .admission-title{
        font-weight: bold;
        color:#A12124;
        font-size: large;
    }
        .admission-higher-title{
            font-weight: bold;
            color:#000000;
            font-size: large;
            text-decoration: underline;
        }
    .admission-header-title {
        font-weight: bold;
        color:#A12124;
        font-size: large;
        
    }
    .admission-ul {
        list-style-type: disc;
        padding-left: 20px;
        color: #625F5F;
        font-size: medium;
    }
    .admission-ol{
        padding-left: 20px;
        color: #625F5F;
        font-size: medium;
    }
.divider {
    border-left: 2px solid gray;
    height: 100%;
}
.admission-dropdown-toggle::after {
    content: "▼"; 
    font-size: 14px;
    margin-left: 8px;
    transition: transform 0.3s ease;
}

.admission-dropdown-toggle.open::after {
    content: " ▲"; 
}
