.elementor-128306 .elementor-element.elementor-element-b34006e{--display:flex;}.elementor-128306 .elementor-element.elementor-element-8d79ff0 > .elementor-widget-container{padding:40px 0px 70px 0px;}@media(max-width:991px){.elementor-128306 .elementor-element.elementor-element-8d79ff0 > .elementor-widget-container{padding:20px 0px 40px 0px;}}/* Start custom CSS for shortcode, class: .elementor-element-8d79ff0 */.wpcf7 label br {
    display: none;
}

.wpcf7 p {
    margin-bottom: 0;
}

.wpcf7 label {
    color: #8197BF;
    display: block;
    margin-bottom: 6px;
    font-weight: 500;
}

.form-row {
    display: flex;
    gap: 20px;
    width: 100%;
    margin-bottom: 10px;
}

.wpcf7 {
    position: relative;
}
.wpcf7-form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background-color: #f9f9f9;
    padding: 24px;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
    max-width: 800px;
    margin: 0 auto;
}


.wpcf7 input,
.wpcf7 textarea,
.wpcf7 select {
    width: 100%;
    display: block;
    padding: 12px 16px;
    border: 1px solid #ccc;
    border-radius: 8px;
    font-size: 16px;
    background-color: #fff!important;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.wpcf7 input:focus,
.wpcf7 textarea:focus,
.wpcf7 select:focus {
    border-color: #f26522;
    outline: none;
    box-shadow: 0 0 6px rgba(242,101,34,0.3);
}

.wpcf7 textarea {
    min-height: 100px;
    width: 100%;
    resize: vertical;
}

.wpcf7-submit {
    background-color: #be2220;
    color: #fff;
    padding: 12px 24px;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    cursor: pointer;
    transition: background-color 0.3s ease;
    margin-top: 12px;
    display: block;
    margin: 0 auto;
}

.form-col-50,
.form-col-100 {
  position: relative;
  width: 100%;
}

.form-col-50 {
    flex: 1 1 calc(50% - 10px);
}

.form-col-100 {
    flex: 1 1 100%;
}
.wpcf7-submit:hover {
    background-color: #57ace5;
}

.wpcf7-response-output {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    margin-top: 8px!important;
    padding: 10px 16px!important;
    background-color: #fff3cd;
    color: #856404;
    border: 1px solid #ffeeba;
    border-radius: 6px;
    font-size: 14px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.05);
    z-index: 10;
    text-align: center;
}

span.wpcf7-not-valid-tip {
    margin-top: 5px;
    font-size: 12px;
}

@media (max-width: 768px) {
    .wpcf7-form {
        flex-direction: column;
        align-items: stretch;
    }
    
    .form-col-50,
    .wpcf7 input,
    .wpcf7 textarea,
    .wpcf7 select,
    .wpcf7-submit {
        flex: 1 1 100%;
        width: 100%;
    }

    span.wpcf7-not-valid-tip {
        position: relative;
        margin-top: 5px;
    }
}/* End custom CSS */