/* ============================================
   UAE ESCORTS DIRECTORY - Modern Dark Theme
   Premium design with gold accents
   ============================================ */

/* --- Layout Reset --- */
body.home,
body.front-page,
body.post-type-archive-escort,
body.single-escort,
body.tax-escort_near_by_location,
body.tax-escort_location,
body.tax-escort_type,
body.tax-escort_service {
    background: #0d0d0d !important;
}
body.home .rsrc-container,
body.front-page .rsrc-container,
body.post-type-archive-escort .rsrc-container,
body.single-escort .rsrc-container,
body.tax-escort_near_by_location .rsrc-container,
body.tax-escort_location .rsrc-container,
body.tax-escort_type .rsrc-container,
body.tax-escort_service .rsrc-container {
    background: #0d0d0d !important;
}
body.home .rsrc-content,
body.front-page .rsrc-content,
body.post-type-archive-escort .rsrc-content,
body.single-escort .rsrc-content,
body.tax-escort_near_by_location .rsrc-content,
body.tax-escort_location .rsrc-content,
body.tax-escort_type .rsrc-content,
body.tax-escort_service .rsrc-content {
    margin: 0;
    padding: 0;
}

/* --- Header: Sticky Nav --- */
.rsrc-container-header {
    padding: 0;
    background: linear-gradient(135deg, #1a1a1a 0%, #222 100%);
    position: sticky;
    top: 0;
    z-index: 999;
    box-shadow: 0 2px 20px rgba(0,0,0,0.5);
    border-bottom: 1px solid rgba(244,184,39,0.15);
}
.rsrc-container-header .navbar {
    padding: 10px 0;
}
.rsrc-container-header .navbar-nav li {
    margin: 0 12px;
}
.rsrc-container-header .navbar-nav li a {
    font-size: 14px;
    color: #ccc;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 6px 0;
    position: relative;
    transition: color 0.3s;
}
.rsrc-container-header .navbar-nav li a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: #f4b827;
    transition: width 0.3s ease;
}
.rsrc-container-header .navbar-nav li a:hover {
    color: #f4b827;
}
.rsrc-container-header .navbar-nav li a:hover::after {
    width: 100%;
}
.custom-logo-link {
    margin-right: 2%;
}
.custom-logo-link img {
    width: 100px;
    position: relative;
    top: 4px;
    filter: brightness(0) invert(1);
}
.rsrc-container-header input[type="search"] {
    height: 36px;
    margin: 0;
    background: #2a2a2a;
    border: 1px solid #444;
    color: #e6e6e6;
    border-radius: 20px;
    padding: 0 16px;
    font-size: 13px;
    transition: border-color 0.3s;
}
.rsrc-container-header input[type="search"]:focus {
    border-color: #f4b827;
    outline: none;
}
.rsrc-container-header input[type="search"]::placeholder {
    color: #888;
}
.rsrc-container-header .navbar-toggler {
    border: none;
    box-shadow: none;
    padding: 0;
}
.rsrc-container-header .navbar-toggler-icon {
    height: 32px;
    width: 56px;
    margin: 0;
    padding: 0;
    font-size: 13px;
    border: none;
    background: #f4b827;
    color: #1a1a1a;
    line-height: 32px;
    text-align: center;
    cursor: pointer;
    border-radius: 4px;
    font-weight: 600;
}

/* --- Second Nav (Area Links) --- */
.secondNavWrapper {
    position: relative;
    padding: 8px 0;
    background: #111;
    border-top: 1px solid rgba(255,255,255,.06);
    border-bottom: 1px solid rgba(255,255,255,.06);
}
.secondNavWrapper .navbar {
    padding: 0;
}
.secondNavWrapper .navbar .navbar-nav {
    width: 100%;
    display: block;
}
.secondNavWrapper ul {
    padding-left: 0;
    margin-bottom: 0;
}
.secondNavWrapper ul li {
    display: inline-block;
    position: relative;
}
.secondNavWrapper ul li a {
    color: #999;
    line-height: 28px;
    display: block;
    padding: 0 14px;
    position: relative;
    font-weight: 400;
    font-size: 13px;
    transition: color 0.3s;
}
.secondNavWrapper ul li a:hover {
    color: #f4b827;
}
.secondNavWrapper ul li:after {
    height: 11px;
    background-color: rgba(255,255,255,.15);
    width: 1px;
    position: absolute;
    top: 50%;
    right: -1px;
    transform: translateY(-50%);
    content: '';
}
.secondNavWrapper ul li:last-child:after {
    content: none;
}

/* --- Breadcrumbs --- */
#breadcrumbs {
    padding: 8px 0;
    text-transform: capitalize;
    font-weight: 300;
    background-color: #0a0a0a;
    color: #888;
    font-size: 13px;
}
#breadcrumbs a {
    color: #888;
    transition: color 0.3s;
}
#breadcrumbs a:hover {
    color: #f4b827;
}
#breadcrumbs .breadcrumb_last {
    color: #aaa;
}
#breadcrumbs .sep {
    margin: 0 6px;
    color: rgba(255,255,255,.2);
}

/* --- Mobile Header --- */
@media (max-width: 992px) {
    .rsrc-container-header .navbar-toggler {
        display: inline-grid;
    }
    .rsrc-container-header .navbar-nav {
        background: #2a2a2a;
        margin-top: 15px;
        border-radius: 8px;
        padding: 8px 0;
    }
    .rsrc-container-header .navbar-nav li {
        margin: 4px 15px;
    }
    .rsrc-container-header .navbar-nav li a {
        color: #fff;
        text-transform: none;
        letter-spacing: 0;
    }
    .rsrc-container-header .navbar-nav li a::after {
        display: none;
    }
    .secondNavWrapper .navbar ul {
        white-space: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        scroll-behavior: smooth;
        display: flex;
        flex-wrap: nowrap;
        padding-bottom: 6px;
    }
    .secondNavWrapper ul li {
        flex: 0 0 auto;
    }
    .secondNavWrapper ul::-webkit-scrollbar {
        height: 3px;
    }
    .secondNavWrapper ul::-webkit-scrollbar-track {
        box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    }
    .secondNavWrapper ul::-webkit-scrollbar-thumb {
        background-color: #f4b827;
        border-radius: 3px;
    }
}

/* --- Containers --- */
.escort-dir-wrap {
    background: #0d0d0d;
    padding: 30px 0 50px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, sans-serif;
    color: #e6e6e6;
    line-height: 1.6;
}

/* --- View More Toggle --- */
.escort-view-toggle {
    display: inline-block;
    color: #f4b827;
    font-weight: 600;
    font-size: 13px;
    cursor: pointer;
    padding: 8px 24px;
    border: 1px solid #f4b827;
    border-radius: 4px;
    text-decoration: none;
    transition: all 0.3s;
    margin-top: 10px;
}
.escort-view-toggle:hover {
    background: #f4b827;
    color: #1a1a1a;
    text-decoration: none;
}

/* --- Homepage SEO Content --- */
.escort-seo-content {
    padding: 25px 0 15px;
}
.escort-seo-content h1 {
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    margin: 0 0 15px;
    line-height: 1.3;
}
.escort-seo-content h2 {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    margin: 25px 0 12px;
}
.escort-seo-content h3 {
    font-size: 17px;
    font-weight: 600;
    color: #fff;
    margin: 20px 0 10px;
}
.escort-seo-content h4, .escort-seo-content h5, .escort-seo-content h6 {
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    margin: 18px 0 8px;
}
.escort-seo-content p {
    font-size: 14px;
    color: #b0b0b0;
    line-height: 1.8;
    margin-bottom: 14px;
}
.escort-seo-content strong, .escort-seo-content b, .uae-bottom-content strong, .uae-bottom-content b { color: #f4b827 !important; }
.escort-seo-content a {
    color: #f4b827;
}
.escort-seo-content a:hover {
    text-decoration: underline;
    color: #f4b827;
}


/* --- Homepage Grid Header --- */
.escort-grid-header {
    padding: 20px 0 15px;
    border-top: 1px solid rgba(255,255,255,.08);
    margin-top: 15px;
}
.escort-grid-header h2 {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    margin: 0;
}

/* --- Escort Card Grid --- */
.escort-grid-row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}

/* --- Individual Card --- */
.escort-card {
    width: 33.333%;
    padding: 0 10px;
    margin-bottom: 25px;
}
@media (max-width: 991px) { .escort-card { width: 50%; padding: 0 8px; margin-bottom: 16px; } }
@media (max-width: 550px) { .escort-card { width: 50%; padding: 0 5px; margin-bottom: 12px; } }
@media (max-width: 400px) { .escort-card { width: 100%; padding: 0 5px; } }

.escort-card-inner {
    background: #1a1a1a;
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 8px;
    overflow: hidden;
    transition: all 0.3s ease;
    box-shadow: 0 2px 10px rgba(0,0,0,0.3);
}
.escort-card-inner:hover {
    box-shadow: 0 8px 30px rgba(0,0,0,0.5);
    transform: translateY(-2px);
    border-color: rgba(244,184,39,0.3);
}

.escort-card-thumb {
    display: block;
    overflow: hidden;
    background: rgba(0,0,0,.3);
    aspect-ratio: 280 / 415;
    position: relative;
}
.escort-card-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
}
.escort-card-inner:hover .escort-card-thumb img {
    transform: scale(1.05);
}

.escort-card-body {
    padding: 14px 16px 16px;
}

.escort-card-name {
    font-size: 17px;
    font-weight: 700;
    margin: 0 0 6px;
    line-height: 1.2;
}
.escort-card-name a {
    color: #fff;
    text-decoration: none;
    transition: color 0.3s;
}
.escort-card-name a:hover {
    color: #f4b827;
}

.escort-card-desc {
    font-size: 12px;
    color: #999;
    line-height: 1.5;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.escort-card-info {
    font-size: 13px;
    color: #e6e6e6;
    line-height: 1.7;
}
.escort-info-icon {
    display: inline-block;
    vertical-align: middle;
    margin-right: 4px;
}
.escort-info-icon svg {
    vertical-align: middle;
    margin-right: 3px;
    position: relative;
    top: -1px;
}
.escort-info-age svg { fill: #f4b827; }
.escort-info-price svg { fill: #f4b827; }
.escort-info-loc svg { fill: #4caf50; }
.escort-info-loc {
    color: #999;
    font-size: 12px;
}

.escort-card-price {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #f4b827;
    color: #1a1a1a;
    padding: 4px 10px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 700;
}
.escort-card-age {
    position: absolute;
    top: 10px;
    left: 10px;
    background: rgba(0,0,0,0.7);
    color: #fff;
    padding: 4px 10px;
    border-radius: 4px;
    font-size: 11px;
    font-weight: 600;
}
.escort-card-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px 10px 10px;
    background: linear-gradient(transparent, rgba(0,0,0,0.8));
    text-align: center;
    opacity: 0;
    transition: opacity 0.3s;
}
.escort-card-inner:hover .escort-card-overlay {
    opacity: 1;
}
.escort-card-view {
    display: inline-block;
    background: #f4b827;
    color: #1a1a1a;
    padding: 6px 18px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s;
}
.escort-card-view:hover {
    background: #fff;
    color: #1a1a1a;
}
.escort-card-actions {
    display: flex;
    gap: 6px;
    margin-top: 10px;
}
.escort-card-actions a {
    flex: 1;
    text-align: center;
    padding: 6px 8px;
    border-radius: 4px;
    font-size: 11px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s;
}
.escort-btn-sm.escort-btn-whatsapp {
    background: #25D366;
    color: #fff;
}
.escort-btn-sm.escort-btn-whatsapp:hover {
    background: #1da851;
    color: #fff;
}
.escort-btn-sm.escort-btn-call {
    background: #f4b827;
    color: #1a1a1a;
}
.escort-btn-sm.escort-btn-call:hover {
    background: #d3980b;
    color: #1a1a1a;
}
.escort-btn-sm.escort-btn-view {
    background: #333;
    color: #ccc;
    border: 1px solid rgba(255,255,255,.1);
}
.escort-btn-sm.escort-btn-view:hover {
    background: #444;
    color: #fff;
}

/* --- Archive / Taxonomy Pages --- */
.escort-archive-page {
    padding: 20px 0 35px;
}
.escort-archive-page h1 {
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    margin: 0 0 8px;
}
.escort-archive-desc {
    font-size: 13px;
    color: #999;
    margin-bottom: 20px;
}
.escort-none {
    padding: 60px 20px;
    text-align: center;
    color: #666;
    font-size: 15px;
}

/* --- Pagination --- */
.escort-pagination {
    margin: 30px 0;
    text-align: center;
}
.escort-pagination .page-numbers {
    display: inline-block;
    padding: 8px 15px;
    margin: 0 3px;
    border: 1px solid rgba(255,255,255,.1);
    color: #999;
    font-size: 13px;
    text-decoration: none;
    background: transparent;
    border-radius: 4px;
    transition: all 0.3s;
}
.escort-pagination .page-numbers.current {
    background: #f4b827;
    color: #1a1a1a;
    border-color: #f4b827;
}
.escort-pagination .page-numbers:hover:not(.current) {
    border-color: #f4b827;
    color: #f4b827;
}

/* ============================================
   SINGLE PROFILE PAGE
   ============================================ */

.escort-profile-wrap {
    padding: 25px 0 50px;
    background: #0d0d0d;
}

/* Breadcrumb */
.escort-breadcrumb {
    font-size: 12px;
    color: #888;
    margin-bottom: 20px;
    padding: 10px 0;
    border-bottom: 1px solid rgba(255,255,255,.08);
}
.escort-breadcrumb a {
    color: #888;
    text-decoration: none;
    transition: color 0.3s;
}
.escort-breadcrumb a:hover {
    color: #f4b827;
}
.escort-breadcrumb span.sep {
    margin: 0 8px;
    color: rgba(255,255,255,.2);
}

/* Gallery */
.escort-gallery-wrap {
    margin-bottom: 25px;
    max-width: 100%;
}
.escort-gallery-grid {
    display: grid;
    grid-template-columns: 2fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 4px;
    border-radius: 12px;
    overflow: hidden;
}
.escort-gallery-main {
    grid-row: span 2;
}
.escort-gallery-main img,
.escort-gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    cursor: pointer;
    transition: transform 0.4s ease;
}
.escort-gallery-main {
    aspect-ratio: auto;
    min-height: 0;
}
.escort-gallery-main img {
    max-height: 600px;
}
.escort-gallery-item {
    aspect-ratio: auto;
    min-height: 0;
}
.escort-gallery-item img {
    max-height: 298px;
}
.escort-gallery-item a {
    display: block;
    height: 100%;
    overflow: hidden;
}
.escort-gallery-item a:hover img {
    transform: scale(1.08);
}
.escort-gallery-link {
    display: block;
    position: relative;
    overflow: hidden;
}
.escort-gallery-link::after {
    content: '\f00e';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    color: #fff;
    font-size: 32px;
    opacity: 0;
    transition: all 0.3s ease;
    z-index: 2;
    text-shadow: 0 2px 8px rgba(0,0,0,0.6);
    pointer-events: none;
}
.escort-gallery-link:hover::after {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
}
.escort-gallery-link::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(0,0,0,0.3);
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 1;
    pointer-events: none;
}
.escort-gallery-link:hover::before {
    opacity: 1;
}
.escort-gallery-more {
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0,0,0,.3);
    color: #ccc;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s;
}
.escort-gallery-more:hover {
    background: rgba(244,184,39,0.2);
    color: #f4b827;
}
.escort-gallery-noimg {
    background: rgba(0,0,0,.2);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #666;
    font-size: 16px;
    border-radius: 12px;
}

/* Profile Title */
.escort-profile-title {
    font-size: 26px;
    font-weight: 700;
    color: #fff;
    margin: 0 0 25px;
}

/* --- Two Column Layout --- */
.escort-profile-two-col {
    display: flex;
    gap: 30px;
    margin-bottom: 30px;
}
.escort-profile-left {
    flex: 1;
    min-width: 0;
}
.escort-profile-right {
    width: 300px;
    flex-shrink: 0;
    position: sticky;
    top: 80px;
    align-self: flex-start;
}

/* --- Personal Profile Box --- */
.escort-profile-box {
    border: 1px solid rgba(255,255,255,.08);
    margin-bottom: 20px;
    border-radius: 8px;
    overflow: hidden;
    background: #1a1a1a;
}
.escort-profile-box h3 {
    font-size: 15px;
    font-weight: 700;
    color: #f4b827;
    margin: 0;
    padding: 14px 18px;
    background: rgba(0,0,0,.3);
    border-bottom: 1px solid rgba(255,255,255,.06);
}
.escort-profile-table {
    width: 100%;
    border-collapse: collapse;
}
.escort-profile-table tr {
    border-bottom: 1px solid rgba(255,255,255,.04);
}
.escort-profile-table tr:last-child {
    border-bottom: none;
}
.escort-profile-table td {
    padding: 11px 18px;
    font-size: 13px;
    vertical-align: middle;
}
.escort-profile-table td.label {
    width: 35%;
    color: #999;
    font-weight: 500;
}
.escort-profile-table td.value {
    color: #e6e6e6;
    font-weight: 500;
}
.escort-profile-table td.value.phone {
    color: #f4b827;
    font-weight: 600;
}

/* --- Services Tags --- */
.escort-services-box {
    border: 1px solid rgba(255,255,255,.08);
    margin-bottom: 20px;
    border-radius: 8px;
    overflow: hidden;
    background: #1a1a1a;
}
.escort-services-box h3 {
    font-size: 15px;
    font-weight: 700;
    color: #f4b827;
    margin: 0;
    padding: 14px 18px;
    background: rgba(0,0,0,.3);
    border-bottom: 1px solid rgba(255,255,255,.06);
}
.escort-services-tags {
    padding: 14px 18px;
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}
.escort-services-tags a,
.escort-services-tags span {
    display: inline-block;
    padding: 5px 12px;
    border: 1px solid rgba(255,255,255,.1);
    font-size: 11px;
    color: #bbb;
    text-decoration: none;
    background: rgba(0,0,0,.2);
    border-radius: 4px;
    transition: all 0.3s;
}
.escort-services-tags a:hover {
    border-color: #f4b827;
    color: #f4b827;
    background: rgba(244,184,39,0.1);
}

/* --- Rate Box --- */
.escort-rate-box {
    border: 1px solid rgba(255,255,255,.08);
    margin-bottom: 20px;
    border-radius: 8px;
    overflow: hidden;
    background: #1a1a1a;
}
.escort-rate-box h3 {
    font-size: 15px;
    font-weight: 700;
    color: #f4b827;
    margin: 0;
    padding: 14px 18px;
    background: rgba(0,0,0,.3);
    border-bottom: 1px solid rgba(255,255,255,.06);
}
.escort-rate-table {
    width: 100%;
    border-collapse: collapse;
}
.escort-rate-table tr {
    border-bottom: 1px solid rgba(255,255,255,.04);
}
.escort-rate-table tr:last-child {
    border-bottom: none;
}
.escort-rate-table td {
    padding: 11px 18px;
    font-size: 13px;
}
.escort-rate-table td.label {
    color: #999;
    width: 40%;
}
.escort-rate-table td.value {
    color: #f4b827;
    font-weight: 700;
}
.escort-rate-table td.value.na {
    color: #555;
    font-weight: 400;
}

/* --- About Me --- */
.escort-about-box {
    border: 1px solid rgba(255,255,255,.08);
    margin-bottom: 20px;
    border-radius: 8px;
    overflow: hidden;
    background: #1a1a1a;
}
.escort-about-box h3 {
    font-size: 15px;
    font-weight: 700;
    color: #f4b827;
    margin: 0;
    padding: 14px 18px;
    background: rgba(0,0,0,.3);
    border-bottom: 1px solid rgba(255,255,255,.06);
}
.escort-about-content {
    padding: 18px;
    font-size: 13px;
    color: #b0b0b0;
    line-height: 1.8;
}
.escort-about-content p {
    margin-bottom: 12px;
    color: #b0b0b0;
}

/* --- Contact Buttons --- */
.escort-contact-buttons {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 20px;
    background: #1a1a1a;
    border-radius: 8px;
    padding: 16px;
    border: 1px solid rgba(255,255,255,.08);
}
.escort-contact-buttons h3 {
    font-size: 15px;
    font-weight: 700;
    color: #f4b827;
    margin: 0 0 6px;
}
.escort-contact-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 14px 16px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    border-radius: 8px;
    transition: all 0.3s ease;
    cursor: pointer;
    border: none;
}
.escort-contact-btn:hover {
    text-decoration: none;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0,0,0,0.4);
}
.escort-contact-btn i {
    font-size: 20px;
    width: 22px;
    text-align: center;
    flex-shrink: 0;
}
.escort-btn-call {
    background: linear-gradient(135deg, #f4b827, #d3980b);
    color: #1a1a1a;
}
.escort-btn-call:hover { color: #1a1a1a; }
.escort-btn-call i { color: #1a1a1a; }
.escort-btn-whatsapp {
    background: linear-gradient(135deg, #25D366, #1da851);
    color: #fff;
}
.escort-btn-whatsapp:hover { color: #fff; }
.escort-btn-telegram {
    background: linear-gradient(135deg, #0088cc, #006699);
    color: #fff;
}
.escort-btn-telegram:hover { color: #fff; }

/* --- Sidebar (Profile Page) --- */
.escort-sidebar-section {
    margin-bottom: 20px;
    background: #1a1a1a;
    border-radius: 8px;
    padding: 16px;
    border: 1px solid rgba(255,255,255,.08);
}
.escort-sidebar-section h3 {
    font-size: 14px;
    font-weight: 700;
    color: #f4b827;
    margin: 0 0 12px;
    padding-bottom: 8px;
    border-bottom: 1px solid rgba(255,255,255,.06);
}
.escort-sidebar-list .escort-sidebar-hidden {
    display: none;
}
.escort-sidebar-list.expanded .escort-sidebar-hidden {
    display: block;
}
.escort-sidebar-showmore {
    display: inline-block;
    font-size: 12px;
    color: #f4b827;
    font-weight: 600;
    cursor: pointer;
    margin-top: 8px;
    text-decoration: none;
    padding: 4px 12px;
    border: 1px solid #f4b827;
    border-radius: 4px;
    transition: all 0.3s;
}
.escort-sidebar-showmore:hover {
    background: rgba(244,184,39,0.15);
    color: #f4b827;
    text-decoration: none;
}
.escort-sidebar-links {
    list-style: none;
    padding: 0;
    margin: 0;
}
.escort-sidebar-links li {
    padding: 6px 0;
    border-bottom: 1px solid rgba(255,255,255,.04);
    font-size: 13px;
}
.escort-sidebar-links li:last-child {
    border-bottom: none;
}
.escort-sidebar-links li a {
    color: #bbb;
    text-decoration: none;
    display: flex;
    justify-content: space-between;
    transition: color 0.3s;
    padding: 2px 0;
}
.escort-sidebar-links li a:hover {
    color: #f4b827;
}
.escort-sidebar-links li a span {
    color: #666;
    font-size: 12px;
}
.escort-sidebar-section.partner-sites h3 {
    margin-top: 0;
}
.escort-sidebar-section.partner-sites li a {
    color: #f4b827;
    font-size: 12px;
}

/* --- Navigation --- */
.escort-post-nav {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
    padding-top: 15px;
    border-top: 1px solid rgba(255,255,255,.08);
    font-size: 13px;
}
.escort-post-nav a {
    color: #888;
    text-decoration: none;
    transition: color 0.3s;
}
.escort-post-nav a:hover {
    color: #f4b827;
}

/* --- Lightbox --- */
.escort-lightbox {
    display: none;
    position: fixed;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(0,0,0,0.95);
    z-index: 99999;
    align-items: center;
    justify-content: center;
    cursor: zoom-out;
    padding: 40px;
}
.escort-lightbox.active { display: flex; }
.escort-lightbox-img {
    max-width: 95vw;
    max-height: 90vh;
    object-fit: contain;
    border-radius: 8px;
    box-shadow: 0 8px 60px rgba(0,0,0,0.6);
    cursor: default;
}
.escort-lightbox-close {
    position: absolute;
    top: 15px;
    right: 20px;
    color: #fff;
    font-size: 36px;
    cursor: pointer;
    opacity: 0.7;
    z-index: 10;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0,0,0,0.3);
    border-radius: 50%;
    transition: all 0.3s;
}
.escort-lightbox-close:hover { opacity: 1; background: rgba(0,0,0,0.6); transform: rotate(90deg); }
.escort-lightbox-counter {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    color: rgba(255,255,255,0.5);
    font-size: 14px;
    font-family: sans-serif;
    background: rgba(0,0,0,0.5);
    padding: 6px 18px;
    border-radius: 20px;
}
@media (max-width: 767px) {
    .escort-lightbox { padding: 20px; }
    .escort-lightbox-img { max-width: 100vw; max-height: 85vh; }
    .escort-lightbox-close { top: 10px; right: 10px; font-size: 28px; width: 36px; height: 36px; }
}

/* --- Sticky Sidebar for Archive/Taxonomy pages --- */
@media (min-width: 768px) {
    .escort-dir-wrap .col-md-4 {
        position: sticky;
        top: 80px;
        align-self: flex-start;
        height: fit-content;
    }
}

/* --- Bottom Content (Big Description) --- */
.uae-bottom-content {
    padding: 20px 0;
    border-top: 1px solid rgba(255,255,255,.08);
    margin-top: 20px;
    background: #111;
}

/* ============================================
   RESPONSIVE
   ============================================ */

@media (max-width: 767px) {
    .escort-dir-wrap {
        padding: 15px 0 30px;
    }
    .escort-seo-content h1 {
        font-size: 18px;
    }
    .escort-card-body {
        padding: 10px 10px 12px;
    }
    .escort-card-name {
        font-size: 14px;
    }
    .escort-card-desc {
        font-size: 11px;
        -webkit-line-clamp: 2;
        margin-bottom: 6px;
    }
    .escort-card-info {
        font-size: 11px;
    }
    .escort-card-thumb {
        aspect-ratio: 280 / 380;
    }
    .escort-card-actions {
        gap: 4px;
    }
    .escort-card-actions a {
        font-size: 10px;
        padding: 5px 4px;
    }
    .escort-profile-title {
        font-size: 20px;
    }
    .escort-profile-two-col {
        flex-direction: column;
    }
    .escort-profile-right {
        width: 100%;
        position: static;
    }
    .escort-gallery-grid {
        grid-template-columns: 1fr 1fr;
        border-radius: 8px;
    }
    .escort-gallery-main {
        grid-column: span 2;
    }
    .escort-gallery-main img {
        max-height: 350px;
    }
    .escort-gallery-item img {
        max-height: 175px;
    }
    .escort-contact-btn {
        padding: 12px 14px;
        font-size: 13px;
    }
}
