/* =========================================================
   EKODA MAIN STYLESHEET
   Global Cursor Fixes, Button Components & Shared Modules
   ========================================================= */

/* ---------------------------------------------------------
   1. GLOBAL CLICKABLE CURSOR & FLICKER FIX
   --------------------------------------------------------- */
a,
a *,
button,
button *,
summary,
summary *,
label[for],
label[for] *,
select,
[role="button"],
[role="button"] *,
[onclick],
[onclick] *,
.cursor-pointer,
.cursor-pointer * {
  cursor: pointer !important;
}

button:disabled,
button:disabled *,
input:disabled,
select:disabled,
textarea:disabled,
[disabled],
[disabled] * {
  cursor: not-allowed !important;
}

a *,
button *,
[onclick] *,
.cursor-pointer * {
  pointer-events: none;
}

input,
textarea,
select {
  pointer-events: auto !important;
  cursor: text;
}

select {
  cursor: pointer !important;
}

.depot-card,
.pickup-card,
.group\/card,
.group\/service {
  will-change: transform;
  transform-origin: center center;
}

/* ---------------------------------------------------------
   2. GLOBAL TYPOGRAPHY & LETTER SPACING STANDARDS (-0.05em)
   --------------------------------------------------------- */
.tracking-tight,
.tracking-tighter,
.font-heading,
h1,
h2,
h3,
h4 {
  letter-spacing: -0.05em !important;
}

/* ---------------------------------------------------------
   2.1 EKODA BAŞLIK VURGU (TEXT-HIGHLIGHT) SİSTEMİ
   --------------------------------------------------------- */

/* Seçenek 1: Turuncu Metin + Saf Nötr Gri/Kömür Degrade Şerit */
.highlight-gray-gradient {
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.14) 0%, rgba(0, 0, 0, 0.01) 100%);
  background-position: 0 88%;
  background-repeat: no-repeat;
  background-size: 100% 36%;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  color: #ee7e1a !important;
  display: inline;
  padding: 0 3px;
}

/* Seçenek 2: Turuncu Metin + Düz Saf Nötr Gri İnce Şerit */
.highlight-gray-soft {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.09), rgba(0, 0, 0, 0.09));
  background-position: 0 90%;
  background-repeat: no-repeat;
  background-size: 100% 30%;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  color: #ee7e1a !important;
  display: inline;
  padding: 0 3px;
}

/* Seçenek 3: Turuncu Metin + Canlı Pastel Turuncu Degrade Şerit */
.highlight-orange-gradient {
  background-image: linear-gradient(90deg, rgba(238, 126, 26, 0.38) 0%, rgba(238, 126, 26, 0.06) 100%);
  background-position: 0 88%;
  background-repeat: no-repeat;
  background-size: 100% 36%;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  color: #ee7e1a !important;
  display: inline;
  padding: 0 3px;
}

/* Seçenek 4: Turuncu Metin + Düz Pastel Turuncu İnce Şerit */
.highlight-orange-soft {
  background-image: linear-gradient(to right, rgba(238, 126, 26, 0.22), rgba(238, 126, 26, 0.22));
  background-position: 0 90%;
  background-repeat: no-repeat;
  background-size: 100% 30%;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  color: #ee7e1a !important;
  display: inline;
  padding: 0 3px;
}

/* Siyah / Koyu Metin (#1F1F1F) + Düz Pastel Turuncu İnce Şerit */
.highlight-orange-dark {
  background-image: linear-gradient(to right, rgba(238, 126, 26, 0.22), rgba(238, 126, 26, 0.22));
  background-position: 0 90%;
  background-repeat: no-repeat;
  background-size: 100% 30%;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  color: #1F1F1F !important;
  display: inline;
  padding: 0 3px;
}

/* Seçenek 5: Turuncu Metin + Parlak Beyaz Degrade Şerit */
.highlight-white-gradient {
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0.2) 100%);
  background-position: 0 88%;
  background-repeat: no-repeat;
  background-size: 100% 36%;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  color: #ee7e1a !important;
  display: inline;
  padding: 0 3px;
}

/* Seçenek 6: Turuncu Metin + Düz Beyaz İnce Şerit */
.highlight-white-soft {
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9));
  background-position: 0 90%;
  background-repeat: no-repeat;
  background-size: 100% 30%;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  color: #ee7e1a !important;
  display: inline;
  padding: 0 3px;
}

/* Seçenek 7 / Standart: Düz Turuncu Renk (Şeritsiz) */
/* class="text-brand" doğrudan kullanılır */

/* ---------------------------------------------------------
   3. EKODA BUTTON SYSTEM (.btn, .btn-ekoda, .btn-ekoda-2, .btn-ekoda-3)
   --------------------------------------------------------- */

/* Ana Temel Buton Sınıfı (Base Button) */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.875rem 1.75rem;
  border-radius: 9999px;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.25;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  text-decoration: none;
  cursor: pointer;
}

/* Tip 1: Primary Brand Buton (Açık Turuncu Zemin + Beyaz Daire İçi Ok) */
.btn-ekoda {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(238, 126, 26, 0.1);
  color: #ee7e1a;
  padding: 0.875rem 1.75rem;
  border-radius: 9999px;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.25;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  text-decoration: none;
  border: 1px solid rgba(238, 126, 26, 0.2);
  box-shadow: 0 1px 3px 0 rgba(238, 126, 26, 0.05);
}

.btn-ekoda:hover {
  background-color: rgba(238, 126, 26, 0.16);
  border-color: #ee7e1a;
  color: #ee7e1a;
  box-shadow: 0 4px 14px -2px rgba(238, 126, 26, 0.2);
}

.btn-ekoda .btn-icon-circle,
.btn-ekoda [class*="btn-icon-circle"] {
  margin-left: 0.75rem;
  width: 2rem;
  height: 2rem;
  min-width: 2rem;
  min-height: 2rem;
  border-radius: 9999px;
  background-color: #ffffff;
  color: #ee7e1a;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.btn-ekoda:hover .btn-icon-circle,
.btn-ekoda:hover [class*="btn-icon-circle"] {
  transform: scale(1.08);
  box-shadow: 0 2px 8px rgba(238, 126, 26, 0.2);
}

/* Tip 2: Secondary Nötr Buton (Açık Gri Zemin + Beyaz Daire İçi Ok) */
.btn-ekoda-2 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #f3f4f6;
  color: #1f2937;
  padding: 0.875rem 1.75rem;
  border-radius: 9999px;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.25;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  text-decoration: none;
  border: 1px solid rgba(229, 231, 235, 0.8);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.03);
}

.btn-ekoda-2:hover {
  background-color: #ffffff;
  border-color: #ee7e1a;
  color: #ee7e1a;
  box-shadow: 0 4px 14px -2px rgba(238, 126, 26, 0.15);
}

.btn-ekoda-2 .btn-icon-circle,
.btn-ekoda-2 [class*="btn-icon-circle"] {
  margin-left: 0.75rem;
  width: 2rem;
  height: 2rem;
  min-width: 2rem;
  min-height: 2rem;
  border-radius: 9999px;
  background-color: #ffffff;
  color: #1f2937;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.btn-ekoda-2:hover .btn-icon-circle,
.btn-ekoda-2:hover [class*="btn-icon-circle"] {
  transform: scale(1.08);
  background-color: rgba(238, 126, 26, 0.1);
  color: #ee7e1a;
}

/* Tip 3: White Background Buton (Beyaz Zemin + İnce Kenarlık + Daire İçi Ok) */
.btn-ekoda-3 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  color: #1f2937;
  padding: 0.875rem 1.75rem;
  border-radius: 9999px;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.25;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  text-decoration: none;
  border: 1px solid rgba(229, 231, 235, 0.9);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.04);
}

.btn-ekoda-3:hover {
  background-color: #ffffff;
  border-color: #ee7e1a;
  color: #ee7e1a;
  box-shadow: 0 4px 14px -2px rgba(238, 126, 26, 0.15);
}

.btn-ekoda-3 .btn-icon-circle,
.btn-ekoda-3 [class*="btn-icon-circle"] {
  margin-left: 0.75rem;
  width: 2rem;
  height: 2rem;
  min-width: 2rem;
  min-height: 2rem;
  border-radius: 9999px;
  background-color: #f3f4f6;
  color: #1f2937;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.04);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.btn-ekoda-3:hover .btn-icon-circle,
.btn-ekoda-3:hover [class*="btn-icon-circle"] {
  transform: scale(1.08);
  background-color: rgba(238, 126, 26, 0.1);
  color: #ee7e1a;
}

/* Buton Boyut & Genişlik Varyasyonları */
.btn-sm {
  padding: 0.625rem 1.25rem;
  font-size: 13.5px;
}
.btn-sm .btn-icon-circle {
  margin-left: 0.5rem;
  width: 1.625rem;
  height: 1.625rem;
  min-width: 1.625rem;
  min-height: 1.625rem;
}
.btn-sm .btn-icon-circle svg {
  width: 0.875rem;
  height: 0.875rem;
}

.btn-lg {
  padding: 1rem 2rem;
  font-size: 16px;
}

.btn-full {
  width: 100%;
  justify-content: center;
}

/* ---------------------------------------------------------
   3. SHARED UI UTILITIES & MODULES
   --------------------------------------------------------- */

/* Hide Scrollbar */
.hide-scrollbar::-webkit-scrollbar {
  display: none;
}
.hide-scrollbar {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

/* Custom Subtle Scrollbar */
.clean-scroll::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
.clean-scroll::-webkit-scrollbar-track {
  background: #f8fafc;
}
.clean-scroll::-webkit-scrollbar-thumb {
  background: #e2e8f0;
  border-radius: 4px;
}
.clean-scroll::-webkit-scrollbar-thumb:hover {
  background: #cbd5e1;
}

/* Custom Range Slider Thumb */
input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background: #ee7e1a;
  cursor: pointer;
  border: 2px solid #ffffff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}

/* Review Slider Navigation Arrows */
.review-arrow {
  width: 44px !important;
  height: 44px !important;
  background: #ffffff !important;
  border-radius: 50% !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08) !important;
  border: 1px solid #f3f4f6 !important;
  color: #4b5563 !important;
  transition: all 0.2s ease;
  position: absolute !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  z-index: 40 !important;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.review-arrow:hover {
  background: #ee7e1a !important;
  color: #ffffff !important;
  border-color: #ee7e1a !important;
  box-shadow: 0 6px 16px rgba(238, 126, 26, 0.25) !important;
}
.review-arrow.swiper-button-disabled {
  opacity: 0.3 !important;
  cursor: not-allowed !important;
  pointer-events: none !important;
}
.review-prev {
  left: 0px !important;
}
.review-next {
  right: 0px !important;
}

/* Swiper Pagination */
.reviews-pagination .swiper-pagination-bullet,
.about-pagination .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  background: #d1d5db;
  opacity: 1;
  transition: all 0.3s;
  cursor: pointer;
}
.reviews-pagination .swiper-pagination-bullet-active,
.about-pagination .swiper-pagination-bullet-active {
  width: 24px;
  border-radius: 9999px;
  background: #ee7e1a;
}

/* Depo & Teslimat Kart Seçili Durumu */
.depot-card.is-selected,
.pickup-card.is-selected {
  background-color: #ee7e1a !important;
  border-color: #ee7e1a !important;
  box-shadow: 0 20px 40px -12px rgba(238, 126, 26, 0.35) !important;
  transform: translateY(-4px);
}

.depot-card.is-selected .depot-icon-wrap,
.pickup-card.is-selected .depot-icon-wrap {
  background-color: rgba(255, 255, 255, 0.15) !important;
  box-shadow: none !important;
  border-color: transparent !important;
}

.depot-card.is-selected .depot-icon,
.pickup-card.is-selected .depot-icon {
  color: #ffffff !important;
}

.depot-card.is-selected .depot-name,
.pickup-card.is-selected .depot-name {
  color: #ffffff !important;
}

.depot-card.is-selected .depot-sub,
.pickup-card.is-selected .depot-sub {
  color: rgba(255, 255, 255, 0.85) !important;
  background-color: rgba(255, 255, 255, 0.15) !important;
  border-color: rgba(255, 255, 255, 0.25) !important;
}

.depot-card.is-selected .checkmark,
.pickup-card.is-selected .checkmark {
  opacity: 1 !important;
  transform: scale(1) !important;
}

/* Float Animation for Floating Badges */
@keyframes float {
  0%, 100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-8px);
  }
}

.animate-float {
  animation: float 4s ease-in-out infinite;
}

/* ---------------------------------------------------------
   4. INTERACTIVE FACILITY MAP TABS (İletişim Sayfası)
   --------------------------------------------------------- */
.map-tab-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem 1.125rem;
  border-radius: 9999px;
  font-size: 12.5px;
  font-weight: 600;
  color: #4b5563;
  background-color: transparent;
  border: 1px solid transparent;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
  white-space: nowrap;
  user-select: none;
}

.map-tab-btn:hover {
  color: #111827;
  background-color: rgba(255, 255, 255, 0.85);
}

.map-tab-btn.active,
.map-tab-btn.active:hover {
  background-color: #ee7e1a !important;
  color: #ffffff !important;
  font-weight: 700;
  box-shadow: 0 2px 8px -1px rgba(238, 126, 26, 0.35) !important;
}
