/* CSS Variables */
:root {
    --primary-color: #010101;
    --sec-color: #333
}

/* Common Styles */

.zw-template-inner p {
    color: var(--sec-color);
    text-wrap: pretty;
}

.zw-template-inner h1,
.zw-template-inner h2,
.zw-template-inner h3,
.zw-template-inner h4,
.zw-template-inner h5 {
    color: var(--primary-color);
    font-family: var(--primaryfont-regular);
    text-wrap: pretty;
}

.zwc-pagewrapper .content-wrap {
    max-width: 1140px;
}

.zwc-highlight-image .zwc-highlight-gallery-mbl {
    display: none;
}

.zwc-flex {
    display: flex;
}

.zwc-font-med {
    font-family: var(--zf-secondary-medium);
}

.zwc-cta-main {
    padding: 18px 40px 18px 25px;
    font-size: 14px;
    font-family: var(--zf-secondary-medium);
    border-radius: 2px;
    background: #ee0014;
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
    line-height: 1;
    letter-spacing: .5px;
}

.zwc-cta-outlined {
    padding: 18px 45px 18px 25px;
    font-size: 14px;
    border-radius: 2px;
    color: #056CB8;
    text-transform: uppercase;
    display: inline-block;
    font-family: var(--zf-secondary-medium);
    border: 1px solid #056CB8;
    line-height: 1;
    letter-spacing: 0.5px;
}

.zwc-cta-arrow {
    position: relative;
}

.zwc-cta-arrow:after {
    content: "";
    width: 8px;
    height: 8px;
    border-top: 1.5px solid #fff;
    border-left: 1.5px solid #fff;
    transform: rotate(135deg);
    position: absolute;
    display: block;
    right: 26px;
    top: 21px;
    transition: right 0.3s ease;
}

.zwc-cta-arrow:hover:after {
    right: 21px;
}

/* Blue arrow for outlined buttons */
.zwc-cta-outlined.zwc-cta-arrow::after {
    border-color: #056CB8;
    top: 21px;
}

.zwc-section-stats .zwc-cta-outlined.zwc-cta-arrow::after {
    border-color: #fff;
}

.zwc-divider-line {
    position: relative;
}

.zwc-divider-line:after {
    content: "";
    width: 40px;
    height: 1.5px;
    background-color: #EE0014;
    display: block;
    margin-top: 20px;
}

.zwc-pagewrapper blockquote {
    font-family: var(--zf-splfontserif-light);
    font-size: 24px;
    color: var(--primary-color);
    letter-spacing: -0.4px;
    line-height: 1.5;
    margin-bottom: 20px;
}

.zwc-pagewrapper figcaption {
    display: flex;
    align-items: center;
    gap: 20px;
}

.zwc-pagewrapper figcaption p {
    margin: 0;
}

.zwc-pagewrapper figcaption .name {
    color: var(--primary-color);
    font-size: 18px;
    line-height: 1;
    margin-bottom: 7px;
    font-family: var(--zf-primary-medium);

}

.zwc-pagewrapper figcaption .role {
    font-size: 14px;
}

/* Banner Section */
.zwc-section-banner {
    padding: 60px 0px 100px;
    background: url(/sites/zweb/images/zoho_general_pages/index/banner-bg-pattern.svg) center / cover no-repeat;
    position: relative;
}

.zwc-section-banner::before {
    content: "";
    position: absolute;
    inset: 0;
    background: url('/sites/zweb/images/zoho_general_pages/index/banner-bg-gradient.png') center / cover no-repeat;
    z-index: 0;
    pointer-events: none;
}

.zwc-section-banner .content-wrap {
    max-width: 1200px;
}

.zwc-banner-iwrap {
    position: relative;
    padding-bottom: 60px;
}

.zwc-banner-cont {
    text-align: center;
    max-width: 790px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.zwc-banner-cont::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #F8F9FB 0% 0% no-repeat padding-box;
    border-radius: 100px;
    opacity: 0.5;
    filter: blur(39px);
    z-index: -1;
}

.zwc-section-banner h1 {
    font-size: 55px;
    line-height: 1.2;
    letter-spacing: -2px;
    margin-bottom: 25px;
}

.zwc-section-banner h1 span {
    display: block;
}

.zwc-banner-cont .zwc-divider-line:after {
    margin: 15px auto 0;
}

.zwc-section-banner p a {
    border-bottom: 1px dashed rgba(0, 0, 0, 0.5);
    display: inline-block;
    color: var(--sec-color);
}

.zwc-banner-cont p {
    font-size: 22px;
    line-height: 1.6;
    letter-spacing: -0.3px;
    margin-bottom: 35px;
}

.zwc-banner-cont p span {
    display: inline-block;
}

.zwc-apps-container {
    width: 100%;
}

.zwc-apps-iwrap {
    background-color: #FFFFFF;
    border: 1px solid #E7EBF0;
    border-radius: 8px;
    box-shadow: 0px 8px 0px #00000008;
    padding: 15px 45px 15px 15px;
    max-width: 1160px;
    margin: 0 auto;
    gap: 45px;
    align-items: stretch;
}

/* Zia Agents Card */
.zwc-zia-agents-card {
    width: 37%;
    max-width: 400px;
    background: url(/sites/zweb/images/zoho_general_pages/index/zia-agent-bg.png) center / cover no-repeat;
    border-radius: 10px;
    padding: 0px 30px 45px;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    position: relative;
    overflow: hidden;
}


.zwc-zia-agents-card h2 {
    font-size: 32px;
    background: linear-gradient(127deg, #Bbc5ff 30%, #Cf36ff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    line-height: 1.2;
    letter-spacing: -0.8px;
    margin-bottom: 10px;
    margin-top: -20px;
}

.zwc-zia-agents-card p {
    font-size: 16px;
    color: #ffffffdd;
    margin-bottom: 25px;
}

.zwc-zia-agents-card .zwc-cta-outlined {
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    padding: 14px 45px 14px 30px;
    border-radius: 50px;
    border: 1.5px solid transparent;
    background: linear-gradient(#291A62, #291A62) padding-box, linear-gradient(90deg, #69A8FF 0%, #C63CFF 50%) border-box;
    font-family: var(--zf-secondary-medium);
    letter-spacing: 0.5px;
}

.zwc-zia-agents-card .zwc-cta-outlined.zwc-cta-arrow::after {
    border-color: #fff;
    top: 16px;
    right: 30px;
    transition: right 0.3s ease;
}

.zwc-zia-agents-card .zwc-cta-outlined.zwc-cta-arrow:hover::after {
    right: 25px;
}

/* Apps Grid Wrap */
.zwc-apps-grid-wrap {
    flex: 1;
}

.zwc-apps-header {
    justify-content: space-between;
    align-items: center;
    padding: 20px 0px;
    border-bottom: 1px solid #E7EBF0;
}

.zwc-apps-header h2 {
    text-transform: uppercase;
    font-size: 13px;
    margin-bottom: 0px;
    font-family: var(--zf-secondary-medium);
    color: #333;
    letter-spacing: 0.5px;
}

.zwc-apps-header .zwc-explore-all {
    color: #056CB8;
    font-size: 13px;
    font-family: var(--zf-secondary-medium);
    letter-spacing: 0.5px;
    line-height: 1.4;
    text-transform: uppercase;
    padding-right: 20px;
}

.zwc-explore-all-mbl {
    display: none;
}

.zwc-apps-header .zwc-cta-arrow:after {
    border-color: #056CB8;
    right: 3px;
    top: 4px;
}

.zwc-apps-header .zwc-cta-arrow:hover:after {
    right: -2px;
}

.zwc-app-card h3 {
    font-size: 24px;
    margin-bottom: 8px;
    line-height: 1;
    letter-spacing: -0.3px;
    transition: color 0.3s ease;
    border-bottom: 1px dashed transparent;
    width: fit-content;
}

.zwc-app-card:hover h3 {
    color: #056cb8;
    border-color: #056cb8;
}

.zwc-app-card p {
    font-size: 13px;
    margin-bottom: 0px;
    line-height: 1.4;
    text-wrap: auto;
}

.zwc-apps-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 50px 30px;
    justify-content: space-between;
    align-content: center;
    height: calc(100% - 60px);
}

.zwc-app-card {
    width: 30%;
    position: relative;
    padding-left: 44px;
    max-width: 200px;
}

.zwc-app-card span {
    min-width: 40px;
    height: 40px;
    display: inline-block;
    position: absolute;
    left: -5px;
    top: -3px;
    transform: scale(0.85);
}

.zwc-app-card span.zgh-i-crm {
    transform: scale(0.9);
    top: -5px;
}

.zwc-app-card span.zgh-i-books {
    transform: scale(0.75);
}

/* HIGHLIGHT BANNER SECTION */

/* 1. BASE CONTAINER STYLES */
.zwc-highlight-banner {
    background: linear-gradient(#fff 50%, #F8F9FB 50%);
    position: relative;
}

.zwc-highlight-banner::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    background: #E7EBF0;
    transform: translateY(-50%);
}

.zwc-highlight-banner .content-wrap {
    background-color: #fff;
    border-radius: 10px;
    padding: 8px;
    box-shadow: 0 10px 0 rgba(0, 0, 0, 0.03);
    max-width: min(1200px, calc(100% - 180px));
    border: 1px solid #E7EBF0;
    z-index: 1;
}

/* 2. SHARED BANNER STYLES */
.zwc-highlight-iwrap .zwc-highlight-gallery,
.zwc-highlight-iwrap .zwc-itt-container {
    border-radius: 8px;
    position: relative;
    width: 100%;
    overflow: hidden;
}

.zwc-highlight-banner .zwc-flex {
    justify-content: space-between;
    align-items: center;
}

/* 3. CONTENT CONTAINER (SHARED) */
.zwc-highlight-cont {
    padding: 45px 0px 45px 70px;
    max-width: 500px;
    width: 50%;
}

.zwc-highlight-cont h2 {
    font-size: 36px;
    line-height: 1.2;
    letter-spacing: -1px;
    margin-bottom: 20px;
}

.zwc-highlight-cont h2 span {
    font-size: 24px;
    display: block;
    background: transparent linear-gradient(to left, #5d7eff 0, #0035ff 60%, #fa1d9c 100% 100%) 0 0 no-repeat padding-box;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #333;
    font-family: var(--zf-secondary-medium);
    margin-bottom: 5px;
    position: relative;
    width: fit-content;
}

.zwc-highlight-cont h2 span:after {
    content: "";
    position: absolute;
    width: 18px;
    height: 18px;
    background: url(/sites/zweb/images/zoho_general_pages/index/sprite-icons.svg) left top no-repeat;
    background-position: -5px -59px;
    background-size: 330px;
    top: 4px;
    right: -24px;
}

/* 4. GALLERY SPECIFIC STYLES */
.zwc-highlight-gallery {
    background-color: #FFF4E6;
}

/* Gallery Image */
.zwc-highlight-image {
    max-width: 500px;
    width: 55%;
}

.zwc-highlight-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: right top;
    display: block;
}

/* Gallery CTA */
.zwc-highlight-gallery .zwc-cta {
    font-size: 12px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    padding: 14px 45px 14px 30px;
    border-radius: 999px;
    border: 1.5px solid transparent;
    background: linear-gradient(#fff6ea, #fff6ea) padding-box,
        linear-gradient(90deg, #F91D1D 0%, #0F6FD0 33%, #51971B 68%, #F0AF0C 100%) border-box;
    color: var(--primary-color);
    font-family: var(--zf-secondary-medium);
    display: inline-block;
    line-height: 1;
}

/* 6. CTA ARROW STYLES */
.zwc-highlight-cont .zwc-cta-arrow::after {
    border-color: #000;
    width: 7px;
    height: 7px;
    right: 30px;
    top: 16px;
}

.zwc-highlight-cont .zwc-cta-arrow:hover::after {
    right: 25px;
}

.zwc-highlight-iwrap .slick-track {
    display: flex;
}

.zwc-highlight-iwrap .slick-track>div {
    height: auto;
    outline: none;
}

.zwc-highlight-iwrap .slick-track>div>div {
    height: 100%;
    width: 100%;
}

/* 7. SLICK SLIDER NAVIGATION */
.zwc-highlight-iwrap .slick-prev,
.zwc-highlight-iwrap .slick-next {
    width: 45px;
    height: 45px;
    background: #fff;
    box-shadow: none;
    border: 1px solid #E3E6EB;
    border-radius: 50px;
    z-index: 1;
    top: 49%;
    transition: border-color 0.3s ease;
}

.zwc-highlight-iwrap .slick-prev {
    left: -80px;
}

.zwc-highlight-iwrap .slick-next {
    right: -80px;
}

.zwc-highlight-iwrap .slick-prev:hover,
.zwc-highlight-iwrap .slick-next:hover {
    border-color: #c8d0d9;
}

/* Arrow styles */
.zwc-highlight-iwrap .slick-prev:before,
.zwc-highlight-iwrap .slick-prev:after,
.zwc-highlight-iwrap .slick-next:before,
.zwc-highlight-iwrap .slick-next:after {
    content: '';
    position: absolute;
    width: 2px;
    height: 12px;
    background: #777;
    transition: background 0.3s ease;
}

.zwc-highlight-iwrap .slick-prev:hover:before,
.zwc-highlight-iwrap .slick-prev:hover:after,
.zwc-highlight-iwrap .slick-next:hover:before,
.zwc-highlight-iwrap .slick-next:hover:after {
    background: #333;
}

.zwc-highlight-iwrap .slick-prev:before {
    top: 13px;
    left: 20px;
    transform: rotate(45deg);
}

.zwc-highlight-iwrap .slick-prev:after {
    bottom: 11px;
    left: 20px;
    transform: rotate(-45deg);
}

.zwc-highlight-iwrap .slick-next:before {
    top: 13px;
    left: 22px;
    transform: rotate(-45deg);
}

.zwc-highlight-iwrap .slick-next:after {
    bottom: 11px;
    left: 22px;
    transform: rotate(45deg);
}

/* Zoho One */
.zwc-section-one {
    background-color: #fed600;
    padding: 80px 0;
}

.zwc-section-one .zwc-flex {
    justify-content: space-between;
}

.zwc-one-cont {
    padding-left: 100px;
    width: 50%;
    max-width: 560px;
}

.zwc-one-cont:before {
    content: "";
    width: 40px;
    height: 41px;
    background: var(--product-icons) no-repeat;
    background-position: var(--zp-one-bp);
    background-size: 800px auto;
    transform: scale(1.8);
    display: block;
    position: absolute;
    left: 10px;
    top: 36px;
}

.zwc-one-cont .zwc-subtitle {
    font-size: 14px;
    font-family: var(--zf-primary-medium);
    line-height: 1;
    letter-spacing: .5px;
    color: #333;
    text-transform: uppercase;
}


.zwc-one-cont h2 {
    font-size: 50px;
    line-height: 1;
    margin: 5px 0px 25px;
    letter-spacing: -1.7px;
}

.zwc-one-cont p {
    font-size: 18px;
    margin-bottom: 25px;
}

.zwc-one-cont p span {
    display: block;
    font-family: var(--zf-secondary-medium);
    color: #333;
    font-size: 20px;
    letter-spacing: -0.2px;
}

.zwc-one-testi {
    position: relative;
    padding-top: 70px;
    width: 40%;
    max-width: 370px;
    order: 3;
}

.zwc-one-iwrap.zwc-flex:before {
    content: "";
    width: 1px;
    border-left: 1px dashed #e1c00e;
    order: 2;

}

.zwc-one-testi:after {
    content: "";
    position: absolute;
    border-radius: 50%;
    width: 42px;
    height: 42px;
    background-color: #010101;
    top: 0;
    left: 0;
}

.zwc-one-testi:before {
    content: '';
    width: 20px;
    height: 14px;
    position: absolute;
    background: var(--bg-sprite) left top no-repeat;
    background-position: -20px -27px;
    background-size: 500px auto;
    top: 14px;
    left: 10px;
    z-index: 1;
}

/* Trust Brands */

.zwc-section-tbrands {
    background-color: #fff;
    padding: 90px 0px;
    text-align: center;
}

.zwc-brand-wrap {
    position: relative;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px 60px;
    margin: 45px auto;
}

body.ccode-in .zwc-brand-wrap {
    max-width: 1000px;
}

/* Static: hide duplicate sliders, no fade edges */
.zwc-brand-slider:nth-child(n+2) {
    display: none;
}

.zwc-brand-wrap::before,
.zwc-brand-wrap::after {
    display: none;
}

.zwc-brand-slider {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 40px 58px;
}

.zwc-brand-slider li {
    flex-shrink: 0;
    list-style: none;
}

.zwc-brand-slider li img {
    display: block;
}

/* Animated: India only (desktop) */
body.ccode-in .zwc-brand-wrap {
    overflow: hidden;
    flex-wrap: nowrap;
    gap: 60px;
}

body.ccode-in .zwc-brand-wrap::before,
body.ccode-in .zwc-brand-wrap::after {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    width: 120px;
    height: 100%;
    z-index: 1;
    pointer-events: none;
}

body.ccode-in .zwc-brand-wrap::before {
    left: 0;
    background: linear-gradient(to right, #fff 0%, transparent 100%);
}

body.ccode-in .zwc-brand-wrap::after {
    right: 0;
    background: linear-gradient(to left, #fff 0%, transparent 100%);
}

body.ccode-in .zwc-brand-slider {
    min-width: 100%;
    flex-shrink: 0;
    flex-wrap: nowrap;
    justify-content: flex-start;
    gap: 60px;
    animation: zwc-brand-slide 20s linear infinite;
    will-change: transform;
}

body.ccode-in .zwc-brand-slider:nth-child(n+2) {
    display: flex;
}

body.ccode-in .zwc-brand-wrap:hover .zwc-brand-slider {
    animation-play-state: paused;
}

@keyframes zwc-brand-slide {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(calc(-100% - 60px));
    }
}

.zwc-section-tbrands h2 {
    font-size: 13px;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    font-family: var(--zf-secondary-medium);
    text-align: center;
    color: #555;
}

.zwc-section-tbrands .zwc-divider-line:after {
    margin: 15px auto 0;
    width: 25px;
}

.zwc-section-tbrands .zwc-view-stories {
    text-transform: uppercase;
    line-height: 1;
    font-family: var(--zf-secondary-medium);
    color: #056CB8;
    font-size: 14px;
    letter-spacing: .5px;
    display: inline-block;
    padding-right: 20px;
}

.zwc-section-tbrands .zwc-cta-arrow:after {
    border-color: #056CB8;
    right: 3px;
    top: 3px;
}

.zwc-section-tbrands .zwc-cta-arrow:hover:after {
    right: -2px;
}

/* Enterprise Section */
.zwc-section-enterprise {
    background-color: #F8F9FB;
}

.zwc-enterprise-iwrap {
    max-width: 1000px;
    justify-content: space-between;
    padding: 100px 0px 130px;
    margin: 0 auto;
}

.zwc-enterprise-cont {
    width: 45%;
    max-width: 500px;
    position: relative;
}

.zwc-enterprise-cont:before {
    background-image: url(/sites/zweb/images/producticon/enterprise.svg);
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
    position: absolute;
    width: 50px;
    height: 50px;
    left: 0;
    top: 0;
}


.zwc-enterprise-testi {
    width: 46%;
    max-width: 410px;
}

.zwc-enterprise-cont h2 {
    font-size: 40px;
    letter-spacing: -1.3px;
    line-height: 1;
}

.zwc-enterprise-cont p {
    font-size: 18px;
    letter-spacing: -0.2px;
    margin-bottom: 30px;
}

.zwc-pagewrapper .zwc-enterprise-testi blockquote {
    font-size: 18px;
    letter-spacing: -0.2px;
    line-height: 1.6;
}

.zwc-pagewrapper .zwc-enterprise-testi .name {
    font-family: var(--zf-secondary-medium);
}

.zwc-enterprise-testi a {
    font-size: 14px;
    color: #056CB8;
    text-transform: uppercase;
    display: inline-block;
    font-family: var(--zf-secondary-medium);
    margin-top: 25px;
}

.zwc-enterprise-testi .zwc-cta-arrow:after {
    border-color: #056CB8;
    right: -15px;
    top: 7px;
}

.zwc-enterprise-testi .zwc-cta-arrow:hover:after {
    right: -20px;
}

/* Core Values */

.zwc-section-values .content-wrap {
    border: 1px solid #E7EBF0;
    padding: 80px 0 90px;
    margin: 0 auto;
    background: #fff;
    margin-top: -240px;
    border-radius: 10px;
    position: relative;
    z-index: 2;
    box-shadow: 0px 10px 0px #00000005;
}

.zwc-section-values {
    position: relative;
    padding-bottom: 130px;
    background-color: #F8F9FB;
}

.zwc-section-values .zwc-title {
    margin: 0px auto;
    max-width: 550px;
    text-align: center;
    width: 90%;
    font-size: 44px;
    line-height: 1.2;
    letter-spacing: -1.5px;
}

.zwc-section-values .zwc-title.zwc-divider-line::after {
    margin: 20px auto 0px;
}

.zwc-section-values img {
    width: 100%;
    position: relative;
    z-index: 1
}

.zwc-box-wrap {
    padding: 0 85px;
    justify-content: space-between;
    margin: 60px 0px 0px;
    flex-wrap: wrap;
    gap: 40px;
}

.zwc-box-wrap h3 {
    font-size: 30px;
    line-height: 1.2;
    letter-spacing: -0.6px;
}

.zwc-box-wrap h3:nth-child(3) {
    max-width: 300px;
}

.zwc-box-wrap .zwc-box {
    width: 46%;
    position: relative;
    padding-left: 80px;
}

.zwc-box-wrap .zwc-box:before {
    content: '';
    background: url(/sites/zweb/images/zoho_general_pages/index/sprite-icons.svg) left top no-repeat;
    height: 50px;
    background-position: -6px -4px;
    background-size: 350px auto;
    margin: 0 0 20px;
    width: 50px;
    position: absolute;
    left: 0;
    top: 0;
}

.zwc-box-wrap .zwc-box:nth-child(2):before {
    background-position: -63px -7px
}

.zwc-box-wrap .zwc-box:nth-child(3):before {
    background-position: -119px -7px
}

.zwc-box-wrap .zwc-box:last-child:before {
    background-position: -178px -7px
}

.zwc-box p {
    line-height: 1.6;
    font-size: 16px;
    letter-spacing: 0;
}

.zwc-section-values .zwc-text-ct {
    margin-top: 50px;
    text-align: center;
}

.zwc-section-values .zwc-text-ct .zwc-cta-outlined {
    margin-top: 10px;
}


/* Takes Time */
.zwc-itt-iwrap {
    padding: 30px 80px 20px;
    background: url(/sites/zweb/images/zoho_general_pages/index/it-takes-time.png) center center / cover no-repeat;
    background-color: #1a100b;
    border-radius: 8px;
}

.zwc-itt-iwrap h2 {
    color: #FFD591;
    position: relative;
    font-size: 32px;
    font-family: var(--zf-primary-regularserif);
    text-align: left;
    line-height: 1.2;
    letter-spacing: -1px;
}

.zwc-itt-iwrap .zwc-divider-line::after {
    margin: 10px 0 0px;
    width: 35px;
}

.zwc-itt-iwrap p {
    color: #EFB963;
    font-size: 16px;
    font-family: var(--zf-primary-regularserif);
}

.zwc-itt-link {
    color: #f7873c;
    font-size: 13px;
    position: relative;
    font-family: var(--zf-secondary-medium);
    letter-spacing: .5px;
}

/* ITT Link uses sprite image instead of CSS arrow */
.zwc-itt-link:after {
    content: "";
    position: absolute;
    background-image: url(/sites/zweb/images/zoho_general_pages/index/icons-sprite.svg);
    background-size: 220px;
    width: 13px;
    height: 14px;
    background-position: -139px -17px;
    top: 2px;
    right: -20px;
    transition: all 0.3s ease;
}

.zwc-itt-link:hover::after {
    top: -1px;
    right: -21px;
}

.zwc-itt-iwrap>div {
    width: 50%;
    max-width: 320px;
}

/* Region-based visibility */
h2.ccode-in {
    display: none;
}

body.ccode-in h2.ccode-in {
    display: block;
}

body.ccode-in h2.ccode-row {
    display: none;
}

.zwc-enterprise-cont:before {
    display: none;
}

body.ccode-in .zwc-enterprise-cont:before {
    display: block;
}

body.ccode-in .zwc-enterprise-cont {
    padding-left: 75px;
}

.zwc-highlight-banner {
    display: none;
}

body.ccode-in .zwc-highlight-banner {
    display: block;
}

/* Stats Section */
.zwc-section-stats {
    padding: 100px 0 120px;
    position: relative;
    color: #fff;
    text-align: center;
    background: url(/sites/zweb/images/zoho_general_pages/index/stats-bg.png) no-repeat bottom right / 50%;
    background-color: #0060B4;
}

/* body.ccode-in .zwc-section-stats {
    background-image: url(/sites/zweb/images/zoho_general_pages/index/stats-bg.png);
} */

.zwc-stats-cont h2 {
    width: 100%;
    letter-spacing: -1.7px;
    color: #fff;
    margin-bottom: 40px;
    text-align: center;
    font-size: 50px;
    line-height: 1.2;
}

.zwc-stats-cont h2 span {
    display: block
}

.zwc-stats-cont .zwc-divider-line:after {
    background-color: #3cc10c;
    margin: 15px auto 0;
}

.zwc-stats-container {
    display: flex;
    flex-wrap: wrap;
    margin: 60px auto 50px;
    column-gap: 45px;
    justify-content: center;
}

.zwc-user-count p {
    color: #ffffffd9;
    font-size: 14px;
    line-height: 1;
    letter-spacing: 0.3px;
}

.zwc-user-count .zwc-counter {
    font-variant-numeric: tabular-nums;
}

.zwc-number {
    font-size: 40px;
    margin-bottom: 15px;
    line-height: 1;
    letter-spacing: -1.3px;
}

.zwc-stats-divider {
    width: 1px;
    border-left: 1px solid #fff;
    height: 50px;
    opacity: 0.15;
    position: relative;
    top: 12px;
}

.zwc-section-stats a {
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    display: inline-block;
    font-family: var(--zf-secondary-medium);
    border-color: #87adcc;
}

/* Arrow inherits white color from base .zwc-cta-arrow:after */

/* AE Testimonial Section (AE only) */
.zwc-testi-ae {
    display: none;
    background-color: #F8F9FB;
    padding: 100px 0px 100px;
}

body.ccode-ae .zwc-testi-ae {
    display: block;
}

.zwc-testi-ae .content-wrap {
    max-width: 1000px;
    justify-content: space-between;
    align-items: center;
}

.zwc-testi-ae-cont {
    width: 45%;
    max-width: 500px;
}

.zwc-testi-ae-cont h4 {
    font-size: 40px;
    letter-spacing: -1.3px;
    line-height: 1;
    margin-bottom: 20px;
    color: var(--primary-color);
}

.zwc-testi-ae-cont p {
    font-size: 18px;
    letter-spacing: -0.2px;
    line-height: 1.6;
    color: #333;
    margin-bottom: 15px;
}

.zwc-testi-ae-cont .zwc-cta-outlined {
    margin-top: 15px;
}

.zwc-testi-ae-image {
    width: 46%;
    max-width: 420px;
    text-align: center;
}

.zwc-testi-ae-image img {
    width: 100%;
    max-width: 300px;
    border-radius: 8px;
}

.zwc-testi-ae-image .name {
    font-size: 18px;
    color: var(--primary-color);
    margin-top: 15px;
    margin-bottom: 5px;
    font-family: var(--zf-secondary-medium);
}

.zwc-testi-ae-image .role {
    font-size: 14px;
    color: var(--sec-color);
}

/* Footer Section */
.zwc-section-footer {
    background-color: #f3f5f9;
    border-top: 1px solid #dde4f3;
    padding: 70px 0 10px;
    text-align: center;
}


.zwc-section-footer h2 {
    font-size: 44px;
    line-height: 1.2;
    letter-spacing: -1.5px;
    margin-bottom: 0px;
}

.zwc-section-footer p {
    font-size: 32px;
    letter-spacing: -0.8px;
    margin-bottom: 30px;
}


/* =============================================
   RESPONSIVE STYLES
   ============================================= */

@media only screen and (max-width: 1440px) {

    /* Banner Section */
    .zwc-section-banner {
        padding: 55px 0px 90px;
    }

    .zwc-section-banner h1 {
        font-size: 50px;
        margin-bottom: 20px;
    }

    .zwc-banner-cont p {
        font-size: 20px;
        margin-bottom: 25px;
    }

    .zwc-apps-grid {
        gap: 40px 25px;
    }

    /* Highlight Banner */
    .zwc-highlight-banner .content-wrap {
        max-width: 1100px;
        width: 80%;
    }

    .zwc-highlight-cont {
        padding: 35px 0px 35px 55px;
    }

    .zwc-highlight-cont h2 {
        font-size: 32px;
        margin-bottom: 16px;
    }

    .zwc-highlight-cont h2 span {
        font-size: 21px;
    }

    /* Takes Time */
    .zwc-itt-iwrap {
        padding: 35px 60px 35px;
        display: flex;
        align-items: center;
    }

    .zwc-itt-iwrap h2 {
        font-size: 32px;
    }

    .zwc-itt-iwrap p {
        font-size: 15px;
    }
}

/* Tablet Large */
@media only screen and (max-width: 1280px) {

    /* Banner Section */
    .zwc-section-banner {
        padding: 55px 0 90px;
    }

    .zwc-section-banner h1 {
        font-size: 50px;
        margin-bottom: 20px;
    }

    .zwc-banner-iwrap {
        padding-bottom: 60px;
    }

    .zwc-banner-cont p {
        margin-bottom: 25px;
        font-size: 20px;
    }

    /* Zia Agents Card */
    .zwc-zia-agents-card p {
        font-size: 15px;
        line-height: 1.6;
        margin-bottom: 25px;
    }

    .zwc-apps-iwrap {
        padding-right: 30px;
    }

    .zwc-apps-grid {
        gap: 40px 25px;
    }

    .zwc-app-card h3 {
        font-size: 22px;
    }

    .zwc-app-card {
        padding-left: 45px;
    }

    /* Highlight Banner */
    .zwc-highlight-cont {
        padding: 35px 0px 35px 60px;
    }

    .zwc-highlight-cont h2 {
        font-size: 32px;
        margin-bottom: 25px;
    }

    /* Zoho One */
    .zwc-one-cont h2 {
        font-size: 44px;
        margin-bottom: 5px;
    }

    .zwc-one-cont p {
        display: block;
    }

    .zwc-one-cont {
        max-width: 490px;
    }

    /* Trust Brands */
    .zwc-brand-wrap {
        gap: 30px 50px;
    }

    .zwc-section-tbrands {
        padding: 80px 0 90px;
    }

    /* .zwc-brand-slider {
        max-width: 800px;
    } */

    /* Enterprise Section */
    .zwc-enterprise-iwrap {
        padding: 90px 0px 100px;
        max-width: 960px;
    }

    .zwc-enterprise-cont h2 {
        font-size: 38px;
        letter-spacing: -1px;
    }

    /* Core Values */
    .zwc-section-values {
        padding-bottom: 110px;
    }

    .zwc-section-values .zwc-title {
        font-size: 35px;
        max-width: 500px;
    }

    .zwc-box-wrap {
        padding: 0 70px;
    }

    .zwc-box-wrap h3 {
        font-size: 26px;
    }

    .zwc-section-values .content-wrap {
        margin-top: -150px;
        padding: 80px 0;
    }

    .zwc-section-values .zwc-text-ct {
        margin-top: 35px;
    }

    /* Stats Section */
    .zwc-section-stats {
        padding: 80px 0 100px;
    }

    .zwc-stats-cont h2 {
        font-size: 42px;
    }

    .zwc-stats-container {
        gap: 45px;
        max-width: 1060px;
        margin: 60px auto;
    }

    /* Footer Section */
    .zwc-section-footer h2 {
        font-size: 38px;
    }

    .zwc-section-footer p {
        font-size: 28px;
    }

    .zwc-highlight-gallery-mbl {
        display: block !important;
    }

    .zwc-highlight-image {
        max-width: 310px;
    }

    .zwc-highlight-gallery-desktop {
        display: none !important;
    }
}

/* Tablet Medium */
@media only screen and (max-width: 1024px) {

    /* Banner Section */
    .zwc-section-banner {
        padding: 50px 0 90px;
    }

    .zwc-banner-iwrap {
        flex-wrap: wrap;
        padding-bottom: 60px;
        gap: 40px;
    }

    .zwc-banner-cont {
        width: 100%;
        text-align: center;
        margin: 0 auto;
    }

    .zwc-banner-cont p {
        margin: 0 auto 25px;
    }

    .zwc-apps-container {
        width: 100%;
        margin: 0 auto;
        max-width: 600px;
    }

    .zwc-apps-iwrap {
        flex-direction: column;
        padding: 15px;
        gap: 20px;
    }

    .zwc-zia-agents-card p {
        max-width: 400px;
        margin: 0 auto 25px;
    }

    .zwc-zia-agents-card {
        width: 100%;
        max-width: 100%;
        min-width: unset;
    }

    .zwc-apps-grid-wrap {
        width: 100%;
        padding: 0px 20px 40px;
    }

    .zwc-apps-grid {
        gap: 40px 60px;
        margin-top: 45px;
        justify-content: space-evenly;
    }

    .zwc-app-card {
        width: 44%;
        max-width: none;
        padding-left: 45px;
    }

    /* Common Divider */
    .zwc-divider-line:after {
        margin: 20px auto 0;
    }

    /* Highlight Banner */
    .zwc-highlight-cont {
        padding: 30px 0px 40px 40px;
        width: 55%;
        max-width: 400px;
        align-self: center;
    }

    .zwc-highlight-image {
        max-width: 290px;
    }

    .zwc-highlight-cont h2 {
        font-size: 30px;
        margin-bottom: 25px;
        letter-spacing: -0.8px;
    }

    .zwc-highlight-iwrap .slick-prev {
        left: -80px;
    }

    .zwc-highlight-iwrap .slick-next {
        right: -80px;
    }

    .zwc-highlight-banner .content-wrap {
        width: 80%;
        padding: 10px;
    }

    /* Zoho One */
    .zwc-section-one {
        padding: 140px 0 90px;
    }

    .zwc-one-cont {
        padding-left: 20px;
        width: 50%;
        max-width: 380px;
    }

    .zwc-one-cont h2 {
        font-size: 35px;
        margin-bottom: 5px;
    }

    .zwc-one-cont p span {
        font-size: 18px;
    }

    .zwc-one-testi {
        width: 40%;
        max-width: 350px;
    }

    .zwc-one-cont:before {
        transform: scale(1.4);
        left: 25px;
        top: -60px;
    }

    .zwc-pagewrapper blockquote {
        font-size: 20px;
    }

    /* Trust Brands — animate for all regions below 1024 */
    .zwc-brand-wrap {
        overflow: hidden;
        flex-wrap: nowrap;
        gap: 60px;
        max-width: 790px;
        margin: 40px auto;
    }

    .zwc-brand-wrap::before,
    .zwc-brand-wrap::after {
        display: block;
        content: "";
        position: absolute;
        top: 0;
        width: 100px;
        height: 100%;
        z-index: 1;
        pointer-events: none;
    }

    .zwc-brand-wrap::before {
        left: 0;
        background: linear-gradient(to right, #fff 0%, transparent 100%);
    }

    .zwc-brand-wrap::after {
        right: 0;
        background: linear-gradient(to left, #fff 0%, transparent 100%);
    }

    .zwc-brand-slider {
        /* min-width: 100%; */
        flex-shrink: 0;
        flex-wrap: nowrap;
        justify-content: flex-start;
        gap: 60px;
        animation: zwc-brand-slide 20s linear infinite;
        will-change: transform;
    }

    .zwc-brand-slider:nth-child(n+2) {
        display: flex;
    }

    .zwc-brand-wrap:hover .zwc-brand-slider {
        animation-play-state: paused;
    }

    .zwc-section-tbrands {
        padding: 80px 0;
    }

    /* Enterprise Section */
    .zwc-enterprise-iwrap {
        max-width: 850px;
        padding: 90px 0 110px;
    }

    body.ccode-in .zwc-enterprise-iwrap {
        padding-top: 150px;
    }

    body.ccode-in .zwc-enterprise-cont {
        padding-left: 20px;
    }

    .zwc-enterprise-cont:before {
        left: 20px;
        top: -70px;
    }

    .zwc-enterprise-cont h2 {
        font-size: 36px;
        letter-spacing: -1px;
    }

    /* Core Values */
    .zwc-section-values {
        padding-bottom: 110px;
        margin-bottom: 0;
    }

    .zwc-section-values .content-wrap {
        margin-top: -100px;
        padding: 60px 0 80px;
    }

    .zwc-section-values .zwc-title {
        font-size: 36px;
        max-width: 440px;
    }

    .zwc-section-values .zwc-text-ct {
        margin-top: 40px;
    }

    .zwc-box-wrap {
        gap: 25px;
        margin: 60px 0 0;
        padding: 0 40px;

    }

    .zwc-box-wrap .zwc-box {
        padding-left: 60px;
    }

    .zwc-box-wrap .zwc-box:before {
        transform: scale(0.8);
        left: -8px;
        top: -13px;
    }

    .zwc-box-wrap h3 {
        font-size: 24px;
        line-height: 1.4;
    }

    /* Takes Time */
    .zwc-itt-iwrap {
        padding: 30px 50px 30px;
    }

    .zwc-itt-iwrap h2 {
        font-size: 30px;
    }

    /* stats section */
    .zwc-stats-cont h2 {
        font-size: 38px;
    }

    .zwc-section-stats {
        padding: 80px 0 100px;
        background-size: 60%;
    }

    .zwc-number {
        font-size: 32px;
    }

    .zwc-stats-container {
        gap: 60px;
        max-width: 600px;
    }

    .zwc-stats-divider {
        display: none;
    }

    /* Highlight Gallery CTA */
    .zwc-highlight-gallery .zwc-cta {
        padding: 14px 40px 14px 30px;
    }

    .zwc-highlight-cont .zwc-cta-arrow::after {
        right: 26px;
    }

    .zwc-highlight-cont .zwc-cta-arrow:hover::after {
        right: 21px;
    }

    /* footer section */
    .zwc-section-footer h2 {
        font-size: 35px;
    }


}

/* Mobile Devices */
@media only screen and (max-width: 767px) {

    /* Banner Section */
    .zwc-section-banner {
        padding: 50px 0 80px;
    }

    .zwc-banner-iwrap {
        padding-bottom: 50px;
    }

    .zwc-section-banner h1 {
        font-size: 40px;
    }

    .zwc-banner-cont p {
        max-width: 580px;
    }

    /* Zia Agents Card */
    .zwc-zia-agents-card p {
        margin: 0 auto 25px;
    }

    /* Apps Grid */
    .zwc-apps-grid {
        gap: 40px 30px;
        margin-top: 45px;
        justify-content: space-evenly;
    }

    .zwc-apps-grid-wrap {
        padding: 0 10px 40px;
    }

    .zwc-app-card {
        padding-left: 42px;
    }

    /* Zoho One */
    .zwc-section-one {
        padding: 130px 0 90px;
    }

    .zwc-one-cont {
        width: 100%;
        max-width: 350px;
    }

    .zwc-one-testi {
        width: 100%;
        max-width: 380px;
    }

    .zwc-one-cont .zwc-subtitle {
        margin-bottom: 5px;
    }

    /* Trust Brands */
    .zwc-section-tbrands {
        padding: 80px 0 70px;
    }

    /* Common */
    .zwc-pagewrapper figcaption .name {
        font-size: 16px;
    }

    .zwc-pagewrapper blockquote {
        font-size: 18px;
    }

    .zwc-pagewrapper figcaption {
        text-align: left;
        justify-content: center;
    }

    /* Banner Section */

    .zwc-banner-cont p span {
        display: inline;
    }

    .zwc-zia-agents-card .zwc-cta-outlined {
        padding: 14px 35px 14px 20px;
    }

    .zwc-zia-agents-card .zwc-cta-outlined.zwc-cta-arrow::after {
        right: 20px;
    }

    .zwc-zia-agents-card .zwc-cta-outlined.zwc-cta-arrow:hover::after {
        right: 17px;
    }

    /* Zoho One */
    .zwc-section-one .zwc-flex {
        flex-wrap: wrap;
        justify-content: center;
    }

    .zwc-one-cont {
        text-align: center;
        margin-bottom: 50px;
        padding-left: 0px;
    }

    .zwc-one-cont p {
        font-size: 16px;
    }

    .zwc-one-cont:before {
        left: 50%;
        transform: scale(1.4) translateX(-50%);
    }

    .zwc-one-testi {
        width: 100%;
        text-align: center;
    }

    .zwc-one-testi:after {
        left: calc(50% - 21px);
    }

    .zwc-one-testi:before {
        left: calc(50% - 10px);
    }

    .zwc-one-iwrap.zwc-flex:before {
        display: none;
    }

    /* Highlight Banner */
    .zwc-highlight-banner .content-wrap {
        max-width: min(510px, calc(100% - 120px));
    }

    .zwc-highlight-iwrap .slick-prev {
        left: -63px;
        transform: scale(0.8);
        top: 46%;
    }

    .zwc-highlight-iwrap .slick-next {
        right: -63px;
        transform: scale(0.8);
        top: 46%;
    }

    .zwc-highlight-gallery .zwc-flex,
    .zwc-itt-container .zwc-flex {
        flex-wrap: wrap;
        justify-content: center;
        align-items: flex-end;
    }

    .zwc-highlight-gallery,
    .zwc-itt-container {
        width: 100%;
    }

    .zwc-highlight-cont {
        width: 100%;
        padding: 40px 0 50px;
        text-align: center;
    }

    .zwc-highlight-image {
        width: 100%;
        max-width: 100%;
    }

    .zwc-highlight-gallery .zwc-cta {
        padding: 14px 35px 14px 20px;
    }

    .zwc-highlight-cont .zwc-cta-arrow::after {
        right: 20px;
    }

    .zwc-highlight-cont .zwc-cta-arrow:hover::after {
        right: 17px;
    }

    /* Enterprise Section */
    .zwc-enterprise-iwrap {
        flex-wrap: wrap;
        justify-content: center;
        padding: 80px 0 70px;
        max-width: 400px;
    }

    body.ccode-in .zwc-enterprise-iwrap {
        padding-top: 150px;
    }

    .zwc-enterprise-cont {
        width: 100%;
        text-align: center;
        margin-bottom: 50px;
        max-width: 500px;
        padding: 0;
    }

    .zwc-enterprise-cont p {
        line-height: 1.6;
        font-size: 16px;

    }

    .zwc-pagewrapper .zwc-enterprise-testi blockquote {
        font-size: 16px;
    }

    .zwc-enterprise-cont:before {
        left: calc(50% - 22.5px);
        width: 45px;
        height: 45px;
        top: -66px;
    }

    .zwc-enterprise-testi {
        width: 100%;
        max-width: 490px;
        text-align: center;
    }

    /* Core Values */
    .zwc-section-values {
        padding-bottom: 80px;
        margin-bottom: 0;
    }

    .zwc-section-values .content-wrap {
        max-width: 600px;
        padding: 50px 0 60px;
    }

    .zwc-box-wrap {
        flex-wrap: wrap;
        margin: 40px 0 0;
    }

    .zwc-box-wrap h3 {
        font-size: 22px;
        margin-bottom: 10px;
        line-height: 1.4;
    }

    .zwc-box-wrap .zwc-box {
        width: 100%;
        padding-left: 50px;
    }

    .zwc-box-wrap .zwc-box:before {
        transform: scale(0.8);
        left: -20px;
        top: 0px;
    }

    .zwc-section-values .zwc-text-ct {
        margin-top: 30px;
    }

    /* Takes Time */
    .zwc-itt-iwrap {
        text-align: center;
        min-height: 460px;
        background-image: url(/sites/zweb/images/zoho_general_pages/index/it-takes-time-mobile.png);
        margin: 0px auto;
        padding: 50px 30px;
        align-items: flex-start;
    }

    .zwc-itt-iwrap>div {
        width: 100%;
        margin: 0 auto;
    }

    .zwc-itt-iwrap h2 {
        text-align: center;
    }

    .zwc-itt-iwrap .zwc-divider-line::after {
        margin: 10px auto 0px;
    }

    /* AE Testimonial Section */
    .zwc-testi-ae .content-wrap {
        flex-direction: column;
        align-items: center;
    }

    .zwc-testi-ae-cont {
        width: 100%;
        max-width: 500px;
        text-align: center;
    }

    .zwc-testi-ae-cont h4 {
        font-size: 30px;
        max-width: 400px;
        margin: 0 auto 20px;
    }

    .zwc-testi-ae-cont p {
        width: 100%;
        margin: 0 auto 15px;
        font-size: 16px;
    }

    .zwc-testi-ae {
        padding: 70px 0px;
    }

    .zwc-testi-ae-image {
        width: 100%;
        margin-top: 40px;
    }

    /* Stats Section */
    .zwc-section-stats {
        padding: 60px 0 80px;
    }

    .zwc-stats-cont h2 {
        font-size: 35px;
    }

    .zwc-stats-container {
        gap: 30px;
        margin: 50px auto 45px;
        max-width: 500px;
    }

    .zwc-number {
        font-size: 28px;
        letter-spacing: -0.4px;
    }

    .zw-product-header {
        border-bottom: 1px solid #e7ebf0;
    }
}

@media only screen and (max-width: 480px) {

    /* Common CTAs */
    .zwc-cta-main {
        padding: 18px 45px 18px 25px;
    }

    .zwc-cta-outlined {
        padding: 18px 45px 18px 25px;
    }

    .zwc-cta-arrow:after {
        top: 21px;
        right: 28px;
    }

    .zwc-cta-arrow:hover:after {
        right: 25px;
    }

    .zwc-cta-outlined.zwc-cta-arrow::after {
        top: 21px;
        right: 28px;
    }

    .zwc-app-card {
        padding-left: 60px;
    }

    .zwc-pagewrapper figcaption .role {
        text-wrap: unset;
    }

    /* Banner Section */

    .zwc-section-banner {
        background: url(/sites/zweb/images/zoho_general_pages/index/banner-bg-pattern.svg) center / cover no-repeat;
    }

    .zwc-section-banner h1 {
        font-size: 32px;
    }

    .zwc-banner-cont p {
        font-size: 18px;
    }

    .zwc-banner-cont::before {
        opacity: 0.7;
    }


    .zwc-apps-container {
        max-width: 400px;
    }

    .zwc-apps-header {
        padding: 15px 0px;
    }

    .zwc-apps-header .zwc-explore-all {
        display: none;
    }

    .zwc-explore-all-mbl {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-top: 35px;
        border-top: 1px solid #e7ebf0;
        width: 100%;
        color: #056cb8;
        font-size: 13px;
        font-family: var(--zf-secondary-medium);
        letter-spacing: .5px;
        line-height: 1.4;
        text-transform: uppercase;
        padding: 35px 10px 0px 5px;
        max-width: 340px;
    }

    .zwc-explore-all-mbl.zwc-cta-arrow:after {
        border-color: #056cb8;
        position: static;
        flex-shrink: 0;
        width: 9px;
        height: 9px;
        border-width: 1.5px;
    }

    .zwc-apps-grid-wrap {
        padding-bottom: 20px;
    }

    .zwc-apps-grid {
        margin-top: 35px;
        gap: 35px;
    }

    .zwc-app-card {
        max-width: 330px;
        padding-right: 40px;
        width: 100%;
    }

    .zwc-app-card a::after {
        width: 9px;
        height: 9px;
        border-top: 1.99px solid #767676;
        border-left: 1.99px solid #767676;
        content: "";
        rotate: 135deg;
        display: block;
        right: 10px;
        position: absolute;
        top: 36px;
        transition: right 0.5s;
    }

    .zwc-app-card a:hover::after {
        right: 3px;
    }

    .zwc-zia-agents-card h2 {
        font-size: 30px;
        margin-top: -25px;
    }



    .zwc-zia-agents-card .zwc-cta-outlined {
        padding: 15px 35px 15px 25px;
    }

    .zwc-zia-agents-card .zwc-cta-outlined.zwc-cta-arrow::after {
        top: 17px;
        right: 20px;
    }

    .zwc-zia-agents-card .zwc-cta-outlined.zwc-cta-arrow:hover::after {
        right: 17px;
    }

    .zwc-zia-agents-card img {
        transform: scale(0.8);
    }

    .zwc-zia-agents-card {
        padding-top: 0px;
    }

    /* Zoho One */
    .zwc-one-cont {
        margin-bottom: 60px;
    }

    .zwc-one-cont h2 {
        font-size: 40px;

    }

    /* Enterprise Section */
    .zwc-enterprise-cont h2,
    .zwc-stats-cont h2 {
        font-size: 32px;
        letter-spacing: -1px;
    }

    .zwc-enterprise-cont p {
        line-height: 1.7;
    }

    /* Highlight Banner */
    .zwc-highlight-banner {
        padding-bottom: 70px;
    }

    .zwc-highlight-banner .content-wrap {
        max-width: 400px;
        width: 90%;
    }

    .zwc-highlight-iwrap .slick-prev,
    .zwc-highlight-iwrap .slick-next {
        top: auto;
        bottom: -70px;
        transform: scale(0.75);
    }

    .zwc-highlight-iwrap .slick-prev {
        left: calc(50% - 45px);
    }

    .zwc-highlight-iwrap .slick-next {
        right: calc(50% - 45px);
    }

    .zwc-highlight-gallery .zwc-cta {
        padding: 13px 35px 15px 25px;
    }

    .zwc-highlight-cont .zwc-cta-arrow::after {
        top: 15px;
        right: 20px;
    }

    /* Core Values */
    .zwc-section-values .content-wrap {
        padding: 55px 0 70px;
    }

    .zwc-box-wrap .zwc-box {
        padding-left: 0px;
        padding-top: 60px;
    }

    .zwc-box-wrap .zwc-box:before {
        transform: scale(0.8);
        left: 0px;
        top: 0;
    }


    /* Stats Section */
    .zwc-stats-container {
        gap: 20px 40px;
        margin: 40px auto 50px;
    }

    .zwc-section-banner h1 {
        letter-spacing: -1px;
    }

    .zwc-one-testi {
        padding-top: 60px;
        max-width: 330px;
    }

    .zwc-brand-wrap {
        margin: 30px auto 40px;
        gap: 50px;
    }

    .zwc-highlight-cont h2 {
        margin-bottom: 20px;
        font-size: 28px;
    }

    .zwc-highlight-cont {
        padding: 60px 20px;
    }

    .zwc-enterprise-iwrap {
        padding: 70px 0 80px;
    }

    body.ccode-in .zwc-enterprise-iwrap {
        padding-top: 130px;
    }

    .zwc-section-values .zwc-title {
        font-size: 32px;
        letter-spacing: -1px;
    }

    .zwc-box-wrap h3 {
        font-size: 24px;
        margin-bottom: 8px;
    }

    .zwc-box-wrap {
        gap: 20px;
    }



}




/* =============================================
   PROMO BANNER
   ============================================= */

.zwc-promo-bar {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 12px 20px;
    font-size: 16px;
    color: var(--primary-color);
    text-align: center;
    line-height: 1.4;
    position: relative;
}

.zwc-promo-bar p {
    margin: 0;
}

.zwc-promo-bar a {
    color: #056CB8;
    font-family: var(--zf-secondary-medium);
    margin-left: 2px;
    white-space: nowrap;
}

.zwc-promo-icon {
    width: 20px;
    margin: 0 10px;
    flex-shrink: 0;
}

.zwc-promo-flip {
    transform: rotate(180deg);
}

.zwc-promo-link {
    color: #056CB8;
    font-family: var(--zf-secondary-medium);
    border-bottom: 1px dashed #056CB8;
}

/* MX */
.zwc-promo-mx {
    background-color: #CDEDD8;
}

.zwc-promo-mx .zwc-promo-bar p {
    font-size: 15px;
}

.zwc-promo-mx .zwc-promo-bar p span {
    font-family: var(--zf-secondary-medium);
}

@media only screen and (max-width: 1199px) {
    .zwc-promo-icon {
        display: none;
    }
}

/* Promo Responsive */
@media only screen and (max-width: 767px) {
    .zwc-promo-bar {
        flex-wrap: wrap;
        padding: 10px 15px;
        font-size: 14px;
    }
}