/* Theme Name: Thrico Theme 
 * URI: https://pulseplaydigital.com 
 * Author: PulsePlay Digital 
 * Description: Lightweight custom WordPress theme. 
 * Version: 1.0 Text Domain: thrico */

body {
  margin: 0;
  padding: 0;
}
[data-lucide] {
    width: 24px;
    height: 24px;
    stroke: #4F46E5;
    stroke-width: 2;
}
[data-lucide] {
    width: 48px;
    height: 48px;
}
.site-header {
  background: #133063;
  color: #fff;
  padding: 20px;
}
h1,
h2,
h3,
h4,
h5,
h6{
    font-family: 'Unbounded', sans-serif;
    font-weight: 500;
	    padding: 8px 0;
}
.privacy-policy-text h2 {
    text-transform: uppercase;
}
a {
    color: #1E7AE5;
}
.site-footer {
  background: #f5f5f5;
  padding: 20px;
  text-align: center;
}
/*blog*/
.thrico-blog-wrapper {
        border-radius: 24px;
    }
span.thrico-author {
    font-weight: 700;
    color: #0E0B08;
}
    /* Tabs */
    .thrico-blog-tabs-outer {
        display: flex;
        justify-content: center;
        margin-bottom: 32px;
    }

    .thrico-blog-tabs {
        display: inline-flex;
        align-items: center;
        gap: 6px;
        background: #ffffff;
        border-radius: 40px;
        padding: 6px;
    }

   .thrico-tab {
    padding: 9px 20px;
    border-radius: 30px;
    border: none;
    background: #81d4fa1f;
    color: #0E0B08;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Instrument Sans';
    cursor: pointer;
    white-space: nowrap;
    flex-shrink: 0;
    transition: all .2s ease;
}

    .thrico-tab:hover {
        color: #2f6bff;
    }

    .thrico-tab.active {
        background: #2f6bff;
        color: #ffffff;
    }
.tsb-title .light{
    font-weight:300;
}

.tsb-title .bold{
    font-weight:700;
}
    /* Mobile: horizontal scroll instead of wrapping */
    @media (max-width: 640px) {
        .thrico-blog-tabs-outer {
            justify-content: flex-start;
            width: 100%;
            overflow-x: auto;
            -webkit-overflow-scrolling: touch;
            scrollbar-width: none;
            padding-bottom: 4px;
        }

        .thrico-blog-tabs-outer::-webkit-scrollbar {
            display: none;
        }

        .thrico-blog-tabs {
            display: inline-flex;
            flex-wrap: nowrap;
            width: max-content;
            background: #fff;
        }

        .thrico-tab {
            padding: 8px 16px;
            font-size: 13px;
        }
    }

    /* Grid */
    .thrico-blog-posts {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 24px;
        transition: opacity .2s ease;
    }

    @media (max-width: 900px) {
        .thrico-blog-posts { grid-template-columns: repeat(2, 1fr); }
    }

    @media (max-width: 600px) {
        .thrico-blog-posts { grid-template-columns: 1fr; }
    }

    .thrico-blog-card {
        background: #ffffff;
        border-radius: 18px;
        overflow: hidden;
        box-shadow: 0 6px 20px rgba(20, 30, 60, .06);
        display: flex;
        flex-direction: column;
    }

    .thrico-card-thumb {
        display: block;
        width: 100%;
        height: 190px;
        overflow: hidden;
        background: #f3f4f8;
    }

    .thrico-card-thumb img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }

    .thrico-thumb-placeholder {
        width: 100%;
        height: 100%;
        background: linear-gradient(135deg, #d9e2ff, #f3e8ff);
    }

    .thrico-card-content {
        padding: 20px 20px 22px;
    }
.thrico-category {
    display: inline-block;
    color: #0866FF;
    font-size: 11px;
    font-family: 'Instrument Sans';
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: .5px;
    margin-bottom: 8px;
}

    .thrico-card-content h3 {
        margin: 0 0 10px;
        font-size: 18px;
        line-height: 1.35;
    }

   .thrico-card-content h3 a {
    color: #14161f;
    text-decoration: none;
    font-weight: 600;
    line-height: 28px;
	   min-height: calc(1.35em * 2);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 16px;
    font-family: 'Unbounded';
}

    .thrico-card-content h3 a:hover {
        color: #2f6bff;
    }

  .thrico-card-content p {
    margin: 0 0 16px;
    color: #5B544B;
    font-family: 'Instrument Sans';
    font-size: 14px;
    line-height: 1.5;
}

  .thrico-meta {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 12px;
    color: #5B544B;
    font-family: 'Instrument Sans';
}

    .thrico-avatar {
        width: 24px;
        height: 24px;
        border-radius: 50%;
        background: #f3a13f;
        color: #ffffff;
        font-size: 11px;
        font-weight: 700;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
    }

    .thrico-dot {
        color: #c7cad3;
    }

    .thrico-no-posts {
        grid-column: 1 / -1;
        text-align: center;
        color: #777;
        padding: 40px 0;
    }

    /* Pagination */
    .thrico-pagination {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-top: 40px;
        padding-top: 20px;
        border-top: 1px dashed #e2e6f0;
    }

    .thrico-page-numbers {
        display: flex;
        align-items: center;
        gap: 6px;
    }

    .thrico-page-btn {
        width: 32px;
        height: 32px;
        border-radius: 50%;
        border: none;
        background: transparent;
        color: #555;
        font-size: 14px;
        cursor: pointer;
    }

    .thrico-page-btn.active {
        background: #14161f;
        color: #ffffff;
        font-weight: 600;
    }

    .thrico-page-ellipsis {
        color: #999;
        font-size: 13px;
        margin-left: 4px;
    }

    .thrico-nav-btn {
        padding: 9px 20px;
        border-radius: 30px;
        border: 1px solid #e2e6f0;
        background: #ffffff;
        color: #333;
        font-size: 14px;
        cursor: pointer;
        transition: all .2s ease;
    }

    .thrico-nav-btn:hover:not(:disabled) {
        border-color: #2f6bff;
        color: #2f6bff;
    }

    .thrico-nav-btn:disabled {
        opacity: .4;
        cursor: not-allowed;
    }
/*   :root {
            --thrico-bg: #FAF9F6;
            --thrico-dark: #0D0D12;
            --thrico-card-bg: #FFFFFF;
            --thrico-subtle: #F3F3F0;
            --thrico-border: #E6E5E0;
            --thrico-purple: #4318FF;
            --thrico-accent-light: #F0EBFF;
            --text-primary: #0D0D12;
            --text-secondary: #575760;
            --text-muted: #8E8E98;
        }

        /* Thrico Top Announcement Banner */
/*         .thrico-announcement {
            background: var(--thrico-dark);
            color: #FFFFFF;
            font-size: 0.8rem;
            font-weight: 500;
            padding: 10px 20px;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 10px;
        }

        .thrico-pill-tag {
            background: rgba(255, 255, 255, 0.15);
            color: #FFFFFF;
            font-size: 0.68rem;
            font-weight: 700;
            padding: 2px 8px;
            border-radius: 999px;
            text-transform: uppercase;
            letter-spacing: 0.05em;
            border: 1px solid rgba(255, 255, 255, 0.2);
        }

        .thrico-announcement a {
            color: #A78BFA;
            font-weight: 500;
            text-decoration: none;
            display: inline-flex;
            align-items: center;
            gap: 4px;
            transition: color 0.2s;
        }

        .thrico-announcement a:hover {
            color: #C4B5FD;
        }

/*         /* Thrico Header Navbar */
   
        .thrico-nav-container {
            max-width: 1320px;
            margin: 0 auto;
            display: flex;
            align-items: center;
            justify-content: space-between;
            height: 72px;
            padding: 0 clamp(8px, 1.2vw, 16px);
        }

        /* Brand Logo */
        .thrico-logo {
            display: flex;
            align-items: center;
            gap: clamp(4px, 0.8vw, 10px);
            font-size: clamp(1rem, 1.5vw, 1.35rem);
            font-weight: 800;
            color: var(--thrico-dark);
            text-decoration: none;
            letter-spacing: -0.03em;
        }

        .thrico-logo-icon {
            width: 34px;
            height: 34px;
            background: var(--thrico-dark);
            color: #FFFFFF;
            border-radius: 10px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-weight: 900;
            font-family: 'Space Grotesk', sans-serif;
        }

        /* Nav List */
        .thrico-nav-links {
            display: flex;
            align-items: center;
            gap: clamp(0px, 0.2vw, 2px);
            list-style: none;
			padding:0 !important;
        }

        .thrico-nav-item {
            position: relative;
        }

        .thrico-nav-btn {
            display: flex;
            align-items: center;
            gap: clamp(2px, 0.4vw, 4px);
            padding: clamp(4px, 0.6vw, 8px) clamp(2px, 0.4vw, 6px);
            white-space: nowrap;
            font-family: 'Unbounded';
            font-size: clamp(0.55rem, 0.95vw, 0.85rem);
            font-weight: 500;
            color: var(--text-secondary);
            text-decoration: none;
            border-radius: 10px;
            border: none;
            background: transparent;
            cursor: pointer;
            transition: all 0.18s ease;
        }

        /* Hamburger button hidden on desktop */
        .thrico-hamburger {
            display: none;
            background: transparent;
            border: none;
            cursor: pointer;
            color: var(--thrico-dark);
            padding: 8px;
        }

        .icon-close {
            display: none;
        }

        .thrico-hamburger.is-active .icon-menu {
            display: none;
        }

        .thrico-hamburger.is-active .icon-close {
            display: block;
        }

        .thrico-nav-btn:hover,
        .thrico-nav-item:hover>.thrico-nav-btn {
            background: var(--thrico-subtle);
            color: var(--thrico-dark);
        }

        .thrico-chevron {
            width: 14px;
            height: 14px;
            transition: transform 0.2s ease;
            color: var(--text-muted);
        }

        .thrico-nav-item:hover .thrico-chevron {
            transform: rotate(180deg);
            color: var(--thrico-dark);
        }

        /* Thrico Dropdown Mega Menu Panels */
        .thrico-dropdown-panel {
            position: absolute;
            top: 100%;
            left: 0;
            background: #FFFFFF;
            border: 1px solid var(--thrico-border);
            border-radius: 20px;
            box-shadow: 0 30px 70px rgba(0, 0, 0, 0.08);
            padding: 24px;
            opacity: 0;
            visibility: hidden;
            transform: translateY(8px);
            transition: all 0.22s cubic-bezier(0.16, 1, 0.3, 1);
            z-index: 1000;
        }

        .thrico-nav-item:hover .thrico-dropdown-panel {
            opacity: 1;
            visibility: visible;
            transform: translateY(0);
        }

        /* Thrico Dropdown 1: Built For */
        .panel-built-for {
            width: 820px;
        }

        .dropdown-header-label {
            font-size: 0.7rem;
            font-weight: 800;
            text-transform: uppercase;
            letter-spacing: 0.08em;
            color: var(--text-muted);
            margin-bottom: 14px;
        }

        .built-grid {
            display: grid;
            grid-template-columns: repeat(5, 1fr);
            gap: 12px;
        }

        .thrico-built-card {
            display: flex;
            flex-direction: column;
            padding: 16px 14px;
            background: var(--thrico-bg);
            border: 1px solid var(--thrico-border);
            border-radius: 14px;
            text-decoration: none;
            color: var(--thrico-dark);
            transition: all 0.2s ease;
        }

        .thrico-built-card:hover {
            background: #FFFFFF;
            border-color: var(--thrico-dark);
            transform: translateY(-2px);
            box-shadow: 0 10px 24px rgba(0, 0, 0, 0.05);
        }

        .card-icon-wrapper {
            width: 40px;
            height: 40px;
            border-radius: 10px;
            background: #FFFFFF;
            border: 1px solid var(--thrico-border);
            display: flex;
            align-items: center;
            justify-content: center;
            color: var(--thrico-purple);
            margin-bottom: 12px;
            transition: background 0.2s;
        }

        .thrico-built-card:hover .card-icon-wrapper {
            background: var(--thrico-accent-light);
        }

        .thrico-built-card strong {
            font-size: 0.85rem;
            font-weight: 700;
            margin-bottom: 2px;
        }

        .thrico-built-card span {
            font-size: 0.72rem;
            color: var(--text-secondary);
            line-height: 1.3;
        }

        /* Thrico Dropdown 2: Solutions (Mega Layout) */
        .panel-solutions {
            width: 1040px;
            left: -180px;
            display: grid;
            grid-template-columns: 3fr 1fr;
            gap: 24px;
        }

        .solutions-grid {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 16px;
        }

        .sol-col {
            display: flex;
            flex-direction: column;
            gap: 8px;
        }

        .sol-title {
            font-size: 0.72rem;
            font-weight: 800;
            text-transform: uppercase;
            letter-spacing: 0.08em;
            color: var(--thrico-purple);
            display: flex;
            align-items: center;
            gap: 6px;
            padding-bottom: 6px;
            border-bottom: 1px solid var(--thrico-border);
        }

        .sol-links-cloud {
            display: flex;
            flex-direction: column;
            gap: 2px;
        }

        .sol-item-link {
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding: 6px 8px;
            border-radius: 8px;
            font-size: 0.78rem;
            font-weight: 600;
            color: var(--text-secondary);
            text-decoration: none;
            transition: all 0.15s;
        }

        .sol-item-link:hover {
            background: var(--thrico-subtle);
            color: var(--thrico-dark);
        }

        /* Thrico Featured Banner Card (Right side of Solutions) */
        .thrico-promo-card {
            background: var(--thrico-dark);
            color: #FFFFFF;
            border-radius: 16px;
            padding: 24px;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            position: relative;
            overflow: hidden;
        }

        .thrico-promo-card::before {
            content: '';
            position: absolute;
            top: -50px;
            right: -50px;
            width: 150px;
            height: 150px;
            background: radial-gradient(circle, rgba(67, 24, 255, 0.4) 0%, rgba(0, 0, 0, 0) 70%);
            border-radius: 50%;
        }

        .promo-tag {
            font-size: 0.65rem;
            font-weight: 800;
            letter-spacing: 0.1em;
            text-transform: uppercase;
            color: #A78BFA;
            margin-bottom: 8px;
            display: block;
        }

        .thrico-promo-card h4 {
            font-size: 1rem;
            font-weight: 700;
            line-height: 1.4;
            margin-bottom: 8px;
        }

        .thrico-promo-card p {
            font-size: 0.76rem;
            color: rgba(255, 255, 255, 0.7);
            line-height: 1.45;
            margin-bottom: 20px;
        }

        .thrico-promo-card a {
            font-size: 0.8rem;
            font-weight: 700;
            color: #FFFFFF;
            text-decoration: none;
            display: inline-flex;
            align-items: center;
            gap: 6px;
            border-bottom: 1px solid rgba(255, 255, 255, 0.3);
            padding-bottom: 2px;
            width: max-content;
        }

        .thrico-promo-card a:hover {
            border-color: #FFFFFF;
        }

        /* Thrico Dropdown 3: Resources */
        .panel-resources {
            width: 320px;
            right: 0;
            left: auto;
        }

        .thrico-resource-row {
            display: flex;
            align-items: center;
            gap: 12px;
            padding: 10px 12px;
            border-radius: 12px;
            text-decoration: none;
            color: var(--thrico-dark);
            transition: background 0.15s;
        }

        .thrico-resource-row:hover {
            background: var(--thrico-subtle);
        }

        .res-icon {
            width: 36px;
            height: 36px;
            border-radius: 10px;
            background: var(--thrico-accent-light);
            color: var(--thrico-purple);
            display: flex;
            align-items: center;
            justify-content: center;
            flex-shrink: 0;
        }

        .res-text strong {
            font-size: 0.86rem;
            font-weight: 700;
            display: block;
        }

        .res-text span {
            font-size: 0.74rem;
            color: var(--text-muted);
        }

        /* Thrico CTA Buttons */
        .thrico-btn-primary {
            background: var(--thrico-dark);
            color: #FFFFFF;
            padding: clamp(6px, 0.8vw, 10px) clamp(10px, 1.5vw, 22px);
            border-radius: 999px;
            font-size: clamp(0.7rem, 1vw, 0.88rem);
            font-weight: 700;
            text-decoration: none;
            display: inline-flex;
            align-items: center;
            gap: 6px;
            box-shadow: 0 4px 14px rgba(0, 0, 0, 0.12);
            transition: all 0.2s ease;
            border: 1px solid var(--thrico-dark);
        }

        .thrico-btn-primary:hover {
            background: #23232A;
            transform: translateY(-1px);
            box-shadow: 0 6px 18px rgba(0, 0, 0, 0.18);
        }

        /* Page Preview Body */
        .thrico-hero-body {
            max-width: 960px;
            margin: 90px auto;
            text-align: center;
            padding: 0 24px;
        }

        .thrico-hero-body h1 {
            font-size: clamp(2.5rem, 5vw, 4rem);
            font-weight: 800;
            letter-spacing: -0.03em;
            line-height: 1.1;
            margin-bottom: 20px;
        }

        .thrico-hero-body p {
            font-size: 1.15rem;
            color: var(--text-secondary);
            line-height: 1.6;
            max-width: 720px;
            margin: 0 auto 36px;
        }

        @media (max-width: 1024px) {
            .thrico-hamburger {
                display: flex;
                align-items: center;
                justify-content: center;
            }

            .thrico-nav-links {
                display: none;
                flex-direction: column;
                position: absolute;
                top: 72px;
                left: 0;
                width: 100%;
                background: #FFFFFF;
                padding: 16px 24px;
                box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
                overflow-y: auto;
                max-height: calc(100vh - 72px);
                border-top: 1px solid var(--thrico-border);
            }

            .thrico-nav-links.active {
                display: flex;
            }

            .thrico-nav-item {
                width: 100%;
            }

            .thrico-nav-btn {
                width: 100%;
                justify-content: space-between;
                padding: 12px 0;
                font-size: 1rem;
            }

            .thrico-dropdown-panel {
                display: none;
                position: static;
                width: 100% !important;
                opacity: 1;
                visibility: visible;
                transform: none;
                box-shadow: none;
                padding: 10px 0 20px 0;
                border: none;
            }

            /* Override desktop hover */
            .thrico-nav-item:hover .thrico-dropdown-panel {
                display: none;
            }

            /* Show dropdown when active class is added via JS */
            .thrico-nav-item.active .thrico-dropdown-panel {
                display: block;
            }

            .thrico-nav-item.active .panel-solutions {
                display: grid;
            }

            .thrico-nav-item.active .thrico-chevron {
                transform: rotate(180deg);
                color: var(--thrico-dark);
            }

            .panel-solutions {
                grid-template-columns: 1fr;
                gap: 16px;
            }

            .panel-built-for {
                width: 100%;
            }

            .built-grid {
                grid-template-columns: 1fr;
            }

            .solutions-grid {
                grid-template-columns: repeat(2, 1fr);
                gap: 24px;
            }

            .panel-resources {
                width: 100%;
            }
        }

        @media (max-width: 600px) {
            .solutions-grid {
                grid-template-columns: 1fr;
            }

            .thrico-btn-primary {
                padding: 8px 16px;
                font-size: 0.8rem;
            }
        }