/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
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: 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 */

/* Contact form */
/* Container for the columns */
.cf7-row {
    display: flex;
    flex-wrap: wrap;
    gap: 20px; /* Space between the columns */
    margin-bottom: 15px; /* Space below the row */
}

/* Individual columns */
.cf7-column {
    flex: 1;
    /* min-width: 250px; Forces stack layout on mobile viewports */
    /* width: 50%; */
}

/* Ensure form fields take full width of their column container */
.cf7-column input,
.cf7-column select {
    width: 100%;
    box-sizing: border-box;
}
.cf7-row-submit p{
    display: flex;
    flex-direction: column;
}
.cf7-row-submit input{

}
.cf7-row-submit .wpcf7-spinner{

}

/* Add space and style the icon inside the submit button */
.wpcf7-submit.custom-submit-btn {
    position: relative;
    display: flex !important;
    justify-content: center;
    align-items: center;
    gap: 8px;
}
.wpcf7-submit.custom-submit-btn svg{
    width: 20px;
    height: 20px;
}

body.tahefobu-hide-theme-footer .main-footer{
    display: block !important;
}
#tahefobu-header.ta-sticky-active .top-header>div{
    background-color: white;
    box-shadow: 0px -11px 20px -2px #000;
}

.newsletter-subscription{
    display: flex;
    flex-direction: row;
    gap : 12px;
}
.newsletter-subscription>p{
    flex-grow: 1;
}
.newsletter-subscription>p label{
    display: block;
    width: 100%;
}
.newsletter-subscription>p.input-mail{
    width: 70%;
}
.newsletter-subscription input[type="email"]{
    color: #FFF;
    font-family: "Inter", Sans-serif;
    font-size: 18px;
    font-weight: 500;
    padding: 14px 20px;
    background-color: #000;
    border: 1px solid #2c2c2c;
    border-radius: 8px;
    width: 100%;
}
.newsletter-subscription input[type="submit"]{
    color: #FFF;
    font-family: "Inter", Sans-serif;
    font-size: 18px;
    font-weight: 500;
    padding: 14px 32px;
    background-color: #0084d1;
    border-radius: 8px;
    width: 100%;
    border: none;
}