body {
    font-family: 'Arial', sans-serif;
}

#hero {
    height: 75vh;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
}

.services, .portfolio, .testimonials, .contact {
    padding: 60px 0;
}

.services h3, .portfolio h3, .testimonials h3, .contact h3 {
margin-bottom: 15px;
}

/* Custom styles for navigation bar */
.navbar-brand {
font-size: 1.5em;
font-weight: bold;
}

/* Styles for sections */
#services .col-md-4 {
margin-bottom: 30px;
}

/* Styles for portfolio section */
#portfolio {
/* Add styles for portfolio items here */
}

/* Styles for testimonials */
#testimonials {
/* Add styles for testimonials carousel here */
}

/* Styles for contact section */
#contact {
/* Add styles for contact form here */
}

/* Footer Styles */
footer {
margin-top: 30px;
}

/* Additional custom styles */