:root {
  --brand-primary:     #6032ac;
  --brand-primary-dk:  #4e2890;
  --brand-primary-lt:  #7848c0;
  --primary-50:   #f3eefb;
  --primary-100:  #ede8f9;
  --primary-200:  #e5d8f5;
  --primary-300:  #c9a5ef;
  --primary-400:  #9b6dd0;
  --primary-500:  #7848c0;
  --primary-600:  #6032ac;
  --primary-700:  #4e2890;
  --primary-800:  #3c1e72;
  --primary-900:  #2a1454;
  --primary-main: var(--primary-600);
  --qt-bg-bg-7:   #6032ac;
}
.theme-btn2  { background: var(--primary-600) !important; border-color: var(--primary-600) !important; padding: 10px 20px !important; }
.theme-btn3  { background: transparent !important; border-color: var(--primary-600) !important; color: var(--primary-600) !important; }
.theme-btn15 { background: var(--primary-600) !important; }
.header-area2 .main-menu-ex ul li a:hover,
.header-area2 .main-menu-ex ul li.active > a { color: var(--primary-600); }
.dual-product-logo { display:flex; align-items:center; gap:10px; }
.product-logo-item { display:flex; align-items:center; gap:7px; text-decoration:none !important; line-height:1; }
.crm-logo-img { height:34px; width:auto; display:block; }
.hr-logo-img  { height:34px; width:auto; display:block; }
.product-logo-sep { width:1px; height:30px; background:rgba(0,0,0,.13); flex-shrink:0; }
.product-logo-sep.sep-light { background:rgba(255,255,255,.2); }
/* ── Preloader ───────────────────────────────────── */
.preloader-parent { background: #fff; }
.ht-preloader-body {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 18px;
}
.ht-preloader-circle {
    position: relative;
    width: 190px;
    height: 190px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ht-preloader-ring {
    position: absolute;
    inset: 0;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: var(--primary-600, #6032ac);
    border-right-color: var(--primary-400, #9b6dd0);
    animation: ht-spin 1.2s linear infinite;
}
.ht-preloader-ring2 {
    position: absolute;
    inset: 18px;
    border-radius: 50%;
    border: 2px solid transparent;
    border-bottom-color: var(--primary-500, #7848c0);
    border-left-color: rgba(96,50,172,0.35);
    animation: ht-spin-rev 1.9s linear infinite;
}
.ht-preloader-logos {
    display: flex;
    align-items: center;
    gap: 14px;
    position: relative;
    z-index: 1;
}
.ht-pre-icon { width: 46px; height: 46px; object-fit: contain; }
.ht-pre-sep {
    display: block;
    width: 1px;
    height: 30px;
    background: rgba(96,50,172,0.2);
    flex-shrink: 0;
}
.ht-preloader-powered {
    display: flex;
    align-items: center;
    gap: 7px;
    font-size: 12px;
    color: #aaa;
    letter-spacing: 0.5px;
}
.ht-preloader-hitech-logo {
    height: 20px;
    width: auto;
    opacity: 0.65;
}
@keyframes ht-spin     { to { transform: rotate(360deg);  } }
@keyframes ht-spin-rev { to { transform: rotate(-360deg); } }

/* ── Footer bottom bar ───────────────────────────── */
.ht-footer-bottom {
    border-top: 1px solid rgba(96,50,172,0.08);
    padding: 20px 0 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
}
.ht-footer-copy {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: nowrap;
    font-size: 13px;
    color: #999;
    margin: 0;
}
.ht-copy-text { white-space: nowrap; }
.ht-copy-sep  { color: #ccc; font-size: 11px; flex-shrink: 0; }
.ht-product-badge {
    display: inline-flex;
    align-items: center;
    padding: 4px 12px;
    border-radius: 50px;
    border: 1px solid rgba(96,50,172,0.13);
    background: linear-gradient(135deg, rgba(255,255,255,0.97) 0%, rgba(243,238,251,0.5) 100%);
    backdrop-filter: blur(8px);
    box-shadow: 0 1px 4px rgba(96,50,172,0.09), inset 0 1px 0 rgba(255,255,255,0.9);
    transition: all 0.22s ease;
    line-height: 1;
    flex-shrink: 0;
}
.ht-product-badge:hover {
    border-color: rgba(96,50,172,0.22);
    background: linear-gradient(135deg, #fff 0%, rgba(237,232,249,0.7) 100%);
    box-shadow: 0 4px 14px rgba(96,50,172,0.12), inset 0 1px 0 #fff;
    transform: translateY(-1px);
}
.ht-copy-logo {
    height: 16px;
    width: auto;
    display: block;
}
.ht-footer-powered {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
}
.ht-powered-label {
    font-size: 12px;
    color: #bbb;
    letter-spacing: 0.3px;
    white-space: nowrap;
}
.ht-footer-powered-link {
    display: flex;
    align-items: center;
    text-decoration: none;
}
.ht-powered-badge { cursor: pointer; }
.ht-footer-hitech-logo {
    height: 18px;
    width: auto;
    display: block;
}
@media (max-width: 767px) {
    .ht-footer-bottom { justify-content: center; }
    .ht-footer-copy { flex-wrap: wrap; justify-content: center; }
    .ht-copy-text { white-space: normal; text-align: center; }
}

/* ── Back to top ────────────────────────────────── */
.progress-wrap::after,
.progress-wrap::before { color: var(--primary-600, #6032ac); }
.progress-wrap svg.progress-circle path { stroke: var(--primary-600, #6032ac); }

/* ── Stats strip ─────────────────────────────────── */
.ht-stats-strip {
    background: linear-gradient(135deg, #f8f5ff 0%, #ede8f9 100%);
    border-top: 1px solid rgba(96,50,172,0.08);
    border-bottom: 1px solid rgba(96,50,172,0.08);
    padding: 52px 0;
}
.ht-stats-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.ht-stat-item {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 8px 20px;
}
.ht-stat-icon {
    width: 54px;
    height: 54px;
    border-radius: 14px;
    background: rgba(96,50,172,0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
    transition: background 0.25s;
}
.ht-stat-item:hover .ht-stat-icon { background: rgba(96,50,172,0.18); }
.ht-stat-icon img { width: 26px; height: 26px; object-fit: contain; }
.ht-stat-number {
    font-size: 44px;
    font-weight: 800;
    line-height: 1;
    margin-bottom: 8px;
    color: var(--primary-600, #6032ac);
}
.ht-stat-label {
    font-size: 13.5px;
    font-weight: 500;
    color: #777;
    letter-spacing: 0.2px;
}
.ht-stat-divider {
    width: 1px;
    height: 72px;
    background: rgba(96,50,172,0.15);
    flex-shrink: 0;
}
@media (max-width: 767px) {
    .ht-stats-strip { padding: 36px 0; }
    .ht-stats-row {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
    .ht-stat-divider { display: none; }
    .ht-stat-item { padding: 20px 12px; border-bottom: 1px solid rgba(96,50,172,0.08); }
    .ht-stat-item:nth-child(odd) { border-right: 1px solid rgba(96,50,172,0.08); }
    .ht-stat-number { font-size: 32px; }
}

/* ── Features Section ───────────────────────────── */
.ht-features-section {
    background: #fff;
    position: relative;
    overflow: hidden;
}
.ht-features-section .container { position: relative; z-index: 1; }

/* ── Feature Card ───────────────────────────────── */
.ht-feat-card {
    background: #fff;
    border: 1.5px solid rgba(96,50,172,0.12);
    border-radius: 16px;
    padding: 32px 28px 28px;
    height: 100%;
    position: relative;
    overflow: hidden;
    transition: border-color 0.35s, box-shadow 0.35s, transform 0.35s;
}
.ht-feat-card:hover {
    border-color: #6032ac;
    box-shadow: 0 8px 36px rgba(96,50,172,0.14);
    transform: translateY(-5px);
}
.ht-feat-num {
    position: absolute;
    top: 10px; right: 18px;
    font-size: 68px;
    font-weight: 900;
    line-height: 1;
    color: rgba(96,50,172,0.07);
    user-select: none;
    letter-spacing: -2px;
    transition: color 0.35s;
}
.ht-feat-card:hover .ht-feat-num { color: rgba(96,50,172,0.18); }
.ht-feat-card h4 {
    font-size: 15px;
    font-weight: 700;
    color: #1a1030;
    margin-bottom: 0;
    line-height: 1.5;
    position: relative;
    z-index: 1;
}
.ht-feat-divider {
    width: 30px;
    height: 2px;
    background: linear-gradient(90deg, #6032ac, #9b6dd0);
    border-radius: 2px;
    margin: 14px 0;
    transition: width 0.35s ease;
}
.ht-feat-card:hover .ht-feat-divider { width: 52px; }
.ht-feat-card p {
    font-size: 13px;
    color: #666;
    line-height: 1.78;
    margin-bottom: 6px;
    position: relative;
    z-index: 1;
}
.ht-feat-card p:last-child { margin-bottom: 0; }
@media (max-width: 991px) {
    .ht-feat-card { padding: 26px 22px 22px; }
    .ht-feat-num { font-size: 52px; }
}
@media (max-width: 767px) {
    .ht-feat-card { padding: 22px 18px 18px; }
    .ht-feat-num { font-size: 44px; }
    .ht-feat-card h4 { font-size: 14px; }
}


/* ── Who Is It For section ───────────────────────── */
.ht-who-section { background: #fff; }
.hr-solutions .heading9 { padding-top: 20px; padding-bottom: 20px; }
.ht-who-left .span { display: inline-flex; align-items: center; gap: 6px; font-size: 14px; font-weight: 600; color: #6032ac; }
.ht-who-left h2 { font-size: 36px; font-weight: 700; color: #1a1030; line-height: 1.3; }
.ht-who-left p { font-size: 15px; color: #555; line-height: 1.75; }
.ht-who-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    background: #f8f5ff;
    border: 1px solid rgba(96,50,172,0.1);
    border-radius: 10px;
    padding: 14px 16px;
    font-size: 14px;
    color: #333;
    font-weight: 500;
    line-height: 1.5;
    transition: border-color 0.25s, box-shadow 0.25s;
}
.ht-who-item:hover { border-color: #6032ac; box-shadow: 0 4px 16px rgba(96,50,172,0.1); }
.ht-who-icon {
    width: 24px; height: 24px;
    min-width: 24px;
    background: #6032ac;
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    color: #fff;
    font-size: 11px;
    margin-top: 1px;
}
@media (max-width: 767px) {
    .ht-who-left h2 { font-size: 28px; }
}

/* ── Hero content top padding ───────────────────── */
.hero-area2 .hero2-content { padding-top: 110px !important; }

/* ── Email-innovation image border radius ────────── */
.email-innovation .images .image1 img { border-radius: 16px; }

/* ── Email-innovation section font sizes ─────────── */
.email-innovation .headding2-w h2 {
    font-size: 28px !important;
    line-height: 38px !important;
}
.email-innovation .headding2-w p {
    font-size: 14px !important;
    line-height: 22px !important;
}
@media (min-width: 769px) {
    .email-innovation .headding2-w,
    .email-innovation .headding2-w h2,
    .email-innovation .headding2-w p { text-align: left !important; }
}
@media (min-width: 769px) and (max-width: 991px) {
    .email-innovation .headding2-w h2 {
        font-size: 22px !important;
        line-height: 32px !important;
    }
}
@media (max-width: 768px) {
    .email-innovation .headding2-w h2 {
        font-size: 20px !important;
        line-height: 30px !important;
    }
    .email-innovation .headding2-w,
    .email-innovation .headding2-w h2,
    .email-innovation .headding2-w p { text-align: center !important; }
}

/* ── Hero image2 border radius ──────────────────── */
.hero2-image .image2 img { border-radius: 16px; }

/* ── Hero text — explicit left on desktop, center on tablet+mobile ── */
@media (min-width: 992px) {
    .hero-area2 .main-headding { text-align: left !important; }
    .hero-area2 .main-headding h1 { text-align: left !important; }
    .hero-area2 .main-headding p  { text-align: left !important; }
}
@media (max-width: 991px) {
    .hero-area2 .main-headding { text-align: center; }
    .hero-area2 .main-headding .hero-btns { justify-content: center; }
}

/* ── Hero description size ──────────────────────── */
.hero-area2 .main-headding p {
    font-size: 14px !important;
    line-height: 22px !important;
    margin-bottom: 10px !important;
}

/* ── Hero heading size ──────────────────────────── */
.hero-area2 .main-headding h1 {
    font-size: 38px !important;
    line-height: 48px !important;
}
@media (min-width: 992px) and (max-width: 1199px) {
    .hero-area2 .main-headding h1 {
        font-size: 29px !important;
        line-height: 42px !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .hero-area2 .main-headding h1 {
        font-size: 28px !important;
        line-height: 36px !important;
    }
}
@media (max-width: 767px) {
    .hero-area2 .main-headding h1 {
        font-size: 24px !important;
        line-height: 32px !important;
    }
}

/* ── Desktop nav at 1024px ──────────────────────── */
@media (max-width: 1399px) {
    .site-logo { max-width: 150px; }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .header-area.header-area2 .header-elements .main-menu-ex ul li a {
        font-size: 14px !important;
        padding: 8px 10px !important;
    }
    .header-area.header-area2 .header-elements .main-menu-ex {
        padding: 2px 12px !important;
    }
}

/* ── Section badge (span_icon) ──────────────────── */
.heading9 span.span,
.main-headding span.span {
    color: var(--primary-600, #6032ac) !important;
    background-color: rgba(243,238,251,0.9) !important;
}
.heading9 span.span img,
.main-headding span.span img {
    width: 18px;
    height: 18px;
    object-fit: contain;
    vertical-align: middle;
    display: inline-block;
}
/* ── Tablet + Mobile nav ─────────────────────────── */
@media (max-width: 991px) {
    /* Desktop logo sizes at tablet */
    .crm-logo-img  { height:26px; }
    .hr-logo-img   { height:26px; }
    .product-logo-sep { height:22px; }
    .dual-product-logo { gap:8px; }
    .product-logo-item { gap:5px; }

    /* Mobile header bar */
    .mobile-header {
        background: #fff !important;
        box-shadow: 0 2px 12px rgba(96,50,172,0.09);
        padding: 12px 0 !important;
    }
    .mobile-nav-icon {
        color: var(--primary-600, #6032ac) !important;
        border: 1.5px solid rgba(96,50,172,0.22) !important;
        border-radius: 8px !important;
        width: 42px !important;
        height: 42px !important;
        transition: background 0.2s;
        cursor: pointer;
    }
    .mobile-nav-icon:hover { background: rgba(96,50,172,0.06); }

    /* Bigger logos in mobile header */
    .mobile-logo .crm-logo-img,
    .mobile-logo .hr-logo-img { height: 30px !important; }

    /* Sidebar */
    .mobile-sidebar {
        background: #fff !important;
        max-width: 340px !important;
        box-shadow: 8px 0 40px rgba(96,50,172,0.18) !important;
        padding: 0 !important;
    }
    .mobile-sidebar.mobile-menu-active { padding-top: 0 !important; }

    /* Sidebar header: logo + close */
    .ht-sidebar-header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 18px 20px;
        border-bottom: 1px solid rgba(96,50,172,0.09);
        position: sticky;
        top: 0;
        background: #fff;
        z-index: 1;
    }
    .ht-sidebar-header .crm-logo-img,
    .ht-sidebar-header .hr-logo-img { height: 28px; }
    .ht-sidebar-header .product-logo-sep { background: rgba(0,0,0,0.13) !important; }

    /* Close button */
    .menu-close {
        position: static !important;
        color: #999 !important;
        font-size: 16px !important;
        width: 34px !important;
        height: 34px !important;
        display: flex !important;
        align-items: center;
        justify-content: center;
        border-radius: 50% !important;
        border: 1px solid rgba(0,0,0,0.1);
        flex-shrink: 0;
        transition: all 0.2s;
        cursor: pointer;
        background: transparent;
    }
    .menu-close:hover {
        background: rgba(96,50,172,0.07) !important;
        color: var(--primary-600, #6032ac) !important;
        border-color: rgba(96,50,172,0.2);
    }

    /* Nav content area */
    .mobile-sidebar .mobile-nav { padding: 8px 20px 24px; }
    .mobile-nav ul { list-style: none; padding: 0; margin: 0; }
    .mobile-nav ul li { position: relative; }
    .mobile-nav ul li a {
        color: #333 !important;
        font-size: 15px !important;
        font-weight: 500;
        padding: 13px 0 !important;
        display: block;
        border-bottom: 1px solid rgba(0,0,0,0.06);
        transition: color 0.2s, padding-left 0.2s;
    }
    .mobile-nav ul li a:hover {
        color: var(--primary-600, #6032ac) !important;
        padding-left: 5px !important;
    }
    span.submenu-button:after,
    span.submenu-button:before { background: #999; }

    /* Sidebar CTA */
    .ht-sidebar-cta {
        display: block;
        width: 100%;
        margin-top: 20px;
        padding: 13px 20px;
        border-radius: 8px;
        background: var(--primary-600, #6032ac);
        color: #fff !important;
        font-size: 15px;
        font-weight: 600;
        text-align: center;
        border: none;
        cursor: pointer;
        transition: background 0.22s, transform 0.15s;
        letter-spacing: 0.2px;
        line-height: 1.4;
    }
    .ht-sidebar-cta:hover {
        background: var(--primary-700, #4e2890);
        transform: translateY(-1px);
    }

    /* Overlay */
    .ht-sidebar-overlay {
        position: fixed;
        inset: 0;
        background: rgba(0,0,0,0.35);
        z-index: 9997;
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.3s, visibility 0.3s;
    }
    .ht-sidebar-overlay.active {
        opacity: 1;
        visibility: visible;
    }
}

/* ── CTA button: purple text on white pill, purple fill slides in on hover ── */
.cta2-area .theme-btn3 { color: #6032ac; border-color: rgba(255,255,255,0.4); }
.cta2-area .theme-btn3::before { background-color: #6032ac; }

/* ── Time-track steps: brand color overrides ────── */
.time-track-steps .step-area .track-list li span.check {
    background: #6032ac;
}
.time-track-steps .step-area .track-list li {
    color: #1a1030;
    font-size: 15px;
}
.time-track-steps .step-area .heading5 h3 {
    color: #1a1030;
}
.time-track-steps .step-area .heading5 p {
    font-size: 15px;
    line-height: 1.75;
    color: #555;
}
