.sayfa-slider {
  width: 100%;
  height: 100dvh;
  overflow: hidden;
  position: relative;
}
.sayfa-slider .swiper-wrapper {
  height: 100%;
}
.sayfa-slider .swiper-slide {
  height: 100%;
  background-size: cover;
  background-position: center;
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  color: #fff;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.sayfa-slider .swiper-slide:not(.gsap-animated) {
  transform: translateX(120px) scale(0.8);
}
.sayfa-slider .swiper-slide:not(.image-loaded) {
  background-color: rgba(0, 0, 0, 0.05);
}
@media (max-width: 768px) {
  .sayfa-slider .swiper-slide:not(.gsap-animated) {
    transform: translateY(60px) scale(0.8);
  }
}
.sayfa-slider .overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.65) 90%);
  pointer-events: none;
}
.sayfa-slider .slide-content {
  position: absolute;
  bottom: 100px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 6;
  padding: 24px;
  text-align: center;
  max-width: min(90%, 900px);
  pointer-events: none;
  width: 90%;
  transition: none;
}
.sayfa-slider .slide-content a {
  pointer-events: auto;
  color: #fff;
  text-decoration: none;
}
.sayfa-slider .slide-content h2 {
  margin: 0 0 8px;
  font-size: clamp(24px, 3.5vw, 36px);
  line-height: 1.1;
  font-weight: 600;
  transform: translateY(80px);
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 768px) {
  .sayfa-slider .slide-content h2 {
    transform: translateY(0);
    font-size: 18px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
.sayfa-slider .slide-content p {
  margin: 0;
  font-size: clamp(15px, 1.6vw, 18px);
  opacity: 0.9;
  transform: translateY(120px);
  opacity: 0;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.4;
  max-height: 7em;
}
@supports not (-webkit-line-clamp: 5) {
  .sayfa-slider .slide-content p {
    max-height: 7em;
    overflow: hidden;
    position: relative;
  }
  .sayfa-slider .slide-content p::after {
    content: "...";
    position: absolute;
    bottom: 0;
    right: 0;
    background: linear-gradient(to right, transparent, rgba(0, 0, 0, 0.8) 50%);
    padding-left: 1em;
  }
}
@media (max-width: 768px) {
  .sayfa-slider .slide-content p {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .sayfa-slider .slide-content {
    bottom: 50px;
    transform: translateX(-50%);
  }
}

.slide-click-area {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  cursor: pointer;
  background: transparent;
}

.page-transition-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-size: cover;
  background-position: center;
  z-index: 60;
  pointer-events: none;
  opacity: 0;
}
.page-transition-overlay .transition-gradient-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.65) 90%);
  pointer-events: none;
  z-index: 1;
}

.site-header,
header,
.header,
nav,
.navigation,
.main-navigation {
  position: relative !important;
  z-index: 100 !important;
}

#wpadminbar {
  z-index: 150 !important;
}

.menu,
.nav-menu,
.primary-menu {
  z-index: 100 !important;
}

@media (max-width: 768px) {
  .sayfa-slider .swiper-wrapper {
    flex-direction: column !important;
  }
  .sayfa-slider .swiper-slide {
    width: 100% !important;
    height: 33.3333333333vh !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  .sayfa-slider .swiper-slide:last-child {
    border-bottom: none;
  }
  .sayfa-slider .slide-content {
    padding: 12px !important;
  }
  .sayfa-slider .slide-content h2 {
    font-size: 16px !important;
    margin-bottom: 4px !important;
  }
  .sayfa-slider .slide-content p {
    font-size: 12px !important;
  }
}
.page-transitioning .swiper-slide {
  pointer-events: none;
}

.hero-section {
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-position: center;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.hero-section .hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.65) 90%);
}
.hero-section .hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  max-width: 800px;
  padding: 0 20px;
}
.hero-section .hero-content h1 {
  font-size: clamp(24px, 4vw, 48px);
  margin-bottom: 20px;
  line-height: 1.2;
}
.hero-section .hero-content .hero-subtitle {
  font-size: clamp(16px, 2vw, 20px);
  margin-bottom: 30px;
  opacity: 0.9;
}
.hero-section .hero-content .hero-actions {
  margin-top: 30px;
}
.hero-section .hero-content .back-button {
  display: inline-block;
  padding: 12px 24px;
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
  text-decoration: none;
  border-radius: 6px;
  transition: all 0.3s ease;
  backdrop-filter: blur(10px);
}
.hero-section .hero-content .back-button:hover {
  background: rgba(255, 255, 255, 0.3);
  transform: translateY(-2px);
  color: #fff;
}

.content-section {
  padding: 60px 20px;
  background: #fff;
}
.content-section .container {
  max-width: 1200px;
  margin: 0 auto;
}
.content-section .container .content-wrapper {
  font-size: 16px;
  line-height: 1.6;
}
