/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.4.4.1758739619
Updated: 2025-09-24 18:46:59

*/

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Inter", sans-serif;
}
main#content {
    max-width: 100%;
	padding: 0;
}
h1.entry-title {
    display: none;
}
footer#site-footer,
header#site-header
{
    display: none;
}
img {
    max-width: 100%;
}

body {
    line-height: 1.6;
    color: #333;
}

a {
    text-decoration: none;
}

.mb-20 {
    margin-bottom: 20px;
}

.mt-16 {
    margin-top: 16px;
}
.mb-10{
    margin-bottom: 10px;
}
.container {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Header */
.header {
    padding: 10px 0;
}

.header-content {
    display: flex;
    justify-content: end;
    align-items: center;
    gap: 80px;
}

.header a.phone {
    font-weight: 500;
    font-size: 32px;
    color: #000;
    letter-spacing: 0.64px;
	text-decoration: none;
}


.social-icons {
    display: flex;
    gap: 34px;
}

.social-icons a {
    line-height: 0;
}

.social-icons img {
    width: 64px;
    height: 64px;
    border-radius: 50%;
}

/* Main Content */
.main-content {
    padding: 64px 0;
    background: white;
}

.content-grid {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 100px;
    align-items: start;
}

.main-text h2 {
    font-size: 28px;
    color: #7F7F7F;
    margin-bottom: 24px;
    font-weight: 500;
    letter-spacing: 0.56px;
}

.description {
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    color: #000000;
    letter-spacing: 0.32px;
}

.van-cta {
    display: flex;
    align-items: center;
    gap: 20px;
    margin: 30px 0;
}

.van-cta-image {
    width: 150px;
    height: 80px;
    background: #ffd700;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
}

.van-cta-text {
    font-size: 24px;
    font-weight: bold;
    color: #333;
}

/* Services Section */
.services {
    margin-bottom: 32px;
}

.services h3 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 32px;
    color: #000000;
    letter-spacing: 0.4px;
}

.image_wrapper {
    width: 100%;
    text-align: center;
}

.services-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
}

.service-category h4 {
    margin-bottom: 16px;
    color: #7F7F7F;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 18px;
    letter-spacing: 0.36px;

}

.service-list {
    list-style: none;
}


.service-list li {
    padding-left: 20px;
    position: relative;
    color: #373737;
    letter-spacing: 0.34px;
}

.service-list li:before {
    content: "•";
    color: #373737;
    font-weight: bold;
    position: absolute;
    left: 0;
}

/* HomeAdvisor Badge */
.homeadvisor-badge {
    background: #6c757d;
    border-radius: 15px;
    padding: 20px;
    text-align: center;
    color: white;
}

.homeadvisor-badge .logo {
    color: #ff6b35;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}

.homeadvisor-badge .top-rated {
    font-size: 24px;
    font-weight: bold;
    color: #ff6b35;
    margin-bottom: 15px;
}

.stars {
    font-size: 30px;
    color: #ffd700;
    margin-bottom: 10px;
}

/* Testimonials */
.testimonials {
    padding: 50px 0;
}

.testimonial {
    margin-bottom: 30px;
}

.testimonial:last-child {
    margin-bottom: 0;
}

.testimonials h3 {
    margin-bottom: 40px;
    color: #000000;
    font-weight: 700;
    font-size: 20px;
    letter-spacing: 0.4px;
}

.testimonial-quote {
    font-weight: 400;
    font-size: 16px;
    color: #000000;
    letter-spacing: 0.34px;
    margin-bottom: 14px;

}

.testimonial-author {
    font-weight: 500;
    font-size: 16px;
    color: #000000;
    letter-spacing: 0.34px;
    color: #000000;
}

/* Contact Info */
.contact-info {
    background: white;
    padding: 50px 0;
}

.contact-description {
    font-weight: 500;
    font-size: 20px;
    color: #000000;
    letter-spacing: 0.4px;
}

.contact-grid {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 100px;
    align-items: center;
}

.emergency-box {
    border: 2px solid #007bff;
    border-radius: 10px;
    padding: 20px;
    text-align: center;
    background: #f8f9fa;
}

.emergency-box h4 {
    color: #007bff;
    font-size: 18px;
    margin-bottom: 10px;
}

.emergency-phone {
    font-size: 16px;
    font-weight: bold;
    color: #007bff;
    margin-bottom: 20px;
}

.business-hours,
.service-areas {
    margin-bottom: 15px;
}

.business-hours h5,
.service-areas h5 {
    font-weight: bold;
    margin-bottom: 5px;
}

/* Footer */
.footer {
    background: #E1E1E1;
    color: white;
    padding: 30px 0;
}

.footer-content {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    gap: 60px;
}

.footer-left {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: space-between;
}

.footer-right {
    text-align: right;
}

.email-link {
    color: #1982D1;
    font-weight: 500;
    font-size: 18px;
    text-decoration: underline;
}

.footer-left-inner {
    display: flex;
    align-items: center;
    gap: 10px;
}

.footer-info {
    font-weight: 400;
    font-size: 14px;
    color: #000000;
    letter-spacing: 0.28px;
	margin:0;
}

.sign_up {
    color: #1982D1;
}

.footer-right .footer-info {
    font-weight: 500;
    font-size: 18px;
    color: #000;
}

.bbb-badge {
    width: 100px;
    height: 100px;
}

.installation {
    padding: 50px 0;
}

.copywrite {
    color: #000000;
    font-weight: 500;
    font-size: 20px;
    letter-spacing: 0.34px;
}

.footer-info a {
    color: #000;
	text-decoration:none;
}

/* Responsive Design */
@media (max-width: 768px) {
    .header-content {
        flex-direction: column;
        gap: 10px;
    }

    .hero-content {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 30px;
    }

    .company-name h1 {
        font-size: 32px;
    }

    .content-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .services-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .van-cta {
        flex-direction: column;
        text-align: center;
    }

    .contact-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .footer-content {
        display: flex;
        gap: 20px;
        flex-direction: column-reverse;
    }

    .footer-right {
        text-align: center;
    }

    .footer-left-inner {
        flex-direction: column;
        text-align: center;
    }

    .footer-left {
        flex-direction: column-reverse;
    }

    .main-content,
    .installation,
    .testimonials,
    .contact-info {
        padding: 30px 0;
    }
}

@media (max-width: 480px) {
    .container {
        padding: 0 15px;
    }

    .phone {
        font-size: 16px;
    }

    .company-name h1 {
        font-size: 24px;
    }

    .main-text h2 {
        font-size: 24px;
    }

    .van-cta-text {
        font-size: 18px;
    }
}