/* GURUGRAM NAVBAR CSS START */

.gurugram-navbar{
    background:#d8c371;
    padding:14px 0;
    box-shadow:0 4px 25px rgba(0,0,0,0.08);
}

.gurugram-logo{
    color:#ffffff !important;
    font-size:2.3rem;
    font-weight:800;
    letter-spacing:-1px;
    text-decoration:none;
}

.gurugram-menu .nav-link{
    color:#ffffff !important;
    font-size:1.15rem;
    font-weight:600;
    margin:0 12px;
    position:relative;
    transition:0.3s;
}

.gurugram-menu .nav-link:hover{
    opacity:.85;
}

.gurugram-menu .nav-link::after{
    content:"";
    position:absolute;
    left:0;
    bottom:-4px;
    width:0;
    height:2px;
    background:#ffffff;
    transition:0.3s;
}

.gurugram-menu .nav-link:hover::after{
    width:100%;
}

.gurugram-contact-btn{
    background:#ffffff;
    color:#ff3c3c;
    text-decoration:none;
    padding:14px 38px;
    border-radius:50px;
    font-size:1.2rem;
    font-weight:700;
    transition:.3s;
    display:inline-block;
}

.gurugram-contact-btn:hover{
    transform:translateY(-2px);
    color:#ff3c3c;
    box-shadow:0 8px 20px rgba(255,255,255,0.25);
}

.gurugram-toggler{
    border:none;
    box-shadow:none !important;
}

.gurugram-toggler .navbar-toggler-icon{
    filter:brightness(0) invert(1);
}

@media(max-width:991px){

    .gurugram-navbar{
        padding:12px 0;
    }

    .gurugram-logo{
        font-size:1.8rem;
    }

    .gurugram-menu{
        margin-top:20px;
        text-align:center;
    }

    .gurugram-menu .nav-link{
        margin:10px 0;
    }

    .gurugram-contact-btn{
        width:100%;
        text-align:center;
        margin-top:20px;
    }

}

/* GURUGRAM NAVBAR CSS END */


/* GURUGRAM FOOTER CSS START */

.gurugram-footer{
    background:#050505;
    position:relative;
    overflow:hidden;
    padding-top:100px;
    border-top:1px solid rgba(216,195,113,.15);
}

.gurugram-footer::before{
    content:"";
    position:absolute;
    width:600px;
    height:600px;
    background:#d8c371;
    border-radius:50%;
    top:-250px;
    right:-250px;
    opacity:.05;
    filter:blur(180px);
}

.gurugram-footer-top{
    padding-bottom:70px;
}

.gurugram-footer-brand h2{
    color:#ffffff;
    font-size:52px;
    font-weight:900;
    margin-bottom:20px;
}

.gurugram-footer-brand p{
    color:#cfcfcf;
    line-height:1.9;
    font-size:18px;
}

.gurugram-footer-title{
    color:#ffffff;
    font-size:28px;
    font-weight:800;
    margin-bottom:30px;
    position:relative;
}

.gurugram-footer-title::after{
    content:"";
    width:60px;
    height:3px;
    background:#d8c371;
    position:absolute;
    left:0;
    bottom:-10px;
}

.gurugram-footer-links{
    list-style:none;
    padding:0;
    margin:0;
}

.gurugram-footer-links li{
    margin-bottom:16px;
}

.gurugram-footer-links a{
    color:#cfcfcf;
    text-decoration:none;
    font-size:18px;
    transition:.3s;
}

.gurugram-footer-links a:hover{
    color:#d8c371;
    padding-left:8px;
}

.gurugram-footer-contact{
    color:#cfcfcf;
    margin-bottom:20px;
    font-size:18px;
}

.gurugram-footer-email{
    display:block;
    color:#d8c371;
    text-decoration:none;
    font-size:24px;
    font-weight:700;
    margin-bottom:15px;
}

.gurugram-footer-phone{
    display:block;
    color:#ffffff;
    text-decoration:none;
    font-size:20px;
    font-weight:600;
}

.gurugram-footer-social{
    display:flex;
    gap:15px;
    margin-top:30px;
}

.gurugram-footer-social a{
    width:55px;
    height:55px;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    text-decoration:none;
    color:#ffffff;
    font-size:20px;

    background:
    linear-gradient(
    135deg,
    rgba(216,195,113,.15),
    rgba(255,255,255,.05)
    );

    border:1px solid rgba(216,195,113,.15);

    transition:.4s;
}

.gurugram-footer-social a:hover{
    background:#d8c371;
    color:#111111;
    transform:translateY(-6px);
}

.gurugram-footer-bottom{
    border-top:1px solid rgba(255,255,255,.08);
    padding:30px 0;
    color:#cfcfcf;
    font-size:16px;
}

@media(max-width:991px){

    .gurugram-footer{
        text-align:center;
    }

    .gurugram-footer-title::after{
        left:50%;
        transform:translateX(-50%);
    }

    .gurugram-footer-social{
        justify-content:center;
    }

}

@media(max-width:576px){

    .gurugram-footer{
        padding-top:70px;
    }

    .gurugram-footer-brand h2{
        font-size:40px;
    }

    .gurugram-footer-title{
        font-size:24px;
    }

    .gurugram-footer-email{
        font-size:20px;
    }

}

/* GURUGRAM FOOTER CSS END */






/* Floating Contact Buttons */

.floating-contact {
  position: fixed;
  right: 15px;
  bottom: 90px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  z-index: 9999;
}

.whatsapp-btn,
.call-btn {
  height: 45px;
  width: 45px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 22px;
  text-decoration: none;
  box-shadow: 0 4px 10px rgba(0,0,0,.4);
}

.whatsapp-btn {
  background: #0cbb4f;
}

.call-btn {
  background: #ff1182;
}

.bottom-telegram {
  position: fixed;
  bottom: 5px;
  left: 0;
  width: 100%;
  z-index: 9999;
  display: flex;
  justify-content: center;
}

.bottom-telegram a {
  background: #0c1114;
  color: #fff;
  padding: 6px 12px;
  display: flex;
  align-items: center;
  gap: 12px;
  max-width: 350px;
  width: 95%;
  justify-content: center;
  border-radius: 8px;
  text-decoration: none;
  font-size: 16px;
}