*,html,h1,h2,h3,h4,h5,p {
    margin: 0;
    padding: 0
}

/* Skip to content link */
.skip-to-content {
    position: absolute;
    top: -100px;
    left: 50%;
    display: none;
    transform: translateX(-50%);
    background: #0b3d2c;
    color: #fff;
    padding: 12px 24px;
    font: 16px/1.4 var(--zd_hp_font_semibold);
    border-radius: 0 0 8px 8px;
    z-index: 9999;
    text-decoration: none;
    transition: top 0.2s ease;
}

.skip-to-content:focus {
    top: 0;
    outline: 2px solid #275d4d;
}

/* Focus styles for keyboard navigation */
*:focus-visible {
    outline: 2px solid #275d4d;
    outline-offset: 3px;
}

.disp {
    display: inline-block
}

.text-center {
    text-align: center
}




.zd-bannertb-img , .zd-mobile-img{
    display: none;
}





.zd-hp-banner-cvr{
    width: 100%;
    position: relative;
    overflow: hidden;
    height: 990px;
    margin: -70px auto 0;
}

.zd-hp-banner-mountain {
    position: absolute;
    z-index: 0;
    height: 1135px;
    width: 100%;
    max-width: 2560px;
    left: 0;
    right: 0;
    margin: 0 auto;
    transform: translateY(-100px);
    object-fit: cover;
    object-position: center;
}

.zd-hp-banner-grass {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 600px;
    max-width: 2560px;
    z-index: 2;
    transform: translateY(220px);
    object-fit: cover;
    object-position: center bottom;
}

.zd-hp-banner-zia {
    position: absolute;
    left: -300px;
    bottom: -190px;
    width: 213px;
    height: 250px;
    z-index: 3;
    transform: translateY(140px);
}

.zd-hp-banner-zia img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center bottom;
}

@keyframes zia-float {
    0% { transform: rotate(0deg); }
    25% { transform: rotate(3deg); }
    50% { transform: rotate(-2deg); }
    75% { transform: rotate(2deg); }
    100% { transform: rotate(0deg); }
}

.zia-floating img {
    animation: zia-float 5s ease-in-out infinite;
}

.zd-hp-banner-agent {
    position: absolute;
    left: 0px;
    margin: 0 auto;
    bottom: 0;
    max-width: 2560px;
    width: 100%;
    height: 400px;
    z-index: 6;
    transform: translateY(50px);
    object-fit: cover;
    object-position: center;
}


.zd-hp-banner-sec{
    text-align: center;
    position: relative;
    z-index: 4;
}

:root {
    --zd_hp_font_regular: "Zoho_Puvi_Regular",sans-serif;
    --zd_hp_font_medium: "Zoho_Puvi_Medium",sans-serif;
    --zd_hp_font_semibold: "Zoho_Puvi_SemiBold",sans-serif;
    --zd_hp_font_bold: "Zoho_Puvi_Bold",sans-serif;
    --zd_hp_heading_color: #275d4d;
    --zd_hp_heading_color_two: #fdfcd3;
    --zd_hp_para_color: #000000;
    --zd_hp_para_color_two: #fff5e7;
}


.zd-hp-sprite{
    background-size: 1224px auto;
    display: inline-block;
    background-repeat: no-repeat;
}











.n_webp .bg_lazy_loaded .arrow-slider , .n_webp .bg_lazy_loaded .zd-cs-avatar , .n_webp .bg_lazy_loaded .zd-cs-logo , .n_webp .bg_lazy_loaded .zd-val-icon-1 , .n_webp .bg_lazy_loaded .zd-val-icon-2 , .n_webp .bg_lazy_loaded .zd-val-icon-3 , .n_webp .bg_lazy_loaded .zd-val-icon-4 , .n_webp .bg_lazy_loaded .zd-award-icon{
    background-image: url(/sites/zweb/images/desk/zoho-desk-hp-customer-logos.png);
}




.s_webp .bg_lazy_loaded .arrow-slider , .s_webp .bg_lazy_loaded .zd-cs-avatar , .s_webp .bg_lazy_loaded .zd-cs-logo , .s_webp .bg_lazy_loaded .zd-val-icon-1 , .s_webp .bg_lazy_loaded .zd-val-icon-2 , .s_webp .bg_lazy_loaded .zd-val-icon-3 , .s_webp .bg_lazy_loaded .zd-val-icon-4 , .s_webp .bg_lazy_loaded .zd-award-icon{
    background-image: url(/sites/zweb/images/desk/zoho-desk-hp-sprite-2x.webp);
}







.zd-hp-banner-sec{
    max-width: 915px;
    margin: 0 auto;
    padding: 170px 0 0px;
}


.zd-hp-title{
    font: 88px/1.14 var(--zd_hp_font_semibold);
    color: var(--zd_hp_heading_color);
}


.zd-hp-desc{
    font: 20px/1.5 var(--zd_hp_font_regular);
    color: var(--zd_hp_para_color);
}

.zd-hp-banner-sec .zd-hp-desc{
    padding: 20px 130px 35px;
}

.act-btn.cta-btn{
    visibility: visible;
    opacity: 1;
    border-radius: 16px;
}






.zd-video-sec{
    max-width: 1095px;
    margin: 40px auto 0;
    position: relative;
    z-index: 5;
    padding: 20px 20px 15px;
}


.zd-video-sec video{
    border-radius: 16px;
}




/* Business / Brand logos section */
.business-section {
    text-align: center;
    padding: 190px 20px 150px;
}

.zd-hp-sub-title {
    font: 36px/1.3 var(--zd_hp_font_medium);
    padding: 0 0 15px;
    color: var(--zd_hp_heading_color);
}

.brand-logos-wrapper {
    overflow: hidden;
    width: 100%;
    position: relative;
    mask-image: linear-gradient(to right, transparent 0%, #000 10%, #000 90%, transparent 100%);
    -webkit-mask-image: linear-gradient(to right, transparent 0%, #000 10%, #000 90%, transparent 100%);
}

.brand-logos-track {
    display: flex;
    align-items: center;
    will-change: transform;
    width: calc(337px * 18);
    animation: scroll-left 40s linear infinite;
}

@keyframes scroll-left {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(calc(-337px * 9));
    }
}

.brand-card {
    padding: 15px 10px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 337px;
    height: 152px;
    flex-shrink: 0;
    /* margin-right: 24px; */
}




.zd-hp-logo-sprite{
    background-size: 2751px auto;
    display: inline-block;
    background-repeat: no-repeat;
    box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.07);
    border-radius: 16px;
}



.n_webp .bg_lazy_loaded .customer-logo{
    background-image: url(/sites/zweb/images/desk/zoho-desk-hp-company-logos.png);
}




.s_webp .bg_lazy_loaded .customer-logo{
    background-image: url(/sites/zweb/images/desk/zoho-desk-hp-company-logos.webp);
}











.mercedes-benz{
    background-position: -66px -56px;
	width: 241px;
	height: 88px;
}



.icici-prudential{
    background-position: -656px -56px;
	width: 241px;
	height: 88px;
}



.consulate-general-india-dubai{
    background-position: -365px -56px;
	width: 241px;
	height: 88px;
}



.shiji{
    background-position: -947px -56px;
	width: 241px;
	height: 88px;
}


.rio-tinto{
    background-position: -1238px -56px;
	width: 241px;
	height: 88px;
}


.panda-logo{
    background-position: -1526px -55px;
	width: 241px;
	height: 89px;
}

.nooa-logo{
    background-position: -1818px -55px;
	width: 241px;
	height: 89px;
}



.girl-guides{
    background-position: -2110px -55px;
	width: 241px;
	height: 89px;
}


.booth-logo{
    background-position: -2401px -55px;
	width: 242px;
	height: 90px;
}

/* ======= Bring AI Section ======= */
.zd-ai-section {
    max-width: 1285px;
    margin: 0 auto;
    padding: 0px 0px 190px;
}

.zd-ai-title {
    font: 52px/1.2 var(--zd_hp_font_semibold);
    padding:  0 0 20px;
    color: var(--zd_hp_heading_color);
    text-align: center;
}

.zd-ai-content {
    display: flex;
    margin-top: 30px;
    align-items: stretch;
    gap: 20px;
}

/* Accordion - Left side */
.zd-ai-accordion {
    display: flex;
    flex-direction: column;
    gap: 16px;
    height: 562px;
    justify-content: space-between;
}

.zd-ai-item {
    border-radius: 32px;
    padding: 33px 28px;
    width: 440px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    background-color: #d6ffdc;
}

.zd-ai-item.active {
    background-color: #ffe6ea;
    cursor: default;
}

.zd-ai-item-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
}

.zd-ai-item-title {
    font: 24px/1.4 var(--zd_hp_font_semibold);
    color: #1a1a1a;
}

.zd-ai-arrow {
    width: 32px;
    height: 32px;
    flex-shrink: 0;
    position: relative;
    transition: transform 0.3s ease;
}

.zd-ai-arrow::before,
.zd-ai-arrow::after {
    content: '';
    position: absolute;
    background: #333;
    border-radius: 2px;
    top: 50%;
    left: 50%;
}

.zd-ai-arrow::before {
    width: 16px;
    height: 2px;
    transform: translate(-84%, -50%) rotate(45deg);
}

.zd-ai-arrow::after {
    width: 16px;
    height: 2px;
    transform: translate(-15%, -50%) rotate(-45deg);
    transition: transform 0.3s ease;
}

.zd-ai-item.active .zd-ai-arrow {
    transform: rotate(180deg);
}

/* Accordion body */
.zd-ai-item-body {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, padding-top 0.4s ease;
    padding-top: 0;
}

.zd-ai-item.active .zd-ai-item-body {
    max-height: 300px;
    padding-top: 16px;
}

.zd-ai-item-body p {
    font: 18px/1.6 var(--zd_hp_font_regular);
    color: #444;
}




/* Image - Right side */
.zd-ai-image {
    flex: 1;
    min-width: 0;
    position: relative;
    align-self: flex-start;
    background-size: cover;
    /* background: #0a3a28; */
    border-radius: 32px;
    padding-left: 35px;
    padding-top: 0px;
    height: 562px;
    max-width: 820px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;

    /* Noise control variables */
    /* --noise-opacity: 1; */
    /* --noise-frequency: 0.85; */
    /* --noise-octaves: 5; */
    /* --noise-size: 200px; */
    /* --noise-blend: overlay; */
}



.just-class{
    justify-content: flex-end;
    padding-top: 35px;
}








.n_webp .bg_lazy_loaded .zd-ai-image {
    background-image: url(/sites/zweb/images/desk/zd-hp-bring-ai-bg-2x.jpg);
}


.s_webp .bg_lazy_loaded .zd-ai-image {
    background-image: url(/sites/zweb/images/desk/zd-hp-bring-ai-bg-2x.webp);
}

.zd-ai-image::before {
    /* content: ''; */
    position: absolute;
    inset: 0;
    border-radius: inherit;
    /* background:
        radial-gradient(circle 380px at 30% 20%, rgba(40, 140, 80, 0.95) 0%, transparent 65%),
        radial-gradient(circle 300px at 5% 5%, rgba(0, 70, 50, 0.95) 0%, transparent 60%),
        radial-gradient(circle 280px at 0% 55%, rgba(20, 100, 65, 0.85) 0%, transparent 60%),
        radial-gradient(circle 320px at 50% 45%, rgba(30, 120, 70, 0.8) 0%, transparent 65%),
        radial-gradient(circle 260px at 80% 25%, rgba(15, 80, 55, 0.7) 0%, transparent 55%),
        radial-gradient(circle 300px at 75% 70%, rgba(8, 60, 45, 0.95) 0%, transparent 65%),
        radial-gradient(circle 250px at 60% 80%, rgba(60, 110, 55, 0.6) 0%, transparent 55%),
        radial-gradient(circle 280px at 90% 85%, rgba(80, 100, 50, 0.5) 0%, transparent 60%),
        radial-gradient(circle 200px at 15% 80%, rgba(50, 90, 45, 0.6) 0%, transparent 55%),
        radial-gradient(circle 350px at 45% 30%, rgba(25, 110, 65, 0.7) 0%, transparent 70%); */
    /* filter: blur(70px); */
    /* -webkit-mask-image: radial-gradient(white, white); */
    /* mask-image: radial-gradient(white, white); */
    z-index: 0;
}

.zd-ai-image::after {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background-repeat: repeat;
    background-size: 65px;
    opacity: 0.8;
    z-index: 0;
    pointer-events: none;
}

.n_webp .bg_lazy_loaded .zd-ai-image::after , .n_webp .bg_lazy_loaded.zd-explore-zia::before , .n_webp .bg_lazy_loaded .zia-msg-exp-box::after  {
    background-image: url(/sites/zweb/images/desk/noise.png);
}


.s_webp .bg_lazy_loaded .zd-ai-image::after , .s_webp .bg_lazy_loaded.zd-explore-zia::before , .s_webp .bg_lazy_loaded .zia-msg-exp-box::after  {
    background-image: url(/sites/zweb/images/desk/noise.webp);
}













.zd-ai-image > * {
    position: relative;
    z-index: 1;
}

.zd-ai-img-panel {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    bottom: 0px;
    visibility: hidden;
    opacity: 0;
}

.zd-ai-img-panel.active {
    position: relative;
    visibility: visible;
    opacity: 1;
}

.zd-ai-image img {
    width: 100%;
    height: auto;
    border-radius: 16px;
    vertical-align: bottom;
    color: transparent;
}

.zd-explore-zia{
    padding: 0 0 225px;
    position: relative;
    background: #ffffff;
    /* position: absolute; */
    right: 0;
    width: 100%;
    /* height: 24.443rem; */
    margin-bottom: -80px;
}

.zd-explore-zia::before {
    content: '';
    position: absolute;
    inset: 0;
    background-repeat: repeat;
    background-size: 65px;
    opacity: 0.8;
    z-index: 1;
    pointer-events: none;
    mask-image: linear-gradient(to top, #000 0%, #000 86%, transparent 100%);
    -webkit-mask-image: linear-gradient(to top, #000 0%, #000 86%, transparent 100%);
}





.zd-explore-zia::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 125px;
    background-repeat: no-repeat;
    background-size: cover;
    bottom: 0;
    margin: 0 auto;
    text-align: center;
    mask-image: linear-gradient(to top, #000 0%, #000 86%, transparent 100%);
    -webkit-mask-image: linear-gradient(to top, #000 0%, #000 86%, transparent 100%);
    z-index: 0;
    /* background: radial-gradient(ellipse 30% 25% at 0% 15%, rgba(248, 195, 205, 0.35) 0%, transparent 100%), radial-gradient(ellipse 70% 60% at 0% 20%, rgba(248, 195, 205, 0.5) 0%, transparent 100%), radial-gradient(ellipse 55% 70% at 0% 45%, rgba(245, 190, 200, 0.3) 0%, transparent 100%), radial-gradient(ellipse 45% 50% at 0% 85%, rgba(240, 190, 195, 0.25) 0%, transparent 100%), radial-gradient(ellipse 30% 25% at 100% 15%, rgba(175, 225, 200, 0.3) 0%, transparent 100%), radial-gradient(ellipse 60% 50% at 100% 20%, rgba(175, 225, 200, 0.45) 0%, transparent 100%), radial-gradient(ellipse 50% 60% at 100% 45%, rgba(185, 230, 205, 0.3) 0%, transparent 100%), radial-gradient(ellipse 100% 50% at 50% 100%, rgba(240, 215, 195, 0.6) 0%, transparent 100%), radial-gradient(ellipse 60% 45% at 15% 100%, rgb(238 200 190 / 0%) 0%, transparent 100%), radial-gradient(ellipse 60% 45% at 85% 100%, rgb(242 218 195 / 83%) 0%, transparent 100%), radial-gradient(ellipse 50% 40% at 50% 65%, rgb(240 220 205 / 27%) 0%, transparent 100%); */
}


.n_webp .bg_lazy_loaded.zd-explore-zia::after{
    background-image: url(/sites/zweb/images/desk/zd-hp-explore-zia-big-bg.jpg);

}


.s_webp .bg_lazy_loaded.zd-explore-zia::after{
    background-image: url(/sites/zweb/images/desk/zd-hp-explore-zia-big-bg.webp);
}




.zd-explore-zia > * {
    position: relative;
    z-index: 2;
}

.max-wdth-cmn{
    max-width: 865px;
    margin: 0 auto;
    text-align: center;
}

.explore-cta{
    display: inline-block;
    margin-top: 30px;
    padding: 14px 32px;
    width: 330px;
    text-transform: uppercase;
    background-color: #ffffff;
    border: 1px solid rgb(8, 153, 73);
    color: rgb(8, 153, 73);
    font: 20px/1.4 var(--zd_hp_font_semibold);
    border-radius: 16px;
    text-decoration: none;
    transition: background-color 0.3s ease;
}

.zd-explore-lines {
    position: absolute;
    top: 240px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    opacity: 0.5;
    /* max-width: 1050px; */
    /* height: 620px; */
    z-index: 1;
    pointer-events: none;
}

.zd-line-path {
    position: absolute;
    border: 2px solid rgba(180, 175, 155, 0.35);
    border-radius: 60px;
}

.zd-line-1 {
    top: 50px;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 230px;
    max-width: 1529px;
    margin: 0 auto;
    height: 897px;
}

.zd-line-2 {
    top: 120px;
    left: 70px;
    right: 70px;
    bottom: 50px;
    border-radius: 230px;
    border: 2px solid rgba(180, 175, 155, 0.35);
    max-width: 1179px;
    margin: 0 auto;
    height: 754px;
    -webkit-mask-image:
        linear-gradient(to right, black 20%, transparent 30%, transparent 70%, black 80%),
        linear-gradient(black, black),
        linear-gradient(to right, black 25%, transparent 35%, transparent 65%, black 75%);
    -webkit-mask-size: 100% 4px, 100% calc(100% - 8px), 100% 4px;
    -webkit-mask-position: left top, left 4px, left bottom;
    -webkit-mask-repeat: no-repeat;
    mask-image: linear-gradient(to right, black -4%, transparent 30%, transparent 70%, black 80%),
        linear-gradient(black, black),
        linear-gradient(to right, black 23%, transparent 48%, transparent 72%, black 89%);
    mask-size: 100% 4px, 100% calc(100% - 8px), 100% 4px;
    mask-position: left top, left 4px, left bottom;
    mask-repeat: no-repeat;
}

.zd-line-3 {
    top: 211px;
    left: 140px;
    right: 140px;
    bottom: 100px;
    border-radius: 230px;
    border: 2px solid rgba(180, 175, 155, 0.35);
    max-width: 898px;
    margin: 0 auto;
    height: 575px;
    -webkit-mask-image:
        linear-gradient(to right, black 20%, transparent 30%, transparent 70%, black 80%),
        linear-gradient(black, black),
        linear-gradient(to right, black 25%, transparent 35%, transparent 65%, black 75%);
    -webkit-mask-size: 100% 4px, 100% calc(100% - 8px), 100% 4px;
    -webkit-mask-position: left top, left 4px, left bottom;
    -webkit-mask-repeat: no-repeat;
    mask-image: linear-gradient(to right, black 8%, transparent 45%, transparent 70%, black 80%),
        linear-gradient(black, black),
        linear-gradient(to right, black 25%, transparent 35%, transparent 65%, black 75%);
    mask-size: 100% 4px, 100% calc(100% - 8px), 100% 4px;
    mask-position: left top, left 4px, left bottom;
    mask-repeat: no-repeat;
}

.zd-explore-star {
    position: absolute;
    z-index: 1;
    max-width: 100px;
    pointer-events: none;
}

.zd-star-top-left {
    top: 0px;
    left: 0px;
    opacity: 0.6;
}


.zd-star-top-right {
    top: 0px;
    right: 0px;
    opacity: 0.6;
}








.zd-star-right {
    bottom: 35px;
    right: 10%;
    opacity: 0.6;
}

.zd-star-left {
    bottom: -60px;
    left: 14%;
    opacity: 0.6;
}

.zd-star-right {
    bottom: 35px;
    right: 10%;
    opacity: 0.6;
}

.zd-star-center{
    top: 100px;
    left: 0;
    right: 0px;
    opacity: 0.8;
    margin: 0 auto;
}





.explore-cta:hover {
    background-color: rgb(8, 153, 73);
    color: #ffffff;
}

.explore-sections{
    display: flex;
    max-width: 1230px;
    margin: 0 auto;
    justify-content: space-between;
    gap: 30px;
    padding: 70px 0 0;
}


.pos-absolute {
  position: absolute;
}


.zd-ai-spring-label {
  font: 16px/1.2 var(--zf-secondary-medium);
  width: auto;
  color: #b22b06;
  display: inline-block;
  text-transform: uppercase;
  padding: 10px 0;
  border-radius: 30px;
  letter-spacing: 1.6px;
}

.zd-wh-sub-hdr {
  padding: 0 0 15px;
  text-align: left;
}
.zd-messaging-exp-sec-inr .slick-track {
    display: flex;
}
.zd-messaging-exp-sec-inr .slick-list {
    overflow: visible !important;
    padding-right: 60px !important;
}
.sldr-hdr {
  font: 36px/1.4 var(--zd_hp_font_medium);
  color: #0b0606;
  position: relative;
  padding: 0 0 20px;
}

.zd-whnew-sprite {
  background-size: 1125px auto;
  display: inline-block;
  background-repeat: no-repeat;
}

.bg-sec-img {
  position: relative;
  z-index: 1;
  background-repeat: no-repeat;
}


.zd-mess-exp-sec {
  position: relative;
  padding: 160px 0 60px;
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: end;
  z-index: 5;
}

.zd-msg-exp-subhdr {
  border-bottom: 1px solid #a7a4a1;
}

.overflow-sec {
  cursor: grab;
  overflow: hidden;
  position: relative;
  z-index: 1;
  padding-right: 40px;
}

.zd-messaging-exp-sec-inr {
  position: relative;
  width: 100%;
}

.zia-msg-exp-box {
  width: 440px;
  height: 620px;
  background: #f0f0ee;
  border-radius: 24px;
  box-shadow: 0px 0px 55px 0px rgba(2, 39, 28, 0.004);
  margin-right: 20px;
  position: relative;
  overflow: hidden;
}

.zia-msg-exp-box::before {
    content: '';
    position: absolute;
    inset: 0;
    background-size: 440px;
}


.n_webp .bg_lazy_loaded .zia-msg-exp-box::before {

    background-image: url(/sites/zweb/images/desk/zd-hp-screen-bg.jpg);

}



.s_webp .bg_lazy_loaded .zia-msg-exp-box::before {

    background-image: url(/sites/zweb/images/desk/zd-hp-screen-bg.webp);

}





.zia-msg-exp-box::after {
  content: '';
  position: absolute;
  inset: 0;
  background-repeat: repeat;
  background-size: 65px;
  border-radius: inherit;
  z-index: 1;
  opacity: 0.8;
  pointer-events: none;
  -webkit-mask-image: linear-gradient(to bottom, transparent 0%, transparent 15%, rgba(0,0,0,0.3) 30%, rgba(0,0,0,1) 50%, rgba(0,0,0,1) 100%);
  mask-image: linear-gradient(to bottom, transparent 0%, transparent 15%, rgba(0,0,0,0.3) 30%, rgba(0,0,0,1) 50%, rgba(0,0,0,1) 100%);
}





.zia-msg-exp-box > * {
  position: relative;
  z-index: 2;
}

.zia-msg-exp-main {
  position: relative;
  max-width: 1280px;
  margin: 0 auto;
}

.zd-messaging-exp-sec{
    padding: 0 0 160px;
    max-width: 100%;
    margin: 0 auto;
    border-radius: 64px;
    background: #073c2c;
    position: relative;
    z-index: 2;
}

.zd-mess-exp-cnt{
    max-width: 650px;
    position: relative;
}

.zd-mess-exp-cnt .zd-ai-title{
    color: #fdfcd3;
}

.zd-mess-exp-cnt .zd-hp-desc{
    color: #fff5e7;
}


.zia-msg-exp-cnt {
  display: flex;
  padding: 50px 50px 0;
  flex-direction: column;
  justify-content: center;
}
.zia-msg-exp-cnt .zd-hp-desc{
    font-size: 18px;
}
.zia-msg-exp-bg {
    padding: 25px 0 0px;
}

/* Sticky horizontal scroll wrapper */
.zd-workflow-sticky-wrap {
    position: relative;
    background: #fff5e7;
}

.zd-workflow-sticky-wrap .zd-messaging-exp-sec {
    position: sticky;
    top: 0;
}

.zd-workflow-sticky-wrap .zd-messaging-exp-sec-inr {
    display: flex;
    flex-wrap: nowrap;
    will-change: transform;
}

.zd-workflow-sticky-wrap .zia-msg-exp-box {
    flex-shrink: 0;
}

.exp-arrow-prev {
  background-position: -85px -19px;
  width: 46px;
  height: 46px;
  cursor: pointer;
  transform: rotate(180deg);
}

.exp-arrow-next {
  background-position: -85px -19px;
  width: 46px;
  height: 46px;
  cursor: pointer;
}

.sld-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0 25px;
}

.counter-num-sec {
  margin-left: 15px;
  margin-right: 15px;
}

.slick-dots{
    display: none!important;
}


.slick-dotted.slick-slider{
    margin-bottom: 0px;
}



.zd-hp-customer-section{
    padding: 235px 0 180px;
}

/* ======= Customer Testimonials Section ======= */
.zd-hp-customer-section {
    background-color: #fff5e7;
    overflow: hidden;
    position: relative;
    margin: -55px auto 0;
    padding-top: 190px;
    padding-bottom: 140px;
    z-index: 0;
}

.zd-hp-customer-section::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 350px;
    background: linear-gradient(to bottom, rgba(255,245,231,0) 0%, rgba(255,250,243,0.4) 30%, rgba(255,255,255,0.8) 65%, #ffffff 100%);
    pointer-events: none;
    z-index: 1;
}

.zd-cs-row-wrapper {
    position: relative;
    padding: 30px 0;
    overflow: hidden;
    cursor: grab;
    z-index: 2;
}

.zd-cs-row-wrapper:active {
    cursor: grabbing;
}

.zd-cs-row-track {
    display: flex;
    gap: 24px;
    will-change: transform;
    width: max-content;
}

.zd-cs-card {
    background: #fff;
    border-radius: 20px;
    padding: 36px 32px 28px;
    width: 590px;
    height: 325px;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border: 1px solid #f0ece8;
    box-shadow: 0 1px 35px rgba(0, 0, 0, 0.03);
    position: relative;
}

.zd-cs-quote::before,
.zd-cs-quote::after {
    font-size: 35px;
    line-height: 1;
     content: "\201D";
    font-family: Georgia, serif;
    color: #000000b3;
    position: absolute;
    pointer-events: none;
}

.zd-cs-quote::before {
    top: -7px;
    left: -13px;
    content: "\201C";
}


.zd-cs-quote {
    position: relative;
    font: 24px/1.6 var(--zd_hp_font_medium);
    color: #1a1a1a;
}

.zd-cs-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.zd-cs-person {
    display: flex;
    align-items: center;
    gap: 12px;
}

.zd-cs-avatar {
    object-fit: cover;
}





.pandaypay-logo{
    background-position: -514px -25px;
	width: 187px;
	height: 37px;
}

.john-mcmahon-logo{
    background-position: -16px -109px;
	width: 63px;
	height: 63px;
}


.bianca-bento-logo{
    background-position: -99px -110px;
	width: 63px;
	height: 63px;
}




.desiree-ang-ho-logo{
    background-position: -991px -110px;
	width: 63px;
	height: 63px;
}




.strata-logo{
    background-position: -742px -24px;
	width: 127px;
	height: 73px;
}


.nooa-brasil-logo{
    background-position: -910px -19px;
	width: 112px;
	height: 52px;
}


.summerfield-logo{
    background-position: -1051px -19px;
	width: 150px;
	height: 60px;
}


.relay-logo{
    background-position: -779px -311px;
	width: 154px;
	height: 58px;
}

.shiji-group-logo{
    background-position: -788px -403px;
	width: 80px;
	height: 42px;
}


.avineon-logo{
    background-position: -25px -373px;
	width: 149px;
	height: 59px;
}


.voxia-logo{
    background-position: -788px -240px;
	width: 136px;
	height: 42px;
}




.gerald-julius-noronha-logo{
    background-position: -261px -109px;
	width: 63px;
	height: 63px;
}


.ronen-levy-logo{
    background-position: -182px -110px;
    width: 63px;
    height: 63px;
}

.tom-cunningham-logo{
    background-position: -1071px -110px;
	width: 63px;
	height: 63px;
}


.kyle-kurdle-logo{
    background-position: -1146px -110px;
	width: 63px;
	height: 63px;
}




.joel-campbell-logo{
    background-position: -991px -195px;
	width: 63px;
	height: 63px;
}




.zd-cs-info {
    display: flex;
    flex-direction: column;
}

.zd-cs-name {
    font: 16px/1.3 var(--zd_hp_font_semibold);
    color: #1a1a1a;
}

.zd-cs-role {
    font: 14px/1.3 var(--zd_hp_font_regular);
    color: #666;
}

.zd-cs-resp-slider {
    display: none;
}



.arrow-slider{
    background-position: -434px -97px;
	width: 98px;
	height: 98px;
    position: absolute;
    right: 0px;
    bottom: 45px;
    z-index: 10;
    cursor: pointer;
    display: none;
}


.slider-arrow-left{
       right: 90px;
    transform: rotate(180deg);
}

.arrow-disabled{
    opacity: 0.3;
    pointer-events: none;
}








.slick-arrow.slick-disabled{
        opacity: 0.3;
    pointer-events: none;
}




.zd-hp-value-section{
    padding: 210px 0 0px;
    position: relative;
    /* max-width: 1280px; */
    margin: -190px auto 0;
    background: #ffffff;
    z-index: 1;
    mask-image: linear-gradient(to top, #000 0%, #000 86%, transparent 100%);
    -webkit-mask-image: linear-gradient(to top, #000 0%, #000 86%, transparent 100%);
}

.zd-val-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    max-width: 1070px;
    margin: 30px auto 0;
    justify-content: center;
}

.zd-val-card {
    border-radius: 24px;
    padding: 40px 36px;
    display: flex;
    width: 510px;
    flex-direction: column;
    gap: 20px;
    height: 255px;
}

.zd-val-green {
    background-color: #d6ffdc;
}

.zd-val-pink {
    background-color: #ffe6ea;
}

.zd-val-header {
    display: flex;
    align-items: center;
    gap: 30px;
}

.zd-val-icon {
    width: 56px;
    height: 56px;
    flex-shrink: 0;
    background: #fff;
    border-radius: 12px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    box-shadow: 0 2px 6px rgba(0,0,0,0.06);
}

.zd-val-icon-1{
    background-position:  -592px -118px;
	width: 57px;
	height: 69px;
}

.zd-val-icon-2{
    background-position: -692px -123px;
	width: 63px;
	height: 62px;
}

.zd-val-icon-3{
    background-position: -787px -126px;
	width: 64px;
	height: 62px;
}   

.zd-val-icon-4{
    background-position: -891px -118px;
	width: 65px;
	height: 71px;
}


.zd-val-title {
    font: 24px/1.2 var(--zd_hp_font_semibold);
    color: var(--zd_hp_para_color);
}

.zd-val-desc {
    font: 18px/1.6 var(--zd_hp_font_regular);
    color: var(--zd_hp_para_color);
}

/* ======= Numbers Section ======= */
.zd-number-section {
    padding: 0px 0 0px;
}

.zd-number-grid {
    display: flex;
    justify-content: center;
    max-width: 1280px;
    margin: 0 auto;
    z-index: 1;
    position: relative;
    padding: 0 0 0px;
}

.zd-number-item {
    flex: 1;
    text-align: center;
    padding: 0 40px;
    border-right: 1px solid #d4d4d4;
}

.zd-number-item:last-of-type {
    border-right: 0px solid;
}

.zd-number-value {
    font: 72px/1 var(--zd_hp_font_medium);
    color: var(--zd_hp_para_color);
}

.zd-number-sup {
    font: 32px/1 var(--zd_hp_font_medium);
    vertical-align: super;
    margin-left: 2px;
}

.zd-number-label {
    font: 20px/1.5 var(--zd_hp_font_regular);
    color: var(--zd_hp_para_color);
    margin-top: 12px;
}

.zd-hp-footer-sec{
    padding: 190px 0 130px;
    position: relative;
}
.zd-hp-footer-sec::after {
    position: absolute;
    top: 240px;
    left: 0;
    right: 0;
    margin: 0 auto;
    content: '';
    height: 1200px;
    width: 100%;
    max-width: 2560px;
    background-size: cover;
    background-position: center;
    mask-image: linear-gradient(to bottom, transparent 0%, #000 14%);
    -webkit-mask-image: linear-gradient(to bottom, transparent 6%, #000 33%);
}

.zd-hp-survey{
    text-align: center;
    padding: 50px 0 160px;
    font-size: 15px;
    color: #343434;
    position: relative;
    z-index: 9;
}

.n_webp .bg_lazy_loaded.zd-hp-footer-sec::after {
    background-image: url(/sites/zweb/images/desk/zoho-desk-hp-footer-art.jpg);
}

.s_webp .bg_lazy_loaded.zd-hp-footer-sec::after {
    background-image: url(/sites/zweb/images/desk/zoho-desk-hp-footer-art.webp);

}




.zd-footer-cta {
    background: #0b3d2c;
    border-radius: 64px;
    text-align: center;
    padding: 80px 40px 70px;
    max-width: 1280px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.zd-footer-title {
    font: 72px/1.2 var(--zd_hp_font_semibold);
    color: #fdfcd3;
    margin-bottom: 40px;
}

.zd-footer-btns {
    display: flex;
    justify-content: center;
    gap: 24px;
}

.zd-footer-btn-primary {
    display: inline-block;
    padding: 14px 25px 14px 25px;
    width: 350px;
    background: #e8220b;
    color: #fff;
    font: 18px/1.2 var(--zd_hp_font_semibold);
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 16px;
    letter-spacing: 1px;
    transition: background 0.3s ease;
}

.zd-footer-btn-secondary {
    display: inline-block;
    padding: 14px 25px 14px 25px;
    width: 350px;
    background: transparent;
    color: #ffffff;
    font: 18px/1.2 var(--zd_hp_font_semibold);
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 16px;
    border: 1px solid #ffffff;
    letter-spacing: 1px;
    transition: background 0.3s ease, color 0.3s ease;
}

.zd-hp-footer-cvr{
    max-width: 1280px;
    margin: -60px auto 0;
    background: rgb(255 255 255 / 40%);
    border-radius: 0px 0px 60px 60px;
    padding: 0 20px 20px;
    position: relative;
    z-index: 1;
}



.zd-footer-awards {
    display: flex;
    justify-content: center;
    /* gap: 60px; */
    max-width: 1240px;
    margin: -30px auto 0;
    padding: 140px 0 80px;
    background: #ffffff;
    border-radius: 0px 0px 64px 64px;
    z-index: 0;
    position: relative;
}

.zd-award-item {
    display: flex;
    flex-direction: column;
    align-items: unset;
    justify-content: center;
    /* gap: 8px; */
    padding: 0 100px;
    border-right: 1px solid #d4d4d4;
}

.zd-award-item:last-child {
    border-right: none;
}

.zd-award-icon {
    /* width: 160px;
    height: 80px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center; */
}


.zd-award-gartner{
    background-position: -18px -241px;
	width: 200px;
	height: 92px;
}

.zd-award-g2{
    background-position: -276px -239px;
	width: 128px;
	height: 147px;
}




.zd-award-forbes{
     background-position: -451px -241px;
	width: 250px;
	height: 105px;
}


.zd-award-text {
    font: 16px/1.4 var(--zd_hp_font_medium);
    color: #1a1a1a;
}

.grw-desclmr{
    text-align: center;
    position: absolute;
    right: 0px;
    left: 0px;
    margin: 0 auto;
    bottom: 30px;
    /* width: 210px; */
    color: #000000;
    font: 12px / 1.2 var(--zf-primary-regular);
}


.anim-init,.anim-init1 {
    transition: .7s opacity cubic-bezier(.25,.46,.45,.94),1s transform cubic-bezier(.25,.46,.45,.94)
}

.anim-ele,.anim-eles {
    opacity: 0;
    transform: translateY(20px)
}


@media only screen and (max-width: 1530px) {

    
    .zd-hp-banner-zia{
        left: -255px;
    }

}


@media only screen and (max-width: 1430px) {

     .zd-video-sec{
        max-width: 990px;
     }      
    

    .zd-hp-banner-zia{
        left: -200px;
    }

    
}






@media only screen and (max-width: 1330px) {
    .zd-ai-section , .zd-mess-exp-sec , .zia-msg-exp-main , .zd-footer-cta , .zd-hp-footer-cvr{
        max-width: 1150px;
    }

}




@media only screen and (max-width: 1200px) {



    
    
.anim-ele,.anim-eles {
    opacity: 1;
    transform: translateY(0px)
}

.brand-logos-wrapper {
    overflow: visible;
    mask-image: none;
    -webkit-mask-image: none;
}

.brand-logos-track {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    width: 100%;
    animation: none;
}

.brand-card {
    min-width: unset;
    height: auto;
    padding: 5px 5px;
    box-sizing: border-box;
}

.second-set {
    display: none;
}

.business-section {
    padding: 130px 20px;
}

.zd-hp-banner-agent , .zd-hp-banner-zia , .zd-hp-banner-mountain , .zd-hp-banner-grass , .zd-hp-banner-agent , .zd-hp-title br ,.zd-hp-value-section .zd-ai-title br , .brand-card.booth-img , .zd-val-title br{
    display: none;
}


.zd-ai-item-title{
    font-size: 28px;
    max-width: 470px;
    color: #fff5e7;
}


.zd-ai-item{
    background-color: #0b5b42;
}

.zd-hp-customer-section {
    display: block;
    padding: 130px 0 130px;
    margin: 0 auto;
}

.zd-hp-customer-section::after {
    display: none;
}

.zd-cs-row-wrapper {
    display: none;
}

.zd-cs-resp-slider {
    display: block;
    max-width: 700px;
    margin: 30px auto 0;
    padding: 60px 30px 60px;
    text-align: center;
    background: #ffffff;
    border-radius: 24px;
}

.zd-cs-resp-slide .zd-cs-quote {
    line-height: 1.5;
    padding: 15px 0 35px;
    color: #333;
}

.zd-cs-resp-footer {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.zd-cs-resp-slide .zd-cs-name {
    font-size: 16px;
    display: block;
}

.zd-cs-resp-role {
    color: #333;
    font-size: 14px;
}

.zd-cs-resp-slider .slick-dots {
    text-align: center;
    position: unset;
    bottom: 0;
    right: 0;
    display: block!important;
    margin: 90px auto 0;
}

.zd-cs-resp-slider .slick-dots li {
    background: #919293;
    width: 10px;
    height: 10px;
    border: unset;
    margin: 0 12px;
}

.zd-cs-resp-slider .slick-dots li.slick-active {
    background: #575859;
    width: 10px;
    height: 10px;
    border: unset;
}

.zd-cs-resp-slider .slick-prev,
.zd-cs-resp-slider .slick-next {
    background: #cfcece;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    top: unset;
    bottom: 28px;
}

.zd-cs-resp-slider .slick-prev {
    left: calc(50% - 120px);
}

.zd-cs-resp-slider .slick-next {
    right: calc(50% - 120px);
}

.zd-cs-resp-slider .slick-next:after,
.zd-cs-resp-slider .slick-next:before,
.zd-cs-resp-slider .slick-prev:after,
.zd-cs-resp-slider .slick-prev:before {
    background: #000;
    height: 10px;
}

.zd-cs-resp-slider .slick-prev:before,
.zd-cs-resp-slider .slick-next:before {
    top: 15px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.zd-cs-resp-slider .slick-prev:after,
.zd-cs-resp-slider .slick-next:after {
    bottom: 14px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.zd-hp-banner-cvr{
    height: 1026px;
}


.zd-bannertb-img{
    display: block;
    background-size: cover;
    height: 1026px;
    max-width: 1200px;
    width: 100%;
    /* padding: 0 0 130px; */
    position: absolute;
    object-fit: cover;
    object-position: center;
    background-repeat: no-repeat;
}


.zd-hp-title{
    font-size: 52px;
    line-height: 1.2;
    letter-spacing: inherit;
}

    .zd-hp-sub-title{
        padding: 0 0 70px;
    }

.zd-hp-desc{
    font-size: 18px;
}



.zd-number-grid .slick-list{
    border-radius: 24px;
}



.zd-hp-banner-sec .zd-hp-desc{
    padding: 20px 0px 30px;
}






.zd-hp-banner-sec{
    max-width: 630px;
}



.zd-video-sec{
    max-width: 550px;

}



.zd-hp-banner-grass{
    transform: translateY(140px);
}


.zd-ai-title{
    font-size: 50px;
            line-height: 1.1;

}

.zd-ai-section{
    max-width: 700px;
    padding: 0px 0px 130px;
}

.zd-ai-content {
    flex-direction: column;
    gap: 0;
}






.zd-ai-item-header{
    position: relative;
}


.zd-ai-arrow{
    position: absolute;
    right: 0px;
    top: 20px;
}

.zd-ai-item.active .zd-ai-arrow{
   right: 40px;
   top: -10px;
}


.zd-ai-accordion , .zd-ai-section {
    width: 700px;
    margin: 0 auto;
}


.zd-ai-item-body p{
    max-width: 485px;
    color: #fff5e7;
}


.zd-ai-arrow::before, .zd-ai-arrow::after{
     background: #fff5e7;
     top: 0px;
}

.zd-ai-item {
    width: 100%;
    padding: 30px 40px;
    border-radius: 18px;
    border-bottom: 1px solid #e0e0e0;
    box-sizing: border-box;
}

.zd-ai-image {
    display: none;
}

.zd-ai-item .resp-ai-img {
    display: none;
    margin-top: 20px;
}

.zd-ai-item .resp-ai-img img {
    width: 100%;
    vertical-align: bottom;
    height: auto;
    border-radius: 15px;
}


.zd-ai-item.active{
    padding: 50px 0px 0px 40px;
    background-color: #0b5b42;
}





.zd-ai-item.active .resp-ai-img {
    display: block;
}

.zd-ai-item.active .zd-ai-item-body {
    max-height: 1200px;
}




.zd-ai-accordion , .zd-ai-image{
    height: unset;
}











.max-wdth-cmn{
    max-width: 650px;
    margin: 0 auto;
}





.zd-explore-zia{
    padding: 0 0 180px;
}





.explore-sections{
    max-width: 735px;
    gap: 15px;
}





.zd-explore-lines{
    width: 94%;
    display: none;
}


.zd-line-1{
    height: 828px;
}

.zd-line-2{
    height: 695px;
}

.zd-line-3{
    height: 534px;
}


.zd-ai-content{
    gap: 25px;
    margin-top: 40px;
}

/* Slider to accordion conversion */



    .zia-msg-exp-box::before{
        background-size: 700px;
    }





.zd-wh-sub-hdr{
    padding: 0 0 50px;
}



.zd-messaging-exp-sec {
    border-radius: 0px;
    padding: 0 0 130px;
}

.zd-mess-exp-sec {
    justify-content: center;
    text-align: center;
    padding: 130px 0 0;
}

.zd-mess-exp-cnt {
    max-width: 100%;
}

.zd-mess-exp-cnt .zd-ai-title {
    /* font-style: italic; */
}

.zd-mess-exp-cnt .zd-hp-desc {
    display: none;
}

.arrow-slider,
.sld-btn {
    display: none !important;
}

.overflow-sec {
    overflow-x: unset;
    padding: 0px 60px 0;
}

.zia-msg-exp-main {
    max-width: 700px;
    margin: 0 auto;
}

.zd-messaging-exp-sec-inr {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.zia-msg-exp-box {
    width: 100% !important;
    height: auto !important;
    border-radius: 16px;
    margin-right: 0;
    padding: 30px 0px 30px;
    box-sizing: border-box;
    cursor: pointer;
}

.zia-msg-exp-box .zia-msg-exp-bg {
    display: none;
}

.zia-msg-exp-box .zia-msg-exp-cnt .zd-hp-desc {
    display: none;
}

.zia-msg-exp-box.resp-active .zia-msg-exp-bg {
    display: block;
    padding: 0px 0 0;
}

.zia-msg-exp-box.resp-active .zia-msg-exp-cnt .zd-hp-desc {
    display: block;
    text-align: left;
}

.zia-msg-exp-cnt {
    padding: 0px 40px 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.zia-msg-exp-box.resp-active .zia-msg-exp-cnt {
    flex-direction: column;
    align-items: flex-start;
        padding: 0px 40px 0;

}

.sldr-hdr{
    padding: 0px;
}

.zia-msg-exp-box.resp-active .zia-msg-exp-cnt .sldr-hdr {
    padding: 15px 0 15px;
}

.zia-msg-exp-cnt::after {
    content: '';
    display: inline-block;
    width: 21px;
    height: 21px;
    border-right: 3.5px solid #333;
    border-bottom: 3.5px solid #333;
    transform: rotate(45deg);
    transition: transform 0.3s ease;
    flex-shrink: 0;
    margin-left: 20px;
            top: -2px;
        top: 5px;
        position: absolute;
        right: 31px;
}

.zia-msg-exp-box.resp-active .zia-msg-exp-cnt::after {
    position: absolute;
    right: 30px;
    top: 32px;
    transform: rotate(-135deg);
}

.zia-msg-exp-box.resp-active {
    position: relative;
    padding: 45px 0px 0px;
}

.zia-msg-exp-bg img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
}



.zd-val-header{
    flex-direction: column;
    justify-content: center;
}

    .zd-hp-value-section{
        mask-image: none;
        -webkit-mask-image: none;
        margin: 0 auto;
        padding: 130px 30px;
    }



    


    .zd-hp-value-section .zd-ai-title{
        padding: 0px 50px 20px;
    }    
    
    
    .zd-val-grid{
        margin: 40px auto 0;
    }


    .zd-val-card{
        height: auto;
        width: 330px;
        text-align: center;
    }


    .zd-val-icon-3 ,.zd-val-icon-1 , .zd-val-icon-2 ,.zd-val-icon-4{
        height: 71px;
    }

    .zd-number-grid {
        display: block;
        max-width: 700px;
        padding: 20px 30px;
    }


    .zd-hp-survey{
        padding: 50px 30px 130px;
    }



    .zd-number-grid .slick-track {
        display: flex !important;
    }

    .zd-number-grid .slick-slide {
        padding: 50px 12px;
        box-sizing: border-box;
        margin: 10px;
        filter: drop-shadow(0 2px 6px rgba(0, 0, 0, 0.15));
        height: auto !important;
    }


    .zd-number-item {
        background: #fff;
        border-radius: 20px;
        padding: 50px 30px;
        border-right: none;
        height: 100%;
        box-sizing: border-box;
    }

    .zd-number-item:last-child {
        border-right: none;
    }

    .zd-number-grid .slick-list {
        background: #fff;
    }

    .zd-number-grid .slick-dots {
        text-align: center;
        position: unset;
        right: 0;
        bottom: 0;
        display: block!important;
        margin: 90px auto 0;
    }

    .zd-number-grid .slick-dots li {
        background: #919293;
        width: 10px;
        height: 10px;
        border: unset;
        margin: 0 12px;
    }

    .zd-number-grid .slick-dots li.slick-active {
        background: #575859;
        width: 10px;
        height: 10px;
        border: unset;
    }

    .zd-number-grid .slick-prev,
    .zd-number-grid .slick-next {
        background: #cfcece;
        width: 45px;
        height: 45px;
        border-radius: 50%;
        top: unset;
        bottom: -15px;
    }

    .zd-number-grid .slick-prev {
        left: calc(50% - 120px);
    }

    .zd-number-grid .slick-next {
        right: calc(50% - 120px);
    }

    .zd-number-grid .slick-next:after,
    .zd-number-grid .slick-next:before,
    .zd-number-grid .slick-prev:after,
    .zd-number-grid .slick-prev:before {
        background: #000;
        height: 10px;
    }

    .zd-number-grid .slick-prev:before,
    .zd-number-grid .slick-next:before {
        top: 15px;
        left: 0;
        right: 0;
        margin: 0 auto;
    }

    .zd-number-grid .slick-prev:after,
    .zd-number-grid .slick-next:after {
        bottom: 14px;
        left: 0;
        right: 0;
        margin: 0 auto;
    }

    .zd-hp-footer-sec {
        padding: 80px 0 0;
    }

    .zd-number-section {
        padding: 0 0 0px;
        border-radius: 24px;
        max-width: 700px;
        margin: 0 auto;
    }



    .zd-hp-footer-sec{
        padding: 0px 0 100px;
    }

    .zd-hp-footer-cvr {
        margin: -25px auto 0;
        padding: 0 20px 20px;
        max-width: 700px;
        border-radius: 0px 0px 24px 24px;

    }

    .zd-footer-cta {
        padding: 130px 20px 130px;
        max-width: 700px;
        border-radius: 24px;

    }

    .zd-footer-awards {
        display: block;
        max-width: 100%;
        margin: 0 auto;
        padding: 130px 0px 130px;
        border-radius: 0 0 40px 40px;
    }

    .zd-award-item {
        padding: 0px 0px;
        border-right: none;
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .zd-award-item:last-child {
        border-right: none;
    }

    .zd-footer-awards .slick-dots {
        text-align: center;
        position: unset;
        bottom: 0;
        right: 0;
        display: block!important;
        margin: 90px auto 0;
    }

    .zd-footer-awards .slick-dots li {
        background: #919293;
        width: 10px;
        height: 10px;
        border: unset;
        margin: 0 12px;
    }

    .zd-footer-awards .slick-dots li.slick-active {
        background: #575859;
        width: 10px;
        height: 10px;
        border: unset;
    }

    .zd-footer-awards .slick-prev,
    .zd-footer-awards .slick-next {
        background: #cfcece;
        width: 45px;
        height: 45px;
        border-radius: 50%;
        top: unset;
        bottom: 94px;
    }

    .zd-footer-awards .slick-prev {
        left: calc(50% - 120px);
    }

    .zd-footer-awards .slick-next {
        right: calc(50% - 120px);
    }

    .zd-footer-awards .slick-next:after,
    .zd-footer-awards .slick-next:before,
    .zd-footer-awards .slick-prev:after,
    .zd-footer-awards .slick-prev:before {
        background: #000;
        height: 10px;
    }

    .zd-footer-awards .slick-prev:before,
    .zd-footer-awards .slick-next:before {
        top: 15px;
        left: 0;
        right: 0;
        margin: 0 auto;
    }

    .zd-footer-awards .slick-prev:after,
    .zd-footer-awards .slick-next:after {
        bottom: 14px;
        left: 0;
        right: 0;
        margin: 0 auto;
    }
    
    .zd-footer-awards .slick-track {
        display: flex;
        align-items: center;
    }

    .zd-footer-awards .slick-list {
        overflow: hidden !important;
        min-height: 160px;
    }

    .zd-footer-awards .slick-slide {
        min-height: 150px;
        display: flex !important;
        align-items: center;
        justify-content: center;
    }

    .zd-hp-footer-sec::after{
        top: 580px;
    }

    .zd-footer-title{
        font-size: 50px;
    }


    .zd-footer-btns{
        gap: 15px;
    }


    .zd-footer-btn-primary , .zd-footer-btn-secondary{
        font-size: 16px;
        width: 275px;
    }

    
    .zd-hp-footer-sec{
        padding: 0px 0px 115px;
    }


    .explore-cta{
        max-width: 320px;
    }

}


@media only screen and (max-width: 767px) {

    

    .zd-footer-title br , .zd-ai-title br , .zd-hp-footer-sec::after , .zd-explore-star{
        display: none;
    }

    .zd-hp-banner-sec{
        max-width: 100%;
        padding: 180px 30px 0;
    }
    
    
    .zd-hp-title{
        font-size: 36px;
    }


    .body-umain .zw-product-header .product-title{
        padding-left: 30px;
    }

    .body-umain .zw-product-header .zgh-accounts{
        padding-right: 30px;
    }

    .body-umain .zw-product-header .content-wrap, .zw-product-header .content-wrap {
        padding: 50px 0px 0px;
    }


    .zd-video-sec{
        max-width: calc(100% - 30px);
    }


    .zd-hp-desc{
        font-size: 16px;
    }


    .zd-video-sec{
        margin: 0px auto 100px;
    }



    .zd-video-sec video{
        vertical-align: bottom;
    }

    
    .business-section {
        padding: 100px 20px;
    }



    
.mercedes-benz{
    background-position: -102px -242px;
	width: 151px;
	height: 56px;
}



.icici-prudential{
    background-position:-563px -242px;
	width: 151px;
	height: 56px;
}



.consulate-general-india-dubai{
    background-position: -332px -242px;
	width: 152px;
	height: 56px;
}



.shiji{
    background-position: -793px -242px;
	width: 152px;
	height: 56px;
}


.rio-tinto{
    background-position: -1024px -242px;
	width: 151px;
	height: 56px;
}


.panda-logo{
    background-position:-1254px -243px;
	width: 152px;
	height: 56px;
}

.nooa-logo{
    background-position: -1485px -243px;
	width: 151px;
	height: 56px;
}



.girl-guides{
    background-position: -1715px -243px;
	width: 151px;
	height: 56px;
}


.booth-logo{
    background-position: -1949px -244px;
	width: 144px;
	height: 54px;
}





    .zd-hp-sub-title{
        font-size: 30px;
    }


    .zd-hp-sub-title{
        font-size: 30px;
        margin-bottom: 40px;
        padding: 0px;
    }


    .brand-card{
        padding: 0px;
        width: unset;
    }

    .zd-bannertb-img{
        display: none;
    }
    




    .zd-hp-banner-cvr{
        height: 100%;
        margin: -142px auto 0;
    }



    
    .zd-mobile-img{
        display: block;
        background-size: cover;
        height: 100%;
        object-fit: cover;
        max-width: 767px;
        width: 100%;
        /* padding: 0 0 130px; */
        position: absolute;
        object-position: center;
        background-repeat: no-repeat;
    }



    .zd-ai-accordion, .zd-ai-section {
        width: 100%;
        margin: 0 auto;
    }


    .zd-ai-content{
        margin-top: 0px;
        padding: 0px;
    }


    .zd-ai-title{
        font-size: 30px;
        padding: 0 0 20px;
    }

    

    .zd-ai-section .zd-ai-title , .zd-mess-exp-cnt .zd-ai-title{
        padding: 0 0 40px;
    }
    



    .zd-hp-customer-section .zd-ai-title{
        padding: 0 30px 40px;
    }




    .zd-hp-customer-section{
        background-color: #ffffff;
    }


    
    .zd-ai-item.active{
        padding: 30px 0px 0px 30px;
    }




    .zd-ai-arrow{
        right: -10px;
        width: 24px;
        height: 24px;
        top: 14px;
    }

    .zd-ai-arrow::before,
    .zd-ai-arrow::after {
        width: 12px;
    }

    .zd-ai-item.active .zd-ai-arrow{
        right: 16px;
        top: -7px;
    }

    

              
    .zd-ai-item-title{
        padding-right: 50px;
        max-width: 100%;
        font-size: 22px;
    }


    .zd-ai-item-body p{
        max-width: 100%;
        font-size: 16px;
        padding-right: 35px;
    }

    .zd-ai-item.active .zd-ai-item-title{
        padding-right: 68px;
    }



    .zd-ai-section{
        padding:  0 30px 100px;
    }

    .zd-explore-zia{
        padding: 0px 35px 65px;
        margin-bottom: 0px;
    }


    .explore-cta{
        margin-top: 35px;
        max-width: 180px;
        font-size: 15px;
        border-radius: 15px;
    }

    

    .explore-sections{
        padding: 35px 0 0;
        display: block;
    }


    .overflow-sec{
        padding: 0px 30px 0;
    }





    .zia-msg-exp-box.resp-active .zia-msg-exp-cnt{
        padding: 30px 0px 0px 30px;
    }


    .zia-msg-exp-box.resp-active .zia-msg-exp-cnt .sldr-hdr{
        padding: 0px 0 15px;
    }

    .zia-msg-exp-box{
        padding: 0px;
    }



    .zia-msg-exp-box::before {
        background-size: auto;
    }

    .zd-mess-exp-sec{
        padding: 100px 30px 0;
    }

    .zd-messaging-exp-sec {
        border-radius: 0px;
        padding: 0 0 100px;
    }



    .zia-msg-exp-box.resp-active{
        padding: 0px 0px 0px;
    }

    .zia-msg-exp-box {
        padding: 20px 0px;
    }


    .zia-msg-exp-box.resp-active .zia-msg-exp-cnt::after{
        top: 41px;
    }

    .sldr-hdr{
        font-size: 24px;
    }

    .zia-msg-exp-cnt .zd-hp-desc{
        font-size: 16px;
        padding-right: 35px;
    }




    .zia-msg-exp-cnt::after{
        width: 15px;
        height: 15px;
        top: 4px;
        border-right: 2px solid #333;
        border-bottom: 2px solid #333;
    }



    .zd-cs-resp-slider{
        max-width: unset;
        padding: 0px 30px 100px;
        margin-top: 0px;
    }




    .zd-cs-quote{
        font-size: 20px;
    }

    .zd-hp-customer-section{
        padding: 100px 0px 0px;
    }

    .zd-cs-resp-slider{
        border-radius: 0px;
    }


    .zd-cs-resp-slider .slick-prev, .zd-cs-resp-slider .slick-next{
        bottom: 67px;
    }

    .zd-cs-resp-slider .slick-prev {
        left: calc(50% - 140px);
    }

    .zd-cs-resp-slider .slick-next {
        right: calc(50% - 140px);
    }

    .zd-val-card{
        width: 100%;
        padding: 25px 20px;
    }

    .zd-val-card:nth-child(3) {
        background-color: #d6ffdc;
    }

    .zd-val-card:nth-child(4) {
        background-color: #ffe6ea;
    }


    .zd-val-grid {
        margin: 0px auto 0;
        width: 100%;
        text-align: center;
    }



    .zd-val-header{
        display: flex;
        flex-direction: column;
    }

    .zd-hp-value-section .zd-ai-title {
        padding: 0 0px 40px;
    }

    .zd-hp-value-section{
        padding: 0px 30px 100px;
    }

    .zd-number-grid {
        max-width: 350px;
        padding: 0 16px;
        overflow: visible;
    }


    .zd-number-grid .slick-prev, .zd-number-grid .slick-next{
                bottom: -33px;
    }

    .zd-number-grid .slick-track {
        display: block !important;
    }

    .zd-number-grid .slick-slide {
        padding: 50px 30px;
        height: auto !important;
    }

    .zd-number-grid .slick-list {
        border-radius: 24px;
        overflow: hidden !important;
    }

    .zd-number-item {
        box-shadow: unset;
        height: auto;
    }

    .zd-number-grid .slick-prev {
        left: calc(50% - 140px);
    }

    .zd-number-grid .slick-next {
        right: calc(50% - 140px);
    }

    .zd-footer-cta {
        padding: 80px 15px 70px;
    }

    .zd-footer-awards {
        max-width: 100%;
        padding: 60px 30px 60px;
        border-radius: 0px;
    }




    .zd-hp-survey{
        padding: 50px 30px 100px;
    }


    .zd-footer-awards .slick-dots , .zd-number-grid .slick-dots , .zd-cs-resp-slider .slick-dots{
        margin: 50px auto 0;
    }




    .zd-footer-awards .slick-prev {
        left: calc(50% - 140px);
    }

    .zd-footer-awards .slick-next {
        right: calc(50% - 140px);
    }




    .zd-footer-cta , .zd-hp-footer-cvr{
         max-width: 100%;
        padding: 100px 30px;
        border-radius: 0px;
    }


    .zd-hp-footer-cvr{
        max-width: 100%;
        padding: 0;
        border-radius: 0px;
    }
    



    

    .zd-hp-footer-sec{
        padding: 0px;
    }
    
        

        .zd-footer-title{
            font-size: 36px;
            margin-bottom: 25px;
        }


        .zd-footer-btns{
            max-width: 275px;
            margin: 0 auto;
            display: flex;
            flex-direction: column;
        }
    

        .zd-footer-btn-primary , .zd-footer-btn-secondary{
            font-size: 16px;
            padding: 15px 25px;
        }

        
        .zd-footer-awards{
            padding: 100px 30px;
        }



        .zd-footer-awards .slick-prev, .zd-footer-awards .slick-next{
            bottom: 67px;
        }


}


@media only screen and (max-width: 500px) {


    .zd-hp-banner-sec{
        max-width: 320px;
        padding: 180px 0px 0;
    }
    

}