/*
Template:       tripfery
Theme Name:     Tripfery Child Theme
Theme URI:      http://radiustheme.com/demo/wordpress/themes/tripfery.com
Author:         RadiusTheme
Author URI:     http://radiustheme.com
Description:    Tripfery is an Travel Booking WordPress.
Version:        1.0
Text Domain:    tripfery
Tags: 			theme-options, featured-images, post-formats, one-column, two-columns, right-sidebar, custom-background, custom-header, editor-style, sticky-post, threaded-comments, translation-ready
License:   	  	Envato split License
License URI:  	https://themeforest.net/licenses/terms/regular
*/
/* Book now css */
.accordion-button {
    display: inline-block;
    background-color: #384bff; /* Button background color */
    color: #ffffff; /* Button text color */
    padding: 10px 15px;
    border: none; /* Remove border */
    border-radius: 3px; /* Border radius */
    font-size: 16px;
    cursor: pointer;
    font-weight: bold;
    text-align: center;
    width: 70%; /* Button width as 70% of the container */
    margin: 0 auto; /* Center the button horizontally */
}

.accordion-button:hover {
   /* background-color: #384bff; /* No hover color change */
}

.accordion-content {
    display: none; /* Hidden by default */
    margin-top: 10px;
    border: 1px solid #ddd;
    padding: 15px;
    border-radius: 5px;
    background-color: #f9f9f9;
}

.accordion-content.active {
    display: block; /* Show when active */
    
}
.book-now-container p{
font-size: 18px;
margin-top: 10px;

}