/*
Theme Name: Sao Kim Digital
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Sao Kim Digital
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.0
Text Domain: saokimdigital
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/
::-webkit-scrollbar {
    width: 6px
}

::-webkit-scrollbar-track {
    background: #fff
}

::-webkit-scrollbar-thumb {
    background: #ddd
}

.max_line_1,
.max_line_1 p,
.max_line_1 a {
    overflow: hidden;
    display: -webkit-box !important;
    -webkit-line-clamp: 1 !important;
    line-clamp: 1 !important;
    -webkit-box-orient: vertical !important;
}

.max_line_2,
.max_line_2 a,
.max_line_2 p {
    overflow: hidden;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
}

.max_line_3,
.max_line_3 a,
.max_line_3 p {
    overflow: hidden;
    display: -webkit-box !important;
    -webkit-line-clamp: 3 !important;
    line-clamp: 3 !important;
    -webkit-box-orient: vertical !important;
}

.max_line_4,
.max_line_4 p,
.max_line_4 a {
    overflow: hidden;
    display: -webkit-box !important;
    -webkit-line-clamp: 4 !important;
    line-clamp: 4 !important;
    -webkit-box-orient: vertical !important;
}

.max_line_5,
.max_line_5 p,
.max_line_5 a {
    overflow: hidden;
    display: -webkit-box !important;
    -webkit-line-clamp: 5 !important;
    line-clamp: 5 !important;
    -webkit-box-orient: vertical !important;
}

.max_line_6,
.max_line_6 p,
.max_line_6 a {
    overflow: hidden;
    display: -webkit-box !important;
    -webkit-line-clamp: 6 !important;
    line-clamp: 6 !important;
    -webkit-box-orient: vertical !important;
}

.max_line_7,
.max_line_7 p,
.max_line_7 a {
    overflow: hidden;
    display: -webkit-box !important;
    -webkit-line-clamp: 7 !important;
    line-clamp: 7 !important;
    -webkit-box-orient: vertical !important;
}

.my_header.header_bg {
    background-color: #134D8B !important;
}

.progress-wrap {
    position: fixed;
    right: 30px;
    bottom: 30px;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.1);
    z-index: 10;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.progress-wrap.active-progress {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.progress-wrap::after {
    content: '';
    position: absolute;
    background-image: url("assets/images/arrow_up.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto;
    text-align: center;
    line-height: 46px;
    font-size: 24px;
    color: #DA1B13;
    left: 0;
    top: 0;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    z-index: 1;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.progress-wrap:hover::before {
    opacity: 1;
}

.progress-wrap svg path {
    fill: none;
}

.progress-wrap svg.progress-circle path {
    stroke: #DA1B13; /* --- Lijn progres kleur --- */
    stroke-width: 4;
    box-sizing: border-box;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.heroSwiper {
    width: 100%;
    height: 100vh;
}

.hero-slide {
    width: 100%;
    height: 100vh;
}

.hero-slide-wrap {
    width: 1320px;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 80px;
}
.hero-slide {
    background-size: cover;
    background-position: center;
    display: flex !important;
    align-items: center;
    position: relative;
}

.hero-slide::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    z-index: 1;
}

.hero-content {
    position: relative;
    z-index: 2;
    max-width: 820px;
    color: #fff;
}

.hero-content h1 {
    font-size: 60px;
    margin: 0 0 20px 0;
    line-height: 1.4;
    font-weight: 700;
    letter-spacing: 0.25px;
    text-transform: uppercase;
}

.hero-btn {
    padding: 12px 16px;
    background: #134D8B;
    color: #fff !important;
    border-radius: 0;
    text-decoration: none;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: 0.25px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

/* ---------- arrows & pagination container ---------- */
.heroSwiper .swiper-button-next, .heroSwiper .swiper-button-prev {
    color: #fff;
}

/* ---------- custom pagination boxes ---------- */
.custom-pagination-wrap {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    width: 100%; /* keep some side padding */
    max-width: 1320px;
    z-index: 3;
    pointer-events: none; /* inner bullets re-enable pointer-events */
    display: flex;
    justify-content: center;
}

.heroSwiper .swiper-pagination {
    display: flex;
    flex-wrap: wrap;
    gap: 0;
    padding:0;
    bottom: 0 !important;
    pointer-events: all;
}

.heroSwiper .swiper-pagination .swiper-pagination-bullet {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 33%;
    padding: 24px;
    background: rgba(39, 33, 34, 0.20) !important;
    color: #fff;
    cursor: pointer;
    transition: all .28s cubic-bezier(.2, .9, .3, 1);
    border: 1px solid rgba(255, 255, 255, 0.06);
    backdrop-filter: blur(4px);
    font-size: 13px;
    text-align: left;
    border-radius: 0 !important;
    margin: 0 !important;
    height: auto;
    opacity: 1;
    border: 0;
    border-top: 2px solid transparent;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
}

.heroSwiper .swiper-pagination .swiper-pagination-bullet strong {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 4px;
    letter-spacing: 0.25px;
    text-transform: uppercase;
    color: #fff;
    overflow: hidden;
    display: -webkit-box !important;
    -webkit-line-clamp: 3 !important;
    line-clamp: 3 !important;
    -webkit-box-orient: vertical !important;
}

.heroSwiper .swiper-pagination .swiper-pagination-bullet small {
    display: block;
    color: #fff;
    font-size: 14px;
    letter-spacing: 0.25px;
}

/* active */
.heroSwiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #fff !important;
    border-top: #C72127 2px solid;
}

.heroSwiper .swiper-pagination .swiper-pagination-bullet-active strong {
    color: #134D8B !important;
}

.heroSwiper .swiper-pagination .swiper-pagination-bullet-active small {
    color: #272122 !important;
}

.total_research_units,
.research_units_view_mode,
.research_units_view_mode a {
    color: #818181;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0.25px;
}

.research_units_view_mode label {
    margin: 0;
}

.research_units_view_mode {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
}

.research_units_view_mode a.active {
    color: #134D8B;
}

.research_unit_view_list .elementor-grid {
    display: flex !important;
    flex-direction: column;
    gap: 30px;
}

.research_unit_view_list .elementor-grid .research-unit-item {
    padding: 0 !important;
    border: 0 !important;
}

.research_unit_view_list .elementor-grid .research-unit-item .e-con-inner {
    padding: 0;
    align-items: center;
    flex-direction: row;
    gap: 16px;
}

.research_unit_view_list .elementor-grid .research-unit-item .e-con-inner .elementor-widget-image {
    width: 124px;
}

.research_unit_view_list .elementor-grid .research-unit-item .e-con-inner  .elementor-widget-heading {
    flex: 1;
}

.rank-math-breadcrumb p {
    margin: 0;
}

.rank-math-breadcrumb p a, .rank-math-breadcrumb p span {
    color: #fff;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 21px */
    letter-spacing: 0.25px;
}

.my_profile_lists {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.my_profile_other_lists {
    grid-template-columns: repeat(3, 1fr);
}

.my_profile_item {
    padding: 12px;
    border: 1px solid #F4F4F4;
    background: #fff;
}

.my_profile_item h3 {
    margin-top: 0;
    margin-bottom: 8px;
}

.my_profile_item a {
    font-size: 16px;
    color: #272122;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    letter-spacing: 0.25px;
    margin-bottom: 8px;
    display: block;
}

.my_profile_item p {
    color: #818181;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 18px */
    letter-spacing: 0.25px;
}

.my_profile_item .aff_name {
    margin-bottom: 4px;
}

.my_profile_item .aff_city {
    margin-bottom: 0;
}

.elementor-pagination,
.profile_pagination {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
}

.elementor-pagination .page-numbers,
.profile_pagination a {
    display: flex;
    padding: 4px 12px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 4px;
    overflow: hidden;
    color: #272122;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    letter-spacing: 0.25px;
    margin: 0 !important;
}

.elementor-pagination .page-numbers.current,
.profile_pagination a.current {
    background: #134D8B;
    color: #fff;
}

.author_introduction {
    font-size: 14px;
}

.scopus-author-researchs {
    display: flex;
    flex-direction: column;
    gap: 20px;
    /*max-height: 900px;
    overflow: auto;*/
}

.author-research-item {
    padding: 20px;
    border: #F4F4F4 1px solid;
}
.author-research-item h3 {
    margin-top: 0;
    margin-bottom: 4px;
    line-height: 1;
}

.author-research-item h3 a {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.25;
    letter-spacing: 0.25px;
    color: #272122;
}
.author-research-item .research-year {
    color: #818181;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0.25px;
    margin-bottom: 0;
}

.author-research-item .research-source {
    color: #818181;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0.25px;
    margin-bottom: 0;
}

#toggle-research {
    color: #272122;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: 0.25px;
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
    outline: 0;
    margin-top: 20px;
    position: relative;
    padding-left: 10px;
    text-transform: uppercase;
}

#toggle-research:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
    width: 6px;
    height: 12px;
    background-image: url('assets/images/arrow_right.svg');
    background-size: cover;
}

.form_search_author {
    position: relative;
}
.search_author_input {
    width: 100%;
    max-width: 100%;
    outline: 0;
    color: #818181;
    font-size: 14px !important;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0.25px;
    border: 1px solid #C0C0C0 !important;
    background: #fff !important;
    box-shadow: 0 12px 20px 0 rgba(39, 33, 34, 0.04) !important;
    padding: 16px !important;
    border-radius: 0 !important;
}

.form_search_author button {
    border-radius: 0 !important;
    position: absolute;
    right: 0;
    top: 0;
    width: 55px;
    height: 100%;
    background-color: #C72127 !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.profile_lists_bar {
    color: #818181;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 21px */
    letter-spacing: 0.25px;
}

.scopus_author_research,
.scopus_author_other,
.scopus_author_introduction {
    position: relative;
}

.scopus_author_research.loading:before,
.scopus_author_other.loading:before,
.scopus_author_introduction.loading:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 30px;
    height: 30px;
    background-image: url('assets/images/loading.gif');
    background-size: 100% 100%;
}

.keyphrases_lists, .computer_sciences {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.keyphrases_lists li, .computer_sciences li {
    padding: 4px 13px 4px 8px;
    border-radius: 2px;
    background: #F4F4F4;
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0.25px;
    color: #272122;
}

.profile_affiliation {
    overflow: hidden;
    color: #818181;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0.25px;
    margin-bottom: 0;
}
.scopus_author_avatar {
    aspect-ratio: 151/200;
    object-fit: cover;
    width: 100%;
    display: block;
}
.person-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.other-person-grid {
    grid-template-columns: repeat(3, 1fr);
}

.person-item {
    display: flex;
    flex-wrap: wrap;
    padding: 12px 16px 12px 12px;
    align-items: flex-start;
    gap: 12px;
    border: 1px solid #F4F4F4;
    background: #fff
}

.person-item-left {
    width: 20%;
}

.person-item-left img {
    width: 100%;
    aspect-ratio: 44/60;
    object-fit: cover;
    display: block;
}

.person-item-right {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.person-item-right .position {
    color: #272122;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0.25px;
    display: none;
}

.person-item-right h3 {
    margin-top: 0;
    line-height: 0;
    margin-bottom: 4px;
}

.person-item-right h3 a {
    color: #272122;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 125%;
    letter-spacing: 0.25px;
}

.person-item-right p {
    overflow: hidden;
    color: #818181;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0.25px;
    margin-bottom: 0;
}

.doi_url:hover {
    text-decoration: underline;
}

.resources_tab.active .elementor-button {
    background-color: #C72127 !important;
    color: #FFFFFF !important;
}

.resources_tab.unactive .elementor-button {
    background-color: transparent !important;
    color: #272122 !important;
}

.my_post_date {
    color: #818181;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 21px */
    letter-spacing: 0.25px;
    margin-bottom: 0;
}
/* responsiveness */
@media (max-width: 900px) {
    .scopus_author_research.loading:before,
    .scopus_author_other.loading:before,
    .scopus_author_introduction.loading:before {
        transform: none;
    }

    .hero-slide-wrap {
        padding: 20px 16px;
    }

    .hero-content h1 {
        font-size: 34px
    }

    .heroSwiper .swiper-pagination .swiper-pagination-bullet {
        min-width: 180px
    }

    .my_profile_lists {
        grid-template-columns: repeat(3, 1fr);
        gap: 16px;
    }

    .author-research-item h3 {
        font-size: 16px;
    }
    
    .person-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 16px;
    }
}

@media (max-width: 600px) {
    .hero-content h1 {
        font-size: 24px;
        -webkit-line-clamp: 4 !important;
        line-clamp: 4 !important;
        -webkit-box-orient: vertical !important;
        display: -webkit-box !important;
        overflow: hidden;
    }
    
    .heroSwiper .swiper-pagination .swiper-pagination-bullet strong {
        font-size: 16px;
        -webkit-line-clamp: 2 !important;
        line-clamp: 2 !important;
        -webkit-box-orient: vertical !important;
        display: -webkit-box !important;
        overflow: hidden;
        font-weight: 600;
        margin-bottom: 0 !important;
    }
    
    .heroSwiper .swiper-pagination .swiper-pagination-bullet small {
        display: none !important;
    }

    .heroSwiper .swiper-pagination {
        gap: 6px;
        padding: 0 8px;
        flex-direction: column;
    }

    .heroSwiper .swiper-pagination .swiper-pagination-bullet {
        min-width: 100%;
        padding: 10px
    }

    .my_profile_lists {
        grid-template-columns: repeat(1, 1fr);
        gap: 16px;
    }
    
    .person-grid {
        grid-template-columns: repeat(1, 1fr);
        gap: 16px;
    }
}