#gloubiboulga-loader {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(0, 0, 0, 0.8);
    color: white;
    padding: 15px 25px;
    border-radius: 5px;
    z-index: 9999;
    display: none;
    font-size: 14px;
}

.gloubiboulga-loading {
    cursor: wait !important;
}

.gloubiboulga-navigation-transition {
    transition: opacity 0.3s ease;
}

body {
    width: 100vw !important;
    overflow-x: hidden !important;
}

.elementor-field-group {
    transition: opacity 0.3s ease-in-out, height 0.3s ease-in-out;
}

.elementor-field-group[style*="display: none"] {
    height: 0;
    opacity: 0;
    padding: 0;
    margin: 0;
    overflow: hidden;
}