@media(max-width:767px){.elementor-5831 .elementor-element.elementor-element-1b1cfa8{width:100%;max-width:100%;}.elementor-5831 .elementor-element.elementor-element-1b1cfa8 > .elementor-widget-container{margin:0px 0px 0px 0px;}}/* Start custom CSS for html, class: .elementor-element-1b1cfa8 *//* ==========================
   RAYA CATEGORY MENU
========================== */

.raya-categories{
    display:flex;
    justify-content:center;
    flex-wrap:wrap;
    gap:18px;
    margin:25px 0 45px;
}

.raya-categories a{
    width:140px;
    min-height:140px;

    background:#fff;
    border:1px solid #F5E5EA;
    border-radius:28px;

    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;

    text-decoration:none;
    color:#5C3D45;

    box-shadow:0 10px 30px rgba(183,110,121,.10);

    transition:all .35s ease;
}

.raya-categories a:hover{
    transform:translateY(-8px);

    background:linear-gradient(
        135deg,
        #B76E79,
        #D88FA4
    );

    color:#fff;

    box-shadow:0 20px 40px rgba(183,110,121,.25);
}

.raya-icon{
    width:42px;
    height:42px;

    display:flex;
    align-items:center;
    justify-content:center;

    margin-bottom:12px;
}

.raya-icon i{
    font-size:34px;
    color:#B76E79;
    transition:.35s;
}

.raya-icon img{
    width:34px;
    height:34px;
    object-fit:contain;
    transition:.35s;
}

.raya-categories a:hover .raya-icon i,
.raya-categories a:hover .raya-icon img{
    transform:scale(1.12);
}

.raya-categories span{
    font-size:13px;
    font-weight:600;
    line-height:1.6;
    text-align:center;
    padding:0 10px;
}

@media(max-width:768px){

    .raya-categories{
        gap:12px;
    }

    .raya-categories a{
        width:105px;
        min-height:105px;
    }

    .raya-icon{
        width:32px;
        height:32px;
    }

    .raya-icon i{
        font-size:26px;
    }

    .raya-icon img{
        width:26px;
        height:26px;
    }

    .raya-categories span{
        font-size:11px;
    }
}/* End custom CSS */