.ry-special-offers{
    max-width:1320px;
    margin:55px auto;
    padding:0 20px;
    font-family:'Poppins', Arial, sans-serif;
}

.ry-special-header{
    text-align:center;
    margin-bottom:35px;
}

.ry-special-header h2{
    margin:0;
    color:#355F73;
    font-size:54px;
    line-height:1.1;
    font-weight:800;
}

.ry-special-header h2 span{
    color:#FF6161;
}

.ry-special-header p{
    color:#95c3b9;
    font-size:21px;
    letter-spacing:2px;
    text-transform:uppercase;
    font-weight:700;
    margin:10px 0 0;
}

.ry-special-divider{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:16px;
    margin:15px 0 5px;
    color:#95c3b9;
}

.ry-special-divider:before,
.ry-special-divider:after{
    content:"";
    width:120px;
    height:1px;
    background:#95c3b9;
}

.ry-special-divider span{
    font-size:22px;
}

.ry-special-grid{
    display:grid !important;
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
    gap:24px !important;
}

.ry-special-card{
    background:#fff;
    border:1px solid rgba(53,95,115,.14);
    border-radius:12px;
    overflow:hidden;
    box-shadow:0 10px 26px rgba(0,0,0,.10);
    display:grid;
    grid-template-columns:50% 50%;
    min-height:280px;
    transition:all .25s ease;
}

.ry-special-card:hover{
    transform:translateY(-4px);
    box-shadow:0 16px 36px rgba(0,0,0,.17);
}

.ry-special-image{
    position:relative;
    display:block;
    overflow:hidden;
    min-height:280px;
}

.ry-special-image img{
    width:100% !important;
    height:100% !important;
    object-fit:cover !important;
    display:block !important;
    transition:transform .4s ease;
}

.ry-special-card:hover .ry-special-image img{
    transform:scale(1.05);
}

.ry-special-ribbon{
    position:absolute;
    left:0;
    top:0;
    min-width:175px;
    background:#FF6161;
    color:#fff;
    padding:17px 24px;
    font-size:18px;
    line-height:1.15;
    font-weight:800;
    text-transform:uppercase;
    clip-path:polygon(0 0, 100% 0, 86% 100%, 0% 100%);
    box-sizing:border-box;
}

.ry-special-content{
    padding:32px;
    display:flex;
    flex-direction:column;
    justify-content:center;
}

.ry-special-badge{
    align-self:flex-start;
    background:#eaf3f1;
    color:#2b6b64;
    padding:8px 16px;
    border-radius:10px;
    font-size:14px;
    font-weight:800;
    text-transform:uppercase;
    margin-bottom:18px;
}

.ry-special-content h3{
    color:#194556;
    margin:0;
    font-size:27px;
    line-height:1.25;
    font-weight:800;
}

.ry-special-line{
    width:60px;
    height:2px;
    background:#95c3b9;
    margin:18px 0;
}

.ry-special-content p{
    color:#2f4f5f;
    font-size:16px;
    line-height:1.65;
    margin:0 0 22px;
}

.ry-special-button{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    background:#FF6161;
    color:#fff !important;
    border-radius:8px;
    padding:13px 24px;
    font-weight:800;
    text-decoration:none !important;
    margin-top:auto;
    transition:all .25s ease;
}

.ry-special-button:hover{
    background:#355F73;
    color:#fff !important;
}

.ry-special-footer{
    text-align:center;
    margin-top:30px;
}

.ry-special-footer a{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:8px;
    color:#FF6161 !important;
    border:1.5px solid #FF6161;
    border-radius:10px;
    padding:13px 32px;
    font-weight:800;
    text-decoration:none !important;
    transition:all .25s ease;
}

.ry-special-footer a:hover{
    background:#FF6161;
    color:#fff !important;
}

.ry-special-empty{
    background:#eaf3f1;
    color:#355F73;
    padding:25px;
    border-radius:12px;
    text-align:center;
}

@media(max-width:1100px){
    .ry-special-card{
        grid-template-columns:1fr;
    }

    .ry-special-image{
        height:260px;
        min-height:260px;
    }
}

@media(max-width:900px){
    .ry-special-grid{
        grid-template-columns:1fr !important;
    }

    .ry-special-header h2{
        font-size:40px;
    }

    .ry-special-header p{
        font-size:16px;
        letter-spacing:1px;
    }
}

@media(max-width:600px){
    .ry-special-offers{
        margin:35px auto;
        padding:0 15px;
    }

    .ry-special-header h2{
        font-size:32px;
    }

    .ry-special-card{
        min-height:auto;
    }

    .ry-special-image{
        height:220px;
        min-height:220px;
    }

    .ry-special-content{
        padding:24px;
    }

    .ry-special-content h3{
        font-size:23px;
    }

    .ry-special-ribbon{
        font-size:15px;
        min-width:145px;
        padding:13px 18px;
    }

    .ry-special-divider:before,
    .ry-special-divider:after{
        width:70px;
    }
}
