/* ================= DELHI TOP TELEGRAM ================= */

p a{
    text-decoration: none;
    color: #ff3b93;
}

.delhi-top-telegram {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(90deg,#c2185b,#d4af37);
    text-align: center;
    padding: 10px 0;
    z-index: 2000;
}


body {
    padding-top: 40px;
}



.delhi-top-telegram a {
    color: #fff;
    font-weight: 600;
    background: rgba(255,255,255,0.15);
    padding: 6px 18px;
    border-radius: 50px;
    backdrop-filter: blur(10px);
    box-shadow: 0 0 20px rgba(255,215,0,0.4);
    transition: 0.3s;
}

.delhi-top-telegram a:hover {
    transform: scale(1.05);
}


/* ================= DELHI NAVBAR ================= */

.delhi-navbar {
    background: linear-gradient(90deg,#8e004f,#d4af37);
    padding: 15px 0;
}

.delhi-navbar .navbar-brand {
    font-size: 28px;
    font-weight: 700;
    color: #fff !important;
    letter-spacing: 1px;
}

.delhi-navbar .nav-link {
    color: #fff !important;
    font-weight: 500;
    margin-left: 20px;
}

.delhi-navbar .nav-btn {
    background: #fff;
    color: #8e004f;
    padding: 8px 22px;
    border-radius: 50px;
    font-weight: 600;
}


/* ================= DELHI HERO ================= */

.delhi-hero {
    position: relative;
    background: url(../images/banner\ city.webp) center/cover no-repeat;
    min-height: 95vh;
    display: flex;
    align-items: center;
    color: #fff;
}

.delhi-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to right, rgba(0,0,0,0.92), rgba(0,0,0,0.65));
}

.delhi-content {
    position: relative;
    z-index: 2;
}

.delhi-content h1 {
    font-size: 52px;
    font-weight: 800;
}

.delhi-content p {
    font-size: 18px;
    margin-top: 18px;
    color: #ddd;
}

.delhi-highlight {
    color: #ff3e7f;
}

.delhi-btn-primary {
    background: linear-gradient(90deg,#ff3e7f,#c2185b);
    border: none;
    padding: 14px 32px;
    border-radius: 50px;
    font-weight: 600;
}

.delhi-btn-outline {
    border: 2px solid #d4af37;
    color: #d4af37;
    padding: 14px 32px;
    border-radius: 50px;
    font-weight: 600;
}

.delhi-btn-outline:hover {
    background: #d4af37;
    color: #000;
}


/* ================= DELHI GLASS BOX ================= */

.delhi-glass {
    background: rgba(255,255,255,0.07);
    backdrop-filter: blur(15px);
    padding: 30px;
    border-radius: 20px;
    border: 1px solid rgba(255,255,255,0.15);
    box-shadow: 0 0 40px rgba(212,175,55,0.15);
}

.delhi-glass h5 {
    color: #d4af37;
    margin-bottom: 18px;
}



/* ================= DELHI INFO SECTION ================= */

.delhi-info-section {
    background: linear-gradient(180deg,#111,#000);
    color: #fff;
}

.delhi-info-badge {
    background: linear-gradient(90deg,#ff3e7f,#d4af37);
    padding: 6px 18px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
}

.delhi-info-title {
    font-size: 38px;
    font-weight: 800;
}

.delhi-info-sub {
    color: #ccc;
    max-width: 750px;
    margin: auto;
}

.delhi-pill {
    background: rgba(255,255,255,0.08);
    padding: 12px 18px;
    border-radius: 50px;
    border: 1px solid rgba(255,255,255,0.1);
    font-weight: 500;
    transition: 0.3s;
}

.delhi-pill:hover {
    background: linear-gradient(90deg,#8e004f,#d4af37);
    transform: translateY(-3px);
}

.delhi-info-box {
    background: rgba(255,255,255,0.05);
    padding: 25px;
    border-radius: 15px;
    height: 100%;
    border: 1px solid rgba(255,255,255,0.08);
}

.delhi-info-box h5 {
    color: #d4af37;
    margin-bottom: 15px;
}

.delhi-info-box p {
    color: #ddd;
}

.delhi-info-bottom {
    color: #aaa;
    max-width: 800px;
    margin: auto;
}

/* Mobile Responsive */
@media (max-width:768px){

    .delhi-info-title {
        font-size: 26px;
    }

    .delhi-pill {
        font-size: 13px;
    }

}


/* ================= DELHI GALLERY SECTION ================= */

.delhi-gallery-section{
    background: linear-gradient(180deg,#000,#111);
    color:#fff;
}

.delhi-gallery-title{
    font-size:36px;
    font-weight:800;
}

.delhi-gallery-sub{
    color:#ccc;
    max-width:700px;
    margin:auto;
}

/* Profile Card */

.delhi-profile-card{
    background:#111;
    border-radius:20px;
    overflow:hidden;
    border:1px solid rgba(255,255,255,0.08);
    transition:.3s;
}

.delhi-profile-card:hover{
    transform:translateY(-5px);
}

.delhi-profile-card img{
    height:260px;
    width:100%;
    object-fit:cover;
}

.delhi-card-body{
    padding:15px;
}

.delhi-card-body h6{
    font-weight:600;
}

.delhi-card-body span{
    color:#d4af37;
}

/* Buttons */

.delhi-call-btn{
    background:#d43c2f;
    color:#fff;
    border-radius:30px;
}

.delhi-wa-btn{
    background:#25d366;
    color:#000;
    border-radius:30px;
}

/* Featured */

.delhi-featured{
    background:linear-gradient(90deg,#8e004f,#d4af37);
    border-radius:25px;
    overflow:hidden;
}

.delhi-feature-img{
    height:100%;
    object-fit:cover;
}

/* Responsive */

@media(max-width:768px){

    .delhi-gallery-title{
        font-size:24px;
    }

    .delhi-profile-card img{
        height:200px;
    }

    .delhi-featured{
        text-align:center;
    }

}


/* =========================================
   DELHI MIXED GALLERY SECTION
========================================= */

.delhi-mixed-gallery-section {
    background: linear-gradient(180deg, #000, #050505);
    padding: 70px 0;
}

/* Heading */
.delhi-mixed-gallery-heading {
    font-size: 36px;
    font-weight: 800;
    color: #fff;
}

.delhi-mixed-gallery-heading span {
    color: #ff3d6b;
}

/* Grid */
.delhi-mixed-gallery-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 30px;
}

/* Card */
.delhi-mixed-gallery-card {
    position: relative;
    border-radius: 22px;
    overflow: hidden;
    background: #111;

    border: 2px solid #ff3d6b;   /* 👈 2px border */
    
    box-shadow: 0 15px 40px rgba(0,0,0,0.6);
    transition: 0.4s ease;
}
.delhi-mixed-gallery-card {
    padding: 6px; /* thoda gap */
    background: #000;
}



.delhi-mixed-gallery-card:hover {
    transform: translateY(-8px);
}

/* Image */
.delhi-mixed-gallery-card img {
    width: 100%;
    height: 380px;
    object-fit: cover;
    border-radius: 14px 14px 14px 14px;
}

/* Profile Tag */
.delhi-profile-tag {
    position: absolute;
    top: 14px;
    right: 14px;
    padding: 6px 14px;
    font-size: 12px;
    font-weight: 700;
    border-radius: 20px;
    color: #fff;
    z-index: 5;
}

.delhi-profile-tag.vip {
    background: #e11d48;
}

.delhi-profile-tag.premium {
    background: #f59e0b;
}

.delhi-profile-tag.new {
    background: #22c55e;
}

/* Overlay */
.delhi-gallery-overlay {
    /* position: absolute; */
    inset: 0;
    background: linear-gradient(
        to top,
        rgba(0,0,0,0.9),
        rgba(0,0,0,0.4)
    );
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 20px;
    color: #fff;
}

/* Name + Age */
.delhi-gallery-overlay h3 {
    font-size: 22px;
    font-weight: 800;
    display: flex;
    align-items: center;
    gap: 10px;
}

.delhi-inline-age {
    font-size: 13px;
    font-weight: 600;
    color: #ffd166;
}

/* Category Row */
.delhi-category-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.delhi-gallery-type {
    font-size: 14px;
    color: #ffd166;
}

.delhi-gallery-rating {
    font-size: 14px;
    color: #ffd166;
}

/* Buttons */
.delhi-bottom-actions {
    display: flex;
    gap: 12px;
}

.delhi-half-btn {
    flex: 1;
    height: 42px;
    border-radius: 12px;
    font-size: 14px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    text-decoration: none;
    transition: 0.3s ease;
}

.delhi-call-btn {
    background: #e11d48;
    color: #fff;
}

.delhi-call-btn:hover {
    background: #c5163d;
}

.delhi-whatsapp-btn {
    background: #22c55e;
    color: #000;
}

.delhi-whatsapp-btn:hover {
    background: #18a94d;
}

/* =========================================
   RESPONSIVE
========================================= */

@media (max-width: 768px) {

    .delhi-mixed-gallery-heading {
        font-size: 26px;
    }

    .delhi-mixed-gallery-card img {
        height: 300px;
    }

    .delhi-gallery-overlay h3 {
        flex-direction: column;
        align-items: flex-start;
        gap: 4px;
    }

}


/* ================================
   LUXURY RATE SECTION
================================ */

.lux-rate-section {
    background: linear-gradient(180deg,#000,#070707);
    color: #fff;
}

/* Badge */
.lux-badge {
    display:inline-block;
    padding:6px 18px;
    background:linear-gradient(90deg,#ff2e63,#ffd166);
    border-radius:50px;
    font-size:13px;
    font-weight:600;
    letter-spacing:1px;
}

/* Title */
.lux-title {
    font-size:40px;
    font-weight:800;
    margin-top:15px;
}

.lux-title span {
    color:#ff2e63;
}

.lux-sub {
    color:#bbbbbb;
    max-width:700px;
    margin:10px auto 0;
}

/* Table */
.lux-table-wrapper {
    background:#111;
    padding:30px;
    border-radius:20px;
    box-shadow:0 20px 50px rgba(0,0,0,0.6);
}

.lux-table thead {
    background:linear-gradient(90deg,#ff2e63,#d4af37);
}

.lux-table th {
    color:#dc1313;
    font-weight:700;
    padding:16px;
}

.lux-table td {
    padding:18px;
    border-bottom:1px solid rgba(255,255,255,0.06);
}

.lux-table td:not(:first-child) {
    color:#ffd166;
    font-weight:600;
}

/* Highlight row */
.highlight-row {
    background:rgba(255,46,99,0.15);
}


/* Responsive */
@media (max-width:768px){
    .lux-title {
        font-size:28px;
    }

    .lux-table-wrapper {
        padding:15px;
    }

    .lux-compare-box {
        padding:20px;
    }
}


/* =====================================
   PREMIUM COMBINED SECTION
===================================== */

.premium-combined-section {
    background: linear-gradient(180deg, #0a0a0f, #000);
    color: #fff;
}

/* Title */

.premium-main-title {
    font-size: 42px;
    font-weight: 800;
}

.premium-main-title span {
    background: linear-gradient(90deg,#ff2e63,#f7b733);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.premium-subtitle {
    color: #bbb;
}

/* Rate Cards */

.rate-card {
    background: #111;
    border-radius: 18px;
    padding: 30px;
    border: 1px solid rgba(255,255,255,0.08);
    transition: 0.4s;
}

.rate-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 0 30px rgba(255,46,99,0.4);
}

.rate-card-header {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #f7b733;
}

.rate-card ul {
    list-style: none;
    padding: 0;
}

.rate-card ul li {
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
    border-bottom: 1px solid rgba(255,255,255,0.05);
}

.rate-card ul li span {
    color: #aaa;
}

.featured-rate {
    border: 2px solid #ff2e63;
}

/* Comparison Box */

.comparison-box {
    background: linear-gradient(90deg,#1a1a1f,#111);
    padding: 40px;
    border-radius: 20px;
    border: 1px solid rgba(255,255,255,0.1);
}

.city-card {
    background: #0f0f14;
    padding: 25px;
    border-radius: 15px;
    border: 1px solid rgba(255,255,255,0.08);
    transition: 0.3s;
}

.city-card:hover {
    background: linear-gradient(90deg,#ff2e63,#f7b733);
    color: #000;
}

/* Content Block */

.premium-content-block {
    max-width: 1300px;
    margin: auto;
}

.premium-content-block h3 {
    font-size: 28px;
    margin-bottom: 20px;
}

.premium-content-block p {
    color: #ccc;
    line-height: 1.7;
}

/* Responsive */

@media (max-width: 768px) {

    .premium-main-title {
        font-size: 28px;
    }

    .comparison-box {
        padding: 25px;
    }

    .rate-card {
        padding: 20px;
    }
}


/* ================= PREMIUM FAQ SECTION ================= */

.premium-faq-section {
    background: linear-gradient(135deg,#000000,#0d0f1a,#1a0010);
    color: #fff;
}

.faq-badge {
    display: inline-block;
    padding: 6px 18px;
    font-size: 13px;
    letter-spacing: 2px;
    background: linear-gradient(90deg,#ff3e7f,#d4af37);
    border-radius: 50px;
    font-weight: 600;
}

.faq-title {
    font-size: 38px;
    font-weight: 800;
    margin-top: 15px;
}

.faq-title span {
    background: linear-gradient(90deg,#ff3e7f,#ffd166);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.faq-subtitle {
    color: #bbb;
    max-width: 700px;
    margin: auto;
}

/* Accordion Custom */

.premium-accordion .accordion-item {
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,215,0,0.2);
    border-radius: 18px;
    margin-bottom: 18px;
    overflow: hidden;
}

.premium-accordion .accordion-button {
    background: transparent;
    
    background: linear-gradient(90deg,#8e004f,#d4af37);
    color: #fff;
    font-weight: 600;
    padding: 20px;
    box-shadow: none;
}

.premium-accordion .accordion-button:not(.collapsed) {
    color: #ffd166;
}

.premium-accordion .accordion-body {
    background: rgba(0,0,0,0.6);
    color: #ddd;
    padding: 20px;
}

.premium-accordion .accordion-button:focus {
    box-shadow: none;
}

/* Mobile Responsive */

@media(max-width:768px){
    .faq-title{
        font-size:26px;
    }
}


/* ===============================
   CITY EXPLORE SECTION
================================ */

.city-explore-section {
    background: radial-gradient(circle at center, #111 0%, #000 80%);
    color: #fff;
    position: relative;
}

/* Heading */

.city-title {
    font-size: 40px;
    font-weight: 800;
}

.city-title span {
    color: #db719c;
}

.city-sub {
    max-width: 750px;
    margin: auto;
    color: #bbb;
}

/* Area Pills */

.area-pill {
    padding: 10px 22px;
    border-radius: 50px;
    border: 1px solid rgba(212,175,55,0.4);
    color: #ff3e7f;
    text-decoration: none;
    transition: 0.3s ease;
    font-weight: 500;
}

.area-pill:hover {
    background: linear-gradient(90deg,#8e004f,#d4af37);
    color: #fff;
    box-shadow: 0 0 20px rgba(212,175,55,0.4);
}

/* Gurgaon Button */

.gurgaon-btn {
    display: inline-block;
    padding: 14px 32px;
    border-radius: 50px;
    background: linear-gradient(90deg,#d4af37,#8e004f);
    color: #fff;
    font-weight: 600;
    text-decoration: none;
    transition: 0.3s;
}

.gurgaon-btn:hover {
    transform: scale(1.05);
    box-shadow: 0 0 25px rgba(212,175,55,0.5);
}

/* Service Boxes */

.service-box {
    display: block;
    text-align: center;
    padding: 18px;
    border-radius: 50px;
    border: 1px solid rgba(212,175,55,0.3);
    color: #ff3e7f;
    text-decoration: none;
    transition: 0.3s ease;
    background: rgba(255,255,255,0.03);
}

.service-box:hover {
    background: linear-gradient(90deg,#8e004f,#d4af37);
    color: #fff;
    transform: translateY(-4px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.6);
}

/* ===============================
   RESPONSIVE
================================ */

@media (max-width: 768px) {

    .city-title {
        font-size: 26px;
    }

    .area-pill {
        font-size: 14px;
        padding: 8px 16px;
    }

    .service-box {
        font-size: 14px;
        padding: 14px;
    }

}



/* ===============================
   LUXURY FOOTER DESIGN
=================================*/

.lux-footer{
    background: radial-gradient(circle at top,#0b0f1c,#000);
    border-top:1px solid rgba(212,175,55,0.2);
    position:relative;
}

/* Logo */
.lux-footer-logo{
    font-size:32px;
    font-weight:800;
    color:#fff;
}

.lux-footer-logo span{
    color:#ff3e7f;
}

/* About text */
.lux-footer-text{
    color:#bbb;
    font-size:15px;
    line-height:1.7;
}

/* Badges */
.lux-badges span{
    display:inline-block;
    margin:5px 6px 0 0;
    padding:6px 14px;
    font-size:13px;
    border-radius:50px;
    border:1px solid #d4af37;
    color:#d4af37;
    transition:.3s;
}

.lux-badges span:hover{
    background:#d4af37;
    color:#000;
}

/* Titles */
.lux-footer-title{
    color:#d4af37;
    font-weight:600;
    margin-bottom:15px;
}

/* Links */
.lux-footer-links{
    list-style:none;
    padding:0;
}

.lux-footer-links li{
    margin-bottom:10px;
}

.lux-footer-links a{
    color:#ccc;
    text-decoration:none;
    transition:.3s;
}

.lux-footer-links a:hover{
    color:#ff3e7f;
    padding-left:5px;
}

/* Contact */
.lux-contact p{
    color:#ccc;
    margin-bottom:8px;
    font-size:14px;
}

.lux-contact i{
    color:#d4af37;
    margin-right:8px;
}

/* Social */
.lux-social a{
    width:40px;
    height:40px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    border-radius:50%;
    margin-right:8px;
    background:rgba(212,175,55,0.15);
    color:#d4af37;
    transition:.3s;
}

.lux-social a:hover{
    background:#ff3e7f;
    color:#fff;
}

/* Divider */
.lux-divider{
    border-color:rgba(255,255,255,0.1);
    margin:30px 0;
}

/* Bottom */
.lux-bottom{
    color:#aaa;
    font-size:14px;
}

/* Responsive */
@media(max-width:768px){

    .lux-footer{
        text-align:center;
    }

    .lux-social{
        justify-content:center;
    }

    .lux-footer-logo{
        font-size:26px;
    }
}


/* Floating Contact Buttons */

.floating-contact {
  position: fixed;
  right: 15px;
  bottom: 90px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  z-index: 9999;
}

.whatsapp-btn,
.call-btn {
  height: 45px;
  width: 45px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 22px;
  text-decoration: none;
  box-shadow: 0 4px 10px rgba(0,0,0,.4);
}

.whatsapp-btn {
  background: #0cbb4f;
}

.call-btn {
  background: #ff1182;
}

.bottom-telegram {
  position: fixed;
  bottom: 5px;
  left: 0;
  width: 100%;
  z-index: 9999;
  display: flex;
  justify-content: center;
}

.bottom-telegram a {
  background: #0c1114;
  color: #fff;
  padding: 6px 12px;
  display: flex;
  align-items: center;
  gap: 12px;
  max-width: 350px;
  width: 95%;
  justify-content: center;
  border-radius: 8px;
  text-decoration: none;
  font-size: 16px;
}