.elementor-951 .elementor-element.elementor-element-82cab5c{--display:flex;--min-height:70px;--justify-content:center;--align-items:stretch;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-951 .elementor-element.elementor-element-82cab5c.e-con{--align-self:center;--flex-grow:1;--flex-shrink:0;}.elementor-widget-search{--e-search-input-color:var( --e-global-color-text );}.elementor-widget-search.e-focus{--e-search-input-color:var( --e-global-color-text );}.elementor-widget-search .elementor-pagination{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-951 .elementor-element.elementor-element-47dddb9 .e-search-input{line-height:1.2em;border-radius:30px 30px 30px 30px;}.elementor-951 .elementor-element.elementor-element-47dddb9{--e-search-submit-margin-inline-start:0px;--e-search-icon-clear-size:0px;--e-search-submit-button-flex-direction:row-reverse;--e-search-submit-icon-margin-inline-start:var(--e-search-submit-icon-gap);--e-search-submit-icon-margin-inline-end:0px;--e-search-icon-submit-size:16px;--e-search-submit-icon-gap:0px;--e-search-submit-border-radius:0px 0px 0px 0px;--e-search-submit-padding:0px 0px 0px 0px;}#elementor-popup-modal-951 .dialog-widget-content{background-color:#4B4B4B21;margin:95px 0px 0px 0px;}#elementor-popup-modal-951 .dialog-message{width:100vw;height:auto;}#elementor-popup-modal-951{justify-content:center;align-items:flex-start;}#elementor-popup-modal-951 .dialog-close-button{display:flex;top:1%;font-size:20px;}body:not(.rtl) #elementor-popup-modal-951 .dialog-close-button{right:1%;}body.rtl #elementor-popup-modal-951 .dialog-close-button{left:1%;}@media(max-width:767px){#elementor-popup-modal-951{align-items:center;}#elementor-popup-modal-951 .dialog-widget-content{margin:0px 0px 0px 0px;}}@media(min-width:768px){.elementor-951 .elementor-element.elementor-element-82cab5c{--width:100%;}}/* Start custom CSS for search, class: .elementor-element-47dddb9 */.elementor-951 .elementor-element.elementor-element-47dddb9 {
    position: relative;
    max-width: 600px;
    margin: 0 auto;
}

/* Input field */
.elementor-951 .elementor-element.elementor-element-47dddb9 input[type="search"] {
    width: 100%;
    height: 48px;
    padding: 0 45px 0 16px; /* space on right for icon */
    border-radius: 30px;
    border: 1px solid #ddd;
}

/* Button positioned INSIDE input */
.elementor-951 .elementor-element.elementor-element-47dddb9 button {
    position: absolute;
    right: 12px; /* 🔥 pushes to right end */
    top: 50%;
    transform: translateY(-50%);
    
    background: transparent !important;
    border: none;
    padding: 0;
    z-index: 2;
    
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Icon visibility */
.elementor-951 .elementor-element.elementor-element-47dddb9 button i,
.elementor-951 .elementor-element.elementor-element-47dddb9 button svg {
    font-size: 16px;
    color: #333 !important;
    fill: #333 !important;
}

/* Hide only screen reader text */
.elementor-951 .elementor-element.elementor-element-47dddb9 button span.elementor-screen-only {
    display: none;
}

/* Remove hidden container spacing */
.elementor-951 .elementor-element.elementor-element-47dddb9 {
    width: 100% !important;
    max-width: 90% !important;
}



/* Ensure full stretch */
.elementor-951 .elementor-element.elementor-element-47dddb9 form {
    width: 100%;
}/* End custom CSS */
/* Start custom CSS *//* Make popup container allow overflow */
#elementor-popup-modal-951 .dialog-widget-content {
    overflow: visible !important;
}

/* Style & position close button */
#elementor-popup-modal-951 .dialog-close-button {
    position: absolute;
    top: -20px;   /* 🔥 pushes outside */
    right: -20px; /* 🔥 pushes outside */

    width: 40px;
    height: 40px;
    border-radius: 50%;

    background: #fff;
    color: #000;
    
    display: flex;
    align-items: center;
    justify-content: center;

    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    z-index: 999;
}

/* Icon size */
#elementor-popup-modal-951 .dialog-close-button i,
#elementor-popup-modal-951 .dialog-close-button svg {
    font-size: 16px;
    fill: #000;
}/* End custom CSS */