.a-top-section{
    display: flex;
    gap: 2rem;
    justify-content: space-between;
    text-align: center;
    margin-top: 3.5rem;
}
.top-middle{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.top-middle img{
    width: 33vw;
    filter: drop-shadow(0px 22px 20px rgba(3, 3, 3, 0.25));
    
}
.top-middle p{
    font-size: 3rem;
    font-weight: 700;
    color: #126929;
}
.top-right img , .top-left img{
    width: 27vw;
}



.navigation {
    padding: 4rem 2rem;
    text-align: center;
    background: #f9f9f9;
}

.navigation h2 {
    font-size: 2rem;
    color: #2d7a38;
    margin-bottom: 3rem;
}

.nav-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2rem;
}

.nav-item {
    background: white;
    border-radius: 20px;
    padding: 1.5rem;
    width: 220px;
    position: relative;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.nav-item:hover {
    transform: translateY(-8px);
}

.nav-item img {
    width: 200px;
    height: 260px;
    object-fit: contain;
    margin-bottom: 1rem;
}

.nav-item p {
    font-size: 1.1rem;
    color: #333;
    margin: 0 1rem;
    padding: 0.4rem;
    font-weight: 600;
    border: 2px solid #126929;
    border-radius: 40px;
}

.nav-item span {
    position: absolute;
    top: -10px;
    right: -10px;
    background: #2d7a38;
    color: white;
    font-weight: bold;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
}


.soil-report{
    display: flex;
}
.soil-report-params{
    width: 60vw;
    margin: 1rem 3rem 1rem 6rem;
    /* border: 2px solid black; */
    padding: 2rem 2rem;
    border-radius: 40px;
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.2);

}
.soil-report-params h2{
    font-size: 2rem;
    color: #126929;
    font-weight: 700;

}
.soil-report h4{
    font-size: 1.1rem;
}
.params-items{
    display: flex;
    flex-wrap: wrap;

}
.params-items p{
    border: 2px solid black;
    border-radius: 40px;
    margin:0.8rem 0.6rem;
    padding: 0.6rem 1rem;
}

.soil-report-features{
    margin-top: 3rem;
    padding: 1rem 8rem;
    background: linear-gradient(135deg, #f5eee3 40%, #b3be62 100%);


}
.soil-report-features h2{
    font-size: 2rem;
    color: #126929;
    font-weight: 700;
    margin-top: 1rem;
}
.soil-report-features h4{
    font-size: 1.1rem;
}

.soil-report-f-cont{
    display: flex;

}
.f-cont-left{
    display: flex;
    flex-wrap: wrap;
    height: 50%;
    width: 60vw;
    margin-top: 1rem;
}
.f-cont-left p{
    border: 2px solid black;
    padding: 1rem 2rem;
    margin: 0.6rem 1rem;
    border-radius: 40px;
    background-color: white;
}
.f-cont-right {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.img-cont{
    background-color: white;
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.2);
    border-radius: 40px;
}
.f-cont-right img{
    width: 10rem;
    padding: 4rem;
}
.Download{
    border-radius: 20px;
}
.Download i{
    margin-right: 4px;
}
.wfm{
    margin: 3rem 8rem;

}
.wfm h2{
    font-size: 2.2rem;
    color: #126929;
    font-weight: 700;
}
.wfm-item p i{
    margin-right: 10px;
}
.wfm-item p{
    font-size: 1.2rem;
    border: 2px solid #126929;
    margin: 1rem 3rem;
    padding: 0.8rem 1rem ;
    border-radius: 20px;
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.2);
}


/* Tablets (max-width: 1024px) */
@media screen and (max-width: 1024px) {
    .a-top-section {
        flex-direction: column;
        align-items: center;
        gap: 1rem;
        margin-top: 2rem;
    }

    .top-middle p {
        font-size: 2.5rem;
    }

    .top-middle img {
        width: 50vw;
    }

    .top-right img, .top-left img {
        width: 40vw;
    }

    .navigation {
        padding: 2rem 1rem;
    }

    .navigation h2 {
        font-size: 1.8rem;
        margin-bottom: 2rem;
    }

    .nav-item {
        width: 180px;
    }

    .nav-item img {
        width: 160px;
        height: 220px;
    }

    .soil-report-params {
        width: 80vw;
        margin: 1rem 2rem;
        padding: 1.5rem;
    }

    .soil-report-params h2 {
        font-size: 1.8rem;
    }

    .params-items p {
        margin: 0.5rem;
        padding: 0.5rem 0.8rem;
    }

    .soil-report-features {
        padding: 1rem 4rem;
    }

    .soil-report-features h2 {
        font-size: 1.8rem;
    }

    .soil-report-f-cont {
        flex-direction: column;
        align-items: center;
    }

    .f-cont-left {
        width: 100%;
        justify-content: center;
    }

    .f-cont-left p {
        margin: 0.5rem;
        padding: 0.8rem 1.5rem;
    }

    .f-cont-right img {
        width: 8rem;
        padding: 3rem;
    }

    .wfm {
        margin: 2rem 4rem;
    }

    .wfm h2 {
        font-size: 2rem;
    }

    .wfm-item p {
        font-size: 1.2rem;
        margin: 0.8rem 1.5rem;
        padding: 0.6rem 0.8rem;
    }
}

/* Mobile Devices (max-width: 768px) */
@media screen and (max-width: 768px) {
    .a-top-section {
        gap: 0.5rem;
    }

    .top-middle p {
        font-size: 2rem;
    }

    .top-middle img {
        width: 70vw;
    }

    .top-right img, .top-left img {
        width: 50vw;
    }

    .navigation {
        padding: 1.5rem 0.5rem;
    }

    .navigation h2 {
        font-size: 1.6rem;
    }

    .nav-container {
        flex-direction: column;
        align-items: center;
    }

    .nav-item {
        width: 100%;
        max-width: 250px;
    }

    .nav-item img {
        width: 100%;
        height: auto;
        max-height: 200px;
    }

    .soil-report-params {
        width: 90vw;
        margin: 1rem;
        padding: 1rem;
    }

    .soil-report-params h2 {
        font-size: 1.6rem;
    }

    .soil-report-params h4 {
        font-size: 1rem;
    }

    .params-items p {
        font-size: 0.9rem;
        padding: 0.4rem 0.6rem;
    }

    .soil-report-features {
        padding: 1rem 2rem;
    }

    .soil-report-features h2 {
        font-size: 1.6rem;
    }

    .soil-report-features h4 {
        font-size: 1rem;
    }

    .f-cont-left p {
        font-size: 0.9rem;
        padding: 0.6rem 1rem;
    }

    .f-cont-right img {
        width: 6rem;
        padding: 2rem;
    }

    .wfm {
        margin: 1.5rem 2rem;
    }

    .wfm h2 {
        font-size: 1.8rem;
    }

    .wfm-item p {
        font-size: 1rem;
        margin: 0.6rem 1rem;
        padding: 0.5rem 0.6rem;
    }
}

/* Small Mobile Devices (max-width: 480px) */
@media screen and (max-width: 480px) {
    .a-top-section {
        margin-top: 1.5rem;
    }

    .top-middle p {
        font-size: 1.5rem;
    }

    .top-middle img {
        width: 80vw;
    }

    .top-right img, .top-left img {
        width: 60vw;
        display: none;
    }

    .navigation h2 {
        font-size: 1.4rem;
        margin-bottom: 1.5rem;
    }

    .nav-item {
        max-width: 200px;
    }

    .nav-item p {
        font-size: 1rem;
        padding: 0.3rem 0.5rem;
    }

    .soil-report-params {
        width: 95vw;
        margin: 0.5rem;
        padding: 0.8rem;
    }

    .soil-report-params h2 {
        font-size: 1.4rem;
    }

    .soil-report-params h4 {
        font-size: 0.9rem;
    }

    .params-items p {
        font-size: 0.8rem;
        margin: 0.3rem;
        padding: 0.3rem 0.5rem;
    }

    .soil-report-features {
        padding: 0.5rem 1rem;
    }

    .soil-report-features h2 {
        font-size: 1.4rem;
    }

    .soil-report-features h4 {
        font-size: 0.9rem;
    }

    .f-cont-left p {
        font-size: 0.8rem;
        padding: 0.5rem 0.8rem;
    }

    .f-cont-right img {
        width: 5rem;
        padding: 1.5rem;
    }

    .wfm {
        margin: 1rem 1rem;
    }

    .wfm h2 {
        font-size: 1.6rem;
    }

    .wfm-item p {
        font-size: 0.9rem;
        margin: 0.5rem;
        padding: 0.4rem 0.5rem;
    }
}