body.single-research{
    background:#f6f7f4;
}

.gt3-page-title_wrapper{display:none;}
.elementor-17677 .elementor-element.elementor-element-6e97669.sticky_enabled{
    box-shadow:none;
}

.rl-container{
    max-width:1500px;
    margin:20px auto;
    padding:0 60px;
}

/* HERO */

.rl-hero{
    position:relative;
    display:flex;
    align-items:center;
    justify-content:space-between;
    min-height:auto;
    background:#fff;
    border-radius:40px;
    overflow:hidden;
    padding:40px;
    box-shadow:0 15px 60px rgba(0,0,0,.08);
}

.rl-hero::before{
    content:'';
    position:absolute;
    right:-180px;
    bottom:-180px;
    width:850px;
    height:850px;
    border-radius:50%;
    background:radial-gradient(circle,#eaf8df 0%,rgba(234,248,223,0) 70%);
}

.rl-content{
    width:65%;
    position:relative;
    z-index:2;
}

.rl-badge{
    display:none;
    align-items:center;
    background:#1d8c37;
    color:#fff;
    padding:16px 28px;
    border-radius:16px;
    font-size:24px;
    font-weight:700;
    margin-bottom:40px;
}

.rl-title{
    font-size:50px;
    line-height:1.12;
    color:#13222d;
    font-weight:700;
    margin:0;
    max-width:900px;
    letter-spacing:-1px;
}

.rl-image{
    width:500px;
    position:relative;
    z-index:2;
}

.rl-image img{
    width:100%;
    display:block;
}

/* ABSTRACT CARD */

.rl-abstract-card p {
    color: #222;
    font-size: 16px;
}

.rl-abstract-card h2 {
    color: #000;
    font-size: 30px;
    padding-bottom: 20px;
}

.rl-abstract-card{
    background:#fff;
    margin-top:20px;
    border-radius:35px;
    padding:50px;
    position:relative;
    z-index:5;
    box-shadow:0 15px 60px rgba(0,0,0,.08);
}

.rl-heading{
    display:flex;
    align-items:center;
    gap:20px;
    margin-bottom:30px;
}

.rl-icon{
    width:70px;
    height:70px;
    background:#eef8e9;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:28px;
}

.rl-heading h2{
    margin:0;
    font-size:48px;
    color:#111;
}

.rl-abstract{
    font-size:18px;
    line-height:1.9;
    color:#222;
}

.rl-abstract p{
    margin-bottom:25px;
    
}

.rl-abstract strong{
    color:#1c8d37;
}

/* BUTTONS */

.rl-buttons{
    display:flex;
    justify-content:center;
    align-items:center;
    gap:20px;
    margin-top:20px;
    flex-wrap:wrap;
}

.rl-btn{
    width:280px;
    height:60px;
    font-size:18px;
    font-weight:600;
    border-radius:12px;
    display:flex;
    align-items:center;
    justify-content:center;
    text-decoration:none;
}

 

.rl-btn:hover{
    transform:translateY(-4px);
}

.rl-btn-green{
    background:linear-gradient(90deg,#1c8d37,#4ea83f);
    color:#fff;
}

.rl-btn-outline{
    border:2px solid #2b973c;
    background:#fff;
    color:#2b973c;
}

/* CONTENT SECTION */

.rl-full-content{
    background:#fff;
    margin-top:30px;
    border-radius:35px;
    padding:50px;
    box-shadow:0 15px 60px rgba(0,0,0,.08);
}

.rl-full-content h2,
.rl-full-content h3{
    margin-bottom:20px;
}

.rl-full-content p{
    font-size:20px;
    line-height:1.9;
}

/* MOBILE */

@media(max-width:1200px){

    .rl-title{
        font-size:58px;
    }

    .rl-image{
        width:350px;
    }
}

@media(max-width:991px){

    .rl-hero{
        flex-direction:column;
        text-align:center;
        padding:40px 30px;
        min-height:auto;
    }

    .rl-content{
        width:100%;
    }

    .rl-title{
        font-size:42px;
        max-width:100%;
    }

    .rl-image{
        width:280px;
        margin-top:30px;
    }

    .rl-abstract-card{
        margin-top:20px;
        padding:30px;
    }

    .rl-heading h2{
        font-size:30px;
    }

    .rl-abstract{
        font-size:18px;
    }

    .rl-buttons{
        grid-template-columns:1fr;
    }

    .rl-btn{
        height:85px;
        font-size:22px;
    }
}

@media(max-width:576px){

    .rl-title{
        font-size:34px;
    }

    .rl-badge{
        font-size:18px;
        padding:12px 20px;
    }

    .rl-hero{
        border-radius:25px;
    }

    .rl-abstract-card{
        border-radius:25px;
    }
}