.elementor-1538 .elementor-element.elementor-element-f3409b4{--display:flex;}.elementor-1538 .elementor-element.elementor-element-32100cb6{--display:flex;}/* Start custom CSS for html, class: .elementor-element-3560ac7 *//*====================================================
SECURITY & GOVERNANCE
====================================================*/

.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;
}

/*==========================
BUTTONS
==========================*/

.hero-buttons{
    display:flex;
    justify-content:center;
    gap:18px;
    flex-wrap:wrap;
}

.btn-primary{
    background:#2563EB;
    color:#fff;
    text-decoration:none;
    padding:15px 34px;
    border-radius:10px;
    font-weight:700;
    transition:.3s;
}

.btn-primary:hover{
    background:#1D4ED8;
    transform:translateY(-3px);
}

.btn-secondary{
    background:#0F2A45;
    color:#fff;
    text-decoration:none;
    padding:15px 34px;
    border-radius:10px;
    font-weight:700;
    transition:.3s;
}

.btn-secondary:hover{
    background:#17385A;
    transform:translateY(-3px);
}

/*==========================
SECTION TAG
==========================*/

.section-tag{
    display:inline-block;
    padding:7px 18px;
    border:1px solid #2563EB;
    border-radius:30px;
    color:#2563EB;
    font-size:11px;
    font-weight:700;
    letter-spacing:2px;
    text-transform:uppercase;
    margin-bottom:22px;
}

.section-tag.center{
    display:block;
    width:max-content;
    margin:0 auto 45px;
}

/*==========================
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 20px rgba(15,42,69,.05);
}

.service-card:hover{
    transform:translateY(-8px);
    border-color:#2563EB;
    box-shadow:0 20px 40px rgba(15,42,69,.12);
}

.service-icon{
    width:56px;
    height:56px;
    background:#EEF6FF;
    border-radius:12px;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:24px;
    margin-bottom:18px;
}

.service-card h3{
    font-size:20px;
    font-weight:800;
    color:#0F2A45;
    line-height:1.4;
    margin-bottom:14px;
}

.service-card p{
    color:#607A98;
    font-size:15px;
    line-height:1.8;
    margin:0;
}

/*==========================
WHO THIS IS FOR
==========================*/

.who-for-section{
    background:#EAF4FF;
    padding:90px 20px;
}

.who-for-section .container{
    max-width:900px;
    margin:auto;
}

.who-list{
    list-style:none;
    padding:0;
    margin:40px 0 0;
}

.who-list li{
    position:relative;
    padding-left:34px;
    margin-bottom:18px;
    color:#0F2A45;
    line-height:1.8;
}

.who-list li:before{
    content:"✓";
    position:absolute;
    left:0;
    top:2px;
    color:#2563EB;
    font-size:18px;
    font-weight:800;
}

/*==========================
HOW WE DELIVER
==========================*/

.delivery-process{
    background:#fff;
    padding:90px 20px;
}

.delivery-process .container{
    max-width:1200px;
    margin:auto;
}

.process-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:22px;
    margin-top:40px;
}

.process-card{
    background:#fff;
    border:1px solid #DCE8F6;
    border-radius:14px;
    padding:28px;
    transition:.35s;
    box-shadow:0 8px 20px rgba(15,42,69,.05);
}

.process-card:hover{
    transform:translateY(-6px);
    border-color:#2563EB;
    box-shadow:0 18px 35px rgba(15,42,69,.10);
}

.step-number{
    font-size:34px;
    font-weight:800;
    color:#2563EB;
    margin-bottom:16px;
}

.process-card h3{
    font-size:18px;
    font-weight:800;
    color:#0F2A45;
    margin-bottom:12px;
}

.process-card p{
    font-size:15px;
    line-height:1.8;
    color:#607A98;
    margin:0;
}

/*==========================
WHY PRODUCTIVITY365
==========================*/

.why-p365{
    background:#EAF4FF;
    padding:90px 20px;
}

.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:18px;
    color:#0F2A45;
    line-height:1.8;
}

.why-list li:before{
    content:"✓";
    position:absolute;
    left:0;
    top:2px;
    color:#2563EB;
    font-size:18px;
    font-weight:800;
}

/*==========================
RESPONSIVE
==========================*/

@media(max-width:1024px){

.services-grid{
    grid-template-columns:repeat(2,1fr);
}

.process-grid{
    grid-template-columns:repeat(2,1fr);
}

.deployment-hero h2{
    font-size:42px;
}

}

@media(max-width:768px){

.m365-deployment,
.services-grid-section,
.delivery-process,
.who-for-section,
.why-p365{
    padding:70px 20px;
}

.services-grid,
.process-grid{
    grid-template-columns:1fr;
}

.hero-buttons{
    flex-direction:column;
    align-items:center;
}

.btn-primary,
.btn-secondary{
    width:260px;
    text-align:center;
}

.deployment-hero h2{
    font-size:32px;
}

.deployment-hero p{
    font-size:16px;
}

.service-card,
.process-card{
    padding:24px;
}

.who-list li{
    font-size:15px;
}

}/* End custom CSS */