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 GALLERY CSS START ===== */

.gurugram-gallery {
    background: radial-gradient(circle at center, #050505, #000);
    color: #fff;
}

/* heading */
.gurugram-gallery-tag {
    color: #ffc107;
    letter-spacing: 4px;
    font-size: 12px;
}

.gurugram-gallery-title {
    font-size: 46px;
    font-weight: 800;
}

.gurugram-gallery-title span {
    color: #27cce0;
}

/* box */
.gurugram-gallery-box {
    position: relative;
    overflow: hidden;
    border-radius: 15px;
}

.gurugram-gallery-box img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    transition: 0.4s;
}

/* overlay */
.gurugram-gallery-overlay {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 15px;
    background: linear-gradient(to top, rgba(0,0,0,0.85), transparent);
    transform: translateY(100%);
    transition: 0.4s;
}

.gurugram-gallery-overlay h5 {
    margin: 0;
    font-size: 16px;
}

/* hover */
.gurugram-gallery-box:hover img {
    transform: scale(1.1);
}

.gurugram-gallery-box:hover .gurugram-gallery-overlay {
    transform: translateY(0);
}

/* mobile */
@media (max-width: 768px) {
    .gurugram-gallery-title {
        font-size: 26px;
    }
}

/* ===== GURUGRAM GALLERY CSS END ===== */




/* ===== GURUGRAM GALLERY CONTENT CSS START ===== */

.gurugram-gallery-content {
    background: radial-gradient(circle at center, #0a0a0a, #000);
    color: #fff;
}

/* title */
.gurugram-gallery-content-title {
    font-size: 42px;
    font-weight: 800;
}

.gurugram-gallery-content-title span {
    color: #27cce0;
}

/* text */
.gurugram-gallery-content-text {
    color: #bbb;
    line-height: 1.8;
    margin-top: 15px;
}

/* button */
.gurugram-gallery-btn {
    display: inline-block;
    margin-top: 25px;
    padding: 12px 28px;
    border-radius: 30px;
    background: #d84c7f;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    transition: 0.3s;
}

.gurugram-gallery-btn:hover {
    background: #27cce0;
    color: #000;
}

/* image */
.gurugram-gallery-content-img img {
    width: 100%;
    border-radius: 15px;
}

/* mobile */
@media (max-width: 768px) {
    .gurugram-gallery-content-title {
        font-size: 26px;
    }
}

/* ===== GURUGRAM GALLERY CONTENT CSS END ===== */




/* ===== GURUGRAM GALLERY CTA CSS START ===== */

.gurugram-gallery-cta {
    background: radial-gradient(circle at center, #000, #050505);
    padding: 80px 0;
    text-align: center;
}

/* title */
.gurugram-gallery-cta-title {
    font-size: 42px;
    font-weight: 800;
    color: #fff;
}

.gurugram-gallery-cta-title span {
    color: #27cce0;
}

/* text */
.gurugram-gallery-cta-text {
    max-width: 700px;
    margin: 20px auto;
    color: #bbb;
    line-height: 1.8;
}

/* buttons */
.gurugram-gallery-cta-buttons {
    margin-top: 30px;
}

.gurugram-gallery-call {
    display: inline-block;
    margin-right: 10px;
    padding: 12px 28px;
    border-radius: 30px;
    background: #d84c7f;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
}

.gurugram-gallery-whatsapp {
    display: inline-block;
    padding: 12px 28px;
    border-radius: 30px;
    background: #27cce0;
    color: #000;
    text-decoration: none;
    font-weight: 600;
}

.gurugram-gallery-call:hover {
    background: #27cce0;
    color: #000;
}

.gurugram-gallery-whatsapp:hover {
    background: #d84c7f;
    color: #fff;
}

/* mobile */
@media (max-width: 768px) {
    .gurugram-gallery-cta-title {
        font-size: 26px;
    }
}

/* ===== GURUGRAM GALLERY CTA CSS END ===== */