/*
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.2
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
*/
/* Separator */
.aqx-form-separator {
    border-top: 1px solid #5bc0de6e;
    margin: 15px 0 25px 0;
}

/* Section Header */
.aqx-form-section-header {
    font-weight: bold;
    font-family: "Oxygen", Sans-serif;
    font-size: 1.5rem;
    margin-top: 30px;
    margin-bottom: 15px;
    color: #ffffff;
}

/* Form Row */
.aqx-form-row {
    margin-bottom: 15px;
}

/* Checkbox */
.aqx-form-checkbox {
    display: flex;
    align-items: center;
}

.aqx-form-check-input {
    margin-right: 10px;
}

/* Label */
.aqx-form-label {
    display: block;
    margin-bottom: 11px;
    font-family: "Oxygen", Sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    line-height: 27px;
}

.aqx-form-label.required:after {
    content: " *";
    color: #54b2df;
}

/* Select (Dropdown) */
.aqx-form-select {
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}

/* Form Control (Input, Textarea) */
.aqx-form-control {
    width: 100%;
    padding: 15px !important;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 10px !important;
    margin-bottom: 10px;
}

/* Buttons */
.aqx-btn-group {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.aqx-form-btn {
    padding: 20px 40px;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
    color: #fff;
    background-color: #ec5e72;
    border: 1px solid #ec5e72;
    border-radius: 10px;
    cursor: pointer;
    transition: background-color 0.15s ease-in-out;
}

.aqx-form-btn:hover {
    background-color: #54b2df;
}

.aqx-form-btn-check {
    display: none; /* Hide the radio input */
}

.aqx-form-btn-check + .aqx-form-btn {
    background-color: #fff;
    color: #007bff;
}

.aqx-form-btn-check:checked + .aqx-form-btn {
    background-color: #007bff;
    color: #fff;
}

/* Rating */
.aqx-form-rating {
    display: flex;
    align-items: center;
}

.aqx-form-rating-label {
    margin-right: 10px;
    cursor: pointer;
}

.aqx-form-rating-star {
    font-size: 1.5rem;
    color: #ffc107;
}

.aqx-form-rating-input {
    display: none; /* Hide the radio input */
}

.aqx-form-rating-input:checked ~ .aqx-form-rating-star {
    color: #ffc107;
}

/* Form Submit Button */
.aqx-form-submit-btn {
    padding: 20px 40px;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    background-color: #ec5e72;
    border: none;
    flex-basis: 100%;
    border-radius: 10px;
    cursor: pointer;
    transition: background-color 0.3s transform;
    margin-top: 25px;
    width: 100%;
}

.aqx-form-submit-btn:hover {
    background-color: #54b2df;
}

.elementor-3032 .elementor-element.elementor-element-86c6332 .elementor-icon-list-text, .elementor-3032 .elementor-element.elementor-element-86c6332 .elementor-icon-list-text a {
    color: #FFFFFFCF !important;
}
