/* GURUGRAM PREMIUM HERO START */

.gurugram-hero-section{
    position:relative;
    background:url("../images/10.webp") center center/cover no-repeat;
    min-height:760px;
    display:flex;
    align-items:center;
    overflow:hidden;
}

.gurugram-hero-overlay{
    position:absolute;
    inset:0;
    background:linear-gradient(to right,
    rgba(0,0,0,.88) 25%,
    rgba(0,0,0,.65) 55%,
    rgba(0,0,0,.55));
}

.gurugram-hero-content{
    position:relative;
    z-index:2;
    padding:40px 0;
}

.gurugram-hero-badge{

    display:inline-block;
    padding:10px 24px;
    border-radius:40px;

    background:#d4af37;
    color:#000;

    font-weight:700;
    margin-bottom:25px;

}

.gurugram-hero-content h1{

    color:#fff;
    font-size:65px;
    font-weight:800;
    line-height:1.15;
    margin-bottom:25px;

}

.gurugram-hero-content h1 span{

    color:#d4af37;

}

.gurugram-hero-content p{

    color:#ddd;
    font-size:19px;
    line-height:1.9;
    max-width:650px;
    margin-bottom:35px;

}

.gurugram-hero-buttons{

    display:flex;
    gap:18px;
    flex-wrap:wrap;

}

.gurugram-call-btn,
.gurugram-whatsapp-btn{

    padding:16px 38px;
    border-radius:50px;
    text-decoration:none;
    font-weight:700;
    transition:.35s;

}

.gurugram-call-btn{

    background:#7c1aa5;
    color:#fff;

}

.gurugram-call-btn:hover{

    background:#5f1280;
    color:#fff;

}

.gurugram-whatsapp-btn{

    background:#11b84f;
    color:#fff;

}

.gurugram-whatsapp-btn:hover{

    background:#08913d;
    color:#fff;

}

.gurugram-call-btn i,
.gurugram-whatsapp-btn i{

    margin-right:8px;

}

@media(max-width:991px){

.gurugram-hero-section{

min-height:620px;
text-align:center;

}

.gurugram-hero-content h1{

font-size:46px;

}

.gurugram-hero-content p{

margin:auto;
margin-bottom:30px;

}

.gurugram-hero-buttons{

justify-content:center;

}

}

@media(max-width:576px){

.gurugram-hero-section{

min-height:560px;

}

.gurugram-hero-content{

padding:70px 0;

}

.gurugram-hero-content h1{

font-size:34px;

}

.gurugram-hero-content p{

font-size:15px;

}

.gurugram-call-btn,
.gurugram-whatsapp-btn{

width:100%;
justify-content:center;
display:flex;

}

}

/* GURUGRAM PREMIUM HERO END */




/* ===================== SECTOR ESCORT PREMIUM SERVICES START ===================== */

.sector-escort-premium-services-section{
    position:relative;
    background:#000;
    padding:40px 30px;
    overflow:hidden;
}

.sector-escort-premium-services-section::before{
    content:"";
    position:absolute;
    inset:0;
    background:
    radial-gradient(circle at top left,rgba(212,175,55,.08),transparent 35%),
    radial-gradient(circle at bottom right,rgba(217,91,211,.08),transparent 35%);
    pointer-events:none;
}

.sector-escort-premium-badge{
    display:inline-block;
    padding:10px 24px;
    border-radius:50px;
    background:rgba(217,91,211,.12);
    border:1px solid rgba(217,91,211,.35);
    color:#d95bd3;
    font-size:14px;
    font-weight:700;
    letter-spacing:1px;
    margin-bottom:20px;
}

.sector-escort-premium-title{
    color:#fff;
    font-size:48px;
    font-weight:800;
    line-height:1.3;
    margin-bottom:20px;
}

.sector-escort-premium-title span{
    color:#d4af37;
}

.sector-escort-premium-desc{
    max-width:850px;
    margin:auto;
    color:#cfcfcf;
    font-size:17px;
    line-height:1.9;
}

.sector-escort-service-card{
    position:relative;
    background:#111;
    border:1px solid rgba(255,255,255,.08);
    border-radius:22px;
    padding:35px 30px;
    height:100%;
    overflow:hidden;
    transition:.35s;
    box-shadow:0 15px 35px rgba(0,0,0,.35);
}

.sector-escort-service-card::before{
    content:"";
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:4px;
    background:linear-gradient(90deg,#d4af37,#d4af37);
}

.sector-escort-service-card:hover,
.sector-escort-service-card.active{
    transform:translateY(-10px);
    border-color:#d4af37;
    box-shadow:0 25px 50px rgba(0,0,0,.45);
}

.sector-escort-service-icon{
    width:80px;
    height:80px;
    border-radius:50%;
    background:rgba(217,91,211,.12);
    border:1px solid rgba(217,91,211,.30);
    display:flex;
    align-items:center;
    justify-content:center;
    margin-bottom:25px;
}

.sector-escort-service-icon i{
    font-size:34px;
    color:#d4af37;
}

.sector-escort-service-tag{
    display:inline-block;
    padding:6px 16px;
    border-radius:30px;
    background:rgba(212,175,55,.12);
    color:#d4af37;
    font-size:12px;
    font-weight:700;
    margin-bottom:18px;
}

.sector-escort-service-card h3{
    color:#fff;
    font-size:30px;
    font-weight:800;
    margin-bottom:18px;
}

.sector-escort-service-card p{
    color:#cfcfcf;
    line-height:1.9;
    margin-bottom:22px;
}

.sector-escort-service-list{
    list-style:none;
    padding:0;
    margin:0 0 30px;
}

.sector-escort-service-list li{
    color:#e8e8e8;
    margin-bottom:14px;
    font-size:15px;
}

.sector-escort-service-list li i{
    color:#d4af37;
    margin-right:10px;
}

.sector-escort-service-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    padding:14px 32px;
    border-radius:50px;
    background:linear-gradient(90deg,#d95bd3,#a52392);
    color:#fff;
    text-decoration:none;
    font-weight:700;
    transition:.35s;
}

.sector-escort-service-btn:hover{
    background:linear-gradient(90deg,#d4af37,#ba8f1d);
    color:#000;
    transform:translateY(-3px);
}

.sector-escort-service-btn i{
    transition:.35s;
}

.sector-escort-service-btn:hover i{
    transform:translateX(5px);
}

/* ---------- Large ---------- */

@media(max-width:1199px){

    .sector-escort-premium-title{
        font-size:42px;
    }

    .sector-escort-service-card h3{
        font-size:26px;
    }

}

/* ---------- Tablet ---------- */

@media(max-width:991px){

    .sector-escort-premium-services-section{
        padding:70px 0;
    }

    .sector-escort-premium-title{
        font-size:36px;
    }

    .sector-escort-premium-desc{
        font-size:16px;
    }

    .sector-escort-service-card{
        padding:28px;
    }

    .sector-escort-service-icon{
        width:70px;
        height:70px;
    }

    .sector-escort-service-icon i{
        font-size:30px;
    }

    .sector-escort-service-card h3{
        font-size:24px;
    }

}

/* ---------- Mobile ---------- */

@media(max-width:767px){

    .sector-escort-premium-services-section{
        padding:60px 0;
    }

    .sector-escort-premium-title{
        font-size:30px;
    }

    .sector-escort-premium-desc{
        font-size:15px;
        padding:0 10px;
    }

    .sector-escort-service-card{
        padding:25px;
    }

    .sector-escort-service-icon{
        width:65px;
        height:65px;
    }

    .sector-escort-service-icon i{
        font-size:28px;
    }

    .sector-escort-service-card h3{
        font-size:22px;
    }

    .sector-escort-service-btn{
        width:100%;
    }

}

/* ---------- Small Mobile ---------- */

@media(max-width:576px){

    .sector-escort-premium-services-section{
        padding:50px 0;
    }

    .sector-escort-premium-badge{
        font-size:12px;
        padding:8px 18px;
    }

    .sector-escort-premium-title{
        font-size:26px;
    }

    .sector-escort-premium-desc{
        font-size:14px;
    }

    .sector-escort-service-card{
        padding:22px;
        border-radius:18px;
    }

    .sector-escort-service-icon{
        width:60px;
        height:60px;
    }

    .sector-escort-service-icon i{
        font-size:25px;
    }

    .sector-escort-service-card h3{
        font-size:20px;
    }

    .sector-escort-service-list li{
        font-size:14px;
    }

    .sector-escort-service-btn{
        font-size:15px;
        padding:13px 25px;
    }

}

/* ===================== SECTOR ESCORT PREMIUM SERVICES END ===================== */



/* ===================== SECTOR ESCORT WHY CHOOSE US START ===================== */

.sector-escort-why-section{
    position:relative;
    background:#000;
    padding:40px 30px;
    overflow:hidden;
}

.sector-escort-why-section::before{
    content:"";
    position:absolute;
    inset:0;
    background:
    radial-gradient(circle at top left,rgba(212,175,55,.08),transparent 35%),
    radial-gradient(circle at bottom right,rgba(217,91,211,.08),transparent 35%);
    pointer-events:none;
}

.sector-escort-why-badge{
    display:inline-block;
    padding:10px 24px;
    background:rgba(217,91,211,.12);
    border:1px solid rgba(217,91,211,.35);
    border-radius:50px;
    color:#d4af37;
    font-size:14px;
    font-weight:700;
    letter-spacing:1px;
    margin-bottom:18px;
}

.sector-escort-why-title{
    color:#fff;
    font-size:48px;
    font-weight:800;
    line-height:1.3;
    margin-bottom:20px;
}

.sector-escort-why-title span{
    color:#d4af37;
}

.sector-escort-why-desc{
    max-width:820px;
    margin:auto;
    color:#cfcfcf;
    font-size:17px;
    line-height:1.9;
}

.sector-escort-why-card{
    position:relative;
    background:#111;
    border:1px solid rgba(255,255,255,.08);
    border-radius:22px;
    padding:35px 25px;
    text-align:center;
    height:100%;
    overflow:hidden;
    transition:.35s;
    box-shadow:0 15px 35px rgba(0,0,0,.35);
}

.sector-escort-why-card::before{
    content:"";
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:4px;
    background:linear-gradient(90deg,#d4af37,#d4af37);
}

.sector-escort-why-card:hover{
    transform:translateY(-10px);
    border-color:#d4af37;
    box-shadow:0 25px 50px rgba(0,0,0,.45);
}

.sector-escort-why-icon{
    width:85px;
    height:85px;
    margin:0 auto 25px;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    background:rgba(217,91,211,.10);
    border:1px solid rgba(217,91,211,.30);
    transition:.35s;
}

.sector-escort-why-card:hover .sector-escort-why-icon{
    background:#d4af37;
    border-color:#d4af37;
}

.sector-escort-why-icon i{
    color:#d4af37;
    font-size:34px;
    transition:.35s;
}

.sector-escort-why-card:hover .sector-escort-why-icon i{
    color:#000;
}

.sector-escort-why-card h3{
    color:#fff;
    font-size:26px;
    font-weight:700;
    margin-bottom:15px;
}

.sector-escort-why-card p{
    color:#cfcfcf;
    font-size:15px;
    line-height:1.8;
    margin:0;
}

/* ---------- Desktop ---------- */

@media(max-width:1199px){

    .sector-escort-why-title{
        font-size:42px;
    }

    .sector-escort-why-card h3{
        font-size:22px;
    }

}

/* ---------- Tablet ---------- */

@media(max-width:991px){

    .sector-escort-why-section{
        padding:70px 0;
    }

    .sector-escort-why-title{
        font-size:36px;
    }

    .sector-escort-why-desc{
        font-size:16px;
    }

    .sector-escort-why-card{
        padding:30px 22px;
    }

    .sector-escort-why-icon{
        width:75px;
        height:75px;
    }

    .sector-escort-why-icon i{
        font-size:30px;
    }

}

/* ---------- Mobile ---------- */

@media(max-width:767px){

    .sector-escort-why-section{
        padding:60px 0;
    }

    .sector-escort-why-title{
        font-size:30px;
    }

    .sector-escort-why-desc{
        font-size:15px;
        padding:0 12px;
    }

    .sector-escort-why-card{
        padding:25px 20px;
    }

    .sector-escort-why-icon{
        width:70px;
        height:70px;
    }

    .sector-escort-why-icon i{
        font-size:28px;
    }

    .sector-escort-why-card h3{
        font-size:22px;
    }

}

/* ---------- Small Mobile ---------- */

@media(max-width:576px){

    .sector-escort-why-section{
        padding:50px 0;
    }

    .sector-escort-why-badge{
        font-size:12px;
        padding:8px 18px;
    }

    .sector-escort-why-title{
        font-size:26px;
    }

    .sector-escort-why-desc{
        font-size:14px;
    }

    .sector-escort-why-card{
        border-radius:18px;
        padding:22px 18px;
    }

    .sector-escort-why-icon{
        width:65px;
        height:65px;
        margin-bottom:20px;
    }

    .sector-escort-why-icon i{
        font-size:26px;
    }

    .sector-escort-why-card h3{
        font-size:20px;
    }

    .sector-escort-why-card p{
        font-size:14px;
    }

}

/* ===================== SECTOR ESCORT WHY CHOOSE US END ===================== */