.elementor-widget-ecc-calendly_button {
	z-index: 9999 !important;
}

.ecc-calendly-popup {
    display: none;
    position: fixed;
    top: var(--headerHeight);
    left: 0;
    width: 100vw;
    height: calc(100vh - var(--headerHeight));
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 9999;
}

.ecc-popup-container {
    position: relative;
    width: 90%;
    height: 90%;
    margin: 5%;
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
	z-index: 9999;
}

.ecc-calendly-close {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #000;
    color: #fff;
    border: none;
    padding: 5px 10px;
    cursor: pointer;
}
