/* Start custom CSS for html, class: .elementor-element-20b7935 *//* ===== GLOBAL ===== */

.vtp-policy{
font-family:Manrope,system-ui,-apple-system,sans-serif;
background:#fff;
color:#121010;
}

/* ===== HERO ===== */

.vtp-policy-hero{
padding:90px 20px 70px;
text-align:center;
background:linear-gradient(135deg,#ff857b,#fe5517,#ff3131);
color:#fff;
}

.vtp-policy-hero h1{
font-size:36px;
margin-bottom:15px;
}

.vtp-policy-hero p{
max-width:700px;
margin:auto;
font-size:16px;
line-height:1.8;
}

/* ===== CONTAINER ===== */

.vtp-policy-container{
max-width:1000px;
margin:auto;
padding:60px 20px;
}

/* ===== SECTION BLOCK ===== */

.vtp-policy-box{
background:#fff;
border-radius:20px;
padding:35px;
margin-bottom:25px;
box-shadow:0 15px 50px rgba(0,0,0,0.06);
transition:.3s;
}

.vtp-policy-box:hover{
transform:translateY(-4px);
box-shadow:0 20px 60px rgba(0,0,0,0.08);
}

/* ===== HEADINGS ===== */

.vtp-policy-box h2{
font-size:26px;
margin-bottom:15px;
color:#121010;
}

.vtp-policy-box p{
font-size:16px;
line-height:1.85;
color:#555;
margin-bottom:12px;
}

/* ===== LIST ===== */

.vtp-policy-list{
margin-top:10px;
padding-left:20px;
}

.vtp-policy-list li{
margin-bottom:10px;
line-height:1.7;
}

/* ===== HIGHLIGHT BOX ===== */

.vtp-highlight{
background:linear-gradient(135deg,#fff5f3,#fff);
border-left:4px solid #f3660e;
padding:20px;
border-radius:12px;
margin-top:15px;
}

/* ===== CTA ===== */

.vtp-policy-cta{
margin-top:40px;
text-align:center;
padding:40px 20px;
border-radius:20px;
background:linear-gradient(135deg,#ff857b,#fe5517,#ff3131);
color:#fff;
}

.vtp-policy-cta h2{
margin-bottom:10px;
}

.vtp-policy-btn{
display:inline-block;
margin-top:15px;
padding:12px 25px;
border-radius:30px;
background:#121010;
color:#fff;
text-decoration:none;
font-weight:600;
transition:.3s;
}

.vtp-policy-btn:hover{
background:#000;
transform:translateY(-2px);
}

/* ===== RESPONSIVE ===== */

@media(max-width:768px){

.vtp-policy-hero h1{
font-size:28px;
}

.vtp-policy-box{
padding:25px;
}

}/* End custom CSS */