.elementor-679 .elementor-element.elementor-element-5158af0{--display:flex;}/* Start custom CSS for html, class: .elementor-element-513cac0 */.referanslar {
  padding: 80px 20px;
  text-align: center;
}

.referanslar h2 {
  font-size: 36px;
  color: #800000;
  margin-bottom: 40px;
}

.grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 40px;
  max-width: 1200px;
  margin: 0 auto;
}

.ref-item {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 12px;
  padding: 40px 20px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.05);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 200px; /* Kartların eşit boyda durması için */
}

.ref-item:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.ref-item img {
  max-width: 120px;
  max-height: 80px;
  height: auto;
  object-fit: contain;
}

/* FNSS ve Pi Makina logolarını büyüt */
.ref-item img[alt="FNSS"],
.ref-item img[alt="Pi Makina"]


{
  max-width: 180px;
  max-height: 200px;
 
}

.ref-item img[alt="BMC"]{
    max-height: 150px;
    max-width: 100px
}/* End custom CSS */