body {
    margin: 0;
    padding: 0;
}
html, body {
    overflow-x: hidden;
}




/* ===== GURUGRAM HEADER CSS START ===== */

.gurugram-header {
    position: relative;
    background: linear-gradient(90deg, #27cce0, #27cce0);
    padding: 15px 0;
}


.gurugram-navbar {
    position: relative;
}

.gurugram-logo {
    color: #ffffff !important;
    font-weight: 700;
    font-size: 20px;
}

.gurugram-center-mobile {
    position: absolute;
    left: 50%;
    top: 18px;  
    transform: translateX(-50%);
    z-index: 999;
}

.gurugram-btn {
    background: #ffffff;
    color: #27cce0;
    padding: 7px 16px;
    border-radius: 25px;
    font-weight: 600;
    text-decoration: none;
    font-size: 12px;
    white-space: nowrap;
    display: inline-block;
}

.gurugram-right {
    display: flex;
    align-items: center;
}

.gurugram-link {
    color: #f3f3f3;
    margin-left: 18px;
    text-decoration: none;
    font-size: 14px;
}

.gurugram-link.active {
    color: #d84c7f;
    font-weight: 500;
}

.gurugram-link:hover {
    color: #ffffff;
}

.gurugram-toggler {
    border: none;
}

.gurugram-toggler .navbar-toggler-icon {
    filter: invert(1);
}

/* MOBILE */
@media (max-width: 991px) {

    .gurugram-right {
        flex-direction: column;
        margin-top: 20px;
    }

    .gurugram-link {
        display: block;
        margin: 8px 0;
    }

}

@media (max-width: 768px) {
    .gurugram-center-mobile {
        position: static;
        transform: none;
        text-align: center;
        margin-top: 10px;
    }
}



/* ===== GURUGRAM HEADER CSS END ===== */






/* ===== GURUGRAM FOOTER ULTRA CSS START ===== */

.gurugram-footer-ultra {
    background: #000;
    padding: 70px 0 30px;
    position: relative;
    color: #fff;
}

.gurugram-footer-ultra::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;   /* IMPORTANT */
    height: 4px;
    background: linear-gradient(90deg, #d84c7f, #d84c7f);
}

.gurugram-footer-ultra h5 {
    font-weight: 600;
    margin-bottom: 20px;
    position: relative;
}

.gurugram-footer-ultra h5::after {
    content: "";
    width: 30px;
    height: 3px;
    background: #27cce0;
    position: absolute;
    left: 0;
    bottom: -8px;
}

.gurugram-footer-ultra ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.gurugram-footer-ultra ul li {
    margin-bottom: 10px;
}

.gurugram-footer-ultra ul li a {
    text-decoration: none;
    color: #bbb;
    font-size: 14px;
    transition: 0.3s;
}

.gurugram-footer-ultra ul li a:hover {
    color: #27cce0;
    padding-left: 5px;
}

.gurugram-footer-text {
    color: #bbb;
    font-size: 14px;
}

.gurugram-footer-mail {
    color: #f39c12;
    font-weight: 600;
    margin: 10px 0;
}

.gurugram-footer-social a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    margin-right: 8px;
    background: rgba(255,255,255,0.05);
    color: #fff;
    transition: 0.3s;
    text-decoration: none;
}

.gurugram-footer-social a:hover {
    background: #27cce0;
    color: #000;
}

.gurugram-footer-bottom {
    text-align: center;
    margin-top: 40px;
    padding-top: 20px;
    border-top: 1px solid rgba(255,255,255,0.08);
    color: #aaa;
    font-size: 14px;
}

/* MOBILE */
@media (max-width: 768px) {

    .gurugram-footer-ultra {
        text-align: center;
    }

    .gurugram-footer-ultra h5::after {
        left: 50%;
        transform: translateX(-50%);
    }

}

/* ===== GURUGRAM FOOTER ULTRA CSS END ===== */