/* Reset css */

@import url("https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400..700;1,400..700&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap");

* {
    margin: 0;
    padding: 0;
}

* html {
    font-size: 87.5%;
}

html {
    -ms-overflow-x: hidden;
    overflow-x: hidden;
}

body {
    font-family: "Raleway", sans-serif;
    font-size: 16px;
    line-height: 1.3;
    color: #000000;
    overflow-wrap: break-word;
    word-wrap: break-word;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font: inherit;
    vertical-align: baseline;
    font-family: inherit;
    font-size: 16px;
    font-style: inherit;
    font-weight: inherit;
    font-family: "Raleway", sans-serif;
}

p,
span {
    line-height: 1.4;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

p {
    margin: 0 0 20px;
    color: #1a1a1a;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 800;
    font-family: "Raleway", sans-serif;
}

h1 {
    font-size: 54px;
    font-family: "Raleway", sans-serif;
    font-weight: 900;
    letter-spacing: -2%;
}

h2 {
    font-size: 50px;
    letter-spacing: -2%;
    font-family: "Raleway", sans-serif;
}

h3 {
    font-size: 52px;
    letter-spacing: -2%;
    font-family: "Raleway", sans-serif;
}

h4 {
    font-size: 32px;
    letter-spacing: -2%;
    font-family: "Raleway", sans-serif;
}

a {
    cursor: pointer;
    display: block;
}

html {
    font-size: 62.5%;
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
    display: block;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

caption,
th,
td {
    font-weight: normal;
    text-align: left;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}

blockquote,
q {
    quotes: none;
}

a:hover,
a:active {
    outline: 0;
}

a img {
    border: 0;
}

img {
    max-width: 100%;
    height: auto;
}

select {
    max-width: 100%;
}

em {
    font-style: italic;
}

figure > img {
    display: block;
    margin: 0 auto;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}

b,
strong {
    font-weight: bold;
}

::-ms-input-placeholder {
    /* Edge 12-18 */
    color: #c2c2c2;
    font-size: 12px;
    font-family: "Raleway", sans-serif;
    font-weight: 400;
}

::placeholder {
    color: #c2c2c2;
    font-size: 12px;
    font-weight: 400;
    font-family: "Raleway", sans-serif;
}

.container {
    width: 95%;
    margin: 0 auto;
    max-width: 1280px;
}

label {
    font-family: "Raleway", sans-serif;
    font-size: 14px;
    font-weight: 600;
    padding-bottom: 5px;
    color: #000000;
}

.hide {
    display: none;
}

.grid {
    display: flex;
}

input,
select {
    background-color: #ffffff;
    border-color: #d1d1d1;
    border-width: 1px;
    font-family: "Raleway", sans-serif;
    font-weight: 500;
}

form input:hover,
form input:focus,
form select:hover,
form select:focus,
input:hover,
input:focus,
select:hover,
select:focus,
textarea:hover,
textarea:focus {
    border: 1px solid #ddd;
    outline: 0;
}

form input[type="text"],
form input[type="password"],
form input[type="email"],
form input[type="url"],
form input[type="date"],
form input[type="month"],
form input[type="time"],
form input[type="datetime"],
form input[type="datetime-local"],
form input[type="week"],
form input[type="number"],
form input[type="search"],
form input[type="tel"],
form input[type="color"],
form select,
form textarea {
    display: inline-block;
    min-height: 45px;
    width: 100%;
    font-size: 14px;
    line-height: 1.8;
    padding: 6px 12px;
    margin-top: 5px;
    font-family: "Raleway", sans-serif;
    vertical-align: middle;
    background-color: rgba(0, 0, 0, 0);
    color: #1d1f24;
    border: 1px solid #bdc1c7;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

button.primary-button,
.btn-primary {
    border: 0;
    color: #fff;
    border-style: none;
    padding: 10px 26px;
    cursor: pointer;
    background: #3f9f7f;
    border-radius: 6px;
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
    transition: 0.4s;
}

button.primary-button:hover,
.btn-primary:hover {
    background: #000465;
    transition: 0.4s;
}

button.primary-button > span {
    display: flex;
    justify-content: center;
    align-items: center;
}

button.primary-button .button-icon {
    margin-right: 6px;
    position: relative;
    top: -1px;
}

button.primary-button svg {
    height: 16px;
    width: 16px;
    fill: #e1e2e3;
    position: relative;
    top: 3px;
}

button.primary-button span.button-text {
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    margin-right: 0.2rem;
}

button.secondary-button {
    border: 0;
    color: #fff;
    border-style: none;
    border-radius: 25px;
    padding: 12px 40px;
    cursor: pointer;
    background: #3f9f7f;
    border-radius: 10px;
    width: 100%;
    max-width: 255px;
    cursor: pointer;
}

button.secondary-button:hover {
    color: #fff;
    transition: 0.4s;
    background: #000465;
}

button.secondary-button > span {
    display: flex;
    justify-content: center;
    align-items: center;
}

button.secondary-button .button-icon {
    margin-right: 6px;
    position: relative;
    top: -1px;
}

button.secondary-button svg {
    height: 16px;
    width: 16px;
    fill: #e1e2e3;
    position: relative;
    margin-left: 0.5rem;
}

button.secondary-button span.button-text {
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    margin-left: 0.2rem;
}

button.disabled {
    background-color: #e1e2e3;
}

button.terriorty-button svg {
    height: 16px;
    width: 16px;
    fill: #000465;
    position: relative;
    margin-left: 0.5rem;
    top: 4px;
    transform: rotate(180deg);
}

.tab-content .form-button button.terriorty-button {
    border: 1px solid #000465;
    border-radius: 50px;
    padding: 1rem 4rem;
    margin-right: 2rem;
    color: #000465;
}

button.terriorty-button span {
    font-weight: bold;
}

button.terriorty-button {
    border: 0;
    background: transparent;
    padding: 1rem;
    border-radius: 50px;
}

.text-center {
    text-align: center;
}

.text-left {
    text-align: left;
}

.text-left p {
    text-align: left;
    margin: 0 !important;
}

.mt8 {
    margin-top: 8rem;
}

.mb8 {
    margin-bottom: 8rem;
}

.p6 {
    padding: 6rem 0;
}

.bg-F1FFFB {
    background-color: #f1fffb;
}

.pt6 {
    padding-top: 6rem;
}

.pb6 {
    padding-bottom: 6rem;
}
header {
  position: fixed;
  width: 100%;
  text-align: center;
  top: 0;
  background-color: #fff;
  border-bottom: 1px solid #dbd7d7;
  z-index: 999;
}
body header .header-wrap {
  padding: 2rem 0 !important;
}
/* Banner section*/

/*Main Banner */
section.main-banner {
    z-index: 1;
    background-color: #ecfffa;
    height: 600px;
    margin-top: 58px;
}

section.main-banner:after {
    background: none;
    content: none;
}

.bg-image {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 8em 0 4em;
    height: 600px;
}

.main-row-grid .row-content .small-text {
    font-size: 14px;
    color: #000465;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 4px;
}

.main-row-grid {
    display: grid;
    grid-template-rows: repeat(1, auto);
    width: 100%;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 2em;
    align-items: center;
}

.row-content h1,
.row-content h1 span {
    color: #3f9f7f;
    margin: 1rem auto;
    line-height: 1.1;
    font-family: "Raleway", sans-serif;
    font-size: 52px;
    letter-spacing: -2%;
    font-weight: 900;
    font-style: inherit;
}

.row-content h1 span {
    color: #000465;
    font-style: inherit;
}

/* .row-content {
    padding-right: 6rem;
} */

.row-content p {
    font-weight: 500;
    margin: 3rem 0;
    font-size: 20px;
    line-height: 1.6;
    opacity: 0.8;
}

.row-button {
    display: flex;
    justify-content: flex-start;
    align-content: center;
}

.row-button .how-works .btn.btn-secondary {
    display: flex;
    justify-content: center;
    align-content: center;
    font-size: 16px;
    text-decoration: none;
    color: #000;
    font-weight: 600;
    line-height: normal;
    vertical-align: middle;
}

.join-now {
    position: relative;
    top: 0;
    margin-right: 0;
}

.row-button .how-works .btn.btn-secondary .text {
    line-height: 2.6;
    margin-left: 1rem;
}

/*Committed-to-your-rights */

.heading-wrap .small-text {
    font-size: 14px;
    color: #000465;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 4px;
}

.heading-wrap h2,
.heading-wrap h2 span {
    color: #3f9f7f;
    font-weight: 900;
    margin: 1rem auto;
    font-size: 50px;
    line-height: 1.1;
    font-family: "Raleway", sans-serif;
}

.heading-wrap h2 span {
    font-style: italic;
    color: #1a1a1a;
}

.justify-start {
    justify-content: flex-start;
}

.row-reverse {
    flex-direction: row-reverse;
}

.justify-between {
    justify-content: space-between;
}

.overflow-hidden {
    overflow: hidden;
}

.heading-wrap p {
    font-size: 18px;
    color: #1a1a1a;
    max-width: 670px;
    line-height: 1.5;
    margin: 0 auto;
    font-weight: 400;
}

.poster-grid:before {
    content: "" "";
    background-image: url("https://consumer.zlk.com/wp-content/uploads/2025/12/pattern.png");
    width: 500px;
    height: 833px;
    display: block;
    position: absolute;
    top: -90px;
}

.recall-matter {
    overflow: hidden;
}

.poster-grid {
    position: relative;
}

.poster-grid img {
    position: relative;
}

.recall-matter-wrap p {
    font-size: 20px;
    margin-bottom: 1em !important;
    line-height: 1.7;
}

.consumer-inner-grid img {
    display: block;
    margin: 5rem auto;
    text-align: center;
}

.mobile-view {
    display: none !important;
}

.consumer-claim .row-button,
.justify-center {
    justify-content: center;
}

.w-50 {
    width: 50%;
}

.flex {
    display: flex;
    gap: 50px;
    align-items: center;
}

.vedio {
    width: 100%;
    height: 100%;
    border-radius: 30px;
}

.bg-fff {
    background-color: #fff;
}

.mt-90 {
    margin-top: 90px;
}

.mb-30 {
    margin-bottom: 30px;
}

.infographic {
    height: auto;
    width: 539px;
    aspect-ratio: 1;
    margin-left: auto;
    margin-right: auto;
}

.LST-section h5 {
    font-size: 24px;
    font-weight: 600;
}

.center {
    text-align: center;
}

.pt6 {
    padding-top: 6rem;
}

.pb6 {
    padding-bottom: 6rem;
}

.relative {
    position: relative;
}

.absolute {
    position: absolute;
}

.law {
    top: 0px;
    left: 10%;
    width: 335px;
}

.technology {
    bottom: 0;
    right: 0;
    width: 335px;
}

.scale {
    bottom: 0;
    left: 0;
    width: 335px;
}

.mb-16 {
    margin-bottom: 16px;
}

.color-primary {
    color: #3f9f7f;
}

.flex-grid {
    display: flex;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
}

.flex-grid h2 {
    white-space: nowrap;
}

.flex-grid .heading-wrap {
    width: 40%;
}

.flex-grid .brand-inner {
    width: 60%;
}

#explore-brand {
    background-color: #fafaff;
    border-top: 1px solid #00000012;
}

.brand-image img {
    background-color: #fff;
    border: 1px solid #5151512b;
    border-radius: 20px;
    margin: 0 auto;
}

.explore-blog ul.slick-dots li {
    text-align: center;
    width: auto;
    height: auto;
    transition: all 0.5s;
    margin-right: 0.5rem;
}

#explore-brand .slick-dots {
    bottom: -50px;
}

#explore-brand ul.slick-dots li.slick-active button {
    background-color: #000465;
    border: 1px solid #000465;
}

#explore-brand ul.slick-dots li button {
    background-color: rgb(255 255 255 / 70%);
    border-radius: 50px;
    width: 10px;
    height: 10px;
    border: 1px solid #d9d8d6;
}

#explore-brand ul.slick-dots li button:before {
    content: none;
}

/* Styles for the Media Mobile */
@media (max-width: 767px) {
    .container {
        padding: 0 20px;
        max-width: 100%;
        width: 100% !important;
    }
	.page-template-template-product-recall .menu-toggle svg {
    position: relative;
    top: 0;
}
	.page-template-template-product-recall .menu-toggle svg.humberger-menu-toggle__icon--close.icon-close {
    top: 5px;
}
	.page-template-template-product-recall .humberger-menu.is-active div#hide-in-mobile ul.nav li a {
    text-align: left;
}
	.page-template-template-product-recall .humberger-menu.is-active div#hide-in-mobile {
    margin-top: 20px;
}
    #explore-brand .brand-slide.brand-slider {
        margin: 0;
        padding-bottom: 0px;
    }

    .committed-to-your-rights .grid-slide .slides {
        margin-bottom: 2em;
    }

    #impact-section .impact-grid-inner {
        margin-top: 2em;
    }

    .grid-slide,
    .inner-grid {
        grid-template-columns: repeat(1, 1fr);
    }

    .grid-col {
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 1em;
    }

    .heading-wrap h2,
    .heading-wrap h2 span {
        font-size: 32px;
    }

    .flex {
        gap: 2em;
        align-items: center;
        flex-direction: column;
    }

    .w-50 {
        width: 100%;
    }

    br {
        display: none;
    }

    section.main-banner {
        height: auto;
        margin-top: 70px;
    }

    .main-row-grid {
        display: flex;
        flex-direction: column;
        padding: 0 0 4rem;
    }

    section.main-banner .container {
        width: 100%;
        padding: 0;
    }

    .main-row-grid .row-content {
        order: 2;
        padding: 0 20px;
    }

    .row-bg {
        height: auto;
        width: 100%;
    }

    .bg-image {
        padding: 8em 0 4em;
        height: 230px;
    }

    .row-content h1,
    .row-content h1 span {
        margin: 1rem 0;
        font-size: 30px;
        max-width: 360px;
    }

    .row-content p {
        margin: 2rem 0;
        font-size: 16px;
    }

    #about-section .content {
        order: 2;
    }

    .result-grid-slide {
        display: block;
    }

    .result-slide-item h2 {
        font-size: 40px;
    }

    .result-slide {
        margin-bottom: 1em;
        padding: 0 1em;
    }

    #our-approach .grid-slide {
        margin: 10rem auto 4rem;
    }

    #our-approach .grid-slide .slides {
        margin-bottom: 5em;
    }

    #our-approach .slide-item .slide-icon {
        width: 80px;
        height: 80px;
    }

    .grid-col .grid-col-item .icon-inner h4 {
        font-size: 16px;
    }

    #LST-section {
        padding-top: 0;
    }

    #LST-section .absolute {
        position: relative;
        width: 100%;
    }

    #LST-section .absolute {
        position: relative;
        width: 100%;
    }

    #LST-section .law,
    #LST-section .technology,
    #LST-section .scale {
        left: 0;
        right: 0;
    }

    .flex-grid {
        flex-direction: column;
    }

    .flex-grid .heading-wrap,
    .flex-grid .brand-inner {
        width: 100%;
        text-align: center;
    }

    .flex-grid .brand-inner {
        margin-top: 2em;
    }

    .flex-grid {
        flex-direction: column;
    }

    .flex-grid .heading-wrap,
    .flex-grid .brand-inner {
        width: 100%;
        text-align: center;
    }

    .flex-grid .brand-inner {
        margin-top: 2em;
    }

    .desktop-view {
        display: none !important;
    }

    .mobile-view {
        display: block !important;
    }

    .flex {
        flex-direction: column;
    }

    .poster-grid:before {
        display: none;
    }
    .recall-matter-wrap p {
      font-size: 18px;
      margin-bottom: 0.5em !important;
      line-height: 1.7;
  }
  .row-button{
    margin-top:3rem
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .nav-menu .navbar .nav {
        flex-direction: column;
    }

    .heading-wrap h2,
    .heading-wrap h2 span {
        font-size: 36px;
    }

    .grid-slide,
    .inner-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .grid-col {
        grid-template-columns: repeat(3, 1fr);
        grid-gap: 1em;
    }

    #our-approach .grid-slide .slides {
        margin-bottom: 3em;
    }

    .result-slide-item h2 {
        font-size: 30px;
    }

    .result-slide-item span {
        font-size: 1em;
    }

    section.main-banner .container {
        width: 100%;
        padding: 0;
    }

    .side-button {
        display: none;
    }

    .main-row-grid {
        padding: 0 0 4rem;
    }

    section.main-banner .container {
        width: 100%;
        padding: 0;
    }

    body section.main-banner {
        height: 350px;
    }

    .main-row-grid .row-content {
        padding: 0 20px;
    }

    .row-bg {
        height: auto;
        width: 100%;
    }

    .main-row-grid .bg-image {
        padding: 8em 0 4em;
        height: 350px;
    }

    .main-row-grid .row-content h1,
    .main-row-grid .row-content h1 span {
        margin: 1rem 0;
        font-size: 30px;
        max-width: 360px;
    }

    .main-row-grid .row-content p {
        margin: 2rem 0;
        font-size: 16px;
    }

    #about-section {
        padding-top: 0;
    }

    #LST-section .absolute {
        position: relative;
        width: 100%;
    }

    #LST-section {
        padding-top: 0;
    }

    #LST-section .absolute {
        position: relative;
        width: 100%;
    }

    #LST-section .law,
    #LST-section .technology,
    #LST-section .scale {
        left: 0;
        right: 0;
    }
}