/* Start custom CSS for html, class: .elementor-element-c2d8803 *//* ===== HERO SECTION ===== */

.vtp-ai-hero{
padding:120px 20px 100px;
background:linear-gradient(135deg,#ff857b,#fe5517,#ff3131);
font-family:Manrope,system-ui,-apple-system,sans-serif;
color:#fff;
position:relative;
overflow:hidden;
}

/* Glow effect */

.vtp-ai-hero::before{
content:"";
position:absolute;
width:500px;
height:500px;
background:rgba(255,255,255,0.12);
filter:blur(120px);
top:-120px;
left:-120px;
border-radius:50%;
z-index:0;
}

/* Container */

.vtp-ai-container{
max-width:1100px;
margin:auto;
position:relative;
z-index:2;
text-align:center;
}

/* Glass Card */

.vtp-ai-glass{
background:rgba(255,255,255,0.12);
backdrop-filter:blur(18px);
padding:60px 45px;
border-radius:24px;
border:1px solid rgba(255,255,255,0.25);
box-shadow:0 30px 80px rgba(0,0,0,0.25);
}

/* Heading */

.vtp-ai-glass h1{
font-size:38px;
line-height:1.3;
margin-bottom:20px;
font-weight:700;
}

/* Paragraph */

.vtp-ai-glass p{
font-size:16px;
line-height:1.8;
max-width:820px;
margin:0 auto 18px;
color:rgba(255,255,255,0.95);
}

/* Cards */

.vtp-ai-cards{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:24px;
margin-top:40px;
}

/* Card */

.vtp-ai-card{
background:rgba(255,255,255,0.18);
border-radius:18px;
padding:26px 20px;
transition:all .3s ease;
border:1px solid rgba(255,255,255,0.25);
box-shadow:0 15px 40px rgba(0,0,0,0.2);
}

.vtp-ai-card:hover{
transform:translateY(-6px) scale(1.02);
background:rgba(255,255,255,0.25);
}

/* Icon */

.vtp-ai-icon{
width:60px;
height:60px;
margin:0 auto 15px;
display:flex;
align-items:center;
justify-content:center;
border-radius:14px;
background:rgba(0,0,0,0.25);
transition:.3s;
}

.vtp-ai-card:hover .vtp-ai-icon{
box-shadow:0 0 20px rgba(255,255,255,0.6);
}

.vtp-ai-icon svg{
width:28px;
height:28px;
stroke:#fff;
stroke-width:2;
fill:none;
}

/* Card Text */

.vtp-ai-card h3{
font-size:18px;
margin-bottom:8px;
font-weight:600;
}

.vtp-ai-card p{
font-size:14px;
line-height:1.6;
color:rgba(255,255,255,0.9);
}

/* Responsive */

@media(max-width:900px){

.vtp-ai-glass h1{
font-size:30px;
}

.vtp-ai-cards{
grid-template-columns:1fr;
}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-cc9ae39 *//* ===== SECTION ===== */

.vtp-team-ai{
padding:100px 20px;
font-family:Manrope,system-ui,-apple-system,sans-serif;
background:linear-gradient(180deg,#ffffff,#fff5f2);
}

/* ===== HEADER ===== */

.vtp-team-ai-header{
max-width:800px;
margin:0 auto 60px;
text-align:center;
}

.vtp-team-ai-header h2{
font-size:32px;
color:#1c1c1c;
margin-bottom:15px;
}

.vtp-team-ai-header p{
font-size:16px;
line-height:1.8;
color:#555;
}

/* ===== GRID ===== */

.vtp-team-ai-grid{
max-width:1100px;
margin:auto;
display:grid;
grid-template-columns:repeat(2,1fr);
gap:30px;
}

/* ===== CARD ===== */

.vtp-team-ai-card{
border-radius:20px;
overflow:hidden;
background:linear-gradient(135deg,#ff857b,#fe5517,#ff3131);
color:#fff;
box-shadow:0 20px 60px rgba(0,0,0,0.15);
transition:all .35s ease;
position:relative;
}

/* Hover effect */

.vtp-team-ai-card:hover{
transform:translateY(-10px) scale(1.02);
box-shadow:0 30px 80px rgba(0,0,0,0.25);
}

/* ===== IMAGE ===== */

.vtp-team-ai-img{
height:350px;
overflow:hidden;
}

.vtp-team-ai-img img{
width:100%;
height:100%;
object-fit:cover;
transition:transform .5s ease;
}

/* Image zoom */

.vtp-team-ai-card:hover img{
transform:scale(1.08);
}

/* ===== CONTENT ===== */

.vtp-team-ai-content{
padding:24px;
}

.vtp-team-ai-content h3{
font-size:19px;
margin-bottom:6px;
color:#fff;
}

.vtp-team-ai-role{
font-size:14px;
font-weight:600;
margin-bottom:10px;
color:#ffece7;
}

.vtp-team-ai-content p{
font-size:14px;
line-height:1.7;
color:rgba(255,255,255,0.92);
}

/* ===== RESPONSIVE ===== */

@media(max-width:900px){

.vtp-team-ai-grid{
grid-template-columns:1fr;
}

.vtp-team-ai-header h2{
font-size:26px;
}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-e1bb7fe *//* ===== SECTION ===== */

.vtp-support-section{
padding:10px 20px;
font-family:Manrope,system-ui,-apple-system,sans-serif;
background:linear-gradient(180deg,#ffffff,#fff7f4);
}

/* ===== CONTAINER ===== */

.vtp-support-container{
max-width:1100px;
margin:auto;
display:grid;
grid-template-columns:1.1fr .9fr;
gap:60px;
align-items:center;
}

/* ===== LEFT CONTENT (CLEAN GLASS) ===== */

.vtp-support-content{
background:rgba(255,255,255,0.85);
backdrop-filter:blur(14px);
padding:45px;
border-radius:24px;
box-shadow:0 25px 70px rgba(0,0,0,0.08);
}

/* Heading */

.vtp-support-content h2{
font-size:30px;
margin-bottom:18px;
color:#1c1c1c;
}

/* Paragraph */

.vtp-support-content p{
font-size:16px;
line-height:1.85;
color:#555;
margin-bottom:16px;
}

/* ===== READ MORE BUTTON ===== */

.vtp-support-content details{
margin-top:10px;
}

.vtp-support-content summary{
list-style:none;
cursor:pointer;
display:inline-block;
background:#f3660e;
color:#fff;
padding:11px 22px;
border-radius:30px;
font-size:14px;
font-weight:600;
transition:.3s;
box-shadow:0 10px 25px rgba(243,102,14,0.3);
}

.vtp-support-content summary:hover{
background:#121010;
transform:translateY(-2px);
}

/* remove arrow */

.vtp-support-content summary::-webkit-details-marker{
display:none;
}

/* ===== RIGHT GRID ===== */

.vtp-support-grid{
display:grid;
grid-template-columns:repeat(2,1fr);
gap:22px;
}

/* IMAGE CARD */

.vtp-support-img{
overflow:hidden;
border-radius:20px;
box-shadow:0 20px 50px rgba(0,0,0,0.12);
position:relative;
}

/* subtle overlay */

.vtp-support-img::after{
content:"";
position:absolute;
inset:0;
background:linear-gradient(to top,rgba(0,0,0,0.15),transparent);
opacity:0;
transition:.3s;
}

.vtp-support-img:hover::after{
opacity:1;
}

.vtp-support-img img{
width:100%;
height:350px;
object-fit:cover;
transition:transform .5s ease;
}

/* zoom */

.vtp-support-img:hover img{
transform:scale(1.08);
}

/* ===== RESPONSIVE ===== */

@media(max-width:900px){

.vtp-support-container{
grid-template-columns:1fr;
gap:40px;
}

.vtp-support-grid{
grid-template-columns:1fr;
}

.vtp-support-content{
padding:30px;
}

.vtp-support-content h2{
font-size:26px;
}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-8bb9414 *//* ===== SECTION ===== */

.vtp-exp-section{
padding:10px 20px;
font-family:Manrope,system-ui,-apple-system,sans-serif;
background:linear-gradient(180deg,#ffffff,#fff7f4);
}

/* ===== CONTAINER ===== */

.vtp-exp-container{
max-width:1100px;
margin:auto;
display:grid;
grid-template-columns:1.1fr .9fr;
gap:60px;
align-items:center;
}

/* ===== LEFT CONTENT ===== */

.vtp-exp-content{
background:rgba(255,255,255,0.85);
backdrop-filter:blur(14px);
padding:45px;
border-radius:24px;
box-shadow:0 25px 70px rgba(0,0,0,0.08);
}

.vtp-exp-content h2{
font-size:30px;
margin-bottom:18px;
color:#1c1c1c;
}

.vtp-exp-content p{
font-size:16px;
line-height:1.85;
color:#555;
margin-bottom:16px;
}

/* ===== LINK BUTTON ===== */

.vtp-exp-btn{
display:inline-block;
margin-top:10px;
background:#f3660e;
color:#fff;
padding:11px 22px;
border-radius:30px;
font-size:14px;
font-weight:600;
text-decoration:none;
transition:.3s;
box-shadow:0 10px 25px rgba(243,102,14,0.3);
}

.vtp-exp-btn:hover{
background:#121010;
transform:translateY(-2px);
}

/* ===== RIGHT IMAGES ===== */

.vtp-exp-images{
display:flex;
flex-direction:column;
gap:25px;
}

/* IMAGE CARD */

.vtp-exp-img{
overflow:hidden;
border-radius:22px;
box-shadow:0 20px 55px rgba(0,0,0,0.12);
position:relative;
}

/* overlay */

.vtp-exp-img::after{
content:"";
position:absolute;
inset:0;
background:linear-gradient(to top,rgba(0,0,0,0.18),transparent);
opacity:0;
transition:.3s;
}

.vtp-exp-img:hover::after{
opacity:1;
}

.vtp-exp-img img{
width:100%;
height:250px;
object-fit:cover;
transition:transform .5s ease;
}

/* zoom */

.vtp-exp-img:hover img{
transform:scale(1.08);
}

/* ===== RESPONSIVE ===== */

@media(max-width:900px){

.vtp-exp-container{
grid-template-columns:1fr;
gap:40px;
}

.vtp-exp-content{
padding:30px;
}

.vtp-exp-content h2{
font-size:26px;
}

.vtp-exp-img img{
height:300px;
}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-dff0b27 *//* ===== SECTION ===== */

.vtp-faq-section{
padding:100px 20px;
font-family:Manrope,system-ui,-apple-system,sans-serif;
background:linear-gradient(180deg,#ffffff,#fff6f4);
}

/* ===== CONTAINER ===== */

.vtp-faq-container{
max-width:1100px;
margin:auto;
display:grid;
grid-template-columns:1.1fr .9fr;
gap:60px;
align-items:start;
}

/* ===== FAQ COLUMN ===== */

.vtp-faq-box h2{
font-size:28px;
margin-bottom:25px;
color:#121010;
}

/* FAQ ITEM */

.vtp-faq-item{
margin-bottom:15px;
border-radius:16px;
background:#fff;
box-shadow:0 10px 30px rgba(0,0,0,0.06);
overflow:hidden;
transition:.3s;
}

/* SUMMARY */

.vtp-faq-item summary{
list-style:none;
cursor:pointer;
padding:18px 20px;
font-size:13px;
font-weight:600;
color:#121010;
display:flex;
align-items:center;
justify-content:space-between;
}

/* ICON */

.vtp-faq-item summary::after{
content:"+";
font-size:22px;
color:#f3660e;
transition:.3s;
}

/* OPEN STATE */

.vtp-faq-item[open] summary::after{
content:"–";
transform:rotate(180deg);
}

/* CONTENT */

.vtp-faq-item p{
padding:0 20px 20px;
font-size:15px;
line-height:1.8;
color:#555;
}

/* HOVER */

.vtp-faq-item:hover{
transform:translateY(-3px);
box-shadow:0 15px 40px rgba(0,0,0,0.08);
}

/* ===== CTA COLUMN ===== */

.vtp-cta-card{
background:linear-gradient(135deg,#ff857b,#fe5517,#ff3131);
padding:45px;
border-radius:22px;
color:#fff;
box-shadow:0 25px 60px rgba(255,80,40,0.3);
position:sticky;
top:120px;
}

.vtp-cta-card h2{
font-size:28px;
margin-bottom:15px;
}

.vtp-cta-card p{
font-size:15px;
line-height:1.8;
margin-bottom:25px;
color:#fff;
}

/* BUTTONS */

.vtp-cta-buttons{
display:flex;
flex-direction:column;
gap:15px;
}

/* BUTTON BASE */

.vtp-btn{
display:flex;
align-items:center;
justify-content:center;
gap:10px;
padding:14px;
border-radius:30px;
font-size:15px;
font-weight:600;
text-decoration:none;
transition:.3s;
}

/* FORM BUTTON */

.vtp-btn-form{
background:#121010;
color:#fff;
}

.vtp-btn-form:hover{
background:#000;
transform:translateY(-2px);
}

/* WHATSAPP BUTTON */

.vtp-btn-wa{
background:#25D366;
color:#fff;
}

.vtp-btn-wa:hover{
background:#1ebe5d;
transform:translateY(-2px);
}

/* ICON STYLE */

.vtp-btn svg{
width:18px;
height:18px;
}

/* ===== RESPONSIVE ===== */

@media(max-width:900px){

.vtp-faq-container{
grid-template-columns:1fr;
}

.vtp-cta-card{
position:relative;
top:auto;
margin-top:30px;
}

}/* End custom CSS */