h1, h2, h3, h4, h5, h6 {
    color: #0c4c93;
    font-family: Mulish, sans-serif;
	font-weight: 800;
}
h2 {
    font-size: 30px;
    line-height: 40px;
    margin-top: 10px !important;
}
h3 {
    font-size: 26px;
    line-height: 36px;
    margin-top: 10px;
}
h4 {
    font-size: 22px;
    line-height: 32px;
    margin-top: 10px;
}
.section-indent p,
.section-indent ul {
	margin-top:12px !important;
}
.tt-logo {
    display: flex;
    align-items: center; /* Logoyu dikeyde her zaman tam ortalar */
    justify-content: center; /* Eğer yatayda da ortalanması gerekiyorsa */
    height: 100%; /* Kapsayıcının tüm yüksekliğini kaplaması için */
}
.tt-logo__icon {
    width: 180px;
}
@media (min-width: 1025px) {
    .sticky-header .tt-logo__icon {
        width: 180px;
    }
}
/* Font karakterini gizliyoruz */
.icon-694055:before {
    content: "" !important; 
}
.icon-694055 {
    display: inline-block;
    width: 64px;  /* İkonun genişliği */
    height: 64px; /* İkonun yüksekliği */
    background-image: url('../images/micon.png'); /* Görselin yolu */
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.imgbox-inner__description-large .icon-694055:before {
    content: "" !important; 
}
.imgbox-inner__description-large .icon-694055 {
    display: inline-block;
    width: 64px;  /* İkonun genişliği */
    height: 64px; /* İkonun yüksekliği */
    background-image: url('../images/micon-w.png'); /* Görselin yolu */
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.fullwidth-promo__indent-02 svg {
    max-width: 32px;
    width: 32px;
    height: auto;
    fill: #ff4917;
    position: relative;
    top: -3px;
}

.cta {
	font-size: 26px;
	color: #ff4917;
	font-weight: 800;
}
.fullwidth-promo .fullwidth-promo__indent-02 {
        padding: 118px 15px 100px;
}
.fullwidth-promo p {
    margin-bottom: 26px;
}
.icon-1677058:before {
    color: #51acfb;
    font-size: 60px;
}
.icon-882041:before {
    color: #51acfb;
    font-size: 60px;
}
.promo01__img img {
    bottom: 0;
}
/** list **
/* 1. Liste Elemanlarının Temel Yapısı */
.tt-services-indent li {
  position: relative;
  padding: 3px 0 3px 26px;
}

/* 2. Madde İşareti (İkon) Alanı */
.tt-services-indent li:before {
  content: '\e92c';
  font-family: "font-icon";
  display: inline-block;
  font-size: 13px;
  position: absolute;
  left: 0;
  font-weight: normal; 
}

/* 3. Liste İçindeki Linkler */
.tt-services-indent li a {
  color: currentColor;
  position: relative; 
}

/* 4. Linklerin Alt Çizgi Animasyonu */
.tt-services-indent li a:before {
  content: '';
  display: block;
  position: absolute;
  bottom: -1px;
  width: 0%;
  height: 2px;
  margin: auto;
  left: 0;
  right: 0;
  background-color: currentColor;
  transition: width .2s linear; 
}

/* 5. Hover (Üzerine Gelme) Efektleri */
.tt-services-indent li a:hover:before {
  width: 100%; 
}

.tt-services-indent li a:hover .hover-underline:before {
  width: 100%; 
}

/* 6. İlk Elemanın Üst Boşluğunu Sıfırlama */
.tt-services-indent li:first-child {
  padding-top: 0; 
}

/* 7. Bilgi Metni ve Özel Alt Çizgiler */
.tt-services-indent li .tt-info {
  color: #6c7176;
  font-weight: normal; 
}

.tt-services-indent li .hover-underline {
  display: inline-block;
  position: relative; 
}

.tt-services-indent li .hover-underline:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 3px;
  width: 0%;
  height: 2px;
  left: 0;
  transition: width .2s linear;
  background-color: currentColor; 
}

/* 8. Mobil Uyum (Responsive) */
@media (max-width: 767.98px) {
  .tt-services-indent li {
    padding-left: 22px; 
  }
  
  .tt-services-indent li:before {
    font-size: 10px; 
  } 
}
/** list **/	
.tt-services-indent a,
.container__tablet-fluid a {
    color: #0c4c93;
    font-weight: bold;
}

@media (max-width: 767.98px) {
    .tt-logo__icon {
        width: 94px;
    }
}

@media (max-width: 767.98px) {
    .sticky-header .tt-logo__icon {
        width: 94px;
    }
}
.logo-popup img {
	width: 250px;
}

.info-box__img.icon-786204:before {
	font-size: 40px;
	color: #0c4c93;
}

.info-box__img.icon-126509:before {
	font-size: 40px;
	color: #0c4c93;
}
.info-box__img.icon-646094:before {
	font-size: 40px;
	color: #0c4c93;
}
.f-info__icon {
	margin-top: 20px;
}
.f-info__icon i {
    position: inherit;
    top: 0;
    left: 0;
    color: #0c4c93;
    font-size: 48px;
}
.mb-160 {
	margin-bottom: 160px;
}
.tt-back-to-top:after {
    content: "";
}
.fa-circle-up {
	font-size: 48px;
}
.f-social-icon li a {
    font-size: 20px;
}
@media (min-width: 768px) {
    .tabs__nav-size-md .tabs__nav-item {
        min-height: 10px;
        padding: 10px 26px;
        min-width: 96px;
    }
}
.tabs__nav-item {
    font-size: 14px;
}
@media (min-width: 1025px) {
    .tabs__container02 {
        padding: 25px 0 0 0;
    }
}
@media (max-width: 575.98px) {
    .tabs__nav {
        display: flex !important;
        flex-wrap: nowrap !important;
        overflow-x: auto !important;
        -webkit-overflow-scrolling: touch;
        padding-left: 15px;  /* İlk tabın sola sıfırlanmaması için şık bir boşluk */
        padding-right: 15px; /* Son taba gelindiğinde sağda kalacak boşluk */
        gap: 10px;           /* Tablar arasındaki mesafe */
    }

    .tabs__nav-item {
        /* Genişliği 100% yapmak yerine içeriğe göre bırakıyoruz veya sabitliyoruz */
        width: auto; 
        min-width: 100px; /* Çok kısa kelimeler için minimum genişlik */
        flex: 0 0 auto;   /* Sıkışmayı engeller */
        min-height: 60px;
        white-space: nowrap; /* Yazının alt satıra geçmesini önler */
        
        /* Alternatif: Eğer her tabın ekranın %40'ı kadar yer kaplamasını 
           ve sağdan 3. tabın ucunun görünmesini isterseniz şunu kullanın:
           flex: 0 0 42%; */
    }

    /* Scrollbar'ı gizleyelim ki arayüz temiz dursun */
    .tabs__nav::-webkit-scrollbar {
        display: none;
    }
}

.tt-data01 {
    display: flex;         /* İkon ve metni yan yana getirir */
    align-items: center;   /* İkon ve metni dikeyde tam ortalar */
    gap: 15px;             /* İkon ile metin arasındaki mesafeyi ayarlar (Margin yerine) */
}

/* Eğer ikonun boyutu çok büyükse sabitlemek iyi olabilir */
.tt-data01__icon img {
    display: block;
    width: 75px;
    height: auto;
}
.tt-data01__icon > * {
    top: auto;
    transform: translateY(-10%);
}
.tt-text01 sub {
	font-size: 36px !important;
}
.box-contact {
    z-index: 1;
}
.blocktitle__under {
    z-index: -1;
}
.h-icon a {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    gap: 10px;
    text-decoration: none;
}
.tt-header-holder .h-icon__title {
	margin-right: 0;
}
.mt-30 {
	margin-top: 30px;
}
/* 1. Tablo Temel Yapısı (Gölge, Oval Köşeler ve Yazı Tipi) */
.p-indent-top table {
    width: 100%;
    border-collapse: collapse;
    background-color: #ffffff;
    font-family: sans-serif;
    font-size: 15px;
    text-align: left;
    margin: 25px 0;
    border-radius: 8px;
    overflow: hidden; /* Köşe ovalliğinin bozulmasını önler */
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

/* 2. Tablo Başlık Alanı (Marka, Kompresör vs.) */
.p-indent-top table th {
    background-color: #51acfb; /* Kurumsal renginize göre değiştirebilirsiniz */
    color: #ffffff;
    font-weight: 600;
    padding: 14px 16px;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 0.5px;
}

/* 3. Tablo Hücreleri */
.p-indent-top table td {
    padding: 12px 16px;
    border-bottom: 1px solid #e0e0e0;
    color: #333333;
}

/* 4. Satır Geçişleri (Zebra Efekti) */
.p-indent-top table tbody tr:nth-of-type(even) {
    background-color: #f8f9fa;
}

/* 5. Satır Üzerine Gelince Renk Değişimi (Hover) */
.p-indent-top table tbody tr:hover {
    background-color: #f1f3f5;
    transition: background-color 0.2s ease;
}

/* 6. Onay İşaretlerini (`✔`) Ortala ve Yeşil Yap */
/* İlk sütun (Markalar) hariç, diğer tüm hücrelerdeki ikonları yeşil yapar */
.p-indent-top table td:not(:first-child) {
    text-align: center;
    color: #2b8a3e; /* Canlı yeşil tonu */
    font-weight: bold;
    font-size: 18px;
}

/* 7. Mobil Uyum (Responsive) */
/* Telefon ekranlarında tablonun sayfayı patlatmasını önler, kendi içinde kaydırılabilir yapar */
@media screen and (max-width: 768px) {
    .p-indent-top table {
        display: block;
        overflow-x: auto;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch; /* iOS cihazlarda pürüzsüz kaydırma için */
    }
}
.layout01 ul {
	margin-left: 20px;
}
.layout01 ul li {
	list-style: disc;
}
.layout01 table {
  margin: 20px;
}
.layout01 table th, td {
	border: 1px solid;
	border-collapse: collapse;
}
.layout01 th, td {
  padding: 10px;
}
/* Kapsayıcı satırı esnek (flex) yapıp iki uca dağıtıyoruz */
.custom-copyright-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 90%;
}

/* Sol taraf (Telif Yazısı) */
.copyright-left {
    text-align: left;
}

/* Sağ taraf (Linkler) */
.copyright-right {
    display: flex;
    align-items: center;
    gap: 15px; /* Çizgi ile linkler arasındaki boşluk */
    justify-content: flex-end;
}

/* İki link arasına dik çizgi (|) ekleme */
.copyright-right a:not(:last-child)::after {
    content: "|";
    margin-left: 15px; /* Çizginin solundaki boşluk */
    color: #6c7176; /* Çizgi rengi (temanıza göre değiştirebilirsiniz) */
    font-weight: normal;
    opacity: 0.7;
}

/* Mobil Cihazlar İçin Uyum (Telefonlarda alt alta düzgünce sıralanır) */
@media (max-width: 767.98px) {
    .custom-copyright-row {
        flex-direction: column;
        text-align: center;
        gap: 10px;
    }
    .copyright-left, .copyright-right {
        text-align: center;
        justify-content: center;
    }
}
.fullwidth-promo a {
    color: white;
}
.promo01__content a {
	color: white;
}
.promo01__content a:hover {
	color: #ff4917;
}
a.promo__aside {
	color: white;
}