/* Attendance Management page Css */

.atndnce_bnr {
    background: #fdcccf38 !important;
    padding-top: 80px;
} 

.btm_frm_cta {
    padding: 200px 0px 450px 0px;
}

.atndnce_bnr .bg-dark {
    background: linear-gradient(135deg, #4D47CA 0%, #F5406A 50%, #FF6A47 100%) !important;
}

.indrs_atnds {
    padding: 70px 0px;
}

.ind_ryt {
   display: flex;
   margin-bottom: 2.5rem;
   margin-top: 1.5rem;
   gap: 2rem;
}

.ind_lft {
   display: flex;
   margin-bottom: 2.5rem;
   margin-top: 1.5rem;
   gap: 2rem;
}

.max-w-full {
    max-width: 100%;
}
.overflow-hidden {
    overflow: hidden;
}

.left-to-right {
    animation-direction: normal !important;
}
.left-to-right, .right-to-left {
    animation: scroll 25s linear infinite;
}

.indrs_atnds .sme-box {
    box-shadow: 3px 5px 20px 0 #1213151c;
}

.indrs_atnds .sme-box {
    align-items: center;
    border-radius: 9999px;
    display: flex;
    height: 6rem;
    width: 18rem;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / 1);
    padding-left: .75rem;
    padding-right: .75rem;
}

.attndnce-indstrs-sme-slider {
    margin: 4px;
    max-width: clamp(39px, calc(32px + 2.1875vw), 74px) !important;
    width: 100%;
    display: block;
}

.box_titl {
    font-size: 1rem;
    line-height: 1.75rem;
    color: var(--theme-color);
    font-weight: 600;
    margin-left: 1.1rem;
    align-items: center;
    display: block;
    margin-bottom: 0;
}
.right-to-left {
    animation-direction: reverse;
}

.sme-box.justify-between {
    justify-content: space-between;
}
@keyframes scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-100%);
    }    
}

.attendIndustry {
    padding: 80px 0;
    background-color: #e5f1ff;
}
.uscase_tile {
    font-size: 35px;
}

.use_case_tp_header {
    position: relative;
}
.use_case_tp_header .swiper-wrapper button {
    background: #ffffff;
    margin-right: 10px;
    padding: 0px 21px;
    line-height: 0;
    border-radius: 5px;
    border: 1px solid #D6D8DC;
    color: #92959B;
}
.use-case-ae-slider.active {
    background: linear-gradient(90deg, #4D47CA 0%, #F5406A 50%, #FF6A47 100%) !important;
    color: #fff;
}
.use_case_tp .use_case_tp_header h3 {
    font-weight: 500;
    line-height: 44px;
    text-align: center;
    text-wrap: nowrap;
}
.use_case_tp .use-case-ae-slider.active h3 {
    color: #fff;
}
.btn-fix {
    background: transparent linear-gradient(270deg, #FF6A47 0%, #F5406A 50%, #4D47CA 100%) 0% 0% no-repeat padding-box;
    color: #ffffff;
    border-radius: 50px;
    border: unset;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0px 2px 36px rgba(0, 0, 0, .06);
    font-size: 22px;
    font-weight: 500;
    position: relative;
    white-space: nowrap;
    transition: .8s;
    height: 55px;
    padding: 5px 60px 5px 25px;
    width: fit-content;
    cursor: pointer;
}

.btn-fix:hover {
    padding: 5px 25px 5px 60px !important;
}
.btn-fix svg {
    background: #fff;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    padding: 10px;
    position: absolute;
    transition: .5s;
    right: 10px;
    animation: wobble 1s ease infinite;
}

section.cta1_tecbldr .turoCTA1 .btn-fix svg {
    background: linear-gradient(135deg, #7746aa 0%, #fc525b 50%, #fe6051 100%);
}
.btn-fix:hover svg {
    right: calc(100% - 50px);
}
@keyframes wobble {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    }
    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    }
    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    }
    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    }
    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

section.cta1_tecbldr {
    position: relative;
}

section.cta1_tecbldr:before {
    width: 100%;
    height: 50%;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    background-color: #e5f1ff;
    z-index: -1;
}

.row-flexible-center {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.turoCTA1 {
    border-radius: 50px;
    padding: 50px 60px;
    background: url(/wp-content/uploads/2025/08/WorkSympl-Industry-cta1-scaled.png);
    background-size: cover;
    background-position: right;
}

.wrkfrce_cta1 .turoCTA1 {
  background: url(/wp-content/uploads/2025/08/WorkSympl-Industry-cta1-scaled.png);
}


.cta1_cnt_left h4 {
    font-size: 35px;
    font-weight: 800;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.28;
    letter-spacing: normal;
    /* color: #59d38a; */
    margin: 0 0 30px;
}

section.cta1_tecbldr:after {
    content: "";
    background-color: #ffffff;
    width: 100%;
    height: 50%;
    position: absolute;
    bottom: 0;
    z-index: -1;
}
.attendWhatWeOffer {
    padding: 80px 0px;
}
.laundary_tabing_section {
    margin-top: 50px;
}
.main-outer-tab {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
}
.laundary_tabing_section > ul {
    border-bottom: 2px solid #e5e5e5;
    display: flex;
    width: 100%;
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.laundary_tabing_section > ul li {
    width: 100%;
    text-align: center;
}
.laundary_tabing_section > ul li.active span {
    color: #0152f2;
    font-weight: bold;
}
.tabs-part {
    width: 20%;
    border-radius: 15px;
    padding: 0px 20px 0;
    background-image: -webkit-radial-gradient(circle, #4D47CA 0%, #F5406A 50%, #FF6A47 100%);
    background-image: radial-gradient(circle, #4D47CA 0%, #F5406A 50%, #FF6A47 100%);
}

.tabs-part ul {
    padding-left: 0;
    height: 100%;
    margin: 0;
    display: flex;
    flex-flow: column;
    justify-content: space-evenly;
}

.tabs-part ul li {
    list-style: none;
    position: relative;
    padding: 12px 10px;
}

.tabs-part ul li a {
    font-size: 20px;
    color: #fff;
    text-decoration: none;
    line-height: initial;
}
.tabs-part ul li a span {
    font-weight: 700;
    font-size: 24px;
}

.tabs-part ul li.active::before {
    border-left: 3px solid #fff;
    width: 2px;
    height: 65px;
    position: absolute;
    content: "";
    left: -4px;
    top: 12px;
}
.tabs-part ul li.active::after {
    content: "";
    position: absolute;
    border-right: 15px solid #0152f2;
    border-bottom: 15px solid #0152f2;
    border-top: 8px solid #0152f2;
    right: -15px;
    top: 0px;
    transform: rotate(45deg);
    display: none;
}

.laundry-content-inner {
    width: 100%;
    height: 100%;
}

.new-tab-section ul.we-get-listing {
    width: 35%;
    background: #fff;
    border: 2px solid rgb(243, 243, 243);
    border-left: 0;
    margin-left: -10px;
    padding: 50px 0px 0;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 30px;
    flex-grow: 1;
    margin-bottom: 0;
}

.new-tab-section ul.we-get-listing li {
    margin-bottom: 30px;
    list-style: none;
    padding: 15px 40px;
    display: flex;
    align-items: center;
    cursor: pointer;
}
.new-tab-section ul.we-get-listing li.active img {
    filter: unset;
}

.listing-img {
    width: 60px;
    text-align: center;
}
.new-tab-section ul.we-get-listing li img {
    filter: brightness(0) invert(0);
    height: 30px;
}

.new-tab-section.laundary_tabing_section li.active span.listing-text, .laundary_tabing_section.new-tab-section li:hover span.listing-text {
    color: #fc6051;
}

.new-tab-section.laundary_tabing_section li span.listing-text {
    padding-left: 15px;
    font-size: 15px;
    font-weight: 600;
}

.new-tab-section.laundary_tabing_section .laundry-content {
    padding: 0px 0 0 60px;
    flex-grow: 1;
    text-align: center;
    width: 45%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.new-tab-section.laundary_tabing_section .laundry-content .picture-wrapper img {
    max-height: 580px;
}

.internal {
    display: flex;
    width: 100%;
    height: 100%;
}
.wslve {
    padding-bottom: 80px;
    padding-top: 80px;
    position: relative;
    background-color: #e5f1ff;
}

.text-left {
    text-align: left;
}

.gap-3 {
    gap: .75rem;
}
.grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid {
    display: grid;
}

.grid-item {
    padding: 2rem;
    --tw-bg-opacity: 1;
    background-color: #ffffff;
    --tw-border-opacity: 1;
    border-color: rgb(204 225 207 / var(--tw-border-opacity));
    /* border-width: 1px; */
    border: 1px solid rgb(204 225 207);
    border-radius: .75rem;
    align-items: center;
    flex-direction: column;
    display: flex;
}
.grid-titl {
    font-size: 17px;
    color: rgb(51 51 51 / 1);
    font-weight: 700;
    padding-top: 1rem;
    margin-bottom: 10px;
}
/* .grid-titl {
    font-size: 18px;
    color: rgb(51 51 51 / 1);
    font-weight: 700;
    padding-top: 1rem;
    margin-bottom: 10px;
} */
p.grid-titl-dscptn {
    color: rgb(85 85 85 / var(--tw-text-opacity));
    font-size: 14px;
    line-height: 1.25;
    /* text-align: left; */
} 
.platform-parent {
    padding: 0 20px;
}
.platform-parent .platform-section {
    max-width: 1140px;
    margin-top: 80px;
}
.platform-section {
    margin: 0 auto;
    max-width: 1280px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border-radius: 16px;
    overflow: hidden;
}
.mobile-section {
    -webkit-flex-basis: 56%;
    -ms-flex-preferred-size: 56%;
    flex-basis: 56%;
    background-color: #000;
}

.mobile-section .platform-section-text-container {
    border-bottom: 1px solid #2c2c2c;
    color: #fff;
}
.platform-section-text-container {
    padding: 40px 0 17px 30px;
    position: relative;
}
.platform-section span {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 3px;
}
.platform-section h3 {
    font-size: 24px;
    line-height: 28px;
    font-weight: 700;
    max-width: 220px; 
    padding-top: 25px;
    /* color: white; */
}
.platform-section-store-link img:hover {
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}
.platform-cta {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 1px solid #4e4e4e;
    padding: 15px;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}
.desktop-section .platform-cta svg, .mobile-section .platform-cta svg {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.mobile-section .platform-cta svg {
    fill: #4e4e4e;
    vertical-align: unset;
}
.desktop-section .platform-cta svg {
    fill: #d1d1d1;
    vertical-align: unset;
}
.desktop-img, .mobile-img {
    padding-top: 45px;
    display: block;
    height: 300px !important;
    margin: 0 auto;
}
.mobile-section .platform-section-store-link {
    border-top: 1px solid #2c2c2c;
}
.platform-section-store-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.platform-section-store-link .app-store, .platform-section-store-link .microsoft-store, .platform-section-store-link .play-store {
    padding: 35px 10px;
}
.platform-section-store-link .app-store {
    border-right: 1px solid #2c2c2c;
}
.platform-section-store-link img {
    height: 42px;
}
.desktop-section {
    -webkit-flex-basis: 44%;
    -ms-flex-preferred-size: 44%;
    flex-basis: 44%;
    background-color: #f4f5f7;
}
.desktop-section .platform-section-text-container {
    border-bottom: 1px solid #e0e3e9;
}
.platform-section-text-container {
    padding: 40px 0 17px 30px;
    position: relative;
}
.desktop-section .platform-section-store-link {
    border-top: 1px solid #e0e3e9;
}
.attendCTA2::after {
    content: "";
    background-color: rgb(0, 0, 0);
    width: 100%;
    height: 50%;
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: -1;
}
.airportCTA2 .panel {
    padding: 50px 0px;
    position: relative;
}

.bg-custom-gradient {
    background: linear-gradient(121.2deg, var(--theme-color) -58.67%, var(--theme-color));
    padding-bottom: 5rem;
    padding-top: 5rem;
}
.hidden {
    display: none;
}
.section-title-new {
    margin-top: 30px;
}
.tb_main_btn {
    margin-top: 30px;
    margin-bottom: 3rem;

}

.ftr_mn_btn {
    justify-content: space-between;
    align-items: center;
    display: flex;
    margin-bottom: 2rem;
}
.tb_content_main {
    /* margin-top: 3rem; */
    margin-top: 2rem;
}
.atnnc_cont {
    justify-content: space-between;
    align-items: center;
    display: flex;
}

.tab-button {
    font-size: 14px;
    line-height: 1.75rem;
    flex-basis: 50%;
    position: relative;
    -webkit-appearance: button;
    background-color: transparent;
    background-image: none;
    text-transform: none;
    color: inherit;
    /* font-family: inherit; */
    font-feature-settings: inherit;
    /* font-size: 100%; */
    font-variation-settings: inherit;
    font-weight: inherit;
    line-height: inherit;
    margin: 0;
    padding: 0;
    border: unset;
    opacity: 0.4;
}
button.tab-button.active {
    opacity: 1;
}
.tab-line {
    height: .125rem;
    width: 100%;
    --tw-bg-opacity: 1;
    background-color: rgb(75 85 99 / 1);
    transition-duration: .15s;
    transition-duration: .5s;
    transition-property: #4b5563;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-timing-function: ease;
}
.atnnc_cont_left {
    flex: 50%;
    padding-right: 5rem;
}
.atnnc_cont_left h3 {
    font-weight: 500;
    margin-bottom: .75rem;
    font-size: 2rem;
    line-height: 2.5rem;
}
.atnnc_cont_left p {
    font-size: .875rem;
    line-height: 1.25rem;
    font-weight: 400;
    margin-bottom: 1rem;
}
.list-inside {
    list-style-position: inside;
    margin-top: 1.5rem;
    list-style: none;
    margin: 0;
    padding: 0; 
}
.feature-tick-mark-li {
    font-size: 1rem;
    line-height: 1.5rem;
    margin-bottom: 1.0rem;
    display: flex;
    gap: 12px;
}
.atnnc_cont_ryt {
    padding-left: 4rem;
    justify-content: flex-end;
    flex-basis: 50%;
    display: flex;
    max-width: 690px;
    width: 100%;
} 
.atnnc_cont_ryt {
    padding-left: 4rem;
    justify-content: flex-end;
    flex-basis: 50%;
    display: flex;
    max-width: 690px;
    width: 100%;
}
.tab-button:hover {
    background: transparent !important; 
}
.tab-button:focus {
    background: transparent !important; 
}
.mobile-features {
    scroll-behavior: smooth;
    padding: 12px;
}
.mbl-fetr-tlt-desctn {
    margin-top: 20px;
    margin-bottom: 30px;
}
.mbl-fetr-tlt-desctn h3 {
    line-height: 0.75rem;
    font-size: 1.25rem !important;
}
.mbl-fetr-tlt-desctn p {
    line-height: 1.25rem;
    font-size: .875rem !important;
    font-weight: 400;
}
.mbl-fetr-tlt-desctn ul li {
    display: flex;
    text-align: center;
    font-size: 0.875rem;
    line-height: 1.25rem;
    gap: 12px;
    padding-top: 10px;
}

.atndn_cta3_sc {
    position: relative;
}

.atndn_cta3_sc:before {
    content: "";
    background-color: #e5f1ff;
    width: 100%;
    height: 50%;
    position: absolute;
    top: 0;
    z-index: -1;
}

.atndn_cta3_akl {
    background-color: #000000;
    position: relative;
    padding: 40px;
    border-radius: 22px;
}

.atndn_cta3_sc:after {
    content: "";
    background-color: #ffffff;
    width: 100%;
    height: 50%;
    position: absolute;
    bottom: 0;
    z-index: -1;
}

.atndn_cta3_img {
    position: absolute;
    bottom: 0;
    left: 0px;
    width: 30%;
    z-index: 0;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    margin: 0;
}

.atndn_cta3_akl .txt_dstn {
    width: 65%;
    margin-left: auto;
}

section.tchbldr_tro_whycosUs {
    background-image: linear-gradient(to bottom, #fff, #fd654c4f 100%) !important;
}

.tchbldr_tro_whycosUs {
    padding-top: 70px;
    background-image: linear-gradient(to bottom, #fff, #fff3d9 100%);
    padding-bottom: 70px;
    position: relative;
}

.why_tech_turo_list {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    margin-left: -30px;
    margin-right: -30px;
}
.tchbldr_tro_whycosUs .why_tech_turo_list li {
    background-color: #000 !important;
    width: calc(20% - 15px);
    margin: 7.5px;
    text-align: center;
    border: 2px solid #2b3037 !important;
    border-radius: 0;
    padding: 30px 50px;
    transition: .5s;
}
.tchbldr_tro_whycosUs .why_tech_turo_list li img {
    width: 60px;
    height: 60px;
    margin-bottom: 15px;
    object-fit: scale-down;
    filter: brightness(0) invert(1);
}
.tchbldr_tro_whycosUs .why_tech_turo_list li h4 {
    margin: 0;
}
.tchbldr_tro_whycosUs .why_tech_turo_list li h4 {
    color: #fff !important;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.5;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    text-align: center;
}
.swiper-nav-control .swiper-button-next, .swiper-nav-control .swiper-button-prev {
    background: linear-gradient(to right, #4D47CA, #F5406A, #FF6A47) !important;
}
.section-padding {
    padding: 50px 0; 
}
.atndnce_testi blockquote {
    color: white;
}

/* workforce managment page */ 

.banner-section.wrkfrce_hro {
    background: #fbf5f3;
    position: relative; 
    padding: 60px 0 100px;
}

.wrkfrce_hro .outer-wrapper {
    max-width: 1280px;
    margin: auto;
}
.wrkfrce_hro .banner-text {
    margin-bottom: 20px;
}

.wrkfrce_hro h1 {
    line-height: 55px;
    font-size: 44px;
    text-align: center;
    font-weight: 700;
    max-width: 750px;
    margin: auto;
}

.wrkfrce_hro .banner-text p {
    max-width: 600px;
    margin: 15px auto 0;
    text-align: center;
}

.banner-section.wrkfrce_hro .center {
    position: relative;
    z-index: 2;
}

.wrkfrce_hro .dashboard {
    position: relative;
    /* max-width: 1280px; */
    margin: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 60px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.wrkfrce_hro .gradient-yellow {
    position: absolute;
    width: 80%;
    height: 90%;
    left: -15%;
    top: -15%;
    background: radial-gradient(52.34% 52.34% at 50% 50%, rgb(252 97 80 / 21%) 26%, rgba(255, 199, 64, 0) 100%);
}
.wrkfrce_hro .gradient-red {
    position: absolute;
    width: 80%;
    height: 80%;
    bottom: 0;
    right: 0;
    background: radial-gradient(52.34% 52.34% at 50% 50%, rgb(159 143 214 / 31%) 26%, rgba(254, 222, 207, 0) 100%);
}


.wrkfrce_hro .left-widget, .wrkfrce_hro .right-widget {
    max-width: 15%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: end;
    -ms-flex-pack: end;
    justify-content: end;
}
.wrkfrce_hro .dashboard img {
    z-index: 1;
}

.wrkfrce_hro .dashboard-img {
    position: relative;
    width: 100%;
    max-width: 65%;
}

.useCase_wrksml .nav-tabs.nav-tabs-bg {
    border-color: transparent;
}

.useCase_wrksml .nav-tabs.flex-column.nav-tabs-bg .nav-item {
    margin-bottom: 1rem;
}

.useCase_wrksml .nav-tabs.nav-justified .nav-item {
    text-align: left;
}

.useCase_wrksml .nav-justified .nav-item, .nav-justified>.nav-link {
    flex-basis: 0;
    flex-grow: 1;
    text-align: center;
}

.useCase_wrksml .nav-tabs.flex-column.nav-tabs-bg .nav-item a {
    border: 3px solid rgb(221, 221, 221);
    border-radius: 5px;
    padding: 10px;
    background-color: rgb(255, 255, 255);
    color: rgb(0, 0, 0);
    transform: none;
    cursor: pointer;
    justify-content: space-evenly;
}

.useCase_wrksml .nav-tabs.flex-column.nav-tabs-bg .nav-item a h4 {
    font-size: 14px;
    text-align: center;
}

.useCase_wrksml .nav-tabs.flex-column.nav-tabs-bg .nav-item a div img {
    max-width: unset;
}

.pnt_bult h3 {
    font-size: 21px;
}

.pnt_bult .icon-list {
    padding-left: 0;
    list-style: none;
    margin-left: 0;
}

.pnt_bult .icon-list.bullet-bg li {
    font-size: 14px;
    display: flex;
    gap: 12px;
    padding: 3px 0px 3px 0px;
}

.pnt_bult .icon-list.bullet-bg i {
    border-radius: 100%;
    width: 1rem;
    height: 1rem;
    top: .2rem;
    font-size: .8rem;
    line-height: 2;
    letter-spacing: normal;
    text-align: center;
    display: table;
    left: 0;
}

.pnt_bult .icon-list.bullet-bg i:before {
    vertical-align: middle;
    display: table-cell;
}

.btn-yellow, .btn-yellow:focus, .btn-yellow:hover {
    color: #fff;
    background-color: #fab758;
    border-color: #fab758;
}

.pnt_bult .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transform: translateY(0);
    letter-spacing: -.01rem;
    box-shadow: none;
    width: 100%;
}
.zwc-industry-leaders {
    margin: 0 auto 110px;
}

.zwc-industry-leaders {
    padding: 80px 0;
    text-align: center;
    background-image: url(/wp-content/uploads/2025/08/WorkSimplHp-CTA-1-scaled.png);
    margin: 110px auto;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 80px;
    position: relative;
    overflow: hidden;
    background-position: top;
    max-width: 1350px;
}

.zwc-industry-leaders:before {
    content: "";
    background: #fb4f6121;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: .88;
}

.content-wrap {
    position: relative;
    width: 85%;
    max-width: 1280px;
    margin: 0 auto;
}

.zwc-industry-leaders h2 {
    font-size: 25px;
    margin: auto;
    margin-bottom: 50px;
    max-width: 900px;
    color: #fff;
}

.zwc-industry-leaders .zwc-brands-wrapper {
    display: flex;
    justify-content: space-around;
    margin: 20px 0 80px;
    background: #fff1f1;
    padding: 70px;
    border-radius: 20px;
    box-shadow: 1px 1px 5px #00000024;
}
.zwc-industry-leaders .zwc-brands-choosed {
    text-align: center;
    /* font-size: 40px; */
    position: relative;
}
.zwc-industry-leaders .zwc-brands-choosed span {
    display: block;
}
.zwc-industry-leaders .zwc-percentage {
    font-size: 49px;
    font-weight: bold;
}
.zwc-industry-leaders .zwc-brands-choosed span {
    display: block;
}
.zwc-industry-leaders .zwc-description {
    font-size: 13px;
}
.zwc-industry-leaders img.zwc-automation {
    width: 117px;
    margin-top: 22px;
}
.zwc-industry-leaders .zwc-brands-choosed img {
    width: 160px;
    margin: 30px auto 0;
}
.zwc-industry-leaders .zwc-demo-cta {
    text-align: center;
}

.zwc-industry-leaders .zwc-email-wrap {
    position: relative;
    width: max-content;
    margin: auto;
}
.zwc-industry-leaders .zwc-demo-cta button {
    padding: 5px 10px;
    background-color: #fc5954;
    color: #fff;
    border: 0;
    border-radius: 3px;
    cursor: pointer;
    font-size: 17px;
    font-family: var(--primaryfont-semibold);
    position: absolute;
    right: 17px;
    top: 0;
    height: max-content;
    bottom: 0;
    margin: auto;
}

.zwc-industry-leaders .zwc-demo-cta input {
    padding: 28px;
    width: 435px;
    margin-right: 10px;
    border: 1px solid #000;
    border-radius: 5px;
    /* font-size: 20px; */
    color: #000;
}
.ftr_wrksmyl .list-unstyled {
    margin: 0;
}

.wrksypl_hstry .story-grid .story-item h3 {
    font-size: 21px;
}
.wrksypl_hstry .story-grid .story-item h6 {
    font-size: 12px;
}

.feature-section-two .container .section-heading h4 {
    font-size: 2rem;
}


@media (min-width: 992px) {
    .nav-tabs.nav-justified .nav-item:first-child {
        margin-left: 0;
    }
    .nav-tabs.nav-justified .nav-item {
        margin-left: .75rem;
        margin-right: .75rem;
    }
}

@media (min-width: 1024px) {
    .indrs_atnds .sme-box {
        min-width: 18rem;
    }
    .md\:grid-cols-4 {
        grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    }
    .md\:hidden {
        display: none;
    }
    .md\:block { 
        display: block !important;
    }
}

@media only screen and (min-width: 1350px) {
    .et_pb_row, .container {
        max-width: 1366px;
        width: 100%;
    }
}

@media screen and (max-width: 1440px) {
    .zwc-industry-leaders {
        /* max-width: 90%; */
        max-width: 80%;
        max-height: 70%;
    }
}