.hvac-tool{

max-width:700px;
background:#f4f6f8;
padding:30px;
border-radius:10px;
border:1px solid #ddd;
font-family:Arial;

}

.hvac-buttons button{

padding:12px 25px;
margin:10px;
background:#1E3A5F;
color:white;
border:none;
border-radius:6px;
cursor:pointer;

}

.hvac-buttons button:hover{

background:#E63946;

}

.hvac-lead-form{

margin-top:25px;

}

.hvac-lead-form input,
.hvac-lead-form textarea{

width:100%;
padding:10px;
margin:8px 0;
border-radius:5px;
border:1px solid #ccc;

}

.hvac-call{

display:inline-block;
background:#E63946;
color:white;
padding:12px 20px;
margin-top:10px;
text-decoration:none;
border-radius:5px;

}