.elementor-1508 .elementor-element.elementor-element-f48c24d{--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;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-6565b17 */.page-hero {
    background: linear-gradient(135deg, #1a1a1a 0%, #c41e3a 100%);
    padding: 60px 20px;
    text-align: center;
    color: white;
    margin-bottom: 50px;
}

.page-hero h1 {
    font-size: 48px;
    margin-bottom: 20px;
    font-weight: 700;
}

.page-hero p {
    font-size: 20px;
    margin: 0;
    opacity: 0.95;
}

/* ============================================
   INTRODUCTION
   ============================================ */

.intro-section {
    max-width: 1200px;
    margin: 0 auto 60px;
    padding: 0 20px;
}

.intro-section p {
    font-size: 18px;
    line-height: 1.8;
    color: #333;
    margin-bottom: 25px;
}

/* ============================================
   SERVICE CARDS
   ============================================ */

.services-overview {
    max-width: 1200px;
    margin: 0 auto 80px;
    padding: 0 20px;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
}

.service-card {
    background: #f8f9fa;
    padding: 30px;
    border-left: 4px solid #c41e3a;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.service-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(196, 30, 58, 0.15);
}

.service-card h3 {
    color: #c41e3a;
    margin-bottom: 15px;
    font-size: 24px;
}

.service-card p {
    color: #666;
    line-height: 1.6;
}

/* ============================================
   SERVICE SECTIONS
   ============================================ */

.service-detail {
    max-width: 1200px;
    margin: 0 auto 80px;
    padding: 0 20px;
}

.service-detail h2 {
    color: #1a1a1a;
    font-size: 36px;
    margin-bottom: 30px;
    border-bottom: 3px solid #c41e3a;
    padding-bottom: 15px;
}

.service-detail h3 {
    color: #333;
    font-size: 28px;
    margin: 40px 0 20px;
}

.service-detail h4 {
    color: #c41e3a;
    font-size: 22px;
    margin: 30px 0 15px;
}

.service-detail p {
    font-size: 18px;
    line-height: 1.8;
    color: #333;
    margin-bottom: 25px;
}

/* ============================================
   FEATURES LIST
   ============================================ */

.features-box {
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 30px;
    margin-bottom: 30px;
}

.features-box ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.features-box li {
    padding: 12px 0;
    border-bottom: 1px solid #f0f0f0;
    font-size: 17px;
    transition: all 0.3s ease;
}

.features-box li:last-child {
    border-bottom: none;
}

.features-box li::before {
    content: '✓';
    color: #c41e3a;
    margin-right: 10px;
    font-weight: bold;
}

.features-box li:hover {
    background: rgba(196, 30, 58, 0.05);
    padding-left: 10px;
}

/* ============================================
   HIGHLIGHT BOX
   ============================================ */

.highlight-box {
    background: #f0f8ff;
    border-left: 4px solid #c41e3a;
    padding: 25px;
    margin: 30px 0;
    border-radius: 4px;
}

.highlight-box.green {
    background: #e8f5e9;
    border-left-color: #4caf50;
}

.highlight-box h4 {
    color: #c41e3a;
    margin: 0 0 15px 0;
    font-size: 20px;
}

.highlight-box.green h4 {
    color: #2e7d32;
}

.highlight-box p {
    margin: 0;
    font-size: 17px;
    line-height: 1.7;
    color: #333;
}

/* ============================================
   ENVIRONMENTAL SECTION
   ============================================ */

.environmental-section {
    background: linear-gradient(135deg, #e8f5e9 0%, #c8e6c9 100%);
    padding: 60px 20px;
    margin-bottom: 80px;
}

.environmental-section h2 {
    font-size: 36px;
    margin-bottom: 20px;
    color: #2e7d32;
    text-align: center;
}

.environmental-section > p {
    font-size: 18px;
    color: #555;
    margin-bottom: 50px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.environmental-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 40px;
    max-width: 1200px;
    margin: 0 auto;
}

.environmental-card {
    background: white;
    border: 2px solid #4caf50;
    border-radius: 12px;
    padding: 40px;
    text-align: center;
    transition: all 0.3s ease;
}

.environmental-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(76, 175, 80, 0.2);
}

.environmental-card .icon {
    font-size: 56px;
    margin-bottom: 20px;
}

.environmental-card h3 {
    color: #2e7d32;
    font-size: 24px;
    margin-bottom: 15px;
}

.environmental-card p {
    font-size: 16px;
    line-height: 1.6;
    color: #555;
    margin: 0;
}

/* ============================================
   PROCESS SECTION
   ============================================ */

.process-section {
    background: #f9f9f9;
    padding: 60px 20px;
    margin-bottom: 80px;
}

.process-section h2 {
    text-align: center;
    font-size: 36px;
    margin-bottom: 20px;
    color: #1a1a1a;
}

.process-section > p {
    text-align: center;
    font-size: 18px;
    color: #666;
    margin-bottom: 50px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.process-step {
    display: grid;
    grid-template-columns: 80px 1fr;
    gap: 30px;
    margin-bottom: 30px;
    padding: 30px;
    background: white;
    border-radius: 12px;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    transition: all 0.3s ease;
}

.process-step:hover {
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

.process-step .number {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #c41e3a 0%, #a01730 100%);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    font-weight: 700;
    flex-shrink: 0;
}

.process-step h4 {
    color: #1a1a1a;
    font-size: 24px;
    margin: 0 0 15px 0;
}

.process-step p {
    color: #555;
    font-size: 16px;
    line-height: 1.7;
    margin: 0;
}

/* ============================================
   TWO COLUMN GRID
   ============================================ */

.two-column-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 30px;
    margin-bottom: 40px;
}

.column-box {
    background: #fff;
    border: 2px solid #e0e0e0;
    border-radius: 8px;
    padding: 30px;
    transition: all 0.3s ease;
}

.column-box:hover {
    border-color: #c41e3a;
    box-shadow: 0 5px 20px rgba(196, 30, 58, 0.1);
}

.column-box h4 {
    color: #c41e3a;
    font-size: 22px;
    margin-bottom: 15px;
}

.column-box ul {
    font-size: 15px;
    line-height: 1.8;
    color: #555;
    margin: 15px 0 0;
    padding-left: 20px;
}

/* ============================================
   WHY CHOOSE SECTION
   ============================================ */

.why-choose {
    background: #f0f8ff;
    padding: 60px 20px;
    margin-bottom: 0;
}

.why-choose h2 {
    color: #1a1a1a;
    font-size: 36px;
    margin-bottom: 50px;
    text-align: center;
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
}

.feature-box {
    background: #fff;
    padding: 30px;
    border-radius: 8px;
    border: 2px solid #e0e0e0;
    transition: all 0.3s ease;
}

.feature-box:hover {
    border-color: #c41e3a;
    box-shadow: 0 5px 20px rgba(196, 30, 58, 0.1);
}

.feature-box h4 {
    color: #c41e3a;
    font-size: 20px;
    margin-bottom: 15px;
}

.feature-box p {
    color: #555;
    font-size: 16px;
    line-height: 1.6;
    margin: 0;
}

/* ============================================
   CTA SECTION
   ============================================ */

.cta-section {
    background: #c41e3a;
    padding: 60px 20px;
    text-align: center;
    color: white;
}

.cta-section h2 {
    color: white;
    font-size: 36px;
    margin-bottom: 20px;
}

.cta-section p {
    font-size: 18px;
    margin-bottom: 30px;
    opacity: 0.95;
}

.cta-button {
    display: inline-block;
    background: white;
    color: #c41e3a;
    padding: 15px 40px;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    border-radius: 5px;
    transition: all 0.3s;
}

.cta-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

/* ============================================
   RESPONSIVE DESIGN
   ============================================ */

@media (max-width: 768px) {
    .page-hero h1 {
        font-size: 32px;
    }
    
    .page-hero p {
        font-size: 16px;
    }
    
    .service-detail h2,
    .environmental-section h2,
    .process-section h2,
    .why-choose h2,
    .cta-section h2 {
        font-size: 28px;
    }
    
    .services-grid,
    .environmental-grid,
    .features-grid,
    .two-column-grid {
        grid-template-columns: 1fr;
    }
    
    .process-step {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .process-step .number {
        margin: 0 auto 20px;
    }
}
</style>/* End custom CSS */