/* GURUGRAM PREMIUM HERO START */

.gurugram-hero-section{
    position:relative;
    min-height:700px;
    display:flex;
    align-items:center;
    justify-content:center;
    background:url('../images/10.webp') center center/cover no-repeat;
    overflow:hidden;
}

.gurugram-hero-overlay{
    position:absolute;
    inset:0;
    background:linear-gradient(
        rgba(0,0,0,.55),
        rgba(0,0,0,.45)
    );
}

.gurugram-hero-content{
    position:relative;
    z-index:2;
    text-align:center;
    padding:60px;
    border-radius:30px;
    backdrop-filter:blur(12px);
    background:rgba(255,255,255,.12);
    border:1px solid rgba(255,255,255,.15);
    box-shadow:0 20px 60px rgba(0,0,0,.25);
}

.gurugram-hero-badge{
    display:inline-block;
    background:#d4af37;
    color:#000;
    padding:10px 25px;
    border-radius:50px;
    font-size:14px;
    font-weight:700;
    letter-spacing:1px;
    margin-bottom:20px;
}

.gurugram-hero-content h1{
    color:#ffffff;
    font-size:58px;
    font-weight:800;
    margin-bottom:20px;
}

.gurugram-hero-content h1 span{
    color:#d4af37;
}

.gurugram-hero-content p{
    color:#f3f3f3;
    font-size:20px;
    line-height:1.8;
    max-width:700px;
    margin:0 auto 35px;
}

.gurugram-hero-buttons{
    display:flex;
    justify-content:center;
    gap:15px;
    flex-wrap:wrap;
}

.gurugram-call-btn{
    background:#7e178c;
    color:#fff;
    text-decoration:none;
    padding:15px 35px;
    border-radius:50px;
    font-weight:700;
    transition:.4s;
}

.gurugram-call-btn:hover{
    background:#5f0f69;
    color:#fff;
}

.gurugram-whatsapp-btn{
    background:#0cbb4f;
    color:#fff;
    text-decoration:none;
    padding:15px 35px;
    border-radius:50px;
    font-weight:700;
    transition:.4s;
}

.gurugram-whatsapp-btn:hover{
    background:#08973f;
    color:#fff;
}

.gurugram-call-btn i,
.gurugram-whatsapp-btn i{
    margin-right:8px;
}

@media(max-width:991px){

    .gurugram-hero-section{
        min-height:600px;
    }

    .gurugram-hero-content{
        padding:40px 25px;
    }

    .gurugram-hero-content h1{
        font-size:40px;
    }

    .gurugram-hero-content p{
        font-size:17px;
    }

}

@media(max-width:576px){

    .gurugram-hero-section{
        min-height:520px;
    }

    .gurugram-hero-content{
        padding:30px 20px;
        border-radius:20px;
    }

    .gurugram-hero-content h1{
        font-size:30px;
    }

    .gurugram-hero-content p{
        font-size:15px;
        line-height:1.7;
    }

    .gurugram-call-btn,
    .gurugram-whatsapp-btn{
        width:100%;
        justify-content:center;
        display:flex;
    }

}

/* GURUGRAM PREMIUM HERO END */



/* ABOUT TRUST SECTION START */

.about-trust-section{
    padding:60px 0;
    background:#0a0909;
    overflow:hidden;
}

.about-trust-image-wrap{
    position:relative;
}

.about-trust-image{
    width:100%;
    height:700px;
    object-fit:cover;
    border-radius:35px;
    border:1px solid rgba(212,175,55,.15);
}

.about-trust-floating{
    position:absolute;
    right:25px;
    bottom:25px;
    background:#d4af37;
    color:#000;
    padding:25px 35px;
    border-radius:25px;
    text-align:center;
}

.about-trust-floating h4{
    margin:0;
    font-size:42px;
    font-weight:800;
}

.about-trust-badge{
    display:inline-block;
    padding:12px 28px;
    border-radius:50px;
    color:#d4af37;
    border:1px solid rgba(212,175,55,.4);
    background:rgba(212,175,55,.08);
    font-weight:700;
    margin-bottom:25px;
}

.about-trust-content h2{
    color:#fff;
    font-size:68px;
    font-weight:800;
    line-height:1.1;
    margin-bottom:20px;
}

.about-trust-content h2 span{
    display:block;
    color:#d4af37;
}

.about-trust-line{
    width:120px;
    height:4px;
    background:#d4af37;
    border-radius:20px;
    margin-bottom:30px;
}

.about-trust-content p{
    color:#f1f1f1;
    font-size:18px;
    line-height:1.9;
    margin-bottom:35px;
}

.about-trust-feature{
    height:100%;
    padding:25px;
    border-radius:25px;
    background:#2b241e;
    border:1px solid rgba(212,175,55,.12);
    transition:.4s;
}

.about-trust-feature:hover{
    transform:translateY(-6px);
    border-color:#d4af37;
}

.about-trust-feature i{
    color:#d4af37;
    font-size:30px;
    margin-bottom:15px;
}

.about-trust-feature h4{
    color:#fff;
    font-size:24px;
    font-weight:700;
}

.about-trust-feature p{
    color:#d0d0d0;
    font-size:15px;
    margin:0;
}

.about-trust-stats{
    display:flex;
    gap:15px;
    flex-wrap:wrap;
    margin-top:35px;
}

.about-trust-stat{
    flex:1;
    min-width:140px;
    text-align:center;
    padding:20px;
    border-radius:20px;
    background:#2b241e;
    border:1px solid rgba(212,175,55,.12);
}

.about-trust-stat h5{
    color:#d4af37;
    font-size:32px;
    font-weight:800;
    margin-bottom:5px;
}

.about-trust-stat span{
    color:#fff;
}

.about-trust-btn{
    display:inline-block;
    margin-top:35px;
    background:#d4af37;
    color:#000;
    text-decoration:none;
    padding:16px 40px;
    border-radius:50px;
    font-weight:700;
}

.about-trust-btn:hover{
    color:#000;
}

@media(max-width:991px){

    .about-trust-content{
        text-align:center;
    }

    .about-trust-line{
        margin:0 auto 30px;
    }

    .about-trust-content h2{
        font-size:48px;
    }

    .about-trust-image{
        height:500px;
    }

}

@media(max-width:576px){

    .about-trust-section{
        padding:70px 0;
    }

    .about-trust-content h2{
        font-size:34px;
    }

    .about-trust-content p{
        font-size:16px;
    }

    .about-trust-image{
        height:380px;
    }

    .about-trust-stat{
        min-width:100%;
    }

    .about-trust-btn{
        width:100%;
        text-align:center;
    }

}

/* ABOUT TRUST SECTION END */




/* ABOUT STORY PREMIUM SECTION START */

.about-story-section{
    padding:60px 0;
    background:#0a0909;
    overflow:hidden;
}

.about-story-badge{
    display:inline-block;
    padding:12px 25px;
    border-radius:50px;
    background:rgba(212,175,55,.08);
    border:1px solid rgba(212,175,55,.25);
    color:#d4af37;
    font-weight:700;
    margin-bottom:20px;
}

.about-story-left h2{
    color:#fff;
    font-size:72px;
    font-weight:800;
    line-height:1.1;
    margin-bottom:40px;
}

.about-story-left h2 span{
    display:block;
    color:#d4af37;
}

.about-story-timeline{
    border-left:2px solid rgba(212,175,55,.25);
    padding-left:30px;
}

.about-story-step{
    position:relative;
    margin-bottom:35px;
}

.about-story-step::before{
    content:"";
    position:absolute;
    width:14px;
    height:14px;
    border-radius:50%;
    background:#d4af37;
    left:-38px;
    top:8px;
}

.about-story-step span{
    color:#d4af37;
    font-size:14px;
    font-weight:700;
}

.about-story-step h4{
    color:#fff;
    margin:8px 0;
    font-size:24px;
    font-weight:700;
}

.about-story-step p{
    color:#d0d0d0;
    margin:0;
}

.about-story-card{
    background:#2b241e;
    padding:45px;
    border-radius:35px;
    border:1px solid rgba(212,175,55,.15);
}

.about-story-card h3{
    color:#fff;
    font-size:42px;
    font-weight:800;
    margin-bottom:20px;
}

.about-story-card p{
    color:#d0d0d0;
    line-height:1.9;
}

.about-story-feature{
    background:#1c1814;
    border:1px solid rgba(212,175,55,.12);
    border-radius:20px;
    padding:25px;
    text-align:center;
    transition:.4s;
}

.about-story-feature:hover{
    border-color:#d4af37;
    transform:translateY(-5px);
}

.about-story-feature i{
    color:#d4af37;
    font-size:28px;
    margin-bottom:12px;
}

.about-story-feature h5{
    color:#fff;
    margin:0;
    font-size:18px;
}

.about-story-achievements{
    display:flex;
    gap:15px;
    flex-wrap:wrap;
    margin-top:35px;
}

.about-story-count{
    flex:1;
    min-width:130px;
    text-align:center;
    background:#1c1814;
    border-radius:20px;
    padding:20px;
    border:1px solid rgba(212,175,55,.12);
}

.about-story-count h4{
    color:#d4af37;
    font-size:32px;
    font-weight:800;
    margin-bottom:5px;
}

.about-story-count span{
    color:#fff;
}

@media(max-width:991px){

    .about-story-left{
        text-align:center;
    }

    .about-story-left h2{
        font-size:48px;
    }

    .about-story-timeline{
        text-align:left;
    }

}

@media(max-width:576px){

    .about-story-section{
        padding:70px 0;
    }

    .about-story-left h2{
        font-size:34px;
    }

    .about-story-card{
        padding:25px;
    }

    .about-story-card h3{
        font-size:28px;
    }

    .about-story-count{
        min-width:100%;
    }

}

/* ABOUT STORY PREMIUM SECTION END */





/* ABOUT CONTENT SECTION START */

.about-content-section{
    padding:60px 0;
    background:#0a0909;
}

.about-content-wrapper{
    /* max-width:1000px; */
    margin:auto;
}

.about-content-badge{
    display:inline-block;
    padding:12px 25px;
    border-radius:50px;
    background:rgba(212,175,55,.08);
    border:1px solid rgba(212,175,55,.25);
    color:#d4af37;
    font-weight:700;
    margin-bottom:20px;
}

.about-content-wrapper h2{
    color:#ffffff;
    font-size:64px;
    font-weight:800;
    margin-bottom:35px;
}

.about-content-wrapper h2 span{
    color:#d4af37;
}

.about-content-wrapper h3{
    color:#d4af37;
    font-size:34px;
    font-weight:700;
    margin-top:45px;
    margin-bottom:20px;
}

.about-content-wrapper p{
    color:#d7d7d7;
    font-size:18px;
    line-height:2;
    margin-bottom:22px;
}

@media(max-width:991px){

    .about-content-section{
        padding:80px 0;
    }

    .about-content-wrapper h2{
        font-size:48px;
    }

}

@media(max-width:576px){

    .about-content-section{
        padding:60px 0;
    }

    .about-content-wrapper h2{
        font-size:34px;
    }

    .about-content-wrapper h3{
        font-size:26px;
    }

    .about-content-wrapper p{
        font-size:16px;
        line-height:1.9;
    }

}

/* ABOUT CONTENT SECTION END */