/* Start custom CSS for shortcode, class: .elementor-element-5558fe1 */.totex-box{
max-width:600px;
margin:50px auto;
background:#ffffff;
padding:40px;
border-radius:16px;
box-shadow:0 10px 30px rgba(0,0,0,0.08);
text-align:center;
}

.totex-title{
font-size:28px;
font-weight:700;
letter-spacing:1px;
margin-bottom:15px;
white-space:nowrap;
}

.totex-desc{
font-size:15px;
color:#666;
margin-bottom:25px;
line-height:1.6;
}

.totex-form select,
.totex-form input{
width:100%;
padding:12px;
margin-bottom:10px;
border-radius:8px;
border:1px solid #ddd;
font-size:14px;
}

.totex-btn{
width:100%;
padding:14px;
background:#00c2a8;
color:white;
font-weight:bold;
border:none;
border-radius:10px;
font-size:16px;
cursor:pointer;
transition:0.3s;
}

.totex-btn:hover{
background:#00a892;
transform:scale(1.02);
}/* End custom CSS */