/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Feb 22 2026 | 10:57:29 */
/* Add your CSS code here.

For example:
.example {
    color: red;
}

For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

End of comment */ 



/* .custom-accordion-content {
    height: 0;
    overflow: hidden;
    transition: height 0.4s ease;
}
/*.custom-accordion .elementor-widget-heading .elementor-heading-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}


.custom-accordion .custom-title-acco .elementor-heading-title::after {
    content: "+";
    font-size: 22px;
    font-weight: 600;
    transition: all 0.3s ease;
	float: right;
}


.custom-accordion.active .custom-title-acco .elementor-heading-title::after {
    content: "-";
}
 */

.custom-accordion-content {
    height: 0;
    overflow: hidden;
    transition: height 0.4s ease;
}

/* Icon styling */
.custom-title-acco .elementor-heading-title {
/*     display: flex;
    justify-content: space-between;
    align-items: center; */
    cursor: pointer;
}

.custom-title-acco .elementor-heading-title::after {
    content: "+";
    font-size: 22px;
    font-weight: 600;
     transition: all 0.3s ease;
	float: right;
}

.custom-accordion.active .custom-title-acco .elementor-heading-title::after {
    content: "-";
}