/* 
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 */

.wpcf7-form-control-wrap {
    position: relative;
}
.wpcf7-form label {
    display: block;
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 0px;
    text-align: left;
}
.wpcf7-form .new-form {
    padding: 40px 0px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px 60px;
}
.wpcf7-form input[type="text"], .wpcf7-form input[type="email"], .wpcf7-form input[type="tel"], .wpcf7-form textarea, .wpcf7-form select {
    width: 100%;
    background: rgba(255, 255, 255, 0.25);
    border: none;
    border-radius: 5px;
    color: #ffffff;
    padding: 11px 16px;
    font-size: 14px;
    outline: none;
    font-family: inherit;
    margin-bottom: 0px;
    margin-top: 15px;
}
.wpcf7-form textarea {
    max-height: 134px;
    resize: vertical;
}
.text-field p {
    display: flex;
    gap: 15px;
    margin-bottom: 20px;
}
.wpcf7-form input[type="submit"]:hover, .wpcf7-form .wpcf7-submit:hover {
    background: #162260;
}
.wpcf7-form input[type="submit"], .wpcf7-form .wpcf7-submit {
    background: #1c2b6e;
    color: #ffffff;
    border: none;
    border-radius: 40px;
    padding: 15px 42px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    cursor: pointer;
}
button.wpcf7-submit {
    display: flex;
    gap: 0px;
    padding: 8px 10px 8px 20px !important;
    align-items: center;
    margin: auto;
    border-radius: 32px 32px 32px 32px;
}
span.cf7icon {
    padding-left: 15px !important;
}
.elementor-button-icon svg {
    height: 43px;
    width: 43px;
}
.elementor-button span {
    align-items: center;
}
.elementor-button-icon {
    align-items: center;
    display: flex;
}
option {
  background-color: #CC0C2F;
  color: #fff;
}
@media(max-width:768px){
	.wpcf7-form .new-form {
		display: block;}
}