/* mse-above-fold: local montserrat + home overrides */
/* Self-hosted Montserrat — latin only, font-display: swap */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/montserrat/montserrat-400-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('../fonts/montserrat/montserrat-500-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('../fonts/montserrat/montserrat-600-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('../fonts/montserrat/montserrat-700-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* Montserrat Font Override — never override icon fonts */
:root {
  --bultax-font: "Montserrat", sans-serif !important;
  --bultax-heading-font: "Montserrat", sans-serif !important;
}

body,
html {
  font-family: "Montserrat", sans-serif !important;
}

p, span, div, a, li, ul, ol, td, th, label, input, textarea, select, button,
.main-menu__list, .topbar-one, .footer-widget, .sec-title, .bultax-btn,
.project-card, .service-one, .about-one, .testimonials-card, .blog-card {
  font-family: "Montserrat", sans-serif !important;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6,
.sec-title__title, .sec-title__tagline, .project-details__title,
.page-header__title, .bultax-btn, .main-menu__list a {
  font-family: "Montserrat", sans-serif !important;
}

/* Apply to elements except icon glyphs (FA + icomoon) */
*:not(i):not([class^="icon-"]):not([class*=" icon-"]):not(.fa):not(.fas):not(.far):not(.fab):not(.fal):not(.fad) {
  font-family: var(--bultax-font, "Montserrat", sans-serif) !important;
}

/* Restore icon fonts after Montserrat override */
i.fa,
i.fas,
i.far,
i.fal,
i.fad,
.fa,
.fas,
.far,
.fal,
.fad {
  font-family: "Font Awesome 5 Free" !important;
}

i.fab,
.fab {
  font-family: "Font Awesome 5 Brands" !important;
  font-weight: 400 !important;
}

.fa,
.fas {
  font-weight: 900 !important;
}

.far {
  font-weight: 400 !important;
}

[class^="icon-"],
[class*=" icon-"] {
  font-family: "icomoon" !important;
  font-weight: normal !important;
  font-style: normal !important;
}

/* MSE home sections — matched to mse.co.id */


    /* MSE PREMIUM HERO SECTION */
    .mse-hero {
        position: relative;
        /* Use fitting height, not too wide/tall */
        min-height: 650px;
        height: 85vh;
        max-height: 900px;
        width: 100%;
        display: flex;
        align-items: center;
        overflow: hidden;
        background: #0e0e0e;
    }

    .mse-hero__bg {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 1;
    }

    .mse-hero__bg img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
        /* Center the image */
    }

    /* Gradient Overlay - cinematic dark */
    .mse-hero__overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(105deg,
                rgba(10, 10, 10, 0.82) 0%,
                rgba(10, 10, 10, 0.55) 42%,
                rgba(10, 10, 10, 0.28) 70%,
                rgba(10, 10, 10, 0.18) 100%);
        z-index: 2;
    }

    .mse-hero__container {
        position: relative;
        z-index: 3;
        width: 100%;
        max-width: 1200px;
        margin: 0 auto;
        padding: 0 15px;
        /* Standard container padding */
    }

    .mse-hero__content {
        max-width: 550px;
        /* Constrain content width */
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .mse-hero__tag {
        display: inline-flex;
        align-items: center;
        gap: 12px;
        font-size: 14px;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 2px;
        color: #d9281d;
        /* MSE Red */
        margin-bottom: 20px;
    }

    .mse-hero__tag::before {
        content: '';
        width: 28px;
        height: 2px;
        background: #d9281d;
        border-radius: 0;
    }

    .mse-hero__title {
        font-family: 'Montserrat', sans-serif;
        font-size: 52px;
        font-weight: 800;
        line-height: 1.15;
        color: #ffffff;
        margin-bottom: 25px;
        letter-spacing: -0.5px;
        text-shadow: 0 2px 18px rgba(0, 0, 0, 0.35);
    }

    .mse-hero__desc {
        font-size: 16px;
        line-height: 1.6;
        color: rgba(255, 255, 255, 0.88);
        margin-bottom: 35px;
        max-width: 520px;
        font-weight: 400;
    }

    .mse-hero__buttons {
        display: flex;
        gap: 15px;
        flex-wrap: wrap;
    }

    /* Button Styles: Original Black, Hover Red */
    .mse-hero__btn {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        padding: 15px 35px;
        font-size: 13px;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 1px;
        text-decoration: none;
        transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);

        /* Default: Black Background */
        background: #d9281d;
        border: 2px solid #d9281d;
        color: #ffffff;
    }

    .mse-hero__btn:hover,
    .mse-hero__btn:focus {
        /* Hover: Red Background */
        background: #d9281d;
        border-color: #d9281d;
        color: #ffffff;
        transform: translateY(-2px);
        box-shadow: 0 5px 15px rgba(217, 40, 29, 0.3);
    }

    /* Outline Variant for Second Button if desired, implies equal priority here based on user input "Button" (singular logic) */
    .mse-hero__btn--outline {
        background: transparent;
        color: #ffffff;
        border-color: rgba(255, 255, 255, 0.85);
    }

    .mse-hero__btn--outline:hover {
        background: #ffffff;
        border-color: #ffffff;
        color: #111111;
    }

    /* Mobile Responsive */
    @media (max-width: 991px) {
        .mse-hero {
            min-height: 560px;
            height: 100svh;
            max-height: none;
            padding: 0;
        }

        .mse-hero__bg img {
            object-position: center;
        }

        .mse-hero__overlay {
            width: 100%;
            background: linear-gradient(180deg,
                    rgba(10, 10, 10, 0.78) 0%,
                    rgba(10, 10, 10, 0.7) 55%,
                    rgba(10, 10, 10, 0.55) 100%);
        }

        .mse-hero__container {
            display: flex;
            justify-content: center;
            text-align: center;
        }

        .mse-hero__content {
            max-width: 100%;
            display: flex;
            flex-direction: column;
            align-items: center;
        }

        .mse-hero__title {
            font-size: 38px;
        }

        .mse-hero__buttons {
            justify-content: center;
        }
    }

    @media (max-width: 576px) {
        .mse-hero {
            min-height: 520px;
            height: 100svh;
            padding: 0;
        }

        .mse-hero__title {
            font-size: 30px;
        }

        .mse-hero__tag {
            font-size: 12px;
        }

        .mse-hero__btn {
            width: 100%;
            /* Full width buttons on small mobile */
            padding: 12px 20px;
        }
    }

    /* Hero Slider Styles */
    .mse-hero-slider {
        position: relative;
        overflow: hidden;
    }

    .mse-hero-slider__wrapper {
        position: relative;
        width: 100%;
        height: 100%;
    }

    .mse-hero-slide {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
        /* No transition on first paint — avoids "curtain/gate" fade on load */
        transition: none;
        z-index: 1;
    }

    .mse-hero-slide.active {
        opacity: 1;
        z-index: 2;
    }

    /* Enable crossfade only after slider is ready (set by mse-hero.js) */
    .mse-hero-slider.is-ready .mse-hero-slide {
        transition: opacity 0.8s ease-in-out;
    }

    .mse-hero-slider__controls {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 100%;
        display: flex;
        justify-content: space-between;
        padding: 0 30px;
        z-index: 10;
        pointer-events: none;
    }

    .mse-hero-slider__prev,
    .mse-hero-slider__next {
        pointer-events: all;
        width: 54px;
        height: 54px;
        border-radius: 50%;
        background: rgba(255, 255, 255, 0.14);
        border: 1.5px solid rgba(255, 255, 255, 0.55);
        color: #ffffff;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        transition: all 0.3s ease;
        backdrop-filter: blur(6px);
        -webkit-backdrop-filter: blur(6px);
        box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);
    }

    .mse-hero-slider__icon {
        display: block;
        width: 22px;
        height: 22px;
        color: inherit;
        fill: currentColor;
        line-height: 1;
    }

    .mse-hero-slider__prev:hover .mse-hero-slider__icon,
    .mse-hero-slider__next:hover .mse-hero-slider__icon {
        color: #fff;
    }

    .mse-hero-slider__prev:hover,
    .mse-hero-slider__next:hover {
        background: #d9281d;
        color: #fff;
        border-color: #d9281d;
        transform: scale(1.06);
    }

    .mse-hero-slider__indicators {
        position: absolute;
        bottom: 40px;
        left: 50%;
        transform: translateX(-50%);
        display: flex;
        gap: 12px;
        z-index: 10;
    }

    .mse-hero-slider__indicator {
        width: 12px;
        height: 12px;
        border-radius: 50%;
        border: 2px solid rgba(255, 255, 255, 0.5);
        background: transparent;
        cursor: pointer;
        transition: all 0.3s ease;
        padding: 0;
    }

    .mse-hero-slider__indicator.active {
        background: #fff;
        border-color: #fff;
        transform: scale(1.2);
    }

    .mse-hero-slider__indicator:hover {
        background: rgba(255, 255, 255, 0.7);
    }

    .mse-hero-slider__counter {
        position: absolute;
        bottom: 40px;
        right: 50px;
        color: #fff;
        font-size: 16px;
        font-weight: 700;
        z-index: 10;
        display: flex;
        align-items: center;
        gap: 5px;
        text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    }

    .mse-hero-slider__counter .separator {
        margin: 0 5px;
        opacity: 0.7;
    }

    @media (max-width: 768px) {
        .mse-hero-slider__controls {
            display: none !important;
        }

        .mse-hero-slider__counter {
            bottom: 20px;
            right: 20px;
            font-size: 14px;
        }

        .mse-hero-slider__indicators {
            bottom: 20px;
        }
    }



    /* Enhanced CTA Section Styling */
    .cta-one {
        padding: 80px 0;
        background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%);
        position: relative;
        overflow: hidden;
    }
    .cta-one::before {
        content: '';
        position: absolute;
        top: -50%;
        right: -10%;
        width: 600px;
        height: 600px;
        background: radial-gradient(circle, rgba(217, 40, 29, 0.15) 0%, transparent 70%);
        border-radius: 50%;
        pointer-events: none;
    }
    .cta-one::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 4px;
        height: 100%;
        background: linear-gradient(180deg, #d9281d 0%, transparent 100%);
    }
    .cta-one__inner {
        position: relative;
        z-index: 2;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 40px;
        padding: 50px 60px;
        background: rgba(26, 26, 26, 0.95);
        border-radius: 20px;
        box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
        border: 1px solid rgba(255, 255, 255, 0.1);
    }
    .cta-one__content {
        flex: 1;
        max-width: 600px;
    }
    .cta-one__title {
        font-size: 36px;
        font-weight: 700;
        color: #ffffff;
        margin-bottom: 15px;
        line-height: 1.3;
        font-family: 'Montserrat', sans-serif;
        letter-spacing: -0.5px;
    }
    .cta-one__text {
        font-size: 16px;
        color: rgba(255, 255, 255, 0.85);
        line-height: 1.7;
        margin: 0;
    }
    .cta-one__btn {
        display: flex;
        flex-direction: column;
        gap: 15px;
        flex-shrink: 0;
    }
    .cta-one__btn .bultax-btn {
        min-width: 200px;
        padding: 16px 32px;
        background: #ffffff;
        color: #1a1a1a;
        border: 2px solid #ffffff;
        border-radius: 50px;
        font-weight: 700;
        font-size: 13px;
        text-transform: uppercase;
        letter-spacing: 1px;
        transition: all 0.3s ease;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        text-decoration: none;
        position: relative;
        overflow: hidden;
    }
    .cta-one__btn .bultax-btn::before {
        content: '';
        position: absolute;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        background: #d9281d;
        transition: left 0.3s ease;
        z-index: 0;
    }
    .cta-one__btn .bultax-btn:hover::before {
        left: 0;
    }
    .cta-one__btn .bultax-btn span,
    .cta-one__btn .bultax-btn i {
        position: relative;
        z-index: 1;
        transition: color 0.3s ease;
    }
    .cta-one__btn .bultax-btn:hover {
        color: #ffffff;
        border-color: #d9281d;
        transform: translateY(-2px);
        box-shadow: 0 10px 30px rgba(217, 40, 29, 0.3);
    }
    .cta-one__btn .bultax-btn--secondary {
        background: transparent;
        color: #ffffff;
        border-color: #ffffff;
    }
    .cta-one__btn .bultax-btn--secondary:hover {
        background: #ffffff;
        color: #1a1a1a;
        border-color: #ffffff;
    }
    .cta-one__btn .bultax-btn--secondary:hover::before {
        background: #ffffff;
    }
    .cta-one__btn .bultax-btn__icon {
        width: 40px;
        height: 40px;
        background: #1a1a1a;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-left: 10px;
        transition: all 0.3s ease;
    }
    .cta-one__btn .bultax-btn:hover .bultax-btn__icon {
        background: rgba(255, 255, 255, 0.2);
        transform: translateX(5px);
    }
    .cta-one__btn .bultax-btn--secondary .bultax-btn__icon {
        background: rgba(255, 255, 255, 0.15);
    }
    .cta-one__btn .bultax-btn--secondary:hover .bultax-btn__icon {
        background: #1a1a1a;
    }
    /* Responsive Design */
    @media (max-width: 991px) {
        .cta-one {
            padding: 60px 0;
        }
        .cta-one__inner {
            flex-direction: column;
            align-items: flex-start;
            padding: 40px 30px;
            gap: 30px;
        }
        .cta-one__content {
            max-width: 100%;
        }
        .cta-one__title {
            font-size: 28px;
        }
        .cta-one__btn {
            width: 100%;
            flex-direction: row;
            flex-wrap: wrap;
        }
        .cta-one__btn .bultax-btn {
            flex: 1;
            min-width: auto;
        }
    }
    @media (max-width: 575px) {
        .cta-one {
            padding: 40px 0;
        }
        .cta-one__inner {
            padding: 30px 20px;
            border-radius: 15px;
        }
        .cta-one__title {
            font-size: 24px;
        }
        .cta-one__text {
            font-size: 14px;
        }
        .cta-one__btn {
            flex-direction: column;
        }
        .cta-one__btn .bultax-btn {
            width: 100%;
        }
    }
    


            .client-card-horizontal {
                display: flex;
                position: relative;
                background: #fff;
                border: 1px solid #f0f0f0;
                margin-bottom: 30px;
                transition: all 0.3s ease;
                overflow: hidden;
                height: 100%;
                align-items: stretch;
            }

            .client-card-horizontal:hover {
                box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
                transform: translateY(-5px);
                border-color: #d9281d;
            }

            /* 1:1 Logo Container */
            .client-card-logo-box {
                width: 110px;
                flex-shrink: 0;
                background: #fff;
                border-right: 1px solid #f0f0f0;
                display: flex;
                align-items: center;
                justify-content: center;
                padding: 15px;
                position: relative;
            }

            /* Force 1:1 Aspect Ratio logic if needed, but width fixed + flex stretch works for horizontal card height */

            .client-card-logo-box img {
                width: 100%;
                height: 100%;
                object-fit: contain;
                filter: grayscale(100%);
                transition: all 0.3s ease;
                opacity: 0.8;
            }

            .client-card-horizontal:hover .client-card-logo-box img {
                filter: grayscale(0%);
                opacity: 1;
            }

            .client-card-content {
                flex-grow: 1;
                padding: 20px 20px 20px 25px;
                display: flex;
                flex-direction: column;
                justify-content: center;
                position: relative;
                z-index: 2;
            }

            .client-card-title {
                font-family: 'Montserrat', sans-serif;
                font-size: 16px;
                font-weight: 800;
                text-transform: uppercase;
                color: #1a1a1a;
                margin-bottom: 5px;
                letter-spacing: -0.5px;
            }

            .client-card-subtitle {
                font-size: 11px;
                color: #777;
                text-transform: uppercase;
                letter-spacing: 1px;
                font-weight: 600;
            }

            /* Red Triangle Accent at Bottom Right (Mimicking the reference style but adapted for horizontal) */
            .client-card-accent {
                position: absolute;
                bottom: 0;
                right: 0;
                width: 0;
                height: 0;
                border-style: solid;
                border-width: 0 0 40px 40px;
                border-color: transparent transparent #d9281d transparent;
                z-index: 1;
                opacity: 0;
                transition: opacity 0.3s ease;
            }

            /* Or maybe a red bar at bottom like the reference? The reference has a BIG red arrow.
               Let's do a corner accent that appears or stays. */
            .client-card-horizontal:hover .client-card-accent {
                opacity: 1;
            }

            @media (max-width: 576px) {
                .client-card-logo-box {
                    width: 80px;
                }

                .client-card-title {
                    font-size: 14px;
                }

                .client-card-content {
                    padding: 15px;
                }
            }
        

/**
 * MSE + Bultax frontend overrides
 */

/* CMS rich text inside Bultax sections */
.about-story-content,
.service-details-page__content,
.blog-details__content,
.project-details__content,
.legal-content {
  line-height: 1.7;
}

.about-story-content img,
.service-details-page__content img,
.blog-details__content img,
.project-details__content img {
  max-width: 100%;
  height: auto;
}

/* Laravel pagination */
.pagination {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  list-style: none;
  padding: 0;
  margin: 30px 0 0;
}

.pagination .page-item .page-link,
.pagination > li > a,
.pagination > li > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  height: 42px;
  padding: 0 12px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  color: inherit;
  text-decoration: none;
  background: #fff;
}

.pagination .page-item.active .page-link,
.pagination > .active > span,
.pagination > .active > a {
  background: var(--bultax-base, #d9281d);
  border-color: var(--bultax-base, #d9281d);
  color: #fff;
}

/* Soft fallback if CMS still stores old icon class names */
[class*="pbmit-base-icon-"],
[class*="pbmit-colza-icon"] {
  font-family: "Font Awesome 5 Free", "Font Awesome 5 Brands", sans-serif !important;
  font-weight: 900;
}

/* Product category label helper */
.product__item__category {
  display: inline-block;
  margin-bottom: 8px;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  opacity: 0.7;
}

.product__item__text {
  margin: 8px 0 14px;
  font-size: 14px;
}

/* ---- Header fixes (MSE logo + social icons + topbar) ---- */

/* Content width / scale for ~1400px viewports */
:root {
  --mse-content-max: 1320px;
  --mse-header-max: 1600px;
}

@media (min-width: 1200px) {
  .container {
    max-width: var(--mse-content-max) !important;
  }
}

.main-header .container,
.mse-topbar .container {
  max-width: var(--mse-header-max, 1600px);
}

.main-header__inner {
  max-width: 100% !important;
  width: 100%;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

@media (min-width: 1200px) {
  .main-header__shape::after {
    width: 180px !important;
  }

  .main-header__info + .main-header__btn {
    margin-left: 8px;
  }

  .main-header__info {
    gap: 10px;
  }

  .main-header--one .main-header__btn {
    display: block !important;
  }
}

/* Hero: cinematic dark overlay (matches design mockup) */
.mse-hero {
  position: relative;
  min-height: 620px !important;
  height: 78vh !important;
  max-height: 860px !important;
  background: #0e0e0e !important;
  padding: 0 !important;
  margin: 0 !important;
}

.mse-hero-slider__wrapper {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: auto !important;
}

.mse-hero-slide {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
}

.mse-hero__overlay {
  width: 100% !important;
  background: linear-gradient(
    105deg,
    rgba(10, 10, 10, 0.82) 0%,
    rgba(10, 10, 10, 0.55) 42%,
    rgba(10, 10, 10, 0.28) 70%,
    rgba(10, 10, 10, 0.18) 100%
  ) !important;
}

.mse-hero__container {
  max-width: var(--mse-content-max) !important;
}

.mse-hero__content {
  max-width: 620px !important;
  padding-top: 48px !important;
  padding-bottom: 48px !important;
}

.mse-hero__tag {
  color: var(--bultax-base, #D9281D) !important;
  font-size: 13px !important;
  letter-spacing: 1.6px !important;
  margin-bottom: 18px !important;
}

.mse-hero__tag::before {
  width: 28px !important;
  height: 2px !important;
  border-radius: 0 !important;
  background: var(--bultax-base, #D9281D) !important;
}

.mse-hero__title {
  color: #fff !important;
  font-size: 46px !important;
  line-height: 1.15 !important;
  margin-bottom: 20px !important;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.35);
}

.mse-hero__desc {
  color: rgba(255, 255, 255, 0.88) !important;
  font-size: 16px !important;
  margin-bottom: 28px !important;
  max-width: 520px !important;
  font-weight: 400 !important;
}

.mse-hero__btn {
  padding: 15px 30px !important;
  font-size: 13px !important;
  border-radius: 8px !important;
}

.mse-hero__btn--outline {
  background: transparent !important;
  color: #fff !important;
  border-color: rgba(255, 255, 255, 0.85) !important;
}

.mse-hero__btn--outline:hover {
  background: #fff !important;
  color: #111 !important;
  border-color: #fff !important;
}

@media (min-width: 1400px) {
  .mse-hero__title {
    font-size: 52px !important;
  }
}

@media (max-width: 991px) {
  .mse-hero {
    min-height: 0 !important;
    height: auto !important;
    max-height: none !important;
    padding: 0 !important;
  }

  .mse-hero-slider__wrapper {
    position: relative !important;
    inset: auto !important;
    height: auto !important;
  }

  .mse-hero-slide {
    position: relative !important;
    inset: auto !important;
    height: auto !important;
    min-height: calc(100svh - 74px);
    opacity: 0;
    pointer-events: none;
  }

  .mse-hero-slide.active {
    opacity: 1;
    pointer-events: auto;
  }

  .mse-hero-slide:not(.active) {
    position: absolute !important;
    inset: 0 !important;
    height: 100% !important;
    overflow: hidden;
  }

  .mse-hero__bg,
  .mse-hero__overlay {
    position: absolute !important;
    inset: 0 !important;
  }

  .mse-hero__overlay {
    background: linear-gradient(
      180deg,
      rgba(8, 8, 8, 0.88) 0%,
      rgba(8, 8, 8, 0.78) 50%,
      rgba(8, 8, 8, 0.72) 100%
    ) !important;
  }

  .mse-hero__container {
    position: relative !important;
    z-index: 3;
    display: flex;
    align-items: center;
    min-height: calc(100svh - 74px);
    padding: 28px 16px 88px !important;
  }

  .mse-hero__content {
    width: 100%;
    max-width: 100% !important;
    padding: 0 !important;
    text-align: left;
  }

  .mse-hero__title {
    font-size: 26px !important;
    line-height: 1.25 !important;
  }

  .mse-hero__tag {
    font-size: 11px !important;
    letter-spacing: 1px !important;
    margin-bottom: 12px !important;
  }

  .mse-hero__desc {
    font-size: 14px !important;
    margin-bottom: 22px !important;
  }

  .mse-hero__buttons {
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
    width: 100%;
  }

  .mse-hero__btn {
    width: 100%;
    justify-content: center;
    text-align: center;
  }

  /* Hide prev/next on mobile — dots are enough */
  .mse-hero-slider__controls {
    display: none !important;
  }

  .mse-hero-slider__indicators {
    bottom: 18px !important;
  }

  .mse-hero-slider__counter {
    bottom: 16px !important;
    right: 16px !important;
    font-size: 13px !important;
  }
}

@media (max-width: 576px) {
  .mse-hero-slide.active,
  .mse-hero__container {
    min-height: calc(100svh - 70px);
  }

  .mse-hero__title {
    font-size: 24px !important;
  }
}


.footer-widget__logo img,
.mobile-nav__content .logo-box img,
.header-right-sidebar__logo-box img {
  max-height: 64px;
  width: auto;
  height: auto;
  object-fit: contain;
}

/* ========== MSE header (mockup layout) ========== */
.mse-topbar {
  padding: 14px 0 !important;
  background: #111 !important;
}

.mse-topbar::after {
  display: none !important;
}

.mse-topbar .topbar-one__info {
  gap: 0 !important;
}

.mse-topbar .topbar-one__info__item + .topbar-one__info__item {
  margin-left: 22px;
  padding-left: 22px;
  border-left: 1px solid rgba(255, 255, 255, 0.22);
}

.mse-topbar .topbar-one__info__link {
  font-size: 14px !important;
  font-weight: 400;
}

.mse-topbar .topbar-one__info__icon {
  font-size: 14px;
}

.mse-topbar .topbar-one__social span {
  font-size: 14px !important;
}

.mse-topbar .topbar-one__social a {
  width: 32px !important;
  height: 32px !important;
  font-size: 12px !important;
  color: #fff !important;
  border-color: rgba(255, 255, 255, 0.35) !important;
}

.mse-topbar .topbar-one__social a:hover {
  background: var(--bultax-base, #D9281D);
  border-color: var(--bultax-base, #D9281D) !important;
}

.mse-header {
  background: #fff !important;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.08) !important;
  position: relative;
  z-index: 20;
  margin-bottom: 0;
}

.mse-header .main-header__shape,
.mse-header .main-header__btn-popup {
  display: none !important;
}

.mse-header__inner {
  display: flex !important;
  align-items: center !important;
  gap: 0;
  min-height: 88px;
  padding: 8px 0 !important;
  margin: 0 !important;
  max-width: 100% !important;
  width: 100% !important;
  background: transparent !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

.mse-header__brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  flex-shrink: 0;
  text-decoration: none !important;
  padding: 0 !important;
  background: transparent !important;
  border-radius: 0 !important;
}

.mse-header__logo-img {
  display: block;
  width: auto !important;
  max-width: 72px;
  max-height: 56px;
  height: auto;
  object-fit: contain;
}

.mse-header__brand-text {
  display: none;
  flex-direction: column;
  gap: 1px;
  line-height: 1.1;
  min-width: 0;
}

.mse-header__brand-name {
  font-family: var(--bultax-heading-font, "Barlow", sans-serif);
  font-size: 18px;
  font-weight: 800;
  color: #111;
  letter-spacing: -0.02em;
  white-space: nowrap;
}

.mse-header__brand-sub {
  display: none;
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #666;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 48vw;
}

.mse-header__divider {
  display: none;
  width: 1px;
  height: 40px;
  margin: 0 22px;
  background: #e8e8e8;
  flex-shrink: 0;
}

.mse-header__nav {
  flex: 1 1 auto;
  min-width: 0;
  margin: 0 !important;
}

.mse-header__actions {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-left: auto;
  flex-shrink: 0;
  padding-left: 12px;
}

.mse-header__search {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #f3f3f3;
  color: #111 !important;
  font-size: 18px;
  line-height: 1;
  transition: background 0.25s ease, color 0.25s ease;
}

.mse-header__search:hover {
  background: var(--bultax-base, #D9281D);
  color: #fff !important;
}

.mse-header__cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 16px 24px;
  border-radius: 10px;
  background: var(--bultax-base, #D9281D);
  color: #fff !important;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none !important;
  white-space: nowrap;
  transition: background 0.25s ease, transform 0.2s ease;
}

.mse-header__cta i {
  font-size: 14px;
  line-height: 1;
}

.mse-header__cta:hover {
  background: #b71c15;
  color: #fff !important;
}

@media (min-width: 1200px) {
  .mse-header__divider {
    display: block;
  }

  .mse-header .main-menu .main-menu__list {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
    gap: 4px;
    margin: 0;
    padding: 0;
  }

  .mse-header .main-menu .main-menu__list > li {
    padding: 0 !important;
    margin: 0 !important;
  }

  .mse-header .main-menu .main-menu__list > li + li {
    margin-left: 0 !important;
  }

  .mse-header .main-menu .main-menu__list > li > a {
    position: relative;
    font-size: 16px !important;
    font-weight: 600;
    color: #222 !important;
    padding: 12px 14px !important;
    white-space: nowrap;
    text-shadow: none !important;
  }

  .mse-header .main-menu .main-menu__list > li > a::before,
  .mse-header .main-menu .main-menu__list > li > a::after {
    display: none !important;
  }

  .mse-header .main-menu .main-menu__list > li.current > a,
  .mse-header .main-menu .main-menu__list > li:hover > a {
    color: var(--bultax-base, #D9281D) !important;
  }

  .mse-header .main-menu .main-menu__list > li.current > a::after,
  .mse-header .main-menu .main-menu__list > li:hover > a::after {
    content: "";
    display: block !important;
    position: absolute;
    left: 14px;
    right: 14px;
    bottom: 4px;
    width: auto;
    height: 3px;
    background: var(--bultax-base, #D9281D);
    transform: none;
  }

  .mse-header .main-menu .main-menu__list > li.dropdown > a i {
    font-size: 11px;
    margin-left: 5px;
  }

  .mse-header .main-header__btn {
    display: none !important;
  }
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .mse-header__inner {
    min-height: 82px;
    padding: 6px 0 !important;
  }

  .mse-header__divider {
    margin: 0 16px;
    height: 36px;
  }

  .mse-header .main-menu .main-menu__list > li > a {
    padding: 11px 10px !important;
    font-size: 14px !important;
  }

  .mse-header__search {
    width: 44px;
    height: 44px;
  }

  .mse-header__cta {
    padding: 13px 18px;
    font-size: 13px;
  }
}

@media (max-width: 1199px) {
  .mse-header__inner {
    border-radius: 0 !important;
    padding: 10px 0 !important;
    min-height: 74px;
    gap: 12px;
  }

  .mse-header__brand {
    flex: 1 1 auto;
    min-width: 0;
    gap: 10px;
  }

  .mse-header__brand-text {
    display: flex !important;
  }

  .mse-header__brand-sub {
    display: block !important;
  }

  .mse-header__nav,
  .mse-header__divider,
  .mse-header__cta,
  .mse-header__search {
    display: none !important;
  }

  .mse-header__logo-img {
    max-height: 46px;
    max-width: 52px;
  }

  .mse-header__actions {
    margin-left: 0;
    padding-left: 0;
  }
}

/* Sticky clone — full-bleed clean bar (no floating card) */
.sticky-header--cloned.mse-header,
.mse-header.sticky-header--cloned {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  z-index: 999 !important;
  margin: 0 !important;
  padding: 0 !important;
  background: #fff !important;
  box-shadow: 0 6px 22px rgba(0, 0, 0, 0.1) !important;
  transform: translateY(-110%);
  visibility: hidden;
  transition: transform 0.35s ease, visibility 0.35s ease;
}

.sticky-header--cloned.mse-header.active,
.mse-header.sticky-header--cloned.active {
  transform: translateY(0) !important;
  visibility: visible !important;
}

.sticky-header--cloned.mse-header .container,
.mse-header.sticky-header--cloned .container {
  max-width: var(--mse-header-max, 1600px);
}

.sticky-header--cloned.mse-header .mse-header__inner,
.mse-header.sticky-header--cloned .mse-header__inner {
  border-radius: 0 !important;
  box-shadow: none !important;
  background: transparent !important;
  min-height: 78px;
  padding: 6px 0 !important;
}

.sticky-header--cloned.mse-header .mse-header__logo-img,
.mse-header.sticky-header--cloned .mse-header__logo-img {
  max-height: 48px;
  max-width: 60px;
}


/* Hero slider prev/next — clean SVG arrows */
.mse-hero-slider__controls {
  padding: 0 28px !important;
}

.mse-hero-slider__prev,
.mse-hero-slider__next {
  width: 54px !important;
  height: 54px !important;
  border-radius: 50% !important;
  background: rgba(255, 255, 255, 0.14) !important;
  border: 1.5px solid rgba(255, 255, 255, 0.55) !important;
  color: #fff !important;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);
  transition: background 0.25s ease, border-color 0.25s ease, transform 0.25s ease, color 0.25s ease !important;
}

.mse-hero-slider__icon {
  display: block !important;
  width: 22px !important;
  height: 22px !important;
  color: inherit !important;
  fill: currentColor;
  flex-shrink: 0;
}

.mse-hero-slider__prev:hover,
.mse-hero-slider__next:hover {
  background: var(--bultax-base, #D9281D) !important;
  border-color: var(--bultax-base, #D9281D) !important;
  color: #fff !important;
  transform: scale(1.06) !important;
}

.mse-hero-slider__prev:hover .mse-hero-slider__icon,
.mse-hero-slider__next:hover .mse-hero-slider__icon {
  color: #fff !important;
}

.mse-hero-slider__indicator {
  width: 10px !important;
  height: 10px !important;
  background: rgba(255, 255, 255, 0.35) !important;
  border: 0 !important;
}

.mse-hero-slider__indicator.active {
  background: #fff !important;
  transform: scale(1.2);
}

@media (max-width: 767px) {
  .mse-hero-slider__prev,
  .mse-hero-slider__next {
    width: 44px !important;
    height: 44px !important;
  }

  .mse-hero-slider__icon {
    width: 18px !important;
    height: 18px !important;
  }

  .mse-hero-slider__controls {
    padding: 0 14px !important;
  }
}

/* Social circles: keep icons centered and visible */
.topbar-one__social a i,
.footer-widget__social a i,
.mobile-nav__social a i {
  display: inline-block;
  line-height: 1;
  font-size: inherit;
}

.topbar-one__social a {
  font-size: 12px;
  color: #fff;
  border-color: rgba(255, 255, 255, 0.35);
}

.topbar-one__social a:hover {
  color: #fff;
}

/* Long address on topbar */
.topbar-one__info__item--address .topbar-one__info__link {
  display: inline-block;
  max-width: min(52vw, 640px);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: middle;
}

@media (max-width: 991px) {
  .topbar-one__info__item--address {
    display: none;
  }
}

/* ------------------------------------------------------------------ */
/* Service cards — equal height, tidy title/image framing             */
/* ------------------------------------------------------------------ */
/* ------------------------------------------------------------------ */
/* Services section — dark photo background + readable overlay        */
/* ------------------------------------------------------------------ */
.mse-services.service-one,
.service-one.mse-services {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background: #0e0e0e;
}

.mse-services > .container,
.mse-services > .service-one__shape-two {
  position: relative;
  z-index: 2;
}

.mse-services .service-one__bg {
  position: absolute !important;
  inset: 0;
  width: 100% !important;
  height: 100% !important;
  z-index: 0 !important;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  transform: none !important;
}

.mse-services .service-one__bg::after {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    180deg,
    rgba(8, 8, 8, 0.88) 0%,
    rgba(8, 8, 8, 0.84) 45%,
    rgba(8, 8, 8, 0.9) 100%
  );
  z-index: 1;
}

.mse-services .sec-title__title {
  color: #fff !important;
}

.mse-services .sec-title__tagline {
  color: var(--bultax-base, #D9281D) !important;
}

.mse-services .service-one__carousel-nav button {
  width: 54px !important;
  height: 54px !important;
  border: 1.5px solid rgba(255, 255, 255, 0.65) !important;
  background: rgba(255, 255, 255, 0.08) !important;
  color: #fff !important;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}

.mse-services .service-one__carousel-nav button svg {
  display: block;
  width: 20px;
  height: 20px;
}

.mse-services .service-one__carousel-nav button:hover {
  background: var(--bultax-base, #D9281D) !important;
  border-color: var(--bultax-base, #D9281D) !important;
  color: #fff !important;
}

.service-one__carousel.owl-carousel .owl-stage {
  display: flex;
  align-items: stretch;
}

.service-one__carousel.owl-carousel .owl-item {
  display: flex;
  height: auto;
}

.service-one__carousel .item {
  display: flex;
  width: 100%;
  height: 100%;
}

.service-one__item {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}

.service-one__item__content {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  padding: 40px 18px 12px;
}

.service-one__item__title {
  min-height: 2.4em;
  font-size: clamp(18px, 1.35vw, 22px);
  padding: 0 6px;
  margin-bottom: 12px;
}

.service-one__item__text {
  max-width: 290px;
  min-height: 4.8em;
  margin-bottom: 18px;
  line-height: 1.55;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}

.service-one__item .icon {
  margin-bottom: -42px;
  flex-shrink: 0;
}

.service-one__item__thumb {
  height: 210px;
  flex-shrink: 0;
}

.service-one__item__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 20%;
  display: block;
}

.service-one__item__btn {
  position: relative;
  z-index: 2;
  margin-top: -25px;
  display: flex;
  justify-content: center;
}

@media (max-width: 767px) {
  .service-one__item__thumb {
    height: 190px;
  }

  .service-one__item__content {
    padding: 36px 16px 12px;
  }
}

/* ------------------------------------------------------------------ */
/* Projects page — year tabs (beta.mse.co.id ProjectList style)       */
/* ------------------------------------------------------------------ */
.project-year-tabs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  padding: 4px 0 8px;
}

.project-year-tabs__item {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 38px;
  padding: 6px 14px;
  border: 1px solid rgba(14, 14, 14, 0.12);
  border-radius: 999px;
  background: #fff;
  color: #222;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.project-year-tabs__item:hover {
  border-color: var(--bultax-base, #d9281d);
  color: var(--bultax-base, #d9281d);
}

.project-year-tabs__item.is-active {
  background: var(--bultax-base, #d9281d);
  border-color: var(--bultax-base, #d9281d);
  color: #fff;
}

.project-year-tabs__count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 22px;
  height: 22px;
  padding: 0 6px;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.08);
  font-size: 11px;
  font-weight: 700;
}

.project-year-tabs__item.is-active .project-year-tabs__count {
  background: rgba(255, 255, 255, 0.22);
  color: #fff;
}

.project-card__hover__meta {
  margin: 6px 0 0;
  font-size: 13px;
  line-height: 1.4;
  opacity: 0.85;
}

/* ------------------------------------------------------------------ */
/* Homepage map + red contact CTA (mse.co.id style)                   */
/* ------------------------------------------------------------------ */
.mse-home-map {
  position: relative;
  z-index: 1;
}

.mse-home-map iframe {
  filter: grayscale(1);
  mix-blend-mode: luminosity;
}

.contact-cta__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
}

.main-footer__cta__inner.contact-cta__inner .main-footer__cta__content,
.main-footer__cta__inner.contact-cta__inner .contact-cta__content {
  width: auto;
  flex: 1 1 420px;
}

.contact-cta__content {
  display: flex;
  align-items: center;
  gap: 20px;
  flex: 1 1 420px;
}

.contact-cta__icon {
  width: 88px;
  height: 88px;
  border: 2px solid rgba(255, 255, 255, 0.85);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: #fff;
  font-size: 34px;
}

.contact-cta__title {
  margin: 0 0 12px;
  color: #fff;
  font-size: clamp(22px, 2.2vw, 32px);
  line-height: 1.25;
  font-weight: 700;
}

.contact-cta__info {
  display: flex;
  flex-wrap: wrap;
  gap: 18px 28px;
}

.contact-cta__info-item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  font-size: 15px;
}

.contact-cta__info-item:hover {
  color: #fff;
  opacity: 0.9;
}

.contact-cta__info-item i {
  font-size: 18px;
}

.contact-cta__buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  flex-shrink: 0;
}

.contact-cta__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 48px;
  padding: 10px 22px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-decoration: none;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.contact-cta__btn--wa {
  background: #111;
  color: #fff;
  border: 2px solid #111;
}

.contact-cta__btn--wa:hover {
  background: #000;
  color: #fff;
}

.contact-cta__btn--email {
  background: transparent;
  color: #fff;
  border: 2px solid rgba(255, 255, 255, 0.85);
}

.contact-cta__btn--email:hover {
  background: #fff;
  color: var(--bultax-base, #d9281d);
}

@media (max-width: 991px) {
  .google-map__two {
    margin-bottom: 0;
  }

  .google-map__two .map__two,
  .google-map iframe {
    height: 280px;
  }

  .main-footer__cta,
  .main-footer--two .main-footer__cta {
    margin-top: 0 !important;
    padding-top: 0 !important;
  }

  .main-footer--two .main-footer__cta::after {
    display: none;
  }

  .main-footer__cta__inner,
  .main-footer__cta__inner.contact-cta__inner {
    margin-top: 0 !important;
    align-items: stretch;
    gap: 18px;
    padding: 22px 20px;
  }

  .contact-cta__content,
  .main-footer__cta__inner.contact-cta__inner .contact-cta__content {
    width: 100%;
    flex: 1 1 auto;
    align-items: flex-start;
  }

  .contact-cta__buttons {
    width: 100%;
  }
}

@media (max-width: 575px) {
  .google-map__two .map__two,
  .google-map iframe {
    height: 240px;
  }

  .main-footer__cta__inner,
  .main-footer__cta__inner.contact-cta__inner {
    padding: 20px 16px 22px;
  }

  .contact-cta__content {
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
  }

  .contact-cta__icon {
    width: 52px;
    height: 52px;
    font-size: 22px;
  }

  .contact-cta__title,
  .main-footer__cta__inner .main-footer__cta__title {
    margin: 0 0 10px;
    font-size: 18px;
    line-height: 1.35;
  }

  .contact-cta__info {
    display: none;
  }

  .contact-cta__buttons {
    flex-direction: column;
    padding-right: 72px;
  }

  .contact-cta__btn {
    width: 100%;
    min-height: 46px;
  }
}

/* Kill GSAP "gate/curtain" image reveals site-wide */
.bw-img-anim-left,
.bw-img-anim-right {
  clip-path: none !important;
  -webkit-clip-path: none !important;
}

/* About badge + Stats 5-col (also in mse-overrides.css) */
.about-one { padding-bottom: 48px; }
.about-one__thumb { position: relative; overflow: hidden; isolation: isolate; }
.about-one__thumb__item-small { bottom: 16px !important; z-index: 2; max-width: 38%; }
.about-one__thumb__item-small img { max-width: 180px; width: 100%; height: auto; border-width: 8px; }
.about-one__thumb__funfact {
  position: absolute !important;
  left: 18px;
  bottom: 28px;
  z-index: 3;
  gap: 14px !important;
  max-width: min(280px, calc(100% - 200px));
}
.about-one__thumb__funfact__count { font-size: 34px !important; padding: 18px 14px 18px 14px !important; }
.about-one__thumb__funfact__text {
  font-size: 18px !important;
  line-height: 1.15 !important;
  max-width: 110px;
  white-space: normal !important;
}
.mse-stats { position: relative; z-index: 2; padding-top: 20px; }
.mse-stats__list {
  display: grid !important;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  width: 100%;
  margin: 0;
}
.mse-stats__item {
  flex: none !important;
  max-width: none !important;
  width: auto !important;
  min-width: 0;
  border: 1px solid #ddd !important;
  border-left: none !important;
}
.mse-stats__item:first-child { border-left: 1px solid #ddd !important; }
.mse-stats__item + .mse-stats__item { border-left: none !important; }
.mse-stats .funfact-card { height: 100%; padding: 28px 12px 32px; }
.mse-stats .funfact-card__count { font-size: 30px; color: var(--bultax-base, #d9281d); }
.mse-stats .funfact-card__text { font-size: 14px; line-height: 1.3; }
@media (max-width: 1199px) {
  .mse-stats__list { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .mse-stats__item { border: 1px solid #ddd !important; }
}
@media (max-width: 767px) {
  .mse-stats__list { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
  .mse-stats__item { border: 1px solid #ddd !important; }
}
@media (max-width: 480px) {
  .mse-stats__list { grid-template-columns: 1fr; }
}

/* Testimonials readability */
.testimonials-one { background-color: #0e0e0e; }
.testimonials-one__bg { z-index: 0 !important; }
.testimonials-one__bg::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background-color: rgba(14, 14, 14, 0.92) !important;
  pointer-events: none;
}
.testimonials-one > .container { position: relative; z-index: 2; }
.testimonials-one .sec-title__title,
.testimonials-one .testimonials-card__text,
.testimonials-one .testimonials-card__author__name,
.testimonials-one .testimonials-card__author__deg {
  color: #fff !important;
  opacity: 1 !important;
  visibility: visible !important;
}
.testimonials-one .sec-title__tagline { color: var(--bultax-base, #d9281d) !important; }
.testimonials-one .testimonials-card,
.testimonials-one .testimonials-one__carousel,
.testimonials-one .testimonials-one__carousel .item {
  opacity: 1 !important;
  visibility: visible !important;
}
.testimonials-one .testimonials-card__text {
  font-size: 17px !important;
  line-height: 1.7 !important;
  text-transform: none !important;
}

.preloader{display:none!important}
