/* GURUGRAM SERVICES SHOWCASE START */

.gurugram-service-showcase{
    padding:60px 0;
    background:#ffffff;
}

.gurugram-service-tag{
    display:inline-block;
    padding:12px 28px;
    border-radius:50px;
    border:1px solid rgba(216,195,113,.35);
    color:#b89337;
    font-weight:600;
    margin-bottom:20px;
}

.gurugram-service-heading{
    font-size:clamp(40px,5vw,70px);
    font-weight:900;
    color:#111;
}

.gurugram-service-heading span{
    display:block;
    color:#d8c371;
}

.gurugram-service-box{
    margin-top:60px;
    background:#050505;
    border-radius:35px;
    padding:60px;
    position:relative;
    overflow:hidden;
}

.gurugram-service-box::before{
    content:"";
    position:absolute;
    width:450px;
    height:450px;
    background:#d8c371;
    border-radius:50%;
    top:-200px;
    right:-200px;
    opacity:.10;
    filter:blur(120px);
}

.gurugram-service-content h3{
    color:#fff;
    font-size:42px;
    font-weight:900;
    line-height:1.3;
    margin-bottom:25px;
}

.gurugram-service-content p{
    color:#d0d0d0;
    line-height:2;
    font-size:17px;
}

.gurugram-feature-item{
    background:rgba(216,195,113,.08);
    border:1px solid rgba(216,195,113,.20);
    color:#fff;
    padding:20px 25px;
    border-radius:18px;
    margin-bottom:15px;
    font-weight:600;
}

.gurugram-feature-item:hover{
    background:#d8c371;
    color:#111;
    transition:.3s;
}

/* Mobile */

@media(max-width:991px){

    .gurugram-service-box{
        padding:35px 25px;
    }

    .gurugram-service-content{
        text-align:center;
        margin-bottom:30px;
    }

    .gurugram-service-content h3{
        font-size:30px;
    }

}

@media(max-width:576px){

    .gurugram-service-heading{
        font-size:34px;
    }

    .gurugram-service-content h3{
        font-size:26px;
    }

    .gurugram-feature-item{
        padding:16px;
        font-size:15px;
    }

}

/* GURUGRAM SERVICES SHOWCASE END */




/* GURUGRAM PREMIUM SERVICES START */

.gurugram-premium-services{
    padding:60px 0;
    background:#f8f8f8;
}

.gurugram-ps-tag{
    display:inline-block;
    padding:12px 28px;
    border-radius:50px;
    border:1px solid rgba(216,195,113,.35);
    color:#b89337;
    font-weight:600;
    margin-bottom:20px;
}

.gurugram-ps-heading{
    font-size:clamp(40px,5vw,70px);
    font-weight:900;
    color:#111;
}

.gurugram-ps-heading span{
    display:block;
    color:#d8c371;
}

.gurugram-ps-card{
    background:#fff;
    padding:35px;
    border-radius:30px;
    height:100%;
    border:1px solid rgba(216,195,113,.18);
    transition:.4s;
    position:relative;
    overflow:hidden;
}

.gurugram-ps-card::before{
    content:"";
    position:absolute;
    width:180px;
    height:180px;
    background:#d8c371;
    border-radius:50%;
    top:-90px;
    right:-90px;
    opacity:.08;
}

.gurugram-ps-card:hover{
    transform:translateY(-12px);
    box-shadow:0 20px 50px rgba(216,195,113,.18);
}

.gurugram-ps-number{
    font-size:60px;
    font-weight:900;
    color:rgba(216,195,113,.35);
    display:block;
    margin-bottom:15px;
}

.gurugram-ps-card h3{
    font-size:28px;
    font-weight:800;
    color:#111;
    margin-bottom:15px;
}

.gurugram-ps-card p{
    color:#666;
    line-height:1.9;
    margin-bottom:20px;
}

.gurugram-ps-card a{
    color:#d8c371;
    text-decoration:none;
    font-weight:700;
}

.gurugram-card-shift{
    margin-top:40px;
}

@media(max-width:991px){

    .gurugram-card-shift{
        margin-top:0;
    }

}

@media(max-width:576px){

    .gurugram-premium-services{
        padding:60px 0;
    }

    .gurugram-ps-heading{
        font-size:34px;
    }

    .gurugram-ps-card{
        padding:25px;
    }

    .gurugram-ps-number{
        font-size:45px;
    }

    .gurugram-ps-card h3{
        font-size:22px;
    }

}

/* GURUGRAM PREMIUM SERVICES END */





/* GURUGRAM WHY SERVICES START */

.gurugram-why-services{
padding:90px 0;
background:#050505;
position:relative;
overflow:hidden;
}

.gurugram-why-services::before{
content:"";
position:absolute;
width:600px;
height:600px;
background:#d8c371;
border-radius:50%;
top:-300px;
right:-300px;
opacity:.08;
filter:blur(150px);
}

.gurugram-ws-tag{
display:inline-block;
padding:12px 28px;
border-radius:50px;
border:1px solid rgba(216,195,113,.25);
color:#d8c371;
margin-bottom:20px;
}

.gurugram-ws-heading{
color:#fff;
font-size:clamp(40px,5vw,70px);
font-weight:900;
}

.gurugram-ws-heading span{
display:block;
color:#d8c371;
}

.gurugram-ws-item{
background:rgba(255,255,255,.04);
border:1px solid rgba(216,195,113,.15);
border-radius:25px;
padding:25px;
margin-bottom:20px;
transition:.4s;
}

.gurugram-ws-item:hover{
transform:translateY(-8px);
border-color:#d8c371;
}

.gurugram-ws-icon{
width:65px;
height:65px;
border-radius:50%;
background:#d8c371;
color:#111;
display:flex;
align-items:center;
justify-content:center;
font-weight:900;
margin-bottom:18px;
}

.gurugram-ws-item h3{
color:#fff;
font-size:24px;
margin-bottom:10px;
}

.gurugram-ws-item p{
color:#cfcfcf;
margin:0;
}

.gurugram-ws-center{
background:linear-gradient(
135deg,
rgba(216,195,113,.15),
rgba(255,255,255,.05)
);
border:1px solid rgba(216,195,113,.20);
border-radius:35px;
padding:50px 35px;
text-align:center;
height:100%;
}

.gurugram-ws-center span{
color:#d8c371;
font-weight:700;
letter-spacing:2px;
}

.gurugram-ws-center h3{
color:#fff;
font-size:38px;
font-weight:900;
margin:20px 0;
}

.gurugram-ws-center p{
color:#cfcfcf;
line-height:1.9;
}

/* Mobile */

@media(max-width:991px){


.gurugram-ws-center{
    margin:20px 0;
}


}

@media(max-width:576px){


.gurugram-why-services{
    padding:60px 0;
}

.gurugram-ws-heading{
    font-size:34px;
}

.gurugram-ws-center h3{
    font-size:28px;
}


}

/* GURUGRAM WHY SERVICES END */





/* GURUGRAM SERVICE PROCESS START */

.gurugram-process-section{
padding:60px 0;
background:#ffffff;
}

.gurugram-process-tag{
display:inline-block;
padding:12px 28px;
border-radius:50px;
border:1px solid rgba(216,195,113,.35);
color:#b89337;
font-weight:600;
margin-bottom:20px;
}

.gurugram-process-heading{
font-size:clamp(40px,5vw,70px);
font-weight:900;
color:#111;
}

.gurugram-process-heading span{
display:block;
color:#d8c371;
}

.gurugram-process-wrapper{
position:relative;
margin-top:70px;
}

.gurugram-process-line{
position:absolute;
top:45px;
left:10%;
width:80%;
height:2px;
background:linear-gradient(
to right,
#d8c371,
rgba(216,195,113,.3)
);
}

.gurugram-process-card{
position:relative;
background:#fff;
border:1px solid rgba(216,195,113,.15);
border-radius:30px;
padding:35px 25px;
text-align:center;
height:100%;
transition:.4s;
z-index:2;
}

.gurugram-process-card:hover{
transform:translateY(-10px);
box-shadow:0 20px 40px rgba(216,195,113,.15);
border-color:#d8c371;
}

.gurugram-process-number{
width:90px;
height:90px;
border-radius:50%;
background:#050505;
color:#d8c371;
font-size:28px;
font-weight:900;


display:flex;
align-items:center;
justify-content:center;

margin:0 auto 20px;
border:4px solid #d8c371;


}

.gurugram-process-card h3{
font-size:24px;
font-weight:800;
color:#111;
margin-bottom:12px;
}

.gurugram-process-card p{
color:#666;
line-height:1.8;
margin:0;
}

/* Tablet */

@media(max-width:991px){


.gurugram-process-line{
    display:none;
}


}

/* Mobile */

@media(max-width:576px){


.gurugram-process-section{
    padding:60px 0;
}

.gurugram-process-heading{
    font-size:34px;
}

.gurugram-process-card{
    padding:25px;
}

.gurugram-process-number{
    width:75px;
    height:75px;
    font-size:22px;
}

.gurugram-process-card h3{
    font-size:20px;
}


}

/* GURUGRAM SERVICE PROCESS END */




/* GURUGRAM COVERAGE START */

.gurugram-coverage{
padding:90px 0;
background:#fff;
}

.gurugram-coverage-tag{
display:inline-block;
padding:12px 28px;
border-radius:50px;
border:1px solid rgba(216,195,113,.35);
color:#b89337;
font-weight:600;
margin-bottom:20px;
}

.gurugram-coverage-title{
font-size:clamp(40px,5vw,70px);
font-weight:900;
color:#111;
}

.gurugram-coverage-title span{
display:block;
color:#d8c371;
}

.gurugram-coverage-box{
margin-top:60px;
background:#050505;
border-radius:35px;
padding:60px;
overflow:hidden;
position:relative;
}

.gurugram-coverage-box::before{
content:"";
position:absolute;
width:500px;
height:500px;
background:#d8c371;
border-radius:50%;
top:-250px;
right:-250px;
opacity:.08;
filter:blur(120px);
}

.gurugram-coverage-content h3{
color:#fff;
font-size:42px;
font-weight:900;
line-height:1.3;
margin-bottom:20px;
}

.gurugram-coverage-content p{
color:#d0d0d0;
line-height:1.9;
margin-bottom:30px;
}

.gurugram-coverage-btn{
display:inline-block;
padding:15px 35px;
background:#d8c371;
color:#111;
font-weight:700;
text-decoration:none;
border-radius:50px;
}

.gurugram-location-grid{
display:flex;
flex-wrap:wrap;
gap:18px;
justify-content:center;
}

.gurugram-location-pill{
background:rgba(216,195,113,.08);
border:1px solid rgba(216,195,113,.20);
color:#fff;
padding:18px 28px;
border-radius:60px;
font-weight:700;
transition:.3s;
}

.gurugram-location-pill:hover{
background:#d8c371;
color:#111;
transform:translateY(-5px);
}

/* Mobile */

@media(max-width:991px){

.gurugram-coverage-box{
    padding:35px 25px;
}

.gurugram-coverage-content{
    text-align:center;
    margin-bottom:30px;
}

.gurugram-coverage-content h3{
    font-size:30px;
}

}

@media(max-width:576px){

.gurugram-coverage{
    padding:60px 0;
}

.gurugram-coverage-title{
    font-size:34px;
}

.gurugram-coverage-content h3{
    font-size:26px;
}

.gurugram-location-pill{
    width:100%;
    text-align:center;
}

}

/* GURUGRAM COVERAGE END */




/* GURUGRAM STATS COUNTER START */

.gurugram-stats-section{
padding:90px 0;
background:#ffffff;
}

.gurugram-stats-wrapper{
background:#050505;
border-radius:35px;
padding:60px 40px;
position:relative;
overflow:hidden;
}

.gurugram-stats-wrapper::before{
content:"";
position:absolute;
width:450px;
height:450px;
background:#d8c371;
border-radius:50%;
top:-220px;
right:-220px;
opacity:.08;
filter:blur(120px);
}

.gurugram-stat-card{
position:relative;
z-index:2;
}

.gurugram-stat-card h3{
font-size:clamp(42px,5vw,70px);
font-weight:900;
color:#d8c371;
margin-bottom:10px;
line-height:1;
}

.gurugram-stat-card p{
color:#d0d0d0;
font-size:18px;
font-weight:500;
margin:0;
}

.gurugram-stat-card::after{
content:"";
display:block;
width:60px;
height:2px;
background:#d8c371;
margin:20px auto 0;
opacity:.6;
}

/* Tablet */

@media(max-width:991px){


.gurugram-stats-wrapper{
    padding:45px 25px;
}


}

/* Mobile */

@media(max-width:576px){


.gurugram-stats-section{
    padding:60px 0;
}

.gurugram-stats-wrapper{
    padding:35px 20px;
}

.gurugram-stat-card h3{
    font-size:42px;
}

.gurugram-stat-card p{
    font-size:16px;
}


}

/* GURUGRAM STATS COUNTER END */




/* GURUGRAM TESTIMONIALS START */

.gurugram-testimonials{
    padding:60px 0;
    background:#050505;
    position:relative;
    overflow:hidden;
}

.gurugram-testimonials::before{
    content:"";
    position:absolute;
    width:500px;
    height:500px;
    background:#d8c371;
    border-radius:50%;
    top:-250px;
    right:-250px;
    opacity:.08;
    filter:blur(120px);
}

.gurugram-testimonial-tag{
    display:inline-block;
    padding:12px 28px;
    border-radius:50px;
    border:1px solid rgba(216,195,113,.25);
    color:#d8c371;
    margin-bottom:20px;
}

.gurugram-testimonial-heading{
    font-size:clamp(40px,5vw,70px);
    font-weight:900;
    color:#fff;
}

.gurugram-testimonial-heading span{
    display:block;
    color:#d8c371;
}

.gurugram-review-card{
    background:rgba(255,255,255,.04);
    border:1px solid rgba(216,195,113,.15);
    border-radius:30px;
    padding:35px;
    height:100%;
    transition:.4s;
    position:relative;
}

.gurugram-review-card:hover{
    transform:translateY(-10px);
    border-color:#d8c371;
}

.gurugram-review-stars{
    font-size:24px;
    color:#d8c371;
    margin-bottom:20px;
}

.gurugram-review-card p{
    color:#d0d0d0;
    line-height:1.9;
    margin-bottom:25px;
}

.gurugram-review-card h4{
    color:#fff;
    font-size:22px;
    font-weight:800;
    margin-bottom:5px;
}

.gurugram-review-card span{
    color:#d8c371;
    font-size:14px;
    font-weight:600;
}

/* Mobile */

@media(max-width:576px){

    .gurugram-testimonials{
        padding:60px 0;
    }

    .gurugram-testimonial-heading{
        font-size:34px;
    }

    .gurugram-review-card{
        padding:25px;
    }

}

/* GURUGRAM TESTIMONIALS END */




