.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: 17px;
    line-height: 1;
    font-weight: 700;
    margin-bottom: 12px;
}

.home-appointment__phone-image {
    height: 86px;
    border-radius: 4px;
    background-image: url("/Uploads/GenelResim/b_arac-garantisini-koruyan-hizmetler-37450.png");
    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;
}

.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;
    }

}
