.atolye-content-wrapper {
  display: flex;
  flex-direction: row-reverse; /* Web görünümünde row-reverse */
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  gap: 30px;
}

.atolye-content-area {
  flex: 1;
  width: 100%;
  position: relative;
}

.atolye-tab-content {
  display: none;
}

.atolye-tab-content.active {
  display: block;
}

.atolye-tabs-wrapper {
  /* position: sticky;
    right: 8%;
    top: 50%;
    width: auto !important;
    z-index: 100; */
  position: absolute;
  right: -7%;
  top: 0;
  width: auto !important;
  z-index: 100;
  transform: translateY(18%);
}

.atolye-tabs-list {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.atolye-tab-button {
  font-family: "VistolSans-Regular", sans-serif;
  font-weight: 400;
  padding: 10px 15px;
  border: none;
  border-radius: 20px;
  background: #ffffff;
  color: #3c3c3c;
  cursor: pointer;
  text-align: center;
  white-space: nowrap;
  transition: all 0.3s;
}

.atolye-tab-button.active {
  font-family: "VistolSans-Bold", sans-serif;
  font-weight: 600;
  background: #c3d940;
  color: #3c3c3c;
}

.atolye-tabs-list-tab2 a.atolye-tab2-button {
    display: inline-block;
    text-decoration: none;
}

.atolye-baslik h1 {
  font-family: "VistolSans-Bold", sans-serif;
  font-weight: 800;
  font-size: 65px;
  color: #3c3c3c;;
  white-space: nowrap;
  text-transform: uppercase;
}
.atolye-baslik h1 span {
    color: #c3d940;
  }
.atolye-baslik h2 {
  font-family: "VistolSans-Medium", sans-serif;
  font-weight: 600;
  font-size: 42px;
  color: #c3d940;
  white-space: nowrap;
}
.atolye-baslik h2 span {
  color: #3b3b3b;
}
.deniz_canlilari_content p:first-child {
  font-family: "VistolSans-Bold", sans-serif;
  font-weight: 600;
  font-size: 15px;
  letter-spacing: 0.04em;
  color: #292929;
}
.deniz_canlilari_content p:nth-of-type(2) {
  font-family: "VistolSans-Regular", sans-serif;
  font-weight: 400;
  font-size: 15px;
  color: #292929;
}
.kaplumbaga {
  margin-top: 5rem;
}
/* Media Content and Hotspots */
.kaplumbaga-media-content {
  position: relative;
}
.kaplumbaga-hotspot:hover {
  transform: scale(1.1);
  box-shadow: 0 0 10px #7a599a;
  z-index: 1;
}

/* Hotspot temel stili */
.kaplumbaga-hotspot {
  position: absolute;
  width: 30px;
  height: 30px;
  background-color: #c3d940;
  border: 7px solid #fff;
  border-radius: 50%;
  cursor: pointer;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  z-index: 10;
}

/* Tooltip pozisyonu ve stili */
.kaplumbaga-tooltip {
  display: none;
  position: absolute;
  background-color: rgba(195, 217, 64, 0.9);
  color: #7a599a;
  padding: 10px;
  border-radius: 50%;
  width: 250px;
  height: 250px;
  /* Hotspot'un sağında açılması için */
  left: calc(100% + 20px); /* Hotspot'tan 20px uzaklıkta */
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  transition: opacity 0.3s;
  box-shadow: 0 0 10px #7a599a;
  z-index: 2;
}
.kaplumbaga-hotspot-1 .kaplumbaga-tooltip,
.kaplumbaga-hotspot-5 .kaplumbaga-tooltip {
  right: calc(100% + 20px); /* Hotspot'tan 20px uzaklıkta */
  left: auto;
  top: 50%;
  transform: translateY(-50%);
}

/* Dönen border için güncelleme */
.kaplumbaga-hotspot.active .kaplumbaga-tooltip::before {
  content: "";
  position: absolute;
  width: 300px; /* Daha büyük border */
  height: 300px; /* Daha büyük border */
  border: 2px dashed #c3d940;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  animation: rotateBorder 10s linear infinite;
}

/* Tooltip içerik düzeni */
.kaplumbaga-tooltip h3 {
  font-family: "VistolSans-Black", sans-serif;
  font-size: 14px;
  margin-bottom: 10px;
  text-align: center;
  position: relative;
  z-index: 3;
  padding: 0 1rem;
}

.kaplumbaga-tooltip p {
  font-family: "VistolSans-Regular", sans-serif;
  font-size: 12px;
  text-align: center;
  position: relative;
  z-index: 3;
  padding: 0 15px;
}

/* Aktif durum */
.kaplumbaga-hotspot.active .kaplumbaga-tooltip {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  opacity: 1;
}

@keyframes rotateBorder {
  from {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

/* Hotspot pozisyonları */
.kaplumbaga-hotspot-1 {
    top: 60%;
    left: 50%;
}
.kaplumbaga-hotspot-2 {
  top: 30%;
  left: 42%;
}
.kaplumbaga-hotspot-3 {
    top: 75%;
    left: 40%;
}
.kaplumbaga-hotspot-4 {
  top: 40%;
  left: 10%;
}
.kaplumbaga-hotspot-5 {
    top: 50%;
    left: 68%;
}

.atolye-tabs-list-tab2 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 60px;
  /* margin-left: 15%; */
}

.atolye-tab2-button {
  font-family: "VistolSans-Regular", sans-serif;
  font-weight: 400;
  padding: 10px 50px;
  border: none;
  border-radius: 20px;
  background: #5f338a;
  color: #c3d940;
  cursor: pointer;
  text-align: center;
  white-space: nowrap;
  transition: all 0.3s;
}

.atolye-tab2-button.active {
  font-family: "VistolSans-Bold", sans-serif;
  font-weight: 600;
  background: #c3d940;
  color: #3c3c3c;
}
.atolye-tab2-content {
  display: none;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

.atolye-tab2-content.active {
  display: block;
  opacity: 1;
}
.main .container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 1rem;
  justify-content: center;
  align-items: center;
  margin: 5% 0;
}

.main .card {
  background: #ffffff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.24);
  color: #333333;
  border-radius: 2px;
}

.main .card .card-image {
  background: #ffffff;
  display: block;
  padding-top: 70%;
  position: relative;
  width: 100%;
}

.main .card .card-image img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.marineSwiper {
  width: 100%;
  height: 100%;
}

.marine-section .container {
  max-width: 1200px;
  margin: 5% 0;
}
.deniz-canlilari-title h2 {
  font-family: "VistolSans-Bold", sans-serif;
  font-weight: 800;
  font-size: 45px;
  color: #3b3b3b;
  white-space: nowrap;
  text-align: center;
  margin: -5% 0;
}
.deniz-canlilari-title h2 span {
  color: #c3d940;
}
.animal-info {
  font-family: "VistolSans-Regular", sans-serif;
  font-weight: 400;
  color: #3b3b3b;
  text-align: center;
  max-width: 1200px;
  font-size: 18px;
}
.animal-info h3 {
  font-family: "VistolSans-Bold", sans-serif;
  font-weight: 800;
  font-size: 35px;
  color: #3b3b3b;
  white-space: nowrap;
  text-align: center;
}
.animal-info .status span {
  font-family: "VistolSans-Bold", sans-serif;
  font-weight: 800;
}
.animal-info .description {
  font-size: 15px;
}
.animal-info .description span {
  font-family: "VistolSans-Bold", sans-serif;
  font-weight: 800;
}
.marineSwiper .swiper-slide {
  opacity: 0;
  transition: opacity 0.3s ease;
  padding: 0;
}

.marineSwiper .swiper-slide-active {
  opacity: 1;
}
.course-objectives {
  margin-top: 20px;
  text-align: center;
}

.objective-title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-bottom: 15px;
}

.objective-title .fas.fa-bullseye {
  font-size: 24px;
  color: #e93323;
}

.objective-items {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  max-width: 800px;
  margin: 0 auto;
}

.objective-items div {
  font-size: 14px;
  color: #3b3b3b;
  display: flex;
  align-items: center;
  gap: 8px;
}

.objective-items .fas.fa-square {
  font-size: 10px;
  color: #007bff;
}

.level-1 {
  padding-left: 0;
}
.level-2 {
  padding-left: 15px;
}
.level-3 {
  padding-left: 30px;
}
.marine-animal-content {
  text-align: center;
}

.marine-animal-content img {
  max-width: 100%;
  height: 400px;
  margin-top: 3rem;
}
#minik_mucit .marine-animal-content img {
  max-width: 100%;
  height: auto !important;
  margin-top: 3rem;
}

.marineSwiper .slide-numbers {
  display: flex;
  justify-content: center;
  gap: 50px;
  margin: 20px 0;
}

.current-number {
  color: #c3d940;
  font-size: 40px;
  font-weight: 800;
  transform: scale(1.5);
}

.prev-number,
.next-number {
  color: #666;
  font-size: 40px;
  cursor: pointer;
  transition: opacity 0.3s ease;
}
.prev-number:hover,
.next-number:hover {
  opacity: 0.8;
}

.nav-button {
  position: absolute;
  top: 40%;
  transform: translateY(-40%);
  background-color: #7c439a;
  border: 8px solid #fff !important;
  color: #fff;
  border: none;
  font-size: 24px;
  cursor: pointer;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  z-index: 20; /* Yeterli z-index değeri atadığınızdan emin olun */
  transition: background-color 0.3s, transform 0.3s, box-shadow 0.3s; /* Geçiş efektleri ekleyin */
}
.nav-button i {
  display: flex;
  justify-content: center;
}
.nav-button:hover {
  background-color: #a64d8c; /* Hover sırasında arka plan rengini değiştirir */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3); /* Hover sırasında gölge ekler */
  transform: translateY(-50%) scale(1.1); /* Hover sırasında biraz büyütür */
}
.marineSwiper .nav-button.prev {
  left: 170px;
}

.marineSwiper .nav-button.next {
  right: 170px;
}
.marineSwiper .swiper-slide {
  opacity: 0;
  transition: all 1.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.marineSwiper .swiper-slide-active {
  opacity: 1;
}

.marineSwiper .marine-animal-content {
  opacity: 0;
  transform: translate(30px);
  transition: all 1.5s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.marineSwiper .swiper-slide-active .marine-animal-content {
  opacity: 1;
  transform: translate(0);
}

.marineSwiper .slide-numbers {
  transform: translateY(20px);
  opacity: 0;
  transition: all 1s cubic-bezier(0.34, 1.56, 0.64, 1) 0.5s;
}

.marineSwiper .swiper-slide-active .slide-numbers {
  transform: translateY(0);
  opacity: 1;
}
.marineSwiper .clickable-number {
  cursor: pointer;
  transition: all 0.3s ease;
}

.marineSwiper .clickable-number:hover {
  color: #7c439a;
  transform: scale(1.1);
}

/* Tıklama animasyonu */
.marineSwiper .prev-number:active,
.next-number:active {
  transform: scale(0.95);
}
/* iklim ve cevre */

.iklim {
  margin-top: 0;
  margin-left: 2rem;
}
/* Media Content and Hotspots */
.iklim-media-content {
  position: relative;
}
.iklim-hotspot:hover {
  transform: scale(1.1);
  box-shadow: 0 0 10px #7a599a;
  z-index: 1;
}

/* Hotspot temel stili */
.iklim-hotspot {
  position: absolute;
  width: 30px;
  height: 30px;
  background-color: #c3d940;
  border: 7px solid #fff;
  border-radius: 50%;
  cursor: pointer;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  z-index: 10;
}

/* Tooltip pozisyonu ve stili */
.iklim-tooltip {
  display: none;
  position: absolute;
  background-color: rgba(195, 217, 64, 0.9);
  color: #7a599a;
  padding: 10px;
  border-radius: 50%;
  width: 200px;
  height: 200px;
  /* Hotspot'un sağında açılması için */
  left: calc(100% + 10px); /* Hotspot'tan 20px uzaklıkta */
  top: 40%;
  transform: translateY(-40%);
  opacity: 0;
  transition: opacity 0.3s;
  box-shadow: 0 0 10px #7a599a;
  z-index: 2;
}

/* Dönen border için güncelleme */
.iklim-hotspot.active .iklim-tooltip::before {
  content: "";
  position: absolute;
  width: 270px; /* Daha büyük border */
  height: 270px; /* Daha büyük border */
  border: 2px dashed #c3d940;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  animation: rotateBorder 10s linear infinite;
}

/* Tooltip içerik düzeni */
.iklim-tooltip h3 {
  font-family: "VistolSans-Black", sans-serif;
  font-size: 14px;
  margin-bottom: 10px;
  text-align: center;
  position: relative;
  z-index: 3;
  max-width: 200px;
}

.iklim-tooltip p {
  font-family: "VistolSans-Regular", sans-serif;
  font-size: 12px;
  text-align: center;
  position: relative;
  z-index: 3;
  padding: 0 15px;
}

/* Aktif durum */
.iklim-hotspot.active .iklim-tooltip {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  opacity: 1;
}

@keyframes rotateBorder {
  from {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

/* Hotspot pozisyonları */
.iklim-hotspot-1 {
  top: 45%;
  left: 40%;
}
.iklim-hotspot-2 {
  top: 5%;
  left: 50%;
}
.iklim-hotspot-3 {
  top: 25%;
  left: 20%;
}
.iklim-hotspot-4 {
  top: 75%;
  left: 33%;
}
/* Astronomi ve uzay */

.uydu {
  margin-top: 0;
}
/* Media Content and Hotspots */
.uydu-media-content {
  position: relative;
}
.uydu-hotspot:hover {
  transform: scale(1.1);
  box-shadow: 0 0 10px #7a599a;
  z-index: 1;
}

/* Hotspot temel stili */
.uydu-hotspot {
  position: absolute;
  width: 30px;
  height: 30px;
  background-color: #c3d940;
  border: 7px solid #fff;
  border-radius: 50%;
  cursor: pointer;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  z-index: 10;
}

/* Tooltip pozisyonu ve stili */
.uydu-tooltip {
  display: none;
  position: absolute;
  background-color: rgba(195, 217, 64, 0.9);
  color: #7a599a;
  padding: 0;
  border-radius: 50%;
  width: 220px;
  height: 220px;
  /* Hotspot'un sağında açılması için */
  right: calc(100% + 10px); /* Hotspot'tan 20px uzaklıkta */
  top: 40%;
  transform: translateY(-40%);
  opacity: 0;
  transition: opacity 0.3s;
  box-shadow: 0 0 10px #7a599a;
  z-index: 2;
}
.uydu-hotspot-3 .uydu-tooltip,
.uydu-hotspot-4 .uydu-tooltip,
.uydu-hotspot-5 .uydu-tooltip {
  left: calc(100% - 100px); /* Hotspot'tan 20px uzaklıkta */
  top: 15%;
  transform: translateY(15%);
}

/* Dönen border için güncelleme */
.uydu-hotspot.active .uydu-tooltip::before {
  content: "";
  position: absolute;
  width: 270px; /* Daha büyük border */
  height: 270px; /* Daha büyük border */
  border: 2px dashed #c3d940;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  animation: rotateBorder 10s linear infinite;
}

/* Tooltip içerik düzeni */
.uydu-tooltip h3 {
  font-family: "VistolSans-Black", sans-serif;
  font-size: 13px;
  margin-bottom: 10px;
  text-align: center;
  position: relative;
  z-index: 3;
  max-width: 180px;
  padding: 0 35px;
}

.uydu-tooltip p {
  font-family: "VistolSans-Regular", sans-serif;
  font-size: 11px;
  text-align: center;
  position: relative;
  z-index: 3;
  padding: 0 15px;
}

/* Aktif durum */
.uydu-hotspot.active .uydu-tooltip {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  opacity: 1;
}

@keyframes rotateBorder {
  from {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

/* Hotspot pozisyonları */
.uydu-hotspot-1 {
  top: 43%;
  left: 42%;
}
.uydu-hotspot-2 {
  top: 7%;
  left: 50%;
}
.uydu-hotspot-3 {
  top: 35%;
  left: 4%;
}
.uydu-hotspot-4 {
  top: 54%;
  left: 43%;
}
.uydu-hotspot-5 {
  top: 52%;
  left: 60%;
}
/* Fen Bilimleri */

.fen {
  margin-top: 0;
  margin-left: 3rem;
}
/* Media Content and Hotspots */
.fen-media-content {
  position: relative;
}
.fen-hotspot:hover {
  transform: scale(1.1);
  box-shadow: 0 0 10px #7a599a;
  z-index: 1;
}

/* Hotspot temel stili */
.fen-hotspot {
  position: absolute;
  width: 30px;
  height: 30px;
  background-color: #c3d940;
  border: 7px solid #fff;
  border-radius: 50%;
  cursor: pointer;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  z-index: 10;
}

/* Tooltip pozisyonu ve stili */
.fen-tooltip {
  display: none;
  position: absolute;
  background-color: rgba(195, 217, 64, 0.9);
  color: #7a599a;
  padding: 0;
  border-radius: 50%;
  width: 220px;
  height: 220px;
  /* Hotspot'un sağında açılması için */
  right: calc(100% + 10px); /* Hotspot'tan 20px uzaklıkta */
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  transition: opacity 0.3s;
  box-shadow: 0 0 10px #7a599a;
  z-index: 2;
}
.fen-hotspot-2 .fen-tooltip,
.fen-hotspot-4 .fen-tooltip,
.fen-hotspot-5 .fen-tooltip {
  left: calc(100% + 10px); /* Hotspot'tan 20px uzaklıkta */
  top: 50%;
  transform: translateY(-65%);
}

/* Dönen border için güncelleme */
.fen-hotspot.active .fen-tooltip::before {
  content: "";
  position: absolute;
  width: 270px; /* Daha büyük border */
  height: 270px; /* Daha büyük border */
  border: 2px dashed #c3d940;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  animation: rotateBorder 10s linear infinite;
}

/* Tooltip içerik düzeni */
.fen-tooltip h3 {
  font-family: "VistolSans-Black", sans-serif;
  font-size: 13px;
  margin-bottom: 10px;
  text-align: center;
  position: relative;
  z-index: 3;
  max-width: 180px;
  padding: 0 35px;
}

.fen-tooltip p {
  font-family: "VistolSans-Regular", sans-serif;
  font-size: 11px;
  text-align: center;
  position: relative;
  z-index: 3;
  padding: 0 15px;
}

/* Aktif durum */
.fen-hotspot.active .fen-tooltip {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  opacity: 1;
}

@keyframes rotateBorder {
  from {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

/* Hotspot pozisyonları */
.fen-hotspot-1 {
  top: 29%;
  left: 29%;
}
.fen-hotspot-2 {
  top: 11%;
  left: 23%;
}
.fen-hotspot-3 {
  top: 54%;
  left: 14%;
}
.fen-hotspot-4 {
  top: 60%;
  left: 32%;
}
.fen-hotspot-5 {
  top: 78%;
  left: 23%;
}
.fen-hotspot-6 {
  top: 40%;
  left: 29%;
}

/* Ana container stilleri */
.hucre-wrapper {
  position: relative;
  width: fit-content;
  margin: 0 auto;
  padding: 20px;
}

/* Ana görsel stilleri */
.hucre-image {
  width: auto;
  height: auto;
  display: block;
  border-radius: 10px;
  transition: transform 0.3s ease;
}

.hucre-image:hover {
  transform: scale(1.02);
}

/* Hotspot stilleri */
.hucre-hotspot {
  position: absolute;
  width: 24px; /* Daha büyük bir hotspot */
  height: 24px;
  background: rgba(255, 255, 255, 0.2);
  border: 7px solid #fff; /* Daha ince border */
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 10;
  box-shadow: 0 0 0 4px rgba(195, 217, 64, 0.3); /* c3d940 renginin gölgesi */
}

.hucre-hotspot::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 16px; /* İç dairenin boyutu */
  height: 16px;
  background: #c3d940; /* Yeşilimsi renk */
  border-radius: 50%;
  transition: all 0.3s ease;
}

.hucre-hotspot:hover {
  transform: scale(1.1);
  border-color: #fff;
  box-shadow: 0 0 0 6px rgba(195, 217, 64, 0.4);
}

.hucre-hotspot.hucre-active {
  background: rgba(122, 89, 154, 0.2); /* 7a599a renginin şeffaf hali */
  border-color: #fff;
  box-shadow: 0 0 0 6px rgba(122, 89, 154, 0.3);
}

.hucre-hotspot.hucre-active::before {
  background: #7a599a; /* Mor renk */
  width: 17px;
  height: 17px;
}

/* Bilgi paneli stilleri */
.hucre-info {
  width: fit-content;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 25px;
  display: none;
  transition: all 0.4s ease;
  opacity: 0;
  transform: translateY(20px);
  text-align: center;
}

.hucre-info.hucre-active {
  display: block;
  opacity: 1;
  transform: translateY(0);
}

.hucre-info img {
  width: auto;
  height: auto;
  max-width: 100%;
  margin-bottom: 20px;
  border-radius: 12px;
  transition: transform 0.3s ease;
}

.hucre-info img:hover {
  transform: scale(1.02);
}

.hucre-info h3 {
  font-family: "VistolSans-Bold", sans-serif;
  font-weight: 700;
  margin: 0 0 15px 0;
  color: #3c3c3c;
  font-size: 24px;
  font-weight: 600;
  position: relative;
  padding-bottom: 10px;
}

.hucre-info h3::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 47%;
  width: 60px;
  height: 3px;
  background: #c3d940;
  border-radius: 2px;
}

.hucre-info p {
  font-family: "VistolSans-Regular", sans-serif;
  font-weight: 400;
  margin: 0;
  line-height: 1.8;
  color: #444;
  font-size: 14px;
  text-align: center;
}

/* Responsive düzenlemeler */
@media (max-width: 768px) {
  .hucre-wrapper {
    padding: 10px;
  }
  .hucre-image {
    width: 100%;
  }
  .hucre-hotspot {
    width: 20px;
    height: 20px;
    border-width: 3px;
  }

  .hucre-hotspot::before {
    width: 14px;
    height: 14px;
  }

  .hucre-hotspot.hucre-active::before {
    width: 16px;
    height: 16px;
  }

  .hucre-info {
    padding: 15px;
    margin: 0 auto;
  }

  .hucre-info h3 {
    font-size: 20px;
  }

  .hucre-info p {
    font-size: 14px;
    line-height: 1.6;
  }
}

/* Animasyon keyframes */
@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(76, 175, 80, 0.4);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(76, 175, 80, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(76, 175, 80, 0);
  }
}

.hucre-hotspot:not(.hucre-active) {
  animation: pulse 2s infinite;
}

/* Robotik */

.robotik {
  margin-top: 0;
}
/* Media Content and Hotspots */
.robotik-media-content {
  position: relative;
}
.robotik-hotspot:hover {
  transform: scale(1.1);
  box-shadow: 0 0 10px #7a599a;
  z-index: 1;
}

/* Hotspot temel stili */
.robotik-hotspot {
  position: absolute;
  width: 30px;
  height: 30px;
  background-color: #c3d940;
  border: 7px solid #fff;
  border-radius: 50%;
  cursor: pointer;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  z-index: 10;
}

/* Tooltip pozisyonu ve stili */
.robotik-tooltip {
  display: none;
  position: absolute;
  background-color: rgba(195, 217, 64, 0.9);
  color: #7a599a;
  padding: 0;
  border-radius: 50%;
  width: 250px;
  height: 250px;
  /* Hotspot'un sağında açılması için */
  right: calc(100% + 10px); /* Hotspot'tan 20px uzaklıkta */
  top: 80%;
  transform: translateY(-80%);
  opacity: 0;
  transition: opacity 0.3s;
  box-shadow: 0 0 10px #7a599a;
  z-index: 2;
}
.robotik-hotspot-1 .robotik-tooltip {
    right: calc(100% - 10px);
    top: 50%;
    transform: translateY(-88%);
}
.robotik-hotspot-2 .robotik-tooltip {
  right: calc(100% + 10px); /* Hotspot'tan 20px uzaklıkta */
  top: 50%;
  transform: translateY(-90%);
}

/* Dönen border için güncelleme */
.robotik-hotspot.active .robotik-tooltip::before {
  content: "";
  position: absolute;
  width: 300px; /* Daha büyük border */
  height: 300px; /* Daha büyük border */
  border: 2px dashed #c3d940;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  animation: rotateBorder 10s linear infinite;
}

/* Tooltip içerik düzeni */
.robotik-tooltip h3 {
  font-family: "VistolSans-Black", sans-serif;
  font-size: 13px;
  margin-bottom: 10px;
  text-align: center;
  position: relative;
  z-index: 3;
  max-width: 180px;
  padding: 0 35px;
}

.robotik-tooltip p {
  font-family: "VistolSans-Regular", sans-serif;
  font-size: 11px;
  text-align: center;
  position: relative;
  z-index: 3;
  padding: 0 15px;
}

/* Aktif durum */
.robotik-hotspot.active .robotik-tooltip {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  opacity: 1;
}

@keyframes rotateBorder {
  from {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

/* Hotspot pozisyonları */
.robotik-hotspot-1 {
  top: 75%;
  left: 65%;
}
.robotik-hotspot-2 {
  top: 30%;
  left: 35%;
}
.robotik-hotspot-3 {
  top: 65%;
  left: 25%;
}
.robotik-hotspot-4 {
  top: 15%;
  left: 50%;
}
.robotik-hotspot-5 {
  top: 82%;
  left: 40%;
}
.robotik-hotspot-6 {
  top: 45%;
  left: 70%;
}

/* Minik Mucitler */

.minik_mucit {
  margin-top: 0;
  margin-left: 4rem;
}
/* Media Content and Hotspots */
.minik_mucit-media-content {
  position: relative;
}
.minik_mucit-hotspot:hover {
  transform: scale(1.1);
  box-shadow: 0 0 10px #7a599a;
  z-index: 1;
}

/* Hotspot temel stili */
.minik_mucit-hotspot {
  position: absolute;
  width: 30px;
  height: 30px;
  background-color: #c3d940;
  border: 7px solid #fff;
  border-radius: 50%;
  cursor: pointer;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  z-index: 10;
}

/* Tooltip pozisyonu ve stili */
.minik_mucit-tooltip {
  display: none;
  position: absolute;
  background-color: rgba(195, 217, 64, 0.9);
  color: #7a599a;
  padding: 0;
  border-radius: 50%;
  width: 220px;
  height: 220px;
  /* Hotspot'un sağında açılması için */
  right: calc(100% + 10px); /* Hotspot'tan 20px uzaklıkta */
  top: 60%;
  transform: translateY(-60%);
  opacity: 0;
  transition: opacity 0.3s;
  box-shadow: 0 0 10px #7a599a;
  z-index: 2;
}
.minik_mucit-hotspot-1 .minik_mucit-tooltip,
.minik_mucit-hotspot-5 .minik_mucit-tooltip {
  left: calc(100% + 10px); /* Hotspot'tan 20px uzaklıkta */
  top: 50%;
  transform: translateY(-60%);
}
.minik_mucit-hotspot-2 .minik_mucit-tooltip {
  right: calc(100% + 10px); /* Hotspot'tan 20px uzaklıkta */
  top: 50%;
  transform: translateY(-60%);
}

/* Dönen border için güncelleme */
.minik_mucit-hotspot.active .minik_mucit-tooltip::before {
  content: "";
  position: absolute;
  width: 270px; /* Daha büyük border */
  height: 270px; /* Daha büyük border */
  border: 2px dashed #c3d940;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  animation: rotateBorder 10s linear infinite;
}

/* Tooltip içerik düzeni */
.minik_mucit-tooltip h3 {
  font-family: "VistolSans-Black", sans-serif;
  font-size: 13px;
  margin-bottom: 10px;
  text-align: center;
  position: relative;
  z-index: 3;
  max-width: 180px;
  padding: 0 35px;
}

.minik_mucit-tooltip p {
  font-family: "VistolSans-Regular", sans-serif;
  font-size: 11px;
  text-align: center;
  position: relative;
  z-index: 3;
  padding: 0 15px;
}

/* Aktif durum */
.minik_mucit-hotspot.active .minik_mucit-tooltip {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  opacity: 1;
}

@keyframes rotateBorder {
  from {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

/* Hotspot pozisyonları */
.minik_mucit-hotspot-1 {
  top: 85%;
  left: 42%;
}
.minik_mucit-hotspot-2 {
  top: 15%;
  left: 41%;
}
.minik_mucit-hotspot-3 {
  top: 70%;
  left: 25%;
}
.minik_mucit-hotspot-4 {
  top: 35%;
  left: 39%;
}
.minik_mucit-hotspot-5 {
  top: 58%;
  left: 40%;
}

/* atmosfer katmanları */
/* Ana container stilleri */
.atmosfer-wrapper {
  position: relative;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}

/* Ana görsel stilleri */
.atmosfer-image {
  width: auto;
  height: auto;
  display: block;
  padding: 30px 0;
}

/* Hotspot stilleri */
.atmosfer-hotspot {
  position: absolute;
  width: 24px; /* Daha büyük bir hotspot */
  height: 24px;
  background: rgba(255, 255, 255, 0.2);
  border: 7px solid #fff; /* Daha ince border */
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 10;
  box-shadow: 0 0 0 4px rgba(195, 217, 64, 0.3); /* c3d940 renginin gölgesi */
}

.atmosfer-hotspot::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 16px; /* İç dairenin boyutu */
  height: 16px;
  background: #c3d940; /* Yeşilimsi renk */
  border-radius: 50%;
  transition: all 0.3s ease;
}

.atmosfer-hotspot:hover {
  transform: scale(1.1);
  border-color: #fff;
  box-shadow: 0 0 0 6px rgba(195, 217, 64, 0.4);
}

.atmosfer-hotspot.atmosfer-active {
  background: rgba(122, 89, 154, 0.2); /* 7a599a renginin şeffaf hali */
  border-color: #fff;
  box-shadow: 0 0 0 6px rgba(122, 89, 154, 0.3);
}

.atmosfer-hotspot.atmosfer-active::before {
  background: #7a599a; /* Mor renk */
  width: 17px;
  height: 17px;
}

/* Bilgi paneli stilleri */
.atmosfer-info {
  width: fit-content;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 25px;
  display: none;
  transition: all 0.4s ease;
  opacity: 0;
  transform: translateY(20px);
  text-align: center;
}

.atmosfer-info.atmosfer-active {
  display: block;
  opacity: 1;
  transform: translateY(0);
}

.atmosfer-info img {
  width: auto;
  height: auto;
  max-width: 100%;
  margin-bottom: 20px;
  border-radius: 12px;
  transition: transform 0.3s ease;
}

.atmosfer-info img:hover {
  transform: scale(1.02);
}

.atmosfer-info h3 {
  font-family: "VistolSans-Bold", sans-serif;
  font-weight: 700;
  margin: 0 0 15px 0;
  color: #3c3c3c;
  font-size: 24px;
  font-weight: 600;
  position: relative;
  padding-bottom: 10px;
}

.atmosfer-info h3::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 47%;
  width: 60px;
  height: 3px;
  background: #c3d940;
  border-radius: 2px;
}

.atmosfer-info p {
  font-family: "VistolSans-Regular", sans-serif;
  font-weight: 400;
  margin: 0;
  line-height: 1.8;
  color: #444;
  font-size: 14px;
  text-align: center;
}

/* Responsive düzenlemeler */
@media (max-width: 768px) {
  #atmosfer h2 {
    margin-bottom: 2rem !important;
  }
  .atmosfer-wrapper {
    padding: 0;
  }
  .atmosfer-image {
    width: 100% !important;
    padding: 0 !important;
  }
  .atmosfer-hotspot {
    width: 4px !important;
    height: 4px !important;
    border-width: 3px;
  }

  .atmosfer-hotspot::before {
    width: 8px !important;
    height: 8px !important;
  }

  .atmosfer-hotspot.atmosfer-active::before {
    width: 8px !important;
    height: 8px !important;
  }

  .atmosfer-info {
    padding: 15px;
    margin: 0 auto;
  }

  .atmosfer-info h3 {
    font-size: 20px;
  }

  .atmosfer-info p {
    font-size: 14px;
    line-height: 1.6;
  }
}
/* Ana container stilleri */
.atmosfer-wrapper {
  position: relative;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}

.atmosfer-image {
  width: auto;
  height: auto;
  display: block;
  padding: 30px 0;
}

/* Hotspot stilleri */
.atmosfer-hotspot {
  position: absolute;
  width: 24px;
  height: 24px;
  background: rgba(255, 255, 255, 0.2);
  border: 7px solid #fff;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 10;
  box-shadow: 0 0 0 4px rgba(195, 217, 64, 0.3);
}

.atmosfer-hotspot::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 16px;
  height: 16px;
  background: #c3d940;
  border-radius: 50%;
  transition: all 0.3s ease;
}

.atmosfer-hotspot:hover {
  transform: scale(1.1);
  border-color: #fff;
  box-shadow: 0 0 0 6px rgba(195, 217, 64, 0.4);
}

.atmosfer-hotspot.atmosfer-active {
  background: rgba(122, 89, 154, 0.2);
  border-color: #fff;
  box-shadow: 0 0 0 6px rgba(122, 89, 154, 0.3);
}

.atmosfer-hotspot.atmosfer-active::before {
  background: #7a599a;
  width: 17px;
  height: 17px;
}
/* Ana container stilleri */
.atmosfer-wrapper {
  position: relative;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}

/* Ana görsel stilleri */
.atmosfer-image {
  width: auto;
  height: auto;
  display: block;
  padding: 30px 0;
}

/* Hotspot stilleri */
.atmosfer-hotspot {
  position: absolute;
  width: 24px;
  height: 24px;
  background: rgba(255, 255, 255, 0.2);
  border: 7px solid #fff;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 10;
  box-shadow: 0 0 0 4px rgba(195, 217, 64, 0.3);
}

.atmosfer-hotspot::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 16px;
  height: 16px;
  background: #c3d940;
  border-radius: 50%;
  transition: all 0.3s ease;
}

.atmosfer-hotspot:hover {
  transform: scale(1.1);
  border-color: #fff;
  box-shadow: 0 0 0 6px rgba(195, 217, 64, 0.4);
}

.atmosfer-hotspot.atmosfer-active {
  background: rgba(122, 89, 154, 0.2);
  border-color: #fff;
  box-shadow: 0 0 0 6px rgba(122, 89, 154, 0.3);
}

.atmosfer-hotspot.atmosfer-active::before {
  background: #7a599a;
  width: 17px;
  height: 17px;
}

/* Animasyonlu elementler container */
.animated-elements {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
}

/* Uzay Elementleri */
.space-station-iss {
  position: absolute;
  top: 34%; /* Termosfer katmanında */
  right: 35%;
  width: 85px;
  height: auto;
  animation: stationOrbit 40s linear infinite;
  z-index: 5;
}

/* Uzay Mekiği - 200-400 km arası */
.space-shuttle {
  position: absolute;
  top: 36%; /* Termosfer katmanında */
  left: 45%;
  width: 80px;
  height: auto;
  transform: rotate(-15deg);
  animation: shuttleMovement 35s linear infinite;
  z-index: 5;
}
.space-jump {
  position: absolute;
  top: 40%;
  left: 30%;
  animation: smoothJump 7s ease-in-out infinite;
  z-index: 5;
}

/* Uydular */
.satellite {
  position: absolute;
  width: 60px;
  height: auto;
  z-index: 5;
}

/* LEO Uydu (Termosfer) */
.satellite-1 {
  top: 17%; /* ~400km yükseklik */
  left: 7%;
  animation: leoSatellite 20s linear infinite;
}

/* GEO Uydu (Ekzosfer) */
.satellite-2 {
  top: 60%; /* ~35,000km yükseklik */
  left: 13%;
  animation: geoSatellite 30s linear infinite;
}
/* Uçak */
.airplane {
  position: absolute;
  top: 65%;
  left: 50%;
  width: 50px;
  height: auto;
  transform-origin: center center;
  animation: planeMovement 20s linear infinite;
  z-index: 4;
}

.meteorite-title {
  position: absolute;
  top: 80%;
  left: 20%;
  font-family: "VistolSans-Bold", sans-serif;
  font-size: 12px;
  color: #fff;
  z-index: 20;
}

/* Meteorit containerları */
.meteorite-container {
  position: absolute;
  width: 300px;
  height: 250px; /* Mezosfer yüksekliğine göre ayarlandı */
  overflow: hidden;
  transform: rotate(-25deg);
}

.meteorite-container-1 {
  top: 45%;
  left: 16%;
}
.meteorite-container-2 {
  top: 44%;
  left: 18%;
}
.meteorite-container-3 {
  top: 46%;
  left: 20%;
}
.meteorite-container-4 {
  top: 43%;
  left: 19%;
}

/* Meteoritler */
.meteorite {
  position: absolute;
  width: 40px; /* Daha büyük meteorit boyutu */
  height: auto;
  opacity: 0;
}
.meteorite::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 150%;
  height: 150%;
  transform: translate(-50%, -50%);
  background: radial-gradient(
    circle,
    rgba(255, 176, 0, 0.6) 0%,
    rgba(255, 119, 0, 0.4) 40%,
    rgba(255, 119, 0, 0) 100%
  );
  filter: blur(8px);
  animation: glow 0.5s ease-in-out infinite alternate;
}
.meteorite-1 {
  animation: fallMeteorite1 4s linear infinite;
}
.meteorite-2 {
  animation: fallMeteorite2 4s linear infinite 1s;
}
.meteorite-3 {
  animation: fallMeteorite3 4s linear infinite 2s;
}
.meteorite-4 {
  animation: fallMeteorite4 4s linear infinite 1.5s;
} /* Yeni meteorit animasyonu */

/* Etiketler */
.element-label {
  position: absolute;
  background: rgba(255, 255, 255, 0.85);
  padding: 6px 12px;
  border-radius: 20px;
  font-size: 13px;
  font-family: "VistolSans-Regular", sans-serif;
  color: #333;
  white-space: nowrap;
  backdrop-filter: blur(5px);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  z-index: 6;
  transition: all 0.3s ease;
}
.shuttle-label {
  position: absolute;
  top: 30%;
  left: 50%;
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.95),
    rgba(255, 255, 255, 0.85)
  );
  padding: 4px 12px;
  border-radius: 15px;
  font-size: 13px;
  color: #333;
  backdrop-filter: blur(4px);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  white-space: nowrap;
  z-index: 6;
}

.station-label {
  position: absolute;
  top: 24%;
  right: 30%;
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.95),
    rgba(255, 255, 255, 0.85)
  );
  padding: 4px 12px;
  border-radius: 15px;
  font-size: 13px;
  color: #333;
  backdrop-filter: blur(4px);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  white-space: nowrap;
  z-index: 6;
}
/* Uydu Etiketleri */
.satellite-label {
  position: absolute;
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.95),
    rgba(255, 255, 255, 0.85)
  );
  padding: 4px 12px;
  border-radius: 15px;
  font-size: 13px;
  color: #333;
  backdrop-filter: blur(4px);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  white-space: nowrap;
  z-index: 6;
}

.leo-label {
  top: 30%;
  left: 18%;
}

.geo-label {
  top: 20%;
  right: 22%;
}
/* Yeni animasyonlar */
@keyframes stationOrbit {
  0% {
    transform: translate(0, 0) rotate(0deg) scale(1);
  }
  25% {
    transform: translate(50px, -30px) rotate(90deg) scale(0.95);
  }
  50% {
    transform: translate(0, -60px) rotate(180deg) scale(0.9);
  }
  75% {
    transform: translate(-50px, -30px) rotate(270deg) scale(0.95);
  }
  100% {
    transform: translate(0, 0) rotate(360deg) scale(1);
  }
}

/* Uzay Mekiği Yörünge Hareketi */
@keyframes shuttleMovement {
  0% {
    transform: translate(0, 0) rotate(-15deg) scale(1);
  }
  25% {
    transform: translate(100px, -20px) rotate(-5deg) scale(0.95);
  }
  50% {
    transform: translate(200px, 0) rotate(-15deg) scale(0.9);
  }
  75% {
    transform: translate(100px, 20px) rotate(-25deg) scale(0.95);
  }
  100% {
    transform: translate(0, 0) rotate(-15deg) scale(1);
  }
}

@keyframes leoSatellite {
  0% {
    transform: translate(0, 0) rotate(0deg) scale(1);
  }
  25% {
    transform: translate(60px, -20px) rotate(90deg) scale(0.95);
  }
  50% {
    transform: translate(100px, 0) rotate(180deg) scale(0.9);
  }
  75% {
    transform: translate(60px, 20px) rotate(270deg) scale(0.95);
  }
  100% {
    transform: translate(0, 0) rotate(360deg) scale(1);
  }
}

@keyframes geoSatellite {
  0% {
    transform: translate(0, 0) rotate(0deg) scale(1);
  }
  25% {
    transform: translate(-40px, -30px) rotate(-90deg) scale(0.95);
  }
  50% {
    transform: translate(-80px, 0) rotate(-180deg) scale(0.9);
  }
  75% {
    transform: translate(-40px, 30px) rotate(-270deg) scale(0.95);
  }
  100% {
    transform: translate(0, 0) rotate(-360deg) scale(1);
  }
}

@keyframes smoothJump {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  45% {
    transform: translateY(80px);
    opacity: 0.8;
  }
  50% {
    transform: translateY(100px);
    opacity: 0;
  }
  55% {
    transform: translateY(-20px);
    opacity: 0;
  }
  60% {
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes planeMovement {
  0% {
    transform: rotate(0deg) translateX(120px) rotate(0deg);
  }
  25% {
    transform: rotate(90deg) translateX(120px) rotate(-90deg);
  }
  50% {
    transform: rotate(180deg) translateX(120px) rotate(-180deg);
  }
  75% {
    transform: rotate(270deg) translateX(120px) rotate(-270deg);
  }
  100% {
    transform: rotate(360deg) translateX(120px) rotate(-360deg);
  }
}

/* Meteorit animasyonları - Mezosfer'de sönme */
@keyframes fallMeteorite1 {
  0% {
    top: -20px;
    left: 0;
    opacity: 0;
    transform: rotate(15deg) scale(0.8);
  }
  20% {
    opacity: 1;
  }
  100% {
    top: 180px; /* Mezosfer yüksekliğinde sönme */
    left: 100px;
    opacity: 0;
    transform: rotate(15deg) scale(1.2);
  }
}

@keyframes fallMeteorite2 {
  0% {
    top: -30px;
    left: 20px;
    opacity: 0;
    transform: rotate(20deg) scale(0.8);
  }
  20% {
    opacity: 1;
  }
  100% {
    top: 170px;
    left: 120px;
    opacity: 0;
    transform: rotate(20deg) scale(1.2);
  }
}

@keyframes fallMeteorite3 {
  0% {
    top: -40px;
    left: 40px;
    opacity: 0;
    transform: rotate(25deg) scale(0.8);
  }
  20% {
    opacity: 1;
  }
  100% {
    top: 160px;
    left: 140px;
    opacity: 0;
    transform: rotate(25deg) scale(1.2);
  }
}

@keyframes fallMeteorite4 {
  0% {
    top: -25px;
    left: 60px;
    opacity: 0;
    transform: rotate(18deg) scale(0.8);
  }
  20% {
    opacity: 1;
  }
  100% {
    top: 175px;
    left: 160px;
    opacity: 0;
    transform: rotate(18deg) scale(1.2);
  }
}
/* Responsive media queries güncellendi */
@media (max-width: 768px) {
  /* Uzay Elementleri Mobil */
  .space-station-iss {
    top: 34%;
    right: 35%;
    width: 45px;
  }

  .space-shuttle {
    top: 32%;
    left: 65%;
    width: 40px;
  }

  .space-jump {
    top: 40%;
    left: 30%;
    width: 25px;
  }

  /* Uydular Mobil */
  .satellite {
    width: 30px;
  }

  .satellite-1 {
    top: 18%;
    left: 8%;
  }

  .satellite-2 {
    top: 18%;
    right: 8%;
  }

  /* Uçak Mobil */
  .airplane {
    top: 65%;
    left: 50%;
    width: 25px;
  }

  /* Meteoritler Mobil */
  .meteorite-container {
    width: 150px;
    height: 150px;
  }

  .meteorite-container-1 {
    top: 42%;
    left: 25%;
  }
  .meteorite-container-2 {
    top: 41%;
    left: 27%;
  }
  .meteorite-container-3 {
    top: 43%;
    left: 29%;
  }
  .meteorite-container-4 {
    top: 40%;
    left: 28%;
  }

  .meteorite {
    width: 20px;
  }

  /* Etiketler Mobil */
  .element-label {
    font-size: 10px;
    padding: 3px 6px;
    border-radius: 10px;
  }

  .shuttle-label {
    top: 30%;
    left: 68%;
  }
  .station-label {
    top: 32%;
    right: 38%;
  }

  /* Meteorit animasyonları mobil için */
  @keyframes fallMeteorite1 {
    0% {
      top: 0;
      left: 0;
      opacity: 0;
      transform: rotate(35deg) scale(0.8);
    }
    20% {
      opacity: 1;
    }
    100% {
      top: 100px;
      left: 40px;
      opacity: 0;
      transform: rotate(35deg) scale(1.1);
    }
  }

  @keyframes fallMeteorite2 {
    0% {
      top: -10px;
      left: 10px;
      opacity: 0;
      transform: rotate(35deg) scale(0.8);
    }
    20% {
      opacity: 1;
    }
    100% {
      top: 90px;
      left: 50px;
      opacity: 0;
      transform: rotate(35deg) scale(1.1);
    }
  }

  @keyframes fallMeteorite3 {
    0% {
      top: -20px;
      left: 20px;
      opacity: 0;
      transform: rotate(35deg) scale(0.8);
    }
    20% {
      opacity: 1;
    }
    100% {
      top: 80px;
      left: 60px;
      opacity: 0;
      transform: rotate(35deg) scale(1.1);
    }
  }

  @keyframes fallMeteorite4 {
    0% {
      top: -15px;
      left: 30px;
      opacity: 0;
      transform: rotate(35deg) scale(0.8);
    }
    20% {
      opacity: 1;
    }
    100% {
      top: 85px;
      left: 70px;
      opacity: 0;
      transform: rotate(35deg) scale(1.1);
    }
  }

  /* Mobil yörünge animasyonları */
  @keyframes shuttleMovement {
    0% {
      transform: translate(0, 0) rotate(-15deg) scale(1);
    }
    50% {
      transform: translate(30px, -10px) rotate(-10deg) scale(0.95);
    }
    100% {
      transform: translate(0, 0) rotate(-15deg) scale(1);
    }
  }

  @keyframes stationOrbit {
    0% {
      transform: translate(0, 0) rotate(0deg);
    }
    50% {
      transform: translate(20px, -10px) rotate(180deg);
    }
    100% {
      transform: translate(0, 0) rotate(360deg);
    }
  }

  @keyframes planeMovement {
    0% {
      transform: rotate(0deg) translateX(60px) rotate(0deg);
    }
    100% {
      transform: rotate(360deg) translateX(60px) rotate(-360deg);
    }
  }
  .meteorite-title {
    position: absolute;
    top: 80%;
    left: 20%;
    font-family: "VistolSans-Bold", sans-serif;
    font-size: 10px;
    color: #fff;
    z-index: 20;
  }
}

/* Küçük mobil cihazlar için ek düzenlemeler */
@media (max-width: 480px) {
  .space-station-iss,
  .space-shuttle {
    width: 35px;
  }

  .satellite {
    width: 25px;
  }

  .meteorite {
    width: 15px;
  }

  .element-label {
    font-size: 8px;
    padding: 2px 4px;
  }
}
/* Mobile-specific tooltip styles */
@media (max-width: 768px) {
    /* Make tooltips appear centered on screen */
    [class$="-tooltip"] {
      position: fixed !important;
      left: 50% !important;
      top: 50% !important;
      transform: translate(-50%, -50%) !important;
      width: 220px !important;
      height: 220px !important;
      z-index: 1000 !important; /* Very high z-index to be above everything */
    }
    
   
    
    /* Active tooltip gets higher z-index and is shown */
    [class*="-hotspot"].active [class$="-tooltip"] {
      display: flex !important;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      opacity: 1 !important;
    }
    
    /* Make the rotating border a bit larger on mobile */
    [class*="-hotspot"].active [class$="-tooltip"]::before {
      width: 240px !important;
      height: 240px !important;
    }
    
    /* Alternative approach using display:none for other hotspots when one is active */
    body:has([class*="-hotspot"].active) [class*="-hotspot"]:not(.active) {
      display: none !important;
    }
  }
  @media (max-width: 1200.98px) {

    .kaplumbaga-hotspot-5 .kaplumbaga-tooltip {
      position: absolute !important;
      left: -45% !important;
      top: 20% !important;
      transform: translate(-40%, -20%) !important;
  }
  .kaplumbaga-tooltip h3 {
      padding: 0 1rem;
  }
  .kaplumbaga-hotspot-1 .kaplumbaga-tooltip {
      position: absolute !important;
      left: 70% !important;
      top: 70% !important;
      transform: translate(-70%, -70%) !important;
      width: 200px !important;
      height: 200px !important;
      margin: 0 !important;
  }
  .kaplumbaga-hotspot {
      margin-top: 3rem !important;
    }
    .kaplumbaga-media-content {
      position: relative !important;
    }
  
    .kaplumbaga-tooltip {
      position: absolute !important;
      left: 30% !important;
      top: 30% !important;
      transform: translate(-30%, -30%) !important;
      width: 200px !important;
      height: 200px !important;
      /* Remove connection to hotspot */
      margin: 0 !important;
    }
  
    .kaplumbaga-hotspot.active .kaplumbaga-tooltip::before {
      width: 200px !important;
      height: 200px !important;
    }
    .kaplumbaga-tooltip p {
      font-family: "VistolSans-Regular", sans-serif;
      font-size: 11px !important;
    }
  
    .kaplumbaga-tooltip h3 {
      font-family: "VistolSans-Black", sans-serif;
      font-size: 12px !important;
      margin-bottom: 10px;
      text-align: center;
      position: relative;
      z-index: 3;
      margin-top: 10px !important;
    }
  }
 /* Galeri container düzeni */
main.main .container {
    display: grid;
    /* grid-template-columns: repeat(auto-fill, minmax(250px, 1fr)); */
    gap: 20px;
    position: relative;
    min-height: 500px; /* Sabit bir minimum yükseklik ekleyelim */
    padding-bottom: 80px; /* Pagination için boşluk bırakalım */
  }
  
  /* Kartlar */
  .card {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    background-color: white;
  }
  
  .card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
  }
  
 
  
  .card-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
  }
  
  .card-image:hover img {
    transform: scale(1.05);
  }
  
  /* Pagination konteyner - sabit konumda */
  .gallery-pagination {
    width: 100%;
    padding: 20px 0;
    margin-top: 20px;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
  }
  
  .pagination-controls {
    display: inline-flex;
    align-items: center;
    background-color: white;
    border-radius: 50px;
    padding: 5px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  }
  
  .pagination-numbers {
    display: flex;
    align-items: center;
    margin: 0 10px;
  }
  
  /* Sayfa numaraları */
  .pagination-number {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    background: transparent;
    color: #7a599a;
    font-weight: 600;
    font-size: 14px;
    margin: 0 2px;
    cursor: pointer;
    border-radius: 50%;
    transition: all 0.2s ease;
  }
  
  .pagination-number:hover:not(.active) {
    background-color: rgba(195, 217, 64, 0.2);
  }
  
  .pagination-number.active {
    background-color: #c3d940;
    color: white;
  }
  
  /* Önceki/Sonraki butonları */
  .pagination-prev,
  .pagination-next {
    height: 36px;
    padding: 0 15px;
    border: none;
    background-color: #f5f5f5;
    color: #7a599a;
    font-weight: 600;
    cursor: pointer;
    border-radius: 50px;
    transition: all 0.2s ease;
  }
  
  .pagination-prev {
    margin-right: 5px;
  }
  
  .pagination-next {
    margin-left: 5px;
  }
  
  .pagination-prev:hover:not(:disabled),
  .pagination-next:hover:not(:disabled) {
    background-color: #c3d940;
    color: white;
  }
  
  .pagination-prev:disabled,
  .pagination-next:disabled {
    cursor: not-allowed;
    opacity: 0.5;
  }
  
  /* Responsive ayarlamalar */
  @media (max-width: 768px) {
    main.main .container {
      grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
      gap: 10px;
      min-height: 400px;
      padding-bottom: 100px;
    }
    
    .pagination-controls {
      flex-wrap: wrap;
      justify-content: center;
      padding: 8px;
      width: 95%;
      max-width: 300px;
    }
    
    .pagination-number {
      width: 32px;
      height: 32px;
      font-size: 12px;
    }
    
    .pagination-prev,
    .pagination-next {
      height: 32px;
      padding: 0 10px;
      font-size: 12px;
    }
  }