/* Theme Name: MingleFlow
Theme URI: Sohbet Teması
Author: S4S
Author URI: #
Description: Sohbet teması
Version: 1.0 */

/*----------------------------------------------------------------



/* genel */
 :root {     --rose-primary: #e11d48;  --main-rose: #e11d48; --dark-rose: #881337; }
        
        body { font-family: 'Poppins', sans-serif; background-color: #fff5f7; color: #4c0519; overflow-x: hidden; }
        .navbar { background: rgba(255, 255, 255, 0.95); backdrop-filter: blur(15px); border-bottom: 1px solid rgba(225, 29, 72, 0.1); }
        .glass-card { background: rgba(255, 255, 255, 0.8); backdrop-filter: blur(10px); border: 1px solid rgba(255, 255, 255, 0.3); box-shadow: 0 15px 35px rgba(0,0,0,0.05); border-radius: 2rem; }
        .btn-rose { background: linear-gradient(135deg, #e11d48, #9f1239); color: white; border: none; transition: 0.3s; }
        .btn-rose:hover { transform: translateY(-3px); box-shadow: 0 10px 20px rgba(225, 29, 72, 0.3); color: white; }
        .room-card { transition: 0.4s; border-radius: 1.5rem; border: none; box-shadow: 0 5px 15px rgba(0,0,0,0.05); padding: 2rem; text-align: center; background: white; }
        .room-card:hover { transform: translateY(-10px); box-shadow: 0 15px 30px rgba(225, 29, 72, 0.15); }
        .app-gradient { background: linear-gradient(135deg, #ec4899 0%, #881337 100%); color: white; border-radius: 2.5rem; padding: 60px; position: relative; overflow: hidden; }
        .footer-curve { background: #881337; color: white; border-top-left-radius: 50% 100px; border-top-right-radius: 50% 100px; padding: 80px 0 40px; margin-top: 50px; }
        
        /* Modern İstatistik Kartları */
        .modern-stat-card { background: white; border-radius: 1.25rem; padding: 1.5rem; display: flex; align-items: center; gap: 1.5rem; box-shadow: 0 10px 25px rgba(225, 29, 72, 0.08); border: 1px solid rgba(225, 29, 72, 0.1); transition: 0.3s; }
        .modern-stat-card:hover { transform: translateY(-5px); border-color: var(--main-rose); }
        .stat-icon { width: 50px; height: 50px; display: flex; align-items: center; justify-content: center; background: #fff1f2; color: var(--main-rose); border-radius: 1rem; font-size: 1.5rem; }
        
        .blog-card { border-radius: 1.5rem; overflow: hidden; transition: 0.4s; border: none; box-shadow: 0 5px 20px rgba(0,0,0,0.08); background: white; }
        .blog-card:hover { transform: translateY(-10px); box-shadow: 0 15px 30px rgba(225, 29, 72, 0.2); }
        .blog-img { height: 220px; overflow: hidden; }
        .blog-img img { width: 100%; height: 100%; object-fit: cover; transition: 0.5s; }
        .blog-card:hover img { transform: scale(1.1); }
        .text-gradient { background: linear-gradient(135deg, #e11d48, #881337); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
        .mirc-banner { background: white; border: 2px dashed var(--rose-primary); border-radius: 2rem; padding: 30px; margin-bottom: 40px; }

      .navbar {
    background: rgba(255, 255, 255, 0.95); /* Hafif transparan beyaz veya koyu tema için koyu renk */
    margin: 20px auto; /* Üstten ve alttan boşluk vererek yüzen görünüm sağlar */
    border-radius: 20px; /* Kenarları tamamen yuvarlatır */
    padding: 10px 20px; /* İç boşlukları düzenler */
    box-shadow: 0 4px 15px rgba(0,0,0,0.1); /* Hafif bir derinlik katar */
    width: 100%; /* Ekranın tam genişliğini değil, biraz daha içerde durmasını sağlar */
    backdrop-filter: blur(10px); /* Modern cam efekti */
}

/* Nav-link'lerin üzerine gelince renk değişimi (opsiyonel) */
.nav-link {
    transition: color 0.3s ease;
}
.nav-link:hover {
    color: #e74c3c !important; /* Tasarımındaki kırmızı/pembe tonu */
}

/* Sidebar Genel Tasarım */
.modern-sidebar-wrapper {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.sidebar-card {
    background: rgb(255, 255, 255);
    backdrop-filter: blur(15px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 24px;
    padding: 20px;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}



.sidebar-header {
    display: flex;
    align-items: center;
    gap: 12px;
    font-weight: 800;
    font-size: 1.1rem;
    color: #050505;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.sidebar-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 15px;
    color: #adb5bd;
    text-decoration: none;
    border-radius: 16px;
    transition: 0.3s;
}

.sidebar-item:hover {
    background: rgba(255, 255, 255, 0.08);
    color: #ff4d8d;
    transform: translateX(5px);
}

.badge-custom {
    background: rgba(240, 238, 238, 0.05);
    font-size: 0.7rem;
    padding: 4px 10px;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

/* Renk Seçenekleri */
.text-purple { color: #b794f4; }
.text-blue { color: #63b3ed; }

 /* Tasarım Stilleri */
    .blog-post-card { background: #fff; padding: 2rem; border-radius: 30px; }
    .post-featured-img img { width: 100%; height: 450px; object-fit: cover; }
    .post-content p { margin-bottom: 1.5rem; }
    .post-content a { color: #ff4d8d !important; text-decoration: underline; }
    
    .bg-pink-light { background-color: #fff0f5; }
    .text-pink { color: #ff4d8d !important; }
    
    .sticky-sidebar { position: sticky; top: 120px; }
    
    /* Mobil Uyum */
    @media (max-width: 768px) {
        .blog-post-card { padding: 1rem; }
        .post-featured-img img { height: 250px; }
    }

       /* İçerik Alanı Düzenlemeleri */
    .content-area p {
        margin-bottom: 1.5rem;
        font-size: 1.05rem;
    }
    .content-area a {
        color: #ff4d8d;
        text-decoration: none;
        font-weight: 600;
    }
    .content-area a:hover {
        text-decoration: underline;
    }
    .content-area h2, .content-area h3 {
        color: #2d3436;
        margin-top: 2rem;
        margin-bottom: 1rem;
    }
    /* Görsel kapsayıcılar için opsiyonel */
    .content-area img {
        border-radius: 15px;
        max-width: 100%;
        height: auto;
    }

/* Taşmayı kesin olarak engelleyen temel ayarlar */
html, body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden !important; /* Yatay kaymayı tamamen kapatır */
}


/* Görsellerin taşmasını önle */
img {
    max-width: 100%;
    height: auto;
}