/* Ana sayfa: Hizmetlerimiz bölümü – görseller orantılı ve daha küçük */
.h6-service-section .h6-service-img {
  width: 200px;
  height: 200px;
  max-width: 100%;
}
.h6-service-section .h6-service-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media (min-width: 768px) {
  .h6-service-section .h6-service-img {
    width: 220px;
    height: 220px;
  }
}
@media (min-width: 992px) {
  .h6-service-section .h6-service-img {
    width: 260px;
    height: 260px;
  }
}

/* Ana sayfa: Hakkımızda görseli – yazı alanına taşmayacak kadar daraltılır */
.h6-about-section .h6-about-img {
  width: 34% !important;
  max-width: 34% !important;
}
.h6-about-section .h6-about-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .h6-about-section .h6-about-img {
    width: 38% !important;
    max-width: 38% !important;
  }
}
@media (max-width: 991px) {
  .h6-about-section .h6-about-img {
    width: 100% !important;
    max-width: 100% !important;
  }
}

/* Davetiye kategorileri slider başlığı: g/y descender kesilmesin, punto biraz küçültüldü */
.tj-project-section-3.category-slider-icons .h6-project-heading {
  overflow: visible;
}
.tj-project-section-3.category-slider-icons .h6-project-heading .sec-title {
  font-size: 72px !important;
  line-height: 1.18 !important;
  padding-bottom: 0.12em;
  overflow: visible;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .tj-project-section-3.category-slider-icons .h6-project-heading .sec-title {
    font-size: 64px !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .tj-project-section-3.category-slider-icons .h6-project-heading .sec-title {
    font-size: 56px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .tj-project-section-3.category-slider-icons .h6-project-heading .sec-title {
    font-size: 48px !important;
  }
}
@media (max-width: 767px) {
  .tj-project-section-3.category-slider-icons .h6-project-heading .sec-title {
    font-size: 40px !important;
  }
}
@media (max-width: 400px) {
  .tj-project-section-3.category-slider-icons .h6-project-heading .sec-title {
    font-size: 32px !important;
  }
}

/* Ana sayfa: Davetiye kategorileri kaydırıcısı – kart ortada: ikon üstte, başlık ortada, İncele altta */
.tj-project-section-3.category-slider-icons .project-item.style-5 {
  flex-direction: column !important;
  gap: 10px !important;
  margin-top: 0 !important;
  padding: 12px !important;
  align-items: center !important;
  text-align: center !important;
}
.tj-project-section-3.category-slider-icons .project-item.style-5 .project-img,
.tj-project-section-3.category-slider-icons .project-img.category-icon-box {
  width: 56px !important;
  max-width: 56px !important;
  min-width: 56px !important;
  height: 56px !important;
  min-height: 56px !important;
  max-height: 56px !important;
  background: var(--tj-color-theme-bg, #f5f5f5) !important;
  background-image: none !important;
  border-radius: 10px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  flex-shrink: 0 !important;
}
.tj-project-section-3.category-slider-icons .project-img img {
  display: none !important;
}
.tj-project-section-3.category-slider-icons .project-img.category-icon-box i {
  font-size: 1.35rem !important;
  color: var(--tj-color-theme-primary, #ff007f);
  line-height: 1;
  display: inline-block;
}
.tj-project-section-3.category-slider-icons .project-item.style-5 .project-content {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  text-align: center !important;
  padding: 0 !important;
  max-width: 100% !important;
  flex: 1 !important;
  min-width: 0 !important;
  justify-content: space-between !important;
}
.tj-project-section-3.category-slider-icons .project-item.style-5 .title {
  font-size: 0.95rem !important;
  margin-bottom: 6px !important;
  line-height: 1.25 !important;
  text-align: center !important;
}
.tj-project-section-3.category-slider-icons .project-item.style-5 .title a {
  text-align: center !important;
}
.tj-project-section-3.category-slider-icons .project-item.style-5 .categories {
  font-size: 0.7rem !important;
}
.tj-project-section-3.category-slider-icons .project-item.style-5 .desc {
  font-size: 0.75rem !important;
  margin-bottom: 4px !important;
  line-height: 1.3 !important;
  display: none;
}
.tj-project-section-3.category-slider-icons .project-item.style-5 .text-btn.style-2 {
  margin-top: auto !important;
  font-size: 0.8rem !important;
  justify-content: center !important;
}
.tj-project-section-3.category-slider-icons .project-item.style-5 .text-btn.style-2 .btn-icon {
  width: 28px !important;
  height: 28px !important;
  font-size: 14px !important;
}
.tj-project-section-3.category-slider-icons .swiper-slide {
  max-width: 220px !important;
}
.tj-project-section-3.category-slider-icons .nav-pagination-wrap {
  margin-top: 2rem !important;
}
@media (max-width: 767px) {
  .tj-project-section-3.category-slider-icons .project-item.style-5 .project-img,
  .tj-project-section-3.category-slider-icons .project-img.category-icon-box {
    width: 48px !important;
    max-width: 48px !important;
    min-width: 48px !important;
    height: 48px !important;
    min-height: 48px !important;
    max-height: 48px !important;
  }
  .tj-project-section-3.category-slider-icons .project-img.category-icon-box i {
    font-size: 1.15rem !important;
  }
  .tj-project-section-3.category-slider-icons .project-item.style-5 .title {
    font-size: 0.9rem !important;
  }
  .tj-project-section-3.category-slider-icons .swiper-slide {
    max-width: 180px !important;
  }
}

/* SSS kategoriler listesi: artı işareti (::after) kaldırılır */
.tj-faq.faq-category-list .accordion-item .faq-title::after {
  display: none !important;
}

/* İletişim sayfası harita: yükseklik ve görünürlük */
.contact-map-embed {
  min-height: 400px;
}
.contact-map-embed iframe {
  min-height: 400px;
  border: 0;
}
@media (max-width: 991px) {
  .contact-map-embed,
  .contact-map-embed iframe {
    min-height: 320px;
  }
}
