 @import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;600&display=swap');


* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body, html {
  height: 100%;
  font-family: 'Inter', sans-serif;
    /*font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;*/
    /*font-weight: bolder;*/
  color: white;
   /* overflow-x: hidden;*/

}
.bg-light {
    background-color: white!important;
}

.navbar {
  display: flex;
  flex-direction: column; /* navbar öğelerini dikey hizala */
  justify-content: flex-start;
  padding: 20px 60px;
  z-index: 1;
  position: relative;
 
}
.navbar-divider {
  width: 80%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.2); /* Çizgi rengini buradan ayarlayabilirsiniz */
  margin: 10px 0; /* Çizgi ile alt kısım arasına boşluk bırakır */
}
/* Navbar üst kısmı */
.navbar-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 10px;
}

.logo {
  width: auto; 
  height: auto;
  display: flex;
  justify-content: right;  
  align-items: center;
  text-align: left;
  position: relative; 
  z-index: 9999 !important;
}
.logo h1 {
  font-size: 20px;
  font-weight: 700;
  color: #ffffff;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  line-height: 1;
  padding: 4px 9px; /* Dikey padding 5px, yatay 15px */
  border-radius: 12px;

  /* Cam efekti */
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  box-shadow: 0 4px 15px rgba(216, 185, 143, 0.25);
  border: 1px solid rgba(255, 255, 255, 0.3);
  transition: all 0.4s ease;
  cursor: pointer;
  user-select: none;
  display: inline-block;
    margin-left: -2px !important;
}


 /*   .logo-text {
  font-family: 'Inter', sans-serif;
  font-weight: 800; 
  font-size: 28px;
  letter-spacing: 2px; 
  color: red;
  text-transform: uppercase; 
}*/  

.glass-contact {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: 12px;
  padding: 10px 20px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.15);
  transition: background 0.3s ease;
  border: 1px solid rgba(255, 255, 255, 0.15);
}

.contact-item {
  display: flex;
  align-items: center;
  gap: 6px;
  font-weight: 600;
  font-size: 15px;
}

.contact-item a {
  color: white;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 6px;
  transition: color 0.3s ease;
}

.contact-item i {
  font-size: 16px;
  transition: transform 0.3s ease, color 0.3s ease;
}

/* Hover efekti */
.contact-item a:hover i {
  color: #d8b98f;
  transform: scale(1.2);
}
.contact-item i {
  font-size: 16px;
  color: white;
  transition: transform 0.3s ease, color 0.3s ease;
  /* animasyon yok */
}

.contact-item a:hover i {
  color: #d8b98f;
  animation: pulse 1.5s ease-in-out 1;
  transform-origin: center;
}

@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.15);
    opacity: 0.8;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
/* Navbar menüsü */
/* NAVBAR GENEL */
.navbar {
  padding: 10px 20px;
  position: relative;
  z-index: 100;

}

/* ÜST LOGO VE İLETİŞİM */
.navbar-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.contact {
  color: white;
  font-size: 14px;
  display: flex;
  gap: 20px;
}

.navbar-divider {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  margin: 10px 0;
}

/* NAVBAR MENÜ */
.nav-menu {
  display: flex;
  gap: 30px;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
}

.nav-menu a {
  color: white;
  text-decoration: none;
  position: relative;
  font-weight: bold;
}

.nav-menu a::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 100%;
  height: 1px;
  background-color: #D8B98F;
  transform: scaleX(0);
  transition: transform 0.3s ease;
  transform-origin: right;
    
}

.nav-menu a:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}

/* HAMBURGER */
.navbar-right {
  display: none;
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 1001;
}

.hamburger {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 30px;
  height: 22px;
  cursor: pointer;
  z-index: 1001;
}

.hamburger span {
  background-color: white;
  height: 3px;
  width: 100%;
  border-radius: 2px;
  transition: all 0.3s ease;
}
.hamburger {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 30px;
  height: 22px;
  cursor: pointer;
  z-index: 1001;
  transition: transform 0.3s cubic-bezier(0.24, 3.5, 0, -0.35);
}

.hamburger span {
  background-color: white;
  height: 3px;
  width: 100%;
  border-radius: 2px;
  transition: all 0.4s ease;
  transform-origin: center;
}

/* Aktif olduğunda X'e dönüşür */
.hamburger.active span:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}

.hamburger.active span:nth-child(2) {
  opacity: 0;
  transform: scaleX(0);
}

.hamburger.active span:nth-child(3) {
  transform: rotate(-45deg) translate(6px, -6px);
}


/* NAV MENU STILI */
@media (max-width: 768px) {
.nav-menu {
  position: fixed;
  top: 0;
  right: -100%;
  height: 100vh;
  width: 100vw;
  background: rgba(60, 60, 58, 0.65);
  backdrop-filter: blur(8px);
  box-shadow: -6px 0 25px rgba(0, 0, 0, 0.5);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 40px 24px;
  gap: 24px;
  z-index: 999;
  border-left: 2px solid rgba(255, 255, 255, 0.2);
  box-sizing: border-box;
  opacity: 0;
  pointer-events: none;

}
    
    

    
  .nav-menu.active {
    right: 0;
  }

  .navbar-right {
    display: block;
  }
}

@keyframes slideIn {
  from {
    right: -100%;
    opacity: 0;
  }
  to {
    right: 0;
    opacity: 1;
  }
}

.nav-menu.active {
  animation: slideIn 0.4s ease forwards;
  pointer-events: auto;
  font-size: 27px;        /* Daha sade ve modern bir görünüm */
  line-height: 1.7;       /* Okunabilirlik için satır aralığı */
  padding: 10px 20px;     /* İç boşluklar */
   
}

.nav-menu.closing {
  animation: slideOut 0.4s ease forwards;
  pointer-events: none;
}

@keyframes slideOut {
  from {
    right: 0;
    opacity: 1;
  }
  to {
    right: -100%;
    opacity: 0;
  }
}




/* Overlay Arkaplan */
.nav-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(2px);
  z-index: 998;
  display: none;
}

.nav-overlay.active {
  display: block;
}

.social-bar {
  position: absolute;
  left: 20px; /* Sağdan içeri kaydırıldı */
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px; /* İkonlar arası boşluk düzenlendi */
}

.social-bar .label {
  writing-mode: vertical-rl;       /* Dikey yazı */
  text-orientation: upright;       /* Harfler düz olacak */
  font-size: 12px;                 /* Daha büyük yazı boyutu */
  font-weight: 600;                /* Daha kalın yazı */
  letter-spacing: 1px;             /* Harf arası boşluk */
  opacity: 0.9;                    /* Yazı daha belirgin */
  color: white;                    /* Beyaz renk */
}



.social-bar ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px; /* İkonlar arası boşluk azaltıldı */
}

.social-bar li {
  font-size: 16px; /* İkon boyutu arttırıldı */
  cursor: pointer;
  transition: transform 0.2s ease;
}

.social-bar li:hover {
  transform: scale(1.15); /* Hover efekti */
}
 
      /*NAVBAR END*/
/*ABOUT*/
.about-section h2 {
  font-size: 2rem;
  color: #2c2c2c;
  font-weight: 700;
  margin-bottom: 30px;
}

/* Ana kutu yapısı: aynı feature-h gibi */
.about-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 30px;
  transition: all 0.3s ease;
}

.about-item:hover {
  transform: translateY(-4px);
}
.text-black-50{
    color: #1d1d1b !important;
    font-size:large;
}
/* İkon: wrap-icon gibi */

.about-icon:hover {
  background: #1d1d1b;
}

/* Yazılar */
.about-text h5 {
  font-size: 1.2rem;
  font-weight: 800;
  color: #2c2c2c;
  margin-bottom: 10px;
}

.about-text p {
  font-size: 15px;
  color: #555;
  margin: 0;
  font-family: 'Inter', sans-serif;
}

/* Responsive düzen */
@media (max-width: 768px) {
  .about-item {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .about-icon {
    margin-right: 0;
    margin-bottom: 10px;
  }
}
      /*HEROBUTON*/
      
.btn-outline {
  border: 1px solid white;
    text-decoration: none;
  padding: 10px 20px;
  background: transparent;
  color: white;
  cursor: pointer;
  transition: 0.3s;
  box-shadow: 0 0 8px 2px rgba(216, 185, 143, 1);
}

/* Hover Durumu */
.btn-outline:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

/* Mobil Uyumluluk */
@media (max-width: 768px) {
  .btn-outline {
    padding: 10px 16px; /* Mobilde daha küçük buton */
    font-size: 14px; /* Font büyüklüğünü küçültme */

  }
}

/* Daha küçük ekranlar için (500px'den küçük ekranlar) */
@media (max-width: 500px) {
  .btn-outline {
    padding: 14px 28px; /* Daha da küçültme */
    font-size: 16px; /* Fontu daha da küçültme */
  }
}
      
    /*HEROBUTON*/  

.property-highlights {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  padding: 60px 20px;
  justify-content: center;
  background-color: #fff;
}

.highlight-box {
  background: #ffffff;
  border: 1px solid #eee;
  border-radius: 20px;
  padding: 36px 24px;
  width: 280px;
  min-height: 280px;
  text-align: center;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
  transition: transform 0.4s ease, box-shadow 0.4s ease, border-color 0.4s ease, background 0.4s ease;
  position: relative;
  overflow: hidden;
  color: #333;
}

.highlight-box::before {
  content: '';
  position: absolute;
  width: 160%;
  height: 160%;
  top: -30%;
  left: -30%;
  background: radial-gradient(circle at center, #f5deb357, transparent 70%);
  z-index: 0;
  opacity: 0;
  transition: opacity 0.4s ease;
}

.highlight-box:hover::before {
  opacity: 1;
}

.highlight-box:hover {
  transform: translateY(-8px);
  box-shadow: 0 16px 32px rgba(182, 137, 74, 0.2);
  border-color: #b6894a;
  background: #fffdf9;
}

.highlight-box i {
  font-size: 48px;
  color: #b6894a;
  margin-bottom: 18px;
  display: block;
  transition: transform 0.4s ease, color 0.4s ease;
  z-index: 1;
  position: relative;
}

.highlight-box:hover i {
  transform: scale(1.2);
  color: #a2702d;
}

.highlight-box h3 {
  font-size: 19px;
  font-weight: 600;
  color: #b6894a;
  margin-bottom: 12px;
  transition: color 0.4s ease;
  z-index: 1;
  position: relative;
}

.highlight-box:hover h3 {
  color: #a2702d;
}

.highlight-box p {
  font-size: 15px;
  line-height: 1.6;
  color: #555;
  z-index: 1;
  position: relative;
}



      /*HEROSTART*/
      
      
      
      
.hero {
  position: relative;
  height: 100vh;
  overflow: hidden;
    z-index: 1;
}
.hero-logo {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 9999;
}

.hero-logo img {
  max-width: 160px;
  height: auto;
  display: block;
}
/* sağa yaslamak için `left` yerine `right` logo container ekle yasla */
/*.logo-container {
  position: absolute;
  top: 20px;
  left: 20px;  
  z-index: 10;
}*/
.hero img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; 
  object-position: center bottom;   /* fotoğraf alt üst kısım */
  transform: scale(1);
  transition: opacity 1s ease, transform 5s ease;
  z-index: 0;
}

.hero img.active {
  opacity: 1;
  z-index: 1;
  transform: scale(1.1); /* Yakınlaşma efekti */
}

/* Yakınlaşma efekti */
.hero img.zoom-in {
  transform: scale(1.1);
}

/* Fade-in ve fade-out için istersen özel class’lar da kalabilir: */
.hero img.fade-in {
  opacity: 1;
}

.hero img.fade-out {
  opacity: 0;
}
/*SANAL TUR */

.gallery-carousel img {
    height: 400px;
    object-fit: cover;
    border-radius: 12px;
    transition: transform 0.3s ease;
  }

  .gallery-carousel img:hover {
    transform: scale(1.03);
  }

  .info-box {
    background: #f8f9fa;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.05);
  }

  .info-box h2 {
    color: #000;
    font-weight: bold;
    margin-bottom: 20px;
  }

  .info-box p {
    color: #333;
    font-size: 1.05rem;
    line-height: 1.7;
      font-weight: bold;
  }

  @media (max-width: 768px) {
    .gallery-carousel img {
      height: 250px;
    }
  }


/*BREADCRUMBSTART*/

/*BREADCRUMBEND*/
/*SANAL TUR360*/


.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4); /* Siyah koyu ton */
  z-index: 1;
}


.hero-content {
  position: absolute;
top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: left;
  z-index: 1;
    display: block;
}

.hero-content h1 {
  font-size: 64px;
  font-family: 'Playfair Display', serif;
  color: #d8b98f;
}

.hero-content p {
  font-size: 24px;
  margin: 10px 0 20px;
}
   
          

.slider-count {
  position: absolute;
  bottom: 40px;
  right: 110px;
  font-size: 30px;
  z-index: 10;
  font-weight: bold;
  font-family: 'Playfair Display', serif;
  color: rgba(255, 255, 255, 0.6); /* Beyaz ve biraz soluk */
  padding: 6px 12px;
  user-select: none;
  pointer-events: none;
  box-shadow: none; /* Gölge yok, sade */
}


.slider-controls {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  font-size: 12px;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.slider-controls div {
  writing-mode: vertical-rl;       /* Yukarıdan aşağı */
  text-orientation: upright;       /* Harfler düz */
  transform: none;                 /* Döndürmeye gerek kalmadı */
  font-family: 'Inter', sans-serif;
  letter-spacing: 2px;
  color: white;
  cursor: pointer;
}

.footer-menu a .icon-square {
  width: 10px;
  height: 10px;
  background-color: #d8b98f;
  display: inline-block;
  margin-right: 6px;
}
/*SSS*/
/* Accordion Başlık Butonu */
.accordion-button {
  background-color: #5f6671 !important;  /* Başlık rengi */
  color: #ffffff !important;             /* Yazı rengi */
  font-weight: 600;
  font-size: 1.1rem;
  padding: 1rem 1.25rem;
  border: none !important;               /* Kenarlık yok */
  box-shadow: none !important;           /* Mavi alt çizgi yok */
  transition: background-color 0.3s ease;
}

/* Başlık Açıldığında da Aynı Renk Kalsın */
.accordion-button:not(.collapsed) {
  background-color: #5f6671 !important;
  color: #ffffff !important;
  box-shadow: none !important;           /* Aşağıda beliren mavi çizgi engellenir */
}

/* Açıldığında ikonu ters çevir (Bootstrap kendi ikonunu kullanır) */
.accordion-button::after {
  filter: invert(1);                     /* Beyaz yapmak için ters çevirme */
}

/* Accordion Gövde */
.accordion-body {
  background-color: #f8f9fa;             /* Açıklama arka planı */
  color: #1d1d1b;
  font-size: 1rem;
  padding: 16px 20px;
  border-top: 1px solid #dee2e6;
}

/* Accordion Kart */
.accordion-item {
  background-color: #ffffff;
  border: none;
  border-radius: 8px;
  margin-bottom: 12px;
  overflow: hidden;
  box-shadow: 0 0 10px rgba(95, 102, 113, 0.08);
}

/* Accordion Genel Boşluk */
.container .accordion {
  margin-top: 20px;
  margin-bottom: 40px;
}


/*SSSEND*/

/*360KESFET*/
 .ofis360-container {
    display: flex;
    flex-direction: column;
    padding: 30px;
    gap: 30px;
  }

  @media (min-width: 900px) {
    .ofis360-container {
      flex-direction: row;
      justify-content: center;
      align-items: stretch;
    }
  }

    .left-panel, .right-panel {
      flex: 1;
      max-width: 600px;
      background-color: #fff;
      border-radius: 16px;
      box-shadow: 0 10px 30px rgba(0,0,0,0.05);
      padding: 24px;
    }

    .video-wrapper {
      position: relative;
      height: 500px;
      overflow: hidden;
      border-radius: 12px;
      animation: pulse 2s infinite;
    }

    .video-wrapper iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      border: none;
      border-radius: 12px;
    }

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(216, 185, 143, 0.8);
  }
  70% {
    box-shadow: 0 0 0 20px rgba(216, 185, 143, 0.4);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(216, 185, 143, 0);
  }
}
    .video-description {
      margin-top: 72px;
      padding: 0 4px;
      text-align: center;
    }

    .video-description h3 {
      font-size: 1.25rem;
      margin-bottom: 8px;
      color: #333;
    }

    .video-description p {
      font-size: 1rem;
      color: #666;
    }

    .qr-section, .street-view {
      margin-bottom: 30px;
      text-align: center;
    }

    .qr-section h3,
    .street-view h3 {
      font-size: 1.25rem;
      margin-bottom: 10px;
      color: #111;
    }

    .qr-section h3 i,
    .street-view h3 i {
      margin-right: 8px;
    }

    .qr-section i {
      color: #d8b98f;
    }

    .street-view i {
      color: #1d1d1b;
    }

    .qr-section p {
      font-size: 0.95rem;
      color: #666;
      margin-bottom: 14px;
    }

    .qr-img {
      width: 160px;
      height: 160px;
      border-radius: 8px;
      border: 1px solid #ccc;
    }
/*DRONEVİDEO*/
  .video-container {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.video-container iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100vw;
  height: 56.25vw; /* 16:9 oranı için (100/16*9) */
  min-height: 100vh;
  min-width: 177.77vh; /* 100/9*16 */
  transform: translate(-50%, -50%);
  z-index: 1;
  pointer-events: none;
}

.video-overlay {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 2;
}

.overlay-logo {
  position: absolute;
  top: 92%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  width: 200px;
  /* Hafif sabit glow efekti (isteğe bağlı) */
  /* box-shadow: 0 0 8px rgba(255,255,255,0.6); */
}

.overlay-logo img {
  width: 100%;
  height: auto;
  display: block;
}

/* Mobil uyumluluk */
@media (max-width: 768px) {
  .video-container {
    height: 60vh; /* Daha küçük yükseklik mobil için */
  }
  
  .video-container iframe {
    width: 150%; /* Mobilde biraz daha büyük olabilir */
    height: 150%;
  }
  
  .overlay-logo {
    width: 120px; /* Logo küçültüldü */
  }
}

@media (max-width: 480px) {
  .video-container {
    height: 46vh;
  }
  
  .video-container iframe {
    width: 180%;
    height: 180%;
  }
  
  .overlay-logo {
    width: 100px;
  }
}

/*DRONEVİDEO*/
/*OFISKOALA*/
  .page-container {
      padding: 40px 0;
      font-family: sans-serif;
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 40px;
    }

   
    /*#slider-count1 {
      display: inline-flex;
      align-items: center;
      gap: 12px;
      font-size: 24px;
      font-weight: bold;
      color: #1d1d1b;
      padding: 20px 40px;
      background-color: rgba(216, 185, 143, 0.25);
      border-radius: 16px;
      backdrop-filter: blur(12px);
      -webkit-backdrop-filter: blur(12px);
      border: 1px solid rgba(255, 255, 255, 0.3);
      box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
    }

    @keyframes pulse {
      0% {
        box-shadow: 0 0 0 0 rgba(216, 185, 143, 0.6);
      }
      70% {
        box-shadow: 0 0 0 40px rgba(216, 185, 143, 0);
      }
      100% {
        box-shadow: 0 0 0 0 rgba(216, 185, 143, 0);
      }
    }

    @media (max-width: 768px) {
      #slider-count1 {
        font-size: 20px;
        padding: 14px 24px;
      }

      .iframe-wrapper {
        width: 90%;
      }
    }*/
/*360KESFETEND*/
/*TITLESTART*/
.heading-wrapper {
  position: relative;
  text-align: center;
  margin-top: 60px;
  margin-bottom: 40px;
}

.background-text {
  position: absolute;
  top: 8%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 70px;
  font-weight: 800;
  color: #000;
  opacity: 0.1;  /* Daha okunaklı ama silik */
  white-space: nowrap;
  z-index: 0;
  pointer-events: none;
  user-select: none;
  letter-spacing: 8px;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.heading-title {
  position: relative;
  font-size: 36px;
  font-weight: 700;
  color: #d8b98f;
 /* z-index: O;*/
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

/* Mobil uyumluluk */
@media (max-width: 768px) {
  .background-text {
    font-size: 40px;     /* Küçültülmüş font */
    letter-spacing: 4px; /* Harf aralığı */
    opacity: 0.07;       /* Daha az yoğun */
    top: 18%;            /* Yüzde 50'den biraz yukarı alındı */
  }
}
/*TITLEEND*/

     /* HERO END*/

/*Whatsapp ve scrolll*/
.whatsapp-info {
  position: fixed;
  bottom: 50px;
  right: 50px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.15); /* beyaz, saydam cam efekti */
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 0 8px 15px rgba(255, 255, 255, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 100;
  transition: background 0.3s ease, box-shadow 0.3s ease;
  color: #25d366; /* Whatsapp yeşili ikonu */
}

.whatsapp-info:hover {
  background: rgba(255, 255, 255, 0.3);
  box-shadow: 0 10px 25px rgba(255, 255, 255, 0.5);
}

.whatsapp-info i {
  font-size: 26px;
  line-height: 1;
  filter: drop-shadow(0 0 1px rgba(0, 0, 0, 0.1));
  vertical-align: middle;
}

/* Pulse halkalar */
.pulse {
  position: fixed;
  bottom: 50px;
  right: 50px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.3); /* beyaz saydam çizgi */
  background-color: transparent;
  animation: pulse-ring 2.5s infinite;
  z-index: 90; /* ikonun altında */
}

.pulse:nth-child(1) {
  animation-delay: 0s;
}

.pulse:nth-child(2) {
  animation-delay: 0.8s;
}

.pulse:nth-child(3) {
  animation-delay: 1.6s;
}

@keyframes pulse-ring {
  0% {
    transform: scale(0.9);
    opacity: 0.7;
  }
  100% {
    transform: scale(2.2);
    opacity: 0;
  }
}

/*scroll*/
#btn-back-to-top {
  position: fixed;
  bottom: 143px;
  right: 48px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: rgba(30, 30, 30, 0.7); /* Nötr koyu arka plan */
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #ffffff; /* Beyaz ikon */
  font-size: 24px;
  display: none;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 9999;
  transition: color 0.3s ease; /* Sadece renk geçişi */
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.4);
}

#btn-back-to-top:hover {
  color: #d4af37; /* Sadece ikon rengi gold */
}


/*Whatsapp ve scroll*/

/*TALEP FORM*/
#talepFormu {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  max-width: 600px;
  max-height: 90vh;
  overflow-y: auto;
  padding: 40px 30px;
  background: rgba(0, 0, 0, 0.75); /* Siyah arka plan + %75 opaklık */
  backdrop-filter: blur(8px);
  color: #ffffff;
  border-radius: 16px;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.4);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease, visibility 0.4s ease;
  z-index: 1050;
  scrollbar-width: thin;
  scrollbar-color: #ffffff transparent;
  font-family: 'Inter', 'Segoe UI', sans-serif;
}

#talepFormu::-webkit-scrollbar {
  width: 6px;
}

#talepFormu::-webkit-scrollbar-thumb {
  background-color: #ffffffaa;
  border-radius: 10px;
}

#talepFormu.active {
  opacity: 1;
  visibility: visible;
}

#talepFormu h4 {
  font-size: 22px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 24px;
  text-align: center;
  letter-spacing: 0.5px;
}

#talepFormu .form-control {
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 24px;
  padding: 12px 18px;
  font-size: 15px;
  font-weight: 600;
  color: #1d1d1d;
  margin-bottom: 16px;
  width: 100%;
  box-sizing: border-box;
  transition: border 0.3s ease;
}

#talepFormu .form-control:focus {
  border-color: #1d1d1b;
  outline: none;
}

.btn-gonder {
  background-color: #ffffff;
  color: #1d1d1b;
  font-weight: 700;
  border: none;
  border-radius: 14px;
  padding: 12px;
  font-size: 16px;
  width: 100%;
  margin-top: 20px;
  cursor: pointer;
  transition: background-color 0.3s, color 0.3s;
}

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

#formAc {
  position: fixed;
  bottom: 15px;
  left: 20px;
  background-color: #1d1d1b;
  color: #ffffff;
  font-weight: 600;
  font-size: 14px;
  padding: 10px 16px;
  border-radius: 10px;
  cursor: pointer;
  z-index: 1111;
  transition: background-color 0.3s ease;
}

#formAc:hover {
  background-color: #333;
}

.form-close {
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 30px;
  color: #ffffff;
  font-weight: bold;
  cursor: pointer;
  transition: color 0.3s ease;
}

.form-close:hover {
  color: #ffdddd;
}

/* Mobil uyumluluk */
@media (max-width: 600px) {
  #talepFormu {
    width: 95%;
    max-height: 75vh;
    padding: 32px 20px;
  }

  #formAc {
    left: 10px;
    bottom: 10px;
    font-size: 13px;
    padding: 8px 12px;
  }

  .form-close {
    font-size: 26px;
  }
}

/*TALEP FORM*/

/*TALEP alert*/
.talep-alert-modal {
  position: absolute;
  z-index: 1050;
  display: none;
  animation: fadeSlideIn 0.4s ease-out;
  width: 100%;
  max-width: 96%;
  top:22px;
  margin-top: 708px;
  padding-top: 320px;
}

.talep-alert-box {
  background-color: #28a745;
  color: #fff;
  padding: 12px 20px;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  font-size: 0.95rem;
  font-family: 'Inter', sans-serif;
  text-align: center;
}

.talep-alert-modal.error .talep-alert-box {
  background-color: #dc3545;
}

@keyframes fadeSlideIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/*TALEP alertend*/

/*section start*/

/* İMAGETHUMBNAİLS */
 #mainImage {
  width: 770px;
  height: 450px;
  object-fit: cover;
  display: block;
  transition: opacity 0.3s ease;
}
 #mainImage {
  transition: opacity 0.3s ease;
}
.fade-out {
  opacity: 0;
}
.fade-in {
  opacity: 1;
}
.small-thumb {
  width: 100px !important;
  height: 80px !important;
  object-fit: cover;
  flex-shrink: 0; /* daralma olmasın */
}

/* 3. Küçük görselleri taşıyan div’e sınırlama koy */
.thumb-container {
  display: flex;
  gap: 10px;
  flex-wrap: wrap; /* çok taşarsa alt satıra geçsin */
    max-width: 100%;}

/* Mobil ve küçük ekranlar için düzenleme */
@media (max-width: 768px) {
  #mainImage {
    width: 470px;
  height: 250px;
  object-fit: cover;
  display: block;
  transition: opacity 0.3s ease;
  }

  .img-about {
    border-radius: 20px;
    box-shadow: none;
  }

  .small-thumb {
    width: 60px !important;
    height: 60px !important;
  }

  .thumb-container {
    justify-content: center;
    gap: 8px;
  }
}

/* İMAGETHUMBNAİLS */
.img-about {
  position: relative;
  overflow: hidden;

}

.section {
  padding: 80px 0;
  
}

.custom-bg{
 background-image: url("../../testbg3.png");
  background-repeat: no-repeat;
  background-size: cover; 
  background-position: center center; 
}
@media (max-width: 768px) {
  .custom-bg {
    background-image: url("../../testbgmobile.png");
    background-position: center top;
    background-size: cover;
  }
}




.section .heading {
  font-size: 2rem;
  font-weight: 900;
    color: #1d1d1b
}

.section .text-primary {
  color: #1d1d1b;
    font-weight: 900;
    
    
}
.header-bar {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #222;
  padding: 1rem;
  gap: 2rem;
}

.logo-divider {
  height: 40px;
  width: 2px;
  background-color: #fff;
  opacity: 0.5;
}

/*menu logo*/
.logo img {
  height: 62px;
  width: auto;
  display: block;
  z-index: 0;
  margin-top: 15px !important;
    
}


/*menu logo*/
.text-black-50 {
  color: rgba(0, 0, 0, 1);
}

.img-wrapper {
  max-width: 100%;
  width: 450px;
  margin: 0 auto;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
  border: 1px solid #dee2e6;
  transition: transform 0.3s ease;
}

.img-wrapper:hover {
  transform: scale(1.02);
}

.img-wrapper img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  border-radius: 16px;
}
/* Görsel çevresine efekt */
.img-about {
  border-radius: 42px;
  overflow: hidden;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  transition: all 0.4s ease-in-out;
}

.img-about:hover {
  transform: scale(1.02);
  box-shadow: 0 20px 35px rgba(0, 0, 0, 0.15);
}

/* Özellik kutuları */
.feature-h {
  display: flex;
  align-items: flex-start;
  margin-bottom: 30px;
  transition: all 0.3s ease;
}

.feature-h:hover {
  transform: translateY(-4px);
}

.wrap-icon {
  font-size: 1.8rem;
  color: #ffffff;
  background: #d8b98f;
  padding: 12px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  transition: all 0.3s ease;
}

.wrap-icon:hover {
  background: #1d1d1b;
}

.feature-text h3 {
  font-size: 1.2rem;
  margin-bottom: 10px;
  font-weight: 800;
}

/* Sayı sayaçları */
.counter-wrap {
  text-align: center;
}

.counter-wrap .number {
  font-size: 2rem;
  font-weight: 700;
  display: block;
  margin-bottom: 5px;
}

/* Responsive */
@media (max-width: 768px) {
  .section .heading {
    font-size: 1.5rem;
  }

  .feature-h {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .wrap-icon {
    margin-bottom: 10px;
  }
}

/* AOS Animasyon */
[data-aos="fade-up"] {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.6s ease-out;
}

[data-aos="fade-up"].aos-animate {
  opacity: 1;
  transform: translateY(0);
}

/*section figure end*/
/* İPEKYOLUTMKART*/
.project-summary h2 {
  font-size: 1.8rem;
  font-weight: 700;
  color: #000;
  margin-bottom: 2rem;
}

.summary-card {
  background-color: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 1px solid #eee;
}

.summary-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
  border-color: #ccc;
}

.icon-wrap {
  width: 60px;
  height: 60px;
  background-color: #f1f1f1;
  border-radius: 50%;
  margin: 0 auto 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s ease, transform 0.3s ease;
}

.summary-card:hover .icon-wrap {
  background-color: #e0e0e0;
  transform: scale(1.05);
}

.icon-wrap i {
  font-size: 24px;
  color: #000;
  transition: transform 0.3s ease;
}

.summary-card:hover .icon-wrap i {
  transform: scale(1.1);
}

.label {
  color: #666;
  font-weight: 500;
  font-size: 0.75rem;
  letter-spacing: 0.05em;
  margin-bottom: 0.3rem;
}

.value {
  color: #000;
  font-size: 1.1rem;
}
/* İPEKYOLUTM KART*/
/*TIMELINEPROJESTARAT*/
.custom-section {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  scroll-snap-align: start;
  position: relative;
}

.custom-section .number {
  position: absolute;
  font-size: 6rem;
  font-weight: bold;
  color: rgba(0,0,0,0.1);
}

.custom-section .section-content {
  max-width: 1000px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  padding: 2rem;
}

.custom-section .text {
  flex: 1;
  color: #1d1d1b;
}

.custom-section .text h2 {
  font-size: 2.5rem;
  margin-bottom: 1rem;
}

.custom-section .text p {
  font-size: 1.2rem;
  color: #555;
}

.custom-section .image {
  flex: 1;
}

.custom-section .image img {
  max-width: 100%;
  border-radius: 10px;
}

/* numaraların konumu için */
.custom-section:nth-child(odd) .number {
  top: 40px;
  left: 40px;
}

.custom-section:nth-child(even) .number {
  bottom: 40px;
  right: 40px;
}
/*TIMELINEPROJEEND*/
.ipekyolu-section {
  background: #ffffff;
  color: #1d1d1b;
}

.section-title {
  font-weight: 700;
  font-size: 2rem;
  color: #1d1d1b;
}

.ipekyolu-timeline {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 40px 0;
}

.ipekyolu-line {
  position: absolute;
  top: 50%;
  left: 5%;
  width: 90%;
  height: 4px;
  background: linear-gradient(to right, transparent, #d8b98f, transparent);
  border-radius: 4px;
  z-index: 1;
  transform: translateY(-50%);
  opacity: 0.7;
}

.ipekyolu-point {
  position: relative;
  z-index: 2;
  text-align: center;
  flex: 1;
  min-width: 80px;
}

.ipekyolu-point .icon {
  background-color: #ffffff;
  color: #d8b98f;
  font-size: 28px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 2px solid #d8b98f;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 10px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}

.ipekyolu-point .label {
  font-size: 0.95rem;
  font-weight: 500;
  color: #1d1d1b;
}

.ipekyolu-point .small-label {
  font-size: 0.75rem;
  color: #d8b98f;
}

.ipekyolu-point .icon:hover {
  background-color: #d8b98f;
  color: #fff;
  transform: scale(1.1);
}

.ipekyolu-point.highlight .icon {
  background-color: #d8b98f;
  color: #ffffff;
  box-shadow: 0 6px 16px rgba(0,0,0,0.15);
}

.ipekyolu-point.highlight .label {
  font-weight: 700;
}

.ipekyolu-description p {
  font-size: 1.3rem;
  line-height: 1.9;
  color: #1d1d1b;
  max-width: 800px;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .ipekyolu-timeline {
    flex-direction: column;
    align-items: center;
  }

  .ipekyolu-line {
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 4px;
    height: calc(100% - 40px);
    background: linear-gradient(to bottom, transparent, #d8b98f, transparent);
  }

  .ipekyolu-point {
    flex: none;
    margin: 40px 0;
  }
}
.ipekyolu-paragraph {
  font-size: 1.05rem;
  color: #1d1d1b;
  line-height: 1.7;
  margin-bottom: 1.5rem;
  text-align: justify;
}
/* İkonlar */
.icon-wrap {
  background-color: #f5f5f5;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  /*  z-index:0;*/
  position: relative;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
  transition: transform 0.3s ease;
}

.icon-wrap i {
  color: #d8b98f;
  font-size: 24px;
}

.icon-wrap:hover {
  transform: scale(1.1);
}

/* Etiket */
.step-label {
  margin-top: 0.5rem;
  font-size: 0.95rem;
  font-weight: 500;
  color: #1d1d1b;
  z-index: 2;
  position: relative;
}

/* Responsive */
@media (max-width: 768px) {
  .roadmap {
    flex-direction: column;
    height: auto;
    gap: 2rem;
  }
  .roadline {
    display: none;
  }
}

/* LİST*/
.custom-list .list-group-item {
  background-color: transparent !important;
  border: none;
  padding: 0.6rem 0;
  font-size: 1rem;
  color: #333;
  display: flex;
  align-items: center;
  transition: all 0.3s ease;
}

.custom-list .list-group-item i {
  color: #d8b98f;
  font-size: 1.2rem;
}

.custom-list .list-group-item:hover {
  color: #000;
  font-weight: 500;
}
/* LİSTEND*/


.stepper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  margin: 3rem 0;
  gap: 1rem;
  flex-wrap: wrap;
}

.stepper::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 4px;
  background: #ccc;
  z-index: 1;
  transform: translateY(-50%);
}

.step {
  position: relative;
  z-index: 2;
  flex: 1;
  text-align: center;
  color: #999;
  transition: all 0.3s ease;
}

.step:hover {
  transform: scale(1.03);
  cursor: pointer;
}

.circle {
  width: 50px;
  height: 50px;
  margin: auto;
  border-radius: 50%;
  background: #ddd;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  color: #333;
  transition: transform 0.3s ease, background 0.3s ease;
}

.step.completed .circle {
  background: #28a745;
  color: white;
}

.step.in-progress .circle {
  background: #ffc107;
  color: white;
}

.step .label {
  margin-top: 0.5rem;
  font-size: 0.9rem;
}

.step.completed .label {
  color: #28a745;
}

.step.in-progress .label {
  color: #ffc107;
}

.section {
  padding: 4rem 0;
  border-bottom: 1px solid #eee;
}

/* Mobil uyum */
@media (max-width: 768px) {
  .stepper {
    flex-direction: column;
    align-items: stretch;
    gap: 1rem;
  }

  .stepper::before {
    content: none;
  }

  .step {
    background-color: #fff;
    border: 1px solid #ddd;
    padding: 1rem;
    border-radius: 10px;
    display: flex;
    align-items: center;
    gap: 1rem;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
    text-align: left;
    flex: none;
  }

  .circle {
    flex: 0 0 40px;
    height: 40px;
    font-size: 18px;
    margin: 0;
    border-radius: 50%;
    background: #ddd;
    color: #333;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .label {
    flex: 1;
    margin: 0;
    font-size: 1rem;
  }

  .step:hover {
    transform: none;
    background-color: #f5f5f5;
  }
}

/* İPEKYOLU END*/
/* MOUSE  START*/
.cursor-ellipse {
  opacity: 0; /* Başlangıçta gizli */
}

.cursor-ellipse.visible {
  opacity: 1; /* Fare hareket edince görünür */
}
.cursor-ellipse {
  position: fixed;
  top: 0;
  left: 0;
  width: 28px;
  height: 28px;
  transform: translate(-50%, -50%);
  background: rgba(216, 185, 143, 0.05);
  border: 2px solid rgba(216, 185, 143, 0.6);
  border-radius: 50%;
  pointer-events: none;
  z-index: 9999;
  transition:
    top 0.08s ease,
    left 0.08s ease,
    width 0.2s ease,
    height 0.2s ease,
    box-shadow 0.3s ease,
    background-color 0.3s ease,
    border-color 0.3s ease;
  box-shadow: 0 0 6px rgba(216, 185, 143, 0.3);
  backdrop-filter: contrast(110%) brightness(1.1);
}

/* Hover sınıfı: büyüteç efekti gibi */
.cursor-ellipse.hovered {
  width: 50px;
  height: 50px;
  background: rgba(216, 185, 143, 0.1);
  border-color: rgba(216, 185, 143, 0.9);
  box-shadow: 0 0 15px rgba(216, 185, 143, 0.6), 0 0 40px rgba(216, 185, 143, 0.2);
}

/* MOUSE  END*/

/*preloader*/
#loading-screen {
  position: fixed;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(255, 255, 255, 0.3); /* saydam beyaz */
  backdrop-filter: blur(10px); /* cam efekti */
  -webkit-backdrop-filter: blur(10px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  overflow: hidden;
  transition: transform 1s ease;
}

/* Logo alanı */
.loading-logo {
  width: 280px;
  position: relative;
  overflow: visible;
  margin-bottom: 20px;
}

/* Sheen efekti */
.loading-logo::before {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.4) 50%,
    rgba(255, 255, 255, 0) 100%
  );
  transform: skewX(-20deg);
  animation: sheen 2.5s linear infinite;
  pointer-events: none;
}

@keyframes sheen {
  100% {
    left: 125%;
  }
}

/* Dönen ikon */
.spinner-icon {
  font-size: 24px;
  color: #d8b98f;
  animation: spin 2s linear infinite;
  margin-top: 10px;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* Yüklenme çubuğu */
.progress-bar {
  width: 220px;
  height: 4px;
  background: rgba(216, 185, 143, 0.2);
  border-radius: 4px;
  overflow: hidden;
  margin-top: 30px;
}
.progress {
  height: 100%;
  width: 0%;
  background: #d8b98f;
  animation: loadProgress 2.8s ease forwards;
}
@keyframes loadProgress {
  to { width: 100%; }
}

/* İçerik görünürlüğü */
#main-content {
  opacity: 0;
  pointer-events: none;
  transition: opacity 1s ease;
  padding: 4rem 2rem;
}
#main-content.visible {
  opacity: 1;
  pointer-events: auto;
}

/* Başlık ayarı */
.heading {
  font-size: 48px;
  font-weight: 700;
  color: #333;
}
@media (max-width: 767px) {
  .heading {
    font-size: 32px;
  }
}
/*preloader end*/
/* Genel Stil */
/* iletisim */
.iletisim-form {
  background: #585c62 !important; 
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: 20px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 1px solid rgba(216, 185, 143, 0.3);
  padding: 2rem;
  font-family: 'Inter', sans-serif;
}

/* Input ve textarea */
.iletisim-form input,
.iletisim-form textarea {
  background-color: rgba(255, 255, 255, 0.05);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  padding: 0.75rem;
  font-size: 1rem;
}

.iletisim-form input::placeholder,
.iletisim-form textarea::placeholder {
  color: rgba(255, 255, 255, 0.6);
}

/* Kutunun içi */
.iletisim-kutu {
  background: #585c62 !important; 
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-radius: 20px;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.2);
  border: 3px solid rgba(216, 185, 143, 0.15);
  padding: 2rem;
  transition: all 0.3s ease;
}

/* Başlıklar */
.iletisim-kutu h2 {
  color: #fff;
  font-weight: 800;
  font-size: 2rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.iletisim-kutu h5 {
  color: #d8b98f;
  font-weight: 700;
  font-size: 1.1rem;
  margin-bottom: 0.5rem;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}

/* Paragraf ve linkler */
.iletisim-kutu p,
.iletisim-kutu a {
  color: rgba(255, 255, 255, 0.85);
  font-size: 1.05rem;
  font-weight: 400;
  line-height: 2;
  transition: color 0.3s ease;
}

.iletisim-kutu a:hover {
  color: #d8b98f;
  text-decoration: underline;
}

/* İkonlar */
.wrap-icon i {
  stroke: #d8b98f;
  stroke-width: 1.5;
  fill: none !important;
  font-size: 1.8rem;
}

/* Logo */
.contact-logo img {
  max-width: 240px;
  filter: drop-shadow(0 0 10px rgba(216, 185, 143, 0.7));
  transition: filter 0.3s ease, transform 0.3s ease;
}

.contact-logo img:hover {
  filter: drop-shadow(0 0 14px rgba(216, 185, 143, 1));
  transform: scale(1.05);
}

/* Gönder butonu */
.btn-gonder {
  background-color: #d8b98f;
  color: #000;
  border: none;
  padding: 0.6rem 1.4rem;
  font-weight: 600;
  font-size: 1rem;
  border-radius: 10px;
  transition: all 0.3s ease;
}

.btn-gonder:hover {
  background-color: #fff;
  color: #000;
  box-shadow: 0 0 10px #d8b98f;
}
.alert-box {
  position: fixed;
  top: 20%;
  left: 50%;
  transform: translateX(-50%);
  padding: 20px 30px;
  border-radius: 10px;
  z-index: 9999;
  color: white;
  font-weight: bold;
  box-shadow: 0 10px 25px rgba(0,0,0,0.2);
  animation: fadeInOut 2s forwards;
}

.alert-success {
  background: #28a745;
}

.alert-error {
  background: #dc3545;
}

@keyframes fadeInOut {
  0% { opacity: 0; transform: translateX(-50%) scale(0.9); }
  10% { opacity: 1; transform: translateX(-50%) scale(1); }
  90% { opacity: 1; }
  100% { opacity: 0; transform: translateX(-50%) scale(0.95); }
}
/* iletisim */


/*ORTA KISIM YAZILAR*/


/*Yorumlar*/
.google-reviews {
  padding: 3rem 1rem;
  background: #f9f9f9;
  text-align: center;
}

.section-title {
  font-size: 2rem;
  margin-bottom: 2rem;
  color: #111;
}

.review-box {
  background: #fff;
  padding: 1.5rem;
  border-radius: 1rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
  max-width: 400px;
  margin: auto;
  font-size: 1rem;
  color: #333;
}
.review-box span {
  display: block;
  margin-top: 0.5rem;
  font-weight: bold;
  color: #555;
}
/*yorumlar son*/
/*CARDSTART*/
.custom-card {
  position: relative;
  overflow: hidden;
  border-radius: 16px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.4);
  transition: transform 0.3s ease;
}
.custom-card:hover {
  transform: scale(1.03);
}
.custom-card img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}

.card-link {
  text-decoration: none;
  color: inherit;
  display: block;
  transition: transform 0.3s ease;
}

.card-link:hover {
  transform: scale(1.02);
}

/* Kart hover efekti */
.card:hover {
  background-color: #2c2c2c;
  box-shadow: 0 8px 20px rgba(255, 255, 255, 0.1);
}
.card-overlay {
  position: absolute;
  bottom: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.7), rgba(0,0,0,0.2));
  color: white;
  width: 100%;
  padding: 20px;
}

.card-overlay h5 {
  font-size: 1.2rem;
  font-weight: bold;
}

.card-overlay p {
  font-size: 0.95rem;
  margin: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  filter: invert(1);
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  padding: 20px;
}

.carousel-control-prev,
.carousel-control-next {
  width: 5%;
}

/*CARDEND*/

.ipekyolu-banner {
  position: relative;
  background: #111;
  height: 300px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  font-family: 'Lato', sans-serif;
  text-align: center;
  padding: 1rem;
}

.ipekyolu-text {
  z-index: 2;
  color: #fff;
  font-size: 2rem;
/*  margin-bottom: 0.4rem;*/
  font-weight: 500;
}

/* Marquee tasarımı */
.ipekyolu-marquee {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 3rem;
  z-index: 1;
}

.marquee-track {
  display: flex;
  width: max-content;
  animation: scroll-loop 25s linear infinite;
}

.marquee-track span {
  font-size: 2rem;
  font-weight: 900;
  color: transparent;
  -webkit-text-stroke: 1.5px #d8b98f;
  opacity: 0.4;
  white-space: nowrap;
  padding-right: 4rem;
  pointer-events: none;
}

/* Mouse ile durdurma */
.ipekyolu-marquee:hover .marquee-track {
  animation-play-state: paused;
}

@keyframes scroll-loop {
  0% { transform: translateX(0%); }
  100% { transform: translateX(-50%); }
}

/* Outline yazı */
.ipekyolu-outline {
  position: absolute;
  top: 58%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 21vw;
  font-weight: 900;
  color: transparent;
  white-space: nowrap;
  z-index: 0;
  pointer-events: none;
  -webkit-text-stroke: 2px #d8b98f;
  opacity: 0.25;
}

/* Mobil uyum */
@media (max-width: 768px) {
  .ipekyolu-banner {
    height: 200px;
  }

  .ipekyolu-text {
    font-size: 1.1rem;
  }

  .marquee-track span {
    font-size: 1.4rem;
  }

  .ipekyolu-outline {
    font-size: 18vw;
  }
}
/*ORTA KISIM YAZILAR SON*/
/*--------------------------------------------------------------
# Call To Action Section
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Features Section
--------------------------------------------------------------*/
.footer {
  background-image: url("../../footer.png");
  background-size: cover;
  color: #ffffff;
  padding: 40px 20px;
}

.footer-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1200px;
  margin: 0 auto;
  gap: 30px;
}

.footer-logo {
  flex: 1;
  text-align: center;
}

.footer-logo h1 {
  font-size: 37px;
  color: #ffffff;
  margin-bottom: 5px;
  font-weight: bold;
}

.footer-logo img {
  width: 270px;
  margin-top: 5px;
}

.footer-divider {
  width: 100%;
  height: 2px;
  background-color: rgba(255, 255, 255, 0.2);
  margin: 10px 0;
}

.footer-contact {
  flex: 1;
  text-align: center;
  font-size: 28px;
}

.footer-contact .phone {
  font-size: 50px;
  font-weight: bold;
  margin-bottom: 10px;
}

.footer-contact p i {
  margin-right: 8px;
  color: #ffffff;
}

.footer-links {
  flex: 1;
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
  margin-top: 10px;
}

.footer-column {
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-size: 14px;
  min-width: 160px;
}

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

.footer-column a:hover {
  color: #fff;
}

.footer-bottom.social-icons {
  display: flex;
  justify-content: center;
  gap: 20px;
  font-size: 36px;
  margin-top: 30px;
}

.footer-bottom.social-icons a {
  color: #fff;
  transition: color 0.3s;
}

.footer-bottom.social-icons a:hover {
  color: #d8b98f;
}

.footer-bottom.copyright {
  text-align: center;
  font-size: 10px;
  color: #D9D9D9;
  margin-top: 20px;
  text-transform: uppercase;
  letter-spacing: 4px;
  font-weight: bold;
}

/* -------------------- RESPONSIVE -------------------- */

@media (max-width: 768px) {
  .footer-container {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .footer-links {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px;
  }

  .footer-column {
    min-width: 140px;
    align-items: flex-start;
    text-align: left;
    gap: 10px;
  }

  .footer-bottom.social-icons {
    font-size: 28px;
    flex-wrap: wrap;
  }
}

@media (max-width: 480px) {
  .footer-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px 40px;
    max-width: 100%;
  }

  .footer-column {
    width: 15%;
    min-width: 140px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }

  .footer-column a {
    font-size: 13px;
  }

  .footer-bottom.social-icons {
    font-size: 24px;
  }
}
