/* 
Theme Name: My Bali Tour Themes
Theme URI: https://mystaging.my.id/
Description: My Bali Tour Themes is a child theme of Hello Elementor
Author: Nir
Author URI: https://mystaging.my.id/nir
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

.booking-button {
    background-color: #FF7757;
    font-family: "Rubik", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    border-radius: 12px 12px 12px 12px;
    padding: 10px 15px 10px 15px;
    color: #FFFFFF;
}

.contact-button {
	display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: fit-content;
	gap: 10px;
    background-color: #FF7757;
    font-family: "Rubik", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    border-radius: 12px 12px 12px 12px;
    padding: 10px 15px 10px 15px;
    color: #FFFFFF;
}