.elementor-1974 .elementor-element.elementor-element-5c9d8f5{--display:flex;}/* Start custom CSS for html, class: .elementor-element-76c1d64 */.ns-contact-page{
max-width:900px;
margin:0 auto;
padding:40px 20px 80px;
}

.ns-header{
text-align:center;
margin-bottom:40px;
}

.ns-header img{
max-height:70px;
margin-bottom:20px;
}

.ns-header h1{
font-size:48px;
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-contact-grid{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:20px;
}

.ns-contact-item{
background:#F9FAFB;
border-radius:14px;
padding:20px;
}

.ns-contact-item strong{
display:block;
margin-bottom:8px;
}

.ns-contact-item a{
color:#D47A5C;
text-decoration:none;
}

.ns-field{
margin-bottom:18px;
}

.ns-field label{
display:block;
font-weight:600;
margin-bottom:8px;
}

.ns-field input,
.ns-field textarea{
width:100%;
padding:14px 16px;
border:1px solid #D1D5DB;
border-radius:12px;
}

.ns-field textarea{
min-height:150px;
}

button{
background:#D47A5C;
color:#fff;
border:none;
border-radius:999px;
padding:14px 30px;
font-weight:600;
cursor:pointer;
transition:.3s;
}

button:hover{
background:#DE8468;
transform:translateY(-2px);
}

.ns-footer{
margin-top:40px;
text-align:center;
border-top:1px solid #E5E7EB;
padding-top:30px;
}

.ns-footer-links{
display:flex;
justify-content:center;
gap:20px;
flex-wrap:wrap;
margin-bottom:20px;
}

.ns-footer-links a{
color:#4B5563;
text-decoration:none;
}

@media(max-width:767px){

```
.ns-header h1{
    font-size:34px;
}

.ns-contact-grid{
    grid-template-columns:1fr;
}

.ns-card{
    padding:24px;
}
```

}/* End custom CSS */