/*
 * mobile.css — 23 Studios
 * Telefon görünümü: daha okunaklı yazılar, dengeli boşluklar
 * max-width: 767px = telefon, max-width: 575px = küçük telefon
 */

/* ═══════════════════════════════════════════════════════
   GENEL — overflow, img, base font
═══════════════════════════════════════════════════════ */
@media (max-width: 767px) {
  body { overflow-x: hidden !important; font-size: 15px !important; line-height: 1.55 !important; }
  img  { max-width: 100% !important; }
}

/* ═══════════════════════════════════════════════════════
   CONTAINER — yatay padding
═══════════════════════════════════════════════════════ */
@media (max-width: 767px) {
  .container,
  .container-fluid,
  [class*="container-"] {
    padding-left:  18px !important;
    padding-right: 18px !important;
    max-width: 100% !important;
  }
  .row                        { --bs-gutter-x: 14px !important; }
  .row.gx-20, .row.gx-30     { --bs-gutter-x: 10px !important; }
  .row.gy-30                  { --bs-gutter-y: 12px !important; }
  .row.g-20                   { --bs-gutter-x: 10px !important; --bs-gutter-y: 10px !important; }
}
@media (max-width: 575px) {
  .container,
  .container-fluid,
  [class*="container-"] {
    padding-left:  16px !important;
    padding-right: 16px !important;
  }
  .row                    { --bs-gutter-x: 12px !important; }
  .row.gx-20, .row.gx-30 { --bs-gutter-x: 8px !important; }
}

/* ═══════════════════════════════════════════════════════
   SPACİNG — daha dengeli, boşluk azaltıldı
═══════════════════════════════════════════════════════ */
@media (max-width: 767px) {
  .pt-270, .pt-250 { padding-top: 56px !important; }
  .pt-200          { padding-top: 48px !important; }
  .pt-160          { padding-top: 40px !important; }
  .pt-130          { padding-top: 36px !important; }
  .pt-120          { padding-top: 32px !important; }
  .pt-100          { padding-top: 28px !important; }
  .pt-80           { padding-top: 24px !important; }
  .pt-70           { padding-top: 20px !important; }
  .pt-60           { padding-top: 18px !important; }
  .pt-50           { padding-top: 16px !important; }
  .pt-40           { padding-top: 14px !important; }
  .pt-30           { padding-top: 12px !important; }
  .pt-25, .pt-20   { padding-top: 10px !important; }

  .pb-200          { padding-bottom: 44px !important; }
  .pb-160          { padding-bottom: 36px !important; }
  .pb-140, .pb-130 { padding-bottom: 32px !important; }
  .pb-120          { padding-bottom: 28px !important; }
  .pb-100          { padding-bottom: 24px !important; }
  .pb-80, .pb-75   { padding-bottom: 20px !important; }
  .pb-60           { padding-bottom: 16px !important; }
  .pb-50           { padding-bottom: 14px !important; }
  .pb-40           { padding-bottom: 12px !important; }
  .pb-30, .pb-25, .pb-20 { padding-bottom: 10px !important; }

  .mb-200, .mb-160, .mb-120 { margin-bottom: 28px !important; }
  .mb-100, .mb-80  { margin-bottom: 20px !important; }
  .mb-70, .mb-60   { margin-bottom: 16px !important; }
  .mb-55, .mb-50   { margin-bottom: 12px !important; }
  .mb-45, .mb-40   { margin-bottom: 10px !important; }
  .mb-35, .mb-30   { margin-bottom: 10px !important; }
  .mb-25, .mb-20   { margin-bottom: 8px !important; }
  .mb-15, .mb-10   { margin-bottom: 6px !important; }

  .mt-200, .mt-160, .mt-120 { margin-top: 24px !important; }
  .mt-100, .mt-80  { margin-top: 18px !important; }
  .mt-60, .mt-50   { margin-top: 14px !important; }
  .mt-40, .mt-30   { margin-top: 10px !important; }
  .mt-20, .mt-15   { margin-top: 8px !important; }
}

@media (max-width: 575px) {
  .pt-270, .pt-250 { padding-top: 44px !important; }
  .pt-200          { padding-top: 38px !important; }
  .pt-160          { padding-top: 32px !important; }
  .pt-130          { padding-top: 28px !important; }
  .pt-120          { padding-top: 26px !important; }
  .pt-100          { padding-top: 22px !important; }
  .pt-80           { padding-top: 18px !important; }
  .pt-70, .pt-60   { padding-top: 16px !important; }
  .pt-50, .pt-40   { padding-top: 14px !important; }
  .pt-30, .pt-25, .pt-20 { padding-top: 10px !important; }

  .pb-200          { padding-bottom: 32px !important; }
  .pb-160          { padding-bottom: 28px !important; }
  .pb-140, .pb-130 { padding-bottom: 24px !important; }
  .pb-120          { padding-bottom: 22px !important; }
  .pb-100          { padding-bottom: 20px !important; }
  .pb-80, .pb-75   { padding-bottom: 18px !important; }
  .pb-60           { padding-bottom: 14px !important; }
  .pb-50, .pb-40   { padding-bottom: 12px !important; }
  .pb-30, .pb-25, .pb-20 { padding-bottom: 10px !important; }

  .mb-80, .mb-70, .mb-60 { margin-bottom: 16px !important; }
  .mb-55, .mb-50, .mb-45 { margin-bottom: 10px !important; }
  .mb-40, .mb-35, .mb-30 { margin-bottom: 8px !important; }
  .mb-25, .mb-20         { margin-bottom: 6px !important; }
}

/* ═══════════════════════════════════════════════════════
   HEADER / NAVBAR
   Dil seçici ve logo çakışmasını önlemek için mobil düzen
═══════════════════════════════════════════════════════ */
@media (max-width: 991px) {
  .tp-header-3-main { padding: 0 16px !important; }
  .tp-header-3-logo img { max-height: 34px !important; }
  .px-lang-switcher { margin-right: 10px !important; }
  .px-header-ptb { padding: 16px 0 !important; }
  .header-fixed.px-header-2-area { padding-top: 16px !important; }
}
@media (max-width: 767px) {
  .tp-header-3-main { padding: 0 14px !important; gap: 8px !important; }
  .tp-header-3-logo { flex-shrink: 0 !important; max-width: 45% !important; }
  .tp-header-3-logo img { max-height: 30px !important; }
  .px-lang-switcher {
    margin-right: 8px !important;
    padding: 4px !important;
    gap: 4px !important;
    flex-shrink: 0 !important;
  }
  .px-lang-btn { padding: 0 8px !important; height: 22px !important; font-size: 10px !important; }
}

/* ═══════════════════════════════════════════════════════
   HERO SLIDER (sadece anasayfa) — daha kompakt
═══════════════════════════════════════════════════════ */
@media (max-width: 767px) {
  .px-hero-side-panel { display: none !important; }

  .px-hero-section    { height: auto !important; min-height: 0 !important; }
  .px-hero-outer      { height: auto !important; min-height: 560px !important; }
  .px-hero-area.px-hero-bg,
  .px-hero-area       { height: auto !important; min-height: 560px !important; }
  .px-hero-slider-active,
  .swiper-container.px-hero-slider-active { height: auto !important; min-height: 560px !important; }
  .px-hero-slider-active .swiper-slide    { height: auto !important; min-height: 560px !important; }

  .px-hero-bg {
    padding-top:    0 !important;
    padding-bottom: 24px !important;
    border-radius: 0 0 16px 16px !important;
  }
  .px-hero-content-wrap {
    position: relative !important;
    top: auto !important; bottom: auto !important;
    left: auto !important; right: auto !important;
    transform: none !important;
    width: 100% !important; max-width: 100% !important;
    padding: 80px 18px 20px !important;
    gap: 10px !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
    align-items: flex-start !important;
  }
  .px-hero-bottom-row {
    flex-direction: column !important;
    gap: 12px !important; width: 100% !important;
  }
  .px-hero-title-box   { width: 100% !important; max-width: 100% !important; }

  /* Video alanı — ortalanmış, yuvarlatılmış */
  .px-hero-video-wrap,
  .px-hero-bottom-row .px-hero-video-wrap {
    display: block !important;
    width: 88% !important;
    max-width: 340px !important;
    align-self: center !important;
    margin: 0 auto !important;
    max-height: 200px !important;
    overflow: hidden !important;
    border-radius: 14px !important;
    box-shadow: 0 8px 32px rgba(0,0,0,0.5) !important;
  }
  .px-hero-video-wrap .px-hero-video {
    width: 100% !important;
    height: 200px !important;
    object-fit: cover !important;
    border-radius: 14px !important;
    display: block !important;
  }

  .px-hero-title,
  .px-hero-bottom-row .px-hero-title-box .px-hero-title {
    font-size: clamp(26px, 7vw, 42px) !important;
    line-height: 1.05 !important;
    letter-spacing: -0.5px !important;
    margin-bottom: 8px !important;
  }
  .px-hero-info p, .px-hero-lead {
    font-size: 14px !important;
    margin-top: 6px !important;
    line-height: 1.45 !important;
    max-width: 100% !important;
  }
  .px-hero-lead--small { font-size: 12px !important; }
  .px-hero-btn, .px-hero-cta {
    font-size: 13px !important;
    padding: 10px 18px !important;
    margin-top: 6px !important;
  }

  /* Proje kartları — yatay kaydırmalı şerit */
  .px-game-deck {
    width: calc(100% + 36px) !important;
    margin-left: -18px !important;
    overflow-x: auto !important;
    overflow-y: visible !important;
    -webkit-overflow-scrolling: touch !important;
    scrollbar-width: none !important;
    display: flex !important;
    flex-wrap: nowrap !important;
    gap: 10px !important;
    padding: 6px 18px 14px !important;
    margin-top: 10px !important;
    justify-content: flex-start !important;
    align-items: flex-end !important;
    scroll-snap-type: x mandatory !important;
  }
  .px-game-deck::-webkit-scrollbar { display: none !important; }
  .px-deck-card {
    width: 86px !important;
    height: 122px !important;
    flex: 0 0 86px !important;
    margin-left: 0 !important;
    scroll-snap-align: start !important;
  }
  .px-deck-badge {
    font-size: 8px !important;
    line-height: 1.25 !important;
    letter-spacing: 0.02em !important;
    padding: 6px 4px 5px !important;
    -webkit-line-clamp: 3 !important;
  }
  .px-hero-services-ticker {
    padding: 14px 16px !important;
    margin-top: 0 !important;
    background: rgba(8, 8, 10, 0.98) !important;
    z-index: 10 !important;
  }
  .px-ticker-track {
    padding: 0 8px !important;
  }
  .px-ticker-inner span {
    font-size: 13px !important;
    padding: 0 18px !important;
    letter-spacing: 2px !important;
    color: rgba(255,255,255,0.6) !important;
  }
  .px-ticker-inner .px-t-sep {
    padding: 0 12px !important;
    font-size: 12px !important;
  }
  .px-ticker-inner {
    animation-duration: 35s !important;
  }
  .px-hero-slider-controls { display: none !important; }
}

@media (min-width: 576px) and (max-width: 767px) {
  .px-hero-outer,
  .px-hero-area.px-hero-bg,
  .px-hero-area,
  .swiper-container.px-hero-slider-active,
  .px-hero-slider-active .swiper-slide { height: auto !important; min-height: 620px !important; }
  .px-hero-content-wrap {
    padding: 88px 24px 24px !important;
    gap: 12px !important;
  }
  .px-hero-video-wrap,
  .px-hero-bottom-row .px-hero-video-wrap {
    width: 90% !important;
    max-width: 380px !important;
    max-height: 220px !important;
  }
  .px-hero-video-wrap .px-hero-video {
    height: 220px !important;
  }
  .px-deck-card {
    width: 96px !important;
    height: 136px !important;
    flex: 0 0 96px !important;
  }
  .px-deck-badge { font-size: 9px !important; -webkit-line-clamp: 3 !important; }
  .px-hero-title,
  .px-hero-bottom-row .px-hero-title-box .px-hero-title { font-size: clamp(30px, 6.5vw, 46px) !important; }
}

/* ═══════════════════════════════════════════════════════
   BREADCRUMB (alt sayfalar)
═══════════════════════════════════════════════════════ */
@media (max-width: 767px) {
  .px-breadcrumb-ptb { padding-top: 50px !important; padding-bottom: 20px !important; }
  .px-breadcrumb-title {
    font-size: 28px !important;
    letter-spacing: 0 !important;
    line-height: 1.2 !important;
  }
  .px-breadcrumb-list { font-size: 14px !important; }
}

/* ═══════════════════════════════════════════════════════
   SECTION TITLES — daha büyük, okunaklı
═══════════════════════════════════════════════════════ */
@media (max-width: 767px) {
  .px-section-title            { font-size: 40px !important; line-height: 1.1 !important; }
  .px-section-title.ff-thunder { font-size: 60px !important; }
  .px-section-title.ff-inter   { font-size: 44px !important; }
  .px-section-subtitle {
    font-size: 11px !important;
    letter-spacing: 2px !important;
    padding-top: 0 !important;
    padding-bottom: 12px !important;
    margin-bottom: 0 !important;
  }
  .tp-section-title    { font-size: 28px !important; }
  .tp-section-title br { display: none !important; }
  p { font-size: 15px !important; line-height: 1.6 !important; }
}
@media (max-width: 575px) {
  .px-section-title            { font-size: 34px !important; }
  .px-section-title.ff-thunder { font-size: 52px !important; }
  .px-section-title.ff-inter   { font-size: 38px !important; }
  .tp-section-title            { font-size: 26px !important; }
}

/* ═══════════════════════════════════════════════════════
   ABOUT PAGE — px-about-3-area, px-inner-about-style
   Hero + What We Do + Quote + About Us/People/Tools
═══════════════════════════════════════════════════════ */
@media (max-width: 767px) {
  .px-about-3-area.px-inner-about-style {
    padding-top: 28px !important;
    padding-bottom: 36px !important;
  }
  .px-about-3-bigtext--split { font-size: 42px !important; }
  .px-about-3-text { margin-bottom: 20px !important; }
  .px-about-3-area .row.gx-40 { --bs-gutter-x: 20px !important; --bs-gutter-y: 24px !important; }
  .px-about-3-area .col-xl-5,
  .px-about-3-area .col-xl-7 {
    width: 100% !important; max-width: 100% !important; flex: 0 0 100% !important;
  }
  .px-about-3-subtitle-box { margin-bottom: 14px !important; }
  .px-about-img-placeholder {
    min-height: 220px !important;
    max-height: 280px !important;
    aspect-ratio: 4/5 !important;
    margin-bottom: 20px !important;
  }
  .px-about-img-wrap img { max-height: 280px !important; }
  .px-inner-about-style .px-about-3-content p {
    font-size: 16px !important;
    line-height: 1.65 !important;
    letter-spacing: 0.01em !important;
    margin-bottom: 20px !important;
    word-wrap: break-word !important;
    overflow-wrap: break-word !important;
    hyphens: auto !important;
  }
  .px-inner-about-style .px-about-3-content p strong {
    font-size: 18px !important;
    display: block !important;
    margin-bottom: 8px !important;
  }
  .px-inner-about-style .px-about-3-content p span {
    font-size: 16px !important;
  }
  .px-inner-about-style .px-about-3-content .px-btn-black {
    font-size: 14px !important;
    padding: 12px 24px !important;
  }
}
@media (max-width: 575px) {
  .px-about-img-placeholder { min-height: 200px !important; }
  .px-inner-about-style .px-about-3-content p { font-size: 15px !important; line-height: 1.6 !important; }
  .px-inner-about-style .px-about-3-content p strong { font-size: 17px !important; }
}

/* ═══════════════════════════════════════════════════════
   ABOUT PAGE — px-inner-about-1 (Quote + About Us/People/Tools)
═══════════════════════════════════════════════════════ */
@media (max-width: 767px) {
  .px-inner-about-1-style {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .px-inner-about-1-style .container-1550 .row { justify-content: flex-start !important; }
  .px-inner-about-1-style .col-xl-10 {
    width: 100% !important; max-width: 100% !important; flex: 0 0 100% !important;
    padding-left: 0 !important; padding-right: 0 !important;
  }
  .px-inner-about-1-top { margin-bottom: 32px !important; }
  .px-inner-about-1-top p {
    font-size: 22px !important;
    line-height: 1.35 !important;
    letter-spacing: -0.02em !important;
  }
  .px-inner-about-1-content p {
    font-size: 16px !important;
    line-height: 1.6 !important;
    letter-spacing: 0 !important;
    margin-bottom: 16px !important;
  }
  .px-inner-about-1-content p strong {
    font-size: 17px !important;
    display: block !important;
    margin-bottom: 6px !important;
  }
  .px-inner-about-1-content p.fw-400 {
    font-size: 15px !important;
    line-height: 1.6 !important;
    margin-bottom: 24px !important;
  }
  .px-inner-about-1-portfolio-wrap .px-btn-black {
    font-size: 14px !important;
    padding: 12px 24px !important;
  }
}
@media (max-width: 575px) {
  .px-inner-about-1-top p { font-size: 20px !important; }
  .px-inner-about-1-content p { font-size: 15px !important; }
  .px-inner-about-1-content p strong { font-size: 16px !important; }
  .px-inner-about-1-content p.fw-400 { font-size: 14px !important; }
}

/* About sayfası — funfact + service list mobil */
@media (max-width: 767px) {
  .ar-funfact-area.px-funfact-inner-style { padding-bottom: 36px !important; }
  .px-funfact-inner-style .ar-funfact-item { margin-bottom: 24px !important; }
  .px-funfact-inner-style .ar-funfact-item h4 { font-size: 36px !important; }
  .px-funfact-inner-style .ar-funfact-item span { font-size: 13px !important; line-height: 1.4 !important; }
  .aus-service-area { padding-top: 32px !important; }
  .aus-service-area .col-lg-4,
  .aus-service-area .col-lg-8 { width: 100% !important; max-width: 100% !important; flex: 0 0 100% !important; }
  .aus-service-item { padding: 18px 0 !important; }
  .aus-service-content h4 { font-size: 16px !important; }
  .aus-service-content p { font-size: 14px !important; line-height: 1.55 !important; }
}

/* ═══════════════════════════════════════════════════════
   ABOUT / WHAT WE DO (diğer about varyantları)
═══════════════════════════════════════════════════════ */
@media (max-width: 767px) {
  .px-about-area {
    padding-top:    28px !important;
    padding-bottom: 20px !important;
  }
  .px-about-area .row > [class*="col-"],
  .px-about-area .col-xl-3,
  .px-about-area .col-xl-9 {
    width: 100% !important; max-width: 100% !important;
    flex: 0 0 100% !important;
  }
  .px-about-subtitle-box { margin-bottom: 10px !important; padding-top: 8px !important; }
  .px-about-gif-wrap { margin-bottom: 12px !important; }
  .px-about-gif-wrap img {
    max-height: 180px !important;
    width: auto !important;
    margin: 0 auto !important;
    display: block !important;
  }
  .px-about-title {
    font-size: clamp(22px, 6vw, 34px) !important;
    line-height: 1.25 !important;
    margin-bottom: 12px !important;
  }
  .px-about-title br { display: none !important; }
  .px-about-content p {
    font-size: 15px !important;
    line-height: 1.6 !important;
    margin-bottom: 10px !important;
  }
  .px-about-content p br { display: none !important; }
  .px-about-link { font-size: 14px !important; }
  .px-about-info-wrap .row  { --bs-gutter-x: 10px !important; }
  .px-about-info-wrap [class*="col-"] {
    width: 100% !important; max-width: 100% !important; flex: 0 0 100% !important;
  }
  .px-about-info-wrap .row { --bs-gutter-y: 12px !important; }
  .px-about-info { padding: 0 !important; margin-bottom: 20px !important; }
  .px-about-info-head {
    padding: 20px 20px !important;
    margin-bottom: 6px !important;
    border-radius: 14px !important;
  }
  .px-about-info-head h4 { font-size: 28px !important; }
  .px-about-info-body {
    min-height: 0 !important;
    padding: 18px 20px 20px !important;
    border-radius: 14px !important;
  }
  .px-about-info-body h4 {
    font-size: 15px !important;
    font-weight: 600 !important;
    margin-bottom: 10px !important;
  }
  .px-about-info-body p {
    font-size: 13.5px !important;
    line-height: 1.6 !important;
    margin-bottom: 0 !important;
  }
  .px-about-info-num  { font-size: 28px !important; }
  .px-about-info-title, .px-about-info-text { font-size: 14px !important; }
  .px-about-features-list ul { padding-left: 0 !important; }
  .px-about-features-list ul li { font-size: 13.5px !important; line-height: 1.7 !important; }
  .px-about-vertical-image,
  .px-about-vertical-placeholder { display: none !important; }
  .px-about-content.mb-70 { margin-bottom: 14px !important; }
  .px-about-stats-wrap { flex-wrap: wrap !important; gap: 10px !important; }
  .px-about-stats-item { flex: 0 0 45% !important; }
  .px-about-stats-num  { font-size: 30px !important; }
  .px-about-content-wrap > .row.align-items-center { margin-bottom: 1rem !important; }
}

/* ═══════════════════════════════════════════════════════
   SERVICES SECTION
═══════════════════════════════════════════════════════ */
@media (max-width: 767px) {
  .px-service-area,
  .px-service-bg { padding-top: 48px !important; padding-bottom: 48px !important; }

  /* Başlık satırı: kolonnlar tam genişliğe */
  .px-service-title-wrap .row > [class*="col-"],
  .px-service-title-wrap .col-xl-3,
  .px-service-title-wrap .col-xl-9 {
    width: 100% !important; max-width: 100% !important; flex: 0 0 100% !important;
  }
  .px-service-title-wrap { margin-bottom: 28px !important; }
  .px-service-subtitle-box { padding-top: 0 !important; margin-bottom: 16px !important; }

  /* İstatistikler: max-width:1199px'de gizlenen alanı mobilde göster */
  .px-service-left-stats {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: wrap !important;
    gap: 20px 28px !important;
    margin-top: 20px !important;
    padding-top: 20px !important;
  }
  .px-stat-value { font-size: 24px !important; }
  .px-stat-label { font-size: 11px !important; letter-spacing: 1px !important; }

  /* Başlık + buton kutusu */
  .px-service-title-box {
    flex-wrap: wrap !important;
    gap: 14px !important;
    align-items: flex-start !important;
  }
  .px-service-title-box .px-section-title {
    font-size: clamp(24px, 7vw, 36px) !important;
    margin-bottom: 0 !important;
  }

  /* Accordion öğeleri */
  .px-service-item,
  .px-service-3-item {
    padding: 16px 14px !important;
    margin-bottom: 0 !important;
  }
  /* accordion-buttons kendi padding'ini sıfırla — px-service-item zaten dolgu veriyor */
  .px-service-accordion-wrap .accordion .accordion-items .accordion-header .accordion-buttons {
    padding: 0 !important;
  }
  /* accordion body gereksiz boşlukları kaldır */
  .px-service-accordion-wrap .accordion .accordion-items .accordion-body {
    padding-top: 0 !important;
    padding-bottom: 16px !important;
  }
  .px-service-accordion-wrap .accordion-body .row,
  .px-service-accordion-wrap .accordion-body > .accordion-body > .row {
    --bs-gutter-x: 0 !important;
    --bs-gutter-y: 0 !important;
  }

  /* Accordion içindeki ikonlar: mobilde küçük ama görünür */
  .px-skill-slot {
    display: flex !important;
    opacity: 1 !important;
  }
  .px-skill-slot svg { width: 22px !important; height: 22px !important; }
  .px-skill-tag { display: none !important; }

  /* Accordion header kolonları: icon (2 kolon) + başlık (10 kolon) */
  .px-service-item .row > [class*="col-2"],
  .px-service-item .col-md-2 {
    width: auto !important; flex: 0 0 auto !important;
    padding-right: 8px !important;
  }
  .px-service-item .row > [class*="col-10"],
  .px-service-item .col-md-10 {
    flex: 1 !important; max-width: 100% !important;
  }

  /* Accordion body içi kolonlar: tam genişlik */
  .px-service-accordion-wrap .accordion-body .row > [class*="col-"],
  .px-service-accordion-wrap .accordion-body [class*="offset-"] {
    width: 100% !important; max-width: 100% !important;
    flex: 0 0 100% !important; margin-left: 0 !important;
  }
  .px-service-game-icon { display: none !important; }
  .px-service-content { padding: 10px 0 !important; font-size: 14px !important; }
  .px-service-content p { font-size: 14px !important; line-height: 1.55 !important; margin-bottom: 8px !important; }

  /* Kategori etiketleri */
  .px-service-category {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 6px !important;
    padding-top: 8px !important;
  }
  .px-service-category span {
    font-size: 11px !important;
    padding: 4px 10px !important;
  }
  .px-service-tags { gap: 4px !important; margin-top: 8px !important; }
  .px-service-tags span { font-size: 11px !important; padding: 4px 10px !important; }
  .px-service-title,
  .px-service-3-title { font-size: 16px !important; }
  .px-service-tagline { font-size: 14px !important; }
}
@media (max-width: 575px) {
  .px-service-3-area .row > [class*="col-"] {
    width: 100% !important; max-width: 100% !important; flex: 0 0 100% !important;
  }
  .px-services-hero-title { font-size: 24px !important; }
  .tp-inner-service-area  { padding-top: 24px !important; padding-bottom: 24px !important; }
  .px-inner-service-ptb   { padding-top: 18px !important; padding-bottom: 12px !important; }
}

/* ═══════════════════════════════════════════════════════
   PROJECTS SECTION / GRID
═══════════════════════════════════════════════════════ */
@media (max-width: 767px) {
  .px-project-area,
  .px-project-3-area { padding-top: 28px !important; padding-bottom: 28px !important; }
  .px-project-item { margin-bottom: 14px !important; }
  .px-project-content { padding: 8px 12px 8px !important; flex-wrap: wrap !important; gap: 4px !important; }
  .px-project-title { font-size: 14px !important; line-height: 1.3 !important; }
  .px-project-title-wrap { margin-bottom: 14px !important; }
  .pf-load-more-wrap { padding: 24px 0 40px !important; }
  .pf-load-more-btn { padding: 12px 28px !important; font-size: 11px !important; }

  /* Thumb: aspect-ratio ile düzgün oran — ripple canvas gizle */
  .px-project-item .px-project-thumb {
    position: relative !important;
    width: 100% !important;
    aspect-ratio: 16 / 10 !important;
    overflow: hidden !important;
    height: auto !important;
  }
  .px-project-item .px-project-thumb a,
  .px-project-item .px-project-thumb .ripple-image {
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    display: block !important;
  }
  .px-project-item .px-project-thumb img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    display: block !important;
  }
  /* Ripple canvas boş siyah alanı kapatiyor — mobilde gizle */
  .px-project-item .ripples,
  .px-project-item .ripples canvas,
  .px-project-item .px-project-thumb canvas {
    display: none !important;
  }

  /* Projects page (px-project-3-area içindeki px-project-item'lar) */
  .px-project-3-area .px-project-item .px-project-thumb {
    aspect-ratio: 16 / 9 !important;
  }
}
@media (max-width: 575px) {
  #pf-projects-grid > [class*="col-"],
  #indiesync-grid   > [class*="col-"] {
    width: 100% !important; max-width: 100% !important; flex: 0 0 100% !important;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  #pf-projects-grid > [class*="col-"],
  #indiesync-grid   > [class*="col-"] {
    width: 50% !important; max-width: 50% !important; flex: 0 0 50% !important;
  }
}

/* ═══════════════════════════════════════════════════════
   PROJECTS PAGE HERO
   Header çakışmasını önlemek için padding-top artırıldı
   Stats kutuları arası boşluk iyileştirildi
═══════════════════════════════════════════════════════ */
@media (max-width: 767px) {
  .pf-hero-ptb { padding-top: 72px !important; padding-bottom: 24px !important; }
  .pf-hero-content p { font-size: 22px !important; line-height: 1.4 !important; margin-bottom: 20px !important; }
  .pf-hero-stats-wrap {
    flex-wrap: wrap !important; justify-content: flex-start !important;
    gap: 14px !important; margin-top: 20px !important;
  }
  .pf-hero-stats-box {
    padding: 14px 16px !important;
    min-width: 0 !important;
    flex: 1 1 calc(50% - 7px) !important;
    max-width: calc(50% - 7px) !important;
  }
  .pf-stats-num   { font-size: 28px !important; }
  .pf-stats-label { font-size: 10px !important; line-height: 1.3 !important; letter-spacing: 1.5px !important; }
  .pf-hero-area .col-xl-6,
  .pf-hero-area .col-lg-6 {
    width: 100% !important; max-width: 100% !important; flex: 0 0 100% !important;
  }
  .pf-hero-indiesync-logo { max-height: 38px !important; }
}

/* Indie Sync sayfası — 3 stats kutusu (INDIE TITLES kesilme düzeltmesi) */
@media (max-width: 767px) {
  .pf-hero-stats-box {
    overflow: visible !important;
  }
  .pf-hero-stats-box .pf-stats-label {
    text-align: center !important;
    padding: 0 4px !important;
    overflow: visible !important;
    white-space: normal !important;
    word-wrap: break-word !important;
  }
  /* Indie Sync: 3 kutu yan yana */
  .pf-hero-indiesync .pf-hero-stats-wrap .pf-hero-stats-box {
    flex: 1 1 calc(33.333% - 10px) !important;
    max-width: calc(33.333% - 10px) !important;
    padding: 12px 8px !important;
  }
  .pf-hero-indiesync .pf-hero-stats-wrap .pf-hero-stats-box .pf-stats-label {
    font-size: 9px !important;
    letter-spacing: 1px !important;
  }
}
@media (max-width: 575px) {
  .pf-hero-indiesync .pf-hero-stats-wrap .pf-hero-stats-box {
    flex: 1 1 100% !important;
    max-width: 100% !important;
    padding: 12px 14px !important;
  }
}

@media (max-width: 575px) {
  .pf-hero-ptb { padding-top: 68px !important; padding-bottom: 20px !important; }
  .pf-hero-content p { font-size: 18px !important; line-height: 1.45 !important; }
  .pf-hero-stats-wrap { gap: 10px !important; }
  /* Projects: 2 kutu yan yana */
  .pf-hero-stats-box {
    flex: 1 1 calc(50% - 5px) !important;
    max-width: calc(50% - 5px) !important;
    padding: 14px 12px !important;
  }
  .pf-stats-num   { font-size: 24px !important; }
  .pf-stats-label { font-size: 9px !important; }
  .pf-hero-indiesync-logo { max-height: 32px !important; }
  /* IndieSync: 3 kutu yan yana (her biri 1/3) */
  .pf-hero-indiesync .pf-hero-stats-wrap .pf-hero-stats-box {
    flex: 1 1 calc(33.333% - 7px) !important;
    max-width: calc(33.333% - 7px) !important;
    padding: 12px 8px !important;
  }
}

/* ═══════════════════════════════════════════════════════
   BRAND / PARTNER LOGOS
═══════════════════════════════════════════════════════ */
@media (max-width: 767px) {
  .px-brand-area { padding-top: 18px !important; padding-bottom: 22px !important; }
  .px-brand-item img { max-height: 30px !important; object-fit: contain !important; }
}
@media (max-width: 575px) {
  .px-brand-row-5 { grid-template-columns: repeat(2, 1fr) !important; gap: 8px !important; }
}

/* ═══════════════════════════════════════════════════════
   INDIESYNC PAGE — features strip (Flexible Pricing vb.), About the Program
═══════════════════════════════════════════════════════ */
@media (max-width: 767px) {
  .pf-hero-indiesync ~ .px-pd-2-step-ptb { padding-top: 32px !important; padding-bottom: 36px !important; }
  .px-pd-2-step-ptb .col-lg-3.col-md-6,
  .px-pd-2-step-ptb .col-6 { margin-bottom: 16px !important; }
  .px-pd-2-step-item h4.px-pd-2-step-item-title { font-size: 16px !important; }
  .px-pd-2-step-item span { font-size: 14px !important; line-height: 1.55 !important; }
}

/* ═══════════════════════════════════════════════════════
   INDIESYNC SECTION (anasayfa)
═══════════════════════════════════════════════════════ */
@media (max-width: 767px) {
  .px-indiesync-area { padding-top: 28px !important; padding-bottom: 28px !important; }
  .px-indiesync-area .row { flex-direction: column !important; }
  .px-indiesync-area .row > [class*="col-"] {
    width: 100% !important; max-width: 100% !important; flex: 0 0 100% !important;
  }
  .px-indiesync-content { margin-bottom: 16px !important; }
  .px-indiegrid { grid-template-columns: repeat(2, 1fr) !important; gap: 8px !important; }
  .px-indiegrid-card { aspect-ratio: 1/1 !important; height: auto !important; }
  .px-indiegrid-cta  {
    aspect-ratio: 1/1 !important; height: auto !important;
    min-height: 70px !important; padding: 10px 8px !important;
  }
  .px-indiegrid-cta span {
    font-size: 11px !important; line-height: 1.4 !important;
    white-space: normal !important; text-align: center !important; display: block !important;
  }
}

/* ═══════════════════════════════════════════════════════
   TESTIMONIALS
═══════════════════════════════════════════════════════ */
@media (max-width: 767px) {
  .px-testimonials-area { padding-top: 32px !important; padding-bottom: 24px !important; overflow: visible !important; }
  .px-testimonials-header { margin-bottom: 20px !important; }
  .px-testi-item { padding: 14px 12px !important; }
  .px-testi-quote { font-size: 14px !important; line-height: 1.55 !important; }
  /* Slider wrapper: yan oklar için padding, sabit yükseklik yok */
  .px-testi-slider-wrap { margin-top: 14px !important; padding: 0 44px !important; }
  /* Swiper: sabit yükseklik kaldırıldı, autoHeight çalışsın */
  .px-testi-slider {
    height: auto !important;
    min-height: 0 !important;
    overflow: visible !important;
    /* Swiper JS'in pagination için eklediği otomatik padding-bottom sıfırla */
    padding-bottom: 40px !important;
  }
  /* mb-60 sınıfı 60px boşluk ekliyordu — mobilde sıfırla */
  .px-testi-slider.mb-60 { margin-bottom: 0 !important; }
  .px-testi-slider .swiper-wrapper { align-items: stretch !important; height: auto !important; }
  .px-testi-slider .swiper-slide { height: auto !important; width: 100% !important; box-sizing: border-box !important; }
  .px-testi-slider .swiper-slide > .px-testi-featured { width: 100% !important; }
  /* Kart: sabit yükseklik yok, içerik kadar uzasın */
  .px-testi-featured {
    display: flex !important;
    flex-direction: column !important;
    height: auto !important;
    min-height: 0 !important;
    overflow: visible !important;
    width: 100% !important;
    border-radius: 12px !important;
  }
  /* Resim: üstte, makul yükseklik */
  .px-testi-featured-img {
    height: 180px !important;
    min-height: 180px !important;
    order: -1 !important;
    flex-shrink: 0 !important;
    overflow: hidden !important;
    border-radius: 12px 12px 0 0 !important;
  }
  /* Alıntı alanı: tam görünür, scroll yok, tam içerik */
  .px-testi-featured-quote {
    padding: 20px 18px 24px !important;
    order: 1 !important;
    min-height: 0 !important;
    overflow: visible !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
    flex: unset !important;
  }
  .px-testi-featured-text {
    font-size: 15px !important;
    line-height: 1.6 !important;
    margin-bottom: 16px !important;
    color: rgba(255,255,255,0.88) !important;
  }
  /* Pagination: kart içeriğinin hemen altında */
  .px-testi-slider .px-testi-pagination {
    position: absolute !important;
    bottom: 8px !important;
    left: 0 !important;
    right: 0 !important;
    margin-top: 0 !important;
    text-align: center !important;
  }
  .px-testi-prev, .px-testi-next { width: 36px !important; height: 36px !important; top: 90px !important; }
  .px-testi-statbar { flex-wrap: wrap !important; gap: 12px !important; padding: 16px 14px !important; }
  .px-testi-stat-divider { display: none !important; }
  .px-testi-stat strong { font-size: 24px !important; }
  .px-testi-stat span { font-size: 12px !important; }
  /* Tırnak ikonları: kartın içinde kalıcı konumda */
  .px-testi-quote-icon { position: static !important; width: 36px !important; height: 28px !important; margin-bottom: 12px !important; }
  .px-testi-quote-icon--bottom { display: none !important; }
}
@media (max-width: 575px) {
  .px-testi-featured-img { height: 160px !important; min-height: 160px !important; }
  .px-testi-featured-text { font-size: 14px !important; }
  .px-testi-featured-quote { padding: 16px 14px 20px !important; }
}

/* ═══════════════════════════════════════════════════════
   BLOG SECTION (anasayfa)
═══════════════════════════════════════════════════════ */
@media (max-width: 767px) {
  .px-blog-area { padding-top: 28px !important; padding-bottom: 28px !important; overflow-x: hidden !important; }
  .px-blog-title-wrap { margin-bottom: 14px !important; }
  .px-blog-title-box { flex-wrap: wrap !important; gap: 12px !important; }
  .px-blog-title-box .px-section-title { flex: 1 1 auto !important; min-width: 0 !important; }
  .px-blog-title-box .px-btn-black { flex-shrink: 0 !important; }
  .px-blog-slider-wrap { padding: 0 36px !important; width: 100% !important; max-width: 100% !important; overflow: hidden !important; }
  .px-blog-slider-wrap .px-blog-prev,
  .px-blog-slider-wrap .px-blog-next { width: 36px !important; height: 36px !important; font-size: 14px !important; }
  .px-blog-item--slide .px-blog-thumb img { height: 200px !important; min-height: 200px !important; max-height: 200px !important; object-fit: cover !important; }
  .px-blog-item--slide .px-blog-thumb { border-radius: 12px 12px 0 0 !important; overflow: hidden !important; }
  .px-blog-item { margin-bottom: 14px !important; border-radius: 12px !important; overflow: hidden !important; }
  .px-blog-content { padding: 16px 18px 18px !important; }
  .px-blog-category { font-size: 11px !important; letter-spacing: 1.5px !important; margin-bottom: 8px !important; }
  .px-blog-title { font-size: 16px !important; line-height: 1.35 !important; margin-bottom: 10px !important; }
  .px-blog-meta { font-size: 12px !important; }
}
}

/* ═══════════════════════════════════════════════════════
   BLOG LIST PAGE (in-blog-hero, categories, search, cards)
═══════════════════════════════════════════════════════ */
@media (max-width: 767px) {
  .in-blog-hero-ptb {
    padding-top: 72px !important;
    padding-bottom: 28px !important;
  }
  .in-blog-hero-title {
    font-size: clamp(22px, 6vw, 36px) !important;
    line-height: 1.2 !important;
    letter-spacing: -0.02em !important;
  }
  .in-blog-hero-news { font-size: 0.85em !important; }
  .in-blog-list-category-wrap {
    padding: 16px 0 !important;
    margin-bottom: 28px !important;
  }
  .in-blog-list-category-wrap .row {
    flex-direction: column !important;
    gap: 16px !important;
  }
  .in-blog-list-category-wrap .col-xl-10,
  .in-blog-list-category-wrap .col-xl-2 {
    width: 100% !important; max-width: 100% !important; flex: 0 0 100% !important;
  }
  .in-blog-list-category {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 8px !important;
  }
  .in-blog-list-category a { text-decoration: none !important; }
  .in-blog-list-category span {
    padding: 8px 16px !important;
    font-size: 12px !important;
    margin-bottom: 0 !important;
    border-radius: 6px !important;
  }
  .pixora-dark .in-blog-list-category span {
    background: rgba(255,255,255,0.08) !important;
    color: rgba(255,255,255,0.9) !important;
  }
  .pixora-dark .in-blog-list-category span:hover,
  .pixora-dark .in-blog-list-category span.active {
    background: #dc2626 !important;
    color: #fff !important;
  }
  .in-blog-list-search { justify-content: flex-start !important; }
  .in-blog-list-search-input { width: 100% !important; }
  .in-blog-list-search-input input {
    width: 100% !important;
    padding: 10px 36px 10px 0 !important;
    height: 40px !important;
    font-size: 15px !important;
  }
  .in-blog-list-search-input.active input { width: 100% !important; }
  .in-blog-list-area .row > [class*="col-"] {
    width: 100% !important; max-width: 100% !important; flex: 0 0 100% !important;
  }
  .in-blog-list-area .row.gx-30 {
    --bs-gutter-x: 0 !important;
    --bs-gutter-y: 20px !important;
  }
  .in-blog-list-area .col-xl-4,
  .in-blog-list-area .col-lg-4,
  .in-blog-list-area .col-md-6 { margin-bottom: 20px !important; }
  .tp-blog-item { margin-bottom: 0 !important; }
  .tp-blog-thumb img {
    height: 200px !important;
    min-height: 200px !important;
    object-fit: cover !important;
  }
  .tp-blog-content { padding: 16px 18px 20px !important; }
  .tp-blog-title a { font-size: 16px !important; line-height: 1.45 !important; }
  .tp-blog-meta span { font-size: 12px !important; }
}
@media (max-width: 575px) {
  .in-blog-hero-ptb { padding-top: 68px !important; padding-bottom: 24px !important; }
  .in-blog-hero-title { font-size: clamp(20px, 5.5vw, 30px) !important; }
  .in-blog-list-category span { padding: 6px 14px !important; font-size: 11px !important; }
  .tp-blog-thumb img { height: 180px !important; min-height: 180px !important; }
}

/* ═══════════════════════════════════════════════════════
   BLOG DETAIL PAGE
═══════════════════════════════════════════════════════ */
@media (max-width: 767px) {
  .tp-blog-details-without-ptb { padding-top: 72px !important; padding-bottom: 24px !important; }
  .in-blog-details-area .row > [class*="col-"] {
    width: 100% !important; max-width: 100% !important; flex: 0 0 100% !important;
  }
  .postbox-details-info-wrap { padding: 24px 0 20px !important; }
  .tp-blog-details-without-heading .postbox-title,
  .postbox-title.fs-80 {
    font-size: 22px !important;
    line-height: 1.35 !important;
    text-align: center !important;
    word-wrap: break-word !important;
    overflow-wrap: break-word !important;
  }
  .postbox-details-tag.postbox-details-tag {
    flex-wrap: wrap !important;
    justify-content: center !important;
    gap: 8px !important;
  }
  .postbox-details-info-wrap .postbox-details-tag span {
    font-size: 12px !important;
  }
  .postbox-details-meta {
    flex-wrap: wrap !important;
    gap: 8px !important;
    justify-content: center !important;
    font-size: 13px !important;
  }
  .postbox-details-meta .postbox-author-name { font-size: 14px !important; }
  .tp-blog-details-ptb { padding-top: 24px !important; padding-bottom: 40px !important; }
  .tp-blog-details-banner {
    margin-bottom: 28px !important;
  }
  .tp-blog-details-banner img {
    max-height: 280px !important;
    aspect-ratio: 16/10 !important;
  }
  .postbox-details-text {
    font-size: 15px !important;
    line-height: 1.7 !important;
    padding: 0 4px !important;
  }
  .postbox-details-text p { margin-bottom: 14px !important; }
  .postbox-details-tag-wrap--bar {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 16px !important;
    align-items: flex-start !important;
  }
  .postbox-details-tag-wrap--bar .postbox-details-tag--bar {
    flex-wrap: wrap !important;
    gap: 8px 10px !important;
    width: 100% !important;
  }
  .postbox-details-tag-wrap--bar .postbox-details-tag-label {
    font-size: 12px !important;
    padding-top: 6px !important;
  }
  .tagcloud {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 8px !important;
  }
  .tagcloud a {
    font-size: 12px !important;
    padding: 6px 14px !important;
  }
  .postbox-details-social--bar {
    flex-wrap: nowrap !important;
    justify-content: flex-start !important;
    gap: 10px !important;
    width: 100% !important;
  }
  .postbox-details-social--bar a {
    margin-bottom: 0 !important;
  }
  .sidebar-wrapper { margin-top: 28px !important; }
}
@media (max-width: 575px) {
  .tp-blog-details-without-ptb { padding-top: 68px !important; }
  .postbox-title.fs-80 { font-size: 20px !important; }
  .postbox-details-meta { font-size: 12px !important; gap: 6px !important; }
  .tp-blog-details-banner img { max-height: 220px !important; }
  .postbox-details-text { font-size: 14px !important; }
}

/* ═══════════════════════════════════════════════════════
   TEAM PAGE
   Header çakışması önlendi, kart düzeni ve tipografi iyileştirildi
═══════════════════════════════════════════════════════ */
@media (max-width: 991px) {
  .px-team-area .row > [class*="col-"] {
    width: 100% !important; max-width: 100% !important;
    flex: 0 0 100% !important; margin-bottom: 16px !important;
  }
}
@media (max-width: 767px) {
  .in-team-hero-area {
    padding-top: 72px !important;
    padding-bottom: 28px !important;
  }
  .in-team-hero-title {
    font-size: clamp(22px, 6vw, 32px) !important;
    line-height: 1.25 !important;
    letter-spacing: -0.02em !important;
  }
  .in-team-hero-area .px-section-subtitle { margin-bottom: 16px !important; }
  .px-team-area { padding-top: 8px !important; padding-bottom: 32px !important; }
  .px-team-item--horizontal {
    flex-direction: column !important;
    border-radius: 12px !important;
    overflow: hidden !important;
    border: 1px solid rgba(255,255,255,0.08) !important;
  }
  .px-team-thumb-h {
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    flex: none !important;
    border-right: none !important;
    border-bottom: 2px solid rgba(220, 38, 38, 0.4) !important;
    background: #1a1b1e !important;
    overflow: hidden !important;
    position: relative !important;
  }
  .px-team-thumb-h img {
    width: 100% !important;
    height: auto !important;
    max-height: none !important;
    object-fit: unset !important;
    display: block !important;
  }
  .px-player-id {
    top: 12px !important;
    left: 12px !important;
    font-size: 11px !important;
    padding: 5px 12px !important;
  }
  .px-team-content-h {
    padding: 18px 16px !important;
    width: 100% !important;
  }
  .px-team-content-h::before { width: 12px !important; height: 12px !important; top: 6px !important; right: 6px !important; }
  .px-team-content-h::after { width: 12px !important; height: 12px !important; bottom: 6px !important; left: 6px !important; }
  .px-team-title {
    font-size: 17px !important;
    line-height: 1.3 !important;
    margin-bottom: 8px !important;
  }
  .px-team-role {
    font-size: 10px !important;
    padding: 5px 12px !important;
    margin: 4px 0 12px !important;
    display: inline-block !important;
    letter-spacing: 1.5px !important;
  }
  .px-team-desc {
    font-size: 14px !important;
    line-height: 1.6 !important;
    margin-bottom: 0 !important;
    padding-top: 10px !important;
  }
}
@media (max-width: 575px) {
  .in-team-hero-area { padding-top: 68px !important; padding-bottom: 24px !important; }
  .in-team-hero-title { font-size: clamp(20px, 5.5vw, 28px) !important; }
  .px-team-thumb-h {
    height: auto !important;
    min-height: 0 !important;
    flex: none !important;
  }
  .px-team-title { font-size: 16px !important; }
  .px-team-content-h { padding: 14px 12px !important; }
  .px-team-desc { font-size: 13px !important; }
}

/* ═══════════════════════════════════════════════════════
   CONTACT PAGE — tp-contact-us-* (contact.php)
   Header boşluğu, tipografi, form alanları iyileştirildi
═══════════════════════════════════════════════════════ */
@media (max-width: 767px) {
  /* Hero: header ile çakışmayı önle */
  .tp-contact-us-ptb,
  .tp-contact-us-ptb.pt-200 { padding-top: 72px !important; }
  .tp-contact-us-wrap-ptb { padding-bottom: 32px !important; }
  /* Başlık */
  .tp-contact-us-heading .tp-section-title {
    font-size: clamp(22px, 5.5vw, 28px) !important;
    line-height: 1.25 !important;
    padding-bottom: 16px !important;
  }
  .tp-contact-us-title-box { margin-bottom: 14px !important; }
  /* Açıklama metni */
  .tp-contact-us-text p { font-size: 15px !important; line-height: 1.5 !important; }
  .tp-contact-us-bottom { padding-bottom: 20px !important; }
  /* Form alanı */
  .tp-contact-us-form-ptb { padding-top: 24px !important; padding-bottom: 40px !important; }
  .tp-contact-us-form-wrapper { padding: 14px !important; border-radius: 12px !important; }
  .tp-contact-us-wrap { padding: 18px 14px !important; }
  .tp-contact-us-title {
    font-size: 20px !important;
    margin-bottom: 24px !important;
    letter-spacing: -0.3px !important;
  }
  /* Form inputları — dokunmatik dostu */
  .tp-contact-us-wrap .tp-contact-form-input label {
    font-size: 14px !important;
    margin-bottom: 8px !important;
  }
  .tp-contact-us-wrap .tp-contact-form-input input,
  .tp-contact-us-wrap .tp-contact-form-input textarea {
    font-size: 15px !important;
    padding: 12px 14px !important;
    min-height: 44px !important;
  }
  .tp-contact-us-wrap .tp-contact-form-input textarea {
    min-height: 100px !important;
    height: auto !important;
  }
  /* Form satırları tam genişlik */
  .tp-contact-us-wrap .row > [class*="col-"] {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
  }
  /* Gönder butonu */
  .tp-contact-us-wrap .tp-contact-form-btn button {
    min-height: 48px !important;
    padding: 14px 20px !important;
    font-size: 15px !important;
  }
  /* Alt destek metni */
  .cn-contactform-support-text span {
    font-size: clamp(18px, 4.5vw, 24px) !important;
    line-height: 1.4 !important;
  }
  .cn-contactform-support-area { margin-bottom: 40px !important; }
}
@media (max-width: 575px) {
  .tp-contact-us-ptb,
  .tp-contact-us-ptb.pt-200 { padding-top: 68px !important; }
  .tp-contact-us-wrap { padding: 16px 12px !important; }
  .tp-contact-us-title { font-size: 18px !important; margin-bottom: 20px !important; }
  .tp-contact-us-wrap .tp-contact-form-input input,
  .tp-contact-us-wrap .tp-contact-form-input textarea {
    padding: 12px 14px !important;
  }
}

/* ═══════════════════════════════════════════════════════
   PROJECT DETAIL PAGE
   Header/categories çakışması önlendi, etiketler ve meta iyileştirildi
═══════════════════════════════════════════════════════ */
@media (max-width: 767px) {
  .px-pd-2-ptb { padding-top: 72px !important; padding-bottom: 28px !important; }
  .px-pd-2-ptb.pt-200 { padding-top: 72px !important; }
  .px-pd-2-top { padding-bottom: 24px !important; }
  .px-pd-2-top h1,
  .px-pd-2-top h2,
  .px-pd-2-title {
    font-size: 22px !important;
    line-height: 1.3 !important;
    text-align: center !important;
    margin-bottom: 16px !important;
  }
  .px-pd-2-categories {
    flex-wrap: wrap !important;
    gap: 10px !important;
    justify-content: center !important;
    margin-bottom: 20px !important;
  }
  .px-pd-2-categories span {
    font-size: 12px !important;
    padding: 6px 14px !important;
  }
  .px-pd-2-bottom {
    flex-wrap: wrap !important;
    gap: 20px 24px !important;
    justify-content: center !important;
  }
  .px-pd-2-bottom .px-pd-2-bottom-item:not(:last-of-type),
  .px-pd-2-bottom .tp-pd-2-bottom-item:not(:last-of-type) { margin-right: 0 !important; }
  .px-pd-2-bottom-item {
    padding-bottom: 0 !important;
    min-width: 0 !important;
  }
  .px-pd-2-bottom-item span { font-size: 12px !important; }
  .px-pd-2-bottom-item h6 { font-size: 16px !important; }
  .px-pd-2-meta-wrap  { grid-template-columns: 1fr 1fr !important; gap: 12px !important; }
  .px-pd-2-step-wrap .row > [class*="col-"],
  .px-pd-2-step-ptb .row > [class*="col-"] {
    width: 100% !important; max-width: 100% !important; flex: 0 0 100% !important;
  }
  .px-pd-2-step-item { padding: 14px !important; margin-bottom: 10px !important; }
  .px-pd-2-np-content { flex-direction: column !important; gap: 14px !important; text-align: center !important; }
  .px-pd-2-overview-wrap p { font-size: 15px !important; line-height: 1.6 !important; }
  .px-pd-2-banner { height: auto !important; min-height: 200px !important; }
}
@media (max-width: 575px) {
  .px-pd-2-ptb { padding-top: 68px !important; }
  .px-pd-2-ptb.pt-200 { padding-top: 68px !important; }
  .px-pd-2-title { font-size: 20px !important; }
  .px-pd-2-categories span { font-size: 11px !important; padding: 5px 12px !important; }
  .px-pd-2-bottom { gap: 16px 20px !important; }
}

/* ═══════════════════════════════════════════════════════
   INDIE SYNC DETAIL PAGE
   Badge (INDIE SYNC logo) ile header çakışması önlendi
═══════════════════════════════════════════════════════ */
@media (max-width: 767px) {
  .px-indiesync-detail-top.px-pd-2-ptb {
    padding-top: 88px !important;
  }
  .px-indiesync-detail-top.px-pd-2-ptb.pt-200 {
    padding-top: 88px !important;
  }
  .px-indiesync-detail-top .px-pd-indiesync-badge {
    max-height: 32px !important;
    width: auto !important;
    margin-bottom: 16px !important;
  }
  .px-indiesync-detail-top .px-pd-2-top { padding-bottom: 20px !important; }
}
@media (max-width: 575px) {
  .px-indiesync-detail-top.px-pd-2-ptb,
  .px-indiesync-detail-top.px-pd-2-ptb.pt-200 {
    padding-top: 84px !important;
  }
}

/* ═══════════════════════════════════════════════════════
   FOOTER
═══════════════════════════════════════════════════════ */
@media (max-width: 767px) {
  /* Ana footer alanı */
  .px-footer-area,
  .px-footer {
    padding-top: 48px !important;
    padding-bottom: 0 !important;
  }

  /* Tüm kolonlar tam genişliğe */
  footer .row > [class*="col-"],
  .px-footer-area .row > [class*="col-"] {
    width: 100% !important; max-width: 100% !important; flex: 0 0 100% !important;
  }

  /* Col padding overrides */
  .px-footer-col-2 { display: none !important; }
  .px-footer-col-3 { padding-left: 0 !important; }

  /* Kolon boşluk kısaltma */
  .px-footer-widget.pb-40 { padding-bottom: 0 !important; }
  .px-footer-widget.mb-30 { margin-bottom: 0 !important; }
  .px-footer-widget { margin-bottom: 0 !important; }

  /* ── Slogan ── */
  .px-footer-widget-title {
    font-size: 22px !important;
    font-weight: 700 !important;
    line-height: 1.35 !important;
    letter-spacing: -0.01em !important;
    margin-bottom: 20px !important;
  }
  .px-footer-widget-title br { display: none !important; }

  /* ── Sosyal ikonlar ── */
  .px-footer-widget-social {
    display: flex !important;
    gap: 10px !important;
    flex-wrap: wrap !important;
    margin-bottom: 28px !important;
  }
  .px-footer-widget-social a {
    width: 48px !important;
    height: 48px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 0 !important;
    border-radius: 50% !important;
    background-color: rgba(255,255,255,0.10) !important;
    border: 1px solid rgba(255,255,255,0.08) !important;
  }
  .px-footer-widget-social a:hover,
  .px-footer-widget-social a:active {
    background-color: #dc2626 !important;
    border-color: #dc2626 !important;
  }

  /* ── Ayırıcı çizgi ── */
  .px-footer-col-1 {
    border-bottom: 1px solid rgba(255,255,255,0.12) !important;
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
  }
  .px-footer-col-3 {
    padding-top: 28px !important;
    padding-bottom: 32px !important;
    margin-bottom: 0 !important;
  }

  /* ── İletişim başlığı ── */
  .px-footer-widget-title-sm {
    font-size: 11px !important;
    letter-spacing: 3px !important;
    text-transform: uppercase !important;
    margin-bottom: 18px !important;
    display: block !important;
    color: rgba(255,255,255,0.4) !important;
  }

  /* ── İletişim bilgileri ── */
  .px-footer-widget-info {
    margin-bottom: 16px !important;
  }
  .px-footer-widget-info a,
  .px-footer-widget-info span,
  .px-footer-widget-info p {
    font-size: 15px !important;
    line-height: 1.7 !important;
    display: block !important;
    margin-bottom: 0 !important;
  }
  .px-footer-widget-info a {
    color: rgba(255,255,255,0.80) !important;
    padding: 2px 0 !important;
    text-decoration: none !important;
  }
  .px-footer-widget-info span {
    color: rgba(255,255,255,0.55) !important;
  }

  /* ── Copyright ── */
  .px-copyright-area {
    padding-top: 0 !important;
    padding-bottom: 24px !important;
    overflow: visible !important;
    border-top: 1px solid rgba(255,255,255,0.08) !important;
    margin-top: 0 !important;
  }
  .px-copyright-big-text {
    font-size: 28px !important;
    letter-spacing: 1px !important;
    line-height: 1.2 !important;
    transform: none !important;
    margin: 0 !important;
    padding-top: 20px !important;
    text-align: center !important;
  }

  /* ── Marquee ── */
  .px-footer-marquee { overflow: hidden !important; }
  .px-footer-marquee-item { font-size: 18px !important; }

  .px-footer-right { padding-top: 20px !important; padding-bottom: 20px !important; padding-left: 0 !important; }
  .px-footer-col, .px-footer-middle { padding-left: 0 !important; padding-right: 0 !important; margin-bottom: 20px !important; }

  .tp-footer-3-widget { margin-bottom: 20px !important; }
  .tp-footer-3-widget-title { font-size: 14px !important; margin-bottom: 8px !important; }
  .tp-footer-3-bottom-marquee span,
  .tp-footer-3-bottom-marquee a { font-size: 10px !important; }

  .px-hero-6-text span { font-size: 44px !important; }
  .px-hero-6-title { font-size: 26px !important; }
}
@media (max-width: 575px) {
  .px-footer-area, .px-footer { padding-top: 36px !important; }
  .px-footer-widget-title { font-size: 18px !important; }
  .px-footer-marquee-item { font-size: 15px !important; }
  .px-copyright-big-text { font-size: 22px !important; }
  .px-hero-6-text span    { font-size: 36px !important; }
  .px-hero-6-title        { font-size: 22px !important; }
}

/* ═══════════════════════════════════════════════════════
   BUTONLAR
═══════════════════════════════════════════════════════ */
@media (max-width: 767px) {
  .tp-btn-px,
  .tp-btn-border,
  .px-btn, .px-btn-white {
    font-size: 14px !important;
    padding: 10px 18px !important;
  }
  .tp-btn-yellow-border { font-size: 14px !important; padding: 10px 16px !important; }
  .pf-load-more-wrap { padding: 12px 0 !important; }
  .pf-load-more-btn  { font-size: 13px !important; padding: 9px 18px !important; }
}

/* ═══════════════════════════════════════════════════════
   BACK TO TOP & XP
═══════════════════════════════════════════════════════ */
@media (max-width: 767px) {
  .back-to-top-wrapper { right: 16px !important; bottom: 16px !important; }
  .back-to-top-btn     { width: 40px !important; height: 40px !important; }
  #xp-pill  { bottom: 16px !important; right: 64px !important; transform: scale(0.82) !important; transform-origin: bottom right !important; }
  #xp-toast { bottom: 64px !important; right: 16px !important; }
}

/* ═══════════════════════════════════════════════════════
   OFFCANVAS
═══════════════════════════════════════════════════════ */
@media (max-width: 575px) {
  .tp-offcanvas-wrapper { width: 100% !important; max-width: 100vw !important; }
  .tp-offcanvas-body    { padding: 14px 14px !important; }
}

/* ═══════════════════════════════════════════════════════
   PRELOADER
═══════════════════════════════════════════════════════ */
@media (max-width: 575px) {
  .px-pl-scene  { gap: 0 !important; left: 50% !important; }
  .px-pl-pac    { width: 40px !important; height: 40px !important; }
  .px-pl-text   { font-size: 18px !important; letter-spacing: 2px !important; left: 88px !important; }
  .px-pl-tagline { display: none !important; }
  .px-pl-page-msg-wrap { position: static !important; bottom: auto !important; left: auto !important; transform: none !important; margin-top: 20px !important; max-width: 280px !important; }
  .px-pl-page-msg { font-size: 13px !important; }
  .px-pl-page-msg-line { display: block !important; }
}

/* ═══════════════════════════════════════════════════════
   SWIPER — sadece hero ve testimonial için overflow fix
   Genel swiper'a dokunmuyoruz, böylece diğer sayfalarda
   layout bozulmuyor
═══════════════════════════════════════════════════════ */
@media (max-width: 767px) {
  .px-hero-slider-active,
  .px-hero-slider-active .swiper-wrapper,
  .px-hero-slider-active.swiper-container { width: 100% !important; overflow: hidden !important; }
  .px-blog-slider,
  .px-blog-slider.swiper-container { width: 100% !important; overflow: hidden !important; }
  /* Testimonials: yatay overflow gizle, dikey serbest bırak (autoHeight çalışsın) */
  .px-testi-slider,
  .px-testi-slider.swiper-container { width: 100% !important; overflow-x: hidden !important; overflow-y: visible !important; }
  .px-testi-slider .swiper-wrapper { overflow: visible !important; }
  .px-testi-slider .swiper-slide { padding: 0 !important; }
}

/* ═══════════════════════════════════════════════════════
   SECTION SKEW ANIM — dengeli padding
═══════════════════════════════════════════════════════ */
@media (max-width: 767px) {
  .px-service-bg         { padding-top: 22px !important; padding-bottom: 22px !important; }
  .about-skew-anim       { padding-bottom: 18px !important; }
  .service-skew-anim     { padding-top: 18px !important; padding-bottom: 18px !important; }
  .brand-skew-anim       { padding-bottom: 20px !important; }
  .blog-skew-anim        { padding-top: 24px !important; padding-bottom: 24px !important; }
}
