/* ============================================
   STICKY NAVIGATION MENU
   ============================================ */

/* Sticky Navigation Container */
.rp-sticky-nav {
  position: relative;
  width: 100%;
  background-color: rgba(42, 42, 42, 0.95);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  z-index: 50;
  transition: all 0.3s ease;
  padding: clamp(16px, 2vw, 24px) 0;
}

/* Sticky state - when scrolled past the navigation */
.rp-sticky-nav.sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: rgba(42, 42, 42, 0.95);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  padding: clamp(12px, 1.5vw, 20px) 0;
}

/* Navigation Container */
.rp-sticky-nav-container {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
}

/* Navigation Wrapper - Horizontal scroll on mobile */
.rp-sticky-nav-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(8px, 1vw, 12px);
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE and Edge */
  padding: 0 clamp(16px, 2vw, 24px);
  flex-wrap: wrap;
}

/* Hide scrollbar for Chrome, Safari and Opera */
.rp-sticky-nav-wrapper::-webkit-scrollbar {
  display: none;
}

/* Navigation Item - hero-nav-btn style */
.rp-sticky-nav-item {
  position: relative;
  cursor: pointer;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  pointer-events: auto;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.4);
  font-weight: 500;
  letter-spacing: -0.02em;
  padding: 12px 20px;
  border-radius: 8px;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  gap: 5px;
  color: white;
  text-decoration: none;
  white-space: nowrap;
  font-size: clamp(14px, 1.5vw, 18px);
  font-family: sans-serif;
  text-transform: uppercase;
}

/* Navigation Item - Inactive state */
.rp-sticky-nav-item:not(.active) {
  opacity: 0.7;
  transform: none;
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.15);
}

/* Navigation Item - Active state */
.rp-sticky-nav-item.active {
  opacity: 1;
  font-size: clamp(14px, 1.5vw, 18px); /* Font size değişmiyor, width genişlemesi önleniyor */
  font-weight: 500; /* Font weight değişmiyor */
  transform: none;
  background: linear-gradient(135deg, rgba(250, 194, 90, 0.14) 0%, rgba(250, 194, 90, 0.54) 100%);
  border: 1px solid rgba(255, 255, 255, 0.3); /* Border kalınlığı değişmiyor */
  box-shadow: none; /* Dış ışıma efekti yok */
}

/* Navigation Item - Hover state for inactive */
.rp-sticky-nav-item:not(.active):hover {
  opacity: 0.9;
  transform: none;
  background: rgba(255, 255, 255, 0.15);
  border-color: rgba(255, 255, 255, 0.2);
}

/* Navigation Item - Hover state for active */
.rp-sticky-nav-item.active:hover {
  transform: none;
  box-shadow: none; /* Dış ışıma efekti yok */
}

/* Text span styling */
.rp-sticky-nav-item span {
  position: relative;
  transition: all 0.3s ease;
  white-space: nowrap;
  line-height: 1.2;
  display: inline-flex;
  align-items: center;
  height: 100%;
}

/* Active text with subtle glow */
.rp-sticky-nav-item.active span {
  text-shadow: 
    0 2px 8px rgba(0, 0, 0, 0.5),
    0 0 12px rgba(255, 255, 255, 0.2);
}

/* Button element styling (İletişim) - button elementi rp-sticky-nav-item class'ına sahip */
button.rp-sticky-nav-item {
  background: rgba(255, 255, 255, 0.05) !important;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  padding: 12px 20px !important;
  margin: 0 !important;
  font-family: sans-serif !important;
  font-size: clamp(14px, 1.5vw, 18px) !important; /* Diğer menülerle aynı font-size */
  font-weight: 500 !important;
  color: white !important;
  cursor: pointer !important;
  display: flex !important;
  align-items: center !important;
  gap: 5px !important;
  text-align: center !important;
  width: auto !important;
  height: auto !important;
  box-sizing: border-box !important;
  text-transform: uppercase !important; /* Büyük harf */
  letter-spacing: -0.02em !important;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.4) !important;
  white-space: nowrap !important;
  text-decoration: none !important;
}

button.rp-sticky-nav-item:not(.active) {
  opacity: 0.7;
  transform: none;
  background: rgba(255, 255, 255, 0.1) !important;
  border-color: rgba(255, 255, 255, 0.15) !important;
}

button.rp-sticky-nav-item.active {
  opacity: 1;
  font-size: clamp(14px, 1.5vw, 18px) !important; /* Font size değişmiyor, width genişlemesi önleniyor */
  font-weight: 500 !important; /* Font weight değişmiyor */
  transform: none;
  background: linear-gradient(135deg, rgba(250, 194, 90, 0.14) 0%, rgba(250, 194, 90, 0.54) 100%) !important;
  border: 1px solid rgba(255, 255, 255, 0.3) !important; /* Border kalınlığı değişmiyor */
  box-shadow: none !important; /* Dış ışıma efekti yok */
}

button.rp-sticky-nav-item:not(.active):hover {
  opacity: 0.9;
  transform: none;
  background: rgba(255, 255, 255, 0.15) !important;
  border-color: rgba(255, 255, 255, 0.2) !important;
}

button.rp-sticky-nav-item.active:hover {
  transform: none;
  box-shadow: none !important; /* Dış ışıma efekti yok */
}

/* Responsive - Tablet */
@media (max-width: 1024px) {
  .rp-sticky-nav-wrapper {
    justify-content: flex-start;
    flex-wrap: nowrap;
    gap: clamp(6px, 0.8vw, 10px);
    padding: 0 clamp(12px, 1.5vw, 20px);
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }

  .rp-sticky-nav-item {
    padding: 10px 16px;
    font-size: clamp(13px, 1.4vw, 17px);
    flex-shrink: 0;
    scroll-snap-align: start;
  }

  .rp-sticky-nav-item.active {
    font-size: clamp(13px, 1.4vw, 17px); /* Font size değişmiyor */
  }

  button.rp-sticky-nav-item {
    padding: 10px 16px !important; /* Tablet'te diğer menülerle aynı padding */
    font-size: clamp(13px, 1.4vw, 17px) !important; /* Tablet'te diğer menülerle aynı */
    font-weight: 500 !important;
    letter-spacing: -0.02em !important;
    text-transform: uppercase !important;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.4) !important;
  }

  button.rp-sticky-nav-item.active {
    font-size: clamp(13px, 1.4vw, 17px) !important; /* Tablet'te diğer menülerle aynı */
    font-weight: 500 !important; /* Font weight değişmiyor */
    padding: 10px 16px !important; /* Tablet'te diğer menülerle aynı padding */
    border: 1px solid rgba(255, 255, 255, 0.3) !important; /* Border kalınlığı değişmiyor */
  }

  button.rp-sticky-nav-item:not(.active) {
    padding: 10px 16px !important; /* Tablet'te diğer menülerle aynı padding */
    background: rgba(255, 255, 255, 0.1) !important;
    border-color: rgba(255, 255, 255, 0.15) !important;
  }
}

/* Responsive - Mobile */
@media (max-width: 768px) {
  .rp-sticky-nav-wrapper {
    justify-content: flex-start;
    flex-wrap: nowrap;
    gap: 8px;
    padding: 0 16px;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }

  .rp-sticky-nav-item {
    padding: 10px 14px;
    font-size: clamp(12px, 1.3vw, 16px);
    flex-shrink: 0;
    scroll-snap-align: start;
  }

  .rp-sticky-nav-item.active {
    font-size: clamp(12px, 1.3vw, 16px); /* Font size değişmiyor */
  }

  button.rp-sticky-nav-item {
    padding: 10px 14px !important; /* Mobile'de diğer menülerle aynı padding */
    font-size: clamp(12px, 1.3vw, 16px) !important; /* Mobile'de diğer menülerle aynı */
    font-weight: 500 !important;
    letter-spacing: -0.02em !important;
    text-transform: uppercase !important;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.4) !important;
    flex-shrink: 0;
    scroll-snap-align: start;
  }

  button.rp-sticky-nav-item.active {
    font-size: clamp(12px, 1.3vw, 16px) !important; /* Mobile'de diğer menülerle aynı */
    font-weight: 500 !important; /* Font weight değişmiyor */
    padding: 10px 14px !important; /* Mobile'de diğer menülerle aynı padding */
    border: 1px solid rgba(255, 255, 255, 0.3) !important; /* Border kalınlığı değişmiyor */
  }

  button.rp-sticky-nav-item:not(.active) {
    padding: 10px 14px !important; /* Mobile'de diğer menülerle aynı padding */
    background: rgba(255, 255, 255, 0.1) !important;
    border-color: rgba(255, 255, 255, 0.15) !important;
  }
}

/* Responsive - Small Mobile */
@media (max-width: 480px) {
  .rp-sticky-nav-wrapper {
    justify-content: flex-start;
    flex-wrap: nowrap;
    gap: 6px;
    padding: 0 12px;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }

  .rp-sticky-nav-item {
    padding: 8px 12px;
    font-size: clamp(11px, 1.2vw, 14px);
    flex-shrink: 0;
    scroll-snap-align: start;
  }

  .rp-sticky-nav-item.active {
    font-size: clamp(11px, 1.2vw, 14px); /* Font size değişmiyor */
  }

  button.rp-sticky-nav-item {
    padding: 8px 12px !important; /* Small mobile'de diğer menülerle aynı padding */
    font-size: clamp(11px, 1.2vw, 14px) !important; /* Small mobile'de diğer menülerle aynı */
    font-weight: 500 !important;
    letter-spacing: -0.02em !important;
    text-transform: uppercase !important;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.4) !important;
    flex-shrink: 0;
    scroll-snap-align: start;
  }

  button.rp-sticky-nav-item.active {
    font-size: clamp(11px, 1.2vw, 14px) !important; /* Small mobile'de diğer menülerle aynı */
    font-weight: 500 !important; /* Font weight değişmiyor */
    padding: 8px 12px !important; /* Small mobile'de diğer menülerle aynı padding */
    border: 1px solid rgba(255, 255, 255, 0.3) !important; /* Border kalınlığı değişmiyor */
  }

  button.rp-sticky-nav-item:not(.active) {
    padding: 8px 12px !important; /* Small mobile'de diğer menülerle aynı padding */
    background: rgba(255, 255, 255, 0.1) !important;
    border-color: rgba(255, 255, 255, 0.15) !important;
  }
}

/* ============================================
   PROJE DETAY - TEXT EDITOR STYLES
   ============================================ */

.text-editor {
  display: flex;
  flex-direction: column;
  max-width: 986px;
  width: 100%;
  gap: 1.25rem;
}

/* ============================================
   PARAGRAPHS
   ============================================ */

.text-editor p {
  font-size: clamp(16px, 1.25vw, 20px);
  line-height: 1.7;
  letter-spacing: -0.2px;
  color: rgba(0, 0, 0, 0.6);
  margin: 0;
  font-weight: 400;
}

/* ============================================
   HEADINGS
   ============================================ */

.text-editor h1 {
  font-size: clamp(24px, 2.25vw, 36px);
  font-weight: 600;
  letter-spacing: -1.022px;
  line-height: 1.3;
  color: #000;
  margin: 0;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}

.text-editor h1:first-child {
  margin-top: 0;
}

.text-editor h2 {
  font-size: clamp(22px, 2vw, 32px);
  font-weight: 600;
  letter-spacing: -0.8px;
  line-height: 1.35;
  color: #000;
  margin: 0;
}

.text-editor h3 {
  font-size: clamp(20px, 1.75vw, 28px);
  font-weight: 600;
  letter-spacing: -0.6px;
  line-height: 1.4;
  color: #000;
  margin: 0;
  margin-top: 1.75rem;
  margin-bottom: 1rem;
}

.text-editor h4 {
  font-size: clamp(18px, 1.5vw, 24px);
  font-weight: 600;
  letter-spacing: -0.4px;
  line-height: 1.45;
  color: #000;
  margin: 0;
  margin-top: 1.5rem;
  margin-bottom: 0.875rem;
}

.text-editor h5 {
  font-size: clamp(17px, 1.25vw, 20px);
  font-weight: 600;
  letter-spacing: -0.3px;
  line-height: 1.5;
  color: #000;
  margin: 0;
  margin-top: 1.25rem;
  margin-bottom: 0.75rem;
}

.text-editor h6 {
  font-size: clamp(16px, 1.1vw, 18px);
  font-weight: 600;
  letter-spacing: -0.2px;
  line-height: 1.5;
  color: #000;
  margin: 0;
  margin-top: 1rem;
  margin-bottom: 0.625rem;
}

/* ============================================
   STRONG / BOLD TEXT
   ============================================ */

.text-editor strong {
  font-weight: 600;
  color: #000;
}

.text-editor h2 strong,
.text-editor h3 strong,
.text-editor h4 strong,
.text-editor h5 strong,
.text-editor h6 strong {
  font-weight: 600;
  color: inherit;
}

/* ============================================
   LISTS
   ============================================ */

.text-editor ul,
.text-editor ol {
  margin: 1.5rem 0;
  padding: 0;
  padding-left: 0;
  list-style: none;
}

.text-editor ul li,
.text-editor ol li {
  position: relative;
  font-size: clamp(16px, 1.25vw, 18px);
  line-height: 1.75;
  letter-spacing: -0.2px;
  color: rgba(0, 0, 0, 0.65);
  margin: 0;
  margin-bottom: 0.875rem;
  padding-left: 1.75rem;
  font-weight: 400;
}

.text-editor ul li:last-child,
.text-editor ol li:last-child {
  margin-bottom: 0;
}

/* Custom bullet for ul */
.text-editor ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.65em;
  width: 8px;
  height: 8px;
  background-color: #fac25a;
  border-radius: 50%;
  transform: translateY(-50%);
}

/* Custom numbering for ol */
.text-editor ol {
  counter-reset: list-counter;
  list-style: none;
}

.text-editor ol li {
  counter-increment: list-counter;
}

.text-editor ol li::before {
  content: counter(list-counter) '.';
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 600;
  color: #fac25a;
  font-size: clamp(15px, 1.1vw, 17px);
}

/* ============================================
   LINKS
   ============================================ */

.text-editor a {
  color: #fac25a;
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: color 0.3s ease;
}

.text-editor a:hover {
  color: #000;
  text-decoration: underline;
}

/* ============================================
   OTHER ELEMENTS
   ============================================ */

.text-editor blockquote {
  margin: 1.5rem 0;
  padding: 1.25rem 1.5rem;
  border-left: 4px solid #fac25a;
  background-color: #f8f8f8;
  font-style: italic;
  color: rgba(0, 0, 0, 0.7);
  font-size: clamp(16px, 1.25vw, 18px);
  line-height: 1.7;
}

.text-editor hr {
  margin: 2rem 0;
  border: none;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  height: 1px;
}

.text-editor img {
  max-width: 100%;
  height: auto;
  margin: 1.5rem 0;
  border-radius: 8px;
}

.text-editor code {
  background-color: #f4f4f4;
  padding: 0.2rem 0.4rem;
  border-radius: 4px;
  font-family: 'Courier New', monospace;
  font-size: 0.9em;
  color: #fac25a;
}

.text-editor pre {
  background-color: #f4f4f4;
  padding: 1.25rem;
  border-radius: 8px;
  overflow-x: auto;
  margin: 1.5rem 0;
  font-family: 'Courier New', monospace;
  font-size: clamp(14px, 1vw, 16px);
  line-height: 1.6;
}

.text-editor pre code {
  background-color: transparent;
  padding: 0;
  color: inherit;
}

/* ============================================
   RESPONSIVE ADJUSTMENTS
   ============================================ */

/* Tablet */
@media (max-width: 1024px) {
  .text-editor {
    gap: 1.125rem;
  }

  .text-editor p {
    font-size: clamp(15px, 2vw, 18px);
    line-height: 1.65;
  }

  .text-editor h2 {
    margin: 0;
  }

  .text-editor ul li,
  .text-editor ol li {
    font-size: clamp(15px, 2vw, 17px);
    padding-left: 1.5rem;
    margin-bottom: 0.75rem;
  }

  .text-editor ul li::before {
    width: 7px;
    height: 7px;
  }
}

/* Mobile */
@media (max-width: 768px) {
  .text-editor {
    gap: 1rem;
  }

  .text-editor p {
    font-size: 16px;
    line-height: 1.6;
    letter-spacing: -0.15px;
  }

  .text-editor h1 {
    font-size: 24px;
    margin-top: 1.25rem;
    margin-bottom: 0.875rem;
    letter-spacing: -0.8px;
  }

  .text-editor h2 {
    font-size: 22px;
    margin: 0;
    letter-spacing: -0.6px;
  }

  .text-editor h3 {
    font-size: 20px;
    margin-top: 1.25rem;
    margin-bottom: 0.75rem;
    letter-spacing: -0.5px;
  }

  .text-editor h4 {
    font-size: 18px;
    margin-top: 1.125rem;
    margin-bottom: 0.625rem;
  }

  .text-editor h5 {
    font-size: 17px;
    margin-top: 1rem;
    margin-bottom: 0.625rem;
  }

  .text-editor h6 {
    font-size: 16px;
    margin-top: 0.875rem;
    margin-bottom: 0.5rem;
  }

  .text-editor ul,
  .text-editor ol {
    margin: 1.25rem 0;
  }

  .text-editor ul li,
  .text-editor ol li {
    font-size: 16px;
    line-height: 1.7;
    padding-left: 1.375rem;
    margin-bottom: 0.625rem;
  }

  .text-editor ul li::before {
    width: 6px;
    height: 6px;
    top: 0.6em;
  }

  .text-editor blockquote {
    margin: 1.25rem 0;
    padding: 1rem 1.25rem;
    font-size: 15px;
  }

  .text-editor hr {
    margin: 1.5rem 0;
  }

  .text-editor img {
    margin: 1.25rem 0;
  }
}

/* Small Mobile */
@media (max-width: 480px) {
  .text-editor {
    gap: 0.875rem;
  }

  .text-editor p {
    font-size: 15px;
    line-height: 1.65;
  }

  .text-editor h1 {
    font-size: 22px;
  }

  .text-editor h2 {
    font-size: 20px;
  }

  .text-editor h3 {
    font-size: 18px;
  }

  .text-editor ul li,
  .text-editor ol li {
    font-size: 15px;
    padding-left: 1.25rem;
  }

  .text-editor ul li::before {
    width: 5px;
    height: 5px;
  }
}

/* ============================================
   SOSYAL DONATILAR SECTION
   ============================================ */

.rp-amenities-section {
  background-color: #ffffff;
  width: 100%;
}

.rp-amenities-header {
  text-align: left;
  margin-bottom: clamp(30px, 4vw, 60px);
}

.rp-amenities-title {
  font-size: clamp(28px, 3vw, 42px);
  font-weight: 600;
  color: #000;
  margin: 0;
  margin-bottom: clamp(10px, 1.5vw, 20px);
  letter-spacing: -1px;
  line-height: 1.2;
}

.rp-amenities-subtitle {
  font-size: clamp(16px, 1.5vw, 20px);
  color: rgba(0, 0, 0, 0.6);
  margin: 0;
  line-height: 1.6;
  font-weight: 400;
}

.rp-amenities-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: clamp(16px, 2vw, 24px);
  width: 100%;
}

.rp-amenity-card {
  background: #ffffff;
  padding: clamp(20px, 2.5vw, 28px);
  border-radius: 16px;
  text-align: center;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  border: 2px solid transparent;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: clamp(12px, 1.5vw, 16px);
  align-items: center;
  justify-content: center;
}

.rp-amenity-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, #fac25a 0%, transparent 100%);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.rp-amenity-card::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 120px;
  height: 120px;
  background: radial-gradient(circle, rgba(250, 194, 90, 0.08) 0%, transparent 70%);
  border-radius: 50%;
  transform: translate(30%, -30%);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  pointer-events: none;
}

.rp-amenity-card:hover::before {
  transform: scaleX(1);
}

.rp-amenity-card:hover::after {
  transform: translate(20%, -20%) scale(1.2);
}

.rp-amenity-card:hover {
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12);
  border-color: rgba(250, 194, 90, 0.2);
  background: linear-gradient(to bottom, #ffffff 0%, #fafafa 100%);
}

.rp-amenity-icon {
  width: clamp(80px, 9vw, 100px);
  height: clamp(80px, 9vw, 100px);
  background: linear-gradient(135deg, #000 0%, #1a1a1a 100%);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  z-index: 1;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
  flex-shrink: 0;
  padding: 0;
}

.rp-amenity-svg {
  width: 80%;
  height: 80%;
  object-fit: contain;
  filter: brightness(0) saturate(100%) invert(78%) sepia(67%) saturate(1352%) hue-rotate(338deg) brightness(102%) contrast(98%);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.rp-amenity-icon::before {
  content: '';
  position: absolute;
  inset: -2px;
  border-radius: 18px;
  background: linear-gradient(135deg, #fac25a, rgba(250, 194, 90, 0.3));
  opacity: 0;
  transition: opacity 0.4s ease;
  z-index: -1;
}

.rp-amenity-card:hover .rp-amenity-icon {
  transform: scale(1.05);
  box-shadow: 0 12px 32px rgba(250, 194, 90, 0.3);
  background: linear-gradient(135deg, #fac25a 0%, #f5b041 100%);
}

.rp-amenity-card:hover .rp-amenity-svg {
  filter: brightness(0) saturate(100%) invert(100%);
}

.rp-amenity-card:hover .rp-amenity-icon::before {
  opacity: 1;
}

.rp-amenity-title {
  font-size: clamp(16px, 2vw, 20px);
  font-weight: 600;
  color: #000;
  margin: 0;
  line-height: 1.3;
  letter-spacing: -0.3px;
  position: relative;
  z-index: 1;
  text-align: center;
  min-height: 78px;
}


/* ============================================
   RESPONSIVE ADJUSTMENTS - SOSYAL DONATILAR
   ============================================ */

/* Tablet */
@media (max-width: 1024px) {
  .rp-amenities-grid {
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    gap: clamp(14px, 1.8vw, 20px);
  }

  .rp-amenity-card {
    padding: clamp(18px, 2.2vw, 24px);
    gap: clamp(10px, 1.2vw, 14px);
  }

  .rp-amenity-icon {
    width: clamp(75px, 8.5vw, 90px);
    height: clamp(75px, 8.5vw, 90px);
    padding: 0;
  }

  .rp-amenity-title {
    font-size: clamp(15px, 1.8vw, 18px);
  }
}

/* Mobile */
@media (max-width: 768px) {
  .rp-amenities-header {
    margin-bottom: clamp(24px, 3vw, 40px);
  }

  .rp-amenities-title {
    font-size: clamp(24px, 4vw, 32px);
    margin-bottom: clamp(8px, 1.2vw, 16px);
  }

  .rp-amenities-subtitle {
    font-size: clamp(15px, 2vw, 18px);
  }

  .rp-amenities-grid {
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    gap: clamp(14px, 2vw, 20px);
  }

  .rp-amenity-card {
    padding: clamp(18px, 2.5vw, 24px);
    gap: clamp(10px, 1.2vw, 14px);
    border-radius: 14px;
  }

  .rp-amenity-icon {
    width: clamp(70px, 8vw, 80px);
    height: clamp(70px, 8vw, 80px);
    padding: 0;
    border-radius: 14px;
  }

  .rp-amenity-title {
    font-size: clamp(14px, 1.8vw, 18px);
    min-height: 35px;
  }
}

/* Small Mobile */
@media (max-width: 480px) {
  .rp-amenities-grid {
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    gap: clamp(12px, 1.8vw, 18px);
  }

  .rp-amenity-card {
    padding: clamp(16px, 2.5vw, 22px);
    gap: clamp(8px, 1vw, 12px);
    border-radius: 14px;
  }

  .rp-amenity-icon {
    width: clamp(65px, 7.5vw, 75px);
    height: clamp(65px, 7.5vw, 75px);
    padding: 0;
    border-radius: 12px;
  }

  .rp-amenity-title {
    font-size: clamp(13px, 1.6vw, 16px);
  }
}

/* ============================================
   GALLERY SECTION - TAB BUTTONS
   ============================================ */

.swiper-gallery-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: clamp(8px, 1vw, 12px);
}

.gallery-tab-btn {
  display: flex;
  align-items: center;
  gap: clamp(8px, 1vw, 12px);
  padding: clamp(12px, 1.5vw, 18px) clamp(16px, 2vw, 24px);
  background: transparent;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s ease;
  font-size: clamp(14px, 1.5vw, 17px);
  font-weight: 500;
  color: rgba(0, 0, 0, 0.6);
  white-space: nowrap;
}

.gallery-tab-btn:hover {
  background: #ffffff;
  box-shadow: 0 1px 5px -1px rgba(0, 0, 0, 0.25);
  color: #000;
}

.gallery-tab-btn.active {
  background: #ffffff;
  box-shadow: 0 1px 5px -1px rgba(0, 0, 0, 0.25);
  color: #000;
}

.gallery-tab-btn i {
  font-size: clamp(18px, 2vw, 22px);
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Responsive adjustments for gallery tabs */
@media (max-width: 768px) {
  .swiper-gallery-buttons {
    gap: clamp(5px, 1vw, 8px);
    padding: clamp(8px, 1vw, 10px);
  }

  .gallery-tab-btn {
    padding: clamp(10px, 1.2vw, 15px) clamp(12px, 1.5vw, 18px);
    gap: clamp(5px, 0.8vw, 8px);
    font-size: clamp(13px, 1.4vw, 15px);
  }

  .gallery-tab-btn i {
    font-size: clamp(16px, 1.8vw, 20px);
  }
}

@media (max-width: 480px) {
  .swiper-gallery-buttons {
    gap: 4px;
    padding: 6px;
  }

  .gallery-tab-btn {
    padding: 8px 12px;
    gap: 6px;
    font-size: 12px;
  }

  .gallery-tab-btn i {
    font-size: 14px;
  }
}

/* ============================================
   PROJE VİDEOSU & İNŞAAT GÜNCELLEMELERİ SECTION
   ============================================ */

.rp-project-updates-section {
  background-color: #ffffff;
  width: 100%;
  overflow-x: hidden;
}

.rp-project-updates-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(30px, 4vw, 60px);
  align-items: start;
  width: 100%;
  max-width: 100%;
}

/* Sol Taraf: Proje Videosu */
.rp-project-video-wrapper {
  display: flex;
  flex-direction: column;
  gap: clamp(16px, 2vw, 24px);
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  height: fit-content;
}

.rp-project-video-title {
  font-size: clamp(24px, 3vw, 32px);
  font-weight: 600;
  color: #000;
  margin: 0;
  letter-spacing: -0.8px;
  line-height: 1.3;
}

.rp-project-video-thumbnail {
  display: block;
  width: 100%;
}

.rp-project-video-thumbnail > div {
  width: 100%;
  aspect-ratio: 246 / 181;
}

/* Proje Videosu Play Butonu Renkleri */
.rp-project-video-thumbnail .bg-actionMidnight {
  background-color: #fac25a !important;
}

.rp-project-video-thumbnail .group\/video:hover .bg-actionMidnight {
  background-color: #333333 !important;
}

.rp-project-video-thumbnail .border-actionMidnight\/90 {
  border-color: rgba(250, 194, 90, 0.9) !important;
}

.rp-project-video-thumbnail .group\/video:hover .border-actionMidnight\/90 {
  border-color: rgba(51, 51, 51, 0.9) !important;
}

.rp-project-video-thumbnail .border-actionMidnight\/70 {
  border-color: rgba(250, 194, 90, 0.7) !important;
}

.rp-project-video-thumbnail .group\/video:hover .border-actionMidnight\/70 {
  border-color: rgba(51, 51, 51, 0.7) !important;
}

.rp-project-video-thumbnail .border-actionMidnight\/50 {
  border-color: rgba(250, 194, 90, 0.5) !important;
}

.rp-project-video-thumbnail .group\/video:hover .border-actionMidnight\/50 {
  border-color: rgba(51, 51, 51, 0.5) !important;
}

/* Galeri Kısmındaki Video Butonları Renkleri */
.swiper-gallery .bg-actionMidnight {
  background-color: #fac25a !important;
}

.swiper-gallery .group\/video:hover .bg-actionMidnight {
  background-color: #333333 !important;
}

.swiper-gallery .border-actionMidnight\/90 {
  border-color: rgba(250, 194, 90, 0.9) !important;
}

.swiper-gallery .group\/video:hover .border-actionMidnight\/90 {
  border-color: rgba(51, 51, 51, 0.9) !important;
}

.swiper-gallery .border-actionMidnight\/70 {
  border-color: rgba(250, 194, 90, 0.7) !important;
}

.swiper-gallery .group\/video:hover .border-actionMidnight\/70 {
  border-color: rgba(51, 51, 51, 0.7) !important;
}

.swiper-gallery .border-actionMidnight\/50 {
  border-color: rgba(250, 194, 90, 0.5) !important;
}

.swiper-gallery .group\/video:hover .border-actionMidnight\/50 {
  border-color: rgba(51, 51, 51, 0.5) !important;
}

/* Proje Materyalleri Section */
.rp-project-materials {
  margin-top: 60px;
}

.rp-project-materials-title {
  font-size: 32px;
  font-weight: 700;
  color: #000000;
  margin: 0 0 40px 0;
  text-align: left;
  font-family: sans-serif;
}

.rp-project-materials-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 20px;
  align-items: flex-start;
  max-width: 100%;
}

.rp-project-material-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  transition: transform 0.3s ease, opacity 0.3s ease;
  cursor: pointer;
}

.rp-project-material-item:hover {
  transform: translateY(-5px);
  opacity: 0.9;
}

.rp-project-material-icon {
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.rp-project-material-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.rp-project-material-label {
  font-size: 18px;
  font-weight: 600;
  color: #fac25a;
  margin: 0;
  text-align: center;
  font-family: sans-serif;
}

/* Responsive - Tablet */
@media (max-width: 1024px) {
  .rp-project-materials {
    margin-top: 40px;
  }

  .rp-project-materials-title {
    font-size: 28px;
    margin-bottom: 30px;
  }

  .rp-project-materials-grid {
    gap: 15px;
  }

  .rp-project-material-icon {
    width: 70px;
    height: 70px;
    margin-bottom: 15px;
  }

  .rp-project-material-label {
    font-size: 16px;
  }
}

/* Responsive - Mobile */
@media (max-width: 768px) {
  .rp-project-materials {
    margin-top: 30px;
  }

  .rp-project-materials-title {
    font-size: 24px;
    margin-bottom: 25px;
  }

  .rp-project-materials-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
  }

  .rp-project-material-icon {
    width: 50px;
    height: 50px;
    margin-bottom: 10px;
  }

  .rp-project-material-label {
    font-size: 14px;
  }
}

/* Responsive - Small Mobile */
@media (max-width: 480px) {
  .rp-project-materials {
    margin-top: 20px;
  }

  .rp-project-materials-title {
    font-size: 20px;
    margin-bottom: 20px;
  }

  .rp-project-materials-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
  }

  .rp-project-material-icon {
    width: 45px;
    height: 45px;
    margin-bottom: 8px;
  }

  .rp-project-material-label {
    font-size: 12px;
  }
}

/* ============================================
   KONUM SECTION
   ============================================ */

.rp-location-section {
  width: 100%;
}

.rp-location-container {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 40px;
  align-items: stretch;
}

.rp-location-title {
  font-size: clamp(28px, 3vw, 40px);
  font-weight: 600;
  color: #000000;
  margin: 0 0 16px 0;
  line-height: 1.3;
  letter-spacing: -0.5px;
}

.rp-location-desc {
  color: rgba(0, 0, 0, 0.6);
  font-size: clamp(16px, 1.5vw, 18px);
  line-height: 1.6;
  margin: 0 0 30px 0;
}

.rp-location-tabs {
  display: flex;
  gap: 10px;
  margin: 0 0 20px 0;
  flex-wrap: wrap;
  background: #F8F8F8;
  padding: 10px;
  border-radius: 8px;
  width: fit-content;
}

.rp-location-tab-btn {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: clamp(12px, 1.5vw, 18px) clamp(16px, 2vw, 24px);
  background: transparent;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s ease;
  font-size: clamp(14px, 1.5vw, 17px);
  font-weight: 500;
  color: rgba(0, 0, 0, 0.6);
  white-space: nowrap;
}

.rp-location-tab-btn:hover {
  background: #ffffff;
  box-shadow: 0 1px 5px -1px rgba(0, 0, 0, 0.25);
  color: #000;
}

.rp-location-tab-btn.active {
  background: #ffffff;
  box-shadow: 0 1px 5px -1px rgba(0, 0, 0, 0.25);
  color: #000;
}

.rp-location-content {
  margin-top: 8px;
}

.rp-location-tab-panel.hidden {
  display: none !important;
}

.rp-location-tab-panel.active {
  display: block !important;
}

.rp-location-list {
  list-style: none;
  margin: 24px 0 0 0;
  padding: 0;
}

.rp-location-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 0;
  border-bottom: 1px solid #e6e6e6;
}

.rp-location-item:last-child {
  border-bottom: none;
}

.rp-location-label {
  font-size: clamp(16px, 1.5vw, 20px);
  color: #2c2c2c;
  font-weight: 400;
}

.rp-location-time {
  font-weight: 600;
  color: rgba(0, 0, 0, 0.6);
  font-size: clamp(16px, 1.5vw, 20px);
}

.rp-location-right {
  height: 100%;
}

.rp-location-map-wrapper {
  width: 100%;
  height: 100%;
  background: #f1f1f1;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.rp-location-map {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
}

/* Responsive - Tablet */
@media (max-width: 1024px) {
  .rp-location-container {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .rp-location-map-wrapper {
    min-height: 420px;
  }

  .rp-location-map {
    min-height: 420px;
  }
  
  .rp-location-right {
    height: auto;
  }

  .rp-location-title {
    font-size: clamp(24px, 2.5vw, 32px);
  }

  .rp-location-label,
  .rp-location-time {
    font-size: clamp(15px, 1.4vw, 18px);
  }
}

/* Responsive - Mobile */
@media (max-width: 768px) {
  .rp-location-container {
    gap: 24px;
  }

  .rp-location-tabs {
    gap: 8px;
    padding: 8px;
    width: 100%;
    justify-content: flex-start;
  }

  .rp-location-tab-btn {
    padding: clamp(10px, 1.2vw, 15px) clamp(12px, 1.5vw, 18px);
    gap: 8px;
    font-size: clamp(13px, 1.4vw, 15px);
  }

  .rp-location-item {
    padding: 14px 0;
  }

  .rp-location-map-wrapper {
    min-height: 400px;
  }

  .rp-location-map {
    min-height: 400px;
  }
  
  .rp-location-right {
    height: auto;
  }
}

/* Responsive - Small Mobile */
@media (max-width: 480px) {
  .rp-location-tabs {
    gap: 4px;
    padding: 6px;
  }

  .rp-location-tab-btn {
    padding: 8px 12px;
    gap: 6px;
    font-size: 12px;
  }

  .rp-location-map-wrapper {
    min-height: 350px;
  }

  .rp-location-map {
    min-height: 350px;
  }
  
  .rp-location-right {
    height: auto;
  }
}

.rp-project-video-date {
  text-align: center;
  font-size: clamp(14px, 1.5vw, 16px);
  color: rgba(0, 0, 0, 0.6);
  margin: 0;
  font-weight: 400;
}

/* Sağ Taraf: İnşaat Güncellemeleri */
.rp-construction-updates-wrapper {
  display: flex;
  flex-direction: column;
  gap: clamp(16px, 2vw, 24px);
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  height: fit-content;
}

.rp-construction-updates-title {
  font-size: clamp(24px, 3vw, 32px);
  font-weight: 600;
  color: #000;
  margin: 0;
  letter-spacing: -0.8px;
  line-height: 1.3;
}

.rp-construction-slider-wrapper {
  position: relative;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}

/* Navigasyon butonları container (absolute - görselin sol ve sağında) */
.rp-construction-swiper .rp-construction-nav-buttons {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  z-index: 10;
  pointer-events: none;
  padding: 0 20px;
}

.rp-construction-swiper {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  position: relative;
}

/* Fade effect için Swiper'ın eklediği class'ları destekle */
.rp-construction-swiper.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.rp-construction-swiper.swiper-fade .swiper-slide-active {
  pointer-events: auto;
}

.rp-construction-swiper .swiper-wrapper {
  display: flex;
  align-items: stretch;
  width: 100%;
}

.rp-construction-swiper .swiper-slide {
  width: 100% !important;
  height: auto;
  display: flex;
  flex-shrink: 0;
}

/* Fade effect için Swiper opacity'yi otomatik kontrol eder, override etme */
.rp-construction-slide {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
}

.rp-construction-slide-content {
  display: flex;
  flex-direction: column;
  gap: clamp(12px, 1.5vw, 16px);
  width: 100%;
  max-width: 100%;
}

.rp-construction-image-link {
  display: block;
  text-decoration: none;
  color: inherit;
  width: 100%;
}

.rp-construction-image-wrapper {
  position: relative;
  width: 100%;
  max-width: 100%;
  aspect-ratio: 246 / 181;
  overflow: hidden;
  border-radius: 12px;
  background: #f5f5f5;
  flex-shrink: 0;
  height: auto;
}

.rp-construction-image {
  width: 100%;
  height: 100%;
  max-width: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}

.rp-construction-image-link:hover .rp-construction-image {
  transform: scale(1.05);
}

/* Progress Circle */
.rp-construction-progress-box {
  position: absolute;
  bottom: 20px;
  right: 20px;
  width: 120px;
  height: 120px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 2;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 50%;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}

.rp-construction-progress-percent {
  font-size: 24px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 4px;
  line-height: 1;
}

.rp-construction-progress-date {
  font-size: 12px;
  color: #ffffff;
  margin-bottom: 8px;
  font-weight: 500;
}

.rp-construction-progress-circle {
  position: absolute;
  width: 120px;
  height: 120px;
  top: 0;
  left: 0;
}

.rp-construction-progress-circle svg {
  width: 100%;
  height: 100%;
  transform: rotate(-90deg);
}

.rp-progress-circle-bg {
  fill: none;
  stroke: rgba(0, 0, 0, 0.1);
  stroke-width: 2;
}

.rp-progress-circle-progress {
  fill: none;
  stroke: #fac25a;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-dasharray: 100;
  stroke-dashoffset: 100;
  transition: stroke-dashoffset 1s ease;
}

/* Progress circle için circumference hesaplaması: 2 * π * 15.9155 ≈ 100 */

/* Slide Date (her slide için ayrı) */
.rp-construction-slide-date {
  font-size: clamp(14px, 1.5vw, 16px);
  color: rgba(0, 0, 0, 0.6);
  font-weight: 400;
  white-space: nowrap;
  margin-top: clamp(12px, 1.5vw, 16px);
}

/* Ortak Footer: Tarih ve Buton (swiper dışında) */
.rp-construction-slide-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: clamp(12px, 1.5vw, 16px) 4px 0;
  position: relative;
  width: 100%;
  max-width: 100%;
  flex-shrink: 0;
}

/* Footer içindeki tarih (sol tarafta) */
.rp-construction-slide-footer .rp-construction-slide-date {
  font-size: clamp(14px, 1.5vw, 16px);
  color: rgba(0, 0, 0, 0.6);
  font-weight: 400;
  white-space: nowrap;
  margin-top: 0;
  flex: 0 0 auto;
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.3s ease, transform 0.3s ease;
}

/* Navigasyon butonları (absolute - slider içinde) */
.rp-construction-swiper .rp-construction-nav-buttons {
  pointer-events: auto;
}

/* Footer'daki navigasyon butonları kaldırıldı, bu stil artık kullanılmıyor */

/* Navigasyon butonları */
.rp-construction-nav-btn {
  position: relative;
  z-index: 40;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  color: #ffffff;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.2);
  flex-shrink: 0;
  pointer-events: auto;
}

.rp-construction-nav-btn:hover:not(.disabled) {
  background: rgba(0, 0, 0, 0.8);
  transform: scale(1.1);
  color: #ffffff;
  box-shadow: 0 4px 16px rgba(250, 194, 90, 0.3);
}

.rp-construction-nav-btn.disabled {
  opacity: 0.3;
  cursor: not-allowed;
  pointer-events: none;
}

.rp-construction-nav-arrow-svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: rotate(-90deg);
  transform-origin: center;
}

.rp-construction-nav-arrow-circle-bg {
  opacity: 0.3;
  stroke: rgb(250, 194, 90);
  stroke-width: 2;
}

.rp-construction-nav-arrow-circle {
  stroke-dasharray: 251.3;
  stroke-dashoffset: 251.3;
  transition: stroke-dashoffset 0.3s ease;
  stroke: rgb(250, 194, 90);
  stroke-width: 2;
  stroke-opacity: 0.8;
}

.rp-construction-nav-btn:hover:not(.disabled) .rp-construction-nav-arrow-circle {
  stroke-dashoffset: 0;
  stroke-opacity: 1;
  stroke: rgb(250, 194, 90);
}

.rp-construction-nav-arrow-icon {
  position: relative;
  z-index: 2;
  color: inherit;
  font-size: 18px;
  transition: all 0.3s ease;
}

.rp-construction-nav-btn:hover:not(.disabled) .rp-construction-nav-arrow-icon {
  transform: scale(1.1);
}

.rp-construction-nav-btn.disabled .rp-construction-nav-arrow-icon {
  color: rgba(255, 255, 255, 0.3);
}

/* Buton sağda */
.rp-construction-view-all-btn {
  flex: 0 0 auto;
}

.rp-construction-pagination {
  position: relative !important;
  width: auto !important;
  display: flex !important;
  align-items: center;
  gap: 8px;
  justify-content: center;
  margin-top: 0 !important;
  bottom: auto !important;
  left: auto !important;
  right: auto !important;
  transform: none !important;
}

.rp-construction-pagination-placeholder {
  width: auto;
  min-width: 80px;
  height: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.rp-construction-pagination-placeholder .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: rgba(0, 0, 0, 0.3);
  opacity: 1;
  margin: 0 !important;
  transition: all 0.3s ease;
  cursor: pointer;
  border-radius: 50%;
}

.rp-construction-pagination-placeholder .swiper-pagination-bullet-active {
  width: 24px;
  height: 8px;
  border-radius: 4px;
  background: #fac25a;
}

.rp-construction-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: rgba(0, 0, 0, 0.3);
  opacity: 1;
  margin: 0 !important;
  transition: all 0.3s ease;
}

.rp-construction-pagination .swiper-pagination-bullet-active {
  width: 24px;
  height: 8px;
  border-radius: 4px;
  background: #fac25a;
}

.rp-construction-view-all-btn {
  background: transparent;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  padding: 10px 20px;
  font-size: clamp(12px, 1.2vw, 14px);
  font-weight: 600;
  color: #000;
  cursor: pointer;
  white-space: nowrap;
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.rp-construction-view-all-btn:hover {
  border-color: #fac25a;
  background: #fac25a;
  color: #000;
}

/* ============================================
   RESPONSIVE - PROJE VİDEOSU & İNŞAAT GÜNCELLEMELERİ
   ============================================ */

/* Tablet */
@media (max-width: 1024px) {
  .rp-project-updates-grid {
    grid-template-columns: 1fr;
    gap: clamp(30px, 4vw, 50px);
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
  }

  .rp-construction-image-wrapper {
    aspect-ratio: 246 / 181;
  }

  .rp-construction-progress-box {
    width: 100px;
    height: 100px;
    bottom: 16px;
    right: 16px;
    background: rgba(0, 0, 0, 0.6);
  }

  .rp-construction-progress-circle {
    width: 100px;
    height: 100px;
  }

  .rp-construction-progress-percent {
    font-size: 20px;
  }

  .rp-construction-progress-date {
    font-size: 11px;
  }
}

/* Mobile */
@media (max-width: 768px) {
  .rp-project-updates-grid {
    gap: clamp(24px, 3vw, 40px);
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
  }

  .rp-project-video-title,
  .rp-construction-updates-title {
    font-size: clamp(20px, 2.5vw, 26px);
  }

  .rp-construction-image-wrapper {
    aspect-ratio: 246 / 181;
  }

  .rp-construction-swiper .rp-construction-nav-buttons {
    top: 40%;
  }

  .rp-construction-progress-box {
    width: 90px;
    height: 90px;
    bottom: 12px;
    right: 12px;
    background: rgba(0, 0, 0, 0.6);
  }

  .rp-construction-progress-circle {
    width: 90px;
    height: 90px;
  }

  .rp-construction-progress-percent {
    font-size: 18px;
  }

  .rp-construction-progress-date {
    font-size: 10px;
    margin-bottom: 6px;
  }

  .rp-construction-slide-footer {
    flex-wrap: wrap;
    gap: 12px;
  }

  .rp-construction-view-all-btn {
    padding: 8px 16px;
    font-size: 11px;
  }
}

/* Small Mobile */
@media (max-width: 480px) {
  .rp-project-updates-grid {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
  }

  .rp-construction-image-wrapper {
    height: 250px;
  }

  .rp-construction-progress-box {
    width: 80px;
    height: 80px;
    bottom: 10px;
    right: 10px;
    background: rgba(0, 0, 0, 0.6);
  }

  .rp-construction-progress-circle {
    width: 80px;
    height: 80px;
  }

  .rp-construction-progress-percent {
    font-size: 16px;
  }

  .rp-construction-progress-date {
    font-size: 9px;
  }

  .rp-construction-slide-footer {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  .rp-construction-view-all-btn {
    width: 100%;
    text-align: center;
  }

  .rp-construction-swiper .rp-construction-nav-buttons {
    padding: 0 12px;
    top: 40%;
  }

  .rp-construction-nav-btn {
    width: 44px;
    height: 44px;
  }

  .rp-construction-nav-arrow-icon {
    font-size: 16px;
  }
}

@media (max-width: 480px) {
  .rp-construction-swiper .rp-construction-nav-buttons {
    padding: 0 8px;
    top: 38%;
  }

  .rp-construction-nav-btn {
    width: 40px;
    height: 40px;
  }

  .rp-construction-nav-arrow-icon {
    font-size: 14px;
  }
}

/* Gallery Item Wrapper - Grid yapısını korumak için */
.gallery-item-wrapper {
  display: contents;
}

.gallery-item-wrapper[style*="display: none"] {
  display: none !important;
}

/* Kat Planları için gallery-item-wrapper normal grid item olmalı */
.gallery-item-wrapper:has(.kat-planlari-item) {
  display: flex;
  flex-direction: column;
}

/* Kat Planları Tab Menüsü */
.kat-planlari-tabs-wrapper {
  margin-bottom: 40px;
  margin-top: -40px;
  transition: opacity 0.3s ease;
}

.kat-planlari-tabs-buttons {
  display: flex;
  align-items: center;
  gap: 10px;
  background-color: #F8F8F8;
  padding: 10px;
  border-radius: 0;
}

.kat-planlari-tab-content {
  display: none;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.kat-planlari-tab-content.active {
  display: block;
  opacity: 1;
}

/* Aktif tab butonu için daha belirgin stil */
.kat-planlari-tab-btn.active {
  background-color: white !important;
  box-shadow: 0 1px 5px -1px rgba(0, 0, 0, 0.25) !important;
  font-weight: 600;
}

.kat-planlari-tab-btn:not(.active) {
  background-color: transparent;
}

/* Kat Planları Görsel Başlıkları */
.gallery-item-wrapper:has(.kat-planlari-item) {
  display: flex;
  flex-direction: column;
}

.kat-planlari-item {
  display: flex;
  flex-direction: column;
  gap: 15px;
  width: 100%;
}

.kat-planlari-item > a {
  flex: 0 0 auto;
  width: 100%;
  aspect-ratio: 246 / 181;
}

.kat-planlari-item-title {
  font-size: 18px;
  font-weight: 600;
  color: #2c3339;
  text-align: center;
  margin: 0;
  padding: 0;
  line-height: 1.4;
  letter-spacing: -0.3px;
  flex: 0 0 auto;
}

@media (max-width: 768px) {
  .kat-planlari-tabs-wrapper {
    margin-bottom: 30px;
    margin-top: -30px;
  }
  
  .kat-planlari-tabs-buttons {
    flex-wrap: wrap;
    justify-content: center;
    gap: 5px;
  }
  
  .kat-planlari-tab-btn {
    font-size: 12px !important;
    padding: 10px 12px !important;
  }
  
  .kat-planlari-item {
    gap: 12px;
  }
  
  .kat-planlari-item-title {
    font-size: 16px;
  }
}

