.elementor-790 .elementor-element.elementor-element-9b74dcd{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-635b553 *//* =========================================
   ANIMATED TERMS & CONDITIONS CSS
   ========================================= */

.animated-terms {
    background-color: #ffffff;
    padding-bottom: 120px;
}

.terms-wrapper {
    max-width: 900px;
    margin: 0 auto;
    position: relative;
}

/* Vertical line for the 'Step' effect */
.terms-wrapper::before {
    content: '';
    position: absolute;
    left: 40px;
    top: 0;
    bottom: 0;
    width: 1px;
    background: linear-gradient(to bottom, transparent, #C5A059, transparent);
}

.term-item {
    display: flex;
    gap: 40px;
    margin-bottom: 60px;
    position: relative;
    background: #fff;
}

.term-number {
    width: 80px;
    height: 80px;
    background: #FFF9F0;
    border: 1px solid rgba(197, 160, 89, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    color: #C5A059;
    font-size: 1.2rem;
    flex-shrink: 0;
    z-index: 2;
    transition: 0.3s ease;
}

.term-item:hover .term-number {
    background: #C5A059;
    color: #fff;
    transform: scale(1.1);
}

.term-content h3 {
    font-size: 1.5rem;
    color: #333;
    margin-bottom: 15px;
}

.term-content p, .term-content li {
    color: #666;
    font-size: 1rem;
    line-height: 1.7;
}

/* Glassmorphism Box for Footer */
.glass-info-box {
    background: rgba(197, 160, 89, 0.05);
    border: 1px solid rgba(197, 160, 89, 0.2);
    padding: 40px;
    border-radius: 30px;
    text-align: center;
    max-width: 600px;
    margin: 40px auto 0 auto;
}

.btn-whatsapp-terms {
    display: inline-block;
    margin-top: 20px;
    background: #C5A059;
    color: white;
    padding: 15px 35px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 700;
    transition: 0.3s ease;
}

.btn-whatsapp-terms:hover {
    background: #333;
    transform: translateY(-3px);
}

/* Reveal Animation */
.reveal {
    opacity: 0;
    transform: translateY(20px);
    animation: fadeInUp 0.6s forwards ease-out;
}

@keyframes fadeInUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Mobile Adjustments */
@media (max-width: 768px) {
    .terms-wrapper::before { left: 20px; }
    .term-item { gap: 20px; }
    .term-number { width: 40px; height: 40px; font-size: 0.9rem; }
    .term-content h3 { font-size: 1.2rem; }
}/* End custom CSS */