/*
Theme Name: Firelight
Theme URI: https://firelight.dev
Description: Firelight - Modern, hızlı ve SEO uyumlu WordPress teması. Şık tasarım, kolay yönetim paneli ve mobil uyumlu yapı.
Author: Firelight Team
Author URI: https://firelight.dev
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Version: 2.0
Tags: blog, custom-menu, custom-logo, featured-images, responsive-layout, translation-ready
Text Domain: firelight
Requires at least: 5.0
Tested up to: 6.7
Requires PHP: 7.4
*/

.header-yazi h2 { font-size: 2.5em; font-weight: 700;}
h5.sb-title {color: #ff6b6b ;}
.text-muted {color: #565973;}
.article-p  {color: #565973;}

        :root {
            --primary-gradient: linear-gradient(135deg, #ff8c69 0%, #ff6b6b 100%);
            --grad-start: #ff8c69;
            --grad-end: #ff6b6b;
            --secondary-dark: #2d1b18;
            --soft-bg: #f4f7f9;
        }

        body { font-family: 'Poppins', sans-serif; background-color: var(--soft-bg); overflow-x: hidden; }

        /* --- NAVBAR --- */
        .navbar { background: white !important; box-shadow: 0 4px 15px rgba(0,0,0,0.05); padding: 15px 0; z-index: 1000; }
        .navbar-brand { font-weight: 800; color: #ff6b6b !important; letter-spacing: -1px; }
        .nav-link { font-weight: 600; color: #555 !important; margin: 0 10px; transition: 0.3s; }
        .nav-link:hover { color: #ff6b6b !important; transform: translateY(-2px); }

        /* --- HEADER & ANIMATED SHAPES --- */
        .header-section {
            position: relative;
            padding: 100px 0 160px 0;
            background: var(--primary-gradient);
            color: white;
            overflow: hidden;
            border-radius: 0 0 80px 80px;
        }

        .bg-pattern {
            position: absolute;
            top: 0; left: 0; width: 100%; height: 100%;
            background: linear-gradient(135deg, rgba(255,140,105,0.15) 0%, rgba(255,107,107,0.1) 50%, rgba(255,140,105,0.05) 100%);
            z-index: 1;
        }

        .floating-icons i {
            position: absolute; color: rgba(255, 255, 255, 0.25);
            z-index: 2; animation: floatAnim 12s infinite linear;
        }

        .floating-icon-1 { top: 10%; left: 5%; font-size: 40px; animation-delay: 0s; }
        .floating-icon-2 { top: 40%; right: 10%; font-size: 35px; animation-delay: 4s; }
        .floating-icon-3 { bottom: 20%; left: 40%; font-size: 25px; animation-delay: 2s; }

        @keyframes floatAnim {
            0% { transform: translateY(0) rotate(0deg); opacity: 0; }
            50% { opacity: 0.6; }
            100% { transform: translateY(-120px) rotate(360deg); opacity: 0; }
        }

        /* --- YARATICI LOGIN ALANI (IDDIALI) --- */
        .login-wrapper { position: relative; z-index: 10; }
        
        /* Formun arkasındaki parlayan şekil */
        .shape-blob {
            position: absolute;
            top: -10%; left: -10%;
            width: 120%; height: 120%;
            background: rgba(255, 255, 255, 0.15);
            filter: blur(40px);
            border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
            animation: blobAnimate 8s infinite alternate;
            z-index: -1;
        }

        @keyframes blobAnimate {
            from { border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%; transform: rotate(0deg); }
            to { border-radius: 60% 40% 30% 70% / 50% 60% 40% 60%; transform: rotate(15deg); }
        }

        .login-card {
            background: rgba(255, 255, 255, 0.95);
            backdrop-filter: blur(20px);
            border-radius: 35px;
            padding: 45px;
            box-shadow: 0 25px 50px rgba(0,0,0,0.2);
            border: 1px solid rgba(255, 255, 255, 0.3);
            transform: perspective(1000px) rotateY(-5deg);
            transition: 0.5s;
        }
		.login-card h2 {color:#565973 !important;}
        .login-card:hover { transform: perspective(1000px) rotateY(0deg); }
		.text-danger {
    --bs-text-opacity: 1;
    color: rgb(255 117 106) !important;
}
.mirc p {color:#565973; margin-top:15px}
.mirc a {
    color: #ff6b6b ;
    font-weight: 600;
    text-decoration: none;
    background: #fff4e6;
    padding: 5px;
    border-radius: 12px;
}
        .btn-gradient-main {
            background: var(--primary-gradient);
            border: none; color: white; font-weight: 700;
            border-radius: 50px; padding: 15px;
            box-shadow: 0 10px 20px rgba(255, 107, 107, 0.3);
            transition: 0.3s;
        }
        .btn-gradient-main:hover { transform: translateY(-3px); box-shadow: 0 15px 30px rgba(255, 107, 107, 0.5); color: white; }

        /* --- KISAYOLLAR --- */
        .quick-access-section { margin-top: -80px; position: relative; z-index: 20; }
        .shortcut-link { text-decoration: none !important; display: block; height: 100%; color: #565973; }
        .shortcut-link h5 {font-weight: 700;}
        .shortcut-card {
            background: rgba(255, 255, 255, 0.9);
            backdrop-filter: blur(10px);
            border-radius: 25px; padding: 30px; text-align: center;
            transition: 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
            border: 1px solid rgba(255,255,255,0.5);
            box-shadow: 0 10px 25px rgba(0,0,0,0.05);
        }
        .shortcut-link:hover .shortcut-card { transform: translateY(-15px); background: white; box-shadow: 0 20px 40px rgba(0,0,0,0.1); }
        .icon-box {
            width: 70px; height: 70px; background: var(--primary-gradient);
            color: white; border-radius: 20px; display: flex;
            align-items: center; justify-content: center; font-size: 1.8rem;
            margin: 0 auto 20px auto; transition: 0.3s;
        }
        .shortcut-link:hover .icon-box { transform: rotate(10deg) scale(1.1); }

        /* --- SEO & MAKALE --- */
        .seo-box { background: white; border-radius: 40px; overflow: hidden; box-shadow: 0 5px 25px rgba(0,0,0,0.03); }
        .seo-img-side {
            background: linear-gradient(135deg, #ff8c69, #ff6b6b);
        }

        /* --- KOYU FOOTER (compact, no duplicates) --- */

    /* Güncellenmiş SEO ve Yaratıcı Blog Stilleri */
    .creative-card {
        background: #fff;
        border-radius: 25px;
        overflow: hidden;
        box-shadow: 0 10px 30px rgba(0,0,0,0.03);
        transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
        border: 1px solid rgba(0,0,0,0.05);
    }

    /* Resim Linki ve Efekti */
    .card-image-link {
        display: block;
        overflow: hidden;
    }

    .card-image-box {
        position: relative;
        height: 200px;
    }

    .card-image-box img {
        width: 100%; height: 100%;
        object-fit: cover;
        transition: transform 0.6s ease;
    }

    .creative-card:hover .card-image-box img {
        transform: scale(1.1);
    }

    /* H2 Başlık Stili */
    .post-title-h2 {
        font-size: 1.2rem;
        font-weight: 700;
        line-height: 1.4;
        margin-bottom: 12px;
    }

    .post-title-h2 a {
        color: #333;
        text-decoration: none;
        transition: 0.3s;
        display: -webkit-box;
        /* Standard attempts for line clamping (browser support varies) */
        line-clamp: 2;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .post-title-h2 a:hover {
        color: #ff6b6b;
    }

    /* Diğer Stiller */
    .card-overlay-gradient {
        position: absolute;
        top: 0; left: 0; width: 100%; height: 100%;
        background: linear-gradient(to bottom, rgba(255,140,105,0.3), rgba(255,107,107,0.5));
        z-index: 1;
        transition: 0.4s;
    }

    .creative-card:hover .card-overlay-gradient {
        opacity: 0.1;
    }

    .category-badge {
        position: absolute;
        top: 15px; right: 15px;
        background: #fff; color: #ff6b6b;
        padding: 4px 12px; border-radius: 50px;
        font-size: 0.7rem; font-weight: 800;
        z-index: 2; box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    }

    .card-content { padding: 20px; }
    
    .post-meta-top {
        display: flex; justify-content: space-between;
        font-size: 0.75rem; color: #bbb; margin-bottom: 10px;
    }

    .post-meta-top i { color: #ff6b6b; }

    .post-author {
        display: flex; align-items: center;
        border-top: 1px solid #f8f8f8; padding-top: 15px; margin-top: 15px;
    }

    .post-author img {
        width: 32px; height: 32px; border-radius: 50%;
        margin-right: 10px; border: 1px solid #eee;
    }

    .author-info .name { display: block; font-size: 0.8rem; font-weight: 700; color: #444; }
    .author-info .role { font-size: 0.65rem; color: #aaa; }
    /* --- İddialı Footer Stil Yapısı --- */
    .main-footer {
        position: relative;
        background: linear-gradient(135deg, #2d1b18 0%, #1a0f0e 100%); /* Çok koyu sıcak tonlar */
        padding: 100px 0 40px 0;
        color: #fff;
        overflow: hidden;
        border-top: 5px solid #ff6b6b;
    }

    /* Arka Plan Hafif Doku Katmanı */
    .footer-bg-overlay {
        position: absolute;
        top: 0; left: 0; width: 100%; height: 100%;
        background: radial-gradient(ellipse at 20% 50%, rgba(255,107,107,0.06) 0%, transparent 60%),
                    radial-gradient(ellipse at 80% 50%, rgba(255,140,105,0.04) 0%, transparent 60%);
        z-index: 1;
    }

    /* Footer Hareketli İkonlar */
    .footer-floating-icons i {
        position: absolute;
        color: rgba(255, 107, 107, 0.2);
        z-index: 2;
        animation: footerFloat 15s infinite linear;
    }

    .footer-floating-icons i:nth-child(1) { top: 20%; left: 5%; font-size: 30px; animation-delay: 0s; }
    .footer-floating-icons i:nth-child(2) { top: 60%; left: 15%; font-size: 20px; animation-delay: 3s; }
    .footer-floating-icons i:nth-child(3) { top: 30%; right: 10%; font-size: 40px; animation-delay: 6s; }
    .footer-floating-icons i:nth-child(4) { bottom: 20%; right: 25%; font-size: 25px; animation-delay: 1s; }
    .footer-floating-icons i:nth-child(5) { top: 10%; left: 50%; font-size: 15px; animation-delay: 8s; }

    @keyframes footerFloat {
        0% { transform: translateY(0) rotate(0deg); opacity: 0; }
        20% { opacity: 0.6; }
        80% { opacity: 0.6; }
        100% { transform: translateY(-100px) rotate(360deg); opacity: 0; }
    }

    /* Logo ve Başlıklar */
    .footer-logo-text {
        font-size: 2rem;
        font-weight: 800;
        background: linear-gradient(to right, #ff8c69, #ff6b6b);
        /* Ensure standard property exists for wider compatibility */
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        text-decoration: none;
    }

    .footer-heading {
        font-size: 1.2rem;
        font-weight: 700;
        margin-bottom: 25px;
        position: relative;
        padding-bottom: 10px;
    }

    .footer-heading::after {
        content: '';
        position: absolute;
        left: 0; bottom: 0;
        width: 40px; height: 3px;
        background: #ff6b6b;
        border-radius: 2px;
    }

    /* Linkler */
    .footer-list { list-style: none; padding: 0; }
    .footer-list li { margin-bottom: 12px; }
    .footer-list a {
        color: rgba(255,255,255,0.6);
        text-decoration: none;
        transition: 0.3s;
        font-size: 0.95rem;
    }
    .footer-list a:hover {
        color: #ff8c69;
        padding-left: 10px;
    }

    /* Sosyal Medya */
    .social-circle {
        width: 45px; height: 45px;
        background: rgba(255,255,255,0.05);
        display: flex; align-items: center; justify-content: center;
        border-radius: 50%;
        color: #fff;
        margin-right: 15px;
        transition: 0.3s;
        text-decoration: none;
        border: 1px solid rgba(255,255,255,0.1);
    }
    .social-circle:hover {
        background: #ff6b6b;
        transform: rotateY(180deg);
        color: white;
    }

    /* Bülten Formu */
    .footer-newsletter {
        display: flex;
        background: rgba(255,255,255,0.05);
        padding: 5px;
        border-radius: 50px;
        border: 1px solid rgba(255,255,255,0.1);
    }
    .footer-newsletter input {
        background: transparent;
        border: none;
        color: #fff;
        padding: 10px 20px;
        width: 100%;
        outline: none;
    }
    .footer-newsletter button {
        background: #ff6b6b;
        color: #fff;
        border: none;
        width: 45px; height: 45px;
        border-radius: 50%;
        transition: 0.3s;
    }
    .footer-newsletter button:hover {
        background: #ff8c69;
        transform: scale(1.1);
    }

/* --- HERO STYLES (Premium Look) --- */
.site-hero {
    border-radius: 18px;
    margin: 30px 0 20px;
    box-shadow: 0 30px 60px rgba(13,18,25,0.15);
    position: relative;
    overflow: hidden;
}
.site-hero::after {
    content: '';
    position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0,0,0,0.18), rgba(0,0,0,0.35)); pointer-events: none;
}
.site-hero .hero-title { font-size: 2.6rem; line-height: 1.05; z-index: 2; }
.site-hero .hero-sub { font-size: 1.05rem; color: rgba(255,255,255,0.9); z-index: 2; }
.site-hero .btn-outline-light { border-color: rgba(255,255,255,0.25); }
.site-hero .bg-white.bg-opacity-10 { background: rgba(255,255,255,0.08); backdrop-filter: blur(6px); border-radius: 12px; }

@media (max-width: 991px) {
    .site-hero { padding: 60px 0; border-radius: 12px; }
    .site-hero .hero-title { font-size: 1.9rem; }
}

/* Breadcrumbs inside hero */
.site-hero .breadcrumb { background: transparent; padding: 0; margin-bottom: 8px; }
.site-hero .breadcrumb .breadcrumb-item + .breadcrumb-item::before { color: rgba(255,255,255,0.6); }
.site-hero .breadcrumb a { color: rgba(255,255,255,0.85); text-decoration: underline; opacity: 0.95; }

/* Hero CTA buttons animations */
.site-hero .hero-cta .btn { transition: transform 0.28s cubic-bezier(.2,.9,.3,1), box-shadow 0.28s; }
.site-hero .hero-cta .btn-ghost:hover { transform: translateY(-6px); box-shadow: 0 18px 40px rgba(0,0,0,0.25); }
.site-hero .hero-cta .btn-primary-cta { background: #fff; border-radius: 12px; }
.site-hero .hero-cta .btn-primary-cta:hover { transform: translateY(-6px) scale(1.02); box-shadow: 0 20px 50px rgba(0,0,0,0.25); }

/* Subtle pulsing animation for primary CTA */
.site-hero .btn-primary-cta::after {
    content: '';
    position: absolute; inset: 0; border-radius: 12px; box-shadow: 0 12px 30px rgba(255,255,255,0.06); opacity: 0; transform: scale(0.98);
    transition: opacity 0.5s, transform 0.5s;
}
.site-hero .btn-primary-cta:hover::after { opacity: 1; transform: scale(1.02); }

/* Hero side small card floating */
.hero-side-card { display: inline-block; transform: translateY(0); transition: transform 0.6s ease, box-shadow 0.6s ease; }
.hero-side-card .side-card-inner { background: rgba(255,255,255,0.06); padding: 18px; border-radius: 12px; }
.hero-side-card:hover { transform: translateY(-8px); box-shadow: 0 30px 60px rgba(13,18,25,0.18); }
.hero-side-card { animation: heroCardFloat 6s ease-in-out infinite; }
@keyframes heroCardFloat { 0% { transform: translateY(0); } 50% { transform: translateY(-6px); } 100% { transform: translateY(0); } }

/* Mobile tweak: hide side card on small screens */
@media (max-width: 991px) { .hero-side-card { display: none !important; } }

/* Pagination (modern) */
.firelight-pagination { margin: 30px 0; }
.firelight-pagination .pagination { gap: 8px; }
.firelight-pagination .page-item .page-link {
    border-radius: 10px;
    padding: 8px 12px;
    color: #495057;
    background: #fff;
    border: 1px solid rgba(0,0,0,0.06);
    transition: all 0.18s ease;
    box-shadow: 0 6px 18px rgba(13,18,25,0.04);
}
.firelight-pagination .page-item.active .page-link {
    background: linear-gradient(135deg,#ff8c69,#ff6b6b);
    color: #fff !important;
    border-color: transparent;
    box-shadow: 0 12px 30px rgba(255,107,107,0.12);
}
.firelight-pagination .page-item .page-link:hover {
    transform: translateY(-3px);
}
.firelight-pagination .page-item:first-child .page-link,
.firelight-pagination .page-item:last-child .page-link {
    border-radius: 12px;
}



    /* Footer container z-index */
    .footer-container {
        position: relative;
        z-index: 5;
    }


           /* --- MAKALE ALANI (SOL) --- */
        .main-article-wrapper {
            background: white;
            border-radius: 40px;
            padding: 60px;
            box-shadow: 0 10px 50px rgba(0,0,0,0.02);
            border: 1px solid #f1f1f1;
        }

        .article-title {
            font-weight: 800;
            font-size: 2.2rem;
            line-height: 1.1;
            margin-bottom: 30px;
            color: var(--text-dark);
        }

        .article-p {
            font-size: 1.2rem;
            line-height: 1.9;
            color: #4b5563;
        }

        /* --- DETAYLI SIDEBAR (SAĞ) --- */
        .sidebar-container {
            position: sticky;
            top: 20px;
        }

        .sb-widget {
            background: white;
            border-radius: 30px;
            padding: 30px;
            margin-bottom: 30px;
            border: 1px solid #f1f1f1;
            box-shadow: 0 10px 30px rgba(0,0,0,0.01);
        }

        .sb-title {
            font-weight: 800;
            font-size: 1.1rem;
            text-transform: uppercase;
            letter-spacing: 1px;
            margin-bottom: 25px;
            color: var(--vivid-orange);
            display: flex;
            align-items: center;
            gap: 10px;
        }

        /* Yazar Kartı */
        .author-box {
            text-align: center;
            background: var(--soft-orange);
            border: none;
        }
        .author-img {
            width: 100px; height: 100px;
            border-radius: 35px;
            object-fit: cover;
            margin-bottom: 15px;
            border: 4px solid white;
        }

        /* Arama Alanı */
        .search-minimal {
            background: #f8f9fa;
            border-radius: 20px;
            padding: 12px 20px;
            display: flex;
            align-items: center;
            border: 1px solid transparent;
            transition: 0.3s;
        }
        .search-minimal:focus-within {
            border-color: #ff6b6b;
            background: white;
        }
        .search-minimal input {
            border: none; background: transparent; outline: none; width: 100%; font-size: 0.9rem;
        }
        .search-minimal .search-submit {
            background: transparent; border: none; color: inherit; display: inline-flex; align-items: center; justify-content: center;
        }
        .search-minimal .search-submit:focus { outline: none; }

        /* Kategori Butonları */
        .cat-list {
            display: flex;
            flex-wrap: wrap;
            gap: 10px;
        }
        .cat-btn {
            background: #f8f9fa;
            padding: 10px 18px;
            border-radius: 15px;
            text-decoration: none;
            color: var(--text-dark);
            font-weight: 600;
            font-size: 0.85rem;
            transition: 0.3s;
        }
        .cat-btn:hover {
            background: #ff6b6b;
            color: #fff;
            transform: translateY(-3px);
        }

        /* Popüler Yazılar - Modern Liste */
        .pop-item {
            display: flex;
            gap: 15px;
            margin-bottom: 20px;
            text-decoration: none;
            color: inherit;
            transition: 0.3s;
        }
        .pop-item:hover {
            transform: translateX(5px);
        }
        .pop-icon {
            min-width: 50px; 
            height: 50px;
            background: #fff4e6 !important;
            color: #ff6b6b !important;
            border-radius: 15px;
            display: flex; 
            align-items: center; 
            justify-content: center;
            font-weight: 800;
            flex-shrink: 0;
        }
        .pop-text {
            flex: 1;
        }
        .pop-text h6 {
            font-size: 0.95rem; 
            font-weight: 700; 
            margin-bottom: 3px;
            line-height: 1.3;
            color: #333;
            margin: 0;
        }
        .pop-text small {
            color: #999 !important;
        }
        .pop-item:hover .pop-icon {
            background: #ff6b6b !important;
            color: #fff !important;
        }

        /* Takvim/Arşiv Alanı */
        .calendar-mini {
            background: #fff;
            border-radius: 20px;
            text-align: center;
        }
        .cal-header {
            background: #ff6b6b  !important;
            color: #fff !important;
            padding: 10px;
            border-radius: 15px 15px 5px 5px;
            font-weight: 800;
            font-size: 0.8rem;
        }
        .cal-body {
            padding: 15px;
            font-size: 1.5rem;
            font-weight: 800;
        }

        @media (max-width: 991px) {
            .article-title { font-size: 2rem; }
            .main-article-wrapper { padding: 30px; }
        }

        /* Blog Post Items (Yazı Listesi) */
        .blog-post-item {
            transition: all 0.3s ease;
        }
        .blog-post-item:hover {
            background: #f8f9fa;
            border-radius: 15px;
            padding: 15px;
            margin-left: -15px;
            margin-right: -15px;
        }
        .blog-post-item .badge {
            font-size: 0.75rem;
            padding: 5px 12px;
            font-weight: 600;
        }
        .blog-post-item .btn-outline-primary {
            border-color: #3366ff;
            color: #3366ff;
            font-weight: 600;
            padding: 6px 16px;
            font-size: 0.85rem;
        }
        .blog-post-item .btn-outline-primary:hover {
            background: #3366ff;
            color: white;
        }

        /* Related Posts Cards */
        .card {
            transition: all 0.3s ease !important;
        }
        .card:hover {
            transform: translateY(-5px);
            box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1) !important;
        }
        .card-image-link:hover img {
            transform: scale(1.05);
            transition: transform 0.3s ease;
        }

           .btn-custom-container {
        padding: 50px;
        border-radius: 30px;
    }

    .store-btn-tr {
        background: #ffffff;
        border: 1px solid rgba(255, 69, 0, 0.1);
        padding: 14px 28px;
        border-radius: 22px;
        display: inline-flex;
        align-items: center;
        text-decoration: none !important;
        position: relative;
        transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
        margin: 10px;
    }

    /* İkon Alanı */
    .btn-icon-box {
        width: 48px;
        height: 48px;
        background: linear-gradient(135deg, var(--grad-start), var(--grad-end));
        border-radius: 16px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-right: 16px;
        color: #ff6b6b;
        font-size: 1.8rem;
        box-shadow: 0 8px 15px rgba(255, 69, 0, 0.2);
        transition: all 0.4s ease;
    }
	.btn-icon-box i {color:#fff !important}

    /* Metin Alanı */
    .btn-content-tr {
        display: flex;
        flex-direction: column;
        text-align: left;
    }

    .btn-content-tr .top-sub {
        font-size: 0.7rem;
        color: #8395a7;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 1px;
    }

    .btn-content-tr .main-title {
        font-size: 1.2rem;
        color: #1a1616;
        font-weight: 800;
        margin-top: -2px;
    }

    /* Yaratıcı Hover Efektleri */
    .store-btn-tr:hover {
        transform: translateY(-10px);
        box-shadow: 0 20px 40px rgba(255, 69, 0, 0.12);
        border-color: var(--grad-start);
    }

    .store-btn-tr:hover .btn-icon-box {
        transform: rotate(-12deg) scale(1.1);
        box-shadow: 0 12px 20px rgba(255, 69, 0, 0.3);
    }

    /* Butonun arkasındaki hafif turuncu hare */
    .store-btn-tr::after {
        content: '';
        position: absolute;
        width: 100%; height: 100%;
        background: #000;
        filter: blur(25px);
        opacity: 0;
        z-index: -1;
        transition: opacity 0.4s ease;
    }

    .store-btn-tr:hover::after {
        opacity: 0.15;
    }

    /* Blog Card Styling */
    .blog-card {
        transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    .blog-card:hover {
        transform: translateY(-4px);
    }

    .blog-card:hover .blog-card-image-wrapper img {
        transform: scale(1.05);
    }

    .blog-card-image-wrapper img {
        transition: transform 0.3s ease;
    }

    /* Navbar Styling */
    .nav-gap {
        gap: 5px;
    }

    .navbar-nav .nav-link {
        color: #666 !important;
        font-weight: 500;
        transition: color 0.3s ease;
        padding: 8px 12px !important;
    }

    .navbar-nav .nav-link:hover {
        color: #ff6b6b !important;
    }

    .navbar-nav .nav-link.active {
        color: #ff6b6b !important;
    }

    /* Comments Section */
    .comment {
        padding: 20px;
        border-radius: 8px;
        background: #f9f9f9;
        margin-bottom: 15px;
        border-left: 3px solid #ff6b6b;
    }

    .comment-author {
        font-weight: 600;
        color: #333;
        margin-bottom: 5px;
    }

    .comment-meta {
        font-size: 0.85rem;
        color: #999;
        margin-bottom: 10px;
    }

    .comment-text {
        color: #555;
        line-height: 1.6;
    }

    .comment-reply-link {
        color: #ff6b6b;
        font-weight: 600;
        font-size: 0.9rem;
        text-decoration: none;
        margin-top: 10px;
    }

    .comment-reply-link:hover {
        text-decoration: underline;
    }

    #commentform {
        background: #f9f9f9;
        padding: 30px;
        border-radius: 12px;
        border: 1px solid #e0e0e0;
    }

    #commentform input,
    #commentform textarea {
        border-radius: 8px;
        border: 1px solid #ddd !important;
        padding: 10px 15px !important;
        font-family: 'Poppins', sans-serif !important;
    }

    #commentform input:focus,
    #commentform textarea:focus {
        border-color: #ff6b6b !important;
        box-shadow: 0 0 0 3px rgba(255, 107, 107, 0.1) !important;
    }

    #commentform input[type="submit"] {
        background: #ff6b6b !important;
        color: white !important;
        border: none !important;
        padding: 10px 30px !important;
        border-radius: 8px !important;
        font-weight: 600 !important;
        cursor: pointer !important;
        transition: background 0.3s ease !important;
    }

    #commentform input[type="submit"]:hover {
        background: #ff5252 !important;
    }

    /* Header Menu Styling */
    .navbar-nav .nav-item,
    .navbar-nav .menu-item {
        display: inline-block;
        margin: 0 5px;
    }
	.menu-item a{text-decoration:none !important; font-weight:600}

    .navbar-nav .nav-link,
    .navbar-nav .menu-item a {
        color: #333 !important;
        font-weight: 500;
        padding: 6px 12px !important;
        transition: all 0.3s ease;
        border-radius: 0;
        display: inline-block;
        position: relative;
    }

    .navbar-nav .nav-link:hover,
    .navbar-nav .menu-item a:hover {
        color: #ff6b6b !important;
    }

    .navbar-nav .nav-link.active,
    .navbar-nav .menu-item.current-menu-item a,
    .navbar-nav .menu-item.current_page_item a {
        color: #ff6b6b !important;
        font-weight: 700;
        background: none;
    }

    /* Mobile Responsive Menu */
    @media (max-width: 991px) {
        .navbar-nav {
            margin-top: 20px;
        }

        .navbar-nav .nav-item,
        .navbar-nav .menu-item {
            display: block;
            margin-bottom: 10px;
            margin: 0;
        }

        .navbar-nav .nav-link,
        .navbar-nav .menu-item a {
            padding: 12px 0 !important;
            border-bottom: 1px solid #f0f0f0;
        }
    }
    /* ===== FRONT-END CONTACT MODAL ===== */
    .firelight-frontend-modal {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5);
        z-index: 9999;
        align-items: center;
        justify-content: center;
        padding: 20px;
    }

    .firelight-frontend-modal.open {
        display: flex;
    }

    .firelight-frontend-modal .firelight-modal-content {
        background: white;
        border-radius: 12px;
        max-width: 500px;
        width: 100%;
        box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
        overflow: hidden;
    }

    .firelight-frontend-modal .firelight-modal-header {
        background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
        color: white;
        padding: 20px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .firelight-frontend-modal .firelight-modal-header h3 {
        margin: 0;
        font-size: 1.3rem;
        display: flex;
        align-items: center;
        gap: 10px;
    }

    .firelight-frontend-modal .firelight-modal-close {
        background: none;
        border: none;
        color: white;
        font-size: 2rem;
        cursor: pointer;
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: all 0.3s ease;
    }

    .firelight-frontend-modal .firelight-modal-close:hover {
        opacity: 0.8;
        transform: rotate(90deg);
    }

    .firelight-frontend-modal .firelight-modal-body {
        padding: 25px;
    }

    .firelight-frontend-modal .firelight-form-group {
        margin-bottom: 20px;
    }

    .firelight-frontend-modal .firelight-form-group label {
        display: block;
        margin-bottom: 8px;
        font-weight: 500;
        color: #333;
        font-size: 0.95rem;
    }

    .firelight-frontend-modal .firelight-input,
    .firelight-frontend-modal .firelight-textarea {
        width: 100%;
        padding: 12px 15px;
        border: 2px solid #e9ecef;
        border-radius: 8px;
        font-size: 0.95rem;
        font-family: 'Poppins', sans-serif;
        transition: all 0.3s ease;
        color: #333;
        background: #fff;
    }

    .firelight-frontend-modal .firelight-input:focus,
    .firelight-frontend-modal .firelight-textarea:focus {
        outline: none;
        border-color: #667eea;
        box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1);
    }

    .firelight-frontend-modal .firelight-textarea {
        resize: vertical;
    }

    .firelight-frontend-modal .firelight-btn-submit {
        width: 100%;
        padding: 12px 20px;
        background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
        color: white;
        border: none;
        border-radius: 8px;
        font-weight: 600;
        cursor: pointer;
        transition: all 0.3s ease;
        font-family: 'Poppins', sans-serif;
        font-size: 0.95rem;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
    }

    .firelight-frontend-modal .firelight-btn-submit:hover {
        transform: translateY(-2px);
        box-shadow: 0 10px 25px rgba(102, 126, 234, 0.3);
    }

    .firelight-message {
        padding: 15px 20px;
        border-radius: 8px;
        margin-bottom: 15px;
        display: flex;
        align-items: center;
        gap: 12px;
        animation: slideIn 0.3s ease;
    }

    .firelight-message.success {
        background: #d4edda;
        color: #155724;
        border-left: 4px solid #28a745;
    }

    .firelight-message.error {
        background: #f8d7da;
        color: #721c24;
        border-left: 4px solid #dc3545;
    }

    @keyframes slideIn {
        from {
            opacity: 0;
            transform: translateX(-20px);
        }
        to {
            opacity: 1;
            transform: translateX(0);
        }
    }

    @media (max-width: 768px) {
        .firelight-frontend-modal .firelight-modal-content {
            max-width: 100%;
        }

        .firelight-frontend-modal .firelight-modal-body {
            padding: 20px;
        }
    }