.zwc-header-section {
    text-align: center;
    padding: 30px 0 80px;
    position: relative;
 }
 
 .zwc-header-section:before {
    content: '';
    position: absolute;
    top: 0;
    background: url(/sites/zweb/images/recruit/zr-15-bg.jpg) #fdf8fd no-repeat;
    background-size: cover;
    width: 100%;
    height: 220%;
    left: 0;
    background-position: center;
 opacity: 0.6;
 }
 
 .zw-product-header, .reqdemo-widget.active {
    display: none;
 }
 
 .zsiq_floatmain.zsiq_theme1 {
    display: none !important;
 }
 
 .zwc-prdlogo {
    margin-bottom: 30px;
 }
 
 .zwc-header-section h1 {
    font-size: 80px;
    letter-spacing: -3.2px;
    font-family: var(--zf-secondary-regular);
    margin-top: 20px;
 }
 
 .zwc-header-section h1 em span {
    color: #EC1B3E;
    letter-spacing: -3.2px;
    /* display: block; */
 }
 
 .zwc-header-section h1 em {
    display: block;
    line-height: 1.1;
 }
 
 .headtxt {
    display: block;
    opacity: 0;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
    animation: .25s fadein ease-in-out forwards;
    animation-delay: 400ms;
 }
 
 @keyframes fadein {
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
      opacity: 1;
    }
  }
 
 
 
 .zwc-header-section h1 em span{
    display: inline-block;
    overflow: hidden;
    position: relative;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 0;
    animation: .5s swift-up ease-in-out forwards;
  } 
  
  .zwc-header-section h1 cite  {
    font-style: normal;
    position: relative;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
    opacity: 1;
    animation: .5s swift-up ease-in-out forwards;
  }
  
  @keyframes swift-up {
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
      opacity: 1;
    }
  }
  
  .zwc-header-section h1 em span:nth-of-type(1) cite {
    animation-delay: 600ms;
  }
  
  .zwc-header-section h1 em span:nth-of-type(2) cite {
    animation-delay: 900ms;
  }
  
  .zwc-header-section h1 em span:nth-of-type(3) cite {
    animation-delay: 1.3s;
  }
  
  
  
  .zwc-header-section h1 em span:nth-of-type(1) {
    animation-delay: 600ms;
  }
  
  .zwc-header-section h1 em span:nth-of-type(2) {
    animation-delay: 900ms;
  }
  
  .zwc-header-section h1 em span:nth-of-type(3) {
    animation-delay: 1.3s;
  }
 
 .vimvideo {
     cursor: pointer;
     color: #000;
     border: 2px solid;
     padding: 18px 28px;
     border-radius: 8px;
     /* text-transform:uppercase; */
     display: inline-block;
     background: #fff;
 margin-top: 20px;
 }
 
 .vimvideo span {
     position: relative;
     padding: 0 0 0 40px;
     font-family: var(--zf-secondary-semibold);
     font-size: 18px;
 }
 
 .vimvideo span:after,.vimvideo span:before {
     content: '';
     position: absolute
 }
 
 .vimvideo span:before {
     left: 0;
     top: -4px;
     width: 26px;
     height: 26px;
     /* border:2px solid #000; */
     -webkit-box-sizing: border-box;
     box-sizing: border-box;
     border-radius: 100%;
     background: #000;
 }
 
 .vimvideo span:after {
     left: 11px;
     top: 4px;
     width: 0;
     height: 0;
     border-top: 5px solid transparent;
     border-bottom: 5px solid transparent;
     border-left: 7px solid #fff;
 }
 
 
 #scroll-container {
 display: flex;
 justify-content: center;
 align-items: center;
 position: absolute;
 left: 50%;
 transform: translate(-50%, -50%);
 z-index: 1;
 }
 
 #radial-tree-container {
 width: 1200px; /* Increased width for wider circles */
 height: 1200px; /* Increased height for wider circles */
 position: relative;
 }
 
 .node {
 position: absolute;
 width: 70px;
 height: 70px;
 background-color: #3498db;
 border-radius: 50%;
 transform: translate(-50%, -50%);
 transition: transform 0.3s, left 0.3s, top 0.3s, opacity 0.3s; /* Increased speed by reducing duration */
 }
 
 .edge {
 position: absolute;
 background-color: #3498db;
 transform-origin: top left;
 transition: transform 0.3s, left 0.3s, top 0.3s, opacity 0.3s; /* Increased speed by reducing duration */
 }
 
 
 .node {
 background: url(/sites/zweb/images/recruit/zr-15-sprite.png) no-repeat;
 background-size: 650px auto;
 
 }
 
 .nodelem1 {
 transform: scale(1.2);
 }
 
 .nodelem2 {
 background-position: -75px 0;
 transform: scale(1.3);
 }
 
 .nodelem3 {
 background-position: -145px 0;
 transform: translate(-40px, -10px) scale(1.2);
 }
 
 .nodelem4 {
 background-position: -218px 0;
 transform: translate(-90px, 10px) scale(1.5);
 }
 
 .nodelem5 {
 background-position: -290px 0;
 transform: translate(0px, -30px);
 }
 
 .nodelem6 {
 background-position: -362px 0;
 }
 
 .nodelem7 {
 display: none;
 background-position: -435px 0;
 }
 
 .nodelem8 {
 background-position: -507px 0;
 transform: translate(-22px,20px) scale(1.5)
 }
 
 .nodelem9 {
 background-position: -580px 0;
 }
 
 
 .nodelem10 {
 background-position: -433px 0;
 }
 
 
 .zwc-oppurtunity-section .zr-img-item:not(.zr-blue, .zr-blue, .zr-yel, .zr-gre, .zr-vio, .zr-pnk) {
 
            background-size: 200px auto;
            display: inline-block;
            width: 200px;
            height: 140px;
 
         }
 
         .zr-img-item {
            position: absolute;
            visibility: hidden;
            transition: 1.5s ease-in all;
         }
 
 
         .zwe-ot .zr-img-item {
            opacity: 1;
            visibility: visible;
         }
 
 
 .zr-img-item.meet {
 background: url('/sites/zweb/images/recruit/zr-meet.png') no-repeat;
 left: 8%;
 bottom: 8%;
 max-width: 213px;
 width: 17%;
 }
 
 .zr-img-item.guest {
 background: url('/sites/zweb/images/recruit/zr-guest.png') no-repeat;
 max-width: 200px;
 top: 40%;
 left: 5%;
 width: 9%;
 }
 
 
 
 .zr-img-item.discuss {
 background: url('/sites/zweb/images/recruit/zr-discuss.png') no-repeat;
 left: unset;
 right: 15%;
 bottom: 0;
 max-width: 220px;
 width: 18%;
 }
 
 .zr-img-item.conf {
 background: url('/sites/zweb/images/recruit/zr-conf.png') no-repeat;
 }
 
 .zr-img-item.group {
 background: url('/sites/zweb/images/recruit/zr-group.png') no-repeat;
 }
 
 
 .zr-img-item.tech {
 background: url('/sites/zweb/images/recruit/zr-tech.png') no-repeat;
 }
 
 
 .zr-img-partner.tech {
 background: url('/sites/zweb/images/recruit/zr-partner.png') no-repeat;
 }
 
 
 .zwc-team-img {
    background: #D61B3B;
    padding: 190px 0 300px;
    color: #fff;
    position: relative;
    /* margin-bottom: 500px; */
    max-width: 1400px;
    margin: auto;
    border-radius: 10px;
    z-index: 1;
 }
 
 .zwc-team-img p span {
    color: #FFE500;
 }
 
 .zwc-team-img:before {
    content: '';
    position: absolute;
    top: 15px;
    left: 1%;
    /* right: 10px; */
    width: 98%;
    height: 100%;
    border: 1px solid #fff;
    border-radius: 10px;
    z-index: 1;
 }
 
 
 .zwc-team-img:after {
    content: '';
    position: absolute;
    bottom: -6px;
    left: 0;
    background: url('/sites/zweb/images/recruit/zr-group-photo.jpg') no-repeat;
    background-size: 1400px auto;
    width: 100%;
    height: 100%;
    background-position: bottom;
    border-radius: 16px;
 }
 
 .zwc-team-img p {
    font-size: 36px;
    margin: 0 auto 40px;
    max-width: 870px;
 }
 
 .zwc-ats-section {
    background: #000;
    padding: 180px 0 0;
    color: #fff;
    position: relative;
    z-index: 1;
    overflow: hidden;
 }
 
 .zwc-ats-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
 }
 
 .zwc-tab-section {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    margin-top: 120px;
 }
 
 .zwc-tab-section .zwc-tab-img img {
    max-width: 135%;
    position: relative;
    right: -80px;
    bottom: -36px;
 }
 
 
 .fixed-div p:first-child {
    display: none;
 }
 
 .zwc-tab-img .chld-item {
    position: absolute;
    top: 0;
    max-width: 300px;
 }
 
 .chld-item img {
    box-shadow: 0px 32px 30px 0px rgba(0, 0, 0, 0.16);
 }
 
 .zwc-tab-img .chld-item.fill-temp {
    top: unset;
    bottom: 90px;
    left: 131px;
    max-width: 260px;
 }
 
 .zwc-tab-img .chld-item.mail-suc {
    top: 340px;
    left: 150px;
 }
 
 .zwc-tab-img .chld-item.assist-temp {
    top: 340px;
    left: 150px;
 }
 
 .zwc-tab-content li {
    font-size: 24px;
    color: #DCDCDC;
    border-bottom: 1px dotted #464646;
    padding: 32px 0;
    line-height: 36px;
    letter-spacing: -0.384px;
    font-family: var(--zf-secondary-medium);
    opacity: .5;
    cursor: pointer;
 }
 
 
 
 .zwc-tab-content li:last-child,
 .zwc-tab-content li:last-child.active {
    border-bottom: none;
 }
 
 .zwc-tab-content li:last-child {
    margin-bottom: 52px;
 }
 
 .zwc-tab-content li.active {
    color: #fff;
    opacity: 1;
    border-bottom: 1px dotted #fff;
 }
 
 
 
 
 
 .zanimwrap {
    position: relative;
    padding: 600px 0 0;
 }
 
 
 .zwc-numb {
    font-size: 40px;
 }
 
 .zwc-numb span{
    display: block;
 }
 
 
 .zwc-highlighthead span {
    background: linear-gradient(269deg, #EC1B66 30.78%, #FF3F33 73.46%, #860F23 110.09%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: 200% 100%;
    background-position: 100%;
 }
 
 .zwc-highlighthead.visible span {
    transition: all 2s cubic-bezier(0,0,1,1);
    background-position: 0 0;
 }
 
 
 
 .text.zwc-highlighthead {
    font-family: var(--zf-secondary-medium);
    font-size: 60px;
 }
 
 .zwc-ats-section h2 {
    font-size: 80px;
    max-width: 720px;
    line-height: 1.2;
    font-family: var(--zf-secondary-bold);
    letter-spacing: -1.2px;
 }
 
 .zwc-ats-wrap p {
    color: #A9A9A9;
    font-size: 20px;
    font-family: var(--zf-secondary-semibold);
    max-width: 500px;
 }
 
 .zwc-customer-section .zwc-ats-cont:nth-child(2) {
    position: relative;
    max-width: 670px;
 }
 
 .zwc-customer-section .zwc-ats-cont:nth-child(2):after {
    content: '';
    background: linear-gradient(180deg, rgba(255, 238, 244, 0.00) 0%, #FFEEF4 100%);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 105%;
    height: 200px;
 }
 
 .zwc-custbtn {
    position: absolute;
    bottom: -20px;
    left: 0;
    right: 0;
 }
 
 .zwc-custbtn a{
    border-radius: 39px;
    background: #562436;
    position: relative;
    z-index: 2;
    color: #fff;
    text-align: center;
    display: block;
    font-size: 24px;
    padding: 7px 0px 7px 35px;
    max-width: 320px;
    margin: auto;
    font-family: var(--zf-secondary-semibold);
    letter-spacing: -.7px;
 }
 
 .zwc-custbtn span {
    background: #fff;
    padding: 6px;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    width: 50px;
    height: 50px;
    margin-left: 20px;
    position: relative;
    right: 0px;
 }
 
 .zwc-custbtn span img {
    vertical-align: middle;
 }
 
 .zwc-partner-section .zwc-custbtn {
    bottom: 70px;
 }
 
 .zwc-customer-section .zwc-ats-wrap p {
    color: #000;
    max-width: 620px;
    margin-bottom: 60px;
 }
 
 .zwc-customer-section {
    padding: 150px 0 190px;
 }
 
 .zwc-customer-section .zwc-ats-wrap {
    grid-template-columns: 1fr 2fr;
 }
 
 .zwc-ats-section h2 span {
    background: linear-gradient(269deg, #EC1B66 30.78%, #FF3F33 73.46%, #860F23 110.09%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
 }
 
 .zwc-customer-section {
    background: linear-gradient(267deg, rgba(255, 110, 162, 0.12) 30.2%, rgba(255, 101, 92, 0.12) 68.08%, rgba(255, 61, 94, 0.12) 100.6%);
 }
 
 .zwc-customer-logos {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
 }
 
 .zwc-cust {
    width: 160px;
    height: 160px;
    background: #fff;
    padding: 15px;
    border-radius: 10px;
 }
 
 .zwc-cust {
    display: grid;
    align-items: center;
    justify-content: center;
 }
 
 .zwc-oppurtunity-section {
    padding: 300px 0;
    text-align: center;
    position: relative;
    margin: 60px 0;
 }
 
 .zwc-oppurtunity-section .content-wrap {
    max-width: 800px;
 }
 
 .zwc-oppurtunity-section h2 {
    background: linear-gradient(268deg, #EC1B66 32.4%, #FF3F33 79.07%, #860F23 119.14%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 60px;
    letter-spacing: -2.4px;
    font-family: var(--zf-secondary-bold);
 }
 
 .zwc-oppurtunity-section p {
    max-width: 700px;
    margin: 0 auto;
 }
 
 .zwc-partner-section {
    overflow: hidden;
    padding: 200px 0 0;
    background: linear-gradient(267deg, rgba(255, 162, 110, 0.12) 30.2%, rgba(255, 150, 92, 0.12) 68.08%, rgba(240, 255, 61, 0.12) 100.6%);
    position: relative;
 }
 
 
 .zwc-partner-section:after {
    content: '';
    position: absolute;
    bottom: 0;
    background: linear-gradient(180deg, rgba(254, 251, 233, 0.00) 0%, #FFBBC7 97.79%);
    width: 100%;
    height: 480px;
 }
 
 
 .zwc-partner-section .zwc-partner-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
 }
 
 .zwc-partner-section h2 {
    font-size: 80px;
    letter-spacing: -3.2px;
    margin-bottom: 30px;
    line-height: 1.1;
    font-family: var(--zf-secondary-bold);
 }
 
 .zwc-partner-section .zwc-sub-txt {
    max-width: 280px;
 }
 
 .zwc-customer-testiwrap {
    padding: 70px 0 0;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
 }
 
 .zwc-customer-testi:nth-child(1), .zwc-customer-testi:nth-child(3) {
    position: relative;
    top: 120px;
 }
 
 .zwc-customer-testi:nth-child(3) {
    top: 60px;
 }
 
 .zwc-customer-testi img {
    margin-bottom: 15px;
    opacity: 0;
    transform: translateY(40px);
    transition: all 500ms ease-in;
 }
 
 .zwe-om .zwc-customer-testi img {
    opacity: 1;
    transform: translateY(0);
 
 }
 
 .zwc-partner-content p {
    max-width: 590px;
 }
 
 .zwc-partner-img img {
    position: relative;
    right: -120px;
    max-width: 125%;
    top: 60px;
 }
 
 .zwc-partner-section p {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 100px;
 }
 
 .zwc-mainno-wrap {
    display: grid;
    grid-template-columns: 240px 350px;
 }
 
 .zwc-main-txt {
    display: block;
    margin-bottom: 40px;
 }
 
 .zwc-main-txt>span,  .zwc-main-txt>span + em {
    font-family: var(--zf-primary-bold);
    font-size: 68px;
    letter-spacing: -2.72px;
    display: inline-block;
    background: linear-gradient(268deg, #EC1B66 32.4%, #FF3F33 79.07%, #860F23 119.14%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
 }
 
 .zwc-sub-txt {
    font-size: 24px;
    letter-spacing: -0.576px;
    display: block;
    color: #000;
    font-family: var(--zf-secondary-bold);
    max-width: 200px;
 }
 
 
 .zwc-main-txt>span + em {
    font-size: 48px;
 }
 
 
 /* #scroll-container {
    height: 200vh; Makes the page scrollable 
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
 } */
 
 
 
 
 .zwc-bottom-section {
    padding: 300px 0 300px;
    text-align: center;
    position: relative;
    background: #000;
    transition: padding 500ms linear;
 }
 
 .zwc-bottom-section.zwe-om {
    padding: 200px 0 300px
 }
 
 .zwc-bottom-section:before {
    content: '';
    position: absolute;
    top: 20%;
    left: 0;
    right: 0;
    width: 80%;
    height: 100%;
    background: linear-gradient(180deg, #FFBCC8 0%, #FFECEF 100%);
    transition: all 500ms linear;
    margin: auto;
    border-radius: 40px;
 }
 
 .zwc-bottom-section.zwe-om:before{
    top: 0;
    width: 100%;
    border-radius: 0;
 }
 
 .zwc-bottom-section .zwc-signupbtn {
    visibility: hidden;
    opacity: 0;
    transform: scale(0.7) translateY(40px);
    transition: all 500ms ease-in 2.5s;
 }
 
 
 
 .zwc-bottom-section .content-wrap.zwe-op .zwc-signupbtn {
    visibility: visible;
    opacity: 1;
    transform: scale(1) translateY(-100px);
 }
 
 .zwc-bottom-section h3 {
    font-size: 100px;
    margin-bottom: 50px;
    font-family: var(--secondaryfont-bold);
    letter-spacing: -3px;
 }
 
 .zwc-bottom-section h2 {
    font-size: 80px;
    text-align: center;
    max-width: 800px;
    margin: 0 auto 20px;
    font-family: var(--zf-secondary-bold);
    letter-spacing: -2px;
    line-height: 1.2;
 }
 
 .zwc-bottom-section h2, .zwc-bottom-section p {
    transform: translateY(140px);
    transition: opacity 500ms ease-out;
    transition-delay: 2s;
 }
 
 .zwc-bottom-section .content-wrap.zwe-op h2,  .zwc-bottom-section .content-wrap.zwe-op p {
    opacity: 0;
 }
 
 .zwc-bottom-section p {
    font-size: 24px;
    font-family: var(--zf-primary-medium);
 }
 
 .zwc-bottom-section h2 span {
    background: linear-gradient(268deg, #EC1B66 32.4%, #FF3F33 79.07%, #860F23 119.14%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
 }
 
 
 .zwc-bottom-section h2 span {
    display: block;
 }
 
 .zwc-bottom-section .act-btn {
    padding: 28px 60px;
    font-size: 22px;
 }
 
 /* zwc hover section  */
 .zwc-img-wrap .zwc-tab-img {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    transform: translateX(30px);
    transition: .300s ease-in all;
 }
 
 .zwc-img-wrap .zwc-tab-img.active {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
 }
 
 
 /* zwc hover section  */
 
 
 
 
 /* Recruiter img scetion  */
 
 
 
 .career-section {
 
    padding: 120px 0 70px;
 
    position: relative;
 
    max-width: 1980px;
 
    margin: 0 auto;
 
 }
 
 
 
 .career-wrap h3 {
 
    font-size: 60px;
 
    font-family: var(--primaryfont-bold);
 
    margin-bottom: 30px;
 
    letter-spacing: -2.4px;
 
    background: linear-gradient(268deg, #EC1B66 32.4%, #FF3F33 79.07%, #860F23 119.14%);
 
    background-clip: text;
 
    -webkit-background-clip: text;
 
    -webkit-text-fill-color: transparent;
 
 }
 
 
 
 .career-wrap {
 
    max-width: 740px;
 
    margin: auto;
 
    text-align: center;
 
    padding: 60px 0 100px;
 
 }
 
 
 
 .career-wrap p {
 
    max-width: 650px;
 
    margin: 0 auto;
 
 }
 
 
 
 .zr-img-item {
 
    position: absolute;
 
    opacity: 0;
 
    visibility: hidden;
 
    transition: 1.5s ease-in all;
 
 }
 
 
 
 .zwe-ot .zr-img-item {
 
    opacity: 1;
 
    visibility: visible;
 
 }
 
 
 
 
 
 .zr-img-item.meet {
 
    left: 8%;
 
    bottom: 8%;
 
    max-width: 213px;
 
    width: 17%;
 
 }
 
 
 
 .zr-img-item.discuss {
 
    right: 15%;
 
    bottom: 0;
 
    max-width: 220px;
 
    width: 18%;
 
 }
 
 
 
 .career-section .content-wrap {
 
    padding: 170px 0 155px;
 
 }
 
 
 
 .zr-img-item.group {
 
    right: 0;
 
    top: 7%;
 
    max-width: 200px;
 
    width: 16%;
 
 }
 
 
 
 .zr-img-item.conf {
 
    left: 10%;
 
    top: 0;
 
    max-width: 192px;
 
    width: 15%;
 
 }
 
 
 
 .zr-img-item.event {
 
    top: 0;
 
    left: 0;
 
    max-width: 164px;
 
    width: 10%;
 
 }
 
 
 
 .zr-img-item.guest {
 
    max-width: 200px;
 
    top: 40%;
 
    left: 5%;
 
    width: 9%;
 
 }
 
 
 
 .zr-img-item.tech {
 
    left: unset;
    right: 0;
 
    bottom: 40%;
 
    max-width: 211px;
 
    width: 13%;
 
 }
 
 
 
 .zr-img-item.partner {
 
    max-width: 162px;
    left: unset;
    right: 0;
 
    bottom: 0;
 
    width: 10%;
 
 }
 
 
 
 .zr-img-item.zr-yel {
 
    width: 38px;
 
    height: 27px;
 
    background: #F6A732;
    left: unset;
    right: 5%;
 
    top: 10%;
 
 }
 
 
 
 .zr-img-item.zr-blue {
 
    width: 55px;
 
    height: 36px;
 
    background: #70BAFF;
    left: unset;
    top: 0;
 
    right: 40%;
 
 
 
 }
 
 
 
 .zr-img-item.zr-gre,
 
 .zr-img-item.zr-vio {
 
    width: 27px;
 
    height: 18px;
 
 
 
 }
 
 
 
 .zr-img-item.zr-gre {
 
    background: #42DD9C;
 
    left: 8%;
 
    bottom: 35%;
 
 }
 
 
 
 .zr-img-item.zr-vio {
 
    background: #8D33FF;
 
    left: unset;
    right: 3%;
 
    bottom: 26%;
 
 }
 
 
 
 .zr-img-item.zr-pnk {
 
    width: 32px;
 
    height: 36px;
 
    background: #FF337C;
 
    left: 0;
 
    bottom: 5%;
 
 }
 
 
 
 .zwe-ot .zr-img-item.meet,
 
 .zwe-ot .zr-img-item.group,
 
 .zwe-ot .zr-img-item.conf,
 
 .zwe-ot .zr-img-item.zr-blue {
 
    animation: show 1s alternate forwards;
 
    animation-iteration-count: 1;
 
 }
 
 
 
 .zwe-ot .zr-img-item.event,
 
 .zwe-ot .zr-img-item.zr-gre,
 
 .zwe-ot .zr-img-item.tech,
 
 .zwe-ot .zr-img-item.zr-img-item.discuss,
 
 .zwe-ot .zr-img-item.zr-pnk {
 
    transition-delay: 1.2s;
 
    animation: show 1.2s alternate forwards;
 
    animation-iteration-count: 1;
 
    animation-delay: 1.2s;
 
 }
 
 
 
 .zwe-ot .zr-img-item.zr-img-item.guest,
 
 .zwe-ot .zr-img-item.zr-yel,
 
 .zwe-ot .zr-img-item.partner,
 
 .zwe-ot .zr-img-item.zr-vio {
 
    transition-delay: 1.5s;
 
    animation: show 1.5s alternate forwards;
 
    animation-iteration-count: 1;
 
    animation-delay: 1.5s;
 
 }
 
 
 
 @keyframes show {
 
    0% {
 
        opacity: 0;
 
    }
 
 
 
    100% {
 
        opacity: 1;
 
    }
 
 }
 
 
 
 /* Recruiter img scetion  */
 
 
 

 .r-g-f:not(.zw-template-zp_signup) .zwf-new-footer .zwf-only-copyright {
    border-top: none;
    background: #ffecef;
}
 
 
 
 @media screen and (min-width: 1200px) {
    .fixed-div {
        position: sticky;
        top: 50%;
        transform: translate(0, -45%);
        /* top: 50%;
        left: 50%;
        */
        background-color: white;
        padding: 20px;
        border: 2px dashed #ffcbcb;
        width: 660px;
        height: 660px;
        margin: auto;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        border-radius: 50%;
        /* border-width: medium; */
        transform-origin: center;
        transition: all 500ms linear;
    }
    
    
    .fixed-div:before{
        width: 1030px;
        height: 1030px;
    }
    
    .fixed-div:before, .fixed-div:after {
        content: '';
        position: absolute;
        border: 2px dashed #ffcbcb;
        border-radius: 50%;
        transform-origin: center;
    }
 
    .fixed-div.zw1:after {
        border: 2px solid #ff7f7f;
    }
 
    .fixed-div.zw2:before {
        border: 2px solid #ff7f7f;
    }
 
    .fixed-div.zw3 {
        border: 2px solid #ff7f7f;
    }
    
    .fixed-div:after {
        width: 1380px;
        height: 1380px;
    }
 
    .text {
        font-size: 28px;
        margin: 10px 0;
        opacity: 0;
        /* Initially hidden */
        transition: opacity 0.5s ease;
        position: absolute;
        width: 540px;
        text-align: center;
        line-height: 1.3;
        font-family: var(--zf-secondary-medium);
    }
 
    .zwc-numb {
        width: 440px;
        font-family: var(--zf-secondary-bold);
        font-size: 40px;
    }
 
    .zwc-highlighthead {
        width: 420px;
        line-height: 1.1;
        letter-spacing: -0.9px;
    }
    
    .text:not(.zwc-numb) span{
        color: #EC1B3E;
    }
    
    .text.visible {
        opacity: 1;
        /* Revealed on scroll */
    }
    
 }
 
 
 @media screen and (max-width: 1599px) {
    .zwc-tab-section {
        grid-template-columns: 1fr 1.5fr;
    }
 
    .zwc-tab-content li {
        font-size: 21px;
        padding: 24px 0;
    }
 
    .zwc-tab-section .zwc-tab-img img {
        max-width: 105%;
    }
 
    .zwc-team-img {
        padding: 150px 0 270px;
    }
 }
 
 
 @media screen and (max-width: 1399px) {
    .fixed-div:before {
        width: 920px;
        height: 920px;
    }
 
    .fixed-div:after {
        width: 1160px;
        height: 1160px;
    }
 
    #radial-tree-container {
        transform: scale(0.8);
    }
 
 
    .zwc-prdlogo img{
        max-width: 150px;
    }
 
    .zwc-prdlogo + img {
        max-width: 360px;
    } 
 
    .zwc-header-section h1 {
        font-size: 64px;
    }
 
    .zwc-team-img p {
        font-size: 32px;
    }
 
    .zwc-ats-section {
        padding: 130px 0 0;
    }
 
    .zwc-tab-section {
        margin-top: 40px;
    }
 
    .zwc-partner-section {
        padding: 110px 0 0;
    }
 
    .zwc-main-txt>span, .zwc-partner-section h2, .zwc-ats-section h2 {
        font-size: 60px;
    }
 
    .zwc-sub-txt {
        font-size: 20px;
    }
 
    .zwc-oppurtunity-section h2 {
        font-size: 50px;
        max-width: 600px;
        margin: 0 auto 20px;
    }
 }
 
 
 @media screen and (min-width: 1200px) (max-width: 1440px) {
    .fixed-div {
        transform: translate(0, -44%);
    }
 
    .zwc-tab-section .zwc-tab-img img {
        max-width: 100%;
    }
 
    .zwc-team-img {
        padding: 140px 0 270px;
    }
 
    .zwc-tab-section {
        margin-top: 50px;
    }
 
    .zwc-customer-section {
        padding: 130px 0;
    }
 
    .zwc-custbtn {
        bottom: 0;
    }
 
    .zwc-oppurtunity-section {
        padding: 230px 0;
    }
 
    .zwc-partner-section {
        padding: 130px 0;
    }
 
    .zwc-partner-section h2, .zwc-ats-section h2 {
        font-size: 70px;
    }
 
    .zwc-partner-img img{
        top: 0;
        max-width: 105%;
    }
 }
 
 
 
 @media screen and (max-width: 1199px) {
 
 
    .zwc-prdlogo + img {
        max-width: 360px;
    }
 
    .zwc-pagewrapper {
        overflow: hidden;
    }
 
    .zwc-header-section h1 {
        font-size: 66px;
        line-height: 1.2;
    }
 
    .zwc-team-img p {
        font-size: 30px;
    }
 
    .zanimwrap {
        padding: 100px 40px;
    }
 
    .zwc-highlighthead {
        line-height: 1.3;
    }
 
    .zwc-ats-wrap {
        grid-template-columns: 1fr;
    }
    .zwc-img-wrap, #radial-tree-container {
        display: none;
    }
 
    .zwc-customer-section .zwc-ats-wrap {
        grid-template-columns: 1fr;
    }
 
    .zwc-customer-section .zwc-ats-cont:first-child {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
    }
 
    .zwc-tab-section{
        grid-template-columns: 1fr;
    }
 
    .zwc-tab-content li {
        opacity: 1;
        color: #fff;
        border-bottom: none;
        padding: 12px 0 12px 50px;
        position: relative;
        font-size: 20px;
    }
 
    .zwc-tab-content li.active {
        border-bottom: none;
    }
 
    .zwc-tab-content li:before {
        content: '';
        position: absolute;
        display: inline-block;
        transform: rotate(-45deg) scale(.7);
        height: 10px;
        width: 22px;
        border-bottom: 3px solid #fff;
        border-left: 3px solid #fff;
        top: 23px;
        left: 0;
    }
 
    .zwc-ats-section .content-wrap {
        max-width: 1040px;
        margin: auto;
    }
 
    .zwc-ats-cont {
        text-align: center;
    }
 
    .zwc-ats-wrap p, .zwc-ats-section h2 {
        margin: 0 auto 30px;
    }
 
    .zwc-ats-wrap {
        gap: 0;
    }
 
    .zwc-tab-section {
        max-width: 700px;
        margin: 20px auto;
    }
 
    .zwc-ats-wrap p {
        max-width: 700px;
    }
 
    .zwc-customer-section .zwc-ats-wrap p {
        max-width: 800px;
    }
 
    .zwc-customer-logos {
        gap: 20px;
        max-width: 720px;
        margin: auto;
    }
 
    .zwc-partner-img {
        display: none;
    }
 
    .zwc-partner-section .zwc-partner-wrap {
        grid-template-columns: 1fr;
    }
 
    .zwc-mainno-wrap {
        justify-content: center;
    }
 
    .zwc-partner-content {
        max-width: 900px;
        margin: auto;
        text-align: center;
    }
 
    .zwc-partner-section p {
        margin-bottom: 40px;
    }
 
    .fixed-div {
        max-width: 800px;
        margin: auto;
    }
 
    .zwc-partner-content p {
        margin: 0 auto 30px;
    }
 
    .zwc-ats-section, .zwc-customer-section {
        padding: 130px 0;
    }
 
    .zwc-partner-section h2 {
        line-height: 1.2;
    }
 
    .zwe-ot.zwc-oppurtunity-section .zr-img-item.tech, .zwe-ot.zwc-oppurtunity-section .zr-img-item.guest {
        display: none;
    }
 
 
    .zwc-numb span {
        display: inline-block;
        vertical-align: bottom;
    }
 
    .zwc-numb span:nth-child(2) {
        max-width: 430px;
        margin-left: 30px;
    }
 
    .zwc-numb {
        line-height: 1.2;
    }
 
    .zwc-ats-section h2 {
        font-size: 64px;
        max-width: 630px;
    }
 
    .zwc-tab-content {
        max-width: 560px;
        margin: auto;
    }
 
 
    .text:not(.zwc-numb, .zwc-highlighthead) {
        font-size: 24px;
    }
 
    .text.zwc-highlighthead {
        font-size: 50px;
    }
 
    .zwc-customer-section .zwc-ats-cont:nth-child(2) {
        margin: auto;
    }
 
    .zwc-oppurtunity-section {
        padding: 200px 0;
    }
 
    .zwc-team-img {
        padding: 90px 60px 300px;
        max-width: 90%;
    }
 
    .zwc-tab-content li:last-child {
        margin-bottom: 0;
    }
 
    .zwc-sub-txt, .zwc-partner-section .zwc-sub-txt {
        max-width: initial;
    }
 
    .zwc-partner-section {
        padding: 80px 0 0;
    }
 
    .zwc-partner-section h2 {
        font-size: 60px; 
        max-width: 600px;
    }
 
    .zwc-bottom-section h2 {
        font-size: 60px;
    }
 
    .zwc-bottom-section p {
        max-width: 600px;
        margin: auto;
    }
 
    .zr-img-item {
        transform: scale(0.7);
    }
 
    .zr-img-item.zr-gre {
        top: 20%;
    }
 
    .zwc-bottom-section.zwe-om {
        padding: 100px 0 190px;
    }
 
    .zwc-bottom-section h3 {
        font-size: 80px;
        max-width: 500px;
        margin: 0 auto 40px;
        line-height: 1.2;
    }
 }
 
 
 @media screen and (max-width: 767px) {
 
    .zwc-header-section:before {
       height: 130%;
    }
 
    .zwc-header-section h1 em span, .zwc-header-section h1 {
       letter-spacing: -1.9px;
    }
 
    .zwc-header-section h1 {
       line-height: 1.4;
    }
 
    .zwc-header-section h1 em span {
       line-height: 1.1;
    }
 
    .zwc-prdlogo + img {
        max-width: 300px;
    }
 
    .zwc-header-section h1 {
        font-size: 44px;
    }
 
    .zwc-numb span:nth-child(2) {
        max-width: 290px;
    }
 
    .zwc-team-img {
        padding: 90px 0 250px;
    }
 
    #radial-tree-container {
        display: none;
    }
 
    .zwc-customer-logos {
        grid-template-columns: repeat(3, 1fr);
        max-width: 500px;
    }
 
    .zwc-partner-section h2 {
        font-size: 42px;
        letter-spacing: -0.8px;
    }
 
    .zwc-customer-testiwrap {
        padding: 50px 0 0;
    }
 
    .zwc-header-section {
        padding: 20px 0;
    }
 
    .zwc-team-img p {
        font-size: 26px;
    }
 
    .zwc-numb img {
        max-width: 80px;
    }
 
    .text.zwc-highlighthead {
        font-size: 38px;
    }
 
    .text:not(.zwc-numb, .zwc-highlighthead) {
        font-size: 20px;
    }
 
    .zanimwrap {
        padding: 70px 30px;
    }
 
    .zwc-ats-section h2 {
        font-size: 60px;
        line-height: 1.2;
    }
 
    .fixed-div {
        max-width: 560px;
    }
 
    .zwc-ats-section, .zwc-customer-section {
        padding: 80px 0;
    }
 
    .zwc-customer-logos {
        grid-template-columns: 130px 130px 130px;
        justify-content: center;
    }
 
    .zwc-ats-wrap p {
        font-size: 18px;
    }
 
    .zwc-tab-content li {
        font-size: 20px;
    }
 
    .zwc-customer-section .zwc-ats-cont:first-child {
        grid-template-columns: 1fr;
    }
 
    .zwc-main-txt>span {
        font-size: 48px;
    }
 
    .zwc-sub-txt {
        font-size: 18px;
    }
 
 
    .zwc-pagewrapper .zwc-oppurtunity-section .zr-img-item:not(.zr-blue, .zr-blue, .zr-yel, .zr-gre, .zr-vio, .zr-pnk), .zwc-pagewrapper .zwc-oppurtunity-section .zr-img-item {
        display: none;
    }
 
    .zwc-oppurtunity-section {
        padding: 50px 0;
    }
 
    .zwc-oppurtunity-section h2, .zwc-bottom-section h2 {
        font-size: 40px;
    }
 
    .zwc-bottom-section h3 {
        font-size: 50px;
        line-height: 1.2;
    }
 
    .zwc-mainno-wrap {
        grid-template-columns: 170px 260px;
    }
 
    .zwc-bottom-section .act-btn {
        padding: 18px 40px;
        font-size: 15px;
    }
 
    .zwc-custbtn a {
        font-size: 17px;
        max-width: 240px;
    }
 
    .zwc-custbtn span {
        width: 40px;
        height: 40px;
    }
 
 
    .zwc-tab-content li {
        font-size: 16px;
        padding: 10px 0 10px 50px
    }
    
    .zwc-custbtn {
        bottom: 0;
    }
 
    .z-mobile-menu-v2 {
        display: none;
    }
 
    .zwc-bottom-section.zwe-om {
        padding: 100px 0;
    }
 
    .zwc-bottom-section:before {
        top: 10%;
    }
 
    .zwc-tab-content li:before {
        transform: scale(0.7) rotate(-45deg);
        top: 21px;
    }
 
 
    .zwc-cust {
        width: 130px;
        height: 130px;
    }
 
 
    body:not(.zw-template-zp_signup) .zwf-new-footer .zwf-only-copyright, .r-g-f:not(.zw-template-zp_signup) .zwf-new-footer .zwf-only-copyright {
        padding: 20px;
        border-top: none;
        background: #ffecef;
    }
 

 
 }
 
 
 @media screen and (max-width: 480px) {
 
    .zwc-numb {
        font-size: 26px;
    }
 
    .zwc-team-img:before {
        top: 5px;
    }
 
    .zwc-ats-wrap {
        display: block;
    }
 
    .zwc-team-img .content-wrap {
        padding: 0 20px;
    }
 
    .zwc-numb img {
        max-width: 50px;
    }
 
    .text.zwc-highlighthead {
        font-size: 38px;
    }
 
    .zwc-numb span:nth-child(2) {
        max-width: 220px;
        margin-left: 6px;
    }
 
    .zwc-customer-logos {
        grid-template-columns: repeat(2, 1fr);
        max-width: 340px;
    }
 
    .zwc-ats-section h2 {
        font-size: 42px;
    }
 
    .zwc-ats-wrap p {
        font-size: 16px;
    }
 
    .zwc-mainno-wrap {
        grid-template-columns: 1fr;
    }
 
    .zwc-team-img p {
        font-size: 22px;
    }
 
    .zwc-customer-logos {
        grid-template-columns: 120px 120px;
    }
 
    .zwc-cust {
        width: 120px;
        height: 120px;
    }
 }