body {
    margin: 0;
    padding: 0;
}


/* ===== GURUGRAM ABOUT BANNER CSS START ===== */





/* ===== GURUGRAM DISCLAIMER BANNER START ===== */

.gurugram-disclaimer-banner {
    position: relative;
    padding: 100px 20px;
    text-align: center;
    overflow: hidden;

    background: linear-gradient(120deg, #0f172a, #020617);
}

.gurugram-disclaimer-banner::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(120deg, rgba(0,0,0,0.7), rgba(0,0,0,0.4));
}

.gurugram-disclaimer-banner::before {
    content: "";
    position: absolute;
    width: 300px;
    height: 300px;
    background: #27cce0;
    filter: blur(120px);
    opacity: 0.25;
    top: -50px;
    left: -50px;
}

.gurugram-disclaimer-banner .container {
    position: relative;
    z-index: 2;
}

.gurugram-disclaimer-banner h1 {
    font-size: 44px;
    font-weight: 800;
    color: #fff;
}

.gurugram-disclaimer-banner p {
    color: #cbd5f5;
}

/* ===== GURUGRAM DISCLAIMER BANNER END ===== */



/* ===== GURUGRAM DISCLAIMER CONTENT START ===== */

.gurugram-disclaimer-content {
    background: #020617;
    padding: 60px 20px;
}

.gurugram-disclaimer-box {
    max-width: 900px;
    margin: auto;
    background: rgba(255,255,255,0.03);
    padding: 40px;
    border-radius: 12px;
    border: 1px solid rgba(255,255,255,0.08);
}

.gurugram-disclaimer-box h2 {
    color: #27cce0;
    font-size: 22px;
    margin-top: 25px;
}

.gurugram-disclaimer-box p {
    color: #cbd5f5;
    font-size: 15px;
    line-height: 1.7;
}

/* ===== GURUGRAM DISCLAIMER CONTENT END ===== */


/* CTA BUTTON FIX */

.gurugram-cta-buttons {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-top: 20px;
    flex-wrap: wrap;
}

.gurugram-cta-btn {
    padding: 12px 28px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 600;
    transition: 0.3s;
    display: inline-block;
}

/* PRIMARY BUTTON */
.gurugram-cta-btn.primary {
    background: #27cce0;
    color: #000;
}

.gurugram-cta-btn.primary:hover {
    background: #1bb5c7;
    transform: translateY(-2px);
}

/* SECONDARY BUTTON */
.gurugram-cta-btn.secondary {
    border: 1px solid #27cce0;
    color: #27cce0;
}

.gurugram-cta-btn.secondary:hover {
    background: #27cce0;
    color: #000;
}


/* FORCE CTA FIX */

.gurugram-cta-pro {
    background: radial-gradient(circle at top, #0f172a, #020617) !important;
    padding: 70px 20px;
}

.gurugram-cta-box {
    background: rgba(255,255,255,0.03) !important;
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 16px;
}

.gurugram-cta-box h2 {
    color: #fff !important;
}

.gurugram-cta-box p {
    color: #cbd5f5 !important;
}