/* ! Home Page  */
/* ! Manhset sect  */
.wrap_manshet_section {
    position: relative;
    width: 100%;
    background: #eef3f8;
    background-image: url(../img/icons/manshet_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    overflow: hidden;
}
.manshet_item {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
    width: 100%;
    gap: 32px;
}
.manshet_title {
    display: block;
    width: 100%;
    text-align: left;
    font-size: 36px;
    line-height: 1.5;
    font-weight: 900;
    color: #ffffff;
    word-break: break-word;
}

.manshet_info {
    display: block;
    width: 100%;
    text-align: left;
    font-size: 22px;
    line-height: 1.4;
    font-weight: 500;
    color: #fff;
    word-break: break-word;
}
.manshet_links {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
    width: 100%;
}
.manshet_btn:hover {
    box-shadow: 0 4px 10px #cccccc;
}
.manshet_btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: auto;
    min-height: 40px;
    padding: 4px 16px;
    background-color: #f5f5f5;
    text-align: center;
    font-size: 14px;
    line-height: 1.4;
    font-weight: 500;
    color: #000;
    word-break: break-word;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    transition: all 0.25s ease;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
}
.manshet_btn.red_btn {
    background-color: #ee3a2f;
    color: #fff;
}
.manshet_btn.green_btn {
    background-color: #45aa43;
    color: #fff;
}
.manshet_btn.blue_btn {
    background-color: #353ae3;
    color: #fff;
}
.manshet_btn--disabled,
.manshet_btn--disabled:hover {
    opacity: 0.55;
    cursor: default;
    pointer-events: none;
    box-shadow: none;
}

/* ! Manhset sect  */

/* ! News Slider sect  */
.wrap_news_slider {
    background-color: #2c415c;
}
/* ! News Slider sect  */

/* ! Announce sect  */
.wrap_announce_slider .item_content {
    padding: 24px 36px;
    box-shadow: 0 4px 10px #cccccc;
    border: 1px solid rgba(255, 255, 255, 0.3);
    background: #ffffff;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}

.wrap_announce_slider .wrap_slider .swiper-button-next {
    background-image: url("../img/icons/next_b.svg");
}

.wrap_announce_slider .wrap_slider .swiper-button-prev {
    background-image: url("../img/icons/prev_b.svg");
}
.wrap_announce_slider .card_item {
    background: transparent;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}
.wrap_time_anc_section {
    position: relative;
    width: 100%;
    /* padding: 64px 0 40px; */
    background: #eef3f8;
    background-image: url(../img/icons/timer_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    overflow: hidden;
}
.timer_row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    width: 100%;
}

/* səndə border var idi, onu ring edəcək deyə border-i götürürük */
.timer_item {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
    width: 100%;
    border-radius: 50%;
}

/* kvadrat saxlayıb dairə etmək üçün */
.timer_item::before {
    content: "";
    display: block;
    position: relative;
    width: 100%;
    padding-top: 100%;
}

/* SVG ring (halqa) */
.timer_ring {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    transform: rotate(-90deg); /* 12:00-dan başlasın */
}

/* halqaların stili */
.timer_ring_bg,
.timer_ring_fg {
    fill: none;
    stroke-width: 6px; /* səndəki border kimi */
    stroke-linecap: butt; /* istəsən round et */
}

.timer_ring_bg {
    stroke: #2c415c; /* navy */
    opacity: 1;
}

.timer_ring_fg {
    stroke: #e53935; /* red */
    stroke-dasharray: 339.292; /* JS bunu yeniləyəcək (2πr) */
    stroke-dashoffset: 339.292; /* başlanğıc: 0% */
    transition: stroke-dashoffset 0.35s linear;
}

.timer_content {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 8px;
    position: absolute;
    left: 0;
    top: 0;
    padding: 12px;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.timer_name {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 14px;
    line-height: 1.3;
    font-weight: 400;
    color: #000000;
    word-break: break-word;
}

.timer_value {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 40px;
    line-height: 1.3;
    font-weight: 700;
    color: #000000;
    word-break: break-word;
}

/* ! Announce sect  */
/* ! Partners sect  */
.wrap_partners {
    background-color: #fff;
}

.partners_row {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 45px;
    width: 100%;
}

.partners_empty_notice {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 140px;
    padding: 24px;
    border: 1px dashed rgba(0, 0, 0, 0.18);
    border-radius: 8px;
    background-color: #f8f8f8;
    text-align: center;
}

.partners_empty_notice p {
    margin: 0;
    font-size: 18px;
    line-height: 1.4;
    font-weight: 500;
    color: #000000;
    word-break: break-word;
}

.partners_item:hover .part_img {
    transform: scale(1.06);
    -webkit-transform: scale(1.06);
    -moz-transform: scale(1.06);
    -ms-transform: scale(1.06);
    -o-transform: scale(1.06);
}

.partners_item {
    display: flex;
    align-items: center;
    /* justify-content: center; */
    width: 100%;
}

.part_img {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 100%;
    transition: all 0.25s ease;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
}

.part_img img {
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
    margin: auto;
}
.partner_title {
    display: block;
    width: 100%;
    font-size: 25px;
    line-height: 1.3;
    font-weight: 700;
    color: #000000;
    word-break: break-word;
}
.partner_info::before {
    content: "";
    display: block;
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 100%;
    max-width: 300px;
    height: 1px;
    background-color: #000;
}
.partner_info {
    display: block;
    width: 100%;
    position: relative;
    font-size: 18px;
    line-height: 1.3;
    font-weight: 300;
    color: #000000;
    word-break: break-word;
}
.partner_second_title {
    display: block;
    width: 100%;
    padding-left: 16px;
    border-left: 4px solid #ee3a2f;
    font-size: 22px;
    line-height: 1.3;
    font-weight: 500;
    color: #000000;
    word-break: break-word;
}
/* ! Partners sect  */
/* ! Speakers sect  */
.speaker_row {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
}
.speaker_card {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 24px;
    padding: 32px 12px;
    overflow: hidden;
    background-color: #f4f5fb;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    transition: all 0.25s;
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    -ms-transition: all 0.25s;
    -o-transition: all 0.25s;
}
.speaker_card:hover {
    background-color: #ee3a2f;
}
.speaker_card:hover .item_img {
    border-color: #fff;
}
.speaker_card:hover .speaker_name,
.speaker_card:hover .speaker_info {
    color: #fff;
}

.speaker_card .item_img {
    margin: 0 auto;
    max-width: 150px;
    border: 2px solid #0b356c;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    transition: all 0.25s;
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    -ms-transition: all 0.25s;
    -o-transition: all 0.25s;
}
.speaker_card .item_img::before {
    padding-top: 100%;
}
.speaker_content {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 8px;
}
.speaker_name {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 16px;
    line-height: 1.4;
    font-weight: 700;
    color: #2c415c;
    word-break: break-word;
    transition: all 0.25s;
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    -ms-transition: all 0.25s;
    -o-transition: all 0.25s;
}
.speaker_info {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 14px;
    line-height: 1.3;
    font-weight: 300;
    color: #000000;
    word-break: break-word;
    transition: all 0.25s;
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    -ms-transition: all 0.25s;
    -o-transition: all 0.25s;
}
.speaker_card.speaker_card_boardofdirectors {
    grid-column: 1 / -1;
    width: min(100%, 980px);
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 32px;
    padding: 32px;
    background: linear-gradient(135deg, #f7f9fc 0%, #edf3fa 100%);
    border: 1px solid #d9e5f2;
    border-radius: 20px;
    box-shadow: 0 18px 40px rgba(44, 65, 92, 0.08);
    justify-self: start;
}
.speaker_card.speaker_card_boardofdirectors:hover {
    background: linear-gradient(135deg, #ffffff 0%, #eef4fb 100%);
    transform: translateY(-4px);
    box-shadow: 0 24px 48px rgba(44, 65, 92, 0.14);
}
.speaker_card.speaker_card_boardofdirectors:hover .item_img {
    border-color: #0b356c;
}
.speaker_card.speaker_card_boardofdirectors:hover .speaker_name {
    color: #17365d;
}
.speaker_card.speaker_card_boardofdirectors:hover .speaker_info {
    color: #4a5565;
}
.speaker_card.speaker_card_boardofdirectors .item_img {
    margin: 0;
    flex: 0 0 220px;
    max-width: 220px;
    border: 6px solid #ffffff;
    box-shadow: 0 12px 28px rgba(44, 65, 92, 0.16);
}
.speaker_card.speaker_card_boardofdirectors .speaker_content {
    flex: 0 1 420px;
    width: auto;
    gap: 12px;
}
.speaker_card.speaker_card_boardofdirectors .speaker_name {
    text-align: left;
    font-size: 28px;
    line-height: 1.3;
    color: #17365d;
}
.speaker_card.speaker_card_boardofdirectors .speaker_info {
    text-align: left;
    font-size: 17px;
    line-height: 1.6;
    font-weight: 400;
    color: #4a5565;
}
.speaker_card.speaker_card_boardofdirectors:nth-child(even) {
    flex-direction: row-reverse;
    justify-self: end;
}
.speaker_card.speaker_card_boardofdirectors:nth-child(even) .speaker_name,
.speaker_card.speaker_card_boardofdirectors:nth-child(even) .speaker_info {
    text-align: right;
}
/* ! Speakers sect  */

/* ! İmportant sect  */
/* SECTION */
.important-dates {
    width: 100%;
}

.important-dates__wrap {
    display: flex;
    gap: 24px;
    align-items: stretch;
}

/* LEFT CARD */
.important-dates__card {
    flex: 0 0 340px;
    background: #2c415c;
    padding: 42px 32px;
    color: #ffffff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 160px;
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px;
}

.important-dates__title {
    margin: 0 0 14px;
    font-weight: 900;
    font-size: 30px;
    line-height: 1;
    text-transform: uppercase;
    color: #ffffff;
}

.important-dates__subtitle {
    margin: 0;
    font-size: 18px;
    line-height: 1.45;
    font-weight: 400;
    color: #fff;
}

/* RIGHT LIST */
.important-dates__list {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
}

.important-dates__row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 21px 24px;
    border-radius: 12px;
    background: transparent;
}

.important-dates__row--pill {
    background: #f3f5fb;
}

.important-dates__label {
    color: #2c415c;
    font-weight: 700;
    font-size: 15px;
    line-height: 1.25;
}

.important-dates__dates {
    display: grid;
    grid-template-columns: repeat(2, 96px);
    align-items: center;
    column-gap: 46px;
    justify-content: end;
    white-space: nowrap;
}

.important-dates__date {
    display: block;
    width: 96px;
    text-align: right;
    font-weight: 700;
    font-size: 15px;
    line-height: 1.25;
}

.important-dates__date--red {
    color: #e84b3c;
}

.important-dates__date--green {
    color: #2aa64a;
}

.important-dates__date--empty {
    visibility: hidden;
}

/* ! İmportant sect  */

/* ! Home Page  */

/* ! Gallery Page  */

.wrap_gallery_page .fancy_item {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}

.video_gallery_grid {
    align-items: start;
}

.video_gallery_card {
    overflow: hidden;
    background: #f7f9fc;
    border: 1px solid #d9e2ee;
    border-radius: 12px;
}

.video_gallery_frame {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    background: #000;
}

.video_gallery_trigger,
.video_gallery_frame iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.video_gallery_trigger {
    display: block;
    overflow: hidden;
    background: #000;
}

.video_gallery_trigger img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.25s ease;
}

.video_gallery_trigger:hover img {
    transform: scale(1.04);
}

.video_gallery_play {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 74px;
    height: 52px;
    background: rgba(217, 38, 50, 0.95);
    border-radius: 16px;
    transform: translate(-50%, -50%);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.28);
}

.video_gallery_play::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    border-top: 11px solid transparent;
    border-bottom: 11px solid transparent;
    border-left: 18px solid #fff;
    transform: translate(-35%, -50%);
}

.video_gallery_frame iframe {
    border: 0;
}

/* ! Gallery Page  */
/* ! Search Page  */
.wrap_search_page .search-pill-sect input {
    display: block;
    width: calc(100% - 24px);
    padding: 10px;
    min-height: 70px;
    font-size: 16px;
}
.search_card {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 16px;
    width: 100%;
    margin: 0 auto 24px;
    padding: 32px;
    transition: 0.2s ease;
    background-color: transparent;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}
.search_card:hover {
    background-color: #f2f4fb;
}

.search_card_title {
    width: 100%;
    font-size: 18px;
    line-height: 1.25;
    font-weight: 500;
    color: #2c415c;
    word-break: break-word;
}

.search_card_info {
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.7;
    color: #000;
    word-break: break-word;
}
.search_card_btn {
    display: inline-flex;
    align-items: center;
    width: auto;
    min-height: 45px;
    padding: 12px 18px;
    background: #2c415c;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    transition: all 0.25s;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    -ms-transition: all 0.25s;
    -o-transition: all 0.25s;
}
.search_card_btn:hover {
    background: #101f34;
}

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

.search_filter_item {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
    color: #2c415c;
}

.search_filter_item input[type="radio"] {
    margin: 0;
    width: 16px;
    height: 26px;
    accent-color: #2c415c;
    cursor: pointer;
}

/* ! Search Page  */

/* ! Archive Page  */
.archive_header_sect {
    background: #f2f4fb;
    padding: 32px 40px;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
}

.archive_header_title {
    margin: 0 0 8px;
    font-size: 18px;
    font-weight: 900;
    color: #2c415c;
}

.archive_header_info {
    margin: 0 0 18px;
    font-size: 16px;
    font-weight: 300;
    color: #101010;
}

.archive_header_second_title {
    margin: 0;
    font-size: 18px;
    line-height: 1.5;
    font-weight: 500;
    color: #101010;
}

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

.archive_card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 32px;
    min-height: 150px;
    background: #f4f5fb;
    text-decoration: none;
    transition: 0.2s ease;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}

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

.archive_card_icon img {
    display: block;
    max-width: 100%;
    max-height: 100%;
}
.archive_card_icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 16px;
}

.archive_card_title {
    font-size: 18px;
    font-weight: 500;
    color: #2c415c;
    transition: 0.2s ease;
}

.archive_card_info {
    margin: 12px 0 0;
    font-size: 16px;
    font-weight: 300;
    color: #000000;
    transition: 0.2s ease;
}

.archive_card_link {
    margin-top: 24px;
    font-size: 18px;
    font-weight: 500;
    color: #2161b4;
    transition: 0.2s ease;
}

/* Active (1-ci kart tünd) */
.archive_card:hover {
    background: #2c415c;
    box-shadow: 0 4px 14px rgba(20, 24, 40, 0.06);
    transform: translateY(-2px);
}

.archive_card:hover .archive_card_title,
.archive_card:hover .archive_card_info,
.archive_card:hover .archive_card_link {
    color: #fff;
}

.archive_article_title {
    display: block;
    width: 100%;
    margin-bottom: 32px;
    font-size: 20px;
    font-weight: 700;
    color: #000000;
}

.articles_list {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
}
.article_list_item {
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 100%;
}
.article_list_item:hover .article_list_title {
    text-decoration: underline;
}

.article_list_title {
    display: block;
    width: 100%;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.3;
    color: #2c415c;
}
.article_list_author {
    display: block;
    width: 100%;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.3;
    color: #646d7a;
}

.discussion_topics_page .sect_header {
    text-align: center;
}
.discussion_topics_page .sect_title {
    justify-content: center;
    color: #b42025;
}
.discussion_topics_panel {
    display: flex;
    flex-direction: column;
    gap: 32px;
}
.discussion_topics_intro {
    padding-bottom: 8px;
    text-align: left;
}
.discussion_topics_list {
    display: flex;
    flex-direction: column;
    gap: 36px;
    margin: 0;
    padding-left: 34px;
}
.discussion_topic_item::marker {
    font-size: 30px;
    font-weight: 700;
    color: #101010;
}
.discussion_topic_title {
    margin: 0 0 16px;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.35;
    color: #111111;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 4px;
}
.discussion_topic_body {
    text-align: left;
    color: #1f1f1f;
}
.discussion_topic_body > *:first-child {
    margin-top: 0;
}
.discussion_topic_body > *:last-child {
    margin-bottom: 0;
}
.discussion_topic_body ul,
.discussion_topic_body ol {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin: 0;
    padding-left: 28px;
}
.discussion_topic_body li,
.discussion_topic_body p {
    font-size: 20px;
    line-height: 1.6;
}

.article_detail .search_card_btn {
    margin-top: 24px;
}
.article_detail .article_list_title {
    font-weight: 500;
    margin-bottom: 4px;
}

.article_detail_title {
    display: block;
    width: 100%;
    margin-bottom: 16px;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.4;
    color: #2c415c;
}
.article_detail_content {
    display: block;
    width: 100%;
    margin: 16px auto;
    text-align: justify;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #646d7a;
    word-break: break-word;
}
/* ! Archive Page  */
/* ! Confrance Page  */
.conf_card {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    position: relative;
    width: 100%;
    gap: 8px;
    margin-bottom: 20px;
    padding: 32px 92px 32px 32px;
    background-color: #f4f5fb;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
}

.conf_title {
    display: block;
    width: 100%;
    font-size: 24px;
    font-weight: 900;
    line-height: 1.5;
    color: #2c415c;
    word-break: break-word;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
}
.conf_date {
    display: block;
    width: 100%;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.5;
    color: #101010;
    word-break: break-word;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
}
.conf_name {
    display: block;
    width: 100%;
    margin-top: 24px;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
    color: #101010;
    word-break: break-word;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
}
.conf_subject {
    display: block;
    width: 100%;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.5;
    color: #101010;
    word-break: break-word;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
}
.conf_icon::before {
    content: "";
    display: block;
    width: 48px;
    height: 48px;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("../img/icons/icon_conf.png");
}
.conf_icon {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 32px;
    gap: 8px;
    width: 48px;
    font-size: 15px;
    font-weight: 700;
    line-height: 1;
    color: #2c415c;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
}
.conf_card:hover {
    background-color: #2c415c;
}
.conf_card:hover .conf_icon,
.conf_card:hover .conf_title,
.conf_card:hover .conf_date,
.conf_card:hover .conf_name,
.conf_card:hover .conf_subject {
    color: #fff;
}
.conf_card:hover .conf_icon::before {
    background-image: url("../img/icons/icon_conf_hov.png");
}
/* ! Confrance Page  */
/* ! Speacker Page  */
.speacker_header {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 1100px;
    gap: 14px;
    margin: 0 auto;
}
.speacker_title {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.5;
    color: #2c415c;
    word-break: break-word;
}
.speacker_title_second {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.5;
    color: #2c415c;
    word-break: break-word;
}
.speacker_date {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.5;
    color: #ee3a2f;
    word-break: break-word;
}
.speacker_info {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5;
    color: #2c415c;
    word-break: break-word;
}

.wrap_speaker_page .speaker_card {
    margin-bottom: 44px;
    flex-direction: row;
    align-items: center;
    gap: 24px;
    padding: 32px;
    background-color: #f4f5fb !important;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
}
.wrap_speaker_page .speaker_card .item_img {
    max-width: 360px;
    border: 6px solid #ee3a2f;
}

.wrap_speaker_page .speaker_name {
    text-align: left;
    font-size: 26px;
    color: #2c415c !important;
}
.wrap_speaker_page .speaker_info {
    text-align: left;
    font-size: 18px;
    font-weight: 400;
    color: #2c415c !important;
}
.speaker_text {
    display: block;
    width: 100%;
    text-align: left;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
    color: #2e2e2e;
    word-break: break-word;
}
.speaker_detail_content {
    display: block;
    width: 100%;
    text-align: justify;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
    color: #2e2e2e;
    word-break: break-word;
}
.speaker_detail_content h1,
.speaker_detail_content h2,
.speaker_detail_content h3 {
    font-size: 24px;
    font-weight: 700;
}
/* ! Speacker Page  */
/* ! Publish Page  */
.publish_item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    position: relative;
    border: 2px solid #2c415c;
    transition: all 0.25s ease;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
.publish_item::before {
    content: "";
    display: block;
    width: 100%;
    position: relative;
    padding-top: 100%;
}
.publish_second_title {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    text-align: left;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.5;
    color: #2c415c;
    word-break: break-word;
}
.publish_item_content {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    padding: 16px;
    width: 96%;
    height: 96%;
    background-color: #f4f5fb;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.5;
    color: #2c415c;
    word-break: break-word;
    transition: all 0.25s ease;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
.publish_item:hover {
    border-color: #ee3c31;
}
.publish_item:hover .publish_item_content {
    background-color: #ee3c31;
    color: #fff;
}
/* ! Publish Page  */
/* ! Mission Page  */
.mission_row {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.mission_row .mission_card:nth-child(2n) {
    flex-direction: row-reverse;
}

.mission_card {
    display: flex;
    align-items: center;
    width: 100%;
    gap: 24px;
    padding: 32px;
    overflow: hidden;
    background-color: #f4f5fb;
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px;
    transition: all 0.25s;
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    -ms-transition: all 0.25s;
    -o-transition: all 0.25s;
}

.mission_card .item_img img {
    width: 96%;
    height: 96%;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
}
.mission_card .item_img {
    margin: 0 auto;
    max-width: 350px;
    border: 4px solid #2c415c;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    transition: all 0.25s;
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    -ms-transition: all 0.25s;
    -o-transition: all 0.25s;
}
.mission_card .item_img::before {
    padding-top: 100%;
}
.mission_content {
    display: block;
    width: 100%;
    text-align: left;
    font-size: 16px;
    line-height: 1.4;
    font-weight: 400;
    color: #2c415c;
    word-break: break-word;
    transition: all 0.25s;
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    -ms-transition: all 0.25s;
    -o-transition: all 0.25s;
}
/* ! Mission Page  */

/* ! Profile Page  */
.wrap_profile_sect {
    padding: 44px;
    background-color: #f4f5fb;
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px;
}
.profile_form {
    padding: 36px;
    background-color: #fff;
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px;
}
.profile_form .form_item {
    margin-bottom: 16px;
}
.profile_form .article_required_note {
    display: flex;
    align-items: center;
    gap: 6px;
    margin: -2px 0 14px;
    color: #d53434;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.35;
}
.profile_form .article_required_note::before {
    content: "*";
    font-size: 18px;
    line-height: 1;
    font-weight: 700;
}
.profile_form .form_item.is-required {
    position: relative;
}
.profile_form .form_item.is-required::before {
    content: "*";
    position: absolute;
    left: 5px;
    top: 13px;
    z-index: 2;
    color: #d53434;
    font-size: 18px;
    line-height: 1;
    font-weight: 700;
    pointer-events: none;
}
.profile_form .item_input {
    padding: 8px 20px;
    background: #f4f5fb;
    border: 1px solid #dddee4;
}
.profile_form .form_item.is-required .item_input {
    padding-left: 30px;
}
.profile_form .item_input::placeholder {
    color: #9ea0a4;
}
.profile_form .article_file_picker_label {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    min-height: 44px;
    padding-top: 8px;
    padding-bottom: 8px;
    cursor: pointer;
}
.profile_form .article_file_picker_input {
    position: absolute;
    width: 1px;
    height: 1px;
    opacity: 0;
    pointer-events: none;
}
.profile_form .article_file_picker_title {
    color: #1d2b3f;
    font-size: 15px;
    font-weight: 500;
    white-space: nowrap;
}
.profile_form .article_file_picker_button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 30px;
    padding: 6px 12px;
    border: 1px solid #cdd7e8;
    border-radius: 8px;
    background: #ffffff;
    color: #274a74;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.2;
    white-space: nowrap;
}
.profile_form .article_file_picker_name {
    flex: 1 1 180px;
    min-width: 120px;
    color: #5b6480;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.35;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.profile_form .article_file_hint_note {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    margin-top: 10px;
    padding: 10px 12px;
    border: 1px solid #d5e3f4;
    border-radius: 10px;
    background: #f6faff;
    color: #4f6481;
    font-size: 13px;
    line-height: 1.45;
    font-weight: 500;
}
.profile_form .article_file_hint_note::before {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    margin-top: 6px;
    border-radius: 50%;
    background: #5d7ca5;
    flex: 0 0 6px;
}
.profile_form .article_file_actions {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 10px;
}
.profile_form .article_file_actions .btn_item {
    width: auto;
    min-height: 36px;
    padding: 8px 14px;
    flex: none;
    border: 1px solid #c9d8ee;
    background: #edf4ff;
    color: #32547f;
    font-weight: 500;
}
.profile_form .article_file_actions .btn_item:hover {
    border-color: #b8cde9;
    background: #dfeaff;
    box-shadow: none;
}
.profile_form .article_selected_file {
    margin-top: 10px;
}
.profile_form .article_selected_file_card {
    position: relative;
}
.profile_form .article_selected_file_card .article_file_hint_note {
    margin-top: 0;
    padding-right: 150px;
}
.profile_form .article_file_inline_actions {
    position: absolute;
    right: 10px;
    top: 50%;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    transform: translateY(-50%);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.2s ease, visibility 0.2s ease;
}
.profile_form .article_selected_file_card:hover .article_file_inline_actions,
.profile_form .article_selected_file_card:focus-within .article_file_inline_actions {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}
.profile_form .article_file_inline_btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 28px;
    padding: 4px 10px;
    border: 1px solid #c8d7ee;
    border-radius: 8px;
    background: #ffffff;
    color: #294e7a;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.2;
    cursor: pointer;
}
.profile_form .article_file_inline_btn:hover {
    background: #eef4ff;
}
.profile_form .article_file_inline_btn--danger {
    border-color: #f1c0c0;
    color: #c62828;
}
.profile_form .article_file_inline_btn--danger:hover {
    background: #fff0f0;
}
.profile_form .article_existing_file {
    margin-top: 10px;
}
.profile_form .article_existing_file .article_file_actions {
    margin-top: 8px;
}
.profile_form .article_authors_wrap {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.profile_form .article_authors_head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding-left: 18px;
}
.profile_form .article_authors_title {
    color: #2b3f5d;
    font-size: 15px;
    line-height: 1.3;
    font-weight: 700;
}
.profile_form .article_authors_head .btn_item {
    width: auto;
    min-height: 34px;
    padding: 6px 12px;
    flex: none;
}
.profile_form .article_authors_list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.profile_form .article_author_card {
    border: 1px solid #d8e3f2;
    border-radius: 12px;
    background: #f8fbff;
    padding: 12px;
}
.profile_form .article_author_card_head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    margin-bottom: 10px;
}
.profile_form .article_author_card_title {
    color: #2b3f5d;
    font-size: 14px;
    line-height: 1.25;
    font-weight: 700;
}
.profile_form .article_author_remove_btn {
    border: 1px solid #f0c2c2;
    background: #fff5f5;
    color: #b42323;
    border-radius: 8px;
    min-height: 28px;
    padding: 4px 10px;
    font-size: 12px;
    line-height: 1.2;
    font-weight: 600;
    cursor: pointer;
}
.profile_form .article_author_remove_btn:hover {
    background: #ffeaea;
}
.profile_form .article_author_grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}
.profile_form .btn_item.success {
    display: inline-flex;
    width: auto;
    flex: none;
}
.profile_top {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    gap: 12px;
}
.profile_top .btn_item {
    margin-left: auto;
    flex: none;
}
.profile_top_info {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 4px;
    width: auto;
}
.profile_top_info h3 {
    color: #2c415c;
    font-size: 16px;
    font-weight: 700;
}
.profile_top_info p {
    color: #696969;
    font-size: 14px;
    font-weight: 300;
}
/* table sect */
.profile_table {
    width: 100%;
}
.profile_table table {
    width: 100%;
    border-collapse: collapse;
    overflow: hidden;
}

.profile_table thead th {
    text-align: left;
    padding: 16px 20px 16px 0px;
    font-weight: 700;
    color: #2c415c;
    font-size: 18px;
    border-bottom: 1px solid #e5e7eb;
}

.profile_table tbody td {
    padding: 16px 20px 16px 0px;
    color: #343434;
    font-size: 14px;
    font-weight: 400;
    border-bottom: 1px solid #e5e7eb;
    vertical-align: middle;
}

.profile_table tbody tr:last-child td {
    border-bottom: none;
}

/* Sütun genişliklərini screendəki kimi saxlayır */
.profile_table th:nth-child(1),
.profile_table td:nth-child(1) {
    width: 45%;
}
.profile_table th:nth-child(2),
.profile_table td:nth-child(2) {
    width: 25%;
}
.profile_table th:nth-child(3),
.profile_table td:nth-child(3) {
    width: 15%;
    white-space: nowrap;
}
.profile_table th:nth-child(4),
.profile_table td:nth-child(4) {
    width: 15%;
}

/* Status rəngləri */
.status {
    font-weight: 400;
}
.status--pending {
    color: #ca8a04;
} /* narıncı */
.status--accepted {
    color: #16a318;
} /* yaşıl */
.status--rejected {
    color: #b91c1c;
}
.status--revision {
    color: #1d4ed8;
}

/* Əməliyyat linki */
.profile_table .op {
    color: #2563eb;
    text-decoration: none;
}
.profile_table .op:hover {
    text-decoration: underline;
}

.profile_table .article_action_group {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

.my_articles_sect {
    border: 1px solid #dde5f2;
    background: linear-gradient(180deg, #f2f6fc 0%, #eef2fa 100%);
}

.my_articles_head {
    padding: 20px;
    border: 1px solid #dde6f3;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.6);
}

.my_articles_head .profile_top {
    gap: 16px;
}

.my_articles_new_btn {
    min-width: 210px;
}

.my_articles_stats {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
}

.my_articles_stat {
    padding: 14px 16px;
    border: 1px solid #dbe5f2;
    border-radius: 12px;
    background: #fff;
}

.my_articles_stat_label {
    display: block;
    font-size: 12px;
    line-height: 1.35;
    font-weight: 600;
    color: #607088;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.my_articles_stat_value {
    display: block;
    margin-top: 8px;
    font-size: 30px;
    line-height: 1;
    font-weight: 800;
    color: #1d2e43;
}

.profile_table.my_articles_table {
    border: 1px solid #dbe4f1;
    border-radius: 14px;
    overflow: hidden;
    background: #fff;
}

.profile_table.my_articles_table table {
    border-collapse: separate;
    border-spacing: 0;
}

.profile_table.my_articles_table thead th {
    padding: 14px 20px;
    border-bottom: 1px solid #e1e8f3;
    background: #f7faff;
    font-size: 13px;
    font-weight: 700;
    color: #506178;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.profile_table.my_articles_table tbody tr {
    transition: background-color 0.2s ease;
}

.profile_table.my_articles_table tbody tr:hover {
    background: #f8fbff;
}

.profile_table.my_articles_table tbody td {
    padding: 18px 20px;
    border-bottom: 1px solid #edf2f8;
    color: #1f2937;
    font-size: 15px;
}

.profile_table.my_articles_table th:nth-child(1),
.profile_table.my_articles_table td:nth-child(1) {
    width: 40%;
}

.profile_table.my_articles_table th:nth-child(2),
.profile_table.my_articles_table td:nth-child(2) {
    width: 20%;
}

.profile_table.my_articles_table th:nth-child(3),
.profile_table.my_articles_table td:nth-child(3) {
    width: 14%;
}

.profile_table.my_articles_table th:nth-child(4),
.profile_table.my_articles_table td:nth-child(4) {
    width: 26%;
}

.profile_table.my_articles_table .status {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 28px;
    padding: 4px 12px;
    border-radius: 999px;
    border: 1px solid transparent;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.25;
}

.profile_table.my_articles_table .status--pending {
    color: #9a6702;
    border-color: #f2cf8f;
    background: #fff9e9;
}

.profile_table.my_articles_table .status--accepted {
    color: #166534;
    border-color: #a8ddbf;
    background: #ecfdf3;
}

.profile_table.my_articles_table .status--rejected {
    color: #991b1b;
    border-color: #f3b3b3;
    background: #fef2f2;
}

.profile_table.my_articles_table .status--revision {
    color: #1d4ed8;
    border-color: #b8cdf8;
    background: #eff6ff;
}

.profile_table.my_articles_table .op {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 30px;
    padding: 4px 12px;
    border-radius: 8px;
    border: 1px solid #c9daff;
    background: #f3f8ff;
    color: #1d4ed8;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.2;
    text-decoration: none;
    cursor: pointer;
}

.profile_table.my_articles_table button.op {
    font-family: inherit;
    appearance: none;
    -webkit-appearance: none;
}

.profile_table.my_articles_table .op:hover {
    border-color: #a9c2ff;
    background: #e8f1ff;
    text-decoration: none;
}

.profile_table.my_articles_table .op--info {
    border-color: #d7dee9;
    background: #f8fafc;
    color: #475569;
}

.profile_table.my_articles_table .op--info:hover {
    border-color: #c2ccd9;
    background: #f1f5f9;
}

.profile_table.my_articles_table .my_articles_empty_row td {
    text-align: center;
    color: #64748b;
    font-weight: 500;
    padding: 28px 20px;
}

/* ! Profile Page  */

/* ! About Page  */
.wrap_about_page .bf_tb_hd {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    width: auto;
    max-width: 100%;
    background-color: #2c415c;
    padding: 8px;
    overflow: auto;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}
.wrap_about_page .bt_tb_title.active,
.bt_tb_title:hover {
    color: #2c415c;
    background-color: #fff;
}
.wrap_about_page .bt_tb_title {
    flex: none;
    padding: 16px 24px;
    height: 40px;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    background-color: transparent;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
}

.about_top_items {
    width: 100%;
    background-color: #2c415c;
    padding: 32px;
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px;
}

.about_top_grid {
    display: grid;
    grid-template-columns: 34% 66%;
    gap: 24px 0; /* istəyə görə */
    align-items: stretch;
}

/* Kart */
.about_card {
    display: grid;
    grid-template-rows: auto 1fr;
    position: relative;
    gap: 24px 16px;
    min-width: 0;
}

.about_card--left {
    padding-right: 40px;
}

.about_card--right {
    padding-left: 40px;
}
.about_card--right::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    width: 1px;
    height: 240px;
    background-color: #798799;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

/* Header: logo + title */
.about_card__head {
    display: grid;
    grid-template-columns: 110px 1fr; /* logo eni sabit */
    gap: 16px;
    align-items: center;
    min-width: 0;
}

/* Logo ölçüləri tam eyni */
.about_logo::before {
    content: "";
    display: block;
    position: absolute;
    width: 90%;
    height: 90%;
    background-color: #fff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
.about_logo {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 110px;
    height: 110px;
    overflow: hidden;
    padding: 4px;
    border: 1px solid #798799;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
.about_logo img {
    max-width: 100%;
    max-height: 100%;
    display: block;
    z-index: 3;
}

/* Title class-ları */
.about_title {
    margin: 0;
    font-size: 24px; /* istəyə görə */
    line-height: 1.2;
    font-weight: 700;
    color: #fff; /* fon tünddürsə */
    min-width: 0;
}

/* Media (şəkillər) ölçüləri tam eyni */
.about_media {
    height: 175px;
    width: 100%;
    overflow: hidden;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
}

.about_media__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* article accept */
.article_accept {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 24px;
    position: relative;
    width: 100%;
    padding-left: 24px;
    padding-right: 24px;
    background: #eef3f8;
    background-image: url(../img/article_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    text-align: center;
    line-height: 1.4;
    color: #fff;
    word-break: break-word;
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px;
}

.art_acpt_title::before {
    content: "";
    display: block;
    width: 100%;
    max-width: 360px;
    height: 2px;
    position: absolute;
    bottom: -6px;
    background-color: #fff;
}
.art_acpt_title {
    display: flex;
    justify-content: center;
    width: 100%;
    position: relative;
    font-size: 50px;
    font-weight: 700;
}
.art_acpt_info {
    width: 100%;
    position: relative;
    font-size: 28px;
    font-weight: 700;
}
.art_acpt_lock {
    width: 100%;
    position: relative;
    font-size: 18px;
    font-weight: 300;
}

.article_share {
    display: flex;
    align-items: center;
    width: auto;
    max-width: 300px;
    margin-top: 24px;
    padding-left: 52px;
    position: relative;
    text-align: left;
    font-weight: 700;
    font-size: 16px;
    color: #2c415c;
}
.article_share::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    width: 40px;
    height: 40px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    background-image: url("../img/icons/article_sh_icon.png");
}
/* article accept */

/* article program */
.pdf_embed_sect {
    display: block;
    width: 100%;
    max-width: 1024px;
    margin: 32px auto;
    overflow: hidden;
}
.pdf_embed_sect iframe,
.pdf_embed_sect embed {
    display: block;
    width: 100%;
    min-height: 650px;
    height: auto;
}

.program_item {
    display: flex;
    align-items: center;
    gap: 16px 0;
    width: 100%;
    background-color: #2c415c;
    padding: 24px;
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px;
}
.program_content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    padding: 0 56px 0 0;
    width: calc(100% - 470px);
}
.program_img {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 470px;
    overflow: hidden;
    border: 1px solid #fff;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}

.program_img img,
.program_img video,
.program_img iframe {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    object-fit: cover;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
}

.program_img::before {
    content: "";
    display: block;
    position: relative;
    width: 100%;
    padding-top: 66%;
}
.pr_title {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: auto;
    min-height: 50px;
    text-align: center;
    font-weight: 700;
    font-size: 50px;
    line-height: 1.4;
    color: #ee3c31;
    word-break: break-word;
    padding: 12px 28px;
    background-color: #25364d;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
}
.pr_info_sect {
    display: flex;
    align-items: center;
    width: 100%;
    gap: 12px 24px;
}
.pr_number {
    display: inline-flex;
    flex: 1;
    width: auto;
    text-align: left;
    font-weight: 700;
    font-size: 85px;
    line-height: 1.4;
    color: #fff;
    white-space: nowrap;
}
.pr_info {
    display: inline-flex;
    width: auto;
    text-align: left;
    font-weight: 700;
    font-size: 28px;
    line-height: 1.4;
    color: #fff;
    word-break: break-word;
}
/* article program */

/* ! About Page  */

/* full tablet */
@media (max-width: 1200px) {
    /* ! About Page  */
    .about_top_items {
        padding: 24px;
    }
    .about_card__head {
        grid-template-columns: 76px 1fr;
    }
    .about_logo {
        width: 76px;
        height: 76px;
    }
    .about_title {
        font-size: 16px;
    }
    /* article program */

    .pr_title {
        min-height: 32px;
        font-size: 32px;
    }
    .pr_number {
        font-size: 48px;
    }
    .pr_info {
        font-size: 24px;
    }
    /* article program */

    /* ! About Page  */
}
/* tablet */
@media (max-width: 1024px) {
    /* ! Home Page  */
    .partners_row {
        grid-template-columns: repeat(4, 1fr);
        gap: 24px;
        padding-top: 32px;
    } /* ! Speakers sect  */
    .speaker_row {
        grid-template-columns: repeat(3, 1fr);
    }
    .speaker_card {
        gap: 20px;
        padding: 24px 12px;
    }
    .speaker_card.speaker_card_boardofdirectors {
        width: 100%;
        gap: 24px;
        padding: 28px 24px;
    }
    .speaker_card.speaker_card_boardofdirectors .speaker_content {
        flex-basis: 340px;
    }
    .speaker_card.speaker_card_boardofdirectors .item_img {
        flex-basis: 180px;
        max-width: 180px;
    }
    .speaker_card.speaker_card_boardofdirectors .speaker_name {
        font-size: 24px;
    }
    .speaker_card.speaker_card_boardofdirectors .speaker_info {
        font-size: 16px;
    }
    .wrap_speaker_page .speaker_card .item_img {
        max-width: 240px;
    }
    .wrap_speaker_page .speaker_card {
        width: calc(100% + 32px);
        margin-left: -16px;
        margin-bottom: 24px;
        gap: 16px;
        padding: 24px 16px;
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
    }
    /* ! Speakers sect  */
    /* ! Home Page  */

    /* ! Mission Page  */

    .mission_card {
        padding: 24px;
    }

    .mission_card .item_img {
        max-width: 280px;
        border: 2px solid #2c415c;
    }
    /* ! Mission Page  */
    /* ! Profile Page  */
    .wrap_profile_sect {
        width: calc(100% + 32px);
        margin-left: -16px;
        padding: 24px 16px;
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
    }
    .profile_form {
        width: calc(100% + 32px);
        margin-left: -16px;
        padding: 24px 16px;
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
    }
    /* ! Profile Page  */
    /* ! About Page  */
    .about_top_items {
        padding: 24px;
    }
    .about_top_grid {
        grid-template-columns: 50% 50%;
    }
    .about_card__head {
        grid-template-columns: 76px 1fr;
    }
    .about_logo {
        width: 76px;
        height: 76px;
    }
    .about_title {
        font-size: 16px;
    }

    /* article program */
    .pdf_embed_sect {
        margin: 24px auto;
    }

    .program_item {
        width: calc(100% + 32px);
        margin-left: -16px;
        flex-wrap: wrap;
        padding: 24px;
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
    }
    .program_content {
        gap: 16px;
        padding: 0;
        width: 100%;
    }
    .program_img {
        width: 100%;
        border-radius: 8px;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        -ms-border-radius: 8px;
        -o-border-radius: 8px;
    }

    .pr_title {
        min-height: 32px;
        font-size: 20px;
    }

    .pr_info_sect {
        flex-wrap: wrap;
    }
    .pr_number {
        font-size: 24px;
    }
    .pr_info {
        font-size: 18px;
    }
    /* article program */
    /* ! About Page  */
}
@media (max-width: 768px) {
    /* ! Home Page  */

    /* ! Speakers sect  */
    .speaker_row {
        grid-template-columns: repeat(2, 1fr);
    }
    .speaker_card {
        gap: 20px;
        padding: 24px 12px;
    }
    .speaker_card.speaker_card_boardofdirectors {
        flex-direction: column;
        align-items: center;
        gap: 20px;
        padding: 24px 18px;
    }
    .speaker_card.speaker_card_boardofdirectors .item_img {
        margin: 0 auto;
        flex-basis: 170px;
        max-width: 170px;
    }
    .speaker_card.speaker_card_boardofdirectors .speaker_name,
    .speaker_card.speaker_card_boardofdirectors .speaker_info {
        text-align: center;
    }
    /* ! Speakers sect  */

    /* ! Ipmortant sect  */

    .important-dates__wrap {
        flex-direction: column;
        gap: 18px;
    }

    .important-dates__card {
        flex-basis: auto;
        padding: 22px 18px;
        border-radius: 18px;
        min-height: unset;
        text-align: center;
    }

    .important-dates__title {
        font-size: 24px;
        margin-bottom: 8px;
    }

    .important-dates__subtitle {
        font-size: 16px;
    }

    .important-dates__list {
        gap: 8px;
    }

    /* mobile-da hər row pill olsun */
    .important-dates__row {
        padding: 16px;
        background: #f3f5fb;
    }

    .important-dates__row {
        align-items: center;
        gap: 12px;
    }

    .important-dates__dates {
        grid-template-columns: repeat(2, 82px);
        column-gap: 16px;
        justify-content: end;
    }
    .important-dates__label {
        font-weight: 500;
        font-size: 14px;
    }
    .important-dates__date {
        font-weight: 400;
        font-size: 14px;
        width: 82px;
    }
    /* ! Ipmortant sect  */

    /* ! Timer sect  */

    .timer_content {
        gap: 1px;
        padding: 8px;
    }

    .timer_name {
        font-size: 10px;
    }

    .timer_value {
        font-size: 16px;
    }
    /* ! Timer sect  */

    /* ! Manhset sect  */

    .manshet_item {
        gap: 16px;
    }
    .manshet_title {
        font-size: 18px;
        font-weight: 700;
    }

    .manshet_info {
        font-size: 13px;
        font-weight: 300;
    }
    .manshet_btn {
        min-height: 24px;
        padding: 4px 8px;
        font-size: 10px;
    }

    /* ! Manhset sect  */
    /* ! Home Page  */

    /* ! Search Page  */
    .search_card {
        gap: 12px;
        margin: 0 auto 16px;
        padding: 24px 16px;
    }
    /* ! Search Page  */

    /* ! Confrance Page  */
    .conf_card {
        margin-bottom: 16px;
        padding: 24px 16px;
    }
    .conf_icon::before {
        width: 24px;
        height: 24px;
    }
    .conf_icon {
        top: 24px;
        right: 16px;
        gap: 6px;
        width: 24px;
    }
    .conf_title {
        font-size: 20px;
        padding-right: 32px;
    }
    .conf_date {
        padding-right: 32px;
    }
    .conf_name {
        margin-top: 12px;
        font-size: 16px;
    }
    /* ! Confrance Page  */

    /* ! Speacker Page  */
    .speacker_title {
        font-size: 18px;
    }
    .speacker_title_second {
        font-size: 20px;
    }
    .speacker_date {
        font-size: 18px;
    }
    .speacker_info {
        font-size: 16px;
    }

    .wrap_speaker_page .speaker_card {
        width: calc(100% + 32px);
        margin-left: -16px;
        margin-bottom: 24px;
        flex-direction: column;
        gap: 16px;
        padding: 24px 16px;
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
    }
    .wrap_speaker_page .speaker_name {
        font-size: 20px;
    }
    .wrap_speaker_page .speaker_info {
        font-size: 16px;
    }
    .speaker_text {
        font-size: 16px;
    }
    .speaker_detail_content {
        font-size: 16px;
    }
    /* ! Speacker Page  */
    /* ! Publish Page  */
    .wrap_speaker_page .row_item_4 {
        grid-template-columns: repeat(2, 1fr);
    }
    .publish_second_title {
        font-size: 18px;
    }
    .discussion_topics_panel {
        gap: 24px;
    }
    .discussion_topics_list {
        gap: 28px;
        padding-left: 26px;
    }
    .discussion_topic_item::marker {
        font-size: 22px;
    }
    .discussion_topic_title {
        margin-bottom: 12px;
        font-size: 20px;
    }
    .discussion_topic_body ul,
    .discussion_topic_body ol {
        padding-left: 22px;
    }
    .discussion_topic_body li,
    .discussion_topic_body p {
        font-size: 16px;
    }
    .publish_item_content {
        font-size: 12px;
    }
    .speaker_detail_content h1,
    .speaker_detail_content h2,
    .speaker_detail_content h3 {
        font-size: 18px;
    }

    /* ! Publish Page  */

    /* ! Mission Page  */
    .mission_row {
        width: calc(100% + 32px);
        margin-left: -16px;
    }

    .mission_card {
        flex-direction: column !important;

        gap: 16px;
        padding: 24px 16px;
        overflow: hidden;
        background-color: #f4f5fb;
        border-radius: 0px;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        -ms-border-radius: 0px;
        -o-border-radius: 0px;
    }

    .mission_card .item_img {
        max-width: 240px;
        border: 2px solid #2c415c;
    }
    /* ! Mission Page  */

    /* ! Profile Page  */
    .wrap_profile_sect {
        width: calc(100% + 32px);
        margin-left: -16px;
        padding: 24px 16px;
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
    }
    .profile_form {
        width: calc(100% + 32px);
        margin-left: -16px;
        padding: 24px 16px;
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
    }
    .profile_top .btn_item {
        margin: 0 auto 0 0;
    }
    .profile_form .article_selected_file_card .article_file_hint_note {
        padding-right: 12px;
    }
    .profile_form .article_file_inline_actions {
        position: static;
        transform: none;
        margin-top: 8px;
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
    }
    .profile_form .article_authors_head {
        align-items: flex-start;
        flex-direction: column;
        padding-left: 0;
    }
    .profile_form .article_author_grid {
        grid-template-columns: 1fr;
    }
    .profile_table thead {
        display: none;
    }
    .profile_table,
    .profile_table tbody,
    .profile_table tr,
    .profile_table td {
        display: block;
        width: 100%;
    }
    .profile_table tbody tr {
        border-bottom: 1px solid #e5e7eb;
    }
    .profile_table tbody tr:nth-child(2n) {
        background-color: #fff;
    }
    .profile_table tbody td {
        width: 100% !important;
        border-bottom: none;
        padding: 16px;
    }
    .profile_table tbody td::before {
        content: attr(data-label);
        display: block;
        font-weight: 700;
        margin-bottom: 6px;
        color: #374151;
    }
    .my_articles_head {
        padding: 14px;
    }
    .my_articles_stats {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .my_articles_stat {
        padding: 12px;
    }
    .my_articles_stat_value {
        font-size: 24px;
    }
    .profile_table.my_articles_table {
        border-radius: 12px;
        overflow: hidden;
    }
    .profile_table.my_articles_table tbody tr {
        border-bottom: 1px solid #dbe4f1;
        border-radius: 12px;
        margin-bottom: 10px;
        background: #fff;
        box-shadow: 0 6px 18px rgba(34, 57, 92, 0.08);
    }
    .profile_table.my_articles_table tbody tr:nth-child(2n) {
        background: #fff;
    }
    .profile_table.my_articles_table tbody td {
        padding: 12px 14px;
    }
    /* ! Profile Page  */
    /* ! About Page  */
    .about_top_items {
        padding: 24px;
    }
    .about_top_grid {
        grid-template-columns: 1fr;
    }
    .about_card__head {
        grid-template-columns: 76px 1fr;
    }
    .about_logo {
        width: 76px;
        height: 76px;
    }
    .about_title {
        font-size: 16px;
    }
    /* .about_media {
        max-height: none;
    } */
    .about_card {
        gap: 12px;
    }
    .about_card--left {
        padding: 0;
    }

    .about_card--right {
        padding: 24px 0 0 0;
    }
    .about_card--right::before {
        width: 100%;
        height: 1px;
        top: 0;
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
    }

    /* article accept */
    .article_accept {
        width: calc(100% + 32px);
        margin-left: -16px;
        gap: 20px;
        padding-left: 16px;
        padding-right: 16px;
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
    }
    .art_acpt_title::before {
        width: 36%;
        height: 1px;
        bottom: -4px;
    }
    .art_acpt_title {
        font-size: 18px;
    }
    .art_acpt_info {
        font-size: 16px;
    }
    .art_acpt_lock {
        font-size: 14px;
    }

    .article_share {
        padding-left: 40px;
        font-size: 14px;
    }
    .article_share::before {
        width: 32px;
        height: 32px;
    }
    /* article accept */

    /* ! About Page  */
}

/* mobil */
@media (max-width: 480px) {
    /* ! Home Page  */
    .partners_row {
        grid-template-columns: repeat(4, 1fr);
        gap: 24px;
        padding-top: 32px;
    }
    /* ! Speakers sect  */
    .speaker_row {
        grid-template-columns: repeat(2, 1fr);
    }
    .speaker_card {
        gap: 20px;
        padding: 24px 12px;
    }
    .speaker_card.speaker_card_boardofdirectors {
        padding: 20px 16px;
    }
    .speaker_card.speaker_card_boardofdirectors .item_img {
        flex-basis: 140px;
        max-width: 140px;
    }
    .speaker_card.speaker_card_boardofdirectors .speaker_name {
        font-size: 22px;
    }
    /* ! Speakers sect  */
    /* ! Home Page  */

    /* ! Archive Page  */
    .archive_header_sect {
        padding: 24px 16px;
    }
    /* ! Archive Page  */ /* ! About Page  */
    .about_top_items {
        padding: 20px;
    }
    .about_card__head {
        grid-template-columns: 56px 1fr;
        gap: 8px;
    }
    .about_logo {
        width: 56px;
        height: 56px;
    }
    .about_title {
        font-size: 12px;
        font-weight: 300;
    }
    .my_articles_stats {
        grid-template-columns: 1fr;
    }
    /* ! About Page  */
}

/* About page refresh */
.wrap_about_page .benefit_tabs {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.wrap_about_page .bf_tb_hd {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    width: 100%;
    padding: 6px;
    background: #ffffff;
    border: 1px solid #dbe4ee;
    box-shadow: 0 18px 42px rgba(24, 46, 74, 0.08);
    border-radius: 20px;
    overflow: auto;
    scrollbar-width: none;
}

.wrap_about_page .bf_tb_hd::-webkit-scrollbar {
    display: none;
}

.wrap_about_page .bt_tb_title {
    flex: none;
    min-height: 52px;
    height: auto;
    padding: 14px 22px;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.35;
    color: #31485f;
    background: transparent;
    border-radius: 14px;
    white-space: nowrap;
}

.wrap_about_page .bt_tb_title.active,
.wrap_about_page .bt_tb_title:hover {
    color: #ffffff;
    background: linear-gradient(135deg, #ee3d32 0%, #ff6e58 100%);
    box-shadow: 0 12px 24px rgba(238, 61, 50, 0.24);
}

.wrap_about_page .about_tab_item {
    background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
    border: 1px solid #e2eaf3;
    border-radius: 28px;
    box-shadow: 0 24px 56px rgba(24, 46, 74, 0.1);
    padding: 44px 48px;
}

.wrap_about_page .about_tab_panel {
    max-width: 960px;
    margin: 0 auto;
}

.wrap_about_page .about_tab_panel--program {
    max-width: none;
}

.wrap_about_page .about_tab_panel .wrap_static_page {
    margin: 0;
}

.wrap_about_page .about_tab_panel .wrap_static_page.pad_top_48 {
    padding-top: 0;
}

.wrap_about_page .about_tab_panel .wrap_static_page .main_center {
    max-width: none;
}

.wrap_about_page .about_tab_panel > *:first-child,
.wrap_about_page .about_tab_panel .wrap_static_page > *:first-child {
    margin-top: 0;
}

.wrap_about_page .about_tab_panel h1,
.wrap_about_page .about_tab_panel h2,
.wrap_about_page .about_tab_panel .wrap_static_page h1,
.wrap_about_page .about_tab_panel .wrap_static_page h2 {
    margin: 0 0 18px;
    font-size: clamp(28px, 3vw, 40px);
    line-height: 1.18;
    font-weight: 700;
    letter-spacing: -0.02em;
    color: #20324a;
}

.wrap_about_page .about_tab_panel h3,
.wrap_about_page .about_tab_panel h4,
.wrap_about_page .about_tab_panel h5,
.wrap_about_page .about_tab_panel h6,
.wrap_about_page .about_tab_panel .wrap_static_page h3,
.wrap_about_page .about_tab_panel .wrap_static_page h4,
.wrap_about_page .about_tab_panel .wrap_static_page h5,
.wrap_about_page .about_tab_panel .wrap_static_page h6 {
    margin: 34px 0 14px;
    font-size: clamp(20px, 2vw, 28px);
    line-height: 1.3;
    font-weight: 700;
    color: #2c415c;
}

.wrap_about_page .about_tab_panel p,
.wrap_about_page .about_tab_panel li,
.wrap_about_page .about_tab_panel .wrap_static_page p,
.wrap_about_page .about_tab_panel .wrap_static_page li {
    margin: 0 0 18px;
    font-size: 17px;
    line-height: 1.82;
    color: #526579;
    text-align: left;
    word-break: break-word;
}

.wrap_about_page .about_tab_panel ul,
.wrap_about_page .about_tab_panel ol,
.wrap_about_page .about_tab_panel .wrap_static_page ul,
.wrap_about_page .about_tab_panel .wrap_static_page ol {
    margin: 0 0 24px;
    padding-left: 24px;
}

.wrap_about_page .about_tab_panel li + li,
.wrap_about_page .about_tab_panel .wrap_static_page li + li {
    margin-top: 12px;
}

.wrap_about_page .about_tab_panel li::marker,
.wrap_about_page .about_tab_panel .wrap_static_page li::marker {
    color: #ee3d32;
}

.wrap_about_page .about_tab_panel strong,
.wrap_about_page .about_tab_panel .wrap_static_page strong {
    color: #24384f;
}

.wrap_about_page .about_tab_panel em,
.wrap_about_page .about_tab_panel .wrap_static_page em {
    color: #607387;
}

.wrap_about_page .about_tab_panel hr,
.wrap_about_page .about_tab_panel .wrap_static_page hr {
    border: 0;
    height: 1px;
    margin: 36px 0;
    background: linear-gradient(90deg, rgba(44, 65, 92, 0), rgba(44, 65, 92, 0.18), rgba(44, 65, 92, 0));
}

.wrap_about_page .about_tab_panel a:not(.article_share),
.wrap_about_page .about_tab_panel .wrap_static_page a:not(.article_share) {
    color: #d74338;
    text-decoration: underline;
    text-underline-offset: 4px;
}

.wrap_about_page .article_accept {
    padding: 56px 28px;
    border-radius: 24px;
    box-shadow: 0 22px 52px rgba(24, 46, 74, 0.16);
}

.wrap_about_page .art_acpt_title {
    font-size: 42px;
}

.wrap_about_page .art_acpt_info {
    max-width: 860px;
    font-size: 26px;
}

.wrap_about_page .art_acpt_lock {
    font-size: 17px;
    color: rgba(255, 255, 255, 0.86);
}

.wrap_about_page .program_item {
    align-items: center;
    gap: 32px;
    background: linear-gradient(135deg, #eef4fb 0%, #dde8f6 100%);
    border: 1px solid #d5e0ed;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.85);
    padding: 34px;
    border-radius: 24px;
}

.wrap_about_page .program_content {
    gap: 20px;
    padding: 0 24px 0 0;
    width: calc(100% - 390px);
}

.wrap_about_page .program_img {
    width: 390px;
    border: 1px solid #d0dceb;
    background: #ffffff;
    box-shadow: 0 14px 34px rgba(24, 46, 74, 0.12);
}

.wrap_about_page .pr_title {
    min-height: 0;
    padding: 14px 20px;
    font-size: 32px;
    line-height: 1.15;
    color: #ee3d32;
    background: #ffffff;
    box-shadow: 0 10px 30px rgba(24, 46, 74, 0.08);
}

.wrap_about_page .pr_info_sect {
    align-items: flex-start;
    gap: 16px 18px;
}

.wrap_about_page .pr_number {
    flex: none;
    font-size: 58px;
    line-height: 1;
    color: #23374f;
}

.wrap_about_page .pr_info {
    font-size: 24px;
    line-height: 1.45;
    color: #23374f;
}

.wrap_about_page .article_share {
    max-width: none;
    margin-top: 4px;
    padding: 14px 20px 14px 54px;
    background: #ffffff;
    border-radius: 999px;
    color: #2c415c;
    box-shadow: 0 12px 28px rgba(24, 46, 74, 0.09);
    transition: color 0.25s ease, background-color 0.25s ease, transform 0.25s ease;
}

.wrap_about_page .article_share:hover {
    color: #d74338;
    background: #fff5f3;
    transform: translateY(-1px);
}

.wrap_about_page .article_share::before {
    left: 18px;
    width: 24px;
    height: 24px;
}

.wrap_about_page .pdf_embed_sect {
    max-width: none;
    margin: 28px 0 0;
    padding: 16px;
    background: #ffffff;
    border: 1px solid #dbe6f1;
    border-radius: 24px;
    box-shadow: 0 20px 48px rgba(24, 46, 74, 0.08);
}

.wrap_about_page .pdf_embed_sect iframe,
.wrap_about_page .pdf_embed_sect embed {
    min-height: 760px;
    border: 0;
    border-radius: 16px;
    background: #f3f7fb;
}

@media (max-width: 1200px) {
    .wrap_about_page .about_tab_item {
        padding: 38px 36px;
    }

    .wrap_about_page .program_item {
        gap: 24px;
        padding: 28px;
    }

    .wrap_about_page .program_content {
        width: calc(100% - 330px);
        padding-right: 12px;
    }

    .wrap_about_page .program_img {
        width: 330px;
    }

    .wrap_about_page .pr_title {
        font-size: 28px;
    }

    .wrap_about_page .pr_number {
        font-size: 48px;
    }

    .wrap_about_page .pr_info {
        font-size: 21px;
    }
}

@media (max-width: 1024px) {
    .wrap_about_page .benefit_tabs {
        gap: 18px;
    }

    .wrap_about_page .bf_tb_hd {
        gap: 8px;
        padding: 6px;
        border-radius: 18px;
    }

    .wrap_about_page .bt_tb_title {
        min-height: 48px;
        padding: 12px 18px;
        font-size: 14px;
    }

    .wrap_about_page .about_tab_item {
        padding: 32px 24px;
        border-radius: 22px;
    }

    .wrap_about_page .about_tab_panel p,
    .wrap_about_page .about_tab_panel li,
    .wrap_about_page .about_tab_panel .wrap_static_page p,
    .wrap_about_page .about_tab_panel .wrap_static_page li {
        font-size: 16px;
        line-height: 1.72;
    }

    .wrap_about_page .program_item {
        width: 100%;
        margin-left: 0;
        flex-wrap: wrap;
        gap: 20px;
        padding: 24px;
        border-radius: 20px;
    }

    .wrap_about_page .program_content {
        width: 100%;
        padding-right: 0;
    }

    .wrap_about_page .program_img {
        width: 100%;
    }

    .wrap_about_page .pdf_embed_sect {
        margin-top: 24px;
        padding: 12px;
        border-radius: 20px;
    }

    .wrap_about_page .pdf_embed_sect iframe,
    .wrap_about_page .pdf_embed_sect embed {
        min-height: 640px;
        border-radius: 14px;
    }
}

@media (max-width: 767px) {
    .wrap_about_page .about_tab_item {
        padding: 28px 20px;
    }

    .wrap_about_page .about_tab_panel h1,
    .wrap_about_page .about_tab_panel h2,
    .wrap_about_page .about_tab_panel .wrap_static_page h1,
    .wrap_about_page .about_tab_panel .wrap_static_page h2 {
        font-size: 24px;
    }

    .wrap_about_page .about_tab_panel h3,
    .wrap_about_page .about_tab_panel h4,
    .wrap_about_page .about_tab_panel h5,
    .wrap_about_page .about_tab_panel h6,
    .wrap_about_page .about_tab_panel .wrap_static_page h3,
    .wrap_about_page .about_tab_panel .wrap_static_page h4,
    .wrap_about_page .about_tab_panel .wrap_static_page h5,
    .wrap_about_page .about_tab_panel .wrap_static_page h6 {
        font-size: 19px;
        margin-top: 28px;
    }

    .wrap_about_page .article_accept {
        width: 100%;
        margin-left: 0;
        padding: 36px 18px;
        border-radius: 20px;
    }

    .wrap_about_page .art_acpt_title {
        font-size: 26px;
    }

    .wrap_about_page .art_acpt_info {
        font-size: 18px;
    }

    .wrap_about_page .art_acpt_lock {
        font-size: 15px;
    }

    .wrap_about_page .pr_title {
        font-size: 24px;
    }

    .wrap_about_page .pr_number {
        font-size: 40px;
    }

    .wrap_about_page .pr_info {
        font-size: 18px;
    }

    .wrap_about_page .article_share {
        width: 100%;
    }
}

@media (max-width: 480px) {
    .wrap_about_page .bf_tb_hd {
        width: calc(100% + 12px);
        margin-left: -6px;
        padding: 4px;
        border-radius: 16px;
    }

    .wrap_about_page .bt_tb_title {
        min-height: 44px;
        padding: 11px 16px;
        font-size: 13px;
    }

    .wrap_about_page .about_tab_item {
        padding: 24px 16px;
        border-radius: 18px;
    }

    .wrap_about_page .about_tab_panel p,
    .wrap_about_page .about_tab_panel li,
    .wrap_about_page .about_tab_panel .wrap_static_page p,
    .wrap_about_page .about_tab_panel .wrap_static_page li {
        font-size: 15px;
        line-height: 1.68;
    }

    .wrap_about_page .program_item {
        padding: 18px;
    }

    .wrap_about_page .pr_title {
        width: 100%;
        justify-content: flex-start;
        font-size: 21px;
    }

    .wrap_about_page .pr_info_sect {
        gap: 12px;
    }

    .wrap_about_page .pr_number {
        font-size: 32px;
    }

    .wrap_about_page .pr_info {
        font-size: 16px;
    }

    .wrap_about_page .article_share {
        padding: 13px 16px 13px 48px;
        font-size: 14px;
    }

    .wrap_about_page .article_share::before {
        left: 16px;
        width: 22px;
        height: 22px;
    }

    .wrap_about_page .pdf_embed_sect iframe,
    .wrap_about_page .pdf_embed_sect embed {
        min-height: 420px;
    }
}
