.markaModelBilgisiContainer{
    display: flex;
    justify-content: center;
    width: 100%;
}
.markaModelBilgisi {
  display: inline-block;
  margin-top: 20px;
  font-size: 16px;
  font-weight: bold;
}
.motorOzellikleriContainer{
    display: flex;
    justify-content: center;
    width: 100%;
    
}
.motorOzellikleri {
    display: flex;
    justify-content: center;
    width: 80%;
}
.stage-buttons {
    display: flex;
   margin-top: 20px;
}
.stage-button {
    padding: 6px 10%;
    font-size: 14px;
    border: none;
    cursor: pointer;
    background-color: #aaaaaa;
    color: white;
    transition: background-color 0.8s, opacity 0.3s;
}
.stage-button.active {
    background-color: #ff0000;
    color: white;
    opacity: 1;
}
.stage-button:hover {
    background-color: #696969;
    color: white;

}
.percentage-cell {
    font-weight: bold;
    color: #0044ff; 
}
.motorOzellikleritable{
    margin-top: 5px;
}
.motorzelliktablosu{
    margin-top: 5px;
}
.motorOzellikleritable table {
    width: 100%;
    font-size: 14px;
    border-collapse: collapse;
    border: 1px solid #ccc;
    background-color: #ffffff;
    border-radius: 6px;
}
.motorOzellikleritable th  {
    background-color: #ffffff;
    border: 1px solid #a7a7a7;
    padding: 10px;
    text-align: center;
}
.motorOzellikleritable  td {
    border: 1px solid #aaaaaa;
    padding: 10px;
    text-align: center; 
}
.motorOzellikleritable th:first-child {
    width: 200px;
}
.motorzelliktablosu th {
    width: 200px;
}
.paragrafBG {
  position: relative;
  padding: 4px; /* İçeriği okunaklı hale getirmek için gerektiğinde padding ayarlayın */
  overflow: hidden; /* Eğer resim taşarsa kesmek yerine gizleme tercih edilir */
  background-image: url('../images/Btperformance-logo-elektrik-arka-plan.png');
  background-size: 30%;
  background-position: center; 
  background-repeat: no-repeat;
}
@media (max-width: 992px) {
.motorOzellikleri {
  width: 100%;
}
.stage-button {
  padding: 6px 14%;
}
}
@media (max-width: 768px) {
  .motorOzellikleri {
      width: 100%;
  }

  .motorOzellikleritable th:first-child {
    width: 100px;
}
.motorzelliktablosu th {
    width: 100px;
}
}  
@media (max-width: 576px) {
  .motorOzellikleri {
      width: 100%;
  }

  .markaModelBilgisi {
    margin-top: 10px;
    font-size: 16px;
  }
} 

 


   