.request-page{
    background:#f8fafc;
    padding:40px 0 80px;
}

.request-grid{
    display:grid;
    grid-template-columns:2fr 1fr;
    gap:30px;
    align-items:start;
}

.request-left{
    background:#fff;
    border-radius:18px;
    padding:30px;
    box-shadow:0 10px 30px rgba(0,0,0,.06);
}


.summary-card{
    background:#fff;
    border-radius:18px;
    padding:25px;
    box-shadow:0 10px 30px rgba(0,0,0,.06);
}

.service-top{
    display:flex;
    align-items:center;
    gap:18px;
    margin-bottom:30px;
}

.service-icon{
    width:70px;
    height:70px;
    border-radius:16px;
    background:#fff4eb;
    display:flex;
    justify-content:center;
    align-items:center;
    font-size:32px;
}

.btn-request{
    width:100%;
    padding:15px;
    background:#ff6b00;
    color:#fff;
    border:none;
    border-radius:10px;
    font-weight:700;
    cursor:pointer;
}

@media(max-width:900px){

.request-grid{
    grid-template-columns:1fr;
}

.request-right{
    position:static;
}

}
    position:static;
}

}

.service-top h1{
    font-size:34px;
    font-weight:700;
    margin:0;
}

.service-rating{
    margin-top:10px;
    display:flex;
    align-items:center;
    gap:8px;
    color:#666;
}

.review-box{
    margin-top:35px;
}

.review-box h3{
    margin-bottom:20px;
}

.review-item{
    padding:18px;
    border:1px solid #eee;
    border-radius:14px;
    margin-bottom:15px;
    background:#fff;
}

.review-item strong{
    display:block;
    margin-top:10px;
    color:#ff6b00;
}
@media(max-width:900px){

    .summary-card{
        position:fixed;
        left:0;
        right:0;
        bottom:0;
        width:100%;
        z-index:9999;
        box-sizing:border-box;
        border-radius:16px 16px 0 0;
        padding:14px 16px;
        background:#fff;
        box-shadow:0 -5px 20px rgba(0,0,0,.12);
    }

}
