/* ============================================================
   LEXORA — SERVICE LISTING PAGES
   1. Service-category archives (cosmetics / chemicals) via the
      custom taxonomy-service-category.php template.
   2. The "Our Services" Elementor page (#page-id-67).
   Brand system: navy #09243C + teal #1F9C8A, cool neutrals,
   16px radii, hairlines. Restyle-only, no content changes.
   ============================================================ */

:root {
    --lx-navy: #09243C;
    --lx-teal: #1F9C8A;
    --lx-teal-dark: #178b7a;
    --lx-teal-soft: #eafaf6;
    --lx-hairline: #e7ebef;
    --lx-ink: #44545f;
}

/* ============================================================
   1. SERVICE-CATEGORY ARCHIVE
   ============================================================ */

.lexora-archive {
    padding-bottom: 80px;
}

/* ---- Header ---- */
.lexora-archive__header {
    background: linear-gradient(180deg, #f5f8fb 0%, #ffffff 100%);
    border-bottom: 1px solid var(--lx-hairline);
    padding: 56px 0 40px;
    margin-bottom: 48px;
    text-align: center;
}
.lexora-archive__eyebrow {
    color: var(--lx-teal);
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    margin: 0 0 10px;
}
.lexora-archive__title {
    color: var(--lx-navy);
    font-size: 44px;
    line-height: 1.15;
    font-weight: 500;
    margin: 0 0 14px;
}
.lexora-archive__desc {
    color: var(--lx-ink);
    font-size: 16px;
    line-height: 1.7;
    max-width: 760px;
    margin: 0 auto;
}

/* ---- Grid ---- */
.lexora-archive__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
}

/* ---- Card ---- */
.lexora-card {
    display: flex;
    flex-direction: column;
    background: #ffffff;
    border: 1px solid var(--lx-hairline);
    border-radius: 16px;
    overflow: hidden;
    transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}
.lexora-card:hover {
    transform: translateY(-4px);
    border-color: #d3eee8;
    box-shadow: 0 18px 40px rgba(9, 36, 60, 0.10);
}
.lexora-card__media {
    display: block;
    aspect-ratio: 16 / 10;
    overflow: hidden;
    background: #f1f4f7;
}
.lexora-card__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.5s ease;
}
.lexora-card:hover .lexora-card__media img {
    transform: scale(1.05);
}
.lexora-card__body {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    padding: 24px 24px 26px;
}
.lexora-card__title {
    margin: 0 0 10px;
    font-size: 20px;
    line-height: 1.3;
    font-weight: 500;
}
.lexora-card__title a {
    color: var(--lx-navy);
    text-decoration: none;
    transition: color 0.2s ease;
}
.lexora-card__title a:hover {
    color: var(--lx-teal);
}
.lexora-card__excerpt {
    color: var(--lx-ink);
    font-size: 15px;
    line-height: 1.7;
    margin: 0 0 20px;
    flex: 1 1 auto;
}
.lexora-card__cta {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    align-self: flex-start;
    color: var(--lx-teal);
    font-weight: 500;
    font-size: 15px;
    text-decoration: none;
    transition: color 0.2s ease;
}
.lexora-card__cta:hover {
    color: var(--lx-teal-dark);
}
.lexora-card__arrow {
    transition: transform 0.25s ease;
}
.lexora-card__cta:hover .lexora-card__arrow {
    transform: translateX(4px);
}

/* ---- Pagination ---- */
.lexora-archive .pagination,
.lexora-archive .navigation.pagination {
    margin-top: 48px;
    display: flex;
    justify-content: center;
}
.lexora-archive .page-numbers {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 44px;
    height: 44px;
    padding: 0 12px;
    margin: 0 4px;
    border-radius: 10px;
    border: 1px solid var(--lx-hairline);
    color: var(--lx-navy);
    font-weight: 500;
    text-decoration: none;
    transition: all 0.2s ease;
}
.lexora-archive .page-numbers:hover {
    border-color: var(--lx-teal);
    color: var(--lx-teal);
}
.lexora-archive .page-numbers.current {
    background: var(--lx-navy);
    border-color: var(--lx-navy);
    color: #ffffff;
}
.lexora-archive__empty {
    text-align: center;
    color: var(--lx-ink);
    padding: 40px 0 80px;
}

/* Remove the theme's 120px content-top padding (meant for pages with
   an overlapping header) so the header band sits under the nav. */
.tax-service-category #pxl-main {
    padding-top: 0 !important;
}

/* ---- Responsive ---- */
@media screen and (max-width: 991px) {
    .lexora-archive__grid { grid-template-columns: repeat(2, 1fr); gap: 22px; }
    .lexora-archive__title { font-size: 36px; }
}
@media screen and (max-width: 575px) {
    .lexora-archive__grid { grid-template-columns: 1fr; }
    .lexora-archive__header { padding: 40px 0 32px; margin-bottom: 32px; }
    .lexora-archive__title { font-size: 30px; }
}


/* ============================================================
   2. "OUR SERVICES" ELEMENTOR PAGE  (page-id-67)
   ============================================================ */

/* ---- Banner title stays white over the photo ---- */
.page-id-67 .elementor-element-9daf9fd .pxl-item--title,
.page-id-67 .elementor-element-9daf9fd h1,
.page-id-67 .elementor-element-9daf9fd h2 {
    color: #ffffff !important;
}

/* ---- Section headings -> navy ---- */
.page-id-67 #pxl-content-area .pxl-heading .pxl-item--title,
.page-id-67 #pxl-content-area h2,
.page-id-67 #pxl-content-area h3 {
    color: var(--lx-navy);
}

/* ---- Service cards (pxl_post_grid): teal read-more ---- */
.page-id-67 .pxl-service-grid .pxl-post--readmore a,
.page-id-67 .pxl-grid-item .pxl-readmore,
.page-id-67 .pxl-grid-item a.pxl-readmore {
    color: var(--lx-teal) !important;
    font-weight: 500;
}
.page-id-67 .pxl-button .btn {
    background-color: var(--lx-teal) !important;
    background-image: none !important;
    color: #ffffff !important;
    border: none !important;
    border-radius: 10px !important;
    box-shadow: 0 4px 14px rgba(31, 156, 138, 0.25) !important;
    transition: transform 0.25s ease, background-color 0.25s ease !important;
}
.page-id-67 .pxl-button .btn:hover {
    background-color: var(--lx-teal-dark) !important;
    transform: translateY(-2px);
}

/* ---- Bundle / pricing cards ----
   These already render as navy cards with white text + teal check
   bullets (on-brand). The per-card Elementor inline CSS owns the
   colours, so we leave them and only round the inner for polish. */
.page-id-67 .pxl-pricing .content-inner {
    border-radius: 16px;
}
