.text-white {
  color: #fff !important;
}

.text-dark {
  color: #000 !important;
}

.text-orange {
  color: #e85c0d !important;
}

.fs-35{
  font-size: 35px !important;
}

.bg-dark {
  background-color: #000 !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-red {
  background-color: red !important;
}

.rounded-5 {
  border-radius: 5px !important;
}

.language-dropdown {
  position: fixed;
  bottom: 20px;
  left: 20px;
  z-index: 9999;
  font-family: Arial, sans-serif;
}

.language-button {
  background: #fff;
  border-radius: 8px;
  border: 1px solid #ddd;
  display: flex;
  align-items: center;
  padding: 8px 12px;
  cursor: pointer;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.language-button img {
  width: 24px;
  height: 16px;
  margin-right: 8px;
  border-radius: 2px;
}

.language-button span {
  font-weight: 600;
  color: #333;
  margin-right: 5px;
  font-size: 14px;
}

.language-button svg {
  width: 12px;
  height: 12px;
  transform: rotate(180deg);
  /* yukarı ok */
  transition: transform 0.3s;
}

.language-options {
  position: absolute;
  bottom: 110%;
  left: 0;
  background: white;
  border: 1px solid #ddd;
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  display: none;
  flex-direction: column;
  min-width: 120px;
  padding: 4px 0;
}

.language-options div {
  padding: 8px 12px;
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: background 0.2s;
}

.language-options div:hover {
  background: #f1f1f1;
}

.language-options img {
  width: 24px;
  height: 16px;
  margin-right: 8px;
  border-radius: 2px;
}

.ekatalog-btn {
  position: fixed;
  top: 60%;
  left: 0;
  transform: translateY(-50%) rotate(-90deg);
  transform-origin: left top;
  background: #e30613;
  /*Kırmızırenk*/
  color: #fff;
  padding: 12px 24px;
  font-family: Arial, sans-serif;
  font-weight: bold;
  border-radius: 0 0 8px 8px;
  text-decoration: none;
  letter-spacing: 2px;
  transition: background 0.3s;
  z-index: 9999;
  -webkit-border-radius: 0 0 8px 8px;
  -moz-border-radius: 0 0 8px 8px;
  -ms-border-radius: 0 0 8px 8px;
  -o-border-radius: 0 0 8px 8px;
}

.ekatalog-btn:hover {
  background: #c4000f;
}

.white-line {
  color: #ffffff !important;
}

.whatsapp-button {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #25d366;
  color: white;
  padding: 12px 20px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 600;
  font-family: Arial, sans-serif;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
  display: flex;
  align-items: center;
  gap: 10px;
  transition: background-color 0.3s ease, transform 0.3s ease;
  z-index: 9999;
  min-width: 140px;
}

.whatsapp-button i {
  font-size: 24px;
}

.whatsapp-button span {
  font-size: 16px;
  user-select: none;
}

.whatsapp-button:hover {
  background-color: #1ebe57;
}

@media (max-width: 400px) {
  .whatsapp-button {
    padding: 10px 16px;
    min-width: 120px;
    font-size: 14px;
  }

  .whatsapp-button i {
    font-size: 20px;
  }

  .whatsapp-button span {
    font-size: 14px;
  }
}

.instagram-button {
  position: fixed;
  bottom: 80px; /* WhatsApp'tan yukarıda durması için arttırıldı */
  right: 20px;
  background-color: #e1306c;
  color: white;
  padding: 12px 20px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 600;
  font-family: Arial, sans-serif;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
  display: flex;
  align-items: center;
  gap: 10px;
  transition: background-color 0.3s ease, transform 0.3s ease;
  z-index: 9999;
  min-width: 140px;
}

.instagram-button i {
  font-size: 24px;
}

.instagram-button span {
  font-size: 16px;
  user-select: none;
}

.instagram-button:hover {
  background-color: #c42d63;
}

@media (max-width: 400px) {
  .instagram-button {
    padding: 10px 16px;
    min-width: 120px;
    font-size: 14px;
    bottom: 70px; /* Mobilde biraz daha yukarıdan başlaması için ayarlandı */
  }

  .instagram-button i {
    font-size: 20px;
  }

  .instagram-button span {
    font-size: 14px;
  }
}

.video-desktop,
.video-mobile {
  display: none;
  width: 100%;
  height: auto;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

@media (min-width: 768px) {
  .video-desktop {
    display: block;
  }
}

@media (max-width: 767px) {
  .video-mobile {
    display: block;
  }
}

.project-img img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.section-gap-2 {
  padding-top: 50px;
  padding-bottom: 120px;
}

table,
th,
td {
  border: 1px solid #ccc;
  border-collapse: collapse;
}
th,
td {
  padding: 10px;
  text-align: center;
}
table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}

table th,
table td {
  border: 1px solid #ccc;
  padding: 6px;
  text-align: center;
  vertical-align: middle;
  word-wrap: break-word;
}

table th {
  background: #f8f9fa;
  font-weight: bold;
}
/*tablo*/
.product-box {
  width: 280px;
  border: 1px solid transparent;
  padding: 10px;
}
.product-box h2 {
  color: #e85c0d;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}
.product-spec span {
  display: block;
  font-size: 20px;
  color: #333;
}
.product-spec strong {
  display: block;
  font-size: 25px;
  color: #000;
}
.divider {
  border-bottom: 1px solid #ccc;
  margin: 15px 0;
}
.fs-20 {
  font-size: 20px;
}

.navbar {
  background-color: #fff;
  padding: 10px 20px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.navbar a {
  text-decoration: none;
  color: #000;
  font-size: 16px;
  padding: 5px 10px;
  transition: color 0.3s;
}
.navbar a:hover {
  color: #007bff;
}
.navbar a.active {
  font-weight: bold;
}

.tab-menu {
  display: flex;
  justify-content: center;
  gap: 20px;
  border-bottom: 2px solid #eee;
  margin-bottom: 30px;
  flex-wrap: wrap;
}

.tab-link {
  padding: 12px 24px;
  font-weight: 500;
  font-size: 15px;
  color: #333;
  text-decoration: none;
  border-radius: 6px 6px 0 0;
  transition: all 0.3s ease;
  position: relative;
}

.tab-link:hover {
  color: #ff6600;
}

.tab-link.active {
  color: #ff6600;
  font-weight: 600;
}

.tab-link.active::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 3px;
  background: #ff6600;
  border-radius: 2px;
}

.tab-content {
  background: #fff;
  border-radius: 10px;
  padding: 30px;
  min-height: 300px;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.05);
}

.tab-pane {
  display: none;
}

.tab-pane.active {
  display: block;
}