/*
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/


/*
|--------------------------------------------------------------------------
| FAQ
|--------------------------------------------------------------------------
*/


/* hide the marker */
.faq-item {
    margin-bottom: 20px;
    overflow: visible !important;
}

.faq-item summary {
    color: var(--e-global-color-secondary );
    font-family: "NeueRadial", Sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2em;
    letter-spacing: -0.5px;
    word-spacing: -0.02em;
    display: flex;
    position: relative;
}

.faq-item p {
    margin: 0 !important;
}

.faq-item summary svg {
    width: 15px;
    height: 15px;
    position: absolute;
    left: -25px;
    top: 8px;
    fill: var(--e-global-color-secondary );
    transition: transform 0.3s ease;
}


.faq-item[open] summary svg {
    transform: rotateZ(90deg);
}

.faq-item summary::-webkit-details-marker,
.faq-item summary::marker {
    display: none !important;
    font-size: 17px;
    position: relative;
}


