/* GURUGRAM BANNER CSS START */

.gurugram-banner{
    padding:140px 0 80px;
    min-height:100vh;
    position:relative;
    overflow:hidden;

    background:
    linear-gradient(
    135deg,
    rgba(0,0,0,.88),
    rgba(20,20,20,.75)
    ),
    url("../images/2.webp");

    background-size:cover;
    background-position:center;
}

.gurugram-banner::before{
    content:"";
    position:absolute;
    width:700px;
    height:700px;
    background:#d8c371;
    border-radius:50%;
    top:-300px;
    right:-250px;
    opacity:.15;
    filter:blur(120px);
}

.gurugram-tag{
    display:inline-block;
    color:#d8c371;
    border:1px solid rgba(216,195,113,.3);
    padding:12px 25px;
    border-radius:50px;
    margin-bottom:25px;
    backdrop-filter:blur(10px);
}

.gurugram-title{
    color:#fff;
    font-size:clamp(55px,8vw,110px);
    font-weight:900;
    line-height:1;
}

.gurugram-title span{
    color:#d8c371;
}

.gurugram-description{
    color:#ddd;
    font-size:20px;
    line-height:1.9;
    margin:30px 0;
}

.gurugram-buttons{
    display:flex;
    gap:15px;
    flex-wrap:wrap;
}

.gurugram-btn-main{
    background:#d8c371;
    color:#111;
    text-decoration:none;
    padding:18px 40px;
    border-radius:60px;
    font-weight:700;
}

.gurugram-btn-secondary{
    border:2px solid #d8c371;
    color:#d8c371;
    text-decoration:none;
    padding:18px 40px;
    border-radius:60px;
}

.gurugram-counter-wrap{
    display:flex;
    gap:50px;
    margin-top:50px;
}

.gurugram-counter h3{
    color:#d8c371;
    font-size:40px;
    font-weight:800;
}

.gurugram-counter span{
    color:#fff;
}

.gurugram-profile-card{
    background:rgba(255,255,255,.08);
    border:1px solid rgba(255,255,255,.15);
    backdrop-filter:blur(20px);
    border-radius:35px;
    overflow:hidden;
    box-shadow:0 20px 60px rgba(0,0,0,.4);
    animation:gurugramFloat 4s ease-in-out infinite;
}

.gurugram-profile-image{
    height:350px;
    background:url("../images/2.webp");
    background-size:cover;
    background-position:center;
}

.gurugram-profile-content{
    padding:35px;
}

.gurugram-profile-content h3{
    color:#d8c371;
    margin-bottom:25px;
    font-size:32px;
}

.gurugram-profile-content ul{
    list-style:none;
    padding:0;
}

.gurugram-profile-content li{
    color:#fff;
    margin-bottom:15px;
    font-size:18px;
}

.gurugram-trust-bar{
    margin-top:80px;
    display:flex;
    justify-content:center;
    gap:30px;
    flex-wrap:wrap;
    padding:25px;
    border-radius:20px;
    background:rgba(255,255,255,.06);
    backdrop-filter:blur(15px);
}

.gurugram-trust-bar div{
    color:#d8c371;
    font-weight:600;
}

@keyframes gurugramFloat{
    0%,100%{
        transform:translateY(0);
    }
    50%{
        transform:translateY(-15px);
    }
}

@media(max-width:991px){

    .gurugram-banner{
        text-align:center;
    }

    .gurugram-counter-wrap{
        justify-content:center;
    }

    .gurugram-buttons{
        justify-content:center;
    }

    .gurugram-profile-card{
        margin-top:50px;
    }

}

@media(max-width:576px){

    .gurugram-counter-wrap{
        gap:25px;
    }

    .gurugram-btn-main,
    .gurugram-btn-secondary{
        width:100%;
        text-align:center;
    }

}

/* GURUGRAM BANNER CSS END */




/* ===================================
   GURUGRAM CONTACT INFO START
=================================== */

.gurugram-contact-info{
    padding:100px 0;
    background:#0f0f0f;
}

.gurugram-contact-heading span{
    color:#d8c371;
    letter-spacing:2px;
    font-size:14px;
    font-weight:700;
}

.gurugram-contact-heading h2{
    color:#fff;
    font-size:52px;
    font-weight:800;
    margin:15px 0 20px;
    line-height:1.2;
}

.gurugram-contact-heading p{
    color:#cfcfcf;
    font-size:18px;
    line-height:1.9;
}

.gurugram-info-card{
    height:100%;
    padding:35px;
    border-radius:25px;
    background:rgba(255,255,255,.04);
    border:1px solid rgba(216,195,113,.15);
    transition:.4s;
}

.gurugram-info-card:hover{
    transform:translateY(-8px);
    border-color:#d8c371;
}

.gurugram-info-icon{
    width:70px;
    height:70px;
    border-radius:20px;
    background:#d8c371;
    color:#111;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:30px;
    margin-bottom:25px;
}

.gurugram-info-card h3{
    color:#fff;
    font-size:24px;
    margin-bottom:12px;
}

.gurugram-info-card a{
    color:#d8c371;
    text-decoration:none;
    font-size:18px;
}

.gurugram-info-card p{
    color:#d8c371;
    margin:0;
    font-size:18px;
}

.gurugram-address-card{
    min-height:220px;
}

/* MOBILE */

@media(max-width:991px){

    .gurugram-contact-heading{
        text-align:center;
    }

    .gurugram-contact-heading h2{
        font-size:38px;
    }

}

@media(max-width:576px){

    .gurugram-contact-info{
        padding:70px 0;
    }

    .gurugram-contact-heading h2{
        font-size:30px;
    }

    .gurugram-contact-heading p{
        font-size:16px;
    }

    .gurugram-info-card{
        padding:25px;
        text-align:center;
    }

    .gurugram-info-icon{
        margin:0 auto 20px;
    }

}
    
/* ===================================
   GURUGRAM CONTACT INFO END
=================================== */




/* ===================================
   GURUGRAM CONTACT FORM START
=================================== */

.gurugram-contact-form-section{
    padding:60px 0;
    background:#111;
}

.gurugram-form-tag{
    color:#d8c371;
    font-size:14px;
    font-weight:700;
    letter-spacing:2px;
}

.gurugram-form-content h2{
    color:#fff;
    font-size:52px;
    font-weight:800;
    margin:15px 0 20px;
    line-height:1.2;
}

.gurugram-form-content p{
    color:#cfcfcf;
    font-size:18px;
    line-height:1.9;
}

.gurugram-form-features{
    margin-top:30px;
}

.gurugram-form-features div{
    color:#d8c371;
    margin-bottom:12px;
    font-weight:600;
}

.gurugram-contact-form-box{
    background:rgba(255,255,255,.04);
    border:1px solid rgba(216,195,113,.15);
    border-radius:30px;
    padding:40px;
}

.gurugram-form-control{
    width:100%;
    background:#1a1a1a;
    border:1px solid rgba(216,195,113,.20);
    border-radius:15px;
    padding:18px 20px;
    color:#fff;
    outline:none;
}

.gurugram-form-control:focus{
    border-color:#d8c371;
}

.gurugram-form-control::placeholder{
    color:#999;
}

.gurugram-textarea{
    height:170px;
    resize:none;
}

.gurugram-submit-btn{
    background:#d8c371;
    color:#111;
    border:none;
    padding:18px 40px;
    border-radius:60px;
    font-weight:700;
    transition:.4s;
}

.gurugram-submit-btn:hover{
    background:#fff;
}

/* MOBILE */

@media(max-width:991px){

    .gurugram-form-content{
        text-align:center;
    }

    .gurugram-form-content h2{
        font-size:38px;
    }

}

@media(max-width:576px){

    .gurugram-contact-form-section{
        padding:70px 0;
    }

    .gurugram-form-content h2{
        font-size:30px;
    }

    .gurugram-contact-form-box{
        padding:25px;
    }

    .gurugram-submit-btn{
        width:100%;
    }

}

/* ===================================
   GURUGRAM CONTACT FORM END
=================================== */




/* ===================================
   GURUGRAM MAP SECTION START
=================================== */

.gurugram-map-section{
    padding:60px 0;
    background:#0f0f0f;
}

.gurugram-map-heading{
    text-align:center;
    max-width:700px;
    margin:0 auto 50px;
}

.gurugram-map-heading span{
    color:#d8c371;
    font-size:14px;
    font-weight:700;
    letter-spacing:2px;
}

.gurugram-map-heading h2{
    color:#fff;
    font-size:50px;
    font-weight:800;
    margin:15px 0;
}

.gurugram-map-heading p{
    color:#cfcfcf;
    font-size:18px;
    line-height:1.9;
}

.gurugram-map-box{
    overflow:hidden;
    border-radius:30px;
    border:1px solid rgba(216,195,113,.2);
    box-shadow:0 20px 50px rgba(0,0,0,.3);
}

.gurugram-map-box iframe{
    width:100%;
    height:500px;
    border:0;
    display:block;
}

/* MOBILE */

@media(max-width:768px){

    .gurugram-map-section{
        padding:70px 0;
    }

    .gurugram-map-heading h2{
        font-size:32px;
    }

    .gurugram-map-heading p{
        font-size:16px;
    }

    .gurugram-map-box iframe{
        height:350px;
    }

}

/* ===================================
   GURUGRAM MAP SECTION END
=================================== */