/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

.rSolutions .elementor-image-box-wrapper {
    position: relative;
}

.rSolutions .elementor-image-box-img {
    position: relative;
    width: 100% !important;
    margin-bottom: 0px !important;
}

.rSolutions .elementor-image-box-img img {
    display: block;
}

.rSolutions .elementor-image-box-content {
    left: 0px;
    bottom: 0px;
    position: absolute;
    display: flex;
    flex-wrap: wrap;
    padding-left: 50px;
    padding-bottom: 35px;
    max-width: 70%;
}

.rSolutions .elementor-image-box-content .elementor-image-box-title {
    width: 100%;
    text-align: left;
    order: 2;
}

.rSolutions .elementor-image-box-img a:after {
    top: 0px;
    left: 0px;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) -7.83%, rgba(0, 0, 0, 0.4) 52.06%);
    border-radius: 15px;
    transition: all 0.3s ease;
}

.rSolutions .elementor-image-box-img a:before {
    top: 0px;
    left: 0px;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 0;
    
    background: linear-gradient(0deg, rgba(0, 95, 97, 0.9), rgba(0, 95, 97, 0.9)), linear-gradient(180deg, rgba(0, 0, 0, 0) -7.83%, rgba(0, 0, 0, 0.4) 52.06%);
    border-radius: 15px;
    transition: all 0.3s ease;
}

.rSolutions:hover .elementor-image-box-img a:after {
    opacity: 0;
}

.rSolutions:hover .elementor-image-box-img a:before {
    opacity: 1;
}

.rSolutions .elementor-image-box-title a {
    padding: 12px 35px;
    border: 1px solid #FFFFFF;
    border-radius: 0px 26px;
    margin-top: 18px;
    display: inline-block;
    transition: all 0.3s ease;
}

.rSolutions:hover .elementor-image-box-title a {
    background: #D82E51;
    border-color: #D82E51;
}

.rSolutions .elementor-image-box-wrapper:after {
    bottom: 40px;
    right: 22px;
    z-index: 9;
    height: 116px;
    width: 48px;
    content: "";
    position: absolute;
    background: url(https://wordpress-258348-3358242.cloudwaysapps.com/wp-content/uploads/2023/03/rubaek-watermark-2.svg) no-repeat right top;
}

@media screen and (max-width:1024px) {
    .rSolutions .elementor-image-box-title a {
        margin-top: 4px;
    }
    
    .rSolutions .elementor-image-box-content {
        padding-left: 30px;
        padding-bottom: 16px;
    }
}

@media screen and (max-width:400px) {
    .rSolutions .elementor-image-box-title a {
        margin-top: 4px;
        padding: 8px 20px;
    }
    
    .rSolutions .elementor-image-box-content {
        padding-left: 20px;
        padding-bottom: 10px;
    }
}

.teamColumn {
    padding: 15px;
}

.teamColumn > .elementor-widget-wrap {
    background: #FFFFFF;
    border: 1px solid #DCDCDC;
    border-radius: 15px;
    padding: 35px 0px !important;
}