 body {
      font-family: futura-pt, sans-serif;
      margin: 0;
      overflow-x: hidden;
      background-color: #fff;
      color: #000;
    }
    
    
   .container {
  width: 100%;
  max-width: 1640px;
  margin: 0 auto;
  padding: 0 60px;
}

/* ðŸ”¹ BÃ¼yÃ¼k laptoplar (1440px ve altÄ±) */
@media (max-width: 1440px) {
  .container {
    max-width: 1320px;
    padding: 0 50px;
  }
}

/* ðŸ”¹ Orta laptoplar (1280px ve altÄ±) */
@media (max-width: 1280px) {
  .container {
    max-width: 1140px;
    padding: 0 40px;
  }
  
  
  
  
  
}

/* ðŸ”¹ Tabletler (992px ve altÄ±) */
@media (max-width: 992px) {
  .container {
    max-width: 960px;
    padding: 0 30px;
  }
  
  .navbar-brand img {
    height: 30px !important;
}


}

/* ðŸ”¹ KÃ¼Ã§Ã¼k tabletler (768px ve altÄ±) */
@media (max-width: 768px) {
  .container {
    max-width: 720px;
    padding: 0 20px;
  }
}

/* ðŸ”¹ Mobil (576px ve altÄ±) */
@media (max-width: 576px) {
  .container {
    max-width: 100%;
    padding: 0 15px;
  }
}




.product-detail-section {
  background: #f8f8f8;
  
  font-family: futura-pt, sans-serif;
}

.product-detail-container {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 40px;
}

.breadcrumb {
  font-size: 14px;
  color: #777;
}

.breadcrumb a {
  color: #444;
  text-decoration: none;
}

.product-title {
  font-size: 35px;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 30px;
}

.product-desc {
  font-size: 20px;
  color: #333;
  line-height: 1.6;
  margin-bottom: 50px;
  max-width: 900px;
}

/* ÜRÜN ÖZELLİKLERİ (3 SÜTUN DÜZEN) */
.product-icons {
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* 3 ikon yan yana */
  gap: 40px 60px; /* satır ve sütun boşlukları */
  margin-top: 60px;
}

.icon-item {
  display: flex;
  align-items: center;
  gap: 15px;
  font-size: 16px;
  color: #222;
}

.icon-item img {
  width: 60px;
  height: 60px;
  padding: 12px;
  border: 1.5px solid #dcdcdc;
  border-radius: 50%;
  background: #fff;
  object-fit: contain;
  transition: all 0.3s ease;
}

.icon-item:hover img {
  border-color: #000;
  transform: scale(1.05);
}

/* RESPONSIVE AYARLAR */
@media (max-width: 992px) {
  .product-icons {
    grid-template-columns: repeat(2, 1fr); /* tablet: 2 sütun */
  }
}

@media (max-width: 600px) {
  .product-icons {
    grid-template-columns: 1fr; /* mobil: 1 sütun */
  }
}


/* GÖRSEL */
.product-image {
  width: 100%;
  max-width: 650px;
  height: auto;
  object-fit: contain;
  margin-bottom: 30px;
  animation: fadeIn 1s ease;
}

/* 3D BUTONU */
.btn-3d {
  background: #000;
  color: #fff;
  border: none;
  padding: 14px 32px;
  border-radius: 40px;
  font-size: 18px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  transition: 0.3s;
}

.btn-3d:hover {
  background: #222;
  transform: scale(1.03);
}

.icon-3d {
  width: 35px;
  height: 35px;
  filter: brightness(0) invert(1); /* svg'yi beyaz yapar */
  transition: 0.3s;
}

.btn-3d:hover .icon-3d {
  
  color: white;
}


        
    

    /* HEADER */
    header {
      position: absolute;
          border-bottom: 1px solid #ececec1f;
      top: 0;
      left: 0;
      width: 100%;
      z-index: 1000;
      padding: 1px 0;
      background: transparent;
      transition: background 0.3s;
    }

    header.scrolled {
      background: rgba(0, 0, 0, 0.85);
    }

    .navbar-nav .nav-link {
      color: white !important;
      font-weight: 600;
      text-transform: uppercase;
      margin: 0 15px;
      font-size: 15px;
    }

    .navbar-brand img {
      height: 60px;
    }

    /* SLIDER */
    .carousel-item {
      height: 100vh;
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      position: relative;
      display: flex;
      align-items: flex-end;
    }

    .carousel-item::before {
      content: "";
      position: absolute;
      inset: 0;
         background: linear-gradient(rgb(0 0 0 / 19%), rgb(0 0 0 / 15%));
    z-index: 1;
    }

.carousel-caption {
    position: relative;   /* absolute değil */
    inset: 0;             /* top/right/bottom/left sıfırlanır */
    text-align: left;
    display: flex;
    height: 100%;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    z-index: 1;
    width: 100%;
    padding: 0; /* Container boşluğu kullanılır */
}

.carousel-caption.frk-caption {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;       /* left:0 (container hizasını wrapper verecek) */
    right: 0;
    z-index: 2;

    display: flex;
    flex-direction: column;
    justify-content: center;

    padding: 0; /* container boşluğu */
    text-align: left;
    pointer-events: auto;
}




@media (max-width: 992px) {
  .carousel-item {
    height: 85vh; /* yÃ¼ksekliÄŸi artÄ±r biraz */
  }
  
  button.carousel-control-prev, button.carousel-control-next {
    display: none;
}
  
  .carousel-caption {
        text-align: left;
        left: 120px;
        max-width: 380px;
       
        transform: translateX(-50%);
        padding: 0 30px;
    }
    
  .carousel-caption h1 {
    font-size: 34px !important;
    line-height: 1.2;
  }
  .carousel-caption p {
    font-size: 15px;
    color: #eee;
    margin: 10px auto 20px;
    max-width: 90%;
  }
  .carousel-caption a {
    display: inline-block;
    border-bottom: 1px solid #fff;
    color: #fff;
    font-weight: 500;
  }
}



    .carousel-caption h1 {
      font-weight: 700;
      font-size: 56px;
      margin-bottom: 15px;
      color: #fff;
    }

    .carousel-caption p {
      font-size: 16px;
      line-height: 1.7;
      color: #ddd;
      margin-bottom: 15px;
      max-width: 520px;
    }

    .carousel-caption a {
      color: #fff;
      border-bottom: 1px solid #fff;
      text-decoration: none;
      font-weight: 500;
    }

    .badge-new {
      display: inline-block;
      background: #d4a019;
      color: #fff;
      font-weight: 600;
      border-radius: 15px;
      padding: 6px 18px;
      font-size: 14px;
      margin-bottom: 10px;
    }

    /* SLIDER OKLAR */
    .carousel-control-prev,
    .carousel-control-next {
      width: 5%;
      z-index: 3;
    }

    .carousel-control-prev-icon,
    .carousel-control-next-icon {
      background-image: none;
      width: 50px;
      height: 50px;
      border-radius: 50%;
      background: rgba(255,255,255,0.9);
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .carousel-control-prev-icon::after {
     content: "‹";
      font-size: 28px;
      color: #000;
      font-weight: 500;
    }

    .carousel-control-next-icon::after {
      content: "›";
      font-size: 28px;
      color: #000;
      font-weight: 500;
    }

    .carousel-indicators [data-bs-target] {
      background-color: #000;
      border: none;
      width: 10px;
      height: 10px;
      border-radius: 50%;
    }

    .carousel-indicators .active {
      background-color: #fff;
    }

    /* ALT BÃ–LÃœM */
    .about {
      padding: 120px 0;
      background-color: #fff;
    }

    .about .title {
      font-size: 56px;
      font-weight: 700;
      color: #000;
      line-height: 1.2;
    }

    .about .text {
      font-size: 16px;
      color: #000;
      line-height: 1.8;
      max-width: 700px;
    }

    .about a {
      display: inline-block;
      margin-top: 15px;
      color: #000;
      font-weight: 500;
      border-bottom: 1px solid #000;
      text-decoration: none;
    }

    .divider {
      border-top: 1px solid #eaeaea;
      margin-top: 80px;
    }
    
    .container-fluid.frkn.px-5 {
    max-width: 1617px;
}

    @media(max-width:992px){
     
      .carousel-caption h1 { font-size: 40px; }
      .about .title { font-size: 38px; text-align: center; }
      .about .text { text-align: center; margin: auto; }
    }
    
    
    
    
    
  /* GENEL YAPI */
.about-section {
  position: relative;
  background: #fff;
  border-top: 1px solid #e5e5e5;  /* Slidera birleÅŸen Ã¼st Ã§izgi */
  border-bottom: 1px solid #e5e5e5; /* Alt tam geniÅŸlik Ã§izgi */
}

/* SOL TARAF */
.about-left {
  border-right: 1px solid #e5e5e5; /* Ortadaki dikey Ã§izgi */
  padding: 100px 80px 100px 190px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.about-title {
  font-family: futura-pt, ui-sans-serif, system-ui, sans-serif;
  font-size: 57.6px;
  text-align: left;
  font-weight: 700;
  color: #000;
  line-height: 1.15;
}

/* SAÄž TARAF */
.about-right {
  padding: 100px 150px 100px 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.about-text {
  font-family: futura-pt, ui-sans-serif, system-ui, sans-serif;
      text-align: left;
  font-size: 22px;
  color: #333333;
  line-height: 1.7;
  margin-bottom: 25px;
}

.about-link {
  display: inline-block;
  color: #000;
  font-weight: 500;
  text-decoration: none;
  border-bottom: 1px solid #000;
      max-width: 180px;
  padding-bottom: 2px;
}

.about-link:hover {
  opacity: 0.7;
}

/* HABER YAZI ALANI ORTALAMA VE HOVER STÄ°LÄ° */
.news-item {
  display: flex;
  align-items: center; /* tÃ¼m iÃ§erikleri ortala */
  text-decoration: none;
  color: #000;
  margin-bottom: 25px;
  transition: all 0.3s ease;
  position: relative;
  border-radius: 4px;
  padding: 10px 8px;
  min-height: 120px; /* gÃ¶rsel yÃ¼ksekliÄŸi ile orantÄ±lÄ± */
}

.news-item:hover {
  background-color: #f2f2f2;
}

.news-item img {
  width: 110px;
  height: 110px;
  object-fit: cover;
  flex-shrink: 0;
  border-radius: 2px;
  margin-right: 16px;
}

.news-text {
  display: flex;

  flex-direction: column;
  justify-content: center; /* baÅŸlÄ±ÄŸÄ± ortala */
  flex-grow: 1;
  padding-right: 35px;
}

.news-text h3 {
  text-decoration: none !important;
}

.news-item:hover h3 {
  text-decoration: none !important;
}


/* RESPONSIVE */
@media (max-width: 992px) {
  .about-section {
    border-top: none;
  }
  
  .about-left {
    border-right: none;
    border-bottom: 1px solid #e5e5e5;
    padding: 60px 20px 40px 20px;
    text-align: center;
  }

  .about-right {
    padding: 40px 20px;
    text-align: center;
  }

  .about-title {
    font-size: 38px;
  }

  .about-text {
    font-size: 18px;
  }
}  







.categories-section {
  background: #fff;
  border-bottom: 1px solid #e5e5e5;
  padding: 60px 0 50px;
}

.cats-inner {
  max-width: 1640px;
  margin: 0 auto;
  padding: 0 60px;
}

.cats-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
}

.cats-head h2 {
  font-weight: 700;
  font-size: 36px;
  margin: 0;
}

.cats-head a {
  color: #000;
  text-decoration: none;
  font-weight: 500;
  font-size: 14px;
  border-bottom: 1px solid #000;
  padding-bottom: 2px;
}

.cats-scroller {
  position: relative;
}

.cats-track {
  display: flex;
  gap: 28px;
  overflow-x: auto;
  scroll-behavior: smooth;

  scrollbar-width: none; /* Firefox */
}
.cats-track::-webkit-scrollbar {
  display: none; /* Chrome */
}

.cat-card {
  flex: 0 0 300px;
  height: 400px;
  position: relative;
  display: block;
  overflow: hidden;
}

.cat-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.cat-card:hover img {
  transform: scale(1.05);
}

.cat-pill {
  position: absolute;
  left: 50%;
  bottom: 20px;
  transform: translateX(-50%);
  background: rgba(255, 255, 255, 0.9);
  padding: 8px 22px;
  border-radius: 26px;
  font-size: 14px;
  font-weight: 700;
  color: #000;
  white-space: nowrap;
  box-shadow: 0 3px 8px rgba(0,0,0,0.1);
}

/* Oklar dÄ±ÅŸarÄ± taÅŸsÄ±n */
.cat-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #fff;
  border: none;
  box-shadow: 0 3px 8px rgba(0,0,0,0.15);
  cursor: pointer;
  font-size: 28px;
  line-height: 44px;
  text-align: center;
  z-index: 5;
  transition: background 0.2s;
}

.cat-prev {
  left: -22px;
}

.cat-next {
  right: -22px;
}

.cat-arrow:hover {
  background: #f3f3f3;
}

.cats-progress {
  height: 5px;
  background: #e5e5e5;
  border-radius: 10px;
  margin-top: 30px;
  overflow: hidden;
}

.cats-progress-bar {
  height: 100%;
  width: 25%;
  background: #000;
  border-radius: 10px;
  transition: width .3s ease;
}

/* Responsive */
@media (max-width: 992px) {
  .cats-inner { padding: 0 20px; }
  .cat-card { flex: 0 0 240px; height: 320px; }
  .cats-head h2 { font-size: 28px; }
}











.references-alt-section {
  background: #f9f9f9;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  padding: 100px 0;
  font-family: futura-pt, sans-serif;
}

.refs-alt-inner {
  max-width: 1640px;
  margin: 0 auto;
  padding: 0 60px;
}

.refs-alt-head {
  text-align: left;
  margin-bottom: 30px;
}

.refs-alt-head h2 {
  font-size: 36px;
  font-weight: 700;
  color: #000;
}

/* GRID */
.refs-alt-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px 60px;
}

/* KUTU TASARIMI */
.ref-alt-item {
  background: #fff;
  border-radius: 8px;
  padding: 40px;
  display: flex;
  align-items: center;
  gap: 40px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.05);
  transition: all 0.3s ease;
}

.ref-alt-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 22px rgba(0,0,0,0.08);
}

/* LOGO */
.ref-logo {
  flex: 0 0 200px;
  text-align: center;
  border-right: 1px solid #eee;
  padding-right: 30px;
}

.ref-logo img {
  max-height: 60px;
  width: auto;
  object-fit: contain;
}

/* METÄ°N */
.ref-text {
  flex: 1;
  font-size: 18px;
  color: #333;
  line-height: 1.6;
}

.ref-text strong {
  display: block;
  margin-bottom: 6px;
}

/* RESPONSIVE */
@media (max-width: 992px) {
  .refs-alt-inner { padding: 0 20px; }
  .refs-alt-grid { grid-template-columns: 1fr; gap: 30px; }
  .ref-alt-item { flex-direction: column; text-align: center; padding: 30px; }
  .ref-logo { border: none; padding: 0;  flex: 0; }
  .ref-logo img { max-height: 50px; }
  .ref-text { font-size: 16px; }
  .refs-alt-head h2 { font-size: 28px; }
}
    
    .references-section {
  background: #fff;
  border-bottom: 1px solid #e5e5e5;
  padding: 70px 0 50px;
  overflow: hidden;
}

.refs-inner {
  max-width: 1640px;
  margin: 0 auto;
  padding: 0 60px;
}

.refs-head {
  margin-bottom: 35px;
}

.refs-head h2 {
  font-weight: 700;
  font-size: 36px;
  margin: 0;
}

/* Slider */
.refs-slider {
  position: relative;
  overflow: hidden;
}

.refs-track {
  display: flex;
  align-items: center;
  gap: 80px;
  animation: scrollRefs 25s linear infinite;
}

.ref-item img {
  height: 50px;
  opacity: 0.9;
  
  transition: filter 0.3s, opacity 0.3s, transform 0.3s;
}

.ref-item img:hover {
  filter: grayscale(0%);
  opacity: 1;
  transform: scale(1.08);
}

/* Animasyon */
@keyframes scrollRefs {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

/* Hoverâ€™da durdur */
.refs-slider:hover .refs-track {
  animation-play-state: paused;
}

/* Responsive */
@media (max-width: 992px) {
  .refs-inner { padding: 0 20px; }
  .refs-head h2 { font-size: 28px; }
  .ref-item img { height: 38px; }
}




.news-section {
  background: #fff;
  border-bottom: 1px solid #e5e5e5;
  padding: 80px 0;
}

.news-inner {
  max-width: 1640px;
  margin: 0 auto;
  padding: 0 60px;
}

.news-head h2 {
  font-weight: 700;
  font-size: 36px;
  margin-bottom: 40px;
}

/* Ä°Ã§erik */
.news-content {
  display: flex;
  justify-content: space-between;
  gap: 40px;
}

/* SOL TARAF */
.news-left {
  flex: 0 0 38%;
}

.news-item {
  display: flex;
  align-items: flex-start;
  text-decoration: none;
  color: #000;
  margin-bottom: 25px;
  transition: all 0.3s ease;
  position: relative;
}

.news-item img {
  width: 110px;
  height: 110px;
  object-fit: cover;
  flex-shrink: 0;
  border-radius: 2px;
  margin-right: 16px;
}

.news-text {
  flex-grow: 1;
  padding-right: 35px;
}

.news-date {
  display: block;
  font-size: 14px;
  color: #6b6b6b;
  margin-bottom: 4px;
}

.news-text h3 {
  font-size: 18px;
  font-weight: 400;
  margin: 0;
  line-height: 1.4;
}

.news-arrow {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 22px;
  transition: 0.2s;
}

.news-item:hover .news-arrow {
  transform: translateY(-50%) translateX(6px);
}

.news-item:hover h3 {
  text-decoration: underline;
}

.news-more {
  display: inline-block;
  margin-top: 15px;
  color: #000;
  font-size: 14px;
  border-bottom: 1px solid #000;
  text-decoration: none;
}

/* SAÄž TARAF (VIDEO) */
.news-right {
  flex: 1;
}

.news-video {
  position: relative;
  overflow: hidden;
  border-radius: 4px;
}

.news-video img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.video-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: rgba(255,255,255,0.95);
  color: #000;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  padding: 12px 28px;
  border-radius: 30px;
  text-decoration: none;
  font-size: 16px;
  transition: background 0.3s ease;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

.video-btn:hover {
  background: #fff;
}

.play-icon {
  font-size: 16px;
  margin-right: 10px;
  display: inline-block;
}

/* Responsive */
@media (max-width: 992px) {
  .news-inner { padding: 0 20px; }
  .news-content { flex-direction: column; }
  .news-left { flex: 100%; }
  .news-right { flex: 100%; }
  .news-head h2 { font-size: 28px; }
  .news-item img { width: 90px; height: 90px; }
  .video-btn { padding: 10px 22px; font-size: 14px; }
}






/* =====================
   FOOTER TASARIMI
   ===================== */

@import url('https://fonts.cdnfonts.com/css/futura-pt');

.footer-section {
  border-top: 1px solid #eaeaea;
  padding: 80px 0 40px;
  background: #fff;
  color: #000;
  font-family: 'Futura PT', sans-serif;
}

.footer-inner {
  max-width: 1640px;
  margin: 0 auto;
  padding: 0 60px;
}

.footer-section h5 {
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 20px;
      font-family: futura-pt, ui-sans-serif, system-ui, sans-serif;
}

.footer-section ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-section ul li {
  margin-bottom: 8px;
}

.footer-section ul li a {
  text-decoration: none;
  color: #000;
  font-size: 14px;
  transition: color 0.3s ease;
      font-family: futura-pt, ui-sans-serif, system-ui, sans-serif;
}

.footer-section ul li a:hover {
  color: #777;
}

.footer-section p {
  font-size: 14px;
  color: #333;
  margin-bottom: 15px;
      font-family: futura-pt, ui-sans-serif, system-ui, sans-serif;
}

.newsletter-form {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 10px;
      font-family: futura-pt, ui-sans-serif, system-ui, sans-serif;
}

.newsletter-form input {
  flex: 1;
  padding: 10px 14px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 14px;
      font-family: futura-pt, ui-sans-serif, system-ui, sans-serif;
}

.newsletter-form button {
  background: #000;
  color: #fff;
  font-size: 14px;
  border: none;
  border-radius: 4px;
  padding: 10px 18px;
  cursor: pointer;
  transition: background 0.3s ease;
      font-family: futura-pt, ui-sans-serif, system-ui, sans-serif;
}

.newsletter-form button:hover {
  background: #333;
}

.social p {
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 10px;
}

.social-icons a {
  color: #000;
  font-size: 18px;
  margin-right: 14px;
  transition: color 0.3s ease;
}

.social-icons a:hover {
  color: #777;
}

/* Responsive */
@media (max-width: 992px) {
  .footer-inner { padding: 0 20px; }
  .footer-section { padding: 50px 0; }
  .footer-section h5 { font-size: 15px; }
}







header#mainHeader\ frk {
    position: sticky;
    background-color: white;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

header#mainHeader\ frk .navbar-nav .nav-link {
    color: #333 !important;
}





a {
    color: black;
    text-decoration: none;
}









    
    
    
    
    
    
    
    
    
    