/*
Theme Name: Flatsome Child VietBill
Template: flatsome
Author: Long Le Thanh
Description: Custom child theme integrating the cloned VietBill site for karaoke, billiards, and cafe management software.
Version: 1.0
*/

@import url("../flatsome/style.css");

/* Custom VietBill Styles */
.vietbill-hero {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 80px 0;
}

.vietbill-features {
    padding: 60px 0;
    background: #f8f9fa;
}

.vietbill-software-card {
    background: white;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    padding: 30px;
    margin-bottom: 30px;
    transition: transform 0.3s ease;
}

.vietbill-software-card:hover {
    transform: translateY(-5px);
}

.vietbill-cta {
    background: #28a745;
    color: white;
    padding: 15px 30px;
    border-radius: 5px;
    text-decoration: none;
    display: inline-block;
    font-weight: bold;
    transition: background 0.3s ease;
}

.vietbill-cta:hover {
    background: #218838;
    color: white;
}

.vietbill-contact {
    background: #343a40;
    color: white;
    padding: 60px 0;
}

.vietbill-footer {
    background: #212529;
    color: white;
    padding: 40px 0;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .vietbill-hero {
        padding: 40px 0;
    }
    
    .vietbill-software-card {
        padding: 20px;
    }
}
