/**
Theme Name: Astra Child
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/

.top_header_icon .elementor-icon-list-icon svg {
   filter: brightness(0) saturate(100%) invert(15%) sepia(37%) saturate(5904%) hue-rotate(340deg) brightness(112%) contrast(106%);
}
.slider-box .elementor-slide-heading {
    background: #fff;
    display: inline;
    padding: 8px 25px;
    border-radius: 5px;
}
.slider-box .elementor-slide-description{
    background: #be1e27;
    padding: 8px 25px;
    border-radius: 5px;
	margin-top: 20px;
	
}
.form-tab-box .e-n-tab-icon svg  {
    filter: brightness(0) saturate(100%) invert(100%) sepia(8%) saturate(0%) hue-rotate(58deg) brightness(106%) contrast(100%) !important;
}


/* --- Tabs Buttons --- */
.tf-search-form .tf-tabs-menu {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

.tf-search-form .tf-tabs-menu li a {
    display: flex;
    align-items: center;
    gap: 6px;
    background-color:#bf1425; /* Green default */
    color: #fff;
    padding: 8px 20px;
    border-radius: 30px;
    font-weight: 600;
    box-shadow: 0 3px 6px rgba(0,0,0,0.15);
    transition: all 0.2s ease;
}

.tf-search-form .tf-tabs-menu li.active a {
    background-color: #008d3b; /* Red for active tab */
}

.tf-search-form .tf-tabs-menu li a:hover {
    transform: translateY(-2px);
}

/* --- Form Container --- */
.tf-search-form-horizontal {
    background: #ffffff;
    border-radius: 16px;
    padding: 14px 16px;
    box-shadow: 0 12px 28px rgba(10, 31, 68, 0.12);
}

/* --- Input fields --- */
.tf-search-form-horizontal input,
.tf-search-form-horizontal select {
    border: none;
    background: #f2f6fb;
    border-radius: 12px;
    height: 48px;
    padding: 0 14px;
    font-weight: 500;
}

.tf-search-form-horizontal input:focus,
.tf-search-form-horizontal select:focus {
    outline: none;
    box-shadow: 0 0 0 2px #1a56db22;
    background: #fff;
}

/* --- Checkbox fields --- */
.tf-search-form-horizontal .tf-form-checkbox {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
    background: transparent;
}

/* --- Submit button --- */
.tf-search-form-horizontal button {
    background-color: #1a56db;
    border-radius: 12px;
    font-weight: 700;
    padding: 0 22px;
    height: 48px;
    border: none;
    transition: background 0.2s ease;
}

.tf-search-form-horizontal button:hover {
    background-color: #144bb3;
}





.tf-booking-form-tab .tf_btn.active {
    background-color: #008d3b;
    border-color: #008d3b;
    color: #fff;
}
button.tf-tablinks.active {
    background: #008d3b;
    color: #fff;
    outline: none;
}
input[type="submit"].tf_btn_secondary:hover, .tf_btn_secondary:hover {
    color: #fff;
    background-color: #be1e27;
    border-color: #be1e27;
}
input[type="submit"].tf_btn_secondary, .tf_btn_secondary {
    color: #fff;
    background-color: #bf1425;
    border-color: #be1e27;
}
input[type="submit"].tf_btn, .tf_btn {
    color: #fff;
    background-color: #be1e27;
    border-color: #be1e27;
    padding: 14px 30px;
}
input[type="submit"].tf_btn:hover, .tf_btn:hover {
    color: #fff;
    background-color: #008d3b;
    border-color: #008d3b;
}