* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: "Poppins", serif;
}

/* Services section styles */
.services {
    padding: 2rem;
    text-align: justify;
    background-color: #fff;
}

.services h2 {
    font-size: 1.7rem;
    margin-bottom: 1.3rem;
    font-family: "Poppins", serif;
    font-weight: 700;
    text-align: center;
}

.service-boxes {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    max-width: 70%;
    margin: auto;
}

.service-box {
    border-radius: 5px;
    text-align: center;
}

.service-box h3 {
    color: #111;
    text-align: center;
    font-size: 1.3rem;
    font-family: "Poppins", serif;
    margin-bottom: .5rem;
    padding-top: 1rem;
}

.service-box img {
  border-radius: 5px;
  width: 100%;
  height: 150px;
}

/* About section styles */
.about {
    padding: 4rem 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.about h4 {
    margin-bottom: .3rem;
    font-size: 1rem;
    font-family: "Poppins", serif;
    color: #54add8;
}

.about h2 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
    font-family: "Poppins", serif;
    font-weight: 700;
}

.about p {
    margin-bottom: 1rem;
    font-size: 1rem;
    font-family: "Poppins", serif;
    text-align: justify;
}

.about ul {
    margin-bottom: 2rem;
    padding-left: 1.5rem;
    font-size: 1rem;
    font-family: "Poppins", serif;
    text-align: justify;
}

/* Testimonials section styles */
.testimonials {
    padding: 3rem 2rem;
    text-align: center;
}

.testimonials h2 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
    font-family: "Poppins", serif;
    font-weight: 700;
}

.testimonial-slider {
    position: relative;
    overflow: hidden;
}

.testimonial-card {
    background-color: #f8f9fa;
    padding: 2rem;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    margin-bottom: .5rem;
    border: 1px solid #54add8;
}

.testimonial-card p {
    font-style: italic;
    margin-bottom: 1rem;
    font-size: 1rem;
    font-family: "Poppins", serif;
    line-height: 1.3rem;
}

.testimonial-card h4 {
    font-family: "Poppins", serif;
    font-size: 1rem;
}

/* FAQ section styles */
.faq {
    padding: 0rem 2rem 3rem;
}

.faq h2 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
    font-family: "Poppins", serif;
    font-weight: 700;
}

.faq-content p {
    font-size: 1rem;
    margin-bottom: 1.3rem;
    font-family: "Poppins", serif;
}

.faq > p {
    margin-bottom: 2rem;
    font-size: 1rem;
    font-family: "Poppins", serif;
}

.faq-item {
    margin-bottom: 1rem;
}

.faq-item h3 {
    cursor: pointer;
    margin-bottom: 0.5rem;
    background-color: #54add8;
    font-size: 1rem;
    padding: 10px 15px;
    border-radius: 7px;
    color: #fff;
    font-weight: 500;
}

.faq-item p {
    display: none;
    padding-left: 1rem;
    font-family: "Poppins", serif;
}

/* Footer styles */
footer {
    background-color: #254d63;
    color: #fff;
    padding: 4rem 2rem 2rem;
}

.footer-main {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.footer-info img {
    width: 80px;
    margin-bottom: 1rem;
}

.footer-info p {
    font-size: 1rem;
    font-family: "Poppins", serif;
}

.social-icons {
    margin-top: 1rem;
}

.social-icons a {
    color: #fff;
    font-size: 1.3rem;
    margin-right: 1rem;
}

.footer-links {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.footer-links h3 {
    margin-bottom: .5rem;
    font-size: 1.4rem;
    color: #fff;
    font-family: "Poppins", serif;
}

.footer-links ul {
    list-style: none;
}

.footer-links ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 1rem;
    font-family: "Poppins", serif;
}

.contact-info p {
    font-size: 1rem;
    font-family: "Poppins", serif;
}

.contact-info i {
    margin-right: 10px;
}

.copyright {
    margin-top: 2rem;
    text-align: center;
    font-size: 1rem;
    border-top: 1px solid #fff;
    padding-top: 1rem;
    font-size: 1rem;
    font-family: "Poppins", serif;
}

/* Media queries for responsiveness */
@media (min-width: 600px) {
    .service-box img {
        height: 200px;
      }
}

@media (min-width: 768px) {
    .headwrapper,
    .service-wrapper,
    .t-wrapper,
    .footer-main,
    .nav-wrap,
    .h-cover {
        max-width: 90%;
        margin: auto;
    }
    
     .about,
     .faq {
      max-width: 70%;
      margin: auto;
      box-shadow: 0px 2px 5px #ddd;
      margin-top: 3rem;
      margin-bottom: 3rem;
      padding: 2rem;
     }
     
    .service-boxes {
        flex-direction: row;
        justify-content: center;
        text-align: center;
        max-width: 100%;
    }

    .service-box {
        flex-basis: 30%;
    }

    .testimonials {
        background-color: #54add8;
        padding: 1.5rem 2rem;
    }
    
    .t-wrapper {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 1rem;
    }

    .t-wrapper h2 {
        background-color: #54add8;
        color: #fff;
        padding: 2rem;
        border-radius: 7px;
        flex-basis: 40%;
        font-size: 1.5rem;
    }

    .testimonial-slider {
        flex-basis: 60%;
    }

    .testimonial-card {
        flex-basis: calc(50% - 1rem);
    }

    .faq h2 {
        text-align: center;
    }

    .footer-info {
        flex-basis: 40%;
    }

    .footer-links {
        flex-basis: 60%;
        flex-direction: row;
        justify-content: space-between;
    }
}

@media (min-width: 800px) {
    
}

@media (min-width: 1000px) {
    .headwrapper,
    .service-wrapper,
    .t-wrapper,
    .footer-main,
    .nav-wrap,
    .h-cover{
        max-width: 85%;
        margin: auto;
    }
    
     .about,
     .faq {
      max-width: 55%;
    }

    .testimonials {
        padding: 1.5rem 0rem;
    }

    .testimonials h2 {
        padding: 3rem;
    }

    .testimonial-card {
        padding: 2.5rem;
    }

    .footer-main {
        flex-direction: row;
        justify-content: space-between;
        gap: 4rem;
    }

    .footer-info {
        flex-basis: 35%;
    }

    .footer-links {
        flex-basis: 65%;
    }
}

@media (min-width: 1200px) {
    .headwrapper,
    .service-wrapper,
    .t-wrapper,
    .footer-main,
    .nav-wrap,
    .h-cover{
        max-width: 80%;
        margin: auto;
    }
    
     .about,
     .faq {
      max-width: 55%;
     }
}

@media (min-width: 1400px) {
    .headwrapper,
    .service-wrapper,
    .t-wrapper,
    .footer-main,
    .nav-wrap, 
    .h-cover {
        max-width: 75%;
        margin: auto;
    }

}