/* Reset and Base Styles inherited from Elementor wrapper */

.faq-container-1ee95ad8 {
    display: flex;
    width: 100%;
    gap: 40px;
}

.faq-sidebar-1ee95ad8 {
    width: 250px;
    flex-shrink: 0;
    border-right: 1px solid #e5e5e5;
    padding-right: 20px;
}

.sidebar-menu-1ee95ad8 {
    list-style: none;
    margin: 0;
    padding: 0;
}

.sidebar-menu-1ee95ad8 .menu-item-1ee95ad8 {
    margin-bottom: 8px;
    border-radius: 6px;
    transition: background-color 0.2s ease, border-color 0.2s ease;
    border-left: 4px solid transparent; /* placeholder for active state */
}

.sidebar-menu-1ee95ad8 .menu-item-1ee95ad8 a {
    display: block;
    padding: 14px 18px;
    text-decoration: none;
    color: #555555;
    font-size: 15px;
    font-weight: 500;
}

/* Active State Styling */
.sidebar-menu-1ee95ad8 .menu-item-1ee95ad8.active {
    background-color: #fff1f2; 
    border-left: 4px solid #d32f2f;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.sidebar-menu-1ee95ad8 .menu-item-1ee95ad8.active a {
    color: #d32f2f;
    font-weight: 600;
}

/* Hover effect */
.sidebar-menu-1ee95ad8 .menu-item-1ee95ad8:not(.active):hover {
    background-color: #f7f7f7;
}

.faq-content-1ee95ad8 {
    flex-grow: 1;
}

.faq-group-1ee95ad8 {
    display: none;
    flex-direction: column;
    gap: 24px;
}

.faq-group-1ee95ad8.active {
    display: flex;
}

.faq-card-1ee95ad8 {
    background-color: #ffffff;
    border: 1px solid #e8e8e8;
    border-radius: 8px;
    padding: 30px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.02);
}

.faq-question-1ee95ad8 {
    font-size: 18px;
    font-weight: 500;
    color: #2c2c2c;
    margin-bottom: 18px;
    display: flex;
    align-items: flex-start;
    line-height: 1.4;
    margin-top: 0;
}

.q-prefix-1ee95ad8 {
    color: #d32f2f;
    margin-right: 10px;
    font-weight: 600;
}

.faq-answer-1ee95ad8 {
    border-left: 2px solid #e0e0e0;
    padding-left: 20px;
    margin-left: 24px;
}

.faq-answer-1ee95ad8 p {
    font-size: 15px;
    line-height: 1.6;
    color: #555555;
    margin-bottom: 0;
}

/* Responsive Layout */
@media (max-width: 768px) {
    .faq-container-1ee95ad8 {
        flex-direction: column;
        gap: 20px;
    }

    .faq-sidebar-1ee95ad8 {
        width: 100%;
        border-right: none;
        border-bottom: 1px solid #e5e5e5;
        padding-right: 0;
        padding-bottom: 20px;
    }

    .faq-card-1ee95ad8 {
        padding: 20px;
    }

    .faq-answer-1ee95ad8 {
        margin-left: 0;
        padding-left: 15px;
    }
}
