.parallax-header {
    background: url('images/hero-bg.jpg') no-repeat center center/cover;
    height: 83vh;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.parallax-header h1 {
    font-size: 3rem;
    font-weight: bold;
}

.section-title {
    font-size: 2.5rem;
    margin-bottom: 1rem;
    font-weight: bold;
    text-align: center;
}

.services-box {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.services-box:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.icon-box {
    text-align: center;
    margin-bottom: 20px;
}

.icon-box i {
    font-size: 3rem;
    color: #0a0a0a;
}

.hero-section {
    background: #007bff;
    color: white;
    padding: 60px 0;
    text-align: center;
}

.hero-section h1 {
    font-size: 2.5rem;
    font-weight: bold;
}

.hero-section p {
    font-size: 1.2rem;
}

.section-title {
    text-align: center;
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 30px;
}

.service-card {
    transition: transform 0.3s ease;
}

.service-card:hover {
    transform: translateY(-10px);
}

.cta-section {
    background: #f8f9fa;
    text-align: center;
    padding: 40px 0;
}

.hero-section {
    background: #007bff;
    color: white;
    padding: 60px 0;
    text-align: center;
}

.hero-section h1 {
    font-size: 2.5rem;
    font-weight: bold;
}

.hero-section p {
    font-size: 1.2rem;
}

.service-section {
    margin-top: 30px;
}

.service-title {
    font-size: 1.5rem;
    font-weight: bold;
    color: #007bff;
}

.service-card {
    margin-bottom: 20px;
}

.cta-section {
    background: #f8f9fa;
    text-align: center;
    padding: 40px 0;
}

.cta-section h3 {
    font-size: 1.8rem;
    margin-bottom: 20px;
}
