.elementor-1537 .elementor-element.elementor-element-d1e7e16{--display:flex;}.elementor-1537 .elementor-element.elementor-element-6ac25232{--display:flex;}/* Start custom CSS for html, class: .elementor-element-0575624 *//*====================================================
MICROSOFT 365 COPILOT 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:25px auto 40px;
    font-size:18px;
    line-height:1.8;
    color:#607A98;
}

.hero-buttons{
    display:flex;
    justify-content:center;
    gap:18px;
    flex-wrap:wrap;
}

.btn-primary{
    background:#2563EB;
    color:#fff;
    padding:15px 34px;
    border-radius:10px;
    text-decoration:none;
    font-weight:700;
    transition:.3s;
}

.btn-primary:hover{
    background:#1D4ED8;
    transform:translateY(-3px);
}

.btn-secondary{
    background:#0F2A45;
    color:#fff;
    padding:15px 34px;
    border-radius:10px;
    text-decoration:none;
    font-weight:700;
    transition:.3s;
}

.btn-secondary:hover{
    background:#183C61;
    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 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;
    border-radius:12px;
    background:#EEF6FF;
    display:flex;
    justify-content:center;
    align-items:center;
    font-size:24px;
    margin-bottom:18px;
}

.service-card h3{
    font-size:20px;
    font-weight:800;
    color:#0F2A45;
    margin-bottom:14px;
    line-height:1.4;
}

.service-card p{
    font-size:15px;
    color:#607A98;
    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-wrapper{
    margin-top:40px;
}

.who-list{
    list-style:none;
    padding:0;
    margin:0;
}

.who-list li{
    position:relative;
    padding-left:34px;
    margin-bottom:18px;
    font-size:16px;
    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;
}

.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:18px;
}

.process-card h3{
    font-size:18px;
    font-weight:800;
    color:#0F2A45;
    margin-bottom:12px;
}

.process-card p{
    font-size:15px;
    color:#607A98;
    line-height:1.8;
    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;
    line-height:1.8;
    color:#0F2A45;
}

.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;
}

}/* End custom CSS */