.elementor-30283 .elementor-element.elementor-element-2e2053f:not(.elementor-motion-effects-element-type-background), .elementor-30283 .elementor-element.elementor-element-2e2053f > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}.elementor-30283 .elementor-element.elementor-element-2e2053f{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:50px 0px 50px 0px;}.elementor-30283 .elementor-element.elementor-element-2e2053f > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}/* Start custom CSS for html, class: .elementor-element-5772d0d *//* =====================================================
   UNITFIT CASE STUDY CSS
   UNIQUE PREFIX: unitfit-
===================================================== */

.unitfit-case-study{
    
    color:#1f2937;
    overflow:hidden;
}

/* HERO SECTION */

.unitfit-hero-section{
    
    position:relative;
    overflow:hidden;
}

.unitfit-hero-section:before{
    content:'';
    position:absolute;
    width:550px;
    height:550px;
    border-radius:50%;
    background:rgba(255,255,255,.05);
    top:-250px;
    right:-150px;
}

.unitfit-hero-section:after{
    content:'';
    position:absolute;
    width:350px;
    height:350px;
    border-radius:50%;
    background:rgba(255,255,255,.04);
    bottom:-150px;
    left:-120px;
}

.unitfit-badge{
    display:inline-block;
    background:#f97316;
    color:#fff;
    padding:10px 18px;
    border-radius:50px;
    font-size:14px;
    font-weight:600;
    margin-bottom:20px;
}

.unitfit-main-title{
    
    font-size:3.2rem;
    font-weight:800;
    line-height:1.2;
    margin-bottom:25px;
}

.erp-card {
    background: #fc741d !important;
    border-radius: 12px;
    padding: 30px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, .08);
    height: 100%;
    color: #fff !important;
}

.unitfit-subtitle{
    color: #000;
    font-size:1.15rem;
    line-height:1.9;
    max-width:900px;
}

/* COMMON SECTION */

.unitfit-overview-section,
.unitfit-challenge-section,
.unitfit-why-section,
.unitfit-solution-section,
.unitfit-results-section,
.unitfit-beforeafter-section,
.unitfit-snapshot-section,
.unitfit-distributor-section,
.unitfit-cta-section{
    padding:30px 0;
}

.unitfit-overview-section h2,
.unitfit-challenge-section h2,
.unitfit-why-section h2,
.unitfit-solution-section h2,
.unitfit-results-section h2,
.unitfit-beforeafter-section h2,
.unitfit-distributor-section h2{
    font-size:2.5rem;
    font-weight:800;
    color:#0f172a;
}

/* INFO CARDS */

.unitfit-info-card{
    background:#fff;
    padding:30px;
    border-radius:20px;
    text-align:center;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
    transition:.35s;
    height:100%;
}

.unitfit-info-card:hover{
    transform:translateY(-8px);
}

.unitfit-info-card h6{
    color:#64748b;
    text-transform:uppercase;
    letter-spacing:.8px;
    font-size:13px;
    margin-bottom:10px;
}

.unitfit-info-card h4{
    font-size:1.15rem;
    font-weight:700;
    color:#0f172a;
}

/* CONTENT BOX */

.unitfit-content-box{
    background:#fff;
    padding:50px;
    border-radius:24px;
    box-shadow:0 12px 35px rgba(0,0,0,.08);
}

.unitfit-content-box p{
    line-height:1.9;
    margin-bottom:18px;
}

.unitfit-quote-box{
    margin-top:30px;
    padding:25px;
    border-left:5px solid #f97c2c;
    background:#f0fdfa;
    border-radius:15px;
}

.unitfit-quote-box h4{
    color:#0f766e;
    font-weight:700;
    margin-bottom:12px;
}

/* FEATURE CARDS */

.unitfit-feature-card{
    background:#fff;
    padding:30px;
    border-radius:20px;
    height:100%;
    border-top:5px solid #f97c2c;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
    transition:.35s;
}

.unitfit-feature-card:hover{
    transform:translateY(-8px);
}

.unitfit-feature-card h4{
    color:#f97c2c;
    font-weight:700;
    margin-bottom:20px;
}

.unitfit-feature-card p{
    line-height:1.8;
}

.unitfit-feature-card ul{
    padding-left:20px;
    margin-bottom:15px;
}

.unitfit-feature-card li{
    margin-bottom:10px;
    line-height:1.7;
}

/* WHY ENVERTIS */

.unitfit-value-card{
    background:#fff;
    border-radius:18px;
    min-height:130px;
    padding:30px;
    display:flex;
    align-items:center;
    justify-content:center;
    text-align:center;
    font-weight:600;
    box-shadow:0 10px 25px rgba(0,0,0,.08);
    transition:.35s;
}

.unitfit-value-card:hover{
    background:#f68337;
    color:#fff;
    transform:translateY(-8px);
}

/* SOLUTION CARDS */

.unitfit-solution-card{
    background:#fff;
    padding:30px;
    border-radius:20px;
    height:100%;
    border-left:5px solid #f97c2c;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
    transition:.35s;
}

.unitfit-solution-card:hover{
    transform:translateY(-8px);
}

.unitfit-solution-card h4{
    color:#f97c2c;
    font-weight:700;
    margin-bottom:20px;
}

.unitfit-solution-card ul{
    padding-left:20px;
}

.unitfit-solution-card li{
    margin-bottom:10px;
    line-height:1.7;
}

.unitfit-solution-card p{
    line-height:1.8;
}

/* BUSINESS IMPACT */

.unitfit-impact-card{
    background:#0f172a;
    color:#fff;
    border-radius:18px;
    min-height:140px;
    padding:25px;
    display:flex;
    align-items:center;
    justify-content:center;
    text-align:center;
    font-weight:600;
    transition:.35s;
    box-shadow:0 10px 25px rgba(0,0,0,.12);
}

.unitfit-impact-card:hover{
    background:#f68337;
    transform:translateY(-8px);
}

/* TABLE */

.unitfit-beforeafter-section table{
    background:#fff;
    border-radius:20px;
    overflow:hidden;
    box-shadow:0 12px 35px rgba(0,0,0,.08);
}

.unitfit-beforeafter-section thead{
    background:#0f172a;
    color:#fff;
}

.unitfit-beforeafter-section th{
    padding:18px;
    font-size:18px;
}

.unitfit-beforeafter-section td{
    padding:18px;
    vertical-align:middle;
}

/* SNAPSHOT */

.unitfit-highlight-box{
    background:#fff;
    padding:55px;
    border-radius:24px;
    border-left:6px solid #f97316;
    box-shadow:0 12px 35px rgba(0,0,0,.08);
}

.unitfit-highlight-box h2{
    font-size:2rem;
    font-weight:800;
    margin-bottom:15px;
}

.unitfit-highlight-box h4{
    color:#f97c2c;
    font-weight:700;
    margin-bottom:20px;
}

.unitfit-highlight-box p{
    line-height:1.9;
    margin-bottom:15px;
}

/* BACKGROUNDS */

.unitfit-challenge-section,
.unitfit-solution-section,
.unitfit-distributor-section,
.unitfit-beforeafter-section{
    
}

/* CTA */

.unitfit-cta-box{
    background:#00183c;
    color:#fff;
    padding:60px;
    border-radius:24px;
    text-align:center;
    box-shadow:0 15px 40px rgba(20,184,166,.25);
}

.unitfit-cta-box h2{
    font-size:2.5rem;
    font-weight:800;
    margin-bottom:20px; color: #fff;
}

.unitfit-cta-box p{
    max-width:900px;
    margin:0 auto 30px;
    line-height:1.9;
}

.unitfit-cta-box .btn{
    border:none;
    padding:14px 35px;
    border-radius:50px;
    font-weight:700;
    transition:.35s; background: #fc741d; color: #fff;
}

.unitfit-cta-box .btn:hover{
    background:#000;
    color:#fff;
}

.pop-up-butt{background: #f97c2c;
    width: 30%;
    border-radius: 50px;
    border: none;
    margin-top: 20px;}
    
/*form styles*/
#msform {
    text-align: center;
    position: relative;
   
}

#msform fieldset {
    
    border: 0 none;
    border-radius: 0px;
    
    padding: 20px 30px;
    box-sizing: border-box;
    width: 100%;
    

    /*stacking fieldsets above each other*/
    position: relative;
}

/*Hide all except first fieldset*/
#msform fieldset:not(:first-of-type) {
    display: none;
}

/*inputs*/
#msform input, #msform textarea {
    padding: 15px;
    border: 1px solid #ccc;
    border-radius: 0px;
    margin-bottom: 10px;
    width: 100%;
    box-sizing: border-box;
    font-family: montserrat;
    color: #2C3E50;
    font-size: 13px;
}

#msform input:focus, #msform textarea:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid #e87c33;
    outline-width: 0;
    transition: All 0.5s ease-in;
    -webkit-transition: All 0.5s ease-in;
    -moz-transition: All 0.5s ease-in;
    -o-transition: All 0.5s ease-in;
}

/*buttons*/
#msform .action-button {
    
    background: #eb7529;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 25px;
    cursor: pointer;
    padding: 10px 15px;
    margin: 10px 5px;
}

#msform .action-button:hover, #msform .action-button:focus {
    box-shadow: 0 0 0 2px white, 0 0 0 3px #ee0979;
}

#msform .action-button-previous {
    
    background: #C5C5F1;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 25px;
    cursor: pointer;
    padding: 10px 15px;
    margin: 10px 5px;
}

#msform .action-button-previous:hover, #msform .action-button-previous:focus {
    box-shadow: 0 0 0 2px white, 0 0 0 3px ##e87c33;
}

/*headings*/
.fs-title {
    font-size: 18px;
    text-transform: uppercase;
    color: #2C3E50;
    margin-bottom: 10px;
    letter-spacing: 2px;
    font-weight: bold;
}

.fs-subtitle {
    font-weight: normal;
    font-size: 13px;
    color: #666;
    margin-bottom: 20px;
}

/* RESPONSIVE */

@media(max-width:991px){

    .unitfit-main-title{
        font-size:2.4rem;
    }

    .unitfit-content-box,
    .unitfit-highlight-box,
    .unitfit-cta-box{
        padding:35px;
    }

    .unitfit-overview-section h2,
    .unitfit-challenge-section h2,
    .unitfit-why-section h2,
    .unitfit-solution-section h2,
    .unitfit-results-section h2,
    .unitfit-beforeafter-section h2,
    .unitfit-distributor-section h2{
        font-size:2rem;
    }
}

@media(max-width:767px){

    .unitfit-hero-section{
        text-align:center;
        padding:70px 0;
    }

    .unitfit-main-title{
        font-size:2rem;
    }

    .unitfit-subtitle{
        font-size:1rem;
    }

    .unitfit-content-box,
    .unitfit-highlight-box,
    .unitfit-cta-box{
        padding:25px;
    }

    .unitfit-impact-card{
        min-height:100px;
    }

    .unitfit-cta-box h2{
        font-size:1.8rem;
    }

    .unitfit-feature-card,
    .unitfit-solution-card,
    .unitfit-value-card{
        padding:25px;
    }
}/* End custom CSS */