body {
    font-family: Arial, sans-serif;
    line-height: 1.6;
}

.header {
    background: #f8f9fa;
    padding: 10px 0;
}

.hero-section {
    background: url('hero-background.jpg') no-repeat center center/cover;
    color: #fff;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.hero-title {
    font-size: 3rem;
    margin-bottom: 10px;
}

.hero-subtitle {
    font-size: 1.5rem;
    margin-bottom: 20px;
}

.section-title {
    text-align: center;
    margin-bottom: 40px;
}

.products-section .card {
    margin-bottom: 30px;
}

.services-section .service-box {
    text-align: center;
    padding: 20px;
    background: #f8f9fa;
    margin-bottom: 30px;
    border-radius: 5px;
}

.services-section .icon {
    font-size: 2.5rem;
    margin-bottom: 10px;
    color: #007bff;
}

.about-section img {
    max-width: 100%;
    border-radius: 5px;
}

.contact-section .form-group {
    margin-bottom: 20px;
}

.footer {
    background: #343a40;
    color: #fff;
    padding: 10px 0;
    text-align: center;
}
body {
    font-family: Arial, sans-serif;
    line-height: 1.6;
}

.header {
    background: #f8f9fa;
    padding: 10px 0;
}

.hero-section {
    background: url('hero-background.webp') no-repeat center center/cover
}