
/* ======================================
   CONTACT PAGE ONLY
====================================== */

.rmservices-contact-form-box{
    max-width:1000px;
    margin:0 auto;
}

.rmservices-contact-info-section{
    padding-top:40px;
}

.rmservices-contact-info-box{
    height:100%;
    display:flex;
    flex-direction:column;
    justify-content:center;
}

.rmservices-contact-info-data{
    width:100%;
}

.rmservices-contact-info-data h5,
.rmservices-contact-info-data p{
    word-break:break-word;
    overflow-wrap:anywhere;
}

.rmservices-contact-info-data span{
    display:block;
    margin-bottom:8px;
}

.rmservices-contact-info-icon{
    flex-shrink:0;
}

.rmservices-stat-item{
    text-align:center;
    padding:15px 0;
}

.rmservices-stats-section{
    padding:70px 0;
}

.rmservices-feature-card{
    height:100%;
}

.rmservices-map-wrap{
    border-radius:24px;
    overflow:hidden;
}

.rmservices-map-wrap iframe{
    width:100%;
    height:500px;
    border:0;
}

.rmservices-contact-thumb{
    position:relative;
}

.rmservices-contact-floating-box{

    position:absolute;

    left:-20px;

    bottom:30px;

    width:260px;

    background:#fff;

    border-radius:20px;

    padding:25px;

    box-shadow:0 20px 40px rgba(0,0,0,.08);

}

.rmservices-highlight-item{
    display:flex;
    align-items:center;
    gap:15px;
    margin-bottom:18px;
}

.rmservices-highlight-item i{
    color:var(--accent-color);
}

.rmservices-cta-section{
    padding:100px 0;
}

.rmservices-cta-box{
    border-radius:30px;
}

@media(max-width:991px){

.rmservices-contact-floating-box{

position:relative;

left:0;

bottom:0;

width:100%;

margin-top:25px;

}

.rmservices-contact-info-box{

margin-bottom:30px;

}

.rmservices-feature-card{

margin-bottom:30px;

}

}

/*==========================================
RM Services Contact Cards
==========================================*/

.rmservices-contact-info-box{

    position:relative;

    background:#0b0b0b;

    border-radius:22px;

    padding:40px 35px;

    height:100%;

    overflow:hidden;

    transition:.35s;

    border:1px solid rgba(255,255,255,.06);

}

.rmservices-contact-info-box::before{

    content:"";

    position:absolute;

    left:0;
    top:0;

    width:100%;
    height:4px;

    background:linear-gradient(
        90deg,
        #ff003c,
        #ff008c,
        #7b00ff,
        #0048ff
    );

}

.rmservices-contact-info-box:hover{

    transform:translateY(-8px);

    border-color:rgba(255,0,140,.18);

    box-shadow:
    0 15px 45px rgba(255,0,140,.10),
    0 0 50px rgba(123,0,255,.08);

}

/* ICON */

.rmservices-contact-info-icon{

    width:72px;

    height:72px;

    border-radius:50%;

    display:flex;

    align-items:center;

    justify-content:center;

    margin-bottom:28px;

    background:rgba(255,255,255,.05);

}

.rmservices-contact-info-icon img{

    width:34px;

    filter:brightness(100);

}

.rmservices-contact-info-icon i{

    font-size:32px;

    background:linear-gradient(
        90deg,
        #ff003c,
        #ff008c,
        #7b00ff,
        #0048ff
    );

    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;

}

/* TEXT */

.rmservices-contact-info-data span{

    display:block;

    font-size:14px;

    color:#a0a0a0;

    margin-bottom:8px;

    text-transform:uppercase;

    letter-spacing:1px;

}

.rmservices-contact-info-data h4{

    color:#fff;

    font-size:28px;

    margin-bottom:10px;

    line-height:1.4;

}

.rmservices-contact-info-data p{

    color:#d0d0d0;

    margin:0;

    line-height:1.8;

    word-break:break-word;

}

.rmservices-feature-card{

    background:#fff;

    border-radius:24px;

    padding:40px 30px;

    height:100%;

    text-align:center;

    transition:.35s;

    border:1px solid rgba(0,0,0,.06);

    box-shadow:0 15px 45px rgba(0,0,0,.05);

}

.rmservices-feature-card:hover{

    transform:translateY(-8px);

    box-shadow:0 25px 60px rgba(255,0,140,.12);

}

.feature-icon{

    width:85px;

    height:85px;

    margin:auto;

    border-radius:50%;

    display:flex;

    align-items:center;

    justify-content:center;

    background:linear-gradient(
        135deg,
        #ff003c,
        #ff008c,
        #7b00ff,
        #0048ff
    );

    margin-bottom:25px;

}

.feature-icon i{

    color:#fff;

    font-size:34px;

}

.rmservices-feature-card h4{

    font-size:24px;

    margin-bottom:18px;

    color:#111;

}

.rmservices-feature-card p{

    color:#666;

    line-height:1.8;

    margin:0;

}

/*=================================
Statistics
==================================*/

.rmservices-stats-section{

    padding:110px 0;

}

.rmservices-stat-box{

    text-align:center;

    background:#fff;

    border-radius:22px;

    padding:45px 25px;

    height:100%;

    transition:.35s;

    border:1px solid rgba(0,0,0,.05);

    box-shadow:0 15px 45px rgba(0,0,0,.05);

}

.rmservices-stat-box:hover{

    transform:translateY(-10px);

    box-shadow:0 25px 60px rgba(0,0,0,.12);

}

.rmservices-stat-box h2{

    font-size:64px;

    font-weight:700;

    line-height:1;

    margin-bottom:20px;

    background:linear-gradient(
        90deg,
        #ff003c,
        #ff008c,
        #7b00ff,
        #0048ff
    );

    -webkit-background-clip:text;

    -webkit-text-fill-color:transparent;

}

.rmservices-stat-box span{

    width:70px;

    height:4px;

    border-radius:50px;

    display:block;

    margin:0 auto 25px;

    background:linear-gradient(
        90deg,
        #ff003c,
        #ff008c,
        #7b00ff,
        #0048ff
    );

}

.rmservices-stat-box h5{

    margin-bottom:12px;

    font-size:24px;

}

.rmservices-stat-box p{

    color:#666;

    line-height:1.8;

    margin:0;

}

@media(max-width:991px){

.rmservices-stat-box{

margin-bottom:30px;

}

}