/* GURUGRAM CONTACT HERO START */

.gurugram-contact-hero-section{
    position:relative;
    min-height:550px;
    display:flex;
    align-items:center;
    justify-content:center;
    background:url('../images/contact-banner.webp') center center/cover no-repeat;
    overflow:hidden;
}

.gurugram-contact-overlay{
    position:absolute;
    inset:0;
    background:linear-gradient(
        rgba(0,0,0,.75),
        rgba(0,0,0,.60)
    );
}

.gurugram-contact-content{
    position:relative;
    z-index:2;
    text-align:center;
    padding:60px;
    border-radius:35px;
    backdrop-filter:blur(12px);
    background:rgba(255,255,255,.08);
    border:1px solid rgba(212,175,55,.15);
}

.gurugram-contact-badge{
    display:inline-block;
    background:#d4af37;
    color:#000;
    padding:12px 28px;
    border-radius:50px;
    font-size:14px;
    font-weight:700;
    margin-bottom:25px;
}

.gurugram-contact-content h1{
    color:#ffffff;
    font-size:70px;
    font-weight:800;
    margin-bottom:20px;
}

.gurugram-contact-content h1 span{
    display:block;
    color:#d4af37;
}

.gurugram-contact-content p{
    color:#f1f1f1;
    font-size:18px;
    line-height:1.9;
    max-width:700px;
    margin:0 auto 35px;
}

.gurugram-contact-buttons{
    display:flex;
    justify-content:center;
    gap:15px;
    flex-wrap:wrap;
}

.gurugram-contact-call-btn{
    background:#d4af37;
    color:#000;
    text-decoration:none;
    padding:16px 38px;
    border-radius:50px;
    font-weight:700;
    transition:.4s;
}

.gurugram-contact-call-btn:hover{
    color:#000;
    transform:translateY(-3px);
}

.gurugram-contact-whatsapp-btn{
    background:transparent;
    border:2px solid #d4af37;
    color:#d4af37;
    text-decoration:none;
    padding:16px 38px;
    border-radius:50px;
    font-weight:700;
    transition:.4s;
}

.gurugram-contact-whatsapp-btn:hover{
    background:#d4af37;
    color:#000;
}

.gurugram-contact-call-btn i,
.gurugram-contact-whatsapp-btn i{
    margin-right:8px;
}

@media(max-width:991px){

    .gurugram-contact-content{
        padding:40px 25px;
    }

    .gurugram-contact-content h1{
        font-size:50px;
    }

}

@media(max-width:576px){

    .gurugram-contact-hero-section{
        min-height:500px;
    }

    .gurugram-contact-content{
        padding:30px 20px;
        border-radius:25px;
    }

    .gurugram-contact-content h1{
        font-size:34px;
    }

    .gurugram-contact-content p{
        font-size:15px;
        line-height:1.8;
    }

    .gurugram-contact-call-btn,
    .gurugram-contact-whatsapp-btn{
        width:100%;
        display:flex;
        justify-content:center;
        align-items:center;
    }

}

/* GURUGRAM CONTACT HERO END */



/* GURUGRAM CONTACT INFO SECTION START */

.gurugram-contact-info-section{
    padding:40px 0;
    background:#0a0909;
}

.gurugram-contact-info-heading{
    text-align:center;
    max-width:750px;
    margin:0 auto 60px;
}

.gurugram-contact-info-heading span{
    display:inline-block;
    padding:12px 26px;
    border-radius:50px;
    background:rgba(212,175,55,.08);
    border:1px solid rgba(212,175,55,.20);
    color:#d4af37;
    font-weight:700;
    margin-bottom:20px;
}

.gurugram-contact-info-heading h2{
    color:#fff;
    font-size:60px;
    font-weight:800;
    margin-bottom:20px;
}

.gurugram-contact-info-heading p{
    color:#d0d0d0;
    font-size:18px;
    line-height:1.9;
}

.gurugram-contact-info-card{
    height:100%;
    text-align:center;
    padding:45px 30px;
    border-radius:30px;
    background:#161310;
    border:1px solid rgba(212,175,55,.12);
    transition:.4s;
}

.gurugram-contact-info-card:hover{
    transform:translateY(-8px);
    border-color:#d4af37;
}

.gurugram-contact-info-icon{
    width:90px;
    height:90px;
    margin:0 auto 25px;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    background:rgba(212,175,55,.08);
    border:1px solid rgba(212,175,55,.15);
}

.gurugram-contact-info-icon i{
    color:#d4af37;
    font-size:32px;
}

.gurugram-contact-info-card h3{
    color:#fff;
    font-size:28px;
    font-weight:700;
    margin-bottom:15px;
}

.gurugram-contact-info-card a{
    color:#d4af37;
    text-decoration:none;
    font-size:18px;
    font-weight:600;
}

@media(max-width:576px){

    .gurugram-contact-info-section{
        padding:70px 0;
    }

    .gurugram-contact-info-heading h2{
        font-size:34px;
    }

    .gurugram-contact-info-heading p{
        font-size:16px;
    }

    .gurugram-contact-info-card{
        padding:35px 20px;
    }

}

/* GURUGRAM CONTACT INFO SECTION END */



/* ABOUT CONTACT FORM SECTION START */

.about-contact-section{
    padding:60px 0;
    background:#0a0909;
}

.about-contact-wrapper{
    padding:60px;
    border-radius:35px;
    background:#030403;
    border:1px solid rgba(212,175,55,.15);
}

.about-contact-badge{
    display:inline-block;
    padding:12px 26px;
    border-radius:50px;
    background:rgba(212,175,55,.10);
    border:1px solid rgba(212,175,55,.20);
    color:#d4af37;
    font-weight:700;
    margin-bottom:25px;
}

.about-contact-content h2{
    color:#fff;
    font-size:58px;
    font-weight:800;
    line-height:1.2;
    margin-bottom:25px;
}

.about-contact-content h2 span{
    display:block;
    color:#d4af37;
}

.about-contact-content p{
    color:#dcdcdc;
    font-size:18px;
    line-height:1.9;
    margin-bottom:30px;
}

.about-contact-feature{
    color:#fff;
    margin-bottom:15px;
    font-size:17px;
}

.about-contact-feature i{
    color:#d4af37;
    margin-right:10px;
}

.about-contact-form{
    padding:40px;
    border-radius:30px;
    background:#101010;
}

.about-contact-form input,
.about-contact-form textarea{
    width:100%;
    border:none;
    outline:none;
    background:#050505;
    color:#fff;
    padding:18px 20px;
    border-radius:18px;
    border:1px solid rgba(212,175,55,.10);
}

.about-contact-form textarea{
    resize:none;
}

.about-contact-form input::placeholder,
.about-contact-form textarea::placeholder{
    color:#bdbdbd;
}

.about-contact-form button{
    border:none;
    background:#d4af37;
    color:#000;
    font-weight:700;
    padding:18px 40px;
    border-radius:50px;
    min-width:220px;
}

@media(max-width:991px){

    .about-contact-wrapper{
        padding:35px;
    }

    .about-contact-content{
        text-align:center;
    }

    .about-contact-content h2{
        font-size:42px;
    }

}

@media(max-width:576px){

    .about-contact-section{
        padding:70px 0;
    }

    .about-contact-wrapper{
        padding:20px;
    }

    .about-contact-content h2{
        font-size:32px;
    }

    .about-contact-content p{
        font-size:16px;
    }

    .about-contact-form{
        padding:20px;
    }

    .about-contact-form button{
        width:100%;
    }

}

/* ABOUT CONTACT FORM SECTION END */