.elementor-1725 .elementor-element.elementor-element-f2450ca{--display:flex;}body.elementor-page-1725:not(.elementor-motion-effects-element-type-background), body.elementor-page-1725 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-secondary );}/* Start custom CSS for html, class: .elementor-element-2a1be8d *//* ===========================
   GENEL YAPI
=========================== */
.islerimiz-single-wrapper {
  max-width: 960px;
  margin: 60px auto 40px auto;
  padding: 0 20px;
  font-family: 'Poppins', sans-serif;
  word-break: break-word;
  box-sizing: border-box;
}

/* ===========================
   BAŞLIK
=========================== */
.islerimiz-title {
  font-size: 2.8rem;
  font-weight: 700;
  margin-bottom: 12px;
  line-height: 1.2;
  text-align: left;
}

/* ===========================
   ETİKETLER
=========================== */
.islerimiz-tags {
  font-size: 1rem;
  color: #555;
  margin-bottom: 24px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-start;
}

.tag-item {
  background: #eee;
  color: #000;
  padding: 6px 14px;
  border-radius: 20px;
  font-weight: 500;
  font-size: 0.95rem;
  white-space: nowrap;
}

/* ===========================
   KAPATMA BUTONU
=========================== */
.close-button {
  position: fixed;
  top: 30px;
  right: 30px;
  z-index: 9999;
  width: 50px;
  height: 50px;
  background: #000;
  color: #fff;
  border: none;
  border-radius: 50%;
  font-size: 30px;
  font-weight: bold;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s ease;
}

.close-button:hover {
  background: #000;
  transform: scale(1) !important;
}

/* ===========================
   AÇIKLAMA METNİ
=========================== */
.typewriter-container {
  font-size: 1.2rem;
  font-weight: 450;
  line-height: 1.7;
  color: #333;
  white-space: pre-line;
  border: none;
  animation: none;
  text-align: left;
  padding-top: 20px;
  padding-bottom: 20px;
}

/* ===========================
   VİDEOLAR ve GALERİ
=========================== */
.vivonka-videolar,
.vivonka-galeri {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 40px;
}

/* Video oranı (9:16) */
.video-item {
  position: relative;
  width: 100%;
  padding-top: 177.77%;
  overflow: hidden;
  border-radius: 12px;
  background: #000;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.video-item iframe,
.video-item video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border: 0;
}

/* Görseller */
.vivonka-galeri img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.vivonka-galeri img:hover {
  transform: scale(1.03);
}

.vivonka-links {
  display: flex; /* Eksikti */
  justify-content: center;
  flex-wrap: wrap; /* Taşma olursa alta geçsin */
  gap: 15px; /* Aralarında boşluk */
  margin-top: 20px;
}

/* Link butonları */
.vivonka-links a {
  display: inline-block;
  padding: 10px 15px;
  background: #5827D8;
  color: #fff;
  border-radius: 25px;
  text-decoration: none;
  transition: background 0.3s;
}

.vivonka-links a:hover {
  background: #5827D8;
}

/* ===========================
   TABLET: 768px - 1024px
=========================== */
@media (min-width: 768px) and (max-width: 1024px) {
  .islerimiz-title {
    font-size: 2.2rem;
  }

  .tag-item {
    font-size: 0.9rem;
    padding: 5px 12px;
  }

  .close-button {
    width: 36px;
    height: 36px;
    font-size: 20px;
    top: 15px;
    right: 15px;
  }
.vivonka-galeri {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-top: 40px;
}

  .vivonka-videolar {
    grid-template-columns: repeat(2, 1fr);
  }

  .typewriter-container {
    font-size: 1.1rem;
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .islerimiz-single-wrapper {
    margin: 50px auto 40px auto;
    padding: 0 24px;
  }
}

/* ===========================
   MOBİL: altı 768px
=========================== */
@media (max-width: 767px) {
  .islerimiz-title {
    font-size: 1.8rem;
  }

  .tag-item {
    font-size: 0.75rem;
    padding: 5px 10px;
  }

  .close-button {
    width: 32px;
    height: 32px;
    font-size: 18px;
    top: 10px;
    right: 10px;
  }

  .vivonka-videolar {
    grid-template-columns: 1fr;
  }

  .typewriter-container {
    font-size: 1rem;
    padding-top: 25px;
    padding-bottom: 25px;
  }
.vivonka-galeri {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 20px;
  margin-top: 40px;
}

  .islerimiz-single-wrapper {
    margin: 40px auto 30px auto;
    padding: 0 16px;
  }
}/* End custom CSS */