/* Start custom CSS for text-editor, class: .elementor-element-6647b822 */<!DOCTYPE html>
<html lang="fa" dir="rtl">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>تخلیه چاه تهرانپارس │ تخلیه چاه فوری تهرانپارس │ 09121234567</title>
    <meta name="description" content="تخلیه چاه تهرانپارس شمالی و غربی با بهترین قیمت. تخلیه چاه فوری تهرانپارس، تخلیه چاه اورژانسی تهرانپارس، تخلیه چاه شبانه روزی تهرانپارس. تماس: 09121234567">
    <meta name="keywords" content="تخلیه چاه تهرانپارس, تخلیه چاه فوری تهرانپارس, تخلیه چاه تهرانپارس شمالی, تخلیه چاه تهرانپارس غربی, قیمت تخلیه چاه تهرانپارس, تخلیه چاه اورژانسی تهرانپارس, تخلیه چاه شبانه روزی تهرانپارس">
    <style>
        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
            font-family: 'Vazirmatn', Tahoma, sans-serif;
        }
        
        body {
            background: #f5f7fa;
            color: #333;
            line-height: 1.7;
        }
        
        .container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 15px;
        }
        
        /* === HEADER EMERGENCY === */
        .emergency-bar {
            background: linear-gradient(135deg, #c00 0%, #900 100%);
            color: white;
            padding: 15px 0;
            text-align: center;
        }
        
        .emergency-content {
            display: flex;
            justify-content: space-between;
            align-items: center;
            flex-wrap: wrap;
            gap: 15px;
        }
        
        .emergency-text {
            font-size: 1.2rem;
            font-weight: 700;
        }
        
        .emergency-phone {
            background: white;
            color: #c00;
            padding: 10px 25px;
            border-radius: 50px;
            font-size: 1.5rem;
            font-weight: 900;
            text-decoration: none;
            display: inline-block;
            box-shadow: 0 5px 15px rgba(0,0,0,0.2);
        }
        
        /* === NAVIGATION === */
        .main-nav {
            background: white;
            padding: 15px 0;
            box-shadow: 0 3px 10px rgba(0,0,0,0.08);
        }
        
        .nav-content {
            display: flex;
            justify-content: space-between;
            align-items: center;
        }
        
        .logo {
            font-size: 1.8rem;
            font-weight: 900;
            color: #222;
        }
        
        .logo span {
            color: #c00;
        }
        
        .nav-links a {
            margin-right: 25px;
            text-decoration: none;
            color: #444;
            font-weight: 600;
            font-size: 1.1rem;
        }
        
        .nav-links a:hover {
            color: #c00;
        }
        
        /* === HERO SECTION === */
        .hero {
            background: linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0.7)), url('https://images.unsplash.com/photo-1585747860715-2ba37e788b70?ixlib=rb-1.2.1&auto=format&fit=crop&w=1600&q=80');
            background-size: cover;
            background-position: center;
            color: white;
            padding: 80px 0;
            text-align: center;
        }
        
        .hero h1 {
            font-size: 2.5rem;
            margin-bottom: 20px;
            line-height: 1.3;
        }
        
        .hero h2 {
            font-size: 1.8rem;
            margin-bottom: 30px;
            color: #ffdd40;
        }
        
        .hero p {
            font-size: 1.2rem;
            max-width: 800px;
            margin: 0 auto 30px;
            color: #eee;
        }
        
        .cta-button {
            display: inline-block;
            background: #c00;
            color: white;
            padding: 15px 40px;
            font-size: 1.3rem;
            font-weight: 700;
            border-radius: 8px;
            text-decoration: none;
            margin: 10px;
        }
        
        /* === SERVICES === */
        .services {
            padding: 60px 0;
            background: white;
        }
        
        .section-title {
            text-align: center;
            font-size: 2.2rem;
            margin-bottom: 40px;
            color: #222;
            padding-bottom: 15px;
            border-bottom: 3px solid #c00;
            display: inline-block;
        }
        
        .service-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 25px;
            margin-top: 30px;
        }
        
        .service-card {
            background: #f9f9f9;
            padding: 30px;
            border-radius: 10px;
            border-right: 5px solid #c00;
            box-shadow: 0 5px 15px rgba(0,0,0,0.05);
        }
        
        .service-card h3 {
            font-size: 1.5rem;
            margin-bottom: 15px;
            color: #c00;
        }
        
        /* === AREAS === */
        .areas {
            padding: 60px 0;
            background: #f0f8ff;
        }
        
        .area-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
            gap: 15px;
            margin-top: 30px;
        }
        
        .area-item {
            background: white;
            padding: 20px;
            text-align: center;
            font-weight: 700;
            border-radius: 8px;
            border: 2px solid #ddd;
            transition: all 0.3s;
        }
        
        .area-item:hover {
            border-color: #c00;
            background: #c00;
            color: white;
        }
        
        /* === CONTACT === */
        .contact {
            padding: 60px 0;
            background: white;
        }
        
        .contact-form {
            max-width: 600px;
            margin: 0 auto;
            background: #f9f9f9;
            padding: 40px;
            border-radius: 10px;
        }
        
        .form-group {
            margin-bottom: 20px;
        }
        
        .form-group label {
            display: block;
            margin-bottom: 8px;
            font-weight: 600;
        }
        
        .form-control {
            width: 100%;
            padding: 12px 15px;
            border: 2px solid #ddd;
            border-radius: 6px;
            font-size: 1rem;
        }
        
        /* === FOOTER === */
        .footer {
            background: #222;
            color: white;
            padding: 50px 0 20px;
        }
        
        .footer-content {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
            gap: 40px;
            margin-bottom: 40px;
        }
        
        .footer-section h3 {
            color: #c00;
            margin-bottom: 20px;
            font-size: 1.5rem;
        }
        
        .copyright {
            text-align: center;
            padding-top: 20px;
            border-top: 1px solid #444;
            color: #aaa;
        }
        
        @media (max-width: 768px) {
            .nav-content {
                flex-direction: column;
                gap: 15px;
            }
            
            .nav-links a {
                margin-right: 15px;
                font-size: 1rem;
            }
            
            .hero h1 {
                font-size: 1.8rem;
            }
            
            .hero h2 {
                font-size: 1.4rem;
            }/* End custom CSS */