[id] {
    scroll-margin-top: 130px;
}

/* 1. Scrollbar genişliğini belirle */
::-webkit-scrollbar {
    width: 10px;
    /* Dikey scrollbar genişliği */
    height: 10px;
    /* Yatay scrollbar yüksekliği */
}

/* 2. Kaydırma çubuğunun arka plan yolu */
::-webkit-scrollbar-track {
    /* background: #f1f1f1; */
}

/* 3. Sürüklenen siyah tutacak */
::-webkit-scrollbar-thumb {
    background: #000 !important;
    border-radius: 5px;
    /* İsteğe bağlı: Köşeleri yuvarlatmak için */
}

/* 4. Mouse ile üzerine gelindiğinde (Hover) */
::-webkit-scrollbar-thumb:hover {
    background: #333 !important;
}


/* Özel Yön Okları */
.breadcrumb-slider-button.swiper-button-prev-custom,
.breadcrumb-slider-button.swiper-button-next-custom {
    position: relative;
    /*top: 50%;*/
    /*transform: translateY(-50%);*/
    z-index: 10;
    border: none;
    background: transparent;
    color: #e5e5e5;
    font-size: 20px;
    cursor: pointer;
    padding: 5px 10px;
    transition: color 0.2s ease;
}

.breadcrumb-slider-button.swiper-button-prev-custom {
  left: 0px;
}

.breadcrumb-slider-button.swiper-button-next-custom {
  right: 0px;
}

.breadcrumb-slider-button.swiper-button-prev-custom:hover,
.breadcrumb-slider-button.swiper-button-next-custom:hover {
  color: #fff;
}

/* Devre dışı ok stili */
.breadcrumb-slider-button.swiper-button-disabled {
  opacity: 0.35;
  cursor: default;
}

.brand-swiper .swiper-slide::after {
    content: "";
    position: absolute;
    right: -17px;
    width: 1px;
    height: 100%;
    top: 50%;
    transform: translateY(-50%) skewX(15deg);
    background-color: #c9c9c9;
    font-weight: bold;
    font-size: 18px;
    pointer-events: none;
}

/* Son slide'ın arkasına tire gelmesin */
.brand-swiper .swiper-slide:last-child::after {
    display: none;
}



body .page-wrapper:has(.main-menu .navigation>li:hover):after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #00000052;
    backdrop-filter: blur(4px);
    z-index: 10;
}

.after-bottom-red {
    position: relative;
    width: fit-content;
    font-weight: 500 !important;
    color: #555555;
    padding-bottom: 10px;
}

.after-bottom-red span {
    font-weight: 700 !important;
    color: #000;
}

.after-bottom-red::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #cc1d1d;
}

/* Ana görünmezlik sınıfı */
.reveal {
    opacity: 0;
    transition: all 1.2s cubic-bezier(0.5, 0, 0, 1);
    /* Daha akıcı bir geçiş için */
    will-change: transform, opacity;
}

/* Soldan geliş */
.from-left {
    transform: translateX(-60px);
}

/* Sağdan geliş */
.from-right {
    transform: translateX(60px);
}

/* Alttan geliş (Alternatif olarak kullanabilirsin) */
.from-bottom {
    transform: translateY(180px);
}

/* JS tetiklendiğinde aktif olacak sınıf */
.reveal.active {
    opacity: 1;
    transform: translate(0, 0);
}

.action-button-wrapper {
    position: absolute;
    z-index: 3;
    /* bottom: 18%; */
    bottom: 32%;
}

.action-button {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    text-decoration: none;
    color: #111827;
    font-weight: 600;
    font-size: 20px;
    position: relative;
    padding-left: 50px;
    transition: opacity 0.3s;
}

.action-button::before {
    content: '';
    position: absolute;
    left: 0;
    width: 1px;
    /* Çizgi kalınlığı */
    height: 130%;
    /* Kırmızı çizginin toplam konteyner içindeki yüksekliği */
    background-color: #e53e3e;
    /* Kırmızı renk */
    transform: translateY(0);
    /* Başlangıç pozisyonu (üst) */
    animation: moveLine 6s infinite cubic-bezier(1, 0, 0, 1);
    z-index: 1;
}

.action-button::after {
    content: '';
    position: absolute;
    top: -100%;
    left: 0;
    width: 1px;
    height: 300%;
    background-color: #b4b4b4;
    z-index: 0;
}

/* Animasyon adımları (keyframes) */
@keyframes moveLine {

    0%,
    100% {
        /* En üst pozisyon (Başlangıç ve Bitiş) */
        transform: translateY(-100%);
    }

    33% {
        /* Orta pozisyon */
        transform: translateY(0);
        /* Bu değeri konteyner ve çizgi boyuna göre ayarlayabilirsin */
    }

    66% {
        /* En alt pozisyon */
        transform: translateY(100%);
        /* Bu değeri konteyner ve çizgi boyuna göre ayarlayabilirsin */
    }
}

.action-button:hover {
    opacity: 0.8;
}

.floating-bar {
    position: fixed;
    bottom: 50px;
    /* Aşağıdan 50px yukarıda */
    left: 50%;
    transform: translateX(-50%) translateY(20px);
    /* Başlangıçta biraz aşağı kaydırılmış */

    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;

    width: 90%;
    max-width: max-content;
    padding: 8px 20px 8px 25px;
    background-color: #ffffff;
    border-radius: 50px;
    box-shadow: 0 0px 25px rgb(0 0 0 / 25%);
    z-index: 9999;

    /* Görünürlük geçiş efektleri */
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s;
}

/* Sayfa aşağı kaydırıldığında eklenecek aktif sınıfı */
.floating-bar.is-visible {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(0);
}

/* İçerik Stilleri */
.floating-bar .bar-product {
    display: flex;
    align-items: center;
    gap: 20px;
    overflow: hidden;
}

.floating-bar .bar-product img {
    height: 55px;
    object-fit: contain;
}

.floating-bar .bar-actions {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-shrink: 0;
}

.floating-bar .phone-link {
    display: flex;
    align-items: center;
    gap: 6px;
    color: #000;
    text-decoration: none;
    font-size: 14px;
}

.floating-bar .phone-icon {
    width: 18px;
    height: 18px;
}

.floating-bar .btn-whatsapp {
    background-color: #25d366;
    color: #fff;
    width: 38px;
    height: 38px;
    font-size: 24px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.floating-bar .btn-whatsapp svg {
    width: 20px;
    height: 20px;
}

.sticky-wrapper {
    position: sticky;
    top: 130px;
    height: fit-content;
}

.custom-tab-nav {
    gap: 20px;
}

.custom-tab-nav .nav-link {
    font-size: 28px;
    line-height: 55px;
    font-weight: 600;
    color: #1a1a1a;
    padding: 0 0 8px 0;
    background: transparent !important;
    border: none;
    position: relative;
    cursor: pointer;
    width: fit-content;
    opacity: 0.35;
    transition: opacity 0.3s ease;
}

/* Aktif Tab Tasarımı ve Kırmızı Alt Çizgi */
.custom-tab-nav .nav-link.active {
    opacity: 1;
    color: #1a1a1a;
}

.custom-tab-nav .nav-link::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0%;
    height: 2px;
    background-color: #e63946;
    transition: width 0.3s ease;
}

.custom-tab-nav .nav-link.active::after {
    width: 100%;
}

.custom-tab-nav .nav-link:hover {
    opacity: 1;
}

/* --- İÇERİK ALANI TASARIMI --- */
.section-title {
    font-size: 2.2rem;
    font-weight: 800;
    margin-bottom: 24px;
}

.lead-text {
    font-size: 1.1rem;
    color: #555;
    line-height: 1.7;
    max-width: 650px;
}

/* Özel Liste Maddeleri */
.feature-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.feature-item {
    position: relative;
    padding-left: 24px;
    font-size: 1.05rem;
    font-weight: 500;
}

.feature-item::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
    height: 8px;
    background-color: #d1d1d1;
    border-radius: 50%;
}

/* MOBİL UYUMLULUK */
@media (max-width: 767.98px) {
    .custom-tab-nav {
        flex-direction: row !important;
        overflow-x: auto;
        white-space: nowrap;
        padding-bottom: 10px;
    }

    .custom-tab-nav .nav-link {
        font-size: 1.1rem;
        line-height: 19px;
    }
}

.btn-hover-white {
    position: relative;
    overflow: hidden;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    font-size: 14px;
    border-radius: 50%;
    text-decoration: none;
    background-color: #ffffff;
    color: #cc1d1d;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.08);
    transition: color 0.45s ease;
}

.btn-hover-white:hover {
    color: #ffffff;
}

.btn-hover-white::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background-color: #cc1d1d;
    transition-duration: 0.45s;
    transition-property: left;
    z-index: -1;
}


.btn-hover-white:hover::before {
    left: 0;
    background-color: #a51316;
}

.news-card {
    position: relative;
    width: 100%;
    height: 300px;
    border-radius: 12px;
    overflow: hidden;
    cursor: pointer;
    text-decoration: none;
    display: block;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

/* Arka Plan Görseli ve Zoom Efekti */
.news-card .card-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    transition: transform 0.4s ease;
}

/* Arka plan görselini hafif büyütür */
.news-card:hover .card-bg {
    transform: scale(1.05);
}

/* Görsel Üzerindeki Karartma (Overlay) */
.news-card .card-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.85) 100%);
    transition: background .5s ease;
    z-index: 1;
}

/* Karartmayı belirginleştirir */
.news-card:hover .card-overlay {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.9) 100%);
}

/* Sağ Üstteki Kırmızı Ok Butonu */
.news-card .action-btn {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 42px;
    height: 42px;
    background-color: #cc1d1d;
    /* Akpa Kırmızı Rengi */
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 14px;
    z-index: 2;
    transition: background-color .5s ease, transform .5s ease;
}

.news-card .action-btn i {
    transform: rotate(-45deg);
    transition: all .5s ease;
}

/* Kırmızı butonu hafifçe vurgular */
.news-card:hover .action-btn i {
    transform: rotate(0);
}

/* İçerik (Tarih ve Başlık) */
.news-card .card-content {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 24px;
    z-index: 2;
    color: #ffffff;
}

.news-card .card-date {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin-bottom: 8px;
    opacity: 0.6;
    transition: all .5s ease;
}

.news-card:hover .card-date {
    opacity: 0.9;
}

.news-card .card-title {
    font-size: 20px;
    font-weight: 600;
    line-height: 25px;
    color: #ffffffba;
    margin: 0;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    transition: all .5s ease;
}

.news-card:hover .card-title {
    color: #fff;
}

/* Sertifika Kartı Temel Stilleri */
.certificate-card {
    background-color: #f3f3f5;
    border-radius: 8px;
    padding: 16px;
    border: 1px solid transparent;
    cursor: pointer;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
    box-sizing: border-box;
}

.certificate-card:hover {
    border-color: #cc1d1d;
    /* rgb(165 19 22) */
}

.certificate-card:hover .certificate-title {
    color: #cc1d1d;
}

/* Görsel Alanı */
.certificate-card .certificate-img-wrapper {
    width: 100%;
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: 20px;
}

.certificate-card .certificate-img {
    width: 100%;
    height: 300px; /*auto cover*/
    display: block;
    object-fit: contain;
}

/* Alt İçerik Yerleşimi */
.certificate-card .certificate-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.certificate-card .certificate-actions {
    display: flex;
    align-items: center;
    gap: 10px;
}

/* --- BUTONLAR İÇİN PAYLAŞTIĞINIZ HOVER EFEKTİ MİMARİSİ --- */
.certificate-card .hover-slide {
    position: relative;
    overflow: hidden;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    text-decoration: none;
    background-color: #cc1d1d;
    color: #fff;
    transition: color 0.45s ease;
}

/* Paylaştığınız kodlardaki before mantığı (Soldan sağa kayma) */
.certificate-card .hover-slide::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    /* Başlangıçta solda gizli */
    width: 100%;
    height: 100%;
    background-color: #cc1d1d;
    transition-duration: 0.45s;
    transition-property: left;
    z-index: -1;
    /* İkonun arkasında kalmasını sağlar */
}

/* Hover anındaki tetiklenme (left: 0) */
.certificate-card .hover-slide:hover::before {
    left: 0;
    background-color: #a51316;
}

/* Kırmızı buton üzerine gelince içindeki before arkaplanı tamamen kırmızı kalır, 
   isterseniz tersine çevirebiliriz */

/* 2. Buton (Normalde Beyaz, Hover'da Kırmızıya dönüşen yapı) */
.certificate-card .btn-white {
    background-color: #ffffff;
    color: #cc1d1d;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.08);
}

/* Beyaz butonun üzerine gelince ikon rengi beyaz olur */
.certificate-card .btn-white:hover {
    color: #ffffff;
}

/* Sertifika Başlığı */
.certificate-card .certificate-title {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    color: #666666;
    text-align: right;
    transition: color 0.3s ease;
    line-height: 30px;
}





/* Sertifika Kartı Temel Stilleri */
.brand-card {
    background-color: #ffffff;
    border-radius: 15px;
    padding: 20px 18px;
    border: 1px solid #ededed;
    box-shadow: 0 0 10px #0000001f;
    cursor: pointer;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
    box-sizing: border-box;
}

.brand-card:hover {
    border-color: #cc1d1d;
    /* rgb(165 19 22) */
}

.brand-card:hover .brand-title {
    color: #cc1d1d;
}

/* Görsel Alanı */
.brand-card .brand-img-wrapper {
    width: 100%;
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: 20px;
}

.brand-card .brand-img {
    width: 100%;
    display: block;
    height: 55px;
    object-fit: contain;
}

/* Alt İçerik Yerleşimi */
.brand-card .brand-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.brand-card .brand-actions {
    display: flex;
    align-items: center;
    gap: 10px;
}

/* --- BUTONLAR İÇİN PAYLAŞTIĞINIZ HOVER EFEKTİ MİMARİSİ --- */
.brand-card .hover-slide {
    position: relative;
    overflow: hidden;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    text-decoration: none;
    background-color: #cc1d1d;
    color: #fff;
    transition: color 0.45s ease;
}

/* Paylaştığınız kodlardaki before mantığı (Soldan sağa kayma) */
.brand-card .hover-slide::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    /* Başlangıçta solda gizli */
    width: 100%;
    height: 100%;
    background-color: #cc1d1d;
    transition-duration: 0.45s;
    transition-property: left;
    z-index: -1;
    /* İkonun arkasında kalmasını sağlar */
}

/* Hover anındaki tetiklenme (left: 0) */
.brand-card .hover-slide:hover::before {
    left: 0;
    background-color: #a51316;
}

/* Kırmızı buton üzerine gelince içindeki before arkaplanı tamamen kırmızı kalır, 
   isterseniz tersine çevirebiliriz */

/* 2. Buton (Normalde Beyaz, Hover'da Kırmızıya dönüşen yapı) */
.brand-card .btn-white {
    background-color: #ffffff;
    color: #cc1d1d;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.08);
}

/* Beyaz butonun üzerine gelince ikon rengi beyaz olur */
.brand-card .btn-white:hover {
    color: #ffffff;
}

/* Sertifika Başlığı */
.brand-card .brand-title {
    margin: 0;
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 600;
    color: #666666;
    /* text-align: right; */
    transition: color 0.3s ease;
    line-height: 30px;
}

.accordion-style-01 .accordion-item .nav-link {
    font-weight: 600;
    font-size: 15px;
    color: rgba(0, 0, 0, 0.4);
}

.accordion-style-01 .accordion-item:hover .nav-link {
    color: rgba(0, 0, 0, 0.8);
}

.accordion-style-01 .accordion-item .nav-link.active {
    color: rgba(0, 0, 0) !important;
}

.margin-50px-bottom {
    margin-bottom: 50px;
}

.padding-15px-tb {
    padding-top: 15px;
    padding-bottom: 15px;
}

.padding-15px-left {
    padding-left: 15px;
}

.padding-5px-tb {
    padding-top: 5px;
    padding-bottom: 5px;
}

.text-main {
    color: #cc1d1d;
}

.after-show::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #0000003d;
    backdrop-filter: blur(5px);
    z-index: 99;
}

.after-none::after {
    content: none !important;
}

.before-none::before {
    content: none !important;
}

.hover\:text-white {
    transition: all .5s ease;
}

.hover\:text-white:hover {
    color: #fff !important;
}

.hover\:text-black {
    transition: all .5s ease;
}

.hover\:text-black:hover {
    color: #000 !important;
}

.about-info {
    display: flex;
    flex-direction: column;
    gap: 32px;
    padding-left: 85px;
}

.about-info h2 {
    font-size: 36px;
    line-height: 45px;
    font-weight: 600;
    color: #cc1d1d;
}

.about-info p {
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    color: #000000ba;
}

.about-video {
    position: relative;
    height: 100%;
    display: block;
    overflow: hidden;
    border-radius: 30px;
}

.about-video::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, #000000b8, transparent)
}

.about-video img {
    width: 100%;
    object-fit: contain;
    transform: scale(1);
    transition: all .5s ease;
}

.about-video:hover img {
    transform: scale(1.1);
}

.about-video .video-title {
    position: absolute;
    bottom: 40px;
    left: 40px;
    font-size: 30px;
    line-height: 38px;
    font-weight: 500;
    color: #ffffffbf;
    width: 50%;
    z-index: 1;
    transition: all .5s ease;
}

.about-video:hover .video-title {
    color: #fff;
}

.about-video .play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    visibility: hidden;
    opacity: 0;
    width: 50px;
    height: 50px;
    text-align: center;
    align-content: center;
    background-color: #cc1d1d;
    border-radius: 10px;
    transform: transform(-50%, -50%) rotate(45deg);
    transition: all .5s ease;
    z-index: 1;
}

.about-video:hover .play-button {
    visibility: visible;
    opacity: 1;
    transform: transform(-50%, -50%) rotate(0);
}

.about-video .play-button i {
    color: #fff;
}

.statistic-card {
    padding: 25px 10px;
    border: 1px solid #0000002e;
    border-radius: 20px;
    height: 100%;
    align-content: center;
    transition: all .5s ease;
}

.statistic-card:hover {
    border-color: #cc1d1d;
}

.statistic-card .stat-plus {
    font-size: 20px;
    font-weight: 500;
    margin-left: 3px;
    display: inline-block;
    transition: all .5s ease;
}

.statistic-card .statistic-num {
    font-size: 65px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 15px;
    letter-spacing: 1px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .5s ease;
    color: #686565;
    /*-webkit-text-stroke: 2px #00000061;*/
}

.statistic-card:hover .statistic-num {
    color: #cc1d1d;
    -webkit-text-stroke-color: #cc1d1d;
}

.statistic-card .statistic-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #686565;
    transition: all .5s ease;
}

.statistic-card:hover .statistic-title {
    color: #cc1d1d;
}

.partner-section {
    display: flex;
    align-items: center;
    width: 100%;
    position: relative;
}

/* Sol Kart */
.info-card {
    background: linear-gradient(300deg, #f2f4f8 0%, #f9fafb 100%);
    padding: 35px 40px;
    transform: skewX(-12deg);
    border-radius: 30px;
    z-index: 2;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
    margin-right: -40px;
    /* flex: 1; */
}

.info-card-content {
    transform: skewX(12deg);
    text-align: left;
}

.info-card h2 {
    color: #0d73ba;
    font-size: 44px;
    font-weight: 600;
    line-height: 55px;
    margin-bottom: 12px;
}

.info-card p {
    color: #000000ba;
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
}

/* Swiper Dış Konteyner (Eğik Çerçeve) */
.logo-container {
    border: 1px solid #cc1d1d;
    padding: 40px 40px 60px 80px;
    transform: skewX(-12deg);
    border-radius: 30px;
    flex: 1.8;
    background-color: #ffffff;
    position: relative;
    overflow: hidden;
}

/* Swiper Alanı */
.swiper.logoSwiper {
    width: 100%;
    height: 100%;
}

.logo-grid {
    transform: skewX(12deg);
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 20px;
    align-items: center;
    justify-items: center;
    padding: 10px 0;
}

.logo-item {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 60px;
}

.logo-item img {
    width: 250px;
    height: 55px;
    object-fit: contain;
    filter: grayscale(100%);
    opacity: 0.8;
    cursor: pointer;
    transition: all 0.3s ease;
}

.logo-item img:hover {
    filter: grayscale(0%);
    opacity: 1;
}

/* Özel Swiper Okları */
.about-nav-buttons {
    position: absolute;
    bottom: -20px;
    left: 42%;
    transform: translateX(-50%) skewX(-13deg);
    background: #ffffff;
    padding: 10px 20px;
    border: 1px solid #e2e8f0;
    /* border-bottom: none; */
    border-radius: 15px;
    box-shadow: 0 0px 12px rgb(0 0 0 / 11%);
    display: flex;
    gap: 25px;
    align-items: center;
    color: #cbd5e0;
    font-size: 16px;
    z-index: 10;
}

.about-nav-buttons .swiper-button-prev-custom,
.about-nav-buttons .swiper-button-next-custom {
    cursor: pointer;
    user-select: none;
    color: #a0aec0;
    font-weight: 400;
    transform: translateX(0);
    transition: all 0.2s ease;
}

.about-nav-buttons .swiper-button-prev-custom:hover,
.about-nav-buttons .swiper-button-next-custom:hover {
    color: #0d73ba;
}

.about-nav-buttons .swiper-button-prev-custom:hover {
    transform: translateX(-3px);
}

.about-nav-buttons .swiper-button-next-custom:hover {
    transform: translateX(3px);
}

/* Pasif Ok Durumu */
.about-nav-buttons .swiper-button-disabled {
    opacity: 0.3;
    cursor: default;
}

/* Banner Genel Alanı */
.page-banner {
    position: relative;
    width: 100%;
    min-height: 180px;
    /* Arka plan görselinizi buraya ekleyin */

    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    padding: 170px 0 80px 0;
    color: #ffffff;
    background-color: #696969;
    /* Tasarımdaki modern sans-serif fontlar */
}

.page-banner::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(rgb(0 0 0 / 100%), rgb(0 0 0 / 30%));
}

.text-limit-1 {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.text-limit-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.text-limit-3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.text-limit-4 {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.work-process-tabs .tab-btns::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    border-bottom: 2px solid #ebebeb;
    z-index: -1;
}

/* İçerik Sınırlandırıcı */
.banner-container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

/* Sol Blok */
.banner-content {
    display: flex;
    flex-direction: column;
}

.banner-sub-title {
    font-size: 24px;
    font-weight: 400;
    margin: 0;
    opacity: 0.95;
    letter-spacing: 0.5px;
}

.banner-main-title {
    font-size: 28px;
    font-weight: 700;
    font-style: italic;
    /* Tasarımdaki eğik duruş için */
    margin-top: 4px;
    letter-spacing: 0.5px;
}

/* Sağ Blok */
.banner-navigation {
    display: flex;
    flex-direction: column;
    align-items: center;
    /* Sağ blok elemanlarını sağa yaslar */
    text-align: center;
    position: relative;
    z-index: 1;
}

.breadcrumb-title {
    font-size: 26px;
    font-weight: 700;
    margin: 0 0 8px 0;
    letter-spacing: 1px;
}

/* Breadcrumb Tasarımı */
.breadcrumb ol {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 6px !important;;
    flex-wrap: wrap;
}

.breadcrumb a {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    font-size: 14px;
    line-height: normal;
    transition: color 0.2s ease;
}

.breadcrumb a:hover {
    color: #ffffff;
}

.breadcrumb span {
    font-size: 14px;
}

/* Aktif sayfa (İletişim) stili */
.breadcrumb li[aria-current="page"] span {
    color: #ffffff;
    font-weight: 600;
}

.breadcrumb .separator {
    color: rgba(255, 255, 255, 0.5);
    font-size: 12px;
}

.breadcrumb-bar {
    background-color: #cc1d1d;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    padding: 25px 40px;
    border-radius: 50px;
    /* Köşelerin ovalliği */
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    /* Hafif gölge etkisi */
    width: 100%;
    /*max-width: 1100px;*/
    /* İsteğe göre genişlik sınırı */
    margin: 0 auto;
    margin-top: -45px;
    transition: all .5s ease;
}

.breadcrumb-bar.fixed {
    position: fixed;
    top: 164px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    /*max-width: 100%;*/
    z-index: 11;
    /* Diğer elemanların üzerinde kalması için */
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    padding: 10px 40px;
    border-radius: 0;
    /* İsteğe bağlı gölge */
}

/* Link Metinleri */
.breadcrumb-bar .bar-item {
    color: #ffffff;
    text-decoration: none;
    font-size: 18px;
    font-weight: 600;
    white-space: nowrap;
    opacity: 0.6;
    transition: opacity 0.3s ease;
}

.breadcrumb-bar .bar-item:hover,
.breadcrumb-bar .bar-item.active {
    opacity: 1;
}

/* Aradaki İnce Çizgiler */
.breadcrumb-bar .bar-separator {
    height: 1px;
    flex: 1;
    /* Çizginin esnek bir şekilde uzamasını sağlar */
    max-width: 180px;
    /* Çizginin maksimum uzunluğu */
    background-color: rgba(255, 255, 255, 0.4);
    /* Yarı saydam beyaz çizgi */
}

.product-head-image {
    width: 100%;
    height: 60vh;
    object-fit: contain;
    position: relative;
    z-index: 2;
    cursor: pointer;
}

/* Hero Banner Alanı */
.hero-product-banner { 
    /*background: linear-gradient(180deg, #000000 3%, #e8e8ec 17%);*/
    background: linear-gradient(180deg, #000000 -17%, #e8e8ec 17%);
    min-height: 460px;
    /* Yükseklik biraz daha derli toplu hale getirildi */
    display: flex;
    align-items: center;
    padding-top: 170px;
    padding-bottom: 40px;
}

/* Arka Plandaki Filigran (Watermark) */
.watermark-text {
    position: absolute;
    top: 170px;
    /* Sayfanın/section'ın en üstünden başlıyor */
    left: 50%;
    transform: translateX(-50%);

    /* Devasa boyut ve kalın tipografi */
    font-size: clamp(5rem, 10vw, 11rem);
    font-weight: 900;
    color: #000;
    /* Maske uygulayacağımız için düz koyu renk koyuyoruz */
    opacity: 0.06;
    /* Çok hafif görünürlük (isteğe göre 0.05 - 0.08 arası ayarlanabilir) */

    white-space: nowrap;
    letter-spacing: 2px;
    pointer-events: none;
    z-index: 0;
    user-select: none;
    line-height: 0.8;

    /* DİKEYDE YUKARIDAN AŞAĞIYA ERİME MASKELEMESİ (GRADIENT MASK) */
    -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 1) 10%, rgba(0, 0, 0, 0) 80%);
    mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 1) 10%, rgba(0, 0, 0, 0) 80%);
}

/* Breadcrumb Stilleri */
.breadcrumb-link {
    color: #71717a;
    text-decoration: none;
    font-size: 0.85rem;
    transition: color 0.2s ease;
}

.breadcrumb-link:hover {
    color: #000;
}

.breadcrumb-separator {
    color: #a1a1aa;
    font-size: 0.8rem;
    line-height: normal;
}

/* Başlık ve Alt Başlık */
.product-title {
    color: #000;
    letter-spacing: -1.5px;
    font-weight: 800 !important;
    font-size: 40px;
    line-height: 1.05;
}

.product-subtitle {
    color: #52525b !important;
    font-size: clamp(1.1rem, 1.8vw, 1.5rem);
    letter-spacing: -0.5px;
}

/* Ürün Görseli - Ölçek İnce Ayarı */
.product-image-wrapper {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

/* Mobil Uyum */
@media (max-width: 991.98px) {
    .hero-product-banner {
        padding-top: 80px;
        text-align: left;
    }

    .product-image-wrapper {
        justify-content: center;
        margin-top: 1.5rem;
    }

    .product-head-image {
        max-height: 260px;
    }

    .watermark-text {
        font-size: 14vw;
    }
}

.bottom-white-bg {
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 100%;
    height: 38%;
    background-color: #fff;
    clip-path: polygon(18% 50%, 100% 80%, 100% 100%, 0 100%, 0 65%);
    z-index: 1;
}

.catalog-card {
    background-color: #fff;
    border-radius: 25px;
    padding: 20px;
    cursor: pointer;
    box-shadow: 0 0 20px #d1d1d1;
}

.catalog-card .catalog-image {
    width: 100%;
    object-fit: contain;
}

.catalog-card .catalog-content h2 {
    font-size: 20px;
    line-height: 25px;
    font-weight: 600;
    transition: all .5s ease;
}

.catalog-card:hover .catalog-content h2 {
    color: #cc1d1d;
}

.works {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

/* --------------------------------------------------
       WORKS ITEM (KART) YAPISI
    -------------------------------------------------- */
.works .works-item {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 22px 40px;
    background-color: transparent;
    border: 1px solid #e2e8f0;
    /* Eğimli paralelkenar görünümü */
    transition: color 0.4s ease, border-color 0.4s ease;
    overflow: hidden;
    border-radius: 50px;
    z-index: 1;
}

/* İçerideki metinlerin skew eğikliğinden etkilenip bozulmaması için düzeltme */
.works .works-item .works-item-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    /* Zıt yönde skew ile metni dikleştiriyoruz */
    z-index: 2;
}

/* Kart Arka Plan Hover Efekti (Ortadan Kenarlara Yayılan ::after) */
.works .works-item::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #f2f4f7;
    /* Açık gri hover arka planı */
    z-index: -1;
    transform: scaleX(0);
    /* Başlangıçta görünmez (genişliği 0) */
    transform-origin: center;
    /* Genişleme noktası: ORTA */
    transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}

.works .works-item:hover::after {
    transform: scaleX(1);
    /* Hover durumunda tamamını kaplar */
}

/* Metin & Bilgi Stilleri */
.works .works-item .job-title {
    font-size: 20px;
    font-weight: 600;
    line-height: 36px;
    color: #000000ad;
}

.works .works-item .job-status {
    font-size: 16px;
    font-weight: 500;
    line-height: 27px;
    color: #8d99ae;
}

.works .works-item .job-status.open {
    color: #8d99ae;
    /* Açık pozisyon metin rengi */
}

/* --------------------------------------------------
       BUTON YAPISI
    -------------------------------------------------- */
.works .works-item .btn-apply {
    padding: 8px 10px 8px 15px;
    position: relative;
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    border: 1px solid #cc1d1d;
    background-color: #ffffff;
    overflow: hidden;
    border-radius: 50px;
    z-index: 1;
    cursor: pointer;
    transition: all .5s ease;
}

.works .works-item .btn-text {

    font-size: 16px;
    font-weight: 600;
    line-height: 27px;
    letter-spacing: 1px;
    color: #cc1d1d;
    z-index: 2;
    transition: all .5s ease;
}

.works .works-item .btn-icon {
    background-color: #cc1d1d;
    color: #ffffff;
    padding: 5px 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    margin-left: 10px;
    transition: all .5s ease;
}

.works .works-item:hover .btn-icon {
    background-color: #fff;
    color: #cc1d1d;
}

.works .works-item .btn-icon svg {
    width: 15px;
    height: 15px;
    transform: rotate(0);
    transition: all .5s ease;
}

.works .works-item:hover .btn-icon svg {
    transform: rotate(45deg);
}

/* Buton Arka Plan Hover Efekti (Soldan Sağa Kayan ::before) */
.works .works-item .btn-apply::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #cc1d1d;
    /* Hover olunca dolacak renk */
    z-index: 1;
    transform: scaleX(0);
    /* Başlangıçta görünmez */
    transform-origin: left;
    /* Genişleme noktası: SOL */
    transition: transform 0.35s ease-in-out;
}

.works .works-item:hover .btn-apply::before {
    transform: scaleX(1);
    /* Hover olunca soldan sağa kaplar */
}

/* Buton Hover Metin ve İkon Renk Değişimleri */
.works .works-item:hover .btn-apply .btn-text {
    color: #ffffff;
}

.works .works-item:hover .btn-apply {
    border-color: #cc1d1d;
}

.product-video-card {
    position: relative;
    display: block;
    border: 1px solid #f1f1f1;
    border-radius: 20px;
    overflow: hidden;
    padding: 20px;
    text-align: center;
    transition: all .5s ease;
}

.product-video-card:hover {
    border-color: #cc1d1d;
}

.product-video-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: -75%;
    width: 50%;
    height: 100%;
    background: linear-gradient(120deg,
            rgba(255, 255, 255, 0) 0%,
            rgba(255, 255, 255, 0.5) 50%,
            rgba(255, 255, 255, 0) 100%);
    transform: skewX(-25deg);
    transition: left 0.75s ease;
    pointer-events: none;
    z-index: 1;
}

.product-video-card:hover::before {
    left: 125%;
}

.product-video-card .product-video img {
    width: 100%;
    height: 130px;
    object-fit: cover;
    transform: scale(1);
    transition: all .5s ease;
}

.product-video-card:hover .product-video img {
    transform: scale(1.05);
}

.product-video-card .product-video h3 {
    font-size: 18px;
    color: #000000ad;
    margin-top: 20px;
    transition: all .5s ease;
}

.product-video-card:hover .product-video h3 {
    color: #000000;
}

.product-video-card .product-video i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(0deg);
    width: 45px;
    height: 45px;
    background-color: #cc1d1d;
    text-align: center;
    align-content: center;
    border-radius: 50%;
    color: #fff;
    box-shadow: 0 0 20px #616161;
    transition: all .5s ease;
}

.product-video-card:hover .product-video i {
    transform: translate(-50%, -50%) rotate(123deg);
}

/* Kutunun Alanı */
.upload-container {
    width: 100%;
}

/* Kesikli Çerçeveli Tıklanabilir Alan */
.upload-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 30px 20px;
    border: 1px dashed #cccccc;
    border-radius: 15px;
    background-color: #ffffff;
    cursor: pointer;
    transition: border-color 0.2s ease, background-color 0.2s ease;
}

.upload-box:hover {
    border-color: #cc1d1d;
    background-color: #f9f9fc;
}

/* Başlık ve İkon Hizalaması */
.upload-header {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 8px;
}

.upload-title {
    font-size: 15px;
    font-weight: 500;
    color: #2b2b36;
}

.upload-icon {
    width: 18px;
    height: 18px;
    stroke: #cc1d1d;
    /* İkon rengi */
}

/* Alt Açıklama Metni */
.upload-info {
    margin: 0;
    font-size: 14px;
    color: #8c8c8c;
}

.upload-info strong {
    color: #595959;
    font-weight: 600;
}

.apply-form-title {
    font-size: 28px;
    line-height: 34px;
    font-weight: 600;
}

.apply-form-description {
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
}

.header-bg-img {
    position: absolute;
    inset: 0;
    z-index: -1;
    border-radius: 25px;
    overflow: hidden;
}

.header-bg-img::after {
    content: "";
    position: absolute;
    inset: 0;
    background: #00000073;
    z-index: 1;
}

.header-bg-img img {
    padding: 30px;
    filter: brightness(0) invert(1) grayscale(1);
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 1;
    transition: opacity .35s ease;
}

.header-bg-img img.changing {
    opacity: 0;
}

.header-product,
.header-product .product-list {
    max-height: 330px;
    height: 350px !important;
}

.header-product .product-list {
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 30px;
}

.header-product .product-list a {
    position: relative;
    display: block;
    padding: 0 20px;
    line-height: 24px;
    font-weight: 400;
    font-size: 15px;
    color: #ffffff;
    text-align: left;
    text-transform: capitalize;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.header-product .product-list a.active::after,
.header-product .product-list a:hover::after {
    font-family: 'Font Awesome 5 Free';
    content: "\f105";
    position: absolute;
    left: -6px;
    top: 50%;
    transform: translateY(-50%);
    width: 10px;
    height: 20px;
    display: block;
    line-height: 20px;
    font-size: 13px;
    color: #ffffff;
    font-weight: 900;
    text-align: center;
    z-index: 5;
}


/* Ana Menü Linki - Temel Hali */
.main-menu.top-main ul li ul li {
    position: relative;
    display: flex !important;
    /* Bootstrap d-flex'i sağlama almak için */
    justify-content: space-between;
    align-items: center;
    text-decoration: none;
    transition: color 500ms ease;
    padding-bottom: 5px;
    width: 100%;
    /* Alttaki çizginin yazıya yapışmaması için opsiyonel alan */
}

/* Sağ Tarafındaki Font Awesome Oku (::after) */
.main-menu.top-main ul li ul li::after {
    content: "\f138";
    /* Font Awesome sağ ok kodu */
    font-family: bootstrap-icons !important;
    font-weight: 900;
    /* İkonun görünmesi için solid (kalın) olması gerekir */
    display: inline-block;
    margin-left: 10px;
    /* Logo metni ile ok arasında boşluk */
    transform: rotate(-45deg);
    transition: transform 500ms ease;
}

/* Altındaki Soldan Sağa Giden Çizgi (::before) */
.main-menu.top-main ul li ul li::before {
    content: "";
    position: absolute;
    bottom: -2px;
    /* Linkin hemen altına hizala */
    left: 0;
    width: 0;
    /* Başlangıçta görünmez */
    height: 1px;
    /* Çizgi kalınlığı */
    background-color: rgb(255, 255, 255);
    transition: width 500ms ease;
}

.main-header .header-lower .main-menu.top-main ul li ul li .header-logo-icon img {
    filter: brightness(0) invert(1) grayscale(1);
    transition: all .5s ease;
}

.main-header .header-lower .main-menu.top-main ul li ul li:hover .header-logo-icon img {
    filter: brightness(1) invert(0) grayscale(0);
}

/* MENÜNÜN ÜZERİNE GELİNDİĞİNDE (HOVER DURUMU) */

/* Üzerine gelindiğinde çizginin soldan sağa uzaması */
.main-menu.top-main ul li ul li:hover::before {
    width: 100%;
}

/* Üzerine gelindiğinde okun 45 derece yukarı bakması */
.main-menu.top-main ul li ul li:hover::after {
    color: rgb(255, 255, 255);
    transform: rotate(0);
}

/* Eğer aktif olan menü elemanında (.active) çizginin hep kalmasını istersen (Opsiyonel) */
.main-menu.top-main ul li ul li.active::before {
    width: 100%;
}


.product-list-detail {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -moz-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    -moz-transform-origin: top;
    transform-origin: top;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.product-list-detail.show {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -moz-transform: scaleY(1);
    transform: scaleY(1);
    visibility: visible;
    opacity: 1;
}

.thin-scroll {
    scrollbar-width: thin;
    scrollbar-color: #c7c7c7 transparent;
}

.thin-scroll::-webkit-scrollbar {
    width: 4px;
}

.thin-scroll::-webkit-scrollbar-track {
    background: transparent;
    margin: 6px 0;
}

.thin-scroll::-webkit-scrollbar-thumb {
    background: linear-gradient(180deg, #d9d9d9, #9d9d9d);
    border-radius: 50px;
}

.thin-scroll::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(180deg, #bfbfbf, #7f7f7f);
}

.product-list-detail {
    background-color: #fff;
    padding: 30px;
    height: 100%;
    width: 100%;
    overflow: auto;
}

.filter-white {
    filter: brightness(0) invert(1) grayscale(1);
    transition: all .5s ease;
}

.filter-white:hover {
    filter: brightness(1) invert(0) grayscale(0);
}

.filter-black {
    filter: brightness(1) invert(0) grayscale(1);
    transition: all .5s ease;
}

.filter-black:hover {
    filter: brightness(1) invert(0) grayscale(0);
}

/* Kapatma Butonu Ana Yapısı */
.close-btn {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 20px;
    height: 20px;
    cursor: pointer;
    /* Dönüş efektinin yumuşak olması için transition ekliyoruz */
    transition: transform 0.4s ease-in-out;
}

/* Çarpı İşaretinin Çizgileri (After ve Before ile tam bir X oluşturuyoruz) */
.close-btn::before,
.close-btn::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 2px;
    /* Çizgi kalınlığı */
    background-color: #888;
    /* Varsayılan gri renk */
    /* Çizgi renk geçişinin yumuşak olması için */
    transition: background-color 0.5s ease;
}

/* İlk çizgiyi 45 derece sağa yatırıyoruz */
.close-btn::before {
    transform: translateY(-50%) rotate(45deg);
}

/* İkinci çizgiyi 45 derece sola yatırarak X oluşturuyoruz */
.close-btn::after {
    transform: translateY(-50%) rotate(-45deg);
}

/* --- HOVER (Üzerine Gelince Olacaklar) --- */

/* Buton kendi ekseninde 360 derece dönecek */
.close-btn:hover {
    transform: rotate(90deg);
}

/* Çizgilerin rengi kırmızımtrak #cc1d1d olacak */
.close-btn:hover::before,
.close-btn:hover::after {
    background-color: #cc1d1d;
}


/* Slider Container */
.hero-slider {
    width: 100%;
    height: 100vh;
    position: relative;
    overflow: hidden;
}

/* .swiper {
    width: 100%;
    height: 100%;
} */

.swiper-slide {
    position: relative;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    height: auto;
}

/* Arkaplan Karartma Katmanı (Overlay) */
.slide-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgb(10 48 66 / 50%) 0%, rgba(5, 24, 33, 0.5) 100%);
    z-index: 1;
}


.bg-main-blue {
    background-color: #0d73ba !important;
}

/* Arkaplan Videosu */
.bg-video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: translate(-50%, -50%);
    z-index: 0;
}

.bg-image {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: translate(-50%, -50%);
    z-index: 0;
}

.slide-content-wrapper {
    position: relative;
    z-index: 2;
    width: 100%;
    color: #fff;
}

/* Arama Çubuğu */
.search-box {
    max-width: 450px;
    position: relative;
}

.search-input {
    width: 100%;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 50px;
    padding: 12px 140px 12px 25px;
    color: #fff;
    backdrop-filter: blur(5px);
}

.search-input::placeholder {
    color: rgba(255, 255, 255, 0.6);
    font-size: 14px;
}

.search-btn {
    position: absolute;
    right: 5px;
    top: 5px;
    bottom: 5px;
    background: #fff;
    color: #333;
    border: none;
    border-radius: 50px;
    padding: 0 25px;
    font-weight: 600;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 5px;
    transition: all 0.5s ease;
}

/* Sağ Üst Turquality Logosu */
.turquality-logo {
    border: 2px solid rgba(255, 255, 255, 0.4);
    padding: 10px 20px;
    display: inline-block;
    font-weight: bold;
    letter-spacing: 2px;
    font-size: 20px;
    margin-bottom: 25px;
}

.right-text {
    /* font-size: 14px; */
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.6;
    /* max-width: 500px; */
}

/* Alt Alan (Aşağı Ok & Kırmızı Kısım) */
.slider-bottom-bar {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    min-height: 287px;
    z-index: 10;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.scroll-down-btn {
    width: 50px;
    height: 50px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #333;
    /* margin-left: 8%; */
    margin-bottom: 40px;
    text-decoration: none;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

/* Sağ Alt Kırmızı Alan */
.red-info-box {
    background: linear-gradient(90deg, black 0%, #000000 50%, #00000000 100%, #00000000 100%);
    /* backdrop-filter: blur(5px); */
    color: #fff;
    padding: 145px 50px 50px 109px;
    justify-content: center;
    display: flex;
    flex-direction: column-reverse;
    align-items: end;
    gap: 50px;
    min-height: 287px;
    /* border-top-left-radius: 20px; */
    /* border-top-right-radius: 20px; */
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    height: 100%;
}

.nav-buttons {
    display: flex;
    gap: 15px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index: 1;
    width: 100%;
}

/* Özel Animasyonlu Navigasyon Butonları */
/* Özel Animasyonlu Navigasyon Butonları */
.custom-nav-btn {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: rgba(255, 255, 255);
    color: #cc1d1d;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: background 0.5s ease, color 0.5s ease;
}

.custom-nav-btn.custom-prev {
    left: 32px;
}

.custom-nav-btn.custom-next {
    right: 32px;
}

/* SVG Border Katmanı */
.custom-nav-btn .btn-border {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* Dönüş yönünün yukarıdan (saat 12 yönü) başlaması için 90 derece sola döndürüyoruz */
    transform: rotate(-90deg);
    pointer-events: none;
}

/* SVG İçindeki Çember (Çizgi) */
.custom-nav-btn .btn-border circle {
    fill: none;
    stroke: #fff;
    stroke-width: 1;
    /* Çemberin çevresi: 2 * PI * r => 2 * 3.1415 * 20 = ~126 */
    stroke-dasharray: 126;
    stroke-dashoffset: 126;
    /* Başlangıçta çizgi tamamen gizli */
    transition: stroke-dashoffset 0.5s ease-in-out;
}

/* Hover Durumu (Spin & Çizilerek Sarma Efekti) */
.custom-nav-btn:hover {
    background: #cc1d1d;
    color: #fff
}

.custom-nav-btn:hover .btn-border circle {
    stroke-dashoffset: 0;
    /* Hover olunca çizgi dönerek kendini tamamlar */
}

.scroll-bottom {
    position: relative;
    /* right: 50%;
    bottom: 0;
    -webkit-transform: translateX(-100px) translateY(-60px);
    transform: translateX(-50%) translateY(-15px); */
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 10;
    left: -5%;
    margin-bottom: 20px;
}

.scroll-bottom .text {
    font-size: 17px;
    color: #efefef;
    -webkit-transform: rotate(90deg) translateY(0);
    transform: rotate(90deg) translateY(0);
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    position: relative;
    top: -36px;
    right: -56%;
    height: 20px;
    padding-right: 15px;
}

.scroll-bottom:hover .text {
    color: #ffffff;
}

.scroll-bottom:hover svg path {
    stroke: #ffffff;
}

.scroll-bottom svg {
    -webkit-animation: upDown infinite 1s linear;
    animation: upDown infinite 1s linear;
}

@keyframes upDown {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    25% {
        -webkit-transform: translateY(3px);
        transform: translateY(3px)
    }

    50% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px)
    }

    75% {
        -webkit-transform: translateY(-3px);
        transform: translateY(-3px)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

.red-box-text {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.4;
}



/* --- GENEL KONTEYNER VE SABİTLEME --- */
.crm-fab-container {
    position: fixed;
    bottom: 90px;
    right: 28px;
    z-index: 99;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 15px;
    direction: ltr;
}

/* --- ANA BUTON --- */
.crm-fab-main {
    width: 45px;
    height: 45px;
    border-radius: 100%;
    background-color: #cc1d1d;
    /* Marka kırmızısı */

    border: 1px solid rgba(255, 255, 255, 0);
    color: white;
    cursor: pointer;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    padding: 0;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    transition: transform 0.5s cubic-bezier(.75, .01, .75, 0), background-color 0.5s ease;
}

.crm-fab-main:after {
    content: "";
    position: absolute;
    top: -8px;
    left: -8px;
    width: 59px;
    height: 59px;
    border-radius: 100%;
    z-index: -1;
    background-color: #cc1d1d87;

}

.crm-fab-main:focus {
    outline: none;
}

/* --- YENİ: PULSE (NABIZ) EFEKTİ --- */
.crm-fab-pulse {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border: 2px solid #cc1d1d;
    /* Buton renginde halka */
    border-radius: 50%;
    pointer-events: none;
    /* Tıklamayı engellememesi için */

    /* Gönderdiğin B24 animasyon yapısının birebir aynısı */
    -webkit-animation: crmWidgetPulse infinite 1.5s;
    animation: crmWidgetPulse infinite 1.5s;
}

/* Bitrix Orijinal Pulse Keyframes Matematiği */
@keyframes crmWidgetPulse {
    0% {
        transform: scale(1, 1);
        opacity: 0.8;
    }

    50% {
        transform: scale(1, 1);
        opacity: 1;
    }

    100% {
        transform: scale(2, 2);
        /* Dışarı doğru 2 kat büyüme */
        opacity: 0;
        /* Büyürken kaybolma */
    }
}

@-webkit-keyframes crmWidgetPulse {
    0% {
        -webkit-transform: scale(1, 1);
        opacity: 0.8;
    }

    50% {
        -webkit-transform: scale(1, 1);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(2, 2);
        opacity: 0;
    }
}

/* --- AÇIK DURUM (MENÜ AÇILDIĞINDA) --- */
.crm-fab-container.open .crm-fab-main {
    background-color: #7f7f7f !important;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    box-shadow: none;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.crm-fab-container.open .crm-fab-main:after {
    background-color: #7f7f7f87;

}

/* Görsel 3 ve 4'teki gibi menü açıkken arkadaki pulse dalgalanmasını durdur ve gizle */
.crm-fab-container.open .crm-fab-pulse {
    display: none;
}

.crm-fab-container.open .crm-icon-wrapper {
    display: none;
}

.crm-fab-container.open .icon-close {
    opacity: 1;
    transform: rotate(0);
    color: #fff;
}

/* --- İKONLAR VE GEÇİŞLER --- */
.crm-icon-wrapper {
    position: relative;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.crm-fab-main svg {
    width: 24px;
    height: 24px;
}

.icon-state {
    position: absolute;
    opacity: 0;
    transform: scale(0.8);
    transition: opacity 0.6s ease-out, transform 0.4s ease-out;
}

.icon-state.active {
    opacity: 1;
    transform: scale(1);
}

.icon-close {
    position: absolute;
    opacity: 0;
    transform: rotate(-90deg);
    transition: opacity 0.4s, transform 0.4s;
}

/* --- ALT BUTONLAR LİSTESİ --- */
.crm-fab-options {
    display: flex;
    flex-direction: column-reverse;
    align-items: end;
    gap: 8px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    transition: opacity 0.5s linear, transform 0.5s cubic-bezier(0, 0, .2, 1), visibility 0.5s;
}

.crm-fab-container.open .crm-fab-options {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.crm-fab-sub {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    border-radius: 25px;
    color: white;
    text-decoration: none;
    overflow: hidden;
    box-shadow: 0px 0px 10px 0px rgb(255 255 255 / 57%);
    transition: all .5s ease;
}

.crm-fab-sub svg {
    width: 22px;
    height: 22px;
}

.crm-fab-sub:hover {
    box-shadow: 0 0 6px rgba(0, 0, 0, .16), 0 6px 12px rgba(0, 0, 0, .32);
    width: auto;
    border-radius: 50px;
    transform: translateX(0);
    padding: 0 15px 0 3px;
}

.fz32 {
    font-size: 32px !important;
}

.fz10 {
    font-size: 10px !important;
}


.btn-whatsapp {
    background-color: #25D366;
}

.btn-whatsapp span {
    opacity: 0;
    width: 0;
    height: 0;
    visibility: hidden;
    transition: all .3s ease;
}

.btn-whatsapp:hover span {
    opacity: 1;
    width: 100%;
    height: 100%;
    visibility: visible;
}

.btn-whatsapp h5 {
    font-size: 13px;
    font-weight: 600;
    white-space: nowrap;
}

.btn-whatsapp p {
    color: #ffffffd1;
    white-space: nowrap;
    line-height: normal;
}

.btn-whatsapp .wp-tag {
    border-radius: 20px;
    padding: 2px 5px;
    font-size: 10px;
    white-space: nowrap;
    line-height: normal;
    backdrop-filter: contrast(0.5);
}

.btn-form {
    background-color: #cc1d1d;
}

.btn-form span {
    opacity: 0;
    width: 0;
    height: 0;
    visibility: hidden;
    transition: all .3s ease;
}

.btn-form:hover span {
    opacity: 1;
    width: 100%;
    height: 100%;
    visibility: visible;
}

.btn-form h5 {
    font-size: 13px;
    font-weight: 600;
    white-space: nowrap;
}

.btn-form p {
    color: #ffffffd1;
    white-space: nowrap;
    line-height: normal;
}

.btn-form .wp-tag {
    border-radius: 20px;
    padding: 2px 5px;
    font-size: 10px;
    white-space: nowrap;
    line-height: normal;
    backdrop-filter: contrast(0.5);
}


.btn-mail {
    background-color: #000;
}

.btn-mail span {
    opacity: 0;
    width: 0;
    height: 0;
    visibility: hidden;
    transition: all .3s ease;
}

.btn-mail:hover span {
    opacity: 1;
    width: 100%;
    height: 100%;
    visibility: visible;
}

.btn-mail h5 {
    font-size: 13px;
    font-weight: 600;
    white-space: nowrap;
}

.btn-mail p {
    color: #ffffffd1;
    white-space: nowrap;
    line-height: normal;
}

.btn-mail .wp-tag {
    border-radius: 20px;
    padding: 2px 5px;
    font-size: 10px;
    white-space: nowrap;
    line-height: normal;
    backdrop-filter: contrast(0.5);
}


.btn-phone {
    background-color: #0d73ba;
}

.btn-phone span {
    opacity: 0;
    width: 0;
    height: 0;
    visibility: hidden;
    transition: all .3s ease;
}

.btn-phone:hover span {
    opacity: 1;
    width: 100%;
    height: 100%;
    visibility: visible;
}

.btn-phone h5 {
    font-size: 13px;
    font-weight: 600;
    white-space: nowrap;
}

.btn-phone p {
    color: #ffffffd1;
    white-space: nowrap;
    line-height: normal;
}

.btn-phone .wp-tag {
    border-radius: 20px;
    padding: 2px 5px;
    font-size: 10px;
    white-space: nowrap;
    line-height: normal;
    backdrop-filter: contrast(0.5);
}



/* --- YAZI BALONU (TOOLTIP) --- */
.crm-tooltip {
    position: absolute;
    top: 50%;
    right: 58px;
    transform: translate(0, -50%);
    display: inline-block;
    padding: 4px 13px;
    max-width: 360px;
    border-radius: 8px;
    font-size: 12px;
    line-height: 22px;
    font-weight: 500;
    color: #000;
    background: #fff;
    text-align: center;
    white-space: nowrap;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s ease, visibility 0.5s;
    pointer-events: none;
}

.crm-fab-sub:hover .crm-tooltip {
    opacity: 1;
    visibility: visible;
}



/* Ana Bölüm Alanı */
.stat-banner-section {
    /* padding: 80px 0; */
    background-color: #fff;
    /* overflow: hidden; */
    height: 140px;
    width: 100%;
    /* transform: skewX(-15deg); */
}

/* Arkadaki Endüstriyel Görselin Saydamlaştırılması */
.stat-banner-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    opacity: 0.3;
    /* Görseldeki gibi arkada çok hafif ve asil durması için */
    z-index: 0;
    pointer-events: none;
    border-radius: 30px;
}

/* Kartların Satır Düzeni ve Altındaki Hafif Beyaz Gradiyen */
.stat-row {
    position: absolute;
    align-content: center;
    height: 100%;
    width: 100%;
    background: #0d73baa1;
    border-radius: 30px;
    padding: 0 50px;
}

/* Eğik Kart Yapısı (Paralelkenar Etkisi) */
.stat-card {
    position: relative;
    cursor: pointer;
    /*padding: 146px 0px;*/
    /* Görseldeki gibi yukarıdan aşağıya hafif gri-beyaz geçişli yarı saydam arka plan */
    /* background: linear-gradient(180deg, rgba(230, 235, 245, 0.6) 0%, rgba(255, 255, 255, 0.3) 100%); */

    /* Kartı sola doğru 15 derece eğer */
    /* transform: skewX(-15deg); */

    /* Görseldeki net beyaz ayırıcı çizgiler */
    /* border-right: 8px solid rgba(255, 255, 255, 0.7); */
    /* Eğiklikten dolayı aralarda boşluk kalmaması için hafifçe birbirine yaklaştırıyoruz */
    margin-left: -2px;
}

/* İlk kartın sol kenar çizgisi olmaması için */
.stat-card:first-child {
    margin-left: 0;
}

/* Son kartın sağ çizgisini kaldırmak isterseniz */
.stat-card:last-child {
    border-right: none;
}



/* İçeriğin (Yazıların) Eğilmesini Engelleme / Sıfırlama */
.stat-card-inner {
    /* transform: skewX(15deg); */
    /* Kartın -15 derecelik eğikliğini burada +15 ile nötrlüyoruz */
    text-align: center;
}

/* Tipografi - Sayılar (Görseldeki Özel Koyu Lacivert Tonu) */
.stat-title {
    font-size: 55px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 8px;
    letter-spacing: 1px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .5s ease;

    /* 1. Yazının içini boşaltıyoruz */
    color: #ffffff;

    /* 2. Yazının dışına gri bir çerçeve ekliyoruz (kalınlığı değiştirebilirsin) */
    -webkit-text-stroke: 2px #fff;
}

.stat-card.active .stat-title,
.stat-card:hover .stat-title {
    /* 3. Hover olunca içinin dolacağı renk */
    color: #ffffff;

    /* 4. Çerçevenin de kırmızıya dönmesini sağlıyoruz */
    -webkit-text-stroke-color: #ffffff;

}

/* Sayının başındaki artı (+) işareti tasarımı */
.stat-plus {
    font-size: 20px;
    font-weight: 500;
    margin-left: 3px;
    display: inline-block;
    transition: all .5s ease;
}

/* Tipografi - Açıklama Metinleri */
.stat-desc {
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    letter-spacing: 0.3px;
    transition: all .5s ease;
}

.stat-card.active.stat-plus,
.stat-card.active .stat-desc,
.stat-card:hover .stat-plus,
.stat-card:hover .stat-desc {
    color: #ffffff;

}

.bg-section {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.06;
    z-index: -1;
}

.customer-card {
    padding-bottom: 500px;
    position: relative;
    background-color: #cc1d1d;
    /* clip-path: polygon(0 0, 48% 8%, 50% 8%, 52% 8%, 100% 0, 100% 100%, 0 100%); */
    clip-path: url(#smooth-curve);
}

.customer-card::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    clip-path: polygon(100% 100%, 100% 94%, 52% 100%, 50% 100%, 48% 100%, 0 94%, 0 100%);

}

/* 
.customer-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 0;
    pointer-events: none;
} */

.customer-card .card-item {
    position: relative;
    padding: 10px;
}

.customer-card .card-item .card-outer {
    background-color: transparent;
    aspect-ratio: 1 / 1;
    padding: 12%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    box-sizing: border-box;
    border-radius: 25px;
    cursor: pointer;
    position: relative;
}


.customer-card .card-item .card-outer:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    border: 1px solid rgb(255 255 255 / 1);
    opacity: .5;
    border-radius: 25px;
    transform: scale(1);
    -webkit-transition-timing-function: cubic-bezier(.42, .97, .52, 1.49);
    -moz-transition-timing-function: cubic-bezier(.42, .97, .52, 1.49);
    -o-transition-timing-function: cubic-bezier(.42, .97, .52, 1.49);
    transition-timing-function: cubic-bezier(.42, .97, .52, 1.49);
    -webkit-transition-duration: .35s;
    -moz-transition-duration: .35s;
    -o-transition-duration: .35s;
    transition-duration: .35s;
}

.customer-card .card-item:hover .card-outer:before {

    transform: scale(.75);
}

.customer-card .card-item:nth-child(1) .card-outer:before {
    -webkit-mask-image: -webkit-linear-gradient(145deg, #000, transparent);
    mask-image: linear-gradient(145deg, #000, transparent);
}

.customer-card .card-item:nth-child(2) .card-outer:before {
    -webkit-mask-image: -webkit-linear-gradient(225deg, #000, transparent);
    mask-image: linear-gradient(225deg, #000, transparent);
}

.customer-card .card-item:nth-child(3) .card-outer:before {
    -webkit-mask-image: -webkit-linear-gradient(60deg, #000, transparent);
    mask-image: linear-gradient(60deg, #000, transparent);
}

.customer-card .card-item:nth-child(4) .card-outer:before {
    -webkit-mask-image: -webkit-linear-gradient(320deg, #000, transparent);
    mask-image: linear-gradient(320deg, #000, transparent);
}

/* Dolgulu iç kare kutu */
.customer-card .card-item .card-outer .card-inner {
    /* Dış alana göre hafifçe daha açık/canlı lacivert */
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 15px;
    /* box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12); */
    /* Hafif derinlik efekti */
    position: relative;
    border-radius: 25px;
    opacity: 1;
    transform: scale(1);
    -webkit-transition-timing-function: cubic-bezier(.77, .16, .09, .94);
    -moz-transition-timing-function: cubic-bezier(.77, .16, .09, .94);
    -o-transition-timing-function: cubic-bezier(.77, .16, .09, .94);
    transition-timing-function: cubic-bezier(.77, .16, .09, .94);
    -webkit-transition-duration: .35s;
    -moz-transition-duration: .35s;
    -o-transition-duration: .35s;
    transition-duration: .35s;
}

.customer-card .card-item .card-outer:hover .card-inner {
    opacity: 0;
    transform: scale(.75);

}

.customer-card .card-item .card-outer .card-inner:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-color: #ffffff;
    opacity: .05;
    border-radius: 25px;
    transition: all .35s ease;
}

.customer-card .card-item:nth-child(1) .card-outer .card-inner:before {
    -webkit-mask-image: -webkit-linear-gradient(145deg, #000, transparent);
    mask-image: linear-gradient(145deg, #000, transparent);
}

.customer-card .card-item:nth-child(2) .card-outer .card-inner:before {
    -webkit-mask-image: -webkit-linear-gradient(225deg, #000, transparent);
    mask-image: linear-gradient(225deg, #000, transparent);
}

.customer-card .card-item:nth-child(3) .card-outer .card-inner:before {
    -webkit-mask-image: -webkit-linear-gradient(60deg, #000, transparent);
    mask-image: linear-gradient(60deg, #000, transparent);
}

.customer-card .card-item:nth-child(4) .card-outer .card-inner:before {
    -webkit-mask-image: -webkit-linear-gradient(320deg, #000, transparent);
    mask-image: linear-gradient(320deg, #000, transparent);
}

.customer-card .card-item:nth-child(odd) {
    transform: translateY(30px);
}


/* Yuvarlak ince çizgili ikon çerçevesi */
.customer-card .card-item .card-outer .card-inner .icon-circle {
    width: 72px;
    height: 72px;
    border: 1px solid rgba(255, 255, 255, 0.35);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    color: #ffffff;
    font-size: 28px;
    flex-shrink: 0;
}

/* Metin Stilleri */
.customer-card .card-item .card-outer .card-inner .card-title {
    color: #ffffff;
    font-weight: 700;
    font-size: 1.25rem;
    line-height: 1.3;
    text-align: center;
    margin: 0;
}

.customer-card .card-item .card-outer .card-inner-hidden {
    width: 105%;
    height: 105%;
    padding: 30px;
    background-color: #fff;
    border-radius: 25px;
    position: absolute;
    align-content: center;
    top: 50%;
    left: 50%;
    opacity: 0;
    transform: translate(-50%, -50%) scale(.75);
    -webkit-transition-timing-function: cubic-bezier(.42, .97, .52, 1.49);
    -moz-transition-timing-function: cubic-bezier(.42, .97, .52, 1.49);
    -o-transition-timing-function: cubic-bezier(.42, .97, .52, 1.49);
    transition-timing-function: cubic-bezier(.42, .97, .52, 1.49);
    -webkit-transition-duration: .35s;
    -moz-transition-duration: .35s;
    -o-transition-duration: .35s;
    transition-duration: .35s;
}

.customer-card .card-item:hover .card-outer .card-inner-hidden {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
}

/* Yuvarlak ince çizgili ikon çerçevesi */
.customer-card .card-item .card-outer .card-inner-hidden .icon-circle {
    width: 50px;
    height: 50px;
    border: 1px solid rgb(13 115 186 / 100%);
    background-color: rgb(13 115 186 / 10%);
    color: rgb(13 115 186 / 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    font-size: 28px;
    flex-shrink: 0;
}

/* Metin Stilleri */
.customer-card .card-item .card-outer .card-inner-hidden .card-title {
    color: rgb(13 115 186);
    font-weight: 700;
    font-size: 19px;
    line-height: 1.3;
    text-align: center;
    margin: 0;
}

/* Line Stilleri */
.customer-card .card-item .card-outer .card-inner-hidden .card-line {
    width: 75%;
    height: 3px;
    margin: 20px auto;
    background-image: -webkit-gradient(linear, left top, right top, from(transparent, rgb(13 115 186), rgba(39, 52, 139, 0)));
    background-image: -webkit-linear-gradient(left, transparent, rgb(13 115 186), rgba(39, 52, 139, 0));
    background-image: -moz-linear-gradient(left, transparent, rgb(13 115 186), rgba(39, 52, 139, 0));
    background-image: -o-linear-gradient(left, transparent, rgb(13 115 186), rgba(39, 52, 139, 0));
    background-image: linear-gradient(to right, transparent, rgb(13 115 186), rgba(39, 52, 139, 0));
}

/* Açıklama Stilleri */
.customer-card .card-item .card-outer .card-inner-hidden .card-desc {
    font-size: 14px;
    line-height: 1.5;
    color: #4d4d4d;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    overflow: hidden;
    text-align: center;
}



.slider-section {
    margin-top: -500px;
}

.slider-section .section-subtitle {
    color: #ffffff;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 5px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.slider-section .section-title {
    color: #ffffff;
    font-size: 35px;
    line-height: 45px;
    font-weight: 700;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    letter-spacing: 2px;
}

.slider-section .related-blogs-wrapper {
    /* max-width: 1200px; */
    margin: 0 auto;
    position: relative;
    /* padding: 0 15px; */
}

/* Slider alanı */
.slider-section .custom-slider {
    max-width: 100%;
    margin: 0 auto;
    height: 410px;
    /* Kartların yüksekliğine göre sabitleyin */
    position: relative;
    overflow: hidden;
}

/* Kartların üst üste bindiği ortak alan */
.slider-section .custom-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
}

/* Her bir slayt kartı artık merkezden konumlanıyor */
.slider-section .custom-slide {
    position: absolute;
    top: 0;
    left: 50%;
    width: calc(100% / 3);
    /* JS'den gelecek transform değerleri ile pürüzsüz geçiş sağlar */
    transition: transform 1.2s cubic-bezier(0.25, 1, 0.5, 1), opacity 1.2s ease, z-index 1.2s ease;
    opacity: 0;
    pointer-events: none;
}

/* Sadece aktif, bir önceki ve bir sonraki kartlar görünür olur */
.slider-section .custom-slide.is-visible {
    opacity: 1;
    pointer-events: auto;
}

/* Kart Link Yapısı */
.slider-section .blog-card-link {
    display: block;
    position: relative;
    /* width: 66%; */
    /* Yan kartlar %66 genişliğinde daralır */
    margin: 0 auto;
    transition: width 0.5s ease-in-out;
}

/* Aktif (Ortadaki) Kart */
.slider-section .custom-slide.is-active {
    z-index: 10;
}

.slider-section .custom-slide.is-active .blog-card-link {
    width: 100% !important;
    /* Ortadaki kart tam genişlik */
}

/* Sol kartı sola, sağ kartı sağa çekme kuralları */
.slider-section .custom-slide.is-prev .blog-card-link {
    margin-right: 0;
    margin-left: auto;
}

.slider-section .custom-slide.is-next .blog-card-link {
    margin-left: 0;
    margin-right: auto;
}

/* Görsel Alanı */
.slider-section .blog-image-wrapper {
    height: 275px;
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    z-index: 6;
}

.slider-section .blog-image {
    width: 100%;
    height: 100%;
}

.slider-section .blog-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1);
    transition: all .5s ease;
}

.slider-section .custom-slide:hover .blog-image img {
    transform: scale(1.1);
}

/* .slider-section .custom-slide.is-active .blog-image-wrapper {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
} */

/* Alt Gölge */
/* .slider-section .blog-shadow-img {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 100%;
    transform: translate(-50%, 30%) scale(1.75);
    z-index: 1;
    opacity: 0;
    transition: opacity 0.35s ease;
}

.slider-section .custom-slide.is-active .blog-shadow-img {
    opacity: 1;
} */

/* PASİF KARTLARIN SİYAH/MAVİ DEGRADELİ HALİ */
/* .slider-section .blog-passive-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to left, #0d73ba, rgba(30, 58, 138, 0.45));
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
    padding: 30px;
    transition: opacity 0.4s ease;
    z-index: 7;
} */

/* Sol kartın metnini sola yasla */
/* .slider-section .custom-slide.is-prev .blog-passive-overlay {
    align-items: flex-start;
    background: linear-gradient(to right, #0d73ba, rgba(30, 58, 138, 0.45));
} */

/* .slider-section .custom-slide.is-active .blog-passive-overlay {
    opacity: 0;
    pointer-events: none;
} */

.slider-section .blog-passive-title {
    color: #ffffff;
    font-size: 20px;
    font-weight: 600;
    text-align: right;
    max-width: 250px;
    line-height: 27px;
}

.slider-section .custom-slide.is-prev .blog-passive-title {
    text-align: left;
}

/* AKTİF KARTIN ALTINDAKİ BEYAZ ALAN */
.slider-section .blog-active-content {
    background: #0d73bab8;
    backdrop-filter: blur(20px);
    padding: 15px;
    position: relative;
    z-index: 8;
    width: 90%;
    top: -40px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    margin: auto;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    transform: translateY(0);
    opacity: 1;
    transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.5s ease;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

.slider-section .custom-slide.is-active .blog-active-content {
    transform: translateY(0);
    opacity: 1;
}

.slider-section .blog-active-title {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    max-width: 400px;
    margin: 0 auto;
    line-height: 27px;
}

/* Tarih Alanları */
.slider-section .blog-date-badge {
    /* display: flex; */
    display: none;
    align-items: center;
    gap: 10px;
    color: #ffffff;
    margin-bottom: 15px;
}

.slider-section .blog-date-badge.gray {
    color: #64748b;
    justify-content: center;
}

.slider-section .custom-slide.is-prev .blog-date-badge {
    justify-content: flex-start;
}

/* Navigasyon */
.slider-section .navigation-wrapper {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    /* margin-top: 30px; */
    /* box-shadow: 0 0 20px #f1f1f1; */
    background-color: #fff;
    padding: 10px 20px;
    margin-bottom: 40px;
    /* transform: skewX(328deg); */
    border-radius: 12px;
}

.slider-section .nav-btn {
    background: none;
    border: none;
    font-size: 24px;
    color: #a9a9a9;
    cursor: pointer;
    transition: color 0.2s;
}

.slider-section .nav-btn:hover {
    color: #0d73ba;
}

.slider-section .nav-separator {
    color: #cbd5e1;
}



.offer-wrapper {
    position: relative;
    border-radius: 30px;
    overflow: hidden;
    height: 500px;
}

.offer-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.offer-wrapper .offer-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 40px 60px;
    background-color: #00000059;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 15px;
}

.offer-wrapper .offer-content .offer-description {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.offer-wrapper .offer-content .offer-description h3 {
    font-size: 38px;
    font-weight: 700;
    color: #fff;
}

.offer-wrapper .offer-content .offer-description p {
    font-size: 16px;
    line-height: 1.5;
    color: #f1f1f1;
}

.text-\[44px\] {
    font-size: 44px
}

.catalog-wrapper {
    position: relative;
    border-radius: 30px;
    overflow: hidden;
    height: 500px;
}

.catalog-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.catalog-wrapper .catalog-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 40px 60px;
    background-color: #0000003d;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 15px;
}

.catalog-wrapper .catalog-content .catalog-description {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.catalog-wrapper .catalog-content .catalog-description h3 {
    font-size: 38px;
    font-weight: 700;
    color: #fff;
}

.catalog-wrapper .catalog-content .catalog-description p {
    font-size: 18px;
    line-height: 1.5;
    color: #f1f1f1;
}


.custom-btn {
    position: relative;
    overflow: hidden;
    display: inline-flex;
    align-items: center;
    width: fit-content;
    gap: 15px;
    background-color: #cc1d1d;
    color: #ffffff;
    font-size: 17px;
    font-weight: 400;
    text-decoration: none;
    padding: 8px 8px 8px 18px;
    border-radius: 50px;
    transition: background-color 0.5s ease;
    flex-shrink: 0;
}

/* IŞIK EFEKTİ */
.custom-btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: -75%;
    width: 50%;
    height: 100%;
    background: linear-gradient(120deg,
            rgba(255, 255, 255, 0) 0%,
            rgba(255, 255, 255, 0.5) 50%,
            rgba(255, 255, 255, 0) 100%);
    transform: skewX(-25deg);
    transition: left 0.75s ease;
    pointer-events: none;
}

.custom-btn:hover::before {
    left: 125%;
}

.custom-btn .arrow-icon {
    /* Beyaz Yuvarlak Alan */
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    background-color: #ffffff;
    border-radius: 50%;

    /* Okun Dönüş Animasyonu */
    transition: transform 0.5s ease;
}

.custom-btn .arrow-icon svg {
    width: 16px;
    height: 16px;
    stroke: #000000;
    transition: transform 0.5s ease;
}

.custom-btn .arrow-icon:hover svg {
    stroke: #cc1d1d;
}

/* --- HOVER DURUMU (2. Görsel) --- */
.custom-btn:hover {
    background-color: #b93026;
    /* 2. Görseldeki koyu kırmızı/bordo */
}

.custom-btn:hover .arrow-icon {
    /* Okun sağa bakması için 45 derece saat yönünde döndürüyoruz */
    transform: rotate(45deg);
}

.custom-btn-white {
    position: relative;
    overflow: hidden;
    display: inline-flex;
    align-items: center;
    width: fit-content;
    gap: 15px;
    background-color: #fff;
    color: rgb(204, 29, 29);
    border: 1px solid #cc1d1d;
    font-size: 18px;
    line-height: 27px;
    font-weight: 400;
    text-decoration: none;
    padding: 8px 8px 8px 18px;
    border-radius: 50px;
    transition: all 0.5s ease;
    flex-shrink: 0;
    z-index: 0;
}


/* --- HOVER DURUMU (2. Görsel) --- */
.custom-btn-white:hover {
    color: #fff;
}

/* IŞIK EFEKTİ */
/* .custom-btn-white::before {
    content: "";
    position: absolute;
    top: 0;
    left: -75%;
    width: 50%;
    height: 100%;
    background: linear-gradient(120deg,
            rgba(204, 29, 29, 0) 0%,
            rgba(204, 29, 29, 0.2) 50%,
            rgba(204, 29, 29, 0) 100%);
    transform: skewX(-25deg);
    transition: left 0.75s ease;
    pointer-events: none;
}

.custom-btn-white:hover::before {
    left: 125%;
} */

.custom-btn-white::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background-color: #cc1d1d;
    transition-duration: 0.45s;
    transition-property: left;
    z-index: -1;
}


.custom-btn-white:hover::before {
    left: 0;
    background-color: #a51316;
}

.custom-btn-white .arrow-icon {
    /* Beyaz Yuvarlak Alan */
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    background-color: #cc1d1d;
    border-radius: 50%;

    /* Okun Dönüş Animasyonu */
    transition: all 0.5s ease;
    flex-shrink: 0;
}

.custom-btn-white .arrow-icon svg {
    width: 16px;
    height: 16px;
    stroke: #fff;
    transition: all 0.5s ease;
}

.custom-btn-white:hover .arrow-icon svg {
    stroke: #cc1d1d;
}


.custom-btn-white:hover .arrow-icon {
    background-color: #fff;
    transform: rotate(45deg);
}

.brand-header {
    display: flex !important;
    align-items: center;
    gap: 15px;
    /*padding-left: 0 !important;*/
    transition: all .5s ease;
}

.brand-header:hover {
    padding-left: 20px !important;
}

.brand-header img {
    filter: brightness(0) invert(1) grayscale(1);
    width: 20px;
    object-fit: contain;
    transform: translateX(-20px);
    opacity: 0;
    transition: all .5s ease;
}

.brand-header:hover img {
    transform: translateX(0);
    opacity: 1;
}

/* ===== ÜST TAB KARTLARI ===== */
.pt-tabs {
    display: flex;
    justify-content: end;
    gap: 10px;
    padding: 10px;
    border-radius: 10px;
    border: 2px solid #f1f1f1;
}

.pt-tab {
    position: relative;
    /* flex: 1 1 340px; */
    /* min-height: 150px; */
    border: 1px solid #ececec;
    border-radius: 8px;
    overflow: hidden;
    cursor: pointer;
    color: #222;
    background-size: cover;
    background-position: center;
    border: none;
    padding: 0;
    text-align: left;
    transition: all .5s ease;
}

.pt-tab:hover {
    box-shadow: 0px 0px 10px #f1f1f1;
    transform: scale(1.005);
}

/* .pt-tab::before {
    content: "";
    position: absolute;
    inset: 0;
    background: #000;
    opacity: .8;
    transition: .35s;
} */

.pt-tab.active {
    background: #000;
    color: #fff;
}

.pt-tab-body {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    height: fit-content;
    padding: 8px;
}

.pt-tab .pt-tab-image img {
    height: 50px;
    width: 80px;
    object-fit: contain;
    filter: brightness(1) invert(0) grayscale(0);
}

.pt-tab.active .pt-tab-image img {
    filter: brightness(0) invert(1) grayscale(1);
}

.pt-tab-text .pt-tab-title {
    font-size: 15px;
    font-weight: 500;
    /* margin: 0 0 8px; */
    color: #222;
}

.pt-tab.active .pt-tab-text .pt-tab-title {
    color: #fff;
}


.pt-tab-text .pt-tab-desc {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    color: #fff;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.pt-tab-dot {
    flex-shrink: 0;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 14px 30px rgba(0, 0, 0, .35);
}

.pt-tab-dot span {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #808c8f;
    /* opacity: 0; */
    transition: .35s;
}

.pt-tab.active .pt-tab-dot span {
    background: #cc1d1d;
    opacity: 1;
}

.pt-tab-underline {
    height: 2px;
    width: 100%;
    background: rgba(0, 0, 0, .1);
    margin-top: 10px;
    border-radius: 2px;
    transition: .35s;
    position: relative;
}

.pt-tab.active+.pt-tab-underline,
.pt-tab-underline.active {
    background: #cc1d1d;
}

.pt-border-icon {
    position: absolute;
    left: 50%;
    bottom: -22px;
    transform: translateX(-50%);
    opacity: 0;
    transition: .35s;
    pointer-events: none;
}

.pt-tab-underline.active .pt-border-icon {
    opacity: 1;
}

.pt-border-icon img {
    display: block;
    height: 24px;
    width: auto;
    object-fit: contain;
}

/* ===== İÇERİK ÜST BAR ===== */
.pt-content-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-top: 40px;
    flex-wrap: wrap;
}

.pt-content-eyebrow {
    color: #cc1d1d;
    letter-spacing: 4px;
    font-weight: 500;
    /* text-transform: uppercase; */
    font-size: 20px;
}

.pt-all-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    border: 1px solid #cc1d1d;
    color: #cc1d1d;
    border-radius: 50px;
    padding: 10px 24px;
    text-decoration: none;
    font-size: 15px;
    transition: .3s;
    background: transparent;
}

.pt-all-btn:hover {
    background: var(--main-600);
    color: #fff;
    border-color: var(--main-600);
}

.pt-nav-group {
    display: flex;
    gap: 14px;
}

.pt-nav-btn {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #e9e9e9;
    border: 1px solid #e9e9e9;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: .3s;
}

.pt-nav-btn:hover {
    background: #cc1d1d;
    border-color: #cc1d1d;
    color: #fff;
}

.pt-nav-btn.swiper-button-disabled {
    opacity: .4;
    pointer-events: none;
}

/* ===== ÜRÜN KARTLARI ===== */
.pt-carousel {
    padding: 24px 0;
}

.pt-card {
    background: #fff;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    border: 1px solid rgba(17, 17, 17, .1);
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-bottom: 25px;
    transition: .35s;
}

.pt-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, .1);
    color: inherit;
}

.pt-card-img {
    padding: 20px;
    position: relative;
}

.pt-card-img img {
    width: 100%;
    height: 220px;
    object-fit: contain;
    border-radius: 10px;
    display: block;
}

.pt-card-img .product-brand {
    position: absolute;
    right: 0px;
    top: 0px;
    height: 55px;
    width: 100px;
    background-color: #fff;
    object-fit: contain;
    padding: 10px 10px;
}

.pt-card-body {
    padding: 0 30px 30px;
}

.pt-card-category {
    color: #494949;
    letter-spacing: 2px;
    font-size: 15px;
    line-height: 1.5;
    font-weight: 400;
    /* text-transform: uppercase; */
    margin-bottom: 10px;
}

.pt-card-title {
    font-size: 17px;
    color: #111;
    margin-bottom: 18px;
    font-weight: 600;
}

.pt-card:hover .pt-card-title {
    color: #cc1d1d;
}

.pt-card .pt-view-btn {
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
    background-color: #fff;
    color: #111;
    border: 1px solid #e7e7e7;
    min-width: 150px;
    width: fit-content;
    height: 46px;
    margin-left: 30px;
    padding: 0 20px;
    padding-right: 10px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 500;
    /* box-shadow: inset 0 0 0 1px rgba(17, 17, 17, .15); */
    transition: all 0.5s ease;
}

.pt-card .pt-view-btn .arrow-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    background-color: #0d73ba;
    border-radius: 50%;
    transition: all 0.5s ease;
}

.pt-card .pt-view-btn .arrow-icon svg {
    width: 16px;
    height: 16px;
    stroke: #fff;
    transition: all 0.5s ease;
}

/* .pt-card .pt-view-btn span {
    transform: rotate(-45deg);
    transition: transform 0.5s ease;
}
 */
.pt-card:hover .pt-view-btn .arrow-icon svg {
    transform: rotate(45deg);
}

.pt-card:hover .pt-view-btn {
    background: #cc1d1d;
    color: #fff;
    box-shadow: inset 0 0 0 1px #cc1d1d;
}

.pt-card:hover .pt-view-btn .arrow-icon {
    background: #fff;
}

.pt-card:hover .pt-view-btn .arrow-icon svg {
    stroke: #cc1d1d;
}

/* ===== TAB PANEL GÖRÜNÜRLÜK ===== */
.pt-panel {
    display: none;
}

.pt-panel.active {
    display: block;
}

/* Container & Ana Yapı */
.category-sidebar {
    background-color: #ffffff !important;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 8px;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.03);
}

/* Liste Öğesi Tabanı */
.cat-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 14px;
    margin-bottom: 4px;
    border-radius: 8px;
    background-color: #ffffff;
    border: 1px solid transparent;
    box-shadow: 0 0 10px #eeeeee;
    color: #334155;
    font-size: 0.9rem;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
}

/* 1. HOVER DURUMU */
.cat-item:hover {
    background-color: #f8fafc;
    color: #0f172a;
    border-color: #cbd5e1;
    transform: translateX(3px);
    /* İnce dinamik hareket */
}

.cat-item:hover .cat-badge {
    background-color: #e2e8f0 !important;
    color: #1e293b !important;
}

/* 2. ACTIVE (SEÇİLİ) DURUMU */
.cat-item.active {
    background-color: #eff6ff;
    border-color: #bfdbfe;
    color: #0d73ba;
    font-weight: 600;
    position: sticky;
    top: 0;
    z-index: 1;
}

.cat-item.active .cat-badge {
    background-color: #dbeafe !important;
    color: #1e40af !important;
}

/* 3. ROZET (SAYAÇ BADGE) */
.cat-badge {
    background-color: #f1f5f9;
    color: #64748b;
    font-size: 0.75rem;
    font-weight: 600;
    padding: 4px 8px;
    border-radius: 20px;
    transition: all 0.2s ease;
}

/* 4. AÇILIR MENÜ (ACCORDION SUBMENU) */
.cat-submenu {
    margin-left: 14px;
    padding-left: 10px;
    border-left: 2px solid #e2e8f0;
    margin-top: 4px;
    margin-bottom: 6px;
}

.cat-sub-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 10px;
    font-size: 0.825rem;
    color: #475569;
    border-radius: 6px;
    text-decoration: none;
    transition: all 0.2s ease;
    background-color: transparent;
}

.cat-sub-item:hover,
.cat-sub-item.active {
    background-color: #eff6ff !important;
    color: #0d73ba !important;
    font-weight: 600 !important;
}

/* Pasif / Stoğu 0 Olan Öğeler */
.cat-item.disabled {
    opacity: 0.5;
    cursor: not-allowed;
    pointer-events: none;
}

/* Accordion İkon Dönüşü */
.cat-item[aria-expanded="true"] .chevron-icon {
    transform: rotate(180deg);
}

.chevron-icon {
    transition: transform 0.2s ease;
    font-size: 0.75rem;
    color: #94a3b8;
}


/* Arka Plandaki Google Haritası */
.map-background {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    border: 0;
    min-height: 400px;
}

/* Haritayı biraz karartmak/yumuşatmak isterseniz overlay (isteğe bağlı) */
.map-overlay {
    -webkit-mask-image: radial-gradient(ellipse at 39% 39%, #000000 45%, transparent 90%);
    mask-image: radial-gradient(ellipse at 39% 39%, #000000 45%, transparent 90%);
}

.map-button {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    align-items: center;
    padding: 20px 30px;
    border-radius: 72px;
    background-color: #cc1d1d;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all .5s ease;
}

.map-button:hover {
    transform: translate(-50%, calc(-50% - 10px));
}

.map-button img {
    width: 120px;
    transform: scale(1);
    transition: all .5s ease;
}

.map-button:hover img {
    transform: scale(1.1);
}

.map-button p {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
}



@media (max-height: 860px) {
    .action-button-wrapper {
        bottom: 30px;
    }
}
    
@media (min-width: 991px) {
    .hero-slider {
        min-height: 560px;
    }
}


@media (max-width: 1401px) {


    .stat-title {
        font-size: 45px;
    }
}

@media (max-width: 1201px) {
    .slider-section .custom-slide {
        width: calc(100% / 2);
    }

    .customer-card .card-item .card-outer .card-inner-hidden {
        padding: 15px;
    }

    .customer-card .card-item .card-outer .card-inner-hidden .icon-circle {
        margin-bottom: 12px;
    }

    .customer-card .card-item .card-outer .card-inner-hidden .card-line {
        margin: 12px auto;
    }

    .offer-wrapper,
    .catalog-wrapper {
        height: 670px;
    }
    .catalog-wrapper .catalog-content {
        padding: 40px 20px;
        justify-content: center;
        gap: 40px;
    }
    .product-title {
        font-size: clamp(3rem, 3.5vw, 2.2rem);
    }
}

@media (max-width: 1140px) {
    .breadcrumb-bar.fixed {
        top: 157px;
    }
}

@media (max-width: 992px) {
    [id] {
        scroll-margin-top: 90px;
    }
    .pt-card .pt-view-btn {
        margin-left: 20px;
    }
    .breadcrumb-bar.fixed {
        top: 125px;
    }
    .action-button-wrapper {
        position: static;
        margin-bottom: 40px;
    }
    .catalog-wrapper {
        height: 430px;
    }
    .breadcrumb-bar {
        border-radius: 20px !important;
    }
    
    .pt-card-body {
        padding: 0 20px 30px;
    }

    .header-product {
        width: 565px !important;
        left: -30px !important;
    }

    .breadcrumb-bar {
        gap: 15px;
    }

    .about-info {
        padding-left: 0;
    }

    .stat-banner-section,
    .stat-card-inner {
        transform: skewX(0);
    }
    
    .stat-banner-section { 
        height: 230px;
    }
    .stat-row {
        padding: 0 8px;
    }
    .stat-card {
        padding: 10px 0px;
    }

    .stat-title {
        font-size: 35px;
        font-weight: 300;
        margin-bottom: 8px;
    } 
    
    .stat-desc {
        font-size: 16px;
    }
    
    .hero-swiper-slider .swiper-slide {
        height: 500px;;
    }

    .slide-content-wrapper {
        margin-top: auto;
    }

    .scroll-bottom {
        margin-bottom: -55px;
        margin-left: 20px;
    }

    .slider-bottom-bar {
        position: relative;
        background: #0a3042;
        /* flex-direction: column; */
        align-items: center;
        left: 0;
        transform: none;
        max-width: 100%;
        height: 100%;
        padding: 0;
    }

    .scroll-down-btn {
        margin: 20px 0;
    }

    .red-info-box {
        width: 100%;
        border-radius: 0;
        justify-content: center;
    }

    .hero-slider {
        height: auto !important;
    }

    .hero-swiper-slider .swiper-slide {
        padding: 60px 0;
    }

    .pt-tabs {
        grid-template-columns: repeat(1, auto);
    }

    .pt-tab-underline.active .pt-border-icon {
        opacity: 0;
    }

    #smooth-curve {
        display: none;
    }

    .partner-section {
        flex-direction: column;
    }

    .info-card,
    .logo-container {
        transform: skewX(0deg);
        margin-right: 0;
        width: 100%;
    }

    .info-card-content,
    .logo-grid,
    .nav-buttons {
        transform: skewX(0deg);
    }

    .logo-container {
        padding: 40px 20px 60px 20px;
        margin-top: 20px;
    }

    .about-nav-buttons {
        left: 50%;
    }
}


/* Responsive Yapı */
@media (max-width: 868px) {


    .nav-buttons {
        right: 50%;
        transform: translateX(50%);
    }
}

/* Mobil Cihazlar İçin Kusursuz Uyum (Responsive) */
@media (max-width: 767.98px) {
    .red-box-text p {
        font-size: 18px !important;
    }
    .custom-btn-white { 
        font-size: 16px;
        line-height: 20px; 
        padding: 5px 5px 5px 14px; 
    }
    .works .works-item .works-item-content {
        flex-wrap: wrap;
        gap: 13px;
    }
    .header-product, .header-product .product-list { 
        height: auto !important;
    } 
    .custom-nav-btn {
        top: -33px;
        right: 0;
    }
    .pt-tabs {
        display: grid;
        grid-template-columns: repeat(5, auto);
    }
    .page-banner {
        padding: 95px 0 80px 0;
    }

    .header-product .product-list a {
        color: #000;
    }

    .main-menu .navigation>li.dropdown>ul {
        padding: 30px !important;
        border-radius: 25px !important;
        overflow: auto;
    }

    .main-menu .navbar-collapse>.navigation>li>ul,
    .main-menu .navbar-collapse>.navigation>li>ul>li>ul {
        height: auto;
    }

    .main-menu .navbar-collapse>.navigation>li>ul>li>ul,
    .main-menu .navbar-collapse>.navigation>li>ul>li>ul>li,
    .main-menu .navbar-collapse>.navigation>li>ul>li>ul>li>a {
        background-color: #f9f9f9 !important;
    }

    .header-bg-img {
        display: none;
    }

    .main-menu .navigation>li>ul>li {
        width: 100%;
        position: relative;
    }

    .main-menu .navbar-collapse>ul li.dropdown>ul li.dropdown .dropdown-btn {
        position: absolute;
    }

    .slider-section .custom-slide {
        width: 100% !important;
    }

    .slider-section .blog-card-link {
        width: 100% !important;
    }

    /* .slider-section .blog-passive-overlay {
        padding: 15px;
    } */

    .slider-section .blog-passive-title {
        font-size: 16px;
    }

    .banner-container {
        flex-direction: column;
        text-align: center;
        justify-content: center;
    }

    .banner-navigation {
        align-items: center;
        text-align: center;
        margin-top: 10px;
    }

    .banner-sub-title {
        font-size: 20px;
    }

    .banner-main-title {
        font-size: 22px;
    }

    .page-title {
        font-size: 22px;
    }

    .breadcrumb-bar {
        flex-wrap: wrap;
        gap: 5px;
        padding: 20px;
    }

    .breadcrumb-bar.fixed {
        top: 125px !important;
    }

    .bar-separator {
        width: 60%;
        max-width: none;
    }

}

@media (max-width: 580px) {
    .red-box-text p {
        font-size: 18px !important;
    }
    
    .slider-section .custom-slider {
        height: 340px;
    }
    
    .main-header .header-lower .main-box {
        padding-left: 15px;
        padding-right: 15px;
    }
    
    .statistic-card .statistic-num {
        font-size: 35px;
        font-weight: 800;
    }
    
    .statistic-card .statistic-title { 
        text-align: center; 
        color: #8c8c8c;
    }
    
    .info-card h2 {
        font-size: 28px;
        line-height: 42px;
    }

    .info-card p {
        font-size: 18px;
        line-height: 28px;
    }

    .breadcrumb-bar.fixed { 
        padding: 10px 20px;
        border-radius: 0px !important;
    }

    .red-info-box {
        /*flex-direction: column;*/
        align-items: end;
        min-width: 360px;
    }

    .slider-bottom-bar {
        padding: 0;
    }

    .customer-card .card-item:nth-child(odd) {
        transform: translateY(0);
    }
}

@media (max-width: 576px) {

    .customer-card .card-item .card-outer .card-inner .card-title {
        font-size: 1.1rem;
    }

    .customer-card .card-item .card-outer .card-inner .icon-circle {
        width: 60px;
        height: 60px;
        font-size: 24px;
        margin-bottom: 12px;
    }
    
    .nav-buttons { 
        top: 40%;
    }
}

@media (max-width: 480px) {
    
    .crm-fab-container {
        bottom: 70px;
    }
    
    .catalog-wrapper {
        height: 520px;
    }
    
    .red-info-box {
        min-width: auto;
    }

    .scroll-bottom {
        /*left: -10%;*/
    }

    .crm-tooltip {
        max-width: 200px;
        white-space: normal;
    }

    .card-container {
        display: block !important;
    }
    
    .customer-card .card-item {
        width: 80% !important;
        margin: auto !important;
    }

    .offer-wrapper .offer-content {
        padding: 40px 20px;
    }
    .pt-tabs {
        display: grid;
        grid-template-columns: repeat(4, auto);
    }
}

@media (max-width: 315px) {
    .customer-card .card-item {
        width: 90% !important;
    }
}