.zsection{
    padding: 120px 0;
}
.zw-product-header {
    background: #ffd632;
}
.zsection a.link-cta{
    display: inline-block;
    font-size: 16px;
    font-family: var(--primaryfont-semibold);
    color: rgb(228, 37, 39);
    text-transform: uppercase;
    position: relative;
    line-height: 16px;
    padding-top: 3px;
    letter-spacing: -0.25px;
    border-bottom: 1.5px solid;
    margin-bottom: 24px;
}
.zsection a.link-cta::after{
    content: '';
    position: absolute;
    right: -27px;
    top: 3px;
    background: url(/sites/zweb/images/one/india/home-sprite.svg) no-repeat -21px -43px;
    background-size: 700px;
    width: 20px;
    height: 20px;
    transition: ease all .5s;
    transform: rotate(360deg);
}
.zsection a.link-cta:hover::after {
    transform: rotate(324deg);
}
.zsection h1, .zsection h2, .zsection h3, .zsection h4{
    letter-spacing: -1.20px;
}
.text-center{
    text-align: center;
}
.flex-wrap{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 24px;
}
section.zsection.hero-wrap .flex-wrap{
    align-items: center;
}
.zc-2{
    flex: 0 0 48%;   
    max-width: 48%;
}
.zc-4  { flex: 0 0 30.33%; max-width: 30.33%; }
.zc-8  { flex: 0 0 66.66%; max-width: 66.66%; }
.emp-block.flex-wrap{
    gap: 0;
}
.emp-block.flex-wrap .zc-2{ 
    flex: 0 0 50%;   
    max-width: 50%;
}

.zsection h2{
    font-size: 52px;
    line-height: 58px;
    font-family: var(--primaryfont-bold);
    margin-bottom: 18px;
}
a.act-btn.cta-btn{
    visibility: visible;
    opacity: 1;
    padding: 16px 25px;
    font-family: var(--primaryfont-semibold);
    border-radius: 5px;
    font-size: 20px;
    margin-bottom: 20px;
}
p{
    font-size: 18px;
}
.hero-wrap{
    background: #FFD731;
}
.hero-wrap h1{
    font-size: 68px;
    max-width: 600px;
    line-height: 74px;
    font-family: var(--primaryfont-bold);
}
.hero-wrap p{
    max-width: 560px;
}
p.sup-title{
    font-size: 36px;
    margin-bottom: 16px;
}

.department{
    background: #F8F3E7;
}
.department h2 span{
    display: block;
}
.department ul{
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    justify-content: flex-end;
}
.department ul li{
    width: 210px;
    height: 210px;
    background: #fff;
    border-radius: 10px;
    color: #000;
    text-align: center;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--primaryfont-semibold);
}
.department ul li span{
    position: relative;
    top: 25px;
}
.department ul li span::before{
    content: '';
    position: absolute;
    width: 48px;
    height: 48px;
    background: url(/sites/zweb/images/one/startup/icons-sprite.svg) no-repeat 0 0;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -150%);
}
.department ul li:nth-child(4) span::before{
    background-position: -53px 0px;
}
.department ul li:nth-child(5) span::before{
    background-position: -106px 0px;
}
.department ul li:nth-child(6) span::before{
    background-position: -160px 0px;
}
.department ul li:nth-child(7) span::before{
    background-position: -212px 0px;
}
.department ul li:nth-child(8) span::before{
    background-position: -265px 0px;
}
.department ul li:nth-child(9) span::before{
    background-position: -318px 0px;
}
.department ul li:nth-child(1), .department ul li:nth-child(2){
    background: transparent;
}
.scale{
    background: #000;
    color:#fff;
}
.scale .content-wrap{
    width: 100%;
    max-width: inherit;
}
.scale h2, .scale p, .empowers h2, .empowers p{
    text-align: center;
}

/*Tab */

.c-creative ul{
    position: relative;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.c-creative ul li{
    position: relative;
    font-size: 16px;
    flex: 0 0 48%;
    max-width: 48%;
}
.c-creative ul li p{
    max-width: 200px;
    text-align: left;
    font-size: 16px;
    line-height: 24px;
}
.c-creative ul li img {
    display: block;
    background: #fff;
    padding: 12px 18px;
    border-radius: 5px;
    margin-bottom: 18px;
}

.tabbed-content .tabs {
    display: none;
}

.scale .tabs {
    max-width: 1096px;
    border-radius: 10px;
    background: #1F1E1E;
    padding: 14px 20px;
    margin: 0 auto 189px;
}    
.tabs ul {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: space-between;
    position: relative;
}

.tabs ul li {
    border-radius: 10px;
    background: transparent;
    padding: 10px 29px 10px 60px;
    font-size: 18px;
    font-family: var(--primaryfont-semibold);
    color: #fff;
    position: relative;
    z-index: 1;
    transform: scale(.95);
    transition: ease-in-out .3s;
    cursor: pointer;
}
.tabs ul li:hover, .tabs ul li.active {
    color: #000;
    padding: 10px 29px 10px 60px;
    border-radius: 10px;
    background: #ffd730;
    transform: scale(1);
    transition-duration: .3s;
    transition-timing-function: cubic-bezier(0.68);
}
.tabs ul li::before {
    content: '';
    position: absolute;
    width: 24px;
    height: 24px;
    left: 29px;
    top: 10px;
    background: url(/sites/zweb/images/one/startup/icons-sprite.svg) no-repeat 0 0;
    background-size: 730px;
    filter: opacity(1);
}
.tabs ul li:first-child:before, #panel-idea::after {
    background-position: -360px 0;
}
.tabs ul li:nth-child(2):before, #panel-plan::after {
    background-position: -388px 0;
}
.tabs ul li:nth-child(3):before, #panel-launch::after {
    background-position: -415px 2px;
}
.tabs ul li:nth-child(4):before, #panel-acquire::after {
    background-position: -444px 0;
}
.tabs ul li:nth-child(5):before, #panel-scale::after {
    background-position: -472px 0;
}
.tabs ul li:nth-child(6):before, #panel-sustain::after {
    background-position: -500px 0;
}
.scale .tabs ul li::before {
    filter: brightness(0) invert(1);
}
.item.active::before, .teams-wrap .item.active::before {
    background: #ffd730;
    border: 1px solid #ffd730;
    color: #000;
}
.item-content.flex-wrap {
    gap: 24px;
    flex-wrap: nowrap;
}
.txt-c h2 {
    max-width: 416px;
    text-align: left;
    position: relative;
    margin: 0 auto;
    text-transform: capitalize;
}
.tabbed-content .item .item-content {
    opacity: 0;
    visibility: hidden;
    height: 0;
}
.tabbed-content .item.active .item-content {
    opacity: 1;
    visibility: visible;
    height: auto;
}
.item.active .item-content {
    -webkit-transition: opacity .3s ease-in-out;
    -moz-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    -ms-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
}
.tabbed-content .item::before {
    content: attr(data-title);
}
span.arrow-icon {
    display: none;
}
.scale .tabs ul li:hover::before, .scale .tabs ul li.active::before {
    filter: brightness(0%);
}

  /*Tab*/
.tophead{
    margin-bottom: 64px;
}
.empowers p{
    max-width: 771px;
    margin: 0 auto;
}

.emp-block{
    background: #025540;
    border-radius: 20px;
    padding: 54px 64px;
    text-align: left;
    font-size: 16px;
    color: #fff;
    width: 100%;
    max-width: 1096px;
}
.emp-block.zc-2 {
    max-width: 536px;
}
.emp-block h3{
    font-size: 30px;
    font-family: var(--primaryfont-semibold);
    margin-bottom: 18px;
}
.emp-block p{
    max-width: 408px;
    text-align: left;
    margin: 0;
}
.emp-block img{
margin-bottom: 54px;
}
.emp-block.flex-wrap {
    align-items: center;
}
.emp-block.flex-wrap img{
    margin-bottom: 0;
}
.startup{
    background: #F8F3E7;
}
.startup .content-wrap{
    max-width: 1096px;
}
.zd-flx {
    display: flex;
}
.zd-jc-ctr {
    justify-content: center;
}
.zd-fwrp {
    flex-wrap: wrap;
}
.zcl-gap-32 {
    gap: 32px;
}
.jc-sec {
    background: #045540;
}
.jc-wrap h2 {
    color: #fff;
    font-family: var(--primaryfont-bold);
}
.ztac {
    text-align: center;
}

.jc-sec ul {
    padding-bottom: 14px;
    border-bottom: 1px solid #ffffff26;
    margin-bottom: 18px;
    max-width: 374px;
    margin: 0 auto;
}
.jc-sec ul li {
    color: #fff;
    font-size: 15px;
    line-height: 34px;
    position: relative;
    padding-left: 18px;
}
.jc-sec ul li::before {
    content: '';
    display: block;
    width: 6px;
    height: 12px;
    border: solid #fff;
    border-width: 0 1px 1px 0;
    transform: rotate(45deg);
    position: absolute;
    left: 0;
    top: 8px;
}
.vd-wrap img {
    width: 100%;
}
.info {
    position: relative;
    display: flex;
    justify-content: space-between;
    gap: 34px;
    max-width: 374px;
    margin: 10px auto 24px;
}
/* .info::before{
    content: '';
    position: absolute;
    background: #ffffff26;
    width: 1px;
    height: 48px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
} */
.info h4 {
    color: #fff;
    font-size: 20px;
    font-family: var(--primaryfont-semibold);
    margin-bottom: 0px;
    position: relative;
}
.info h4::after {
    content: '';
    position: absolute;
    width: 1px;
    height: 54px;
    background: #ffffff26;
    top: 50%;
    right: -20px;
    transform: translateY(-50%);
    display: none;
}
.info h4 span {
    font-size: 16px;
    font-family: var(--primaryfont-regular);
    display: block;
}
.jc-wrap .zwcol:last-child .info img {
    height: 48px;
    position: relative;
    top: 1px;
    background: #fff;
    padding: 5px;
    border-radius: 3px;
}

.jc-wrap h2 {
    color: #fff;
    font-family: var(--primaryfont-bold);
}
.jc-wrap h2 .text {
    color: #fff;
    background: linear-gradient(to right, #FFD500, #FFD500 50%, #fff 50%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: 200% 100%;
    background-position: 100%;
    transition: background-position 1s ease;
    transition-delay: .5s;
    text-decoration: none;

}
.bottom-animated .text, .bottom-animated .jc-wrap .text {
    background-position: 0 100%;
}
.jc-wrap p {
    max-width: 620px;
    margin: auto auto 50px;
    color: #fff;
}

.jc-logo {
    margin-bottom: 50px;
}
.jc-wrap .zwcol:nth-child(2) .info img {
    position: relative;
    top: 9px;
}

.vd-wrap {
    position: relative;
    transition: ease-in .3s;
    overflow: hidden;
    cursor: pointer;
    border-radius: 16px;
    max-width: 374px;
    margin: 0 auto 10px;
}


.vd-wrap::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .1);
    left: 0;
    top: -6px;
    opacity: 1;
    z-index: 0;
    border-radius: 16px;
    transition: ease all .3s;
}

.vd-wrap:hover::after {
    opacity: 0;
}

.vd-wrap:before {
    position: absolute;
    content: '';
    width: 55px;
    height: 64px;
    background: url(/sites/zweb/images/one/sprite-lp.svg) no-repeat 0px -97px / 600px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
    z-index: 1;
}

.headwrap{
    padding-bottom: 84px;
    border-bottom:1px solid rgba(0,0,0,0.2);
    margin-bottom: 75px;
}
.btmwrap{
    position: relative;
    margin-bottom: 32px;
}
.btmwrap::after{
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 1px;
    height: 144px;
    background: rgba(0,0,0,0.2);
}
.btmwrap h3{
    font-size: 34px;
    position: relative;
    padding-top: 80px;
    font-family: var(--primaryfont-bold);
}
.btmwrap h3::before{
    content: '';
    position: absolute;
    width: 48px;
    height: 48px;
    background: url(/sites/zweb/images/one/startup/icons-sprite.svg) no-repeat 0 0;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -100%);
    background-position: -704px 0px;
}
.btmwrap div:first-child h3::before{
    background-position: -652px 0px;
}
.btmwrap div{
    text-align: center;
    max-width: 459px;
    margin: 0 auto;
}
.btmwrap div p{
    max-width: 456px;
    margin: 0 auto;
}
.why {
    position: relative;
}
.why .content-wrap{
    max-width: 1096px;
}
.why .content-wrap::after{
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 1px;
    height: 295px;
    background: rgba(0, 0, 0, 0.1);
}
.why-block{
    max-width: 440px;
    margin: 0 auto;
}
.why-block h2{
    max-width: 306px;
}
.why-block p {
    max-width: 450px;
}
.why .icons{
    display: block;
    margin-bottom: 40px;
    width: 48px;
    height: 48px;
    background: url(/sites/zweb/images/one/startup/icons-sprite.svg) no-repeat -545px 0px;
}
.why .icons.moreinfo{
    background-position: -599px 0px;
}
.btm.zsection{
    background: #FFD630;
    border-radius: 200px 200px 0 0;
    padding-bottom: 0;
}
.tabbed-content {
    margin-top: 64px;
}
@media (min-width: 768px) {
    .tabbed-content .tabs {
        display: block;
    }
    .tabbed-content .item::before {
        display: none
    }
    .tabbed-content .item {
        min-height: 0;
    }
    .item.active .item-content {
        padding-top: 0;
        min-height: 330px;
    }
    .zwcol {
        max-width: calc(30.5% - 6px);
        flex-basis: calc(30.5% - 6px);
    }
}
@media(min-width:1200px){
    div#panel-idea{
        background: url(/sites/zweb/images/one/startup/idea.svg) no-repeat center;
        background-size: 1719px;
    }
    div#panel-plan{
        background: url(/sites/zweb/images/one/startup/plan.svg) no-repeat center;
        background-size: 1719px;
    }
    div#panel-launch{
        background: url(/sites/zweb/images/one/startup/launch.svg) no-repeat center;
        background-size: 1719px;
    }
    div#panel-acquire{
        background: url(/sites/zweb/images/one/startup/customer.svg) no-repeat center;
        background-size: 1719px;
    }
    div#panel-scale{
        background: url(/sites/zweb/images/one/startup/growth.svg) no-repeat center;
        background-size: 1710px;
    }
    div#panel-sustain{
        background: url(/sites/zweb/images/one/startup/sustain.svg) no-repeat center;
        background-size: 1719px;
    }
    .c-creative ul{
        max-width: 420px;
    }
    .c-creative ul li:nth-child(1) {
        left: -4px;
        top: -30px;
    }
    .c-creative ul li:nth-child(2) {
        transform: translate(74%, -18%);
    }
    .c-creative ul li:nth-child(3) {
        left: -4px;
        top: 40px;
    }
    .c-creative ul li:nth-child(4) {
        transform: translate(74%, 27%);
    }
    .txt-c h2{
        margin: -65px 15% 0 auto;
    }
    #panel-plan .c-creative ul li:nth-child(1) {
        left: -4px;
        top: 20px;
    }
    #panel-plan .c-creative ul li:nth-child(2) {
        transform: translate(74%, 8%);
    }
    #panel-plan .c-creative ul li:nth-child(3) {
        transform: translate(175%, 35%);
    }
    #panel-launch .c-creative ul li:nth-child(1){
        left: 0px;
    }
    #panel-launch .c-creative ul li:nth-child(3) {
        left: 0px;
        top: 43px;
    }
    #panel-launch .c-creative ul li:nth-child(4) {
        transform: translate(74%, 28%);
    }
    #panel-launch .c-creative ul li:nth-child(5) {
        transform: translate(175%, 79%);
    }
    #panel-acquire  .c-creative ul{
        max-width: max-content;
    }
    #panel-acquire .c-creative ul li:nth-child(2) {
        transform: translate(-12%, -15%);
    }
    #panel-acquire .c-creative ul li:nth-child(4){
        transform: translate(-12%, 25%);
    }
    #panel-acquire .c-creative ul li:nth-child(1) {
        left: 0;
        top: -12px;
    }
    #panel-acquire .c-creative ul li:nth-child(3) {
        left: 0px;
        top: 30px;
    }
    #panel-acquire .c-creative ul li:nth-child(5) {
        left: 0px;
        top: 100px;
    }
    #panel-scale .c-creative ul li:nth-child(3) {
        left: -4px;
        top: 49px;
    }
    #panel-scale .c-creative ul li:nth-child(4) {
        transform: translate(74%, 31%);
    }
    #panel-scale .c-creative ul li:nth-child(5) {
        left: -4px;
        top: 120px;
    }
    #panel-scale .c-creative ul li:nth-child(6) {
        transform: translate(74%, 80%);
    }
    #panel-sustain .c-creative ul li:nth-child(1) {
        left: -4px;
        top: 20px;
    }
    #panel-sustain .c-creative ul li:nth-child(2) {
        transform: translate(74%, 12%);
    }
    #panel-sustain .c-creative ul li:nth-child(3) {
        transform: translate(177%, 20%);
    }
    .scale{
        padding-bottom: 200px;
    }
}

@media (max-width: 1280px) { 
    .btm{
        border-radius: 150px 150px 0 0;
    }
    .hero-wrap h1{
        font-size: 64px;
        line-height: 70px;
    }
    p.sup-title{
        font-size: 32px;
    }
    .zsection h2{
        font-size: 48px;
        line-height: 54px;
    }
    .btmwrap h3{
        font-size: 28px;
    }
    .txt-c h2 {
        max-width: 378px;
    }
    .btm.zsection{
        border-radius: 100px 100px 0 0;
    }
}
@media(max-width:1199px){
    .jc-sec ul li{
        font-size: 14px;
    }
    .jc-sec ul li::before{
        top: 9px;
    }
    .scale .tabs{
        margin: 0 auto 60px;
    }
    .c-creative ul{
        gap: 10px;
    }
    p.sup-title {
        font-size: 28px;
    }
    
}
@media(max-width:1024px){
    .zsection{
        padding: 80px 0;
    } 
    .btm{
        border-radius: 90px 90px 0 0;
    }
    .hero-wrap h1{
        font-size: 58px;
        line-height: 66px;
    }
    .zsection h2{
        font-size: 42px;
        line-height: 48px;
    }
    .btmwrap h3 {
        font-size: 24px;
    }
    .btm.zsection{
        border-radius: 80px 80px 0 0;
    }
    
}
@media (max-width: 991px) {
    .item.active {
        padding: 60px 0 0;
    }
}
@media (max-width: 767px) { 
    .zsection h2, .contentblock{
        text-align: center;
    }
    .zc-2, .zc-3,  .emp-block.flex-wrap .zc-2 { 
        flex: 0 0 100%;   
        max-width: 100%; 
    }
    .department ul li:nth-child(1), .department ul li:nth-child(2){
        display: none;
    }
    .department ul{
        justify-content: center;
    }
    .hero-wrap .zc-2{
        text-align: center;
    }
    .hero-wrap h1{
        font-size: 48px;
        line-height: 54px;
    }
    p.sup-title{
        font-size: 24px;
        margin-bottom: 16px;;
    }
    .txt-c h2, .c-creative ul li p {
        text-align: center;
    }
    .item {
        position: relative;
    }
   
    .tabbed-content {
        margin-bottom: 32px;
        padding: 0 25px;
    }
    .item.active {
        padding: 0;
    }
    .tabbed-content .item.active .item-content {
        padding: 32px 0;
    }
    .item-content.flex-wrap {
        flex-direction: column;
    }
    .item::after {
        content: '';
        position: absolute;
        width: 24px;
        height: 24px;
        left: 10px;
        top: 10px;
        background: url(/sites/zweb/images/one/startup/icons-sprite.svg) no-repeat 0 0;
        background-size: 730px;
    }
    .item::before {
        cursor: pointer;
        font-family: var(--primaryfont-semibold);
        padding: 8px 16px 8px 38px;
        display: block;
        border-radius: 10px;
        margin-bottom: 16px;
        border-image: initial;
        background: #1F1E1E;
    }
    .item>span.arrow-icon {
        filter: brightness(0) invert(1);
    }
    span.arrow-icon {
        display: block;
        position: absolute;
        right: 10px;
        top: 10px;
        background: url(/sites/zweb/images/one/india/home-sprite.svg) no-repeat 2px -46px;
        background-size: 750px;
        width: 24px;
        height: 24px;
        -webkit-filter: brightness(0);
        filter: brightness(0);
        transition: ease all .5s;
        transform: rotate(0);
        text-indent: -9999px;
    }
    .item::after {
        filter: brightness(0) invert(1);
    }
    .item.active span.arrow-icon {
        transform: rotate(90deg);
    }
    .txt-c h2{
        margin-bottom: 24px;
    }
    .c-creative ul{
        justify-content: center;
    }
    .c-creative ul li{
        max-width: max-content;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .item.active::after {
        filter: brightness(0) invert(0);
    }
    .scale .item.active>span.arrow-icon {
        filter: brightness(0) invert(0);
    }
    .btm.zsection{
        border-radius: 40px 40px 0 0;
        text-align: center;
    }
    .why .icons{
        margin: 0 auto 24px;
    }
    .hero-wrap h1, .hero-wrap p{
        margin: 0 auto 24px;
    }
    section.zsection.hero-wrap{
        padding-bottom: 0;
    }
    .btmwrap::after, .why .content-wrap::after{
        display: none;
    }
    .why-block{
        text-align: center;
    }
    .why-block h2 {
        margin: 0 auto 32px;
    }
    .emp-block.flex-wrap{
        max-width: 536px;
        align-items: flex-start;
        flex-direction: column-reverse;
    }
    .emp-block.flex-wrap .zc-2{
        flex: inherit;
        max-width: inherit;
    }
}


@media(max-width:480px){
    .zsection h2{
        font-size: 36px;
        line-height: 44px;
    }
    .zsection{
        padding: 60px 0;
    } 
    .btm{
        border-radius: 60px 60px 0 0;
    }
    .hero-wrap h1{
        font-size: 42px;
        line-height: 50px;
    }
    p.sup-title{
        font-size: 24px;
    }
    .department ul li{
        width: 136px;
        height: 136px;
        font-size: 16px;
        padding: 10px;
    }
}