/* Basic Theme - Layout & Structure */

.card {
    background-color: var(--bs-surface);
}

html, body {
    margin: 0;
    padding: 0;
}

body.basic-body {
    font-family: var(--bs-font);
    font-size: 15px;
    color: var(--bs-text);
    background: var(--bs-white);
    line-height: 1.73;
}

/* Safety reset: prevent unintended top white gap above header */
body.basic-body > .body {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

#header.bs-header {
    margin-top: 0 !important;
    top: 0 !important;
}

/* Bakım modu banner'ı aktifken header banner yüksekliği kadar aşağı kayar */
.has-maintenance-banner #header.bs-header {
    top: 41px !important;
}

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

a:hover {
    color: var(--bs-primary-dark);
}

img {
    max-width: 100%;
    height: auto;
}

.main {
    min-height: 40vh;
}

.bs-section {
    padding: 88px 0;
    overflow: visible;
}

.bs-section-light {
    background: var(--bs-light);
}

.bs-section--contact {
    padding: 60px 0;
}

.bs-section-title {
    font-size: clamp(24px, 3vw, 34px);
    line-height: 1.2;
    font-weight: 700;
    color: var(--bs-dark);
    margin-bottom: 0;
}

.bs-section-heading {
    position: relative;
    padding-bottom: 14px;
}

.bs-section-heading::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 72px;
    height: 2px;
    border-radius: 999px;
    background: rgba(17, 43, 122, 0.18);
}

.bs-section-desc {
    max-width: 720px;
    margin: 0 auto;
    color: var(--bs-gray);
    font-size: 16px;
}

.bs-header {
    position: sticky;
    top: 0;
    z-index: 1000;
    background: rgba(255, 255, 255, 0.96);
    backdrop-filter: saturate(180%) blur(16px);
    border-bottom: 1px solid rgba(15, 23, 42, 0.06);
}

.bs-topbar {
    background: var(--bs-dark);
    color: rgba(255, 255, 255, 0.82);
    font-size: 13px;
}

.bs-topbar-row,
.bs-header-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.bs-topbar-row {
    min-height: 44px;
}

.bs-topbar-left,
.bs-topbar-social,
.bs-nav-list,
.bs-mobile-nav-list,
.bs-footer-links {
    list-style: none;
    margin: 0;
    padding: 0;
}

.bs-topbar-left,
.bs-topbar-right,
.bs-topbar-social {
    display: flex;
    align-items: center;
    gap: 18px;
}

.bs-topbar-left li,
.bs-topbar-social li {
    display: flex;
    align-items: center;
    gap: 8px;
}

.bs-topbar-left a,
.bs-topbar-social a,
.bs-topbar-lang > a,
.bs-lang > a {
    color: inherit;
}

.bs-topbar-social a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
}

.bs-topbar-social a:hover {
    background: rgba(255, 255, 255, 0.16);
    color: var(--bs-white);
}

.bs-topbar-lang > a,
.bs-lang > a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.bs-topbar-lang > .dropdown-toggle::after,
.bs-lang > .dropdown-toggle::after {
    display: none;
}

.bs-topbar-lang > a i,
.bs-lang > a i {
    display: none;
}

.bs-topbar-lang > a::before,
.bs-lang > a::before {
    content: "\f078";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 11px;
    line-height: 1;
    opacity: 0.85;
    order: 3;
}

.bs-header-top {
    min-height: 86px;
}

.bs-logo a {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--bs-dark);
}

.bs-logo img {
    display: block;
}

.bs-logo-image {
    max-height: 48px;
    width: auto;
}

.bs-logo-image-sm {
    max-height: 36px;
}

/* Çift logo: header rengine göre light/dark logo göster/gizle */
/* !important — .bs-logo img { display:block } kuralını ezmek için zorunlu */
.bs-logo img.bs-logo-light { display: block !important; }
.bs-logo img.bs-logo-dark  { display: none  !important; }

.bs-header-dark-bg .bs-logo img.bs-logo-light { display: none  !important; }
.bs-header-dark-bg .bs-logo img.bs-logo-dark  { display: block !important; }

.bs-flag-icon {
    border-radius: 2px;
}

.bs-flag-icon-shrink {
    flex-shrink: 0;
}

.bs-hidden {
    display: none !important;
}

.bs-request-readonly {
    background: transparent;
    border: 1px solid #dee2e6;
    cursor: not-allowed;
}

.bs-request-print {
    position: absolute;
    right: 10px;
    top: 10px;
    border: 1px solid #ddd;
    padding: 5px;
    cursor: pointer;
}

.bs-divider-space-md {
    height: 2rem;
}

.bs-divider-dots-default {
    text-align: center;
    color: #94a3b8;
    font-size: 1.4rem;
    letter-spacing: .6rem;
    padding: .75rem 0;
}

.bs-divider-default {
    margin: 0;
    border: 0;
    border-top: 2px solid #cbd5e1;
}

.bs-map-placeholder-default {
    height: 300px;
    border: 1px dashed #ccc;
    border-radius: .5rem;
}

.bs-list-card {
    border: 1px solid var(--bs-border);
    border-radius: var(--bs-radius);
    background: var(--bs-surface);
}

.bs-list-card-muted {
    background: rgba(255, 255, 255, .07);
}

.bs-list-thumb {
    width: 70px;
    height: 70px;
    object-fit: cover;
    border-radius: var(--bs-radius);
    flex-shrink: 0;
}

.bs-cta-section {
    text-align: center;
}

.bs-search-result-thumb {
    width: 36px;
    height: 36px;
    object-fit: cover;
    border-radius: 4px;
    flex-shrink: 0;
}

.bs-qty-input {
    width: 84px;
}

.bs-logo-text {
    font-size: 22px;
    font-weight: 700;
    letter-spacing: -.03em;
}

.bs-nav {
    flex: 1;
    justify-content: center;
}

.bs-nav-list {
    display: flex;
    align-items: center;
    gap: 30px;
}

.bs-nav-list > li {
    position: relative;
}

.bs-nav-list > li > a,
.bs-nav-list > li > button {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--bs-dark);
    font-weight: 600;
    padding: 30px 0;
    background: none;
    border: none;
}

.bs-nav-list > li > a:hover,
.bs-nav-list > li > a.active {
    color: var(--bs-primary);
}

/* Koyu header: nav linkleri beyaz */
.bs-header-dark-bg .bs-nav-list > li > a,
.bs-header-dark-bg .bs-nav-list > li > button {
    color: rgba(255, 255, 255, 0.92);
}
.bs-header-dark-bg .bs-nav-list > li > a:hover,
.bs-header-dark-bg .bs-nav-list > li > a.active {
    color: #ffffff;
}

/* Koyu header: arama ve mobil menü butonları */
.bs-header-dark-bg .bs-search-toggle,
.bs-header-dark-bg .bs-nav-toggle {
    background: rgba(255, 255, 255, 0.12);
    border-color: rgba(255, 255, 255, 0.25);
    color: #ffffff;
}

.bs-dropdown {
    position: absolute;
    top: calc(100% - 10px);
    left: 0;
    min-width: 220px;
    list-style: none;
    margin: 0;
    padding-left: 0;
    background: var(--bs-white);
    border: 1px solid var(--bs-border);
    border-radius: 16px;
    box-shadow: var(--bs-shadow);
    padding: 10px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(8px);
    transition: opacity var(--bs-transition), transform var(--bs-transition), visibility var(--bs-transition);
    z-index: 25;
}

.bs-nav-list li:hover > .bs-dropdown,
.bs-mobile-nav-list .show > .bs-dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.bs-dropdown li {
    position: relative;
    list-style: none;
}

.bs-dropdown .has-dropdown {
    position: relative;
}

.bs-dropdown a,
.bs-dropdown button {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 8px 10px;
    color: var(--bs-dark);
    border-radius: 10px;
    background: none;
    border: none;
    text-align: left;
}

.bs-dropdown a:hover,
.bs-dropdown a.active,
.bs-dropdown button:hover {
    background: rgba(37, 99, 235, 0.08);
    color: var(--bs-primary);
}

.bs-dropdown .has-dropdown > .bs-dropdown {
    top: 0;
    left: calc(100% + 6px);
    transform: translateX(-8px);
    margin-left: 0;
}

.bs-dropdown li:hover > .bs-dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
}

.bs-dropdown .has-dropdown:hover::after {
    content: "";
    position: absolute;
    top: 0;
    left: 100%;
    width: 12px;
    height: 100%;
}

.bs-header-right {
    display: flex;
    align-items: center;
    gap: 14px;
}

.bs-header-phone {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    white-space: nowrap;
    font-size: 0.875rem;
    font-weight: 600;
    color: var(--bs-primary);
    text-decoration: none;
}

.bs-header-phone:hover {
    color: var(--bs-primary-dark, var(--bs-primary));
}

.bs-search-wrap {
    position: relative;
}

.bs-search-toggle,
.bs-nav-toggle {
    width: 46px;
    height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--bs-border);
    background: var(--bs-white);
    color: var(--bs-dark);
    border-radius: 999px;
}

.bs-search-desktop {
    position: absolute;
    top: calc(100% + 14px);
    right: 0;
    width: min(420px, calc(100vw - 32px));
    background: var(--bs-white);
    border: 1px solid var(--bs-border);
    border-radius: 18px;
    padding: 16px;
    box-shadow: var(--bs-shadow);
    display: none !important;
}

.bs-search-wrap.is-open .bs-search-desktop {
    display: block !important;
}

.bs-search-desktop.open,
.bs-search-wrap.is-open .bs-search-desktop {
    display: block !important;
}

.bs-search-group,
.bs-search-inner {
    display: flex;
    align-items: center;
    border: 1px solid var(--bs-border);
    background: var(--bs-white);
    border-radius: 999px;
    overflow: hidden;
}

.bs-search-input {
    flex: 1;
    min-width: 0;
    border: none;
    outline: none;
    background: transparent;
    padding: 0 18px;
    height: 52px;
    color: var(--bs-dark);
}

.bs-search-btn,
.bs-search-close {
    width: 54px;
    height: 52px;
    border: none;
    background: transparent;
    color: var(--bs-primary);
}

.bs-search-icon {
    width: 46px;
    height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: var(--bs-gray);
    pointer-events: none;
}

.bs-search-info {
    display: block;
    margin-top: 10px;
    color: var(--bs-gray);
}

.bs-search-results {
    margin-top: 12px;
    border: 1px solid var(--bs-border);
    border-radius: 16px;
    overflow: hidden;
    background: var(--bs-white);
}

.bs-search-results .list-group-item {
    border: none;
    border-top: 1px solid var(--bs-border);
}

.bs-search-results .list-group-item:first-child {
    border-top: none;
}

.bs-search-box {
    border-top: 1px solid var(--bs-border);
    background: var(--bs-white);
    padding: 14px 16px 18px;
    display: none;
}

.bs-search-box.open,
.bs-search-box.is-open {
    display: block;
}

.bs-mobile-nav-list {
    padding: 12px 0;
}

.bs-mobile-nav-list > li > a,
.bs-mobile-nav-list > li > button {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 14px 24px;
    color: var(--bs-dark);
    border: none;
    background: none;
    text-align: left;
    font-weight: 600;
}

.bs-mobile-nav-list .bs-dropdown {
    position: static;
    transform: none;
    opacity: 1;
    visibility: visible;
    box-shadow: none;
    border: none;
    border-left: 2px solid var(--bs-border);
    border-radius: 0;
    margin: 0 0 0 24px;
    padding: 0 0 0 10px;
    display: none;
}

.bs-mobile-nav-list .show > .bs-dropdown {
    display: block;
}

.bs-breadcrumb {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    font-size: 14px;
    color: var(--bs-gray);
}

.bs-breadcrumb a {
    color: inherit;
}

.bs-breadcrumb a:hover {
    color: var(--bs-primary);
}

/* Page-header (koyu zemin) içindeki breadcrumb linkleri beyaz */
.bs-page-header .bs-breadcrumb {
    color: rgba(255,255,255,0.75);
}

.bs-page-header .bs-breadcrumb li + li::before {
    content: '/';
    margin: 0 0.5rem;
    color: rgba(255,255,255,0.35);
    font-size: 0.75rem;
}

.bs-page-header .bs-breadcrumb a {
    color: #fff;
    opacity: 0.75;
    text-decoration: none;
    transition: opacity 0.2s ease;
}

.bs-page-header .bs-breadcrumb a:hover {
    opacity: 1;
    color: #fff;
}

.bs-page-header .bs-breadcrumb li.is-active span,
.bs-page-header .bs-breadcrumb li.active {
    color: #fff;
    font-weight: 500;
}

.bs-footer {
    background: var(--bs-footer-bg);
    color: rgba(255, 255, 255, 0.82);
    margin-top: 80px;
}

.bs-footer a {
    color: rgba(255, 255, 255, 0.82);
}

.bs-footer a:hover {
    color: var(--bs-white);
}

.bs-footer-title {
    display: inline-block;
    font-size: 20px;
    line-height: 1.2;
    font-weight: 700;
    color: var(--bs-white);
    margin-bottom: 18px;
    padding-bottom: 10px;
    border-bottom: 3px solid var(--bs-primary);
}

.bs-footer-text,
.bs-footer-links li {
    color: rgba(255, 255, 255, 0.82);
}

.bs-footer-description {
    color: rgba(255, 255, 255, 0.72);
    margin-top: 4px;
    margin-bottom: 0;
}

.bs-footer-logo {
    margin-bottom: 6px;
}

p.bs-footer-text {
    margin-top: 0;
    margin-bottom: 4px;
}

.bs-footer-links li + li {
    margin-top: 12px;
}


.bs-contact-list,
.bs-social-links,
.bs-page-side-list,
.bs-cat-menu,
.bs-cat-menu-children,
.bs-cat-menu-products {
    list-style: none;
    margin: 0;
    padding: 0;
}

.bs-contact-list li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 14px;
    color: var(--bs-text);
}

.bs-footer .bs-contact-list li {
    color: rgba(255, 255, 255, 0.82);
}

.bs-contact-list li:last-child {
    margin-bottom: 0;
}

.bs-contact-list i {
    width: 18px;
    margin-top: 4px;
    color: var(--bs-primary);
    text-align: center;
}

.bs-contact-list span,
.bs-contact-list a {
    flex: 1;
    line-height: 1.6;
    color: var(--bs-text);
}

.bs-footer .bs-contact-list a {
    color: rgba(255, 255, 255, 0.82);
}

.bs-footer .bs-contact-list span {
    color: rgba(255, 255, 255, 0.9);
}

.bs-footer-contact-list li,
.bs-working-hours-list li {
    gap: 14px;
}

.bs-footer-contact-list i,
.bs-working-hours-list i {
    width: 20px;
    margin-top: 3px;
    font-size: 15px;
}

.bs-footer-contact-list span,
.bs-working-hours-list span {
    line-height: 1.72;
}

.bs-working-hours-list span {
    display: block;
}

.bs-social-links {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.bs-social-links a {
    width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    background: rgba(255, 255, 255, 0.06);
    color: #fff;
}

.bs-social-links a:hover {
    background: var(--bs-primary);
    border-color: var(--bs-primary);
    color: #fff;
}

/* Contact builder sosyal medya elementi — açık arka plan için */
.bs-social-links.bs-social-links--lg a {
    border: 1px solid var(--bs-border) !important;
    background: var(--bs-light) !important;
    color: #1e293b !important;
    font-size: 17px;
}

.bs-social-links.bs-social-links--lg a:hover {
    background: var(--bs-primary) !important;
    border-color: var(--bs-primary) !important;
    color: #fff !important;
}

.bs-honeypot {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

.bs-footer-newsletter {
    position: relative;
}

.bs-footer-newsletter .input-group {
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
    width: 100%;
}

.bs-footer-newsletter .input-group > .form-control {
    min-width: 0;
    flex: 1 1 auto;
    height: 46px;
    border: none;
    border-radius: 12px 0 0 12px;
    box-shadow: none;
}

.bs-footer-newsletter .input-group > .form-control:focus {
    box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.18);
    position: relative;
    z-index: 1;
}

.bs-footer-newsletter .input-group > .btn {
    flex: 0 0 auto;
    min-width: 126px;
    height: 46px;
    padding: 0 18px;
    border-radius: 0 12px 12px 0;
    white-space: nowrap;
}

.bs-footer-map-link-wrap {
    display: block;
    margin-top: 2px;
}

.bs-footer-map-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 46px;
    padding: 0 20px;
    border-radius: 12px;
    color: #fff !important;
    border-color: rgba(255, 255, 255, 0.75) !important;
    background: transparent !important;
    transition: background-color var(--bs-transition), color var(--bs-transition), border-color var(--bs-transition);
}

.bs-footer-map-link i {
    color: inherit;
    transition: color var(--bs-transition);
}

.bs-footer-map-link:hover,
.bs-footer-map-link:focus {
    color: var(--bs-dark) !important;
    background: #fff !important;
    border-color: #fff !important;
}

.bs-footer-map-link:hover i,
.bs-footer-map-link:focus i {
    color: var(--bs-primary);
}

.bs-page-sidecard,
.bs-sidebar-widget {
    background: var(--bs-surface);
    border: 1px solid var(--bs-border);
    border-radius: 18px;
    padding: 22px;
    box-shadow: var(--bs-shadow);
}

.bs-page-sidecard-title,
.bs-sidebar-title {
    font-size: 22px;
    line-height: 1.2;
    font-weight: 700;
    color: var(--bs-dark);
    margin-bottom: 18px;
}

.bs-page-side-list li + li {
    margin-top: 8px;
}

.bs-page-side-list a {
    display: block;
    padding: 10px 14px;
    border-radius: 12px;
    color: var(--bs-dark);
    font-weight: 600;
}

.bs-page-side-list a:hover,
.bs-page-side-list a.active {
    background: rgba(37, 99, 235, 0.08);
    color: var(--bs-primary);
}

.bs-sidebar-widget + .bs-sidebar-widget {
    margin-top: 24px;
}

/* ── Root kategori öğeleri ── */
.bs-cat-menu > .bs-cat-menu-item {
    border-bottom: 1px solid var(--bs-border);
}

.bs-cat-menu > .bs-cat-menu-item:last-child {
    border-bottom: none;
}

/* Root satır */
.bs-cat-menu > .bs-cat-menu-item > .bs-cat-menu-row {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 0;
    cursor: pointer;
}

.bs-cat-menu > .bs-cat-menu-item > .bs-cat-menu-row .bs-cat-menu-link {
    color: var(--bs-body-color, #555);
    font-weight: 600;
    font-size: 0.95rem;
    flex: 1;
    transition: color 0.15s ease;
}

.bs-cat-menu > .bs-cat-menu-item > .bs-cat-menu-row .bs-cat-menu-link:hover {
    color: var(--bs-primary);
}

.bs-cat-menu > .bs-cat-menu-item.open > .bs-cat-menu-row .bs-cat-menu-link,
.bs-cat-menu > .bs-cat-menu-item > .bs-cat-menu-row .bs-cat-menu-link.active {
    color: var(--bs-primary);
    font-weight: 700;
}

/* Ok ikonu */
.bs-cat-menu-arrow {
    color: var(--bs-gray);
    font-size: 11px;
    transition: transform 0.25s ease;
    flex-shrink: 0;
}

.bs-cat-menu > .bs-cat-menu-item.open > .bs-cat-menu-row .bs-cat-menu-arrow {
    transform: rotate(90deg);
}

.bs-cat-menu-children .bs-cat-menu-row-item.open > .bs-cat-menu-child-row > .bs-cat-menu-arrow {
    transform: rotate(90deg);
}

/* ── Child kategoriler ── */
.bs-cat-menu-children {
    padding: 0 0 6px 14px;
}

.bs-cat-menu-children .bs-cat-menu-row-item {
    display: block;
    padding: 0;
}

.bs-cat-menu-children .bs-cat-menu-child-row {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 5px 0;
    cursor: pointer;
}

.bs-cat-menu-children .bs-cat-menu-link {
    color: var(--bs-gray);
    font-weight: 400;
    font-size: 0.8rem;
    flex: 1;
    transition: color 0.15s ease;
}

.bs-cat-menu-children .bs-cat-menu-link:hover,
.bs-cat-menu-children .bs-cat-menu-link.active {
    color: var(--bs-primary);
}

.bs-cat-menu-children .bs-cat-menu-arrow {
    font-size: 10px;
}

/* ── Ürün linkleri ── */
.bs-cat-menu-products {
    padding: 2px 0 6px 14px;
}

.bs-cat-menu-products li + li {
    margin-top: 2px;
}

.bs-cat-menu-product-link {
    display: block;
    padding: 2px 0;
    font-size: 0.8125rem;
    font-weight: 400;
    color: var(--bs-gray);
    transition: color 0.15s ease;
}

.bs-cat-menu-product-link:hover {
    color: var(--bs-primary);
}

.bs-cat-menu-product-link.active {
    color: var(--bs-primary);
    font-weight: 500;
}

.bs-footer-links a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.bs-footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding: 20px 0;
    font-size: 14px;
}

.bs-footer-copyright {
    color: rgba(255, 255, 255, 0.6);
}

.bs-powered-by {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    opacity: 0;
    transform: translateX(-40px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}

.bs-powered-by.bs-footer-anim-visible {
    opacity: 1;
    transform: translateX(0);
}

.bs-powered-by-text {
    color: rgba(255, 255, 255, 0.6);
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.03em;
    transition: color 0.2s ease;
}

.bs-powered-by img {
    height: 22px;
    width: auto;
    opacity: 0.75;
    transition: opacity 0.2s ease;
}

.bs-powered-by:hover img {
    opacity: 1;
}

.bs-powered-by:hover .bs-powered-by-text {
    color: rgba(255, 255, 255, 0.9);
}

.bs-footer-copyright {
    color: rgba(255, 255, 255, 0.6);
    opacity: 0;
    transform: translateX(40px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}

.bs-footer-copyright.bs-footer-anim-visible {
    opacity: 1;
    transform: translateX(0);
}

.bs-empty-state {
    padding: 28px;
    border: 1px dashed var(--bs-border);
    border-radius: var(--bs-radius-lg);
    background: var(--bs-light);
    color: var(--bs-gray);
    text-align: center;
}

/* ── Hero Slider — Bootstrap 5 Carousel ─────────────────── */
.bs-hero {
    position: relative;
    overflow: hidden;
    background: var(--bs-dark);
}

/* Carousel */
.bs-hero-carousel {
    position: relative;
    overflow: hidden;
    max-height: calc(100svh - var(--bs-header-h, 131px));
}

.bs-hero-carousel .carousel-inner {
    overflow: hidden;
}

.bs-hero-carousel .carousel-item {
    position: relative;
    overflow: hidden;
    height: calc(100svh - var(--bs-header-h, 131px));
}

/* Static fallback */
.bs-hero-static {
    position: relative;
    height: 100vh;
    display: flex;
    align-items: center;
}

/* Resim */
.bs-hero-img {
    display: block;
    width: 100%;
    height: calc(100svh - var(--bs-header-h, 131px));
}

/* Video wrap */
.bs-hero-video-wrap {
    position: absolute;
    inset: 0;
    pointer-events: none;
    overflow: hidden;
}

.bs-hero-video-wrap video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.bs-hero-video-wrap iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100vw;
    height: 56.25vw;
    min-height: 100%;
    min-width: 177.78vh;
}

/* Karartma overlay */
.bs-hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(2, 6, 23, 0.84) 0%, rgba(2, 6, 23, 0.48) 48%, rgba(2, 6, 23, 0.18) 100%);
    z-index: 1;
}

/* Metin içeriği */
.bs-hero-content {
    position: absolute;
    inset: 0;
    z-index: 2;
    display: flex;
    align-items: center;
}

.bs-hero-title {
    color: #fff;
    font-size: clamp(36px, 5vw, 68px);
    line-height: 1.05;
    letter-spacing: -0.04em;
    font-weight: 700;
    margin-bottom: 18px;
}

.bs-hero-desc {
    color: rgba(255, 255, 255, 0.86);
    font-size: 18px;
    line-height: 1.8;
    max-width: 640px;
    margin-bottom: 28px;
}

.bs-btn-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 52px;
    padding: 0 22px;
    border-radius: 999px;
    background: var(--bs-primary);
    color: #fff !important;
    font-weight: 700;
    border: none;
    text-decoration: none;
    box-shadow: 0 14px 30px rgba(37, 99, 235, 0.28);
    transition: background 0.2s;
}

.bs-btn-primary:hover {
    background: var(--bs-primary-dark);
    color: #fff !important;
}

.bs-btn-primary:disabled {
    background: var(--bs-primary) !important;
    color: #fff !important;
    opacity: 0.65;
    cursor: not-allowed;
}

/* ── Prev / Next oklar ── */
.bs-carousel-prev,
.bs-carousel-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    border: 2px solid rgba(255, 255, 255, 0.45);
    color: #fff;
    font-size: 17px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background 0.25s, border-color 0.25s, transform 0.2s;
    line-height: 1;
}

.bs-carousel-prev { left: 24px; }
.bs-carousel-next { right: 24px; }

.bs-carousel-prev:hover,
.bs-carousel-next:hover {
    background: rgba(255, 255, 255, 0.35);
    border-color: #fff;
    transform: translateY(-50%) scale(1.1);
    color: #fff;
}

/* ── Indicator dots ── */
.bs-hero-carousel .carousel-indicators {
    margin-bottom: 28px;
    gap: 8px;
    align-items: center;
}

.bs-hero-carousel .carousel-indicators [data-bs-slide-to] {
    width: 10px;
    height: 10px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.5);
    border: none;
    opacity: 1;
    padding: 0;
    margin: 0;
    flex-shrink: 0;
    transition: width 0.35s cubic-bezier(0.4, 0, 0.2, 1), background 0.35s;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.4);
}

.bs-hero-carousel .carousel-indicators .active {
    width: 32px;
    background: #fff;
    opacity: 1;
}

/* Responsive */
@media (max-width: 991px) {
    .bs-hero-static { height: 70vh; }
}

@media (max-width: 767px) {
    .bs-hero-static { height: 60vh; }

    .bs-carousel-prev,
    .bs-carousel-next { display: none; }

    .bs-hero-title { font-size: 32px; }
    .bs-hero-desc  { font-size: 15px; }
}

.bs-contact-bar {
    padding: 20px 0;
    background: transparent;
    border-bottom: 1px solid var(--bs-border);
}

.bs-contact-bar-text {
    color: var(--bs-section-text-color, var(--bs-gray));
    font-size: 17px;
}

.bs-contact-bar-text strong {
    color: var(--bs-section-text-color, var(--bs-dark));
}

.bs-contact-bar-actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 12px;
}

.bs-contact-bar-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-height: 48px;
    padding: 0 16px;
    border: 1px solid rgba(37, 99, 235, 0.12);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.92);
    color: var(--bs-section-text-color, var(--bs-dark));
    font-weight: 600;
    transition: background-color var(--bs-transition), border-color var(--bs-transition), color var(--bs-transition), transform var(--bs-transition), box-shadow var(--bs-transition);
}

.bs-contact-bar-link:hover,
.bs-contact-bar-link:focus {
    color: var(--bs-primary-dark);
    border-color: rgba(37, 99, 235, 0.22);
    background: var(--bs-surface);
    transform: translateY(-1px);
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.06);
}

.bs-contact-bar-link-icon {
    width: 28px;
    height: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: rgba(37, 99, 235, 0.1);
    color: var(--bs-primary);
    flex: 0 0 auto;
}

.bs-contact-bar-link-primary {
    border-color: rgba(37, 99, 235, 0.2);
}

.bs-contact-bar-link-text {
    line-height: 1;
}

/* Koyu section bg'de contact bar renk overrides */
.bs-section-text-light .bs-contact-bar {
    border-bottom-color: rgba(255, 255, 255, 0.15);
}

.bs-section-text-light .bs-contact-bar-text {
    color: rgba(255, 255, 255, 0.85);
}

.bs-section-text-light .bs-contact-bar-text strong {
    color: #fff;
}

.bs-section-text-light .bs-contact-bar-link {
    background: rgba(255, 255, 255, 0.12);
    border-color: rgba(255, 255, 255, 0.25);
    color: #fff;
}

.bs-section-text-light .bs-contact-bar-link:hover,
.bs-section-text-light .bs-contact-bar-link:focus {
    background: rgba(255, 255, 255, 0.22);
    border-color: rgba(255, 255, 255, 0.4);
    color: #fff;
}

.bs-section-text-light .bs-contact-bar-link-icon {
    background: rgba(255, 255, 255, 0.18);
    color: #fff;
}

.bs-card-feed-carousel .owl-stage-outer {
    overflow: visible;
    padding: 0 2px 10px;
    margin: 0;
}

.bs-card-feed-carousel .owl-stage {
    overflow: visible;
}

.bs-card-feed-carousel .owl-item {
    padding-top: 12px;
    padding-bottom: 10px;
}

.bs-items-carousel .owl-stage {
    display: flex;
}

.bs-items-carousel .owl-item {
    height: auto;
}

.bs-items-carousel .owl-item > div {
    height: 100%;
}

.bs-items-carousel .owl-nav {
    margin-top: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.bs-items-carousel .owl-nav button {
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    border: 1px solid var(--bs-border) !important;
    background: #fff !important;
    color: var(--bs-dark) !important;
    box-shadow: var(--bs-shadow);
}

.bs-items-carousel .owl-nav button:hover {
    border-color: var(--bs-primary) !important;
    color: var(--bs-primary) !important;
}

.bs-items-carousel .owl-dots {
    margin-top: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.bs-items-carousel .owl-dots .owl-dot span {
    display: block;
    width: 10px;
    height: 10px;
    margin: 0;
    border-radius: 999px;
    background: rgba(15, 23, 42, 0.16);
}

.bs-items-carousel .owl-dots .owl-dot.active span {
    width: 28px;
    background: var(--bs-primary);
}

.bs-service-card {
    height: 100%;
    background: var(--bs-surface);
    border: 1px solid var(--bs-border);
    border-radius: 20px;
    padding: 20px;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.06);
    transition: transform var(--bs-transition), box-shadow var(--bs-transition);
    overflow: visible;
}

.bs-service-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--bs-shadow-hover);
}

.bs-service-media {
    overflow: hidden;
    border-radius: 14px;
}

.bs-card-feed-card {
    box-shadow: none;
}

.bs-card-feed-card:hover {
    transform: translateY(-2px);
    box-shadow: none;
    border-color: rgba(37, 99, 235, 0.18);
}

.bs-card-feed-card .bs-service-media {
    margin-top: 2px;
}

.bs-logo-slider-carousel .owl-stage-outer {
    overflow: visible;
    padding: 12px 2px 10px;
    margin: 0;
}

.bs-logo-slider-carousel .owl-stage {
    overflow: visible;
}

.bs-logo-slider-carousel .owl-item {
    padding-top: 6px;
    padding-bottom: 8px;
}

.bs-logo-slide-card {
    box-shadow: none;
    overflow: visible;
}

.bs-logo-slide-card:hover {
    transform: translateY(-2px);
    box-shadow: none;
    border-color: rgba(37, 99, 235, 0.18);
}

.bs-logo-slide-media {
    overflow: hidden;
    border-radius: 14px;
    margin-top: 2px;
}

.bs-logo-slide-media img {
    width: 100%;
    aspect-ratio: 16 / 10;
    object-fit: contain;
    background: var(--bs-surface);
}

.bs-service-card img {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    display: block;
}

.bs-service-title {
    font-size: 18px;
    line-height: 1.2;
    font-weight: 700;
    color: var(--bs-dark);
    margin: 0 0 12px;
}

.bs-service-desc {
    font-size: 15px;
    line-height: 1.7;
    color: var(--bs-gray);
    margin-bottom: 16px;
}

.bs-service-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-weight: 700;
    color: var(--bs-primary);
}

.bs-service-link:hover {
    color: var(--bs-primary-dark);
}

@media (max-width: 1199px) {
    .bs-nav-list {
        gap: 20px;
    }
}

@media (max-width: 991px) {
    .bs-header {
        position: relative;
        z-index: 1200;
        backdrop-filter: none;
        -webkit-backdrop-filter: none;
        background: #fff !important;
    }

    .bs-header-inner,
    .bs-header-top,
    .bs-header-row,
    .bs-header-right,
    .bs-lang {
        position: relative;
        z-index: 1200;
    }

    .bs-header-inner,
    .bs-header-top,
    .bs-header-row,
    .bs-header-right {
        overflow: visible;
    }

    .bs-lang .dropdown-menu {
        z-index: 1300;
        margin-top: 10px;
    }

    /* Offcanvas mobil menü header z-index'inin üstünde */
    .offcanvas {
        z-index: 1400 !important;
    }
    .offcanvas-backdrop {
        z-index: 1350 !important;
    }

    .bs-header-top {
        min-height: 64px;
    }

    .bs-header-row {
        min-height: 64px;
        align-items: center;
    }

    .bs-hero {
        position: relative;
        z-index: 1;
    }

    .bs-section {
        padding: 64px 0;
    }

    .bs-search-desktop {
        display: none !important;
    }

    .bs-logo {
        flex: 0 0 auto;
        display: flex;
        align-items: center;
    }

    .bs-logo a {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-height: 56px;
    }

    .bs-logo img {
        max-height: 44px !important;
        width: auto;
    }

    .bs-header-right {
        min-height: 56px;
        align-items: center;
    }

    .bs-lang > a,
    .bs-search-toggle,
    .bs-nav-toggle {
        min-height: 46px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }

    .bs-lang > a {
        padding: 0 10px;
    }

    .bs-hero-slide,
    .bs-hero-static {
        min-height: unset;
    }

    .bs-hero-title {
        font-size: 42px;
    }

    .bs-footer {
        margin-top: 56px;
    }

    .bs-page-sidecard,
    .bs-sidebar-widget {
        padding: 18px;
    }
}

@media (max-width: 767px) {
    .bs-section {
        padding: 48px 0;
    }

    .bs-section-title {
        font-size: 34px;
    }

    .bs-hero-slide,
    .bs-hero-static {
        min-height: unset;
    }

    .bs-hero-title {
        font-size: 26px;
        margin-bottom: 10px;
    }

    .bs-hero-desc {
        font-size: 14px;
        margin-bottom: 16px;
    }

    .bs-hero-carousel .owl-nav {
        display: none;
    }

    .bs-contact-bar-text {
        font-size: 15px;
    }

    .bs-contact-bar-actions {
        justify-content: flex-start;
        gap: 10px;
    }

    .bs-contact-bar-link {
        width: 100%;
        justify-content: flex-start;
    }

    .bs-mobile-lang-title {
        font-size: 11px;
        text-transform: uppercase;
        letter-spacing: .05em;
    }

    .bs-mobile-lang-link {
        font-size: 13px;
    }

    .bs-vtabs-nav-wrap {
        position: static;
    }

    .bs-htabs-content,
    .bs-vtabs-content {
        padding: 1.5rem;
    }

    .bs-htabs-title {
        font-size: 1.6rem;
    }
}

/* ── Testimonials ── */
.bs-testimonial-card {
    background: #fff;
    border: 1px solid rgba(30, 47, 90, 0.1);
    border-radius: 24px;
    padding: 1.8rem 1.7rem 1.5rem;
    height: 100%;
    box-shadow: 0 14px 34px rgba(15, 23, 42, 0.05);
    display: flex;
    flex-direction: column;
}

.bs-testimonial-quote {
    color: var(--bs-heading-color);
    font-size: 1rem;
    margin-bottom: 1rem;
}

.bs-testimonial-text {
    color: var(--bs-gray);
    font-size: 16px;
    line-height: 1.85;
    margin-bottom: 1.2rem;
    flex: 1;
}

.bs-testimonial-text--collapsed {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: .5rem;
}

.bs-testimonial-text--expanded {
    display: block;
    overflow: visible;
    margin-bottom: 1.2rem;
}

.bs-testimonial-readmore {
    background: none;
    border: none;
    padding: 0 0 .75rem 0;
    font-size: 13px;
    font-weight: 600;
    color: var(--bs-primary);
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    transition: opacity .2s;
}

.bs-testimonial-readmore:hover {
    opacity: .75;
}

.bs-testimonial-readmore i {
    transition: transform .25s;
    font-size: 11px;
}

.bs-testimonial-readmore[aria-expanded="true"] i {
    transform: rotate(180deg);
}

.bs-testimonial-accent {
    height: 4px;
    border-radius: 2px;
    background: var(--bs-testimonial-accent, var(--bs-primary));
    margin-bottom: .85rem;
}

.bs-testimonial-meta {
    display: flex;
    align-items: center;
    gap: .8rem;
    margin-top: auto;
    padding-top: .6rem;
    border-top: 1px solid rgba(148, 163, 184, 0.18);
}

.bs-testimonial-avatar {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: var(--bs-testimonial-accent, var(--bs-primary));
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    flex-shrink: 0;
}

.bs-testimonial-name {
    font-size: 1.05rem;
    font-weight: 700;
    color: var(--bs-heading-color);
    line-height: 1.3;
}

.bs-testimonial-company {
    font-size: .9rem;
    color: var(--bs-text-muted);
    margin-top: .1rem;
}

.bs-testimonials-carousel .owl-stage {
    display: flex;
}

.bs-testimonials-carousel .owl-item {
    display: flex;
}

/* ── Product Gallery ── */
.bs-product-gallery-main img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 8px;
    border: 1px solid var(--bs-border-color, #e9ecef);
}

.bs-product-gallery-thumbs {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 10px;
}

.bs-product-thumb {
    background: none;
    border: 2px solid transparent;
    border-radius: 6px;
    padding: 2px;
    cursor: pointer;
    flex: 0 0 calc(25% - 6px);
    transition: border-color .2s;
    overflow: hidden;
}

.bs-product-thumb img {
    width: 100%;
    height: 70px;
    object-fit: cover;
    display: block;
    border-radius: 4px;
}

.bs-product-thumb.active,
.bs-product-thumb:hover {
    border-color: var(--bs-primary);
}

/* Carousel modunda owl item içindeki thumb tam genişlik alır */
.bs-product-thumbs-carousel .bs-product-thumb {
    flex: none;
    width: 100%;
}

.bs-product-thumbs-carousel .owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255,255,255,.85) !important;
    border: 1px solid #ddd !important;
    border-radius: 50% !important;
    width: 28px;
    height: 28px;
    font-size: 12px;
    line-height: 1;
    color: var(--bs-dark) !important;
    z-index: 2;
}

.bs-product-thumbs-carousel .owl-nav .owl-prev { left: -14px; }
.bs-product-thumbs-carousel .owl-nav .owl-next { right: -14px; }
.bs-product-thumbs-carousel { position: relative; padding: 0 18px; }
