

/* GURUGRAM NOIDA HERO BANNER CSS START */

.gurugram-noida-banner{
    padding:60px 0 100px;
    background:#0f0f0f;
    position:relative;
    overflow:hidden;
}

.gurugram-noida-banner::before{
    content:"";
    position:absolute;
    width:500px;
    height:500px;
    background:#d8c371;
    border-radius:50%;
    top:-250px;
    right:-150px;
    opacity:.12;
    filter:blur(120px);
}

.gurugram-noida-tag{
    display:inline-block;
    padding:10px 25px;
    border-radius:50px;
    border:1px solid rgba(216,195,113,.4);
    color:#d8c371;
    margin-bottom:25px;
}

.gurugram-noida-title{
    font-size:clamp(45px,7vw,85px);
    font-weight:900;
    color:#fff;
    line-height:1.1;
}

.gurugram-noida-title span{
    color:#d8c371;
}

.gurugram-noida-description{
    color:#d5d5d5;
    font-size:18px;
    line-height:1.9;
    margin:30px 0;
}

.gurugram-noida-buttons{
    display:flex;
    gap:15px;
    flex-wrap:wrap;
}

.gurugram-noida-btn-main{
    background:#d8c371;
    color:#111;
    text-decoration:none;
    padding:16px 35px;
    border-radius:60px;
    font-weight:700;
}

.gurugram-noida-btn-secondary{
    border:2px solid #d8c371;
    color:#d8c371;
    text-decoration:none;
    padding:16px 35px;
    border-radius:60px;
    font-weight:700;
}

.gurugram-noida-features{
    display:flex;
    gap:20px;
    flex-wrap:wrap;
    margin-top:35px;
}

.gurugram-noida-features div{
    background:rgba(255,255,255,.05);
    border:1px solid rgba(255,255,255,.08);
    color:#fff;
    padding:12px 18px;
    border-radius:50px;
}

.gurugram-noida-image-box{
    text-align:center;
}

.gurugram-noida-image-box img{
    border-radius:30px;
    box-shadow:0 20px 60px rgba(0,0,0,.4);
}

@media(max-width:991px){

    .gurugram-noida-banner{
        text-align:center;
    }

    .gurugram-noida-buttons{
        justify-content:center;
    }

    .gurugram-noida-features{
        justify-content:center;
    }

    .gurugram-noida-image-box{
        margin-top:50px;
    }

}

@media(max-width:576px){

    .gurugram-noida-btn-main,
    .gurugram-noida-btn-secondary{
        width:100%;
        text-align:center;
    }

}

/* GURUGRAM NOIDA HERO BANNER CSS END */



/* GURUGRAM CITY ABOUT START */

.gurugram-city-about{
    padding:60px 0;
    background:#050505;
}

.gurugram-city-badge{
    display:inline-block;
    padding:12px 25px;
    border-radius:50px;
    background:rgba(216,195,113,.12);
    color:#d8c371;
    font-weight:600;
    margin-bottom:20px;
}

.gurugram-city-title{
    color:#d8c371;
    font-size:clamp(40px,5vw,70px);
    font-weight:900;
    margin-bottom:20px;
}

.gurugram-city-subtitle{
    color:#cfcfcf;
    max-width:850px;
    margin:auto;
    font-size:20px;
    line-height:1.8;
}

.gurugram-city-heading{
    color:#ffffff;
    font-size:42px;
    font-weight:800;
    margin-bottom:25px;
}

.gurugram-city-about p{
    color:#cfcfcf;
    font-size:18px;
    line-height:1.9;
    margin-bottom:25px;
}

.gurugram-city-feature{
    padding:30px;
    margin-bottom:25px;
    border-radius:25px;

    background:
    linear-gradient(
    135deg,
    rgba(216,195,113,.08),
    rgba(255,255,255,.03)
    );

    border:1px solid rgba(216,195,113,.15);

    transition:.4s;
}

.gurugram-city-feature:hover{
    transform:translateY(-6px);
    border-color:#d8c371;
    box-shadow:0 15px 40px rgba(216,195,113,.15);
}

.gurugram-city-feature h3{
    color:#d8c371;
    font-size:30px;
    font-weight:800;
    margin-bottom:15px;
}

.gurugram-city-feature p{
    margin:0;
}

@media(max-width:991px){

    .gurugram-city-about{
        padding:70px 0;
    }

    .gurugram-city-heading{
        font-size:34px;
    }

}

@media(max-width:576px){

    .gurugram-city-title{
        font-size:34px;
    }

    .gurugram-city-subtitle{
        font-size:16px;
    }

    .gurugram-city-feature{
        padding:25px;
    }

    .gurugram-city-feature h3{
        font-size:24px;
    }

}

/* GURUGRAM CITY ABOUT END */



/* WHY CHOOSE NOIDA PREMIUM START */

.noida-why-section{
padding:90px 0;
background:#111111;
}

.noida-why-content{
padding-right:20px;
}

.noida-why-badge{
display:inline-block;
padding:10px 22px;
border-radius:50px;
background:rgba(216,195,113,.12);
border:1px solid rgba(216,195,113,.20);
color:#d8c371;
font-weight:600;
margin-bottom:20px;
}

.noida-why-content h2{
color:#d8c371;
font-size:48px;
font-weight:800;
line-height:1.2;
margin-bottom:25px;
}

.noida-why-content p{
color:#cfcfcf;
font-size:17px;
line-height:1.9;
}

.noida-feature-list{
list-style:none;
padding:0;
margin:30px 0;
}

.noida-feature-list li{
position:relative;
padding-left:35px;
margin-bottom:18px;
color:#ffffff;
font-size:17px;
}

.noida-feature-list li::before{
content:"✓";
position:absolute;
left:0;
top:0;
color:#d8c371;
font-weight:700;
}

.noida-why-image{
position:relative;
}

.noida-why-image img{
width:100%;
border-radius:30px;
border:1px solid rgba(216,195,113,.15);
box-shadow:0 20px 60px rgba(0,0,0,.4);
}

.noida-why-image::after{
content:"";
position:absolute;
width:220px;
height:220px;
background:#d8c371;
opacity:.08;
border-radius:50%;
top:-40px;
right:-40px;
filter:blur(80px);
z-index:-1;
}

/* Mobile */

@media(max-width:991px){


.noida-why-content{
    padding-right:0;
    margin-bottom:30px;
}

.noida-why-content h2{
    font-size:34px;
}


}

@media(max-width:576px){


.noida-why-section{
    padding:70px 0;
}

.noida-why-content h2{
    font-size:28px;
}

.noida-feature-list li{
    font-size:15px;
}

.noida-why-content p{
    font-size:15px;
}


}

/* WHY CHOOSE NOIDA PREMIUM END */






/* CITY PROFILE START */

.city-profile-section{
    padding:80px 0;
    background:#000;
}

.city-subtitle{
    display:inline-block;
    padding:8px 18px;
    background:#d4bf6a;
    color:#000;
    border-radius:30px;
    font-weight:600;
    margin-bottom:15px;
}

.city-title{
    color:#fff;
    font-size:42px;
    font-weight:700;
}

.city-profile-section p{
    color:#bdbdbd;
}

.city-profile-card{
    position:relative;
    overflow:hidden;
    border-radius:30px;
    height:550px;
    transition:.4s;
}

.city-profile-card img{
    width:100%;
    height:100%;
    object-fit:cover;
    transition:.5s;
}

.city-profile-card:hover img{
    transform:scale(1.08);
}

.city-profile-overlay{
    position:absolute;
    left:0;
    bottom:0;
    width:100%;
    padding:25px;
    background:linear-gradient(
    to top,
    rgba(0,0,0,.95),
    rgba(0,0,0,.70),
    transparent);
}

.city-badge{
    display:inline-block;
    background:#d4bf6a;
    color:#000;
    padding:6px 15px;
    border-radius:30px;
    font-size:13px;
    font-weight:600;
    margin-bottom:12px;
}

.city-profile-overlay h3{
    color:#fff;
    font-size:32px;
    font-weight:700;
    margin-bottom:10px;
}

.city-rating{
    color:#d4bf6a;
    font-weight:600;
    margin-bottom:15px;
}

.city-info{
    display:flex;
    flex-wrap:wrap;
    gap:10px;
    margin-bottom:20px;
}

.city-info span{
    background:rgba(212,191,106,.15);
    border:1px solid rgba(212,191,106,.30);
    color:#fff;
    padding:8px 14px;
    border-radius:50px;
    font-size:14px;
}

.city-btns a{
    display:block;
    text-align:center;
    text-decoration:none;
    background:#d4bf6a;
    color:#000;
    padding:14px;
    border-radius:50px;
    font-weight:700;
    transition:.3s;
}

.city-btns a:hover{
    background:#fff;
    color:#000;
}

/* Mobile */

@media(max-width:768px){

    .city-title{
        font-size:30px;
    }

    .city-profile-card{
        height:480px;
    }

    .city-profile-overlay h3{
        font-size:26px;
    }

}



/* NOIDA COVERAGE AREA START */

.noida-coverage-section{
padding:80px 0;
background:#080808;
}

.noida-coverage-heading span{
display:inline-block;
padding:10px 22px;
border-radius:50px;
background:rgba(216,195,113,.12);
border:1px solid rgba(216,195,113,.20);
color:#d8c371;
font-size:14px;
font-weight:600;
margin-bottom:20px;
}

.noida-coverage-heading h2{
font-size:42px;
font-weight:800;
color:#d8c371;
margin-bottom:15px;
}

.noida-coverage-heading p{
color:#cfcfcf;
line-height:1.9;
max-width:700px;
margin:auto;
}

.noida-area-card{
position:relative;
height:100%;
padding:35px;
border-radius:25px;


background:
linear-gradient(
135deg,
rgba(216,195,113,.08),
rgba(255,255,255,.02)
);

border:1px solid rgba(216,195,113,.15);

transition:.4s;
overflow:hidden;


}

.noida-area-card:hover{
transform:translateY(-8px);
border-color:#d8c371;


box-shadow:
0 15px 40px rgba(216,195,113,.12);


}

.noida-area-card .area-number{
position:absolute;
top:15px;
right:20px;
font-size:55px;
font-weight:900;
color:rgba(216,195,113,.08);
}

.noida-area-card h3{
color:#d8c371;
font-size:26px;
font-weight:800;
margin-bottom:15px;
}

.noida-area-card p{
color:#cfcfcf;
line-height:1.8;
margin:0;
}

.noida-area-card::before{
content:"";
position:absolute;
left:0;
top:0;
width:4px;
height:100%;
background:#d8c371;
}

/* Mobile Responsive */

@media(max-width:768px){


.noida-coverage-section{
    padding:70px 0;
}

.noida-coverage-heading h2{
    font-size:30px;
}

.noida-area-card{
    padding:25px;
}

.noida-area-card h3{
    font-size:22px;
}

.noida-area-card .area-number{
    font-size:40px;
}


}

/* NOIDA COVERAGE AREA END */





/* NOIDA PREMIUM WHY CHOOSE START */

.noida-premium-section{
    padding:60px 0;
    background:#080808;
    overflow:hidden;
}

.noida-premium-image{
    position:relative;
    text-align:center;
}

.noida-premium-image img{
    width:100%;
    max-width:450px;
    border-radius:30px;
}

.noida-premium-image::before{
    content:"";
    position:absolute;
    width:280px;
    height:280px;
    background:#d8c371;
    opacity:.08;
    border-radius:50%;
    filter:blur(90px);
    left:50%;
    top:50%;
    transform:translate(-50%,-50%);
}

.noida-premium-badge{
    display:inline-block;
    padding:10px 22px;
    border-radius:50px;
    background:rgba(216,195,113,.12);
    border:1px solid rgba(216,195,113,.20);
    color:#d8c371;
    font-weight:600;
    margin-bottom:20px;
}

.noida-premium-content h2{
    color:#ffffff;
    font-size:48px;
    font-weight:800;
    line-height:1.2;
    margin-bottom:20px;
}

.noida-premium-content p{
    color:#cfcfcf;
    line-height:1.8;
    font-size:17px;
}

.noida-premium-card{
    height:100%;
    padding:30px;
    border-radius:24px;
    border:1px solid rgba(216,195,113,.18);

    background:linear-gradient(
    135deg,
    rgba(216,195,113,.08),
    rgba(255,255,255,.02)
    );

    transition:.4s;
}

.noida-premium-card:hover{
    transform:translateY(-8px);
    border-color:#d8c371;

    box-shadow:
    0 0 25px rgba(216,195,113,.15);
}

.noida-premium-icon{
    width:55px;
    height:55px;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:15px;
    background:rgba(216,195,113,.12);
    color:#d8c371;
    font-size:22px;
    margin-bottom:20px;
}

.noida-premium-card h3{
    color:#d8c371;
    font-size:24px;
    font-weight:700;
    margin-bottom:12px;
}

.noida-premium-card p{
    color:#cfcfcf;
    font-size:15px;
    margin:0;
}

/* Mobile Responsive */

@media(max-width:991px){

    .noida-premium-section{
        padding:70px 0;
    }

    .noida-premium-content{
        text-align:center;
    }

    .noida-premium-content h2{
        font-size:34px;
    }

    .noida-premium-image{
        margin-bottom:30px;
    }

}

@media(max-width:576px){

    .noida-premium-content h2{
        font-size:28px;
    }

    .noida-premium-card{
        padding:25px;
    }

}

/* NOIDA PREMIUM WHY CHOOSE END */




/* CITY PREMIUM LIST CARD START */

.city-premium-list-section{
    padding:60px 0;
    background:#080808;
}

.city-premium-list-card{
    padding:25px;
    border-radius:30px;

    background:linear-gradient(
    135deg,
    rgba(216,195,113,.08),
    rgba(255,255,255,.02)
    );

    border:1px solid rgba(216,195,113,.18);

    transition:.4s;
}

.city-premium-list-card:hover{
    transform:translateY(-6px);

    border-color:#d8c371;

    box-shadow:
    0 20px 50px rgba(216,195,113,.12);
}

.city-premium-list-image img{
    width:100%;
    border-radius:20px;
    height:260px;
    object-fit:cover;
}

.city-premium-list-content h3{
    color:#d8c371;
    font-size:34px;
    font-weight:800;
    margin-bottom:15px;
}

.city-premium-list-content p{
    color:#cfcfcf;
    line-height:1.8;
    margin-bottom:20px;
}

.city-premium-list-tags{
    display:flex;
    flex-wrap:wrap;
    gap:10px;
    margin-bottom:25px;
}

.city-premium-list-tags span{
    padding:10px 16px;
    border-radius:50px;

    background:rgba(216,195,113,.12);
    border:1px solid rgba(216,195,113,.18);

    color:#d8c371;
    font-size:14px;
}

.city-premium-list-buttons{
    display:flex;
    gap:15px;
    flex-wrap:wrap;
}

.city-premium-whatsapp{
    background:#1f3f44;
    color:#fff;
    text-decoration:none;
    padding:14px 28px;
    border-radius:50px;
    font-weight:600;
}

.city-premium-call{
    background:#d8c371;
    color:#111;
    text-decoration:none;
    padding:14px 28px;
    border-radius:50px;
    font-weight:700;
}

.city-premium-status{
    display:inline-block;
    padding:10px 18px;
    border-radius:50px;

    background:#28a745;
    color:#fff;
    font-size:14px;
    font-weight:600;
}

@media(max-width:991px){

    .city-premium-status{
        margin-top:20px;
    }

    .city-premium-list-content{
        margin-top:20px;
    }

}

@media(max-width:576px){

    .city-premium-list-card{
        padding:20px;
    }

    .city-premium-list-content h3{
        font-size:24px;
    }

    .city-premium-whatsapp,
    .city-premium-call{
        width:100%;
        text-align:center;
    }

}

/* CITY PREMIUM LIST CARD END */




/* NOIDA PACKAGE SECTION START */

.noida-package-section{
    padding:60px 0;
    background:#080808;
}

.noida-package-badge{
    display:inline-block;
    padding:10px 22px;
    border-radius:50px;
    background:rgba(216,195,113,.12);
    border:1px solid rgba(216,195,113,.20);
    color:#d8c371;
    font-weight:600;
    margin-bottom:20px;
}

.noida-package-title{
    color:#d8c371;
    font-size:48px;
    font-weight:900;
    margin-bottom:15px;
}

.noida-package-subtitle{
    color:#cfcfcf;
    max-width:700px;
    margin:auto;
}

.noida-package-card{
    position:relative;
    height:100%;
    padding:35px;
    border-radius:25px;

    background:linear-gradient(
    135deg,
    rgba(216,195,113,.08),
    rgba(255,255,255,.02)
    );

    border:1px solid rgba(216,195,113,.15);

    transition:.4s;
}

.noida-package-card:hover{
    transform:translateY(-8px);

    border-color:#d8c371;

    box-shadow:
    0 15px 40px rgba(216,195,113,.15);
}

.noida-package-featured{
    border:1px solid #d8c371;
}

.noida-package-tag{
    position:absolute;
    top:-12px;
    left:50%;
    transform:translateX(-50%);
    background:#d8c371;
    color:#111;
    padding:8px 18px;
    border-radius:50px;
    font-size:13px;
    font-weight:700;
}

.noida-package-icon{
    font-size:34px;
    margin-bottom:20px;
}

.noida-package-card h3{
    color:#ffffff;
    font-size:28px;
    font-weight:700;
    margin-bottom:25px;
}

.noida-package-card ul{
    list-style:none;
    padding:0;
    margin:0 0 30px;
}

.noida-package-card ul li{
    display:flex;
    justify-content:space-between;
    padding:14px 0;
    border-bottom:1px solid rgba(255,255,255,.08);
    color:#cfcfcf;
}

.noida-package-card ul li strong{
    color:#d8c371;
}

.noida-package-btn{
    display:block;
    width:100%;
    text-align:center;
    text-decoration:none;
    padding:14px;
    border-radius:50px;

    background:#d8c371;
    color:#111;
    font-weight:700;
}

.noida-package-btn:hover{
    background:#fff;
    color:#111;
}

/* Mobile Responsive */

@media(max-width:768px){

    .noida-package-section{
        padding:60px 0;
    }

    .noida-package-title{
        font-size:32px;
    }

    .noida-package-card{
        padding:25px;
    }

}

/* NOIDA PACKAGE SECTION END */




/* NOIDA FAQ SECTION START */

.noida-faq-section{
    padding:60px 0;
    background:#080808;
}

.noida-faq-badge{
    display:inline-block;
    padding:10px 22px;
    border-radius:50px;
    background:rgba(216,195,113,.12);
    border:1px solid rgba(216,195,113,.20);
    color:#d8c371;
    font-weight:600;
    margin-bottom:20px;
}

.noida-faq-title{
    color:#ffffff;
    font-size:48px;
    font-weight:900;
    margin-bottom:15px;
}

.noida-faq-title span{
    color:#d8c371;
}

.noida-faq-subtitle{
    color:#cfcfcf;
    max-width:700px;
    margin:auto;
}

.noida-faq-accordion .accordion-item{
    background:transparent;
    border:none;
    margin-bottom:20px;
}

.noida-faq-accordion .accordion-button{
    background:linear-gradient(
    135deg,
    rgba(216,195,113,.08),
    rgba(255,255,255,.02)
    );

    border:1px solid rgba(216,195,113,.15);
    color:#ffffff;
    border-radius:18px !important;
    padding:20px 22px;
    font-weight:600;
    box-shadow:none;
}

.noida-faq-accordion .accordion-button:not(.collapsed){
    color:#d8c371;
    background:#111111;
}

.noida-faq-accordion .accordion-button::after{
    filter:invert(1);
}

.noida-faq-accordion .accordion-body{
    background:#111111;
    color:#cfcfcf;
    border-left:1px solid rgba(216,195,113,.15);
    border-right:1px solid rgba(216,195,113,.15);
    border-bottom:1px solid rgba(216,195,113,.15);
    border-radius:0 0 18px 18px;
    line-height:1.8;
}

@media(max-width:768px){

    .noida-faq-section{
        padding:60px 0;
    }

    .noida-faq-title{
        font-size:32px;
    }

    .noida-faq-accordion .accordion-button{
        padding:16px;
        font-size:15px;
    }

}

/* NOIDA FAQ SECTION END */




/* NOIDA CITY LINKS SECTION START */

.noida-city-links-section{
    padding:60px 0;
    background:#080808;
    position:relative;
    overflow:hidden;
}

.noida-city-links-section::before{
    content:"";
    position:absolute;
    width:350px;
    height:350px;
    background:#d8c371;
    opacity:.05;
    border-radius:50%;
    top:-120px;
    left:-120px;
    filter:blur(100px);
}

.noida-city-links-section::after{
    content:"";
    position:absolute;
    width:300px;
    height:300px;
    background:#d8c371;
    opacity:.05;
    border-radius:50%;
    bottom:-100px;
    right:-100px;
    filter:blur(100px);
}

.noida-city-links-header{
    margin-bottom:60px;
}

.noida-city-links-badge{
    display:inline-block;
    padding:10px 24px;
    border-radius:50px;
    background:rgba(216,195,113,.12);
    border:1px solid rgba(216,195,113,.20);
    color:#d8c371;
    font-weight:600;
    margin-bottom:20px;
}

.noida-city-links-title{
    color:#fff;
    font-size:48px;
    font-weight:900;
    margin-bottom:15px;
}

.noida-city-divider{
    width:120px;
    height:4px;
    margin:20px auto;
    border-radius:50px;
    background:linear-gradient(
        90deg,
        transparent,
        #d8c371,
        transparent
    );
}

.noida-city-links-subtitle{
    color:#cfcfcf;
    max-width:700px;
    margin:auto;
}

.noida-city-links-heading{
    color:#d8c371;
    font-size:30px;
    font-weight:800;
    margin-bottom:25px;
}

.noida-city-link-card{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:15px;

    padding:25px;

    text-decoration:none;

    border-radius:24px;

    background:linear-gradient(
        135deg,
        rgba(216,195,113,.08),
        rgba(255,255,255,.02)
    );

    border:1px solid rgba(216,195,113,.15);

    transition:.4s;
}

.noida-city-link-card:hover{
    transform:translateY(-8px);
    border-color:#d8c371;
    box-shadow:0 15px 40px rgba(216,195,113,.15);
}

.city-icon{
    font-size:22px;
}

.city-name{
    flex:1;
    color:#fff;
    font-weight:700;
    font-size:18px;
}

.city-arrow{
    color:#d8c371;
    font-size:22px;
}

.noida-location-wrapper{
    display:flex;
    flex-wrap:wrap;
    gap:15px;
}

.noida-location-pill{
    text-decoration:none;
    color:#d8c371;

    padding:14px 24px;

    border-radius:50px;

    background:rgba(216,195,113,.06);

    border:1px solid rgba(216,195,113,.15);

    transition:.3s;
}

.noida-location-pill:hover{
    background:#d8c371;
    color:#111;
}

@media(max-width:768px){

    .noida-city-links-section{
        padding:70px 0;
    }

    .noida-city-links-title{
        font-size:32px;
    }

    .noida-city-links-heading{
        font-size:24px;
    }

    .noida-city-link-card{
        padding:20px;
    }

    .city-name{
        font-size:16px;
    }

    .noida-location-pill{
        width:100%;
        text-align:center;
    }

}

/* NOIDA CITY LINKS SECTION END */