/* Slider: sol düz arkaplan kalksın, görsel full-bleed + overlay */
.main-slider-two,
.main-slider-two .swiper-slide {
  background-color: transparent !important;
}

.main-slider-two__bg-box {
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
  -webkit-mask: none !important;
  mask: none !important;
}

.main-slider-two__bg:before {
  background-color: rgba(0, 0, 0, 0.55);
}

/* Mobil: görselin hemen üstüne %40 siyah overlay */
@media (max-width: 991px) {
  .main-slider-two__bg:before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.4) !important;
    z-index: 1;
    pointer-events: none;
  }
}

/* Vinç / şekil ikonları gizle */
.main-slider-two__shape-bg,
.main-slider-two__shape-1,
.main-slider-two__shape-2,
.main-slider-two__shape-3,
.main-slider-two__shpae-bg-2,
.main-slider-two__shpae-bg-3,
.main-slider-two__big-text {
  display: none !important;
}

/* Yazıları beyaz yap */
.main-slider-two__sub-title,
.main-slider-two__title,
.main-slider-two__title span,
.main-slider-two__text {
  color: #ffffff !important;
}

.main-slider-two__sub-title-shape {
  background-color: #ffffff !important;
}

/* Kartlarda isim her zaman görünsün, detay hover'da açılsın */
.project-one__content {
  -webkit-transform: perspective(400px) rotateX(0deg) scaleY(1) !important;
  -ms-transform: perspective(400px) rotateX(0deg) scaleY(1) !important;
  transform: perspective(400px) rotateX(0deg) scaleY(1) !important;
  padding: 25px 25px 20px !important;
  min-height: auto;
}

.project-one__content h3 {
  opacity: 1 !important;
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
  margin-bottom: 0 !important;
  font-size: 18px;
  line-height: 26px;
}

.project-one__content p {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  margin: 0 !important;
  -webkit-transform: translateY(10px);
  -ms-transform: translateY(10px);
  transform: translateY(10px);
  transition: all 400ms ease;
}

.project-one__single:hover .project-one__content p {
  opacity: 1 !important;
  max-height: 60px;
  margin-top: 8px !important;
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
  transition-delay: 0ms !important;
}

.project-one__icon-box {
  opacity: 0;
  -webkit-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
}

.project-one__single:hover .project-one__icon-box {
  opacity: 1;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  transition-delay: 0ms !important;
}

.project-one__content::before,
.project-one__content::after {
  display: none;
}

.project-one__single:hover .project-one__content {
  padding: 55px 25px 25px !important;
}

/* Hizmetler / Projeler kartlarında başlık ve özet ortalı */
.hizmetler-section .project-one__content,
.hizmetler-section .project-one__text-box,
.projeler-section .project-one__content,
.projeler-section .project-one__text-box {
  text-align: center !important;
}

.hizmetler-section .project-one__content h3,
.hizmetler-section .project-one__content p,
.projeler-section .project-one__content h3,
.projeler-section .project-one__content p {
  text-align: center !important;
}

/* GTranslate — PC / mobil görünürlük */
.gtranslate-desktop {
  display: flex;
  align-items: center;
}

.gtranslate-mobile {
  display: none;
  align-items: center;
  margin-right: 12px;
}

@media (max-width: 1199px) {
  .main-menu__main-menu-box {
    display: flex;
    align-items: center;
  }

  .gtranslate-desktop {
    display: none !important;
  }

  .gtranslate-mobile {
    display: flex !important;
  }
}

.gtranslate_wrapper {
  z-index: 5;
  line-height: 1;
}

.gtranslate_wrapper a {
  margin: 0 2px;
}

.gtranslate_wrapper img {
  width: 24px;
  height: auto;
  vertical-align: middle;
}

/* Hakkımızda: dikey sabit görseller */
.about-one__img {
  overflow: hidden;
  aspect-ratio: 3 / 4;
  max-height: 560px;
}

.about-one__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.about-one__img-2 {
  width: 220px;
  height: 280px;
  overflow: hidden;
}

.about-one__img-2 img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  object-position: center;
  display: block;
}

/* Ürün / Proje / Blog kartlarında sabit görsel yüksekliği */
.services-one__img {
  height: 200px;
  overflow: hidden;
}

.services-one__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.project-one__img {
  height: 320px;
  overflow: hidden;
}

.project-one__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.blog-one__img {
  height: 240px;
  overflow: hidden;
}

.blog-one__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

@media (max-width: 767px) {
  .about-one__img {
    max-height: 420px;
  }

  .about-one__img-2 {
    width: 160px;
    height: 200px;
    left: 0;
    bottom: -80px;
  }

  .project-one__img {
    height: 260px;
  }

  .blog-one__img {
    height: 200px;
  }

  .services-one__img {
    height: 180px;
  }
}
