#pozisyon_modu td {
    border: 1px solid #DDDDDD;
}
.servo-urun tbody tr:hover {
  background-color: #ffe0c2;align-content}
.servo-urun table tbody>tr:nth-child(odd)>td, table tbody>tr:nth-child(odd)>th
{
  background-color:#fff3e8;
}
.servo-urun table tbody tr:hover>td, table tbody tr:hover>th {
  background-color: hsla(0, 0%, 50.2%, .1019607843);
}

   h2#tork {
        font-size: 20px;
    }
p.button-td {
    background-color: #FF7F2A;
    border: 1px solid;
    border-radius: 50px;
    color: white !important;
}

/* Tıklanabilir alanlar için yeni stiller */
.button-text {
    border: 2px solid #FF7F2A;
    padding: 10px;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease;
      justify-content: center;
    display: flex;
}

.button-text:hover {
    background-color: #f5f5f5;
}

.button-text a {
    text-decoration: none;
    color: inherit;
    display: block;
    width: 100%;
}

.clickable {
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.clickable:hover {
    background-color: #f5f5f5;
}

/* Gizli içerik için animasyon */
.par-gizle {
    display: none;
    margin-bottom: 25px;
    width: 100%;
    transition: all 0.3s ease-in-out;
}

.toggle-row {
    display: none;
    transition: all 0.3s ease-in-out;
}

@media screen and (max-width: 800px) {
    .görsel-button {
        flex-direction: column;
    }
    
    .button-iki {
        width: 330px;
    }
    
    .coklu-button {
        justify-content: center;
    }
    
    h2#tork {
        font-size: 16px;
    }
    
    #pozisyon_modu td {
        width: 100px;
        align-content: center;
    }
    
    table {
        width: 100% !important;
        font-size: 14px;
    }
    
    table td, table th {
        padding: 8px 4px !important;
        word-break: break-word;
    }
    
    .pozisyon-kontrol table {
        display: block;
        overflow-x: auto;
        white-space: nowrap;
    }
    
    .par-gizle table {
        display: block;
        overflow-x: auto;
        margin-bottom: 15px;
    }
    
    table[id="do-fonksiyonlari"],
    table[id="dijital-cikis-parametreleri"],
    table[id="tork-parametreleri"] {
        display: block;
        overflow-x: auto;
        white-space: nowrap;
    }
    
    tr[style*="background-color: #005f99"] td {
        white-space: normal;
        font-size: 16px;
    }
    
    .kontrol-modu {
        flex-direction: column;
    }
    
    .fonksiyon-tablo {
        max-width: fit-content;
    }
    
    .button-text {
        width: 100%;
    }
    
    .görsel-button {
        flex-direction: column;
    }
}

.scrollbutton {
    padding: 10px !important;
    font-size: 14px !important;
}

.scrollbutton:hover {
    background-color: #ff3333 !important;
    border-color: #ff3333;
    color: white !important;
    transition: all .3s;
}

.scrollbutton b {
    font-size: 13px;
}

.fonksiyon-tablo {
    display: flex; 
    gap: 20px;
    flex-wrap: wrap;
    width: 610px;
}

.kontrol-modu {
    display: flex;
    gap: 30px;
    margin-bottom: 25px;
}







.coklu-button {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 25px;
}

.scrollbutton {
  background-color: #FF7F2A;
  color: white;
  padding: 10px ;
  text-decoration: none;
  border-radius: 4px;
  text-align: center;
  white-space: nowrap;
  font-size:13px;
}

    .modern-table {
      width: 100%;
      border-collapse: separate;
      border-spacing: 0;
      overflow: hidden;
      border-radius: 10px;
      box-shadow: 0 0 15px rgba(0,0,0,0.05);
    }

    .modern-table thead {
      background-color: #ff7f2a !important;
      color: white;
    }

strong.yan {
    display: flex;
  gap:10px;
}
strong.yan img{
  height:100%
}
    .modern-table th, .modern-table td {
      padding: 14px 16px;
      text-align: center;
    }

    .modern-table tbody tr:nth-child(even) {
      background-color: #fff3e8;
    }

    .modern-table tbody tr:nth-child(odd) {
      background-color: #ffffff;
    }

    .modern-table tbody tr:hover {
      background-color: #ffe0c2;
      transition: background 0.3s;
    }
button.button-iki
{
  background-color:#F2A460;
  color: white;
  border: none;
  border-radius: 5px;
  padding: 10px 20px;
  cursor: pointer;
  font-size: 14px;
}

.uclu-tablo-alan {
    display: flex;
    gap: 40px;
}
    .modern-table-uclu {
      width: 30%;
      border-collapse: separate;
      border-spacing: 0;
      overflow: hidden;
      border-radius: 10px;
      box-shadow: 0 0 15px rgba(0,0,0,0.05);
    }

    .modern-table-uclu thead {
      background-color: #ff7f2a;
      color: white;
    }

    .modern-table-uclu th, .modern-table-uclu td {
      padding: 14px 16px;
      text-align: center;
    }

    .modern-table-uclu tbody tr:nth-child(even) {
      background-color: #fff3e8;
    }

    .modern-table-uclu tbody tr:nth-child(odd) {
      background-color: #ffffff;
    }

   .modern-table-uclu tbody tr:hover {
      background-color: #ffe0c2;
      transition: background 0.3s;
    }

    .section-heading {
      background-color: #ffa85c;
      color: white;
      font-weight: bold;
    }

    .sub-heading {
      background-color: #fff1e0;
      font-weight: bold;
    }

    .bordered-cell {
      border-top: 1px solid #ffdbb4;
    }
@media screen and (max-width:768px)
{
h2 {
    font-size: 23px;
}
  .modern-table-uclu {
    width: 100%;
  }
  .uclu-tablo-alan {
    display: flex;
    gap: 11%;
    flex-direction: column;
}
  .görsel-button {
    flex-direction: column;
}
  .modern-table th, .modern-table td {
    padding: 10px 0px;
  }
  .scrollbutton{
    width:47%;
    font-size:11px;
  }
  strong.yan {
  flex-direction: column;
  }
}