.elementor-425 .elementor-element.elementor-element-04d9b5d{--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;}.elementor-425 .elementor-element.elementor-element-04d9b5d:not(.elementor-motion-effects-element-type-background), .elementor-425 .elementor-element.elementor-element-04d9b5d > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FAFAFA;}/* Start custom CSS for html, class: .elementor-element-4f04a26 */.container-about {
    max-width: 1100px;
    margin: auto;
    padding: 60px 20px;
}

h1 {
    font-size: 34px;
    margin-bottom: 20px;
    font-weight: 700;
}

h2 {
    font-size: 22px;
    margin-bottom: 15px;
    font-weight: 600;
}

p {
    font-size: 16px;
    color: #444;
}

.hero {
    text-align: center;
    padding: 80px 20px 40px;
    background: #fff;
}

.hero p {
    max-width: 700px;
    margin: auto;
}

.section {
    margin-top: 60px;
}

.products {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 15px;
    margin-top: 25px;
}

.product-item {
    background: #fff;
    padding: 18px;
    border-radius: 10px;
    border: 1px solid #eee;
    text-align: center;
    font-size: 15px;
}

.features {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 20px;
    margin-top: 30px;
}

.feature {
    background: #fff;
    padding: 25px;
    border-radius: 12px;
    border: 1px solid #eee;
}

.feature-title {
    font-weight: 600;
    margin-bottom: 8px;
}/* End custom CSS */