/* @charset "utf-8"; */
/* CSS Document */

/* Genel */
*,
body {
    color: black;
}

a {
    color: #006633;
}
a.obj_galley_link.pdf:hover {
    background: #006633 !important;
    color: white !important;
}

h2 {
    font-size: 20px;
    font-weight: normal;
    text-transform: uppercase;
    padding-bottom: 1px;
    margin-bottom: 8px !important;
    border-bottom: solid 3px #006633;
    color: #006633;
    margin-top: 0 !important;
}

iframe {
    width: 100%;
}

::before,
::after {
    display: none;
}

.homepage_image {
    display: none;
}

/* Başlık ve Site İsmi */
.pkp_site_name .is_img img {
    max-height: 200px;
}

#headerNavigationContainer .pkp_head_wrapper .pkp_site_name_wrapper {
    padding-left: 0;
    padding-right: 0;
}

/* Sayfa Yapısı */
.pkp_structure_page {
    margin-left: auto !important;
    transform: translateX(0) translateY(0);
}

.pkp_structure_page .pkp_structure_content {
    width: 1160px;
    margin-top: 25px;
    padding-top: 10px;
}

.pkp_structure_page .pkp_structure_content.has_sidebar {
    display: flex;
    padding-top: 10px;
}

@media (min-width:992px) {
    .pkp_structure_page .pkp_structure_content {
        padding-top: 0;
    }
}

/* Ana İçerik */
.pkp_structure_main > div {
    box-shadow: 0 1px 15px 1px rgba(117, 108, 234, 0.08);
    border: 1px solid #f3f3f3;
    margin-right: -5px !important;
    padding: 20px 30px;
}

.pkp_structure_main p {
    text-align: justify;
}

.additional_content {
    margin-top: 20px !important;
    border-top: 0 !important;
}

/* Sidebar */
.pkp_structure_sidebar {
    float: right;
    width: 400px;
}

.pkp_block {
    box-shadow: 0 1px 15px 1px rgba(117, 108, 234, 0.08);
    border: 1px solid #f3f3f3;
    margin-bottom: 20px;
}

#customblock-Sidebar_menu {
    box-shadow: none;
    border: none;
    margin-bottom: 20px;
    padding: 0;
}

.judul-sidebar,
.content-judul {
    text-transform: uppercase;
    font-size: 14px;
    margin-bottom: 15px;
    border-bottom: solid 3px #006633;
    padding-bottom: 5px;
    color: #006633;
}

.content ul li {
    background: white;
    min-height: 48px;
    border-bottom: 1px solid rgb(234, 233, 233);
    padding: 13px 0 0 5px !important;
    margin: 1px;
}

.content ul li a {
    font-size: 13px;
    transition: 1s;
}
.content ul li a:hover {
    font-size: 20px;
    color: #006633;
}

/* Article */
.obj_article_details .main_entry {
    padding-right: 20px;
    border-right: none !important;
}

.obj_article_details .entry_details {
    margin-left: -2.143rem;
    margin-right: -2.143rem;
}

.obj_issue_toc .sections:not(:first-child) {
    margin-top: -50px;
}

/* Footer */
.pkp_structure_footer_wrapper {
    background: #f0f0f0;
}

.pkp_footer_content {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
.pkp_footer_content div {
    margin-bottom: 5px;
}
.pkp_footer_content div p {
    font-size: 13px;
    line-height: 28px;
}

.pkp_brand_footer {
    display: none;
}

/* Whatsapp */
.whatsapp {
    position: fixed;
    width: 80px;
    bottom: 20px;
    right: 55px;
}
@media only screen and (max-width: 920px) {
    .whatsapp {
        width: 85px;
        bottom: -10px;
        right: 18px;
    }
}

/* Navigation Link Styles */
#navigationPrimary li a:hover {
    color: #000;
}
#navigationPrimary li a:active {
    color: rgba(42, 55, 120, 0.9);
}
#navigationPrimary li a:visited {
    color: rgba(15, 15, 15, 0.84);
}

/* Animasyonlar */
@keyframes gantigambar {
    0%, 100% {
        background-image: url(https://ijcnis.org/ing.jpg);
        background-size: cover;
        background-position: center;
    }
    50% {
        background-image: url(https://ijcnis.org/ing.jpg);
        background-size: cover;
        background-position: center top 10px;
    }
}

@keyframes fadeInOutA {
    0%, 100% {
        opacity: 0.8;
        transform: scale(1);
    }
    50% {
        opacity: 0;
        transform: scale(1.1); /* düzeltildi: ransform -> transform */
    }
}

@keyframes fadeInOutB {
    0%, 100% {
        opacity: 0;
        transform: scale(1.1);
    }
    50% {
        opacity: 0.8;
        transform: scale(1);
    }
}

/* Responsive (Mobil) */
@media only screen and (max-width: 920px) {
    .pkp_head_wrapper {
        padding: 0 !important;
    }

    .pkp_site_nav_toggle > span:before,
    .pkp_site_nav_toggle > span:after {
        display: block;
    }

    .pkp_structure_head {
        background-color: #ffffff;
        border: none;
        height: -webkit-fill-available;
    }

    .pkp_structure_page {
        max-width: 920px;
        width: 100%;
    }

    .pkp_structure_content {
        width: 100%;
        display: flex;
        flex-direction: column;
    }

    .pkp_site_nav_toggle {
        top: 10px;
        left: 10px;
    }

    nav.pkp_site_nav_menu {
        top: 68px;
        background: #ffffff;
    }

    .pkp_navigation_primary_wrapper {
        display: flex;
        justify-content: flex-start;
        margin-right: 50px;
    }

    ul#navigationPrimary li a {
        color: black;
        font-weight: bolder;
        line-height: 2;
    }
}

/* Özel Resim Stili */
.image-style-align-left {
    margin-right: 4px;
    margin-bottom: 4px;
}

/* Index Sayfası */
.pkp_structure_main .page_index_journal .homepage_about {
    padding-top: 0px;
}
