/*========================
SINGLE HERO
========================*/

.rmh-single-hero{
    padding:90px 0;
    background:linear-gradient(135deg,#5B0E7D,#2D1364);
    color:#fff;
}

.rmh-single-grid{
    display:grid;
    grid-template-columns:1fr 520px;
    gap:60px;
    align-items:center;
}

.rmh-breadcrumb{
    margin-bottom:20px;
    font-size:15px;
}

.rmh-breadcrumb a{
    color:#ffffff;
    text-decoration:none;
    opacity:.85;
}

.rmh-breadcrumb span{
    margin:0 10px;
}

.rmh-single-badge{
    display:inline-block;
    background:#ffffff;
    color:#2563EB;
    padding:8px 18px;
    border-radius:40px;
    font-size:14px;
    font-weight:700;
    margin-bottom:20px;
}

.rmh-single-hero h1{
    font-size:52px;
    line-height:1.2;
    margin-bottom:20px;
    color:#fff;
}

.rmh-single-hero p{
    font-size:19px;
    line-height:1.8;
    margin-bottom:35px;
    opacity:.95;
}

.rmh-single-buttons{
    display:flex;
    gap:15px;
    margin-top:30px;
    flex-wrap:wrap;
}

.rmh-single-right img{
    width:100%;
    border-radius:18px;
    display:block;
    object-fit:cover;
    box-shadow:0 20px 50px rgba(0,0,0,.18);
}
@media(max-width:991px){

.rmh-single-grid{

grid-template-columns:1fr;

}

.rmh-single-right{

order:-1;

}

.rmh-single-hero h1{

font-size:36px;

}

}
.rmh-overview{
    padding:90px 0;
    background:#fff;
}

.rmh-overview h2{
    font-size:38px;
    margin-bottom:30px;
}

.rmh-overview p{
    font-size:18px;
    line-height:1.9;
    color:#555;
}
.rmh-features{
    padding:90px 0;
    background:#f8fafc;
}

.rmh-features h2{
    text-align:center;
    font-size:38px;
    margin-bottom:50px;
}

.rmh-feature-grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:30px;
}

.rmh-feature-box{
    background:#fff;
    padding:35px;
    border-radius:18px;
    box-shadow:0 12px 35px rgba(0,0,0,.08);
    transition:.3s;
}

.rmh-feature-box:hover{
    transform:translateY(-8px);
}

.rmh-feature-box h3{
    margin-bottom:15px;
    color:#2b2b2b;
}

.rmh-feature-box p{
    color:#666;
    line-height:1.8;
}
.rmh-project-info{
padding:90px 0;
background:#fff;
}

.rmh-project-info h2{
text-align:center;
font-size:38px;
margin-bottom:50px;
}

.rmh-project-grid{
display:grid;
grid-template-columns:repeat(4,1fr);
gap:25px;
}

.rmh-project-box{
background:#f8f8f8;
padding:30px;
border-radius:16px;
text-align:center;
box-shadow:0 10px 25px rgba(0,0,0,.08);
}

.rmh-project-box h4{
margin-bottom:15px;
color:#673ab7;
font-size:18px;
}

.rmh-related-services{
padding:90px 0;
background:#f8f9fc;
}

.rmh-related-services h2{
text-align:center;
margin-bottom:45px;
font-size:38px;
}

.rmh-related-grid{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:30px;
}

.rmh-related-card{
background:#fff;
border-radius:18px;
overflow:hidden;
box-shadow:0 10px 25px rgba(0,0,0,.08);
transition:.3s;
}

.rmh-related-card:hover{
transform:translateY(-8px);
}

.rmh-related-card img{
width:100%;
height:220px;
object-fit:cover;
display:block;
}

.rmh-related-card h3{
padding:20px;
text-align:center;
font-size:22px;
}
/*==========================
FAQ
==========================*/

.rmh-faq{

padding:100px 0;

background:#F7F9FC;

}

.rmh-section-heading{

text-align:center;

margin-bottom:60px;

}

.rmh-section-heading span{

color:#2563EB;

font-weight:700;

text-transform:uppercase;

}

.rmh-section-heading h2{

font-size:42px;

margin:15px 0;

}

.rmh-faq-wrapper{

max-width:900px;

margin:auto;

}

.rmh-faq-item{

background:#fff;

margin-bottom:20px;

border-radius:14px;

overflow:hidden;

box-shadow:0 8px 25px rgba(0,0,0,.08);

}

.rmh-faq-question{

width:100%;

padding:25px;

font-size:18px;

font-weight:700;

text-align:left;

background:#fff;

border:none;

cursor:pointer;

}

.rmh-faq-answer{

display:none;

padding:0 25px 25px;

color:#666;

line-height:1.8;

}
/* Remove top spacing */

.rmh-single{
    margin:0;
    padding:0;
}

.rmh-single-hero{
    margin-top:0;
    padding-top:60px;
}

.rmh-container{
    max-width:1280px;
    margin:0 auto;
    padding-left:20px;
    padding-right:20px;
}

/* Single Page Buttons */

.rmh-single-buttons{
display:flex;
gap:20px;
margin-top:35px;
flex-wrap:wrap;
align-items:center;
}

.rmh-btn,
.rmh-btn-secondary{

display:inline-flex;
align-items:center;
justify-content:center;

padding:16px 34px;

border-radius:10px;

font-size:18px;
font-weight:600;

text-decoration:none;

transition:.3s;

min-width:220px;

}

.rmh-btn{

background:#2563EB;
color:#fff;

}

.rmh-btn:hover{

background:#1D4ED8;
color:#fff;

}

.rmh-btn-secondary{

background:#fff;
color:#2563EB;
border:2px solid #2563EB;

}

.rmh-btn-secondary:hover{

background:#2563EB;
color:#fff;

}

.rmh-single-hero{

position:relative;

overflow:hidden;

background-size:cover;

background-position:center;

background-repeat:no-repeat;

min-height:720px;

display:flex;

align-items:center;

}

.rmh-single-hero::before{

content:"";

position:absolute;

inset:0;

background:linear-gradient(
135deg,
rgba(18,8,60,.92),
rgba(82,20,125,.82),
rgba(12,88,180,.55)
);

backdrop-filter:blur(2px);

}

.rmh-single-hero .rmh-container{

position:relative;

z-index:2;

}
/* FAQ Fix */

.rmh-faq-item{
    background:#fff;
    border-radius:14px;
    margin-bottom:20px;
    overflow:hidden;
}

.rmh-faq-question{
    background:#fff;
    color:#111 !important;
    font-weight:600;
    cursor:pointer;
    padding:22px 25px;
}

.rmh-faq-answer{
    background:#fff;
    color:#333 !important;
    padding:20px 25px;
    display:block;
}

.rmh-faq-item:hover .rmh-faq-question{
    background:#2563eb;
    color:#fff !important;
}