.elementor-8426 .elementor-element.elementor-element-d9c1849{--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-8426 .elementor-element.elementor-element-d9c1849.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-8426 .elementor-element.elementor-element-204f64c{padding:0px 0px 10px 0px;}.elementor-8426 .elementor-element.elementor-element-204f64c .elementor-heading-title{font-size:24px;}#elementor-popup-modal-8426 .dialog-widget-content{animation-duration:0.5s;border-radius:18px 18px 0px 0px;box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}#elementor-popup-modal-8426{background-color:rgba(0,0,0,.8);justify-content:center;align-items:flex-end;pointer-events:all;}#elementor-popup-modal-8426 .dialog-message{width:100vw;height:85vh;align-items:flex-start;padding:2% 2% 2% 2%;}#elementor-popup-modal-8426 .dialog-close-button{display:flex;}@media(min-width:768px){.elementor-8426 .elementor-element.elementor-element-d9c1849{--width:100.938%;}}/* Start custom CSS */#elementor-popup-modal-7710 .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-7710,
.elementor-element-919cc07 {
    overflow: hidden !important;
}

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

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

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

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