/* 
Theme Name: Hello Elementor Child
Theme URI: https://cardinaldev.solutions
Description: Hello Elementor Child is a child theme of Hello Elementor
Author: Elementor Team / Cardinal
Author URI: https://cardinaldev.solutions
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 */

body.home .index-top-badges .elementor-widget-container,
body.home .index-top-badges .elementor-widget-container .elementor-icon-box-content {
    display: flex;
    justify-content: center;
}

body.home .index-top-badges .elementor-widget-container .elementor-icon-box-content  {
    flex-direction: column;
    align-items: center;
}

body.home .index-top-badges .elementor-icon-box-wrapper,
body.home .index-top-badges .elementor-icon-box-content,
body.home .index-top-badges .elementor-icon-box-title {
    width: fit-content;
}

#schimbare-furnizor-energie,
#centrale-termice,
#aparate-aer-conditionat {
    cursor: pointer;
}

.custom-popup-container h2 {
    text-align: left!important;
    font-family: "Inter", Sans-serif!important;
    font-size: 1.75rem!important;
    font-weight: 700!important;
}

.wpcf7-form p {
    font-size: 14px;
    font-weight: 500;
    color: black;
}

.wpcf7-form .form-row,
.wpcf7-form .form-row.files > p{
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}

.form-row > p {
    flex-grow: 1;
}

.wpcf7-form .form-row.files > p > br {
    display: none;
}

.wpcf7-form label {
    text-align:left;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.wpcf7-form .form-row-gdpr {
    background-color: #f9fafb;
    padding: 15px;
    margin-bottom: .9rem;
}

.wpcf7-form .form-row-gdpr label {
    flex-direction: row;
}

.wpcf7-form .form-row-gdpr label span {
    color: #6b7280;
    font-weight: 400;
}

.wpcf7-form input[type="tel"],
.wpcf7-form input[type="text"],
.wpcf7-form input[type="number"],
.wpcf7-form input[type="email"],
.wpcf7-form textarea[name="mesaj"] {
    border-color: #bccadc;
}

.custom-popup-container {
    max-width: 50vw;
    max-height: 90dvh!important;
}

.custom-popup-container .wpcf7-spinner {
    display: none;
}

.files-wrap {
    background-color: #eff6ff;
    margin-bottom: 10px;
    padding: 25px;
}

.wpcf7-submit {
    background-color: #1e40af;
    border-color: #1e40af;
    color: white;
}

.wpcf7-submit:not(:disabled):hover {
    background-color: white;
    color: #1e40af;
}

.wpcf7-submit:disabled {
    opacity: 0.5;
}

.custom-popup-container .ays-pb-modal-close {
    top: 20px!important;
    max-height: 36px;
    padding: 0 5px;
}

.custom-popup-container .ays-pb-modal-close:hover {
    background-color: rgba(241, 245, 249, 0.05);
}

@media (max-width:767px) {
    .custom-popup-container {
        height: auto!important;
    }
}