/* for reset css */

a , div , h1, h2, h3, h4, h5, h6 {font-family: 'Roboto'}

/* for global css */

.fullBox {position: relative; width: 25px; height: 25px; border: 2px solid #ddd;}
.dottedBox {position: relative; width: 25px; height: 25px; border-right: 2px solid #ddd; border-top: 2px solid #ddd; border-bottom: 2px solid #ddd}
.dottedBox div:first-child {top: 0; left: 0; width: 2px; height: 10px; background-color: #ddd}
.dottedBox div:last-child {bottom: 0; left: 0; width: 2px; height: 10px; background-color: #ddd}

.clamp5 {display: -webkit-box; -webkit-line-clamp: 5; -webkit-box-orient: vertical;overflow: hidden;}
.clamp4 {display: -webkit-box; -webkit-line-clamp: 4; -webkit-box-orient: vertical;overflow: hidden;}
.clamp3 {display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical;overflow: hidden;}


.underOff {text-decoration: none!important;}
.colorCC {color: #CC0000 !important;}
.color36 {color: #363636 !important;}
.colorFF {color: #FFFFFF !important;}
.color0B {color: #0B3B6C !important;}
.colorAD {color: #FFAD00 !important;}
.color99 {color: #999999 !important;}

.webHeader {}
.mobileHeader {display: none !important;}
@media (max-width: 970px) {
    .webHeader {display: none !important;}
    .mobileHeader {display: block !important;}
}
@media (max-width: 1440px) {
    .linkCircle {left: -80px}
}

.paddingContainer {padding: 0 60px;}
@media (max-width: 1200px) {
    .paddingContainer {padding: 0 20px;}
}

.justWhite {background-color: #FFF !important;}

.over-mask {position: absolute; bottom: 0; z-index: 1; width: 100%; height: 100%; background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8)); background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8)); background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8)); background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.85));}
.over-mask-light {position: absolute;bottom: 0;z-index: 1;width: 100%;height: 100%;background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));background: linear-gradient(to top, #0000, #00000087);}
.over-mask-light-bot {position: absolute;bottom: 0;z-index: 1;width: 100%;height: 100%;background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));background: linear-gradient(to bottom, #0000, #00000087);}

.homeOrgs {padding-bottom: 270px;}

.uk-modal-dialog {background-color: #363636}
.uk-modal-close-full {background-color: #363636}

.playButton {width: 150px; height: 150px; z-index: 2}
@media (max-width: 768px) {
    .playButton {height: 100px;}
}
@media (max-width: 600px) {
    .playButton {width: 120px; height: 68px;}
}
@media (max-width: 360px) {
    .playButton {width: 100px; height: 45px;}
}
/* for layout css */

header .caligraphy {z-index: 2; left: 60px; top: 30vh; transition-duration: .3s}
header .search {position: relative; display: block;}
header .search .fa {position: absolute; color: #ddd; font-size: 14px;}
header .search .dottedBox {border-width: 3px;}
header .search .dottedBox div:first-child,header .search .dottedBox div:last-child {width: 3px;}
header .search .dottedBox div:first-child { height: 20%;}
header .search .dottedBox div:last-child {height: 50%;}
header .logos {z-index: 2; right: 60px; top: 30vh; width: 28px; position:sticky!important; position: -webkit-sticky; margin-left: auto; transition-duration: .3s ; margin-bottom: 60px;}
header .logos .search {margin-bottom: 10px}

header .other {}
header .other li {padding: 20px 0}
header .other .uk-active {box-sizing: border-box; border-bottom: 4px solid #FFAD00!important;}
@media (max-width: 1140px) {
    header .logos {right: 20px; transition: .3s ease; margin-bottom: 20px;}
    header .caligraphy {left: 20px; transition: .3s ease}
}
@media (max-width: 800px) {
    header .caligraphy {transition: .3s ease}
    header .caligraphy svg {max-width: 50%; transition: .3s ease}
}


.uk-navbar-container {transition-duration: .3s}
@media (max-width: 1140px) {
    .uk-navbar-container {padding: 40px 20px 20px!important;}
}

.logo1{width: 100px;opacity: 1}
.logo2{width: 100px;opacity: 0;transform: translateX(-100px)}
.uk-navbar-sticky .logo1{opacity: 0}
.uk-navbar-sticky .logo2{opacity: 1}
.uk-navbar-sticky {padding: 20px 20px 20px!important; transition: .3s ease; transition-duration: .3s; background-color: #FFF !important;box-shadow: 0 2px 8px rgba(0,0,0,.08)}
.uk-navbar-sticky a {color: #363636 !important; transition: .3s ease; transition-duration: .3s}
.uk-navbar-sticky i {color: #363636 !important; transition: .3s ease; transition-duration: .3s}
.uk-navbar-nav > li > a{padding: 0 10px;font-size: 16px;color: #fff;text-transform: uppercase;font-weight: 600}
.webHeader {}
.mobileHeader {display: none}
@media (max-width: 970px) {
    .webHeader {display: none}
    .mobileHeader {display: block}
}
.uk-navbar-sticky .cls-1 {fill: #363636; transition: .3s ease; transition-duration: .3s}
@media (max-width: 1024px) {
    .uk-navbar-container {padding-bottom: 10px !important; padding-top: 10px !important;}
    .uk-navbar-container  .uk-navbar-left  svg {width: 200px; height: 80px}
    .uk-navbar-item, .uk-navbar-nav>li>a, .uk-navbar-toggle {min-height: 50px !important;}
    .mobileHeader {margin-top: 20px}
}
@media (max-width: 650px) {
    .swiper-container .dottedBox {display: none}
    .swiper-slide .content {width: 70%; right: unset!important; left: 20px;}
    .caligraphy {display: none}
    .uk-navbar-item, .uk-navbar-nav>li>a, .uk-navbar-toggle {padding: 0}
}
.headerblack {background-color: #222222!important;}

.home-one-back{padding: 80px 0;background-color: #f6f6f6}

.research-procedure {
    padding: 30px;
    position: relative;
    background: #fff;
    border-radius: 8px;
    transition: all 0.4s ease;
}
.research-procedure .rt-serial {
    background: #262626;
}
.research-procedure, .research-procedure p {
    color: #fff;
}
.research-procedure .icon img {
    filter: none;
}
.research-procedure .rt-serial {
    background: #262626;
    color: #fff;
    transition: all 0.4s ease;
}
.research-procedure > * {
    position: relative;
    z-index: 1;
}
.research-procedure .rt-serial {
    font-size: 22px;
    font-weight: 600;
    position: absolute;
    right: 0;
    top: -30px;
    color: rgb(0, 30, 67);
    height: 50px;
    width: 50px;
    border-radius: 50%;
    border: 5px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f6f6f6;
    transition: all 0.4s ease;
}
.research-procedure h3{
    font-size: 24px;
    color: rgb(0, 30, 67);
    font-weight: 500;
    display: block;
    margin-bottom: 10px;
    margin-top: 20px;
}
.research-procedure .icon {
    margin-bottom: 15px;
}
.research-procedure .icon img {
    filter: invert(100);
}
.research-procedure p {
    color: #262626;
    font-size: 16px;
    line-height: 25px;
    margin: 0;
}
.research-procedure:hover {
    background: rgb(0, 30, 67);
    transform: translateY(-10px);
}
.research-procedure:hover h3, .research-procedure:hover p {
    color: #fff;
}
.research-procedure:hover .icon img {
    filter: none;
}
.research-procedure:hover .rt-serial {
    background: rgb(0, 30, 67);
    color: #fff;
}
.research__text--single:not(:last-child) {
    margin-bottom: 40px;
}
/* Түр бичсэн шүү загварын засахдаа хасчхаарай  */
.teachers-degree-tabs > li {width: auto; margin-right: 10px;}
.teachers-degree-tabs > li > a {font-size: 13px;padding: 0 15px!important;}
/** campus area for **/
.campus-area {
    padding: 140px 0;
    background: #fff;
    position: relative;
}
.campus-bg::before {
    position: absolute;
    content: "";
    height: 80%;
    width: 100%;
    background: transparent;
    background-repeat: no-repeat;
    top: 32%;
    background-image: url('../assets/bg-line.svg');
    z-index: 1;
}
.campus-left-section{position: relative;margin-right: 30px;z-index: 1}
.campus-left-section .campus-section-title {
    font-size: 24px;
    line-height: 19px;
    margin-bottom: 30px;
    text-transform: uppercase;
    font-weight: 500;
    color: rgb(0, 30, 67);
}
.campus-left-section .campus-section-title span {
    display: block;
    margin-left: 100px;
    margin-top: 30px;
    font-size: 26px;
    line-height: 39px;
    font-weight: 400;
}
.campus-left-section .left-section-content {
    margin-left: 25px;
}
.campus-left-section .left-section-content p{font-size: 16px;line-height: 30px;color: #363636;margin: 0 0 30px 0}
.campus-theme-btn {
    min-width: 200px;
    max-width: max-content;
    transition: all 0.4s ease;
    font-weight: 500;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    position: relative;
    padding: 15px 30px;
    background: rgb(0, 30, 67);
    border-radius: 10px;
    color: #fff;
    overflow: hidden;
    z-index: 1;
}

.campus-theme-btn::before {
    position: absolute;
    height: 100%;
    width: 100%;
    content: "";
    left: 0;
    top: 0;
    left: -70%;
    background: #110C2D;;
    color: #fff;
    z-index: -1;
    transition: all 0.4s ease;
    opacity: 0;
    border-radius: inherit;
}
.campus-theme-btn.btn-arrow span {
    transform: rotate(-35deg);
    margin-left: 10px;
    transition: all 0.4s ease;;
}
.campus-theme-btn:hover::before {
    opacity: 1;
    left: 0;
}
.campus-theme-btn.btn-arrow:hover span {
    transform: rotate(0) !important;
}
.campus-right-section {
    position: relative;
    z-index: 1;
}
.campus-right-section .campus-video {
    position: relative;
}
.campus-right-section .campus-video > img {
    min-height: 440px;
    width: 100%;
    object-fit: cover;
    object-position: center;
    position: relative;
}
.campus-right-section .campus-video .video-play {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    cursor: pointer;
}
.campus-right-section .campus-video .video-play img.round {
    height: 82px;
    width: 82px;
    animation: rotate 10s linear infinite;
    position: relative;
}
.campus-right-section .campus-video .video-play img.play-icon {
    height: 30px;
    width: 30px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}
.rotate {
    display: inline-block;
    animation: rotate 3s linear infinite;
}
/*====================
28. Counter css
======================*/

.counter-area {
    position: relative;
    padding: 80px 0 80px 0;
    background-image: url(../assets/poster.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    z-index: 1;
}

.counter-area::before{
    content: "";
    position: absolute;
    background: #012758;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: .8;
    z-index: -1;
}

.it-funfact-item {
    display: flex;
    align-items: center;
    padding: 40px 0;
    position: relative;
}
.it-funfact-icon {
    display: flex;
    width: 70px;
    height: 70px;
    min-width: 70px;
    align-items: center;
    justify-content: center;
    background-color: rgb(255 255 255 / 26%);
    border-radius: 50%;
    margin-right: 10px;
}
.it-funfact-icon span {
    z-index: 1;
    position: relative;
    display: inline-block;
}
.it-funfact-icon span svg {
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}
.it-funfact-number{
    font-size: 34px;
    line-height: 25px;
    margin-bottom: 10px;
    color: #fff;
}
.it-funfact-number i{ font-style: normal;}
.it-funfact-content span {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.3;
    color: #fff;
    text-transform: uppercase;
}
.counter-box {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    gap: 30px;
    padding-bottom: 20px;
    position: relative;
    z-index: 1;
}

.counter-box .icon {
    position: relative;
    text-align: center;
    font-size: 60px;
    width: 100px;
    height: 100px;
    line-height: 88px;
    color: #fff;
    background:  #FA394A;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
}

.counter-box .icon img{
    width: 60px;
    filter: brightness(0) invert(1);
}

.counter-box .icon::before{
    content: "";
    position: absolute;
    left: 10px;
    top: 10px;
    width: 100%;
    height: 100%;
    border-radius: 30px;
    border: 3px solid #fff;
    transition: all .5s ease-in-out;;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    z-index: -1;
}

.counter-box:hover .icon::before{
    left: 0;
    top: 0;
}

.counter-box .counter {
    display: block;
    line-height: 1;
    color: #fff;
    font-size: 50px;
    font-weight: 600;
}

.counter-box .title {
    margin: 0;
    color: #fff;
    margin-top: 10px;
    font-size: 20px;
    font-weight: 600;
}

@media all and (max-width: 991px) {
    .counter-area .counter-box {
        margin: 40px 0;
    }
}

/*====================
37. Blog css
======================*/

.blog-area{
    position: relative;
    padding: 60px;
}

.blog-item{
    position: relative;
    margin-bottom: 25px;
    padding: 20px 20px 15px 20px;
    border-radius: 10px 10px 10px 0;
    background: #fff;
    box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
    transition: all .5s ease-in-out;
}

.blog-item-img{
    position: relative;
    overflow: hidden;
    height: 250px;
    border-radius: 8px;
}

.blog-item-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
    transition: all 0.3s ease-out 0s;
}

.blog-item:hover .blog-item-img img{
    transform: scale(1.1);
    transition: all 0.3s ease-out 0s;
}

.blog-date{
    position: absolute;
    padding: 4px 12px 4px 12px;
    right: -10px;
    top: 40px;
    font-weight: 500;
    background: #FA394A;
    color: #fff;
    border-radius: 50px 50px 50px 0;
    box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
    z-index: 2;
}

.blog-item-info {
    position: relative;
}

.blog-item-meta ul {
    margin: 0;
    padding: 0;
    margin: 12px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    padding-bottom: 14px;
}

.blog-item-meta ul li {
    display: inline-block;
    margin-right: 15px;
    font-weight: 500;
    position: relative;
    color: #19232B;
}
.blog-item-meta ul li a{color: #012758;}
.blog-item-meta ul li i {
    margin-right: 5px;
    color: #FA394A;
}

.blog-item-meta a:hover {
    color: #FA394A;
}

.blog-title {
    font-size: 22px;
    margin-bottom: 15px;
    line-height: 1.2;
    margin-top: 0;
}

.blog-item-info p {
    margin-bottom: 16px;
}

.blog-item-info .theme-btn {
    margin-top: 15px;
    padding: 11px 15px;
}

.blog-item-info h4 a {
    color: #19232B;
}

.blog-item-info h4 a:hover {
    color: #FA394A;
}

/*====================
8. Theme button
======================*/

.theme-btn {
    display: inline-flex;
    font-size: 14px;
    color: #fff;
    padding: 14px 20px;
    transition: all .5s ease-in-out;
    text-transform: uppercase;
    position: relative;
    border-radius: 50px 50px 50px 0;
    font-weight: 600;
    letter-spacing: 1px;
    cursor: pointer;
    text-align: center;
    overflow: hidden;
    border: none;
    background: #012758;
    box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
    z-index: 1;
}

.theme-btn::before {
    content: "";
    height: 300px;
    width: 300px;
    background: #FA394A;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%) scale(0);
    transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    z-index: -1;
}

.theme-btn:hover {
    color: #fff;
}

.theme-btn:hover::before {
    transform: translateY(-50%) translateX(-50%) scale(1);
}

.theme-btn i {
    margin-left: 5px;
}

.theme-btn span {
    margin-right: 5px;
}

/*====================
7. Site title css
======================*/

.site-heading {
    position: relative;
    z-index: 1;
    text-align: center;
}

.site-title-tagline {
    text-transform: uppercase;
    letter-spacing: 4px;
    font-size: 18px;
    font-weight: 700;
    color: #FA394A;
    position: relative;
    border-bottom: 2px solid #FA394A;
}

.site-title-tagline i{
    line-height: 0;
    font-size: 20px;
}

.site-title {
    font-weight: 800;
    font-size: 44px;
    color: #19232B;
    margin-top: 10px;
    position: relative;
    margin-bottom: 50px;
}

.site-title span{
    color: #012758;
}

/*====================
70. Footer css
======================*/

.footer-area {
    background: #012758;
    position: relative;
    z-index: 1;
}

.footer-shape{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: .03;
    z-index: -1;
}
.footer-shape img{width: 500px}
.footer-widget-box {
    margin-bottom: 20px;
}

.footer-widget {
    position: relative;
    z-index: 1;
}

.footer-logo img {
    width: 220px;
    margin-bottom: 25px;
}

.copyright {
    position: relative;
}

.copyright .copyright-wrapper{
    padding: 25px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.copyright .footer-menu {
    margin: 0;
    padding: 0;
    text-align: right;
}

.copyright .footer-menu li {
    display: inline-block;
    margin-left: 25px;
    font-size: 16px;
}

.copyright .footer-menu li a {
    color: #F5FAFF;
    transition: all .5s ease-in-out;
}

.copyright .footer-menu li a:hover {
    color: #FA394A;
}

.copyright .copyright-text {
    color: #F5FAFF;
    margin-bottom: 0px;
    font-size: 16px;
}

.copyright .copyright-text a {
    color: #FA394A;
    font-weight: 500;
}

.footer-widget-title {
    color: #fff;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 30px;
    font-size: 21px;
    z-index: 1;
}

.footer-widget-title::before {
    content: '';
    position: absolute;
    width: 90px;
    height: 3px;
    background: rgba(255, 255, 255, 0.2);
    bottom: 0;
    left: 0;
    z-index: -1;
}

.footer-widget-title::after {
    content: '';
    position: absolute;
    width: 30px;
    height: 3px;
    background: #FA394A;
    bottom: 0;
    left: 18px;
    z-index: -1;
}

.footer-list {
    display: flex;
    flex-direction: column;
    gap: .65rem;
}
.footer-list li{list-style: none}
.footer-list li a {
    color: #fff;
    transition: all .5s ease-in-out;
}

.footer-list li a i {
    margin-right: 5px;
    color: #FA394A;
}

.footer-list li a:hover {
    padding-left: 10px;
    color: #FA394A;
}

.footer-widget-box p {
    color: #fff;
    padding-right: 18px;
    margin-bottom: 20px;
}

.footer-social {
    display: flex;
    gap: 15px;
    justify-content: end;
}
.footer-social li{list-style: none}
.footer-social li a i {
    height: 38px;
    width: 38px;
    line-height: 38px;
    text-align: center;
    border-radius: 10px 10px 10px 0;
    background: #fff;
    color: #FA394A;
    transition: all .5s ease-in-out;
}

.footer-social li a i:hover {
    background: #FA394A;
    color: #fff;
}

.footer-contact li {
    position: relative;
    display: flex;
    justify-content: start;
    align-items: center;
    list-style: none;
    color: #F5FAFF;
    font-size: 16px;
    margin-bottom: 15px;
}

.footer-contact li a {
    color: #F5FAFF;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.footer-contact li i {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    margin-right: 15px;
    border-radius: 10px 10px 10px 0;
    background: #FA394A;
    text-align: center;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    color: var(--color-white);
}
.footer-widget-wrapper{padding: 70px 0}

@media all and (max-width: 1199px) {
    .footer-widget-box {
        margin-bottom: 50px;
    }
}

@media all and (max-width: 991px) {
    .footer-widget-wrapper {
        padding-bottom: 0px;
    }

    .copyright .footer-menu {
        float: left;
        margin-top: 20px;
        text-align: left;
    }

    .copyright .footer-menu li {
        margin-left: 0;
        margin-right: 15px;
    }

}

@media all and (max-width: 767px) {
    .footer-widget-wrapper {
        padding-bottom: 0px;
    }

    .footer-social {
        justify-content: flex-start;
        margin-top: 20px;
    }

    .copyright::before{
        width: 40%;
    }
}

/* for component css */
.swiper-slide .content {right: 30%; top: 40vh; z-index: 2; width: 410px; height: 400px;}
.swiper-slide .content .text {width: 360px;}
.swiper-slide .content .title {color: #FFF; font-size: 50px; font-family: GEEKSHelveticaExtraCond;}
.swiper-slide .content .desc {color: #FFF; font-size: 14px;}
.swiper-slide .content .box {right: 0; width: 60%; height: 100%}
.swiper-slide .content .box .dottedBox {border-width: 4px; width: 100%; height: 100%;}
.swiper-slide .content .box .dottedBox div {height: 70px; width: 4px;}

@media (max-width: 740px) {
    .swiper-slide .content {width: 50%;}
}
@media (max-width: 580px) {
    .swiper-slide .content {height: 50vh}
    .swiper-slide .content .title {font-size: 26px;}
    .swiper-slide .content .box .dottedBox div {height: 20px;}
}
@media (max-width: 500px) {
    .swiper-slide .content .title {font-size: 30px; margin-bottom: 10px;}
}

.header-two .uk-navbar-right ul li a {color: #363636 !important;}
.uk-navbar-dropdown{width: 300px;padding: 20px;border-top: 3px solid rgb(0, 30, 67)}
.uk-navbar-dropdown-nav > li{padding-bottom: 5px;margin-bottom: 5px;border-bottom: 1px solid #ddd}
.uk-navbar-dropdown-nav > li:last-child{padding-bottom: 0;margin-bottom: 0;border-bottom: 1px solid transparent}
.uk-navbar-dropdown-nav > li > a{padding: 0;font-size: 16px;line-height: 25px;text-transform: uppercase;color: #4f4f4f}
.uk-navbar-nav > li > a {position: relative;}

.uk-navbar-nav > li:hover > a, .uk-navbar-nav > li:focus > a{color: #fff}
.uk-navbar-nav > li > a::before {content: "";position: absolute;left: 50%;bottom: -6px;width: 0;height: 2px;background-color: #fff;transform: translateX(-50%);transition: width 0.3s ease;}
.uk-navbar-nav > li:hover > a::before {width: 100%;}

.lang-icon-item{display: flex;align-items: center;transition: 1s ease-in-out}
.lang-icon{width: 30px; height: 25px;transition: 1s ease-in-out}
.lang-icon-item:hover .lang-icon{transform: scale(1.2);transition: 1s ease-in-out}

.uk-navbar-dropdown-nav > li:hover a{color: #012758}
.uk-navbar-dropbar{position: unset;background: transparent;box-shadow: none}


.header-login{font-size: 26px;font-weight: bold;line-height: 30px;text-transform: uppercase;color: #000;}
#passwordToggle {left: initial;right: 10px;cursor: pointer;}
.sign-form-group i.fa {position: absolute;left: 10px;top: 10px;width: 20px;height: 20px;text-align: center;line-height: 20px;color: #666;}

.swiper-container-vertical>.swiper-pagination-bullets {left: 60px !important; top: 80vh !important; -webkit-transform: translate3d(0, -50%, 0) !important; transform: translate3d(0, -50%, 0) !important;}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {bottom: 20px !important;}
.swiper-pagination-bullet {border-radius: 0 !important; width: 15px !important; height: 15px !important; text-align: center; color: #FFF; display: flex}
.swiper-pagination-bullet-active {opacity: 1; background: #FFAD00 !important; transition-duration: .3s; border-radius: 5px; font-weight: bold; font-size: 18px; line-height: 115%;}

.sticky-social {position: fixed;top: 50%;right: 20px;padding-right: 0;z-index: 100;}
.sticky-social__s {color: #fff;font-size: 18px;padding: 10px;display: inline-block;transition: transform 1s ease-in-out;}
.sticky-social__wrapper {display: flex;align-items: center;justify-content: center;width: 50px;height: 50px;margin-bottom: 10px;border-radius: 50%;background: #012758;}

.sticky-social__wrapper .sticky_text {position: absolute;transform: translateX(10px);text-align: start;width: max-content;display: flex;opacity: 0;justify-content: start;z-index: -1;transition: ease-in-out .3s;color: rgb(0, 30, 67);right: 50px;padding: 4px 8px;align-items: center;height: 25px;font-weight: 400;border-radius: 4px;background: #fff;box-shadow: 0px 0px 4px 0px rgb(0 0 0 / 8%);line-height: normal;font-size: 14px}
.sticky-social__wrapper:hover .sticky_text {opacity: 1;transform: translateX(-25px);transition: ease-in-out .3s}
.sticky-social__wrapper:hover .sticky-social__s{transform: scale(1.3);color: #fff;transition: transform 1s ease-in-out;}

.page-view-default{padding: 50px 0}
/* department for*/
.training-departments {padding: 50px 0;}

.page-header {
    padding-top: 40px;
    text-align: center;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 2px solid #f0f0f0;
}

.page-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #012758;
    margin-bottom: 10px;
}

.page-subtitle {
    font-size: 1.1rem;
    color: #7f8c8d;
}

.departments-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
}

.department-card {
    background: white;
    border-radius: 8px 0 8px 0;
    overflow: hidden;
    transition: all 0.3s ease;
    height: 100%;
    border: 2px solid #d9d9d9;
}

.department-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 20px rgba(0, 0, 0, 0.1);
    border-color: #012758;
}

.department-card__link {
    display: flex;
    flex-direction: column;
    height: 100%;
    text-decoration: none;
    color: inherit;
}

.department-card__image-container {
    position: relative;
    height: 200px;
    overflow: hidden;
}

.department-card__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.department-card:hover .department-card__image {
    transform: scale(1.05);
}

.department-card__image-placeholder {
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #7f8c8d;
}

.placeholder-icon {
    width: 48px;
    height: 48px;
    margin-bottom: 1rem;
    opacity: 0.5;
}

.placeholder-text {
    font-size: 0.9rem;
    font-weight: 500;
}

.department-card__overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom, transparent 60%, rgba(0, 0, 0, 0.3));
    opacity: 0;
    transition: opacity 0.3s ease;
}

.department-card:hover .department-card__overlay {
    opacity: 1;
}

.department-card__content {
    padding: 10px 15px;
    flex-grow: 1;
}

.department-card__title {
    font-size: 18px;
    font-weight: 500;
    color: #012758;
    line-height: 1.4;
}

.department-card__description {
    font-size: 0.95rem;
    color: #5d6d7e;
    line-height: 1.6;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.department-card__action {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 15px;
    background: #f8f9fa;
    border-top: 1px solid #d9d9d9;
    transition: background-color 0.3s ease;
}

.department-card:hover .department-card__action {
    background: #f1f8ff;
}

.action-text {
    font-size: 0.9rem;
    font-weight: 500;
    color: #FA394A;
}

.action-icon {
    width: 20px;
    height: 20px;
    color: #FA394A;
    transition: transform 0.3s ease;
}

.department-card:hover .action-icon {
    transform: translateX(4px);
}


.pagination-container {
    margin-top: 2rem;
    padding-top: 2rem;
    border-top: 1px solid #eaeaea;
}


@media (max-width: 768px) {
    .departments-grid {
        grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
        gap: 1.5rem;
    }

    .page-title {
        font-size: 2rem;
    }

    .department-card__image-container {
        height: 180px;
    }
}

@media (max-width: 480px) {
    .departments-grid {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .page-title {
        font-size: 1.75rem;
    }

    .department-card__content {
        padding: 1.25rem;
    }

    .department-card__action {
        padding: 0.875rem 1.25rem;
    }
}


@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.department-detail {
    padding: 50px 0;
   background-color: #F0F4F5;
}

.breadcrumbs {
    border-bottom: 1px solid #f5f5f6;
}
.breadcrumb {
    padding: 30px;
    background-color: #FAFAFA;
}
.uk-breadcrumb>*>* {
    min-height: 50px;
    line-height: 50px;
    font-size: 14px;
    color: #999;
}

.breadcrumb__list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 0.9rem;
}

.breadcrumb__item {
    display: flex;
    align-items: center;
}

.breadcrumb__item:not(:last-child)::after {
    content: "/";
    margin: 0 0.75rem;
    color: #bdc3c7;
}

.breadcrumb__link {
    color: #3498db;
    text-decoration: none;
    transition: color 0.2s ease;
}

.breadcrumb__link:hover {
    color: #2980b9;
    text-decoration: underline;
}

.breadcrumb__item--active {
    color: #7f8c8d;
    font-weight: 500;
}

.section__header {
    min-height: 280px;
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
}
.section__header:before {
    content: '';
    background: rgba(31, 60, 146, .6);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
}
.section__header-container {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    justify-items: center;
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
}
.page-default__desc {
    font-size: 16px;
    color: #363636;
    line-height: 25px;
    text-align: justify;
}

/* Гарчиг хэсэг */
.department-header {
    margin-bottom: 3rem;
    padding-bottom: 2rem;
    border-bottom: 2px solid #f0f0f0;
}

.department-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #2c3e50;
    margin: 0.5rem 0;
    line-height: 1.2;
}

.uk-subnav{margin-left: 0}
.uk-subnav > *{background: #F5F5F5;height: 55px;width: 25%;margin-right: 20px;line-height: 55px;border: 1px solid rgba(30, 30, 30, 0.1);padding: 0;font-size: 15px;font-weight: 500;border-radius: 10px}
.uk-subnav-pill i{color: #FA394A;margin-right: 5px;font-size: 18px;}
.uk-subnav-pill > .uk-active{background-color: #fff}
.uk-subnav-pill > .uk-active > a{padding: 0;background-color: transparent;border-top: 3px solid #FA394A;color: #1E1E1E;text-align: center;border-radius: 10px}
.uk-subnav-pill > * > :first-child {padding: 0;background: #F5F5F5;color: #1E1E1E;border-radius: 10px;text-align: center;}

.department-view-area{padding: 50px 0; background-color: #f6f6f6;}
.department-body{padding: 30px 20px;border-radius: 8px;background-color: #fff}

.department-worker-list-box{border: 1px solid #eded;border-radius: 10px;padding: 15px;background-color: rgb(230 230 250)}
.department-worker-list--img{height: 300px;overflow: hidden}
.department-worker-list--img img{width: 100%;height: 100%;object-fit:cover;border-radius: 8px;}
.department-worker-name{font-size: 18px;line-height: 25px;border-bottom: 1px solid #F5F5F5;padding-bottom: 5px;margin-bottom: 5px;color: #1e1e1e;text-align: center;}
.department-worker-position{height: 40px;font-size: 16px;line-height: 22px;color: #1e1e1e;text-align: center;font-weight: 300;}
/* Гол контент */
.department-content {
    margin-bottom: 3rem;
}

.content-grid {
    display: flex;
    margin-bottom: 4rem;
}


/* Зургийн хэсэг */
.content-image {
    position: relative;
}

.image-container {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
    background: #f8f9fa;
}

.department-image {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.5s ease;
}

.department-image:hover {
    transform: scale(1.02);
}

.image-placeholder {
    width: 100%;
    height: 450px;
    background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #7f8c8d;
}

.placeholder-icon {
    width: 64px;
    height: 64px;
    margin-bottom: 1rem;
    opacity: 0.5;
}

.placeholder-text {
    font-size: 1rem;
    font-weight: 500;
}

/* Тодорхойлолтын карт */
.description-card {
    background: white;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
    border: 1px solid #eaeaea;
    height: 100%;
}

.description-header {
    background: linear-gradient(135deg, #3498db 0%, #2980b9 100%);
    padding: 1.5rem;
    color: white;
}

.description-title {
    display: flex;
    align-items: center;
    font-size: 1.5rem;
    font-weight: 600;
    margin: 0;
}

.title-icon {
    width: 24px;
    height: 24px;
    margin-right: 0.75rem;
    flex-shrink: 0;
}

.description-body {
    padding: 2rem;
}

.description-text {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #34495e;
}

.description-text p {
    margin-bottom: 1.5rem;
}

.description-text p:last-child {
    margin-bottom: 0;
}

.description-empty {
    padding: 2rem;
    text-align: center;
    color: #7f8c8d;
    font-style: italic;
}

.teachers-section {
    margin-top: 4rem;
    padding-top: 3rem;
    border-top: 2px solid #f0f0f0;
}

.section-header {
    margin-bottom: 2.5rem;
    text-align: center;
}

.section-title {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    font-weight: 700;
    color: #2c3e50;
    margin: 0 0 0.5rem 0;
}

.section-icon {
    width: 32px;
    height: 32px;
    margin-right: 0.75rem;
    color: #3498db;
}

.section-subtitle {
    font-size: 1.1rem;
    color: #7f8c8d;
    margin: 0;
}

.teachers-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 2rem;
}

.teacher-card {
    background: white;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
    border: 1px solid #eaeaea;
    transition: all 0.3s ease;
    height: 100%;
}

.teacher-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 20px rgba(0, 0, 0, 0.1);
    border-color: #3498db;
}

.teacher-card__inner {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.teacher-image {
    position: relative;
    overflow: hidden;
}

.teacher-photo {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.teacher-card:hover .teacher-photo {
    transform: scale(1.05);
}

.teacher-image-placeholder {
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.teacher-placeholder-icon {
    width: 64px;
    height: 64px;
    color: #7f8c8d;
    opacity: 0.5;
}

.teacher-info {
    padding: 1.5rem;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.teacher-name {
    font-size: 1.25rem;
    font-weight: 600;
    color: #2c3e50;
    margin: 0 0 1rem 0;
    line-height: 1.4;
}

.teacher-profession,
.teacher-email {
    display: flex;
    align-items: center;
    margin-bottom: 0.75rem;
    font-size: 0.95rem;
}

.teacher-profession:last-child,
.teacher-email:last-child {
    margin-bottom: 0;
}

.info-icon {
    width: 18px;
    height: 18px;
    margin-right: 0.5rem;
    flex-shrink: 0;
    color: #7f8c8d;
}

.teacher-profession {
    color: #5d6d7e;
}

.teacher-email {
    color: #3498db;
}

.email-link {
    color: inherit;
    text-decoration: none;
    transition: color 0.2s ease;
}

.email-link:hover {
    color: #2980b9;
    text-decoration: underline;
}


@media (max-width: 768px) {
    .department-title {
        font-size: 2rem;
    }

    .content-grid {
        gap: 2rem;
    }

    .description-header {
        padding: 1.25rem;
    }

    .description-title {
        font-size: 1.25rem;
    }

    .description-body {
        padding: 1.5rem;
    }

    .teachers-grid {
        grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
        gap: 1.5rem;
    }

    .section-title {
        font-size: 1.75rem;
    }

    .section-icon {
        width: 28px;
        height: 28px;
    }
}

@media (max-width: 480px) {
    .department-title {
        font-size: 1.75rem;
    }

    .department-header {
        margin-bottom: 2rem;
        padding-bottom: 1.5rem;
    }

    .image-placeholder {
        height: 300px;
    }

    .teachers-grid {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .teacher-image {
        height: 180px;
    }

    .section-title {
        font-size: 1.5rem;
        flex-direction: column;
        gap: 0.5rem;
    }

    .section-icon {
        margin-right: 0;
        margin-bottom: 0.25rem;
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.department-header,
.content-grid,
.teachers-section,
.department-footer {
    animation: fadeInUp 0.6s ease forwards;
}

.department-header {
    animation-delay: 0.1s;
}

.content-grid {
    animation-delay: 0.2s;
}

.teachers-section {
    animation-delay: 0.3s;
}

.department-footer {
    animation-delay: 0.4s;
}

.teacher-card {
    animation: fadeIn 0.5s ease forwards;
}

/** bachelor registration for **/
.enrollment-form {
    background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
    padding: 40px 0;
}

.form-container {
    background: white;
    border-radius: 8px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.enrollment-form__inner {
    padding: 2rem;
}

/* Хуудасны гарчиг */
.form-header {
    text-align: center;
    margin-bottom: 2.5rem;
    padding-bottom: 1.5rem;
    border-bottom: 2px solid #f0f0f0;
}

.form-title {
    font-size: 2.25rem;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 0.5rem;
}

.form-subtitle {
    font-size: 1.1rem;
    color: #7f8c8d;
    margin: 0;
}

/* Хэсгийн гарчиг */
.form-section {
    margin-bottom: 3rem;
}

.section-header {
    margin-bottom: 1.5rem;
    padding-bottom: 0.75rem;
    border-bottom: 1px solid #eaeaea;
}

.section-title {
    display: flex;
    align-items: center;
    font-size: 1.5rem;
    font-weight: 600;
    color: #2c3e50;
    margin: 0;
}

.section-icon {
    width: 24px;
    height: 24px;
    margin-right: 0.75rem;
    color: #3498db;
}


.form-group {
    margin-bottom: 1.75rem;
}

.form-label {
    display: block;
    font-size: 0.95rem;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 0.5rem;
}

.required {
    color: #e74c3c;
    font-weight: bold;
}

/* Оролтын талбарууд */
.input-group {
    position: relative;
    margin-bottom: 0.5rem;
}

.form-control {
    width: 100%;
    padding: 0.875rem 1rem;
    font-size: 1rem;
    border: 2px solid #e0e0e0;
    border-radius: 8px;
    background: white;
    transition: all 0.3s ease;
    box-sizing: border-box;
}

.form-control:focus {
    outline: none;
    border-color: #3498db;
    box-shadow: 0 0 0 3px rgba(52, 152, 219, 0.1);
}

.form-control::placeholder {
    color: #95a5a6;
}


.input-helper {
    font-size: 0.85rem;
    color: #7f8c8d;
    margin-top: 0.25rem;
    font-weight: 500;
}

.input-example {
    font-size: 0.85rem;
    color: #3498db;
    font-style: italic;
    margin-top: 0.25rem;
}

.input-note {
    font-size: 0.85rem;
    color: #7f8c8d;
    margin-top: 0.25rem;
    line-height: 1.4;
    padding: 0.5rem 0.75rem;
    background: #f8f9fa;
    border-radius: 6px;
    border-left: 3px solid #3498db;
}


.name-fields {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
}

/* Хаягийн талбарууд */
.address-fields {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
}

.district-field,
.microdistrict-field {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
}

/* Шалгалтын хэсэг */
.exam-group {
    background: #f8f9fa;
    border-radius: 10px;
    padding: 1.5rem;
    margin-bottom: 1.5rem;
    border: 1px solid #eaeaea;
}

.exam-header {
    margin-bottom: 1rem;
}

.exam-title {
    font-size: 1.1rem;
    font-weight: 600;
    color: #2c3e50;
    margin: 0;
}

.exam-fields {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
}

@media (min-width: 768px) {
    .exam-fields {
        grid-template-columns: 2fr 1fr 1fr;
    }
}

/* Контактын талбарууд */
.contact-fields {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
}

@media (min-width: 768px) {
    .contact-fields {
        grid-template-columns: 1fr 1fr;
    }
}

/* Илгээх товч */
.form-footer {
    text-align: center;
    margin-top: 3rem;
    padding-top: 2rem;
    border-top: 1px solid #eaeaea;
}

.submit-button {
    display: inline-flex;
    align-items: center;
    padding: 1rem 2.5rem;
    background: linear-gradient(135deg, #3498db 0%, #2980b9 100%);
    color: white;
    border: none;
    border-radius: 8px;
    font-size: 1.1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(52, 152, 219, 0.3);
}

.submit-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(52, 152, 219, 0.4);
    background: linear-gradient(135deg, #2980b9 0%, #2573a7 100%);
}

.submit-button:active {
    transform: translateY(0);
}

.submit-icon {
    width: 20px;
    height: 20px;
    margin-right: 0.75rem;
}

/* Хариуцлагатай дизайн */
@media (max-width: 768px) {
    .enrollment-form__inner {
        padding: 1.5rem;
    }

    .form-title {
        font-size: 1.75rem;
    }

    .section-title {
        font-size: 1.25rem;
    }

    .name-fields {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 480px) {
    .enrollment-form {
        padding: 1rem;
    }

    .form-title {
        font-size: 1.5rem;
    }

    .enrollment-form__inner {
        padding: 1.25rem;
    }

    .form-control {
        padding: 0.75rem;
    }
}

/* Анимаци */
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.form-section {
    animation: fadeIn 0.5s ease forwards;
}

.form-section:nth-child(1) {
    animation-delay: 0.1s;
}

.form-section:nth-child(2) {
    animation-delay: 0.2s;
}

.form-section:nth-child(3) {
    animation-delay: 0.3s;
}

/* Алдааны төлөв */
.form-control:invalid:not(:focus):not(:placeholder-shown) {
    border-color: #e74c3c;
}

.form-control:valid:not(:focus):not(:placeholder-shown) {
    border-color: #2ecc71;
}

/** bachelor programm for**/

/* Үндсэн стиллүүд */
.bachelor-programs {
    max-width: 100%;
    margin: 0 auto;
    padding: 2rem 1rem;
}

/* Гарчиг хэсэг */
.programs-header {
    margin-bottom: 3rem;
}

.header-content {
    text-align: center;
    margin-bottom: 2rem;
    padding-bottom: 1.5rem;
    border-bottom: 2px solid #f0f0f0;
}

.page-title {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.5rem;
    font-weight: 700;
    color: #2c3e50;
    margin: 0 0 1rem 0;
}

.title-icon {
    width: 36px;
    height: 36px;
    margin-right: 0.75rem;
    color: #3498db;
}

.page-subtitle {
    font-size: 1.1rem;
    color: #7f8c8d;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}

.count-badge {
    background: #3498db;
    color: white;
    padding: 0.25rem 0.75rem;
    border-radius: 20px;
    font-weight: 600;
    font-size: 0.9rem;
}

/* Хүснэгтийн хэсэг */
.programs-table-wrapper {
    background: white;
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid #eaeaea;
    margin-bottom: 2rem;
    overflow-x: auto;
}

.programs-table {
    width: 100%;
}


.table-header {
    background: #012758;
    color: white;
}
.programs-table tr{border-bottom: 1px solid #ddd}
.header-cell {
    text-align: left;
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    color: #fff;
}

.header-icon {
    width: 16px;
    height: 16px;
    opacity: 0.8;
}

.col-number {
    width: 10px;
}

.col-program {
    width: 400px;
}

.col-index {
    width: 0;
}

.table-body {
    background: white;
}

.program-row {
    border-bottom: 1px solid #f0f0f0;
    transition: all 0.3s ease;
}

.program-row:hover {
    background: #f8fafc;
}

.program-row:last-child {
    border-bottom: none;
}

.number-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    background: #f1f8ff;
    color: #012758;
    border-radius: 50%;
    font-weight: 600;
    font-size: 14px;
}

.program-name {
    font-weight: 600;
    color: #012758;
    font-size: 18px;
}

/* Шалгалтын баджи */
.exam-badge {
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    color: #363636;
}

/* Хоосон төлөв */
.empty-state {
    padding: 3rem 1rem;
    text-align: center;
    color: #7f8c8d;
}

.empty-icon {
    width: 64px;
    height: 64px;
    margin-bottom: 1rem;
    opacity: 0.5;
}

.empty-text {
    font-size: 1.25rem;
    font-weight: 500;
    margin-bottom: 0.5rem;
}

.empty-subtext {
    font-size: 0.95rem;
    color: #95a5a6;
    margin: 0;
}

.empty-text.-cell {
    color: #bdc3c7;
    font-style: italic;
    font-size: 0.9rem;
}
.bc-btn{background: #012758; color: white; padding: 10px 15px; border-radius: 8px;border: 1px solid transparent;font-weight: 600; font-size: 14px;margin-left: 20px;transition: 1s ease-out}
.bc-btn:hover{background: transparent;border: 1px solid #012758;color: #012758;transition: 1s ease-out}
@media (max-width: 768px) {
    .page-title {
        font-size: 2rem;
        flex-direction: column;
        gap: 0.5rem;
        text-align: center;
    }

    .title-icon {
        margin-right: 0;
        margin-bottom: 0.5rem;
    }

    .programs-table-wrapper {
        margin: 0 -1rem;
        border-radius: 0;
        border-left: none;
        border-right: none;
    }

    .header-cell {
        font-size: 0.85rem;
        padding: 1rem 0.75rem;
    }

    .cell-content {
        padding: 1rem 0.75rem;
    }
}

@media (max-width: 480px) {
    .bachelor-programs {
        padding: 1rem;
    }

    .page-title {
        font-size: 1.75rem;
    }

}

/* Анимаци */
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.program-row {
    animation: fadeIn 0.3s ease forwards;
}
