.elementor-4576 .elementor-element.elementor-element-6c2c92a{--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-c5c21b1 */@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');

.sb-about-wrapper{
    background: linear-gradient(135deg, #f5f7ff, #eef2ff);
    padding:80px 20px;
    display:flex;
    justify-content:center;
    font-family:'Poppins', sans-serif;
}

.sb-about-card{
    max-width:950px;
    width:100%;
    background:white;
    border-radius:18px;
    padding:55px;
    box-shadow:0 20px 50px rgba(0,0,0,0.08);
    transition:.35s ease;
}

.sb-about-card:hover{
    transform:translateY(-5px);
    box-shadow:0 25px 65px rgba(0,0,0,0.12);
}

.sb-header{
    text-align:center;
    margin-bottom:35px;
}

.sb-header h1{
    font-size:40px;
    color:#000000;
    font-weight:700;
    margin-bottom:8px;
}

.sb-underline{
    width:90px;
    height:4px;
    background:linear-gradient(90deg, #FE0000, #0123FF);
    margin:auto;
    border-radius:4px;
}

.sb-content p{
    font-size:17px;
    line-height:1.9;
    color:#333;
    margin-bottom:18px;
}

.highlight-red{
    color:#FE0000;
    font-weight:600;
}

.highlight-blue{
    color:#0123FF;
    font-weight:600;
}

.sb-quote{
    margin-top:30px;
    padding:18px 22px;
    background:#0123FF;
    color:white;
    border-radius:10px;
    text-align:center;
    font-weight:500;
    font-size:18px;
    box-shadow:0 10px 30px rgba(1,35,255,0.25);
}

/* ================= RESPONSIVE ================= */

/* Tablet */
@media (max-width: 1024px){
    .sb-about-card{
        padding:40px;
    }
    .sb-header h1{
        font-size:34px;
    }
    .sb-content p{
        font-size:16px;
    }
}

/* Mobile */
@media (max-width: 767px){
    .sb-about-wrapper{
        padding:50px 15px;
    }

    .sb-about-card{
        padding:28px;
        border-radius:14px;
    }

    .sb-header h1{
        font-size:26px;
    }

    .sb-underline{
        width:65px;
        height:3px;
    }

    .sb-content p{
        font-size:15px;
        line-height:1.7;
    }

    .sb-quote{
        font-size:16px;
        padding:14px;
    }
}/* End custom CSS */