.elementor-8809 .elementor-element.elementor-element-aaed4a3{--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-8809 .elementor-element.elementor-element-7b50efb{--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-8809 .elementor-element.elementor-element-5a7bff3{text-align:center;}.elementor-8809 .elementor-element.elementor-element-5a7bff3 .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-8809 .elementor-element.elementor-element-512b406.elementor-wc-products  ul.products{grid-column-gap:20px;grid-row-gap:40px;}.elementor-8809 .elementor-element.elementor-element-512b406 .woocommerce .woocommerce-loop-category__title{color:#000000;font-family:"Poppins", Sans-serif;font-weight:600;}.elementor-8809 .elementor-element.elementor-element-7d47f88{--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;}/* Start custom CSS for html, class: .elementor-element-e3f2eb9 *//* ==========================================
   TIKTOK GROWTH SECTION
========================================== */

.tt-growth-section{
    padding:90px 20px;
    background:linear-gradient(180deg,#ffffff 0%,#fafafa 100%);
}

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

/* Heading */

.tt-heading{
    max-width:900px;
    margin:0 auto 70px;
    text-align:center;
}

.tt-heading span{
    display:inline-block;
    padding:8px 20px;
    border-radius:40px;
    font-size:14px;
    font-weight:700;
    color:#fff;
    background:linear-gradient(90deg,#25F4EE,#FE2C55);
    margin-bottom:18px;
}

.tt-heading h2{
    font-size:44px;
    line-height:1.25;
    margin-bottom:25px;
    color:#111;
    font-weight:700;
}

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

/* Cards */

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

.tt-card{
    background:#fff;
    border-radius:22px;
    padding:35px;
    border:1px solid #ececec;
    box-shadow:0 15px 40px rgba(0,0,0,.05);
    transition:.35s;
    margin-bottom:30px;
}

.tt-card:hover{
    transform:translateY(-8px);
    border-color:#25F4EE;
    box-shadow:
        -8px 8px 0 rgba(37,244,238,.15),
         8px -8px 0 rgba(254,44,85,.12),
         0 25px 50px rgba(0,0,0,.08);
}

.tt-card h3{
    font-size:30px;
    color:#111;
    margin-bottom:20px;
}

.tt-card p{
    color:#666;
    line-height:1.9;
    margin-bottom:20px;
}

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

.tt-card li{
    position:relative;
    padding-left:28px;
    margin-bottom:14px;
    color:#444;
}

.tt-card li:before{
    content:"✓";
    position:absolute;
    left:0;
    color:#FE2C55;
    font-weight:700;
}

/* Process */

.tt-process{
    margin-top:40px;
    margin-bottom:90px;
}

.tt-process h2{
    text-align:center;
    font-size:40px;
    margin-bottom:50px;
    color:#111;
}

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

.tt-step{
    background:#fff;
    border-radius:22px;
    padding:35px 25px;
    text-align:center;
    border:1px solid #ececec;
    transition:.35s;
}

.tt-step:hover{
    transform:translateY(-8px);
    background:#111;
}

.tt-step span{
    width:60px;
    height:60px;
    display:flex;
    align-items:center;
    justify-content:center;
    margin:auto auto 20px;
    border-radius:50%;
    background:linear-gradient(135deg,#25F4EE,#FE2C55);
    color:#fff;
    font-size:22px;
    font-weight:700;
}

.tt-step h4{
    font-size:22px;
    color:#111;
    margin-bottom:15px;
}

.tt-step p{
    color:#666;
    line-height:1.8;
}

.tt-step:hover h4,
.tt-step:hover p{
    color:#fff;
}

/* FAQ */

.tt-faq-section{
    padding:90px 20px;
    background:#fafafa;
}

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

.tt-faq-heading span{
    display:inline-block;
    background:linear-gradient(90deg,#25F4EE,#FE2C55);
    color:#fff;
    padding:8px 20px;
    border-radius:30px;
    font-weight:700;
    margin-bottom:20px;
}

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

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

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

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

.tt-faq-wrapper details[open]{
    border-color:#25F4EE;
    box-shadow:
        -5px 5px 0 rgba(37,244,238,.12),
         5px -5px 0 rgba(254,44,85,.10);
}

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

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

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

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

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

/* Responsive */

@media(max-width:991px){

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

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

.tt-heading h2,
.tt-process h2,
.tt-faq-heading h2{
    font-size:34px;
}

}

@media(max-width:767px){

.tt-growth-section,
.tt-faq-section{
    padding:60px 20px;
}

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

.tt-heading h2,
.tt-process h2,
.tt-faq-heading h2{
    font-size:28px;
}

.tt-card{
    padding:25px;
}

.tt-step{
    padding:25px;
}

.tt-card h3{
    font-size:24px;
}

.tt-step h4{
    font-size:20px;
}

.tt-heading p,
.tt-faq-heading p{
    font-size:16px;
}

}/* End custom CSS */