/* ================================================
   Mustafa Gökhan Aygör — Özel Stiller
   ================================================ */

/* --- Portfolyo — Filtre Sekmeleri --- */
.portfolio-filter-tabs {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
    margin-bottom: 50px;
}

.filter-btn {
    background: transparent;
    border: 1px solid #d0d0d0;
    display: inline-block;
    width: auto;
    border-radius: 999px;
    padding: 6px 20px;
    font-size: 12px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.25s ease;
    color: #555;
    white-space: nowrap;
}

.filter-btn:hover,
.filter-btn.active {
    background: #1a1a1a;
    border-color: #1a1a1a;
    color: #fff;
}

/* --- Hero — Video Slide --- */
.banner-video-slide {
    position: relative;
    overflow: hidden;
}

.banner-video-bg {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    transform: translate(-50%, -50%);
    object-fit: cover;
    z-index: 0;
}

.banner-video-slide .banner-area-six {
    position: relative;
    z-index: 1;
    background: rgba(0, 0, 0, 0.45);
}

/* --- Hakkında — Checkmark listesi yan yana --- */
.short-service-small {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 24px;
}

/* --- Hakkında — Alıntı --- */
.about-quote {
    margin-top: 24px;
    padding-left: 20px;
    border-left: 2px solid currentColor;
    opacity: 0.7;
    font-style: italic;
    font-size: 14px;
    line-height: 1.7;
}

/* --- Text Logo --- */
.mga-logo {
    display: inline-block;
    text-decoration: none;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    white-space: nowrap;
    transition: opacity 0.3s ease;
}

.mga-logo:hover {
    opacity: 0.7;
    color: #fff;
}

/* Footer & sidebar versiyonu (koyu zemin yok) */
.mga-logo.dark {
    color: #1a1a1a;
}

.mga-logo.dark:hover {
    color: #1a1a1a;
}

.gallery-wrapper-one {
    aspect-ratio: 4/3;
}
.gallery-wrapper-one img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.portfolio-style-custom-4 a.thumbnail {
    aspect-ratio: 4/3;
}
.portfolio-style-custom-4 a.thumbnail img {
    height: 100%;
    object-fit: cover;
}

/* --- Anasayfa hizmet listesi --- */
.service-list-one-wrapper .signle-service-list {
    padding-top: 14px;
    padding-bottom: 14px;
}
.service-list-one-wrapper .signle-service-list .left-one span {
    font-size: 15px;
    line-height: 1.4;
}
.service-list-one-wrapper .signle-service-list .left-one .title {
    font-size: 15px;
    line-height: 1.4;
}
.service-list-one-wrapper .signle-service-list .center-area p.disc {
    font-size: 13px;
    line-height: 1.5;
}

/* --- Hizmet sidebar --- */
.service-left-sidebar-wized .topa-rea .title {
    font-size: 18px;
    line-height: 1.4;
}
.service-left-sidebar-wized .body .single-short-service {
    padding: 8px 14px;
    align-items: flex-start;
}
.service-left-sidebar-wized .body .single-short-service .number {
    font-size: 13px;
    line-height: 1.6;
}
.service-left-sidebar-wized .body .single-short-service p {
    font-size: 13px;
    line-height: 1.5;
}
.service-left-sidebar-wized .body .single-short-service.active {
    background: #1a1a1a;
    color: #fff;
}
.service-left-sidebar-wized .body .single-short-service.active .number,
.service-left-sidebar-wized .body .single-short-service.active p {
    color: #fff;
}

/* --- Anasayfa CTA dark arka plan --- */
.mga-cta-dark {
    background: #1a1a1a;
    padding-top: 80px;
    padding-bottom: 80px;
}
.mga-cta-dark .cta-area-six .title {
    color: #fff;
}

/* --- Anasayfa portfolyo kartları (project--style-six) --- */
.project--style-six .thumbnail {
    max-width: 100%;
    aspect-ratio: 4/3;
}
.project--style-six .thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* --- Portfolyo CTA --- */
.portfolio-cta {
    background: #1a1a1a;
    color: #fff;
    text-align: center;
    padding: 100px 20px;
}
.portfolio-cta__sub {
    font-size: 12px;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: #aaa;
    margin-bottom: 16px;
}
.portfolio-cta__title {
    font-size: clamp(28px, 4vw, 52px);
    font-weight: 600;
    margin-bottom: 16px;
    color: #fff;
}
.portfolio-cta__text {
    font-size: 16px;
    color: #bbb;
    line-height: 1.7;
    margin-bottom: 40px;
}
.portfolio-cta .rts-btn {
    border-color: #fff;
    color: #fff;
}
.portfolio-cta .rts-btn:hover {
    background: #fff;
    color: #1a1a1a;
}
.thumbnail-about-six {
    display: flex;
    justify-content: center;
}
.thumbnail-about-six img {
    width: 70%;
}
.footer-two-main-wrapper-right .single-footer-wized .location p {
    font-size: 15px;
}
