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 WHY CHOOSE US FINAL CSS START ===== */

.gurugram-why-v2 {
    background: radial-gradient(circle at center, #050505, #000);
    color: #fff;
    position: relative;
    overflow: hidden;
}

/* glow */
.gurugram-why-v2::before {
    content: "";
    position: absolute;
    width: 350px;
    height: 350px;
    background: #27cce0;
    filter: blur(140px);
    opacity: 0.12;
    top: -100px;
    left: -100px;
}

.gurugram-why-v2::after {
    content: "";
    position: absolute;
    width: 350px;
    height: 350px;
    background: #d84c7f;
    filter: blur(140px);
    opacity: 0.12;
    bottom: -100px;
    right: -100px;
}

/* heading */
.gurugram-tag {
    color: #d84c7f;
    letter-spacing: 4px;
    font-size: 12px;
}

.gurugram-title {
    font-size: 48px;
    font-weight: 800;
}

.gurugram-title span {
    background: linear-gradient(90deg, #27cce0, #d84c7f);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* card */
.gurugram-box {
    position: relative;
    padding: 40px 25px;
    border-radius: 20px;
    background: rgba(0,0,0,0.65);
    backdrop-filter: blur(12px);
    border: 1px solid rgba(255,255,255,0.05);
    transition: 0.4s ease;
    overflow: hidden;
}

/* hover */
.gurugram-box:hover {
    transform: translateY(-8px);
}

/* border animation */
.gurugram-box::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 20px;
    padding: 1px;
    background: linear-gradient(120deg, #27cce0, #d84c7f, #ffc107);
    -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    opacity: 0;
    transition: 0.4s;
}

.gurugram-box:hover::before {
    opacity: 1;
}

/* icon */
.gurugram-icon-wrap {
    width: 65px;
    height: 65px;
    margin: 0 auto 15px;
    border-radius: 50%;
    background: linear-gradient(135deg, #27cce0, #ffc107);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    color: #000;
}

/* text */
.gurugram-box h5 {
    font-weight: 600;
    margin-top: 10px;
}

.gurugram-box p {
    color: #bbb;
    font-size: 15px;
}

/* ===== MOBILE ===== */
@media (max-width: 767px) {

    .gurugram-title {
        font-size: 26px;
        line-height: 1.3;
    }

    .gurugram-box {
        padding: 25px 18px;
    }

    .gurugram-icon-wrap {
        width: 55px;
        height: 55px;
        font-size: 22px;
    }

    .gurugram-box h5 {
        font-size: 16px;
    }

    .gurugram-box p {
        font-size: 13px;
    }

}

/* ===== GURUGRAM WHY CHOOSE US FINAL CSS END ===== */



/* ===== GURUGRAM SERVICES V2 CSS START ===== */

.gurugram-services-v2 {
    background: linear-gradient(180deg, #000, #050505);
    color: #fff;
    position: relative;
}

/* heading */
.gurugram-services-v2-tag {
    color: #ffc107;
    letter-spacing: 4px;
    font-size: 12px;
}

.gurugram-services-v2-title {
    font-size: 46px;
    font-weight: 800;
}

.gurugram-services-v2-title span {
    color: #27cce0;
}

/* list */
.gurugram-services-list {
    max-width: 900px;
    margin: auto;
}

/* row */
.gurugram-service-row {
    display: flex;
    align-items: center;
    gap: 25px;
    padding: 25px;
    border-radius: 15px;
    background: rgba(255,255,255,0.02);
    margin-bottom: 20px;
    position: relative;
    transition: 0.3s;
    border-left: 3px solid transparent;
}

/* hover */
.gurugram-service-row:hover {
    transform: translateX(10px);
    border-left: 3px solid #27cce0;
    background: rgba(255,255,255,0.05);
}

/* icon side */
.gurugram-service-left {
    width: 60px;
    height: 60px;
    border-radius: 12px;
    background: linear-gradient(135deg, #27cce0, #d84c7f);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    color: #000;
    flex-shrink: 0;
}

/* text */
.gurugram-service-right h5 {
    margin: 0;
    font-weight: 600;
}

.gurugram-service-right p {
    margin: 5px 0 0;
    color: #bbb;
    font-size: 14px;
}

/* MOBILE */
@media (max-width: 768px) {

    .gurugram-services-v2-title {
        font-size: 26px;
    }

    .gurugram-service-row {
        flex-direction: column;
        text-align: center;
    }

}

/* ===== GURUGRAM SERVICES V2 CSS END ===== */








/* ===== GURUGRAM CTA CSS START ===== */

.gurugram-cta {
    background: radial-gradient(circle at center, #050505, #000);
    position: relative;
    color: #fff;
    overflow: hidden;
}

/* glow background */
.gurugram-cta::before {
    content: "";
    position: absolute;
    width: 400px;
    height: 400px;
    background: #27cce0;
    filter: blur(160px);
    opacity: 0.1;
    top: -120px;
    left: -120px;
}

.gurugram-cta::after {
    content: "";
    position: absolute;
    width: 400px;
    height: 400px;
    background: #d84c7f;
    filter: blur(160px);
    opacity: 0.1;
    bottom: -120px;
    right: -120px;
}

/* main box */
.gurugram-cta-box {
    max-width: 800px;
    margin: auto;
}

/* badge */
.gurugram-cta-badge {
    display: inline-block;
    padding: 6px 18px;
    border-radius: 50px;
    background: rgba(255,193,7,0.1);
    color: #27cce0;
    font-size: 12px;
    letter-spacing: 2px;
    margin-bottom: 15px;
}

/* heading */
.gurugram-cta-title {
    font-size: 46px;
    font-weight: 800;
}

.gurugram-cta-title span {
    background: linear-gradient(90deg, #27cce0, #27cce0);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* text */
.gurugram-cta-text {
    margin-top: 15px;
    color: #bbb;
    font-size: 16px;
}

/* buttons */
.gurugram-cta-buttons {
    margin-top: 30px;
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}

/* primary button */
.gurugram-btn-primary {
    padding: 14px 30px;
    border-radius: 50px;
    background: linear-gradient(135deg, #ffc107, #ffdd57);
    color: #000;
    font-weight: 600;
    text-decoration: none;
    transition: 0.3s;
}

.gurugram-btn-primary:hover {
    transform: translateY(-3px);
}

/* outline button */
.gurugram-btn-outline {
    padding: 14px 30px;
    border-radius: 50px;
    border: 1px solid #ffc107;
    color: #ffc107;
    text-decoration: none;
    transition: 0.3s;
}

/* glass hover effect */
.gurugram-btn-outline:hover {
    background: rgba(255,193,7,0.1);
    transform: translateY(-3px);
}

/* MOBILE */
@media (max-width: 768px) {

    .gurugram-cta-title {
        font-size: 26px;
    }

    .gurugram-cta-text {
        font-size: 14px;
    }

}

/* ===== GURUGRAM CTA CSS END ===== */




/* ===== GURUGRAM TESTIMONIALS V2 CSS START ===== */

.gurugram-testimonial-v2 {
    background: radial-gradient(circle at center, #050505, #000);
    position: relative;
    color: #fff;
    overflow: hidden;
}

/* glow */
.gurugram-testimonial-v2::before {
    content: "";
    position: absolute;
    width: 350px;
    height: 350px;
    background: #27cce0;
    filter: blur(140px);
    opacity: 0.1;
    top: -100px;
    left: -100px;
}

.gurugram-testimonial-v2::after {
    content: "";
    position: absolute;
    width: 350px;
    height: 350px;
    background: #d84c7f;
    filter: blur(140px);
    opacity: 0.1;
    bottom: -100px;
    right: -100px;
}

/* heading */
.gurugram-testimonial-tag {
    color: #ffc107;
    letter-spacing: 4px;
    font-size: 12px;
}

.gurugram-testimonial-title {
    font-size: 46px;
    font-weight: 800;
}

.gurugram-testimonial-title span {
    background: linear-gradient(90deg, #27cce0, #27cce0);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* card */
.gurugram-testimonial-card {
    position: relative;
    padding: 30px;
    border-radius: 20px;
    background: rgba(255,255,255,0.03);
    transition: 0.4s;
    margin-bottom: 20px;
}

/* center highlight card */
.gurugram-testimonial-active {
    transform: scale(1.08);
    background: rgba(255,255,255,0.06);
}

/* hover */
.gurugram-testimonial-card:hover {
    transform: translateY(-10px);
}

/* quote icon */
.gurugram-quote {
    font-size: 60px;
    color: #27cce0;
    line-height: 1;
    margin-bottom: 10px;
}

/* text */
.gurugram-testimonial-card p {
    color: #bbb;
    font-size: 15px;
}

/* name */
.gurugram-testimonial-card h6 {
    margin-top: 15px;
    font-weight: 600;
}

/* location */
.gurugram-testimonial-card span {
    font-size: 13px;
    color: #ffc107;
}

/* MOBILE */
@media (max-width: 768px) {

    .gurugram-testimonial-title {
        font-size: 26px;
    }

    .gurugram-testimonial-active {
        transform: none;
    }

}

/* ===== GURUGRAM TESTIMONIALS V2 CSS END ===== */