/*
Theme Name: Hello Biz Child
Theme URI: https://github.com/elementor/hello-biz-child/
Description: Hello Biz Child is a child theme of Hello Biz, created by Elementor team
Author: Elementor Team
Template: hello-biz
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Version: 1.0.0
Stable tag: 1.0.0
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.4
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: hello-biz-child
Tags: flexible-header, custom-colors, custom-menu, custom-logo, featured-images, rtl-language-support, threaded-comments, translation-ready, style-variations
*/

/* Add your custom styles here */

.members-list-panel{
    position: relative;
    display: block;
    padding: 15px;
}
.members-list-panel .row{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    column-gap: 2rem;
}
.members-list-panel .row .col-md-4{
    width:calc((100% - 4rem) / 3);
}
.members-list-panel .row .col-md-12{
    width:100%;
}
.members-list-panel .row .member .member-wrapper{
    width:100%;
    background-color: #ffffff;
    border:1px solid  #F1F1F1;
    padding: 20px;
    box-shadow: 0 0 15px rgb(0 0 0 / 10%);
    transform: translate(0px , 0px);
    margin-bottom: 2rem;
    transition: all ease-in .3s;
}
.members-list-panel .row .member .member-wrapper:hover{
    box-shadow: 0 0 10px rgb(0 0 0 / 20%);
    transform: translate(0px , -10px);
    transition: all ease-in .3s;
}
.member-wrapper .text-center > *{
    text-align: center;
}
.member-wrapper .member-photo{
    display: flex;
    width: 80%;
    border-radius: 50%;
    overflow: hidden;
    margin: 25px auto 45px;
}
.btn-read-more{
    padding: 10px 25px;
    margin: 10px 0;
    display: inline-block;
    background: #E9B534;
    color: #ffffff;
    border-radius: 6px;
    font-weight: 600;
    transition: all ease-in .3s;
}
.btn-read-more:hover{
    color: #ffffff;
    background: #20201F;
    transition: all ease-in .3s;
}
.members-list-panel .pagination{
    max-width: auto;
    justify-content: center;
}
.members-list-panel .pagination .page-numbers{
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 18px;
    font-weight: 600;
    border-radius: 5px;
    box-shadow: none;
    color: #20201F;
    transition: all ease-in .3s;
}
.members-list-panel .pagination .page-numbers:hover{
    background: #e1e1e1;
    color: #20201f;
    box-shadow: 0 0 3px rgb(0 0 0 / 25%);
    transition: all ease-in .3s;
}
.members-list-panel .pagination .page-numbers.prev,
.members-list-panel .pagination .page-numbers.next{
    font-size: 26px;
    line-height: 36px;
}
.members-list-panel .pagination .page-numbers.current{
    background: #E9B534;
    color: #ffffff;
}
.elementor-static-page-header {
    background-image: url(https://vgcelitesclub.com/wp-content/uploads/2025/04/VGCM14-1.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    
    padding: 140px 0  140px;
    margin-bottom: 60px;
    overflow: hidden;
}
.elementor-static-page-header .elementor-background-overlay{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top:0;
    background: rgb(0 0 0 / 50%);
    z-index: 0;
}
.elementor-static-page-header  .elementor-widget-heading > div *,
.elementor-static-page-header  .elementor-widget-text-editor > div *{
    text-align: center;
}
.elementor-static-page-header  .elementor-widget-text-editor > div *{
    color: #ffffff;
}
.text-center{
    text-align: center !important;
}
.member-wrapper.login-request{
    padding: 60px 0 90px;
}

/* Single Member Profile */
.single-member-panel .member-profile{
    display: block;
    position: relative;
    width: 100%;
    margin: 10px 10px 60px;
    padding: 0;
    box-shadow: 0 0 15px 1px rgb(0 0 0 / 15%);
    border-radius: 15px;
}
.single-member-panel .member-profile .member-header{
    border-bottom: 1px solid #efefef;
    padding: 15px 30px;
    margin:0;
    display: flex;
    Flex-direction: row;
    column-gap: 30px;
    justify-content: space-between;
}
.single-member-panel .member-profile .member-header .socials-wrap{
    display: flex;
    column-gap: 10px;
    margin: 5px 0;
}
.single-member-panel .member-profile .member-header .socials-wrap span.item{
    display: flex;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
    text-align: center;
    border-radius: 50%;
    overflow: hidden;
}
.single-member-panel .member-profile .member-header .socials-wrap span.item a{
    width: 100%;
    position: relative;
    height: 100%;
    background: #f1f3f5;
    color: #0e0e1f;
    transition: all ease-in .3s;
}
.single-member-panel .member-profile .member-header .socials-wrap span.item a:hover{
    color: #e9b534;
    background: #222222;
    transition: all ease-in .3s;
}
.single-member-panel .member-profile .member-body{
    display: flex;
    overflow: hidden;
    padding: 40px;
    column-gap: 50px;
}
.single-member-panel .member-profile .member-body .column-1{
    max-width: 27.5%;
}
.single-member-panel .member-profile .member-body .column-1 .member-photo{
    display: flex;
    padding-bottom: 2rem;
    margin-bottom: 2rem;
    border-bottom: 1px solid #e8e8e8;
}
.single-member-panel .member-profile .member-body .column-1 .member-photo img{
    border-radius: 8px;
}
.single-member-panel .member-profile .member-body .column-1 .member-meta{
    padding-bottom: 2rem;
    margin-bottom: 2rem;
    border-bottom: 1px solid #e8e8e8;
}
.single-member-panel .member-profile .member-body .column-1 .member-meta > div{
    display: flex;
    margin-bottom: 10px;
    column-gap: 30px;
}
.single-member-panel .member-profile .member-body .column-1 .member-meta > div > span{
    line-height: 35px;
}
.single-member-panel .member-profile .member-body .column-1 .member-meta > div.member-id span{
    background: #e9b534;
    padding: 0 25px;
    color: #ffffff;
    border: 1px solid #d69b07;
    border-radius: 5px;
    line-height: 35px;
    font-weight: 600;
}
.single-member-panel .member-profile .member-body .column-1 .member-meta .meta-title{
    font-size: 18px;
    font-weight: 700;
    margin: 0;
    line-height: 35px;
}
.single-member-panel .member-profile .member-body .column-1 .qr-code-wrap .qr-code{
    width: 150px;
}
.member-body .column-2 .row-1{
    margin-bottom: 2rem;
    display: flex;
    padding: 0 0 2rem;
    border-bottom: 1px solid #efefef;
}
table.member-data-table tbody>tr:nth-child(odd)>td, table tbody>tr:nth-child(odd)>th{
    background: transparent;
}
table.member-data-table tbody>tr > td{    
    padding: 11.5px 15px;
    border: none;
}
table.member-data-table tbody>tr > td:first-child{
    font-weight: 600;
}





@media (max-width: 991px) {
    .members-list-panel .row .col-md-4{
        width:calc((100% - 4rem) / 3);
    }
}
@media (max-width: 768px) {
    
    .members-list-panel .row .col-md-4{
        width:calc((100% - 2rem) / 2);
    }
    .single-member-panel .member-profile {
        display: block;
        position: relative;
        width: calc(100% - 20px);
    }
    .single-member-panel .member-profile .member-header {
        padding: 15px 20px;
        Flex-direction: column;
    }
    .single-member-panel .member-profile .member-header .member-title h2{
        font-size: 1.6rem;
    }
    .single-member-panel .member-profile .member-header .socials-wrap span.item {
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 16px;
    }
    .single-member-panel .member-profile .member-body {
        display: flex;
        flex-direction: column;
        overflow: hidden;
        padding: 40px 20px;
    }
    .single-member-panel .member-profile .member-body .column-1,
    .single-member-panel .member-profile .member-body .column-2{
        max-width: 100%;
    }
    .single-member-panel .member-profile .member-body .column-1{
        padding-bottom: 2rem;
        margin-bottom: 2rem;
        border-bottom: 1px solid #efefef;
    }
    table.member-data-table tbody>tr > td {
        padding: 11.5px 10px;
        border: none;
    }
    
}
@media (max-width: 575px) {
    .members-list-panel .row {
        flex-direction: column; /* Stacks columns vertically on smaller screens */
    }
    .members-list-panel .row .col-md-4{
        width:100%;
    }
    
}