.service-page .wow-menubar{
    opacity: 1;
}
.service-intro{
    padding: 72px 0 60px;
    background: #f6f3ee;
}
.service-intro .service-eyebrow{
    margin: 0 0 14px;
    color: #b31f2a;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
}
.service-intro h1{
    max-width: 840px;
    margin: 0 0 20px;
    color: #111;
    font-size: 48px;
    line-height: 1.08;
    font-weight: 600;
}
.service-intro p{
    max-width: 760px;
    margin: 0;
    color: #555;
    font-size: 19px;
    line-height: 1.65;
}
.service-visual{
    padding: 36px 0 0;
    background: #f6f3ee;
}
.service-visual img{
    display: block;
    width: 100%;
    height: auto;
    background: #e8e5df;
}
.service-detail{
    padding: 70px 0 76px;
}
.service-detail-grid{
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(240px, 34%);
    gap: 70px;
}
.service-detail h2,
.services-overview h2{
    margin: 0 0 18px;
    color: #111;
    font-size: 29px;
    line-height: 1.2;
    font-weight: 600;
}
.service-detail p{
    max-width: 690px;
    color: #555;
    font-size: 17px;
    line-height: 1.75;
}
.service-capabilities{
    padding-left: 28px;
    border-left: 8px solid #666;
}
.service-capabilities h2{
    font-size: 22px;
}
.service-capabilities ul{
    margin: 0;
    padding-left: 19px;
    color: #555;
    font-size: 16px;
    line-height: 1.8;
}
.service-next{
    display: flex;
    justify-content: space-between;
    gap: 24px;
    padding-top: 36px;
    border-top: 1px solid #ddd;
}
.service-next a,
.service-row a{
    color: #b31f2a;
    font-weight: 700;
    text-decoration: none;
}
.service-next a:hover,
.service-row a:hover{
    text-decoration: underline;
}
.service-cta{
    padding: 52px 0;
    background: #111;
    color: #fff;
}
.service-cta-inner{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}
.service-cta h2{
    margin: 0 0 8px;
    color: #fff;
    font-size: 30px;
}
.service-cta p{
    margin: 0;
    color: #ddd;
    font-size: 16px;
}
.service-cta .btn{
    flex: none;
}
.services-overview{
    padding: 48px 0 78px;
}
.service-row{
    display: grid;
    grid-template-columns: 84px minmax(150px, 24%) minmax(0, 1fr) auto;
    align-items: center;
    gap: 28px;
    padding: 28px 0;
    border-bottom: 1px solid #ddd;
}
.service-row img{
    width: 72px;
    height: 72px;
}
.service-row h2{
    margin: 0;
    font-size: 22px;
}
.service-row p{
    margin: 0;
    color: #555;
    font-size: 16px;
    line-height: 1.55;
}
.service-row a{
    white-space: nowrap;
}
@media only screen and (max-width: 991px){
    .service-row{
        grid-template-columns: 72px minmax(0, 1fr);
        gap: 10px 20px;
    }
    .service-row p,
    .service-row a{
        grid-column: 2;
    }
}
@media only screen and (max-width: 767px){
    .service-intro{
        padding: 50px 0 40px;
    }
    .service-intro h1{
        font-size: 36px;
    }
    .service-intro p{
        font-size: 17px;
    }
    .service-page .container{
        width: auto;
        padding-right: 20px;
        padding-left: 20px;
    }
    .service-visual{
        padding-top: 22px;
    }
    .service-detail{
        padding: 48px 0 56px;
    }
    .service-detail-grid{
        grid-template-columns: 1fr;
        gap: 30px;
    }
    .service-cta-inner{
        align-items: flex-start;
        flex-direction: column;
    }
    .service-cta .btn{
        width: 100%;
        white-space: normal;
        text-align: center;
    }
    .service-next{
        align-items: flex-start;
        flex-direction: column;
        gap: 14px;
    }
    .service-capabilities{
        padding-left: 20px;
    }
}
@media only screen and (max-width: 480px){
    .service-intro h1{
        font-size: 32px;
    }
    .service-detail h2,
    .services-overview h2{
        font-size: 25px;
    }
    .service-row{
        grid-template-columns: 58px minmax(0, 1fr);
        gap: 8px 14px;
    }
    .service-row img{
        width: 54px;
        height: 54px;
    }
}
