.demo-section {
    padding: 50px 0;
    background-color: #f9f9f9;
}

.demo-row {
    display: flex;
    align-items: center;
    margin-top: 20px;
}

.demo-title {
    font-size: 2rem;
    color: #333;
    margin-bottom: 20px;
}

.demo-description {
    font-size: 1rem;
    line-height: 1.6;
    color: #666;
}

.demo-features {
    list-style-type: none;
    padding-left: 0;
}

.demo-features li {
    font-size: 1rem;
    margin-bottom: 10px;
}

.demo-features li strong {
    color: #0056b3;
}

.demo-btn {
    margin-top: 20px;
    background-color: #007bff;
    color: white;
    padding: 10px 20px;
    text-transform: uppercase;
    border-radius: 5px;
    text-decoration: none;
}

.demo-btn:hover {
    background-color: #0056b3;
    color: white;
}

.demo-image {
    width: 100%;
    max-width: 500px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
