/* =========================================================
   HEADER FIX PACK v3.3.1 (Meram45 - Mobile readable brand)
   - Sadece .header_s.header_default hedefler
   - Bootstrap 3 collapse uyumlu
   - Mobilde yazı küçülmez: başlık 2 satır, subtitle görünür
   ========================================================= */

.header_s.header_default,
.header_s.header_default .navbar,
.header_s.header_default .default-top {
  position: relative;
  z-index: 9999;
}

/* ---------------------------------------------------------
   TOP BAR (DESKTOP)
--------------------------------------------------------- */
.header_s.header_default .default-top.row {
  margin-left: 0;
  margin-right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 0;
}

/* Logo blok */
.header_s.header_default .logo-block {
  display: flex;
  align-items: center;
  min-width: 0;
}

.header_s.header_default .logo-block .navbar-brand {
  float: none;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 0;
  height: auto;
  line-height: 1.15;
  text-decoration: none;
  min-width: 0;
}

/* ---------------------------------------------------------
   LOGO BADGE + IMAGE (taşma yok)
--------------------------------------------------------- */
.header_s.header_default .brand-badge {
  width: 100px;
  height: 100px;
  border-radius: 10%;
  background: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;

  padding: 4px;
  box-sizing: border-box;
  overflow: hidden;
}

.header_s.header_default .brand-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

/* ---------------------------------------------------------
   BRAND TEXT (modern + kurumsal)
--------------------------------------------------------- */
.header_s.header_default .brand-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
}

.header_s.header_default .brand-title {
  font-family: ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, Arial, "Noto Sans", "Helvetica Neue", sans-serif;
  font-weight: 800;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  font-size: 22px;
  line-height: 1.05;
  color: #0f172a;

  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.header_s.header_default .brand-subtitle {
  font-family: ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, Arial, "Noto Sans", "Helvetica Neue", sans-serif;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  color: rgba(15, 23, 42, 0.55);
  margin-top: 2px;

  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* Telefon */
.header_s.header_default a.phone-call {
  float: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 14px;
  border: 2px solid #00bcd4;
  border-radius: 10px;
  text-decoration: none;
  color: #333;
  font-weight: 600;
  background: #fff;
  white-space: nowrap;
}

.header_s.header_default a.phone-call i {
  color: #00bcd4;
  font-size: 18px;
}

/* NAV */
.header_s.header_default .navbar.ownavigation {
  border: 0;
  margin: 0;
  background: transparent;
  z-index: 9999;
}

/* görünürlük sınıfları */
.mobile-hide { display: inline-block; }
.desktop-hide { display: none; }

/* ---------------------------------------------------------
   MOBİL
--------------------------------------------------------- */
@media (max-width: 991px) {

  .header_s.header_default .nav_absolute {
    position: static !important;
  }

  .header_s.header_default .default-top.row {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding: 14px 0;
  }

  .header_s.header_default .mobile-hide { display: none !important; }
  .header_s.header_default .desktop-hide { display: inline-flex !important; }

  .header_s.header_default .navbar-header {
    position: relative;
    min-height: 60px;
  }

  .header_s.header_default .navbar-header .navbar-brand.desktop-hide {
    padding: 10px 0;
    height: auto;
    line-height: 1.1;
    display: inline-flex;
    align-items: center;
    gap: 10px;

    max-width: calc(100% - 70px);
    min-width: 0;

    white-space: normal;
    overflow: visible;
    text-overflow: clip;
  }

  .header_s.header_default .navbar-header .navbar-brand.desktop-hide .brand-badge {
    width: 50px;
    height: 50px;
    padding: 3px;
  }

  .header_s.header_default .navbar-header .navbar-brand.desktop-hide .brand-title {
    font-size: 18px;
    line-height: 1.12;
    letter-spacing: 0.5px;

    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .header_s.header_default .navbar-header .navbar-brand.desktop-hide .brand-subtitle {
    display: block;
    font-size: 12px;
    letter-spacing: 1.2px;
    margin-top: 2px;

    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .header_s.header_default .navbar-toggle {
    display: block !important;
    position: absolute;
    right: 15px;
    top: 10px;
    z-index: 10001;
    margin: 0;
    border: 0;
    background: transparent;
  }

  .header_s.header_default .navbar-toggle .icon-bar {
    background: #00bcd4;
  }

  .header_s.header_default .navbar-collapse {
    background: #fff;
    border-top: 1px solid rgba(0,0,0,0.08);
    box-shadow: 0 10px 25px rgba(0,0,0,0.12);
    position: relative;
    z-index: 10000;
    margin: 0;
  }

  .header_s.header_default .navbar-collapse.in {
    max-height: calc(100vh - 200px);
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }

  .header_s.header_default .navbar-nav.menubar {
    float: none;
    margin: 0;
  }

  .header_s.header_default .navbar-nav.menubar > li {
    float: none;
  }

  .header_s.header_default .navbar-nav.menubar > li > a {
    padding: 12px 15px;
  }
}

/* =========================================================
   BİLGİLENDİRME - ICON OVALİ İÇİNİ DOLDURSUN
   ========================================================= */

:root{
  --asm-testi-icon-size: 96px;
  --asm-testi-icon-pad:  6px;
  --asm-testi-icon-scale: 1.25;
}

.testimonial-section .testimonial-content > i{
  width: var(--asm-testi-icon-size) !important;
  height: var(--asm-testi-icon-size) !important;
  padding: var(--asm-testi-icon-pad) !important;

  display: flex !important;
  align-items: center;
  justify-content: center;

  border-radius: 9999px;
  overflow: hidden;
  line-height: 0;

  background: #fff;
}

.testimonial-section .testimonial-content > i > img{
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
  display: block;

  transform: scale(var(--asm-testi-icon-scale));
  transform-origin: center center;
}
