.elementor-30082 .elementor-element.elementor-element-2e2053f:not(.elementor-motion-effects-element-type-background), .elementor-30082 .elementor-element.elementor-element-2e2053f > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}.elementor-30082 .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-30082 .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 */.morsl-container{
    max-width:1200px;
    margin:auto;
    padding:20px 20px;
}

.morsl-section-title{
    font-size:56px;
    margin-bottom:20px;
    color:#0f172a;
    line-height:1.3;
}

.morsl-subtitle{
    font-size:20px;
    color:#64748b;
    margin-bottom:40px;
}

.morsl-card{
    background:#fff;
    padding:30px;
    border-radius:12px;
    box-shadow:0 5px 20px rgba(0,0,0,0.08);
    margin-bottom:30px;
}

.morsl-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:20px;
}

.morsl-info-box{
    background:#fc741d;
    border-radius:10px;
    padding:25px;
    text-align:center;
    box-shadow:0 4px 15px rgba(0,0,0,0.08); color: #fff;
}

.morsl-info-box h4{
    color:#fff;
    margin-bottom:10px;
}

.morsl-content-section{
    margin-top:60px;
}

.morsl-content-section h2{
    margin-bottom:20px;
    color:#0f172a;
}

.morsl-content-section p{
    margin-bottom:15px;
}

.morsl-challenge-grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:25px;
    margin-top:30px;
}

.morsl-challenge-card{
    background:#fff;
    padding:25px;
    border-radius:12px;
    box-shadow:0 5px 20px rgba(0,0,0,0.08);
    height:100%;
}

.morsl-challenge-card h3{
    margin-bottom:15px;
    color:#0f172a;
}

.morsl-challenge-card ul{
    padding-left:20px;
}

.morsl-challenge-card li{
    margin-bottom:8px;
}

.morsl-solution-grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:25px;
}

.morsl-solution-card{
    background:#fff;
    padding:25px;
    border-radius:12px;
    box-shadow:0 5px 20px rgba(0,0,0,0.08);
    height:100%;
}

.morsl-solution-card h3{
    margin-bottom:15px;
    color:#0f172a;
}

.morsl-solution-card ul{
    padding-left:20px;
}

.morsl-solution-card li{
    margin-bottom:8px;
}

.morsl-impact-list{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:15px;
    margin-top:20px;
}

.morsl-impact-item{
    background:#fff;
    padding:18px;
    border-radius:10px;
    box-shadow:0 3px 12px rgba(0,0,0,0.08);
}

.morsl-table-wrap{
    overflow-x:auto;
}

.morsl-table{
    width:100%;
    border-collapse:collapse;
    background:#fff;
    margin-top:25px;
}

.morsl-table th{
    background:#0f172a;
    color:#fff;
    padding:15px;
    text-align:left;
}

.morsl-table td{
    padding:15px;
    border:1px solid #e5e7eb;
}

.morsl-cta{
    margin-top:60px;
    background:#0f172a;
    color:#fff;
    padding:50px;
    border-radius:15px;
    text-align:center;
}

.morsl-cta h2{
    margin-bottom:20px; color: #e7ce0c;
}

.morsl-cta ul{
    list-style:none !important;
    margin:20px 0 !important;
}

.morsl-cta li{
    margin-bottom:10px;
}

.morsl-btn{
    display:inline-block;
    padding:14px 30px;
    background:#f97c2c;
    color:#fff;
    text-decoration:none;
    border-radius:50px;
    font-weight:bold;
    margin-top:20px;
}

.morsl-btn:hover{ color:#000;}

.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;
}

@media(max-width:991px){

.morsl-grid{
    grid-template-columns:repeat(2,1fr);
}

.morsl-challenge-grid,
.morsl-solution-grid,
.morsl-impact-list{
    grid-template-columns:1fr;
}

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

}

@media(max-width:576px){

.morsl-grid{
    grid-template-columns:1fr;
}

.morsl-section-title{
    font-size:26px;
}

.morsl-card,
.morsl-cta{
    padding:25px;
}

}/* End custom CSS */