/* Common CSS */
.zw-product-header {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 5;
}
.zwc-main-wrapper {
    background-color: #010213;
    color: #fff;
}
.zsection {
    padding: 110px 0 120px;
}
.zwc-main-wrapper { overflow: hidden; }
.zwc-main-wrapper h1 {
    font-size: 72px;
    line-height: 1.1;
    letter-spacing: -1px;
    margin-bottom: 30px;
}
.zwc-main-wrapper h2 {
    font-size: 50px;
    line-height: 1.15;
    margin-bottom: 0px;
}
.zwc-main-wrapper h3 {
    font-size: 32px;
    line-height: 1.15;
    margin-bottom: 25px;
}
.zwc-main-wrapper h4 {
    font-size: 25px;
    font-family: var(--zf-primary-bold);
}

/* Banner Section */
.zwc-banner-section {
    color: #fff;
    background-image: radial-gradient(circle at 25% 10%, #15173e, #010213 40%);
}
.zwc-banner-content {
    padding-top: 70px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 70px;
}
.zwc-banner-content-wrap h1 {
    max-width: 700px;
}
.zwc-banner-content-wrap p {
    max-width: 600px;
    margin-bottom: 35px;
}
.zwc-banner-image, .banner-inner-image {
    position: relative;
    line-height: 0;
}
.banner-inner-image {
    opacity: 0;
    transition: .4s ease-in-out;
}
.zwc-banner-image:after, .zwc-banner-image::before,
.banner-inner-image::after, .banner-inner-image::before {
    content: '';
    position: absolute;
    z-index: 1;
    background-repeat: no-repeat;
}
.zwc-banner-image:after, .zwc-banner-image::before {
    width: 230px;
    height: 60px;
    background-size: 230px;
}
.zwc-banner-image:after {
    background-image: url(/sites/zweb/images/zeptomail/agency/banner-new-template.png);
    left: -70px;
    animation: p-move-right 6s linear infinite;
    transition: .4s ease-out;
    bottom: 40px;
    opacity: 0;
}
.zwc-banner-image::before {
    background-image: url(/sites/zweb/images/zeptomail/agency/banner-tracking.png);
    left: -100px;
    bottom: -40px;
    animation: p-move-left 4s linear infinite;
    transition: .4s ease-out;
    opacity: 0;
}
.banner-inner-image::after {
    width: 280px;
    height: 240px;
    background-size: 280px;
    background-image: url(/sites/zweb/images/zeptomail/agency/banner-reports-image.png);
    right: 30px;
    opacity: 0;
    top: 0px;
    transition: .4s ease-out;
}
.banner-inner-image::before {
    width: 330px;
    height: 110px;
    background-size: 330px;
    background-image: url(/sites/zweb/images/zeptomail/agency/banner-domain-image.png);
    right: -140px;
    opacity: 0;
    transition: .4s ease-out;
    animation: p-move-up 5s linear infinite;
    bottom: 10px;
}
.bottom-animated .banner-inner-image {
    opacity: 1;
}
.bottom-animated .banner-inner-image::after {
    top: -40px;
    opacity: 1;
    transition-delay: .4s;
}
.bottom-animated .banner-inner-image::before {
    right: -60px;
    opacity: 1;
    transition-delay: .8s;
    animation-delay: 2.5s;
}
.bottom-animated .zwc-banner-image:after {
    left: -30px;
    opacity: 1;
    transition-delay: 1.2s;
    animation-delay: 2.5s;
}
.bottom-animated .zwc-banner-image:before {
    left: -70px;
    opacity: 1;
    transition-delay: 1.6s;
    animation-delay: 2.8s;
}
@keyframes p-move-up {
    0% { transform: translateY(0) }
    50% { transform: translateY(-10px) }
    100% { transform: translateY(0) }
}
@keyframes p-move-left {
    0% { transform: translateX(0) }
    50% { transform: translateX(10px) }
    100% { transform: translateX(0) }
}
@keyframes p-move-right {
    0% { transform: translateX(0) }
    50% { transform: translateX(-10px) }
    100% { transform: translateX(0) }
}

/* Testimonial Section */
.zwc-testimonial-section {
    padding: 30px 0 10px;
}
.zwc-testimonial-box-wrap {
    background-image: radial-gradient(circle at 95% 50%, #191d6c, #13132d, #08091f);
    border: 1px solid #56587E;
    border-radius: 30px;
    padding: 70px 90px;
}
.zwc-testimonial-section-wrap {
    display: flex;
    justify-content: space-between;
    gap: 50px;
    align-items: center;
}
.testimonial-section-image-wrap img {
    filter: brightness(0.8) grayscale(1);
    transition: filter 0.5s ease;
    border-radius: 30px;
}
.testimonial-section-image-wrap:hover img {
    filter: brightness(1) grayscale(0);
}
.testimonial-section-image-wrap {
    cursor: pointer;
    position: relative;
    line-height: 0;
    border-radius: 30px;
    max-width: 360px;
    text-align: center;
}
.zwc-testimonial-box-wrap a {
    font-size: 20px;
    color: #3480F3;
    text-decoration: underline;
    text-align: center;
    text-underline-offset: 4px;
    font-family: var(--zf-primary-semibold);
}
.zwc-read-more {
    display: block;
    margin-top: 20px;
    max-width: 360px;
    text-align: center;
}
.testimonial-section-image-wrap>span::before, .testimonial-section-image-wrap>span::after, .testimonial-section-image-wrap>span>span {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    border-radius: 50%;
}
.testimonial-section-image-wrap>span>span {
    height: 66px;
    width: 66px;
    background-color: #d1d1d1;
    z-index: 2;
}
.testimonial-section-image-wrap>span::before, .testimonial-section-image-wrap>span::after { content: ''; }
.testimonial-section-image-wrap>span::before, .testimonial-section-image-wrap>span::after, .testimonial-section-image-wrap>span>span {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    border-radius: 50%;
}
.testimonial-section-image-wrap>span::before {
    height: 110px;
    width: 110px;
    background-color: rgba(255, 255, 255, 0.2);
    animation: growAndFade 2.5s ease-in-out infinite;
}
.testimonial-section-image-wrap>span::after {
    height: 88px;
    width: 88px;
    background-color: rgba(255, 255, 255, 0.4);
    animation: growAndFade 2.5s ease-in-out infinite;
}
@keyframes growAndFade {
    0% {
        transform: scale(0.5);
        opacity: 1;
    }
    60% { opacity: 1; }
    100% {
        transform: scale(1);
        opacity: 0;
    }
}
.testimonial-section-image-wrap>span>span::after {
    content: '';
    height: 19px;
    width: 15px;
    position: absolute;
    top: 0;
    left: 5px;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 5;
    background-image: url(/sites/zweb/images/zeptomail/homepage/sprite.png);
    background-size: 520px auto;
    background-position: -357px -67px;
}
p.zwc-testimonial-quote {
    font-family: var(--zf-primary-medium);
    font-size: 28px;
    max-width: 650px;
    margin-bottom: 25px;
}
.testimonial-section-content-wrap span {
    color: #49FD98;
    font-size: 22px;
    font-family: var(--zf-primary-semibold);
}
.testimonial-section-content-wrap>div p {
    display: grid;
    margin: 0;
}

/* Isolation Section */
.zwc-isolation-section {
    text-align: center;
}
.zwc-isolation-head-wrap {
    margin-bottom: 50px;
}
.zwc-isolation-section h2 {
    max-width: 620px;
    margin: 0 auto 30px;
}
.zwc-isolation-section p {
    max-width: 750px;
    margin: 0px auto;
}
.zwc-isolation-section .content-wrap {
    max-width: 1180px;
}
.zwc-isolation-section .zwc-glow-box-wrap {
    line-height: 0;
}

/* Features Section */
.zwc-features-section {
    max-width: 1660px;
    margin: 0 auto;
    padding: 120px 0 130px;
    position: relative;
    z-index: 2;
    border-radius: 30px;
    position: relative;
    overflow: hidden;
    width: 96%;
}
.zwc-features-section::before {
    content: '';
    height: 280%;
    width: 120%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: radial-gradient(ellipse at 25% -10%, #1D2381 9%, #15173E 28%, #194D40 40%, #194D40);
    opacity: 0.7;
    transform: rotate(-4deg) translate(0px, -7%);
}
.zwc-features-section .content-wrap {
    max-width: 1180px;
    margin: 0 auto;
}
.zwc-features-head-wrap {
    display: grid;
    grid-template-columns: .7fr 1fr;
    align-items: center;
    grid-gap: 80px;
    margin-bottom: 50px;
}
.zwc-features-head-wrap p{
    max-width: 500px;
    margin-bottom: 0;
}
.zwc-features-tab {
    display: flex;
    align-items: center;
    grid-gap: 5px;
    background-color: rgba(0, 0, 0, 0.5);
    width: fit-content;
    padding: 8px 6px;
    border-radius: 10px;
    position: relative;
    margin-bottom: 80px;
}
.zwc-features-tab .zwc-tab {
    position: absolute;
    left: 6px;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 75%;
    background-color: #4DFD9A;
    width: 110px;
    border-radius: 8px;
    transition: transform 0.5s ease, left 0.5s ease, width 0.5s ease;
}
.zwc-features-tab span {
    cursor: pointer;
    padding: 8px 20px;
    max-width: 200px;
    text-align: center;
    font-size: 15px;
    font-family: var(--zf-secondary-medium);
    border-radius: 8px;
    position: relative;
    z-index: 2;
    transition: color 0.5s ease;
}
.zwc-features-tab span.active {
    color: #000;
    font-family: var(--zf-primary-semibold);
}
.zwc-features-wrap {
    display: grid;
    grid-template-columns: .9fr 1.2fr;
    align-items: start;
    grid-gap: 60px;
    position: relative;
}
.zwc-features-content {
    position: relative;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s ease, visibility 0.5s ease;
    padding-top: 20px;
}
.zwc-features-content {
    grid-row: 1/2;
    grid-column: 1/2;
}
.zwc-features-content>h3 {
    margin-bottom: 25px;
}
.zwc-features-img {
    grid-row: 1/2;
    grid-column: 2/3;
    height: 470px;
    background-color: #030414;
    border-radius: 15px;
    overflow: hidden;
    display: grid;
    align-items: end;
    position: relative;
    justify-items: center;
}
.zwc-features-img > img {
    opacity: 0;
    visibility: hidden;
    transform: translate(0%, 5%);
}
.zwc-features-img.active img {
    opacity: 1;
    visibility: visible;
    transform: translate(0);
}
.zwc-features-img.active {
    z-index: 2;
}
.zwc-features-img > img {
    width: 100%;
}
.zwc-features-content.active {
    opacity: 1;
    visibility: visible;
    z-index: 2;
}
.zwc-features-img span {
    position: absolute;
    right: 0;
    left: 0;
    padding-left: 5%;
    bottom: -10px;
}
.zwc-features-img span img {
    border-radius: 10px 0 10px 0;
    width: 100%;
    opacity: 0;
    transform: translate(10%);
    transition: opacity 1s ease, transform 1s ease;
}
.zwc-features-img.active span img {
    opacity: 1;
    transform: translate(0);
}

/* Email Logs Section */
.zwc-logs-head-wrap {
    max-width: 510px;
    margin-bottom: 70px;
}
.zwc-logs-head-wrap h2 {
    margin-bottom: 25px;
}
.zwc-logs-head-wrap p {
    margin-bottom: 0;
}
.zwc-logs-content-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    align-items: center;
    gap: 55px;
}
.zwc-logs-content-wrap>div {
    transform: translateY(45px);
    transition: .8s ease-in-out;
    line-height: 0;
}
.zwc-logs-content-wrap>div img {
    border-radius: 15px;
}
.middle-animated .zwc-logs-content-wrap>div {
    transform: translateY(0px);
}
.middle-animated .zwc-logs-content-wrap .zwc-detailed-view {
    transition-delay: .2s;
}
.middle-animated .zwc-logs-content-wrap .zwc-stored-content{
    transition-delay: .4s;
}

/* Support Section */
.zwc-support-section .content-wrap {
    max-width: 1020px;
}
.zwc-support-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 130px 0;
    position: relative;
}
.zwc-solution-wrap {
    flex-direction: row-reverse;
}
.zwc-addon-line::after, .zwc-addon-line::before  {
    content: '';
    height: 1px;
    width: 100%;
    background-color: #30324e;
    position: absolute;
    left: 0;
    right: 0;
}
.zwc-addon-line::before {
    top: 0;
}
.zwc-addon-line::after {
    bottom: 0;
}
.zwc-support-head-wrap {
    max-width: 430px;
}
.zwc-support-head-wrap p{
    margin: 0;
}
.zwc-support-video-wrap video {
    border-radius: 20px;
    border: 1px solid #3b3c5d;
}
.zwc-support-content-wrap, .zwc-support-video-wrap, .zwc-logs-head-wrap {
    position: relative;
    z-index: 2;
}
.zwc-support-image-types {
    padding: 12px 25px 12px 55px;
    border-radius: 10px;
    background-color: #0B0B25;
    border: 1px solid #36385A;
    min-width: 200px;
    position: absolute;
    display: block;
    color: #A7ABF5;
    font-size: 18px;
    text-align: left;
}
.zwc-email {
    top: 90px;
    left: -100px;
}
.zwc-chat {
    top: 170px;
    left: -80px;
}
.zwc-call {
    top: 250px;
    left: -110px;
}
.zwc-email, .zwc-chat, .zwc-call {
    opacity: 0;
    transition: .4s ease-out opacity, .4s ease-out left;
}
.middle-animated .zwc-email, .middle-animated .zwc-chat, .middle-animated .zwc-call {
    opacity: 1;
}
.middle-animated .zwc-email {
    left: -150px;
    transition-delay: .1s;
}
.middle-animated .zwc-chat {
    left: -120px;
    transition-delay: .5s;
}
.middle-animated .zwc-call {
    left: -160px;
    transition-delay: 1s;
}
.zwc-email:before, .zwc-chat:before, .zwc-call:before {
    content: '';
    position: absolute;
    display: block;
    background-repeat: no-repeat;
    background-image: url(/sites/zweb/images/zeptomail/agency/agency-page-sprite.svg);
    background-size: 75px;
    left: 20px;
    top: 13px;
}
.zwc-email:before {
    width: 25px;
    background-position: -25px 0;
    height: 23px;
}
.zwc-chat:before {
    width: 25px;
    height: 24px;
    background-position: 0 0;
    top: 15px;
}
.zwc-call:before {
    width: 25px;
    height: 25px;
    background-position: -50px 0;
}
.zwc-support-content-wrap::after, .zwc-support-video-wrap::after, .zwc-logs-head-wrap::after {
    content: '';
    position: absolute;
    width: 680px;
    height: 400px;
    bottom: -70px;
    right: -150px;
    background: radial-gradient(#15173e 0%, #010213 75%);
    z-index: -1;
}
.zwc-support-video-wrap::after {
    right: -100px;
    bottom: -30px;
}
.zwc-logs-head-wrap::after {
    width: 670px;
    height: 350px;
    background: radial-gradient(#15173e 0%, #010213 74%);
    right: -40px;
    bottom: -60px;
}

/* Other Links Section */
.zwc-glow-box-wrap {
    background-color: #56587e;
    background-image: linear-gradient(to right bottom, #0a0b25, #56587e);
    padding: 1px;
    border-radius: 30px;
    position: relative;
    overflow: hidden;
}
.zwc-glow-box {
    background-image: radial-gradient(circle at 25% -40%, #202471, #090a22, #08091f);
    border-radius: 30px;
    position: relative;
    z-index: 2;
    overflow: hidden;
}
.zwc-other-links-card {
    padding: 80px 130px;
}
.zwc-glow-box-wrap::after {
    content: '';
    position: absolute;
    width: 15%;
    height: 35%;
    background-image: radial-gradient(rgb(77 253 154 / 100%), transparent 60%);
    top: 0;
    left: 10%;
    border-radius: 100%;
    transform: translate(-50%, -50%);
    z-index: 1;
    opacity: 1;
    animation: borderSlide 8s linear infinite;
}
@keyframes borderSlide {
    0% {
        left: 0%;
        top: 100%;
    }
    20% {
        left: 0;
        top: 0;
    }
    40% {
        left: 100%;
        top: 0;
    }
    60% {
        left: 100%;
        top: 100%;
        opacity: 1;
    }
    80% {
        left: 50%;
        top: 100%;
        opacity: 1;
    }
    100% {
        left: 0;
        top: 100%;
        opacity: 1;
    }
}
.zwc-other-links-card h3 {
    max-width: 600px;
    margin-bottom: 40px;
    font-size: 40px;
}
.zwc-other-links {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 25px;
}
.zwc-other-links>li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    max-width: 520px;
    background-color: #0C0D2B;
    border: 2px solid #56587E;
    padding: 20px 30px;
    cursor: pointer;
    border-radius: 40px;
    transition: border .3s;
}
.zwc-other-links>li a:hover {
    border: 2px solid #4BFC99;
}
a.other-link-active {
    color: #fff;
    font-size: 25px;
    transition: .3s;
}
.outer-arrow {
    background: transparent;
    border: 2px solid #fff;
    padding: 18px 11px;
    border-radius: 50%;
    transform: rotate(135deg);
    transition: .3s;
}
.inner-arrow {
    position: relative;
    background: #fff;
    width: 16px;
    height: 2px;
    transition: .3s;
}
.inner-arrow:before, .inner-arrow:after {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    top: -4px;
    background: #fff;
    width: 2px;
    height: 10px;
    transform-origin: 5px center;
    transition: .3s;
}
.inner-arrow:before { transform: rotate(-45deg); }
.inner-arrow:after { transform: rotate(45deg); }
.zwc-other-links>li:hover .outer-arrow {
    border: 2px solid #4BFC99;
    background: #4BFC99;
}
.zwc-other-links>li:hover .inner-arrow, .zwc-other-links>li:hover .inner-arrow:after, .zwc-other-links>li:hover .inner-arrow:before {
    background-color: black;
}
.zwc-other-links>li:hover a.other-link-active {
    color: #4BFC99;
}

/* FAQ Section */
.zwc-faq-wrap {
    display: flex;
}
.zwc-faq-section h2 {
    text-align: center;
    margin: 0 auto 40px;
    max-width: 600px;
}
.zwc-faq-wrap {
    max-width: 750px;
    margin: 0 auto;
}
.zwc-faq-control-info {
    margin: 0 auto;
    text-align: center;
    display: grid;
    grid-auto-flow: column;
    justify-content: center;
    align-items: center;
    grid-gap: 18px;
    grid-template-columns: max-content 10px 30px 10px max-content;
}
.zwc-faq-inner-arrow::before {
    height: 13px;
    width: 13px;
    border: solid #fff;
    cursor: pointer;
}
.zwc-faq-arrow-left {
    padding: 10px 5px 10px 10px;
}
.zwc-faq-arrow-left::before {
    content: '';
    border-width: 2px 0 0 2px;
    transform: rotate(-45deg);
    display: inline-block;
    margin-right: 10px;
}
.zwc-faq-arrow-right {
    padding: 10px 10px 10px 5px;
}
.zwc-faq-arrow-right::before {
    content: '';
    border-width: 2px 2px 0 0;
    transform: rotate(45deg);
    margin-left: 10px;
    display: inline-block;
}
.zwc-faq-number {
    position: relative;
    cursor: pointer;
}
.zwc-faq-control-info>.zwc-faq-number:nth-child(2)::before, .zwc-faq-control-info>.zwc-faq-number:nth-child(4)::before {
    content: '. .';
    font-family: var(--zf-primary-bold);
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    line-height: 1;
    pointer-events: none;
}
.zwc-faq-control-info>.zwc-faq-number:nth-child(2)::before {
    left: -30px;
}
.zwc-faq-control-info>.zwc-faq-number:nth-child(4)::before {
    right: -30px;
}
.zwc-faq-number-active {
    display: grid;
    position: relative;
    z-index: 2;
    isolation: isolate;
    justify-content: center;
    justify-items: center;
    align-items: center;
    align-content: center;
}
.zwc-faq-number-active::before {
    content: '';
    background-color: #4B67FF;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    position: absolute;
    grid-row: 1/2;
    grid-column: 1/2;
    z-index: -1;
}

/* Footer Section */
.zwc-footer-section {
    max-width: 1660px;
    margin: 0 auto;
    border-radius: 30px;
    position: relative;
    overflow: hidden;
    width: 96%;
}
.zwc-footer-section::before {
    content: '';
    height: 100%;
    width: 115%;
    background-image: radial-gradient(ellipse at 50% 0%, #1D2381 0%, #15173E, #010213 80%);
    position: absolute;
    top: 0;
    left: 50%;
    right: 0;
    margin: auto;
    transform: translateX(-50%);
}
.zwc-footer-section .content-wrap>div {
    display: grid;
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
    max-width: 1150px;
    margin: 0 auto;
    align-items: end;
    grid-gap: 35px;
    padding: 110px 0 125px;
    position: relative;
    width: 90%;
}
.zwc-footer-section h2 {
    line-height: 1.25;
}

/* Responsive */
@media screen and (max-width: 1399px) {
    .zwc-main-wrapper h1 {
        font-size: 66px;
        max-width: 610px;
    }
    .zwc-main-wrapper h2 {
        font-size: 45px;
    }
    .zwc-main-wrapper h3 {
        font-size: 30px;
    }
    .zwc-other-links-card h3 {
        font-size: 40px;
    }
    .zwc-main-wrapper h4 {
        font-size: 24px;
    }
    .zwc-features-head-wrap h2 {
        max-width: 440px;
    }
    .zwc-faq-section h2 {
        max-width: 580px;
    }
    .zwc-logs-head-wrap {
        max-width: 460px;
        margin-bottom: 50px;
    }
    .zwc-footer-section h2 {
        line-height: 1.2;
        max-width: 890px;
    }
    .zsection {
        padding: 100px 0 110px;
    }
    .zwc-banner-content {
        padding-top: 60px;
    }
    .zwc-testimonial-section {
        padding: 20px 0 0px;
    }
    .zwc-features-section {
        padding: 100px 0 110px;
    }
    .zwc-support-wrap {
        padding: 110px 0;
    }
    .zwc-glow-box-wrap {
        margin: 0;
    }
    .zwc-footer-section .content-wrap>div {
        padding: 100px 0 110px;
    }
    .zwc-features-wrap {
        grid-gap: 35px;
    }
    .zwc-features-img {
        width: 100%;
    }
    .zwc-other-links-card {
        padding: 80px 90px;
    }
    .zwc-read-more {
        max-width: 340px;
    }
    .zwc-templates::after {
        height: 240px;
    }
    .zwc-features-wrap {
        grid-gap: 50px;
    }
    .zwc-logs-content-wrap {
        gap: 35px;
    }
    .zwc-features-head-wrap {
        grid-template-columns: .6fr 1fr;
    }
}
@media screen and (max-width: 1299px) {
    .zwc-main-wrapper h1 {
        font-size: 59px;
    }
    .zwc-banner-content-wrap h1 {
        max-width: 570px;
    }
    .zwc-banner-content-wrap p {
        max-width: 500px;
    }
    .bottom-animated .banner-inner-image::before {
        right: -50px;
    }
    .bottom-animated .zwc-banner-image:after {
        left: -50px; 
    }
    .zwc-testimonial-box-wrap {
        padding: 60px;
    }
    .zwc-testimonial-section-wrap {
        justify-content: space-evenly;
    }
    p.zwc-testimonial-quote {
        font-size: 25px;
        max-width: 590px;
    }
    .zwc-isolation-section h2 {
        margin: 0 auto 20px;
    }
    .zwc-features-head-wrap {
        grid-template-columns: .8fr 1fr;
    }
    .zwc-other-links-card {
        padding: 70px 60px;
    }
    a.other-link-active {
        font-size: 24px;
    }
    .zwc-setup-details::after, .zwc-templates::after {
        height: 230px;
    }
    .zwc-features-wrap {
        grid-gap: 30px;
    }
    .zwc-features-img {
        height: 450px;
    }
    .zwc-features-img span {
        bottom: -20px;
    }
}
@media screen and (max-width: 1199px) {
    .zwc-main-wrapper h1 {
        font-size: 55px;
    }
    .zwc-main-wrapper h2 {
        font-size: 40px;
    }
    .bottom-animated .zwc-banner-image:after {
        left: -100px;
    }
    .bottom-animated .zwc-banner-image:before {
        left: -120px;
    }
    .banner-inner-image::before {
        right: -50px;
    }
    .bottom-animated .banner-inner-image::before {
        right: -15px;
    }
    .banner-inner-image::before {
        bottom: -10px;
    }
    .zwc-features-section {
        padding: 95px 0 105px;
    }
    .zwc-logs-head-wrap {
        max-width: 510px;
    }
    .zwc-logs-head-wrap h2 {
        max-width: 400px;
    }
    .zwc-isolation-section h2 {
        max-width: 550px;
    }
    .zwc-features-head-wrap h2 {
        max-width: 380px;
    }
    .zwc-features-head-wrap p {
        max-width: 500px;
    }
    .zwc-faq-section h2 {
        max-width: 340px;
    }
    .zwc-features-head-wrap {
        grid-template-columns: .6fr 1fr;
        grid-gap: 60px;
    }
    .zwc-banner-content-wrap p {
        max-width: 450px;
    }
    .zwc-testimonial-section .content-wrap, .zwc-isolation-section .content-wrap {
        max-width: 1020px;
    }
    .testimonial-section-image-wrap, .zwc-read-more {
        max-width: 300px;
    }
    .zwc-testimonial-section {
        padding: 5px 0 0px;
    }
    .zwc-features-img {
        height: 440px;
    }
    .zwc-features-wrap {
        grid-gap: 30px;
    }
    p.zwc-testimonial-quote {
        font-size: 23px;
    }
}
@media screen and (max-width: 1099px) {
    .zwc-banner-content {
        flex-direction: column;
        justify-content: center;
        text-align: center;
        gap: 100px;
        padding-top: 35px;
    }
    .zwc-banner-content-wrap h1 {
        max-width: 730px;
        margin: 0 auto 30px;
    }
    .zwc-banner-content-wrap p {
        max-width: 600px;
        margin: 0 auto 30px;
    }
    .bottom-animated .banner-inner-image::before {
        right: -60px;
    }
    .banner-inner-image::before {
        bottom: 10px;
    }
    .zwc-banner-image:after {
        bottom: 70px;
    }
    .bottom-animated .zwc-banner-image:after {
        left: -30px;
    }
    .zwc-banner-image:before {
        bottom: -15px;
    }
    .bottom-animated .zwc-banner-image:before {
        left: -50px;
    }
    p.zwc-testimonial-quote {
        font-size: 22px;
        max-width: 490px;
    }
    a.other-link-active {
        font-size: 20px;
    }
    .zwc-other-links>li a {
        padding: 15px 30px;
    }
    .zwc-features-img {
        height: 410px;
    }
    .zwc-features-wrap {
        grid-template-columns: .65fr 1fr;
        grid-gap: 75px;
    }
    .zwc-features-head-wrap {
        grid-template-columns: .7fr 1fr;
    }
    .zwc-features-head-wrap p {
        max-width: 420px;
    }
}
@media screen and (max-width: 991px) {
    .zsection {
        padding: 90px 0 100px;
    }
    .zwc-features-section {
        padding: 85px 0 100px;
    }
    .zwc-testimonial-section {
        padding: 0px;
    }
    .zwc-footer-section .content-wrap>div {
        padding: 90px 0 100px;
        grid-gap: 30px;
    }
    .zwc-main-wrapper h1 {
        font-size: 50px;
    }
    .zwc-main-wrapper h2 {
        font-size: 38px;
    }
    .zwc-main-wrapper h3 {
        font-size: 30px;
    }
    .zwc-main-wrapper h4 {
        font-size: 22px;
    }
    .zwc-main-wrapper p {
        font-size: 16px;
    }
    .zwc-banner-content-wrap p {
        max-width: 620px;
    }
    .zwc-isolation-section p {
        max-width: 640px;
    }
    .zwc-isolation-section h2 {
        max-width: 500px;
    }
    .zwc-features-section .content-wrap>div {
        grid-template-columns: 1fr;
        grid-gap: 25px;
    }
    .zwc-features-tab-wrap {
        display: none;
    }
    .zwc-features-section .content-wrap>h2, .zwc-features-section .content-wrap>div {
        max-width: 520px;
        margin: auto;
    }
    .zwc-features-img {
        grid-row: auto;
        grid-column: auto;
        height: auto;
    }
    .zwc-features-img > img, .zwc-features-img span img {
        opacity: 1;
        visibility: visible;
        transform: translate(0px);
    }
    .zwc-features-content {
        grid-row: auto;
        grid-column: auto;
        opacity: 1;
        visibility: visible;
    }
    .zwc-features-img:not(:last-child) {
        margin-bottom: 30px;
    }
    .zwc-features-wrap p {
        margin: 0;
    }
    .zwc-logs-head-wrap::after {
        display: none;
    }
    .zwc-features-section {
        background-image: linear-gradient(to bottom, #1a1f59 50%, #194D40);
        text-align: center;
    }
    .zwc-logs-head-wrap h2 {
        margin: 0 auto 25px;
    }
    .zwc-features-section::before {
        display: none;
    }
    .zwc-features-head-wrap p {
        max-width: 560px;
        margin: 0 auto 40px;
    }
    .zwc-features-head-wrap h2 {
        max-width: 450px;
        margin: auto;
    }
    .zwc-features-content>h3 {
        margin-bottom: 15px;
    }
    .zwc-testimonial-box-wrap {
        background: none;
        padding: 0;
        border: 0px;
    }
    .zwc-read-more {
        text-align: center;
        max-width: none;
    }
    .zwc-testimonial-box-wrap a {
        text-align: center;
    }
    .zwc-testimonial-section-wrap {
        padding: 0;
        justify-content: center;
        flex-direction: column-reverse;
        text-align: center;
        border: 0;
        gap: 35px;
    }
    p.zwc-testimonial-quote {
        margin-bottom: 15px;
        font-size: 20px;
        line-height: 1.65;
        max-width: 620px;
    }
    .testimonial-section-image-wrap {
        max-width: 350px;
    }
    .testimonial-section-image-wrap img {
        height: 230px;
        object-fit: cover;
        object-position: top;
    }
    .testimonial-section-image-wrap>span::before, 
    .testimonial-section-image-wrap>span::after, 
    .testimonial-section-image-wrap>span>span {
        bottom: 20px;
    }
    .zwc-logs-head-wrap {
        max-width: 540px;
        margin: 0 auto 40px;
        text-align: center;
    }
    .zwc-logs-content-wrap>div {
        max-width: 350px;
    }
    .zwc-logs-content-wrap {
        place-items: center;
    }
    .zwc-addon-line::after, .zwc-addon-line::before {
        max-width: 80%;
        margin: auto;
    }
    .zwc-support-wrap {
        flex-direction: column;
        justify-content: center;
        text-align: center;
        gap: 50px;
    }
    .zwc-support-wrap {
        padding: 90px 0;
    }
    .zwc-support-head-wrap {
        max-width: 570px;
    }
    .zwc-support-image img {
        max-width: 290px;
    }
    .zwc-faq-section {
        text-align: center;
        padding: 90px 0;
    }
    .zwc-faq-section .content-wrap {
        max-width: 700px;
        margin: auto;
    }
    .zwc-other-links>li {
        width: 480px;
        margin: auto;
    }
    a.other-link-active {
        font-size: 23px;
    }
    .zwc-other-links {
        grid-template-columns: 1fr;
    }
    .zwc-other-links-card h3 {
        max-width: 430px;
        margin: 0 auto 40px;
        text-align: center;
        font-size: 35px;
    }
    .zwc-other-links-section .content-wrap {
        width: 85%;
    }
    .zwc-chat, .zwc-email, .zwc-call {
        left: -90px;
        top: unset;
        bottom: 0;
    }
    .zwc-email {
        bottom: 170px;
    }
    .zwc-chat {
        bottom: 100px;
    }
    .zwc-call {
        bottom: 30px;
    }
    .middle-animated .zwc-chat, .middle-animated .zwc-email, .middle-animated .zwc-call {
        left: -120px;
    }
}
@media screen and (max-width: 767px) {
    .zwc-main-wrapper h1 {
        font-size: 40px;
        line-height: 1.15;
        max-width: 550px;
        margin: 0 auto 25px;
    }
    .zwc-main-wrapper h2 {
        font-size: 32px;
    }
    .zwc-main-wrapper h3 {
        font-size: 25px;
    }
    .zwc-main-wrapper h4 {
        font-size: 20px;
    }
    .zwc-faq-section h2 {
        margin: 0 auto 20px;
        max-width: 390px;
    }
    .zwc-other-links-card h3 {
        max-width: 420px;
        font-size: 30px;
        line-height: 1.4;
    }
    .zwc-banner-content-wrap p {
        max-width: 530px;
    }
    .banner-inner-image {
        max-width: 500px;
    }
    .zwc-banner-content {
        padding-top: 30px;
    }
    .zwc-isolation-section h2 {
        max-width: 430px;
    }
    .zwc-features-head-wrap h2 {
        max-width: 360px;
    }
    .zwc-features-section .content-wrap>div {
        grid-gap: 20px;
    }
    .zwc-features-head-wrap p {
        margin: 0 auto 30px;
    }
    .zsection {
        padding: 80px 0 85px;
    }
    .zwc-features-section {
        padding: 75px 0 85px;
    }
    .zwc-support-wrap {
        padding: 80px 0;
    }
    .zwc-footer-section .content-wrap>div {
        padding: 80px 0 90px;
    }
    .zwc-banner-image:after, .zwc-banner-image::before {
        width: 200px;
        height: 55px;
        background-size: 200px;
        bottom: 10px;
    }
    .zwc-banner-image:after {
        bottom: 80px;
    }
    .zwc-logs-content-wrap {
        grid-template-columns: 1fr;
    }
    .banner-inner-image::before {
        width: 300px;
        height: 100px;
        background-size: 300px;
        bottom: 25px;
    }
    .bottom-animated .banner-inner-image::after {
        top: -50px;
    }
    .bottom-animated .zwc-banner-image:after {
        left: -5px;
    }
    .bottom-animated .zwc-banner-image:before {
        left: -30px;
    }
    .bottom-animated .banner-inner-image::before {
        right: -30px;
    }
    .zwc-glow-box-wrap, .zwc-glow-box, .zwc-footer-section, .testimonial-section-image-wrap img {
        border-radius: 20px;
    }
    .zwc-features-img {
        max-width: 450px;
        height: 330px;
        margin: auto;
    }       
    .zwc-features-content {
        padding: 0;
    }
    .zwc-logs-head-wrap {
        max-width: 480px;
        margin: 0 auto 35px;
    }
    .zwc-support-head-wrap {
        max-width: 490px;
    }
    .zwc-other-links-card {
        padding: 60px 30px;
    }
    .zwc-other-links>li {
        width: 100%;
    }
    .zwc-support-video-wrap video {
        max-width: 380px;
    }
    .zwc-support-wrap {
        gap: 30px;
    }
    .zwc-support-image img {
        max-width: 250px;
    }
    .zwc-logs-head-wrap h2 {
        max-width: 420px;
        margin: 0 auto 25px;
    }
    .zwc-isolation-head-wrap {
        margin-bottom: 40px;
    }
    .zwc-support-content-wrap::after, .zwc-support-video-wrap::after, .zwc-logs-head-wrap::after {
        display: none;
    }
    .zwc-other-links>li a {
        border-radius: 50px;
    }
    .zwc-email {
        bottom: 150px;
    }
    .zwc-chat {
        bottom: 90px;
    }
    .zwc-call {
        bottom: 30px;
    }
    .middle-animated .zwc-chat, .middle-animated .zwc-email, .middle-animated .zwc-call {
        left: -100px;
    }
    .zwc-support-image-types {
        padding: 12px 20px 12px 55px;
        min-width: 180px;
        font-size: 16px;
    }
    .zwc-features-section {
        border-radius: 20px;
    }
}
@media screen and (max-width: 600px) {
    .banner-inner-image::after {
        width: 250px;
        height: 215px;
        background-size: 250px;
    }
    .banner-inner-image::before {
        width: 280px;
        height: 95px;
        background-size: 280px;
        bottom: 30px;
    }
    a.other-link-active {
        font-size: 20px;
    }
    .zwc-banner-image {
        transform: scale(.9);
    }
    .bottom-animated .banner-inner-image::after {
        top: -60px;
    }
    .bottom-animated .zwc-banner-image:after {
        left: -40px;
    }
    .bottom-animated .zwc-banner-image:before {
        left: -50px;
    }
    section.zwc-banner-section.zsection {
        padding-bottom: 70px;
    }
    .banner-inner-image {
        max-width: 440px;
    }
}
@media screen and (max-width: 480px) {
    .zwc-banner-image-wrap {
        position: relative;
        bottom: -10px;
    }
    .zwc-features-section, .zsection, .zwc-extensive-support-wrap {
        padding: 70px 0 75px;
    }
    .zwc-support-wrap {
        padding: 70px 0;
    }
    section.zwc-faq-section.zsection {
        padding-bottom: 70px;
    }
    .zwc-footer-section .content-wrap>div {
        padding: 70px 0 80px;
    }
    .zwc-main-wrapper h1 {
        font-size: 34px;
    }
    .zwc-main-wrapper h2 {
        font-size: 28px;
    }
    .zwc-main-wrapper h3 {
        font-size: 22px;
    }
    .zwc-other-links-card h3 {
        font-size: 25px;
    }
    .zwc-isolation-section h2 {
        max-width: 380px;
    }
    .zwc-features-head-wrap h2 {
        max-width: 340px;
    }
    .zwc-faq-section h2 {
        max-width: 360px;
    }
    p.zwc-testimonial-quote, .testimonial-section-image-wrap a {
        font-size: 18px;
    }
    .zwc-testimonial-section-wrap {
        gap: 15px;
    }
    .zwc-support-video-wrap video {
        max-width: 290px;
    }
    .zwc-isolation-head-wrap {
        margin-bottom: 30px;
    }
    .zwc-support-image img {
        max-width: 230px;
    }
    .zwc-support-image-types {
        transform: scale(.8);
        min-width: 180px;
    }
    .zwc-email {
        bottom: 80px;
    }
    .zwc-chat {
        bottom: 30px;
    }
    .zwc-call {
        bottom: -18px;
    }
    .middle-animated .zwc-chat, .middle-animated .zwc-email, .middle-animated .zwc-call {
        left: -50px;
    }
    .zwc-glow-box-wrap, .zwc-glow-box, .zwc-footer-section, .testimonial-section-image-wrap img, .zwc-features-img, .zwc-support-video-wrap video {
        border-radius: 10px;
    }
    .outer-arrow {
        transform: scale(.7) rotate(135deg);
    }
    a.other-link-active {
        font-size: 15px;
    }
    .zwc-other-links>li a {
        padding: 10px 20px;
    }
    .zwc-other-links-card {
        padding: 50px 20px;
    }
    .zwc-other-links-card h3 {
        line-height: 1.2;
    }
    .testimonial-section-image-wrap img {
        height: 200px;
    }
    .zwc-testimonial-box-wrap a {
        font-size: 18px;
    }
    .banner-inner-image {
        max-width: 340px;
    }
    .banner-inner-image::after {
        width: 180px;
        height: 160px;
        background-size: 180px;
    }
    .zwc-banner-image:after, .zwc-banner-image::before {
        width: 160px;
        height: 45px;
        background-size: 160px;
    }
    .bottom-animated .zwc-banner-image:after, .bottom-animated .zwc-banner-image:before {
        left: -30px;
    }
    .zwc-logs-content-wrap>div img {
        max-width: 250px;
    }
    .bottom-animated .banner-inner-image::before {
        right: -30px;
    }
    .zwc-banner-image:after {
        bottom: 60px;
    }
    .zwc-banner-content {
        gap: 60px;
    }
    .banner-inner-image::before {
        width: 220px;
        height: 75px;
        background-size: 220px;
        bottom: 25px;
    }
    section.zwc-banner-section.zsection {
        padding-bottom: 60px;
    }
    .zwc-features-img {
        max-width: 310px;
        height: 220px;
    }
    .bottom-animated .banner-inner-image::after {
        top: -30px;
    }
    .zwc-features-img span {
        bottom: -15px;
    }
    .zwc-features-section {
        border-radius: 0px;
        width: 100%;
    }
}
@media screen and (max-width: 375px) {
    .banner-inner-image {
        max-width: 290px;
    }
    .banner-inner-image::after {
        width: 160px;
        height: 140px;
        background-size: 160px;
    }
    .bottom-animated .banner-inner-image::after {
        top: -50px;
    }
    .banner-inner-image::before {
        width: 200px;
        height: 65px;
        background-size: 200px;
    }
    .zwc-banner-image:after, .zwc-banner-image::before {
        width: 140px;
        height: 35px;
        background-size: 135px;
    }
}