/* Form css*/
.form-section .form-control {
    border-radius: 10px;
    padding: 20px;
    height: 75px;
    border: 1px solid #00000038;
    position: relative;
    color: #979797;
}
.form-section .form-control::placeholder{
    color: #979797;
}
.cta-wrapper .invalid .wpcf7-response-output {
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 12px;
    width: 82%;
    text-align: right;
}
.cta-wrapper {
    padding: 40px;
}
.cta-wrapper .btn {
    color: var(--darkblue) !important;
    background: #E6F0FA;
}
.cta-wrapper .btn:focus-visible {
    background: #fff;
}
.ctct-form input {
    border: 1px solid #D4DDE5;
    height: 60px;
    border-radius: 10px;
}
.ctct-form {
    display: flex;
    justify-content: center;
    position: relative;
    width: 80%;
    margin: 0 auto;
}
.subscribe-form .ctct-form-field-email, .subscribe-form .subscribe-form .form-control {
    flex: 0 0 100%;
    position: relative;
}
.subscribe-form .ctct-form-field-email input {
    width: 100%;
    padding: 10px;
}
.subscribe-form .ctct-form-field-submit input, .subscribe-form .submit-btn {
    position: absolute;
    right: 0;
    width: 134px;
    font-size: 18px;
    border: 2px solid #fff;
    font-weight: 600;
    background-image: url(/wp-content/uploads/2024/10/button-aarow.svg) !important;
    background-repeat: no-repeat !important;
    background-position: center right 15px !important;
    text-indent: -15px;
    background-size: 10px !important;
    background-color: #f95b46;
    color: #fff !important;
}
.subscribe-form .submit-btn {
    background-position: center right 15px;
    height: 60px;
      bottom: 0;
}
.cta-form .wpcf7-form {
    display: flex;
    justify-content: center;
    position: relative;
    width: 80%;
    margin: 0 auto;
    background: #fff;
    border-radius: 10px;
}
.cta-form .wpcf7-form .form-group {
    margin-bottom: 0;
    padding: 0;
}
 .wpcf7-form  .subscribe-form .form-control {
    height: 60px;
    padding: 10px !IMPORTANT;
}

.cta-form .wpcf7-form .subscribe-form {
    width: 100%;
}
.subscribe-form .ctct-form-field-submit input:hover,  .subscribe-form .submit-btn:hover, .subscribe-form .submit-btn:focus-visible {
    background-color: var(--darkblue) !important;
}
.subscribe-form .ctct-form-field-email input::placeholder, .subscribe-form .ctct-form-field-email input, .subscribe-form .form-control, .subscribe-form .form-control::placeholder {
    color: #343E49 !important;
}
.form-control.wpcf7-not-valid {
    border: 2px solid #DC3231 !important;
}
.custom-radio .wpcf7-list-item {
    display: block;
    margin-bottom: 10px;
    margin-left: 0;
}
.wpcf7-list-item-label {
    display: inline !important;
    opacity: 1 !important;
    transition: 0s !important;
    font-size: 14px;
}
.form-section textarea.form-control {
    height: 150px;
    resize: none;
}
@media only screen and (max-width: 767px)
{
    .cta-form .wpcf7-form {
    width: 100%;
}
.cta-wrapper {
    padding: 10px;
}
.form-section textarea.form-control {
    height: 120px;
}

}