.elementor-158 .elementor-element.elementor-element-d41551e{--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;}.elementor-158 .elementor-element.elementor-element-5a7371c{--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;}.elementor-158 .elementor-element.elementor-element-a8046c4{--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;}.elementor-158 .elementor-element.elementor-element-b881fc8{--display:flex;}.elementor-158 .elementor-element.elementor-element-d52cef3{--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;}.elementor-158 .elementor-element.elementor-element-7388d5c{--display:flex;}.elementor-158 .elementor-element.elementor-element-04ccbcf{--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;}.elementor-158 .elementor-element.elementor-element-613a54b{--display:flex;}.elementor-158 .elementor-element.elementor-element-17edf7d{--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;}.elementor-158 .elementor-element.elementor-element-6edbfb0{--display:flex;}.elementor-158 .elementor-element.elementor-element-4ed3d66{--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;}.elementor-158 .elementor-element.elementor-element-1a1e4e1{--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 for html, class: .elementor-element-d3b3cbc */.psl-hero-container {
    position: relative;
    height: 85vh;
    min-height: 600px;
    overflow: hidden;
    background: #000;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 1;
}

.hero-bg-video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    transform: translate(-50%, -50%);
    object-fit: cover;
}

.hero-content {
    position: relative;
    z-index: 2;
    max-width: 1400px;
    margin: 0 auto;
    padding: 60px 20px;
    color: #fff;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    align-items: center;
    height: 100%;
}

/* Left Side Styles */
.hero-left {
    max-width: 600px;
}

.emergency-badge {
    display: inline-flex;
    align-items: center;
    background: rgba(0,204,112,0.1);
    border: 1px solid #00ff8c;
    padding: 8px 16px;
    border-radius: 50px;
    margin-bottom: 30px;
    font-size: 14px;
    width: fit-content;
    color: #00ff8c;
}

.pulse {
    display: inline-block;
    width: 8px;
    height: 8px;
    background: #00ff8c;
    border-radius: 50%;
    margin-right: 10px;
    animation: pulse 2s infinite;
}

.hero-title {
    font-size: 3.5rem;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 30px;
}

.highlight {
    color: #00ff8c;
}

.hero-features {
    display: flex;
    gap: 30px;
    margin-bottom: 40px;
}

.feature {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 18px;
}

.feature i {
    color: #00ff8c;
}

.cta-group {
    display: flex;
    gap: 20px;
    margin-bottom: 30px;
}

.phone-btn, .inspection-btn {
    padding: 15px 30px;
    border-radius: 8px;
    font-size: 18px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: all 0.3s ease;
    text-decoration: none;
}

.phone-btn {
    background: transparent;
    border: 2px solid #fff;
    color: #fff;
}

.inspection-btn {
    background: #00ff8c;
    color: #000;
    border: none;
}

.inspection-btn:hover {
    background: #00cc70;
    transform: translateY(-2px);
}

.phone-btn:hover {
    background: rgba(255,255,255,0.1);
}

.service-areas {
    font-size: 16px;
    opacity: 0.8;
}

/* Right Side - Form Styles */
.hero-right {
    max-width: 450px;
    width: 100%;
    margin-left: auto;
}

.hero-form {
    background: rgba(255, 255, 255, 0.95);
    padding: 30px;
    border-radius: 20px;
    width: 100%;
}

.hero-form h3 {
    color: #333;
    font-size: 1.5rem;
    margin-bottom: 20px;
    text-align: center;
}

.form-field {
    margin-bottom: 15px;
}

.form-field input,
.form-field textarea {
    width: 100%;
    padding: 12px 15px;
    border: 2px solid #eee;
    border-radius: 8px;
    font-size: 1rem;
    transition: border-color 0.3s ease;
}

.form-field textarea {
    resize: vertical;
    min-height: 80px;
}

.form-field input:focus,
.form-field textarea:focus {
    border-color: #00cc70;
    outline: none;
}

.submit-btn {
    width: 100%;
    padding: 15px;
    background: #00cc70;
    color: #fff;
    border: none;
    border-radius: 8px;
    font-size: 1.1rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.submit-btn:hover {
    background: #00b563;
    transform: translateY(-2px);
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(0,255,140,0.7);
    }
    70% {
        box-shadow: 0 0 0 10px rgba(0,255,140,0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(0,255,140,0);
    }
}

/* Responsive Design */
@media (max-width: 1200px) {
    .hero-title {
        font-size: 3rem;
    }
    
    .hero-content {
        gap: 30px;
    }
}

@media (max-width: 968px) {
    .hero-content {
        grid-template-columns: 1fr;
        padding: 40px 20px;
    }
    
    .hero-left {
        text-align: center;
        margin: 0 auto;
    }
    
    .hero-features {
        justify-content: center;
    }
    
    .cta-group {
        justify-content: center;
    }
    
    .emergency-badge {
        margin: 0 auto 30px;
    }
    
    .hero-right {
        margin: 0 auto;
    }
}

@media (max-width: 480px) {
    .psl-hero-container {
        min-height: auto;
        height: auto;
    }
    
    .hero-title {
        font-size: 2rem;
    }
    
    .hero-features {
        flex-direction: column;
        gap: 15px;
    }
    
    .feature {
        font-size: 16px;
    }
    
    .cta-group {
        flex-direction: column;
    }
    
    .phone-btn, .inspection-btn {
        width: 100%;
        justify-content: center;
    }
    
    .hero-form {
        padding: 20px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-f24d4a3 */.content-section {
    padding: 100px 0;
    background: linear-gradient(to bottom, #fff, #f8f9fa);
    overflow: hidden;
}

.benefits-wrapper {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Trust Bar Styles */
.trust-bar {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-bottom: 80px;
    text-align: center;
}

.trust-item {
    padding: 30px;
    background: rgba(0, 255, 140, 0.05);
    border-radius: 15px;
    transition: transform 0.3s ease;
}

.trust-item:hover {
    transform: translateY(-5px);
}

.counter {
    font-size: 3rem;
    font-weight: 700;
    color: #00cc70;
    margin-bottom: 10px;
}

/* Main Content Grid */
.content-grid {
    display: grid;
    grid-template-columns: 60% 40%;
    gap: 50px;
    align-items: start;
}

.section-badge {
    display: inline-block;
    padding: 8px 16px;
    background: rgba(0, 204, 112, 0.1);
    color: #00cc70;
    border-radius: 50px;
    font-size: 14px;
    margin-bottom: 20px;
}

.section-title {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 30px;
    line-height: 1.2;
}

.highlight {
    color: #00cc70;
}

.section-intro {
    font-size: 1.2rem;
    line-height: 1.6;
    color: #666;
    margin-bottom: 50px;
}

/* Features Grid */
.features-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-top: 50px;
}

.feature-card {
    padding: 30px;
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    transition: all 0.3s ease;
}

.feature-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(0,0,0,0.1);
}

.feature-icon {
    width: 60px;
    height: 60px;
    background: rgba(0, 204, 112, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.feature-icon i {
    font-size: 24px;
    color: #00cc70;
}

/* Info Card Styles */
.info-card {
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 15px 40px rgba(0,0,0,0.08);
    overflow: hidden;
}

.card-header {
    background: #00cc70;
    padding: 30px;
    color: #fff;
}

.card-header h3 {
    margin: 0;
    font-size: 1.5rem;
}

.benefits-list {
    list-style: none;
    padding: 30px;
    margin: 0;
}

.benefits-list li {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 15px 0;
    border-bottom: 1px solid #eee;
    font-size: 1.1rem;
}

.benefits-list li:last-child {
    border-bottom: none;
}

.benefits-list i {
    color: #00cc70;
}

/* Responsive Design */
@media (max-width: 1200px) {
    .content-grid {
        grid-template-columns: 1fr;
    }
    
    .features-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .trust-bar {
        grid-template-columns: 1fr;
    }
    
    .features-grid {
        grid-template-columns: 1fr;
    }
    
    .section-title {
        font-size: 2rem;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-09b4087 */.reviews-section {
    padding: 100px 0;
    background: #f8f9fa;
    overflow: hidden;
}

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

.section-header {
    text-align: center;
    margin-bottom: 60px;
}

.review-badge {
    display: inline-block;
    padding: 8px 16px;
    background: rgba(0, 204, 112, 0.1);
    color: #00cc70;
    border-radius: 50px;
    font-size: 14px;
    margin-bottom: 20px;
}

.section-header h2 {
    font-size: 2.5rem;
    margin-bottom: 20px;
}

.rating-summary {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.stars {
    color: #ffd700;
    font-size: 24px;
}

.rating-text {
    color: #666;
}

/* Reviews Carousel */
.reviews-carousel {
    position: relative;
    padding: 20px 0;
    overflow: hidden;
}

.review-track {
    display: flex;
    gap: 30px;
    overflow-x: auto;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE and Edge */
    padding: 20px 0;
}

.review-track::-webkit-scrollbar {
    display: none; /* Chrome, Safari, Opera */
}

/* Review Cards */
.review-card {
    min-width: 350px;
    background: #fff;
    border-radius: 20px;
    padding: 30px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    transition: all 0.3s ease;
}

.review-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(0,0,0,0.1);
}

.review-header {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
}

.reviewer-avatar {
    width: 50px;
    height: 50px;
    background: #00cc70;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.initials {
    color: #fff;
    font-weight: 600;
    font-size: 18px;
}

.reviewer-info h4 {
    margin: 0;
    font-size: 18px;
    color: #333;
}

.reviewer-info p {
    margin: 5px 0 0;
    font-size: 14px;
    color: #666;
}

.review-rating {
    margin-left: auto;
    color: #ffd700;
}

.review-content {
    margin-bottom: 20px;
}

.review-content p {
    font-size: 16px;
    line-height: 1.6;
    color: #444;
}

.review-date {
    font-size: 14px;
    color: #888;
}

/* Responsive Design */
@media (max-width: 768px) {
    .section-header h2 {
        font-size: 2rem;
    }
    
    .review-card {
        min-width: 300px;
        padding: 20px;
    }
}

/* Add smooth scrolling animation */
@keyframes scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(calc(-350px * 5));
    }
}

/* Optional: Add auto-scroll animation */
.review-track {
    animation: scroll 30s linear infinite;
}

.review-track:hover {
    animation-play-state: paused;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-99d8538 */.cta-section {
    padding: 80px 0;
    background: linear-gradient(45deg, #00336a, #004d99);
    color: #fff;
}

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

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

/* Left Side */
.cta-left h2 {
    font-size: 2.5rem;
    margin-bottom: 15px;
}

.highlight {
    color: #00ff8c;
}

.cta-description {
    font-size: 1.2rem;
    opacity: 0.9;
    margin-bottom: 30px;
}

/* Guarantee Grid */
.guarantee-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-bottom: 40px;
}

.guarantee-item {
    display: flex;
    align-items: center;
    gap: 12px;
    background: rgba(255,255,255,0.1);
    padding: 15px;
    border-radius: 10px;
}

.guarantee-item i {
    color: #00ff8c;
    font-size: 1.5rem;
}

/* Contact Options */
.contact-options {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.call-button {
    display: flex;
    align-items: center;
    gap: 15px;
    background: #00ff8c;
    color: #003366;
    padding: 15px 25px;
    border-radius: 12px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.call-button:hover {
    transform: translateY(-3px);
    background: #00e67a;
}

.call-button i {
    font-size: 1.5rem;
}

.call-info {
    display: flex;
    flex-direction: column;
}

.call-label {
    font-size: 0.9rem;
    font-weight: 500;
}

.phone-number {
    font-size: 1.2rem;
    font-weight: 700;
}

.service-areas {
    display: flex;
    align-items: center;
    gap: 10px;
    opacity: 0.8;
}

/* Right Side - Form */
.inspection-form {
    background: #fff;
    padding: 40px;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
}

.inspection-form h3 {
    color: #333;
    font-size: 1.8rem;
    margin-bottom: 25px;
    text-align: center;
}

.form-field {
    margin-bottom: 20px;
}

.form-field input {
    width: 100%;
    padding: 12px 15px;
    border: 2px solid #eee;
    border-radius: 8px;
    font-size: 1rem;
    transition: border-color 0.3s ease;
}

.form-field input:focus {
    border-color: #00ff8c;
    outline: none;
}

.submit-btn {
    width: 100%;
    padding: 15px;
    background: #003366;
    color: #fff;
    border: none;
    border-radius: 8px;
    font-size: 1.1rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.submit-btn:hover {
    background: #004d99;
    transform: translateY(-2px);
}

/* Responsive Design */
@media (max-width: 968px) {
    .cta-content {
        grid-template-columns: 1fr;
    }
    
    .cta-left h2 {
        font-size: 2rem;
    }
    
    .guarantee-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 480px) {
    .cta-section {
        padding: 50px 0;
    }
    
    .cta-left h2 {
        font-size: 1.8rem;
    }
    
    .inspection-form {
        padding: 25px;
    }
    
    .call-button {
        padding: 12px 20px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-13dddb0 *//* Common Styles */
.service-section {
    padding: 100px 0;
}

.service-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 30px;
}

.service-header {
    text-align: center;
    margin-bottom: 60px;
}

.service-badge {
    display: inline-block;
    padding: 8px 16px;
    background: rgba(0, 204, 112, 0.1);
    color: #00cc70;
    border-radius: 50px;
    font-size: 14px;
    margin-bottom: 20px;
}

.service-header h2 {
    font-size: 2.5rem;
    margin-bottom: 20px;
    color: #333;
}

.highlight {
    color: #00cc70;
}

.header-intro {
    font-size: 1.2rem;
    color: #666;
    max-width: 800px;
    margin: 0 auto;
}

/* Grid Layout */
.service-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    align-items: center;
}

.service-grid.reverse {
    direction: rtl;
}

.service-grid.reverse > * {
    direction: ltr;
}

/* Residential Styles */
.residential-section {
    background: #fff;
    padding: 100px 0;
}

.service-features {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

.feature-box {
    padding: 30px;
    background: #f8f9fa;
    border-radius: 15px;
    transition: transform 0.3s ease;
}

.feature-box:hover {
    transform: translateY(-5px);
}

.feature-box i {
    font-size: 2rem;
    color: #00cc70;
    margin-bottom: 20px;
}

.feature-box h3 {
    font-size: 1.3rem;
    margin-bottom: 15px;
    color: #333;
}

.feature-box p {
    color: #666;
    line-height: 1.6;
}

/* Commercial Styles */
.commercial-section {
    background: #f8f9fa;
    padding: 100px 0;
}

.industry-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

.industry-item {
    padding: 30px;
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    transition: transform 0.3s ease;
}

.industry-item:hover {
    transform: translateY(-5px);
}

.industry-item i {
    font-size: 2rem;
    color: #00cc70;
    margin-bottom: 20px;
}

.industry-item h4 {
    font-size: 1.3rem;
    margin-bottom: 15px;
    color: #333;
}

.industry-item ul {
    list-style: none;
    padding: 0;
}

.industry-item ul li {
    padding: 8px 0;
    color: #666;
    position: relative;
    padding-left: 20px;
}

.industry-item ul li:before {
    content: "•";
    color: #00cc70;
    position: absolute;
    left: 0;
}

/* Image Styles */
.service-image {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0,0,0,0.1);
}

.service-image img {
    width: 100%;
    height: auto;
    display: block;
}

/* Responsive Design */
@media (max-width: 992px) {
    .service-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .service-features,
    .industry-list {
        grid-template-columns: 1fr;
    }

    .service-header h2 {
        font-size: 2rem;
    }

    .service-image {
        max-width: 600px;
        margin: 0 auto;
    }
}

@media (max-width: 768px) {
    .service-container {
        padding: 0 20px;
    }

    .feature-box,
    .industry-item {
        padding: 20px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-61ccf04 */.faq-section {
    padding: 100px 0;
    background: linear-gradient(to bottom, #fff, #f8f9fa);
}

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

.faq-header {
    text-align: center;
    margin-bottom: 60px;
}

.faq-badge {
    display: inline-block;
    padding: 8px 16px;
    background: rgba(0, 204, 112, 0.1);
    color: #00cc70;
    border-radius: 50px;
    font-size: 14px;
    margin-bottom: 20px;
}

.faq-header h2 {
    font-size: 2.5rem;
    margin-bottom: 20px;
    color: #333;
}

.highlight {
    color: #00cc70;
}

.header-intro {
    font-size: 1.2rem;
    color: #666;
    max-width: 800px;
    margin: 0 auto;
}

.faq-wrapper {
    margin-bottom: 60px;
}

.faq-item {
    background: #fff;
    border-radius: 15px;
    margin-bottom: 20px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.05);
    overflow: hidden;
}

.faq-question {
    padding: 25px 30px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all 0.3s ease;
}

.faq-question:hover {
    background: rgba(0, 204, 112, 0.05);
}

.faq-question h3 {
    font-size: 1.1rem;
    color: #333;
    margin: 0;
    padding-right: 40px;
}

.toggle-icon {
    font-size: 1.5rem;
    color: #00cc70;
    transition: transform 0.3s ease;
}

.faq-item.active .toggle-icon {
    transform: rotate(45deg);
}

.faq-answer {
    padding: 0 30px;
    max-height: 0;
    overflow: hidden;
    transition: all 0.3s ease;
}

.faq-item.active .faq-answer {
    padding: 0 30px 25px;
    max-height: 1000px;
}

.faq-answer p {
    color: #666;
    line-height: 1.6;
    margin: 0;
}

.faq-cta {
    text-align: center;
    background: #fff;
    padding: 40px;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

.contact-btn {
    background: #00cc70;
    color: #fff;
    padding: 15px 30px;
    border: none;
    border-radius: 8px;
    font-size: 1.1rem;
    font-weight: 600;
    margin: 20px 0;
    cursor: pointer;
    transition: all 0.3s ease;
}

.contact-btn:hover {
    background: #00b363;
    transform: translateY(-2px);
}

.phone-number {
    display: block;
    color: #666;
    font-size: 1.1rem;
    font-weight: 600;
}

/* Responsive Design */
@media (max-width: 768px) {
    .faq-header h2 {
        font-size: 2rem;
    }

    .faq-question {
        padding: 20px;
    }

    .faq-question h3 {
        font-size: 1rem;
    }

    .faq-answer {
        padding: 0 20px;
    }

    .faq-item.active .faq-answer {
        padding: 0 20px 20px;
    }
}/* End custom CSS */