/*
Theme Name: Astra Child
Theme URI: https://wpastra.com/
Description: Custom child theme for e-commerce website
Author: Abu
Template: astra
Version: 1.0.0
*/

/* ==========================================================================
   Global Brand Color Tokens (Centralized)
   Change colors HERE to update the entire website automatically!
   ========================================================================== */
:root {
    /* Primary Brand Colors */
    --jeeva-green: #045A31;
    --jeeva-green-hover: #034224;
    --jeeva-green-rgb: 4, 90, 49;

    --jeeva-orange: #F47521;
    --jeeva-orange-hover: #dd6212;
    --jeeva-orange-rgb: 244, 117, 33;

    /* Backgrounds, Text & Dividers */
    --jeeva-bg-stone: #f3f2eb;
    --jeeva-title: #222623;
    --jeeva-text: #666c68;
    --jeeva-border: rgba(0, 0, 0, 0.07);
}

/* Custom styles will go here */

/* Reposition Astra Scroll to Top Button Above WhatsApp Widget */
#ast-scroll-top.ast-scroll-to-top-right,
body #ast-scroll-top:not(.ast-scroll-to-top-left) {
    bottom: 96px !important;
    right: 36px !important;
    z-index: 99998 !important;
    border-radius: 50% !important;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.18) !important;
    transition: bottom 0.25s ease, transform 0.2s ease, background-color 0.2s ease, opacity 0.25s ease !important;
}

#ast-scroll-top.ast-scroll-to-top-right:hover,
body #ast-scroll-top:not(.ast-scroll-to-top-left):hover {
    transform: translateY(-3px) !important;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.25) !important;
}

@media (max-width: 640px) {
    #ast-scroll-top.ast-scroll-to-top-right,
    body #ast-scroll-top:not(.ast-scroll-to-top-left) {
        bottom: 84px !important;
        right: 25px !important;
    }
}