.strokeme {
    color: white;
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}

.mobilbar {
    position: fixed;
    width: 100%;
    height: 55px;
    bottom: 0px;
    right: 0px;
    z-index: 100;
    background-color: white;
}

.arala {
    height: 30px;
}

@media (min-width:500px) {
    .mobilbar {
        display: none;
    }

    .arala {
        display: none;
    }
}

.contact-card {
    background: #fff;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.contact-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.12) !important;
}

.contact-card-icon {
    width: 64px;
    height: 64px;
}

.page-header-background {
    background-size: cover;
    background-position: center;
}

/* Lighthouse: yeterli kontrast (WCAG AA) */
a.learn-more.text-primary,
.card a.text-primary.font-weight-semibold {
    color: #00718a !important;
}

a.learn-more.text-primary:hover,
.card a.text-primary.font-weight-semibold:hover {
    color: #005566 !important;
}

/* Ana sayfa hero: tek slayt, owl yok — mobilde görsel yüksekliği kadar alan */
#slider .home-slider-hero {
    position: relative;
    width: 100%;
    min-height: 100vh;
    overflow: hidden;
}

#slider .home-slider-picture {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    display: block;
    margin: 0;
}

#slider .home-slider-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    display: block;
}

#slider .home-slider-cta {
    position: absolute;
    z-index: 2;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
}

#slider .home-slider-cta .btn {
    pointer-events: auto;
}

@media (max-width: 991.98px) {
    #slider .shape-divider {
        height: 72px !important;
    }

    #slider .home-slider-hero {
        min-height: 0;
        height: auto;
        line-height: 0;
    }

    #slider .home-slider-picture {
        position: relative;
        height: auto;
        width: 100%;
    }

    #slider .home-slider-img {
        width: 100%;
        height: auto;
        max-height: none;
        object-fit: initial;
        vertical-align: top;
    }

    #slider .home-slider-cta {
        align-items: flex-end;
        justify-content: center;
        padding-bottom: 5.5rem;
    }
}
