/* Genel stiller */
a {
    color: #FFD700; /* Sarı linkler */
}

a:hover {
    color: #F99F2A; /* Turuncuya yakın sarı hover */
    text-decoration: none;
}

.entry {
    color: #FFFFFF !important; /* Beyaz metin */
}

.entry a {
    color: #FFD700 !important; /* Sarı linkler */
}

.cath1 {
    font-size: 24px !important;
    font-weight: bold;
    color: #FFD700; /* Sarı başlık */
}

/* Google Fonts - Quicksand */
@font-face {
    font-family: Quicksand;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/quicksand/v19/6xKtdSZaM9iE8KbpRA_hJFQNcOM.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169;
}

@font-face {
    font-family: Quicksand;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/quicksand/v19/6xKtdSZaM9iE8KbpRA_hJVQNcOM.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
    font-family: Quicksand;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/quicksand/v19/6xKtdSZaM9iE8KbpRA_hK1QN.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* Body stilleri */
body {
    font-family: Quicksand, sans-serif !important;
    background-color: #1E1E1E; /* Koyu gri arka plan */
    font-size: 1rem !important;
    text-align: left;
    line-height: 1.5;
    color: #FFFFFF !important; /* Beyaz metin */
}

/* Buton stilleri */
.sohbetgirisims button {
    border: 0;
}

/* Resim stilleri */
.tatliresim {
    width: 100%;
    height: 120px;
}

.tatlin {
    background: rgba(37, 37, 37, 0.6); /* Koyu gri arka plan */
    padding: 8px;
    border-bottom: 3px solid rgba(255, 255, 255, 0.1);
}

.logo {
    max-width: 150px;
}

/* Renk tanımlamaları */
.colort {
    color: #FFD700; /* Sarı */
}

.colorl {
    color: #DC3545; /* Kırmızı */
}

.nav-link i {
    color: #FFD700; /* Sarı ikonlar */
}

/* Responsive stiller */
@media (min-width: 576px) {
    .tatliust {
        color: #FFFFFF; /* Beyaz metin */
        padding-top: 40px;
        padding-bottom: 40px;
    }
}

@media (max-width: 576px) {
    .tatliust {
        color: #FFFFFF; /* Beyaz metin */
        padding-bottom: 200px;
    }
}

.tatligiris {
    margin-top: 15px;
}

.input-svg {
    width: 25px;
    margin-top: 5px;
    height: 25px;
    margin-right: 5px;
}

.tatlibuton {
    padding: 12px;
    background-color: #FFD700; /* Sarı buton */
    color: #1E1E1E; /* Koyu gri metin */
    border: none;
    border-radius: 5px;
}

.tatlibuton:hover {
    background-color: #F99F2A; /* Turuncuya yakın sarı hover */
}

.menubar {
    padding: 13px;
    box-shadow: 0 12px 15px rgba(0, 0, 0, 0.1), 0 17px 50px rgba(0, 0, 0, 0.1);
    width: 70px;
    border-radius: 3px;
    background: #2C2C2C; /* Koyu gri arka plan */
}

.ustbar {
    margin-top: -40px;
}

.telif-hakki {
    background: rgba(34, 34, 34, 0.56); /* Koyu gri arka plan */
    padding: 8px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.header-genel {
    background-image: url(/wp-content/themes/haberamk/img/arkplan.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.alt {
    background-image: url(/wp-content/themes/haberamk/img/alts.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center !important;
}


/* Footer stilleri */
footer {
    background-color: #000; /* Siyah arka plan */
    color: #fff; /* Beyaz metin */
    padding: 20px 0;
    border: 3px solid #f99f2a; /* Turuncu çerçeve */
    border-radius: 10px; /* Köşeleri yuvarlak */
    margin: 20px; /* Çerçevenin dışında boşluk */
    display: flex;
    justify-content: center; /* Yatayda ortala */
    align-items: center; /* Dikeyde ortala */
    min-height: 100px; /* Footer yüksekliği */
}

.footer-container {
    width: 100%; /* Tam genişlik */
    text-align: center; /* Metni ortala */
}

footer .footer-section {
    flex: 1;
    min-width: 200px; /* Minimum genişlik */
    margin-bottom: 20px;
}

footer .footer-section h4 {
    color: #FFD700; /* Sarı başlık */
    font-size: 18px;
    margin-bottom: 15px;
    border-bottom: 2px solid #FFD700; /* Alt çizgi */
    padding-bottom: 5px;
}

footer .footer-section ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

footer .footer-section ul li {
    margin-bottom: 10px;
}

footer .footer-section ul li a {
    color: #FFFFFF; /* Beyaz linkler */
    text-decoration: none;
    transition: color 0.3s ease;
}

footer .footer-section ul li a:hover {
    color: #FFD700; /* Sarı hover */
}

.footer-bottom {
    width: 100%; /* Tam genişlik */
}

footer .footer-bottom .copyright {
    font-size: 14px;
    color: #FFFFFF; /* Beyaz metin */
}

footer .footer-bottom .copyright a {
    color: #FFD700; /* Sarı linkler */
    text-decoration: none;
}

.copyright {
    font-size: 14px;
    color: #fff; /* Beyaz metin */
    margin: 0; /* Varsayılan margin'i sıfırla */
}

.mcizgi {
    width: 60px;
    border-top: 2px solid #FFD700; /* Sarı çizgi */
    border-radius: 10px;
}

.nav-link i {
    margin-right: 5px;
}

.yaziresim {
    width: 100%;
    max-height: 100%;
}

.detaylar a {
    color: #777;
}

.detaylar {
    color: #777;
}

.bcard {
    box-shadow: 0 12px 15px rgba(0, 0, 0, 0.1), 0 17px 50px rgba(0, 0, 0, 0.1);
    background: #2C2C2C; /* Koyu gri arka plan */
    border-radius: 5px;
}

.bbcard {
    box-shadow: 0 12px 15px rgba(0, 0, 0, 0.1), 0 17px 50px rgba(0, 0, 0, 0.1);
    background: #2C2C2C; /* Koyu gri arka plan */
    border-radius: 0 0 5px 5px;
}

.anaform {
    background-color: #2C2C2C; /* Koyu gri arka plan */
    padding: 8px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    border-radius: 2px;
}

.sohbetgirisims {
    color: #FFFFFF; /* Beyaz metin */
    padding: 25px;
    border-radius: 10px;
    border: 2px solid rgba(255, 255, 255, 0.2);
    background: linear-gradient(to bottom, #353535, #1E1E1E), url(/wp-content/themes/haberamk/img/sohbet.webp);
    background-position: center;
    background-size: cover;
}

.cizik1, .cizik {
    height: 6px;
    width: 100%;
    background: linear-gradient(124deg, #FFD700, #F99F2A, #FFD700, #F99F2A, #FFD700, #F99F2A, #FFD700, #F99F2A, #F99F2A);
    background-size: 1800% 1800%;
    animation: rainbow 18s ease infinite;
}

@keyframes rainbow {
    0% {
        background-position: 0% 82%;
    }
    50% {
        background-position: 100% 19%;
    }
    100% {
        background-position: 0% 82%;
    }
}

.bg-tatli {
    background: linear-gradient(133deg, #1E1E1E 0%, #353535 100%); /* Koyu gri gradient */
    color: #FFFFFF; /* Beyaz metin */
}

.tatli-baslik {
    margin: 2em 0;
}

.tatlinet {
    font-size: 1.2em;
    width: 100%;
    padding: 18px;
    border-radius: 4px 4px 0 0;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

.kategori li, .kategori ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.kategori li {
    line-height: 2.9;
    margin-left: 3px;
    border-bottom: 1px solid #ededed;
    position: relative;
    padding-left: 30px;
}

.kategori > ul > li:before {
    content: "";
    position: absolute;
    top: 14px;
    left: -3px;
    width: 16px;
    height: 16px;
    background-image: url("/img/arrow.webp");
}

#tatlinetmenu li {
    float: left;
}

#tatlinetmenu ul li {
    list-style-type: none;
}

@media (max-width: 988px) {
    .wp-caption {
        width: 100% !important;
    }

    #content .wp-caption a img {
        max-width: 99.03225806%;
        height: auto;
    }
}

img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
}

img.alignright {
    float: right;
    margin: 0 0 1em 1em;
}

img.alignleft {
    float: left;
    margin: 0 1em 1em 0;
}

img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

a img.alignright {
    float: right;
    margin: 0 0 1em 1em;
}

a img.alignleft {
    float: left;
    margin: 0 1em 1em 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.altbolum ul li {
    list-style-image: url(/img/arrow.webp);
    margin-left: -0.7em;
    line-height: 2.8;
}

.altbolum ul li a {
    margin-top: -5px;
    position: absolute;
}

@media (max-width: 768px) {
    .sohbetgirisims {
        margin-top: 100px;
    }

    .footeric {
        padding-top: 240px;
    }
}

@media (min-width: 768px) {
    .footeric {
        padding-top: 200px;
    }
}

.widget_media_gallery img {
    min-width: 100%;
}

.wp-caption {
    width: 100% !important;
}

.wp_paging {
    margin: 0 0 20px;
    padding: 0;
}

.wp_paging ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.wp_paging ul li {
    margin: 0;
    padding: 0;
    display: inline;
}

.wp_paging ul li a {
    float: left;
    display: block;
    color: #666;
    text-decoration: none;
    margin-right: 5px;
    padding: 5px 10px;
    background-color: #FFFFFF;
    border: #999 solid 1px;
}

.wp_paging ul li a:hover {
    color: #090;
}

.comment {
    background: #2C2C2C; /* Koyu gri arka plan */
    border-radius: 5px;
    margin: 50px auto 0;
    font-family: 'Quicksand', sans-serif;
    font-size: 14px;
    position: relative;
    width: 100%;
    border: 1px solid #444;
}

.comment .alert {
    border-radius: 3px;
    border: 0;
}

.comment > label {
    background: #444;
    color: #FFFFFF;
    font-family: 'Quicksand', sans-serif;
    font-weight: bold;
    border-radius: 5px 5px 0 0;
    position: absolute;
    line-height: 40px;
    padding: 0 20px;
    top: -30px;
    right: 20px;
}

.comment .in {
    padding: 0 15px 0;
}

.comment .avatar {
    border-radius: 999px;
}

.comment .name {
    font-weight: bold;
}

.comment .media {
    margin-bottom: 15px;
}

.comment .media .media {
    margin-bottom: 0;
    margin-top: 10px;
}

.comment .com {
    background: rgba(0, 0, 0, 0.1);
    position: relative;
    border-radius: 3px;
    padding: 10px;
}

.comment .com::before {
    content: "";
    position: absolute;
    left: -16px;
    top: 17px;
    border-style: solid;
    border-width: 8px;
    border-color: transparent rgba(0, 0, 0, 0.1) transparent transparent;
}

.comment .write {
    background: rgba(0, 0, 0, 0.03);
    padding: 20px;
    border-radius: 0 0 5px 5px;
}

.comment .write input {
    margin-bottom: 30px;
    border-radius: 3px !important;
}

.comment .write textarea {
    margin-bottom: 30px;
    border-radius: 3px !important;
}

.comment .write .btn {
    background: #444;
    font-family: 'Quicksand', sans-serif;
    font-weight: bold;
    font-size: 14px;
    border: 0;
    border-radius: 4px;
}

.yazi-baslik-alt {
    line-height: 20px;
    padding: 5px 20px;
    background: linear-gradient(133deg, #1E1E1E 0%, #353535 100%); /* Koyu gri gradient */
    color: #FFFFFF; /* Beyaz metin */
    border-radius: 5px;
}

.yazi-baslik-alt a {
    color: #FFFFFF; /* Beyaz linkler */
}

img.liste-resim {
    width: 100% !important;
}

.sidebarBox {
    background: #2C2C2C; /* Koyu gri arka plan */
    padding: 28px 23px 18px;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.15);
    border-radius: 5px;
    margin-top: 10px;
}

.sidebarBox h3 {
    font: 700 20px/22px 'Quicksand', sans-serif;
    color: #FFD700; /* Sarı başlık */
    position: relative;
    padding-left: 15px;
    margin: 0;
}

.sidebarBox ul {
    padding-left: 0;
    padding-bottom: 0;
    padding-top: 9px;
}

.sidebarBox ul li {
    list-style: none;
}

.sidebarBox ul li a {
    position: relative;
    font: 400 13px/16px 'Quicksand', sans-serif;
    color: #FFFFFF; /* Beyaz metin */
    padding: 7px 15px;
    display: block;
}

.sidebarBox ul li a:before {
    width: 6px;
    height: 6px;
    content: ' ';
    position: absolute;
    left: 0;
    top: 12px;
    background: #FFD700; /* Sarı nokta */
    border-radius: 100%;
}

.sidebarBox ul li a:hover {
    opacity: 0.8;
}

.sidebarBox a.more {
    height: 44px;
    background: #FFD700; /* Sarı buton */
    display: inline-block;
    min-width: 132px;
    text-align: center;
    font: 400 13px/44px 'Quicksand', sans-serif;
    color: #1E1E1E; /* Koyu gri metin */
    float: right;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.15);
    border-radius: 5px;
}

.sidebarBox a.more:hover {
    background: #F99F2A; /* Turuncuya yakın sarı hover */
}

.command {
    background: #2C2C2C; /* Koyu gri arka plan */
    padding: 26px 22px;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.15);
    border-radius: 5px;
    margin-top: 30px;
    position: relative;
}

.command:after {
    width: 154px;
    height: 122px;
    content: ' ';
    display: block;
    right: 15px;
    bottom: 0;
    position: absolute;
    background-position: 0 -148px;
    z-index: 1;
}

.command h3 {
    font: 700 20px/22px 'Quicksand', sans-serif;
    color: #FFD700; /* Sarı başlık */
    position: relative;
    padding-left: 15px;
    display: block;
    padding-bottom: 26px;
    z-index: 2;
    margin: 0;
}

.command a, .command p {
    font: 400 13px/21px 'Quicksand', sans-serif;
    color: #FFFFFF; /* Beyaz metin */
    z-index: 2;
    position: relative;
}

.sidebarBox ul li {
    position: relative;
    font: 400 13px/16px 'Quicksand', sans-serif;
    color: #FFFFFF; /* Beyaz metin */
    padding: 10px 0;
    display: block;
    overflow: hidden;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.sidebarBox ul li:last-child {
    border-bottom: 0 solid rgba(255, 255, 255, 0.1);
}

.sidebarBox ul li .kanalAdi {
    float: left;
    font-weight: 700;
}

.sidebarBox ul li .kanalSayi {
    float: right;
    position: absolute;
    right: 0;
    top: 8px;
}

.command span {
    font: 400 13px/21px 'Quicksand', sans-serif;
    color: #FFFFFF; /* Beyaz metin */
    z-index: 2;
    position: relative;
}

.command span small {
    font: 400 9px/21px 'Quicksand', sans-serif;
    color: #FFFFFF; /* Beyaz metin */
    z-index: 2;
    position: relative;
    display: block;
    text-align: right;
}

.command span span {
    background: #775ABF;
    font-weight: 700;
    padding: 2px 6px;
    text-align: center;
    border-radius: 2px;
    font-size: 11px;
}

.command span span.renk2 {
    background: #1D579B;
    font-weight: 700;
    padding: 2px 3px;
    text-align: center;
    border-radius: 2px;
    font-size: 11px;
}

.kanalSayi {
    background: #E84747;
    font-weight: 700;
    padding: 2px 0;
    text-align: center;
    width: 40px;
    border-radius: 2px;
    font-size: 11px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}

.form-control {
    border: none;
}

.sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
}