/*
Theme Name: Eortam Theme
Theme URI: https://www.eortam.com/
Author: Seslipanel.com
Author URI: https://seslipanel.com/
Description: Eortam.com - Sesli Sohbet Mobil Sesli Chat Mobil Sohbet Siteleri WordPress Teması
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: eortam
Domain Path: /languages
*/




/* ========================================
   TEMA RENKLERİ
   ======================================== */
:root {
    --primary-color: #dd8500;
    --primary-hover: #c77800;
    --secondary-color: #ff6b6b;
    --bg-dark: #0f0518;
    --bg-purple: #1a0b2e;
    --bg-card: #241538;
    --bg-sidebar: #1e1030;
    --text-white: #ffffff;
    --text-light: rgba(255, 255, 255, 0.8);
    --text-muted: rgba(255, 255, 255, 0.6);
    --border-color: rgba(255, 255, 255, 0.1);
    --gradient-start: #dd8500;
    --gradient-end: #ff6b6b;
}

/* ========================================
   GENEL STILLER
   ======================================== */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background: #12005a;
    font-size: 16px;

}

a {
    color: var(--primary-color);
    text-decoration: none;
    transition: all 0.3s ease;
}

a:hover {
    color: var(--primary-hover);
}

img {
    max-width: 100%;
    height: auto;
}

/* ========================================
   HEADER & NAVBAR
   ======================================== */
.indexark {
    background: url(images/arka.png) no-repeat !important;
    background-size: cover !important;
    background-position: 20% center !important;
    min-height: 869px;
    width: 100%;
    position: relative;
    padding-bottom: 80px;
    overflow: hidden;
}

.indexark::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 60%;
    height: 100%;
    background: radial-gradient(ellipse at top right, rgba(221, 133, 0, 0.15) 0%, transparent 70%);
    pointer-events: none;
}

.umenu {
    padding: 15px 0;
    background: transparent !important;
}

.navbar-brand img.logo {
    max-width: 280px;
    height: auto;
}

.navbar-nav .nav-link {
    color: var(--text-white) !important;
    font-weight: 500;
    padding: 10px 18px !important;
    border-radius: 25px;
    transition: all 0.3s ease;
    margin: 0 3px;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
    background: rgba(221, 133, 0, 0.2);
    color: var(--primary-color) !important;
}

.hbaglan {
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--gradient-end) 100%);
    color: var(--text-white) !important;
    padding: 12px 30px;
    border-radius: 30px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: none;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(221, 133, 0, 0.4);
}

.hbaglan:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(221, 133, 0, 0.5);
    color: var(--text-white) !important;
}

/* ========================================
   HERO SECTION
   ======================================== */
.topbottom {
    padding: 60px 0;
    position: relative;
    z-index: 1;
}

.htag {
    font-size: 70px;
    font-weight: 800;
    line-height: 90px;
    margin: 0 0 0;
    font-family: Poppins,sans-serif
}

.htag .color1 {
    color: var(--secondary-color);
}

.htag .color2 {
    color: var(--primary-color);
}

.htanim {
    font-size: 1.3rem;
    color: var(--text-light);
    margin-bottom: 30px;
}

.ocenter {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    border-radius: 15px;
    padding: 15px 25px;
    display: inline-flex;
    align-items: center;
    border: 1px solid rgba(255, 255, 255, 0.1);
    margin-top: 30px;
}

.oicon {
    width: 40px;
    height: 40px;
    margin-right: 15px;
}

.otext {
    color: var(--text-white);
    font-weight: 500;
}

#pot {
    max-width: 100%;
    animation: float 3s ease-in-out infinite;
}

@keyframes float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-15px); }
}

/* ========================================
   MOBILE CARD SECTION
   ======================================== */
.mobilecard {
    background: rgba(36, 21, 56, 0.9);
    backdrop-filter: blur(20px);
    border-radius: 30px;
    padding: 50px 40px;
    margin-top: -50px;
    position: relative;
    z-index: 10;
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4);
}

.title {
    font-family: font-family: Poppins,sans-serif;
    color: #ffa000;
    text-shadow: 1px 1px #111;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-size: 36px
}
.mta {
    color: var(--text-muted);
    text-align: center;
    font-size: 1.1rem;
}

.fourcard {
    text-align: center;
    padding: 30px 20px;
    background: rgba(255, 255, 255, 0.03);
    border-radius: 20px;
    transition: all 0.3s ease;
    height: 100%;
    border: 1px solid rgba(255, 255, 255, 0.05);
}

.fourcard:hover {
    background: rgba(255, 255, 255, 0.08);
    transform: translateY(-5px);
}

.fourico {
    width: 120px;
    height: 120px;
    margin-bottom: 20px;
}

.fourtitle {
    font-weight: 700;
    font-size: 24px;
    margin: 15px 0;
    font-family: Poppins,sans-serif
}
.fourcard p {
    color: var(--text-muted);
    font-size: 0.95rem;
}

/* ========================================
   SIDEBAR STYLES
   ======================================== */
.katspop {
    background: #4609c3;
    border-radius: 10px;
    padding: 20px 30px;
    box-shadow: 0 5px 35px 0 rgb(0 0 0 / 25%)
}

.katpopt {
    font-size: 1.2rem;
    font-weight: 600;
    color: var(--text-white);
}

.katpopico {
    width: 40px;
    height: 40px;
}

#katpop {
    background: #110644;
    border-radius: 15px;
    padding: 20px;
    border: 1px solid rgba(255, 255, 255, 0.05);
}

#katpop ul {
    background: #110644;
    font-weight: 500;
    border-radius: 10px;
    padding-left: 0
}

#katpop ul li {
    display: flex;
    justify-content: space-between;
    padding: 20px 30px;
    border-bottom: 1px solid rgba(255,255,255,.1)
}

#katpop li:last-child {
    border-bottom: none;
}

#katpop a {
    color: var(--text-light);
    font-size: 0.95rem;
    flex: 1;
    padding-right: 10px;
}

#katpop a:hover {
    color: var(--primary-color);
}

#katpop span {
    background: var(--primary-color);
    color: var(--text-white);
    padding: 3px 10px;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 600;
    min-width: 28px;
    text-align: center;
}

.popico {
    width: 16px;
    height: 16px;
    margin-right: 5px;
    opacity: 0.7;
}

/* ========================================
   BLOG POST STYLES
   ======================================== */
.blogpost {
    background: #110644;
    border-radius: 20px;
    overflow: hidden;
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.05);
    height: 100%;
}

.blogpost:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3);
}

.blogimg {
    width: 100%;
    height: 180px;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.blogpost:hover .blogimg {
    transform: scale(1.05);
}

.blogpost .mt-3 {
    padding: 20px;
}

.blogpost a.text-white {
    font-size: 1.1rem;
    font-weight: 600;
    line-height: 1.4;
    display: block;
    margin-bottom: 15px;
}

.blogpost small {
    font-size: 0.85rem;
    color: var(--text-muted);
}

.blogpost small a {
    color: var(--primary-color);
}

/* ========================================
   SINGLE POST STYLES
   ======================================== */
.pagei {
    background: rgba(36, 21, 56, 0.9);
    border-radius: 20px;
    padding: 40px;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.makifont {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 30px;
    color: var(--text-white);
}

.singleimg {
    width: 100%;
    border-radius: 15px;
    margin-bottom: 30px;
}

.pagei p {
    margin-bottom: 20px;
    color: var(--text-light);
    line-height: 1.8;
}

.pagei h2, .pagei h3 {
    color: var(--primary-color);
    margin: 30px 0 20px;
}

.pagei ul, .pagei ol {
    margin-left: 30px;
    margin-bottom: 20px;
}

.pagei li {
    margin-bottom: 10px;
    color: var(--text-light);
}

.etiketler {
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.etiketler a {
    display: inline-block;
    background: rgba(221, 133, 0, 0.2);
    color: var(--primary-color);
    padding: 8px 20px;
    border-radius: 25px;
    margin: 5px;
    font-size: 0.9rem;
}

.etiketler a:hover {
    background: var(--primary-color);
    color: var(--text-white);
}

/* ========================================
   COMMENTS STYLES
   ======================================== */
.ustarka {
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--gradient-end) 100%);
    color: var(--text-white);
    padding: 20px 30px;
    border-radius: 15px 15px 0 0;
    font-size: 1.3rem;
    font-weight: 600;
}

.icmakale {
    background: rgba(30, 16, 48, 0.8);
    padding: 30px;
    border-radius: 0 0 15px 15px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-top: none;
}

.comment-form label {
    color: var(--text-light);
    font-weight: 500;
    margin-bottom: 8px;
    display: block;
}

.comment-form .form-control {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: var(--text-white);
    padding: 12px 15px;
    border-radius: 10px;
}

.comment-form .form-control:focus {
    background: rgba(255, 255, 255, 0.08);
    border-color: var(--primary-color);
    box-shadow: 0 0 0 3px rgba(221, 133, 0, 0.2);
    color: var(--text-white);
}

.comment-form .form-submit input {
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--gradient-end) 100%);
    border: none;
    padding: 12px 35px;
    border-radius: 25px;
    color: var(--text-white);
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.comment-form .form-submit input:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 20px rgba(221, 133, 0, 0.4);
}

/* ========================================
   MAKALE SECTION
   ======================================== */
.makarka {
    background: #110644;
    border-radius: 10px;
    padding: 30px 30px 30px 30px;
    z-index: 1
}

.maktit {
    color: var(--primary-color);
    margin-bottom: 20px;
    font-weight: 700;
}

.spacewrap {
    color: var(--text-light);
    line-height: 1.8;
}

/* ========================================
   SOZ (GÜNÜN SÖZÜ) SECTION
   ======================================== */
.ballon {
    position: relative;
    padding: 60px 0;
}

.soz {
    background: #110644;
    background-image: linear-gradient(#f80,#bf009f);
    padding-top: 15px;
    box-shadow: 0 5px 35px 0 rgb(241 0 181 / 25%);
    border-radius: 10px
}

.sozspan {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border-radius: 20px;
    padding: 20px 30px;
    display: flex;
    align-items: center;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.sozico {
    width: 50px;
    height: 50px;
    margin-right: 20px;
    flex-shrink: 0;
}

.soztext {
    font-size: 1.2rem;
    font-style: italic;
    color: var(--text-white);
    line-height: 1.6;
}

.w1, .w2 {
    max-width: 100%;
    height: auto;
}

/* ========================================
   FOOTER
   ======================================== */
.footer {
    background: #12005a;
    padding: 60px 0 30px;
    margin-top: 80px;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.footer .logo {
    max-width: 250px;
}

.swrap {
    color: var(--text-muted);
    line-height: 1.8;
}

.social {
    width: 48px;
    height: 48px;
    transition: transform 0.3s ease;
}

.social:hover {
    transform: scale(1.1);
}

.fs-xs {
    font-size: 0.9rem;
}

/* ========================================
   RADIO PLAYER
   ======================================== */
.sekerradyo {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
    z-index: 99999;
}

.gosters {
    background-color: #f80;
    float: right;
    z-index: 99999999999;
    border: none;
    outline: none;
    color: #fff;
    cursor: pointer;
    border-radius: 2px 0px 0px 2px
}

.radyoa {
    background-color: #110b44;
    color: #fff;
    padding: 17px 10px 10px 10px;
}


.marquee {
    color: var(--primary-color);
    font-size: 1.1rem;
    margin: 0;
}

.vidbutton {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    background: var(--primary-color);
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.3s ease;
}

.vidbutton:hover {
    transform: scale(1.1);
    background: var(--primary-hover);
}

.slider {
    -webkit-appearance: none;
    width: 100%;
    height: 6px;
    border-radius: 5px;
    background: rgba(255, 255, 255, 0.2);
    outline: none;
}

.slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: var(--primary-color);
    cursor: pointer;
}

.ses {
    color: var(--text-light);
    font-size: 0.9rem;
}

/* ========================================
   YUKARI BUTONU
   ======================================== */
#yukari {
    display: none;
    position: fixed;
    bottom: 120px;
    right: 30px;
    z-index: 9999;
    background: var(--primary-color);
    border: none;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(221, 133, 0, 0.4);
}

#yukari:hover {
    background: var(--primary-hover);
    transform: translateY(-3px);
}

.yukari {
    width: 24px;
    height: 24px;
}

/* ========================================
   PAGINATION
   ======================================== */
.wp-pagenavi {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin: 40px 0;
}

.wp-pagenavi a,
.wp-pagenavi span {
    padding: 10px 20px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.05);
    color: var(--text-light);
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
}

.wp-pagenavi a:hover {
    background: var(--primary-color);
    color: var(--text-white);
    border-color: var(--primary-color);
}

.wp-pagenavi span.current {
    background: var(--primary-color);
    color: var(--text-white);
    border-color: var(--primary-color);
}

/* ========================================
   RESPONSIVE
   ======================================== */
@media (max-width: 991px) {
    .htag {
        font-size: 2.5rem;
    }
    
    .navbar-collapse {
        background: rgba(15, 5, 24, 0.98);
        padding: 20px;
        border-radius: 15px;
        margin-top: 15px;
    }
    
    .mobilecard {
        padding: 30px 20px;
    }
    
    .fourcard {
        margin-bottom: 20px;
    }
    
    .pagei {
        padding: 25px;
    }
    
    .soz {
        padding: 25px;
    }
    
    .w1, .w2 {
        display: none;
    }
}

@media (max-width: 576px) {
    .htag {
        font-size: 2rem;
    }
    
    .htanim {
        font-size: 1rem;
    }
    
    .title {
        font-size: 1.6rem;
    }
    
    .navbar-brand img.logo {
        max-width: 200px;
    }
    
    .ocenter {
        padding: 12px 15px;
    }
    
    .otext {
        font-size: 0.9rem;
    }
}

/* ========================================
   WORDPRESS DEFAULT STYLES
   ======================================== */
.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.alignleft {
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
}

.alignright {
    float: right;
    margin-left: 20px;
    margin-bottom: 20px;
}

.wp-caption {
    max-width: 100%;
    margin-bottom: 20px;
}

.wp-caption-text {
    font-size: 0.9rem;
    color: var(--text-muted);
    text-align: center;
    margin-top: 10px;
}

.gallery-caption {
    font-size: 0.85rem;
    color: var(--text-muted);
}

.bypostauthor {
    background: rgba(221, 133, 0, 0.1);
}

.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal !important;
}

/* Block Editor Styles */
.wp-block-image img {
    border-radius: 15px;
}

.wp-block-gallery {
    margin: 30px 0;
}

.wp-block-quote {
    border-left: 4px solid var(--primary-color);
    padding-left: 20px;
    margin: 30px 0;
    font-style: italic;
    color: var(--text-light);
}

/* ========================================
   ADMIN BAR FIX
   ======================================== */
body.admin-bar .navbar-fixed-top {
    top: 32px;
}

@media screen and (max-width: 782px) {
    body.admin-bar .navbar-fixed-top {
        top: 46px;
    }
}



.mobak {
    background-repeat: no-repeat;
    background-size: auto;
    background-image: url(images/ciz.png),linear-gradient(178.07deg,#4609c3 -9.74%,#12005a 82.69%);
    background-position: 0 0,100% 0;
    border: 1px solid rgba(255,255,255,.2);
    background-origin: border-box;
    border-radius: 20px;
    margin-bottom: -8px;
    color: #fff
}

