.elementor-83 .elementor-element.elementor-element-a6244f4{--display:flex;}/* Start custom CSS */.hero {
    background: linear-gradient(135deg, #8A2BE2, #5B21B6);
    padding: 120px 20px;
    text-align: center;
    color: white;
}

.hero h1 {
    font-size: 48px;
    margin-bottom: 20px;
}

.btn-primary {
    background: #FFD700;
    padding: 15px 30px;
    border-radius: 30px;
    text-decoration: none;
    color: black;
    font-weight: bold;
}

.features {
    padding: 80px 20px;
    text-align: center;
}

.features-grid {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}

.feature-card {
    background: white;
    padding: 20px;
    width: 300px;
    border-radius: 10px;
}

.cta-section {
    background: #1F2937;
    color: white;
    padding: 80px 20px;
    text-align: center;
}/* End custom CSS */