.elementor-1540 .elementor-element.elementor-element-d5d819e{--display:flex;}.elementor-1540 .elementor-element.elementor-element-41ac45d5{--display:flex;}/* Start custom CSS for html, class: .elementor-element-be30bfe *//*====================================================
MANAGED IT & SUPPORT PAGE
====================================================*/

.m365-deployment{
    background:#EAF4FF;
    padding:90px 20px;
    text-align:center;
    font-family:'Manrope',sans-serif;
}

.m365-deployment .container{
    max-width:1200px;
    margin:auto;
}

.deployment-hero h2{
    font-size:54px;
    font-weight:800;
    line-height:1.15;
    color:#0F2A45;
    margin:0;
}

.deployment-hero p{
    max-width:760px;
    margin:24px auto 40px;
    color:#607A98;
    font-size:18px;
    line-height:1.8;
}

.hero-buttons{
    display:flex;
    justify-content:center;
    gap:18px;
    flex-wrap:wrap;
}

.btn-primary{
    background:#2563EB;
    color:#fff;
    padding:15px 34px;
    border-radius:10px;
    font-weight:700;
    text-decoration:none;
    transition:.35s;
}

.btn-primary:hover{
    background:#1D4ED8;
    transform:translateY(-3px);
}

.btn-secondary{
    background:#0F2A45;
    color:#fff;
    padding:15px 34px;
    border-radius:10px;
    font-weight:700;
    text-decoration:none;
    transition:.35s;
}

.btn-secondary:hover{
    background:#17385A;
    transform:translateY(-3px);
}

/*====================================================
SERVICE GRID
====================================================*/

.services-grid-section{
    background:#fff;
    padding:90px 20px;
}

.services-grid-section .container{
    max-width:1200px;
    margin:auto;
}

.services-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:24px;
}

.service-card{
    background:#fff;
    border:1px solid #DCE8F6;
    border-radius:16px;
    padding:28px;
    transition:.35s;
    box-shadow:0 8px 24px rgba(15,42,69,.05);
}

.service-card:hover{
    transform:translateY(-8px);
    box-shadow:0 18px 40px rgba(15,42,69,.10);
}

.service-icon{
    width:56px;
    height:56px;
    background:#EEF6FF;
    border-radius:12px;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:26px;
    margin-bottom:18px;
}

.service-card h3{
    font-size:21px;
    font-weight:800;
    line-height:1.35;
    color:#0F2A45;
    margin-bottom:14px;
}

.service-card p{
    font-size:15px;
    line-height:1.8;
    color:#607A98;
    margin:0;
}

/*====================================================
WHO THIS IS FOR
====================================================*/

.who-for-section{
    background:#EAF4FF;
    padding:90px 20px;
}

.who-for-section .container{
    max-width:900px;
    margin:auto;
}

.who-wrapper{
    margin-top:40px;
}

.who-list{
    list-style:none;
    padding:0;
    margin:0;
}

.who-list li{
    position:relative;
    padding-left:32px;
    margin-bottom:18px;
    font-size:16px;
    line-height:1.8;
    color:#0F2A45;
}

.who-list li:before{
    content:"✓";
    position:absolute;
    left:0;
    top:1px;
    color:#2563EB;
    font-weight:800;
    font-size:18px;
}

/*====================================================
RESPONSIVE
====================================================*/

@media(max-width:1024px){

.services-grid{
grid-template-columns:repeat(2,1fr);
}

.deployment-hero h2{
font-size:42px;
}

}

@media(max-width:768px){

.m365-deployment{
padding:70px 20px;
}

.deployment-hero h2{
font-size:32px;
}

.deployment-hero p{
font-size:16px;
}

.services-grid{
grid-template-columns:1fr;
}

.hero-buttons{
flex-direction:column;
align-items:center;
}

.btn-primary,
.btn-secondary{
width:260px;
text-align:center;
}

.service-card{
padding:24px;
}

.who-list li{
font-size:15px;
}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-3feb684 *//*====================================================
HOW WE DELIVER
====================================================*/

.delivery-process{
    background:#FFFFFF;
    padding:90px 20px;
    font-family:'Manrope',sans-serif;
}

.delivery-process .container{
    max-width:1200px;
    margin:auto;
}

.process-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:22px;
    margin-top:45px;
}

.process-card{
    background:#FFFFFF;
    border:1px solid #D8E5F5;
    border-radius:14px;
    padding:28px 24px;
    transition:all .35s ease;
    box-shadow:0 6px 20px rgba(15,42,69,.04);
}

.process-card:hover{
    transform:translateY(-8px);
    box-shadow:0 18px 40px rgba(15,42,69,.10);
    border-color:#2563EB;
}

.step-number{
    font-size:32px;
    font-weight:800;
    color:#2563EB;
    line-height:1;
    margin-bottom:18px;
}

.process-card h3{
    font-size:18px;
    font-weight:800;
    color:#0F2A45;
    margin:0 0 14px;
    line-height:1.35;
}

.process-card p{
    font-size:15px;
    color:#607A98;
    line-height:1.8;
    margin:0;
}

/*====================================================
WHY PRODUCTIVITY365
====================================================*/

.why-p365{
    background:#EAF4FF;
    padding:90px 20px;
    font-family:'Manrope',sans-serif;
}

.why-p365 .container{
    max-width:900px;
    margin:auto;
}

.why-list{
    list-style:none;
    margin:40px 0 0;
    padding:0;
}

.why-list li{
    position:relative;
    padding-left:34px;
    margin-bottom:20px;
    color:#0F2A45;
    font-size:16px;
    line-height:1.9;
}

.why-list li:before{
    content:"✓";
    position:absolute;
    left:0;
    top:1px;
    color:#2563EB;
    font-size:18px;
    font-weight:800;
}

/*====================================================
RESPONSIVE
====================================================*/

@media (max-width:1024px){

.process-grid{
    grid-template-columns:repeat(2,1fr);
}

}

@media (max-width:767px){

.delivery-process,
.why-p365{
    padding:70px 20px;
}

.process-grid{
    grid-template-columns:1fr;
}

.process-card{
    padding:24px;
}

.step-number{
    font-size:28px;
}

.process-card h3{
    font-size:20px;
}

.process-card p{
    font-size:15px;
}

.why-list li{
    font-size:15px;
}

}/* End custom CSS */