/**
Theme Name: Astra Child
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/
@import url('https://fonts.googleapis.com/css2?family=Arimo:wght@400;600;700&display=swap');

body {
    font-family: 'Arimo', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Arimo', sans-serif;
}

/* Product Title */
.woocommerce ul.products li.product .woocommerce-loop-product__title {
    font-size: 16px;
    font-weight: 400;
}
/* Product Price */
.woocommerce ul.products li.product .price {
    font-size: 18px;
    font-weight: 800;
	letter-spacing:2px
}
.dark-section {
    background-color: #242833;
    padding: 60px 0;
}
/* Hide image caption / alt text below images */
.wp-block-image figcaption {
    display: none;
}
.pheading{
	margin-top: -22px;
	font-weight: 400;
}
.pcaption{
	text-transform:uppercase;
	font-size:18px;
}
.hometags{
	text-align:center;
}
.lovegojo{
	margin-bottom:-60px !important;
	font-weight: 400;
}
.homecolumns {
    padding: 25px !important;
    text-align: center;
    margin: -7px !important;
	position: relative;
}
.homecolumns::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80%; /* controls how wide the visible part is */
    height: 2px;
    background: linear-gradient(
    to right,
    transparent,
    rgba(255,255,255,0.8),
    transparent
);
box-shadow: 0 0 8px rgba(255,255,255,0.4);

}
.homecolumns figure{
	width:150px;
	height:150px;
	margin:0 auto;
}
#tagdescr{
	font-size:18px;
}
.gojo-social-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 60px;
    margin-top: 40px;
}

.gojo-social-item a {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    color: black;
}

.icon-circle {
    width: 60px;
    height: 60px;
    background: black;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s ease;
}

.icon-circle svg {
    width: 26px;
    height: 26px;
    fill: white;
}

.gojo-social-item span {
    margin-top: 10px;
    font-size: 14px;
    font-weight: 500;
}

/* Hover Brand Colors */

.instagram:hover .icon-circle { background: #E4405F; }
.facebook:hover .icon-circle { background: #1877F2; }
.tiktok:hover .icon-circle { background: #000000; }
.pinterest:hover .icon-circle { background: #E60023; }
.x:hover .icon-circle { background: #000000; }
.youtube:hover .icon-circle { background: #FF0000; }

section#block-25, section#block-27, section#block-28, section#block-19{
	    margin: 0 !important;
}
section#block-25 p, section#block-27 p, section#block-28 p, section#block-19 p{
    margin-bottom: 15px !important;
}
/* Make Follow Us section full width on product pages */
.single-product .gojo-follow-us-section {
    width: 100vw;                      /* full viewport width */
    max-width: 100vw;                   /* remove container max width */
    margin-left: calc(-50vw + 50%);     /* center it */
    padding-left: 0;                    
    padding-right: 0;
    box-sizing: border-box;
}

/* Gradient bottom border for header */
.site-header {
    position: relative; /* allow pseudo-element to position */
	z-index: 10;
}

.site-header::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px; /* thickness of line */
    background: linear-gradient(to right,
        rgba(255, 255, 255, 0),   /* transparent left */
        #c0c0c0,                  /* silver middle */
        rgba(255, 255, 255, 0)    /* transparent right */
    );
    z-index: 4;
	pointer-events: none;  /* VERY IMPORTANT */
}


/* Announcement Bar */
.gojo-announcement-bar {
    color: #fff;
    padding: 10px 15px;
    text-align: center;
    font-size: 14px;
    position: relative;
    overflow: hidden;
	background-color:#1a1a1a;
}

/* Reverse Gradient Bottom Border */
.gojo-announcement-bar::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(
        to right,
        #6d6d6d 0%,
        rgba(255,255,255,0) 50%,
        #6d6d6d 100%
    );
	transform: scaleY(0.5);   /* makes it look 0.5px */
    transform-origin: bottom;
}

/* Slider */
.gojo-announcement-slider {
    position: relative;
    height: 22px;
    overflow: hidden;
}

.gojo-ticker {
    position: absolute;
    width: 100%;
    white-space: nowrap;
    left: 100%;
}

/* Slide in from RIGHT */
.gojo-ticker.enter {
    animation: slideIn 1s forwards;
}

/* Slide OUT to LEFT */
.gojo-ticker.exit {
    animation: slideOut 1s forwards;
}

@keyframes slideIn {
    from { left: 100%; }
    to { left: 0; }
}

@keyframes slideOut {
    from { left: 0; }
    to { left: -100%; }
}



/* Mobile */
@media (max-width: 768px) {
    .gojo-announcement-bar {
        font-size: 12px;
        padding: 8px 10px;
    }
	.homecolumns {
		margin-bottom: 15px !important;
	}
}

/* Announcement Bar */

/* Go To Top */
.gojo-scroll-top {
    position: fixed;
    right: 25px;
    bottom: 25px;
    width: 45px;
    height: 45px;
    background: #111;
    color: #fff;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border-radius: 50%;
    border: 1px solid #888;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 9999;
}

.gojo-scroll-top.show {
    opacity: 1;
    visibility: visible;
}

.gojo-scroll-top:hover {
    background: #222;
    transform: translateY(-3px);
}

/* Go To Top */
/* WhatsApp Button */
/*
@keyframes gojo-knock {
  0%, 90%, 100% { transform: translateY(0); }
  5% { transform: translateY(-8px); }         
  10% { transform: translateY(0); }           
}

.gojo-whatsapp-btn {
    position: fixed;
    left: 20px;
    bottom: 20px;
    display: flex;
    align-items: center;
    z-index: 9999;
    transition: transform 0.3s ease;
    animation: gojo-knock 5s ease-in-out infinite; 
}
*/
@keyframes gojo-jiggle {
  0%, 90%, 100% { transform: translateX(0); }  /* normal position */
  5% { transform: translateX(-5px) rotate(-5deg); } /* left tilt */
  10% { transform: translateX(5px) rotate(5deg); }  /* right tilt */
  15% { transform: translateX(0) rotate(0deg); }    /* back to normal */
}

.gojo-whatsapp-btn {
    position: fixed;
    left: 20px;
    bottom: 20px;
    display: flex;
    align-items: center;
    z-index: 9999;
    transition: transform 0.3s ease;
    animation: gojo-jiggle 5s ease-in-out infinite; /* 5s total cycle */
}



.gojo-whatsapp-btn:hover {
    transform: translateY(-3px);
}

.gojo-whatsapp-inner {
    display: flex;
    align-items: center;
    padding: 8px 15px;
}

.gojo-whatsapp-inner svg {
    width: 50px;
    height: 60px;
    border-radius: 50%;
}

.gojo-whatsapp-text {
    font-size: 16px;
    font-weight: 600;
    padding: 6px 12px;
    border-radius: 20px;
    color: #fff;
    opacity: 0;
    pointer-events: none;
    transform: translateX(-10px);
    margin-left: 10px;
    transition: all 0.3s ease;
}

.gojo-whatsapp-inner:hover .gojo-whatsapp-text {
    opacity: 1;
    transform: translateX(0);
    background: #25D366;
}
/* WhatsApp Button */


/* Fix submenu disappearing issue */
.main-header-menu .sub-menu {
    display: block;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.2s ease;
    z-index: 1000;
}

.main-header-menu li:hover > .sub-menu {
    opacity: 1;
    visibility: visible;
}

/* Remove gap between parent & submenu */
.main-header-menu li {
    position: relative;
}

.main-header-menu .sub-menu {
    margin-top: 0 !important;
    background-color: #fff !important;
    padding: 10px 0;
    border: none;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 999;
}
/* Submenu text white */
.main-header-menu .sub-menu li a {
    color: #000 !important;
    padding: 8px 20px;
}

/* Hover effect */
.main-header-menu .sub-menu li a:hover {
    text-decoration: underline;
    background: transparent;
}

/* Default border visible */
.site-header::after {
    transition: opacity 0.2s ease;
}

/* When header is hovered (submenu active) hide border */
.site-header:hover::after {
    opacity: 0;
}

section.ast-archive-entry-banner {
    padding: 51px 0px;
}

/* bundle price css */

/* 
.gojo-bundle-price.single-page {
    justify-content: flex-start;
    text-align: left;
}


.gojo-bundle-price:not(.single-page) {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
    margin: 5px 0;
    justify-content: center; 
    text-align: center;      
}

.gojo-bundle-price.single-page .gojo-old {
    font-size: 16px;
    color: #888;
	text-decoration: line-through;
}
.gojo-bundle-price.single-page .gojo-new {
    font-size: 22px;
    font-weight: 700;
    color: #fff;
}
.gojo-bundle-price.single-page .gojo-save {
    font-size: 16px;
    color: #ff2e2e;
}

.gojo-bundle-price.other-page .gojo-old {
    font-size: 11px;
    letter-spacing: initial;
    text-decoration: line-through;
    color: rgb(136, 136, 136);
}
.gojo-bundle-price.other-page .gojo-save {
    font-size: 11px;
    letter-spacing: initial;
    color: red;
}
.gojo-bundle-price.other-page .gojo-new {
     font-size: 18px;
    font-weight: 800;
    letter-spacing: 0px;
}
*/

/*
.gojo-bundle-price.single-page {
    justify-content: flex-start;
    text-align: left;
}

.gojo-bundle-price.single-page .gojo-old {
    font-size: 16px;
    color: #888;
    text-decoration: line-through;
}
.gojo-bundle-price.single-page .gojo-new {
    font-size: 22px;
    font-weight: 700;
    color: #fff;
}
.gojo-bundle-price.single-page .gojo-save {
    font-size: 16px;
    color: #ff2e2e;
}

.gojo-bundle-price:not(.single-page) {
    display: flex;
    align-items: center;
    gap: 6px;
    flex-wrap: wrap;
    margin: 3px 0;
    justify-content: center;
    text-align: center;
}

.gojo-bundle-price:not(.single-page) .gojo-old {
    font-size: 11px;
    letter-spacing: normal;
    text-decoration: line-through;
    color: rgb(136, 136, 136);
}
.gojo-bundle-price:not(.single-page) .gojo-new {
    font-size: 14px; 
    font-weight: 700;
    letter-spacing: 0px;
    color: #fff;
}
.gojo-bundle-price:not(.single-page) .gojo-save {
    font-size: 11px;
    letter-spacing: normal;
    color: red;
}
*/

/* Single product page */
.gojo-bundle-price.single-page {
    justify-content: flex-start;
    text-align: left;
    display: flex;
    align-items: center;
    gap: 6px;
    flex-wrap: wrap;
    margin: 3px 0;
}
.gojo-bundle-price.single-page .gojo-old {
    font-size: 16px;
    color: #888;letter-spacing: normal;
    text-decoration: line-through;
}
.gojo-bundle-price.single-page .gojo-new {
    font-size: 22px;
    font-weight: 700;
    color: #fff;
}
.gojo-bundle-price.single-page .gojo-save {
    font-size: 16px;
    color: #ff2e2e;
	color:red;
}

/* Other pages: Related Products, Home, Category */
.gojo-bundle-price.other-page {
    display: flex;
    align-items: center;
    gap: 6px;
    flex-wrap: wrap;
    margin: 3px 0;
    justify-content: center;
    text-align: center;
}
.gojo-bundle-price.other-page .gojo-old {
    font-size: 11px;letter-spacing: normal;
    text-decoration: line-through;
    color: #888;
}
.gojo-bundle-price.other-page .gojo-new {
    font-size: 18px;
    font-weight:600;
    letter-spacing: normal;
    color: #fff;
}
.gojo-bundle-price.other-page .gojo-save {
    font-size: 11px;letter-spacing: normal;
    color: red;
}

/* Secondary small bundle price on single product page */
.gojo-bundle-price.single-page.secondary {
    display: flex;
    align-items: center;
    gap: 5px;
    flex-wrap: wrap;
    justify-content: flex-start; /* or center if you prefer */
    margin: 2px 0;
}

.gojo-bundle-price.single-page.secondary .gojo-old {
    font-size: 11px;
    color: #888;
    text-decoration: line-through;
}

.gojo-bundle-price.single-page.secondary .gojo-new {
    font-size: 13px;
    font-weight: 600;
    color: #fff;
}

.gojo-bundle-price.single-page.secondary .gojo-save {
    font-size: 11px;
    color: red;
}

.gojo-arrow-link {
    font-weight: 400;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    font-size: 20px;
	margin-block-start: 5px;
}

.gojo-arrow-link .arrow {
    transition: transform 0.3s ease;
}

.gojo-arrow-link:hover .arrow {
    transform: translateX(6px);
}

