﻿body {
    font-family: 'Noto Sans Display', sans-serif !important;
    line-height: 2.4rem !important;
}

.art-application {
    padding: 50px 0;
}

.spray-icon {
    max-width: 200px;
    height: auto;
    margin-bottom: 30px;
    /* width:1148px;
            height:222px; */
}

.info-sheets {
    /* background: #6BBE45; */


    font-size: 20px;
    font-weight: 700;
    text-align: center;
}

.nozzleBtn {
    align-items: center;
}

.planningArea {
    font-size: 28px;
    font-weight: 700;
}
.professional-Soln{
    padding-bottom: 40px;
    text-align:center;
}
@media (max-width: 768px) {
    .spray-icon {
        /* max-width: 150px; */
        width: 305.14px;
    }

    .art-application {
        padding-left: 40px;
        padding-right: 40px;
    }

    .banner-image {
        height: 250px;
    }

    .content-section {
        margin-top: 20px;
        font-size: 16px;
        color: #000;
        font-weight: 400;
    }

    .formulation-title {
        font-size: 2rem;
    }

    .formulation-subtitle {
        font-size: 20px;
        color: #007035;
        letter-spacing: 0%;
    }

    .video-container .play-button {
        width: 60px;
        height: 60px;
    }
}

.banner-container {
    position: relative;
    width: 100%;
    margin-bottom: 30px;
}

.banner-image {
    width: 100%;
    height: 400px;
    object-fit: cover;
    object-position: center;
}

.video-container .play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80px;
    height: 80px;
    background-color: rgba(0, 0, 0, 0.7);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .video-container .play-button::after {
        content: '';
        width: 0;
        height: 0;
        border-top: 20px solid transparent;
        border-bottom: 20px solid transparent;
        border-left: 30px solid white;
        margin-left: 5px;
    }

.formulation-title {
    color: #000000;
    margin-bottom: 20px;
    font-family: 'Noto Sans Display', sans-serif !important;
    font-weight: 700;
    font-size: 28px;
    line-height: 100%;
    letter-spacing: 0%;
}

.formulation-subtitle {
    color: #006400;
    font-size: 20px;
    margin-bottom: 20px;
}

.formulation-section {
    background-color: #f0f7f0;
    padding: 50px 0;
    margin-top: 30px;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    /* border-radius: 8px; */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.planning-section {
    padding: 40px 20px;
}

.resource-box {
    background-color: #f5f9f5;
    padding: 30px;
    margin-bottom: 20px;
    border-radius: 8px;
    height: 100%;
    display: flex;
    align-items: center;
    gap: 30px;
}

.resource-icon {
    flex-shrink: 0;
}

    .resource-icon img {
        width: 120px;
        height: auto;
        object-fit: contain;
    }

.resource-content h3 {
    color: #006838;
    font-size: 24px;
    margin-bottom: 15px;
    font-weight: 700;
    font-size: 20px;
}


.resource-content p {
    color: #333;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 1.5;
}

.btn-action {
    /* background-color: #7AB800; */
    background-color: #6BBE45;
    color: white;
    padding: 8px 20px;
    border-radius: 4px;
    border: none;
    text-decoration: none;
    display: inline-block;
    transition: background-color 0.3s;
    font-weight: 700;
    font-size: 18px;
}

    .btn-action:hover {
        background-color: #669900;
        color: white;
        text-decoration: none;
    }

@media (max-width: 768px) {
    .resource-box {
        flex-direction: column;
        text-align: center;
        padding: 20px;
    }

    .resource-icon {
        margin-bottom: 20px;
    }

        .resource-icon img {
            width: 80px;
        }

    .nozzle-buttons {
        flex-wrap: wrap;
        justify-content: center;
        flex-direction: column !important;
    }

    .nozzle-image {
        margin-bottom: 20px;
        position: absolute;
        top: -12px !important;
        right: 0px !important;
        left: 0px !important;
    }

    .info-sheets {
        color: #007035 !important;
    }

    .coverrageSyn {
        margin-right: -15px !important;
        margin-bottom: -30px;
    }

    /* .logopartner{
                text-align:center !important;
                font-size:14px;
            } */

}

.logopartner {
    text-align: center !important;
    font-size: 14px;
    padding-bottom: 4%;
}

.nozzles-section {
    /* padding: 40px 20px;
            max-width: 1200px;
            margin: 0 auto;
            border: 1px solid #6BBE45;
            background: white !important; */
    padding: 60px;
    max-width: 1200px;
    margin: 0 auto;
    border: 1px solid #6BBE45;
    background: white !important;
}

.section-title {
    color: #007035;
    text-align: center;
    margin-bottom: 30px;
    font-family: 'Noto Sans Display', sans-serif !important;
    font-weight: 700;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
}

.video-container-nozz {
    position: relative;
    /* padding-bottom: 56.25%;
    height: 0; */
    overflow: hidden;
    /* background: #f5f5f5; */
    /* border-radius: 8px;
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); */
    margin-bottom: 40px;
}

.video-placeholder {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80px;
    height: 80px;
    background: #000;
    border-radius: 50%;
    cursor: pointer;
}

.video-controls {
    text-align: center;
    margin-top: 15px;
}

.info-section {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 40px;
    margin-top: 40px;
    background: #f9f9f9;
    padding: 30px;
    border-radius: 8px;
}

.coverage-info {
    flex: 1;
}

    .coverage-info h3 {
        color: #006838;
        font-size: 24px;
        margin-bottom: 20px;
    }

    .coverage-info p {
        font-size: 16px;
        line-height: 1.6rem !important;
        color: #333;
    }

.nozzle-info {
    background: #f5f9f5;
    padding: 40px;
    border-radius: 0px;
    position: relative;
}

    .nozzle-info h4 {
        margin-bottom: 20px;
        color: #333;
    }

.nozzle-buttons {
    display: flex;
    flex-direction: column;
    gap: 20px;
    font-size: 18px;
    font-weight: 700;
    align-content: center;
}

.nozzle-btn {
    background: #6BBE45;
    color: white;
    padding: 8px 15px;
    border: none;
    /* border-radius: 4px; */
    text-align: center;
    text-decoration: none;
    display: block;
    transition: background-color 0.3s;
    width: 135px;
    height: 39px;
}

    .nozzle-btn:hover {
        background: #669900;
        color: white;
        text-decoration: none;
    }

.nozzle-image {
    text-align: center;
    margin-bottom: 20px;
    position: absolute;
    top: 21%;
    left: -17%;
}

    .nozzle-image img {
        max-width: 150px;
        height: auto;
    }


@media (max-width: 768px) {
    .info-section {
        flex-direction: column;
        gap: 30px;
        padding: 20px;
    }

    .mixing-seq {
        font-size: 16px;
        font-weight: 400;
        width: 252px;
    }

    .jar-title {
        font-size: 20px;
        font-weight: 700;
        color: #007035;
        padding-left: 12px;
    }

    .jar-title-wales {
        font-size: 20px;
        font-weight: 700;
        color: #007035;
        /*padding-left: 12px;*/
    }

    .nozzles-section {
        padding: 11px;
    }

    .resource-icon-mobile {
        /* padding-left: 25px; */
        padding-top: 26px;
        display: flex;
        gap:51px;
                gap: 25px;
        margin-left: 25px;
    }

    .btn-video {
        text-align: center;
    }

    .mobile-jar-img {
        width: 62px;
        height: 84px;
        /* margin-left: 25px; */
    }

    .resource-content-mobile {
        padding-left: 28px;
        padding-bottom: 35px;
        padding-top: 12px;
    }

    .resource-box-mobile {
        background: #69BE2714;
    }

    .textContent {
        width: 100%;
    }

    .nozzle-info {
        flex: 0 0 auto;
        width: 100%;
    }

    .section-title {
        font-size: 20px;
    }

    .coverage-info h3 {
        font-size: 20px;
    }

    .nozzle-buttons {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
    }

    .nozzle-btn {
        flex: 0 0 calc(50% - 10px);
    }

    .nozzle-image img {
        max-width: 60px;
    }

    .application-description {
        padding: 0px !important;
    }

    .application-section {
        padding-left: 30px !important;
        padding-right: 39px !important;
    }

    .textContent {
        width: 100% !important;
    }

    .coverrageSyn {
        padding: 5px !important;
    }

    .nozzle-btn {
        margin-bottom: 30px;
        padding: 15px 15px !important;
    }
    .banner-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #ffffff;
    font-weight: 700;
    text-align: center;
    width: 100%;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    font-size: 48px;
    line-height: 62px;
}

}



.application-section {
    margin: 40px auto;
    padding: 20px 80px;
    background-color: #FAFAFA;
}

.application-title {
    color: #000;
    font-size: 28px;
    text-align: center;
    margin-bottom: 30px;
    font-weight: 600;
}

.application-description {
    text-align: center;
    color: #333;
    font-size: 16px;
    line-height: 2.4rem !important;
    margin-bottom: 40px;
    padding: 0 15%;
    font-family: 'Noto Sans Display', sans-serif !important;
    font-weight: 400;
    letter-spacing: 0%;
    text-align: center;
}

.textContent {
    width: 80%;
}

.info-Even {
    color: #006400;
    font-weight: 700;
    font-size: 20px;
    letter-spacing: 0%;
    vertical-align: middle;
}

.artSect {
    font-size: 28px;
    font-weight: 700;
}


.banner-container {
    position: relative;
    width: 100%;
}

.banner-image {
    width: 100%;
    /* height: auto; */
}

.mobile-container {
    width: 100%;
}

.banner-text-desktop {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #ffffff;
    font-weight: 700;
    text-align: center;
    width: 100%;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    font-size: 48px;
    line-height: 62px;
}


.video-container-nozz video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.resource-content {
    background-color: #f5f9f5;
    padding: 35px;
    width: 314px;
    margin-left: 35px;
}



.resource-icon {
    position: absolute;
    top: 23%;
    left: 4%;
}


.coverrageSyn {
    margin-right: 0px;
}

.resource-box {
    margin-left: 73px;
}
/*ipad portrait*/

@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (orientation: portrait)
{
    .nozzle-info {
        /* background:green!important; */
         padding: 50px 50px 20px 65px;
    }
     .nozzle-image {
        top: 32%;
        left:-19%;
    }

    .nozzle-image img {
        max-width: 120px;
        
    }
    .logospan{
        padding:22px;
    }
}

