/* Start custom CSS for section, class: .elementor-element-2d4c0b1b */.modstyla-return-box{
    direction:rtl;
    background:linear-gradient(180deg,#fcfaf8 0%,#ffffff 100%);
    border-radius:32px;
    padding:50px;
    border:1px solid #eee3d8;
    box-shadow:0 20px 50px rgba(0,0,0,.05),0 2px 8px rgba(0,0,0,.03);
}

.modstyla-return-box h1{
    text-align:center;
    font-size:36px;
    color:#73564b;
    margin-bottom:25px;
    padding-bottom:20px;
    border-bottom:1px solid #efe4d8;
}

.modstyla-return-box h2{
    background:#fff;
    border:1px solid #efe2d6;
    border-radius:20px;
    padding:20px 60px 20px 24px;
    margin:35px 0 20px;
    color:#7d6154;
    font-size:22px;
    line-height:1.8;
    box-shadow:0 8px 20px rgba(0,0,0,.04);
    position:relative;
}

.modstyla-return-box h2::before{
    content:"↩";
    position:absolute;
    right:20px;
    top:50%;
    transform:translateY(-50%);
    font-size:22px;
    color:#c9a27c;
}

.modstyla-return-box h3{
    background:#fff8f1;
    border-right:4px solid #c9a27c;
    padding:14px 18px;
    border-radius:12px;
    color:#7d6154;
    margin:20px 0 12px;
    font-size:18px;
}

.modstyla-return-box p{
    color:#555;
    line-height:2.3;
    margin-bottom:18px;
    font-size:16px;
}

.modstyla-return-box ul{
    list-style:none;
    padding:0;
    margin:20px 0;
}

.modstyla-return-box li{
    background:#fff;
    border:1px solid #f0e5db;
    border-radius:14px;
    margin-bottom:12px;
    padding:15px 60px 15px 18px;
    position:relative;
    line-height:2;
    transition:.3s;
}

.modstyla-return-box li:hover{
    transform:translateY(-2px);
    box-shadow:0 10px 25px rgba(0,0,0,.05);
}

.modstyla-return-box li::before{
    content:"✓";
    position:absolute;
    right:18px;
    top:16px;
    width:24px;
    height:24px;
    border-radius:50%;
    background:#c9a27c;
    color:#fff;
    text-align:center;
    line-height:24px;
    font-size:13px;
    font-weight:700;
}

.modstyla-return-box a{
    color:#b07d62;
    text-decoration:none;
    font-weight:600;
}

.modstyla-return-box a:hover{
    color:#8d6b5f;
}

.modstyla-return-box strong{
    color:#7d6154;
}

.modstyla-return-box hr{
    border:none;
    height:1px;
    background:#efe4d8;
    margin:30px 0;
}

@media(max-width:768px){
    .modstyla-return-box{
        padding:25px;
        border-radius:22px;
    }

    .modstyla-return-box h1{
        font-size:28px;
    }

    .modstyla-return-box h2{
        font-size:19px;
        padding:16px 50px 16px 16px;
    }

    .modstyla-return-box h2::before{
        right:16px;
        font-size:18px;
    }

    .modstyla-return-box h3{
        font-size:17px;
    }

    .modstyla-return-box p,
    .modstyla-return-box li{
        font-size:15px;
    }

    .modstyla-return-box li{
        padding:14px 55px 14px 16px;
    }

    .modstyla-return-box li::before{
        right:15px;
        top:16px;
        width:22px;
        height:22px;
        line-height:22px;
    }
}/* End custom CSS */