.elementor-1133 .elementor-element.elementor-element-b68dc7d{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:30px;--padding-bottom:30px;--padding-left:30px;--padding-right:30px;}.elementor-1133 .elementor-element.elementor-element-fe9d462{width:var( --container-widget-width, 350px );max-width:350px;--container-widget-width:350px;--container-widget-flex-grow:0;}.elementor-1133 .elementor-element.elementor-element-fe9d462 .elementor-heading-title{font-size:37px;}#elementor-popup-modal-1133{background-color:#00000066;justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-1133 .dialog-message{width:547px;height:425px;align-items:flex-start;}#elementor-popup-modal-1133 .dialog-close-button{display:flex;}#elementor-popup-modal-1133 .dialog-widget-content{box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);margin:0px 0px 0px 0px;}body:not(.rtl) #elementor-popup-modal-1133 .dialog-close-button{right:35px;}body.rtl #elementor-popup-modal-1133 .dialog-close-button{left:35px;}@media(max-width:767px){.elementor-1133 .elementor-element.elementor-element-fe9d462 .elementor-heading-title{font-size:30px;}#elementor-popup-modal-1133 .dialog-widget-content{margin:0px 0px 0px 0px;}}/* Start custom CSS for heading, class: .elementor-element-fe9d462 *//*@media screen and (min-width: 1025px) {*/

/*.elementor-1133 .elementor-element.elementor-element-fe9d462 h2 {*/
/*    background: linear-gradient(90deg, #FFF 50.2%, #000 52%);*/
/*    -webkit-background-clip: text;*/
/*    background-clip: text;*/
/*    color: transparent;*/

/*}*/
/*}*/

/*@media only screen and (min-width: 1300px) and (max-width: 1600px)  {*/
/*.elementor-1133 .elementor-element.elementor-element-fe9d462  {*/
/*    right: -196px;*/
/*}  */
/*}*//* End custom CSS */
/* Start custom CSS */.dialog-close-button::after {
    content: "CLOSE";
    transform: rotate(-90deg);
    white-space: nowrap;
    font-size: 14px;
    display: inline-block;
    height: 40px;
    width: 40px;
    position: absolute;
    top: 30px; 
    left: 2px;
    z-index: 10;
    color: black; /* Optional: Ensure visibility */
}

/* Target Webkit browsers (Chrome, Safari, Edge) */
::-webkit-scrollbar {
    width: 8px; 
    height: 8px;
}

::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
    background-color: rgba(0, 0, 0, 0.7); /* Slightly darker on hover */
}

::-webkit-scrollbar-track {
    background-color: transparent;
}/* End custom CSS */