.elementor-399 .elementor-element.elementor-element-7afd55e{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-399 .elementor-element.elementor-element-6cc1dea{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-399 .elementor-element.elementor-element-5ee9346{--display:flex;}.elementor-399 .elementor-element.elementor-element-a2db3e1 .elementor-price-list-separator{border-bottom-style:dotted;border-bottom-width:2px;}.elementor-399 .elementor-element.elementor-element-a2db3e1 .elementor-price-list-item{align-items:flex-start;}.elementor-399 .elementor-element.elementor-element-a2db3e1 .elementor-price-list li:not(:last-child){margin-bottom:20px;}body.rtl .elementor-399 .elementor-element.elementor-element-a2db3e1 .elementor-price-list-image{padding-left:calc(20px/2);}body.rtl .elementor-399 .elementor-element.elementor-element-a2db3e1 .elementor-price-list-image + .elementor-price-list-text{padding-right:calc(20px/2);}body:not(.rtl) .elementor-399 .elementor-element.elementor-element-a2db3e1 .elementor-price-list-image{padding-right:calc(20px/2);}body:not(.rtl) .elementor-399 .elementor-element.elementor-element-a2db3e1 .elementor-price-list-image + .elementor-price-list-text{padding-left:calc(20px/2);}.elementor-399 .elementor-element.elementor-element-b248483{--display:flex;}.elementor-399 .elementor-element.elementor-element-d8c5dc7 .elementor-price-list-separator{border-bottom-style:dotted;border-bottom-width:2px;}.elementor-399 .elementor-element.elementor-element-d8c5dc7 .elementor-price-list-item{align-items:flex-start;}.elementor-399 .elementor-element.elementor-element-d8c5dc7 .elementor-price-list li:not(:last-child){margin-bottom:20px;}body.rtl .elementor-399 .elementor-element.elementor-element-d8c5dc7 .elementor-price-list-image{padding-left:calc(20px/2);}body.rtl .elementor-399 .elementor-element.elementor-element-d8c5dc7 .elementor-price-list-image + .elementor-price-list-text{padding-right:calc(20px/2);}body:not(.rtl) .elementor-399 .elementor-element.elementor-element-d8c5dc7 .elementor-price-list-image{padding-right:calc(20px/2);}body:not(.rtl) .elementor-399 .elementor-element.elementor-element-d8c5dc7 .elementor-price-list-image + .elementor-price-list-text{padding-left:calc(20px/2);}.elementor-399 .elementor-element.elementor-element-176d03f{--display:flex;}.elementor-399 .elementor-element.elementor-element-b0cb1e1 .elementor-price-list-separator{border-bottom-style:dotted;border-bottom-width:2px;}.elementor-399 .elementor-element.elementor-element-b0cb1e1 .elementor-price-list-item{align-items:flex-start;}.elementor-399 .elementor-element.elementor-element-b0cb1e1 .elementor-price-list li:not(:last-child){margin-bottom:20px;}body.rtl .elementor-399 .elementor-element.elementor-element-b0cb1e1 .elementor-price-list-image{padding-left:calc(20px/2);}body.rtl .elementor-399 .elementor-element.elementor-element-b0cb1e1 .elementor-price-list-image + .elementor-price-list-text{padding-right:calc(20px/2);}body:not(.rtl) .elementor-399 .elementor-element.elementor-element-b0cb1e1 .elementor-price-list-image{padding-right:calc(20px/2);}body:not(.rtl) .elementor-399 .elementor-element.elementor-element-b0cb1e1 .elementor-price-list-image + .elementor-price-list-text{padding-left:calc(20px/2);}.elementor-399 .elementor-element.elementor-element-f0e547d{--n-accordion-title-font-size:1rem;--n-accordion-title-justify-content:space-between;--n-accordion-title-flex-grow:1;--n-accordion-title-icon-order:initial;--n-accordion-item-title-space-between:0px;--n-accordion-item-title-distance-from-content:0px;--n-accordion-icon-size:15px;}/* Start custom CSS for text-editor, class: .elementor-element-5621616 */.pricing-section {
            margin: 40px auto;
            padding: 20px;
        }
        
        /* استایل هدر */
        .section-header {
            text-align: center;
            margin-bottom: 50px;
        }
        
        .section-title {
            font-size: 2.5rem;
            color: #2c3e50;
            margin-bottom: 15px;
            font-weight: 700;
        }
        
        .section-subtitle {
            font-size: 1.2rem;
            color: #7f8c8d;
            max-width: 600px;
            margin: 0 auto;
        }
        
        /* استایل کارت‌های ویژگی */
        .features-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
            gap: 30px;
            margin-bottom: 50px;
        }
        
        .feature-card {
            background: white;
            border-radius: 12px;
            padding: 30px 25px;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
            transition: transform 0.3s ease, box-shadow 0.3s ease;
            text-align: center;
            border-top: 4px solid #3498db;
        }
        
        .feature-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
        }
        
        .feature-icon {
            font-size: 2.5rem;
            margin-bottom: 20px;
            color: #3498db;
        }
        
        .feature-title {
            font-size: 1.4rem;
            margin-bottom: 15px;
            color: #2c3e50;
            font-weight: 600;
        }
        
        .feature-description {
            color: #7f8c8d;
            font-size: 1rem;
        }
        
        /* استایل دکمه CTA */
        .cta-container {
            text-align: center;
            margin-top: 30px;
        }
        
        .cta-button {
            display: inline-block;
            background: linear-gradient(135deg, #3498db, #2980b9);
            color: white;
            padding: 15px 40px;
            border-radius: 50px;
            text-decoration: none;
            font-size: 1.2rem;
            font-weight: 600;
            transition: all 0.3s ease;
            box-shadow: 0 4px 15px rgba(52, 152, 219, 0.3);
        }
        
        .cta-button:hover {
            transform: translateY(-3px);
            box-shadow: 0 7px 20px rgba(52, 152, 219, 0.4);
            background: linear-gradient(135deg, #2980b9, #3498db);
        }
        
        .cta-note {
            margin-top: 15px;
            color: #7f8c8d;
            font-size: 0.9rem;
        }
        
        /* واکنش‌گرایی */
        @media (max-width: 768px) {
            .section-title {
                font-size: 2rem;
            }
            
            .features-grid {
                grid-template-columns: 1fr;
            }
            
            .feature-card {
                padding: 20px 15px;
            }
        }/* End custom CSS */
/* Start custom CSS for nested-accordion, class: .elementor-element-f0e547d */<style>
/* استایل کلی برای اکاردئون */
.e-n-accordion {
    margin: 40px 0;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

/* استایل هر آیتم اکاردئون */
.e-n-accordion-item {
    margin-bottom: 0;
    border-bottom: 1px solid #eaeaea;
    background: white;
    transition: all 0.3s ease;
}

.e-n-accordion-item:last-child {
    border-bottom: none;
}

.e-n-accordion-item[open] {
    background: #f8fafc;
}

/* استایل تیتر اکاردئون */
.e-n-accordion-item-title {
    padding: 20px 25px;
    background: #f8f9fa;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 600;
    font-size: 1.1rem;
    transition: all 0.3s ease;
    border: none;
    outline: none;
    color: #2c3e50;
}

.e-n-accordion-item-title:hover {
    background: #3498db;
    color: white;
}

.e-n-accordion-item[open] .e-n-accordion-item-title {
    background: #3498db;
    color: white;
}

.e-n-accordion-item-title-header {
    display: flex;
    align-items: center;
    gap: 10px;
}

.e-n-accordion-item-title-text {
    font-size: 1.1rem;
    font-weight: 600;
}

/* استایل آیکون‌های باز و بسته شدن */
.e-n-accordion-item-title-icon {
    display: flex;
    align-items: center;
    transition: transform 0.3s ease;
}

.e-n-accordion-item[open] .e-n-accordion-item-title-icon {
    transform: rotate(180deg);
}

.e-opened, .e-closed {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
}

.e-closed {
    display: none;
}

.e-n-accordion-item[open] .e-closed {
    display: flex;
}

.e-n-accordion-item[open] .e-opened {
    display: none;
}

/* استایل محتوای اکاردئون */
.e-n-accordion-item > div[role="region"] {
    padding: 0;
    background: white;
}


/* استایل لیست قیمت‌ها */
.elementor-price-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.elementor-price-list-item {
    padding: 20px 0;
    border-bottom: 1px solid #f0f0f0;
    transition: all 0.3s ease;
    position: relative;
}

.elementor-price-list-item:last-child {
    border-bottom: none;
}

.elementor-price-list-item:hover {
    background: #f8fafc;
    padding-right: 10px;
}

.elementor-price-list-item:hover::before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 3px;
    background: #3498db;
}

/* استایل هدر هر آیتم قیمت */
.elementor-price-list-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
    flex-wrap: wrap;
    gap: 10px;
}

.elementor-price-list-title {
    font-weight: 600;
    font-size: 1.1rem;
    color: #2c3e50;
}

.elementor-price-list-separator {
    flex-grow: 1;
    height: 1px;
    background: linear-gradient(90deg, transparent, #ddd, transparent);
    margin: 0 15px;
}

.elementor-price-list-price {
    font-weight: 700;
    color: #e74c3c;
    font-size: 1.1rem;
    background: #fff5f5;
    padding: 5px 12px;
    border-radius: 20px;
    border: 1px solid #ffecec;
}

/* استایل توضیحات */
.elementor-price-list-description {
    color: #666;
    line-height: 1.6;
    font-size: 0.95rem;
    margin-top: 8px;
}

/* استایل برای لینک‌ها */
.elementor-price-list-item a {
    text-decoration: none;
    color: inherit;
    display: block;
}

.elementor-price-list-item a:hover {
    text-decoration: none;
}

/* واکنش‌گرایی */
@media (max-width: 768px) {
    .e-n-accordion-item-title {
        padding: 15px 20px;
        font-size: 1rem;
    }
    
    .e-n-accordion-item-title-text {
        font-size: 1rem;
    }
    

    
    .elementor-price-list-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }
    
    .elementor-price-list-separator {
        display: none;
    }
    
    .elementor-price-list-price {
        align-self: flex-start;
    }
    
    .elementor-price-list-item {
        padding: 15px 0;
    }
}

/* انیمیشن‌های ظریف */
@keyframes fadeIn {
    from { opacity: 0; transform: translateY(-10px); }
    to { opacity: 1; transform: translateY(0); }
}

.e-n-accordion-item > div[role="region"] {
    animation: fadeIn 0.3s ease-out;
}

/* استایل برای هایلایت کردن آیتم‌ها */
.elementor-price-list-item:nth-child(odd) {
    background: #fafbfc;
}

.elementor-price-list-item:nth-child(even) {
    background: white;
}

.elementor-price-list-item:hover {
    background: #f0f7ff;
}
</style>/* End custom CSS */