 @media (max-width: 768px) {
  #visual-scroll,
  #visual-scroll2 {
    height: 6000px; /* Mobil için daha fazla scroll alanı */
  }
}

   body {
  margin: 0;
  background-color: #fff;
  color: white;
  font-family: sans-serif;
  overflow-x: hidden; /* sağa taşmayı engeller */
}

#image-container img,
#image-container2 img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: none;
}


    /* Navbar stilleri */
    .togg-navbar {
      background-color: #020220;
    }

    /* Görsel scroll bölgesi */
    #visual-scroll {
      height: 3000px; /* Görsellerin gösterileceği scroll alanı */
      position: relative;
    }

    /* Görselleri tutan alan */
    #image-container {
      position: sticky;
      top: 0;
      height: 100vh;
      display: flex;
      align-items: center;
      justify-content: center;
      z-index: 1;
    }

    #image-container img {
      width: 80vw;
      max-width: 800px;
      display: none;
    }

    #image-container img.active {
      display: block;
    }

    

       /* Görsel scroll bölgesi */
    #visual-scroll2 {
      height: 3000px; /* Görsellerin gösterileceği scroll alanı */
      position: relative;
    }

    /* Görselleri tutan alan */
    #image-container2 {
      position: sticky;
      top: 0;
      height: 100vh;
      display: flex;
      align-items: center;
      justify-content: center;
      background-color: #fff;
      z-index: 1;
    }

    #image-container2 img {
      width: 80vw;
      max-width: 800px;
      display: none;
    }

    #image-container2 img.active {
      display: block;
    }

    /* Footer sonrası içerik */
    .after-visual2 {
      background-color: #111;
      padding: 100px 20px;
      text-align: center;
    }

    .after-visual2 h2 {
      font-size: 32px;
      margin-bottom: 20px;
    }

    .after-visual2 p {
      font-size: 18px;
    }
    .togg-screen-section {
  background-image: url('https://www.togg.com.tr/assets/img/6708f84d7573e56205af9e40_TOGG_D4_0184-1.webp');
  background-size: cover;
  background-position: center;
  height: 100vh;
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  padding: 20px;
}

.togg-screen-overlay {
  background: linear-gradient(to right, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.1));
  padding: 30px;
  max-width: 400px;
  border-radius: 10px;
}

.togg-screen-text {
  color: #fff;
}

.togg-screen-text h2 {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 10px;
}

.togg-screen-text p {
  font-size: 16px;
  line-height: 1.5;
}
.t10x-design-section {
  padding: 80px 20px;
  background-color: #fff;
}

.t10x-design-section .text-section {
  padding: 20px;
  color: #001144;
}

.t10x-design-section h2 {
  font-size: 36px;
  margin-bottom: 20px;
}

.t10x-design-section p {
  font-size: 16px;
  line-height: 1.7;
}

@media (max-width: 768px) {
  .t10x-design-section h2 {
    font-size: 28px;
  }

  .t10x-design-section p {
    font-size: 15px;
  }

  .t10x-design-section .text-section {
    text-align: center;
    margin-top: 30px;
  }
}
.fullscreen-slider {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: relative;
}

.slider {
  display: flex;
  width: 100%;
  height: 100%;
  transition: transform 1s ease-in-out;
}

.slide {
  flex: 0 0 100%;
  height: 100%;
  position: relative;
}

.slide img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  background: #fff;
}

.text-box {
  position: absolute;
  top: 40px;
  max-width: 400px;
  background-color: rgba(0, 162, 213, 0.85);
  color: white;
  padding: 25px;
  border-radius: 10px;
  z-index: 10;
  backdrop-filter: blur(4px);
}

.text-box.left {
  left: 60px;
}

.text-box.right {
  right: 60px;
}

.text-box h2 {
  font-size: 26px;
  margin-bottom: 12px;
}

.text-box p {
  font-size: 15px;
  line-height: 1.5;
  margin-bottom: 8px;
}

@media (max-width: 768px) {
  .text-box {
    max-width: 90%;
    left: 50% !important;
    right: auto !important;
    transform: translateX(-50%);
    top: auto;
    bottom: 40px;
    text-align: center;
  }
}
.inspiration-section {
  padding: 60px 20px;
  background-color: #fff;
  color: #001b47;
}

.inspiration-section .container {
  max-width: 1300px;
  margin: 0 auto;
  text-align: center;
}

.inspiration-section h2 {
  font-size: 38px;
  margin-bottom: 20px;
  font-weight: 800;
}

.inspiration-section .highlight {
  color: #00bce4;
}

.inspiration-section .desc {
  max-width: 800px;
  margin: 0 auto 10px auto;
  font-size: 16px;
  color: #1a1a1a;
}

.image-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 30px;
  margin-top: 50px;
}

.image-grid img {
  width: 100%;
  border-radius: 6px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
  object-fit: cover;
}
.car-color-section {
  display: flex;
  flex-wrap: wrap;
  background-color: #fff;
  padding: 40px;
}

.color-panel {
  flex: 1 1 400px;
  padding: 20px;
}

.color-panel h2 {
  font-size: 36px;
  font-weight: 800;
  margin-bottom: 10px;
}

.color-panel h2 .blue {
  color: #00bce4;
}

.color-panel p {
  font-size: 16px;
  color: #333;
  margin-bottom: 30px;
}

.color-tabs {
  display: flex;
  gap: 20px;
  flex-wrap: nowrap;
}


.color-box {
  width: 60px;
  height: 60px;
  cursor: pointer;
  border: 2px solid transparent;
  position: relative;
  border-radius: 6px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

.color-box span {
  position: absolute;
  bottom: -40px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 14px;
  color: #000;
  text-align: center;
}

.color-box.active {
  border: 3px solid #00bce4;
}

.car-image {
  flex: 1 1 600px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.car-image img {
  width: 100%;
  transition: opacity 0.3s ease;
}
.hifi-section {
  background-color: #fff;
  padding: 60px 0;
  position: relative;
  background-image: url('https://www.togg.com.tr/assets/img/hex-pattern.svg');
  background-position: center;
  background-repeat: repeat;
  background-size: contain;
}

.hifi-wrapper {
  max-width: 1300px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 40px;
  padding: 0 40px;
}

.hifi-left {
  flex: 1 1 500px;
  display: flex;
  justify-content: center;
}

.hifi-left img {
  width: 100%;
  max-width: 400px;
}

.hifi-right {
  flex: 1 1 600px;
}

.meridian-logo {
  width: 150px;
  margin-bottom: 20px;
}

.hifi-right h2 {
  font-size: 36px;
  color: #000b4d;
  margin-bottom: 16px;
}

.hifi-right p {
  font-size: 16px;
  line-height: 1.6;
  color: #333;
  margin-bottom: 30px;
}

.speaker-images {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.speaker-images img {
  width: 250px;
  border-radius: 12px;
  box-shadow: 0 3px 10px rgba(0,0,0,0.1);
}
.konfor-slider-section {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  align-items: center;
  justify-content: center;
  padding: 60px 30px;
  background: #f9f9f9;
}

.slider-container {
  position: relative;
  width: 500px;
  height: 300px;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
}

.slider-images img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 0.6s ease;
}

.slider-images img.active {
  opacity: 1;
  z-index: 1;
}

.arrow {
  position: absolute;
  bottom: 10px;
  z-index: 10;
  background-color: #00b6ff;
  color: #fff;
  border: none;
  font-size: 22px;
  padding: 8px 12px;
  border-radius: 50%;
  cursor: pointer;
  transition: background 0.3s, transform 0.3s;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}

.arrow:hover {
  background-color: #0096d1;
  transform: scale(1.1);
}

.arrow.prev {
  left: 15px;
}

.arrow.next {
  right: 15px;
}

.slider-text {
  max-width: 400px;
}

.slider-text h2 {
  font-size: 32px;
  color: #000b4d;
  margin-bottom: 10px;
}

.slider-text .subtext {
  color: #00b6ff;
  font-size: 14px;
  margin-bottom: 20px;
}

.slider-text h3 {
  font-size: 24px;
  margin-bottom: 10px;
  color: #000b4d;
}

.slider-text p {
  font-size: 15px;
  color: #333;
  line-height: 1.6;
}
 .guvenlik-section {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  gap: 30px;
  background: #fff;
}

.guvenlik-left,
.guvenlik-right {
  flex: 1 1 300px;
  max-width: 400px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.guvenlik-image {
  flex: 1 1 500px;
  text-align: center;
}

.guvenlik-image img {
  width: 100%;
  max-width: 600px;
  height: auto;
}

.guvenlik-feature {
  display: flex;
  align-items: flex-start;
  gap: 15px;
}

.ikon {
  color: #00b6ff;
  font-size: 20px;
  line-height: 1.5;
}

.guvenlik-feature h3 {
  color: #000b4d;
  font-size: 18px;
  margin: 0 0 5px;
}

.guvenlik-feature p {
  color: #333;
  font-size: 14px;
  line-height: 1.5;
  margin: 0;
}

.guvenlik-right h2 {
  color: #000b4d;
  font-size: 28px;
  margin-bottom: 10px;
}

.guvenlik-right .subtitle {
  color: #00b6ff;
  font-size: 16px;
  margin-bottom: 20px;
}
.qtr-hamb {
    position: absolute;
    left: 8px;
    top: 50%;
    transform: translateY(-50%);
    width: 44px;
    height: 44px;
    display: grid;
    place-items: center;
    border: 0;
    border-radius: 10px;
    background: transparent;
    color: #16c2cb!important;
    z-index: 1051;
    -webkit-tap-highlight-color: transparent;
}