/*
Theme Name: Jayabheri Daily Reference
Theme URI: https://example.com/
Author: Jayabheri Daily
Description: Telugu news theme inspired by the supplied Jayabheri Daily reference layout.
Version: 2.8.0
Text Domain: jayabheri-reference
*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+Telugu:wght@400;500;600;700&family=Roboto:wght@400;500;700&display=swap');

:root{--red:#c9151d;--red2:#e31a1a;--blue:#203d7a;--yellow:#ffd900;--green:#00a651;--purple:#7b2aa4;--text:#171717;--muted:#777;--line:#d8d8d8;--container:1175px}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:#fff;color:var(--text);font-family:'Noto Serif Telugu','Noto Serif',Georgia,serif;font-size:16px;line-height:1.55}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}a:hover{color:var(--red)}button,input{font:inherit}.container{width:min(var(--container),calc(100% - 40px));margin:0 auto}

/* Header */
.site-header{background:#fff}.brand-row{background:var(--yellow);min-height:125px;padding:20px 0}.brand-inner{display:flex;align-items:center;justify-content:space-between;gap:40px}.brand{display:flex;align-items:center;min-width:320px}.brand-logo-img{max-height:92px;width:auto}.brand-text{font-size:70px;line-height:1;font-weight:700;color:#154b9e;letter-spacing:-4px}.brand-tag{font-size:13px;color:#154b9e;display:block;margin-bottom:-4px}.header-ad{height:90px;width:62%;background:#eee;display:flex;align-items:center;justify-content:center;color:#aaa;font-family:Roboto,Arial,sans-serif;font-size:13px}

.main-nav{background:var(--red);color:#fff}.nav-inner{display:flex;align-items:stretch;min-height:50px}.nav-list{display:flex;align-items:stretch;gap:0;margin:0;padding:0;list-style:none;flex:1}.nav-list>li{position:relative}.nav-list>li>a,.more-toggle{display:flex;align-items:center;height:50px;padding:0 20px;color:#fff;font-size:17px;white-space:nowrap}.nav-list>li>a:hover,.more-toggle:hover{background:#a90e15;color:#fff}.more-toggle{border:0;background:transparent;cursor:pointer}.more-menu{position:absolute;right:0;top:50px;z-index:30;background:#fff;color:#333;width:190px;box-shadow:0 4px 15px rgba(0,0,0,.2);display:none}.more-menu.is-open{display:block}.more-menu a{display:block;padding:9px 16px;border-bottom:1px solid #eee;font-family:'Noto Serif Telugu',Georgia,serif}.nav-actions{display:flex;align-items:center;gap:15px;padding-left:10px}.nav-pill{background:var(--yellow);color:#c9151d!important;border-radius:5px;padding:8px 22px;font-family:Roboto,Arial,sans-serif;font-weight:700}.nav-pill:hover{background:#fff;color:#c9151d!important}

/* Breaking */
.breaking{border-bottom:1px solid #ccc;border-top:1px solid #ddd;background:#fff}.breaking-inner{display:grid;grid-template-columns:110px 1fr 160px;align-items:center;height:38px}.breaking-label{background:#154b9e;color:#fff;height:38px;display:flex;align-items:center;justify-content:center;font-family:Roboto,Arial,sans-serif;font-weight:500}.ticker{overflow:hidden;white-space:nowrap}.ticker-track{display:inline-flex;gap:55px;animation:ticker 35s linear infinite}.ticker a{color:#222;font-size:16px}.breaking-date{text-align:right;font-family:Roboto,Arial,sans-serif;font-size:14px;color:#555;white-space:nowrap}@keyframes ticker{from{transform:translateX(0)}to{transform:translateX(-50%)}}

/* Featured */
.feature-wrap{padding:15px 0 35px}.feature-grid{display:grid;grid-template-columns:minmax(0,2.15fr) minmax(300px,1fr);gap:25px;align-items:start}.slider{position:relative;height:420px;overflow:hidden;background:#222}.slide{position:absolute;inset:0;opacity:0;visibility:hidden;transition:opacity .45s ease}.slide.is-active{opacity:1;visibility:visible}.slide img{width:100%;height:100%;object-fit:cover}.slide:after{content:'';position:absolute;inset:45% 0 0;background:linear-gradient(transparent,rgba(0,0,0,.92))}.slide-caption{position:absolute;z-index:2;left:25px;right:25px;bottom:22px;color:#fff}.slide-cat{display:inline-block;background:var(--red2);padding:4px 10px;border-radius:2px;font-size:14px;color:#fff}.slide-title{font-size:30px;line-height:1.2;font-weight:700;margin-top:10px;text-shadow:0 1px 2px #000}.slider-arrow{position:absolute;z-index:4;top:50%;transform:translateY(-50%);width:40px;height:50px;border:0;background:rgba(0,0,0,.25);color:#fff;font-size:32px;cursor:pointer}.slider-arrow.prev{left:8px}.slider-arrow.next{right:8px}.slider-dots{display:flex;justify-content:center;gap:6px;padding-top:10px}.slider-dot{width:8px;height:8px;border:0;background:#bbb;padding:0;cursor:pointer}.slider-dot.is-active{background:#777}
.media-box{height:205px;background:#111;display:flex;align-items:center;justify-content:center;color:#fff;font-family:Roboto,Arial,sans-serif;overflow:hidden}.media-box video{width:100%;height:100%;object-fit:cover}.media-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#112b56,#d51a22);font-size:22px;letter-spacing:2px}.discover{margin-top:30px;border:1px solid #d5d5d5}.discover-title{background:#eaf2ff;padding:10px 18px;font-size:21px}.discover a{display:flex;justify-content:space-between;padding:14px 20px;border-top:1px solid #eee;font-family:Roboto,Arial,sans-serif;color:#333}.discover a span{color:#999;font-size:25px}

/* Section blocks */
.content-layout{display:grid;grid-template-columns:minmax(0,2.1fr) minmax(290px,1fr);gap:40px}.section-block{margin-bottom:34px}.section-heading{font-size:26px;margin:0 0 14px;padding-bottom:7px;border-bottom:1px dotted #aaa;position:relative}.section-heading:after{content:'';position:absolute;left:0;bottom:-1px;width:100px;height:3px;background:var(--red)}.section-heading.green{color:#009c4a}.section-heading.green:after{background:#009c4a}.section-heading.blue{color:#155be0}.section-heading.blue:after{background:#155be0}.section-heading.purple{color:#7a299f}.section-heading.purple:after{background:#7a299f}.category-grid{display:grid;grid-template-columns:1.45fr 1fr;gap:20px}.lead-card img{width:100%;height:270px;object-fit:cover}.lead-card h3{font-size:24px;line-height:1.35;margin:8px 0}.mini-list{display:flex;flex-direction:column;gap:10px}.mini-card{display:grid;grid-template-columns:170px 1fr;gap:10px;padding-bottom:9px;border-bottom:1px dotted #bbb}.mini-card img{width:170px;height:92px;object-fit:cover}.mini-card h4{margin:0;font-size:17px;line-height:1.35;font-weight:500}.more-link{text-align:right;margin-top:10px}.more-link a{background:#f47d2a;color:#fff;padding:5px 12px;font-family:Roboto,Arial,sans-serif;font-size:14px}.sidebar .widget{border-top:3px solid #009c4a;margin-bottom:25px;padding-top:6px}.widget-title{font-size:25px;margin:0 0 8px}.latest-item{display:grid;grid-template-columns:170px 1fr;gap:10px;padding:9px 0;border-bottom:1px dotted #bbb}.latest-item img{width:170px;height:82px;object-fit:cover}.latest-item a{font-size:17px;line-height:1.35}.epaper-card{margin-top:20px;text-align:center}.epaper-card img{width:100%;height:330px;object-fit:contain;background:#fff}.epaper-button{display:block;background:var(--red);color:#fff;font-family:Roboto,Arial,sans-serif;font-size:34px;font-weight:700;padding:5px}.photos-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:20px}.photo-card img{width:100%;aspect-ratio:1/1;object-fit:cover}.photo-card strong{display:block;margin-top:5px;font-family:Roboto,Arial,sans-serif;font-size:15px}

/* Footer */
.site-footer{margin-top:30px;background:var(--red);color:#fff}.footer-main{padding:35px 0}.footer-grid{display:grid;grid-template-columns:1fr 2fr 1fr;gap:35px;align-items:start}.footer-logo{font-size:62px;font-weight:700;letter-spacing:-3px}.footer-main p{margin:3px 0;font-family:Roboto,Arial,sans-serif}.footer-links{font-family:Roboto,Arial,sans-serif;line-height:1.9}.footer-social{display:flex;justify-content:flex-end;gap:8px;flex-wrap:wrap}.social{width:34px;height:34px;border-radius:50%;background:#fff;color:#154b9e;display:flex;align-items:center;justify-content:center;font-family:Roboto,Arial,sans-serif;font-weight:700}.footer-bottom{background:var(--blue);padding:16px 0;text-align:center;font-family:Roboto,Arial,sans-serif;font-size:14px}.back-top{position:fixed;right:18px;bottom:18px;width:35px;height:35px;border-radius:50%;background:var(--red);color:#fff;display:flex;align-items:center;justify-content:center;font-size:20px;z-index:50}

/* Single/archive */
.page-wrap{padding:35px 0}.post-card{max-width:850px}.post-card .entry-title{font-size:38px;line-height:1.25;margin:0 0 12px}.post-meta{color:#777;font-family:Roboto,Arial,sans-serif;font-size:13px;margin-bottom:20px}.entry-content{font-size:18px;line-height:1.9}.entry-content img{margin:15px 0}.archive-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}.archive-card{border-bottom:1px dotted #aaa;padding-bottom:15px}.archive-card img{height:220px;width:100%;object-fit:cover}.archive-card h2{font-size:22px;line-height:1.35}

@media(max-width:1000px){.brand-inner{gap:20px}.header-ad{width:50%}.nav-list>li>a,.more-toggle{padding:0 12px;font-size:15px}.feature-grid,.content-layout{grid-template-columns:1fr}.sidebar{display:grid;grid-template-columns:1fr 1fr;gap:25px}.photos-grid{grid-template-columns:repeat(3,1fr)}.footer-grid{grid-template-columns:1fr 1fr}.footer-social{justify-content:flex-start}}
@media(max-width:700px){.container{width:min(100% - 24px,var(--container))}.brand-row{min-height:100px}.brand-text{font-size:48px}.header-ad{display:none}.nav-inner{overflow-x:auto}.nav-list{flex:0 0 auto}.nav-actions{flex:0 0 auto}.breaking-inner{grid-template-columns:95px 1fr;height:38px}.breaking-date{display:none}.slider{height:300px}.slide-title{font-size:23px}.category-grid{grid-template-columns:1fr}.lead-card img{height:230px}.mini-card{grid-template-columns:125px 1fr}.mini-card img{width:125px;height:75px}.sidebar{display:block}.latest-item{grid-template-columns:130px 1fr}.latest-item img{width:130px;height:75px}.photos-grid{grid-template-columns:repeat(2,1fr);gap:14px}.footer-grid{grid-template-columns:1fr}.footer-social{justify-content:flex-start}.footer-logo{font-size:50px}.archive-grid{grid-template-columns:1fr}}

@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+Telugu:wght@400;500;600;700;800&display=swap');

body {
    margin: 0;

    font-family: "Noto Serif Telugu", "Noto Sans Telugu", serif;
    margin: 0;
    padding: 0;
    color: #222;
    background: #ffffff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Noto Serif Telugu", serif;
}
nav,
button,
input {
    font-family: "Noto Sans Telugu", sans-serif;
}


.site-container,
.main-container,
.container {
    width: 1110px;
    max-width: calc(100% - 30px);
    margin: 0,auto;}

.site-main {
    width: 100%;
}

.main-content-area {
    display: grid;
    grid-template-columns: minmax(0, 2fr) minmax(300px, 1fr);
    gap: 28px;
    align-items: start;
}

/* =========================================================
   HEADER
========================================================= */

.site-header {
    background: #ffd800;
    width: 100%;
    padding: 20px 0;
}

.header-inner {
    width: 1110px;
    max-width: calc(100% - 30px);
    min-height: 110px;
    margin: 0 auto;

    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}
.site-logo img {
    max-width: 280px;
    height: auto;
}
.site-branding {
    flex: 0 0 390px;
}

.site-branding img {
    max-width: 390px;
    max-height: 125px;
    width: auto;
    height: auto;
    object-fit: contain;
}

.header-ad {
    flex: 1;
    width: 680px;
    height: 90px;
    background: #eeeeee;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #777;
}
/* =========================================================
   MAIN NAVIGATION
========================================================= */

.main-navigation {
    background: #d10d17;
    width: 100%;
}

.main-navigation .menu {
    width: 1110px;
    max-width: calc(100% - 30px);
    margin: 0 auto;

    min-height: 52px;

    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 0;
}
.main-navigation .container {
    display: flex;
    align-items: center;
}

.main-navigation ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
}

.main-navigation li {
    position: relative;
}
.main-navigation a {
    color: #ffffff;
    text-decoration: none;

    display: block;

    padding: 16px 20px;

    font-family: "Noto Serif Telugu", serif;
    font-size: 16px;
    line-height: 1;

    white-space: nowrap;
}

.main-navigation a:hover {
    background: #a90f15;
}

.main-navigation .epaper-button,
.main-navigation .tv-button {
    background: #ffdc00;
    color: #b60000;

    border-radius: 5px;

    margin: 6px 5px;
    padding: 11px 24px;

    font-family: Arial, sans-serif;
    font-weight: 700;
}

.main-navigation .epaper-button:hover,
.main-navigation .tv-button:hover {
    background: #ffffff;
}
/* =========================================================
   BREAKING NEWS
========================================================= */

.breaking-news {
    width: 100%;
    height: 42px;

    border-bottom: 1px solid #cccccc;
    background: #ffffff;

    display: flex;
    align-items: center;
}

.breaking-news-inner {
    width: 1110px;
    max-width: calc(100% - 30px);
    margin: 0 auto;

    display: flex;
    align-items: center;
}

.breaking-label {
    background: #164d9b;
    color: #ffffff;

    height: 34px;

    display: flex;
    align-items: center;

    padding: 11px 15px;

    font-family: Arial, sans-serif;
    font-size: 14px;
    font-weight: 700;

    white-space: nowrap;
}

.breaking-content {
    flex: 1;
    overflow: hidden;
    white-space: nowrap;
}

.breaking-content a {
    color: #222;
    text-decoration: none;

    font-family: "Noto Serif Telugu", serif;
    font-size: 15px;

    padding-left: 25px;
}

.breaking-date {
    color: #555;

    font-family: Arial, sans-serif;
    font-size: 13px;

    white-space: nowrap;
    padding-left: 15px;
}
/* =========================================================
   FEATURED AREA
========================================================= */

.featured-area {
    width: 1110px;
    max-width: calc(100% - 30px);

    margin-top: 15px;

    display: grid;
    grid-template-columns: 740px 350px;
    gap: 20px;
}

.featured-slider {
    position: relative;

    width: 100%;
    height: 420px;

    overflow: hidden;

    border-radius: 2px;
    background: #222;
}

.featured-slide {
    position: absolute;
    inset: 0;

    width: 100%;
    height: 100%;
}

.featured-slide img {
    width: 100%;
    height: 100%;

    object-fit: cover;
}

.featured-slide::after {
    content: "";

    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;

    height: 48%;

    background: linear-gradient(
        transparent,
        rgba(0,0,0,.9)
    );
}

.featured-content {
    position: absolute;

    left: 25px;
    right: 25px;
    bottom: 25px;

    z-index: 3;

    color: #ffffff;
}
.featured-overlay {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 80px 25px 25px;
    background: linear-gradient(
        transparent,
        rgba(0,0,0,.9)
    );
    color: #fff;
}

.featured-overlay h2 {
    font-size: 32px;
    line-height: 1.25;
    margin: 10px 0 0;
}

.featured-content h2 {
    margin: 0;

    font-family: "Noto Serif Telugu", serif;
    font-size: 31px;
    line-height: 1.3;

    font-weight: 700;
}

.featured-category {
    display: inline-block;

    background: #d90000;
    color: #ffffff;

    padding: 7px 12px;
    margin-bottom: 12px;

    font-family: "Noto Serif Telugu", serif;
    font-size: 13px;

    border-radius: 3px;
}
.featured-prev,
.featured-next {
    position: absolute;

    top: 50%;
    transform: translateY(-50%);

    z-index: 5;

    width: 38px;
    height: 38px;

    border: 0;
    background: rgba(0,0,0,.25);

    color: #ffffff;

    font-size: 30px;
    line-height: 38px;

    cursor: pointer;
}

.featured-prev {
    left: 15px;
}

.featured-next {
    right: 15px;
}

.featured-prev:hover,
.featured-next:hover {
    background: rgba(0,0,0,.55);
}
.featured-dots {
    text-align: center;
    padding: 10px 0;
}

.featured-dot {
    display: inline-block;

    width: 7px;
    height: 7px;

    margin: 0 3px;

    background: #bdbdbd;

    cursor: pointer;
}

.featured-dot.active {
    background: #777777;
}
/* =========================================================
   CATEGORY SECTIONS
========================================================= */

.news-category-section {
    width: 100%;
    margin-bottom: 35px;
}

.category-title {
    margin: 0 0 15px;

    padding-bottom: 7px;

    border-bottom: 1px dotted #cccccc;

    font-family: "Noto Serif Telugu", serif;
    font-size: 25px;
    font-weight: 500;

    color: #e65100;
}

.category-title::after {
    content: "";

    display: block;

    width: 82px;
    height: 3px;

    margin-top: 6px;

    background: #e65100;
}

.category-news-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.55fr) minmax(0, 1fr);

    gap: 20px;
}

.category-lead img {
    display: block;

    width: 100%;
    height: 270px;

    object-fit: cover;
}

.category-lead h3 {
    margin: 8px 0 0;

    font-family: "Noto Serif Telugu", serif;
    font-size: 24px;
    line-height: 1.35;
}

.category-small-news {
    display: grid;
    grid-template-columns: 170px 1fr;

    gap: 10px;

    padding-bottom: 10px;
    margin-bottom: 10px;

    border-bottom: 1px dotted #cccccc;
}

.category-small-news img {
    width: 170px;
    height: 95px;

    object-fit: cover;
}

.category-small-news h4 {
    margin: 0;

    font-family: "Noto Serif Telugu", serif;
    font-size: 17px;
    line-height: 1.35;

    font-weight: 400;
}
/* =========================================================
   LATEST POSTS
========================================================= */

.latest-posts-widget {
    border: 0;
}

.latest-posts-widget h2 {
    margin: 0 0 15px;

    padding-bottom: 8px;

    border-bottom: 1px dotted #cccccc;

    color: #009b45;

    font-family: Arial, sans-serif;
    font-size: 23px;
}

.latest-post-item {
    display: grid;

    grid-template-columns: 170px 1fr;

    gap: 10px;

    padding-bottom: 10px;
    margin-bottom: 10px;

    border-bottom: 1px dotted #cccccc;
}

.latest-post-item img {
    width: 170px;
    height: 95px;

    object-fit: cover;
}

.latest-post-item h3 {
    margin: 0;

    font-family: "Noto Serif Telugu", serif;
    font-size: 16px;
    line-height: 1.4;

    font-weight: 400;
}
/* =========================================================
   PHOTO SECTION
========================================================= */

.photo-section {
    width: 1110px;
    max-width: calc(100% - 30px);

    margin: 35px auto;
}

.photo-grid {
    display: grid;

    grid-template-columns:
        repeat(6, minmax(0, 1fr));

    gap: 20px;
}

.photo-item img {
    width: 100%;
    height: 200px;

    object-fit: cover;
}

.photo-item h3 {
    margin: 7px 0 0;

    font-family: Arial, sans-serif;
    font-size: 15px;
    line-height: 1.3;
}
/* =========================================================
   FOOTER
========================================================= */

.site-footer {
    background: #d00f18;
    color: #ffffff;

    margin-top: 40px;
}

.footer-main {
    width: 1110px;
    max-width: calc(100% - 30px);

    margin: 0 auto;

    min-height: 235px;

    padding: 35px 0;

    display: grid;

    grid-template-columns:
        280px 1fr 250px;

    gap: 40px;
}

.footer-logo {
    color: #ffffff;

    font-family: "Noto Serif Telugu", serif;
    font-size: 55px;
    font-weight: 700;
}

.footer-content {
    font-family: Arial, sans-serif;
    font-size: 15px;
    line-height: 1.8;
}

.footer-content a {
    color: #ffffff;
    text-decoration: none;
}

.footer-social {
    display: flex;
    gap: 8px;
    justify-content: flex-end;
}

.footer-social a {
    width: 32px;
    height: 32px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background: #ffffff;
    color: #d00f18;

    text-decoration: none;
}

.footer-bottom {
    background: #233b7a;

    color: #ffffff;

    min-height: 80px;

    display: flex;
    align-items: center;
    justify-content: center;

    text-align: center;

    font-family: Arial, sans-serif;
    font-size: 13px;
}
/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 900px) {

    .header-inner {
        min-height: 110px;
        flex-direction: column;
        padding: 15px 0;
    }

    .site-branding {
        flex: none;
    }

    .site-branding img {
        max-width: 280px;
    }

    .header-ad {
        width: 100%;
        height: 60px;
    }

    .main-navigation .menu {
        overflow-x: auto;
        justify-content: flex-start;
    }

    .main-navigation a {
        padding: 14px 12px;
        font-size: 14px;
    }

    .featured-area {
        grid-template-columns: 1fr;
    }

    .featured-slider {
        height: 350px;
    }

    .main-content-area {
        grid-template-columns: 1fr;
    }

    .category-news-layout {
        grid-template-columns: 1fr;
    }

    .photo-grid {
        grid-template-columns:
            repeat(3, minmax(0, 1fr));
    }

    .footer-main {
        grid-template-columns: 1fr;
        gap: 20px;
    }
}

@media (max-width: 600px) {

    .featured-slider {
        height: 280px;
    }

    .featured-content h2 {
        font-size: 22px;
    }

    .category-small-news,
    .latest-post-item {
        grid-template-columns: 110px 1fr;
    }

    .category-small-news img,
    .latest-post-item img {
        width: 110px;
        height: 75px;
    }

    .photo-grid {
        grid-template-columns:
            repeat(2, minmax(0, 1fr));
    }

    .photo-item img {
        height: 150px;
    }
}
.featured-sidebar {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.featured-video {
    background: #111;
    height: 205px;
}

.featured-links {
    border: 1px solid #ddd;
}

.featured-links-title {
    background: #eaf1fb;
    padding: 12px 15px;
    font-size: 20px;
}

.featured-links a {
    display: block;
    padding: 15px;
    border-top: 1px solid #eee;
    color: #333;
    text-decoration: none;
}
.news-section {
    margin-top: 35px;
}

.news-section-title {
    font-size: 25px;
    font-weight: 600;
    padding-bottom: 8px;
    border-bottom: 1px dotted #aaa;
    margin-bottom: 15px;
}

.news-section-title span {
    display: inline-block;
    border-bottom: 3px solid #e85d04;
    padding-bottom: 7px;
}

.news-section-grid {
    display: grid;
    grid-template-columns: 360px 1fr;
    gap: 20px;
}

.category-main img {
    width: 100%;
    height: 270px;
    object-fit: cover;
}

.category-main h3 {
    font-size: 23px;
    line-height: 1.35;
    margin-top: 10px;
}

.category-small {
    display: grid;
    grid-template-columns: 170px 1fr;
    gap: 10px;
    padding-bottom: 12px;
    margin-bottom: 12px;
    border-bottom: 1px dotted #bbb;
}

.category-small img {
    width: 170px;
    height: 100px;
    object-fit: cover;
}

.category-small h4 {
    margin: 0;
    font-size: 17px;
    line-height: 1.35;
}
.latest-posts {
    border-left: 1px solid #ddd;
    padding-left: 20px;
}

.latest-posts-title {
    color: #079447;
    font-size: 24px;
    font-weight: 600;
    border-bottom: 2px solid #079447;
    padding-bottom: 8px;
    margin-bottom: 10px;
}

.latest-post {
    display: grid;
    grid-template-columns: 170px 1fr;
    gap: 10px;
    padding: 10px 0;
    border-bottom: 1px dotted #bbb;
}

.latest-post img {
    width: 170px;
    height: 100px;
    object-fit: cover;
}

.latest-post h4 {
    margin: 0;
    font-size: 16px;
    line-height: 1.4;
}
.photo-section {
    margin: 40px 0;
}

.photo-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 15px;
}

.photo-card img {
    width: 100%;
    height: 170px;
    object-fit: cover;
}

.photo-card-title {
    font-weight: 600;
    font-size: 15px;
    padding-top: 7px;
}
.site-footer {
    margin-top: 40px;
}

.footer-main {
    background: #cf1019;
    color: #fff;
    padding: 40px 0;
}

.footer-grid {
    display: grid;
    grid-template-columns: 280px 1fr 280px;
    gap: 30px;
}

.footer-logo {
    font-size: 50px;
    font-weight: 700;
}

.footer-main a {
    color: #fff;
    text-decoration: none;
}

.footer-bottom {
    background: #203b7c;
    color: #fff;
    text-align: center;
    padding: 20px;
}
@media (max-width: 900px) {

    .featured-area {
        grid-template-columns: 1fr;
    }

    .featured-sidebar {
        display: none;
    }

    .news-section-grid {
        grid-template-columns: 1fr;
    }

    .latest-posts {
        border-left: 0;
        padding-left: 0;
        margin-top: 30px;
    }

    .photo-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .footer-grid {
        grid-template-columns: 1fr;
    }

    .main-navigation ul {
        overflow-x: auto;
    }

}

@media (max-width: 600px) {

    .header-inner {
        flex-direction: column;
        gap: 15px;
    }

    .header-ad {
        width: 100%;
    }

    .featured-slider {
        height: 320px;
    }

    .featured-overlay h2 {
        font-size: 23px;
    }

    .category-small {
        grid-template-columns: 120px 1fr;
    }

    .category-small img {
        width: 120px;
        height: 80px;
    }

    .photo-grid {
        grid-template-columns: repeat(2, 1fr);
    }

}
/* =========================================================
   FEATURED NEWS SLIDER
   ========================================================= */

.featured-section {
    padding: 30px 0 20px;
    background: #fff;
}


.section-heading {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;

    border-bottom: 1px solid #d4d4d4;

    margin-bottom: 20px;
    padding-bottom: 10px;
}


.section-kicker {
    display: block;

    color: #d40000;

    font-family: Arial, sans-serif;

    font-size: 12px;
    font-weight: 700;

    letter-spacing: 2px;

    margin-bottom: 3px;
}


.section-heading h2 {
    margin: 0;

    font-family:
        "Noto Serif Telugu",
        serif;

    font-size: 28px;

    line-height: 1.2;

    color: #111;
}


.section-heading > a {
    color: #d40000;

    font-size: 14px;

    font-weight: 600;

    text-decoration: none;
}


.section-heading > a:hover {
    text-decoration: underline;
}


/* MAIN FEATURED LAYOUT */

.featured-layout {
    display: grid;

    grid-template-columns:
        minmax(0, 740px)
        350px;

    gap: 20px;

    align-items: start;
}


/* SLIDER */

.featured-slider {
    position: relative;

    width: 100%;

    height: 420px;

    overflow: hidden;

    background: #222;

    border-radius: 4px;
}


.featured-slide {
    position: absolute;

    inset: 0;

    width: 100%;
    height: 100%;

    opacity: 0;

    visibility: hidden;

    transition:
        opacity .6s ease,
        visibility .6s ease;

    z-index: 1;
}


.featured-slide.active {
    opacity: 1;

    visibility: visible;

    z-index: 2;
}


/* IMAGE */

.featured-image-link {
    display: block;

    width: 100%;
    height: 100%;
}


.featured-image {
    display: block;

    width: 100%;
    height: 100%;

    object-fit: cover;
}


/* IMAGE PLACEHOLDER */

.featured-placeholder {
    width: 100%;
    height: 100%;

    display: flex;

    align-items: center;
    justify-content: center;

    background:
        linear-gradient(
            135deg,
            #444,
            #111
        );

    color: #fff;

    font-size: 22px;

    font-weight: 700;
}


/* DARK GRADIENT */

.featured-overlay {
    position: absolute;

    left: 0;
    right: 0;
    bottom: 0;

    padding:
        100px
        30px
        30px;

    background:
        linear-gradient(
            to top,
            rgba(0,0,0,.95),
            rgba(0,0,0,.65),
            transparent
        );

    color: #fff;
}


/* CATEGORY */

.featured-category {
    display: inline-block;

    background: #e00000;

    color: #fff;

    padding:
        6px
        12px;

    border-radius: 4px;

    font-family:
        "Noto Sans Telugu",
        sans-serif;

    font-size: 13px;

    font-weight: 600;

    text-decoration: none;

    margin-bottom: 8px;
}


/* TITLE */

.featured-title {
    margin: 5px 0 8px;

    font-family:
        "Noto Serif Telugu",
        serif;

    font-size: 32px;

    line-height: 1.25;

    font-weight: 700;
}


.featured-title a {
    color: #fff;

    text-decoration: none;
}


.featured-title a:hover {
    text-decoration: underline;
}


/* META */

.featured-meta {
    font-family:
        "Noto Sans Telugu",
        sans-serif;

    font-size: 12px;

    color: #eee;
}


/* ARROWS */

.featured-arrow {
    position: absolute;

    top: 50%;

    transform: translateY(-50%);

    width: 42px;
    height: 42px;

    border: 0;

    border-radius: 50%;

    background:
        rgba(0,0,0,.45);

    color: #fff;

    font-size: 36px;

    line-height: 35px;

    cursor: pointer;

    z-index: 10;

    transition:
        background .2s ease;
}


.featured-arrow:hover {
    background:
        rgba(0,0,0,.75);
}


.featured-prev {
    left: 15px;
}


.featured-next {
    right: 15px;
}


/* DOTS */

.featured-dots {
    position: absolute;

    left: 50%;
    bottom: 12px;

    transform: translateX(-50%);

    display: flex;

    gap: 6px;

    z-index: 20;
}


.featured-dot {
    width: 9px;
    height: 9px;

    padding: 0;

    border: 0;

    border-radius: 50%;

    background: rgba(255,255,255,.6);

    cursor: pointer;
}


.featured-dot.active {
    background: #d90000;

    transform: scale(1.25);
}


/* =========================================================
   FEATURED RIGHT SIDEBAR
   ========================================================= */

.featured-sidebar {
    display: flex;

    flex-direction: column;

    gap: 20px;
}


/* VIDEO */

.featured-video-box {
    width: 100%;

    height: 205px;

    overflow: hidden;

    background: #111;
}


.featured-video-box img {
    display: block;

    width: 100%;
    height: 100%;

    object-fit: cover;
}


.video-placeholder {
    width: 100%;
    height: 100%;

    display: flex;

    align-items: center;
    justify-content: center;

    background:
        linear-gradient(
            135deg,
            #18294b,
            #e40000
        );

    color: #fff;

    font-size: 26px;

    font-weight: 700;

    letter-spacing: 5px;
}


/* LINKS */

.featured-links-box {
    border: 1px solid #ddd;

    background: #fff;
}


.featured-links-box h3 {
    margin: 0;

    padding: 12px 15px;

    background: #eaf1fb;

    color: #444;

    font-family:
        "Noto Serif Telugu",
        serif;

    font-size: 20px;

    font-weight: 500;
}


.featured-links-box a {
    display: flex;

    align-items: center;

    justify-content: space-between;

    padding: 14px 18px;

    border-top: 1px solid #eee;

    color: #333;

    font-size: 16px;

    text-decoration: none;
}


.featured-links-box a:hover {
    background: #f7f7f7;
}


.featured-links-box a span {
    color: #999;

    font-size: 28px;

    line-height: 20px;
}
@media (max-width: 1150px) {

    .featured-layout {
        grid-template-columns: minmax(0, 1fr);
    }

    .featured-sidebar {
        display: grid;

        grid-template-columns: 1fr 1fr;
    }

}


@media (max-width: 700px) {

    .container {
        max-width: calc(100% - 20px);
    }

    .featured-slider {
        height: 330px;
    }

    .featured-title {
        font-size: 23px;
    }

    .featured-overlay {
        padding: 80px 18px 25px;
    }

    .featured-sidebar {
        display: block;
    }

    .featured-video-box {
        margin-bottom: 15px;
    }

}
/* =========================================================
   JAYABHERI NEWS - CATEGORY SECTIONS
   ========================================================= */

.jb-home-category-sections {
    width: 100%;
    margin-top: 35px;
}

.jb-category-section {
    margin-bottom: 45px;
}

.jb-section-heading {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    border-bottom: 1px dotted #bdbdbd;
    margin-bottom: 15px;
    padding-bottom: 7px;
}

.jb-section-title-wrap {
    display: inline-block;
}

.jb-section-title {
    margin: 0;
    padding: 0 0 8px 0;

    font-family:
        "Noto Serif Telugu",
        "Noto Sans Telugu",
        serif;

    font-size: 28px;
    font-weight: 500;
    line-height: 1.3;

    color: #e32626;

    border-bottom: 3px solid #e32626;
}

.jb-more-link {
    display: inline-block;

    background: #ff6b24;

    color: #fff;

    padding: 8px 14px;

    text-decoration: none;

    font-size: 14px;

    font-weight: 600;
}

.jb-more-link:hover {
    background: #d90000;
    color: #fff;
}

.jb-category-layout {
    display: grid;

    grid-template-columns:
        minmax(0, 1.6fr)
        minmax(0, 1.4fr);

    gap: 20px;

    align-items: start;
}

/* Main story */

.jb-category-main {
    min-width: 0;
}

.jb-category-main-image {
    display: block;

    width: 100%;

    aspect-ratio: 16 / 10;

    overflow: hidden;

    background: #eee;
}

.jb-category-main-image img {
    width: 100%;
    height: 100%;

    object-fit: cover;

    display: block;

    transition:
        transform 0.4s ease;
}

.jb-category-main-image:hover img {
    transform: scale(1.04);
}

.jb-category-main-content {
    padding-top: 10px;
}

.jb-category-main-content h3 {
    margin: 0 0 7px;

    font-family:
        "Noto Serif Telugu",
        "Noto Sans Telugu",
        serif;

    font-size: 26px;

    line-height: 1.45;

    font-weight: 600;
}

.jb-category-main-content h3 a {
    color: #222;

    text-decoration: none;
}

.jb-category-main-content h3 a:hover {
    color: #d90000;
}

.jb-category-main-content p {
    margin: 5px 0;

    color: #666;

    font-family:
        "Noto Serif Telugu",
        "Noto Sans Telugu",
        serif;

    font-size: 16px;

    line-height: 1.7;
}

.jb-post-date {
    font-family:
        Arial,
        sans-serif;

    color: #777;

    font-size: 12px;

    margin-top: 5px;
}

/* Small story list */

.jb-category-small-list {
    display: flex;

    flex-direction: column;

    gap: 0;
}

.jb-category-small {
    display: grid;

    grid-template-columns: 175px minmax(0, 1fr);

    gap: 12px;

    padding-bottom: 12px;

    margin-bottom: 12px;

    border-bottom: 1px dotted #c9c9c9;
}

.jb-category-small:last-child {
    margin-bottom: 0;
}

.jb-category-small-image {
    display: block;

    width: 175px;

    height: 105px;

    overflow: hidden;

    background: #eee;
}

.jb-category-small-image img {
    display: block;

    width: 100%;
    height: 100%;

    object-fit: cover;

    transition:
        transform 0.3s ease;
}

.jb-category-small-image:hover img {
    transform: scale(1.05);
}

.jb-category-small-content h4 {
    margin: 0 0 5px;

    font-family:
        "Noto Serif Telugu",
        "Noto Sans Telugu",
        serif;

    font-size: 18px;

    line-height: 1.45;

    font-weight: 500;
}

.jb-category-small-content h4 a {
    color: #333;

    text-decoration: none;
}

.jb-category-small-content h4 a:hover {
    color: #d90000;
}

/* Empty image */

.jb-no-image {
    width: 100%;
    height: 100%;

    display: flex;

    align-items: center;
    justify-content: center;

    background:
        linear-gradient(
            135deg,
            #333,
            #111
        );

    color: #fff;

    font-size: 22px;

    font-weight: 700;
}

.jb-no-image.small {
    font-size: 15px;
}

/* =========================================================
   CATEGORY COLORS
   ========================================================= */

.category-telangana .jb-section-title {
    color: #e32626;
    border-color: #e32626;
}

.category-andhra .jb-section-title {
    color: #1769ff;
    border-color: #1769ff;
}

.category-cinema .jb-section-title {
    color: #8e44ad;
    border-color: #8e44ad;
}

.category-sports .jb-section-title {
    color: #d35400;
    border-color: #d35400;
}

/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 900px) {

    .jb-category-layout {
        grid-template-columns: 1fr;
    }

    .jb-category-small {
        grid-template-columns: 150px minmax(0, 1fr);
    }

    .jb-category-small-image {
        width: 150px;
        height: 95px;
    }

}

@media (max-width: 600px) {

    .jb-section-heading {
        align-items: center;
    }

    .jb-section-title {
        font-size: 22px;
    }

    .jb-category-main-content h3 {
        font-size: 21px;
    }

    .jb-category-small {
        grid-template-columns: 120px minmax(0, 1fr);

        gap: 10px;
    }

    .jb-category-small-image {
        width: 120px;
        height: 80px;
    }

    .jb-category-small-content h4 {
        font-size: 16px;
    }

}
/* =========================================================
   REUSABLE JAYABHERI CATEGORY WIDGETS
   ========================================================= */
.jb-home-widgets{padding-top:5px}
.jb-feature-category-with-sidebar{display:grid;grid-template-columns:minmax(0,2.1fr) minmax(290px,1fr);gap:40px;align-items:start;margin-bottom:35px}
.jb-feature-category-column{min-width:0}
.jb-category-sidebar{min-width:0}

.jb-category-section{margin-bottom:35px}
.jb-category-section .jb-section-heading{margin-bottom:15px}
.jb-category-section .jb-section-title{color:var(--jb-accent,#e32626);border-color:var(--jb-accent,#e32626)}
.jb-category-section .jb-section-title a{color:inherit}
.jb-category-section .jb-more-link{background:var(--jb-accent,#e32626);font-family:Roboto,Arial,sans-serif}
.jb-category-section .jb-more-link:hover{background:#111}
.jb-category-section .jb-category-main-content h3 a:hover,.jb-category-section .jb-category-small-content h4 a:hover{color:var(--jb-accent,#e32626)}

.jb-compact-widgets-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:28px;margin:5px 0 38px}
.jb-compact-widget{min-width:0}
.jb-compact-heading{border-bottom:1px dotted #aaa;margin-bottom:10px;padding-bottom:7px;position:relative}
.jb-compact-heading:after{content:'';position:absolute;left:0;bottom:-1px;width:74px;height:3px;background:var(--jb-accent,#155be0)}
.jb-compact-heading h2{margin:0;padding:0;font-family:'Noto Serif Telugu','Noto Sans Telugu',serif;font-size:25px;line-height:1.3;font-weight:500;color:var(--jb-accent,#155be0)}
.jb-compact-heading h2 a{color:inherit}
.jb-compact-list{display:flex;flex-direction:column}
.jb-compact-item{display:grid;grid-template-columns:170px minmax(0,1fr);gap:10px;padding:8px 0;border-bottom:1px dotted #bbb;min-height:105px}
.jb-compact-item:last-child{border-bottom:0}
.jb-compact-image{display:block;width:170px;height:100px;overflow:hidden;background:#eee}
.jb-compact-image img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .3s ease}
.jb-compact-image:hover img{transform:scale(1.04)}
.jb-compact-item h3{margin:0;font-family:'Noto Serif Telugu','Noto Sans Telugu',serif;font-size:17px;line-height:1.42;font-weight:500}
.jb-compact-item h3 a{color:#333}
.jb-compact-item h3 a:hover{color:var(--jb-accent,#155be0)}

.jb-photos-widget{margin:0 0 35px}
.jb-photos-heading{border-bottom:1px dotted #aaa;margin-bottom:10px;padding-bottom:7px;position:relative}
.jb-photos-heading:after{content:'';position:absolute;left:0;bottom:-1px;width:82px;height:3px;background:#7a299f}
.jb-photos-heading h2{margin:0;font-family:'Noto Serif Telugu','Noto Sans Telugu',serif;font-size:28px;line-height:1.3;font-weight:500;color:#7a299f}
.jb-photos-heading h2 a{color:inherit}
.jb-photos-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:20px}
.jb-photo-card{min-width:0}
.jb-photo-image{display:block;width:100%;aspect-ratio:1/1;overflow:hidden;background:#eee}
.jb-photo-image img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .3s ease}
.jb-photo-image:hover img{transform:scale(1.04)}
.jb-photo-card h3{margin:5px 0 0;font-family:Roboto,'Noto Sans Telugu',sans-serif;font-size:15px;line-height:1.35;font-weight:700}
.jb-photo-card h3 a{color:#333}
.jb-photo-card h3 a:hover{color:#7a299f}

@media(max-width:1000px){
  .jb-feature-category-with-sidebar{grid-template-columns:1fr}
  .jb-compact-widgets-grid{grid-template-columns:1fr 1fr}
  .jb-photos-grid{grid-template-columns:repeat(3,1fr)}
}
@media(max-width:700px){
  .jb-compact-widgets-grid{grid-template-columns:1fr}
  .jb-compact-item{grid-template-columns:125px minmax(0,1fr)}
  .jb-compact-image{width:125px;height:80px}
  .jb-photos-grid{grid-template-columns:repeat(2,1fr);gap:14px}
}

/* =========================================================
   Customizer-driven homepage widget grid
   ========================================================= */
.jb-custom-widget-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:30px;align-items:start;padding-top:8px}
.jb-home-widget{min-width:0}
.jb-home-widget--feature,.jb-home-widget--photos{grid-column:1/-1}
.jb-home-widget--list{grid-column:span 1}
.jb-home-widget .jb-category-section,.jb-home-widget .jb-compact-widget,.jb-home-widget .jb-photos-widget{margin-bottom:0}
.jb-home-widget--feature .jb-category-layout{grid-template-columns:minmax(0,1.35fr) minmax(300px,1fr)}
.jb-home-widget--feature .jb-category-main-image{height:330px}
.jb-home-widget--list .jb-compact-list{grid-template-columns:1fr}
.jb-home-widget--list .jb-compact-item{grid-template-columns:145px 1fr}
.jb-home-widget--photos .jb-photos-grid{grid-template-columns:repeat(6,minmax(0,1fr));gap:20px}
@media (max-width: 900px){
  .jb-custom-widget-grid{grid-template-columns:1fr 1fr}
  .jb-home-widget--feature,.jb-home-widget--photos{grid-column:1/-1}
  .jb-home-widget--list{grid-column:span 1}
  .jb-home-widget--feature .jb-category-layout{grid-template-columns:1fr}
  .jb-home-widget--photos .jb-photos-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
}
@media (max-width: 600px){
  .jb-custom-widget-grid{grid-template-columns:1fr}
  .jb-home-widget--feature,.jb-home-widget--photos,.jb-home-widget--list{grid-column:1}
  .jb-home-widget--list .jb-compact-item{grid-template-columns:120px 1fr}
  .jb-home-widget--photos .jb-photos-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}

/* STEP 20–21: WP Admin widget areas */
.header-ad .widget { margin:0; width:100%; height:100%; }
.header-ad .widget-title { display:none; }
.header-ad img { max-width:100%; height:auto; display:block; margin:auto; }
.jb-admin-widget-area { margin-top:28px; margin-bottom:32px; }
.jb-admin-widget-area .widget { margin:0 0 24px; }
.jb-admin-widget-area .widget-title { font-size:24px; margin:0 0 12px; padding-bottom:7px; border-bottom:2px solid #d01920; }
.footer-widget-columns { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:28px; }
@media(max-width:800px){ .footer-widget-columns{grid-template-columns:1fr;} }

/* STEP 22–23: Advertisement Manager + ePaper Manager */
.header-ad > a{display:flex;width:100%;height:100%;align-items:center;justify-content:center}
.header-ad > a img,.header-ad > img{max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain;display:block}
.jb-epaper-home-row{display:flex;justify-content:flex-end;margin-top:25px;margin-bottom:35px}
.jb-epaper-manager-block{width:360px;max-width:100%;text-align:center}
.jb-epaper-manager-block .widget{margin:0}
.jb-epaper-cover{display:block;background:#fff;overflow:hidden;text-decoration:none}
.jb-epaper-cover img{display:block;width:100%;max-height:430px;object-fit:contain;margin:auto}
.jb-epaper-cover-placeholder{display:flex;min-height:300px;align-items:center;justify-content:center;flex-direction:column;background:#f3f3f3;color:#174da5;font:700 34px/1.2 Georgia,serif}
.jb-epaper-cover-placeholder small{font:500 15px/1.5 Roboto,Arial,sans-serif;color:#555;margin-top:8px}
.jb-epaper-button{display:block;margin-top:8px;padding:10px 16px;background:#cf171d;color:#ffe000!important;text-decoration:none;font:700 28px/1.1 Roboto,Arial,sans-serif}
.jb-epaper-button:hover{background:#b70f15;color:#fff!important}
@media(max-width:700px){.jb-epaper-home-row{justify-content:center}.jb-epaper-manager-block{width:100%}}

/* =========================================================
   STEP 24: PHOTOS GALLERY MANAGER
========================================================= */
.jb-photos-widget{--jb-photo-accent:#7a299f}
.jb-photos-heading:after{background:var(--jb-photo-accent)!important}
.jb-photos-heading h2{color:var(--jb-photo-accent)!important}
.jb-photos-grid{grid-template-columns:repeat(var(--jb-photo-columns,6),minmax(0,1fr))!important}
.jb-photo-image{position:relative;aspect-ratio:1/1!important}
.jb-photos-ratio-landscape .jb-photo-image{aspect-ratio:4/3!important}
.jb-photos-ratio-portrait .jb-photo-image{aspect-ratio:3/4!important}
.jb-photo-icon{position:absolute;right:8px;bottom:8px;width:30px;height:30px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:rgba(0,0,0,.62);color:#fff;font:700 18px/1 Arial,sans-serif;opacity:0;transform:translateY(4px);transition:.2s ease}
.jb-photo-image:hover .jb-photo-icon{opacity:1;transform:translateY(0)}
.jb-photo-card h3 a:hover{color:var(--jb-photo-accent)!important}
@media(max-width:1000px){.jb-photos-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}}
@media(max-width:600px){.jb-photos-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:14px!important}.jb-photo-card h3{font-size:14px}}

/* =========================================================
   STEP 25: FOOTER MANAGER
========================================================= */
.footer-main{background:#cf1019;color:#fff;padding:36px 0 30px}
.footer-grid{display:grid;grid-template-columns:250px minmax(0,1fr) 180px;gap:38px;align-items:start}
.footer-logo{font-family:'Noto Serif Telugu',serif;font-size:54px;line-height:1.1;font-weight:700;color:#fff}
.footer-description{margin:8px 0 0;color:#fff;font:500 15px/1.6 Roboto,'Noto Sans Telugu',sans-serif}
.footer-info-column p{margin:0 0 10px;color:#fff;line-height:1.7}.footer-info-column a{color:#fff;text-decoration:none}.footer-info-column a:hover{text-decoration:underline}
.footer-links,.footer-category-links{display:flex;flex-wrap:wrap;gap:7px 16px;margin-top:12px}
.footer-links a,.footer-category-links a{position:relative;font:500 14px/1.5 Roboto,'Noto Sans Telugu',sans-serif;color:#fff}
.footer-links a:not(:last-child):after,.footer-category-links a:not(:last-child):after{content:'•';position:absolute;right:-11px;opacity:.55}
.footer-category-links{margin-top:14px;padding-top:12px;border-top:1px solid rgba(255,255,255,.25)}
.footer-social{display:flex;flex-wrap:wrap;gap:8px;justify-content:flex-end}
.footer-social .social{width:34px;height:34px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#fff;color:#c9151d!important;text-decoration:none!important;font:700 13px/1 Arial,sans-serif;transition:transform .2s ease,background .2s ease}
.footer-social .social:hover{transform:translateY(-2px);background:#ffe000}
.footer-bottom{background:#203b7c;color:#fff;min-height:66px;padding:18px 20px;display:flex;align-items:center;justify-content:center;gap:16px;flex-wrap:wrap;text-align:center;font:500 13px/1.5 Roboto,Arial,sans-serif}
.footer-powered{opacity:.9}
.footer-widget-columns{grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}
.footer-widget-columns .widget{color:#fff}.footer-widget-columns .widget-title{color:#fff;border-bottom-color:#ffe000}.footer-widget-columns a{color:#fff}
@media(max-width:900px){.footer-grid{grid-template-columns:1fr 1fr}.footer-social{justify-content:flex-start}.footer-info-column{grid-column:1/-1;grid-row:2}}
@media(max-width:600px){.footer-grid{grid-template-columns:1fr;gap:24px}.footer-info-column{grid-column:auto;grid-row:auto}.footer-logo{font-size:46px}.footer-social{justify-content:flex-start}.footer-links,.footer-category-links{gap:8px 14px}}

.jb-thumb-placeholder{height:100%;background:linear-gradient(135deg,#eee,#ccc);display:flex;align-items:center;justify-content:center;color:#777;font-family:Roboto,Arial,sans-serif}

/* =========================================================
   STEP 26 — CATEGORY + SINGLE ARTICLE PAGES
========================================================= */
.jb-inner-page{padding:24px 0 45px;background:#fff}
.jb-breadcrumbs{display:flex;gap:8px;align-items:center;flex-wrap:wrap;margin:0 0 18px;color:#777;font-family:"Noto Sans Telugu",Arial,sans-serif;font-size:13px}
.jb-breadcrumbs a{color:#c9151d;text-decoration:none}
.jb-article-layout,.jb-archive-layout{display:grid;grid-template-columns:minmax(0,740px) 350px;gap:20px;align-items:start}
.jb-single-article{min-width:0}
.jb-article-header{padding-bottom:16px;border-bottom:1px solid #e4e4e4;margin-bottom:18px}
.jb-article-category{display:inline-block;background:#c9151d;color:#fff;padding:5px 10px;margin-bottom:10px;text-decoration:none;font-size:13px}
.jb-article-header h1{margin:0 0 12px;font-family:"Noto Serif Telugu",serif;font-size:38px;line-height:1.35;font-weight:700;color:#171717}
.jb-article-meta{display:flex;gap:8px;color:#777;font-family:"Noto Sans Telugu",Arial,sans-serif;font-size:13px}
.jb-article-hero{margin:0 0 22px}
.jb-article-hero img{display:block;width:100%;height:auto;max-height:520px;object-fit:cover}
.jb-article-content{font-family:"Noto Serif Telugu",serif;font-size:18px;line-height:1.95;color:#282828}
.jb-article-content p{margin:0 0 20px}
.jb-article-content img{max-width:100%;height:auto}
.jb-article-content h2,.jb-article-content h3{line-height:1.45;margin:30px 0 12px}
.jb-article-tags{display:flex;gap:8px;flex-wrap:wrap;border-top:1px solid #eee;padding-top:18px;margin-top:28px}
.jb-article-tags a{background:#f2f2f2;color:#333;padding:5px 9px;text-decoration:none;font-size:13px}
.jb-inner-sidebar{min-width:0}
.jb-inner-heading{border-bottom:1px dotted #aaa;margin:35px 0 15px}
.jb-inner-heading h2{display:inline-block;margin:0;padding:0 0 7px;border-bottom:3px solid #c9151d;font-size:25px}
.jb-related-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}
.jb-related-image{display:block;height:155px;overflow:hidden}
.jb-related-image img,.jb-related-image .jb-thumb-placeholder{width:100%;height:100%;object-fit:cover}
.jb-related h3{font-size:18px;line-height:1.45;margin:7px 0 0}
.jb-related h3 a{color:#222;text-decoration:none}
.jb-archive-header{border-bottom:1px dotted #aaa;margin-bottom:20px}
.jb-archive-header h1{display:inline-block;margin:0;padding:0 0 8px;border-bottom:3px solid #c9151d;font-size:30px}
.jb-archive-description{color:#666;margin:8px 0 12px}
.jb-archive-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px 18px}
.jb-archive-card{border-bottom:1px dotted #bbb;padding-bottom:16px}
.jb-archive-image{display:block;height:205px;overflow:hidden;background:#eee}
.jb-archive-image img,.jb-archive-image .jb-thumb-placeholder{display:block;width:100%;height:100%;object-fit:cover}
.jb-archive-card h2{font-size:21px;line-height:1.45;margin:9px 0 5px}
.jb-archive-card h2 a{color:#222;text-decoration:none}
.jb-archive-card p{color:#666;font-size:14px;line-height:1.65;margin:7px 0 0}
.jb-pagination{margin-top:28px}
.jb-pagination .nav-links{display:flex;gap:6px;flex-wrap:wrap}
.jb-pagination .page-numbers{display:inline-flex;min-width:34px;height:34px;padding:0 9px;align-items:center;justify-content:center;border:1px solid #ddd;color:#333;text-decoration:none}
.jb-pagination .current,.jb-pagination a:hover{background:#c9151d;border-color:#c9151d;color:#fff}
@media(max-width:900px){.jb-article-layout,.jb-archive-layout{grid-template-columns:1fr}.jb-inner-sidebar{margin-top:25px}}
@media(max-width:600px){.jb-inner-page{padding-top:15px}.jb-article-header h1{font-size:28px}.jb-article-content{font-size:17px;line-height:1.85}.jb-archive-grid{grid-template-columns:1fr}.jb-related-grid{grid-template-columns:1fr 1fr}.jb-related-image{height:115px}}

/* =========================================================
   STEP 27 — RESPONSIVE MOBILE / TABLET NAVIGATION + POLISH
========================================================= */
.mobile-menu-toggle{display:none}
.mobile-nav-panel{display:contents}

@media(max-width:900px){
  html,body{overflow-x:hidden}
  .container{width:auto;max-width:none;margin-left:15px;margin-right:15px}
  .brand-inner{min-height:auto;padding:15px 0;gap:15px}
  .brand{min-width:0}
  .brand .custom-logo{max-width:250px;height:auto}
  .header-ad{min-width:0;max-width:50%;height:70px}
  .header-ad img{max-width:100%;max-height:70px;object-fit:contain}

  .main-nav{position:relative}
  .nav-inner{display:block;min-height:50px}
  .mobile-menu-toggle{display:flex;width:100%;min-height:50px;align-items:center;gap:10px;border:0;background:transparent;color:#fff;padding:0;font:600 15px "Noto Sans Telugu",Arial,sans-serif;cursor:pointer}
  .mobile-menu-icon{width:24px;display:flex;flex-direction:column;gap:5px}
  .mobile-menu-icon i{display:block;height:2px;background:currentColor;transition:.2s}
  .mobile-menu-toggle.is-open .mobile-menu-icon i:nth-child(1){transform:translateY(7px) rotate(45deg)}
  .mobile-menu-toggle.is-open .mobile-menu-icon i:nth-child(2){opacity:0}
  .mobile-menu-toggle.is-open .mobile-menu-icon i:nth-child(3){transform:translateY(-7px) rotate(-45deg)}

  .mobile-nav-panel{display:none;position:absolute;left:0;right:0;top:50px;background:#c9151d;z-index:9999;padding:5px 15px 16px;box-shadow:0 10px 20px rgba(0,0,0,.18)}
  .mobile-nav-panel.is-open{display:block}
  .nav-list{display:block!important;width:100%;max-height:60vh;overflow-y:auto}
  .nav-list>li{display:block;border-bottom:1px solid rgba(255,255,255,.15)}
  .nav-list>li>a,.more-toggle{width:100%;text-align:left;padding:13px 5px;font-size:15px}
  .more-menu{position:static!important;box-shadow:none;border:0;background:#aa1017;margin-bottom:6px}
  .more-menu a{color:#fff;border-color:rgba(255,255,255,.12)}
  .nav-actions{display:flex!important;gap:8px;padding-top:12px}
  .nav-pill{flex:1}
  .jb-mobile-menu-open{overflow:hidden}

  .breaking{height:auto}
  .breaking-inner{height:38px;grid-template-columns:105px minmax(0,1fr)}
  .breaking-date{display:none}
  .ticker-track{gap:35px}

  .featured-layout{grid-template-columns:1fr!important}
  .featured-sidebar{display:grid!important;grid-template-columns:1fr 1fr;gap:15px}
  .featured-slider{height:390px}
  .content-layout{grid-template-columns:1fr!important}
  .sidebar{margin-top:20px}
  .photo-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}
  .footer-grid,.footer-main{grid-template-columns:1fr!important}
}

@media(max-width:600px){
  .container{margin-left:10px;margin-right:10px}
  .brand-inner{display:block;text-align:center}
  .brand .custom-logo{max-width:220px}
  .header-ad{max-width:100%;width:100%;height:58px;margin-top:12px}
  .header-ad img{max-height:58px}
  .breaking-inner{grid-template-columns:96px minmax(0,1fr)}
  .breaking-label{font-size:12px}
  .ticker a,.ticker span{font-size:14px}

  .featured-section{padding-top:18px}
  .section-heading h2{font-size:23px}
  .featured-slider{height:300px}
  .featured-overlay{padding:75px 18px 28px}
  .featured-title{font-size:23px}
  .featured-arrow{width:36px;height:36px;font-size:29px}
  .featured-sidebar{grid-template-columns:1fr!important}
  .featured-video-box{height:190px}

  .jb-category-layout,.jb-news-grid{grid-template-columns:1fr!important}
  .jb-category-main-image img,.jb-main-story-image img{height:225px}
  .jb-category-main-content h3,.jb-main-story h3{font-size:21px}
  .jb-category-small,.jb-small-story,.jb-latest-post{grid-template-columns:115px minmax(0,1fr)!important}
  .jb-category-small-image,.jb-small-story-image,.jb-latest-image{width:115px!important;height:76px!important}
  .jb-category-small-content h4,.jb-small-story-content h4,.jb-latest-content h4{font-size:15px}

  .photo-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px!important}
  .photo-item img,.jb-photo-card img{height:auto;aspect-ratio:1/1;object-fit:cover}

  .footer-main{padding:28px 0!important;min-height:0!important}
  .footer-logo{font-size:42px!important}
  .footer-social{justify-content:flex-start!important}
  .footer-bottom{min-height:60px!important;padding:15px 10px}

  .jb-related-grid{grid-template-columns:1fr!important}
  .jb-related-image{height:190px}
}

@media(min-width:901px){
  .mobile-nav-panel{display:contents!important}
}

/* =========================================================
   STEP 28 — FINAL QUALITY / ACCESSIBILITY / PERFORMANCE
========================================================= */
.screen-reader-text{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.screen-reader-text:focus{clip:auto!important;width:auto;height:auto;top:8px;left:8px;padding:10px 14px;margin:0;overflow:visible;background:#fff;color:#111;z-index:100000;text-decoration:none;box-shadow:0 0 0 3px #111}
a:focus-visible,button:focus-visible{outline:3px solid currentColor;outline-offset:3px}
img{max-width:100%;height:auto}
iframe,video{max-width:100%}
.jb-article-content iframe{width:100%}
.jb-article-content table{display:block;max-width:100%;overflow-x:auto;border-collapse:collapse}
.jb-article-content blockquote{margin:24px 0;padding:12px 20px;border-left:4px solid #c9151d;background:#f7f7f7}
.jb-article-content a{text-decoration:underline;text-underline-offset:2px}
@media(prefers-reduced-motion:reduce){
  *,*::before,*::after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}
  .ticker-track{animation:none!important;transform:none!important}
}
@media print{
  .main-nav,.breaking,.header-ad,.featured-sidebar,.sidebar,.jb-inner-sidebar,.site-footer,.featured-arrow,.featured-dots{display:none!important}
  body{background:#fff;color:#000}
  .container,.jb-article-layout{width:100%!important;max-width:none!important;margin:0!important;display:block!important}
  .jb-single-article{width:100%!important}
  a{color:#000!important;text-decoration:none!important}
}

/* =========================================================
   STEP 29 — ADVANCED NEWS FEATURES
========================================================= */
.jb-share{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin:0 0 18px;padding:10px 0;border-bottom:1px solid #eee}
.jb-share strong{font-size:14px}
.jb-share a{display:inline-flex;align-items:center;min-height:34px;padding:6px 11px;border:1px solid #ddd;color:#333;text-decoration:none;font:600 13px Arial,sans-serif}
.jb-share a:hover{border-color:#c9151d;color:#c9151d}
.jb-author-box{display:flex;gap:16px;align-items:flex-start;margin:30px 0;padding:20px;background:#f7f7f7;border-left:4px solid #c9151d}
.jb-author-box img{width:72px;height:72px;border-radius:50%}
.jb-author-box span{color:#777;font-size:12px;text-transform:uppercase;letter-spacing:.5px}
.jb-author-box h3{margin:2px 0 5px;font-size:20px}
.jb-author-box p{margin:0;color:#555;line-height:1.6}
.jb-most-read-list{border-top:1px solid #eee}
.jb-most-read-item{display:grid;grid-template-columns:38px minmax(0,1fr);gap:10px;padding:12px 0;border-bottom:1px dotted #bbb}
.jb-most-read-number{display:flex;align-items:center;justify-content:center;width:32px;height:32px;background:#c9151d;color:#fff;font:bold 16px Arial,sans-serif}
.jb-most-read-item h4{margin:0 0 4px;font-family:"Noto Serif Telugu",serif;font-size:16px;line-height:1.45}
.jb-most-read-item h4 a{color:#222;text-decoration:none}
.jb-most-read-item small{color:#888;font-size:11px}
@media(max-width:600px){.jb-author-box{padding:15px}.jb-author-box img{width:58px;height:58px}.jb-share a{flex:1;justify-content:center}}

/* =========================================================
   FINAL RELEASE — SEARCH / NAVIGATION / AD AREAS
========================================================= */
.jb-search-form{display:flex;width:100%;max-width:520px}
.jb-search-form input{min-width:0;flex:1;height:40px;border:1px solid #ccc;padding:0 12px;font:14px "Noto Sans Telugu",Arial,sans-serif}
.jb-search-form button{height:40px;border:0;background:#c9151d;color:#fff;padding:0 16px;font-weight:700;cursor:pointer}
.jb-nav-search{width:210px}
.jb-nav-search .jb-search-form input{height:34px;border:0}
.jb-nav-search .jb-search-form button{height:34px;background:#ffd900;color:#9c0000;padding:0 10px}
.jb-no-results{padding:30px 0}
.jb-no-results h2{margin-top:0}
.jb-post-navigation{display:grid;grid-template-columns:1fr 1fr;gap:20px;border-top:1px solid #ddd;margin-top:30px;padding-top:20px}
.jb-post-navigation a{display:block;color:#222;text-decoration:none;font-family:"Noto Serif Telugu",serif;font-size:17px;line-height:1.5}
.jb-next-post{text-align:right}
.jb-ad-widget{margin:0 0 20px;overflow:hidden}
.jb-ad-widget img{display:block;max-width:100%;height:auto}
@media(max-width:900px){.jb-nav-search{width:100%;padding:10px 0}.jb-nav-search .jb-search-form{max-width:none}}
@media(max-width:600px){.jb-post-navigation{grid-template-columns:1fr}.jb-next-post{text-align:left}}

/* =========================================================
   v2.1 — FOOTER LAYOUT + ADMIN-CONTROLLED LOGO/MENU
========================================================= */
.site-footer .footer-main{padding:32px 0;background:#d4111b;color:#fff}
.site-footer .footer-grid{display:grid!important;grid-template-columns:minmax(210px,26%) minmax(0,1fr) minmax(150px,20%)!important;gap:34px!important;align-items:start!important}
.footer-brand-column,.footer-info-column,.footer-right-column{min-width:0!important;width:auto!important;max-width:none!important}
.footer-logo-image img{display:block;width:auto;max-width:220px;max-height:95px;object-fit:contain}
.footer-logo{font-size:48px;font-weight:800;line-height:1.1}
.footer-description{margin:10px 0 0;font-weight:600}
.footer-contact p{margin:0 0 7px;line-height:1.5;overflow-wrap:anywhere}
.footer-contact a,.footer-links a,.footer-category-links a{color:#fff;text-decoration:none}
.footer-links,.footer-category-links{display:flex!important;flex-wrap:wrap!important;gap:6px 12px!important;margin-top:12px!important;line-height:1.55!important}
.footer-links>a,.footer-category-links>a{display:inline-block!important;width:auto!important;white-space:normal!important}
.footer-menu-list{display:flex!important;flex-wrap:wrap!important;gap:7px 15px!important;list-style:none!important;margin:0!important;padding:0!important}
.footer-menu-list li{display:block!important;width:auto!important;margin:0!important;padding:0!important}
.footer-menu-list a{display:inline-block!important;color:#fff!important;text-decoration:none!important;white-space:normal!important}
.footer-widget-columns{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:18px!important;margin-top:18px}
.footer-widget-columns>div{min-width:0}
.footer-widget-columns ul{margin:0;padding-left:18px}
.footer-social{display:flex!important;flex-wrap:wrap!important;gap:8px!important;justify-content:flex-end!important}
.footer-bottom{display:flex!important;justify-content:center!important;align-items:center!important;gap:12px!important;flex-wrap:wrap!important;text-align:center!important;padding:18px 15px!important;background:#243d78;color:#fff}
@media(max-width:900px){
 .site-footer .footer-grid{grid-template-columns:220px minmax(0,1fr)!important}
 .footer-right-column{grid-column:1/-1}
 .footer-social{justify-content:flex-start!important}
}
@media(max-width:600px){
 .site-footer .footer-grid{grid-template-columns:1fr!important;gap:24px!important}
 .footer-logo-image img{max-width:190px}
 .footer-widget-columns{grid-template-columns:1fr!important}
 .footer-menu-list,.footer-links,.footer-category-links{display:block!important}
 .footer-menu-list li,.footer-links>a,.footer-category-links>a{margin:0 0 8px!important}
}


/* =========================================================
   v2.2 — FINAL HEADER / LOGO / NAVIGATION FIX
   Overrides older development CSS safely.
========================================================= */

/* The header itself must never contribute yellow padding below Breaking News. */
.site-header{
    width:100%!important;
    margin:0!important;
    padding:0!important;
    background:#fff!important;
}

/* Yellow is confined ONLY to the masthead row. */
.site-header .brand-row{
    width:100%!important;
    margin:0!important;
    padding:18px 0!important;
    min-height:0!important;
    background:#ffd900!important;
}

.site-header .brand-inner{
    min-height:118px!important;
    display:flex!important;
    align-items:center!important;
    justify-content:space-between!important;
    gap:32px!important;
    padding:0!important;
}

/* Stable logo size regardless of uploaded image dimensions. */
.site-header .brand,
.site-header .custom-logo-link{
    min-width:0!important;
    flex:0 1 auto!important;
}

.site-header .custom-logo-link{
    display:flex!important;
    align-items:center!important;
}

.site-header .custom-logo,
.site-header .custom-logo-link img{
    display:block!important;
    width:min(var(--jayabheri-header-logo-width,360px),100%)!important;
    max-width:var(--jayabheri-header-logo-width,360px)!important;
    height:auto!important;
    max-height:112px!important;
    object-fit:contain!important;
}

/* Advertisement stays in a predictable 728x90-style zone. */
.site-header .header-ad{
    flex:0 1 700px!important;
    width:auto!important;
    max-width:65%!important;
    height:90px!important;
    min-height:90px!important;
    margin:0!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    overflow:hidden!important;
    background:#eee!important;
}

.site-header .header-ad img{
    display:block!important;
    width:auto!important;
    max-width:100%!important;
    height:auto!important;
    max-height:90px!important;
    object-fit:contain!important;
}

/* Desktop navigation is one stable red row. */
.site-header .main-nav{
    position:relative!important;
    top:auto!important;
    left:auto!important;
    right:auto!important;
    width:100%!important;
    margin:0!important;
    padding:0!important;
    background:#cf1019!important;
    z-index:1000!important;
}

.site-header .nav-inner{
    min-height:52px!important;
    display:flex!important;
    align-items:center!important;
    justify-content:space-between!important;
    gap:12px!important;
    padding:0!important;
}

.site-header .mobile-nav-panel{
    min-width:0!important;
    flex:1 1 auto!important;
}

@media (min-width:901px){
    .site-header .mobile-nav-panel{
        display:flex!important;
        align-items:center!important;
        justify-content:space-between!important;
        gap:12px!important;
    }

    .site-header .nav-list{
        min-width:0!important;
        display:flex!important;
        align-items:center!important;
        flex-wrap:nowrap!important;
        margin:0!important;
        padding:0!important;
        list-style:none!important;
    }

    .site-header .nav-list>li{
        flex:0 0 auto!important;
    }

    .site-header .nav-list>li>a,
    .site-header .more-toggle{
        padding:17px 13px!important;
        white-space:nowrap!important;
        line-height:18px!important;
    }

    .site-header .nav-actions{
        flex:0 0 auto!important;
        display:flex!important;
        align-items:center!important;
        gap:8px!important;
        padding:0!important;
    }

    .site-header .jb-nav-search{
        width:210px!important;
    }
}

/* Breaking News is white and flush against navigation and page content. */
.site-header .breaking{
    width:100%!important;
    height:38px!important;
    margin:0!important;
    padding:0!important;
    border-top:0!important;
    border-bottom:1px solid #d2d2d2!important;
    background:#fff!important;
    overflow:hidden!important;
}

.site-header .breaking-inner{
    height:38px!important;
    margin-top:0!important;
    margin-bottom:0!important;
    padding-top:0!important;
    padding-bottom:0!important;
}

/* Explicitly kill historical yellow spacer behavior. */
.site-header::after,
.site-header .breaking::after{
    content:none!important;
    display:none!important;
}

/* Tablet */
@media (max-width:900px){
    .site-header .brand-row{
        padding:14px 0!important;
    }

    .site-header .brand-inner{
        min-height:94px!important;
        gap:18px!important;
    }

    .site-header .custom-logo,
    .site-header .custom-logo-link img{
        width:min(var(--jayabheri-header-logo-width,300px),300px)!important;
        max-width:300px!important;
        max-height:90px!important;
    }

    .site-header .header-ad{
        max-width:48%!important;
        height:68px!important;
        min-height:68px!important;
    }

    .site-header .header-ad img{
        max-height:68px!important;
    }
}

/* Phone */
@media (max-width:600px){
    .site-header .brand-inner{
        display:flex!important;
        flex-direction:column!important;
        justify-content:center!important;
        text-align:center!important;
        min-height:0!important;
    }

    .site-header .custom-logo,
    .site-header .custom-logo-link img{
        width:min(var(--jayabheri-header-logo-width,220px),220px)!important;
        max-width:220px!important;
        max-height:76px!important;
    }

    .site-header .header-ad{
        width:100%!important;
        max-width:100%!important;
        height:58px!important;
        min-height:58px!important;
    }

    .site-header .header-ad img{
        max-height:58px!important;
    }
}


/* =========================================================
   v2.3 — FINAL FOOTER WIDTH / WRAPPING REPAIR
   Prevents footer content from collapsing into 1-character columns.
========================================================= */

.site-footer,
.site-footer * {
    box-sizing: border-box;
}

.site-footer {
    width: 100% !important;
    overflow: hidden !important;
}

.site-footer .footer-main {
    width: 100% !important;
    padding: 34px 0 !important;
    background: #d4111b !important;
}

.site-footer .footer-main > .container,
.site-footer .footer-grid {
    width: 1110px !important;
    max-width: calc(100% - 30px) !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

/* Force sane desktop proportions */
.site-footer .footer-grid {
    display: grid !important;
    grid-template-columns: 260px minmax(0, 1fr) 220px !important;
    column-gap: 40px !important;
    row-gap: 24px !important;
    align-items: start !important;
}

/* Stop inherited narrow widths/flex rules */
.site-footer .footer-brand-column,
.site-footer .footer-info-column,
.site-footer .footer-right-column,
.site-footer .footer-contact,
.site-footer .footer-links,
.site-footer .footer-category-links,
.site-footer .footer-widget-columns,
.site-footer .footer-social {
    width: auto !important;
    min-width: 0 !important;
    max-width: none !important;
    flex: none !important;
}

/* Prevent words/emails from becoming vertical one-letter columns */
.site-footer p,
.site-footer a,
.site-footer li,
.site-footer span,
.site-footer strong,
.site-footer .footer-description,
.site-footer .footer-contact {
    writing-mode: horizontal-tb !important;
    text-orientation: mixed !important;
    white-space: normal !important;
    word-break: normal !important;
    overflow-wrap: anywhere !important;
    letter-spacing: normal !important;
}

.site-footer .footer-logo-image img {
    display: block !important;
    width: auto !important;
    max-width: 220px !important;
    height: auto !important;
    max-height: 95px !important;
    object-fit: contain !important;
}

.site-footer .footer-logo {
    display: block !important;
    width: auto !important;
    max-width: 240px !important;
    margin: 0 !important;
    font-size: 48px !important;
    line-height: 1.1 !important;
    font-weight: 800 !important;
    white-space: nowrap !important;
}

.site-footer .footer-description {
    margin: 12px 0 0 !important;
    font-size: 14px !important;
    line-height: 1.5 !important;
}

.site-footer .footer-contact {
    display: block !important;
}

.site-footer .footer-contact p {
    display: block !important;
    width: 100% !important;
    margin: 0 0 8px !important;
    font-size: 14px !important;
    line-height: 1.55 !important;
}

.site-footer .footer-contact a {
    display: inline !important;
    color: #fff !important;
}

/* Footer WordPress menu */
.site-footer .footer-menu-list,
.site-footer .footer-links,
.site-footer .footer-category-links {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: wrap !important;
    align-items: center !important;
    gap: 8px 16px !important;
    margin: 14px 0 0 !important;
    padding: 0 !important;
    list-style: none !important;
}

.site-footer .footer-menu-list li,
.site-footer .footer-links > a,
.site-footer .footer-category-links > a {
    display: block !important;
    width: auto !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
}

.site-footer .footer-menu-list a,
.site-footer .footer-links a,
.site-footer .footer-category-links a {
    display: inline-block !important;
    width: auto !important;
    color: #fff !important;
    text-decoration: none !important;
    font-size: 14px !important;
    line-height: 1.5 !important;
}

/* Widget columns, if used */
.site-footer .footer-widget-columns {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 18px !important;
    margin-top: 20px !important;
}

.site-footer .footer-widget-columns > div {
    min-width: 0 !important;
}

.site-footer .footer-widget-columns .widget {
    width: 100% !important;
    margin: 0 !important;
}

/* Social area */
.site-footer .footer-social {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: wrap !important;
    gap: 8px !important;
    justify-content: flex-end !important;
    align-items: center !important;
}

.site-footer .footer-social .social {
    display: inline-flex !important;
    width: 32px !important;
    height: 32px !important;
    min-width: 32px !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 50% !important;
    background: #fff !important;
    color: #d4111b !important;
    text-decoration: none !important;
    overflow-wrap: normal !important;
}

/* Copyright row */
.site-footer .footer-bottom {
    width: 100% !important;
    min-height: 68px !important;
    padding: 18px 20px !important;
    display: flex !important;
    flex-direction: row !important;
    justify-content: center !important;
    align-items: center !important;
    flex-wrap: wrap !important;
    gap: 8px 16px !important;
    background: #243d78 !important;
    color: #fff !important;
    text-align: center !important;
    font-size: 13px !important;
    line-height: 1.5 !important;
}

/* Tablet */
@media (max-width: 900px) {
    .site-footer .footer-main > .container,
    .site-footer .footer-grid {
        width: auto !important;
        max-width: none !important;
        margin-left: 20px !important;
        margin-right: 20px !important;
    }

    .site-footer .footer-grid {
        grid-template-columns: 220px minmax(0, 1fr) !important;
        gap: 28px !important;
    }

    .site-footer .footer-right-column {
        grid-column: 1 / -1 !important;
    }

    .site-footer .footer-social {
        justify-content: flex-start !important;
    }
}

/* Mobile */
@media (max-width: 600px) {
    .site-footer .footer-main > .container,
    .site-footer .footer-grid {
        margin-left: 15px !important;
        margin-right: 15px !important;
    }

    .site-footer .footer-grid {
        grid-template-columns: 1fr !important;
        gap: 24px !important;
    }

    .site-footer .footer-logo {
        font-size: 40px !important;
        white-space: normal !important;
    }

    .site-footer .footer-logo-image img {
        max-width: 190px !important;
    }

    .site-footer .footer-menu-list,
    .site-footer .footer-links,
    .site-footer .footer-category-links {
        display: block !important;
    }

    .site-footer .footer-menu-list li,
    .site-footer .footer-links > a,
    .site-footer .footer-category-links > a {
        margin-bottom: 8px !important;
    }

    .site-footer .footer-widget-columns {
        grid-template-columns: 1fr !important;
    }
}


/* =========================================================
   v2.4 — DEFINITIVE FOOTER COLUMN FIX
   Uses proportional columns so the center can never collapse
   to a few pixels and force one-character-per-line text.
========================================================= */

.site-footer .footer-grid{
    display:grid!important;
    grid-template-columns:1fr 2.25fr .85fr!important;
    gap:28px!important;
    align-items:start!important;
    width:min(1110px,calc(100% - 30px))!important;
    max-width:none!important;
    margin:0 auto!important;
}

.site-footer .footer-brand-column,
.site-footer .footer-info-column,
.site-footer .footer-right-column{
    min-width:0!important;
    width:100%!important;
    max-width:100%!important;
    grid-column:auto!important;
    grid-row:auto!important;
}

.site-footer .footer-info-column{
    display:block!important;
}

.site-footer .footer-contact,
.site-footer .footer-contact p,
.site-footer .footer-contact a,
.site-footer .footer-links,
.site-footer .footer-links a,
.site-footer .footer-category-links,
.site-footer .footer-category-links a,
.site-footer .footer-menu-list,
.site-footer .footer-menu-list li,
.site-footer .footer-menu-list a{
    writing-mode:horizontal-tb!important;
    text-orientation:mixed!important;
    word-break:normal!important;
    overflow-wrap:break-word!important;
    white-space:normal!important;
    width:auto!important;
    max-width:100%!important;
}

.site-footer .footer-contact p{
    font-size:14px!important;
    line-height:1.65!important;
}

.site-footer .footer-contact a{
    display:inline!important;
}

.site-footer .footer-logo-image{
    width:100%!important;
}

.site-footer .footer-logo-image img{
    width:auto!important;
    max-width:100%!important;
    max-height:95px!important;
}

.site-footer .footer-logo{
    width:100%!important;
    max-width:100%!important;
    white-space:normal!important;
    overflow-wrap:normal!important;
}

/* Keep menu items horizontal and naturally wrapping by item, not by letter. */
.site-footer .footer-menu-list,
.site-footer .footer-links,
.site-footer .footer-category-links{
    display:flex!important;
    flex-direction:row!important;
    flex-wrap:wrap!important;
    gap:8px 16px!important;
    align-items:center!important;
}

.site-footer .footer-menu-list li,
.site-footer .footer-links > a,
.site-footer .footer-category-links > a{
    flex:0 0 auto!important;
}

/* Tablet: logo above/left, information gets the larger column. */
@media (max-width:1000px){
    .site-footer .footer-grid{
        grid-template-columns:.8fr 2fr!important;
        gap:26px!important;
    }

    .site-footer .footer-right-column{
        grid-column:1/-1!important;
    }
}

/* Mobile and narrow Customizer preview: stack everything.
   The higher breakpoint intentionally avoids the narrow middle-column bug. */
@media (max-width:760px){
    .site-footer .footer-grid{
        display:block!important;
        width:auto!important;
        margin-left:18px!important;
        margin-right:18px!important;
    }

    .site-footer .footer-brand-column,
    .site-footer .footer-info-column,
    .site-footer .footer-right-column{
        display:block!important;
        width:100%!important;
        max-width:100%!important;
        margin:0 0 24px!important;
    }

    .site-footer .footer-contact p{
        width:100%!important;
    }

    .site-footer .footer-menu-list,
    .site-footer .footer-links,
    .site-footer .footer-category-links{
        display:flex!important;
        width:100%!important;
    }

    .site-footer .footer-widget-columns{
        grid-template-columns:1fr!important;
    }

    .site-footer .footer-social{
        justify-content:flex-start!important;
    }
}


/* =========================================================
   v2.5 — CLEAN 3-COLUMN FOOTER (REFERENCE MATCH)
   Keeps footer in a neat 25% / 50% / 25% layout.
========================================================= */

.site-footer .footer-main{
    background:#cf1019!important;
    padding:34px 0!important;
    overflow-x:auto!important;
}

/* Always preserve three logical columns.
   On narrow screens, the footer can scroll horizontally rather than
   collapsing the center column into one-letter lines. */
.site-footer .footer-grid{
    display:grid!important;
    grid-template-columns:260px minmax(430px,1fr) 230px!important;
    gap:36px!important;
    align-items:start!important;

    width:1110px!important;
    max-width:none!important;
    min-width:980px!important;

    margin:0 auto!important;
    padding:0!important;
}

/* Reset every footer column to natural width. */
.site-footer .footer-brand-column,
.site-footer .footer-info-column,
.site-footer .footer-right-column{
    display:block!important;
    position:static!important;
    float:none!important;
    clear:none!important;
    width:auto!important;
    min-width:0!important;
    max-width:none!important;
    margin:0!important;
    padding:0!important;
    grid-column:auto!important;
}

/* LEFT COLUMN — logo */
.site-footer .footer-brand-column{
    text-align:left!important;
}

.site-footer .footer-logo-image,
.site-footer .footer-logo{
    margin:0 0 10px!important;
}

.site-footer .footer-logo-image img{
    display:block!important;
    width:auto!important;
    max-width:230px!important;
    height:auto!important;
    max-height:100px!important;
    object-fit:contain!important;
}

.site-footer .footer-logo{
    display:block!important;
    width:auto!important;
    max-width:240px!important;
    color:#fff!important;
    font-size:52px!important;
    font-weight:800!important;
    line-height:1!important;
    white-space:nowrap!important;
}

.site-footer .footer-description{
    margin:10px 0 0!important;
    color:#fff!important;
    font-size:14px!important;
    font-weight:600!important;
    line-height:1.5!important;
}

/* CENTER COLUMN — contact + links */
.site-footer .footer-info-column{
    color:#fff!important;
}

.site-footer .footer-contact{
    display:block!important;
    margin:0 0 8px!important;
}

.site-footer .footer-contact p{
    display:block!important;
    margin:0 0 5px!important;
    padding:0!important;
    color:#fff!important;

    font-size:15px!important;
    line-height:1.45!important;

    white-space:normal!important;
    word-break:normal!important;
    overflow-wrap:normal!important;
}

.site-footer .footer-contact a{
    display:inline!important;
    color:#fff!important;
    text-decoration:none!important;
    white-space:nowrap!important;
}

/* Footer menu / fallback page links */
.site-footer .footer-menu-list,
.site-footer .footer-links,
.site-footer .footer-category-links{
    display:flex!important;
    flex-direction:row!important;
    flex-wrap:wrap!important;
    align-items:center!important;

    gap:5px 14px!important;

    margin:8px 0 0!important;
    padding:0!important;

    list-style:none!important;
    border:0!important;
}

.site-footer .footer-menu-list li,
.site-footer .footer-links > a,
.site-footer .footer-category-links > a{
    display:block!important;
    position:static!important;

    width:auto!important;
    max-width:none!important;

    margin:0!important;
    padding:0!important;

    list-style:none!important;

    color:#fff!important;
    font-size:15px!important;
    line-height:1.5!important;

    white-space:nowrap!important;
    word-break:normal!important;
    overflow-wrap:normal!important;
}

/* Kill bullets, dots, pseudo-separators from old CSS */
.site-footer .footer-menu-list li::before,
.site-footer .footer-menu-list li::after,
.site-footer .footer-links > a::before,
.site-footer .footer-links > a::after,
.site-footer .footer-category-links > a::before,
.site-footer .footer-category-links > a::after{
    content:none!important;
    display:none!important;
}

.site-footer .footer-menu-list a,
.site-footer .footer-links a,
.site-footer .footer-category-links a{
    display:inline-block!important;
    color:#fff!important;
    text-decoration:none!important;
    width:auto!important;
    white-space:nowrap!important;
}

/* category row gets a little breathing room */
.site-footer .footer-category-links{
    margin-top:14px!important;
}

/* RIGHT COLUMN — counter/social */
.site-footer .footer-right-column{
    text-align:right!important;
}

.site-footer .footer-social{
    display:flex!important;
    flex-direction:row!important;
    flex-wrap:wrap!important;
    justify-content:flex-end!important;
    align-items:center!important;

    gap:7px!important;

    margin:0!important;
    padding:0!important;

    width:100%!important;
}

.site-footer .footer-social .social{
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;

    width:30px!important;
    height:30px!important;
    min-width:30px!important;

    border-radius:50%!important;

    background:#fff!important;
    color:#cf1019!important;

    font-size:13px!important;
    font-weight:700!important;

    text-decoration:none!important;
}

/* Widgets must not destroy the 3-column structure */
.site-footer .footer-widget-columns{
    display:grid!important;
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
    gap:14px!important;

    margin:18px 0 0!important;
    width:100%!important;
}

.site-footer .footer-widget-columns > div,
.site-footer .footer-widget-columns .widget{
    width:100%!important;
    min-width:0!important;
    margin:0!important;
}

/* Footer copyright bar */
.site-footer .footer-bottom{
    display:flex!important;
    flex-direction:row!important;
    flex-wrap:wrap!important;

    justify-content:center!important;
    align-items:center!important;

    gap:8px 14px!important;

    width:100%!important;
    min-height:68px!important;

    padding:18px 15px!important;

    background:#233b7a!important;
    color:#fff!important;

    text-align:center!important;
    font-size:13px!important;
    line-height:1.4!important;
}

/* Narrow screens:
   preserve the same 3-column design instead of crushing columns.
   The footer becomes horizontally scrollable if the viewport is too narrow. */
@media(max-width:1000px){
    .site-footer .footer-grid{
        width:980px!important;
        min-width:980px!important;
        margin-left:18px!important;
        margin-right:18px!important;
    }
}

/* On very small phones, keep the 3-column footer intact.
   User can swipe horizontally rather than seeing one-letter-per-line text. */
@media(max-width:600px){
    .site-footer .footer-main{
        overflow-x:auto!important;
        -webkit-overflow-scrolling:touch;
    }

    .site-footer .footer-grid{
        display:grid!important;
        grid-template-columns:230px 470px 210px!important;

        width:950px!important;
        min-width:950px!important;

        gap:20px!important;

        margin-left:12px!important;
        margin-right:12px!important;
    }

    .site-footer .footer-logo{
        font-size:44px!important;
    }

    .site-footer .footer-logo-image img{
        max-width:205px!important;
    }

    .site-footer .footer-menu-list,
    .site-footer .footer-links,
    .site-footer .footer-category-links{
        display:flex!important;
        flex-direction:row!important;
        flex-wrap:wrap!important;
    }

    .site-footer .footer-social{
        justify-content:flex-start!important;
    }
}
