.elementor-167 .elementor-element.elementor-element-6d05ce2{--display:flex;}.elementor-167 .elementor-element.elementor-element-b19019e{--display:flex;}.elementor-167 .elementor-element.elementor-element-038c184{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-ecafa04 */<style>
.terms_experience {
    background: #F1F5F9; /* Very light slate */
    padding: 120px 0;
    font-family: 'Inter', sans-serif;
    color: #0F172A;
    overflow: hidden;
}

.terms_inner {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 20px;
}

.terms_header {
    text-align: center;
    margin-bottom: 80px;
}

.terms_badge {
    background: #10B981;
    color: #fff;
    padding: 6px 16px;
    border-radius: 50px;
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.terms_main_title {
    font-size: 52px;
    font-weight: 900;
    margin: 20px 0 10px;
    letter-spacing: -2px;
}

.terms_date {
    color: #64748B;
    font-weight: 500;
}

/* THE TIMELINE LOGIC */
.terms_timeline {
    position: relative;
    padding-left: 60px;
}

/* Vertical Line */
.terms_timeline::before {
    content: '';
    position: absolute;
    left: 20px;
    top: 0;
    bottom: 0;
    width: 2px;
    background: linear-gradient(to bottom, #10B981, #E2E8F0);
}

.terms_step {
    position: relative;
    margin-bottom: 50px;
    opacity: 0;
    transform: translateX(20px);
    animation: slideInFade 0.6s forwards;
}

/* Animated Appearances */
.terms_step:nth-child(1) { animation-delay: 0.1s; }
.terms_step:nth-child(2) { animation-delay: 0.2s; }
.terms_step:nth-child(3) { animation-delay: 0.3s; }
.terms_step:nth-child(4) { animation-delay: 0.4s; }
.terms_step:nth-child(5) { animation-delay: 0.5s; }
.terms_step:nth-child(6) { animation-delay: 0.6s; }

@keyframes slideInFade {
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.step_indicator {
    position: absolute;
    left: -58px;
    top: 0;
    width: 38px;
    height: 38px;
    background: #0F172A;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 800;
    border: 4px solid #F1F5F9;
    z-index: 2;
}

.step_card {
    background: #FFFFFF;
    padding: 35px;
    border-radius: 16px;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
    border: 1px solid #E2E8F0;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.step_card:hover {
    transform: scale(1.02);
    box-shadow: 0 20px 40px rgba(16, 185, 129, 0.1);
    border-color: #10B981;
}

.step_card h3 {
    font-size: 22px;
    font-weight: 800;
    margin-bottom: 15px;
    color: #0F172A;
}

.step_card p {
    font-size: 16px;
    line-height: 1.7;
    color: #475569;
}

.terms_footer {
    text-align: center;
    margin-top: 60px;
    padding-top: 40px;
    border-top: 1px solid #E2E8F0;
}

/* MOBILE RESPONSIVE */
@media (max-width: 600px) {
    .terms_timeline { padding-left: 0; }
    .terms_timeline::before, .step_indicator { display: none; }
    .terms_main_title { font-size: 36px; }
    .step_card { padding: 25px; }
}
</style>/* End custom CSS */