/*test sayfa alani*/
  @media (max-width: 768px) {
    .infra-wrap {
	display:grid;
      flex-direction: column;
      padding: 20px;
    }

    .infra-sidebar h2 {
      font-size: 18px;
    }
	
    .infra-sidebar li {
      font-size: 14px;
    }

    .infra-carousel-box {
      flex-direction: row;
      height: auto;
      min-height: 300px;
	  width: 100%;
      margin-left: -2px;
    }

    .infra-carousel-track img {
      height: 220px;
    }

    .infra-nav-btn {
      font-size: 24px;
      padding: 8px 12px;
    }
	
  }
  
    .infra-wrap {
    display: flex;
    flex-wrap: wrap;
    background-color: #fff;
    padding: 19px 2%;
    gap: 30px;
    width: 100%;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
	border-radius:10px;
  }

  .infra-sidebar {
    flex: 1;
    min-width: 250px;
    padding: 20px;
    background-color: #fef9e7;
    border-radius: 10px;
  }

  .infra-sidebar h2 {
    margin-bottom: 15px;
    color: #444;
    border-bottom: 2px solid #f0b429;
    padding-bottom: 8px;
    font-size: 20px;
  }

  .infra-sidebar ul {
    padding-left: 20px;
    margin: 0;
  }

  .infra-sidebar li {
    margin-bottom: 10px;
    font-size: 15px;
    color: #333;
  }

  .infra-visuals {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 20px;
	max-width:400px !important;
  }

  .infra-visuals img {
    width: 100%;
    border-radius: 10px;
    object-fit: cover;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  }

  .infra-carousel-box {
    position: relative;
    height: auto;
    background-color: #fff;
   /* margin: 30px 5% 50px 5%; */
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: space-between;
	margin-top: 50px;
  }

  .infra-carousel-track {
    display: flex;
    overflow-x: auto;
    scroll-behavior: smooth;
    gap: 20px;
    padding: 20px 0;
    height: 100%;
   /* width: 100%;*/
  }

  .infra-carousel-track img {
    height: 280px;
    border-radius: 10px;
    flex-shrink: 0;
  }

  .infra-nav-btn {
	cursor: pointer;
    font-size: 24px;
    background: #f0b429;
    color: white;
    padding: 9px 9px 12px 9px;
    border-radius: 19%;
    user-select: none;
    z-index: 2;

}

/* Online Mağaza Butonu */

.rts-btn.btn-seconday{
    display:none !important;
}

/* Sertifikalar 4 görselli

@media (min-width: 992px) {
    .col-lg-4 {
        width: 25%;
    }
}*/

/* ana sayfa - boyama tesislerinde çözüm alani */
.rts-experience-area .experience-main-wrapper .left p.disc{ max-width: 1000px;}

/* PDF - ürün sayfa butonu */
.pdf .title { font-size: 22px!important; }

/*ana sayfa harita olcekleri*/
.map-image{ max-width: 93%!important;}

/* menu isaretcileri */

/* Tüm menü başlıkları için */
nav ul li a {
  position: relative;
  display: inline-block;
  padding: 10px 15px;
  color: #000;
  text-decoration: none;
  transition: color 0.3s ease;
}

/* Alt çizgi efekti */
nav ul li a::after {
  content: "";
  position: absolute;
  bottom: 4px;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #5e2129; /* Alt çizgi rengi */
  transition: width 0.4s ease;
}

/* Hover efekti */
nav ul li a:hover::after {
  width: 100%;
}

/* > işaretini taşıyan mevcut yapı */
.heder-two .bottom .has-droupdown li a::before {
  display: inline-block;
  transition: transform 0.3s ease;
  transform: translateX(0); /* başlangıç konumu */
  margin-right: 8px;
  top:12px;
}

/* Hover ile sağa kayma efekti */
.heder-two .bottom .has-droupdown li a:hover::before {
  transform: translateX(5px); /* 5px sağa kaydır */
}

/* menü satır yükseksiliği */

.heder-two.header-four .header-two-container .header-main-wrapper .rts-header-right .bottom .nav-area ul li a.nav-item{padding:22px 0; }

/* hakkimizda sayfa alani */

.solution-box {
  background-color: #f9f9f9;
  border-left: 5px solid #5e2129;
  padding: 30px 25px;
  margin: 40px 0;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
  border-radius: 8px;
  font-family: "Roboto", sans-serif; 
}

.solution-box h2 {
  font-size: 22px;
  color: #5e2129;
  margin-bottom: 20px;
}

.solution-box p {
  margin-bottom: 20px;
  color: #333;
  line-height: 1.6;
  font-size: 16px;
}

.solution-box ul {
  padding-left: 0px;
  list-style: none;
}

.solution-box ul li {
  position: relative;
  padding-left: 40px;
  margin-bottom: 14px;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 700;
  color: #5e2129;
}

/* ✔ TİK SİMGESİ */
.solution-box ul li::before {
  content: "✔";
  color: #5e2129;
  position: absolute;
  left: 0;
  top: 2px;
  font-weight: bold;
  transition: all 0.3s ease;
  width: 22px;
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

/* Hover ile ✔ simgesi yuvarlak içine yeşil */
.solution-box ul li:hover::before {
  color: #fff;
  background-color: #28a745;
  box-shadow: 0 0 6px rgba(40, 167, 69, 0.4);
}

/* ALT ÇİZGİLİ LİNK */
.solution-box ul li a {
  position: relative;
  color: #5e2129;
  text-decoration: none;
  display: inline-block;
  transition: color 0.3s ease;
}

/* Alt çizgi animasyonu */
.solution-box ul li a::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #5e2129;
  transition: width 0.3s ease;
}

.solution-box ul li a:hover::after {
  width: 100%;
}

/* 📱 MOBİL UYUMLULUK */
@media screen and (max-width: 768px) {
  .solution-box {
    padding: 20px 15px;
    margin: 30px 10px;
  }

  .solution-box h2 {
    font-size: 22px;
  }

  .solution-box p {
    font-size: 18px;
  }

  .solution-box ul li {
    font-size: 16px;
    padding-left: 36px;
  }

  .solution-box ul li::before {
    width: 20px;
    height: 20px;
    font-size: 18px;
  }
}

/* fabrika */

.about-image-thumbnail-3 {
    display: flex;
    align-items: center;
    position: relative;
    width: 650px;
    margin-left: -115px;
}

	@media (max-width: 991px) {
    .about-image-thumbnail-3 {
        margin-bottom: 60px;
        max-width: 100%;
        margin: 0;
    }
}

@media (max-width: 576px) {
    .about-image-thumbnail-3 {
	
	        margin-bottom: 10px;
			       max-width: 100%;
        margin: 0;
    }
}

/* fabrika kategoriler alani */

.solution-box1 {
 /* background-color: #f9f9f9; */
  border-left: 5px solid #5e2129;
  padding: 20px 0px;
  /*margin: 40px 0;*/
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
  border-radius: 8px;
  font-family: "Roboto", sans-serif;
}

.solution-box1 h2 {
  font-size: 22px;
  color: #5e2129;
  margin-bottom: 20px;
}

.solution-box1 p {
  margin-bottom: 20px;
  color: #333;
  line-height: 1.6;
  font-size: 16px;
}

.solution-box1 ul {
  padding-left: 20px;
  list-style: none;
}

.solution-box1 ul li {
  position: relative;
  padding-left: 40px;
  margin-bottom: 14px;
  font-size: 15.5px;
  text-transform: uppercase;
  font-weight: 700;
  color: #5e2129;
}

/* ✔ TİK SİMGESİ */
.solution-box1 ul li::before {
  content: "✔";
  color: #5e2129;
  position: absolute;
  left: 0;
  top: 2px;
  font-weight: bold;
  transition: all 0.3s ease;
  width: 22px;
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

/* Hover ile ✔ simgesi yuvarlak içine yeşil */
.solution-box1 ul li:hover::before {
  color: #fff;
  background-color: #28a745;
  box-shadow: 0 0 6px rgba(40, 167, 69, 0.4);
}

/* ALT ÇİZGİLİ LİNK */
.solution-box1 ul li a {
  position: relative;
  color: #5e2129;
  text-decoration: none;
  display: inline-block;
  transition: color 0.3s ease;
}

/* Alt çizgi animasyonu */
.solution-box1 ul li a::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #5e2129;
  transition: width 0.3s ease;
}

.solution-box1 ul li a:hover::after {
  width: 100%;
}

/* 📱 MOBİL UYUMLULUK */
@media screen and (max-width: 768px) {
  .solution-box1 {
    padding: 10px 0px;
    /*margin: 15px 0px;*/
  }

  .solution-box1 h2 {
    font-size: 18px;
  }

  .solution-box1 p {
    font-size: 15px;
  }

  .solution-box1 ul li {
    font-size: 14px;
    padding-left: 36px;
	margin-left: -8px;
  }

  .solution-box1 ul li::before {
    width: 20px;
    height: 20px;
    font-size: 15px;
  }
}

/*mobile başlık banner boyutları */

@media screen and (max-width: 1024px) {
    .bg_image {
        height: auto !important;
        padding: 125px !important;
    }
}

/* mobile header h2 boyutları */

@media screen and (max-width: 768px) {
    .breadcrumb-inner .title {
        font-size: 18px;
        line-height: 20px;
        margin-bottom: 7px;
    }
}

/* mobile ekran logo */

@media screen and (max-width: 587px) {
    .heder-two .header-two-container .header-main-wrapper .logo-area a { max-width: 200px; }}
    
/* infrared özel sayfa icerisindeki ul yapisi */

.info_wrap .info_wrap_left .detail ul { text-transform: uppercase; }

/* li renk ve font yapisi */

.info_wrap .info_wrap_left .detail ul li { color: #5e2129;  font-weight: 700;}

/* infrared özel sayfa underline */
.detail a {
  position: relative;
  display: inline-block;
  text-decoration: none;
  color: inherit; /* Yazı rengi korunur */
  padding-bottom: 4px;
}

.detail a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background-color: #5e2129; /* Bordo ton çizgi */
  transition: width 0.3s ease;
}

.detail a:hover::after {
  width: 100%;
}

/* yorum alani */ 
.google-review-container {
  position: fixed;
  bottom: 30px;
  left: 30px; /* SAĞ DEĞİL, ARTIK SOLDA */
  z-index: 9999;
}

.google-review-wrapper {
  position: relative;
  display: inline-block;
}

.google-review-btn {
  background-color: #fff;
  color: #5e2129;
  padding: 12px 18px;
  border-radius: 6px;
  font-weight: bold;
  text-decoration: none;
  font-family: sans-serif;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  transition: background-color 0.3s;
  display: inline-block;
  position: relative;
}

.google-review-btn:hover {
  background-color: #5e2129;
  color:#fff;
}

.google-review-close {
  position: absolute;
  top: -8px;
  right: -8px;
  background: #fff;
  color: #5e2129;
  font-size: 14px;
  font-weight: bold;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  box-shadow: 0 2px 6px rgba(0,0,0,0.3);
  z-index: 1;
}

.google-review-close:hover {
   background-color: #5e2129;
  color:#fff;
}

/* tablo kaydirma alani */

/* Sayfadaki tüm tabloları etkiler */
table {
  display: tablo; /*tablo*/
  width: 100%;
  overflow-x: auto;
  white-space: nowrap;
}

/* teknik tablo buton */
a.pdf {
  position: relative;
  z-index: 1;
  color: #d50000; /* Butonun kendi rengi – burada kırmızı örnek */
  animation: glowPulse 2s ease-in-out infinite;
  border-radius:10px;
}

a.pdf div {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

@keyframes glowPulse {
  0%, 100% {
    box-shadow: 0 0 0px rgba(0, 0, 0, 0);
  }
  50% {
    box-shadow: 0 0 30px currentColor;
  }
}

/* Sadece mobilde ortalanır */
@media (max-width: 768px) {
  a.pdf {
    display: block;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
  }
}


/* urun detay tablo yapilari genel css */

/* 1) Tablo kapsayıcısı */
.dc-product-details {
  overflow-x: auto;
  margin-bottom: 30px;
  font-family: "Segoe UI", sans-serif;
  border-radius: 10px;
  padding: 1px; /* Kenarlık çizgiler boşluk */
}

 

/* table */
/* collapse yerine separate ve spacing ayarı */
.dc-product-details table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  min-width: 600px;
}

/* Tabloda köşe hücrelere border-radius */
.dc-product-details thead tr:first-child th:first-child {
  border-top-left-radius: 10px;
  background-color: #b11c2e;
}

.dc-product-details thead tr:first-child th:last-child {
  border-top-right-radius: 10px;
  background-color: #b11c2e;
}

.dc-product-details tbody tr:last-child td:first-child {
  border-bottom-left-radius: 10px;
}

.dc-product-details tbody tr:last-child td:last-child {
  border-bottom-right-radius: 10px;
}

/* 3) Hücre boşlukları, kenarlık ve yazılar */
.dc-product-details th,
.dc-product-details td {
  padding: 12px 15px;
  border: 1px solid #e2e2e2;
  text-align: center;
  vertical-align: middle;
  color: #333;
  box-shadow: rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 1px, rgba(0, 0, 0, 0) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}

/* 4) Başlık hücreleri (14px) */
.dc-product-details thead th {
  background-color: #b11c2e; /*#5e2129*/
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  z-index: 2;
}

/* 5) Alt başlık satırları (ikinci satırdaki açık bordo başlıklar) */
.dc-product-details thead tr:nth-child(2) th {
  background-color: #f71b35; /*#7b2f37*/
  color: #fff;
  font-size: 14px;
}

/* 6) İçerik hücreleri (12px) */
.dc-product-details tbody td,
.dc-product-details tbody th {
  font-size: 14px;
}

/* 7) Satır arka plan dönüşümü */
.dc-product-details tbody tr:nth-child(even) td {
  background-color: #f2f2f2;
}
.dc-product-details tbody tr:nth-child(odd) td {
  background-color: #ffffff;
}

/* 8) Hover efekti */
.dc-product-details tbody tr:hover td,
.dc-product-details tbody tr:hover td * {
  background-color: #f71b35 !important; /*#5e2129*/
  color: #ffffff !important;
  fill: #ffffff !important;
}

/* 9) Sticky başlıklar */
.dc-product-details thead th {
  position: sticky !important;
  top: 0;
  z-index: 2;
  background-color: #b11c2e; /* Arka planı sticky ile sabitle */
}

/* 10) Responsive yazı ve padding ayarları */
@media screen and (max-width: 768px) {
  .dc-product-details th,
  .dc-product-details td {
    padding: 8px 10px;
  }

  .dc-product-details thead th {
    font-size: 13px;
  }

  .dc-product-details tbody td {
    font-size: 11px;
  }

  .dc-product-details table {
    min-width: 100%;
  }
}

/* urun detay telefon-wp-teklif buttonlari*/
.action_but ul li a{ border-radius:10px; }


/*ana sayfa form butonu*/

#contact_form .rts-btn.btn-primary{border-radius:10px;}

/* sektorel tel-wp-eposta butonlari */
.rts-blog-list-area .call_action ul li a{border-radius:10px;}


/* test alani -1 */ 

/* İndir butonları (tek tek) */ .dc-table-actions{display:flex;gap:8px;margin:12px 0 14px;flex-wrap:wrap} .dc-table-actions .dc-btn{ padding:8px 12px;border:1px solid #e3e6ef;border-radius:8px;background:#fdc51c; color:#000; font:500 14px/1.2 system-ui;cursor:pointer } .dc-table-actions .dc-btn:hover{background:#eef2f7} /* Çok tablo varsa üstte global bar */ .dc-table-actions-global{display:flex;gap:8px;flex-wrap:wrap;margin:10px 0 6px} .dc-table-actions-global .dc-btn{ padding:8px 12px;border:1px solid #e3e6ef;border-radius:8px;background:#fff7e6; font:600 14px/1.2 system-ui;cursor:pointer } .dc-table-actions-global .dc-btn:hover{background:#ffefcc} @media print{.dc-table-actions,.dc-table-actions-global{display:none}}
