:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-e51b613 *//* =========================
DIRECT CONTACT SECTION
========================= */

.direct-contact-section{
background:#000000;
padding:160px 30px;
text-align:center;
}

.direct-contact-inner{
max-width:900px;
margin:0 auto;
}

/* Title */

.direct-contact-title{
font-family:Inter, sans-serif;
font-size:clamp(36px,5vw,56px);
font-weight:900;
margin-bottom:18px;
color:#ffffff;
}

/* Sub */

.direct-contact-sub{
font-size:20px;
line-height:1.6;
opacity:0.85;
max-width:650px;
margin:0 auto 80px;
color:#ffffff;
}

/* Grid */

.contact-methods{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:40px;
}

/* Card */

.contact-card{
background:#0f0f0f;
padding:50px 30px;
border-radius:28px;
border:1px solid rgba(255,255,255,0.06);
transition:0.3s ease;
}

.contact-card:hover{
transform:translateY(-8px);
box-shadow:0 25px 60px rgba(255,59,141,0.35);
}

/* Label */

.contact-label{
display:block;
font-size:14px;
font-weight:800;
letter-spacing:1px;
margin-bottom:12px;
color:#ff3b8d;
}

/* Value */

.contact-value{
font-size:22px;
font-weight:700;
word-break:break-word;
color:#ffffff;
}

/* Responsive */

@media(max-width:900px){

.contact-methods{
grid-template-columns:1fr;
gap:30px;
}

.direct-contact-section{
padding:120px 30px;
}

}/* End custom CSS */