/*
 Theme Name:   hello-elementor Child
 Theme URI:    https://hamikeivan.com
 Description:  hosseinkazemi Child Theme
 Author:  hossein kazemi
 Author URI:   https://hosseinkazemi.net
 Template:hello-elementor 
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         طراحی وبسایت, مشاوره توسعه کسب کار اینترنتی, طراحی و اجرا آپ موبایل, UI/UX, طراحی گرافیکی وبسایت, برنامه نویسی انواع وبسایت فروشگاهی ، شخصی و شرکتی
 Text Domain:  twentyfifteenchild
*/


/* Persianloleh FAQ Accordion */

.persianloleh-faq{
    margin:40px 0;
}

.persianloleh-faq .faq-item{
    margin-bottom:15px;
    border:1px solid #8e1b2f;
    border-radius:12px;
    overflow:hidden;
    box-shadow:0 2px 10px rgba(0,0,0,.05);
}

.persianloleh-faq .faq-question{
    width:100%;
    background:#8e1b2f;
    color:#fff;
    border:none;
    padding:18px 22px;
    text-align:right;
    cursor:pointer;
    font-size:18px;
    font-weight:700;
    line-height:1.8;
    position:relative;
}

.persianloleh-faq .faq-question:after{
    content:"+";
    position:absolute;
    left:20px;
    top:50%;
    transform:translateY(-50%);
    font-size:24px;
    font-weight:bold;
}

.persianloleh-faq .faq-item.active .faq-question:after{
    content:"−";
}

.persianloleh-faq .faq-answer{
    display:none;
    background:#fff;
    padding:20px;
    line-height:2.2;
    color:#333;
    font-size:16px;
}

.persianloleh-faq .faq-answer p{
    margin:0;
}

.persianloleh-faq .faq-item.active{
    box-shadow:0 6px 20px rgba(0,0,0,.10);
}


/* Premium Persianloleh Button */

.persianloleh-btn{
    display:inline-block;
  

    background:#8e1b2f;
    color:#fff !important;

    padding:14px 36px;

    border-radius:50px;

    border:1px solid rgba(255,255,255,.15);

    letter-spacing:0.3px;

    transition:all .35s ease;
    line-height: 10%;

    box-shadow:
    0 8px 25px rgba(142,27,47,.18),
    inset 0 1px 0 rgba(255,255,255,.15);
}

.persianloleh-btn:hover{

    color:#fff !important;

    transform:translateY(-3px);

    box-shadow:
    0 15px 35px rgba(142,27,47,.30),
    inset 0 1px 0 rgba(255,255,255,.20);
}

.persianloleh-btn:active{
    transform:translateY(-1px);
}