a {
    color: #d4af37; 
    text-decoration: underline; 
    text-decoration-color: #7e178c; 
}

a:hover {
    color: #ffffff;
}



/* GURUGRAM PREMIUM HEADER START */

.gurugram-topbar{
    background:#7e178c;
    padding:12px 0;
}

.gurugram-topbar-wrapper{
    display:flex;
    justify-content:space-between;
    align-items:center;
}

.gurugram-contact{
    display:flex;
    align-items:center;
    gap:35px;
}

.gurugram-contact a{
    color:#ffffff;
    text-decoration:none;
    font-size:14px;
    font-weight:500;
    transition:.3s;
}

.gurugram-contact a:hover{
    color:#d4af37;
}

.gurugram-contact i{
    color:#d4af37;
    margin-right:8px;
}

.gurugram-social{
    display:flex;
    align-items:center;
    gap:12px;
}

.gurugram-social a{
    width:42px;
    height:42px;
    border-radius:50%;
    background:rgba(255,255,255,.08);
    display:flex;
    align-items:center;
    justify-content:center;
    color:#d4af37;
    text-decoration:none;
    transition:.4s;
    border:1px solid rgba(255,255,255,.08);
}

.gurugram-social a:hover{
    background:#d4af37;
    color:#081225;
    transform:translateY(-4px);
}

.gurugram-navbar{
    background:#ffffff;
    padding:8px 0;
    border-bottom:2px solid #d4af37;
    box-shadow:0 8px 25px rgba(0,0,0,.06);
}

.gurugram-logo img{
    height:75px;
    width:auto;
}

.gurugram-navbar .nav-link{
    color:#081225;
    font-size:16px;
    font-weight:600;
    margin:0 5px;
    padding:12px 18px !important;
    border-radius:40px;
    transition:.4s;
}

.gurugram-navbar .nav-link:hover{
    color:#d4af37;
}

.gurugram-navbar .nav-link.active{
    background:#7e178c;
    color:#ffffff !important;
}

.gurugram-btn a{
    background:linear-gradient(135deg,#7e178c,#7e178c);
    color:#ffffff;
    text-decoration:none;
    padding:14px 30px;
    border-radius:50px;
    font-weight:700;
    display:flex;
    align-items:center;
    gap:10px;
    transition:.4s;
    box-shadow:0 10px 25px rgba(212,175,55,.30);
}

.gurugram-btn a:hover{
    background:#081225;
    color:#ffffff;
    transform:translateY(-3px);
}

.gurugram-toggler{
    border:none;
    box-shadow:none !important;
}

.gurugram-toggler i{
    font-size:28px;
    color:#081225;
}

@media(max-width:1199px){

    .gurugram-navbar .navbar-collapse{
        background:#ffffff;
        padding:25px;
        margin-top:20px;
        border-radius:20px;
        box-shadow:0 10px 25px rgba(0,0,0,.08);
    }

    .gurugram-navbar .nav-link{
        margin:6px 0;
    }

    .gurugram-btn{
        margin-top:20px;
    }

}

@media(max-width:768px){

    .gurugram-topbar{
        display:none;
    }

    .gurugram-logo img{
        height:60px;
    }

    .gurugram-navbar{
        padding:12px 0;
    }

}

/* GURUGRAM PREMIUM HEADER END */




/* GURUGRAM PREMIUM FOOTER SECTION START */

.gurugram-footer-section{
    padding:80px 0 0;
    background:#000000;
    border-top:1px solid rgba(212,175,55,.12);
    overflow:hidden;
}

.gurugram-footer-cta{
    padding:45px;
    margin-bottom:70px;
    border-radius:30px;
    background:linear-gradient(
    135deg,
    rgba(212,175,55,.15),
    rgba(126,23,140,.15));
    border:1px solid rgba(212,175,55,.15);
}

.gurugram-footer-cta h3{
    color:#fff;
    font-size:42px;
    font-weight:800;
    margin-bottom:12px;
}

.gurugram-footer-cta p{
    color:#d0d0d0;
    margin:0;
}

.gurugram-footer-cta-btn{
    display:inline-block;
    background:#d4af37;
    color:#000;
    text-decoration:none;
    padding:16px 42px;
    border-radius:50px;
    font-weight:700;
    transition:.4s;
}

.gurugram-footer-cta-btn:hover{
    background:#fff;
    color:#000;
}

.gurugram-footer-brand{
    position:relative;
}

.gurugram-footer-logo-glow{
    position:absolute;
    width:140px;
    height:140px;
    background:rgba(212,175,55,.15);
    filter:blur(70px);
    top:-40px;
    left:-20px;
}

.gurugram-footer-brand h2{
    color:#fff;
    font-size:52px;
    font-weight:800;
    margin-bottom:20px;
    position:relative;
    z-index:2;
}

.gurugram-footer-brand h2 span{
    color:#d4af37;
}

.gurugram-footer-brand p{
    color:#cfcfcf;
    line-height:2;
    max-width:350px;
    position:relative;
    z-index:2;
}

.gurugram-footer-social{
    display:flex;
    gap:12px;
    margin-top:25px;
    position:relative;
    z-index:2;
}

.gurugram-footer-social a{
    width:52px;
    height:52px;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    text-decoration:none;
    background:#111111;
    border:1px solid rgba(212,175,55,.15);
    color:#fff;
    transition:.4s;
}

.gurugram-footer-social a:hover{
    background:#d4af37;
    color:#000;
    transform:translateY(-5px);
}

.gurugram-footer-links h4,
.gurugram-footer-contact h4{
    color:#fff;
    font-size:28px;
    font-weight:700;
    margin-bottom:25px;
    position:relative;
    padding-bottom:12px;
}

.gurugram-footer-links h4::after,
.gurugram-footer-contact h4::after{
    content:"";
    position:absolute;
    left:0;
    bottom:0;
    width:60px;
    height:2px;
    background:#d4af37;
}

.gurugram-footer-links ul{
    list-style:none;
    margin:0;
    padding:0;
}

.gurugram-footer-links ul li{
    margin-bottom:15px;
}

.gurugram-footer-links ul li a{
    color:#d0d0d0;
    text-decoration:none;
    transition:.4s;
}

.gurugram-footer-links ul li a i{
    color:#d4af37;
    margin-right:8px;
    transition:.4s;
}

.gurugram-footer-links ul li a:hover{
    color:#d4af37;
}

.gurugram-footer-links ul li a:hover i{
    transform:translateX(5px);
}

.gurugram-footer-contact p{
    color:#d0d0d0;
    line-height:1.9;
}

.gurugram-footer-contact a{
    display:block;
    color:#d4af37;
    text-decoration:none;
    font-size:22px;
    font-weight:700;
    margin-bottom:12px;
}

.gurugram-footer-bottom{
    margin-top:60px;
    padding:25px 0;
    border-top:1px solid rgba(212,175,55,.12);
}

.gurugram-footer-bottom-inner{
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:20px;
    flex-wrap:wrap;
}

.gurugram-footer-bottom p{
    margin:0;
    color:#cfcfcf;
    font-size:14px;
}

.gurugram-footer-badge{
    display:inline-flex;
    align-items:center;
    gap:8px;
    padding:12px 22px;
    border-radius:50px;
    background:#111111;
    border:1px solid rgba(212,175,55,.15);
    color:#fff;
    font-size:14px;
    font-weight:600;
}

.gurugram-footer-badge i{
    color:#d4af37;
}

@media(max-width:991px){

    .gurugram-footer-brand{
        text-align:center;
    }

    .gurugram-footer-brand p{
        margin:auto;
    }

    .gurugram-footer-social{
        justify-content:center;
    }

}

@media(max-width:576px){

    .gurugram-footer-section{
        padding:60px 0 0;
    }

    .gurugram-footer-cta{
        padding:30px 20px;
        text-align:center;
    }

    .gurugram-footer-cta h3{
        font-size:28px;
    }

    .gurugram-footer-brand h2{
        font-size:40px;
    }

    .gurugram-footer-links,
    .gurugram-footer-contact{
        text-align:center;
    }

    .gurugram-footer-links h4::after,
    .gurugram-footer-contact h4::after{
        left:50%;
        transform:translateX(-50%);
    }

    .gurugram-footer-bottom-inner{
        flex-direction:column;
        text-align:center;
    }

}

/* GURUGRAM PREMIUM FOOTER SECTION 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;
}