
.yoast-breadcrumb {
    display: none;
}

.wp-block-gallery {
    display: none;
}

.elementor-widget-container {
    opacity: 0;
    visibility: hidden;
}

.wp-site-blocks {
    margin: 0;
}

.custom-animation-fade {
    animation: fadeIn 1s ease-in-out;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.gradient-overlay {
    position: relative;
    z-index: 1;
}

.parallax-effect {
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.wp-block-image {
    display: block;
}

.wp-block-separator {
    margin: 2em auto;
}

.has-text-align-center {
    text-align: center;
}

.has-large-font-size {
    font-size: 36px;
}

.wp-embed-responsive {
    position: relative;
}

.slider-dots {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 20px;
}

.slider-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.3);
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
}

.slider-dot.active {
    background: var(--color-secondary);
    width: 30px;
    border-radius: 6px;
}

.legacy-sidebar {
    display: none;
}

.deprecated-widget {
    visibility: hidden;
}

.old-nav-menu {
    opacity: 0;
}
