.shortcuts.list-button .shortcuts-itemv1:nth-child(6) {
    background-color: #25d366!important
}

.shortcuts.list-button .shortcuts-itemv1:nth-child(7) {
    background-color: #3b5998!important
}

.shortcuts.list-button .shortcuts-itemv1:nth-child(8) {
    background-color: #0077b5!important
}

.shortcuts.list-button .shortcuts-itemv1:nth-child(9) {
    background-color: #ea4c89!important
}

.shortcuts.list-button .shortcuts-itemv1:nth-child(10) {
    background-color: #1da1f2!important
}

.shortcuts.list-button .shortcuts-itemv1:nth-child(11) {
    background-color: #25d366 !important;
}

.shortcuts.list-button .shortcuts-itemv1:nth-child(12) {
    background-color: #3b5998 !important;
}

.shortcuts.list-button .shortcuts-itemv1:nth-child(13) {
    background-color: #0077b5 !important;
}

.shortcuts.list-button .shortcuts-itemv1:nth-child(14) {
    background-color: #ea4c89!important
}

.shortcuts.list-button .shortcuts-itemv1:nth-child(15) {
    background-color: #1da1f2!important
}

.shortcuts.list-button .shortcuts-itemv1:nth-child(16) {
    background-color: #25d366 !important;
}



@media (max-width: 1200px) {
    #news-detail .news-card a {
        overflow: visible !important;
    }
}

#news-detail .news-card a {
    overflow: visible !important;
}

.fancybox-slide.fancybox-slide--image.fancybox-slide--current {
    display: flex!important;
}

.fancybox-slide.fancybox-slide--video.fancybox-slide--current {
    display: flex!important;
}

.gallery-photo:not([class*="ui-height-"]) {
    min-height: 170px!important;
}

.meclis-uye-card {
    display: flex;
    flex-direction: column;
}

.meclis-uye-card .personnel-photo {
    width: 100%!important;
    height: 300px!important;
    border-radius: 0!important;
    border-radius: 15px 15px 0 0!important;
}

.meclis-uye-card .personnel-description {
    border-radius: 0 0 15px 15px!important;
}

.personnel.list-single.ui-small.mt-30px {
    position: relative;
}

#tab-personel {
    min-height: 100vh!important;
    max-height: 100%!important;
}

#tab-personel .personnel.list-single.ui-small.mt-30px {
    min-height: 100vh!important;
}

.js-tab-nav.active a {
    background-color: #cf3435!important;
    color: #fff!important;
}

@media(min-width: 982px) {
    .personnel.ui-list-single ul li:first-child .personnel-card {
        max-width: 33.33333%;
    }
}

.contact-item {
    min-height: 500px;
}

.contact-item:not(.ui-no-bg) {
    background-color: #fff;
    border-radius: 24px;
    padding: 40px 0;
}

@media (max-width: 480px) {
    .contact-item:not(.ui-no-bg) {
        padding: 16px;
    }
}

.contact-header {
    background-color: rgba(255, 255, 255, 0.6);
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    margin-left: auto;
    margin-right: auto;
    width: 96%;
    display: flex;
    justify-content: space-between;
}

.contact-header__items .item:last-child a {
    border-top-right-radius: 16px;
}

.contact-header__items .item a {
    display: flex;
    align-items: center;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.75);
    padding: 16px;
    color: #333;
}

.contact-header__items .item a .icon {
    font-size: 32px;
    color: #666;
}

.contact-header__items .item a .desc {
    flex: 1;
    padding-left: 10px;
    line-height: 1.4;
}

.contact-header__items .item a .desc .heading {
    font-size: 12px;
    font-weight: 800;
}

.contact-header__items .item a .desc .text {
    font-weight: 300;
    font-size: 14px;
}

.page-content__nav ul {
    padding-left: 7px;
    padding-right: 7px;
}

.contact-address>ul>li:not(:last-child) .contact-address__item {
    position: relative;
    z-index: 1;
    padding-bottom: 40px;
    margin-bottom: 40px;
}

.contact-address>ul>li:not(:last-child) .contact-address__item::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    height: 1px;
    background-image: radial-gradient(rgba(51, 51, 51, 0.1) 50%, transparent, transparent);
}

.contact-address__map {
    overflow: hidden;
    border-radius: 16px;
}

@media (max-width: 768px) {
    .contact-address__map {
        position: relative;
        padding-bottom: 56.25%;
        height: 0;
    }
    .contact-address__map iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
}

.contact-address__map iframe {
    filter: grayscale(0.5);
}

.contact-address__description {
    padding: 20px 20px 20px 40px;
}

@media (max-width: 1024px) {
    .contact-address__description {
        padding-top: 30px;
        padding-left: 30px;
    }
}

.contact-address__description .title {
    color: #333;
    font-size: 28px;
    font-weight: 700;
    letter-spacing: -1px;
    line-height: 1.3;
    padding-right: 85px;
}

.contact-address__info {
    margin-top: 30px;
}

.contact-address__info>ul {
    display: flex;
    flex-wrap: wrap;
}

.contact-address__info>ul>li:not(:last-child) {
    margin-right: 30px;
    margin-bottom: 16px;
}

.contact-address__info .item {
    line-height: 1.4;
    position: relative;
    z-index: 1;
    padding-left: 15px;
}

.contact-address__info .item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    background-color: #999;
    border-radius: 99px;
}

.contact-address__info .item .heading {
    color: rgba(0, 0, 0, 0.4);
    font-size: 12px;
    font-weight: bold;
}

.contact-address__info .item .text {
    color: #333;
    font-size: 14px;
}

.contact-address__buttons {
    height: 400px;
}

.contact-address__buttons ul {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: start;
    padding-top: 30px;
    gap: 15px;
}

@media (max-width: 1024px) {
    .contact-address__buttons ul {
        flex-wrap: wrap;
        justify-content: center;
    }
}

.contact-address__buttons ul li {
    height: calc(100% / 7);
}

.contact-address__buttons ul li a {
    background-color: rgba(102, 102, 102, 0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    color: #666;
    padding: 16px;
    transition: 0.3s;
}

.contact-address__buttons ul li a:hover {
    background-color: #666;
    color: #fff;
    box-shadow: 5px 5px 20px rgba(102, 102, 102, 0.3);
}

.contact-address__buttons ul li a .icon {
    font-size: 28px;
    opacity: 0.4;
    width: 36px;
    justify-content: center;
}

.contact-tour {
    border-radius: 24px;
    overflow: hidden;
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
}

.contact-tour iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.contact-floor>ul>li:not(:last-child) {
    border-bottom: 20px solid rgba(51, 51, 51, 0.08);
    padding-bottom: 40px;
    margin-bottom: 40px;
}

.contact-floor>ul>li .heading {
    color: rgba(255, 255, 255, 0.3);
    text-transform: uppercase;
    font-size: 32px;
    line-height: 1.1;
    font-weight: 900;
    letter-spacing: -2px;
    margin-top: 30px;
    position: sticky;
    top: 16px;
}

.contact-floor>ul>li .photo {
    padding-left: 50px;
    position: sticky;
    top: 16px;
}

.contact-floor>ul>li .photo img {
    width: 100%;
    height: auto;
}

.contact-address__map {
    overflow: hidden;
    border-radius: 16px;
    width: 100% !important;
    height: 100% !important;
}

.contact-address__map iframe {
    filter: grayscale(0)!important;
    width: 100%;
    height: 100%;
}

.contact-address__info .item::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-10%);
    left: 0;
    width: 4px;
    height: 20px;
    background-color: #b31512;
    border-radius: 99px;
}

.img-schema button img {
    width: 200px!important;
    height: 200px;
    object-fit: cover;
    object-position: top;
    border-radius: 50%;
    margin: auto;
    margin-bottom: 1rem;
    background-color: #1e1d1c2e;
}

.img-schema a img {
    width: 130px!important;
    height: 130px;
    object-fit: cover;
    border-radius: 50%;
    margin: auto;
    margin-bottom: 1rem;
    background-color: #1e1d1c2e;
}

.img-schema button {
    height: max-content!important;
}

.image-schema a {
    height: max-content!important;
    display: flex;
    flex-direction: column;
}

.mb-15px,
.schema-header ul li:not(:last-child),
.schema-header ul:not(:last-child) {
    align-items: center!important;
}

.schema-list:not([class*="ui-item-bg"]) ul li a,
.schema-list:not([class*="ui-item-bg"]) ul li button {
    height: max-content!important;
}

.img-schema.small-img a img {
    height: 80px !important;
    width: 80px !important;
    margin-bottom: 0;
    margin-top: -3rem;
}

.img-schema.small-img button img {
    height: 80px !important;
    width: 80px !important;
    margin-bottom: 0;
    margin-top: -3rem;
}

.schema-content>ul {
    padding-top: 30px;
}

.schema-content>ul>li::before {
    position: absolute;
    top: -60px!important;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 100px!important;
}

.schema-sub img {
    width: 70px !important;
    height: 70px !important;
    position: absolute;
    top: 50%;
    left: -30px;
}

.schema-sub.right-pos img {
    left: auto;
    right: -30px;
}

@media(max-width: 768px) {
    .schema-list.ui-item-bg ul li a,
    .schema-list.ui-item-bg ul li button {
        margin-top: 1rem!important;
    }
}

.center-content {
    display: flex;
    justify-content: center !important;
    /* Yatay ortalama */
    align-items: center !important;
    /* Dikey ortalama */
    width: 100% !important;
}
