/**
 * @file
 * Subtheme specific CSS.
 */

/* ========================= global ============================= */
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

:root {
    --main-color: #D3AF46;
    --gray-color: #6e6e6e;
    /* --font-family: sans-serif; */
}

.form-control:focus {
    box-shadow: none;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: inherit;
    margin-bottom: unset;
}

html {
    scroll-behavior: smooth;
    font-size: 62.5%;
    overflow-x: hidden;
}

legend {
    display: none;
}

a {
    transition: 0.3s ease;
    text-decoration: none !important;
    outline: none !important;
    color: #000;
}

p {
    margin-bottom: 0;
}

li {
    list-style: none;
    display: inline-block;
}

.field--type-text-with-summary li {
    display: list-item;
    list-style: auto;
}

ul {
    padding: 0;
    margin: 0;
}

*,
::before,
::after {
    /* transition: 0.3s ease;*/
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: 'Microsoft Uighur';
}

/* @media (min-width: 1281px) {

    .we-mega-menu-submenu-inner,
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1256px !important;
        padding-inline: 0;
    }
} */

.btn-group-vertical>.btn-group:after,
.btn-group-vertical>.btn-group:before,
.btn-toolbar:after,
.btn-toolbar:before,
.clearfix:after,
.clearfix:before,
.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.dl-horizontal dd:after,
.dl-horizontal dd:before,
.form-horizontal .form-group:after,
.form-horizontal .form-group:before,
.modal-footer:after,
.modal-footer:before,
.modal-header:after,
.modal-header:before,
.nav:after,
.nav:before,
.navbar-collapse:after,
.navbar-collapse:before,
.navbar-header:after,
.navbar-header:before,
.navbar:after,
.navbar:before,
.pager:after,
.pager:before,
.panel-body:after,
.panel-body:before,
.row:after,
.row:before {
    content: unset;
}

.no-margin {
    margin: 0;
}

.no-padding {
    padding: 0;
}

body {
    overflow-x: hidden;
    background: #FAF7F3 !important;
    /* font-family: sans-serif; */
    font-family: "Roboto", sans-serif;

}

#main-wrapper {
    background: #FAF7F3 !important;
}

img,
video {
    max-width: 100%;
    width: auto;
}

.field[data-blazy] {
    min-width: unset !important;
}

video {
    height: 100%;
}

.slide__media {
    display: none;
}

.slide__caption {
    padding: 0;
}

.main-content.col {
    padding: 0;
}



*:focus {
    outline: none;
}

.field--type-entity-reference,
.field--type-image img,
.field--name-field-user-picture img {
    margin-bottom: unset;
}

.node .field--type-image {
    margin: 0;
}

.container {
    margin: 0;
    width: 100%;
    max-width: 100%;
}

/* =========================NAV BAR============================= */
#navbar-top {
    background: #0968B1 !important;
    display: flex;
    justify-content: flex-end;
    padding-block: 0px;
}


#navbar-top .region-top-header {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
}

.menu--jobs-menu ul {
    gap: 3px
}

.menu--jobs-menu li a {

    background: #055592;
    font-size: 25px;
    width: 90px;
    text-align: center;
    padding: 0px;
}

.menu--social-media .nav-link {
    border: solid #fff 1.5px;
    border-radius: 50%;
    width: 26px;
    height: 26px;
    display: flex;
    justify-content: center;
    align-items: center;

}

.menu--social-media .nav-link svg {
    font-size: 16px;
}


.menu--social-media ul {
    gap: 6px;
    justify-content: end;
}

#navbar-main {
    background: #EFEFEF !important;
    padding-inline: 75px;
    position: relative;
}

#navbar-main ul li a {
    color: #242424;
    font-family: "Microsoft Uighur";
    font-size: 21.827px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding-inline: 22px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 5px;
}
#navbar-main ul li{
    position: relative;
}
#navbar-main ul li::after {
    content: "";
    width: 0%;
    height: 2px;
    background-color: var(--main-color);
    border-radius: 15px;
    position:absolute;
    opacity: 0;
    transition: all .3s;
    bottom: 0;
    left: 0;

}

#navbar-main ul li:hover::after {
    width: 85%;
    opacity: 1;
}
#navbar-main ul li .active{
    border-bottom: 2px solid var(--main-color);

}



.navbar-expand-lg .navbar-collapse {
    justify-content: space-between !important;
    padding-inline-start: 40px;
}

.navbar-nav>li:not(:last-child) {
    border-right: 1px solid #C2C2C2;
    padding-right: 15px;
    margin-right: 15px;
}

.menu--main ul {
    /* padding-inline-end: 78px; */
}

.dropdown-toggle::after {
    all: unset;
    content: "";
    background: url(./drop-down-arrow.svg) no-repeat center;
    display: inline-block;
    width: 15.55px;
    height: 8.59px;
}

/* ========================= about ============================= */

.about-ncrd-section .view-content .views-row,
.mission-section .views-row {
    padding: 56px 76px;
    background: #FFFAED;
}

.icon-title-about-us-wrapper h2 {
    color: #242424;
    font-family: "Microsoft Uighur";
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding-block-end: 40px;
}

.icon-title-about-us-wrapper {
    display: flex;
    gap: 22px;
}

.icon-title-about-us-wrapper img {
    padding: 10px;
    border-radius: 6.783px;
    background: #D3AF46;
    width: 50px;
    height: 49px;
}

.vision-section .field--name-body,
.about-ncrd-section .field--name-body,
.mission-section .field--name-body {
    color: #444;
    font-family: "Microsoft Uighur";
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.vision-section .views-row {
    padding: 56px 76px;
}

#page .ui-widget {
    padding-inline: 76px;
}

.team-presidannt-section .ui-accordion .ui-accordion-header {
    color: #0968B1;
    font-family: "Microsoft Uighur";
    font-size: 35px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    background: transparent;
    border: unset;
    /* padding-block: 110px 0px; */
    padding-inline: 59px;
    padding-block: 35px;

}

.team-presidannt-section .open-close-president {
    display: grid;
    grid-template-columns: 0.3fr 1fr;
    gap: 30px;
    align-items: center;

    img {
        border-radius: 30px;

    }
}

.team-presidannt-section .ui-accordion .ui-accordion-header h2:nth-child(1) {
    color: #0968B1;
    font-family: "Microsoft Uighur";
    font-size: 35px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    position: relative;
}

.team-presidannt-section .ui-accordion .ui-accordion-header h2:nth-child(1)::after {
    content: "";
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    background-image: url("./dawon-arrow.svg");
    background-size: contain;
    background-repeat: no-repeat;
}

.team-presidannt-section .ui-accordion .ui-accordion-header h3 {
    color: #242424;
    font-family: var(--font-family);
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 19px;
    /* 86.364% */
}



.team-presidannt-section .views-row {
    min-height: 272px;
}

.team-presidannt-section .ui-accordion .ui-accordion-content {
    background: transparent;
    border: unset;
    padding-inline: 59px;
}

.team-presidannt-section .view-content {
    border-radius: 30px;
    border: 1px solid #D3AF46;
    background: #FAF7F3;
}




.team-presidannt-section .views-field-field-president-breif .field-content p {
    position: relative;
    color: #0968B1;
    font-family: "Microsoft Uighur";
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding: 15px 25px;
}


.team-presidannt-section .views-field-field-president-breif .field-content p::before {
    content: "";
    position: absolute;
    left: 0;
    top: 17px;
    width: 24.32px;
    height: 17.088px;

    background-image: url(./qutation-mark.svg);
    background-size: contain;
    background-repeat: no-repeat;
}


.team-presidannt-section .views-field-field-president-breif .field-content p::after {
    content: "";
    position: absolute;
    right: 0px;
    bottom: 45px;
    width: 24.32px;
    height: 17.088px;
    background-image: url(./qutation-mark.svg);
    background-size: contain;
    background-repeat: no-repeat;
}

.team-presidannt-section .views-field-field-president-statement p {
    color: #444;
    font-family: "Microsoft Uighur";
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-block-end: 110px;
}

.team-presidannt-section .view-header {
    color: #242424;
    font-family: "Microsoft Uighur";
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 28px;
    padding-block: 68px 37px;
}


.team-presidannt-section .view-header::before {
    content: "";
    display: inline-block;
    width: 50px;
    height: 49px;
    background: url(./team.svg) no-repeat center center;
    background-size: contain;
}



.team-member-section .paragraph--type--team-members {
    border-radius: 20px;
    border: 1px solid #D3AF46;
    background: #FAF7F3;
    padding: 24px 83px;
    display: flex;
    flex-direction: column;

    img {
        border-radius: 25px;

    }
}

.team-member-section .field-content {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 49px;
    padding-inline: 76px;
    padding-block: 35px 68px;
}

.team-member-section .paragraph--type--team-members .field--name-field-name {
    color: #242424;
    text-align: center;
    font-family: "Microsoft Uighur";
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    padding-block-start: 12px;
}

.team-member-section .paragraph--type--team-members .field--name-field-position {
    color: #242424;
    text-align: center;
    font-family: "Microsoft Uighur";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 19px;
}

.team-member-section .paragraph--type--team-members .field--name-field-email {
    color: #444;
    text-align: center;
    font-family: "Microsoft Uighur";
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-block-start: 19px;
}



.organizational-structure-section {
    padding-inline: 76px;
    background: #FFFCF4;
    padding-block: 68px;
}

.organizational-structure-section .title-icon-org-wrapper h2 {
    color: #242424;
    font-family: "Microsoft Uighur";
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding-block-end: 40px;
}

.organizational-structure-section .title-icon-org-wrapper {
    display: flex;
    gap: 22px;
}

.organizational-structure-section .title-icon-org-wrapper img {
    padding: 10px;
    border-radius: 6.783px;
    background: #D3AF46;
    width: 50px;
    height: 49px;
}

.organizational-structure-section .field--name-field-media-image {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.news-card-section .view-content {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    padding-inline: 29px;
    padding-block: 58px;
}

.views-field-title {
    /* overflow: hidden; */
    text-overflow: ellipsis;
    font-family: "Microsoft Uighur";
    font-size: 35px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    padding-block-end: 10px;

    a {
        color: #23271B !important;
    }

}

time {
    overflow: hidden;
    color: rgba(35, 39, 27, 0.62);
    text-overflow: ellipsis;
    font-family: "Microsoft Uighur";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;

}

/* .news-image-plus-wrapper .views-field-field-media-image img{

} */

.news-card-section .news-image-plus-wrapper {
    position: relative;
    display: block;
    overflow: hidden;
    display: flex;
    height: 225.001px;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    align-self: stretch;
    border-radius: 16px;
    border: var(---strokeWidth, 1.5px) solid rgba(0, 0, 0, 0.00);
    background: url(<path-to-image>) lightgray 50% / cover no-repeat;
}

.news-card-section .views-row .views-field-field-media-image,
.news-card-section .views-row .views-field-field-media-image * {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.news-card-section .news-image-plus-wrapper .views-field-field-media-image img {
    width: 100%;
    display: block;
    transition: transform 0.5s ease;
}

.news-card-section .news-image-plus-wrapper::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(0deg,
            rgba(9, 104, 177, 0.41) 0%,
            rgba(9, 104, 177, 0.41) 100%);
    opacity: 0;
    transition: opacity 0.5s ease;
    z-index: 1;
    border-radius: 22px;
}

/* .news-card-section .news-image-plus-wrapper::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 34px;
    height: 34px;
    transform: translate(-50%, -50%) scale(0);
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="34" height="34" viewBox="0 0 34 34" fill="none"><path d="M14.5714 34L14.5714 19.4286L0 19.4286L0 14.5714L14.5714 14.5714L14.5714 0L19.4286 0L19.4286 14.5714L34 14.5714L34 19.4286L19.4286 19.4286L19.4286 34L14.5714 34Z" fill="white"/></svg>') center/contain no-repeat;
    opacity: 0;
    transition: all 0.5s ease;
    z-index: 2;
} */

/* .news-card-section .views-row:hover .news-image-plus-wrapper img {
    transform: scale(1.1);
} */

.news-card-section .views-row:hover .news-image-plus-wrapper::before {
    opacity: 1;
}

.news-card-section .views-row:hover .news-image-plus-wrapper::after {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
}

/* .news-card-section .views-row:hover .news-card-section .views-field-view-node a {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
}

.news-card-section .views-field-view-node a {
    position: absolute;
    top: 36%;
    left: 49%;
    width: 45px;
    height: 45px;
    font-size: 45px;
    color: #fbfbfb;
    opacity: 0;
} */

.news-card-section .views-row {
    position: relative;
    overflow: hidden;

}

.news-card-section .views-row:hover .views-field-view-node a {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
}

.news-card-section .views-field-view-node a {
    position: absolute;
    top: 37%;
    left: 55%;
    width: 45px;
    height: 45px;
    font-size: 60px;
    color: #fbfbfb;
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.8);
    transition: all 0.3s ease;
    z-index: 1111;
}



.news-card-section .views-row .views-field-title {
    padding-block-start: 14px;
}


.news-card-section .views-row {
    position: relative;
    padding-block-end: 30px;
}

.inner-news-section .media-tiltle-inner-wrapper {
    display: flex;
    flex-direction: column;
    position: relative;
}

.inner-news-section .media-tiltle-inner-wrapper img {
    width: 976px;
    height: 352px;
    object-fit: cover;
    border-radius: 20px;
    border: 1.5px solid rgba(0, 0, 0, 0.00);
}

.inner-news-section .media-tiltle-inner-wrapper .field--name-field-media-image {
    width: 100%;
}

.inner-news-section .media-tiltle-inner-wrapper .views-field-title {
    /* margin-top: -85px; */
    padding-inline: 44px;
    color: #fff;
    font-family: "Microsoft Uighur";
    font-size: 54px;
    font-style: normal;
    font-weight: 700;
    line-height: 52px;
    letter-spacing: -1.08px;
    position: absolute;
    bottom: 28px;
}


.inner-news-section .views-field-created {
    /* padding-block: 46px 22px; */
}

.inner-news-section {
    padding-inline: 76px;
    padding-block: 39px 58px;
}

.inner-news-section .views-field-body {
    color: #444;
    font-family: "Microsoft Uighur";
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.title-date-related-news-wrapper .views-field-created {
    padding-block-start: 10px;
}

.title-date-related-news-wrapper .views-field-title {
    font-size: 22.174px;
}

.inner-news-section .col-lg-9 {
    width: 74%;
}

.inner-news-section .col-lg-3 {
    width: 25%;
    padding-inline-start: 39px;
}

/* .inner-news-section .layout {
    gap: 33px;
    justify-content: space-between;
} */

.inner-news-section .col-lg-3 .views-row .views-field-field-media-image {
    width: 100%;
    width: 120px;
}


.inner-news-section .col-lg-9 .views-field-fieldset {
    overflow: hidden;
    height: 352px;
    margin-bottom: 30px;
}

.inner-news-section .col-lg-9 .views-row {
    padding: 0px;
    display: flex;
    flex-direction: column;
}



.inner-news-section .col-lg-3 img {
    width: 120px;
    height: 104px;
    object-fit: cover;
    border-radius: 10px;
}

.inner-news-section .col-lg-3 .views-row {
    display: flex;
    align-items: center;
    gap: 15px;
}

.inner-news-section .col-lg-3 .view-content {
    gap: 22px;
}

.inner-news-section .col-lg-3 .view-header {
    display: flex;

    h2 {
        font-size: 35px;
        padding-top: 0px;
    }
}

.inner-news-section .col-lg-3 .views-row .field--name-field-media-image {
    /* width: 100%; */
    width: 120px;
}



/* storis */

.story-cards-section .col-12 .views-row .node__content {
    display: flex;
    align-items: center;
    border-radius: 20px;
    border: 1.5px solid #D3AF46;
    background: #FAF7F3;
    overflow: hidden;
}

.story-cards-section .col-12 .views-row .node__content .story-card-wrapper {
    padding-inline-start: 50px;
    width: 822px;
}

.story-cards-section .col-12 .views-row .node__content .story-card-wrapper .field--name-title {

    h2 {
        color: #23271B;
        text-overflow: ellipsis;
        font-family: "Microsoft Uighur";
        font-size: 35px;
        font-style: normal;
        font-weight: 700;
        line-height: 24px;
    }

}

.story-cards-section .col-12 .views-row .node__content .story-card-wrapper .field--name-field-description {
    padding-block: 16px 12px;

    p {
        overflow: hidden;
        color: rgba(35, 39, 27, 0.62);
        text-overflow: ellipsis;
        white-space: nowrap;
        font-family: "Microsoft Uighur";
        font-size: 25px;
        font-style: normal;
        font-weight: 400;
        line-height: 20px;
    }
}

.readmore-extrafield a {
    border-radius: 22.897px;
    border: 0.818px solid #242424;
    background: #242424;
    width: 152px;
    height: 46px;
    color: #FFF;
    font-family: "Microsoft Uighur";
    font-size: 22.5px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9.5px;
}

.readmore-extrafield a::after {
    content: "";
    display: flex;
    background: url(./find-hero.svg) no-repeat center center;
    background-size: contain;
    width: 25.67px;
    height: 25.67px;
    flex-shrink: 0;
}


.story-cards-section {
    padding-inline: 67px;
    padding-block: 37px;
}

.story-cards-section .view-content {
    gap: 34px;
}

.story-cards-section img {
    border-radius: 20px;
    /* height: 420px; */
    width: 315px;
}


.inner-story-image-title-wrapper {
    display: flex;
    flex-direction: column;
}

.inner-story-image-title-wrapper img {
    width: 976px;
    height: 352px;
    object-fit: cover;
    border-radius: 20px;
    border: 1.5px solid rgba(0, 0, 0, 0.00);
}

.inner-story-image-title-wrapper .field--name-field-media-image {
    width: 100%;
}

.inner-story-section .media-tiltle-inner-wrapper .views-field-title {
    margin-top: -85px;
    padding-inline: 44px;
    color: #FFF;
    font-family: "Microsoft Uighur";
    font-size: 54px;
    font-style: normal;
    font-weight: 700;
    line-height: 52px;
    letter-spacing: -1.08px;
}


/* .inner-story-section .views-field-created {
    padding-block: 46px 22px;
} */

.inner-story-section {
    padding-inline: 76px;
    padding-block: 39px 58px;
}

.inner-story-section .views-field-body {
    color: #444;
    font-family: "Microsoft Uighur";
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-block-start: 50px;
}

.inner-story-image-title-wrapper .views-field-created {
    padding-block-start: 10px;
}

.inner-story-image-title-wrapper .views-field-title {
    font-size: 22.174px;
}

.inner-story-section .col-lg-9 {
    width: 74%;
}

.inner-story-section .col-lg-3 {
    width: 25%;
    padding-inline-start: 39px;
}

/* .inner-story-section .layout {
    gap: 33px;
} */

.inner-story-section .col-lg-3 img {
    width: 120px;
    height: 104px;
    object-fit: cover;
    border-radius: 10px;
}

.inner-story-section .col-lg-3 .views-row {
    display: flex;
    align-items: center;
    gap: 15px;
}

.inner-story-section .col-lg-3 .views-row .views-field-field-media-image {
    width: 90%;
}

.inner-story-section .col-lg-3 .view-content {
    gap: 22px;
}

.inner-story-section .col-lg-3 .view-header {
    display: flex;

    h2 {
        font-size: 35px;
        padding-top: 0px;
    }
}

.inner-story-section .col-lg-3 .views-row .field--name-field-media-image {
    width: 100%;
}

.inner-story-image-title-wrapper .views-field-title {
    /* margin-top: -85px; */
    padding-inline: 44px;
    color: #FFF;
    font-family: "Microsoft Uighur";
    font-size: 54px;
    font-style: normal;
    font-weight: 700;
    line-height: 52px;
    letter-spacing: -1.08px;
    position: absolute;
    bottom: 28px;

    a {
        color: #FFF !important;
    }

}

.inner-story-image-title-wrapper {
    position: relative;
}

.related-story-title-date-wrapper .views-field-title {
    font-size: 22.174px;
}

/* .site-footer {
    height: 600px;
} */

/* footer */

/* .site-footer {
    height: 600px;
} */

.site-footer__top {
    display: grid;
    grid-template-columns: 25% 16% 16% 10% 22% 19%;
    padding-inline: 71px;
    position: relative;
    padding-block-end: 65px;
}

.site-footer__top::before {
    content: "";
    position: absolute;
    top: 36px;
    left: 60%;
    transform: translateX(-50%);
    width: 960.5px;
    height: 0.5px;
    background-color: #C7C7C7;
}

.site-footer__bottom .region {
    margin-top: 20px;
    border-top: solid 1px #C7C7C7;
}

.site-footer__top .region {
    width: 100% !important;
}

.site-footer .block {
    margin: 0px;
    border: unset;
    border-color: unset;
    padding: 0px;
}

.site-footer__top h2 {
    border-bottom: unset;
    border-color: unset;
    margin-bottom: 0;
    padding-bottom: 0px;
    text-transform: capitalize;
    color: #0968B1;
    font-family: "Microsoft Uighur";
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding-block-end: 32px;

}

.site-footer__top ul a,
.site-footer__top p,
.site-footer__top a {
    color: #444;
    font-family: "Microsoft Uighur";
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding-bottom: 3px;

}

.site-footer__bottom {
    /* border-color: #C7C7C7; */
    padding-inline: 76px;

    p {
        color: #444 !important;
        font-family: Cairo;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 30px;
        font-family: "Microsoft Uighur";
    }

    a {
        color: #0968B1 !important;
        /* font-family: "Microsoft Uighur"; */
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        text-decoration-line: underline;
        text-decoration-style: solid;
        text-decoration-skip-ink: auto;
        text-decoration-thickness: auto;
        text-underline-offset: auto;
        text-underline-position: from-font;
    }
}

.site-footer {
    background: #FFFAED !important;
    padding-block-start: 51px;
}



.region-footer-third {
    display: flex;
    flex-direction: column;
    gap: 26px;
}

.site-footer__top ul {
    display: flex;
    flex-direction: column;
}


.region-footer-sixth ul li:first-child a,
.region-footer-sixth ul li:last-child a {

    width: 65px;
    height: 36px;
    flex-shrink: 0;
    border-radius: 18px;
    background: #D3AC43;
}

.region-footer-sixth ul li:last-child a {
    margin-left: -30px;
}

.region-footer-sixth ul li:nth-child(2) a,
.region-footer-sixth ul li:nth-child(3) a {
    width: 36px;
    height: 36px;
    flex-shrink: 0;
    border-radius: 36px;
    background: #75A9CE;
}



.region-footer-sixth svg {
    font-size: 16px;
    color: #fff;
}


.site-footer__top .region:last-child {
    width: fit-content !important;
}

.site-footer__top .region:last-child ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0px;
    /* justify-items: center; */
}

.university-section .university-list p a {
    color: #0968B1 !important;
    font-family: "Microsoft Uighur";
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    position: relative;
    padding-left: 28px;
    margin: 0 0 8px 0;
}


/* .university-list p {
    position: relative;
    padding-left: 28px;
    margin: 0 0 8px 0;
} */

.university-section .university-list p a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
    background-image: url("location.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    pointer-events: none;

}



.region-footer-fifth .field__item p {

    a {
        color: #444;
        font-size: 22px !important;
    }

    position: relative;
    padding-left: 28px;
    font-family: "Microsoft Uighur";
    margin: 6px 0;
    color: #444;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}


.region-footer-fifth .field__item p.contact-phone::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
    background: url("phone.svg") no-repeat center;
    background-size: contain;
}


.region-footer-fifth .field__item p.contact-email::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
    background: url("Email.svg") no-repeat center;
    background-size: contain;
}


.region-footer-fifth .field__item p.contact-fax::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
    background: url("fax.svg") no-repeat center;
    background-size: contain;
}


.region-footer-fifth .field__item p.contact-address::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
    background: url("box.svg") no-repeat center;
    background-size: contain;
}


.region-footer-fifth .field__item p.contact-hours::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
    background: url("clokn.svg") no-repeat center;
    background-size: contain;
}


/* .region-footer-first a {
    display: flex;
} */


.inner-image {
    height: 236px;
    background-size: cover;
    position: relative;
    margin-top: 141px;
    background: url(./inner.svg) no-repeat center center;
    background-size: cover;
}

.about-badia-section {
    padding: 60px 77px;
    background: #FFFAED;
}

.about-badia-section .field--name-field-title {
    color: #242424;
    font-family: "Microsoft Uighur";
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.about-badia-section .field--name-field-body {
    color: #444;
    font-family: "Microsoft Uighur";
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

/* badia */
.field-station-section {
    padding-block: 55px 65px;
}

.field-station-section .field--name-field-field-stations {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 18px;
    padding-inline: 76px;
}

.field-station-section .paragraph--type--field-stations {
    display: flex;
    flex-direction: column;
}

.field-station-section .field--name-field-field-stations-title {
    color: #242424;
    text-align: center;
    font-family: "Microsoft Uighur";
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    line-height: 29px;
}

.field-station-section .field--name-field-field-stations-breif {
    color: #242424;
    text-align: center;
    font-family: "Microsoft Uighur";
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-block: 16px 28px;
}

.field-station-section .field--name-field-field-stations .field--name-field-title {
    overflow: hidden;
    color: #1D281B;
    font-family: "Microsoft Uighur";
    font-size: 35px;
    font-style: normal;
    font-weight: 700;
    line-height: 29px;
    padding-block: 20px 12px;
}

.field-station-section .paragraph--type--field-stations .field--name-field-establish-year {
    color: #1D281B;
    font-family: "Microsoft Uighur";
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.field-station-section .paragraph--type--field-stations .field--name-field-media-image,
.field-station-section .paragraph--type--field-stations .field--name-field-media-image img {
    width: 100%;
}

.research-area-section {
    background: #FFFAED;
    padding-block: 65px 78px;
}

.research-area-section .field--name-field-research-areas {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    justify-items: center;
    gap: 20px 16px;
    padding-inline: 76px;
}

.research-area-section .field--name-field-research-areas .field__item {
    width: 100%;

}

.research-area-section .field--name-field-research-areas .field__item .paragraph--type--research-areas .field--name-field-body {
    display: none;
}

.research-area-section .field--name-field-research-areas .field__item .paragraph--type--research-areas {
    border-radius: 20px;
    border: 2px solid #D3AF46;
    background: #FAF7F3;
    width: 100%;
    height: 256px;
    padding: 64px 50px;
    display: flex;
    flex-direction: column;
    gap: 44px;
    transition: background-color 0.4s ease;
    cursor: pointer;
}

.research-area-section .field--name-field-research-areas .field__item .paragraph--type--research-areas:hover {
    background-color: #D3AF46;

}


.research-area-section .field--name-field-research-areas .field__item .paragraph--type--research-areas img {
    transition: transform 0.4s ease, filter 0.4s ease;


}


.research-area-section .field--name-field-research-areas .field__item .paragraph--type--research-areas:hover img {
    transform: scale(1.2);
    filter: brightness(0) invert(1);

}

.research-area-section .field--name-field-research-areas .field__item .paragraph--type--research-areas:hover .field--name-field-title {
    color: #fff;
}

.research-area-section .field--name-field-research-areas .field__item .field--name-field-title {
    color: #1D281B;
    text-overflow: ellipsis;
    font-family: "Microsoft Uighur";
    font-size: 35px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: -0.175px;
}

.research-area-section .field--name-field-research-areas-title,
.current-projects-section .field--name-field-current-project-title {
    color: #242424;
    text-align: center;
    font-family: "Microsoft Uighur";
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding-block-end: 11px;
}

.current-projects-section .field--name-field-current-project-breif {
    color: #242424;
    font-family: "Microsoft Uighur";
    font-size: 35px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    border-radius: 20px;
    border: 2px solid #D3AF46;
    background: #FFFAED;
    padding-block: 16px;
    padding-inline: 27px;
}

.current-projects-section .col-12 {
    display: flex;
    flex-direction: column;
    padding-inline: 76px;
}

.block-field-blocknodeprogramsfield-media-image .field--name-field-media-image {
    /* display: flex;
    justify-content: center;
    align-items: center; */
    width: 100%;
}

.block-field-blocknodeprogramsfield-media-image .field--name-field-media-image img {
    border-radius: 20px;
    border: 1.5px solid rgba(0, 0, 0, 0.00);
    background: lightgray 50% / cover no-repeat;
    width: 100%;
}

.block-field-blocknodeprogramsfield-current-project-body .field--name-field-current-project-body {
    color: #444;
    font-family: "Microsoft Uighur";
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    /* padding-inline: 76px; */
    padding-block-start: 40PX;
}

.current-projects-section .block-field-blocknodeprogramsfield-images {
    display: flex;
    /* padding-inline: 76px; */
    align-items: center;
    gap: 39px;
    padding-block-start: 23px;
}

.current-projects-section .field--name-field-images {
    display: flex;
}

.current-projects-section .block-field-blocknodeprogramsfield-images h2 {
    overflow: hidden;
    color: #1D281B;
    text-overflow: ellipsis;
    font-family: "Microsoft Uighur";
    font-size: 35px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;

}

.main-outcomes-section .field--name-field-main-outcomes {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    padding-inline: 76px;
    gap: 15px;

}

.main-outcomes-section .paragraph--type--main-outcomes {
    border-radius: 20px;
    border: 2px solid #D3AF46;
    background: #FFFAED;
    padding: 42px 25px;
    height: 243px;
}



.main-outcomes-section .paragraph--type--main-outcomes p {
    overflow: hidden;
    color: #1D281B;
    text-overflow: ellipsis;
    font-family: "Microsoft Uighur";
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;

}

.main-outcomes-section .field--name-field-main-outcomes-title {
    overflow: hidden;
    color: #1D281B;
    text-overflow: ellipsis;
    font-family: "Microsoft Uighur";
    font-size: 35px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: -0.175px;
    padding-inline: 76px;
    padding-block: 45px;
}

.main-outcomes-section {
    padding-block-end: 68px;
}


.wfe-about-section {
    padding: 60px 77px;
    background: #FFFAED;
}


.wfe-about-section .field--name-field-title {
    color: #242424;
    font-family: "Microsoft Uighur";
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.wfe-about-section .field--name-field-body {
    color: #444;
    font-family: "Microsoft Uighur";
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}



.wfe-research-section .field--name-field-research-areas {
    display: flex;
    /* grid-template-columns: 1fr 1fr 1fr 1fr; */
    justify-items: center;
    gap: 20px 16px;
    padding-inline: 400px;
}




.wfe-research-section {
    /* background: #FFFAED; */
    padding-block: 65px 78px;
}

.wfe-research-section .field--name-field-research-areas .field__item {
    width: 100%;

}

.wfe-research-section .field--name-field-research-areas .field__item .paragraph--type--research-areas {
    border-radius: 20px;
    border: 2px solid #D3AF46;
    background: #FAF7F3;
    width: 100%;
    height: 256px;
    padding: 64px 30px;
    display: flex;
    flex-direction: column;
    gap: 44px;
    transition: background-color 0.4s ease;
    cursor: pointer;
}

.wfe-research-section .field--name-field-research-areas .field__item .paragraph--type--research-areas:hover {
    background-color: #D3AF46;

}


.wfe-research-section .field--name-field-research-areas .field__item .paragraph--type--research-areas img {
    transition: transform 0.4s ease, filter 0.4s ease;


}


.wfe-research-section .field--name-field-research-areas .field__item .paragraph--type--research-areas:hover img {
    transform: scale(1.2);
    filter: brightness(0) invert(1);

}

.wfe-research-section .field--name-field-research-areas .field__item .paragraph--type--research-areas:hover .field--name-field-title {
    color: #fff;
}

.wfe-research-section .field--name-field-research-areas .field__item .field--name-field-title {
    color: #1D281B;
    text-overflow: ellipsis;
    font-family: "Microsoft Uighur";
    font-size: 35px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    width: 270px;

}

.wfe-research-section .field--name-field-research-areas .field__item .paragraph--type--research-areas .field--name-field-body {
    display: none;
}

.wfe-research-section .field--name-field-research-areas-title {
    color: #242424;
    text-align: center;
    font-family: "Microsoft Uighur";
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding-block-end: 11px;
}


.wfe-current-projects {
    padding-block-start: 50px;
    background: #FFFCF4;
}

.wfe-current-projects .field--name-field-current-project-title {
    color: #242424;
    text-align: center;
    font-family: "Microsoft Uighur";
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding-block-end: 11px;
}



.wfe-current-projects .field--name-field-current-project-breif {
    color: #242424;
    font-family: "Microsoft Uighur";
    font-size: 35px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    border-radius: 20px;
    border: 2px solid #D3AF46;
    background: #FFFAED;
    padding-block: 16px;
    padding-inline: 27px;
}

.block-field-blocknodeprogramsfield-current-project-breif {
    /* padding-inline: 76px; */
    padding-block: 20px;
}

.wfe-current-projects .col-12 {
    display: flex;
    flex-direction: column;
    padding-inline: 76px;
}

.block-field-blocknodeprogramsfield-current-project-breif .field--name-field-media-image {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.block-field-blocknodeprogramsfield-current-project-breif .field--name-field-media-image img {
    border-radius: 20px;
    border: 1.5px solid rgba(0, 0, 0, 0.00);
    background: lightgray 50% / cover no-repeat;
}


.wfe-current-projects .block-field-blocknodeprogramsfield-images {
    display: flex;
    padding-inline: 76px;
    align-items: center;
    gap: 39px;
    padding-block-start: 23px;
}

.wfe-current-projects .field--name-field-images {
    display: flex;
}

.wfe-current-projects .block-field-blocknodeprogramsfield-images h2 {
    overflow: hidden;
    color: #1D281B;
    text-overflow: ellipsis;
    font-family: "Microsoft Uighur";
    font-size: 35px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;

}

.wfe-multible-body-section {}


.wfe-multible-body-section .field--name-field-main-outcomes {
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding-inline: 76px;
    gap: 15px;

}

.wfe-multible-body-section .paragraph--type--main-outcomes {
    border-radius: 20px;
    border: 2px solid #D3AF46;
    background: #FAF7F3;
    padding: 42px 25px;
    /* height: 374px; */
}



.wfe-multible-body-section .paragraph--type--main-outcomes p {
    overflow: hidden;
    color: #1D281B;
    text-overflow: ellipsis;
    font-family: "Microsoft Uighur";
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;

}

.wfe-multible-body-section .field--name-field-main-outcomes-title {
    overflow: hidden;
    color: #1D281B;
    text-overflow: ellipsis;
    font-family: "Microsoft Uighur";
    font-size: 35px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: -0.175px;
    padding-inline: 76px;
    padding-block: 45px;
}

.wfe-multible-body-section {
    padding-block-end: 68px;
}

.wfe-current-projects .block-field-blocknodeprogramsfield-current-project-body .field--name-field-current-project-body {
    padding-block-end: 34px;
}

.biotechnology-about-section .field--name-field-title,
.international-about-section .field--name-field-title {
    color: #242424;
    font-family: "Microsoft Uighur";
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.biotechnology-about-section {
    padding: 60px 77px;

}

.international-about-section {
    padding: 60px 77px;
    background: #FFFAED;
}

.biotechnology-about-section .field--name-field-body,
.international-about-section .field--name-field-body {
    color: #444;
    font-family: "Microsoft Uighur";
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.international-services-section .field--name-field-responsibilties-title {
    color: #242424;
    text-align: center;
    font-family: "Microsoft Uighur";
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding-block-end: 30px;
}

.international-services-section .field--name-field-responsibilities-and-servi {
    display: flex;
    flex-direction: column;
    gap: 19px;
}

.international-services-section .field--name-field-responsibilities-and-servi .field__item {
    color: #242424;
    font-family: "Microsoft Uighur";
    font-size: 35px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    border-radius: 20px;
    border: 2px solid #D3AF46;
    background: #FFFAED;
    padding-block: 16px;
    padding-inline: 27px;
    display: flex;
    align-items: center;
    display: list-item;
    list-style: auto;
    list-style-position: inside;
}

.international-services-section,
.international-program-project-section {
    padding-inline: 76px;
}

.international-services-section {
    padding-block: 80px;
}

.international-program-project-section {
    counter-reset: section-counter;
    padding-block: 40px 76px;
    background: #FFFAED;

    .field--name-field-program-project-title {
        color: #242424;
        text-align: center;
        font-family: "Microsoft Uighur";
        font-size: 50px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        padding-bottom: 20px;
    }

}

.international-program-project-section .field--name-field-title {
    display: list-item;
    list-style: none;
    counter-increment: section-counter;
    position: relative;
    /* margin-bottom: 10px; */
    padding-left: 80px;

}


.international-program-project-section .field--name-field-title::before {
    content: counter(section-counter, decimal-leading-zero);
    position: absolute;
    left: 3px;
    top: -12px;
    color: #fff;
    font-weight: bold;
    font-size: 39px;
    background: #0968B1;
    border-radius: 50%;
    padding: 12px;
}

.international-program-project-section .field--name-field-title,
.international-program-project-section .field--name-field-breif {
    color: #1D281B;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-family: "Microsoft Uighur";
    font-size: 35px;
    font-style: normal;
    font-weight: 700;
    line-height: 29px;
    padding-block-end: 29px;
    text-wrap: wrap;
}

.international-program-project-section .field--name-field-body {
    color: #444;
    font-family: "Microsoft Uighur";
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-block-end: 35px;
}


.pagination {
    display: flex;
    gap: 7px;
    justify-content: center;
    padding-block-start: 50px;
}

.pagination .page-item.active .page-link {
    background: #0968B1 !important;
    color: #fff !important;
    border: none;
}

.pagination .page-item .page-link {
    border-radius: 50% !important;
    -webkit-border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    -ms-border-radius: 50% !important;
    -o-border-radius: 50% !important;
    width: 36.848px;
    height: 36.848px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #353535;
    font-size: 14.419px;
    font-style: normal;
    font-weight: 750;
    line-height: 20.587px;
}

.video-gallery-section {
    padding-block: 40px;
}

.video-gallery-section .view-content {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    padding-inline: 62px;
}

.video-gallery-section .view-content .views-row {
    position: relative;
}

.video-gallery-section .view-content .field--name-field-media-video-file {
    position: relative;
    display: inline-block;
    border-radius: 20px;
    overflow: hidden;
}


.video-gallery-section .view-content .field--name-field-media-video-file img {
    border-radius: 20px;
    width: 419px;
    height: 299px;
    display: block;
}


.video-gallery-section .view-content .field--name-field-media-video-file::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(0deg,
            rgba(0, 46, 81, 0.60) 0%,
            rgba(0, 46, 81, 0.60) 100%);
    opacity: 1;
    border-radius: 20px;
    z-index: 2;
    pointer-events: none;
}

.views-field-nothing .summary-overlay-link {
    position: absolute;
    top: 37%;
    left: 37%;
    z-index: 99;
}

.views-field-nothing .summary-overlay-link a::before {
    display: none;

}

.views-field-nothing .summary-overlay-link a {
    border-radius: 22.897px;
    border: unset;
    background: unset;
    width: unset;
    height: unset;
    color: #FFF;
    font-family: "Microsoft Uighur";
    font-size: 22.5px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9.5px;
    font-size: 0px !important;
}

.views-field-nothing .summary-overlay-link a::after {
    content: "";
    display: flex;
    background: url(./gallary-video.svg) no-repeat center center !important;
    background-size: cover !important;
    width: 64.67px;
    height: 64.67px;
    flex-shrink: 0;
    z-index: 111;
}

.video-gallery-section .view-content .views-row h2 {
    overflow: hidden;
    color: #1B2428;
    text-overflow: ellipsis;
    font-family: "Microsoft Uighur";
    font-size: 35px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    padding-block-start: 12px;
}

/* research-support-application-form */
.research-support-section {
    padding-block: 43px 63px;
    padding-inline: 80px;
}

.research-support-section .webform-submission-form {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    gap: 10px;
    padding-inline: 37px;
    padding-block: 91px;

}

.research-support-section .webform-submission-form .webform-type-webform-document-file {
    border-radius: 5.811px;
    border: 0.671px dashed var(--Grey-grey-500, #9E9E9E);
    background: rgba(250, 250, 250, 0.70);
    padding: 33px 22px;
    height: 161.038px;
    display: flex;
    align-items: center;
    justify-content: center;

}

.upload-field-group .description .webform-element-description {
    text-align: center;
    font-size: 12px;
}


.research-support-section #ajax-wrapper,
.research-support-section #ajax-wrapper--2,
.research-support-section #ajax-wrapper--3,
.research-support-section #ajax-wrapper--4,
.research-support-section #ajax-wrapper--5,
.research-support-section#ajax-wrapper--6 {
    position: relative;
}

.research-support-section .webform-submission-form label {
    position: absolute;
    top: -27px;
    left: 0;
    overflow: hidden;
    color: #1B2128;
    text-overflow: ellipsis;
    font-family: "Microsoft Uighur";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 15.591px;
}



.research-support-section .webform-type-webform-document-file .custom-upload-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    text-align: center;
}


.research-support-section .webform-type-webform-document-file .custom-upload-wrapper .upload-icon {
    width: 76px;
    height: 33px;
    background: url(import-icon.svg) center center no-repeat;
    background-size: cover;
    cursor: pointer;
    transition: transform 0.2s ease;
}

.research-support-section .webform-type-webform-document-file .custom-upload-wrapper .upload-icon:hover {
    transform: scale(1.1);
}


.research-support-section .webform-type-webform-document-file .custom-upload-wrapper .webform-managed-file-placeholder {
    font-size: 1rem;
    color: #444;
    cursor: pointer;
    font-family: "Microsoft Uighur";
    font-size: 14.617px;
    font-style: normal;
    font-weight: 400;
}


.research-support-section .webform-type-webform-document-file .custom-upload-wrapper input[type="file"] {
    opacity: 0;
    position: absolute;
    z-index: -1;
}

/* .research-support-section .webform-element-description {
    display: none;
} */

.research-support-section h2 {
    color: #1B2128;
    font-family: "Microsoft Uighur";
    font-size: 46px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    text-align: center;
    padding-block: 69px 0px;
}

.research-support-section .block-webform-block {
    border-radius: 20px;
    border: 2px solid #EFEFEF;
    background: #FFFAED;
}

.highlight-click {
    font-weight: bold;
    color: #005FAD;

    cursor: pointer;
}

.research-support-section .block-webform-block button {
    position: absolute;
    width: 356px;
    border-radius: 16px;
    background: #0968B1;
    border-color: #0968B1;
    left: 39%;
    padding-block: 10px;
    color: #FFF;
    font-family: "Microsoft Uighur";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    bottom: -160px;
}

.menu--search-and-language .nav-link {
    display: flex;
}

.menu--search-and-language .nav-link svg {
    display: none;
}

.menu--search-and-language .nav-link::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 8px;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none"><path d="M15.3484 15.3788L18.8134 18.8438M17.7188 9.28125C17.7188 11.519 16.8298 13.6651 15.2475 15.2475C13.6651 16.8298 11.519 17.7188 9.28125 17.7188C7.04349 17.7188 4.89738 16.8298 3.31504 15.2475C1.7327 13.6651 0.84375 11.519 0.84375 9.28125C0.84375 7.04349 1.7327 4.89737 3.31504 3.31504C4.89738 1.7327 7.04349 0.84375 9.28125 0.84375C11.519 0.84375 13.6651 1.7327 15.2475 3.31504C16.8298 4.89737 17.7188 7.04349 17.7188 9.28125Z" stroke="%23242424" stroke-width="1.6875" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}



/* popup icon */


.custom-popup {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.4);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.custom-popup.active {
    overflow: hidden;
    display: flex;
}



.custom-popup .popup-content {
    padding: 30px;
    border-radius: 15.654px;
    background: #FFF;
    box-shadow: 0 0 19.567px 0 rgba(0, 0, 0, 0.25);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 21px;
    width: 437px;
    height: 427.869px;
    justify-content: center;
    position: relative;
}

.custom-popup .popup-close {
    position: absolute;
    top: 12px;
    right: 15px;
    font-size: 30px;
    color: #ffffff;
    cursor: pointer;
    background: #0968B1;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 18px;
}

.custom-popup .popup-icon {
    background-color: #0968B1;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;

}

.custom-popup .popup-icon img {
    width: 32px;
    height: auto;
    filter: brightness(0) invert(1);

}

.custom-popup .popup-title {
    color: #0968B1;
    text-align: center;
    font-family: "Microsoft Uighur";
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
}

.custom-popup .popup-body {
    height: 235px;
    overflow-y: scroll;
}

.custom-popup .popup-body ol li {
    display: list-item;
    list-style: decimal;
    color: #1D281B;
    text-align: center;
    font-family: "Microsoft Uighur";
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: -0.125px;

}

.custom-popup .popup-body p {
    color: #1D281B;
    text-align: center;
    font-family: "Microsoft Uighur";
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: -0.125px;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: scale(0.95);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

.publications-home-section .swiper-slide {
    /* width: 304px;
    margin-right: 24px; */
    border-radius: 30px;
    border: 2px solid #D3AF46;
    background: #FAF7F3;
}

.publications-home-section .swiper-slide:hover {
    /* background: #FCF4E0; */
}


.publications-home-section {
    padding-inline: 67px;
    background: #FFFAED;
}


.publications-home-section .swiper-slide {
    position: relative;
    display: flex;
    flex-direction: column;
    border-radius: 10px;
    background: #FAF7F3 url(./pdf-icon.svg);
    background-repeat: no-repeat;
    background-position: 45px 45px;
    background-size: 46px 56px;
    padding-inline: 42px;
    height: 331px;
    /* width: 306px; */
    justify-content: center;
    padding-top: 78px;
    transition: background-color 0.35s ease, background-position 0.35s ease, transform 0.35s ease, box-shadow 0.35s ease;
    border-radius: 30px;
    gap: 16px;
}

.publications-home-section .swiper-slide:hover {
    background: #FCF4E0 url(./pdf-icon.svg);
    background-repeat: no-repeat;
    background-position: 45px 45px;
    background-size: 46px 56px;

}

.publications-home-section {
    .swiper-horizontal {
        padding-bottom: 117px;
    }
}


.block-page-title-block .title {
    color: #FFF;
    font-family: "Microsoft Uighur";
    font-size: 40px;
    font-style: normal;
    font-weight: 800;
    line-height: 1.4;
    width: 100%;
}

.breadcrumb-page-title-wrapper {
    position: absolute;
    bottom: 36%;
    left: 60px;
    display: flex;
    flex-direction: column;

    .views-field-nothing a {
        /*all: unset !important; */
        color: #FFF;
        font-family: "Microsoft Uighur";
        font-size: 25px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        border-radius: unset;
        border: unset;
        background: unset;
        width: unset;
        height: unset;

    }

    p {
        color: #FFF;
        font-family: "Microsoft Uighur";
        font-size: 25px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }

    .views-field-nothing a::after {
        display: none !important;


    }
}

.breadcrumb-item {
    display: flex;
}

.breadcrumb {

    display: flex;
    gap: 5px;
    align-items: center;

    a {
        color: #FFF;
        font-family: "Microsoft Uighur";
        font-size: 25px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }


}


.active-calls-section {
    padding-inline: 79px;
    background: #FAF7F3;
    padding-block-end: 120px;
    position: relative;
}

.active-call-class .swiper-slide {
    margin-right: 24px;
    border-radius: 20px;
    border: 2px solid #D3AF46;
    background: #FFFAED;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 30px 24px;
}

.active-call-class .date-range-active-wrapper {
    display: flex;
    justify-content: space-between;
}


.active-call-class .views-field-nothing {
    border-radius: 9.139px;
    background: #0968B1;
    overflow: hidden;
    color: #FFF;
    text-overflow: ellipsis;
    font-family: "Microsoft Uighur";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    padding: 13px 17px;
    display: flex;
    align-items: center;
    gap: 9.5px;
    width: 250px;
}

.active-call-class .views-field-nothing::before {
    content: "";
    width: 28px;
    height: 28px;
    flex-shrink: 0;
    background: url(./cal.svg) no-repeat center center;
    background-size: contain;
}

.active-call-class .views-field-body p {
    color: #444;
    font-family: "Microsoft Uighur";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.active-call-class .swiper-slide ul {
    display: flex;
    flex-direction: column;
    padding-inline-start: 20px;
}

.active-call-class .swiper-slide ul li {
    display: flex;
    align-items: center;
    list-style: unset;
    display: list-item;
    font-size: 20px;
}


.active-call-class .swiper-slide .views-field-title {
    padding-block: 10px 0px;
}


.active-call-class .views-field-nothing-3 span,
.active-call-class .views-field-nothing-2 span,
.active-call-class .views-field-nothing-4 span {
    border-radius: 22.897px;
    border: 0.818px solid #242424;
    background: #242424;
    width: 152px;
    height: 46px;
    color: #FFF;
    font-family: "Microsoft Uighur";
    font-size: 22.5px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9.5px;

    a {
        color: #FFF;
    }
}


.active-call-class .views-field-nothing-3 span::after,
.active-call-class .views-field-nothing-2 span::after,
.active-call-class .views-field-nothing-4 span::after {
    content: "";
    display: flex;
    background: url(./find-hero.svg) no-repeat center center;
    background-size: contain;
    width: 25.67px;
    height: 25.67px;
    flex-shrink: 0;
}

.links-call-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}



.active-call-class .views-field-nothing-2 span {
    font-size: 15.5px;
    width: 193px;
}

.active-call-class .views-field-nothing-1 span {
    display: inline-block;
    font-size: 0;
    width: 30px;
    height: 30px;
    background: url("active-call.svg") no-repeat center center;
    background-size: contain;
}



.user-logged-in .active-call-class .views-field.views-field-nothing-3 {
    display: none !important;

}

.user-logged-in .active-call-class .views-field.views-field-nothing-4 {
    display: block !important;
}


body:not(.user-logged-in) .active-call-class .views-field.views-field-nothing-3 {
    display: flex !important;
    justify-content: center;
}

body:not(.user-logged-in) .active-call-class .views-field.views-field-nothing-4 {
    display: none !important;
}

.suggistion-section,
.advanced-search-section {
    padding-inline: 45px !important;
}

.block-views-blockcalls-block-3 {
    padding-bottom: 80px;

    .swiper-slide {
        width: 32% !important;
        height: auto !important;
        margin: 0 4px !important;
        padding: 30px 14px;
    }

    .active-call-class .views-field-nothing-3 span,
    .active-call-class .views-field-nothing-2 span,
    .active-call-class .views-field-nothing-4 span {
        width: -webkit-fill-available !important;
        text-align: center;

    }

    .active-call-class .views-field-nothing {
        font-size: 12px;
        gap: 8.5px;
        width: 203px;
    }

    .active-call-class .swiper-slide .views-field-title {
        font-size: 20px;
        font-weight: 900;
    }

    .active-call-class .views-field-body p {
        font-size: 13px;
    }

    .active-call-class .swiper-slide ul li {
        font-size: 13PX;
    }


}

.previous-call-section {
    background: rgb(239, 239, 239);
    padding-inline: 88px;
    padding-block-end: 50px;
    position: relative;
}

.previous-call-section .swiper-slide {
    border-radius: 20px;
    border: 2px solid rgb(211, 175, 70);
    background: rgb(239, 239, 239);
    padding: 30px 24px;
    margin-right: 24px;
    height: 211px;
}

.previous-call-section .views-field-nothing {
    border-radius: 9.139px;
    background: #CFCFCF;
    overflow: hidden;
    color: #23271B;
    text-overflow: ellipsis;
    font-family: "Microsoft Uighur";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    padding: 13px 17px;
    display: flex;
    align-items: center;
    gap: 9.5px;
    width: 250px;

}

.previous-call-section .views-field-nothing::before {
    content: "";
    width: 28px;
    height: 28px;
    flex-shrink: 0;
    background: url(./cal-dark.svg) no-repeat center center;
    background-size: contain;
}

.previous-call-section .views-field-nothing-1 {
    display: none;
}

.previous-call-section .views-field-title {
    padding-block-start: 21px;
}

.previous-call-section .views-field-body p {
    font-family: Microsoft Uighur;
    font-weight: 400;
    font-style: Regular;
    font-size: 20px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    vertical-align: middle;

}

.previous-call-section .swiper-slide {
    height: 260px;
    overflow: hidden;
}



.jobs-section .view-jobs {
    background-color: #FFFAED;
    padding: 60px 126px;
    border-radius: 20px;
    font-family: "Microsoft Uighur", serif;
    color: #444;
    font-size: 25px;
    font-weight: 400;
    line-height: normal;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}


.jobs-section .view-jobs .view-header h2 {
    background-color: #006ab1;
    color: #fff;
    font-size: 42px;
    font-weight: 700;
    padding: 18px 30px;
    border-radius: 15px 15px 0 0;
    margin: 0;
}

.jobs-section .view-jobs table {
    width: 100%;
    border-collapse: collapse;
    border-radius: 0 0 15px 15px;
    overflow: hidden;
    background-color: #fff;
}

.jobs-section .view-jobs thead {
    background-color: #006ab1;
    color: #fff;
}

.jobs-section .view-jobs th {
    padding: 16px 20px;
    text-align: left;
    font-weight: 700;
    font-size: 24px;
    border-bottom: 3px solid #006ab1;
    text-align: center;
}

.jobs-section .view-jobs td {
    padding: 9px 10px;
    vertical-align: middle;
    border-bottom: 1px solid #eee;
    font-size: 23px;
    background: #fff;
    text-align: center;

    a {
        border-radius: 0;
        background: #0968B1;
        margin: auto;
        border: none;
        border-radius: 20px;
    }
}


.jobs-section .view-jobs tr:nth-child(even) td {
    background-color: #FFFAED;
}



.jobs-section .view-jobs td::before {
    margin-right: 8px;
    vertical-align: middle;
}


@media (max-width: 768px) {
    .jobs-section .view-jobs {
        padding: 30px 15px;
    }

    .jobs-section .view-jobs .view-header h2 {
        font-size: 32px;
    }

    .jobs-section .view-jobs th,
    .jobs-section .view-jobs td {
        font-size: 20px;
        padding: 12px 10px;
    }

    .jobs-section .view-jobs a {
        font-size: 18px;
        padding: 8px 16px;
    }
}

.inner-job-section {
    padding-inline: 85px;
    padding-block: 63px 37px;
}

.inner-job-section .views-field-title {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.inner-job-section .js-webform-type-entity-autocomplete,
.inner-job-section #edit-job-desc,
.inner-job-section #edit-job-desc--description {
    display: none;
}

.inner-job-section .views-field-body ul {
    display: flex;
    flex-direction: column;
    padding-inline-start: 20px;
    padding-block-end: 25px;
}

.inner-job-section .views-field-body ul li {
    list-style: unset;
    display: list-item;

}

.inner-job-section .views-field-body {
    color: #444;
    font-family: "Microsoft Uighur";
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;

    strong {
        font-weight: 700;
    }
}

.inner-job-section .views-field-body p {
    padding-block-end: 12px;
}

.inner-job-section .col-12 {
    border-radius: 20px;
    border: 2px solid #EFEFEF;
    background: #FFFAED;
    padding: 77px 69px;
}



.inner-job-section .webform-submission-form .webform-type-webform-document-file {
    border-radius: 5.811px;
    border: 0.671px dashed var(--Grey-grey-500, #9E9E9E);
    background: rgba(250, 250, 250, 0.70);
    padding: 33px 22px;
    height: 161.038px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 50px !important;
    width: 234.847px;

}

.inner-job-section .webform-managed-file-placeholder {
    color: var(--Esas-yazi-rengi, #4B4B4B);
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: "Microsoft Uighur";
    font-size: 14.617px;
    font-style: normal;
    font-weight: 400;
    line-height: 200%;
}

.inner-job-section #ajax-wrapper {
    position: relative;
}

.inner-job-section .webform-submission-form label {
    position: absolute;
    top: -27px;
    left: 0;
    overflow: hidden;
    color: #1B2128;
    text-overflow: ellipsis;
    font-family: "Microsoft Uighur";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 15.591px;
}



.inner-job-section .webform-type-webform-document-file .custom-upload-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    text-align: center;
}


.inner-job-section .webform-type-webform-document-file .custom-upload-wrapper .upload-icon {
    width: 76px;
    height: 33px;
    background: url(import-icon.svg) center center no-repeat;
    background-size: cover;
    cursor: pointer;
    transition: transform 0.2s ease;
}

.inner-job-section .webform-type-webform-document-file .description {
    position: absolute;
    bottom: -35px;
    text-align: center;
}

.inner-job-section #edit-upload-your-cv input {
    display: none;
}

.inner-job-section .js-webform-type-webform-autocomplete {
    padding-block-end: 30px;
}

.inner-job-section button {
    border-radius: 16px;
    background: #0968B1;
    width: 146px;
    padding-block: 10px;
    color: #FFF;
    font-family: "Microsoft Uighur";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
}



.navbar-nav>li.nav-item.menu-item--expanded:nth-child(1)>.dropdown-menu {
    position: absolute !important;
    left: 0 !important;
    top: 180% !important;
    width: 104vw !important;
    border-radius: 0;
    display: flex !important;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding: 10px 0;
    margin: 0;
    margin-left: -389px;
    padding-inline: 550px;
    height: 121px;
    background: #EFEFEF;
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.25);
    opacity: 0;
    transform: translateY(-10px);
    pointer-events: none;
    transition: all 0.3s ease;
}

.navbar-nav>li.nav-item.menu-item--expanded:nth-child(1)>.dropdown-menu.show {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}

.navbar-nav>li.nav-item.menu-item--expanded:nth-child(2)>.dropdown-menu {
    position: absolute !important;
    left: 0 !important;
    top: 180% !important;
    width: 104vw !important;
    border-radius: 0;
    display: flex !important;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding: 10px 0;
    margin: 0;
    margin-left: -569px;
    padding-inline: 550px;
    height: 121px;
    background: #EFEFEF;
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.25);
    opacity: 0;
    transform: translateY(-10px);
    pointer-events: none;
    transition: all 0.3s ease;
}


.navbar-nav>li.nav-item.menu-item--expanded:nth-child(2)>.dropdown-menu.show {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;

}



.navbar-nav>li.nav-item.menu-item--expanded:nth-child(3)>.dropdown-menu {
    position: absolute !important;
    left: 0 !important;
    top: 180% !important;
    width: 104vw !important;
    border-radius: 0;
    display: flex !important;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding: 10px 0;
    margin: 0;
    margin-left: -727px;
    padding-inline: 550px;
    height: 121px;
    background: #EFEFEF;
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.25);
    opacity: 0;
    transform: translateY(-10px);
    pointer-events: none;
    transition: all 0.3s ease;
}

.navbar-nav>li.nav-item.menu-item--expanded:nth-child(3)>.dropdown-menu.show {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}


.navbar-nav>li.nav-item.menu-item--expanded:nth-child(4)>.dropdown-menu {
    position: absolute;
    left: 0;
    top: 180%;
    width: 104vw;
    border-radius: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding: 10px 0;
    margin: 0;
    margin-left: -861px;
    padding-inline: 550px;
    height: 121px;
    background: #EFEFEF;
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.25);
    opacity: 0;
    transform: translateY(-10px);
    pointer-events: none;
    transition: all 0.3s ease;
}


.navbar-nav>li.nav-item.menu-item--expanded:nth-child(4)>.dropdown-menu.show {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}


.dropdown-item.active {
    background: unset !important;
}

.dropdown-item {
    display: flex;
    width: 90%;
    padding: 0px;
    font-weight: 400;
    text-decoration: none;
    background-color: transparent;
    border: 0;
    justify-content: space-around;
}

#header {
    position: fixed;
    top: 0;
    z-index: 9999999;
    width: 100%;
}

.view-slider {
    padding-top: 140px;
}

.dropdown-menu.show .dropdown-item span {
    color: #0968B1 !important;
    font-family: "Microsoft Uighur";
    font-size: 35.294px !important;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    border-right: solid 1px;
    padding-inline-end: 28px !important;
}

.key-figure-section .view-content {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    /* gap: 23px; */
    padding: 62px 76px 68px 76px;
    background: #FAF7F3;
    align-items: center;
}

.key-figure-section .view-content .node__content {
    border-radius: 30px;
    border: 2px solid #D3AF46;
    background: #FAF7F3;
    padding: 47px 57px;
    display: flex;
    flex-direction: column;
    height: 331px;
    justify-content: flex-end;
    transition: all 0.8s ease;

}

.key-figure-section .view-content .node__content * {
    transition: all .8s ease !important;

}

.key-figure-section .view-content .node__content:hover h2 {
    color: #fff;
}

.key-figure-section .view-content .node__content:hover .fact-brefix-wrapper {
    color: #fff;
}

.views-row:has(.weatherwidget-io) .node__content:hover .wx-temp {
    transform: translateY(-15px) scale(1.1);
    color: #fff;
}

.views-row:has(.weatherwidget-io) .node__content:hover .wx-icon svg {
    fill: #fff;
    color: #fff;
    transform: translateY(-15px) scale(1.1);

}


.key-figure-section .view-content .node__content:hover {
    background: #D3AF46;

}

.key-figure-section .view-content .node__content:hover img {
    filter: invert(1) brightness(1.5) !important;
    transform: rotate(360deg) scale(1.4);

}

.key-figure-section .view-content .node__content .fact-brefix-wrapper {
    display: flex;
    color: #0968B1;
    font-family: "Microsoft Uighur";
    font-size: 92.698px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding-block-start: 60px;
}

.key-figure-section .view-content .views-row:nth-child(3) .node__content .fact-brefix-wrapper {
    display: flex;
    flex-direction: column;
    padding-block-start: 50px;
}

.key-figure-section .view-content .node__content .field--name-title {
    color: #444;
    font-family: "Microsoft Uighur";
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.key-figure-section #weatherWidget .currentTemp {
    color: #0968B1;
    font-family: "Microsoft Uighur";
    font-size: 92.698px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}


#weatherWidget .currentConditions {
    display: flex;
    /* استخدم flex لترتيب العناصر */
    justify-content: flex-end;
    /* ضع المحتوى على اليمين */
    align-items: center;
    /* توسيط عموديًا */
    height: auto;
    min-height: 5rem;
    text-align: right;
    /* اجعل النص على اليمين */
}

/* استهداف درجة الحرارة */
#weatherWidget .currentConditions .currentTemp {
    color: #0968B1 !important;
    font-family: "Microsoft Uighur";
    font-size: 92.698px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

/* استهداف وصف الطقس إذا أردت تغييره */
#weatherWidget .currentConditions .currentDesc {
    margin-left: 1rem;
    /* مسافة بسيطة بين الحرارة والوصف */
    font-size: 24px;
    /* حجم أصغر للوصف */
    color: #333;
}


#weatherWidget .currentTemp {
    color: #0968B1 !important;
}


.photo-gallery-section .view-content {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    padding-inline: 76px;
    padding-block: 25px;
    gap: 15px;
}

.photo-gallery-section .view-content .field--name-field-media-image,
.photo-gallery-section .view-content .field--name-field-media-image * {
    border-radius: 16px;
    width: 100%;
    height: 299px;
    object-fit: cover;
    border-radius: 16px;
    overflow: hidden
}

.photo-gallery-section .view-content .views-row {
    display: flex;
    flex-direction: column;
    gap: 17px;
}

.breadcrumb-item+.breadcrumb-item::before {
    content: ">>" !important;
    font-size: x-large;
    color: #fff;
    font-weight: 100;
}

.breadcrumb-item {
    display: flex;
    align-items: center;
}

.menu--search-page-menu {
    ul {
        display: flex;
        flex-direction: column;
        width: max-content;
    }

    a {
        color: rgb(231, 231, 231);
        color: #000;
        font-family: "Microsoft Uighur";
        font-size: 30.896px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        border-bottom: 1px solid #CECECE;
        width: inherit;
    }

    li:last-child a {
        border-bottom: none;

    }

    a:hover {
        color: #006ab1;
    }

    .nav-link.active {
        color: #006ab1 !important;

    }
}

.view-advanced-search .d-flex {
    gap: 17px;
    padding-block: 45px;

    .js-form-type-textfield {
        display: flex;
        flex-direction: column;
        gap: 34px;

        label {
            color: #000;
            font-family: "Microsoft Uighur";
            font-size: 35px;
            font-style: normal;
            font-weight: 700;
            line-height: normal;
        }
    }

    input {
        width: 730px;
        height: 65px;
        border-radius: 40px;
        border: 1px solid #C7C6C6;
        background: #FFF;
        backdrop-filter: blur(10px);
        color: #929292;
        font-family: "Microsoft Uighur";
        font-size: 22px;
        font-style: normal;
        font-weight: 400;
        line-height: 15px;
        padding-inline: 37px;
    }

    button {
        width: 134px;
        height: 65px;
        flex-shrink: 0;
        border-radius: 40px;
        background: #0968B1;
        backdrop-filter: blur(10px);
        color: #FFF;
        text-align: center;
        font-family: "Microsoft Uighur";
        font-size: 25px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        text-transform: capitalize;
    }
}

.block-views-blockabout-us-block-9 {

    /* ===== Wrapper layout ===== */
    .view-about-us .view-content {
        display: grid;
        flex-wrap: wrap;
        gap: 17px;
        justify-content: center;
        margin-top: 20px;
        grid-template-columns: 1fr 1fr 1fr;
        padding-inline: 0 130px;
        padding-bottom: 81px;
    }

    /* ===== Each card ===== */
    .view-about-us .views-row {
        border-radius: 16px;
        padding: 28px 26px;
        width: 100%;
        max-width: 360px;
        box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
        transition: transform .25s ease, box-shadow .25s ease;
        border: 2px solid #D3AF46;
        background: #FFFAED;
    }

    /* Hover effect */
    .view-about-us .views-row:hover {
        transform: translateY(-6px);
        box-shadow: 0 16px 40px rgba(0, 0, 0, 0.12);
    }

    /* ===== Title ===== */
    .view-about-us .views-field-title .field-content {
        display: block;
        font-size: 28px;
        font-weight: 700;
        color: #006ab1;
        /* deep red */
        margin-bottom: 12px;
        letter-spacing: 0.3px;
    }

    /* ===== Body text ===== */
    .view-about-us .views-field-body .field-content p {
        margin: 0;
        font-size: 14px;
        color: #555;
        line-height: 1.55;
    }

    /* ===== Responsive ===== */
    @media (max-width: 768px) {
        .view-about-us .views-row {
            max-width: 100%;
        }
    }

}

.block-views-blockphoto-gallery-block-2 {

    /* ===== Gallery layout ===== */
    .view-photo-gallery .view-content {
        display: flex;
        flex-wrap: wrap;
        gap: 24px;
        justify-content: center;
        margin-top: 20px;
    }

    /* ===== Each gallery card ===== */
    .view-photo-gallery .views-row {
        background: #FFFAED;
        border-radius: 16px;
        overflow: hidden;
        width: calc(33.333% - 24px);
        max-width: 380px;
        box-shadow: 0 10px 28px rgba(0, 0, 0, 0.08);
        transition: transform .25s ease, box-shadow .25s ease;
        cursor: pointer;
        display: flex;
        flex-direction: column;
        padding: 0;
        border: 2px solid #D3AF46;
    }

    /* Hover animation */
    .view-photo-gallery .views-row:hover {
        transform: translateY(-6px);
        box-shadow: 0 14px 38px rgba(0, 0, 0, 0.12);
    }

    .field.field--name-field-media-image,
    .field.field--name-field-media-image * {
        width: 100%;
    }

    /* ===== Image styling ===== */
    .view-photo-gallery .views-field-field-images img {
        width: 100%;
        height: 220px;
        object-fit: cover;
        display: block;
    }

    /* Ensures SVGs or images with odd ratios still fill the card */
    .view-photo-gallery .views-field-field-images {
        width: 100%;
        overflow: hidden;
    }

    /* ===== Title ===== */
    .view-photo-gallery .views-field-title {
        padding: 14px 16px 18px;
        text-align: center;
    }

    .view-photo-gallery .views-field-title .field-content {
        font-size: 15px;
        font-weight: 600;
        color: #333;
        letter-spacing: .3px;
        display: block;
    }

    /* ===== Responsive layout ===== */
    @media (max-width: 991px) {
        .view-photo-gallery .views-row {
            width: calc(50% - 18px);
        }
    }

    @media (max-width: 600px) {
        .view-photo-gallery .views-row {
            width: 100%;
        }

        .view-photo-gallery .views-field-field-images img {
            height: 190px;
        }
    }

}

.block-views-blockprograms-block-2 {

    /* ===== Programs cards layout ===== */
    .view-programs .view-content {
        display: grid;
        flex-wrap: wrap;
        gap: 17px;
        justify-content: center;
        margin-top: 20px;
        grid-template-columns: 1fr 1fr 1fr;
        padding-inline: 0 36px;
        padding-bottom: 81px;
    }

    /* Each card */
    .view-programs .views-row {
        background: #FFFAED;
        border-radius: 16px;
        padding: 24px 22px 22px;
        width: 100%;
        max-width: 360px;
        box-shadow: 0 12px 32px rgba(0, 0, 0, 0.08);
        border: 1px solid #eee;
        transition: transform .25s ease, box-shadow .25s ease;
        display: flex;
        flex-direction: column;
        border: 2px solid #D3AF46;
    }

    /* Hover effect */
    .view-programs .views-row:hover {
        transform: translateY(-6px);
        box-shadow: 0 16px 40px rgba(0, 0, 0, 0.12);
    }

    /* Title */
    .view-programs .views-field-title .field-content a {
        display: block;
        font-size: 25px;
        font-weight: 700;
        color: #006ab1 !important;
        /* deep red */
        margin-bottom: 12px;
        letter-spacing: 0.3px;
    }

    .view-programs .views-field-title .field-content a:hover {
        text-decoration: underline;
    }

    /* Body text */
    .view-programs .views-field-field-body .field-content p {
        margin: 0;
        font-size: 14px;
        color: #555;
        line-height: 1.55;
    }

    /* Responsive behaviour */
    @media (max-width: 991px) {
        .view-programs .views-row {
            max-width: 48%;
        }
    }

    @media (max-width: 600px) {
        .view-programs .views-row {
            max-width: 100%;
        }
    }

}

.view-key-figures .views-row {
    position: relative;
}

.wx-icon {
    position: absolute;
    top: 33px;
    left: 33px;

}

.views-row:has(.weatherwidget-io) {
    --is-weather-card: 1;
}

/* ===== Weather Card Container ===== */
.views-row:has(.weatherwidget-io) {
    background: #faf8f4;
    border: 0px solid #d6c28a;
    border-radius: 24px;
    padding: 0px;
    max-width: 420px;
    width: 100%;
    margin: 0 auto;
    box-shadow: 0 10px 26px rgba(0, 0, 0, 0.06);
    position: relative;
    overflow: hidden;
}

/* Remove default node layout spacing */
.views-row:has(.weatherwidget-io) article {
    padding: 0 !important;
    margin: 0 !important;
    background: transparent !important;
    border: none !important;
}

/* ===== Weather Inline Block Styling ===== */
.views-row:has(.weatherwidget-io) .wx-inline {
    display: flex;
    align-items: flex-start;
    gap: 14px;
}

/* Weather icon size */
.views-row:has(.weatherwidget-io) .wx-icon svg {
    width: 73px;
    height: 58px;
    color: #333;
}

/* Temperature */
.views-row:has(.weatherwidget-io) .wx-temp {
    margin-bottom: 4px;
    display: flex;
    color: #0968B1;
    font-family: "Microsoft Uighur";
    font-size: 92.698px;
    font-style: normal;
    font-weight: 700;
    padding-block-start: 60px;
}

/* Metadata (Humidity, Wind) */
.views-row:has(.weatherwidget-io) .wx-meta {
    font-size: 15px;
    color: #444;
    line-height: 1.4;
    display: none;
}

.views-row:has(.weatherwidget-io) .wx-meta span {
    display: block;
}


/* Hide the massive hidden iframe text */
.views-row:has(.weatherwidget-io) .weatherwidget-io {
    text-indent: 0 !important;
    height: auto !important;
    overflow: visible !important;
    padding: 0 !important;
    position: static !important;
}

#weatherWidget .currentWeather {
    display: none;
}


#user-register-form .register-row {
    display: grid;
    flex-wrap: wrap;
    gap: 29px;
    grid-template-columns: 1fr 1fr 1fr;
}

/* First row: 3 columns on desktop, full width on mobile */
#user-register-form .register-row-1>.js-form-item,
#user-register-form .register-row-1>.field--type-telephone {
    flex: 1 1 100%;
}

@media (min-width: 768px) {

    #user-register-form .register-row-1>.js-form-item,
    #user-register-form .register-row-1>.field--type-telephone {
        flex: 0 0 calc(33.333% - 1rem);
    }
}

/* Second row: 2 columns on desktop, full width on mobile */
#user-register-form .register-row-2>.js-form-item {
    flex: 1 1 100%;
}

@media (min-width: 768px) {
    #user-register-form .register-row-2>.js-form-item {
        flex: 0 0 calc(50% - 1rem);
    }
}

.suggistion-section .links-call-wrapper {
    grid-template-columns: 0.5fr 1fr;
}

.suggistion-section .links-call-wrapper a {
    font-size: 12px;
}

.suggistion-section .views-field-nothing-3 span,
.suggistion-section .views-field-nothing-2 span,
.suggistion-section .views-field-nothing-4 span {
    gap: 5px;
}