/*
 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.2
*/

.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;
}









/*sticky footer menu*/
@media only screen and (min-width: 960px) {
.sticky-footer-menu{display:none!important;}
}
.sticky-footer-menu {
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    bottom: 10px;
    width: calc(100% - 14px);
    max-width: 520px;
    height: 62px;
    z-index: 23235;
    background: #fff;
    border-radius: 18px;
    box-shadow: rgba(0, 0, 0, 0.22) 0px 10px 25px;
    border: 1px solid rgba(0, 0, 0, 0.08);
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 0 10px;
    overflow: visible;
}

/* ===== Center Icon Lift + Round Background ===== */
.sticky-footer-menu a.rjk-center-btn{
  position: relative;
  transform: translateY(-10px); /* kitna upar chahiye = -8px / -12px */
  z-index: 10;
}

/* Round background circle */
.sticky-footer-menu a.rjk-center-btn::before{
  content: "";
  position: absolute;
  left: 50%;
  top: -8px;
  transform: translateX(-50%);
  width: 82px;
  height: 82px;
  border-radius: 999px;
  background: #fff;
  box-shadow: rgba(0,0,0,0.25) 0px 10px 20px;
  border: 2px solid rgba(0,0,0,0.08);
  z-index: -1;
}

/* Icon ko thoda bada + center */
.sticky-footer-menu a.rjk-center-btn svg,
.sticky-footer-menu a.rjk-center-btn img{
  width: 50px;
  height: 50px;
}
.sticky-footer-menu a.rjk-center-btn::before{
  background: #000000;
}








/* Ultra-Premium iOS Style Social Share */
.rjkbhai23-social-wrapper {
    margin: 20px 5px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px; /* Perfect spacing between icons */
}

.rjkbhai23-social-sharing {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    border-radius: 14px; /* Premium iOS style squircle shape */
    text-decoration: none;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275); /* Bouncy float effect */
    
    /* Subtle inner lighting for 3D glass feel */
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    border-left: 1px solid rgba(255, 255, 255, 0.1);
}

.rjkbhai23-social-sharing svg {
    width: 24px;
    height: 24px;
    fill: #ffffff;
    transition: all 0.3s ease;
    filter: drop-shadow(0px 2px 3px rgba(0, 0, 0, 0.3)); /* Icon inner depth */
}

/* Base Gradients & Matching Soft Shadows */
.rjkbhai23-social-facebook {
    background: linear-gradient(135deg, #1877F2 0%, #0e5aab 100%);
    box-shadow: 0 6px 12px rgba(24, 119, 242, 0.25);
}
.rjkbhai23-social-twitter {
    background: linear-gradient(135deg, #2a2a2a 0%, #000000 100%);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.25);
}
.rjkbhai23-social-whatsapp {
    background: linear-gradient(135deg, #25D366 0%, #128c7e 100%);
    box-shadow: 0 6px 12px rgba(37, 211, 102, 0.25);
}
.rjkbhai23-social-telegram {
    background: linear-gradient(135deg, #0088cc 0%, #005580 100%);
    box-shadow: 0 6px 12px rgba(0, 136, 204, 0.25);
}
.rjkbhai23-social-more {
    background: linear-gradient(135deg, #4b5563 0%, #1f2937 100%);
    box-shadow: 0 6px 12px rgba(75, 85, 99, 0.25);
}

/* Epic Glowing Hover Effects */
.rjkbhai23-social-sharing:hover {
    transform: translateY(-6px) scale(1.05); /* Lifts up and scales */
}

.rjkbhai23-social-facebook:hover {
    box-shadow: 0 15px 25px rgba(24, 119, 242, 0.5);
}
.rjkbhai23-social-twitter:hover {
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.4);
}
.rjkbhai23-social-whatsapp:hover {
    box-shadow: 0 15px 25px rgba(37, 211, 102, 0.5);
}
.rjkbhai23-social-telegram:hover {
    box-shadow: 0 15px 25px rgba(0, 136, 204, 0.5);
}
.rjkbhai23-social-more:hover {
    box-shadow: 0 15px 25px rgba(75, 85, 99, 0.5);
}

/* Playful icon reaction on hover */
.rjkbhai23-social-sharing:hover svg {
    transform: scale(1.15) rotate(8deg); 
}

/* Mobile Tweak - Keeps it perfect on small screens */
@media only screen and (max-width: 600px) {
    .rjkbhai23-social-wrapper {
        gap: 12px;
    }
    .rjkbhai23-social-sharing {
        width: 46px;
        height: 46px;
        border-radius: 12px;
    }
}







/* =========================================
   Ultra-Modern Floating Header (Blue Theme)
   Desktop & Mobile Complete CSS (Final Logo Fix)
   ========================================= */

/* -----------------------------------------
   1. DESKTOP HEADER STYLES
   ----------------------------------------- */
.site-header {
    background-color: transparent !important;
    padding: 15px 20px;
    position: relative;
    z-index: 100;
}

.inside-header {
    background-color: #ffffff;
    border-radius: 50px;
    padding: 5px 30px;
    display: flex;
    align-items: center;
    box-shadow: 0 10px 30px rgba(0, 96, 255, 0.08);
    border: 1px solid rgba(0, 96, 255, 0.1);
    max-width: 1200px;
    margin: 0 auto;
    transition: all 0.3s ease;
}

.inside-header:hover {
    box-shadow: 0 15px 40px rgba(0, 96, 255, 0.12);
}

.site-header .site-logo img {
    padding: 10px 0;
    max-height: 60px;
    width: auto;
}

.site-header .main-navigation,
.site-header .main-nav {
    background: transparent !important;
}

.site-header .main-navigation .main-nav ul li a {
    font-weight: 600;
    font-size: 15px;
    color: #4b5563;
    letter-spacing: 0.3px;
    border-radius: 30px;
    padding: 8px 20px;
    margin: 0 4px;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    background: transparent !important;
}

.site-header .main-navigation .main-nav ul li:hover a,
.site-header .main-navigation .main-nav ul li[class*="current-menu-"] > a {
    background-color: rgba(0, 96, 255, 0.08) !important;
    color: #0060ff !important;
}

.site-header .main-navigation .menu-bar-item > a {
    background: linear-gradient(135deg, #0060ff, #004ac2);
    color: #ffffff;
    border-radius: 50%;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 20px;
    box-shadow: 0 8px 20px rgba(0, 96, 255, 0.3);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.site-header .main-navigation .menu-bar-item > a svg {
    fill: #ffffff;
    width: 18px;
    height: 18px;
}

.site-header .main-navigation .menu-bar-item > a:hover {
    transform: translateY(-4px) scale(1.05);
    box-shadow: 0 12px 25px rgba(0, 96, 255, 0.5);
    color: #ffffff;
}

/* -----------------------------------------
   2. MOBILE HEADER STYLES (Max-width: 768px)
   ----------------------------------------- */
@media only screen and (max-width: 768px) {
    /* Hide Desktop Header strictly on mobile */
    .site-header {
        display: none !important;
    }

    /* Mobile Header Wrapper */
    #mobile-header {
        background-color: transparent !important;
        padding: 12px 15px !important;
        display: block !important;
        z-index: 1000 !important; 
    }

    /* The Pill Container */
    #mobile-header .inside-navigation {
        background-color: #ffffff !important;
        border-radius: 40px !important;
        padding: 8px 18px !important;
        box-shadow: 0 8px 20px rgba(0, 96, 255, 0.08) !important;
        border: 1px solid rgba(0, 96, 255, 0.1) !important;
        display: flex !important;
        flex-wrap: wrap !important;
        align-items: center !important;
        justify-content: flex-end !important;
    }

    /* 1. Logo (Pushed to Left, Increased Size & Centered) */
    #mobile-header .site-logo.mobile-header-logo {
        margin-right: auto !important; 
        display: flex !important;
        align-items: center !important;
        order: 1 !important;
        float: none !important;
        padding: 0 !important;
    }
    
    #mobile-header .site-logo.mobile-header-logo a {
        display: flex !important;
        align-items: center !important;
    }
    
    #mobile-header .site-logo.mobile-header-logo img {
        height: 45px !important; /* Fixed tiny logo issue */
        width: auto !important;
        max-width: 220px !important;
        padding: 0 !important;
        margin: 0 !important;
        display: block !important;
    }

    /* 2. Search Icon (Middle) */
    #mobile-header .menu-bar-items {
        display: flex !important;
        order: 2 !important;
        float: none !important;
        margin-right: 12px !important;
    }
    #mobile-header .menu-bar-item > a {
        background: linear-gradient(135deg, #0060ff, #004ac2) !important;
        color: #ffffff !important;
        border-radius: 50% !important;
        width: 38px !important;
        height: 38px !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        box-shadow: 0 4px 10px rgba(0, 96, 255, 0.3) !important;
        padding: 0 !important;
    }
    #mobile-header .menu-bar-item > a svg {
        fill: #ffffff !important;
        width: 16px !important;
        height: 16px !important;
    }

    /* 3. Hamburger Menu (Right) */
    #mobile-header .menu-toggle {
        order: 3 !important;
        background: transparent !important;
        color: #0060ff !important;
        float: none !important;
        border: none !important;
        padding: 0 !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        width: 38px !important;
        height: 38px !important;
    }
    #mobile-header .menu-toggle .gp-icon svg {
        width: 28px !important;
        height: 28px !important;
        fill: #0060ff !important;
    }
    #mobile-header .menu-toggle .mobile-menu {
        display: none !important; 
    }

    /* 4. Dropdown Menu (Bottom) */
    #mobile-header .main-nav {
        order: 4 !important;
        flex-basis: 100% !important;
        width: 100% !important;
        background: #ffffff !important;
        border-radius: 16px !important;
        margin-top: 15px !important;
        box-shadow: 0 10px 25px rgba(0,0,0,0.1) !important;
        z-index: 9999 !important;
    }
}







/* Container ko logo ke size ke hisab se shrink aur center karne ke liye */
.rjk-logo-footer {
    width: max-content !important; /* Box ko content ke hisab se chota karega */
    margin: 0 auto 20px auto !important; /* Box ko screen ke bilkul center mein set karega */
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    
    /* Padding taaki logo chipka hua na lage */
    padding: 6px 15px !important; 
    box-shadow: 4px 4px 0px 0px #0060ff !important;
    
}

/* Mobile ke liye thoda adjust */
@media (max-width: 768px) {
    .rjk-logo-footer {
        padding: 10px 25px !important;
        border-radius: 25px 0 25px 0 !important;
        box-shadow: 4px 4px 0px 0px #0060ff !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: #0060ff !important;
    border-radius: 10px 0px 19px 0px !important;
    border-right: 6px solid black !important;
}





/* (WordPress comments) */
#reply-title {
    color: #ffffff !important;
    background-color: #0060ff !important;
    border-radius: 10px !important;
    border-right: 6px solid black !important;
    padding: 8px 15px; /* Thodi padding add ki hai taaki text background ke borders se na chipke */
    display: inline-block; /* Ye line background color ko sirf text ki width tak limit rakhegi, pure page par nahi failegi */
}