@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');


body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
    background-color: #ffffff;
}

/* section {
    padding-bottom: 50px;
} */

/* First Section */
.first-section {
    background-color: #ffffff;
    text-align: left;
    /* padding-bottom: 60px; */
    /* border-bottom: 3px solid #fbdb5b; */
}

.first-section h1 {
    color: #064E3B;
    font-size: 48px;
    font-weight: 600;
    line-height: 1.2;
}

.first-section h1 span {
    color: #064E3B;
    position: relative;
}

.first-section h1 span::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -5px;
    width: 100%;
    height: 7px;
    background-color: #fbdb5b;
}

.first-section p {
    margin-top: 20px;
    color: #064E3B;
    font-size: 18px;
}

.first-section button {
    margin-top: 30px;
    background-color: #fbdb5b;
    color: #064E3B;
    border: none;
    padding: 10px 30px;
    border-radius: 20px;
    font-weight: bold;
    cursor: pointer;
    transition: background 0.3s ease;
}

.first-section button:hover {
    background-color: #fbdb5b;
}




/* contact section  */


.nav-font {
    font-size: 18px;
}

.lottie-img {
    width: 600px;
    height: 600px;
}

/* 
.contact-section h1 {
    color: #064E3B;
    font-size: 48px;
    font-weight: 600;
    line-height: 1.2;
}

.contact-section h1 span {
    color: #064E3B;
    position: relative;
}

.contact-section h1 span::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -5px;
    width: 100%;
    height: 7px;
    background-color: #fbdb5b;
}

.contact-section p {
    margin-top: 20px;
    color: #064E3B;
    font-size: 18px;
}

.contact-section button {
    margin-top: 30px;
    background-color: #fbdb5b;
    color: #064E3B;
    border: none;
    padding: 10px 30px;
    border-radius: 20px;
    font-weight: bold;
    cursor: pointer;
    transition: background 0.3s ease;
}

.contact-section button:hover {
    background-color: #fbdb5b;
} */

.illustration img {
    width: 100%;
    max-width: 400px;
    display: block;
    margin-top: 30px;
}

/* Second Section */
.second-section {
    background-color: #fbdb5b;
    padding: 40px;
    border-radius: 15px;
    /* margin-top: 40px; */
}

.second-section h2 {
    text-align: center;
    color: #000000;
    margin-bottom: 20px;
    font-weight: 600;
}

.tag {
    text-align: center;
    background-color: #ffffff;
    border: 2px solid #064E3B;
    border-radius: 20px;
    display: inline-block;
    padding: 5px 20px;
    color: #064E3B;
    font-weight: bold;
    margin-bottom: 30px;
}

.about-content {
    display: flex;
    align-items: center;
    gap: 40px;
}

.about-image img {
    width: 100%;
    max-width: 400px;
    border-radius: 15px;
}

.about-text {
    margin-bottom: 15px;
    color: #064E3B;
    font-size: 18px;
    line-height: 1.75;
    font-family: 'Poppins', sans-serif;
}


/* Services Section */
.services-section {
    background-color: #064E3B;
    padding: 40px;
    border-radius: 15px;
}

.services-section h1 {
    color: #fbdb5b;
    font-size: 40px;
    margin-bottom: 20px;
}

.services-section p {
    color: #ffffff;
    font-size: 18px;
    line-height: 1.6;
    text-indent: 20px;
}

.services-cards {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}

.card {
    background-color: #ffffff;
    color: #064E3B;
    border-radius: 15px;
    padding: 20px;
    text-align: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    margin-bottom: 20px;
    height: 250px;
}

.services-cards .card {
    background-color: #ffffff;
    color: #064E3B;
    border-radius: 15px;
    padding: 20px;
    text-align: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    margin-bottom: 20px;
    height: 275px;
}


/* .card img {
    width: 60px;
    margin-bottom: 15px;
} */

.card h3 {
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: bold;
}

.card p {
    font-size: 18px;
    line-height: 1.4;
    color: #064E3B;

}

.compliance-section {
    background-color: #ccf2e3;
    padding: 50px 20px;
    text-align: center;
}

.compliance-container {
    background-color: #ffffff;
    border: 2px solid #064E3B;
    border-radius: 15px;

    padding: 30px;
    width: 50%;
    margin: 30px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.compliance-text {
    text-align: left;
    flex: 1;
    padding-right: 20px;
}

.compliance-text h2 {
    font-size: 48px;
    color: #106445;
    font-weight: 600;
}

.compliance-image {
    flex: 1;
    text-align: right;
}

.compliance-image img {
    max-width: 100%;
    height: auto;
}

.testimonial-card {
    width: 300px;
    height: 350px;
    /* height:auto; */
    border: 2px solid #064E3B;
}

/* .testimonial-card img{
    text-align: center;
} */

.contact-section {
    background-color: #ccf2e3;
    padding: 50px 20px;
}

.contact-text h5 {
    color: #34d198;
}

.contact-text p {
    color: #168058;
}



@media (max-width: 540px) {
    .first-section {
        margin-top: 100px;
    }
}


@media (max-width: 450px) {
    .card {
        height: auto;

    }

    .services-cards .card {
        height: auto;

    }
}

.complience-card {
    height: 400px;
}


@media (min-width: 768px) and (max-width: 991px) {
    .services-cards .card {
        height: 320px;

    }

    .about-image img {
        display: flex;
        align-items: center;
    }
}

.font-36 {
    font-size: 36px;
}

@media (min-width: 991px) and (max-width: 1920px) {
    section {
        padding-bottom: 20px;
    }

    .font-36 {
        font-size: 30px
    }

    .complience-card {
        margin-top: 20px;
        height: 400px;
    }

    .services-cards .card {

        height: 300px;

    }



}

@media (min-width: 320px) and (max-width: 450px) {
    .font-36 {
        font-size: 24px
    }

    .complience-card {
        margin-top: 20px;
        height: 300px;
    }



}

@media (max-width: 320px) {
    .font-36 {
        font-size: 20px
    }

    .services-section h1 {
        font-size: 30px
    }

    .complience-card {
        margin-top: 20px;
        height: 350px;
    }

    .lottie-img {
        width: 600px;
        height: 300px;
    }
}