/*
Theme Name: Asri
Theme URI: http://asri.casethemes.net/landing
Author: Case-Themes
Author URI: https://casethemes.net/
Description: Asri is the best Elementor multipurpose theme that you have ever seen. It has more than 20 Compelete Elementor demos that can simply import and edit on Elementor.
Version: 1.1.3
License: ThemeForest
License URI: https://themeforest.net/licenses
Text Domain: asri
Tags:  	agency, blog, business, edd, elementor, gutenberg, magazine, modern gallery, creative, personal, photography, portfolio, shop, woocommerce 
*/

.my-custom-button {
    background-color: #007bff; /* Blue background */
    color: white; /* White text */
    padding: 10px 20px; /* Spacing inside the button */
    border: none; /* No border */
    border-radius: 5px; /* Slightly rounded corners */
    text-align: center; /* Center the text */
    text-decoration: none; /* Remove underline from the link */
    display: inline-block; /* Allows for proper padding and sizing */
    font-size: 16px;
    margin: 10px 0; /* Space above and below the button */
}

.my-custom-button:hover {
    background-color: #0056b3; /* Darker blue on hover */
    cursor: pointer;
}
