
.contact-form {
    margin-top: 30px;
    padding: 32px;
    backdrop-filter: blur(25px);
    background: #ffffff04;
    border: 1px solid #ffffff25;
    border-radius: 20px;
}

.contact-form input, .contact-form textarea{
    background: #ffffff00;
    border: 1px solid #ffffff46;
    color: #ffffff;
    padding: 16px 16px;
    border-radius: 10px !important;
    -webkit-border-radius: 10px !important;
    -moz-border-radius: 10px !important;
    -ms-border-radius: 10px !important;
    -o-border-radius: 10px !important;
    outline: none;
    height: auto !important;
    width: 100%;
    box-sizing: border-box;
    font-size: 16px;
    color: #fff;
    padding-left: 16px !important;
}

.contact-form textarea{
    height: 150px !important;
}


  .contact-form label{
    margin-top: 15px;
    font-size: 14px;
    padding-left: 15px;
    margin-bottom: 5px;
    text-transform:uppercase;
    font-weight: 400;
  }

  input[type="submit"]{
    position: relative;
    margin-top: 15px;
    font-size: 14px;
    border-radius: 50px;
    padding: 10px 30px !important;
    color: #fff;
    overflow: hidden;
    border-radius: 60px !important;
    border-left-width: 1px;
    border-right-width: 1px;
    border-style: solid;
    border-top-width: 1px;
    will-change: auto;
    line-height: 150% !important;
    border-bottom-width: 1px;
    transition: all ease .3s;
    -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
    -ms-transition: all ease .3s;
    -o-transition: all ease .3s;
    width: auto;
    background:linear-gradient(90deg, var(--primary-color) 0%, var(--secondary-color) 100%);
    box-shadow:var(--secondary-color) 0px 0px 15px 0px, rgba(255, 255, 255, 0.76) 0px 0px 4px 0px inset !important;
    border-color: var(--secondary-color);
    -webkit-border-radius: 60px !important;
    -moz-border-radius: 60px !important;
    -ms-border-radius: 60px !important;
    -o-border-radius: 60px !important;
}


.contact-form select{
    width: 100% !important;
    height: auto !important;
    padding: 16px 16px !important;
    border-radius: 10px !important;
    -webkit-border-radius: 10px !important;
    -moz-border-radius: 10px !important;
    -ms-border-radius: 10px !important;
    -o-border-radius: 10px !important;
    outline: none !important;
    font-size: 16px !important;
    color: #fff !important;
    border: 1px solid #ffffff46 !important;
    box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    -ms-box-sizing: border-box !important;
    -o-box-sizing: border-box !important;

    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
  
    background: url("data:image/svg+xml;utf8,<svg fill='%23666' height='26' viewBox='0 0 24 24' width='26' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/></svg>");
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 26px;
}



.contact-form input:focus-visible, .contact-form textarea:focus-visible{
    border-color: var(--primary-color);
    border-width: 1px;
  }

  .wpcf7-not-valid-tip {
    font-size: 14px;
    padding-left: 15px;
}