.elementor-381 .elementor-element.elementor-element-da57766{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-40f278b */.about-modern {
    background: #0f1115;
    padding: 80px 20px;
    color: #fff;
}

.about-container {
    max-width: 900px;
    margin: auto;
    text-align: center;
}

.about-title {
    font-size: 34px;
    margin-bottom: 20px;
}

.about-desc {
    color: #aaa;
    font-size: 16px;
    margin-bottom: 50px;
    line-height: 1.6;
}

.about-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px;
}

.about-card {
    background: #1a1d24;
    padding: 25px;
    border-radius: 12px;
    transition: 0.3s;
    border: 1px solid #2a2f3a;
}

.about-card:hover {
    transform: translateY(-6px);
    border-color: #0073ff;
}

.about-card h3 {
    margin-bottom: 10px;
    font-size: 18px;
}

.about-card p {
    font-size: 14px;
    color: #bbb;
}/* End custom CSS */