/**********
SITEWIDE STYLES
**********/

body,
html,
a,
p,
div,
h1,
h2,
h3,
h4,
h5 {
    font-family: 'Mark', sans-serif;
    line-height: 120%;
    font-size: 16px;
    color: #212121;
}
body{
    background: #f7f7f7;
}
:root{
    --light-green: #A8E77D;
    --color-dark: #1D1D1D;
}

h1{
    font-size: 52px;
    font-weight: 700;
    line-height: 57px;
}
h2{
    font-size: 35px;
    font-weight: 700;
    line-height: 40px;
}
h3{
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
}
h4{
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 24.5px;
}
p{
    font-size: 16px;
    font-weight: 450;
    line-height: 24.5px
}
img {
    max-width: 100%;
    height: auto
}

a {
    text-decoration: none;
}
.text-white p{
    color: #fff;
}
a:hover {
    opacity: 1
}

.fs-xxs{
    font-size: 12px;
}
.fs-xs{
    font-size: 14px;
}

.fw-book{
    font-weight: 450 !important;
}
.flex {
    display: flex
}
.text-grey,
.text-grey p{
    color: #555;
}

.container {
    max-width: 1162px;
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto
}

.cover {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.contain {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}
.row{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.bottom30 {
    margin-bottom: 30px;
}

.bottom60 {
    margin-bottom: 60px;
}

.bottom90 {
    margin-bottom: 90px;
}

.menu-item-has-children::after {
    content: "\f078";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 11px;
    display: inline-block;
    top: -1px;
    transition: all 300ms;
    transform: scaleY(1);
}

.menu-item-has-children.sub-menu-active::after {
    transform: scaleY(-1);
}

header {
    padding-top: 15px;
    padding-bottom: 15px
}


/**********
COOKIE    
**********/

#siteCookie {
    background-color: rgba(0, 0, 0, 0.7);
    position: fixed;
    z-index: 30;
    bottom: 0;
    padding: 10px 0;
    width: 100%;
}

#siteCookie,
#siteCookie p,
#siteCookie a,
#siteCookie .fa {
    color: #fff;
    font-weight: 600
}

#siteCookie .inner {
    display: flex;
    align-items: center;
}

#siteCookie p {
    margin-right: 20px
}

#siteCookie .fa {
    font-size: 28px;
    margin-left: auto
}

#siteCookie i {
    cursor: pointer
}
a:hover{
    text-decoration: none;
}
.btn{
    font-size: 13.387px;
    font-style: normal;
    font-weight: 700;
    line-height: 21.197px;
    text-transform: uppercase;
    border-radius: 30px;
    padding: 8px 20px;
    text-align: center;
    display: inline-block;
    border: none;
}
.btn:hover,
.btn:focus{
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
    text-decoration: none;
}
.btn-light {
    position: relative;
    overflow: hidden;
    background: linear-gradient(to right, var(--light-green) 0%, var(--light-green) 50%, #FFFFFF 50%, #FFFFFF 100%);
    background-size: 200% 100%;
    background-position: right bottom;
    color: var(--color-dark);
    transition: background-position 0.35s ease, color 0.35s ease;
    border: none;
}

.btn-dark {
    position: relative;
    overflow: hidden;
    background: linear-gradient(to right, var(--light-green) 0%, var(--light-green) 50%, #1D1D1D 50%, #1D1D1D 100%);
    background-size: 200% 100%;
    background-position: right bottom;
    color: #FFFFFF;
    transition: background-position 0.35s ease, color 0.35s ease;
    border: none;
}

/* Hover → slide the green from left to right */
.btn-light:hover,
.btn-dark:hover {
    background-position: left bottom;
    color: #FFFFFF;
}


nav.nav ul li a{
    color: rgba(29, 29, 29, 0.60);
    font-size: 12px;
    font-weight: 450;
    line-height: 28.5px;
}
nav.nav ul li.current_page_item a,
nav.nav ul li a:hover{
    color: var(--color-dark);
}


/* SLIDER */
.card-slider-v1 .slick-track,
.card-slider-v2 .slick-track{
    display: flex !important;
}

.card-slider-v1 .slick-slide,
.card-slider-v2 .slick-slide{
    height: inherit !important;
}
.card-slider-v1 .item{
    margin: 5px;
    border-radius: 10px;
    background: #FFF;
    position: relative;
    overflow: hidden;
    height: 100%;
}
.card-slider-v1 .item .image{
    position: relative;
    width: 100%;
    height: 293px;
    border-radius: 10px;
    overflow: hidden;
}
.card-slider-v1 .item .info{
    height: calc(100% - 293px);
}
.card-slider-v1 .item .image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.card-slider-v2 .item{
    margin: 5px;
    border-radius: 10px;
    background: #FFF;
    position: relative;
    overflow: hidden;
    padding: 40px 30px;
}
.card-slider-v2 .item .icon{
    margin-bottom: 3rem;
}
.card-slider-v1 .item h4,
.card-slider-v2 .item h4{
    margin-bottom: 20px;
}
.card-slider-v1 .item image{
     overflow: hidden;
     position: relative;
     border-radius: 10px;
     height: 292px;
}
.card-slider-v1 .item image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.card-slider-v1 .item .info{
    padding: 30px;
}
.arrow-top .slick-prev{
    top: -20px;
    left: 0 !important;
    z-index: 1;
}
.arrow-top .slick-next{
    top: -20px;
    left: 40px !important;
}
.arrow-top .slick-prev:before{
    content: url('../img/arrow-prev.svg');
}
.arrow-top .slick-next:before{
    content: url('../img/arrow-next.svg');
}

/* /SLIDER */
.before-footer{
   
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 260px 15px 100px;

}
.footer {
    padding: 3rem 15px;
}
.footer .socials i{
    color: #bfce47;
    font-size: 22px;
    margin: 8px;
}
.footer .footer-menu{
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
}
.footer .footer-menu li {
    margin-right: 2rem;
}
.footer .footer-menu li a{
    color: #222;
    display: block;
    position: relative;
    transition: color .25s 
    cubic-bezier(.175, .885, .32, 1.275);
    font-size: 1rem;
    font-weight: 500;
}
body.product-sustainability .whitebox.top{
    margin-bottom: -120px;
}
.hero{
    position: relative;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    min-height: 70vh;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow-x: hidden;
}
.hero-inner p{
    color: #FFFFFF;
}
.hero-inner{
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
#hero-scroll-down {
    cursor: pointer;
}
.hero-inner p{
    font-size: 26px;
    font-style: normal;
    font-weight: 450;
    line-height: 28.5px; 
    margin-bottom: 52px;
}
.hero:before {
    background: rgba(0, 0, 0, .5);
    bottom: 0;
    content: "";
    display: block !important;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}
.hero:after {
    content: '';
    width: 100%;
    position: absolute;
    bottom: 0;
    background-image: url('../img/section-overlay.png');
    background-position: top center;
    background-size: cover;
    z-index: 1;
    aspect-ratio: 1703 / 315;
}
.whitebox {
    border-radius: 10px;
    background: #FFF;
    padding: 35px 40px;
    position: relative;
    z-index: 1;
    width: 100%;
}
.whitebox .banner{
    border-radius: 15px;
    position: relative;
    overflow: hidden;
    height: 352px;
    width: 100%;
}
.whitebox .banner img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.whitebox.top{
    margin-top: -120px;
}
.why-buy-from-corker .image-block-sec{
    margin-top: -140px;
}
main section:has(+ section.before-footer) .whitebox.bottom,
.system .whitebox.bottom {
  margin-bottom: -120px;
}

.whitebox.large{
    padding: 0 80px 80px;
}
.note{
    border-radius: 10px;
    border: 1px solid var(--light-green);
    display: inline-block;
    padding: 15px 80px;
    margin: auto;
    position: relative;
}
.note::before{
    content: url('../img/leaf.svg');
    position: absolute;
    top: 50%;
    left: 25px;
    width: 25px;
    height: 25px;
    transform: translateY(-50%);
}

.note::after{
    content: url('../img/leaf.svg');
    position: absolute;
    top: 50%;
    right: 25px;
    width: 25px;
    height: 25px;
    transform: translateY(-50%);
}
.note p{
    margin-bottom: 0;
}
.image-large{
    height: 100%;
    width: 100%;
    overflow: hidden;
    border-radius: 15px;
    background: #FFF;
}
.image-large img{
   
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.card-style-1 .card-item{
    border-radius: 10px;
    border: 1px solid rgba(29, 29, 29, 0.25);
    padding: 36px 24px 20px;
    height: 100%;
}
.image-blocks.style-1  .image-large{
    width: 100%;
    height: 409px;
    object-fit: cover;
}
.card-style-1 .card-item img{
    width: 25px;
    height: auto;
    object-fit: contain;
}
.card-style-2 .card-item{
    border-radius: 10px;
    border: 1px solid #D9D9D9;
    overflow: hidden;
    position: relative;
    height: 100%;
}
.card-style-2 .card-item .image{
     overflow: hidden;
    position: relative;
    width: 100%;
    height: 273px;
}
.card-style-2 .card-item .image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}
.card-style-2 .card-item .info{
    padding: 40px 30px;
    height: calc(100% - 273px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.card-style-2 .card-item .info .highlight{
    border-radius: 10px;
    border: 1px solid #D9D9D9;
    padding: 16px 30px;
}
.card-style-2 .card-item .info h3{
    margin-bottom: 1rem;
}
.card-style-2 .card-item .info .highlight p:last-child{
    margin-bottom: 0;
}
.cycle-image-wrapper{
    margin-bottom: -100px;
}

.page-banner{
    min-height: 475px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
ul.tabs {
    display: flex;
    list-style: none;
    padding: 0 0 15px;
    margin: 0;
    border-bottom: 1px solid #D9D9D9;
}
ul.tabs li{
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24.5px; 
    position: relative;
    cursor: pointer;
    margin-right: 32px;
    padding-right: 32px;
}

ul.tabs li::after {
    content: "";
    position: absolute;
    bottom: -16px;
    left: 0;
    width: 0;
    height: 4px;
    background: #A8E77D;
    transition: width 0.3s ease;  
}
ul.tabs li.active::after {
    width: 100%;
}


.tab-result .result {
    opacity: 0;
    transform: translateY(10px);
    transition: opacity 0.35s ease, transform 0.35s ease;
    display: none; /* JS will control this */
}

.tab-result .result.active {
    display: block;
    opacity: 1;
    transform: translateY(0);
}


.banner-contain{
    min-height: 276px;
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 15px;
    overflow: hidden;
    display: flex;
    align-items: end;
    padding: 27px;
    width: calc(100% - 20px);
    margin: auto;
}
.banner-contain h2 span{
    font-weight: 450;
}
.banner-contain::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(181deg, rgba(0, 0, 0, 0.00) 1.45%, rgba(0, 0, 0, 0.20) 45.47%);
}
.banner-contain .inner{
    position: relative;
    z-index: 2;
}
ol{
    padding-left: 15px;
}
ol li{
    padding-bottom: 15px;
}

.floating-banner .icon{
    margin-top: -70px;
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 68px;
    aspect-ratio: 1/1;
    height: 68px;
    background: #fff;
    border: 1px solid var(--light-green);
    border-radius: 100%;
    margin-left: auto;
    margin-right: auto;
}
.floating-banner .icon img{
    width: 37px;
    height: 37px;
    object-fit: contain;
}
.image-banner{
    width: 100%;
    height: 351px;
    object-fit: cover;
    border-radius: 15px;
}
.count-blocks .count,
.image-blocks .count{
    font-size: 38.4px;
    font-weight: 700;
    line-height: 52.267px; 
    color: var(--light-green);
}
.image-blocks .info h3,
.image-blocks .info h2{
    margin-bottom: 2rem;
}
.count-blocks .whitebox p{
    margin-bottom: 0;
}
.count-blocks.style-style-3 .whitebox{
    justify-content: space-between;
    align-items: start;
}
.count-blocks.style-style-3 .info{
    max-width: 800px;
}

@media (min-width:1200px){
    .slider{
        overflow-x: hidden;
    }
    .card-slider-v1{
        width: 1300px;
    }
    
}
@media (max-width: 1200px){
    .card-slider-v1,
    .card-slider-v2{
        padding-left: 15px;
        padding-right: 15px;
    }
    .arrow-top .slick-prev{
        top: -20px;
        left: 20px !important;
        z-index: 1;
    }
    .arrow-top .slick-next{
        top: -20px;
        left: 60px !important;
    }
}
@media only screen and (min-width: 1140px) {
    /**********
    COLUMNS
    **********/
    .twoCol {
        width: calc(100% + 30px);
        position: relative;
        left: -15px;
    }
    .twoCol .col {
        width: 50%;
        padding: 15px;
    }
    .threeCol .col {
        width: 33.33%;
        padding: 15px;
    }
    .fourCol .col {
        width: 25%;
        padding: 15px;
    }
    .fiveCol .col {
        width: 20%;
        padding: 15px;
    }
    /**********
    HEADER NAV
    **********/
    header .flex {
        align-items: center;
        justify-content: center;
    }
    header .logo img {
        max-height: 80px;
    }
    
    nav.nav ul {
        display: flex;
        list-style: none;
        margin: 0;
        padding: 0;
    }
    nav.nav ul li {
        position: relative;
        margin: 0 10px;
    }
    nav.nav ul li:first-child {
        margin-left: 0;
    }
    /**********
    submenu popup
    **********/
    nav.nav .sub-menu {
        max-height: 0;
        overflow: hidden;
        position: absolute;
        flex-wrap: wrap;
        transition: all 200ms;
    }
    .menu-item-has-children::after {}
    nav.nav .menu-item-has-children.sub-menu-active>.sub-menu {
        max-height: 900px;
    }
    nav.nav .sub-menu li {
        width: 100%;
        margin-left: 0;
        display: inline-block;
        white-space: nowrap;
    }
}

@media only screen and (max-width: 1140px) {
    header {
        min-height: 67px;
    }
    .flex {
        flex-wrap: wrap;
    }
    header .logo img {
        max-height: 50px;
    }
    header .logo {
        position: relative;
        z-index: 20;
    }
    /**********
    HEADER NAV
    **********/
    body.fix {
        overflow: hidden;
    }
    header .nav {
        position: fixed;
        left: 100%;
        z-index: 10;
        height: 100vh;
        width: 100%;
        top: 0;
        background-color: #ccc;
        transition: all 300ms
    }
    header .nav.navActive {
        left: 0%;
        transition: all 300ms;
        background: #fff;
    }
    header .nav ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }
   
    nav.nav ul li a{
        font-size: 16px;
         padding: 10px 0;
    }
    header .nav>ul {
        margin-top: 80px;
        box-sizing: border-box;
        padding-left: 15px;
        padding-right: 15px;
        width: 100%;
    }
    header .nav>ul li {
        position: relative;
    }
    header .nav>ul li a {
        display: block;
        border-bottom: 1px solid #000;
        width: 100%;
    }
    .menu-item-has-children::after {
        position: absolute;
        right: 0;
    }
    #burgerNav {
        position: absolute;
        top: 15px;
        right: 15px;
        width: 35px;
        height: 40px;
        cursor: pointer;
        z-index: 90
    }
    #burgerNav .innerBurger {
        position: relative;
        height: 100%;
    }
    #burgerNav .innerBurger span {
        width: 100%;
        height: 2px;
        top: 0;
        background-color: #000;
        position: absolute;
        opacity: 1;
        transition: all 300ms;
        transform: rotate(0deg);
    }
    #burgerNav.navActive .innerBurger span {
        transition: all 300ms;
    }
    #burgerNav .innerBurger span:nth-child(1) {
        top: 25%;
    }
    #burgerNav .innerBurger span:nth-child(2) {
        top: 50%;
    }
    #burgerNav .innerBurger span:nth-child(3) {
        top: 75%;
    }
    #burgerNav.navActive .innerBurger span:nth-child(1) {
        top: 50%;
        transform: rotate(-45deg);
    }
    #burgerNav.navActive .innerBurger span:nth-child(2) {
        top: 50%;
        opacity: 0;
    }
    #burgerNav.navActive .innerBurger span:nth-child(3) {
        top: 50%;
        transform: rotate(45deg);
    }
    nav.nav .sub-menu {
        max-height: 0;
        overflow: hidden;
        flex-wrap: wrap;
        transition: all 200ms;
    }
    .menu-item-has-children::after {}
    nav.nav .menu-item-has-children.sub-menu-active>.sub-menu {
        max-height: 900px;
    }
}

@media screen and (min-width: 996px) {
    .footer {
        padding: 4rem 15px;
    }
}
@media screen and (min-width: 768px){
    .image-blocks.style-1:nth-of-type(odd) .info-wrapper,
    .image-blocks.style-2:nth-of-type(odd) .info-wrapper {
        order: 2;
    }

    .cycle-image-wrapper img.mobile{
        display:  none;
    }
    .count-blocks.style-style-3 .whitebox{
        align-items: center;
    }
}

@media (max-width: 767px) {
    .image-blocks .info-wrapper {
        order: 1;
    }
    .image-blocks .info-iamge{
        order: 2;
    }
    h1{
        font-size: 40px;
        line-height: 45px
    }
    h2{
        font-size: 35px;
        line-height: 40px;
    }
    .whitebox{
        padding: 20px;
    }
    ul.tabs{
        flex-direction: column;
    }
    ul.tabs li::after {
        bottom: 5px;
    }
     ul.tabs li{
        padding-bottom: 20px;
        margin-bottom: 10px;
     }
    .cycle-image-wrapper img.desktop{
        display:  none;
    }
    .whitebox.large{
        padding: 0 40px 60px;
    }
    .footer .footer-menu {
        flex-direction: column;
        width: 100%;
    }
    .footer .footer-menu li{
        margin-right: 0 !important;
    }
     .footer .footer-menu li a{
        width: 100%;
        border-bottom: 1px solid #eae9e9;
        display: block;
        margin: 0 0 2rem;
        padding: 0 0 2rem;
        position: relative;
    }
    .footer .footer-menu li a:after {
        content: "";
        display: inline-block;
        float: right;
        font-family: FontAwesome;
        vertical-align: middle;
    }
    .footer .footer-menu ul li a:after {
        right: 20px;
        top: -3px;
    }
    
}
@media(max-width: 600px){
    .banner-contain{
        padding: 20px;
    }
    .hero:after {
        width: 185%;
    }
}