.header-bg header .navbar .container{
    background: #fff;
    padding: 0;
    padding-right: 5px;
    border-radius: 4px;
}
body .home-software .top-bar{
    margin-bottom: 8px;
    padding: 0.5rem 0;
}
.navbar-expand-lg .navbar-nav .nav-link{color: #282e67;}
.navbar-expand-lg .navbar-nav .nav-item:hover .nav-link{color: var(--primary);}
header a.signup-btn.btn.btn-light.default{background-color: var(--primary);color: #fff;}
.navbar-brand img{background: #282e67;}
body .marketing-banner .title>span {
    padding: 0.3rem 0.8rem;
    background: #fff;
    color: rgb(252 86 38);
    margin-bottom: 7px;
    font-weight: 600;
    display: inline-block;
    font-size: 1.1rem;
    border: 1.5px solid rgb(252 86 38);
    border-radius: 5px;
}
body .marketing-banner p.lead{color: #222;}
body .header-bg.home-software{
    background:
    radial-gradient(circle at 85% 15%, rgba(255,102,51,.12) 0%, transparent 28%),
    radial-gradient(circle at 15% 85%, rgba(28,42,74,.06) 0%, transparent 35%),
    linear-gradient(180deg,#ffffff 0%,#fffaf7 100%) !important;
}
.marketing-banner .title h1{color:var(--default-text);}
body .quick-ct-whatsapp{color: var(--default-text); border-color: var(--default-text);}
.banner-listings{color: #1b1642;}
ul.banner-listings li {
    margin-right: 10px;
    padding-left: 20px;
}
ul.banner-listings li ::before{
font-size: 1rem;
}
body .img-partner img{padding: 0;width: 90% !important;}

.trusted-bar{
    background:#fff;
}
body .marketing-banner-wrap{padding: 0;}
body .header-bg::before{display: none;}
.trusted-title{
    display:flex;
    align-items:center;
    justify-content:center;
    margin-bottom:25px;
}

.trusted-title:before,
.trusted-title:after{
    content:"";
    width:90px;
    height:1px;
    background:#d9dee7;
}

.trusted-title span{
    margin:0 18px;
    font-size:18px;
    font-weight:700;
    color:#1d2746;
}

.trust-item{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:14px;
}

.trust-icon{
    width:52px;
    height:52px;
    border-radius:50%;
    border:2px solid #d9e7fb;
    color:#3d6dcc;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:22px;
    flex-shrink:0;
    transition:.3s;
}

.trust-item:hover .trust-icon{
    background:#ff6633;
    border-color:#ff6633;
    color:#fff;
    transform:translateY(-3px);
}

.trust-content h4{
    margin:0;
    font-size:34px;
    font-weight:700;
    color:#1d2746;
    line-height:1;
}

.trust-content p{
    margin:4px 0 0;
    color:#6b7280;
    font-size:14px;
    line-height:1.4;
}

@media(max-width:991px){

.trust-item{
    justify-content:flex-start;
}

.trusted-title:before,
.trusted-title:after{
    width:40px;
}

.trusted-title span{
    font-size:16px;
}

}

@media(max-width:575px){

.trust-item{
    margin-bottom:15px;
}

.trust-content h4{
    font-size:28px;
}

.trust-content p{
    font-size:13px;
}

.trust-icon{
    width:46px;
    height:46px;
    font-size:20px;
}

}

.fa-classic, .fa-regular, .fa-solid, .far, .fas{
    font-family: "Font Awesome 6 Free" !important;
}

@media (min-width: 991.99px){
        .header-anim.fixed-top {
        background-color: #fff !important;
    }
}