@font-face {
    font-family: 'bootstrap-icons';
    font-display: swap;
}

.lcp-image {
    opacity: 1 !important;
    transition: none !important;
}

:root,
[data-bs-theme="light"] {
    --tyn-border-radius: .75rem;
}

label:has(+ input[required])::after,
label:has(+ textarea[required])::after,
label:has(+ select[required])::after,
label:has(+ .tom-select-custom select[required])::after {
    content: " *";
    color: red;
}

.invalid-feedback strong {
    font-weight: 400 !important;
}

.card {
    --tyn-card-spacer-y: .75rem;
    --tyn-card-spacer-x: .75rem;
}

.card.job-card {
    transition: border-color .3s ease-in-out;
    cursor: pointer;
}

.card.job-card:hover {
    border-color: var(--tyn-primary);
    --tyn-card-border-color: var(--tyn-primary);
}

.navbar-expand-lg .navbar-nav>.nav-item>.nav-link:before {
    display: none !important;
}
.btn-group-xs>.btn-icon.btn,
.btn-icon.btn-xs {
    --tyn-btn-size: 1rem;
}

.home-heading {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: bold;
    color: #606060;
    margin-bottom: 0;
}

/* Swiper performance optimizations - reduce forced reflows */
.swiper,
.swiper-wrapper {
    will-change: transform;
    transform: translateZ(0);
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

.swiper-slide {
    will-change: transform;
    transform: translateZ(0);
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

section.banner {
    margin-bottom: 10rem;
}

section.banner .swiper-slide {
    padding: 5rem 0 8rem;
}


section.banner .prev-wrapper {
    top: 50%;
    left: 0;
}

section.banner .next-wrapper {
    top: 50%;
    right: 0;
}

.list-card-link .card {
    transition: border-color .3s ease-in-out;
}

.list-card-link:hover .card {
    border-color: var(--tyn-btn-hover-border-color) !important;
}

.list-card-link .image-wrapper {
    height: 100%;
    min-height: 100%;
    max-height: 200px;
}

.list-card-link .image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (min-width: 768px) {
    .list-card-link .row .row .col-md-4 {
        border-left: var(--tyn-border-width) var(--tyn-border-style) var(--tyn-border-color) !important;
    }
}

@media (max-width: 768px) {
    section.banner .swiper-slide {
        padding: 2rem 0 8rem !important;
    }

    section.banner .prev-wrapper {
        top: 70% !important;
        left: 39% !important;
    }

    section.banner .next-wrapper {
        top: 70% !important;
        right: 39% !important;
    }
}

.login-right {
    max-width: 1000px;
}

@media (max-width: 1620px) {
    .login-right {
        max-width: clamp(500px, 55vw, 800px);
    }
}

@media (min-width: 1024px) {
    aside .sticky-lg-top {
        top: 6rem;
    }
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: var(--tyn-primary);
    width: 16px;
    margin: 0;
}

.swiper-pagination-bullet {
    width: 8px;
    margin: 0 3px !important;
    border-radius: 50rem;
    transition: width 0.3s ease-in-out;
}

.nav-underline .nav-link:before {
    background-color: var(--tyn-primary);
    height: 3px;
}

.avatar-stack {
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.avatar-stack .avatar {
    overflow: hidden;
    margin-left: -8px;
    border: 1px solid #fff;
}

.avatar {
    --bs-avatar-width: 24px;
    --bs-avatar-bg: var(--tyn-primary-bg-subtle);
    position: relative;
    width: var(--bs-avatar-width);
    height: var(--bs-avatar-width);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--tyn-primary-text-emphasis);
    line-height: 1;
    font-size: 14px;
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover;
    background-color: var(--bs-avatar-bg);
}

section.companies .swiper:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100px;
    height: 100%;
    background: linear-gradient(to right, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
    z-index: 99;
}

section.companies .swiper:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100px;
    height: 100%;
    background: linear-gradient(to left, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
    z-index: 99;
}

.fade-lr {
    position: relative;
    mask-image: linear-gradient(90deg, transparent 0%, #000 20%, #000 80%, transparent 100%);
}

@media (max-width: 768px) {
    ol.breadcrumb {
        flex-wrap: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
        white-space: nowrap;
    }

    ol.breadcrumb>li {
        flex-shrink: 0;
    }

}

.home-navigation {
    top: 100%;
    min-height: 200px;
    will-change: transform;
}

@media (max-width: 768px) {
    .home-navigation {
        top: 120%;
        min-height: 250px;
    }
}

.glightbox-clean .gclose path,
.glightbox-clean .gnext path,
.glightbox-clean .gprev path {
    fill: #000 !important;
}

.glightbox-clean .gnext {
    height: 40px !important;
    width: 40px !important;
}

.glightbox-clean .gprev {
    height: 40px !important;
    width: 40px !important;
}

.glightbox-clean .gclose {
    height: 40px !important;
    width: 40px !important;
}

/* ==========================================
   MODERN GALERİ SİTESİ TASARIM İYİLEŞTİRMELERİ
   ========================================== */

.listing-card {
    transition: transform 0.25s cubic-bezier(0.165, 0.84, 0.44, 1), box-shadow 0.25s cubic-bezier(0.165, 0.84, 0.44, 1);
    border-radius: 12px !important;
    overflow: hidden;
    background: #ffffff;
    border: 1px solid rgba(0,0,0,0.08) !important;
}

.listing-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.12) !important;
    border-color: var(--tyn-primary) !important;
}

.listing-card .ratio {
    overflow: hidden;
    position: relative;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}

.listing-card img {
    transition: transform 0.4s ease;
}

.listing-card:hover img {
    transform: scale(1.05);
}

.arac-baslik h4 {
    font-weight: 700 !important;
    color: #1e293b !important;
    line-height: 1.3;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 2.6em;
}

.price-pill {
    background: rgba(var(--tyn-primary-rgb), 0.08);
    color: var(--tyn-primary) !important;
    font-weight: 800 !important;
    font-size: 1.15rem;
    padding: 6px 12px;
    border-radius: 8px;
    display: inline-block;
}

.card-spec-item {
    font-size: 0.78rem;
    color: #475569;
    background: #f8fafc;
    padding: 6px 8px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    gap: 6px;
    font-weight: 500;
}

.card-spec-item i {
    color: var(--tyn-primary);
    font-size: 0.88rem;
}

/* Mobil Hızlı İletişim Alt Çubuğu (Bottom Action Bar) */
@media (max-width: 767px) {
    .mobile-sticky-action-bar {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 1050;
        background: #ffffff;
        padding: 10px 16px;
        box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.15);
        display: flex;
        gap: 10px;
    }
}

/* Modern Header Stil İyileştirmeleri */
header.navbar .nav-link {
    transition: all 0.2s ease-in-out;
}

.tracking-tight {
    letter-spacing: -0.025em;
}

/* VIP Ultra Luxury Automotive Header Styles */
.vip-top-bar {
    background: #090d16;
    padding: 7px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.fs-xs {
    font-size: 0.8125rem;
}

.vip-pulse-dot {
    width: 8px;
    height: 8px;
    background-color: #10b981;
    border-radius: 50%;
    display: inline-block;
    box-shadow: 0 0 0 0 rgba(16, 185, 129, 0.7);
    animation: vipPulse 2s infinite;
}

@keyframes vipPulse {
    0% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(16, 185, 129, 0.7);
    }
    70% {
        transform: scale(1);
        box-shadow: 0 0 0 6px rgba(16, 185, 129, 0);
    }
    100% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(16, 185, 129, 0);
    }
}

.vip-wa-link {
    color: #25d366;
    font-weight: 600;
    font-size: 0.8125rem;
    text-decoration: none;
    transition: all 0.2s;
}

.vip-wa-link:hover {
    color: #1ebd56;
    text-decoration: underline;
}

.vip-navbar {
    background: rgba(15, 23, 42, 0.96) !important;
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border-bottom: 2px solid var(--tyn-primary, #0d6efd) !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.35) !important;
}

.vip-logo-container {
    background: rgba(255, 255, 255, 0.05);
    padding: 6px 14px;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    display: flex;
    align-items: center;
}

.vip-logo-container img {
    max-height: 44px;
    width: auto;
    object-fit: contain;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.5));
}

.vip-nav-link {
    color: #e2e8f0 !important;
    font-weight: 600 !important;
    font-size: 0.95rem;
    padding: 10px 18px !important;
    border-radius: 6px;
    transition: all 0.25s ease-in-out;
}

.vip-nav-link:hover, .vip-nav-link.active {
    color: #ffffff !important;
    background: rgba(255, 255, 255, 0.1) !important;
    box-shadow: inset 0 -2px 0 0 var(--tyn-primary, #0d6efd);
}

.vip-dropdown-menu {
    background: #0f172a !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
}

.vip-dropdown-menu .dropdown-item:hover {
    background: rgba(255, 255, 255, 0.08) !important;
    color: #ffffff !important;
}

.vip-cta-btn {
    background: linear-gradient(135deg, var(--tyn-primary, #0d6efd) 0%, #0044b3 100%);
    color: #ffffff !important;
    font-weight: 700;
    font-size: 0.9rem;
    padding: 10px 22px;
    border-radius: 30px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    box-shadow: 0 4px 15px rgba(13, 110, 253, 0.4);
    transition: all 0.3s ease;
}

.vip-cta-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(13, 110, 253, 0.6);
}

.vip-offcanvas {
    background: #0f172a !important;
}