.boilinges-nav-container {
          position: relative;
      }

      .boilinges-nav-menu {
          background: rgba(255, 255, 255, 0.8);
          backdrop-filter: blur(20px);
          -webkit-backdrop-filter: blur(20px);
          border: 1px solid rgba(255, 255, 255, 0.2);
          border-radius: 50px;
          padding: 12px 20px;
          box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
          display: flex;
          align-items: center;
          justify-content: center;
          gap: 5px;
      }

      .boilinges-menu-list {
          display: flex;
          list-style: none;
          margin: 0;
          padding: 0;
          align-items: center;
          gap: 5px;
      }

      .boilinges-menu-item {
          position: relative;
      }

      .boilinges-menu-link {
          display: block;
          padding: 12px 24px;
          text-decoration: none;
          color: rgba(0, 0, 0, 0.9);
          font-weight: 500;
          font-size: 15px;
          transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
          border-radius: 30px;
          position: relative;
          white-space: nowrap;
      }

      .boilinges-menu-link:hover {
          color: #009ee4;
          background: rgba(255, 255, 255, 0.15);
          transform: translateY(-2px);
          box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
      }

      .boilinges-menu-link.boilinges-active {
          background: rgba(255, 255, 255, 0.2);
          color: #009ee4;
          box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
      }

      /* Dropdown Styles */
      .boilinges-dropdown {
          position: relative;
      }

      .boilinges-dropdown-toggle::after {
          content: '▼';
          font-size: 10px;
          margin-left: 8px;
          opacity: 0.7;
          transition: all 0.3s ease;
      }

      .boilinges-dropdown:hover .boilinges-dropdown-toggle::after {
          transform: rotate(180deg);
          opacity: 1;
      }

      .boilinges-dropdown-menu {
          position: absolute;
          top: calc(100% + 10px);
          left: 50%;
          transform: translateX(-50%);
          background: rgba(255, 255, 255, 0.8);
          backdrop-filter: blur(20px);
          -webkit-backdrop-filter: blur(20px);
          border: 1px solid rgba(255, 255, 255, 0.2);
          border-radius: 20px;
          min-width: 200px;
          opacity: 0;
          visibility: hidden;
          transform: translateX(-50%) translateY(-10px);
          transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
          z-index: 1001;
          box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15);
          padding: 8px;
      }

      .boilinges-dropdown:hover .boilinges-dropdown-menu {
          opacity: 1;
          visibility: visible;
          transform: translateX(-50%) translateY(0);
      }

      .boilinges-dropdown-item {
          display: block;
          padding: 10px 18px;
          color: rgba(0, 0, 0, 0.9);
          text-decoration: none;
          transition: all 0.3s ease;
          border-radius: 12px;
          font-size: 14px;
          margin: 2px 0;
      }

      .boilinges-dropdown-item:hover {
          background: rgba(255, 255, 255, 0.15);
          color: #009ee4;
          transform: translateX(5px);
      }

      /* Demo için arkaplan değiştirme butonları */
      .boilinges-demo-controls {
          position: fixed;
          top: 20px;
          left: 20px;
          display: flex;
          gap: 10px;
          flex-direction: column;
      }

      .boilinges-bg-btn {
          padding: 8px 16px;
          border: none;
          border-radius: 20px;
          background: rgba(255, 255, 255, 0.1);
          backdrop-filter: blur(10px);
          color: white;
          cursor: pointer;
          font-size: 12px;
          transition: all 0.3s ease;
      }

      .boilinges-bg-btn:hover {
          background: rgba(255, 255, 255, 0.2);
          transform: translateY(-2px);
      }

      /* Responsive */
      @media (max-width: 768px) {
          .boilinges-nav-menu {
              padding: 8px 12px;
              border-radius: 25px;
          }

          .boilinges-menu-list {
              flex-wrap: wrap;
              justify-content: center;
              gap: 3px;
          }

          .boilinges-menu-link {
              padding: 8px 16px;
              font-size: 14px;
          }

          .boilinges-dropdown-menu {
              position: fixed;
              top: 50%;
              left: 50%;
              transform: translate(-50%, -50%);
              min-width: 250px;
          }

          .boilinges-dropdown:hover .boilinges-dropdown-menu {
              transform: translate(-50%, -50%);
          }
          #video-container{


            height:400px;
            overflow:hidden
          }
      }
#video-container{

  position:absolute;
  left:0px;
  top:-50px;
  width:100%;

}

.genelLink {
    font-size: 16px;
    line-height: 40px;
    font-weight: 400;
    color: #203B79;
    display: block;
    opacity: 1;
    white-space: nowrap;
}
.genelLink .icon {
    transition: 0.3s ease all;
    height: 7px;
    width: 21px;
    fill: #203B79;
    margin-left: 15px;
}
.genelLink:hover .icon {
    transform: translateX(10px);
}
.genelLinkBeyaz {
    font-size: 16px;
    line-height: 40px;
    font-weight: 400;
    color: #fff;
    display: block;
    opacity: 1;
    white-space: nowrap;
}
.genelLinkBeyaz .icon {
    transition: 0.3s ease all;
    height: 7px;
    width: 21px;
    fill: #203B79;
    margin-left: 15px;
}
.genelLinkBeyaz:hover .icon {
    transform: translateX(10px);
}

.sliderResim img{
  max-width:630px!important
}

.bSimge {
    background:url(../img/bsimge.png);
    background-position: right;
    background-repeat: no-repeat;
    background-position: fixed;
    position: absolute;
    right: 100px;
    top: 57px;
    width: 100%;
    height: 400px;

}
.urunLink{
  overflow: hidden;
  cursor: pointer!important
}
.content strong{
  font-weight: 800
}










/* Genel görünüm */
.table-responsive {
  width: 100%;
  overflow-x: auto;           /* Küçük ekranlarda yatay kaydırma emniyeti */
  -webkit-overflow-scrolling: touch;
}

.urun-tablosu {
  width: 100%;
  border-collapse: collapse;
  margin: 16px 0;
  font: 14px/1.4 Arial, sans-serif;
  text-align: center;
  min-width: 720px;           /* Kolonlar çok sıkışmasın; wrapper kaydırır */
}

.urun-tablosu thead th {
  background: #f4f4f4;
  color: #333;
  font-weight: 700;
  padding: 10px;
  border: 1px solid #ddd;
  white-space: nowrap;
}

.urun-tablosu tbody td {
  padding: 8px;
  border: 1px solid #ddd;
}

.urun-tablosu tbody tr:nth-child(even) { background: #fafafa; }
.urun-tablosu tbody tr:hover { background: #f1f1f1; }

/* --------- Mobil için "stacked" görünüm --------- */
/* 640px ve altı: tabloyu kartlara çevirir, başlıkları td::before ile gösterir */
@media (max-width: 640px) {

  .urun-tablosu {
    min-width: 0;             /* Artık kart görünüme geçiyoruz */
  }

  .urun-tablosu thead {
    display: none;            /* Başlık satırını gizle */
  }

  .urun-tablosu,
  .urun-tablosu tbody,
  .urun-tablosu tr,
  .urun-tablosu td {
    display: block;
    width: 100%;
    text-align: left;         /* Kartta sola hizala */
  }

  .urun-tablosu tr {
    background: #fff;
    box-shadow: 0 1px 6px rgba(0,0,0,.06);
    border-radius: 10px;
    margin: 10px 0;
    overflow: hidden;
  }

  .urun-tablosu tbody td {
    border: 0;
    border-bottom: 1px solid #eee;
    padding: 10px 12px 10px 140px; /* solda label için boşluk */
    position: relative;
    min-height: 42px;
  }

  .urun-tablosu tbody td:last-child {
    border-bottom: 0;
  }

  /* Sol tarafta başlık etiketleri */
  .urun-tablosu tbody td::before {
    content: attr(data-label);   /* Varsayılan: data-label varsa kullanır */
    position: absolute;
    left: 12px;
    top: 0;
    height: 100%;
    display: flex;
    align-items: center;
    font-weight: 600;
    color: #555;
    white-space: normal;
    width: 120px;
  }

  /* data-label eklemediysen, aşağıdaki başlıkları otomatik veriyoruz */
  .urun-tablosu tbody td:nth-child(1)::before  { content: "TİP"; }
  .urun-tablosu tbody td:nth-child(2)::before  { content: "KAPASİTE (Kcal/h)"; }
  .urun-tablosu tbody td:nth-child(3)::before  { content: "a (mm)"; }
  .urun-tablosu tbody td:nth-child(4)::before  { content: "b (mm)"; }
  .urun-tablosu tbody td:nth-child(5)::before  { content: "c (mm)"; }
  .urun-tablosu tbody td:nth-child(6)::before  { content: "d (mm)"; }
  .urun-tablosu tbody td:nth-child(7)::before  { content: "Kazan gidiş dönüş"; }
  .urun-tablosu tbody td:nth-child(8)::before  { content: "Emniyet gidiş dönüş"; }
  .urun-tablosu tbody td:nth-child(9)::before  { content: "Kazan doldurma"; }
  .urun-tablosu tbody td:nth-child(10)::before { content: "Baca çapı (mm)"; }
  .urun-tablosu tbody td:nth-child(11)::before { content: "Su hacmi (lt)"; }
  .urun-tablosu tbody td:nth-child(12)::before { content: "Yakıt kapasitesi (kg)"; }
  .urun-tablosu tbody td:nth-child(13)::before { content: "Ağırlık (kg)"; }
}


.boilinges {
  max-width: 650px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.6;
  color: #333;



}

.boilinges table {
  width: 100%!important;
  border-collapse: collapse;
  margin-bottom:20px;
  border-radius: 10px
}

.boilinges td {
  vertical-align: top;
  padding: 15px;
  border: 1px solid #eee;
}

.boilinges td:first-child {
  width: 45%;
  background: #f9f9f9;
  font-weight: 500;
}

.boilinges td:last-child {
  width: 55%;
}
