/* Base Styles */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 120px; /* Navbar height + offset */
}

/* Font Display Optimization - Performance */
@font-face {
  font-family: 'Urbanist';
  font-display: swap;
}

body {
  font-family: Urbanist, sans-serif;
  background-color: #f5f6fa;
  color: #1a1a1a;
  line-height: 1.6;
}

/* Custom Scrollbar */
::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.1);
}

::-webkit-scrollbar-thumb {
  background: #ff8c00;
  border-radius: 5px;
}

::-webkit-scrollbar-thumb:hover {
  background: #ff9e22;
}

/* Firefox scrollbar */
* {
  scrollbar-width: thin;
  scrollbar-color: #ff8c00 rgba(0, 0, 0, 0.1);
}

a {
  text-decoration: none;
}

/* Container Override - Genişletilmiş ölçüler */
.container {
  max-width: 1600px;
}

@media (min-width: 576px) {
  .container {
    max-width: 1600px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 1600px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 1600px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1600px;
  }
}

@media (min-width: 1400px) {
  .container {
    max-width: 1600px;
  }
}

.btn-orange {
  background: linear-gradient(135deg, #ff8c00, #ffb347);
  border: none;
  color: #fff;
  box-shadow: 0 10px 25px rgba(255, 140, 0, 0.35);
}

.btn-orange:hover {
  color: #fff;
  background: linear-gradient(135deg, #ff9e22, #ffc266);
}

.btn-white {
  background-color: #ffffff;
  color: #1a1a1a;
  border: none;
}

.btn-white:hover {
  background-color: #f1f1f1;
  color: #000;
}

/* Navbar */
.custom-navbar {
  transition: all 0.3s ease;
  padding: 1.5rem 0 1rem 0;
  background-color: transparent !important;
}

/* Navbar her zaman fixed olmalı (scroll'da sabit kalması için) */
/* Tüm olası selector'ları kullanarak en yüksek specificity */
#mainNavbar,
nav#mainNavbar,
nav[id="mainNavbar"],
body #mainNavbar,
html body #mainNavbar,
body nav#mainNavbar {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  z-index: 50 !important;
  width: 100% !important;
}

/* Hero section içindeki navbar absolute olmalı (slider üstünde) */
#hero #mainNavbar {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
}

    .custom-navbar .container {
        position: relative;
        padding: 1.25rem 2rem;
        background: rgba(30, 30, 35, 0.75);
        backdrop-filter: blur(16px);
        -webkit-backdrop-filter: blur(20px) saturate(180%);
        border: 1px solid rgba(255, 255, 255, 0.1);
        border-radius: 18px;
        box-shadow: 0 18px 45px rgba(0, 0, 0, 0.35), 0 8px 20px rgba(0, 0, 0, 0.25);
        display: flex;
        align-items: center;
        justify-content: space-between;
        max-width: 1600px;
        margin: 0 auto;
    }

.navbar-scrolled {
  padding: 1.5rem 0 1rem 0;
}

.navbar-scrolled .container {
  background-color: rgba(31, 36, 49, 0.7);
  backdrop-filter: blur(24px) saturate(180%);
  -webkit-backdrop-filter: blur(24px) saturate(180%);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.4), 0 4px 12px rgba(0, 0, 0, 0.3);
  padding: 1.25rem 2rem;
}

.navbar-brand {
  display: flex;
  align-items: center;
  color: #ffffff !important;
  font-weight: 600;
  font-size: 1rem;
  text-decoration: none;
  padding: 0;
}

.navbar-brand img {
  height: 35px;
  width: auto;
}

.navbar-nav {
  display: flex;
  align-items: center;
  gap: 0;
  margin: 0 auto;
  flex-wrap: nowrap;
}

.navbar .nav-link {
  font-size: 0.875rem;
  font-weight: 500;
  margin: 0 1rem;
  padding: 0.5rem 0.75rem;
  color: rgba(255, 255, 255, 0.9);
  text-decoration: none;
  transition: all 0.3s ease;
  border-radius: 12px;
  white-space: nowrap;
}

.navbar .nav-link:hover {
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.2);
  transform: translateY(-1px);
    border-radius: 23px;
    padding: 10px 20px;


}

.navbar .nav-link.active {
    color: #ffffff;
    background-color: rgba(255, 255, 255, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.3);
    font-weight: 500;
    border-radius: 23px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    padding: 10px 20px;
}

.navbar .nav-link.active:hover {
  background-color: rgba(255, 255, 255, 0.25);
  border-color: rgba(255, 255, 255, 0.35);
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

/* Uzaktan Takip Button */
.btn-uzaktan-takip {
      color: #0c6cd2;
    background: #3b82f61f;
    border: 1px solid #3b82f640;
    border-radius: 12px;
    justify-content: center;
    align-items: center;
    gap: 16px;
    min-height: 40px;
    padding: 8px 14px;
    text-decoration: none;
    transition: all .25s;
    display: inline-flex;
    margin-left: 15px !important;
}

.btn-uzaktan-takip img {
  margin-right: 0;
}

.btn-uzaktan-takip:hover {
     color: #fff;
    background: #0c6cd2;
    border-color: #0c6cd2;
    box-shadow: 0 12px 30px #0c6cd240;
}

.btn-uzaktan-takip span {
  color: #ffffff;
  font-weight: 500;
}

.btn-uzaktan-takip i,
.btn-uzaktan-takip img {
  font-size: 1rem;
  color: #ffffff;
  filter: brightness(0) invert(1);
}

.btn-uzaktan-takip:hover i,
.btn-uzaktan-takip:hover img {
  color: #ffffff;
  filter: brightness(0) invert(1);
}

.brand-logo-square {
  width: 26px;
  height: 26px;
  border-radius: 6px;
  background: linear-gradient(135deg, #ff8c00, #ffc266);
  display: inline-block;
}

/* Hero Slider */
.hero-section {
  position: relative;
  min-height: 100vh;
  aspect-ratio: 16 / 9; /* CLS engelleme - Desktop */
  color: #ffffff;
  overflow: hidden;
}

/* Mobilde dikey oran kullan */
@media (max-width: 768px) {
  .hero-section {
    aspect-ratio: 9 / 16; /* Mobil için dikey oran */
    min-height: 100vh; /* Yine de minimum yükseklik koru */
  }
}

.hero-slider-container {
  position: absolute;
  inset: 0;
  z-index: 1;
}

.hero-slider-images {
  position: absolute;
  inset: 0;
}

.hero-slide-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 0;
  transition: opacity 1.2s ease-out;
  filter: brightness(0.85);
}

.hero-slide-img.active {
  opacity: 1;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.85),
    rgba(0, 0, 0, 0.45),
    rgba(0, 0, 0, 0.15)
  );
  z-index: 2;
  pointer-events: none;
}

.hero-gradient-right {
  position: absolute;
  inset-y: 0;
  right: 0;
  width: 50%;
  background: linear-gradient(
    to left,
    rgba(15, 23, 42, 0.7),
    transparent
  );
  z-index: 3;
  pointer-events: none;
}

.hero-section .container {
  position: relative;
  z-index: 10;
}

/* Hero Slider Card */
.hero-slider-card {
  position: relative;
  margin-top: 30px;
  background: rgba(30, 30, 35, 0.5);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px) saturate(180%);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 18px;
  padding: 1.25rem 1.5rem;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.35);
  overflow: hidden;
}

.hero-slide-content {
  display: none;
  transition: opacity 0.7s ease-out, transform 0.7s ease-out;
}

.hero-slide-content.active {
  display: block;
  opacity: 1;
  transform: translateY(0);
}

.hero-slide-location {
  font-size: 0.6rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 0.5rem;
  font-weight: 400;
}

.hero-slide-title {
  font-size: clamp(1.5rem, 2.5vw, 2rem);
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #ffffff;
  line-height: 1.15;
  margin-bottom: 0.5rem;
}

.hero-slide-category {
  font-size: 0.65rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.6);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
}

.hero-slider-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 1.25rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.hero-slider-counter {
  font-size: 0.6rem;
  letter-spacing: 0.05em;
  text-transform: none;
  color: rgba(255, 255, 255, 0.6);
  font-weight: 400;
}

.hero-slider-buttons {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.hero-slider-btn {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(30, 30, 35, 0.6);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  cursor: pointer;
}

.hero-slider-btn:hover {
  background: rgba(255, 255, 255, 0.2);
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.4);
}

.hero-slider-btn.hero-slider-next:hover {
  background: #ff7b28;
  border-color: #ff7b28;
  color: #ffffff;
}

.hero-slider-btn i {
  font-size: 1rem;
}

/* Scroll Indicator */
.hero-scroll-indicator {
  position: absolute;
  right: 5rem;
  bottom: 3rem;
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.scroll-pill {
  position: relative;
  height: 3rem;
  width: 1.5rem;
  border: 1px solid #ff8c00;
  border-radius: 999px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  overflow: hidden;
  padding-top: 0.25rem;
}

.scroll-dot {
  width: 0.5rem;
  height: 0.5rem;
  background-color: #ff8c00;
  border-radius: 50%;
  animation: scrollDot 2s ease-in-out infinite;
}

@keyframes scrollDot {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  50% {
    transform: translateY(1.5rem);
    opacity: 0.5;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

.service-box {
    padding: 3rem;
    border-radius: 25px;
    --tw-shadow: 0 40px 120px #0d182d14;
    /* --tw-shadow-colored: 0 40px 120px var(--tw-shadow-color); */
    /* box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); */
    background-color: #ffffffb3;
}
.service-box .col-md-2 {
   margin-top :0; 
}


/* Scroll Animation Styles */
.scroll-fade-in {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.scroll-fade-in.animate {
  opacity: 1;
  transform: translateY(0);
}

.scroll-fade-in-left {
  opacity: 0;
  transform: translateX(-30px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.scroll-fade-in-left.animate {
  opacity: 1;
  transform: translateX(0);
}

.scroll-fade-in-right {
  opacity: 0;
  transform: translateX(30px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.scroll-fade-in-right.animate {
  opacity: 1;
  transform: translateX(0);
}

/* Sections */
.section-padding {
  padding: 5rem 0;
}

.section-eyebrow {
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-weight: 500;
  color: #ff8c00;
  transition: color 0.3s ease;
}

.section-title {
  font-size: 2.0rem;
  font-weight: 600;
  color: #151824;
  transition: color 0.3s ease;
}

.section-subtitle {
  color: #6b7280;
  font-size: 0.98rem;
  transition: color 0.3s ease;
}

/* Projects Section Specific Styles */
#projects.bg-light {
  background-color: #F8F8F8 !important;
}

#projects .section-eyebrow {
  color: #6D7387;
  font-weight: 400;
  display: block;
  margin-bottom: 0.5rem;
}

#projects .section-title {
  color: #2D3250;
  font-weight: 700;
  margin-bottom: 0.75rem;
  font-size: 2.2rem;
}

#projects .section-subtitle {
  color: #6D7387;
  margin-bottom: 100px;
}

#projects .row.mb-4 > div:last-child {
  display: flex;
  align-items: center;
  padding-top: 0;
}

/* View All Button */
.btn-view-all {
  background: linear-gradient(to right, #FF8A3D, #FFA366);
  border: none;
  color: #ffffff;
  font-weight: 600;
  white-space: nowrap;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(255, 138, 61, 0.25);
}

.btn-view-all:hover {
  background: linear-gradient(to right, #FF9E4D, #FFB376);
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(255, 138, 61, 0.35);
}

/* Project Slider */
.project-slider-wrapper {
  overflow: hidden;
  padding: 1rem 0 2rem 0;
  position: relative;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.project-slider {
  /* Animation will be set dynamically by JavaScript based on project count */
  width: max-content;
  display: flex;
  gap: 1.25rem;
  align-items: stretch;
  padding: 50px 0;
}

/* Masaüstünde yatay scroll ve click-to-scroll */
@media (min-width: 1024px) {
  .project-slider-wrapper {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth;
    scrollbar-width: thin;
    scrollbar-color: rgba(255, 111, 30, 0.3) transparent;
    cursor: grab;
  }
  
  .project-slider-wrapper:active {
    cursor: grabbing;
  }
  
  .project-slider-wrapper::-webkit-scrollbar {
    height: 8px;
  }
  
  .project-slider-wrapper::-webkit-scrollbar-track {
    background: transparent;
  }
  
  .project-slider-wrapper::-webkit-scrollbar-thumb {
    background: rgba(255, 111, 30, 0.3);
    border-radius: 4px;
  }
  
  .project-slider-wrapper::-webkit-scrollbar-thumb:hover {
    background: rgba(255, 111, 30, 0.5);
  }
  
  .project-slider {
    padding: 50px 0;
    gap: 1.25rem;
    /* Masaüstünde animasyon JavaScript tarafından kontrol edilir */
  }
  
  /* Masaüstünde resimlere tıklayınca scroll yapılabilir */
  .project-card {
    cursor: pointer;
    user-select: none;
  }
  
  .project-card img {
    pointer-events: auto;
  }
}

/* Mobilde hem animasyon hem touch scroll çalışsın */
@media (max-width: 768px) {
  .project-slider-wrapper {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch; /* iOS smooth scroll */
    scroll-snap-type: x proximity; /* Snap to cards (proximity = daha esnek) */
    scrollbar-width: none; /* Firefox - scrollbar gizle */
    -ms-overflow-style: none; /* IE/Edge - scrollbar gizle */
    /* Mobilde wrapper scroll edilebilir */
    touch-action: pan-x; /* Sadece yatay scroll */
  }
  
  .project-slider-wrapper::-webkit-scrollbar {
    display: none; /* Chrome/Safari - scrollbar gizle */
  }
  
  .project-slider {
    padding: 20px 0;
    gap: 0.75rem;
    /* Animasyon mobilde de çalışsın */
    animation-play-state: running;
    /* Transform animasyonu wrapper scroll ile uyumlu çalışsın */
    will-change: transform;
  }
  
  /* Mobilde her kart snap noktası olsun */
  .project-card {
    scroll-snap-align: start;
    flex-shrink: 0;
  }
}

/* Default animation - will be overridden by JavaScript if needed */
@keyframes scroll-horizontal {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

.project-slider:hover {
  animation-play-state: paused;
}

.project-card {
  background-color: transparent;
  border-radius: 12px;
  overflow: hidden;
  min-width: 240px;
  max-width: 260px;
  box-shadow: none;
  transition: transform 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), filter 1.2s cubic-bezier(0.4, 0, 0.2, 1), opacity 1.2s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
  display: flex;
  flex-direction: column;
  filter: blur(0);
  opacity: 1;
  position: relative;
  transform: scale(1);
}

.project-slider:hover .project-card:not(:hover) {
  filter: blur(6px);
  opacity: 0.4;
  transform: scale(0.95);
}

.project-card:hover {
  filter: blur(0);
  opacity: 1;
  transform: scale(1.2);
  z-index: 10;
  border-radius: 12px;
}

.project-card:hover img {
  border-radius: 12px 12px 0 0;
}

.project-card img {
  display: block;
  width: 100%;
  height: 160px;
  object-fit: cover;
  border-radius: 12px 12px 0 0;
  overflow: hidden;
  transition: transform 1.2s cubic-bezier(0.4, 0, 0.2, 1);
  transform: scale(1);
}

.project-card:hover img {
  transform: scale(1.1);
  border-radius: 12px 12px 0 0;
}

.project-card-body {
  padding: 1rem 0;
  background-color: transparent;
  flex: 1;
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
}

.project-name {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 0;
  color: #1a1a1a;
  line-height: 1.3;
}

.project-location {
  font-size: 0.875rem;
  color: #6b7280;
  line-height: 1.4;
}

.project-power {
  font-size: 0.875rem;
  color: #6b7280;
  line-height: 1.4;
}

.project-meta {
  font-size: 0.875rem;
  color: #6b7280;
  line-height: 1.4;
}


/* Services */
/* Services Section Main Title */
.services-main-title {
  font-size: 2.4rem !important;
  font-weight: 700 !important;
  color: #151824 !important;
}

#services {
  background: linear-gradient(to right, #f8f9fa, #fafbfc);
}

.service-card {
  background-color: #ffffff;
  border-radius: 16px;
  padding: 2rem 1.75rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.3s ease;
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 220px;
  cursor: pointer;
  text-align: left;
width: 100%;
}

.service-card h5 {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 0.75rem;
  color: #1a1a1a;
  line-height: 1.3;
  transition: color 0.3s ease;
  text-align: left;
}

.service-card p {
  font-size: 0.9rem;
  color: #4b5563;
  margin-bottom: auto;
  line-height: 1.6;
  flex: 1;
  transition: color 0.3s ease;
  text-align: left;
}

.service-link {
  color: #ff8c00;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.9rem;
  margin-top: 1.5rem;
  display: inline-block;
  transition: color 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  text-align: left;
}

.service-link:hover {
  color: #ffffff;
}

.service-card:hover {
  background: linear-gradient(135deg, #ff8c00, #ffb347);
  transform: translateY(-4px);
  box-shadow: 0 35px 90px rgba(248, 129, 49, 0.3);
}

.service-card:hover .section-eyebrow,
.service-card:hover .section-title,
.service-card:hover .section-subtitle,
.service-card:hover h3,
.service-card:hover h5,
.service-card:hover p,
.service-card:hover .service-link {
  color: #ffffff;
}

.service-icon {
  display: none;
}

/* CTA Card */
.cta-card {
  background: linear-gradient(135deg, #0f172a, #1e293b);
  border-radius: 32px;
  padding: 3rem 2.5rem;
  box-shadow: 0 20px 60px rgba(15, 23, 42, 0.3);
  transition: all 0.3s ease;
  max-width: 1400px;
  margin: 0 auto;
}

.cta-card:hover {
  transform: translateY(-4px);
  background: linear-gradient(135deg, #ff8c00, #ff6b35);
  box-shadow: 0 35px 80px rgba(255, 111, 30, 0.35);
}

.cta-eyebrow {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: rgba(255, 255, 255, 0.7);
  display: block;
  margin-bottom: 0.75rem;
  font-weight: 500;
}

.cta-title {
  font-size: 1.75rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 1rem;
  line-height: 1.3;
}

.cta-description {
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.6;
  margin-bottom: 0;
}

.cta-buttons-wrapper {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  align-items: flex-end;
}

.cta-buttons-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: flex-end;
  width: 100%;
}

.cta-btn-small {
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 20px;
  color: #ffffff;
  padding: 0.65rem 1.4rem;
  text-decoration: none;
  font-size: 0.875rem;
  font-weight: 500;
  transition: all 0.3s ease;
  white-space: nowrap;
}

.cta-btn-small:hover {
  background-color: transparent;
  border-color: #ffffff;
  transform: translateY(-2px);
  color: #ffffff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.cta-button-bottom {
  display: flex;
  justify-content: center;
  margin-left: 0;
  width: 100%;
}

.cta-btn-large {
  background-color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 20px;
  color: #0f172a;
  padding: 0.85rem 2.5rem;
  text-decoration: none;
  font-size: 0.95rem;
  font-weight: 600;
  transition: all 0.3s ease;
  white-space: nowrap;
}

.cta-btn-large:hover {
  background-color: #ffffff;
  border-color: rgba(255, 255, 255, 0.5);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  color: #0f172a;
}

/* Why CTA Card */
.why-cta-card {
  background: #151824;
  border-radius: 24px;
  padding: 2.5rem 3.5rem;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.25);
  transition: all 0.3s ease;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 6.5rem !important;
}

.why-cta-card:hover {
  background: linear-gradient(90deg, #ff8c00, #ffb347);
  --tw-shadow: 0 35px 80px #ff6f1e59;
  --tw-shadow-colored: 0 35px 80px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  transform: translateY(-2px);
}

.why-cta-card .row {
  align-items: flex-start;
}

.why-eyebrow {
  font-size: 0.65rem;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: rgba(255, 255, 255, 0.7);
  font-weight: 500;
  display: block;
  margin-bottom: 0.6rem;
}

.why-title {
  font-size: 1.35rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 0.6rem;
  line-height: 1.3;
}

.why-description {
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 0;
  line-height: 1.5;
}

.why-buttons-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 1rem;
  justify-content: flex-start;
}

.why-buttons-row {
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.why-btn-small {
  background-color: rgba(21, 24, 36, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: #ffffff;
  font-weight: 500;
  font-size: 0.85rem;
  padding: 0.6rem 1.25rem;
  border-radius: 12px;
  text-decoration: none;
  transition: all 0.3s ease;
  white-space: nowrap;
}

.why-btn-small:hover {
  background: linear-gradient(90deg, #ff8c00, #ffb347);
  border-color: rgba(255, 255, 255, 0.5);
  color: #ffffff;
  transform: translateY(-2px);
}

.why-button-bottom {
  display: flex;
  justify-content: flex-end;
  width: 100%;
}

.why-btn-large {
  background-color: #ffffff;
  border: 1px solid #ffffff;
  color: #151824;
  font-weight: 600;
  font-size: 0.95rem;
  padding: 0.9rem 2rem;
  border-radius: 12px;
  text-decoration: none;
  transition: all 0.3s ease;
  display: inline-block;
}

.why-btn-large:hover {
  background-color: #f8f9fa;
  border-color: #f8f9fa;
  color: #151824;
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

/* Stats */
.stats-section {
  background: #ffffff;
}

.stats-section .row.g-4 {
  --bs-gutter-x: 0.5rem;
  --bs-gutter-y: 0.5rem;
}

.stats-cards-row,
.mission-vision-row {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.mission-card-wrapper {
  padding-left: 0;
}

.vision-card-wrapper {
  padding-right: 0;
}

.stats-main-title {
  color: #ff8c00;
  font-size: 2.5rem;
  font-weight: 700;
}

.stat-card {
  background-color: #ffffff;
  border-radius: 16px;
  padding: 1.5rem 1rem;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
  text-align: center;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease, transform 0.3s ease, box-shadow 0.3s ease, background 0.3s ease;
  border: none;
  cursor: pointer;
  max-width: 100%;
  margin: 0 auto;
}

.stat-card.animate {
  opacity: 1;
  transform: translateY(0);
}

.stat-card.animate:hover {
  background: linear-gradient(135deg, #ff8c00, #ffb347);
  box-shadow: 0 35px 90px rgba(248, 129, 49, 0.3);
  transform: translateY(-4px);
}

.stat-card.animate:hover .stat-ges-label,
.stat-card.animate:hover .stat-number,
.stat-card.animate:hover .stat-label {
  color: #ffffff;
}

.stat-ges-label {
  font-size: 0.75rem;
  color: #9ca3af;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 0.5rem;
  font-weight: 500;
  transition: color 0.3s ease;
}

.stat-number {
  font-size: 2.5rem;
  font-weight: 700;
  color: #111827;
  margin-bottom: 0.5rem;
  line-height: 1;
  transition: color 0.3s ease;
}

/* Mobilde stat sayı font boyutunu küçült */
@media (max-width: 639px) {
  .stat-number {
    font-size: 28px;
  }
}

.stat-label {
  font-size: 0.9rem;
  color: #6b7280;
  text-transform: none;
  letter-spacing: 0;
  font-weight: 400;
  transition: color 0.3s ease;
}

.stats-description {
  font-size: 1rem;
  color: #4b5563;
  line-height: 1.6;
  margin-bottom: 0;
}

.btn-stats-cta {
  background: linear-gradient(135deg, #ff8c00, #ffb347);
  border: none;
  color: #ffffff;
  font-weight: 600;
  font-size: 0.95rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  box-shadow: 0 10px 25px rgba(255, 140, 0, 0.35);
  transition: all 0.3s ease;
}

.btn-stats-cta:hover {
  background: linear-gradient(135deg, #ff9e22, #ffc266);
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 15px 35px rgba(255, 140, 0, 0.4);
}

.stats-timeline {
  position: relative;
  width: 100%;
  height: 4px;
  margin-top: 3rem;
  overflow: hidden;
}

.stats-timeline-line {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0;
  background: linear-gradient(90deg, #ff8c00, #ff6b35);
  transition: width 2s ease;
}

.stats-timeline-line.animate {
  width: 100%;
}

/* Remote Section */
.remote-section {
  padding: 5rem 0;
  background: linear-gradient(135deg, #0f172a, #1e293b);
  background-image: url("../image/images/cihaz-arka-plan.jpg");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  position: relative;
  overflow: visible;
}

.remote-device-wrapper {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  width: 400px;
  max-width: 30%;
}

.remote-device-image {
  width: 100%;
  height: auto;
  max-width: 100%;
  object-fit: contain;
}

.remote-content-wrapper {
  position: relative;
  z-index: 2;
  padding-left: 1rem;
  text-align: left;
}

.remote-title-wrapper {
  display: flex;
  align-items: center;
}

.remote-logo {
  height: 45px;
  width: auto;
  object-fit: contain;
}

@media (max-width: 991px) {
  .remote-device-wrapper {
    position: relative;
    left: auto;
    top: auto;
    transform: none;
    width: 100%;
    max-width: 100%;
    margin-bottom: 2rem;
    text-align: center;
  }
  
  .remote-content-wrapper {
    padding-left: 0;
    padding-top: 0;
  }
  
  .remote-section .container .row .col-lg-8 {
    margin-left: 0;
  }
}

.remote-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #ffffff;
  text-align: left;
  margin-bottom: 2rem;
  letter-spacing: 0.02em;
}

.remote-title-o {
  display: inline-block;
  width: 2.5rem;
  height: 2.5rem;
  border: 3px solid #ffffff;
  border-radius: 50%;
  text-align: center;
  line-height: 2.2rem;
  margin-right: 0.5rem;
  vertical-align: middle;
  font-size: 0;
  position: relative;
}

.remote-title-o::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0.25rem;
  height: 1rem;
  background-color: #ffffff;
  border-radius: 2px;
}

.remote-feature-card {
  background: rgba(30, 41, 59, 0.8);
  border-radius: 10px;
  padding: 0.75rem 1rem;
  color: #ffffff;
  font-size: 0.85rem;
  display: flex;
  align-items: center;
  gap: 0.6rem;
  text-align: left;
  transition: all 0.3s ease;
  cursor: pointer;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.remote-feature-card:hover {
  background: linear-gradient(135deg, #ff8c00, #ffb347);
  transform: translateY(-4px);
  box-shadow: 0 35px 90px rgba(248, 129, 49, 0.3);
  border-color: transparent;
}

.remote-bullet {
  color: #ffffff;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
  animation: blink 1.5s ease-in-out infinite;
}

@keyframes blink {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.3;
  }
}

.remote-feature-card:hover .remote-bullet {
  color: #ffffff;
}

.btn-remote-inspect {
  background: transparent;
  border: 2px solid #60a5fa;
  color: #ffffff;
  padding: 0.75rem 1.5rem;
  border-radius: 8px;
  font-weight: 600;
  font-size: 0.95rem;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  transition: all 0.3s ease;
}

.btn-remote-inspect:hover {
  background: rgba(96, 165, 250, 0.1);
  border-color: #93c5fd;
  color: #ffffff;
  transform: translateY(-2px);
}

.remote-item {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  color: #e5e7eb;
  font-size: 0.9rem;
}

.remote-item i {
  color: #ffb347;
}

/* Catalogs */
.catalog-card {
  background-color: #ffffff;
  border-radius: 28px;
  padding: 1.25rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  cursor: pointer;
  overflow: visible;
  height: 100%;
  min-height: 250px;
  position: relative;
}

.catalog-card:hover {
  background: linear-gradient(135deg, #ff8c00, #ffb347);
  box-shadow: 0 35px 90px rgba(248, 129, 49, 0.3);
  transform: translateY(-4px);
}

.catalog-image-wrapper {
  overflow: visible;
  border-radius: 12px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 0;
  position: absolute;
  right: -30px;
  top: 40%;
  transform: translateY(-50%);
  z-index: 2;
  width: auto;
}

.catalog-image {
  width: auto;
  height: 220px;
  max-width: none;
  max-height: none;
  object-fit: contain;
  transition: transform 0.3s ease;
  border-radius: 12px;
}

.catalog-image-delta {
  height: 200px;
}

.catalog-image-referans {
  height: 200px;
}

.catalog-card:hover .catalog-image {
  transform: translateY(-10%) scale(1.01);
}

.catalog-content {
  padding-right: 8rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  position: relative;
  z-index: 1;
}

.catalog-tag {
  display: inline-flex;
  align-items: center;
  background-color: transparent;
  color: #dc2626;
  font-size: 0.7rem;
  font-weight: 600;
  padding: 0;
  border-radius: 0;
  margin-bottom: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.catalog-tag i {
  font-size: 0.85rem;
  color: #dc2626;
}

.catalog-card h5 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #151824;
  margin-bottom: 0.5rem;
  transition: color 0.3s ease;
}

.catalog-card:hover h5 {
  color: #ffffff;
}

.catalog-card p {
  font-size: 0.9rem;
  color: #6b7280;
  margin-bottom: 1rem;
  transition: color 0.3s ease;
  display: block;
  visibility: visible;
  opacity: 1;
}

.catalog-card:hover p {
  color: #ffffff;
}

/* Ensure catalog card descriptions are visible on mobile */
@media (max-width: 640px) {
  .catalog-card p {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    height: auto !important;
    overflow: visible !important;
  }
  
  .catalog-card {
    overflow: visible !important;
  }
}

.catalog-link {
  color: #151824;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  display: inline-flex;
  align-items: center;
  transition: color 0.3s ease;
}

.catalog-card:hover .catalog-link {
  color: #ffffff;
}

.catalog-link i {
  transition: transform 0.3s ease;
}

.catalog-card:hover .catalog-link i {
  transform: translateX(4px);
}

/* CTA Bar */
.cta-bar {
  background: #020617;
  border-radius: 26px;
  padding: 2.3rem 1.5rem;
  box-shadow: 0 20px 60px rgba(15, 23, 42, 0.6);
}

/* Footer */
.footer-section {
  background-color: #f8f9fa;
  color: #151824;
  margin-top: 0;
  padding: 4rem 0 2rem 0;
}

.footer-card {
  background-color: #ffffff;
  border-radius: 24px;
  padding: 3rem 2.5rem;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.footer-text {
  font-size: 0.9rem;
  color: #6b7280;
  line-height: 1.6;
  margin-bottom: 1rem;
}

.footer-heading {
  color: #ff8c00;
  font-size: 0.85rem;
  font-weight: 600;
  margin-bottom: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links li {
  font-size: 0.9rem;
  margin-bottom: 0.5rem;
}

.footer-links a {
  color: #151824;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-links a:hover {
  color: #ff8c00;
}

.footer-contact-info {
  margin-top: 1rem;
}

.footer-contact-item {
  margin: 0;
  font-size: 0.9rem;
}

.footer-link {
  color: #151824;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-link:hover {
  color: #ff8c00;
}

.footer-social {
  display: flex;
  gap: 0.75rem;
  margin-top: 1.5rem;
}

.footer-social-icon {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid #e5e7eb;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #151824;
  text-decoration: none;
  transition: all 0.3s ease;
}

.footer-social-icon:hover {
  background-color: #ff8c00;
  border-color: #ff8c00;
  color: #ffffff;
  transform: translateY(-2px);
}

.footer-bottom {
  border-top: 1px solid #e5e7eb;
  padding-top: 1.5rem;
  margin-top: 2rem;
}

.footer-bottom-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  font-size: 0.85rem;
  color: #6b7280;
  gap: 1rem;
}

.footer-bottom-link {
  color: #6b7280;
  text-decoration: none;
  margin-left: 1rem;
  transition: color 0.3s ease;
}

.footer-bottom-link:hover {
  color: #ff8c00;
}

.footer-bottom-link:first-of-type {
  margin-left: 0;
}

@media (min-width: 768px) {
  .footer-bottom-content {
    flex-direction: row;
  }
}

/* Site footer: mobilde anasayfa ile aynı görünüm (tüm sayfalarda) */
footer[data-site-footer="true"] {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}
@media (max-width: 639px) {
  footer[data-site-footer="true"] {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    background-color: #e5e7eb;
  }
  footer[data-site-footer="true"] .max-w-container {
    max-width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  footer[data-site-footer="true"] > div > div {
    padding: 1rem;
    border-radius: 1rem;
  }
  footer[data-site-footer="true"] .grid {
    gap: 1.5rem;
  }
  footer[data-site-footer="true"] .footer-mobile-hide,
  footer[data-site-footer="true"] .grid > div:nth-child(n+2) {
    display: none !important;
  }
  footer[data-site-footer="true"] .border-t {
    padding-top: 1rem;
    margin-top: 1rem;
  }
}

/* Tüm footerlarda mobilde (767px altı) Hizmetlerimiz, Kaynaklar, Şirket sütunları gizli – footer#contact .grid, .row.gy-4, footer.footer-section .row */
@media (max-width: 767px) {
  footer#contact .grid > div:nth-child(n+2),
  footer#contact .row.gy-4 > div:nth-child(n+2),
  footer.footer-section .row > div:nth-child(n+2) {
    display: none !important;
  }
}

/* Responsive */
@media (max-width: 991.98px) {
  .custom-navbar .container {
    padding: 1rem 1.25rem;
    flex-direction: column;
    align-items: stretch;
  }

  .navbar-nav {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    margin: 1rem 0;
  }

  .navbar .nav-link {
    width: 100%;
    padding: 0.75rem 1rem;
    margin: 0.25rem 0;
    text-align: left;
  }

  .btn-uzaktan-takip {
    width: 100%;
    justify-content: center;
    margin-top: 0.5rem;
  }

  .hero-slider-card {
    margin-top: 0.25rem !important;
    padding: 1rem 1.25rem !important;
  }

  .hero-slide-title {
    font-size: clamp(1rem, 3vw, 1.5rem);
  }

  .hero-slider-btn {
    width: 2.25rem;
    height: 2.25rem;
  }
  
  /* Mobile: Hide slider counter (01/03) - Desktop navigation section */
  .hero-slider-card > div[class*="hidden"][class*="lg:flex"] {
    display: none !important;
  }
  
  /* Mobile: Ensure buttons and content are aligned at top */
  .hero-slider-card > div.flex.items-start {
    align-items: flex-start !important;
  }
  
  /* Mobile: Content wrapper - align to top */
  .hero-slider-card > div.flex > div.flex-1 {
    align-self: flex-start !important;
  }
  
  /* Mobile: Buttons wrapper - align to top */
  .hero-slider-card > div.flex > div[class*="lg:hidden"] {
    align-self: flex-start !important;
    margin-top: 0 !important;
  }
  
  /* Mobile: Move content up by reducing padding */
  #hero .relative.z-10 {
    padding-bottom: 1rem !important;
  }
  
  /* Mobile: Smaller buttons */
  .hero-slider-card > div[class*="lg:hidden"] .hero-slider-prev,
  .hero-slider-card > div[class*="lg:hidden"] .hero-slider-next {
    width: 2rem !important;
    height: 2rem !important;
    min-width: 2rem !important;
    min-height: 2rem !important;
  }
  
  .hero-slider-card > div[class*="lg:hidden"] .hero-slider-prev i,
  .hero-slider-card > div[class*="lg:hidden"] .hero-slider-next i {
    font-size: 0.875rem !important;
  }
  
  /* Mobile: Move slider card container up */
  #hero .relative.z-10 > div > div > div[class*="mt-8"] {
    margin-top: 0.25rem !important;
  }
  
  /* Mobile: Reduce padding in slider content */
  .hero-slider-card .hero-slide-content {
    padding: 0 !important;
    margin: 0 !important;
  }
  
  /* Mobile: Align content text to top */
  .hero-slider-card .hero-slide-content p,
  .hero-slider-card .hero-slide-content h1 {
    margin-top: 0 !important;
    line-height: 1.2 !important;
  }

  .hero-scroll-indicator {
    right: 0.75rem;
    bottom: 2rem;
  }

  .remote-wrapper {
    padding: 2.2rem 1.6rem;
  }

  .catalog-content {
    padding-left: 1rem;
    padding-top: 1rem;
  }

  .cta-card {
    padding: 2rem 1.5rem;
  }

  .cta-title {
    font-size: 1.5rem;
  }

  .cta-buttons-row {
    justify-content: center;
  }

  .cta-button-bottom {
    justify-content: center;
  }
}

/* Offer CTA Card */
.offer-cta-card {
  background: linear-gradient(135deg, #f8f9fa, #ffffff);
  border-radius: 24px;
  padding: 2.5rem 3rem;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  margin-top: 3rem;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.offer-cta-card::before {
  content: '';
  position: absolute;
  inset: -10px;
  background: linear-gradient(135deg, rgba(255, 140, 0, 0.1), rgba(255, 107, 53, 0.05));
  border-radius: 28px;
  z-index: -1;
  opacity: 0.6;
}

.offer-eyebrow {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: #9ca3af;
  font-weight: 500;
  display: block;
  margin-bottom: 0.75rem;
}

.offer-title {
  font-size: 1.3rem;
  font-weight: 700;
  color: #151824;
  margin-bottom: 0.75rem;
  line-height: 1.3;
}

.offer-description {
  font-size: 1rem;
  color: #6b7280;
  margin-bottom: 0;
}

.offer-cta-button-wrapper {
  flex: 0 0 auto;
  width: 24.333333%;
}

.btn-offer-cta {
  background: linear-gradient(90deg, #ff8c00, #ff6b35);
  border: none;
  color: #ffffff;
  font-weight: 600;
  font-size: 0.9rem;
  padding: 0.75rem 2rem;
  border-radius: 50px;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(255, 140, 0, 0.3);
  white-space: nowrap;
  width: auto;
  display: inline-block;
}

.btn-offer-cta:hover {
  background: linear-gradient(90deg, #ff9e4d, #ff7d4d);
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(255, 140, 0, 0.4);
  color: #ffffff;
}

/* Offer Modal */
.offer-modal-content {
  border: none;
  border-radius: 24px;
  overflow: hidden;
  min-height: 600px;
  position: relative;
}

.btn-close-modal {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  background: rgba(0, 0, 0, 0.1);
  border: none;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #151824;
  font-size: 1.25rem;
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 1050;
}

.btn-close-modal:hover {
  background: rgba(0, 0, 0, 0.15);
  color: #151824;
}


.offer-modal-left {
  background: linear-gradient(135deg, #ff8c00, #ff6b35);
  padding: 3rem;
  display: flex;
  align-items: center;
  min-height: 600px;
}

.offer-modal-left-content {
  color: #ffffff;
}

.offer-modal-eyebrow {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: rgba(255, 255, 255, 0.9);
  font-weight: 500;
  display: block;
  margin-bottom: 1rem;
}

.offer-modal-title {
  font-size: 2rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 1.25rem;
  line-height: 1.3;
}

.offer-modal-description {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.95);
  margin-bottom: 2rem;
  line-height: 1.6;
}

.offer-modal-features {
  list-style: none;
  padding: 0;
  margin: 0 0 2.5rem 0;
}

.offer-modal-features li {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  margin-bottom: 1rem;
  color: #ffffff;
  font-size: 0.95rem;
  line-height: 1.5;
}

.offer-feature-icon {
  color: #ffffff;
  font-size: 1.25rem;
  flex-shrink: 0;
  margin-top: 0.1rem;
}

.offer-modal-contact {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.offer-contact-item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  color: #ffffff;
  font-size: 0.95rem;
}

.offer-contact-item i {
  font-size: 1.1rem;
  opacity: 0.9;
}

.offer-modal-right {
  background: #ffffff;
  padding: 3rem;
  display: flex;
  align-items: center;
  min-height: 600px;
}

.offer-modal-form-wrapper {
  width: 100%;
}

.offer-form-title {
  font-size: 1.75rem;
  font-weight: 700;
  color: #151824;
  margin-bottom: 0.75rem;
}

.offer-form-description {
  font-size: 0.95rem;
  color: #6b7280;
  margin-bottom: 2rem;
  line-height: 1.6;
}

.offer-form .form-group {
  margin-bottom: 1.5rem;
}

.offer-form label {
  display: block;
  font-size: 0.9rem;
  font-weight: 500;
  color: #374151;
  margin-bottom: 0.5rem;
}

.offer-form .form-control {
  width: 100%;
  padding: 0.875rem 1rem;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  background-color: #f9fafb;
  font-size: 0.95rem;
  color: #151824;
  transition: all 0.3s ease;
}

.offer-form .form-control:focus {
  outline: none;
  border-color: #ff8c00;
  background-color: #ffffff;
  box-shadow: 0 0 0 3px rgba(255, 140, 0, 0.1);
}

.offer-form textarea.form-control {
  resize: vertical;
  min-height: 100px;
}

.btn-offer-submit {
  width: 100%;
  background: linear-gradient(90deg, #ff8c00, #ff6b35);
  border: none;
  color: #ffffff;
  font-weight: 600;
  font-size: 1rem;
  padding: 1rem 2rem;
  border-radius: 12px;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(255, 140, 0, 0.3);
}

.btn-offer-submit:hover {
  background: linear-gradient(90deg, #ff9e4d, #ff7d4d);
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(255, 140, 0, 0.4);
  color: #ffffff;
}

/* Modal Backdrop */
.modal-backdrop {
  background-color: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(4px);
}

@media (max-width: 991.98px) {
  .offer-modal-left,
  .offer-modal-right {
    min-height: auto;
    padding: 2rem;
  }

  .offer-modal-title {
    font-size: 1.5rem;
  }

  .offer-title {
    font-size: 1.5rem;
  }

  .offer-cta-button-wrapper {
    width: 100%;
  }

  .btn-offer-cta {
    margin-top: 1.5rem;
    width: 100%;
  }

  .why-cta-card {
    padding: 2.5rem;
  }

  .why-title {
    font-size: 1.5rem;
  }

  .why-buttons-wrapper {
    align-items: flex-start;
    margin-top: 2rem;
  }

  .why-buttons-row {
    justify-content: flex-start;
  }
}

@media (max-width: 767.98px) {
  .section-padding {
    padding: 3.5rem 0;
  }

  .remote-wrapper {
    padding: 2rem 1.2rem;
  }

  .cta-bar {
    padding: 2rem 1.3rem;
  }

  .offer-cta-card {
    padding: 2rem 1.5rem;
  }

  .offer-modal-left,
  .offer-modal-right {
    padding: 1.5rem;
  }

  .why-cta-card {
    padding: 2rem 1.5rem;
  }

  .why-title {
    font-size: 1.3rem;
  }

  .why-buttons-row {
    flex-direction: column;
    width: 100%;
  }

  .why-btn-small {
    width: 100%;
    text-align: center;
  }

  .why-btn-large {
    width: 100%;
    text-align: center;
  }
}

/* Kurumsal Page Styles */
.kurumsal-header {
  background-color: #ffffff;
}

.kurumsal-main-title {
  font-size: 3.5rem;
  font-weight: 700;
  color: #151824;
  margin-bottom: 1rem;
}

.kurumsal-subtitle {
  font-size: 1.1rem;
  color: #6b7280;
}

.kurumsal-section-title {
  font-size: 1.5rem;
  font-weight: 600;
  color: #ff8c00;
  margin-bottom: 1.5rem;
}

/* Hakkımızda Card - No Hover Effect */
.hakkimizda-card {
  cursor: default;
  padding: 2.5rem 2.5rem;
  transition: none !important;
  min-height: auto;
  height: auto;
}

.contact-info-card {
  min-height: auto !important;
  height: auto !important;
  padding: 1.5rem !important;
}

.hakkimizda-card.contact-info-card {
  min-height: auto !important;
  height: auto !important;
}

.hakkimizda-card:hover {
  background-color: #ffffff !important;
  background: #ffffff !important;
  transform: none !important;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06) !important;
}

.hakkimizda-card:hover * {
  color: inherit !important;
}

.hakkimizda-card:hover .kurumsal-section-title {
  color: #ff8c00 !important;
}

.hakkimizda-card:hover .kurumsal-content,
.hakkimizda-card:hover .kurumsal-content p {
  color: #1a1a1a !important;
}

.hakkimizda-card .kurumsal-section-title,
.hakkimizda-card .kurumsal-content,
.hakkimizda-card .kurumsal-content p {
  transition: none !important;
}

.kurumsal-content {
  color: #1a1a1a;
  line-height: 1.4;
  font-size: 1rem;
}

.kurumsal-content p {
  margin-bottom: 1.5rem;
}

.kurumsal-content p:last-child {
  margin-bottom: 0;
}

.kurumsal-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.kurumsal-list li {
  margin-bottom: 1rem;
  padding-left: 1.5rem;
  position: relative;
  color: #1a1a1a;
  line-height: 1.4;
  font-size: 1rem;
}

.kurumsal-list li:last-child {
  margin-bottom: 0;
}

.kurumsal-list li span {
  position: absolute;
  left: 0;
  color: #ff8c00;
  font-weight: 700;
}

/* Timeline Styles - New Design */
.timeline-container-new {
  position: relative;
  padding-left: 0;
}

.timeline-line-new {
  display: none;
}

.timeline-item-new {
  position: relative;
  margin-bottom: 1.5rem;
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  opacity: 0;
  transform: translateX(-30px);
  transition: opacity 0.6s ease, transform 0.6s ease;
  padding-left: 0;
}

/* Fallback: If JavaScript doesn't load, show items after a delay */
.timeline-container-new:not(.js-loaded) .timeline-item-new {
  animation: timelineFallback 0.1s ease 0.5s forwards;
}

.timeline-container-new:not(.js-loaded) .timeline-year-badge {
  animation: timelineBadgeFallback 0.1s ease 0.6s forwards;
}

.timeline-container-new:not(.js-loaded) .timeline-content-card {
  animation: timelineContentFallback 0.1s ease 0.7s forwards;
}

@keyframes timelineFallback {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes timelineBadgeFallback {
  to {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes timelineContentFallback {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (min-width: 640px) {
  .timeline-item-new {
    gap: 1.5rem;
  }
}

@media (min-width: 1024px) {
  .timeline-container-new {
    padding-left: 2rem;
  }
  
  .timeline-item-new {
    gap: 2rem;
  }
  
  .timeline-item-new:not(:last-child)::after {
    left: 1.75rem;
    transform: translateX(-50%);
    width: 4px;
  }
  
  .timeline-content-card {
    margin-left: 0;
  }
}

@media (min-width: 1280px) {
  .timeline-container-new {
    padding-left: 3rem;
  }
  
  .timeline-item-new:not(:last-child)::after {
    left: 1.75rem;
    transform: translateX(-50%);
    width: 4px;
  }
}

.timeline-item-new.animate {
  opacity: 1;
  transform: translateX(0);
}

.timeline-item-new.animate .timeline-year-badge {
  animation: timelineCircleAppear 0.6s ease forwards;
}

.timeline-item-new.animate:not(:last-child)::after {
  animation: timelineLineGrow 0.8s ease 0.3s forwards;
}

.timeline-item-new.animate .timeline-content-card {
  animation: timelineContentAppear 0.6s ease 0.5s forwards;
  opacity: 0;
  transform: translateY(20px);
}

@keyframes timelineCircleAppear {
  0% {
    opacity: 0;
    transform: scale(0);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes timelineLineGrow {
  0% {
    height: 0;
    opacity: 0;
    box-shadow: 0 0 0px rgba(255, 140, 0, 0);
  }
  50% {
    box-shadow: 0 0 8px rgba(255, 140, 0, 0.3), 0 0 4px rgba(255, 140, 0, 0.15);
  }
  100% {
    height: calc(100% - 1.5rem);
    opacity: 1;
    box-shadow: 0 0 8px rgba(255, 140, 0, 0.4), 0 0 4px rgba(255, 140, 0, 0.2);
  }
}

@media (max-width: 767.98px) {
  @keyframes timelineLineGrow {
    0% {
      height: 0;
      opacity: 0;
      box-shadow: 0 0 0px rgba(255, 140, 0, 0);
    }
    50% {
      box-shadow: 0 0 6px rgba(255, 140, 0, 0.25), 0 0 3px rgba(255, 140, 0, 0.12);
    }
    100% {
      height: calc(100% - 1rem);
      opacity: 1;
      box-shadow: 0 0 6px rgba(255, 140, 0, 0.35), 0 0 3px rgba(255, 140, 0, 0.2);
    }
  }
}

@keyframes timelineContentAppear {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.timeline-item-new:not(:last-child)::after {
  content: '';
  position: absolute;
  left: 1.5rem;
  top: calc(3rem);
  width: 4px;
  height: 0;
  background: linear-gradient(180deg, #ff8c00 0%, #ffb347 50%, #ff8c00 100%);
  border-radius: 2px;
  z-index: 0;
  transform: translateX(-50%);
  opacity: 0;
  box-sizing: border-box;
  box-shadow: 0 0 8px rgba(255, 140, 0, 0.4), 0 0 4px rgba(255, 140, 0, 0.2);
}

.timeline-item-new:last-child {
  margin-bottom: 0;
}

.timeline-year-badge {
  position: relative;
  width: 3rem;
  height: 3rem;
  background-color: #ff8c00;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  color: #ffffff;
  font-weight: 700;
  font-size: 0.75rem;
  flex-shrink: 0;
  border: 2px solid #ffffff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  opacity: 0;
  transform: scale(0);
  box-sizing: border-box;
}

@media (min-width: 640px) {
  .timeline-year-badge {
    width: 3.5rem;
    height: 3.5rem;
  }
  
  .timeline-item-new:not(:last-child)::after {
    left: 1.75rem;
    top: calc(3.5rem);
    width: 4px;
  }
}

.timeline-content-card {
  background-color: #f5f5f5;
  border-radius: 10px;
  padding: 1rem 1.25rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  flex: 1;
  margin-left: 0;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.timeline-title {
  font-size: 1rem;
  font-weight: 600;
  color: #151824;
  margin-bottom: 0.5rem;
}

.timeline-text {
  color: #1a1a1a;
  line-height: 1.4;
  font-size: 1rem;
  margin: 0;
}

/* Timeline Styles - Old (keeping for compatibility) */
.timeline-container {
  position: relative;
  padding-left: 3rem;
}

.timeline-container::before {
  content: '';
  position: absolute;
  left: 1.5rem;
  top: 0;
  bottom: 0;
  width: 2px;
  background-color: #e5e7eb;
}

.timeline-item {
  position: relative;
  margin-bottom: 3rem;
  padding-bottom: 2rem;
}

.timeline-item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}

.timeline-item::before {
  content: '';
  position: absolute;
  left: -2.5rem;
  top: 0;
  width: 3rem;
  height: 3rem;
  background-color: #ff8c00;
  border-radius: 50%;
  z-index: 2;
  border: 4px solid #ffffff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
}

.timeline-item h3 {
  font-size: 1.2rem;
  font-weight: 600;
  color: #151824;
  margin-bottom: 0.75rem;
}

.timeline-item p {
  color: #1a1a1a;
  line-height: 1.8;
  font-size: 1rem;
  margin: 0;
}

.timeline-year {
  position: absolute;
  left: -2.5rem;
  top: 0;
  width: 3rem;
  height: 3rem;
  background-color: #ff8c00;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  border: 4px solid #ffffff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  color: #ffffff;
  font-weight: 700;
  font-size: 0.9rem;
}

/* Kurumsal CTA */
.kurumsal-cta {
  background-color: #1a1a1a;
  border-radius: 20px;
  padding: 2rem 1.5rem;
  text-align: center;
}

.kurumsal-cta h3 {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: #0c6cd2;
  margin-bottom: 0.75rem;
  font-weight: 500;
}

.kurumsal-cta h2 {
  font-size: 1.75rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 0.75rem;
  line-height: 1.2;
}

.kurumsal-cta p {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 1.5rem;
  line-height: 1.5;
}

.kurumsal-cta .btn {
  transition: all 0.3s ease;
}

.kurumsal-cta .btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

@media (max-width: 767.98px) {
  .kurumsal-main-title {
    font-size: 2.5rem;
  }

  .kurumsal-subtitle {
    font-size: 1rem;
  }

  .kurumsal-cta {
    padding: 2rem 1.5rem;
  }

  .kurumsal-cta h2 {
    font-size: 1.75rem;
  }

  .timeline-container {
    padding-left: 2.5rem;
  }

  .timeline-container::before {
    left: 1rem;
  }

  .timeline-year {
    left: -2rem;
    width: 2.5rem;
    height: 2.5rem;
    font-size: 0.8rem;
  }

  .timeline-item::before {
    left: -2rem;
    width: 2.5rem;
    height: 2.5rem;
  }

  /* New Timeline Responsive */
  .timeline-container-new {
    padding-left: 0;
  }

  .timeline-year-badge {
    width: 3rem;
    height: 3rem;
    font-size: 0.7rem;
    border: 2px solid #ffffff;
  }
  
  .timeline-item-new:not(:last-child)::after {
    left: 1.5rem;
  }

  .timeline-item-new {
    transform: translateX(-20px);
    gap: 0.75rem;
    flex-direction: row;
    align-items: flex-start;
  }

  .timeline-item-new:not(:last-child)::after {
    content: '';
    position: absolute;
    left: 1.5rem;
    top: calc(3rem);
    width: 3px;
    height: 0;
    background: linear-gradient(180deg, #ff8c00 0%, #ffb347 50%, #ff8c00 100%);
    border-radius: 1.5px;
    z-index: 0;
    transform: translateX(-50%);
    opacity: 0;
    box-sizing: border-box;
    box-shadow: 0 0 6px rgba(255, 140, 0, 0.35), 0 0 3px rgba(255, 140, 0, 0.2);
  }
  
  .timeline-line-new {
    display: none;
  }

  .timeline-content-card {
    padding: 0.875rem 1rem;
    margin-left: 0;
    flex: 1;
  }

  .timeline-title {
    font-size: 0.95rem;
  }

  .timeline-text {
    font-size: 0.95rem;
  }
}

/* İletişim Sayfası Stilleri */
.contact-info-item {
  display: flex;
  align-items: center;
  transition: all 0.3s ease;
  padding: 0.5rem 0;
}

.contact-info-item:hover {
  transform: translateX(5px);
}

.contact-info-item i {
  flex-shrink: 0;
  width: 24px;
  text-align: center;
}

.contact-info-item a {
  transition: color 0.3s ease;
}

.contact-info-item a:hover {
  color: #ff8c00 !important;
}

.working-hours-item {
  border-bottom: 1px solid #f0f0f0;
  padding: 0.75rem 0 !important;
}

.working-hours-item:last-child {
  border-bottom: none;
}

.map-container {
  position: relative;
  width: 100%;
  height: 300px;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.map-container iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.contact-form .form-group {
  margin-bottom: 1.25rem;
}

.contact-form .form-group label {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  margin-bottom: 0.5rem;
}

.contact-form .form-control {
  width: 100%;
  padding: 0.875rem 1rem;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  background-color: #f9fafb;
  font-size: 0.95rem;
  color: #151824;
  transition: all 0.3s ease;
}

.contact-form .form-control:focus {
  outline: none;
  border-color: #ff8c00;
  background-color: #ffffff;
  box-shadow: 0 0 0 3px rgba(255, 140, 0, 0.1);
}

.contact-form textarea.form-control {
  resize: vertical;
  min-height: 120px;
}

@media (max-width: 991.98px) {
  .contact-info-item {
    margin-bottom: 1rem;
  }
  
  .map-container {
    height: 250px;
    margin-bottom: 1.5rem;
  }
  
  .service-card.hakkimizda-card {
    padding: 1.5rem !important;
  }
}

/* Hizmetler Page Styles */
.hizmetler-card {
  background-color: #f5f5f5;
  border-radius: 16px;
  padding: 1.75rem 1.5rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 220px;
  cursor: pointer;
  text-align: left;
  position: relative;
  overflow: hidden;
}

.hizmetler-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, #ff8c00, #ffb347);
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 0;
}

.hizmetler-card > * {
  position: relative;
  z-index: 1;
}

.hizmetler-card:hover {
  transform: translateY(-8px);
  --tw-shadow: 0 35px 90px #f881314d;
  --tw-shadow-colored: 0 35px 90px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hizmetler-card:hover::before {
  opacity: 1;
}

.hizmetler-card:hover h5,
.hizmetler-card:hover p,
.hizmetler-card:hover .service-link {
  color: #ffffff;
}

.hizmetler-card:hover .service-icon-large {
  color: #ffffff;
  transform: scale(1.1);
}

.service-icon-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 1rem;
}

.service-icon-large {
  font-size: 2.5rem;
  color: #ff8c00;
  transition: all 0.3s ease;
}

.hizmetler-card h5 {
  font-size: 1.15rem;
  font-weight: 600;
  margin-bottom: 0.75rem;
  color: #151824;
  transition: color 0.3s ease;
}

.hizmetler-card p {
  font-size: 0.9rem;
  color: #4b5563;
  margin-bottom: auto;
  line-height: 1.6;
  flex: 1;
  transition: color 0.3s ease;
}

.hizmetler-card .service-link {
  color: #ff8c00;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.9rem;
  margin-top: 1.5rem;
  display: inline-flex;
  align-items: center;
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.hizmetler-card .service-link i {
  transition: transform 0.3s ease;
}

.hizmetler-card:hover .service-link i {
  transform: translateX(4px);
}

/* Hizmetler CTA Section */
.hizmetler-cta {
  background-color: #151824;
  border-radius: 20px;
  padding: 2rem 1.5rem;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.hizmetler-cta::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #ff8c00, #ffb347);
  border-radius: 20px 20px 0 0;
}

.hizmetler-cta-eyebrow {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: #0c6cd2;
  margin-bottom: 0.75rem;
  font-weight: 500;
  display: block;
}

.hizmetler-cta-title {
  font-size: 1.75rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 0.75rem;
  line-height: 1.2;
}

.hizmetler-cta-description {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 1.5rem;
  line-height: 1.5;
}

.hizmetler-btn-white {
  background-color: #ffffff;
  color: #151824;
  border: none;
  padding: 0.65rem 1.5rem;
  border-radius: 50px;
  font-weight: 600;
  font-size: 0.9rem;
  text-decoration: none;
  transition: all 0.3s ease;
  display: inline-block;
}

.hizmetler-btn-white:hover {
  background-color: #f1f1f1;
  color: #151824;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.hizmetler-btn-outline {
  background-color: transparent;
  color: #ffffff;
  border: 1px solid #ffffff;
  padding: 0.65rem 1.5rem;
  border-radius: 50px;
  font-weight: 600;
  font-size: 0.9rem;
  text-decoration: none;
  transition: all 0.3s ease;
  display: inline-block;
}

.hizmetler-btn-outline:hover {
  background-color: rgba(255, 255, 255, 0.1);
  color: #ffffff;
  border-color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(255, 255, 255, 0.1);
}

@media (max-width: 767.98px) {
  .hizmetler-cta {
    padding: 1.75rem 1.25rem;
  }

  .hizmetler-cta-title {
    font-size: 1.5rem;
  }

  .hizmetler-card {
    min-height: 200px;
    padding: 1.5rem 1.25rem;
  }

  .service-icon-large {
    font-size: 2rem;
  }

  .hizmetler-card h5 {
    font-size: 1.05rem;
  }
}

/* Projeler Page - Project Grid Styles */
.project-grid-card {
  background-color: #ffffff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
  transition: all 0.4s ease;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  height: 100%;
  border: 1px solid rgba(0, 0, 0, 0.05);
}

.project-grid-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
  border-color: rgba(255, 140, 0, 0.2);
}

.project-grid-image {
  width: 100%;
  height: 220px;
  overflow: hidden;
  position: relative;
}

.project-grid-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.project-grid-card:hover .project-grid-image img {
  transform: scale(1.1);
}

.project-grid-body {
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  flex: 1;
}

.project-grid-name {
  font-size: 1.1rem;
  font-weight: 700;
  color: #151824;
  margin-bottom: 0.25rem;
  line-height: 1.3;
  transition: color 0.3s ease;
}

.project-grid-card:hover .project-grid-name {
  color: #ff8c00;
}

.project-grid-location {
  font-size: 0.9rem;
  color: #6b7280;
  display: block;
  margin-bottom: 0.25rem;
  transition: color 0.3s ease;
}

.project-grid-power {
  font-size: 1.1rem;
  font-weight: 700;
  color: #ff8c00;
  display: block;
  margin-bottom: 0.5rem;
  transition: color 0.3s ease;
}

.project-grid-card:hover .project-grid-power {
  color: #ff6b35;
}

.project-grid-type {
  font-size: 0.85rem;
  color: #6b7280;
  display: block;
  margin-bottom: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-weight: 500;
  transition: color 0.3s ease;
}

.project-grid-link {
  color: #151824;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.9rem;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-top: auto;
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.project-grid-link i {
  transition: transform 0.3s ease;
  font-size: 0.85rem;
}

.project-grid-card:hover .project-grid-link {
  color: #ff8c00;
}

.project-grid-card:hover .project-grid-link i {
  transform: translateX(4px);
  color: #ff8c00;
}

/* Projeler CTA Card */
.projeler-cta-card {
  background-color: #1a1a1a;
  border-radius: 20px;
  padding: 2rem 1.5rem;
  text-align: center;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
}

.projeler-cta-eyebrow {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: #0c6cd2;
  margin-bottom: 0.75rem;
  font-weight: 500;
  display: block;
}

.projeler-cta-title {
  font-size: 1.75rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 0.75rem;
  line-height: 1.2;
}

.projeler-cta-description {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 1.5rem;
  line-height: 1.5;
}

.projeler-cta-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
}

.btn-projeler-cta-primary {
  background-color: #ffffff;
  color: #1a1a1a;
  border: 1px solid #1a1a1a;
  padding: 0.65rem 1.5rem;
  border-radius: 50px;
  font-weight: 600;
  font-size: 0.9rem;
  text-decoration: none;
  transition: all 0.3s ease;
  display: inline-block;
}

.btn-projeler-cta-primary:hover {
  background-color: #f1f1f1;
  color: #1a1a1a;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.btn-projeler-cta-secondary {
  background-color: transparent;
  color: #ffffff;
  border: 1px solid #ffffff;
  padding: 0.65rem 1.5rem;
  border-radius: 50px;
  font-weight: 600;
  font-size: 0.9rem;
  text-decoration: none;
  transition: all 0.3s ease;
  display: inline-block;
}

.btn-projeler-cta-secondary:hover {
  background-color: rgba(255, 255, 255, 0.1);
  color: #ffffff;
  border-color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(255, 255, 255, 0.1);
}

@media (max-width: 767.98px) {
  .projeler-cta-card {
    padding: 1.75rem 1.25rem;
  }

  .projeler-cta-title {
    font-size: 1.5rem;
  }

  .project-grid-image {
    height: 180px;
  }

  .project-grid-body {
    padding: 1.25rem;
  }
}

/* Proje Detay Sayfası Stilleri */
.proje-detail-header {
  padding-top: 10rem;
  padding-bottom: 0.5rem;
  background-color: #ffffff;
}

.proje-detail-eyebrow {
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: #6b7280;
  font-weight: 600;
  margin-bottom: 0;
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
}

.proje-detail-eyebrow i {
  font-size: 1.3rem;
  color: #ff8c00;
}

.proje-detail-main-title {
  font-size: 0.95rem;
  font-weight: 600;
  color: #151824;
  margin-bottom: 0.4rem;
}

.proje-detail-project-name {
  font-size: 2rem;
  font-weight: 700;
  color: #151824;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.proje-detail-project-name::before {
  content: '◆';
  color: #ff8c00;
  font-size: 1.2rem;
}

.proje-detail-content {
  padding: 2rem 0 3rem 0;
  background-color: #ffffff;
}

.proje-detail-image-gallery {
  position: relative;
}

.proje-detail-main-image {
  width: 100%;
  height: 400px;
  object-fit: cover;
  border-radius: 16px;
  margin-bottom: 1rem;
}

.proje-detail-thumbnails {
  display: flex;
  gap: 1rem;
}

.proje-detail-thumbnail {
  width: 120px;
  height: 90px;
  object-fit: cover;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s ease;
  border: 2px solid transparent;
}

.proje-detail-thumbnail:hover {
  border-color: #ff8c00;
  transform: scale(1.05);
}

.proje-detail-thumbnail.active {
  border-color: #ff8c00;
}

.proje-detail-nav-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: auto;
  height: auto;
  background-color: transparent;
  border: none;
  border-radius: 0;
  color: #ff8c00;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: none;
  font-size: 2rem;
  z-index: 10;
  padding: 0.5rem;
}

.proje-detail-nav-btn:hover {
  background-color: transparent;
  box-shadow: none;
  transform: translateY(-50%) scale(1.2);
  color: #ff6b35;
}

.proje-detail-nav-prev {
  left: 1rem;
}

.proje-detail-nav-next {
  right: 1rem;
}

.proje-detail-fullscreen-btn {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  width: 40px;
  height: 40px;
  background-color: #ff8c00;
  border: none;
  border-radius: 8px;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(255, 140, 0, 0.3);
  font-size: 0.9rem;
  z-index: 10;
}

.proje-detail-fullscreen-btn:hover {
  background-color: #ff6b35;
  transform: scale(1.1);
}

.proje-detail-close-btn {
  position: fixed;
  top: 2rem;
  right: 2rem;
  width: 45px;
  height: 45px;
  background-color: #ff8c00;
  border: none;
  border-radius: 50%;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(255, 140, 0, 0.4);
  font-size: 1.2rem;
  z-index: 9999;
}

.proje-detail-close-btn:hover {
  background-color: #ff6b35;
  transform: scale(1.1);
  box-shadow: 0 6px 20px rgba(255, 140, 0, 0.5);
}

.proje-detail-info {
  padding-left: 0;
}

.proje-detail-info-card {
  background-color: #f5f5f5;
  border-radius: 12px;
  padding: 1.25rem 1rem;
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  height: 100%;
  transition: all 0.3s ease;
  min-height: 90px;
}

.proje-detail-info-card:hover {
  background-color: #f0f0f0;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.proje-detail-info-item {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  margin-bottom: 0;
  padding: 1rem;
  background-color: #f9fafb;
  border-radius: 12px;
}

.proje-detail-info-item:last-child {
  margin-bottom: 0;
}

.proje-detail-info-icon {
  width: 32px;
  height: 32px;
  background-color: #f3f4f6;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ff8c00;
  font-size: 1rem;
  flex-shrink: 0;
}

.proje-detail-info-card .proje-detail-info-icon {
  width: 32px;
  height: 32px;
  font-size: 0.95rem;
}

.proje-detail-info-content {
  flex: 1;
}

.proje-detail-info-label {
  font-size: 0.7rem;
  color: #6b7280;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-weight: 500;
  margin-bottom: 0.3rem;
}

.proje-detail-info-value {
  font-size: 0.9rem;
  font-weight: 600;
  color: #151824;
  line-height: 1.4;
}

.proje-detail-info-card .proje-detail-info-value {
  font-size: 0.85rem;
}

.proje-detail-info-value.highlight {
  color: #ff8c00;
  font-size: 1.15rem;
  font-weight: 700;
}

.proje-detail-story {
  margin-top: 0;
  padding: 1.25rem 1rem;
  background-color: #f5f5f5;
  border-radius: 12px;
  border-top: none;
}

.proje-detail-story-title {
  font-size: 1.2rem;
  font-weight: 700;
  color: #151824;
  margin-bottom: 1rem;
}

.proje-detail-story-text {
  font-size: 0.95rem;
  color: #4b5563;
  line-height: 1.8;
  margin-bottom: 0;
}

.proje-detail-back-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: linear-gradient(90deg, #ff8c00, #ff6b35);
  color: #ffffff;
  padding: 0.75rem 1.5rem;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.9rem;
  transition: all 0.3s ease;
  margin-top: 1.5rem;
  box-shadow: 0 4px 15px rgba(255, 140, 0, 0.3);
}

.proje-detail-back-btn:hover {
  background: linear-gradient(90deg, #ff9e4d, #ff7d4d);
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(255, 140, 0, 0.4);
  color: #ffffff;
}

.proje-detail-back-btn i {
  transition: transform 0.3s ease;
}

.proje-detail-back-btn:hover i {
  transform: translateX(-4px);
}

@media (max-width: 991.98px) {
  .proje-detail-info {
    padding-left: 0;
    margin-top: 0;
  }

  .proje-detail-main-image {
    height: 350px;
  }

  .proje-detail-project-name {
    font-size: 1.75rem;
  }

  .proje-detail-info-card {
    padding: 1rem 0.75rem;
    min-height: 80px;
  }

  .proje-detail-info-card .proje-detail-info-icon {
    width: 28px;
    height: 28px;
    font-size: 0.85rem;
  }

  .proje-detail-info-card .proje-detail-info-label {
    font-size: 0.65rem;
  }

  .proje-detail-info-card .proje-detail-info-value {
    font-size: 0.8rem;
  }

  .proje-detail-story {
    margin-top: 2rem;
  }
}

@media (max-width: 767.98px) {
  .proje-detail-header {
    padding-top: 6rem;
    padding-bottom: 1.5rem;
  }

  .proje-detail-project-name {
    font-size: 1.5rem;
  }

  .proje-detail-main-image {
    height: 280px;
  }

  .proje-detail-thumbnails {
    flex-wrap: wrap;
  }

  .proje-detail-thumbnail {
    width: 100px;
    height: 75px;
  }

  .proje-detail-nav-btn {
    width: auto;
    height: auto;
    font-size: 1.5rem;
    padding: 0.4rem;
  }

  .proje-detail-nav-prev {
    left: 0.75rem;
  }

  .proje-detail-nav-next {
    right: 0.75rem;
  }

  .proje-detail-fullscreen-btn {
    width: 35px;
    height: 35px;
    bottom: 0.75rem;
    right: 0.75rem;
    font-size: 0.8rem;
  }

  .proje-detail-info-card {
    padding: 0.875rem 0.65rem;
    min-height: 75px;
  }

  .proje-detail-story {
    margin-top: 2rem;
  }
}

/* Blog CTA Section */
.blog-cta-section {
  background-color: #1a1a1a;
  border-radius: 20px;
  padding: 2rem 1.5rem;
  text-align: center;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
}

.blog-cta-eyebrow {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: #0c6cd2;
  margin-bottom: 0.75rem;
  font-weight: 500;
  display: block;
}

.blog-cta-title {
  font-size: 1.75rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 0.75rem;
  line-height: 1.2;
}

.blog-cta-description {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 1.5rem;
  line-height: 1.5;
}

.blog-cta-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem;
}

.btn-blog-cta-primary {
  background-color: #ffffff;
  color: #1a1a1a;
  border: 1px solid #1a1a1a;
  padding: 0.65rem 1.5rem;
  border-radius: 50px;
  font-weight: 600;
  font-size: 0.9rem;
  text-decoration: none;
  transition: all 0.3s ease;
  display: inline-block;
}

.btn-blog-cta-primary:hover {
  background-color: #f1f1f1;
  color: #1a1a1a;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.btn-blog-cta-secondary {
  background-color: transparent;
  color: #ffffff;
  border: 1px solid #ffffff;
  padding: 0.65rem 1.5rem;
  border-radius: 50px;
  font-weight: 600;
  font-size: 0.9rem;
  text-decoration: none;
  transition: all 0.3s ease;
  display: inline-block;
}

.btn-blog-cta-secondary:hover {
  background-color: rgba(255, 255, 255, 0.1);
  color: #ffffff;
  border-color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(255, 255, 255, 0.1);
}

/* Error 404 CTA Banner */
.error-cta-banner {
  background-color: #1a1a1a;
  border-radius: 20px;
  padding: 2rem 1.5rem;
  text-align: center;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
}

.error-cta-eyebrow {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: #0c6cd2;
  margin-bottom: 0.75rem;
  font-weight: 500;
  display: block;
}

.error-cta-title {
  font-size: 1.75rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 0.75rem;
  line-height: 1.2;
}

.error-cta-description {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 1.5rem;
  line-height: 1.5;
}

.error-cta-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem;
}

.btn-error-cta-white {
  background-color: #ffffff;
  color: #1a1a1a;
  border: 1px solid #1a1a1a;
  padding: 0.65rem 1.5rem;
  border-radius: 50px;
  font-weight: 600;
  font-size: 0.9rem;
  text-decoration: none;
  transition: all 0.3s ease;
  display: inline-block;
}

.btn-error-cta-white:hover {
  background-color: #f1f1f1;
  color: #1a1a1a;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.btn-error-cta-outline {
  background-color: transparent;
  color: #ffffff;
  border: 1px solid #ffffff;
  padding: 0.65rem 1.5rem;
  border-radius: 50px;
  font-weight: 600;
  font-size: 0.9rem;
  text-decoration: none;
  transition: all 0.3s ease;
  display: inline-block;
}

.btn-error-cta-outline:hover {
  background-color: rgba(255, 255, 255, 0.1);
  color: #ffffff;
  border-color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(255, 255, 255, 0.1);
}

/* Mobile Menu Toggle Button - Fix for mobile touch */
#mobileMenuToggle {
  position: relative;
  z-index: 9999 !important;
  pointer-events: auto !important;
  touch-action: manipulation;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0.1);
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  isolation: isolate;
}

#mobileMenuToggle:active {
  transform: scale(0.95);
  background-color: rgba(255, 255, 255, 0.15);
}

/* Ensure button is clickable on mobile */
@media (max-width: 1023px) {
  /* Navbar arka planını mobil ve tablet görünümde tamamen şeffaf yap */
  #mainNavbar {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    z-index: 9997;
    pointer-events: none;
    background: transparent !important;
    background-color: transparent !important;
  }
  
  /* Hero section içindeki navbar absolute olmalı (slider üstünde) */
  #hero #mainNavbar {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
  }
  
  /* Navbar container'ın arkasında beyaz arka plan olmamalı */
  #mainNavbar::before,
  #mainNavbar::after {
    display: none !important;
    background: transparent !important;
  }
  
  /* Fix navbar container to not block clicks */
  #navbarContainer {
    position: relative;
    pointer-events: auto;
    isolation: isolate;
  }
  
  /* Ensure mobile menu toggle button is always on top and clickable */
  #mobileMenuToggle {
    z-index: 9999 !important;
    pointer-events: auto !important;
    position: relative !important;
    display: inline-flex !important;
    cursor: pointer !important;
    touch-action: manipulation !important;
    isolation: isolate;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
  }
  
  /* Make sure button is not covered by any element */
  #navbarContainer > * {
    pointer-events: none;
  }
  
  #navbarContainer > #mobileMenuToggle,
  #navbarContainer > a {
    pointer-events: auto !important;
  }
  
  /* Mobile Navigation Menu - Ensure it appears on top */
  #navbarNav {
    position: relative !important;
    z-index: 9998 !important;
    pointer-events: auto !important;
  }
  
  /* When mobile menu is visible, ensure it's on top */
  #navbarNav:not(.hidden) {
    z-index: 9998 !important;
    position: relative !important;
  }
  
  #mainNavbar > div {
    pointer-events: auto;
  }
}

/* EN SON KURAL - Navbar'ın her zaman fixed olmasını garanti et */
/* Bu kural tüm diğer kurallardan sonra gelir ve en yüksek önceliğe sahiptir */
#mainNavbar,
nav#mainNavbar,
body #mainNavbar,
html body #mainNavbar {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  z-index: 50 !important;
  width: 100% !important;
}

/* Hero section içindeki navbar için özel kural (en son, en yüksek öncelik) */
#hero #mainNavbar {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  z-index: 50 !important;
}