/**

Theme Name: Wiselogix

Author: Muhammad Waqar Aslam

Author URI: https://wiselogix.com/

Description: This Astra child theme is created by Muhammad Waqar Aslam for <a href=\"https://wiselogix.com/\" target=\"_blank\">Wiselogix</a>

Version: 1.0.0

License: GNU General Public License v2 or later

License URI: http://www.gnu.org/licenses/gpl-2.0.html

Text Domain: astra-child

Template: astra

*/

@import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400;0,500;0,600;0,700;1,400&family=Inter:wght@300;400;500;600&display=swap');

/* Typography */
body,
p,
li,
td,
th,
input,
textarea,
select,
label {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.7;
    color: #1a1a2e;
    -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5, h6,
.entry-title,
.site-title {
    font-family: 'Lora', Georgia, 'Times New Roman', serif;
    font-weight: 600;
    line-height: 1.3;
    letter-spacing: -0.01em;
    color: #0d1b2a;
}

h1, .entry-title { font-size: 2rem; }
h2 { font-size: 1.6rem; }
h3 { font-size: 1.3rem; }
h4 { font-size: 1.1rem; }

/* Stats bar — number color */
[data-id="sf3n1"] .elementor-heading-title,
[data-id="sf3n2"] .elementor-heading-title,
[data-id="sf3n3"] .elementor-heading-title,
[data-id="sf3n1"] h2,
[data-id="sf3n2"] h2,
[data-id="sf3n3"] h2 {
    color: #C8831A !important;
}

/* Hide WooCommerce store notice/cart bar on home page only */
.home .woocommerce-store-notice,
.home .demo_store {
    display: none !important;
}

/* Phone link — plain styled text on desktop, orange tappable link on mobile */
a.phone-link {
    color: inherit;
    text-decoration: none;
    pointer-events: none;
    cursor: default;
}
@media (max-width: 768px) {
    a.phone-link {
        color: #C8831A !important;
        text-decoration: none;
        font-weight: 600;
        pointer-events: auto;
        cursor: pointer;
        border-bottom: 2px solid #C8831A;
        padding-bottom: 1px;
    }
}

/* Hide WooCommerce store notice/cart bar on sample-files page */
.page-id-2011 .woocommerce-store-notice,
.page-id-2011 .demo_store {
    display: none !important;
}

/* ── Sample Files page ────────────────────────────────────────────── */
.page-id-2011 .entry-title {
    font-size: 2rem;
    color: #0d1b2a;
    margin-bottom: 0.25rem;
}

.page-id-2011 .sample-cards-wrap {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    margin-top: 2rem;
}

.page-id-2011 .sample-card {
    background: #ffffff;
    border: 1px solid #e2e6ea;
    border-radius: 6px;
    padding: 1.75rem 2rem;
    box-shadow: 0 1px 4px rgba(13, 27, 42, 0.07);
}

.page-id-2011 .sample-card:nth-child(even) {
    background: #f7f8fa;
}

.page-id-2011 .sample-card h2 {
    font-family: 'Lora', Georgia, serif;
    font-size: 1.15rem;
    font-weight: 600;
    color: #0d1b2a;
    margin-top: 0;
    margin-bottom: 0.75rem;
    line-height: 1.4;
}

.page-id-2011 .sample-card .sample-card__meta {
    display: inline;
    font-size: 0.875rem;
    font-weight: 400;
    color: #5a6a7a;
    font-family: 'Inter', sans-serif;
    margin-left: 0.4rem;
}

.page-id-2011 .sample-card p {
    margin-bottom: 0.6rem;
    color: #3a4a5a;
}

.page-id-2011 .sample-card p:last-child {
    margin-bottom: 0;
}

/* Download buttons */
.page-id-2011 .sample-download-btn,
.page-id-2011 .sample-download-btn:visited {
    display: inline-block;
    background: #C8831A;
    color: #ffffff !important;
    font-family: 'Inter', sans-serif;
    font-size: 0.875rem;
    font-weight: 600;
    text-decoration: none;
    padding: 0.5rem 1.1rem;
    border-radius: 4px;
    margin-top: 0.5rem;
    margin-right: 0.5rem;
    transition: background 0.15s ease;
    letter-spacing: 0.01em;
}

.page-id-2011 .sample-download-btn:hover,
.page-id-2011 .sample-download-btn:focus {
    background: #a86815;
    color: #ffffff !important;
    text-decoration: none;
}

/* ===== DATA LEVELS SECTION ===== */
.data-level-card {
    background: #fff;
    border-radius: 8px;
    padding: 32px 28px;
    height: 100%;
    box-shadow: 0 2px 14px rgba(0,0,0,0.07);
    border: 2px solid transparent;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
}
.data-level-card.card-featured {
    border-color: #C8831A;
    position: relative;
}
.data-level-badge {
    font-family: 'Inter', sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.14em;
    color: #C8831A;
    text-transform: uppercase;
    margin-bottom: 8px;
}
.data-level-popular {
    display: inline-block;
    background: #C8831A;
    color: #fff;
    font-family: 'Inter', sans-serif;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    padding: 3px 10px;
    border-radius: 12px;
    margin-bottom: 10px;
    margin-left: 8px;
    vertical-align: middle;
}
.data-level-card h3 {
    font-family: 'Inter', sans-serif !important;
    font-size: 20px !important;
    font-weight: 700 !important;
    color: #0d1b2a !important;
    margin: 0 0 10px 0 !important;
    line-height: 1.3 !important;
}
.data-level-desc {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    color: #555;
    line-height: 1.6;
    margin-bottom: 14px;
}
.data-level-meta {
    font-family: 'Inter', sans-serif;
    font-size: 11.5px;
    font-weight: 600;
    color: #888;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin-bottom: 18px;
    padding-bottom: 16px;
    border-bottom: 1px solid #e8e4dc;
}
.data-level-checklist {
    list-style: none;
    padding: 0;
    margin: 0 0 18px 0;
    flex: 1;
}
.data-level-checklist li {
    font-family: 'Inter', sans-serif;
    font-size: 13.5px;
    color: #333;
    padding: 4px 0 4px 22px;
    position: relative;
    line-height: 1.4;
}
.data-level-checklist li::before {
    content: '\2713';
    position: absolute;
    left: 0;
    color: #2d8a4e;
    font-weight: 700;
}
.data-level-best {
    font-family: 'Inter', sans-serif;
    font-size: 12px;
    color: #888;
    margin-bottom: 20px;
    line-height: 1.55;
}
.data-level-best strong {
    color: #555;
    font-weight: 600;
}
.data-level-btn {
    display: block;
    text-align: center;
    padding: 11px 20px;
    border-radius: 4px;
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    transition: background 0.2s, color 0.2s, border-color 0.2s;
    margin-top: auto;
    cursor: pointer;
}
.data-level-btn-outline {
    border: 2px solid #C8831A;
    color: #C8831A;
    background: transparent;
}
.data-level-btn-outline:hover {
    background: #C8831A;
    color: #fff;
    text-decoration: none;
}
.data-level-btn-filled {
    background: #C8831A;
    color: #fff;
    border: 2px solid #C8831A;
}
.data-level-btn-filled:hover {
    background: #a36815;
    border-color: #a36815;
    color: #fff;
    text-decoration: none;
}

/* Navigation */
.main-header-menu a,
.ast-header-break-point .main-header-menu a {
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.02em;
}
