.kesfet-content-wrapper {
  display: flex;
  flex-direction: row-reverse;
  width: 100%;
  /* max-width: 1200px; */
  margin: 0 auto;
  position: relative;
  gap: 30px;
}

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

/* Ana Tab İçerikleri */
.kesfet-tab-content {
  display: none;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

.kesfet-tab-content.active {
  display: block;
  opacity: 1;
}

/* Medyada Mercan Banner özel stil */
/* Medyada Mercan Banner base styles */
.medyada-mercan-banner {
  position: relative;
  width: 100vw;
  overflow: hidden;
  top: 0;
}

.medyada-mercan-banner img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.medyada-mercan-banner2 {
  position: relative;
  width: 100vw;
  overflow: hidden;
  top: 0;
}

.medyada-mercan-banner2 img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.medyada-mercan-banner3 {
  position: relative;
  width: 100vw;
  overflow: hidden;
  top: 0;
}

.medyada-mercan-banner3 img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.medyada-mercan-banner4 {
  position: relative;
  width: 100vw;
  overflow: hidden;
  top: 0;
}

.medyada-mercan-banner4 img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

/* Tablet view (768px to 1024px) */
/* @media screen and (max-width: 1024px) {
    .medyada-mercan-banner img {
        content: url("assets/images/mercani-kesfet/banner3-tablet.png");
    }
} */

/* Mobile view (up to 767px) */
@media screen and (max-width: 767px) {
  .medyada-mercan-banner img {
    content: url("../images/mercani-kesfet/mobile-banner.png");
  }
  .medyada-mercan-banner2 img {
    content: url("../images/mercani-kesfet/mobile-banner-ziyaret.png");
  }
  .medyada-mercan-banner3 img:first-child {
    content: url("../images/mercani-kesfet/mobilebanner-galeri.png");
  }
  .medyada-mercan-banner3 img:last-child {
    content: url("../images/mercani-kesfet/galeri-moon.png");
  }
  .medyada-mercan-banner4 img {
    content: url("../images/mercani-kesfet/mobile-banner-ziyaret.png");
  }
}

/* Diğer tablar için normal yapı */
/* #kesfet-tab2,
#kesfet-tab3,
#kesfet-tab4 {
  padding: 20px;
} */

/* Sağdaki Ana Tablar */
.kesfet-tabs-wrapper {
  position: absolute;
  right: 8%;
  top: 0;
  width: auto !important;
  z-index: 100;
  transform: translateY(50%);
}

.kesfet-tabs-list {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

/* Ana tab butonlarının temel stili */
.kesfet-tab-button {
  font-family: "VistolSans-Bold", sans-serif;
  font-weight: 700;
  padding: 10px 25px;
  border: none;
  border-radius: 50px;
  cursor: pointer;
  text-align: center;
  white-space: nowrap;
  transition: all 0.3s;
  font-size: 14px;
}

/* Her tab'ın kendi varsayılan rengi */
.kesfet-tab-button[data-tab="kesfet-tab1"] {
  background: #c3d941;
  color: #3c3c3c;
}

.kesfet-tab-button[data-tab="kesfet-tab2"] {
  background: #7c439a;
  color: #ffffff;
}

.kesfet-tab-button[data-tab="kesfet-tab3"] {
  background: #a6228e;
  color: #ffffff;
}

.kesfet-tab-button[data-tab="kesfet-tab4"] {
  background: #909090;
  color: #ffffff;
}

/* Active durumundaki görünümleri */
.kesfet-tab-button[data-tab="kesfet-tab1"].active {
  font-weight: 600;
  box-shadow: 0 0 10px rgba(195, 217, 64, 0.4);
  transform: scale(1.03);
}

.kesfet-tab-button[data-tab="kesfet-tab2"].active {
  font-weight: 600;
  box-shadow: 0 0 10px rgba(155, 81, 224, 0.4);
  transform: scale(1.03);
}

.kesfet-tab-button[data-tab="kesfet-tab3"].active {
  font-weight: 600;
  box-shadow: 0 0 10px rgba(128, 51, 194, 0.4);
  transform: scale(1.03);
}

.kesfet-tab-button[data-tab="kesfet-tab4"].active {
  font-weight: 600;
  box-shadow: 0 0 10px rgba(128, 128, 128, 0.4);
  transform: scale(1.03);
}

/* Hover efekti */
.kesfet-tab-button:hover:not(.active) {
  transform: scale(1.02);
  opacity: 0.9;
}

/* Active olmayan tabların opacity'si */
.kesfet-tab-button:not(.active) {
  opacity: 0.7;
}

/* Medyada Mercan tab içeriği için özel stiller */
#kesfet-tab1 {
  position: relative;
  margin-top: -20px;
}

/* Responsive Düzenlemeler */
@media only screen and (max-width: 767px) {
  .medyada-mercan-banner {
    height: auto;
  }
  .bottom-img p {
    position: relative !important;
    bottom: 0 !important;
    font-size: 30px !important;
  }
  .bottom-img img {
    width: 80% !important;
    height: auto;
    object-fit: cover;
    position: relative;
  }
}

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

.mercan-tab2-button {
  font-family: "VistolSans-Regular", sans-serif;
  font-weight: 400;
  padding: 10px 50px;
  border: none;
  border-radius: 20px;
  background: #fff;
  color: #3c3c3c;
  cursor: pointer;
  text-align: center;
  white-space: nowrap;
  transition: all 0.3s;
  box-shadow: 0 0 10px rgba(128, 128, 128, 0.5);
}

.mercan-tab2-button:hover {
  font-family: "VistolSans-Bold", sans-serif;
  font-weight: 600;
  background: #7c439a;
  color: #c3d941;
}
.mercan-tab2-button.active {
  font-family: "VistolSans-Bold", sans-serif;
  font-weight: 600;
  background: #c3d940;
  color: #3c3c3c;
}
.mercan-tab2-content {
  display: none;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  padding: 20px 0 0 0 !important;
}

.mercan-tab2-content.active {
  display: block;
  opacity: 1;
}
.galeri-baslik {
  font-family: "VistolSans-Bold", sans-serif;
  color: #a6228e;
  font-size: 2.5rem;
  font-weight: 800;
  position: relative;
  text-align: center;
}
.ziyaret_kural-baslik {
  font-family: "VistolSans-Bold", sans-serif;
  color: #1e2022;
  font-size: 2.5rem;
  font-weight: 800;
  position: relative;
  text-align: center;
}
.ziyaret_kural-baslik span {
  color: #7c439a;
}
.ziyaret_olanak-baslik {
  font-family: "VistolSans-Bold", sans-serif;
  color: #1e2022;
  font-size: 2.5rem;
  font-weight: 800;
  position: relative;
  text-align: center;
}
.ziyaret_olanak-baslik span {
  color: #909090;
}
.tab2-aciklama {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 2% auto;
  max-width: 900px;
  font-family: "VistolSans-Regular", sans-serif;
  font-weight: 400;
  font-size: 15px;
  color: #3c3c3c;
  text-align: center;
}
#ziyaret-kurallari .mercan-tabs-list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 25px;
  /* margin-left: 15%; */
}

#ziyaret-kurallari .mercan-tab2-button {
  font-family: "VistolSans-Regular", sans-serif;
  font-weight: 400;
  padding: 10px 50px;
  border: none;
  border-radius: 20px;
  background: #fff;
  color: #3c3c3c;
  cursor: pointer;
  text-align: center;
  white-space: nowrap;
  transition: all 0.3s;
  box-shadow: 0 0 10px rgba(128, 128, 128, 0.5);
}

#ziyaret-kurallari .mercan-tab2-button:hover {
  font-family: "VistolSans-Bold", sans-serif;
  font-weight: 600;
  background: #7c439a;
  color: #c3d941;
}
#ziyaret-kurallari .mercan-tab2-button.active {
  font-family: "VistolSans-Bold", sans-serif;
  font-weight: 600;
  background: #7c439a;
  color: #fff;
}
#ziyaret-kurallari .mercan-tab2-button:hover:not(.active) {
  background: rgba(124, 67, 154, 0.1);
  color: #7c439a;
}

.sss {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px;
  position: relative;
}
.sss-header {
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 40px auto;
}

.sss-header p:first-child {
  font-family: "VistolSans-Light", sans-serif;
  font-weight: 300;
  color: #090827;
  font-size: 25px;
  line-height: 0;
}

.sss-header p:nth-of-type(2) {
  font-family: "VistolSans-Bold", sans-serif;
  font-weight: 900;
  font-size: 65px;
  color: #7c439a;
  line-height: 0;
}

.sss-header p:nth-of-type(2) span {
  font-family: "VistolSans-Bold", sans-serif;
  font-weight: 900;
  font-size: 65px;
  color: #c3d940;
  line-height: normal;
}

.sss-header p:nth-of-type(3) {
  font-family: "VistolSans-Light", sans-serif;
  font-weight: 300;
  font-size: 18px;
  color: #090827;
  line-height: normal;
}

.sss .container {
  margin: 0 auto;
  width: 80%;
}

.accordion {
  background: transparent !important;
}

.accordion .accordion-item {
  border: 1px solid #e9e9e9;
  background: transparent;
  padding: 0 2rem;
  margin-bottom: 1em;
  border-radius: 50px;
  transition: all 0.3s ease;
}

/* Active state için item style */
.accordion .accordion-item.active {
  background: #7c439a;
  border-color: #7c439a;
}

.accordion button {
  font-family: "VistolSans-Bold", sans-serif;
  font-weight: 900;
  position: relative;
  display: block;
  text-align: left;
  width: 100%;
  padding: 1.2em 0;
  color: #3c3c3c;
  font-size: 1.1rem;
  font-weight: 400;
  border: none;
  background: none;
  outline: none;
}

/* Önceki CSS kodları aynı kalacak, sadece icon ile ilgili kısımları güncelliyoruz */

.accordion button .icon {
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 22px;
  height: 22px;
  border: 1px solid #c3d940;
  border-radius: 22px;
}

.accordion button .icon::before,
.accordion button .icon::after {
  content: "";
  position: absolute;
  background: #c3d940;
  transition: all 0.3s ease-in-out;
}

.accordion button .icon::before {
  top: 10px;
  left: 5px;
  width: 10px;
  height: 2px;
}

.accordion button .icon::after {
  top: 6px;
  left: 9px;
  width: 2px;
  height: 10px;
  transition: all 0.3s ease-in-out;
}

/* Active durumunda icon değişimi */
.accordion .accordion-item.active .icon::before {
  background: #fff;
}

.accordion .accordion-item.active .icon::after {
  background: #fff;
  transform: rotate(90deg);
  opacity: 0;
}
/* Active state styles */
.accordion .accordion-item.active button,
.accordion .accordion-item.active .accordion-content {
  color: #fff;
}

.accordion .accordion-item.active .icon {
  border-color: #fff;
}

.accordion .accordion-content {
  opacity: 0;
  height: 0;
  overflow: hidden;
  transition: all 0.3s ease;
  color: #3c3c3c;
}

.accordion .accordion-item.active .accordion-content {
  opacity: 1;
}

.accordion .accordion-content p {
  font-size: 15px;
  font-weight: 300;
  margin: 1em 0;
  font-family: "VistolSans-Regular", sans-serif;
  font-weight: 400;
}
.accordion .accordion-content a {
  color: #c3d940; /* Normal renk */
  text-decoration: underline;
  transition: color 0.3s ease, transform 0.3s ease;
  display: inline-block;
}

.accordion .accordion-content a:hover {
  color: #c3d940; /* Hover olduğunda renk */
  transform: translateY(-2px); /* Bağlantıyı hafifçe yukarı kaldır */
}

#ziyaret-planlama.bottom-img {
  width: auto;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
.bottom-img {
  width: auto;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
.bottom-img img {
  width: 100%;
  height: auto;
  object-fit: cover;
  position: relative;
}
#ziyaret-planlama.bottom-img p {
  font-family: "VistolSans-Bold", sans-serif;
  font-weight: 900;
  position: relative;
  color: #7c439a;
  top: 40px;
  font-size: 40px;
  display: flex;
  flex-direction: column;
  white-space: normal;
  left: 10%;
}
.bottom-img p {
  font-family: "VistolSans-Bold", sans-serif;
  font-weight: 900;
  position: relative;
  color: #7c439a;
  position: absolute;
  bottom: 27rem;
  font-size: 45px;
  display: flex;
  flex-direction: column;
}
.bottom-img p span {
  color: #707070;
  font-size: 30px;
  line-height: 1;
}
#olanaklar.bottom-img {
  width: auto;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
#olanaklar.bottom-img img {
  width: 60%;
  height: auto;
  object-fit: cover;
  position: relative;
}

#olanaklar.bottom-img p {
  font-family: "VistolSans-Bold", sans-serif;
  font-weight: 900;
  position: relative;
  color: #7c439a;
  bottom: 0;
  font-size: 40px;
  display: flex;
  flex-direction: column;
  white-space: nowrap;
  left: 5%;
}
#olanaklar.bottom-img p span {
  line-height: 1.4;
  font-size: 33px;
}
#olanaklar.bottom-img p span span {
  color: #c3d940;
}
#olanaklar.bottom-img .olanak_img2 {
  width: auto;
  height: auto;
  object-fit: cover;
  position: absolute;
  left: 3%;
  z-index: 100;
  bottom: -4%;
}
/* Ana Container */
.iklim-main-container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

/* Slider Navigation */
.iklim-slider-nav {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.iklim-nav-btn {
  position: relative;
  width: 36px; /* Biraz küçültüldü */
  height: 36px;
  border-radius: 50%;
  background: #fff;
  border: none;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.iklim-nav-btn:hover {
  background: #f5f5f5;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

.iklim-nav-btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.iklim-nav-btn i {
  font-size: 18px;
  color: #333;
}

/* Tabs Viewport ve Wrapper */
.iklim-tabs-viewport {
  width: 660px; /* Genişlik aynı kalıyor */
  overflow: hidden;
  margin: 0 10px; /* Kenar boşlukları azaltıldı */
  padding: 20px 0;
}

.iklim-tabs-wrapper {
  display: flex;
  gap: 15px;
  transition: transform 0.3s ease;
  cursor: grab;
  user-select: none;
  padding-right: 210px; /* Sona gelince durması için padding eklendi */
}

.iklim-tabs-wrapper.dragging {
  cursor: grabbing;
  transition: none;
}

/* Tab Butonları */
.iklim-tab {
  flex: 0 0 auto; /* Sabit genişlik yerine esnek */
  min-width: 210px;
  max-width: none; /* max-width kaldırıldı */
  white-space: normal; /* Metin sarma aktif */
  height: auto; /* Yükseklik esnek */
  min-height: 45px; /* Minimum yükseklik */
  line-height: 1.2; /* Satır yüksekliği düzeltildi */
  padding: 10px 20px; /* Padding artırıldı */
  border-radius: 25px;
  background: #fff;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  color: #333;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

.iklim-tab:hover {
  background: #e9e9e9;
}

.iklim-tab.active {
  background: #909090;
  color: #fff;
  /* transform: scale(1.05); */
}

/* Content Area */
.iklim-contents {
  margin-top: 40px;
}

.iklim-content-item {
  width: 100%;
  max-width: 1200px; /* İstediğiniz sabit genişliği buraya girin */
  margin: 0 auto;
  display: none; /* Başlangıçta tüm içerikleri gizle */
  opacity: 0;
  transition: opacity 0.3s ease;
}
.iklim-content-item.active {
  display: block;
  opacity: 1;
}

/* Responsive Design */
@media (max-width: 992px) {
  .iklim-tabs-viewport {
    width: 435px; /* 2 tab göster */
  }
}

@media (max-width: 768px) {
  .iklim-tabs-viewport {
    width: 210px; /* 1 tab göster */
  }
}

@media (max-width: 480px) {
  .iklim-main-container {
    padding: 30px;
  }

  .iklim-slider-nav {
    padding: 0 30px;
  }

  .iklim-nav-btn {
    width: 35px;
    height: 35px;
  }

  .iklim-tab {
    font-size: 14px;
  }
}

/* Hide scrollbar */
.iklim-tabs-viewport {
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.iklim-tabs-viewport::-webkit-scrollbar {
  display: none;
}
/* Main Title Styles */
.iklim-main-title {
  font-family: "VistolSans-Bold", sans-serif;
  font-weight: 700;
  font-size: 36px;
  text-align: start;
  color: #3b3b3b;
  margin: 20px auto;
}
.iklim-main-description {
  font-family: "VistolSans-Regular", sans-serif;
  font-weight: 400;
  font-size: 14px;
  text-align: start;
  color: #292929;
}
.iklim-main-description a {
  color: #7c439a; /* Normal renk */
  text-decoration: underline;
  transition: color 0.3s ease, transform 0.3s ease;
  display: inline-block;
}
.iklim-main-description a:hover {
  color: #c3d940; /* Hover olduğunda renk */
  transform: translateY(-2px); /* Bağlantıyı hafifçe yukarı kaldır */
}
.iklim-content-item ul li {
  font-family: "VistolSans-Regular", sans-serif;
  font-weight: 400;
  font-size: 14px;
  text-align: start;
  color: #292929;
}
.iklim-content-item ul li a {
  color: #7c439a; /* Normal renk */
  text-decoration: underline;
  transition: color 0.3s ease, transform 0.3s ease;
  display: inline-block;
}
.iklim-content-item ul li a:hover {
  color: #c3d940; /* Hover olduğunda renk */
  transform: translateY(-2px); /* Bağlantıyı hafifçe yukarı kaldır */
}

/* Responsive - 992px ve altı için */
@media (max-width: 992px) {
  .iklim-main-title {
    font-size: 28px;
  }
}
.rotating-container {
  position: absolute;
  width: 220px;
  height: 220px;
  top: 0;
  left: 5%;
  animation: rotate 20s linear infinite;
}

.image-container {
  position: absolute;
  width: 160px;
  height: 160px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  overflow: hidden;
}

.image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.text-wrapper {
  position: absolute;
  width: 190px;
  height: 190px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.rotating-text {
  width: 100%;
  height: 100%;
  overflow: visible;
}

.rotating-text text {
  font-family: "VistolSans-Regular", sans-serif;
  font-weight: 400;
  font-size: 15px;
  fill: #444547;
  letter-spacing: 1.2px;
}

#circlePath {
  stroke: none;
}

.rotating-text textPath {
  letter-spacing: 1.2px;
  word-spacing: 2.5px;
}

@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

#galeri-tab .mercan-tabs-list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 25px;
  /* margin-left: 15%; */
}

#galeri-tab .mercan-tab2-button {
  font-family: "VistolSans-Regular", sans-serif;
  font-weight: 400;
  padding: 10px 50px;
  border: none;
  border-radius: 20px;
  background: #fff;
  color: #3c3c3c;
  cursor: pointer;
  text-align: center;
  white-space: nowrap;
  transition: all 0.3s;
  box-shadow: 0 0 10px rgba(128, 128, 128, 0.5);
}

#galeri-tab .mercan-tab2-button:hover {
  font-family: "VistolSans-Bold", sans-serif;
  font-weight: 600;
  background: #a6228e;
  color: #c3d941;
}
#galeri-tab .mercan-tab2-button.active {
  font-family: "VistolSans-Bold", sans-serif;
  font-weight: 600;
  background: #a6228e;
  color: #fff;
}
#galeri-tab .mercan-tab2-button:hover:not(.active) {
  background: rgba(124, 67, 154, 0.1);
  color: #a6228e;
}

#galeri-bottom.bottom-img {
  width: auto;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  bottom: -4rem;
  position: relative;
  z-index: 15;
}
#galeri-bottom.bottom-img p {
  font-family: "VistolSans-Bold", sans-serif;
  font-weight: 900;
  position: relative;
  color: #7c439a;
  position: absolute;
  bottom: 5rem;
  font-size: 50px;
  display: flex;
  flex-direction: column;
}
#galeri-bottom.bottom-img p span {
  font-size: 35px;
}
#galeri-bottom.bottom-img img {
  width: 85%;
  height: auto;
  object-fit: cover;
  position: relative;
}
/* Kontroller Wrapper */
.galeri-controls-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  padding: 0 1rem;
  width: 100%;
  max-width: 1200px;
  gap: 1rem;
}

/* Filtre Butonları */
.galeri-filters {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  gap: 0.5rem;
  flex-wrap: wrap;
  width: 100%;
}

.galeri-filter-btn {
  white-space: nowrap;
  padding: 0.5rem 1.5rem;
  font-size: 0.95rem;
  border: none;
  border-radius: 20px;
  background: transparent;
  color: #333;
  cursor: pointer;
  transition: all 0.3s;
  font-family: "VistolSans-Regular", sans-serif;
}

.galeri-filter-btn:hover,
.galeri-filter-btn.active {
  color: #a6228e;
  font-family: "VistolSans-Bold", sans-serif;
}

/* View Butonları */
.galeri-view-options {
  display: flex;
  gap: 0.5rem;
  margin-left: auto;
}

.galeri-view-btn {
  width: 40px;
  height: 40px;
  border: none;
  background: #fff;
  color: #333;
  cursor: pointer;
  transition: all 0.3s;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.galeri-view-btn:hover,
.galeri-view-btn.active {
  color: #a6228e;
  background: rgba(166, 34, 142, 0.1);
}

/* Mobil Dropdown */
.galeri-mobile-dropdown {
  position: relative;
  margin: 1rem auto 2rem;
  max-width: 300px;
  z-index: 1000;
}

.galeri-dropdown-toggle {
  width: 100%;
  padding: 12px 20px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  font-size: 1rem;
  font-family: "VistolSans-Regular", sans-serif;
}

.galeri-chevron-icon {
  border-style: solid;
  border-width: 0.15em 0.15em 0 0;
  content: "";
  display: inline-block;
  height: 0.45em;
  width: 0.45em;
  position: relative;
  transform: rotate(135deg);
  transition: transform 0.3s ease;
  margin-left: 10px;
}

.galeri-dropdown-toggle.active .galeri-chevron-icon {
  transform: rotate(-45deg);
}

.galeri-dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  padding: 8px 0;
  margin-top: 4px;
}

.galeri-dropdown-menu.show {
  display: block;
  animation: galeriDropdownFadeIn 0.2s ease;
}

.galeri-dropdown-item {
  width: 100%;
  padding: 12px 20px;
  border: none;
  background: none;
  text-align: left;
  cursor: pointer;
  transition: all 0.2s ease;
  font-family: "VistolSans-Regular", sans-serif;
}

.galeri-dropdown-item:hover {
  background: rgba(166, 34, 142, 0.1);
  color: #a6228e;
}

.galeri-dropdown-item.active {
  background: rgba(166, 34, 142, 0.15);
  color: #a6228e;
  font-family: "VistolSans-Bold", sans-serif;
}

/* Grid Görünümleri */
.galeri-container {
  display: grid;
  gap: 1.5rem;
  margin: 2% auto;
  width: 100%;
  max-width: 1200px;
  padding: 0 1rem;
}

.galeri-container.grid-4 {
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem; /* 4'lü grid için daha küçük boşluk */
}

.galeri-container.grid-3 {
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}

.galeri-container.grid-2 {
  grid-template-columns: repeat(2, 1fr);
  max-width: 1000px;
  gap: 2rem;
}

.galeri-container.grid-1 {
  grid-template-columns: 1fr;
  max-width: 800px;
  gap: 2rem;
}

/* Card yapısı */
.card {
  background: #ffffff;
  border-radius: 8px;
  overflow: hidden;
  transition: all 0.3s ease;
}

.card-image {
  position: relative;
  width: 100%;
  padding-top: 75%; /* 4:3 aspect ratio */
  overflow: hidden;
}

.card-image a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.card:hover .card-image img {
  transform: scale(1.05);
}

.card.hidden {
  opacity: 0;
  position: absolute;
  pointer-events: none;
}

.card.visible {
  opacity: 1;
  position: relative;
}

/* Pagination */
.galeri-pagination-container {
  margin-top: 3rem;
}

.galeri-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  padding: 0;
  list-style: none;
}

.galeri-pagination .page-item {
  margin: 0 2px;
}

.galeri-pagination .page-link {
  min-width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 15px;
  border-radius: 8px;
  border: 1px solid #e0e0e0;
  background: #fff; /* CSS devamı */
  color: #333;
  font-weight: 500;
  transition: all 0.3s ease;
  cursor: pointer;
  font-family: "VistolSans-Regular", sans-serif;
}

.galeri-pagination .page-link:hover {
  background: rgba(166, 34, 142, 0.1);
  color: #a6228e;
  border-color: #a6228e;
}

.galeri-pagination .page-item.active .page-link {
  background: #a6228e;
  color: #fff;
  border-color: #a6228e;
  font-family: "VistolSans-Bold", sans-serif;
}

.galeri-pagination .page-item.disabled .page-link {
  opacity: 0.5;
  pointer-events: none;
}

/* Animasyonlar */
@keyframes galeriDropdownFadeIn {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Responsive */
@media (max-width: 1400px) {
  .galeri-container.grid-4 {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 1200px) {
  .galeri-container.grid-4,
  .galeri-container.grid-3 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 992px) {
  .galeri-container {
    padding: 0 0.5rem;
  }
}

@media (max-width: 768px) {
  .galeri-controls-wrapper {
    flex-direction: column;
    align-items: stretch;
  }

  .galeri-view-options {
    margin: 1rem 0;
    justify-content: flex-end;
  }

  .galeri-container {
    padding: 0 1rem;
  }

  .galeri-container.grid-4,
  .galeri-container.grid-3,
  .galeri-container.grid-2,
  .galeri-container.grid-1 {
    grid-template-columns: 1fr;
    max-width: 500px;
    gap: 1.5rem;
  }

  /* Mobilde kartların aspect ratio'sunu düzelt */
  .card-image {
    padding-top: 66.67%; /* 3:2 aspect ratio for mobile */
  }
}
.card-image {
    position: relative;
}
.video-play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 40px;
    height: 40px;
    background-color: rgba(0, 0, 0, 0.6);
    border-radius: 50%;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.2s ease;
}
.video-play-icon:hover {
    background-color: rgba(0, 0, 0, 0.8);
}