@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;700&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body{
    font-family: "Open Sans", sans-serif;;
}
#navbarNav li a{
    margin-right: 20px;
    font-family: Roboto;
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    font-style:italic;
    color: #f1f3f5; !important;
}
#navbarNav li a:hover{
    color: #bcdeeb; !important;
}
.background {
    background: url('/Asstes/img/s2.png') no-repeat center center ;
    background-size: cover;
    height: 80vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #f0f3bd;
}
.bg-color-opacity{
    background: rgba(218, 165, 32, 0.51);
    border: 2px solid rgba(218, 165, 32, 0.51);

}

.quality-h1{
    font-family: Roboto;
    font-weight: 700;
    font-size: 50px;
    line-height: 60px;
    color: #043567;
}
.quality-h2{
    font-family: Roboto;
    font-weight: 700;
    font-size: 56px;
    line-height: 67px;
    color: #4181ca;
}
.quality-h3{
    font-family: Roboto;
    font-weight: 700;
    font-size: 50px;
    line-height: 60px;
    color: #4181ca;
    margin-bottom: 3rem;
}
.quality-p{
    font-family: Roboto;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    color: #7a7a7a;
}
.quality-p1{
    font-family: Roboto;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    color: #7a7a7a;

}
.shadowSystem{
    border-bottom: 1px solid #7a7a7a;
    border-left: 1px solid #7a7a7a;
    box-shadow: 20px -20px 30px rgba(116, 123, 134, 0.75);
    padding: 5rem;
}

.what-we-do {
    padding: 60px 20px;
    background-color: #f8f9fa;
}

.section-title {
    font-family: Roboto;
    font-weight: 700;
    font-size: 50px;
    line-height: 60px;
    color: #043567;
    text-align: center;
    margin-bottom: 40px;
}

.content-image {
    width: 100%;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.content-text {
    font-family: Roboto;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    color: #7a7a7a;
}

.marTop {
    margin-top: 40px;
}
.marBottom{
    margin-bottom: 10rem;
}



.whatsapp-btn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
    background: none;
    border: none;
    outline: none;
    cursor: pointer;
}

.whatsapp-popup {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
    width: 90%;
    max-width: 320px;
    transition: all 0.3s ease;
}
.number {
    border-left: 3px solid lawngreen !important;
}

.bg-color{
    background-color: #2db743;

}
.font-h{
    color: #d9f1dd;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;

}
.font-p{
    color: #d9ebc6;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
}
.text-color{
    color:#a5abb7;
    font-weight: 500;
    font-size: 11px;
    line-height: 21px;
}



.card {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}



@media only screen and (max-width: 576px) {

    #navbarNav li {
        text-align: center;
        width: 100%;
    }

    #navbarNav li a {
        font-size: 16px;
        padding: 10px;
        display: block;
        color: #f1f3f5 !important;
    }

    .background {
        height: 40vh;
    }
    .background h1 {
        font-size: 1.25rem;
    }
    .background p {
        font-size: 1rem;
    }

    .quality-h1, .quality-h2, .quality-h3 {
        font-size: 28px;
        text-align: center;
    }

    .quality-p {
        font-size: 14px;
        line-height: 22px;
    }

    .quality-h3 {
        margin-bottom: 2rem;
    }

    .content-image {
        width: 100%;
    }

    .content-text {
        font-size: 14px;
    }

    .whatsapp-btn {
        bottom: 15px;
        right: 15px;
    }

    .whatsapp-popup {
        width: 80%;
    }

    .footer .col-md-4 {
        margin-bottom: 30px;
    }

    .footer-p {
        font-size: 12px;
    }

    .footer h5 {
        font-size: 16px;
    }
    .content-image {
        width: 100%;
        height: auto;
    }
    .btn {
        font-size: 14px;
        padding: 8px 15px;
    }
}


@media only screen and (max-width: 768px) {

    .content-image {
        width: 100%;
        height: auto;
    }
    .navButton1, .navButton2 {
        padding: 10px;
        font-size: 14px;
    }
    .navbar-toggler {
        display: block;
    }

    .navbar-nav {
        flex-direction: column;
        text-align: center;
    }

    .navbar-nav li {
        margin-bottom: 10px;
    }

    .quality-h1, .quality-h2, .quality-h3 {
        font-size: 36px;
    }

    .quality-p, .quality-p1 {
        font-size: 16px;
    }

    .what-we-do .row {
        flex-direction: column;
        align-items: center;
    }

    .content-image {
        width: 80%;
        margin-bottom: 1rem;
    }

    .whatsapp-btn {
        bottom: 15px;
        right: 15px;
    }

    .footer .col-md-4 {
        margin-bottom: 30px;
    }

    .footer-p {
        font-size: 14px;
    }

    .footer h5 {
        font-size: 18px;
    }
    .background {
        height: 50vh;
    }
    .background h1, .background p {
        font-size: 1.5rem;
        text-align: center;
    }
}

@media only screen and (max-width: 992px) {

    .background {
        height: 60vh;
        background-position: center;
    }


    .navbar-nav li {
        margin-bottom: 15px;
    }

    .quality-h1, .quality-h2, .quality-h3 {
        font-size: 40px;
    }

    .content-image {
        width: 80%;
        margin-bottom: 2rem;
    }

    .whatsapp-btn {
        bottom: 20px;
        right: 20px;
    }

    .footer .col-md-4 {
        margin-bottom: 40px;
    }

    .footer-p {
        font-size: 14px;
    }

    .footer h5 {
        font-size: 18px;
    }
}



