.elementor-8777 .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-8777 .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-8777 .elementor-element.elementor-element-5a7bff3{text-align:center;}.elementor-8777 .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-8777 .elementor-element.elementor-element-512b406.elementor-wc-products  ul.products{grid-column-gap:20px;grid-row-gap:40px;}.elementor-8777 .elementor-element.elementor-element-512b406 .woocommerce .woocommerce-loop-category__title{color:#000000;font-family:"Poppins", Sans-serif;font-weight:600;}.elementor-8777 .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 *//* ==========================================
   YOUTUBE GROWTH SECTION
========================================== */

.yt-growth-section{
    padding:90px 20px;
    background:#fff;
}

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

/* Heading */

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

.yt-heading span{
    display:inline-block;
    background:#ff0000;
    color:#fff;
    padding:8px 20px;
    border-radius:30px;
    font-size:14px;
    font-weight:700;
    letter-spacing:1px;
    text-transform:uppercase;
    margin-bottom:18px;
}

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

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

.yt-heading a{
    color:#ff0000;
    font-weight:600;
    text-decoration:none;
}

.yt-heading a:hover{
    text-decoration:underline;
}

/* Cards */

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

.yt-card{
    background:#fff;
    border:1px solid #ececec;
    border-radius:20px;
    padding:35px;
    transition:.35s;
    box-shadow:0 15px 35px rgba(0,0,0,.05);
}

.yt-card:hover{
    transform:translateY(-8px);
    border-color:#ff0000;
    box-shadow:0 25px 50px rgba(255,0,0,.12);
}

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

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

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

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

.yt-card li:before{
    content:"▶";
    color:#ff0000;
    position:absolute;
    left:0;
    top:0;
}

/* Process */

.yt-process{
    margin-top:20px;
}

.yt-process h2{
    text-align:center;
    font-size:40px;
    margin-bottom:55px;
    color:#222;
}

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

.yt-step{
    background:#fafafa;
    border:1px solid #ececec;
    border-radius:20px;
    padding:35px 25px;
    text-align:center;
    transition:.35s;
}

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

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

.yt-step:hover span{
    background:#fff;
    color:#ff0000;
}

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

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

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

/* FAQ */

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

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

.yt-faq-heading span{
    display:inline-block;
    background:#ff0000;
    color:#fff;
    padding:8px 20px;
    border-radius:30px;
    text-transform:uppercase;
    font-weight:700;
    margin-bottom:20px;
}

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

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

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

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

.yt-faq-wrapper details[open]{
    border-color:#ff0000;
    box-shadow:0 12px 30px rgba(255,0,0,.10);
}

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

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

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

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

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

/* Responsive */

@media(max-width:991px){

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

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

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

}

@media(max-width:767px){

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

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

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

.yt-card{
    padding:25px;
}

.yt-step{
    padding:25px;
}

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

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

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

}/* End custom CSS */