@import url("products.css");

/*=========================
ADVANTAGES HERO
=========================*/

.advantage-hero{

    margin-bottom:-1%;

}

.advantage-hero .hero-title{

    margin-top:20px;
    margin-bottom:30px;

}

.advantage-hero .hero-title span:first-child{

    font-size:64px;

}

.advantage-hero .hero-title span:last-child{

    font-size:66px;

    color:#5D8F2E;

}

.product-features{
    transform: translateX(-6%);
}

.advantage-hero .product-tagline{

    font-size:24px;

    margin-bottom:12px;

}

.advantage-hero .product-content p{

    max-width:620px;

    margin-bottom:45px;

}

.advantage-hero .feature{

    border-right:1px solid #E7DFC8;

}

.advantage-hero .feature h3{

    min-height:auto;

    line-height:1.5;

}

.advantage-hero .feature p{

    display:none;

}

/*=========================
OUR ADVANTAGES
=========================*/

.advantages-section{

    padding:0px;
    background:#FFFDF8;

}

.advantages-container{

    width:min(1320px,92%);
    margin:auto;
    transform: translateY(30px);
}

.advantages-grid{

    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:22px;
    margin-top:45px;

}

.adv-card{

    display:grid;
    grid-template-columns:1fr 160px;

    background:#FFFCF6;

    border:1px solid #EFE2C0;

    border-radius:22px;

    overflow:hidden;

    transition:.35s;

}

.adv-card:hover{

    transform:translateY(-8px);

    box-shadow:0 18px 40px rgba(0,0,0,.08);

}

.adv-content{

    padding:32px 24px;

}

.adv-icon{

    width:68px;
    height:68px;

    border-radius:50%;
    background:#FFF7E8;

    display:flex;
    align-items:center;
    justify-content:center;

    margin-bottom:20px;

}

.adv-icon i{

    font-size:36px;
    color:#356C2C;

}

.adv-content h3{

    color:#1A4E2D;
    font-size:24px;
    line-height:1.3;
    margin-bottom:16px;

}

.adv-content p{

    color:#444;
    line-height:2;
    font-size:16px;

}

.adv-image img{

    width:100%;
    height:100%;
    object-fit:cover;

}

/*==================
Responsive
==================*/

@media(max-width:1100px){

.advantages-grid{

    grid-template-columns:repeat(2,1fr);

}

}

@media(max-width:768px){

.advantages-grid{

    grid-template-columns:1fr;

}

.adv-card{

    grid-template-columns:1fr;

}

.adv-image{

    height:220px;

}

}

/*=========================
OUR VALUES
=========================*/

.our-values{

    padding:90px 0;

    background:#FFFDF8;

    margin-bottom: 18%;
}


.values-container{

    width:min(1320px,92%);
    margin:auto;

}

.values-wrapper{

    display:grid;

    grid-template-columns:3fr 1.1fr;

    gap:28px;

    margin-top:45px;

}

.values-grid{

    display:grid;

    grid-template-columns:repeat(4,1fr);

    gap:18px;

    height:70px;

    transform: translateX(20%);
}

.value-card{

    background:#FFFCF7;

    border:1px solid #EFE2C0;

    border-radius:22px;

    padding:35px 25px;

    text-align:center;

    transition:.35s;

}

.value-card:hover{

    transform:translateY(-6px);

    box-shadow:0 18px 40px rgba(0,0,0,.08);

}

.value-icon{

    width:72px;

    height:72px;

    border-radius:50%;

    background:#FFF7EA;

    margin:auto;

    display:flex;

    align-items:center;

    justify-content:center;

    margin-bottom:22px;

}

.value-icon i{

    color:#356C2C;

    font-size:38px;

}

.value-card h3{

    color:#1B4F2D;

    font-size:24px;

    margin-bottom:15px;

}

.value-card p{

    color:#555;

    font-size:15px;

    line-height:1.9;

}

/*=================
Achievement
=================*/

.achievement-card{

    background:linear-gradient(135deg,#184E2C,#0D3C1E);

    color:white;

    border-radius:24px;

    padding:40px;

    margin-top: -24%;

    display:none;
}

.achievement-card h3{

    font-size:31px;

    margin-bottom:10px;

}

.achievement-list{

    display:flex;

    flex-direction:column;

    gap:8px;

}

.achievement-list>div{

    display:flex;

    gap:18px;

    align-items:flex-start;

}

.achievement-list i{

    font-size:30px;

    color:#D6F29D;

}

.achievement-list strong{

    display:block;

    font-size:28px;

    margin-bottom:4px;

}

.achievement-list span{

    color:#E4E4E4;

    line-height:1.6;

}

/*==================
Responsive
==================*/

@media(max-width:1100px){

.values-wrapper{

    grid-template-columns:1fr;

}

.values-grid{

    grid-template-columns:repeat(2,1fr);

}

}

@media(max-width:768px){

.values-grid{

    grid-template-columns:1fr;

}

.achievement-card{

    padding:30px;

}

}

/*=========================
ADVANTAGES CTA
=========================*/

.adv-cta{

    padding:0;

    background:#FFFDF8;

}

.adv-cta-container{

    width:min(1320px,92%);
    margin:auto;

    display:grid;
    grid-template-columns:1.15fr .85fr;

    background:linear-gradient(90deg,#0F4A25,#174E28);

    border-radius:26px;

    overflow:hidden;

    align-items:center;

    position:relative;

    top: 57% !important;;

}

.adv-cta-content{

    padding:55px 45px;
    color:#fff;

    position:relative;
    z-index:2;

}

.adv-cta-content h2{

    font-size:48px;
    line-height:1.2;
    margin-bottom:18px;
    color:#fff;

}

.adv-cta-content p{

    font-size:18px;
    line-height:1.8;
    color:rgba(255,255,255,.88);

    max-width:520px;

    margin-bottom:30px;

}

.adv-cta-btn{

    display:inline-flex;
    align-items:center;
    gap:10px;

    padding:16px 30px;

    border-radius:999px;

    background:#FFF7E8;

    color:#1B4F2D;

    font-weight:700;

    text-decoration:none;

    transition:.3s;

}

.adv-cta-btn:hover{

    transform:translateY(-3px);

    background:white;

}

.adv-cta-btn i{

    font-size:22px;

    color:#1AAE4B;

}

.adv-cta-image{

    display:flex;
    justify-content:flex-end;
    align-items:flex-end;

    height:100%;

}

.adv-cta-image img{

    width:100%;
    height:86%;

    object-fit:cover;
    object-position:right center;

    display:block;

}

@media (max-width:768px){

    .adv-cta{

        padding:50px 0;

    }

    .advantage-hero .hero-title span:last-child {
        font-size:46px;
    }

    .adv-cta-container{

        grid-template-columns:1fr;

        text-align:center;

    }

    .adv-cta-content{

        padding:40px 25px;

    }

    .adv-cta-content h2{

        font-size:34px;

    }

    .adv-cta-content p{

        margin:20px auto 30px;

        font-size:16px;

    }

    .adv-cta-btn{

        margin:auto;

    }

    .adv-cta-image{

        height:240px;

    }

}