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

/* 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 */
/*
.ast-footer-widget-area {
    background-color: #000000 !important;
}

.site-footer-primary-section-1,
.site-footer-primary-section-2,
.site-footer-primary-section-3,
.site-footer-primary-section-4,
.site-footer-primary-section-5 {
    background-color: #000000 !important;
}

.ast-footer-copyright {
    background-color: #000000 !important;
    color: #ffffff;
}
*/

/* Footer Widget Menu Heading */
.footer-widget-area .widget-title, h2.wp-block-heading{
    font-family: 'Montserrat', sans-serif !important;
    font-size: 25px !important;
    font-weight: 600 !important;
    color: #ffffff !important;
}

/* Footer Menu Items */
.footer-widget-area .menu li a{
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    line-height: 26px;
    color: #ffffff;
    text-decoration: none;
}

/* Space between menu items */
.footer-widget-area .menu li{
    margin-bottom: 12px;
}

/* Hover effect */
.footer-widget-area .menu li a:hover{
    color: #cccccc;
}

/* Footer menu hover move effect */
.footer-widget-area .menu li a{
    display: inline-block;
    transition: transform 0.2s ease;
}

.footer-widget-area .menu li a:hover{
    transform: translateX(2px);
}

/* Hide floating cart icon */
.moderncart-floating-cart-button {
    display: none !important;
}

/* Footer after section border with fade on sides */
.site-below-footer-wrap[data-section="section-below-footer-builder"] {
    background-color: #000000;
    min-height: 30px;
    border-top-width: 1px;
    border-top-style: solid;

    /* Create a gradient for border top: transparent → solid → transparent */
    border-image: linear-gradient(to right, transparent, var(--ast-global-color-6), transparent) 1;
}
/* Go To Top Button Default */
#ast-scroll-top {
    background-color: #54b435; /* main green */
    color: #ffffff; /* arrow color */
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    transition: transform 0.2s ease, background-color 0.2s ease;
}

/* Hover: subtle lift + quick scale “ready-to-go” effect */
#ast-scroll-top:hover {
    background-color: #43a12e; /* slightly darker green */
    transform: scale(1.15) translateY(-6px); /* zoom + lift */
}

/* Social icons on homepage only */
.home .is-style-default li a{
    width: 38px;
    height: 38px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

/* Default icon color */
.home .is-style-default li a svg{
    fill: #ffffff;
    transition: all 0.3s ease;
}

/* Hover effect: glow + zoom */
.home .is-style-default li a:hover{
    background-color: #ffffff;
    box-shadow: 0 0 12px 4px rgba(255,255,255,0.7);
    transform: scale(1.2); /* zoom effect */
}

/* Hover icon color */
.home .is-style-default li a:hover svg{
    fill: #000000;
}



/* Hide "Shipment 1" label in cart and checkout, keep price */
tr.woocommerce-shipping-totals.shipping th {
    display: none;
}




