/* Base styles start */
:root {
    /* section bg colors */
    --zwc-section-bg-one:#E8F5FF;
    --zwc-section-bg-two:#E9FEF1;
    --zwc-section-bg-three:#182331;
    --zwc-section-bg-four:#FEE9E8;
    --zwc-section-bg-five:#FFF9E9;
    --zwc-section-bg-six:#FFF9E9;
    /* section gap  */
    --section-padding-top: clamp(60px, 7vw, 120px);
    --section-padding-bottom: clamp(60px, 7vw, 120px);
    /* font size  */
    --main-heading-font: clamp(30px, 4vw, 50px);
    --heading-font: clamp(23px, 5vw, 42px);
    --sub-heading-font: clamp(21px, 3vw, 27px);
    --card-heading-font: clamp(19px, 3vw, 23px);
    --btn-text-font: clamp(18px, 3vw, 16px);
    --inner-text-font: clamp(15px, 3vw, 17px);
    /* font color */
    --zwc-section-text-black: #000;
    --zwc-section-text-white: #fff;
    /* shadow */
    --zwc-box-shadow:2px 1px 7px #00000029;
    /* button */
    --zwc-btn-top-bottom: clamp(10px, 3vw, 16px);
    --zwc-btn-left-right: clamp(15px, 4vw, 39px);
}

.zwc-section-block {
    padding: var(--section-padding-top) 0;
}
/* Base styles end*/

/* Banner styles start */
.zwc-banner-section {
    color: var(--zwc-section-text);
    padding: clamp(60px, 5vw, 120px) 0 clamp(80px, 6vw, 120px);
}

.zwc-banner-text {
    text-align: center;
    width: min(100%, 870px);
    flex: unset;
    margin-inline: auto;
    text-wrap-style: balance;
}

.zwc-banner-text .zwc-main-img {
    width: 150px;
    margin-bottom: 60px;
}

.zwc-banner-text h1 {
    font-size: var(--main-heading-font);
}

.zwc-banner-text p {
    font-size: var(--inner-text-font);
}

.zwc-banner-section .zwc-button-group {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    align-items: center;
}

.zwc-banner-section .zwc-rq-demo,
.zwc-banner-section .zwc-start-migration-pocket,
.zwc-migrate-section .zwc-start-migration-pocket,
.zwc-start-cta .zwc-start-home {
    border: 1.5px solid var(--zwc-section-text);
    color: var(--zwc-section-text-white);
    background-color: var(--zwc-section-text-black);
    padding: var(--zwc-btn-top-bottom) var(--zwc-btn-left-right);
    font-family: var(--zf-primary-semibold), sans-serif;
    text-transform: uppercase;
    font-size: 15px;
}

.zwc-banner-section .zwc-rq-demo {
    position: relative;
    padding: var(--zwc-btn-top-bottom) 50px var(--zwc-btn-top-bottom) 20px;
}

.zwc-banner-section .zwc-rq-demo:after {
    content: "";
    position: absolute;
    right: 20px;
    top: 48%;
    transform: translate(-40%, -40%);
    transform-origin: center center;
    width: 0;
    height: 0;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 6px solid #fff;
}

.zwc-banner-section .zwc-rq-demo:before {
    content: "";
    position: absolute;
    width: 25px;
    height: 25px;
    opacity: 1;
    border-radius: 50%;
    transform: translateY(-50%);
    border: 2px solid #fff;
    top: 50%;
    right: 14px;
    transform-origin: center;
}

.zwc-heading-top {
    text-transform: uppercase;
    display: block;
    font-family: var(--primaryfont-semibold);
    color: #0087ac;
    font-size: 16px;
    margin-bottom: 10px;
}
/* Banner styles end*/

/* Why zoho notebook section start */
.zwc-feature-section {
    background-color: var(--zwc-section-bg-one);
    color: var(--zwc-section-text);
    text-align: left;
    --link-color:#0000ff;
}

.zwc-feature-sections-title {
    text-align: center;
    max-width: min(100%, 700px);
    margin-inline: auto;
    padding-block-end: clamp(16px, 3vw, 60px);
    text-wrap-style: balance;
}

.zwc-feature-sections-title h2 {
    font-size: var(--heading-font);
}

.zwc-feature-sections-list {
    display: flex;
    flex-wrap: wrap;
    --gap: clamp(9px, 9vw, 18px);
    --show-count: 3;
    gap: var(--gap);
    justify-content: space-between;
}

.zwc-feature-sections-list li {
    display: flex;
    align-items: self-start;
    width: calc((100% - var(--gap, 0px) * (var(--show-count, 1) - 1)) / var(--show-count, 1));
    background-color: #fff;
    padding: 40px;
    border-radius: 15px;
    max-width: 420px;
    box-shadow: var(--zwc-box-shadow);
}

.zwc-feature-sections-list-text {
    text-align: left;
    max-width: 240px;
}

.zwc-feature-sections-list-text img {
    width: 40px;
    margin-bottom: 15px;
}

.zwc-feature-sections-list-text h3 {
    font-size: var(--card-heading-font);
}

.zwc-feature-sections-list-text p {
    font-size: var(--inner-text-font);
}

.zwc-feature-sections-list-text a {
    color: var(--link-color);
    font-family: var(--secondaryfont-semibold);
    position: relative;
}

.zwc-features-banner {
    line-height: 0;
    margin-top: 30px;
}

.zwc-features-banner img {
    -o-object-fit: contain;
    object-fit: contain;
}

.zwc-feature-icon {
    background: url(/sites/zweb/images/notebook/zwc-onenote-alternative/zwc-sprite-icon.png);
    background-size: 290px;
    background-repeat: no-repeat;
    background-position: 0;
    width: 55px;
    height: 55px;
    display: block;
    margin-bottom: 10px;
}

.zwc-feature-icon-1 {
    background-position: 0;
}

.zwc-feature-icon-2 {
    background-position: -55px;
    width: 52px;
}

.zwc-feature-icon-3 {
    background-position: -106px;
    width: 47px;
}

.zwc-feature-icon-4 {
    background-position: -153px;
    width: 45px;
}

.zwc-feature-icon-5 {
    background-position: -199px;
    width: 46px;
}

.zwc-feature-icon-6 {
    background-position: -247px;
    width: 43px;
}
/* Why zoho notebook section end */

/* How to migrate section styles start */
.zwc-migrate-section {
    color: var(--zwc-section-text);
    text-align: left;
    --link-color:#0000ff;
}

.zwc-migration-sections-title {
    text-align: center;
    max-width: min(100%, 700px);
    margin-inline: auto;
    padding-block-end: clamp(16px, 3vw, 60px);
    text-wrap-style: balance;
}

.zwc-migration-sections-title h2 {
    font-size: var(--heading-font);
}

.zwc-migration-steps {
    display: flex;
    gap: 30px;
}

.zwc-step {
    width: 25%;
    text-align: center;
    position: relative;
}

.zwc-step::after {
    content: '';
    position: absolute;
    top: 30px;
    left: calc(100% - 132px);
    width: calc(100% - 5px);
    height: 2px;
    background: var(--border-color);
    z-index: -1;
}

.zwc-step:last-child:after {
    display: none;
}

.zwc-step p {
    font-size: clamp(15px, 3vw, 16px);
}

.zwc-step-number {
    width: 60px;
    height: 60px;
    background: #0874B0;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 1.5rem;
    margin: 0 auto 24px;
    box-shadow: var(--zwc-box-shadow);
}

.zwc-quotes {
    background: #ffd5d5;
    padding: 24px;
    border-radius: 8px;
    margin: 0 auto 78px;
    border-left: 4px solid #F59E0B;
    max-width: 850px;
    text-align: center;
}

.zwc-quotes p {
    margin-bottom: 0;
}

.zwc-start-cta {
    text-align: center;
    margin-top: 50px;
}

.zwc-migrate-video-section {
    background: #E9FFF1;
}
/* How to migrate section styles end */

/* FAQ section styles start */
.zwc-faq-section {
    background-color: var(--zwc-section-bg-three);
    color: var(--zwc-section-text-white);
}

.zwc-faq-section .zwc-title-block {
    text-align: center;
    margin-bottom: 40px;
}

.zwc-faq-section .content-wrap {
    max-width: 830px;
    counter-reset: div;
}

.zwc-faq-section h2 {
    margin-bottom: clamp(16px, 1.8vw, 25px);
    font-size: var(--heading-font);
    text-align: center;
}

.zwc-faq-wrap {
    padding: clamp(20px, 4vw, 26px);
    border-radius: 7px;
    border: 1px solid #374e6c;
    margin-bottom: 15px;
}

.zwc-faq-wrap.active {
    border: 1px solid #4a99ff;
    background: #06142596;
}

.zwc-faq-wrap p {
    margin-block: 10px 0;
}

.zwc-faq-wrap button {
    font-size: var(--faq-button-font);
    font-family: var(--primaryfont-semibold);
    box-sizing: border-box;
    position: relative;
    padding-right: 30px;
    width: 100%;
    border: unset;
    background: unset;
    text-align: left;
    cursor: pointer;
    color: var(--zwc-section-text);
}

.zwc-faq-wrap button::before {
    counter-increment: div;
    content: counter(div) ". ";
}

.zwc-faq-wrap button::after {
    content: "";
    width: 8px;
    height: 8px;
    border-top: 1px solid var(--zwc-section-text-white);
    border-right: 1px solid var(--zwc-section-text-white);
    transform: rotate(133deg);
    -ms-transform: rotate(45deg);
    margin-inline: auto 10px;
    position: absolute;
    right: 0;
    top: 6px;
    transition: 0.3s all;
}

.zwc-faq-wrap.active button::after {
    transform: rotate(313deg);
    border-top: 1px solid #4a99ff;
    border-right: 1px solid #4a99ff;
}
/* FAQ section styles end */

/* Bottom CTA section start */
.zwc-bottom-cta {
    color: var(--zwc-section-text);
}

.zwc-bottom-cta .content-wrap {
    width: min(90%, 900px);
    text-align: center;
    text-wrap-style: balance;
    border-radius: 12px;
    background-color: var(--zwc-section-bg);
}

.zwc-bottom-cta h2 {
    font-size: var(--heading-font);
}

.zwc-bottom-cta .zwc-button-group {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    align-items: center;
    margin-block-start: clamp(14px, 4vw, 30px);
}

.zwc-bottom-cta .zwc-rq-demo,
.zwc-bottom-cta .zwc-start-migration-pocket {
    border: 1.5px solid var(--zwc-section-text);
    color: var(--zwc-section-text-white);
    background-color: var(--zwc-section-text-black);
    padding: var(--zwc-btn-top-bottom) var(--zwc-btn-left-right);
    font-family: var(--zf-primary-semibold), sans-serif;
    text-transform: uppercase;
    font-size: 15px;
}

.zwc-bottom-cta .zwc-rq-demo {
    position: relative;
    padding: var(--zwc-btn-top-bottom) 50px var(--zwc-btn-top-bottom) 20px;
}

.zwc-bottom-cta .zwc-rq-demo:after {
    content: "";
    position: absolute;
    right: 20px;
    top: 48%;
    transform: translate(-40%, -40%);
    transform-origin: center center;
    width: 0;
    height: 0;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 6px solid #fff;
}

.zwc-bottom-cta .zwc-rq-demo:before {
    content: "";
    position: absolute;
    width: 25px;
    height: 25px;
    opacity: 1;
    border-radius: 50%;
    transform: translateY(-50%);
    border: 2px solid #fff;
    top: 50%;
    right: 14px;
    transform-origin: center;
}
/* Bottom CTA section end*/

.zwc-video-embed iframe {
    border: none;
    border-radius: 8px;
    width: 100%;
    height: 600px;
}

/* Responsive styles start */
@media only screen and (max-width: 1440px) {
  .zwc-banner-text .zwc-main-img {
       margin-bottom: 30px;
   }
}

@media only screen and (max-width: 1199px) {
    .zwc-feature-sections-list {
        --show-count: 2;
        max-width: 720px;
        margin: auto;
    }
}

@media only screen and (max-width: 1024px) {
    .zwc-step {
        width: 300px;
    }

    .zwc-migration-steps {
        max-width: 640px;
        flex-wrap: wrap;
        margin: auto;
        gap: 40px;
        justify-content: center;
    }

    .zwc-step::after {
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    .zwc-feature-sections-title {
        text-align: center;
        margin: auto;
    }

    .zwc-feature-sections-list {
        --show-count: 1;
        flex-direction: column;
        align-items: center;
    }

    .zwc-feature-sections-list-text {
        text-align: center;
        max-width: 310px;
        margin: auto;
    }

    .zwc-features-banner {
        max-width: 470px;
        margin: 30px auto 0;
    }

    .zwc-feature-icon {
        margin: 0 auto 10px;
    }

    .zwc-video-embed iframe {
        height: 370px;
    }

}
/* Responsive styles end */