/* =========================================================
   MAYUR LIGHTS — UNIVERSAL TRELUM SUBPAGE STYLES
   Shared by every Trelum product-detail page.
   ========================================================= */

:root {
    --trelum-red: #ed3038;
    --trelum-red-dark: #c91f27;
    --trelum-dark: #252525;
    --trelum-text: #333333;
    --trelum-muted: #6b6b6b;
    --trelum-border: #e7e7e7;
    --trelum-soft: #f7f7f7;
    --trelum-white: #ffffff;
}

/* Shared section layout */
.series-content-section,
.mars-content-section {
    padding: 38px 0 10px;
}

.series-section-title,
.mars-section-title {
    margin: 0 0 20px;
    color: var(--trelum-dark);
    font-size: 30px;
    line-height: 1.3;
    font-weight: 600;
    text-align: center;
}

.series-section-title::after,
.mars-section-title::after {
    content: "";
    display: block;
    width: 82px;
    height: 3px;
    margin: 12px auto 0;
    background: var(--trelum-red);
}

.series-lead,
.series-copy,
.mars-lead,
.mars-copy {
    color: #222;
    font-size: 15px;
    line-height: 1.9;
}

/* Product image and table alignment */
.series-product-row {
    display: flex;
    align-items: center;
    margin-top: 20px;
}

.series-product-image {
    display: block;
    width: 100%;
    max-width: 430px;
    height: 320px;
    margin: 0 auto;
    object-fit: contain;
    background: transparent;
}

.series-secondary-image {
    margin-top: 22px;
    margin-bottom: 25px;
}

/* Feature and information cards */
.series-feature-box,
.series-industry-card {
    height: 100%;
    margin-bottom: 25px;
    padding: 26px 24px;
    border: 1px solid #ececec;
    background: var(--trelum-white);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.07);
}

.series-feature-icon,
.series-industry-icon {
    width: 58px;
    height: 58px;
    margin: 0 auto 16px;
    border-radius: 50%;
    background: var(--trelum-red);
    color: var(--trelum-white);
    font-size: 25px;
    line-height: 58px;
    text-align: center;
}

.series-feature-box h3,
.series-industry-card h3 {
    margin: 0 0 12px;
    color: #242424;
    font-size: 21px;
    line-height: 1.35;
    text-align: center;
}

.series-industry-card p {
    margin-bottom: 0;
    color: var(--trelum-text);
    font-size: 14px;
    line-height: 1.75;
    text-align: center;
}

.series-mini-feature {
    min-height: 218px;
}

.series-list-intro {
    max-width: 900px;
    margin: 0 auto 18px;
    text-align: center;
}

/* Application grid */
.series-grid,
.mars-grid {
    margin: 5px -8px 0;
    padding: 0;
    list-style: none;
}

.series-grid li,
.mars-grid li {
    display: inline-block;
    width: calc(25% - 19px);
    min-height: 92px;
    margin: 8px;
    padding: 18px 12px;
    vertical-align: top;
    border: 1px solid #e8e8e8;
    background: #fafafa;
    color: #242424;
    font-size: 15px;
    text-align: center;
}

.series-grid li i,
.mars-grid li i {
    display: block;
    margin-bottom: 9px;
    color: var(--trelum-red);
    font-size: 23px;
}

.series-benefits li {
    min-height: 76px;
}

/* Highlight box */
.series-highlight,
.mars-highlight {
    margin-top: 28px;
    padding: 32px;
    border-left: 5px solid var(--trelum-red);
    background: var(--trelum-soft);
}

.series-highlight h2,
.mars-highlight h2 {
    margin-top: 0;
    font-size: 26px;
}

/* =========================================================
   UNIVERSAL OWL TESTIMONIAL SLIDER
   ========================================================= */
.trelum-testimonial-slider {
    position: relative;
    width: 100%;
    margin-top: 15px;
    padding: 0 58px 18px;
}

.trelum-testimonial-slider .owl-stage-outer {
    padding: 10px 2px 16px;
}

.trelum-testimonial-slider .owl-stage {
    display: flex;
}

.trelum-testimonial-slider .owl-item {
    display: flex;
}

.trelum-testimonial-item {
    display: flex;
    width: 100%;
    height: 100%;
    padding: 7px;
}

.trelum-testimonial-slider .series-testimonial,
.trelum-testimonial-slider .mars-testimonial {
    display: flex;
    flex-direction: column;
    width: 100%;
    min-height: 260px;
    margin: 0;
    padding: 25px;
    border: 1px solid var(--trelum-border);
    background: var(--trelum-white);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.07);
}

.trelum-testimonial-slider .series-testimonial strong,
.trelum-testimonial-slider .mars-testimonial strong {
    margin-top: auto;
}

.trelum-testimonial-slider .series-stars,
.trelum-testimonial-slider .mars-stars {
    margin-bottom: 14px;
    color: #f3b600;
    font-size: 19px;
    letter-spacing: 2px;
}

.trelum-testimonial-slider .series-testimonial p,
.trelum-testimonial-slider .mars-testimonial p {
    margin: 0 0 14px;
    color: #252525;
    font-size: 15px;
    line-height: 1.8;
    font-style: italic;
}

/* Arrow buttons placed on the left and right */
.trelum-testimonial-slider .owl-nav {
    margin: 0 !important;
}

.trelum-testimonial-slider .owl-nav button.owl-prev,
.trelum-testimonial-slider .owl-nav button.owl-next {
    position: absolute;
    top: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 50%;
    background: var(--trelum-dark) !important;
    color: var(--trelum-white) !important;
    font-size: 26px !important;
    line-height: 1 !important;
    transform: translateY(-50%);
    box-shadow: 0 7px 18px rgba(0, 0, 0, 0.18);
    transition: background 0.25s ease, transform 0.25s ease;
}

.trelum-testimonial-slider .owl-nav button.owl-prev {
    left: 0;
}

.trelum-testimonial-slider .owl-nav button.owl-next {
    right: 0;
}

.trelum-testimonial-slider .owl-nav button.owl-prev:hover,
.trelum-testimonial-slider .owl-nav button.owl-next:hover,
.trelum-testimonial-slider .owl-nav button.owl-prev:focus,
.trelum-testimonial-slider .owl-nav button.owl-next:focus {
    background: var(--trelum-red) !important;
    outline: none;
}

.trelum-testimonial-slider .owl-nav button.owl-prev:hover {
    transform: translateY(-50%) translateX(-2px);
}

.trelum-testimonial-slider .owl-nav button.owl-next:hover {
    transform: translateY(-50%) translateX(2px);
}

/* Slider dots */
.trelum-testimonial-slider .owl-dots {
    margin-top: 8px !important;
    text-align: center;
}

.trelum-testimonial-slider .owl-dot span {
    width: 10px !important;
    height: 10px !important;
    margin: 5px !important;
    border-radius: 20px !important;
    background: #c9c9c9 !important;
    transition: width 0.25s ease, background 0.25s ease;
}

.trelum-testimonial-slider .owl-dot.active span,
.trelum-testimonial-slider .owl-dot:hover span {
    width: 26px !important;
    background: var(--trelum-red) !important;
}

/* FAQ */
.series-faq .panel,
.mars-faq .panel {
    border: 1px solid #e6e6e6;
    border-radius: 0;
    box-shadow: none;
}

.series-faq .panel-heading,
.mars-faq .panel-heading {
    padding: 0;
    background: var(--trelum-white);
}

.series-faq .panel-title a,
.mars-faq .panel-title a {
    position: relative;
    display: block;
    padding: 17px 48px 17px 18px;
    color: #202020;
    font-size: 16px;
    line-height: 1.5;
    text-decoration: none;
}

.series-faq .panel-title a::after,
.mars-faq .panel-title a::after {
    content: "\f107";
    position: absolute;
    top: 50%;
    right: 18px;
    color: var(--trelum-red);
    font-family: FontAwesome;
    font-size: 18px;
    transform: translateY(-50%);
}

.series-faq .panel-title a.collapsed::after,
.mars-faq .panel-title a.collapsed::after {
    content: "\f105";
}

.series-faq .panel-body,
.mars-faq .panel-body {
    color: var(--trelum-text);
    font-size: 15px;
    line-height: 1.8;
}

/* Contact call-to-action */
.series-buy-box,
.mars-buy-box {
    margin: 35px 0 45px;
    padding: 32px 25px;
    background: var(--trelum-dark);
    color: var(--trelum-white);
    text-align: center;
}

.series-buy-box h2,
.mars-buy-box h2 {
    margin: 0 0 12px;
    color: var(--trelum-white);
    font-size: 27px;
}

.series-buy-box p,
.mars-buy-box p {
    max-width: 850px;
    margin: 0 auto 20px;
    color: var(--trelum-white);
    font-size: 15px;
    line-height: 1.8;
}

.series-buy-button,
.mars-buy-button {
    display: inline-block;
    padding: 12px 25px;
    border: 2px solid var(--trelum-red);
    background: var(--trelum-red);
    color: var(--trelum-white) !important;
    font-weight: 600;
    text-decoration: none !important;
    transition: 0.25s ease;
}

.series-buy-button:hover,
.series-buy-button:focus,
.mars-buy-button:hover,
.mars-buy-button:focus {
    background: transparent;
    color: var(--trelum-white) !important;
}

@media (max-width: 991px) {
    .series-grid li,
    .mars-grid li {
        width: calc(50% - 19px);
    }

    .trelum-testimonial-slider {
        padding-right: 52px;
        padding-left: 52px;
    }
}

@media (max-width: 767px) {
    .series-content-section,
    .mars-content-section {
        padding-top: 28px;
    }

    .series-section-title,
    .mars-section-title {
        font-size: 25px;
    }

    .series-lead,
    .series-copy,
    .mars-lead,
    .mars-copy {
        font-size: 14px;
    }

    .series-product-row {
        display: block;
    }

    .series-product-image {
        max-width: 100%;
        height: 250px;
    }

    .series-grid,
    .mars-grid {
        margin-right: 0;
        margin-left: 0;
    }

    .series-grid li,
    .mars-grid li {
        display: block;
        width: 100%;
        margin: 0 0 12px;
    }

    .series-highlight,
    .mars-highlight,
    .series-buy-box,
    .mars-buy-box {
        padding: 24px 18px;
    }

    .series-highlight h2,
    .mars-highlight h2,
    .series-buy-box h2,
    .mars-buy-box h2 {
        font-size: 23px;
    }

    .trelum-testimonial-slider {
        padding: 0 0 15px;
    }

    .trelum-testimonial-item {
        padding: 5px;
    }

    .trelum-testimonial-slider .series-testimonial,
    .trelum-testimonial-slider .mars-testimonial {
        min-height: 0;
    }

    .trelum-testimonial-slider .owl-nav {
        display: flex;
        justify-content: center;
        gap: 10px;
        margin-top: 12px !important;
    }

    .trelum-testimonial-slider .owl-nav button.owl-prev,
    .trelum-testimonial-slider .owl-nav button.owl-next {
        position: static;
        width: 42px;
        height: 42px;
        transform: none !important;
    }
}


/* TRELUM MAIN CATALOG PAGE */
.trelum-products-page{padding:35px 0 55px}.trelum-page-intro{max-width:1020px;margin:0 auto 32px;color:#4b4b4b;font-size:15px;line-height:1.85;text-align:center}.trelum-catalog-layout{display:grid;grid-template-columns:260px minmax(0,1fr);gap:30px;align-items:start}.trelum-filter-sidebar{position:sticky;top:20px;padding:22px 18px;border:1px solid #e7e7e7;border-radius:12px;background:#fff;box-shadow:0 10px 30px rgba(0,0,0,.07)}.trelum-filter-sidebar-head{display:flex;align-items:center;gap:10px;margin-bottom:16px;padding-bottom:14px;border-bottom:2px solid var(--trelum-red)}.trelum-filter-sidebar-head i{color:var(--trelum-red);font-size:20px}.trelum-filter-sidebar-head h2{margin:0;font-size:20px}.trelum-filter-list{max-height:560px;overflow-y:auto;padding-right:4px}.trelum-filter-button{display:flex;align-items:center;gap:10px;width:100%;margin-bottom:8px;padding:11px 12px;border:1px solid #ececec;border-radius:7px;background:#fafafa;color:#2d2d2d;font-size:13px;text-align:left;transition:.2s}.trelum-filter-button i{color:var(--trelum-red)}.trelum-filter-button:hover,.trelum-filter-button:focus,.trelum-filter-button.active{border-color:var(--trelum-red);background:var(--trelum-red);color:#fff}.trelum-filter-button:hover i,.trelum-filter-button:focus i,.trelum-filter-button.active i{color:#fff}.trelum-reset-btn{width:100%;margin-top:14px;padding:11px 14px;border:1px solid var(--trelum-dark);border-radius:7px;background:var(--trelum-dark);color:#fff;font-weight:600}.trelum-result-count{margin:14px 0 0;color:var(--trelum-muted);font-size:12px;text-align:center}.trelum-product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:26px}.trelum-card{height:100%;overflow:hidden;border:1px solid #e8e8e8;border-radius:12px;background:#fff;box-shadow:0 8px 24px rgba(0,0,0,.07);transition:.25s}.trelum-card:hover{transform:translateY(-6px);box-shadow:0 14px 34px rgba(0,0,0,.12)}.trelum-card>a{display:flex;flex-direction:column;height:100%;color:inherit;text-decoration:none!important}.trelum-card-image{height:245px;overflow:hidden;background:#171717}.trelum-card-image img{width:100%;height:100%;object-fit:cover}.trelum-card-body{display:flex;flex:1;flex-direction:column;min-height:205px;padding:20px 18px 18px;text-align:center}.trelum-card-body h3{margin:0 0 10px;font-size:18px;line-height:1.4}.trelum-card-description{margin:0 0 15px;color:#666;font-size:13px;line-height:1.65}.trelum-card-link{margin-top:auto;color:var(--trelum-red);font-size:13px;font-weight:600}.trelum-empty-state{padding:44px 20px;text-align:center}.trelum-overview-section,.trelum-benefit-section,.trelum-industries-section,.trelum-support-section,.trelum-testimonial-section,.trelum-faq-section{padding:55px 0}.trelum-benefit-section,.trelum-support-section,.trelum-faq-section{background:#f8f8f8}.trelum-section-title{margin:0 0 25px;font-size:31px;font-weight:700;text-align:center}.trelum-section-title:after{content:"";display:block;width:80px;height:3px;margin:12px auto 0;background:var(--trelum-red)}.trelum-feature-card,.trelum-support-card,.trelum-review-card{height:100%;margin-bottom:24px;padding:26px 24px;border:1px solid #e9e9e9;background:#fff;box-shadow:0 8px 24px rgba(0,0,0,.06)}.trelum-feature-card i,.trelum-support-card i{display:block;margin-bottom:14px;color:var(--trelum-red);font-size:30px}.trelum-industry-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.trelum-industry-grid span{padding:18px 14px;border:1px solid #e7e7e7;background:#fff;text-align:center}.trelum-industry-grid i{display:block;margin-bottom:9px;color:var(--trelum-red);font-size:23px}.trelum-stars{margin-bottom:12px;color:#f1b400;font-size:20px}.trelum-faq-section .panel-heading{padding:0;background:#fff}.trelum-faq-section .panel-title a{position:relative;display:block;padding:17px 48px 17px 18px;color:#202020;text-decoration:none}.trelum-faq-section .panel-title a:after{content:"+";position:absolute;right:18px;top:50%;color:var(--trelum-red);font-size:22px;transform:translateY(-50%)}.trelum-faq-section .panel-title a:not(.collapsed):after{content:"−"}@media(max-width:1199px){.trelum-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:991px){.trelum-catalog-layout{grid-template-columns:220px minmax(0,1fr)}.trelum-industry-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:767px){.trelum-catalog-layout{display:block}.trelum-filter-sidebar{position:static;margin-bottom:25px}.trelum-filter-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));max-height:none;gap:8px}.trelum-product-grid{grid-template-columns:1fr}.trelum-industry-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:480px){.trelum-filter-list,.trelum-industry-grid{grid-template-columns:1fr}}


/* =========================================================
   FINAL UNIVERSAL OVERRIDES — MAIN TRELUM PAGE + SUBPAGES
   ========================================================= */

html,
body {
    max-width: 100%;
    overflow-x: hidden;
}

.trelum-products-page {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 35px 18px 60px !important;
}

.trelum-heading-container {
    max-width: 1180px;
    margin: 0 auto 30px;
}

.trelum-catalog-layout {
    display: grid !important;
    grid-template-columns: 280px minmax(0, 1fr) !important;
    gap: 28px !important;
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0;
    align-items: start;
}

.trelum-filter-sidebar {
    position: sticky;
    top: 18px;
    left: 0;
    width: 280px !important;
    min-width: 280px;
    margin: 0 !important;
    padding: 20px 16px !important;
    border: 1px solid #e7e7e7;
    border-radius: 12px;
    background: #ffffff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .07);
    z-index: 5;
}

.trelum-catalog-main {
    width: 100%;
    min-width: 0;
}

.trelum-product-grid {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 25px !important;
    width: 100%;
}

.trelum-series-item {
    min-width: 0;
}

.trelum-series-item[hidden],
.trelum-empty-state[hidden] {
    display: none !important;
}

.trelum-card {
    height: 100%;
}

.trelum-card > a {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.trelum-card-body {
    display: flex;
    flex: 1;
    flex-direction: column;
}

.trelum-card-link {
    margin-top: auto;
}

/* Universal equal-height cards */
.series-row-equal,
.trelum-equal-row {
    display: flex;
    flex-wrap: wrap;
}

.series-row-equal > [class*="col-"],
.trelum-equal-row > [class*="col-"] {
    display: flex;
    float: none;
}

.series-feature-box,
.series-industry-card,
.series-testimonial,
.mars-testimonial,
.trelum-feature-card,
.trelum-support-card,
.trelum-review-card {
    width: 100%;
}

/* FAQ icons work without depending on Font Awesome glyphs */
.series-faq .panel-title a::after,
.mars-faq .panel-title a::after,
.trelum-faq-section .panel-title a::after {
    content: "−" !important;
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 20px !important;
}

.series-faq .panel-title a.collapsed::after,
.mars-faq .panel-title a.collapsed::after,
.trelum-faq-section .panel-title a.collapsed::after {
    content: "+" !important;
}

@media (max-width: 1199px) {
    .trelum-product-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
}

@media (max-width: 991px) {
    .trelum-products-page {
        padding-right: 14px !important;
        padding-left: 14px !important;
    }

    .trelum-catalog-layout {
        grid-template-columns: 230px minmax(0, 1fr) !important;
        gap: 20px !important;
    }

    .trelum-filter-sidebar {
        width: 230px !important;
        min-width: 230px;
    }
}

@media (max-width: 767px) {
    .trelum-catalog-layout {
        display: block !important;
    }

    .trelum-filter-sidebar {
        position: static;
        width: 100% !important;
        min-width: 0;
        margin-bottom: 25px !important;
    }

    .trelum-filter-list {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        max-height: none;
        gap: 8px;
    }

    .trelum-product-grid {
        grid-template-columns: 1fr !important;
    }

    .series-row-equal,
    .trelum-equal-row {
        display: block;
    }

    .series-row-equal > [class*="col-"],
    .trelum-equal-row > [class*="col-"] {
        display: block;
    }
}

@media (max-width: 480px) {
    .trelum-filter-list {
        grid-template-columns: 1fr;
    }
}


/* =========================================================
   FINAL TRELUM MAIN PAGE REFINEMENTS
   ========================================================= */

/* Supplier section comes first */
.trelum-overview-section {
    padding: 42px 0 34px;
    background: #ffffff;
}

/* Smaller product cards */
.trelum-product-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 20px !important;
}

.trelum-card {
    border-radius: 10px;
}

.trelum-card-image {
    height: 190px !important;
    padding: 10px;
    background: #171717;
}

.trelum-card-image img {
    width: 100%;
    height: 100%;
    object-fit: contain !important;
    object-position: center;
    transform: none !important;
}

.trelum-card-body {
    min-height: 170px !important;
    padding: 16px 14px 15px !important;
}

.trelum-card-body h3 {
    margin-bottom: 8px;
    font-size: 16px !important;
    line-height: 1.35;
}

.trelum-card-description {
    margin-bottom: 12px;
    font-size: 12px !important;
    line-height: 1.55;
}

.trelum-card-link {
    font-size: 12px;
}

/* Filter panel left edge and compact */
.trelum-products-page {
    padding-left: 12px !important;
    padding-right: 18px !important;
}

.trelum-catalog-layout {
    grid-template-columns: 245px minmax(0, 1fr) !important;
    gap: 22px !important;
}

.trelum-filter-sidebar {
    width: 245px !important;
    min-width: 245px !important;
    margin-left: 0 !important;
    padding: 16px 13px !important;
}

.trelum-filter-sidebar-head h2 {
    font-size: 18px;
}

.trelum-filter-button {
    padding: 9px 10px;
    font-size: 11.5px;
}

.trelum-filter-button i {
    font-size: 13px;
}

/* Owl testimonial slider */
.trelum-testimonial-slider {
    position: relative;
    padding: 0 54px 14px;
}

.trelum-testimonial-slider .owl-stage {
    display: flex;
}

.trelum-testimonial-slider .owl-item {
    display: flex;
}

.trelum-testimonial-item {
    display: flex;
    width: 100%;
    height: 100%;
    padding: 6px;
}

.trelum-testimonial-slider .trelum-review-card {
    display: flex;
    flex-direction: column;
    width: 100%;
    min-height: 250px;
    margin: 0;
    padding: 24px;
}

.trelum-testimonial-slider .trelum-review-card strong {
    margin-top: auto;
}

.trelum-testimonial-slider .owl-nav {
    margin: 0 !important;
}

.trelum-testimonial-slider .owl-nav button.owl-prev,
.trelum-testimonial-slider .owl-nav button.owl-next {
    position: absolute;
    top: 50%;
    width: 44px;
    height: 44px;
    margin: 0 !important;
    border-radius: 50%;
    background: var(--trelum-dark) !important;
    color: #ffffff !important;
    font-size: 24px !important;
    transform: translateY(-50%);
}

.trelum-testimonial-slider .owl-nav button.owl-prev {
    left: 0;
}

.trelum-testimonial-slider .owl-nav button.owl-next {
    right: 0;
}

.trelum-testimonial-slider .owl-nav button:hover {
    background: var(--trelum-red) !important;
}

.trelum-testimonial-slider .owl-dots {
    margin-top: 10px !important;
}

.trelum-testimonial-slider .owl-dot span {
    width: 10px !important;
    height: 10px !important;
    background: #c8c8c8 !important;
}

.trelum-testimonial-slider .owl-dot.active span {
    width: 25px !important;
    background: var(--trelum-red) !important;
}

/* Tablet */
@media (max-width: 1199px) {
    .trelum-product-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
}

/* Mobile */
@media (max-width: 767px) {
    .trelum-products-page {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .trelum-catalog-layout {
        display: block !important;
    }

    .trelum-filter-sidebar {
        position: static;
        width: 100% !important;
        min-width: 0 !important;
        margin-bottom: 24px !important;
    }

    .trelum-product-grid {
        grid-template-columns: 1fr !important;
    }

    .trelum-card-image {
        height: 210px !important;
    }

    .trelum-testimonial-slider {
        padding: 0 0 12px;
    }

    .trelum-testimonial-slider .owl-nav {
        display: flex;
        justify-content: center;
        gap: 10px;
        margin-top: 12px !important;
    }

    .trelum-testimonial-slider .owl-nav button.owl-prev,
    .trelum-testimonial-slider .owl-nav button.owl-next {
        position: static;
        transform: none;
    }
}

/* =========================================================
   TRELUM SUBPAGE LAYER (consolidated from former inline <style>)
   ========================================================= */
.series-content-section {
    padding: 38px 0 10px;
}
.series-section-title {
    margin: 0 0 20px;
    color: #252525;
    font-size: 30px;
    line-height: 1.3;
    font-weight: 600;
    text-align: center;
}
.series-section-title:after {
    content: "";
    display: block;
    width: 82px;
    height: 3px;
    margin: 12px auto 0;
    background: #ed3038;
}
.series-lead, .series-copy {
    color: #222;
    font-size: 15px;
    line-height: 1.9;
}
.series-feature-box, .series-industry-card {
    height: 100%;
    margin-bottom: 25px;
    padding: 26px 24px;
    border: 1px solid #ececec;
    background: #fff;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.07);
}
.series-feature-icon, .series-industry-icon {
    width: 58px;
    height: 58px;
    margin: 0 auto 16px;
    border-radius: 50%;
    background: #ed3038;
    color: #fff;
    font-size: 25px;
    line-height: 58px;
    text-align: center;
}
.series-feature-box h3, .series-industry-card h3 {
    margin: 0 0 12px;
    color: #242424;
    font-size: 21px;
    line-height: 1.35;
    text-align: center;
}
.series-industry-card p {
    margin-bottom: 0;
    color: #333;
    font-size: 14px;
    line-height: 1.75;
    text-align: center;
}
.series-grid {
    margin: 5px -8px 0;
    padding: 0;
    list-style: none;
}
.series-grid li {
    display: inline-block;
    width: calc(25% - 19px);
    min-height: 92px;
    margin: 8px;
    padding: 18px 12px;
    vertical-align: top;
    border: 1px solid #e8e8e8;
    background: #fafafa;
    color: #242424;
    font-size: 15px;
    text-align: center;
}
.series-grid li i {
    display: block;
    margin-bottom: 9px;
    color: #ed3038;
    font-size: 23px;
}
.series-benefits li {
    min-height: 76px;
}
.series-highlight {
    margin-top: 28px;
    padding: 32px;
    border-left: 5px solid #ed3038;
    background: #f7f7f7;
}
.series-highlight h2 {
    margin-top: 0;
    font-size: 26px;
}
.series-testimonial {
    min-height: 245px;
    margin-bottom: 25px;
    padding: 25px;
    border: 1px solid #e5e5e5;
    background: #fff;
    box-shadow: 0 7px 22px rgba(0, 0, 0, 0.06);
}
.series-stars {
    margin-bottom: 14px;
    color: #f3b600;
    font-size: 19px;
    letter-spacing: 2px;
}
.series-testimonial p {
    margin: 0 0 14px;
    color: #252525;
    font-size: 15px;
    line-height: 1.8;
    font-style: italic;
}
.series-testimonial strong {
    display: block;
    color: #555;
    font-size: 13px;
    line-height: 1.6;
    font-style: normal;
}
.series-faq .panel {
    border: 1px solid #e6e6e6;
    border-radius: 0;
    box-shadow: none;
}
.series-faq .panel-heading {
    padding: 0;
    background: #fff;
}
.series-faq .panel-title a {
    position: relative;
    display: block;
    padding: 17px 48px 17px 18px;
    color: #202020;
    font-size: 16px;
    line-height: 1.5;
    text-decoration: none;
}
.series-faq .panel-title a:after {
    content: "\f107";
    position: absolute;
    top: 50%;
    right: 18px;
    color: #ed3038;
    font-family: FontAwesome;
    font-size: 18px;
    transform: translateY(-50%);
}
.series-faq .panel-title a.collapsed:after {
    content: "\f105";
}
.series-faq .panel-body {
    color: #333;
    font-size: 15px;
    line-height: 1.8;
}
.series-buy-box {
    margin: 35px 0 45px;
    padding: 32px 25px;
    background: #252525;
    color: #fff;
    text-align: center;
}
.series-buy-box h2 {
    margin: 0 0 12px;
    color: #fff;
    font-size: 27px;
}
.series-buy-box p {
    margin: 0 auto 20px;
    max-width: 850px;
    color: #fff;
    font-size: 15px;
    line-height: 1.8;
}
.series-buy-button {
    display: inline-block;
    padding: 12px 25px;
    border: 2px solid #ed3038;
    background: #ed3038;
    color: #fff !important;
    font-weight: 600;
    text-decoration: none !important;
    transition: .25s ease;
}
.series-buy-button:hover, .series-buy-button:focus {
    background: transparent;
    color: #fff !important;
}
.mars-content-section {
    padding: 38px 0 10px;
}
.mars-section-title {
    margin: 0 0 20px;
    color: #252525;
    font-size: 30px;
    line-height: 1.3;
    font-weight: 600;
    text-align: center;
}
.mars-section-title:after {
    content: "";
    display: block;
    width: 82px;
    height: 3px;
    margin: 12px auto 0;
    background: #ed3038;
}
.mars-lead, .mars-copy {
    color: #222;
    font-size: 15px;
    line-height: 1.9;
}
.mars-feature-box {
    height: 100%;
    margin-bottom: 25px;
    padding: 26px 24px;
    border: 1px solid #ececec;
    background: #fff;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.07);
}
.mars-feature-icon {
    width: 58px;
    height: 58px;
    margin: 0 auto 16px;
    border-radius: 50%;
    background: #ed3038;
    color: #fff;
    font-size: 25px;
    line-height: 58px;
    text-align: center;
}
.mars-feature-box h3 {
    margin: 0 0 12px;
    color: #242424;
    font-size: 21px;
    line-height: 1.35;
    text-align: center;
}
.mars-applications {
    margin: 5px -8px 0;
    padding: 0;
    list-style: none;
}
.mars-applications li {
    display: inline-block;
    width: calc(25% - 19px);
    min-height: 82px;
    margin: 8px;
    padding: 18px 12px;
    vertical-align: top;
    border: 1px solid #e8e8e8;
    background: #fafafa;
    color: #242424;
    font-size: 15px;
    text-align: center;
}
.mars-applications li i {
    display: block;
    margin-bottom: 9px;
    color: #ed3038;
    font-size: 23px;
}
.mars-highlight {
    margin-top: 28px;
    padding: 32px;
    border-left: 5px solid #ed3038;
    background: #f7f7f7;
}
.mars-highlight h2 {
    margin-top: 0;
    font-size: 26px;
}
.mars-testimonial {
    min-height: 205px;
    margin-bottom: 25px;
    padding: 25px;
    border: 1px solid #e5e5e5;
    background: #fff;
    box-shadow: 0 7px 22px rgba(0, 0, 0, 0.06);
}
.mars-stars {
    margin-bottom: 14px;
    color: #f3b600;
    font-size: 19px;
    letter-spacing: 2px;
}
.mars-testimonial p {
    margin: 0;
    color: #252525;
    font-size: 15px;
    line-height: 1.8;
    font-style: italic;
}
.mars-faq .panel {
    border: 1px solid #e5e5e5 !important;
    border-radius: 10px !important;
    box-shadow: 0 7px 22px rgba(0, 0, 0, 0.05) !important;
    overflow: hidden;
    margin-bottom: 14px !important;
    background: #ffffff;
    transition: border-color .25s ease, box-shadow .25s ease, transform .25s ease;
}
.mars-faq .panel-heading {
    padding: 0 !important;
    background: #ffffff !important;
    border: 0 !important;
}
.mars-faq .panel-title a {
    position: relative;
    display: block;
    padding: 19px 64px 19px 22px !important;
    color: #222222 !important;
    font-size: 16px !important;
    line-height: 1.55;
    text-decoration: none !important;
    transition: color .25s ease, background-color .25s ease;
}
.mars-faq .panel-title a:after {
    content: "\f107";
    position: absolute;
    top: 50%;
    right: 18px;
    color: #ed3038;
    font-family: FontAwesome;
    font-size: 18px;
    transform: translateY(-50%);
}
.mars-faq .panel-title a.collapsed:after {
    content: "\f105";
}
.mars-faq .panel-body {
    color: #555555 !important;
    font-size: 15px !important;
    line-height: 1.8;
    padding: 18px 22px 22px !important;
    border-top: 0 !important;
    background: #ffffff;
}
.mars-buy-box {
    margin: 35px 0 45px;
    padding: 32px 25px;
    background: #252525;
    color: #fff;
    text-align: center;
}
.mars-buy-box h2 {
    margin: 0 0 12px;
    color: #fff;
    font-size: 27px;
}
.mars-buy-box p {
    margin: 0 auto 20px;
    max-width: 850px;
    color: #fff;
    font-size: 15px;
    line-height: 1.8;
}
.mars-buy-button {
    display: inline-block;
    padding: 12px 25px;
    border: 2px solid #ed3038;
    background: #ed3038;
    color: #fff !important;
    font-weight: 600;
    text-decoration: none !important;
    transition: .25s ease;
}
.mars-buy-button:hover, .mars-buy-button:focus {
    background: transparent;
    color: #fff !important;
}
.trelum-testimonial-slider {
    position: relative;
    width: 100%;
    padding-bottom: 20px;
    overflow: hidden;
    padding: 0 8px 16px;
}
.trelum-testimonial-slider .owl-stage-outer {
    overflow: hidden !important;
    padding: 12px 0 18px;
}
.trelum-testimonial-slider .owl-stage {
    display: flex !important;
}
.trelum-testimonial-slider .owl-item {
    display: flex !important;
    min-width: 0;
}
.trelum-testimonial-item {
    display: flex;
    width: 100%;
    height: 100%;
    padding: 0 8px;
}
.trelum-testimonial-item .mars-testimonial {
    display: flex;
    flex-direction: column;
    width: 100%;
    min-height: 285px;
    margin: 0;
    padding: 28px;
}
.trelum-testimonial-item .mars-testimonial strong {
    display: block;
    margin-top: auto;
    color: #555555;
    font-size: 13px;
    line-height: 1.6;
}
.trelum-testimonial-slider .owl-nav {
    display: none !important;
}
.trelum-testimonial-slider .owl-dots {
    display: flex !important;
    justify-content: center;
    align-items: center;
    gap: 8px;
    min-height: 24px;
    margin-top: 15px !important;
}
.trelum-testimonial-slider .owl-dot {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: auto !important;
    height: 18px !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    cursor: pointer;
}
.trelum-testimonial-slider .owl-dot span {
    display: block !important;
    width: 10px !important;
    height: 10px !important;
    margin: 0 !important;
    border-radius: 20px !important;
    background: #c8c8c8 !important;
    transition: width 0.25s ease,
        background-color 0.25s ease,
        transform 0.25s ease;
}
.trelum-testimonial-slider .owl-dot.active span {
    width: 27px !important;
    background: #ed3038 !important;
    transform: none;
}
.trelum-testimonial-slider:not(.owl-loaded) {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    visibility: visible !important;
}
.mars-faq {
    width: 100%;
    max-width: 1080px;
    margin: 55px auto 50px !important;
    padding: 0 !important;
}
.mars-faq .mars-section-title {
    margin-bottom: 32px;
    text-align: center;
}
.mars-faq .panel-group {
    margin-bottom: 0;
}
.mars-faq .panel:hover {
    border-color: #f2b8bc !important;
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.08) !important;
    transform: translateY(-1px);
}
.mars-faq .panel-title {
    margin: 0;
}
.mars-faq .panel-title a:hover, .mars-faq .panel-title a:focus {
    color: #ed3038 !important;
    background: #fffafb;
}
.mars-faq .panel-title a::after {
    content: "−" !important;
    position: absolute;
    top: 50%;
    right: 20px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    transform: translateY(-50%);
    background: #ed3038;
    color: #ffffff;
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 20px !important;
    font-weight: 700;
    line-height: 28px;
    text-align: center;
    transition: background-color .25s ease, color .25s ease, transform .25s ease;
}
.mars-faq .panel-title a.collapsed::after {
    content: "+" !important;
    background: #f1f1f1;
    color: #252525;
}
.mars-faq .panel-title a:not(.collapsed)::after {
    transform: translateY(-50%) rotate(180deg);
}
.mars-faq .panel-collapse {
    border-top: 1px solid #f0f0f0;
}
.series-mini-feature {
    min-height: 220px;
}
.series-list-intro {
    max-width: 900px;
    margin: 0 auto 18px;
    text-align: center;
}
.series-product-row {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-top: 20px;
}
.series-product-image {
    display: inline-block;
    width: auto;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    object-fit: contain;
    background: transparent;
}
.series-secondary-image {
    margin-top: 22px;
    margin-bottom: 25px;
}
.series-benefit-grid li {
    min-height: 80px;
}
.trelum-testimonial-item .series-testimonial {
    display: flex;
    flex-direction: column;
    width: 100%;
    min-height: 285px;
    margin: 0;
    padding: 28px;
}
.trelum-testimonial-item .series-testimonial strong {
    margin-top: auto;
}
.series-product-row>[class*="col-"] {
    float: none;
}
.trelum-testimonial-universal, .series-content-section:has(.trelum-testimonial-slider) {
    overflow: hidden;
}
.trelum-testimonial-slider .series-testimonial, .trelum-testimonial-slider .mars-testimonial, .trelum-testimonial-slider .trelum-review-card {
    display: flex;
    flex-direction: column;
    width: 100%;
    min-height: 290px;
    margin: 0;
    padding: 28px;
    border: 1px solid #e7e7e7;
    background: #ffffff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
}
.trelum-testimonial-slider .series-testimonial strong, .trelum-testimonial-slider .mars-testimonial strong, .trelum-testimonial-slider .trelum-review-card strong {
    margin-top: auto;
}
.trelum-testimonial-slider .owl-dot:hover span, .trelum-testimonial-slider .owl-dot:focus span {
    background: #929292 !important;
    transform: scale(1.08);
}
.trelum-testimonial-slider .owl-dot.active:hover span, .trelum-testimonial-slider .owl-dot.active:focus span {
    width: 27px !important;
    background: #ed3038 !important;
    transform: none;
}
.trelum-testimonial-slider .owl-dot:focus {
    outline: 2px solid rgba(237, 48, 56, 0.3);
    outline-offset: 3px;
}
.trelum-testimonial-slider + .owl-dots, .trelum-testimonial-slider > .owl-dots + .owl-dots {
    display: none !important;
}
.trelum-testimonial-slider:not(.owl-loaded) .trelum-testimonial-item {
    display: flex;
    width: 100%;
}
.trelum-testimonial-slider:not(.owl-loaded) .series-testimonial {
    width: 100%;
    height: 100%;
}

@media (max-width: 991px) {
    .series-grid li {
        width: calc(50% - 19px);
    }
    .mars-applications li {
        width: calc(50% - 19px);
    }
    .trelum-testimonial-slider:not(.owl-loaded) {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .series-product-row {
        display: block;
    }
    .series-product-row>[class*="col-"] {
        width: 100%;
    }
    .series-product-image {
        max-width: 430px;
    }
    .trelum-testimonial-slider .series-testimonial, .trelum-testimonial-slider .mars-testimonial, .trelum-testimonial-slider .trelum-review-card {
        min-height: 260px;
    }
}

@media (max-width: 767px) {
    .series-content-section {
        padding-top: 28px;
    }
    .series-section-title {
        font-size: 25px;
    }
    .series-lead, .series-copy {
        font-size: 14px;
    }
    .series-grid {
        margin-left: 0;
        margin-right: 0;
    }
    .series-grid li {
        display: block;
        width: 100%;
        margin: 0 0 12px;
    }
    .series-highlight, .series-buy-box {
        padding: 24px 18px;
    }
    .series-highlight h2, .series-buy-box h2 {
        font-size: 23px;
    }
    .series-testimonial {
        min-height: 0;
    }
    .mars-content-section {
        padding-top: 28px;
    }
    .mars-section-title {
        font-size: 25px;
    }
    .mars-lead, .mars-copy {
        font-size: 14px;
    }
    .mars-applications {
        margin-left: 0;
        margin-right: 0;
    }
    .mars-applications li {
        display: block;
        width: 100%;
        margin: 0 0 12px;
    }
    .mars-highlight, .mars-buy-box {
        padding: 24px 18px;
    }
    .mars-highlight h2, .mars-buy-box h2 {
        font-size: 23px;
    }
    .mars-testimonial {
        min-height: 0;
    }
    .trelum-testimonial-slider:not(.owl-loaded) {
        grid-template-columns: 1fr;
    }
    .trelum-testimonial-item .mars-testimonial {
        min-height: 0;
        padding: 24px 21px;
    }
    .mars-faq {
        margin-top: 38px !important;
        margin-bottom: 38px !important;
    }
    .mars-faq .mars-section-title {
        margin-bottom: 24px;
        font-size: 25px;
    }
    .mars-faq .panel {
        margin-bottom: 11px !important;
        border-radius: 8px !important;
    }
    .mars-faq .panel-title a {
        padding: 17px 56px 17px 17px !important;
        font-size: 14px !important;
    }
    .mars-faq .panel-title a::after {
        right: 15px;
        width: 28px;
        height: 28px;
        line-height: 26px;
        font-size: 18px !important;
    }
    .mars-faq .panel-body {
        padding: 15px 17px 18px !important;
        font-size: 14px !important;
    }
    .series-product-row {
        display: block;
    }
    .series-product-image {
        height: auto;
        max-width: 100%;
    }
    .trelum-testimonial-item .series-testimonial {
        min-height: 0;
        padding: 24px 21px;
    }
    .trelum-testimonial-slider {
        padding-right: 0;
        padding-left: 0;
    }
    .trelum-testimonial-slider .series-testimonial, .trelum-testimonial-slider .mars-testimonial, .trelum-testimonial-slider .trelum-review-card {
        min-height: 0;
        padding: 24px 22px;
    }
}

/* =========================================================
   TRELUM — CORRECTIONS LAYER
   Robust product table (no per-page width hacks), responsive
   stacked-card mobile table via [data-label], and shared
   header / navbar alignment fixes.
   ========================================================= */

/* ---- Product model table — clean column layout (all widths) ----
   Stays a normal column table (red header, narrow S.NO/CODE, horizontal
   dividers only) at every screen size, instead of stacking into cards.
   Wide tables scroll horizontally on very small screens via
   .series-table-responsive.
   Selectors use `.series-model-table.table > … > td` (specificity 0,2,3)
   so they beat Bootstrap's `.table > … > td` (0,1,3); plain
   `.series-model-table td` (0,1,1) would lose to Bootstrap. */
.series-table-responsive {
    width: 100% !important;
    margin: 18px 0 5px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.series-model-table {
    width: 100% !important;
    margin: 0;
    border-collapse: collapse;
    table-layout: auto;
    background: var(--trelum-white, #fff);
    font-size: 15px;
}

/* Header — red bar with subtle white column separators */
.series-model-table.table > thead > tr > th {
    padding: 12px 14px;
    background: var(--trelum-red, #ed3038);
    color: var(--trelum-white, #fff);
    font-weight: 600;
    text-align: left;
    vertical-align: middle;
    line-height: 1.4;
    border: 0;
    border-right: 1px solid rgba(255, 255, 255, 0.22);
    white-space: nowrap;
}

.series-model-table.table > thead > tr > th:last-child {
    border-right: 0;
}

/* Body cells — horizontal hairline dividers only, no vertical borders */
.series-model-table.table > tbody > tr > td,
.series-model-table.table > tbody > tr > th {
    padding: 14px;
    border: 0;
    border-bottom: 1px solid #ededed;
    text-align: left;
    vertical-align: top;
    line-height: 1.55;
    color: var(--trelum-text, #333);
    overflow-wrap: anywhere;
}

.series-model-table.table > tbody > tr:last-child > td {
    border-bottom: 0;
}

/* First column (S.NO / model code) stays narrow and centred */
.series-model-table.table > thead > tr > th:first-child,
.series-model-table.table > tbody > tr > td:first-child {
    width: 1%;
    white-space: nowrap;
    text-align: center;
}

/* Subtle row hover */
.series-model-table.table > tbody > tr:hover {
    background: #fafafa;
}

/* Small screens: keep columns, just tighten spacing; very wide tables
   (e.g. 5-column) scroll inside .series-table-responsive instead of breaking */
@media (max-width: 767px) {
    .series-model-table {
        font-size: 13.5px;
    }

    .series-model-table.table > thead > tr > th {
        padding: 10px 11px;
    }

    .series-model-table.table > tbody > tr > td,
    .series-model-table.table > tbody > tr > th {
        padding: 11px;
    }
}

/* ---- Top contact bar: even, full-width distribution ---- */
.container-fluid.header .row > .container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.container-fluid.header .row > .container > [class*="col-"] {
    float: none;
    width: auto;
    flex: 1 1 auto;
}

.container-fluid.header .white {
    margin: 5px 0;
}

/* ---- Navbar: vertically centre menu against the brand logo ---- */
@media (min-width: 768px) {
    .navbar-inverse .navbar-nav {
        display: flex;
        align-items: center;
        min-height: 89px;
    }

    .navbar-right {
        margin-top: 0 !important;
    }

    .navbar-inverse .navbar-nav > li {
        display: flex;
        align-items: center;
    }
}

@media (max-width: 767px) {
    .container-fluid.header .row > .container {
        display: block;
    }

    .container-fluid.header .row > .container > [class*="col-"] {
        width: 100%;
    }
}
