.zw-product-header {
    background: #fdffe9;
    border-bottom: 1px solid #edeedb;
}
.header-section {
    background: #FDFFE9;
    padding: 70px 5% 90px;
}
.title-container {
    position: relative;
    max-width: 1280px;
    margin: auto;
}
.customers-title {
    text-align: center;
}
.customers-heading {
    font-family: var(--zf-secondary-extrabold);
    font-size: 54px;
    line-height: 64px;

}
.heading-secondary{
    font-family: var(--primaryfont-semibold);
    font-size: 36px;
    line-height: 57px;
}
.text-highlight {
    color: #069949;
    font-family: var(--primaryfont-semibold);
}
.vector-1,
.vector-2 {
    position: absolute;
    width: 22px;
    top: 65%;
}
.vector-1 {
    left: 10%;
}
.vector-2 {
    right: 10%;
}

.customers-hero-section {
    background: linear-gradient(0deg,#fff 50%,#FDFFE9 0);

}
.stories-that-inspire-section {
    max-width: 1280px;
    margin: auto;
    background: #069949;
    padding-top: 40px;
    border-radius: 16px;
}
.stories-that-inspire-heading {
    display: flex;
    align-items: center;
}
.line-design {
    width: 100%;
    height: 6px;
    border: 1px solid hsla(0,0%,100%,.14);
}
.stories-that-inspire-heading h2 {
    color: #fff;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    padding: 0 5px;
    flex-shrink: 0;
    text-align: center;
    text-transform: uppercase;
    font-size: 16px;
    font-family: var(--zf-secondary-extrabold);
    line-height: normal;
}
.stories-container {
    display: none;
    justify-content: center;
    gap: 24px;
    padding: 50px 5% 63px;
}
.stories-testimonial-content {
    flex: 3;
    background-color: #fff;
    border-radius: 14px;
}
.quote {
    padding: 40px 45px 0;
}
.testimonial-content-desc {
    font-size: 21px;
    line-height: 42px;
    padding: 5px  85px 25px 45px;
    font-family: var(--secondaryfont-bold);
}
.user-details {
    padding: 20px 45px;
    border-top: 1px solid #F2F2F2
}
.user {
    
    font-size: 24px;
    line-height: 27.53px;
    padding: 0 0 5px;
}
.user-firm {
    font-size: 16px;
    line-height: 18.35px;
    padding: 0 0 5px;
}
.video-card {
    flex: 2;
}
.video-card-body {
    position: relative;
    cursor: pointer;
    border-radius: 14px;
    overflow: hidden;
    height: 100%;
}
.video-card-customer-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.video-card-user-details {
    position: absolute;
    width: 65%;
    top: 72%;
    left: 8%
}
.user-name {
    font-family: var(--zf-secondary-medium);
    font-size: 16px;
    line-height: 28px;
    color: #fff;
}
.video-card-user-firm {
    font-family: var(--zf-secondary-medium);
    font-size: 15px;
    line-height: 21px;
    color: #fff;
}
.gradient {
    position: absolute;
    width: 100%;
    height: 50%;
    top: 50%;
    background: linear-gradient(0deg, #000 1.47%, rgba(0, 0, 0, 0.00) 86.23%);
}
.play-icon-container {
    position: absolute;
    top: 80%;
    left: 80%;
    width: 50px;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.play-icon img {
    width: 100%;
}
.play-icon:hover {
    scale:1.1;
    transition: all .3s ease-in-out;
}

/* customers container ends */

/* Testimonial container start  */

.customer-testimonial-section {
    padding: 90px 5%;
}
.testimonial-container {
    position: relative;
    max-width: 1280px;
    margin: auto;
}
.tabs {
    display: flex;
    gap: 24px;
}
.tabs span {
    font-size: 20px;
    font-family: var(--secondaryfont-bold);
    line-height: normal;
}
.tabs span:hover {
    cursor: pointer;
}
.tabs .active {
    color: #069949;
    border-bottom: 3px solid  #069949;
}
.customer-fav-container {
    margin: 40px auto;
    padding: 40px 30px;
    border-radius: 16px;
    display: flex;
    border: 1px solid #000;
}
.customer-fav-heading-container {
    flex: 1 1 0;
}
.customer-fav-heading {

    line-height: normal;
    color: #069949;
    font-size: 16px;
    padding-bottom: 15px;
}
.customer-fav-heading span {
    font-family: var(--secondaryfont-bold);
}

.customers-fav-desc {
    font-family: var(--secondaryfont-bold);
    font-size: 28px;
    line-height: 40px;
}
.customer-fav-label-container { 
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    flex: 1 1 27%;
}
.customer-fav-label {
    border: 1px solid #000;
    border-radius: 27px;
    font-size: 14px;
    padding: 14px 16px;
}

.customers-card-container {
    display: flex;
    max-height: 800px;
    transition: max-height 0.5s ease-in;
    overflow: hidden;
    gap: 20px;
}
.customers-card-container.load-more {
    max-height: 3500px;
    transition: max-height 0.5s ease-in;
} 
[filter="video-tab"] .testimonial {
    display:  none ;
}
[filter="testimonial-tab"] .video {
    display: none;
}
.customer-card-column {
 flex: 1;
}
 .customer-card {
    flex: 1 1 25%;
    border: 1px solid #e9e9e9;
    border-radius: 14px;
    overflow: hidden;
    margin : 0 0 20px 0;
}

.customer-card-head {
    background-color: #f8f8f8;
    padding: 20px 24px;
    display: flex;
    align-items: center;
}
.customer-card-head .customer-details {
    text-align: left;
    padding-left: 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.customer-details .name {
    font-size: 16px;
    line-height: normal;
    font-family: var(--secondaryfont-bold);
}
.customer-details .company{
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0px;
}
.customer-details .designation {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0px;
}
.company-logo,
.customer-logo {
    width: 70px;
    height: 70px;
    padding: 5px;
    display: flex;
    justify-content: center;
}
.company-logo img{
    object-fit: contain;
    border-radius: 10px;
}
.customer-logo img {
    border-radius: 50%;
    object-fit: cover;
}
.customer-card-body {
    padding: 20px 24px;
}
.testimonial-desc {
    color: #333;
    font-family: var(--secondaryfont-bold);
    font-size: 16px;
    line-height: 30px;
}
.customer-card .video-card-body {
    height: 400px;
}
.load-more-btn-container {
    text-align: center;
    position: relative;
    top: -60px;
}
.load-more-btn {
    padding: 17px 30px;
    margin: auto;
    background: #fff;
    border-radius: 4px;
    border: 1px solid #000;
    cursor: pointer;
}
.linear-gradient-white {
    content: "";
    height: 350px;
    width: 100%;
    position: absolute;
    bottom: 0;
    background: linear-gradient(180deg,hsla(0,0%,100%,0),hsla(0,0%,100%,.67) 52.69%,#fff 82.09%)
}
/* Testimonial container ends */

/* Join-community starts */
.community-banner-section {
    padding-bottom: 80px;
}
.join-community {
    max-width: 1280px;
    margin: auto;
    border-radius: 16px;
    background: url("/sites/zweb/images/practice/images/join-community.png") no-repeat 50% / contain;
    background-color: #069949;
    padding: 120px 0;

}
.join-community-content {
    text-align: center;
}
.join-community-content-primary {
    font-family: var(--secondaryfont-bold);
    color: #fff;
    font-size: 36px;
    line-height: 48px;
}
.sign-up-today{
    font-family: var(--secondaryfont-bold);
    display: inline-block;
    font-size: 16px;
    border-radius: 6px;
    padding: 16px 24px;
    margin-top: 22px;
    background-color: #f5ba31;
    color: #000;
}
.sign-up-today a {
    color: #000;
}

/* Join community ends */

.fill-orange {
    background-color: #FFF5EA;
}

.display-none {
    display: none ;
}
.display-story {
    display: flex;
}
@media screen and (max-width: 1024px) { 
    .stories-that-inspire-section,
    .join-community {
        border-radius: 0;
    }
    .load-more-btn-container {
        top: 0;
    }

}

@media screen and (max-width: 768px) {
    .customers-card-container {
        display: block;
    }
    .header-section,
    .customer-testimonial-section{
        padding: 60px 5%;
    }
    .customers-heading {
        font-size: 45px;
        line-height: 50px;
    }

    .stories-testimonial-content {
        order: 1;
    }

    .stories-that-inspire-section .play-icon-container {
        top: 80%;
    }
    .stories-container,
    .customer-fav-container {
        flex-direction: column;
        align-items: center;
        gap: 24px;
    }
    .customer-fav-heading-container {
        width: 100%;
    }
    .stories-container .video-card-user-details {
        top: 68%;
    }
    .customers-card-container.load-more {
        max-height: max-content;
    }
    .vector-1,
    .vector-2 {
        display: none;
    }
}

@media screen and (max-width: 500px) {
    .stories-container,
    .customer-fav-container {
        gap: 16px;
    }
    .customers-heading,.join-community-content-primary {
        font-size: 32px;
        line-height: 42px;
    }
    .heading-secondary {
        font-size: 24px;
        line-height: 42px;
    }

    .stories-container .video-card-user-firm {
        font-size: 11px;
        line-height: 14px;
    }
    .stories-container .user-name {
        font-size: 13px;
        line-height: 18px;
    }
    .quote {
        text-align: center;
    }
    .testimonial-content-desc {
        text-align: center;
        line-height: 28px;
        padding: 5px 27px 21px;
    }
    .user-details {
        text-align: center;
    }
    .user {
        font-size: 17px;
        line-height: 20px;
    }
    .user-firm {
        font-size: 14px;
    }

    .video-card-user-firm {
        font-size: 14px;
    }
    .tabs {
        text-align: center;
    }
    .tabs span {
        margin: 0;
    }
    .customer-fav-container {
        padding: 22px 20px;
    }
    .customers-fav-desc {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 15px
    }
    .community-banner-section {
        padding: 0;
    }
    .join-community {
        padding: 40px 0;
        background-image: none;
    }
}