<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
@media screen and (max-width: 768px) {
  .ik-page {
    overflow-x: hidden;
  }
}
.ik-page .hero-component-ik {
  background: url("https://raw.githubusercontent.com/umuttosman/trn-new-images/refs/heads/main/images/veri-merkezi-banner.png") no-repeat;
  background-size: cover;
  min-height: 400px;
}
@media screen and (max-width: 768px) {
  .ik-page .hero-component-ik {
    background: url("https://raw.githubusercontent.com/umuttosman/trn-new-images/refs/heads/main/images/veri-merkezi-banner-mobile.png");
    min-height: 260px;
    background-size: cover;
  }
}
.ik-page .hero-component-ik .title-area {
  margin-top: 70px;
}
@media screen and (max-width: 768px) {
  .ik-page .hero-component-ik .title-area {
    margin-top: unset !important;
  }
}
.ik-page .hero-component-ik .title-area .mega-component-title {
  margin-top: unset !important;
  text-align: left !important;
  color: white !important;
}
.ik-page .hero-component-ik .title-area .component-sub-title {
  background: var(--Gradient-Ak-gradient, linear-gradient(211deg, #D60001 10.4%, #FF5602 74.47%)) !important;
  background-clip: text !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  text-align: left !important;
}
.ik-page .job-position {
  display: flex;
  justify-content: space-between;
  padding: 20px 0px;
  border-bottom: 1px solid rgba(74, 74, 74, 0.1);
  align-items: center;
}
@media screen and (max-width: 768px) {
  .ik-page .job-position {
    padding: 7px 0px;
  }
}
.ik-page .job-position-title {
  color: var(--Secondary-Text-secondary-grey, #4A4A4A);
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .ik-page .job-position-title {
    font-size: 12px;
  }
}
.ik-page .job-section .desc {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .ik-page .job-section .desc {
    margin-bottom: 20px;
  }
}
.ik-page .ik-common-component {
  margin-top: 100px;
}
.ik-page .ik-common-component .main-content {
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .ik-page .ik-common-component .main-content {
    gap: 0px;
  }
}
.ik-page .ik-common-component .position {
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(74, 74, 74, 0.1);
}
@media screen and (max-width: 768px) {
  .ik-page .ik-common-component .position {
    padding-bottom: 0px;
  }
}
.ik-page .ik-common-component .position .title {
  color: var(--Secondary-Text-secondary-grey, #4A4A4A);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 24px */
}
.ik-page .box-grid-component .location-cart .wrapper {
  height: 100% !important;
}
.ik-page .about-ik-banner {
  margin-top: 200px;
  margin-bottom: 100px;
}
.ik-page .background-left-content-component {
  position: relative; /* Gradient efekt için gerekli */
  background: url("https://raw.githubusercontent.com/umuttosman/trn-new-images/refs/heads/main/images/ik-img.png") lightgray 50%/cover no-repeat;
  color: white; /* Yazı rengini kontrast sağlamak için beyaz yapar */
}
.ik-page .background-left-content-component .button-area {
  margin-top: 48px;
  display: flex;
  justify-content: center;
}
.ik-page .background-left-content-component .button-area .main-btn {
  background: #FFF !important;
  border: 2px solid #D60001 !important;
  color: #D60001 !important;
}
.ik-page .background-left-content-component .button-area .white-btn:hover {
  background: linear-gradient(0deg, rgba(214, 0, 1, 0.05) 0%, rgba(214, 0, 1, 0.05) 100%), #FFF !important;
}
.ik-page .background-left-content-component::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #222 0%, rgba(34, 34, 34, 0) 100%);
  background-blend-mode: hard-light; /* Blend mode ile efekt uygulanır */
  z-index: 1; /* Gradient üstte görünür */
}
.ik-page .background-left-content-component .main-container {
  position: relative;
  z-index: 2; /* İçerik gradientin üstünde görünmesi için */
}

/*# sourceMappingURL=ik.css.map */
</pre></body></html>