.elementor-8237 .elementor-element.elementor-element-919cc07{--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;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-8237 .elementor-element.elementor-element-919cc07.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-8237 .elementor-element.elementor-element-0246a8c{padding:0px 0px 10px 0px;}.elementor-8237 .elementor-element.elementor-element-0246a8c .elementor-heading-title{font-size:24px;}.elementor-8237 .elementor-element.elementor-element-2e5ed58 .elementor-gallery-item__overlay{background-color:#0000001C;}.elementor-8237 .elementor-element.elementor-element-2e5ed58 .e-gallery-item:hover .elementor-gallery-item__overlay, .elementor-8237 .elementor-element.elementor-element-2e5ed58 .e-gallery-item:focus .elementor-gallery-item__overlay{background-color:rgba(0,0,0,0.5);}.elementor-8237 .elementor-element.elementor-element-2e5ed58{--titles-container-justify-content:flex-start;--image-transition-duration:800ms;--overlay-transition-duration:500ms;--content-text-align:center;--content-padding:20px;--content-transition-duration:800ms;--content-transition-delay:800ms;--galleries-title-color-normal:#374151;--gallery-title-color-active:#FFFFFF;}.elementor-8237 .elementor-element.elementor-element-2e5ed58 .elementor-gallery-title{font-size:14px;}.elementor-8237 .elementor-element.elementor-element-2e5ed58 .elementor-gallery__titles-container{margin-bottom:15px;}#elementor-popup-modal-8237 .dialog-widget-content{animation-duration:0.5s;box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}#elementor-popup-modal-8237{background-color:rgba(0,0,0,.8);justify-content:center;align-items:flex-end;pointer-events:all;}#elementor-popup-modal-8237 .dialog-message{width:100vw;height:85vh;align-items:flex-start;padding:2% 2% 2% 2%;}#elementor-popup-modal-8237 .dialog-close-button{display:flex;}@media(min-width:768px){.elementor-8237 .elementor-element.elementor-element-919cc07{--width:100.938%;}}/* Start custom CSS */#elementor-popup-modal-8237 .dialog-widget-content{
    border-radius: 20px 20px 0 0;
}

.elementor-gallery__titles-container {
    display: flex;
    flex-wrap: wrap;
    padding: 10px 0;
    margin: 0;
    row-gap: 10px;
}

.elementor-item {
    background-color: #e5e7eb;
    color: #374151;
    padding: 8px 16px;
    border-radius: 50px;
    font-family: sans-serif;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    cursor: pointer;
    border: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.elementor-item.elementor-item-active {
    background-color: #AC7F44;
    color: #ffffff;
}

.elementor-item:hover:not(.elementor-item-active) {
    background-color: #d1d5db;
}

.elementor-popup-modal .dialog-close-button{
    top:30px;
    right:30px;
}

.dialog-close-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    transition: all 0.3s ease;
    text-decoration: none;
    border: none;
    cursor: pointer;
}

.dialog-close-button svg {
    height:30px;
    width:30px;
    fill: currentColor;
    transition: transform 0.3s ease;
}

.dialog-close-button:hover {
    background-color: #e5e7eb;
    color: #ffffff;
}

.dialog-close-button:hover svg {
    transform: scale(1.1);
}

@media (max-width: 767px) {
.elementor-popup-modal .dialog-close-button {
    top:10px;
    right:10px;
}
    
}

.dialog-message, 
.elementor-8237,
.elementor-element-919cc07 {
    overflow: hidden !important;
}

.elementor-8237 .elementor-gallery__container {
    max-height: 70vh; 
    overflow-y: auto !important; 
    overflow-x: hidden !important;
    width: calc(100% + 8px) !important;
    padding-right: 8px !important;
}

.elementor-8237 .elementor-gallery__container::-webkit-scrollbar {
    width: 6px;
}

.elementor-8237 .elementor-gallery__container::-webkit-scrollbar-thumb {
    background: #888; 
    border-radius: 4px;
}

.elementor-8237 .elementor-gallery__container::-webkit-scrollbar-thumb:hover {
    background: #555; 
}/* End custom CSS */