/*
 Theme Name: GP ARvetoExpress (Not PRO Version)
 Theme URI: https://api.whatsapp.com/send?phone=918057443760&text=Hi%2C%20RJK%20BHAI%0AMujhe%20Apki%20Website%20Design%20Bhut%20Pasand%20ayi%20kya%20Mere%20liye%20bhi%20Koi%20Website%20Design%20Bna%20Sakte%20Hai.   
 Description: GeneratePress Child Theme mobile responsive Discover Blog & News Website ke liye best hai. Is child theme ki help se aap easily Google Discover friendly blog website bana sakte ho.
Ye GeneratePress Child Theme design & created by RJK BHAI 🔥
 Author: RJK BHAI - Apka Chota Bhai
 Author URI: https://api.whatsapp.com/send?phone=918057443760&text=Hi%2C%20RJK%20BHAI%0AMujhe%20Apki%20Website%20Design%20Bhut%20Pasand%20ayi%20kya%20Mere%20liye%20bhi%20Koi%20Website%20Design%20Bna%20Sakte%20Hai.
 Template: generatepress
 Version:  1.0
*/

.main-navigation {
	box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.inb-scroll-menu {
    background: white;
    display: block !important;
    color: black;
	width: 100%;
    overflow-x: auto;
	white-space: nowrap;
    position: fixed;
    box-shadow: 0 3px 4px rgb(0 0 0 / 13%) !important;
    z-index: 10000;
    border-top: 1px solid #ccc;
}
.page-header-image-single .attachment-full {
    box-shadow: rgba(23, 43, 99, .3) 0 7px 28px;
    border-radius: 16px;
    margin-bottom: -5px;
    transition: opacity 0.3s ease-in-out;
}
.rjkbhai-banner-ads {
	margin-bottom: 15px;
}
.rank-math-breadcrumb p {
	background: #e5e8ec;
	color: #000000;
	padding: 5px 10px;
	border-radius: 4px;
    font-size: 11px;
	font-weight: 700;
}
@media (max-width: 768px){
	.rank-math-breadcrumb p {
		margin: 0px 10px;
	}
}
/*Block Images*/
.wp-block-image {
    padding-top: 10px;
    padding-bottom: 20px;
}

.wp-block-image img {
    box-shadow: 0 10px 10px 0 rgb(0 0 0 / 6%);
    border: 1px solid #cfcfcf;
    padding: 3px;
}
/*Table of contents*/
#toc_container li a {
    display: block;
    width: 100%;
    color: var(--link-text);
    padding: 10px 1em;
    border-top: 1px solid #aaa;
}
#toc_container {
    background: #f9f9f900;
    border: 1px solid #aaa;
    padding: 0px;
}
#toc_container span.toc_toggle {
    font-weight: 400;
    background: #fff;
    padding: 3px 20px;
    font-size: 18px;
    text-transform: capitalize;
    text-align: center;
    display: block;
}
/*Floating Social Share*/
.rjkbhai-float-social-wrapper {
    position: fixed;
    top: 60%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 9999;
}

.rjkbhai-float-social-sharing {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    align-items: flex-start;
    min-height: 40px;
    font-size: 12px;
	border-radius: 50%;
    padding: 5px 10px;
}

.rjkbhai-float-social-sharing svg {
    position: relative;
    top: 0.5em;
}

.rjkbhai-social-facebook {
    fill: #fff;
    background-color: rgba(59, 89, 152, 1);
}

.rjkbhai-social-facebook:hover {
    background-color: rgba(59, 89, 152, .8);
}

.rjkbhai-social-twitter {
    fill: #fff;
    background-color: #0f1419;
}

.rjkbhai-social-twitter:hover {
    background-color: #0f1419;
}

.rjkbhai-social-whatsapp {
    fill: #fff;
    background-color: rgba(37, 211, 102, 1);
}

.rjkbhai-social-whatsapp:hover {
    background-color: rgba(37, 211, 102, .8);
}

/*Social Share*/
.rjkbhai2-social-wrapper {
    margin: 5px;
    font-size: 0;
    text-align: center;
	display: flex;
    flex-wrap: wrap;
}
.rjkbhai2-social-sharing {
	padding: 8px;
	margin: 4px;
	border-radius: 3px;
    flex: 1;
    transition: background-color 0.3s, transform 0.3s, color 0.3s;
}
.rjkbhai2-social-sharing:hover {
	transform: translateY(-3px);
	border: none;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
}
@media only screen and (max-width: 600px) {
    .rjkbhai2-social-sharing {
		display: inline-block;
    }
}
.rjkbhai2-social-sharing svg {
    position: relative;
    top: 0.15em;
    display: inline-block;
}
.rjkbhai2-social-facebook {
    fill: #fff;
    background-color: rgba(59, 89, 152, 1);
}
.rjkbhai2-social-twitter {
    fill: #fff;
    background-color: rgba(0, 0, 0);
}
.rjkbhai2-social-whatsapp {
    fill: #fff;
    background-color: rgba(37, 211, 102, 1);
}
.rjkbhai2-social-telegram {
    fill: #fff;
    background-color: rgb(2, 126, 189);
}
.rjkbhai2-social-more {
    fill: #fff;
    background-color: rgba(0, 0, 0);
}
/*Follow Us Button*/
.whatsapphighlight {
	animation: RJKBhai-GreenBorderAnimation 1s infinite;
}
@keyframes RJKBhai-GreenBorderAnimation {
	0% {
		border-color: transparent;
	}
	50% {
		border-color: #25d366;
	}
	100% {
		border-color: transparent;
	}
}
.telegramhighlight {
	animation: RJKBhai-BlueBorderAnimation 1s infinite;
}
@keyframes RJKBhai-BlueBorderAnimation {
	0% {
		border-color: transparent;
	}
	50% {
		border-color: #0086ce;
	}
	100% {
		border-color: transparent;
	}
}
/*Tag Cloud*/
.widget_epcl_tag_cloud a, .widget_tag_cloud a, .wp-block-tag-cloud a {
    font-size: 12px!important;
    margin-bottom: 8px;
    margin-right: 8px;
}
.widget_epcl_tag_cloud a, .widget_tag_cloud a, .wp-block-tag-cloud a,  div.tags a{
    color: #333333;
    display: inline-block;
    padding: 4px 15px;
    line-height: 1.2;
    margin-right: 10px;
    background: #fff;
    border: 1px solid #333333;
    border-radius: 25px;
}























/* 1. Image ke container ko relative banayein */
/* (Yahan .image-wrapper ki jagah apni image ke parent div ki class dalein) */
.image-wrapper { 
    position: relative !important; 
    display: block; /* Ya flex, jo bhi aapki theme me ho */
}

/* 2. Date badge ki CSS */
.post-date {
    position: absolute !important;
    top: 0px !important; /* Image ke bottom se gap */
    left: 5px !important;   /* Image ke left se gap */
    z-index: 10 !important;
    
    /* Aapki purani properties */
    display: inline-flex !important;
    width: auto !important;
    max-width: max-content !important;
    flex: none !important;
}


button, html input[type="button"], input[type="reset"], input[type="submit"], a.button, a.wp-block-button__link:not(.has-background) {
    color: #ffffff !important;
    background-color: #fb5621 !important;
    border-radius: 10px 0px 19px 0px !important;
    border-right: 6px solid black !important;
}

/* (WordPress comments) */
#reply-title {
    color: #ffffff !important;
    background-color: #fb5621 !important;
    border-radius: 10px !important;
    border-right: 6px solid black !important;
    padding: 8px 15px; 
    display: inline-block; 
}








/* 1. Image ke container ko relative banayein */
/* (Yahan .image-wrapper ki jagah apni image ke parent div ki class dalein) */
.rjk-wrapper { 
    position: relative !important; 
    display: block; /* Ya flex, jo bhi aapki theme me ho */
}

/* 2. Date badge ki CSS */
.term-rjk {
    position: absolute !important;
    top: 0px !important; /* Image ke bottom se gap */
    left: 0px !important;   /* Image ke left se gap */
    z-index: 10 !important;
    
    /* Aapki purani properties */
    display: inline-flex !important;
    width: auto !important;
    max-width: max-content !important;
    flex: none !important;
}






/* GenerateBlocks Post Grid - Equal Image Height */

.gb-query-loop-item .gb-container img,
.gb-query-loop-item .gb-image img,
.gb-post-image img,
.wp-post-image {
    width: 100%;
    height: 280px;      /* Height apne hisab se change kar sakte ho */
    object-fit: cover;
    display: block;
}

/* Image wrapper */
.gb-query-loop-item .gb-image,
.gb-post-image {
    overflow: hidden;
    border-radius: 12px;
}
@media (max-width:768px){

.gb-query-loop-item .gb-container img,
.gb-query-loop-item .gb-image img,
.gb-post-image img,
.wp-post-image{
    height:200px;
}

}



.sidebar-img {
    width: 100% !important;
    height: 180px !important;      /* Height apne hisab se change kar sakte ho */
    object-fit: cover;
    display: block;
}



