.elementor-30007 .elementor-element.elementor-element-2e2053f:not(.elementor-motion-effects-element-type-background), .elementor-30007 .elementor-element.elementor-element-2e2053f > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}.elementor-30007 .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-30007 .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 */.altro-case-study{
    overflow:hidden;
}

.altro-hero{
    padding:30px 0;
   
    
}

.tmb-card {
    background: #fc741d;
    border-radius: 18px;
    padding: 30px;
    height: 100%;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .08);
    transition: .3s;
}

.altro-tag{
    display:inline-block;
    padding:8px 18px;
    background:#2563eb;
    border-radius:50px;
    margin-bottom:20px;
}

.altro-main-title{
    font-size:56px;
    font-weight:700;
    line-height:1.2;
}

.altro-subtitle{
    font-size:18px;
    opacity:.9;
}

.altro-overview-card{
    background:#fc741d;
    color:#fff;
    padding:35px;
    border-radius:20px;
    box-shadow:0 20px 40px rgba(0,0,0,.15);
}

.altro-section{
    padding:30px 0;
}



.altro-bg-light{
    background:#f8fafc;
}

.altro-section-title{
    font-size:42px;
    font-weight:700;
}

.altro-challenge-card,
.altro-solution-card{
    background:#fff;
    border-radius:20px;
    padding:30px;
    height:100%;
    box-shadow:0 10px 25px rgba(0,0,0,.08);
}

.altro-number{
    width:55px;
    height:55px;
    border-radius:50%;
    background:#fc741d;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-weight:700;
    margin-bottom:20px;
}

.altro-module{
    background:#eef2ff;
    padding:16px;
    border-radius:12px;
    text-align:center;
    font-weight:600;
    height:100%;
}

.altro-enhancement{
    background:#fff;
    padding:30px;
    border-radius:16px;
    text-align:center;
    height:100%;
    box-shadow:0 10px 25px rgba(0,0,0,.08);
}

.altro-stat{
    background:#00183c;
    color:#fff;
    text-align:center;
    padding:35px 20px;
    border-radius:20px;
}

.altro-stat h2{
    font-size:42px;
    font-weight:700; color: #fff;
}

.altro-conclusion{
    background:#111827;
    color:#fff;
    padding:60px;
    border-radius:25px;
}

.tmb-card {
    background: #fc741d;
    border-radius: 18px;
    padding: 30px;
    height: 100%;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .08);
    transition: .3s;
}


.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:991px){

    .altro-main-title{
        font-size:38px;
    }

    .altro-section-title{
        font-size:32px;
    }

    .altro-section{
        padding:70px 0;
    }
}

@media(max-width:576px){

    .altro-main-title{
        font-size:30px;
    }

    .altro-conclusion{
        padding:30px;
    }
}/* End custom CSS */