.elementor-30101 .elementor-element.elementor-element-2e2053f:not(.elementor-motion-effects-element-type-background), .elementor-30101 .elementor-element.elementor-element-2e2053f > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}.elementor-30101 .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-30101 .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 */.sterling-case-study{
   
    color:#333;
}

.sterling-container{
    max-width:1200px;
    margin:auto;
    padding:0 20px;
}

.sterling-section{
    padding:30px 0;
}

.sterling-alt-bg{
    background:#f8fafc;
}

.sterling-hero{
    padding:30px 0;
    
    color:#fff;
}

.sterling-tag{
    display:inline-block;
    padding:8px 15px;
    background:#2563eb;
    border-radius:30px;
    margin-bottom:20px;
}

.sterling-hero h1{
    font-size:48px;
    margin-bottom:20px;
}

.sterling-overview-grid,
.sterling-challenge-grid,
.sterling-solution-grid,
.sterling-outcome-grid,
.sterling-list-grid{
    display:grid;
    gap:25px;
}

.sterling-overview-grid{
    grid-template-columns:repeat(3,1fr);
    margin-top:40px;
}

.sterling-challenge-grid,
.sterling-solution-grid{
    grid-template-columns:repeat(2,1fr);
    margin-top:40px;
}

.sterling-outcome-grid,
.sterling-list-grid{
    grid-template-columns:repeat(3,1fr);
    margin-top:30px;
}

.sterling-card,
.sterling-overview-card,
.sterling-outcome-grid div,
.sterling-list-grid div{
    background:#fff;
    padding:25px;
    border-radius:12px;
    box-shadow:0 5px 20px rgba(0,0,0,.08);
    height:100%;
}

.sterling-card ul{
    padding-left:20px;
}

.sterling-table{
    width:100%;
    border-collapse:collapse;
}

.sterling-table th{
    background:#0f172a;
    color:#fff;
}

.sterling-table th,
.sterling-table td{
    padding:15px;
    border:1px solid #ddd;
}

.sterling-table-wrap{
    overflow-x:auto;
}

.sterling-cta{
    background:#0f172a;
    color:#fff;
    text-align:center;
    padding:80px 20px;
}

.sterling-btn{
    display:inline-block;
    margin-top:25px;
    background:#fc741d;
    color:#fff;
    text-decoration:none;
    padding:14px 28px;
    border-radius:50px;
    font-weight:600;
}

.sterling-btn:hover{ color:#000;}


.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;
}

.pop-up-butt{background: #f97c2c;
    width: 30%;
    border-radius: 50px;
    border: none;
    margin: 20px auto;}
    
/*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;
}

@media(max-width:991px){

    .sterling-hero h1{
        font-size:36px;
    }

    .sterling-overview-grid,
    .sterling-outcome-grid,
    .sterling-list-grid{
        grid-template-columns:repeat(2,1fr);
    }

    .sterling-challenge-grid,
    .sterling-solution-grid{
        grid-template-columns:1fr;
    }
}

@media(max-width:767px){

    .sterling-hero h1{
        font-size:30px;
    }

    .sterling-overview-grid,
    .sterling-outcome-grid,
    .sterling-list-grid{
        grid-template-columns:1fr;
    }

    .sterling-section{
        padding:60px 0;
    }
}/* End custom CSS */