/*
Theme Name: TeluguCinema360 Premium
Theme URI: https://telugucinema360.com
Author: TeluguCinema360
Description: Premium Magazine Style WordPress Theme
Version: 2.0
Text Domain: telugucinema360
*/


            /* ==========================================
               ROOT VARIABLES
            ========================================== */
            :root {
                --chrome-yellow: #ffb300;
                --black: #000000;
                --dark-bg: #0a0a0a;
                --dark-bg-light: #141414;
            }

            /* ==========================================
               LOGO AREA – default (desktop) white
            ========================================== */
            .logo-area {
                background: #ffffff;
                border-bottom: 1px solid #e5e5e5;
                padding: 14px 0 12px;
            }

            /* ---- DESKTOP LOGO: max-height 115px ---- */
            .site-logo img {
                max-height: 115px;
                width: auto;
            }
            .logo-col img {
                    width:auto;
                    max-height:115px!important;
                }

            .site-title-text {
                font-size: 2.8rem;
                font-weight: 800;
                color: #000000;
                letter-spacing: -0.5px;
                line-height: 1.2;
            }
            .site-title-text .chrome {
                color: var(--chrome-yellow);
                text-shadow: 0 0 8px rgba(255, 179, 0, 0.2);
            }

            /* ---- Mobile toggle button ---- */
            .hamburger-btn {
                background: transparent;
                border: none;
                font-size: 1.8rem;
                color: #000000;
                padding: 0.4rem 0.6rem;
                transition: color 0.2s;
            }
            .hamburger-btn:hover {
                color: #91481C;
            }
            .hamburger-btn:focus {
                outline: none;
            }

            /* ==========================================
               MAIN NAV – Chrome Yellow
            ========================================== */
            .main-nav {
                background: var(--chrome-yellow) !important;
                border-bottom: none;
                padding: 0;
                box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
                min-height: 35px;
            }

            .nav-scroll-wrapper {
                overflow-x: auto;
                overflow-y: hidden;
                white-space: nowrap;
                -webkit-overflow-scrolling: touch;
                scrollbar-width: thin;
                scrollbar-color: rgba(0, 0, 0, 0.25) rgba(0, 0, 0, 0.05);
                padding: 4px 0;
            }
            .nav-scroll-wrapper::-webkit-scrollbar {
                height: 4px;
            }
            .nav-scroll-wrapper::-webkit-scrollbar-track {
                background: rgba(0, 0, 0, 0.06);
                border-radius: 4px;
            }
            .nav-scroll-wrapper::-webkit-scrollbar-thumb {
                background: rgba(0, 0, 0, 0.25);
                border-radius: 4px;
            }

            .nav-menu {
                display: flex;
                flex-wrap: nowrap;
                list-style: none;
                margin: 0;
                padding: 0;
                gap: 0;
            }
            .nav-menu li {
                display: inline-block;
                white-space: nowrap;
            }
            .nav-menu a {
                display: inline-block;
                color: #000000 !important;
                font-weight: 600;
                font-size: 1rem;
                padding: 0.7rem 1rem;
                text-decoration: none;
                transition: all 0.2s;
                letter-spacing: 0.3px;
                position: relative;
            }
            .nav-menu a:hover {
                opacity: 0.75;
            }
            .current-menu-item a,
            .current_page_item a {
                border-bottom: 2.5px solid #000000;
                padding-bottom: 0.6rem;
            }

            /* Dropdown */
            .dropdown-menu {
                background: var(--chrome-yellow);
                border: none;
                border-radius: 8px;
                margin-top: 0;
                padding: 0.5rem;
                box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
            }
            .dropdown-item {
                color: #000000;
                font-weight: 600;
                border-radius: 6px;
            }
            .dropdown-item:hover {
                background: rgba(0, 0, 0, 0.1);
                color: #000000;
            }

            /* Desktop: centre menu, remove scroll */
            @media (min-width: 992px) {
                .nav-scroll-wrapper {
                    overflow-x: visible;
                    white-space: normal;
                    text-align: center;
                }
                .nav-menu {
                    justify-content: center;
                    flex-wrap: wrap;
                }
                .nav-menu a {
                    padding: 0.3rem 1rem;
                }
                .current-menu-item a,
                .current_page_item a {
                    padding-bottom: 0.3rem;
                }
            }

            /* ==========================================
               BREAKING NEWS
            ========================================== */
            .breaking-news {
                background: #ffffff;
                border-top: 1px solid #e5e5e5;
                border-bottom: 1px solid #e5e5e5;
                padding: 8px 0;
            }
            .breaking-label {
                background: #000000;
                color: #ffffff;
                padding: 4px 14px;
                border-radius: 30px;
                font-weight: 800;
                font-size: 0.7rem;
                letter-spacing: 1px;
                margin-right: 15px;
                white-space: nowrap;
                flex-shrink: 0;
            }
            marquee {
                color: #111111;
                font-weight: 500;
                flex: 1;
            }
            marquee a {
                color: #111111;
                text-decoration: none;
                transition: color 0.2s;
            }
            marquee a:hover {
                color: #91481C;
            }

            /* ==========================================
               MOBILE OFF‑CANVAS
            ========================================== */
            .offcanvas {
                background: #ffffff;
                border-right: 2px solid var(--chrome-yellow);
            }
            .offcanvas-header {
                border-bottom: 1px solid #e5e5e5;
            }
            .mobile-menu-list {
                list-style: none;
                padding: 0;
                margin: 0;
            }
            .mobile-menu-list li {
                border-bottom: 1px solid #f0f0f0;
            }
            .mobile-menu-list a {
                display: block;
                padding: 0.8rem 1rem;
                color: #000000;
                font-weight: 600;
                text-decoration: none;
                transition: background 0.2s;
            }
            .mobile-menu-list a:hover {
                background: var(--chrome-yellow);
                color: #000000;
            }
            .mobile-menu-list .current-menu-item a {
                background: var(--chrome-yellow);
            }

            /* ==========================================
               MOBILE SPECIFIC – Gradient background
            ========================================== */
            @media (max-width: 767px) {
                /* ---- Top logo area: right‑to‑left gradient chrome‑yellow → white ---- */
                .logo-area {
                    background: linear-gradient(to left, #ffb300, #ffffff);
                    /* from right (chrome) to left (white) */
                    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
                    padding: 10px 0 8px;
                }

                /* ---- MOBILE LOGO HEIGHT 50px ---- */
                .site-logo img {
                    max-height: 50px;
                }
                .logo-col img {
                    width:auto;
                    max-height:40px!important;
                }

                .site-title-text {
                    font-size: 1.5rem;
                }

                .hamburger-btn {
                    font-size: 1.5rem;
                    color: #000000;
                }
                .hamburger-btn:hover {
                    color: #ffffff;
                }

                .nav-menu a {
                    font-size: 0.85rem;
                    padding: 0.55rem 0.75rem;
                }
                .breaking-label {
                    font-size: 0.6rem;
                    padding: 2px 10px;
                }
                .current-menu-item a,
                .current_page_item a {
                    padding-bottom: 0.45rem;
                }
            }

            @media (max-width: 575px) {
                .logo-area {
                    padding: 6px 0 4px;
                    /* keep gradient */
                }

                .site-logo img {
                    max-height: 50px;
                }
                .logo-col img {
                    width:auto;
                    max-height:40px!important;
                }

                .site-title-text {
                    font-size: 1.2rem;
                    letter-spacing: -0.3px;
                }
                .hamburger-btn {
                    font-size: 1.3rem;
                    padding: 0.2rem 0.4rem;
                }
                .nav-menu a {
                    font-size: 0.78rem;
                    padding: 0.45rem 0.6rem;
                    letter-spacing: 0.2px;
                }
                .main-nav {
                    min-height: 40px;
                }
                .nav-scroll-wrapper {
                    padding: 2px 0;
                }
                .current-menu-item a,
                .current_page_item a {
                    border-bottom-width: 2px;
                    padding-bottom: 0.35rem;
                }
                .logo-col {
                    display: flex;
                    align-items: center;
                }
                .toggle-col {
                    display: flex;
                    align-items: center;
                    justify-content: flex-end;
                }
            }

            /* Desktop: hide toggle, centre logo */
            @media (min-width: 768px) {
                .toggle-col {
                    display: none !important;
                }
                .logo-col {
                    flex: 0 0 100%;
                    max-width: 100%;
                    text-align: center;
                }
            }

            /* ==========================================
               ACCESSIBILITY
            ========================================== */
            @media (prefers-reduced-motion: reduce) {
                .hamburger-btn {
                    transition: none;
                }
                marquee {
                    animation-duration: 60s !important;
                }
            }
            
            
            /*header styles end*/
            
            

/* homepage styles */
:root {
    --chrome-yellow: #ffb300;
    --black: #000000;
    --border-light: #e5e5e5;
    --text-dark: #111111;
    --text-medium: #333333;
    --text-muted: #666666;
}

.home-container {
    background: #ffffff;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
    color: var(--text-dark);
}

/* ========== SECTION TITLES (Responsive) ========== */
.section-title {
    font-size: 1.75rem;
    font-weight: 800;
    color: var(--black);
    position: relative;
    padding-left: 0.9rem;
    margin: 0;
}
.section-title::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.2rem;
    width: 4px;
    height: 1.6rem;
    background: var(--chrome-yellow);
    border-radius: 4px;
}
.section-title-sm {
    font-size: 1.3rem;
    font-weight: 800;
    color: var(--black);
    position: relative;
    padding-left: 0.8rem;
    margin: 0;
}
.section-title-sm::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.2rem;
    width: 4px;
    height: 1.2rem;
    background: var(--chrome-yellow);
    border-radius: 4px;
}
.view-all {
    color: var(--black);
    text-decoration: none;
    font-weight: 600;
    transition: color 0.2s;
    font-size: 0.9rem;
}
.view-all:hover {
    color: #91481C;
}



/* Latest News Items */
.latest-news-item {
    display: flex;
    gap: 0.75rem;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid var(--border-light);
}
.latest-news-item:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}
.latest-thumb {
    width: 70px;
    min-width: 70px;
    border-radius: 0.75rem;
    overflow: hidden;
}
.latest-thumb img {
    width: 100%;
    height: 60px;
    object-fit: cover;
    display: block;
}
.latest-title {
    color: var(--black);
    font-size: 0.85rem;
    font-weight: 500;
    line-height: 1.45;
    text-decoration: none;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.latest-title:hover {
    color: #91481C;
}

/* Telugu News List */
.telugu-news-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.telugu-news-list li {
    border-bottom: 1px solid var(--border-light);
    padding: 0.6rem 0;
}
.telugu-news-list li:last-child {
    border-bottom: none;
}
.telugu-news-list a {
    text-decoration: none;
    color: var(--black);
    font-size: 0.85rem;
    font-weight: 500;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.telugu-news-list a:hover {
    color: #91481C;
}

/* ========== SLIDER (Fully Responsive) ========== */
.modern-slider {
    position: relative;
}
.slider-img {
    height: 250px;
    object-fit: cover;
}
.carousel-inner {
    border-radius: 1rem;
}
.slider-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.75), rgba(0,0,0,0.1));
}
.carousel-caption {
    left: 20px;
    right: 20px;
    bottom: 20px;
    text-align: left;
    padding: 0;
}
.carousel-caption h2 {
    font-size: 1.2rem;
    font-weight: 800;
    margin-bottom: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.chrome-badge {
    background: var(--chrome-yellow);
    color: var(--black);
    font-weight: 700;
    border-radius: 2rem;
    font-size: 0.7rem;
    padding: 0.25rem 0.75rem !important;
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-color: rgba(0,0,0,0.5);
    border-radius: 50%;
    padding: 0.7rem;
    background-size: 50%;
    width: 2rem;
    height: 2rem;
}
.carousel-control-prev-icon:hover,
.carousel-control-next-icon:hover {
    background-color: #91481C;
}

/* Tablet and up */
@media (min-width: 768px) {
    .slider-img {
        height: 400px;
    }
    .carousel-caption h2 {
        font-size: 1.6rem;
    }
    .carousel-caption {
        left: 30px;
        right: 30px;
        bottom: 30px;
    }
    .chrome-badge {
        font-size: 0.8rem;
    }
}
@media (min-width: 992px) {
    .slider-img {
        height: 520px;
    }
    .carousel-caption h2 {
        font-size: 2rem;
    }
}

/* ========== TRAILER CARDS ========== */
.trailer-card {
    background: #ffffff;
    border: 1px solid var(--border-light);
    border-radius: 1rem;
    overflow: hidden;
    transition: all 0.25s ease;
}
.trailer-card:hover {
    transform: translateY(-4px);
    border-color: #91481C;
    box-shadow: 0 8px 20px rgba(0,0,0,0.05);
}
.trailer-img {
    width: 100%;
    height: 120px;
    object-fit: cover;
    display: block;
}
.trailer-title {
    color: var(--black);
    text-decoration: none;
    font-size: 0.75rem;
    font-weight: 700;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.trailer-title:hover {
    color: #91481C;
}
@media (min-width: 768px) {
    .trailer-img {
        height: 140px;
    }
    .trailer-title {
        font-size: 0.8rem;
    }
}

/* ========== MOVIE CARDS ========== */
.movie-card {
    background: #ffffff;
    border: 1px solid var(--border-light);
    border-radius: 1rem;
    overflow: hidden;
    transition: all 0.25s ease;
}
.movie-card:hover {
    transform: translateY(-4px);
    border-color: #91481C;
    box-shadow: 0 8px 20px rgba(0,0,0,0.05);
}
.movie-poster {
    width: 100%;
    aspect-ratio: 2/3;
    object-fit: cover;
    display: block;
}
.movie-no-image {
    width: 100%;
    aspect-ratio: 2/3;
    background: #f5f5f5;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--text-muted);
    font-size: 0.7rem;
}
.movie-content {
    padding: 0.5rem;
    text-align: center;
}
.movie-title {
    color: var(--black);
    text-decoration: none;
    font-weight: 700;
    font-size: 0.75rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.movie-title:hover {
    color: #91481C;
}
@media (min-width: 768px) {
    .movie-content {
        padding: 0.75rem;
    }
    .movie-title {
        font-size: 0.85rem;
    }
}

/* ========== RESPONSIVE SPACING & LAYOUT ========== */
@media (max-width: 991px) {
    
    .section-title {
        font-size: 1.5rem;
    }
    .section-title-sm {
        font-size: 1.2rem;
    }
    .row.g-4 {
        --bs-gutter-y: 1.5rem;
    }
}
@media (max-width: 767px) {
    .container {
        padding-left: 15px;
        padding-right: 15px;
    }
    .latest-thumb {
        width: 60px;
        min-width: 60px;
    }
    .latest-thumb img {
        height: 55px;
    }
    .latest-title {
        font-size: 0.8rem;
    }
    .telugu-news-list a {
        font-size: 0.8rem;
    }
}

/* homepage styles end*/

/* Fix container width for mobile */
.container {
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 12px;
    padding-right: 12px;
}

/* Extra small devices (phones, less than 576px) */
@media (max-width: 575.98px) {
    .container {
        padding-left: 8px;
        padding-right: 8px;
    }
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}

/* Custom: your original 1200px width for very large screens */
@media (min-width: 1400px) {
    .container {
        max-width: 1200px;
    }
}


.single-meta{
    color:#000;
    margin-bottom:20px;
}

.single-content{
    background:#fff;
    padding:35px;
    border-radius:12px;
    line-height:2;
    font-size:19px;
}

.single-content p{
    margin-bottom:25px;
}



@media(max-width:768px){

.hero-overlay h1{
    font-size:28px;
}

.site-logo{
    font-size:34px;
}

.single-title{
    font-size:30px;
}

.hero-main img{
    height:320px;
}

}


/*single style starts */

    /* ==============================================
       MODERN SINGLE POST STYLES - NO BACKGROUNDS
       Clean, transparent, minimal
    ============================================== */
    
    :root {
        --primary-color: #3b82f6;
        --primary-dark: #2563eb;
        --text-dark: #000;
        --text-medium: #334155;
        --text-light: #64748b;
        --border-light: #e2e8f0;
        --shadow-sm: 0 1px 2px 0 rgb(0 0 0 / 0.05);
        --shadow-md: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
        --radius-md: 0.75rem;
        --radius-lg: 1rem;
        --radius-xl: 1.5rem;
    }
    
    /* Base Typography - No Background */
    .modern-single-container {
        font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
        color: var(--text-dark);
        line-height: 1.6;
    }
    
    /* No Card Background or Shadow */
    .modern-article {
        background: transparent;
        border-radius: 0;
        box-shadow: none;
        overflow: visible;
    }
    
    /* Article Header */
    .article-header {
        padding: 0 0 0 0;
    }
    
    /* Category Badges */
    .post-categories {
        display: flex;
        flex-wrap: wrap;
        gap: 0.5rem;
    }
    
    .cat-badge {
        display: inline-block;
        background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);
        color: white;
        font-size: 0.75rem;
        font-weight: 600;
        padding: 0.25rem 0.75rem;
        border-radius: 2rem;
        text-decoration: none;
        transition: all 0.2s ease;
        letter-spacing: 0.3px;
    }
    
    .cat-badge:hover {
        background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%);
        transform: translateY(-1px);
        color: white;
        text-decoration: none;
    }
    
    /* Article Title */
    .article-title {
        font-size: 2.5rem;
        font-weight: 800;
        line-height: 1.2;
        margin: 1rem 0 1.25rem 0;
        color: var(--text-dark);
        letter-spacing: -0.02em;
    }
    
    @media (max-width: 768px) {
        .article-title {
            font-size: 1.875rem;
        }
    }
    
    /* Article Meta */
    .article-meta {
        display: flex;
        flex-wrap: wrap;
        gap: 1.5rem;
        padding-bottom: 1.5rem;
        border-bottom: 2px solid var(--border-light);
        margin-bottom: 1.5rem;
    }
    
    .meta-item {
        display: inline-flex;
        align-items: center;
        gap: 0.5rem;
        font-size: 0.875rem;
        color: var(--text-light);
    }
    
    .meta-icon {
        font-size: 1rem;
    }
    
    .author-avatar-sm {
        width: 24px;
        height: 24px;
        border-radius: 50%;
        object-fit: cover;
    }
    
    .meta-item a {
        color: var(--text-medium);
        text-decoration: none;
        transition: color 0.2s;
        font-weight: 500;
    }
    
    .meta-item a:hover {
        color: var(--primary-color);
    }
    
    /* Article Content */
    .article-content {
        padding: 0;
        font-size: 1.125rem;
        color: var(--text-medium);
    }
    
    .article-content p {
        margin-bottom: 1.5rem;
    }
    
    .article-content h2 {
        font-size: 1.875rem;
        font-weight: 700;
        margin-top: 2rem;
        margin-bottom: 1rem;
        color: var(--text-dark);
    }
    
    .article-content h3 {
        font-size: 1.5rem;
        font-weight: 600;
        margin-top: 1.5rem;
        margin-bottom: 0.75rem;
    }
    
    .article-content blockquote {
        border-left: 4px solid var(--primary-color);
        padding: 1rem 1.5rem;
        margin: 1.5rem 0;
        background: transparent;
        border-radius: var(--radius-md);
        font-style: italic;
        color: var(--text-dark);
    }
    
    .article-content code {
        background: #f1f5f9;
        padding: 0.2rem 0.4rem;
        border-radius: 0.375rem;
        font-size: 0.875em;
    }
    
    .article-content pre {
        background: #1e293b;
        color: #e2e8f0;
        padding: 1rem;
        border-radius: var(--radius-md);
        overflow-x: auto;
    }
    
    .article-content img {
        max-width: 100%;
        height: auto;
        border-radius: var(--radius-md);
        margin: 1rem 0;
    }
    
    @media (max-width: 768px) {
        .article-content {
            font-size: 1rem;
        }
    }
    
    /* Page Links */
    .page-links {
        margin: 2rem 0;
        padding: 1rem;
        background: transparent;
        border: 1px solid var(--border-light);
        border-radius: var(--radius-md);
        text-align: center;
    }
    
    .page-link {
        display: inline-block;
        padding: 0.5rem 0.75rem;
        margin: 0 0.25rem;
        background: white;
        border: 1px solid var(--border-light);
        border-radius: 0.375rem;
        text-decoration: none;
        color: var(--primary-color);
    }
    
    /* Article Footer */
    .article-footer {
        padding: 1.5rem 0 0 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
        gap: 1rem;
        border-top: 1px solid var(--border-light);
        margin-top: 1rem;
    }
    
    .post-tags {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        gap: 0.75rem;
    }
    
    .tags-label {
        font-weight: 600;
        color: var(--text-dark);
    }
    
    .tag-list {
        display: inline-flex;
        flex-wrap: wrap;
        gap: 0.5rem;
    }
    
    .tag-list a {
        display: inline-block;
        background: #f1f5f9;
        padding: 0.25rem 0.75rem;
        border-radius: 2rem;
        font-size: 0.75rem;
        text-decoration: none;
        color: var(--text-medium);
        transition: all 0.2s;
    }
    
    .tag-list a:hover {
        background: var(--primary-color);
        color: white;
    }
    
    .btn-edit {
        display: inline-flex;
        align-items: center;
        gap: 0.5rem;
        background: transparent;
        border: 1px solid var(--border-light);
        padding: 0.5rem 1rem;
        border-radius: 2rem;
        text-decoration: none;
        font-size: 0.875rem;
        color: var(--text-medium);
        transition: all 0.2s;
    }
    
    .btn-edit:hover {
        background: var(--primary-color);
        color: white;
        border-color: var(--primary-color);
    }
    
    /* Author Bio Card - No Background */
    .author-bio-card {
        display: flex;
        gap: 1.5rem;
        padding: 2rem 0;
        margin: 2rem 0;
        border-top: 1px solid var(--border-light);
        border-bottom: 1px solid var(--border-light);
        align-items: center;
    }
    
    .author-avatar img {
        width: 80px;
        height: 80px;
        border-radius: 50%;
        object-fit: cover;
        border: 2px solid var(--border-light);
    }
    
    .author-info {
        flex: 1;
    }
    
    .author-name {
        font-size: 1.25rem;
        font-weight: 700;
        margin: 0 0 0.5rem 0;
        color: var(--text-dark);
    }
    
    .author-description {
        font-size: 0.875rem;
        color: var(--text-light);
        margin-bottom: 0.75rem;
        line-height: 1.5;
    }
    
    .author-archive-link {
        font-size: 0.875rem;
        font-weight: 500;
        color: var(--primary-color);
        text-decoration: none;
    }
    
    .author-archive-link:hover {
        text-decoration: underline;
    }
    
    @media (max-width: 640px) {
        .author-bio-card {
            flex-direction: column;
            text-align: center;
            padding: 1.5rem 0;
        }
    }
    
    /* Social Sharing */
    .social-share {
        padding: 1.5rem 0 0 0;
        border-top: 1px solid var(--border-light);
        margin-top: 1rem;
    }
    
    .share-label {
        display: block;
        font-weight: 600;
        margin-bottom: 1rem;
        color: var(--text-dark);
    }
    
    .share-buttons {
        display: flex;
        flex-wrap: wrap;
        gap: 0.75rem;
    }
    
    .share-btn {
        display: inline-flex;
        align-items: center;
        gap: 0.5rem;
        padding: 0.5rem 1rem;
        border-radius: 2rem;
        text-decoration: none;
        font-size: 0.875rem;
        font-weight: 500;
        transition: all 0.2s;
    }
    
    .share-btn.twitter {
        background: #1DA1F2;
        color: white;
    }
    .share-btn.facebook {
        background: #1877F2;
        color: white;
    }
    .share-btn.linkedin {
        background: #0A66C2;
        color: white;
    }
    .share-btn.email {
        background: #6c757d;
        color: white;
    }
    .share-btn:hover {
        transform: translateY(-2px);
        filter: brightness(1.05);
        color: white;
    }
    
    /* Post Navigation */
    .post-navigation-modern {
        display: flex;
        justify-content: space-between;
        padding: 1.5rem 0 0 0;
        border-top: 1px solid var(--border-light);
        gap: 1rem;
        flex-wrap: wrap;
    }
    
    .post-navigation-modern a {
        display: inline-block;
        padding: 0.5rem 1rem;
        background: transparent;
        border: 1px solid var(--border-light);
        border-radius: 2rem;
        text-decoration: none;
        font-size: 0.875rem;
        font-weight: 500;
        color: var(--text-medium);
        transition: all 0.2s;
    }
    
    .post-navigation-modern a:hover {
        background: var(--primary-color);
        color: white;
        border-color: var(--primary-color);
        transform: translateX(4px);
    }
    
    .nav-previous a:hover {
        transform: translateX(-4px);
    }
    
    
/*single styles end*/


/* ========================= */
/* MOVIES SECTION */
/* ========================= */

.movie-card{
    background:#fff;
    border-radius:18px;
    overflow:hidden;
    box-shadow:0 8px 25px rgba(0,0,0,.05);
    transition:.3s;
    height:100%;
}

.movie-card:hover{
    transform:translateY(-5px);
}

.movie-poster{
    width:100%;
    aspect-ratio:2/3;
    object-fit:cover;
    display:block;
    background:#eee;
}

.movie-no-image{
    aspect-ratio:2/3;
    background:#eee;
    display:flex;
    align-items:center;
    justify-content:center;
    font-weight:700;
    color:#666;
}

.movie-content{
    padding:12px;
    text-align:center;
}

.movie-title{
    color:#111;
    text-decoration:none;
    font-size:14px;
    font-weight:700;
    line-height:1.5;
    display:block;
    min-height:42px;
}

.movie-title:hover{
    color:#ffcc00;
}

/* MOBILE */

@media(max-width:991px){

    .movie-title{
        font-size:13px;
    }

}

/* ========================= */
/* REVIEW SECTION */
/* ========================= */

.review-card{
    background:#fff;
    border-radius:18px;
    overflow:hidden;
    box-shadow:0 8px 25px rgba(0,0,0,.05);
    transition:.3s;
    height:100%;
}

.review-card:hover{
    transform:translateY(-5px);
}

.review-poster{
    width:100%;
    aspect-ratio:2/3;
    object-fit:cover;
    display:block;
    background:#eee;
}

.review-content{
    padding:12px;
    text-align:center;
}

.movie-rating{
    font-size:13px;
    font-weight:700;
    color:#ff9800;
    margin-bottom:8px;
}

.review-title{
    color:#111;
    text-decoration:none;
    font-size:14px;
    font-weight:700;
    line-height:1.5;

    display:-webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
    overflow:hidden;
    text-overflow:ellipsis;

    min-height:42px;
}

.review-title:hover{
    color:#ffcc00;
}

/* MOBILE */

@media(max-width:991px){

    .review-title{
        font-size:13px;
    }

}




/* ==============================================
   FOOTER
============================================== */
.footer-main {
    background: linear-gradient(135deg, #0a0a0a 0%, #141414 50%, #1a1a1a 100%);
    padding: 3rem 0 1.5rem;
    margin-top: 3rem;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    color: #e0e0e0;
    border-top: 3px solid #ffb300;
    position: relative;
    overflow: hidden;
}
/* Subtle decorative circle */
.footer-main::before {
    content: '';
    position: absolute;
    top: -50px;
    right: -50px;
    width: 200px;
    height: 200px;
    background: rgba(255, 179, 0, 0.03);
    border-radius: 50%;
    pointer-events: none;
}

.footer-logo {
    font-size: 1.8rem;
    font-weight: 800;
    color: #ffffff;
    margin-bottom: 1rem;
    letter-spacing: -0.5px;
}
.footer-logo .chrome {
    color: #ffb300;
    text-shadow: 0 0 5px rgba(255, 179, 0, 0.3);
}
.footer-description {
    font-size: 0.9rem;
    line-height: 1.6;
    color: #cccccc;
    max-width: 260px;
}

/* Social Icons */
.social-icons {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}
.social-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    background: rgba(255,255,255,0.08);
    border-radius: 50%;
    color: #ffffff;
    font-size: 1.1rem;
    transition: all 0.3s ease;
    text-decoration: none;
}
.social-icon:hover {
    background: #ffb300;
    color: #000000;
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(255, 179, 0, 0.3);
}

/* Footer Titles */
.footer-title {
    font-size: 1.2rem;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 1.25rem;
    position: relative;
    padding-bottom: 0.5rem;
    letter-spacing: 0.5px;
}
.footer-title::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 45px;
    height: 3px;
    background: #ffb300;
    border-radius: 3px;
}

/* Footer Links */
.footer-links li {
    margin-bottom: 0.6rem;
}
.footer-links a {
    color: #dddddd;
    text-decoration: none;
    font-size: 0.9rem;
    transition: all 0.2s;
    display: inline-block;
}
.footer-links a i {
    font-size: 0.7rem;
    transition: transform 0.2s;
}
.footer-links a:hover {
    color: #ffb300;
    transform: translateX(5px);
}
.footer-links a:hover i {
    transform: translateX(3px);
}

/* Newsletter Form */
.newsletter-text {
    font-size: 0.85rem;
    color: #cccccc;
    margin-bottom: 1rem;
}
.newsletter-form .input-group {
    background: rgba(255,255,255,0.05);
    border-radius: 50px;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,0.1);
    transition: all 0.2s;
}
.newsletter-form .input-group:focus-within {
    border-color: #ffb300;
    box-shadow: 0 0 0 2px rgba(255, 179, 0, 0.2);
}
.newsletter-form .form-control {
    background: transparent;
    border: none;
    color: #ffffff;
    padding: 0.7rem 1rem;
    font-size: 0.85rem;
}
.newsletter-form .form-control::placeholder {
    color: #aaaaaa;
}
.newsletter-form .form-control:focus {
    background: transparent;
    box-shadow: none;
    outline: none;
}
.btn-subscribe {
    background: #ffb300;
    color: #000000;
    border: none;
    padding: 0.7rem 1.2rem;
    font-weight: 700;
    font-size: 0.8rem;
    transition: all 0.2s;
}
.btn-subscribe:hover {
    background: #e6a100;
    color: #000;
}
.small-text {
    font-size: 0.7rem;
    color: #999999;
    margin-bottom: 0;
}

/* Copyright */
.copyright {
    text-align: center;
    padding-top: 2rem;
    margin-top: 2rem;
    border-top: 1px solid rgba(255,255,255,0.08);
    font-size: 0.8rem;
    color: #888888;
}
.copyright p {
    margin-bottom: 0;
}
.copyright i {
    margin: 0 2px;
}

/* Responsive */
@media (max-width: 767px) {
    .footer-main {
        padding: 2rem 0 1rem;
        text-align: center;
    }
    .footer-description {
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    .footer-title::after {
        left: 50%;
        transform: translateX(-50%);
        width: 60px;
    }
    .footer-links li {
        display: inline-block;
        margin: 0 0.8rem 0.5rem;
    }
    .footer-links a:hover {
        transform: translateX(0);
    }
    .social-icons {
        justify-content: center;
    }
    .newsletter-form .input-group {
        max-width: 350px;
        margin: 0 auto;
    }
}
@media (max-width: 991px) and (min-width: 768px) {
    .footer-main {
        text-align: left;
    }
}


/* release dates homepage */
.release-widget{
    background:#fff;
    border:1px solid #e5e5e5;
    border-radius:8px;
    overflow:hidden;
}

.widget-header{
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding:12px 15px;
    border-bottom:1px solid #eee;
}

.widget-header h3{
    margin:0;
    font-size:18px;
    font-weight:700;
}

.widget-header a{
    text-decoration:none;
    font-size:14px;
    font-weight:600;
}

.release-table{
    width:100%;
}

.release-table td{
    padding:10px 15px;
    border-bottom:1px solid #f2f2f2;
}

.release-table tr:last-child td{
    border-bottom:none;
}

.release-table td:last-child{
    text-align:right;
    white-space:nowrap;
    font-weight:600;
}

/* release dates homepage end */

.py-lg-5 {
   padding-top:10px!important;
   padding-bottom:10px !important;
}

@media (min-width: 992px) {
    .py-lg-5 {
        padding-top: 0.5rem !important;
        padding-bottom: 1rem !important;
    }
}




 /* ==============================================
       MODERN TRENDING WIDGET STYLES
       Matches the main single post template
    ============================================== */
    
    .sidebar-widget.trending-widget {
        background: var(--bg-card, #ffffff);
        border-radius: var(--radius-lg, 1rem);
        padding: 1.5rem;
        margin-bottom: 2rem;
        box-shadow: var(--shadow-md, 0 4px 6px -1px rgb(0 0 0 / 0.1));
        transition: transform 0.2s ease, box-shadow 0.2s ease;
    }
    
    .sidebar-widget.trending-widget:hover {
        transform: translateY(-3px);
        box-shadow: var(--shadow-lg, 0 10px 15px -3px rgb(0 0 0 / 0.1));
    }
    
    .widget-title-modern {
        font-size: 1.35rem;
        font-weight: 700;
        margin: 0 0 1.25rem 0;
        padding-bottom: 0.75rem;
        border-bottom: 3px solid var(--primary-color, #3b82f6);
        display: inline-flex;
        align-items: center;
        gap: 0.5rem;
        color: var(--text-dark, #1e293b);
    }
    
    .title-icon {
        font-size: 1.3rem;
    }
    
    .trending-list {
        display: flex;
        flex-direction: column;
        gap: 1rem;
    }
    
    .trending-item {
        transition: all 0.2s ease;
        border-radius: var(--radius-md, 0.75rem);
        background: var(--bg-light, #f8fafc);
        overflow: hidden;
    }
    
    .trending-item:hover {
        background: linear-gradient(135deg, #f8fafc 0%, #ffffff 100%);
        transform: translateX(5px);
    }
    
    .trending-link {
        display: flex;
        gap: 1rem;
        padding: 0.75rem;
        text-decoration: none;
        align-items: center;
    }
    
    .trending-thumb {
        flex-shrink: 0;
        width: 70px;
        height: 70px;
        border-radius: 0.75rem;
        overflow: hidden;
        background: #e2e8f0;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .trending-img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform 0.3s ease;
    }
    
    .trending-item:hover .trending-img {
        transform: scale(1.05);
    }
    
    .trending-placeholder {
        font-size: 2rem;
        opacity: 0.5;
    }
    
    .trending-content {
        flex: 1;
    }
    
    .trending-title {
        font-size: 0.95rem;
        font-weight: 600;
        line-height: 1.4;
        margin: 0 0 0.35rem 0;
        color: var(--text-dark, #1e293b);
        transition: color 0.2s;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
    
    .trending-link:hover .trending-title {
        color: var(--primary-color, #3b82f6);
    }
    
    .trending-meta {
        font-size: 0.7rem;
        color: var(--text-light, #64748b);
        display: flex;
        align-items: center;
        gap: 0.5rem;
    }
    
    .trending-date::before {
        content: "📅";
        margin-right: 0.25rem;
        font-size: 0.7rem;
    }
    
    .no-trending {
        color: var(--text-light, #64748b);
        font-style: italic;
        padding: 1rem 0;
        text-align: center;
    }
    
    /* Dark mode / responsive touch */
    @media (max-width: 768px) {
        .sidebar-widget.trending-widget {
            padding: 1rem;
        }
        .trending-thumb {
            width: 55px;
            height: 55px;
        }
        .trending-title {
            font-size: 0.85rem;
        }
    }
    
    /*sidebar styles end*/
    
    /* home web stories*/
    .story-card{
    border-radius:12px;
    overflow:hidden;
    background:#fff;
    box-shadow:0 2px 8px rgba(0,0,0,.08);
}

.story-thumb{
    width:100%;
    aspect-ratio:9/16;   /* Vertical Web Story */
    object-fit:cover;
    display:block;
    border-radius:10px;
}

.story-title{
    display:block;
    font-size:14px;
    font-weight:600;
    color:#222;
    text-decoration:none;
    line-height:1.4;
}

.story-title:hover{
    color:#AD6936;
}
 /* home web stories end */
 
 /* Responsive YouTube Embeds */
.wp-block-embed,
.wp-block-embed__wrapper {
    max-width: 100%;
}

.wp-block-embed iframe,
.wp-embedded-content,
iframe[src*="youtube.com"],
iframe[src*="youtu.be"] {
    width: 100% !important;
    max-width: 100%;
    aspect-ratio: 16 / 9;
    height: auto !important;
    display: block;
}
 /* Responsive YouTube Embeds */
 
    