.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;
}

.lightbox-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 999999;
}

.lightbox-overlay img {
    max-width: 90%;
    max-height: 90%;
    cursor: zoom-in;
    transition: transform 0.3s ease;
}

.lightbox-overlay.zoom img {
    transform: scale(2);
    cursor: zoom-out;
}

.lightbox-close {
    position: absolute;
    top: 20px;
    right: 30px;
    font-size: 40px;
    color: #fff;
    cursor: pointer;
    z-index: 1000000;
}
.lightbox-prev, .lightbox-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 50px;
    color: #fff;
    cursor: pointer;
    z-index: 1000001;
    padding: 10px;
    user-select: none;
}

.lightbox-prev {
    left: 20px;
    font-size: 50px;
    margin-right: 10px;
    color: #fff;
}

.lightbox-next {
    right: 20px;
    font-size: 50px;
    margin-left: 10px;
    color: #fff;
}

.lightbox-prev:hover,
.lightbox-next:hover {
    color: #ccc;
}

.zoom-container {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    border-radius: 5px;
}

.zoom-image {
    width: 100%;
    height: 230px;
    object-fit: cover;
    transition: transform 0.3s ease;
    display: block;
}

.zoom-container:hover .zoom-image {
    transform: scale(1.1);
}

.zoom-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.zoom-container:hover .zoom-overlay {
    opacity: 1;
}

.zoom-modal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.95);
    animation: fadeIn 0.3s;
}

@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

.zoom-modal-content {
    position: relative;
    margin: auto;
    padding: 20px;
    width: 90%;
    max-width: 1200px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.zoom-modal-content img {
    max-width: 100%;
    max-height: 90vh;
    object-fit: contain;
    animation: zoomIn 0.3s;
}

@keyframes zoomIn {
    from { transform: scale(0.8); opacity: 0; }
    to { transform: scale(1); opacity: 1; }
}

.zoom-close {
    position: absolute;
    top: 20px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    cursor: pointer;
    z-index: 10000;
    transition: color 0.3s;
}

.zoom-close:hover {
    color: #fff;
}

.zoom-prev,
.zoom-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #f1f1f1;
    font-size: 50px;
    font-weight: bold;
    cursor: pointer;
    padding: 16px;
    user-select: none;
    transition: color 0.3s;
    z-index: 10000;
}

.zoom-prev {
    left: 20px;
}

.zoom-next {
    right: 20px;
}

.zoom-prev:hover,
.zoom-next:hover {
    color: #fff;
}

.zoom-counter {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    color: #f1f1f1;
    font-size: 18px;
    background: rgba(0, 0, 0, 0.7);
    padding: 10px 20px;
    border-radius: 5px;
}

@media (max-width: 768px) {
    .zoom-prev,
    .zoom-next {
        font-size: 30px;
        padding: 10px;
    }
    .zoom-close {
        font-size: 30px;
        top: 10px;
        right: 15px;
    }
}