Skip to content

ac service #25

Description

@shahzebalvi56-hue
<title>Perfect Engineer | AC Repair Service in Okhla, Delhi</title> <style> /* --- CSS Variables & Reset --- */ :root { --primary-color: #0056b3; /* Deep Blue */ --secondary-color: #00a8cc; /* Light Blue */ --accent-color: #ff9900; /* Orange for CTAs */ --text-dark: #333; --text-light: #f4f4f4; --bg-light: #f9f9f9; }
    * {
        margin: 0;
        padding: 0;
        box-sizing: border-box;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    }

    body {
        line-height: 1.6;
        color: var(--text-dark);
    }

    a {
        text-decoration: none;
        color: inherit;
    }

    ul {
        list-style: none;
    }

    /* --- Header & Navigation --- */
    header {
        background: #fff;
        box-shadow: 0 2px 5px rgba(0,0,0,0.1);
        position: sticky;
        top: 0;
        z-index: 1000;
    }

    .container {
        max-width: 1100px;
        margin: 0 auto;
        padding: 0 20px;
    }

    .navbar {
        display: flex;
        justify-content: space-between;
        align-items: center;
        height: 80px;
    }

    .logo {
        font-size: 1.5rem;
        font-weight: bold;
        color: var(--primary-color);
        text-transform: uppercase;
    }

    .logo span {
        color: var(--secondary-color);
    }

    .nav-links {
        display: flex;
        gap: 20px;
    }

    .nav-links a {
        font-weight: 500;
        transition: color 0.3s;
    }

    .nav-links a:hover {
        color: var(--secondary-color);
    }

    .btn-call {
        background-color: var(--accent-color);
        color: white;
        padding: 10px 20px;
        border-radius: 5px;
        font-weight: bold;
        transition: background 0.3s;
    }

    .btn-call:hover {
        background-color: #e68a00;
    }

    /* --- Hero Section --- */
    .hero {
        background: linear-gradient(rgba(0, 86, 179, 0.8), rgba(0, 168, 204, 0.8)), url('https://images.unsplash.com/photo-1621905251189-08b45d6a269e?ixlib=rb-1.2.1&auto=format&fit=crop&w=1350&q=80');
        background-size: cover;
        background-position: center;
        height: 80vh;
        display: flex;
        align-items: center;
        text-align: center;
        color: white;
    }

    .hero-content h1 {
        font-size: 3rem;
        margin-bottom: 20px;
    }

    .hero-content p {
        font-size: 1.2rem;
        margin-bottom: 30px;
        max-width: 700px;
        margin-left: auto;
        margin-right: auto;
    }

    .btn-hero {
        background-color: var(--accent-color);
        color: white;
        padding: 15px 30px;
        font-size: 1.1rem;
        border-radius: 5px;
        font-weight: bold;
        display: inline-block;
    }

    /* --- Services Section --- */
    .services {
        padding: 80px 0;
        background-color: var(--bg-light);
        text-align: center;
    }

    .section-title {
        font-size: 2rem;
        margin-bottom: 10px;
        color: var(--primary-color);
    }

    .section-subtitle {
        margin-bottom: 50px;
        color: #666;
    }

    .services-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
        gap: 30px;
    }

    .service-card {
        background: white;
        padding: 30px;
        border-radius: 8px;
        box-shadow: 0 4px 6px rgba(0,0,0,0.05);
        transition: transform 0.3s;
    }

    .service-card:hover {
        transform: translateY(-5px);
    }

    .service-icon {
        font-size: 2.5rem;
        color: var(--secondary-color);
        margin-bottom: 15px;
    }

    .service-card h3 {
        margin-bottom: 15px;
    }

    /* --- About & Why Us --- */
    .about {
        padding: 80px 0;
    }

    .about-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 50px;
        align-items: center;
    }

    .about-text h2 {
        color: var(--primary-color);
        margin-bottom: 20px;
    }

    .check-list li {
        margin-bottom: 10px;
        display: flex;
        align-items: center;
    }

    .check-list li::before {
        content: "✔";
        color: var(--accent-color);
        margin-right: 10px;
        font-weight: bold;
    }

    /* --- Contact Section --- */
    .contact {
        background-color: var(--primary-color);
        color: white;
        padding: 60px 0;
        text-align: center;
    }

    .contact-info {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 40px;
        margin-top: 30px;
    }

    .contact-item {
        background: rgba(255,255,255,0.1);
        padding: 20px;
        border-radius: 8px;
        min-width: 250px;
    }

    .contact-item h3 {
        margin-bottom: 10px;
        color: var(--accent-color);
    }

    /* --- Footer --- */
    footer {
        background-color: #222;
        color: #aaa;
        text-align: center;
        padding: 20px 0;
        font-size: 0.9rem;
    }

    /* --- Mobile Responsive --- */
    @media (max-width: 768px) {
        .navbar {
            flex-direction: column;
            height: auto;
            padding: 15px 0;
        }
        
        .nav-links {
            margin: 15px 0;
            flex-wrap: wrap;
            justify-content: center;
        }

        .hero-content h1 {
            font-size: 2rem;
        }

        .about-grid {
            grid-template-columns: 1fr;
        }
    }
</style>
<!-- Header -->
<header>
    <div class="container navbar">
        <div class="logo">Perfect <span>Engineer</span></div>
        <nav>
            <ul class="nav-links">
                <li><a href="#home">Home</a></li>
                <li><a href="#services">Services</a></li>
                <li><a href="#about">About</a></li>
                <li><a href="#contact">Contact</a></li>
            </ul>
        </nav>
        <a href="tel:09213775008" class="btn-call">📞 Call Now</a>
    </div>
</header>

<!-- Hero Section -->
<section id="home" class="hero">
    <div class="container hero-content">
        <h1>Expert AC Repair & Services in Okhla</h1>
        <p>From split ACs to window units, we provide fast, reliable, and affordable repair services. Don't let the heat get to you.</p>
        <a href="tel:09213775008" class="btn-hero">Book a Service: 092137 75008</a>
    </div>
</section>

<!-- Services Section -->
<section id="services" class="services">
    <div class="container">
        <h2 class="section-title">Our Services</h2>
        <p class="section-subtitle">We handle all types of AC brands and models.</p>
        
        <div class="services-grid">
            <div class="service-card">
                <div class="service-icon">❄️</div>
                <h3>AC Repair</h3>
                <p>Expert diagnosis and repair for cooling issues, gas leaks, and compressor problems.</p>
            </div>
            <div class="service-card">
                <div class="service-icon">🔧</div>
                <h3>Installation</h3>
                <p>Professional installation of new Split and Window AC units with proper mounting.</p>
            </div>
            <div class="service-card">
                <div class="service-icon">🧼</div>
                <h3>Deep Cleaning</h3>
                <p>Complete servicing and chemical cleaning to improve air quality and efficiency.</p>
            </div>
            <div class="service-card">
                <div class="service-icon">⚙️</div>
                <h3>Maintenance</h3>
                <p>Annual maintenance contracts (AMC) to keep your AC running smoothly all year.</p>
            </div>
        </div>
    </div>
</section>

<!-- About Section -->
<section id="about" class="about">
    <div class="container about-grid">
        <div class="about-text">
            <h2>Why Choose Perfect Engineer?</h2>
            <p>We are a trusted local service provider in Okhla Vihar dedicated to keeping your home cool and comfortable. Our team consists of experienced engineers who treat your home with respect.</p>
            <br>
            <ul class="check-list">
                <li>Experienced Technicians</li>
                <li>Transparent Pricing (No Hidden Costs)</li>
                <li>Quick Response Time</li>
                <li>Warranty on Service</li>
                <li>Service for All Brands (Daikin, LG, Voltas, Blue Star, etc.)</li>
            </ul>
        </div>
        <div class="about-image">
            <!-- Placeholder for an image of a technician or AC -->
            <img src="https://images.unsplash.com/photo-1581094794329-c8112a89af12?ixlib=rb-1.2.1&auto=format&fit=crop&w=800&q=80" alt="AC Repair Technician" style="width: 100%; border-radius: 8px; box-shadow: 0 4px 10px rgba(0,0,0,0.1);">
        </div>
    </div>
</section>

<!-- Contact Section -->
<section id="contact" class="contact">
    <div class="container">
        <h2 class="section-title" style="color:white;">Contact Us</h2>
        <p>Need an AC repair? Call us today!</p>
        
        <div class="contact-info">
            <div class="contact-item">
                <h3>📍 Visit Us</h3>
                <p>Shop No.A-5/6, Masjid Babul E-Eilma,<br>Okhla Vihar, Okhla,<br>New Delhi, Delhi 110025</p>
            </div>
            <div class="contact-item">
                <h3>📞 Call Us</h3>
                <p><a href="tel:09213775008" style="font-size: 1.2rem; font-weight: bold;">092137 75008</a></p>
            </div>
            <div class="contact-item">
                <h3>🕒 Working Hours</h3>
                <p>Mon - Sun: 9:00 AM - 9:00 PM</p>
            </div>
        </div>
    </div>
</section>

<!-- Footer -->
<footer>
    <div class="container">
        <p>&copy; 2023 Perfect Engineer. All Rights Reserved.</p>
    </div>
</footer>

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions