/*===== Global Variables ===============================*/
.section{
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
    padding: 50px 0;
}




/*===== Top Section ===============================*/

/*
#home_intro_section{max-width: 915px; width: 100%; margin: 36px 0 0 155px;}
*/

#home_intro_wrapper{display: flex; justify-content: center; align-items: center; gap: 65px; /*margin-bottom: 69px;*/}

#home_intro_left_wrapper{display: flex; width: 481px; flex-direction: column; align-items: flex-start; gap: 16px;}

#home_intro_left_wrapper strong{
    color: #3F9F7F; 
    font-size: 18px; 
    font-weight: 400; 
    line-height: 20px; 
    text-transform: uppercase;
}

#home_intro_left_wrapper h1{
    color: #FFF;
}

#home_intro_left_wrapper h1>span{
    color: var(--ZLK-Green);
}

#home_intro_left_wrapper > p{
    color: #FFF; 
    font-size: 16px; 
    font-weight: 400;
}

/*
#home_intro_search_wrapper{display: flex; gap: 16px;}

#home_intro_search_ipt{display: flex; padding: 7px 15px; align-items: center; gap: 10px; width: 363px; min-width: 220px; border: 1px solid #BDBDBD; background: #FFF; height: 35px;}

#home_ticker_ipt{
    border: none;
    font-family: "Raleway", sans-serif;
    outline: none;
    color: #757575;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    background: none;
    width: 100%;
}

#home_ticker_ipt::placeholder{font-weight: 700; color: #BDBDBD;}

#home_intro_search_ipt > span > .fa-magnifying-glass{font-size: 16px; line-height: 16px; color: #BDBDBD;}

#btn_home_ticker{
    display: flex;
    padding: 0 10px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    background: #3F9F7F;
    border: none;
    font-family: "Raleway", sans-serif;
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    cursor: pointer;
}
*/


#home_WhatsApp_wrapper{margin-top: 12px;}

#home_WhatsApp_inner{
    display: flex; 
    gap: 16px; 
    padding: 12px 18px; 
    border-radius: 5px;
    background-color: #3F9F7F; 
    width: max-content;
    align-items: center;
    color: #FFF;
    font-weight: 500;
    position: relative;
}


#home_WhatsApp_inner > a{position: absolute; width: 100%; height: 100%; z-index: 1; top: 0; left: 0; }

#home_WhatsApp_inner > p{
    font-family: "Noto Serif", serif;
    line-height: normal;
    font-weight: 700;
    color: #FFF;
}


#HomeTopIMG{
    width: 360px;
    height: 360px;
    position: relative;
}

#HomeTopIMG picture{
    width: inherit;
    height: inherit;
    position: relative;
    z-index: 10;
    display: block;
}

#HomeTopIMG img{
    width: inherit;
    height: inherit;
}

#HomeTopBG{
    width: inherit;
    height: inherit;
    position: absolute;
    top:-20px;
    left:20px;
    z-index: 1;

    background: linear-gradient(to bottom, rgba(63, 159, 127, 1), rgba(0, 4, 101, 0));
}


#home_intro_row_wrapper{margin-top: 48px; padding: 56px 0; border-top: 1px solid rgba(255, 255, 255, 0.1);}

#home_intro_row_inner{display: flex;}

#home_intro_row_inner > div{display: flex; gap: 16px; flex: 1; border-right: 1px solid rgba(255, 255, 255, 0.1); padding: 0 16px;}

#home_intro_row_inner > div:first-child{padding: 0 16px 0 0;}

#home_intro_row_inner > div:last-child{border-right: none; padding: 0 0 0 16px;}

/*
#home_intro_row_inner h5{color: #3F9F7F;}

#home_intro_row_inner h5 span{color: #FFF; font-size: 16px; line-height: 1.5;}

#home_intro_row_inner p{font-size: 14px; line-height: 1.5; color: #FFF;}
*/

.HomeMetricBlock strong{
    font-family: "Noto Serif", serif;
    font-size:18px;
    color:#FFF;

    margin-bottom: 15px;
    display: block;
}
.HomeMetricBlock strong>span{
    font-size:24px;
    color:var(--ZLK-Green);
}

.HomeMetricBlock p{
    color:#FFF;
}

.HomeMetricIcon>svg{
    width: 50px;
    height: 50px;
    color: #FFF;
    --icon-fill: var(--ZLK-Green);
}

/*===== Case Section ===============================*/
/*
#case_section{max-width: 1045px; width: 100%; margin: 32px auto;}
*/

#case_section > h2{
    color: #3F9F7F; 
    font-size: 24px; 
    font-weight: 700; 
    text-align: center; margin-bottom: 8px;
}

#case_section > strong{
    text-align: center;

    display: block;

    color: #161616;
    font-family: "Noto Serif", serif;
    font-size: 38px;
    font-style: normal;
    font-weight: 900;
    line-height: 45px;
    text-transform: capitalize;
    margin-bottom: 16px;


}

#case_section > p{text-align: center; }

#cases_list{
    display: flex; gap: 16px; margin-top: 24px;

    flex-direction: row;
    flex-wrap: wrap;
}

.cases_item{
    flex: 1; background: #FFF; position: relative; border-radius: 6px;
    box-shadow: var(--ZLK-GreenShadowThin);

    transition: var(--ZLK-Transitions);
}


.cases_item:hover{background-color: var(--ZLK-TableHoverGreen); cursor: pointer;}





.cases_item_inner > div{
    display: flex; 
    justify-content: space-between; 
    align-items: center;

    margin-bottom: 5px;
}

.cases_item_inner{padding: 16px;}

.cases_item_inner h3{
    font-size: 20px;
    color:var(--ZLK-Blue);
}

/*
.cases_item_inner a::after{position: absolute; display: block; width: 100%;height: 100%;top: 0;left: 0; z-index: 1; content: "";}
*/

.case_deadline{
    margin-top: 16px;

    color:var(--ZLK-Green);
    font-weight: 400;
}
.case_deadline>span{
    color:#000;
    font-weight: 700;
}


/*
.cases_item_inner > p >span, .cases_item_inner > p > a >span{font-weight: 700;}
*/

#home_cases_url{

    display: block; 
    padding: 16px 48px; 
    
    width: fit-content; 
    
    text-decoration: none;
    margin: 24px auto;
    border-radius: 6px;

    /*
    border: 1px solid #333; 
    color: #3F9F7F;
    */
}


/*===== Settlement(News - Recovery) Section ===============================*/

#home_settlement_section{padding-bottom: 38px;}

#home_intro_section h5{
    /*color: #FFF;*/
    font-size: 22px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    text-transform: capitalize;
    margin-bottom: 16px;
    line-height: 1.5;
}

#settlement_slider .slick-slide{margin: 0 16px;}

.settlement_item{
    position: relative;
    background: #FFFFFF;
    /* border: 1px solid #BDBDBD; */
    cursor: pointer;
    height: 122px;
}

.settlement_item_inner{display: flex; align-items: center;}

.settlement_item > a{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}

.settlement_item_inner > div{display: flex; flex-direction: column; gap: 4px; padding: 0 16px;} 

.amount_text{font-size: 32px; line-height: 44.8px; color: #000465; font-weight: 700;}

.amount_text{font-family: "Noto Serif", serif;} /* BY ALEX */


.company_title{color: #3F9F7F; font-weight: 600; font-size: 18px; line-height: 25.2px;}


/*===== Why Choose Levi & Korsinsky? Section ===============================*/

#wclk_wrapper{display: flex; gap: 51px; margin: 0 90px 0 120px; padding: 106px 0 63px;}

#wclk_wrapper h2{
    color: #FFF;
    font-size: 38px;
    font-style: normal;
    font-weight: 900;
    line-height: 45px;
    text-transform: capitalize;
    margin-bottom: 29px;
}

#wclk_wrapper p{
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 162%;
    text-transform: capitalize;
    margin: 0 103px 27px 0;
}

#wclk_wrapper p:first-child{font-size: 20px; line-height: 97%; margin-bottom: 11px;}

#wclk_wrapper ul{margin: 0 103px 0 0; padding-left: 20px; }

#wclk_wrapper ul li{
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 162%;
    text-transform: capitalize;
}


/*===== FAQ Section ===============================*/
/*
#faq_list_wrapper{
    padding: 90px 0 53px;
    max-width: 1045px;
    width: 100%;
    margin: 0 auto;
}
*/
#faq_list_wrapper h2{
    color: #FFF;
    font-size: 38px;
    font-style: normal;
    font-weight: 900;
    line-height: 45px;
    text-transform: capitalize;
    margin-bottom: 17px;
    padding: 0 15px;
    text-align: center;
}

.faq_item_wrapper{
    width: 100%; 
    cursor: pointer; 
    border-bottom: 1px solid #FFF;
    box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.15) inset;
}

.faq_item {display: flex; justify-content: space-between; align-items: center; padding: 20px 15px;}

.faq_item > p {
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: 0.2px;
    text-transform: capitalize;
}

.icon_up_arrow{display: none;}


.icon_right_arrow svg, .icon_up_arrow svg{
   width:32px;
   height:32px;

   --icon-stroke: 4;
   color: #FFF;

   transition: var(--ZLK-Transitions);
   cursor: pointer;

   display: block;
}

.icon_up_arrow svg{transform: rotate(180deg);}


.faq_answer{padding: 4px 15px 20px; display: none;}

.faq_answer p { color: #FFF; font-size: 20px; font-style: normal; font-weight: 500;line-height: 23px;}

#faq_list_wrapper > a{ 
    margin: 35px auto 0; 
    display: block; 
    padding: 15px 20px; 
    /* background: #3F9F7F; */
    /* color: #FFF; */
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    text-decoration: none;
    width: fit-content;

}

/*===== What The Judges Say Section ===============================*/

#wtjs_section{max-width: 1243px; width: 100%; margin:0 auto; padding:  34px 0 46px;}

#wtjs_section h2{
    color: #3F9F7F;
    text-align: center;
    font-size: 38px;
    font-style: normal;
    font-weight: 900;
    line-height: 45px;
    text-transform: capitalize;
    margin-bottom: 24px;
}

.quote_item_inner{
    display: flex;
    padding: 50px 200px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 50px;
    background: #FFF;
    position: relative;
    height: 100%;
    width: 100%;
    box-sizing: border-box;
}

.quote_text{
    color: #3F9F7F;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    text-transform: capitalize;
}

.quote_source{
    color: #000465;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    text-transform: capitalize;
}

.img_quote{position: absolute; right: 38px; bottom: 34px;}

#wtjs_slider{margin: 0;}

#wtjs_slider .slick-track {display: flex !important; align-items: stretch;}

#wtjs_slider .slick-slide {height: auto !important; display: flex !important;}

#wtjs_slider .slick-slide > div {width: 100%;height: 100%;}

.quote_item_wrapper {height: 100%;}

.quo_dot{
    list-style: none; 
    margin: 38px 0 0; 
    padding: 0; 
    display: flex;
    justify-content: center;
    gap: 5px;
}

.quo_dot li button{
    width: 19px;
    height: 19px;
    border-radius: 50%;
    border: none;
    background: #CBE1D7;
    font-size: 0;
    cursor: pointer;
}

.quo_dot li.slick-active button{background: #3F9F7F;}


/*===== Meet the Team Fighting for Your Rights Section ===============================*/

#mttffyr_section{
    display: flex; 
    justify-content: center; 

    /* padding: 24px 0; */
    padding-bottom: 0;
}

#mttffyr_wrapper{
    /* max-width: 1087px;  */
    /* width: 100%;  */

    text-align: center;

    /* background: #F1F3F5; */
}

/*
#mttffyr_text_wrapper{padding: 58px 54px 0 68px;}
*/

#mttffyr_text_wrapper > h2{
    color: #161616;
    font-size: 38px;
    font-style: normal;
    font-weight: 900;
    line-height: 45px;
    text-transform: capitalize;
    margin-bottom: 16px;
}

#mttffyr_text_wrapper > p{

    color: #161616; 
    font-size: 20px; 
    font-weight: 300; 
    line-height: 1.5; 
    text-transform: capitalize; 
    
    width:700px;
    margin: 0 auto 30px;

}

#mttffyr_text_wrapper > a{
    display: flex;
    padding: 15px 20px;
    justify-content: center;
    align-items: center; 
    /* background: #3F9F7F; */
    text-decoration: none;
    /* color: #FFF; */
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    width: fit-content;
    margin: 0 auto 20px;
}

#mttffyr_img_wrapper{display: flex; justify-content: center;}



/*===== News Section ===============================*/

#news_wrapper{display: flex; justify-content: center; padding: 74px 0 56px;}

#news_title_wrapper{display: flex; flex-direction: column; align-items: center; gap: 11px;}

#news_title_wrapper > h6{
    color: #3F9F7F;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 97%;
    text-transform: capitalize;
}

#news_title_wrapper > h2{
    color: #6CA79E;
    font-size: 38px;
    font-style: normal;
    font-weight: 900;
    line-height: 45px;
    text-transform: capitalize;
}

.news_item_wrapper{
    margin: 48px 0; 
    box-shadow: 0px 5px 15px #aaa;
    border-radius: 10px;
    padding: 40px;
    position: relative;
    transition: top 250ms; 
    top:0;
}
 
.news_item_wrapper:hover{position: relative; top:-8px;}

.news_item_row:after{
    content: "";
    display: table;
    clear: both;
}
 
.news_item_col1{width: 15%; float:left}
 
.news_item_col1 img{
    width: 100%;
    height: auto;
}

.news_item_col1 a{
    text-align: center; 
    margin: 0 auto; 
    color: #000465; 
    font-weight: 800; 
    font-size: 20px;
    line-height: 28px;
    display: block;
    width: fit-content;
}

.news_item_col2{width:85%; float: left;}
 
.news_item_col2 > .news_col2_style{padding: 0 0 0 24px;}

.news_cate{color: #000000; font-weight: 700; font-size: 18px; line-height: 25.2px; text-decoration: none;}
 
.news_title{color: #000465; font-weight: 800; font-size: 24px; line-height: 26.4px;}

.news_date{color:#666; font-size:14px; line-height: 19.6px; margin-bottom: 24px;}

.news_col2_style > div{color: #333333; font-weight: 500; font-size: 14px; line-height: 19.6px;}

.news_col2_style > div > a{/* color: #333333; */ font-weight: 700; font-size: 14px; line-height: 19.6px; text-decoration: none;}

#news_items_wrapper > div:last-child{display: flex;  justify-content: center; align-items: center; padding-top: 27px;}

#news_items_wrapper > div:last-child a{
    padding: 15px 20px; 
    /* background: #3F9F7F; */
    /* color: #FFF; */
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    text-decoration: none;
}



/*===== Badge Section ===============================*/

#badge_section_pd{background: #F1F3F5; }

/*
#badge_section{max-width: 1087px; width: 100%; margin: 0 auto; padding: 24px 0;}
*/

#badge_wrapper{   
    padding: 50px 0; text-align: center;
}

#badge_wrapper > p{
    color: #161616; 
    font-size: 20px; 
    font-weight: 300; 
    line-height: 1.5; 
    text-transform: capitalize; 
    
    width:700px;
    margin: 0 auto 24px;
}

#badge_wrapper h2{color: #161616; font-size: 38px; font-style: normal;font-weight: 900;line-height: 100%; text-transform: capitalize; margin-bottom: 24px;}

#badge_wrapper >p.zlk_home_c1{
    color: var(--ZLK-Green); 
    font-weight: 700;
    font-size: 22px;
}

#badge_items_wrapper{margin-top: 31px;}

#badge_list_inner{display: flex; gap: 20px; flex-wrap: wrap; justify-content: center; margin-top: 36px;}




#footer_wrapper{margin-top: 0;}






@media only screen and (max-width: 1400px) {


}



















@media only screen and (max-width: 1024px) {

    /*===== Top Banner =========================*/
    #home_intro_right_wrapper{display:none;}
    #home_intro_left_wrapper{width: 100%;}
    #home_intro_search_ipt{width:auto;}

    #home_intro_row_wrapper{
        border: 0;
        margin: 0;
    }
    #home_intro_row_inner {
        flex-direction: column;
        gap: 30px;
    }
    #home_intro_row_inner > div:first-child{padding:0;}
    #home_intro_row_inner > div:last-child{padding:0;}

    #home_intro_row_inner > div{
        padding: 0;
        border: 0;

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

    .HomeMetricBlock{width:70%;}
    .HomeMetricBlock strong{margin-bottom: 4px;}

    /*===== Settlement =========================*/
    .amount_text{
        font-size: 24px; 
        line-height: 1.5;
    }

    .company_title{
        font-size:16px;
        line-height: 1.5;
    }
    
    #home_settlement_section{
        padding-bottom:88px;
    }

    /*===== Why Choose LK ========================*/
    #wclk_wrapper{
        margin: 0 auto;
        padding: 0;
        gap:30px;
    }

    /* #wclk_wrapper > div:first-child {flex: 1;} 
    #wclk_wrapper > div:last-child  {flex: 0 1 33%;} */

    #wclk_wrapper > div:last-child  {display: none;}

    #wclk_wrapper p:first-child{font-size:16px; line-height: 1.4;}
    #wclk_wrapper h2{
        margin-bottom: 14px;
        font-size:28px; 
        line-height: 1.4;
        color:var(--ZLK-Green)
    }

    #wclk_wrapper p {margin: 0; color:var(--ZLK-Blue);}
    #wclk_wrapper img {max-width: 100%; height: auto;}
    #wclk_wrapper ul li{color:var(--ZLK-Blue);}


    /*===== News Section ===============================*/
    .news_item_col1{float: right; width: 50%;}
 
    .news_item_col1 img{max-width: 64px; position: absolute; top: -24px; right: -16px;}
    
    .news_item_col1 > a{font-size: 18px; line-height: 25.2px; position: absolute; bottom: 24px; right: 24px;}
 
    .news_item_col2 > .news_col2_style{padding-left: 0;}
 
    .news_item_col2 > .news_col2_style > h5{font-size: 16px; line-height: 17.6px; margin-bottom: 16px;}

    .news_cate{font-size: 16px; line-height: 22.4px; margin: 16px 0 0;}


    /*===== Investors trust Levi & Korsinsky ===== */
    #badge_wrapper > p {width:100%;}

    /*===== Meet the Team Fighting for Your Rights ====== */
    #mttffyr_img_wrapper img{
        width:90%;
        height: auto;
    }

    #mttffyr_text_wrapper > p{width:100%;}

}


@media only screen and (max-width: 720px){
    
    /*===== News Section ===============================*/
    .news_item_wrapper{padding: 16px; margin: 40px 16px;}
 
    .news_item_col1 > a{ bottom: 16px; right: 16px;}
 
    .news_item_wrapper:nth-child(3){margin-bottom: 24px;} 
    
    .news_item_col2{width: 100%;}
    
    .news_item_col2 > .news_col2_style{padding-bottom: 26px;}
}



@media only screen and (max-width: 768px){
    
    .section{padding:30px 0;}
}