.engine-sizes,
        .gallery {
            padding-top: 0 !important;
        }
        .brand-bg {
            background-color: var(--brand-color);
        }
        
        
        .brand-text {
            color: var(--brand-color);
        }
        
        .brand-border {
            border-color: var(--brand-color);
        }
        
        .hero-section {
            background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%);
            color: white;
            padding: 80px 0;
        }
        
        .feature-card {
            transition: transform 0.3s ease, box-shadow 0.3s ease;
            border: none;
            box-shadow: 0 4px 6px rgba(0,0,0,0.1);
        }
        
        .feature-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 8px 25px rgba(52, 192, 41, 0.2);
        }
        
        .feature-icon {
            width: 60px;
            height: 60px;
            background: var(--brand-color);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto 20px;
        }
        
        .section-title {
            position: relative;
            padding-bottom: 15px;
            margin-bottom: 40px;
        }
        
        .section-title::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 50%;
            transform: translateX(-50%);
            width: 60px;
            height: 3px;
            background: var(--brand-color);
        }
        
        .engine-table {
            box-shadow: 0 4px 6px rgba(0,0,0,0.1);
            border-radius: 10px;
            overflow: hidden;
        }
        
        .engine-table thead {
            background: var(--brand-color);
            color: white;
        }
        
        .engine-table tbody tr:hover {
            background-color: rgba(52, 192, 41, 0.1);
        }
        
        .problem-solution-card {
            border-left: 4px solid var(--brand-color);
            background: #f8f9fa;
            padding: 20px;
            margin-bottom: 15px;
            border-radius: 0 8px 8px 0;
        }
        
        .faq-item {
            border: 1px solid #e9ecef;
            border-radius: 8px;
            margin-bottom: 15px;
            overflow: hidden;
        }
        
        .faq-question {
            background: #f8f9fa;
            padding: 20px;
            cursor: pointer;
            transition: background-color 0.3s ease;
        }
        
        .faq-question:hover {
            background: rgba(52, 192, 41, 0.1);
        }
        
        .faq-answer {
            padding: 20px;
            background: white;
        }
        
        .btn-brand {
            background-color: var(--brand-color);
            border-color: var(--brand-color);
            color: white;
        }
        
        .btn-brand:hover {
            background-color: var(--brand-dark);
            border-color: var(--brand-dark);
            color: white;
        }
        
        @media (max-width: 768px) {
            .hero-section {
                padding: 50px 0;
            }
            
            .hero-section h1 {
                font-size: 2rem;
            }
        }
        .problem_text {
    color: #670000c7;
}
.engine-table tr th {
            color: #000 !important;
        }
    