.elementor-2057 .elementor-element.elementor-element-6684c3a:not(.elementor-motion-effects-element-type-background), .elementor-2057 .elementor-element.elementor-element-6684c3a > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://yoguverse.com.au/wp-content/uploads/2026/05/download-58.webp");background-position:center center;background-repeat:no-repeat;background-size:cover;}.elementor-2057 .elementor-element.elementor-element-6684c3a{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:-69px;margin-bottom:0px;}.elementor-2057 .elementor-element.elementor-element-6684c3a > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-2057 .elementor-element.elementor-element-cd3ad6f > .elementor-element-populated{padding:38px 0px 0px 50px;}.elementor-2057 .elementor-element.elementor-element-4d4bfbe .elementor-heading-title{font-family:"Aclonica", Sans-serif;font-size:52px;}.elementor-2057 .elementor-element.elementor-element-59009d8 .elementor-heading-title{font-family:"Aclonica", Sans-serif;font-size:22px;color:#95355C;}.elementor-2057 .elementor-element.elementor-element-f7d1562 .elementor-button{background-color:#9D637B;}.elementor-2057 .elementor-element.elementor-element-84b7781{margin-top:19px;margin-bottom:0px;}.elementor-2057 .elementor-element.elementor-element-5fe88e7 .elementor-heading-title{font-family:"Aclonica", Sans-serif;}.elementor-2057 .elementor-element.elementor-element-f459585 img{border-radius:10px 10px 10px 10px;}.elementor-2057 .elementor-element.elementor-element-955f900{margin-top:38px;margin-bottom:0px;}.elementor-2057 .elementor-element.elementor-element-e9dc955{text-align:center;}.elementor-2057 .elementor-element.elementor-element-e9dc955 .elementor-heading-title{font-family:"Aclonica", Sans-serif;color:#95355C;}.elementor-2057 .elementor-element.elementor-element-6f0d0f3 .elementor-accordion-item{border-width:2px;border-color:#45355C;}.elementor-2057 .elementor-element.elementor-element-6f0d0f3 .elementor-accordion-item .elementor-tab-content{border-width:2px;border-block-start-color:#45355C;}.elementor-2057 .elementor-element.elementor-element-6f0d0f3 .elementor-accordion-item .elementor-tab-title.elementor-active{border-width:2px;border-block-end-color:#45355C;}.elementor-2057 .elementor-element.elementor-element-6f0d0f3 .elementor-tab-title{padding:25px 25px 25px 25px;}.elementor-2057 .elementor-element.elementor-element-6f0d0f3 .elementor-tab-title .elementor-accordion-icon i:before{color:#45355C;}.elementor-2057 .elementor-element.elementor-element-6f0d0f3 .elementor-tab-title .elementor-accordion-icon svg{fill:#45355C;}.elementor-2057 .elementor-element.elementor-element-6f0d0f3 .elementor-tab-title.elementor-active .elementor-accordion-icon i:before{color:#45355C;}.elementor-2057 .elementor-element.elementor-element-6f0d0f3 .elementor-tab-title.elementor-active .elementor-accordion-icon svg{fill:#45355C;}@media(min-width:768px){.elementor-2057 .elementor-element.elementor-element-cd3ad6f{width:100%;}}/* Start custom CSS for heading, class: .elementor-element-4d4bfbe */.melting-color{
    color: #95355C;
}/* End custom CSS */
/* Start custom CSS for section, class: .elementor-element-6684c3a */.full-width-section{
    width: 100vw !important;
    max-width: 100vw !important;
    margin-left: calc(-50vw + 50%) !important;
    margin-right: calc(-50vw + 50%) !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-aaa3682 */.churros-features{
    padding:80px 20px;
    background:#fff7f2;
    font-family:'Poppins',sans-serif;
}

.churros-features .container{
    max-width:1300px;
    margin:auto;
}

.section-heading{
    text-align:center;
    margin-bottom:50px;
}

.section-heading h2{
    font-size:48px;
    line-height:1.2;
    color:#4f2c68;
    font-weight:700;
    margin-bottom:15px;
}

.section-heading p{
    max-width:850px;
    margin:auto;
    color:#6e6e6e;
    font-size:18px;
    line-height:1.8;
}

.features-grid{
    display:grid;
    grid-template-columns:repeat(6,1fr);
    gap:20px;
}

.feature-card{
    background:#fff;
    border:2px solid #f1dfd5;
    border-radius:22px;
    padding:35px 20px;
    text-align:center;
    transition:0.4s ease;
    box-shadow:0 10px 25px rgba(0,0,0,0.04);
}

.feature-card:hover{
    transform:translateY(-10px);
    border-color:#7b4c92;
    box-shadow:0 15px 35px rgba(123,76,146,0.15);
}

.feature-card .icon{
    font-size:48px;
    margin-bottom:20px;
}

.feature-card h3{
    font-size:24px;
    color:#4f2c68;
    margin-bottom:15px;
    font-weight:700;
    line-height:1.3;
}

.feature-card p{
    font-size:16px;
    color:#666;
    line-height:1.7;
}

/* Tablet */

@media(max-width:1100px){

.features-grid{
    grid-template-columns:repeat(3,1fr);
}

}

/* Mobile */

@media(max-width:767px){

.section-heading h2{
    font-size:34px;
}

.section-heading p{
    font-size:16px;
}

.features-grid{
    grid-template-columns:1fr;
}

.feature-card{
    padding:30px 20px;
}

}/* End custom CSS */