.ids-greetings-globe-section {
    position: relative;
    isolation: isolate;
}

.ids-greetings-globe-section .elementor-widget-id_solutech_greetings_globe {
    z-index: 0 !important;
    margin: 0 !important;
    pointer-events: none;
}

.elementor-editor-active
    .ids-greetings-globe-section
    .elementor-widget-id_solutech_greetings_globe {
    pointer-events: auto;
}

.ids-greetings-globe-section
    .elementor-widget-id_solutech_greetings_globe
    > .elementor-widget-container {
    width: 100%;
    height: 100%;
}

.ids-greetings-globe-section
    .elementor-widget:not(.elementor-widget-id_solutech_greetings_globe) {
    z-index: 3 !important;
}

.ids-greetings-globe-section
    .elementor-widget:not(.elementor-widget-id_solutech_greetings_globe):not(.elementor-absolute) {
    position: relative;
}

.ids-greetings-globe {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 460px;
    overflow: hidden;
    opacity: var(--ids-greetings-globe-opacity, 0.94);
}

.ids-greetings-globe__canvas {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    outline: 0;
    pointer-events: none;
}

.ids-greetings-globe__interaction {
    position: absolute;
    z-index: 2;
    border-radius: 50%;
    outline: 0;
    background: transparent;
    cursor: grab;
    pointer-events: auto;
    touch-action: none;
    user-select: none;
}

.ids-greetings-globe__interaction.is-dragging {
    cursor: grabbing;
}

.ids-greetings-globe-section.ids-greetings-globe-hover {
    cursor: grab;
}

.ids-greetings-globe-section.ids-greetings-globe-dragging {
    cursor: grabbing;
}

.ids-greetings-globe__interaction:focus-visible {
    outline: 2px solid #f4511e;
    outline-offset: 4px;
}

.elementor-editor-active .ids-greetings-globe__interaction {
    pointer-events: none;
}

@media (max-width: 980px) {
    .ids-greetings-globe {
        min-height: 420px;
        opacity: 0.62;
    }
}

@media (max-width: 767px) {
    .ids-greetings-globe {
        min-height: 380px;
        opacity: 0.18;
    }
}

@media (prefers-reduced-motion: reduce) {
    .ids-greetings-globe__canvas {
        opacity: 0.82;
    }
}
