/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/
Description: A child theme for Hello Elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Template: hello-elementor
Version: 3.3.0
*/


@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Reddit+Sans:wght@300,400,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Instrument+Sans:wght@300,400,500,600,700&display=swap');


/*Start june-6-25*/

/*ladies gallery*/

.profiles-heading-count_web {
    margin-bottom: 20px;
}
.profiles-heading-count_web .profiles_web {
    display: inline;
}

.profiles-heading-count_web .total_count_web {
    display: inline; color: black;
    margin-left: 10px;
    font-weight: 700;
}

.profiles-heading-count_mobile {
    margin-bottom: 20px;
}
.profiles-heading-count_mobile .profiles {
    display: inline;
}

.profiles-heading-count_mobile .total_count_mob {
    display: inline; color: black;
    margin-left: 10px;
    font-weight: 700;
}

/*ladies deails*/

.lady-profile-template .language-dropdown {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.lady-profile-template .dropdown-arrow {
    color: #B49759;
    font-size: 0.8em;
    margin-left: 5px;
}

.lady-profile-template .dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 200px;
    max-width: 300px; /* Added max-width */
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    padding: 8px 12px;
    z-index: 1;
    right: 0; 
    top: 100%;
    color: #333;
    border-radius: 4px;
    white-space: normal;
    word-wrap: break-word;
}

.lady-profile-template .language-dropdown:hover .dropdown-content {
    display: block;
}
.lady-profile-template .lang_eng:hover .dropdown-content {
    display: block;
}


/*End june-6-25*/


/*women collage*/

.women_collage img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* This ensures the image covers the entire space while maintaining aspect ratio */
    object-position: center; /* Centers the image */
}

/* Favorite Popup Styles */

.favorite-popup-close {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 24px;
    height: 24px;
    cursor: pointer;
    z-index: 1;
}

.favorite-popup-close-icon {
    width: 100%;
    height: 100%;
    fill: #999;
    transition: fill 0.2s ease;
}

.favorite-popup-close:hover .favorite-popup-close-icon {
    fill: #333;
}

.favorite-popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.6);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10000;
    opacity: 0;
    animation: fadeIn 0.3s ease forwards;
}

.favorite-popup {
    background: white;
    border-radius: 12px;
    width: 90%;
    max-width: 400px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    transform: translateY(20px);
    animation: slideUp 0.3s ease forwards;
}

.favorite-popup-content {
    padding: 30px;
    text-align: center;
}

.favorite-popup-icon {
    width: 48px;
    height: 48px;
    fill: #ff6b6b;
    margin-bottom: 15px;
}

.favorite-popup-title {
    font-size: 1.5rem;
    color: #333;
    margin-bottom: 10px;
    font-weight: 600;
}

.favorite-popup-message {
    color: #666;
    font-size: 1rem;
    margin-bottom: 25px;
    line-height: 1.5;
}

.favorite-popup-actions {
    display: flex;
    gap: 10px;
    justify-content: center;
}

.favorite-popup-button {
    padding: 10px 20px;
    border-radius: 6px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s ease;
    border: none;
    font-size: 0.9rem;
}

.favorite-popup-login {
    background-color: #B49759;
    color: white;
}

.favorite-popup-login:hover {
    background-color: #b4975ac7 !important;
    transform: translateY(-2px);
}

.favorite-popup-cancel {
    background-color: #f1f1f1;
    color: #333;
}

.favorite-popup-cancel:hover {
    background-color: #e0e0e0;
    transform: translateY(-2px);
}

/* Animations */
@keyframes fadeIn {
    to { opacity: 1; }
}

@keyframes slideUp {
    to { transform: translateY(0); }
}

@media (max-width: 480px) {
    .favorite-popup {
        width: 95%;
    }
    
    .favorite-popup-actions {
        flex-direction: column;
    }
    
    .favorite-popup-button {
        width: 100%;
    }
}

.reset_sec {
    display: flex;   
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    margin-bottom: 8px;
}

.female-members .reset-btn {
    border: 1px solid #B49759;
    background: #F4F0E6;
    color: #B49759;
    box-shadow: none;
    white-space: nowrap;
    border-radius: 50px;
    padding: 0 12px;
    cursor: pointer;
    text-decoration: none;
    font-family: 'Reddit Sans', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    text-align: center;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.female-members .reset-btn:hover {
    /*background-color: #b4975ac7 !important;*/
}

.pagination a.page-numbers {
    background: #b4975a !important;
    color: #fff;
}

/*Lady Detail Page*/
/* Mobile Gallery Styles */

.lightbox_modal .lightbox_close {
    position: absolute;
    top: 20px;
    right: 45px;
    color: white;
    font-size: 40px;
    font-weight: bold;
    cursor: pointer;
    z-index: 10000;
}

.mobile-slider-container {
    display: none;
}
    
.mobile-slider-container .mobile-slider img {
    width: 100%;
    height: auto;
    max-height: 70vh;
    object-fit: contain;
}

.mobile-slider-container .slick-prev, .slick-next {
    width: 40px;
    height: 40px;
    z-index: 10;
}

.mobile-slider-container .slick-prev {
    left: 10px;
}

.mobile-slider-container .slick-next {
    right: 10px;
}

.mobile-slider-container .slick-prev:before, .slick-next:before {
    display: none;
}

.mobile-slider-container .slick-dots {
    bottom: 10px;
}


/*------------------old new register----------------------*/

/* Add this to your existing CSS */
#googleLoginBtn {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px 15px;
    background: #fff;
    color: #757575;
    border-radius: 4px;
    border: 1px solid #ddd;
    cursor: pointer;
    transition: all 0.3s ease;
    font-weight: 500;
}

#googleLoginBtn:hover {
    background: #f8f8f8;
}

#googleLoginBtn img {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}

#googleLoginBtn.loading {
    pointer-events: none;
    opacity: 0.7;
}

#googleLoginBtn.loading span {
    padding-right: 25px;
}

#googleLoginBtn.loading:after {
    content: "";
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    width: 15px;
    height: 15px;
    border: 2px solid #757575;
    border-radius: 50%;
    border-top-color: transparent;
    animation: spin 0.8s linear infinite;
}

   .error-message {
        color: #ff0000;
        font-size: 14px;
        margin: 5px 0;
        display: none;
    }

    .error-message:not(:empty) {
        display: block;
    }

    .form-step input:invalid + .error-message {
        display: block;
    }

    /* Loading indicator */
    .submit-form.loading {
        position: relative;
        pointer-events: none;
    }

    .submit-form.loading:after {
        content: "";
        position: absolute;
        right: 10px;
        top: 50%;
        transform: translateY(-50%);
        width: 15px;
        height: 15px;
        border: 2px solid #fff;
        border-radius: 50%;
        border-top-color: transparent;
        animation: spin 0.8s linear infinite;
    }

    @keyframes spin {
        to { transform: translateY(-50%) rotate(360deg); }
    }
/*----------------------------------------*/

/*-----------------login here-----------------------*/
.login_pg .login_container .login_form_wrapper {
    flex: 1;
    min-width: 0;
    background-image: url(/wp-content/uploads/register_bg_img.jpg);
    background-repeat: no-repeat;
    position: relative;
    max-height: 697px;
    min-height: 697px;
    height: auto;
    display: flex;
	border-radius: 16px;
    overflow: hidden;
}
.login_pg .login_container .login_form_wrapper::after {
    background: rgba(0, 0, 0, 0.8);
    content: "";
    height: 100%;
    width: 100%;
    display: block;
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
}
.login_pg .login_container .login_form_wrapper .login_form {
    background: transparent;
    position: relative;
    z-index: 9;
}
.login_pg .login_container .login_form_wrapper .login_form h3 {
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 37px;
    letter-spacing: 0%;
    margin: 0;
    color: #F3F3F3;
    z-index: 9;
    position: relative;
    width: 100%;
    max-width: 411px;
    display: block;
}
.login_pg .login_container .login_form_wrapper .login_form 
 form {
    margin-top: 15px;
}
.login_pg .login_container .login_form_wrapper .login_form form .form-group label {
font-family: 'Reddit Sans', sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0%;
    color: rgba(243, 243, 243, 1);
}
.login_pg .login_container .login_form_wrapper .login_form form .form-group  input {
    background: transparent;
    border-color: rgba(243, 243, 243, 1);
    border-radius: 10px;
    height: 48px;
    margin: 0;
    outline: none;
    color: #fff;
}
.login_pg .login_container .login_form_wrapper .login_form form .submit-login {
    display: block;
    margin-top: 40px;
    width: 100%;
    background-color: rgba(180, 151, 89, 1);
    border-radius: 10px;
font-family: 'Reddit Sans', sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0%;
    color: rgba(255, 255, 255, 1);
}
.login_pg .login_container .login_form_wrapper .login_form form .sign_in_google {
    margin: 0;
}
.login_pg .login_container .login_form_wrapper .login_form form .sign_in_google h3 {
    position: relative;
    margin: 12px 0;
    color: rgba(243, 243, 243, 1);
    font-family: 'Instrument Sans', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0%;
    width: 100%;
    max-width: 100%;
}
.login_pg .login_container .login_form_wrapper .login_form form .register_link {
    margin: 0;
}
.login_pg .login_container .login_form_wrapper .login_form form .register_link p {
    margin: 0;
    color: rgba(243, 243, 243, 1);
font-family: 'Reddit Sans', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0%;
}
.login_pg .login_container .login_form_wrapper .login_form form .register_link p a {
font-family: 'Reddit Sans', sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0%;
    text-decoration: underline;
    text-decoration-style: solid;
    text-decoration-offset: 0%;
    text-decoration-thickness: 0%;
    text-decoration-skip-ink: auto;
    color: rgba(180, 151, 89, 1);

}
.page-id-1676 [data-id="d0cbcb0"] {
    padding: 0;
}
.page-id-1676 [data-id="d0cbcb0"] .e-con-inner {
    margin: 0;
    width: 100%;
    max-width: 100%;
    padding: 0;
}
.page-id-1676 [data-id="2c2c533"] {
    padding: 0;
}
.page-id-1676 [data-id="4ab4b7b"] > .e-con-inner {
    max-width: 1300px;
    margin: 0 auto;
    padding: 40px 0;
}


.page-id-1702 [data-id="700701c"] {
    padding: 0;
}
.page-id-1702 [data-id="d0cbcb0"] .e-con-inner {
    margin: 0;
    width: 100%;
    max-width: 100%;
    padding: 0;
}
.page-id-1702 [data-id="d0cbcb0"] {
    padding: 0;
}
.page-id-1702 [data-id="4ab4b7b"] > .e-con-inner {
    max-width: 1300px;
    margin: 0 auto;
    padding: 40px 0;
}


.page-id-1707 [data-id="700701c"] {
    padding: 0;
}
.page-id-1707 [data-id="d0cbcb0"] .e-con-inner {
    margin: 0;
    width: 100%;
    max-width: 100%;
    padding: 0;
}
.page-id-1707 [data-id="d0cbcb0"] {
    padding: 0;
}
.page-id-1707 [data-id="4ab4b7b"] > .e-con-inner {
    max-width: 1300px;
    margin: 0 auto;
    padding: 40px 0;
}



/*----------------------------------------*/


.page-id-1681 .elementor-element-d0cbcb0 {
    padding: 0;
}
.page-id-1681 .elementor-element-d0cbcb0 .e-con-inner {
    max-width: 100%;
    padding: 0;
}
.page-id-1681 .elementor-element-d0cbcb0 .e-con-inner .elementor-element-06c1f54 {
    padding: 0;
}
/*-----------------------Register page-----------------------------*/
.password-wrapper {
    position: relative;
    display: inline-block;
    width: 100%;
}
    .password-wrapper input {
      padding-right: 40px;
      height: 40px;
      font-size: 16px;
    }
    .password-wrapper i {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    color: #ffffff;
}
 
.register_pg .pre_reg_container {
    padding: 0;
}
.register_pg .split_layout {
    display: flex;
    gap: 0;
    align-items: stretch;
}
.register_pg .form_column {
    flex: 1;
    min-width: 0;
    max-width: 598px;
    background-image: url(/wp-content/uploads/register_bg_img.jpg);
    background-repeat: no-repeat;
    position: relative;
    max-height: unset;
    min-height: 100%;
    height: auto;
    display: flex;
    background-size: cover;
    background-position: center;
}
.register_pg .gallery_column .women_gallery {
    padding: 10px;
}
.register_pg .registration_form h3 {
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 37px;
    letter-spacing: 0%;
    margin: 0;
    color: #F3F3F3;
    z-index: 9;
    position: relative;
    width: 100%;
    max-width: 411px;
    display: block;
}
.register_pg .registration_form {
    padding: 60px;
    border-radius: 0;
    box-shadow: none;
    height: auto;
    position: relative;
    z-index: 2;
    width: 100%;
}
.register_pg .login_sec {
    text-align: left;
    margin-bottom: 40px;
    margin-top: 16px;
}
.register_pg .form_column::after {
    background: rgba(0, 0, 0, 0.8);
    content: "";
    height: 100%;
    width: 100%;
    display: block;
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
}
.register_pg .login_sec .already_acct {
    color: rgba(243, 243, 243, 1);
font-family: 'Reddit Sans', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0%;
}
.register_pg .login_sec a {
font-family: 'Reddit Sans', sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0%;
    text-decoration: underline;
    text-decoration-style: solid;
    text-decoration-offset: 0%;
    text-decoration-thickness: 0%;
    text-decoration-skip-ink: auto;
    color: rgba(180, 151, 89, 1);
}
.register_pg form .form-step label {
font-family: 'Reddit Sans', sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0%;
    color: rgba(243, 243, 243, 1);
}
span.min_password {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    color: rgba(243, 243, 243, 1);
    font-family: 'Reddit Sans', sans-serif;
    display: block;
    margin-top: 15px;
}
.register_pg form .form-step input {
    background: transparent;
    border-color: rgba(243, 243, 243, 1);
    border-radius: 10px;
    height: 48px;
    margin: 0;
    outline: none;
    color: #fff;
}
.register_pg .sign_in_google .g_id_signin {
    background: #fff;
    border-radius: 10px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.register_pg .form-step .next-step {
    display: block;
    margin-top: 40px;
    width: 100%;
    background-color: rgba(180, 151, 89, 1);
    border-radius: 10px;
font-family: 'Reddit Sans', sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0%;
    color: rgba(255, 255, 255, 1);
}
.register_pg .submit_btn {
        display: block;
        margin-top: 40px;
        width: 100%;
        background-color: rgba(180, 151, 89, 1) !important;
        border-radius: 10px;
        font-family: 'Reddit Sans', sans-serif;
        font-weight: 600;
        font-size: 20px;
        line-height: 24px;
        letter-spacing: 0%;
        color: rgba(255, 255, 255, 1);
    }
.register_pg .sign_in_google {
    text-align: center;
    margin-top: 0;
}
.register_pg .sign_in_google h3 {
    position: relative;
    margin: 12px 0;
    color: rgba(243, 243, 243, 1);
    font-family: 'Instrument Sans', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0%;
    width: 100%;
    max-width: 100%;
}
.register_pg .sign_in_google iframe {
    text-align: center;
    margin: 0 auto !important;
}

/* Ladies Gallery Styles */



@media (min-width: 1366px) {
.register_pg .women_grid {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
    align-items: stretch;
}

} 


@media (min-width: 1600px) {
.register_pg .women_grid {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    align-items: stretch;
}


}


@media (min-width: 1800px) {
.register_pg .women_grid {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(auto-fit, minmax(288px, 1fr));
    align-items: stretch;
}


}



/* .register_pg .women_grid {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
    align-items: stretch;
}  */
.register_pg .woman_card.top_ladies img {
    display: block;
    object-fit: contain;
    object-position: top center;
    /* max-height: 234px; */
    width: 100%;
    height: 100%;
}

.register_pg .woman_card {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: none;
    height: 234px;
    display: flex;
    flex-direction: column;
    background: #dedede;
}
.woman_card.top_ladies.custom-class {
    grid-column: span 2;
}	



    

.register_pg .overlay .woman-info h3 {
font-family: 'Reddit Sans', sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0%;
    color: rgba(243, 243, 243, 1);
    margin: 0;
}
.register_pg .overlay .woman-info {
    margin-bottom: 12px;
}

.register_pg .woman_card .overlay .arrane_date a {
    display: flex;
    background: transparent;
    justify-content: center;
    align-items: center;
    height: 28px;
    border-radius: 6px;
    gap: 4px;
    color: rgba(243, 243, 243, 1);
font-family: 'Reddit Sans', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0%;
    padding: 0 10px;
    width: 100%;
    min-width: auto;
    max-width: 131px;
    margin: 0 auto;
    border-color: rgba(243, 243, 243, 1);
    border: 1px solid;
}
.register_pg .registration_form .site_logo {
    margin-bottom: 80px;
}
.register_pg .woman_card .overlay .arrane_date img {
    max-width: 16px;
    height: auto;
}
    
/*     .register_pg .woman_card:hover {
        transform: translateY(-5px);
    } */
    
    .register_pg .woman_card img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }
    
    .register_pg .overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.8), transparent);
    padding: 16px;
    text-align: center;
    opacity: 0;
    transition: opacity 0.3s ease;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: 100%;
    pointer-events: unset;
}
    
    .register_pg .woman_card:hover .overlay {
        opacity: 1;
    }
    
    .register_pg .woman-info {
        margin-bottom: 15px;
        color: white;
    }

    
    .register_pg .woman-info p {
        margin: 5px 0 0;
        font-size: 0.9rem;
    }
    
    .register_pg .arrange_date_btn {
        display: inline-block;
        background: #d82a90;
        color: white;
        padding: 10px 20px;
        border-radius: 4px;
        text-decoration: none;
        font-weight: bold;
        transition: background 0.3s ease;
        margin-top: 10px;
    }
    
    .register_pg .arrange_date_btn:hover {
        background: #b8227d;
    }
    
    .register_pg .no_ladies {
        grid-column: 1 / -1;
        text-align: center;
        padding: 40px;
        font-size: 1.2rem;
    }



/*---------------------------------------------------*/


/*-----------------------ladies gallery page-----------------------------*/

.mobile_filter_close h2.profiles {
    margin: 0;
}
.lady-profile-template .detail_page .profile_header .lady_container .video_sec.back_sec {
    display: none;
}
.female-members .filter-btn:hover, .female-members .filter-btn:focus {
    background: #b4975ac7 !important;
}
.pagination .current {
    background-color: #000000 !important;
}
.pagination a, .pagination span {
    padding: 5px 15px !important;
    background-color: #9b9b9b !important;
}
.pagination a:hover {
    background-color: #b4975a !important;
    color: #fff !important;
}
.members-list .pagination {
    gap: 0;
    justify-content: center;
    background-color: #fff;
    padding: 10px;
    border-radius: 20px;
    /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); */
}
.female-members .container .profile__name {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 59.5%, #fff 86.5%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 20px 10px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    z-index: 4;
    opacity: 1;
    transition: opacity 0.6s;
}
.female-members .container .profile__name {
font-family: 'Reddit Sans', sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 24px;
    letter-spacing: 0%;
    text-align: center;
	color: #000000;
}
.page-id-632 .pmpro-has-access .e-con-inner {
    max-width: 1280px;
    padding: 20px 0 44px;
}
.page-id-632 .pmpro-has-access .e-con-inner .e-parent {
    padding: 0;
}
.page-id-4049 .pmpro-has-access .e-con-inner {
    max-width: 1280px;
    padding: 20px 0 44px;
}
.page-id-4049 .pmpro-has-access .e-con-inner .e-parent {
    padding: 0;
}
.e-con-inner:has(.female-members) {
    max-width: 100% !important;
    padding-top: 10px !important;
}

.female-members .members-list h2 {
    font-weight: 700;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #000;
    font-family: 'Playfair Display', serif;
    margin-top: 0; margin-bottom: 20px;
}
.female-members .members-wrapper {
    display: flex;
    justify-content: space-between;
    gap: 40px;
    flex-wrap: wrap;
}
section.female-members .filter-sidebar h3 {
    font-weight: 700;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #000;
    font-family: 'Playfair Display', serif;
    margin-top: 0; margin-bottom: 20px;
}

section.female-members .filter-sidebar {
    padding: 0;
    background: transparent;
    box-shadow: none;
}
section.female-members .filter-sidebar form .filter-field input {
    border-color: #D5C69F;
    height: 38px;
    border-radius: 10px;
font-family: 'Reddit Sans', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0%;
    color: rgba(0, 0, 0, 0.4);
    outline: none;
    padding: .5rem 12px;
}
section.female-members .filter-sidebar form .filter-field {
    margin-bottom: 10px;
}
section.female-members .filter-sidebar .filter-field.lady_id_field {
    margin: 0;
}
section.female-members .filter-sidebar form .filter-field input::placeholder {
    color: rgba(0, 0, 0, 0.4);
}
section.female-members .filter-sidebar .filter-field.age_field {
    margin-top: 20px;
    margin-bottom: 20px;
}

section.female-members .filter-sidebar .filter-field.children_field, section.female-members .filter-sidebar .filter-field.children_in_future_field, section.female-members .filter-sidebar .filter-field.filter-field.country_field, section.female-members .filter-sidebar .filter-field.filter-field.height_field{
    margin-bottom: 20px;
}

section.female-members .filter-sidebar .filter-field.filter-field.hair_field, section.female-members .filter-sidebar .filter-field.filter-field.eye_field  { 
    margin-bottom: 10px;

}

section.female-members .filter-sidebar .filter-field > label {
font-family: 'Reddit Sans', sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0%;
    color: rgba(0, 0, 0, 0.6);
    margin: 0 0 10px;
}
.female-members .filter-sidebar .filter-field.children_field .checkbox-group {
    margin: 0 !important;
}
section.female-members .filter-sidebar .child .checkbox-item input {
    height: 20px;
    width: 20px;
    border-color: rgba(180, 151, 89, 1);
}
section.female-members .filter-sidebar .child .checkbox-item label {
font-family: 'Reddit Sans', sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0%;
    color: rgba(0, 0, 0, 1);
}
section.female-members .filter-sidebar form .filter-field select {
    border-color: #D5C69F;
    height: 38px;
    border-radius: 10px;
font-family: 'Reddit Sans', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0%;
    color: rgba(0, 0, 0, 1);
    outline: none;
}

.female-members .filter_result {
    background: transparent;
    margin: 0 0 20px;
    padding: 0 0 10px;
    overflow-y: auto;
    width: 100%;
    max-width: 920px;
    scrollbar-width: thin;
    scrollbar-color: #f4f0e6 lightgray;
}
button.filter-btn {
    background: #B49759;
    border: 0;
    color: #fff;
font-family: 'Reddit Sans', sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0%;
    border-radius: 10px;
}
.female-members .filter_result .filter-pill span.remove-filter {
    font-size: 21px;
    color: #1D1B20;
}
.female-members .filter_result .filter-pill {
    border: 1px solid #B49759;
    background: #F4F0E6;
    color: #000000;
    box-shadow: none;
    white-space: nowrap;
}
.female-members .filter_result .clear-all {
    border: 1px solid #B49759;
    background: #F4F0E6;
    color: #B49759;
    box-shadow: none;
    white-space: nowrap;
    border-radius: 50px;
    padding: 0 12px;
    cursor: pointer;
    text-decoration: none;
font-family: 'Reddit Sans', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    text-align: center;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
}


.female-members .filter_result .filter-pill span {
font-family: 'Reddit Sans', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    text-align: center;
}


.female-members .irs--flat .irs-line {
    top: 0;
    height: 40px;
    background-color: #F4F0E6;
    border-radius: 50px;
    border: 1px solid #B49759;
}
.female-members .filter-btn {
    border: 0;
    background: #B49759;
    color: #fff;
    border-radius: 10px;
font-family: 'Reddit Sans', sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0%;
}
.female-members .irs--flat .irs-bar {
    top: 4px;
    height: 32px;
    background-color: #ffffff;
    border-radius: 50px;

}
.female-members .irs--flat .irs-handle {
    display: none;
}
.female-members  .irs--flat .irs-from, .female-members  .irs--flat .irs-to, .female-members  .irs--flat .irs-single {
    color: white;
    font-size: 10px;
    line-height: 1.333;
    text-shadow: none;
    padding: 1px 5px;
    z-index: 1;
    border-radius: 50px;
    height: 24px;
    width: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 8px;
    background: #B49759;
}
.female-members .irs--flat .irs-from:before, .female-members .irs--flat .irs-to:before, .female-members .irs--flat .irs-single:before {
    position: absolute;
    display: none;
    content: "";
    bottom: -6px;
    left: 50%;
    width: 0;
    height: 0;
    margin-left: -3px;
    overflow: hidden;
    border: 3px solid transparent;
    border-top-color: #ed5565;
}
.female-members .irs--flat .irs-from {
    margin-left: 15px;
}
.female-members .irs--flat .irs-to {
    margin-left: -15px;
}


.female-members .member-card {
    position: relative;
    transition: all 0.3s ease;
    z-index: 1;
    background: #fff;
    border-radius: 20px;
    overflow: visible;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.female-members .member-card::before {
    content: '';
    height: 0;
    display: block;
    padding-top: 400px;
}
.female-members .profile__image {
    color: #282828;
    position: absolute;
    z-index: 5;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid #D9D9D9;
}
.female-members .profile__image a {
    display: none;
    font-size: 0;
    text-indent: -9999px;
}

.female-members .profile__image img {
    border-radius: 20px;
    position: relative;
    z-index: 3;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: top center;
    font-family: 'object-fit: cover; object-position: center;';
}
.profile__info {
    overflow-y: auto;
}
.profile__info::-webkit-scrollbar {
   display: none;
}		
.profile__info {
    display: flex;
    flex-direction: column;
    padding: 20px;
    border-radius: 20px;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
}
.female-members .members-grid .member-card:hover {
    z-index: 2;
    border-radius: 20px 0px 0px 20px;
    box-shadow: none;
    border: 0;
}
.female-members .members-grid .member-card:hover .profile__image .profile__name {
    opacity: 0;
}

.female-members .members-grid .member-card:hover .profile_btn {
    z-index: 9;
    right: 0;
    position: absolute;
    top: auto;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 80%, #000000 100%);
    bottom: 0;
    display: block !important;
    text-align: center;
}
.female-members .members-grid .member-card:hover .profile_btn .profile_link {
    text-indent: unset;
    border: 1px solid #F3F3F3;
    border-radius: 6px;
font-family: 'Reddit Sans', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0%;
    padding: 10px 0px;
    justify-content: center;
    align-items: flex-end;
    height: auto;
    display: inline;
    text-align: center;
    position: absolute;
    bottom: 14px;
    top: auto;
    max-width: 110px;
    margin: 0 auto;
    left: 0;
    right: 0;
    color: #F3F3F3;
    background: #F4F1DE4D;
}
.female-members .members-grid .member-card:hover .profile_btn .profile_link:hover {
    color: #fff;
}
.female-members .members-grid .member-card:hover .profile__info {
    z-index: 5;
    opacity: 0.8;
    visibility: visible;
    box-shadow: 0px 4px 20px rgba(230, 139, 67, 0.15);
    transition: all 0.6s, z-index 0.3s;
}
.profile__info-name {
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0%;
    color: #000000;
	margin-bottom: 20px;
}
.heart_icon.cus_heart {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}
.heart_icon.cus_heart span.profile__info-name {
    margin: 0;
}
.heart_icon.cus_heart .heart_drop .favorite-toggle {
    width: 32px;
    height: 32px;
    border-radius: 6px;
}
.heart_icon.cus_heart .heart_drop .favorite-toggle img.default_heart {
    max-width: 24px;
}
.heart_icon.cus_heart .heart_drop .favorite-dropdown {
    right: 41px;
    left: auto;
    top: 63px;
}
.female-members .members-grid .member-card:hover .profile__info .heart_icon.cus_heart .favorite-dropdown {
    right: 20px;
    top: 53px;
}
.female-members .members-grid .member-card:nth-child(3n):hover .profile__info .heart_icon.cus_heart .favorite-dropdown {
    right: 42px;
    top: 62px;
}
.lady_container.back_sec {
    justify-content: flex-end !important;
    margin-left: 100px !important;
}
.lady_container.back_sec .back_txt {
    display: flex;
    align-items: center;
    gap: 11px;
    margin-bottom: 12px;
    justify-content: flex-end;
}
.profile__info-line {
    display: flex;
    justify-content: space-between;
font-family: 'Reddit Sans', sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0%;
    color: #00000099;
    margin-bottom: 12px;
}
.profile__info-line span {
font-family: 'Reddit Sans', sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0%;
    text-align: right;
    color: #000000;
}
.heart_icon .heart_glass {
    position: relative;
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: space-between;
}
.heart_icon .favorite-toggle {
    /*background: #FFFFFF;*/
    width: 48px;
    height: 48px;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.heart_drop:hover .favorite-dropdown {
    display: block;
    margin-top: 1px;
}
.heart_icon .arrane_date a img {
    width: 24px;
    height: auto;
    border-radius: 0 !important;
}
.heart_icon .heart_glass .heart_drop a.favorite-toggle img {
    max-width: 24px;
}
.heart_icon .arrane_date a {
    display: flex;
    background: #B49759;
    justify-content: center;
    align-items: center;
    height: 48px;
    border-radius: 10px;
    gap: 10px;
    color: #fff;
font-family: 'Reddit Sans', sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0%;
}
.heart_icon .arrane_date a:hover {
    color: #fff;
}
.heart_icon .arrane_date {
    flex: 1;
}


@media (min-width: 1280px) {

    .member-card::before {
        padding-top: 400px;
    }
	
	.profile__image a {
        z-index: 5;
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
	
	.profile__info {
    padding: 20px 20px 20px 44px;
    width: calc(100% + 50px);
    font-size: 16px;
}
	
}

@media (min-width: 992px) {
.female-members .members-grid .member-card:nth-child(3n):hover .profile__info {
    padding: 30px 44px 30px 15px;
    border-radius: 20px 0 0 20px;
    left: auto;
    right: calc(100% - 30px);
    border-right: 1px solid transparent;
    border: 1px solid #B49759;
}
.female-members .members-grid .member-card:hover .profile__info {
    opacity: 1;
    z-index: 4;
    left: calc(100% - 27px);
    border: 1px solid #B49759;
    background: #F4F0E6;
    border-radius: 0 20px 20px 0;
    box-shadow: none;
    border-left: 1px solid transparent;
}
.female-members .members-grid .member-card:hover img {
    border-radius: 20px 0px 0px 20px;
}
.female-members .members-grid .member-card:hover .profile__image {
    border-radius: 20px 0px 0px 20px;
    border-color: #B49759;
    border-right: 1px solid transparent;
}

.female-members .members-grid .member-card:nth-child(3n):hover .profile__image {
    border-radius: 0px 20px 20px 0px;
    border-color: #B49759;
    border-left: 1px solid transparent;
    border-right: 1px solid #b49759;
}
.female-members .members-grid .member-card:nth-child(3n):hover  img {
    border-radius: 0px 0px 0px 0px;
}

}

/*----------------------ladys detail------------------------------*/
.lady-profile-template .detail_page {
    display: block;
    flex-wrap: wrap;
    gap: 30px;
}
.lady-profile-template .detail_page .profile_header .lady_container .video_sec {
    display: inline-flex;
    width: 100%;
    max-width: 56px;
    height: 56px;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    background: #F1F1F1;
}
.tool {
    box-shadow: 0px 1px 4px 0px rgba(12, 12, 13, 0.1);
    border: 1px solid;
    border-color: rgba(217, 217, 217, 1);
    border-radius: 10px;
    padding: 8px 12px;
    display: none;
    align-items: center;
    position: relative;
    z-index: 2;
    left: -25px;
}
.tooltip_active { display: flex; }

.tool span.tool_tip {
    font-family: Reddit Sans;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0%;
    color: rgba(0, 0, 0, 0.6);
}
.tool::before {
    content: "";
    display: inline-block;
    border: 1px solid;
    width: 8px;
    height: 8px;
    border-color: rgba(217, 217, 217, 1);
    background: #fff;
    transform: rotate(45deg);
    position: absolute;
    left: -5px;
    z-index: 1;
    border-right: 0;
    border-top: 0;
}
.lady-profile-template .detail_page .profile_header .lady_container .left_detail {
    display: inline-flex;
    white-space: nowrap;
    /*flex: 1;*/
    gap: 40px;
    align-items: center;
}
.lady-profile-template .detail-item.video_bg {
    position: relative;
}
.detail_content {
    display: flex;
    flex-wrap: wrap;
    gap: 70px;
    max-width: 1200px;
    margin: 0 auto;
    padding-bottom: 40px;
}
.lady-profile-template .profile_header .country_id span.country_data {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}
.lady-profile-template .profile_header .country_id span.country_data::before {
    content: "";
    height: 8px;
    width: 8px;
    display: inline-block;
    border-radius: 50px;
    background: #C4C4C4;
}
.lady-profile-template .detail_page .profile_header .lady_container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
}
.lady-profile-template .detail_page .profile_header {
    padding: 10px 0;
    border: 0;
    margin: 0;
}
.lady-profile-template .detail_page .profile_header.sticky {
    background: #ffffff;
    position: fixed;
    top: 0;
    left: 0;
    box-shadow: 0px 4px 25px 0px #00000026;
    margin: 0 0 15px;
    z-index: 999;
    padding: 16px 0;
    width: 100%;
    transition: all 0.3s ease;
}

.left_detail .name_age h2 {
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #000;
    margin-bottom: 10px;
    margin-top: 0;
}
.lady-profile-template .profile_header .country_id span {
    font-family: 'Reddit Sans', sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0%;
    color: #00000099;
}
.lady-profile-template .profile_header .country_id {
    display: flex;
    align-items: center;
    gap: 10px;
}
.lady-profile-template .detail_page .profile_header .rif_ico .heart_glass {
    position: relative;
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: space-between;
}
.rif_ico .heart_glass .heart_drop a.favorite-toggle {
    background: #FFFFFF;
    width: 48px;
    height: 48px;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #B49759;
}
.rif_ico .arrane_date {
    flex: 1;
}
.lady-profile-template .detail_page .rif_ico .arrane_date a:hover {
    color: #fff;
}
.rif_ico .arrane_date a {
    display: flex;
    background: #B49759;
    justify-content: center;
    align-items: center;
    height: 48px;
    border-radius: 10px;
    gap: 10px;
    color: #fff;
font-family: 'Reddit Sans', sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0%;
    padding: 0 19px;
}
.detail_content .profile-gallery-container .main-photo {
    border-radius: 20px;
    height: auto;
    max-height: 429px;
}
.lady-profile-template .detail_content .profile-gallery-container .photo-thumbnails .thumbnail {
    border-radius: 20px;
    aspect-ratio: auto;
    height: 100%;
    max-height: 429px;
    background: #fbfbfb;
}
.sidebar_profile {
    border-bottom: 2px solid #D9D9D9;
    padding-bottom: 20px;
}

.detail_page .about_sec {
    margin-top: 30px;
}
.detail_page .about_detail:first-child {
    margin: 0;
}
.detail_page .about_detail {
    margin-top: 40px;
}
.detail_page .about_sec .about_detail .detail-label b {
font-family: 'Reddit Sans', sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0%;
    text-align: right;
    color: #000;
}
.detail_page .about_sec .about_detail .content span {
font-family: 'Reddit Sans', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0%;
    color: #00000099;
}
.detail_page .about_sec .about_detail .content {
    margin: 0;
    padding-top: 8px;
}
.detail_page .lightbox_main_image .main_image {
    max-height: 490px;
    width: 100%;
    /* max-width: 870px; */
    height: auto;
    object-fit: cover;
    overflow: hidden;
    border-radius: 20px;
    background: #fff;
}

.detail_page .lightbox_main_image .main_image  img {
    width: auto;
    height: auto;
    object-fit: cover;
    object-position: top center;
    max-height: 490px;
}
.detail_page .lightbox_thumbnail {
    cursor: pointer;
    opacity: 1;
    transition: opacity 0.3s;
    border-radius: 20px;
    overflow: hidden;
    height: 100%;
    max-height: 150px;
    object-fit: cover;
    width: 100%;
    margin: 0 0 20px;
    background: #fff;
    text-align: center;
}
.detail_page .lightbox_thumbnail:last-child {
    margin: 0;
}
.detail_page .lightbox_thumbnail img {
    max-width: 100%;
    height: auto;
    width: auto;
    object-fit: cover;
    object-position: top center;
    max-height: 150px;
    margin: 0  auto;
}
.detail_page .lightbox_thumbnail:hover, .lightbox_thumbnail.active {
    opacity: 0.6 !important;
}
.light_arrows {
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    order: 3;
}
.light_arrows .lightbox_arrow {
    background: #FFFFFF;
    width: 64px;
    height: 64px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.detail_page .lightbox_side_gallery::-webkit-scrollbar {
    display: none;
}
.detail_page .lightbox_side_gallery {
    flex: 1;
    margin-left: 0px;
    overflow-y: auto;
    max-height: 490px;
    height: auto;
}
.detail_page .lightbox_date_button {
    position: unset;
    bottom: 25%;
    left: 0;
    transform: unset;
    z-index: 10;
    right: 0;
    order: 2;
    margin-top: 20px;
}

/*----------------------------------------------------*/




/*----------------------------------------------------*/


/*-------------------------media start---------------------------*/
@media (max-width: 1024px) and (min-width: 768px) {
.lady-profile-template .detail_page .profile_header.sticky {
    padding: 20px 15px;
}
.lady-profile-template .detail_page .profile_header {
    padding: 10px 15px;
}
.lady-profile-template .main_content {
    padding: 0 15px;
}
.lady-profile-template .profile_sidebar {
    width: 100% !important;
    padding: 0 15px !important;
}
.detail_content {
    gap: 0px;
}
}

@media(max-width: 1024px){


section.female-members .members-list {
    order: 2;
}

section.female-members .filter-sidebar {
    order: 1;
}


}


@media(max-width: 767px){
.lady_container.back_sec {
    display: none !important;
}
.lady-profile-template .profile_sidebar.add_txt {
    padding-top: 0;
}
.desktop-gallery {
    display: none;
}

.mobile-slider-container {
    display: block;
    margin-bottom: 20px;
}

.lightbox_modal .lightbox_main_image {
    width: 100%;
}

.mobile-filter-container.active {
    display: block;
    box-shadow: -2px 4px 4px 0px rgba(0, 0, 0, 0.25);
    /* max-width: 350px; */
    right: 0;
    position: absolute;
    top: 0;
    z-index: 9;border-radius: 0;
}
.mobile-filter-header .mobile-filter-toggle img.filter-icon {
    height: auto;
    width: auto;
}
.mobile-filter-header .mobile-filter-toggle {
    border-color: rgba(213, 198, 159, 1) !important;
    border: 1px solid;
    border-radius: 10px;
    display: flex;
    align-items: center;
    gap: 8px;
font-family: 'Reddit Sans', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0%;
    color: rgba(0, 0, 0, 1);
    padding: 6px 12px;
    background: #fff;
}
.female-members .members-grid .member-card:hover .profile__info {
    display: none;
}
.female-members .mobile-filter-header h2 {
    margin: 0;
} 
.register_pg .women_grid {
    grid-template-columns: repeat(auto-fit, minmax(254px, 1fr)) !important;
    align-items: stretch;
}
.register_pg .form_column {
    max-width: 100%;
    background-size: cover;
    background-color: #000;
}
.register_pg .registration_form {
    padding: 60px 20px;
}
.register_pg .registration_form  > h3 {
    max-width: 294px;
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    font-size: 24px;
    letter-spacing: 0%;
}


.rif_ico .arrane_date a {
    height: 32px;padding: 0 13px;
    border-radius: 6.67px;
    gap: 6px;
    font-size: 13.33px;
    line-height: 24px;
}
.lady-profile-template .detail_page .profile_header .rif_ico .heart_glass {
    gap: 6px;
}
.rif_ico .heart_glass .heart_drop a.favorite-toggle {
    background: #FFFFFF;
    width: 32px;
    height: 32px;
    border-radius: 6.67px;
}
.rif_ico .heart_glass .heart_drop a.favorite-toggle img {
    max-width: 16px;
}
.lady-profile-template .detail_page .profile_header .lady_container .left_detail .name_sec {
    order: 2;
}
.lady-profile-template .detail_page .profile_header .lady_container .video_sec {
    order: 1;
    max-width: 32px;
    height: 32px;
}
.lady-profile-template .detail_page .profile_header .lady_container .video_sec img {
    max-width: 16px;
}
.lady-profile-template .detail_page .profile_header .lady_container .left_detail {
    gap: 6px;
}
.lady-profile-template .detail_page .profile_header .lady_container .left_detail {
    align-items: self-start;
}
.left_detail .name_age h2 {
    font-size: 16px;
    line-height: 24px;margin-bottom: 0;
}
.lady-profile-template .profile_header .country_id span {
    font-size: 13px;
    line-height: 24px;
}
.rif_ico .arrane_date a img {
    max-width: 16px;
}

section.female-members .filter-sidebar {
    width: 100%;
}
section.female-members .members-list {
    width: 100%;
}

/*--------lady listing css mob-----------*/
.mobile_filter_close {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: space-between;
    margin-bottom: 15px;
}
.mobile_filter_close h2.profiles {
    margin: 0;
}
.female-members .members-list button.mobile_toggle {
    border: 0;
    padding: 0;
    line-height: 0;
}
.lady-profile-template .detail_page .profile_header .lady_container .video_sec.back_sec {
    display: flex;
}
.female-members .members-wrapper {
    flex-direction: column;
}
.members-list .members-grid {
    grid-template-columns: repeat(2, 1fr);
}
.profile__info-line span {
    font-size: 14px;
}
.profile__info-line {
    font-size: 14px;
}
.heart_icon .arrane_date a {
    font-size: 16px;
}

/*--------lady listing end mob-----------*/

/*--------detail css mob-----------*/
.mobile-slider-container .slick-dots li button {
    background: transparent;
}
.lady-profile-template .profile_sidebar {
    width: 100% !important;
    position: unset !important;
}
.sidebar_profile {
    border-bottom: 0;
    padding-bottom: 0;
    padding-right: 26px;
}
.detail_page .about_sec {
    margin-top: 30px;
    margin: 30px 26px 0;
    border-top: 2px solid #D9D9D9;
    padding-top: 20px;

}
.lady-profile-template .detail_page .profile_header .lady_container .video_sec.mob_video {
    display: none;
}
.mobile-slider-container .slick-list {
    /* background: linear-gradient(180deg, rgba(0, 0, 0, 0) 55%, #000000 100%); */
    border-radius: 12px;
    max-height: 465px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}
.mobile-slider-container .slick-list .slick-slide img {
    width: auto;
    margin: 0 auto;
    max-height: 465px;
}
.mobile-slider-container {
    position: relative;
}
.mobile-slider-container .slick-dots {
    bottom: -42px;
}
.mobile-slider-container .slick-dots li.slick-active button:before {
    opacity: .75;
    color: rgba(180, 151, 89, 1);
}
.lady-profile-template .profile_sidebar {
    width: 100%;
    position: static;
    margin-top: 10px;
}
.cus_view {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 55%, #000000 100%);
    height: 100%;
    border-radius: 10px;
}
.cus_view .view_photos {
    position: absolute;
    bottom: 16px;
    left: 0;
    right: 0;
    text-align: center;
    width: auto;
    z-index: 1;
}
.cus_view .video_sec {
    position: absolute;
    bottom: 16px;
    left: 16px;
    right: auto;
    text-align: center;
    background: #fff;
    width: 28px;
    height: 28px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9;
}
.cus_view .video_sec img {
    max-width: 16px;
}
.mobile-slider-container .slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0;
    padding: 0;
    cursor: pointer;
}
.mobile-slider-container .view_photos a {
    border: 1px solid;
    display: inline-flex;
    background: rgba(244, 241, 222, 0.3);
    border-color: rgba(243, 243, 243, 1);
font-family: 'Reddit Sans', sans-serif;
    font-weight: 400;
    font-size: 12.8px;
    line-height: 16px;
    letter-spacing: 0%;
    height: 32px;
    padding: 8px 9.6px;
    justify-content: center;
    align-items: center;
    border-radius: 4.8px;
}
.mobile-slider-container .slick-dots li button:before {
    font-family: 'slick';
    font-size: 14px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: .25;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.detail_content {
    gap: 24px;
}

.lady-profile-template .profile-gallery-container {
    margin-bottom: 0;
}
.lady-profile-template .profile_sidebar {
    margin-top: 0;
}
.detail_content {
    padding-left: 15px;
    padding-right: 15px;
}
.lady-profile-template .detail_page .profile_header {
    padding: 10px 15px;
}
.lady-profile-template .detail_page .profile_header .lady_container {
    max-width: 100%;
    margin: 0 auto;
    width: auto;
/*     padding: 0 15px; */
}
.lady-profile-template .detail_page .profile_header.sticky {
    padding: 20px 15px;
}
.lady-profile-template .profile_header .country_id span.country_data, .lady-profile-template .profile_header .country_id {
    gap: 4px;
}
.lady-profile-template .profile_header .country_id span.country_data::before {
    height: 4px;
    width: 4px;
}

.detail_page .lightbox_content {
    flex-direction: column;
}
.detail_page .lightbox_content .mob_sec_name {
    display: block !important;
}
.detail_page .lightbox_content .mob_sec_name h2.mob_name_age {
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    font-size: 15px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #fff;
    margin: 0;
    text-align: center;
}
.detail_page .lightbox_side_gallery {
    order: 2;
}
.detail_page .lightbox_content {
    gap: 16px;
}
.detail_page .lightbox_date_button {
    position: unset;
    margin-top: 20px;
    display: none;
}
.detail_page .lightbox_date_button .web_sec_name {
    display: none;
}
.detail_page .lightbox_side_gallery {
    margin-left: 0px;
    overflow-x: auto;
    max-height: 100%;
    height: auto;
    display: flex;
    gap: 4px;
}
.detail_page .lightbox_thumbnail {
    border-radius: 6px;
    overflow: hidden;
    height: 100%;
    max-height: 110px;
    width: 100%;
    margin: 0;
    min-height: 110px;
}
.light_arrows .lightbox_arrow {
    width: 32px;
    height: 32px;
}
.light_arrows .lightbox_arrow img {
    max-width: 16px;
}
.light_arrows {
    gap: 10px;
    display: none;
}
.light_arrows.light_arrows_mob {
    display: flex !important;
    order: 3;
    margin: 0px;
}
.lightbox_date_button.button_arrows_mob {
    display: block !important;
    text-align: center;
    order: 4;
    margin: 0;
}
.lady-profile-template .lightbox_date_button .arrange-date-button {
font-family: 'Reddit Sans', sans-serif;
    font-weight: 600;
    font-size: 13.33px;
    line-height: 16px;
    letter-spacing: 0%;
    padding: 4px 13px;
    border-radius: 6.67px;
}

}

@media(max-width: 480px){
.lady-profile-template .lightbox_date_button .arrange-date-button img {
    max-width: 16px;
}
.detail_page .lightbox_thumbnail img {
    max-height: 52px;
}
.detail_page .lightbox_main_image .main_image  img {
    max-height: 189px;
}
.mobile-slider-container .slick-list, .mobile-slider-container, .slick-dotted.slick-slider, .mobile-slider-container .slick-list .slick-slide img {
    max-height: 189px !important;
}


.female-members .filter_result {
    overflow-y: unset;
    width: 100%;
    max-width: 100%;
    flex-wrap: wrap;
}
.female-members .filter_result .filter-pill span, .female-members .filter_result .clear-all {
    font-size: 14px;
}
.female-members .filter-btn {
    font-size: 16px;
}
section.female-members .filter-sidebar h3 {
    font-size: 16px;
    margin-bottom: 18px;
}
.pagination a, .pagination span {
    padding: 2px 8px !important;
    background-color: #9b9b9b !important;
    font-size: 14px;
}
.detail_page .lightbox_thumbnail {
    max-height: 52px;
     min-height: 52px;
}
.detail_page .lightbox_main_image .main_image {
    max-height: 189px;
    width: 100%;
    height: auto;
    border-radius: 6px;
}
/*--------lady listing css mob-----------*/
.female-members .members-list h2 {
    font-size: 16px;
}
.profile__info-name {
    font-size: 16px;
    margin-bottom: 10px;
}
.members-list .members-grid {
    grid-template-columns: repeat(1, 1fr);
}
.female-members .members-grid .member-card:hover .profile__info {
    opacity: 0;
}
/*--------lady listing end mob-----------*/

}
/*--------detail css mob end-----------*/
@media(max-width: 360px){
.rif_ico .arrane_date a {
padding: 0 6px;
font-size: 11.33px;
}
}

/*----------------------------------------------------*/






/* Add your custom styles here */


    /* Gallery PAge   */
    section.female-members {
        max-width: unset !important;
    }

 /* Container for the entire layout */
    .members-wrapper {
        display: flex;
        justify-content: space-between;
        gap: 30px;
    }

    /* Members list styling */
    .members-list {
        flex: 3;
    }

    /* Sidebar styling */
    .filter-sidebar {
        flex: 1;  /* Takes up 1 part of the total space */
        padding: 20px;
        background-color: #f7f7f7;
        border-radius: 8px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    }

    .filter-sidebar h3 {
        margin-bottom: 15px;
        font-size: 18px;
        font-weight: bold;
        color: #333;
    }

    .filter-field {
        margin-bottom: 15px;
    }

    .filter-field label {
        display: block;
        font-weight: bold;
        margin-bottom: 5px;
    }

    .filter-field select,
    .filter-field input {
        width: 100%;
        padding: 10px;
        border: 1px solid #ddd;
        border-radius: 5px;
        font-size: 14px;
    }

    .filter-btn {
        width: 100%;
        padding: 12px;
        background-color: #0073aa;
        color: #fff;
        font-weight: bold;
        border: none;
        border-radius: 5px;
        cursor: pointer;
    }

    .filter-btn:hover {
        background-color: #005f8d;
    }

     /* Grid layout for members */
    .members-grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
        position: relative;
    }

    /* Member card styling */


    .member-card:hover {
/*        transform: scale(1.2);*/
        transform-origin: top left;
        z-index: 10;
        box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    }

    .member-card a {
        display: block;
        position: relative;
        text-decoration: none;
    }

    .member-card img {
        width: 100%;
        height: 250px;
        object-fit: cover;
        border-radius: 8px 8px 0 0;
        transition: all 0.3s ease;
         pointer-events: none; 
        user-select: none; /* Prevent text selection */
        -webkit-user-drag: none; /* Prevent dragging */
    }

    .overlay {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        background: linear-gradient(transparent, rgba(0, 0, 0, 0.7));
        padding: 15px;
        color: #fff;
        pointer-events: none; 
    }

   .quick-info {
        position: absolute;
        left: 100%;
        top: 0;
        width: 300px;
        height: 100%;
        background: #fff;
        padding: 15px;
        display: none;
        box-shadow: 8px 0 16px rgba(0, 0, 0, 0.1);
        border-radius: 0 8px 8px 0;
        pointer-events: auto;

    }

    .member-card:hover .quick-info {
        display: block;
    }

    .quick-info p {
        margin: 0 0 10px 0;
        font-size: 14px;
        line-height: 1.4;
    }
    /* Pagination Styles */
    .pagination {
        text-align: center;
        margin-top: 20px;
    }

    .pagination a, .pagination span {
        display: inline-block;
        padding: 10px 15px;
        margin: 5px;
        background-color: #0073aa;
        color: #fff;
        text-decoration: none;
        border-radius: 5px;
    }

    .pagination a:hover {
        background-color: #005f8d;
    }

    .pagination .current {
        background-color: #555;
    }


    /* Add to your CSS */


    .favorite-toggle {
        cursor: pointer;
        position: relative;
    }

    .fa-heart {
        color: #ccc;
        transition: color 0.3s ease;
    }

    .fa-heart.active {
        color: #ff4757;
    }

    .favorite-dropdown {
        display: none;
        position: absolute;
        left: 0;
        top: 100%;
        background: white;
        border: 1px solid #ddd;
        border-radius: 4px;
        box-shadow: 0 2px 5px rgba(0,0,0,0.1);
        z-index: 100;
    }

    .favorite-dropdown ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

.favorite-dropdown li a {
    display: flex;
    padding: 8px 12px;
    color: #333;
    text-decoration: none;
    white-space: nowrap;
    align-items: center;
}

    .favorite-dropdown li a:hover {
        background-color: #f8f9fa;
    }

    .show-dropdown {
        display: block !important;
    }

    /* Add these styles */
    .primary-active .fa-heart {
        color: #ff4757 !important; /* Red for primary */
    }

    .secondary-active .fa-heart {
        color: #ffa502 !important; /* Orange for secondary */
    }

    .favorite-action.selected {
        background-color: #f8f9fa;
        font-weight: bold;
    }

    .favorite-action.selected:after {
        content: "✓";
        margin-left: 5px;
    }

    .range-slider {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.filter-field {
    margin-bottom: 15px;
}

.filter-field label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
}

.filter-field input,
.filter-field select {
    width: 100%;
    padding: 8px;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.filter-btn {
    background-color: #0073aa;
    color: white;
    padding: 10px 15px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    width: 100%;
    font-size: 16px;
    margin-top: 10px;
}

.filter-btn:hover {
    background-color: #005d8c;
}

/* Ion Range Slider styles */
.irs--flat {
    height: 40px;
}
.irs--flat .irs-line {
    height: 4px;
    background-color: #e1e4e9;
}
.irs--flat .irs-bar {
    height: 4px;
    background-color: #0073aa;
}
.irs--flat .irs-handle {
    width: 16px;
    height: 16px;
    background-color: #0073aa;
    border-radius: 50%;
    top: 20px;
}
.irs--flat .irs-min, .irs--flat .irs-max {
    color: #999;
    font-size: 12px;
}
.irs--flat .irs-from, .irs--flat .irs-to, .irs--flat .irs-single {
    background-color: #0073aa;
    font-size: 12px;
}
.irs-grid {
    display: none;
}

.irs-min {
    display: none;
}

.child .checkbox-group {
    margin-top: 8px;
}

.child .checkbox-row {
    display: flex;
    gap: 15px;
    margin-bottom: 8px;
}

.child .checkbox-item {
    display: flex;
    align-items: center;
    gap: 8px;
}

.child .checkbox-item input[type="checkbox"] {
    margin: 0;
    width: 16px;
    height: 16px;
    accent-color: #0073aa;
}

.child .checkbox-item label {
    font-weight: normal;
    margin: 0;
    white-space: nowrap;
}


.filter_result {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 15px 0;
    padding: 10px;
    background: #f5f5f5;
    border-radius: 5px;
}

.filter-pill {
    display: flex;
    align-items: center;
    gap: 5px;
    background: #fff;
    padding: 5px 10px;
    border-radius: 20px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

.filter-pill .remove-filter {
    cursor: pointer;
    color: #999;
    font-weight: bold;
}

.filter-pill .remove-filter:hover {
    color: #ff0000;
}

.clear-all {
    color: #0073aa;
    cursor: pointer;
    text-decoration: underline;
}



/*ladies detail page*/
h1.wp-block-post-title {
        display: none;
    }

    #lady_detail {
        max-width: 100%;
    }
    
    /* Main layout structure */

    
    .lady-profile-template .main_content {
        flex: 1;
        min-width: 60%;
    }
    
.lady-profile-template .profile_sidebar {
    width: 350px;
    background: transparent;
    border-radius: 10px;
    box-shadow: none;
    padding: 0;
    position: sticky;
    top: 20px;
    height: fit-content;
}
.lady-profile-template .profile_sidebar.add_txt {
    padding-top: 110px;
}
    
    /* Profile header */
    .lady-profile-template .profile_header {
/*        display: flex;*/
/*        justify-content: space-between;*/
        align-items: center;
        margin-bottom: 20px;
        padding-bottom: 15px;
        border-bottom: 1px solid #eee;
    }
    

    
    .lady-profile-template .profile_header .country_id {
/*        text-align: right;*/
        color: #666;
    }
    
    /* Gallery styles */
    .lady-profile-template .profile-gallery-container {
        margin-bottom: 30px;
    }
    
    .lady-profile-template .main-photo {
        width: 100%;
        margin-bottom: 20px;
        cursor: pointer;
        border-radius: 8px;
        overflow: hidden;
        box-shadow: 0 3px 10px rgba(0,0,0,0.1);
    }
    
.lady-profile-template .main-photo img {
    width: auto;
    height: 100%;
    display: block;
    margin: 0 auto;
    max-width: 429px;
}
.lady-profile-template .photo-thumbnails {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}
    
    .lady-profile-template .photo-thumbnails .thumbnail {
        cursor: pointer;
        border-radius: 5px;
        overflow: hidden;
        aspect-ratio: 1/1;
    }
    
    .lady-profile-template .photo-thumbnails .thumbnail img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }
    
    /* Sidebar content styles */
    .lady-profile-template .sidebar-section {
        margin-bottom: 25px;
    }
    
    .lady-profile-template .sidebar-section h3 {
        font-size: 18px;
        margin-top: 0;
        margin-bottom: 15px;
        color: #333;
        padding-bottom: 10px;
        border-bottom: 1px solid #eee;
    }
.lady-profile-template .detail-item {
    display: flex;
    justify-content: space-between;
    padding: 10px 0 0px;
    border-bottom: 0;
}
    
.lady-profile-template .detail-label {
font-family: 'Reddit Sans', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0%;
    color: #00000099;
    display: flex;
    align-items: center;
}
/* .lady-profile-template .detail-item span.detail-label {
    padding-left: 24px;
} */
.lady-profile-template .detail-item.video_bg span.detail-label::before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    position: absolute;
    left: 0;
    border-radius: 50px;
    background-image: url("/wp-content/uploads/play_video.svg");
}

    
.lady-profile-template .detail-value {
    color: #000000;
font-family: 'Reddit Sans', sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0%;
    text-align: right;
}
    
    /* Action buttons */
    .lady-profile-template .action-buttons {
        display: flex;
        flex-direction: column;
        gap: 10px;
        margin-top: 20px;
    }
    
    .lady-profile-template .action-button {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        padding: 12px;
        border-radius: 5px;
        font-weight: 600;
        text-decoration: none;
        transition: all 0.3s ease;
        text-align: center;
    }
    
.lady-profile-template .arrange-date-button {
    background-color: #B49759;
    color: white;
    border: none;
	font-family: 'Reddit Sans', sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0%;
    display: inline-flex;
    align-items: center;
    padding: 12px 19px;
    border-radius: 10px;
}
.detail_page .lightbox_date_button h2 {
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #fff;
    margin: 0 0 16px;
    text-shadow: 0 0 5px rgba(255, 215, 0, 0.8);
}
    
.lady-profile-template .arrange-date-button:hover {
    background-color: #B49759;
    color: #fff;
}
    
    .lady-profile-template .favorite-button {
        background-color: white;
        color: #ffa502;
        border: 2px solid #ffa502;
    }
    
    .lady-profile-template .favorite-button:hover {
        background-color: #fef0f7;
    }
    
    /* Modal styles */
    .modal {
        display: none;
        position: fixed;
        z-index: 1000;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0,0,0,0.9);
    }
    
    .modal-content {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100%;
    }
    
    #modal-image {
        max-width: 90%;
        max-height: 90%;
        object-fit: contain;
    }
    
    .close-modal {
        position: absolute;
        top: 20px;
        right: 30px;
        color: white;
        font-size: 40px;
        font-weight: bold;
        cursor: pointer;
    }
    
    .nav-arrow {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        color: white;
        font-size: 50px;
        cursor: pointer;
        user-select: none;
    }
    
    .prev {
        left: 30px;
    }
    
    .next {
        right: 30px;
    }
    
    /* Responsive adjustments */
    @media (max-width: 768px) {
        .lady-profile-template .detail_page {
            flex-direction: column;
        }
        

        .lady-profile-template .photo-thumbnails {
            grid-template-columns: repeat(3, 1fr);
        }
    }

    /* Mobile styles */
        @media (max-width: 768px) {
        .filter-sidebar-desktop {
            display: none;
        }
        .profiles-heading-count_web {
            display: none;
        }
        
        .filter_result_desktop {
            display: none;
        }
        
        .mobile-filter-header {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 15px;
        }
        
        .mobile-filter-toggle {
            background: none;
            border: none;
            padding: 5px;
        }
        
        .mobile-filter-toggle img {
            width: 24px;
            height: 24px;
        }
        
        .mobile-filter-container {
            display: none;
            margin-bottom: 20px;
            background: #f8f8f8;
            padding: 15px;
            border-radius: 8px;
        }
        
        .mobile-filter-container.active {
            display: block;
        }
        
        .mobile-filter-results {
            margin-bottom: 15px;
        }
        
        .total-results {
            margin-top: 15px;
        }
    }
    
    /* Desktop styles */
    @media (min-width: 769px) {
        .mobile_filter_close,
        .mobile-filter-header,
        .mobile-filter-container,
        .mobile-filter-results {
            display: none !important;
        }
    }

    .mobile-filter-toggle .close-icon {
        display: none;
    }
    .mobile-filter-toggle .filter-icon {
        display: inline-block;
    }
    .mobile-filter-container.active ~ .mobile-filter-toggle .close-icon {
        display: inline-block;
    }
    .mobile-filter-container.active ~ .mobile-filter-toggle .filter-icon {
        display: none;
    }

    .detail_page .content {
        margin-top: 15px;
        padding-top: -1px;
    }


    .detail_page .lightbox_modal {
        display: none;
        position: fixed;
        z-index: 9999;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0,0,0,0.9);
        overflow: auto;
        cursor: pointer;
    }
.detail_page .lightbox_content {
    display: flex;
    height: auto;
    margin: 5vh auto;
    max-width: 90%;
    cursor: auto;
    gap: 20px;
    justify-content: space-between;
}

    .detail_page .lightbox_main_image {
        flex: 3;
        position: relative;
        text-align: center;
    }





    .detail_page .lightbox_thumbnail:hover, 
    .lightbox_thumbnail.active {
        opacity: 1;
    }




    .detail_page .close_lightbox {
        position: absolute;
        top: 20px;
        right: 30px;
        color: white;
        font-size: 40px;
        font-weight: bold;
        cursor: pointer;
    }

.detail_page .lightbox_main_image {
    position: relative;
    display: flex;
    flex-direction: column;
}





    /* Responsive adjustments */
    @media (max-width: 768px) {
        .detail_page .detail_page .lightbox_content {
            flex-direction: column;
            height: auto;
        }

    }



    /* Pre Register page    */
    main#wp--skip-link--target {
        margin-top: 0px !important;
        padding-top: 0px;
    }

    .wp-block-group.alignfull.has-global-padding.is-layout-constrained.wp-block-group-is-layout-constrained {
        padding: 0px !important;
    }

    div#pre_registration {
     max-width: 100%;
    }



    

    
    .register_pg .gallery_column {
        flex: 1;
        min-width: 0;
    }
    
    /* Registration Form Styles */

    


    
    .register_pg .already_acct {
        display: inline;
        margin-right: 5px;
    }
    
    /* Form Steps */
    .register_pg .form-step {
        display: none;
    }
    
    .register_pg .form-step.active {
        display: block;
    }
    
    .register_pg label {
        display: block;
        margin-bottom: 8px;
        font-weight: 500;
    }
    
    .register_pg input {
        width: 100%;
        padding: 12px;
        margin-bottom: 20px;
        border: 1px solid #ddd;
        border-radius: 4px;
        font-size: 16px;
    }
    
    .register_pg button {
        padding: 12px 24px;
        background: #d82a90;
        color: white;
        border: none;
        border-radius: 4px;
        cursor: pointer;
        font-size: 16px;
        transition: background 0.3s ease;
    }
    
    .register_pg button:hover {
        background: #b8227d;
    }
    
    .register_pg .prev-step {
        background: #666;
        margin-right: 10px;
    }
    
    .register_pg .prev-step:hover {
        background: #555;
    }
    
    /* Google Sign-In Styles */

    
    .register_pg .sign_in_google h3:before,
    .register_pg .sign_in_google h3:after {
        content: "";
        flex: 1;
        border-bottom: 1px solid #ddd;
        margin: auto 10px;
    }
    
    .register_pg .sign_in_google h3:before {
        margin-right: 10px;
    }
    
    .register_pg .sign_in_google h3:after {
        margin-left: 10px;
    }
    
    #gSignInWrapper {
        display: inline-block;
        margin-top: 10px;
    }
    
    .register_pg .customGPlusSignIn {
        display: flex;
        align-items: center;
        background: #4285F4;
        color: white;
        padding: 10px 20px;
        border-radius: 4px;
        cursor: pointer;
        transition: background 0.3s ease;
    }
    
    .register_pg .customGPlusSignIn:hover {
        background: #357ABD;
    }
    
    .register_pg .customGPlusSignIn img {
        width: 30px;
        height: 30px;
        margin-right: 10px;
    }
    

.btn_sec_reg button.prev-step {

    margin-top: 29px;

    background-color: #b49759;

    border-radius: 10px;

    font-family: 'Reddit Sans', sans-serif;

    font-weight: 600;

    font-size: 20px;

    line-height: 24px;

    width: 100%;

}

.btn_sec_reg button.prev-step:hover {

    background: #b49759;

}
.g-recaptcha {
    margin-top: 15px;
}


.grecaptcha-badge {
  visibility: hidden;
} 

.reCaptcha_dec p a {
    font-size: 10px;
}

.password-wrapper.eye_icn i#toggleIcon {
    top: 50% !important;
}
button.next_step_login {
    display: block;
    margin-top: 40px;
    width: 100%;
    background-color: rgba(180, 151, 89, 1);
    border-radius: 10px;
    font-family: 'Reddit Sans', sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0%;
    color: rgba(255, 255, 255, 1);
}
 button.submit_form_cus {
    display: block;
    margin-top: 40px;
    width: 100%;
    background-color: rgba(180, 151, 89, 1);
    border-radius: 10px;
    font-family: 'Reddit Sans', sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0%;
    color: rgba(255, 255, 255, 1);
}
button.next_step_login:hover, 
button.submit_form_cus:hover {
    background-color: rgba(180, 151, 89, 1); /* same color on hover */
}
    
    
    /* Responsive Styles */
    @media (max-width: 1200px) {
        html {
            overflow-x: hidden !important;
        }
    }
    
    @media (max-width: 768px) {
        .woman_card.top_ladies.custom-class {
            grid-column: span 1;
        }
        .register_pg .split_layout {
            flex-direction: column;
        }
        
        .register_pg .form_column,
        .register_pg .gallery_column {
            width: 100%;
        }
        
        .register_pg .registration_form {
            margin-bottom: 40px;
        }
    }

    @media (min-width: 1100px) and  (max-width: 1600px) {
        .register_pg .gallery_column .women_gallery .women_collage img {
            aspect-ratio: 4/4;
        } 
    }

    .register_pg .gallery_column .women_gallery {
        height: 100%;
    }
    .register_pg .gallery_column .women_gallery .women_collage {
        height: 100%;
    }
    .register_pg .gallery_column .women_gallery .women_collage img {
        height: 100%;
        width: 100%;
        object-fit: cover;
    }
    
