
/* ======================================
   SOURCE: /assets/3e-store-nav.css?v=20260725-5
   ====================================== */
/* Satın Al bağlantısı diğer header menü bağlantılarıyla aynı genel stilleri kullanır. */


/* ======================================
   SOURCE: /assets/3e-mobile-final.css?v=20260726-mobile-final-1
   ====================================== */
/* 3E Yazılım — güncel ZIP tabanlı mobil son düzen */

html,
body {
  max-width: 100% !important;
  overflow-x: hidden !important;
}

@supports (overflow: clip) {
  html,
  body {
    overflow-x: clip !important;
  }
}

img,
picture,
video,
canvas,
svg,
iframe {
  max-width: 100%;
}

img,
video {
  height: auto;
}

main,
main > *,
section,
article,
aside {
  min-width: 0;
}

.three-mobile-table-scroll,
.three-mobile-overflow {
  width: 100%;
  max-width: 100%;
  overflow-x: auto !important;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior-inline: contain;
  scrollbar-width: thin;
}

.three-mobile-table-scroll table {
  width: max-content;
  min-width: 100%;
  max-width: none;
}

@media (max-width: 1320px) {
  body.three-mobile-menu-open {
    overflow: hidden !important;
    overscroll-behavior: none !important;
  }

  .three-premium-header.is-open {
    position: fixed !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100vh !important;
    height: 100dvh !important;
    max-height: 100vh !important;
    max-height: 100dvh !important;
    overflow: hidden !important;
    background: #ffffff !important;
  }

  .three-premium-header.is-open .three-header-shell {
    width: calc(100% - 22px) !important;
    height: 100% !important;
    min-height: 0 !important;
    max-height: 100% !important;
    padding: 0 !important;
    grid-template-columns: minmax(0, 1fr) auto !important;
    grid-template-rows: auto minmax(0, 1fr) !important;
    align-content: stretch !important;
    overflow: hidden !important;
  }

  .three-premium-header.is-open .three-header-brand,
  .three-premium-header.is-open .three-header-toggle {
    align-self: center !important;
  }

  .three-premium-header.is-open .three-header-nav {
    grid-column: 1 / -1 !important;
    grid-row: 2 !important;
    width: 100% !important;
    height: 100% !important;
    min-height: 0 !important;
    max-height: none !important;
    margin: 0 !important;
    padding: 10px 2px calc(26px + env(safe-area-inset-bottom)) !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    justify-content: flex-start !important;
    gap: 0 !important;
    overflow-x: hidden !important;
    overflow-y: auto !important;
    overscroll-behavior: contain !important;
    -webkit-overflow-scrolling: touch !important;
    scrollbar-width: thin !important;
    background: #ffffff !important;
  }

  .three-premium-header.is-open .three-header-nav::-webkit-scrollbar {
    width: 5px;
  }

  .three-premium-header.is-open .three-header-nav::-webkit-scrollbar-thumb {
    border-radius: 99px;
    background: #c9d4e2;
  }

  .three-premium-header.is-open .three-header-nav > a,
  .three-premium-header.is-open .three-header-nav .three-google-nav-main {
    flex: 0 0 auto !important;
    width: 100% !important;
    min-width: 0 !important;
    min-height: 50px !important;
    height: auto !important;
    margin: 0 !important;
    padding: 13px 12px !important;
    justify-content: flex-start !important;
    border: 0 !important;
    border-bottom: 1px solid #e6ebf2 !important;
    border-radius: 0 !important;
    background: #ffffff !important;
    background-color: #ffffff !important;
    color: #07152d !important;
    -webkit-text-fill-color: #07152d !important;
    font-size: 14px !important;
    line-height: 1.35 !important;
    text-align: left !important;
    white-space: normal !important;
    box-shadow: none !important;
    transform: none !important;
  }

  .three-premium-header.is-open .three-header-nav > a:hover,
  .three-premium-header.is-open .three-header-nav > a:focus,
  .three-premium-header.is-open .three-header-nav .three-google-nav-main:hover,
  .three-premium-header.is-open .three-header-nav .three-google-nav-main:focus {
    background: #f5f8fc !important;
    background-color: #f5f8fc !important;
    color: #0d315f !important;
    -webkit-text-fill-color: #0d315f !important;
  }

  .three-premium-header.is-open .three-header-nav > a[aria-current="page"],
  .three-premium-header.is-open .three-header-nav .three-google-nav-main[aria-current="page"],
  .three-premium-header.is-open .three-header-nav .is-section-current {
    padding-left: 10px !important;
    border-left: 3px solid #155eef !important;
    background: #eef4ff !important;
    background-color: #eef4ff !important;
    color: #155eef !important;
    -webkit-text-fill-color: #155eef !important;
  }

  /* Satın Al mobilde kaybolmaz; temiz, okunaklı tek CTA olarak kalır. */
  .three-premium-header.is-open .three-header-nav > a.three-header-shop,
  .three-premium-header.is-open .three-header-nav > a.three-header-shop:hover,
  .three-premium-header.is-open .three-header-nav > a.three-header-shop:focus,
  .three-premium-header.is-open .three-header-nav > a.three-header-shop[aria-current="page"] {
    width: 100% !important;
    min-height: 50px !important;
    height: auto !important;
    margin: 2px 0 9px !important;
    padding: 13px 14px !important;
    justify-content: center !important;
    border: 1px solid #128552 !important;
    border-radius: 8px !important;
    background: #15945d !important;
    background-color: #15945d !important;
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
    text-align: center !important;
    transform: none !important;
  }

  .three-premium-header.is-open .three-header-nav > a.three-header-shop:hover,
  .three-premium-header.is-open .three-header-nav > a.three-header-shop:focus,
  .three-premium-header.is-open .three-header-nav > a.three-header-shop[aria-current="page"] {
    border-color: #0d7145 !important;
    background: #0d7d4c !important;
    background-color: #0d7d4c !important;
  }

  .three-premium-header.is-open .three-header-nav .three-google-nav-drop {
    flex: 0 0 auto !important;
    grid-column: auto !important;
    width: 100% !important;
    display: block !important;
  }

  .three-premium-header.is-open .three-header-nav .three-google-nav-panel {
    position: static !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    transform: none !important;
  }

  .three-premium-header.is-open .three-header-nav .three-google-nav-panel-inner {
    width: 100% !important;
    margin: 0 0 7px !important;
    padding: 2px 0 5px 14px !important;
    display: block !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: #f8fafc !important;
    box-shadow: none !important;
  }

  .three-premium-header.is-open .three-header-nav .three-google-nav-panel a {
    width: 100% !important;
    min-height: 44px !important;
    height: auto !important;
    margin: 0 !important;
    padding: 11px 12px !important;
    border: 0 !important;
    border-left: 2px solid #dce4ef !important;
    border-radius: 0 !important;
    background: transparent !important;
    color: #31445f !important;
    -webkit-text-fill-color: #31445f !important;
    font-size: 13px !important;
    line-height: 1.35 !important;
    white-space: normal !important;
  }

  .three-premium-header.is-open .three-header-nav .three-google-nav-panel a:hover,
  .three-premium-header.is-open .three-header-nav .three-google-nav-panel a:focus,
  .three-premium-header.is-open .three-header-nav .three-google-nav-panel a[aria-current="page"] {
    border-left-color: #155eef !important;
    background: #eef4ff !important;
    color: #155eef !important;
    -webkit-text-fill-color: #155eef !important;
  }
}

@media (max-width: 760px) {
  body,
  button,
  input,
  select,
  textarea {
    -webkit-text-size-adjust: 100%;
  }

  input:not([type="checkbox"]):not([type="radio"]),
  select,
  textarea {
    max-width: 100% !important;
    font-size: 16px !important;
  }

  h1,
  h2,
  h3,
  h4,
  p,
  li,
  a,
  button,
  label,
  span {
    overflow-wrap: break-word;
  }

  pre,
  code {
    max-width: 100%;
    white-space: pre-wrap;
    overflow-wrap: anywhere;
  }

  /* Paketler sayfasındaki yatay sekmeler mobilde düzgün bir ızgaraya dönüşür. */
  body.page-packages .pkgv2-jump {
    width: calc(100% - 28px) !important;
    min-height: 0 !important;
    padding: 7px !important;
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 6px !important;
    overflow: visible !important;
  }

  body.page-packages .pkgv2-jump a {
    width: 100% !important;
    min-width: 0 !important;
    min-height: 42px !important;
    padding: 9px 8px !important;
    justify-content: center !important;
    text-align: center !important;
    line-height: 1.25 !important;
    white-space: normal !important;
  }

  /* Satın Al, ürün, sepet ve ödeme ekranları. */
  .three-store-shell,
  .three-store-installment-payment {
    width: calc(100% - 22px) !important;
  }

  .three-store-card-actions,
  .three-store-actions,
  .three-store-result-actions,
  .three-store-form-grid {
    grid-template-columns: 1fr !important;
  }

  .three-store-card-actions a,
  .three-store-card-actions button,
  .three-store-button,
  .three-store-result-actions a {
    width: 100% !important;
    min-width: 0 !important;
    white-space: normal !important;
    text-align: center !important;
  }

  .three-store-product-summary h1,
  .three-store-catalog-head h1 {
    font-size: clamp(30px, 9vw, 38px) !important;
  }

  .three-store-price {
    font-size: clamp(32px, 10vw, 40px) !important;
  }

  .three-store-detail-section,
  .three-store-notice,
  .three-store-sidebox,
  .three-store-checkout-form,
  .three-store-summary-box {
    padding: 18px !important;
  }

  .three-store-installment-payment .three-installment-payment-inner {
    padding: 14px !important;
  }

  .three-store-installment-payment .three-installment-slider,
  .three-installment-slider {
    max-width: 100% !important;
    overflow: hidden !important;
  }

  /* Kampanya ve blog kartları dar ekranda tek sütun kalır. */
  .three-campaign-list-item,
  .blog-list-item {
    min-width: 0 !important;
  }

  .three-campaign-list-item .blog-list-action,
  .blog-list-item .blog-list-action {
    width: 100% !important;
    white-space: normal !important;
  }

  .three-campaign-list-item .blog-list-action a,
  .blog-list-item .blog-list-action a {
    display: inline-flex !important;
    max-width: 100% !important;
    white-space: normal !important;
  }

  /* Mevcut yatay karşılaştırmalar ve stok tabloları dokunarak kaydırılır. */
  .r-compare,
  .p-stock-panel,
  .three-package-table-wrap,
  .compare,
  .table-responsive {
    max-width: 100% !important;
    overflow-x: auto !important;
    -webkit-overflow-scrolling: touch !important;
    overscroll-behavior-inline: contain !important;
  }

  .three-static-map,
  .three-static-map iframe {
    max-width: 100% !important;
  }
}

@media (max-width: 420px) {
  .three-header-shell {
    width: calc(100% - 18px) !important;
  }

  .three-header-brand-text strong {
    font-size: 20px !important;
  }

  .three-header-brand-text em {
    font-size: 13px !important;
  }

  body.page-packages .pkgv2-jump {
    grid-template-columns: 1fr !important;
  }

  .three-store-product-summary h1,
  .three-store-catalog-head h1 {
    font-size: 30px !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .three-premium-header *,
  .three-mobile-table-scroll *,
  .three-mobile-overflow * {
    scroll-behavior: auto !important;
  }
}


/* ======================================
   SOURCE: /assets/3e-page-transition.css?v=20260729-blue-handwritten-2
   ====================================== */
/* 3E Yazılım sayfalar arası geçiş */
.three-page-transition {
  position: fixed;
  inset: 0;
  z-index: 999999;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 24px;
  background: #071d3f;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition:
    opacity 260ms ease,
    visibility 0s linear 260ms;
}

.three-page-transition.is-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  transition:
    opacity 220ms ease,
    visibility 0s linear 0s;
}

.three-page-transition-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: min(460px, 100%);
  text-align: center;
  transform: translateY(14px);
  opacity: 0;
}

.three-page-transition.is-visible
.three-page-transition-inner {
  animation: threePageTransitionInnerIn 430ms ease forwards;
}

.three-page-transition-logo {
  display: block;
  width: 86px;
  height: 86px;
  margin: 0 0 18px;
  object-fit: contain;
  filter: brightness(0) invert(1);
  transform: scale(.88);
  opacity: 0;
}

.three-page-transition.is-visible
.three-page-transition-logo {
  animation: threePageTransitionLogoIn 430ms ease 40ms forwards;
}

.three-page-transition-title {
  display: block;
  margin: 0;
  color: #ffffff;
  font-family: inherit;
  font-size: clamp(27px, 4vw, 44px);
  font-weight: 900;
  line-height: 1.08;
  letter-spacing: -.035em;
}

.three-page-transition-line {
  display: block;
  width: 0;
  height: 4px;
  margin-top: 19px;
  background: #2e8cff;
}

.three-page-transition.is-visible
.three-page-transition-line {
  animation: threePageTransitionLineIn 520ms ease 90ms forwards;
}

.three-page-transition.is-arriving
.three-page-transition-inner {
  animation: none;
  transform: translateY(0);
  opacity: 1;
}

.three-page-transition.is-arriving
.three-page-transition-logo {
  animation: none;
  transform: scale(1);
  opacity: 1;
}

.three-page-transition.is-arriving
.three-page-transition-line {
  animation: none;
  width: 116px;
}

@keyframes threePageTransitionInnerIn {
  from {
    transform: translateY(14px);
    opacity: 0;
  }

  to {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes threePageTransitionLogoIn {
  from {
    transform: scale(.88);
    opacity: 0;
  }

  to {
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes threePageTransitionLineIn {
  from {
    width: 0;
  }

  to {
    width: 116px;
  }
}

@media (max-width: 640px) {
  .three-page-transition-logo {
    width: 70px;
    height: 70px;
    margin-bottom: 15px;
  }

  .three-page-transition-title {
    font-size: 29px;
  }

  .three-page-transition-line {
    height: 3px;
    margin-top: 16px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .three-page-transition,
  .three-page-transition-inner,
  .three-page-transition-logo,
  .three-page-transition-line {
    animation: none !important;
    transition: none !important;
  }
}

/* 3E HANDWRITTEN TRANSITION TITLE START */

/* Örnekteki beyaz zemin */
.three-page-transition {
  background: #ffffff !important;
}

/* Logo orijinal lacivert rengiyle görünsün */
.three-page-transition-logo {
  width: 98px !important;
  height: 98px !important;
  margin-bottom: 4px !important;
  filter: none !important;
}

/* İyi yazılım budur — yeşil el yazısı */
.three-page-transition-title {
  margin: 0 !important;
  color: #08a756 !important;
  font-family:
    "Segoe Script",
    "Brush Script MT",
    "Lucida Handwriting",
    "URW Chancery L",
    cursive !important;
  font-size: clamp(29px, 4.5vw, 48px) !important;
  font-weight: 700 !important;
  font-style: italic !important;
  line-height: 1.05 !important;
  letter-spacing: -0.045em !important;
  text-transform: none !important;
  text-shadow: none !important;
}

/* Örnekte çizgi bulunmadığı için kaldır */
.three-page-transition-line {
  display: none !important;
}

@media (max-width: 640px) {
  .three-page-transition-logo {
    width: 82px !important;
    height: 82px !important;
  }

  .three-page-transition-title {
    font-size: 31px !important;
  }
}

/* 3E HANDWRITTEN TRANSITION TITLE END */

/* 3E BLUE TRANSITION BACKGROUND START */
.three-page-transition {
  background: #071d3f !important;
}

.three-page-transition-logo {
  filter: brightness(0) invert(1) !important;
}

.three-page-transition-title {
  color: #18c875 !important;
}
/* 3E BLUE TRANSITION BACKGROUND END */


/* ======================================
   SOURCE: /assets/3e-square-customer-demo.css?v=20260729-customer-unified-mobile-1
   ====================================== */
/* Eski yatay form kapalı */
.lead-row,
.e3-support-widget{
  display:none!important;
}

/* Sağ alt müşteri hizmetleri */
.three-customer-service{
  position:fixed!important;
  right:22px!important;
  bottom:22px!important;
  z-index:999999!important;
  font-family:inherit!important;
}

/* Buton kare */
.three-customer-button{
  width:76px!important;
  height:76px!important;
  min-width:76px!important;
  min-height:76px!important;
  border:none!important;
  border-radius:18px!important;
  background:linear-gradient(135deg,#07152d 0%,#1244a4 100%)!important;
  color:#fff!important;
  cursor:pointer!important;
  display:flex!important;
  flex-direction:column!important;
  align-items:center!important;
  justify-content:center!important;
  gap:5px!important;
  padding:0!important;
  box-shadow:0 18px 42px rgba(15,23,42,.28)!important;
  transition:transform .18s ease, box-shadow .18s ease!important;
  position:relative!important;
}

.three-customer-button:hover{
  transform:translateY(-3px)!important;
  box-shadow:0 24px 58px rgba(15,23,42,.34)!important;
}

.three-customer-button svg{
  width:29px!important;
  height:29px!important;
}

.three-customer-button span{
  font-size:9.5px!important;
  line-height:1.05!important;
  font-weight:900!important;
  text-align:center!important;
  color:#fff!important;
}

.three-customer-button::after{
  content:"";
  position:absolute;
  right:8px;
  top:8px;
  width:12px;
  height:12px;
  border-radius:999px;
  background:#12b76a;
  border:2px solid #fff;
  box-shadow:0 0 0 5px rgba(18,183,106,.18);
}

.three-customer-panel{
  position:absolute!important;
  right:0!important;
  bottom:90px!important;
  width:360px!important;
  max-width:calc(100vw - 28px)!important;
  background:#fff!important;
  border:1px solid #dbe7f5!important;
  border-radius:18px!important;
  box-shadow:0 28px 78px rgba(15,23,42,.28)!important;
  overflow:hidden!important;
  opacity:0!important;
  pointer-events:none!important;
  transform:translateY(12px) scale(.96)!important;
  transition:opacity .18s ease, transform .18s ease!important;
}

.three-customer-service.open .three-customer-panel{
  opacity:1!important;
  pointer-events:auto!important;
  transform:translateY(0) scale(1)!important;
}

.three-customer-head{
  height:56px!important;
  padding:0 16px!important;
  background:#07152d!important;
  color:#fff!important;
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
}

.three-customer-head b{
  font-size:15px!important;
  line-height:1!important;
  font-weight:950!important;
  color:#fff!important;
}

.three-customer-close{
  width:32px!important;
  height:32px!important;
  border-radius:10px!important;
  border:1px solid rgba(255,255,255,.18)!important;
  background:rgba(255,255,255,.08)!important;
  color:#fff!important;
  cursor:pointer!important;
  font-size:22px!important;
  line-height:26px!important;
}

.three-customer-body{
  padding:14px!important;
  background:#f8fbff!important;
}

.three-customer-form{
  display:grid!important;
  grid-template-columns:1fr!important;
  gap:10px!important;
  margin:0!important;
  padding:0!important;
}

.three-customer-form input,
.three-customer-form textarea{
  width:100%!important;
  min-height:46px!important;
  border-radius:12px!important;
  border:1px solid #d7e3f1!important;
  background:#fff!important;
  color:#101828!important;
  padding:0 12px!important;
  outline:none!important;
  box-shadow:none!important;
  font-size:13px!important;
  font-weight:650!important;
}

.three-customer-form textarea{
  min-height:82px!important;
  padding-top:11px!important;
  resize:none!important;
}

.three-customer-form input:focus,
.three-customer-form textarea:focus{
  border-color:#155eef!important;
  box-shadow:0 0 0 4px rgba(21,94,239,.10)!important;
}

.three-customer-form button{
  width:100%!important;
  min-height:48px!important;
  border:none!important;
  border-radius:12px!important;
  background:#12a855!important;
  color:#fff!important;
  cursor:pointer!important;
  font-size:14px!important;
  font-weight:950!important;
  box-shadow:0 14px 28px rgba(18,168,85,.23)!important;
}

.three-customer-form button:hover{
  background:#0f944b!important;
}

.three-customer-toast{
  position:absolute!important;
  right:0!important;
  bottom:90px!important;
  min-width:210px!important;
  max-width:280px!important;
  padding:13px 15px!important;
  border-radius:14px!important;
  background:#07152d!important;
  color:#fff!important;
  font-size:13px!important;
  font-weight:900!important;
  box-shadow:0 18px 46px rgba(15,23,42,.28)!important;
  opacity:0!important;
  transform:translateY(10px)!important;
  pointer-events:none!important;
  transition:opacity .18s ease, transform .18s ease!important;
}

.three-customer-toast.show{
  opacity:1!important;
  transform:translateY(0)!important;
}

@media(max-width:640px){
  .three-customer-service{
    right:14px!important;
    bottom:14px!important;
  }

  .three-customer-button{
    width:66px!important;
    height:66px!important;
    min-width:66px!important;
    min-height:66px!important;
    border-radius:16px!important;
  }

  .three-customer-button span{
    display:none!important;
  }

  .three-customer-panel{
    bottom:78px!important;
    width:calc(100vw - 28px)!important;
  }

  .three-customer-toast{
    bottom:78px!important;
  }
}


/* ======================================
   SOURCE: /assets/3e-mobile-floating-final.css?v=20260729-customer-unified-mobile-1
   ====================================== */
/* Önceki mobil küçültme ayarlarını ez: müşteri hizmetleri butonu normal kalsın */
@media(max-width:640px){
  .three-customer-service{
    right:14px!important;
    bottom:14px!important;
    z-index:999999!important;
  }

  .three-customer-button{
    width:auto!important;
    height:auto!important;
    min-width:unset!important;
    min-height:unset!important;
    max-width:none!important;
    max-height:none!important;
    border-radius:inherit;
    padding:inherit;
    gap:inherit;
  }

  .three-customer-button span{
    display:inline!important;
  }

  .three-customer-button svg{
    width:inherit;
    height:inherit;
    flex:inherit;
  }

  .three-customer-panel{
    position:fixed!important;
    left:12px!important;
    right:12px!important;
    bottom:88px!important;
    width:auto!important;
    max-width:none!important;
    max-height:72vh!important;
    overflow:auto!important;
    border-radius:16px!important;
  }
}

/* Mobil sosyal medya ikonları: görseldeki gibi beyaz kutu */
.three-mobile-social{
  display:none;
}

@media(max-width:768px){
  .three-mobile-social{
    position:fixed!important;
    left:14px!important;
    bottom:88px!important;
    z-index:999998!important;
    display:flex!important;
    flex-direction:column!important;
    gap:12px!important;
  }

  .three-mobile-social a{
    width:44px!important;
    height:44px!important;
    border-radius:4px!important;
    background:#ffffff!important;
    color:#111827!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    text-decoration:none!important;
    box-shadow:0 10px 24px rgba(15,23,42,.16)!important;
    border:1px solid #e4eaf3!important;
    touch-action:manipulation!important;
  }

  .three-mobile-social a svg{
    width:23px!important;
    height:23px!important;
    display:block!important;
  }

  .three-mobile-social a[data-type="whatsapp"]{
    color:#16b95f!important;
  }

  .three-mobile-social a[data-type="instagram"]{
    color:#f03a86!important;
  }

  .three-mobile-social a[data-type="youtube"]{
    color:#ff0000!important;
  }

  .three-mobile-social a.is-armed{
    outline:2px solid #155eef!important;
    outline-offset:2px!important;
  }

  .three-mobile-social a.is-armed::after{
    content:"Tekrar dokun";
    position:absolute;
    left:54px;
    top:50%;
    transform:translateY(-50%);
    white-space:nowrap;
    background:#07152d;
    color:#fff;
    font-size:11px;
    font-weight:800;
    padding:7px 9px;
    border-radius:8px;
    box-shadow:0 10px 24px rgba(15,23,42,.20);
  }
}


/* ======================================
   SOURCE: /assets/3e-customer-service-unified.css?v=20260729-customer-unified-mobile-1
   ====================================== */
/*
  3E Yazılım ortak müşteri hizmetleri görünümü.
  Bu dosya bütün eski müşteri hizmetleri CSS'lerinden sonra yüklenir.
*/

.e3-support-widget,
.lead-row {
  display: none !important;
}

.three-customer-service {
  position: fixed !important;
  right: 22px !important;
  bottom: 22px !important;
  left: auto !important;
  top: auto !important;
  z-index: 999990 !important;
  display: block !important;
  width: auto !important;
  height: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  font-family: inherit !important;
  transform: none !important;
}

.three-customer-button {
  position: relative !important;
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 12px !important;

  width: 214px !important;
  height: 60px !important;
  min-width: 214px !important;
  min-height: 60px !important;
  max-width: none !important;
  max-height: none !important;

  margin: 0 !important;
  padding: 0 18px !important;

  border: 0 !important;
  border-radius: 17px !important;
  background: linear-gradient(
    135deg,
    #07152d 0%,
    #1244a4 100%
  ) !important;

  color: #ffffff !important;
  cursor: pointer !important;
  box-shadow: 0 16px 38px rgba(15, 23, 42, .27) !important;
  transition:
    transform .18s ease,
    box-shadow .18s ease !important;
}

.three-customer-button:hover {
  transform: translateY(-2px) !important;
  box-shadow: 0 21px 48px rgba(15, 23, 42, .32) !important;
}

.three-customer-button svg {
  display: block !important;
  flex: 0 0 28px !important;
  width: 28px !important;
  height: 28px !important;
  color: #ffffff !important;
}

.three-customer-button span {
  display: block !important;
  overflow: visible !important;
  color: #ffffff !important;
  font-size: 14px !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  letter-spacing: 0 !important;
  text-align: left !important;
  white-space: nowrap !important;
}

.three-customer-button::after {
  content: "" !important;
  position: absolute !important;
  top: 9px !important;
  right: 9px !important;

  display: block !important;
  width: 11px !important;
  height: 11px !important;

  border: 2px solid #ffffff !important;
  border-radius: 999px !important;
  background: #14b86c !important;
  box-shadow: 0 0 0 4px rgba(20, 184, 108, .18) !important;
}

.three-customer-panel {
  position: absolute !important;
  right: 0 !important;
  bottom: 76px !important;
  left: auto !important;
  top: auto !important;

  display: block !important;
  width: 360px !important;
  max-width: calc(100vw - 28px) !important;
  max-height: min(620px, calc(100vh - 120px)) !important;
  overflow: auto !important;

  margin: 0 !important;
  padding: 0 !important;

  border: 1px solid #dbe7f5 !important;
  border-radius: 18px !important;
  background: #ffffff !important;
  box-shadow: 0 27px 72px rgba(15, 23, 42, .28) !important;

  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
  transform: translateY(12px) scale(.97) !important;

  transition:
    opacity .18s ease,
    visibility 0s linear .18s,
    transform .18s ease !important;
}

.three-customer-service.open .three-customer-panel {
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
  transform: translateY(0) scale(1) !important;

  transition:
    opacity .18s ease,
    visibility 0s linear 0s,
    transform .18s ease !important;
}

.three-customer-head {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;

  width: 100% !important;
  height: 58px !important;
  min-height: 58px !important;
  padding: 0 16px !important;

  border: 0 !important;
  background: #07152d !important;
  color: #ffffff !important;
}

.three-customer-head b {
  margin: 0 !important;
  color: #ffffff !important;
  font-size: 15px !important;
  font-weight: 900 !important;
  line-height: 1 !important;
}

.three-customer-close {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;

  width: 32px !important;
  height: 32px !important;
  min-width: 32px !important;
  min-height: 32px !important;
  padding: 0 !important;

  border: 1px solid rgba(255,255,255,.19) !important;
  border-radius: 9px !important;
  background: rgba(255,255,255,.08) !important;
  color: #ffffff !important;

  font-size: 22px !important;
  font-weight: 400 !important;
  line-height: 1 !important;
  cursor: pointer !important;
}

.three-customer-body {
  display: block !important;
  padding: 14px !important;
  background: #f7faff !important;
}

.three-customer-form {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) !important;
  gap: 10px !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}

.three-customer-form input,
.three-customer-form textarea {
  display: block !important;
  width: 100% !important;
  min-width: 0 !important;
  max-width: none !important;
  min-height: 46px !important;

  margin: 0 !important;
  padding: 0 12px !important;

  border: 1px solid #d6e1ef !important;
  border-radius: 11px !important;
  outline: 0 !important;
  background: #ffffff !important;
  color: #101828 !important;
  box-shadow: none !important;

  font-family: inherit !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  line-height: 1.3 !important;
}

.three-customer-form textarea {
  min-height: 82px !important;
  padding-top: 11px !important;
  padding-bottom: 11px !important;
  resize: vertical !important;
}

.three-customer-form input:focus,
.three-customer-form textarea:focus {
  border-color: #155eef !important;
  box-shadow: 0 0 0 4px rgba(21, 94, 239, .10) !important;
}

.three-customer-form button[type="submit"] {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;

  width: 100% !important;
  min-height: 48px !important;
  margin: 0 !important;
  padding: 0 15px !important;

  border: 0 !important;
  border-radius: 11px !important;
  background: #12a855 !important;
  color: #ffffff !important;
  box-shadow: 0 13px 26px rgba(18, 168, 85, .22) !important;

  font-family: inherit !important;
  font-size: 14px !important;
  font-weight: 900 !important;
  cursor: pointer !important;
}

.three-customer-toast {
  position: absolute !important;
  right: 0 !important;
  bottom: 76px !important;
  left: auto !important;
  width: auto !important;
  min-width: 210px !important;
  max-width: 280px !important;
}

/* Mobil görünüm bütün sayfalarda aynı */
@media (max-width: 768px) {
  .three-customer-service {
    right: 12px !important;
    bottom: calc(12px + env(safe-area-inset-bottom)) !important;
    left: auto !important;
  }

  .three-customer-button {
    width: 184px !important;
    height: 56px !important;
    min-width: 184px !important;
    min-height: 56px !important;
    max-width: 184px !important;
    max-height: 56px !important;

    padding: 0 15px !important;
    gap: 11px !important;
    border-radius: 15px !important;
  }

  .three-customer-button svg {
    flex-basis: 27px !important;
    width: 27px !important;
    height: 27px !important;
  }

  .three-customer-button span {
    display: block !important;
    font-size: 12px !important;
    white-space: nowrap !important;
  }

  .three-customer-button::after {
    top: 8px !important;
    right: 8px !important;
    width: 10px !important;
    height: 10px !important;
  }

  .three-customer-panel {
    position: fixed !important;
    right: 12px !important;
    bottom: calc(80px + env(safe-area-inset-bottom)) !important;
    left: 12px !important;
    top: auto !important;

    width: auto !important;
    min-width: 0 !important;
    max-width: none !important;
    max-height: min(72dvh, 580px) !important;

    border-radius: 16px !important;
    transform: translateY(12px) scale(.98) !important;
  }

  .three-customer-service.open .three-customer-panel {
    transform: translateY(0) scale(1) !important;
  }

  .three-customer-head {
    height: 54px !important;
    min-height: 54px !important;
    padding: 0 14px !important;
  }

  .three-customer-head b {
    font-size: 14px !important;
  }

  .three-customer-body {
    padding: 12px !important;
  }

  .three-customer-form {
    gap: 9px !important;
  }

  .three-customer-form input {
    min-height: 44px !important;
  }

  .three-customer-form textarea {
    min-height: 72px !important;
  }

  .three-customer-toast {
    position: fixed !important;
    right: 12px !important;
    bottom: calc(80px + env(safe-area-inset-bottom)) !important;
    left: 12px !important;
    min-width: 0 !important;
    max-width: none !important;
  }
}

@media (max-width: 390px) {
  .three-customer-button {
    width: 172px !important;
    min-width: 172px !important;
    max-width: 172px !important;
  }

  .three-customer-button span {
    font-size: 11.5px !important;
  }
}


/* ======================================
   SOURCE: /assets/3e-header-search-sector-top.css?v=20260729-compact-header-search-2
   ====================================== */
body.three-site-search-open{overflow:hidden!important}
@media(min-width:1321px){
.three-header-shell{width:min(1780px,calc(100% - 24px))!important;gap:16px!important}.three-header-nav{gap:3px!important;overflow:visible!important}
.three-header-nav>a,.three-header-nav .three-google-nav-main,.three-sector-nav-main,.three-more-nav-main,.three-site-search-toggle{height:40px!important;padding:0 6px!important;font-size:12.5px!important;letter-spacing:-.025em!important;white-space:nowrap!important}
.three-sector-nav-drop,.three-more-nav-drop{position:relative!important;display:inline-flex!important;align-items:center!important;flex:0 0 auto!important}
.three-sector-nav-main,.three-more-nav-main,.three-site-search-toggle{border:0!important;border-radius:7px!important;background:transparent!important;color:#07152d!important;font-family:Manrope,Arial,sans-serif!important;font-weight:800!important;line-height:1!important;text-decoration:none!important;cursor:pointer!important}
.three-sector-nav-main:hover,.three-sector-nav-main:focus,.three-sector-nav-main.is-section-current,.three-more-nav-main:hover,.three-more-nav-main:focus,.three-more-nav-main.is-section-current,.three-site-search-toggle:hover,.three-site-search-toggle:focus{background:#eef4ff!important;color:#155eef!important}
.three-sector-nav-panel,.three-more-nav-panel{position:absolute!important;z-index:999999!important;top:100%!important;left:50%!important;width:720px!important;padding-top:10px!important;opacity:0!important;visibility:hidden!important;pointer-events:none!important;transform:translate(-50%,5px)!important;transition:.14s ease!important}.three-more-nav-panel{width:420px!important}
.three-sector-nav-drop:hover .three-sector-nav-panel,.three-sector-nav-drop:focus-within .three-sector-nav-panel,.three-more-nav-drop:hover .three-more-nav-panel,.three-more-nav-drop:focus-within .three-more-nav-panel{opacity:1!important;visibility:visible!important;pointer-events:auto!important;transform:translate(-50%,0)!important}
.three-sector-nav-panel-inner,.three-more-nav-panel-inner{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:4px!important;padding:8px!important;border:1px solid #d9e1eb!important;border-radius:10px!important;background:#fff!important;box-shadow:0 18px 46px rgba(15,23,42,.16)!important}.three-more-nav-panel-inner{grid-template-columns:repeat(2,minmax(0,1fr))!important}
.three-sector-nav-panel-inner a,.three-more-nav-panel-inner a{min-height:42px!important;padding:9px 11px!important;display:flex!important;align-items:center!important;border-radius:7px!important;color:#172b45!important;font-size:12.5px!important;font-weight:750!important;line-height:1.35!important;text-decoration:none!important;white-space:normal!important}.three-sector-nav-panel-inner a:hover,.three-sector-nav-panel-inner a[aria-current=page],.three-more-nav-panel-inner a:hover,.three-more-nav-panel-inner a[aria-current=page]{background:#eef4ff!important;color:#155eef!important}
.three-site-search-toggle{display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:6px!important;min-width:58px!important}.three-site-search-toggle svg{width:17px!important;height:17px!important;flex:0 0 17px!important}
}
@media(min-width:1321px) and (max-width:1500px){.three-header-brand{min-width:64px!important;width:64px!important}.three-header-brand-text{display:none!important}.three-header-shell{gap:10px!important}.three-header-nav{gap:1px!important}.three-header-nav>a,.three-header-nav .three-google-nav-main,.three-sector-nav-main,.three-more-nav-main,.three-site-search-toggle{padding-left:5px!important;padding-right:5px!important;font-size:12px!important}}
@media(max-width:1320px){
.three-premium-header.is-open .three-sector-nav-drop,.three-premium-header.is-open .three-more-nav-drop{grid-column:1/-1!important;width:100%!important;display:block!important}
.three-premium-header.is-open .three-sector-nav-main,.three-premium-header.is-open .three-more-nav-main,.three-premium-header.is-open .three-site-search-toggle{width:100%!important;height:44px!important;padding:0 13px!important;display:flex!important;align-items:center!important;justify-content:flex-start!important;gap:9px!important;border:1px solid #e0e7f0!important;border-radius:7px!important;background:#f8fafc!important;color:#07152d!important;font-family:Manrope,Arial,sans-serif!important;font-size:13.5px!important;font-weight:800!important;text-decoration:none!important;cursor:pointer!important}
.three-premium-header.is-open .three-sector-nav-panel,.three-premium-header.is-open .three-more-nav-panel{position:static!important;display:block!important;width:100%!important;padding-top:7px!important;opacity:1!important;visibility:visible!important;pointer-events:auto!important;transform:none!important}
.three-premium-header.is-open .three-sector-nav-panel-inner,.three-premium-header.is-open .three-more-nav-panel-inner{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:5px!important;padding:7px!important;border:1px solid #d9e1eb!important;border-radius:8px!important;background:#fff!important;box-shadow:none!important}
.three-premium-header.is-open .three-sector-nav-panel-inner a,.three-premium-header.is-open .three-more-nav-panel-inner a{min-height:40px!important;padding:9px 10px!important;display:flex!important;align-items:center!important;border-radius:6px!important;color:#172b45!important;font-size:12.5px!important;font-weight:750!important;line-height:1.3!important;text-decoration:none!important}
}
@media(max-width:640px){.three-premium-header.is-open .three-sector-nav-panel-inner,.three-premium-header.is-open .three-more-nav-panel-inner{grid-template-columns:1fr!important}}
.three-suite-top-links{width:min(1180px,calc(100% - 36px));margin:15px auto 0;padding:15px 16px;border:1px solid #d7e1ed;background:#fff}.three-suite-top-links-head{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-bottom:11px}.three-suite-top-links-head strong{color:#071d3f;font-size:15px}.three-suite-top-links-head a{color:#0b57b7;font-size:12px;font-weight:800;text-decoration:none;white-space:nowrap}.three-suite-top-links-list{display:flex;gap:8px;overflow-x:auto;padding-bottom:3px}.three-suite-top-links-list a{flex:0 0 auto;min-height:38px;padding:0 13px;display:inline-flex;align-items:center;border:1px solid #d8e2ee;background:#f7f9fc;color:#1a2e49;font-size:12.5px;font-weight:800;text-decoration:none;white-space:nowrap}.three-suite-top-links-list a:hover,.three-suite-top-links-list a[aria-current=page]{border-color:#0b57b7;background:#0b57b7;color:#fff}
@media(max-width:760px){.three-suite-top-links{width:calc(100% - 24px);padding:13px 12px}.three-suite-top-links-head{display:block}.three-suite-top-links-head a{display:inline-block;margin-top:6px}.three-suite-top-links-list{margin-top:10px}}
.three-site-search{position:fixed;inset:0;z-index:1000000;display:flex;align-items:flex-start;justify-content:center;padding:92px 18px 30px;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .18s ease,visibility 0s linear .18s}.three-site-search.is-open{opacity:1;visibility:visible;pointer-events:auto;transition:opacity .18s ease}.three-site-search-backdrop{position:absolute;inset:0;border:0;background:rgba(4,17,38,.72);backdrop-filter:blur(5px)}.three-site-search-dialog{position:relative;z-index:2;width:min(780px,100%);max-height:calc(100vh - 122px);overflow:auto;border:1px solid #d5dfeb;background:#fff;box-shadow:0 30px 90px rgba(3,14,31,.34)}
.three-site-search-head{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;padding:22px 24px 16px;border-bottom:1px solid #e1e7ef}.three-site-search-head strong,.three-site-search-head span{display:block}.three-site-search-head strong{color:#071d3f;font-size:21px}.three-site-search-head span{margin-top:5px;color:#5a6c82;font-size:13px}.three-site-search-close{width:38px;height:38px;display:flex;align-items:center;justify-content:center;flex:0 0 38px;border:1px solid #d6e0ec;background:#fff;color:#071d3f;font-size:27px;cursor:pointer}
.three-site-search-field{margin:20px 24px 0;min-height:56px;padding:0 15px;display:flex;align-items:center;gap:11px;border:2px solid #0b57b7}.three-site-search-field svg{width:21px;height:21px;flex:0 0 21px;color:#0b57b7}.three-site-search-field input{width:100%;min-width:0;height:52px;border:0!important;outline:0!important;background:transparent!important;color:#0b1930!important;font:700 16px/1.2 Manrope,Arial,sans-serif!important;box-shadow:none!important}.three-site-search-status{padding:13px 24px 10px;color:#66778c;font-size:12.5px}.three-site-search-results{padding:0 24px 22px}.three-site-search-result{display:block;padding:15px 2px;border-top:1px solid #e4e9f0;color:#071d3f;text-decoration:none}.three-site-search-result:first-child{border-top:0}.three-site-search-result strong,.three-site-search-result span,.three-site-search-result small{display:block}.three-site-search-result strong{font-size:16px}.three-site-search-result span{margin-top:5px;color:#50637b;font-size:13px;line-height:1.55}.three-site-search-result small{margin-top:6px;color:#0b57b7;font-size:11.5px;font-weight:800}.three-site-search-popular{padding:0 24px 24px}.three-site-search-popular>span{display:block;margin-bottom:10px;color:#687a91;font-size:12px;font-weight:800}.three-site-search-popular>div{display:flex;flex-wrap:wrap;gap:8px}.three-site-search-popular a{padding:9px 11px;border:1px solid #d9e2ed;background:#f7f9fc;color:#17304f;font-size:12px;font-weight:800;text-decoration:none}.three-site-search-empty{padding:18px 0;color:#5c6e84;font-size:14px}
@media(max-width:640px){.three-site-search{padding:74px 10px 16px}.three-site-search-dialog{max-height:calc(100dvh - 90px)}.three-site-search-head{padding:18px 16px 14px}.three-site-search-head strong{font-size:18px}.three-site-search-field{margin:16px 16px 0}.three-site-search-status,.three-site-search-results,.three-site-search-popular{padding-left:16px;padding-right:16px}}

/* 3E INLINE SEARCH HEADER FIX START */

/* Eski popup ve Ara düğmesi tamamen kaldırılır. */
.three-site-search,
.three-site-search-toggle {
  display: none !important;
}

body.three-site-search-open {
  overflow: auto !important;
}

/* ---------------------------------------------------------
   MASAÜSTÜ HEADER: TEK SATIR
--------------------------------------------------------- */

@media (min-width: 1101px) {
  .three-premium-header .three-header-shell {
    display: flex !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    gap: 8px !important;
    overflow: visible !important;
  }

  .three-premium-header .three-header-brand {
    flex: 0 0 auto !important;
  }

  .three-premium-header .three-header-nav {
    display: flex !important;
    flex: 1 1 auto !important;
    min-width: 0 !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    justify-content: flex-end !important;
    gap: 1px !important;
    overflow: visible !important;
    white-space: nowrap !important;
  }

  .three-premium-header .three-header-nav > *,
  .three-premium-header .three-header-nav > a,
  .three-premium-header .three-google-nav-drop,
  .three-premium-header .three-sector-nav-drop,
  .three-premium-header .three-more-nav-drop {
    flex: 0 0 auto !important;
    align-self: center !important;
    margin: 0 !important;
  }

  .three-premium-header .three-header-nav > a,
  .three-premium-header .three-google-nav-main,
  .three-premium-header .three-sector-nav-main,
  .three-premium-header .three-more-nav-main {
    display: inline-flex !important;
    height: 40px !important;
    min-height: 40px !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 0 !important;
    padding: 0 5px !important;
    font-size: 12px !important;
    line-height: 1 !important;
    letter-spacing: -0.025em !important;
    white-space: nowrap !important;
    vertical-align: middle !important;
  }

  .three-premium-header .three-sector-nav-drop,
  .three-premium-header .three-more-nav-drop,
  .three-premium-header .three-google-nav-drop {
    position: relative !important;
    display: inline-flex !important;
    height: 40px !important;
    min-height: 40px !important;
    align-items: center !important;
    justify-content: center !important;
    line-height: 1 !important;
  }

  .three-premium-header .three-sector-nav-main {
    position: relative !important;
    top: 0 !important;
    transform: none !important;
  }
}

/* Orta genişlikte marka yazısını gizleyerek menüye yer açar. */
@media (min-width: 1101px) and (max-width: 1480px) {
  .three-premium-header .three-header-brand-text {
    display: none !important;
  }

  .three-premium-header .three-header-brand {
    width: 58px !important;
    min-width: 58px !important;
  }

  .three-premium-header .three-header-shell {
    gap: 5px !important;
  }

  .three-premium-header .three-header-nav > a,
  .three-premium-header .three-google-nav-main,
  .three-premium-header .three-sector-nav-main,
  .three-premium-header .three-more-nav-main {
    padding-left: 4px !important;
    padding-right: 4px !important;
    font-size: 11.5px !important;
  }
}

/* ---------------------------------------------------------
   DOĞRUDAN GÖRÜNEN ARAMA ALANI
--------------------------------------------------------- */

.three-inline-search {
  position: relative;
  z-index: 99980;
  width: 100%;
  border-top: 1px solid #edf1f5;
  border-bottom: 1px solid #dce4ed;
  background: #f5f7fa;
}

.three-inline-search-inner {
  position: relative;
  width: min(1180px, calc(100% - 36px));
  margin: 0 auto;
  padding: 10px 0;
}

.three-inline-search-field {
  position: relative;
  display: flex;
  width: 100%;
  min-height: 48px;
  align-items: center;
  gap: 11px;
  padding: 0 14px;
  border: 1px solid #cbd7e5;
  background: #ffffff;
  color: #66778c;
  transition:
    border-color .16s ease,
    box-shadow .16s ease;
}

.three-inline-search.is-active
.three-inline-search-field {
  border-color: #155eef;
  box-shadow: 0 0 0 4px rgba(21, 94, 239, .09);
}

.three-inline-search-field > svg {
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  color: #155eef;
}

.three-inline-search-input {
  display: block !important;
  width: 100% !important;
  min-width: 0 !important;
  height: 46px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  outline: 0 !important;
  background: transparent !important;
  color: #071d3f !important;
  box-shadow: none !important;
  font-family: Manrope, Arial, sans-serif !important;
  font-size: 14px !important;
  font-weight: 700 !important;
}

.three-inline-search-input::placeholder {
  color: #7a899b;
  opacity: 1;
}

.three-inline-search-shortcut {
  display: inline-flex;
  min-width: 48px;
  height: 27px;
  align-items: center;
  justify-content: center;
  flex: 0 0 48px;
  border: 1px solid #d5deea;
  background: #f7f9fc;
  color: #63748a;
  font-size: 10px;
  font-weight: 800;
}

.three-inline-search-panel {
  position: absolute;
  top: calc(100% - 5px);
  right: 0;
  left: 0;
  z-index: 999999;
  display: none;
  max-height: min(520px, calc(100vh - 160px));
  overflow-y: auto;
  border: 1px solid #ced9e6;
  background: #ffffff;
  box-shadow: 0 24px 60px rgba(7, 29, 63, .19);
}

.three-inline-search.is-active
.three-inline-search-panel {
  display: block;
}

.three-inline-search-status {
  padding: 14px 18px 10px;
  color: #63758b;
  font-size: 12px;
  font-weight: 700;
}

.three-inline-search-results {
  padding: 0 18px;
}

.three-inline-search-result {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 7px 20px;
  padding: 14px 2px;
  border-top: 1px solid #e5eaf0;
  color: #071d3f;
  text-decoration: none;
}

.three-inline-search-result:hover {
  background: #f7f9fc;
}

.three-inline-search-result strong {
  display: block;
  font-size: 15px;
  line-height: 1.35;
}

.three-inline-search-result span {
  display: block;
  grid-column: 1;
  color: #52657c;
  font-size: 12px;
  line-height: 1.5;
}

.three-inline-search-result small {
  grid-column: 2;
  grid-row: 1 / span 2;
  align-self: center;
  color: #155eef;
  font-size: 10px;
  font-weight: 800;
}

.three-inline-search-empty {
  padding: 20px 2px;
  border-top: 1px solid #e5eaf0;
  color: #596b81;
  font-size: 13px;
}

.three-inline-search-popular {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  padding: 4px 18px 17px;
}

.three-inline-search-popular[hidden] {
  display: none !important;
}

.three-inline-search-popular a {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  padding: 0 11px;
  border: 1px solid #d6e0eb;
  background: #f7f9fc;
  color: #17304f;
  font-size: 11px;
  font-weight: 800;
  text-decoration: none;
}

.three-inline-search-popular a:hover {
  border-color: #155eef;
  color: #155eef;
}

/* ---------------------------------------------------------
   MOBİL
--------------------------------------------------------- */

@media (max-width: 1100px) {
  .three-inline-search-inner {
    width: calc(100% - 24px);
    padding: 8px 0;
  }

  .three-inline-search-field {
    min-height: 45px;
    padding: 0 12px;
  }

  .three-inline-search-input {
    height: 43px !important;
    font-size: 13px !important;
  }

  .three-inline-search-shortcut {
    display: none;
  }

  .three-inline-search-panel {
    position: fixed;
    top: auto;
    right: 12px;
    bottom: 12px;
    left: 12px;
    max-height: min(62dvh, 520px);
  }
}

/* 3E INLINE SEARCH HEADER FIX END */

/* 3E COMPACT HEADER SEARCH START */

/* Eski tam genişlik görünümünü etkisizleştir. */
.three-premium-header {
  overflow: visible !important;
}

.three-premium-header .three-header-shell {
  overflow: visible !important;
}

.three-inline-search-shortcut {
  display: none !important;
}

/* Masaüstünde arama doğrudan header içinde küçük görünür. */
@media (min-width: 1101px) {
  .three-premium-header .three-header-shell {
    display: flex !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    gap: 8px !important;
  }

  .three-premium-header .three-header-nav {
    display: flex !important;
    flex: 1 1 auto !important;
    min-width: 0 !important;
    align-items: center !important;
    justify-content: flex-end !important;
    flex-wrap: nowrap !important;
    gap: 1px !important;
    overflow: visible !important;
    white-space: nowrap !important;
  }

  .three-premium-header .three-sector-nav-drop {
    position: relative !important;
    display: inline-flex !important;
    flex: 0 0 auto !important;
    width: auto !important;
    min-width: 0 !important;
    height: 40px !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 0 !important;
  }

  .three-premium-header .three-sector-nav-main {
    position: static !important;
    display: inline-flex !important;
    width: auto !important;
    min-width: 0 !important;
    height: 40px !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 0 !important;
    padding: 0 6px !important;
    line-height: 1 !important;
    white-space: nowrap !important;
    transform: none !important;
  }

  .three-premium-header .three-inline-search {
    position: relative !important;
    z-index: 1002 !important;
    display: block !important;
    flex: 0 0 170px !important;
    width: 170px !important;
    min-width: 170px !important;
    max-width: 170px !important;
    margin: 0 0 0 7px !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
  }

  .three-premium-header .three-inline-search-inner {
    position: relative !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  .three-premium-header .three-inline-search-field {
    display: flex !important;
    width: 100% !important;
    min-height: 38px !important;
    height: 38px !important;
    align-items: center !important;
    gap: 7px !important;
    margin: 0 !important;
    padding: 0 10px !important;
    border: 1px solid #cbd6e3 !important;
    border-radius: 6px !important;
    background: #ffffff !important;
    box-shadow: none !important;
  }

  .three-premium-header .three-inline-search-field > svg {
    width: 17px !important;
    height: 17px !important;
    flex: 0 0 17px !important;
    color: #52657b !important;
  }

  .three-premium-header .three-inline-search-input {
    display: block !important;
    width: 100% !important;
    min-width: 0 !important;
    height: 36px !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    outline: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    color: #071d3f !important;
    font-size: 12.5px !important;
    font-weight: 700 !important;
  }

  .three-premium-header .three-inline-search-input::placeholder {
    color: #718095 !important;
  }

  .three-premium-header .three-inline-search-panel {
    position: absolute !important;
    z-index: 999999 !important;
    top: calc(100% + 9px) !important;
    right: 0 !important;
    bottom: auto !important;
    left: auto !important;
    width: 480px !important;
    max-width: calc(100vw - 24px) !important;
    max-height: min(520px, calc(100vh - 120px)) !important;
  }
}

/* Daha dar masaüstlerinde menüyü sıkıştırmadan aramayı küçült. */
@media (min-width: 1101px) and (max-width: 1450px) {
  .three-premium-header .three-inline-search {
    flex-basis: 145px !important;
    width: 145px !important;
    min-width: 145px !important;
    max-width: 145px !important;
    margin-left: 4px !important;
  }

  .three-premium-header .three-header-nav > a,
  .three-premium-header .three-google-nav-main,
  .three-premium-header .three-sector-nav-main,
  .three-premium-header .three-more-nav-main {
    padding-right: 4px !important;
    padding-left: 4px !important;
    font-size: 11.5px !important;
  }
}

/* Mobilde header içinde sade arama satırı. */
@media (max-width: 1100px) {
  .three-premium-header .three-header-shell {
    display: flex !important;
    flex-wrap: wrap !important;
    overflow: visible !important;
  }

  .three-premium-header .three-inline-search {
    position: relative !important;
    order: 4 !important;
    z-index: 1002 !important;
    display: block !important;
    flex: 0 0 100% !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 7px 12px 10px !important;
    border: 0 !important;
    background: #ffffff !important;
  }

  .three-premium-header .three-inline-search-inner {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  .three-premium-header .three-inline-search-field {
    min-height: 42px !important;
    height: 42px !important;
    margin: 0 !important;
    padding: 0 11px !important;
    border: 1px solid #ccd7e4 !important;
    border-radius: 6px !important;
    background: #ffffff !important;
  }

  .three-premium-header .three-inline-search-input {
    height: 40px !important;
    font-size: 13px !important;
  }

  .three-premium-header .three-inline-search-panel {
    position: absolute !important;
    top: calc(100% - 4px) !important;
    right: 12px !important;
    bottom: auto !important;
    left: 12px !important;
    width: auto !important;
    max-width: none !important;
    max-height: 58vh !important;
  }
}

/* 3E COMPACT HEADER SEARCH END */


/* ======================================
   SOURCE: /assets/3e-top-campaign-global.css?v=20260729-global-campaign-bar-1
   ====================================== */
/* 3E GLOBAL TOP CAMPAIGN BAR START */

.three-top-campaign-bar {
  position: relative;
  z-index: 100;
  width: 100%;
  overflow: hidden;
  border-bottom: 1px solid rgba(255, 255, 255, .18);
  background: #0b57b7;
  color: #ffffff;
}

.three-top-campaign-marquee {
  display: flex;
  width: max-content;
  min-width: 100%;
  animation: threeTopCampaignFlow 38s linear infinite;
}

.three-top-campaign-bar:hover
.three-top-campaign-marquee {
  animation-play-state: paused;
}

.three-top-campaign-track {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
  gap: 12px;
  padding: 9px 12px;
}

.three-top-campaign-item {
  display: inline-flex;
  min-height: 36px;
  align-items: center;
  justify-content: center;
  padding: 0 15px;
  border: 1px solid rgba(255, 255, 255, .28);
  background: rgba(255, 255, 255, .09);
  color: #ffffff;
  font-family: Manrope, Arial, sans-serif;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.2;
  text-decoration: none;
  white-space: nowrap;
}

.three-top-campaign-item:hover,
.three-top-campaign-item:focus-visible {
  border-color: rgba(255, 255, 255, .55);
  background: rgba(255, 255, 255, .18);
  color: #ffffff;
}

.three-top-campaign-item strong {
  font-weight: 800;
}

.three-top-campaign-sep {
  display: block;
  width: 5px;
  height: 5px;
  flex: 0 0 5px;
  background: rgba(255, 255, 255, .72);
}

@keyframes threeTopCampaignFlow {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    transform: translate3d(-50%, 0, 0);
  }
}

@media (max-width: 700px) {
  .three-top-campaign-track {
    gap: 9px;
    padding: 7px 9px;
  }

  .three-top-campaign-item {
    min-height: 33px;
    padding: 0 12px;
    font-size: 12px;
  }

  .three-top-campaign-marquee {
    animation-duration: 31s;
  }
}

@media (prefers-reduced-motion: reduce) {
  .three-top-campaign-marquee {
    width: 100%;
    animation: none;
  }

  .three-top-campaign-track {
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
  }

  .three-top-campaign-track[aria-hidden="true"] {
    display: none;
  }
}

/* 3E GLOBAL TOP CAMPAIGN BAR END */


