.elementor-16697 .elementor-element.elementor-element-457327f{--display:flex;}.elementor-16697 .elementor-element.elementor-element-fba434f{--display:flex;}.elementor-16697 .elementor-element.elementor-element-979de82{--display:flex;}.elementor-16697 .elementor-element.elementor-element-929e7d9{--display:flex;}.elementor-16697 .elementor-element.elementor-element-41c00c8{--display:flex;}.elementor-16697 .elementor-element.elementor-element-24a2b3e{--display:flex;}.elementor-16697 .elementor-element.elementor-element-eac67c4{--display:flex;}.elementor-16697 .elementor-element.elementor-element-479f69c{--display:flex;}.elementor-16697 .elementor-element.elementor-element-c77fcb1{--display:flex;}.elementor-16697 .elementor-element.elementor-element-2f10d08{--display:flex;}.elementor-16697 .elementor-element.elementor-element-9725294{--display:flex;}.elementor-16697 .elementor-element.elementor-element-4f9d190{--display:flex;}.elementor-16697 .elementor-element.elementor-element-22d2539{--display:flex;}.elementor-16697 .elementor-element.elementor-element-162d36f{--display:flex;}.elementor-16697 .elementor-element.elementor-element-5a1a47c{--display:flex;}.elementor-16697 .elementor-element.elementor-element-5ab8e10{--display:flex;}.elementor-16697 .elementor-element.elementor-element-d03a232{--display:flex;}.elementor-16697 .elementor-element.elementor-element-9a99455{--display:flex;}/* Start custom CSS for html, class: .elementor-element-8dd17a6 *//* استایل جدول استانداردها */
.specs-table {
    overflow-x: auto;
    margin: 30px 0;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.specs-table table {
    width: 100%;
    border-collapse: collapse;
    background: white;
    min-width: 700px;
}

.specs-table th {
    background: linear-gradient(135deg, #2c5aa0 0%, #1e3d6f 100%);
    color: white;
    padding: 15px;
    text-align: center;
    font-weight: 600;
}

.specs-table td {
    padding: 12px 15px;
    border: 1px solid #e0e0e0;
    text-align: center;
}

.specs-table tr:nth-child(even) {
    background: #f8f9fa;
}

.specs-table tr:hover {
    background: #e8f0fe;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-4545505 *//* استایل CTA قیمت */
.price-cta {
    background: linear-gradient(135deg, #2c5aa0 0%, #1e3d6f 100%);
    color: white;
    padding: 50px 30px;
    border-radius: 20px;
    text-align: center;
    margin: 50px 0;
    box-shadow: 0 10px 40px rgba(44, 90, 160, 0.3);
    border: 2px solid #e8f0fe;
}

.price-cta h3 {
    font-size: 1.8em;
    margin-bottom: 15px;
    color: white;
}

.price-cta p {
    font-size: 1.1em;
    opacity: 0.9;
    margin-bottom: 25px;
}

.price-buttons {
    display: flex;
    gap: 15px;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.price-btn {
    padding: 15px 25px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: bold;
    transition: all 0.3s ease;
    display: inline-block;
    color: white;
    border: 2px solid rgba(255,255,255,0.3);
    background: rgba(255, 255, 255, 0.15);
}

.price-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.2);
    border-color: white;
    background: rgba(255, 255, 255, 0.25);
}

.ltr-text {
    direction: ltr;
    display: inline-block;
    unicode-bidi: bidi-override;
}

.price-note {
    font-size: 0.9em;
    opacity: 0.8;
    margin-bottom: 0 !important;
}

@media (max-width: 768px) {
    .price-buttons {
        flex-direction: column;
        align-items: center;
    }
    
    .price-btn {
        width: 250px;
    }
}/* End custom CSS */