:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-338bcad */.about-page{
    padding:90px 20px;
    background:
    linear-gradient(
        180deg,
        #ffffff,
        #faf5ff
    );
}

.about-container{
    max-width:1100px;
    margin:auto;
}

/* HEADER */

.about-header{
    text-align:center;
    margin-bottom:60px;
}

.about-tag{
    display:inline-block;
    padding:10px 22px;
    border-radius:50px;
    background:#f5d0fe;
    color:#86198f;
    font-weight:600;
}

.about-header h1{
    font-size:58px;
    line-height:1.2;
    font-weight:800;
    color:#111827;
    margin:20px 0;
}

.about-header p{
    max-width:800px;
    margin:auto;
    color:#6b7280;
    line-height:1.9;
    font-size:18px;
}

/* CARDS */

.about-card{
    background:#fff;
    padding:40px;
    border-radius:24px;
    margin-bottom:30px;
    box-shadow:
    0 12px 35px rgba(0,0,0,.06);
}

.about-card h2{
    font-size:30px;
    color:#111827;
    margin-bottom:18px;
}

.about-card p{
    color:#6b7280;
    line-height:1.9;
    margin-bottom:15px;
}

.about-card p:last-child{
    margin-bottom:0;
}

/* LIST */

.about-list{
    list-style:none;
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:15px;
}

.about-list li{
    padding:16px;
    border-radius:14px;
    background:#faf5ff;
    color:#7c3aed;
    font-weight:600;
}

/* CTA */

.about-contact{
    text-align:center;
    background:#fff;
    padding:50px 30px;
    border-radius:24px;
    box-shadow:
    0 12px 35px rgba(0,0,0,.06);
}

.about-contact h2{
    font-size:34px;
    color:#111827;
    margin-bottom:15px;
}

.about-contact p{
    color:#6b7280;
    max-width:650px;
    margin:auto;
    line-height:1.8;
}

.about-contact a{
    display:inline-block;
    margin-top:25px;
    text-decoration:none;
    padding:14px 32px;
    border-radius:14px;
    color:white;
    font-weight:600;
    background:
    linear-gradient(
        135deg,
        #7c3aed,
        #ec4899
    );
}

/* TABLET */

@media (max-width:992px){

    .about-header h1{
        font-size:46px;
    }

}

/* MOBILE */

@media (max-width:768px){

    .about-page{
        padding:70px 15px;
    }

    .about-header h1{
        font-size:34px;
    }

    .about-header p{
        font-size:16px;
    }

    .about-card{
        padding:25px;
    }

    .about-card h2{
        font-size:24px;
    }

    .about-list{
        grid-template-columns:1fr;
    }

    .about-contact{
        padding:35px 20px;
    }

    .about-contact h2{
        font-size:28px;
    }

}

/* SMALL DEVICES */

@media (max-width:480px){

    .about-header h1{
        font-size:28px;
    }

    .about-tag{
        font-size:13px;
    }

}/* End custom CSS */