
.rmh-container{
    max-width:1280px;
    margin:auto;
    padding:0 20px;
}

.rmh-filter-section{
    padding-top:0 !important;
    background:#F7F9FC;
}

.rmh-filter-grid{
    display:grid;
    grid-template-columns:2fr 1fr 1fr 1fr auto;
    gap:15px;
    align-items:center;
}

.rmh-filter-grid input,
.rmh-filter-grid select{
    width:100%;
    height:54px;
    border:1px solid #ddd;
    border-radius:8px;
    padding:0 15px;
    font-size:15px;
}

.rmh-btn{
    height:54px;
    padding:0 30px;
    border:none;
    border-radius:8px;
    background:#2563EB;
    color:#fff;
    cursor:pointer;
    font-weight:600;
}

.rmh-services{
    padding:10px 0;
}

.rmh-services-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:30px;
}

.rmh-card{
    background:#fff;
    border-radius:16px;
    overflow:hidden;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
    transition:.3s;
}

.rmh-card:hover{
    transform:translateY(-8px);
}

.rmh-card-image{
    height:230px;
    overflow:hidden;
}

.rmh-card-image img{
    width:100%;
    height:100%;
    object-fit:cover;
    transition:.5s;
}

.rmh-card:hover img{
    transform:scale(1.08);
}

.rmh-card-content{
    padding:25px;
}

.rmh-card h3{
    font-size:24px;
    margin-bottom:12px;
    color:#5B0E7D;
}

.rmh-card p{
    color:#666;
    line-height:1.7;
    min-height:70px;
}

.rmh-readmore{
    display:inline-block;
    margin-top:15px;
    color:#2563EB;
    font-weight:700;
}
@media(max-width:991px){

.rmh-filter-grid{
grid-template-columns:1fr;
}

.rmh-services-grid{
grid-template-columns:repeat(2,1fr);
}

}

@media(max-width:600px){

.rmh-services-grid{
grid-template-columns:1fr;
}

}
/*=============================
SERVICE CARDS
==============================*/

.rmh-services-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(350px,1fr));
    gap:35px;
    margin-top:50px;
}

.rmh-card{
    background:#fff;
    border-radius:18px;
    overflow:hidden;
    box-shadow:0 15px 35px rgba(0,0,0,.08);
    transition:.35s;
    height:100%;
}

.rmh-card:hover{
    transform:translateY(-10px);
    box-shadow:0 20px 50px rgba(0,0,0,.15);
}

.rmh-card-link{
    text-decoration:none;
    color:inherit;
    display:block;
}

.rmh-card-image{
    height:260px;
    overflow:hidden;
}

.rmh-card-image img{
    width:100%;
    height:100%;
    object-fit:cover;
    transition:.5s;
}

.rmh-card:hover img{
    transform:scale(1.08);
}

.rmh-card-content{
    padding:28px;
}

.rmh-badge{
    display:inline-block;
    background:#EEF4FF;
    color:#2563EB;
    font-size:13px;
    font-weight:600;
    padding:7px 15px;
    border-radius:40px;
    margin-bottom:18px;
}

.rmh-card h3{
    font-size:28px;
    color:#1E293B;
    margin-bottom:15px;
    line-height:1.3;
}

.rmh-card p{
    color:#64748B;
    font-size:16px;
    line-height:1.8;
    margin-bottom:25px;
}

.rmh-card-footer{
    display:flex;
    justify-content:space-between;
    align-items:center;
    border-top:1px solid #ECECEC;
    padding-top:20px;
}

.rmh-readmore{
    color:#2563EB;
    font-weight:700;
}

.rmh-quote{
    background:#5B0E7D;
    color:#fff;
    padding:10px 18px;
    border-radius:8px;
    font-size:14px;
    font-weight:600;
}
/*==========================
WHY RMH
===========================*/

.rmh-features{

padding:10px 0;

background:#fff;

}

.rmh-section-title{

text-align:center;

margin-bottom:60px;

}

.rmh-section-title h2{

font-size:42px;

margin-bottom:15px;

color:#0F172A;

}

.rmh-section-title p{

font-size:18px;

color:#64748B;

}

.rmh-feature-grid{

display:grid;

grid-template-columns:repeat(4,1fr);

gap:30px;

}

.rmh-feature-card{

background:#fff;

border-radius:18px;

padding:35px;

text-align:center;

box-shadow:0 10px 30px rgba(0,0,0,.08);

transition:.3s;

}

.rmh-feature-card:hover{

transform:translateY(-8px);

}

.rmh-icon{

font-size:45px;

margin-bottom:20px;

}

.rmh-feature-card h3{

margin-bottom:15px;

font-size:24px;

color:#111827;

}

.rmh-feature-card p{

font-size:16px;

line-height:1.8;

color:#64748B;

}
/*=============================
CTA SECTION
==============================*/

.rmh-cta{

padding:10px 0;

background:#0F172A;

}

.rmh-cta-box{

display:flex;

justify-content:space-between;

align-items:center;

gap:60px;

background:linear-gradient(135deg,#1E3A8A,#2563EB);

padding:60px;

border-radius:24px;

color:#fff;

}

.rmh-small-title{

display:inline-block;

font-size:14px;

font-weight:600;

letter-spacing:1px;

text-transform:uppercase;

margin-bottom:15px;

opacity:.9;

}

.rmh-cta h2{

font-size:42px;

margin-bottom:20px;

color:#fff;

}

.rmh-cta p{

font-size:18px;

line-height:1.8;

opacity:.95;

max-width:700px;

}

.rmh-cta-right{

display:flex;

gap:20px;

flex-wrap:wrap;

}

.rmh-btn-secondary{

background:#fff;

color:#1E3A8A;

padding:14px 30px;

border-radius:10px;

font-weight:700;

text-decoration:none;

}

@media(max-width:991px){

.rmh-cta-box{

flex-direction:column;

text-align:center;

}

}