/*
Theme Name: CBharat
Theme URI: https://cbharat.com/
Description: Mobile responsive news child theme for GeneratePress. Blue scrolling top menu and fixed mobile bottom navigation.
Author: Maa Vaishno IT Solutions | Ajay Pandey
Author URI: https://cbharat.com/
Template: generatepress
Version: 1.0.0
Text Domain: cbharat
*/

:root{--cb-blue:#0757a8;--cb-blue-dark:#063f7b;--cb-white:#fff;--cb-text:#111;--cb-border:#e5e7eb}
html{scroll-behavior:smooth}
body{overflow-x:hidden}

/* Top horizontal scrolling navigation */
.cbharat-top-nav{position:relative;z-index:999;background:var(--cb-blue);width:100%;box-shadow:0 2px 7px rgba(0,0,0,.12)}
.cbharat-top-nav .cbharat-nav-scroll{display:flex;align-items:center;overflow-x:auto;overflow-y:hidden;white-space:nowrap;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding:0 8px}
.cbharat-top-nav .cbharat-nav-scroll::-webkit-scrollbar{display:none}
.cbharat-top-nav a{display:inline-flex;align-items:center;height:44px;padding:0 13px;color:#fff;text-decoration:none;font-size:15px;font-weight:700;flex:0 0 auto;border-right:1px solid rgba(255,255,255,.14)}
.cbharat-top-nav a:hover,.cbharat-top-nav a:focus{background:rgba(0,0,0,.16);color:#fff}

/* Content spacing on mobile when fixed bottom bar is active */
@media(max-width:768px){body{padding-bottom:64px}.site-content{min-height:60vh}.cbharat-top-nav a{font-size:14px;height:42px;padding:0 11px}}

/* Fixed mobile bottom menu */
.cbharat-bottom-nav{position:fixed;left:0;right:0;bottom:0;height:60px;background:#fff;z-index:10000;display:flex;align-items:stretch;box-shadow:0 -2px 12px rgba(0,0,0,.16);border-top:1px solid var(--cb-border)}
.cbharat-bottom-nav a{flex:1 1 25%;min-width:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;color:var(--cb-blue-dark);font-size:11px;font-weight:700;text-decoration:none;line-height:1.1}
.cbharat-bottom-nav a:hover,.cbharat-bottom-nav a:focus{background:#f3f7fb;color:var(--cb-blue)}
.cbharat-bottom-nav svg{width:22px;height:22px;display:block;fill:currentColor}
.cbharat-bottom-nav .cbharat-live{color:#d00}
@media(min-width:769px){.cbharat-bottom-nav{display:none}}

/* Mobile responsive media/content safety */
img,iframe,video{max-width:100%;height:auto}
.wp-block-image img{height:auto}
.entry-content,.inside-article,.site-content{min-width:0}

/* Footer credit */
.cbharat-footer-credit{text-align:center;padding:18px 12px;font-size:12px;color:#666}
.cbharat-footer-credit a{color:inherit;text-decoration:none}

/* Samachar-style fixed header/branding/menu positioning */
.site-header{position:sticky;top:0;z-index:9998;background:#fff}
.site-header .inside-header{min-height:72px;display:flex;align-items:center;justify-content:center;padding:10px 20px}
.site-header .site-branding{margin:0 auto;text-align:center}
.site-header .site-logo img{max-height:58px;width:auto;display:block;margin:0 auto}
.site-header .site-title{font-size:28px;font-weight:800;line-height:1.1}
.site-header .site-description{margin-top:3px}
/* Blue CBharat menu remains directly below branding, horizontally scrollable */
.cbharat-top-nav{position:sticky;top:0;z-index:9999}
body.admin-bar .site-header{top:32px}
body.admin-bar .cbharat-top-nav{top:104px}
@media(max-width:768px){
  .site-header .inside-header{min-height:58px;padding:6px 12px}
  .site-header .site-logo img{max-height:48px}
  .site-header .site-title{font-size:21px}
  .site-header .site-description{font-size:11px}
  .cbharat-top-nav{top:0}
  body.admin-bar .site-header{top:46px}
  body.admin-bar .cbharat-top-nav{top:104px}
  .site-content{padding-top:0}
}
