.custom-contact-form{display:flex;flex-direction:column;gap:1.5rem;font-family:Arial,sans-serif;font-size:16px;align-items:center}.custom-contact-form .row{display:flex;flex-wrap:wrap;gap:1rem;width:100%}.custom-contact-form .col{flex:1 1 100%;min-width:200px}.custom-contact-form .row:first-child .col{flex:1 1 45%}.custom-contact-form input,.custom-contact-form textarea,.custom-contact-form [type="file"]{width:100%;padding:1rem;border:1px solid #c2b79b;border-radius:4px;box-sizing:border-box;font-size:16px;color:#000;background-color:#fff}.custom-contact-form textarea{min-height:150px;resize:vertical}.custom-contact-form input::placeholder,.custom-contact-form textarea::placeholder{color:#000;font-style:italic}.custom-contact-form [type="submit"]{padding:0.75rem 2rem;background-color:#c2b79b;color:#fff;border:1px solid #c2b79b;border-radius:4px;cursor:pointer;font-size:16px;text-transform:uppercase;font-weight:bold;align-self:center;transition:background-color 0.3s ease,color 0.3s ease}.custom-contact-form [type="submit"]:hover{background-color:#fff;color:#c2b79b}img{pointer-events:none;user-drag:none;-webkit-user-drag:none}