@import url("../../assets/font-icon/demo-files/demo.css");
@import url("../../assets/font-icon/demo-files/fontello.css");
@import url("../../assets/font-icon/font-icon.css");
@import url("../../assets/flaticon/flaticon.css");

body {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  background-color: #f0f0f0;
}
body.menu-active {
  overflow: hidden;
}


a.WhatsApp1 {
    display: flex;
    font-size: 18px;
    background: #2EB843;
    font-weight: 600;
    width: 51px;
    height: 51px;
    position: fixed;
    bottom: 20px;
    left: 20px;
    border-radius: 50%;
    -webkit-transition: all 0.1s ease-out 0s;
    -moz-transition: all 0.1s ease-out 0s;
    -ms-transition: all 0.1s ease-out 0s;
    -o-transition: all 0.1s ease-out 0s;
    transition: all 0.1s ease-out 0s;
    color: #fff;
    align-items: center;
    justify-content: center;
    animation: whatsapp infinite 2s linear;
    z-index: 9999;
}

@keyframes whatsapp {
    0% {
        box-shadow: 0 0 0 0 #2EB843;
    }
    50% {
        box-shadow: 0 0 0 10px rgba(1, 93, 199, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(1, 93, 199, 0);
    }
}



a:hover {
  color: #e0a300;
}

* {
  box-sizing: border-box;
}
a {
  text-decoration: none;
}
.site-header .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.site-header.bd-menu {
  background-color: black;
}

/* --- HEADER ANA YAPI --- */
.site-header {
  width: 100%;
  position: fixed;
  width: 100%;
  z-index: 99;
  top: 0px;
}

/* --- ÜST BİLGİ BARI --- */
.top-bar {
  background-color: #4a4a4a;
  padding: 0px 0;
  font-size: 13px;
  color: #aeaeae;
}
.top-bar .container {
  flex-wrap: wrap;
}
.top-bar-info {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.top-bar-info span {
  margin-right: 25px;
  white-space: nowrap;
}
.top-bar-info i {
  color: white;
  margin-right: 8px;
  font-size: 14px;
}
.consultation-button-wrapper {
  background-color: #000;
}
.free-consultation-btn {
  display: block;
  padding: 12px 25px;
  color: #ffb600;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.5px;
}

/* --- ANA HEADER (LOGO VE MENÜ) --- */
.main-header {
  background-color: #0d0d1580;
  padding: 20px 0;
  position: relative;
}

/* Logo */
.logo-wrapper a {
  display: flex;
  align-items: center;
}

.logo-wrapper a img {
  height: 50px;
}
.logo-icon {
  margin-right: 15px;
  fill: #ffb600;
}
.logo-text {
  display: flex;
  flex-direction: column;
  line-height: 1.2;
}
.brand-name {
  font-size: 28px;
  font-weight: 800;
  color: #ffffff;
  letter-spacing: 1px;
}
.tagline {
  font-size: 11px;
  font-weight: 700;
  color: #aeaeae;
  letter-spacing: 2px;
}

/* --- MASAÜSTÜ NAVİGASYON --- */
.header-right {
  display: flex;
  align-items: center;
}
.main-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
}
.main-nav li {
  margin-left: 35px;
}

/* --- YENİ EKLENEN KISIM: Geçiş ve Hover Efektleri --- */
.main-nav a {
  color: #ffffff;
  font-weight: 700;
  font-size: 15px;
  padding: 10px 0;
  position: relative;
  /* Yumuşak geçiş efekti */
  transition: color 0.3s ease, background-color 0.3s ease;
}

/* Aktif olmayan linklere hover efekti (Masaüstü) */
.main-nav ul li a:hover {
  color: #ffb600;
}
/* --- YENİ EKLENEN KISIM SONU --- */

.main-nav li.active a {
  color: #ffb600;
  padding: 0 15px;
}
.main-nav li.active a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 10px;
  border-top: 3px solid #ffb600;
  border-left: 3px solid #ffb600;
}
.main-nav li.active a::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 10px;
  height: 10px;
  border-bottom: 3px solid #ffb600;
  border-right: 3px solid #ffb600;
}

.header-search {
  margin-left: 40px;
  color: #ffffff;
  font-size: 18px;
  cursor: pointer;
}

/* --- MOBİL MENÜ İÇİN EKLEMELER --- */
.hamburger-menu,
.close-menu {
  display: none;
  background: none;
  border: none;
  color: white;
  font-size: 24px;
  cursor: pointer;
}
.close-menu {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 36px;
}

/* ============================================= */
/* --- RESPONSIVE AYARLAR (MOBİL & TABLET) --- */
/* ============================================= */
@media (max-width: 1024px) {
  .top-bar .container {
    justify-content: center;
    gap: 10px;
  }
  .top-bar-info {
    justify-content: center;
    text-align: center;
    width: 100%;
  }
  .top-bar-info span {
    margin: 0 10px;
  }
  .free-consultation-btn {
    width: 100%;
    text-align: center;
  }

  .main-nav {
    position: fixed;
    top: 0;
    right: -100%;
    width: 300px;
    max-width: 80%;
    height: 100vh;
    background-color: #212121;
    padding-top: 80px;
    transition: right 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    z-index: 1000;
    box-shadow: -5px 0 15px rgba(0, 0, 0, 0.2);
  }
  .main-nav.menu-open {
    right: 0;
  }
  .main-nav ul {
    flex-direction: column;
    width: 100%;
    align-items: flex-start;
  }
  .main-nav li {
    margin: 0;
    width: 100%;
    border-bottom: 1px solid #4a4a4a;
  }
  .main-nav a {
    display: block;
    padding: 15px 25px;
    font-size: 16px;
  }
  .main-nav li:first-child {
    border-top: 1px solid #4a4a4a;
  }

  /* Mobil menüdeki aktif linkin stili */
  .main-nav li.active a,
            /* --- YENİ EKLENEN KISIM: Mobil Hover Efekti --- */
            .main-nav li a:hover {
    background-color: #ffb600;
    color: #212121;
  }
  .main-nav li.active a {
    padding: 15px 25px;
  } /* Mobil için padding sıfırlaması */
  .main-nav li.active a::before,
  .main-nav li.active a::after {
    display: none; /* Köşedeki kutuları mobilde kaldır */
  }

  .header-search {
    margin-left: 20px;
  }
  .hamburger-menu,
  .close-menu {
    display: block;
  }
}

@media (max-width: 768px) {
  .brand-name {
    font-size: 22px;
  }
  .tagline {
    font-size: 9px;
  }
  .logo-icon {
    width: 45px;
    height: 36px;
  }
  .top-bar-info .d-none-sm {
    display: none;
  }
}

/**/

/* Ana Slider Konteyneri */

/* --- Slider Alanı --- */
.slider-container {
  position: relative;
  width: 100%;
  height: 100vh; /* Ekran yüksekliğinin %80'i kadar */
  min-height: 600px;
  overflow: hidden;
}

.slides {
  display: flex;
  /* width değeri JavaScript tarafından eklenecek */
  height: 100%;
  transition: transform 0.8s ease-in-out;
}

.slide {
  /* width değeri JavaScript tarafından eklenecek */
  height: 100%;
  background-size: cover;
  background-position: center;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  text-align: center;
}

/* Slayt üzerine karanlık katman */
.slide::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 50%;
}

.slide-content {
  position: relative;
  z-index: 2;
  max-width: 800px;
  padding: 20px;
  margin-top: 50px;
}

/* --- Slayt İçeriği ve Animasyonları --- */
.slide .tagline,
.slide .main-heading,
.slide .subheading,
.slide .buttons {
  opacity: 0;
  transform: translateY(50px);
}

/* Aktif slayttaki elemanlara animasyon uygula */
.slide.active .tagline,
.slide.active .main-heading,
.slide.active .subheading,
.slide.active .buttons {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

/* Animasyonları sıralı hale getirmek için gecikme (stagger effect) */
.slide.active .tagline {
  transition-delay: 0.2s;
}
.slide.active .main-heading {
  transition-delay: 0.4s;
}
.slide.active .subheading {
  transition-delay: 0.6s;
}
.slide.active .buttons {
  transition-delay: 0.8s;
}

.tagline {
  color: #fdb900;
  font-weight: bold;
  letter-spacing: 2px;
  margin-bottom: 15px;
}

.main-heading {
  font-size: 50px;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 25px;
}

.subheading {
  font-size: 15px;
  line-height: 1.4;
  max-width: 480px;
  margin: 0 auto 35px;
  font-weight: 500;
}

.buttons .btn {
  text-decoration: none;
  color: white;
  padding: 15px 35px;
  margin: 0 10px;
  font-weight: bold;
  display: inline-block;
  transition: all 0.3s ease;
  font-size: 13px;
}

.btn-check:active + .btn-primary:focus,
.btn-check:checked + .btn-primary:focus,
.btn-primary.active:focus,
.btn-primary:active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: none;
}

.btn.btn-primary {
  background-color: #fdb900;
  border-color: #fdb900;
  color: #222;
}
.btn.btn-primary:hover {
  background-color: #e0a300;
}

.btn.btn-secondary {
  background-color: transparent;
  border: 2px solid white;
}
.btn.btn-secondary:hover {
  background-color: white;
  color: #222;
}

/* --- Slider Okları --- */
.slider-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(0, 0, 0, 0.4);
  color: white;
  border: none;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  font-size: 20px;
  cursor: pointer;
  z-index: 5;
  transition: background-color 0.3s;
}

.slider-arrow:hover {
  background-color: rgba(0, 0, 0, 0.7);
}

.prev-btn {
  left: 30px;
}

.next-btn {
  right: 30px;
}

/**/

.features-section {
  padding: 0px 0; /* Bölümün üst ve alt boşluğu */
  background-color: #f8f9fa; /* Arka plan rengi, isteğe bağlı */
}

.features-container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap; /* Küçük ekranlarda alt satıra geçmesi için */
}

.feature-card {
  flex: 1; /* Kartların eşit genişlikte olmasını sağlar */
  min-width: 300px; /* Kartlar için minimum genişlik */
  padding: 40px 40px;
  position: relative; /* Arka plan ikonu için gerekli */
  overflow: hidden; /* Arka plan ikonunun taşmasını engeller */
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.feature-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

/* Kart içeriğinin ikonun üzerinde kalması için */
.card-content {
  position: relative;
  z-index: 2;
}

/* --- Kartların Arka Plan İkonları (Pseudo-elements ile) --- */
.feature-card::after {
  font-family: "Font Awesome 6 Free"; /* Font Awesome 6 için */
  font-weight: 900; /* Solid ikonları kullanmak için */
  position: absolute;
  font-size: 280px;
  z-index: 1;
  opacity: 0.05;
  right: -40px;
  top: 50%;
  transform: translateY(-50%) rotate(-15deg);
  transition: opacity 0.3s ease;
}

.feature-card:hover::after {
  opacity: 0.1;
}

/* Her karta özel ikon ataması */
.card-dark::after {
  content: "\f521"; /* Font Awesome - Hammer (Çekiç) ikonu */
}
.card-yellow::after {
  content: "\f54f"; /* Font Awesome - Trowel (Mala) ikonu */
}
.card-white::after {
  content: "\f0ad"; /* Font Awesome - Wrench (İngiliz anahtarı) ikonu */
}

/* --- Kart İçerik Stilleri --- */
.card-number {
  font-size: 40px;
  font-weight: 700;
  display: block;
  margin-bottom: 20px;
}

/* --- Kartların Arka Plan İkonları (Pseudo-elements ile) --- */
.feature-card .card-number::after {
  font-family: "Font Awesome 6 Free"; /* Font Awesome 6 için */
  font-weight: 900; /* Solid ikonları kullanmak için */
  font-size: 40px;
  z-index: 1;
  transition: opacity 0.3s ease;
}

.card-dark .card-number::after {
  content: "\f521"; /* Font Awesome - Hammer (Çekiç) ikonu */
}
.card-yellow .card-number::after {
  content: "\f54f"; /* Font Awesome - Trowel (Mala) ikonu */
}
.card-white .card-number::after {
  content: "\f0ad"; /* Font Awesome - Wrench (İngiliz anahtarı) ikonu */
}

.card-title {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
}

.card-description {
  font-size: 15px;
  line-height: 1.4;
  margin-bottom: 30px;
}

.card-link {
  text-decoration: none;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
}

.card-link i {
  font-size: 12px;
  margin-left: 5px;
}

/* --- Kartlara Özel Renk Stilleri --- */

/* 1. Siyah Kart */
.card-dark {
  background-color: #222;
  color: #ccc;
}
.card-dark .card-title {
  color: #fff;
}
.card-dark .card-number,
.card-dark .card-link {
  color: #fdb900;
}
.card-dark::after {
  color: #fff; /* İkon rengi */
}

/* 2. Sarı Kart */
.card-yellow {
  background-color: #fdb900;
  color: #fff;
}
.card-yellow .card-number,
.card-yellow .card-link,
.card-yellow .card-title {
  color: #fff;
}
.card-yellow::after {
  color: #fff;
  opacity: 0.15; /* Sarı arka planda daha belirgin olması için */
}
.card-yellow:hover::after {
  opacity: 0.25;
}

/* 3. Beyaz Kart */
.card-white {
  background-color: #fff;
  color: #555;
  border: 1px solid #eee;
}
.card-white .card-title {
  color: #222;
}
.card-white .card-number,
.card-white .card-link {
  color: #fdb900;
}
.card-white::after {
  color: #222; /* İkon rengi */
}

/* --- Mobil Uyum (Responsive) --- */
@media (max-width: 992px) {
  .features-container {
    flex-direction: column;
    align-items: center;
  }
  .feature-card {
    width: 90%; /* Genişliği ayarla */
    max-width: 500px;
    margin-bottom: 20px; /* Kartlar arasına boşluk koy */
  }
  .feature-card:last-child {
    margin-bottom: 0;
  }
}

* {
  box-sizing: border-box;
}

/* --- HAKKIMIZDA BÖLÜMÜ --- */
.about-section {
  background-color: #ffffff;
  padding: 100px 0;
  overflow: hidden; /* Dışarı taşan elemanların görünmemesi için */
  background: url("../images/section_01.jpg");
  background-size: cover;
  background-position: center right;
}

.container {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 15px;
}

.about-wrapper {
  display: flex;
  align-items: center;
  gap: 60px; /* Sütunlar arası boşluk */
}

/* Sol Sütun: İçerik Alanı */
.about-content {
  flex-basis: 50%;
}

/* "ABOUT COMPANY" Etiketi */
.section-tagline {
  position: relative;
  display: inline-block;
  color: #ffb600;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 1.5px;
  padding: 5px 25px;
  margin-bottom: 20px;
}

/* Etiket etrafındaki köşeli parantezler */
.section-tagline::before,
.section-tagline::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  border-color: #ffb600;
  border-style: solid;
}

.section-tagline::before {
  top: 0;
  left: 0;
  border-width: 3px 0 0 3px;
}

.section-tagline::after {
  bottom: 0;
  right: 0;
  border-width: 0 3px 3px 0;
}

.section-title {
  font-size: 33px;
  font-weight: 700;
  color: #212121;
  margin: 0 0 25px 0;
  text-transform: uppercase;
}

.about-content p {
  color: #6c757d;
  line-height: 1.4;
  font-size: 15px;
  margin-bottom: 20px;
}

/* Video Butonu */
.video-presentation {
  margin-top: 30px;
  display: flex;
  align-items: center;
  gap: 20px;
}

.video-presentation a {
  text-decoration: none;
  color: #212121;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 1px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.video-presentation a span{
  display: flex;
  align-items: center;
  justify-content: center;
}

.fa-arrow-pointer {
  width: 65px;
  height: 65px;
  background-color: #ffb600;
  border-radius: 50%;
  display: grid;
  place-items: center;
  transition: transform 0.3s ease;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;

}

.video-presentation a:hover .fa-arrow-pointer {
  transform: scale(1.1);
}

.play-button::after {
  content: "\f04b"; /* Font Awesome play kodu */
  font-family: "Font Awesome 6 Free";
  font-weight: 900; /* solid için */
  margin-left: 5px;
}

/* Sağ Sütun: Görsel Alanı */
.about-image-area {
  flex-basis: 50%;
  position: relative;
  /* Arka plan şehir silüeti */
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  min-height: 450px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hard-hat-img {
  max-width: 115%;
  position: relative;
  z-index: 2; /* İstatistik kutularının arkasında kalması için */
}

/* İstatistik Kutuları */
.stat-box {
  position: absolute;
  background: #ffffff;
  padding: 25px 30px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
  border-radius: 4px;
  display: flex;
  align-items: center;
  gap: 20px;
  z-index: 3;
}

.stat-box::before,
.stat-box::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  border-color: #ffb600;
  border-style: solid;
}

.stat-box::before {
  top: 10px;
  left: 10px;
  border-width: 3px 0 0 3px;
}
.stat-box::after {
  bottom: 10px;
  right: 10px;
  border-width: 0 3px 3px 0;
}

.stat-number2 {
  font-size: 64px;
  font-weight: 800;
  color: #ffb600;
  line-height: 1;
  display: flex;
  align-items: center;
}

.stat-number2 span {
  font-size: 44px;
  margin-left: 25px;
  font-weight: 700;
  color: #ffb600;
  line-height: 1;
  display: flex;
  align-items: center;
}

.stat-text {
  font-weight: 700;
  font-size: 13px;
  color: #212121;
  line-height: 1.5;
  letter-spacing: 0.5px;
}

/* Konuşma balonu oku */
.stat-box.has-pointer::after {
  bottom: -15px;
  left: 30px;
  border-width: 15px 15px 0 0;
  border-color: #ffffff transparent transparent transparent;
  width: 0;
  height: 0;
  border-style: solid;
  /* Köşe parantezini ezeceği için onu 'stat-box-inner' elemanına taşıyabiliriz. 
               Ancak daha basit bir çözümle, bu pseudo-elementi konuşma balonu için kullanıp 
               parantezleri box'a eklemek daha pratik. Tasarımda hem parantez hem ok var. 
               Bu yüzden ok için ayrı bir pseudo-element kullanmak en iyisi. Bu örnekte `stat-box`'a uyguluyoruz. */
}

/* İstatistik kutularının konumları */
.stat-box-1 {
  bottom: 20px;
  left: -40px;
}

.stat-box-2 {
  top: 20px;
  right: -20px;
}

/* --- RESPONSIVE AYARLAR --- */
@media (max-width: 992px) {
  .about-wrapper {
    flex-direction: column;
  }
  .about-image-area {
    margin-top: 50px;
    width: 100%;
  }
  .stat-box-1 {
    left: 0;
  }
  .stat-box-2 {
    right: 0;
  }
}

@media (max-width: 768px) {
  .about-section {
    padding: 60px 0;
  }
  .section-title {
    font-size: 32px;
  }
  .about-image-area {
    background-size: 100%;
    min-height: 350px;
  }
  .hard-hat-img {
    max-width: 60%;
  }
  .stat-box {
    position: static; /* Mutlak konumlandırmayı kaldır */
    transform: none;
    margin-top: 20px;
    width: 90%;
    max-width: 300px;
    justify-content: center;
  }
  .about-image-area {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    background-image: none; /* Mobilde arka planı kaldır */
  }
  /* Mobilde stat kutularını resmin altına al */
  .stat-box-2 {
    order: 1;
  }
  .hard-hat-img {
    order: 2;
  }
  .stat-box-1 {
    order: 3;
  }
}

/**/

/* --- Tanıtım Bloğu Stilleri --- */
.promo-block-wrapper {
  position: relative;
  padding: 100px 50px;
  background-image: url("../images/section_02.jpg");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  color: #fff;
  text-align: center;
}

.promo-block-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(34, 34, 34, 0.85);
  z-index: 1;
  opacity: 10%;
}

.promo-block-intro,
.promo-items-layout {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

/* Giriş metinleri alanı */
.promo-block-intro {
  margin-bottom: 50px;
}

.promo-block-wrapper .promo-block-intro h2 {
  color: #fff;
}

.promo-block-wrapper .promo-block-intro p {
  color: #ccc;
  line-height: 1.4;
  max-width: 800px;
  margin: 0 auto;
}

.promo-block-intro p {
  line-height: 1.4;
  max-width: 800px;
  margin: 0 auto;
}

/* Grid Yerleşimi */
.promo-items-layout {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 20px;
}

/* Tüm kutular için ortak stiller */
.promo-item-featured,
.promo-item-interactive {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.15);
}

/* Ana öne çıkan kutu */
.promo-item-featured img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}
.promo-item-featured:hover img {
  transform: scale(1.1);
}
.featured-item-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Etkileşimli kutular */
.promo-item-interactive {
  padding: 40px 30px;
  min-height: 250px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

/* Kutunun ön yüzü (varsayılan hali) */
.interactive-item-front {
  transition: opacity 0.3s ease;
}
.promo-item-interactive:hover .interactive-item-front {
  opacity: 0;
}

.interactive-item-icon {
  font-size: 40px;
  color: #fdb900;
  margin-bottom: 25px;
}
.interactive-item-heading {
  font-size: 22px;
  margin-bottom: 15px;
  font-weight: 700;
}
.interactive-item-text {
  color: #ccc;
  font-size: 15px;
  line-height: 1.6;
}

/* Kutunun arka yüzü (hover hali) */
.interactive-item-back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94),
    opacity 0.5s ease;
}
.promo-item-interactive:hover .interactive-item-back {
  transform: translate(0, 0);
  opacity: 1;
}

/* YÖNE GÖRE ANİMASYON MANTIĞI (yeni nitelik adı ile) */
[data-reveal-from="left"] .interactive-item-back {
  transform: translateX(-100%);
}
[data-reveal-from="right"] .interactive-item-back {
  transform: translateX(100%);
}
[data-reveal-from="top"] .interactive-item-back {
  transform: translateY(-100%);
}
[data-reveal-from="bottom"] .interactive-item-back {
  transform: translateY(100%);
}

/* Ortak "READ MORE" Butonu */
.promo-action-link {
  background-color: #fdb900;
  color: #222;
  padding: 15px 40px;
  text-decoration: none;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  transition: background-color 0.3s;
}
.promo-action-link:hover {
  background-color: #fff;
}

/* Mobil Uyum (yeni sınıflar ile) */
@media (max-width: 768px) {
  .promo-block-wrapper {
    padding: 60px 20px;
  }
  .promo-items-layout {
    grid-template-columns: 1fr;
  }
  .promo-block-intro h2 {
    font-size: 32px;
  }
}

/* --- PROJELER BÖLÜMÜ --- */
.projects-section {
  padding: 100px 0;
  background-color: #ffffff;
}

.section-header {
  text-align: center;
  margin-bottom: 60px;
}

/* --- Ana Proje Kapsayıcısı --- */

.projeler-genel {
  width: 100%;
  padding: 100px 0px;
}

.projeler {
  display: flex;
  gap: 15px;
  width: 100%;
  padding: 20px;
}

/* --- Her bir Proje Kutusu (Ortak Stiller) --- */
.projeler__kutu {
  flex: 1;
  aspect-ratio: 1 / 1;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  background-color: #333;
}

/* --- Sol Kutu (Efektli Olan) --- */
.projeler__kutu--sol {
  color: white;
}

.projeler__arka-plan {
  position: absolute;
  inset: 0;
  background-size: cover !important;
  background-position: center !important;
  transition: transform 0.4s ease-in-out;
}

.projeler__kutu--sol:hover .projeler__arka-plan {
  transform: scale(1.1);
}

.projeler__kutu--sol::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(25, 25, 25, 0.6);
  z-index: 1;
  opacity: 0;
  transition: background-color 0.3s ease;
}

.projeler__kutu--sol:hover::before {
  background-color: rgba(25, 25, 25, 0.75);
  opacity: 1;
}

/* --- İçerik (Yazılar) - DEĞİŞİKLİK BURADA --- */
.projeler__icerik {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 40px;

  opacity: 0;
  transform: translateY(20px); /* Başlangıçta 20px aşağıda konumlandır */
  /* Yumuşak geçiş animasyonları ekle (hem opaklık hem de konum için) */
  transition: opacity 0.4s ease-out, transform 0.4s ease-out;
  /* Arka plan zoom animasyonundan sonra başlaması için küçük bir gecikme ekleyelim */
  transition-delay: 0.1s;
}

.projeler__kutu--sol:hover .projeler__icerik {
  opacity: 1;
  transform: translateY(0);
}

.projeler__kategori {
  color: #ffc107;
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 1px;
  margin-bottom: 8px;
}

.projeler__baslik {
  color: #ffffff;
  font-size: 32px;
  font-weight: 600;
}

/* --- Köşeli Parantezler --- */
.projeler__koseli-parantez {
  position: absolute;
  width: 25px;
  height: 25px;
  border-color: #ffc107;
  border-style: solid;
  /* Z-index artık gerekli değil çünkü ebeveyni (.projeler__icerik) zaten üstte */
  transition: all 0.3s ease-out;
}

.projeler__koseli-parantez--sol-ust {
  top: 20px;
  left: 20px;
  border-width: 4px 0 0 4px;
}
.projeler__koseli-parantez--sag-ust {
  top: 20px;
  right: 20px;
  border-width: 4px 4px 0 0;
}
.projeler__koseli-parantez--sol-alt {
  bottom: 20px;
  left: 20px;
  border-width: 0 0 4px 4px;
}
.projeler__koseli-parantez--sag-alt {
  bottom: 20px;
  right: 20px;
  border-width: 0 4px 4px 0;
}

.projeler__kutu--sol:hover .projeler__koseli-parantez--sol-ust {
  top: 15px;
  left: 15px;
}
.projeler__kutu--sol:hover .projeler__koseli-parantez--sag-ust {
  top: 15px;
  right: 15px;
}
.projeler__kutu--sol:hover .projeler__koseli-parantez--sol-alt {
  bottom: 15px;
  left: 15px;
}
.projeler__kutu--sol:hover .projeler__koseli-parantez--sag-alt {
  bottom: 15px;
  right: 15px;
}

/* --- Sağ Kutu (Statik Olan) --- */
.projeler__kutu--sag {
  background-size: cover;
  background-position: center 40%;
  cursor: default;
}

/* --- Mobil Cihazlar için Ayarlar --- */
@media (max-width: 768px) {
  .projeler {
    flex-direction: column;
  }
}

/* --- Harita ve CTA Bölümü --- */
.map-section-wrapper {
  position: relative;
  background-size: cover;
  background-position: center;
  height: 400px; /* Haritanın yüksekliği */
  display: flex;
  align-items: flex-end; /* CTA'yı aşağıya hizala */
}

.map-section-wrapper iframe {
  width: 100%;
  position: absolute;
  height: 100%;
}

.cta-banner {
  background-color: var(--primary-color);
  color: var(--dark-bg);
  padding: 40px 50px;
  width: 100%;
  position: relative;
  z-index: 10;

  /* Blueprint desenli arkaplan */
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 100 100'%3E%3Cg fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.15'%3E%3Cpath opacity='.5' d='M96 95h4v1h-4v4h-1v-4h-9v4h-1v-4h-9v4h-1v-4h-9v4h-1v-4h-9v4h-1v-4h-9v4h-1v-4h-9v4h-1v-4h-9v4h-1v-4h-9v4h-1v-4H0v-1h4v-9H0v-1h4v-9H0v-1h4v-9H0v-1h4v-9H0v-1h4v-9H0v-1h4v-9H0v-1h4v-9H0v-1h4v-9H0v-1h4V0h1v4h9V0h1v4h9V0h1v4h9V0h1v4h9V0h1v4h9V0h1v4h9V0h1v4h9V0h1v4h9V0h1v4h4v1h-4v9h4v1h-4v9h4v1h-4v9h4v1h-4v9h4v1h-4v9h4v1h-4v9h4v1h-4v9h4v1h-4v9zm-1 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-9-10h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm9-10v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-9-10h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm9-10v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-9-10h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm9-10v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-9-10h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9z'/%3E%3Cpath d='M6 5V0h1v5h9V0h1v5h9V0h1v5h9V0h1v5h9V0h1v5h9V0h1v5h9V0h1v5h9V0h1v5h9V0h1v5h4v1h-4v9h4v1h-4v9h4v1h-4v9h4v1h-4v9h4v1h-4v9h4v1h-4v9h4v1h-4v9h4v1h-4v9h4v1h-4v5h-1v-5h-9v5h-1v-5h-9v5h-1v-5h-9v5h-1v-5h-9v5h-1v-5h-9v5h-1v-5h-9v5h-1v-5h-9v5h-1v-5H5v-1h5v-9H5v-1h5v-9H5v-1h5v-9H5v-1h5v-9H5v-1h5v-9H5v-1h5v-9H5v-1h5v-9H5v-1h5V5h1v95h1V5h9v95h1V5h9v95h1V5h9v95h1V5h9v95h1V5h9v95h1V5h9v95h1V5h9v95h1V5h9v95h1V5z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.cta-banner .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}

.cta-banner__text h2 {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 8px;
}

.cta-banner__text p {
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 0px;
}

.cta-banner__button {
  background-color: var(--white-text);
  color: var(--dark-bg);
  padding: 15px 35px;
  font-weight: 600;
  white-space: nowrap;
  border: 2px solid transparent;
  transition: all 0.3s ease;
}

.cta-banner__button:hover {
  background-color: transparent;
  border-color: var(--white-text);
  color: var(--white-text);
}

/* --- Footer Ana Bölümü --- */
.site-footer {
  background-color: var(--dark-bg);
  color: var(--light-text);
  padding-top: 80px; /* CTA banner'ı için boşluk bırak */
}

.footer-main {
  padding-bottom: 60px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 2fr 2fr 2fr 3fr; /* Sütun genişlik oranları */
  gap: 40px;
}

.footer-column h3 {
  color: var(--white-text);
  font-size: 18px;
  margin-bottom: 25px;
  font-weight: 600;
}

/* Kolon 1: About */
.footer-about .logo {
  margin-bottom: 20px;
}
.footer-about .logo img {
  max-width: 180px;
}
.footer-about p {
  font-size: 15px;
  line-height: 1.3;
}

/* Kolon 2: Links */
.footer-links .links-grid {
  width: 100%;
  height: auto;
}
.footer-links ul li {
  margin-bottom: 12px;
}

/* Kolon 3: Contacts */
.footer-contacts ul li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 15px;
}
.footer-contacts ul li i {
  color: var(--primary-color);
  margin-right: 15px;
  margin-top: 5px;
  font-size: 16px;
  width: 20px;
  text-align: center;
}

/* Kolon 4: Newsletter */
.newsletter-form {
  display: flex;
  flex-direction: column;
}
.newsletter-form input {
  background-color: var(--darker-bg);
  border: 1px solid var(--border-color);
  padding: 15px;
  color: var(--white-text);
  font-family: "Poppins", sans-serif;
  margin-bottom: 15px;
  outline: none;
  transition: border-color 0.3s ease;
}
.newsletter-form input:focus {
  border-color: var(--primary-color);
}
.newsletter-form button {
  background-color: transparent;
  border: 2px solid var(--primary-color);
  color: var(--primary-color);
  padding: 15px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  cursor: pointer;
  transition: all 0.3s ease;
}
.newsletter-form button:hover {
  background-color: var(--primary-color);
  color: var(--dark-bg);
}

/* --- Footer Alt Bölüm (Copyright) --- */
.footer-bottom {
  border-top: 1px solid var(--border-color);
  padding: 25px 0;
  font-size: 14px;
}

/* --- Sabit Butonlar --- */
.fixed-buttons {
  position: fixed;
  z-index: 1000;
}
.side-panel-toggle {
  position: fixed;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background-color: var(--pink-color);
  color: var(--white-text);
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.scroll-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: var(--primary-color);
  color: var(--dark-bg);
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  border-radius: 3px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
}
.scroll-to-top.visible {
  opacity: 1;
  visibility: visible;
}
.scroll-to-top:hover {
  color: var(--dark-bg);
  opacity: 0.8;
}

/* --- Duyarlılık (Responsive) Ayarları --- */
@media (max-width: 992px) {
  .footer-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 50px;
  }
}

@media (max-width: 768px) {
  .cta-banner .container {
    flex-direction: column;
    text-align: center;
  }
  .cta-banner__text h2 {
    font-size: 28px;
  }
  .footer-grid {
    grid-template-columns: 1fr;
  }
}

/**/

/* --- Harita ve CTA Bölümü --- */
.map-section-wrapper {
  position: relative;
  background-size: cover;
  background-position: center;
  height: 450px;
  /* Orijinale daha yakın yükseklik */
  display: flex;
  align-items: flex-end;
}

.map-section-wrapper::before {
  content: "For development purposes only";
  position: absolute;
  inset: 0;
  background: rgba(33, 37, 41, 0.4);
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.cta-banner {
  background-color: var(--primary-color);
  color: var(--dark-bg);
  padding: 55px 50px;
  /* Dikey boşluk artırıldı */
  width: 100%;
  position: relative;
  margin-bottom: -77px;
  z-index: 10;
  /* GÜNCELLENDİ: Blueprint deseni daha soluk yapıldı */
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 100 100'%3E%3Cg fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.08'%3E%3Cpath opacity='.5' d='M96 95h4v1h-4v4h-1v-4h-9v4h-1v-4h-9v4h-1v-4h-9v4h-1v-4h-9v4h-1v-4h-9v4h-1v-4h-9v4h-1v-4h-9v4h-1v-4h-9v4h-1v-4H0v-1h4v-9H0v-1h4v-9H0v-1h4v-9H0v-1h4v-9H0v-1h4v-9H0v-1h4v-9H0v-1h4v-9H0v-1h4v-9H0v-1h4V0h1v4h9V0h1v4h9V0h1v4h9V0h1v4h9V0h1v4h9V0h1v4h9V0h1v4h9V0h1v4h9V0h1v4h4v1h-4v9h4v1h-4v9h4v1h-4v9h4v1h-4v9h4v1h-4v9h4v1h-4v9h4v1h-4v9h4v1h-4v9zm-1 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-9-10h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm9-10v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-9-10h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm9-10v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-9-10h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm9-10v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-9-10h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9z'/%3E%3Cpath d='M6 5V0h1v5h9V0h1v5h9V0h1v5h9V0h1v5h9V0h1v5h9V0h1v5h9V0h1v5h9V0h1v5h9V0h1v5h4v1h-4v9h4v1h-4v9h4v1h-4v9h4v1h-4v9h4v1h-4v9h4v1h-4v9h4v1h-4v9h4v1h-4v9h4v1h-4v5h-1v-5h-9v5h-1v-5h-9v5h-1v-5h-9v5h-1v-5h-9v5h-1v-5h-9v5h-1v-5h-9v5h-1v-5h-9v5h-1v-5H5v-1h5v-9H5v-1h5v-9H5v-1h5v-9H5v-1h5v-9H5v-1h5v-9H5v-1h5v-9H5v-1h5v-9H5v-1h5V5h1v95h1V5h9v95h1V5h9v95h1V5h9v95h1V5h9v95h1V5h9v95h1V5h9v95h1V5h9v95h1V5h9v95h1V5z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.cta-banner .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
}

.cta-banner__text h2 {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 10px;
}

.cta-banner__text p {
  font-size: 15px;
  font-weight: 400;
}

.cta-banner__button {
  background-color: var(--white-text);
  color: var(--dark-bg);
  padding: 16px 40px;
  font-weight: 600;
  white-space: nowrap;
  border: 2px solid transparent;
  transition: all 0.3s ease;
}

.cta-banner__button:hover {
  background-color: transparent;
  border-color: var(--white-text);
  color: var(--white-text);
}

/* --- Footer Ana Bölümü --- */
.site-footer {
  background-color: var(--dark-bg);
  color: var(--light-text);
  padding-top: 140px;
}

.footer-main {
  padding-bottom: 70px;
}

.footer-grid {
  display: grid;
  /* GÜNCELLENDİ: Sütun genişlikleri orijinal tasarıma göre ayarlandı */
  grid-template-columns: 2.5fr 1.5fr 2fr 2.5fr;
  gap: 45px;
}

.footer-column h3 {
  color: var(--white-text);
  font-size: 20px;
  font-weight: 600;
  /* YENİ: Başlık altı çizgisi için hazırlık */
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 35px;
  /* Boşluk artırıldı */
}

/* YENİ: Başlık altı sarı çizgisi */
.footer-column h3::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40px;
  height: 2px;
  background-color: var(--primary-color);
}

/* Kolon 1: About */
.footer-about .logo {
  margin-bottom: 25px;
  display: block;
}

.footer-about .logo img {
  max-width: 180px;
  /* YENİ: Logoyu tamamen beyaz yapar */
  filter: brightness(0) invert(1);
}

.footer-about p {
  line-height: 1.3;
}

/* Kolon 2: Links */

.footer-links ul li {
  margin-bottom: 6px;
}

/* Kolon 3: Contacts */
.footer-contacts ul li {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  font-size: 15px;
}

footer a {
  font-size: 15px;
  text-decoration: none;
  color: var(--light-text);
  transition: color 0.3s ease;
}

footer a:hover {
  color: var(--primary-color);
}

footer ul {
  list-style: none;
  padding: 0px;
  margin-bottom: 0px;
}

footer .footer-logo {
  margin-left: auto;
}

footer .footer-logo img {
  height: 18px;
}

.footer-contacts ul li i {
  color: var(--primary-color);
  margin-right: 15px;
  font-size: 16px;
  width: 20px;
  text-align: center;
}

/* Kolon 4: Newsletter */
.newsletter-form {
  display: flex;
  flex-direction: column;
}

.newsletter-form input {
  background-color: var(--darker-bg);
  border: 1px solid var(--border-color);
  padding: 16px;
  color: var(--white-text);
  margin-bottom: 15px;
  outline: none;
  transition: border-color 0.3s ease;
}

.newsletter-form input:focus {
  border-color: var(--primary-color);
}

.newsletter-form button {
  background-color: transparent;
  border: 2px solid var(--primary-color);
  color: var(--primary-color);
  padding: 16px;
  font-weight: 600;
  font-family: "Barlow", sans-serif;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: all 0.3s ease;
}

.newsletter-form button:hover {
  background-color: var(--primary-color);
  color: var(--dark-bg);
}

/* --- Footer Alt Bölüm (Copyright) --- */
.footer-bottom {
  border-top: 1px solid var(--border-color);
  padding: 25px 0;
  font-size: 14px;
}

/* --- Sabit Butonlar --- */
.fixed-buttons {
  position: fixed;
  z-index: 1000;
}

.side-panel-toggle {
  position: fixed;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background-color: var(--pink-color);
  color: var(--white-text);
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  cursor: pointer;
}

.scroll-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: var(--primary-color);
  color: var(--dark-bg);
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  border-radius: 3px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
  cursor: pointer;
}

.scroll-to-top.visible {
  opacity: 1;
  visibility: visible;
}

.scroll-to-top:hover {
  color: var(--dark-bg);
  opacity: 0.8;
}

/* --- Duyarlılık (Responsive) Ayarları --- */
@media (max-width: 992px) {
  .footer-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 50px;
  }
}

@media (max-width: 768px) {
  .map-section-wrapper {
    height: auto;
  }

  .cta-banner .container {
    flex-direction: column;
    text-align: center;
  }

  .cta-banner {
    padding: 40px 25px;
  }

  .cta-banner__text h2 {
    font-size: 28px;
  }

  .footer-grid {
    grid-template-columns: 1fr;
  }
}

/* --- CSS Değişkenleri (Renk Paleti) --- */
:root {
  --primary-color: #ffc107;
  --dark-bg: #212529;
  --darker-bg: #343a40;
  /* GÜNCELLENDİ: Input rengi orijinalden alındı */
  --light-text: #adb5bd;
  --white-text: #ffffff;
  --border-color: #495057;
  --pink-color: #e83e8c;
}

/* --- Genel Stiller ve Sıfırlama --- */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* --- CSS Değişkenleri (Renkler ve Temel Ayarlar) --- */
:root {
  --primary-color: #ffc107; /* Ana Sarı Renk */
  --dark-bg: #212529; /* Koyu Arka Plan */
  --white-text: #ffffff; /* Beyaz Yazılar */
}

/* --- Genel Stiller ve Sıfırlama --- */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Barlow", sans-serif;
  background-color: #f0f2f5; /* Sayfanın geri kalanını görmek için açık renk */
}

/* --- Ana Kapsayıcı --- */
.stats-section {
  background-color: var(--dark-bg);
  padding: 90px 0;
  position: relative;
  overflow: hidden;
  background: url("../images/section_05-1.jpg");
  background-position: center;
  background-size: cover !important;
}

.stats-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.stat-item {
  position: relative;
  text-align: center;
  padding: 20px 40px;
}

.stat-item .yuzde{
  color: var(--primary-color);
  font-size: 50px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 15px;
  position: absolute;
  top: 40px;
  right: 10px;
}

.stat-number {
  color: var(--primary-color);
  font-size: 80px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 15px;
  width: auto;
  display: inline-block;
}

.stat-label {
  color: var(--white-text);
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0px;
}

/* --- Köşe Grafikleri --- */
.corner {
  position: absolute;
  width: 20px;
  height: 20px;
  border-style: solid;
  border-color: var(--primary-color);
  opacity: 0.6;
}

.corner-tl {
  top: 0;
  left: 0;
  border-width: 3px 0 0 3px;
}
.corner-tr {
  top: 0;
  right: 0;
  border-width: 3px 3px 0 0;
}
.corner-bl {
  bottom: 0;
  left: 0;
  border-width: 0 0 3px 3px;
}
.corner-br {
  bottom: 0;
  right: 0;
  border-width: 0 3px 3px 0;
}

/* --- Duyarlılık (Responsive) Ayarları --- */
@media (max-width: 992px) {
  .stats-container {
    flex-wrap: wrap; /* Sığmazsa alt satıra geç */
    gap: 40px; /* Aralara boşluk ekle */
  }
  .stat-item {
    flex-basis: 40%; /* 2x2 grid yapısı için */
  }

  .stat-number span,
  .stat-number {
    font-size: 50px !important; /* Mobilde sayıları biraz küçült */
  }
}

@media (max-width: 576px) {
  .stats-container {
     /* Mobil için tek sütun yap */
  }
  .stat-item {
    flex-basis: auto; /* Genişliği serbest bırak */
  }
}


/**/


.social-icon {
    text-align: center;
    margin-bottom: 20px;
    display: flex;
    list-style: none;
}
.social-icon a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 12px;
    border: 1px solid #373737;
    color: #999;
    border-radius: 100%;
    margin-right: 3px;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    padding: 8px 10px;
    margin-right: 10px;
}
.social-icon a:hover {
    border: 1px solid #b19777;
    background: transparent;
    color: #b19777;
}

/**/

.guvenlik_resim {
    position: relative;
    left: 140px;
    bottom: 42px;
}

/**/

.urundetaybutton {
    width: auto;
    margin: 0px auto;
    background: transparent;
    padding: 0px;
    margin-top: 20px;
    position: relative;
    justify-content: space-evenly;
}

.urundetaybutton a.tumunugor {
    z-index: 2;
    letter-spacing: 0.1em;
    transition: all 0.9s;
    text-align: center;
    background: #ffb600;
    display: block;
    padding: 0.65rem 0rem;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    border-radius: 5px;
}

.urundetaybutton a.tumunugor i {
    margin-right: 6px;
}

.urundetaybutton a.tumunugor:hover {
    background: #000;
    color: #fff !important;
    border-color: #000;
}

.urundetaybutton a.tumunugor3 {
    z-index: 2;
    letter-spacing: 0.1em;
    border: 1px solid #c00615;
    transition: all 0.9s;
    text-align: center;
    background: #c00615;
    display: block;
    padding: 10px 20px;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    border-radius: 50px;
}

.urundetaybutton a.tumunugor3 i {
    margin-right: 6px;
}

.urundetaybutton a.tumunugor3:hover {
    background: #c00615;
    color: #fff !important;
    border-color: #c00615;
}

.urundetaybutton button.tumunugor2 {
    background-color: #FDAE00 !important;
    letter-spacing: 0.1em;
    border: 1px solid #FDAE00;
    transition: all 0.9s;
    color: #fff !important;
    cursor: pointer;
    text-align: center;
    display: block;
    padding: 10px 20px !important;
    font-size: 13px;
    text-decoration: none;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    border-radius: 5px;
}

.urundetaybutton button.tumunugor2 i {
    margin-right: 6px;
}

.urundetaybutton button.tumunugor2:hover {}



/**/

.form2 {
    background-color: #ffffff;
    padding: 30px 20px;
    border-radius: 20px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
    color: #333;
    position: relative;
    overflow: hidden;
}

.form2::before,
.form2::after {
    content: '';
    position: absolute;
    background: rgba(0, 0, 0, 0.05);
    border-radius: 50%;
    z-index: 0;
}

.form2::before {
    width: 250px;
    height: 250px;
    top: -80px;
    right: -80px;
}

.form2::after {
    width: 150px;
    height: 150px;
    bottom: -50px;
    left: -50px;
}

.form2 label {
    font-size: 14px;
    text-transform: uppercase;
    color: #888;
    margin-bottom: 8px;
    display: block;
    letter-spacing: 1.5px;
}

.form2 .guvenlik_input {
    position: relative;
}

.form2 .guvenlik_resim {
    position: absolute;
    top: 40px;
    right: 0;
}

.form2 .guvenlik_resim .guvenlikResim {
    width: 80px;
}

.form2 input {
    width: 100%;
    padding: 16px;
    margin-bottom: 0;
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 3px;
    color: #333;
    font-size: 16px;
    transition: all 0.3s ease;
    outline: none;
    height: 40px;
}

.form2 textarea {
    width: 100%;
    padding: 16px;
    margin-bottom: 15px;
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 3px;
    color: #333;
    font-size: 16px;
    transition: all 0.3s ease;
    outline: none;
    height: 70px;
}

.form2 input:focus,
.form2 textarea:focus {
    border-color: #3498db;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(52, 152, 219, 0.2);
}

.form2 input::placeholder,
.form2 textarea::placeholder {
    color: #f9f9f9;
    display: none;
    opacity: 0;
}

.form2 button {
    background-color: #3498db;
    color: #fff;
    padding: 10px 10px;
    border: none;
    border-radius: 3px;
    text-transform: uppercase;
    font-weight: bold;
    width: 100%;
    cursor: pointer;
    transition: all 0.4s ease;
    font-size: 16px;
    box-shadow: 0 4px 10px rgb(0 0 0 / 30%);
    margin-top: 30px;
}

.form2 button:hover {
    box-shadow: 0 8px 20px rgb(0 0 0 / 50%);
}

.form2 .help-block {
    color: #aaa;
    font-size: 12px;
    margin-top: -20px;
    margin-bottom: 25px;
    display: none;
}

.form2 .alert {
    background-color: #e74c3c;
    color: #fff;
    padding: 12px;
    border-radius: 8px;
    font-size: 14px;
    margin-top: 20px;
    text-align: center;
    display: none;
}

@media (max-width: 768px) {
    .form2 {
        padding: 30px;
    }
}


/**/



@media(max-width:1024px){

  a.WhatsApp1{
    bottom: 50px;
  }

  .scroll-to-top {
    bottom: 50px;
  }
  
  .top-bar{
    display: none;
  }
  .main-heading {
    font-size: 40px;
  }
  .slider-container {
    height: 70vh;
    min-height: 540px;
  }
  .features-section {
    padding: 30px 0 30px 0;
  }
  .cta-banner{
    display: none;
  }

  .map-section-wrapper{
    display: none;
  }

  .stats-section{

  }

  .stat-label {
    font-size: 14px;
    text-align: center;
  }

  .stats-container {
       /* ortalamak için */
       /* kutular arası boşluk */
  }

  .stat-item {
      flex: 1 1 calc(50% - 20px); /* her satırda iki kutu, aradaki boşluğu çıkarıyoruz */
      box-sizing: border-box;
      margin-bottom: 20px;
      width: 40%;
      padding: 30px 10px;
  }

  .iletisim_yeni{
    padding-top: 40px;
  }
  
  .site-footer {
      padding-top: 80px;
      margin-bottom: 30px;
  }

  .promo-block-wrapper{
    background: black !important;
  }

  .promo-block-intro p{
    padding: 0 20px;
  }

  .page-baslik3 {
    height: 300px !important;
  }

  .mobilbuttonlar {
    position: fixed;
    width: 100%;
    bottom: 0;
    z-index: 999;
  }

  .btn1{
      background: #ffc107;
      border-color: #ffc107;
      color: white;
  }
  .btn2{
      background: #dfa907;
      border-color: #dfa907;
      color: white;
  }
  .btn3{
      background: #c09104;
      border-color: #c09104;
      color: white;
  }



}