.elementor-17140 .elementor-element.elementor-element-ff35ceb{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-17140 .elementor-element.elementor-element-e94f982{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-17140 .elementor-element.elementor-element-ee8306f{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-17140 .elementor-element.elementor-element-3dbf135{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-17140 .elementor-element.elementor-element-18d82fc{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-17140 .elementor-element.elementor-element-dc25d7b{--display:flex;}.elementor-17140 .elementor-element.elementor-element-c1d9821{--display:flex;}.elementor-17140 .elementor-element.elementor-element-6498970{--display:flex;}.elementor-17140 .elementor-element.elementor-element-32170b8{--display:flex;}.elementor-17140 .elementor-element.elementor-element-231c9f3{--display:flex;}.elementor-17140 .elementor-element.elementor-element-aea79b8{--display:flex;}.elementor-17140 .elementor-element.elementor-element-5168a46{--display:flex;}.elementor-17140 .elementor-element.elementor-element-be685e2{--display:flex;}.elementor-17140 .elementor-element.elementor-element-8fc9dd7{--display:flex;}.elementor-17140 .elementor-element.elementor-element-4f64517{--display:flex;}@media(max-width:767px){.elementor-17140 .elementor-element.elementor-element-7c78c75{width:100%;max-width:100%;}.elementor-17140 .elementor-element.elementor-element-7c78c75 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}}/* Start custom CSS for html, class: .elementor-element-c7fbd25 *//* استایل جدول مشخصات فنی */
.specs-table {
    margin: 40px 0;
    overflow-x: auto;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    border-radius: 10px;
    border: 1px solid #e0e0e0;
}

.specs-table table {
    width: 100%;
    border-collapse: collapse;
    min-width: 800px;
}

.specs-table th {
    background: linear-gradient(135deg, #2c5aa0 0%, #1e3d6f 100%);
    color: white;
    padding: 18px 15px;
    text-align: center;
    font-weight: 600;
    font-size: 1rem;
    border-bottom: 3px solid #1e3d6f;
}

.specs-table td {
    padding: 15px;
    text-align: center;
    border-bottom: 1px solid #e0e0e0;
    font-size: 0.95rem;
}

.specs-table tbody tr:nth-child(even) {
    background-color: #f9f9f9;
}

.specs-table tbody tr:hover {
    background-color: #f0f7ff;
    transition: background-color 0.3s ease;
}

.specs-table tbody tr:last-child td {
    border-bottom: none;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-2931e61 *//* استایل بخش استانداردها */
.standards-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 25px;
    margin: 30px 0;
}

.standard-card {
    background: white;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    padding: 25px;
    box-shadow: 0 3px 10px rgba(0,0,0,0.05);
    transition: all 0.3s ease;
}

.standard-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.1);
    border-color: #2c5aa0;
}

.standard-card h3 {
    color: #2c5aa0;
    margin-top: 0;
    border-bottom: 2px solid #2c5aa0;
    padding-bottom: 10px;
    font-size: 1.3rem;
}

.standard-card p {
    color: #555;
    line-height: 1.6;
    margin-bottom: 0;
}

@media (max-width: 768px) {
    .standards-container {
        grid-template-columns: 1fr;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-7c78c75 *//* استایل 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 */
/* Start custom CSS for html, class: .elementor-element-7e3361e */.related-products {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 20px;
    margin: 30px 0;
}

.product-card {
    background: white;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 20px;
    transition: all 0.3s ease;
}

.product-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.1);
    border-color: #2c5aa0;
}

.product-card a {
    text-decoration: none;
    color: inherit;
    display: block;
}

.product-card h4 {
    color: #2c5aa0;
    margin: 0 0 10px 0;
    font-size: 1.2rem;
}

.product-card p {
    color: #666;
    margin: 0;
    font-size: 0.9rem;
}/* End custom CSS */