/* Start custom CSS for html, class: .elementor-element-19a2e68 */.vtp-hero-choose{
background:linear-gradient(135deg,#ff857b,#fe5517,#ff3131);
padding:110px 20px 100px;
font-family:Manrope,system-ui,sans-serif;
color:#fff;
position:relative;
overflow:hidden;
}
.hero-ultra{
position:relative;
z-index:2;
}

.vtp-hero-container{
max-width:1200px;
margin:auto;
}

/* Glass container */

.vtp-hero-glass{
background:rgba(255,255,255,0.08);
backdrop-filter:blur(14px);
border-radius:26px;
padding:55px 50px;
box-shadow:0 25px 60px rgba(0,0,0,0.25);
}

/* Header */

.vtp-hero-header{
max-width:850px;
margin-bottom:40px;
}

.vtp-hero-header h1{
font-size:38px;
line-height:1.2;
margin-bottom:20px;
font-weight:700;
}

.vtp-hero-header p{
font-size:16px;
line-height:1.8;
opacity:.95;
margin-bottom:16px;
}

/* Trust grid */

.vtp-trust-grid{
display:grid;
grid-template-columns:repeat(4,1fr);
gap:18px;
margin-top:35px;
}

/* Trust cards */

.vtp-trust-card{
background:rgba(255,255,255,0.12);
border-radius:18px;
padding:22px;
display:flex;
flex-direction:column;
gap:10px;
transition:all .3s ease;
box-shadow:0 10px 30px rgba(0,0,0,0.15);
}

.vtp-trust-card:hover{
transform:translateY(-6px);
background:rgba(255,255,255,0.18);
box-shadow:0 18px 40px rgba(0,0,0,0.25);
}

.vtp-icon{
width:36px;
height:36px;
background:rgba(255,255,255,0.2);
border-radius:10px;
display:flex;
align-items:center;
justify-content:center;
}

.vtp-icon svg{
width:20px;
height:20px;
fill:#fff;
}

.vtp-trust-title{
font-weight:700;
font-size:17px;
}

.vtp-trust-desc{
font-size:14px;
opacity:.9;
}

/* Responsive */

@media(max-width:900px){

.vtp-hero-header h1{
font-size:34px;
}

.vtp-trust-grid{
grid-template-columns:repeat(2,1fr);
}

}

@media(max-width:600px){

.vtp-hero-glass{
padding:40px 28px;
}

.vtp-trust-grid{
grid-template-columns:1fr;
}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-de57099 */.vtp-local-section{
padding:30px 20px;
background:#f7f7f7;
font-family:Manrope,system-ui,sans-serif;
}

.vtp-local-container{
max-width:1200px;
margin:auto;
display:grid;
grid-template-columns:1.1fr .9fr;
gap:50px;
align-items:center;
}

/* Glass Card */

.vtp-local-card{
background:rgba(255,255,255,0.65);
backdrop-filter:blur(10px);
padding:45px 42px;
border-radius:22px;
position:relative;
box-shadow:0 20px 45px rgba(0,0,0,0.08);
border:1px solid rgba(255,255,255,0.4);
transition:all .3s ease;
}

/* Gradient Accent Border */

.vtp-local-card:before{
content:"";
position:absolute;
inset:0;
border-radius:22px;
padding:2px;
background:linear-gradient(135deg,#ff857b,#fe5517,#ff3131);
-webkit-mask:linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
-webkit-mask-composite:xor;
mask-composite:exclude;
}

.vtp-local-card:hover{
box-shadow:0 25px 55px rgba(0,0,0,0.12);
transform:translateY(-3px);
}

/* Heading */

.vtp-local-card h2{
font-size:32px;
margin-bottom:18px;
color:#121010;
line-height:1.25;
}

/* Paragraph */

.vtp-local-card p{
font-size:16px;
line-height:1.8;
color:#3a3a3a;
margin-bottom:14px;
}

/* Image */

.vtp-local-image{
position:relative;
border-radius:20px;
overflow:hidden;
box-shadow:0 20px 40px rgba(0,0,0,0.15);
}

.vtp-local-image img{
width:100%;
display:block;
border-radius:20px;
transition:transform .4s ease;
}

/* Gradient image accent */

.vtp-local-image:before{
content:"";
position:absolute;
inset:0;
border-radius:20px;
padding:2px;
background:linear-gradient(135deg,#ff857b,#fe5517,#ff3131);
-webkit-mask:linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
-webkit-mask-composite:xor;
mask-composite:exclude;
pointer-events:none;
}

/* Hover zoom */

.vtp-local-image:hover img{
transform:scale(1.07);
}

/* Responsive */

@media(max-width:900px){

.vtp-local-container{
grid-template-columns:1fr;
}

.vtp-local-card{
order:1;
}

.vtp-local-image{
order:2;
margin-top:25px;
}

.vtp-local-card h2{
font-size:28px;
}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-a8c2b64 */.vtp-experience-section{
padding:90px 20px;
background:#ffffff;
font-family:Manrope,system-ui,sans-serif;
}

.vtp-experience-container{
max-width:1200px;
margin:auto;
display:grid;
grid-template-columns:1.1fr .9fr;
gap:50px;
align-items:center;
}

/* Content Card */

.vtp-experience-card{
background:rgba(255,255,255,0.7);
backdrop-filter:blur(10px);
padding:45px 42px;
border-radius:22px;
position:relative;
box-shadow:0 20px 45px rgba(0,0,0,0.08);
border:1px solid rgba(255,255,255,0.5);
transition:all .3s ease;
}

/* Gradient Border */

.vtp-experience-card:before{
content:"";
position:absolute;
inset:0;
border-radius:22px;
padding:2px;
background:linear-gradient(135deg,#ff857b,#fe5517,#ff3131);
-webkit-mask:linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
-webkit-mask-composite:xor;
mask-composite:exclude;
}

.vtp-experience-card:hover{
transform:translateY(-3px);
box-shadow:0 28px 60px rgba(0,0,0,0.12);
}

/* Heading */

.vtp-experience-card h2{
font-size:32px;
margin-bottom:18px;
color:#121010;
line-height:1.25;
}

/* Paragraph */

.vtp-experience-card p{
font-size:16px;
line-height:1.8;
color:#3a3a3a;
margin-bottom:14px;
}

/* Image */

.vtp-experience-image{
position:relative;
border-radius:20px;
overflow:hidden;
box-shadow:0 20px 40px rgba(0,0,0,0.15);
}

.vtp-experience-image img{
width:100%;
display:block;
border-radius:20px;
transition:transform .4s ease;
}

/* Gradient Border */

.vtp-experience-image:before{
content:"";
position:absolute;
inset:0;
border-radius:20px;
padding:2px;
background:linear-gradient(135deg,#ff857b,#fe5517,#ff3131);
-webkit-mask:linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
-webkit-mask-composite:xor;
mask-composite:exclude;
pointer-events:none;
}

/* Hover zoom */

.vtp-experience-image:hover img{
transform:scale(1.06);
}

/* Responsive */

@media(max-width:900px){

.vtp-experience-container{
grid-template-columns:1fr;
}

.vtp-experience-image{
order:2;
margin-top:25px;
}

.vtp-experience-card{
order:1;
}

.vtp-experience-card h2{
font-size:28px;
}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-9f5452b */.vtp-custom-section{
padding:30px 20px;
background:#f7f7f7;
font-family:Manrope,system-ui,sans-serif;
}

.vtp-custom-container{
max-width:1200px;
margin:auto;
display:grid;
grid-template-columns:1.1fr .9fr;
gap:50px;
align-items:center;
}

/* Content Card */

.vtp-custom-card{
background:rgba(255,255,255,0.75);
backdrop-filter:blur(10px);
padding:45px 42px;
border-radius:22px;
box-shadow:0 20px 45px rgba(0,0,0,0.08);
transition:all .3s ease;
}

.vtp-custom-card:hover{
transform:translateY(-3px);
box-shadow:0 28px 60px rgba(0,0,0,0.12);
}

/* Heading */

.vtp-custom-card h2{
font-size:32px;
margin-bottom:18px;
color:#121010;
line-height:1.25;
}

/* Sub Headings */

.vtp-custom-card h3{
font-size:23px;
margin-top:28px;
margin-bottom:12px;
color:#121010;
}

/* Paragraph */

.vtp-custom-card p{
font-size:16px;
line-height:1.8;
color:#3a3a3a;
margin-bottom:14px;
}

/* Read More */

.vtp-readmore{
color:#f3660e;
font-weight:600;
cursor:pointer;
display:inline-block;
margin-top:10px;
}

/* Hidden content */

.vtp-more{
display:none;
}

/* Image */

.vtp-custom-image{
position:relative;
border-radius:20px;
overflow:hidden;
box-shadow:0 20px 40px rgba(0,0,0,0.15);
}

.vtp-custom-image img{
width:100%;
display:block;
border-radius:20px;
transition:transform .4s ease;
}

.vtp-custom-image:hover img{
transform:scale(1.06);
}

/* Responsive */

@media(max-width:900px){

.vtp-custom-container{
grid-template-columns:1fr;
}

.vtp-custom-image{
order:2;
margin-top:25px;
}

.vtp-custom-card{
order:1;
}

.vtp-custom-card h2{
font-size:28px;
}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-3e07f6a */.vtp-services-section{
padding:40px 20px;
background:#ffffff;
font-family:Manrope,system-ui,sans-serif;
}

.vtp-services-container{
max-width:1200px;
margin:auto;
display:grid;
grid-template-columns:1.1fr .9fr;
gap:50px;
align-items:center;
}

/* TEXT CARD */

.vtp-services-card{
background:rgba(255,255,255,0.75);
backdrop-filter:blur(10px);
padding:45px 42px;
border-radius:22px;
box-shadow:0 20px 45px rgba(0,0,0,0.08);
transition:all .3s ease;
}

.vtp-services-card:hover{
transform:translateY(-3px);
box-shadow:0 28px 60px rgba(0,0,0,0.12);
}

.vtp-services-card h2{
font-size:34px;
margin-bottom:16px;
color:#121010;
}

.vtp-services-card h3{
font-size:22px;
margin-top:28px;
margin-bottom:12px;
color:#121010;
}

.vtp-services-card p{
font-size:16px;
line-height:1.8;
color:#3a3a3a;
margin-bottom:14px;
}

/* IMAGE GRID */

.vtp-image-grid{
display:grid;
grid-template-columns:1fr 1fr;
gap:16px;
}

.vtp-grid-img{
position:relative;
overflow:hidden;
border-radius:18px;
box-shadow:0 12px 28px rgba(0,0,0,0.15);
}

.vtp-grid-img img{
width:100%;
height:100%;
object-fit:cover;
display:block;
transition:transform .4s ease;
}

.vtp-grid-img:hover img{
transform:scale(1.08);
}

/* Gradient Accent */

.vtp-grid-img:before{
content:"";
position:absolute;
inset:0;
border-radius:18px;
padding:2px;
background:linear-gradient(135deg,#ff857b,#fe5517,#ff3131);
-webkit-mask:linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
-webkit-mask-composite:xor;
mask-composite:exclude;
pointer-events:none;
}

/* Responsive */

@media(max-width:900px){

.vtp-services-container{
grid-template-columns:1fr;
}

.vtp-image-grid{
margin-top:30px;
}

.vtp-services-card h2{
font-size:28px;
}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-ed37693 */.vtp-trust-section{
padding:20px 20px !important;
background:#f7f7f7 !important;
font-family:Manrope,system-ui,sans-serif;
}

/* Container */
.vtp-trust-section .vtp-trust-container{
max-width:1200px;
margin:auto;
text-align:center;
}

/* Heading */
.vtp-trust-section .vtp-trust-header{
max-width:780px;
margin:auto;
margin-bottom:50px;
}

.vtp-trust-section .vtp-trust-header h2{
font-size:32px;
margin-bottom:18px;
color:#121010 !important;
}

.vtp-trust-section .vtp-trust-header p{
font-size:16px;
line-height:1.8;
color:#3a3a3a !important;
}

/* Grid */
.vtp-trust-section .vtp-trust-grid{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:24px;
}

/* Card */
.vtp-trust-section .vtp-trust-card{
background:#ffffff !important;
padding:40px 30px;
border-radius:20px;
box-shadow:0 18px 40px rgba(0,0,0,0.08) !important;
transition:all .3s ease;
text-align:center;
position:relative;
z-index:2;
}

/* Hover */
.vtp-trust-section .vtp-trust-card:hover{
transform:translateY(-6px);
box-shadow:0 28px 60px rgba(0,0,0,0.12) !important;
}

/* Icon */
.vtp-trust-section .vtp-trust-icon{
width:60px;
height:60px;
margin:auto;
margin-bottom:18px;
display:flex;
align-items:center;
justify-content:center;
border-radius:14px;
background:linear-gradient(135deg,#ff857b,#fe5517,#ff3131) !important;
}

.vtp-trust-section .vtp-trust-icon svg{
width:28px;
height:28px;
fill:#fff !important;
}

/* Text */
.vtp-trust-section .vtp-trust-card h3{
font-size:20px;
margin-bottom:10px;
color:#121010 !important;
}

.vtp-trust-section .vtp-trust-card p{
font-size:15px;
line-height:1.7;
color:#555 !important;
}

/* Responsive */
@media(max-width:900px){
.vtp-trust-section .vtp-trust-grid{
grid-template-columns:1fr;
}
.vtp-trust-section .vtp-trust-header h2{
font-size:28px;
}
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-7bf7a5d */.vtp-why-section{
padding:20px 20px;
font-family:Manrope,system-ui,sans-serif;
background:#f7f7f7;
}

.vtp-why-container{
max-width:1200px;
margin:auto;
display:grid;
grid-template-columns:1.2fr .8fr;
gap:40px;
align-items:start;
}

/* FAQ COLUMN */

.vtp-faq-box{
background:rgba(255,255,255,0.7);
backdrop-filter:blur(10px);
border-radius:20px;
padding:40px;
box-shadow:0 20px 40px rgba(0,0,0,0.08);
border:1px solid rgba(255,255,255,0.6);
}

.vtp-faq-box h2{
font-size:27px;
margin-bottom:25px;
color:#1c1c1c;
}

/* Accordion */

.vtp-faq-item{
border-bottom:1px solid #eee;
padding:14px 0;
}

.vtp-faq-item summary{
list-style:none;
cursor:pointer;
font-size:14px;
font-weight:600;
color:#1c1c1c;
position:relative;
padding-right:30px;
}

.vtp-faq-item summary::after{
content:"+";
position:absolute;
right:0;
font-size:20px;
color:#fe5517;
transition:.3s;
}

.vtp-faq-item[open] summary::after{
content:"−";
}

.vtp-faq-item p{
margin-top:12px;
line-height:1.7;
color:#444;
font-size:15px;
animation:fade .3s ease;
}

@keyframes fade{
from{opacity:0; transform:translateY(-4px);}
to{opacity:1; transform:translateY(0);}
}


/* CTA CARD */

.vtp-cta-card{
background:linear-gradient(135deg,#ff857b,#fe5517,#ff3131);
border-radius:22px;
padding:45px 35px;
color:#fff;
box-shadow:0 30px 60px rgba(0,0,0,0.15);
position:sticky;
top:80px;
}

.vtp-cta-card h2{
font-size:28px;
margin-bottom:15px;
}

.vtp-cta-card p{
line-height:1.7;
margin-bottom:25px;
font-size:15px;
}

/* Buttons */

.vtp-cta-buttons{
display:flex;
flex-direction:column;
gap:14px;
}

.vtp-btn{
display:flex;
align-items:center;
justify-content:center;
gap:10px;
padding:14px 18px;
border-radius:14px;
font-weight:600;
text-decoration:none;
transition:.3s;
}

.vtp-btn svg{
width:18px;
height:18px;
}

/* Inquiry button */

.vtp-btn-primary{
background:#fff;
color:#fe5517;
}

.vtp-btn-primary:hover{
transform:translateY(-2px);
box-shadow:0 10px 20px rgba(0,0,0,0.15);
}

/* WhatsApp button */

.vtp-btn-whatsapp{
background:#25D366;
color:#fff;
}

.vtp-btn-whatsapp:hover{
transform:translateY(-2px);
box-shadow:0 10px 20px rgba(0,0,0,0.2);
}

/* Links */

.vtp-cta-card a.text-link{
color:#fff;
font-weight:600;
text-decoration:underline;
}


/* Responsive */

@media(max-width:900px){

.vtp-why-container{
grid-template-columns:1fr;
}

.vtp-cta-card{
position:relative;
top:auto;
}

}/* End custom CSS */