.elementor-1969 .elementor-element.elementor-element-47069e2{--display:flex;}/* Start custom CSS for html, class: .elementor-element-2f735a7 */.ns-accessibility-wrap{
    max-width:900px;
    margin:0 auto;
    padding:40px 20px 80px;
    font-family:Inter,sans-serif;
}

.ns-header{
    text-align:center;
    margin-bottom:40px;
}

.ns-header img{
    max-height:70px;
    margin-bottom:20px;
}

.ns-header h1{
    font-size:48px;
    line-height:1.1;
    font-weight:700;
    color:#111827;
    margin-bottom:15px;
}

.ns-header p{
    color:#6B7280;
    font-size:18px;
}

.ns-card{
    background:#fff;
    border:1px solid #E5E7EB;
    border-radius:20px;
    padding:35px;
    margin-bottom:24px;
    transition:.3s ease;
}

.ns-card:hover{
    transform:translateY(-4px);
    box-shadow:0 20px 50px rgba(0,0,0,.06);
}

.ns-card h2{
    font-size:24px;
    margin-bottom:18px;
    color:#111827;
}

.ns-card p,
.ns-card li{
    color:#4B5563;
    line-height:1.8;
}

.ns-card ul{
    padding-left:20px;
}

.ns-contact-grid{
    display:grid;
    gap:20px;
}

.ns-contact-grid strong{
    display:block;
    margin-bottom:5px;
    color:#111827;
}

.ns-contact-grid a{
    color:#D47A5C;
    text-decoration:none;
}

.ns-form{
    margin-top:20px;
}

.ns-field{
    margin-bottom:18px;
}

.ns-field label{
    display:block;
    font-weight:600;
    margin-bottom:8px;
    color:#111827;
}

.ns-field input,
.ns-field textarea{
    width:100%;
    border:1px solid #D1D5DB;
    border-radius:12px;
    padding:14px 16px;
    font-size:15px;
    transition:.3s;
}

.ns-field input:focus,
.ns-field textarea:focus{
    outline:none;
    border-color:#D47A5C;
    box-shadow:0 0 0 4px rgba(212,122,92,.15);
}

.ns-field textarea{
    min-height:140px;
    resize:vertical;
}

.ns-form button{
    background:#D47A5C;
    color:#fff;
    border:none;
    padding:14px 30px;
    border-radius:999px;
    font-size:16px;
    font-weight:600;
    cursor:pointer;
    transition:.3s;
}

.ns-form button:hover{
    background:#DE8468;
    transform:translateY(-2px);
}

.ns-note{
    margin-top:15px;
    color:#6B7280;
    font-size:14px;
}

.ns-footer{
    margin-top:40px;
    text-align:center;
    border-top:1px solid #E5E7EB;
    padding-top:30px;
}

.ns-footer-links{
    display:flex;
    justify-content:center;
    flex-wrap:wrap;
    gap:20px;
    margin-bottom:20px;
}

.ns-footer-links a{
    color:#4B5563;
    text-decoration:none;
}

.ns-footer-links a:hover{
    color:#D47A5C;
}

@media(max-width:767px){

    .ns-header h1{
        font-size:34px;
    }

    .ns-card{
        padding:24px;
    }

    .ns-footer-links{
        flex-direction:column;
        gap:10px;
    }

}/* End custom CSS */