/* Fold / Unfold Styling */
.foldable-section-5047dd3e {
    transition: max-height 0.4s ease-in-out, opacity 0.3s ease-in-out;
    overflow: hidden;
}

.foldable-section-5047dd3e.is-folded {
    max-height: 0 !important;
    opacity: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    pointer-events: none;
}

/* Toggle button styling */
.fold-toggle-btn-5047dd3e {
    cursor: pointer;
    transition: all 0.3s ease;
}

.fold-toggle-btn-5047dd3e .elementor-button-icon {
    transition: transform 0.3s ease;
}

.fold-toggle-btn-5047dd3e.active .elementor-button-icon {
    transform: rotate(180deg);
}
