#lightcase-content iframe,
#lightcase-content video {
    width: auto !important; /* Genişliği otomatik olarak ayarlayın */
    height: 90vh !important; /* Yüksekliği %90 viewport yüksekliğine sabitleyin */
    max-height: 90vh !important; /* Taşmayı önlemek için max yükseklik */
    aspect-ratio: 16 / 9 !important; /* 16:9 oranını zorunlu kılın */
    object-fit: contain !important; /* Video içeriğinin taşmasını önleyin */
}

/* Canlı site ile aynı: menüde kırmızı İletişim butonu */
.header__bottom .area .menu {
    align-items: center;
    gap: 0.2rem;
}

.header.header__one.header__three .header__bottom {
    padding: 5px !important;
}

.header.header__one.header__three .logo img {
    height: 73px;
    width: auto;
    display: block;
}

.header__bottom .area .menu .header-contact-btn {
    margin-left: 0.2rem;
    flex-shrink: 0;
    min-width: auto;
    padding: 0 2rem;
    line-height: 56px;
}

@media (max-width: 1199px) {
    .header__bottom .area .menu .header-contact-btn {
        display: inline-block;
        margin: 15px 0 0;
    }
}

/* Hero: sol tarafta koyu gradient (metin okunabilirliği) */
.banner.bg-img {
    position: relative;
}

.banner.bg-img::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to right,
        rgba(2, 23, 56, 0.82) 0%,
        rgba(2, 23, 56, 0.45) 42%,
        rgba(2, 23, 56, 0.08) 68%,
        transparent 100%
    );
    z-index: 0;
}

.banner.bg-img > .banner__one {
    position: relative;
    z-index: 1;
}

/* Çalışma süreci (01/02/03): daire içi ikon + alt rozet */
.work__thumb {
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.work__thumb img {
    max-width: 58%;
    max-height: 58%;
    width: auto;
    height: auto;
    object-fit: contain;
}

.work__thumb span {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    line-height: 1;
    padding-top: 2px;
}

/* Özellikler satırı: stroke numaralar + ikon hizası */
.feature__thumb {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
}

.feature__thumb img {
    flex-shrink: 0;
    max-height: 64px;
    width: auto;
}

.feature__thumb span {
    flex-shrink: 0;
    line-height: 1;
    min-width: 2.5rem;
    text-align: right;
}

/* Hizmet kartları: yuvarlak ok butonu */
.service__content {
    position: relative;
}

.service__content .round-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

/* Page header + breadcrumb — canlı site parity */
@media (min-width: 1200px) {
    :root {
        --basut-header-offset: 131px;
    }

    .pageheader,
    .catalog-page-header {
        margin-top: var(--basut-header-offset) !important;
    }
}

@media (max-width: 1199px) {
    .pageheader,
    .catalog-page-header {
        margin-top: 0 !important;
    }
}

.pageheader {
    background-position: center center;
    background-repeat: no-repeat;
    padding-block: 138px;
}

.pageheader__content .breadcrumb {
    --bs-breadcrumb-divider-color: #fff;
    margin-bottom: 0;
}

.pageheader__content .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
    color: #fff;
    opacity: 0.9;
}

.pageheader__content .breadcrumb .breadcrumb-item:not(.active) {
    color: #fff;
}

.pageheader__content h2:empty {
    display: none;
    margin: 0;
}

.work.padding-tb .work__thumb img {
    max-width: 64px;
    max-height: 64px;
    width: auto;
    height: auto;
    vertical-align: middle;
}

/* Top header: dil seçici (yüksekliği bozmadan) */
.header__top-tools {
    display: inline-flex;
    align-items: stretch;
    justify-content: flex-end;
    max-width: 100%;
    vertical-align: top;
}

.header__top-tools .social {
    display: inline-flex;
    align-items: stretch;
}

.header__top-tools .social ul {
    display: inline-flex;
    align-items: stretch;
    margin: 0;
    padding: 0;
    list-style: none;
}

.header__top-tools .social ul li {
    display: inline-flex;
    align-items: stretch;
}

.basut-locale {
    position: relative;
    display: inline-flex;
    align-items: stretch;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
}

.basut-locale__toggle {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 9px 14px;
    margin: 0;
    border: 0;
    background: transparent;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.2;
    cursor: pointer;
    transition: color 0.2s ease, background-color 0.2s ease;
}

.basut-locale__toggle:hover,
.basut-locale.is-open .basut-locale__toggle {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.06);
}

.basut-locale__icon {
    font-size: 12px;
    opacity: 0.9;
}

.basut-locale__label {
    letter-spacing: 0.04em;
    min-width: 1.35rem;
    text-align: center;
}

.basut-locale__caret {
    font-size: 9px;
    opacity: 0.75;
    transition: transform 0.2s ease;
}

.basut-locale.is-open .basut-locale__caret {
    transform: rotate(180deg);
}

.basut-locale__menu {
    position: absolute;
    top: calc(100% + 1px);
    right: 0;
    z-index: 1200;
    min-width: 168px;
    margin: 0;
    padding: 6px 0;
    list-style: none;
    background-color: #021738;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 0 0 4px 4px;
    box-shadow: 0 10px 24px rgba(2, 23, 56, 0.35);
}

.basut-locale__option {
    display: flex;
    align-items: center;
    gap: 0.55rem;
    padding: 8px 14px;
    color: rgba(255, 255, 255, 0.88);
    font-size: 13px;
    line-height: 1.3;
    text-decoration: none;
    transition: background-color 0.2s ease, color 0.2s ease;
}

.basut-locale__option:hover {
    background-color: rgba(255, 255, 255, 0.08);
    color: #fff;
}

.basut-locale__option.is-active {
    color: #fff;
    background-color: rgba(255, 49, 71, 0.12);
}

.basut-locale__code {
    flex: 0 0 1.75rem;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.06em;
    color: #ff3147;
}

.basut-locale__native {
    flex: 1 1 auto;
}

.basut-locale__check {
    flex: 0 0 auto;
    font-size: 11px;
    color: #ff3147;
}

@media (max-width: 1199px) {
    .header__top-tools {
        justify-content: center;
        width: 100%;
    }
}

/* Katalog sayfası — canlı site project__item + öne çıkan kart */
.catalog-download-grid .catalog-download-item {
    flex: 0 0 auto;
    width: min(100%, 280px);
}

.catalog-download-grid .project__inner {
    height: 100%;
}

.catalog-download-preview-link {
    display: block;
    width: 100%;
    padding: 0;
    border: 0;
    background: transparent;
    color: inherit;
    font: inherit;
    text-align: inherit;
    cursor: pointer;
}

.catalog-featured__card {
    padding: clamp(1.25rem, 2vw, 2rem);
    background: linear-gradient(135deg, rgba(2, 23, 56, 0.04) 0%, rgba(255, 49, 71, 0.06) 100%);
    border: 1px solid rgba(2, 23, 56, 0.08);
    border-radius: 4px;
}

.catalog-featured__badge {
    display: inline-block;
    margin-bottom: 0.75rem;
    padding: 0.35rem 0.75rem;
    background-color: #ff3147;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.catalog-featured__title {
    margin-bottom: 0.75rem;
    color: #021738;
    font-size: clamp(1.35rem, 2.4vw, 2rem);
    line-height: 1.25;
}

.catalog-featured__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
    margin-bottom: 1rem;
    color: #555;
    font-size: 14px;
}

.catalog-featured__meta span:not(:last-child)::after {
    content: "·";
    margin-left: 0.65rem;
    color: rgba(2, 23, 56, 0.35);
}

.catalog-featured__about {
    margin-bottom: 1rem;
    color: #555;
    font-size: 15px;
    line-height: 1.65;
    max-width: 42rem;
}

.catalog-featured__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    align-items: center;
}

.catalog-featured__actions .lab-btn-outline {
    display: inline-block;
    padding: 0 1.5rem;
    border: 1px solid #021738;
    background: transparent;
    color: #021738;
    line-height: 56px;
}

.catalog-featured__actions .lab-btn-outline:hover {
    background: #021738;
    color: #fff;
}

.catalog-featured__thumb .project__thumb img {
    width: 100%;
    height: auto;
    display: block;
}
