/* 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 */






/* SECTOR GIRL CONTENT START */
.sector-girl-content-section {
    position: relative;
    padding: 60px 0;
    background: #000000;
    overflow: hidden;
    width: 100%;
}
.sector-girl-main-title {
    color: #ffffff;
    font-size: 46px;
    font-weight: 800;
    line-height: 1.3;
    margin-bottom: 15px;
    text-transform: capitalize;
}
.sector-girl-main-title span {
    color: #d4af37;
}
.sector-girl-sub-cta {
    color: #0cbb4f;
    font-size: 19px;
    font-weight: 600;
    letter-spacing: 0.5px;
    margin-bottom: 0;
}
.sector-girl-feature-card {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.07);
    padding: 50px 40px;
    border-radius: 24px;
    height: 100%;
    transition: all 0.4s ease;
    backdrop-filter: blur(10px);
}
.sector-girl-feature-card:hover,
.sector-girl-feature-card.active {
    background: rgba(255, 255, 255, 0.05);
    border-color: rgba(212, 175, 55, 0.3);
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
}
.sector-girl-card-icon {
    width: 65px;
    height: 65px;
    background: rgba(212, 175, 55, 0.08);
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}
.sector-girl-card-icon i {
    color: #d4af37;
    font-size: 26px;
}
.sector-girl-feature-card.active .sector-girl-card-icon {
    background: rgba(212, 175, 55, 0.15);
    border: 1px solid rgba(212, 175, 55, 0.4);
}
.sector-girl-feature-card.active .sector-girl-card-icon i {
    color: #d4af37;
}
.sector-girl-card-title {
    color: #ffffff;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 18px;
}
.sector-girl-card-desc {
    color: #cccccc;
    font-size: 16px;
    line-height: 1.75;
    margin-bottom: 0;
}
@media (max-width: 1199px) {
    .sector-girl-content-section {
        padding: 70px 0;
    }
    .sector-girl-main-title {
        font-size: 36px;
    }
    .sector-girl-feature-card {
        padding: 40px 30px;
    }
}
@media (max-width: 767px) {
    .sector-girl-main-title {
        font-size: 32px;
    }
}
@media (max-width: 576px) {
    .sector-girl-content-section {
        padding: 50px 0;
    }
    .sector-girl-main-title {
        font-size: 26px;
    }
    .sector-girl-sub-cta {
        font-size: 15px;
    }
    .sector-girl-feature-card {
        padding: 30px 20px;
        border-radius: 20px;
    }
}
/* SECTOR GIRL CONTENT END */



/* ===================== SECTOR ESCORT CONTENT AREA START ===================== */

.sector-escort-content-area{
    position:relative;
    background:#000;
    padding:40px 30px;
    overflow:hidden;
}

.sector-escort-content-area::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-content-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;
    margin-bottom:20px;
}

.sector-escort-content-title{
    color:#fff;
    font-size:46px;
    font-weight:800;
    line-height:1.3;
    margin-bottom:25px;
}

.sector-escort-content-title span{
    color:#d4af37;
}

.sector-escort-content-text{
    color:#cfcfcf;
    font-size:17px;
    line-height:2;
    margin-bottom:24px;
    text-align:justify;
}

@media(max-width:991px){

    .sector-escort-content-title{
        font-size:38px;
    }

    .sector-escort-content-text{
        font-size:16px;
    }

}

@media(max-width:767px){

    .sector-escort-content-area{
        padding:60px 0;
    }

    .sector-escort-content-title{
        font-size:30px;
    }

    .sector-escort-content-text{
        font-size:15px;
        line-height:1.9;
    }

}

@media(max-width:576px){

    .sector-escort-content-area{
        padding:50px 0;
    }

    .sector-escort-content-badge{
        font-size:12px;
        padding:8px 18px;
    }

    .sector-escort-content-title{
        font-size:26px;
    }

    .sector-escort-content-text{
        font-size:14px;
        line-height:1.8;
    }

}

/* ===================== SECTOR ESCORT CONTENT AREA END ===================== */




/* ===================== SECTOR ESCORT PREMIUM SERVICES START ===================== */

.sector-escort-premium-service-section{
    position:relative;
    padding:50px 30px;
    background:#000;
    overflow:hidden;
}

.sector-escort-premium-service-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-service-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:18px;
}

.sector-escort-service-title{
    color:#fff;
    font-size:48px;
    font-weight:800;
    line-height:1.3;
    margin-bottom:18px;
}

.sector-escort-service-title span{
    color:#d4af37;
}

.sector-escort-service-desc{
    max-width:850px;
    margin:auto;
    color:#cfcfcf;
    font-size:17px;
    line-height:1.8;
}

.sector-escort-service-card{
    position:relative;
    height:100%;
    padding:35px 30px;
    background:#111;
    border:1px solid rgba(255,255,255,.08);
    border-radius:22px;
    overflow:hidden;
    transition:.4s;
}

.sector-escort-service-card::before{
    content:"";
    position:absolute;
    inset:0;
    background:linear-gradient(135deg,
    rgba(217,91,211,.06),
    rgba(212,175,55,.04));
    opacity:0;
    transition:.4s;
}

.sector-escort-service-card:hover{
    transform:translateY(-10px);
    border-color:#d4af37;
    box-shadow:0 20px 45px rgba(0,0,0,.45);
}

.sector-escort-service-card:hover::before{
    opacity:1;
}

.sector-escort-service-active{
    border-color:#d95bd3;
}

.sector-escort-service-icon{
    width:75px;
    height:75px;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    background:rgba(217,91,211,.12);
    border:1px solid rgba(217,91,211,.35);
    margin-bottom:25px;
    position:relative;
    z-index:2;
}

.sector-escort-service-icon i{
    font-size:30px;
    color:#d95bd3;
}

.sector-escort-service-card h3{
    color:#fff;
    font-size:28px;
    font-weight:700;
    margin-bottom:15px;
    position:relative;
    z-index:2;
}

.sector-escort-service-card p{
    color:#cfcfcf;
    font-size:15px;
    line-height:1.8;
    margin-bottom:25px;
    position:relative;
    z-index:2;
}

.sector-escort-service-list{
    list-style:none;
    padding:0;
    margin:0 0 30px;
    position:relative;
    z-index:2;
}

.sector-escort-service-list li{
    color:#ddd;
    margin-bottom:12px;
    font-size:15px;
}

.sector-escort-service-list i{
    color:#d4af37;
    margin-right:10px;
}

.sector-escort-service-btn{
    display:inline-flex;
    align-items:center;
    gap:10px;
    padding:14px 30px;
    border-radius:50px;
    text-decoration:none;
    font-weight:700;
    color:#fff;
    background:linear-gradient(90deg,#d95bd3,#a52490);
    transition:.35s;
    position:relative;
    z-index:2;
}

.sector-escort-service-btn:hover{
    color:#000;
    background:linear-gradient(90deg,#d4af37,#b88700);
    transform:translateY(-3px);
}

.sector-escort-service-btn i{
    transition:.3s;
}

.sector-escort-service-btn:hover i{
    transform:translateX(5px);
}

/* ---------------- Tablet ---------------- */

@media(max-width:991px){

    .sector-escort-premium-service-section{
        padding:70px 0;
    }

    .sector-escort-service-title{
        font-size:38px;
    }

    .sector-escort-service-desc{
        font-size:16px;
    }

    .sector-escort-service-card{
        padding:30px 25px;
    }

}

/* ---------------- Mobile ---------------- */

@media(max-width:767px){

    .sector-escort-premium-service-section{
        padding:60px 0;
    }

    .sector-escort-service-title{
        font-size:30px;
    }

    .sector-escort-service-desc{
        font-size:15px;
        padding:0 10px;
    }

    .sector-escort-service-card{
        padding:28px 22px;
    }

    .sector-escort-service-card h3{
        font-size:24px;
    }

    .sector-escort-service-icon{
        width:65px;
        height:65px;
    }

    .sector-escort-service-icon i{
        font-size:26px;
    }

}

/* ---------------- Small Mobile ---------------- */

@media(max-width:576px){

    .sector-escort-premium-service-section{
        padding:50px 0;
    }

    .sector-escort-service-badge{
        font-size:12px;
        padding:8px 18px;
    }

    .sector-escort-service-title{
        font-size:26px;
    }

    .sector-escort-service-desc{
        font-size:14px;
        line-height:1.8;
    }

    .sector-escort-service-card{
        padding:24px 20px;
        border-radius:18px;
    }

    .sector-escort-service-card h3{
        font-size:22px;
    }

    .sector-escort-service-list li{
        font-size:14px;
    }

    .sector-escort-service-btn{
        width:100%;
        justify-content:center;
        padding:13px 20px;
    }

}

/* ===================== SECTOR ESCORT PREMIUM SERVICES END ===================== */



/* ===================== SECTOR ESCORT SERVICE COVERAGE START ===================== */

.sector-escort-coverage-section{
    position:relative;
    padding:50px 30px;
    background:#000;
    overflow:hidden;
}

.sector-escort-coverage-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-coverage-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:18px;
}

.sector-escort-coverage-title{
    color:#fff;
    font-size:48px;
    font-weight:800;
    margin-bottom:18px;
    line-height:1.3;
}

.sector-escort-coverage-title span{
    color:#d4af37;
}

.sector-escort-coverage-desc{
    max-width:850px;
    margin:auto;
    color:#cfcfcf;
    font-size:17px;
    line-height:1.9;
}

.sector-escort-coverage-card{
    position:relative;
    background:#111;
    border:1px solid rgba(255,255,255,.08);
    border-radius:20px;
    padding:35px 30px;
    height:100%;
    overflow:hidden;
    transition:.35s;
    text-align:center;
}

.sector-escort-coverage-card::before{
    content:"";
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:4px;
    background:linear-gradient(90deg,#d95bd3,#d4af37);
    transform:scaleX(0);
    transform-origin:left;
    transition:.4s;
}

.sector-escort-coverage-card:hover{
    transform:translateY(-8px);
    border-color:#d4af37;
    box-shadow:0 18px 45px rgba(0,0,0,.45);
}

.sector-escort-coverage-card:hover::before{
    transform:scaleX(1);
}

.sector-escort-coverage-icon{
    width:75px;
    height:75px;
    margin:auto;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    background:rgba(217,91,211,.12);
    border:1px solid rgba(217,91,211,.35);
    margin-bottom:22px;
}

.sector-escort-coverage-icon i{
    font-size:30px;
    color:#d95bd3;
}

.sector-escort-coverage-card h3{
    color:#d4af37;
    font-size:28px;
    font-weight:700;
    margin-bottom:15px;
}

.sector-escort-coverage-card p{
    color:#d0d0d0;
    font-size:15px;
    line-height:1.8;
    margin-bottom:28px;
}

.sector-escort-coverage-btn{
    display:inline-flex;
    align-items:center;
    gap:10px;
    padding:14px 30px;
    border-radius:50px;
    background:linear-gradient(90deg,#d95bd3,#a32492);
    color:#fff;
    text-decoration:none;
    font-weight:700;
    transition:.35s;
}

.sector-escort-coverage-btn:hover{
    background:linear-gradient(90deg,#d4af37,#b8860b);
    color:#000;
}

.sector-escort-coverage-btn i{
    transition:.3s;
}

.sector-escort-coverage-btn:hover i{
    transform:translateX(5px);
}

/* ---------- Tablet ---------- */

@media(max-width:991px){

    .sector-escort-coverage-section{
        padding:70px 0;
    }

    .sector-escort-coverage-title{
        font-size:38px;
    }

    .sector-escort-coverage-desc{
        font-size:16px;
    }

    .sector-escort-coverage-card{
        padding:30px 25px;
    }

    .sector-escort-coverage-card h3{
        font-size:24px;
    }

}

/* ---------- Mobile ---------- */

@media(max-width:767px){

    .sector-escort-coverage-section{
        padding:60px 0;
    }

    .sector-escort-coverage-title{
        font-size:30px;
    }

    .sector-escort-coverage-desc{
        font-size:15px;
        padding:0 10px;
    }

    .sector-escort-coverage-card{
        padding:28px 20px;
    }

    .sector-escort-coverage-icon{
        width:65px;
        height:65px;
    }

    .sector-escort-coverage-icon i{
        font-size:26px;
    }

    .sector-escort-coverage-card h3{
        font-size:22px;
    }

    .sector-escort-coverage-btn{
        width:100%;
        justify-content:center;
    }

}

/* ---------- Small Mobile ---------- */

@media(max-width:576px){

    .sector-escort-coverage-section{
        padding:50px 0;
    }

    .sector-escort-coverage-badge{
        font-size:12px;
        padding:8px 18px;
    }

    .sector-escort-coverage-title{
        font-size:26px;
    }

    .sector-escort-coverage-desc{
        font-size:14px;
        line-height:1.8;
    }

    .sector-escort-coverage-card{
        padding:24px 18px;
        border-radius:16px;
    }

    .sector-escort-coverage-icon{
        width:60px;
        height:60px;
    }

    .sector-escort-coverage-icon i{
        font-size:22px;
    }

    .sector-escort-coverage-card h3{
        font-size:20px;
    }

    .sector-escort-coverage-card p{
        font-size:14px;
    }

}

/* ===================== SECTOR ESCORT SERVICE COVERAGE END ===================== */




/* ===================== SECTOR ESCORT PREMIUM EXPERIENCE START ===================== */

.sector-escort-experience-section{
    position:relative;
    padding:40px 30px;
    background:#000;
    overflow:hidden;
}

.sector-escort-experience-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-experience-image{
    position:relative;
    overflow:hidden;
    border-radius:25px;
    border:1px solid rgba(255,255,255,.08);
    box-shadow:0 20px 50px rgba(0,0,0,.45);
}

.sector-escort-experience-image img{
    width:100%;
    height:650px;
    object-fit:cover;
    transition:.5s;
}

.sector-escort-experience-image:hover img{
    transform:scale(1.08);
}

.sector-escort-experience-badge{
    position:absolute;
    left:30px;
    bottom:30px;
    background:linear-gradient(135deg,#d95bd3,#962f82);
    color:#fff;
    padding:20px 28px;
    border-radius:18px;
    text-align:center;
    box-shadow:0 15px 40px rgba(0,0,0,.35);
}

.sector-escort-experience-badge h3{
    margin:0;
    font-size:34px;
    font-weight:800;
}

.sector-escort-experience-badge span{
    font-size:14px;
    letter-spacing:1px;
}

.sector-escort-experience-tag{
    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;
    margin-bottom:20px;
}

.sector-escort-experience-title{
    color:#fff;
    font-size:48px;
    font-weight:800;
    line-height:1.3;
    margin-bottom:22px;
}

.sector-escort-experience-title span{
    color:#d4af37;
}

.sector-escort-experience-desc{
    color:#cfcfcf;
    font-size:16px;
    line-height:1.9;
    margin-bottom:18px;
}

.sector-escort-experience-item{
    display:flex;
    align-items:center;
    gap:15px;
    background:#111;
    border:1px solid rgba(255,255,255,.08);
    border-radius:18px;
    padding:18px;
    margin-bottom:20px;
    transition:.35s;
}

.sector-escort-experience-item:hover{
    border-color:#d4af37;
    transform:translateY(-5px);
    box-shadow:0 12px 30px rgba(0,0,0,.35);
}

.sector-escort-experience-item i{
    width:58px;
    height:58px;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    background:rgba(212,175,55,.12);
    color:#d4af37;
    font-size:24px;
    flex-shrink:0;
}

.sector-escort-experience-item h4{
    color:#fff;
    font-size:18px;
    margin-bottom:4px;
    font-weight:700;
}

.sector-escort-experience-item span{
    color:#bfbfbf;
    font-size:14px;
}

.sector-escort-experience-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:10px;
    margin-top:15px;
    padding:15px 34px;
    border-radius:50px;
    background:linear-gradient(90deg,#d95bd3,#962f82);
    color:#fff;
    text-decoration:none;
    font-weight:700;
    transition:.35s;
}

.sector-escort-experience-btn:hover{
    background:linear-gradient(90deg,#d4af37,#b8860b);
    color:#000;
}

.sector-escort-experience-btn i{
    transition:.3s;
}

.sector-escort-experience-btn:hover i{
    transform:translateX(6px);
}

/* ---------- Tablet ---------- */

@media(max-width:991px){

    .sector-escort-experience-section{
        padding:70px 0;
    }

    .sector-escort-experience-image img{
        height:500px;
    }

    .sector-escort-experience-title{
        font-size:38px;
        margin-top:20px;
    }

}

/* ---------- Mobile ---------- */

@media(max-width:767px){

    .sector-escort-experience-section{
        padding:60px 0;
    }

    .sector-escort-experience-image img{
        height:400px;
    }

    .sector-escort-experience-badge{
        left:15px;
        bottom:15px;
        padding:14px 20px;
    }

    .sector-escort-experience-badge h3{
        font-size:26px;
    }

    .sector-escort-experience-title{
        font-size:30px;
    }

    .sector-escort-experience-desc{
        font-size:15px;
    }

    .sector-escort-experience-item{
        padding:16px;
    }

    .sector-escort-experience-item i{
        width:50px;
        height:50px;
        font-size:20px;
    }

}

/* ---------- Small Mobile ---------- */

@media(max-width:576px){

    .sector-escort-experience-section{
        padding:50px 0;
    }

    .sector-escort-experience-image{
        border-radius:18px;
    }

    .sector-escort-experience-image img{
        height:300px;
    }

    .sector-escort-experience-tag{
        font-size:12px;
        padding:8px 18px;
    }

    .sector-escort-experience-title{
        font-size:26px;
    }

    .sector-escort-experience-desc{
        font-size:14px;
        text-align:justify;
    }

    .sector-escort-experience-item{
        margin-bottom:15px;
    }

    .sector-escort-experience-item h4{
        font-size:16px;
    }

    .sector-escort-experience-item span{
        font-size:13px;
    }

    .sector-escort-experience-btn{
        width:100%;
        justify-content:center;
    }

}

/* ===================== SECTOR ESCORT PREMIUM EXPERIENCE END ===================== */



/* ===================== SECTOR ESCORT GALLERY START ===================== */

.sector-escort-gallery-section{
    position:relative;
    padding:40px 30px;
    background:#000;
    overflow:hidden;
}

.sector-escort-gallery-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-gallery-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:#d95bd3;
    font-size:14px;
    font-weight:700;
    margin-bottom:18px;
    letter-spacing:1px;
}

.sector-escort-gallery-title{
    color:#fff;
    font-size:48px;
    font-weight:800;
    margin-bottom:18px;
}

.sector-escort-gallery-title span{
    color:#d4af37;
}

.sector-escort-gallery-desc{
    max-width:800px;
    margin:auto;
    color:#cfcfcf;
    font-size:17px;
    line-height:1.8;
}

.sector-escort-gallery-card{
    position:relative;
    display:block;
    overflow:hidden;
    border-radius:20px;
    border:1px solid rgba(255,255,255,.08);
    background:#111;
    transition:.4s;
}

.sector-escort-gallery-card img{
    width:100%;
    height:320px;
    object-fit:cover;
    transition:.5s;
}

.sector-escort-gallery-card:hover img{
    transform:scale(1.08);
}

.sector-escort-gallery-card:hover{
    border-color:#d4af37;
    box-shadow:0 18px 45px rgba(0,0,0,.45);
}

.sector-escort-gallery-overlay{
    position:absolute;
    inset:0;
    background:linear-gradient(to top,
    rgba(0,0,0,.75),
    rgba(217,91,211,.20));
    display:flex;
    align-items:center;
    justify-content:center;
    opacity:0;
    transition:.4s;
}

.sector-escort-gallery-card:hover .sector-escort-gallery-overlay{
    opacity:1;
}

.sector-escort-gallery-overlay i{
    width:65px;
    height:65px;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    background:#d4af37;
    color:#000;
    font-size:22px;
    transform:scale(.7);
    transition:.35s;
}

.sector-escort-gallery-card:hover .sector-escort-gallery-overlay i{
    transform:scale(1);
}

.sector-escort-gallery-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    padding:15px 34px;
    border-radius:50px;
    background:linear-gradient(90deg,#d95bd3,#9d2588);
    color:#fff;
    font-size:16px;
    font-weight:700;
    text-decoration:none;
    transition:.35s;
}

.sector-escort-gallery-btn:hover{
    background:linear-gradient(90deg,#d4af37,#b8860b);
    color:#000;
}

.sector-escort-gallery-btn i{
    transition:.3s;
}

.sector-escort-gallery-btn:hover i{
    transform:translateX(6px);
}

@media(max-width:991px){

    .sector-escort-gallery-section{
        padding:70px 0;
    }

    .sector-escort-gallery-title{
        font-size:38px;
    }

    .sector-escort-gallery-card img{
        height:260px;
    }

}

@media(max-width:767px){

    .sector-escort-gallery-section{
        padding:60px 0;
    }

    .sector-escort-gallery-title{
        font-size:30px;
    }

    .sector-escort-gallery-desc{
        font-size:15px;
        padding:0 10px;
    }

    .sector-escort-gallery-card img{
        height:220px;
    }

}

@media(max-width:576px){

    .sector-escort-gallery-section{
        padding:50px 0;
    }

    .sector-escort-gallery-badge{
        font-size:12px;
        padding:8px 18px;
    }

    .sector-escort-gallery-title{
        font-size:26px;
    }

    .sector-escort-gallery-desc{
        font-size:14px;
    }

    .sector-escort-gallery-card{
        border-radius:15px;
    }

    .sector-escort-gallery-card img{
        height:180px;
    }

    .sector-escort-gallery-overlay i{
        width:50px;
        height:50px;
        font-size:18px;
    }

    .sector-escort-gallery-btn{
        width:100%;
        max-width:260px;
    }

}

/* ===================== SECTOR ESCORT GALLERY END ===================== */