body {
    font-family: Poppins, sans-serif
}

body,
html {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden !important
}

a {
    text-decoration: none;
    color: #fff;
    font-weight: 600
}

.navbar.fixed-top {
    left: 0;
    right: 0;
    width: 100%
}

.navbar {
    background: #000;
    padding: 14px 0;
    border-bottom: 1px solid rgba(212, 175, 55, .25)
}

.navbar-brand {
    font-size: 22px;
    font-weight: 600;
    color: #d4af37 !important
}

.nav-link {
    font-size: 15px;
    font-weight: 500;
    color: #fff !important;
    padding: 10px 0
}

.nav-link:hover {
    color: #c20a62 !important
}

.nav-btn {
    height: 42px;
    padding: 0 20px;
    border-radius: 22px;
    font-size: 14px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 8px;
    white-space: nowrap;
    text-decoration: none;
    transition: .25s ease
}

.nav-btn i {
    font-size: 14px
}

.nav-btn.btn-call {
    border: 1.5px solid #c20a62;
    color: #c20a62;
    background: 0 0
}

.nav-btn.btn-call:hover {
    background: #c20a62;
    color: #fff
}

.nav-btn.btn-whatsapp {
    background: #011f45;
    color: #d4af37
}

.nav-btn.btn-whatsapp:hover {
    background: #022d63
}

.hero {
    position: relative;
    min-height: 80vh;
    padding-top: 100px;
    overflow: hidden;
    background: #000
}

.hero-img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(.45) saturate(1.2)
}

.hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, rgba(1, 31, 69, .3), rgba(0, 0, 0, .3));
    z-index: 1
}

.hero-inner {
    position: relative;
    z-index: 2;
    text-align: center
}

.hero h1 {
    font-size: 56px;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 25px;
    color: #d4af37
}

.hero h1 span {
    color: #c20a62
}

.hero-select-box {
    max-width: 920px;
    margin: 30px auto;
    text-align: center
}

.hero-select-subtitle {
    color: #d4af37;
    font-size: 16px;
    margin-bottom: 12px;
    font-weight: 500
}

.hero-select-wrapper {
    position: relative
}

.hero-city-select {
    width: 100%;
    padding: 16px 48px 16px 22px;
    border-radius: 40px;
    border: 1px solid rgba(212, 175, 55, .35);
    background: rgba(0, 0, 0, .55);
    color: #fff;
    font-size: 16px;
    outline: 0;
    appearance: none;
    transition: .25s;
}

.hero-city-select:focus,
.hero-city-select:hover {
    border-color: #c20a62;
    background: #000
}

.hero-select-wrapper::after {
    content: "";
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 34px;
    height: 34px;
    border-radius: 50%
}

.hero-select-wrapper::before {
    content: "";
    position: absolute;
    right: 22px;
    top: 50%;
    transform: translateY(-35%) rotate(45deg);
    width: 8px;
    height: 8px;
    border-right: 2px solid #d4af37;
    border-bottom: 2px solid #d4af37
}

.hero p {
    margin-top: 18px;
    font-size: 14px;
    color: #fff
}

.hero p a {
    color: #c20a62;
    text-decoration: none
}

.offcanvas {
    width: 100%;
    background: #000
}

.offcanvas-header {
    border-bottom: 1px solid rgba(212, 175, 55, .2)
}

.offcanvas-title {
    font-size: 20px;
    font-weight: 600;
    color: #d4af37
}

.mobile-menu ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.mobile-menu li {
    padding: 2px 0;
    font-size: 15px;
    font-weight: 500
}

.mobile-menu .nav-link {
    color: #fff !important
}

.mobile-menu .nav-link:hover {
    color: #c20a62 !important
}

@media(max-width:768px) {
    .hero {
        min-height: 60vh;
        padding-top: 110px
    }
    .btn-close {
        filter: invert(1);
        opacity: 1
    }
    .navbar-toggler {
        color: #fff
    }
    .hero h1 {
        font-size: 34px
    }
    .hero-select-box {
        margin: 20px auto
    }
    .hero-city-select {
        padding: 14px 40px 14px 16px;
        font-size: 15px
    }
}

@media(min-width:992px) {
    .mobile-only {
        display: none !important
    }
}

.hero-video-wrap {
    position: relative;
    height: 85vh;
    overflow: hidden;
    background: #000;
    display: flex;
    align-items: center;
    justify-content: center
}

.video-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: blur(35px) brightness(.4);
    transform: scale(1.2)
}

.video-card {
    position: relative;
    width: 70%;
    max-width: 900px;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 25px 80px rgba(0, 0, 0, .8);
    border: 1px solid rgba(212, 175, 55, .3)
}

.video-card video {
    width: 100%;
    height: auto;
    display: block
}

.hero-video-wrap::after {
    content: '';
    position: absolute;
    inset: 0;
    box-shadow: inset 0 0 120px rgba(0, 0, 0, .9);
    pointer-events: none
}

@media(max-width:768px) {
    .hero-video-wrap {
        height: 40vh
    }
    .video-card {
        width: 92%;
        border-radius: 14px
    }
    .video-bg {
        display: none
    }
}

.profile-list-section {
    background: linear-gradient(135deg, #000, #011f45);
    padding: 90px 20px;
    font-family: system-ui
}

.main-heading {
    text-align: center;
    color: #d4af37;
    font-weight: 800;
    font-size: 34px;
    margin-bottom: 40px
}

.escort-card {
    background: linear-gradient(135deg, #000, #021b3a);
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 28px;
    border-left: 4px solid #d4af37;
    box-shadow: 0 0 25px rgba(194, 10, 98, .25)
}

.escort-img {
    width: 260px;
    min-width: 260px;
    height: 220px;
    overflow: hidden;
    position: relative
}

.escort-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 20%;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    border: 2px solid rgba(194, 10, 98, .35);
    transition: .4s
}

.escort-img img:hover {
    transform: scale(1.04)
}

.online-badge {
    position: absolute;
    top: 10px;
    left: 10px;
    background: #00d26a;
    color: #fff;
    font-size: 11px;
    padding: 4px 10px;
    border-radius: 30px;
    font-weight: 600;
    box-shadow: 0 0 10px rgba(0, 210, 106, .7);
    animation: pulseOnline 1.5s infinite;
    z-index: 5;
    pointer-events: none
}

@keyframes pulseOnline {
    0% {
        box-shadow: 0 0 0 rgba(0, 210, 106, .7)
    }
    70% {
        box-shadow: 0 0 14px rgba(0, 210, 106, 0)
    }
    100% {
        box-shadow: 0 0 0 rgba(0, 210, 106, 0)
    }
}

.title {
    color: #d4af37;
    font-weight: 700;
    font-size: 21px;
    line-height: 27px
}

.desc {
    font-size: 15px;
    color: #e9e2d0
}

.tag {
    background: #c20a62;
    padding: 4px 12px;
    border-radius: 6px;
    font-size: 12px;
    margin-right: 6px;
    color: #fff
}

.tag.age {
    background: #d4af37;
    color: #000
}

.escort-action {
    background: #000
}

.cta-wrap {
    width: 100%;
    max-width: 220px;
    display: flex;
    flex-direction: column;
    gap: 10px
}

.call-btn,
.whatsapp-btn {
    padding: 13px;
    border-radius: 10px;
    font-weight: 600;
    text-decoration: none;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .25s
}

.call-btn {
    background: #c20a62
}

.call-btn:hover {
    background: #a0084f
}

.whatsapp-btn {
    background: #011f45;
    color: #d4af37
}

.whatsapp-btn:hover {
    background: #022d63
}

@media(max-width:768px) {
    .main-heading {
        font-size: 24px
    }
    .escort-img {
        width: 100%;
        min-width: 100%;
        height: 260px
    }
    .escort-img img {
        border-radius: 0
    }
    .cta-wrap {
        flex-direction: row;
        max-width: 100%
    }
    .call-btn,
    .whatsapp-btn {
        width: 50%;
        font-size: 14px
    }
    .escort-action {
        border-top: 1px solid rgba(255, 255, 255, .1)
    }
}

.adult-feature-section a,
.adult-feature-section.alt a,
.escort-content-section a {
    color: #d4af37;
}

.adult-feature-section b,
.adult-feature-section.alt b,
.escort-content-section b {
    color: #c20a62;
}

.adult-feature-section {
    background: linear-gradient(135deg, #000, #011f45);
    padding: 90px 20px
}

.adult-feature-section.alt {
    background: linear-gradient(135deg, #000, #021b3a)
}

.adult-feature-section.alt {
    background: #000
}

.adult-container {
    max-width: 1200px;
    margin: auto
}

.adult-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center
}

.adult-image img {
    width: 100%;
    border-radius: 22px;
    transition: .5s ease;
    border: 2px solid rgba(194, 10, 98, .35)
}

.adult-image img:hover {
    transform: scale(1.04)
}

.adult-content {
    background: linear-gradient(135deg, #000, #011f45);
    padding: 40px 42px;
    border-radius: 22px;
    border: 1.5px solid rgba(212, 175, 55, .35)
}

.adult-content.alt {
    background: linear-gradient(135deg, #000, #021b3a);
    border: 1.5px solid rgba(194, 10, 98, .35)
}

.adult-content h2 {
    font-size: 34px;
    color: #d4af37;
    margin-bottom: 18px;
    font-weight: 700;
    line-height: 1.25
}

.adult-content.alt h2 {
    color: #c20a62
}

.adult-content p {
    font-size: 16.5px;
    line-height: 1.75;
    color: #e9e2d0;
    margin-bottom: 18px
}

.adult-cta {
    display: flex;
    gap: 18px;
    margin-top: 26px
}

.adult-btn-call {
    background: #c20a62;
    color: #fff;
    padding: 14px 30px;
    border-radius: 10px;
    text-decoration: none;
    font-weight: 600;
    transition: .25s ease
}

.adult-btn-call:hover {
    background: #a0084f
}

.adult-btn-wa {
    background: #011f45;
    color: #d4af37;
    padding: 14px 30px;
    border-radius: 10px;
    text-decoration: none;
    font-weight: 600;
    transition: .25s ease
}

.adult-btn-wa:hover {
    background: #022d63
}

@media(max-width:992px) {
    .adult-row {
        grid-template-columns: 1fr;
        text-align: center
    }
    .adult-cta {
        justify-content: center;
        flex-wrap: wrap
    }
    .adult-content {
        padding: 40px 32px;
    }
}

@media(max-width:768px) {
    .adult-content {
        padding: 40px 20px;
    }
}

.escort-feature-section {
    background: linear-gradient(135deg, #000, #011f45);
    padding: 80px 0
}

.listings-title {
    text-align: center;
    margin-bottom: 45px
}

.listings-title h2 {
    font-size: 36px;
    font-weight: 700;
    color: #d4af37;
    margin-bottom: 10px
}

.listings-title p {
    font-size: 16.5px;
    color: #e9e2d0;
    max-width: 720px;
    margin: 0 auto;
    line-height: 1.6
}

.listings-wrap {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 28px
}

.listing-card {
    background: linear-gradient(160deg, #000, #011f45);
    border-radius: 22px;
    overflow: hidden;
    border: 1.5px solid rgba(194, 10, 98, .35);
    transition: .35s ease;
    display: flex;
    flex-direction: column;
    height: 100%
}

.listing-card:hover {
    transform: translateY(-6px);
    border-color: #d4af37
}

.listing-img img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    display: block
}

.listing-body {
    padding: 20px 20px 24px;
    text-align: center;
    display: flex;
    flex-direction: column;
    flex: 1
}

.profile-name {
    font-size: 20px;
    font-weight: 700;
    color: #c20a62;
    margin-bottom: 8px
}

.tags {
    display: flex;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 18px
}

.tags span {
    font-size: 13px;
    padding: 5px 12px;
    border-radius: 30px;
    background: rgba(212, 175, 55, .12);
    color: #d4af37;
    font-weight: 600;
    border: 1px solid rgba(212, 175, 55, .35)
}

.listing-body::after {
    content: '';
    flex: 1
}

.listing-btns {
    display: flex;
    justify-content: center;
    gap: 14px;
    margin-top: 12px
}

.listing-btns a {
    flex: 1;
    max-width: 135px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    border-radius: 30px;
    text-decoration: none;
    font-size: 12.5px;
    font-weight: 600;
    transition: .3s ease;
    white-space: nowrap
}

.btn-tg {
    background: linear-gradient(135deg, #c20a62, #8e0444);
    color: #fff
}

.btn-tg:hover {
    background: #a0084f;
    transform: translateY(-2px)
}

.btn-wa {
    background: linear-gradient(135deg, #011f45, #022d63);
    color: #d4af37
}

.btn-wa:hover {
    background: #022d63;
    transform: translateY(-2px)
}

.listing-btns i {
    font-size: 16px
}

@media(max-width:768px) {
    .listing-img img {
        height: 250px
    }
    .listings-title h2 {
        font-size: 28px
    }
    .listing-body {
        padding: 18px 10px 22px
    }
    .listing-btns a {
        max-width: 125px;
        height: 42px;
        font-size: 14px
    }
    .listing-card {
        margin: 0px 10px;
    }
}

.escort-content-section {
    background: linear-gradient(135deg, #000, #011f45);
    padding: 80px 20px;
    color: #e9e2d0
}

.escort-container {
    max-width: 1100px;
    margin: auto
}

.escort-title {
    font-size: 36px;
    font-weight: 800;
    color: #d4af37;
    margin-bottom: 22px;
    text-align: left;
    letter-spacing: .4px
}

.escort-subtitle {
    font-size: 25px;
    margin: 32px 0 16px;
    color: #c20a62;
    font-weight: 700
}

.escort-text {
    font-size: 16.8px;
    line-height: 1.8;
    margin-bottom: 16px;
    color: #e9e2d0
}

.escort-points {
    list-style: none;
    padding: 0;
    margin: 18px 0 28px
}

.escort-points li {
    padding: 7px 0;
    font-size: 15.5px;
    color: #f3ead6;
    position: relative;
    padding-left: 28px
}

.escort-points li::before {
    content: "âœ”";
    position: absolute;
    left: 0;
    top: 2px;
    color: #d4af37;
    font-weight: 700
}

.escort-cta {
    display: flex;
    gap: 18px;
    margin-top: 28px;
    flex-wrap: wrap
}

.escort-btn-call {
    background: linear-gradient(135deg, #c20a62, #8e0444);
    color: #fff;
    padding: 13px 30px;
    border-radius: 10px;
    text-decoration: none;
    font-weight: 700;
    transition: .25s ease;
    box-shadow: 0 8px 25px rgba(194, 10, 98, .45)
}

.escort-btn-call:hover {
    background: #a0084f;
    transform: translateY(-3px)
}

.escort-btn-wa {
    background: linear-gradient(135deg, #011f45, #022d63);
    color: #d4af37;
    padding: 13px 30px;
    border-radius: 10px;
    text-decoration: none;
    font-weight: 700;
    transition: .25s ease;
    box-shadow: 0 8px 25px rgba(1, 31, 69, .45)
}

.escort-btn-wa:hover {
    background: #022d63;
    transform: translateY(-3px)
}

.escort-table {
    width: 100%;
    border-collapse: collapse;
    margin: 22px 0 28px;
    background: linear-gradient(160deg, #000, #011f45);
    border-radius: 14px;
    overflow: hidden;
    border: 1.5px solid rgba(194, 10, 98, .35)
}

.escort-table th {
    background: linear-gradient(135deg, #c20a62, #8e0444);
    color: #fff;
    padding: 13px 16px;
    text-align: left;
    font-size: 15.5px;
    font-weight: 700;
    letter-spacing: .3px
}

.escort-table td {
    padding: 12px 16px;
    color: #e9e2d0;
    border-bottom: 1px solid rgba(255, 255, 255, .08);
    font-size: 14.8px;
    background: rgba(255, 255, 255, .02)
}

.escort-table tr:last-child td {
    border-bottom: none
}

.escort-table td strong {
    color: #d4af37
}

.escort-table tbody tr:hover {
    background: rgba(194, 10, 98, .08);
    transition: .2s ease
}

@media(max-width:768px) {
    .escort-title {
        text-align: center;
        font-size: 30px
    }
    .escort-subtitle {
        text-align: center
    }
    .escort-cta {
        justify-content: center
    }
    .escort-table td,
    .escort-table th {
        font-size: 13.8px;
        padding: 10px 12px
    }
}

.locations-section {
    background: linear-gradient(135deg, #000, #011f45);
    padding: 90px 20px
}

.locations-container {
    max-width: 1300px;
    margin: auto
}

.locations-title {
    font-size: 36px;
    font-weight: 800;
    color: #d4af37;
    margin-bottom: 45px;
    text-align: center;
    letter-spacing: .6px;
    text-shadow: 0 0 14px rgba(212, 175, 55, .45)
}

.locations-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 22px 20px
}

.loc-btn {
    display: block;
    padding: 14px 18px;
    border-radius: 16px;
    font-size: 13.8px;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    color: #e9e2d0;
    position: relative;
    overflow: hidden;
    background: linear-gradient(160deg, #000, #011f45);
    border: 1.5px solid rgba(194, 10, 98, .35);
    backdrop-filter: blur(6px);
    transition: .35s ease;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .45)
}

.loc-btn::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(120deg, transparent, rgba(255, 255, 255, .35), transparent);
    transform: translateX(-100%);
    transition: .6s ease
}

.loc-btn:hover::before {
    transform: translateX(100%)
}

.loc-btn:hover {
    background: linear-gradient(135deg, #c20a62, #011f45);
    color: #fff;
    transform: translateY(-6px) scale(1.05);
    border-color: #d4af37;
    box-shadow: 0 18px 45px rgba(194, 10, 98, .45)
}

@media(max-width:768px) {
    .locations-title {
        font-size: 30px
    }
    .locations-grid {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media(max-width:480px) {
    .locations-grid {
        grid-template-columns: 1fr 1fr
    }
}

.tags-section {
    background: linear-gradient(135deg, #000, #011f45)
}

.tags-title {
    font-size: 24px;
    font-weight: 700;
    color: #d4af37;
    margin-bottom: 20px
}

.tags-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 8px
}

.tag-item {
    padding: 5px 10px;
    border-radius: 24px;
    font-size: 12.5px;
    font-weight: 600;
    background: linear-gradient(135deg, #000, #011f45);
    color: #e9e2d0;
    border: 1.5px solid rgba(194, 10, 98, .45);
    box-shadow: 0 4px 12px rgba(194, 10, 98, .25);
    transition: all .3s ease;
    cursor: default
}

.tag-item:hover {
    background: linear-gradient(135deg, #c20a62, #8e0444);
    color: #fff;
    transform: translateY(-3px);
    box-shadow: 0 8px 24px rgba(194, 10, 98, .55), 0 0 12px rgba(194, 10, 98, .45);
    border-color: #d4af37
}

@media(max-width:768px) {
    .tags-title {
        text-align: center;
        font-size: 21px
    }
    .tags-wrap {
        justify-content: center;
        gap: 7px
    }
    .tag-item {
        font-size: 12px;
        padding: 4px 9px
    }
}

.escort-category-section {
    background: linear-gradient(135deg, #000, #011f45);
    padding: 40px 20px
}

.cat-heading {
    color: #d4af37;
    font-weight: 800;
    font-size: 34px;
}

.cat-card {
    position: relative;
    overflow: hidden;
    border-radius: 14px;
    cursor: pointer;
}

.cat-card img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    transition: .5s
}

.cat-card:hover img {
    transform: scale(1.1)
}

.cat-title {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 10px;
    background: linear-gradient(transparent, rgba(0, 0, 0, .8));
    color: gold;
    font-weight: 700
}

.faq-section {
    padding: 50px 20px;
    background: #0b0616
}

.faq-title {
    text-align: center;
    color: #fff;
    font-size: 32px;
    margin-bottom: 30px;
    text-shadow: 0 0 18px rgba(255, 0, 121, .7)
}

.faq-box {
    background: rgba(255, 255, 255, .03);
    border: 1px solid rgba(255, 0, 121, .25);
    border-radius: 14px;
    margin-bottom: 15px;
    overflow: hidden;
    backdrop-filter: blur(10px);
    transition: .3s
}

.faq-box:hover {
    border-color: #ff0079;
    box-shadow: 0 0 25px rgba(255, 0, 121, .35)
}

.faq-question {
    width: 100%;
    padding: 18px 20px;
    border: none;
    background: 0 0;
    color: #fff;
    text-align: left;
    font-size: 17px;
    font-weight: 600;
    cursor: pointer;
    position: relative
}

.faq-question::after {
    content: "+";
    position: absolute;
    right: 20px;
    font-size: 22px;
    color: #ff0079
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    padding: 0 20px;
    color: #ccc;
    transition: max-height .4s ease, padding .3s
}

.faq-box.active .faq-answer {
    max-height: 200px;
    padding: 15px 20px 20px
}

.faq-box.active .faq-question::after {
    content: "-"
}

.footer-wrapper {
    background: #0b0616;
}

.top-footer-bar {
    position: relative;
    padding: 28px 10px 24px;
    text-align: center;
    border-top: 1px solid rgba(255, 0, 121, .2);
    border-bottom: 1px solid rgba(255, 0, 121, .15)
}

.top-footer-bar::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    width: 280px;
    height: 2px;
    background: #ff0079;
    box-shadow: 0 0 15px #ff0079, 0 0 35px #ff0079
}

.top-footer-links {
    margin: 0
}

.top-footer-links a {
    color: #e6e6e6;
    text-decoration: none;
    margin: 0 18px;
    font-size: 15px;
    letter-spacing: .3px;
    position: relative;
    transition: .3s;
    display: inline-block
}

.top-footer-links a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -6px;
    width: 0;
    height: 2px;
    background: #ff0079;
    transition: .35s
}

.top-footer-links a:hover {
    color: #ff0079;
    text-shadow: 0 0 10px rgba(255, 0, 121, .8)
}

.top-footer-links a:hover::after {
    width: 100%
}

.bottom-footer {
    padding: 18px 0 24px;
    text-align: center;
    border-top: 1px solid rgba(255, 0, 121, .2)
}

.footer-copy {
    color: #888;
    font-size: 13px;
    letter-spacing: .4px
}

.footer-copy span {
    color: #ff0079;
    text-shadow: 0 0 8px rgba(255, 0, 121, .7)
}

@media(max-width:768px) {
    .top-footer-links {
        display: flex;
        flex-wrap: wrap;
        justify-content: center
    }
    .top-footer-links a {
        margin: 6px 10px;
        font-size: 14px
    }
}

.nowcalling {
    display: block;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 9999
}

.lcol,
.rcol {
    float: left;
    width: 50%
}

.lcol a,
.rcol a {
    display: block;
    padding: 12px 0;
    text-align: center;
    text-decoration: none;
    color: #fff;
    font-weight: 600;
    letter-spacing: .3px
}

/* CALL BAR COLORS */

.lcol {
    background: linear-gradient(135deg, #c20a62, #8e0444)
}

.rcol {
    background: linear-gradient(135deg, #011f45, #022d63)
}

/* FLOATING ICON COMMON */

.floating-icon {
    position: fixed;
    right: 30px;
    width: 60px;
    height: 60px;
    z-index: 999999
}

.floating-icon a {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .45);
    transition: .25s ease
}

.floating-icon a:hover {
    transform: scale(1.12)
}

.floating-icon img {
    width: 28px;
    height: 28px;
    filter: brightness(0) invert(1)
}

/* WHATSAPP ICON */

.whatsapp-icon {
    bottom: 190px
}

.whatsapp-icon a {
    background: linear-gradient(135deg, #011f45, #022d63)
}

/* CALL ICON */

.call-icon {
    bottom: 115px
}

.call-icon a {
    background: linear-gradient(135deg, #c20a62, #8e0444)
}

/* TELEGRAM ICON */

.telegram-icon {
    bottom: 40px
}

.telegram-icon a {
    background: linear-gradient(135deg, #d4af37, #b8962e)
}

/* MOBILE */

@media(max-width:480px) {
    .navbar-brand {
        font-size: 19px;
        font-weight: 600
    }
    .floating-icon {
        right: 8px;
        width: 50px;
        height: 50px
    }
    .floating-icon img {
        width: 20px;
        height: 20px
    }
    .whatsapp-icon {
        bottom: 180px
    }
    .whatsapp-icon a {
        background: linear-gradient(135deg, #011f45, #022d63)
    }
    .call-icon {
        bottom: 105px
    }
    .call-icon a {
        background: linear-gradient(135deg, #c20a62, #8e0444)
    }
    .telegram-icon {
        bottom: 40px
    }
    .telegram-icon a {
        background: linear-gradient(135deg, #d4af37, #b8962e)
    }
}

.cookie-bar {
    position: fixed;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(135deg, #0b0616, #130027);
    padding: 14px 18px;
    border-radius: 14px;
    box-shadow: 0 0 25px rgba(255, 0, 121, .35);
    display: flex;
    align-items: center;
    gap: 18px;
    z-index: 7777;
    border: 1px solid rgba(255, 0, 121, .35);
    max-width: 750px;
    width: calc(100% - 20px);
    animation: cookieSlide .5s ease
}

.cookie-bar p {
    margin: 0;
    font-size: 14px;
    color: #d7cfff
}

.cookie-bar button {
    background: linear-gradient(135deg, #ff0079, #ff4db2);
    border: none;
    color: #fff;
    padding: 9px 18px;
    border-radius: 22px;
    font-weight: 600;
    cursor: pointer;
    transition: .3s;
    white-space: nowrap;
    box-shadow: 0 0 12px rgba(255, 0, 121, .6)
}

.cookie-bar button:hover {
    transform: translateY(-1px);
    box-shadow: 0 0 18px rgba(255, 0, 121, .9)
}

@media(max-width:768px) {
    .cookie-bar {
        left: 10px;
        right: 10px;
        transform: none;
        flex-direction: column;
        align-items: stretch;
        gap: 10px;
        text-align: center
    }
    .cookie-bar button {
        width: 100%
    }
}

@keyframes cookieSlide {
    from {
        opacity: 0;
        transform: translate(-50%, 30px)
    }
    to {
        opacity: 1;
        transform: translate(-50%, 0)
    }
}

.table-scroll {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 6px;
    position: relative
}

.table-scroll:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 35px;
    height: 100%;
    background: linear-gradient(to left, rgba(0, 0, 0, .35), transparent);
    pointer-events: none
}

.escort-table {
    min-width: 650px;
    width: 100%;
    border-collapse: collapse;
    background: #1a0028;
    border-radius: 14px;
    overflow: hidden
}

.escort-table th {
    background: #2a003f;
    color: #ffd400;
    padding: 14px 12px;
    font-size: 15px;
    text-align: left;
    border-bottom: 1px solid rgba(255, 0, 121, .2);
    white-space: nowrap
}

.escort-table td {
    padding: 14px 12px;
    border-bottom: 1px solid rgba(255, 255, 255, .06);
    color: #eee;
    font-size: 14px;
    white-space: nowrap
}

.escort-table tbody tr:hover {
    background: rgba(255, 0, 121, .06)
}

.table-scroll::-webkit-scrollbar {
    height: 6px
}

.table-scroll::-webkit-scrollbar-thumb {
    background: #ff0079;
    border-radius: 10px
}

.table-call-btn {
    display: inline-block;
    padding: 6px 14px;
    background: linear-gradient(135deg, #ff0079, #ff4da6);
    color: #fff;
    font-weight: 600;
    border-radius: 20px;
    text-decoration: none;
    font-size: 13px;
    transition: .3s;
    white-space: nowrap
}

.table-call-btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 6px 14px rgba(255, 0, 121, .4)
}

@media(max-width:768px) {
    .escort-table {
        min-width: 350px
    }
    .escort-table td,
    .escort-table th {
        padding: 12px 10px;
        font-size: 13px
    }
}

body.age-popup-active .fixed-ui {
    display: none !important
}

body.age-popup-active {
    overflow: hidden;
    height: 100vh
}

.age-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, .75);
    backdrop-filter: blur(8px);
    z-index: 9998
}

.age-modal {
    position: fixed;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999
}

.age-modal,
.age-overlay {
    display: none
}

.age-modal-content {
    background: linear-gradient(145deg, #14001f, #2a003f);
    border: 1px solid rgba(255, 0, 121, .35);
    color: #eee;
    max-width: 460px;
    width: 92%;
    padding: 34px 26px;
    border-radius: 20px;
    text-align: center;
    box-shadow: 0 0 40px rgba(255, 0, 121, .35);
    animation: popupZoom .35s ease
}

@keyframes popupZoom {
    from {
        transform: scale(.85);
        opacity: 0
    }
    to {
        transform: scale(1);
        opacity: 1
    }
}

.age-modal-content h2 {
    font-size: 22px;
    font-weight: 800;
    color: #ffd400;
    margin-bottom: 14px
}

.age-modal-content p {
    font-size: 14px;
    line-height: 1.7;
    color: #ddd
}

.confirm {
    margin: 14px 0 8px;
    font-weight: 700;
    color: #ff4da6
}

.age-modal-content ul {
    list-style: none;
    padding: 0;
    margin: 10px 0 18px;
    font-size: 14px
}

.age-modal-content ul li {
    padding: 6px 0;
    border-bottom: 1px dashed rgba(255, 255, 255, .08)
}

.disclaimer {
    font-size: 13px;
    color: #bbb;
    margin-bottom: 20px;
    border-top: 1px solid rgba(255, 0, 121, .2);
    padding-top: 12px
}

.age-buttons {
    display: flex;
    gap: 12px
}

.age-buttons a,
.age-buttons button {
    flex: 1;
    padding: 12px 0;
    border-radius: 14px;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    text-align: center;
    transition: .25s
}

.btn-yes {
    background: linear-gradient(135deg, #ff0079, #ff4da6);
    color: #fff;
    border: none
}

.btn-yes:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(255, 0, 121, .45)
}

.btn-no {
    background: #021b3a;
    color: #ffd400;
    text-decoration: none
}

.btn-no:hover {
    background: #032a5a;
    transform: translateY(-2px)
}

@media(max-width:480px) {
    .age-buttons {
        flex-direction: column
    }
}