body {
    font-family: 'Arial', sans-serif;
    line-height: 1.6;
    margin: 0;
    padding: 0;
    color: #333;
    background-size: cover;
    background-position: center;
}
h1 {
    text-align: center;
}
h2 {
    text-align: center;
}
p {
    text-align: center;
}
header {
    background-color:   rgba(52, 152, 219, 0.5);
    color: white;
    padding: 20px;
}

nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

nav li {
    display: inline;
    margin-right: 20px;
    font-size: large;
}

section.hero {
    background-color: #f2f2f2;
    padding: 50px;
    text-align: center;
}

.hero-content {
    max-width: 800px;
    margin: 0 auto;
}

section.hero h2 {
    color: #3498db;
}

section.hero p {
    margin: 20px 0;
}
/*---About us--*/

section.about-us {
    background-color: rgba(255, 255, 255, 0.9);
    padding: 50px;
    text-align: center;
    margin-top: 50px;
    border-radius: 10px;
}

.about-content {
    max-width: 800px;
    margin: 0 auto;
}

section.about-us h2 {
    color: #3498db;
}

section.about-us p {
    margin: 20px 0;
}
/*---Services--*/

section.services {
    background-color: white;
    padding: 50px;
    text-align: center;
    margin-top: 50px;
    border-radius: 10px;
}

.services-content {
    max-width: 800px;
    margin: 0 auto;
}

section.services h2 {
    color: #3498db;
}

section.services p {
    margin: 20px 0;
    line-height: 1.5;
}

.service-item {
    margin-bottom: 40px;
    text-align: left;
    border: 1px solid #e1e1e1;
    border-radius: 10px;
    overflow: hidden;
}

.service-item img {
    max-width: 100%;
    height: auto;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.service-details {
    padding: 20px;
}

.service-details h3 {
    color: #3498db;
    margin-top: 0;
}

.service-details p {
    margin-top: 10px;
}
/*---Projects--*/
section.projects {
    background-color: white;
    padding: 50px;
    text-align: center;
    margin-top: 50px;
    border-radius: 10px;
}

.projects-content {
    max-width: 800px;
    margin: 0 auto;
}

section.projects h2 {
    color: #3498db;
}

section.projects p {
    margin: 20px 0;
    line-height: 1.5;
}

.project-item {
    margin-bottom: 40px;
    border: 1px solid #e1e1e1;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease-in-out;
}

.project-item:hover {
    transform: scale(1.02);
}

.project-image img {
    width: 100%;
    height: auto;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.project-details {
    padding: 20px;
}

.project-details h3 {
    color: #3498db;
    margin-top: 0;
}

.project-details p {
    margin-top: 10px;
}
/*---Contact us--*/
section.contact {
    background-color: white;
    padding: 50px;
    text-align: center;
    margin-top: 50px;
    border-radius: 10px;
}

.contact-content {
    max-width: 800px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

section.contact h2 {
    color: #3498db;
}

.contact-form {
    flex: 1;
    text-align: left;
}

.contact-form form {
    max-width: 400px;
    margin: 0 auto;
}

.contact-form label {
    display: block;
    margin-top: 15px;
    color: #3498db;
}

.contact-form input,
.contact-form textarea {
    width: 100%;
    padding: 10px;
    margin-top: 8px;
    margin-bottom: 20px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}

.contact-form button {
    background-color: #3498db;
    color: white;
    padding: 15px 30px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.contact-form button:hover {
    background-color: #2980b9;
}

.contact-info {
    flex: 1;
    text-align: left;
    padding: 20px;
}

.contact-info p {
    margin-top: 15px;
}

/*---------------Testimonials------------*/
.testimonials{
    width: 80%;
    margin: auto;
    padding-top: 100px;
    text-align: center;
}
.testimonials-col{
    flex-basis: 28%;
    border-radius: 10px;
    margin-bottom: 5%;
    text-align: left;
    background: #fff3f3;
    padding: 25px;
    cursor: pointer;
    display: block;
}
.testimonials-col img{
    height: 80px;
    margin-left: 5%;
    margin-right: 30px;
    border-radius: 50%;
}
.testimonials-col p{
    padding: 0;
}
.testimonials-col h3{
    margin-top: 15px;
    text-align: left;
}
.testimonials-col .fa{
    color: #f44336;
}

@media(max-width: 700px){
    .testimonials-col img{
        margin-left: 5%;
        margin-right: 30px;
    }
}

.cta-button {
    display: inline-block;
    padding: 15px 30px;
    background-color: #3498db;
    color: white;
    text-decoration: none;
    border-radius: 5px;
    transition: background-color 0.3s ease;
}

.cta-button:hover {
    background-color: #2980b9;
}

.featured-projects {
    padding: 50px;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.9);
    margin: 50px 0;
    border-radius: 10px;
}

.project {
    margin-bottom: 40px;
    text-align: left;
    max-width: 600px;
    margin: 0 auto;
    padding: 20px;
    background-color: #ecf0f1;
    border-radius: 10px;
}

.project img {
    max-width: 100%;
    height: 500px;
    border-radius: 5px;
}

.project2 {
     margin-bottom: 40px;
}

.project2 img {
    max-width: 50%;
    height: 500px;
    border-radius: 5px;
}

footer {
    background-color: rgba(52, 152, 219, 0.9);
    color: white;
    text-align: center;
    padding: 10px 0;
    position: relative;
    bottom: 0;
    width: 100%;
}