.elementor-192 .elementor-element.elementor-element-c68ac43{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-192 .elementor-element.elementor-element-3028130{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-192 .elementor-element.elementor-element-485fdc3{--display:flex;--padding-top:30px;--padding-bottom:30px;--padding-left:0px;--padding-right:0px;}.elementor-192 .elementor-element.elementor-element-485fdc3:not(.elementor-motion-effects-element-type-background), .elementor-192 .elementor-element.elementor-element-485fdc3 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F9F9F9;}/* Start custom CSS for html, class: .elementor-element-bef2cdc *//* --- Features Bar Section Styles --- */
.kc-features-bar {
    background-color: #f9f9f9;
    padding: 35px 0;
    border-bottom: 1px solid #f0f0f0;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
}

.kc-features-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.feature-card {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 12px 16px;
    border-radius: 12px;
    background: #fafafa;
    border: 1px solid #f2f2f2;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.feature-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(220, 13, 21, 0.08);
    border-color: #ffe6e6;
}

.feature-icon img {
    width: 44px;
    height: 44px;
    object-fit: contain;
}

.feature-content h3 {
    font-size: 15px;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0 0 3px 0;
}

.feature-content p {
    font-size: 12px;
    color: #666666;
    margin: 0;
    line-height: 1.35;
}

/* --- Mobile Responsiveness --- */
@media (max-width: 992px) {
    .kc-features-container {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 576px) {
    .kc-features-container {
        grid-template-columns: 1fr;
        gap: 12px;
    }
    
    .feature-card {
        padding: 10px 14px;
    }
}/* End custom CSS */