.elementor-12 .elementor-element.elementor-element-9285967{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;border-style:none;--border-style:none;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-12 .elementor-element.elementor-element-43532b3{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-12 .elementor-element.elementor-element-43532b3.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-12 .elementor-element.elementor-element-a098726{text-align:start;}.elementor-12 .elementor-element.elementor-element-a098726 img{width:110px;}.elementor-12 .elementor-element.elementor-element-695ef45{--display:flex;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--align-items:flex-end;}.elementor-12 .elementor-element.elementor-element-695ef45.e-con{--align-self:center;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-12 .elementor-element.elementor-element-e52b220 .elementor-heading-title{color:var( --e-global-color-4f1432c );}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}@media(min-width:768px){.elementor-12 .elementor-element.elementor-element-43532b3{--width:16.997%;}.elementor-12 .elementor-element.elementor-element-695ef45{--width:50%;}}/* Start custom CSS for container, class: .elementor-element-9285967 *//* =========================================================
   TutBak Destek – Blurry Glass Header
   Ultra Compact (-50%) / SINGLE CSS
   Target: .blurry
   ========================================================= */

header.elementor-location-header .blurry{
  /* Sticky */
  position: sticky;
  top: 0;
  z-index: 9999;

  /* Glass effect */
  background: rgba(255,255,255,.70);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);

  /* Premium separation */
  border-bottom: 1px solid rgba(7,21,36,.10);
  box-shadow: 0 6px 18px rgba(0,0,0,.07);

  /* %50 kısaltılmış ölçüler */
  min-height: 28px;          /* önce 36px */
  padding: 4px 20px;         /* önce 6px 24px */

  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* Logo */
header.elementor-location-header .blurry .elementor-widget-image{
  display:flex;
  align-items:center;
}
header.elementor-location-header .blurry .elementor-widget-image img{
  width:150px;
  max-width:150px;
  height:auto;
  display:block;
}

/* Sağ aksiyon – ultra rafine chip */
header.elementor-location-header .blurry .elementor-widget-button,
header.elementor-location-header .blurry .elementor-widget-button *{
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

header.elementor-location-header .blurry .elementor-widget-button .elementor-button{
  padding: 4px 9px;
  border-radius: 8px;

  background: rgba(7,21,36,.035);
  color: #071524;

  font-size: 13.5px;
  font-weight: 600;
  line-height: 1.1;
  text-decoration: none;

  transition: background-color .12s ease, color .12s ease;
}

header.elementor-location-header .blurry .elementor-widget-button .elementor-button:hover{
  background: rgba(242,142,25,.14);
  color: #f28e19;
}

header.elementor-location-header .blurry .elementor-widget-button .elementor-button:focus{
  outline: none;
  box-shadow: 0 0 0 2px rgba(242,142,25,.25);
}

/* Mobil – sınır değer, daha aşağısı önerilmez */
@media (max-width:768px){
  header.elementor-location-header .blurry{
    min-height: 26px;
    padding: 3px 14px;
    backdrop-filter: blur(9px);
    -webkit-backdrop-filter: blur(9px);
  }

  header.elementor-location-header .blurry .elementor-widget-image img{
    width:120px;
    max-width:120px;
  }

  header.elementor-location-header .blurry .elementor-widget-button .elementor-button{
    font-size: 12.5px;
    padding: 3px 7px;
  }
}/* End custom CSS */