/* Start custom CSS for html, class: .elementor-element-17e6dd0 *//* Kraus Garage Door - Maintenance & Tune-Up Page Styles */
.kraus-maintenance-page {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
    line-height: 1.6;
    color: #333;
}

.kraus-maintenance-page * {
    box-sizing: border-box;
}

.kraus-maintenance-page a {
    color: #DC2626;
    text-decoration: none;
    transition: all 0.3s;
    font-weight: 500;
}

.kraus-maintenance-page a:hover {
    color: #991B1B;
    text-decoration: underline;
}

/* Hero Section */
.kraus-maintenance-hero {
    background: linear-gradient(135deg, #DC2626 0%, #991B1B 100%);
    color: white;
    padding: 80px 40px;
    text-align: center;
    border-radius: 12px;
    margin-bottom: 40px;
}

.kraus-maintenance-hero h1 {
    font-size: 3em;
    margin-bottom: 15px;
    font-weight: 800;
    line-height: 1.2;
    color: white;
}

.kraus-maintenance-hero .sub {
    font-size: 1.4em;
    margin-bottom: 30px;
    opacity: 0.95;
}

.kraus-maintenance-hero .btn {
    display: inline-block;
    background: white;
    color: #DC2626;
    padding: 14px 32px;
    border-radius: 8px;
    font-size: 1.1em;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.3s;
    box-shadow: 0 4px 15px rgba(0,0,0,0.2);
    border: 2px solid #DC2626;
}

.kraus-maintenance-hero .btn:hover {
    background: #f9fafb;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0,0,0,0.3);
}

.kraus-maintenance-hero .phone {
    color: white;
    font-size: 1.3em;
    font-weight: 700;
    text-decoration: none;
    margin-left: 20px;
}

.kraus-maintenance-hero .phone:hover {
    color: #f9fafb;
}

.kraus-maintenance-hero .note {
    margin-top: 15px;
    font-size: 0.95em;
    opacity: 0.9;
}

/* Info Banner */
.kraus-maintenance-info {
    background: #DBEAFE;
    border-left: 5px solid #3B82F6;
    padding: 30px;
    margin: 40px 0;
    border-radius: 8px;
}

.kraus-maintenance-info h2 {
    color: #1E3A8A;
    font-size: 1.8em;
    margin-bottom: 15px;
}

.kraus-maintenance-info p {
    color: #1E40AF;
    font-size: 1.05em;
    margin-bottom: 10px;
}

.kraus-maintenance-info p:last-child {
    margin-bottom: 0;
}

/* Section Styles */
.kraus-maintenance-section {
    padding: 60px 0;
}

.kraus-maintenance-section h2 {
    font-size: 2.5em;
    color: #DC2626;
    margin-bottom: 20px;
    font-weight: 700;
}

.kraus-maintenance-section h3 {
    font-size: 1.8em;
    color: #991B1B;
    margin: 30px 0 15px;
    font-weight: 600;
}

.kraus-maintenance-section p {
    font-size: 1.1em;
    margin-bottom: 15px;
    color: #4B5563;
}

.kraus-maintenance-section strong {
    color: #1F2937;
    font-weight: 600;
}

/* Lists */
.kraus-maintenance-section ul,
.kraus-maintenance-section ol {
    margin: 20px 0;
    padding-left: 0;
    list-style: none;
}

.kraus-maintenance-section ul li,
.kraus-maintenance-section ol li {
    padding: 12px 0 12px 35px;
    position: relative;
    font-size: 1.05em;
    color: #4B5563;
    border-bottom: 1px solid #E5E7EB;
}

.kraus-maintenance-section ul li:last-child,
.kraus-maintenance-section ol li:last-child {
    border-bottom: none;
}

.kraus-maintenance-section ul li:before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #DC2626;
    font-weight: bold;
    font-size: 1.3em;
}

/* Divider */
.kraus-maintenance-divider {
    height: 2px;
    background: linear-gradient(to right, transparent, #DC2626, transparent);
    margin: 50px 0;
    border: none;
}

/* Benefits Grid */
.kraus-maintenance-benefits {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 25px;
    margin: 30px 0;
}

.kraus-maintenance-benefit {
    background: white;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(220, 38, 38, 0.1);
    transition: all 0.3s;
    border-top: 4px solid #DC2626;
}

.kraus-maintenance-benefit:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 30px rgba(220, 38, 38, 0.2);
}

.kraus-maintenance-benefit h3 {
    color: #DC2626;
    font-size: 1.4em;
    margin: 0 0 15px 0;
}

.kraus-maintenance-benefit p {
    margin: 0;
    font-size: 1.05em;
}

/* Included Services Box */
.kraus-maintenance-included {
    background: #F9FAFB;
    padding: 40px;
    border-radius: 12px;
    margin: 40px 0;
}

.kraus-maintenance-included h2 {
    margin-bottom: 30px;
}

.kraus-maintenance-included h3 {
    color: #DC2626;
    font-size: 1.4em;
    margin: 25px 0 10px;
}

.kraus-maintenance-included h3:first-of-type {
    margin-top: 0;
}

.kraus-maintenance-included .note {
    background: #DBEAFE;
    padding: 20px;
    border-left: 4px solid #3B82F6;
    border-radius: 8px;
    margin-top: 30px;
}

.kraus-maintenance-included .note p {
    color: #1E40AF;
    margin: 0;
    font-weight: 500;
}

/* Why Choose Us */
.kraus-maintenance-why {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin: 30px 0;
}

.kraus-maintenance-why-card {
    background: linear-gradient(135deg, #DC2626 0%, #991B1B 100%);
    color: white;
    padding: 30px;
    border-radius: 12px;
    transition: all 0.3s;
}

.kraus-maintenance-why-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 25px rgba(220, 38, 38, 0.3);
}

.kraus-maintenance-why-card h3 {
    color: white;
    font-size: 1.3em;
    margin: 0 0 10px 0;
}

.kraus-maintenance-why-card p {
    color: white;
    opacity: 0.95;
    margin: 0;
    font-size: 1em;
}

/* Testimonial */
.kraus-maintenance-testimonial {
    background: #FEF3C7;
    padding: 40px;
    border-radius: 12px;
    border-left: 5px solid #F59E0B;
    margin: 40px 0;
    font-style: italic;
}

.kraus-maintenance-testimonial p {
    font-size: 1.2em;
    color: #92400E;
    margin-bottom: 15px;
}

.kraus-maintenance-testimonial .author {
    font-style: normal;
    font-weight: 600;
    color: #DC2626;
    font-size: 1em;
}

/* Service Areas */
.kraus-maintenance-areas {
    background: white;
    padding: 40px;
    border-radius: 12px;
    border: 2px solid #FEE2E2;
}

.kraus-maintenance-areas h2 {
    margin-bottom: 25px;
}

.kraus-maintenance-areas p {
    font-size: 1.05em;
    line-height: 1.8;
    color: #4B5563;
}

/* FAQ Section */
.kraus-maintenance-faq {
    background: #F9FAFB;
    padding: 60px 40px;
    border-radius: 12px;
    margin: 40px 0;
}

.kraus-maintenance-faq h2 {
    text-align: center;
    margin-bottom: 40px;
}

.kraus-maintenance-faq h3 {
    color: #DC2626;
    font-size: 1.3em;
    margin: 30px 0 10px;
}

.kraus-maintenance-faq h3:first-of-type {
    margin-top: 0;
}

.kraus-maintenance-faq p {
    margin-bottom: 20px;
}

/* Comparison Box */
.kraus-maintenance-comparison {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin: 30px 0;
}

.kraus-maintenance-compare-box {
    background: white;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.1);
}

.kraus-maintenance-compare-box.maintenance {
    border-top: 4px solid #10B981;
}

.kraus-maintenance-compare-box.repair {
    border-top: 4px solid #DC2626;
}

.kraus-maintenance-compare-box h3 {
    font-size: 1.6em;
    margin: 0 0 15px 0;
}

.kraus-maintenance-compare-box.maintenance h3 {
    color: #10B981;
}

.kraus-maintenance-compare-box.repair h3 {
    color: #DC2626;
}

/* Contact Info Box */
.kraus-maintenance-contact {
    background: white;
    padding: 40px;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(220, 38, 38, 0.15);
    margin: 40px 0;
    text-align: center;
}

.kraus-maintenance-contact h2 {
    margin-bottom: 30px;
}

.kraus-maintenance-contact .contact-item {
    margin: 20px 0;
    font-size: 1.2em;
}

.kraus-maintenance-contact .contact-item strong {
    color: #DC2626;
    display: block;
    margin-bottom: 5px;
}

/* Final CTA */
.kraus-maintenance-final-cta {
    background: linear-gradient(135deg, #DC2626 0%, #991B1B 100%);
    color: white;
    padding: 80px 40px;
    text-align: center;
    border-radius: 12px;
    margin: 40px 0;
}

.kraus-maintenance-final-cta h2 {
    color: white;
    font-size: 2.5em;
    margin-bottom: 20px;
}

.kraus-maintenance-final-cta p {
    color: white;
    font-size: 1.2em;
    margin-bottom: 30px;
    opacity: 0.95;
}

.kraus-maintenance-final-cta .btn {
    background: white;
    color: #DC2626;
}

.kraus-maintenance-final-cta .phone {
    color: white;
    font-size: 1.5em;
    font-weight: 700;
}

.kraus-maintenance-final-cta address {
    font-style: normal;
    margin-top: 20px;
    opacity: 0.9;
}

.kraus-maintenance-final-cta .hours {
    margin-top: 15px;
    opacity: 0.9;
}

/* Responsive */
@media (max-width: 768px) {
    .kraus-maintenance-hero h1 {
        font-size: 2em;
    }
    
    .kraus-maintenance-hero .sub {
        font-size: 1.1em;
    }
    
    .kraus-maintenance-section h2 {
        font-size: 1.8em;
    }
    
    .kraus-maintenance-section h3 {
        font-size: 1.4em;
    }
    
    .kraus-maintenance-benefits,
    .kraus-maintenance-why,
    .kraus-maintenance-comparison {
        grid-template-columns: 1fr;
    }
    
    .kraus-maintenance-hero .phone {
        display: block;
        margin: 15px 0 0 0;
    }
}/* End custom CSS */