.elementor-5666 .elementor-element.elementor-element-ec67bda{--display:flex;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--align-items:stretch;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}/* Start custom CSS *//* Ensuring that all potential clipping parents have overflow visible */
.elementor-widget-container,
.raven-widget-wrapper,
.raven-tabs,
.raven-tabs-content-wrapper {
    overflow: visible !important; /* Overriding other overflow settings */
}

/* Increasing z-index for the dropdown specifically */
#searchPeriodDrpdwnUl {
    z-index: 1050 !important; /* Making sure it's higher than any nearby element */
}

/* Ensuring the dropdown's parent has a positioning context */
.dropdown {
    position: relative; /* This ensures the dropdown positions relative to this container */
}/* End custom CSS */