/*==== ESG Normalize Style ====*/
h2,
h3,
h4{
    font-weight: 600;
}
ul li{
    list-style: disc;
    padding-bottom: 10px;
}

h5, 
a{
    text-decoration: none;
}

p{
    line-height: 1.5;
}

img {
    max-width: 100%;
    height: auto;
}

.note {
    font-size: 14px !important;
    color: #666666;
    margin-top: 12px;
}

.color_green{
    color: #278719;
}

/* section padding */
section.section{
    padding-top: 50px;
    padding-bottom: 50px;
}

 /* Reset drupal styles */
.region-content .basic-page .content .basic-title-page h1{
    font-size: 36px;
    color: #000000;
}

.main-basic-content{
    max-width: 100% !important;
    padding: 0 !important;
}
#block-contact-button, #block-contact-button-2{
    margin-top: 0 !important;
}
.container_wrap{
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 20px;
}

.section_title{
    margin-bottom: 12px;
    font-size: 28px;
}

.sub_title{
    padding-bottom: 15px;
}

.free_text{
    line-height: 2.0;
    padding-bottom: 35px;
}

.text_green{
    color: #288719;
}
.imgCenter {
    display:block;
    margin:0 auto;
}
.text-center{
    text-align: center;
}

.bg-pale-grey{
    background-color: #f9f9f9;
}
.section.bg-pale-grey{
    margin: 25px 0;
    padding: 25px 50px;
}

.learn_more>span{
        margin: 10px 0;
        color:#288719 ;
        cursor: pointer;
        font-size: 15px !important;
        font-weight: 400;
    }
.learn_more>span:after{
        content: "\f105 ";
    font: normal normal normal 14px/1 FontAwesome;
        margin-left: 10px;
        color: #288719;
        content: "\f105";
        transition: 0.2s all ease-in-out;
    } 
a.learn_more:hover span:after{
        margin-left: 24px;
    }

/* Footer - Call to action */
.cta-section {
    background-image: url('/sites/zyxel/files/library/assets/esg/04_footer_Explore_more_about_our_sustainability_1920x450.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    color: #ffffff;
    margin-bottom: -20px;
    width: 100%;
    height: 300px;
    display: flex;
    align-items: center;
}
.cta-content{
    max-width: 1320px;
    padding: 0 20px;
    text-align: left;
    margin: 0 auto;
    width: 100%;
}

.cta-buttons {
    display: flex;
    justify-content: left;
    gap: 20px;
    align-items: center;
    margin-top: 30px;
}
.cta-btn {
    padding: 10px 25px;
    border-radius: 4px;
    font-weight: bold;
    transition: all 0.3s;
}

.cta-btn.primary {
    font-size: 14px !important;
    display: inline-block !important;
    padding: 0 10px !important;
    min-width: 180px;
    background: #278719 !important;
    color: #fff !important;
    height: 40px !important;
    line-height: 40px !important;
    border-radius: 5px !important;
    text-align: center;
}

.cta-btn.primary:hover {
    text-decoration: none !important;
    background-color: #006e18 !important;
    border-color: #006e18;
    font-weight: bold;
}


/* Mobile responsiveness */
    @media (max-width: 768px) {
        .section_title{
            font-size: 24px;
        }
        section.section{
            padding-top: 30px;
            padding-bottom: 30px;
        }
        .cta-section {
            background-image: url('/sites/zyxel/files/library/assets/esg/04_footer_Explore_more_about_our_sustainability_750x732.jpg');
        }
        .cta-buttons {
            flex-direction: column;
            align-items: center;
        }
        .cta-content{
            text-align: center;
        }

    }