/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 20 2026 | 14:32:48 */
.firma-detay-icerik{
  max-width: 100%;
  line-height: 1.7;
  color: #222;
}

.firma-detay-icerik h1,
.firma-detay-icerik h2,
.firma-detay-icerik h3{
  color: #1d3b5a;
  margin: 0 0 14px;
}

.firma-detay-icerik h1{
  font-size: 32px;
  line-height: 1.3;
}

.firma-detay-icerik h2{
  font-size: 24px;
  margin-top: 28px;
}

.firma-detay-icerik h3{
  font-size: 18px;
  margin-top: 18px;
}

.firma-ust-kutu,
.firma-bilgi-kutu,
.firma-cta-kutu,
.sefer-kutu,
.icerik-bolum,
.sss-bolumu,
.firma-ekle-kutu,
.ilgili-linkler{
  background: #fff;
  border: 1px solid #e7e7e7;
  border-radius: 14px;
  padding: 24px;
  margin-bottom: 22px;
  box-shadow: 0 2px 12px rgba(0,0,0,.04);
}

.firma-bilgi-kutu ul,
.ilgili-linkler ul{
  margin: 0;
  padding-left: 18px;
}

.cta-buttons{
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 14px;
}

.btn-ara,
.btn-whatsapp,
.btn-firma-ekle{
  display: inline-block;
  padding: 12px 18px;
  border-radius: 10px;
  text-decoration: none;
  font-weight: 700;
  transition: .25s ease;
}

.btn-ara{
  background: #1d3b5a;
  color: #fff;
}

.btn-whatsapp{
  background: #25D366;
  color: #fff;
}

.btn-firma-ekle{
  background: #f39c12;
  color: #fff;
}

.btn-ara:hover,
.btn-whatsapp:hover,
.btn-firma-ekle:hover{
  transform: translateY(-2px);
  opacity: .92;
}

.sefer-tablosu{
  width: 100%;
  border-collapse: collapse;
  margin-top: 14px;
}

.sefer-tablosu th,
.sefer-tablosu td{
  border: 1px solid #e5e5e5;
  padding: 12px;
  text-align: left;
}

.sefer-tablosu th{
  background: #f7f9fc;
  color: #1d3b5a;
}

@media (max-width: 768px){
  .firma-detay-icerik h1{
    font-size: 25px;
  }

  .firma-detay-icerik h2{
    font-size: 20px;
  }

  .cta-buttons{
    flex-direction: column;
  }

  .btn-ara,
  .btn-whatsapp,
  .btn-firma-ekle{
    width: 100%;
    text-align: center;
  }
}