/* 
Theme Name:		 jobboardpro max Child
Theme URI:		 http://menfia.com/
Description:	 jobboardpro max  is a child theme of jobboardpro max  Theme
Author:			 menfia digital
Author URI:		 http://menfia.com/
Template:		 jobboardpro-max
Version:		 1.0.0
Text Domain:	 jobboardpro-max
*/

/* Existing styles */
.modern-pricing-table {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    margin: 0 auto;
}

.package-card {
    background: #fff;
    border-radius: 10px;
    padding: 30px 20px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    text-align: center;
    width: 280px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
    overflow: hidden;
}

.package-card h3 {
    font-size: 1.6rem;
    margin-bottom: 10px;
    font-weight: bold;
    color: #333;
}

.package-card .package-price {
    font-size: 2.5rem;
    color: #0f9d58;
    font-weight: bold;
    margin-bottom: 15px;
}

.package-card p {
    font-size: 1rem;
    color: #777;
    margin-bottom: 15px;
}

.package-card .package-btn {
    display: inline-block;
    padding: 10px 25px;
    background: #0f9d58;
    color: #fff;
    border-radius: 5px;
    font-size: 1rem;
    text-decoration: none;
    transition: background-color 0.3s ease;
}

.package-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}

.package-card .package-btn:hover {
    background: #0b7d45;
}

/* Highlight Recommended Package */
.recommended-package {
    border: 2px solid #0f9d58;
    position: relative;
}

.recommended-package::before {
    content: "Recommended";
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: #0f9d58;
    color: #fff;
    padding: 5px 10px;
    border-radius: 3px;
    font-size: 0.9rem;
    font-weight: bold;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .modern-pricing-table {
        flex-direction: column;
        align-items: center;
    }
    .package-card {
        width: 100%;
        max-width: 90%;
    }
}

div.um .g-recaptcha {
    max-width: 100%;
    margin: auto;
    margin-bottom: 30px;
}

form#job-posting-form label {
    display: block;
}

form#job-posting-form select, form#job-posting-form input {
    width: 100%;
}

html, body {
    overflow-x: hidden;
}

.job-category-button, .subcategory-button {
    display: inline-block;
    padding: 10px 20px;
    margin: 5px;
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: #f9f9f9;
    cursor: pointer;
}

.job-category-button.active, .subcategory-button.active {
    background-color: #b3e5fc;
    border-color: #0288d1;
    color: #0288d1;
}

div.um .g-recaptcha {
    max-width: 100% !important;
    margin: auto;
    margin-bottom: 30px;
}

.no-coupons {
    margin-top: 21px !important;
}

.wp-block-separator {
    border: none;
    border-top: 2px solid;
    color: #f9f9f9;
}

input#usd-amount {
    margin-bottom: 11px;
}

#ddfdfdfd p {
    font-size: 13px !important;
}

p#exchange-rate {
    font-size: 14px;
    margin-top: -15px;
}

.deshub3 {
    background: #2FB163;
    padding: 10px;
    margin-top: 22px;
    margin-bottom: 32px;
    padding-bottom: 25px;
    border-radius: 10px;
}

.deshub3 label {
    color: white !important;
    font-weight: 700;
    font-size: 20px !important;
}

.jobsk thead {
    background: #fafafa;
}

.jobsk thead tr {
    border: 1px solid #ddd !important;
}

.jobsk tbody tr td {
    border: 0px !important;
}

table.user-job-list {
    width: 100%;
}

table.user-job-list tr, td {
    padding: 10px;
    border: 1px solid #ddd;
}

table.user-job-list thead tr th {
    padding: 8px !important;
}

tr.submission-row td {
    text-align: center;
}

table.job-submissions-table thead tr th {
    text-align: center;
}

.referral-stats-container table {
    width: 100%;
}

.referral-stats-container h3, .referral-stats-container p {
    color: white !important;
}

/* License Overlay System Styles */
.license-overlay-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

.license-overlay-backdrop {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    backdrop-filter: blur(5px);
}

.license-overlay-modal {
    position: relative;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 20px;
    padding: 0;
    max-width: 500px;
    width: 90%;
    max-height: 90vh;
    overflow-y: auto;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.5);
    animation: modalSlideIn 0.4s ease-out;
    color: white;
}

@keyframes modalSlideIn {
    from {
        opacity: 0;
        transform: translateY(-50px) scale(0.9);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

@keyframes shake {
    0%, 100% { transform: translateX(0); }
    25% { transform: translateX(-10px); }
    75% { transform: translateX(10px); }
}

@keyframes spin {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

.license-overlay-header {
    text-align: center;
    padding: 40px 30px 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.license-lock-icon {
    width: 64px;
    height: 64px;
    margin-bottom: 20px;
    filter: brightness(0) invert(1);
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0%, 100% { transform: scale(1); opacity: 1; }
    50% { transform: scale(1.1); opacity: 0.8; }
}

.license-overlay-header h2 {
    margin: 0;
    font-size: 28px;
    font-weight: 700;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.license-overlay-content {
    padding: 30px;
    line-height: 1.6;
    font-size: 16px;
}

.license-overlay-content p {
    margin-bottom: 15px;
}

.license-overlay-content .license-status-box {
    background: rgba(255, 255, 255, 0.15);
    border-radius: 10px;
    padding: 20px;
    margin: 20px 0;
    border-left: 4px solid #ff6b6b;
}

.license-overlay-content ul {
    margin: 15px 0;
    padding-left: 20px;
}

.license-overlay-content ul li {
    margin-bottom: 5px;
}

.license-overlay-actions {
    padding: 20px 30px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.license-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 15px 25px;
    border-radius: 10px;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
}

.license-btn-primary {
    background: #4CAF50;
    color: white;
}

.license-btn-primary:hover {
    background: #45a049;
    transform: translateY(-2px);
    box-shadow: 0 8px 16px rgba(76, 175, 80, 0.3);
}

.license-btn-secondary {
    background: rgba(255, 255, 255, 0.2);
    color: white;
    border: 2px solid rgba(255, 255, 255, 0.3);
}

.license-btn-secondary:hover {
    background: rgba(255, 255, 255, 0.3);
    transform: translateY(-2px);
}

.license-btn-refresh {
    background: #2196F3;
    color: white;
}

.license-btn-refresh:hover {
    background: #1976D2;
    transform: translateY(-2px);
    box-shadow: 0 8px 16px rgba(33, 150, 243, 0.3);
}

.license-btn:disabled {
    opacity: 0.6;
    cursor: not-allowed;
    transform: none;
}