.elementor-14 .elementor-element.elementor-element-52b3034{--display:flex;--min-height:80vh;--justify-content:center;--align-items:center;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );}.elementor-14 .elementor-element.elementor-element-52b3034:not(.elementor-motion-effects-element-type-background), .elementor-14 .elementor-element.elementor-element-52b3034 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}.elementor-14 .elementor-element.elementor-element-1a35822{--display:flex;}.elementor-14 .elementor-element.elementor-element-9866408{--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;}@media(min-width:768px){.elementor-14 .elementor-element.elementor-element-52b3034{--width:1280%;}}/* Start custom CSS for html, class: .elementor-element-3d88b6c *//* Fotoğraf kutusu temel stil */
.artz-hero-frame {
    position: relative;
    /* Çerçeve dışarı taşabilsin diye görünür kalsın */
    overflow: visible;
}

/* Fotoğrafın kendisini yuvarlak yapalım */
.artz-hero-frame img {
    border-radius: 28px;
    display: block;
}


/* Graffiti versiyonu için ekstra efekt */
.artz-hero-frame--graffiti {
  isolation: isolate; /* blend mode için */
}

/* Fırça darbeli PNG'yi çerçeve gibi kullanıyoruz */
.artz-hero-frame-graffiti::before {
    content: '';
    position: absolute;
    inset: 12px; /* PNG biraz içerden geliyor şu an */
    background-image: url("...brush frame PNG...");
    background-size: cover;
    background-repeat: no-repeat;
    mix-blend-mode: multiply;
    opacity: 0.8;
    pointer-events: none;
    animation: zrtGraffitiGlow 2.45s infinite alternate;
}


/* Hafif neon/graffiti parlaması */
.artz-hero-frame--graffiti::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 28px;
  border: 3px solid transparent;
  background: linear-gradient(135deg,
    #ffdd00,
    #ff5e00,
    #ff00a8,
    #00ffd5
  );
  background-size: 300% 300%;
  mix-blend-mode: screen;
  opacity: 0.6;
  z-index: 1;
  pointer-events: none;
  animation: artzGraffitiBorder 5s linear infinite;
}

/* Fotoğrafın kendisi */
.artz-hero-img {
  width: 100%;
  height: 100%;
  object-fit: cover;     /* burada kırpıp doldursun */
  display: block;
  border-radius: 22px;
  position: relative;
  z-index: 0;
}

/* Label (ÖZEL ÇİZİM 1/1) üstte dursun */
.artz-hero-frame-label {
  position: absolute;
  top: 16px;
  left: 16px;
  z-index: 3;
  font-size: 10px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  background: rgba(0,0,0,0.75);
  color: #fff;
  padding: 6px 10px;
  border-radius: 999px;
}

/* Glow animasyonu */
@keyframes artzGraffitiGlow {
  from {
    filter: drop-shadow(0 0 0px rgba(0,0,0,0.5));
    transform: scale(1);
  }
  to {
    filter: drop-shadow(0 0 16px rgba(0,0,0,0.9));
    transform: scale(1.01);
  }
}

/* Renkli borderin akması (gif gibi hareket) */
@keyframes artzGraffitiBorder {
  0%   { background-position: 0% 50%; }
  50%  { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-1a35822 *//* ============================
   HERO – ARTZNDOLLAR LANDING
   ============================ */

/* Hero alanı genel */
.artz-hero {
  padding: 120px 5vw 80px;
  background: #f8f7f4;              /* Kirli beyaz, sanat stüdyosu hissi */
}

/* İç düzen: sol metin + sağ çerçeve */
.artz-hero-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 64px;
}

/* Sol kolon */
.artz-hero-left {
  flex: 1.2;
}

/* Üstteki küçük tag line */
.artz-hero-tag {
  display: inline-block;
  padding: 6px 14px;
  margin-bottom: 18px;
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  border-radius: 999px;
  background: #111111;
  color: #f6f6f6;
}

/* Ana başlık */
.artz-hero-title {
  font-family: "Space Grotesk", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 700;
  font-size: 44px;
  line-height: 1.15;
  letter-spacing: -0.03em;
  color: #111111;
  margin: 0 0 16px;
}

/* Açıklama paragrafı */
.artz-hero-text {
  font-size: 16px;
  line-height: 1.7;
  color: #444444;
  max-width: 520px;
  margin-bottom: 24px;
}

/* Butonlar alanı */
.artz-hero-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 16px;
}

/* Genel buton stili */
.artz-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 22px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  border: 1px solid transparent;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.2s ease-out;
}

/* Ana (siyah) buton */
.artz-btn-primary {
  background: #111111;
  color: #f9f9f9;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.25);
}

.artz-btn-primary:hover {
  transform: translateY(-1px);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.32);
}

/* İkincil (ghost) buton */
.artz-btn-ghost {
  background: transparent;
  color: #111111;
  border-color: #111111;
}

.artz-btn-ghost:hover {
  background: #111111;
  color: #f9f9f9;
}

/* Alt açıklama */
.artz-hero-subnote {
  margin-top: 8px;
  font-size: 12px;
  color: #888888;
}

/* Sağ kolon */
.artz-hero-right {
  flex: 1;
  display: flex;
  justify-content: center;
}

/* Dolar çerçevesi – burada fırça darbesi efekti vereceğiz */
.artz-hero-frame {
  position: relative;
  width: 360px;
  aspect-ratio: 4 / 3;
  padding: 24px;
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 24px 60px rgba(15, 15, 20, 0.16);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;

  /* Fırça darbesi PNG'si için yer:
     PNG'yi WordPress Ortam'a yükledikten sonra URL'yi buraya yazacaksın. */
  background-image: url("PNG_LINKİNİ_BURAYA_YAPIŞTIR");
  background-size: cover;
  background-position: center;
}

/* Çerçeve üzerindeki küçük label */
.artz-hero-frame-label {
  position: absolute;
  top: 18px;
  left: 22px;
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #555555;
}

/* Placeholder metni (daha sonra içine img koyacağız) */
.artz-hero-frame-placeholder {
  font-size: 13px;
  line-height: 1.5;
  color: #777777;
}

/* Mobil uyum */
@media (max-width: 900px) {
  .artz-hero {
    padding: 80px 20px 60px;
  }

  .artz-hero-inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
  }

  .artz-hero-title {
    font-size: 34px;
  }

  .artz-hero-right {
    width: 100%;
  }

  .artz-hero-frame {
    width: 100%;
    max-width: 340px;
    margin: 0 auto;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-61dd01f *//* Genel bölüm boşlukları */
.artz-testimonials {
  margin: 80px 0 40px;
}

.artz-section-title {
  font-size: 28px;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 8px;
  text-align: left;
}

.artz-section-sub {
  max-width: 640px;
  font-size: 15px;
  line-height: 1.6;
  color: #6b7280;
  margin-bottom: 32px;
  text-align: left;
}

/* Yorum kartları listesi */
.artz-test-list {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: flex-start;   /* sola kay */
  align-items: flex-start;
}

/* Tek yorum kartı */
.artz-test-card {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 20px 22px;
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 18px 55px rgba(15,23,42,0.06);
  max-width: 360px;
}

/* Avatar – yuvarlak fotoğraf */
.artz-test-avatar {
  flex-shrink: 0;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid #111827;
}

.artz-test-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Metin kısmı */
.artz-test-body {
  text-align: left;
}

.artz-test-name {
  font-size: 16px;
  font-weight: 600;
  color: #111827;
  margin: 0 0 2px;
}

.artz-test-role {
  font-size: 13px;
  color: #9ca3af;
  margin: 0 0 8px;
}

.artz-test-text {
  font-size: 14px;
  line-height: 1.6;
  color: #4b5563;
  margin: 0;
}

/* Referans logoları */
.artz-clients {
  margin: 48px 0 0;
}

.artz-section-label {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #9ca3af;
  margin-bottom: 16px;
  text-align: left;
}

.artz-client-row {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
  align-items: center;
  justify-content: flex-start; /* sola kay */
}

.artz-client-row img {
  height: 26px;
  object-fit: contain;
  filter: grayscale(100%);
  opacity: 0.7;
  transition: opacity .2s ease, filter .2s ease, transform .2s ease;
}

.artz-client-row img:hover {
  filter: grayscale(0%);
  opacity: 1;
  transform: translateY(-2px);
}

/* RESPONSIVE - mobil ayarlar */
@media (max-width: 768px) {
  .artz-testimonials {
    margin-top: 56px;
  }

  .artz-test-list {
    flex-direction: column;
  }

  .artz-test-card {
    max-width: 100%;
  }

  .artz-client-row {
    gap: 18px;
  }

  .artz-client-row img {
    height: 22px;
  }
}/* End custom CSS */