/* General Styles */
body {
    font-family: 'Arial', sans-serif;
}

a {
    text-decoration: none;
}

/* Hero Section */
.hero {
    color: white;
    background-size: cover;
    background-position: center;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.hero h2 {
    font-size: 3em;
    margin-bottom: 0.5em;
}

.hero .btn {
    margin-top: 1em;
}

/* Icon Styles */
.icon img {
    width: 80px;
    height: 80px;
}

/* Testimonials */
.testimonial img {
    width: 100px;
    height: 100px;
}

.testimonial {
    margin-bottom: 30px;
}

/* Call to Action Section */
.call-to-action {
    background-color: #007bff;
    color: white;
}

.call-to-action .btn-light {
    color: #007bff;
}

/* Footer */
footer a:hover {
    text-decoration: underline;
}
