/*

Theme Name: NYCbahis Pro

Description: NYCbahis WordPress Theme - Modern ve Profesyonel Bahis Sitesi Teması

Author: NYCbahis Team

Version: 2.1.0

Text Domain: nycbahis-pro

*/



/* Reset ve Temel Stiller */

*, *::before, *::after {
    box-sizing: border-box;
}

* {
    margin: 0;
    padding: 0;
}



html, body {
    overflow-x: hidden; /* Yatay taşmayı engelle */
}

body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    line-height: 1.6;
    color: #2c3e50;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    min-height: 100vh;
}



/* Ana içerik genişliği ve ortalama */
.site, .site-content, .content-area, .site-main, .container, .wrap {
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
    padding: 0 16px;
}



/* Header Stilleri - Daha Profesyonel */

.header {

    background: linear-gradient(135deg, #1a237e 0%, #283593 100%);

    backdrop-filter: blur(20px);

    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.25);

    position: sticky;

    top: 0;

    z-index: 1000;

    border-bottom: 2px solid rgba(255, 255, 255, 0.1);

    transition: all 0.3s ease;

}



.header.scrolled {

    background: linear-gradient(135deg, #151b4d 0%, #1a237e 100%);

    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.2);

}



.header-content {

    display: flex;

    align-items: center;

    justify-content: space-between;

    padding: 20px 0;

    gap: 30px;

}



.logo a {

    text-decoration: none;

    display: flex;

    align-items: center;

    gap: 10px;

    position: relative;

}



.header-logo {

    max-width: 150px;

    height: auto;

    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.3));

    transition: all 0.3s ease;

}



.header-logo:hover {

    transform: scale(1.05);

    filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.4));

}



.logo a::after {

    content: '';

    position: absolute;

    bottom: -5px;

    left: 0;

    width: 100%;

    height: 2px;

    background: linear-gradient(135deg, #e74c3c, #f39c12);

    transform: scaleX(0);

    transition: transform 0.3s ease;

}



.logo a:hover::after {

    transform: scaleX(1);

}



/* Ana Menü - Daha Profesyonel */

.main-navigation {

    flex: 1;

    display: flex;

    justify-content: center;

}



.header-menu {

    display: flex;

    list-style: none;

    gap: 5px;

    margin: 0;

    padding: 8px;

    background: rgba(255, 255, 255, 0.1);

    border-radius: 50px;

    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);

    backdrop-filter: blur(10px);

    border: 1px solid rgba(255, 255, 255, 0.1);

}



.header-menu li {

    margin: 0;

}



.header-menu a {

    text-decoration: none;

    color: #ffffff;

    font-weight: 600;

    padding: 12px 20px;

    border-radius: 25px;

    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);

    position: relative;

    overflow: hidden;

    font-size: 14px;

    display: flex;

    align-items: center;

    gap: 8px;

    white-space: nowrap;

    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);

}



.header-menu a::before {

    content: '';

    position: absolute;

    top: 0;

    left: -100%;

    width: 100%;

    height: 100%;

    background: linear-gradient(135deg, #e74c3c 0%, #f39c12 100%);

    transition: left 0.3s ease;

    z-index: -1;

    border-radius: 25px;

    box-shadow: 0 4px 15px rgba(231, 76, 60, 0.3);

}



.header-menu a:hover::before {

    left: 0;

}



.header-menu a:hover {

    color: white;

    transform: translateY(-2px);

    box-shadow: 0 8px 25px rgba(231, 76, 60, 0.3);

}



.header-menu a:active {

    transform: translateY(0);

}



/* CTA Button - Daha Profesyonel */

.header-cta {

    flex-shrink: 0;

}



.cta-button {

    display: flex;

    align-items: center;

    gap: 10px;

    background: linear-gradient(135deg, #f39c12 0%, #e74c3c 100%);

    color: white;

    padding: 15px 30px;

    border-radius: 50px;

    text-decoration: none;

    font-weight: 700;

    font-size: 15px;

    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);

    box-shadow: 0 8px 25px rgba(231, 76, 60, 0.3);

    border: 1px solid rgba(255, 255, 255, 0.2);

    cursor: pointer;

    position: relative;

    overflow: hidden;

    letter-spacing: 0.5px;

    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);

    backdrop-filter: blur(5px);

}



.cta-button::before {

    content: '';

    position: absolute;

    top: 0;

    left: -100%;

    width: 100%;

    height: 100%;

    background: linear-gradient(135deg, #c0392b, #e67e22);

    transition: left 0.3s ease;

    z-index: -1;

}



.cta-button:hover::before {

    left: 0;

}



.cta-button:hover {

    transform: translateY(-3px);

    box-shadow: 0 12px 35px rgba(231, 76, 60, 0.4);

}



.cta-button:active {

    transform: translateY(-1px);

}



.cta-icon {

    font-size: 18px;

    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.2));

}



.cta-text {

    font-size: 15px;

    font-weight: 700;

}



/* Top Bar - Daha Profesyonel */

.top-bar {

    background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%);

    color: white;

    padding: 10px 0;

    font-size: 13px;

    position: relative;

    overflow: hidden;

}



.top-bar::before {

    content: '';

    position: absolute;

    top: 0;

    left: -100%;

    width: 100%;

    height: 100%;

    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);

    animation: shimmer 3s infinite;

}



@keyframes shimmer {

    0% { left: -100%; }

    100% { left: 100%; }

}



.top-bar-content {

    display: flex;

    justify-content: space-between;

    align-items: center;

    position: relative;

    z-index: 1;

}



.welcome-text {

    font-weight: 600;

    font-size: 14px;

    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);

}



.current-time {

    margin-right: 20px;

    font-weight: 500;

    background: rgba(255, 255, 255, 0.1);

    padding: 4px 12px;

    border-radius: 15px;

    backdrop-filter: blur(10px);

}



.status-indicator {

    font-weight: 600;

    color: #27ae60;

    background: rgba(39, 174, 96, 0.1);

    padding: 4px 12px;

    border-radius: 15px;

    backdrop-filter: blur(10px);

    border: 1px solid rgba(39, 174, 96, 0.2);

}



/* Logo Badge - Daha Profesyonel */

.logo-badge {

    background: linear-gradient(135deg, #e74c3c, #f39c12);

    color: white;

    font-size: 9px;

    padding: 3px 8px;

    border-radius: 12px;

    margin-left: 10px;

    font-weight: 800;

    text-transform: uppercase;

    letter-spacing: 1px;

    box-shadow: 0 2px 8px rgba(231, 76, 60, 0.3);

    position: relative;

    top: -2px;

}



/* CTA Action Button */

.cta-action {

    background: rgba(255, 255, 255, 0.2);

    color: white;

    padding: 15px 30px;

    border-radius: 30px;

    text-decoration: none;

    font-weight: 700;

    backdrop-filter: blur(10px);

    border: 2px solid rgba(255, 255, 255, 0.3);

    transition: all 0.3s ease;

    display: flex;

    align-items: center;

    gap: 8px;

}



.action-icon {

    font-size: 16px;

}



.update-time {

    color: rgba(255, 255, 255, 0.7);

    font-size: 14px;

    margin-left: 10px;

}



/* Menu Icons */

.header-menu a {

    display: flex;

    align-items: center;

    gap: 5px;

}



/* CTA Kutusu */

.cta-box {

    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);

    border-radius: 20px;

    padding: 30px;

    margin: 30px 0;

    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);

    border: 2px solid rgba(255, 255, 255, 0.2);

}



.cta-box .content {

    display: flex;

    align-items: center;

    justify-content: space-between;

    gap: 20px;

}



.cta-box .left {

    display: flex;

    align-items: center;

    gap: 20px;

}



.cta-box .icon {

    font-size: 40px;

    background: rgba(255, 255, 255, 0.2);

    width: 80px;

    height: 80px;

    border-radius: 50%;

    display: flex;

    align-items: center;

    justify-content: center;

    backdrop-filter: blur(10px);

}



.cta-box h3 {

    color: white;

    font-size: 24px;

    margin-bottom: 10px;

    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);

}



.cta-box .description {

    color: rgba(255, 255, 255, 0.9);

    font-size: 16px;

}



.cta-box .description a {

    color: #f39c12;

    font-weight: 700;

    text-decoration: none;

}



.cta-box .right a {

    background: rgba(255, 255, 255, 0.2);

    color: white;

    padding: 15px 30px;

    border-radius: 30px;

    text-decoration: none;

    font-weight: 700;

    backdrop-filter: blur(10px);

    border: 2px solid rgba(255, 255, 255, 0.3);

    transition: all 0.3s ease;

}



.cta-box .right a:hover {

    background: rgba(255, 255, 255, 0.3);

    transform: translateY(-2px);

}



/* Ana İçerik */

.site-main {

    padding: 40px 0;

}



.main-content {
    display: grid;
    grid-template-columns: 1fr;    /* mobil tek sütun */
    gap: 40px;
    align-items: start;
}

/* Blog sayfalarında main-content tek sütun */
.blog .main-content,
.archive .main-content,
.single-post .main-content {
    grid-template-columns: 1fr !important;
}

/* Desktop'ta iki sütunlu main content - sadece diğer sayfalar için */
@media (min-width: 992px) {
    .main-content:not(.blog .main-content):not(.archive .main-content):not(.single-post .main-content) {
        grid-template-columns: 1fr 320px;  /* içerik + sağ sidebar */
    }
}



.content-area {

    background: rgba(255, 255, 255, 0.95);

    border-radius: 20px;

    padding: 40px;

    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);

    backdrop-filter: blur(10px);

}



.entry-title {

    font-size: 36px;

    color: #2c3e50;

    margin-bottom: 30px;

    text-align: center;

    background: linear-gradient(45deg, #e74c3c, #f39c12);

    -webkit-background-clip: text;

    -webkit-text-fill-color: transparent;

    background-clip: text;

}



.entry-content p {

    margin-bottom: 20px;

    font-size: 16px;

    line-height: 1.8;

    color: #34495e;

}



.entry-content h2 {

    font-size: 28px;

    color: #e74c3c;

    margin: 40px 0 20px;

    padding-bottom: 10px;

    border-bottom: 3px solid #f39c12;

}



.entry-content h3 {

    font-size: 22px;

    color: #f39c12;

    margin: 30px 0 15px;

}



.entry-content ul {

    margin: 20px 0;

    padding-left: 30px;

}



.entry-content li {

    margin-bottom: 10px;

    color: #34495e;

}



/* Tablo Stilleri */

.table-container {

    background: rgba(255, 255, 255, 0.9);

    border-radius: 15px;

    padding: 20px;

    margin: 30px 0;

    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);

}



.table-container table {

    width: 100%;

    border-collapse: collapse;

    border-radius: 10px;

    overflow: hidden;

}



.table-container th {

    background: linear-gradient(45deg, #e74c3c, #f39c12);

    color: white;

    padding: 15px;

    text-align: left;

    font-weight: 700;

    text-transform: uppercase;

    letter-spacing: 1px;

}



.table-container td {

    padding: 15px;

    border-bottom: 1px solid #ecf0f1;

    transition: background 0.3s ease;

}



.table-container tr:hover {

    background: rgba(231, 76, 60, 0.05);

}



.table-container a {

    color: #e74c3c;

    text-decoration: none;

    font-weight: 600;

    transition: color 0.3s ease;

}



.table-container a:hover {

    color: #c0392b;

}



.status {

    padding: 5px 12px;

    border-radius: 20px;

    font-size: 12px;

    font-weight: 700;

    text-transform: uppercase;

}



.status.active {

    background: #27ae60;

    color: white;

}



.status.blocked {

    background: #e74c3c;

    color: white;

}



.status.waiting {

    background: #f39c12;

    color: white;

}



/* Sidebar - Enhanced */

/* --- SORUNLU YAN KUTU DÜZELTME --- */
/* Sidebar/widget alanı içerikten taşmasın, üstte yüzmesin */
.widget-area, .sidebar, [class*="sidebar"] {
    position: static !important;   /* absolute/fixed ise iptal et */
    float: none !important;        /* eski tema float'larını iptal et */
    width: 100%;
    max-width: 340px;
    z-index: 1;
    background: rgba(255, 255, 255, 0.95);
    border-radius: 20px;
    padding: 30px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(10px);
    display: flex;
    flex-direction: column;
    gap: 25px;
    max-height: calc(100vh - 40px);
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: #e74c3c #f8f9fa;
}



.sidebar::-webkit-scrollbar {

    width: 6px;

}



.sidebar::-webkit-scrollbar-track {

    background: #f8f9fa;

    border-radius: 3px;

}



.sidebar::-webkit-scrollbar-thumb {

    background: #e74c3c;

    border-radius: 3px;

}



.sidebar::-webkit-scrollbar-thumb:hover {

    background: #c0392b;

}



/* Brand Box - Enhanced */

.brand-box {

    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);

    border-radius: 15px;

    padding: 25px;

    text-align: center;

    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);

    position: relative;

    overflow: hidden;

    display: block; /* Görünür yapıldı */

}



.brand-box::before {

    content: '';

    position: absolute;

    top: -50%;

    left: -50%;

    width: 200%;

    height: 200%;

    background: linear-gradient(45deg, transparent, rgba(255, 255, 255, 0.1), transparent);

    animation: shimmer 3s infinite;

    pointer-events: none;

}



.brand-box .logo {

    margin-bottom: 20px;

    position: relative;

    z-index: 1;

}



.brand-box .logo a {

    text-decoration: none;

    display: flex;

    align-items: center;

    justify-content: center;

    gap: 10px;

}



.brand-logo {

    max-width: 120px;

    height: auto;

    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.3));

    transition: all 0.3s ease;

}



.brand-logo:hover {

    transform: scale(1.05);

    filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.4));

}



.brand-box .offer h3 {

    color: white;

    font-size: 18px;

    margin-bottom: 20px;

    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);

    position: relative;

    z-index: 1;

}



.brand-box .details ul {

    list-style: none;

    margin-bottom: 25px;

    position: relative;

    z-index: 1;

}



.brand-box .details li {

    display: flex;

    justify-content: space-between;

    padding: 8px 0;

    border-bottom: 1px solid rgba(255, 255, 255, 0.2);

    color: white;

    font-size: 14px;

}



.brand-box .details li:last-child {

    border-bottom: none;

}



.brand-box .details strong {

    color: #f39c12;

    font-weight: 700;

}



.brand-box .cta .button {

    background: rgba(255, 255, 255, 0.2);

    color: white;

    padding: 12px 25px;

    border-radius: 25px;

    text-decoration: none;

    font-weight: 700;

    display: block;

    margin-bottom: 10px;

    backdrop-filter: blur(10px);

    border: 2px solid rgba(255, 255, 255, 0.3);

    transition: all 0.3s ease;

    position: relative;

    z-index: 1;

}



.brand-box .cta .button:hover {

    background: rgba(255, 255, 255, 0.3);

    transform: translateY(-2px);

    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);

}



.brand-box .cta .text {

    color: rgba(255, 255, 255, 0.8);

    text-decoration: none;

    font-size: 12px;

    position: relative;

    z-index: 1;

}







/* Bonuslar Section */

.bonuslar-section {

    margin-bottom: 20px;

}



.bonus-container {

    display: flex;

    flex-direction: column;

    gap: 8px;

}



.bonus-item {

    width: 100%;

    line-height: 0;

}



.bonus-item img {

    width: 100%;

    height: auto;

    display: block;

}











/* Footer - Professional Design */

.footer {

    background: linear-gradient(135deg, #1a237e 0%, #283593 100%);

    color: rgba(255, 255, 255, 0.9);

    padding: 40px 0 20px;

    margin-top: 60px;

    position: relative;

    overflow: hidden;

    border-top: 1px solid rgba(255, 255, 255, 0.1);

    box-shadow: 0 -10px 30px rgba(0, 0, 0, 0.1);

}



.footer::before {

    content: '';

    position: absolute;

    top: 0;

    left: 0;

    right: 0;

    height: 1px;

    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);

}



.footer-content {

    display: flex;

    justify-content: space-between;

    align-items: flex-start;

    flex-wrap: wrap;

    gap: 40px;

}



.footer-logo {

    flex: 0 0 200px;

}



.footer-logo img {

    max-width: 180px;

    height: auto;

    margin-bottom: 15px;

    filter: brightness(1.1) drop-shadow(0 2px 4px rgba(0, 0, 0, 0.2));

}



.footer-nav {

    flex: 1;

    min-width: 200px;

    display: grid;

    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));

    gap: 30px;

}



.footer-nav h4 {

    color: #fff;

    font-size: 16px;

    margin: 0 0 15px;

    font-weight: 600;

    text-transform: uppercase;

    letter-spacing: 0.5px;

    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);

}



.footer-nav ul {

    list-style: none;

    margin: 0;

    padding: 0;

}



.footer-nav li {

    margin-bottom: 8px;

}



.footer-nav a {

    color: rgba(255, 255, 255, 0.8);

    text-decoration: none;

    font-size: 14px;

    transition: all 0.3s ease;

    display: inline-block;

}



.footer-nav a:hover {

    color: #fff;

    transform: translateX(5px);

}



.social-media {

    flex: 0 0 200px;

}



.social-media h4 {

    color: #fff;

    font-size: 16px;

    margin: 0 0 15px;

    font-weight: 600;

    text-transform: uppercase;

    letter-spacing: 0.5px;

    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);

}



.social-links {

    display: flex;

    gap: 15px;

    flex-wrap: wrap;

}



.social-links a {

    color: rgba(255, 255, 255, 0.8);

    text-decoration: none;

    font-size: 14px;

    transition: all 0.3s ease;

    display: flex;

    align-items: center;

    gap: 8px;

}



.social-links a:hover {

    color: #fff;

    transform: translateY(-2px);

}



.copyright {

    width: 100%;

    text-align: center;

    margin-top: 40px;

    padding-top: 20px;

    border-top: 1px solid rgba(255, 255, 255, 0.1);

    font-size: 13px;

    color: rgba(255, 255, 255, 0.7);

}



.footer .logo a {

    color: white;

    text-decoration: none;

    font-size: 24px;

    font-weight: 800;

}



.footer .menu {

    display: flex;

    list-style: none;

    gap: 20px;

}



.footer .menu a {

    color: rgba(255, 255, 255, 0.8);

    text-decoration: none;

    transition: color 0.3s ease;

}



.footer .menu a:hover {

    color: #f39c12;

}



.footer .copy {

    color: rgba(255, 255, 255, 0.6);

    font-size: 14px;

}



.footer .copy a {

    color: #f39c12;

    text-decoration: none;

}



/* Mobil Menü Toggle - Daha Profesyonel */

.mobile-menu-toggle {

    display: none;

    background: none;

    border: none;

    color: #34495e;

    font-size: 24px;

    cursor: pointer;

    padding: 10px;

    border-radius: 50%;

    transition: all 0.3s ease;

    position: relative;

    z-index: 1001;

}



.mobile-menu-toggle:hover {

    background: rgba(231, 76, 60, 0.1);

    color: #e74c3c;

    transform: scale(1.1);

}



.mobile-menu-toggle:active {

    transform: scale(0.95);

}



.menu-icon {

    transition: transform 0.3s ease;

    display: inline-block;

}



.menu-icon.active {

    transform: rotate(90deg);

}



/* Header Menu Open State */

.header.menu-open {

    background: rgba(255, 255, 255, 0.98);

    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);

}



/* Ek Profesyonel Efektler */

.header-menu a {

    position: relative;

}



.header-menu a::after {

    content: '';

    position: absolute;

    bottom: 0;

    left: 50%;

    width: 0;

    height: 2px;

    background: linear-gradient(135deg, #e74c3c, #f39c12);

    transition: all 0.3s ease;

    transform: translateX(-50%);

}



.header-menu a:hover::after {

    width: 80%;

}



/* Hover Efektleri Geliştirme */

.cta-button, .header-menu a {

    position: relative;

    overflow: hidden;

}



.cta-button::after, .header-menu a::before {

    content: '';

    position: absolute;

    top: 0;

    left: -100%;

    width: 100%;

    height: 100%;

    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);

    transition: left 0.5s;

}



.cta-button:hover::after, .header-menu a:hover::before {

    left: 100%;

}



/* Ek Animasyonlar */

@keyframes slideInDown {

    from {

        opacity: 0;

        transform: translateY(-20px);

    }

    to {

        opacity: 1;

        transform: translateY(0);

    }

}



@keyframes fadeInUp {

    from {

        opacity: 0;

        transform: translateY(20px);

    }

    to {

        opacity: 1;

        transform: translateY(0);

    }

}



@keyframes pulse {

    0% { transform: scale(1); }

    50% { transform: scale(1.05); }

    100% { transform: scale(1); }

}



.pulse {

    animation: pulse 0.3s ease;

}



.clicked {

    transform: scale(0.95);

}



/* Scroll Progress Bar */

.scroll-progress {

    position: fixed;

    top: 0;

    left: 0;

    width: 0%;

    height: 3px;

    background: linear-gradient(45deg, #e74c3c, #f39c12);

    z-index: 9999;

    transition: width 0.3s ease;

}



/* Notification System */

.notification {

    position: fixed;

    top: 20px;

    right: 20px;

    background: white;

    padding: 15px 20px;

    border-radius: 10px;

    box-shadow: 0 5px 15px rgba(0,0,0,0.2);

    transform: translateX(400px);

    transition: transform 0.3s ease;

    z-index: 10000;

    max-width: 300px;

}



.notification.show {

    transform: translateX(0);

}



.notification-info {

    border-left: 4px solid #3498db;

}



.notification-error {

    border-left: 4px solid #e74c3c;

}



.notification-success {

    border-left: 4px solid #27ae60;

}



.notification-close {

    background: none;

    border: none;

    font-size: 18px;

    cursor: pointer;

    margin-left: 10px;

    color: #666;

}



.error {

    border-color: #e74c3c !important;

    box-shadow: 0 0 5px rgba(231, 76, 60, 0.3) !important;

}



.sort-asc::after {

    content: ' ▲';

    color: #e74c3c;

}



.sort-desc::after {

    content: ' ▼';

    color: #e74c3c;

}



/* Responsive - Daha Profesyonel */

@media (max-width: 1024px) {

    .header-menu {

        gap: 3px;

        padding: 6px;

    }

    

    .header-menu a {

        padding: 10px 16px;

        font-size: 13px;

    }

    

    .cta-button {

        padding: 12px 25px;

        font-size: 14px;

    }

}



@media (max-width: 768px) {

    .header-content {

        flex-direction: column;

        gap: 20px;

        padding: 15px 0;

        position: relative;

    }

    

    .main-navigation {

        order: 3;

        width: 100%;

        position: relative;

    }

    

    .mobile-menu-toggle {

        display: block;

        position: absolute;

        top: 50%;

        right: 20px;

        transform: translateY(-50%);

    }

    

    .header-menu {

        display: none;

        flex-direction: column;

        position: absolute;

        top: 100%;

        left: 0;

        right: 0;

        background: rgba(255, 255, 255, 0.98);

        backdrop-filter: blur(20px);

        border-radius: 0 0 20px 20px;

        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);

        padding: 20px;

        gap: 10px;

        z-index: 1000;

        margin-top: 10px;

    }

    

    .header-menu.active {

        display: flex;

    }

    

    .header-menu a {

        padding: 15px 20px;

        border-radius: 10px;

        font-size: 16px;

        justify-content: center;

        background: rgba(255, 255, 255, 0.5);

        border: 1px solid rgba(231, 76, 60, 0.1);

    }

    

    .header-menu a:hover {

        transform: translateX(5px);

        background: rgba(231, 76, 60, 0.1);

        border-color: rgba(231, 76, 60, 0.3);

    }

    

    .top-bar-content {

        flex-direction: column;

        gap: 8px;

        text-align: center;

    }

    

    .current-time {

        margin-right: 0;

    }

    

    .cta-button {

        width: 100%;

        justify-content: center;

        margin-top: 10px;

    }



    /* Responsive Sidebar */

    .sidebar {

        position: static;

        margin-top: 30px;

    }

    

    .stats-grid {

        grid-template-columns: 1fr 1fr;

        gap: 10px;

    }

    

    .stat-item {

        padding: 12px 8px;

    }

    

    .stat-number {

        font-size: 18px;

    }

    

    .stat-label {

        font-size: 11px;

    }

    

    .partner-site {

        padding: 12px;

    }

    

    .partner-icon {

        width: 35px;

        height: 35px;

        font-size: 20px;

    }

    

    .partner-info h4 {

        font-size: 15px;

    }

    

    .partner-info p {

        font-size: 12px;

    }

}



@media (max-width: 480px) {

    .header-content {

        padding: 10px 0;

    }

    

    .logo a {

        font-size: 28px;

    }

    

    .header-menu {

        padding: 15px;

    }

    

    .header-menu a {

        padding: 12px 15px;

        font-size: 15px;

    }

    

    .cta-button {

        padding: 12px 20px;

        font-size: 14px;

    }

}



/* Enhanced Animations for Sidebar */

@keyframes starAnimation {

    0% { transform: scale(1) rotate(0deg); }

    25% { transform: scale(1.2) rotate(90deg); }

    50% { transform: scale(1.1) rotate(180deg); }

    75% { transform: scale(1.2) rotate(270deg); }

    100% { transform: scale(1) rotate(360deg); }

}



@keyframes shimmer {

    0% { left: -100%; }

    100% { left: 100%; }

}



@keyframes pulse {

    0% { 

        transform: scale(1);

        box-shadow: 0 0 0 0 rgba(46, 204, 113, 0.7);

    }

    70% { 

        transform: scale(1.05);

        box-shadow: 0 0 0 10px rgba(46, 204, 113, 0);

    }

    100% { 

        transform: scale(1);

        box-shadow: 0 0 0 0 rgba(46, 204, 113, 0);

    }

}



/* Stats Animation */

.star-animation {

    animation: starAnimation 1s ease-in-out;

}



/* Brand Box Shimmer */

.brand-box.shimmer-active::before {

    animation: shimmer 1s ease-in-out;

}



/* Live Support Enhanced */

.live-support .status-dot {

    position: relative;

}



.live-support .status-dot::after {

    content: '';

    position: absolute;

    top: -2px;

    left: -2px;

    right: -2px;

    bottom: -2px;

    border-radius: 50%;

    background: linear-gradient(45deg, #2ecc71, #27ae60);

    z-index: -1;

    animation: pulse 2s infinite;

}



/* Quick Stats Enhanced */

.stat-item {

    position: relative;

    overflow: hidden;

}



.stat-item::before {

    content: '';

    position: absolute;

    top: 0;

    left: -100%;

    width: 100%;

    height: 100%;

    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);

    transition: left 0.5s ease;

}



.stat-item:hover::before {

    left: 100%;

}



/* Recommended Pages Enhanced */
.recommended-pages {
    background: rgba(255, 255, 255, 0.95);
    border-radius: 15px;
    padding: 25px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    margin-bottom: 25px;
}

.recommended-pages h3 {
    color: #2c3e50;
    font-size: 1.2rem;
    margin-bottom: 20px;
    font-weight: 600;
    text-align: center;
    padding-bottom: 10px;
    border-bottom: 2px solid #e74c3c;
}

.recommended-pages ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.recommended-pages li {
    margin-bottom: 12px;
}

.recommended-pages a {
    display: block;
    padding: 12px 15px;
    background: #f8f9fa;
    color: #2c3e50;
    text-decoration: none;
    border-radius: 8px;
    transition: all 0.3s ease;
    font-weight: 500;
    position: relative;
    overflow: hidden;
}

.recommended-pages a::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(231, 76, 60, 0.1), transparent);
    transition: left 0.5s ease;
}

.recommended-pages a:hover {
    background: #e74c3c;
    color: white;
    transform: translateX(5px);
}

.recommended-pages a:hover::before {
    left: 100%;
}



/* Responsive Enhancements */

@media (max-width: 768px) {

    .header-logo {

        max-width: 120px;

    }

    

    .brand-logo {

        max-width: 100px;

    }

    

    .bonuslar-section {

        padding: 15px;

        margin-bottom: 20px;

    }

    



    

    .partner-site:hover {

        transform: none;

    }

    

    .partner-site.hovered {

        animation: none;

    }

    

    .stat-item:hover {

        transform: none;

    }

    

    .recommended-pages a:hover {

        transform: translateX(3px);

    }

}



@media (max-width: 480px) {

    .stats-grid {

        grid-template-columns: 1fr;

    }

    

    .partner-logo {

        flex-direction: column;

        text-align: center;

    }

    

    .partner-rating {

        justify-content: center;

        margin-top: 10px;

    }

}











/* Blog Sayfası Stilleri */
.blog-hero {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 20px;
    padding: 40px;
    margin: 30px 0;
    text-align: center;
    color: white;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}

.blog-hero h2 {
    font-size: 32px;
    margin-bottom: 15px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.blog-hero p {
    font-size: 18px;
    opacity: 0.9;
    margin: 0;
}

.blog-content {
    margin-top: 40px;
}

.blog-posts {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 30px;
}

.blog-placeholder {
    background: rgba(255, 255, 255, 0.9);
    border-radius: 15px;
    padding: 40px;
    text-align: center;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    border: 2px dashed #e74c3c;
}

.placeholder-content h3 {
    color: #e74c3c;
    font-size: 24px;
    margin-bottom: 15px;
}

.placeholder-content p {
    color: #666;
    font-size: 16px;
    margin: 0;
}

/* NYCbahis Banner — hard reset for perfect fit */

.nycbahis-banner, .nycbahis-banner * { 

    box-sizing: border-box; 

}



.nycbahis-banner {

    width: 100%;

    margin: 20px 0;

    border-radius: 15px;

    overflow: hidden;                /* taşanı kes */

    box-shadow: 0 15px 35px rgba(0,0,0,.15);

    background: transparent;

    padding: 0;

    line-height: 0;                  /* inline boşluğu kapat */

    font-size: 0;                    /* inline boşluğu tamamen öldür */

}



/* Tüm sarmalayıcıları sıfırla */

.nycbahis-banner > * {

    display: block !important;

    margin: 0 !important;

    padding: 0 !important;

    border: 0 !important;

}



/* WordPress/Block/figure/picture/a olasılıkları */

.nycbahis-banner figure,

.nycbahis-banner picture,

.nycbahis-banner a {

    display: block !important;

    margin: 0 !important;

    padding: 0 !important;

    line-height: 0 !important;

    background: transparent !important;

    box-shadow: none !important;

    border: 0 !important;

}



/* Görselin kendisi */

.nycbahis-banner img {

    display: block;                  /* baseline boşluğunu yok et */

    width: 100%;

    height: auto;

    /* vertical-align: top; kaldırıldı - display: block ile uyumsuz */

    border-radius: inherit;          /* kartla aynı kıvrım */

    transition: transform 0.3s ease;

}



.nycbahis-banner img:hover {

    transform: scale(1.02);

}



/* Eğer sabit yükseklikte kırpma istiyorsan bu sınıfı ekle: .nycbahis-banner.cover */

.nycbahis-banner.cover { 

    height: 300px; 

}        /* ihtiyaca göre */

.nycbahis-banner.cover img { 

    height: 100%; 

    object-fit: cover; 

}



/* Responsive Banner */

@media (max-width: 768px) {

    .nycbahis-banner {

        padding: 0;

        margin: 15px 0;

        line-height: 0;

        font-size: 0;

    }

}



@media (max-width: 480px) {

    .nycbahis-banner {

        padding: 0;

        margin: 10px 0;

        line-height: 0;

        font-size: 0;

    }

}

/* Blog Stilleri - Düzeltilmiş */
.page-header {
    text-align: center;
    margin-bottom: 40px;
    padding: 40px 0;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    border-radius: 10px;
}

.page-title {
    font-size: 2.5rem;
    margin-bottom: 10px;
    font-weight: 700;
}

.page-description {
    font-size: 1.1rem;
    opacity: 0.9;
}

/* Blog liste layout'u: sadece içerik */
.blog .site-content, .archive .site-content, .home.blog .site-content {
    display: block; /* Grid yerine block - sidebar yok */
    width: 100%;
}

.blog-grid, .blog .post-list, .archive .post-list, .home .post-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 300px), 1fr));
    gap: clamp(20px, 4vw, 40px);
    margin-bottom: 40px;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    padding: 0 16px;
}

/* Kartlar kesilmesin */
.blog-post-item, .post-card {
    background: #fff;
    border-radius: clamp(8px, 2vw, 14px);
    box-shadow: 0 6px 20px rgba(0,0,0,.06);
    padding: clamp(16px, 4vw, 24px);
    width: 100%;
    height: auto;
    overflow: visible;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    min-height: auto;
    align-items: stretch;
    box-sizing: border-box;
    max-width: 100%;
}

.blog-post-item:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.15);
}

.post-thumbnail {
    width: 100%;
    height: 200px;
    overflow: hidden;
    position: relative;
}

/* Görseller taşmasın ve orantılı kalsın */
.post-thumbnail img, .post-card img {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;   /* modern tarayıcılar için */
    object-fit: cover;
    border-radius: 12px;
    display: block;
    transition: transform 0.3s ease;
}

.blog-post-item:hover .post-thumbnail img {
    transform: scale(1.05);
}

.post-content {
    padding: 0; /* Padding kaldırıldı - kart zaten padding'e sahip */
    flex: 1;
    display: flex;
    flex-direction: column;
    width: 100%;
    min-height: 0; /* Flex item'ın küçülmesine izin ver */
}

.entry-title {
    font-size: clamp(1.1rem, 3vw, 1.4rem);
    margin-bottom: clamp(8px, 2vw, 12px);
    line-height: 1.3;
    color: #2c3e50;
    font-weight: 600;
    word-wrap: break-word;
    hyphens: auto;
    min-height: auto;
}

.entry-title a {
    color: #2c3e50;
    text-decoration: none;
    transition: color 0.3s ease;
}

.entry-title a:hover {
    color: #e74c3c;
}

/* Başlık ve link renkleri */
.post-card h2, .post-card h3 { 
    margin: 12px 0 8px; 
    line-height: 1.25; 
}

.post-card a { 
    text-decoration: none; 
}

.post-card a:hover { 
    text-decoration: underline; 
}

.entry-meta {
    margin-bottom: 15px;
    font-size: 0.85rem;
    color: #666;
    display: flex;
    align-items: center;
    gap: 15px;
}

.entry-meta .posted-on {
    background: #f8f9fa;
    padding: 4px 12px;
    border-radius: 20px;
    font-weight: 500;
}

.entry-summary {
    margin-bottom: clamp(12px, 3vw, 16px);
    line-height: 1.5;
    color: #666;
    font-size: clamp(0.85rem, 2.5vw, 0.95rem);
    word-wrap: break-word;
    hyphens: auto;
    flex: 0 1 auto;
    overflow: visible;
    min-height: auto;
}

.read-more {
    display: inline-flex;
    align-items: center;
    color: #e74c3c;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.9rem;
    transition: all 0.3s ease;
    margin-top: 15px;
    padding: 8px 0;
    white-space: nowrap; /* Metni kırma */
    width: fit-content; /* İçeriğe göre genişlik */
    flex-shrink: 0; /* Küçülmesin */
}

.read-more:hover {
    color: #c0392b;
    transform: translateX(3px);
}

.read-more .arrow {
    margin-left: 8px;
    transition: transform 0.3s ease;
    font-size: 1.1rem;
}

.read-more:hover .arrow {
    transform: translateX(5px);
}

/* Sayfalama */
.pagination-wrapper {
    margin-top: 40px;
    text-align: center;
}

.pagination {
    display: inline-flex;
    gap: 10px;
    align-items: center;
}

.pagination .page-numbers {
    display: inline-block;
    padding: 10px 15px;
    background: white;
    color: #667eea;
    text-decoration: none;
    border-radius: 5px;
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

.pagination .page-numbers:hover,
.pagination .page-numbers.current {
    background: #667eea;
    color: white;
    border-color: #667eea;
}

.pagination .prev,
.pagination .next {
    font-weight: 600;
}

/* Tek Blog Yazısı */
.entry-meta-footer {
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid #eee;
    font-size: 0.9rem;
    color: #666;
}

.post-navigation {
    margin: 40px 0;
    padding: 30px;
    background: #f8f9fa;
    border-radius: 10px;
}

.nav-links {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.nav-previous,
.nav-next {
    background: white;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.nav-next {
    text-align: right;
}

.nav-subtitle {
    display: block;
    font-size: 0.9rem;
    color: #666;
    margin-bottom: 5px;
}

.nav-title {
    display: block;
    font-weight: 600;
    color: #2c3e50;
}

.nav-previous a,
.nav-next a {
    text-decoration: none;
    transition: color 0.3s ease;
}

.nav-previous a:hover,
.nav-next a:hover {
    color: #667eea;
}

.back-to-blog {
    text-align: center;
    margin: 30px 0;
}

.back-to-blog .button {
    display: inline-block;
    padding: 12px 25px;
    background: #667eea;
    color: white;
    text-decoration: none;
    border-radius: 5px;
    transition: background 0.3s ease;
}

.back-to-blog .button:hover {
    background: #764ba2;
}

.no-posts {
    text-align: center;
    padding: 60px 20px;
    background: white;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

.no-posts h2 {
    color: #2c3e50;
    margin-bottom: 15px;
}

.no-posts p {
    color: #666;
    font-size: 1.1rem;
}

/* 100vw kullanan tam genişlik bloklarını düzelt */
.alignfull, .wp-block-cover.alignfull, [style*="100vw"], .section-full {
    width: 100% !important;
    margin-left: 0 !important;
    left: auto !important;
    right: auto !important;
}

/* Blog listesi ve tek yazı sayfasında sidebar gizle */
.blog .widget-area,
.archive .widget-area,
.single-post .widget-area,
.blog .sidebar,
.archive .sidebar,
.single-post .sidebar {
    display: none !important;
}

/* İçerik tek sütun olsun */
.blog .site-content,
.archive .site-content,
.single-post .site-content {
    grid-template-columns: 1fr !important;
}

/* Desktop'ta iki sütunlu layout - sadece diğer sayfalar için */
@media (min-width: 992px) {
    .main-content {
        grid-template-columns: 1fr 320px;  /* içerik + sağ sidebar */
    }
}

/* Responsive Blog - Otomatik boyutlandırma */
@media (max-width: 1200px) {
    .blog-grid {
        grid-template-columns: repeat(auto-fit, minmax(min(100%, 280px), 1fr));
        gap: clamp(15px, 3vw, 25px);
    }
}

@media (max-width: 768px) {
    .blog-grid {
        grid-template-columns: repeat(auto-fit, minmax(min(100%, 250px), 1fr));
        gap: clamp(12px, 2.5vw, 20px);
    }
    
    .main-content {
        grid-template-columns: 1fr !important;
        gap: 20px;
    }
    
    .sidebar, .widget-area {
        order: -1;
        position: static !important;
        margin-bottom: 20px;
        max-width: 100%;
    }
}

@media (max-width: 768px) {
    .blog-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .page-title {
        font-size: 2rem;
    }
    
    .page-description {
        font-size: 1rem;
    }
    
    .blog-post-item {
        margin-bottom: 0;
    }
    
    .post-content {
        padding: 0; /* Padding kaldırıldı */
    }
    
    .entry-title {
        font-size: 1.3rem;
        /* Line clamp kaldırıldı - tam başlık görünsün */
    }
    
    .entry-summary {
        font-size: 0.9rem;
        /* Line clamp kaldırıldı - tam özet görünsün */
    }
    
    .nav-links {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .nav-next {
        text-align: left;
    }
    
    .content-area {
        padding: 20px;
    }
}

/* Mobilde tek sütun - Otomatik boyutlandırma */
@media (max-width: 640px) {
    .blog-grid, .blog .post-list, .archive .post-list, .home .post-list {
        grid-template-columns: 1fr;
        gap: clamp(10px, 2vw, 20px);
        padding: 0 12px;
    }
    
    .blog-post-item, .post-card {
        padding: clamp(12px, 3vw, 20px);
    }
}

@media (max-width: 480px) {
    .blog-grid {
        gap: clamp(8px, 1.5vw, 15px);
        padding: 0 8px;
    }
    
    .page-header {
        padding: clamp(20px, 5vw, 30px) clamp(15px, 4vw, 20px);
        margin-bottom: clamp(20px, 4vw, 30px);
    }
    
    .page-title {
        font-size: clamp(1.5rem, 6vw, 1.8rem);
    }
    
    .post-content {
        padding: 0;
    }
    
    .blog-post-item, .post-card {
        padding: clamp(10px, 2.5vw, 15px);
    }
    
    .entry-title {
        font-size: clamp(1rem, 4vw, 1.2rem);
        margin-bottom: clamp(8px, 2vw, 12px);
    }
    
    .entry-meta {
        font-size: clamp(0.75rem, 2vw, 0.8rem);
        margin-bottom: clamp(8px, 2vw, 12px);
    }
    
    .entry-summary {
        font-size: clamp(0.8rem, 2.2vw, 0.85rem);
        margin-bottom: clamp(10px, 2.5vw, 15px);
    }
    
    .read-more {
        font-size: clamp(0.8rem, 2.2vw, 0.85rem);
    }
}





