/* style.css */

/* Import Font Inter */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');

/* Custom Styles */
body {
    font-family: 'Inter', sans-serif;
    background-color: #f7f9fb;
}
.hero-bg {
    /* Background image and gradient overlay for the Hero section */
    background: linear-gradient(135deg, rgba(34, 197, 94, 0.9), rgba(59, 130, 246, 0.9)), url('https://placehold.co/1200x600/1f2937/ffffff?text=PHONG+MOBILE+Chuyên+Sửa+Chữa');
    background-size: cover;
    background-position: center;
}
.card-shadow {
    /* Custom shadow for service/product cards */
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}
