﻿.home-stats,
.home-appointment,
.home-content-panel,
.footer-contact-strip {
    --new-section-width: 1200px;
    --new-heading-size: 30px;
}


/* Default.aspx ortak baslik duzeni */
.home-service-showcase__title,
#service_teaser_s_l > .h2,
#service_teaser_s_l > .text-center.h2,
#guide_teaser_1 > .h2,
#guide_teaser_1 > .text-center.h2,
.home-stats__title,
.home-appointment__title,
.home-content-panel__title,
.footer-contact-heading__title {
    font-family: "Bosch Sans Cond", "Bosch Sans" !important;
    font-size: 24px !important;
    line-height: 1.18 !important;
    font-weight: 700 !important;
    letter-spacing: 0 !important;
    text-transform: none !important;
}

.home-service-showcase {
    max-width: 1200px;
    margin: 0 auto;
    padding: 8px 0 0;
}

.home-service-showcase__heading {
    margin-bottom: 28px;
    text-align: center;
}

.home-service-showcase__title {
    margin: 0;
    color: #003253;
    font-size: 30px;
    line-height: 1.15;
    font-weight: 700;
}

.home-service-showcase__line {
    width: 72px;
    height: 2px;
    margin: 14px auto 0;
    display: block;
    background: #006ead;
}

.home-service-showcase__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 30px;
}

.home-service-card {
    min-width: 0;
    border-bottom: 3px solid #006ead;
    background: #fff;
}

.home-service-card__image-link {
    aspect-ratio: 370 / 246;
    border-radius: 6px;
    display: block;
    overflow: hidden;
    background: #eef2f4;
    box-shadow: 0 14px 28px rgba(0, 50, 83, .13);
}

.home-service-card__image {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform .28s ease;
}

.home-service-card__mobile-icon {
    display: none;
}

.home-service-card:hover .home-service-card__image {
    transform: scale(1.045);
}

.home-service-card__content {
    padding: 20px 0 18px;
}

.home-service-card__title {
    margin: 0;
    color: #003253;
    font-family: "Bosch Sans Cond", "Bosch Sans";
    font-size: 22px;
    line-height: 1.18;
    font-weight: 700;
    text-transform: none;
}

.home-service-card__text {
    min-height: 84px;
    margin: 16px 0 0;
    color: #4f5963;
    font-family: "Bosch Sans";
    font-size: 16px;
    line-height: 1.45;
    font-weight: 500;
}

.home-service-showcase__more {
    margin-top: 34px;
    text-align: center;
    display: flex;
    justify-content: center;
}

.home-intro-wrap {
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    background: #003253;
    position: relative;
    overflow: hidden;
}

.home-intro-wrap::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(0, 110, 173, .16), transparent 34%, rgba(255, 255, 255, .06)),
        linear-gradient(180deg, rgba(255, 255, 255, .05), transparent 42%);
    pointer-events: none;
}

.home-intro-wrap .component-full-width-background,
.home-intro-wrap .section,
.home-intro-wrap .dark-blue {
    margin: 0;
    padding: 0;
    background: transparent !important;
    position: relative;
}

.home-intro-wrap .bg-content {
    max-width: 1120px;
    margin: 0 auto;
    padding: 68px 20px 72px;
    position: relative;
    z-index: 1;
}

.home-intro-wrap .row {
    margin-right: 0;
    margin-left: 0;
}

.home-intro-wrap .col-md-10 {
    max-width: 940px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0;
    padding-left: 0;
    text-align: center;
}

.home-intro-wrap h1,
.home-intro-wrap .homeblue {
    margin: 0 0 22px;
    color: #fff;
    font-family: "Bosch Sans Cond", "Bosch Sans";
    font-size: 32px;
    line-height: 1.14;
    font-weight: 700;
    letter-spacing: 0;
}

.home-intro-wrap h1::after,
.home-intro-wrap .homeblue::after {
    content: "";
    width: 82px;
    height: 3px;
    margin: 18px auto 0;
    display: block;
    background: #006ead;
}

.home-intro-wrap p {
    max-width: 900px;
    margin: 0 auto;
    color: rgba(255, 255, 255, .94);
    font-size: 17px;
    line-height: 1.72;
    font-weight: 500;
}

#teaser_text {
    width: min(1200px, calc(100% - 48px));
    margin: 46px auto 42px;
    position: relative;
}

#teaser_text .teaser-container,
#teaser_text .teaser-block,
#teaser_text .component-teaser {
    margin: 0;
}

#teaser_text .teaser-block {
    justify-content: center;
}

#teaser_text .col-12 {
    max-width: 100%;
    margin: 0;
    padding: 0;
    flex: 0 0 100%;
}

#teaser_text .component-teaser {
    padding: 44px 52px 46px;
    border: 1px solid rgba(0, 50, 83, .12);
    border-bottom: 4px solid #006ead;
    border-radius: 8px;
    background:
        radial-gradient(circle at 92% 0, rgba(0, 110, 173, .1) 0 96px, transparent 97px),
        linear-gradient(135deg, #ffffff 0%, #f7fafc 100%);
    box-shadow: 0 18px 40px rgba(0, 50, 83, .09);
    text-align: center;
    overflow: hidden;
}

#teaser_text .teaser-content {
    max-width: 900px;
    margin: 0 auto;
}

#teaser_text .text-area h1,
#teaser_text .text-area h2,
#teaser_text .text-area h3,
#teaser_text .text-area .homeblue {
    margin: 0 0 22px;
    color: #003253;
    font-family: "Bosch Sans Cond", "Bosch Sans" !important;
    font-size: 24px !important;
    line-height: 1.18 !important;
    font-weight: 700 !important;
    letter-spacing: 0 !important;
    text-transform: none !important;
}

#teaser_text .text-area h1::after,
#teaser_text .text-area h2::after,
#teaser_text .text-area h3::after,
#teaser_text .text-area .homeblue::after {
    content: "";
    display: block;
    width: 78px;
    height: 3px;
    margin: 16px auto 0;
    background: #006ead;
}

#teaser_text .text-area p {
    max-width: 860px;
    margin: 0 auto 28px;
    color: #253746;
    font-size: 17px;
    line-height: 1.7;
    font-weight: 500;
}

#teaser_text .module-button {
    margin-top: 4px;
    text-align: center;
}

#teaser_text .btn {
    min-height: 44px;
    padding: 12px 22px;
    border: 1px solid #006ead;
    border-radius: 0;
    background: #006ead;
    color: #fff;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: .5px;
    box-shadow: 0 10px 22px rgba(0, 110, 173, .18);
    transition: background-color .2s ease, border-color .2s ease, color .2s ease, transform .2s ease;
}

#teaser_text .btn:hover,
#teaser_text .btn:focus {
    border-color: #003253;
    background: #003253;
    color: #fff;
    text-decoration: none;
    transform: translateY(-1px);
}

#guide_teaser_1 {
    max-width: var(--new-section-width);
    margin: 54px auto 58px;
    padding: 0;
}

#guide_teaser_1 > .h2,
#guide_teaser_1 > .text-center.h2 {
    margin: 0 0 30px;
    color: #003253;
    font-size: var(--new-heading-size);
    line-height: 1.15;
    font-weight: 700;
    text-align: center;
}

#guide_teaser_1 .teaser-container {
    max-width: 100%;
}

#guide_teaser_1 .teaser-block {
    margin-right: -15px;
    margin-left: -15px;
}

#guide_teaser_1 .load-more-box {
    margin-bottom: 0;
}

#guide_teaser_1 .component-teaser {
    height: 100%;
    border: 1px solid rgba(0, 50, 83, .12);
    border-bottom: 3px solid #006ead;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 14px 30px rgba(0, 50, 83, .12);
    overflow: hidden;
    position: relative;
    transition: transform .22s ease, box-shadow .22s ease;
}

#guide_teaser_1 .component-teaser:hover {
    transform: translateY(-4px);
    box-shadow: 0 20px 38px rgba(0, 50, 83, .16);
}

#guide_teaser_1 .teaser-image {
    aspect-ratio: 370 / 246;
    overflow: hidden;
    background: #eef3f6;
}

#guide_teaser_1 .module-image,
#guide_teaser_1 .module-image img {
    width: 100%;
    height: 100%;
    display: block;
}

#guide_teaser_1 .module-image img {
    object-fit: cover;
    transition: transform .28s ease;
}

#guide_teaser_1 .component-teaser:hover .module-image img {
    transform: scale(1.045);
}

#guide_teaser_1 .teaser-content {
    min-height: 210px;
    padding: 22px 24px 24px;
    display: flex;
    flex-direction: column;
}

#guide_teaser_1 .teaser-content .h6 {
    margin: 0 0 12px;
    color: #003253;
    font-family: "Bosch Sans Cond", "Bosch Sans";
    font-size: 18px;
    line-height: 1.24;
    font-weight: 700;
}

#guide_teaser_1 .teaser-content .copy {
    margin: 0;
    color: #3f4a54;
    font-family: "Bosch Sans";
    font-size: 15px;
    line-height: 1.52;
    font-weight: 500;
}

#guide_teaser_1 .link-btn {
    width: fit-content;
    margin-top: auto;
    padding-top: 22px;
    color: #006ead;
    font-size: 15px;
    line-height: 1.2;
    font-weight: 700;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

#guide_teaser_1 .link-btn::after {
    content: "\2192";
    width: auto;
    height: auto;
    margin-top: 0;
    display: inline-block;
    background: none;
    font-size: 18px;
    line-height: 1;
    transition: transform .22s ease;
}

#guide_teaser_1 .component-teaser:hover .link-btn::after {
    transform: translateX(4px);
}

#guide_teaser_1 .load-more-container {
    margin-top: 0 !important;
    padding-top: 22px;
    display: flex;
    justify-content: center;
    clear: both;
}

.home-content-panel {
    max-width: var(--new-section-width);
    margin: 46px auto;
    padding: 0;
}

.home-content-panel__row {
    margin-right: 0;
    margin-left: 0;
    align-items: stretch;
    border: 1px solid rgba(0, 50, 83, .12);
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 18px 42px rgba(0, 50, 83, .12);
}

.home-content-panel__copy,
.home-content-panel__media {
    padding-right: 0;
    padding-left: 0;
}

.home-content-panel__text {
    height: 100%;
    padding: 42px 48px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background:
        linear-gradient(135deg, rgba(0, 110, 173, .08) 0%, rgba(255, 255, 255, 0) 48%),
        #fff;
}

.home-content-panel__eyebrow {
    width: fit-content;
    margin-bottom: 13px;
    padding: 6px 12px;
    border-radius: 999px;
    background: rgba(0, 110, 173, .1);
    color: #006ead;
    font-size: 12px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: uppercase;
}

.home-content-panel__title {
    position: relative;
    margin: 0 0 22px;
    padding-bottom: 18px;
    color: #003253;
    font-size: var(--new-heading-size);
    line-height: 1.18;
    font-weight: 700;
}

.home-content-panel__title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 74px;
    height: 3px;
    background: #006ead;
}

.home-content-panel__text p {
    margin: 0;
    color: #26313a;
    font-size: 16px;
    line-height: 1.65;
    font-weight: 500;
}

.home-content-panel__text strong {
    color: #003253;
    font-weight: 700;
}

.home-content-panel__image {
    position: relative;
    height: 100%;
    min-height: 318px;
    overflow: hidden;
    background: #eef3f6;
}

.home-content-panel__image::after {
    content: "";
    position: absolute;
    inset: 0;
    border: 1px solid rgba(255, 255, 255, .28);
    pointer-events: none;
}

    .home-content-panel__image img {
        width: 100%;
        /*height: 100%;
    min-height: 318px;*/
        display: block;
        object-fit: contain;
        object-position: center;
    }

    .home-content-panel__image iframe {
        width: 100%;
        /* height: 100%;
    min-height: 318px;*/
        display: block;
        object-fit: cover;
    }

.service-detail-showcase {
    max-width: 1200px;
    margin: 58px auto 52px;
}

.service-detail-showcase__heading {
    margin-bottom: 34px;
    text-align: center;
}

.service-detail-showcase__title {
    margin: 0;
    color: #003253;
    font-size: 30px;
    line-height: 1.15;
    font-weight: 700;
}

.service-detail-showcase__line {
    width: 72px;
    height: 2px;
    margin: 14px auto 0;
    display: block;
    background: #006ead;
}

.service-detail-showcase__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 30px;
}

.service-detail-showcase-card {
    min-width: 0;
    border-bottom: 3px solid #006ead;
    background: #fff;
}

.service-detail-showcase-card__image-link {
    aspect-ratio: 370 / 246;
    border-radius: 6px;
    display: block;
    overflow: hidden;
    background: #eef2f4;
    box-shadow: 0 14px 28px rgba(0, 50, 83, .13);
}

.service-detail-showcase-card__image {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform .28s ease;
}

.service-detail-showcase-card:hover .service-detail-showcase-card__image {
    transform: scale(1.045);
}

.service-detail-showcase-card__content {
    padding: 20px 0 18px;
}

.service-detail-showcase-card__title {
    margin: 0;
    color: #003253;
    font-size: 21px;
    line-height: 1.2;
    font-weight: 700;
}

.service-detail-showcase-card__text {
    min-height: 96px;
    margin: 16px 0 0;
    color: #4f5963;
    font-size: 15px;
    line-height: 1.48;
    font-weight: 500;
}

.custombasicgallery {
    max-width: 1200px;
    margin: 54px auto 74px !important;
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 28px;
    align-items: stretch;
}

.custombasicgallery > [class*="col-"] {
    width: auto !important;
    max-width: none !important;
    flex: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.custombasicgallery a {
    position: relative;
    min-height: 0;
    aspect-ratio: 4 / 3;
    border-radius: 8px;
    border: 1px solid rgba(0, 50, 83, .12);
    display: block;
    overflow: hidden;
    background: #eef2f4;
    box-shadow: 0 16px 34px rgba(0, 50, 83, .12);
}

.custombasicgallery a::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(180deg, transparent 48%, rgba(0, 50, 83, .2));
    opacity: 0;
    transition: opacity .24s ease;
    pointer-events: none;
}

.custombasicgallery a::after {
    content: "";
    position: absolute;
    right: 16px;
    bottom: 16px;
    z-index: 2;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background:
        linear-gradient(#fff, #fff) center / 14px 2px no-repeat,
        linear-gradient(#fff, #fff) center / 2px 14px no-repeat,
        #006ead;
    box-shadow: 0 10px 24px rgba(0, 50, 83, .24);
    opacity: 0;
    transform: translateY(8px);
    transition: opacity .24s ease, transform .24s ease;
    pointer-events: none;
}

.custombasicgallery img {
    width: 100% !important;
    height: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
    display: block;
    object-fit: cover;
    transition: transform .3s ease;
}

.custombasicgallery a:hover::before,
.custombasicgallery a:focus::before,
.custombasicgallery a:hover::after,
.custombasicgallery a:focus::after {
    opacity: 1;
}

.custombasicgallery a:hover::after,
.custombasicgallery a:focus::after {
    transform: translateY(0);
}

.custombasicgallery a:hover img,
.custombasicgallery a:focus img {
    transform: scale(1.045);
}

.record-detail-gallery-wrap {
    max-width: 1180px;
    margin: 42px auto 48px;
}

.record-detail-gallery {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 26px !important;
}

.record-detail-gallery__card {
    position: relative;
    min-width: 0;
    margin: 0;
    aspect-ratio: 16 / 10;
    overflow: hidden;
    border-radius: 8px;
    border: 1px solid rgba(0, 50, 83, .14);
    box-shadow: 0 16px 32px rgba(0, 50, 83, .13);
    background: #eef2f4;
}

.record-detail-gallery__card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .28s ease, filter .28s ease;
}

.record-detail-gallery__card::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(180deg, transparent 42%, rgba(0, 50, 83, .88));
    pointer-events: none;
}

.record-detail-gallery__card:hover img {
    transform: scale(1.035);
    filter: saturate(1.04) contrast(1.02);
}

.record-detail-gallery__card figcaption {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    min-height: 48px;
    padding: 11px 18px 13px;
    color: #fff;
    font-family: "Bosch Sans Cond", "Bosch Sans", Arial, sans-serif;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 700;
    text-align: center;
    background: rgba(0, 50, 83, .86);
}

.record-detail-gallery__caption {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    min-height: 48px;
    padding: 11px 18px 13px;
    color: #fff;
    font-family: "Bosch Sans Cond", "Bosch Sans";
    font-size: 18px;
    line-height: 1.2;
    font-weight: 700;
    text-align: center;
    background: rgba(0, 50, 83, .86);
}

.record-location-section {
    max-width: 860px;
    margin: 34px auto 70px;
    color: #003253;
}

.record-location-section__title {
    margin: 0 0 28px;
    padding-bottom: 18px;
    border-bottom: 4px solid #003253;
    color: #003253;
    font-family: "Bosch Sans Cond", "Bosch Sans", Arial, sans-serif;
    font-size: 36px;
    line-height: 1.12;
    font-weight: 700;
}

.record-location-section__media {
    overflow: hidden;
    border: 3px solid rgba(0, 110, 173, .35);
    border-radius: 8px;
    box-shadow: 0 18px 38px rgba(0, 50, 83, .14);
    background: #eef2f4;
}

.record-location-section__media img {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
}

.record-location-section__address {
    margin: 32px 0 0;
    padding: 28px 34px;
    border: 1px solid rgba(0, 110, 173, .38);
    border-radius: 8px;
    color: #343a40;
    font-family: "Bosch Sans", Arial, sans-serif;
    font-size: 18px;
    font-style: normal;
    line-height: 1.55;
    background: #fff;
    box-shadow: 0 12px 26px rgba(0, 50, 83, .08);
}

.home-stats {
    max-width: var(--new-section-width);
    margin: 0 auto;
    padding: 36px 0 62px;
    background: #fff;
}

.home-stats__inner {
    max-width: 100%;
    margin: 0 auto;
}

.home-stats__title {
    margin: 0 0 46px;
    color: #002b52;
    font-size: var(--new-heading-size);
    line-height: 1.1;
    font-weight: 700;
    text-align: center;
    text-transform: none;
}

.home-stats__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 42px 36px;
}

.home-stat-card {
    min-height: 190px;
    padding: 30px 28px 22px;
    border: 1px solid #003253;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 3px 10px rgba(0, 50, 83, .18);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.home-stat-card__icon {
    display: none;
}

.home-stat-card::before {
    content: "";
    width: 58px;
    height: 58px;
    border-radius: 50%;
    display: block;
    background-color: #006ead;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 34px 34px;
    box-shadow: 0 10px 18px rgba(0, 50, 83, .22);
}

.home-stat-card:nth-child(1)::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' fill='none' stroke='white' stroke-width='3.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M9 44h46'/%3E%3Cpath d='M13 44V25h25v19'/%3E%3Cpath d='M38 32h13v12'/%3E%3Cpath d='M18 44V34h6v10'/%3E%3Cpath d='M29 44V34h6v10'/%3E%3Cpath d='M13 25h25'/%3E%3Cpath d='M18 20h16'/%3E%3Cpath d='M42 26h9'/%3E%3C/svg%3E");
}

.home-stat-card:nth-child(2)::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' fill='none' stroke='white' stroke-width='3.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M10 43h24'/%3E%3Cpath d='M13 36l3-10h18l4 10'/%3E%3Cpath d='M16 43v5'/%3E%3Cpath d='M31 43v5'/%3E%3Ccircle cx='18' cy='37' r='2'/%3E%3Ccircle cx='31' cy='37' r='2'/%3E%3Cpath d='M42 50V34'/%3E%3Ccircle cx='42' cy='25' r='7'/%3E%3Cpath d='M31 52c2-9 8-13 17-13s14 4 16 13'/%3E%3C/svg%3E");
}

.home-stat-card:nth-child(3)::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' fill='none' stroke='white' stroke-width='3.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M8 30l24-16 24 16-24 16L8 30z'/%3E%3Cpath d='M18 30h28'/%3E%3Cpath d='M22 26l3 8 4-8'/%3E%3Cpath d='M34 26v8'/%3E%3Cpath d='M42 26v8'/%3E%3C/svg%3E");
}

.home-stat-card:nth-child(4)::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' fill='none' stroke='white' stroke-width='3.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M18 33l4-11h20l4 11'/%3E%3Cpath d='M17 33h30v12H17z'/%3E%3Ccircle cx='23' cy='40' r='2'/%3E%3Ccircle cx='41' cy='40' r='2'/%3E%3Cpath d='M9 49h46'/%3E%3Cpath d='M12 49V35'/%3E%3Cpath d='M52 49V35'/%3E%3Cpath d='M29 49l4-9'/%3E%3Cpath d='M33 40l-5 2 2-7'/%3E%3C/svg%3E");
}

.home-stat-card:nth-child(5)::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' fill='none' stroke='white' stroke-width='3.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M18 35l9 9 19-20'/%3E%3Cpath d='M8 36l11-11 10 10'/%3E%3Cpath d='M56 25L44 13 33 25'/%3E%3Cpath d='M8 45l11 8 11-9'/%3E%3Cpath d='M56 16l-11-6-12 8'/%3E%3C/svg%3E");
}

.home-stat-card:nth-child(6)::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' fill='none' stroke='white' stroke-width='3.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M13 42h18'/%3E%3Cpath d='M15 35l3-9h15l3 9'/%3E%3Cpath d='M18 42v5'/%3E%3Cpath d='M31 42v5'/%3E%3Cpath d='M40 15h14v32H32V23h8z'/%3E%3Cpath d='M40 15v8h-8'/%3E%3Cpath d='M37 35l5 5 9-11'/%3E%3Cpath d='M40 25h9'/%3E%3C/svg%3E");
}

.home-stat-card:nth-child(7)::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' fill='none' stroke='white' stroke-width='3.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M32 58s18-17 18-32a18 18 0 0 0-36 0c0 15 18 32 18 32z'/%3E%3Ccircle cx='32' cy='26' r='7'/%3E%3Cpath d='M18 55c4 3 24 3 28 0'/%3E%3C/svg%3E");
}

.home-stat-card:nth-child(8)::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' fill='none' stroke='white' stroke-width='3.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='32' cy='25' r='12'/%3E%3Cpath d='M32 18l2 5 5 .5-4 3.5 1.3 5-4.3-2.8-4.3 2.8 1.3-5-4-3.5 5-.5 2-5z'/%3E%3Cpath d='M24 36v20l8-5 8 5V36'/%3E%3Cpath d='M17 25h-5'/%3E%3Cpath d='M52 25h-5'/%3E%3Cpath d='M20 13l-4-4'/%3E%3Cpath d='M44 13l4-4'/%3E%3C/svg%3E");
}

.home-stat-card__label {
    margin: 22px 0 0;
    color: #5f6369;
    font-size: 18px;
    line-height: 1.32;
    font-weight: 700;
    text-align: center;
}

.home-appointment {
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    margin-top: 36px;
    padding: 54px 20px;
    font-family: "Bosch Sans";
    display: block;
    background:
        radial-gradient(circle at 74% 50%, rgba(255, 255, 255, .11) 0 22%, transparent 23%),
        linear-gradient(135deg, #003253 0%, #00466b 52%, #00629b 100%);
    cursor: pointer;
    overflow: hidden;
    text-decoration: none;
}

.home-appointment:hover,
.home-appointment:focus {
    text-decoration: none;
}

.home-appointment__inner {
    max-width: 1360px;
    min-height: 420px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(340px, 46%) 1fr;
    align-items: center;
    gap: 48px;
    position: relative;
}

.home-appointment__visual {
    min-height: 350px;
    position: relative;
}

.home-appointment__service {
    width: 78%;
    max-width: 500px;
    height: 305px;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 18px 42px rgba(0, 0, 0, .28);
    position: absolute;
    left: 0;
    top: 26px;
}

.home-appointment__service img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.home-appointment__phone {
    width: 178px;
    height: 330px;
    border: 9px solid #01263f;
    border-radius: 28px;
    background: #fff;
    box-shadow: 0 16px 34px rgba(0, 0, 0, .32);
    position: absolute;
    right: 4%;
    top: 8px;
    overflow: hidden;
    z-index: 2;
}

.home-appointment__phone::before {
    content: "";
    width: 58px;
    height: 5px;
    border-radius: 999px;
    background: #01263f;
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
}

.home-appointment__phone-screen {
    height: 100%;
    padding: 34px 14px 16px;
    background: #f6f8f9;
}

.home-appointment__phone-logo {
    color: #003253;
    font-family: "Bosch Sans Cond", "Bosch Sans";
    font-size: 15px;
    line-height: 1;
    font-weight: 700;
    margin-bottom: 12px;
    text-align:center;
}

.home-appointment__phone-image {
    height: 86px;
    border-radius: 4px;
    background-size: cover;
    background-position: center;
    margin-bottom: 12px;
}

.home-appointment__form-title {
    padding: 7px 10px;
    background: #003253;
    color: #fff;
    font-family: "Bosch Sans Cond", "Bosch Sans";
    font-size: 11px;
    font-weight: 700;
    text-align:center;
}

.home-appointment__form-line {
    height: 26px;
    margin-top: 9px;
    border: 1px solid #dde3e7;
    background: #fff;
}

.home-appointment__form-button {
    width: 86px;
    height: 26px;
    margin: 12px auto 0;
    border-radius: 2px;
    background: #003253;
}

.home-appointment__copy {
    color: #fff;
    position: relative;
    z-index: 3;
}

.home-appointment__eyebrow {
    margin: 0 0 14px;
    color: rgba(255, 255, 255, .76);
    font-family: "Bosch Sans Cond", "Bosch Sans";
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.home-appointment__title {
    max-width: 720px;
    margin: 0;
    color: #fff;
    font-family: "Bosch Sans Cond", "Bosch Sans" !important;
    font-size: var(--new-heading-size);
    line-height: 1.05;
    font-weight: 700;
    letter-spacing: 0;
}

.home-appointment__text {
    max-width: 520px;
    margin: 24px 0 0;
    color: #fff;
    font-family: "Bosch Sans";
    font-size: 23px;
    line-height: 1.25;
    font-weight: 500;
    letter-spacing: 0;
}

.home-appointment__actions {
    display: flex;
    align-items: center;
    gap: 22px;
    margin-top: 30px;
}

.home-appointment__button {
    min-height: 48px;
    padding: 13px 24px;
    border: 1px solid #fff;
    background: #fff;
    color: #003253;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: "Bosch Sans Cond", "Bosch Sans";
    font-size: 14px;
    line-height: 1.2;
    font-weight: 700;
    text-decoration: none;
}

.home-appointment__button:hover {
    background: transparent;
    color: #fff;
    text-decoration: none;
}

.home-appointment__click {
    width: 74px;
    height: 74px;
    color: rgba(255, 255, 255, .82);
    transform: rotate(-8deg);
}

.footer-contact-strip {
    max-width: var(--new-section-width);
    margin: 0 auto;
    padding: 54px 0 42px;
    background: #fff;
}

.footer-contact-heading {
    margin: 0 0 42px;
    text-align: center;
}

.footer-contact-heading__eyebrow {
    margin: 0 0 8px;
    color: #8a929a;
    font-size: 15px;
    line-height: 1.35;
    font-weight: 500;
}

.footer-contact-heading__title {
    margin: 0;
    color: #003253;
    font-size: var(--new-heading-size);
    line-height: 1.1;
    font-weight: 700;
    text-transform: none;
}

.footer-contact-heading__line {
    width: 84px;
    height: 2px;
    margin: 18px auto 0;
    display: block;
    position: relative;
    background: #003253;
}

.footer-contact-heading__line::before,
.footer-contact-heading__line::after {
    content: "";
    width: 28px;
    height: 1px;
    background: #003253;
    position: absolute;
    top: 7px;
}

.footer-contact-heading__line::before {
    left: 18px;
}

.footer-contact-heading__line::after {
    right: 18px;
}

.footer-contact-strip__inner {
    max-width: 100%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
}

.footer-contact-card {
    min-height: 176px;
    padding: 28px 24px 26px;
    border: 1px solid rgba(0, 50, 83, .16);
    border-bottom: 4px solid #003253;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 18px 34px rgba(0, 50, 83, .12);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    overflow: hidden;
    text-align: center;
}

.footer-contact-card::after {
    content: "";
    width: 92px;
    height: 92px;
    border-radius: 50%;
    background: rgba(0, 50, 83, .06);
    position: absolute;
    right: -32px;
    top: -34px;
}

.footer-contact-card::before {
    content: "";
    width: 50px;
    height: 50px;
    margin-bottom: 16px;
    border-radius: 50%;
    display: block;
    position: relative;
    z-index: 1;
    background-color: #006ead;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 24px 24px;
    box-shadow: 0 10px 18px rgba(0, 50, 83, .22);
    flex: 0 0 auto;
}

.footer-contact-card__icon {
    display: none;
}

.footer-contact-card--address::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='white' d='M12 2a7 7 0 0 0-7 7c0 5.25 7 13 7 13s7-7.75 7-13a7 7 0 0 0-7-7zm0 9.5A2.5 2.5 0 1 1 12 6a2.5 2.5 0 0 1 0 5.5z'/%3E%3C/svg%3E");
}

.footer-contact-card--phone::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='white' d='M6.6 10.8a15.4 15.4 0 0 0 6.6 6.6l2.2-2.2c.3-.3.8-.4 1.2-.3 1.3.4 2.6.6 4 .6.7 0 1.2.5 1.2 1.2v3.6c0 .7-.5 1.2-1.2 1.2C10.6 21.5 2.5 13.4 2.5 3.4c0-.7.5-1.2 1.2-1.2h3.6c.7 0 1.2.5 1.2 1.2 0 1.4.2 2.7.6 4 .1.4 0 .9-.3 1.2l-2.2 2.2z'/%3E%3C/svg%3E");
}

.footer-contact-card--mail::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='white' d='M20 4H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm-.4 4.25-7.1 4.44a1 1 0 0 1-1 0L4.4 8.25V6.5l7.6 4.75 7.6-4.75v1.75z'/%3E%3C/svg%3E");
}

.footer-contact-card--whatsapp::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='white' d='M12 2a9.6 9.6 0 0 0-8.1 14.8L2.8 22l5.3-1.4A9.6 9.6 0 1 0 12 2zm0 17.5c-1.4 0-2.8-.4-4-1.1l-.3-.2-3.1.8.8-3-.2-.3A7.6 7.6 0 1 1 12 19.5zm4.2-5.7c-.2-.1-1.4-.7-1.6-.8-.2-.1-.4-.1-.6.1-.2.2-.6.8-.8.9-.1.2-.3.2-.5.1a6.2 6.2 0 0 1-3.1-2.7c-.2-.2 0-.4.1-.5l.4-.5c.1-.1.1-.3.2-.4.1-.1 0-.3 0-.4l-.7-1.6c-.2-.4-.4-.4-.6-.4h-.5c-.2 0-.4.1-.6.3-.2.2-.8.8-.8 2 0 1.1.8 2.2.9 2.3.1.2 1.6 2.5 3.9 3.5 2.3 1 2.3.7 2.7.7.4 0 1.4-.6 1.6-1.1.2-.5.2-1 .1-1.1 0-.2-.2-.3-.4-.4z'/%3E%3C/svg%3E");
}

.footer-contact-card__title {
    margin-bottom: 9px;
    color: #003253;
    font-size: 13px;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: .05em;
    position: relative;
    z-index: 1;
    text-transform: uppercase;
}

.footer-contact-card__text {
    max-width: 280px;
    color: #4f5963;
    font-size: 15px;
    line-height: 1.42;
    font-weight: 600;
    position: relative;
    z-index: 1;
    overflow-wrap: anywhere;
    text-decoration: none;
}

.footer-contact-card__text:hover {
    color: #003253;
    text-decoration: none;
}

.footer-map-wrap {
    max-width: 1200px;
    margin: 0 auto 34px;
}

.footer-map-wrap .row {
    margin-right: 0;
    margin-left: 0;
}

.footer-map-wrap .col-12 {
    padding-right: 0;
    padding-left: 0;
}

.footer-map-wrap iframe {
    width: 100% !important;
    max-width: 100%;
    display: block;
}

@media (max-width: 1199px) {
    .home-service-showcase {
        width: calc(100% - 40px);
    }

    .home-service-showcase__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    #guide_teaser_1 {
        width: calc(100% - 40px);
    }

    #teaser_text {
        width: calc(100% - 40px);
    }

    #guide_teaser_1 .load-more-box {
        margin-bottom: 28px;
    }

    #guide_teaser_1 .load-more-box:last-child {
        margin-bottom: 0;
    }

    .home-content-panel {
        width: calc(100% - 40px);
    }

    .home-content-panel__text {
        padding: 34px;
    }

    .home-content-panel__title {
        font-size: var(--new-heading-size);
    }

    .service-detail-showcase {
        width: calc(100% - 40px);
    }

    .service-detail-showcase__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .custombasicgallery {
        width: calc(100% - 40px);
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .record-detail-gallery-wrap {
        width: calc(100% - 40px);
    }

    .record-location-section {
        width: calc(100% - 40px);
    }

    .home-stats,
    .footer-contact-strip,
    .footer-map-wrap {
        width: calc(100% - 40px);
    }

    .home-stats__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 32px;
    }

    .home-appointment__inner {
        grid-template-columns: 1fr;
        gap: 34px;
    }

    .home-appointment__visual {
        max-width: 620px;
    }

    .home-appointment__title {
        font-size: var(--new-heading-size);
    }

    .home-appointment__text {
        font-size: 21px;
    }

    .footer-contact-strip__inner {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    .home-service-showcase {
        width: calc(100% - 32px);
        margin-bottom: 28px;
    }

    .home-service-showcase__title {
        font-size: 25px;
    }

    .home-service-showcase__grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .home-service-card__image-link {
        display: none;
    }

    .home-service-card__image {
        display: none;
    }

    .home-service-card__mobile-icon {
        width: 34px;
        height: 34px;
        flex: 0 0 34px;
        color: #006ead;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .home-service-card__mobile-icon .icon,
    .home-service-card__mobile-icon .icon-bcs,
    .home-service-card__mobile-icon i {
        color: #006ead;
        display: block;
        font-size: 34px;
        line-height: 1;
    }

    .home-service-card__mobile-icon .icon::before,
    .home-service-card__mobile-icon .icon-bcs::before,
    .home-service-card__mobile-icon i::before {
        color: #006ead;
        font-size: 34px;
        line-height: 1;
    }

    .home-service-card__mobile-icon svg,
    .home-service-card__mobile-icon img {
        width: 34px;
        height: 34px;
        display: block;
    }

    #guide_teaser_1 {
        width: calc(100% - 32px);
        margin-top: 42px;
        margin-bottom: 44px;
    }

    #guide_teaser_1 > .h2,
    #guide_teaser_1 > .text-center.h2 {
        margin-bottom: 24px;
        font-size: 25px;
    }

    #guide_teaser_1 .load-more-box {
        margin-bottom: 24px;
    }

    #guide_teaser_1 .load-more-container {
        margin-top: 38px;
    }

    #guide_teaser_1 .teaser-content {
        min-height: 0;
        padding: 20px 20px 22px;
    }

    #guide_teaser_1 .teaser-content .h6 {
        font-size: 17px;
    }

    #guide_teaser_1 .teaser-content .copy,
    #guide_teaser_1 .link-btn {
        font-size: 14px;
    }

    .home-service-card__title {
        display: flex;
        align-items: center;
        gap: 10px;
        font-size: 20px;
    }

    .home-service-card__text {
        min-height: 0;
        font-size: 15px;
    }

    .home-service-showcase__more {
        margin-top: 34px;
        margin-bottom: 34px;
    }

    .home-intro-wrap .bg-content {
        padding: 48px 20px 52px;
    }

    .home-intro-wrap h1,
    .home-intro-wrap .homeblue {
        font-size: 26px;
    }

    .home-intro-wrap p {
        font-size: 15px;
        line-height: 1.62;
    }

    #teaser_text {
        width: calc(100% - 32px);
        margin: 34px auto 32px;
    }

    #teaser_text .component-teaser {
        padding: 32px 22px 34px;
    }

    #teaser_text .text-area h1,
    #teaser_text .text-area h2,
    #teaser_text .text-area h3,
    #teaser_text .text-area .homeblue {
        font-size: 25px !important;
    }

    #teaser_text .text-area p {
        margin-bottom: 24px;
        font-size: 15px;
        line-height: 1.58;
    }

    #teaser_text .btn {
        width: 100%;
        max-width: 320px;
        white-space: normal;
    }

    .home-content-panel {
        width: calc(100% - 32px);
        margin: 32px auto;
    }

    .home-content-panel__row {
        border-radius: 8px;
    }

    .home-content-panel__text {
        padding: 28px 22px 30px;
    }

    .home-content-panel__eyebrow {
        margin-bottom: 11px;
        font-size: 11px;
    }

    .home-content-panel__title {
        margin-bottom: 18px;
        padding-bottom: 14px;
        font-size: 25px;
    }

    .home-content-panel__text p {
        font-size: 15px;
        line-height: 1.55;
    }

    .home-content-panel__image,
    .home-content-panel__image img,
    .home-content-panel__image iframe {
        min-height: 220px;
    }

    .service-detail-showcase {
        width: calc(100% - 32px);
        margin-top: 42px;
        margin-bottom: 40px;
    }

    .service-detail-showcase__title {
        font-size: 25px;
    }

    .service-detail-showcase__grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .custombasicgallery {
        width: calc(100% - 32px);
        margin-top: 36px !important;
        margin-bottom: 58px !important;
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .record-detail-gallery-wrap {
        width: calc(100% - 32px);
        margin-top: 36px;
        margin-bottom: 42px;
    }

    .record-detail-gallery {
        grid-template-columns: 1fr !important;
        gap: 18px !important;
    }

    .record-detail-gallery__caption,
    .record-detail-gallery__card figcaption {
        min-height: 44px;
        padding: 10px 14px 12px;
        font-size: 16px;
    }

    .record-location-section {
        width: calc(100% - 32px);
        margin-top: 28px;
        margin-bottom: 46px;
    }

    .record-location-section__title {
        margin-bottom: 20px;
        padding-bottom: 12px;
        border-bottom-width: 3px;
        font-size: 28px;
    }

    .record-location-section__address {
        margin-top: 20px;
        padding: 22px 20px;
        font-size: 15px;
    }

    .service-detail-showcase-card__title {
        font-size: 20px;
    }

    .service-detail-showcase-card__text {
        min-height: 0;
        font-size: 15px;
    }

    .home-stats {
        padding-top: 30px;
        padding-bottom: 46px;
    }

    .home-stats__title {
        margin-bottom: 28px;
        font-size: 25px;
    }

    .home-stats__grid {
        grid-template-columns: 1fr;
        gap: 22px;
    }

    .home-stat-card {
        min-height: 160px;
        padding: 24px 22px 20px;
    }

    .home-stat-card::before {
        width: 50px;
        height: 50px;
    }

    .home-stat-card__label {
        font-size: 18px;
    }

    .home-appointment {
        margin-top: 30px;
        padding: 42px 20px;
    }

    .home-appointment__inner {
        min-height: 0;
    }

    .home-appointment__visual {
        min-height: 280px;
    }

    .home-appointment__service {
        width: 100%;
        height: 210px;
        top: 46px;
    }

    .home-appointment__phone {
        width: 124px;
        height: 230px;
        right: 10px;
    }

    .home-appointment__phone-screen {
        padding: 28px 10px 12px;
    }

    .home-appointment__phone-logo {
        font-size: 13px;
    }

    .home-appointment__phone-image {
        height: 58px;
    }

    .home-appointment__form-title {
        font-size: 9px;
        padding: 5px 7px;
    }

    .home-appointment__form-line {
        height: 18px;
        margin-top: 7px;
    }

    .home-appointment__form-button {
        width: 62px;
        height: 20px;
    }

    .home-appointment__title {
        font-size: 25px;
    }

    .home-appointment__text {
        font-size: 18px;
    }

    .home-appointment__actions {
        align-items: flex-start;
        flex-direction: column;
        gap: 16px;
    }

    .footer-contact-strip {
        width: calc(100% - 32px);
        padding: 34px 0 24px;
    }

    .footer-contact-heading {
        margin-bottom: 28px;
    }

    .footer-contact-heading__eyebrow {
        font-size: 14px;
    }

    .footer-contact-heading__title {
        font-size: 25px;
    }

    .home-stats,
    .footer-map-wrap {
        width: calc(100% - 32px);
    }

    .footer-contact-strip__inner {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .footer-contact-card {
        min-height: 145px;
        padding: 24px 18px 22px;
    }

    .footer-contact-card__text {
        font-size: 14px;
    }

    .home-appointment,
    .home-stats,
    .footer-contact-strip,
    .footer-map-wrap {
        display: none;
    }

}

#detail_stage ~ .module-text-media {
    max-width: 1200px;
    margin: 34px auto;
    padding: 0;
    overflow: hidden;
    border: 1px solid rgba(0, 50, 83, .12);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 16px 38px rgba(0, 50, 83, .08);
}

#detail_stage ~ .module-text-media > .row {
    margin-right: 0;
    margin-left: 0;
}

#detail_stage ~ .module-text-media > .row:first-child {
    padding: 34px 38px 0;
}

#detail_stage ~ .module-text-media > .row:first-child .col-md-7 {
    width: 100%;
    max-width: none;
    flex: 0 0 100%;
    padding-right: 0;
    padding-left: 0;
}

#detail_stage ~ .module-text-media h2 {
    position: relative;
    margin: 0;
    padding-bottom: 16px;
    color: #003253;
    font-family: "Bosch Sans Cond", "Bosch Sans";
    font-size: 26px;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: 0;
}

#detail_stage ~ .module-text-media h2::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 74px;
    height: 3px;
    background: #006ead;
}

#detail_stage ~ .module-text-media > .row:nth-child(2) {
    padding: 28px 38px 38px;
    align-items: flex-start;
}

#detail_stage ~ .module-text-media .text-wrapper {
    padding-right: 24px;
}

#detail_stage ~ .module-text-media .text-wrapper p {
    margin: 0;
    color: #26313a;
    font-size: 16px;
    line-height: 1.74;
    font-weight: 500;
}

#detail_stage ~ .module-text-media .text-wrapper p + p {
    margin-top: 18px;
}

#detail_stage ~ .module-text-media .text-wrapper strong,
#detail_stage ~ .module-text-media .text-wrapper b {
    color: #003253;
    font-weight: 700;
}

#detail_stage ~ .module-text-media .module-image {
    position: sticky;
    top: 108px;
    overflow: hidden;
    border-radius: 8px;
    background: #eef3f6;
    box-shadow: 0 14px 28px rgba(0, 50, 83, .12);
}

#detail_stage ~ .module-text-media .module-image img {
    width: 100%;
    height: auto;
    min-height: 250px;
    max-height: 360px;
    display: block;
    object-fit: cover;
    object-position: center;
}

#detail_stage ~ .module-accordion {
    max-width: 1200px;
    margin: 54px auto;
}

#detail_stage ~ .module-accordion > .h3,
#detail_stage ~ .module-accordion > .text-center.h3 {
    margin-bottom: 24px;
    color: #003253;
    font-family: "Bosch Sans Cond", "Bosch Sans";
    font-size: 26px;
    font-weight: 700;
}

#detail_stage ~ .module-accordion .accordion-item {
    border: 1px solid rgba(0, 50, 83, .14);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 10px 24px rgba(0, 50, 83, .06);
}

@media (max-width: 991px) {
    #detail_stage ~ .module-text-media {
        width: calc(100% - 32px);
        margin: 28px auto;
    }

    #detail_stage ~ .module-text-media > .row:first-child {
        padding: 28px 24px 0;
    }

    #detail_stage ~ .module-text-media > .row:nth-child(2) {
        padding: 24px;
    }

    #detail_stage ~ .module-text-media .text-wrapper {
        padding-right: 0;
    }

    #detail_stage ~ .module-text-media .module-image {
        position: relative;
        top: auto;
        margin-bottom: 22px;
    }

    #detail_stage ~ .module-accordion {
        width: calc(100% - 32px);
    }
}

@media (max-width: 575px) {
    #detail_stage ~ .module-text-media h2 {
        font-size: 23px;
    }

    #detail_stage ~ .module-text-media .text-wrapper p {
        font-size: 15px;
        line-height: 1.64;
    }
}


/* Directory content: image first, readable text below */
#detail_stage ~ .module-text-media > .row:nth-child(2) {
    row-gap: 24px;
}

#detail_stage ~ .module-text-media > .row:nth-child(2) .col-md-5,
#detail_stage ~ .module-text-media > .row:nth-child(2) .col-md-7 {
    flex: 0 0 100%;
    max-width: 100%;
}

#detail_stage ~ .module-text-media > .row:nth-child(2) .col-md-5 {
    order: 1;
}

#detail_stage ~ .module-text-media > .row:nth-child(2) .col-md-7 {
    order: 2;
}

#detail_stage ~ .module-text-media > .row:nth-child(2) .col-md-5:not(:has(img, iframe, video)) {
    display: none;
}

#detail_stage ~ .module-text-media > .row:nth-child(2) .col-md-5:not(:has(img, iframe, video)) + .col-md-7,
#detail_stage ~ .module-text-media > .row:nth-child(2) .col-md-7:only-child {
    flex: 0 0 100%;
    max-width: 100%;
}

#detail_stage ~ .module-text-media .module-image {
    position: relative;
    top: auto;
    max-width: 760px;
    margin: 0 auto 4px;
    border-radius: 8px;
}

#detail_stage ~ .module-text-media .module-image:empty {
    display: none;
}

#detail_stage ~ .module-text-media .module-image img {
    width: 100%;
    height: auto;
    min-height: 0;
    max-height: none;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    object-position: center;
}

#detail_stage ~ .module-text-media .text-wrapper {
    max-width: 820px;
    margin: 0 auto;
    padding-right: 0;
}

#detail_stage ~ .module-text-media .text-wrapper p {
    color: #1f2d38;
    font-size: 17px;
    line-height: 1.82;
    font-weight: 400;
}

#detail_stage ~ .module-text-media .text-wrapper p:not(:last-child) {
    margin-bottom: 18px;
}

#detail_stage ~ .module-text-media .text-wrapper ul,
#detail_stage ~ .module-text-media .text-wrapper ol {
    max-width: 100%;
    margin: 18px auto;
    padding-left: 22px;
    color: #1f2d38;
    font-size: 17px;
    line-height: 1.75;
}

#detail_stage ~ .module-text-media .text-wrapper li + li {
    margin-top: 8px;
}

@media (max-width: 575px) {
    #detail_stage ~ .module-text-media .module-image {
        max-width: 100%;
    }

    #detail_stage ~ .module-text-media .module-image img {
        aspect-ratio: 4 / 3;
    }

    #detail_stage ~ .module-text-media .text-wrapper p,
    #detail_stage ~ .module-text-media .text-wrapper ul,
    #detail_stage ~ .module-text-media .text-wrapper ol {
        font-size: 15px;
        line-height: 1.68;
    }
}

/* Directory list spacing */
.directory-list-teaser .teaser-block {
    row-gap: 36px;
}

.directory-list-teaser .load-more-container {
    padding-top: 34px;
}

@media (max-width: 767px) {
    .directory-list-teaser .teaser-block {
        row-gap: 26px;
    }

    .directory-list-teaser .load-more-container {
        padding-top: 22px;
    }
}

/* Contact page form */
.contact-form-section {
    max-width: 1170px;
    margin: 44px auto 64px;
    padding: 0 15px;
}

.contact-form-section > .col-12 {
    padding: 34px 36px 38px;
    border: 1px solid rgba(0, 50, 83, .14);
    border-bottom: 4px solid #006ead;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 18px 42px rgba(0, 50, 83, .10);
}

.contact-form-title {
    margin: 0 0 24px !important;
    padding: 0 !important;
}

.contact-form-title h2 {
    position: relative;
    margin: 0;
    padding-bottom: 14px;
    color: #003253;
    font-family: "Bosch Sans Cond", "Bosch Sans";
    font-size: var(--new-heading-size, 26px);
    line-height: 1.15;
    font-weight: 700;
    letter-spacing: 0;
}

.contact-form-title h2::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 72px;
    height: 3px;
    background: #006ead;
}

.contact-form-grid {
    row-gap: 14px;
}

.contact-form-field {
    margin-bottom: 0 !important;
}

.contact-form-field .form-control,
.contact-form-consent .form-control {
    width: 100%;
    min-height: 50px;
    border: 1px solid rgba(0, 50, 83, .18) !important;
    border-radius: 6px;
    background: #f8fafb;
    color: #003253;
    font-family: "Bosch Sans";
    font-size: 16px;
    line-height: 1.4;
    box-shadow: none;
    transition: border-color .18s ease, background-color .18s ease, box-shadow .18s ease;
}

.contact-form-field .form-control:focus,
.contact-form-consent .form-control:focus {
    border-color: #006ead !important;
    background: #fff;
    box-shadow: 0 0 0 3px rgba(0, 110, 173, .13);
    outline: none;
}

.contact-form-field--message .form-control {
    min-height: 180px;
    resize: vertical;
}

.contact-form-consent {
    margin-top: 8px;
    padding: 0 15px;
}

.contact-form-consent .mwf-separator {
    margin: 0;
    padding: 22px 24px;
    border: 1px solid rgba(0, 50, 83, .12);
    border-radius: 8px;
    background: #f8fafb;
    list-style: none;
}

.contact-form-consent .mwf-field,
.contact-form-consent .px-3 {
    margin: 0;
    padding: 0 !important;
}

.contact-form-consent .mwf-field + .mwf-field,
.contact-form-consent .mwf-field + .px-3 {
    margin-top: 16px;
}

.contact-form-consent .mwf-bold p,
.contact-form-consent label,
.contact-form-consent .px-3 > label {
    margin: 0 0 10px;
    color: #003253;
    font-family: "Bosch Sans Cond", "Bosch Sans";
    font-size: 17px;
    line-height: 1.3;
    font-weight: 700;
}

.contact-form-consent .mwf-option {
    display: flex;
    gap: 12px;
    align-items: flex-start;
}

.contact-form-consent input[type="checkbox"] {
    width: 18px;
    height: 18px;
    margin-top: 3px;
    flex: 0 0 18px;
    accent-color: #006ead;
}

.contact-form-consent .mwf-option label,
.contact-form-consent .mwf-option label p {
    margin: 0;
    color: #26313a;
    font-family: "Bosch Sans";
    font-size: 13px;
    line-height: 1.52;
    font-weight: 400;
}

.contact-form-consent .px-3 > div {
    display: flex;
    max-width: 420px;
    gap: 14px;
    align-items: center;
    flex-wrap: wrap;
}

.contact-form-consent img {
    height: 38px !important;
    margin: 0 !important;
    float: none !important;
    border: 1px solid rgba(0, 50, 83, .16);
    border-radius: 4px;
    background: #fff;
}

.contact-form-consent #ContentPlaceHolder1_TBsecurity {
    max-width: 220px;
    min-height: 46px;
    background: #fff;
}

.contact-form-submit {
    display: flex;
    justify-content: flex-start;
    margin-top: 6px;
}

.contact-form-submit .btn-primary,
.contact-form-submit input[type="submit"] {
    width: auto;
    min-width: 190px;
    min-height: 50px;
    padding: 0 30px;
    border: 1px solid #006ead;
    border-radius: 0;
    background: #006ead;
    color: #fff;
    font-family: "Bosch Sans";
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    transition: background-color .18s ease, border-color .18s ease, transform .18s ease;
}

.contact-form-submit .btn-primary:hover,
.contact-form-submit input[type="submit"]:hover,
.contact-form-submit .btn-primary:focus,
.contact-form-submit input[type="submit"]:focus {
    border-color: #003253;
    background: #003253;
    transform: translateY(-1px);
}

@media (max-width: 991px) {
    .contact-form-section {
        width: calc(100% - 32px);
        margin: 32px auto 48px;
        padding: 0;
    }

    .contact-form-section > .col-12 {
        padding: 28px 24px 32px;
    }
}

@media (max-width: 575px) {
    .contact-form-section {
        width: calc(100% - 24px);
        margin-top: 24px;
    }

    .contact-form-section > .col-12 {
        padding: 24px 18px 28px;
        border-radius: 8px;
    }

    .contact-form-title h2 {
        font-size: 24px;
    }

    .contact-form-field .form-control,
    .contact-form-consent .form-control {
        min-height: 48px;
        font-size: 15px;
    }

    .contact-form-field--message .form-control {
        min-height: 150px;
    }

    .contact-form-consent .mwf-separator {
        padding: 18px;
    }

    .contact-form-consent .px-3 > div {
        align-items: flex-start;
        flex-direction: column;
        gap: 10px;
    }

    .contact-form-consent #ContentPlaceHolder1_TBsecurity {
        max-width: 100%;
    }

    .contact-form-submit .btn-primary,
    .contact-form-submit input[type="submit"] {
        width: 100%;
    }
}

/* Contact consent layout fix */
.contact-form-consent .mwf-separator,
.contact-form-consent .mwf-separator li,
.contact-form-consent .mwf-separator fieldset {
    list-style: none !important;
}

.contact-form-consent .mwf-separator li::before,
.contact-form-consent .mwf-separator li::after,
.contact-form-consent .mwf-option::before,
.contact-form-consent .mwf-option::after {
    content: none !important;
    display: none !important;
}

.contact-form-consent .mwf-separator fieldset {
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
}

.contact-form-consent .mwf-label-checkbox {
    display: block !important;
    margin: 0 0 12px !important;
    padding: 0 !important;
}

.contact-form-consent .mwf-label-checkbox p {
    margin: 0 !important;
    color: #003253;
    font-family: "Bosch Sans Cond", "Bosch Sans";
    font-size: 16px;
    line-height: 1.3;
    font-weight: 700;
}

.contact-form-consent .mwf-input,
.contact-form-consent .mwf-option {
    width: 100% !important;
    display: block !important;
    position: static !important;
}

.contact-form-consent .mwf-option {
    display: grid !important;
    grid-template-columns: 20px minmax(0, 1fr);
    column-gap: 12px;
    align-items: flex-start;
}

.contact-form-consent .mwf-option input[type="checkbox"] {
    position: static !important;
    left: auto !important;
    top: auto !important;
    opacity: 1 !important;
    appearance: auto !important;
    -webkit-appearance: checkbox !important;
    width: 18px !important;
    height: 18px !important;
    margin: 2px 0 0 !important;
    padding: 0 !important;
    display: block !important;
}

.contact-form-consent .mwf-option > label {
    display: block !important;
    margin: 0 !important;
    padding: 0 !important;
    cursor: pointer;
}

.contact-form-consent .mwf-option > label p:empty {
    display: none !important;
}

.contact-form-consent .mwf-option > label p {
    margin: 0 !important;
    color: #26313a !important;
    font-family: "Bosch Sans" !important;
    font-size: 13px !important;
    line-height: 1.55 !important;
    font-weight: 400 !important;
}

.contact-form-consent .px-3 {
    margin-top: 28px !important;
    padding-top: 22px !important;
    border-top: 1px solid rgba(0, 50, 83, .10);
}

.contact-form-consent .px-3 > label {
    display: block !important;
    margin-bottom: 12px !important;
}

@media (max-width: 575px) {
    .contact-form-consent .mwf-option {
        grid-template-columns: 20px minmax(0, 1fr);
        column-gap: 10px;
    }

    .contact-form-consent .mwf-option > label p {
        font-size: 12px !important;
        line-height: 1.5 !important;
    }
}

/* Contact consent compact spacing */
.contact-form-consent .mwf-bold {
    margin-bottom: 10px !important;
}

.contact-form-consent .mwf-field + .mwf-field {
    margin-top: 8px !important;
}

.contact-form-consent .mwf-label-checkbox {
    margin-bottom: 8px !important;
}

.contact-form-consent .mwf-separator > .mwf-field::before,
.contact-form-consent .mwf-separator > .mwf-field::after {
    content: none !important;
    display: none !important;
}

/* Contact captcha compact spacing */
.contact-form-consent .px-3 {
    margin-top: 14px !important;
    padding-top: 14px !important;
}

.contact-form-consent .px-3 > label {
    margin-bottom: 8px !important;
}

/* Contact branch cards */
#content_2_columns {
    max-width: 1170px;
    margin: 36px auto 0;
}

#content_2_columns .content-teaser-wrapper {
    margin-bottom: 28px;
    padding: 30px;
    border: 1px solid rgba(0, 50, 83, .12);
    border-radius: 8px;
    background: linear-gradient(135deg, #f4f7f8 0%, #eef2f4 100%);
    box-shadow: 0 12px 28px rgba(0, 50, 83, .07);
    overflow: hidden;
}

#content_2_columns .content-teaser-wrapper > .row {
    align-items: stretch;
}

#content_2_columns .content-teaser-wrapper .col-lg-6:first-child {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 10px 34px 10px 0;
}

#content_2_columns .content-teaser-wrapper h3 {
    position: relative;
    margin: 0 0 22px;
    padding-bottom: 12px;
    color: #003253;
    font-family: "Bosch Sans Cond", "Bosch Sans";
    font-size: 25px;
    line-height: 1.18;
    font-weight: 700;
}

#content_2_columns .content-teaser-wrapper h3::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 64px;
    height: 3px;
    background: #006ead;
}

#content_2_columns .content-teaser-wrapper p {
    margin: 0 0 18px;
    color: #172532;
    font-family: "Bosch Sans";
    font-size: 16px;
    line-height: 1.6;
    font-weight: 400;
}

#content_2_columns .content-teaser-wrapper a:not(.btn),
#content_2_columns .content-teaser-wrapper .contact-link {
    width: fit-content;
    margin-top: 8px;
    color: #006ead;
    font-family: "Bosch Sans";
    font-size: 15px;
    line-height: 1.35;
    font-weight: 700;
    letter-spacing: .02em;
    text-decoration: none;
}

#content_2_columns .content-teaser-wrapper a:not(.btn):hover,
#content_2_columns .content-teaser-wrapper a:not(.btn):focus {
    color: #003253;
    text-decoration: none;
}

#content_2_columns .content-teaser-wrapper .cta-row {
    margin-top: 24px;
}

#content_2_columns .content-teaser-wrapper .btn-tertiary,
#content_2_columns .content-teaser-wrapper .btn-invert {
    min-height: 46px;
    padding: 0 20px;
    border: 1px solid #006ead;
    background: #006ead;
    color: #fff;
    font-family: "Bosch Sans";
    font-size: 15px;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

#content_2_columns .content-teaser-wrapper .btn-tertiary:hover,
#content_2_columns .content-teaser-wrapper .btn-invert:hover,
#content_2_columns .content-teaser-wrapper .btn-tertiary:focus,
#content_2_columns .content-teaser-wrapper .btn-invert:focus {
    border-color: #003253;
    background: #003253;
    color: #fff;
}

#content_2_columns .content-teaser-wrapper .col-lg-6:last-child {
    min-height: 292px;
    padding: 0;
    overflow: hidden;
    border-radius: 6px;
    background: #dfe7eb;
}

#content_2_columns .content-teaser-wrapper iframe {
    width: 100% !important;
    height: 100% !important;
    min-height: 292px;
    display: block;
    border: 0 !important;
}

@media (max-width: 991px) {
    #content_2_columns {
        width: calc(100% - 32px);
    }

    #content_2_columns .content-teaser-wrapper {
        padding: 24px;
    }

    #content_2_columns .content-teaser-wrapper .col-lg-6:first-child {
        padding: 0 0 24px;
    }

    #content_2_columns .content-teaser-wrapper .col-lg-6:last-child,
    #content_2_columns .content-teaser-wrapper iframe {
        min-height: 280px;
    }
}

@media (max-width: 575px) {
    #content_2_columns {
        width: calc(100% - 24px);
        margin-top: 24px;
    }

    #content_2_columns .content-teaser-wrapper {
        padding: 20px;
        border-radius: 8px;
    }

    #content_2_columns .content-teaser-wrapper h3 {
        font-size: 22px;
    }

    #content_2_columns .content-teaser-wrapper p {
        font-size: 15px;
    }

    #content_2_columns .content-teaser-wrapper .btn-tertiary,
    #content_2_columns .content-teaser-wrapper .btn-invert {
        width: 100%;
        justify-content: center;
    }
}

/* Contact map emphasis */
#content_2_columns .content-teaser-wrapper .col-lg-6:last-child {
    position: relative;
    padding: 10px;
    border: 1px solid rgba(0, 110, 173, .22);
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 14px 34px rgba(0, 50, 83, .14);
}

#content_2_columns .content-teaser-wrapper .col-lg-6:last-child::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 10px;
    pointer-events: none;
    box-shadow: inset 0 0 0 2px rgba(0, 110, 173, .08);
    z-index: 1;
}

#content_2_columns .content-teaser-wrapper .col-lg-6:last-child iframe {
    position: relative;
    z-index: 0;
    border-radius: 7px;
    filter: saturate(1.05) contrast(1.02);
}

#content_2_columns .content-teaser-wrapper .col-lg-6:last-child::after {
    content: "";
    position: absolute;
    left: 22px;
    right: 22px;
    bottom: -10px;
    height: 10px;
    border-radius: 999px;
    background: rgba(0, 50, 83, .16);
    filter: blur(10px);
    pointer-events: none;
}

@media (max-width: 575px) {
    #content_2_columns .content-teaser-wrapper .col-lg-6:last-child {
        padding: 8px;
    }
}

/* Contact form align with branch card */
.contact-form-section {
    margin-right: 0 !important;
    margin-left: 0 !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
}

@media (max-width: 991px) {
    .contact-form-section {
        width: 100% !important;
    }
}

@media (max-width: 575px) {
    .contact-form-section {
        width: 100% !important;
    }
}

/* Contact address icon */
#content_2_columns .content-teaser-wrapper .col-lg-6:first-child > p:first-of-type {
    position: relative;
    min-height: 30px;
    margin-bottom: 22px;
    padding-left: 36px;
    color: #172532;
    font-family: "Bosch Sans";
    font-size: 16px;
    line-height: 1.55;
    font-weight: 400;
}

#content_2_columns .content-teaser-wrapper .col-lg-6:first-child > p:first-of-type::before {
    content: "";
    position: absolute;
    left: 2px;
    top: 3px;
    width: 20px;
    height: 20px;
    border: 2px solid #006ead;
    border-radius: 50% 50% 50% 0;
    transform: rotate(-45deg);
    background: #fff;
    box-shadow: 0 6px 14px rgba(0, 110, 173, .16);
}

#content_2_columns .content-teaser-wrapper .col-lg-6:first-child > p:first-of-type::after {
    content: "";
    position: absolute;
    left: 9px;
    top: 10px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #006ead;
}

@media (max-width: 575px) {
    #content_2_columns .content-teaser-wrapper .col-lg-6:first-child > p:first-of-type {
        padding-left: 32px;
        font-size: 15px;
    }
}


/* Directory stage button refinement */
#detail_stage .teaser-content .module-button {
    margin-top: 28px;
}

#detail_stage .teaser-content .module-button .btn,
#detail_stage .teaser-content .module-button .btn-tertiary,
#detail_stage .teaser-content .module-button .btn-invert {
    min-width: 190px;
    min-height: 46px;
    padding: 0 22px;
    border: 1px solid #006ead;
    border-radius: 0;
    background: #006ead;
    color: #fff;
    font-family: "Bosch Sans";
    font-size: 15px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: .02em;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 22px rgba(0, 110, 173, .16);
    transition: background-color .18s ease, border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

#detail_stage .teaser-content .module-button .btn::after,
#detail_stage .teaser-content .module-button .btn-tertiary::after,
#detail_stage .teaser-content .module-button .btn-invert::after {
    content: "\2192";
    margin-left: 12px;
    font-size: 18px;
    line-height: 1;
    transition: transform .18s ease;
}

#detail_stage .teaser-content .module-button .btn:hover,
#detail_stage .teaser-content .module-button .btn:focus,
#detail_stage .teaser-content .module-button .btn-tertiary:hover,
#detail_stage .teaser-content .module-button .btn-tertiary:focus,
#detail_stage .teaser-content .module-button .btn-invert:hover,
#detail_stage .teaser-content .module-button .btn-invert:focus {
    border-color: #003253;
    background: #003253;
    color: #fff;
    text-decoration: none;
    box-shadow: 0 14px 28px rgba(0, 50, 83, .20);
    transform: translateY(-1px);
}

#detail_stage .teaser-content .module-button .btn:hover::after,
#detail_stage .teaser-content .module-button .btn:focus::after,
#detail_stage .teaser-content .module-button .btn-tertiary:hover::after,
#detail_stage .teaser-content .module-button .btn-tertiary:focus::after,
#detail_stage .teaser-content .module-button .btn-invert:hover::after,
#detail_stage .teaser-content .module-button .btn-invert:focus::after {
    transform: translateX(3px);
}

@media (max-width: 575px) {
    #detail_stage .teaser-content .module-button .btn,
    #detail_stage .teaser-content .module-button .btn-tertiary,
    #detail_stage .teaser-content .module-button .btn-invert {
        width: 100%;
        min-width: 0;
    }
}

/* Footer map emphasis */
.footer-map-wrap {
    position: relative;
    margin-top: 10px;
    margin-bottom: 46px;
    padding: 10px;
    border: 1px solid rgba(0, 110, 173, .20);
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 18px 38px rgba(0, 50, 83, .14);
}

.footer-map-wrap::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 10px;
    pointer-events: none;
    box-shadow: inset 0 0 0 2px rgba(0, 110, 173, .08);
    z-index: 1;
}

.footer-map-wrap::after {
    content: "";
    position: absolute;
    left: 28px;
    right: 28px;
    bottom: -12px;
    height: 12px;
    border-radius: 999px;
    background: rgba(0, 50, 83, .16);
    filter: blur(11px);
    pointer-events: none;
}

.footer-map-wrap .col-12 {
    overflow: hidden;
    border-radius: 7px;
    background: #e8eef2;
}

.footer-map-wrap iframe {
    min-height: 220px;
    border-radius: 7px;
    filter: saturate(1.04) contrast(1.02);
}

@media (max-width: 991px) {
    .footer-map-wrap {
        width: calc(100% - 40px);
        padding: 8px;
    }

    .footer-map-wrap iframe {
        min-height: 240px;
    }
}

@media (max-width: 575px) {
    .footer-map-wrap {
        width: calc(100% - 24px);
        margin-bottom: 34px;
    }

    .footer-map-wrap iframe {
        min-height: 230px;
    }
}

/* Footer link area refinement */
.module-footer {
    background: #eef2f3;
    border-top: 1px solid rgba(0, 50, 83, .08);
}

.module-footer > .container-fluid {
    max-width: 1200px;
    padding-top: 42px;
    padding-bottom: 28px;
}

.module-footer .row:first-child {
    row-gap: 28px;
}

.module-footer .footer-item-headline {
    position: relative;
    margin: 0 0 18px;
    padding-bottom: 10px;
    color: #003253;
    font-family: "Bosch Sans Cond", "Bosch Sans";
    font-size: 20px;
    line-height: 1.18;
    font-weight: 700;
    letter-spacing: 0;
}

.module-footer .footer-item-headline::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 42px;
    height: 2px;
    background: #006ead;
}

.module-footer .footer-link-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.module-footer .footer-link-list li {
    margin: 0;
    padding: 0;
}

.module-footer .footer-link-list li + li {
    margin-top: 11px;
}

.module-footer .footer-link-list a {
    color: #006ead;
    font-family: "Bosch Sans";
    font-size: 16px;
    line-height: 1.35;
    font-weight: 500;
    letter-spacing: .01em;
    text-decoration: none;
    transition: color .18s ease, transform .18s ease;
    display: inline-block;
}

.module-footer .footer-link-list a:hover,
.module-footer .footer-link-list a:focus {
    color: #003253;
    text-decoration: none;
    transform: translateX(2px);
}

.module-footer .social-wrapper {
    margin-top: 28px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 12px;
}

.module-footer .social-wrapper a {
    width: 38px;
    height: 38px;
    border: 1px solid rgba(0, 110, 173, .18);
    border-radius: 50%;
    background: #fff;
    color: #006ead;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    box-shadow: 0 8px 18px rgba(0, 50, 83, .08);
    transition: background-color .18s ease, color .18s ease, border-color .18s ease, transform .18s ease;
}

.module-footer .social-wrapper a:hover,
.module-footer .social-wrapper a:focus {
    border-color: #003253;
    background: #003253;
    color: #fff;
    transform: translateY(-2px);
}

.module-footer .social-wrapper i,
.module-footer .social-wrapper i::before {
    color: inherit;
    font-size: 18px;
    line-height: 1;
}

.module-footer .meta-link-wrapper {
    margin-top: 34px;
    padding-top: 22px;
    border-top: 1px solid rgba(0, 50, 83, .12);
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 14px 28px;
}

.module-footer .meta-link-wrapper .body2 {
    color: #172532;
    font-family: "Bosch Sans";
    font-size: 14px;
    line-height: 1.45;
    font-weight: 500;
}

.module-footer .meta-link-wrapper a {
    color: #006ead;
    font-family: "Bosch Sans";
    font-size: 14px;
    line-height: 1.45;
    font-weight: 500;
    text-decoration: none;
}

.module-footer .meta-link-wrapper a:hover,
.module-footer .meta-link-wrapper a:focus {
    color: #003253;
    text-decoration: none;
}

@media (max-width: 991px) {
    .module-footer > .container-fluid {
        width: calc(100% - 40px);
        padding-right: 0;
        padding-left: 0;
    }

    .module-footer .social-wrapper {
        justify-content: flex-start;
    }
}

@media (max-width: 575px) {
    .module-footer > .container-fluid {
        width: calc(100% - 28px);
        padding-top: 34px;
    }

    .module-footer .footer-item-headline {
        font-size: 19px;
    }

    .module-footer .footer-link-list a {
        font-size: 15px;
    }

    .module-footer .meta-link-wrapper {
        gap: 10px 18px;
    }
}

/* Footer service grid compact */
.module-footer .footer-lisk-list-grid {
    column-gap: 44px !important;
}

.module-footer .footer-lisk-list-grid li + li {
    margin-top: 0 !important;
}

@media (max-width: 575px) {
    .module-footer .footer-lisk-list-grid {
        column-gap: 24px !important;
    }
}

/* Footer compact vertical rhythm */
.module-footer > .container-fluid {
    padding-top: 30px !important;
    padding-bottom: 20px !important;
}

.module-footer .row:first-child {
    row-gap: 20px !important;
}

.module-footer .footer-item-headline {
    margin-bottom: 12px !important;
    padding-bottom: 8px !important;
}

.module-footer .footer-link-list li + li {
    margin-top: 8px !important;
}

.module-footer .social-wrapper {
    margin-top: 18px !important;
}

.module-footer .meta-link-wrapper {
    margin-top: 22px !important;
    padding-top: 16px !important;
}

@media (max-width: 575px) {
    .module-footer > .container-fluid {
        padding-top: 26px !important;
        padding-bottom: 18px !important;
    }
}


/* Directory text align with heading */
#detail_stage ~ .module-text-media > .row:nth-child(2) {
    padding-left: 38px !important;
    padding-right: 38px !important;
}

#detail_stage ~ .module-text-media .text-wrapper {
    max-width: none !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-right: 0 !important;
}

#detail_stage ~ .module-text-media > .row:nth-child(2) .col-md-7 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

@media (max-width: 991px) {
    #detail_stage ~ .module-text-media > .row:nth-child(2) {
        padding-left: 24px !important;
        padding-right: 24px !important;
    }
}



/* Directory accordion spacing */
#detail_stage ~ .module-accordion .accordion-item + .accordion-item {
    margin-top: 12px;
}

/* Global accordion spacing */
.module-accordion .accordion-item + .accordion-item,
.accordion .accordion-item + .accordion-item,
.accordion-wrapper .accordion-item + .accordion-item,
[data-plugin="moduleAccordion"] .accordion-item + .accordion-item {
    margin-top: 12px;
}

.module-accordion .accordion-item,
.accordion .accordion-item,
.accordion-wrapper .accordion-item,
[data-plugin="moduleAccordion"] .accordion-item {
    overflow: hidden;
}

/* Application form page */
.application-form-panel {
    max-width: 1170px;
    margin: 34px auto 64px;
}

.application-form-panel > .container-fluid {
    padding-right: 0;
    padding-left: 0;
}

.application-form-panel .module-text {
    padding: 34px 36px 38px;
    border: 1px solid rgba(0, 50, 83, .14);
    border-bottom: 4px solid #006ead;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 18px 42px rgba(0, 50, 83, .10);
}

.application-form-panel .form-list-bx,
.application-form-panel .form-elements {
    width: 100%;
}

.application-form-panel .form-100 {
    width: 100% !important;
    margin: 0 0 16px !important;
    display: grid;
    grid-template-columns: 240px 14px minmax(0, 1fr);
    gap: 0 16px;
    align-items: center;
    float: none !important;
    clear: both;
}

.application-form-panel .form-title,
.application-form-panel .form-nokta,
.application-form-panel .form-input {
    float: none !important;
    width: auto !important;
    margin: 0 !important;
    padding: 0 !important;
}

.application-form-panel .form-title div,
.application-form-panel .form-title {
    color: #172532;
    font-family: "Bosch Sans";
    font-size: 16px;
    line-height: 1.35;
}

.application-form-panel .form-nokta {
    color: #003253;
    font-family: "Bosch Sans";
    font-weight: 700;
    text-align: center;
}

.application-form-panel .form-input .form-control,
.application-form-panel .form-input input[type="text"],
.application-form-panel .form-input input[type="email"],
.application-form-panel .form-input input[type="tel"],
.application-form-panel .form-input textarea,
.application-form-panel .form-input select {
    width: 100% !important;
    min-height: 46px;
    border: 1px solid rgba(0, 50, 83, .18) !important;
    border-radius: 6px;
    background: #f8fafb;
    color: #003253;
    font-family: "Bosch Sans";
    font-size: 15px;
    line-height: 1.4;
    box-shadow: none;
    transition: border-color .18s ease, background-color .18s ease, box-shadow .18s ease;
}

.application-form-panel .form-input .form-control:focus,
.application-form-panel .form-input input:focus,
.application-form-panel .form-input textarea:focus,
.application-form-panel .form-input select:focus {
    border-color: #006ead !important;
    background: #fff;
    box-shadow: 0 0 0 3px rgba(0, 110, 173, .13);
    outline: none;
}

.application-form-panel .form-input textarea {
    min-height: 112px;
    resize: vertical;
}

.application-form-panel .form-input input[type="checkbox"].form-control,
.application-form-panel .form-input input[type="radio"].form-control {
    width: 18px !important;
    height: 18px !important;
    min-height: 18px;
    margin: 3px 8px 0 0;
    display: inline-block;
    vertical-align: top;
    accent-color: #006ead;
}

.application-form-panel .check-h6 {
    margin: 0 18px 10px 0;
    color: #172532;
    font-family: "Bosch Sans";
    font-size: 15px;
    line-height: 1.4;
    font-weight: 500;
    display: inline-block;
}

.application-form-panel input[type="file"].form-control,
.application-form-panel .fileUpload-2 {
    min-height: 46px;
    padding: 5px 5px;
    background: #f8fafb;
}

.application-form-panel input[type="file"]::before {
    min-height: 36px;
    padding: 0 16px;
    border-radius: 0;
    background: #006ead;
    color: #fff;
    font-family: "Bosch Sans";
    font-size: 14px;
    line-height: 36px;
    font-weight: 700;
}

.application-form-panel input[type="file"]:hover::before {
    background: #003253;
}

.application-form-panel .mwf-form {
    padding: 0 !important;
}

.application-form-panel .mwf-separator {
    margin: 0;
    padding: 20px 22px;
    border: 1px solid rgba(0, 50, 83, .12);
    border-radius: 8px;
    background: #f8fafb;
    list-style: none;
}

.application-form-panel .mwf-separator,
.application-form-panel .mwf-separator li,
.application-form-panel .mwf-separator fieldset {
    list-style: none !important;
}

.application-form-panel .mwf-separator li::before,
.application-form-panel .mwf-separator li::after,
.application-form-panel .mwf-option::before,
.application-form-panel .mwf-option::after {
    content: none !important;
    display: none !important;
}

.application-form-panel .mwf-field,
.application-form-panel .mwf-separator fieldset {
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
}

.application-form-panel .mwf-field + .mwf-field {
    margin-top: 8px !important;
}

.application-form-panel .mwf-bold p,
.application-form-panel .mwf-label-checkbox p {
    margin: 0 !important;
    color: #003253;
    font-family: "Bosch Sans Cond", "Bosch Sans";
    font-size: 16px;
    line-height: 1.3;
    font-weight: 700;
}

.application-form-panel .mwf-label-checkbox {
    display: block !important;
    margin: 0 0 8px !important;
}

.application-form-panel .mwf-option {
    display: grid !important;
    grid-template-columns: 20px minmax(0, 1fr);
    column-gap: 12px;
    align-items: flex-start;
}

.application-form-panel .mwf-option input[type="checkbox"] {
    position: static !important;
    width: 18px !important;
    height: 18px !important;
    margin: 2px 0 0 !important;
    opacity: 1 !important;
    appearance: auto !important;
    -webkit-appearance: checkbox !important;
    accent-color: #006ead;
}

.application-form-panel .mwf-option label,
.application-form-panel .mwf-option label p {
    margin: 0 !important;
    color: #26313a !important;
    font-family: "Bosch Sans" !important;
    font-size: 13px !important;
    line-height: 1.52 !important;
    font-weight: 400 !important;
}

.application-form-panel .mwf-option label p:empty {
    display: none !important;
}

.application-form-panel #ContentPlaceHolder1_TBsecurity {
    max-width: 220px;
}

.application-form-panel #ContentPlaceHolder1_imgKod {
    height: 42px !important;
    margin-left: 10px;
    padding: 0 !important;
    border: 1px solid rgba(0, 50, 83, .16);
    border-radius: 4px;
    background: #fff;
}

.application-form-panel .form-input span {
    float: none !important;
    display: inline-flex;
    align-items: center;
    vertical-align: middle;
}

.application-form-panel .form-input .col-lg-2 {
    width: auto;
    max-width: none;
    flex: none;
    padding-right: 0;
    padding-left: 0;
}

.application-form-panel .btn-primary,
.application-form-panel input[type="submit"].btn-primary {
    width: auto !important;
    min-width: 190px;
    min-height: 50px;
    padding: 0 30px;
    border: 1px solid #006ead;
    border-radius: 0;
    background: #006ead;
    color: #fff;
    font-family: "Bosch Sans";
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    box-shadow: 0 10px 22px rgba(0, 110, 173, .16);
    transition: background-color .18s ease, border-color .18s ease, transform .18s ease;
}

.application-form-panel .btn-primary:hover,
.application-form-panel input[type="submit"].btn-primary:hover,
.application-form-panel .btn-primary:focus,
.application-form-panel input[type="submit"].btn-primary:focus {
    border-color: #003253;
    background: #003253;
    transform: translateY(-1px);
}

@media (max-width: 991px) {
    .application-form-panel {
        width: calc(100% - 32px);
        margin: 28px auto 48px;
    }

    .application-form-panel .module-text {
        padding: 28px 24px 32px;
    }

    .application-form-panel .form-100 {
        grid-template-columns: 1fr;
        gap: 8px;
        align-items: flex-start;
    }

    .application-form-panel .form-nokta {
        display: none;
    }
}

@media (max-width: 575px) {
    .application-form-panel {
        width: calc(100% - 24px);
        margin-top: 24px;
    }

    .application-form-panel .module-text {
        padding: 24px 18px 28px;
        border-radius: 8px;
    }

    .application-form-panel .form-title div,
    .application-form-panel .form-title {
        font-size: 15px;
    }

    .application-form-panel .form-input .form-control,
    .application-form-panel .form-input input,
    .application-form-panel .form-input textarea,
    .application-form-panel .form-input select {
        font-size: 15px;
    }

    .application-form-panel .form-input span {
        display: flex;
        margin-bottom: 10px;
    }

    .application-form-panel #ContentPlaceHolder1_TBsecurity,
    .application-form-panel .btn-primary,
    .application-form-panel input[type="submit"].btn-primary {
        width: 100% !important;
        max-width: none;
    }
}

/* Application form intro separation */
.application-form-panel .module-text > p:last-of-type,
.application-form-panel .module-text > div:not(.form-list-bx):last-of-type {
    margin-bottom: 28px;
}

.application-form-panel .form-list-bx {
    margin-top: 30px;
    padding-top: 28px;
    border-top: 1px solid rgba(0, 50, 83, .12);
}

.application-form-panel .form-list-bx::before {
    content: "";
    width: 72px;
    height: 3px;
    margin: -30px 0 26px;
    display: block;
    background: #006ead;
}

.application-form-panel .form-elements > .form-100:first-child {
    margin-top: 0 !important;
}

@media (max-width: 575px) {
    .application-form-panel .form-list-bx {
        margin-top: 24px;
        padding-top: 24px;
    }
}

/* Application form generated title */
.application-form-panel .form-list-bx {
    margin-top: 22px !important;
    padding-top: 0 !important;
    border-top: 0 !important;
}

.application-form-panel .form-list-bx::before {
    content: none !important;
    display: none !important;
}

.application-form-panel .form-section-heading {
    margin: 6px 0 22px;
    padding-bottom: 13px;
    border-bottom: 3px solid #006ead;
    color: #003253;
    font-family: "Bosch Sans Cond", "Bosch Sans";
    font-size: 32px;
    line-height: 1.12;
    font-weight: 700;
    letter-spacing: 0;
}

.application-form-panel .form-section-heading + .form-100 {
    margin-top: 0 !important;
}

.application-form-panel .module-text > h2,
.application-form-panel .module-text > .h2 {
    margin: 28px 0 22px;
    padding-bottom: 13px;
    border-bottom: 3px solid #006ead;
    color: #003253;
    font-family: "Bosch Sans Cond", "Bosch Sans";
    font-size: 32px;
    line-height: 1.12;
    font-weight: 700;
    letter-spacing: 0;
}

@media (max-width: 575px) {
    .application-form-panel .form-section-heading,
    .application-form-panel .module-text > h2,
    .application-form-panel .module-text > .h2 {
        font-size: 26px;
    }
}

/* Application form heading fix */
.application-form-panel .form-section-heading,
.application-form-panel .module-text > h2,
.application-form-panel .module-text > .h2 {
    position: relative;
    margin: 8px 0 34px !important;
    padding-bottom: 14px !important;
    border-bottom: 0 !important;
}

.application-form-panel .form-section-heading::after,
.application-form-panel .module-text > h2::after,
.application-form-panel .module-text > .h2::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 74px;
    height: 3px;
    background: #006ead;
}

.application-form-panel .form-section-heading + .form-100 {
    margin-top: 0 !important;
}

.application-form-panel .form-elements {
    display: flow-root;
}

/* Application form containment fix */
.application-form-panel .module-text {
    display: flow-root;
    overflow: hidden;
}

.application-form-panel .form-list-bx,
.application-form-panel .form-elements {
    display: flow-root !important;
    clear: both !important;
    float: none !important;
    position: relative !important;
    height: auto !important;
    min-height: 1px;
}

.application-form-panel .form-list-bx {
    margin-top: 26px !important;
}

.application-form-panel .form-section-heading {
    max-width: 100%;
    display: block;
}

.application-form-panel .form-section-heading + .form-100,
.application-form-panel .form-elements > input[type="hidden"] + .form-section-heading + .form-100 {
    margin-top: 4px !important;
}

.application-form-panel .form-section-heading::after,
.application-form-panel .module-text > h2::after,
.application-form-panel .module-text > .h2::after {
    width: 74px !important;
}

/* Service detail accordion refinement */
#electronic_services_accordion {
    max-width: 1170px;
    margin: 54px auto 62px;
}

#electronic_services_accordion > .h3,
#electronic_services_accordion > .text-center.h3,
#electronic_services_accordion .text-center.h3 {
    margin: 0 0 26px;
    color: #003253;
    font-family: "Bosch Sans Cond", "Bosch Sans";
    font-size: 27px;
    line-height: 1.15;
    font-weight: 700;
    letter-spacing: 0;
}

#electronic_services_accordion .accordion-item {
    margin: 0;
    border: 1px solid rgba(0, 50, 83, .14);
    border-bottom: 3px solid #006ead;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 12px 28px rgba(0, 50, 83, .08);
    overflow: hidden;
    transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

#electronic_services_accordion .accordion-item + .accordion-item {
    margin-top: 14px;
}

#electronic_services_accordion .accordion-item:hover {
    border-color: rgba(0, 110, 173, .34);
    box-shadow: 0 16px 32px rgba(0, 50, 83, .12);
    transform: translateY(-1px);
}

#electronic_services_accordion .item-head {
    min-height: 62px;
    padding: 0 26px 0 64px;
    display: flex;
    align-items: center;
    position: relative;
    cursor: pointer;
    background: #fff;
}

#electronic_services_accordion .item-head::before {
    content: "";
    position: absolute;
    left: 24px;
    top: 50%;
    width: 16px;
    height: 16px;
    border-right: 2px solid #003253;
    border-bottom: 2px solid #003253;
    transform: translateY(-65%) rotate(45deg);
    transition: transform .2s ease, border-color .2s ease;
}

#electronic_services_accordion .accordion-item.is-open .item-head::before,
#electronic_services_accordion .accordion-item.active .item-head::before,
#electronic_services_accordion .accordion-item.open .item-head::before {
    transform: translateY(-35%) rotate(225deg);
    border-color: #006ead;
}

#electronic_services_accordion .item-head h2,
#electronic_services_accordion .item-head h3,
#electronic_services_accordion .item-head .h4,
#electronic_services_accordion .item-head .h6 {
    margin: 0;
    color: #003253;
    font-family: "Bosch Sans Cond", "Bosch Sans";
    font-size: 19px;
    line-height: 1.25;
    font-weight: 700;
    letter-spacing: 0;
}

#electronic_services_accordion .accordion-content {
    border-top: 1px solid rgba(0, 50, 83, .10);
    background: #fbfcfd;
}

#electronic_services_accordion .accordion-content .content {
    padding: 24px 28px 28px;
}

#electronic_services_accordion .accordion-content p,
#electronic_services_accordion .accordion-content .module-text {
    color: #1f2d38;
    font-family: "Bosch Sans";
    font-size: 16px;
    line-height: 1.72;
    font-weight: 400;
}

#electronic_services_accordion .accordion-content img {
    max-width: 100%;
    height: auto;
    border-radius: 6px;
}

@media (max-width: 991px) {
    #electronic_services_accordion {
        width: calc(100% - 32px);
        margin: 42px auto 50px;
    }
}

@media (max-width: 575px) {
    #electronic_services_accordion {
        width: calc(100% - 24px);
    }

    #electronic_services_accordion .item-head {
        min-height: 58px;
        padding: 0 18px 0 52px;
    }

    #electronic_services_accordion .item-head::before {
        left: 20px;
        width: 14px;
        height: 14px;
    }

    #electronic_services_accordion .item-head h2,
    #electronic_services_accordion .item-head h3,
    #electronic_services_accordion .item-head .h4,
    #electronic_services_accordion .item-head .h6 {
        font-size: 17px;
    }

    #electronic_services_accordion .accordion-content .content {
        padding: 20px;
    }
}

/* Service detail accordion directory style */
#electronic_services_accordion,
#pnlSSS.module-accordion {
    max-width: 1200px;
    margin: 54px auto;
}

#electronic_services_accordion .accordion-item,
#pnlSSS.module-accordion .accordion-item {
    border: 1px solid rgba(0, 50, 83, .14) !important;
    border-bottom: 1px solid rgba(0, 50, 83, .14) !important;
    border-radius: 8px !important;
    background: #fff !important;
    box-shadow: 0 10px 24px rgba(0, 50, 83, .06) !important;
    transform: none !important;
}

#electronic_services_accordion .accordion-item + .accordion-item,
#pnlSSS.module-accordion .accordion-item + .accordion-item {
    margin-top: 12px !important;
}

#electronic_services_accordion .accordion-item:hover,
#pnlSSS.module-accordion .accordion-item:hover {
    border-color: rgba(0, 50, 83, .20) !important;
    box-shadow: 0 12px 26px rgba(0, 50, 83, .08) !important;
    transform: none !important;
}

#electronic_services_accordion .item-head,
#pnlSSS.module-accordion .item-head {
    min-height: 58px !important;
    padding: 0 24px 0 58px !important;
    background: #fff !important;
}

#electronic_services_accordion .item-head::before,
#pnlSSS.module-accordion .item-head::before {
    left: 24px !important;
    width: 14px !important;
    height: 14px !important;
    border-right: 2px solid #003253 !important;
    border-bottom: 2px solid #003253 !important;
}

#electronic_services_accordion .item-head h2,
#electronic_services_accordion .item-head h3,
#electronic_services_accordion .item-head .h4,
#electronic_services_accordion .item-head .h6,
#pnlSSS.module-accordion .item-head h2,
#pnlSSS.module-accordion .item-head h3,
#pnlSSS.module-accordion .item-head .h4,
#pnlSSS.module-accordion .item-head .h6 {
    color: #003253 !important;
    font-family: "Bosch Sans Cond", "Bosch Sans" !important;
    font-size: 18px !important;
    line-height: 1.25 !important;
    font-weight: 700 !important;
}

#electronic_services_accordion .accordion-content,
#pnlSSS.module-accordion .accordion-content {
    border-top: 1px solid rgba(0, 50, 83, .10) !important;
    background: #fff !important;
}

#electronic_services_accordion .accordion-content .content,
#pnlSSS.module-accordion .accordion-content .content {
    padding: 24px 28px !important;
}

#electronic_services_accordion .text-center.h3,
#pnlSSS.module-accordion > .text-center.h3,
#pnlSSS.module-accordion > .h3 {
    margin-bottom: 24px !important;
    color: #003253 !important;
    font-family: "Bosch Sans Cond", "Bosch Sans" !important;
    font-size: 26px !important;
    font-weight: 700 !important;
}

@media (max-width: 991px) {
    #electronic_services_accordion,
    #pnlSSS.module-accordion {
        width: calc(100% - 32px) !important;
    }
}

@media (max-width: 575px) {
    #electronic_services_accordion,
    #pnlSSS.module-accordion {
        width: calc(100% - 24px) !important;
        margin: 42px auto !important;
    }

    #electronic_services_accordion .item-head,
    #pnlSSS.module-accordion .item-head {
        min-height: 56px !important;
        padding: 0 18px 0 50px !important;
    }

    #electronic_services_accordion .item-head::before,
    #pnlSSS.module-accordion .item-head::before {
        left: 20px !important;
    }
}

/* Service detail rendered SSS accordion fix */
[id$="pnlSSS"].module-accordion {
    max-width: 1170px !important;
    margin: 50px auto 60px !important;
}

[id$="pnlSSS"].module-accordion > .text-center.h3,
[id$="pnlSSS"].module-accordion > .h3 {
    margin: 0 0 24px !important;
    color: #003253 !important;
    font-family: "Bosch Sans Cond", "Bosch Sans" !important;
    font-size: 26px !important;
    line-height: 1.15 !important;
    font-weight: 700 !important;
}

[id$="pnlSSS"].module-accordion .accordion-item {
    margin: 0 !important;
    border: 1px solid rgba(0, 50, 83, .14) !important;
    border-radius: 8px !important;
    background: #fff !important;
    box-shadow: 0 10px 24px rgba(0, 50, 83, .06) !important;
    overflow: hidden !important;
}

[id$="pnlSSS"].module-accordion .accordion-item + .accordion-item {
    margin-top: 12px !important;
}

[id$="pnlSSS"].module-accordion .item-head {
    min-height: 58px !important;
    padding: 0 24px 0 60px !important;
    border-bottom: 0 !important;
    background: #fff !important;
    display: flex !important;
    align-items: center !important;
    position: relative !important;
}

[id$="pnlSSS"].module-accordion .item-head::before {
    content: "" !important;
    position: absolute !important;
    left: 24px !important;
    top: 50% !important;
    width: 14px !important;
    height: 14px !important;
    border-right: 2px solid #003253 !important;
    border-bottom: 2px solid #003253 !important;
    transform: translateY(-65%) rotate(45deg) !important;
}

[id$="pnlSSS"].module-accordion .item-head h2,
[id$="pnlSSS"].module-accordion .item-head h3,
[id$="pnlSSS"].module-accordion .item-head .h4,
[id$="pnlSSS"].module-accordion .item-head .h6 {
    margin: 0 !important;
    color: #003253 !important;
    font-family: "Bosch Sans Cond", "Bosch Sans" !important;
    font-size: 18px !important;
    line-height: 1.25 !important;
    font-weight: 700 !important;
}

[id$="pnlSSS"].module-accordion .accordion-content {
    border-top: 1px solid rgba(0, 50, 83, .10) !important;
    background: #fff !important;
}

[id$="pnlSSS"].module-accordion .accordion-content .content {
    padding: 22px 26px !important;
}

@media (max-width: 991px) {
    [id$="pnlSSS"].module-accordion {
        width: calc(100% - 32px) !important;
    }
}

@media (max-width: 575px) {
    [id$="pnlSSS"].module-accordion {
        width: calc(100% - 24px) !important;
    }

    [id$="pnlSSS"].module-accordion .item-head {
        padding: 0 18px 0 50px !important;
    }

    [id$="pnlSSS"].module-accordion .item-head::before {
        left: 20px !important;
    }
}

/* Accordion Bosch padding overrides */
.module-accordion .item-head h3 {
    padding-left: 0 !important;
}

.module-accordion .accordion-content {
    padding-left: 0 !important;
    padding-bottom: 0 !important;
}


/* Service detail appointment button only */
#electronic_service_detail_stage .module-button .btn,
#electronic_service_detail_stage .module-button .btn-tertiary,
#electronic_service_detail_stage .module-button .btn-invert {
    min-width: 236px !important;
    min-height: 46px !important;
    padding: 0 22px !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: #006ead !important;
    color: #fff !important;
    font-family: "Bosch Sans" !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    line-height: 1 !important;
    letter-spacing: .045em !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 13px !important;
    box-shadow: none !important;
    text-decoration: none !important;
    transition: background-color .18s ease, color .18s ease !important;
}

#electronic_service_detail_stage .module-button .btn::after,
#electronic_service_detail_stage .module-button .btn-tertiary::after,
#electronic_service_detail_stage .module-button .btn-invert::after {
    content: "\2192" !important;
    color: #fff !important;
    font-size: 18px !important;
    line-height: 1 !important;
    font-weight: 400 !important;
}

#electronic_service_detail_stage .module-button .btn:hover,
#electronic_service_detail_stage .module-button .btn:focus,
#electronic_service_detail_stage .module-button .btn-tertiary:hover,
#electronic_service_detail_stage .module-button .btn-tertiary:focus,
#electronic_service_detail_stage .module-button .btn-invert:hover,
#electronic_service_detail_stage .module-button .btn-invert:focus {
    background: #003253 !important;
    color: #fff !important;
    text-decoration: none !important;
    box-shadow: none !important;
    transform: none !important;
}

#electronic_service_detail_stage .module-button .btn .content-text,
#electronic_service_detail_stage .module-button .btn-tertiary .content-text,
#electronic_service_detail_stage .module-button .btn-invert .content-text {
    color: inherit !important;
    line-height: 1 !important;
}


/* Service detail content card only */
#electronic_services_accordion > .intro-text.subline {
    max-width: 1170px !important;
    margin: 34px auto 54px !important;
    padding: 34px 38px !important;
    border: 1px solid rgba(0, 50, 83, .13) !important;
    border-bottom: 4px solid #006ead !important;
    border-radius: 8px !important;
    background: #fff !important;
    box-shadow: 0 16px 38px rgba(0, 50, 83, .08) !important;
    color: #172532 !important;
    font-family: "Bosch Sans" !important;
    font-size: 19px !important;
    line-height: 1.62 !important;
    font-weight: 400 !important;
}

#electronic_services_accordion > .intro-text.subline p {
    margin: 0 0 22px !important;
}

#electronic_services_accordion > .intro-text.subline p:last-child {
    margin-bottom: 0 !important;
}

#electronic_services_accordion > .intro-text.subline strong,
#electronic_services_accordion > .intro-text.subline b {
    color: #003253 !important;
    font-weight: 700 !important;
}

#electronic_services_accordion > .intro-text.subline h2,
#electronic_services_accordion > .intro-text.subline h3 {
    margin: 32px 0 16px !important;
    color: #003253 !important;
    font-family: "Bosch Sans Cond", "Bosch Sans" !important;
    font-weight: 700 !important;
    letter-spacing: 0 !important;
}

@media (max-width: 991px) {
    #electronic_services_accordion > .intro-text.subline {
        width: calc(100% - 32px) !important;
        padding: 30px 28px !important;
    }
}

@media (max-width: 575px) {
    #electronic_services_accordion > .intro-text.subline {
        width: calc(100% - 24px) !important;
        padding: 24px 20px !important;
        font-size: 17px !important;
        line-height: 1.58 !important;
    }
}

/* UTTS service detail form refinement */
#uttsForm {
    max-width: 1170px !important;
    margin: 44px auto 58px !important;
    padding: 0 !important;
    align-items: stretch !important;
}

#uttsForm > .col-lg-3 {
    padding-right: 24px !important;
}

#uttsForm > .col-lg-3 img {
    width: 100% !important;
    height: 100% !important;
    max-height: 620px !important;
    object-fit: cover !important;
    border-radius: 8px !important;
    box-shadow: 0 18px 38px rgba(0, 50, 83, .16) !important;
}

#uttsForm > .col-lg-9 {
    padding-left: 0 !important;
}

#uttsForm .utts-form {
    min-height: 100% !important;
    padding: 28px 32px 30px !important;
    border: 1px solid rgba(0, 50, 83, .13) !important;
    border-bottom: 4px solid #006ead !important;
    border-radius: 8px !important;
    background: #fff !important;
    box-shadow: 0 16px 38px rgba(0, 50, 83, .08) !important;
}

#uttsForm .utts-form h1,
#uttsForm .utts-form h2,
#uttsForm .utts-form h3,
#uttsForm .utts-form .h1,
#uttsForm .utts-form .h2,
#uttsForm .utts-form .h3 {
    margin: 0 0 12px !important;
    color: #003253 !important;
    font-family: "Bosch Sans Cond", "Bosch Sans" !important;
    font-size: 27px !important;
    line-height: 1.18 !important;
    font-weight: 700 !important;
    text-align: center !important;
    letter-spacing: 0 !important;
}

#uttsForm .utts-form > p,
#uttsForm .utts-form > div:first-child,
#uttsForm .utts-form .form-desc {
    color: #1f2d38 !important;
    font-family: "Bosch Sans" !important;
    font-size: 15px !important;
    line-height: 1.55 !important;
    text-align: center !important;
}

#uttsForm .utts-form .row {
    margin-right: -8px !important;
    margin-left: -8px !important;
}

#uttsForm .utts-form [class*="col-"] {
    padding-right: 8px !important;
    padding-left: 8px !important;
}

#uttsForm .utts-form .mb-2 {
    margin-bottom: 12px !important;
}

#uttsForm .form-control {
    width: 100% !important;
    min-height: 46px !important;
    border: 1px solid rgba(0, 50, 83, .18) !important;
    border-radius: 4px !important;
    background: #f8fafb !important;
    color: #172532 !important;
    font-family: "Bosch Sans" !important;
    font-size: 15px !important;
    line-height: 1.35 !important;
    box-shadow: none !important;
    transition: border-color .18s ease, background-color .18s ease, box-shadow .18s ease !important;
}

#uttsForm textarea.form-control {
    min-height: 148px !important;
    height: 148px !important;
    resize: vertical !important;
}

#uttsForm .form-control:focus {
    border-color: #006ead !important;
    background: #fff !important;
    box-shadow: 0 0 0 3px rgba(0, 110, 173, .12) !important;
    outline: none !important;
}

#uttsForm .mwf-form {
    margin: 2px 0 0 !important;
}

#uttsForm .mwf-separator,
#uttsForm .mwf-separator li,
#uttsForm .mwf-separator fieldset {
    list-style: none !important;
}

#uttsForm .mwf-separator {
    margin: 0 !important;
    padding: 18px 20px !important;
    border: 1px solid rgba(0, 50, 83, .11) !important;
    border-radius: 8px !important;
    background: #f8fafb !important;
}

#uttsForm .mwf-separator li::before,
#uttsForm .mwf-separator li::after,
#uttsForm .mwf-option::before,
#uttsForm .mwf-option::after {
    content: none !important;
    display: none !important;
}

#uttsForm .mwf-field,
#uttsForm .mwf-separator fieldset,
#uttsForm .mwf-input {
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
}

#uttsForm .mwf-bold p,
#uttsForm .mwf-label-checkbox p,
#uttsForm .px-3 > label {
    margin: 0 0 9px !important;
    color: #003253 !important;
    font-family: "Bosch Sans Cond", "Bosch Sans" !important;
    font-size: 16px !important;
    line-height: 1.3 !important;
    font-weight: 700 !important;
}

#uttsForm .mwf-option {
    display: grid !important;
    grid-template-columns: 18px minmax(0, 1fr) !important;
    column-gap: 11px !important;
    align-items: flex-start !important;
    width: 100% !important;
}

#uttsForm .mwf-option input[type="checkbox"] {
    position: static !important;
    width: 18px !important;
    height: 18px !important;
    margin: 3px 0 0 !important;
    opacity: 1 !important;
    appearance: auto !important;
    accent-color: #006ead !important;
}

#uttsForm .mwf-option label,
#uttsForm .mwf-option label p {
    margin: 0 !important;
    padding: 0 !important;
    color: #26313a !important;
    font-family: "Bosch Sans" !important;
    font-size: 12px !important;
    line-height: 1.48 !important;
    font-weight: 400 !important;
}

#uttsForm .mwf-option label p:empty {
    display: none !important;
}

#uttsForm .px-3 {
    margin-top: 14px !important;
    padding: 14px 0 0 !important;
    border-top: 1px solid rgba(0, 50, 83, .10) !important;
}

#uttsForm .px-3 > div {
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
    flex-wrap: wrap !important;
}

#uttsForm .px-3 img,
#uttsForm #ContentPlaceHolder1_imgKod {
    height: 38px !important;
    margin: 0 !important;
    float: none !important;
    border: 1px solid rgba(0, 50, 83, .16) !important;
    border-radius: 4px !important;
    background: #fff !important;
}

#uttsForm #ContentPlaceHolder1_TBsecurity {
    max-width: 220px !important;
    min-height: 44px !important;
    background: #fff !important;
}

#uttsForm .col-lg-2 {
    flex: 0 0 auto !important;
    max-width: none !important;
    margin-top: 10px !important;
}

#uttsForm .btn-primary,
#uttsForm input[type="submit"].btn-primary {
    min-width: 160px !important;
    min-height: 46px !important;
    padding: 0 24px !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: #006ead !important;
    color: #fff !important;
    font-family: "Bosch Sans" !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    letter-spacing: .03em !important;
    box-shadow: none !important;
    transition: background-color .18s ease !important;
}

#uttsForm .btn-primary:hover,
#uttsForm input[type="submit"].btn-primary:hover,
#uttsForm .btn-primary:focus,
#uttsForm input[type="submit"].btn-primary:focus {
    background: #003253 !important;
    color: #fff !important;
    outline: none !important;
}

@media (max-width: 991px) {
    #uttsForm {
        width: calc(100% - 32px) !important;
        margin: 34px auto 46px !important;
    }

    #uttsForm > .col-lg-3,
    #uttsForm > .col-lg-9 {
        padding-right: 15px !important;
        padding-left: 15px !important;
    }

    #uttsForm > .col-lg-3 {
        margin-bottom: 20px !important;
    }

    #uttsForm .utts-form {
        padding: 24px 20px !important;
    }
}

@media (max-width: 575px) {
    #uttsForm {
        width: calc(100% - 24px) !important;
    }

    #uttsForm .utts-form h1,
    #uttsForm .utts-form h2,
    #uttsForm .utts-form h3,
    #uttsForm .utts-form .h1,
    #uttsForm .utts-form .h2,
    #uttsForm .utts-form .h3 {
        font-size: 23px !important;
        text-align: left !important;
    }

    #uttsForm #ContentPlaceHolder1_TBsecurity,
    #uttsForm .btn-primary,
    #uttsForm input[type="submit"].btn-primary {
        width: 100% !important;
    }
}

/* Accordion h2 Bosch padding override */
.module-accordion .item-head h2 {
    padding-left: 0 !important;
}

/* Application form hide native file text */
.application-form-panel input[type="file"],
.application-form-panel .fileUpload-2 {
    max-width: 128px !important;
    color: transparent !important;
    overflow: hidden !important;
    white-space: nowrap !important;
}

.application-form-panel input[type="file"]::before,
.application-form-panel .fileUpload-2::before {
    color: #fff !important;
}

.application-form-panel input[type="file"]::-webkit-file-upload-button,
.application-form-panel .fileUpload-2::-webkit-file-upload-button {
    visibility: hidden !important;
    width: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
}

/* Record detail rich text refinement */
#richtext.module-text {
    max-width: 1170px !important;
    margin: 34px auto 58px !important;
    padding: 34px 38px !important;
    border: 1px solid rgba(0, 50, 83, .13) !important;
    border-bottom: 4px solid #006ead !important;
    border-radius: 8px !important;
    background: #fff !important;
    box-shadow: 0 16px 38px rgba(0, 50, 83, .08) !important;
    color: #172532 !important;
    font-family: "Bosch Sans" !important;
    font-size: 17px !important;
    line-height: 1.68 !important;
    font-weight: 400 !important;
}

#richtext.module-text p {
    margin: 0 0 20px !important;
    color: #172532 !important;
    font-family: "Bosch Sans" !important;
    font-size: 17px !important;
    line-height: 1.68 !important;
}

#richtext.module-text p:last-child {
    margin-bottom: 0 !important;
}

#richtext.module-text strong,
#richtext.module-text b {
    color: #003253 !important;
    font-weight: 700 !important;
}

#richtext.module-text a {
    color: #006ead !important;
    font-weight: 700 !important;
    text-decoration: none !important;
}

#richtext.module-text a:hover,
#richtext.module-text a:focus {
    color: #003253 !important;
    text-decoration: underline !important;
}

#richtext.module-text h2,
#richtext.module-text h3,
#richtext.module-text h4 {
    margin: 28px 0 14px !important;
    color: #003253 !important;
    font-family: "Bosch Sans Cond", "Bosch Sans" !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;
    letter-spacing: 0 !important;
}

#richtext.module-text h2:first-child,
#richtext.module-text h3:first-child,
#richtext.module-text h4:first-child {
    margin-top: 0 !important;
}

#richtext.module-text ul,
#richtext.module-text ol {
    margin: 18px 0 20px 24px !important;
    padding-left: 18px !important;
    color: #172532 !important;
    font-family: "Bosch Sans" !important;
    font-size: 17px !important;
    line-height: 1.65 !important;
}

#richtext.module-text li + li {
    margin-top: 8px !important;
}

@media (max-width: 991px) {
    #richtext.module-text {
        width: calc(100% - 32px) !important;
        padding: 30px 28px !important;
    }
}

@media (max-width: 575px) {
    #richtext.module-text {
        width: calc(100% - 24px) !important;
        margin: 26px auto 42px !important;
        padding: 24px 20px !important;
        font-size: 16px !important;
        line-height: 1.62 !important;
    }

    #richtext.module-text p,
    #richtext.module-text ul,
    #richtext.module-text ol {
        font-size: 16px !important;
        line-height: 1.62 !important;
    }
}

/* Directory stage visual emphasis */
#detail_stage {
    max-width: 1180px !important;
    margin: 24px auto 44px !important;
}

#detail_stage .highlight-gutters {
    margin-right: 0 !important;
    margin-left: 0 !important;
    align-items: center !important;
    background: linear-gradient(135deg, #eef2f3 0%, #eef2f3 58%, #fff 58%, #fff 100%) !important;
    border-radius: 8px !important;
    overflow: visible !important;
}

#detail_stage .content-overlapping {
    padding: 48px 46px 48px 34px !important;
}

#detail_stage .content-wrapper.light-bg {
    background: transparent !important;
}

#detail_stage .teaser-content h1,
#detail_stage .teaser-content .h2 {
    margin-bottom: 22px !important;
    color: #003253 !important;
    font-size: 28px !important;
    line-height: 1.18 !important;
}

#detail_stage .anchor-navigation {
    margin: 0 0 30px !important;
    padding: 0 !important;
}


#detail_stage .anchor-navigation a {
    display: inline-flex !important;
    align-items: center !important;
    gap: 10px !important;
    color: #006ead !important;
    font-family: "Bosch Sans" !important;
    font-size: 15px !important;
    line-height: 1.35 !important;
    font-weight: 500 !important;
    text-decoration: none !important;
}

#detail_stage .anchor-navigation a:hover,
#detail_stage .anchor-navigation a:focus {
    color: #003253 !important;
    text-decoration: none !important;
}

#detail_stage .image-overlapping {
    padding: 26px 30px 26px 0 !important;
}

#detail_stage .image-wrapper,
#detail_stage .teaser-image,
#detail_stage .module-image {
    width: 100% !important;
}

#detail_stage .module-image {
    position: relative !important;
    overflow: hidden !important;
    border: 1px solid rgba(0, 50, 83, .14) !important;
    border-radius: 8px !important;
    background: #fff !important;
    box-shadow: 0 18px 36px rgba(0, 50, 83, .16) !important;
}

#detail_stage .module-image::after {
    content: "" !important;
    position: absolute !important;
    inset: 0 !important;
    border: 6px solid rgba(255, 255, 255, .55) !important;
    pointer-events: none !important;
}

#detail_stage .module-image img {
    width: 100% !important;
    min-height: 300px !important;
    max-height: 360px !important;
    display: block !important;
    object-fit: cover !important;
    object-position: center !important;
}

#detail_stage .teaser-content .module-button {
    margin-top: 28px !important;
}

#detail_stage .teaser-content .module-button .btn,
#detail_stage .teaser-content .module-button .btn-tertiary,
#detail_stage .teaser-content .module-button .btn-invert {
    min-width: 214px !important;
    min-height: 46px !important;
    padding: 0 22px !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: #006ead !important;
    color: #fff !important;
    font-family: "Bosch Sans" !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    letter-spacing: .04em !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 12px !important;
    box-shadow: none !important;
    text-decoration: none !important;
}

#detail_stage .teaser-content .module-button .btn::after,
#detail_stage .teaser-content .module-button .btn-tertiary::after,
#detail_stage .teaser-content .module-button .btn-invert::after {
    content: "\2192" !important;
    color: #fff !important;
    font-size: 18px !important;
    line-height: 1 !important;
    margin-left: 0 !important;
}

#detail_stage .teaser-content .module-button .btn:hover,
#detail_stage .teaser-content .module-button .btn:focus,
#detail_stage .teaser-content .module-button .btn-tertiary:hover,
#detail_stage .teaser-content .module-button .btn-tertiary:focus,
#detail_stage .teaser-content .module-button .btn-invert:hover,
#detail_stage .teaser-content .module-button .btn-invert:focus {
    background: #003253 !important;
    color: #fff !important;
    text-decoration: none !important;
    transform: none !important;
}

@media (max-width: 991px) {
    #detail_stage {
        width: calc(100% - 32px) !important;
        margin: 20px auto 34px !important;
    }

    #detail_stage .highlight-gutters {
        background: #eef2f3 !important;
    }

    #detail_stage .content-overlapping {
        padding: 32px 26px 24px !important;
    }

    #detail_stage .image-overlapping {
        padding: 0 26px 30px !important;
    }

    #detail_stage .module-image img {
        min-height: 0 !important;
        max-height: none !important;
        aspect-ratio: 16 / 9 !important;
    }
}

@media (max-width: 575px) {
    #detail_stage {
        width: calc(100% - 24px) !important;
    }

    #detail_stage .teaser-content h1,
    #detail_stage .teaser-content .h2 {
        font-size: 24px !important;
    }

    #detail_stage .teaser-content .module-button .btn,
    #detail_stage .teaser-content .module-button .btn-tertiary,
    #detail_stage .teaser-content .module-button .btn-invert {
        width: 100% !important;
        min-width: 0 !important;
    }
}

/* Directory anchor item spacing reset */
#detail_stage .anchor-navigation .anchor-item,
#detail_stage .anchor-navigation li {
    margin-bottom: 0 !important;
}

/* Service detail stage image emphasis */
#electronic_service_detail_stage .image-overlapping {
    padding: 26px 30px 26px 0 !important;
}

#electronic_service_detail_stage .image-wrapper,
#electronic_service_detail_stage .teaser-image,
#electronic_service_detail_stage .module-image {
    width: 100% !important;
}

#electronic_service_detail_stage .module-image {
    position: relative !important;
    overflow: hidden !important;
    border: 1px solid rgba(0, 50, 83, .14) !important;
    border-radius: 8px !important;
    background: #fff !important;
    box-shadow: 0 18px 36px rgba(0, 50, 83, .16) !important;
}

#electronic_service_detail_stage .module-image::after {
    content: "" !important;
    position: absolute !important;
    inset: 0 !important;
    border: 6px solid rgba(255, 255, 255, .55) !important;
    pointer-events: none !important;
}

#electronic_service_detail_stage .module-image img {
    width: 100% !important;
    min-height: 300px !important;
    max-height: 360px !important;
    display: block !important;
    object-fit: cover !important;
    object-position: center !important;
}

@media (max-width: 991px) {
    #electronic_service_detail_stage .image-overlapping {
        padding: 0 26px 30px !important;
    }

    #electronic_service_detail_stage .module-image img {
        min-height: 0 !important;
        max-height: none !important;
        aspect-ratio: 16 / 9 !important;
    }
}

/* Default about CTA arrow */
#teaser_text .module-button .btn,
#teaser_text .module-button .btn-primary,
#teaser_text .module-button .btn-tertiary,
#teaser_text .module-button .btn-invert {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 12px !important;
    text-decoration: none !important;
}

#teaser_text .module-button .btn::after,
#teaser_text .module-button .btn-primary::after,
#teaser_text .module-button .btn-tertiary::after,
#teaser_text .module-button .btn-invert::after {
    content: "\2192" !important;
    color: currentColor !important;
    font-size: 18px !important;
    line-height: 1 !important;
    font-weight: 400 !important;
    margin-left: 0 !important;
    transition: transform .18s ease !important;
}

#teaser_text .module-button .btn:hover::after,
#teaser_text .module-button .btn:focus::after,
#teaser_text .module-button .btn-primary:hover::after,
#teaser_text .module-button .btn-primary:focus::after,
#teaser_text .module-button .btn-tertiary:hover::after,
#teaser_text .module-button .btn-tertiary:focus::after,
#teaser_text .module-button .btn-invert:hover::after,
#teaser_text .module-button .btn-invert:focus::after {
    transform: translateX(3px) !important;
}

/* Default about and content panel alignment */
#teaser_text,
.home-content-panel {
    width: min(1170px, calc(100% - 80px)) !important;
    max-width: 1170px !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

#teaser_text {
    margin-top: 50px !important;
    margin-bottom: 46px !important;
}

#teaser_text + .home-content-panel,
.home-content-panel:first-of-type {
    margin-top: 0 !important;
}

#teaser_text .component-teaser {
    width: 100% !important;
    box-sizing: border-box !important;
}

@media (max-width: 991px) {
    #teaser_text,
    .home-content-panel {
        width: calc(100% - 32px) !important;
        max-width: none !important;
    }

    #teaser_text {
        margin-top: 34px !important;
        margin-bottom: 34px !important;
    }
}

@media (max-width: 575px) {
    #teaser_text,
    .home-content-panel {
        width: calc(100% - 24px) !important;
    }
}


/* Services category pill only */
#service_overview_inspection.module-service-teaser > .text-center {
    width: fit-content !important;
    margin: 0 auto 16px !important;
    padding: 7px 18px !important;
    border: 1px solid rgba(0, 110, 173, .24) !important;
    border-radius: 999px !important;
    background: rgba(0, 110, 173, .08) !important;
    color: #003253 !important;
    font-family: "Bosch Sans" !important;
    font-size: 16px !important;
    line-height: 1.2 !important;
    font-weight: 700 !important;
    text-align: center !important;
}

/* Services list cards visual polish */
#service_overview_inspection .component-teaser.component-teaser-horizontal,
#pnlaltkategori .component-teaser.component-teaser-horizontal {
    height: 100% !important;
    overflow: hidden !important;
    border: 1px solid rgba(0, 50, 83, .10) !important;
    border-bottom: 4px solid rgba(0, 110, 173, .72) !important;
    border-radius: 8px !important;
    background:
        linear-gradient(135deg, rgba(0, 110, 173, .055) 0%, rgba(255, 255, 255, 0) 48%),
        #f4f7f8 !important;
    box-shadow: 0 12px 28px rgba(0, 50, 83, .07) !important;
    transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease, background-color .2s ease !important;
}

#service_overview_inspection .component-teaser.component-teaser-horizontal:hover,
#pnlaltkategori .component-teaser.component-teaser-horizontal:hover {
    border-color: rgba(0, 110, 173, .26) !important;
    border-bottom-color: #006ead !important;
    background:
        linear-gradient(135deg, rgba(0, 110, 173, .075) 0%, rgba(255, 255, 255, 0) 50%),
        #fff !important;
    box-shadow: 0 18px 36px rgba(0, 50, 83, .12) !important;
    transform: translateY(-2px) !important;
}

#service_overview_inspection .component-teaser .row,
#pnlaltkategori .component-teaser .row {
    height: 100% !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
}

#service_overview_inspection .teaser-link-wrap,
#pnlaltkategori .teaser-link-wrap {
    min-height: 260px !important;
    padding: 34px 28px 28px !important;
    display: grid !important;
    grid-template-columns: 92px minmax(0, 1fr) !important;
    gap: 24px !important;
    align-items: center !important;
    color: inherit !important;
    text-decoration: none !important;
}

#service_overview_inspection .teaser-icon,
#pnlaltkategori .teaser-icon {
    width: 92px !important;
    min-width: 92px !important;
    height: 92px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    color: #006ead !important;
}

#service_overview_inspection .teaser-icon svg,
#service_overview_inspection .teaser-icon .icon,
#service_overview_inspection .teaser-icon i,
#pnlaltkategori .teaser-icon svg,
#pnlaltkategori .teaser-icon .icon,
#pnlaltkategori .teaser-icon i {
    max-width: 92px !important;
    max-height: 92px !important;
    color: #006ead !important;
    fill: none !important;
    stroke: currentColor !important;
}

#service_overview_inspection .teaser-content,
#pnlaltkategori .teaser-content {
    min-width: 0 !important;
    padding: 0 !important;
}

#service_overview_inspection .teaser-content .h4,
#service_overview_inspection .teaser-content h4.h4,
#pnlaltkategori .teaser-content .h4,
#pnlaltkategori .teaser-content h4.h4 {
    margin: 0 0 12px !important;
    color: #003253 !important;
    font-family: "Bosch Sans Cond", "Bosch Sans" !important;
    font-size: 24px !important;
    line-height: 1.16 !important;
    font-weight: 700 !important;
    letter-spacing: 0 !important;
}

#service_overview_inspection .teaser-content .copy,
#pnlaltkategori .teaser-content .copy {
    margin: 0 !important;
    color: #172532 !important;
    font-family: "Bosch Sans" !important;
    font-size: 16px !important;
    line-height: 1.55 !important;
    font-weight: 400 !important;
}

#service_overview_inspection .button-container,
#pnlaltkategori .button-container {
    right: 22px !important;
    bottom: 18px !important;
    opacity: .95 !important;
}

#service_overview_inspection .icon-container,
#pnlaltkategori .icon-container {
    color: #006ead !important;
    transition: transform .2s ease, color .2s ease !important;
}

#service_overview_inspection .component-teaser:hover .icon-container,
#pnlaltkategori .component-teaser:hover .icon-container {
    color: #003253 !important;
    transform: translateX(3px) !important;
}

@media (max-width: 991px) {
    #service_overview_inspection .teaser-link-wrap,
    #pnlaltkategori .teaser-link-wrap {
        min-height: 230px !important;
        padding: 28px 24px 26px !important;
        grid-template-columns: 76px minmax(0, 1fr) !important;
        gap: 20px !important;
    }

    #service_overview_inspection .teaser-icon,
    #pnlaltkategori .teaser-icon {
        width: 76px !important;
        min-width: 76px !important;
        height: 76px !important;
    }
}

@media (max-width: 575px) {
    #service_overview_inspection .teaser-link-wrap,
    #pnlaltkategori .teaser-link-wrap {
        min-height: 0 !important;
        grid-template-columns: 62px minmax(0, 1fr) !important;
        gap: 16px !important;
        padding: 24px 20px !important;
    }

    #service_overview_inspection .teaser-icon,
    #pnlaltkategori .teaser-icon {
        width: 62px !important;
        min-width: 62px !important;
        height: 62px !important;
    }

    #service_overview_inspection .teaser-content .h4,
    #service_overview_inspection .teaser-content h4.h4,
    #pnlaltkategori .teaser-content .h4,
    #pnlaltkategori .teaser-content h4.h4 {
        font-size: 21px !important;
    }

    #service_overview_inspection .teaser-content .copy,
    #pnlaltkategori .teaser-content .copy {
        font-size: 15px !important;
        line-height: 1.5 !important;
    }
}

/* Services cards spacing and small icon fix */
#service_overview_inspection .teaser-block,
#pnlaltkategori .teaser-block {
    row-gap: 28px !important;
}

#service_overview_inspection .teaser-equal-height,
#pnlaltkategori .teaser-equal-height {
    margin-bottom: 28px !important;
}

#service_overview_inspection .teaser-link-wrap,
#pnlaltkategori .teaser-link-wrap {
    position: relative !important;
    padding-right: 76px !important;
}

#service_overview_inspection .button-container,
#pnlaltkategori .button-container {
    position: absolute !important;
    right: 24px !important;
    bottom: 24px !important;
    width: 36px !important;
    height: 36px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 0 !important;
    padding: 0 !important;
    opacity: 1 !important;
    pointer-events: none !important;
}

#service_overview_inspection .button-container .icon-container,
#pnlaltkategori .button-container .icon-container {
    width: 34px !important;
    height: 34px !important;
    min-width: 34px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 0 !important;
    padding: 0 !important;
    color: #006ead !important;
}

#service_overview_inspection .button-container svg,
#service_overview_inspection .button-container .icon,
#service_overview_inspection .button-container i,
#pnlaltkategori .button-container svg,
#pnlaltkategori .button-container .icon,
#pnlaltkategori .button-container i {
    width: 28px !important;
    height: 28px !important;
    max-width: 28px !important;
    max-height: 28px !important;
    display: block !important;
    color: #006ead !important;
    fill: none !important;
    stroke: currentColor !important;
}

@media (max-width: 991px) {
    #service_overview_inspection .teaser-block,
    #pnlaltkategori .teaser-block {
        row-gap: 22px !important;
    }

    #service_overview_inspection .teaser-equal-height,
    #pnlaltkategori .teaser-equal-height {
        margin-bottom: 22px !important;
    }
}

@media (max-width: 575px) {
    #service_overview_inspection .teaser-link-wrap,
    #pnlaltkategori .teaser-link-wrap {
        padding-right: 58px !important;
    }

    #service_overview_inspection .button-container,
    #pnlaltkategori .button-container {
        right: 18px !important;
        bottom: 18px !important;
        width: 30px !important;
        height: 30px !important;
    }

    #service_overview_inspection .button-container .icon-container,
    #pnlaltkategori .button-container .icon-container {
        width: 28px !important;
        height: 28px !important;
        min-width: 28px !important;
    }

    #service_overview_inspection .button-container svg,
    #service_overview_inspection .button-container .icon,
    #service_overview_inspection .button-container i,
    #pnlaltkategori .button-container svg,
    #pnlaltkategori .button-container .icon,
    #pnlaltkategori .button-container i {
        width: 24px !important;
        height: 24px !important;
        max-width: 24px !important;
        max-height: 24px !important;
    }
}

/* Services small icon hard bottom right */
#service_overview_inspection .teaser-link-wrap,
#pnlaltkategori .teaser-link-wrap {
    position: relative !important;
}

#service_overview_inspection .teaser-content,
#pnlaltkategori .teaser-content {
    position: static !important;
}

#service_overview_inspection .teaser-content .button-container,
#pnlaltkategori .teaser-content .button-container,
#service_overview_inspection .button-container,
#pnlaltkategori .button-container {
    position: absolute !important;
    right: 24px !important;
    bottom: 22px !important;
    left: auto !important;
    top: auto !important;
    width: 34px !important;
    height: 34px !important;
    min-width: 34px !important;
    min-height: 34px !important;
    margin: 0 !important;
    padding: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    transform: none !important;
    z-index: 2 !important;
}

#service_overview_inspection .teaser-content .button-container .icon-container,
#pnlaltkategori .teaser-content .button-container .icon-container,
#service_overview_inspection .button-container .icon-container,
#pnlaltkategori .button-container .icon-container {
    width: 30px !important;
    height: 30px !important;
    min-width: 30px !important;
    min-height: 30px !important;
    margin: 0 !important;
    padding: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    transform: none !important;
}

#service_overview_inspection .teaser-content .button-container svg,
#service_overview_inspection .teaser-content .button-container .icon,
#service_overview_inspection .teaser-content .button-container i,
#pnlaltkategori .teaser-content .button-container svg,
#pnlaltkategori .teaser-content .button-container .icon,
#pnlaltkategori .teaser-content .button-container i {
    width: 26px !important;
    height: 26px !important;
    max-width: 26px !important;
    max-height: 26px !important;
    display: block !important;
    margin: 0 !important;
    transform: none !important;
}

@media (max-width: 575px) {
    #service_overview_inspection .teaser-content .button-container,
    #pnlaltkategori .teaser-content .button-container,
    #service_overview_inspection .button-container,
    #pnlaltkategori .button-container {
        right: 18px !important;
        bottom: 18px !important;
        width: 28px !important;
        height: 28px !important;
        min-width: 28px !important;
        min-height: 28px !important;
    }
}

/* Service detail inline price appointment button */
#electronic_service_detail_stage .teaser-content .copy > a.btn-primary,
#electronic_service_detail_stage .teaser-content .copy > a.btn.btn-primary,
#electronic_service_detail_stage .teaser-content .copy a[href="/AppointmentBosch.aspx"].btn-primary {
    min-width: 236px !important;
    min-height: 46px !important;
    margin: 22px 0 0 !important;
    padding: 0 22px !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: #006ead !important;
    color: #fff !important;
    font-family: "Bosch Sans", Arial, sans-serif !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    line-height: 1 !important;
    letter-spacing: .045em !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 13px !important;
    box-shadow: none !important;
    text-decoration: none !important;
    white-space: nowrap !important;
    transition: background-color .18s ease, color .18s ease !important;
}

#electronic_service_detail_stage .teaser-content .copy > a.btn-primary::after,
#electronic_service_detail_stage .teaser-content .copy > a.btn.btn-primary::after,
#electronic_service_detail_stage .teaser-content .copy a[href="/AppointmentBosch.aspx"].btn-primary::after {
    content: "\2192" !important;
    color: #fff !important;
    font-size: 18px !important;
    line-height: 1 !important;
    font-weight: 400 !important;
}

#electronic_service_detail_stage .teaser-content .copy > a.btn-primary:hover,
#electronic_service_detail_stage .teaser-content .copy > a.btn-primary:focus,
#electronic_service_detail_stage .teaser-content .copy > a.btn.btn-primary:hover,
#electronic_service_detail_stage .teaser-content .copy > a.btn.btn-primary:focus,
#electronic_service_detail_stage .teaser-content .copy a[href="/AppointmentBosch.aspx"].btn-primary:hover,
#electronic_service_detail_stage .teaser-content .copy a[href="/AppointmentBosch.aspx"].btn-primary:focus {
    background: #003253 !important;
    color: #fff !important;
    text-decoration: none !important;
    box-shadow: none !important;
    transform: none !important;
}


/* Default hero image frame like service detail */
#hero_stage .image-overlapping .module-image {
    overflow: hidden !important;
    border: 4px solid #dbe4e9 !important;
    border-radius: 4px !important;
    box-shadow: 0 10px 22px rgba(0, 50, 83, .18) !important;
    background: #fff !important;
}

#hero_stage .image-overlapping .module-image img {
    display: block !important;
    width: 100% !important;
}

/* Default hero text panel thin bottom line */
#hero_stage .content-overlapping .content-wrapper {
    position: relative !important;
}

#hero_stage .content-overlapping .content-wrapper::after {
    content: "" !important;
    position: absolute !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    height: 1px !important;
    background: rgba(0, 110, 173, .55) !important;
    z-index: 2 !important;
    pointer-events: none !important;
}

/* Bosch bilgi pages: flatten nested richtext cards */
#richtext.module-text:has(#text_stage_data_privacy) {
    max-width: 1170px !important;
    margin: 42px auto 64px !important;
    padding: 42px 48px !important;
    border: 1px solid rgba(0, 50, 83, .13) !important;
    border-bottom: 4px solid #006ead !important;
    border-radius: 8px !important;
    background: #fff !important;
    box-shadow: 0 16px 38px rgba(0, 50, 83, .07) !important;
}

#richtext.module-text:has(#text_stage_data_privacy) #richtext.module-text,
#richtext.module-text:has(#text_stage_data_privacy) .container-fluid {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}

#richtext.module-text:has(#text_stage_data_privacy) #text_stage_data_privacy {
    margin: 0 0 30px !important;
    padding: 0 0 26px !important;
    border-bottom: 1px solid rgba(0, 50, 83, .14) !important;
}

#richtext.module-text:has(#text_stage_data_privacy) #text_stage_data_privacy h1 {
    margin: 0 0 18px !important;
    color: #003253 !important;
    font-family: "Bosch Sans Cond", "Bosch Sans", Arial, sans-serif !important;
    font-size: 38px !important;
    line-height: 1.15 !important;
    font-weight: 700 !important;
    letter-spacing: 0 !important;
}

#richtext.module-text:has(#text_stage_data_privacy) #text_stage_data_privacy p {
    max-width: 980px !important;
    margin: 0 !important;
    color: #172532 !important;
    font-family: "Bosch Sans", Arial, sans-serif !important;
    font-size: 18px !important;
    line-height: 1.68 !important;
}

#richtext.module-text:has(#text_stage_data_privacy) h2,
#richtext.module-text:has(#text_stage_data_privacy) h3,
#richtext.module-text:has(#text_stage_data_privacy) h4,
#richtext.module-text:has(#text_stage_data_privacy) .h3 {
    margin: 30px 0 14px !important;
    color: #003253 !important;
    font-family: "Bosch Sans Cond", "Bosch Sans", Arial, sans-serif !important;
    font-weight: 700 !important;
    line-height: 1.25 !important;
}

#richtext.module-text:has(#text_stage_data_privacy) #text_stage_data_privacy + #richtext.module-text > h3:first-child,
#richtext.module-text:has(#text_stage_data_privacy) #text_stage_data_privacy + #richtext.module-text > .h3:first-child {
    margin-top: 0 !important;
}

#richtext.module-text:has(#text_stage_data_privacy) p {
    margin: 0 0 16px !important;
    color: #172532 !important;
    font-family: "Bosch Sans", Arial, sans-serif !important;
    font-size: 17px !important;
    line-height: 1.72 !important;
}

#richtext.module-text:has(#text_stage_data_privacy) p:empty {
    display: none !important;
}

@media (max-width: 991px) {
    #richtext.module-text:has(#text_stage_data_privacy) {
        width: calc(100% - 32px) !important;
        margin: 30px auto 52px !important;
        padding: 32px 28px !important;
    }

    #richtext.module-text:has(#text_stage_data_privacy) #text_stage_data_privacy h1 {
        font-size: 32px !important;
    }
}

@media (max-width: 575px) {
    #richtext.module-text:has(#text_stage_data_privacy) {
        width: calc(100% - 24px) !important;
        padding: 26px 20px !important;
    }

    #richtext.module-text:has(#text_stage_data_privacy) #text_stage_data_privacy h1 {
        font-size: 28px !important;
    }

    #richtext.module-text:has(#text_stage_data_privacy) #text_stage_data_privacy p,
    #richtext.module-text:has(#text_stage_data_privacy) p {
        font-size: 16px !important;
        line-height: 1.62 !important;
    }
}


/* Contact section width alignment with content panels */
.footer-contact-strip,
.footer-map-wrap {
    width: min(1200px, calc(100% - 0px)) !important;
    max-width: 1200px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.footer-contact-strip__inner {
    width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    gap: 24px !important;
}

.footer-map-wrap .row,
.footer-map-wrap .col-12 {
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

@media (max-width: 991px) {
    .footer-contact-strip,
    .footer-map-wrap {
        width: calc(100% - 32px) !important;
        max-width: none !important;
    }
}

@media (max-width: 575px) {
    .footer-contact-strip,
    .footer-map-wrap {
        width: calc(100% - 24px) !important;
    }
}


/* Default about and content panels width 1200 */
#teaser_text,
.home-content-panel {
    width: min(1200px, calc(100% - 0px)) !important;
    max-width: 1200px !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

@media (max-width: 991px) {
    #teaser_text,
    .home-content-panel {
        width: calc(100% - 32px) !important;
        max-width: none !important;
    }
}

@media (max-width: 575px) {
    #teaser_text,
    .home-content-panel {
        width: calc(100% - 24px) !important;
    }
}

/* Default page final alignment with Bize Ulasin */
body .page-wrapper #teaser_text,
body .page-wrapper .home-content-panel,
body .footer-contact-strip,
body .footer-map-wrap {
    width: min(1200px, calc(100% - 0px)) !important;
    max-width: 1200px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    box-sizing: border-box !important;
}

body .page-wrapper #teaser_text .teaser-container,
body .page-wrapper #teaser_text .teaser-block,
body .page-wrapper #teaser_text .component-teaser,
body .page-wrapper .home-content-panel__row,
body .footer-contact-strip__inner,
body .footer-map-wrap > .row,
body .footer-map-wrap > .row > .col-12 {
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    box-sizing: border-box !important;
}

body .page-wrapper #teaser_text .col-12.col-md-10.offset-md-1 {
    flex: 0 0 100% !important;
    margin-left: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

body .footer-contact-strip__inner {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 24px !important;
}

@media (max-width: 991px) {
    body .page-wrapper #teaser_text,
    body .page-wrapper .home-content-panel,
    body .footer-contact-strip,
    body .footer-map-wrap {
        width: calc(100% - 32px) !important;
        max-width: none !important;
    }

    body .footer-contact-strip__inner {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
}

@media (max-width: 575px) {
    body .page-wrapper #teaser_text,
    body .page-wrapper .home-content-panel,
    body .footer-contact-strip,
    body .footer-map-wrap {
        width: calc(100% - 24px) !important;
    }

    body .footer-contact-strip__inner {
        grid-template-columns: 1fr !important;
    }
}

/* Default page container exact alignment with footer contact */
body .page-wrapper > .container-fluid:has(#teaser_text) {
    width: min(1200px, calc(100% - 0px)) !important;
    max-width: 1200px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    box-sizing: border-box !important;
}

body .page-wrapper > .container-fluid:has(#teaser_text) #teaser_text,
body .page-wrapper > .container-fluid:has(#teaser_text) .home-content-panel {
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    box-sizing: border-box !important;
}

@media (max-width: 991px) {
    body .page-wrapper > .container-fluid:has(#teaser_text) {
        width: calc(100% - 32px) !important;
        max-width: none !important;
    }
}

@media (max-width: 575px) {
    body .page-wrapper > .container-fluid:has(#teaser_text) {
        width: calc(100% - 24px) !important;
    }
}


/* Default heading underline: Hizmetlerimiz and Hizmette Guclu Altyapi */
.home-service-showcase__line {
    width: 78px !important;
    height: 3px !important;
    margin: 12px auto 0 !important;
    display: block !important;
    background: #006ead !important;
    border-radius: 99px !important;
}

.home-stats__title {
    position: relative !important;
    width: fit-content !important;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-bottom: 46px !important;
    padding-bottom: 13px !important;
}

.home-stats__title::after {
    content: "" !important;
    position: absolute !important;
    left: 50% !important;
    bottom: 0 !important;
    width: 78px !important;
    height: 3px !important;
    transform: translateX(-50%) !important;
    background: #006ead !important;
    border-radius: 99px !important;
}

/* Services page heading underline */
#service_overview_inspection.module-service-teaser > .text-center {
    position: relative !important;
    width: fit-content !important;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-bottom: 28px !important;
    padding-bottom: 13px !important;
}

#service_overview_inspection.module-service-teaser > .text-center::after {
    content: "" !important;
    position: absolute !important;
    left: 50% !important;
    bottom: 0 !important;
    width: 78px !important;
    height: 3px !important;
    transform: translateX(-50%) !important;
    background: #006ead !important;
    border-radius: 99px !important;
}

/* Record detail gallery: keep image fitted when wrapped with fancybox link */
.record-detail-gallery__card > a.fancybox,
.record-detail-gallery__card > a[rel^="gallery"] {
    position: absolute !important;
    inset: 0 !important;
    z-index: 0 !important;
    width: 100% !important;
    height: 100% !important;
    display: block !important;
    overflow: hidden !important;
}

.record-detail-gallery__card > a.fancybox img,
.record-detail-gallery__card > a[rel^="gallery"] img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    display: block !important;
}



/* Contact page: separate consent card and captcha block */
.contact-form-consent .mwf-separator {
    max-width: 810px !important;
    margin: 0 auto !important;
    padding: 20px 22px !important;
    border: 1px solid rgba(0, 50, 83, .14) !important;
    border-radius: 8px !important;
    background: #f8fafb !important;
    box-sizing: border-box !important;
}

.contact-form-consent .contact-captcha-block {
    max-width: 810px !important;
    margin: 30px auto 0 !important;
    padding-top: 22px !important;
    border-top: 1px solid rgba(0, 50, 83, .12) !important;
}

.contact-form-consent .contact-captcha-block > label {
    display: block !important;
    margin: 0 0 10px !important;
    color: #003253 !important;
    font-family: "Bosch Sans Cond", "Bosch Sans" !important;
    font-size: 17px !important;
    line-height: 1.3 !important;
    font-weight: 700 !important;
}

.contact-form-consent .contact-captcha-block__control {
    display: flex !important;
    align-items: center !important;
    gap: 18px !important;
    flex-wrap: wrap !important;
}

.contact-form-consent .contact-captcha-block__control img {
    order: 2 !important;
    height: 38px !important;
    margin: 0 !important;
    float: none !important;
    border: 1px solid rgba(0, 50, 83, .16) !important;
    border-radius: 4px !important;
    background: #fff !important;
}

.contact-form-consent .contact-captcha-block__control #ContentPlaceHolder1_TBsecurity {
    order: 1 !important;
    width: 200px !important;
    min-height: 46px !important;
    background: #fff !important;
}

.contact-form-consent .px-3 {
    display: none !important;
}

@media (max-width: 575px) {
    .contact-form-consent .mwf-separator,
    .contact-form-consent .contact-captcha-block {
    }

    .contact-form-consent .contact-captcha-block__control {
        gap: 10px !important;
    }

    .contact-form-consent .contact-captcha-block__control #ContentPlaceHolder1_TBsecurity {
        width: 100% !important;
    }
}

/* Contact captcha short inline field */
.contact-form-consent .contact-captcha-block {
    max-width: 420px !important;
    margin: 24px 0 0 !important;
    padding-top: 0 !important;
    border-top: 0 !important;
}

.contact-form-consent .contact-captcha-block__control {
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
    flex-wrap: nowrap !important;
}

.contact-form-consent .contact-captcha-block__control #ContentPlaceHolder1_TBsecurity {
    order: 1 !important;
    width: 260px !important;
    max-width: 260px !important;
    min-height: 50px !important;
}

.contact-form-consent .contact-captcha-block__control img {
    order: 2 !important;
    flex: 0 0 auto !important;
    height: 38px !important;
}

@media (max-width: 575px) {
    .contact-form-consent .contact-captcha-block {
    }

    .contact-form-consent .contact-captcha-block__control {
        flex-wrap: wrap !important;
    }

    .contact-form-consent .contact-captcha-block__control #ContentPlaceHolder1_TBsecurity {
        width: 220px !important;
    }
}

/* Contact consent and captcha same horizontal alignment */
.contact-form-consent .mwf-separator,
.contact-form-consent .contact-captcha-block {
    width: min(810px, 100%) !important;
    max-width: 810px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    box-sizing: border-box !important;
}

.contact-form-consent .contact-captcha-block {
    margin-top: 24px !important;
}

/* Contact captcha fixed short width override */
.contact-form-consent .mwf-separator,
.contact-form-consent .contact-captcha-block {
    box-sizing: border-box !important;
}

.contact-form-consent .contact-captcha-block {
    max-width: 290px !important;
    margin: 24px 0 0 !important;
    padding-top: 0 !important;
    border-top: 0 !important;
}


/* Footer contact heading underline */
.footer-contact-heading__title {
    position: relative !important;
    width: fit-content !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-bottom: 13px !important;
}

.footer-contact-heading__title::after {
    content: "" !important;
    position: absolute !important;
    left: 50% !important;
    bottom: 0 !important;
    width: 78px !important;
    height: 3px !important;
    transform: translateX(-50%) !important;
    background: #006ead !important;
    border-radius: 99px !important;
}

/* Contact consent width 1200 override */
.contact-form-consent .mwf-separator,
.contact-form-consent .contact-captcha-block {
    width: min(1200px, 100%) !important;
    max-width: 1200px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    box-sizing: border-box !important;
}

/* Service detail related services heading underline */
#service_teaser_s_1 > .text-center.h2,
#service_teaser_s_1 > .h2,
#service_teaser_s_1 .text-center.h2:first-child {
    position: relative !important;
    width: fit-content !important;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-bottom: 28px !important;
    padding-bottom: 13px !important;
}

#service_teaser_s_1 > .text-center.h2::after,
#service_teaser_s_1 > .h2::after,
#service_teaser_s_1 .text-center.h2:first-child::after {
    content: "" !important;
    position: absolute !important;
    left: 50% !important;
    bottom: 0 !important;
    width: 78px !important;
    height: 3px !important;
    transform: translateX(-50%) !important;
    background: #006ead !important;
    border-radius: 99px !important;
}

/* Home services heading underline fallback on title */
.home-service-showcase__title {
    position: relative !important;
    width: fit-content !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-bottom: 13px !important;
}

.home-service-showcase__title::after {
    content: "" !important;
    position: absolute !important;
    left: 50% !important;
    bottom: 0 !important;
    width: 78px !important;
    height: 3px !important;
    transform: translateX(-50%) !important;
    background: #006ead !important;
    border-radius: 99px !important;
}

.home-service-showcase__line {
    display: none !important;
}

/* Custom basic gallery 3-column layout update */
.custombasicgallery {
    max-width: 1200px !important;
    margin: 30px auto 30px !important;
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 28px !important;
    align-items: stretch !important;
}

/* Directory accordion content image size control */
#pnlSSS.module-accordion .accordion-content img,
[id$="pnlSSS"].module-accordion .accordion-content img {
    max-width: 560px !important;
    width: 100% !important;
    height: auto !important;
    max-height: 360px !important;
    object-fit: cover !important;
    display: block !important;
    border-radius: 6px !important;
}

#pnlSSS.module-accordion .accordion-content .content:has(img),
[id$="pnlSSS"].module-accordion .accordion-content .content:has(img) {
    display: grid !important;
    grid-template-columns: minmax(260px, 560px) minmax(0, 1fr) !important;
    gap: 20px !important;
    align-items: start !important;
}

@media (max-width: 767px) {
    #pnlSSS.module-accordion .accordion-content .content:has(img),
    [id$="pnlSSS"].module-accordion .accordion-content .content:has(img) {
        display: block !important;
    }

    #pnlSSS.module-accordion .accordion-content img,
    [id$="pnlSSS"].module-accordion .accordion-content img {
        max-height: none !important;
        margin-bottom: 16px !important;
    }
}

/* Directory accordion image: inline left text wrap */
#pnlSSS.module-accordion .accordion-content .content:has(img),
[id$="pnlSSS"].module-accordion .accordion-content .content:has(img) {
    display: flow-root !important;
}

#pnlSSS.module-accordion .accordion-content img,
[id$="pnlSSS"].module-accordion .accordion-content img {
    float: left !important;
    width: 333px !important;
    height: auto !important;
    max-height: none !important;
    margin: 0 20px 14px 0 !important;
    object-fit: cover !important;
    border-radius: 4px !important;
}

@media (max-width: 767px) {
    #pnlSSS.module-accordion .accordion-content img,
    [id$="pnlSSS"].module-accordion .accordion-content img {
        float: none !important;
        width: 100% !important;
        margin: 0 0 16px 0 !important;
    }
}



/* Appointment page form redesign */
.appointment-form-panel {
    max-width: 1200px !important;
    margin: 36px auto 64px !important;
    padding: 0 !important;
}

.appointment-form-panel > .container-fluid {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 !important;
    margin: 0 0 28px !important;
}

.appointment-form-panel > .container-fluid .module-text {
    padding: 24px 28px !important;
    border: 1px solid rgba(0, 50, 83, .12) !important;
    border-radius: 8px !important;
    background: #f8fafb !important;
    color: #172532 !important;
    font-family: "Bosch Sans" !important;
    font-size: 16px !important;
    line-height: 1.65 !important;
}

.appointment-form-section {
    margin: 0 !important;
}

.appointment-form-section > .col-12 {
    padding: 32px 34px 36px !important;
    border: 1px solid rgba(0, 50, 83, .14) !important;
    border-bottom: 4px solid #006ead !important;
    border-radius: 8px !important;
    background: #fff !important;
    box-shadow: 0 16px 36px rgba(0, 50, 83, .08) !important;
}

.appointment-form-grid {
    margin-left: -10px !important;
    margin-right: -10px !important;
}

.appointment-form-grid > [class*="col-"] {
    padding-left: 10px !important;
    padding-right: 10px !important;
    margin-bottom: 16px !important;
}

.appointment-form-panel .form-control,
.appointment-form-panel select,
.appointment-form-panel textarea {
    width: 100% !important;
    min-height: 50px !important;
    border: 1px solid rgba(0, 50, 83, .18) !important;
    border-radius: 6px !important;
    background: #f8fafb !important;
    color: #003253 !important;
    font-family: "Bosch Sans" !important;
    font-size: 16px !important;
    line-height: 1.4 !important;
    box-shadow: none !important;
    transition: border-color .18s ease, background-color .18s ease, box-shadow .18s ease !important;
}

.appointment-form-panel .form-control:focus,
.appointment-form-panel select:focus,
.appointment-form-panel textarea:focus {
    border-color: #006ead !important;
    background: #fff !important;
    box-shadow: 0 0 0 3px rgba(0, 110, 173, .13) !important;
    outline: none !important;
}

.appointment-form-panel textarea.form-control {
    min-height: 160px !important;
    resize: vertical !important;
}

.appointment-form-panel .mwf-form {
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.appointment-form-panel .mwf-separator,
.appointment-form-panel .mwf-separator li,
.appointment-form-panel .mwf-separator fieldset {
    list-style: none !important;
}

.appointment-form-panel .mwf-separator {
    margin: 8px 0 0 !important;
    padding: 20px 22px !important;
    border: 1px solid rgba(0, 50, 83, .14) !important;
    border-radius: 8px !important;
    background: #f8fafb !important;
}

.appointment-form-panel .mwf-separator li::before,
.appointment-form-panel .mwf-separator li::after,
.appointment-form-panel .mwf-option::before,
.appointment-form-panel .mwf-option::after {
    content: none !important;
    display: none !important;
}

.appointment-form-panel .mwf-field,
.appointment-form-panel .mwf-input,
.appointment-form-panel .mwf-separator fieldset {
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
}

.appointment-form-panel .mwf-field + .mwf-field,
.appointment-form-panel .mwf-field + .px-3 {
    margin-top: 10px !important;
}

.appointment-form-panel .mwf-bold p,
.appointment-form-panel .mwf-label-checkbox p,
.appointment-form-panel .px-3 > label {
    margin: 0 0 8px !important;
    color: #003253 !important;
    font-family: "Bosch Sans Cond", "Bosch Sans" !important;
    font-size: 17px !important;
    line-height: 1.3 !important;
    font-weight: 700 !important;
}

.appointment-form-panel .mwf-label-checkbox {
    display: block !important;
    margin: 0 0 8px !important;
    padding: 0 !important;
}

.appointment-form-panel .mwf-option {
    display: grid !important;
    grid-template-columns: 20px minmax(0, 1fr) !important;
    gap: 12px !important;
    align-items: flex-start !important;
}

.appointment-form-panel .mwf-option input[type="checkbox"] {
    position: static !important;
    opacity: 1 !important;
    appearance: auto !important;
    -webkit-appearance: checkbox !important;
    width: 18px !important;
    height: 18px !important;
    margin: 2px 0 0 !important;
    accent-color: #006ead !important;
}

.appointment-form-panel .mwf-option > label,
.appointment-form-panel .mwf-option > label p {
    margin: 0 !important;
    color: #26313a !important;
    font-family: "Bosch Sans" !important;
    font-size: 13px !important;
    line-height: 1.55 !important;
    font-weight: 400 !important;
}

.appointment-form-panel .mwf-option > label p:empty {
    display: none !important;
}

.appointment-form-panel .px-3 {
    margin-top: 22px !important;
    padding: 0 !important;
    border-top: 0 !important;
}

.appointment-form-panel .px-3 > div {
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
    flex-wrap: nowrap !important;
}

.appointment-form-panel .px-3 img {
    order: 2 !important;
    height: 38px !important;
    margin: 0 !important;
    float: none !important;
    border: 1px solid rgba(0, 50, 83, .16) !important;
    border-radius: 4px !important;
    background: #fff !important;
}

.appointment-form-panel #ContentPlaceHolder1_TBsecurity {
    order: 1 !important;
    width: 260px !important;
    max-width: 260px !important;
    min-height: 50px !important;
    background: #fff !important;
}

.appointment-form-grid > .col-lg-2:last-child {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    display: flex !important;
    justify-content: flex-start !important;
}

.appointment-form-panel .btn-primary,
.appointment-form-panel input[type="submit"].btn-primary {
    width: auto !important;
    min-width: 190px !important;
    min-height: 50px !important;
    padding: 0 30px !important;
    border: 1px solid #006ead !important;
    border-radius: 0 !important;
    background: #006ead !important;
    color: #fff !important;
    font-family: "Bosch Sans" !important;
    font-size: 16px !important;
    line-height: 1 !important;
    font-weight: 700 !important;
    box-shadow: 0 10px 24px rgba(0, 110, 173, .16) !important;
    transition: background-color .18s ease, border-color .18s ease, transform .18s ease !important;
}

.appointment-form-panel .btn-primary:hover,
.appointment-form-panel .btn-primary:focus,
.appointment-form-panel input[type="submit"].btn-primary:hover,
.appointment-form-panel input[type="submit"].btn-primary:focus {
    border-color: #003253 !important;
    background: #003253 !important;
    transform: translateY(-1px) !important;
}

@media (max-width: 991px) {
    .appointment-form-panel {
        width: calc(100% - 32px) !important;
    }

    .appointment-form-section > .col-12 {
        padding: 28px 24px 32px !important;
    }
}

@media (max-width: 575px) {
    .appointment-form-panel {
        width: calc(100% - 24px) !important;
        margin-top: 26px !important;
    }

    .appointment-form-section > .col-12 {
        padding: 24px 18px 28px !important;
    }

    .appointment-form-panel .px-3 > div {
        flex-wrap: wrap !important;
    }

    .appointment-form-panel #ContentPlaceHolder1_TBsecurity {
        width: 220px !important;
        max-width: 100% !important;
    }

    .appointment-form-panel .btn-primary,
    .appointment-form-panel input[type="submit"].btn-primary {
        width: 100% !important;
    }
}


/* UTTS form: keep security code separate from consent box */
#uttsForm .utts-captcha-block {
    width: min(320px, 100%) !important;
    margin: 18px 0 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    box-sizing: border-box !important;
}

#uttsForm .utts-captcha-block > label {
    display: block !important;
    margin: 0 0 8px !important;
    color: #003253 !important;
    font-family: "Bosch Sans Cond", "Bosch Sans" !important;
    font-size: 16px !important;
    line-height: 1.3 !important;
    font-weight: 700 !important;
}

#uttsForm .utts-captcha-block__control {
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
    width: 100% !important;
}

#uttsForm .utts-captcha-block__control img,
#uttsForm .utts-captcha-block__control #ContentPlaceHolder1_imgKod {
    flex: 0 0 auto !important;
    height: 38px !important;
    margin: 0 !important;
    float: none !important;
    border: 1px solid rgba(0, 50, 83, .16) !important;
    border-radius: 4px !important;
    background: #fff !important;
}

#uttsForm .utts-captcha-block__control #ContentPlaceHolder1_TBsecurity {
    width: 180px !important;
    max-width: 180px !important;
    min-height: 44px !important;
    background: #fff !important;
}

@media (max-width: 575px) {
    #uttsForm .utts-captcha-block__control {
        align-items: flex-start !important;
        flex-direction: column !important;
    }

    #uttsForm .utts-captcha-block__control #ContentPlaceHolder1_TBsecurity {
        width: 100% !important;
        max-width: 100% !important;
    }
}

/* UTTS captcha compact layout */
#uttsForm .utts-captcha-block {
    width: 330px !important;
    max-width: 100% !important;
    margin: 20px 0 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
}

#uttsForm .utts-captcha-block > label {
    display: block !important;
    margin: 0 0 8px !important;
    color: #003253 !important;
    font-family: "Bosch Sans Cond", "Bosch Sans" !important;
    font-size: 16px !important;
    line-height: 1.3 !important;
    font-weight: 700 !important;
}

#uttsForm .utts-captcha-block__control {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 12px !important;
    width: 100% !important;
    flex-wrap: nowrap !important;
}

#uttsForm .utts-captcha-block__control #ContentPlaceHolder1_TBsecurity {
    flex: 0 0 190px !important;
    width: 190px !important;
    max-width: 190px !important;
    min-height: 48px !important;
    margin: 0 !important;
    background: #fff !important;
}

#uttsForm .utts-captcha-block__control img,
#uttsForm .utts-captcha-block__control #ContentPlaceHolder1_imgKod {
    flex: 0 0 auto !important;
    height: 38px !important;
    width: auto !important;
    margin: 0 !important;
    float: none !important;
    border: 1px solid rgba(0, 50, 83, .14) !important;
    border-radius: 4px !important;
    background: #fff !important;
}

#uttsForm .utts-form .col-lg-2 {
    flex: 0 0 190px !important;
    width: 190px !important;
    max-width: 190px !important;
    margin-top: 20px !important;
}

#uttsForm .utts-form .col-lg-2 .btn-primary,
#uttsForm .utts-form .col-lg-2 input[type="submit"].btn-primary {
    width: 190px !important;
    min-width: 190px !important;
}

@media (max-width: 575px) {
    #uttsForm .utts-captcha-block {
        width: 100% !important;
    }

    #uttsForm .utts-captcha-block__control {
        flex-wrap: wrap !important;
    }

    #uttsForm .utts-captcha-block__control #ContentPlaceHolder1_TBsecurity,
    #uttsForm .utts-form .col-lg-2,
    #uttsForm .utts-form .col-lg-2 .btn-primary,
    #uttsForm .utts-form .col-lg-2 input[type="submit"].btn-primary {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
        flex-basis: 100% !important;
    }
}

/* Contact page mobile icon alignment */
#content_2_columns .content-teaser-wrapper .col-lg-6:first-child a,
#content_2_columns .content-teaser-wrapper .col-lg-6:first-child .btn,
#content_2_columns .content-teaser-wrapper .col-lg-6:first-child .contact-link {
    position: relative !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 10px !important;
    min-width: 0 !important;
    text-align: center !important;
    white-space: normal !important;
    overflow-wrap: anywhere !important;
}

#content_2_columns .content-teaser-wrapper .col-lg-6:first-child a .icon,
#content_2_columns .content-teaser-wrapper .col-lg-6:first-child .btn .icon,
#content_2_columns .content-teaser-wrapper .col-lg-6:first-child a i,
#content_2_columns .content-teaser-wrapper .col-lg-6:first-child .btn i {
    position: static !important;
    inset: auto !important;
    flex: 0 0 auto !important;
    width: 18px !important;
    min-width: 18px !important;
    margin: 0 !important;
    transform: none !important;
    color: currentColor !important;
    line-height: 1 !important;
    text-align: center !important;
}

#content_2_columns .content-teaser-wrapper .col-lg-6:first-child a .icon::before,
#content_2_columns .content-teaser-wrapper .col-lg-6:first-child .btn .icon::before,
#content_2_columns .content-teaser-wrapper .col-lg-6:first-child a i::before,
#content_2_columns .content-teaser-wrapper .col-lg-6:first-child .btn i::before {
    position: static !important;
    display: block !important;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    transform: none !important;
    line-height: 1 !important;
}

#content_2_columns .content-teaser-wrapper .col-lg-6:first-child a .content-text,
#content_2_columns .content-teaser-wrapper .col-lg-6:first-child .btn .content-text {
    min-width: 0 !important;
    display: inline-block !important;
    line-height: 1.35 !important;
}

@media (max-width: 575px) {
    #content_2_columns .content-teaser-wrapper .col-lg-6:first-child a:not(.btn),
    #content_2_columns .content-teaser-wrapper .col-lg-6:first-child .contact-link {
        width: 100% !important;
        max-width: 100% !important;
        min-height: 46px !important;
        padding: 12px 14px !important;
    }

    #content_2_columns .content-teaser-wrapper .col-lg-6:first-child .btn,
    #content_2_columns .content-teaser-wrapper .col-lg-6:first-child .btn-tertiary,
    #content_2_columns .content-teaser-wrapper .col-lg-6:first-child .btn-invert {
        width: auto !important;
        max-width: 100% !important;
        min-height: 46px !important;
        padding: 0 10px !important;
    }
}


/* Contact page mobile: keep contact action text closer to icons */
#content_2_columns .content-teaser-wrapper .col-lg-6:first-child .module-button .btn .icon + .content-text,
#content_2_columns .content-teaser-wrapper .col-lg-6:first-child .module-button .btn i + .content-text,
#content_2_columns .content-teaser-wrapper .col-lg-6:first-child a .icon + .content-text,
#content_2_columns .content-teaser-wrapper .col-lg-6:first-child a i + .content-text {
    padding-left: 0 !important;
    margin-left: 0 !important;
}

@media (max-width: 575px) {
    #content_2_columns .content-teaser-wrapper .col-lg-6:first-child .module-button .btn .icon + .content-text,
    #content_2_columns .content-teaser-wrapper .col-lg-6:first-child .module-button .btn i + .content-text,
    #content_2_columns .content-teaser-wrapper .col-lg-6:first-child a .icon + .content-text,
    #content_2_columns .content-teaser-wrapper .col-lg-6:first-child a i + .content-text {
        padding-left: 0 !important;
        margin-left: 0 !important;
    }
}

/* Mobile: hide breadcrumb, keep page title visible below header */
@media (max-width: 767px) {
    .component-breadcrumb {
        display: none !important;
    }

    .component-breadcrumb + .page-wrapper {
        padding-top: 22px !important;
    }

    .component-breadcrumb + .page-wrapper > .module-block:first-child {
        display: none !important;
    }

    .component-breadcrumb + .page-wrapper .module-stage-text:first-child,
    .component-breadcrumb + .page-wrapper .container-fluid > .module-stage-text:first-child,
    .component-breadcrumb + .page-wrapper #contact_text_stage {
        margin-top: 0 !important;
    }
}

.module-detail-stage .component-teaser-horizontal.stage .content-overlapping.order-lg-first .directory {
    padding: 0 !important;
    position: relative !important;
}
  

@media (max-width: 991px) {
    .module-detail-stage .component-teaser-horizontal.stage .content-overlapping.order-lg-first .teaser-content {
        padding: 1.5rem 1.5rem 2rem !important;
    }
}

/* Footer contact cards hover feedback */
.footer-contact-card {
    transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease, background-color 220ms ease !important;
}

.footer-contact-card::before {
    transition: transform 220ms ease, background-color 220ms ease, box-shadow 220ms ease !important;
}

.footer-contact-card:hover,
.footer-contact-card:focus-within {
    transform: translateY(-4px) !important;
    border-color: rgba(0, 110, 173, .36) !important;
    border-bottom-color: #006ead !important;
    background: #fbfdfe !important;
    box-shadow: 0 22px 38px rgba(0, 50, 83, .16) !important;
}

.footer-contact-card:hover::before,
.footer-contact-card:focus-within::before {
    transform: scale(1.06) !important;
    background-color: #003253 !important;
    box-shadow: 0 12px 22px rgba(0, 50, 83, .30) !important;
}

.footer-contact-card:hover .footer-contact-card__title,
.footer-contact-card:focus-within .footer-contact-card__title,
.footer-contact-card:hover .footer-contact-card__text,
.footer-contact-card:focus-within .footer-contact-card__text {
    color: #003253 !important;
}

.footer-contact-card__text:focus-visible {
    outline: 2px solid #006ead !important;
    outline-offset: 4px !important;
}





/* 404 page content refinement */
#text___image.module-text-media {
    max-width: 1120px !important;
    margin: 34px auto 70px !important;
    padding: 46px 54px !important;
    border: 1px solid rgba(0, 50, 83, .12) !important;
    border-bottom: 4px solid #006ead !important;
    border-radius: 8px !important;
    background: linear-gradient(135deg, #f8fafb 0%, #ffffff 58%, #eef4f7 100%) !important;
    box-shadow: 0 18px 42px rgba(0, 50, 83, .10) !important;
    position: relative !important;
    overflow: hidden !important;
}

#text___image.module-text-media::after {
    content: "404" !important;
    position: absolute !important;
    right: 34px !important;
    bottom: -18px !important;
    color: rgba(0, 110, 173, .06) !important;
    font-family: "Bosch Sans Cond", "Bosch Sans" !important;
    font-size: 132px !important;
    line-height: 1 !important;
    font-weight: 700 !important;
    pointer-events: none !important;
}

#text___image.module-text-media > .row {
    align-items: center !important;
    row-gap: 26px !important;
    position: relative !important;
    z-index: 1 !important;
}

#text___image .metin,
#text___image .sarmalayıcı {
    max-width: 650px !important;
}

#text___image .overline p {
    margin: 0 0 8px !important;
    color: #4f5963 !important;
    font-family: "Bosch Sans" !important;
    font-size: 15px !important;
    line-height: 1.35 !important;
    letter-spacing: .02em !important;
}

#text___image h3 {
    position: relative !important;
    margin: 0 0 24px !important;
    padding-bottom: 14px !important;
    color: #003253 !important;
    font-family: "Bosch Sans Cond", "Bosch Sans" !important;
    font-size: 30px !important;
    line-height: 1.15 !important;
    font-weight: 700 !important;
}

#text___image h3::after {
    content: "" !important;
    position: absolute !important;
    left: 0 !important;
    bottom: 0 !important;
    width: 74px !important;
    height: 3px !important;
    background: #006ead !important;
}

#text___image p {
    margin: 0 0 15px !important;
    color: #172532 !important;
    font-family: "Bosch Sans" !important;
    font-size: 17px !important;
    line-height: 1.62 !important;
}

#text___image p b,
#text___image p strong {
    color: #003253 !important;
    font-weight: 700 !important;
}

#text___image p:empty {
    display: none !important;
}

#text___image p a {
    display: inline-flex !important;
    align-items: center !important;
    gap: 10px !important;
    min-height: 46px !important;
    margin-top: 4px !important;
    padding: 0 24px !important;
    background: #006ead !important;
    color: #fff !important;
    font-family: "Bosch Sans" !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    letter-spacing: .04em !important;
    text-decoration: none !important;
    box-shadow: 0 10px 22px rgba(0, 110, 173, .20) !important;
    transition: background-color 180ms ease, transform 180ms ease, box-shadow 180ms ease !important;
}

#text___image p a::after {
    content: "\2192" !important;
    font-size: 18px !important;
    line-height: 1 !important;
}

#text___image p a:hover,
#text___image p a:focus {
    background: #003253 !important;
    color: #fff !important;
    text-decoration: none !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 14px 26px rgba(0, 50, 83, .24) !important;
}

#text___image .module-image {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    min-height: 230px !important;
    padding: 34px !important;
    border-radius: 8px !important;
    background: #fff !important;
    box-shadow: inset 0 0 0 1px rgba(0, 50, 83, .08), 0 16px 32px rgba(0, 50, 83, .08) !important;
}

#text___image .module-image img {
    width: 128px !important;
    max-width: 70% !important;
    height: auto !important;
    display: block !important;
}

@media (max-width: 767px) {
    #text___image.module-text-media {
        width: calc(100% - 28px) !important;
        margin: 24px auto 46px !important;
        padding: 28px 22px !important;
    }

    #text___image.module-text-media::after {
        font-size: 86px !important;
        right: 12px !important;
        bottom: -10px !important;
    }

    #text___image h3 {
        font-size: 25px !important;
    }

    #text___image p {
        font-size: 15.5px !important;
    }

    #text___image .module-image {
        min-height: 150px !important;
        padding: 24px !important;
    }

    #text___image .module-image img {
        width: 104px !important;
    }
}
