.elementor-7816 .elementor-element.elementor-element-bf2c32f{--display:flex;}/* Start custom CSS for html, class: .elementor-element-9801c45 */<style>
.industry-btn{
display:inline-block;
margin-top:15px;
padding:10px 18px;
background:#942b81;
color:#ffffff !important;
text-decoration:none;
border-radius:6px;
font-weight:600;
transition:0.3s;
}

.industry-btn:hover{
background:#000;
color:#ffffff !important;
}
</style>/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-54f642c */*{
margin:0;
padding:0;
box-sizing:border-box;
font-family:'Quicksand',sans-serif;
}

/* SECTION */

.lead-section{
width:100%;
padding:60px 20px;
background:linear-gradient(-45deg,#942b81,#b84db0,#6d1b61,#942b81);
background-size:400% 400%;
animation:bgmove 12s ease infinite;
overflow-x:hidden;
}

@keyframes bgmove{
0%{background-position:0% 50%;}
50%{background-position:100% 50%;}
100%{background-position:0% 50%;}
}

/* CONTAINER */

.lead-container{
max-width:1000px;
margin:auto;
width:100%;
}

/* HEADER */

.lead-header{
text-align:center;
margin-bottom:40px;
}

.lead-header h1{
color:white;
font-size:34px;
margin-bottom:10px;
}

.lead-header p{
color:white;
max-width:650px;
margin:auto;
line-height:1.6;
}

/* FORM CARD */

.form-box{
width:100%;
background:rgba(255,255,255,0.18);
backdrop-filter:blur(15px);
border-radius:16px;
padding:30px;
overflow:hidden;  /* CRITICAL */
}

/* GRID */

.form-grid{
display:grid;
grid-template-columns:1fr 1fr;
gap:18px;
}

/* MOBILE GRID */

@media(max-width:768px){
.form-grid{
grid-template-columns:1fr;
}
}

/* FIELD WRAPPER */

.field{
width:100%;
}

/* INPUTS */

.field input,
.field select,
.field textarea{

width:100%;
padding:14px;

border:none;
border-radius:8px;

font-size:14px;

}

/* TEXTAREA */

textarea{
height:100px;
resize:none;
}

/* FULL WIDTH FIELD */

.full{
grid-column:1/-1;
}

/* FILE FIELD */

.file-field{
display:flex;
flex-direction:column;
gap:6px;
}

.file-field label{
color:white;
font-size:14px;
}

/* CHECKBOX */

.checkbox-label{
display:flex;
align-items:center;
gap:10px;
color:white;
font-size:14px;
}

/* BUTTON */

.submit-btn{
width:100%;
padding:16px;
background:#942b81;
border:none;
border-radius:40px;
color:white;
font-weight:600;
cursor:pointer;
}

/* WHATSAPP */

.whatsapp{
display:block;
width:100%;
margin-top:12px;
background:#25D366;
padding:14px;
text-align:center;
border-radius:6px;
color:white;
text-decoration:none;
font-weight:600;
}

/* CAPTCHA */

.g-recaptcha{
margin-top:10px;
}/* End custom CSS */