/* ===== Global ===== */
body.page-inner { background: #f7f7f7; }
body.page-home { background: #fff; }
body.page-home main { padding-top: 0; }
main { min-height: 40vh; }

.jarallax { position: relative; overflow: hidden; }
.jarallax > .jarallax-img, .jarallax-img {
  position: absolute; inset: 0; width: 100%; height: 100%;
  object-fit: cover; z-index: 0; pointer-events: none;
}
.parallax-overly {
  position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(90deg, rgba(2,14,40,.85) 0%, rgba(2,14,40,.5) 100%);
  pointer-events: none;
}
.jarallax > .container, .jarallax > .container-fluid { position: relative; z-index: 2; }

/* ===== Hakkımızda sekmeleri (Misyon / Vizyon / Tarihçe) ===== */
.about-content3 .tab-img {
  flex: 0 0 200px;
  max-width: 200px;
}
.about-content3 .tab-img img {
  width: 100%;
  height: 148px;
  object-fit: cover;
  box-shadow: 0 8px 24px rgba(0, 45, 90, .12);
  border: 1px solid rgba(74, 118, 168, .15);
}
@media (max-width: 575.98px) {
  .about-content3 .tab-img {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 1rem;
  }
  .about-content3 .tab-img img { height: 200px; }
}

/* ===== Header fixes ===== */
.header.header-3 .header-nav-wrapper .navbar > .container.ct-container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: .5rem;
}
@media (min-width: 1200px) {
  .header.header-3 .navbar > .container.navbar-split {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    min-height: 80px;
    gap: 2rem;
    padding-right: 3.25rem;
  }
  .header.header-3 .navbar-nav-left {
    flex: 0 0 auto;
    padding-right: 0;
    margin-right: 0;
  }
  .header.header-3 .navbar-brand--center {
    flex: 0 0 auto;
    position: static;
    transform: none;
    left: auto;
    top: auto;
    margin: 0 !important;
    z-index: 2;
  }
  .header.header-3 .navbar-brand--center img,
  .header.header-3 .navbar-brand--center .site-logo {
    max-height: 84px;
  }
  .header.header-3 .navbar-nav-right-wrap {
    flex: 0 0 auto;
    padding-left: 0;
    align-items: center;
  }
  .header.header-3 .nav-cta {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    margin-left: 0 !important;
  }
}
.header.header-3 .navbar-nav-left,
.header.header-3 .navbar-nav-right-wrap {
  align-items: center;
}
.header.header-3 .navbar-nav-left > .navbar-nav,
.header.header-3 .navbar-nav-right {
  flex-direction: row;
  align-items: center;
  gap: .15rem;
  margin: 0;
}
.header.header-3 .navbar-brand { flex-shrink: 0; margin-right: 0; }
.header.header-3 .navbar-brand img { max-height: 64px; width: auto; }
.header.header-3 .navbar-brand--center img { max-height: 68px; }
.site-logo { max-height: 64px; width: auto; object-fit: contain; }
.site-logo--footer { max-height: 60px; background: rgba(255,255,255,.95); padding: .55rem .9rem; border-radius: 8px; }
.canvas-menu .logo img.site-logo,
.offcanvas-nav img.site-logo { max-height: 52px; }
.header.header-3 .navbar-nav .nav-link {
  font-weight: 600; font-size: .88rem; text-transform: uppercase;
  letter-spacing: .04em; color: #020e28; padding: .65rem 1rem !important;
  white-space: nowrap;
}
.header.header-3 .navbar-nav .nav-link:hover,
.header.header-3 .navbar-nav .nav-link.active { color: #4A76A8; }

/* İç sayfalar — yalnızca masaüstü menü (mobil offcanvas etkilenmesin) */
body.page-inner .header.header-3 .navbar-nav-left > .navbar-nav .nav-link,
body.page-inner .header.header-3 .navbar-nav-right .nav-link {
  color: #fff !important;
}
body.page-inner .header.header-3 .navbar-nav-left > .navbar-nav .nav-link:hover,
body.page-inner .header.header-3 .navbar-nav-right .nav-link:hover {
  color: rgba(255, 255, 255, .88) !important;
}
body.page-inner .header.header-3 .navbar-nav-left > .navbar-nav .nav-link.active,
body.page-inner .header.header-3 .navbar-nav-right .nav-link.active {
  color: #4A76A8 !important;
}

/* Mobil hamburger — tüm sayfalarda koyu daire + beyaz ikon */
.mobile-nav-toggle-btn {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #020e28 !important;
  color: #fff !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  flex-shrink: 0;
  box-shadow: 0 4px 14px rgba(2, 14, 40, .2);
}
.mobile-nav-toggle-btn i {
  color: #fff !important;
  font-size: 1.1rem;
  line-height: 1;
}
.mobile-nav-toggle-btn:focus,
.mobile-nav-toggle-btn:hover {
  background: #0a1f45 !important;
  color: #fff !important;
  box-shadow: 0 4px 18px rgba(2, 14, 40, .28);
}

.header.header-3 {
  height: auto !important;
  min-height: 0;
}

.header.header-3 .nav-cta { margin-left: auto; flex-shrink: 0; }
.header.header-3 .header-top {
  background: linear-gradient(135deg, #b83212 0%, #fd5523 52%, #ff6a38 100%) !important;
  border-bottom: 1px solid rgba(255, 255, 255, .14);
}
.header.header-3 .header-top a { color: #fff; }
.header.header-3 .header-top a:hover { color: rgba(255,255,255,.88); }
.header.header-3 .header-top span,
.header.header-3 .header-top .text-info {
  color: rgba(255, 255, 255, .92) !important;
}
.header.header-3 .header-top .social-share a {
  color: #fff;
}
.header.header-3 .header-top .social-share a:hover {
  color: rgba(255, 255, 255, .85);
}
.canvas-menu .logo img { max-height: 52px; }
.main-overlay { z-index: 1050; }
.main-overlay.active { opacity: .6; visibility: visible; }
.canvas-menu.open { z-index: 1060; }

@media (max-width: 1199.98px) {
  .header.header-3 .navbar-nav-left,
  .header.header-3 .navbar-nav-right-wrap { display: none !important; }
  .header.header-3 .navbar-brand--center { margin-right: auto; }
  .header.header-3 .nav-cta { margin-left: auto; }
}

/* ===== Mobil menü (offcanvas) ===== */
#mobileNav.offcanvas-nav {
  --bs-offcanvas-width: min(340px, 90vw);
  --bs-offcanvas-bg: #fff;
  --bs-offcanvas-zindex: 10550;
  z-index: 10550 !important;
  background: #fff !important;
  color: #020e28 !important;
  border-right: 1px solid #e2e8f0;
  box-shadow: 0 20px 60px rgba(2, 14, 40, .18);
  visibility: hidden;
}
#mobileNav.offcanvas-nav.show,
#mobileNav.offcanvas-nav.showing {
  visibility: visible !important;
}
body.mobile-menu-open .offcanvas-backdrop.show {
  z-index: 10540 !important;
}
body.mobile-menu-open .header.header-3,
body.mobile-menu-open .header.header-3 .header-nav-wrapper,
body.mobile-menu-open header .header-nav-wrapper.header-sticky.scroll-on {
  z-index: 1030 !important;
}
body.mobile-menu-open .float-wa {
  opacity: 0;
  pointer-events: none;
}
#mobileNav.offcanvas-nav .offcanvas-header {
  align-items: center;
  justify-content: space-between;
  gap: .75rem;
  padding: 1.1rem 1.25rem;
  border-bottom: 1px solid #e2e8f0;
  background: #fff !important;
}
.mobile-nav-close {
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 50%;
  background: #020e28;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  padding: 0;
  cursor: pointer;
  transition: background .2s ease;
}
.mobile-nav-close:hover,
.mobile-nav-close:focus {
  background: #0a1f45;
  color: #fff;
  outline: none;
}
.mobile-nav-close i {
  font-size: 1.15rem;
  color: #fff !important;
  line-height: 1;
}
.offcanvas-nav__brand {
  display: inline-flex;
  align-items: center;
  min-width: 0;
}
#mobileNav.offcanvas-nav .offcanvas-body {
  display: flex;
  flex-direction: column;
  min-height: calc(100vh - 88px);
  min-height: calc(100dvh - 88px);
  padding: 1rem 1.1rem 1.5rem;
  overflow-y: auto;
  background: #fff !important;
  -webkit-overflow-scrolling: touch;
}
.mobile-nav {
  gap: .2rem;
  margin-bottom: 1rem;
  flex: 1 1 auto;
}
.mobile-nav > .nav-item > .nav-link,
.mobile-nav-accordion {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  color: #020e28 !important;
  font-weight: 600;
  font-size: 1rem;
  padding: .85rem 1rem !important;
  border: 0;
  border-radius: 12px;
  background: transparent;
  text-align: left;
  text-transform: none;
  letter-spacing: 0;
}
.mobile-nav > .nav-item > .nav-link:hover,
.mobile-nav > .nav-item > .nav-link.active,
.mobile-nav-accordion:hover,
.mobile-nav-accordion.active,
.mobile-nav-accordion[aria-expanded="true"] {
  color: #4A76A8 !important;
  background: rgba(74, 118, 168, .08);
}
.mobile-nav-accordion i {
  font-size: .8rem;
  color: #020e28 !important;
  transition: transform .2s ease;
}
.mobile-nav-accordion[aria-expanded="true"] i {
  transform: rotate(180deg);
  color: #4A76A8 !important;
}
.mobile-subnav {
  list-style: none;
  margin: .15rem 0 .35rem;
  padding: 0 0 0 .75rem;
  border-left: 2px solid rgba(74, 118, 168, .2);
}
.mobile-subnav .nav-link {
  color: #535353 !important;
  font-size: .95rem;
  font-weight: 500;
  padding: .65rem .9rem !important;
  border-radius: 10px;
}
.mobile-subnav .nav-link:hover,
.mobile-subnav .nav-link.active {
  color: #4A76A8 !important;
  background: rgba(74, 118, 168, .06);
}
.mobile-subnav__main {
  font-weight: 700 !important;
  color: #0f223d !important;
}
.mobile-subnav--nested {
  margin-top: 0;
  margin-bottom: .5rem;
  padding-left: .65rem;
}
.mobile-subnav--nested .nav-link {
  font-size: .88rem !important;
  padding: .45rem .75rem !important;
}
.mobile-subnav__group + .mobile-subnav__group {
  margin-top: .35rem;
}
.mobile-nav__actions {
  display: flex;
  flex-direction: column;
  gap: .65rem;
  padding-top: .75rem;
  margin-top: auto;
  border-top: 1px solid #e2e8f0;
  flex-shrink: 0;
}
.mobile-nav__actions .btn {
  justify-content: center;
}

/* TransHub genel offcanvas stillerini geçersiz kıl */
.navbar .offcanvas#mobileNav,
.offcanvas#mobileNav.offcanvas-nav,
.offcanvas#mobileNav.offcanvas-nav .dropdown-menu {
  background-color: #fff !important;
  color: #020e28 !important;
}

/* ===== Arama paneli (offcanvas-top) ===== */
#offcanvas-search.search-popup {
  --bs-offcanvas-height: min(320px, 42vh);
  --bs-offcanvas-zindex: 10600;
  z-index: 10600 !important;
  background: #fff !important;
  color: #020e28;
  border-bottom: 1px solid #e2e8f0;
  box-shadow: 0 18px 48px rgba(2, 14, 40, .16);
  visibility: hidden;
}
#offcanvas-search.search-popup.show,
#offcanvas-search.search-popup.showing {
  visibility: visible !important;
}
body.search-open .offcanvas-backdrop.show {
  z-index: 10590 !important;
}
body.search-open .header.header-3,
body.search-open .header.header-3 .header-nav-wrapper,
body.search-open header .header-nav-wrapper.header-sticky.scroll-on {
  z-index: 1030 !important;
}
body.search-open .float-wa {
  opacity: 0;
  pointer-events: none;
}
.search-popup__label {
  margin: 0;
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #4A76A8;
}
.search-popup .search-form {
  position: relative;
}
.search-popup .search-form input {
  min-height: 56px;
  padding: .85rem 1rem .85rem 2.75rem;
  border: 1px solid #dbe3ef;
  border-radius: 999px;
  font-size: 1rem;
  background: #f8fafc;
}
.search-popup .search-form input:focus {
  border-color: #4A76A8;
  box-shadow: 0 0 0 4px rgba(74, 118, 168, .12);
  background: #fff;
}
.search-popup .search-form::before {
  content: "\f002";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  left: 1.1rem;
  top: 50%;
  transform: translateY(-50%);
  color: #4A76A8;
  z-index: 2;
  pointer-events: none;
}
.search-popup__close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 50%;
  background: #020e28;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.search-popup__close:hover,
.search-popup__close:focus {
  background: #0a1f45;
  color: #fff;
  outline: none;
}
.search-toggle-btn {
  cursor: pointer;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

/* Kurumsal dropdown — z-index / overflow */
.header.header-3 {
  position: relative;
  z-index: 1100;
}
.header.header-3 .header-nav-wrapper {
  position: relative;
  z-index: 1100;
}
header .header-nav-wrapper.header-sticky.scroll-on {
  z-index: 1100 !important;
}

/* İç sayfalar — header-top + nav düzeni (TransHub absolute/height çakışması) */
body.page-inner .header.header-3 {
  height: auto !important;
  min-height: 0 !important;
  position: relative !important;
  overflow: visible !important;
}
body.page-inner .header.header-3 .header-wrapper {
  position: relative !important;
  top: auto !important;
  left: auto !important;
  right: auto !important;
  width: 100% !important;
  display: flex;
  flex-direction: column;
  height: auto !important;
}
body.page-inner .header.header-3 .header-top {
  flex: 0 0 auto;
  position: relative;
  z-index: 2;
  padding: .55rem 0 !important;
  border-bottom: 1px solid rgba(255, 255, 255, .14);
}
body.page-inner .header.header-3 .header-nav-wrapper {
  flex: 0 0 auto;
  position: relative !important;
  top: auto !important;
  left: auto !important;
  right: auto !important;
  transform: none !important;
  margin: 0 !important;
  background: #020e28 !important;
  box-shadow: 0 2px 12px rgba(2, 14, 40, .1);
  z-index: 1100;
}
body.page-inner .header.header-3 .header-nav-wrapper .navbar {
  background: #020e28 !important;
  padding: .35rem 0;
}

@media (max-width: 1199.98px) {
  body.page-inner .header.header-3 .header-nav-wrapper,
  body.page-inner .header.header-3 .header-nav-wrapper.header-sticky,
  body.page-inner .header.header-3 .header-nav-wrapper.header-sticky.scroll-on {
    animation: none !important;
    background: #fff !important;
    box-shadow: 0 2px 12px rgba(2, 14, 40, .08);
  }
  body.page-inner .header.header-3 .header-nav-wrapper .navbar {
    background: #fff !important;
    padding: .35rem 0;
  }
  body.page-inner .header.header-3 .header-top {
    padding: .5rem 0 !important;
  }
}

@media (min-width: 1200px) {
  body.page-inner .header.header-3 .header-nav-wrapper.header-sticky.scroll-on {
    position: fixed !important;
    top: 0;
    left: 0;
    right: 0;
    background: #020e28 !important;
    box-shadow: 0 4px 20px rgba(0, 0, 0, .12);
  }
  body.page-inner .header.header-3 .header-nav-wrapper.header-sticky.scroll-on .navbar-nav-left > .navbar-nav .nav-link,
  body.page-inner .header.header-3 .header-nav-wrapper.header-sticky.scroll-on .navbar-nav-right .nav-link {
    color: #fff !important;
  }
}

.header.header-3 .navbar,
.header.header-3 .navbar .container,
.header.header-3 .navbar-nav-left,
.header.header-3 .navbar-nav-right-wrap {
  overflow: visible !important;
}
.header.header-3 .navbar-nav .nav-item.dropdown {
  position: relative;
}
.header.header-3 .navbar-nav .dropdown-menu {
  z-index: 1200;
  margin-top: .35rem;
  border: 1px solid rgba(2, 14, 40, .08);
  box-shadow: 0 16px 36px rgba(2, 14, 40, .12);
}
.header.header-3 .navbar-nav .dropdown-item:hover,
.header.header-3 .navbar-nav .dropdown-item:focus {
  color: #4A76A8;
  background: rgba(74, 118, 168, .08);
}

/* Ürünler mega menü — masaüstü */
@media (min-width: 1200px) {
  .header.header-3 .header-nav-wrapper {
    position: relative;
  }
  .header.header-3 .nav-mega__toggle {
    display: inline-flex;
    align-items: center;
    gap: .35rem;
  }
  .header.header-3 .nav-mega__caret {
    font-size: .62rem;
    opacity: .75;
    transition: transform .2s ease;
  }
  .header.header-3 .header-nav-wrapper.mega-open .nav-mega__caret {
    transform: rotate(180deg);
  }
  .header.header-3 .nav-mega-panel {
    display: none !important;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    padding: 0 0 1.25rem;
    background: #fff;
    border-top: 1px solid rgba(2, 14, 40, .06);
    box-shadow: 0 22px 48px rgba(2, 14, 40, .14);
    z-index: 1250;
  }
  .header.header-3 .nav-mega-panel::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: -14px;
    height: 14px;
  }
  .header.header-3 .header-nav-wrapper.mega-open .nav-mega-panel {
    display: block !important;
  }
  .header.header-3 .nav-mega-panel__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1.15rem 0 .85rem;
    border-bottom: 1px solid rgba(2, 14, 40, .08);
    margin-bottom: 1rem;
  }
  .header.header-3 .nav-mega-panel__eyebrow {
    display: block;
    font-size: .68rem;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: #4A76A8;
    margin-bottom: .2rem;
  }
  .header.header-3 .nav-mega-panel__title {
    display: block;
    font-size: 1.05rem;
    color: #0f223d;
    font-weight: 700;
  }
  .header.header-3 .nav-mega-panel__all {
    display: inline-flex;
    align-items: center;
    gap: .45rem;
    font-size: .88rem;
    font-weight: 600;
    color: #4A76A8;
    text-decoration: none;
    white-space: nowrap;
  }
  .header.header-3 .nav-mega-panel__all:hover {
    color: #0f223d;
  }
  .header.header-3 .nav-mega-panel__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.5rem 2rem;
    align-items: start;
  }
  .header.header-3 .nav-mega-group {
    min-width: 0;
    padding: .35rem;
    border-radius: 14px;
    background: rgba(248, 250, 252, .85);
    border: 1px solid rgba(2, 14, 40, .05);
  }
  .header.header-3 .nav-mega-group__head {
    display: flex;
    align-items: center;
    gap: .75rem;
    text-decoration: none;
    margin-bottom: .65rem;
    padding: .35rem .25rem;
    border-radius: 12px;
    transition: background .2s ease;
  }
  .header.header-3 .nav-mega-group__head:hover {
    background: rgba(74, 118, 168, .07);
  }
  .header.header-3 .nav-mega-group__thumb {
    flex: 0 0 52px;
    width: 52px;
    height: 52px;
    border-radius: 12px;
    background-size: cover;
    background-position: center;
    background-color: #eef3f9;
    border: 1px solid rgba(2, 14, 40, .06);
  }
  .header.header-3 .nav-mega-group__meta strong {
    display: block;
    font-size: .95rem;
    line-height: 1.3;
    color: #0f223d;
    font-weight: 700;
  }
  .header.header-3 .nav-mega-group__meta small {
    display: block;
    margin-top: .15rem;
    font-size: .74rem;
    color: #6b7c93;
  }
  .header.header-3 .nav-mega-group__list {
    list-style: none;
    margin: 0;
    padding: 0 .25rem .35rem;
    max-height: 340px;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: rgba(74, 118, 168, .35) transparent;
  }
  .header.header-3 .nav-mega-group__list::-webkit-scrollbar {
    width: 5px;
  }
  .header.header-3 .nav-mega-group__list::-webkit-scrollbar-thumb {
    background: rgba(74, 118, 168, .35);
    border-radius: 999px;
  }
  .header.header-3 .nav-mega-group__list li + li {
    margin-top: .15rem;
  }
  .header.header-3 .nav-mega-group__list a {
    display: block;
    padding: .28rem .45rem;
    border-radius: 8px;
    font-size: .84rem;
    color: #42566f;
    text-decoration: none;
    transition: color .2s ease, background .2s ease;
  }
  .header.header-3 .nav-mega-group__list a:hover {
    color: #4A76A8;
    background: rgba(74, 118, 168, .08);
  }
  body.page-inner .header.header-3 .nav-mega-panel {
    background: #fff;
  }
}

@media (max-width: 1199.98px) {
  .header.header-3 .nav-mega-panel {
    display: none !important;
  }
  .header.header-3 .header-nav-wrapper.mega-open .nav-mega-panel {
    display: none !important;
  }
}

/* ===== Home header (slider üstü — üst üste binmesin) ===== */
body.page-home .header.header-3.header--home {
  position: relative !important;
  display: block;
  width: 100%;
  height: auto !important;
  min-height: 0;
  margin: 0;
  padding: 0;
  z-index: 1100;
  background: #fff;
}
body.page-home .header.header-3.header--home .header-wrapper {
  position: static !important;
  display: block;
  width: 100%;
  height: auto !important;
  top: auto !important;
  left: auto !important;
  right: auto !important;
  transform: none !important;
  box-shadow: 0 2px 16px rgba(2, 14, 40, .06);
}
body.page-home .header.header-3.header--home .header-top {
  position: relative;
  padding: .45rem 0 !important;
  border-bottom: 1px solid rgba(255, 255, 255, .12);
}
body.page-home .header.header-3.header--home .header-nav-wrapper {
  position: relative !important;
  top: auto !important;
  left: auto !important;
  right: auto !important;
  transform: none !important;
  background: #fff;
  padding: .5rem 0;
  box-shadow: none;
  z-index: 1100;
  overflow: visible !important;
}
body.page-home .header.header-3.header--home .navbar-nav .dropdown-menu {
  z-index: 1200;
}
body.page-home .header.header-3.header--home .header-nav-wrapper.header-sticky,
body.page-home .header.header-3.header--home .header-nav-wrapper.scroll-on {
  position: static !important;
  animation: none !important;
  box-shadow: none;
}
body.page-home .header.header-3.header--home .header-nav-wrapper .navbar {
  position: relative;
  padding: 0;
}
body.page-home .header.header-3.header--home .header-nav-wrapper .navbar .container {
  padding-left: 12px !important;
  padding-right: 12px !important;
}
@media (min-width: 1200px) {
  body.page-home .header.header-3.header--home .header-nav-wrapper .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}
body.page-home .header.header-3.header--home .header-nav-wrapper .navbar .container:before {
  display: none !important;
  content: none !important;
}
body.page-home .header.header-3.header--home .navbar-nav-left .nav-link,
body.page-home .header.header-3.header--home .navbar-nav-right .nav-link {
  padding: .55rem .95rem !important;
  border-radius: 999px;
  transition: color .2s, background .2s;
}
body.page-home .header.header-3.header--home .navbar-nav-left .nav-link:hover,
body.page-home .header.header-3.header--home .navbar-nav-left .nav-link.active,
body.page-home .header.header-3.header--home .navbar-nav-right .nav-link:hover,
body.page-home .header.header-3.header--home .navbar-nav-right .nav-link.active {
  color: #fd5523;
  background: rgba(253, 85, 35, .08);
}
body.page-home .header.header-3.header--home .nav-cta .btn-primary {
  border-radius: 999px;
  padding: .65rem 1.25rem;
  box-shadow: 0 8px 20px rgba(253, 85, 35, .25);
}

@media (max-width: 575.98px) {
  body.page-home .header.header-3.header--home .header-top .header-infos { display: none; }
  body.page-home .header.header-3.header--home .header-top {
    justify-content: center;
    text-align: center;
  }
  body.page-home .header.header-3.header--home .header-top .social-share {
    margin: 0 auto !important;
  }
}

/* ===== Home banner slider 1920×800 ===== */
body.page-home main {
  margin: 0;
  padding: 0;
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  position: relative;
  z-index: 1;
  clear: both;
  isolation: isolate;
}
.home-banner-slider {
  position: relative;
  display: block;
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background: #e8edf3;
  line-height: 0;
  /* 1920:800 oranı — masaüstünde tam yükseklik */
  height: clamp(280px, calc(100vw * 800 / 1920), 800px);
}
.home-banner-slider.swiper {
  height: clamp(280px, calc(100vw * 800 / 1920), 800px);
}
.home-banner-slider .swiper-wrapper,
.home-banner-slider .swiper-slide {
  height: 100%;
  min-height: 100%;
}
.home-banner-slider__link {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 0;
}
.home-banner-slider__img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.home-banner-slider__pagination {
  bottom: 14px !important;
  z-index: 4;
}
.home-banner-slider__pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: rgba(255, 255, 255, .55);
  opacity: 1;
  transition: transform .2s, background .2s;
}
.home-banner-slider__pagination .swiper-pagination-bullet-active {
  background: #fd5523;
  transform: scale(1.2);
}
.home-banner-slider__progress {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 3px;
  background: rgba(255, 255, 255, .25);
  z-index: 4;
}
.home-banner-slider__progress span {
  display: block;
  height: 100%;
  width: 0;
  background: #fd5523;
}
@keyframes bannerProgress {
  from { width: 0; }
  to { width: 100%; }
}

/* ===== Ana sayfa detaylı arama (slider altı) ===== */
.home-advanced-search {
  position: relative;
  z-index: 5;
  margin-top: -2.75rem;
  padding: 0 0 2.5rem;
}
.home-advanced-search__card {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 20px;
  box-shadow: 0 20px 50px rgba(2, 14, 40, .12);
  padding: 1.75rem 1.75rem 1.35rem;
}
.home-advanced-search__head {
  margin-bottom: 1.35rem;
}
.home-advanced-search__title {
  font-size: clamp(1.35rem, 2.5vw, 1.75rem);
  margin: .35rem 0 .5rem;
  color: #020e28;
}
.home-advanced-search__lead {
  margin: 0;
  color: #64748b;
  max-width: 640px;
  margin-inline: auto;
}
.home-advanced-search__types {
  display: flex;
  flex-wrap: wrap;
  gap: .5rem;
  margin-bottom: 1.15rem;
}
.home-advanced-search__type {
  margin: 0;
  cursor: pointer;
}
.home-advanced-search__type input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.home-advanced-search__type span {
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  padding: .5rem .95rem;
  border-radius: 999px;
  border: 1px solid #dbe3ef;
  background: #f8fafc;
  color: #475569;
  font-size: .84rem;
  font-weight: 600;
  transition: .2s ease;
}
.home-advanced-search__type input:checked + span {
  background: #020e28;
  border-color: #020e28;
  color: #fff;
}
.home-advanced-search__type span i {
  font-size: .8rem;
  opacity: .9;
}
.home-advanced-search__label {
  display: block;
  margin-bottom: .4rem;
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: #64748b;
}
.home-advanced-search__field {
  position: relative;
}
.home-advanced-search__field > i {
  position: absolute;
  left: 1rem;
  top: 50%;
  transform: translateY(-50%);
  color: #4A76A8;
  font-size: .9rem;
  pointer-events: none;
  z-index: 1;
}
.home-advanced-search__field input,
.home-advanced-search__field select {
  width: 100%;
  min-height: 50px;
  border: 1px solid #cbd5e1;
  border-radius: 12px;
  padding: .7rem 1rem .7rem 2.65rem;
  background: #fff;
  color: #020e28;
  font-size: .95rem;
  transition: border-color .2s, box-shadow .2s;
}
.home-advanced-search__field select {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%234A76A8' d='M1.41.59 6 5.17 10.59.59 12 2 6 8 0 2z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  padding-right: 2.25rem;
}
.home-advanced-search__field input:focus,
.home-advanced-search__field select:focus {
  outline: none;
  border-color: #4A76A8;
  box-shadow: 0 0 0 4px rgba(74, 118, 168, .12);
}
.home-advanced-search__submit {
  min-height: 50px;
  border-radius: 12px !important;
  font-weight: 700;
  justify-content: center;
}
.home-advanced-search__hint {
  margin: 1rem 0 0;
  font-size: .84rem;
  color: #64748b;
  display: flex;
  align-items: center;
  gap: .45rem;
}
.home-advanced-search__hint i {
  color: #4A76A8;
}
.home-advanced-search--compact {
  margin-top: 0;
  padding: 0;
}
.home-advanced-search--compact .home-advanced-search__card {
  box-shadow: 0 8px 28px rgba(2, 14, 40, .08);
  padding: 1.25rem;
}
.search-results-sec {
  margin-top: -2rem;
}
.search-results-sec__summary {
  color: #475569;
}

/* ===== Kurumsal / Hakkımızda bölümleri ===== */
.about-corporate-sec {
  padding-top: 2.5rem;
}
.about-corporate-nav {
  display: flex;
  flex-wrap: wrap;
  gap: .5rem;
  justify-content: center;
  margin-bottom: 2.5rem;
  padding: .65rem;
  border-radius: 999px;
  background: #f1f5f9;
  border: 1px solid #e2e8f0;
}
.about-corporate-nav__link {
  display: inline-flex;
  align-items: center;
  padding: .55rem 1.1rem;
  border-radius: 999px;
  font-size: .86rem;
  font-weight: 600;
  color: #475569;
  text-decoration: none;
  transition: .2s ease;
}
.about-corporate-nav__link:hover,
.about-corporate-nav__link:focus {
  color: #020e28;
  background: #fff;
  box-shadow: 0 4px 14px rgba(2, 14, 40, .08);
}
.about-corporate-block {
  scroll-margin-top: 7rem;
  padding: 2rem 0;
  border-top: 1px solid #e8edf3;
}
.about-corporate-block:first-of-type {
  border-top: 0;
  padding-top: 0;
}
.about-corporate-block__img {
  width: 100%;
  max-height: 320px;
  object-fit: cover;
  box-shadow: 0 12px 32px rgba(2, 14, 40, .1);
}

@media (max-width: 767.98px) {
  .about-corporate-nav {
    border-radius: 16px;
    justify-content: flex-start;
  }
  .about-corporate-block {
    scroll-margin-top: 5.5rem;
    padding: 1.5rem 0;
  }
}

@media (max-width: 991.98px) {
  .home-advanced-search {
    margin-top: -1.5rem;
    padding-bottom: 2rem;
  }
  .home-advanced-search__card {
    padding: 1.25rem;
  }
}

@media (max-width: 575.98px) {
  .home-advanced-search {
    margin-top: 0;
    padding-top: 1.25rem;
  }
  .home-advanced-search__types {
    gap: .4rem;
  }
  .home-advanced-search__type span {
    padding: .45rem .75rem;
    font-size: .78rem;
  }
}

/* ===== Ne Sunuyoruz (offer-card) ===== */
.offer-grid { margin-top: .5rem; }

.offer-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid rgba(74, 118, 168, .12);
  box-shadow: 0 8px 28px rgba(0, 45, 90, .07);
  text-decoration: none;
  color: inherit;
  transition: transform .35s ease, box-shadow .35s ease, border-color .35s ease;
}

.offer-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 44px rgba(0, 45, 90, .14);
  border-color: rgba(74, 118, 168, .28);
  color: inherit;
}

.offer-card__media {
  position: relative;
  height: 220px;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}

.offer-card__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 35%, rgba(0, 45, 90, .45) 100%);
  transition: background .35s ease;
}

.offer-card:hover .offer-card__media::after {
  background: linear-gradient(180deg, rgba(0, 45, 90, .1) 0%, rgba(0, 45, 90, .55) 100%);
}

.offer-card__icon {
  position: absolute;
  top: 1rem;
  left: 1rem;
  z-index: 2;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, .95);
  color: #4A76A8;
  border-radius: 14px;
  font-size: 1.15rem;
  box-shadow: 0 4px 16px rgba(0, 45, 90, .12);
  transition: background .3s, color .3s, transform .3s;
}

.offer-card:hover .offer-card__icon {
  background: #002D5A;
  color: #fff;
  transform: scale(1.06);
}

.offer-card__body {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 1.35rem 1.35rem 1.5rem;
  background: #fff;
}

.offer-card__title {
  font-family: var(--font-display, 'Rethink Sans', sans-serif);
  font-size: 1.15rem;
  font-weight: 700;
  color: #002D5A;
  line-height: 1.35;
  margin: 0 0 .65rem;
  transition: color .25s;
}

.offer-card:hover .offer-card__title {
  color: #4A76A8;
}

.offer-card__desc {
  font-size: .88rem;
  line-height: 1.6;
  color: #64748b;
  margin: 0;
  flex: 1;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: color .25s;
}

.offer-card:hover .offer-card__desc {
  color: #475569;
}

.offer-card__more {
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  margin-top: 1rem;
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: #4A76A8;
  transition: gap .25s;
}

.offer-card:hover .offer-card__more {
  gap: .7rem;
}

.offer-card__more i {
  font-size: .72rem;
  transition: transform .25s;
}

.offer-card:hover .offer-card__more i {
  transform: translateX(3px);
}

@media (max-width: 767.98px) {
  .offer-card__media { height: 190px; }
}

/* ===== Fabrikamız — arka plan görseli + karartma ===== */
.video-sec3--brand {
  position: relative;
  overflow: hidden;
  background: #002D5A;
}
.video-sec3--brand::before {
  background: transparent !important;
  opacity: 0 !important;
}
.video-sec3--brand__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(0, 45, 90, .78) 0%, rgba(0, 35, 70, .85) 45%, rgba(0, 45, 90, .82) 100%);
  pointer-events: none;
  z-index: 1;
}
.video-sec3--brand::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 80% 60% at 50% 100%, rgba(0, 0, 0, .25) 0%, transparent 55%);
  pointer-events: none;
  z-index: 1;
}
.video-sec3--brand .container {
  position: relative;
  z-index: 2;
}

/* ===== İstatistik sayaçları (stat-panel) ===== */
.stat-sec3::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(105deg, rgba(0, 45, 90, .08) 0%, rgba(0, 45, 90, .45) 52%, rgba(0, 45, 90, .72) 100%);
  pointer-events: none;
  z-index: 1;
}
.stat-sec3 .container {
  position: relative;
  z-index: 2;
}
.stat-panel {
  background: linear-gradient(145deg, rgba(0, 45, 90, .92) 0%, rgba(26, 68, 110, .88) 100%);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 24px;
  padding: 2.5rem 2rem 2rem;
  box-shadow: 0 24px 48px rgba(0, 20, 40, .28);
}
.stat-panel__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
}
.stat-card {
  text-align: center;
  padding: .75rem .5rem;
  opacity: 0;
  transform: translateY(18px);
  transition: opacity .6s ease, transform .6s ease;
}
.stat-card.is-visible {
  opacity: 1;
  transform: translateY(0);
}
.stat-card:nth-child(2).is-visible { transition-delay: .12s; }
.stat-card:nth-child(3).is-visible { transition-delay: .24s; }
.stat-card__ring {
  position: relative;
  width: 108px;
  height: 108px;
  margin: 0 auto .85rem;
}
.stat-card__ring svg {
  width: 100%;
  height: 100%;
  transform: rotate(-90deg);
}
.stat-card__track {
  fill: none;
  stroke: rgba(255, 255, 255, .14);
  stroke-width: 7;
}
.stat-card__fill {
  fill: none;
  stroke: #7eb3e8;
  stroke-width: 7;
  stroke-linecap: round;
  stroke-dasharray: 326.73;
  stroke-dashoffset: 326.73;
  filter: drop-shadow(0 0 6px rgba(126, 179, 232, .45));
}
.stat-card__icon {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.35rem;
  color: rgba(255, 255, 255, .75);
}
.stat-card__num {
  margin: 0 0 .35rem;
  font-size: clamp(1.75rem, 4vw, 2.35rem);
  font-weight: 800;
  line-height: 1;
  color: #fff;
  letter-spacing: -.02em;
}
.stat-card__num span {
  display: inline-block;
  min-width: 3ch;
}
.stat-card__label {
  margin: 0;
  font-size: .82rem;
  font-weight: 600;
  color: rgba(255, 255, 255, .72);
  line-height: 1.35;
  text-transform: uppercase;
  letter-spacing: .04em;
}
.stat-panel__cta {
  margin-top: 1.75rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, .1);
  text-align: center;
}
@media (max-width: 767.98px) {
  .stat-panel { padding: 2rem 1.25rem 1.5rem; }
  .stat-panel__grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  .stat-card__ring { width: 96px; height: 96px; }
}

/* ===== Çözümlerimiz (solution-sec) ===== */
.solution-sec {
  background: linear-gradient(180deg, #f8fafc 0%, #fff 45%, #f4f7fb 100%);
  position: relative;
  overflow: hidden;
}
.solution-sec::before {
  content: "";
  position: absolute;
  width: 520px;
  height: 520px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(74, 118, 168, .08) 0%, transparent 68%);
  top: -180px;
  right: -120px;
  pointer-events: none;
}
.solution-sec__intro {
  max-width: 680px;
  margin: 0 auto 3rem;
}
.solution-sec__lead {
  margin: .75rem 0 0;
  color: #64748b;
  font-size: 1.02rem;
  line-height: 1.65;
}

/* Sol görsel kolaj */
.solution-showcase {
  position: relative;
  padding: 0 1rem 2rem 0;
}
.solution-showcase__main {
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 20px 50px rgba(0, 45, 90, .14);
  border: 4px solid #fff;
}
.solution-showcase__main img {
  width: 100%;
  height: 340px;
  object-fit: cover;
  display: block;
}
.solution-showcase__secondary {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 52%;
  border-radius: 18px;
  overflow: hidden;
  border: 4px solid #fff;
  box-shadow: 0 14px 36px rgba(0, 45, 90, .16);
}
.solution-showcase__secondary img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  display: block;
}
.solution-showcase__badge {
  position: absolute;
  top: 1.25rem;
  left: -0.5rem;
  background: linear-gradient(135deg, #002D5A 0%, #4A76A8 100%);
  color: #fff;
  padding: .85rem 1.1rem;
  border-radius: 14px;
  box-shadow: 0 10px 28px rgba(0, 45, 90, .22);
  text-align: center;
  min-width: 110px;
}
.solution-showcase__badge strong {
  display: block;
  font-size: 1.65rem;
  font-weight: 800;
  line-height: 1;
}
.solution-showcase__badge span {
  display: block;
  margin-top: .25rem;
  font-size: .68rem;
  font-weight: 600;
  letter-spacing: .06em;
  text-transform: uppercase;
  opacity: .88;
}

/* Çözüm kartları grid */
.solution-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.15rem;
}
.solution-card {
  display: flex;
  flex-direction: column;
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid rgba(74, 118, 168, .12);
  box-shadow: 0 6px 24px rgba(0, 45, 90, .06);
  text-decoration: none;
  color: inherit;
  transition: transform .35s ease, box-shadow .35s ease, border-color .35s ease;
}
.solution-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 40px rgba(0, 45, 90, .12);
  border-color: rgba(74, 118, 168, .28);
  color: inherit;
}
.solution-card__media {
  position: relative;
  height: 130px;
  background-size: cover;
  background-position: center;
}
.solution-card__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 45, 90, .05) 0%, rgba(0, 45, 90, .55) 100%);
  transition: background .35s;
}
.solution-card:hover .solution-card__media::after {
  background: linear-gradient(180deg, rgba(0, 45, 90, .15) 0%, rgba(0, 45, 90, .65) 100%);
}
.solution-card__icon {
  position: absolute;
  top: .85rem;
  left: .85rem;
  z-index: 2;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, .95);
  color: #4A76A8;
  border-radius: 11px;
  font-size: .95rem;
  box-shadow: 0 4px 12px rgba(0, 45, 90, .12);
  transition: background .3s, color .3s;
}
.solution-card:hover .solution-card__icon {
  background: #002D5A;
  color: #fff;
}
.solution-card__num {
  position: absolute;
  bottom: .65rem;
  right: .85rem;
  z-index: 2;
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .08em;
  color: rgba(255, 255, 255, .85);
}
.solution-card__body {
  padding: 1.1rem 1.15rem 1.2rem;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.solution-card__body h3 {
  font-size: 1rem;
  font-weight: 700;
  color: #002D5A;
  margin: 0 0 .4rem;
  transition: color .25s;
}
.solution-card:hover .solution-card__body h3 {
  color: #4A76A8;
}
.solution-card__body p {
  font-size: .84rem;
  line-height: 1.55;
  color: #64748b;
  margin: 0;
  flex: 1;
}
.solution-card__more {
  display: inline-flex;
  align-items: center;
  gap: .4rem;
  margin-top: .85rem;
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .05em;
  text-transform: uppercase;
  color: #4A76A8;
}
.solution-card__more i {
  font-size: .68rem;
  transition: transform .25s;
}
.solution-card:hover .solution-card__more i {
  transform: translateX(3px);
}

@media (max-width: 991.98px) {
  .solution-showcase {
    max-width: 480px;
    margin: 0 auto 2.5rem;
  }
  .solution-showcase__main img { height: 280px; }
  .solution-showcase__secondary img { height: 170px; }
}
@media (max-width: 575.98px) {
  .solution-grid { grid-template-columns: 1fr; }
  .solution-showcase__badge { left: .5rem; }
}

@media (max-width: 991.98px) {
  .home-banner-slider,
  .home-banner-slider.swiper {
    height: clamp(260px, calc(100vw * 800 / 1920), 520px);
  }
}

@media (max-width: 767.98px) {
  .home-banner-slider,
  .home-banner-slider.swiper {
    height: auto;
    aspect-ratio: 16 / 9;
  }
  .home-banner-slider .swiper-wrapper,
  .home-banner-slider .swiper-slide {
    height: auto;
    aspect-ratio: 16 / 9;
  }
  .home-banner-slider__img {
    height: 100%;
    object-fit: contain;
    background: #e8edf3;
  }
}

@media (max-width: 479.98px) {
  .home-banner-slider,
  .home-banner-slider.swiper,
  .home-banner-slider .swiper-slide {
    aspect-ratio: 4 / 3;
  }
}

/* ===== Footer fixes ===== */
.footer.footer-3 {
  position: relative; padding-top: 5rem; margin-top: 0;
  color: rgba(255,255,255,.85);
  background-size: cover; background-position: center;
}
.footer.footer-3::before {
  content: ''; position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(180deg, rgba(0, 45, 90, .88) 0%, rgba(0, 30, 60, .94) 100%);
}
.footer.footer-3 > .container { position: relative; z-index: 2; }
.footer.footer-3 .widget-title { color: #fff; font-size: .9rem; text-transform: uppercase; letter-spacing: .08em; }
.footer.footer-3 .footer-nav li { margin-bottom: .5rem; }
.footer.footer-3 .footer-nav a { color: rgba(255,255,255,.7); }
.footer.footer-3 .footer-nav a:hover { color: #fd5523; }
.footer.footer-3 .copy-right { padding: 1.5rem 0; border-top: 1px solid rgba(255,255,255,.1); margin-top: 2rem; color: rgba(255,255,255,.5); }
.footer.footer-3 .copy-right a { color: #fd5523; }
.footer.footer-3 .footer-top .subs-widget {
  flex: 0 0 540px;
}
.footer.footer-3 .footer-top .subs-widget form {
  display: flex;
  align-items: center;
  gap: .6rem;
  padding: .5rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, .08);
  border: 1px solid rgba(255, 255, 255, .18);
  box-shadow: 0 8px 24px rgba(0, 20, 40, .18);
}
.footer.footer-3 .footer-top .subs-widget form input {
  flex: 1;
  border: 0;
  background: transparent;
  color: #fff;
  padding: .85rem 1.1rem;
  font-size: .95rem;
}
.footer.footer-3 .footer-top .subs-widget form input::placeholder {
  color: rgba(255, 255, 255, .62);
}
.footer.footer-3 .footer-top .subs-widget form input:focus {
  outline: none;
}
.footer.footer-3 .footer-top .subs-widget form button {
  position: static;
  transform: none;
  border-radius: 999px;
  border: 0;
  padding: .85rem 1.45rem;
  font-weight: 700;
  background: linear-gradient(135deg, #4A76A8 0%, #002D5A 100%);
  box-shadow: 0 8px 18px rgba(0, 45, 90, .28);
  white-space: nowrap;
}
@media (max-width: 767.98px) {
  .footer.footer-3 .footer-top .subs-widget {
    flex: 0 0 100%;
  }
  .footer.footer-3 .footer-top .subs-widget form {
    flex-direction: column;
    border-radius: 20px;
    align-items: stretch;
    gap: .45rem;
  }
  .footer.footer-3 .footer-top .subs-widget form input,
  .footer.footer-3 .footer-top .subs-widget form button {
    width: 100%;
    text-align: center;
  }
}

.float-wa {
  position: fixed; bottom: 1.5rem; right: 1.5rem;
  width: 56px; height: 56px; background: #25d366; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  color: #fff; font-size: 1.5rem; z-index: 99;
  box-shadow: 0 6px 24px rgba(37,211,102,.4); transition: .25s;
}
.float-wa:hover { color: #fff; transform: scale(1.08); }

/* ===== Page hero (inner pages) ===== */
.page-hero-inner {
  padding: 4.5rem 0 3rem;
  background: linear-gradient(135deg, #002D5A 0%, #1a446e 50%, #356089 100%);
  color: #fff; text-align: center;
}
.page-hero-inner--image {
  background-size: cover; background-position: center;
  padding: 5rem 0 3.5rem; text-align: left; position: relative;
}
.page-hero-inner--image .container { text-align: left; }
.page-hero-inner--image .breadcrumb-th { justify-content: flex-start !important; }
.page-hero-inner__overlay {
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(0, 45, 90, .72), rgba(0, 45, 90, .92));
}
.page-hero-inner h1 { color: #fff; margin-bottom: .5rem; }
.page-hero-inner__sub { color: rgba(255,255,255,.8); max-width: 640px; margin: 0 auto; }
.page-hero-inner--image .page-hero-inner__sub { margin: 0; }

/* Light hero (category pages) */
.page-hero-inner--light {
  background: linear-gradient(135deg, #ffffff 0%, #f4f7fb 52%, #fef8f5 100%);
  color: #020e28; position: relative; overflow: hidden;
}
.page-hero-inner--light::before {
  content: ''; position: absolute; width: 480px; height: 480px; border-radius: 50%;
  background: radial-gradient(circle, rgba(253,85,35,.07) 0%, transparent 68%);
  top: -160px; right: -100px; pointer-events: none;
}
.page-hero-inner--light::after {
  content: ''; position: absolute; width: 320px; height: 320px; border-radius: 50%;
  background: radial-gradient(circle, rgba(20,50,92,.05) 0%, transparent 70%);
  bottom: -140px; left: -80px; pointer-events: none;
}
.page-hero-inner--light .container { position: relative; z-index: 1; }
.page-hero-inner--light h1 { color: #020e28; }
.page-hero-inner--light .page-hero-inner__sub { color: #535353; }
.page-hero-inner--light.page-hero-inner--image { padding: 4.5rem 0 3.25rem; }
.page-hero-inner--light.page-hero-inner--image .page-hero-inner__overlay {
  background: linear-gradient(105deg, rgba(255,255,255,.94) 0%, rgba(248,250,252,.88) 48%, rgba(255,247,243,.82) 100%);
}
.page-hero-inner--light.page-hero-inner--image h1 { color: #020e28; }
.page-hero-inner--light.page-hero-inner--image .page-hero-inner__sub { color: #535353; margin: 0; }
.page-hero-inner--light .breadcrumb-th { color: #788094; }
.page-hero-inner--light .breadcrumb-th a { color: #535353; }
.page-hero-inner--light .breadcrumb-th a:hover { color: #fd5523; }
.page-hero-inner--light.page-hero-inner--image .breadcrumb-th { color: #788094; }
.page-hero-inner--light.page-hero-inner--image .breadcrumb-th a { color: #535353; }

.breadcrumb-th {
  display: flex; flex-wrap: wrap; align-items: center; gap: .35rem;
  font-size: .82rem; color: rgba(255,255,255,.65);
}
.breadcrumb-th a { color: rgba(255,255,255,.85); }
.breadcrumb-th a:hover { color: #fd5523; }
.breadcrumb-th .sep { opacity: .5; }
.inner-section .breadcrumb-th { color: #788094; }
.inner-section .breadcrumb-th a { color: #535353; }
.inner-section .breadcrumb-th a:hover { color: #fd5523; }
.page-hero-inner--image .breadcrumb-th { color: rgba(255,255,255,.65); }

/* ===== Inner sections ===== */
.inner-section { padding: 4rem 0; }
.inner-section--shade { background: #ecf0f1; }
.inner-section--light { background: #f8fafc; }
.inner-section .sec-title { margin-bottom: 2rem; }

/* ===== Category pages (light aesthetic) ===== */
body.page-category { background: #f8fafc; }

.category-page { padding: 3.5rem 0 4.5rem; }
.category-page__intro {
  max-width: 680px; margin: 0 auto 3rem; text-align: center;
}
.category-page__eyebrow {
  display: inline-block; font-size: .72rem; font-weight: 700;
  text-transform: uppercase; letter-spacing: .14em; color: #fd5523;
  background: rgba(253,85,35,.08); padding: .35rem .85rem; border-radius: 50px;
  margin-bottom: .85rem;
}
.category-page__heading {
  font-size: clamp(1.5rem, 3vw, 2rem); color: #020e28;
  font-weight: 700; margin-bottom: .65rem;
}
.category-page__lead { color: #788094; font-size: 1rem; line-height: 1.65; margin: 0; }

.category-page__section-head {
  display: flex; flex-direction: column; gap: .35rem; margin-bottom: 1.75rem;
}
.category-page__section-head .sec-title { margin-bottom: 0; color: #020e28; font-weight: 700; }
.category-page__count {
  display: inline-flex; align-items: center; justify-content: center;
  min-width: 1.75rem; height: 1.75rem; padding: 0 .5rem; margin-left: .35rem;
  font-size: .75rem; font-weight: 700; color: #fd5523;
  background: rgba(253,85,35,.1); border-radius: 50px; vertical-align: middle;
}

.category-block {
  background: #fff; border: 1px solid #e8edf3; border-radius: 24px;
  padding: 1.75rem; margin-bottom: 2rem;
  box-shadow: 0 8px 32px rgba(2,14,40,.04);
}
.category-block:last-child { margin-bottom: 0; }
.category-block__label {
  font-size: .72rem; font-weight: 700; text-transform: uppercase;
  letter-spacing: .1em; color: #788094; margin: 0 0 1rem;
}
.category-block__subs { margin-top: 1.5rem; padding-top: 1.5rem; border-top: 1px solid #eef2f7; }

.cat-main-card {
  display: flex; gap: 1.5rem; align-items: center;
  background: linear-gradient(135deg, #fafbfd 0%, #fff 100%);
  border-radius: 18px; padding: 1.25rem 1.5rem;
  border: 1px solid #e8edf3; margin-bottom: 0;
  text-decoration: none; color: inherit; transition: .3s;
}
.cat-main-card:hover {
  border-color: rgba(253,85,35,.35);
  box-shadow: 0 12px 36px rgba(253,85,35,.08);
  color: inherit; transform: translateY(-2px);
}
.cat-main-card__img {
  width: 112px; height: 112px; border-radius: 16px; flex-shrink: 0;
  background-size: cover; background-position: center;
  background-color: #f0f4f8; border: 1px solid #e8edf3;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.6);
}
.cat-main-card__body { flex: 1; min-width: 0; }
.cat-main-card__label {
  display: inline-block; font-size: .68rem; font-weight: 700;
  text-transform: uppercase; letter-spacing: .1em; color: #fd5523;
  margin-bottom: .35rem;
}
.cat-main-card h2 { font-size: 1.35rem; color: #020e28; margin-bottom: .35rem; font-weight: 700; }
.cat-main-card p { color: #788094; font-size: .9rem; margin: 0 0 .5rem; line-height: 1.55; }
.cat-main-card__meta { font-size: .78rem; color: #535353; font-weight: 600; }
.cat-main-card__arrow {
  width: 44px; height: 44px; border-radius: 50%; flex-shrink: 0;
  display: flex; align-items: center; justify-content: center;
  background: #fff; border: 1px solid #e8edf3; color: #fd5523;
  transition: .3s;
}
.cat-main-card:hover .cat-main-card__arrow {
  background: #fd5523; border-color: #fd5523; color: #fff;
}

.subcat-card {
  display: flex; flex-direction: column; background: #fff; border-radius: 18px;
  overflow: hidden; border: 1px solid #e8edf3; text-decoration: none; color: inherit;
  transition: .3s; height: 100%;
  box-shadow: 0 4px 18px rgba(2,14,40,.03);
}
.subcat-card:hover {
  border-color: rgba(253,85,35,.3); transform: translateY(-4px); color: inherit;
  box-shadow: 0 16px 40px rgba(253,85,35,.1);
}
.subcat-card__img {
  position: relative; height: 150px; background-size: cover; background-position: center;
  background-color: #f0f4f8;
}
.subcat-card__img::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(180deg, transparent 40%, rgba(255,255,255,.15) 100%);
}
.subcat-card__count {
  position: absolute; bottom: .75rem; left: .75rem; z-index: 1;
  font-size: .68rem; font-weight: 700; color: #020e28;
  background: rgba(255,255,255,.92); backdrop-filter: blur(6px);
  padding: .3rem .65rem; border-radius: 50px;
  border: 1px solid rgba(255,255,255,.8);
}
.subcat-card__body { padding: 1rem 1.1rem 1.15rem; flex: 1; display: flex; flex-direction: column; }
.subcat-card h3 {
  font-size: .92rem; font-weight: 600; color: #020e28; margin: 0 0 .65rem; line-height: 1.4;
}
.subcat-card__link {
  margin-top: auto; font-size: .78rem; font-weight: 600; color: #fd5523;
  display: inline-flex; align-items: center; gap: .35rem;
}
.subcat-card__link i { font-size: .7rem; transition: transform .25s; }
.subcat-card:hover .subcat-card__link i { transform: translateX(3px); }

body.page-category .product-card-th {
  border-color: #e8edf3;
  box-shadow: 0 4px 22px rgba(2,14,40,.04);
}
body.page-category .product-card-th__code {
  background: rgba(255,255,255,.95); color: #020e28;
  border: 1px solid #e8edf3;
}
body.page-category .product-card-th__img { background: #f4f7fb; }

body.page-category .th-cta-strip {
  background: linear-gradient(135deg, #fff 0%, #fef8f5 100%);
  border-top: 1px solid #e8edf3; margin-top: 0;
}
body.page-category .th-cta-strip h2 { color: #020e28; }
body.page-category .th-cta-strip p { color: #788094; }

.th-empty--light { background: #fff; border-color: #e8edf3; }
.th-empty__icon {
  width: 72px; height: 72px; margin: 0 auto 1rem; border-radius: 50%;
  background: rgba(253,85,35,.08); color: #fd5523;
  display: flex; align-items: center; justify-content: center; font-size: 1.75rem;
}

/* ===== Product cards ===== */
.product-card-th {
  background: #fff; border-radius: 20px; overflow: hidden;
  border: 1px solid #e2e8f0; box-shadow: 0 4px 20px rgba(2,14,40,.05);
  transition: transform .3s, box-shadow .3s;
}
.product-card-th:hover { transform: translateY(-5px); box-shadow: 0 12px 36px rgba(253,85,35,.12); }
.product-card-th__link { display: block; color: inherit; text-decoration: none; flex: 1; }
.product-card-th__link:hover { color: inherit; }
.product-card-th__img { position: relative; aspect-ratio: 1; overflow: hidden; background: #f0f2f5; }
.product-card-th__img img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s; }
.product-card-th:hover .product-card-th__img img { transform: scale(1.05); }
.product-card-th__code {
  position: absolute; top: .75rem; left: .75rem;
  background: #020e28; color: #fd5523; font-size: .68rem; font-weight: 700;
  padding: .25rem .6rem; border-radius: 6px; letter-spacing: .04em;
}
.product-card-th__body { padding: 1.15rem 1.25rem .75rem; }
.product-card-th h3 { font-size: .95rem; font-weight: 600; color: #020e28; margin-bottom: .3rem; line-height: 1.35; }
.product-card-th__cat { font-size: .75rem; color: #788094; }
.product-card-th__footer { padding: 0 1.25rem 1.25rem; }

.similar-products-sec {
  padding-top: 3rem;
  padding-bottom: 3.5rem;
}
.similar-products-sec__head {
  margin-bottom: 2rem;
  text-align: center;
}
.similar-products-sec__eyebrow {
  display: block;
  font-size: .75rem;
  font-weight: 600;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--primary, #4A76A8);
  margin-bottom: .35rem;
}
.similar-products-sec .sec-title {
  color: #020e28;
  font-weight: 700;
}
.similar-products-sec .product-card-th {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  overflow: hidden;
  transition: box-shadow .2s ease, transform .2s ease;
}
.similar-products-sec .product-card-th:hover {
  box-shadow: 0 12px 28px rgba(2, 14, 40, .1);
  transform: translateY(-3px);
}

/* Legacy category card aliases (search/other pages) */
.product-detail-wrap {
  background: #fff; border-radius: 24px; padding: 2rem;
  border: 1px solid #e2e8f0; box-shadow: 0 8px 32px rgba(2,14,40,.06);
}
.product-gallery-main {
  border-radius: 16px; overflow: hidden; background: #f7f7f7;
  border: 1px solid #e2e8f0; aspect-ratio: 1;
}
.product-gallery-main img { width: 100%; height: 100%; object-fit: contain; padding: 1rem; }
.product-gallery-thumbs { display: flex; gap: .5rem; margin-top: .75rem; flex-wrap: wrap; }
.product-thumb {
  width: 72px; height: 72px; border: 2px solid transparent; border-radius: 10px;
  overflow: hidden; cursor: pointer; padding: 0; background: #f0f2f5;
}
.product-thumb.active, .product-thumb:hover { border-color: #fd5523; }
.product-thumb img { width: 100%; height: 100%; object-fit: cover; }
.product-info-box h1 { font-size: 1.75rem; color: #020e28; margin: .75rem 0; }
.product-code-badge {
  display: inline-block; background: rgba(253,85,35,.1); color: #fd5523;
  padding: .35rem .85rem; border-radius: 8px; font-size: .82rem; font-weight: 700;
}
.product-info-box .lead { color: #535353; margin: 1rem 0 1.5rem; }
.product-cta { display: flex; flex-wrap: wrap; gap: .65rem; margin-bottom: 1.5rem; }
.product-badges { display: flex; flex-wrap: wrap; gap: .5rem; margin-bottom: 1.5rem; }
.product-badges .badge {
  background: #ecf0f1; color: #020e28; font-weight: 600;
  padding: .4rem .85rem; border-radius: 50px; font-size: .72rem;
}
.product-desc h2 { font-size: 1rem; text-transform: uppercase; letter-spacing: .06em; color: #020e28; margin-bottom: .75rem; }
.product-desc .content { color: #535353; line-height: 1.75; }

/* ===== Contact ===== */
.th-contact-card {
  background: #fff; border-radius: 20px; padding: 1.75rem;
  border: 1px solid #e2e8f0; height: 100%;
  box-shadow: 0 4px 20px rgba(2,14,40,.04); transition: .3s;
}
.th-contact-card:hover { border-color: rgba(253,85,35,.3); }
.th-contact-card h3 {
  font-size: .78rem; text-transform: uppercase; letter-spacing: .08em;
  color: #fd5523; margin-bottom: .75rem; font-weight: 700;
}
.th-contact-card a { color: #020e28; font-weight: 600; }
.th-contact-card a:hover { color: #fd5523; }
.th-contact-card .big { font-size: 1.5rem; font-weight: 700; display: block; }

/* ===== Services ===== */
.th-service-card {
  background: #fff; border-radius: 20px; padding: 2rem;
  border: 1px solid #e2e8f0; border-left: 4px solid #fd5523;
  box-shadow: 0 4px 20px rgba(2,14,40,.04);
}
.th-service-card__icon {
  width: 56px; height: 56px; border-radius: 14px;
  background: rgba(253,85,35,.1); color: #fd5523;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.5rem; margin-bottom: 1rem;
}
.th-service-card h2 { font-size: 1.25rem; color: #020e28; margin-bottom: .75rem; }
.th-service-card p, .th-service-card ul { color: #535353; }
.th-service-card ul { margin: .75rem 0 0 1.25rem; }

/* ===== Search ===== */
.th-search-box {
  max-width: 560px; margin: 1.25rem auto 0;
  display: flex; gap: .5rem;
}
.th-search-box input {
  flex: 1; border-radius: 50px; padding: .85rem 1.25rem;
  border: 1px solid #cbd5e1;
  background: #fff;
  color: #1a2744;
  font-size: .95rem;
}
.th-search-box input::placeholder { color: #94a3b8; }
.th-search-box input:focus {
  outline: 0;
  border-color: #4A76A8;
  background: #fff;
  box-shadow: 0 0 0 3px rgba(74, 118, 168, .15);
}
.th-search-tag {
  display: inline-block; padding: .45rem 1rem; background: #fff;
  border: 1px solid #e2e8f0; border-radius: 50px; font-size: .85rem;
  color: #020e28; text-decoration: none; transition: .25s;
}
.th-search-tag:hover { border-color: #fd5523; color: #fd5523; }

/* ===== Empty / 404 ===== */
.th-empty {
  text-align: center; padding: 4rem 2rem;
  background: #fff; border-radius: 24px; border: 1px solid #e2e8f0;
}
.th-empty h1 { font-size: 5rem; color: #fd5523; opacity: .35; line-height: 1; }
.th-empty p { color: #788094; margin: 1rem 0 1.5rem; }

/* ===== About ===== */
.th-about-stat {
  background: #fff; border-radius: 16px; padding: 1.5rem; text-align: center;
  border: 1px solid #e2e8f0; box-shadow: 0 4px 16px rgba(2,14,40,.04);
}
.th-about-stat i { font-size: 1.75rem; color: #fd5523; margin-bottom: .5rem; }
.th-about-stat strong { display: block; color: #020e28; margin-bottom: .25rem; }

/* ===== Documents page ===== */
body.page-documents { background: #f8fafc; }

.documents-page { padding: 3.5rem 0 4.5rem; }
.documents-group { margin-bottom: 3rem; }
.documents-group:last-child { margin-bottom: 0; }

.doc-card {
  display: flex; flex-direction: column; height: 100%;
  background: #fff; border: 1px solid #e8edf3; border-radius: 20px;
  padding: 1.35rem; box-shadow: 0 4px 22px rgba(2,14,40,.04);
  transition: transform .3s, box-shadow .3s, border-color .3s;
}
.doc-card:hover {
  transform: translateY(-4px);
  border-color: rgba(253,85,35,.25);
  box-shadow: 0 16px 40px rgba(253,85,35,.08);
}
.doc-card__icon {
  display: flex; align-items: center; gap: .75rem; margin-bottom: 1rem;
}
.doc-card__icon > i {
  width: 52px; height: 52px; border-radius: 14px; flex-shrink: 0;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.35rem; color: #fd5523;
  background: rgba(253,85,35,.08); border: 1px solid rgba(253,85,35,.12);
}
.doc-card__type {
  font-size: .68rem; font-weight: 700; letter-spacing: .08em;
  text-transform: uppercase; color: #788094;
}
.doc-card__body { flex: 1; }
.doc-card__body h3 {
  font-size: 1rem; font-weight: 700; color: #020e28;
  margin-bottom: .45rem; line-height: 1.4;
}
.doc-card__body p {
  font-size: .88rem; color: #788094; line-height: 1.55; margin-bottom: .75rem;
}
.doc-card__meta {
  display: flex; flex-wrap: wrap; gap: .5rem 1rem;
  font-size: .75rem; color: #535353; font-weight: 500;
}
.doc-card__meta span:last-child {
  max-width: 100%; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
}
.doc-card__actions {
  display: flex; flex-wrap: wrap; gap: .5rem; margin-top: 1.15rem; padding-top: 1rem;
  border-top: 1px solid #eef2f7;
}
.doc-card__actions .btn { flex: 1; min-width: 120px; }

body.page-documents .th-cta-strip {
  background: linear-gradient(135deg, #fff 0%, #fef8f5 100%);
  border-top: 1px solid #e8edf3; margin-top: 0;
}
body.page-documents .th-cta-strip h2 { color: #020e28; }
body.page-documents .th-cta-strip p { color: #788094; }

/* ===== E-Catalog page ===== */
body.page-ekatalog { background: #f8fafc; }

.e-catalog-page { padding: 3.5rem 0 4.5rem; }

.ecat-card {
  display: flex; flex-direction: column; height: 100%;
  background: #fff; border: 1px solid #e8edf3; border-radius: 20px;
  overflow: hidden; box-shadow: 0 4px 22px rgba(2,14,40,.04);
  transition: transform .3s, box-shadow .3s, border-color .3s;
}
.ecat-card:hover {
  transform: translateY(-5px);
  border-color: rgba(253,85,35,.25);
  box-shadow: 0 18px 44px rgba(253,85,35,.1);
}
.ecat-card__cover {
  position: relative; display: block; aspect-ratio: 3/4;
  background: #f0f4f8; overflow: hidden;
}
.ecat-card__cover img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform .45s;
}
.ecat-card:hover .ecat-card__cover img { transform: scale(1.04); }
.ecat-card__badge {
  position: absolute; top: .85rem; left: .85rem;
  font-size: .68rem; font-weight: 700; letter-spacing: .06em;
  text-transform: uppercase; color: #020e28;
  background: rgba(255,255,255,.92); backdrop-filter: blur(6px);
  padding: .35rem .7rem; border-radius: 50px;
  border: 1px solid rgba(255,255,255,.8);
}
.ecat-card__body { padding: 1.1rem 1.15rem .5rem; flex: 1; }
.ecat-card__body h3 { font-size: .98rem; font-weight: 700; margin-bottom: .4rem; line-height: 1.4; }
.ecat-card__body h3 a { color: #020e28; text-decoration: none; }
.ecat-card__body h3 a:hover { color: #fd5523; }
.ecat-card__body p { font-size: .85rem; color: #788094; line-height: 1.55; margin-bottom: .65rem; }
.ecat-card__meta {
  display: flex; flex-wrap: wrap; gap: .65rem;
  font-size: .75rem; color: #535353; font-weight: 500;
}
.ecat-card__meta i { color: #fd5523; margin-right: .2rem; }
.ecat-card__actions {
  padding: 0 1.15rem 1.15rem; display: flex; flex-direction: column; gap: .5rem;
}

.e-catalog-view { padding: 2rem 0 4rem; }
.e-catalog-view__toolbar {
  display: flex; align-items: center; justify-content: space-between;
  flex-wrap: wrap; gap: 1rem; margin-bottom: 1.25rem;
}
.e-catalog-view__frame-wrap {
  background: #fff; border: 1px solid #e8edf3; border-radius: 20px;
  overflow: hidden; box-shadow: 0 8px 36px rgba(2,14,40,.06);
}
.e-catalog-view__frame {
  display: block; width: 100%; height: min(82vh, 920px); border: 0;
  background: #f4f7fb;
}

body.page-ekatalog .th-cta-strip {
  background: linear-gradient(135deg, #fff 0%, #fef8f5 100%);
  border-top: 1px solid #e8edf3; margin-top: 0;
}
body.page-ekatalog .th-cta-strip h2 { color: #020e28; }
body.page-ekatalog .th-cta-strip p { color: #788094; }

/* ===== Brands page ===== */
body.page-brands { background: #f8fafc; }

.brands-page { padding: 3.5rem 0 4.5rem; }

.brand-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #fff;
  border: 1px solid #e8edf3;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 4px 22px rgba(2,14,40,.04);
  transition: transform .3s, box-shadow .3s, border-color .3s;
}
.brand-card:hover {
  transform: translateY(-5px);
  border-color: rgba(74,118,168,.28);
  box-shadow: 0 16px 42px rgba(0,45,90,.1);
}
.brand-card__logo-wrap {
  height: 140px;
  padding: 1.25rem;
  border-bottom: 1px solid #eef2f7;
  background: linear-gradient(135deg, #f7f9fc 0%, #fff 100%);
  display: flex;
  align-items: center;
  justify-content: center;
}
.brand-card__logo {
  max-width: 100%;
  max-height: 90px;
  object-fit: contain;
}
.brand-card__body {
  flex: 1;
  padding: 1.1rem 1.2rem .5rem;
}
.brand-card__body h3 {
  margin: 0 0 .45rem;
  font-size: 1.02rem;
  font-weight: 700;
  color: #020e28;
}
.brand-card__short {
  margin: 0 0 .45rem;
  font-size: .82rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .06em;
  color: #4A76A8;
}
.brand-card__desc {
  margin: 0;
  color: #788094;
  font-size: .88rem;
  line-height: 1.55;
}
.brand-card__footer {
  padding: .85rem 1.2rem 1.2rem;
}

/* ===== CTA strip ===== */
.th-cta-strip {
  background: linear-gradient(135deg, #020e28, #14325c);
  padding: 3rem 0; margin-top: 2rem;
}
.th-cta-strip .container { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 1.5rem; }
.th-cta-strip h2 { color: #fff; margin: 0; font-size: 1.5rem; }
.th-cta-strip p { color: rgba(255,255,255,.7); margin: .25rem 0 0; }

/* ===== Brand color override (orange -> blue) ===== */
:root {
  --primary: #4A76A8;
  --primary-rgb: 74,118,168;
}

.text-primary,
.sub-title,
.sub-title2,
.category-page__eyebrow,
.category-page__count,
.cat-main-card__label,
.cat-main-card__arrow,
.subcat-card__link,
.th-contact-card h3,
.th-contact-card a:hover,
.th-search-tag:hover,
.th-about-stat i,
.footer.footer-3 .copy-right a,
.footer.footer-3 .footer-nav a:hover,
.ecat-card__body h3 a:hover,
.ecat-card__meta i {
  color: #4A76A8 !important;
}

.btn-primary,
.bg-primary {
  background-color: #4A76A8 !important;
  border-color: #4A76A8 !important;
}

.btn-primary:hover,
.btn-primary:focus {
  background-color: #3f6793 !important;
  border-color: #3f6793 !important;
}

.btn-primary span,
.btn-info span {
  background-color: #002D5A !important;
}

.category-page__eyebrow,
.category-page__count,
.th-about-stat i,
.th-service-card__icon {
  background: rgba(74,118,168,.1) !important;
}

.th-contact-card:hover,
.th-service-card,
.subcat-card:hover,
.cat-main-card:hover {
  border-color: rgba(74,118,168,.32) !important;
}

.cat-main-card:hover .cat-main-card__arrow {
  background: #4A76A8 !important;
  border-color: #4A76A8 !important;
  color: #fff !important;
}

.product-thumb.active,
.product-thumb:hover {
  border-color: #4A76A8 !important;
}

/* ===== Homepage featured products ===== */
.featured-sec {
  position: relative;
  background:
    radial-gradient(900px 320px at 50% -10%, rgba(74, 118, 168, .14), transparent 70%),
    linear-gradient(180deg, #f8fbff 0%, #f2f6fc 100%);
}
.featured-sec__lead {
  max-width: 700px;
  margin: .8rem auto 0;
  color: #65748b;
}
.featured-sec .work-carousel {
  padding: .5rem 0 .6rem;
}
.featured-sec .pt-item {
  position: relative;
  border-radius: 22px;
  overflow: hidden;
  border: 1px solid rgba(2, 45, 90, .14);
  box-shadow: 0 14px 36px rgba(8, 31, 61, .08);
  background: #fff;
  transition: transform .35s ease, box-shadow .35s ease, border-color .35s ease;
}
.featured-sec .pt-item:hover {
  transform: translateY(-8px);
  border-color: rgba(74, 118, 168, .45);
  box-shadow: 0 22px 46px rgba(8, 31, 61, .14);
}
.featured-sec .pt-item > img {
  width: 100%;
  height: 270px;
  object-fit: cover;
  transition: transform .45s ease;
}
.featured-sec__badge {
  position: absolute;
  top: .9rem;
  left: .9rem;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: .34rem .7rem;
  border-radius: 999px;
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #fff;
  box-shadow: 0 8px 18px rgba(0,0,0,.18);
}
.featured-sec__badge--popular {
  background: linear-gradient(135deg, #002D5A, #3f6ea3);
}
.featured-sec__badge--new {
  background: linear-gradient(135deg, #1f7a5a, #36b489);
}
.featured-sec__badge--deal {
  background: linear-gradient(135deg, #b45309, #f59e0b);
}
.featured-sec .pt-item:hover > img {
  transform: scale(1.06);
}
.featured-sec .pt-item .pt-hover {
  opacity: 1;
  height: auto;
  position: static;
  width: 100%;
  transform: none;
  border-radius: 0;
  backdrop-filter: none;
  background: linear-gradient(180deg, #fff 0%, #f9fbff 100%);
}
.featured-sec .pt-item .pt-hover .pt-inner {
  padding: 1.1rem 1.15rem 1.25rem;
  text-align: left;
}
.featured-sec .pt-item .icon-lg {
  width: 42px;
  height: 42px;
  margin: 0 0 .9rem;
  background: #002D5A !important;
}
.featured-sec .pt-item .pt-footer {
  position: static;
  padding: 0;
}
.featured-sec .pt-item .cat-meta {
  display: inline-block;
  padding: .35rem .75rem;
  border-radius: 999px;
  background: rgba(74, 118, 168, .12);
  color: #3f6592 !important;
  font-size: .72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .08em;
}
.featured-sec .pt-item h3.display-4 {
  margin-top: .85rem;
  font-size: 1.04rem;
  line-height: 1.45;
}
.featured-sec .pt-item h3.display-4 a {
  color: #0f223d !important;
}
.featured-sec .pt-item h3.display-4 a:hover {
  color: #4A76A8 !important;
}

@media (max-width: 767px) {
  .featured-sec .pt-item > img { height: 220px; }
  .featured-sec .pt-item .pt-hover .pt-inner { padding: 1rem; }
  .hero-3 .hero-content h1 { font-size: 2.25rem !important; }
  .page-hero-inner { padding: 3.5rem 0 2.5rem; }
  .inner-section { padding: 2.5rem 0; }
  .product-detail-wrap { padding: 1.25rem; }
  .cat-main-card { flex-direction: column; text-align: center; padding: 1.25rem; }
  .cat-main-card__arrow { display: none; }
  .cat-main-card__img { width: 88px; height: 88px; }
  .category-block { padding: 1.25rem; border-radius: 20px; }
  .subcat-card__img { height: 130px; }
  .th-cta-strip .container { flex-direction: column; text-align: center; }
}

/* Müşteri yorumları — yıldız puanı */
.review-stars {
  display: inline-flex;
  align-items: center;
  gap: .2rem;
  color: #f0b429;
  font-size: 1rem;
  line-height: 1;
}
.review-stars .fa-star-o {
  color: #c8d4e3;
}
.review-stars--sm {
  font-size: .85rem;
}
.review-entry .rev-content .review-stars {
  margin-bottom: .25rem;
}
