/* Start custom CSS for html, class: .elementor-element-02500a8 */.ps-auto-hero{
    padding:80px 24px;
    background:#F8FAFC;
}

.ps-auto-container{
    max-width:1280px;
    margin:0 auto;
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:80px;
    align-items:center;
}

.ps-auto-tag{
    display:inline-block;
    background:#EFF6FF;
    color:#2563EB;
    padding:10px 18px;
    border-radius:999px;
    font-size:13px;
    font-weight:700;
    margin-bottom:24px;
}

.ps-auto-content h1{
    font-size:clamp(42px,6vw,72px);
    font-weight:800;
    line-height:1.05;
    color:#0F172A;
    margin-bottom:24px;
}

.ps-auto-content p{
    color:#64748B;
    font-size:18px;
    line-height:1.9;
    margin-bottom:36px;
}

.ps-auto-btn{
    display:inline-flex;
    padding:16px 34px;
    background:#2563EB;
    color:#fff;
    text-decoration:none;
    border-radius:14px;
    font-weight:700;
}

.ps-auto-image img{
    width:100%;
    display:block;
    border-radius:28px;
    box-shadow:0 25px 70px rgba(15,23,42,.08);
}

@media(max-width:991px){

    .ps-auto-container{
        grid-template-columns:1fr;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-cc537a5 */.ps-auto-overview{
    padding:50px 24px;
    background:#FFFFFF;
}

.ps-auto-overview-container{
    max-width:1280px;
    margin:0 auto;
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:80px;
    align-items:center;
}

.ps-auto-overview-image img{
    width:100%;
    display:block;
    border-radius:28px;
    box-shadow:0 25px 70px rgba(15,23,42,.08);
}

.ps-auto-overview-content span{
    color:#2563EB;
    font-size:13px;
    font-weight:700;
    text-transform:uppercase;
    letter-spacing:1px;
}

.ps-auto-overview-content h2{
    font-size:clamp(36px,5vw,56px);
    font-weight:800;
    line-height:1.15;
    color:#0F172A;
    margin:20px 0 24px;
}

.ps-auto-overview-content p{
    color:#64748B;
    font-size:17px;
    line-height:1.9;
    margin-bottom:20px;
}

.ps-auto-list{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:16px;
    margin-top:35px;
}

.ps-auto-list-item{
    background:#F8FAFC;
    border:1px solid #E2E8F0;
    border-radius:14px;
    padding:16px 18px;
    font-weight:600;
    color:#0F172A;
}

@media(max-width:991px){

    .ps-auto-overview-container{
        grid-template-columns:1fr;
    }

    .ps-auto-list{
        grid-template-columns:1fr;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-2891b4c */.ps-auto-systems{
    padding:120px 24px;
    background:#F8FAFC;
}

.ps-auto-systems-head{
    max-width:850px;
    margin:0 auto 70px;
    text-align:center;
}

.ps-auto-systems-head span{
    color:#2563EB;
    font-size:13px;
    font-weight:700;
    text-transform:uppercase;
    letter-spacing:1px;
}

.ps-auto-systems-head h2{
    font-size:clamp(36px,5vw,56px);
    font-weight:800;
    color:#0F172A;
    margin:18px 0;
}

.ps-auto-systems-head p{
    color:#64748B;
    line-height:1.9;
    font-size:18px;
}

.ps-auto-systems-grid{
    max-width:1280px;
    margin:0 auto;
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:30px;
}

.ps-auto-system-card{
    background:#fff;
    border:1px solid #E2E8F0;
    border-radius:24px;
    overflow:hidden;
    transition:.35s ease;
    box-shadow:0 8px 25px rgba(15,23,42,.04);
}

.ps-auto-system-card:hover{
    transform:translateY(-8px);
    box-shadow:0 20px 50px rgba(15,23,42,.08);
}

.ps-auto-system-card img{
    width:100%;
    height:240px;
    object-fit:cover;
    display:block;
}

.ps-auto-system-card h3{
    font-size:22px;
    color:#0F172A;
    padding:24px 24px 10px;
}

.ps-auto-system-card p{
    color:#64748B;
    line-height:1.8;
    padding:0 24px 28px;
}

@media(max-width:1024px){

    .ps-auto-systems-grid{
        grid-template-columns:repeat(2,1fr);
    }

}

@media(max-width:767px){

    .ps-auto-systems-grid{
        grid-template-columns:1fr;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-ffd8fac */.ps-auto-ev{
    padding:120px 24px;
    background:#FFFFFF;
}

.ps-auto-ev-container{
    max-width:1280px;
    margin:0 auto;
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:80px;
    align-items:center;
}

.ps-auto-ev-image img{
    width:100%;
    display:block;
    border-radius:28px;
    box-shadow:0 25px 70px rgba(15,23,42,.08);
}

.ps-auto-ev-content span{
    color:#2563EB;
    font-size:13px;
    font-weight:700;
    letter-spacing:1px;
    text-transform:uppercase;
}

.ps-auto-ev-content h2{
    font-size:clamp(36px,5vw,56px);
    font-weight:800;
    line-height:1.15;
    color:#0F172A;
    margin:20px 0 24px;
}

.ps-auto-ev-content p{
    color:#64748B;
    font-size:17px;
    line-height:1.9;
    margin-bottom:20px;
}

.ps-auto-ev-box{
    margin-top:35px;
    background:#EFF6FF;
    border:1px solid #BFDBFE;
    border-radius:20px;
    padding:28px;
}

.ps-auto-ev-box strong{
    display:block;
    color:#2563EB;
    font-size:22px;
    margin-bottom:12px;
}

.ps-auto-ev-box p{
    margin:0;
}

@media(max-width:991px){

    .ps-auto-ev-container{
        grid-template-columns:1fr;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-602d024 */.ps-auto-monitoring{
    padding:80px 24px;
    background:#F8FAFC;
}

.ps-auto-monitoring-container{
    max-width:1280px;
    margin:0 auto;
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:80px;
    align-items:center;
}

.ps-auto-monitoring-content span{
    color:#2563EB;
    font-size:13px;
    font-weight:700;
    letter-spacing:1px;
    text-transform:uppercase;
}

.ps-auto-monitoring-content h2{
    font-size:clamp(36px,5vw,56px);
    font-weight:800;
    line-height:1.15;
    color:#0F172A;
    margin:20px 0 24px;
}

.ps-auto-monitoring-content p{
    color:#64748B;
    font-size:17px;
    line-height:1.9;
    margin-bottom:20px;
}

.ps-auto-monitor-grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:16px;
    margin-top:35px;
}

.ps-auto-monitor-item{
    background:#FFFFFF;
    border:1px solid #E2E8F0;
    border-radius:14px;
    padding:16px 18px;
    font-weight:600;
    color:#0F172A;
}

.ps-auto-monitoring-image img{
    width:100%;
    display:block;
    border-radius:28px;
    box-shadow:0 25px 70px rgba(15,23,42,.08);
}

@media(max-width:991px){

    .ps-auto-monitoring-container{
        grid-template-columns:1fr;
    }

    .ps-auto-monitor-grid{
        grid-template-columns:1fr;
    }

}/* End custom CSS */