body{font-family: 'NotoSansDevanagari,sans-serif!important',antialiased;overflow-x: hidden;line-height: 21px;font-size: 14px;color: #333;background-color: #f8f9fa;}
@media (max-width: 991px) {
  body{background-color: #f5f5f5;}
}
html{scroll-behavior: smooth;}

a{color: #333;text-decoration: none;outline: none; -webkit-transition: all 0.3s ease-in;-moz-transition: all 0.3s ease-in;transition: all 0.3s ease-in;}
a:hover {color: #ee002d;text-decoration: none;outline: none; -webkit-transition: all 0.3s ease-in;-moz-transition: all 0.3s ease-in;transition: all 0.3s ease-in;}

a.link_red{color: #ee002d;text-decoration: none;outline: none; -webkit-transition: all 0.3s ease-in;-moz-transition: all 0.3s ease-in;transition: all 0.3s ease-in;}
a.link_red:hover {color: #000;text-decoration: none;outline: none; -webkit-transition: all 0.3s ease-in;-moz-transition: all 0.3s ease-in;transition: all 0.3s ease-in;}

h1{font-size: 20px;margin-top: 0;line-height: 27px;font-weight: 700;margin-bottom: 5px;max-height: 105px;overflow: hidden;transition: color 0.3s ease;}
h1:hover{color: #ee002d;}
p{line-height: 21px;font-size: 14px;color: #333;}

.container {max-width: 1300px; padding-left: 15px; padding-right: 15px;}
.container-fluid {padding-left: 0; padding-right: 0;}
.row {margin-right: -7px;margin-left: -7px;  margin-top: 10px;}
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
padding-right: 7px;padding-left: 7px;}

/*Header*/
.header{position: fixed;top: 0;left: 0;transition: all 0.4s;width: 100%;z-index: 999;padding: 0;
background:#fff;box-shadow: 0 2px 12px rgba(0,0,0,0.1);}
.header .container{padding-left: 15px;padding-right: 15px;max-width: 1400px;}
.navbar_custum{background:#fff;
  border-bottom: 2px solid #ee002d;
  border-top: 2px solid #ee002d;
  box-shadow: 0 2px 6px rgba(0,0,0,0.08);}
.navbar_custum .container{padding-left: 15px;padding-right: 15px;max-width: 1400px;}
.navbar-brand{display: flex;align-items: center;text-decoration: none;padding: 8px 0;}
.navbar-brand img{max-width: 100%; max-height: 65px;transition: all 0.4s;padding: 3px 0;margin-right: 10px;}
.header-logo{max-height: 65px !important;object-fit: contain;}
.header-title{color: #ee002d;font-weight: 700;margin: 0;font-size: 35px;transition: color 0.3s ease;display: inline-flex;align-items: center;}
.navbar-brand:hover .header-title{color: #ee002d;}
.navbar-brand:hover{text-decoration: none;}

/* Header Ads */
.header-ad-left, .header-ad-right {
  display: flex;
  align-items: center;
  height: 65px;
}
.header-ad-img {
  max-height: 65px;
  width: auto;
  object-fit: contain;
  border-radius: 4px;
  transition: opacity 0.3s ease;
}
.header-ad-img:hover {
  opacity: 0.9;
}
@media (max-width: 991px) {
  .header-ad-left, .header-ad-right {
    display: none;
  }
}

/* Better Container Alignment */
.container-fluid .container {
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 1200px) {
  .container-fluid .container {
    max-width: 1400px;
  }
}

/* Remove Extra Blank Spaces */
body {
  margin: 0;
  padding: 0;
}
.row {
  margin-left: -7px;
  margin-right: -7px;
}
.row > * {
  padding-left: 7px;
  padding-right: 7px;
}

/* Mobile Horizontal Menu */
.mobile-menu-horizontal{display: none;background: #fff;border-top: 1px solid #e0e0e0;padding: 8px 0;overflow-x: auto;overflow-y: hidden;-webkit-overflow-scrolling: touch;scrollbar-width: none;-ms-overflow-style: none;}
.mobile-menu-horizontal::-webkit-scrollbar{display: none;}
.mobile-menu-scroll{display: flex;flex-direction: row;align-items: center;padding: 0 10px;min-width: max-content;}
.mobile-menu-item{display: flex;flex-direction: column;align-items: center;justify-content: center;min-width: 70px;padding: 8px 12px;margin: 0 5px;text-decoration: none;color: #666;border-radius: 12px;transition: all 0.3s ease;white-space: nowrap;background: #f8f9fa;border: 2px solid transparent;}
.mobile-menu-item i{font-size: 20px;margin-bottom: 5px;color: #999;transition: all 0.3s ease;}
.mobile-menu-item span{font-size: 12px;font-weight: 500;color: #666;transition: all 0.3s ease;}
.mobile-menu-item:hover,.mobile-menu-item.active{background: #ee002d;border-color: #ee002d;color: #fff;transform: translateY(-2px);box-shadow: 0 4px 8px rgba(238, 0, 45, 0.3);}
.mobile-menu-item:hover i,.mobile-menu-item.active i{color: #fff;transform: scale(1.1);}
.mobile-menu-item:hover span,.mobile-menu-item.active span{color: #fff;font-weight: 600;}

/* Desktop Menu */
.desktop-menu{display: block;}

/* Enhanced Header Container */
.header .container{padding-top: 8px;padding-bottom: 8px;}

/* Better Logo Alignment */
.navbar-brand{flex-wrap: nowrap;}

/* Improved Navigation Bar */
.navbar_custum .container{padding-top: 0;padding-bottom: 0;}

/* Mobile Menu Enhancements */
@media (max-width: 991px) {
  .header .container .row{align-items: center;}
  .mobile-menu-horizontal{display: block !important;}
  .desktop-menu{display: none !important;}
  .navbar_custum{padding: 0;}
}

/* Mobile App-like Styling */
@media (max-width: 991px) {
  .header{box-shadow: 0 2px 10px rgba(0,0,0,0.1);}
  .navbar_custum{position: sticky;top: 0;z-index: 998;background: #fff;}
  .mobile-menu-horizontal{position: sticky;top: 0;z-index: 997;}
}

.header .form-control {color: #333;background-color: transparent;}
.header .btn-light {background-color: transparent;border-color: #fff;color: #fff !important;}
.dropdown-menu.search_top{position: fixed !important;transform: inherit !important;padding: 5px;width: 100%;background: #fff;top: 66px !important;border-radius: 0px;right: 0 !important;left: 0 !important;float: inherit;box-sizing: border-box;}
.dropdown-menu.search_top .btn-danger {background-color: #ee002d;border-color: #ee002d;}

.header-area .newspaper-main-menu {height: auto !important;}

.btn {font-size: 14px;padding: 6px 20px;cursor: pointer;font-weight: 400;border-radius: 30px;-webkit-transition: all 0.2s linear;-moz-transition: all 0.2s linear;-o-transition: all 0.2s linear;transition: all 0.2s linear;display: inline-block;}
.btn-common {background-color: #fff; color: #f16836;position: relative;z-index: 1;text-transform: uppercase;border: 1px solid #f16836;}
.btn-common:hover {color: #fff;background: #f16836;border: 1px solid #f16836;box-shadow: 0 6px 22px rgba(0, 0, 0, 0.1);transition: all .2s ease-in-out;-moz-transition: all .2s ease-in-out;-webkit-transition: all .2s ease-in-out;}

/*Inner Banner*/
.inner_banner{background: url(../images/inner_banner.jpg) no-repeat center top/cover;width: 100%;padding: 70px 0;margin-top: 100px; position:relative;}
.inner_banner:before{background:rgba(255,255,255,0.1); position:absolute; height:100%; width:100%; content:"";left: 0;top: 0;}
.inner_banner h1{color:#fff;}

.heading_one{color:#000;font-weight: 700;position:relative;}
.heading_one:before{content:""; position:absolute; bottom:-15px; left:0; width:100px; margin:auto; border-bottom:solid 4px #f16836;}
.heading_one span{color:#f16836;}

.inner_heading{color:#000; font-weight:600; margin-bottom:30px; position:relative;}
.inner_heading:after{content:"";position:absolute; width:60px; border-bottom: solid 4px #f16836;left: 0;bottom: -10px;}

.body_content{margin-top:130px;}
.news_box{border: 1px solid #e6e6e6;
padding: 15px;
background: #fff;
border-radius: 8px;
box-shadow: 0 2px 8px rgba(0,0,0,0.06);
transition: all 0.3s ease;
margin-bottom: 20px;
 /*min-height:530px;
 max-height:510px;
 overflow-y:auto;
 */}
.news_box:hover{
  box-shadow: 0 4px 16px rgba(0,0,0,0.12);
  transform: translateY(-2px);
  border-color: #ee002d;
}
.news_box2{border: 1px solid #e6e6e6;padding: 15px;background: #fff;
border-radius: 8px;
box-shadow: 0 2px 8px rgba(0,0,0,0.06);
transition: all 0.3s ease;
   /* min-height:370px; 
   max-height:330px;
    overflow-y:auto; */
  }
.news_box2:hover{
  box-shadow: 0 4px 16px rgba(0,0,0,0.12);
  transform: translateY(-2px);
}
.news_box3{border: 1px solid #e6e6e6;padding: 15px;background: #fff; min-height:400px;overflow-y:auto;
border-radius: 8px;
box-shadow: 0 2px 8px rgba(0,0,0,0.06);
transition: all 0.3s ease;}
.news_box3:hover{
  box-shadow: 0 4px 16px rgba(0,0,0,0.12);
}
.news_xl_img{max-width:100%; max-height:400px;border-radius: 6px;object-fit: cover;transition: transform 0.3s ease;}
.news_xl_img:hover{transform: scale(1.02);}
.news_lg_img{max-width:100%; max-height:300px;border-radius: 6px;object-fit: cover;transition: transform 0.3s ease;}
.news_lg_img:hover{transform: scale(1.02);}
.news_md_img{max-width:100%; max-height:150px;border-radius: 6px;object-fit: cover;transition: transform 0.3s ease;}
.news_md_img:hover{transform: scale(1.05);}
.news_sm_img{max-width:100%; max-height:80px;border-radius: 6px;object-fit: cover;transition: transform 0.3s ease;}
.news_sm_img:hover{transform: scale(1.05);}

/*SCROLL-TO-TOP CSS START */
#scroll {position: fixed;right: 10px;bottom: 10px;cursor: pointer;width: 36px;height: 36px;background: #375623;text-indent: -9999px;display: none;-webkit-border-radius: 50%;-moz-border-radius: 50%;border-radius: 50%}
#scroll span {position: absolute;top: 50%;left: 50%;margin-left: -8px;margin-top: -12px;height: 0;width: 0;border: 8px solid transparent;border-bottom-color:#ffffff;}
#scroll:hover {background-color: #f16836;opacity: 1;filter: "alpha(opacity=100)";-ms-filter: "alpha(opacity=100)";}
/* SCROLL-TO-TOP CSS END */

.carousel-indicators li {width: 10px;height: 10px; border-radius:50%;}
.carousel-indicators {right: 0;bottom: -10px;left: 0; margin:0px;}
/*FOOTER*/
.footer{padding: 50px 0;background:#eaeaea;}
.footer .footer_logo{max-width:100%; max-height:50px;}
.footer ul li .fa{color: #f16836; font-size: 20px;padding: 5px 15px 0 0;float: left;}
.footer .address{width: calc(100% - 35px);display: inline-block;}
.footer h3{color:#000;}
.footer ul{margin: 0;padding: 0;}
.footer ul li{font-size: 16px;line-height: 20px;color: #333; list-style: none; margin-bottom:12px;}
.footer ul li a{color: #333;}

.footer ul li a:hover{color: #f16836;}
.footer ul li.social .fa{font-size: 18px;color: #f16836;padding: 6px;border: solid 1px #f16836;width: 38px;height: 36px;text-align: center;line-height: 24px;margin: 5px 7px 0 0;}
.footer ul li.social .fa:hover{color: #fff;background: #f16836;-webkit-transition: all 0.3s ease-in;-moz-transition: all 0.3s ease-in;transition: all 0.3s ease-in;}

.copyright{font-size: 13px; padding: 20px 0; color: #333;background: #f4f4f4;}
.copyright p{margin-bottom:0px !important; font-size:13px;}

ul.list1{padding-left: 17px;}
.list1 li{position:relative;list-style: none; font-size:17px; line-height:22px; margin-bottom:15px;}
ol li{position:relative; font-size:17px; line-height:26px; margin-bottom:10px;}

.posted_date{font-size:11px;display: block;color: #999; font-weight:400;margin-top: 8px;}

/* Enhanced Category Section Styling */
.border-bottom{border-bottom: 2px solid #f0f0f0 !important;padding-bottom: 12px;margin-bottom: 15px;}
.border-bottom h1{color: #ee002d;font-size: 22px;font-weight: 700;text-transform: uppercase;letter-spacing: 0.5px;position: relative;padding-bottom: 10px;}
.border-bottom h1:after{content: "";position: absolute;bottom: 0;left: 0;width: 50px;height: 3px;background: #ee002d;border-radius: 2px;}

/* Enhanced News Item Styling */
.news_box .row.border-bottom:last-child{border-bottom: none !important;}
.news_box .row.border-bottom{padding-bottom: 15px;margin-bottom: 15px;transition: all 0.3s ease;}
.news_box .row.border-bottom:hover{background-color: #f8f9fa;padding-left: 5px;padding-right: 5px;border-radius: 4px;}

/* Better Read More Link */
.news_box a[href*="Read More"]{color: #ee002d;font-weight: 600;font-size: 15px;transition: all 0.3s ease;display: inline-block;}
.news_box a[href*="Read More"]:hover{color: #c50024;transform: translateX(5px);}

/* Enhanced Image Container */
.news_box img{width: 100%;height: auto;display: block;margin-bottom: 10px;}

/* Better Spacing for News Items */
.news_box .col-4, .news_box .col-8{padding: 5px;}
.news_box .col-8 a{display: block;font-weight: 500;line-height: 1.4;color: #1a1a1a;transition: color 0.3s ease;}
.news_box .col-8 a:hover{color: #ee002d;}


/*Social*/

.social .fa {
  padding: 10px;
  font-size: 20px;
  width: 40px;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
}

.social .fa:hover {
    opacity: 0.7;
}

.social .fa-facebook {
  background: #3B5998;
  color: white;
}

.social .fa-twitter {
  background: #55ACEE;
  color: white;
}

.social .fa-google {
  background: #dd4b39;
  color: white;
}

.social .fa-linkedin {
  background: #007bb5;
  color: white;
}

.social .fa-youtube {
  background: #bb0000;
  color: white;
}

.social .fa-instagram {
  background: #125688;
  color: white;
}

.social .fa-pinterest {
  background: #cb2027;
  color: white;
}

.social .fa-snapchat-ghost {
  background: #fffc00;
  color: white;
  text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}

.social .fa-skype {
  background: #00aff0;
  color: white;
}

.social .fa-android {
  background: #a4c639;
  color: white;
}

.social .fa-dribbble {
  background: #ea4c89;
  color: white;
}

.social .fa-vimeo {
  background: #45bbff;
  color: white;
}

.social .fa-tumblr {
  background: #2c4762;
  color: white;
}

.social .fa-vine {
  background: #00b489;
  color: white;
}

.social .fa-foursquare {
  background: #45bbff;
  color: white;
}

.social .fa-stumbleupon {
  background: #eb4924;
  color: white;
}

.social .fa-flickr {
  background: #f40083;
  color: white;
}

.social .fa-yahoo {
  background: #430297;
  color: white;
}

.social .fa-soundcloud {
  background: #ff5500;
  color: white;
}

.social .fa-reddit {
  background: #ff5700;
  color: white;
}

.social .fa-rss {
  background: #ff6600;
  color: white;
}

/* Additional Modern Enhancements */

/* Smooth transitions for all interactive elements */
* {
  -webkit-transition: background-color 0.3s ease, color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
  -moz-transition: background-color 0.3s ease, color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
}

/* Enhanced border styling */
.border {
  border-color: #e0e0e0 !important;
}

/* Better image display */
img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* Improved spacing for news items */
.mb-3 {
  margin-bottom: 1.5rem !important;
}

/* Enhanced category boxes */
.border.p-2 {
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
  transition: all 0.3s ease;
}

.border.p-2:hover {
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  transform: translateY(-2px);
}

/* Better text readability */
.news_box p {
  color: #555;
  line-height: 1.6;
}

/* Enhanced posted date styling */
.posted_date i {
  margin-right: 5px;
  color: #ee002d;
}

/* Improved link hover effects */
a:hover {
  text-decoration: none;
}

/* Better container spacing */
.container {
  padding-left: 15px;
  padding-right: 15px;
}

/* Enhanced news item hover */
.news_box .row.border-bottom:hover a {
  color: #ee002d;
}

/* Better image containers */
.news_box .col-4 {
  overflow: hidden;
  border-radius: 6px;
}

/* Smooth scroll behavior */
html {
  scroll-behavior: smooth;
}

/* Enhanced category headings */
.border-bottom h1 {
  transition: color 0.3s ease;
}

.border-bottom h1:hover {
  color: #c50024;
}

/* Better responsive images */
.news_lg_img, .news_md_img, .news_sm_img, .news_xl_img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

/* Enhanced Read More links */
a[href*="Read More"]:hover {
  transform: translateX(5px);
}

a[href*="Read More"] i {
  margin-left: 5px;
  transition: transform 0.3s ease;
}

a[href*="Read More"]:hover i {
  transform: translateX(3px);
}

/* News Details Page Enhancements */
.news_box3 {
  padding: 20px;
}
@media (max-width: 767px) {
  .news_box3 {
    padding: 15px;
  }
}

/* Category Page Enhancements */
.news_box2 {
  padding: 20px;
}
@media (max-width: 767px) {
  .news_box2 {
    padding: 15px;
  }
}

/* Better Mobile Menu Styling */
@media (max-width: 991px) {
  .mobile-menu-horizontal{background: #fff;box-shadow: 0 -2px 8px rgba(0,0,0,0.05);}
  .mobile-menu-item{box-shadow: 0 2px 4px rgba(0,0,0,0.05);}
  .mobile-menu-item.active{box-shadow: 0 4px 12px rgba(238, 0, 45, 0.25);}
}

/* Ad Layout Stability - Prevent ads from breaking page layout */
.row.align-items-start {
  align-items: flex-start !important;
}
ins.adsbygoogle {
  display: block;
  max-height: 300px;
  overflow: hidden;
}
.adsbygoogle[data-ad-status="unfilled"] {
  display: none !important;
}
/* Contain ads to prevent layout shift */
[class*="ad-container"],
.ad-wrapper {
  overflow: hidden;
  contain: layout;
}
/* Ensure columns stay aligned at top in news detail pages */
.news-detail-row > [class*="col-"] {
  align-self: flex-start;
}
/* Sidebar stability */
.news_box {
  overflow: hidden;
}