.elementor-29980 .elementor-element.elementor-element-2e2053f:not(.elementor-motion-effects-element-type-background), .elementor-29980 .elementor-element.elementor-element-2e2053f > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}.elementor-29980 .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-29980 .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 */.tmb-case-study{
   
    color:#2c2c2c;
}

.tmb-hero{
    
   padding:30px 0;
}

.tmb-section{
    padding:30px 0;
}

.tmb-section-title{
    font-size:42px;
    font-weight:700;
    margin-bottom:20px;
}

.tmb-card{
    background:#fc741d;
    border-radius:18px;
    padding:30px;
    height:100%;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
    transition:.3s;
}

.tmb-card:hover{
    transform:translateY(-5px);
}

.tmb-number{
    width:60px;
    height:60px;
    background:#0d6efd;
    color:#fff;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    font-weight:700;
    margin-bottom:20px;
}

.tmb-pain-card{
    border:1px solid #e5e7eb;
    border-radius:15px;
    padding:25px;
    height:100%;
}

.tmb-solution-card{
    border-left: 5px solid #f97c2c;
    background: #ffffff;
    border-radius:12px;
    padding:25px;
    height:100%;
}

.tmb-module{
    background:#eef4ff;
    border-radius:50px;
    padding:12px 20px;
    text-align:center;
    font-weight:600;
}

.tmb-stat-card{
    background:#00183c;
    color:#fff;
    border-radius:20px;
    padding:35px 20px;
    text-align:center;
    height:100%;
}

.tmb-stat-number{
    font-size:40px;
    font-weight:800;
}

.tmb-conclusion{
    background:#111827;
    color:#fff;
    border-radius:30px;
    padding:60px;
}

.tmb-conclusion h2{ color:#e7ce0c !important;}

.tmb-strategy{
    background:#f8fafc;
    border:2px dashed #f68337;
    border-radius:20px;
    padding:40px;
}

.pop-up-butt{background: #f97c2c;
    width: 100%;
    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;
}    
 

@media(max-width:767px){

    .tmb-section{
        padding:60px 0;
    }

    .tmb-section-title{
        font-size:30px;
    }

    .tmb-conclusion{
        padding:30px;
    }

}/* End custom CSS */