/* Start custom CSS for html, class: .elementor-element-8857fda */.japtec-support{
    max-width:1200px;
    margin:40px auto;
    padding:20px;
    font-family:Arial,sans-serif;
}
.support-hero{
    background:linear-gradient(135deg,#0B1020,#0B1020);
    color:#fff;
    padding:50px 30px;
    border-radius:12px;
    text-align:center;
}
.support-hero h1{
    font-size:40px;
    margin-bottom:10px;
}
.support-hero p{
    font-size:18px;
    opacity:.95;
}
.support-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(280px,1fr));
    gap:20px;
    margin-top:35px;
}
.support-card{
    background:#fff;
    border-radius:10px;
    padding:25px;
    box-shadow:0 5px 20px rgba(0,0,0,.08);
    transition:.3s;
}
.support-card:hover{
    transform:translateY(-5px);
}
.support-card h3{
    margin-bottom:15px;
    color:#0d6efd;
}
.support-card ul{
    padding-left:18px;
    line-height:1.9;
}
.contact-box{
    margin-top:40px;
    background:#f7f7f7;
    border-radius:10px;
    padding:30px;
}
.contact-box h2{
    margin-bottom:20px;
}
.contact-item{
    margin-bottom:12px;
    font-size:17px;
}
.support-btns{
    margin-top:20px;
}
.support-btns a{
    display:inline-block;
    background:#0d6efd;
    color:#fff;
    text-decoration:none;
    padding:12px 24px;
    border-radius:6px;
    margin:5px;
    transition:.3s;
}
.support-btns a:hover{
    background:#0b5ed7;
}
.faq{
    margin-top:45px;
}
.faq details{
    margin-bottom:12px;
    background:#fff;
    padding:15px;
    border-radius:8px;
    box-shadow:0 2px 10px rgba(0,0,0,.06);
}
.footer-note{
    text-align:center;
    margin-top:40px;
    color:#666;
    font-size:15px;
}
@media(max-width:768px){
.support-hero h1{
font-size:30px;
}
}

.support-btns a{
    text-decoration: none !important;
}

.support-btns a:hover{
    text-decoration: none !important;
}/* End custom CSS */