*{padding: 0;margin: 0;}
.bnr-section h1 {
    font-size: 70px;
}
.request-demo-cta{
    background: var(--primary-btn-color);
    color: #fff;
    cursor: pointer;
}
.zwc-btn-wrap{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.zwc-redirect-btn {
    padding: 10px;
    color: #fff;
    border-radius: 8px;
    border: 1px solid #000;
    background: #000;
}
.zwc-link-btn {
    color: #000;
    border-radius: 8px;
    border: 1px solid #000;
    padding: 10px;
}
.ob-model .zw-sec-heading a{
    position: relative;
    width: fit-content;
}
.ob-model .zw-sec-heading a::before{
    position: absolute;
    right: -18px;
    top: 10px;
    content: "";
    display: inline-block;
    width: 9px;
    height: 9px;
    border-left: 2px solid #2865ef;
    border-top: 2px solid #2865ef;
    transform: rotate(135deg);
    transition: all .3s ease;
}
.bnr-section h1 {
    font-size: 70px;
    font-family: var(--zf-primary-extrabold);
    max-width: 1129px;
    margin: 0 auto  20px;
    color: #fff;
}
.bnr-section p {
    max-width: 1000px;
    margin: 0 auto 30px;
    color: #fff;
    font-size: 20px;
}
.bnr-section {
    text-align: center;
}
.zwc-banner-section{
    background: url(/sites/zweb/images/iot/feature-page/banner_image.svg);
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
    padding: 150px 0 0;
    position: relative;
    top: -68px;
}
.zw-product-header {
    z-index: 12;
    position: relative;
}
.banner-img {
    position: relative;
    bottom: -116px;
}
.zwc-box-section {
    padding: 120px 0 0;
}
.all-sec-hdng {
    font-size: 60px;
    font-family: var(--zf-primary-extrabold);
    text-align: center;
    max-width: 977px;
    margin: 0 auto 30px;
}
.dev-portal p {
    font-size: 20px;
    text-align: center;
    max-width: 1100px;
    margin: 0 auto;
}
.each-cards {
    width: 33%;
    background: #F6FAFF;
    padding: 40px;
    text-align: center;
    border-radius: 30px;
    transition: all 700ms cubic-bezier(0.11, 0.16, 0.43, 0.86);
    transform: translate(0px, 40px);
}
.each-cards h4 {
    font-family: var(--primaryfont-semibold);
    font-size: 33px;
    margin: 10px 0 20px;
}
.each-cards p {
    font-size: 18px;
    text-align: center;
    margin-bottom: 0;
}
.cards-plot {
    display: flex;
    justify-content: center;
    margin: 60px 0 0;
    gap: 30px;
}
.zw-tab-section ul li {
    cursor: pointer;
    min-width: 250px;
    padding: 2px;
    border-radius: 33px;
    text-align: center;
    font-size: 30px;
    font-family: var(--zf-primary-bold);
    position: relative;
    background: #fff;
}
.zw-tab-section ul {
    display: flex;
    justify-content: center;
    gap: 70px;
}
.zw-sec-heading h3 {
    text-align: center;
    font-size: 40px;
    font-family: var(--primaryfont-bold);
    background-image: linear-gradient(90deg, #ffffff 0%, #89bfff4a 50%, #fff 100%);
    width: fit-content;
    padding: 6px 35px;
    margin: 0 auto 40px;
    color: #89BFFF;
}
.zw-sec-heading {
    padding: 150px 0 0;
}
.zw-sec-heading p {
    font-size: 18px;
    text-align: center;
    max-width: 1000px;
    margin: 0 auto;
}
.shad_caption {
    background: #3EA8FF;
    font-size: 16px;
    font-family: var(--primaryfont-semibold);
    color: #fff;
    padding: 4px 25px;
    width: fit-content;
    border-radius: 5px;
    display: block;
    margin-bottom: 13px;
}
.ob-visualise .shad_caption{
    background: #ff9191;
}
.ob-visualise .zw-sec-heading p{
     max-width: 800px;
}
.ob-automate .shad_caption{
    background: #9586ee;
}
.box-section h3 {
    font-size: 40px;
    font-family: var(--primaryfont-semibold);
    line-height: 1.2;
}
.box-section {
    display: flex;
}
.box-section .left-sec {
    width: 44%;
}
.box-section .right-sec {
    width: 56%;
    text-align: center;
}
.box-section {
    display: flex;
    /* background: #F6FAFF; */
    border-radius: 40px;
    gap: 40px;
}
.zwc_one_model_section .content-wrap {
    max-width: 1360px;
}
.box-section {
    display: flex;
    /* background: #F6FAFF;
    border-radius: 40px;
    padding: 50px 50px 10px 80px; */
    align-items: center;
}
.box-section p {
    color: #64607D;
    font-size: 18px;
}
.ob-model .zw-sec-heading a{
     display: block;
    text-align: center;
    margin: 20px auto 0;
    color: #2865ef;
}
.box-section {
    margin: 150px 0 0 0;
}
.box-section:first-child {
    margin: 80px 0 0 0;
}
.zw-tab-section ul li:before {
    content: "";
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    border-radius: 30px;
    /* background: linear-gradient(1deg, #17131D, #8EC2FF 80%); */
    z-index: -1;
    width: 100%;
    height: 100%;
}
.zw-tab-section ul li:after {
    content: "";
    position: absolute;
    left: 1px;
    right: 1px;
    top: 1px;
    bottom: 1px;
    border-radius: 30px;
    /* background-image: linear-gradient(90deg, #ffffff 0%, #89bfff4a 30%, #fff 100%); */
    z-index: 1;
    width: 100%;
    height: 100%;
}
.zwc_one_model_section {
    padding: 100px 0 0;
    position: relative;
}
.zw-tab-section {
    position: sticky;
    top: 65px;
    background: #fff;
    z-index: 1;
    padding: 20px 30px;
    box-shadow: 0 0px 25px -18px hsla(265.3,20%,10%,35%);
    width: fit-content;
    margin: 0 auto;
    border-radius: 70px;
}
.box-section {
    position: sticky;
    top: 180px;
    transition: all ease 0.5s;
}

.bs-shad {
    will-change: transform;
    box-shadow: 0 0px 19px -15px hsla(265.3,20%,10%,35%);
    transform-origin: center top;
    background: #F6FAFF;
    border-radius: 40px;
    padding: 30px 50px 30px 80px;
    display: flex;
    align-items: center;
    transition: .3s ease;
    min-height: 520px;
}
.each-box-fort{
   margin-bottom: 80px;
}
.zwc_end_footer {
    background: url(/sites/zweb/images/iot/feature-page/footer-bg.svg);
    background-size: cover;
    padding: 150px 0 100px 0;
    margin: 100px 0 0;
    background-position: top;
}
.efooter h2 {
    color: #fff;
}
.efooter {
    text-align: center;
}
.faq-section {
    padding: 40px 0 0;
}
.zwc-accordion {
    margin-bottom: 15px;
    border-bottom: 1px solid #919090;
    padding: 18px 21px 25px 100px;
    cursor: pointer;
}
.zwc-accordion_head {
    border-radius: 7px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.zwc-accordion_head h4 {
    font-size: 18px;
    margin-bottom: 0;
    font-family: var(--primaryfont-regular);
    position: relative;
    color: #161c2d;
}
.zwc-ent {
    width: 20px;
    position: relative;
    right: 40px;
    transform: rotate(360deg);
    transition: .3s ease;
}

.zwc-ent:before, .zwc-ent:after {
    content: '';
    width: 11px;
    height: 1px;
    background: #000;
    position: absolute;
    top: 1px;
    bottom: 0;
    right: 0;
    margin: auto;
    transition: transform .2s ease;
}
.zwc-ent:before {
    transform: rotate(45deg);
    right: 8px;
}
.zwc-ent:after {
    transform: rotate(-45deg);
}
.zwc-accordion.active .zwc-ent {
    transform: rotate(180deg);
}
.zwc-faq-accordion .zwc-accordion-content {
    display: none;
    opacity: 0;
    color: #606060;
    padding-top: 25px;
}
.zwc-faq-accordion .zwc-accordion.active .zwc-accordion-content {
    display: block;
    opacity: 1;
}
.zwc_faq {
    padding: 100px 0 80px;
}
/* .zw-tab-section ul li.list_visual:after {
    background: linear-gradient(90deg, #ffffff 0%, #FFEBEB 30%, #fff 100%);
} */
/* .zw-tab-section ul li.list_model:after {
    background: linear-gradient(90deg, #ffffff 0%, #89bfff4a 30%, #fff 100%);
} */
/* .zw-tab-section ul li.list_model:before {
    background: linear-gradient(1deg, #17131D, #8EC2FF 80%);
} */
/* .zw-tab-section ul li.list_visual:before{
    background: linear-gradient(1deg, #1D1313, #F08787 80%);
} */
/* .zw-tab-section ul li.list_automate:after {
    background-image: linear-gradient(90deg, #ffffff 0%, #F0EBFF 30%, #fff 100%);
}
.zw-tab-section ul li.list_automate:before{
    background: linear-gradient(1deg, #13171D, #988FFF 80%);
} */
.zw-tab-section span {
    z-index: 2;
    position: relative;
}
.zw-model-sec.ob-visualise .zw-sec-heading h3 {
    background-image: linear-gradient(90deg, #ffffff 0%, #fff0f1 50%, #fff 100%);
    color: #F08787;
}
.zw-model-sec.ob-automate .zw-sec-heading h3 {
    background-image: linear-gradient(90deg, #ffffff 0%, #f4f0ff 50%, #fff 100%);
    color: #988FFF;
}
.ech-list-tab {
    opacity: .3;
}
.ech-list-tab.active {
    opacity: 1;
}
.zwc-accordion:last-child {
    border: 0;
}
.zw-tab-section .list_model span {
    background: linear-gradient(90deg,#fff 0%,#89bfff4a 60%,#fff 100%);
}
.zw-tab-section  span {
    padding: 8px 20px;
    border-radius: 30px;
    z-index: 2;
    position: relative;
    display: inline-block;
    width: 100%;
    height: 100%;
}
.left-sec ul li {
    color: #64607D;
    font-size: 18px;
    position: relative;
    padding-left: 20px;
}
.left-sec ul li:before {
    content: '';
    background: #9586ee;
    border-radius: 100%;
    position: absolute;
    left: 0;
    width: 9px;
    height: 9px;
    top: 10px;
}
ul.splited-list li {
    width: 50%;
}
ul.splited-list {
    display: flex;
    flex-wrap: wrap;
}
.bs-shad ul {
    margin: 20px 0 20px;
}
.each-box-fort {
    transition: transform 0.5s ease;
}
.zw-tab-section ul li.list_model {
    background: linear-gradient(1deg, #17131D, #8EC2FF 80%);
}
.zw-tab-section ul li.list_visual {
    background: linear-gradient(1deg, #1D1313, #F08787 80%);
}
.zw-tab-section ul li.list_automate {
    background: linear-gradient(1deg, #13171D, #988FFF 80%);
}
.zw-tab-section .list_model span {
    background: linear-gradient(90deg, #ffffff 20%, #d9e6f6 57%, #fff 100%);
}
.zw-tab-section .list_visual span {
       background: linear-gradient(90deg, #ffffff 20%, #FFEBEB 57%, #fff 100%);
}
.zw-tab-section .list_automate span {
    background: linear-gradient(90deg, #ffffff 20%, #F0EBFF 57%, #fff 100%);
}
.ob-visualise .bs-shad {
    background: #FFF8F8;
}
.ob-automate .bs-shad {
    background: #F9F6FF;
}
.bnr-section a, .efooter a {
    border-radius: 10px;
    font-size: 18px;
    padding: 13px 30px;
}


@media only screen and (min-width:992px){
.bnr-section h1, .bnr-section p, .all-sec-hdng, .all-sec-hdng ~ p {
    transition: all 500ms cubic-bezier(0.11, 0.16, 0.43, 0.86);
    transform: translate(0px, 20px);
}
.in_view .bnr-section h1, .in_view .bnr-section p,  .all-sec-hdng.hdng_in_view, .all-sec-hdng ~ p.sub_hdng_in_view  {
    transition-delay: 200ms;
    opacity: 1;
    transform: translate(0px, 0px);
}
.in_view .bnr-section p, .all-sec-hdng ~ p.sub_hdng_in_view {
    transition-delay: 400ms;
}
.cards-plot.at-bottom .each-cards{
    transform: translate(0px, 0px);
}
.cards-plot.at-bottom .each-cards.mid{
    transition-delay: 300ms;
}
.cards-plot.at-bottom .each-cards.right{
    transition-delay: 600ms;
}
}

@media only screen and (max-width:1199px){
.bnr-section h1 {
    font-size: 50px;
    max-width: 810px;
}
.bnr-section p {
    max-width: 740px;
    font-size: 18px;
}
.zwc-box-section {
    padding: 70px 0 0;
}
.all-sec-hdng {
    font-size: 46px;
    max-width: 857px;
}
.dev-portal p {
    font-size: 18px;
    max-width: 840px;
}
.all-sec-hdng {
    font-size: 40px;
    max-width: 767px;
}
.zw-sec-heading p {
    max-width: 800px;
}
.box-section h3 {
    font-size: 36px;
}
.box-section p {
    font-size: 16px;
}
.zw-tab-section ul li {
    font-size: 28px;;
}
.zw-tab-section {
    top: 2px;
}
}

@media only screen and (max-width:991px){
.zw-tab-section {
    display: none;
}
.zwc_one_model_section {
    padding: 50px 0 0;
}
.zwc-banner-section {
    padding: 110px 0 0;
}
.all-sec-hdng {
    max-width: 687px;
}
.each-cards img {
    width: 180px;
}
.each-cards {
    padding: 30px;
}
.cards-plot {
    gap: 15px;
}
.bs-shad {
    flex-direction: column;
    gap: 20px;
}
.box-section .left-sec, .box-section .right-sec {
    width: 100%;
}
.box-section .left-sec {
    order: 2;
    text-align: center;
}
.box-section .right-sec {
    order: 1;
}
.bs-shad img {
    width: 380px;
}
.shad_caption {
    margin: 0 auto 15px;
}
.box-section h3 {
    font-size: 28px;
    max-width: 580px;
    margin: 0 auto 15px;
}
.zwc_end_footer {
    padding: 100px 0 50px 0;
    margin: 70px 0 0;
}
.faq-section {
    padding: 10px 0 0;
}
ul.splited-list li {
    text-align: left;
}
.left-sec ul {
    justify-content: flex-start;
    max-width: 170px;
    align-items: center;
    margin: 20px auto 0;
}
.left-sec ul.splited-list {
    max-width: 340px;
}
.bnr-section h1 {
    font-size: 40px;
}
.bnr-section p {
    max-width: 690px;
    font-size: 18px;
}
.each-cards {
    transform: translate(0px, 0px);
}
.box-section {
    position: unset;
    top: 0;
}
.zw-sec-heading h3 {
    font-size: 32px;
}
.box-section {
    margin: 60px 0 0;
}
.left-sec ul li {
    font-size: 16px;
}
.zwc-faq-accordion .zwc-accordion-content {
    padding-top: 18px;
    font-size: 16px;
}
.bs-shad {
    padding: 50px;
}
.banner-img img {
    width: 500px;
}
.zw-sec-heading h3 {
    padding: 6px 35px;
    margin: 0 auto 30px;
}
.zw-sec-heading p {
    max-width: 600px;
}
.left-sec ul {
    text-align: left;
    margin-bottom: 10px;
}
.ob-visualise .bs-shad {
    width: 100%;
}
.zw-sec-heading {
    padding: 90px 0 0;
}
.banner-img {
    bottom: -56px;
}
.bnr-section h1 {
    max-width: 750px;
}
.bs-shad {
    max-width: 700px;
    margin: 0 auto;
}
.zw-sec-heading {
    padding: 40px 0 0;
}
.each-box-fort {
    margin-bottom: 50px;
}
.zwc-btn-wrap{
    justify-content: center;
}

}

@media only screen and (max-width:767px){

.each-cards {
    width: 100%;
}
.cards-plot {
    flex-direction: column;
}
.each-cards {
    width: 70%;
    margin: 0 auto;
    /* text-align: center; */
}
.each-cards p {
    font-size: 16px;
    /* text-align: center; */
}
.each-cards h4 {
    font-size: 26px;
    margin: 10px 0 10px;
}
.zwc-accordion {
    padding: 18px 21px 25px 20px;
}
.zwc-ent {
    right: 0;
}
.zwc-accordion_head h4 {
    margin-right: 20px;
}
.all-sec-hdng {
    font-size: 30px;
    margin: 0 auto 20px;
}
.bs-shad {
    gap: 20px;
}
.box-section h3 {
    font-size: 26px;
}
.bnr-section h1 {
    font-size: 33px;
}
.bnr-section p, .dev-portal p {
    font-size: 16px;
}
.zwc-box-section {
    padding: 10px 0 0;
}
.each-cards img {
    width: 150px;
}
.zw-sec-heading h3 {
    font-size: 27px;
}
.bnr-section a, .efooter a {
    font-size: 16px;
}
.zw-sec-heading {
    padding: 20px 0 0;
}
.zwc_faq {
    padding: 70px 0 80px;
}
ul.splited-list li {
    width: 100%;
}
.left-sec ul.splited-list {
    max-width: 140px;
    margin-top: 16px;
}
.each-box-fort {
    margin-bottom: 60px;
}
.shad_caption {
    font-size: 15px;
}
}


@media only screen and (max-width:480px){
.each-cards {
    width: 100%;
}
.bs-shad {
    padding: 20px 22px;
}
.banner-img {
    bottom: -36px;
}
.shad_caption {
    padding: 4px 15px;
}
.all-sec-hdng {
    max-width: 270px;
}

}