/* ===== ABOUT BANNER CSS ===== */
.gurugram-about-banner {
    height: 400px;
    background: linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0.7)),
                url('https://images.unsplash.com/photo-1522202176988-66273c2fd55f');
    background-size: cover;
    background-position: center;
}



/* ===== GURUGRAM ABOUT V2 CSS START ===== */

.gurugram-about-v2{
    background: radial-gradient(circle at top,#111,#000);
    color:#fff;
}

/* LEFT */

.gurugram-tag{
    color:#ffa600;
    font-size:12px;
    letter-spacing:3px;
    display:inline-block;
    margin-bottom:10px;
}

.gurugram-about-content h2{
    font-size:46px;
    font-weight:800;
    margin-bottom:15px;
}



.gurugram-about-content h2 span{
    color:#af984c;
}

.gurugram-about-content p{
    color:#aaa;
    line-height:1.7;
    margin-bottom:20px;
}

.gurugram-points div{
    margin-bottom:10px;
    color:#ddd;
    font-weight:500;
}

.gurugram-points i{
    color:#ffa600;
    margin-right:8px;
}

/* RIGHT CARD */

.gurugram-about-card{
    padding:35px;
    border-radius:20px;
    background: rgba(255,255,255,0.03);
    border:1px solid rgba(255,166,0,0.25);
    backdrop-filter: blur(10px);
    position:relative;
    overflow:hidden;
}

.gurugram-about-card::before{
    content:"";
    position:absolute;
    width:200px;
    height:200px;
    background: radial-gradient(circle,#af984c33,transparent);
    top:-50px;
    right:-50px;
}

.gurugram-stat{
    display:flex;
    justify-content:space-between;
    margin-bottom:15px;
}

.gurugram-stat h3{
    color:#ffa600;
    font-size:28px;
    margin:0;
}

.gurugram-stat span{
    color:#ccc;
    font-size:14px;
}

.gurugram-divider{
    height:1px;
    background: rgba(255,255,255,0.1);
    margin:20px 0;
}

.gurugram-list{
    list-style:none;
    padding:0;
}

.gurugram-list li{
    margin-bottom:10px;
    color:#ddd;
}

.gurugram-list i{
    color:#af984c;
    margin-right:8px;
}

/* RESPONSIVE */

@media(max-width:991px){

    .gurugram-about-content h2{
        font-size:32px;
    }

    .gurugram-about-card{
        padding:25px;
    }

}

/* ===== GURUGRAM ABOUT V2 CSS END ===== */




/* ===== GURUGRAM WHY CHOOSE V2 CSS START ===== */

.gurugram-why-v2{
    background: radial-gradient(circle at center,#0a0a0a,#000);
    color:#fff;
}

.gurugram-why-v2-tag{
    color:#ffa600;
    letter-spacing:4px;
    font-size:12px;
    display:block;
    margin-bottom:10px;
}

.gurugram-why-v2-title{
    font-size:42px;
    font-weight:800;
}

.gurugram-why-v2-title span{
    color:#af984c;
}

/* TIMELINE */

.gurugram-timeline{
    position:relative;
    padding-left:30px;
}

.gurugram-timeline::before{
    content:"";
    position:absolute;
    left:8px;
    top:0;
    width:2px;
    height:100%;
    background: rgba(255,166,0,0.3);
}

.gurugram-step{
    position:relative;
    margin-bottom:30px;
}

.gurugram-dot{
    width:16px;
    height:16px;
    background:#ffa600;
    border-radius:50%;
    position:absolute;
    left:-1px;
    top:5px;
    box-shadow:0 0 10px rgba(255,166,0,0.7);
}

.gurugram-content h5{
    font-weight:700;
    margin-bottom:5px;
}

.gurugram-content p{
    color:#aaa;
    font-size:14px;
}

/* RIGHT BOX */

.gurugram-highlight-box{
    padding:35px;
    border-radius:20px;
    background: linear-gradient(135deg,#111,#1a1a1a);
    border:1px solid rgba(255,166,0,0.25);
    box-shadow:0 0 30px rgba(255,166,0,0.08);
}

.gurugram-highlight-box h4{
    color:#ffa600;
    margin-bottom:15px;
}

.gurugram-highlight-box p{
    color:#bbb;
    margin-bottom:20px;
}

.gurugram-highlight-points div{
    margin-bottom:10px;
    color:#ddd;
}

.gurugram-highlight-points i{
    color:#af984c;
    margin-right:8px;
}

/* RESPONSIVE */

@media(max-width:991px){

    .gurugram-why-v2-title{
        font-size:30px;
    }

    .gurugram-timeline{
        padding-left:20px;
    }

}

/* ===== GURUGRAM WHY CHOOSE V2 CSS END ===== */





/* ===== GURUGRAM STATS SECTION CSS START ===== */

.gurugram-stats{
    background: linear-gradient(135deg,#000,#0c0f1c);
    color:#fff;
}

.gurugram-stats-tag{
    color:#ffa600;
    font-size:12px;
    letter-spacing:4px;
    display:block;
    margin-bottom:10px;
}

.gurugram-stats-title{
    font-size:40px;
    font-weight:800;
}

.gurugram-stats-title span{
    color:#af984c;
}

.gurugram-stat-box{
    padding:30px 20px;
    border-radius:15px;
    background: rgba(255,255,255,0.03);
    border:1px solid rgba(255,166,0,0.2);
    transition:0.3s;
}

.gurugram-stat-box:hover{
    transform: translateY(-6px);
    border-color:#af984c;
    box-shadow:0 10px 25px rgba(255,166,0,0.15);
}

.gurugram-stat-box h3{
    font-size:34px;
    color:#ffa600;
    margin-bottom:5px;
}

.gurugram-stat-box p{
    color:#bbb;
    font-size:14px;
}

/* RESPONSIVE */

@media(max-width:991px){

    .gurugram-stats-title{
        font-size:28px;
    }

    .gurugram-stat-box{
        padding:20px;
    }

}

/* ===== GURUGRAM STATS SECTION CSS END ===== */




/* ===== GURUGRAM TESTIMONIAL SECTION CSS START ===== */

.gurugram-testimonial{
    background: radial-gradient(circle at center,#0a0a0a,#000);
    color:#fff;
}

.gurugram-testimonial-tag{
    color:#ffa600;
    font-size:12px;
    letter-spacing:4px;
    display:block;
    margin-bottom:10px;
}

.gurugram-testimonial-title{
    font-size:40px;
    font-weight:800;
}

.gurugram-testimonial-title span{
    color:#af984c;
}

/* BOX */

.gurugram-testimonial-box{
    padding:25px;
    border-radius:18px;
    background: rgba(255,255,255,0.03);
    border:1px solid rgba(255,166,0,0.2);
    position:relative;
    transition:0.3s;
}

.gurugram-testimonial-box:hover{
    transform: translateY(-6px);
    border-color:#af984c;
    box-shadow:0 10px 25px rgba(255,166,0,0.15);
}

/* QUOTE STYLE */

.gurugram-testimonial-box::before{
    content:"“";
    position:absolute;
    top:-10px;
    left:15px;
    font-size:60px;
    color:#af984c;
    opacity:0.2;
}

.gurugram-testimonial-box p{
    color:#bbb;
    font-size:14px;
    line-height:1.7;
    margin-bottom:15px;
}

.gurugram-testimonial-box h6{
    margin:0;
    font-weight:700;
}

.gurugram-testimonial-box span{
    color:#aaa;
    font-size:13px;
}

/* RESPONSIVE */

@media(max-width:991px){

    .gurugram-testimonial-title{
        font-size:28px;
    }

}

/* ===== GURUGRAM TESTIMONIAL SECTION CSS END ===== */