.elementor-122 .elementor-element.elementor-element-edf9805{--display:flex;}.elementor-122 .elementor-element.elementor-element-5acd5aa{--display:flex;}.elementor-122 .elementor-element.elementor-element-336795d{--display:flex;}.elementor-122 .elementor-element.elementor-element-0c69fa0{--display:flex;}.elementor-122 .elementor-element.elementor-element-bdbab8b{--display:flex;}/* Start custom CSS for html, class: .elementor-element-39a286b */.features-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 15px;
    margin-top: 20px;
    justify-content: center;
    padding: 10px;
}

.feature-box {
    background: linear-gradient(135deg, #007bff, #00d4ff);
    padding: 20px;
    border-radius: 15px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    text-align: center;
    border: 3px solid #fff;
    max-width: 350px;
    margin: auto;
}

.feature-box h2 {
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    font-family: "Arial", sans-serif;
    margin: 0;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
}

.feature-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}/* End custom CSS */