/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */
/* Membership Page Styling */
/* Membership Container */
.membership-container {
    max-width: 1100px;
    margin: 40px auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
}

/* Membership Box */
.membership-box {
    border: 1px solid #ddd;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    background: #fff;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.membership-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}

/* Header & Badge */
.membership-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.membership-header h3 {
    font-size: 20px;
    font-weight: 700;
    margin: 0;
}

.badge {
    background: #0073e6;
    color: #fff;
    padding: 4px 10px;
    border-radius: 6px;
    font-size: 12px;
    font-weight: 600;
}

/* Membership Description */
.membership-box p {
    margin: 10px 0;
    color: #555;
    line-height: 1.5;
}

/* Price */
.membership-box p.price {
    font-size: 18px;
    font-weight: 600;
    margin: 10px 0;
}

/* Plan Selector */
.select-plan label {
    font-weight: 600;
    display: block;
    margin-bottom: 5px;
}

.select-plan select {
    width: 100%;
    padding: 8px 12px;
    border-radius: 6px;
    border: 1px solid #ccc;
    font-size: 14px;
    margin-bottom: 5px;
}

/* Error Message */
.error-msg {
    display: none;
    color: red;
    font-size: 13px;
    margin-top: 5px;
}

/* Preview Box */
.preview-box {
    margin-top: 10px;
    font-size: 14px;
    background: #f9f9f9;
    padding: 10px;
    border-radius: 6px;
    border: 1px solid #eee;
    line-height: 1.4;
}

/* Join Button */
.cta-btn.join-btn {
    display: inline-block;
    margin-top: 10px;
    background: #0073e6;
    color: #fff;
    padding: 10px 20px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    transition: background 0.3s ease;
}

.cta-btn.join-btn:hover {
    background: #005bb5;
}

/* Responsive */
@media(max-width:768px){
    .membership-container {
        grid-template-columns: 1fr;
    }
}
li#menu-item-1007 {
    display: none !important;
}

#mpcr-modal-overlay {
    display:none;
    position:fixed; top:0; left:0; width:100%; height:100%;
    background:rgba(0,0,0,0.6); z-index:9999;
    overflow:auto; padding:50px 0;
}
.mpcr-modal {
    background:#fff; width:90%; max-width:800px;
    margin:0 auto; border-radius:8px; padding:20px;
    box-shadow:0 0 20px rgba(0,0,0,0.3); position:relative;
}
.mpcr-modal-header { display:flex; justify-content:space-between; align-items:center; }
.mpcr-close { background:#f44336; color:#fff; border:none; padding:5px 10px; border-radius:4px; cursor:pointer; font-size:18px; }
.mpcr-card { background:#f9f9f9; padding:10px; margin:10px 0; border-radius:6px; box-shadow:0 1px 3px rgba(0,0,0,0.1); }
.report-link-item input { width:75%; margin-right:5px; }
.mpcr-file-item { display:flex; justify-content:space-between; align-items:center; padding:5px; }


.cr-report-card { padding:15px; background:#f9f9f9; border-radius:10px; box-shadow:0 2px 8px rgba(0,0,0,0.1); }
.cr-section { margin-bottom:20px; }
.cr-section h4 { margin-bottom:8px; font-size:16px; color:#333; }
.cr-media-grid { display:flex; flex-wrap:wrap; gap:10px; }
.cr-media-item { width:120px; height:120px; overflow:hidden; border-radius:8px; cursor:pointer; border:1px solid #ddd; display:flex; align-items:center; justify-content:center; }
.cr-media-item img.cr-thumb, .cr-media-item video.cr-thumb { max-width:100%; max-height:100%; object-fit:cover; display:block; }






