/*
Theme Name: Elessi Theme Child
Theme URI: https://elessi.nasatheme.com/demo/
Description: This is a child theme for Elessi Theme
Author: NasaTheme team
Author URI: https://nasatheme.com
Template: elessi-theme
Version: 1.0
*/


/*************** ADD YOUR CUSTOM CSS IN THIS AREA ***************/
/* Elessi WhatsApp Order Button Styling */
.wa-checkout-wrapper {
    margin-top: 25px;
    margin-bottom: 25px;
}

.wa-order-btn {
    background-color: #25D366 !important; /* WhatsApp Green */
    color: #ffffff !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    padding: 18px 25px !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 4px; /* Matches Elessi default */
    transition: all 0.3s ease-in-out !important;
    box-shadow: 0 4px 15px rgba(37, 211, 102, 0.3);
    border: none !important;
    text-decoration: none !important;
}

.wa-order-btn i {
    font-size: 22px;
    margin-right: 12px;
}

.wa-order-btn:hover {
    background-color: #128C7E !important; /* Darker Green */
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(37, 211, 102, 0.4);
    color: #ffffff !important;
}

/* Optional: Subtle Pulse Animation */
@keyframes wa-pulse {
    0% { box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.7); }
    70% { box-shadow: 0 0 0 10px rgba(37, 211, 102, 0); }
    100% { box-shadow: 0 0 0 0 rgba(37, 211, 102, 0); }
}

.wa-order-btn {
    animation: wa-pulse 2s infinite;
}

/*WhatsApp Ask Question Button*/

.wp-chat-button {
   background-color: #25D366 !important; /* WhatsApp Green */
    color: #ffffff !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    padding: 5px 5px 20px 5px !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 4px; /* Matches Elessi default */
    transition: all 0.3s ease-in-out !important;
    box-shadow: 0 4px 15px rgba(37, 211, 102, 0.3);
    border: none !important;
    text-decoration: none !important;
}

.wp-chat-button:hover {
 background-color: #128C7E !important; /* Darker Green */
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(37, 211, 102, 0.4);
    color: #ffffff !important;
}

.wp-chat-container {
    margin-top: 15px;
    margin-bottom: 15px;
}