/*
Theme Name: Astra Child
Theme URI: https://wpastra.com/
Description: Child theme for Astra
Author: Your Name
Author URI: https://yourwebsite.com/
Template: astra
Version: 1.0.0
Text Domain: astra-child
*/

/* Custom CSS can go below this line */
.whatsapp-inquiry-btn {
    display: inline-block;
    background: #25D366;
    color: #fff;
    padding: 5px 8px;
    border-radius: 6px;
    font-weight: 600;
    text-decoration: none;
    transition: 0.3s;
}
.whatsapp-inquiry-btn:hover {
    background: #1ebe5d;
}
