:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-03010bc */.contact-page{
    padding:90px 20px;
    background:
    linear-gradient(
    180deg,
    #ffffff,
    #faf5ff
    );
}

.contact-container{
    max-width:1200px;
    margin:auto;
}

.contact-header{
    text-align:center;
    margin-bottom:70px;
}

.contact-tag{
    display:inline-block;
    padding:10px 20px;
    border-radius:50px;
    background:#f5d0fe;
    color:#86198f;
    font-weight:600;
}

.contact-header h1{
    font-size:56px;
    font-weight:800;
    margin:20px 0;
    color:#111827;
}

.contact-header p{
    max-width:700px;
    margin:auto;
    color:#6b7280;
    line-height:1.8;
}

/* GRID */

.contact-grid{
    display:grid;
    grid-template-columns:2fr 1fr;
    gap:40px;
    margin-bottom:50px;
}

/* FORM */

.contact-form-box{
    background:#fff;
    padding:40px;
    border-radius:25px;
    box-shadow:0 15px 40px rgba(0,0,0,.08);
}

.contact-form-box h2{
    margin-bottom:25px;
}

.form-group{
    margin-bottom:20px;
}

.form-group label{
    display:block;
    margin-bottom:8px;
    font-weight:600;
    color:#374151;
}

.form-group input,
.form-group textarea{
    width:100%;
    padding:15px;
    border:1px solid #e5e7eb;
    border-radius:12px;
    outline:none;
    transition:.3s;
}

.form-group input:focus,
.form-group textarea:focus{
    border-color:#c084fc;
}

.contact-form-box button{
    border:none;
    padding:15px 30px;
    border-radius:12px;
    color:white;
    font-weight:600;
    cursor:pointer;
    background:
    linear-gradient(
    135deg,
    #7c3aed,
    #ec4899
    );
}

/* INFO */

.contact-info{
    background:#fff;
    padding:35px;
    border-radius:25px;
    box-shadow:0 15px 40px rgba(0,0,0,.08);
}

.contact-info h2{
    margin-bottom:25px;
}

.info-item{
    padding-bottom:20px;
    margin-bottom:20px;
    border-bottom:1px solid #f1f1f1;
}

.info-item:last-child{
    border:none;
    margin-bottom:0;
}

.info-item h4{
    color:#111827;
    margin-bottom:8px;
}

.info-item p{
    color:#6b7280;
    line-height:1.7;
}

/* NOTICE */

.contact-notice{
    background:#fff;
    padding:35px;
    border-radius:25px;
    margin-bottom:50px;
    box-shadow:0 15px 40px rgba(0,0,0,.08);
}

.contact-notice h3{
    margin-bottom:15px;
}

.contact-notice p{
    color:#6b7280;
    line-height:1.8;
}

/* FAQ */

.contact-faq{
    background:#fff;
    padding:40px;
    border-radius:25px;
    box-shadow:0 15px 40px rgba(0,0,0,.08);
}

.contact-faq h2{
    margin-bottom:25px;
}

.faq-item{
    margin-bottom:25px;
}

.faq-item:last-child{
    margin-bottom:0;
}

.faq-item h4{
    margin-bottom:10px;
    color:#111827;
}

.faq-item p{
    color:#6b7280;
    line-height:1.8;
}

/* MOBILE */

@media(max-width:900px){

.contact-grid{
    grid-template-columns:1fr;
}

.contact-header h1{
    font-size:40px;
}

}/* End custom CSS */