/*!
Theme Name: Reland
Theme URI: https://www.themegenix.net/reland/
Author: ThemeGenix
Author URI: https://themeforest.net/user/themegenix/
Description: Reland - Real Estate Group WordPress Theme
Version: 1.5
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: reland
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

.faq-item p {
    display: none;
    margin-top: 10px;
}

.faq-item {
    border-bottom: 1px solid #eee;
    padding: 15px 0;
}

.faq-item .title {
    cursor: pointer;
    position: relative;
    padding-right: 30px;
}

/* Plus / minus icon */
.faq-item .title::after {
    content: "+";
    position: absolute;
    right: 0;
    top: 0;
    font-size: 22px;
    transition: transform 0.3s ease;
}

.faq-item.active .title::after {
    content: "−";
}

.faq-item.active p {
    display: block;
}
