body {
    margin: 0;
    padding: 0;
}


/* ===== GURUGRAM ABOUT BANNER CSS START ===== */


.gurugram-about-banner::before {
    content: "";
    position: absolute;
    width: 300px;
    height: 300px;
    background: #27cce0;
    filter: blur(120px);
    opacity: 0.15;
    top: -50px;
    left: -50px;
}

.gurugram-about-banner::after {
    content: "";
    position: absolute;
    width: 300px;
    height: 300px;
    background: #d84c7f;
    filter: blur(120px);
    opacity: 0.15;
    bottom: -50px;
    right: -50px;
}

.gurugram-about-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(0,0,0,0.7), rgba(0,0,0,0.9));
}

.gurugram-about-content {
    position: relative;
    z-index: 2;
}

.gurugram-about-title {
    font-size: 48px;
    font-weight: 700;
    color: #fff;
}

.gurugram-about-title span {
    background: linear-gradient(90deg, #27cce0, #27cce0);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.gurugram-about-subtitle {
    margin-top: 15px;
    color: #bbb;
    font-size: 16px;
}

.gurugram-about-banner {
    position: relative;
    height: 420px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: radial-gradient(circle at center, #0a0a0a, #000);
    overflow: hidden;

    background: url('../image/bbb.webp') center/cover no-repeat;
}

/* DARK OVERLAY (IMPORTANT) */
.gurugram-about-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(0,0,0,0.75), rgba(0,0,0,0.9));
}

/* MOBILE */
@media (max-width: 768px) {

    .gurugram-about-title {
        font-size: 30px;
    }

    .gurugram-about-banner {
        height: 300px;
        padding: 20px;
    }

}

/* ===== GURUGRAM ABOUT BANNER CSS END ===== */



/* ===== GURUGRAM ABOUT SECTION CSS START ===== */

.gurugram-about-section {
    background: radial-gradient(circle at center, #0a0a0a, #000);
    color: #fff;
    position: relative;
    overflow: hidden;
}

/* GLOW EFFECT */
.gurugram-about-section::before {
    content: "";
    position: absolute;
    width: 300px;
    height: 300px;
    background: #27cce0;
    filter: blur(120px);
    opacity: 0.12;
    top: -80px;
    left: -80px;
}

.gurugram-about-section::after {
    content: "";
    position: absolute;
    width: 300px;
    height: 300px;
    background: #d84c7f;
    filter: blur(120px);
    opacity: 0.12;
    bottom: -80px;
    right: -80px;
}

.gurugram-tag {
    color: #d84c7f;
    letter-spacing: 3px;
    font-size: 13px;
}

.gurugram-heading {
    font-size: 48px;
    font-weight: 700;
    margin: 10px 0 20px;
}

.gurugram-heading span {
    color: #27cce0;
}

.gurugram-text {
    color: #bbb;
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 15px;
}

.gurugram-highlights {
    margin-top: 20px;
}

.gurugram-highlights span {
    display: inline-block;
    margin-right: 15px;
    color: #27cce0;
    font-weight: 500;
}

/* RIGHT BOX */
.gurugram-strength-box {
    border: 1px solid rgba(224,179,0,0.3);
    border-radius: 20px;
    padding: 30px;
    background: rgba(0,0,0,0.6);
    backdrop-filter: blur(10px);
}

.gurugram-strength-box h4 {
    color: #27cce0;
    margin-bottom: 20px;
    font-weight: 600;
}

.gurugram-strength-box ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.gurugram-strength-box ul li {
    margin-bottom: 12px;
    color: #ccc;
    position: relative;
    padding-left: 22px;
}

.gurugram-strength-box ul li::before {
    content: "✔";
    position: absolute;
    left: 0;
    color: #8a63ff;
}

/* MOBILE */
@media (max-width: 768px) {

    .gurugram-heading {
        font-size: 28px;
    }

    .gurugram-strength-box {
        padding: 20px;
    }

}

/* ===== GURUGRAM ABOUT SECTION CSS END ===== */




/* ===== GURUGRAM SERVICES ADVANCED CSS START ===== */

.gurugram-services-advanced {
    background: radial-gradient(circle at center, #050505, #000);
    color: #fff;
}

/* heading */
.gurugram-services-tag {
    color: #ffc107;
    letter-spacing: 4px;
    font-size: 12px;
}

.gurugram-services-title {
    font-size: 46px;
    font-weight: 800;
}

.gurugram-services-title span {
    color: #27cce0;
}

/* box */
.gurugram-service-box {
    position: relative;
    border-radius: 18px;
    overflow: hidden;
}

.gurugram-service-box img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    transition: 0.4s;
}

/* overlay */
.gurugram-service-overlay {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 20px;
    background: linear-gradient(to top, rgba(0,0,0,0.9), transparent);
    transition: 0.4s;
}

.gurugram-service-overlay h5 {
    font-weight: 600;
}

.gurugram-service-overlay p {
    font-size: 14px;
    color: #bbb;
}

/* hidden content */
.gurugram-service-overlay .gurugram-service-btn {
    opacity: 0;
    transform: translateY(10px);
    display: inline-block;
    margin-top: 10px;
    padding: 8px 18px;
    border-radius: 50px;
    background: #ffc107;
    color: #000;
    text-decoration: none;
    font-size: 14px;
    transition: 0.3s;
}

/* hover effect */
.gurugram-service-box:hover img {
    transform: scale(1.1);
}

.gurugram-service-box:hover .gurugram-service-btn {
    opacity: 1;
    transform: translateY(0);
}

/* mobile */
@media (max-width: 768px) {

    .gurugram-services-title {
        font-size: 26px;
    }

    .gurugram-service-box img {
        height: 220px;
    }

}

/* ===== GURUGRAM SERVICES ADVANCED CSS END ===== */



/* ===== GURUGRAM SERVICES PROCESS CSS START ===== */

.gurugram-services-process {
    background: radial-gradient(circle at center, #050505, #000);
    color: #fff;
}

/* heading */
.gurugram-services-process-tag {
    color: #ffc107;
    letter-spacing: 4px;
    font-size: 12px;
}

.gurugram-services-process-title {
    font-size: 46px;
    font-weight: 800;
}

.gurugram-services-process-title span {
    color: #27cce0;
}

/* box */
.gurugram-process-box {
    padding: 30px 20px;
    border-radius: 18px;
    background: rgba(255,255,255,0.03);
    transition: 0.3s;
}

.gurugram-process-box:hover {
    transform: translateY(-8px);
    background: rgba(255,255,255,0.06);
}

/* number */
.gurugram-process-number {
    width: 55px;
    height: 55px;
    margin: 0 auto 15px;
    border-radius: 50%;
    background: linear-gradient(135deg, #27cce0, #27cce0);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    font-weight: 700;
}

/* text */
.gurugram-process-box h5 {
    font-weight: 600;
}

.gurugram-process-box p {
    color: #bbb;
    font-size: 14px;
}

/* mobile */
@media (max-width: 768px) {
    .gurugram-services-process-title {
        font-size: 26px;
    }
}

/* ===== GURUGRAM SERVICES PROCESS CSS END ===== */



/* ===== GURUGRAM SERVICES CONTENT CSS START ===== */

.gurugram-services-content {
    background: radial-gradient(circle at center, #050505, #000);
    color: #fff;
}

/* tag */
.gurugram-services-content-tag {
    color: #ffc107;
    letter-spacing: 4px;
    font-size: 12px;
}

/* heading */
.gurugram-services-content-title {
    font-size: 42px;
    font-weight: 800;
}

.gurugram-services-content-title span {
    color: #27cce0;
}

/* text */
.gurugram-services-content-text {
    color: #bbb;
    font-size: 15px;
    line-height: 1.7;
}

/* right box */
.gurugram-services-content-box {
    background: rgba(255,255,255,0.03);
    padding: 30px;
    border-radius: 18px;
}

/* list */
.gurugram-services-content-box ul {
    list-style: none;
    padding: 0;
}

.gurugram-services-content-box ul li {
    margin-bottom: 12px;
    padding-left: 20px;
    position: relative;
    color: #ccc;
}

.gurugram-services-content-box ul li::before {
    content: "✔";
    position: absolute;
    left: 0;
    color: #27cce0;
}

/* mobile */
@media (max-width: 768px) {
    .gurugram-services-content-title {
        font-size: 26px;
    }
}

/* ===== GURUGRAM SERVICES CONTENT CSS END ===== */



/* ===== GURUGRAM SERVICES CTA CSS START ===== */

.gurugram-services-cta {
    background: radial-gradient(circle at center, #050505, #000);
    color: #fff;
}

.gurugram-services-cta-title {
    font-size: 42px;
    font-weight: 800;
}

.gurugram-services-cta-title span {
    color: #27cce0;
}

.gurugram-services-cta-text {
    color: #bbb;
    margin-top: 10px;
}

.gurugram-services-cta-buttons {
    margin-top: 25px;
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}

.gurugram-cta-btn-primary {
    padding: 12px 28px;
    border-radius: 50px;
    background: #27cce0;
    color: #000;
    text-decoration: none;
}

.gurugram-cta-btn-outline {
    padding: 12px 28px;
    border-radius: 50px;
    border: 1px solid #27cce0;
    color: #27cce0;
    text-decoration: none;
}

/* ===== GURUGRAM SERVICES CTA CSS END ===== */