.elementor-9022 .elementor-element.elementor-element-83b67ac{--display:flex;}.elementor-9022 .elementor-element.elementor-element-0da95e3 img{border-radius:20px 20px 20px 20px;}.elementor-9022 .elementor-element.elementor-element-4559e87 img{border-radius:20px 20px 20px 20px;}/* Start custom CSS for shortcode, class: .elementor-element-8113d88 */.toc-box{
    border:1px solid #d9d9d9;
    border-radius:12px;
    overflow:hidden;
    box-shadow:0 4px 12px rgba(0,0,0,.08);
    font-family:inherit;
}

.toc-title{
    background:#B71C1C;
    color:#fff;
    padding:18px 20px;
    font-size:20px;
    font-weight:700;
    text-align:right;
}

.toc-list{
    background:#F3F3F3;
    padding:18px 25px;
}

.toc-list &gt; ol{
    margin:0;
    padding-right:22px;
}

/* تیترهای اصلی */
.toc-list &gt; ol &gt; li{
    margin:12px 0;
    line-height:1.9;
    color:#444;
    font-weight:600;
}

/* لینک تیترهای اصلی */
.toc-list &gt; ol &gt; li &gt; a{
    color:#444;
    text-decoration:none;
    transition:.3s ease;
}

.toc-list &gt; ol &gt; li &gt; a:hover{
    color:#B71C1C;
    padding-right:5px;
}

/* زیرعنوان‌ها */
.toc-list li ol{
    margin:8px 0 5px;
    padding-right:25px;
    border-right:2px solid #ddd;
}

/* ظاهر ظریف زیرعنوان‌ها */
.toc-list li ol li{
    margin:6px 0;
    line-height:1.8;
    font-size:14px;
    font-weight:400;
    color:#666;
    list-style-type:circle;
}

/* لینک زیرعنوان‌ها */
.toc-list li ol li a{
    color:#666;
    text-decoration:none;
    transition:.3s ease;
}

.toc-list li ol li a:hover{
    color:#B71C1C;
    padding-right:4px;
}

/* شماره تیترهای اصلی */
.toc-list &gt; ol &gt; li::marker{
    color:#B71C1C;
    font-weight:bold;
}

/* علامت زیرعنوان‌ها */
.toc-list li ol li::marker{
    color:#B71C1C;
    font-size:12px;
}

@media(max-width:768px){

    .toc-title{
        font-size:18px;
        padding:15px;
    }

    .toc-list{
        padding:15px 18px;
    }

    .toc-list &gt; ol{
        padding-right:20px;
    }

    .toc-list &gt; ol &gt; li{
        font-size:14px;
        line-height:1.8;
    }

    .toc-list li ol{
        padding-right:20px;
        margin-top:6px;
    }

    .toc-list li ol li{
        font-size:13px;
        line-height:1.8;
    }
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-4962cf8 */.table-wrapper {
    overflow-x: auto;
    border-radius: 12px;
    box-shadow: 0 6px 18px rgba(0,0,0,.08);
}

.bike-table {
    width: 100%;
    border-collapse: collapse;
    font-family: inherit;
    min-width: 700px;
}

.bike-table thead th {
    background: #B71C1C;
    color: #ffffff;
    padding: 16px;
    font-size: 17px;
    text-align: center;
    font-weight: 700;
}

.bike-table tbody td {
    padding: 15px;
    border: 1px solid #ddd;
    text-align: center;
    color: #444;
    transition: .3s ease;
    line-height: 1.8;
}

.bike-table tbody tr:nth-child(even) {
    background: #F2F2F2;
}

.bike-table tbody tr:nth-child(odd) {
    background: #FFFFFF;
}

.bike-table tbody tr:hover {
    background: #E0E0E0;
}

.bike-table tbody td:first-child {
    font-weight: 700;
    color: #B71C1C;
}

@media(max-width:768px){
    .bike-table thead th,
    .bike-table tbody td {
        padding: 12px;
        font-size: 14px;
    }

    .bike-table {
        min-width: 600px;
    }
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-9ab5037 */.faq-container{
    max-width:100%;
    margin:30px auto;
    font-family:inherit;
}

.faq-item{
    margin-bottom:15px;
    border:1px solid #d9d9d9;
    border-radius:10px;
    overflow:hidden;
    box-shadow:0 4px 12px rgba(0,0,0,.08);
    transition:.3s;
}

.faq-item summary{
    list-style:none;
    cursor:pointer;
    background:#B71C1C;
    color:#fff;
    padding:18px 20px;
    font-size:17px;
    font-weight:700;
    position:relative;
    transition:.3s;
}

.faq-item summary::-webkit-details-marker{
    display:none;
}

.faq-item summary::after{
    content:"+";
    position:absolute;
    left:20px;
    top:50%;
    transform:translateY(-50%);
    font-size:24px;
    font-weight:bold;
    transition:.3s;
}

.faq-item[open] summary{
    background:#8E1515;
}

.faq-item[open] summary::after{
    content:"−";
}

.faq-content{
    background:#F3F3F3;
    color:#444;
    padding:18px 20px;
    line-height:2;
    font-size:15px;
    border-top:1px solid #ddd;
}

@media(max-width:768px){

.faq-item summary{
    font-size:15px;
    padding:15px;
}

.faq-content{
    font-size:14px;
    padding:15px;
}

}/* End custom CSS */