/*
Theme Name: EscortWP Child
Theme URI: https://escortwp.com/
Description: Child theme for EscortWP
Author: Your Name
Author URI: https://yourwebsite.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;
}
