/*
Theme Name: JK
Theme URI: https://jawankahani.com
Author: jawankahani.com
Author URI: https://jawankahani.com
Description: A JK Theme for Wordpress.
Version: 1.0
*/

body{
    margin:0px;
    padding:0px;
    font-family: "Roboto", Sans-serif;
    font-weight: 400;
    font-style: normal;
}
.wp-block-media-text__content {
    padding: 5px 0px 0px 20px !important;
}
blockquote em {
    padding-left: 15px;
    border-left: 5px solid #ff0000;
    background: #efefef;
    width: 100%;
    display: block;
}
p.category-description {
    display: none;
}
.post_area a:hover {
    background: #00ff30;
    color: #fe3133;
}
.row.bg_headBanner {
    justify-content: center;
}
.bg_head_background {
    background: #00148c;
    padding: 15px 0px;
}
.bg_headBanner h1 {
    text-align: center;
	color: #fff;
    font-weight: 200;
	padding-top: 8px;
}
.bg_headBanner p {
    text-align: center;
	margin: 0px;
	color: #fffdfd;
	margin-top: 8px;
}
.bg_headBanner span {
    text-align: center;
}
.bg_banner h1 {
    text-align: center;
    font-size: 28px;
    color: #00148c;
}
.bg_banner p {
    text-align: center;
}
.bg_font p{
    font-family: sans-serif;
}
.bg_page_cat p{
    font-family: sans-serif;
    font-size: 19px;
}
.container .post-item {
    background: #f8f8f8;
    padding: 5px 10px 15px;
}
.bg_page_cat h1{
    margin-top: 0px;
    margin-bottom: 0px;
    color: #fe3133;
    font-size: 28px;
    font-weight: 600;
}
.bg_banner_cat ol.breadcrumb {
    display: flex;
    justify-content: center;
    margin: 0px;
}
.bg_banner_cat {
    background: #00b242;
    padding-bottom: 5px;
}
.bg_banner_cat li.breadcrumb-item.active {
    color: #fff;
}
li.breadcrumb-item a {
    color: #fff;
    text-decoration: none;
}
.font1x{
    font-size: 25px !important;
    color: #001cc6;
}
.bg_banner_cat h1 {
    font-size: 33px;
    color: #fff;
    font-weight: 300;
}
/* article {
    padding-right: 10px;
} */
.bg_page_cat .post_item h5 {
    font-size: 17px;
    color: #040404;
    text-align: center;
}
.pagination ul {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}
h5.category-name {
    font-weight: 400;
}
ul.page-numbers li {
    list-style: none;
    margin-right: 8px;
}
ul.page-numbers li a{
    border: 1px solid #e2e2e2;
    padding: 0px 10px;
    border-radius: 5px;
	transition: all 0.5s ease;
}
ul.page-numbers li a:hover {
    background: #00148c;
    color: #fff;
}
a.next.page-numbers {
    background: #00148c;
    color: #fff;
}
a.prev.page-numbers{
    background: #00148c;
    color: #fff;
}
.bg_last_two p {
    padding-top: 15px;
	margin-bottom: 0px;
}
a.btn.btn_full_story {
    border: 1px solid #00148c;
    background: #00148c;
    color: #fff;
    padding: 2px 18px;
    border-radius: 30px;
	transition: all 0.5s ease;
}
a.btn.btn_full_story:hover{
    border: 1px solid #00148c;
    background: #fff;
    color: #00148c;
    padding: 2px 18px;
    border-radius: 30px;
}
span.views2 {
    padding-left: 5px;
    font-size: 15px !important;
    font-weight: 700;
    color: #000000;
    background: yellow;
    padding-right: 5px;
    border-radius: 5px;
}
.prev-post img {
    width: 90px;
    height: auto;
}
.next-post img{
    width: 90px;
    height: auto;
}
.archive h2 {
    font-size: 17px !important;
}
.prev-post{
	margin-bottom:10px;
}
.next-post{
	margin-bottom:10px;
}
.header {
  position: fixed;
  top: -100px; /* Start out of view */
  width: 100%;
  height: 60px;
  text-align: center;
  transition: top 0.5s ease; /* Smooth animation */
  z-index: 1000;
}
.menu-item-has-children ul.dropdown-menu{
	list-style: none;
	padding: 0;
	margin: 0;
	position: absolute;
	top: 85%;
	background: #fff;
	display: none; /* By default hidden */
	min-width: max-content;
	overflow: hidden;
}
.menu-item-has-children ul.dropdown-menu li{
	color: white;
	cursor: pointer;
}
.menu-item-has-children ul.dropdown-menu li a{
	padding: 5px 8px;
}
.menu-item-has-children ul.dropdown-menu li a::after {
	content: "";  /* Unicode Downward Arrow */
	font-size: 0px;
	margin-left: 0px;
}
.menu-item-has-children a::after {
	content: " ▼";  /* Unicode Downward Arrow */
	font-size: 12px;
	margin-left: 5px;
}
.menu-item-has-children:hover ul.dropdown-menu{
	display: block;
}
.header.visible {
  top: 0; /* Slide into view */
}
.navbar-nav .current-menu-item > a {
    color: #000 !important;
    font-weight: 900; 
    border-bottom: 2px solid #0ac068;
}
header a img {
    width: 90px;
    height: auto;
}
header ul li a {
    font-size: 17px !important;
    font-weight: 400 !important;
    color: #000 !important;
	padding-right: 8px;
	text-decoration: none;
}
header ul li a:hover{
    color: #fff !important;
    background: #0ac068;
}
.footer_menu ul li {
    padding: 0px 8px;
    list-style: none;
}
.footer_menu ul li a {
    text-decoration: none;
    color: #fff;
    font-weight: 600;
    word-spacing: 2px;
}
.social_icons svg {
    width: 50px;
    height: 40px;
    fill: red;
    border-radius: 5px;
    margin: 15px 0px;
}
p.page_url {
    font-size: 17px !important;
}
.bg-light {
    background: #ffefe2 !important;
}
.sidebar_titile {
    font-size: 25px;
    margin-bottom: 20px;
}
.post_main_area {
    background: #fff;
}
header{
 background-color: #f9f9f9 !important;
}
.post_area h1 {
    margin-top: 20px;
    margin-bottom: 20px;
    color: #00148c;
	font-size: 28px;
    font-weight: 600;
}
.wp-block-heading {
    color: #fe3133;
	margin-top: 10px; 
	margin-bottom: 15px;
}
.category h2 {
    color: #1a1a1a !important;
}
.post_area h2{
	font-size: 24px;
    font-weight: 600;
    color: #000;
}
.post_area h3{
    font-size: 20px;
    font-weight: 600;
	color: #00148c !important;
}
.post_area h3 a{
	color: #00148c !important;
}
.post_area h4{
    font-size: 19px;
    font-weight: 600;
}
.post_area h5{
    font-size: 19px;
    font-weight: 600;
}
.post_area p{
    font-size: 19px;
    line-height: 28px;
}
.post_area li{
    font-size: 19px;
}
.post_area span{
    font-size: 19px;
}
.post_area a{
    font-size: 19px;
    color: #fe3133;
    font-weight: 800;
}
footer {
    background: #2d2d2d;
}
footer hr {
    color: #fff;
    width: 100px !important;
}
footer p{
    color: #fff;
}
.col-12.pt-4.bg-white {
    background: #fffcfa !important;
}
.post_area {
    background: #fff;
}
.share-buttons {
    margin-bottom: 20px;
}
.share-buttons a {
    font-size: 25px;
    margin: 0px 5px;
}
i.fab.fa-whatsapp {
    background: #24CC63;
    color: #fff;
    padding: 5px 8px;
    border-radius: 5px;
}
i.fab.fa-telegram {
    background: #27A3E2;
    color: #fff;
    padding: 5px 8px;
    border-radius: 5px;
}
i.fa-solid.fa-copy {
    background: #272727;
    color: #fff;
    padding: 5px 8px;
    border-radius: 5px;
}
.post_item a img {
    width: 100%;
    height: auto;
}
.post_item a{
    text-decoration: none;
}
.post_area a h2 {
    margin-top: 15px;
}
.category_lists{
    padding: 10px 15px;
    border: 1px solid #cbcbcb;
    border-radius: 8px;
    transition: all 0.9s;
}
.category-section a:hover .category_lists{
    box-shadow: 0px 0px 15px 0px #f3f3f3;
    border: 1px solid #000;
}
.category_lists {
    background: #fff;
	margin-bottom: 25px;
}
/*.category_lists h3.text_titile {*/
/*     color: #fff; */
/*    padding-top: 15px;*/
/*}*/
/* .share-buttons i {
    background: #fe3133 !important;
} */
.text_titile{
    font-size: 18px;
    color: #000;
    line-height: 24px;
    margin-top: 15px;
    text-align: center;
}
.post_main_area a {
    text-decoration: none;
}
.sidebar a {
    color: #000;
}
.sidebar a:hover{
    color: #fe3133;
}
.text_titile:hover {
    color: #fe3133;
}
.img_dextop img {
    width: 100%;
    height: auto;
}
.footer_menu ul {
    padding: 0px !important;
}
@media (min-width:991.98px){
    .footer_menu ul {
        display: flex;
        justify-content: center;
    }
}
@media (max-width:991.98px){
    .nav_button {
    display: flex;
    justify-content: end;
    width: 100%;
    padding-right: 10px;
}
}
@media (max-width:992px){
    .nav_button{
        height:50px;
    }
    .footer_menu ul li {
        margin-bottom:15px;
    }
    div#navbarSupportedContent {
        position: absolute;
        background: #f8f8f8;
        top: 100%;
        width: 100%;
        right: 0;
    }
    div#navbarSupportedContent2 {
        position: absolute;
        background: #f8f8f8;
        top: 100%;
        width: 100%;
        right: 0;
    }
}
span.date {
    font-size: 17px !important;
}
span.auther {
    font-size: 17px !important;
	color: #03d200;
    font-weight: bolder;
}
span#displayCount span {
    font-size: 13px !important;
}
span#displayCount svg {
    width: 13px;
    height: 13px;
}
article .thumb {
    margin-bottom: 10px;
}
.prev-post h6 {
    color: #000;
}
.prev-post img {
    border-radius: 50% !important;
}
.next-post h6 {
    color: #000;
}
.next-post img {
    border-radius: 50% !important;
}
.date a {
    font-size: 13px !important;
    color: #000000 !important;
    background: #f4f4f4;
    padding: 0px 8px;
}
.date a:hover{
    background: #fe3133;
    color: #fff !important;
}
span.topics {
    background: #fe3133;
    color: #fff;
    padding: 3px 10px;
    border-radius: 5px;
}
.topic a {
    background: #e4e4e4 !important;
    padding: 0px 5px !important;
    color: #000;
    text-decoration: none;
}

.post_main_area {
    display: flex; /* Use flexbox to arrange main content and sidebar */
}

.post_area {
    flex: 1; /* Allow the main content area to take up remaining space */
    overflow-y: auto; /* Enable vertical scrolling for the main content */
    padding-right: 15px; /* Add some spacing between content and sidebar */
}

.Sidebar_area {
    width: 300px; /* Adjust the width of the sidebar as needed */
    position: sticky; /* Make the sidebar sticky */
    top: 60px; /* Adjust the top offset as needed */
    height: fit-content; /* Make the sidebar height fit its content */
    /* Optional: Add a background color or border for visual separation */
    padding-left: 20px; /* Add some padding inside the sidebar */
}

/* For smaller screens where flex might not be ideal, revert to block layout */
@media (max-width: 768px) {
    .post_main_area {
        display: block;
    }
    .post_area {
        width: 100%;
        overflow-y: auto; /* Keep scroll for smaller screens if needed */
    }
    .Sidebar_area {
        width: 100%;
        position: static; /* Remove sticky behavior on smaller screens */
        padding-left: 0;
        margin-top: 20px; /* Add some space above the sidebar */
    }
}
article img {
    margin-bottom: 18px;
}

/****==New HomePage==*****/

.bg_home span.post-counter {
    font-weight: bold;
    color: #fe3133;
    font-size: 25px;
}
.bg_home a {
    text-decoration: none;
    color: #000;
}
.bg_home h6.card-title {
    text-align: center;
}
.bg_home img {
    border-radius: 5px;
}
.bg_home .bg_card{
    padding: 0px 0px 5px;
    transition: all 0.8s ease;
}
.bg_cat p {
    margin: 0px;
}
.bg_category a{
    text-decoration: none;
}
.bg_cat h5 {
    color: #000;
    font-weight: bold;
    font-size: 18px !important;
}
.bg_cat{
    transition: all 0.8s ease;
}
.bg_cat:hover h5{
    color: #fe3133;
}
.bg_cat p{
  color:#000;
}
.bg_cat {
    padding: 1px 2px;
}
.bg_home .bg_card:hover a{
    color: #fe3133;
}
.bg_home .bg_card h6{
    padding: 8px;
}
.bg_home .bg_card:hover {
    box-shadow: 0px 0px 10px 5px #eaeaea;
    border-radius: 5px;
}
/****==END New HomePage==*****/

/****==Category==*****/
 .post_items img {
    border-radius: 5px;
}
 .post_items h2 {
   margin-top:10px !important;
   text-align: center;
   font-weight: 500;
   padding:0px 8px;
}
.post_items{
    padding: 0px 0px 5px;
    transition: all 0.8s ease;
}
.post_items:hover h2{
    color:#fe3133;
}
.post_items:hover {
    box-shadow: 0px 0px 10px 5px #eaeaea;
    border-radius: 5px;
}
/****==END Category==*****/
.next-post h6 {
    padding: 0px 5px;
}
.next-post .text-muted {
    padding: 0px 5px;
	color: #3566e3 !important;
}
.prev-post h6 {
    padding: 0px 5px;
}
.prev-post .text-muted {
    padding: 0px 5px;
	color: #3566e3 !important;
}
.bg_card img {
    height: fit-content;
}
.post_list img {
    height: fit-content;
}
@media (min-width:991.98px){
 .bg_home .col-lg-3 {
    width: 20%;
    height: fit-content;
  }
 .post_list .col-lg-3 {
    width: 20%;
    height: fit-content;
  }
}
@media  (max-width:991px){
   .nav_button button {
    padding: 0px;
    height: fit-content;
    border: none;
    margin-top: 6px;
 }
 .navbar-toggler:focus {
    box-shadow: none !important;
}
 svg.bi.bi-list-check {
    width: 40px;
    height: 40px;
            fill: #1d2327;
}
}
/***Form CSS**/
.wpcf7 {display: flex;justify-content: center;}.wpcf7 form {
    border: 1px solid #dddddd;
    padding: 15px 25px;
    border-radius: 5px;
}.wpcf7 input {
    width: 100%;
    border: 1px solid #c2c2c2;
}.wpcf7 textarea {
    height: 80px;
    border: 1px solid #c4c4c4;
}.wpcf7-submit {
    background: #00148c;
    color: #fff;
    border: none;
    padding: 5px 20px;
    width: fit-content !important;
    border-radius: 5px;
}