/*
    DataXPro AI-Technolojy - By DATAKALE
    Update 15.09.2024
*/

/* =================================================================== */
/*  1. TEMEL RESETLEME VE KÖK DEĞİŞKENLER (ROOT)
/* =================================================================== */
ul, li, ol, p {
    margin: 0;
    padding: 0;
    list-style: none;
}

u {
    text-decoration: underline;
}

* {
    margin: 0;
    padding: 0;
    vertical-align: none;
    text-decoration: none;
}

strong, b {
    font-weight: bold !important;
}

a {
    color: var(--bs-text-info);
    text-decoration: none;
}

:root {
    --bs-theme-logo: url(../../img/panel-logo.svg);
    --bs-body-bg: #fff;
    --bs-body-color: #293a4a;
    --bs-theme: #f17e00;
    --bs-theme-color: #f17e00;
    --bs-font-one: "Saira Condensed";
    --bs-font-two: "Barlow Condensed";
    --bs-font-three: "Caveat";
    --bs-dark-light: #f0f2f5;
    --bs-box-shadow-xm: 0 1px 6px rgb(0 0 0 / 5%) !important;
    --bs-box-shadow-xs: 0 1px 2px rgba(0, 0, 0, 0.2) !important;
    --bs-info: #007aff !important;
    --bs-text-info: #007aff !important;
    --bs-success: #66c21b !important;
    --bs-effect: all 250ms ease;
    --bs-body-line-height: 1.1 !important;
    --bs-dropdown-zindex: 99999 !important;
}

/* =================================================================== */
/*  2. BODY VE GENEL YAPI
/* =================================================================== */
body {
    font-family: var(--bs-font-one), sans-serif;
    font-size: 19px;
    font-weight: 300;
    font-display: swap;
    position: relative;
    color: var(--bs-body-color);
    background-color: var(--bs-body-bg);
}

/* =================================================================== */
/*  3. HEADER
/* =================================================================== */
header {
    position: relative;
    width: 100%;
    display: block;
    border-bottom: 1px solid var(--bs-border-color);
}
header .logo {
    margin: 9px 15px !important;
}
header .logo img {
    width: 100%;
    height: 48px;
}

/* Header - Menu Bar (Hamburger) */
header .h-bar {
    height: 66px;
    display: flex;
    align-items: center;
    color: var(--bs-body-color);
}
header .h-bar div > i {
    font-size: 32px;
    line-height: 0;
}
header .h-bar div > span {
    font-size: 15px;
    font-weight: 500;
    display: block;
}
header .h-bar:hover {
    background-color: var(--bs-dark-light);
}

/* Header - Arama Çubuğu */
header .head-search {
    height: 66px;
    display: flex;
    align-items: center;
}
header .head-search .form-group {
    position: relative;
}
header .head-search .form-control {
    height: 48px;
    border-width: 2px;
    font-size: 18px;
    font-weight: 500;
    color: var(--bs-body-color);
    text-indent: 30px;
}
header .head-search .form-control::placeholder {
    font-size: 18px;
    font-weight: 300;
    color: var(--bs-secondary);
}
header .head-search .form-control:focus {
    border-color: var(--bs-theme);
    box-shadow: none;
}
header .head-search .form-control:focus + .btn-srch {
    color: var(--bs-theme);
}
header .head-search .form-control:hover {
    box-shadow: var(--bs-box-shadow);
}
header .head-search .btn-srch {
    position: absolute;
    width: 48px !important;
    height: 48px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    left: 15px;
    background-color: #fff0;
    border: none;
}

/* Header - Arama Sonuç Listesi */
header .head-search .product-list {
    width: 100% !important;
    position: absolute;
    top: 50px;
    left: 0;
    z-index: 15;
}
header .head-search .product-list ul {
    background-color: var(--bs-white);
    border: 2px solid var(--bs-theme);
    border-radius: var(--bs-border-radius);
    box-shadow: var(--bs-box-shadow);
}
header .head-search .product-list ul > li a {
    width: 100% !important;
    border-bottom: 1px solid var(--bs-border-color);
    padding: 10px;
}
header .head-search .product-list ul > li a:hover {
    background-color: var(--bs-dark-light);
    transition: var(--bs-effect);
}
header .head-search .product-list ul > li:first-child {
    border-top-left-radius: var(--bs-border-radius);
    border-top-right-radius: var(--bs-border-radius);
    overflow: hidden;
}
header .head-search .product-list ul > li:last-child {
    border-bottom: none;
    border-bottom-left-radius: var(--bs-border-radius);
    border-bottom-right-radius: var(--bs-border-radius);
    overflow: hidden;
}
header .head-search .product-list ul > li .li-img {
    width: 56px;
    height: 56px;
    overflow: hidden;
}
header .head-search .product-list ul > li .li-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
header .head-search .product-list ul > li .li-title {
    font-size: 20px;
    font-weight: 500;
    color: var(--bs-body-color);
}
header .head-search .product-list ul > li .li-title span {
    font-size: 17px;
    font-weight: 300;
    color: var(--bs-secondary);
}
header .head-search .product-list ul > li .li-price {
    font-size: 20px;
    font-weight: 500;
    color: var(--bs-body-color);
}
header .head-search .product-list ul > li .li-price span {
    font-size: 16px;
    font-weight: 500;
    color: var(--bs-theme);
}

/* Header - Sağ Üst Menü (Hesabım, Sepetim vb.) */
header .head-menu {
    display: flex;
    gap: 0 10px;
    overflow-x: hidden;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
}
header .head-menu .head-item {
    position: relative;
    height: 66px;
    display: inline-flex;
    align-items: center;
}
header .head-menu .head-item a {
    padding: 5px 15px;
    text-align: center;
    display: block;
    flex-shrink: 0;
}
header .head-menu .head-item a:hover {
    background-color: var(--bs-dark-light);
}
header .head-menu .head-item a > i {
    font-size: 24px;
    color: var(--bs-body-color);
    display: block;
    margin-bottom: 2px;
}
header .head-menu .head-item a > span {
    font-size: 15px;
    font-weight: 400;
    color: var(--bs-body-color);
    display: block;
}
header .head-menu .head-item .num {
    position: absolute;
    top: 6px;
    right: 8px;
    background-color: var(--bs-theme);
    color: var(--bs-white);
    padding: 2px 6px;
    border-radius: 3px;
    font-size: 13px;
    font-weight: 500;
}
header .head-menu .head-item .user-icon {
    width: 26px;
    height: 26px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-weight: 500;
    color: var(--bs-white);
    background-color: var(--bs-body-color);
    border-radius: var(--bs-border-radius);
    margin-bottom: 3px;
}

/* Header - Navigasyon Menüsü (Kategoriler) */
header .head-nav {
    border-top: 1px solid var(--bs-border-color);
}
header .head-nav .nav-body {
    display: flex;
    gap: 0 6px;
    overflow-x: hidden;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
}
header .head-nav .nav-body li {
    flex-shrink: 0;
}
header .head-nav .nav-body .nav-item {
    display: inline-flex;
    height: 46px;
    align-items: center;
    padding: 0 10px;
    font-family: var(--bs-font-two), sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: var(--bs-body-color);
    flex-shrink: 0;
}
header .head-nav .nav-body .active {
    border-bottom: 1px solid var(--bs-theme);
}

/* =================================================================== */
/*  4. MOBİL HEADER VE ARAMA
/* =================================================================== */
.head-mobil-search {
    position: fixed;
    top: 0;
    z-index: 10;
    width: 100%;
    height: 66px;
    background-color: var(--bs-body-bg);
    display: none;
    align-items: center;
    transition: var(--bs-effect);
    box-shadow: var(--bs-box-shadow);
}
.head-mobil-search .form-group { position: relative; }
.head-mobil-search .form-control { height: 48px; border-width: 2px; font-size: 18px; font-weight: 500; color: var(--bs-body-color); text-indent: 30px; }
.head-mobil-search .form-control::placeholder { font-size: 18px; font-weight: 300; color: var(--bs-secondary); }
.head-mobil-search .form-control:focus { border-color: var(--bs-theme); box-shadow: none; }
.head-mobil-search .form-control:focus + .btn-srch { color: var(--bs-theme); }
.head-mobil-search .form-control:hover { box-shadow: var(--bs-box-shadow); }
.head-mobil-search .btn-srch { position: absolute; width: 48px !important; height: 48px !important; display: flex; align-items: center; justify-content: center; top: 0; left: 15px; background-color: #fff0; border: none; }
.head-mobil-search .product-list { width: 100% !important; position: absolute; top: 50px; left: 0; z-index: 15; }
.head-mobil-search .product-list ul { background-color: var(--bs-white); border: 2px solid var(--bs-theme); border-radius: var(--bs-border-radius); box-shadow: var(--bs-box-shadow); }
.head-mobil-search .product-list ul > li a { width: 100% !important; border-bottom: 1px solid var(--bs-border-color); padding: 10px; }
.head-mobil-search .product-list ul > li a:hover { background-color: var(--bs-dark-light); transition: var(--bs-effect); }
.head-mobil-search .product-list ul > li:first-child { border-top-left-radius: var(--bs-border-radius); border-top-right-radius: var(--bs-border-radius); overflow: hidden; }
.head-mobil-search .product-list ul > li:last-child { border-bottom: none; border-bottom-left-radius: var(--bs-border-radius); border-bottom-right-radius: var(--bs-border-radius); overflow: hidden; }
.head-mobil-search .product-list ul > li .li-img { width: 46px; height: 46px; overflow: hidden; flex-shrink: 0; }
.head-mobil-search .product-list ul > li .li-img img { width: 100%; height: 100%; object-fit: cover; }
.head-mobil-search .product-list ul > li .li-title { font-size: 18px; font-weight: 500; color: var(--bs-body-color); }
.head-mobil-search .product-list ul > li .li-title span { font-size: 15px; font-weight: 300; color: var(--bs-secondary); }
.head-mobil-search .product-list ul > li .li-price { font-size: 20px; font-weight: 500; color: var(--bs-body-color); flex-shrink: 0; }
.head-mobil-search .product-list ul > li .li-price span { font-size: 16px; font-weight: 500; color: var(--bs-theme); }
.head-mobil-search .h-bar { height: 66px; display: flex; align-items: center; color: var(--bs-body-color); }
.head-mobil-search .h-bar div > i { font-size: 32px; line-height: 0; }
.head-mobil-search .h-bar div > span { font-size: 15px; font-weight: 500; display: block; }

/* =================================================================== */
/*  5. HERO SECTION VE ANİMASYON STİLLERİ
/* =================================================================== */
/* Hero Section Metin Stilleri */
.hero-title {
    color: var(--bs-body-color);
    line-height: 1.2;
}
.hero-description {
    color: #5a6a7a;
    font-size: 1.2rem;
    font-weight: 300;
}
.hero-slogan {
    color: var(--bs-theme);
}
.min-vh-75 {
    min-height: 75vh;
}
/* Animasyon Konteyneri ve Çemberler */
.animation-container {
    position: relative;
    width: 100%;
    max-width: 450px;
    height: 450px;
    margin-top: 20px;
}
.circles-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.circle {
    position: absolute;
    border-radius: 50%;
    box-sizing: border-box;
    opacity: 0;
    top: -250px;
    left: 50%;
    transform: translateX(-50%);
    transition-property: top, opacity;
    transition-timing-function: cubic-bezier(0.68, -0.55, 0.27, 1.55);
}
.circle1 {
    width: 400px;
    height: 400px;
    border: 2px solid rgba(241, 126, 0, 0.1);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.05), inset 0 0 20px rgba(241, 126, 0, 0.05);
    transition-duration: 0.8s;
    transition-delay: 0s;
}
.circle2 {
    width: 360px;
    height: 360px;
    border: 3px solid rgba(241, 126, 0, 0.2);
    box-shadow: 0 0 25px rgba(241, 126, 0, 0.1), inset 0 0 25px rgba(241, 126, 0, 0.1);
    transition-duration: 0.9s;
    transition-delay: 0.15s;
}
.circle3 {
    width: 320px;
    height: 320px;
    border: 4px solid rgba(241, 126, 0, 0.4);
    box-shadow: 0 0 30px rgba(241, 126, 0, 0.15), inset 0 0 30px rgba(241, 126, 0, 0.15);
    transition-duration: 1s;
    transition-delay: 0.3s;
}
.circle4 {
    width: 280px;
    height: 280px;
    border: 5px solid rgba(241, 126, 0, 0.6);
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.1), inset 0 0 35px rgba(241, 126, 0, 0.2);
    transition-duration: 1.1s;
    transition-delay: 0.45s;
}
@keyframes pulseWave {
    0%, 100% {
        transform: translate(-50%, -50%) scale(1);
    }
    50% {
        transform: translate(-50%, -50%) scale(1.03);
    }
}
.animation-container.animate .circle {
    opacity: 1;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    animation-name: pulseWave;
    animation-duration: 3s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
}
.animation-container.animate .circle4 { animation-delay: 0s; }
.animation-container.animate .circle3 { animation-delay: 0.2s; }
.animation-container.animate .circle2 { animation-delay: 0.5s; }
.animation-container.animate .circle1 { animation-delay: 0.8s; }
/* Merkez Showcase - Dönen Panel */
.center-showcase {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 180px;
    height: 180px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10;
}
.center-showcase .showcase-item {
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(145deg, rgba(255,255,255,0.9), rgba(255,255,255,0.7));
    border: 2px solid rgba(241, 126, 0, 0.3);
    border-radius: 50%;
    backdrop-filter: blur(10px);
    box-shadow: 0 15px 30px rgba(0,0,0,0.1);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}
.center-showcase .showcase-item.active {
    opacity: 1;
}
.center-showcase .showcase-item i {
    font-size: 2.5rem;
    color: var(--bs-theme);
    margin-bottom: 8px;
}
.center-showcase .showcase-item h3 {
    font-size: 1rem;
    font-weight: 600;
    color: var(--bs-body-color);
    margin: 5px 0;
    line-height: 1.2;
}
.center-showcase .status-text {
    font-size: 0.7rem;
    font-weight: 500;
    color: #666;
    letter-spacing: 0.5px;
}
/* Yörünge Hizmet Kartları */
.services-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
}
/* Yörünge Hizmet Kartları - Revize Edilmiş */
.services-wrapper .service-item {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 120px;
    height: 120px;
    background: rgba(255, 255, 255, 0.8);
    border: 2px solid rgba(241, 126, 0, 0.3);
    border-radius: 20px;
    backdrop-filter: blur(8px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    cursor: pointer;
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.5);
    transition: all 0.6s cubic-bezier(0.68, -0.55, 0.27, 1.55);
}
.services-wrapper .service-item:hover {
    transform: translate(-50%, -50%) scale(1.1);
    box-shadow: 0 15px 35px rgba(0,0,0,0.15);
    border-color: var(--bs-theme);
}
.services-wrapper .service-item i {
    font-size: 2.2rem;
    color: var(--bs-theme);
    margin-bottom: 8px;
    transition: all 0.3s ease;
}
.services-wrapper .service-item span {
    font-size: 0.85rem;
    font-weight: 500;
    color: var(--bs-body-color);
    line-height: 1.1;
}
.animation-container.animate .service-item-1 {
    opacity: 1;
    transform: translate(-50%, -50%) translateY(-180px) scale(1);
    transition-delay: 1s;
}
.animation-container.animate .service-item-2 {
    opacity: 1;
    transform: translate(-50%, -50%) translateX(180px) scale(1);
    transition-delay: 1.2s;
}
.animation-container.animate .service-item-3 {
    opacity: 1;
    transform: translate(-50%, -50%) translateY(180px) scale(1);
    transition-delay: 1.4s;
}
.animation-container.animate .service-item-4 {
    opacity: 1;
    transform: translate(-50%, -50%) translateX(-180px) scale(1);
    transition-delay: 1.6s;
}
.animation-container.animate .service-item-1:hover {
    transform: translate(-50%, -50%) translateY(-180px) scale(1.1);
}
.animation-container.animate .service-item-2:hover {
    transform: translate(-50%, -50%) translateX(180px) scale(1.1);
}
.animation-container.animate .service-item-3:hover {
    transform: translate(-50%, -50%) translateY(180px) scale(1.1);
}
.animation-container.animate .service-item-4:hover {
    transform: translate(-50%, -50%) translateX(-180px) scale(1.1);
}

/* Hero Section Butonları */
.hero-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-top: 2rem;
}
.btn-hero-outline {
    background-color: transparent !important;
    border: 2px solid var(--bs-theme) !important;
    color: var(--bs-theme) !important;
    font-size: 18px !important;
    font-weight: 500 !important;
    padding: 12px 24px !important;
    border-radius: 8px !important;
    min-width: 180px !important;
    text-align: center !important;
    transition: all 0.3s ease !important;
    text-decoration: none !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    white-space: nowrap !important;
}
.btn-hero-outline:hover {
    background-color: var(--bs-theme) !important;
    border-color: var(--bs-theme) !important;
    color: var(--bs-white) !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 4px 15px rgba(241, 126, 0, 0.3) !important;
}
.btn-hero-outline:focus {
    background-color: var(--bs-theme) !important;
    border-color: var(--bs-theme) !important;
    color: var(--bs-white) !important;
    box-shadow: 0 0 0 0.2rem rgba(241, 126, 0, 0.25) !important;
}
.btn-hero-outline:active {
    background-color: var(--bs-theme) !important;
    border-color: var(--bs-theme) !important;
    color: var(--bs-white) !important;
    transform: translateY(0) !important;
}


/* =================================================================== */
/*  6. İÇERİK BÖLÜMLERİ (WELCOME, ADVERT, PRODUCT)
/* =================================================================== */

/* Welcome Alanı - EKSİK BÖLÜM EKLENDİ */
.well-come {
    position: relative;
    width: 100%;
    height: 560px;
    border-radius: var(--bs-border-radius);
}
.well-come::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.well-come .well-content {
    width: 100%;
    max-width: 600px;
}
.well-come .well-body {
    background: linear-gradient(133deg, rgb(253 190 95) 0%, rgb(234 149 58) 30%, #fff0 100%);
}
.well-come .well-content .well-title {
    font-family: var(--bs-font-three), sans-serif;
    font-size: 60px;
    font-weight: 700;
    color: var(--bs-white);
    line-height: 1;
    text-shadow: 1px 1px 1px rgba(var(--bs-secondary-rgb), .5);
}
.well-come .well-content .well-text {
    font-size: 24px;
    font-weight: 400;
    color: var(--bs-white);
}
.well-come .well-content .well-url .btn {
    font-size: 24px;
    font-weight: 500;
    border-radius: 3px;
    color: var(--bs-theme);
    box-shadow: var(--bs-box-shadow);
    background-color: var(--bs-white);
}
.well-come .well-content .well-url .btn:hover {
    color: var(--bs-white);
    background-color: var(--bs-theme);
    transition: var(--bs-effect);
}

/* Reklam Alanları */
.advert-container .advert-stun {
    width: auto;
    height: 100%;
    max-height: 250px !important;
    overflow: hidden;
}
.advert-container .advert-stun img {
    width: 100% !important;
    height: auto !important;
    object-fit: cover;
    border-radius: var(--bs-border-radius);
}
.advert-container .advert-item {
    border-radius: var(--bs-border-radius);
    border: 2px solid var(--bs-border-color);
}
.advert-container .advert-item:hover {
    border-color: var(--bs-theme);
    transition: var(--bs-effect);
    box-shadow: var(--bs-box-shadow-xm);
}
.advert-container .advert-item:hover .adv-title {
    color: var(--bs-theme);
}
.advert-container .advert-item .adv-title {
    font-size: 22px;
    font-weight: 600;
    color: var(--bs-body-color);
}
.advert-container .advert-item .adv-text {
    font-size: 17px;
    font-weight: 300;
    color: var(--bs-secondary);
}
.advert-container .advert-item .img-fluid {
    width: 106px !important;
    height: 106px !important;
}

/* Ürün Filtreleme - EKSİK BÖLÜM EKLENDİ */
.product-container .prod-filter .btn {
    font-size: 17px !important;
    font-weight: 400 !important;
    line-height: 1.5em;
    border-radius: 0;
}
.product-container .prod-filter .dropdown-toggle {
    font-size: 18px;
    font-weight: 400;
    color: var(--bs-body-color);
    background-color: var(--bs-dark-light);
}
.product-container .prod-filter .dropdown-toggle::after {
    display: none !important;
}

/* Ürün Konteyneri ve Kartları */
.product-container .product-header .product-title {
    font-size: 22px;
    font-weight: 500;
    color: var(--bs-body-color);
}
.product-container .card {
    border-width: 1px;
}
.product-container .card:hover {
    border-color: var(--bs-theme) !important;
    transition: var(--bs-effect);
    box-shadow: var(--bs-box-shadow-xm);
}
.product-container .card:hover img {
    transform: scale(1.1);
    transition: transform 0.5s ease;
}
.product-container .card .card-img-top {
    width: 100% !important;
    height: 250px;
    overflow: hidden;
}
.product-container .card .card-img-top img {
    width: 100%;
    height: 100%;
    aspect-ratio: 16/16;
    object-fit: cover;
    object-position: center;
}
.product-container .card .card-img {
    width: 100% !important;
    height: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px;
    overflow: hidden;
}
.product-container .card .card-img img {
    max-width: 100%;
    max-height: 100%;
    aspect-ratio: 16/16;
    object-fit: contain;
    object-position: center;
}
.product-container .card .card-body {
    padding: 15px 10px 10px;
}
.product-container .card .card-title {
    font-size: 18px;
    font-weight: 400;
    color: var(--bs-body-color);
    text-transform: uppercase;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
}
.product-container .card .card-num {
    font-size: 16px;
    font-weight: 300;
    color: var(--bs-secondary);
    text-transform: uppercase;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
}
.product-container .card .card-text {
    font-family: var(--bs-font-two), sans-serif;
    font-size: 15px;
    font-weight: 600;
    color: var(--bs-theme);
    text-transform: uppercase;
}
.product-container .card .card-prince .coin {
    color: var(--bs-body-color);
    font-size: 21px;
    font-weight: 600;
    display: inline-block;
    border-radius: var(--bs-border-radius-sm);
    padding: 5px 6px;
    background-color: var(--bs-dark-light);
}
.product-container .card .card-prince .coin > span {
    font-size: 17px;
    font-weight: 200;
}
.product-container .card .card-prince .coin2 {
    color: var(--bs-danger);
    font-size: 21px;
    font-weight: 600;
    display: inline-block;
    border-radius: var(--bs-border-radius-sm);
    padding: 5px 6px;
    background-color: var(--bs-dark-light);
}
.product-container .card .card-prince .coin2 > span {
    font-size: 17px;
    font-weight: 200;
}
.product-container .card .card-prince .n-coin {
    color: var(--bs-secondary);
    font-size: 19px;
    font-weight: 200;
    text-decoration: line-through;
}
.product-container .card .card-footer {
    background-color: transparent !important;
    border: none !important;
}
.product-container .card .card-footer form {
    position: relative;
    z-index: 2 !important;
}
.product-container .card .card-ticket-hm {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 18px;
    font-weight: 300;
    color: var(--bs-white);
    padding: 5px 15px;
    background-color: var(--bs-theme);
    border-top-left-radius: var(--bs-border-radius);
    border-bottom-right-radius: var(--bs-border-radius);
    z-index: 1;
}
.product-container .card .card-ticket {
    position: absolute;
    top: 25px;
    right: -1px;
}
.product-container .card .card-ticket .new,
.product-container .card .card-ticket .disc,
.product-container .card .card-ticket .oppo {
    font-size: 18px;
    font-weight: 500;
    color: #FFF;
    padding: 3px 10px;
    clip-path: polygon(100% 0, 100% 50%, 100% 100%, 0% 100%, 10% 50%, 0% 0%);
}
.product-container .card .card-ticket .new { background-color: var(--bs-success); }
.product-container .card .card-ticket .disc { background-color: var(--bs-danger); }
.product-container .card .card-ticket .oppo { background-color: var(--bs-theme); }

/* Ürün Detay Sayfası - EKSİK BÖLÜM EKLENDİ */
.product-container .product-detail .prod-content {
    position: sticky;
    top: 15px;
    width: 100%;
    max-width: 460px;
}
.product-container .product-detail .prod-title {
    font-size: 32px;
    font-weight: 400;
    text-transform: capitalize;
    color: var(--bs-body-color);
    line-height: 1.2em;
}
.product-container .product-detail .prod-cate {
    font-family: var(--bs-font-two), sans-serif;
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
    color: var(--bs-secondary);
}
.product-container .product-detail .prod-prince .coin {
    padding: 10px;
    background-color: var(--bs-dark-light);
    color: var(--bs-body-color);
    font-size: 22px;
    font-weight: 600;
    display: inline-block;
    border-radius: 3px;
}
.product-container .product-detail .prod-prince .coin > span {
    font-size: 19px;
    font-weight: 200;
}
.product-container .product-detail .prod-prince .coin2 {
    padding: 10px;
    background-color: var(--bs-danger);
    color: var(--bs-white);
    font-size: 22px;
    font-weight: 600;
    display: inline-block;
    border-radius: 3px;
}
.product-container .product-detail .prod-prince .coin2 > span {
    font-size: 19px;
    font-weight: 200;
}
.product-container .product-detail .prod-prince .n-coin {
    color: var(--bs-secondary);
    font-size: 22px;
    font-weight: 200;
    text-decoration: line-through;
}
.product-container .product-detail .prod-prince .n-coin2 {
    color: var(--bs-danger);
    font-size: 19px;
    font-weight: 500;
}
.product-container .product-detail .prod-ref {
    font-family: var(--bs-font-two), sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: var(--bs-secondary);
}
.product-container .product-detail .prod-link {
    font-size: 18px;
    font-weight: 300;
    color: var(--bs-secondary);
}
.product-container .product-detail .prod-link a {
    color: var(--bs-text-info) !important;
}
.product-container .product-detail .prod-text {
    font-size: 19px;
    font-weight: 300;
}
.product-container .product-detail .prod-box .btn-box {
    height: 50px;
    font-size: 20px;
    font-weight: 500;
    border-radius: var(--bs-border-radius-sm) !important;
    border: 2px solid var(--bs-theme);
    color: var(--bs-theme);
}
.product-container .product-detail .prod-box .btn-box:hover {
    background-color: var(--bs-theme);
    color: var(--bs-white);
    transition: var(--bs-effect);
}
.product-container .product-detail .prod-box .btn-wap {
    font-size: 20px;
    font-weight: 400;
    border-color: #25d366;
    background-color: #25d366;
    color: var(--bs-white);
    border-radius: var(--bs-border-radius-sm) !important;
}
.product-container .product-detail .prod-box .btn-wap .bi {
    font-size: 35px;
}
.product-container .product-detail .prod-box .btn-wap div > span {
    display: block;
    font-size: 14px;
    font-weight: 300;
}
.product-container .product-detail .prod-box .form-select {
    border-color: var(--bs-border-color);
    background-color: var(--bs-border-color);
    color: var(--bs-body-color);
    font-size: 18px;
    font-weight: 500;
    height: 50px;
    cursor: pointer;
}
.product-container .product-detail .prod-box .form-select:hover {
    background-color: #fff0;
    transition: var(--bs-effect);
}
.product-container .product-detail .prod-box .form-select:focus {
    box-shadow: none;
}
.product-container .product-detail .prod-share .btn {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    line-height: 0 !important;
}
.product-container .product-detail .nav .nav-link {
    color: var(--bs-body-color);
    opacity: .5;
    cursor: pointer;
}
.product-container .product-detail .nav .active {
    border-bottom: 1px solid var(--bs-theme);
    opacity: 1;
}

/* =================================================================== */
/*  SÜREÇ BÖLÜMÜ - PROCESS SECTION
/* =================================================================== */
.process-section {
    padding: 80px 0;
    background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
    position: relative;
    overflow: hidden;
}
.process-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grid" width="10" height="10" patternUnits="userSpaceOnUse"><path d="M 10 0 L 0 0 0 10" fill="none" stroke="%23f17e00" stroke-width="0.5" opacity="0.1"/></pattern></defs><rect width="100" height="100" fill="url(%23grid)"/></svg>');
    animation: gridMove 20s linear infinite;
}
@keyframes gridMove {
    0% { transform: translateX(0) translateY(0); }
    100% { transform: translateX(10px) translateY(10px); }
}
.process-header {
    text-align: center;
    margin-bottom: 60px;
    position: relative;
    z-index: 2;
}
.process-title {
    font-size: 3rem;
    font-weight: 700;
    background: linear-gradient(45deg, var(--bs-theme), #6c5ce7);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 20px;
}
.process-subtitle {
    font-size: 1.2rem;
    color: var(--bs-secondary);
    max-width: 600px;
    margin: 0 auto;
}
.process-timeline {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin: 0 auto;
    max-width: 1200px;
    z-index: 2;
}
.timeline-line {
    position: absolute;
    top: 60px;
    left: 10%;
    right: 10%;
    height: 4px;
    background: linear-gradient(90deg, var(--bs-theme), #6c5ce7);
    border-radius: 2px;
    z-index: 1;
}
.timeline-line::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    background: linear-gradient(90deg, #fff, rgba(255,255,255,0.5));
    border-radius: 2px;
    animation: progressFlow 3s ease-in-out infinite;
}
@keyframes progressFlow {
    0%, 100% { width: 0; opacity: 0; }
    50% { width: 100%; opacity: 1; }
}
.process-step {
    position: relative;
    z-index: 3;
    flex: 1;
    max-width: 280px;
    margin: 0 10px;
    opacity: 0;
    transform: translateY(50px);
    animation: slideUpFade 0.8s ease-out forwards;
}
.process-step:nth-child(1) { animation-delay: 0.2s; }
.process-step:nth-child(2) { animation-delay: 0.4s; }
.process-step:nth-child(3) { animation-delay: 0.6s; }
.process-step:nth-child(4) { animation-delay: 0.8s; }
@keyframes slideUpFade {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
.step-icon-container {
    width: 120px;
    height: 120px;
    margin: 0 auto 30px;
    position: relative;
    cursor: pointer;
}
.step-icon {
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, var(--bs-theme), #6c5ce7);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    box-shadow: 0 10px 30px rgba(241, 126, 0, 0.3);
}
.step-icon::before {
    content: '';
    position: absolute;
    top: -5px;
    left: -5px;
    right: -5px;
    bottom: -5px;
    background: linear-gradient(135deg, var(--bs-theme), #6c5ce7);
    border-radius: 50%;
    z-index: -1;
    opacity: 0;
    transition: opacity 0.3s ease;
}
.step-icon:hover::before {
    opacity: 0.3;
    animation: pulse 2s infinite;
}
@keyframes pulse {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.1); }
}
.step-icon:hover {
    transform: translateY(-10px) scale(1.1);
    box-shadow: 0 20px 40px rgba(241, 126, 0, 0.4);
}
.step-icon i {
    font-size: 2.5rem;
    color: white;
    transition: all 0.3s ease;
}
.step-icon:hover i {
    transform: rotateY(360deg);
}
.step-number {
    position: absolute;
    top: -10px;
    right: -10px;
    width: 35px;
    height: 35px;
    background: white;
    border: 3px solid var(--bs-theme);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    font-weight: 700;
    color: var(--bs-theme);
    z-index: 2;
}
.step-content {
    text-align: center;
    padding: 0 15px;
}
.step-title {
    font-size: 1.5rem;
    font-weight: 600;
    color: var(--bs-body-color);
    margin-bottom: 15px;
}
.step-description {
    font-size: 1rem;
    color: var(--bs-secondary);
    line-height: 1.6;
    min-height: 80px;
}
.floating-elements {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    z-index: 1;
}
.floating-element {
    position: absolute;
    width: 6px;
    height: 6px;
    background: var(--bs-theme);
    border-radius: 50%;
    opacity: 0.3;
    animation: float 6s ease-in-out infinite;
}
.floating-element:nth-child(1) { top: 10%; left: 10%; animation-delay: 0s; }
.floating-element:nth-child(2) { top: 20%; right: 15%; animation-delay: 2s; }
.floating-element:nth-child(3) { bottom: 30%; left: 20%; animation-delay: 4s; }
.floating-element:nth-child(4) { bottom: 10%; right: 25%; animation-delay: 6s; }
@keyframes float {
    0%, 100% { transform: translateY(0px) rotate(0deg); }
    50% { transform: translateY(-20px) rotate(180deg); }
}

/* =================================================================== */
/*  ÖZEL ARAYÜZLER BÖLÜMÜ - CUSTOM INTERFACES SECTION
/* =================================================================== */
.custom-interfaces-section {
    padding: 80px 0;
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
    position: relative;
    overflow: hidden;
}
.custom-interfaces-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(45deg, rgba(241, 126, 0, 0.05) 0%, rgba(241, 126, 0, 0.02) 100%);
    z-index: 1;
}
.custom-interfaces-section::after {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(241, 126, 0, 0.1) 1px, transparent 1px);
    background-size: 50px 50px;
    animation: backgroundMove 20s linear infinite;
    z-index: 1;
}
@keyframes backgroundMove {
    0% { transform: translate(0, 0) rotate(0deg); }
    100% { transform: translate(50px, 50px) rotate(360deg); }
}
.interfaces-container {
    position: relative;
    z-index: 2;
}
.interfaces-header {
    text-align: center;
    margin-bottom: 60px;
    color: var(--bs-body-color);
}
.interfaces-badge {
    display: inline-block;
    background: linear-gradient(135deg, var(--bs-theme), #ffd700);
    color: white;
    padding: 8px 20px;
    border-radius: 25px;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 20px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(241, 126, 0, 0.3);
    box-shadow: 0 4px 15px rgba(241, 126, 0, 0.2);
}
.interfaces-badge i {
    margin-right: 8px;
    color: #ffd700;
}
.interfaces-title {
    font-size: 3rem;
    font-weight: 700;
    background: linear-gradient(45deg, var(--bs-theme), #e67e22);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 20px;
    text-shadow: none;
}
.interfaces-subtitle {
    font-size: 1.2rem;
    color: var(--bs-secondary);
    max-width: 700px;
    margin: 0 auto 40px;
    line-height: 1.6;
}
.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin-bottom: 50px;
}
.feature-card {
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(15px);
    border-radius: 20px;
    padding: 30px;
    border: 1px solid rgba(241, 126, 0, 0.2);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}
.feature-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(241, 126, 0, 0.05) 0%, rgba(241, 126, 0, 0.02) 100%);
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: -1;
}
.feature-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(241, 126, 0, 0.15);
    border-color: var(--bs-theme);
}
.feature-card:hover::before {
    opacity: 1;
}
.feature-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, var(--bs-theme), #ffd700);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    font-size: 1.5rem;
    color: white;
    box-shadow: 0 5px 15px rgba(241, 126, 0, 0.3);
}
.feature-title {
    font-size: 1.3rem;
    font-weight: 600;
    color: var(--bs-body-color);
    margin-bottom: 15px;
}
.feature-description {
    font-size: 1rem;
    color: var(--bs-secondary);
    line-height: 1.6;
    margin-bottom: 20px;
}
.feature-check {
    color: #4ade80;
    margin-right: 8px;
    font-size: 1.1rem;
}
.feature-highlight {
    display: flex;
    align-items: center;
    font-size: 0.9rem;
    color: var(--bs-body-color);
    font-weight: 500;
}
.cta-section {
    text-align: center;
    margin-top: 50px;
}
.interfaces-cta-button {
    background: linear-gradient(135deg, var(--bs-theme), #ffd700);
    border: none;
    color: white;
    font-size: 18px;
    font-weight: 600;
    padding: 15px 40px;
    border-radius: 50px;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    box-shadow: 0 5px 20px rgba(241, 126, 0, 0.4);
}
.interfaces-cta-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(241, 126, 0, 0.6);
    color: white;
}
.interfaces-cta-button i {
    transition: transform 0.3s ease;
}
.interfaces-cta-button:hover i {
    transform: translateX(5px);
}
.platform-preview {
    margin-top: 60px;
}
.preview-cards {
    display: flex;
    gap: 30px;
    justify-content: center;
    flex-wrap: wrap;
}
.preview-card {
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(20px);
    border-radius: 15px;
    padding: 25px;
    border: 1px solid rgba(241, 126, 0, 0.2);
    text-align: center;
    min-width: 200px;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}
.preview-card:hover {
    transform: translateY(-5px);
    background: rgba(255, 255, 255, 0.95);
    border-color: var(--bs-theme);
    box-shadow: 0 10px 25px rgba(241, 126, 0, 0.15);
}
.preview-icon {
    font-size: 2.5rem;
    margin-bottom: 15px;
    background: linear-gradient(135deg, var(--bs-theme), #ffd700);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.preview-title {
    font-size: 1.1rem;
    font-weight: 600;
    color: var(--bs-body-color);
    margin-bottom: 10px;
}
.preview-subtitle {
    font-size: 0.9rem;
    color: var(--bs-secondary);
}
.floating-shapes {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    z-index: 1;
}
.floating-shape {
    position: absolute;
    background: linear-gradient(135deg, rgba(241, 126, 0, 0.15), rgba(241, 126, 0, 0.08));
    border-radius: 50%;
    animation: floatShape 8s ease-in-out infinite;
}
.floating-shape:nth-child(1) {
    width: 100px;
    height: 100px;
    top: 10%;
    left: 5%;
    animation-delay: 0s;
}
.floating-shape:nth-child(2) {
    width: 60px;
    height: 60px;
    top: 60%;
    right: 10%;
    animation-delay: 2s;
}
.floating-shape:nth-child(3) {
    width: 80px;
    height: 80px;
    bottom: 20%;
    left: 20%;
    animation-delay: 4s;
}
@keyframes floatShape {
    0%, 100% {
        transform: translateY(0px) rotate(0deg);
        opacity: 0.3;
    }
    50% {
        transform: translateY(-30px) rotate(180deg);
        opacity: 0.6;
    }
}

/* =================================================================== */
/*  AI ASİSTAN ÖZELLİKLERİ BÖLÜMÜ - AI ASSISTANT FEATURES
/* =================================================================== */
.ai-features-section {
    padding: 100px 0;
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
    position: relative;
    overflow: hidden;
}
.ai-features-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(45deg, rgba(108, 92, 231, 0.03) 0%, rgba(241, 126, 0, 0.03) 100%);
    z-index: 1;
}
.features-container {
    position: relative;
    z-index: 2;
}
.features-header {
    text-align: center;
    margin-bottom: 80px;
}
.features-badge {
    display: inline-block;
    background: linear-gradient(135deg, #6c5ce7, #a29bfe);
    color: white;
    padding: 8px 20px;
    border-radius: 25px;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 20px;
    box-shadow: 0 4px 15px rgba(108, 92, 231, 0.3);
}
.features-badge i {
    margin-right: 8px;
    color: #ffd700;
}
.features-title {
    font-size: 3rem;
    font-weight: 700;
    color: var(--bs-body-color);
    margin-bottom: 0;
    line-height: 1.2;
}
.features-main-layout {
    display: grid;
    grid-template-columns: 1fr 400px 1fr;
    gap: 60px;
    align-items: center;
    max-width: 1400px;
    margin: 0 auto;
}
.features-left {
    display: flex;
    flex-direction: column;
    gap: 40px;
}
.features-right {
    display: flex;
    flex-direction: column;
    gap: 40px;
}
.feature-item {
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(15px);
    border-radius: 20px;
    padding: 25px;
    border: 1px solid rgba(241, 126, 0, 0.1);
    transition: all 0.3s ease;
    position: relative;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}
.feature-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(241, 126, 0, 0.15);
    border-color: var(--bs-theme);
}
.feature-icon {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, var(--bs-theme), #ffd700);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
    font-size: 1.3rem;
    color: white;
    box-shadow: 0 4px 12px rgba(241, 126, 0, 0.3);
}
.ai-assistant-center {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.assistant-container {
    position: relative;
    width: 400px;
    height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.assistant-circle {
    position: absolute;
    border-radius: 50%;
    border: 3px solid;
    animation: waveRotate 15s ease-in-out infinite;
    z-index: 1;
}
.circle-outer {
    width: 380px;
    height: 380px;
    border-color: rgba(108, 92, 231, 0.3);
    animation-direction: normal;
}
.circle-middle {
    width: 320px;
    height: 320px;
    border-color: rgba(241, 126, 0, 0.4);
    animation-direction: reverse;
    animation-duration: 12s;
}
.circle-inner {
    width: 260px;
    height: 260px;
    border-color: rgba(108, 92, 231, 0.5);
    animation-direction: normal;
    animation-duration: 18s;
}
@keyframes waveRotate {
    0%, 100% { 
        transform: rotate(0deg) scale(1); 
        border-radius: 50%;
    }
    25% { 
        transform: rotate(90deg) scale(1.05); 
        border-radius: 60% 40% 60% 40%;
    }
    50% { 
        transform: rotate(180deg) scale(0.95); 
        border-radius: 40% 60% 40% 60%;
    }
    75% { 
        transform: rotate(270deg) scale(1.02); 
        border-radius: 60% 40% 60% 40%;
    }
}
.assistant-image-container {
    position: relative;
    z-index: 10;
    width: 240px;
    height: 240px;
    border-radius: 50%;
    overflow: visible;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: none;
}
.assistant-placeholder {
    width: 200px;
    height: 200px;
    background: linear-gradient(135deg, rgba(255,255,255,0.2), rgba(255,255,255,0.1));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 4rem;
    color: white;
    backdrop-filter: blur(10px);
}
.assistant-image {
    width: 580px;
    height: 580px;
    object-fit: cover;
    z-index: 15;
    position: relative;
    border-radius: 0;
}
.ai-particles {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    z-index: 3;
}
.particle {
    position: absolute;
    width: 6px;
    height: 6px;
    background: var(--bs-theme);
    border-radius: 50%;
    opacity: 0.4;
    animation: floatParticle 6s ease-in-out infinite;
}
.particle:nth-child(1) { top: 20%; left: 15%; animation-delay: 0s; }
.particle:nth-child(2) { top: 40%; right: 20%; animation-delay: 2s; }
.particle:nth-child(3) { bottom: 30%; left: 25%; animation-delay: 4s; }
.particle:nth-child(4) { bottom: 15%; right: 15%; animation-delay: 6s; }
@keyframes floatParticle {
    0%, 100% {
        transform: translateY(0px) scale(1);
        opacity: 0.4;
    }
    50% {
        transform: translateY(-20px) scale(1.2);
        opacity: 0.8;
    }
}

/* =================================================================== */
/*  SIK SORULAN SORULAR BÖLÜMÜ - FAQ SECTION
/* =================================================================== */
.faq-section {
    padding: 100px 0;
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
    position: relative;
    overflow: hidden;
}
.faq-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(45deg, rgba(241, 126, 0, 0.03) 0%, rgba(108, 92, 231, 0.03) 100%);
    z-index: 1;
}
.faq-section::after {
    content: '';
    position: absolute;
    top: -50%;
    right: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(241, 126, 0, 0.08) 2px, transparent 2px);
    background-size: 80px 80px;
    animation: backgroundDrift 25s linear infinite;
    z-index: 1;
}
@keyframes backgroundDrift {
    0% { transform: translate(0, 0) rotate(0deg); }
    100% { transform: translate(80px, 80px) rotate(360deg); }
}
.faq-container {
    position: relative;
    z-index: 2;
}
.faq-header {
    text-align: center;
    margin-bottom: 70px;
    color: var(--bs-body-color);
}
.faq-badge {
    display: inline-block;
    background: linear-gradient(135deg, #6c5ce7, #a29bfe);
    color: white;
    padding: 10px 25px;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 25px;
    backdrop-filter: blur(15px);
    border: 1px solid rgba(108, 92, 231, 0.3);
    box-shadow: 0 4px 20px rgba(108, 92, 231, 0.2);
}
.faq-badge i {
    margin-right: 10px;
    color: #ffd700;
}
.faq-title {
    font-size: 3.2rem;
    font-weight: 700;
    background: linear-gradient(45deg, var(--bs-theme), #e67e22);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 20px;
    line-height: 1.2;
}
.faq-subtitle {
    font-size: 1.3rem;
    color: var(--bs-secondary);
    max-width: 700px;
    margin: 0 auto;
    line-height: 1.6;
}
.faq-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(500px, 1fr));
    gap: 25px;
    max-width: 1200px;
    margin: 0 auto;
}
.faq-item {
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(20px);
    border-radius: 20px;
    border: 1px solid rgba(241, 126, 0, 0.15);
    overflow: hidden;
    transition: all 0.3s ease;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
}
.faq-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(241, 126, 0, 0.15);
    border-color: var(--bs-theme);
}
.faq-item.active {
    background: rgba(255, 255, 255, 0.95);
    border-color: var(--bs-theme);
    box-shadow: 0 15px 40px rgba(241, 126, 0, 0.2);
}
.faq-question {
    padding: 25px 30px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: all 0.3s ease;
    position: relative;
    user-select: none;
}
.faq-question:hover {
    background: rgba(241, 126, 0, 0.05);
}
.faq-question-content {
    display: flex;
    align-items: center;
    flex: 1;
}
.faq-icon {
    width: 45px;
    height: 45px;
    background: linear-gradient(135deg, var(--bs-theme), #ffd700);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    font-size: 1.2rem;
    color: white;
    box-shadow: 0 4px 15px rgba(241, 126, 0, 0.3);
    transition: all 0.3s ease;
}
.faq-item.active .faq-icon {
    transform: scale(1.1);
    box-shadow: 0 6px 20px rgba(241, 126, 0, 0.5);
}
.faq-question-text {
    font-size: 1.2rem;
    font-weight: 600;
    color: var(--bs-body-color);
    line-height: 1.4;
}
.faq-toggle {
    width: 40px;
    height: 40px;
    background: rgba(241, 126, 0, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    flex-shrink: 0;
}
.faq-toggle i {
    font-size: 1.2rem;
    color: var(--bs-theme);
    transition: transform 0.3s ease;
}
.faq-item.active .faq-toggle {
    background: linear-gradient(135deg, var(--bs-theme), #ffd700);
    box-shadow: 0 4px 15px rgba(241, 126, 0, 0.3);
}
.faq-item.active .faq-toggle i {
    transform: rotate(180deg);
    color: white;
}
.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    background: rgba(241, 126, 0, 0.02);
}
.faq-item.active .faq-answer {
    max-height: 500px;
}
.faq-answer-content {
    padding: 0 30px 30px 95px;
    color: var(--bs-secondary);
    font-size: 1.05rem;
    line-height: 1.7;
}
.faq-floating-elements {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    z-index: 1;
}
.floating-ai-element {
    position: absolute;
    background: rgba(241, 126, 0, 0.1);
    border-radius: 50%;
    animation: floatAI 10s ease-in-out infinite;
}
.floating-ai-element:nth-child(1) { width: 60px; height: 60px; top: 15%; left: 8%; animation-delay: 0s; }
.floating-ai-element:nth-child(2) { width: 40px; height: 40px; top: 70%; right: 12%; animation-delay: 3s; }
.floating-ai-element:nth-child(3) { width: 80px; height: 80px; bottom: 25%; left: 15%; animation-delay: 6s; }
.floating-ai-element:nth-child(4) { width: 50px; height: 50px; top: 40%; right: 8%; animation-delay: 9s; }
@keyframes floatAI {
    0%, 100% { transform: translateY(0px) translateX(0px) rotate(0deg); opacity: 0.3; }
    25% { transform: translateY(-20px) translateX(10px) rotate(90deg); opacity: 0.6; }
    50% { transform: translateY(-10px) translateX(-15px) rotate(180deg); opacity: 0.4; }
    75% { transform: translateY(-30px) translateX(5px) rotate(270deg); opacity: 0.7; }
}


/* =================================================================== */
/*  7. FOOTER
/* =================================================================== */
footer .logo img {
    height: 48px;
    width: auto;
}
footer .breadcrumb .breadcrumb-item {
    font-size: 20px;
    font-weight: 300;
    color: var(--bs-secondary);
}
footer .breadcrumb .breadcrumb-item a {
    font-size: 20px;
    font-weight: 400;
    color: var(--bs-body-color);
}
footer .breadcrumb-open {
    display: none;
    width: 100%;
    border-radius: var(--bs-border-radius);
    font-size: 18px;
    font-weight: 500;
}
footer .follow .or {
    font-size: 20px;
    font-weight: 500;
    color: var(--bs-secondary);
}
footer .follow .fw-menu a {
    height: 36px;
    width: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: var(--bs-body-color);
    background-color: var(--bs-dark-light);
}
footer .pact-menu {
    display: flex;
    gap: 0 6px;
    overflow-x: hidden;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
}
footer .pact-menu .pact-item {
    height: 45px;
    display: inline-flex;
    align-items: center;
    flex-shrink: 0;
}
footer .pact-menu .pact-item a {
    font-size: 18px;
    font-weight: 300;
    color: var(--bs-body-color);
    padding: 5px 6px;
    text-align: center;
    display: block;
    flex-shrink: 0;
}
footer .copy {
    font-size: 16px;
    font-weight: 300;
    color: var(--bs-body-color);
}
footer .copy a {
    font-size: 16px;
    font-weight: 400;
    color: var(--bs-body-color);
}

/* =================================================================== */
/*  8. MOBİL NAVİGASYON (ALT BAR)
/* =================================================================== */
.mobil-nav {
    position: fixed;
    bottom: 0;
    left: 0;
    height: 60px;
    width: 100%;
    background-color: var(--bs-white);
    border-top: 1px solid var(--bs-border-color);
    z-index: 20;
    display: none;
}
.mobil-nav .mb-menu {
    width: 100%;
    display: flex;
    justify-content: center;
}
.mobil-nav .mb-menu .mb-item {
    width: 70px;
    height: 60px;
    display: block;
    padding-top: 5px;
    position: relative;
}
.mobil-nav .mb-menu .mb-item .icon {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: var(--bs-theme);
}
.mobil-nav .mb-menu .mb-item span {
    font-size: 14px;
    font-weight: 400;
    color: var(--bs-body-color);
    display: block;
    text-align: center;
}
.mobil-nav .mb-menu .mb-item .num {
    position: absolute;
    top: 6px;
    right: 8px;
    background-color: var(--bs-theme);
    color: var(--bs-white);
    padding: 2px 6px;
    border-radius: 3px;
    font-size: 13px;
    font-weight: 500;
}
.mobil-nav .mb-menu .mb-user {
    width: 80px;
    height: 70px;
    display: block;
    margin-top: -10px;
}
.mobil-nav .mb-menu .mb-user .icon {
    width: 44px;
    height: 44px;
    background-color: var(--bs-body-color);
    color: var(--bs-white);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-bottom: 3px;
}
.mobil-nav .mb-menu .mb-user span {
    font-size: 14px;
    font-weight: 600;
    color: var(--bs-body-color);
    text-align: center;
    display: block;
}

/* =================================================================== */
/*  9. YARDIMCI VE GENEL CLASSlAR (EKSİK BÖLÜMLER EKLENDİ)
/* =================================================================== */

/* Kaydırılabilir Hikaye/Kategori Alanı */
.scrollable-story { position: relative; }
.scrollable-story .next, .scrollable-story .prev { width: 50px; height: 50px; display: flex; align-items: center; justify-content: center; position: absolute; top: 50%; transform: translateY(-50%); background: #fff0; z-index: 1; opacity: 0; transition: 400ms all; pointer-events: none; cursor: pointer; color: var(--icon, #000); border: none; font-size: 34px; }
.scrollable-story.left .prev, .scrollable-story.right .next { opacity: 1; pointer-events: auto; }
.scrollable-story .prev { left: 0; }
.scrollable-story .next { right: 0; }
.scrollable-story::before, .scrollable-story::after { content: ''; width: var(--width, 60px); height: 100%; position: absolute; top: 0; opacity: 0; transition: 400ms all; pointer-events: none; }
.scrollable-story::before { left: 0; background: linear-gradient(to right, var(--shadow, #fff), transparent); }
.scrollable-story::after { right: 0; background: linear-gradient(to left, var(--shadow, #fff), transparent); }
.scrollable-story.left::before { opacity: 1; }
.scrollable-story.right::after { opacity: 1; }

/* Kutu Konteyner */
.box-container { --icon: #000; --shadow: #ffffff; --width: 100px; max-width: 990px; width: 100%; }
.box-center { display: flex; scroll-behavior: smooth; -webkit-overflow-scrolling: touch; justify-content: center; }
.box-content { width: 100%; display: flex; gap: 0 10px; overflow-x: hidden; scroll-behavior: smooth; -webkit-overflow-scrolling: touch; }
.box-content .box-item { width: 100px; height: 100px; background: var(--bs-dark-light); border-radius: 50%; flex-shrink: 0; display: flex; align-items: center; justify-content: center; border: 2px solid var(--bs-border-color); }
.box-content .box-item img { width: 100%; height: 100%; border-radius: 50%; }
.box-content .box-item:hover { box-shadow: var(--bs-box-shadow-sm); transition: var(--bs-effect); border-color: var(--bs-theme); }
.box-catalog { --icon: #000; --shadow: #ffffff; --width: 100px; }
.box-catalog .active { background-color: var(--bs-theme) !important; color: var(--bs-white) !important; }
.box-catalog .active span { color: var(--bs-secondary-bg) !important; }
.box-content .box-menu { font-size: 17px; font-weight: 500; color: var(--bs-body-color); border: 1px solid var(--bs-border-color); padding: 8px 15px; flex-shrink: 0; }
.box-content .box-menu span { font-size: 17px; font-weight: 300; color: var(--bs-secondary); }

/* İçerik Konteyner */
.body-container .body-header .head-img { width: 80px; height: 80px; border-radius: 50%; border: 1px solid var(--bs-theme); }
.body-container .body-header .body-title { font-size: 28px; font-weight: 600; color: var(--bs-body-color); }
.body-container .body-header .body-title .sm-text { font-size: 17px; font-weight: 300; color: var(--bs-secondary); display: block; }
.body-container .body-menu { display: flex; gap: 0 8px; overflow-x: hidden; scroll-behavior: smooth; -webkit-overflow-scrolling: touch; }
.body-container .body-stun { position: relative; width: 100%; max-width: 300px; }
.body-container .body-stun .stun-menu { position: sticky; top: 15px; border: 1px solid var(--bs-border-color); border-radius: var(--bs-border-radius); }
.body-container .body-stun .stun-menu .active a { background-color: var(--bs-light); color: var(--bs-theme) !important; font-weight: 500 !important; }
.body-container .body-stun .stun-menu .active a:first-child { border-top-left-radius: var(--bs-border-radius-sm); border-top-right-radius: var(--bs-border-radius-sm); }
.body-container .body-stun .stun-menu .active a:last-child { border-bottom-left-radius: var(--bs-border-radius-sm); border-bottom-right-radius: var(--bs-border-radius-sm); }
.body-container .body-stun .stun-menu .menu-item { border-bottom: 1px solid var(--bs-border-color); }
.body-container .body-stun .stun-menu .menu-item:last-child { border-bottom: none; }
.body-container .body-stun .stun-menu .menu-item a { height: 46px; display: flex; align-items: center; font-size: 20px; font-weight: 400; color: var(--bs-body-color); padding: 0 15px; }
.body-container .body-stun .menu-head { height: 48px; display: none; align-items: center; padding: 0 15px; font-size: 20px; font-weight: 500; border: 1px solid var(--bs-border-color); margin-bottom: 10px; border-radius: var(--bs-border-radius-sm); box-shadow: var(--bs-box-shadow-xm); }
.body-container .body-stun .menu-head:hover { background-color: var(--bs-dark-light); transition: var(--bs-effect); }

/* Blog Konteyner */
.blog-container .blog-top .title { font-size: 28px; font-weight: 500; color: var(--bs-body-color); }
.blog-container .blog-top .text { font-size: 15px; font-weight: 300; color: var(--bs-secondary); }
.blog-container .blog-list .blog-item a:hover { transition: var(--bs-effect); border-color: var(--bs-theme) !important; box-shadow: var(--bs-box-shadow); }
.blog-container .blog-list .blog-item .blog-img { width: 150px !important; height: 130px; overflow: hidden; }
.blog-container .blog-list .blog-item .blog-img img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.blog-container .blog-list .blog-item .blog-title { font-size: 22px; font-weight: 500; color: var(--bs-body-color); }
.blog-container .blog-list .blog-item .blog-text { font-size: 18px; font-weight: 300; color: var(--bs-secondary); }
.blog-container .blog-list .blog-item .blog-small { font-size: 15px; font-weight: 300; color: var(--bs-secondary); }
.blog-container .blog-share a { height: 40px; width: 40px; color: var(--bs-body-color); display: inline-flex; align-items: center; justify-content: center; }
.blog-container .blog-search { position: relative; }
.blog-container .blog-search .btn { position: absolute; top: 1px; right: 1px; }
.blog-container .blog-search .form-control::placeholder { font-size: 18px; font-weight: 300; color: var(--bs-secondary); }
.blog-container .blog-search .form-control:hover { border-color: var(--bs-theme) !important; box-shadow: var(--bs-box-shadow); }
.blog-container .blog-search .form-control:focus { border-color: var(--bs-theme) !important; box-shadow: var(--bs-box-shadow); }
.blog-container .sm-text { font-size: 17px; }

/* Breadcrumb Navigasyon */
.breadcrumb-nav { background-color: var(--bs-secondary-bg); margin-bottom: 15px; }
.breadcrumb { height: 44px; display: flex; align-items: center; font-size: 16px; font-weight: 400; color: var(--bs-body-color); }
.breadcrumb .breadcrumb-item a { font-size: 16px; font-weight: 300; color: var(--bs-secondary); }
.breadcrumb .breadcrumb-item a:hover { text-decoration: underline; transition: var(--bs-effect); }
.breadcrumb ol { margin: 0 !important; }

/* Fotorama Galeri */
.fotorama .fotorama__img { border-radius: 5px !important; }
.fotorama .fotorama__nav-wrap { margin-top: 10px; }
.fotorama .fotorama__thumb-border { border-radius: 5px !important; border: 2px solid var(--bs-theme) !important; }
.fotorama .fotorama__thumb { border-radius: 5px !important; border: 2px solid var(--bs-border-color); background-color: var(--bs-border-color); box-shadow: none !important; }

/* Offcanvas Menu */
.offcanvas .logo img { width: auto; height: 48px; }
.offcanvas .offcanvas-menu { border: 1px solid var(--bs-border-color); border-radius: var(--bs-border-radius-lg); overflow: hidden; }
.offcanvas .offcanvas-menu .menu-item { display: block; border-bottom: 1px solid var(--bs-border-color); }
.offcanvas .offcanvas-menu .menu-item:last-child { border-bottom: none; }
.offcanvas .offcanvas-menu .menu-item a { width: 100%; padding: 13px 15px; display: inline-flex; color: var(--bs-body-color); font-size: 19px; font-weight: 400; }
.offcanvas .offcanvas-menu .menu-item a:hover { color: var(--bs-body-color); background-color: var(--bs-dark-light); transition: var(--bs-effect); }
.offcanvas .offcanvas-body::-webkit-scrollbar { width: 6px; }
.offcanvas .offcanvas-body::-webkit-scrollbar-track { background: var(--bs-secondary-bg); }
.offcanvas .offcanvas-body::-webkit-scrollbar-thumb { background: var(--bs-dark-light); }
.offcanvas .offcanvas-body::-webkit-scrollbar-thumb:hover { background: var(--bs-dark-light); opacity: .5; }

/* Renk ve Gölgeler */
.txt-xweb { color: var(--bs-theme-color); }
.bg-xweb { background-color: var(--bs-theme); }
.btn-xweb { background-color: var(--bs-theme); border-color: var(--bs-theme); color: var(--bs-white); }
.btn-xweb:hover { background-color: var(--bs-dark); border-color: var(--bs-dark); color: var(--bs-white); }
.bg-dark-light { background-color: var(--bs-dark-light) !important; }
.card { border-color: var(--bs-border-color) !important; }
.shadow-xs { box-shadow: var(--bs-box-shadow-xs); }
.shadow-xm { box-shadow: var(--bs-box-shadow-xm); }

/* "Or" Ayıracı */
.or { display: grid; grid-template-columns: 1fr auto 1fr; color: #51585c; align-items: center; gap: 20px; font-size: 32px; font-weight: 300; }
.or::before, .or:after { content: ""; height: 1px; flex: 1; background: var(--bs-border-color); }
.or span { font-family: "Great Vibes", sans-serif; }

/* Max Width Helpers */
.mw-md { --bs-gutter-x: 1.5rem; --bs-gutter-y: 0; width: 100%; max-width: 768px; margin-right: auto; margin-left: auto; }
.mw-lg { --bs-gutter-x: 1.5rem; --bs-gutter-y: 0; width: 100%; max-width: 990px; margin-right: auto; margin-left: auto; }
.mw-xl { --bs-gutter-x: 1.5rem; --bs-gutter-y: 0; width: 100%; max-width: 1099px; margin-right: auto; margin-left: auto; }
.mw-xxl { --bs-gutter-x: 1.5rem; --bs-gutter-y: 0; width: 100%; max-width: 1320px; margin-right: auto; margin-left: auto; }

/* Form Elemanları */
.form-check-input:checked { background-color: var(--bs-theme); border-color: var(--bs-theme); box-shadow: none; }

/* Font Boyutları */
.fs-14 { font-size: 14px !important; }
.fs-15 { font-size: 15px !important; }
.fs-16 { font-size: 16px !important; }
.fs-17 { font-size: 17px !important; }
.fs-18 { font-size: 18px !important; }
.fs-20 { font-size: 20px !important; }
.fs-22 { font-size: 22px !important; }
.fs-24 { font-size: 24px !important; }
.fs-26 { font-size: 26px !important; }
.fs-28 { font-size: 28px !important; }
.fs-30 { font-size: 30px !important; }
.hs-5 { height: 50px; }

/* Akordiyon */
.accordion .accordion-header .accordion-button { font-size: 20px; font-weight: 600; color: var(--bs-body-color); cursor: pointer; }
.accordion-button:not(.collapsed) { color: var(--bs-accordion-active-color); background-color: var(--bs-dark-light) !important; box-shadow: none !important; }

/* Modal Pencere */
.modal { -webkit-backdrop-filter: blur(3px); backdrop-filter: blur(3px); }
.modal .modal-content { background-color: var(--bs-white) !important; }
.modal .modal-header { display: flex; padding: 0 1rem; }
.modal .modal-header .close { position: absolute; top: 15px; right: 15px; width: 36px; height: 36px; display: flex; align-items: center; justify-content: center; color: var(--bs-body-color); background-color: var(--bs-dark-light); font-size: 18px; border-radius: var(--bs-border-radius); }
.modal .modal-header .modal-title { font-size: 22px; font-weight: 500; color: var(--bs-body-color); padding-top: 1rem; padding-bottom: 1rem; border-bottom: 1px solid var(--bs-theme); margin-bottom: -1px; }
.modal .modal-body { scrollbar-width: thin; }
.modal .modal-body .fd-ta { border: none; font-size: 21px; font-weight: 400; border: none !important; box-shadow: none !important; background-color: var(--bs-white); }
.modal .modal-body .fd-ta::placeholder { font-size: 20px; font-weight: 200; }
.modal .modal-body .delet-icon { width: 70px; height: 70px; display: flex; align-items: center; justify-content: center; margin: 0 auto 15px; border-radius: var(--bs-border-radius-lg); }
.modal .modal-body .delet-icon .form-checked svg { width: 70px; height: 70px; display: block; margin: 0 auto; }
.modal .modal-body .delet-icon .path { stroke-dasharray: 1000; stroke-dashoffset: 0; }
.modal .modal-body .delet-icon .circle { animation: dash 0.9s ease-in-out; }
.modal .modal-body .delet-icon .line { stroke-dashoffset: 1000; animation: dash 0.9s 0.35s ease-in-out forwards; }
.modal .modal-body .delet-icon .check { stroke-dashoffset: -100; animation: dash-check 0.9s 0.35s ease-in-out forwards; }
.modal .modal-footer .btn { font-size: 19px; font-weight: 300; }
.modal-backdrop.show { opacity: 0.6 !important; }

/* Sayfalama (Pagination) */
.pagination { font-size: 18px; font-weight: 300; }
.pagination a { font-size: 18px; font-weight: 400; width: 32px; height: 32px; line-height: 32px; display: block; text-align: center; color: var(--bs-body-color); text-decoration: none; margin: 0 1px; border-radius: 3px !important; }
.pagination .active { background-color: var(--bs-theme) !important; color: var(--bs-white) !important; line-height: 32px; }
.pagination .prv { float: left; background-color: var(--bs-secondary-bg); margin-right: 2px; }
.pagination .nxt { float: right; background-color: var(--bs-secondary-bg); margin-left: 2px; }
.pagination ul { float: left; border-radius: 0; }
.pagination ul li { float: left; }
.pagination ul li a:hover { background-color: var(--bs-dark-light); color: var(--bs-body-color); line-height: 32px; }

/* Bakım Modu Sayfası */
.web-care { width: 100%; height: 100vh; min-height: 100vh; display: flex; align-items: center; justify-content: center; }
.web-care .content .logo { margin-right: auto; margin-left: auto; }
.web-care .content .logo img { width: 100%; height: 54px; filter: drop-shadow(1px 2px 2px rgb(0 0 0 / .2)); }
.web-care .content .title { font-size: 28px; color: var(--bs-body-color); }
.web-care .content .text { font-size: 20px; color: var(--bs-secondary); }
.web-care .content .wc-url a { font-size: 19px; font-weight: 300; height: 44px; display: inline-flex; align-items: center; color: var(--bs-body-color); border: 1px solid var(--bs-border-color); padding: 0 10px; }
.web-care .content .wc-url a:hover { background-color: var(--bs-dark-light); transition: var(--bs-effect); }

/* Sipariş Takip */
.order-follow { border: 1px solid var(--bs-border-color); border-radius: var(--bs-border-radius); }
.order-follow .title { font-size: 28px; font-weight: 500; color: var(--bs-body-color); }
.order-follow .text { font-size: 18px; font-weight: 300; color: var(--bs-body-color); }

/* Form Konteyner */
.form__container .head-top { font-size: 20px; font-weight: 500; color: var(--bs-body-color); background-color: var(--bs-light); border-top-left-radius: var(--bs-border-radius); border-top-right-radius: var(--bs-border-radius); }
.form__container .head-top .txt-sm { font-size: 15px; font-weight: 300; color: var(--bs-secondary); display: block; }
.form__container .form-positon { position: relative; }
.form__container .form-positon span { position: absolute; top: 0; left: 0; width: 50px; height: 50px; display: flex; align-items: center; justify-content: center; font-size: 20px; font-weight: 500; }
.form__container .form-positon .hs-5 { height: 50px; }
.form__container .form-positon .txt-ind { text-indent: 35px; }
.form__container .form-label { font-size: 18px; font-weight: 500; color: var(--bs-body-color); }
.form__container .form-control { background-color: var(--bs-border-color); border: 2px solid var(--bs-border-color); font-size: 19px; font-weight: 500; color: var(--bs-body-color); }
.form__container .form-control:hover { border: 2px solid var(--bs-border-color); background-color: #fff0; transition: var(--bs-effect); }
.form__container .form-control:focus { background-color: #fff0; box-shadow: none !important; }
.form__container .form-control::placeholder { font-size: 19px; font-weight: 300; color: var(--bs-secondary); }
.form__container .form-select { background-color: var(--bs-border-color); border: 2px solid var(--bs-border-color); font-size: 20px; font-weight: 500; color: var(--bs-body-color); }
.form__container .form-select:hover { border: 2px solid var(--bs-border-color); background-color: #fff0; transition: var(--bs-effect); }
.form__container .form-select:focus { background-color: #fff0; box-shadow: none !important; }
.form__container .form-select::placeholder { font-size: 20px; font-weight: 300; color: var(--bs-secondary); }
.form__container .input-group-text { background-color: var(--bs-border-color); border: 2px solid var(--bs-border-color); font-size: 19px; font-weight: 500; color: var(--bs-body-color); }
.form__container .txt-url { color: var(--bs-theme-color); font-weight: 400; }
.form__container .btn-check:checked + .btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check) + .btn:active { color: var(--bs-white) !important; background-color: var(--bs-theme) !important; border-color: var(--bs-theme) !important; box-shadow: var(--bs-box-shadow); }

/* Hesap Sayfaları Konteyner */
.account-container .form-screen { width: 100%; max-width: 500px; }
.account-container .form-screen .logo { text-align: center; }
.account-container .form-screen .logo img { height: 54px; width: 100%; }
.account-container .form-screen .sign-top { display: flex; background-color: var(--bs-border-color); border-radius: var(--bs-border-radius-sm); }
.account-container .form-screen .sign-top a { height: 44px; font-size: 19px; font-weight: 500; color: var(--bs-body-color); display: inline-flex; width: 100%; align-items: center; justify-content: center; border-radius: var(--bs-border-radius-sm); }
.account-container .form-screen .sign-top .active { background-color: var(--bs-white); }
.account-container .form-screen .form-group { position: relative; }
.account-container .form-screen .form-group span { position: absolute; top: 0; left: 0; width: 50px; height: 50px; display: flex; align-items: center; justify-content: center; font-size: 20px; font-weight: 500; }
.account-container .form-screen .form-control { height: 50px; background-color: var(--bs-border-color); border: 2px solid var(--bs-border-color); font-size: 20px; font-weight: 500; color: var(--bs-body-color); }
.account-container .form-screen .txt-in { text-indent: 35px; }
.account-container .form-screen .form-control:hover { border: 2px solid var(--bs-border-color); background-color: #fff0; transition: var(--bs-effect); }
.account-container .form-screen .form-control:focus { background-color: #fff0; box-shadow: none; }
.account-container .form-screen .form-control::placeholder { font-size: 20px; font-weight: 300; color: var(--bs-secondary); }
.account-container .form-screen .btn-sign { height: 48px; background-color: var(--bs-theme); border-color: var(--bs-theme); font-size: 20px; font-weight: 500; color: var(--bs-white); }
.account-container .form-screen .text-url a { font-size: 18px; font-weight: 400; color: var(--bs-body-color); }
.account-container .form-screen .text-small { font-size: 16px; font-weight: 300; color: var(--bs-secondary); }
.account-container .form-screen .alert { font-size: 18px; font-weight: 300; }
.account-container .account-stun { position: relative; width: 300px; flex-shrink: 0; }
.account-container .account-stun .account-menu { position: sticky; top: 15px; }
.account-container .account-stun .account-menu .user-scrn { display: flex; align-items: center; }
.account-container .account-stun .account-menu .user-scrn .scrn-img { display: inline-flex; align-items: center; justify-content: center; font-size: 30px; font-weight: 500; width: 60px; height: 60px; background-color: var(--bs-body-color); color: var(--bs-white); border-radius: 50%; }
.account-container .account-stun .account-menu .user-scrn .scrn-title { font-size: 20px; font-weight: 500; color: var(--bs-body-color); }
.account-container .account-stun .account-menu .user-scrn .scrn-title span { font-size: 17px; font-weight: 300; color: var(--bs-secondary); display: block; }
.account-container .account-stun .menu-head { border-radius: var(--bs-border-radius); font-size: 21px; font-weight: 500; color: var(--bs-white); background-color: var(--bs-body-color); display: none; }
.account-container .account-stun .list-menu { border: 1px solid var(--bs-border-color); border-radius: var(--bs-border-radius); overflow: hidden; }
.account-container .account-stun .list-menu .menu-item a { height: 50px; display: flex; align-items: center; padding: 0 15px; font-size: 19px; font-weight: 400; color: var(--bs-body-color); }
.account-container .account-stun .list-menu .menu-item a:hover { color: var(--bs-theme); background-color: var(--bs-secondary-bg); transition: var(--bs-effect); }
.account-container .account-stun .list-menu .active a { color: var(--bs-theme) !important; background-color: var(--bs-secondary-bg) !important; }
.account-container .account-stun .list-menu .menu-item .bi { font-size: 22px; margin-right: 10px; }
.account-container .account-body .body-top .txt-h1 { font-size: 30px; font-weight: 500; color: var(--bs-body-color); }
.account-container .account-body .body-top .txt-p { font-size: 17px; font-weight: 300; color: var(--bs-secondary); }
.account-container .account-body .acnt-widget { position: relative; padding: 15px; border: 1px solid var(--bs-border-color); height: 150px; border-radius: var(--bs-border-radius); display: block; cursor: pointer; }
.account-container .account-body .acnt-widget:hover { border-color: var(--bs-theme); box-shadow: var(--bs-box-shadow); transition: var(--bs-effect); }
.account-container .account-body .acnt-widget .w-icon { position: absolute; top: 25px; left: 25px; font-size: 44px; color: var(--bs-theme); }
.account-container .account-body .acnt-widget .w-num { position: absolute; top: 0; right: 25px; font-size: 70px; color: var(--bs-body-color); }
.account-container .account-body .acnt-widget .w-title { position: absolute; bottom: 15px; right: 25px; font-size: 20px; font-weight: 500; color: var(--bs-body-color); }
.account-container .account-body .acnt-widget .w-title span { display: block; font-size: 16px; font-weight: 300; color: var(--bs-secondary); }
.account-container .account-body .order-list .order-item { border: 2px solid var(--bs-border-color); border-radius: var(--bs-border-radius); cursor: pointer; }
.account-container .account-body .order-list .order-item a { padding: 15px; }
.account-container .account-body .order-list .order-item:hover { border-color: var(--bs-theme); box-shadow: var(--bs-box-shadow); transition: var(--bs-effect); }
.account-container .account-body .order-list .order-item .order-img { width: 50px; height: 50px; overflow: hidden; border-radius: 50%; margin-left: -15px; border: 2px solid var(--bs-white); box-shadow: var(--bs-box-shadow-xm); }
.account-container .account-body .order-list .order-item .order-img img { width: 100%; height: 100%; object-fit: cover; }
.account-container .account-body .order-list .order-item .order-img:first-child { margin-left: 0; }
.account-container .account-body .order-list .order-item .img-p { display: flex; align-items: center; justify-content: center; width: 52px; height: 52px; overflow: hidden; border-radius: 50%; margin-left: -15px; font-size: 24px; color: var(--bs-body-color); background-color: var(--bs-white); border: 2px solid var(--bs-white); }
.account-container .account-body .order-list .order-item .order-col-1 { width: 160px; }
.account-container .account-body .order-list .order-item .order-col-2 { width: 180px; }
.account-container .account-body .order-list .order-item .txt-h1 { font-size: 19px; font-weight: 500; color: var(--bs-body-color); }
.account-container .account-body .order-list .order-item .txt-p { font-size: 16px; font-weight: 300; color: var(--bs-secondary); }
.account-container .account-body .order-list .order-item .txt-price { font-size: 22px; font-weight: 500; color: var(--bs-body-color); }
.account-container .account-body .acnt-address .addr-wgt { position: relative; border: 1px solid var(--bs-border-color); border-radius: var(--bs-border-radius); cursor: pointer; }
.account-container .account-body .acnt-address .addr-wgt:hover { border-color: var(--bs-theme); transition: var(--bs-effect); box-shadow: var(--bs-box-shadow); }
.account-container .account-body .acnt-address .addr-wgt .title { font-size: 22px; font-weight: 500; color: var(--bs-body-color); }
.account-container .account-body .acnt-address .addr-wgt .name { font-size: 19px; font-weight: 400; color: var(--bs-secondary); }
.account-container .account-body .acnt-address .addr-wgt .address { font-size: 16px; font-weight: 300; color: var(--bs-secondary); }
.account-container .account-body .acnt-address .addr-wgt .dropdown { position: absolute; top: 15px; right: 15px; }
.account-container .account-body .acnt-address .addr-wgt .dropdown .dropdown-toggle { display: flex; align-items: center; justify-content: center; border-radius: var(--bs-border-radius); color: var(--bs-body-color); }
.account-container .account-body .acnt-address .addr-wgt .dropdown .dropdown-toggle::after { display: none; }
.account-container .account-body .chat-container { width: 100% !important; max-height: 450px; overflow-y: scroll; }
.account-container .account-body .chat-container::-webkit-scrollbar { width: 6px; }
.account-container .account-body .chat-container::-webkit-scrollbar-track { background: var(--bs-secondary-bg); }
.account-container .account-body .chat-container::-webkit-scrollbar-thumb { background: var(--bs-dark-light); }
.account-container .account-body .chat-container::-webkit-scrollbar-thumb:hover { background: var(--bs-dark-light); opacity: .5; }
.account-container .account-body .chat-container .chat-message { display: flex; align-items: flex-start; margin-bottom: 20px; }
.account-container .account-body .chat-container .chat-message.left { justify-content: flex-start; }
.account-container .account-body .chat-container .chat-message.right { justify-content: flex-end; text-align: right; }
.account-container .account-body .chat-container .chat-message.left .message { min-width: 400px; background-color: #e9e9e9; border-radius: 10px; padding: 10px; margin-left: 10px; }
.account-container .account-body .chat-container .chat-message.left .avatar { width: 40px; height: 40px; display: flex; align-items: center; justify-content: center; font-size: 22px; font-weight: 600; color: var(--bs-white); background-color: var(--bs-theme); border-radius: 50%; flex-shrink: 0; }
.account-container .account-body .chat-container .chat-message.right .message { min-width: 400px; background-color: #e0f7fa; border-radius: 10px; padding: 10px; margin-right: 10px; }
.account-container .account-body .chat-container .chat-message.right .avatar { width: 40px; height: 40px; display: flex; align-items: center; justify-content: center; font-size: 22px; font-weight: 600; color: var(--bs-white); background-color: var(--bs-body-color); border-radius: 50%; flex-shrink: 0; }
.account-container .account-body .chat-container .chat-message .message .m-title { font-size: 20px; font-weight: 500; color: var(--bs-body-color); }
.account-container .account-body .chat-container .chat-message .message .m-title span { font-size: 16px; font-weight: 200; color: var(--bs-secondary); }
.account-container .account-body .chat-container .chat-message .message .m-p { font-size: 18px; font-weight: 300; color: var(--bs-body-color); }
.account-container .account-body .chat-container .chat-message .message .m-footer { font-size: 16px; font-weight: 300; color: var(--bs-secondary); }
.account-container .account-body .chat-send .form-control { height: 90px; background-color: var(--bs-border-color); border: 2px solid var(--bs-border-color); font-size: 20px; font-weight: 500; color: var(--bs-body-color); resize: none; }
.account-container .account-body .chat-send .form-control:hover { border: 2px solid var(--bs-border-color); background-color: #fff0; transition: var(--bs-effect); }
.account-container .account-body .chat-send .form-control::placeholder { font-weight: 300; color: var(--bs-secondary); }
.account-container .account-body .chat-send .form-control:focus { background-color: #fff0; box-shadow: none; }
.account-container .account-body .chat-send .input-group-text { background-color: var(--bs-border-color); border: 2px solid var(--bs-border-color); font-size: 20px; font-weight: 500; color: var(--bs-body-color); }
.account-container .account-body .table .tbl-img { width: 60px; height: 60px; overflow: hidden; }
.account-container .account-body .table .tbl-img img { width: 100%; height: 100%; object-fit: cover; }

/* Sipariş Modal */
.order-modal .order-top .top-item { width: 100%; position: relative; text-align: center; z-index: 1; }
.order-modal .order-top .top-item::before { content: ""; position: absolute; top: 25px; left: 0; transform: translateX(0%); width: 100%; height: 4px; background-color: var(--bs-dark-light); z-index: -1; }
.order-modal .order-top .top-item .icon { display: flex; align-items: center; justify-content: center; width: 50px; height: 50px; font-size: 25px; background-color: var(--bs-secondary-bg); color: var(--bs-body-color); border-radius: var(--bs-border-radius-lg); margin-bottom: 5px; }
.order-modal .order-top .top-item span { display: block; text-align: center; font-size: 16px; font-weight: 300; }
.order-modal .order-top .done { width: 100%; position: relative; text-align: center; z-index: 1; }
.order-modal .order-top .done::before { content: ""; position: absolute; top: 25px; left: 0; transform: translateX(0%); width: 100%; height: 4px; background-color: var(--bs-success); z-index: -1; }
.order-modal .order-top .done .icon { background-color: var(--bs-success) !important; color: var(--bs-white) !important; font-weight: 500 !important; }
.order-modal .order-top .done span { font-weight: 500; }
.order-modal .order-top .active { width: 100%; position: relative; text-align: center; z-index: 1; }
.order-modal .order-top .active::before { content: ""; position: absolute; top: 25px; left: 0; transform: translateX(0%); width: 100%; height: 4px; background-color: var(--bs-success); z-index: -1; }
.order-modal .order-top .active .icon { background-color: var(--bs-success) !important; color: var(--bs-white) !important; }
.order-modal .order-top .active span { font-weight: 500; }
.order-modal .order-total > ul { width: 100%; max-width: 360px; }
.order-modal .order-total > ul .price { font-size: 21px; font-weight: 400; }
.order-modal .order-total > ul .price span { font-size: 17px; font-weight: 300; }
.order-modal .order-address { font-size: 18px; font-weight: 300; background-color: #e2e3e5; color: var(--bs-body-color); }
.order-modal .order-address h3 { font-size: 22px; font-weight: 600; color: var(--bs-body-color); }
.order-modal .order-cargo h3 { font-size: 22px; font-weight: 600; color: var(--bs-body-color); }
.order-modal .modal-footer { text-align: center !important; font-size: 16px; justify-content: flex-start !important; }

/* Sepet Sayfası */
.boxed-body .box-title { font-size: 24px; font-weight: 500; color: var(--bs-body-color); }
.boxed-body .box-order { position: relative; width: 100%; max-width: 350px; }
.boxed-body .box-order .box-menu { position: sticky; top: 30px; border: 1px solid var(--bs-border-color); box-shadow: var(--bs-box-shadow-xm); border-radius: var(--bs-border-radius); }
.boxed-body .box-order .box-menu .txt-h1 { font-size: 20px; font-weight: 400; color: var(--bs-body-color); }
.boxed-body .box-order .box-menu .txt-price strong { font-size: 28px; font-weight: 500; color: var(--bs-body-color); }
.boxed-body .box-order .box-menu .txt-price { font-size: 20px; font-weight: 300; color: var(--bs-secondary); }
.boxed-body .box-order .box-menu .txt-btn { background-color: var(--bs-dark-light); color: var(--bs-body-color); padding: 10px; border-radius: var(--bs-border-radius-sm); font-size: 18px; font-weight: 300; }
.boxed-body .box-order .box-menu .txt-btn span { float: right; font-weight: 500; }
.boxed-body .box-order .box-menu .txt-small { color: var(--bs-secondary); font-size: 14px; font-weight: 300; }
.boxed-body .box-list .box-item { border-bottom: 1px solid var(--bs-border-color); }
.boxed-body .box-list .box-item:last-child { border-bottom: none; border-bottom-left-radius: var(--bs-border-radius); border-bottom-right-radius: var(--bs-border-radius); }
.boxed-body .box-list .box-item:hover { border-color: var(--bs-theme) !important; box-shadow: var(--bs-box-shadow); transition: var(--bs-effect); cursor: pointer; }
.boxed-body .box-list .box-item .box-title { font-size: 19px; font-weight: 500; color: var(--bs-body-color); }
.boxed-body .box-list .box-item .box-title .txt-sm { font-size: 14px; font-weight: 300; color: var(--bs-secondary); }
.boxed-body .box-list .box-item .box-img { width: 62px; height: 62px; overflow: hidden; border-radius: 50%; }
.boxed-body .box-list .box-item .box-img img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.boxed-body .box-list .box-item .quantity-button { width: 30px; height: 36px; background-color: var(--bs-dark-light); border: 1px solid var(--bs-border-color); color: var(--bs-body-color); cursor: pointer; font-size: 16px; text-align: center; }
.boxed-body .box-list .box-item .quantity-button:hover { background-color: var(--bs-theme); border: 1px solid var(--bs-theme); color: var(--bs-white); transition: var(--bs-effect); }
.boxed-body .box-list .box-item .quantity-input { width: 44px; height: 36px; text-align: center; border: 1px solid var(--bs-border-color); border-radius: 0 !important; -moz-appearance: textfield; appearance: textfield; }
.boxed-body .box-list .box-item .quantity-input::-webkit-outer-spin-button, .boxed-body .box-list .box-item .quantity-input::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }
.boxed-body .box-list .box-item .box-price { text-align: end; font-size: 22px; font-weight: 500; color: var(--bs-body-color); }
.boxed-body .box-list .box-item .box-price span { font-size: 18px; font-weight: 300; }
.boxed-body .box-list .box-item .box-price .p-sm { font-size: 15px; font-weight: 300; color: var(--bs-secondary); padding-right: 15px; }
.boxed-body .box-list .box-non { font-size: 22px; font-weight: 300; }
.boxed-body .box-list .box-non .d-icon { display: flex; align-items: center; justify-content: center; width: 90px; height: 90px; font-size: 42px; color: var(--bs-secondary); border: 2px solid var(--bs-border-color); border-radius: 50%; }
.boxed-body .box-list .box-non .txt-h1 { font-size: 22px; font-weight: 600; color: var(--bs-body-color); display: block; }
.boxed-body .box-list .box-non .txt-p { font-size: 18px; font-weight: 300; color: var(--bs-secondary); display: block; }
.boxed-body .order-payment .txt-h1 { font-size: 28px; font-weight: 600; color: var(--bs-body-color); }
.boxed-body .order-payment .order-small { font-size: 16px; font-weight: 300; color: var(--bs-secondary); }
.boxed-body .order-payment .bank-number { background-color: var(--bs-light); }
.boxed-body .order-payment .bank-number .or { font-size: 20px; font-weight: 500; color: var(--bs-body-color); }
.boxed-body .order-payment .bank-number p { margin: 0 !important; }
.boxed-body .order-payment .scs-icon { font-size: 60px; color: #66c21b; }
.boxed-body .order-payment .scs-title { font-size: 28px; font-weight: 500; color: var(--bs-body-color); }
.boxed-body .form__container .form-floating .form-select { height: 80px; }
.boxed-body .form__container .form-floating > .form-select ~ label::after { position: absolute; inset: 1rem .375rem; z-index: -1; height: 1.7em; content: ""; background-color: #fff0; border-radius: var(--bs-border-radius); }
.boxed-body .form__container .input-group .input-group-text { background-color: var(--bs-border-color); border: 2px solid var(--bs-border-color); font-size: 20px; font-weight: 500; color: var(--bs-body-color); }

/* Sayfa Yükleyici */
.page-loader { position: fixed; z-index: 50000; background: rgba(var(--bs-white-rgb), .5); left: 0; top: 0; right: 0; bottom: 0; height: 100%; width: 100%; margin: 0 auto; text-align: center; display: flex; align-items: center; justify-content: center; }
.page-loader img { height: 80px; }

/* Pop-up Bildirimler */
.alert__post { position: fixed; top: 0; left: 0; z-index: var(--bs-backdrop-zindex); width: 100vw; height: 100vh; background-color: rgb(0 0 0 / .6); -webkit-backdrop-filter: blur(3px); backdrop-filter: blur(3px); z-index: 9999; display: flex; align-items: center; justify-content: center; padding: 15px; }
.alert__post .post-body { width: 100%; max-width: 500px; background-color: var(--bs-body-bg); }
.alert__post .post-body h1 { font-size: 28px; font-weight: 500; }
.alert__post .post-body p { font-size: 19px; font-weight: 300; line-height: 1.25 !important; }
.alert__post .post-body .btn-alert { height: 42px; display: flex; align-items: center; padding: 0 20px; border-radius: 30px; background-color: var(--bs-theme); color: var(--bs-white); font-size: 18px; font-weight: 400; border: none; }
.alert__post .post-body .btn-scs { height: 42px; display: inline-flex; align-items: center; padding: 0 20px; border-radius: 30px; background-color: #73AF55; color: var(--bs-white); font-size: 18px; font-weight: 400; border: none; }
.alert__post .form-checked svg { width: 70px; height: 70px; display: block; margin: 0 auto; }
.alert__post .form-checked .path { stroke-dasharray: 1000; stroke-dashoffset: 0; }
.alert__post .form-checked .circle { animation: dash 0.9s ease-in-out; }
.alert__post .form-checked .line { stroke-dashoffset: 1000; animation: dash 0.9s 0.35s ease-in-out forwards; }
.alert__post .form-checked .check { stroke-dashoffset: -100; animation: dash-check 0.9s 0.35s ease-in-out forwards; }

/* Diğer */
.card-blur { filter: blur(8px); }
img.lazy { opacity: 0; transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out; transform: scale(0.95); }
img.lazy.lazyload { opacity: 1; transform: scale(1); }
.lazyload { display: block; width: 100%; height: auto; background-color: var(--bs-body-color); }
.lazyload.loaded { background-color: transparent; transition: opacity 0.2s ease-in; opacity: 1; }
.lazyload:not(.loaded) { opacity: 0; }
.main-mode { position: sticky; top: 0; width: 100%; height: 40px; color: var(--bs-white); background-color: red; z-index: 50; display: flex; align-items: center; padding: 0 8px; }
.main-mode a { background-color: var(--bs-white); color: var(--bs-body-color); font-weight: 600; padding: 4px 6px; }
.wa-me { position: fixed; bottom: 15px; right: 15px; height: 44px; display: flex; align-items: center; background-color: var(--bs-dark); color: var(--bs-white); border-radius: var(--bs-border-radius-pill); font-size: 19px; z-index: 5; padding-right: 15px; box-shadow: var(--bs-box-shadow-lg); }
.wa-me:hover { background-color: var(--bs-theme); transition: var(--bs-effect); }
.wa-me img { display: inline-block; width: 48px; height: 48px; margin-left: -3px; margin-right: 5px; background-color: var(--bs-white); border-radius: 50%; }

/* =================================================================== */
/*  10. KEYFRAMES (ANİMASYONLAR)
/* =================================================================== */
@keyframes dash { 0% { stroke-dashoffset: 1000 } 100% { stroke-dashoffset: 0 } }
@keyframes dash-check { 0% { stroke-dashoffset: -100 } 100% { stroke-dashoffset: 900 } }
.shadow-alert { animation: svg-shadow 1s ease-in-out infinite alternate; }
@keyframes svg-shadow { 0%, 30%, 50% { opacity: .5; filter: drop-shadow(0 0 0 var(--bs-white)) drop-shadow(0 0 1px rgba(var(--bs-danger-rgb), .3)) drop-shadow(0 0 2px rgba(var(--bs-danger-rgb), .3)) } 40%, 60% { opacity: .99; filter: drop-shadow(0 0 4px var(--bs-white)) drop-shadow(0 0 3px rgb(var(--bs-danger-rgb), .3)) drop-shadow(0 0 6px rgb(var(--bs-danger-rgb), .3)) } }
.alert-top { -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); -webkit-animation: alert-top 0.5s ease-in-out infinite; animation: alert-top 0.5s ease-in-out infinite; }
@keyframes alert-top { 0% { -webkit-transform: translateY(0); transform: translateY(0) } 50% { -webkit-transform: translateY(-3px); transform: translateY(-3px) } 100% { -webkit-transform: translateY(0); transform: translateY(0) } }


/* =================================================================== */
/*  11. RESPONSIVE (MOBİL UYUMLULUK) AYARLARI
/* =================================================================== */

/* Genişlik Kırılımları */
@media (max-width: 568px) { .d-n-sm { display: none !important; } }
@media (max-width: 768px) { .d-n-md { display: none !important; } }
@media (max-width: 990px) { .d-n-lg { display: none !important; } }
@media (max-width: 1199px) { .d-n-xl { display: none !important; } }
@media (min-width: 1400px) { .d-n-xxl { display: none !important; } .container-xxl { max-width: 1600px !important; } }

/* Header Mobil */
@media (max-width: 768px) {
    header .h-bar {
        position: absolute;
        top: 0;
        right: 0;
        border: none;
        border-left: 1px solid var(--bs-border-color);
    }
}
@media (max-width: 990px) {
    header .head-nav .nav-body { overflow-x: auto; }
    .head-mobil-search .product-list ul { max-height: 200px; overflow-y: scroll; }
    .head-mobil-search .product-list ul > li .li-price { display: none; }
}

/* Hero Section Mobil */
@media (max-width: 990px) {
    .well-come { width: 100%; height: 360px; }
    .well-come .well-content .well-title { font-size: 44px; }
    .well-come .well-content .well-text { font-size: 19px; }
}
@media (max-width: 768px) {
    .well-come { height: 280px; }
    .well-come .well-content .well-title { font-size: 40px; }
    .well-come .well-content .well-text { font-size: 18px; }
    .well-come .well-content .well-url .btn { font-size: 20px; }
    .animation-container { max-width: 350px; height: 350px; }
    .center-showcase { width: 140px; height: 140px; }
    .center-showcase .showcase-item i { font-size: 2rem; }
    .center-showcase .showcase-item h3 { font-size: 0.9rem; }
    .services-wrapper .service-item { width: 80px; height: 80px; }
    .services-wrapper .service-item i { font-size: 1.4rem; }
    .services-wrapper .service-item span { font-size: 0.65rem; }
    .animation-container.animate .service-item-1 { transform: translate(-50%, -50%) translateY(-120px) scale(1); }
    .animation-container.animate .service-item-2 { transform: translate(-50%, -50%) translateX(120px) scale(1); }
    .animation-container.animate .service-item-3 { transform: translate(-50%, -50%) translateY(120px) scale(1); }
    .animation-container.animate .service-item-4 { transform: translate(-50%, -50%) translateX(-120px) scale(1); }
    .hero-buttons { flex-direction: column; align-items: center; gap: 12px; }
    .btn-hero-outline { width: 100% !important; max-width: 280px !important; min-width: unset !important; font-size: 16px !important; padding: 14px 20px !important; }
}
@media (max-width: 576px) {
    .btn-hero-outline { font-size: 15px !important; padding: 12px 18px !important; }
}

/* Reklam Mobil */
@media (max-width: 990px) {
    .advert-container .advert-stun { max-height: 150px !important; }
}

/* Ürünler Mobil */
@media (max-width: 990px) {
    .product-container .opportunities { padding: 0; }
    .product-container .card .card-img { height: 200px !important; transition: var(--bs-effect); }
    .product-container .card .card-ticket .new,
    .product-container .card .card-ticket .disc,
    .product-container .card .card-ticket .oppo { font-size: 16px; }
    .product-container .product-detail .prod-content { width: 100% !important; min-width: 100% !important; display: block !important; }
    .product-container .product-detail .prod-title { font-size: 28px; }
    .product-container .product-detail .prod-cate { font-size: 18px; }
}
@media (max-width: 568px) {
    .product-container .card .card-title { font-size: 17px; }
    .product-container .card .card-img { height: 180px !important; transition: var(--bs-effect); }
    .product-container .card .card-img-top { height: 180px !important; transition: var(--bs-effect); }
    .product-container .card .card-body { padding: 10px 0 0 5px; }
}

/* Kategori Kutuları Mobil */
@media (max-width: 990px) {
    .box-content { overflow-x: auto; }
    .box-content .box-item { width: 90px; height: 90px; }
}

/* İçerik Sayfası Mobil */
@media (max-width: 990px) {
    .body-container .body-header .head-img { width: 70px; height: 70px; transition: var(--bs-effect); }
    .body-container .body-header .body-title { font-size: 26px; }
    .body-container .body-header .body-title .sm-text { font-size: 14px; }
    .body-container .body-menu { overflow-x: auto; }
}
@media (max-width: 768px) {
    .body-container .body-stun .menu-head { display: flex; }
    .body-container .body-stun { min-width: 100%; }
    .body-container .body-stun .stun-menu { display: none; }
    .breadcrumb { height: auto; padding-top: 8px; padding-bottom: 8px; }
    .body-container .body-menu { overflow-x: auto; }
}

/* Blog Mobil */
@media (max-width: 768px) {
    .blog-container .blog-list .blog-item .blog-img { width: 120px !important; height: 100px; transition: var(--bs-effect); }
}

/* Akordiyon Mobil */
@media (max-width: 768px) {
    .accordion .accordion-body img { width: 100% !important; max-width: 100% !important; }
}

/* Hesap Sayfaları Mobil */
@media (max-width: 1299px) { .account-container .account-stun { width: 260px; } }
@media (max-width: 990px) {
    .account-container .account-stun { width: 100%; }
    .account-container .account-stun .menu-head { display: flex; }
    .account-container .account-stun .account-menu { width: 100%; }
    .account-container .account-stun .list-menu { display: none; }
    .account-container .account-body .order-list .order-item { width: 990px; }
}
@media (max-width: 578px) {
    .account-container .account-body .chat-container .chat-message.left .message { min-width: auto; }
    .account-container .account-body .chat-container .chat-message.right .message { min-width: auto; }
}

/* Sepet Sayfası Mobil */
@media (max-width: 1199px) { .boxed-body .box-order { max-width: 300px; } }
@media (max-width: 990px) { .boxed-body .box-order { max-width: 100% !important; } }

/* Footer ve Mobil Navigasyon */
@media (max-width: 990px) {
    footer .pact-menu { overflow-x: auto; }
}
@media (max-width: 768px) {
    .mobil-nav { display: block; }
    footer { margin-bottom: 30px; }
    footer .breadcrumb-open { display: block; background-color: var(--bs-dark-light); }
    footer .breadcrumb { padding: 0; border: 1px solid var(--bs-border-color); border-radius: var(--bs-border-radius); display: none; width: 100%; }
    footer .breadcrumb .breadcrumb-item { border-bottom: 1px solid var(--bs-border-color); width: 100% !important; display: block !important; }
    footer .breadcrumb .breadcrumb-item a { height: 44px; display: flex; align-items: center; justify-content: center; width: 100% !important; }
    footer .breadcrumb .breadcrumb-item:last-child { border-bottom: none; }
    footer .breadcrumb .breadcrumb-item::before { display: none !important; }
    .wa-me { bottom: 75px; }
}

/* Süreç Bölümü Mobil */
@media (max-width: 768px) {
    .process-timeline { flex-direction: column; align-items: center; }
    .timeline-line { display: none; }
    .process-step { max-width: 100%; margin-bottom: 50px; }
    .process-title { font-size: 2.5rem; }
}

/* Özel Arayüzler Mobil */
@media (max-width: 768px) {
    .interfaces-title { font-size: 2.5rem; }
    .features-grid { grid-template-columns: 1fr; gap: 20px; }
    .preview-cards { flex-direction: column; align-items: center; gap: 20px; }
    .interfaces-cta-button { padding: 12px 30px; font-size: 16px; }
}

/* AI Asistan Mobil */
@media (max-width: 1200px) {
    .features-main-layout { grid-template-columns: 1fr; gap: 50px; text-align: center; }
    .features-left, .features-right { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; max-width: 800px; margin: 0 auto; }
    .assistant-container { width: 300px; height: 300px; margin: 0 auto; }
    .circle-outer { width: 280px; height: 280px; }
    .circle-middle { width: 240px; height: 240px; }
    .circle-inner { width: 200px; height: 200px; }
    .assistant-image-container { width: 180px; height: 180px; }
    .assistant-image { width: 220px; height: 220px; }
    .assistant-placeholder { width: 150px; height: 150px; font-size: 3rem; }
}
@media (max-width: 768px) {
    .features-title { font-size: 2.5rem; }
    .features-left, .features-right { grid-template-columns: 1fr; }
    .assistant-container { width: 250px; height: 250px; }
    .circle-outer { width: 230px; height: 230px; }
    .circle-middle { width: 200px; height: 200px; }
    .circle-inner { width: 170px; height: 170px; }
    .assistant-image-container { width: 150px; height: 150px; }
    .assistant-image { width: 180px; height: 180px; }
    .assistant-placeholder { width: 120px; height: 120px; font-size: 2.5rem; }
}

/* SSS Mobil */
@media (max-width: 768px) {
    .faq-grid { grid-template-columns: 1fr; gap: 20px; }
    .faq-title { font-size: 2.5rem; }
    .faq-subtitle { font-size: 1.1rem; }
    .faq-question { padding: 20px; }
    .faq-question-text { font-size: 1.1rem; }
    .faq-answer-content { padding: 0 20px 25px 75px; font-size: 1rem; }
    .faq-icon { width: 40px; height: 40px; margin-right: 15px; font-size: 1.1rem; }
}
@media (max-width: 576px) {
    .faq-grid { grid-template-columns: 1fr; gap: 15px; }
    .faq-question { padding: 18px 15px; flex-direction: column; align-items: flex-start; gap: 15px; }
    .faq-question-content { width: 100%; }
    .faq-toggle { align-self: flex-end; margin-top: -35px; }
    .faq-answer-content { padding: 0 15px 20px 15px; }
}


/* =================================================================== */
/*  AI HİZMETLERİ BÖLÜMÜ - AI SERVICES SECTION
/* =================================================================== */

.ai-services-section {
    padding: 100px 0;
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
    position: relative;
    overflow: hidden;
}

.ai-services-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(45deg, rgba(241, 126, 0, 0.02) 0%, rgba(108, 92, 231, 0.02) 100%);
    z-index: 1;
}

.services-container {
    position: relative;
    z-index: 2;
}

.services-header {
    text-align: center;
    margin-bottom: 70px;
}

.services-badge {
    display: inline-block;
    background: linear-gradient(135deg, var(--bs-theme), #ffd700);
    color: white;
    padding: 10px 25px;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 25px;
    box-shadow: 0 4px 20px rgba(241, 126, 0, 0.3);
}

.services-badge i {
    margin-right: 10px;
    color: #fff;
}

.services-title {
    font-size: 3rem;
    font-weight: 700;
    background: linear-gradient(45deg, var(--bs-theme), #e67e22);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 20px;
    line-height: 1.2;
}

.services-subtitle {
    font-size: 1.2rem;
    color: var(--bs-secondary);
    max-width: 700px;
    margin: 0 auto;
    line-height: 1.6;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 30px;
    max-width: 1400px;
    margin: 0 auto;
}

.service-card {
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(20px);
    border-radius: 25px;
    padding: 35px;
    border: 1px solid rgba(241, 126, 0, 0.1);
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    position: relative;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    cursor: pointer;
}

.service-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(241, 126, 0, 0.05) 0%, rgba(108, 92, 231, 0.05) 100%);
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: -1;
}

.service-card:hover {
    transform: translateY(-15px) scale(1.02);
    box-shadow: 0 25px 50px rgba(241, 126, 0, 0.2);
    border-color: var(--bs-theme);
}

.service-card:hover::before {
    opacity: 1;
}

.service-emoji {
    font-size: 3.5rem;
    margin-bottom: 20px;
    display: block;
    transition: transform 0.3s ease;
    filter: drop-shadow(0 4px 8px rgba(0,0,0,0.1));
}

.service-card:hover .service-emoji {
    transform: scale(1.1) rotate(5deg);
}

.service-title {
    font-size: 1.4rem;
    font-weight: 700;
    color: var(--bs-body-color);
    margin-bottom: 15px;
    line-height: 1.3;
}

.service-description {
    font-size: 1rem;
    color: var(--bs-secondary);
    line-height: 1.7;
    margin-bottom: 25px;
}

.service-features {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 20px;
}

.service-feature {
    background: rgba(241, 126, 0, 0.1);
    color: var(--bs-theme);
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 500;
    border: 1px solid rgba(241, 126, 0, 0.2);
}

.service-cta {
    display: inline-flex;
    align-items: center;
    color: var(--bs-theme);
    font-weight: 600;
    text-decoration: none;
    font-size: 0.95rem;
    transition: all 0.3s ease;
}

.service-cta i {
    margin-left: 8px;
    transition: transform 0.3s ease;
}

.service-card:hover .service-cta {
    color: #e67e22;
}

.service-card:hover .service-cta i {
    transform: translateX(5px);
}

/* Premium Service Highlight */
.service-card.premium {
    background: linear-gradient(135deg, rgba(241, 126, 0, 0.1), rgba(255, 215, 0, 0.1));
    border: 2px solid rgba(241, 126, 0, 0.3);
    position: relative;
}

.service-card.premium::after {
    content: '⭐ Premium';
    position: absolute;
    top: 15px;
    right: 15px;
    background: var(--bs-theme);
    color: white;
    padding: 5px 12px;
    border-radius: 15px;
    font-size: 0.8rem;
    font-weight: 600;
}

/* Floating Animation Elements */
.services-floating-elements {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    z-index: 1;
}

.floating-service-element {
    position: absolute;
    background: rgba(241, 126, 0, 0.1);
    border-radius: 50%;
    animation: floatServices 12s ease-in-out infinite;
}

.floating-service-element:nth-child(1) {
    width: 80px;
    height: 80px;
    top: 10%;
    left: 5%;
    animation-delay: 0s;
}

.floating-service-element:nth-child(2) {
    width: 60px;
    height: 60px;
    top: 60%;
    right: 8%;
    animation-delay: 4s;
}

.floating-service-element:nth-child(3) {
    width: 100px;
    height: 100px;
    bottom: 20%;
    left: 15%;
    animation-delay: 8s;
}

@keyframes floatServices {
    0%, 100% {
        transform: translateY(0px) translateX(0px) rotate(0deg);
        opacity: 0.3;
    }
    33% {
        transform: translateY(-25px) translateX(15px) rotate(120deg);
        opacity: 0.6;
    }
    66% {
        transform: translateY(-10px) translateX(-20px) rotate(240deg);
        opacity: 0.4;
    }
}

/* Responsive Design */
@media (max-width: 768px) {
    .services-grid {
        grid-template-columns: 1fr;
        gap: 25px;
    }
    
    .services-title {
        font-size: 2.5rem;
    }
    
    .service-card {
        padding: 25px;
    }
    
    .service-emoji {
        font-size: 3rem;
    }
    
    .service-title {
        font-size: 1.2rem;
    }
}

@media (max-width: 576px) {
    .services-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .service-card {
        padding: 20px;
    }
    
    .service-emoji {
        font-size: 2.5rem;
    }
}



/* =================================================================== */
/*  KULLANICI YORUMLARI BÖLÜMÜ - TESTIMONIALS SECTION
/* =================================================================== */

.testimonials-section {
    padding: 120px 0;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    position: relative;
    overflow: hidden;
}

.testimonials-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(45deg, rgba(108, 92, 231, 0.1) 0%, rgba(241, 126, 0, 0.1) 100%);
    z-index: 1;
}

.testimonials-section::after {
    content: '';
    position: absolute;
    top: -30%;
    left: -30%;
    width: 160%;
    height: 160%;
    background: radial-gradient(circle, rgba(255,255,255,0.03) 2px, transparent 2px);
    background-size: 100px 100px;
    animation: testimonialDrift 30s linear infinite;
    z-index: 1;
}

@keyframes testimonialDrift {
    0% { transform: translate(0, 0) rotate(0deg); }
    100% { transform: translate(100px, 100px) rotate(360deg); }
}

.testimonials-container {
    position: relative;
    z-index: 2;
}

.testimonials-header {
    text-align: center;
    margin-bottom: 80px;
    color: white;
}

.testimonials-badge {
    display: inline-block;
    background: rgba(255, 255, 255, 0.2);
    color: white;
    padding: 12px 30px;
    border-radius: 35px;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 30px;
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.testimonials-badge i {
    margin-right: 12px;
    color: #ffd700;
    font-size: 1.1rem;
}

.testimonials-title {
    font-size: 3.5rem;
    font-weight: 700;
    color: white;
    margin-bottom: 25px;
    text-shadow: 0 4px 20px rgba(0,0,0,0.3);
    line-height: 1.1;
}

.testimonials-subtitle {
    font-size: 1.3rem;
    color: rgba(255, 255, 255, 0.9);
    max-width: 650px;
    margin: 0 auto;
    line-height: 1.6;
}

.testimonials-carousel {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    padding: 0 20px;
}

.testimonials-track {
    display: flex;
    transition: transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    gap: 30px;
}

.testimonial-card {
    flex: 0 0 100%;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(30px);
    border-radius: 30px;
    padding: 50px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
    position: relative;
    overflow: hidden;
    text-align: center;
}

.testimonial-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.05) 100%);
    z-index: -1;
}

.testimonial-quote {
    position: absolute;
    top: 20px;
    left: 30px;
    font-size: 4rem;
    color: var(--bs-theme);
    opacity: 0.3;
    font-family: serif;
    line-height: 1;
}

.testimonial-content {
    position: relative;
    z-index: 2;
}

.testimonial-text {
    font-size: 1.3rem;
    color: var(--bs-body-color);
    line-height: 1.8;
    margin-bottom: 40px;
    font-style: italic;
    font-weight: 300;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.testimonial-author {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-top: 30px;
}

.author-avatar {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
    border: 4px solid rgba(241, 126, 0, 0.3);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    position: relative;
}

.author-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.author-placeholder {
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, var(--bs-theme), #ffd700);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    color: white;
    font-weight: 600;
}

.author-info {
    text-align: left;
}

.author-name {
    font-size: 1.4rem;
    font-weight: 700;
    color: var(--bs-body-color);
    margin-bottom: 5px;
}

.author-position {
    font-size: 1rem;
    color: var(--bs-theme);
    font-weight: 600;
    margin-bottom: 3px;
}

.author-company {
    font-size: 0.95rem;
    color: var(--bs-secondary);
    font-weight: 400;
}

.testimonial-rating {
    display: flex;
    justify-content: center;
    gap: 5px;
    margin-bottom: 30px;
}

.testimonial-rating i {
    color: #ffd700;
    font-size: 1.5rem;
    text-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

/* Navigation Controls */
.testimonials-navigation {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    margin-top: 60px;
}

.testimonial-nav-btn {
    width: 60px;
    height: 60px;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(20px);
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    color: white;
    font-size: 1.5rem;
}

.testimonial-nav-btn:hover {
    background: rgba(255, 255, 255, 0.3);
    border-color: rgba(255, 255, 255, 0.5);
    transform: scale(1.1);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}

.testimonial-nav-btn:active {
    transform: scale(0.95);
}

.testimonial-dots {
    display: flex;
    gap: 12px;
}

.testimonial-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.4);
    cursor: pointer;
    transition: all 0.3s ease;
}

.testimonial-dot.active {
    background: white;
    transform: scale(1.3);
    box-shadow: 0 0 20px rgba(255, 255, 255, 0.5);
}

/* Floating Elements */
.testimonials-floating-elements {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    z-index: 1;
}

.floating-testimonial-element {
    position: absolute;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    animation: floatTestimonials 15s ease-in-out infinite;
}

.floating-testimonial-element:nth-child(1) {
    width: 120px;
    height: 120px;
    top: 8%;
    left: 3%;
    animation-delay: 0s;
}

.floating-testimonial-element:nth-child(2) {
    width: 80px;
    height: 80px;
    top: 70%;
    right: 5%;
    animation-delay: 5s;
}

.floating-testimonial-element:nth-child(3) {
    width: 100px;
    height: 100px;
    bottom: 15%;
    left: 8%;
    animation-delay: 10s;
}

@keyframes floatTestimonials {
    0%, 100% {
        transform: translateY(0px) translateX(0px) rotate(0deg);
        opacity: 0.2;
    }
    25% {
        transform: translateY(-30px) translateX(20px) rotate(90deg);
        opacity: 0.5;
    }
    50% {
        transform: translateY(-20px) translateX(-25px) rotate(180deg);
        opacity: 0.3;
    }
    75% {
        transform: translateY(-40px) translateX(15px) rotate(270deg);
        opacity: 0.6;
    }
}

/* Responsive Design */
@media (max-width: 768px) {
    .testimonials-title {
        font-size: 2.8rem;
    }
    
    .testimonials-subtitle {
        font-size: 1.1rem;
    }
    
    .testimonial-card {
        padding: 30px;
    }
    
    .testimonial-text {
        font-size: 1.1rem;
    }
    
    .testimonial-author {
        flex-direction: column;
        text-align: center;
    }
    
    .author-info {
        text-align: center;
    }
    
    .author-avatar {
        width: 70px;
        height: 70px;
    }
    
    .testimonial-nav-btn {
        width: 50px;
        height: 50px;
        font-size: 1.3rem;
    }
}

@media (max-width: 576px) {
    .testimonial-card {
        padding: 25px;
    }
    
    .testimonial-text {
        font-size: 1rem;
    }
    
    .testimonials-navigation {
        gap: 20px;
        margin-top: 40px;
    }
}


/* Basit Testimonials CSS */
.simple-testimonials-section {
    padding: 100px 0;
    background: #ffffff;
}

.simple-testimonials-header {
    text-align: center;
    margin-bottom: 60px;
}

.simple-testimonials-badge {
    display: inline-block;
    background: linear-gradient(135deg, var(--bs-theme), #ffd700);
    color: white;
    padding: 10px 25px;
    border-radius: 25px;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 20px;
}

.simple-testimonials-badge i {
    margin-right: 8px;
}

.simple-testimonials-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--bs-body-color);
    margin-bottom: 20px;
}

.simple-testimonials-subtitle {
    font-size: 1.1rem;
    color: var(--bs-secondary);
    max-width: 600px;
    margin: 0 auto;
}

.simple-testimonials-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
}

.simple-testimonial-card {
    background: #ffffff;
    border: 1px solid #e9ecef;
    border-radius: 15px;
    padding: 30px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    position: relative;
}

.simple-testimonial-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(241, 126, 0, 0.15);
    border-color: var(--bs-theme);
}

.simple-testimonial-quote {
    font-size: 3rem;
    color: var(--bs-theme);
    opacity: 0.3;
    position: absolute;
    top: 15px;
    left: 20px;
    font-family: serif;
}

.simple-testimonial-stars {
    display: flex;
    gap: 3px;
    margin-bottom: 20px;
    margin-top: 10px;
}

.simple-testimonial-stars i {
    color: #ffd700;
    font-size: 1.2rem;
}

.simple-testimonial-text {
    font-size: 1rem;
    color: var(--bs-body-color);
    line-height: 1.6;
    margin-bottom: 25px;
    font-style: italic;
}

.simple-testimonial-author {
    display: flex;
    align-items: center;
    gap: 15px;
}

.simple-author-avatar {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--bs-theme), #ffd700);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    color: white;
    font-size: 1.3rem;
}

.simple-author-info h5 {
    font-size: 1.1rem;
    font-weight: 600;
    color: var(--bs-body-color);
    margin-bottom: 2px;
}

.simple-author-position {
    font-size: 0.9rem;
    color: var(--bs-theme);
    font-weight: 500;
    margin-bottom: 2px;
}

.simple-author-company {
    font-size: 0.85rem;
    color: var(--bs-secondary);
}

@media (max-width: 768px) {
    .simple-testimonials-title {
        font-size: 2rem;
    }
    
    .simple-testimonials-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .simple-testimonial-card {
        padding: 25px;
    }
}


/* =================================================================== */
/*  12. EKİBİMİZ BÖLÜMÜ (TEAM SECTION)
/* =================================================================== */

.team-section {
    background-color: var(--bs-dark-light, #f8f9fa); /* Temanızın açık gri arka plan rengi */
}

.team-section-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--bs-body-color);
    margin-bottom: 15px;
}

.team-section-subtitle {
    font-size: 1.1rem;
    color: var(--bs-secondary);
    max-width: 600px;
    margin: 0 auto;
}

.team-card {
    background-color: var(--bs-body-bg);
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.07);
    text-align: center;
    padding: 25px;
    position: relative;
    transition: all 0.4s ease;
    border: 1px solid var(--bs-border-color);
}

.team-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    border-color: var(--bs-theme);
}

.team-card-image-wrapper {
    position: relative;
    width: 160px;
    height: 160px;
    margin: 0 auto 20px auto;
}

.team-card-image-wrapper img {
    width: 100%;
    height: 100%;
    border-radius: 50%; /* Fotoğrafı yuvarlak yapar */
    object-fit: cover; /* Resmin orantısını korur */
    border: 4px solid var(--bs-border-color);
    transition: all 0.4s ease;
}

.team-card:hover .team-card-image-wrapper img {
    border-color: var(--bs-theme);
    transform: scale(1.05);
}

.team-card-info {
    position: relative;
}

.team-member-name {
    font-size: 1.3rem;
    font-weight: 600;
    color: var(--bs-body-color);
    margin-bottom: 5px;
}

.team-member-title {
    font-size: 0.95rem;
    font-weight: 500;
    color: var(--bs-theme); /* Unvanı tema renginde yapar */
    margin: 0;
}

/* Sosyal Medya İkonları */
.team-card-social {
    position: absolute;
    bottom: 10px;
    left: 50%;
    display: flex;
    gap: 12px;
    opacity: 0; /* Normalde gizli */
    transition: all 0.4s ease;
    transform: translate(-50%, 15px); /* Başlangıç pozisyonu */
}

.team-card:hover .team-card-social {
    opacity: 1; /* Fare üzerine gelince görünür yap */
    transform: translate(-50%, 0); /* Yukarı doğru kayarak belirir */
}

.team-card-social a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    background-color: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(4px);
    color: var(--bs-body-color);
    border-radius: 50%;
    font-size: 16px;
    text-decoration: none;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
}

.team-card-social a:hover {
    background-color: var(--bs-theme);
    color: var(--bs-white);
    transform: scale(1.1);
}




/* =================================================================== */
/*  13. HEADER - MERKEZİ KATEGORİ NAVİGASYONU
/* =================================================================== */

/* Yeni eklenen ana sarmalayıcıyı ortalamak ve hizalamak için */
.header-categories {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 2rem; /* Sağ ve sol boşluklar */
}

/* head-nav artık dikeyde ortalanmalı ve eski üst çizgisi olmamalı */
header .head-nav {
    border-top: none;
    width: 100%;
}

/* nav-body'nin içindeki flex özelliklerini güncelleyelim */
header .head-nav .nav-body {
    justify-content: center; /* Kategorileri yatayda ortalar */
    align-items: center;
    width: 100%;
    gap: 0 1rem; /* Kategori aralarındaki boşluğu biraz artıralım */
    overflow: visible; /* Kaydırma çubuğu artık gereksiz */
}

/* Kategori linklerinin görünümünü iyileştirelim */
header .head-nav .nav-body .nav-item {
    font-size: 20px; /* Fontu biraz küçülterek daha fazla kategori sığdırabiliriz */
    font-weight: 500;
    padding: 8px 15px; /* Daha modern bir buton hissi için */
    border-radius: 8px; /* Yumuşak kenarlar */
    transition: all 0.3s ease;
    border-bottom: none !important; /* Eski alt çizgiyi tamamen kaldıralım */
    white-space: nowrap; /* Uzun kategori isimlerinin alt satıra kaymasını önler */
}

/* Üzerine gelince ve aktifken oluşacak efekt */
header .head-nav .nav-body .nav-item:hover,
header .head-nav .nav-body .active {
    background-color: var(--bs-dark-light);
    color: var(--bs-theme);
}





