.elementor-4589 .elementor-element.elementor-element-ffde652{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-85fbb44 */@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');

.sb-ads-wrapper{
    font-family:'Poppins', sans-serif;
    background:#ffffff;
    padding:70px 20px;
}

/* HERO */
.sb-ads-hero{
    text-align:center;
    max-width:900px;
    margin:auto;
    margin-bottom:60px;
}

.sb-ads-hero h1{
    font-size:42px;
    font-weight:700;
    color:#000000;
    margin-bottom:15px;
    position:relative;
}

.sb-ads-hero h1::after{
    content:'';
    width:80px;
    height:4px;
    background:linear-gradient(90deg,#FE0000,#0123FF);
    display:block;
    margin:10px auto 0;
    border-radius:4px;
}

.sb-ads-hero p{
    font-size:18px;
    color:#333;
    line-height:1.8;
}

/* SECTION */
.sb-ads-section{
    max-width:1000px;
    margin:auto;
    margin-bottom:60px;
}

.sb-ads-section h2{
    font-size:28px;
    margin-bottom:25px;
    color:#0123FF;
    font-weight:600;
}

/* GRID CARDS */
.sb-grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:20px;
}

.sb-card{
    background:#f9f9f9;
    padding:20px;
    border-left:4px solid #FE0000;
    border-radius:8px;
    font-size:16px;
    transition:.3s;
}

.sb-card:hover{
    background:#0123FF;
    color:#fff;
    transform:translateY(-5px);
}

/* SERVICES */
.sb-services ul{
    padding-left:20px;
    line-height:2;
    font-size:16px;
}

.sb-note{
    margin-top:20px;
    font-weight:500;
    color:#000;
}

/* COMMITMENT */
.sb-commitment{
    background:#0123FF;
    color:#fff;
    padding:40px;
    border-radius:10px;
    max-width:1000px;
    margin:0 auto 60px;
    text-align:center;
}

.sb-commitment h2{
    margin-bottom:15px;
}

/* CONTACT */
.sb-contact{
    text-align:center;
    max-width:600px;
    margin:auto;
}

.sb-contact h2{
    color:#FE0000;
    margin-bottom:15px;
}

.sb-btn{
    display:inline-block;
    margin-top:20px;
    padding:12px 30px;
    background:#FE0000;
    color:#fff;
    text-decoration:none;
    border-radius:30px;
    transition:.3s;
    font-weight:500;
}

.sb-btn:hover{
    background:#000;
}

/* =========================
   RESPONSIVE DESIGN
========================= */

/* Tablet */
@media(max-width:1024px){
    .sb-grid{
        grid-template-columns:1fr;
    }

    .sb-ads-hero h1{
        font-size:34px;
    }
}

/* Mobile */
@media(max-width:767px){
    .sb-ads-wrapper{
        padding:50px 15px;
    }

    .sb-ads-hero h1{
        font-size:26px;
    }

    .sb-ads-hero p{
        font-size:15px;
    }

    .sb-ads-section h2{
        font-size:22px;
    }

    .sb-card{
        font-size:14px;
    }

    .sb-commitment{
        padding:25px;
    }
}/* End custom CSS */