.elementor-258 .elementor-element.elementor-element-a02bab1{--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;}/* Start custom CSS *//* ===== متغیرهای رنگ ===== */
:root {
    --primary-color: #0066cc;
    --primary-dark: #004d99;
    --primary-light: #e6f2ff;
    --secondary-color: #00a86b;
    --accent-color: #ff6b35;
    --text-dark: #2c3e50;
    --text-light: #6c757d;
    --bg-light: #f8f9fa;
    --bg-gradient: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    --shadow-sm: 0 2px 8px rgba(0,0,0,0.08);
    --shadow-md: 0 4px 20px rgba(0,0,0,0.12);
    --shadow-lg: 0 8px 40px rgba(0,0,0,0.15);
    --border-radius: 12px;
    --transition: all 0.3s ease;
}

/* ===== استایل‌های عمومی ===== */
.sarmayesh24-content {
    font-family: 'Vazirmatn', 'IRANSans', Tahoma, sans-serif;
    direction: rtl;
    max-width: 1100px;
    margin: 0 auto;
    padding: 30px 20px;
    background: linear-gradient(180deg, #ffffff 0%, #f5f7fa 100%);
    line-height: 1.9;
    color: var(--text-dark);
}

.sarmayesh24-content h2 {
    font-size: 1.8rem;
    color: var(--primary-color);
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 3px solid var(--primary-color);
    position: relative;
    display: inline-block;
}

.sarmayesh24-content h2::after {
    content: '';
    position: absolute;
    bottom: -3px;
    right: 0;
    width: 60px;
    height: 3px;
    background: var(--accent-color);
}

.sarmayesh24-content h3 {
    font-size: 1.4rem;
    color: var(--text-dark);
    margin: 30px 0 15px;
    padding-right: 15px;
    border-right: 4px solid var(--secondary-color);
}

.sarmayesh24-content h4 {
    font-size: 1.15rem;
    color: var(--primary-dark);
    margin: 20px 0 10px;
}

.sarmayesh24-content p {
    margin-bottom: 18px;
    text-align: justify;
}

.sarmayesh24-content a {
    color: var(--primary-color);
    text-decoration: none;
    border-bottom: 1px dashed var(--primary-color);
    transition: var(--transition);
}

.sarmayesh24-content a:hover {
    color: var(--accent-color);
    border-bottom-color: var(--accent-color);
}

/* ===== استایل بخش‌ها ===== */
.sarmayesh24-content section {
    background: #ffffff;
    padding: 30px;
    margin-bottom: 30px;
    border-radius: var(--border-radius);
    box-shadow: var(--shadow-sm);
    border: 1px solid rgba(0,0,0,0.05);
    transition: var(--transition);
}

.sarmayesh24-content section:hover {
    box-shadow: var(--shadow-md);
    transform: translateY(-2px);
}

/* ===== بخش مقدمه ===== */
.intro-section {
    background: linear-gradient(135deg, var(--primary-light) 0%, #ffffff 100%) !important;
    border-right: 5px solid var(--primary-color) !important;
}

/* ===== استایل تصاویر ===== */
.sarmayesh24-content img {
    display: block;
    margin: 30px auto;
    max-width: 100%;
    height: auto;
    border-radius: var(--border-radius);
    box-shadow: var(--shadow-md);
    transition: var(--transition);
}

.sarmayesh24-content img:hover {
    transform: scale(1.02);
    box-shadow: var(--shadow-lg);
}

/* ===== لیست مشکلات ===== */
.problems-section ul {
    list-style: none;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 15px;
}

.problems-section ul li {
    background: linear-gradient(135deg, #fff5f5 0%, #ffffff 100%);
    padding: 15px 20px;
    border-radius: 10px;
    border-right: 4px solid var(--accent-color);
    box-shadow: var(--shadow-sm);
    transition: var(--transition);
}

.problems-section ul li:hover {
    transform: translateX(-5px);
    box-shadow: var(--shadow-md);
}

.problems-section ul li strong {
    color: var(--accent-color);
}

/* ===== باکس ویژگی‌ها ===== */
.features-box {
    background: linear-gradient(135deg, #e8f5e9 0%, #ffffff 100%);
    padding: 30px;
    border-radius: var(--border-radius);
    margin-top: 25px;
    border: 2px solid var(--secondary-color);
}

.features-box h4 {
    text-align: center;
    color: var(--secondary-color);
    font-size: 1.3rem;
    margin-bottom: 20px;
}

.features-box ul {
    list-style: none;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 12px;
}

.features-box ul li {
    padding: 12px 15px;
    background: white;
    border-radius: 8px;
    box-shadow: var(--shadow-sm);
    transition: var(--transition);
    font-weight: 500;
}

.features-box ul li:hover {
    background: var(--secondary-color);
    color: white;
    transform: scale(1.02);
}

/* ===== جدول قیمت ===== */
.pricing-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    margin: 25px 0;
    border-radius: var(--border-radius);
    overflow: hidden;
    box-shadow: var(--shadow-md);
}

.pricing-table thead tr {
    background: var(--bg-gradient);
    color: white;
}

.pricing-table th {
    padding: 18px 20px;
    font-weight: 600;
    font-size: 1.1rem;
    text-align: right;
}

.pricing-table td {
    padding: 15px 20px;
    border-bottom: 1px solid #eee;
    text-align: right;
}

.pricing-table tbody tr {
    transition: var(--transition);
}

.pricing-table tbody tr:nth-child(even) {
    background: var(--bg-light);
}

.pricing-table tbody tr:hover {
    background: var(--primary-light);
    transform: scale(1.01);
}

.pricing-table tbody tr td:last-child {
    color: var(--secondary-color);
    font-weight: bold;
    font-size: 1.05rem;
}

.table-note {
    text-align: center;
    font-size: 0.9rem;
    color: var(--text-light);
    font-style: italic;
    margin-top: 15px;
}

/* ===== بخش برندها ===== */
.brands-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 25px;
    margin-top: 20px;
}

.brand-category {
    background: var(--bg-light);
    padding: 25px;
    border-radius: var(--border-radius);
    border-top: 4px solid var(--primary-color);
}

.brand-category h4 {
    color: var(--primary-color);
    margin-bottom: 15px;
    text-align: center;
    font-size: 1.2rem;
}

.brand-category ul {
    list-style: none;
    padding: 0;
}

.brand-category ul li {
    padding: 10px 15px;
    margin-bottom: 8px;
    background: white;
    border-radius: 8px;
    font-size: 0.95rem;
    transition: var(--transition);
    border-right: 3px solid transparent;
}

.brand-category ul li:hover {
    border-right-color: var(--primary-color);
    padding-right: 20px;
    background: var(--primary-light);
}

/* ===== آیتم‌های خدمات ===== */
.service-item {
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
    padding: 25px;
    margin-bottom: 20px;
    border-radius: var(--border-radius);
    border-right: 4px solid var(--primary-color);
    transition: var(--transition);
}

.service-item:hover {
    box-shadow: var(--shadow-md);
    border-right-width: 6px;
}

.service-item h4 {
    color: var(--primary-color);
    margin-bottom: 10px;
}

/* ===== باکس تماس ===== */
.contact-box {
    background: var(--bg-gradient);
    padding: 35px;
    border-radius: var(--border-radius);
    margin: 25px 0;
}

.phone-numbers {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
}

.phone-link {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
    background: white;
    border-radius: 12px;
    text-decoration: none !important;
    border: none !important;
    transition: var(--transition);
    box-shadow: var(--shadow-sm);
}

.phone-link:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow-lg);
}

.phone-icon {
    font-size: 2rem;
    margin-bottom: 8px;
}

.phone-number {
    font-size: 1.2rem;
    font-weight: bold;
    color: var(--primary-dark);
    direction: ltr;
}

.phone-label {
    font-size: 0.85rem;
    color: var(--text-light);
    margin-top: 5px;
}

.working-hours {
    text-align: center;
    background: #fff3cd;
    padding: 15px 25px;
    border-radius: 10px;
    font-weight: 500;
    margin-top: 20px;
    border: 1px solid #ffc107;
}

/* ========================================
   بخش سوالات متداول (FAQ)
   ======================================== */
.faq-section {
    background: linear-gradient(180deg, #f0f4ff 0%, #ffffff 100%) !important;
    border-top: 5px solid var(--primary-color);
}

.faq-section h2 {
    text-align: center;
    display: block;
    margin-bottom: 30px;
}

.faq-section h2::after {
    display: none;
}

.faq-intro {
    text-align: center;
    color: var(--text-light);
    margin-bottom: 30px;
}

.faq-container {
    max-width: 900px;
    margin: 0 auto;
}

.faq-item {
    background: white;
    margin-bottom: 15px;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: var(--shadow-sm);
    border: 1px solid rgba(0,0,0,0.05);
    transition: var(--transition);
}

.faq-item:hover {
    box-shadow: var(--shadow-md);
}

.faq-item.active {
    border-color: var(--primary-color);
    box-shadow: 0 4px 25px rgba(102, 126, 234, 0.2);
}

.faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 25px;
    cursor: pointer;
    background: white;
    transition: var(--transition);
    user-select: none;
}

.faq-question:hover {
    background: var(--primary-light);
}

.faq-item.active .faq-question {
    background: var(--primary-color);
    color: white;
}

.faq-question h4 {
    margin: 0;
    font-size: 1.05rem;
    font-weight: 600;
    flex: 1;
    padding-left: 15px;
    color: inherit;
}

.faq-question-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    background: var(--primary-light);
    border-radius: 50%;
    color: var(--primary-color);
    font-weight: bold;
    font-size: 1.1rem;
    margin-left: 15px;
    flex-shrink: 0;
}

.faq-item.active .faq-question-icon {
    background: white;
    color: var(--primary-color);
}

.faq-toggle {
    width: 30px;
    height: 30px;
    background: var(--bg-light);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: var(--transition);
    flex-shrink: 0;
}

.faq-toggle::before {
    content: '+';
    font-size: 1.4rem;
    font-weight: bold;
    color: var(--primary-color);
    line-height: 1;
}

.faq-item.active .faq-toggle {
    background: white;
    transform: rotate(45deg);
}

.faq-item.active .faq-toggle::before {
    color: var(--primary-color);
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, padding 0.4s ease;
    background: linear-gradient(180deg, var(--primary-light) 0%, #ffffff 100%);
}

.faq-item.active .faq-answer {
    max-height: 500px;
    padding: 25px;
    border-top: 1px solid rgba(0,0,0,0.05);
}

.faq-answer p {
    margin: 0;
    line-height: 2;
    color: var(--text-dark);
}

.faq-answer ul {
    margin: 15px 0;
    padding-right: 25px;
}

.faq-answer ul li {
    margin-bottom: 8px;
    position: relative;
}

.faq-answer ul li::before {
    content: '✓';
    color: var(--secondary-color);
    font-weight: bold;
    position: absolute;
    right: -20px;
}

/* ===== آیکون تماس شناور ===== */
.floating-contact {
    position: fixed;
    bottom: 30px;
    left: 30px;
    z-index: 1000;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.float-btn {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: white;
    font-size: 1.5rem;
    box-shadow: var(--shadow-lg);
    transition: var(--transition);
    animation: pulse 2s infinite;
}

.float-btn.phone {
    background: var(--secondary-color);
}

.float-btn.whatsapp {
    background: #25D366;
}

.float-btn:hover {
    transform: scale(1.1);
    animation: none;
}

@keyframes pulse {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.05); }
}

/* ===== ریسپانسیو ===== */
@media (max-width: 768px) {
    .sarmayesh24-content {
        padding: 15px;
    }
    
    .sarmayesh24-content section {
        padding: 20px 15px;
    }
    
    .sarmayesh24-content h2 {
        font-size: 1.4rem;
    }
    
    .sarmayesh24-content h3 {
        font-size: 1.2rem;
    }
    
    .pricing-table th,
    .pricing-table td {
        padding: 12px 10px;
        font-size: 0.9rem;
    }
    
    .phone-numbers {
        grid-template-columns: 1fr 1fr;
    }
    
    .faq-question {
        padding: 15px 18px;
    }
    
    .faq-question h4 {
        font-size: 0.95rem;
    }
    
    .floating-contact {
        bottom: 20px;
        left: 20px;
    }
    
    .float-btn {
        width: 50px;
        height: 50px;
        font-size: 1.3rem;
    }
}

@media (max-width: 480px) {
    .phone-numbers {
        grid-template-columns: 1fr;
    }
    
    .problems-section ul {
        grid-template-columns: 1fr;
    }
}/* End custom CSS */