/*
Theme Name: Naiflick Nairobihot Replica
Theme URI: https://naiflick.com
Author: Naiflick Design Team
Description: 100% replica of the nairobihot.com directory layout and aesthetics.
Version: 4.0.0
*/

/* Core Resets & Fonts */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&family=Open+Sans:wght@400;700&display=swap');

* {
    box-sizing: border-box;
    max-width: 100%;
}

body {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    background-image: url('https://www.nairobihot.com/wp-content/uploads/2016/06/Nairobi-escorts-directory-background-partern.jpg');
    background-attachment: fixed !important;
    background-color: #111;
    margin: 0;
    padding: 0;
    color: #333;
}

h1, h2, h3, h4, h5, h6, .mobile-menu, .header-menu a, input[type="submit"], input[type="button"], .button {
    font-family: 'Montserrat', Arial, Helvetica, sans-serif;
}

a {
    text-decoration: none;
    color: #e62222;
}
a:hover {
    color: #e42321;
}

/* Header & Navigation */
.header-wrap {
    background-image: url('https://www.nairobihot.com/wp-content/uploads/2017/07/nairobihot.jpg');
    background-repeat: repeat-x;
    background-position: top left;
    border-bottom: none;
}

.site-header {
    background: transparent;
    padding: 10px 0;
}

.site-header-top-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 15px;
    max-width: 1200px;
    margin: 0 auto;
}

.site-logo img {
    max-height: 80px;
}
.site-logo .logo-text {
    font-size: 32px;
    font-weight: 900;
    color: #ffffff;
    letter-spacing: -1px;
    text-transform: uppercase;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.8);
    display: inline-block;
    font-family: 'Montserrat', sans-serif;
}
.site-logo .logo-text .highlight {
    color: #e42321;
    font-weight: 900;
}

.header-options {
    display: flex;
    gap: 10px;
}

.button, .header-options a.button {
    background: #e42321;
    color: #fff;
    padding: 10px 20px;
    font-weight: 700;
    border-radius: 4px;
    text-transform: uppercase;
    max-width: 100%;
    white-space: normal;
    word-wrap: break-word;
    display: inline-block;
    text-align: center;
}
.button.secondary {
    background: #6d747e;
}
.button:hover {
    background: #c91f1f;
}

.header-menu {
    background: rgba(0,0,0,0.8);
    padding: 10px 0;
    text-align: center;
}

.header-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 5px;
}

.header-menu ul li {
    border: 2px solid #E94B4B;
    padding: 5px;
    margin-left: 2px;
}

.header-menu ul li a {
    color: #fff;
    font-weight: bold;
    padding: 5px 10px;
    text-transform: uppercase;
    font-size: 14px;
}

.header-menu ul li.current-menu-item a {
    color: #f17995;
    background: none;
}

/* Main Container */
.content-wrap {
    background: #fff;
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
    min-height: 800px;
}

.page-title {
    font-size: 24px;
    margin-bottom: 20px;
    color: #000;
}

/* Location Tags Block */
.location-tags {
    margin-bottom: 20px;
    text-align: left;
}

.location-tags p {
    font-weight: bold;
    margin-bottom: 10px;
}

.location-tags .d-inline-block {
    display: inline-block;
    border: 1px solid #EC4337;
    background: #EC4337;
    margin: 0 4px 4px 0;
    width: auto;
}

.location-tags .d-inline-block a {
    color: #fff;
    padding: 3px 6px;
    text-decoration: none;
    font-size: 13px;
    font-weight: bold;
    display: block;
}

.location-tags .d-inline-block a:hover {
    background: #c91f1f;
}

/* Listing Grid (display-posts-listing) */
.display-posts-listing {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin: 0 -15px;
}

.display-posts-listing *,
.display-posts-listing *::before,
.display-posts-listing *::after {
    box-sizing: border-box;
}

.display-posts-listing .listing-item {
    flex: 0 0 25%;
    max-width: 25%;
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 20px;
}

.display-posts-listing .listing-item a {
    display: block;
}

.display-posts-listing .listing-item a.listing-thumb {
    line-height: 0;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    position: relative;
    background: #eee;
    border: 1px solid #ccc;
    display: block;
}

.display-posts-listing .listing-item a.listing-thumb img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}

.display-posts-listing .listing-item a.listing-title {
    line-height: 1.4;
    font-weight: bold;
    margin-top: 5px;
    color: #000;
    font-size: 14px;
}

/* Badge overlay — tier badges */
.listing-badge {
    position: absolute;
    top: 10px;
    left: 10px;
    color: #fff;
    height: 22px;
    border-radius: 20px;
    font-size: 10px;
    line-height: 22px;
    text-align: center;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 0 10px;
    background: #e42321;
    box-shadow: 0 2px 8px rgba(0,0,0,0.25);
    white-space: nowrap;
    backdrop-filter: blur(4px);
}

/* Diamond tier — icy blue shimmer */
.badge-diamond {
    background: linear-gradient(135deg, #38bdf8 0%, #0ea5e9 40%, #7dd3fc 80%, #38bdf8 100%);
    box-shadow: 0 0 10px rgba(14,165,233,0.6), 0 2px 6px rgba(0,0,0,0.2);
    text-shadow: 0 1px 3px rgba(0,0,0,0.3);
    border: 1px solid rgba(255,255,255,0.4);
}

/* Gold tier — rich golden gradient */
.badge-gold {
    background: linear-gradient(135deg, #fbbf24 0%, #f59e0b 40%, #fde68a 75%, #d97706 100%);
    box-shadow: 0 0 10px rgba(245,158,11,0.6), 0 2px 6px rgba(0,0,0,0.2);
    color: #7c2d12;
    text-shadow: 0 1px 0 rgba(255,255,255,0.4);
    border: 1px solid rgba(255,255,255,0.35);
}

/* Premium tier — classic deep red */
.badge-premium {
    background: linear-gradient(135deg, #f87171 0%, #e42321 40%, #dc2626 100%);
    box-shadow: 0 0 8px rgba(228,35,33,0.5), 0 2px 6px rgba(0,0,0,0.2);
    border: 1px solid rgba(255,255,255,0.2);
}

/* Verified green badge */
.badge-verified {
    position: absolute;
    bottom: 8px;
    right: 8px;
    background: linear-gradient(135deg, #34d399 0%, #059669 100%);
    color: #fff;
    font-size: 10px;
    font-weight: 900;
    padding: 2px 8px;
    border-radius: 20px;
    letter-spacing: 0.4px;
    box-shadow: 0 2px 6px rgba(5,150,105,0.5);
    border: 1px solid rgba(255,255,255,0.3);
}

/* Single Profile Details (sid_profile_list) */
.single-profile-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 20px;
}

.profile-image {
    flex: 0 0 300px;
    max-width: 300px;
}

.profile-image img {
    width: 100%;
    height: auto;
    border: 1px solid #ccc;
    padding: 4px;
}

.profile-details {
    flex: 1;
    min-width: 300px;
}

.sid_profile_list ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.sid_profile_list ul li {
    display: flex;
    align-items: center;
    margin: 0;
    flex-wrap: wrap;
    border-top: 1px dotted #d6d6d6;
}

.sid_profile_list ul li:last-child {
    border-bottom: 1px dotted #d6d6d6;
}

.sid_profile_list ul li span:first-child {
    font-weight: bold;
    width: 35%;
    padding: 10px 0;
    color: #000;
}

.sid_profile_list ul li span:last-child {
    width: 65%;
    padding: 10px 0;
    text-align: right;
    color: #333;
}

.sid_profile_list ul li a.service-tag {
    display: inline-block;
    color: #fff !important;
    background-color: #6d747e;
    border-radius: 5px;
    font-size: 12px;
    line-height: 1.2;
    text-transform: uppercase;
    padding: 4px 6px;
    margin: 1px;
}

.contact-action {
    margin-top: 20px;
    text-align: center;
}
.contact-action a.button {
    font-size: 18px;
    padding: 15px 30px;
    display: inline-block;
    background: #25D366; /* WhatsApp Green */
    max-width: 100%;
    white-space: normal;
    word-wrap: break-word;
}
.contact-action a.button:hover {
    background: #128C7E;
}

/* Footer */
.site-footer {
    background: #111;
    color: #fff;
    padding: 20px;
    text-align: center;
    margin-top: 40px;
}
.site-footer .container {
    max-width: 1200px;
    margin: 0 auto;
}

/* Responsive */
@media only screen and (max-width: 767px) {
    .display-posts-listing {
        margin: 0 -5px;
    }
    .display-posts-listing .listing-item {
        flex: 0 0 50%;
        max-width: 50%;
        padding-left: 5px;
        padding-right: 5px;
        margin-bottom: 10px;
    }
    .display-posts-listing .listing-item a.listing-thumb {
        height: auto;
    }
    .display-posts-listing .listing-item a.listing-title {
        font-size: 13px;
    }
    
    .site-header-top-container {
        flex-direction: column;
        gap: 15px;
    }
    .sid_profile_list ul li span:first-child {
        width: 100%;
        padding-bottom: 5px;
    }
    .sid_profile_list ul li span:last-child {
        width: 100%;
        text-align: left;
        padding-top: 0;
    }
}
