.navbar ul li a {
    text-decoration: none;
    color: #fefeff;
    padding: 8px 10px;
    display: block;
    font-size: 16px;
    transition: background-color 0.3s ease, color 0.3s ease;
}

#Career_Counseling {
    margin-top: 3rem;
}
#Career_Counseling h3 {
    margin-bottom: 2rem;
    font-weight: 700;
}

#Career_Counseling .headline {
    margin-top: 3rem;
}
#Career_Counseling li {
    margin-bottom: 16px;
    transition: transform 0.3s ease-in-out;
}
#Career_Counseling li:hover {
    transform: translateX(8px);
}
#Career_Counseling li:hover a{
    color: #ff0040;
}
#Career_Counseling li:hover i{
    color: #ff0040;
}
#Career_Counseling li i {
    margin-right: 5px;
    color: black;
    transition: transform 0.3s ease-in-out;
}
#Career_Counseling li a {
    font-size: 15px;
    color: black;
    transition: transform 0.3s ease-in-out;
}
#Career_Counseling .location {
    display: flex;
    column-gap: 10px;
}
#Career_Counseling .location i {
    color: #ff0040;
    font-size: 30px;
}
#Career_Counseling .call {
    display: flex;
    column-gap: 10px;
}   
#Career_Counseling .call i {
    color: #ff0040;
    font-size: 30px;
}
#Career_Counseling .call div {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}
#Career_Counseling .call div a {
    color: #333;
}
#Career_Counseling .envelope {
    display: flex;
}
#Career_Counseling .envelope i{
    margin-right: 10px;
}
#Career_Counseling .envelope i {
    color: #ff0040;
    font-size: 25px;
}
#Career_Counseling .envelope a{
    color: black;
}
#Career_Counseling .Services_buttons {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
    color: #ff0040;
    /* overflow: hidden; */
}
#Career_Counseling .Services_buttons i {
    margin-right: 20px;
}
#Career_Counseling .Services_buttons a {
    border: 1px solid #333;
    width: 100%;
    padding: 15px;
    color: #ff0040;
}
#Career_Counseling .Services_buttons a:hover {
    background-color: #ff0040;
    color: #fff;
    border: 0;
    transition: all 0.3s ease-in;
}

/* Course / University Selection */

#Career_Counseling h4{
    margin-top: 1rem;
    margin-bottom: 1rem;
    font-size: 18px;
    font-weight: 600;
}
#Career_Counseling h3 {
    position: relative;
}
#Career_Counseling h3::before{
    content: '';
    position: absolute;
    left: 0;
    bottom: -4px;
    width: 80px;
    border-radius: 8px;
    height: 3px;
    background-color: #ff0040;
}
@media only screen and (max-width: 768px){
    #Career_Counseling .course::before {
        display: none;
    }
}
#Career_Counseling p {
    font-size: 15px;
}


/* Financial Section */

#Career_Counseling .financial{
    position: relative;
}
#Career_Counseling .financial {
    position: relative;
}
/* #Career_Counseling .financial::before{
    content: '';
    position: absolute;
    left: 320px;
    top: 15px;
    width: 70px;
    height: 2px;
    background-color: #ff0040;
} */
@media only screen and (max-width: 768px){
    #Career_Counseling .financial::before {
        display: none;
    }
}

#Career_Counseling  .images {
    display: flex;
    column-gap: 30px;
    margin-top: 3rem;
}
#Career_Counseling {
    word-spacing: 2px;
}
#Career_Counseling  .images img{
    width: 100%;
    transition: transform 0.3s ease;
    max-width: 200px;
}
@media only screen and (max-width: 490px){
    #Career_Counseling  .images {
       flex-direction: column;
       row-gap: 60px;
    }
    #Career_Counseling .images img:nth-child(4){
        margin-bottom: 2rem;
    }
}
@media only screen and (max-width: 690px){
    #Career_Counseling  .images {
       flex-direction: column;
       row-gap: 60px;
    }
    #Career_Counseling .images img:nth-child(4){
        margin-bottom: 2rem;
    }
}
@media only screen and (max-width: 768px){
    #Career_Counseling  .images {
       flex-direction: column;
       row-gap: 60px;
    }
    #Career_Counseling .images img:nth-child(4){
        margin-bottom: 2rem;
    }
}
@media only screen and (max-width: 890px){
    #Career_Counseling  .images {
       flex-direction: column;
       row-gap: 60px;
    }
    #Career_Counseling .images img:nth-child(4){
        margin-bottom: 2rem;
    }
}
@media only screen and (max-width: 990px){
    #Career_Counseling  .images {
       flex-direction: column;
       row-gap: 60px;
    }
    #Career_Counseling .images img:nth-child(4){
        margin-bottom: 2rem;
    }
}
@media only screen and (max-width: 1190px){
    #Career_Counseling  .images {
       flex-direction: column;
       row-gap: 60px;
    }
    #Career_Counseling .images img:nth-child(4){
        margin-bottom: 2rem;
    }
}
#Career_Counseling .images img:hover {
    transform: scale(0.8); 
}

/* Scholarship Assistance Section */

#Career_Counseling ol li{
    /* list-style-type: disc; */
    color: black;
    /* list-style: upper-roman; */
    transition: transform;
    list-style: decimal;
}
#Career_Counseling ol li:hover {
    transform: translate(0);
}
#Career_Counseling .Mandatory {
    font-size: 20px;
}

/* Accommodation */
