
/* -----form css start---------- */


#wpforms-form-96 textarea::placeholder, #wpforms-form-96 input::placeholder {
    font-size: 29px;
    color: #ffffff;
    font-weight: 500;
    font-family: "Barlow Condensed";
}
#wpforms-form-96 input::placeholder {
    color: #ffff !important;
    opacity: 100% !important;
}
 #wpforms-form-96 input,#wpforms-form-96 select {
    height: 65px !important;
    background-color: #0a5074 !important;
    border: 0px solid #080808 !important;
    font-size: 29px;
    color: #ffffff;
    font-weight: 500;
    font-family: "Barlow Condensed";
    border-radius: 0;
}
#wpforms-form-96 textarea::placeholder{
 opacity: 100% !important;
     color: #ffff !important;
 }

#wpforms-form-96 textarea{
    background-color: #0a5074 !important;
    border: 0px solid #080808 !important;
    font-size: 29px;
    color: #ffffff;
    font-weight: 500;
    font-family: "Barlow Condensed";
    border-radius: 0;
   
}

#wpforms-form-96 button {
    display: block;
    width: 100%;
    font-size: 33px;
    color: #ffffff;
    font-weight: 700;
    font-family: "Barlow Condensed";
    padding: 10px 0 10px 0;
    line-height: 40px;
    height: 61px;
    background-color: #0a5074;
    border: 0px solid #ffffff;
}


/* -----form css start---------- */





#wpforms-96-field_9 {
    appearance: none;          /* Remove default browser arrow */
    -webkit-appearance: none;  /* Safari/Chrome */
    -moz-appearance: none;     /* Firefox */
    background-color: #333;    /* Example dark background */
    color: #fff;               /* Text color */
    border: 1px solid #666;
    padding: 8px 40px 8px 12px; /* Space for arrow on the right */

    /* White arrow SVG (fill='%23fff') */
    background-image: url("data:image/svg+xml;utf8,<svg fill='%23fff' height='16' viewBox='0 0 24 24' width='16' 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: 16px;
    cursor: pointer;
}

/* Optional hover/focus effect */
#wpforms-96-field_9:hover {
    border-color: #aaa;
}