.elementor-4673 .elementor-element.elementor-element-87a8740{--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;--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-eb7f091 */@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');

.sb-terms-wrapper {
    font-family: 'Poppins', sans-serif;
    background: #f0f4ff;
    padding-bottom: 80px;
}

/* HERO SECTION */
.sb-terms-hero {
    background: linear-gradient(135deg, #FE0000, #0123FF);
    color: #fff;
    padding: 80px 20px;
    text-align: center;
    border-radius: 0 0 40px 40px;
}

.sb-terms-hero h1 {
    font-size: 44px;
    font-weight: 700;
    margin-bottom: 20px;
}

.sb-terms-hero p {
    max-width: 800px;
    margin: auto;
    font-size: 18px;
    line-height: 1.8;
}

/* MAIN CONTAINER */
.sb-terms-container {
    max-width: 1000px;
    margin: -60px auto 0;
    padding: 0 20px;
    display: grid;
    gap: 25px;
}

/* CARDS */
.terms-card {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    border-left: 6px solid #0123FF;
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
    transition: 0.3s ease;
}

.terms-card:hover {
    transform: translateY(-5px);
    border-left: 6px solid #FE0000;
}

.terms-card h2 {
    font-size: 22px;
    margin-bottom: 12px;
    color: #000;
}

.terms-card ul {
    padding-left: 20px;
    line-height: 1.8;
}

.terms-card p {
    line-height: 1.8;
    color: #333;
}

/* CONTACT SECTION */
.terms-contact {
    text-align: center;
    background: #000;
    color: #fff;
    padding: 40px;
    border-radius: 15px;
    margin-top: 20px;
}

.terms-contact h2 {
    color: #FE0000;
    margin-bottom: 15px;
}

/* RESPONSIVE DESIGN */

/* Tablet */
@media(max-width:1024px){
    .sb-terms-hero h1{
        font-size: 32px;
    }
}

/* Mobile */
@media(max-width:767px){
    .sb-terms-hero{
        padding: 60px 15px;
    }

    .sb-terms-hero h1{
        font-size: 26px;
    }

    .sb-terms-hero p{
        font-size: 15px;
    }

    .terms-card{
        padding: 20px;
    }

    .terms-card h2{
        font-size: 18px;
    }

    .terms-contact{
        padding: 25px;
    }
}/* End custom CSS */