.elementor-1438 .elementor-element.elementor-element-a0e5c9a{--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;}/* Start custom CSS for html, class: .elementor-element-744b240 *//* WRAPPER */
.custom-accordion-lists {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

/* EACH ITEM */
.custom-accordion-col {
    width: 100%;
}

.custom-accordion-box {
    border: 1px solid #ddd;
    border-radius: 12px;
    padding: 20px 22px;
    background: #fff;
    transition: all 0.25s ease;
}

/* HEADER */
.custom-accordion-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}

.custom-accordion-header h3 {
    font-size: 20px;
    margin: 0;
    font-weight: 600;
}

/* BUTTONS */
.collapse-btn button {
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
}

.plus-btn,
.minus-btn {
    width: 28px;
    height: 28px;
}

.minus-btn {
    display: none; /* hidden until active */
}

/* ACTIVE STATE */
.custom-accordion-box.show .plus-btn {
    display: none;
}
.custom-accordion-box.show .minus-btn {
    display: inline-block;
}

/* BODY */
.custom-accordion-body {
    margin-top: 18px;
    display: none;
    font-size: 16px;
    line-height: 1.6;
}

.custom-accordion-box.show .custom-accordion-body {
    display: block;
}/* End custom CSS */
/* Start custom CSS *//* Force Elementor Containers to full width */
body.elementor-page .e-con {
    max-width: 100% !important;
    width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

/* Inner wrapper also must stretch */
body.elementor-page .e-con-inner {
    max-width: 100% !important;
    width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}/* End custom CSS */