/*
Theme Name: EscortWP Child
Theme URI: https://escortwp.com/
Description: Child theme for EscortWP
Author: EscortWP
Author URI: https://escortwp.com/
Template: escortwp
Version: 1.0.0
Text Domain: escortwp-child
*/

/* Add your custom styles below this line */

/* Make WhatsApp icon bigger in single-ad.php */
.girlinfo .valuecolumn .icon-whatsapp {
    font-size: 24px;
    vertical-align: middle;
    margin-left: 5px;
}

.girlinfo .valuecolumn a[href*="wa.me"] {
    display: inline-block;
    line-height: 1;
}

/* Vicinity autocomplete styling */
.ui-autocomplete {
    max-height: 200px;
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 9999 !important;
}

.ui-menu-item {
    list-style: none;
}

.ui-menu-item-wrapper {
    padding: 8px 12px;
    cursor: pointer;
}

.ui-state-active,
.ui-menu-item-wrapper:hover {
    background-color: #fe5acb;
    color: #fff;
    border: none;
}

/* Profile images slider styling */
.profile-images-slider {
    margin: 20px 0;
}

.profile-images-slider .profile-img-thumb-wrapper {
    display: inline-block !important;
    width: 100% !important;
    float: none !important;
}

.profile-images-slider .profile-img-thumb {
    width: 100%;
    height: auto;
    margin: 0 auto;
}

.profile-images-slider .owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(247, 108, 159, 0.8) !important;
    color: #fff !important;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    font-size: 24px;
    line-height: 40px;
    text-align: center;
    transition: all 0.3s ease;
}

.profile-images-slider .owl-nav button:hover {
    background: rgba(247, 108, 159, 1) !important;
}

.profile-images-slider .owl-nav .owl-prev {
    left: -20px;
}

.profile-images-slider .owl-nav .owl-next {
    right: -20px;
}

.profile-images-slider .owl-dots {
    text-align: center;
    margin-top: 15px;
}

.profile-images-slider.owl-carousel button.owl-dot {
    background: #c1c1c1;
}

.profile-images-slider .owl-dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin: 0 5px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.profile-images-slider .owl-dot.active {
    background: #f76c9f !important;
    width: 12px;
    height: 12px;
}

/* Contact Click-to-Reveal Button */
.contact-reveal-header,
.contact-reveal-info {
    display: inline-block;
}

.contact-reveal-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: linear-gradient(135deg, #fe5acb 0%, #f76c9f 100%);
    border: none;
    border-radius: 25px;
    padding: 10px 20px;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.2s ease;
    box-shadow: 0 2px 8px rgba(254, 90, 203, 0.3);
}

.contact-reveal-btn:hover {
    background: linear-gradient(135deg, #f76c9f 0%, #fe5acb 100%);
    box-shadow: 0 4px 12px rgba(254, 90, 203, 0.4);
}

.contact-reveal-btn .icon-phone {
    font-size: 18px;
}

.contact-reveal-btn .reveal-text {
    white-space: nowrap;
}

/* Header variant */
.contact-reveal-header {
    float: right;
    margin-top: 5px;
}

/* Info section variant */
.contact-reveal-info {
    margin: 5px 0;
    width: 100%;
}

.contact-reveal-info .contact-reveal-btn {
    padding: 8px 16px;
    font-size: 13px;
}

/* Contact hidden info */
.contact-hidden {
    display: none;
}

.girlsingle .girlsinglelabels {
    display: flex;
    align-items: center;
    justify-content: center;
}
.all-body .girlsingle .profile-header {
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap;
}
.all-body .girlsingle .profile-header .profile-header-name {
    width: 100%;
}


.all-body .girlsingle .available-on,
.all-body .girlsingle .available-on a {
    display: flex;
    align-items: center;
    justify-content: left;
}
.all-body .girlsingle .available-on {
    gap: 10px;
}
.all-body .girlsingle .available-on a {
    height: 40px;
}
.all-body .girlsingle .available-on a img,
.all-body .girlsingle .available-on a .icon:before {
    height: 40px;
    line-height: 40px;
    font-size: 40px;
}
.girlsingle .girlinfo .text-me-icon {
    margin: 0;
}

/* ==========================================================================
   Simplified Search Form (B1)
   ========================================================================== */

.simplified-search-wrapper {
    background: #E0006C;
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 20px;
}

.simplified-search-form .search-fields {
    display: flex;
    gap: 10px;
    align-items: stretch;
}

.simplified-search-form .search-keyword {
    flex: 1;
    min-width: 120px;
    padding: 12px 15px;
    border: none;
    border-radius: 8px;
    background: #fff;
    color: #333;
    font-size: 14px;
}

.simplified-search-form .search-keyword::placeholder {
    color: #999;
}

.simplified-search-form .search-gender,
.simplified-search-form .search-city {
    padding: 12px 25px 12px 15px;
    border: none;
    border-radius: 8px;
    background: #fff;
    color: #333;
    font-size: 14px;
    min-width: 100px;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23333' d='M6 8L1 3h10z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 8px center;
}

.simplified-search-form .search-submit {
    padding: 12px 20px;
    border: none;
    border-radius: 8px;
    background: #fff;
    color: #E0006C;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.2s;
}

.simplified-search-form .search-submit .icon {
    font-size: 20px;
}

.simplified-search-form .search-submit:hover {
    background: #f0f0f0;
}

.simplified-search-form .search-checkboxes {
    display: flex;
    gap: 20px;
    margin-top: 15px;
    justify-content: flex-start;
}

.simplified-search-form .checkbox-label {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
}

.simplified-search-form .checkbox-label input[type="checkbox"] {
    width: 18px;
    height: 18px;
    accent-color: #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: rgba(255,255,255,0.2);
    border: 2px solid rgba(255,255,255,0.5);
    border-radius: 3px;
    cursor: pointer;
    position: relative;
    flex-shrink: 0;
}

.simplified-search-form .checkbox-label input[type="checkbox"]:checked {
    background: #fff;
    border-color: #fff;
}

.simplified-search-form .checkbox-label input[type="checkbox"]:checked::after {
    content: '';
    position: absolute;
    left: 5px;
    top: 2px;
    width: 5px;
    height: 9px;
    border: solid #E0006C;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

/* Mobile responsive */
@media (max-width: 768px) {
    .simplified-search-form .search-fields {
        flex-wrap: wrap;
    }

    .simplified-search-form .search-keyword {
        width: 100%;
        flex: none;
    }

    .simplified-search-form .search-gender,
    .simplified-search-form .search-city {
        flex: 1;
    }

    .simplified-search-form .search-checkboxes {
        flex-wrap: wrap;
        gap: 10px 20px;
    }
}

/* ==========================================================================
   Most Popular Locations
   ========================================================================== */

.most-popular-locations {
    background: #E0006C;
    padding: 20px;
    border-radius: 10px;
    margin-top: 15px;
}

.most-popular-locations .locations-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.most-popular-locations .locations-title {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 8px;
}

.most-popular-locations .locations-title .icon {
    color: #fff;
}

.most-popular-locations .locations-toggle {
    color: #fff;
    font-size: 14px;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 5px;
}

.most-popular-locations .locations-toggle:hover {
    color: rgba(255,255,255,0.8);
}

.most-popular-locations .locations-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}

.most-popular-locations .location-item {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 12px;
    background: #fce4f0;
    border-radius: 8px;
    color: #333;
    text-decoration: none;
    transition: background 0.2s;
    min-width: 0;
}

.most-popular-locations .location-item:hover {
    background: #f5c0d8;
}

.most-popular-locations .location-item .icon {
    color: #E0006C;
    font-size: 14px;
}

.most-popular-locations .location-name {
    flex: 1;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.most-popular-locations .location-count {
    background: #E0006C;
    color: #fff;
    padding: 2px 8px;
    border-radius: 12px;
    font-size: 12px;
    min-width: 24px;
    text-align: center;
}

.most-popular-locations .location-hidden {
    display: none;
}

@media (max-width: 480px) {
    .most-popular-locations .locations-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 400px) {
    .most-popular-locations {
        padding: 20px 12px;
    }
    .most-popular-locations .location-item {
        padding: 10px 8px;
    }
    .most-popular-locations .location-item .icon {
        width: 12px;
    }
}

/* ==========================================================================
   Tag Buttons Carousel
   ========================================================================== */

.tag-carousel-section {
    padding: 15px 0;
}

.tag-carousel.owl-carousel .owl-item {
    width: auto !important;
}

.tag-carousel .tag-btn {
    display: inline-block;
    padding: 10px 20px;
    font-size: 14px;
    text-decoration: none;
    white-space: nowrap;
}

.tag-carousel .tag-btn.premium-tag {
    background: linear-gradient(135deg, #f5c518 0%, #e0b115 100%);
    color: #000;
}

.tag-carousel .tag-btn.online-tag {
    background: linear-gradient(135deg, #28a745 0%, #218838 100%);
}

@media (max-width: 768px) {
    .tag-carousel .tag-btn {
        padding: 8px 16px;
        font-size: 13px;
    }
}

/* ==========================================================================
   Search Results Page Styles
   ========================================================================== */

.search-results-count {
    color: #12526f;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    width: 100%;
    margin-bottom: 15px;
}

.search-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin-top: 20px;
}

.search-pagination .page-info {
    color: #888;
    font-size: 14px;
}

.search-instructions {
    color: #888;
    text-align: center;
    padding: 40px 20px;
}