.class-hdrsm-template .section:not(.hero) {
    margin: unset;
    padding: 60px 0;
    border-bottom: 1px solid #8E8E8E;
}
.class-hdrsm-template .section-no-border {
    border-bottom: unset !important;
}
.product-range-items {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
}

.product-range-item {
    position: relative;
    padding: 40px 54px;
    border: 1px solid #8E8E8E;
    margin-top: 10px;
    background-color: #1E1E1E;
}
.product-range-item p {
    padding: 10px 0;
    margin: 0;
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #8E8E8E;
}
.product-range-item p:last-of-type {
    border-bottom: 1px solid #8E8E8E;
}

.product-range-yellow-line {
    position: absolute;
    top: -5px;
    left: -1px;
    width: 33%;
    height: 4px;
    background-color: #EFFF04;
}
.product-range-item-title {
    display: flex;
    justify-content: space-between;
    margin: 10px 0 30px 0;
    /* align-items: center; */
}

.product-range-download-all {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 14px;

}
.product-range-download-all span {
    
    padding: 16px 12px;
}
.product-range-download-list {
    position: absolute; 
    width: 100%;
    background-color: #232323;
    display: none;
    z-index: 99;
}

.product-range-download-list ul,
.product-range-download-list li {
    list-style: none;
    padding: 0;
    margin: 0;
    letter-spacing: 1.1px;
}

.product-range-download-list ul {
    padding: 16px;
    border: 1px solid #EFFF04;
}

.product-range-download-list li a {
    display: flex;
    justify-content: space-between;
    padding: 7px 0;
    text-transform: uppercase;
}

.download-icon-chevron {
    padding: 17px 17px;
    border-left: 1px solid #EFFF04;
    transition: all 0.3s ease-in-out;
}
.download-icon-chevron:hover {

    background-color: #EFFF04;
    transition: all 0.3s ease-in-out;
}
.download-icon-chevron-active {

    background-color: #EFFF04;
    transition: all 0.3s ease-in-out;
}



.product-range-downloads {
    /* display: flex; */
    width: 100%;
    max-width: 195px;
    position: relative;
    cursor: pointer;
}

.product-range-download-all {
    border: #EFFF04 1px solid;
    text-align: center;
    background-color: #232323;
    letter-spacing: 1.1px;
}
.product-range-download-all span {
    width: 100%;
    /* letter-spacing: 1.1px; */
}
.product-range-downloads-mobile {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}

.product-range-downloads-mobile .product-range-downloads {
    display: none;
}

.product-range-status {
    font-weight: 400;
    font-size: 20px;
    margin-top: 20px;
}

.benefits-items {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
}

.benefit-item {
    flex-direction: column;
    justify-content: space-between;
    height: 410px;
    /* max-height: 410px; */
    border: 1px solid #8E8E8E;
    padding: 24px;
}
.benefit-item img {
    width: 40px;
}

.product-range h2,
.benefits h2 
{
    margin-bottom: 55px;
}

.features {
    margin-top: 100px;
}

.features h2 {
    width: 303px;
}
.features-items {
    width: 100%;
}
.features-item {
    padding: 10px 0;
    border-top: 1px solid #8E8E8E;
    gap: 20px;
}

.features-item:last-child {
    border-bottom: 1px solid #8E8E8E;
}

.applications h3 {
    margin-bottom: 24px;
}

.supplier {
    background-image: url('https://aem.outfly.cloud/wp-content/uploads/2025/05/supplier.png');
    height: 695px;
    /* height: 100%; */

    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;

    display: flex;

    justify-content: space-between;
    align-items: center;
    justify-content: center;
}

.supplier-content {
    text-align: center;
    max-width: 842px;
    max-height: 408px;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding: 60px 200px;
}
.supplier-content h3 {
    font-weight: 400;
    font-size: 50px;
    line-height: 100%;
    margin-bottom: 30px;
}
.supplier-content p {
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
}



@media (max-width: 1260px)
{

    .product-range-downloads {
        display: none;
    }
    .product-range-downloads-mobile .product-range-downloads {
        display: block;
    }
}

@media(max-width: 769px)
{
    .class-hdrsm-template .section:not(.hero) {
        padding: 30px 0;
        border-bottom: unset;
    }
    .product-range-items {
        grid-template-columns: 1fr;
    }
    .product-range-item-title {
        display: block;
        
    }
    .product-range-item-title h3 {
        padding: 16px 48px;
        background-color: #EFFF04;
        color: #000;
        width: fit-content;
        margin: 0 auto;
        font-weight: 400;
        font-size: 20px;
        line-height: 150%;

    }
    .benefits-items {
        grid-template-columns: 1fr;
    }
    .benefit-item {
        height: unset;
        align-items: center;
        text-align: center;
        gap: 40px;
    }
    .features h2 {
        width: 100%;
        text-align: center;
        margin-bottom: 40px;
    }

    .product-range h2 ,
    .benefits h2 {
        text-align: center;
    }

    .features-item  {
        flex-direction: row;
    }

    .features-item img {
        width: 14px;
    }

    .applications .dec {
        display: none;
    }
    .applications .img-extra {
        display: none;
    }
    .applications .cont {
        flex-direction: column-reverse;
    }
    .applications-mobile {
        text-align: center;
    }
    .applications-mobile img {
        border-top: 5px solid #EFFF04;
        width: 100%;
    }
    .applications-mobile .seven-perc-all {
        margin-top: -7px;
    }
    .supplier-content {
        padding: 30px 24px;
    }
    .supplier {
        height: 590px;
    }
    .supplier-content h3 {
        font-size: 30px;
        line-height: 100%;
    }
    .product-range-item {
        padding: 40px 20px;
    }
    /* .product-range-item {
        padding: 20px 30px;
    }
    .product-range-item-title {
        margin: 10px 0 20px 0;
    }
    .product-range-download-all {
        padding: 10px 0;
        font-size: 12px;
    }
    .product-range-download-list ul {
        padding: 10px;
    }
    .product-range-download-list li a {
        padding: 5px 0;
    }
    .download-icon-chevron {
        padding: 10px 10px;
    }
    .supplier-content {
        padding: 60px 20px;
    } */
}