/* Banner: full image visible (1900x1076) */
.mainSlider .slides li {
    background-size: 100% 100% !important;
    background-position: center top !important;
    background-repeat: no-repeat !important;
    aspect-ratio: 1900 / 1076;
}

.mainSlider .flex-control-nav {
    bottom: 24px !important;
    opacity: 1 !important;
}

/* About title: OpenSans ExtraBold breaks Turkish glyphs */
.innerIntro h1.mainTitle {
    font-family: Arial, sans-serif;
    font-weight: 700;
    letter-spacing: normal;
    line-height: 1.35;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.teamDetails .td h3,
.teamDetails .td h3 span,
.teamDetails .td p,
.teamTitle h3 {
    font-family: Arial, sans-serif;
}

.teamDetails .td h3 {
    font-weight: 700;
    line-height: 1.35;
}

.teamDetails .td h3 span {
    font-style: normal;
    font-weight: 400;
}

.facts .count::after {
    content: "+";
}

.facts .fc,
.facts .fct p {
    font-family: Arial, sans-serif;
}

#services .mainTitle,
#services .sectitleInner p,
#services .service h3,
#services .service p {
    font-family: Arial, sans-serif;
}

#services .service h3 {
    font-weight: 700;
}

#services .imgServices {
    background-image: url("../img/miniGaleri/hizmetlerHeka.png");
    background-position: center center;
    background-size: cover;
}

#portfolio .mainTitle,
#portfolio .sectitleInner p {
    font-family: Arial, sans-serif;
}

#portfolio .filterNav {
    display: none;
}

.galleryPager {
    clear: both;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    margin: 30px 0 50px;
    font-family: Arial, sans-serif;
}

.galleryPager.is-single {
    display: none;
}

.galleryPagerBtn {
    background: #343434;
    border: none;
    color: #fff;
    cursor: pointer;
    font-family: Arial, sans-serif;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.04em;
    min-width: 96px;
    padding: 12px 22px;
    text-transform: uppercase;
    transition: background 0.2s ease;
}

.galleryPagerBtn:hover:not(:disabled) {
    background: #d0a068;
}

.galleryPagerBtn:disabled {
    cursor: default;
    opacity: 0.35;
}

.galleryPagerInfo {
    color: #555;
    font-size: 14px;
    min-width: 48px;
    text-align: center;
}

#contact .mainTitle,
#contact .sectitleInner p,
#contact .contactInfo h1,
#contact .contactInfo li,
#contact .contactForm input,
#contact .contactForm textarea,
#contact #submit {
    font-family: Arial, sans-serif;
}

.contactMap {
    width: 100%;
    line-height: 0;
}

.contactMap iframe {
    width: 100%;
    height: 420px;
    border: 0;
    display: block;
}

@media screen and (max-width: 767px) {
    .contactMap iframe {
        height: 300px;
    }
}

.logo {
    margin: 8px 0;
}

.logo .siteLogo {
    display: block;
    height: 90px;
    width: auto;
    max-width: 100%;
    transition: height 0.2s ease;
}

.switchedHeader .logo {
    margin: 6px 0;
}

.switchedHeader .logo .siteLogo {
    height: 50px;
}

@media only screen and (max-width: 767px) {
    .logo .siteLogo {
        height: 60px;
    }

    .switchedHeader .logo .siteLogo {
        height: 40px;
    }
}
