.elementor-957 .elementor-element.elementor-element-05c7478{--display:flex;}.elementor-957 .elementor-element.elementor-element-feb10d9{--display:flex;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:center;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-957 .elementor-element.elementor-element-4a1311a{font-family:"Roboto", Sans-serif;font-size:27px;font-weight:400;}:root{--page-title-display:none;}@media(max-width:767px){.elementor-957 .elementor-element.elementor-element-4a1311a{text-align:center;font-size:22px;}}/* Start custom CSS for html, class: .elementor-element-d09907e */:root {
            --primary: #0066cc;
            --secondary: #004d99;
            --accent: #ff6600;
            --light: #f8f9fa;
            --dark: #212529;
        }
        
        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
            font-family: 'Roboto', sans-serif;
        }
        
        .ahdplast-wrapper {
            color: var(--dark);
            line-height: 1.7;
            width: 100%;
        }
        
        .ahdplast-container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 30px 15px;
        }
        
        .ahdplast-customer-care-header {
            text-align: center;
            margin-bottom: 40px;
        }
        
        .ahdplast-customer-care-header h1 {
            color: var(--primary);
            font-size: 2.2rem;
            margin-bottom: 12px;
            position: relative;
            display: inline-block;
        }
        
        .ahdplast-customer-care-header h1::after {
            content: '';
            position: absolute;
            width: 50%;
            height: 3px;
            background: var(--accent);
            bottom: -8px;
            left: 25%;
            border-radius: 2px;
        }
        
        .ahdplast-customer-care-content {
            display: flex;
            flex-wrap: wrap;
            gap: 30px;
            margin-bottom: 50px;
        }
        
        .ahdplast-about-section, .ahdplast-services-section {
            flex: 1;
            min-width: 280px;
            background: white;
            padding: 25px;
            border-radius: 8px;
            box-shadow: 0 4px 12px rgba(0,0,0,0.05);
            transition: transform 0.3s ease;
        }
        
        .ahdplast-about-section:hover, .ahdplast-services-section:hover {
            transform: translateY(-5px);
        }
        
        .ahdplast-customer-care-content h2 {
            color: var(--secondary);
            margin-bottom: 15px;
            font-size: 1.6rem;
        }
        
        .ahdplast-customer-care-content p {
            margin-bottom: 12px;
            color: #555;
            font-size: 0.95rem;
        }
        
        .ahdplast-contact-section {
            background: linear-gradient(135deg, var(--primary), var(--secondary));
            color: white;
            padding: 30px;
            border-radius: 8px;
            text-align: center;
            box-shadow: 0 8px 25px rgba(0,102,204,0.2);
        }
        
        .ahdplast-contact-section h2 {
            color: white;
            margin-bottom: 25px;
            font-size: 1.8rem;
        }
        
        .ahdplast-contact-methods {
            display: flex;
            justify-content: center;
            flex-wrap: wrap;
            gap: 20px;
            margin-top: 25px;
        }
        
        .ahdplast-contact-method {
            background: rgba(255,255,255,0.1);
            padding: 15px 25px;
            border-radius: 6px;
            transition: all 0.3s ease;
            min-width: 220px;
        }
        
        .ahdplast-contact-method:hover {
            background: rgba(255,255,255,0.2);
            transform: scale(1.05);
        }
        
        .ahdplast-contact-method h3 {
            margin-bottom: 8px;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 8px;
            font-size: 1.2rem;
        }
        
        .ahdplast-contact-method a {
            color: white;
            text-decoration: none;
            font-weight: 500;
            transition: color 0.3s ease;
            font-size: 0.9rem;
        }
        
        .ahdplast-contact-method a:hover {
            color: var(--accent);
        }
        
        .ahdplast-cta {
            margin-top: 30px;
            font-size: 1.1rem;
            font-weight: 500;
        }
        
        .ahdplast-icon {
            font-size: 1.3rem;
        }
        
        /* ریسپانسیو برای تبلت و موبایل */
        @media (max-width: 768px) {
            .ahdplast-container {
                padding: 20px 10px;
            }
            
            .ahdplast-customer-care-header h1 {
                font-size: 1.8rem;
            }
            
            .ahdplast-customer-care-header p {
                font-size: 0.9rem;
            }
            
            .ahdplast-customer-care-content {
                flex-direction: column;
                gap: 20px;
            }
            
            .ahdplast-about-section, .ahdplast-services-section {
                padding: 20px;
                min-width: 100%;
            }
            
            .ahdplast-customer-care-content h2 {
                font-size: 1.4rem;
            }
            
            .ahdplast-customer-care-content p {
                font-size: 0.9rem;
            }
            
            .ahdplast-contact-section {
                padding: 25px;
            }
            
            .ahdplast-contact-section h2 {
                font-size: 1.6rem;
            }
            
            .ahdplast-contact-methods {
                flex-direction: column;
                align-items: center;
                gap: 15px;
            }
            
            .ahdplast-contact-method {
                min-width: 90%;
                padding: 12px 20px;
            }
        }
        
        /* ریسپانسیو برای موبایل‌های کوچک */
        @media (max-width: 480px) {
            .ahdplast-container {
                padding: 15px 8px;
            }
            
            .ahdplast-customer-care-header {
                margin-bottom: 30px;
            }
            
            .ahdplast-customer-care-header h1 {
                font-size: 1.5rem;
            }
            
            .ahdplast-customer-care-header h1::after {
                height: 2px;
                bottom: -6px;
            }
            
            .ahdplast-customer-care-header p {
                font-size: 0.85rem;
            }
            
            .ahdplast-customer-care-content {
                gap: 15px;
                margin-bottom: 40px;
            }
            
            .ahdplast-about-section, .ahdplast-services-section {
                padding: 15px;
            }
            
            .ahdplast-customer-care-content h2 {
                font-size: 1.2rem;
            }
            
            .ahdplast-customer-care-content p {
                font-size: 0.85rem;
            }
            
            .ahdplast-contact-section {
                padding: 20px;
            }
            
            .ahdplast-contact-section h2 {
                font-size: 1.4rem;
            }
            
            .ahdplast-contact-methods {
                gap: 10px;
            }
            
            .ahdplast-contact-method {
                padding: 10px 15px;
            }
            
            .ahdplast-contact-method h3 {
                font-size: 1rem;
            }
            
            .ahdplast-contact-method a {
                font-size: 0.85rem;
            }
            
            .ahdplast-cta {
                font-size: 1rem;
                margin-top: 20px;
            }
            
            .ahdplast-icon {
                font-size: 1.2rem;
            }
        }/* End custom CSS */