/*
Theme Name: Besa Child
Theme URI: https://elementor.thembay.com/besa/
Author: Thembay
Description: This is a child theme for Besa
Version: 1.0
Author URI: https://thembay.com/
Template: besa
Text Domain: besa-child
*/

/*  [ Add your custom css below ]
- - - - - - - - - - - - - - - - - - - - */

/* Button Base Styles */
.custom-buttons-wrapper .button {
    transition: transform 0.3s ease, background-color 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}

/* WhatsApp Button Hover */
.custom-buttons-wrapper .whatsapp-button:hover {
    transform: scale(1.05);
    background-color: #20c253; /* Darker green */
    box-shadow: 0px 8px 12px rgba(0, 0, 0, 0.2);
}

/* Enquiry Button Hover */
.custom-buttons-wrapper .enquiry-button:hover {
    transform: scale(1.05);
    background-color: #00695c; /* Darker teal */
    box-shadow: 0px 8px 12px rgba(0, 0, 0, 0.2);
}

/* Button Active State */
.custom-buttons-wrapper .button:active {
    transform: scale(0.98);
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
}
