.content-wrap {
    max-width: 1170px
}

.content-wrap {
    max-width: 1170px
}

.zwc-flex-wrap .zwc-field-row {
    display: flex;
    flex-wrap: wrap
}

.zwc-flex-wrap .zwc-field-row .zwc-field-col {
    display: block;
    flex: 1 1 0px;
    padding: 10px
}

.zw-product-header {
    background-color: #f8f6f1
}

h1 {
    font-size: 52px
}

h2 {
    font-size: 43px;
    font-family: var(--primaryfont-bold)
}

h3 {
    font-size: 31px
}

.act-btn {
    padding: 15px 45px
}

html,body {
    overflow-x: hidden
}

.mobile-only {
    display: none
}

.banner-section {
    background-color: #f8f6f1;
    padding: 90px 0
}

.banner-section .zwc-sec-title p {
    max-width: 500px;
    font-size: 18px
}

.zwc-sec-title p>a {
    color: var(--zwc-link-clr)
}

.banner-section .img-wrap {
    text-align: right
}

.banner-section .img-wrap img {
    width: 95%;
    margin-top: -30px
}

.banner-section .page-header {
    padding-bottom: 110px
}

.customer-feedback {
    padding: 50px 0 0;
    max-width: 440px
}

.customer-feedback .testimonial-inner {
    padding: 0;
    position: relative
}

.customer-feedback::before {
    content: "";
    width: 40px;
    height: 40px;
    display: inline-block;
    background: url(/sites/zweb/images/projects/construction/quotes.svg) center center / contain no-repeat
}

.testimonial-inner>p {
    font-style: italic;
    font-size: 20px
}

.author p {
    margin-bottom: 0
}

.profile-detail>span {
    font-size: 14px
}

.profile-detail>p {
    font-size: 16px;
    color: #000;
    font-family: var(--primaryfont-semibold)
}

.author .profile {
    width: 50px;
    height: 50px;
    display: inline-block;
    background: url(/sites/zweb/images/projects/construction/craig-mann.png) center center / contain no-repeat;
    border-radius: 50%;
    position: relative
}

.author .profile::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0;
    border: 1px solid #e57948;
    transform: scale(1.2);
    border-radius: 50%
}

.author {
    display: flex;
    flex-wrap: wrap;
    gap: 18px
}

.i18n-en .banner-section .page-header .middle-animated h1>span::before {
    animation: 1s linear 0s 1 normal none running halfWidth;
    width: 108%
}

.i18n-en .banner-section .page-header .middle-animated h1>span::after {
    animation: 1s linear 0s 1 normal none running halfWidth;
    width: 105%
}

.i18n-en .banner-section .page-header .middle-animated h1>span .inner-parent::before,.i18n-en .banner-section .page-header .middle-animated h1>span .inner-parent::after {
    animation: 1s linear 0s 1 normal none running halfHeight;
    height: 125%
}

.banner-section .page-header h1>span {
    border: 0;
    position: relative;
    margin-right: 6px
}

.i18n-en .banner-section .page-header h1>span .inner-parent::before,.i18n-en .banner-section .page-header h1>span .inner-parent::after {
    content: "";
    height: 0;
    width: 1px;
    position: absolute;
    left: 0;
    top: -8px;
    background-color: #525252
}

.i18n-en .banner-section .page-header h1>span .inner-parent::after {
    content: "";
    inset: auto 0 0 auto
}

.i18n-en .banner-section .page-header h1>span::before,.i18n-en .banner-section .page-header h1>span::after {
    content: "";
    width: 60%;
    height: 1px;
    position: absolute;
    right: -6px;
    top: 7px;
    background-color: #525252
}

.i18n-en .banner-section .page-header h1>span::after {
    content: "";
    left: 0;
    top: auto;
    bottom: 7px
}

@keyframes halfWidth {
    0% {
        width: 60%
    }

    100% {
        width: 108%
    }
}

@keyframes halfHeight {
    0% {
        height: 0
    }

    100% {
        height: 125%
    }
}

.banner-section .rating-section {
    border-top: 1px solid #707070;
    border-bottom: 1px solid #707070
}

.banner-section .rating-section ul {
    display: flex;
    justify-content: center;
    align-items: center
}

.banner-section .rating-section ul li.appstore {
    border: 0
}

.banner-section .rating-section ul li {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 0;
    width: 100%;
    max-width: 290px;
    border-right: 1px solid #707070
}

.banner-section .rating-section ul li img {
    width: 130px;
    height: 50px;
    object-fit: contain;
    display: block;
    margin-right: 10px
}

.banner-section .rating-section ul li .star {
    position: relative;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .9em;
    margin-right: .9em;
    margin-bottom: 1.2em;
    border-right: .3em solid transparent;
    border-bottom: .7em solid #f2a005;
    border-left: .3em solid transparent;
    font-size: 12px
}

.banner-section .rating-section ul li .star::before,.banner-section .rating-section ul li .star::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    top: .6em;
    left: -1em;
    border-right: 1em solid transparent;
    border-bottom: .7em solid #f2a005;
    border-left: 1em solid transparent;
    transform: rotate(-35deg)
}

.banner-section .rating-section ul li .star::after {
    transform: rotate(35deg)
}

.banner-section .rating-section ul li span {
    font-family: var(--secondaryfont-semibold);
    margin-left: 7px;
    font-size: 18px
}

.banner-section .brand-section {
    text-align: center;
    padding-top: 50px
}

.banner-section .brand-section .zwc-sec-title span {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: fit-content;
    margin: 0 auto
}

.banner-section .brand-section .zwc-sec-title span::before,.banner-section .brand-section .zwc-sec-title span::after {
    content: "";
    width: 30px;
    height: 1px;
    background-color: #525252;
    position: absolute;
    left: -40px
}

.banner-section .brand-section .zwc-sec-title span::after {
    left: auto;
    right: -40px
}

.banner-section .brand-section ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 30px
}

.banner-section .brand-section ul li {
    margin: 0 40px
}

.banner-section .brand-section ul li img {
    width: 100%;
    max-width: 140px;
    height: 60px;
    object-fit: contain
}

.banner-section .brand-section ul li.hdfc img {
    max-width: 155px
}

.banner-section .brand-section ul li.airbus img {
    max-width: 120px
}

@keyframes firstHalf {
    0% {
        height: 0
    }

    100% {
        height: 51%
    }
}

@keyframes secondHalf {
    0% {
        height: 51%
    }

    100% {
        height: 101%
    }
}

@keyframes planAnimate {
    0% {
        width: 80%
    }

    100% {
        width: 103%
    }
}

.how-can-use {
    padding: 110px 0 0
}

.how-can-use .middle-animated .border-parent span[class*="border"] {
    height: 51%;
    animation: 6s linear 0s 1 normal none running firstHalf
}

.how-can-use .middle-animated .border-parent span.border-right {
    animation: 6s linear 0s 1 normal none running firstHalf
}

.how-can-use .middle-animated .border-parent.firstHalfComple span[class*="border"] {
    height: 100%;
    animation: 6s linear 0s 1 normal none running secondHalf
}

.how-can-use .middle-animated .border-parent.firstHalfComple span.border-left {
    height: 101%
}

.how-can-use .content-wrap>.zwc-sec-title {
    max-width: 800px;
    margin-bottom: 50px
}

.how-can-use .zwc-sec-title p {
    font-size: 18px;
    margin-bottom: 10px
}

.how-can-use .border-parent {
    border-width: 1px 0;
    border-top-style: solid;
    border-bottom-style: solid;
    border-top-color: #525252;
    border-bottom-color: #525252;
    border-image: initial;
    border-left-style: initial;
    border-left-color: initial;
    border-right-style: initial;
    border-right-color: initial;
    position: relative
}

.how-can-use .border-parent span[class*="border"] {
    content: "";
    width: 1px;
    height: 0;
    position: absolute;
    left: -1px;
    top: 0;
    background-color: #525252;
    transition: all 1s ease 0s
}

.how-can-use .border-parent span.border-right {
    left: auto;
    right: -1px
}

.plan-for-day.data-insights {
    background-color: #342314
}

.plan-for-day {
    background-color: #cb4a11;
    color: #fff;
    margin-bottom: 26px;
    padding: 60px 0 0 50px;
    position: relative;
    border-bottom: 1px solid #525252
}

.plan-for-day::before {
    content: "";
    width: 55px;
    height: 1px;
    background-color: #525252;
    position: absolute;
    right: -55px;
    top: -1px
}

.plan-for-day::after {
    content: "";
    width: 1px;
    height: 30px;
    background-color: #525252;
    position: absolute;
    right: -1px;
    top: -30px
}

.plan-for-day .zwc-sec-title h3 {
    margin-bottom: 20px
}

.plan-for-day .zwc-sec-title ul {
    padding: 0;
    max-width: 460px
}

.plan-for-day .zwc-sec-title ul li {
    margin-bottom: 15px;
    padding-left: 30px;
    position: relative
}

.plan-for-day .zwc-sec-title ul li:last-child {
    margin-bottom: 0
}

.plan-for-day .zwc-sec-title ul li a {
    color: #fff;
    text-decoration: underline;
    text-underline-position: under
}

.plan-for-day .zwc-sec-title ul li::before {
    content: "";
    width: 20px;
    height: 20px;
    left: 0;
    top: 3px;
    position: absolute;
    background-image: url(/sites/zweb/images/projects/construction/construction-sprite-updated.svg);
    background-repeat: no-repeat;
    background-size: 214px;
    background-position: 0 -18px;
    filter: brightness(0) invert(1)
}

.plan-for-day .plan-img::after {
    content: "";
    width: 25px;
    height: 1px;
    background-color: #525252;
    position: absolute;
    right: -25px;
    bottom: -1px
}

.plan-for-day .plan-inner::before {
    content: "";
    width: 15px;
    height: 1px;
    background-color: #525252;
    position: absolute;
    left: -15px;
    bottom: -1px
}

.plan-for-day .zwc-field-col:last-child {
    padding-right: 0
}

.plan-for-day .zwc-flex-wrap .zwc-field-row .zwc-field-col {
    padding-bottom: 0
}

.plan-for-day .zwc-field-col .img-wrap {
    margin-top: 30px
}

.plan-for-day .zwc-field-col .img-wrap img {
    display: block;
    margin: 0 0 0 auto
}

.how-can-use .level-check ul li {
    margin-bottom: 15px;
    padding-left: 30px;
    position: relative
}

.how-can-use .level-check ul li::before {
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    top: 2px;
    background-image: url(/sites/zweb/images/projects/construction/construction-sprite-updated.svg);
    background-repeat: no-repeat;
    background-size: 214px;
    background-position: 0 -18px
}

.how-can-use .level-check .zwc-field-row {
    justify-content: space-between
}

.how-can-use .level-check .zwc-field-col {
    padding: 50px 60px 0;
    background-color: #f8f6f1;
    display: flex;
    flex-flow: column wrap;
    justify-content: space-between
}

.how-can-use .level-check .zwc-field-col .zwc-img-wrap {
    margin-top: 90px
}

.how-can-use .level-check .zwc-field-col img {
    display: block
}

.how-can-use .level-check .budget-check {
    flex: 0 0 700px;
    border-width: 1px 1px 1px 0;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-top-color: #525252;
    border-right-color: #525252;
    border-bottom-color: #525252;
    border-image: initial;
    border-left-style: initial;
    border-left-color: initial;
    position: relative
}

.how-can-use .level-check .budget-check::before {
    content: "";
    width: 30px;
    height: 1px;
    background-color: #525252;
    left: -30px;
    top: -1px;
    position: absolute
}

.how-can-use .level-check .budget-check::after {
    content: "";
    width: 30px;
    height: 1px;
    background-color: #525252;
    position: absolute;
    right: -30px;
    bottom: -1px
}

.how-can-use .level-check .level-resources {
    flex: 0 0 440px;
    border-width: 1px 0 1px 1px;
    border-top-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: #525252;
    border-bottom-color: #525252;
    border-left-color: #525252;
    border-image: initial;
    border-right-style: initial;
    border-right-color: initial;
    position: relative
}

.how-can-use .level-check .level-resources::before {
    content: "";
    width: 1px;
    height: 20px;
    background-color: #525252;
    position: absolute;
    left: -1px;
    bottom: -20px
}

.how-can-use .level-check .level-resources .zwc-img-wrap {
    margin-top: 50px
}

.how-can-use .single-source {
    background-color: #f8f6f1;
    border-top: 1px solid #525252;
    border-bottom: 1px solid #525252;
    margin: 26px 0;
    padding: 10px 50px 60px;
    position: relative
}

.how-can-use .single-source::after {
    content: "";
    width: 20px;
    height: 1px;
    background-color: #525252;
    position: absolute;
    top: -1px;
    right: -20px
}

.how-can-use .single-source h3 {
    margin-bottom: 30px
}

.how-can-use .single-source .zwc-field-row {
    align-items: center
}

.how-can-use .single-source .zwc-img-wrap {
    text-align: right;
    margin-top: 100px
}

.how-can-use .single-source .zwc-img-wrap img {
    width: 70%
}

.how-can-use .single-source ul {
    max-width: 500px
}

.how-can-use .single-source ul li {
    margin-bottom: 15px;
    padding-left: 30px;
    position: relative
}

.how-can-use .single-source ul li::before {
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    top: 3px;
    background-image: url(/sites/zweb/images/projects/construction/construction-sprite-updated.svg);
    background-repeat: no-repeat;
    background-size: 214px;
    background-position: 0 -18px
}

.how-can-use .features-section {
    border-top: 1px solid #525252
}

.how-can-use .features-section h3 {
    margin-bottom: 20px
}

.how-can-use .features-section ul li {
    margin-bottom: 15px;
    padding-left: 30px;
    position: relative
}

.how-can-use .features-section ul li::before {
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    top: 3px;
    background-image: url(/sites/zweb/images/projects/construction/construction-sprite-updated.svg);
    background-repeat: no-repeat;
    background-size: 214px;
    background-position: 0 -18px
}

.how-can-use .features-section .zwc-field-row {
    justify-content: space-between
}

.how-can-use .features-section .zwc-field-col {
    padding: 70px 60px;
    flex: 0 0 32%;
    background-color: #f8f6f1;
    border-right: 1px solid #525252;
    border-left: 1px solid #525252
}

.how-can-use .features-section .more-value {
    background-color: #c55220;
    color: #fff;
    border-left: 0
}

.how-can-use .features-section .more-value::before {
    content: "";
    width: 35px;
    height: 1px;
    background-color: #525252;
    left: -35px;
    bottom: -1px;
    position: absolute
}

.how-can-use .features-section .more-value ul li::before {
    filter: brightness(0) invert(1)
}

.how-can-use .features-section .communication {
    position: relative
}

.how-can-use .features-section .communication::before {
    content: "";
    width: 1px;
    height: 20px;
    position: absolute;
    bottom: -20px;
    right: -1px;
    background-color: #525252
}

.how-can-use .features-section .manage-equipment {
    border-right: 0
}

.how-can-use .features-section .manage-equipment::before {
    content: "";
    width: 15px;
    height: 1px;
    position: absolute;
    right: -15px;
    bottom: -1px;
    background-color: #525252
}

.build-your-projects {
    padding: 110px 0;
    margin: 110px 0;
    background-color: #f8f6f1
}

.build-your-projects .content-wrap>.zwc-sec-title {
    width: 100%;
    max-width: 700px;
    margin-bottom: 60px
}

.build-your-projects .plan-for-day::before,.build-your-projects .plan-for-day::after {
    content: unset
}

.build-your-projects .zwc-slide-items {
    width: 100%;
    max-width: 1020px;
    margin-right: 40px
}

.build-your-projects .slick-list {
    overflow: visible;
    clip-path: inset(-100vw -100vw -100vw 0)
}

.build-your-projects .slick-arrow {
    top: 140px;
    left: auto;
    right: 96px;
    width: 20px;
    height: 20px
}

.build-your-projects .zwc-slider.slick-slider {
    position: static
}

.build-your-projects .slick-prev.slick-arrow {
    right: 134px;
}

.build-your-projects .slick-arrow::before,.build-your-projects .slick-arrow::after {
    background: #000;
    height: 12px
}

.build-your-projects .zwc-slider.slick-slider::before {
    content: '';
    width: 90px;
    height: 42px;
    border: 1px solid #ccc;
    border-radius: 50px;
    position: absolute;
    top: 120px;
    right: 80px;
}

.build-your-projects .zwc-slider.slick-slider::after {
    content: '';
    width: 1px;
    height: 18px;
    position: absolute;
    top: 131px;
    right: 124px;
    background-color: #ccc
}

.build-your-projects .plan-for-day .zwc-field-col .img-wrap img {
    width: 100%;
    max-width: 400px;
    border-top-left-radius: 10px
}

.build-your-projects .plan-for-day {
    border-bottom: 0
}

.build-your-projects .plan-for-day .plan-img::after {
    content: unset
}

.build-your-projects .plan-for-day .plan-inner::before {
    content: unset
}

.build-your-projects .zwc-field-row {
    gap: 40px
}

@keyframes bgFill {
    0% {
        background-size: 0 100%
    }

    100% {
        background-size: 100% 100%
    }
}

.projects-everyone {
    padding: 20px 0 130px
}

.projects-everyone .middle-animated .highlight {
    background: linear-gradient(rgba(253,214,166,0.59),rgba(253,214,166,0.59)) 0 0 no-repeat #fff;
    animation: 2.5s linear 0s 1 normal none running bgFill
}

.projects-everyone .zwc-field-row {
    justify-content: space-between;
    align-items: center
}

.projects-everyone .zwc-field-row .zwc-field-col {
    flex: 0 0 500px
}

.projects-everyone .zwc-field-row .zwc-field-col .zwc-sec-title h2 {
    max-width: 320px;
    margin-bottom: 5px
}

.projects-everyone .zwc-field-row .zwc-field-col .zwc-sec-title p {
    max-width: 470px
}

.zwc-ai-for-team {
    background: transparent linear-gradient(123deg,#5c1c00 0,#342314 48%,#5c1c00 86%,#7c2904 100%) 0 0 no-repeat padding-box;
    color: #fff;
    padding: 110px 0
}

.zwc-ai-for-team .content-wrap>.zwc-sec-title {
    width: 100%;
    max-width: 500px;
    margin-bottom: 50px
}

.zwc-ai-for-team .content-wrap>.zwc-sec-title h2::after {
    content: '';
    width: 45px;
    height: 45px;
    display: inline-block;
    margin-left: 10px;
    background: url(/sites/zweb/images/projects/construction/ai-spark.svg) center / contain no-repeat;
    vertical-align: middle
}

.zwc-ai-for-team .zwc-field-row {
    gap: 40px;
    justify-content: space-between
}

.zwc-ai-for-team .zwc-field-row .zwc-field-col {
    max-width: 500px;
    position: relative;
    padding: 0
}

.zwc-ai-for-team .zwc-field-row .zwc-field-col p:last-child {
    margin-bottom: 0
}

.zwc-tick-bullet li::before {
    content: '';
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    margin: -4px 8px 0 0;
    background-image: url("data:image/svg+xml;utf8,\<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'>\<circle cx='12' cy='12' r='10' fill='none' stroke='white' stroke-width='2'/>\<path d='M7 12.5l3 3 7-7' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/>\</svg>")
}

.zwc-tick-bullet li {
    position: relative;
    font-family: var(--zf-secondary-semibold);
    margin-bottom: 15px
}

.zwc-tick-bullet li:last-child {
    margin-bottom: 0
}

.zwc-tick-bullet li:last-child::before {
    margin-bottom: 0
}

.zwc-ai-for-team .zwc-field-row .zwc-field-col.mcp-projects::before {
    background-image: url(/sites/zweb/images/projects/solution/mcp-icon.svg);
    background-size: contain;
    background-repeat: no-repeat
}

.zwc-ai-for-team .zwc-field-row .zwc-field-col::before {
    content: '';
    width: 50px;
    height: 50px;
    display: inline-block;
    background-image: url(/sites/zweb/images/projects/solution/agentic-ai-icon.svg);
    background-size: contain;
    background-repeat: no-repeat;
    margin-bottom: 10px
}

.zwc-coming-soon {
    font-size: 12px;
    background-color: #e5d291;
    color: #000;
    padding: 2px 5px;
    border-radius: 4px;
    vertical-align: middle;
    display: inline-block;
    margin-left: 7px
}

.features-slides {
    background-color: #f8f6f1;
    color: #000;
    text-align: center;
    padding: 110px 0
}

.features-slides .bottom-animated li.active .loader,.features-slides .bottom-animated button.active .loader {
    background-color: #c55220
}

.features-slides .shooting-star {
    width: 90px;
    height: 90px;
    display: inline-block;
    background: #174fe5;
    position: relative;
    margin-bottom: 50px
}

.features-slides .shooting-star::before {
    content: "";
    width: 63px;
    height: 80px;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    background-image: url(/sites/zweb/images/projects/construction/construction-sprite-updated.svg);
    background-size: 230px;
    background-position: -26px 16px;
    background-repeat: no-repeat
}

.features-slides .tab-section .tab-headers.hovered li .loader,.features-slides .tab-section .tab-headers.hovered button .loader {
    animation-play-state: paused
}

.features-slides .tab-section .tab-headers {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #000
}

.features-slides .tab-section .tab-headers button.active {
    color: #fff
}

.features-slides .tab-section .tab-headers li,.features-slides .tab-section .tab-headers button {
    width: 100%;
    padding: 11px 6px;
    max-width: 140px;
    margin: 7px 10px;
    background-color: transparent;
    border: 0;
    cursor: pointer;
    position: relative
}

.features-slides .tab-section .tab-headers li button,.features-slides .tab-section .tab-headers button {
    color: #000;
    font-size: 17px
}

.features-slides .tab-section .tab-headers li .loader,.features-slides .tab-section .tab-headers button .loader {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    z-index: 0
}

.features-slides .tab-section .tab-headers li span,.features-slides .tab-section .tab-headers button span {
    z-index: 1;
    position: relative
}

.features-slides .tab-section .tab-content {
    margin-top: 60px;
    text-align: left
}

.features-slides .tab-section .tab-content .integration-slide .zwc-sec-title {
    max-width: 100%
}

.features-slides .tab-section .tab-content .integration-slide img {
    width: 100%;
    max-width: 100%;
    margin-top: 40px
}

.features-slides .tab-section .tab-content .mobile-sec .zwc-sec-title {
    max-width: 100%
}

.features-slides .tab-section .tab-content .mobile-sec .zwc-field-col:first-child {
    flex: 0 0 520px;
    padding: 0
}

.features-slides .tab-section .tab-content .mobile-sec .zwc-field-col:last-child {
    padding: 0
}

.features-slides .tab-section .tab-content .mobile-sec .apps-download-links-wrap .app-store {
    margin-left: 0
}

.features-slides .tab-section .tab-content .mobile-sec .apps-download-links-wrap .g-play {
    margin-right: 0
}

.features-slides .tab-section .tab-content .zwc-sec-title {
    max-width: 600px
}

.features-slides .tab-section .tab-content .content-section {
    margin-top: 40px
}

.features-slides .tab-section .tab-content .content-section .zwc-field-row {
    justify-content: space-between
}

.features-slides .tab-section .tab-content .content-section .zwc-field-row .zwc-field-col {
    flex: 0 0 32%;
    padding: 50px;
    background-color: rgb(242 235 214 / 60%);
    border: 1px solid #ddd8ca;
    display: flex;
    flex-flow: column wrap;
    justify-content: flex-start
}

.features-slides .tab-section .tab-content .content-section .zwc-field-row .zwc-field-col .icon {
    width: 50px;
    height: 50px;
    display: inline-block;
    margin-bottom: 10px;
    background-image: url(/sites/zweb/images/projects/construction/construction-sprite-updated.svg);
    background-repeat: no-repeat;
    background-size: 240px;
    background-position: -96px -5px;
    filter: invert(1) grayscale(1)
}

.features-slides .tab-section .tab-content .content-section .zwc-field-row .zwc-field-col .custom-modules {
    background-position: -195px -105px
}

.features-slides .tab-section .tab-content .content-section .zwc-field-row .zwc-field-col .custom-reports {
    background-position: 3px -151px;
    width: 40px
}

.features-slides .tab-section .tab-content .content-section .zwc-field-row .zwc-field-col .custom-dashboards {
    background-position: -37px -151px
}

.features-slides .tab-section .tab-content .content-section .zwc-field-row .zwc-field-col .budget {
    background-position: -144px -5px
}

.features-slides .tab-section .tab-content .content-section .zwc-field-row .zwc-field-col .management {
    background-position: -194px -5px
}

.features-slides .tab-section .tab-content .content-section .zwc-field-row .zwc-field-col .blueprint {
    background-size: 270px;
    background-position: 1px -72px
}

.features-slides .tab-section .tab-content .content-section .zwc-field-row .zwc-field-col .sla {
    background-position: -45px -59px
}

.features-slides .tab-section .tab-content .content-section .zwc-field-row .zwc-field-col .notifications {
    width: 41px;
    background-position: -94px -59px
}

.features-slides .tab-section .tab-content .content-section .zwc-field-row .zwc-field-col .feed {
    background-position: -137px -59px
}

.features-slides .tab-section .tab-content .content-section .zwc-field-row .zwc-field-col .chat {
    background-position: -190px -59px
}

.features-slides .tab-section .tab-content .content-section .zwc-field-row .zwc-field-col .forums {
    background-position: 5px -105px
}

.features-slides .tab-section .tab-content .content-section .zwc-field-row .zwc-field-col .email-template {
    background-position: -42px -105px
}

.features-slides .tab-section .tab-content .content-section .zwc-field-row .zwc-field-col .kanban {
    background-position: -95px -105px
}

.features-slides .tab-section .tab-content .content-section .zwc-field-row .zwc-field-col .business {
    background-position: -148px -105px
}

.features-slides .tab-section .tab-content .content-section .zwc-field-row .zwc-field-col h4 {
    margin-bottom: 10px
}

.features-slides .tab-section .tab-content .content-section .zwc-field-row .zwc-field-col p {
    margin-bottom: 0
}

@keyframes loader {
    0% {
        width: 0
    }

    100% {
        width: 100%
    }
}

.footer {
    padding: 100px 0;
    text-align: center
}

.footer .zwc-sec-title {
    max-width: 450px;
    margin: 0 auto
}

.act-btn {
    padding: 12px 37px
}

.banner-section .content-wrap {
    max-width: 1280px
}

@-webkit-keyframes progressbackground {
    0% {
        width: 0
    }

    100% {
        width: 100%;
        border-radius: 10px
    }
}

@keyframes progressbackground {
    0% {
        width: 0
    }

    100% {
        width: 100%;
        border-radius: 10px
    }
}

.i18n-ar .how-helps .slide-caption,.i18n-ar section.integration-section .flex-center h2,.i18n-ar section.integration-section .flex-center p,.i18n-ar .every-successful h2,.every-successful .content-wrap {
    text-align: center
}

.i18n-ar .how-helps .middle-animated .s-active .progressfill {
    right: 0;
    left: auto
}

.i18n-ar .decoding .faq .faq-title .accordion {
    left: 15px;
    right: auto
}

html[lang="ar"] .testimonial .flex-wrap .flex-right {
    margin-left: 0;
    margin-right: 70px
}

.other-lang .features-slides .tab-section .tab-headers {
    flex-wrap: wrap
}

.other-lang .features-slides .tab-section .tab-headers li {
    width: 30%
}

.other-lang .features-slides .tab-section .tab-headers li:first-child {
    margin: 10px
}

.other-lang .features-slides .tab-section .tab-headers li {
    margin: 10px;
    text-align: center
}

.i18n-ar .footer .zwc-sec-title,.i18n-ar .footer .zwc-sec-title h2,.i18n-ar .features-slides .zwc-sec-title {
    text-align: center
}

.i18n-ar .plan-for-day {
    padding: 60px 50px 0 0
}

.i18n-ar .how-can-use .level-check ul li::before,.i18n-ar .how-can-use .single-source ul li::before,.i18n-ar .how-can-use .features-section ul li::before,.i18n-ar .plan-for-day .zwc-sec-title ul li::before {
    right: 0;
    left: unset
}

.i18n-ar .how-can-use .level-check ul li,.i18n-ar .how-can-use .single-source ul li,.i18n-ar .how-can-use .features-section ul li,.i18n-ar .plan-for-day .zwc-sec-title ul li {
    padding-right: 30px;
    padding-left: unset
}

.i18n-ar .how-can-use .single-source .zwc-img-wrap {
    text-align: left
}

.i18n-ar .rating-section * {
    direction: ltr
}

@media(max-width: 1300px) {
    h1 {
        font-size:47px
    }

    .banner-section .brand-section ul li {
        margin: 0 30px
    }

    .how-can-use .level-check .zwc-field-row .zwc-field-col {
        flex: 0 0 49%
    }
}

@media(max-width: 1200px) {
    h1 {
        font-size:41px
    }

    h2 {
        font-size: 37px
    }

    h3 {
        font-size: 29px
    }

    .banner-section {
        padding: 90px 0 50px
    }

    .banner-section .img-wrap img {
        margin-top: -20px
    }

    .banner-section .page-header {
        padding-bottom: 100px
    }

    .banner-section .rating-section ul {
        justify-content: space-between
    }

    .banner-section .rating-section ul li {
        padding: 20px 30px;
        max-width: fit-content
    }

    .banner-section .brand-section {
        padding-top: 70px
    }

    .banner-section .brand-section ul {
        justify-content: space-between
    }

    .banner-section .brand-section ul li {
        margin: 20px
    }

    .how-can-use {
        padding: 90px 0 0
    }

    .how-can-use .level-check .zwc-field-row .budget-check,.how-can-use .level-check .zwc-field-row .level-resources {
        flex: 0 0 48.6%
    }

    .how-can-use .single-source {
        padding: 50px 50px 60px
    }

    .how-can-use .single-source .zwc-img-wrap img {
        width: 90%
    }

    .how-can-use .features-section .zwc-field-row .zwc-field-col {
        padding: 50px 30px
    }

    .projects-everyone {
        padding: 20px 0 100px
    }

    .projects-everyone .zwc-field-row .zwc-field-col {
        flex: 0 0 48.5%
    }

    .projects-everyone .zwc-field-row .zwc-field-col img {
        width: 90%
    }

    .features-slides {
        padding: 90px 0 40px
    }

    .features-slides .tab-section {
        margin-top: 30px
    }

    .features-slides .tab-section .tab-headers {
        justify-content: center;
        flex-wrap: wrap
    }

    .features-slides .tab-section .tab-headers li,.features-slides .tab-section .tab-headers li:first-child,.features-slides .tab-section .tab-headers li:last-child {
        margin: 10px 20px
    }

    .features-slides .tab-section .tab-content .content-section .zwc-field-row {
        justify-content: flex-start
    }

    .features-slides .tab-section .tab-content .content-section .zwc-field-row .zwc-field-col {
        padding: 20px;
        margin-right: 15px
    }

    .features-slides .tab-section .tab-content .content-section .zwc-field-row .zwc-field-col:last-child {
        margin-right: 0
    }

    .footer {
        padding: 70px 0
    }

    .build-your-projects .zwc-slide-items {
        max-width: max-content
    }
}

@media(max-width: 992px) {
    h1 {
        font-size:39px
    }

    h2 {
        font-size: 30px
    }

    h3 {
        font-size: 26px
    }

    .banner-section {
        padding: 10px 0 50px
    }

    .banner-section .zwc-sec-title {
        max-width: 470px;
        margin: 0 auto
    }

    .banner-section .zwc-sec-title p {
        max-width: 100%
    }

    .banner-section .img-wrap img {
        margin: 0
    }

    .banner-section .page-header {
        padding-bottom: 60px
    }

    .banner-section .page-header h1>span::before {
        top: 0
    }

    .banner-section .page-header h1>span::after {
        bottom: 0
    }

    .banner-section .page-header .zwc-flex-wrap .zwc-field-row .zwc-field-col {
        flex: 0 0 100%;
        text-align: center
    }

    .banner-section .page-header .zwc-flex-wrap .zwc-field-row .img-wrap {
        margin-top: 50px
    }

    .banner-section .page-header .zwc-flex-wrap .zwc-field-row .img-wrap img {
        width: 80%
    }

    .banner-section .rating-section {
        position: relative;
        display: flex;
        align-items: center;
        border: 0
    }

    .banner-section .rating-section::before {
        content: unset
    }

    .banner-section .rating-section ul {
        flex-wrap: wrap;
        justify-content: center;
        gap: 20px
    }

    .banner-section .rating-section ul li,.banner-section .rating-section ul li.appstore {
        padding: 20px 0;
        flex: 0 0 40%;
        max-width: 100%;
        border: 1px solid #525252
    }

    .banner-section .brand-section ul {
        margin-top: 10px;
        justify-content: center
    }

    .how-can-use {
        padding: 80px 0 0
    }

    .how-can-use .border-parent {
        border: 0
    }

    .how-can-use .border-parent span[class*="border"] {
        width: 0
    }

    .how-can-use .content-wrap>.zwc-sec-title {
        text-align: center;
        max-width: 470px;
        margin: 0 auto 50px
    }

    .plan-for-day {
        padding: 40px 0 0 30px;
        margin-bottom: 17px;
        border: 1px solid #525252
    }

    .how-can-use .level-check .zwc-field-row {
        border-left: 1px solid #525252;
        border-right: 1px solid #525252
    }

    .how-can-use .level-check .zwc-field-col {
        padding: 50px 30px 0
    }

    .how-can-use .level-check .zwc-field-col .zwc-img-wrap {
        margin-top: 50px
    }

    .how-can-use .single-source {
        margin: 17px 0;
        padding: 50px 30px 30px;
        border-left: 1px solid #525252;
        border-right: 1px solid #525252
    }

    .how-can-use .single-source ul {
        text-align: left;
        margin: 0 auto
    }

    .how-can-use .single-source .zwc-field-row .zwc-field-col {
        flex: 0 0 100%;
        text-align: center
    }

    .how-can-use .single-source .zwc-img-wrap {
        margin-top: 20px;
        text-align: center
    }

    .how-can-use .single-source .zwc-img-wrap img {
        width: 70%
    }

    .how-can-use .features-section {
        border: 0
    }

    .how-can-use .features-section .zwc-field-row {
        justify-content: center
    }

    .how-can-use .features-section .zwc-field-row .zwc-field-col {
        padding: 50px 21px;
        flex: 0 0 48.5%;
        border: 1px solid #525252
    }

    .how-can-use .features-section .zwc-field-row .more-value {
        margin-right: 9px;
        position: relative
    }

    .how-can-use .features-section .zwc-field-row .communication {
        margin-left: 9px;
        position: relative
    }

    .how-can-use .features-section .zwc-field-row .manage-equipment {
        margin: 17px 0;
        position: relative
    }

    .plan-for-day .zwc-field-col .img-wrap img {
        margin-top: 60px
    }

    .projects-everyone {
        padding: 20px 0 60px
    }

    .projects-everyone h3 {
        font-size: 23px
    }

    .projects-everyone .zwc-field-row .zwc-field-col img {
        width: 100%
    }

    .features-slides {
        padding: 60px 0 40px
    }

    .features-slides .tab-section .tab-headers {
        justify-content: center
    }

    .features-slides .tab-section .tab-headers li,.features-slides .tab-section .tab-headers li:first-child,.features-slides .tab-section .tab-headers li:last-child {
        margin: 10px;
        width: 100%;
        max-width: 30%
    }

    .features-slides .tab-section .tab-content .content-section .zwc-field-row .zwc-field-col {
        flex: 0 0 31%
    }

    .features-slides .tab-iteam.mobile-sec .zwc-flex-wrap .zwc-field-row .zwc-field-col {
        flex: 0 0 100%
    }

    .features-slides .tab-iteam.mobile-sec .zwc-flex-wrap .zwc-field-row .zwc-field-col img {
        width: 70%
    }

    .features-slides .tab-iteam.mobile-sec .zwc-flex-wrap .zwc-field-row .zwc-field-col:last-child {
        text-align: center
    }

    .footer .zwc-sec-title {
        max-width: 320px
    }

    .build-your-projects {
        padding: 90px 0;
        margin: 60px 0
    }

    .build-your-projects .zwc-field-row {
        gap: 20px;
        flex-flow: column wrap
    }

    .customer-feedback {
        margin: 0 auto
    }

    .author {
        justify-content: center;
        text-align: left
    }

    .zwc-ai-for-team {
        padding: 80px 0
    }

    .features-slides .shooting-star {
        margin-bottom: 0
    }

    .i18n-ar .banner-section h1,.i18n-ar .banner-section p,.i18n-ar section.issues-section h3,.i18n-ar section.issues-section p,.i18n-ar .how-helps h2 {
        text-align: center
    }

    .i18n-ar .page-header .zwc-sec-title,.i18n-ar .how-can-use h2,.i18n-ar .how-can-use p {
        text-align: center
    }

    .i18n-ar .how-can-use .single-source .zwc-img-wrap {
        text-align: center
    }

    .i18n-ar .how-can-use .single-source h3 {
        text-align: center
    }

    .i18n-ar .how-can-use .features-section .zwc-field-row .communication {
        margin-left: 0;
        margin-right: 9px
    }

    .zw-product-header {
        padding-top: 30px
    }

    .banner-section .zwc-sec-title p br {
        display: none
    }

    .banner-section .rating-section ul li,.banner-section .rating-section ul li.appstore {
        text-align: center;
        gap: 15px;
        flex-basis: 70%
    }

    .banner-section .rating-section ul li img,.banner-section .rating-section ul li .star+span {
        margin: 10px 0
    }

    .how-can-use .zwc-sec-title h3 {
        text-align: center
    }

    .plan-for-day {
        padding: 20px;
        margin-bottom: 0
    }

    .plan-for-day .zwc-field-col .img-wrap {
        margin-top: 0
    }

    .plan-for-day .zwc-field-row {
        flex-flow: column wrap
    }

    .how-can-use .level-check .zwc-field-row {
        border: 0
    }

    .how-can-use .level-check .zwc-field-row .zwc-field-col {
        flex: 0 0 100%;
        border: 1px solid #525252;
        margin: 30px 0
    }

    .how-can-use .level-check .zwc-field-row .zwc-field-col .zwc-img-wrap img {
        margin: 0 auto
    }

    .how-can-use .level-check .zwc-field-row .zwc-field-col:last-child {
        margin: 0
    }

    .how-can-use .single-source {
        margin: 30px 0
    }

    .how-can-use .features-section .zwc-field-row .zwc-field-col {
        flex: 0 0 100%;
        margin: 0
    }

    .how-can-use .features-section .zwc-field-row .communication {
        margin: 30px 0
    }

    .plan-for-day .zwc-sec-title ul {
        margin: 0 auto
    }

    .plan-for-day .zwc-field-col .img-wrap img {
        margin: 30px auto 0
    }

    .integrations .zwc-sec-title,.projects-everyone .zwc-sec-title {
        text-align: center;
        max-width: 430px;
        margin: 0 auto
    }

    .integrations .zwc-field-row .zwc-field-col,.projects-everyone .zwc-field-row .zwc-field-col {
        flex: 0 0 100%
    }

    .projects-everyone .zwc-field-row .zwc-field-col .zwc-sec-title h2 {
        max-width: 100%
    }

    .build-your-projects .content-wrap>.zwc-sec-title {
        margin-bottom: 100px
    }

    .build-your-projects .slick-arrow {
        top: 180px;
        left: 39px;
        right: 0;
        margin: 0 auto
    }

    .build-your-projects .zwc-slider.slick-slider::before {
        top: 159px;
        left: 0;
        right: 0;
        margin: 0 auto;
        display: block
    }

    .build-your-projects .zwc-slider.slick-slider::after {
        top: 171px;
        left: 0;
        right: 0;
        margin: 0 auto
    }

    .build-your-projects .slick-prev.slick-arrow {
        right: 74px
    }

    .build-your-projects .plan-for-day {
        padding-right: 0;
        padding-bottom: 0
    }

    .build-your-projects .plan-for-day .zwc-field-col .img-wrap img {
        margin-right: 0
    }

    .features-slides .tab-section .tab-headers li:nth-child(2n) {
        margin-right: 0 !important
    }

    .features-slides .tab-section .tab-headers li:nth-child(2n+1) {
        margin-left: 0 !important
    }

    .features-slides .tab-section .tab-headers li,.features-slides .tab-section .tab-headers li:first-child,.features-slides .tab-section .tab-headers li:last-child {
        margin: 10px;
        width: 100%;
        max-width: 46%
    }

    .features-slides .tab-section .tab-content .zwc-sec-title {
        text-align: center;
        max-width: 500px;
        margin: 0 auto
    }

    .features-slides .tab-section .tab-content .content-section .zwc-field-row .zwc-field-col,.features-slides .tab-section .tab-content .content-section .zwc-field-row .zwc-field-col:last-child {
        flex: 0 0 90%;
        margin: 0 auto 30px;
        text-align: center
    }

    .features-slides .tab-section .tab-content .content-section .zwc-field-row .zwc-field-col .icon,.features-slides .tab-section .tab-content .content-section .zwc-field-row .zwc-field-col:last-child .icon {
        margin: 0 auto 10px
    }

    .features-slides .tab-section .tab-content .content-section .zwc-field-row .zwc-field-col:last-child {
        margin-bottom: 0
    }

    .build-your-projects .zwc-slide-items {
        margin-right: 30px
    }

    .zwc-ai-for-team .zwc-field-row {
        flex-flow: column wrap
    }

    .zwc-ai-for-team .zwc-field-row .zwc-field-col {
        margin: 0 auto
    }

    .zwc-ai-for-team .content-wrap>.zwc-sec-title {
        margin: 0 auto 40px
    }

    .zwc-ai-for-team .zwc-field-row .zwc-field-col h3 {
        text-align: left
    }

    .i18n-en .banner-section .page-header h1>span::before,.i18n-en .banner-section .page-header h1>span::after,.i18n-en .banner-section .page-header h1>span .inner-parent::before,.i18n-en .banner-section .page-header h1>span .inner-parent::after {
        content: unset
    }

    .other-lang .features-slides .tab-section .tab-headers li {
        width: 45%
    }

    .i18n-ar .plan-for-day {
        padding: 20px;
        margin-bottom: 0
    }

    .i18n-ar .projects-everyone h3 {
        text-align: center
    }

    .i18n-ar .budget-check h3,.i18n-ar .level-resources h3,.i18n-ar .source-inner h3,.i18n-ar .more-value h3,.i18n-ar .communication h3,.i18n-ar .manage-equipment h3,.i18n-ar .integrations h2,.i18n-ar .integrations p,.i18n-ar .projects-everyone h2,.i18n-ar .projects-everyone p,.i18n-ar .slick-list h3,.i18n-ar .slick-list p,.i18n-ar .content-section p,.i18n-ar .content-section h4,.i18n-ar .apps-download-links-wrap {
        text-align: center
    }
}

@media(max-width: 767px) {
    h1 {
        font-size:27px
    }

    h2 {
        font-size: 24px
    }

    .zw-product-header {
        padding: 30px 0 0
    }

    .banner-section {
        padding: 30px 0 0
    }
}

@media(max-width: 600px) {
    .build-your-projects .slick-arrow {
        display:none !important
    }

    .build-your-projects .zwc-slider.slick-slider::before,.build-your-projects .zwc-slider.slick-slider::after {
        content: unset
    }

    .build-your-projects .content-wrap>.zwc-sec-title {
        margin-bottom: 50px
    }
}

@media(max-width: 500px) {
    h1 {
        font-size:25px
    }

    h2 {
        font-size: 24px
    }

    p {
        font-size: 16px
    }

    .banner-section .page-header .zwc-flex-wrap .zwc-field-row .img-wrap img {
        width: 100%
    }

    .banner-section .rating-section {
        border: 0
    }

    .banner-section .rating-section::before {
        content: unset
    }

    .banner-section .rating-section ul li,.banner-section .rating-section ul .pc-mag,.banner-section .rating-section ul .getapp,.banner-section .rating-section ul li.appstore {
        flex: 0 0 100%;
        border: 1px solid #525252;
        margin-bottom: 10px;
        flex-flow: wrap
    }

    .banner-section .rating-section ul li img,.banner-section .rating-section ul .pc-mag img,.banner-section .rating-section ul .getapp img,.banner-section .rating-section ul li.appstore img {
        margin: 0 10px 0 0
    }

    .banner-section .rating-section ul li .star+span,.banner-section .rating-section ul .pc-mag .star+span,.banner-section .rating-section ul .getapp .star+span,.banner-section .rating-section ul li.appstore .star+span {
        margin: 0 0 0 5px
    }

    .banner-section .brand-section {
        padding-top: 50px
    }

    .banner-section .brand-section ul li {
        margin: 10px
    }

    .banner-section .brand-section ul li img {
        height: 50px;
        max-width: 120px
    }

    .how-can-use {
        padding: 60px 0 0
    }

    .how-can-use .level-check .zwc-field-col {
        padding: 30px 20px 0
    }

    .how-can-use .level-check .zwc-field-col .zwc-img-wrap {
        margin-top: 20px
    }

    .how-can-use .single-source {
        padding: 30px 20px
    }

    .how-can-use .features-section .zwc-field-row .zwc-field-col {
        padding: 30px 20px
    }

    .integrations {
        padding: 60px 0
    }

    .projects-everyone h3 {
        font-size: 19px
    }

    .features-slides .desktop {
        display: none
    }

    .features-slides .mobile-only {
        display: block;
        margin: 0 auto
    }

    .features-slides .shooting-star {
        transform: scale(0.7)
    }

    .features-slides .tab-section {
        margin-top: 0
    }

    .features-slides .tab-section .tab-headers {
        display: none
    }

    .features-slides .tab-section .tab-iteam {
        margin-bottom: 70px
    }

    .features-slides .tab-section .tab-iteam .content-section {
        margin-top: 0
    }

    .features-slides .tab-section .tab-iteam.mobile-sec .zwc-flex-wrap .zwc-field-row .zwc-field-col img {
        width: 90%
    }

    .footer .zwc-sec-title {
        max-width: 240px
    }

    .features-slides .tab-section .tab-content {
        margin-top: 10px
    }

    .why-zohoprojects .grid-wrap .grid-item h3 {
        font-size: 18px
    }

    .other-lang .footer .zwc-sec-title {
        max-width: 280px
    }

    .other-lang .act-btn {
        padding: 12px 17px
    }

    .i18n-ar .features-slides .tab-section .tab-content .zwc-sec-title * {
        text-align: center
    }

    .i18n-ar .banner-section .rating-section ul li,.i18n-ar .banner-section .rating-section ul .pc-mag,.i18n-ar .banner-section .rating-section ul .getapp,.i18n-ar .banner-section .rating-section ul li.appstore {
        border: 1px solid #525252
    }
}