/*
  proj manager: Amin Heidarzadeh
  Author Css: saba mordadi
    
    ---------------- Info ----------------
    
    Date Created:   1402/11/24
    Email:          heydarzadeh@itshams.ir
    Email:          mordadi@itshams.ir


*/
:root {
    --white: #fff;
    --Primary: #8fb6d9;
    --Primary-1: #DCECFF;
    --blue-1: #0059CF;
    --blue-2: #005477;
    --blue-3: #052948;
    --blue-4: #154472;
    --blue-5: #5bc2e0;
    --blue-6: #0C61AC;
    --black: #000;
    --blue-light: #E7EFF7;
    --light: #F7F9FC;
    --light-2: #7E91A2;
    --light-3: #FDFEFF;
    --text: #959FAE;
    --kaf-teal: #00c4b4;
    --background-template: #f8faff;
    --color-bg-light: #e3f2fd;
    --color-text: #7a7a7a;
    --text-links: #37474f;
    --hover-text-links: #0d47a1;
    --color-primary: #0d47a1;
    --color-secondary: #00897b;
    --color-accent: #ffb300;
    --color-text: #37474f;
    --color-bg-light: #e3f2fd;
    --color-text-muted: #666;
    --color-white: #ffffff;
    --card-radius: 24px;
}

/*---------------------- Public Style ---------------------*/
.news-shortlink-wrapper .fa {
    font-family: 'FontAwesome' !important;
    /* اجبار به استفاده از نسخه 4.7 */
    font-weight: normal;
}







* {
    font-family: IranYekan;
    outline: medium none !important;
    text-decoration: none !important;
    list-style: none !important;
}

.owl-nav>div {
    width: 30px;
    height: 30px;
    background-color: var(--Primary-1);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--blue-1);
    font-size: 22px;
    border-radius: 8px;
    transition: .5s all;
}

.owl-nav>div.disabled {
    opacity: .4;
    cursor: default;
}

.breadcrumb-item+.breadcrumb-item::before {
    float: right;
    padding-left: 10px;
}

.breadcrumb {
    /* background-color: #EBEBF0; */
    /* padding: 10px; */
    border-radius: 15px;
    /* margin-bottom: 20px; */
    align-items: center;
}

.breadcrumb a:hover {
    color: var(--hover-text-links);
}

.breadcrumb a {
    display: flex;
    align-items: center;
    font-size: 14px;
    color: var(--text-links);
    transition: all 0.3s;
    gap: 5px;
}

.breadcrumb li {
    display: flex;
    align-items: center;
}

.breadcrumb .last-breadcrumb {
    font-size: 12px;
    color: var(--hover-text-links);
}

.breadcrumb i {
    color: var(--blue-1);
    margin-left: 5px;
    font-size: 20px;
}


.make-full>.container {
    max-width: 100%;
}

.make-full [class^="col-"] {
    padding: 0;
}

#Site_Uni .widget-container {
    width: 100%;
}

/* .widget-container {
    width: 100%;
}
*/
.lg-outer {
    direction: ltr;
}

@font-face {
    font-family: 'MyFarsiFont';
    /* آدرس فایل فونت که اعدادش فارسی است را بدهید */
    src: url('../fonts/Vazirmatn-FD.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

body {
    margin: 0 !important;
    direction: rtl;
    padding: 0 !important;
    position: relative;
    background-color: var(--background-template);
    overflow-x: hidden;
    font-family: 'Vazirmatn RD', sans-serif;
    /* این دستور در برخی فونت‌های وریبل اعداد را فارسی می‌کند */
    font-feature-settings: "ss01";
    overflow-y: auto;
}

a {
    color: #000;
}

svg {
    width: 20px;
}

ul {
    padding: 0;
    margin: 0;
}

p {
    margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
    border: none;
}


a:hover {
    color: #2388d8;
}

.close-menu {
    display: none;
}

@keyframes rotateLeftHalfCircle {
    0% {
        transform: rotate(0deg);
    }

    50% {
        transform: rotate(10deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

.systems-sec .tab-pane {
    display: none;
    height: 100%;
}

.systems-sec .tab-pane.active {
    display: block;
}

#StudentsSystem {
    height: 100%;
    display: flex;
}

.responsive-carousel .owl-nav>div {
    position: absolute;
    top: 42%;
}

.responsive-carousel .owl-nav>div.owl-prev {
    right: 0;
}

.responsive-carousel .owl-nav>div.owl-next {
    left: 0;
}

.owl-carousel .owl-stage-outer {
    width: 100%;
}

.main-title {
    margin-bottom: 30px;
}

.main-title h3 {
    margin-right: 16px;
    font-size: 20px;
    color: var(--blue-1);
}

.main-title i {
    font-size: 44px;
    color: #005477;
}

/*---------------------- /Public Style ---------------------*/

/*---------------------- header ---------------------*/

/*----------------------mega-menu---------------------*/
/*---------------------- new-relation ---------------------*/
.header-relation {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 999;
    padding: 20px 0 10px;
    width: 100%;
}

.header-relation {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 999;
    padding: 20px 0 10px;
    width: 100%;
}

.header-relation .header-top {
    background-color: transparent;
    border-radius: none;
    border: none !important;
}

.hero-slider .item img {
    height: 100vh;
    width: 100%;
    object-fit: cover;
}

.header-relation .header-info .top-header {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 2px solid rgba(255, 255, 255, .2);
}

.header-relation .header-info .top-header .logo-img img {
    filter: brightness(0) invert(1);
}

.header-relation .header-info .top-header .logo-img {
    display: flex;
}

.header-relation .header-info .top-header .logo-img img {
    width: 95px;
}

.header-relation .header-info .top-header .title_wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.header-relation .header-info .top-header .title_wrapper h2 a,
h1 a {
    color: var(--white);
    transition: 0.5s all;
}

.header-relation .header-info .top-header .flag {
    display: flex;
    justify-content: end;
}

.header-relation .header-info .top-header .flag img {
    width: 130px;
}

.header-relation .header-info .header-bottom .navbar-nav {
    margin-right: 0 !important;
}

.header-relation .header-info .header-bottom .navbar {
    background-color: transparent !important;
}

.header-relation .header-info .header-bottom .navbar .nav-item .nav-link {
    color: var(--white);
    font-weight: 500;
    transition: 0.5s all;
}

.header-relation .header-info .header-bottom .navbar .nav-item .nav-link:hover {
    color: var(--blue-1);

}

.header-relation .header-info .header-bottom .navbar .dropdown-menu {
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.3s ease;
    display: block !important;
    pointer-events: none;
}


.header-relation .header-info .header-bottom .navbar .dropdown:hover>.dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto;
}

.header-relation .header-info .header-bottom .navbar .dropdown-menu {
    border-radius: 10px;
    background-color: var(--white);
    border: none !important;
}

.header-relation .header-info .header-bottom .navbar .dropdown-menu li:first-child {
    border-top: none !important;
}

.header-relation .header-info .header-bottom .navbar .dropdown-menu li {
    border-top: 1px solid rgba(0, 0, 0, .05);
}

.header-relation .header-info .header-bottom .navbar .dropdown-menu li>a {
    font-size: 14px;
    padding: 15px 15px;
    white-space: nowrap;
    text-align: right;
    transition: 0.5s all;
}

.header-relation .header-info .header-bottom .navbar .dropdown-menu li>a:hover {
    color: var(--blue-1);
}

/*---------------------- /new-relation ---------------------*/


/*---------------------- hero-slider ---------------------*/
.content-main .hero-slider {
    position: relative;
}

.content-main .hero-slider .item::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
    background: linear-gradient(180deg, rgba(0, 0, 0, .56) 0, rgba(0, 0, 0, .46) 22.19%, rgba(0, 0, 0, .32) 48.23%, rgba(0, 0, 0, .48) 77.6%, rgba(0, 0, 0, .47) 100%);
}

.content-main .slider-relation {
    margin-bottom: 40px;
}

.content-main .slider-relation .container {
    max-width: 100%;
}

.content-main .slider-relation .container .col-md-12 {
    padding: 0 !important;
}

/*---------------------- /hero-slider ---------------------*/
.header-main .mega-menu {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    background: #fff;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    padding: 20px;
    height: 100vh;
    left: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: url("/File/17174") center / cover no-repeat;
    opacity: 0;
    transition: 0.4s all;
    visibility: hidden;
    z-index: -1;
}

.fa-layout .header-main .mega-menu {
    direction: rtl;
}

.header-main .mega-menu::before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .6);
    position: absolute;
    right: 0;
    top: 0;
}

.header-main .mega-menu.show {
    right: 0;
    opacity: 1;
    visibility: visible;
    z-index: 99;
}

.header-main .mega-menu .tab-pane {
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}

.header-main .mega-menu .tab-pane.active {
    opacity: 1;
}

.header-main .mega-menu .mega-menu-content {
    display: flex;
    padding: 0 25px;
}

.header-main .mega-menu .tabs-section {
    width: 20%;
    border-left: 5px solid rgba(255, 255, 255, .3);
}

.header-main .mega-menu .mega-tabs {
    list-style: none;
    padding: 0;
}

.header-main .mega-menu .mega-tabs li {
    padding: 5px 0;
    cursor: pointer;
    transition: 0.5s;
    font-size: 18px;
    font-weight: 800;
    color: var(--white) !important;
    position: relative;
}

.header-main .mega-menu .mega-tabs li::before {
    content: "";
    position: absolute;
    width: 5px;
    height: 100%;
    top: 0;
    left: -5px;
    background: rgb(255, 255, 255);
    transition: .3s;
    opacity: 0;
    z-index: 9;
    border-radius: 0;
}

.header-main .mega-menu .mega-tabs li:hover,
.header-main .mega-menu .mega-tabs li.active {
    background: transparent;
    color: var(--blue-1) !important;
}

.header-main .mega-menu .mega-tabs li.active::before {
    opacity: 1;
}

.header-main .mega-menu .title-menu {
    color: var(--white) !important;
    transition: 0.5s;
}

.header-main .mega-menu .title-menu:hover {
    color: var(--blue-1) !important;
}

.header-main .mega-menu .tab-contents {
    position: relative;
    width: 80%;
    padding: 0 20px;
    min-height: 250px;
    overflow: scroll;
    height: 72vh;
    scrollbar-width: none;
}

.header-main .mega-menu.system-menu .tab-contents {
    width: 100%;
}

.header-main .mega-menu .tab-pane {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease-in-out;
    z-index: 0;
    pointer-events: none;
}

.header-main .mega-menu .tab-pane.active {
    opacity: 1;
    visibility: visible;
    z-index: 1;
    pointer-events: auto;
}

/* زیرمنوها محو باز و بسته می‌شوند */
.tab-pane ul ul {
    opacity: 0;
    visibility: hidden;
    height: 0;
    overflow: hidden;
    transition: opacity 0.4s ease, visibility 0.4s ease, height 0.4s ease;
}

.tab-pane ul ul.active {
    opacity: 1;
    visibility: visible;
    height: auto;
    overflow: visible;
}

/* اضافه کردن فلش کنار آیتم‌هایی که زیرمنو دارند */
.tab-pane .has-submenu>a.title-menu {
    position: relative;
    padding-right: 18px;
    /* جا برای فلش */
}

/* فلش پیش‌فرض (رو به پایین) */
.tab-pane .has-submenu>a.title-menu::before {
    content: "\e920";
    font-family: 'icomoon';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 15px;
    transition: transform 0.3s ease;
    color: white;
}

/* وقتی زیرمنو فعال است (فلش رو به بالا بچرخد) */
.tab-pane .has-submenu>ul.active~a.title-menu::before,
.tab-pane .has-submenu.active>a.title-menu::before {
    transform: translateY(-50%) rotate(-90deg);
}


.header-main .mega-menu .tab-contents ul {
    display: flex;
    align-items: flex-start;
    padding-right: 30px;
    flex-wrap: wrap;
    margin-top: 30px;
}

.header-main .mega-menu .tab-contents ul li {
    display: flex;
    flex: 0 0 33.3333333%;
    margin-bottom: 20px;
}

.header-main .mega-menu .tab-contents ul li.has-submenu {
    flex-direction: column;
}

.header-main .mega-menu .tab-contents ul li.has-submenu ul {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 10px;
}

.header-main .mega-menu .tab-contents ul li.has-submenu ul li {
    margin-bottom: 10px;
}

.header-main .mega-menu .tab-contents ul li.has-submenu ul li a {
    font-size: 14px;
}

.header-main .mega-menu .tab-contents ul li.has-submenu ul li a::before {
    width: 6px;
    height: 6px;
    top: 9px;
}

.header-main .mega-menu .tab-contents ul li a {
    position: relative;
}

/* .header-main .mega-menu .tab-contents ul li a::before {
    content: "";
    position: absolute;
    right: -17px;
    width: 8px;
    height: 8px;
    background-color: var(--white);
    border-radius: 50px;
    top: 8px;
} */

.header-main .mega-menu .close-mega {
    color: rgba(255, 255, 255, .5);
    position: absolute;
    left: 75px;
    top: 71px;
    font-size: 55px;
    cursor: pointer;
    z-index: 9;
}

.header-main .mega-menu .title-mega {
    display: flex;
    align-items: center;
}

.header-main .mega-menu .title-mega span {
    font-weight: 700;
    font-size: 24px;
    line-height: 39px;
    color: #fff;
}

.header-main .mega-menu .title-mega i {
    color: #fff;
    font-size: 32px;
    margin-right: 10px;
    margin-left: 5px;

}

.header-main .top-links {
    margin-top: 15px;
}

.header-main .top-links a {
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--blue-2);
    border: 1px solid var(--Primary);
    padding: 9px 21px;
    border-radius: 15px;
    margin-left: 15px;
}

.header-main .top-links a i {
    font-size: 24px;
}


/* _________ En en _______________ */
.en-layout {


    .content-main .news-section .tab-content .news-item .item-content .news-info .news-titr {
        text-align: left;
    }

    .content-main .news-section .tab-content .news-item .item-content .news-introtext {
        text-align: left;
    }


    .fa.fa-link {
        transform: rotate(0deg);
        color: var(--kaf-teal);
    }

    .stats-card .box-visits {
        display: flex;
        flex-direction: row-reverse !important;
    }

    .footer-title::after {
        bottom: 0;
        left: 0 !important;
    }

    .input-pill {
        flex-direction: row-reverse;
    }

    .divider-vertical {
        display: none !important;
    }

    .news-id-section {
        position: relative;
        border-right: 1px solid rgb(190, 190, 190);
    }

    .short-link-section.d-flex.align-items-center.px-3.py-2 {
        flex-direction: row-reverse;
        gap: 5px;
    }

    .row.g-0.align-items-center.h-100 {
        flex-direction: row-reverse !important;
        display: flex;
    }

    .en-layout .single-post .es-post-content .shorturl-wrap .input-group {
        flex-direction: row !important;
    }


    .single-post .es-post-content .shorturl-wrap .input-group .btn-shorturl-wrap {
        text-align: center !important;
    }

    .content-main .users-box .input-form .control-input::placeholder {
        text-align: left !important;
    }

    .content-main .users-box .input-form .control-input {
        padding: 0 42px 0 34px !important;
    }

    .users-box .input-form .users-icon {
        left: 16px !important;
        bottom: 13px !important;
    }

    .title-logo img {
        margin-left: 5px !important;
    }






    .header-main .mega-menu {
        justify-content: flex-start;
    }

    .row {
        flex-direction: row !important;
    }

    .header-main .header-top .header-right .navbar-nav li:last-child {
        display: none;
    }

    .header-main .mega-menu .mega-tabs li::before {
        left: auto;
        right: -5px;
    }

    .header-main .mega-menu .tabs-section {
        border-left: none;
        border-right: 5px solid rgba(255, 255, 255, .3);
    }

    .header-main .mega-menu .tab-contents ul {
        padding-right: 0;
        padding-left: 30px;
    }

    .header-main .mega-menu .tab-contents ul li a::before {
        left: -17px;
        right: 0;
    }

    .header-main .mega-menu .close-mega {
        right: 75px;
        left: auto;
    }


    .main-title {
        position: relative;
        display: flex;
        align-items: center;
        flex-direction: column;
        text-align: center;
        margin-bottom: 2rem;
    }

    .main-title h3 {
        font-size: 32px;
        font-weight: 600;
        color: #0046ad;
        position: relative;
        margin-right: 0;
    }

    .main-title .img-title {
        display: none;
    }

    .main-title::before,
    .main-title::after {
        content: "";
        position: absolute;
        top: 69%;
        width: 39px;
        height: 3px;
        background: #0046ad;
        transform: translateY(-50%);
        border-radius: 10px;

    }

    .assistants .title-site h2 {
        color: #fff;
    }

    .news-section .main-title::before {
        right: 40%;
    }

    .magazines .main-title::after {
        left: 31%;
    }

    .magazines .main-title::before {
        right: 31%;
    }

    .news-section .main-title::after {
        left: 40%;
    }

    .media-section.news-section .main-title::before {
        right: 43%;
    }

    .media-section.news-section .main-title::after {
        left: 43%;
    }


    .title-site {
        position: relative;
        display: flex;
        align-items: center;
        flex-direction: column;
        text-align: center;
        margin-bottom: 2rem;
    }

    .title-site h1 {
        font-size: 32px;
        font-weight: 600;
        color: #0046ad;
        position: relative;
    }

    .title-site p {
        color: #0046ad;
    }


    .title-site::before,
    .title-site::after {
        content: "";
        position: absolute;
        top: 50%;
        width: 39px;
        height: 3px;
        background: #0046ad;
        transform: translateY(-50%);
        border-radius: 10px;
    }


    .title-site::before {
        right: 41%;
    }

    .title-site::after {
        left: 41%;
    }


    .title-site.white {
        color: #fff;
    }

    .title-site.white h1,
    .title-site.white p,
    .title-site.white::before,
    .title-site.white::after {
        color: #fff;
        background: #fff;
    }

    /*----------------------/title-menu-en---------------------*/
    /*----------------------/back-menu---------------------*/
    .assistants .veiw__btn {

        position: relative;
    }

    .assistants .veiw__btn i {
        position: absolute;
        right: 0;
        transform: rotate(180deg);
    }

    .assistants .head-section__3 .head-section_right h4 {
        color: #CF0000;
        font-size: 30px;
    }

    .assistants .veiw__btn span {
        color: #0059CF;
        transition: 0.5s;
        font-weight: bold;
    }

    .assistants .head-section_right {
        align-items: center;
    }

    .assistants .head-section_right i {
        font-size: 23px;
    }

    .veiw_active .veiw__btn i {
        color: #CF0000;
    }





}

/*---------------------- mega-menu ---------------------*/

.header-main .header-top {
    /* background-color: rgb(143, 182, 217, 0.1); */
    background-color: rgb(255, 255, 255);
    border-radius: 32px;
    border: 1px solid var(--Primary);
    margin-bottom: 15px;
}

.header-main .header-top .header-right {
    width: 100%;
    justify-content: space-between;
    align-items: center;
}

.header-main .header-top .header-right .navbar-nav {
    gap: 16px;
}

.header-main .header-top .header-right .logo-site {
    width: 25%;
}

.header-main .header-top .header-right .logo-site img {
    width: 50px;
}

.header-main .header-top .header-right .logo-site a {
    display: flex;
    align-items: center;
    gap: 5px;
}

.header-main .header-top .header-right .logo-site h1 {
    font-family: "IranNastaliq";
    font-size: 16px;
    color: var(--blue-1);
    margin-right: 15px;
    line-height: 1.7;
    text-align: center;
    padding-top: 15px;
    white-space: nowrap;
}

.header-main .header-top .header-right .navbar-nav .nav-item a {
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--blue-2);
}

.header-main .header-top .header-right .navbar-nav .nav-item .menu {
    background-color: var(--blue-light);
    padding: 9px 21px;
    border-radius: 8px;

}

.header-main .header-top .header-right .navbar-nav .nav-item:hover .menu {
    color: var(--blue-1);
}

.header-main .header-top .header-right .navbar-nav .nav-item a i {
    font-size: 24px;
}

.header-main .header-top .header-right .navbar-nav .nav-item a .fa.fa-university {
    font-size: 20px;
}

.header-main .header-top .header-right .navbar-nav .nav-item a img {
    width: 24px;
    height: 24px;
    transition: 0.5s all;
}

.header-main .header-top .header-right .navbar-nav .nav-item a span {
    border-bottom: 1px solid transparent;
    border-bottom-color: transparent;
    transition: 0.5s all;
}

.header-main .header-top .header-right .navbar-nav .nav-item a span:hover {
    border-bottom-color: var(--blue-1);
    color: var(--blue-1);
}

.header-top .header-left .site-lang {
    display: flex !important;
    flex-direction: row-reverse !important;
    gap: 2px;
}

.header-top .header-left a:hover {
    background-color: var(--blue-1);
    transition: .5s all;
}

.header-top .header-left .h-left li a:hover {
    color: var(--blue-1);
}

.header-top .header-left .h-left li a {
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--blue-3);
    background-color: var(--blue-light);
    width: 35px;
    height: 35px;
    margin-right: 7px;
    border-radius: 7px;
}

.header-top .header-left .h-left li a i {
    font-size: 24px;
}

.header-top .header-left .h-left .nav-item .dropdown-menu.show {
    right: -56px !important;
    top: 8px !important;
}

.header-top .header-left .h-left li a img {
    width: 100%;
    transition: 0.5s;
}

.header-top .header-left .h-left li a:hover img {
    filter: brightness(0) invert(1);
}

/* -----------------------ovarlay-search------------------------- */

.ovarlay-search {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: var(--blue-light);
    left: -100%;
    transition: 0.5s all;
    opacity: 0.9;
}

.ovarlay-search .inputs-box .input-search input::placeholder {
    color: var(--white);
}

.ovarlay-search .inputs-box .input-search {
    display: flex;
    transition: all 0.5s;
    width: 75%;
    position: relative;
}

.ovarlay-search .inputs-box .input-search span {
    cursor: pointer;
}

.ovarlay-search .inputs-box .input-search input {
    border-radius: 0;
    background-color: var(--blue-1);
    padding: 0 32px;
    line-height: 45px;
    width: 100%;
    outline: none !important;
    transition: all 0.5s;
    height: 70px;
    color: var(--white);
}


.ovarlay-search .inputs-box {
    top: 105px;
    width: 82%;
    display: flex;
    align-items: center;
    justify-content: end;
}


.ovarlay-search .inputs-box .btn-search {
    width: 41px;
    height: 41px;
    position: absolute;
    top: 47%;
    left: 19%;
    border-radius: 20%;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--blue-3);
    font-style: normal;
    font-size: 18px;
    font-weight: bold;
    border: none;
    cursor: pointer;
}

.ovarlay-search .inputs-box .button-close {
    cursor: pointer;
    width: 38px;
    height: 38px;
    position: absolute;
    top: 24%;
    right: -6%;
    border-radius: 0;
    background-color: var(--blue-1);
    background-clip: content-box;
    display: flex;
    justify-content: center;
    color: var(--white);
    font-style: normal;
    font-size: 18px;
    font-weight: bold;
    padding: 0;
    font-size: 26px;
}

.ovarlay-search.active {
    left: 0;
    transition: 0.5s all;
    z-index: 9999;
    display: flex;
    align-items: center;
}

.ovarlay-search .inputs-box .btn-search .icon-Vector::before {
    color: var(--blue-4);
}

/* ----------------------- /ovarlay-search------------------------- */

/*---------------------/ header--------------------------

/* ----------------------- main------------------------- */

/*---------------------- side-panel ---------------------*/
.side-panel {
    position: fixed;
    top: 35%;
    left: 0;
    z-index: 1;
    width: 55px;
    background-color: var(--blue-4);
    border-radius: 0 10px 10px 0;
    transition: width 0.5s ease-in-out;
    display: flex;
    justify-content: center;
    padding: 10px 0;
}

.side-panel .panel-list {
    padding: 0;
    margin: 0;
}

.side-panel .icon-item {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    text-align: center;
    background-color: var(--blue-1);
    border-radius: 12px;
    margin-bottom: 10px;
    transition: transform 0.5s ease-in-out, background-color 0.5s ease-in-out;
}

.side-panel .panel-list .icon-item:last-child {
    margin: 0;
}


.side-panel .icon-item a {
    color: #fff;
    font-size: 18px;
    transition: color 0.5s ease-in-out;
    position: relative;
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
}

.side-panel .icon-item a i {
    font-size: 28px;
}

.side-panel .icon-item a span {
    position: absolute;
    top: 0px;
    left: 80%;
    padding: 10px 15px;
    border-radius: 0 12px 12px 0;
    transform: scaleX(0);
    opacity: 0;
    transform-origin: left;
    background-color: var(--blue-1);
    transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out, background-color 0.5s ease-in-out;
    font-size: 16px;
    white-space: nowrap;
    width: auto;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    box-sizing: border-box;
}

.side-panel .icon-item:hover a span {
    transform: scaleX(1);
    opacity: 1;
    background-color: var(--blue-1);
}

.content-main .site-chart #chart-container {
    background-color: #fff;
}

.content-main .site-chart .chart-panel {
    background-color: #fff;
}

/*---------------------- /side-panel ---------------------*/
/* ----------------------- slider-section------------------------- */
.content-main .slider-section {
    margin-bottom: 50px;
}

.content-main .slider-section.tose-balini {
    margin-bottom: 30px;
}

.content-main .slider-section .carousel-right .owl-dots {
    display: flex;
    align-items: center;
    gap: 8px;
    position: absolute;
    left: 0;
    bottom: 10px;
}

.content-main .slider-section .carousel-right .owl-dots .owl-dot {
    width: 20px;
    height: 20px;
    background-color: var(--Primary-1);
    border-radius: 4px;
    transition: .5s all;
}

.content-main .slider-section .carousel-right .owl-dots .owl-dot.active {
    background-color: var(--blue-1);
    width: 30px;

}

.content-main .slider-section .carousel-left .item::before {
    content: "";
    background-image: url("../images/slider-hero/left-box.png");
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    right: -3px;
    bottom: -109px;
    width: 173px;
    height: 200px;
    z-index: 999;
}

.content-main .slider-section .carousel-left .item a img {
    height: 400px;
    border-radius: 32px;
    border: 1px solid var(--Primary);
}

.content-main .slider-section .carousel-right .item a img {
    height: 400px;
    border-radius: 32px;
    border: 1px solid var(--Primary);
}

.content-main .slider-section .carousel-right .item::before {
    content: "";
    background-image: url("../images/slider-hero/right-box.png");
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    left: -3px;
    bottom: -98px;
    width: 195px;
    height: 200px;
    z-index: 999;
}

.content-main .slider-section .carousel-left .owl-nav {
    display: flex;
    position: absolute;
    right: 40px;
    bottom: 5px;
    width: 70px;
    justify-content: space-between;
}

.content-main .slider-section .carousel-left .owl-nav i {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: #0059cf;
}

.content-main .oneside-slider .carousel-right .item::before {
    display: none;
}

.content-main .oneside-slider .carousel-right::before {
    content: "";
    background-image: url("../images/site/vector.svg");
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 195px;
    height: 50px;
    z-index: 9;
    margin: 0 auto;
    right: 0;
}

.content-main .oneside-slider .carousel-right .owl-dots {
    right: 0;
    margin: 0 auto;
    justify-content: center;
    z-index: 99;
}

.content-main .oneside-slider .carousel-right .item a img {
    object-fit: fill;
}

.content-main .tose-balini .carousel-right .item a img {
    height: 300px;
}

.content-main .tose-balini .welcome-box {
    position: relative;
    overflow: hidden;
    border-radius: 23px;
    height: 100%;
}

.content-main .tose-balini .welcome-box .img_box {
    height: 100%;
}

.content-main .tose-balini .welcome-box::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    top: 0;
    z-index: 9;
    background: linear-gradient(180deg, rgba(0, 51, 102, 0) 0, #036 100%);
}

.content-main .tose-balini .welcome-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.content-main .tose-balini .welcome-box .title {
    background: rgba(255, 255, 255, .6);
    z-index: 999;
    position: absolute;
    bottom: 15px;
    height: 100px;
    width: 90%;
    max-width: 280px;
    border-radius: 15px;
    transition: .5s;
    display: flex;
    right: 10px;
}

.content-main .tose-balini .welcome-box .title h3 {
    display: flex;
    align-items: center;
    font-weight: 700;
    transition: .5s;
    font-size: 16px;
    padding: 0 15px;
    text-align: center;
    color: var(--blue-3);
}

.content-main .tose-balini .item {
    position: relative;
}

.content-main .tose-balini .slider-title {
    position: absolute;
    bottom: 49px;
    right: 13%;
}

.content-main .tose-balini .slider-title {
    background: rgba(255, 255, 255, .6);
    width: 75%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto;
    border-radius: 15px;
    padding: 9px 0;
}

.content-main .tose-balini .slider-title span {
    font-size: 16px;
    padding: 0 15px;
    text-align: center;
    color: var(--blue-3);
}

.content-main .oneside-slider.tose-balini .carousel-right::before {
    left: 0;
    bottom: -15px;
    width: 133px;
    height: 50px;
}

.content-main .oneside-slider.tose-balini .carousel-right .owl-dots .owl-dot {
    width: 15px;
    height: 15px;
}

/* ----------------------- /slider-section------------------------- */


/* ----------------------- links-section------------------------ */
.content-main .links-section {
    margin-bottom: 30px;
}

.content-main .links-section .carousel-links .img-links {
    margin-bottom: 45px;
}

.content-main .links-section .carousel-links .img-links i {
    font-size: 65px;
    color: var(--blue-1);
}

.content-main .links-section .carousel-links .img-links a {
    height: 60px;
    display: flex;
}

.content-main .links-section .carousel-links .img-links a img {
    width: 65px;
    height: 60px;
    transition: .5s all;
    filter: drop-shadow(2PX 5PX 3PX #4A4745D6);
}

.content-main .links-section .carousel-links .item h3 {
    line-height: 0.7 !important;
}

.content-main .links-section .carousel-links .content-info .content-title {
    text-align: center;
}

.content-main .links-section .carousel-links .content-info .content-title a {
    font-size: 16px;
    color: var(--blue-1);
}

.content-main .links-section .carousel-links .item {
    padding: 57px 21px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: var(--white);
    border: 1px solid var(--blue-light);
    border-radius: 32px;
    height: 275px;
    transition: 0.5s;
}

.content-main .links-section .carousel-links .item:hover {
    background-color: var(--blue-1);

}

.content-main .links-section .carousel-links .item:hover .content-title a {
    color: var(--white);
}

.content-main .links-section .carousel-links .item img {
    filter: brightness(1);
}

.item img {
    border-radius: 50%;
    border-color: 0.5 px solid black;
}

.content-main .links-section .carousel-links .owl-dots {
    display: block !important;
    display: flex !important;
    justify-content: center;
    gap: 8px;
}

.content-main .links-section .carousel-links .owl-dots .owl-dot {
    width: 24px;
    height: 24px;
    background-color: var(--Primary-1);
    border-radius: 4px;
    margin-top: 24px;
}

.content-main .links-section .carousel-links .owl-dots .owl-dot.active {
    background-color: var(--blue-1);
    width: 48px;
}

/* ----------------------- /links-section------------------------ */
#archiveLink {

    padding: 5px;
}

#archiveLink:hover {
    color: var(--blue-1) !important;
    background-color: var(--blue-light);
    border-radius: 5px;
}

/* ----------------------- news-section------------------------ */
.content-main .news-section {
    margin-bottom: 30px;
    position: relative;
}


.content-main .news-section .nav-tabs {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: none;
}

.content-main .news-section .nav-tabs .archive a {
    display: flex;
    align-items: center;
    font-size: 16px;
    color: var(--light-2);
    white-space: nowrap;
    transition: .5s;
}

.content-main .news-section .nav-tabs .archive a:hover {
    color: var(--blue-1);
}

.content-main .news-section .nav-tabs .archive a:hover img {
    filter: brightness(0) saturate(100%) invert(29%) sepia(91%) saturate(747%) hue-rotate(180deg) brightness(98%) contrast(92%);
}

.content-main .news-section .nav-tabs ul {
    margin-bottom: 30px;
    border-bottom: 4px solid #E7EFF7;
}

.content-main .news-section .nav-link {
    margin-bottom: -3px !important;
    color: var(--text);
    transition: 0.5s;
}

.content-main .news-section .nav-link:hover {
    border-color: transparent;
    color: var(--blue-1);
}

.content-main .news-section .nav-link.active {
    border-color: transparent;
    border-bottom: 4px solid #005477;
    color: var(--blue-1);
    font-weight: 700;
}

.content-main .news-section .tab-content .news-item {
    /* background: linear-gradient(0deg, #F5F5F5 0%, #FDFEFF 32%, #F5F5F5 100%); */
    background-color: white;
    padding: 10px;
    border-radius: 20px;
    transition: 0.5s;
    height: 100%;
}


.content-main .news-section .tab-content .news-item:hover {
    box-shadow: 0px 25px 50px 0px rgba(146, 168, 167, 0.486);
}

/* 1. تنظیمات قاب تصویر (والد) */
.content-main .news-section .tab-content .news-item .item-content .news-img {
    overflow: hidden;
    /* این خط باعث می‌شود هر چیزی که از کادر بیرون زد مخفی شود */
    display: block;
    /* اطمینان از ساختار صحیح */
    /* اگر کادر شما گرد است، این خط را هم اضافه کنید تا گوشه‌های تصویر هم گرد بماند: */
    border-radius: 10px;
}

/* 2. تنظیمات خود تصویر برای حرکت نرم */
.content-main .news-section .tab-content .news-item .item-content .news-img .img-news {
    transition: transform 0.5s ease;
    /* زوم شدن با افکت نرم انجام می‌شود */
    width: 100%;
    /* اطمینان از اینکه تصویر کل قاب را پر می‌کند */
    display: block;
}

/* 3. حالت هاور (کد شما) */
.content-main .news-section .tab-content .news-item:hover .item-content .news-img .img-news {
    transform: scale(1.1);
}

.content-main .news-section .tab-content .news-item .item-content .news-img .img-news {
    width: 100%;
    transition: 0.5s;
    border-radius: 20px;
    height: 200px;
    object-fit: cover;
}

.content-main .news-section .tab-content .news-item .item-content .news-img .badge {
    position: absolute;
    top: 30px;
    right: 30px;
    background-color: var(--blue-1);
    z-index: 99;
}

/* .content-main .news-section .tab-content .news-item:hover .news-img .img-news {
    filter: grayscale(100%);
} */

.content-main .news-section .tab-content .news-item .item-content .news-info .news-titr {
    font-size: 15px;
    color: var(--blue-2);
    /* height: 55px; */
    display: flex;
    line-height: 1.5;
    transition: 0.5s all;
    padding: 0px 0px 10px 0;
}

.content-main .news-section .tab-content .news-item .item-content .news-info .news-titr:hover {
    color: var(--blue-1) !important;
}

.content-main .news-section .tab-content .news-item .item-content .news-introtext {
    color: var(--color-text);
    font-size: 14px;
    display: flex;
    height: 45px;
    padding: 0px 0px 10px 0;
    text-align: justify;
}

.content-main .news-section .tab-content .news-item .news-details .news-date {
    display: flex;
    align-items: center;
    gap: 8px;
}

.content-main .news-section .tab-content .news-item .news-details .news-date span {
    font-size: 10px;
    color: var(--text);
}

.content-main .news-section .tab-content .news-item .news-details .news-date .img-date i {
    /* font-size: 24px; */
    color: var(--light-2);
}

.content-main .news-section .tab-content .news-item .news-details {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 1.3rem;
}

.content-main .news-section .tab-content .news-item .news-details .view-btn a:hover {
    color: var(--blue-light) !important;
    background-color: var(--blue-2) !important;
    border-radius: 5px;
}

.content-main .news-section .tab-content .news-item .news-details .view-btn a {
    padding: 5px;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 10px;
    color: var(--text-links);
    transition: color 0.3s;
}

.content-main .news-section .tab-content .news-item .img-date {
    margin-top: 5px;
}

.content-main .news-section .tab-content .news-item .news-details .view-btn img {
    width: 15px;
    height: 15px;
}

.content-main .news-section .tab-content .news-item .news-details .view-btn {
    /* opacity: 0; */
    color: var(--blue-3);
    font-size: 10px;
    pointer-events: none;
    transition: opacity 0.3s ease-in-out;
}


.content-main .news-section .tab-content .news-item:hover .view-btn {
    opacity: 1;
    pointer-events: auto;
}

.content-main .news-section.archive-news .news-slider {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.content-main .news-section .owl-nav,
.content-main .contents-sec .owl-nav {
    position: absolute;
    /* top: -13%; */
    top: -48px;
    display: flex;
    left: 8%;
    width: 65px;
    justify-content: space-between;
}

.content-main .contents-sec .owl-nav {
    left: 0;
    top: -24%;
}


/* ----------------------- /news-section------------------------ */


/* ----------------------- systems-sec------------------------ */
.content-main .systems-sec {
    margin-bottom: 30px;
}

.content-main .systems-sec #LearnUni .row {
    flex-direction: row;
}

.content-main .systems-sec .nav-tabs {
    gap: 16px;
    border: none !important;
}

.content-main .systems-sec .nav-tabs .nav-link {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--light);
    border: 2px solid var(--Primary-1);
    border-radius: 8px 28px 28px 8px;
    width: 300px;
    height: 100px;
    color: var(--light-2);
    gap: 16px;
    transition: 0.5s;
}

.content-main .systems-sec .tabs {
    gap: 16px;
}

.content-main .systems-sec .nav-tabs .nav-link i {
    font-size: 40px;
}

.content-main .systems-sec .nav-tabs .nav-link.active img {
    filter: brightness(0) saturate(100%) invert(29%) sepia(91%) saturate(747%) hue-rotate(180deg) brightness(98%) contrast(92%);
}

.content-main .systems-sec .nav-tabs .nav-link:hover {
    color: var(--blue-1);
}

.content-main .systems-sec .nav-tabs .nav-link:hover img {
    filter: brightness(0) saturate(100%) invert(29%) sepia(91%) saturate(747%) hue-rotate(180deg) brightness(98%) contrast(92%);
}

.content-main .systems-sec .nav-tabs .nav-link.active {
    background-color: var(--blue-light);
    border: 2px solid var(--Primary);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    color: var(--blue-6);
    font-weight: 700;

}


.content-main .systems-sec .tab-pane .items-tab {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    background-color: var(--light-3);
    box-shadow: inset 0 0 40px 0 rgba(0, 0, 0, 0.08);
    border-radius: 32px 8px 8px 32px;
    padding: 30px 0;
    height: 100%;
}



.content-main .systems-sec .tab-pane .items-tab .item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    border-inline-end: 2px dashed #ebebeb;
    flex: 0 0 20%;
    justify-content: center;
    margin-bottom: 10px;
}

.content-main .systems-sec .tab-pane .items-tab .item:nth-child(5) {
    border: none;
}

.content-main .systems-sec .tab-pane .items-tab .item .img-item img {
    width: 60px;
    height: 60px;
}

.content-main .systems-sec .tab-pane .items-tab .item .text-item {
    font-size: 16px;
    color: var(--blue-6);
    font-weight: 700;
    transition: 0.5s;
}

.content-main .systems-sec .tab-pane .items-tab .item:hover .text-item {
    color: var(--blue-5);
}

.content-main .systems-sec .facts-link {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 80px;
    padding: 22px 0;
}

.content-main .systems-sec .facts-link .facts {
    display: flex;
    align-items: center;
    gap: 16px;
}

.content-main .systems-sec .facts-link .facts img {
    width: 45px;
    height: 45px;
}

.content-main .systems-sec .facts-link .facts .facts-info {
    display: flex;
    align-items: center;
    gap: 80px;
    position: relative;
}

.content-main .systems-sec .facts-link .facts:not(:last-child) .facts-info::before {
    content: "";
    width: 1px;
    height: 50px;
    background-color: var(--Primary);
    position: absolute;
    left: -40px;
}

.content-main .systems-sec .facts-link .facts .facts-info span {
    color: var(--blue-1);
    font-weight: 700;
    white-space: nowrap;
}

/* ----------------------- /systems-sec------------------------ */

/* ----------------------- event-section------------------------ */
.content-main .event-section {
    margin-bottom: 30px;
}

.content-main .event-section .all-events {
    background-color: var(--blue-light);
    width: 100%;
    padding: 15px 0;
}

.content-main .event-section .images-event {
    display: flex;
    justify-content: space-between;
}

.content-main .event-section .images-event .image-event {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 0 0 24%;
}

.content-main .event-section .images-event .image-event a {
    height: 100%;
}

.content-main .event-section .images-event .image-event img {
    width: 100%;
    height: 100%;
    border-radius: 15px;
    transition: 0.5s;
}

.content-main .event-section .images-event .image-event:hover img {
    filter: brightness(0.5);
}

.content-main .event-section .images-event .image-event .icon-img {
    opacity: 0;
    transition: 0.5s;
    position: absolute;
}

.content-main .event-section .images-event .image-event:hover .icon-img {
    opacity: 1;
}

.content-main .event-section .images-event .image-event .icon-img i {
    font-size: 60px;
    color: #fff;
}


/*---------------------- image zoom ---------------------*/
.fullscreen-backdrop {
    position: fixed;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.fullscreen-backdrop img {
    max-width: 90%;
    max-height: 90%;
    cursor: zoom-out;
}

/* ----------------------- /event-section------------------------ */


/* ----------------------- map-section------------------------ */

.content-main .map-section {
    margin-bottom: 30px;
    position: relative;
}

.content-main .map-section::before {
    content: "";
    width: 100%;
    height: 100%;
    background-image: url("../images/background/pattern.png");
    position: absolute;
    background-size: cover;
    z-index: -14;
    opacity: .8;
}

.content-main .map-section .row {
    flex-direction: row;
}

.content-main .map-section .text-title {
    font-size: 16px;
    color: var(--light-2);
}

.content-main .map-section .info-map {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-top: 120px;
}

.content-main .map-section .info-map .info {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px 0;
    border: 1px solid #8FB6D9;
    border-radius: 28px;
    width: 48%;
    gap: 24px;
}

.content-main .map-section .info-map .info h2 {
    font-size: 28px;
    font-weight: 700;
    color: var(--blue-1);
}

.content-main .map-section .info-map .info p {
    font-size: 20px;
    color: var(--blue-1);
    padding: 0 15px;
    text-align: center;

}

.content-main .map-section .map-svg {
    position: relative;
    z-index: 999;
    display: flex;
    justify-content: center;
    align-items: center;
}

.content-main .map-section .map-svg::before {
    content: "";
    position: absolute;
    border-radius: 50%;
    background: linear-gradient(to right, #E7EFF7 0%, #E7EFF7 50%, transparent 100%);
    width: 100%;
    height: 100%;
    z-index: -1;
}

.content-main .map-section .map-svg::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    background: linear-gradient(to right, #E7EFF7 0%, #E7EFF7 50%, transparent 100%);
    width: 625px;
    height: 624px;
    z-index: -1;
}

.content-main .map-section .map-svg::after {
    content: "";
    position: absolute;
    left: -30px;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background-image: url("../images/map/map-shape.svg");
    background-repeat: no-repeat;
    background-size: contain;
    animation: rotateLeftHalfCircle 5s infinite linear;

}

.content-main .map-section .map-svg svg {
    height: auto;

}

.content-main .map-section .map-svg svg path {
    cursor: pointer;
    position: relative;
    transition: 0.5s;
}

.content-main .map-section .map-svg svg path:hover,
.content-main .map-section .map-svg svg path.active {
    fill: var(--light);
    color: var(--blue-1);
    stroke: var(--blue-5);
}

/* #Khodaafarin {
    pointer-events: none !important; 
    fill: #BDBDBD !important;       
    stroke: #888 !important;       
    cursor: default !important;      
    opacity: .6;    

    pointer-events: none;	
}
.map-path, #Khodaafarin {
    filter: none !important;
}
.map-path.active#Khodaafarin {
    pointer-events: none !important;
    fill: #BDBDBD !important;
}
#Sarab{
	    pointer-events: none !important; 
    fill: #BDBDBD !important;       
    stroke: #888 !important;       
    cursor: default !important;      
    opacity: .6;    

    pointer-events: none;	
}
.map-path.active#Sarab {
       pointer-events: none !important; 
    fill: #BDBDBD !important;       
    stroke: #888 !important;       
    cursor: default !important;      
    opacity: .6;    

    pointer-events: none;	
}
#Maragheh{
	    pointer-events: none !important; 
    fill: #BDBDBD !important;       
    stroke: #888 !important;       
    cursor: default !important;      
    opacity: .6;    
	display: none !important;
display:none;
    pointer-events: none;	
}
.map-path.active#Maragheh {
      pointer-events: none !important; 
    fill: #BDBDBD !important;       
    stroke: #888 !important;       
    cursor: default !important;      
    opacity: .6;    

    pointer-events: none;		
}
*/

/* ----------------------- /map-section------------------------ */

/* ----------------------- uni-section------------------------ */
.content-main .uni-section .row {
    flex-direction: row;
}

.content-main .uni-section.systems-sec .nav-tabs .nav-link {
    border-radius: 32px;
}

.content-main .uni-section .uni-slider {
    position: relative;
    padding: 29px 14px;
    border: solid 1px #8FB6D9;
    border-radius: 32px;
}

.content-main .uni-section .uni-slider .owl-nav i {
    font-size: 24px;
    color: var(--blue-6);
}

.content-main .uni-section .uni-slider .slide-groups {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 21px;
}

.content-main .uni-section .uni-slider .slide-groups .img-slide img {
    width: 50px;
    height: 50px;
}

.content-main .uni-section .uni-slider .slide-groups:hover img {
    filter: brightness(1.2);
}

.content-main .uni-section .uni-slider .slide-groups .text-slide {
    font-size: 14px;
    text-align: center;
    color: var(--blue-6);
    transition: 0.5s;
}

.content-main .uni-section .uni-slider .slide-groups .text-slide:hover {
    color: var(--blue-5);
}

.content-main .uni-section .uni-slider .owl-nav.disabled {
    display: block !important;

}

.content-main .uni-section .uni-slider .owl-nav .owl-next {
    position: absolute;
    left: 0;
    top: 42%;
}

.content-main .uni-section .uni-slider .owl-nav .owl-prev {
    position: absolute;
    right: 0;
    top: 42%;
}

.content-main .uni-section .content-uni {
    gap: 16px;
}



.content-main .uni-section .info-uni .content {
    display: flex;
    align-items: center;
    padding: 45px 15px;
}

.content-main .uni-section .info-uni .content a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.content-main .uni-section .info-uni .content a i {
    font-size: 24px;
    color: var(--blue-6);
}

.content-main .uni-section .info-uni .content a span {
    color: var(--blue-2);
    font-size: 16px;
    white-space: nowrap;
    transition: 0.5s;
}

.content-main .uni-section .info-uni .content a span:hover {
    color: var(--blue-5);
}

.content-main .uni-section .info-uni .content a img {
    width: 24px;
    height: 24px;

}

.content-main .uni-section .info-uni .info-top:first-child {
    border-bottom: solid 1px #8FB6D9;
}

.content-main .uni-section .img-uni img {
    width: 100%;
    height: 430px;
    border-radius: 25px;
}

.content-main .uni-section .info-uni {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.content-main .uni-section .info-uni .info {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px 0;
    border: 1px solid #8FB6D9;
    border-radius: 28px;
    width: 48%;
}

.content-main .uni-section .info-uni .info h2 {
    font-size: 25px;
    font-weight: 700;
    color: var(--blue-1);
}

.content-main .uni-section .info-uni .info p {
    font-size: 14px;
    color: var(--blue-1);
    padding: 0 15px;
    text-align: center;
}

/* ----------------------- /uni-section------------------------ */
/* ===============================
   Ecoin Slider – Final Style
================================ */

.uni-slider.ecoin-slider {
    position: relative;
}

/* کارت اسلایدر */
.uni-slider.ecoin-slider .slide-groups {
    background: #ffffff;
    border-radius: 16px;
    padding: 22px 20px 26px;
    text-align: center;
    box-shadow: 0 6px 18px rgba(13, 70, 159, 0.08);
    transition: all 0.35s ease;
    height: 100%;
}

/* هاور کارت */
.uni-slider.ecoin-slider .slide-groups:hover {
    transform: translateY(-8px);
    box-shadow: 0 18px 36px rgba(13, 70, 159, 0.18);
}

/* تصویر */
.uni-slider.ecoin-slider .img-slide {
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 14px;
}

.uni-slider.ecoin-slider .img-slide img {
    width: 100%;
    height: auto;
    transition: transform 0.35s ease;
}

/* زوم نرم تصویر */
.uni-slider.ecoin-slider .slide-groups:hover img {
    transform: scale(1.06);
}

/* متن زیر تصویر */
.uni-slider.ecoin-slider .text-slide {
    display: block;
    font-size: 0.95rem;
    font-weight: 600;
    color: #384951;
    /* color-text */
    line-height: 1.7;
    transition: color 0.3s ease;
}

/* تغییر رنگ متن در هاور */
.uni-slider.ecoin-slider .slide-groups:hover .text-slide {
    color: #0d469f;
    /* color-primary */
}

/* ===============================
   Owl Carousel Navigation
================================ */

.uni-slider.ecoin-slider .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    pointer-events: none;
}

.uni-slider.ecoin-slider .owl-nav div {
    pointer-events: all;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.75);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0d469f;
    /* primary */
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
    transition: all 0.3s ease;
}

.uni-slider.ecoin-slider .owl-nav div:hover {
    background: #0d469f;
    color: #ffffff;
}

.uni-slider.ecoin-slider .owl-prev {
    transform: translateX(-18px);
}

.uni-slider.ecoin-slider .owl-next {
    transform: translateX(18px);
}

/* ===============================
   Dots
================================ */

.uni-slider.ecoin-slider .owl-dots {
    margin-top: 24px !important;
}

.uni-slider.ecoin-slider .owl-dot span {
    background: rgba(13, 70, 159, 0.25) !important;
}

.uni-slider.ecoin-slider .owl-dot.active span {
    background: #018477 !important;
    /* secondary */
}

/* ===============================
   Stats Section
================================ */

.uni-section.Ecoin .info-uni .info {
    background: #ffffff;
    border-radius: 16px;
    padding: 26px 20px;
    text-align: center;
    box-shadow: 0 6px 18px rgba(13, 70, 159, 0.08);
    transition: all 0.35s ease;
}

.uni-section.Ecoin .info-uni .info:hover {
    transform: translateY(-8px);
    box-shadow: 0 18px 36px rgba(13, 70, 159, 0.18);
}

.uni-section.Ecoin .info-uni .info h2 {
    font-size: 2.4rem;
    font-weight: 800;
    color: #0d469f;
    /* primary */
    margin-bottom: 6px;
}

.uni-section.Ecoin .info-uni .info p {
    font-size: 1rem;
    color: #646363;
    /* text-muted */
    margin: 0;
}

/* ----------------------- media-section------------------------ */
.content-main .media-section .nav-tabs .nav-link {
    gap: 8px;
    display: flex;
    align-items: center;
    color: var(--text);
    transition: 0.5s;
}

.content-main .media-section .nav-tabs .nav-link:hover {
    color: var(--blue-1)
}

.content-main .media-section .nav-tabs .nav-link i {
    font-size: 20px;
}

.content-main .media-section .nav-link.active {
    color: var(--blue-2);
}

.content-main .media-section .tab-content .news-item .news-details {
    display: flex;
    align-items: center;
    justify-content: end;
}

.content-main .media-section .tab-content .news-item .news-date span {
    transition: 0.5s;
}

.content-main .media-section .tab-content .news-item:hover .news-date span {
    color: var(--blue-2);
}

.content-main .media-section .item-content img {
    width: 100%;
    height: 250px;
    border-radius: 20px;
}

.content-main .media-section .item-content .news-img>a {
    display: flex;
    justify-content: center;
    align-items: center;
}

.content-main .media-section .item-content i {
    color: #fff;
    font-size: 40px;
    position: absolute;
    opacity: 0;
    transition: 0.5s;
}

.content-main .media-section .item-content:hover i {
    opacity: 1;
}

.content-main .media-section #PdfSiteTab .main-title {
    display: none !important;
}

/* ----------------------- /media-section------------------------ */
/* ----------------------- site-rss------------------------ */



.content-main .site-rss {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-bottom: 80px;
}

.content-main .site-rss .content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: var(--light);
    border: 1px solid var(--Primary-1);
    padding: 12px 32px;
    border-radius: 16px;
    transition: 0.5s;
    width: 32%;
}

.content-main .site-rss .content a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row-reverse;
    width: 100%;
}

.content-main .site-rss .content a i {
    font-size: 30px;
    color: var(--blue-2);
    transform: rotate(180deg);
}

.content-main .site-rss .content:hover {
    background-color: var(--white);
    border: 1px solid var(--light);
    box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.15);
}

.content-main .site-rss .content a span {
    color: var(--blue-3);
    font-size: 18px;
    transition: 0.5s;

}

.content-main .site-rss .content:hover a span {
    color: var(--blue-2);
}

.content-main .site-rss .content a img {
    width: 30px;
    height: 30px;
    transition: 0.5s;

}

.content-main .site-rss .content:hover a img {
    filter: brightness(2.6);
}


/* _________________ smaildust ___________________ */

.b5-popular-widget {
    background: #fff;
    border: 1px solid #eef0f2;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.05);
    /* margin-bottom: 20px; */
    /* margin-top: 1.3rem; */
    direction: rtl;
}

.b5-popular-widget ul h5:last-child {

    border-bottom: none !important;

}


.b5-popular-widget ul h5:hover {

    background-color: #f8f9fa;

    color: var(--blue-1);

    border-right-color: var(--blue-1);

    /* transform: translateX(-5px); */

    padding-right: 25px;

}

.make-it-sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 20px;
    align-self: flex-start;
}

@media (max-width: 768px) {
    .make-it-sticky {
        position: relative;
        z-index: 999;
        padding: 15px;
    }
}


.b5-popular-widget .nav-tabs {
    border-bottom: 1px solid #eee;
    background-color: #fafbfe;
}

.nav-tabs {
    border: none;
    border-bottom-width: medium;
    border-bottom-style: none;
    border-bottom-color: currentcolor;
}

.b5-popular-widget .nav-link {
    border: none !important;
    color: #889;
    font-size: 0.9rem;
    font-weight: 700;
    padding: 14px 0;
    border-radius: 8px 8px 0 0 !important;
    transition: all 0.25s ease-out;
    text-align: center;
}

.b5-popular-widget .nav-link.active {
    color: var(--blue-1) !important;
    background-color: #fff !important;
    border-bottom: 3px solid var(--blue-1) !important;
    box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.03);
}



.b5-popular-widget .nav-link.active {
    color: var(--blue-1) !important;
    background-color: #fff !important;
    border-bottom: 3px solid var(--blue-1) !important;
    box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.03);
}

.b5-popular-widget {
    direction: rtl;
}

.b5-popular-widget h5 {
    border-right: 3px solid transparent;
    padding: 12px 20px 0px 15px;
    font-size: 0.88rem;
    line-height: 1.7;
    color: #444;
    font-weight: 500;
    border-bottom: 1px solid #f5f5f5 !important;
    transition: all 0.2s ease-in-out;
    text-decoration: none;
    margin-top: 8px;
    display: -webkit-box;
    /* نوع نمایش باکس برای وب‌کیت */
    -webkit-line-clamp: 2;
    /* تعداد خطوط مجاز */
    -webkit-box-orient: vertical;
    /* جهت چیدمان عمودی */
    overflow: hidden;
    /* مخفی کردن متن‌های اضافه */
    text-overflow: ellipsis;
    /* نمایش سه نقطه (...) در انتها */
}


/* ----------------------- /site-rss------------------------ */
/* ----------------------- tour-section------------------------ */

.content-main .tour-section {
    margin-bottom: 30px;
}

.content-main .tour-section .tour-info {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.content-main .tour-section .tour-info .item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: var(--light);
    border: 1px solid var(--Primary-1);
    padding: 20px 32px;
    border-radius: 16px;
    transition: 0.5s;
    width: 49%;
}

.content-main .tour-section .tour-info .item .icon-item i {
    font-size: 30px;
    color: var(--blue-2);
}

.content-main .tour-section .tour-info .item:hover {
    background-color: var(--white);
    border: 1px solid var(--light);
    box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.15);
}

.content-main .tour-section .tour-info .item .text-item span {
    color: var(--blue-3);
    font-size: 18px;
    transition: 0.5s;

}

.content-main .tour-section .tour-info .item:hover .text-item span {
    color: var(--blue-2);
}

.content-main .tour-section .tour-info .item .icon-item img {
    width: 30px;
    height: 30px;
    transition: 0.5s;

}

.content-main .tour-section .tour-info .item:hover .icon-item img {
    filter: brightness(2.6);
}


/* ----------------------- /tour-section------------------------ */


/* ----------------------- image-section------------------------ */
.content-main .image-section {
    background-color: var(--blue-light);
    padding: 30px 0;
    margin-bottom: 80px;
}

.content-main .image-section .images {
    display: flex;
    align-items: center;
    gap: 28px;
}

.content-main .image-section .images img {
    width: 100%;
}

/* ----------------------- /image-section------------------------ */

/* ----------------------- /main------------------------- */

/* ----------------------- footer------------------------- */

/* ----------------------- info-footer------------------------- */


.jg-entry.link-img.jg-entry-visible img {
    margin-left: 0 !important;
    margin-top: 0 !important;
}

.main-footer {
    background-color: #051a2d;
    /* رنگ سرمه‌ای اصلی */
    background-image: linear-gradient(180deg, #051a2d 0%, #061221 100%);
    color: #fff;
    font-size: 0.95rem;
    font-size: 12px;
    margin-top: 5rem !important;
}

/* .col-sm-5,
.col-sm-7 {
    height: 150px;
} */

/* --- موج بالای فوتر --- */
.footer-wave {
    position: absolute;
    top: -100px;
    /* تنظیم ارتفاع موج */
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    z-index: 2;

    @media screen and (max-width:768px) {
        top: -70px
    }
}

.poweredpy {
    color: var(--background-template);
    border-radius: 5px;
}

.footer-wave svg {
    position: relative;
    display: block;
    width: calc(155% + 1.3px);
    height: 120px;
    transform: rotateY(180deg);
    /* چرخش برای هماهنگی بهتر */
}

/* --- عناوین ستون‌ها --- */
.footer-title {
    color: #fff;
    font-weight: 700;
    position: relative;
    padding-bottom: 15px;
}

.footer-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 50px;
    height: 3px;
    background: #00897b;
    /* سبز کله غازی برند */
    border-radius: 2px;
}

/* --- لینک‌های دسترسی سریع --- */
.footer-links li {
    margin-bottom: 12px;
    transition: all 0.3s ease;
}

.footer-links a {
    color: #b0bec5;
    text-decoration: none;
    display: flex;
    align-items: center;
    transition: all 0.3s ease;
}

.footer-links a i {
    font-size: 0.8rem;
    margin-left: 8px;
    opacity: 0.5;
    transition: margin-right 0.3s;
}

/* افکت هاور لینک‌ها (حرکت به چپ) */
.footer-links li:hover a {
    color: #4dd0e1;
    /* فیروزه‌ای روشن */
    padding-right: 10px;
}

.footer-links li:hover i {
    opacity: 1;
    color: #4dd0e1;
}

/* --- آیتم‌های تماس --- */
.contact-item .icon-box {
    /* width: 40px;
    height: 40px; */
    padding: 12px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #4dd0e1;
    font-size: 1.2rem;
    transition: background 0.3s;
    margin-left: 15px !important;
}

.social-links.mt-4 {
    margin-right: 15px !important;
}

.social-links.mt-4 {
    margin-right: 15px !important;
}

.contact-item:hover .icon-box {
    background: #00897b;
    color: #fff;
}

/* کلاس کمکی برای چپ‌چین کردن اعداد */
.dir-ltr {
    direction: ltr;
    unicode-bidi: embed;
}

/* --- شبکه‌های اجتماعی --- */
.social-links {
    display: flex;
    gap: 10px;
}

.social-btn {
    width: 45px;
    height: 45px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 12px;
    font-size: 1.2rem;
    transition: all 0.3s ease;
    cursor: pointer;
}

.social-btn:hover {
    color: #fff;
    background: #00897b;
    border-color: #00897b;
    transform: translateY(-5px);
    /* box-shadow: 0 5px 15px rgba(0, 137, 123, 0.4); */
}

/* --- کارت آمار (Stats Card) --- */
.stats-card {
    background: rgba(0, 0, 0, 0.3);
    /* تیره و شیشه‌ای */
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 15px;
    padding: 20px;
    backdrop-filter: blur(5px);
}

.stats-card .border-secondary {
    border-color: rgba(255, 255, 255, 0.15) !important;
}

/* --- نقشه و اینماد --- */
.map-container {
    position: relative;
    border: 2px solid rgba(255, 255, 255, 0.1);
    transition: border-color 0.3s;
    width: 240px;

    @media screen and (max-width:768px) {
        width: 100%;

    }
}

.map-box,
.enamad-box {
    height: 200px !important;
}

.contact-item {
    padding-top: 5px;
    padding-bottom: 5px;
}

.map-container:hover {
    border-color: #4dd0e1;
}

.map-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(13, 33, 55, 0.8);
    color: #fff;
    text-align: center;
    padding: 5px;
    font-size: 0.8rem;
    text-decoration: none;
    opacity: 0;
    transition: opacity 0.3s;
}

.map-container:hover .map-overlay {
    opacity: 1;
}

.enamad-box {
    transition: transform 0.3s;
    cursor: pointer;
}

.enamad-box:hover {
    transform: scale(1.05);
}

/* --- نوار کپی رایت --- */
.copyright-bar {
    background: #061221;
    /* تیره‌تر از بدنه فوتر */
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    position: relative;
    z-index: 3;
}

/* ریسپانسیو */
@media (max-width: 768px) {
    .footer-wave svg {
        height: 80px;
    }

}



/* ----------------------- /footer-bottom------------------------- */
/* ----------------------- /footer------------------------- */
/* ----------------------- news-html------------------------- */

/* ----------------------- news-box------------------------- */
.content-main .news-box {
    background-color: rgb(143, 182, 217, 0.1);
    border-radius: 32px;
    border: 1px solid var(--Primary);
    margin-bottom: 30px;
    padding: 10px;
}

.content-main .news-box .img-news img {
    width: 100%;
    height: 385px;
    border-radius: 30px;
}

.content-main .news-box .info-box .info-right {
    display: flex;
    align-items: center;
    gap: 30px;
}

.content-main .news-box .info-box .info-right span {
    display: flex;
    align-items: center;
    gap: 5px;
}

.content-main .news-box .info-box .info-right span i {
    color: #00a6fb;
    font-size: 18px;
}

.content-main .news-box .info-box .info-right .title {
    color: var(--light);
    background-color: var(--blue-1);
    padding: 12px 20px;
    border-radius: 15px;
}


.content-main .news-box .info-box .info-left span {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    gap: 5px;
}

.content-main .news-box .info-box .info-left span i {
    color: #5c728e;
    font-size: 18px;
}

.content-main .news-box .info-box span {
    color: #5c728e;
}

.content-main .news-box .title-site p {
    line-height: 2;
}

/* ----------------------- quote-container------------------------- */
.content-main .news-box .quote-container {
    display: flex;
    align-items: center;
    gap: 30px;
}

.content-main .news-box .quote-container .quote-mark .quote-icon {
    color: var(--blue-1);
    font-size: 50px;
}

.content-main .news-box .quote-container .quote-text {
    position: relative;
    padding-right: 30px;
    font-size: 22px;
}

.content-main .news-box .quote-container .quote-text::before {
    content: "";
    position: absolute;
    right: 0;
    width: 3px;
    height: 69px;
    background-color: var(--blue-5);
}

/* ----------------------- /quote-container------------------------- */

/* ----------------------- dwn-file------------------------- */
.content-main .news-box .dwn-file .btn-gradient {
    background: linear-gradient(135deg, #4e73df, #5bc2e0);
    color: white;
    transition: all 0.3s ease;
    border: none;
}

.content-main .news-box .dwn-file .btn-gradient:hover {
    background: linear-gradient(135deg, #5bc2e0, #4e73df);
    transform: scale(1.05);
}

.content-main .news-box .dwn-file p {
    color: var(--blue-1) !important;
}

/* ----------------------- /dwn-file------------------------- */

/* ----------------------- link------------------------- */

.content-main .news-box .link {
    gap: 30px;

}

.content-main .news-box .link button {
    gap: 10px;
}

.content-main .news-box .link .pdf {
    gap: 10px;
}

.content-main .news-box .link .input input {
    width: 250px;
}

/* ----------------------- /link------------------------- */
/* ----------------------- /news-box------------------------- */


/* ----------------------- categories------------------------- */
.content-main .left-section .title-sec {
    border-right: 3px solid var(--blue-1);
    padding-right: 10px;
    font-weight: bold;
    margin-bottom: 1rem;
}

.content-main .left-section .category-list {
    list-style: none;
    padding: 0;
}

.content-main .left-section .category-list li {
    margin-bottom: 0.7rem;
    display: flex;
    align-items: center;

}

.content-main .left-section .category-list li a {
    transition: 0.5s all;
}

.content-main .left-section .category-list li.active a {
    color: var(--blue-1);
}

.content-main .left-section .category-list li a:hover {
    color: var(--blue-1);
}

.content-main .left-section .category-list li i {
    font-size: 16px;
    color: var(--blue-5);
    transition: 0.5s all;
    margin-left: 8px;
}

.content-main .left-section .category-list li:hover i {
    color: var(--blue-1);
}

/* ----------------------- /categories------------------------- */
/* ----------------------- posts-box------------------------- */
.content-main .left-section .posts-box .item img {
    width: 70px;
    height: 70px;
}

.content-main .left-section .posts-box .item .info-item span a {
    font-size: 14px;
    transition: 0.5s all;
}

.content-main .left-section .posts-box .item .info-item span a:hover {
    color: var(--blue-5);
}

.content-main .left-section .posts-box .item .info-item .text-muted {
    display: flex;
    gap: 8px;
}

.content-main .left-section .posts-box .item .info-item .text-muted i {
    font-size: 16px;
    color: var(--blue-5);
}

/* ----------------------- /posts-box------------------------- */
/* ----------------------- /news-html------------------------- */
/*---------------------- /main-blue-box ---------------------*/
.main-blue-box {
    background-color: var(--blue-1);
    border-radius: 12px;
    padding: 30px 20px;
    color: #fff;
    margin-bottom: 70px;
}

.main-blue-box .file-card {
    background-color: white;
    border-radius: 10px;
    text-align: center;
    transition: 0.3s;
    height: 145px;
    margin-bottom: 25px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.main-blue-box .file-card i {
    font-size: 42px;
    color: var(--blue-1);
}

.main-blue-box .file-card:hover {
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

.main-blue-box .file-icon {
    font-size: 2.5rem;
    color: var(--blue-5);
    margin-bottom: 10px;
}

.main-blue-box .file-title span {
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 8px;
    color: #000;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
}

.main-blue-box .file-link {
    font-size: 0.9rem;
    color: var(--blue-5);
    text-decoration: none;
}

.main-blue-box .file-link:hover {
    text-decoration: underline;
}

/*---------------------- /main-blue-box ---------------------*/

/* ----------------------- error------------------------- */
.content-main .error-404-page {
    font-family: 'Vazirmatn', sans-serif;
    background: linear-gradient(135deg, #1e3c72, #2a5298);
    color: #fff;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px 20px;
}

.content-main .error-box {
    max-width: 1000px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}

.content-main .error-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1 1 400px;
}

.content-main .error-text h1 {
    font-size: 130px;
    font-weight: 900;
    margin-bottom: 15px;
    line-height: 1;
}

.content-main .error-text p {
    font-size: 20px;
    margin-bottom: 30px;
}

.content-main .btn-back {
    background-color: #fff;
    color: #2a5298;
    border-radius: 30px;
    padding: 12px 35px;
    font-weight: bold;
    border: none;
    transition: 0.3s ease;
}

.content-main .btn-back:hover {
    background-color: transparent;
    border: 2px solid #fff;
    color: #fff;
}

.content-main .error-image {
    flex: 1 1 300px;
    text-align: center;
}

.content-main .error-image img {
    max-width: 100%;
    height: auto;
}

/* ----------------------- /error------------------------- */
/*---------------------- magazines ---------------------*/
.magazines {
    margin-bottom: 30px;
}

.magazines .box-item {
    text-align: center;
    border: solid 1px #8FB6D9;
    border-radius: 10px;
    padding: 10px;
    background-color: var(--blue-light);
    height: 232px;
}

.magazines .box-item img {
    height: 160px;
    width: auto;
    border-radius: 5px;
}

.magazines .box-item .img-box {
    display: flex;
    justify-content: center;
}

.magazines .box-item h6 {
    margin-top: 22px;
    font-size: 14px;
    color: var(--blue-1);
    font-family: 'Barlow' !important;
    font-weight: 600;
}

.magazines .articles-box {
    display: flex;
    flex-direction: column;
    margin-top: 80px;
}

.magazines .articles-box .content a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 16px;
    transition: 0.5s all;
    text-align: center;
    border: solid 1px #8FB6D9;
    border-radius: 10px;
    padding: 19px;
    background-color: var(--blue-light);

}

.magazines .articles-box .content i {
    font-size: 30px;
    color: var(--blue-2);
}

.magazines .articles-box .content a span {
    font-family: 'Barlow' !important;
    font-size: 14px;
    font-weight: 400;
    text-align: left;
}

.magazines .articles-box .content a span:first-child {
    font-size: 14px;
    font-weight: 600;
}

.magazines .articles-box .content a .date {
    font-size: 14px;
    color: var(--text);

}

/*---------------------- /magazines ---------------------*/







/*---------------------- /single post ---------------------*/


/*---------------------- assistants ---------------------*/
.content-main .assistants-all {
    margin-bottom: 30px;
}

.content-main .assistants {
    background-repeat: no-repeat;
    background-size: cover;
    padding: 60px 0;
}

.content-main #Outlook_Deputy>.container:first-child {
    width: 100%;
    max-width: 100%;
}

.content-main .assistants .container .col-12 {
    padding: 0;
}


.content-main .assistants .title-site p {
    color: var(--white);
}



.content-main .assistants .view__center .veiw {
    background-color: var(--white);
    border-radius: 30px;
    height: auto;
    padding: 30px;
    gap: 50px;
}

.content-main .assistants .section_three_list_links {
    width: 40%;
    flex: 1 0 25%;
}

.content-main .assistants .section_three_list_links ul {
    border-inline-end: 1px solid #D9D9D9;
}


.content-main .assistants .box_section_two {
    flex: 1 0 65%;
}

@media (max-width: 992px) {
    .content-main .assistants .section_three_list_links {
        flex: 1 0 100%;
        margin-top: 40px;
        margin-inline-start: 0;
    }

    .content-main .assistants .view__center .head-section__3 {
        margin-bottom: 15px;
    }

    .content-main .assistants .view__buttons ul {
        margin-bottom: 0;
    }

    .content-main .assistants .box_section_two {
        flex: 1 0 100%;
        width: 100%;
    }

    .content-main .assistants .view-content__right {
        padding-top: 0;
    }
}

.content-main .assistants .head-section__3 {
    width: 100%;
}

.content-main .assistants .head-section_right {
    display: flex;
    align-items: flex-start;
    gap: 8px;
}

.content-main .assistants .head-section_right i {
    color: var(--blue-1);
}

.content-main .assistants .head-section__3 .head-section_right {
    margin-bottom: 25px;
}

.content-main .assistants .head-section__3 .head-section_right h4 {
    color: var(--blue-1);
    font-size: 18px;
}

.content-main .assistants .view-content__right {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    flex-direction: column;
}

.content-main .assistants .view-content__right p {
    font-weight: 400;

    font-size: 16px;
    text-align: justify;
}


.content-main .assistants .view__buttons ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.content-main .assistants .view__buttons li {
    margin-bottom: 10px;
}

.content-main .assistants .veiw__btn {
    background: none;
    border: none;
    padding: 10px 15px;
    width: 100%;
    text-align: right;
    cursor: pointer;
    transition: all 0.3s;
    font-size: 1rem;
    color: #222;
    display: flex;
    align-items: center;
}

.content-main .assistants .veiw__btn i {
    color: var(--blue-5);
    font-size: 26px;
}

.content-main .assistants .veiw__btn span {
    color: #5c728e;
    transition: 0.5s;
    font-weight: bold;
}

.content-main .assistants .veiw__btn span:hover {
    color: var(--blue-1);
}


.content-main .assistants .view-tab__content {
    display: none;
}

.content-main .assistants .view-tab__content.active {
    display: flex !important;
}

/*---------------------- /assistants ---------------------*/

.content-main .inner-page-main-content {
    box-shadow: -7.071px -7.071px 20px 0 rgba(255, 255, 255, 1), 8.192px 5.736px 20px 0 rgba(133, 168, 204, .5);
    padding: 30px;
    margin-block-end: 30px;
    transition: all cubic-bezier(.17, .84, .44, 1) .3s;
    min-height: 500px;
    background-color: rgb(143, 182, 217, 0.1);
    border-radius: 20px;
    border: 1px solid var(--Primary);
    height: 100%;
    display: flex;
    flex-direction: column;
}

.content-main .inner-pages-all {
    margin-bottom: 30px;
}

.content-main .ck-content>br {
    display: none;
}

.content-main .ck-content * {
    font-family: IranYekan;
}

.content-main .ck-content table {
    width: 100% !important;
}

.content-main .ck-content p {
    margin: 0 !important;
}

.widget-container {
    width: 100% !important;
}

.content-main .ck-content table {
    width: 100% !important;
}

.content-main .ck-content img {
    border-radius: 15px;
    margin: 0 !important;
    border: none !important;
    max-width: 100% !important;
}


.content-main .ck-content table {

    border-collapse: collapse;
    font-size: 14px;
    border: 1px solid #ccc;
}

.content-main .ck-content table th,
.content-main .ck-content table td {
    border: 1px solid #ccc;
    padding: 8px 12px;
    text-align: right;
}

.content-main .ck-content table thead {
    background-color: #f5f5f5;
    font-weight: bold;
}

.content-main .ck-content table tbody tr:nth-child(odd) {
    background-color: #fafafa;
}

.content-main .ck-content table tbody tr:hover {
    background-color: #f0f8ff;
}

.content-main .ck-content ol {
    padding: 0;
}

.counter-section {
    position: relative;
    z-index: 1;
    overflow: hidden;
    background-image: url('../images/img-uni/img-uni.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.counter-section::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: rgb(5, 41, 72, 0.5);
}

.counter-section .col-lg-2 .col-lg-2 {
    flex: 0 0 auto;
    width: 16.666%;
    text-align: center;
}

.counter-section .col-lg-2 .content-bx {
    align-items: center;
    display: flex;
    flex-direction: column;
    position: relative;
    padding: 30px 15px;
    border-radius: 10px;
    overflow: hidden;
}

.counter-section .col-lg-2 .content-bx>* {
    position: relative;
    z-index: 1;
}

.counter-section .col-lg-2 .content-bx .content-text {
    font-size: 28px;
    font-weight: bold;
    display: block;
    margin-bottom: 5px;
    color: #fff;
    display: flex;
}

.counter-section .col-lg-2 .content-bx .title {
    font-size: 14px;
    margin: 0;
    line-height: 1.6;
    color: #fff;
}


/*---------------------- projects ---------------------*/
/*---------------------- projects__sidebar ---------------------*/
#LeftInner .container .row {
    --bs-gutter-y: 0 !important;
    margin-right: -35px;
    
    @media screen and (max-width:768px) {
        --bs-gutter-x: 1.5rem !important;
        margin-right: -15px;
    }

}

.events-panel {
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
    width: 100%;
    border-top: 5px solid var(--secondary-teal);
    border: 0.1px solid var(--kaf-teal);
    /* پیشنهاد: رنگ روشن‌تر برای بوردر کلی بهتر است */
    margin-bottom: 1.3rem;

    .events-header {
        background: var(--kaf-teal);
        color: white;
        padding: 15px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .iconleft {
        display: flex;
        gap: 5px;
        padding: 5px;
        border-radius: 5px;
        cursor: pointer;
        transition: 0.3s;
    }

    .iconleft:hover {
        background: rgba(255, 255, 255, 0.2);
    }

    .events-list {
        padding: 0;
        list-style: none;
        max-height: 400px;
        overflow-y: auto;
        scroll-behavior: smooth;
        scrollbar-width: thin;
        scrollbar-color: var(--kaf-teal) transparent;

        @media screen and (max-width:768px) {
            font-size: 12px;
        }
    }

    .events-list li {
        text-align: justify;
        padding: 15px;
        transition: 0.3s;
        border-bottom: 1px dashed #eee;
        /* خط جداکننده زیبا */
        display: block;
        /* تغییر از flex به block برای جریان متن */
        line-height: 1.8;
        /* فاصله خطوط مناسب */

        @media screen and (max-width:1200px) {
            padding: 10px;
        }
    }

    .events-list li:hover {
        background-color: #f0fdfc;
        border-right: 4px solid var(--secondary-teal);
    }

    /* استایل لینک عنوان */
    .event-link {
        color: #333;
        /* رنگ متن اصلی */
        font-weight: bold;
        text-decoration: none;
        display: inline;
        /* حتما inline باشد */
        margin-left: 8px;
        /* فاصله کم بین پایان متن و شروع تاریخ */
        font-size: 12px;
        font-weight: 400;
        text-align: justify !important;
    }

    .event-link:hover {
        color: var(--secondary-teal);
    }

    /* استایل جدید تاریخ */
    .event-date {
        display: inline-block;
        /* چسبیده به متن */
        background: transparent;
        /* حذف پس‌زمینه */
        color: #888;
        /* رنگ خاکستری ملایم برای متن تاریخ */
        font-size: 10px;
        /* فونت کوچکتر از متن اصلی */
        font-weight: normal;
        white-space: nowrap;
        /* جلوگیری از شکستن تاریخ */
    }

    /* استایل آیکون سبز */
    .event-date i {
        color: #28a745;
        /* رنگ سبز (یا کد رنگ دلخواه شما مثل #1abc9c) */
        margin-left: 4px;
        font-size: 0.9em;
    }
}






.content-main .projects {
    width: 100%;
    background-image: url(../images/background-menu/bg-section.webp);
    background-repeat: no-repeat;
    background-position: bottom right;
}

.content-main .projects .projects__sidebar {
    position: relative;
    overflow: visible;
    box-sizing: border-box;
    min-height: 1px;
}



.content-main .projects .projects__sidebar .sidebar-inner {
    padding: 30px;
    background-color: rgb(143, 182, 217, 0.1);
    border-radius: 15px;
    border: 1px solid var(--Primary);
    text-align: start;
}

.content-main .projects .projects__sidebar .sidebar-inner .title {
    position: relative;
    margin-bottom: 43px;
    line-height: 27px;
    font-size: 20px;
}

.content-main .projects .projects__sidebar .sidebar-inner .title.title--right::after {
    content: "";
    position: absolute;
    bottom: -13px;
    inset-inline-start: 0;
    width: 79px;
    height: 7px;
    background-color: var(--Primary);
    border-radius: 100px;
}

.content-main .sidebar-inner .title {
    margin-bottom: 43px;
    line-height: 27px;
}

.content-main .projects__sidebar .sidebar-inner .sidebar-navigation .scroll-nav-item .scroll-nav-link {
    padding: 10px 15px;
    position: relative;
    margin-bottom: 10px;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 30px;
    text-align: start;
    color: #002142;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: .3s cubic-bezier(.25, .1, .3, .73);
}

.content-main .projects__sidebar .sidebar-inner .sidebar-navigation .scroll-nav-item .title-right {
    display: block;
    position: relative;
    padding-inline-start: 25px;
    font-weight: 600;
}

.content-main .projects__sidebar .sidebar-inner .sidebar-navigation .scroll-nav-item .title-left {
    text-transform: uppercase;
}

.content-main .projects__sidebar .sidebar-inner .sidebar-navigation .scroll-nav-item .scroll-nav-link:hover {
    background: var(--Primary);
    border-radius: 15px;
}

.content-main .projects__sidebar .sidebar-inner .sidebar-navigation .scroll-nav-item .scroll-nav-link::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: var(--Primary);
    bottom: -5px;
    left: 0;
    opacity: .5;
}

.content-main .projects__sidebar .sidebar-inner .sidebar-navigation .scroll-nav-item:last-child .scroll-nav-link::after {
    display: none;
}

.content-main .projects__sidebar .sidebar-inner .sidebar-navigation .scroll-nav-item .title-right::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    inset-inline-start: 0;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: var(--blue-5);
    z-index: 1;
}

/*---------------------- /projects__sidebar ---------------------*/


/*---------------------- projects__content ---------------------*/
/*---------------------- sec-28 ---------------------*/
.content-main .projects__content .content-inner {
    border-radius: 32px;
    background-color: #fff;
    display: flex;
    flex-direction: column;
}

.order__1 {
    order: 1;
    -webkit-order: 1;
}

.order__2 {
    order: 2;
    -webkit-order: 2;
}

.order__3 {
    order: 3;
    -webkit-order: 3;
}

.order__4 {
    order: 4;
    -webkit-order: 4;
}

.order__5 {
    order: 5;
    -webkit-order: 5;
}

.order__6 {
    order: 6;
    -webkit-order: 6;
}

.order__7 {
    order: 7;
    -webkit-order: 7;
}

.order__20 {
    order: 20;
    -webkit-order: 20;
}

.order__19 {
    order: 19;
    -webkit-order: 19;
}

.content-main .projects__content .scroll-content {
    margin-bottom: 20px;
}

.content-main .projects__content .title-row {
    text-align: start;
    margin-bottom: 20px;
    width: 100%;
    padding: 10px 15px;
    background: rgb(143, 182, 217, 0.1);
    border: 1px solid var(--Primary);
    border-radius: 15px;
}

.content-main .projects__content .title-row .title.title--colored {
    color: var(--black);
    font-size: 22px;
    line-height: 42px;
    padding-inline-start: 30px;
    position: relative;
}

.content-main .projects__content .title-row .title.title--colored::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    inset-inline-start: 0;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: var(--blue-5);
    z-index: 99;
}

.content-main .projects__content .projects__news,
.projects__box {
    background: rgb(143, 182, 217, 0.1);
    border: 1px solid var(--Primary);
    border-radius: 15px;
    padding: 20px 20px 0;
    position: relative;
    overflow: hidden;
}

.content-main .projects__content .projects__news::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 120px;
    bottom: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .7) 49.79%, #fff 100%);
    border-radius: 0 0 15px 15px;
    transition: .3s linear;
}

.content-main .projects__content .projects__news .tab-content {
    overflow-y: auto;
    scrollbar-width: none;
    transition: .5s;
    height: 360px;
}

.content-main .projects__content .title.title--line {
    display: flex;
    position: relative;
    z-index: 1;
    margin-bottom: 35px;
    align-items: center;
    justify-content: space-between;
}

.content-main .projects__content .title.title--line.title--line::after {
    content: "";
    position: absolute;
    bottom: -16px;
    inset-inline-start: 0;
    height: 1px;
    width: 100%;
    background-color: rgba(0, 33, 66, .2);
}

.content-main .projects__content .title .title-text {
    font-weight: 700;
    font-size: 18px;
    position: relative;
}

.content-main .projects__content .title .title-text::after {
    content: "";
    position: absolute;
    bottom: -23px;
    inset-inline-start: 0;
    height: 3px;
    width: 100%;
    background-color: var(--Primary);
    border-radius: 15px;
}

.content-main .projects__content .link-labels {
    display: flex;
    gap: 12px;
    margin-inline-start: 60px;
}

.content-main .projects__content .link-labels .btn-pill {
    display: flex;
    align-items: center;
    justify-content: start;
    padding: 8px 15px;
    border-radius: 5px;
    font-size: 14px;
    line-height: 20px;
    transition: .3s cubic-bezier(.25, .1, .3, .73);
    position: relative;
    background: var(--blue-1);
    color: #fff;
}

.content-main .projects__content .projects__news__tabs {
    margin-bottom: 50px;
    display: flex;
    align-items: center;
    justify-content: end;
}

.content-main .projects__content .nav-tabs {
    border: none;
    column-gap: 2px;
}

.content-main .projects__content .nav-tabs .nav-tabs .nav-link {
    position: relative;
    font-weight: 400;
    line-height: 24px;
    border: 1px solid var(--Primary);
    font-size: 14px;
    margin-left: 10px;
    border-radius: 5px;
}

.content-main .projects__content .nav-tabs .nav-link.active {
    border: none;
    border: 1px solid var(--Primary);
}

.content-main .projects__content .tab-content {
    max-height: 323px;
    overflow-x: hidden;
    overflow-y: auto;
    scrollbar-width: none;
}

.content-main .projects__content .news__row {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin-bottom: 60px;
}

.content-main .projects__content .projects__news .post {
    width: calc(50% - 15px);
}

.content-main .projects__content .post {
    display: flex;
    gap: 18px;
    position: relative;
}

.content-main .projects__content .projects__news .post__img {
    width: 30%;
    height: auto;
    border-radius: 5px;
    position: relative;
}

.content-main .projects__content .post__img a {
    display: block;
    width: 100%;
    height: 100%;
}

.content-main .projects__content .post__img a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .3s cubic-bezier(.25, .1, .3, .73);
    border-radius: 5px;
}

.content-main .projects__content .post__img .post-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: rgba(0, 89, 207, .7);
    top: 15px;
    inset-inline-end: 15px;
    font-size: 14px;
    color: #fff;
}

.content-main .projects__content .post__text {
    width: 70%;
}

.content-main .projects__content .life-cel-left .post__text {
    width: 100%;
    margin-top: 20px;
}

.content-main .projects__content .post__text .link-block {
    display: block;
    width: 100%;
}

.content-main .projects__content .post__text .date {
    display: flex;
    gap: 5px;
    font-size: 12px;
    color: #666;
    margin-bottom: 10px;
}

.content-main .projects__content .post__text .date i {
    font-size: 19px;
    color: var(--blue-5);
}

.content-main .projects__content .post__text .post-subtitle {
    font-style: normal;
    font-weight: 400;
    font-size: .875em;
    line-height: 24px;
    text-align: start;
    color: var(--blue-3);
    margin-bottom: 5px;
}

.content-main .projects__content .post__text .post-title {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 28px;
    text-align: start;
    color: var(--blue-1);
    transition: .3s cubic-bezier(.25, .1, .3, .73);
}


.content-main .projects__content .post.border-post::after {
    content: "";
    width: 100%;
    height: 1px;
    background-color: rgba(0, 33, 66, .2);
    position: absolute;
    top: -15px;
    inset-inline-start: 0;
}

.content-main .projects__content .tab-content .projects-news-icons {
    display: flex;
    align-items: center;
    justify-content: end;
    column-gap: 5px;
    position: absolute;
    bottom: 15px;
    inset-inline-end: 15px;
    z-index: 1;
}

.content-main .projects__content .tab-content .projects-news-icons .social-icon {
    width: 38px;
    height: 38px;
    background-color: #ffa700;
    color: #fff;
    border-radius: 10px;
    font-size: 1.25em;
}

.content-main .projects__content .tab-content .projects-news-icons .social-icon a {
    color: inherit;
    display: flex;
    align-items: center;
    justify-content: center;
}

.content-main .projects__content .primary-btn {
    display: flex;
    align-items: center;
    justify-content: start;
    padding: 8px 15px;
    border-radius: 5px;
    font-size: 14px;
    line-height: 20px;
    transition: .3s cubic-bezier(.25, .1, .3, .73);
    position: relative;
    background: var(--blue-1);
    color: #fff;
}

/*---------------------- /sec-28 ---------------------*/

/*---------------------- /sec-29 ---------------------*/


.content-main .projects__content .post__text .post-des {
    font-weight: 400;
    font-size: 16px;
    line-height: 31px;
    text-align: start;
    color: #000;
    overflow: hidden;
    transition: 0.5s all;
    margin-top: 5px;
}

.content-main .projects__content .post__text .post-link {
    display: flex;
    align-items: center;
    justify-content: start;
    column-gap: 15px;
    color: var(--blue-1);
    transition: 0.5s all;
    font-weight: 600;
    font-size: 14px;
    line-height: 25px;
    margin-top: 30px;
}

.content-main .projects__content .post__text .post-link .link-icon {
    display: flex;
}

.content-main .projects__content .row-talk {
    margin-top: 30px;
    padding-bottom: 20px;
}

.content-main .projects__content .row-talk .talk-cel {
    margin-bottom: 37px;
}

.content-main .projects__content .talk-cel .post__img {
    width: 100%;
    height: auto;
    border-radius: 5px;
}

.content-main .projects__content .post-card {
    background: #fff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .05);
    border-radius: 15px;
    padding: 0 30px;
    overflow: hidden;
}

.content-main .projects__content .post-card .post__text {
    min-height: 152px;
    padding: 15px 0;
}

.content-main .projects__content .row-talk .owl-dots {
    display: flex;
    justify-content: center;
}

.content-main .projects__content .row-talk .owl-dots .owl-dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: #acacac;
    margin-inline-end: 5px;
    margin-inline-start: 0;
}

.content-main .projects__content .row-talk .owl-dots .owl-dot.active {
    width: 30px;
    background-color: var(--blue-1);
    border-radius: 100px;
    box-shadow: none;

}

.content-main .projects .projects__content .projects__box {
    display: flex;
    flex-direction: column;
}

.content-main .projects .projects__content .content-inner .scroll-content .projects__box .post {
    display: flex;
    gap: 1.5rem;
    border-radius: 10px;
}

.content-main .projects .projects__content .content-inner .scroll-content .projects__box.projects__faculty .row-life .post {
    flex-direction: column;
}

.content-main .projects .projects__content .content-inner .scroll-content .projects__box.projects__faculty .row-life .post .post__img {
    max-width: 100%;
    flex: 1 0 auto;
    width: 100%;
}

.content-main .projects .projects__content .content-inner .scroll-content .projects__box.projects__faculty .row-life .post .post__text {
    width: 100%;
    max-width: 100%;
    padding-left: 30px;
}

.content-main .projects .projects__content .content-inner .scroll-content .projects__box .post .post__img {
    flex: 0 0 35%;
    max-width: 35%;
    position: relative;
}

.content-main .projects .projects__content .content-inner .scroll-content .projects__box .post .post__img img {
    width: 100%;
    height: 225px;
    border-radius: 8px;
}

.content-main .projects .projects__content .content-inner .scroll-content .projects__box .post .post__text {
    flex: 1;
    max-width: 60%;
}

.content-main .projects .projects__content .content-inner .scroll-content .projects__box .post .post__text .link-block .date {
    color: #999;
    font-size: 12px;
    margin-bottom: 0.3rem;
}

.content-main .projects .projects__content .content-inner .scroll-content .projects__box .post .post__text .link-block .post-subtitle {
    color: #e63946;
    margin-bottom: 0.5rem;
    font-weight: 500;
}

.content-main .projects .projects__content .content-inner .scroll-content .projects__box .post .post__text .link-block .post-title {
    font-size: 16px;
    margin: 10px 0;
    color: var(--blue-1);
}

.content-main .projects .projects__content .content-inner .scroll-content .projects__box .post .post__text .link-block .post-des {
    color: #333;
    font-size: 0.95rem;
    line-height: 1.6;
}

.content-main .projects .projects__content .content-inner .scroll-content .projects__box .post .post__text .post-link {
    margin-top: 0.8rem;
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
    color: #0077b6;
    font-weight: bold;
}

.content-main .projects .projects__content .content-inner .scroll-content .projects__box .post.post__img--reverse {
    flex-direction: row-reverse;
}



/*---------------------- /sec-30 ---------------------*/


/*---------------------- sec-31 ---------------------*/
.content-main .projects__content .projects__life .life-cel-inner {
    display: flex;
    align-items: stretch;
    justify-content: start;
    gap: 30px;
    width: 100%;
}

.content-main .projects__content .projects__life .life-cel-right {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.content-main .projects__content .projects__life .post__img {
    width: 295px;
    position: relative;
}

/*---------------------- /sec-31 ---------------------*/

/*---------------------- /sec-33 ---------------------*/
.content-main .projects__content .row-best {
    display: flex;
    align-items: stretch;
    justify-content: start;
    gap: 30px;
    width: 100%;
}

.content-main .projects__content .row-best .best-right a {
    height: 100%;
}

.content-main .projects__content .row-best .best-right .img-card {
    background: #fff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .05);
    border-radius: 15px;
    padding: 0;
    overflow: hidden;
    position: relative;
}

.content-main .projects__content .row-best .best-right .img-card::before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: #002142;
    opacity: .2;
    position: absolute;
    left: 50%;
    transform: translateX(-50%) scaleX(0);
    z-index: 2;
    transition: .4s cubic-bezier(.25, .1, .3, .73);
}

.content-main .projects__content .row-best .best-right .img-card .card-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .3s cubic-bezier(.25, .1, .3, .73);
}

.content-main .projects__content .row-best .best-right .img-card .card-caption {
    position: absolute;
    padding: 15px;
    bottom: 0;
    inset-inline-start: 0;
    z-index: 2;
    color: #fff;
    transition: .4s cubic-bezier(.25, .1, .3, .73);
}

.content-main .projects__content .row-best .best-right .img-card .card-caption .date {
    color: #fff;
}

.content-main .projects__content .row-best .best-right .img-card .card-caption .card-title {
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 29px;
    text-align: start;
    color: #fff;
}

.content-main .projects__content .row-best .best-left .best-left-inner {
    display: flex;
    justify-content: start;
    column-gap: 30px;
    width: 100%;
}

.content-main .projects__content .row-best .best-left .post__img {
    margin-bottom: 14px;
}

/*---------------------- /sec-33 ---------------------*/

.content-main .projects__content .projects__newup .post__img {
    width: 100%;
    height: auto;
    border-radius: 5px;
}

/*---------------------- /projects__content ---------------------*/

/*---------------------- /projects ---------------------*/

/* ----------------------- /news-html------------------------- */


/*---------------------- counter ---------------------*/
.content-main .counter-sec {
    margin-bottom: 30px;
    position: relative;
    padding: 50px 0;
}

.content-main .counter-sec::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-image: url('../images/site/bg-counter.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    z-index: -1;
}

.content-main .counter-sec .counter-box {
    background-color: var(--blue-3);
    color: #fff;
    padding: 30px 20px;
    border-radius: 16px;
    text-align: center;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;

}

.content-main .counter-sec .counter-box i {
    font-size: 48px;
    color: var(--blue-5);
    margin-bottom: 10px;
}

.content-main .counter-sec .counter-number {
    font-size: 36px;
    font-weight: bold;
    color: var(--blue-5);
    margin-bottom: 10px;
}

.content-main .counter-sec .counter-text {
    font-size: 16px;
    line-height: 1.7;
}

.content-main .counter-sec .counter-box .btn {
    margin-top: 20px;
    border: 1px solid var(--blue-5);
    color: #fff;
    background-color: transparent;
    border-radius: 25px;
    padding: 5px 20px;
    transition: 0.3s;
}

.content-main .counter-sec .counter-box .btn:hover {
    background-color: var(--blue-5);
    color: var(--black);
}

/*---------------------- /counter ---------------------*/
/*---------------------- contents-sec ---------------------*/
.content-main .contents-sec {
    margin-bottom: 30px;
}

.content-main .contents-sec .section-title {
    font-weight: bold;
    font-size: 20px;
    position: relative;
    display: inline-block;
    color: var(--blue-1);
}

.content-main .contents-sec .section-title::after {
    content: "";
    position: absolute;
    bottom: -8px;
    right: 0;
    width: 40px;
    height: 4px;
    background-color: var(--blue-1);
    border-radius: 5px;
}

.content-main .contents-sec .slider-controls {
    display: flex;
    align-items: center;
    justify-content: end;

}


.content-main .contents-sec .card-custom-link {
    display: block;
    text-decoration: none;
}

.content-main .contents-sec .card-custom {
    border-radius: 16px;
    overflow: hidden;
    position: relative;
    height: 280px;
}

.content-main .contents-sec .card-custom::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
    background: linear-gradient(180deg, rgba(0, 0, 0, .56) 0, rgba(0, 0, 0, .46) 22.19%, rgba(0, 0, 0, .32) 48.23%, rgba(0, 0, 0, .48) 77.6%, rgba(0, 0, 0, .47) 100%);
}

.content-main .contents-sec .card-custom img {
    height: 100%;
    width: 100%;
    object-fit: contain;
    transition: transform 0.4s ease;
}

.content-main .contents-sec .card-custom-link:hover img {
    transform: scale(1.05);
}

.content-main .contents-sec .card-overlay {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent);
    color: white;
    padding: 20px 15px 10px;
    z-index: 999;
}

.content-main .contents-sec .card-title {
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 8px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.content-main .contents-sec .card-date {
    font-size: 13px;
    display: flex;
    align-items: center;
    gap: 5px;
}

.content-main .contents-sec .see-all {
    color: var(--blue-1);
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 5px;
    text-decoration: none;
}

.content-main .contents-sec .see-all:hover {
    color: var(--blue-5);
}

/*---------------------- /contents-sec ---------------------*/
/* ---------------group-section------------------ */
.group-section {
    margin-bottom: 30px;
}

.group-section .row .row {
    flex-direction: row;
}

.group-section .group-section {
    background-color: #fff;
}

.group-section .group-box {
    border: 1px solid #ddd;
    border-radius: 16px;
    text-align: center;
    padding: 20px 10px;
    background-color: #fff;
    height: 230px;
    cursor: pointer;
    transition: 0.5s all;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
}

.group-section .group-box:hover {
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
    transform: translateY(-4px);
    background-color: #005BE4;

}

.group-section .group-box:hover p {
    color: #fff;
}

.group-section .group-box .group-title:hover {
    color: white;
}

.group-section .group-icon {
    width: 55px;
    height: 55px;
    margin-bottom: 10px;
    object-fit: contain;
}

.group-section .group-title {
    font-size: 0.9rem;
    color: #007bff;
    margin: 0;
}

/* ---------------/group-section------------------ */
/* --------------- all links ------------------ */
.all-links {
    border-radius: 24px;
    border: 1px solid var(--Primary);
    padding: 50px;
    margin-bottom: 30px;
}

.all-links .link-holder {
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    color: var(--blue-1);
    margin-bottom: 15px;
    display: inline-flex;
    letter-spacing: -1px;
    align-items: center;
}

.all-links .link-holder i {
    font-size: 20px;
    margin-left: 5px;
}

.all-links>.row {
    flex-direction: row;
}

.all-links .text-centers {
    color: var(--blue-1);
    font-size: 20px;
    margin-bottom: 20px;
}

.all-links .introdution-text {
    text-align: justify;
}

.all-links .left-links .left-item {
    font-weight: 700;
    font-size: 16px;
    line-height: 26px;
    position: relative;
    display: flex;
    height: 60px;
    border: 1px solid var(--Primary);
    align-items: center;
    padding: 0 20px 0 0;
    overflow: hidden;
    margin-bottom: 10px;
    border-radius: 16px;
}

.all-links .left-links .left-item span {
    color: var(--blue-1);
}

.all-links .left-links .left-item::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 5px;
    height: 100%;
    transition: .3s;
    background-color: var(--blue-1);
    z-index: 0;
}

.banner-container {
    margin-bottom: 30px;
}

.banner-container .tose-banners {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: space-between;
}

.banner-container .tose-banners a {
    display: flex;
    flex-flow: row wrap;
    align-items: start;
    justify-content: space-between;
    box-shadow: 0px 5px 10px rgba(216, 232, 232, .6);
    height: 150px;
    border-radius: 15px;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    background-color: #dcecf0;
    transition: 1s all linear
}

.banner-container .tose-banners a .box-right {
    display: flex;
    flex-flow: row wrap;
    align-items: end;
    justify-content: start;
    padding-inline-start: 40px;
    padding-block-start: 10px;
    transition: 2s all linear;
}

.banner-container .tose-banners a .box-right i {
    font-size: 80px;
    color: var(--blue-1);
    transform: rotate(0);
    transition: 2s all linear;
}

.banner-container .tose-banners a .box-right .banner-title {
    font-size: 30px;
    font-weight: 700;
    color: var(--blue-1);
    margin-inline-start: 45px;
    z-index: 9;
}

.banner-container .tose-banners a .ic-out {
    position: absolute;
    top: 35px;
    inset-inline-end: 0;
    color: #fff;
    font-size: 160px;
    width: 160px;
    filter: brightness(0) invert(1);
}

.table_component {
    overflow: auto;
    width: 100%;
}

.table_component table {
    border: 1px solid #dededf;
    height: 100%;
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
    border-spacing: 1px;
    text-align: right;
}

.table_component caption {
    caption-side: top;
    text-align: left;
}

.table_component th {
    border: 1px solid #dededf;
    background-color: #eceff1;
    color: #000000;
    padding: 20px;
}

.table_component td {
    border: 1px solid #dededf;
    background-color: #ffffff;
    color: #000000;
    padding: 20px;
}

/* --------------- NEW PAGE ------------------ */

.content-main .new-page {
    background-color: #f8fafc;
}

.content-main .new-page .tab-content .row {
    flex-direction: row !important;
}

.content-main .new-page .style-title {}

.content-main .new-page .card:hover {
    transform: translateY(-4px);
    transition: all 0.3s ease;
}

.content-main .new-page .card img {
    object-fit: cover;
    height: 90px;
}

.content-main .new-page h4,
.new-page h6 {
    font-family: "IranYekan", sans-serif;
}

.content-main .text-justify {
    text-align: justify;
    line-height: 1.8;
}

.pageText-info p {
    line-height: 2;
}

.content-main .page-info .owl-new .item img {
    border-radius: 35px;
    height: 280px;
    object-fit: cover;
}

.content-main .page-info .owl-new .item video {
    height: 280px !important;
    border-radius: 35px;
    object-fit: cover;
}

.content-main .page-info .owl-new .item audio {

    width: 75% !important;
    height: 151px !important;
}

.content-main .page-info .owl-new .owl-dots {
    display: none !important;
}

/* ==== دکمه‌های ناوبری ==== */


.content-main .page-info .owl-new .owl-nav {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    z-index: 10;
    pointer-events: auto;
    /* ✅ اجازه کلیک روی کل nav */
}

.content-main .page-info .owl-new .owl-nav button.owl-prev,
.content-main .page-info .owl-new .owl-nav button.owl-next {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    font-size: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 20;
}

.content-main .page-info .owl-new .owl-nav button.owl-prev:hover,
.content-main .page-info .owl-new .owl-nav button.owl-next:hover {
    background: #007bff;
    transform: translateY(-50%) scale(1.1);
}

.content-main .page-info .owl-new .owl-nav button.owl-prev {
    left: 10px;
}

.content-main .page-info .owl-new .owl-nav button.owl-next {
    right: 10px;
}

.content-main .page-info .owl-new .owl-nav .owl-next {
    position: absolute;
    left: 10px !important;
}

.content-main .page-info .owl-new .owl-nav .owl-prev {
    position: absolute;
    right: 10px !important;
}

.content-main .page-info .owl-new .owl-nav .owl-nav-icon {
    font-size: 24px;
    color: #fff;
    line-height: 1;
}

.content-main .page-info .owl-nav>div {
    padding: 20px;
    background-color: rgb(0, 89, 207, 0.5) !important;
    border-radius: 16px;
}

/* ==== عنوان صفحه ==== */
.content-main .page-Ttitle {
    color: #0B61AC !important;
    font-size: 30px;
    font-weight: 600;
}


.content-main .card-lists {
    position: relative;
    display: flex;
    align-items: center;
    background-color: #ffffff;
    border: 1px solid #eeeeee;
    border-radius: 8px;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
    padding: 13px 10px;
}

.content-main .card-lists .card-icon-wrapper {
    transform: rotate(180deg);
    margin-left: 20px;
}

.content-main .card-lists:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
}

.content-main .card-lists .img-card {
    width: 20%;
}

.content-main .card-lists .img-card img {
    height: 75px;
    width: 75px;
    border-radius: 16px;
}

.card-icon-wrapper {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    transition: 0.6s all;
    left: 0;
}

.card-icon-wrapper img {
    width: 70%;
}

.info-btn {
    display: flex;
    align-items: center;
    justify-content: center;
}

.info-btn .btn-style {
    opacity: 1 !important;
    visibility: visible !important;
    position: relative !important;
    display: flex;

}

.info-btn .btn-style .icon-AngelRight {
    transform: rotate(90deg);
}

.info-btn.rotate .btn-style i {
    transform: rotate(-90deg);
    transition: transform 0.3s ease;
}

.info-btn .btn-style i {
    transition: transform 0.3s ease;
}

#toggleTextBtn {
    transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
    border: none;
    padding: 0;
    color: #19498a;
}

.content-main .btn-page:hover {
    color: #0B61AC;
    background-color: transparent !important;
}

.content-main .card-lists:hover .card-icon-wrapper {
    opacity: 1;
    visibility: visible;

}

.content-main .card-lists:hover .card-icon-wrapper {
    font-size: 22px;
    transform: rotate(180deg);
}

.content-main .card-lists .card-title {
    transition: 0.85s all;
    color: #19498a !important;
}

.content-main .card-lists .card-title:hover {
    color: #0059CF !important;
}



.collapsible-text {
    max-height: 3.5em;
    overflow: hidden;
    transition: max-height 0.7s ease-in-out;
    max-height: 5.5em;
}

.collapsible-text.expanded {
    max-height: 1000px;
}


#toggleTextBtn {
    transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
    border: none;
    padding: 0;
}

.content-main .new-page .page-info {
    padding-bottom: 30 !important;
}

.content-main .new-page .tab-page {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.content-main .new-page .nav {
    background: #ffffff;
    border-radius: 50px;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.05);
    padding: 6px;
    display: inline-flex;
    align-items: center;
    width: 100%;
}

.content-main .new-page .nav .style-nav {
    padding: 10px 14px;
    display: flex;
    overflow: scroll;
}

.content-main .new-page .nav-pills .nav-link {
    white-space: nowrap;
    color: #0040c8;
    font-weight: 600;
    padding: 10px 25px;
    font-size: 15px;
    transition: all 0.3s ease;
}

.content-main .new-page .nav-pills .nav-link:hover {

    background-color: #e9f0ff;
    color: #0030a0;
}

.content-main .new-page .nav-pills .nav-link.active {
    background-color: #19498a;
    color: #fff !important;
    box-shadow: 0 3px 10px rgba(0, 64, 200, 0.3);
}

.content-main .new-page .nav-link {

    padding: 15px 30px;
    cursor: pointer;
    font-weight: bold;
    transition: var(--transition);
    border-right: 1px solid #eee;
}

.content-main .new-page .nav-link:first-child {
    border-right: none !important;
}

.content-main .new-page .tab-page {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.pageText-info {
    position: relative;
}

.pageText-info #text {
    height: auto !important;
    width: auto !important;
    overflow: visible !important;
}

.pageText-info {
    position: relative;
    /* لازم برای ::after */
}

/* حالت پیش‌فرض (بسته): سایه دیده بشه */
.pageText-info.has-fade::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 43px;
    width: 100%;
    background-image: linear-gradient(to top, white, transparent);
    border-radius: 0 0 15px 15px;
    transition: opacity 0.3s ease;
    opacity: 1;
    pointer-events: none;
}

.pageText-info.no-fade::after {
    content: none !important;
}

/* وقتی باز میشه (expanded اضافه میشه): سایه محو بشه */
.pageText-info.expanded::after {
    opacity: 0;
}

/* ------------------------------------------------------------ */

.content-main .new-page.innerpage .card-lists {
    gap: 20px;
    flex-direction: column;
}

.content-main .new-page.innerpage .card-lists .info-card .card-body {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.content-main .new-page.innerpage .card-lists .img-card {
    width: 66%;
}

.content-main .new-page.innerpage .card-lists .img-card img {
    height: 170px;
    width: 200px;
    ;
    border-radius: 16px;
}

.content-main .new-page.innerpage .nav {
    background: #ffffff;
    border-radius: 50px;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.05);
    padding: 6px;
    display: inline-flex;
    align-items: center;
}

.content-main .new-page.innerpage .nav-pills .nav-link {
    color: #0040c8;
    font-weight: 600;
    padding: 10px 25px;
    font-size: 15px;
    transition: all 0.3s ease;
}

.content-main .new-page.innerpage .nav-pills .nav-link:hover {
    background-color: #e9f0ff;
    color: #0030a0;
}

.content-main .new-page.innerpage .nav-pills .nav-link.active {
    background-color: #19498a;
    color: #fff !important;
    box-shadow: 0 3px 10px rgba(0, 64, 200, 0.3);
}

.content-main .new-page.innerpage .nav-link {

    padding: 15px 30px;
    cursor: pointer;
    font-weight: bold;
    transition: var(--transition);
    border-right: 1px solid #eee;
}

.content-main .new-page.innerpage .nav-link:first-child {
    border-right: none !important;
}

.content-main .new-page.innerpage .tab-page {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}


/*---------------------- new-style ---------------------*/
/*---------------------- content-long ---------------------*/
.content-long.ck-content p {
    line-height: 1.9 !important;
}

.content-long ol {
    counter-reset: custom-counter;
    /* شمارنده شروع از 1 */
    list-style: none;
    /* عدد پیش‌فرض حذف میشه */
    position: relative;
    padding-left: 40px;
    /* فاصله برای عدد سفارشی */
}

.content-long ol li {
    position: relative;
    margin-bottom: 10px;
    /* فاصله بین آیتم‌ها */
    color: #0088CC;
    margin-bottom: 20px;
    margin-right: 27px;
    border-radius: 50%;
    padding: 5px 0px 5px 35px;
    /* جای عدد و متن */
}

.content-long ol li::before {
    counter-increment: custom-counter;
    /* افزایش شمارنده */
    content: counter(custom-counter);
    /* نمایش شماره */
    position: absolute;
    right: -33px;
    top: 50%;
    transform: translateY(-50%);
    width: 25px;
    height: 25px;
    border: 1px solid #0088CC;
    border-radius: 50%;
    text-align: center;
    line-height: 25px;
    font-weight: bold;
    color: #0088CC;
    background: #fff;
    /* اختیاری: رنگ پس‌زمینه */
}

.content-long ul li {
    list-style: none;
    /* عدد پیشفرض رو حذف می‌کنیم */
    position: relative;
    margin: 20px 27px 20px 35px;
}

.content-long ul li::before {
    content: "\f00c";
    /* کد چک در FA 4.7 */
    font-family: FontAwesome;
    position: absolute;
    right: -33px;
    top: 50%;
    transform: translateY(-50%);
    width: 25px;
    height: 25px;
    border: 1px solid #0088CC;
    border-radius: 50%;
    text-align: center;
    line-height: 25px;
    /* وسط چین عمودی */
    color: #0088CC;
    font-size: 0.8em;
}

/*----------------------back-menu---------------------*/
.btn-back-to-menu {
    float: right;
    position: relative;
    background-color: transparent;
    color: var(--blue-1);
    border: none;
    padding: 8px 22px;
    border-radius: 10px;
    font-size: 18px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    transition: background 0.3s ease;
}

.btn-back-to-menu::before {
    content: "\e920";
    font-family: 'icomoon';
    position: absolute;
    right: 2px;
    transform: translateY(-50%);
    font-size: 19px;
    transition: transform 0.3s ease;
    color: var(--blue-1);
    transform: rotate(180deg);
    bottom: 8px;
}

.btn-back-to-menu:hover .btn-back-to-menu::before {
    color: var(--blue-2);
}

.btn-back-to-menu:hover {
    color: var(--blue-2);
}

.btn-back-to-menu i {
    font-size: 16px;
}

.inner-menu,
.mm-menu,
.mm-panels,
#menu {
    opacity: 1;
    transition: opacity 0.5s ease;
}

.fade-in {
    opacity: 0;
    animation: fadeInMenu 0.5s forwards ease;
}

@keyframes fadeInMenu {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/*----------------------title-menu-en---------------------*/

/*----------------------academics-section---------------------*/
.academics-section {
    position: relative;
    background: #fff;
    direction: ltr;
    display: flex;
    /* gap: 290px;*/
    gap: 86px;
}

/* .academics-section  .container{
	
	margin:0 !important;
	padding: 0 5%;
} */
.academics-section .row {
    flex-direction: row !important;
}

.academics-section::before {
    content: "";
    width: 100%;
    height: 100%;
    background-image: url("../images/background/pattern.png");
    position: absolute;
    background-size: cover;
    z-index: 999;
    opacity: .5;
    bottom: -9%;
}

.academics-section .academic-title {
    font-weight: 600;
    color: #0046ad;
    position: relative;
    padding-left: 15px;
    font-size: 32px;
}

.academics-section .academic-title::before {
    content: "";
    position: absolute;
    left: -10px;
    top: 50%;
    width: 21px;
    height: 3px;
    background: #0046ad;
    transform: translateY(-50%);
}

.academics-section .image-wrapper {
    border-radius: 20px !important;
    box-shadow: 15px 4px 60px rgba(12, 59, 125, 0.3);

}

.image-wrapper img {
    border-radius: 15px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.academics-section .academic-item {
    text-decoration: none;
    transition: 0.3s;
    color: #000;
}

.academics-section .academic-item:hover {
    transform: translateY(-3px);
}

.academics-section .icon-wrap {
    width: 70px;
    height: 70px;
    background: #F7F9FC;
    color: #d51b23;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 12px;
    font-size: 20px;
    flex-shrink: 0;
    box-shadow: 0px 5px 5px rgba(12, 59, 125, 0.1);
}

.academics-section .icon-wrap img {
    width: 50px;
    height: 50px;
}

.academics-section .text-wrap h6 {
    font-size: 20px;
    font-weight: 600;
    color: #0046ad;
    margin-bottom: 3px;
}

.academics-section .text-wrap p {
    font-size: 13px;
    color: #555;
    margin: 0;
}

/*----------------------academics-section---------------------*/

/*----------------------campus-section---------------------*/
.en-layout {


    .es-meta-wrap {

        .meta-list {
            display: flex;
        }

        ul {
            gap: 10px;
            margin-left: 10px;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        ul a {
            background: #f1f1f1;
            color: #555;
            padding: 5px 12px;
            border-radius: 20px;
            font-size: 0.85rem;
            transition: all 0.2s;
            border-bottom: none;
            font-weight: 500;
        }

        ul a:hover {
            background-color: var(--blue-1);
            color: var(--background-template);
        }

    }


}

.en-layout .bg-center {
    border-radius: 30px !important;
    box-shadow: 15px 4px 60px rgba(12, 59, 125, 0.3) !important;
}

.campus-section {
    padding: 60px 0;
}

.campus-section .campus-title,
.campus-subtitle {
    text-align: center;
    font-weight: 600;
    color: #0046ad;
    margin-bottom: 40px;
}

.campus-section .campus-subtitle {
    margin-top: 50px;
}

.campus-section .campus-center-text {
    text-align: center;
    font-weight: 500;
    color: #333;
    margin: 20px 0;
}

.campus-section .campus-center-text img {
    width: 67%;
    border-radius: 30px;
    box-shadow: 15px 4px 60px rgba(12, 59, 125, 0.3);

}

/* Cards */
.campus-section .campus-card {
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 15px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #fff;
    transition: all 0.2s ease-in-out;
    gap: 20px;
    height: 153px;
    flex-direction: row-reverse;
}

/* Hover effect on whole card */
.campus-section .campus-card:hover {
    background-color: #f8fbff;
    border-color: #cde0ff;
    box-shadow: 0 0 6px rgba(0, 123, 255, 0.15);
}

.campus-section .campus-card-content {
    text-align: left;
    flex: 1;
}

/* Link styling */
.campus-section .campus-card-content a {
    text-decoration: none;
    color: #0048a8;
    font-weight: 600;
    font-size: 16px;
    display: inline-block;
    transition: color 0.2s ease;
}

.campus-section .campus-card-content a:hover {
    color: #002d6f;
}

.campus-section .campus-card-content p {
    color: #555;
    font-size: 14px;
    margin: 4px 0 0;
    line-height: 1.6;
}

.campus-section .campus-icon {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-color: #e7f1fb;
    flex-shrink: 0;

    transition: background-color 0.2s ease;
    display: flex;
    justify-content: center;
    align-items: center;
}

.campus-section .campus-icon img {
    width: 50px;
    height: 50px;
}

.campus-section .campus-card:hover .campus-icon {
    background-color: #d4e7fc;
}

/*----------------------/campus-section---------------------*/

/*----------------------cards-en---------------------*/
#Faculties {
    overflow: hidden;
    position: relative;
}

.cards-en .card-grid {
    padding: 60px 0;
}

.cards-en .faculties-title {
    text-align: center;
    font-weight: 600;
    color: #0046ad;
}

.cards-en .faculties-title::before {
    content: "";
    position: absolute;
    left: 45%;
    top: 7%;
    width: 39px;
    height: 3px;
    background: #0046ad;
    transform: translateY(-50%);
}

.cards-en .faculties-title::after {
    content: "";
    position: absolute;
    right: 44%;
    top: 7%;
    width: 39px;
    height: 3px;
    background: #0046ad;
    transform: translateY(-50%);
}

.cards-en .school-card {
    position: relative;
    overflow: hidden;
    border: none;
    border-radius: 12px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    border-radius: 10px;
    height: 300px;
    width: 269px;
}

.cards-en .school-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
    border-radius: 0 0 20px 20px;
}

.cards-en .school-card:hover img {
    transform: scale(1.05);
}

/* گرادینت روی عکس */
.cards-en .school-card::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(0, 82, 168, 0.5) 7%, rgba(0, 32, 66, 0.5) 55%);


    transition: opacity 0.3s ease;
}

.cards-en .school-card:hover::after {
    opacity: 0.7;
}

.cards-en .school-card .card-body {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 15px;
    z-index: 2;
    text-align: center;
}

.cards-en .school-card .card-body h5 a {
    color: #fff;
    margin: 0;
    font-size: 1.1rem;
    font-weight: 600;
}

.cards-en .cards-slider .row {
    justify-content: start;
}

@media (max-width: 768px) {
    .cards-en .school-card img {
        height: 200px;
    }
}

.cards-en .owl-dots {
    display: block !important;
    display: flex !important;
    justify-content: center;
    gap: 8px;
}

.cards-en .owl-dots .owl-dot.disabled {
    display: block;
}

.cards-en .owl-dots .owl-dot.active {
    background-color: var(--blue-1);
    width: 48px;
}

.cards-en .owl-dots .owl-dot {
    width: 24px;
    height: 24px;
    background-color: var(--Primary-1);
    border-radius: 4px;
    margin-top: 24px;
}

.cards-slider .owl-nav.disabled {
    display: none;
}

---------------------/cards-en---------------------*/
/*----------------------/cards-en---------------------*/


.en-layout .magazines .main-title .icon-News {
    display: none;
}



/*----------------------/cards-en---------------------*/
/*----------------------magazines---------------------*/
.en-layout .magazines .articles-box .content a {
    flex-direction: row-reverse;
}

/*----------------------/magazine
s---------------------*/
/*----------------------gallery/news-en---------------------*/
.en-layout .content-main .news-section .owl-nav,
.content-main .contents-sec .owl-nav {
    right: 8%;
}

.en-layout .content-main .news-section .nav-tabs .archive a i {
    transform: rotate(180deg);
}

/*----------------------/gallery/news-en---------------------*/
/*----------------------counter-en---------------------*/
.en-layout .counter-section {
    margin-top: 30px;
}

.en-layout .counter-section::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: rgba(0, 89, 207, 0.45);
    /* 45% شفافیت */
}

/*----------------------/counter-en---------------------*/
/*----------------------footer-en---------------------*/
.en-layout .footer-main .info-footer .info-links .box-link .list-links li {
    color: var(--blue-light);
    position: relative;
}

.en-layout .footer-main .info-footer .info-links .box-link .list-links li::before {
    content: "";
    width: 5px;
    height: 5px;
    position: absolute;
    left: -3%;
    color: #ffff;
    z-index: 999;
    background-color: #ffff;
    border-radius: 50px;

}

.en-layout .b5-popular-widget h5 {
    border-left: 3px solid transparent;
    border-left-color: transparent;
    padding: 12px 20px 0px 15px;
    padding-left: 20px;
    border-right: none;
}

.en-layout .b5-popular-widget ul h5:hover {
    background-color: #f8f9fa;
    color: var(--blue-1);
    border-left-color: var(--blue-1);
    transform: translateX(0px);
    padding-left: 25px;
}


.en-layout .footer-main .info-footer .info-links .box-link .list-links li span {

    color: #AAAAAA !important;
}

.en-layout .footer-main .info-footer .info-links .box-link .title-link {
    position: relative;
}

.en-layout .footer-main .info-footer .info-links .box-link .title-link::before {
    content: "";
    position: absolute;
    left: -14%;
    top: 54%;
    width: 39px;
    height: 3px;
    background: #FFD500;
    transform: translateY(-50%);
}


.en-layout .footer-main .info-footer {
    margin-top: 25px;
}

/* تنظیمات پایه برای بدنه حالت انگلیسی */
body.en-layout {
    direction: ltr !important;
}

/* 
  اعمال فونت Barlow و اعداد انگلیسی برای همه تگ‌ها،
  به استثنای تگ‌های آیکون (تگ i و کلاس‌هایی که با icon یا fa شروع می‌شوند)
*/
body.en-layout *:not(i):not([class^="icon-"]):not([class*=" icon-"]):not(.fa):not(.fas):not(.far):not(.fal):not(.fab) {
    font-family: 'Barlow', sans-serif !important;
    font-variant-numeric: lining-nums tabular-nums;
    text-align: left;
}

/* چپ‌چین کردن خود آیکون‌ها (بدون تغییر فونت آن‌ها) */
body.en-layout i,
body.en-layout [class^="icon-"],
body.en-layout [class*=" icon-"] {
    text-align: left !important;
}

/* body.en-layout i[class*="icon"]::before {
    font-family: 'icomoon' !important;
    font-family: 'icomoon' !important;
} */

/*----------------------/footer-en---------------------*/


/*----------------------new-style-nav---------------------*/
.pagination .page-item {
    margin: 0 3px;
}

.pagination .page-link {
    color: #052948;
    border: 1px solid #052948;
    border-radius: 6px;
    padding: 5px 10px;
    /* کوچیک‌تر شد */
    transition: all 0.3s ease;
    background-color: white;
    font-weight: 500;
    font-size: 14px;
    /* کوچیک‌تر شد */
}

.pagination .page-item.active .page-link {
    background-color: #052948;
    color: white;
    border-color: #052948;
    box-shadow: 0 3px 7px rgba(5, 41, 72, 0.3);
    /* کمی سبک‌تر شد */
}

.pagination .page-link:hover {
    background-color: #052948;
    color: white;
    transform: translateY(-1px);
    /* کمی کمتر شد */
    box-shadow: 0 4px 10px rgba(5, 41, 72, 0.3);
}

.pagination .page-item.disabled .page-link {
    color: #ccc;
    border-color: #ccc;
    cursor: not-allowed;
    background-color: #f9f9f9;
}

/*----------------------/new-style-nav---------------------*/

/*----------------------new-style-search---------------------*/
.search-box {
    position: relative;
    width: 320px;
    background: #ffffff;
    border-radius: 20px;
    padding: 6px 15px;
    border: 2px solid #05294822;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.05);
    display: flex;
    align-items: center;
    margin: 0 0 20px 0;
    height: 54px;
}

/* فیلد جستجو */
.search-box input[type="text"] {
    flex: 1;
    border: none;
    outline: none;
    font-size: 15px;
    padding: 10px;
    background: transparent;
}

/* دکمه اصلی که مخفی میشه */
.search-box input[type="button"] {
    position: absolute;
    left: 10px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    opacity: 0;
    /* دکمه دیده نمیشه ولی کلیک‌پذیر می‌مونه */
    cursor: pointer;
    z-index: 2;
}

/* آیکن */
.search-box i.fa-search {
    position: absolute;
    left: 10px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #052948;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
    /* آیکن کلیک نشه، دکمه زیرش کلیک بشه */
    font-size: 18px;
    transition: 0.3s ease;
    box-shadow: 0 3px 10px rgba(5, 41, 72, 0.25);
}

/* افکت هاور آیکن (با هاور دکمه فعال میشه) */
.search-box input[type="button"]:hover+i.fa-search {
    background: #064070;
    transform: scale(1.08);
    box-shadow: 0 4px 14px rgba(5, 41, 72, 0.35);
}

/*----------------------/new-style-search---------------------*/
/*----------------------style-marakez---------------------*/
.englishfaculty .title-english {
    display: flex;
    align-items: center;
    flex-direction: column;
    text-align: center;
}

.englishfaculty .title-english h1 {
    font-size: 32px;
    font-weight: 600;
    color: #0046ad;
    position: relative;
}

.englishfaculty .title-english p {
    color: #0046ad;
}

.englishfaculty .bg-dark {
    background-color: #1a1c21 !important;
}

.englishfaculty .border-secondary {
    border-color: #333 !important;
}

.englishfaculty .text-primary {
    color: #1f84e4 !important;
}

.englishfaculty i.bi {
    font-size: 1.2rem;
}

.englishfaculty .top-desc-box {
    background: #1a1c21;
    color: #fff;
    padding: 25px;
    border-radius: 10px;
    margin-bottom: 35px;
    line-height: 1.8;
    font-size: 15px;
}

.englishfaculty .section-box {
    background-color: rgb(143, 182, 217, 0.1);
    border-radius: 32px;
    border: 1px solid var(--Primary);

    padding: 25px;

    color: var(--blue-2);
}

.englishfaculty .section-box h1 {
    color: #0046ad !important;
    font-size: 18px;
}


.englishfaculty .item-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px 0;
    border-bottom: 1px dashed rgba(0, 70, 173, 0.50) !important;
}

.item-row:last-child {
    border-bottom: none;
}

.item-row a {
    text-decoration: none;
    color: #00347a;
    font-size: 15px;
    font-weight: 500;
}

.arrow-btn {
    font-size: 18px;
    opacity: 0.5;
    transition: 0.2s;
}

.item-row:hover .arrow-btn {
    opacity: 1;
}


.englishfaculty .item-row a {
    color: var(--blue-2);
    text-decoration: none;
}

.news-section .news-column a {
    transition: 0.5s all;
}

.news-section .text-uppercase.style-archive {
    transition: 0.5s all;
}

.news-section .text-uppercase.style-archive:hover {
    color: var(--blue-2) !important;
}

.news-section .news-column a:hover {
    color: var(--blue-2) !important;
}

.englishfaculty .arrow-btn {
    width: 28px;
    height: 28px;
    background: #0046ad;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff !important;
    font-weight: bold;
    text-decoration: none !important;
    font-size: 14px;
    padding: 10px;
}

/*----------------------/style-marakez---------------------*/
/*----------------------englishnews---------------------*/
.news-section a:hover {
    color: #fff !important;
}

.news-section .border-bottom {
    border-bottom: 1px dashed rgba(0, 70, 173, 0.50) !important;

}

.news-section.en-newssection {
    background-color: rgba(143, 182, 217, 0.1);
    color: var(--blue-2);
    border-radius: 32px;
    border: 1px solid var(--Primary);
    padding: 25px;
}

.news-section h4 {
    font-weight: 700;
    font-size: 1.1rem;
    letter-spacing: 1px;
    color: #0046ad !important;
}

.news-section h1 {

    color: #0046ad !important;
}

.news-section .mb-3.pb-2.border-bottom {
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid rgba(0, 70, 173, 0.3);
    /* کمی پررنگ‌تر و زیباتر از dashed */
    transition: background 0.6s ease;
    padding: 10px 8px;
}

.news-section .mb-3.pb-2.border-bottom a {
    color: #042a4a;
    display: inline-block;
    position: relative;
    z-index: 2;
    transition: color 0.6s ease;
}

/* پس‌زمینه کم‌رنگ و آرام */
.news-section .mb-3.pb-2.border-bottom::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: rgba(88, 166, 255, 0.08);
    /* خیلی کم‌رنگ و subtle */
    z-index: 1;
    transition: width 0.6s ease;
    border-radius: 8px;
}

/* هاور */
.news-section .mb-3.pb-2.border-bottom:hover::before {
    width: 100%;
}

.news-section .mb-3.pb-2.border-bottom:hover a {
    color: #58a6ff;
    /* رنگ متن روی هاور */
}

.news-column {
    margin-bottom: 40px;
}

.news-column h4 {
    color: #58a6ff;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-size: 1.1rem;
    letter-spacing: 1px;
}

.news-column .news-item {
    margin-bottom: 12px;
    padding-bottom: 8px;
    border-bottom: 1px dotted #777;
}

.news-column .news-item a {
    color: #ddd;
    text-decoration: none;
    font-size: 0.95rem;
}

.news-column .news-item a:hover {
    color: #fff;
}

.news-column .archive {
    margin-top: 15px;
}

.news-column .archive a {
    color: #58a6ff;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
}

.news-column .archive a:hover {
    color: #fff;
}

/*----------------------/englishnews---------------------*/
.apply-btn {
    position: fixed;
    left: -5px;
    top: 40%;
    transition: all 150ms linear !important;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.apply-btn a {
    background: #ffcb0b;
    padding: 10px 20px;
    font-weight: bolder;
    font-size: 16px;
    letter-spacing: 1px;
    transition: all .5s;
    color: #122c64;
    margin-bottom: 10px;
    width: 70px;
    white-space: nowrap;
    overflow: hidden;
}

.apply-btn a:hover {
    width: calc(50% + 55px);
}



.content-img-titles h2 {
    display: flex;
    text-align: left;
    justify-content: center;
    color: #000080;
    font-size: 36px;
    margin-bottom: 10px;
}

.content-img-titles p {
    text-align: left;
    color: #000000;
    font-size: 18px;
    line-height: 1.8;
}

.image-site {
    display: flex;
    justify-content: center;
    margin-bottom: 1%;
    margin-top: 10px;
}

.image-site img {
    width: 59%;
}




c

/* پس‌زمینه تاریک شیشه‌ای (Glassmorphism) */
.search-overlay-premium {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(15, 23, 42, 0.85);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 99999;
    opacity: 0;
    transition: opacity 0.4s ease;
}

.search-overlay-premium.active {
    display: flex;
    opacity: 1;
}

/* دکمه بستن شیک در گوشه بالا */
.close-premium {
    position: absolute;
    top: 40px;
    right: 40px;
    background: transparent;
    border: none;
    color: rgba(255, 255, 255, 0.7);
    cursor: pointer;
    transition: all 0.3s ease;
    padding: 10px;
}

.close-premium:hover {
    color: #ffffff;
    transform: rotate(90deg);
}

/* نگهدارنده اصلی وسط صفحه */
.search-wrapper-premium {
    width: 100%;
    max-width: 600px;
    display: flex;
    flex-direction: column;
    align-items: center;
    transform: translateY(30px);
    transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
    position: relative;
    /* برای موقعیت‌دهی دراپ‌داون نتایج */
}

.search-overlay-premium.active .search-wrapper-premium {
    transform: translateY(0);
}

/* کپسول جستجو */
.search-box-premium {
    width: 100%;
    background: #ffffff;
    border-radius: 60px;
    display: flex;
    align-items: center;
    padding: 5px;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
    direction: rtl;
    transition: box-shadow 0.3s ease, transform 0.3s ease;
    position: relative;
    z-index: 10;
    /* قرارگیری روی نتایج */
}

.search-box-premium.focused {
    box-shadow: 0 0 0 4px rgba(59, 130, 246, 0.3), 0 25px 50px -12px rgba(0, 0, 0, 0.5);
    transform: scale(1.02);
}

.search-box-premium.error-shake {
    animation: shakeError 0.4s ease-in-out;
    box-shadow: 0 0 0 4px rgba(239, 68, 68, 0.4), 0 25px 50px -12px rgba(0, 0, 0, 0.5);
}

@keyframes shakeError {

    0%,
    100% {
        transform: translateX(0);
    }

    25% {
        transform: translateX(-10px);
    }

    50% {
        transform: translateX(10px);
    }

    75% {
        transform: translateX(-10px);
    }
}

.search-box-premium input {
    flex: 1;
    border: none;
    background: transparent;
    padding: 5px 15px;
    /* تنظیم پدینگ برای راست‌چین بودن */
    font-size: 16px;
    color: #1e293b;
    outline: none;
    font-family: inherit;
    font-weight: 500;
}

.search-box-premium input::placeholder {
    color: #94a3b8;
    font-weight: 400;
}

.search-box-premium button {
    background: linear-gradient(135deg, #2563eb, #1d4ed8);
    color: white;
    border: none;
    border-radius: 50px;
    padding: 10px 40px;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
    box-shadow: 0 10px 15px -3px rgba(37, 99, 235, 0.4);
    transition: all 0.3s ease;
    font-family: inherit;
}

.search-box-premium button:hover {
    transform: translateY(-2px);
    box-shadow: 0 15px 25px -5px rgba(37, 99, 235, 0.5);
    background: linear-gradient(135deg, #3b82f6, #2563eb);
}

/* -------------------------------------
       استایل‌های جدید برای دراپ‌داون نتایج 
    -------------------------------------- */
.live-search-results {
    width: 95%;
    /* کمی کوچکتر از کپسول برای زیبایی */
    background: #ffffff;
    border-radius: 0 0 20px 20px;
    margin-top: -20px;
    /* رفتن به زیر کپسول */
    padding-top: 30px;
    /* فاصله برای جبران margin-top */
    max-height: 350px;
    overflow-y: auto;
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.4);
    direction: rtl;
    display: none;
    /* پیش‌فرض مخفی */
    flex-direction: column;
    z-index: 5;
}

/* اسکرول بار اختصاصی و ظریف */
.live-search-results::-webkit-scrollbar {
    width: 6px;
}

.live-search-results::-webkit-scrollbar-track {
    background: #f1f5f9;
    border-radius: 10px;
}

.live-search-results::-webkit-scrollbar-thumb {
    background: #cbd5e1;
    border-radius: 10px;
}

.live-search-results.show {
    display: flex;
    animation: slideDownFade 0.3s ease forwards;
}

@keyframes slideDownFade {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.result-item {
    display: flex;
    align-items: center;
    padding: 15px 20px;
    border-bottom: 1px solid #f1f5f9;
    text-decoration: none;
    color: #334155;
    transition: background-color 0.2s, padding-right 0.2s;
}

.result-item:last-child {
    border-bottom: none;
    border-radius: 0 0 20px 20px;
}

.result-item:hover {
    background-color: #f8fafc;
    color: #2563eb;
    padding-right: 25px;
    /* افکت حرکت به سمت چپ هنگام هاور */
}

.result-icon {
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    margin-left: 15px;
    /* فاصله از متن سمت راست */
    font-size: 16px;
}

/* رنگ‌بندی آیکون صفحات ثابت */
.icon-page {
    background-color: #eff6ff;
    color: #3b82f6;
}

/* رنگ‌بندی آیکون مطالب و اخبار */
.icon-article {
    background-color: #fff7ed;
    color: #ea580c;
}

.result-content {
    display: flex;
    flex-direction: column;
}

.result-title {
    font-size: 15px;
    font-weight: bold;
}

.result-type {
    font-size: 11px;
    color: #94a3b8;
    margin-top: 3px;
}

.no-results,
.loading-results {
    padding: 20px;
    text-align: center;
    color: #64748b;
    font-size: 14px;
}

.loading-results i {
    margin-left: 8px;
    color: #3b82f6;
}

/* استایل تاریخ زیر باکس */
.date-premium {
    margin-top: 30px;
    color: rgba(255, 255, 255, 0.8);
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 1px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    transition: margin-top 0.3s ease;
}

/* وقتی نتایج باز است، تاریخ را کمی پایین‌تر می‌بریم */
.live-search-results.show~.date-premium {
    margin-top: 15px;
}

@media (max-width: 600px) {
    .search-box-premium {
        flex-direction: column;
        border-radius: 20px;
        padding: 15px;
    }

    .search-box-premium input {
        width: 100%;
        text-align: center;
        padding: 10px;
        margin-bottom: 10px;
    }

    .search-box-premium button {
        width: 100%;
    }

    .live-search-results {
        border-radius: 0 0 15px 15px;
        width: 100%;
    }
}