/* GENEL */

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

html {
  width: 100% !important;
  overflow-x: hidden;
  overflow-y: visible;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  left: 0 !important;
  right: 0 !important;
  transform: none !important;
  box-sizing: border-box !important;
}

body {
  margin: 0 !important;
  padding: 0 !important;
  font-family: 'Sora', sans-serif;
  overflow-x: hidden;
  overflow-y: visible;
  width: 100% !important;
  position: relative !important;
  left: 0 !important;
  right: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  transform: none !important;
  box-sizing: border-box !important;
}

/* ÜST BAR */
.top-bar {
  background-color: #e9e9e9;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 30px;
  position: relative;
}

.social-icons a {
  color: #555;
  margin-right: 12px;
  font-size: 16px;
  transition: 0.3s;
}

.social-icons a:hover {
  color: #f37021;
}

.logo {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.circle {
  background-color: #fff;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.4);
}

.circle i {
  color: #000;
  font-size: 14px;
}

.contact {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #000;
  font-weight: 500;
}

/* NAVBAR */
.navbar {
  position: absolute;
  top: 60px;
  left: 50%;
  transform: translateX(-50%);
  width: auto;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(8px);
  border-radius: 40px;
  padding: 12px 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  z-index: 10;
  border: 1px solid rgba(255, 255, 255, 0.3);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

/* Logo */
.nav-logo {
  font-size: 22px;
  font-weight: 600;
  margin-right: 30px;
}

.boston {
  color: #fff;
}

.yapi {
  color: #f37021;
}

/* Menü Linkleri */
.nav-links {
  list-style: none;
  display: flex;
  gap: 25px;
  margin: 0;
  padding: 0;
}

.nav-links li a {
  text-decoration: none;
  color: #fff;
  font-weight: 400;
  transition: 0.3s;
}

.nav-links li a:hover {
  color: #f37021;
}

/* Menü Toggle (Mobil) */
.menu-toggle {
  display: none;
  color: #fff;
  font-size: 22px;
  cursor: pointer;
}

/* RESPONSIVE */
@media (max-width: 992px) {
  .navbar {
    top: 40px;
    padding: 10px 25px;
    width: 90%;
    border-radius: 20px;
  }
}

/* HERO */
.hero {
  position: relative !important;
  height: 85vh !important;
  overflow: visible !important;
  border-radius: 50px 50px 0 0;
  margin: -40px 0 0 0 !important;
  padding: 0 0 80px 0 !important;
  width: 100% !important;
  left: 0 !important;
  z-index: 1 !important;
  box-sizing: border-box;
}

.hero-img {
  width: 100% !important;
  height: calc(85vh + 95px) !important;
  object-fit: cover;
  border-radius: 50px 50px 0 0;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  z-index: 1 !important;
  transform: translateY(-40px) !important;
}

.hero video.hero-img,
.hero .hero-video {
  border-radius: 50px 50px 0 0;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: calc(85vh + 95px) !important;
  object-fit: cover;
  z-index: 1 !important;
  transform: translateY(-40px) !important;
}

.hero-content {
  position: absolute !important;
  left: 3% !important;
  bottom: -8% !important;
  color: #fff;
  z-index: 10;
  transform: translateY(0);
}

.hero-content .discover-btn {
  z-index: 11 !important;
  position: relative !important;
  pointer-events: auto !important;
  text-decoration: none !important;
}

.hero-content .discover-btn-hero {
  background-color: transparent !important;
  border: none !important;
}

.hero-content h1 {
  font-size: 48px;
  font-weight: 300;
  margin-bottom: 20px;
}

.bold {
  font-weight: 700;
}

.discover-btn {
  background-color: #fff;
  border: none;
  color: #000;
  padding: 15px 20px;
  border-radius: 12px;
  font-weight: 600;
  display: flex;
  justify-content: flex-end;
  gap: 8px;
  cursor: pointer;
  transition: 0.3s;
}

.discover-btn:hover:not(.discover-btn-hero) {
  background-color: #f37021;
  color: #fff;
}

.discover-btn.discover-btn-hero,
.discover-btn-hero,
a.discover-btn-hero,
button.discover-btn-hero {
  background: transparent !important;
  background-color: transparent !important;
  border: 2px solid #ffffff !important;
  color: #ffffff !important;
  padding: 12px 24px !important;
  border-radius: 8px !important;
  font-weight: 600 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  cursor: pointer !important;
  transition: all 0.3s ease !important;
  text-decoration: none !important;
  font-size: 16px !important;
}

.discover-btn-hero i {
  color: inherit !important;
  font-size: 14px !important;
}

.discover-btn.discover-btn-hero:hover,
.discover-btn-hero:hover,
a.discover-btn-hero:hover,
button.discover-btn-hero:hover,
.hero-content .discover-btn-hero:hover {
  background-color: #d3d3d3 !important;
  background: #d3d3d3 !important;
  border: none !important;
  color: #000000 !important;
}

.discover-btn.discover-btn-hero:hover i,
.discover-btn-hero:hover i,
a.discover-btn-hero:hover i,
button.discover-btn-hero:hover i,
.hero-content .discover-btn-hero:hover i {
  color: #000000 !important;
}

.discover-btn.discover-btn-hero:hover span,
.discover-btn-hero:hover span,
a.discover-btn-hero:hover span,
button.discover-btn-hero:hover span,
.hero-content .discover-btn-hero:hover span {
  color: #000000 !important;
}

.discover-btnnn {
  background-color: #fff;
  border: none;
  color: #000;
  padding: 10px 20px;
  border-radius: 12px;
  font-weight: 600;
  display: flex;
  justify-content: flex-end;
  gap: 8px;
  cursor: pointer;
  transition: 0.3s;
}

.discover-btnnn:hover {
  background-color: #f37021;
  color: #fff;
}

.slider-arrows {
  position: absolute;
  right: 40px;
  bottom: 40px;
  display: flex;
  gap: 25px;
  z-index: 10;
}

.slider-arrows i {
  font-size: 20px;
  color: #fff;
  cursor: pointer;
  transition: 0.3s;
}

.slider-arrows i:hover {
  color: #f37021;
}

/* RESPONSIVE */
@media (max-width: 992px) {
  .nav-container {
    flex-direction: column;
    gap: 15px;
    padding: 15px 25px;
  }
  .nav-links {
    display: none;
  }
  .menu-toggle {
    display: block;
  }
  .hero-content h1 {
    font-size: 36px;
  }
}

@media (max-width: 768px) {
  .top-bar {
    flex-direction: column;
    text-align: center;
    padding: 10px 0;
  }
  .logo {
    position: static;
    transform: none;
    margin: 10px 0;
  }
  .contact {
    font-size: 14px;
  }
  .social-icons {
    margin-bottom: 8px;
  }
}

@media (max-width: 600px) {
  .hero-content h1 {
    font-size: 28px;
  }
  .discover-btn {
    font-size: 14px;
    padding: 8px 16px;
  }
}

.hero-contentt {
  position: absolute;
  left: 8%;
  bottom: 15%;
  color: #fff;
}

.hero-contentt h1 {
  font-size: 24px;
  font-weight: 100;
  margin-bottom: 20px;
}

/* PROJE SLIDER BÖLÜMÜ */
.projects-slider {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: -20px;
  position: relative;
  padding-top: 20px;
  padding-bottom: 80px;
}

/* ARKA PLAN */
.slider-container {
  position: relative;
  width: 100%;
  max-width: 1600px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.slider-bg {
  position: absolute;
  top: 70%;
  left: 50%;
  width: 90%;
  max-width: 1500px;
  max-height: 400px;
  transform: translate(-50%, -50%);
  z-index: 0;
  pointer-events: none;
  object-fit: cover;
  border-radius: 36px;
}

/* KARTLAR */
.cards {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 35px;
  position: relative;
  z-index: 2;
  margin-top: -80px;
}

/* KARTLAR GENEL */
.card {
  border-radius: 24px;
  overflow: hidden;
  position: relative;
  transition: transform 0.3s ease;
}

.card:hover {
  transform: scale(1.08);
}

.card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 24px;
}

.card.small {
  width: 350px;
  height: 415px;
}

.card.large {
  width: 400px;
  height: 480px;
  transform: scale(0.95);
  z-index: 3;
}

.cards .card.large:nth-child(2) {
  position: relative;
  top: 30px;
  bottom: 30px;
}

/* KART BİLGİLERİ */
.card-info {
  position: absolute;
  bottom: 15px;
  left: 20px;
  color: #fff;
}

.card-info h3 {
  font-size: 20px;
  font-weight: 500;
  margin: 0 0 8px 0;
}

.card-info button {
  background: rgba(255, 255, 255, 0.25);
  border: 1px solid rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  border-radius: 10px;
  padding: 6px 14px;
  color: #fff;
  font-size: 14px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 6px;
  transition: 0.3s;
}

.card-info button:hover {
  background: rgba(255, 255, 255, 0.5);
  color: #000;
}

/* OK TUŞLARI */
.slider-arrows2 {
  text-align: center;
  margin-top: 60px;
  font-size: 22px;
  z-index: 3;
  position: relative;
}

.slider-arrows2 i {
  margin: 0 15px;
  color: #000;
  cursor: pointer;
  transition: 0.3s;
}

.slider-arrows2 i:hover {
  color: #f37021;
}

/* === BAŞLIK BÖLÜMÜ === */
.projects-section {
  background-color: #fff;
  padding: 120px 20px 20px 40px;
  text-align: center;
  font-family: "Sora", sans-serif;
  margin-bottom: 10px;
}

.projects-text h2 {
  font-size: 36px;
  font-weight: 600;
  line-height: 58px;
  letter-spacing: -1px;
  color: #000000;
  margin-bottom: 8px;
}

.projects-text p {
  font-size: 25px;
  font-weight: 300;
  line-height: 31px;
  letter-spacing: -1px;
  color: #000000;
  margin-bottom: 0;
  margin-top: -5px;
}

/* === RESPONSIVE === */
@media (max-width: 992px) {
  .cards {
    gap: 25px !important;
    margin-top: -40px;
  }
  .card.small {
    width: 300px;
    height: 380px;
  }
  .card.large {
    width: 400px;
    height: 600px;
  }
}

@media (max-width: 768px) {
  .cards {
    flex-direction: column;
    align-items: center;
    margin-top: 0;
  }
  .card.small,
  .card.large {
    width: 90%;
    height: auto;
    transform: none;
  }
  .slider-arrows2 {
    margin-top: 30px;
  }
}

.promo-banner {
  position: relative;
  max-width: 1350px;
  margin: 60px auto;
  overflow: hidden;
  border-radius: 33px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  min-height: 500px !important;
  height: 500px !important;
}

.banner-bg {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 33px;
  object-fit: cover;
}

.promo-banner .banner-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
  min-height: 500px !important;
  object-fit: cover;
  z-index: 1;
}

.promo-banner video.banner-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
  min-height: 500px !important;
  object-fit: cover;
  border-radius: 33px;
  z-index: 1;
}

.banner-content {
  position: absolute;
  top: 50%;
  left: 162px;
  transform: translateY(-50%);
  color: #fff;
  z-index: 2;
}

.banner-content h2 {
  font-size: 40px;
  font-weight: 400;
  line-height: 1.3;
}

.banner-content strong {
  font-weight: 700;
}

/* Play butonu */
.play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.65);
  border: none;
  border-radius: 50%;
  width: 85px;
  height: 85px;
  display: none;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  color: #f37021;
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 3;
}

.play-btn:hover {
  background: rgba(255, 255, 255, 0.85);
  transform: translate(-50%, -50%) scale(1.1);
}

.projects-showcase {
  width: 90%;
  max-width: 1600px;
  margin: 80px auto 0 auto;
}

.projects-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 25px;
}

.header-text h2 {
  font-size: 28px;
  font-weight: 700;
  margin: 0;
}

.header-text p {
  font-size: 18px;
  margin: 5px 0 0;
  color: #333;
}

.projects-header {
  position: relative;
}

.projects-header .see-all-map {
  position: relative !important;
  right: auto !important;
  margin-top: 0 !important;
}

.see-all {
  text-decoration: none !important;
  transition: all 0.3s ease;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  position: relative;
  border-radius: 12px;
  cursor: pointer;
  background-color: #d3d3d3 !important;
  background: #d3d3d3 !important;
  padding: 12px 12px !important;
  gap: 2px !important;
  min-width: auto !important;
  width: auto !important;
  min-height: 50px !important;
  height: 50px !important;
  box-sizing: border-box !important;
}

.see-all-text {
  display: inline-block !important;
  color: #ffffff !important;
  font-weight: 400 !important;
  font-size: 16px !important;
  transition: all 0.3s ease;
  white-space: nowrap !important;
}

.see-all:hover {
  background-color: #DD710C !important;
  background: #DD710C !important;
  color: #fff !important;
}

.see-all:hover .see-all-text {
  color: #ffffff !important;
}

.see-all-map {
  text-decoration: none;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border-radius: 12px;
  cursor: pointer;
  position: absolute;
  right: 60px;
  margin-top: -60px;
}

.see-all-img-map {
  display: block;
  width: 100px;
  height: 50px;
  transition: all 0.3s ease;
}

.see-all-text-map {
  display: none;
  color: #fff;
  font-weight: 600;
  padding: 15px 20px;
  transition: all 0.3s ease;
  white-space: nowrap;
}

.see-all-map:hover .see-all-img-map {
  display: none;
}

.see-all-map:hover .see-all-text-map {
  display: inline-block;
}

.see-all-map:hover {
  background-color: #f37021;
  color: #fff;
  min-width: 100px;
  min-height: 50px;
}

.see-all-map {
  text-decoration: none;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border-radius: 12px;
  cursor: pointer;
  position: absolute;
  right: 60px;
  margin-top: -60px;
}

.see-all-img-map {
  display: block;
  width: 100px;
  height: 50px;
  transition: all 0.3s ease;
}

.see-all-text-map {
  display: none;
  color: #fff;
  font-weight: 600;
  padding: 15px 20px;
  transition: all 0.3s ease;
  white-space: nowrap;
}

.see-all-map:hover .see-all-img-map {
  display: none;
}

.see-all-map:hover .see-all-text-map {
  display: inline-block;
}

.see-all-map:hover {
  background-color: #f37021;
  color: #fff;
  min-width: 100px;
  min-height: 50px;
}


.smart-slider {
  width: 100%;
  position: relative;
  margin: 0 auto 120px auto;
  overflow: hidden;
  padding: 0;
}

.smart-wrapper {
  overflow: visible;
  width: 100%;
  position: relative;
}

.smart-track {
  display: flex;
  gap: 25px;
  transition: transform 0.6s ease;
  width: max-content;
  padding: 0;
  justify-content: flex-start;
}

.smart-card {
  flex: 0 0 300px;
  height: 350px;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  transition: transform 0.3s ease;
}

.smart-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
  transition: filter 0.4s ease, opacity 0.4s ease;
}

.smart-card.blurred img {
  filter: blur(4px);
  opacity: 0.6;
}

.smart-card .hero-contentt {
  position: absolute;
  left: 8%;
  right: 8%;
  bottom: 10%;
  color: #fff;
  width: auto;
}

.smart-card .hero-contentt h1 {
  font-size: 24px;
  font-weight: 100;
  margin-bottom: 20px;
  margin-top: 30px;
  position: relative;
  top: 20px;
}

.smart-card .hero-contentt h1 .rest-text {
  display: block;
}

.smart-card .hero-contentt .discover-btn,
.smart-card .discover-btn {
  position: absolute !important;
  right: 30px !important;
  left: auto !important;
  bottom: 15px !important;
  background-color: #fff !important;
  border: none !important;
  color: #000 !important;
  padding: 15px 25px !important;
  border-radius: 8px !important;
  font-weight: 400 !important;
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
  cursor: pointer !important;
  transition: 0.3s !important;
}

/* Masaüstü için özel kural */
@media (min-width: 992px) {
  .smart-card .discover-btn {
    right: 30px !important;
    left: auto !important;
  }
}

.smart-card .discover-btn:hover {
  background-color: #f37021;
  color: #fff;
}

.smart-arrows {
  display: flex;
  justify-content: center;
  gap: 35px;
  margin-top: 25px;
}

.smart-arrows i {
  font-size: 22px;
  cursor: pointer;
  color: #000;
  transition: color 0.3s ease;
}

.smart-arrows i:hover {
  color: #f37021;
}

.future-step {
  width: 100%;
  padding: 120px 0 140px 0;
  margin-bottom: 80px;
  margin-top: 120px;
}

.future-container {
  width: 80%;
  max-width: 1400px;
  margin: 0 auto;
  padding-left: 70px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 60px;
  flex-wrap: wrap;
  margin-top: 40px;
  box-sizing: border-box;
}

.future-text {
  flex: 1;
  max-width: 45%;
  margin-left: -15px;
  margin-top: -50px;
}

.future-text h2 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 16px;
  color: #000;
  line-height: 1.3;
}

.future-text .adim {
  color: #f37021;
  font-family: 'Shadows Into Light', cursive;
  font-size: 32px;
  font-weight: 400;
  position: relative;
  display: inline-block;
  margin-left: 5px;
}

.underline {
  position: absolute;
  bottom: -10px;
  left: 0;
  transform: rotate(4.37deg);
}

.future-text p {
  font-size: 20px;
  line-height: 1.6;
  color: #333;
  margin-bottom: 25px;
}

.future-text .discover-btn {
  background-color: #fff;
  border: none;
  color: #aaa;
  padding: 10px 20px;
  border-radius: 12px;
  font-weight: 600;
  cursor: pointer;
  transition: 0.3s;
}

.future-text .discover-btn:hover {
  background-color: #f37021;
  color: #fff;
}

.future-visuals {
  width: 60%;
  display: flex;
  justify-content: center;
  margin-top: 60px;
}

.future-visuals-container {
  position: relative;
  width: 600px;
  height: 550px;
  overflow: visible;
  transform: translate(-10px, 10px);
}

.visual-left img {
  width: 400px;
  height: 400px;
  border-radius: 25px;
  object-fit: cover;
  background: linear-gradient(to top, rgba(243,112,33,0.7), transparent);
  position: absolute;
  left: 40px;
  top: 0;
  z-index: 1;
}

.visual-right img {
  width: 400px;
  height: 400px;
  border-radius: 25px;
  border: none;
  object-fit: cover;
  position: absolute;
  right: -30px;
  top: -10px;
  z-index: 2;
  transform: rotate(3deg);
  box-shadow: 0 4px 10px rgba(0,0,0,0.15);
}

.project-mapp {
  margin-top: -120px;
  position: relative;
  padding-left: 40px;
  padding-top: 20px;
  padding-bottom: 0;
  margin-bottom: -80px;
}

.project-mapp .see-all {
  position: absolute !important;
  right: 60px !important;
  margin-top: -60px !important;
}

.project-listt {
  margin-left: 300px;
  margin-top: 20px;
  margin-bottom: 0;
}

.project-listt h1 {
  font-size: 36px;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 5px;
}

.project-listt p {
  font-size: 20px;
  color: #666;
  margin-top: 0;
  margin-bottom: 0;
}

.discover-btnnn {
  position: absolute;
  right: 60px;
  margin-top: -60px;
  height: 40px;
}

.project-map {
  margin-top: 20px;
  margin-bottom: 80px;
  padding-top: 10px;
  position: relative;
}

.project-map-container {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 40px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 40px;
  position: relative;
  z-index: 1;
  box-sizing: border-box;
}

.project-list-wrapper {
  flex: 0 0 400px;
  min-width: 400px;
  max-width: 400px;
  height: calc((185px + 25px) * 2 + 92px); /* 2 tam kart + 1 yarım kart görünsün (185px kart yüksekliği) */
  overflow: hidden;
  position: relative;
  margin-top: -30px;
}

.project-list-slider {
  display: flex;
  flex-direction: column;
  gap: 15px;
  transition: transform 0.5s ease;
  will-change: transform;
  padding-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.project-list-wrapper::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 120px;
  background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
  pointer-events: none;
  z-index: 2;
}

.project-card {
  background: transparent !important;
  border-radius: 0;
  box-shadow: none;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: none;
  cursor: pointer;
  flex-shrink: 0;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
}

.project-card:hover {
  box-shadow: none;
}

.project-card.active {
  box-shadow: none;
}

.project-card img {
  width: 100%;
  height: 120px;
  object-fit: cover;
  background: transparent;
  border-radius: 14px;
  display: block;
  overflow: hidden;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
}

.project-info {
  padding: 8px 15px;
  flex: 1;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  background: transparent !important;
  margin-top: 8px;
  margin-bottom: 8px;
  min-height: 40px;
  position: relative;
}

.project-info-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  background: transparent;
}

.project-info-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  background: transparent;
}

.project-info h2, .project-info h3 {
  font-size: 16px;
  font-weight: 600;
  margin: 0;
  line-height: 1.3;
  flex: 1;
  display: flex;
  align-items: center;
}

.project-info span {
  font-size: 14px;
  color: #777;
  display: none; /* Konum bilgisini gizle */
}

.view-btn {
  background-color: #f3f3f3;
  border: none;
  color: #666;
  padding: 8px 14px;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 500;
  margin: 0;
  margin-left: auto;
  cursor: pointer;
  transition: 0.3s;
  flex-shrink: 0;
  align-self: center;
  height: fit-content;
  display: inline-flex;
  align-items: center;
}

.view-btn:hover {
  background-color: #f37021;
  color: #fff;
}

.project-map-frame {
  flex: 1;
  position: relative;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
  height: 500px;
  min-width: 0;
}

.project-map-frame img,
.project-map-frame iframe {
  width: 100%;
  height: 100%;
  border: none;
  object-fit: cover;
}

/* === RESPONSIVE: PROJELERİMİZ VE PROJE HARİTASI === */
/* Tablet görünümü - Masaüstü görünüm değişmez */
@media (max-width: 992px) {
  /* Projelerimiz Bölümü */
  .projects-showcase {
    width: 95%;
    margin: 20px auto !important;
    margin-top: 40px !important;
    margin-bottom: 15px !important;
    padding-top: 0 !important;
  }

  .projects-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
  
  .header-text {
    padding-left: 20px !important;
    margin-top: 20px !important;
  }

  .header-text h2 {
    font-size: 24px;
  }

  .header-text p {
    font-size: 16px;
  }

  /* Proje Haritası Bölümü */
  .project-mapp {
    margin-top: -100px !important;
    margin-left: -20px !important;
    padding-left: 20px;
    padding-top: 0 !important;
  }

  .project-listt {
    margin-left: 40px;
  }

  .project-listt h1 {
    font-size: 28px;
  }

  .project-listt p {
    font-size: 18px;
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }

  .discover-btnnn {
    right: 30px;
    margin-top: -50px;
    position: relative;
    margin-bottom: 20px;
  }

  .project-map-container {
    flex-direction: column;
    padding: 0 20px;
    gap: 30px;
  }

  .project-list-wrapper {
    flex: 1;
    min-width: 100%;
    max-width: 100%;
    height: auto;
    max-height: 400px;
    margin-top: -30px !important;
  }

  .project-map-frame {
    height: 400px;
    min-height: 500px;
  }
}

/* Mobil görünümü */
@media (max-width: 768px) {
  /* Projelerimiz Bölümü */
  .projects-showcase {
    width: 100%;
    margin: 20px auto !important;
    margin-top: 40px !important;
    margin-bottom: 15px !important;
    padding: 0 20px;
    padding-top: 0 !important;
  }

  .projects-header {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 5px !important;
  }
  
  .header-text {
    padding-left: 20px !important;
    margin-top: 20px !important;
  }

  .header-text p {
    margin-bottom: 0 !important;
  }

  .see-all {
    margin-top: -30px !important;
    margin-bottom: 0 !important;
  }

  .header-text h2 {
    font-size: 22px;
  }

  .header-text p {
    font-size: 14px;
  }

  /* Proje Haritası Bölümü */
  .project-mapp {
    margin-top: -80px !important;
    padding-left: 15px;
    padding-top: 0 !important;
    margin-left: -60px !important;
  }

  .project-listt {
    margin-left: -60px !important;
    text-align: left !important;
    margin-top: 20px !important;
  }

  .project-listt h1 {
    font-size: 24px;
  }

  .project-listt p {
    font-size: 16px;
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }

  .discover-btnnn {
    position: static;
    right: auto;
    margin-top: 15px;
    margin-bottom: 0;
    width: auto;
  }

  .see-all-map {
    margin-left: 80px !important;
    margin-top: 20px !important;
    justify-content: flex-start !important;
    position: relative !important;
    right: auto !important;
  }

  .project-map-container {
    flex-direction: column;
    padding: 0 15px;
    gap: 20px;
  }

  .project-list-wrapper {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: auto;
    max-height: 350px;
    margin-top: -30px !important;
  }

  .project-map-frame {
    height: 450px;
    min-height: 450px;
  }
  
  .project-map-frame iframe {
    height: 450px !important;
    min-height: 450px !important;
  }
}

/* Küçük mobil görünümü */
@media (max-width: 480px) {
  /* Projelerimiz Bölümü */
  .projects-showcase {
    padding: 0 15px;
    margin-top: 40px !important;
  }

  .header-text {
    padding-left: 20px !important;
    margin-top: 20px !important;
  }

  .header-text h2 {
    font-size: 20px;
  }

  .header-text p {
    font-size: 13px;
  }

  /* Proje Haritası Bölümü */
  .project-mapp {
    padding-left: 10px;
    margin-left: -40px !important;
  }

  .project-listt h1 {
    font-size: 20px;
  }

  .project-listt p {
    font-size: 14px;
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }

  .project-map-container {
    padding: 0 10px;
  }

  .project-map-frame {
    height: 400px;
    min-height: 400px;
  }
  
  .project-map-frame iframe {
    height: 400px !important;
    min-height: 400px !important;
  }
}

/* ========== YENİ EKLENEN CSS KODLARI ========== */

/* GENEL */
body {
  margin: 0;
  font-family: "Poppins", sans-serif;
  overflow-x: hidden;
}

/* ÜST BAR */
.social-icons a {
  color: #555;
  margin-right: 12px;
  font-size: 16px;
  transition: 0.3s;
}

.social-icons a:hover {
  color: #f37021;
}

.logo {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.circle {
  background-color: #fff;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.4);
}

.circle i {
  color: #000;
  font-size: 14px;
}

.contact {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #000;
  font-weight: 500;
}

.boston {
  color: #fff;
}

.yapi {
  color: #f37021;
}

/* Menü Linkleri */
.nav-links {
  list-style: none;
  display: flex;
  gap: 25px;
  margin: 0;
  padding: 0;
}

.nav-links li a {
  text-decoration: none;
  color: #fff;
  font-weight: 400;
  transition: 0.3s;
}

.nav-links li a:hover {
  color: #f37021;
}

/* Menü Toggle (Mobil) */
.menu-toggle {
  display: none;
  color: #fff;
  font-size: 22px;
  cursor: pointer;
}

/* RESPONSIVE */
@media (max-width: 992px) {
  .navbar {
    top: 40px;
    padding: 10px 25px;
    width: 90%;
    border-radius: 20px;
  }
}

/* HERO - DUPLICATE REMOVED - USING THE MAIN DEFINITION ABOVE */

.hero-content {
  position: absolute !important;
  left: 3% !important;
  bottom: -8% !important;
  color: #fff;
  z-index: 2;
}

.hero-content h1 {
  font-size: 48px;
  font-weight: 300;
  margin-bottom: 20px;
}

.bold {
  font-weight: 700;
}

.discover-btn {
  background-color: #fff;
  border: none;
  color: #000;
  padding: 15px 20px;
  border-radius: 12px;
  font-weight: 600;
  display: flex;
  justify-content: flex-end;
  gap: 8px;
  cursor: pointer;
  transition: 0.3s;
}

.discover-btn:hover {
  background-color: #f37021;
  color: #fff;
}

.discover-btnnn {
  background-color: #fff;
  border: none;
  color: #000;
  padding: 10px 20px;
  border-radius: 12px;
  font-weight: 600;
  display: flex;
  justify-content: flex-end;
  gap: 8px;
  cursor: pointer;
  transition: 0.3s;
}

.discover-btnnn:hover {
  background-color: #f37021;
  color: #fff;
}

.slider-arrows {
  position: absolute;
  right: 40px;
  bottom: 40px;
  display: flex;
  gap: 25px;
  z-index: 10;
}

.slider-arrows i {
  font-size: 20px;
  color: #fff;
  cursor: pointer;
  transition: 0.3s;
}

.slider-arrows i:hover {
  color: #f37021;
}

/* RESPONSIVE */
@media (max-width: 992px) {
  .nav-container {
    flex-direction: column;
    gap: 15px;
    padding: 15px 25px;
  }

  .nav-links {
    display: none;
  }

  .menu-toggle {
    display: block;
  }

  .hero-content h1 {
    font-size: 36px;
  }
}

@media (max-width: 768px) {
  .top-bar {
    flex-direction: column;
    text-align: center;
    padding: 10px 0;
  }

  .logo {
    position: static;
    transform: none;
    margin: 10px 0;
  }

  .contact {
    font-size: 14px;
  }

  .social-icons {
    margin-bottom: 8px;
  }
}

@media (max-width: 600px) {
  .hero-content h1 {
    font-size: 28px;
  }

  .discover-btn {
    font-size: 14px;
    padding: 8px 16px;
  }
}

.hero-contentt {
  position: absolute;
  left: 8%;
  bottom: 15%;
  color: #fff;
}

.hero-contentt h1 {
  font-size: 24px;
  font-weight: 100;
  margin-bottom: 20px;
}

/* PROJE SLIDER BÖLÜMÜ */
.projects-slider {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: -40px;
  position: relative;
  padding-bottom: 80px;
}

/* ARKA PLAN */
.slider-container {
  position: relative;
  width: 100%;
  max-width: 1600px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.slider-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 90%;
  max-width: 1500px;
  max-height: 420px;
  transform: translate(-50%, -50%);
  z-index: 0;
  pointer-events: none;
  object-fit: cover;
  border-radius: 40px;
}

/* KARTLAR */
.cards {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 30px;
  position: relative;
  z-index: 2;
  margin-top: -60px;
}

/* KARTLAR GENEL */
.card {
  width: 320px;
  border-radius: 24px;
  overflow: hidden;
  position: relative;
  transition: all 0.4s ease;
}

.card:hover {
  transform: translateY(-5px);
}

.card img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  border-radius: 24px;
}

/* ORTA KART — DAHA BÜYÜK (vitrin etkisi) */
.card-center {
  transform: scale(1.1);
  z-index: 3;
}

/* KART BİLGİLERİ */
.card-info {
  position: absolute;
  bottom: 15px;
  left: 20px;
  color: #fff;
}

.card-info h3 {
  font-size: 20px;
  font-weight: 500;
  margin: 0 0 8px 0;
}

.card-info button {
  background: rgba(255, 255, 255, 0.25);
  border: 1px solid rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  border-radius: 10px;
  padding: 6px 14px;
  color: #fff;
  font-size: 14px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 6px;
  transition: 0.3s;
}

.card-info button:hover {
  background: rgba(255, 255, 255, 0.5);
  color: #000;
}

/* OK TUŞLARI */
.slider-arrows2 {
  text-align: center;
  margin-top: 10px;
  font-size: 22px;
  z-index: 3;
  position: relative;
}

.slider-arrows2 i {
  margin: 0 15px;
  color: #000;
  cursor: pointer;
  transition: 0.3s;
}

.slider-arrows2 i:hover {
  color: #f37021;
}

/* RESPONSIVE TASARIM */
@media (max-width: 992px) {
  .cards {
    gap: 25px !important;
    margin-top: -80px !important;
    padding-top: 0 !important;
  }

  .card {
    width: 320px;
  }

  .card img {
    height: 450px !important;
  }

  .card-center {
    transform: scale(1.05);
  }
}

@media (max-width: 768px) {
  .cards {
    flex-direction: column;
    align-items: center;
    margin-top: 0;
  }

  .card {
    width: 90%;
  }

  .card-center {
    transform: none;
  }

  .slider-arrows2 {
    margin-top: 30px;
  }
}

/* === BAŞLIK BÖLÜMÜ === */
.projects-section {
  background-color: #fff;
  padding: 120px 20px 20px 40px;
  text-align: center;
  font-family: "Sora", sans-serif;
}

.projects-text h2 {
  font-size: 36px;
  font-weight: 600;
  line-height: 58px;
  letter-spacing: -1px;
  color: #000000;
  margin-bottom: 8px;
}

.projects-text p {
  font-size: 25px;
  font-weight: 300;
  line-height: 31px;
  letter-spacing: -1px;
  color: #000000;
  margin-bottom: 0;
  margin-top: -5px;
}

/* === SLIDER === */
.projects-slider {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding-bottom: 60px;
  margin-top: 50px;
}

.slider-container {
  position: relative;
  width: 100%;
  max-width: 1600px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.slider-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 90%;
  max-width: 1500px;
  transform: translate(-50%, -50%);
  z-index: 0;
  pointer-events: none;
}

/* === KARTLAR === */
.cards {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 35px;
  position: relative;
  z-index: 2;
  margin-top: -80px;
}

/* Küçük kartlar (sağ & sol) */
.card.small {
  width: 350px;
  height: 415px;
}

.slider-bg {
  position: absolute;
  top: 70%;
  left: 50%;
  width: 90%;
  max-width: 1500px;
  max-height: 400px;
  transform: translate(-50%, -50%);
  z-index: 0;
  pointer-events: none;
  object-fit: cover;
  border-radius: 36px;
}

.card.large {
  width: 400px;
  height: 480px;
  transform: scale(0.95);
  z-index: 3;
}

.cards .card.large:nth-child(2) {
  position: relative;
  top: 30px;
  bottom: 30px;
}

.card {
  border-radius: 24px;
  overflow: hidden;
  position: relative;
  transition: transform 0.3s ease;
}

.card:hover {
  transform: scale(1.08);
}

.card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 24px;
}

/* === KART YAZILARI === */
.card-info {
  position: absolute;
  bottom: 15px;
  left: 20px;
  color: #fff;
}

.card-info h3 {
  font-size: 20px;
  font-weight: 500;
  margin: 0 0 8px 0;
}

.card-info button {
  background: rgba(255, 255, 255, 0.25);
  border: 1px solid rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  border-radius: 10px;
  padding: 6px 14px;
  color: #fff;
  font-size: 14px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 6px;
  transition: 0.3s;
}

.card-info button:hover {
  background: rgba(255, 255, 255, 0.5);
  color: #000;
}

/* === OK TUŞLARI === */
.slider-arrows2 {
  text-align: center;
  margin-top: 60px;
  font-size: 22px;
  z-index: 3;
  position: relative;
}

.slider-arrows2 i {
  margin: 0 15px;
  color: #000;
  cursor: pointer;
  transition: 0.3s;
}

.slider-arrows2 i:hover {
  color: #f37021;
}

/* === RESPONSIVE === */
@media (max-width: 992px) {
  .cards {
    gap: 25px !important;
    margin-top: -40px;
  }

  .card.small {
    width: 300px;
    height: 380px;
  }

  .card.large {
    width: 400px;
    height: 600px;
  }
}

@media (max-width: 768px) {
  .cards {
    flex-direction: column;
    align-items: center;
    margin-top: 0;
  }

  .card.small,
  .card.large {
    width: 90%;
    height: auto;
    transform: none;
  }

  .slider-arrows2 {
    margin-top: 30px;
  }
}

.promo-banner {
  position: relative;
  max-width: 1350px;
  margin: 60px auto;
  overflow: hidden;
  border-radius: 33px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  min-height: 500px !important;
  height: 500px !important;
}

/* Arka plan */
.banner-bg {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 33px;
  object-fit: cover;
}

.promo-banner .banner-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
  min-height: 500px !important;
  object-fit: cover;
  z-index: 1;
}

.promo-banner video.banner-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
  min-height: 500px !important;
  object-fit: cover;
  border-radius: 33px;
  z-index: 1;
}

/* İçerik */
.banner-content {
  position: absolute;
  top: 50%;
  left: 162px;
  transform: translateY(-50%);
  color: #fff;
  z-index: 2;
}

.banner-content h2 {
  font-size: 40px;
  font-weight: 400;
  line-height: 1.3;
}

.banner-content strong {
  font-weight: 700;
}

/* Play butonu */
.play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.65);
  border: none;
  border-radius: 50%;
  width: 85px;
  height: 85px;
  display: none;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  color: #f37021;
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 3;
}

.play-btn:hover {
  background: rgba(255, 255, 255, 0.85);
  transform: translate(-50%, -50%) scale(1.1);
}

.projects-showcase {
  width: 90%;
  max-width: 1600px;
  margin: 100px auto;
}

.projects-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 25px;
}

.header-text h2 {
  font-size: 28px;
  font-weight: 700;
  margin: 0;
}

.header-text p {
  font-size: 18px;
  margin: 5px 0 0;
  color: #333;
}

/* Tümünü Gör Butonu */

.smart-card {
  flex: 0 0 300px;
  height: 350px;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  transition: transform 0.3s ease;
}

.smart-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
  transition: filter 0.4s ease, opacity 0.4s ease;
}

/* Görsel taşarsa flu olacak */
.smart-card.blurred img {
  filter: blur(4px);
  opacity: 0.6;
}

/* Oklar */
.smart-arrows {
  display: flex;
  justify-content: center;
  gap: 35px;
  margin-top: 25px;
}

.smart-arrows i {
  font-size: 22px;
  cursor: pointer;
  color: #000;
  transition: color 0.3s ease;
}

.smart-arrows i:hover {
  color: #f37021;
}

.smart-card .hero-contentt .discover-btn,
.smart-card .discover-btn {
  position: absolute !important;
  right: 5px !important;
  left: auto !important;
  bottom: 10px !important;
  background: rgba(255, 255, 255, 0.25) !important;
  border: 1px solid rgba(255, 255, 255, 0.3) !important;
  backdrop-filter: blur(6px) !important;
  -webkit-backdrop-filter: blur(6px) !important;
  border-radius: 10px !important;
  padding: 6px 14px !important;
  color: #fff !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  display: flex !important;
  align-items: center !important;
  gap: 6px !important;
  cursor: pointer !important;
  transition: 0.3s !important;
  transform: none !important;
}

/* Masaüstü için özel kural */
@media (min-width: 992px) {
  .smart-card .hero-contentt .discover-btn,
  .smart-card .discover-btn {
    right: 5px !important;
    left: auto !important;
  }
}

.smart-card .hero-contentt .discover-btn:hover,
.smart-card .discover-btn:hover {
  background: rgba(255, 255, 255, 0.5) !important;
  color: #000 !important;
}

.future-step {
  width: 100%;
  padding: 80px 0;
}

.future-container {
  width: 80%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 60px;
  flex-wrap: wrap;
  transform: translate(70px, -90px);
}

/* Sol taraf (yazı alanı) */
.future-text {
  flex: 1;
  max-width: 45%;
  transform: translate(-15px, -50px);
}

.future-text h2 {
  font-size: 40px;
  font-weight: 800;
  margin-bottom: 20px;
}

.future-text h2 span {
  color: #f37021;
  font-family: 'Shadows Into Light', cursive;
  font-weight: 400;
  font-size: 36px;
  display: inline-block;
  margin-left: 5px;
}

.future-text p {
  font-size: 20px;
  line-height: 1.6;
  color: #333;
  margin-bottom: 25px;
}

.future-text .discover-btn {
  background-color: #fff;
  border: none;
  color: #aaa;
  padding: 10px 20px;
  border-radius: 12px;
  font-weight: 600;
  cursor: pointer;
  transition: 0.3s;
}

.future-text .discover-btn:hover {
  background-color: #f37021;
  color: #fff;
}

.future-visuals {
  width: 60%;
  display: flex;
  justify-content: center;
  margin-top: 60px;
}

.future-visuals-container {
  position: relative;
  width: 500px;
  height: 510px;
  transform: translateX(70px, -100px);
}

/* Sol görsel */
.visual-left img {
  width: 400px;
  height: 400px;
  border-radius: 25px;
  object-fit: cover;
  background: linear-gradient(to top, rgba(243,112,33,0.7), transparent);
  position: absolute;
  left: 40px;
  top: 0;
  z-index: 1;
}

/* Sağ görsel */
.visual-right img {
  width: 400px;
  height: 400px;
  border-radius: 25px;
  border: none;
  object-fit: cover;
  background: linear-gradient(to top, rgba(243,112,33,0.7), transparent);
  position: absolute;
  right: 60px;
  top: 20px;
  z-index: 2;
  transform: none;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

.future-text h2 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 16px;
  color: #000;
  line-height: 1.3;
}

.future-text .adim {
  color: #f37021;
  font-family: 'Shadows Into Light', cursive;
  font-size: 32px;
  font-weight: 400;
  position: relative;
  display: inline-block;
  margin-left: 5px;
}

/* Altındaki el yazısı çizgisi */
.underline {
  position: absolute;
  bottom: -10px;
  left: 0;
  transform: rotate(4.37deg);
}

.visual-right img {
  width: 400px;
  height: 400px;
  border-radius: 25px;
  border: none;
  object-fit: cover;
  position: absolute;
  right: -30px;
  top: -10px;
  transform: rotate(3deg);
  box-shadow: 0 4px 10px rgba(0,0,0,0.15);
}

.future-visuals-container {
  position: relative;
  width: 600px;
  height: 550px;
  overflow: visible;
  transform: translate(-10px, 10px);
}

.project-mapp {
  margin-top: -120px;
  position: relative;
  padding-left: 40px;
  padding-top: 5px;
  padding-bottom: 0;
}

.project-listt {
  margin-left: 120px;
  margin-top: 0;
  margin-bottom: 0;
}

.project-listt h1 {
  font-size: 36px;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 5px;
}

.project-listt p {
  font-size: 20px;
  color: #666;
  margin-top: 0;
  margin-bottom: 0;
}

.discover-btnnn {
  position: absolute;
  right: 60px;
  margin-top: -60px;
  height: 40px;
}

.project-map {
  margin-top: 20px;
  margin-bottom: 80px;
  padding-top: 10px;
  position: relative;
}

.project-map-container {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 40px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 40px;
  position: relative;
  z-index: 1;
  box-sizing: border-box;
}

.project-list-wrapper {
  flex: 0 0 400px;
  min-width: 400px;
  max-width: 400px;
  height: calc((185px + 25px) * 2 + 92px);
  overflow: hidden;
  position: relative;
}

/* Proje listesi container - sadece 3 kart görünecek */
.project-list-wrapper {
  flex: 1;
  position: relative;
  overflow: hidden;
  height: 578px;
  max-height: 578px;
}

.project-list {
  display: flex;
  flex-direction: column;
  gap: 25px;
  overflow-y: scroll;
  overflow-x: hidden;
  position: relative;
  scrollbar-width: none;
  -ms-overflow-style: none;
  padding-right: 8px;
  padding-bottom: 0;
  scroll-behavior: smooth;
  height: 578px;
  width: 100%;
}

.project-list::-webkit-scrollbar {
  display: none;
}

/* 3. kartın altında blur efekti - harita tarafına taşan alan da blur olacak, yumuşak geçiş */
.project-map-container {
  position: relative;
}

.project-map-container::after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 0;
  right: 0;
  height: 140px;
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.15) 15%,
    rgba(255, 255, 255, 0.35) 35%,
    rgba(255, 255, 255, 0.6) 55%,
    rgba(255, 255, 255, 0.8) 70%,
    rgba(255, 255, 255, 0.92) 85%,
    rgba(255, 255, 255, 1) 100%
  );
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  pointer-events: none;
  z-index: 15;
  mask-image: linear-gradient(to bottom, transparent 0%, rgba(0,0,0,0.25) 15%, rgba(0,0,0,0.5) 35%, rgba(0,0,0,0.75) 60%, black 100%);
  -webkit-mask-image: linear-gradient(to bottom, transparent 0%, rgba(0,0,0,0.25) 15%, rgba(0,0,0,0.5) 35%, rgba(0,0,0,0.75) 60%, black 100%);
}

.project-list-wrapper::after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 0;
  right: 8px; /* Padding ile uyumlu - kart genişliği kadar */
  height: 140px;
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.15) 15%,
    rgba(255, 255, 255, 0.35) 35%,
    rgba(255, 255, 255, 0.6) 55%,
    rgba(255, 255, 255, 0.8) 70%,
    rgba(255, 255, 255, 0.92) 85%,
    rgba(255, 255, 255, 1) 100%
  );
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  pointer-events: none;
  z-index: 10;
  mask-image: linear-gradient(to bottom, transparent 0%, rgba(0,0,0,0.25) 15%, rgba(0,0,0,0.5) 35%, rgba(0,0,0,0.75) 60%, black 100%);
  -webkit-mask-image: linear-gradient(to bottom, transparent 0%, rgba(0,0,0,0.25) 15%, rgba(0,0,0,0.5) 35%, rgba(0,0,0,0.75) 60%, black 100%);
}

.project-card {
  background: transparent !important;
  border-radius: 0;
  box-shadow: none;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: none;
  cursor: pointer;
  flex-shrink: 0;
  flex-grow: 0;
  flex-basis: auto;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  min-height: calc(120px + 56px); /* görsel + bilgi alanı */
}

.project-card:hover {
  box-shadow: none;
}

.project-card.active {
  box-shadow: none;
}

.project-card img {
  width: 100%;
  height: 120px;
  object-fit: cover;
  background: transparent;
  border-radius: 14px;
  display: block;
  overflow: hidden;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
}

.project-info {
  padding: 8px 15px;
  flex: 1;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  background: transparent !important;
  margin-top: 8px;
  margin-bottom: 8px;
  min-height: 40px;
  position: relative;
}

.project-info-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  background: transparent;
}

.project-info h2, .project-info h3 {
  font-size: 16px;
  font-weight: 600;
  margin: 0;
  line-height: 1.3;
  flex: 1;
  display: flex;
  align-items: center;
}

.project-info span {
  font-size: 14px;
  color: #777;
  display: none;
}

/* Proje haritası bölümündeki butonları yukarı taşı - görsel ile arasında çok az boşluk */
.project-map .project-card img {
  margin-bottom: 0;
}

.project-map .project-info {
  margin-top: -4px !important;
  margin-bottom: 0 !important;
  padding: 0 15px 0 15px !important;
}

.project-map .project-card .view-btn {
  margin-top: -10px !important;
  margin-bottom: 0 !important;
  position: relative;
  top: -6px;
}

.view-btn {
  background-color: #f3f3f3;
  border: none;
  color: #666;
  padding: 8px 14px;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 500;
  margin: 0;
  margin-left: auto;
  cursor: pointer;
  transition: 0.3s;
  flex-shrink: 0;
  align-self: center;
  height: fit-content;
  display: inline-flex;
  align-items: center;
}

.view-btn:hover {
  background-color: #f37021;
  color: #fff;
}

.project-map-frame {
  flex: 1;
  position: relative;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
  height: 500px;
  min-width: 0;
}

.project-map-frame img,
.project-map-frame iframe {
  width: 100%;
  height: 100%;
  border: none;
  object-fit: cover;
}

.discover-btnnn {
  transform: translate(1270px, -90px);
  height: 40px;
}

.project-listt {
  transform: translate(120px);
  margin-left: -40px;
}

.project-listt p {
  font-size: 20px;
}

.project-mapp {
  transform: translate(0, -180px);
}

.project-map {
  transform: translateY(-180px);
  margin-bottom: 40px !important;
  padding-bottom: 0;
  position: relative;
  z-index: 1;
  margin-top: 40px !important;
}

/* Proje haritası container'ına margin-top ekle - çakışmayı önlemek için */
.project-map .project-map-container {
  margin-top: 100px !important;
}

/* === BLOG ANA BÖLÜM === */
.blog-section {
  width: 100%;
  background-color: #d46c12;
  background-image: url('image/home/Group 198.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-top: -20px !important;
  color: #fff;
  padding: 40px 0 80px 0;
  overflow: hidden;
  transition: padding 0.3s ease;
  clear: both;
  position: relative;
  z-index: 2;
}

.blog-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-left: 100px;
  gap: 60px;
  flex-wrap: wrap;
  transition: all 0.3s ease;
}

/* === SOL YAZI ALANI === */
.blog-text {
  flex: 1;
  min-width: 280px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.blog-text h2 {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 15px;
}

.blog-text p {
  font-size: 18px;
  line-height: 1.5;
  max-width: 450px;
  margin-bottom: 25px;
}

/* === OKLAR === */
.blog-arrows {
  display: flex;
  gap: 20px;
  margin-top: 10px;
  align-items: center;
}

.arrow-btn {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background-color: transparent;
  position: relative;
  transition: all 0.3s ease;
  z-index: 1000 !important;
  pointer-events: auto !important;
  touch-action: manipulation !important;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-touch-callout: none;
  user-select: none;
}

.arrow-btn:active,
.arrow-btn:focus {
  transform: scale(0.95);
  outline: none;
}

.blog-swiper-button-next,
.blog-swiper-button-prev {
  z-index: 1000 !important;
  pointer-events: auto !important;
  touch-action: manipulation !important;
  cursor: pointer !important;
  position: relative !important;
}

.arrow-btn img {
  width: 26px;
  height: 26px;
  object-fit: contain;
  transition: filter 0.3s ease, transform 0.3s ease;
  z-index: 2;
  position: relative;
}

.arrow-btn::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background-color: transparent;
  transition: all 0.3s ease;
  z-index: 1;
}

.arrow-btn:hover::before {
  background-color: #d46c12;
  box-shadow: 0 0 0 2px #d46c12;
  transform: scale(1.15);
}

.arrow-btn:hover img {
  filter: brightness(0);
  transform: scale(1.05);
}

/* === SLIDER === */
.blog-slider {
  flex: 2;
  margin-right: 0;
  overflow: hidden;
  position: relative;
  z-index: 1;
  touch-action: pan-x pan-y;
}

.blog-section .swiper {
  width: 100%;
  cursor: grab;
  user-select: none;
  overflow: visible;
  touch-action: pan-x pan-y;
  -webkit-overflow-scrolling: touch;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.blog-section .swiper-wrapper {
  touch-action: pan-x pan-y;
  -webkit-overflow-scrolling: touch;
}

.blog-section .swiper-slide {
  touch-action: pan-x pan-y;
}

/* === KART TASARIMI === */
.blog-section .swiper-slide {
  background: #ffffff;
  color: #000;
  border-radius: 20px;
  overflow: hidden;
  width: 350px;
  height: 380px;
  flex-shrink: 0;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.blog-section .swiper-slide:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

.slide-image {
  width: 100%;
  height: 280px;
  overflow: hidden;
  border-radius: 20px;
}

.slide-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.slide-content {
  background-color: #fcfcfc;
  padding: 10px 15px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.slide-content h3 {
  font-size: 18px;
  font-weight: 600;
  color: #333;
}

.slide-button {
  background: #DEDEDE;
  border: 1px solid #DEDEDE;
  border-radius: 20px;
  padding: 6px 20px;
  color: #fff;
  font-size: 14px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  transition: 0.3s;
  text-decoration: none;
  font-weight: 400;
  min-width: 80px;
  min-height: 32px;
  box-sizing: border-box;
}

.slide-button:hover {
  background: rgba(255, 255, 255, 0.5);
  color: #000;
}

.slide-button i {
  color: #fff;
}

.slide-button:hover i {
  color: #000;
}

/* === RESPONSIVE === */
@media (max-width: 992px) {
  .blog-section { 
    padding: 60px 0; 
  }
  .blog-container {
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 0 40px;
    gap: 40px;
  }
  .blog-text { 
    order: 1; 
    margin-bottom: 20px; 
    align-items: center; 
  }
  .blog-slider { 
    order: 2; 
    justify-content: center; 
    width: 100%; 
  }
  .blog-section .swiper-slide { 
    width: 280px; 
    height: 330px; 
  }
  .blog-text h2 { 
    font-size: 40px; 
  }
}

@media (max-width: 768px) {
  .project-map {
    margin-bottom: 0 !important;
  }
  
  .blog-section { 
    padding: 40px 0;
    margin-top: 40px !important;
  }
  .blog-text h2 { 
    font-size: 28px;
    font-weight: 600;
  }
  .blog-text p { 
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 20px; 
  }
  .slide-content h3 {
    font-size: 16px;
    font-weight: 500;
  }
  .blog-arrows { 
    justify-content: center; 
    margin-top: 15px; 
  }
  .arrow-btn { 
    width: 45px; 
    height: 45px; 
  }
  .arrow-btn img { 
    width: 20px; 
  }
  .blog-section .swiper-slide { 
    width: 280px; 
    height: 330px; 
  }
}

@media (max-width: 480px) {
  .project-map {
    margin-bottom: 0 !important;
  }
  
  .blog-section { 
    padding: 30px 0;
    margin-top: -120px !important;
  }
  .blog-text h2 { 
    font-size: 24px;
    font-weight: 600;
  }
  .blog-text p { 
    font-size: 14px;
    font-weight: 400;
  }
  .slide-content h3 {
    font-size: 14px;
    font-weight: 500;
  }
  .blog-section .swiper-slide { 
    width: 250px; 
    height: 260px; 
  }
  .arrow-btn { 
    width: 40px; 
    height: 40px; 
  }
  .arrow-btn img { 
    width: 18px; 
  }
}

/* Süreç Alanı - 01 02 03 04 yapısı */
.process-section-wrapper {
  padding: 60px 0 160px 0;
  width: 100%;
  overflow: hidden;
}

/* Index.php için process section blog.php ile aynı olacak */
body.index-page .process-section-wrapper {
  padding: 60px 0 160px 0;
}

.process-container {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
  background-color: #f7f8fA;
  border-radius: 20px;
  padding: 30px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  position: relative;
  border: none !important;
  transition: none;
}

.process-steps-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 10;
}

.step-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 10px;
  cursor: pointer;
  flex: 1;
}

.step-number {
  width: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 50%;
  background-color: #f0f0f0;
  color: #000000;
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 10px;
  transition: background-color 0.3s, color 0.3s;
}

.step-text {
  font-size: 15px;
  font-weight: 600;
  color: #333333;
  transition: color 0.3s;
}

.step-item.active .step-number,
.step-item:hover .step-number {
  background-color: #d87019;
  color: #ffffff;
}

.step-item.active .step-text,
.step-item:hover .step-text {
  color: #000000;
}

.step-descriptions-wrapper {
  position: relative;
  height: 0;
  z-index: 5;
}

.description-box {
  position: absolute;
  width: 280px; 
  padding: 20px;
  background-color: #d87019; 
  color: #f7f8fa;
  border-radius: 8px;
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2);
  top: 20px;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease, transform 0.4s ease;
  transform: translateY(10px);
  font-size: 15px;
  line-height: 1.4;
  font-weight: 400;
}

.description-box.visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.description-box::before {
  content: '';
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #d87019;
}

/* Responsive Süreç Alanı */
@media (max-width: 991px) {
  .process-container {
    padding: 20px;
    width: 95%;
  }
  .process-steps-header {
    flex-wrap: wrap;
    gap: 10px;
  }
  .step-item {
    flex: 1 1 45%;
    margin-bottom: 10px;
  }
  .step-number {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 13px;
  }
  .step-text {
    font-size: 13px;
  }
  .description-box {
    width: 90%;
    left: 50% !important;
    transform: translateX(-50%) translateY(10px);
  }
  .description-box.visible {
    transform: translateX(-50%) translateY(0);
  }
}
/* ============================= */
/*    SADECE RESPONSIVE EKLEMELERİ   */
/* ============================= */

/* Tablet görünümü (max-width: 992px) */
@media (max-width: 992px) {

  /* Navbar */
  .navbar {
    width: 90%;
    padding: 10px 20px;
    border-radius: 20px;
    top: 40px;
  }

  /* Hero - Güncellenmiş kod yukarıda */

  .hero-content {
    left: 3% !important;
    bottom: -8% !important;
  }

  .hero-content h1 {
    font-size: 34px !important;
  }

  .discover-btn {
    font-size: 15px;
    padding: 12px 18px;
  }

  /* Proje kartları */
  .cards {
    gap: 25px !important;
    margin-top: -30px;
  }

  .card.small {
    width: 300px;
    height: 360px;
  }

  .card.large {
    width: 360px;
    height: 440px;
  }

  .projects-text h2 {
    font-size: 30px;
  }

  .projects-text p {
    font-size: 18px;
  }

  /* Future step */
  .future-step {
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    overflow-x: hidden !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-top: 60px !important;
    box-sizing: border-box !important;
  }

  .future-container {
    flex-direction: column !important;
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 0 !important;
    padding-right: 15px !important;
    gap: 40px;
    margin: 30px 0 0 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-top: 30px !important;
    margin-bottom: 0 !important;
    box-sizing: border-box !important;
  }

  .future-text {
    max-width: 85% !important;
    width: 85% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-top: 0 !important;
    padding-top: 10px !important;
    padding-left: 20px !important;
    padding-right: 0 !important;
    box-sizing: border-box !important;
  }

  .future-text h2 {
    font-size: 22px;
  }

  .future-text p {
    font-size: 16px;
    line-height: 1.8 !important;
    padding-bottom: 20px !important;
    margin-bottom: 10px !important;
  }

  .future-visuals {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-top: -20px !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .future-visuals-container {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 30px !important;
    align-items: center !important;
    transform: none !important;
    margin-left: 0 !important;
    margin-top: -20px !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .visual-left,
  .visual-right {
    position: relative !important;
    width: 100% !important;
    display: flex !important;
    justify-content: center !important;
  }

  .visual-left img,
  .visual-right img {
    width: 95% !important;
    max-width: 600px !important;
    height: auto !important;
    min-height: 500px !important;
    aspect-ratio: 1 / 1 !important;
    position: relative !important;
    left: 0 !important;
    right: auto !important;
    top: auto !important;
    bottom: auto !important;
    margin: 0 auto !important;
    transform: none !important;
    rotate: 0deg !important;
    object-fit: cover !important;
  }

  /* Blog */
  .blog-section {
    padding: 60px 20px;
    margin-top: 40px !important;
  }

  .blog-text h2 {
    font-size: 36px;
  }

  .blog-text p {
    font-size: 16px;
  }

  .blog-section .swiper-slide {
    width: 280px;
    height: 330px;
  }

  .blog-arrows {
    justify-content: center;
    gap: 25px;
  }

  /* Proje haritası */
  .project-map-container {
    flex-direction: column;
    gap: 25px;
    padding: 0 20px;
  }

  .project-list-wrapper {
    max-width: 100%;
    height: auto;
    max-height: 400px;
    margin-top: -30px !important;
  }

  .project-map-frame {
    height: 400px;
  }
}

/* Mobil görünüm (max-width: 768px) */
@media (max-width: 768px) {

  /* Hero - Güncellenmiş kod yukarıda */

  .hero-content {
    left: 3% !important;
    bottom: -8% !important;
  }

  .hero-content h1 {
    font-size: 26px !important;
  }

  .discover-btn {
    font-size: 13px;
    padding: 10px 16px;
  }

  /* Kartlar */
  .cards {
    flex-direction: column;
    align-items: center;
    gap: 25px;
    margin-top: 0;
  }

  .card.small,
  .card.large {
    width: 90%;
    height: auto;
  }

  .slider-arrows2 {
    margin-top: 30px;
  }

  /* Smart slider */
  .smart-slider {
    margin: 40px auto;
  }

  .smart-track {
    padding: 0 2%;
    gap: 15px;
  }

  .smart-card {
    flex: 0 0 200px;
    height: 260px;
  }

  .smart-card .hero-contentt h1 {
    font-size: 18px;
  }

  .smart-card .discover-btn {
    right: 15px !important;
    left: auto !important;
    bottom: 10px;
    padding: 8px 12px;
    font-size: 12px;
  }

  /* Future step */
  .future-step {
    padding: 60px 0 80px 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-top: 60px !important;
    width: 100% !important;
    max-width: 100% !important;
    overflow-x: hidden !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    box-sizing: border-box !important;
  }

  .future-container {
    margin: 30px 0 0 0 !important;
    padding-left: 0 !important;
    padding-right: 15px !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-top: 30px !important;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
  }

  .future-text {
    margin-top: 0 !important;
    padding-top: 10px !important;
    padding-left: 20px !important;
    padding-right: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: 85% !important;
    max-width: 85% !important;
    box-sizing: border-box !important;
  }

  .future-text h2 {
    font-size: 20px;
  }

  .future-text .adim {
    font-size: 26px;
  }

  .future-text p {
    font-size: 15px;
    line-height: 1.8 !important;
    padding-bottom: 20px !important;
    margin-bottom: 10px !important;
  }

  .future-visuals {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-top: -20px !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .future-visuals-container {
    height: auto !important;
    max-width: 100% !important;
    width: 100% !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 25px !important;
    align-items: center !important;
    transform: none !important;
    margin-left: 0 !important;
    margin-top: -20px !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .visual-left,
  .visual-right {
    position: relative !important;
    width: 100% !important;
    display: flex !important;
    justify-content: center !important;
  }

  .visual-left img,
  .visual-right img {
    width: 95% !important;
    max-width: 600px !important;
    height: auto !important;
    min-height: 500px !important;
    aspect-ratio: 1 / 1 !important;
    position: relative !important;
    left: 0 !important;
    right: auto !important;
    top: auto !important;
    bottom: auto !important;
    margin: 0 auto !important;
    transform: none !important;
    rotate: 0deg !important;
    object-fit: cover !important;
  }

  /* Blog */
  .blog-container {
    flex-direction: column;
    text-align: center;
    padding: 0 20px;
  }

  .blog-text h2 {
    font-size: 28px;
  }

  .blog-text p {
    font-size: 14px;
  }

  .slide-content h3 {
    font-size: 15px;
  }

  /* Proje Haritası */
  .project-listt {
    text-align: left !important;
    margin-left: -40px !important;
  }

  .project-listt h1 {
    font-size: 24px;
  }

  .project-listt p {
    font-size: 15px;
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }

  .project-map-frame {
    height: 320px;
  }

  .see-all-map {
    margin-left: -40px !important;
    justify-content: flex-start !important;
  }
}

/* Küçük mobil (max-width: 480px) */
@media (max-width: 480px) {

  /* Hero - Güncellenmiş kod yukarıda */

  .hero-content h1 {
    font-size: 22px !important;
  }

  .discover-btn {
    font-size: 12px;
    padding: 8px 14px;
  }

  /* Kartlar */
  .cards {
    gap: 25px !important;
  }

  .card.small,
  .card.large {
    width: 95%;
  }

  .projects-text h2 {
    font-size: 22px;
  }

  .projects-text p {
    font-size: 14px;
  }

  /* Smart slider */
  .smart-card {
    flex: 0 0 180px;
    height: 240px;
  }

  .smart-card .hero-contentt h1 {
    font-size: 16px;
  }

  /* Future step */
  .future-step {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-top: 60px !important;
    width: 100% !important;
    max-width: 100% !important;
    overflow-x: hidden !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    box-sizing: border-box !important;
  }

  .future-container {
    margin: 30px 0 0 0 !important;
    padding-left: 0 !important;
    padding-right: 15px !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-top: 30px !important;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
  }

  .future-text {
    margin-top: 0 !important;
    padding-top: 10px !important;
    padding-left: 20px !important;
    padding-right: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: 85% !important;
    max-width: 85% !important;
    box-sizing: border-box !important;
  }

  .future-text h2 {
    font-size: 18px;
  }

  .future-text .adim {
    font-size: 22px;
  }

  .future-text p {
    font-size: 14px;
    line-height: 1.8 !important;
    padding-bottom: 20px !important;
    margin-bottom: 10px !important;
  }

  .future-visuals {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-top: -20px !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .future-visuals-container {
    height: auto !important;
    max-width: 100% !important;
    width: 100% !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 20px !important;
    align-items: center !important;
    transform: none !important;
    margin-left: 0 !important;
    margin-top: -20px !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .visual-left,
  .visual-right {
    position: relative !important;
    width: 100% !important;
    display: flex !important;
    justify-content: center !important;
  }

  .visual-left img,
  .visual-right img {
    width: 95% !important;
    max-width: 600px !important;
    height: auto !important;
    min-height: 500px !important;
    aspect-ratio: 1 / 1 !important;
    position: relative !important;
    left: 0 !important;
    right: auto !important;
    top: auto !important;
    bottom: auto !important;
    margin: 0 auto !important;
    transform: none !important;
    rotate: 0deg !important;
    object-fit: cover !important;
  }

  /* Proje Haritası */
  .project-map {
    margin-bottom: 0 !important;
  }
  
  /* Blog */
  .blog-section {
    padding: 30px 10px;
    margin-top: 40px !important;
  }

  .blog-text h2 {
    font-size: 24px;
  }

  .blog-text p {
    font-size: 13px;
  }

  .blog-section .swiper-slide {
    width: 250px;
    height: 260px;
  }

  .arrow-btn {
    width: 40px;
    height: 40px;
  }

  .arrow-btn img {
    width: 18px;
  }

  /* Proje Haritası */
  .project-map-frame {
    height: 450px;
  }
  
  .project-map-frame iframe {
    height: 450px !important;
  }

  .project-list-wrapper {
    max-height: 300px;
  }

  .view-btn {
    font-size: 12px;
    padding: 6px 10px;
  }
}
/* === Satışa Açık Projeler - Mobil Kart Düzeltme === */
/* Tüm mobil breakpoint'lerde aynı gap değeri */
@media (max-width: 991px) {
  .cards {
    gap: 25px !important;
  }

  /* Mobilde kartların binmesini önle */
  .cards .card.large:nth-child(2),
  .cards .card.large {
    top: 0 !important;
    bottom: 0 !important;
    transform: none !important;
    position: relative !important;
  }

  .card {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    top: 0 !important;
    bottom: 0 !important;
  }
}

@media (max-width: 768px) {
  .cards {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 25px !important;
    margin-top: -120px !important;
    margin-bottom: 0 !important;
    padding-top: 0 !important;
  }

  .card {
    width: 95% !important;
    max-width: 380px !important;
    margin: 0 auto !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    position: relative !important;
    transform: none !important;
    top: 0 !important;
    bottom: 0 !important;
    left: auto !important;
    right: auto !important;
  }

  .card.small,
  .card.large {
    height: auto !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    top: 0 !important;
    bottom: 0 !important;
    transform: none !important;
  }

  /* Large kartlar için özel ayarları kaldır */
  .cards .card.large:nth-child(2),
  .cards .card.large {
    top: 0 !important;
    bottom: 0 !important;
    transform: none !important;
    position: relative !important;
  }

  .card img {
    height: 450px !important;
    object-fit: cover;
    width: 100%;
  }
}

@media (max-width: 480px) {
  .cards {
    gap: 25px !important;
    margin-top: -120px !important;
    margin-bottom: 0 !important;
    padding-top: 0 !important;
  }

  .card {
    width: 95% !important;
    max-width: 360px !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    top: 0 !important;
    bottom: 0 !important;
    transform: none !important;
  }

  .card.small,
  .card.large {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    top: 0 !important;
    bottom: 0 !important;
    transform: none !important;
  }

  .cards .card.large:nth-child(2),
  .cards .card.large {
    top: 0 !important;
    bottom: 0 !important;
    transform: none !important;
    position: relative !important;
  }

  .card img {
    height: 420px !important;
    object-fit: cover;
    width: 100%;
  }
}

@media (max-width: 400px) {
  .cards {
    gap: 25px !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .card {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    top: 0 !important;
    bottom: 0 !important;
    transform: none !important;
  }

  .cards .card.large:nth-child(2),
  .cards .card.large {
    top: 0 !important;
    bottom: 0 !important;
    transform: none !important;
    position: relative !important;
  }
}

@media (max-width: 360px) {
  .cards {
    gap: 25px !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .card {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    top: 0 !important;
    bottom: 0 !important;
    transform: none !important;
  }

  .cards .card.large:nth-child(2),
  .cards .card.large {
    top: 0 !important;
    bottom: 0 !important;
    transform: none !important;
    position: relative !important;
  }
}

/* === Mobil Responsive İyileştirmeleri - Görüntüler Tam Görünsün === */
@media (max-width: 991px) {
  /* Global fix - tüm sayfalar için sola kaymayı önle */
  * {
    box-sizing: border-box !important;
  }
  
  html {
    font-size: 18px !important;
  }
  
  body {
    font-size: 16px !important;
    line-height: 1.6 !important;
  }
  
  /* Tüm text elementleri için minimum font size */
  p, span, div, li, td, th, a, label, input, textarea, select, button {
    font-size: 15px !important;
    line-height: 1.6 !important;
  }
  
  h1 {
    font-size: 28px !important;
    line-height: 1.3 !important;
  }
  
  h2 {
    font-size: 24px !important;
    line-height: 1.3 !important;
  }
  
  h3 {
    font-size: 20px !important;
    line-height: 1.4 !important;
  }
  
  h4 {
    font-size: 18px !important;
    line-height: 1.4 !important;
  }
  
  h5 {
    font-size: 16px !important;
    line-height: 1.5 !important;
  }
  
  h6 {
    font-size: 15px !important;
    line-height: 1.5 !important;
  }
  
  html, body {
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    left: 0 !important;
    right: 0 !important;
    transform: none !important;
    width: 100% !important;
    max-width: 100% !important;
    position: relative !important;
    overflow-x: hidden !important;
  }
  
  .container,
  .container-fluid,
  .wrapper,
  .content-wrapper,
  .main-wrapper,
  .page-wrapper,
  section:not(.hero):not(.mobile-menu-overlay):not(.blog-section):not(.project-map),
  main,
  article,
  div[class*="container"],
  div[class*="wrapper"] {
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    left: 0 !important;
    right: 0 !important;
    transform: none !important;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
  }
  
  /* Anasayfa mobil CSS'lerini koru */
  .blog-section {
    margin-top: 40px !important;
  }
  
  .project-map {
    margin-bottom: 0 !important;
  }
  
  .project-map-frame {
    height: 450px !important;
  }
  
  .project-map-frame iframe {
    height: 450px !important;
  }
  
  /* Header wrapper mobilde boşluk olmasın */
  .header-wrapperr {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
  }

  /* Hero section mobilde tüm sayfayı kaplasın - yukarıdan boşluk yok */
  .hero {
    width: 100vw !important;
    max-width: 100% !important;
    margin: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding: 0 !important;
    border-radius: 0 !important;
    position: relative !important;
    overflow: hidden !important;
    height: 100vh !important;
    min-height: 100vh !important;
    top: 0 !important;
  }

  /* Hero görüntü/video mobilde tüm sayfayı kaplasın - yukarıdan boşluk yok */
  .hero-img,
  .hero .hero-img,
  .hero-video,
  .hero .hero-video,
  .hero video.hero-img {
    width: 100vw !important;
    max-width: 100% !important;
    height: 100vh !important;
    min-height: 100vh !important;
    object-fit: cover !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    z-index: 1 !important;
    transform: none !important;
    border-radius: 0 !important;
    margin: 0 !important;
    margin-top: 0 !important;
    padding: 0 !important;
  }

  /* Hero content mobilde optimize */
  .hero-content {
    z-index: 10 !important;
    position: relative !important;
  }

  body {
    overflow-x: hidden !important;
    padding-top: 0 !important;
    margin-top: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    left: 0 !important;
    right: 0 !important;
    transform: none !important;
    position: relative !important;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
  }

  html {
    overflow-x: hidden !important;
    padding-top: 0 !important;
    margin-top: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    left: 0 !important;
    right: 0 !important;
    transform: none !important;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
  }
  
  /* Tüm container wrapper'ları düzelt */
  * {
    box-sizing: border-box !important;
  }
  
  .container,
  .container-fluid,
  .wrapper,
  .content-wrapper,
  .main-wrapper,
  .page-wrapper,
  section,
  main,
  article {
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    left: 0 !important;
    right: 0 !important;
    transform: none !important;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
  }

  /* Body ve HTML'den gelen boşlukları kaldır */
  body.index-page {
    padding-top: 0 !important;
    margin-top: 0 !important;
  }

  /* Kart görüntüleri mobilde tam görünsün */
  .card img {
    width: 100% !important;
    height: 350px !important;
    object-fit: cover;
    display: block;
  }

  /* Promo banner görüntüsü mobilde tam görünsün */
  .promo-banner {
    margin: 40px 15px;
    max-width: calc(100% - 30px);
  }

  .banner-bg {
    width: 100%;
    height: auto;
    min-height: 500px;
    object-fit: cover;
  }

  .banner-content {
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
  }

  .banner-content h2 {
    font-size: 24px;
    line-height: 1.4;
  }

  .play-btn {
    width: 60px;
    height: 60px;
    font-size: 20px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }

  /* Smart slider kartları mobilde görünsün */
  .smart-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

  /* Future step görüntüleri mobilde görünsün */
  .future-visuals-container img,
  .visual-left img,
  .visual-right img {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
  }

  /* Project map görüntüleri mobilde görünsün */
  .project-card img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    display: block;
  }

  /* Blog görüntüleri mobilde görünsün */
  .blog-section .slide-image img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    display: block;
  }
}

@media (max-width: 768px) {
  /* Global fix - tüm sayfalar için sola kaymayı önle */
  * {
    box-sizing: border-box !important;
  }
  
  /* Mobil font boyutları - tüm sayfalar için */
  html {
    font-size: 18px !important;
  }
  
  body {
    font-size: 16px !important;
    line-height: 1.6 !important;
  }
  
  /* Tüm text elementleri için minimum font size */
  p, span, div, li, td, th, a, label, input, textarea, select, button {
    font-size: 15px !important;
    line-height: 1.6 !important;
  }
  
  h1 {
    font-size: 28px !important;
    line-height: 1.3 !important;
  }
  
  h2 {
    font-size: 24px !important;
    line-height: 1.3 !important;
  }
  
  h3 {
    font-size: 20px !important;
    line-height: 1.4 !important;
  }
  
  h4 {
    font-size: 18px !important;
    line-height: 1.4 !important;
  }
  
  h5 {
    font-size: 16px !important;
    line-height: 1.5 !important;
  }
  
  h6 {
    font-size: 15px !important;
    line-height: 1.5 !important;
  }
  
  html, body {
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    left: 0 !important;
    right: 0 !important;
    transform: none !important;
    width: 100% !important;
    max-width: 100% !important;
    position: relative !important;
    overflow-x: hidden !important;
  }
  
  .container,
  .container-fluid,
  .wrapper,
  .content-wrapper,
  .main-wrapper,
  .page-wrapper,
  section:not(.hero):not(.mobile-menu-overlay):not(.blog-section):not(.project-map),
  main,
  article,
  div[class*="container"],
  div[class*="wrapper"] {
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    left: 0 !important;
    right: 0 !important;
    transform: none !important;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
  }
  
  /* Anasayfa mobil CSS'lerini koru */
  .blog-section {
    margin-top: 40px !important;
  }
  
  .project-map {
    margin-bottom: 0 !important;
  }
  
  .project-map-frame {
    height: 450px !important;
  }
  
  .project-map-frame iframe {
    height: 450px !important;
  }
  
  /* Header wrapper mobilde boşluk olmasın */
  .header-wrapperr {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
  }

  /* Hero mobilde tüm sayfayı kaplasın - yukarıdan boşluk yok */
  .hero {
    width: 100vw !important;
    max-width: 100% !important;
    margin: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding: 0 !important;
    border-radius: 0 !important;
    position: relative !important;
    overflow: hidden !important;
    height: 100vh !important;
    min-height: 100vh !important;
    top: 0 !important;
  }

  .hero-img,
  .hero .hero-img,
  .hero-video,
  .hero .hero-video,
  .hero video.hero-img {
    width: 100vw !important;
    max-width: 100% !important;
    height: 100vh !important;
    min-height: 100vh !important;
    object-fit: cover !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    z-index: 1 !important;
    transform: none !important;
    border-radius: 0 !important;
    margin: 0 !important;
    margin-top: 0 !important;
    padding: 0 !important;
  }

  /* Hero content mobilde optimize */
  .hero-content {
    z-index: 10 !important;
    position: relative !important;
  }

  body {
    overflow-x: hidden !important;
    padding-top: 0 !important;
    margin-top: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    left: 0 !important;
    right: 0 !important;
    transform: none !important;
    position: relative !important;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
  }

  /* Mobil font boyutları - tüm sayfalar için */
  html {
    font-size: 18px !important;
    overflow-x: hidden !important;
    padding-top: 0 !important;
    margin-top: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    left: 0 !important;
    right: 0 !important;
    transform: none !important;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
  }
  
  body {
    font-size: 16px !important;
    line-height: 1.6 !important;
  }
  
  /* Tüm text elementleri için minimum font size */
  p, span, div, li, td, th, a, label, input, textarea, select, button {
    font-size: 15px !important;
    line-height: 1.6 !important;
  }
  
  h1 {
    font-size: 26px !important;
    line-height: 1.3 !important;
  }
  
  h2 {
    font-size: 22px !important;
    line-height: 1.3 !important;
  }
  
  h3 {
    font-size: 19px !important;
    line-height: 1.4 !important;
  }
  
  h4 {
    font-size: 17px !important;
    line-height: 1.4 !important;
  }
  
  h5 {
    font-size: 16px !important;
    line-height: 1.5 !important;
  }
  
  h6 {
    font-size: 15px !important;
    line-height: 1.5 !important;
  }
  
  /* Tüm container wrapper'ları düzelt */
  * {
    box-sizing: border-box !important;
  }
  
  .container,
  .container-fluid,
  .wrapper,
  .content-wrapper,
  .main-wrapper,
  .page-wrapper,
  section,
  main,
  article {
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    left: 0 !important;
    right: 0 !important;
    transform: none !important;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
  }

  /* Body ve HTML'den gelen boşlukları kaldır */
  body.index-page {
    padding-top: 0 !important;
    margin-top: 0 !important;
  }

  /* Kart görüntüleri mobilde optimize */
  .card img {
    height: 320px !important;
  }

  /* Promo banner mobilde optimize */
  .banner-bg {
    min-height: 250px;
  }

  .banner-content {
    left: 15px;
    padding-right: 80px;
  }

  .banner-content h2 {
    font-size: 20px;
  }

  .play-btn {
    width: 50px;
    height: 50px;
    font-size: 18px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }

  /* Smart card görüntüleri mobilde optimize */
  .smart-card {
    min-height: 250px;
  }

  .smart-card img {
    min-height: 250px;
  }

  /* Future step görüntüleri mobilde optimize */
  .visual-left img,
  .visual-right img {
    max-width: 100%;
    height: auto;
    min-height: 180px;
  }

  /* Project map görüntüleri mobilde optimize */
  .project-card img {
    height: 180px;
  }

  /* Blog görüntüleri mobilde optimize */
  .blog-section .slide-image img {
    height: 180px;
  }
}

@media (max-width: 480px) {
  /* Global fix - tüm sayfalar için sola kaymayı önle */
  * {
    box-sizing: border-box !important;
  }
  
  html, body {
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    left: 0 !important;
    right: 0 !important;
    transform: none !important;
    width: 100% !important;
    max-width: 100% !important;
    position: relative !important;
    overflow-x: hidden !important;
  }
  
  .container,
  .container-fluid,
  .wrapper,
  .content-wrapper,
  .main-wrapper,
  .page-wrapper,
  section:not(.hero):not(.mobile-menu-overlay):not(.blog-section):not(.project-map),
  main,
  article,
  div[class*="container"],
  div[class*="wrapper"] {
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    left: 0 !important;
    right: 0 !important;
    transform: none !important;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
  }
  
  /* Anasayfa mobil CSS'lerini koru */
  .blog-section {
    margin-top: 40px !important;
  }
  
  .project-map {
    margin-bottom: 0 !important;
  }
  
  .project-map-frame {
    height: 450px !important;
  }
  
  .project-map-frame iframe {
    height: 450px !important;
  }
  
  /* Header wrapper mobilde boşluk olmasın */
  .header-wrapperr {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
  }

  /* Hero çok küçük ekranlarda tüm sayfayı kaplasın - yukarıdan boşluk yok */
  .hero {
    width: 100vw !important;
    max-width: 100% !important;
    margin: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding: 0 !important;
    border-radius: 0 !important;
    position: relative !important;
    overflow: hidden !important;
    height: 100vh !important;
    min-height: 100vh !important;
    top: 0 !important;
  }

  .hero-img,
  .hero .hero-img,
  .hero-video,
  .hero .hero-video,
  .hero video.hero-img {
    width: 100vw !important;
    max-width: 100% !important;
    height: 100vh !important;
    min-height: 100vh !important;
    object-fit: cover !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    z-index: 1 !important;
    transform: none !important;
    border-radius: 0 !important;
    margin: 0 !important;
    margin-top: 0 !important;
    padding: 0 !important;
  }

  /* Hero content mobilde optimize */
  .hero-content {
    z-index: 10 !important;
    position: relative !important;
  }

  body {
    overflow-x: hidden !important;
    padding-top: 0 !important;
    margin-top: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    left: 0 !important;
    right: 0 !important;
    transform: none !important;
    position: relative !important;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
  }

  html {
    overflow-x: hidden !important;
    padding-top: 0 !important;
    margin-top: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    left: 0 !important;
    right: 0 !important;
    transform: none !important;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
  }
  
  /* Tüm container wrapper'ları düzelt */
  * {
    box-sizing: border-box !important;
  }
  
  .container,
  .container-fluid,
  .wrapper,
  .content-wrapper,
  .main-wrapper,
  .page-wrapper,
  section,
  main,
  article {
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    left: 0 !important;
    right: 0 !important;
    transform: none !important;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
  }

  /* Body ve HTML'den gelen boşlukları kaldır */
  body.index-page {
    padding-top: 0 !important;
    margin-top: 0 !important;
  }

  /* Kart görüntüleri çok küçük ekranlarda optimize */
  .card img {
    height: 280px !important;
  }

  /* Promo banner çok küçük ekranlarda optimize */
  .banner-bg {
    min-height: 220px;
  }

  .banner-content {
    left: 10px;
    padding-right: 70px;
  }

  .banner-content h2 {
    font-size: 18px;
  }

  .play-btn {
    width: 45px;
    height: 45px;
    font-size: 16px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }

  /* Smart card görüntüleri çok küçük ekranlarda optimize */
  .smart-card {
    min-height: 220px;
  }

  .smart-card img {
    min-height: 220px;
  }

  /* Future step görüntüleri çok küçük ekranlarda optimize */
  .visual-left img,
  .visual-right img {
    min-height: 150px;
  }

  /* Project map görüntüleri çok küçük ekranlarda optimize */
  .project-card img {
    height: 160px;
  }

  /* Blog görüntüleri çok küçük ekranlarda optimize */
  .blog-section .slide-image img {
    height: 160px;
  }
}

/* === Mobil İçin Ek Responsive İyileştirmeleri === */
@media (max-width: 991px) {
  /* Projects section mobilde optimize */
  .projects-section {
    padding: 80px 20px 20px 20px;
    margin-bottom: 0;
  }

  .projects-text h2 {
    font-size: 28px;
    line-height: 1.4;
  }

  .projects-text p {
    font-size: 18px;
    line-height: 1.5;
  }

  /* Projects showcase mobilde optimize */
  .projects-showcase {
    width: 95%;
    margin: 60px auto;
    padding: 0 15px;
  }

  .projects-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 5px !important;
  }
  
  .header-text {
    padding-left: 20px !important;
    margin-top: 20px !important;
  }

  .header-text h2 {
    font-size: 24px;
  }

  .header-text p {
    font-size: 16px;
    margin-bottom: 0 !important;
  }

  .see-all {
    align-self: flex-end;
    margin-top: -30px !important;
    margin-bottom: 0 !important;
  }

  /* Project map mobilde optimize */
  .project-mapp {
    margin-top: -100px !important;
    margin-left: -60px !important;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 0 !important;
    margin-bottom: -40px;
  }

  .project-listt {
    margin-left: -60px !important;
    text-align: left !important;
    margin-top: 50px !important;
  }

  .project-listt h1 {
    font-size: 28px;
  }

  .project-listt p {
    font-size: 16px;
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }

  .see-all-map {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
    margin-top: 30px !important;
    margin-left: 80px !important;
  }

  /* Project map container mobilde optimize */
  .project-map-container {
    flex-direction: column;
    padding: 0 15px;
  }

  .project-list-wrapper {
    width: 100%;
    max-height: 350px;
    overflow-y: auto;
    margin-top: -30px !important;
  }

  .project-map-frame {
    width: 100%;
    height: 350px;
    margin-top: 20px;
  }

  .project-map-frame iframe {
    width: 100%;
    height: 100%;
  }
}

@media (max-width: 768px) {
  /* Projects section mobilde optimize */
  .projects-section {
    padding: 60px 15px 15px 15px;
  }

  .projects-text h2 {
    font-size: 24px;
  }

  .projects-text p {
    font-size: 16px;
  }

  /* Projects showcase mobilde optimize */
  .projects-showcase {
    width: 100%;
    margin: 60px auto 40px auto;
    padding: 0 15px;
  }

  .projects-header {
    gap: 5px !important;
  }
  
  .header-text {
    padding-left: 20px !important;
    margin-top: 20px !important;
  }

  .header-text h2 {
    font-size: 20px;
  }

  .header-text p {
    font-size: 14px;
    margin-bottom: 0 !important;
  }

  .see-all {
    margin-top: -30px !important;
    margin-bottom: 0 !important;
  }

  /* Project map mobilde optimize */
  .project-mapp {
    margin-top: -80px !important;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 0 !important;
    margin-bottom: -30px;
    margin-left: -60px !important;
  }

  .project-listt h1 {
    font-size: 22px;
  }

  .project-listt p {
    font-size: 14px;
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }

  .see-all-map {
    margin-left: -40px !important;
    justify-content: flex-start !important;
  }

  /* Project map container mobilde optimize */
  .project-map-frame {
    height: 450px;
  }
  
  .project-map-frame iframe {
    height: 450px !important;
  }
}

@media (max-width: 480px) {
  /* Projects section çok küçük ekranlarda optimize */
  .projects-section {
    padding: 40px 10px 10px 10px;
  }

  .projects-text h2 {
    font-size: 20px;
  }

  .projects-text p {
    font-size: 14px;
  }

  /* Projects showcase çok küçük ekranlarda optimize */
  .projects-showcase {
    margin: 30px auto;
    padding: 0 10px;
  }

  .projects-header {
    gap: 5px !important;
  }

  .header-text h2 {
    font-size: 18px;
  }

  .header-text p {
    font-size: 13px;
    margin-bottom: 0 !important;
  }

  .see-all {
    margin-top: -30px !important;
    margin-bottom: 0 !important;
  }

  /* Project map çok küçük ekranlarda optimize */
  .project-mapp {
    margin-top: -30px;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: -40px !important;
  }

  .project-listt h1 {
    font-size: 20px;
  }

  .project-listt p {
    font-size: 13px;
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }

  .see-all-map {
    margin-left: 80px !important;
    margin-top: 20px !important;
    justify-content: flex-start !important;
    position: relative !important;
    right: auto !important;
  }

  /* Project map container çok küçük ekranlarda optimize */
  .project-map-frame {
    height: 400px;
  }
  
  .project-map-frame iframe {
    height: 400px !important;
  }
}

/* === Tüm Piksel Genişliklerinde Hero Responsive - Ara Breakpoint'ler === */
@media (max-width: 1200px) and (min-width: 992px) {
  /* Hero tablet görünümde optimize */
  .hero {
    width: 100vw !important;
    max-width: 100% !important;
  }

  .hero-img,
  .hero .hero-img,
  .hero-video,
  .hero .hero-video,
  .hero video.hero-img {
    width: 100vw !important;
    max-width: 100% !important;
  }
}

@media (max-width: 900px) and (min-width: 769px) {
  /* Hero 769-900px arası optimize */
  .hero {
    width: 100vw !important;
    max-width: 100% !important;
    height: 100vh !important;
    min-height: 100vh !important;
    border-radius: 0 !important;
  }

  .hero-img,
  .hero .hero-img,
  .hero-video,
  .hero .hero-video,
  .hero video.hero-img {
    width: 100vw !important;
    max-width: 100% !important;
    height: 100vh !important;
    min-height: 100vh !important;
    border-radius: 0 !important;
  }
}

@media (max-width: 640px) and (min-width: 481px) {
  /* Hero 481-640px arası optimize */
  .hero {
    width: 100vw !important;
    max-width: 100% !important;
    height: 100vh !important;
    min-height: 100vh !important;
    border-radius: 0 !important;
  }

  .hero-img,
  .hero .hero-img,
  .hero-video,
  .hero .hero-video,
  .hero video.hero-img {
    width: 100vw !important;
    max-width: 100% !important;
    height: 100vh !important;
    min-height: 100vh !important;
    border-radius: 0 !important;
  }
}

@media (max-width: 400px) {
  /* Header wrapper mobilde boşluk olmasın */
  .header-wrapperr {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
  }

  /* Hero çok küçük ekranlar için (400px ve altı) */
  .hero {
    width: 100vw !important;
    max-width: 100% !important;
    height: 100vh !important;
    min-height: 100vh !important;
    border-radius: 0 !important;
    margin: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    top: 0 !important;
  }

  .hero-img,
  .hero .hero-img,
  .hero-video,
  .hero .hero-video,
  .hero video.hero-img {
    width: 100vw !important;
    max-width: 100% !important;
    height: 100vh !important;
    min-height: 100vh !important;
    border-radius: 0 !important;
  }
}

@media (max-width: 360px) {
  /* Header wrapper mobilde boşluk olmasın */
  .header-wrapperr {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
  }

  /* Hero en küçük mobil ekranlar için (360px ve altı) */
  .hero {
    width: 100vw !important;
    max-width: 100% !important;
    height: 100vh !important;
    min-height: 100vh !important;
    border-radius: 0 !important;
    margin: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    top: 0 !important;
  }

  .hero-img,
  .hero .hero-img,
  .hero-video,
  .hero .hero-video,
  .hero video.hero-img {
    width: 100vw !important;
    max-width: 100% !important;
    height: 100vh !important;
    min-height: 100vh !important;
    border-radius: 0 !important;
  }
}
