@import "../../fonts/zain/stylesheet.css";

* {
    font-family: 'Zain', sans-serif;
    font-size: 18px;
}


html {
    scroll-padding-top: 100px; /* Adjust the value for your needs */
}


body{
    /*background-color:  #F1F2FF;*/
    background-position: center;
    background-repeat: repeat;
    overflow-x: hidden;
}


.searchBtnSm-screen
{
    display: none ;
    align-items: center;
    justify-content: center;
     padding: 0;
    margin-right: 16px;
    height: 47px;
    width: 29px;
}


/*--------------------header-----------*/




/* -------Sidebar Overlay------------- */
.sidebar-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1040;
    display: none;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.sidebar-overlay.active {
    display: block;
    opacity: 1;
}

/* Sidebar Menu */
.sidebar-menu {
    position: fixed;
    top: 0;
    right: -400px;
    width: 350px;
    height: 100%;
    background: #fff;
    z-index: 1050;
    transition: right 0.3s ease;
    overflow-y: auto;
    box-shadow: -2px 0 5px rgba(0, 0, 0, 0.1);
}

.sidebar-menu.active {
    right: 0;
}

/* Sidebar Header */
.sidebar-header {
    padding: 20px;
    background: #00689A;
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.sidebar-close {
    background: none;
    border: none;
    color: #fff;
    font-size: 24px;
    cursor: pointer;
    padding: 0;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sidebar-close:hover {
    color: #ccc;
}

/* Sidebar Content */
.sidebar-content {
    padding: 0;
}

.sidebar-nav {
    list-style: none;
    padding: 0;
    margin: 0;
}

.sidebar-nav .nav-item {
    border-bottom: 1px solid #eee;
}

.sidebar-nav .nav-link {
    display: block;
    align-items: center;
    padding: 15px 20px;
    color: #333;
    text-decoration: none;
    transition: all 0.3s ease;
    position: relative;
}

.sidebar-nav .nav-link:hover {
    background: #f8f9fa;
    color: #00689A;
}

.sidebar-nav .nav-link i {
    margin-left: 10px;
    width: 20px;
    text-align: center;
}

.sidebar-nav .dropdown-item-with-arrow {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0;
}

.sidebar-nav .nav-link.dropdown-toggle::after {
    content: '\f107';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    float: left;
    margin-right: 10px;
    transition: transform 0.3s ease;
    border: none;
}

.sidebar-nav .nav-link.dropdown-toggle.collapsed::after {
    transform: rotate(-90deg);
}

.sidebar-nav .dropdown-menu {
    position: static;
    display: none;
    width: 100%;
    box-shadow: none;
    border: none;
    background: #f8f9fa;
    margin: 0;
    padding: 0;
}

.sidebar-nav .dropdown-menu.show {
    display: block;
}

.sidebar-nav .dropdown-item {
    padding: 12px 40px;
    color: #666;
    border-bottom: 1px solid #e9ecef;
    transition: all 0.3s ease;
}

.sidebar-nav .dropdown-item:hover {
    background: #e9ecef;
    color: #00689A;
}

.sidebar-nav .dropdown-submenu {
    position: relative;
}

.sidebar-nav .dropdown-submenu .dropdown-menu {
    background: #e9ecef;
}

.sidebar-nav .dropdown-submenu .dropdown-item {
    padding: 10px 60px;
    font-size: 14px;
}

/* Mobile Menu Toggle Button */
.mobile-menu-toggle {
    background: none;
    border: none;
    flex-direction: column;
    justify-content: space-between;
    width: 30px;
    cursor: pointer;
    padding: 0;
    padding: 12px 0;
    display: none;
    height: 58px;
    margin-right: 15px;
}

.mobile-menu-toggle span {
    display: block;
    height: 3px;
    width: 100%;
    background: #333;
    border-radius: 2px;
    transition: all 0.3s ease;
}

.mobile-menu-toggle.open span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
}

.mobile-menu-toggle.open span:nth-child(2) {
    opacity: 0;
}

.mobile-menu-toggle.open span:nth-child(3) {
    transform: rotate(-45deg) translate(7px, -6px);
}


.dropdown-submenu .dropdown-item-with-arrow .dropdown-arrow
{
    border: 0;
    background: #3386bc;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 26px;
    margin-left: 9px;
    border-radius: 5px;
}

.dropdown-submenu .dropdown-item-with-arrow .item-text
{
    text-decoration: none;
    padding: 10px 0;
    color: #4387be;
}

/*-------------end menu--------------*/















.logoUniversity{
    margin-right: -76px;
    background: #fff;
    border-radius: 0 50% 50% 0;
}
.logoUniversity .logo{
    height: 113px;
    padding: 5px;

}
.bis {
    border-radius: 25px;
    background: linear-gradient(to left, #87fc34, #448ef7);
    padding: 2px !important;
    display: block;
    text-decoration: none;
    color: #000;
}
.bis div {
    border-radius: 25px;
    background: #fff;
    padding: 5px;
}
.bis img {
    width: 30px;
}

.other_page
{
    padding-left: 40px;
}


/*----------end -------------*/









.titleSection
{
  border-bottom: 1px solid #1685BA;
}



.titleSection span
{
    display: inline-block;
    background: #1685BA;
    color: #fff;
    padding: 5px 15px;
    font-size: 20px;
}


.titleSection a
{
    display: inline-block;
    background: #1685BA;
    color: #fff;
    padding: 5px 15px;
    font-size: 20px;
    text-decoration: none;
}



.iconMobileMneu{
    border: 0!important;
    outline: unset !important;
    box-shadow: unset !important;
}


/* nav-iconMobileMneu-2 */
.nav-iconMobileMneu-2{
    width: 35px;
    height: 30px;
    margin: 10px 10px;
    position: relative;
    cursor: pointer;
    display: inline-block;
}
.nav-iconMobileMneu-2 span{
    background-color:#000;
    position: absolute;
    border-radius: 2px;
    transition: .3s cubic-bezier(.8, .5, .2, 1.4);
}
.nav-iconMobileMneu-2 span:nth-child(1){
    width: 100%;
    height:  3px;
    display: block;
    top: 0px;
    left: 0px;
}
.nav-iconMobileMneu-2 span:nth-child(2){
    width: 100%;
    height:  3px;
    display: block;
    top: 13px;
    left: 0px;
}
.nav-iconMobileMneu-2 span:nth-child(3){
    width: 100%;
    height:  3px;
    display: block;
    bottom: 0px;
    left: 0px;
}
.nav-iconMobileMneu-2:not(.open):hover span:nth-child(1){
    width: 100%;
    height:  3px;
    display: block;
    top: -2px;
    left: 0px;
    transition: .3s cubic-bezier(.8, .5, .2, 1.4);
}
.nav-iconMobileMneu-2:not(.open):hover span:nth-child(2){
    width: 100%;
    height:  3px;
    display: block;
    top: 13px;
    left: 0px;
    transition: .4s cubic-bezier(.8, .5, .2, 1.4);
}
.nav-iconMobileMneu-2:not(.open):hover span:nth-child(3){
    width: 100%;
    height:  3px;
    display: block;
    bottom: -2px;
    left: 0px;
    transition: .3s cubic-bezier(.8, .5, .2, 1.4);
}
.nav-iconMobileMneu-2.open span:nth-child(1){
    left:3px;
    top: 12px;
    width: 30px;
    transition: .3s cubic-bezier(.8, .5, .2, 1.4);
    transform: rotate(90deg);
    transition-delay: 150ms;
}
.nav-iconMobileMneu-2.open span:nth-child(2){
    left:2px;
    top: 20px;
    width: 20px;
    transition: .3s cubic-bezier(.8, .5, .2, 1.4);
    transform: rotate(45deg);
    transition-delay: 50ms;
}
.nav-iconMobileMneu-2.open span:nth-child(3){
    left:14px;
    top: 20px;
    width: 20px;
    transition: .3s cubic-bezier(.8, .5, .2, 1.4);
    transform: rotate(-45deg);
    transition-delay: 100ms;
}


.header {
    position: relative;
    z-index: 10;
    border-bottom: 1px solid #bababa5c;

 }

.header .setContainer{
    padding-right: 0;
}

.header .setContainer #navbarNavTop .navbar-nav{
    border-bottom: 1px solid #bababa5c;
}

.setContainer .x-padding-margin
{
    padding-right: 0;
    margin: 0
}



.header .navbar {
     box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    padding: 0;
}


.header.fixedMenu {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10;
    transition: 0.3s;
    background: #fff;
}


.header .menu_dropdown .nav-link {
    padding: 0.8rem 0.5rem;
}

.header.fixedMenu .menu_dropdown .nav-link
{
    color: #000;
}


.header .titleWebSite
{
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #1685BA;
}
.header.fixedMenu .titleWebSite
{
    color: #000;
}





.header .navbar-nav
{
    padding-right: 24px;
}


#navbarNav .navbar-nav .nav-item
{
    position: relative;
    transition: 0.3s;
}
#navbarNav .navbar-nav .nav-item .nav-link:hover
{
    background: #efefef;
    transform: skew(-25deg);
    color: #000;
}
#navbarNav .navbar-nav .nav-item:after
{
    position: absolute;
    content: "/";
    color: #b6b6b6;
    top: 9px;
    left: 0;
    font-size: 27px;
 }




#navbarNav .ul_dropdown
{
     right:13px;
    background: #efefef;
}


#navbarNav  .menu_dropdown:hover > .dropdown-toggle  {
    background-color:#efefef;
    color: #000;
     transform: skew(-25deg);


}


.searchBtn
{
    background: #1685BA;
    color: #fff !important;
    height: 100%;
 }



#navbarNav .navbar-nav .nav-item:last-child:after
{
 display: none;
}



.navbar-brand img {
    height: 77px;
    padding-top: 5px;
}

.search-box {
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 15px;
    cursor: pointer;

}

.lang-switch {

    color: gray;
    width: 30px;
    height: 30px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 5px;
    text-decoration: none;
    font-weight: bold;
    font-size: 18px;
}
.lang-switch span{
    height: 100%;
    font-size:16px;
}

.lang-switch.active {
    background-color: #2A75B8;
    color: white;

}

.breadcrumb {
    background-color: transparent;
     margin-bottom: 0;
}

.breadcrumb-item a {
    color: #2A75B8;
    text-decoration: none;
}
/*Mega Menu Styles */
.mega-menu {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    background: white;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    top: 100%;
    visibility: hidden;
    transform: translateY(-10px);
    z-index: 1000;
    max-height: 0;
    overflow: hidden;
    transition:  0.5s;
    opacity: 0;
}



.nav-item.has-mega-menu:hover .mega-menu {
    max-height: 2000px;
    visibility: visible;
    transform: translateY(0);
    opacity: 1;
    transition:  1s;

}

span.sub_main_menu_list {
    display: block;
    margin-bottom: 18px;
    margin-top: 18px;
    font-weight: bold;
}

span.title_sub_main_menu_list {
    display: block;
    margin-bottom: 18px;
    font-weight: bold;
}

.cardFullMenu
{
    border-top: 2px solid #2A75B8;

}

.nav-item.has-mega-menu {
    position: static;
}
.nav-item.has-mega-menu a i {
    position: relative;
    top: 3px;
}
.mega-menu-list a {
    color: #b2b2b4;
    text-decoration: none;
    transition: color 0.3s, background-color 0.3s, padding-left 0.3s;
    border-radius: 4px;
    display: inline-block;
}

.mega-menu-list a:hover {
    color: #000000;
}


.menu_dropdown:hover .dropdown-menu {
    display: block;
}

/*@media (min-width:989px ) {*/
/*    .menu_dropdown:hover .dropdown-menu {*/
/*        display: block;*/
/*    }*/
/*}*/



.menu_dropdown .dropdown-menu {
    margin-top: 0;
    transition: all 0.3s ease-in-out;
    box-shadow: 0 3px 4px 0px #00000033;
}


.ul_dropdown {
    border-radius: 0;
    border: 0;
    width: max-content;
}
.ul_dropdown li a {
    padding: 8px 18px;
    color: #464646;
}

.menu_dropdown  .dropdown-toggle::after {

    border: 0;

}




.mega-menu-column h3 {
    color: #2A75B8;
    font-size: 18px;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid #eee;
}

.mega-menu-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.mega-menu-list li {
    margin-bottom: 22px;
    position: relative;
}




.department-list li {
    padding: 8px 15px;
}

/*vertical-line*/
.vertical-line {
    display: none;
    width: 2px;
    height: 100%;
    background-color: #ddd;
    position: absolute;
    right: 0;
    top: 0;
    transform: translateX(-50%);
}






.menu_dropdown .nav-link.dropdown-toggle i.fa-angle-down
{
    font-size:14px;
}



.dropdown-submenu-sub {
    position: relative;
}

.dropdown-submenu-sub > .dropdown-menu {
    top: 0;
    right:  150%;
    margin-left: 0;
    margin-right: 0;
    visibility: hidden;
    position: absolute;
    border-radius: 0;
    width: max-content;
    transition: 0.3s;
    opacity: 0;
    z-index: -1;
}

.dropdown-submenu-sub:hover > .dropdown-menu {
    visibility: visible;
    opacity: 1;
    z-index: 1;
    right: 100%;
}

.dropdown-submenu-sub.subSubMenu::after {
    content: "\f104";
    font-family: FontAwesome;
    top: 12px;
    position: absolute;
    left: 4px;
    color: #606060;
    font-size: 14px;
}



@media (min-width: 991px) {

    .dropdown-submenu-sub > .dropdown-menu.changeDir {
        top: 0;
        left:  150%;
        margin-left: 0;
        margin-right: 0;
        visibility: hidden;
        position: absolute;
        border-radius: 0;
        width: max-content;
        transition: 0.3s;
        opacity: 0;
        z-index: -1;
        right: unset;
    }

    .dropdown-submenu-sub:hover > .dropdown-menu.changeDir {
        visibility: visible;
        opacity: 1;
        z-index: 1;
        left: 100%;
        right: unset;

    }
}




/*/////sub_menu */

#departments-section {
    overflow: hidden; /* Hide overflow to prevent items from showing off-screen */
}








.btnSearch2
{
    display: none;
    outline: none !important;
    box-shadow: none !important;
    border: 0 !important;
}

.boxSearch .input-group-text {
    padding: 0;
    background: transparent;
    border-radius: 8px 0 0 8px;
}
.boxSearch .btnSearch {
    background: #0d1b3f !important;
    color: #ffffff;
    font-size: 21px;
    padding: 8px 45px;
    border-radius: 8px 0 0 8px;
}


.boxSearch {
    padding: 15px 0;

}
.search {
    background: #ffffff;
    height: 0;
    overflow: hidden;
    transition: 0.3s;
    box-shadow: inset 0px -4px 6px 0 #8383833b;
}



.itemMenu i
{
    font-size: 15px;
    display: inline-block;
    margin-right: 8px;
    transition: 0.3s;
}

.itemMenu.active
{
    color: #000;
}

.itemMenu.active i
{
    margin-right: 15px;

}


.subItemMenu i{
    opacity: 0;
    transition: 0.3s;
    display: inline-block;
    margin-right: 8px;
}
.subItemMenu:hover i{
    opacity:1;
    margin-right: 15px;
}


.sliderMenu
{

    position: relative;
    height: 100%;
    overflow: hidden;
    transition: height 0.3s ease-in-out;

}


.contentSubMenu {
    height: 100%;
    width: 100%;
    position: absolute;
    right: -1000px;
    transition: right 0.5s ease-in-out;
    margin-top: 29px;
    padding: 0 17px;
    border-right: 2px solid #e3e3e3;
}

.contentSubMenu.openSubMenu {
    right: 0;
}



.social_media {
    position: fixed;
    top: 50%;
    left: 0;
    z-index: 100;
    text-decoration: none;
}

.social_media a  {
    text-decoration: none;
    display: block;
     padding-left: 5px;
    width: 126px;
    position: relative;
    margin-bottom: 15px;
    left: -76px;
    transition:0.3s;
    border-radius: 0 25px 25px 0;
    border:1px solid transparent;
    border-right: 0;
}



.social_media a span {
    display: inline-block;
    top: -4px;
    position: relative;
    width: 70px;
    text-align: center;
    color: #000;
}

.social_media a i {
    font-family: FontAwesome;
    padding: 9px;
    border-radius: 50%;
    color: #ffffff;
    font-size: 18px;
    margin-left: 5px;
    background-color: rgb(25 24 24 / 20%);
    backdrop-filter: blur(12px);
    border: 1px solid;
    width: 40px;
    height: 40px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}


.social_media a:hover  {
    background: #ffffff;
    left: 0;
    border:1px solid #b4b4b459;
}


.social_media a:hover   i {
    background: #0B4D87;
    border: 1px solid transparent;
}





/*-----------------*/




/*breadcrumb*/
nav.breadcrumbWebSite {
    margin-bottom: 30px;
}
nav.breadcrumbWebSite ol {
    margin: 0;
    border-bottom: 1px solid #C4C4C4;
    padding-left: 30px;
    width: fit-content;
}
.breadcrumbWebSite a {
    text-decoration: none;
}
/*.breadcrumbWebSite .arrow_right a {*/
/*    background: linear-gradient(135deg, #6366f1 0%, #4f46e5 100%);*/
/*    color: #ffffff;*/
/*    border-radius: 50%;*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*    width: 24px;*/
/*    height: 24px;*/
/*}*/
.breadcrumbWebSite .breadcrumb-item + .breadcrumb-item::before {
    content: "\f100" !important;
    font-family: "FontAwesome";
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    color: #6c757d;
    font-size: 12px;
    float: unset;
}

/*.breadcrumbWebSite .breadcrumb li:nth-child(2)::before {*/
/*    display: none;*/
/*}*/





/*---------sliderMainPage------------*/


.mainSlideWebSite.swiper {
    width: 100%;
    height: 100%;
}

.mainSlideWebSite .swiper-slide {
    text-align: center;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    background: #0d1b3f;
    height: 700px;
}

.mainSlideWebSite .swiper-slide .imageSlider {
    display: block;
    width: 100%;
    height: 800px;
    object-fit: cover;
}

.mainSlideWebSite .swiper-slide video {
    display: block;
    width: 100%;
    position: absolute;
    z-index: 1;
    top: -107px;
}




.mainSlideWebSite  .swiper-pagination span
{

    background: #a8a8a8;
    width: 20px;
    border-radius: 25px;
    opacity: 0.7;
    height: 6px;

}
.mainSlideWebSite  .swiper-pagination span.swiper-pagination-bullet-active
{
    background: #082156;
    opacity: 1;

}


.socialMediaHeader a
{
    text-decoration: none;
    display: inline-flex  ;
    width: 28px;
    height: 28px;
    background: #353B41;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    color: #CBD5E1;
    transition: 0.3s;
    font-size: 18px;
    margin: 0 5px;
}


.mainSlideWebSite .controlSlider-next,
.mainSlideWebSite .controlSlider-prev {
    width: 40px;
    height: 40px;
    border-radius: 5px;
    border: 2px solid #fff;
    background-color: rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(12px);
}

.mainSlideWebSite .swiper-button-prev.controlSlider-prev:after, .mainSlideWebSite .swiper-button-next.controlSlider-next:after {
    font-size: 18px;
    color: #fff;
}


a.detailsSlider {
    background: #1685BA;
    border: none;
    color: white;
    font-size: 16px;
    font-weight: 500;
    padding: 5px 23px;
    border-radius: 12px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(99, 102, 241, 0.3);
    text-decoration: none;
}

.mainSlideLayer {
    position: relative;
}

.nameSlider {
    font-size: 40px;
    color: #fff;
    margin-bottom: 30px;
    text-align: center;

}

.overSliderCard {
    background:linear-gradient(180deg, rgba(0, 0, 0, 0.72) 35.1%, rgba(0, 0, 0, 0.00) 100%);
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 1000;
    text-align: right;
}






/*-------------------------------------*/


.titlePage
{
    font-size: 26px;
    margin-bottom: 30px;
    color: #1685BA;

}



.cardSliderNews
{
    text-decoration: none;
    color: #000;
    text-align: right;
    display: block;
    width: 100%;
     overflow: hidden;
    transition: .3s;
}



.imageCardSliderNews
{
    height: 236px;
    width: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;

}



.btnMoreLoad
{
    background: #3386bc !important;
    color: #fff !important;
    padding: 10px 90px;
    margin-top: 26px;
}

.sidebar-item {
    display: flex;
    gap: 1rem;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #eee;
    text-decoration: none;
}
.sidebar-item img {
    width: 95px;
    height: 74px;
    border-radius: 4px;
    object-fit: cover;
}

.sidebar-item  .titleNewsTopView {
    color: #0B0D0E;
}






.sharePost a {
    text-decoration: none;
    border: 1px solid;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #1c2a85 !important;
 }




.sharePost a i{
    font-size: 15px;
}

.fileAttachment {
    margin-top: 30px;
}



.fileAttachment a {
    background: #3386bc !important;
    color: #fff !important;
}


.news-main {
    height: 100%;
    min-height: 455px;
    background-size: cover;
    background-position: center;
    color: white;
    position: relative;
    display: block;
    text-decoration: none;
}
.news-main .overlay {
    position: absolute;
    bottom: 0;
    background: rgba(0,0,0,0.6);
    padding: 20px;
    width: 100%;
}
.news-small {
    height: 225px;
    background-size: cover;
    background-position: center;
    color: white;
    position: relative;
    display: block;
    text-decoration: none;
}
.news-small .overlay {
    position: absolute;
    bottom: 0;
    background: rgba(0,0,0,0.6);
    padding: 10px;
    width: 100%;
    font-size: 14px;
}


.titleCard span {
    font-weight: bold;
    font-size: 20px;
}




.swiper.sliderCenter {
    width: 100%;
    height: 100%;
}


.layer_sliderCenter
{
    height: 750px;
    width: 100%;
}

.layer_sliderCenter .imageSliderCenter
{
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}



.sliderCenter .swiper-button-next,
.sliderCenter .swiper-button-prev {
    width: 40px;
    height: 40px;
    border-radius: 5px;
    border: 2px solid #fff;
    background-color: rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(12px);
}

.sliderCenter .swiper-pagination span {
    background-color: #c6c6c6;
    opacity: 1;

}
.sliderCenter .swiper-pagination .swiper-pagination-bullet-active   {
    background-color: #fff;

}

.sliderCenter .swiper-button-prev:after, .sliderCenter .swiper-button-next:after {
    font-size: 18px;
    color: #fff;
}
.titleSliderCenter {
    font-size: 36px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 30px;
    background: #2f3b3bb8;
    max-width: 360px;
    padding: 12px 9px;
}

.service-icon {
    width: 80px;
    height: auto;
    margin-bottom: 10px;
}
.service-box {
    text-align: center;
    margin-bottom: 30px;
}
.centers_services {
    background-color: #eee;
    padding: 40px 0;
}

.serviceCenter {
    display: block;
    color: #000;
    text-decoration: none;
}

.iconServiceCenter
{
    height: 140px;
    display: flex;
    align-items: center;
    justify-content: center;

}

.serviceCenter .iconServiceCenter img {

    max-height: 140px;
}



.image-stack {

    position: relative;
    margin-bottom: 50px;
}

.image-stack .img-back {
    width: 86%;
    border-radius: 10px;
}

.image-stack .img-front {
    position: absolute;
    top: 75px;
    right: 30px;
    width: 88%;
    border-radius: 10px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    background: white;
    padding: 20px;
}

.btn-custom {
    background-color: #003049;
    color: white;
    border-radius: 25px;
    padding: 10px 25px;
    transition: 0.3s;
}

.btn-custom:hover {
    background-color: #00557f;
}


.news-card {
    background: white;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0,0,0,0.08);
    overflow: hidden;
    transition: transform 0.3s;
    height: 100%;
    display: block;
    text-decoration: none;
}

.news-card:hover {
    transform: scale(1.02);
}

.news-card img {
    width: 100%;
    height: 180px;
    object-fit: cover;
}

.news-card .content,
.news-card .contentCardNews

{
    padding: 15px;
}

.news-card .content i,
.news-card .contentCardNews i

{
    font-size: 14px;

}

.news-date {
    font-size: 14px;
    color: #777;
}

.news-summary {
    font-size: 15px;
    color: #555;
    margin-top: 10px;
    line-height: 1.6;
}

.news-title {
    font-weight: bold;
    font-size: 16px;
    margin-top: 10px;
    min-height: 50px;
}





.serviceColleges {
    background: #e5e5e5;
    padding: 49px 0;
    padding-top: 75px;
    margin-bottom: 40px;
}

.cardServiceColleges
{
    text-decoration: none;
}


.imageServiceColleges
{
    height: 115px;
    display: flex;
    justify-content: center;
    align-items: center
}

.imageServiceColleges img
{
    max-height: 100%;
}

.nameServiceColleges
{
    text-align: center;
    color: #0B0D0E;
    margin-top: 30px;
}

.cardStaff {
    display: block;
    background-color: #ffffff;
    border-radius: 15px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    text-align: center;
    text-decoration: none;
    color: #333;
    overflow: hidden;
    transition: transform 0.3s, box-shadow 0.3s;
    margin: 10px auto;
    width: 100%;
}

.cardStaff:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.imageStaff {
    height: 250px;
    background-size: cover;
    border-bottom: 2px solid #f0f0f0;
    background-position: center 0;
}

.nameStaff {
    font-weight: bold;
    font-size: 18px;
    margin-top: 15px;
    padding: 0 10px;
    margin-bottom: 15px;

}

.academic_titleStaff {
    color: #555;
    margin-bottom: 15px;
    padding: 0 10px;
}
.cardApdForm {
    padding: 10px 15px;
    font-size: 16px;
    border-radius: 12px;
    transition: 0.3s ease;
    text-decoration: none;
}
.cardApdForm:hover {
    background-color: #0d6efd;
    color: white !important;
}


a.btn.cardApd {
    width: 100%;
    height: 100%;
    display: grid;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 9px 0 #23232352;
    font-size: 22px;
    padding: 27px 5px;
}
a.btn.cardApd img {
 border-radius:5px ;
    margin-bottom: 15px;
    width: 100%;
}


.department-card {
    text-decoration: none;
}

.circle-img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 50%;
    box-shadow: 0 0 10px #ccc;
    margin-bottom: -8px;
    padding: 11px;
    background: #fff;
}

.dept-button {
    background-color: #3386bc;
    color: white;
    border: none;
    border-radius: 20px;
    padding: 12px 10px;
    font-weight: bold;
    width: 100%;
    text-align: center;
}
.details table {
    width: 100%;
    border-collapse: collapse;
    font-family: 'DroidArabicKufi', sans-serif;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    margin-bottom: 20px;
}

.details th, .details td {
    padding: 12px 16px;
    border: 1px solid #ddd;
    font-size: 18px;
    text-align: left;
    vertical-align: middle;
}

.details th {
    background-color: #f0f0f0;
    color: #333;
    font-weight: bold;
}

.details tr:nth-child(even) {
    background-color: #f9f9f9;
}

.details tr:hover {
    background-color: #eef;
    transition: 0.2s;
}

.details a {
    color: #21699c;
    text-decoration: none !important;
}

.details a:hover {
    text-decoration: underline;
}


/*---------about_the_colleges----------------*/



.CollegeCouncil
{
    text-decoration: none;
    position: relative;
    box-shadow: 0 0 5px 0 #7b7b7b8a;
}

.imageStaffCard {
    height: 250px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.CollegeCouncil .card-title-bar {
    background-color: #1685ba;
    color: white;
    padding: 6px;
    font-weight: bold;
     position: absolute;
    bottom: 70px;
    width: 70%;
    border-radius: 36px 0 0 0;
}
.CollegeCouncil .card-subtitle-bar {
    background-color: #1685ba;
    color: white;
    padding: 6px;
    height: 60px;
    display: flex
;
    align-items: center;
    overflow: hidden;
 }
.CollegeCouncil.card img {
    width: 100%;
}

.details {
    line-height: 2;

}

.imageAbout {
    width: 100%;
    border-radius: 8px;
    margin-bottom: 30px;
}



/*-------------------------*/
/*---------colleges----------------*/




.profile-name {
    font-size: 1.1rem;
    color: #7f8c8d;
    font-weight: 400;
}

.contentDean {

     align-items: center;
    padding-top: 50px;
}

.profile-section {
    text-align: center;
    position: relative;
}

.profile-image {
    width: 280px;
    height: 320px;
    border-radius: 25px;
    object-fit: cover;
    border: 6px solid #fff;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
    z-index: 1;
}

.profile-image:hover {
    transform: translateY(-10px) scale(1.02);
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.3);
}

.profile-title {
    margin-top: 25px;
    font-size: 1.8rem;
    color: #2c3e50;
    font-weight: 600;
    margin-bottom: 10px;
}

.profile-name {
    font-size: 1.3rem;
    color: #7f8c8d;
    font-weight: 400;
}


.description {
    font-size: 1.1rem;
    line-height: 2;
    color: #34495e;
    text-align: justify;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    padding: 30px;
    border-radius: 20px;
    border-right: 5px solid #3498db;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    position: relative;
    overflow: hidden;
}

.description::before {
    content: '"';
    position: absolute;
    top: 10px;
    right: 20px;
    font-size: 4rem;
    color: #3498db;
    opacity: 0.2;
    font-family: serif;
}




@keyframes float {
    0%, 100% { transform: translateY(0px); }
    50% { transform: translateY(-20px); }
}



@media (max-width: 768px) {
    .content {
        grid-template-columns: 1fr;
        gap: 30px;
        padding: 20px;
    }

    .header h1 {
        font-size: 2rem;
    }



    .profile-bg {
        width: 220px;
        height: 260px;
    }



    .description {
        font-size: 1rem;
        padding: 20px;
    }
}

.accent-line {
    width: 100px;
    height: 4px;
    background: linear-gradient(135deg, #667eea, #764ba2);
    margin: 20px auto;
    border-radius: 2px;
}




/*------------*/
a.url_postgraduate_studies {
    text-decoration: none;
    color: #000;
}
