.elementor-4770 .elementor-element.elementor-element-5b35f39.elementor-element{--align-self:center;}.elementor-4770 .elementor-element.elementor-element-349675d{margin:46px 46px calc(var(--kit-widget-spacing, 0px) + 46px) 46px;}.elementor-4770 .elementor-element.elementor-element-5c24acf{background-color:transparent;background-image:linear-gradient(180deg, #77B5CF 0%, #0C05DF 100%);}/* Start custom CSS for html, class: .elementor-element-5b35f39 */.hero{
    background:#fff;
    padding:100px 8%;
}

.hero .container{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:60px;
}

.badge{
    background:#FFF2F7;
    color:#FF2D75;
    padding:10px 20px;
    border-radius:30px;
    font-weight:600;
}

.hero h1{
    font-size:65px;
    line-height:1.1;
    margin:25px 0;
    color:#111;
}

.hero h1 span{
    color:#FF2D75;
}

.hero p{
    font-size:18px;
    color:#666;
    max-width:550px;
}

.hero-buttons{
    margin-top:35px;
}

.btn-primary{
    background:#FF2D75;
    color:#fff;
    padding:16px 35px;
    border-radius:50px;
    text-decoration:none;
    margin-right:15px;
}

.btn-secondary{
    border:2px solid #111;
    color:#111;
    padding:16px 35px;
    border-radius:50px;
    text-decoration:none;
}

.hero-stats{
    display:flex;
    gap:50px;
    margin-top:50px;
}

.hero-stats h3{
    font-size:32px;
    color:#111;
}

.hero-image img{
    width:550px;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-349675d */.trust-bar{
    background:#111;
    color:#fff;
    display:flex;
    justify-content:center;
    gap:80px;
    padding:25px;
    font-weight:600;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c855746 */.products{
    padding:100px 8%;
    background:#FFF2F7;
}

.products h2{
    text-align:center;
    font-size:48px;
    margin-bottom:60px;
}

.product-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:30px;
}

.product-card{
    background:#fff;
    border-radius:25px;
    overflow:hidden;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
}

.product-card img{
    width:100%;
}

.product-card h3{
    padding:20px;
}

.product-card p{
    padding:0 20px;
    color:#FF2D75;
    font-weight:700;
}

.product-card a{
    display:block;
    margin:20px;
    background:#111;
    color:#fff;
    text-align:center;
    padding:15px;
    border-radius:50px;
    text-decoration:none;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-dd7c271 */.why-us{
    padding:100px 8%;
}

.why-us h2{
    text-align:center;
    font-size:48px;
}

.features{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:30px;
    margin-top:60px;
}

.feature{
    background:#fff;
    padding:40px;
    border-radius:25px;
    text-align:center;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-5c24acf */.reviews{
    padding:100px 8%;
    background:#111;
    color:#fff;
}

.review-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:30px;
    margin-top:60px;
}

.review{
    background:#1d1d1d;
    padding:40px;
    border-radius:20px;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-b9750cf */.offer{
    text-align:center;
    padding:120px 8%;
    background:linear-gradient(
    135deg,
    #FF2D75,
    #FF69B4
    );
    color:white;
}

.offer h2{
    font-size:60px;
}

.offer a{
    display:inline-block;
    margin-top:30px;
    background:#111;
    color:white;
    padding:18px 45px;
    border-radius:50px;
    text-decoration:none;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-b53a304 */.final-cta{
    text-align:center;
    padding:120px 8%;
}

.final-cta h2{
    font-size:55px;
    color:#111;
}

.final-cta p{
    color:#666;
    margin:20px 0;
}

.final-cta a{
    display:inline-block;
    background:#FF2D75;
    color:white;
    padding:18px 50px;
    border-radius:50px;
    text-decoration:none;
}/* End custom CSS */