/* NexusCMS Crafto Fix - Force visibility */
*, *::before, *::after {
    animation-play-state: running !important;
}

/* Force all sections visible */
section, section *, 
.container, .container *,
.row, .col, [class*="col-"],
.feature-box, .feature-box *,
.team-member, .team-member *,
.testimonials-style-04,
.accordion-item,
.process-step-item,
.swiper-slide,
.icon-with-text-style-07,
.blog-classic,
footer, footer * {
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
}

/* Sadece overlay'ler için exception */
.opacity-very-light {
    opacity: 0.6 !important;
}
.opacity-7 {
    opacity: 0.7 !important;
}

/* Section spacing */
section:not(.p-0) {
    padding-top: 80px;
    padding-bottom: 80px;
}
.half-section {
    padding-top: 50px;
    padding-bottom: 50px;
}
