.neden-senim {
  padding: 150px 20px;
  text-align: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.neden-senim .section-title {
  font-size: 2rem;
  color: #4b2e19;
  margin-bottom: 40px;
}

.neden-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 30px;
}

.neden-kutu {
  background-color: #ffffff;
  transition: transform 0.3s;
   background: white;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 6px 20px rgba(0,0,0,0.05);
  text-align: center;
}

.neden-kutu:hover {
  transform: translateY(-5px);
}

.neden-kutu i {
  font-size: 28px;
  color: #3e6142;
  margin-bottom: 10px;
}

.neden-kutu h3 {
  font-size: 1.25rem;
  color: #4b2e19;
  margin-bottom: 10px;
}

.neden-kutu p {
  color: #4b2e19;
  font-size: 0.95rem;
  line-height: 1.5;
}

  .neden-senim-v3 {
  padding: 100px 0;
  background-color: #f5f5f5;
}

.container-grid {
  display: flex;
  gap: 60px;
  justify-content: center;
  flex-wrap: wrap;
}

.neden-sol {
  flex: 1;
  min-width: 300px;
  max-width: 500px;
}

.neden-sol h2 {
  font-size: 32px;
  margin-bottom: 20px;
}

.neden-sol p {
  font-size: 18px;
  margin-bottom: 10px;
  color: #444;
}

.neden-stats {
  display: flex;
  gap: 20px;
  margin: 30px 0;
}

.neden-stats div {
  text-align: center;
}

.neden-stats strong {
  display: block;
  font-size: 28px;
  color: #3e6142;
}

.neden-btn {
  display: inline-block;
  background-color: #3e6142;
  color: #fff;
  padding: 12px 25px;
  border-radius: 25px;
  text-decoration: none;
}

.neden-sag {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  flex: 1;
  min-width: 300px;
  max-width: 500px;
}

@media (max-width: 768px) {
.neden-sol {
  flex: 1;
  min-width: 300px;
  max-width: 500px;
}

.neden-sol h2 {
  font-size: 32px;
  margin-bottom: 20px;
  margin-left: 10px;
}

.neden-sol p {
  font-size: 18px;
  margin-bottom: 10px;
  color: #444;
  margin-left: 10px;
}

.neden-stats {
  display: flex;
  gap: 20px;
  margin-top: 30px;
  margin-left: 15%;
}

.neden-stats div {
  text-align: center;

}

.neden-stats strong {
  display: block;
  font-size: 28px;
  color: #3e6142;
  
}

.neden-btn {
  display: inline-block;
  background-color: #3e6142;
  color: #fff;
  padding: 12px 25px;
  border-radius: 25px;
  text-decoration: none;
  margin-left: 20%;
}

.neden-sag {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  flex: 1;
  max-width: 455px;
  padding-left: 10px;
  padding-right: 10px;
}
}


html,
body {
  overflow-x: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.projelerimiz {
  padding: 60px 20px;
  text-align: center;
}

.projelerimiz h2 {
  font-size: 2rem;
  margin-bottom: 10px;
  color: #ffffff;
}

.projelerimiz .aciklama {
  color: #ffffff;
  margin-bottom: 40px;
  font-size: 1rem;
}

.proje-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
}

.proje-kutu {
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.07);
  overflow: hidden;
  transition: transform 0.3s ease;
  text-align: center;
}

.proje-kutu:hover {
  transform: scale(1.03);
}

.proje-kutu img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.proje-kutu h3 {
  padding: 15px;
  color: #4b2e19;
  font-size: 1.1rem;
}

/* Swiper */
.swiper {
  padding: 20px 0;
}

.swiper-wrapper {
  display: flex;
}

.swiper-slide {
  width: 300px;
}

.planlar {
  padding: 60px 20px;
  text-align: center;
}

.planlar h2 {
  font-size: 2rem;
  margin-bottom: 10px;
  color: #4b2e19;
}

.planlar .aciklama {
  color: #4b2e19;
  margin-bottom: 40px;
  font-size: 1rem;
}

.plan-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 30px;
}

.plan-kutu {
  background-color: #ffffff;
  border: 2px solid #e0d7c9;
  border-radius: 12px;
  padding: 30px 20px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);
  transition: transform 0.3s;
}

.plan-kutu:hover {
  transform: translateY(-5px);
}

.plan-kutu.oneri {
  border-color: #4f6f52;
  background: #f0f7f2;
}

.plan-kutu h3 {
  font-size: 1.5rem;
  color: #4b2e19;
}

.fiyat {
  font-size: 1.8rem;
  font-weight: bold;
  color: #4b2e19;
  margin: 15px 0;
}

.plan-kutu ul {
  list-style: none;
  padding: 0;
  margin: 20px 0;
}

.plan-kutu li {
  padding: 8px 0;
  color: #4b2e19;
  border-bottom: 1px dashed #ddd;
}

.plan-kutu .btn {
  display: inline-block;
  margin-top: 15px;
  padding: 10px 20px;
  background: #4f6f52;
  color: #fff;
  text-decoration: none;
  border-radius: 6px;
}

.uretim-sureci {
  padding: 60px 20px;
  text-align: center;
}

.uretim-sureci h2 {
  font-size: 2rem;
  margin-bottom: 10px;
  color: #ffffff;
}

.uretim-sureci .aciklama {
  color: #ffffff;
  margin-bottom: 40px;
  font-size: 1rem;
}

.uretim-adimlari {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 30px;
}

.adim {
  background: #ffffff;
  padding: 25px 20px;
  border-radius: 12px;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.05);
  position: relative;
}

.adim .numara {
  display: inline-block;
  background: #4b2e19;
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  margin-bottom: 15px;
}

.adim h3 {
  font-size: 1.2rem;
  color: #4b2e19;
  margin-bottom: 10px;
}

.adim p {
  font-size: 0.95rem;
  color: #4b2e19;
}

.sss {
  padding: 60px 20px;
  text-align: center;
}

.sss h2 {
  font-size: 2rem;
  color: #4b2e19;
  margin-bottom: 40px;
}

.accordion {
  max-width: 800px;
  margin: 0 auto;
  text-align: left;
}

.accordion-item {
  background-color: #ffffff;
  border: 1px solid #ddd;
  border-radius: 6px;
  overflow: hidden;
  margin-bottom: 10px;
}

.accordion-button {
  background-color: #ffffff !important;
  color: #4b2e19 !important;
  border: none;
  box-shadow: none;
  width: 100%;
  padding: 15px;
  text-align: left;
  font-size: 1rem;
  font-weight: bold;
  cursor: pointer;
  position: relative;
}

.accordion-button:not(.collapsed) {
  background-color: #ffffff !important;
}

.accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  padding: 0 15px;
}

.accordion-content p {
  padding: 15px 0;
  color: #4b2e19;
  font-size: 0.95rem;
}

.iletisim {
  padding: 60px 20px;
  text-align: center;
}

.iletisim h2 {
  font-size: 2rem;
  color: #ffffff;
  margin-bottom: 10px;
}

.iletisim .aciklama {
  font-size: 1rem;
  color: #ffffff;
  margin-bottom: 40px;
}

.iletisim-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}

.bilgiler {
  text-align: left;
  font-size: 0.95rem;
  color: #ffffff;
}

.bilgiler i {
  margin-right: 10px;
  color: #4f6f52;
}

.form {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.form input,
.form textarea {
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 1rem;
}

.form button {
  background: #4f6f52;
  color: white;
  padding: 12px;
  border: none;
  border-radius: 6px;
  font-weight: bold;
  cursor: pointer;
  transition: background 0.3s;
}

.form button:hover {
  background: #4f6f52;
}

.custom-footer {
  background: #4f6f52;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 10px;
  color: #fdf6ec;
}

.custom-footer p {
  margin: 0;
}

.hero-advanced {
  position: relative;
  height: 100vh;
  overflow: hidden;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: linear-gradient(135deg, #4b2e19, #6b8f71, #4b2e19);
  background-size: 300% 300%;
  animation: gradientShift 12s ease infinite;
}

@keyframes gradientShift {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

.bg-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -2;
}

.overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.3));
  z-index: -1;
}

.hero-content {
  z-index: 1;
  max-width: 1000px;
  padding: 0 20px;
}

.hero-content h1 {
  font-size: 3rem;
  margin-bottom: 20px;
  animation-delay: 0.3s;
}

.hero-content p {
  font-size: 1.2rem;
  margin-bottom: 30px;
  color: #f0f0f0;
  animation-delay: 0.5s;
}

.hero-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.hero-buttons a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  min-width: 150px;
  padding: 0 24px;
  font-size: 1rem;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: 0.3s;
  white-space: nowrap;
  box-sizing: border-box;
}

.btn {
  background: #4f6f52;
  color: #fff;
}

.btn:hover {
  background: #4f6f52;
}

.btn-outline {
  border: 2px solid #fff;
  background: transparent;
  color: #fff;
}

.btn-outline:hover {
  background: #fff;
  color: #4b2e19;
}

@keyframes fadeUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.animate-fade {
  opacity: 0;
  animation: fadeUp 1s forwards;
}

@media (max-width: 768px) {
  .hero-content h1 {
    font-size: 2rem;
  }
  .hero-content p {
    font-size: 1rem;
    max-width: 350px;
    text-align: center;
    justify-content: center;
    align-items: center;
    display: inline-block;
  }
  .iletisim-grid {
    grid-template-columns: 1fr;
  }
}

.navbar {
  transition: background-color 0.3s ease;
}

.nav-link {
  color: #cbd5e1 !important;
  font-weight: 500;
  transition: all 0.3s ease;
}

.nav-link:hover {
  color: #facc15 !important; /* Sarı ton hover */
  transform: scale(1.05);
}

.navbar-brand img {
  transition: transform 0.3s ease;
}

.navbar-brand:hover img {
  transform: rotate(-5deg) scale(1.05);
}

.swiper-button-next,
.swiper-button-prev {
  color: #4b2e19;
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.85);
  border-radius: 50%;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
  background: #4b2e19;
  color: #fff;
}

.swiper-button-next::after,
.swiper-button-prev::after {
  font-size: 18px;
}



/* === GLIGHTBOX MODERN STİL === */




/* Blur arka plan */
.glightbox-container {
  background-color: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  display: flex !important;
  justify-content: center;
  align-items: center;
  padding: 2rem;
}

/* Ortak stil */
.gslide-media {
  background-color: white;
  border-radius: 20px;
  padding: 20px;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  max-width: 90vw;
  max-height: 90vh;
  width: auto;
  height: auto;
}

/* Dikey görüntü için çerçeve */
.gslide-media.portrait {
  width: min(420px, 90vw);
  height: min(85vh, auto);
}

/* Yatay görüntü için çerçeve */
.gslide-media.landscape {
  width: min(90vw, 1000px);
  height: auto;
}

/* Kare görüntü için */
.gslide-media.square {
  width: min(600px, 90vw);
  height: auto;
}

/* Görselin kendisi */
.gslide-media img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  border-radius: 12px;
  display: block;
}

/* Close butonu */
.glightbox-close {
  background-color: white !important;
  color: black !important;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  top: 20px;
  right: 20px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.3);
}

