.elementor-29 .elementor-element.elementor-element-bbb8f88{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:-40px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:80px;--padding-bottom:80px;--padding-left:15px;--padding-right:15px;}.elementor-29 .elementor-element.elementor-element-bbb8f88:not(.elementor-motion-effects-element-type-background), .elementor-29 .elementor-element.elementor-element-bbb8f88 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://transportsberne.com/wp-content/uploads/2025/10/xms-about-us-bg-opt.jpg");background-position:top center;background-repeat:no-repeat;background-size:cover;}.elementor-29 .elementor-element.elementor-element-954141e{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--gap:30px 30px;--row-gap:30px;--column-gap:30px;--margin-top:0px;--margin-bottom:80px;--margin-left:0px;--margin-right:0px;}.elementor-29 .elementor-element.elementor-element-a7eab1b{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}@media(min-width:769px){.elementor-29 .elementor-element.elementor-element-bbb8f88{--content-width:807px;}}@media(max-width:1024px){.elementor-29 .elementor-element.elementor-element-bbb8f88{--padding-top:60px;--padding-bottom:60px;--padding-left:15px;--padding-right:15px;}.elementor-29 .elementor-element.elementor-element-954141e{--margin-top:0px;--margin-bottom:60px;--margin-left:0px;--margin-right:0px;}}@media(max-width:768px){.elementor-29 .elementor-element.elementor-element-bbb8f88{--padding-top:40px;--padding-bottom:40px;--padding-left:15px;--padding-right:15px;}.elementor-29 .elementor-element.elementor-element-954141e{--margin-top:0px;--margin-bottom:40px;--margin-left:0px;--margin-right:0px;}}/* Start custom CSS for container, class: .elementor-element-954141e */.tb-about {
    --tb-primary: #138670;
    --tb-primary-dark: #0d6f5d;
    --tb-dark: #16221f;
    --tb-text: #4b5753;
    --tb-light: #f5f8f7;
    --tb-border: #e3ebe8;

    font-family: Arial, Helvetica, sans-serif;
    color: var(--tb-text);
    line-height: 1.7;
    max-width: 1200px;
    margin: 0 auto;
}

.tb-about * {
    box-sizing: border-box;
}

/* Hero */
.tb-about-hero {
    background: linear-gradient(
        135deg,
        var(--tb-primary) 0%,
        var(--tb-primary-dark) 100%
    );
    color: #fff;
    padding: 70px 45px;
    border-radius: 16px;
    margin-bottom: 55px;
}

.tb-about-hero h1 {
    color: #fff;
    font-size: 42px;
    line-height: 1.2;
    margin: 0 0 18px;
    font-weight: 700;
}

.tb-about-hero p {
    max-width: 760px;
    margin: 0;
    font-size: 18px;
    opacity: .95;
}

/* Sections */
.tb-about-section {
    margin-bottom: 55px;
}

.tb-about-section h2 {
    color: var(--tb-dark);
    font-size: 30px;
    line-height: 1.3;
    margin: 0 0 20px;
    font-weight: 700;
}

.tb-about-section h2::after {
    content: "";
    display: block;
    width: 55px;
    height: 3px;
    background: var(--tb-primary);
    margin-top: 12px;
}

.tb-about-section p {
    font-size: 16px;
    margin: 0 0 15px;
}

/* Highlight */
.tb-about-highlight {
    background: var(--tb-light);
    border-left: 4px solid var(--tb-primary);
    padding: 30px;
    border-radius: 0 10px 10px 0;
    margin-top: 25px;
}

.tb-about-highlight p {
    color: var(--tb-dark);
    font-size: 18px;
    margin: 0;
    font-weight: 500;
}

/* Cards */
.tb-about-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
    margin-top: 30px;
}

.tb-about-card {
    background: var(--tb-light);
    border: 1px solid var(--tb-border);
    border-radius: 12px;
    padding: 28px 24px;
    transition: transform .2s ease, box-shadow .2s ease;
}

.tb-about-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, .07);
}

.tb-about-card-icon {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--tb-primary);
    color: #fff;
    border-radius: 10px;
    font-size: 22px;
    margin-bottom: 18px;
}

.tb-about-card h3 {
    color: var(--tb-dark);
    font-size: 19px;
    margin: 0 0 10px;
}

.tb-about-card p {
    font-size: 15px;
    margin: 0;
}

/* Liste */
.tb-about-list {
    list-style: none;
    padding: 0;
    margin: 25px 0 0;
}

.tb-about-list li {
    position: relative;
    padding: 10px 0 10px 30px;
    border-bottom: 1px solid var(--tb-border);
}

.tb-about-list li:last-child {
    border-bottom: 0;
}

.tb-about-list li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 10px;
    color: var(--tb-primary);
    font-weight: 700;
}

/* CTA */
.tb-about-cta {
    background: var(--tb-dark);
    color: #fff;
    padding: 45px;
    border-radius: 14px;
    text-align: center;
    margin-top: 60px;
}

.tb-about-cta h2 {
    color: #fff;
    margin-bottom: 12px;
}

.tb-about-cta p {
    max-width: 700px;
    margin: 0 auto 25px;
    color: #dce5e2;
}

.tb-about-button {
    display: inline-block;
    background: var(--tb-primary);
    color: #fff !important;
    text-decoration: none !important;
    padding: 13px 28px;
    border-radius: 7px;
    font-weight: 600;
    transition: background .2s ease;
}

.tb-about-button:hover {
    background: var(--tb-primary-dark);
    color: #fff !important;
}

/* Mobile */
@media (max-width: 768px) {

    .tb-about-hero {
        padding: 45px 25px;
        border-radius: 10px;
    }

    .tb-about-hero h1 {
        font-size: 32px;
    }

    .tb-about-hero p {
        font-size: 16px;
    }

    .tb-about-section h2 {
        font-size: 25px;
    }

    .tb-about-grid {
        grid-template-columns: 1fr;
    }

    .tb-about-card {
        padding: 24px 20px;
    }

    .tb-about-cta {
        padding: 35px 22px;
    }
}/* End custom CSS */