
.rektorat_users .rektor_profile{
    text-decoration: none;
}
.rektor_card{
    display: flex;
}
.rektor_card .left{
    width: 300px;
    margin-right: 50px;
}
.rektor_card .left img{
    width: 280px;
    height: 300px;
    margin: 10px;
    border-radius: 10px;
    object-fit: cover;
}
.rektor_card .right{
    margin: 10px;
    width: 100%;
    border-top: 3px solid #11456B;
    border-bottom: 3px solid #11456B;
    align-content: center;
    text-align: center;
}
.rektor_card .right .rang, .rektor_card .right .rang-2, .rektor_card .right .name{
    font-size: 25px;
    font-weight: 700;
    color: #11456B;

}
.all_cards{
    display: flex;
    flex-wrap: wrap;
    margin: 40px 10px;
}
.all_cards .card{
    height: auto;
    text-align: center;
    margin-top: 10px;
    margin-right: 20px;
    border-radius: 9px;
    transition: all .3s;
}




.all_cards .card img{
    margin: 10px auto;
    height: 250px;
    width: 250px;
    border-radius: 100%;
    object-fit: cover;
    object-position: 50% 50%;
}
.all_cards .card .user_title{
    font-weight: 600;
    font-size: 22px;
    color: #2C4D78;
    margin:5px 10px;
}
.all_cards .card .user_rang{
    margin: 5px 10px;
    display: block;
    font-weight: 600;
    font-size: 15px;
    color: #2C4D78;
}

.all_cards .card:hover{
    transform: scale(1.01);
    transition: all .3s;
    box-shadow: 0 0 15px #11466b67;

}


.rektor_profile_in{
    text-decoration: none;
}
.rektor_card_in{
    background: #fff;
    box-shadow: 0 0 16px #7273755d ;
    display: flex;
    border-radius: 10px;
}
.rektor_card_in .left{
    padding: 5px;
    margin-bottom: 10px;
    margin-right: 10px;
}
.rektor_card_in .left img{
    width: 300px;
    height: 320px;
    border-radius: 10px;
    object-fit: cover;
}
.rektor_card_in .right{
    width: 100%;
    margin: 10px;
    padding: 10px;
}

.rektor_card_in .right .name, .rektor_card_in .right .rang, .rektor_card_in .right .email, .rektor_card_in .right .times, .rektor_card_in .right .tell{
    font-size: 18px;
    color: #11456B;
}

.rektor_card_in .right span{
    font-weight: 700;

}
.all_cards_in{
    color: #11456B;
    margin-top: 30px;
    background: #fff;
    box-shadow: 0 0 16px #7273755d ;
    max-width: 1440px;
    border-radius: 10px;
    padding: 10px;
    margin-bottom: 30px;
}
.all_cards_in p{
    width: 100%;
    font-size: 18px;
}
.plus-card{
    margin-top: 30px;
    margin-bottom: 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.plus-card .cards{
    width: 48%;
    height: 300px;
    border-radius: 5px;
    display: flex;
    background: #fff;
    padding: 3px;
    margin-top: 25px;
    border: 1px solid #f5f5f5;
    transition: all .3s;
}
.plus-card .cards:hover{
    transition: all .2s;
    box-shadow:  0 0 15px #11456B;
}

.plus-card .cards .img-box{
    width: 300px;
}

.plus-card .cards .img-box img{
    height: 290px;
    width: 300px;
    object-fit: cover;
    border-radius: 5px;
}

.plus-card .cards .footer_card{
    padding: 10px;
    text-align: center;
}

.plus-card .cards .footer_card .user_title, .plus-card .cards .footer_card .user_rang{
    font-size: 20px;
    font-weight: 600;
    color: #11456B;
    margin-top: 10px;
}
.plus-card .cards .footer_card .user_title{
    font-size: 25px;

}

.title_user-info{
    text-align: center;
    font-weight: 700;
    color: #11456B;
    margin: 10px;
    font-size: 24px;

}

.activity{
    display: flex;
}

.activity_left{
    width: 300px;
}

.activity_left ul li{
    list-style: none;
    margin: 5px auto;
}

.activity_left ul li a{
    text-decoration: none;
    font-size: 18px;
    color: #11456B;
    width: 250px;
    padding: 15px 0;
    display: block;
    text-align: center;
    border-radius: 7px;
    border: 1px solid #11456B;
    /* Gradient setup */
    background: linear-gradient(to right, #11456B 51%, #ffffff 51%);
    background-size: 200% 100%;
    background-position: right bottom;

    transition: background-position 0.5s ease;
}

/* Hover effekti */
.activity_left ul li a:hover{
    color: #fff;
    background-position: left bottom;
}



.activity_right{
    width: 100%;
}

.activity_right ul{
    display: flex;
    flex-wrap: wrap;
    list-style: none;
}

.activity_right ul li{
    margin: 10px;
}

.activity_right ul li a{
    text-decoration: none;
    border: 1px solid #11456B;
    padding: 20px 50px;
    border-radius: 7px;
    display: block;
    font-weight: 600;

    /* Ranglar */
    color: #fff;

    /* Gradient chapdan o‘ngga */
    background: linear-gradient(to right, #fff 50%, #11456B 51%);
    background-size: 200% 100%;
    background-position: right bottom;

    transition: 
        background-position 0.5s ease,
        color 0.3s ease;
}

/* Hover effekti */
.activity_right ul li a:hover{
    background-position: left bottom;
    color: #11456B;
}

/* Qolgan stillar */
.activity_right .activity_right_title{
    text-align: center;
    color: #11456B;
}

.activity_right p{
    margin-left: 20px;
    color: #11456B;
}
