/* ===== GURUGRAM CONTACT BANNER START ===== */

.gurugram-contact-banner{
    height: 350px;
    background: linear-gradient(rgba(0,0,0,0.75), rgba(0,0,0,0.75)),
                url('https://images.unsplash.com/photo-1521791136064-7986c2920216');
    background-size: cover;
    background-position: center;
}

/* ===== GURUGRAM CONTACT BANNER END ===== */



/* ===== GURUGRAM CONTACT V2 CSS START ===== */

.gurugram-contact{
    background: radial-gradient(circle at center,#0a0a0a,#000);
    color:#fff;
}

/* INFO BOX */
.gurugram-contact-info{
    background: rgba(255,255,255,0.03);
    padding:30px;
    border-radius:18px;
    border:1px solid rgba(255,166,0,0.2);
}

/* CONTACT ITEM */
.gurugram-contact-item{
    display:flex;
    align-items:center;
    gap:12px;
    margin-top:15px;
    font-size:15px;
}

.gurugram-contact-item i{
    color:#ffa600;
    font-size:18px;
}

/* FORM */
.gurugram-contact-form input,
.gurugram-contact-form textarea{
    width:100%;
    margin-bottom:12px;
    padding:12px;
    border-radius:10px;
    border:1px solid rgba(255,255,255,0.1);
    background:#0a0a0a;
    color:#fff;
    transition:0.3s;
}

/* INPUT FOCUS */
.gurugram-contact-form input:focus,
.gurugram-contact-form textarea:focus{
    border-color:#ffa600;
    box-shadow:0 0 10px rgba(255,166,0,0.2);
}

/* BUTTON */
.gurugram-contact-form button{
    background:#ffa600;
    border:none;
    padding:12px 25px;
    border-radius:30px;
    font-weight:600;
    transition:0.3s;
}

/* HOVER */
.gurugram-contact-form button:hover{
    transform: translateY(-2px);
    box-shadow:0 10px 20px rgba(255,166,0,0.2);
}

/* RESPONSIVE */
@media(max-width:991px){
    .gurugram-contact-info{
        text-align:center;
    }
}

/* ===== GURUGRAM CONTACT V2 CSS END ===== */



/* ===== GURUGRAM MAP CSS START ===== */

.gurugram-map iframe{
    width:100%;
    border:none;
}

/* ===== GURUGRAM MAP CSS END ===== */