/* Start custom CSS for html, class: .elementor-element-33825ac */<style>
/* Commercial Services Page Styles */
.kraus-commercial-page {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
    line-height: 1.7;
    color: #374151;
}

.kraus-commercial-page * {
    box-sizing: border-box;
}

.kraus-commercial-page a {
    color: #DC2626;
    text-decoration: none;
    transition: all 0.3s ease;
    font-weight: 500;
}

.kraus-commercial-page a:hover {
    color: #991B1B;
    text-decoration: underline;
}

/* Hero Section */
.kraus-commercial-hero {
    background: linear-gradient(135deg, #DC2626 0%, #991B1B 100%);
    color: white;
    padding: 80px 40px;
    text-align: center;
    border-radius: 16px;
    margin-bottom: 50px;
    box-shadow: 0 10px 40px rgba(220, 38, 38, 0.15);
}

.kraus-commercial-hero h1 {
    font-size: 3.2em;
    margin-bottom: 20px;
    font-weight: 800;
    line-height: 1.1;
    color: white;
}

.kraus-commercial-hero .subtitle {
    font-size: 1.3em;
    margin-bottom: 25px;
    opacity: 0.95;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.5;
}

.kraus-commercial-hero .experience {
    font-size: 1.15em;
    font-weight: 600;
    margin-bottom: 35px;
}

.kraus-commercial-hero .btn-primary {
    display: inline-block;
    background: white;
    color: #DC2626;
    padding: 18px 40px;
    border-radius: 10px;
    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);
}

.kraus-commercial-hero .btn-primary:hover {
    background: #F3F4F6;
    transform: translateY(-2px);
    box-shadow: 0 6px 25px rgba(0,0,0,0.3);
}

/* Section Styles */
.kraus-commercial-section {
    padding: 60px 0;
}

.kraus-commercial-section h2 {
    font-size: 2.4em;
    color: #991B1B;
    margin-bottom: 25px;
    font-weight: 700;
}

.kraus-commercial-section h3 {
    font-size: 1.6em;
    color: #DC2626;
    margin: 30px 0 15px;
    font-weight: 600;
}

.kraus-commercial-section p {
    font-size: 1.1em;
    margin-bottom: 20px;
    color: #4B5563;
    line-height: 1.7;
}

/* Services Grid */
.kraus-services-grid {
    background: #FEF3F3;
    padding: 50px;
    border-radius: 12px;
    margin: 40px 0;
    border-left: 5px solid #DC2626;
}

.kraus-services-grid h3 {
    color: #991B1B;
    margin-bottom: 25px;
}

.kraus-services-grid ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.kraus-services-grid li {
    padding: 15px 0 15px 45px;
    position: relative;
    font-size: 1.1em;
    color: #4B5563;
    border-bottom: 1px solid #E5E7EB;
}

.kraus-services-grid li:last-child {
    border-bottom: none;
}

.kraus-services-grid li:before {
    content: "⚙";
    position: absolute;
    left: 10px;
    color: #DC2626;
    font-size: 1.5em;
}

/* Door Types Section */
.kraus-door-types {
    background: white;
    padding: 45px;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
    margin: 40px 0;
}

.kraus-door-types h3 {
    color: #991B1B;
    margin-bottom: 30px;
}

.kraus-door-types ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.kraus-door-types li {
    padding: 20px;
    margin-bottom: 15px;
    background: #FEE2E2;
    border-radius: 8px;
    font-size: 1.05em;
    border-left: 4px solid #DC2626;
}

.kraus-door-types li strong {
    color: #991B1B;
    font-weight: 600;
}

/* Benefits Section */
.kraus-benefits {
    background: linear-gradient(135deg, #FEE2E2 0%, #FECACA 100%);
    padding: 50px;
    border-radius: 12px;
    margin: 40px 0;
}

.kraus-benefits h3 {
    color: #991B1B;
    margin-bottom: 30px;
    text-align: center;
}

.kraus-benefits ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
}

.kraus-benefits li {
    padding: 20px;
    background: white;
    border-radius: 8px;
    font-size: 1.05em;
    color: #4B5563;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
    position: relative;
    padding-left: 45px;
}

.kraus-benefits li:before {
    content: "✓";
    position: absolute;
    left: 15px;
    color: #DC2626;
    font-size: 1.5em;
    font-weight: bold;
}

/* Quote Box */
.kraus-quote-box {
    background: #FEF3C7;
    padding: 35px;
    border-left: 5px solid #F59E0B;
    border-radius: 12px;
    margin: 40px 0;
    font-style: italic;
}

.kraus-quote-box p {
    color: #92400E;
    font-size: 1.15em;
    margin-bottom: 15px;
}

.kraus-quote-box .author {
    font-style: normal;
    font-weight: 600;
    color: #DC2626;
}

/* Maintenance Box */
.kraus-maintenance {
    background: #D1FAE5;
    padding: 45px;
    border-radius: 12px;
    margin: 40px 0;
}

.kraus-maintenance h3 {
    color: #065F46;
    margin-bottom: 20px;
}

.kraus-maintenance p {
    color: #047857;
    font-size: 1.1em;
    margin-bottom: 25px;
}

.kraus-maintenance ul {
    list-style: none;
    padding: 0;
}

.kraus-maintenance li {
    padding: 12px 0 12px 35px;
    position: relative;
    color: #047857;
    font-size: 1.05em;
}

.kraus-maintenance li:before {
    content: "→";
    position: absolute;
    left: 10px;
    color: #10B981;
    font-weight: bold;
}

/* Service Areas */
.kraus-areas {
    background: #F3F4F6;
    padding: 40px;
    border-radius: 12px;
    margin: 40px 0;
}

.kraus-areas h3 {
    color: #991B1B;
    margin-bottom: 20px;
}

.kraus-areas p {
    font-size: 1.05em;
    line-height: 1.8;
}

/* CTA Section */
.kraus-cta {
    background: linear-gradient(135deg, #DC2626 0%, #991B1B 100%);
    color: white;
    padding: 60px 40px;
    text-align: center;
    border-radius: 16px;
    margin: 40px 0;
    box-shadow: 0 10px 40px rgba(220, 38, 38, 0.15);
}

.kraus-cta h2 {
    color: white;
    font-size: 2.2em;
    margin-bottom: 20px;
}

.kraus-cta p {
    color: white;
    font-size: 1.2em;
    margin-bottom: 30px;
}

.kraus-cta .btn-white {
    display: inline-block;
    background: white;
    color: #DC2626;
    padding: 16px 36px;
    border-radius: 8px;
    font-size: 1.1em;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.3s;
    margin: 0 10px;
}

.kraus-cta .btn-white:hover {
    background: #F9FAFB;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0,0,0,0.2);
}

/* Contact Info */
.kraus-contact-info {
    background: white;
    padding: 40px;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
    margin: 40px 0;
    text-align: center;
}

.kraus-contact-info .info-item {
    margin: 20px 0;
    font-size: 1.1em;
}

.kraus-contact-info .info-item strong {
    color: #991B1B;
    display: block;
    margin-bottom: 5px;
}

/* Responsive */
@media (max-width: 768px) {
    .kraus-commercial-hero h1 {
        font-size: 2.2em;
    }
    
    .kraus-commercial-section h2 {
        font-size: 1.8em;
    }
    
    .kraus-benefits ul {
        grid-template-columns: 1fr;
    }
    
    .kraus-services-grid,
    .kraus-door-types,
    .kraus-maintenance {
        padding: 30px;
    }
}
</style>/* End custom CSS */