/* Banner: full image visible (1600x906 or 1900x1076) */
.mainSlider .slides li {
    position: relative;
    width: 100%;
    height: auto !important;
}

.mainSlider .slides img.slide {
    display: block;
    width: 100%;
    height: auto;
}

.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-repeat: no-repeat;
    background-size: contain;
}

#portfolio .mainTitle,
#portfolio .sectitleInner p {
    font-family: Arial, sans-serif;
}

#portfolio .filterNav {
    display: none;
}

/* Gallery Vertical List Sizing & Layout */
.gallery-vertical-list {
    list-style: none;
    margin: 40px auto 0 auto;
    padding: 0;
    max-width: 860px;
    width: 100%;
}

.gallery-card {
    margin-bottom: 60px;
    width: 100%;
    clear: both;
}

.gallery-card:last-child {
    margin-bottom: 20px;
}

/* Card Frame Design */
.gallery-card-frame {
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
    overflow: hidden;
    transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.gallery-card-frame:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 45px rgba(208, 160, 104, 0.12), 0 10px 25px rgba(0, 0, 0, 0.06);
    border-color: rgba(208, 160, 104, 0.3);
}

/* Image Link & Hover Zoom */
.gallery-img-link {
    display: block;
    position: relative;
    width: 100%;
    height: 480px;
    overflow: hidden;
    background: #ffffff;
    line-height: 0;
}

.gallery-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
    transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
    padding: 30px;
    box-sizing: border-box;
}

.gallery-card-frame:hover .gallery-img {
    transform: scale(1.04);
}

/* Hover overlay */
.gallery-img-hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(208, 160, 104, 0.88);
    opacity: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.3s ease;
    z-index: 2;
}

.gallery-img-link:hover .gallery-img-hover {
    opacity: 1;
}

.zoom-icon {
    background: #ffffff;
    color: #343434;
    padding: 10px 20px;
    border-radius: 30px;
    font-family: Arial, sans-serif;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transform: translateY(10px);
    transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.gallery-img-link:hover .zoom-icon {
    transform: translateY(0);
}

.zoom-icon i {
    margin-right: 6px;
}

/* Card Content / Description */
.gallery-card-content {
    padding: 30px 35px;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    background: #ffffff;
}

.gallery-card-title {
    font-family: Arial, sans-serif;
    font-size: 22px;
    font-weight: 700;
    color: #343434;
    margin: 0 0 12px 0;
    letter-spacing: -0.01em;
    line-height: 1.3;
}

.gallery-card-desc {
    font-family: Arial, sans-serif;
    font-size: 15px;
    line-height: 1.65;
    color: #666666;
    margin: 0;
}

/* Responsive adjustment */
@media screen and (max-width: 767px) {
    .gallery-vertical-list {
        padding: 0 15px;
    }
    .gallery-img-link {
        height: 300px;
    }
    .gallery-img {
        padding: 12px;
    }
    .gallery-card-content {
        padding: 20px 24px;
    }
    .gallery-card-title {
        font-size: 19px;
    }
    .gallery-card-desc {
        font-size: 14px;
    }
}

#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;
    }
}
