.elementor-8734 .elementor-element.elementor-element-2ff24fe{--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;}.elementor-8734 .elementor-element.elementor-element-0b7d810{--display:flex;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-8734 .elementor-element.elementor-element-ce869cb{text-align:center;}.elementor-8734 .elementor-element.elementor-element-ce869cb .elementor-heading-title{font-family:"Poppins", Sans-serif;font-size:38px;font-weight:600;color:#1B1B1B;}.elementor-widget-wc-categories .woocommerce .woocommerce-loop-category__title{color:var( --e-global-color-primary );font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-wc-categories .woocommerce-loop-category__title .count{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-8734 .elementor-element.elementor-element-9dcf495.elementor-wc-products  ul.products{grid-column-gap:20px;grid-row-gap:40px;}.elementor-8734 .elementor-element.elementor-element-9dcf495 a > img{border-radius:15px 15px 15px 15px;}.elementor-8734 .elementor-element.elementor-element-9dcf495 .woocommerce .woocommerce-loop-category__title{color:#000000;font-family:"Poppins", Sans-serif;font-weight:600;}/* Start custom CSS for html, class: .elementor-element-d39afa6 */.fb-likes-content{
    padding:90px 20px;
    background:#fff;
}

.fb-container{
    
    margin:auto;
}

.fb-heading{
    text-align:center;
  
    margin:auto;
    margin-bottom:70px;
}

.fb-heading span{
    display:inline-block;
    color:#1877F2;
    font-weight:700;
    text-transform:uppercase;
    letter-spacing:1px;
    margin-bottom:15px;
}

.fb-heading h2{
    font-size:42px;
    line-height:1.25;
    font-weight:700;
    color:#222;
    margin-bottom:25px;
}

.fb-heading p{
    font-size:18px;
    color:#666;
    line-height:1.8;
}

.fb-grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:30px;
    margin-bottom:80px;
}

.fb-card{
    background:#fff;
    border:1px solid #ececec;
    border-radius:18px;
    padding:35px;
    transition:.3s;
    box-shadow:0 10px 30px rgba(0,0,0,.05);
}

.fb-card:hover{
    transform:translateY(-5px);
    box-shadow:0 20px 40px rgba(0,0,0,.08);
}

.fb-card h3{
    font-size:28px;
    margin-bottom:18px;
    color:#222;
}

.fb-card p{
    color:#666;
    line-height:1.8;
    margin-bottom:25px;
}

.fb-card ul{
    margin:0;
    padding:0;
    list-style:none;
}

.fb-card li{
    position:relative;
    padding-left:30px;
    margin-bottom:15px;
    color:#444;
}

.fb-card li:before{
    content:"✓";
    position:absolute;
    left:0;
    color:#1877F2;
    font-weight:bold;
}

.fb-process{
    text-align:center;
}

.fb-process h2{
    font-size:40px;
    margin-bottom:55px;
    color:#222;
}

.process-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:25px;
}

.step2{
    background:#f8f9fb;
    padding:35px 25px;
    border-radius:18px;
    transition:.3s;
}

.step2:hover{
    background:#1877F2;
    color:#fff;
    transform:translateY(-5px);
}

.step2:hover h4,
.step2:hover p{
    color:#fff;
}

.step2 span{
    width:60px;
    height:60px;
    display:flex;
    align-items:center;
    justify-content:center;
    margin:auto;
    border-radius:50%;
    background:#1877F2;
    color:#fff;
    font-size:22px;
    font-weight:700;
    margin-bottom:20px;
}

.step2:hover span{
    background:#fff;
    color:#1877F2;
}

.step2 h4{
    font-size:22px;
    margin-bottom:15px;
    color:#222;
}

.step2 p{
    color:#666;
    line-height:1.7;
}

@media(max-width:991px){

.fb-grid{
grid-template-columns:1fr;
}

.process-grid{
grid-template-columns:repeat(2,1fr);
}

.fb-heading h2{
font-size:34px;
}

.fb-process h2{
font-size:34px;
}

}

@media(max-width:767px){

.process-grid{
grid-template-columns:1fr;
}

.fb-heading h2{
font-size:28px;
}

.fb-card{
padding:25px;
}

.fb-likes-content{
padding:60px 20px;
}

}

.fb-faq-section{
    padding:90px 20px;
    background:#f8faff;
}

.fb-container{
    max-width:1200px;
    margin:auto;
}

.faq-heading{
    text-align:center;
    max-width:800px;
    margin:0 auto 60px;
}

.faq-heading span{
    display:inline-block;
    color:#1877F2;
    font-weight:700;
    text-transform:uppercase;
    letter-spacing:1px;
    margin-bottom:15px;
}

.faq-heading h2{
    font-size:40px;
    color:#222;
    margin-bottom:20px;
}

.faq-heading p{
    color:#666;
    line-height:1.8;
    font-size:18px;
}

.faq-wrapper{
    max-width:900px;
    margin:auto;
}

.faq-wrapper details{
    background:#fff;
    border:1px solid #e7e7e7;
    border-radius:14px;
    margin-bottom:18px;
    overflow:hidden;
    transition:.3s;
}

.faq-wrapper details[open]{
    border-color:#1877F2;
    box-shadow:0 10px 30px rgba(24,119,242,.08);
}

.faq-wrapper summary{
    padding:22px 25px;
    cursor:pointer;
    font-size:18px;
    font-weight:600;
    color:#222;
    list-style:none;
    position:relative;
}

.faq-wrapper summary::-webkit-details-marker{
    display:none;
}

.faq-wrapper summary:after{
    content:"+";
    position:absolute;
    right:25px;
    top:50%;
    transform:translateY(-50%);
    font-size:26px;
    color:#1877F2;
}

.faq-wrapper details[open] summary:after{
    content:"−";
}

.faq-wrapper p{
    padding:0 25px 25px;
    color:#666;
    line-height:1.8;
    font-size:16px;
}

@media(max-width:768px){

.faq-heading h2{
    font-size:30px;
}

.faq-wrapper summary{
    font-size:17px;
    padding:18px;
}

.faq-wrapper p{
    padding:0 18px 20px;
}

}/* End custom CSS */