/*!
 * GamudaLand.net UI Framework
 * File: 10-contact-premium.css
 * Version: 1.0.0
 * Author: Kai
 */

/* ==============================
   CONTACT SECTION
================================*/

.contact-section,
.wpcf7,
.contact-form,
.form-lien-he{
    background:#ffffff;
    border-radius:28px;
    box-shadow:0 18px 45px rgba(0,0,0,.08);
    padding:40px;
    border:1px solid #ECECEC;
}

.contact-section h2,
.contact-section h3,
.wpcf7 h2{
    font-size:40px;
    font-weight:700;
    color:#1F2937;
    margin-bottom:18px;
    text-align:center;
}

.contact-section p{
    color:#6B7280;
    text-align:center;
    max-width:820px;
    margin:0 auto 35px;
}

.wpcf7 input,
.wpcf7 textarea,
.wpcf7 select{
    width:100%;
    border:1px solid #E5E7EB;
    border-radius:14px;
    padding:14px 18px;
    transition:.3s;
    background:#fff;
    font-size:15px;
}

.wpcf7 input,
.wpcf7 select{
    height:52px;
}

.wpcf7 textarea{
    min-height:150px;
    resize:vertical;
}

.wpcf7 input:focus,
.wpcf7 textarea:focus,
.wpcf7 select:focus{
    border-color:#C62828;
    box-shadow:0 0 0 4px rgba(198,40,40,.08);
    outline:none;
}

.wpcf7-submit{
    width:100%;
    height:56px;
    border:none!important;
    border-radius:999px!important;
    background:#C62828!important;
    color:#fff!important;
    font-size:16px;
    font-weight:700;
    transition:.3s ease;
    cursor:pointer;
}

.wpcf7-submit:hover{
    background:#A91F24!important;
    transform:translateY(-2px);
}

.wpcf7 p{
    margin-bottom:16px;
}

@media (max-width:768px){
    .contact-section,
    .wpcf7{
        padding:24px;
        border-radius:18px;
    }

    .contact-section h2,
    .contact-section h3,
    .wpcf7 h2{
        font-size:30px;
    }
}
