.elementor-128 .elementor-element.elementor-element-67e13b8{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-128 .elementor-element.elementor-element-aeaa642{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-128 .elementor-element.elementor-element-c97b9b5{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-128 .elementor-element.elementor-element-a5d3b95{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-128 .elementor-element.elementor-element-afeae0d{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-128 .elementor-element.elementor-element-67e13b8{--content-width:100%;}.elementor-128 .elementor-element.elementor-element-aeaa642{--content-width:100%;}.elementor-128 .elementor-element.elementor-element-c97b9b5{--content-width:100%;}.elementor-128 .elementor-element.elementor-element-a5d3b95{--content-width:100%;}.elementor-128 .elementor-element.elementor-element-afeae0d{--content-width:100%;}}/* Start custom CSS for html, class: .elementor-element-d280208 */*{
margin:0;
padding:0;
box-sizing:border-box;
}

.va-home-hero{
position:relative;
overflow:hidden;
padding:120px 20px;
background:linear-gradient(
135deg,
#06120e,
#0c1d17,
#13251f,
#08110d
);
font-family:'Poppins',sans-serif;
}

.va-bg-shape{
position:absolute;
border-radius:50%;
filter:blur(90px);
opacity:.18;
pointer-events:none;
}

.va-shape1{
width:260px;
height:260px;
background:#d4af37;
top:0;
left:-70px;
}

.va-shape2{
width:320px;
height:320px;
background:#1c8a5d;
right:-80px;
bottom:20px;
}

.va-shape3{
width:220px;
height:220px;
background:#ffffff;
right:35%;
top:35%;
opacity:.05;
}

.va-home-container{
max-width:1280px;
margin:auto;
position:relative;
z-index:5;
}

.va-home-content{
max-width:900px;
}

.va-home-badge{
display:inline-block;
padding:12px 22px;
border-radius:50px;
font-size:14px;
font-weight:500;
color:#e9c65a;
background:rgba(255,255,255,0.04);
border:1px solid rgba(255,255,255,0.10);
margin-bottom:28px;
}

.va-home-content h1{
font-size:68px;
line-height:1.1;
font-family:'Playfair Display',serif;
font-weight:700;
color:#ffffff;
margin-bottom:25px;
letter-spacing:-1px;
}

.va-home-content h1 span{
display:block;
color:#d4af37;
margin-top:10px;
}

.va-home-content p{
font-size:19px;
line-height:1.9;
color:#e9e9e9;
max-width:850px;
margin-bottom:38px;
}

.va-home-buttons{
display:flex;
gap:18px;
flex-wrap:wrap;
margin-bottom:40px;
}

.va-home-btn-primary,
.va-home-btn-secondary{
text-decoration:none;
padding:17px 30px;
border-radius:60px;
font-size:16px;
font-weight:600;
transition:.35s ease;
}

.va-home-btn-primary{
background:#d4af37;
color:#111;
}

.va-home-btn-primary:hover{
transform:translateY(-4px);
box-shadow:0 12px 30px rgba(212,175,55,.25);
}

.va-home-btn-secondary{
border:1px solid rgba(255,255,255,0.15);
color:#fff;
background:rgba(255,255,255,0.04);
}

.va-home-btn-secondary:hover{
background:#25d366;
border-color:#25d366;
transform:translateY(-4px);
}

.va-home-features{
display:grid;
grid-template-columns:repeat(2,minmax(240px,1fr));
gap:18px;
max-width:820px;
}

.va-feature-item{
padding:18px;
border-radius:18px;
font-size:15px;
color:#fff;
background:rgba(255,255,255,0.04);
border:1px solid rgba(255,255,255,0.07);
backdrop-filter:blur(10px);
}

.va-feature-item span{
color:#d4af37;
font-weight:700;
margin-right:8px;
}

@media(max-width:992px){

.va-home-content h1{
font-size:52px;
}

.va-home-content p{
font-size:18px;
}

}

@media(max-width:768px){

.va-home-hero{
padding:90px 18px;
}

.va-home-content h1{
font-size:42px;
}

.va-home-content p{
font-size:17px;
line-height:1.8;
}

.va-home-features{
grid-template-columns:1fr;
}

}

@media(max-width:480px){

.va-home-content h1{
font-size:34px;
}

.va-home-content p{
font-size:16px;
}

.va-home-badge{
font-size:13px;
padding:10px 18px;
}

.va-home-buttons{
flex-direction:column;
}

.va-home-btn-primary,
.va-home-btn-secondary{
width:100%;
text-align:center;
}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-eef44d3 */*{
margin:0;
padding:0;
box-sizing:border-box;
}

.va-home-hero{
position:relative;
overflow:hidden;
padding:120px 20px;
background:linear-gradient(
135deg,
#06120e,
#0c1d17,
#13251f,
#08110d
);
font-family:'Poppins',sans-serif;
}

.va-bg-shape{
position:absolute;
border-radius:50%;
filter:blur(90px);
opacity:.18;
pointer-events:none;
}

.va-shape1{
width:260px;
height:260px;
background:#d4af37;
top:0;
left:-70px;
}

.va-shape2{
width:320px;
height:320px;
background:#1c8a5d;
right:-80px;
bottom:20px;
}

.va-shape3{
width:220px;
height:220px;
background:#ffffff;
right:35%;
top:35%;
opacity:.05;
}

.va-home-container{
max-width:1280px;
margin:auto;
position:relative;
z-index:5;
}

.va-home-content{
max-width:900px;
}

.va-home-badge{
display:inline-block;
padding:12px 22px;
border-radius:50px;
font-size:14px;
font-weight:500;
color:#e9c65a;
background:rgba(255,255,255,0.04);
border:1px solid rgba(255,255,255,0.10);
margin-bottom:28px;
}

.va-home-content h1{
font-size:68px;
line-height:1.1;
font-family:'Playfair Display',serif;
font-weight:700;
color:#ffffff;
margin-bottom:25px;
letter-spacing:-1px;
}

.va-home-content h1 span{
display:block;
color:#d4af37;
margin-top:10px;
}

.va-home-content p{
font-size:19px;
line-height:1.9;
color:#e9e9e9;
max-width:850px;
margin-bottom:38px;
}

.va-home-buttons{
display:flex;
gap:18px;
flex-wrap:wrap;
margin-bottom:40px;
}

.va-home-btn-primary,
.va-home-btn-secondary{
text-decoration:none;
padding:17px 30px;
border-radius:60px;
font-size:16px;
font-weight:600;
transition:.35s ease;
}

.va-home-btn-primary{
background:#d4af37;
color:#111;
}

.va-home-btn-primary:hover{
transform:translateY(-4px);
box-shadow:0 12px 30px rgba(212,175,55,.25);
}

.va-home-btn-secondary{
border:1px solid rgba(255,255,255,0.15);
color:#fff;
background:rgba(255,255,255,0.04);
}

.va-home-btn-secondary:hover{
background:#25d366;
border-color:#25d366;
transform:translateY(-4px);
}

.va-home-features{
display:grid;
grid-template-columns:repeat(2,minmax(240px,1fr));
gap:18px;
max-width:820px;
}

.va-feature-item{
padding:18px;
border-radius:18px;
font-size:15px;
color:#fff;
background:rgba(255,255,255,0.04);
border:1px solid rgba(255,255,255,0.07);
backdrop-filter:blur(10px);
}

.va-feature-item span{
color:#d4af37;
font-weight:700;
margin-right:8px;
}

@media(max-width:992px){

.va-home-content h1{
font-size:52px;
}

.va-home-content p{
font-size:18px;
}

}

@media(max-width:768px){

.va-home-hero{
padding:90px 18px;
}

.va-home-content h1{
font-size:42px;
}

.va-home-content p{
font-size:17px;
line-height:1.8;
}

.va-home-features{
grid-template-columns:1fr;
}

}

@media(max-width:480px){

.va-home-content h1{
font-size:34px;
}

.va-home-content p{
font-size:16px;
}

.va-home-badge{
font-size:13px;
padding:10px 18px;
}

.va-home-buttons{
flex-direction:column;
}

.va-home-btn-primary,
.va-home-btn-secondary{
width:100%;
text-align:center;
}

}/* End custom CSS */