.elementor-536 .elementor-element.elementor-element-5705d548{--display:flex;}.elementor-536 .elementor-element.elementor-element-3a487577{background-color:#102C47;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-536 .elementor-element.elementor-element-052bf34{text-align:center;}.elementor-536 .elementor-element.elementor-element-052bf34 .elementor-heading-title{font-family:"Roboto", Sans-serif;font-size:20px;font-weight:600;color:#3354D6;}.elementor-536 .elementor-element.elementor-element-7589d4f4{--display:flex;}/* Start custom CSS for heading, class: .elementor-element-052bf34 *//* =====================================================
PRODUCTIVITY365
PARTNER SCENARIOS
===================================================== */

.partner-scenarios{
    background:#EEF7FF;
    padding:100px 20px;
    font-family:'Manrope',sans-serif;
}

.partner-scenarios .container{
    max-width:1250px;
    margin:auto;
}

.section-tag{
    display:inline-block;
    padding:6px 16px;
    background:#EAF2FF;
    color:#2563EB;
    border-radius:30px;
    font-size:11px;
    font-weight:700;
    letter-spacing:2px;
    text-transform:uppercase;
    margin-bottom:20px;
}

.partner-scenarios .container{
    text-align:center;
}

.partner-scenarios h2{
    font-size:48px;
    font-weight:800;
    color:#0F2A45;
    margin:0;
    line-height:1.2;
}

.section-desc{
    max-width:760px;
    margin:18px auto 60px;
    color:#607A98;
    font-size:18px;
    line-height:1.8;
}

.scenario-grid{

display:grid;

grid-template-columns:repeat(2,1fr);

gap:28px;

}

.scenario-card{

background:#fff;

border:1px solid #DCE8F6;

border-radius:18px;

padding:28px;

text-align:left;

box-shadow:0 8px 24px rgba(15,42,69,.06);

transition:.35s;

display:flex;

flex-direction:column;

}

.scenario-card:hover{

transform:translateY(-8px);

box-shadow:0 20px 45px rgba(15,42,69,.12);

}

.scenario-top{

display:flex;

justify-content:space-between;

gap:10px;

margin-bottom:18px;

flex-wrap:wrap;

}

.badge{

padding:7px 14px;

border-radius:30px;

font-size:11px;

font-weight:700;

}

.badge.blue{

background:#EAF2FF;

color:#2563EB;

}

.badge.light{

background:#F4F7FB;

color:#607A98;

}

.scenario-label{

font-size:10px;

font-weight:800;

letter-spacing:2px;

text-transform:uppercase;

color:#2563EB;

margin-bottom:10px;

display:block;

}

.scenario-card h3{

font-size:24px;

line-height:1.4;

font-weight:800;

color:#0F2A45;

margin-bottom:16px;

}

.scenario-card p{

font-size:15px;

line-height:1.8;

color:#607A98;

margin-bottom:24px;

}

.deliver-box{

background:#EEF6FF;

padding:18px;

border-radius:12px;

margin-bottom:24px;

}

.deliver-box h4{

margin:0 0 12px;

font-size:12px;

font-weight:800;

letter-spacing:2px;

text-transform:uppercase;

color:#2563EB;

}

.deliver-box ul{

list-style:none;

padding:0;

margin:0;

}

.deliver-box li{

font-size:14px;

color:#607A98;

padding:7px 0;

line-height:1.7;

}

.stats{

display:grid;

grid-template-columns:repeat(3,1fr);

gap:14px;

margin-top:auto;

}

.stats div{

background:#0F2A45;

padding:18px 10px;

border-radius:10px;

text-align:center;

}

.stats strong{

display:block;

font-size:26px;

font-weight:800;

color:#fff;

margin-bottom:4px;

}

.stats span{

display:block;

font-size:12px;

color:#BFD3E8;

line-height:1.5;

}

@media(max-width:1024px){

.scenario-grid{

grid-template-columns:1fr;

}

.partner-scenarios h2{

font-size:40px;

}

}

@media(max-width:768px){

.partner-scenarios{

padding:70px 18px;

}

.partner-scenarios h2{

font-size:32px;

}

.section-desc{

font-size:16px;

}

.scenario-card{

padding:22px;

}

.scenario-card h3{

font-size:22px;

}

.stats{

grid-template-columns:1fr;

}

}/* End custom CSS */