/* Start custom CSS for html, class: .elementor-element-0483f85 *//* =========================
CONTACT CONSULTANCY PAGE
========================= */

.contact-page{
background:#000000;
color:#ffffff;
min-height:100vh;
}

/* Section */

.contact-section{
padding:220px 30px 160px;
text-align:center;
}

/* Inner */

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

/* Title */

.contact-title{
font-family:Inter, sans-serif;
font-size:clamp(38px,6vw,64px);
font-weight:900;
line-height:1.1;
margin-bottom:22px;
color:#ffffff;
}

/* Sub */

.contact-sub{
font-size:20px;
line-height:1.6;
opacity:0.85;
max-width:700px;
margin:0 auto 80px;
}

/* Steps */

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

.contact-step{
background:#0f0f0f;
padding:40px 30px;
border-radius:24px;
border:1px solid rgba(255,255,255,0.06);
}

.step-number{
display:block;
font-size:13px;
font-weight:800;
letter-spacing:1px;
margin-bottom:14px;
color:#ff3b8d;
}

.contact-step p{
font-size:16px;
line-height:1.6;
opacity:0.9;
}

/* QR Block */

.qr-block{
background:#0f0f0f;
padding:70px 40px;
border-radius:32px;
box-shadow:
0 30px 80px rgba(0,0,0,0.6),
0 0 0 1px rgba(255,255,255,0.06);
margin-bottom:60px;
}

/* QR Text */

.qr-title{
font-size:22px;
font-weight:800;
margin-bottom:8px;
color:#ff3b8d;
}

.qr-sub{
font-size:16px;
opacity:0.8;
margin-bottom:30px;
}

/* QR Image */

.qr-image{
width:220px;
height:220px;
border-radius:18px;
background:#ffffff;
padding:12px;
box-shadow:
0 0 0 1px rgba(255,255,255,0.1),
0 25px 60px rgba(0,0,0,0.7);
}

/* Note */

.contact-note{
font-size:16px;
line-height:1.6;
opacity:0.75;
max-width:600px;
margin:0 auto;
}

/* Responsive */

@media(max-width:900px){

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

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

}

@media(max-width:600px){

.contact-title{
font-size:clamp(32px,8vw,44px);
}

.qr-image{
width:180px;
height:180px;
}

}/* End custom CSS */