/* Accessibility Styles */
.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.skip-to-main {
    position: absolute;
    left: -9999px;
    z-index: 999;
    padding: 1em;
    background-color: #00504F;
    color: white;
    text-decoration: none;
    font-weight: bold;
}

.skip-to-main:focus {
    left: 50%;
    transform: translateX(-50%);
    top: 0;
}

/* Focus visible styles for better keyboard navigation */
*:focus-visible {
    outline: 2px solid #00504F;
    outline-offset: 2px;
}

/* Sidebar label focus styles */
.zwc-filter-item label[tabindex="0"]:focus,
.zwc-filter-item label[tabindex="0"]:focus-visible {
    outline-offset: 2px;
    border-radius: 4px;
}

.zwc-filter-item label[tabindex="0"] {
    cursor: pointer;
    display: flex;
    align-items: center;
}

h1{
    font-family: var(--zf-primary-bold);
    font-size: clamp(40px, 5vw, 72px);
    letter-spacing: -3px;
}
h2{
    font-family: var(--zf-primary-bold);
    font-size: clamp(24px, 4vw, 32px);
}
h3{
    font-family: var(--zf-primary-semibold);
    font-size: clamp(18px, 4vw, 20px);
}
.zwc-application-wrap{
    background: #fafafc;
    padding: clamp(90px, 10vw, 120px) 0;
}
.zwc-application-main-wrap {
    transition: all 0.3s ease;
}
.zwc-sticky-wrap{
    position: sticky;
    top: 130px;
    height: 90vh;
    overflow-y: scroll;
    padding-bottom: 80px;
}
.zwc-sea-field{
    position: relative;
}
.zwc-close-icon{
    cursor: pointer;
    position: absolute;
    right: 9px;
    top: calc(50% - 15px);
    width: 30px;
    height: 30px;
    background: #fafafc url(/sites/zweb/images/survey/integration/close-sea.png ) no-repeat 10px 10px / 10px;
    padding: 0;
    display: none;
}
.zwc-close-icon span:after, .zwc-close-icon span:before {
    content: '';
    width: 2px;
    height: 12px;
    position: absolute;
    right: 14px;
    top: 0;
    bottom: 0;
    margin: auto;
    background-color: #000;
    transform: rotate(45deg);
}
.zwc-close-icon span:before {
    transform: rotate(-45deg);
}
.zwc-close-icon.zwc-show {
    display: block;
}
.zwc-left-side-nav.zwc-hidden {
    opacity: 0;
    transform: translateX(-100%);
    position: absolute;
    pointer-events: none;
}
.zwc-application-main-wrap.zwc-full-width .zwc-application-main {
    max-width: 1100px;
    margin: 0 auto;
    transform: translateY(-10px);
    transition: all 0.5s ease-in;
}
.zwc-banner-wrap{
    background: #00504F;
    padding: clamp(70px,10vw,100px) 0 clamp(80px,10vw,150px) 0;
    color: #fff;
}
.zwc-banner-ctn {
    text-align: center;
    max-width: 850px;
    margin: 0 auto;
}
.zwc-banner-ctn p{
     max-width: 650px;
    margin-left:auto;
    margin-right:auto;
}
.zwc-search-field-sec{
    justify-content: flex-end;
    max-width: 690px;
    display: flex;
    padding-bottom: clamp(50px, 5vw, 80px);
    gap: 6px;
    margin: 0 0 0 auto;
}
.zwc-field-box-style {
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.04);
    border: 1px solid #dddde9;
    background: #fafafc;
    border-radius: 8px;
    height: 66px;
}
.zwc-search-box{
    flex: 1 0 auto;
    display: flex;
    align-items: center;
}
.zwc-search-box input{
    width: 100%;
    border: 0;
    min-height: 62px;
    font-family: var(--zf-primary-regular);
    font-size: 16px;
    color: #000;
    padding: 0 0 0 15px;
    background: transparent;
}
.zwc-search-icn{
    width: 17px;
    height: 16px;
    display: block;
    background: url(/sites/zweb/images/survey/integration/search.png) no-repeat 0 0 / cover;
    flex-shrink: 0;
    margin: 0 17px;
}
span.zwc-filter-arw {
    background: url(/sites/zweb/images/survey/integration/down-arrow.png) no-repeat 0 0 / cover;
    width: 10px;
    height: 6px;
    margin-left: 25px;
}
.zwc-filter-btn[aria-expanded="true"] span.zwc-filter-arw {
    transform: rotate(180deg);
}
.zwc-filter-sec {
    display: flex;
    align-items: center;
    padding: 11px 26px 11px 16px;
    position: relative;
}

.zwc-filter-btn {
    display: flex;
    align-items: center;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
    width: 100%;
    font-family: inherit;
}

.zwc-filter-btn:hover,
.zwc-filter-btn:focus {
    opacity: 0.8;
}

span.zwc-filter-icn {
    width: 47px;
    height: 47px;
    background: #fff;
    border-radius: 10px;
    display: block;
    margin-right: 15px;
    position:relative
}
span.zwc-filter-icn::before{
    content:'';
    position:absolute;
    left:50%;
    top:50%;
    transform:translate(-50%, -50%);
    background: url(/sites/zweb/images/survey/integration/filter-icon.png) no-repeat 0 0 / cover;
    height:21px;
    width: 21px;
}
span.zwc-filter-txt {
    color: #333;
    font-family: var(--zf-primary-medium);
    font-size: 16px;
}
button{
    border: 0;
}
.zwc-filter-drop-down {
    position: absolute;
    top: 100%;
    right: 0;
    background: #fafafc;
    border: 1px solid #DDDDE9;
    border-radius: 8px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.04);
    padding: 10px 0;
    z-index: 2;
    visibility: hidden;
    height: 0;
}
.zwc-filter-drop-down li a{
    padding: 10px 24px;
    display: block;
    color: #333;
    letter-spacing: -0.32px;
    font-family: var(--zf-primary-medium);
}
.zwc-filter-drop-down li a:hover,
.zwc-filter-drop-down li a:focus{
    background: #fff;
    color: var(--zwc-link-clr);
    outline: none;
}
.zwc-filter-drop-down.zwc-open {
    visibility:visible;
    height:auto;
}
.zwc-filter-title{
    font-size: 16px;
    font-family: var(--zf-primary-semibold);
    margin-bottom: 0;
    text-transform: uppercase;
}
.zwc-application-inner{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.zwc-filter-list{
    margin-top: 24px;
}
.zwc-filter-text{
    letter-spacing: -0.32px;
    font-size: 16px;
    font-family: var(--zf-primary-regular);
    user-select: none;
}
.zwc-application-main-wrap{
    display: flex;
    gap: 40px;
}
.zwc-filter-item label{
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
}
.zwc-filter-item label:hover .zwc-filter-checkmark, .zwc-filter-item label:hover .zwc-filter-radio{
    background-color: #f1f1f1;
}
.zwc-filter-item{
    padding: 10px 0;
}
.zwc-filter-panel{
    padding: 30px 0;
    border-bottom: 1px solid #DDDDE9; 
}
.zwc-filter-panel:nth-child(1){
    padding-top: 0;
}
.zwc-filter-panel:last-child{
    padding-bottom: 0;
    border-bottom: 0;
}
.zwc-count{
    margin-left: 5px;
}
.zwc-new-tag{
    border-radius: 10px;
    background: #BAF7E0;
    font-size: 12px;
    padding: 4px 8px;
    display: inline-block;
    line-height: 1;
    font-family: var(--zf-primary-semibold);
    color: #035D3C;
    margin-left: 10px;
}
/* Hide the browser's default checkbox */
.zwc-filter-check-bx input{
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.zwc-filter-checkmark, .zwc-filter-radio {
  top: 0;
  position: relative;
  height: 20px;
  width: 20px;
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #D1D1D1;
  display: block;
}
.zwc-filter-radio{
    border-radius: 50%;
}
/* On mouse-over, add a grey background color */
.zwc-filter-check-bx:hover input ~ .zwc-filter-checkmark,
.zwc-filter-check-bx:hover input ~ .zwc-filter-radio {
  background-color: #f1f1f1;
}

/* When the checkbox is checked, add a blue background */
.zwc-filter-check-bx input:checked ~ .zwc-filter-checkmark,
.zwc-filter-check-bx input:checked ~ .zwc-filter-radio {
  background-color: #000;
  border-color: transparent;
}

/* Create the checkmark/indicator (hidden when not checked) */
.zwc-filter-checkmark:after, .zwc-filter-radio:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.zwc-filter-check-bx input:checked ~ .zwc-filter-checkmark:after{
  display: block;
}
.zwc-filter-check-bx input:checked ~ .zwc-filter-radio:after{
    background:#fff;
    display: block;
}
/* Style the checkmark/indicator */
.zwc-filter-check-bx .zwc-filter-checkmark:after {
  left: 50%;
  top: 50%;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 1.5px 1.5px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
  margin-top: -1px;
}
.zwc-filter-check-bx .zwc-filter-radio:after{
    width:9px;
    height:8px;
    left: 50%;
    top: 50%;
    border-radius:50%;
    transform: translate(-50%, -50%);
}

.zwc-application-title{
    margin-bottom: 32px;
    gap:20px
}
.zwc-application-title h2{
    margin-bottom: 0;
    flex-shrink:0;
}
.zwc-product-card{
    background: #fff;
    padding: 40px 32px;
    flex: 0 1 calc(33% - 4px);
}
.zwc-product-content{
    margin:25px 0 0 0;
}
.zwc-product-card{
    position:relative
}
.zwc-product-card .zwc-new-tag{
    position:absolute;
    top:0;
    right:0;
    border-radius: 0 0 0 3px;
}
.zwc-product-content a{
    margin-top: 25px;
    color: var(--zwc-link-clr);
    font-size: 14px;
    font-family: var(--zf-primary-semibold);
    position: relative;
    text-transform: uppercase;
    padding: 0 21px 0 0;
}
.zwc-product-content a:hover{
    text-decoration: underline;
}
.zwc-product-content a::before{
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background: url(/sites/zweb/images/survey/integration/application-arw.svg) no-repeat 0 0 / cover;
    width: 11px;
    height: 11px;
}
.zwc-product-icon {
    height: 50px;
}
.zwc-result-count {
    font-size: 16px;
    font-family: var(--zf-primary-medium);
    padding-left: 20px;
    margin-left:10px;
    position: relative;
}
.zwc-result-count::before{
    content:'';
    position:absolute;
    left:0;
    top:50%;
    transform:translateY(-50%);
    width:5px;
    height:5px;
    background:#000;
    border-radius:50%;
}
.zwc-product-icon img {
    object-fit: contain;
    height: 50px;
}
.zwc-product-content h3{
    font-size: 20px;
    font-family: var(--zf-primary-semibold);
    margin-bottom: 8px;
}
.zwc-left-side-nav{
    max-width: 245px;
    width: 100%;
}
.zwc-application-main, .zwc-category-section{
    width: 100%;
}
.zwc-category-section{
    margin-bottom: clamp(40px, 4vw, 60px);
}
.zwc-category-integrations {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.zwc-category-heading {
    font-size: clamp(18px, 3vw, 20px);
    font-family: var(--zf-primary-semibold);
    margin-bottom: 20px;
    letter-spacing: -0.45px;
}
.zwc-application-title{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.zwc-category-grid {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}
.zwc-filter-sea-result ul{
    display: flex;
    gap: 5px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
}
.zwc-filter-sea-result li{
    background: #010101;
    color: #fff;
    font-family: var(--zf-primary-medium);
    font-size: 12px;
    border-radius: 20px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    padding: 4px 4px 4px 15px;
}
.zwc-filter-sea-cls{
    width: 25px;
    height: 25px;
    background: #333333 url(/sites/zweb/images/survey/integration/close-sea.png) no-repeat 9px 9px / 8px;
    margin-left: 9px;
    cursor: pointer;
    display: inline-block;
    border-radius: 50%;
}
.zwc-filter-sea-result .zwc-filter-sea-cls {
    background:#333 url(/sites/zweb/images/survey/integration/close-sea-white.png) no-repeat 9px 9px / 8px;
}
.zwc-category-section span.zwc-category-title{
    font-size: 18px;
    font-family: var(--zf-primary-medium);
    display: none;
    margin-bottom: 18px;
    letter-spacing: -0.36px;
}
.zwc-filter-sea-result li.zwc-clear-all-btn{
    border-radius: 30px;
    background: #EEEEF0;
    color: #000;
    padding: 7px 10px;
    cursor: pointer;
}

/*Pagination*/
button.zwc-page-arrow {
    width: 40px;
    height: 40px;
    background: #ddeff7;
    border: 0;
    position:relative;
    cursor: pointer;
}
button.zwc-page-arrow::before{
    content:'';
    position:absolute;
    left:50%;
    top:50%;
    background: url(/sites/zweb/images/survey/integration/down-arrow.png) no-repeat 0 0 / 100%;
    width: 10px;
    height: 10px;
    transform: rotate(-90deg) translate(50%, -40%);
}
button.zwc-page-arrow.zwc-page-prev::before{
    transform: rotate(90deg) translate(-50%, 60%);
}
span.zwc-page-count {
    padding: 0 15px;
    font-family: var(--zf-primary-regular);
    font-size: 15px;
}

.zwc-pagination-controls {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top:50px
}

.zwc-product-card[data-id="copper"] img{
    width: 100px;
}
.zwc-product-card[data-id="moskit"] img{
    width: 80px;
}
.zwc-product-card[data-id="ifttt"] img, .zwc-product-card[data-id="ifttt-(if-this-then-that)"] img{
    width: 80px;
}
.zwc-product-card[data-id="asana"] img{
    width: 100px;
}
.zwc-product-card[data-id="teachable"] img{
    width: 100px;
}
.zwc-product-card[data-id="g-suite-(google-workspace)"] img{
    width: 80px;
}
.zwc-product-card[data-id="woocommerce"] img{
    width: 80px;
}
.zwc-product-card[data-id="tableau"] img{ 
    width: 130px;
}
.zwc-product-card[data-id="quickbooks-online"] img{ 
    width: 120px;
}
.zwc-product-card[data-id="livechat"] img{ 
    width: 120px;
}
.zwc-product-card[data-id="xoxoday"] img{ 
    width: 120px;
}
.zwc-product-card[data-id="g-suite-marketplace"] img{ 
    width: 90px;
}
.zwc-product-card[data-id="sms-magic"] img{ 
    width: 120px;
}
.zwc-product-card[data-id="postmark"] img{ 
    width: 120px;
}

.zwc-product-card[data-id="copper"] img{
    width: 100px;
}
.zwc-product-card[data-id="moskit"] img{
    width: 80px;
}
.zwc-product-card[data-id="ifttt"] img, .zwc-product-card[data-id="ifttt-(if-this-then-that)"] img{
    width: 80px;
}
.zwc-product-card[data-id="asana"] img{
    width: 100px;
}
.zwc-product-card[data-id="teachable"] img{
    width: 100px;
}
.zwc-product-card[data-id="g-suite-(google-workspace)"] img{
    width: 80px;
}
.zwc-product-card[data-id="woocommerce"] img{
    width: 80px;
}
.zwc-product-card[data-id="tableau"] img{ 
    width: 130px;
}
.zwc-product-card[data-id="quickbooks-online"] img{ 
    width: 120px;
}
.zwc-product-card[data-id="livechat"] img{ 
    width: 120px;
}
.zwc-product-card[data-id="xoxoday"] img{ 
    width: 120px;
}
.zwc-product-card[data-id="g-suite-marketplace"] img{ 
    width: 90px;
}
.zwc-product-card[data-id="sms-magic"] img{ 
    width: 120px;
}
.zwc-product-card[data-id="postmark"] img{ 
    width: 120px;
}



.zwc-product-card[data-id="pushover"] img {
    width: 110px;
}
.zwc-product-card[data-id="talentlms"] img {
    width: 120px;
}
.zwc-product-card[data-id="hugo"] img {
    width: 100px;
}
.zwc-product-card[data-id="harvest"] img {
    width: 100px;
}
 .zwc-product-card[data-id="accredible-certificates"] img {
    width: 130px;
}
 .zwc-product-card[data-id="toggl"] img {
    width: 110px;
}

.zwc-product-card[data-id="insightly"] img{
    width: 100px;
}

.zwc-product-card[data-id="teamwave"] img {
    width: 130px;
}
.zwc-product-card[data-id="nethunt-crm-"] img{
    width: 120px;
}
.zwc-product-card[data-id="17hats"] img{
    width: 90px;
}
.zwc-product-card[data-id="dubsado"] img{
    width: 120px;
}
.zwc-product-card[data-id="zenkit"] img{
    width: 110px;
}
.zwc-product-card[data-id="sendloop"] img{
    width: 120px;
}
.zwc-product-card[data-id="patreon"] img{
    width: 100px;
}
.zwc-product-card[data-id="qwilr"] img{
    width: 100px;
}
.zwc-product-card[data-id="netlify"] img{
    width: 110px;
}
.zwc-product-card[data-id="podia"] img{
    width: 80px;
}
.zwc-product-card[data-id="ontraport"] img{
    width: 120px;
}
.zwc-product-card[data-id="practice-ignition"] img{
    width: 100px;
}
.zwc-product-card[data-id="practice-ignition"] img{
    width: 100px;
}
.zwc-product-card[data-id="easy-translate"] img{
    width: 120px;
}
.zwc-product-card[data-id="simpleen-translation"] img{
    width: 100px;
}
.zwc-product-card[data-id="translate.com"] img {
    width: 120px;
}



.zwc-product-card[data-id="assembla"] img {
    width: 120px;
}
.zwc-product-card[data-id="mailpro"] img {
    width: 70px;
}
.zwc-product-card[data-id="payfacile"] img {
    width: 120px;
}
.zwc-product-card[data-id="paystack"] img {
    width: 130px;
}
.zwc-product-card[data-id="paymill"] img {
    width: 120px;
}
.zwc-product-card[data-id="recurly"] img {
    width: 120px;
}
.zwc-product-card[data-id="veem"] img {
    width: 100px;
}


.zwc-product-card[data-id="teamwork-crm"] img {
    width: 120px;
}
.zwc-product-card[data-id="facebook-pixel"] img{
    width: 110px;
}
@media screen and (max-width: 1280px){
    .zwc-product-card{
        flex: 0 1 calc(50% - 5px);
    }
    .zwc-sticky-wrap{
        top:75px;
    }
}
@media only screen and (max-width: 1024px) {
    .zwc-category-list.zwc-active .zwc-filter-list{
        display: block;
    }
    .zwc-sticky-wrap {
        width: 100%;
        height: auto;
        padding-bottom: 0;
    }
    #appTypeTitle::before{
        display: none;
    }
    .zwc-application-title{
        flex-direction: column;
    }
    .zwc-filter-sea-result ul{
        justify-content: center;
    }
    .zwc-category-list.zwc-active h2{
        background: #fff;
    }
    .zwc-application-main-wrap{
        flex-direction:column;
    }
    .zwc-left-side-nav{
        display:flex;
        justify-content: space-between;
        align-items: flex-start;
        max-width: 690px;
        margin: 0 auto;
        flex-direction: column;
    }
    .zwc-application-inner{
        justify-content: center;
    }
    .zwc-filter-panel{
        width:100%;
        padding: 20px 0;
        border: 0;
        position: relative;
    }
    .zwc-filter-title::before{
        content:'';
        position:absolute;
        right: 20px;
        background: url(/sites/zweb/images/survey/integration/down-arrow.png) no-repeat 0 0 / cover;
        width: 10px;
        height: 7px;
        top: 50%;
        transform: translateY(-50%);
    }
    .zwc-filter-title{
        position: relative;
    }
    .zwc-category-list h2{
        border:1px solid #ddd;
        padding:13px 10px;
        border-radius:5px;
    }
    .zwc-filter-list{
        margin-top: 15px;
    }
    .zwc-filter-panel:last-child{
        padding-top: 0;
    }
    .zwc-search-field-sec{
        margin: 0 auto;
    }
    .zwc-filter-panel.zwc-category-list ul{
        display:none;
    }
    .zwc-application-title h2{
        text-align: center;
    }
}
@media only screen and (max-width: 767px) {
    .zwc-product-card {
        flex: 0 1 calc(80% - 5px);
    }
    .zwc-application-inner{
        justify-content: center;
    }
    .zwc-category-heading{
        text-align: center;
    }
    .zwc-filter-txt{
        display: none;
    }
    span.zwc-filter-arw{
        margin-left: 0;
    }
    .zwc-category-integrations{
        justify-content: center;
    }
}
@media only screen and (max-width: 480px) {
    .zwc-product-card {
        flex: 0 1 calc(100% - 5px);
    }
    .zwc-filter-sec{
        display: none;
    }
}
