/* Common CSS */
.zw-product-header {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 5;
}
/* Zoho Apps Count */
.categories-sidebar ul li.zwc-zoho-apps-list::after {
    content: '3';
}
/* Content Management Applications Count */
.categories-sidebar ul li.zwc-content-apps-list::after {
    content: '2';
}
/* Workflow Applications Count */
.categories-sidebar ul li.zwc-workflow-list::after {
    content: '2';
}
/* E-Commerce Count*/
.categories-sidebar ul li.zwc-ecommerce-list::after {
    content: '1';
}
/* Others Count*/
.categories-sidebar ul li.zwc-others-apps-list::after {
    content: '3';
}
.zwc-section {
    padding: 120px 0 130px;
}
.zwc-banner-section {
   padding-top: 160px;
}
.zwc-integrations-section {
    padding: 105px 0 110px;
}
.zw-template-inner h1 {
    font-size: 65px;
    line-height: 1.2;
    letter-spacing: -1px;
    margin: 0 auto 30px;
    max-width: 1080px;
}
.zw-template-inner h2 {
    font-size: 60px;
}
.zw-template-inner h3 {
    font-size: 30px;
    margin-bottom: 30px;
    font-family: var(--zf-secondary-bold);
}
.zw-template-inner h4 {
    font-size: 24px;
    font-family: var(--zf-secondary-semibold);
}

/* Banner Section */
.zwc-banner-section {
    color: #fff;
    background-image: radial-gradient(circle at top,#15173e,#010213 40%);
    text-align: center;
}
.zwc-banner-section p {
    font-size: 20px;
    line-height: 1.7;
    max-width: 760px;
    margin: 0 auto 40px;
}
.zwc-cta-btn-wrap {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}
.request-btn.act-btn {
    border: 1px solid #fff;
    color: #fff;
}
.banner-gradient {
    position: absolute;
    top: 60px;
    left: 50%;
    height: 150px;
    width: 150px;
    padding: 0%;
    background-image: linear-gradient(to bottom, #0C0D26, #03041C);
    border-radius: 20px;
    transform: translate(-50%, -50%);
    border: 1px solid #666DFC;
    z-index: 20;
    box-shadow: 0 0 40px -5px #656DFC76;
    overflow: hidden;
}
.zeptomail-custom-icon-chip {
    opacity: 0;
    transition: opacity 0s ease;
}
.middle-animated .zeptomail-custom-icon-chip {
    opacity: 1;
}
.middle-animated .zeptomail-custom-icon-chip *:not(.icon-ring) {
    animation: zeptomailIconPathAnim 2s ease-in-out;
}
.middle-animated .zwc-custom-zeptomail-icon .icon-ring {
    animation: zeptomailIconPathAnim 3s ease 1s backwards;
}
@keyframes zeptomailIconPathAnim {
    0% {
        stroke-dasharray: 100px;
        stroke-dashoffset: 100px;
    }
    100% {
        stroke-dasharray: 100px;
        stroke-dashoffset: 0px;
    }
}
.banner-section-animation {
    max-width: 630px;
    margin: 100px auto 20px;
    display: flex;
    padding: 30px 0;
    border-right: 0;
    border-left: 0;
    justify-content: space-between;
    align-items: center;
    position: relative;
    transform: scale(.9);
}
.banner-section-animation::after, .banner-section-animation::before {
    content: '';
    z-index: 9;
    position: absolute;
    width: 50%;
    height: 25vh;
}
.banner-section-animation::before {
    background-image: linear-gradient(to left, rgb(2, 3, 20) 0%, rgba(0 ,0, 0,.1) 50%);
    right: -2px;
}
.banner-section-animation::after {
    background-image: linear-gradient(to right, rgb(2, 3, 20) 0%, rgba(0 ,0, 0,.1) 50%);
    left: -2px;
}
.banner-animation-row {
    max-width: 240px;
    overflow: hidden;
}
.banner-animation-row::after, .banner-animation-row::before {
    content: '';
    position: absolute;
    width: 245px;
    height: 40px;
    background-repeat: no-repeat;
    background-size: contain;
}
.banner-animation-row.anim-row1::after, .banner-animation-row.anim-row1::before {
    left: 0px;
}
.banner-animation-row.anim-row2::after, .banner-animation-row.anim-row2::before {
    right: 0px;
    transform: rotateY(180deg);
}
.banner-animation-row.anim-row1::after, .banner-animation-row.anim-row2::after {
    background-image: url(/sites/zweb/images/zeptomail/integrations/downside-line.svg);
    bottom: -20px;
}
.banner-animation-row.anim-row1::before, .banner-animation-row.anim-row2::before {
    background-image: url(/sites/zweb/images/zeptomail/integrations/upside-line.svg);
    top: -20px;
}
.banner-animation-row, .zwc-anim-icon-wrap {
    display: grid;
    grid-template-columns: max-content;
    grid-auto-flow: column;
}
.zwc-anim-icon-wrap {
    padding-right: 14px;
}
@keyframes slideLeft {
    0% { transform: translateX(-100%); } 
    100% { transform: translateX(0%); }
}
@keyframes slideRight {
    0% { transform: translateX(0);
    } 100% { transform: translateX(-100%); }
}
.anim-row1 .zwc-anim-icon-wrap {
    animation: slideLeft 10s linear infinite;
}
.anim-row2 .zwc-anim-icon-wrap {
    animation: slideRight 10s linear infinite;
}
.zwc-anim-icon-wrap {
    grid-gap: 14px;
}
.zwc-anim-icon {
    display: grid;
    align-items: center;
    justify-items: center;
    font-size: 0px;
    position: relative;
}
.zwc-anim-icon::after {
    content: '';
    height: 65px;
    width: 40px;
    position: relative;
    background-size: 85% auto;
    border-radius: 10px;
    background-color: #fff;
    background-position: center;
    box-shadow: 0 0 12px -2px #9da2faa8;
    background-repeat: no-repeat;
}
span.zwc-crm-icon, span.zwc-flow-icon, span.zwc-bigin-icon {
    border-radius: 10px;
    padding: 10px 20px;
}
span.zwc-crm-icon::before, span.zwc-flow-icon::before, span.zwc-bigin-icon::before {
    content: '';
    background-color: #fff;
    box-shadow: 0 0 12px -2px #9da2faa8;
    height: calc(100% - 2px);
    width: calc(100% - 2px);
    border-radius: 10px;
    position: absolute;
}
span.zwc-crm-icon::after, span.zwc-flow-icon::after, span.zwc-bigin-icon::after {
    background-image: var(--product-icons);
    background-size: var(--zp-i-bs);
    background-color: none;
    box-shadow: none;
    width: var(--zp-i-w);
    height: var(--zp-i-h);
    transform: scale(1.1);
}
span.zwc-crm-icon::after {
    background-position: var(--zp-crm-bp);
}
span.zwc-zapier-icon::after {
    width: 120px;
    background-size: 80% auto;
    background-image: url(/sites/zweb/images/otherbrandlogos/zapier-black.svg);
}
span.zwc-whmos-icon::after {
    width: 130px;
    background-size: 75% auto;
    background-image: url(/sites/zweb/images/otherbrandlogos/whmcs.svg);
}
span.zwc-flow-icon::after {
    background-position: var(--zp-flow-bp);
}
span.zwc-bigin-icon::after {
    background-position: var(--zp-bigin-bp);
    transform: scale(1);
}
span.zwc-joomla-icon::after {
    width: 140px;
    background-size: 85% auto;
    background-image: url(/sites/zweb/images/otherbrandlogos/joomla.svg);
}
span.zwc-bubble-icon::after {
    width: 120px;
    background-size: 75% auto;
    background-image: url(/sites/zweb/images/otherbrandlogos/bubble.svg);
}
span.zwc-microsoft-icon::after {
    background-image: url(/sites/zweb/images/otherbrandlogos/powerautomate.svg);
    background-size: 55% auto;
    width: 80px;
}
.zwc-custom-zeptomail-icon .cls-1 {
    fill:none;
    stroke:#4bff9a;
    stroke-miterlimit:10;
    stroke-width:2px;
    opacity:.7
}
.zwc-custom-zeptomail-icon .cls-2 {
    fill:#4cfe9a;
    stroke-width:0;
}

/* Category Integration Section */
.integrate-category {
    display: flex;
    justify-content: center;
    gap: 80px;
}
.categories-sidebar {
    width: 30%;
    margin-top: 20px;
}
.categories-content h2 {
    font-size: 50px;
    margin: 0 auto 55px;
}
.categories-content {
    position: relative;
    width: 70%;
}
.categories-sidebar-wrap {
    position: sticky;
    top: 110px;
}
.categories-sidebar-wrap span {
    font-size: 14px;
    font-family: var(--zf-secondary-semibold);
}
.categories-sidebar ul li {
    padding: 15px 0;
    border-top: 1px solid #E5E7EB;
    position: relative;
    color: #000;
    transition: color .2s linear;
    font-family: var(--zf-secondary-semibold);
    cursor: pointer;
}
.categories-sidebar ul li.active {
    color: #012DEB;
}
.categories-sidebar ul li:first-child {
    padding-top: 20px;
    border: 0;
}
.categories-sidebar ul li::after {
    position: absolute;
    width: 10px;
    height: 18px;
    font-size: 14px;
    right: 0;
    top: 18px;
}
.zwc-integration-category {
    margin-bottom: 80px;
}
.zwc-integration-category:last-child {
    margin-bottom: 0;
}
.integrate-content-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 35px 10px;
}
.integrate-content-wrap div {
    max-width: 320px;
}
.integrate-content-wrap div h4,
.integrate-content-wrap div p {
    margin-bottom: 5px;
}
.integrate-content-wrap div a {
    color: #3480F3;
    text-decoration: underline;
    text-underline-offset: 2px;
    font-family: var(--zf-secondary-medium);
}
.integrate-content-wrap div span {
    position: relative;
}
.integrate-content-wrap div span::after {
    content: '';
    display: block;
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
    background-size: 50px;
    margin-bottom: 15px;
}
.zwc-zoho-apps .integrate-content-wrap div span::after {
    background-image: var(--product-icons);
    background-size: var(--zp-i-bs);
    width: var(--zp-i-w);
    height: var(--zp-i-h);
    transform: scale(1.1);
    margin-bottom: 5px;
}
.zwc-zoho-apps h3, .zwc-others-apps h3 {
    margin-bottom: 20px;
}
.integrate-content-wrap .zwc-zoho-crm span::after {
    transform: scale(1.2);
    background-position: var(--zp-crm-bp);
}
.integrate-content-wrap .zwc-zoho-flow span::after {
    background-position: var(--zp-flow-bp);
}
.integrate-content-wrap .zwc-zoho-bigin span::after {
    background-position: var(--zp-bigin-bp);
}
.integrate-content-wrap .zwc-wordpress span::after {
    background-image: url(/sites/zweb/images/otherbrandlogos/wordpress.svg);
}
.integrate-content-wrap .zwc-joomla span::after {
    background-image: url(/sites/zweb/images/otherbrandlogos/joomla.svg);
    background-size: 180px auto;
    width: 185px;
    height: 37px;
    margin: 16px 0px;
}
.zwc-workflow-apps .integrate-content-wrap div span::after {
    margin-bottom: 15px;
}
.integrate-content-wrap .zwc-powerautomate span::after {
    background-image: url(/sites/zweb/images/otherbrandlogos/powerautomate.svg);
}
.zwc-workflow-apps .integrate-content-wrap .zwc-zapier span::after {
    background-image: url(/sites/zweb/images/otherbrandlogos/zapier-black.svg);
    background-size: 120px;
    width: 120px;
    height: 35px;
    margin: 15px 0;
}
.zwc-others-apps .integrate-content-wrap div span::after {
    background-size: 120px;
    width: 120px;
    height: 35px;
    margin: 15px 0;
}
.integrate-content-wrap .zwc-whmcs span::after {
    background-image: url(/sites/zweb/images/otherbrandlogos/whmcs.svg);
}
.integrate-content-wrap .zwc-bubble span::after {
    background-image: url(/sites/zweb/images/otherbrandlogos/bubble.svg);
}
.zwc-others-apps .integrate-content-wrap .zwc-tabular span::after, .zwc-ecommerce-apps .integrate-content-wrap .zwc-woocom span::after {
    background-image: url(/sites/zweb/images/otherbrandlogos/tabular-email.svg);
    background-size: 200px;
    width: 200px;
    height: 34px;
    margin: 12px 0;
}
.zwc-ecommerce-apps .integrate-content-wrap .zwc-woocom span::after {
    background-image: url(/sites/zweb/images/otherbrandlogos/woo-commerce.svg);
    margin: 5px 0 15px;
}

/* Testimonial Section */
.zwc-testimonial-section, .zwc-bottom-section {
    background-color: #06061A;
    color: #fff;
}
.zwc-testimonial-content {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 70px;
}
.testimonial-review {
    max-width: 560px;
}
.testimonial-review a {
    font-size: 18px;
    text-decoration: underline;
    text-underline-offset: 5px;
    font-family: var(--zf-secondary-semibold);
    color: #3480F3;
}
.testimonial-details {
    position: relative;
}
.testimonial-details h4 {
    color: #29B569;
    margin: 20px 0 10px;
}
.testimonial-details p {
    font-size: 18px;
    max-width: 290px;
    margin: 0;
}
.india-cements-logo::after {
    content: '';
    width: 150px;
    height: 85px;
    display: block;
    background-image: url(/sites/zweb/images/otherbrandlogos/india-cements.png);
    background-color: #fff;
    background-size: 75% auto;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 10px;
}

/* Footer Section */
.zwc-bottom-section {
    margin-top: -1px;
}
.zwc-bottom-section .content-wrap {
    max-width: 1660px;
    background-color: #010213;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    overflow: hidden;
    width: 96%;
}
.zwc-bottom-section .content-wrap::before {
    content: '';
    height: 150%;
    width: 90%;
    background-image: radial-gradient(#1d2381,#15173e,#010213);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    transform: translateY(-50%);
    border-radius: 90%;
    box-shadow: 0 0 10vw 10vw #0d0e2c;
    pointer-events: none;
}
.zwc-bottom-section .content-wrap>div {
    max-width: 1100px;
    margin: 0 auto;
    padding: 100px 0 120px;
    position: relative;
    width: 90%;
    text-align: center;
}
.bottom-content p {
    font-size: 20px;
    max-width: 790px;
    margin: 0 auto 35px;
}

/* Responsive */
@media screen and (max-width: 1399px) {
    .zwc-section {
        padding: 100px 0 105px;
    }
    .zwc-banner-section {
       padding-top: 130px;
    }
    .zwc-integrations-section {
        padding: 90px 0 100px;
    }
    .zwc-bottom-section .content-wrap>div {
        padding: 90px 0 105px;
    }
    .zw-template-inner h1 {
        font-size: 60px;
        max-width: 1020px;
    }
    .zw-template-inner h2 {
        font-size: 55px;
    }
    .categories-content h2 {
        font-size: 46px;
    }
    .zwc-banner-section p {
        font-size: 18px;
    }
    .categories-sidebar-wrap {
        top: 120px;
    }
}
@media screen and (max-width: 1299px) {
    .zw-template-inner h1 {
        font-size: 56px;
        max-width: 920px;
    }
    .categories-content h2 {
        font-size: 45px;
        line-height: 1.2;
        margin-bottom: 45px;
    }
    .categories-sidebar {
        width: 35%;
    }
    .categories-content {
        width: 65%;
    }
    .integrate-content-wrap {
        gap: 30px;
    }
    .integrate-content-wrap div {
        max-width: 310px;
    }
    .zwc-integration-category {
        margin-bottom: 70px;
    }
}
@media screen and (max-width: 1199px) {
    .zw-template-inner h1 {
        font-size: 52px;
        max-width: 790px;
    }
    .zw-template-inner h2 {
        font-size: 48px;
    }
    .categories-content h2 {
        font-size: 45px;
    }
    .zw-template-inner h3 {
        font-size: 28px;
    }
    .categories-sidebar-wrap {
        top: 50px;
    }
    .integrate-category {
        gap: 70px;
    }
    .integrate-content-wrap div p {
        font-size: 16px;
    }
    .integrate-content-wrap div {
        max-width: 270px;
    }
    .banner-section-animation {
        margin: 80px auto 15px;
    }
}
@media screen and (max-width: 1099px) {
    .categories-sidebar ul li {
        font-size: 16px;
    }
    .integrate-category {
        gap: 40px;
    }
    .categories-sidebar {
        width: 33%;
    }
    .categories-content {
        width: 67%;
    }
}
@media screen and (max-width: 991px) {
    .zwc-section {
        padding: 85px 0 90px;
    }
    .zwc-integrations-section {
        padding: 75px 0 85px;
    }
    .zw-template-inner h1 {
        font-size: 50px;
    }
    .zw-template-inner h2 {
        font-size: 45px;
        max-width: 500px;
        margin: 0 auto 20px;
    }
    .categories-content h2 {
        font-size: 40px;
        margin-bottom: 30px;
        max-width: 600px;
        text-align: center;
    }
    .zw-template-inner h3 {
        text-align: center;
        margin-bottom: 25px;
    }
    .zw-template-inner h4 {
        font-size: 20px;
        line-height: 1.5;
    }
    .zwc-banner-section p {
        font-size: 16px;
        max-width: 660px;
    }
    .banner-section-animation {
        margin: 60px auto 10px;
        transform: scale(.8);
    }
    .zwc-banner-section {
        padding-top: 125px;
    }
    .integrate-category {
        flex-direction: column;
    }
    .categories-sidebar {
        display: none;
    }
    .categories-content {
        width: 100%;
    }
    .integrate-content-wrap div {
        max-width: 320px;
        margin: 0 auto;
    }
    .integrate-content-wrap {
        gap: 30px;
        max-width: 690px;
        margin: 0 auto;
    }
    .zwc-testimonial-content {
        gap: 50px;
    }
    .testimonial-review {
        max-width: 440px;
    }
    .testimonial-details p {
        font-size: 17px;
        line-height: 1.7;
        max-width: 230px;
    }
    .india-cements-logo::before {
        width: calc(75% - 4px);
    }
    .bottom-content p {
        font-size: 16px;
        max-width: 630px;
    }
    .zwc-bottom-section .content-wrap>div {
        padding: 75px 0 90px;
    }
}
@media screen and (max-width: 767px) {
    .zwc-section {
        padding: 80px 0 85px;
    }
    .zwc-banner-section {
        padding-top: 110px;
    }
    .zwc-integrations-section {
        padding: 75px 0 80px;
    }
    .zwc-bottom-section .content-wrap>div {
        padding: 75px 0 85px;
    }
    .zw-template-inner h1 {
        font-size: 37px;
        margin-bottom: 20px;
        max-width: 620px;
    }
    .zw-template-inner h2 {
        font-size: 36px;
        max-width: 430px;
        margin: 0 auto 15px;
        line-height: 1.2;
    }
    .categories-content h2 {
        max-width: 600px;
        margin-bottom: 25px;
    }
    .zw-template-inner h3 {
        font-size: 26px;
        margin: 0 auto 20px;
        max-width: 290px;
    }
    .zwc-banner-section p {
        max-width: 600px;
        line-height: 1.6;
    }
    .banner-section-animation {
        margin: 60px auto 10px;
        transform: scale(.7);
        padding: 25px 0;
    }
    .integrate-content-wrap {
        grid-template-columns: 1fr;
    }
    .integrate-content-wrap div {
        max-width: 380px;
        text-align: center;
    }
    .integrate-content-wrap div span::after, .zwc-others-apps .integrate-content-wrap div span::after, .zwc-ecommerce-apps .integrate-content-wrap .zwc-woocom span::after {
        margin: 0 auto 15px;
    }
    .zwc-workflow-apps .integrate-content-wrap .zwc-zapier span::after,
    .zwc-content-apps .integrate-content-wrap .zwc-joomla span::after,
    .zwc-others-apps .integrate-content-wrap .zwc-tabular span::after {
        margin: 15px auto;
    }
    .zwc-testimonial-content {
        flex-direction: column;
        text-align: center;
    }
    .zwc-testimonial-content {
        gap: 40px;
    }
    .testimonial-review {
        max-width: 550px;
    }
    .india-cements-logo {
        display: flex;
        justify-content: center;
    }
    .india-cements-logo::before {
        width: calc(75% - 5px);
        left: 31px;
    }
    .bottom-content p {
        max-width: 510px;
        margin-bottom: 25px;
        line-height: 1.6;
    }
}
@media screen and (max-width: 600px) {
    .banner-section-animation {
        margin: 60px auto 15px;
    }
    .banner-animation-row.anim-row1::after, .banner-animation-row.anim-row1::before {
        left: -35px;
    }
    .banner-animation-row.anim-row2::after, .banner-animation-row.anim-row2::before {
        right: -35px;
    }
}
@media screen and (max-width: 480px) {
    .zw-template-inner h1 {
        font-size: 32px;
    }
    .zw-template-inner h2 {
        font-size: 30px;
    }
    .zw-template-inner h3 {
        font-size: 25px;
        margin: 0 auto 5px;
    }
    .zw-template-inner h4 {
        font-size: 20px;
    }
    .zwc-section {
        padding: 70px 0 75px;
    }
    .zwc-banner-section {
        padding-top: 100px;
    }
    .zwc-integrations-section {
        padding: 65px 0 70px;
    }
    .zwc-bottom-section .content-wrap>div {
        padding: 65px 0 80px;
    }
    .zwc-banner-section p {
        margin-bottom: 30px;
    }
    .banner-animation-row::after, .banner-animation-row::before {
        display: none;
    }
    .banner-gradient {
        left: 30%;
    }
    .banner-animation-row {
        transform: scale(.9);
    }
    .banner-animation-row.anim-row1 {
        position: relative;
        left: -30px;
    }
    .banner-animation-row.anim-row2 {
        position: relative;
        right: -30px;
    }
    .banner-section-animation::after {
        left: -30px;
    }
    .banner-section-animation::before {
        right: -30px;
    }
    .banner-section-animation {
        border: 1px solid #3480F3;
        border-right: 0;
        border-left: 0;
        padding: 20px 0;
        margin: 55px auto 0px;
    }
    .banner-gradient {
        top: -25px;
        transform: scale(.95);
    }
    .zwc-integration-category {
        margin-bottom: 50px;
    }
    .act-btn {
        padding: 8px 20px;
        font-size: 13px;
    }
    .bottom-content h2 {
        max-width: 350px;
    }
    .bottom-content p {
        margin-bottom: 20px;
    }
    .zwc-integration-category .integrate-content-wrap div span::after, .zwc-workflow-apps .integrate-content-wrap .zwc-zapier span::after, 
    .zwc-content-apps .integrate-content-wrap .zwc-joomla span::after,  .zwc-others-apps .integrate-content-wrap .zwc-tabular span::after, 
    .zwc-ecommerce-apps .integrate-content-wrap .zwc-woocom span::after {
        transform: scale(.8);
        margin: 15px auto 5px;
    }
    .zwc-integration-category.zwc-zoho-apps .integrate-content-wrap div span::after {
        transform: scale(1);
    }
    .integrate-content-wrap {
        gap: 20px;
    }
}
@media screen and (max-width: 375px) {
    .banner-gradient {
        left: 26%;
    }
}