.contact-section{
max-width: 900px;
margin: 40px auto;
padding: 0 20px;
}
.contact-title{
font-size: 65px;
font-weight: bold;
color:#222;
margin-bottom:35px;
line-height: 1.1;
}
.form-group{
margin-bottom:22px;
}
.form-group label{
display:block;
font-size:16px;
margin-bottom:8px;
}
.form-group label span{
color:red;
}
.form-group input,
.form-group select,
.form-group textarea{
width:100%;
padding:14px 12px;
border:1px solid #ddd;
border-radius:4px;
font-size:16px;
box-sizing: border-box;
}
textarea{
min-height:140px;
}
.file-area{
border:1px dashed #ddd;
padding:18px;
border-radius:4px;
text-align:center;
}
.file-btn{
display:flex;
gap:8px;
align-items:center;
justify-content:center;
cursor:pointer;
font-size:17px;
}
.file-btn input{
display:none;
}
.file-tip{
font-size:13px;
color:#777;
margin:8px 0 0;
}
.send-btn{
width:100%;
padding:16px;
background-color:#b9ee72;
border:0;
border-radius:50px;
font-size:18px;
font-weight:500;
cursor:pointer;
}
.captcha-text{
font-size:13px;
color:#666;
text-align:center;
margin:12px 0 45px;
}
.contact-info-block{
font-size:22px;
line-height:1.7;
text-align:center;
}
.contact-info-block a{
color:#005fcc;
text-decoration:underline;
}
@media(max-width:768px){
.contact-title{
font-size:38px;
}
.contact-info-block{
font-size:18px;
}
}