.elementor-873 .elementor-element.elementor-element-ea74227{--display:flex;}.elementor-873 .elementor-element.elementor-element-594348f6{--display:flex;}/* Start custom CSS for html, class: .elementor-element-72990a4 *//*====================================================
PRODUCTIVITY365 SERVICES PAGE
====================================================*/

.services-hero{
    background:#0F2A45;
    padding:100px 20px;
    text-align:center;
    font-family:'Manrope',sans-serif;
}

.services-hero .container{
    max-width:1200px;
    margin:auto;
}

.section-tag.dark{
    display:inline-block;
    background:#123A61;
    color:#33B5FF;
    border:1px solid #2C7BE5;
    border-radius:30px;
    padding:7px 18px;
    font-size:11px;
    font-weight:700;
    letter-spacing:2px;
    text-transform:uppercase;
    margin-bottom:24px;
}

.services-hero h1{
    font-size:58px;
    font-weight:800;
    line-height:1.15;
    color:#FFFFFF;
    margin:0;
}

.services-hero h1 span{
    color:#16B9FF;
}

.services-hero p{
    max-width:720px;
    margin:26px auto 0;
    color:#C7D6E8;
    font-size:18px;
    line-height:1.8;
}

/*====================================================
SERVICES GRID
====================================================*/

.services-overview{
    background:#FFFFFF;
    padding:90px 20px;
    font-family:'Manrope',sans-serif;
}

.services-overview .container{
    max-width:1280px;
    margin:auto;
}

.section-tag.center{
    display:block;
    width:max-content;
    margin:0 auto 18px;
    padding:6px 16px;
    border:1px solid #2563EB;
    border-radius:30px;
    color:#2563EB;
    font-size:11px;
    font-weight:700;
    letter-spacing:2px;
    text-transform:uppercase;
}

.services-overview h2{
    text-align:center;
    font-size:44px;
    font-weight:800;
    color:#0F2A45;
    margin-bottom:16px;
}

.section-description{
    max-width:760px;
    margin:0 auto 55px;
    text-align:center;
    color:#607A98;
    font-size:17px;
    line-height:1.8;
}

.services-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:28px;
}

.service-card{
    background:#FFFFFF;
    border:1px solid #DCE8F6;
    border-radius:18px;
    padding:30px;
    text-decoration:none;
    transition:.35s;
    display:flex;
    flex-direction:column;
    min-height:300px;
    box-shadow:0 6px 20px rgba(15,42,69,.05);
}

.service-card:hover{
    transform:translateY(-8px);
    border-color:#2563EB;
    box-shadow:0 22px 45px rgba(15,42,69,.12);
}

.service-icon{
    width:58px;
    height:58px;
    border-radius:14px;
    background:#EEF6FF;
    display:flex;
    justify-content:center;
    align-items:center;
    font-size:24px;
    margin-bottom:22px;
}

.service-card h3{
    color:#0F2A45;
    font-size:22px;
    font-weight:800;
    line-height:1.35;
    margin-bottom:16px;
}

.service-card p{
    color:#607A98;
    font-size:15px;
    line-height:1.8;
    flex:1;
    margin-bottom:24px;
}

.service-link{
    color:#2563EB;
    font-weight:700;
    font-size:15px;
    transition:.3s;
}

.service-card:hover .service-link{
    transform:translateX(5px);
}

.service-card:hover .service-link::after{
    margin-left:8px;
}

/*====================================================
RESPONSIVE
====================================================*/

@media(max-width:1100px){

.services-grid{
    grid-template-columns:repeat(2,1fr);
}

.services-hero h1{
    font-size:46px;
}

.services-overview h2{
    font-size:36px;
}

}

@media(max-width:768px){

.services-hero{
    padding:70px 20px;
}

.services-overview{
    padding:70px 20px;
}

.services-grid{
    grid-template-columns:1fr;
}

.services-hero h1{
    font-size:34px;
}

.services-hero p{
    font-size:16px;
}

.services-overview h2{
    font-size:30px;
}

.section-description{
    font-size:15px;
}

.service-card{
    min-height:auto;
    padding:24px;
}

.service-card h3{
    font-size:20px;
}

}/* End custom CSS */