/* Footer iletişim metinleri */
.footer-top .footer-list li .footer-text {
  color: #fff;
  font-weight: 500;
}
.footer-top .footer-list li .footer-text:hover {
  color: #4c8727;
}

/* Footer credit - ahydparts tarzı */
.footer-credit {
  background-color: #181818;
  padding: 8px 0 28px;
}

.footer-credit-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.footer-credit-ornament {
  flex: 1;
  max-width: 120px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(76, 135, 39, 0.45), transparent);
  position: relative;
}

.footer-credit-ornament::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  width: 6px;
  height: 6px;
  background: #4c8727;
  border-radius: 1px;
  box-shadow: 0 0 10px rgba(76, 135, 39, 0.5);
}

.footer-credit-text {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  gap: 6px 8px;
  padding: 14px 32px;
  font-size: 0.88rem;
  letter-spacing: 0.02em;
  color: rgba(255, 255, 255, 0.55);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.04) 0%, rgba(76, 135, 39, 0.08) 100%);
  border: 1px solid rgba(76, 135, 39, 0.22);
  border-radius: 20px;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.06);
  text-align: center;
  margin: 0;
  white-space: nowrap;
}

.footer-credit-line {
  display: inline-flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 6px 8px;
}

.footer-credit-line-by {
  margin-top: 0;
}

.footer-credit-text a {
  color: rgba(255, 255, 255, 0.85);
  font-weight: 500;
  text-decoration: none;
  transition: color 0.3s ease, text-shadow 0.3s ease;
}

.footer-credit-text a:hover {
  color: #7cb356;
  text-shadow: 0 0 12px rgba(76, 135, 39, 0.35);
}

.footer-credit-sep {
  color: rgba(255, 255, 255, 0.35);
}

.footer-credit-by {
  font-style: italic;
  color: rgba(255, 255, 255, 0.4);
  font-size: 0.82rem;
}

.footer-credit-brand {
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-size: 0.78rem;
  text-decoration: none;
  background: linear-gradient(90deg, #7cb356, #c9e4a5);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  transition: opacity 0.3s ease, filter 0.3s ease;
}

.footer-credit-brand:hover {
  opacity: 0.85;
  filter: brightness(1.15);
}

@media (max-width: 768px) {
  .footer-credit-ornament { display: none; }
  .footer-credit-text {
    flex-wrap: wrap;
    white-space: normal;
    padding: 14px 20px;
    font-size: 0.8rem;
    justify-content: center;
  }
}

.main-header .nav li a.active { color: #4c8727; }

/* Sayfa başlığı arka planı */
.page-header {
  background-color: #2a3d1f;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 220px;
}

.about-three { padding: 50px 0 80px !important; }
.about-three .section-text { color: #444; line-height: 1.7; }

/* Galeri lightbox */
.gallery-lightbox {
  position: fixed; inset: 0; background: rgba(0,0,0,.9);
  z-index: 9999; display: none; align-items: center; justify-content: center;
}
.gallery-lightbox.active { display: flex; }
.gallery-lightbox img {
  max-width: 90%; max-height: 85vh;
  position: relative; z-index: 1; pointer-events: none;
}
.gallery-lightbox .lb-close {
  position: absolute; top: 20px; right: 25px; color: #fff;
  font-size: 32px; background: none; border: none; cursor: pointer;
  z-index: 2;
}
.gallery-lightbox .lb-prev, .gallery-lightbox .lb-next {
  position: absolute; top: 50%; transform: translateY(-50%);
  color: #fff; font-size: 28px; background: none; border: none; cursor: pointer; padding: 15px;
  z-index: 2;
}
.gallery-lightbox .lb-prev { left: 20px; }
.gallery-lightbox .lb-next { right: 20px; }
.gallery-lightbox .lb-prev:hover, .gallery-lightbox .lb-next:hover,
.gallery-lightbox .lb-close:hover { color: #4c8727; }

/* İletişim formu */
.contact-form .form-group { margin-bottom: 15px; }
.contact-form label { display: block; margin-bottom: 5px; font-weight: 600; }
.contact-form input, .contact-form textarea {
  width: 100%; padding: 10px 14px; border: 1px solid #ddd; border-radius: 3px;
  font-family: 'Vollkorn', serif; font-size: 15px;
}
.contact-form input:focus, .contact-form textarea:focus { border-color: #4c8727; outline: none; }
.alert-success {
  background: #d4edda; color: #155724; padding: 15px; border-radius: 3px;
  margin-bottom: 20px; text-align: center;
}
.alert-error {
  background: #f8d7da; color: #721c24; padding: 15px; border-radius: 3px;
  margin-bottom: 20px;
}
.alert-error ul { margin: 0; padding-left: 20px; }

/* Tesis / ürün detay galeri */
.category-one.sidebar-none .slider-horizontal .product-slider {
  display: block;
  width: 100%;
}

.category-one.sidebar-none .slider-horizontal .product-image {
  display: block;
  width: 100%;
  height: 430px;
  overflow: hidden;
}

.category-one.sidebar-none .slider-horizontal .product-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  cursor: zoom-in;
}

.category-one.sidebar-none .slider-horizontal .main-slider {
  display: block;
  width: auto;
  margin: 5px -5px 0;
  padding: 0;
  list-style: none;
  font-size: 0;
}

.category-one.sidebar-none .slider-horizontal .main-slider li {
  display: inline-block !important;
  width: 20% !important;
  margin: 0;
  padding: 5px;
  vertical-align: top;
}

.category-one.sidebar-none .slider-horizontal .main-slider li a,
.category-one.sidebar-none .slider-horizontal .main-slider li .fancybox {
  display: block;
  width: 100%;
  height: 155px;
  overflow: hidden;
  border-radius: 3px;
}

.category-one.sidebar-none .slider-horizontal .main-slider li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.main-slider li.active a {
  outline: 2px solid #4c8727;
  outline-offset: 2px;
}

.main-slider .product-thumb img {
  cursor: pointer;
}

@media only screen and (max-width: 992px) {
  .category-one.sidebar-none .slider-horizontal .main-slider li {
    width: 25% !important;
  }

  .category-one.sidebar-none .slider-horizontal .main-slider li a,
  .category-one.sidebar-none .slider-horizontal .main-slider li .fancybox {
    height: 120px;
  }
}

@media only screen and (max-width: 576px) {
  .category-one.sidebar-none .slider-horizontal .main-slider li {
    width: 33.33% !important;
  }

  .category-one.sidebar-none .slider-horizontal .main-slider li a,
  .category-one.sidebar-none .slider-horizontal .main-slider li .fancybox {
    height: 100px;
  }
}

/* KVKK içerik */
.kvkk-content { max-width: 900px; margin: 0 auto; }
.kvkk-content h3, .kvkk-content h4 { color: #4c8727; margin: 20px 0 10px; }
.kvkk-content p { margin-bottom: 12px; }

/* 404 */
.error-page { text-align: center; padding: 100px 20px; }
.error-page h1 { font-size: 120px; color: #e4eddf; line-height: 1; }

/* Ürün listesi short-text */
.product-list .short-text { padding: 10px 15px; font-size: 14px; color: #666; }
.product-list .short-text p { margin: 0; }

/* Ürün grid - boş hücreye logo */
.category-one .product-list .product-logo-cell {
  background: #fff;
  min-height: 465px;
}
.category-one .product-list .product-logo-cell::after {
  display: none !important;
}
.category-one .product-list .product-logo-cell .product-logo-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: calc(100% - 48px);
  min-height: 417px;
  padding: 30px 24px;
  box-sizing: border-box;
  background: #fff;
  text-decoration: none;
}
.category-one .product-list .product-logo-cell .product-logo-wrap img {
  display: block;
  width: auto;
  height: auto;
  max-width: 72%;
  max-height: 160px;
  object-fit: contain;
  margin: 0 auto;
}
.category-one .product-list .product-logo-cell .product-btn {
  opacity: 1;
  position: absolute;
  left: 0;
  bottom: 0;
}
.category-one .product-list .product-logo-cell:hover .product-btn {
  opacity: 1;
  background-color: #3d6f1f;
}
@media only screen and (max-width: 1366px) {
  .category-one .product-list .product-logo-cell {
    min-height: 400px;
  }
  .category-one .product-list .product-logo-cell .product-logo-wrap {
    min-height: 352px;
  }
}
@media only screen and (max-width: 992px) {
  .category-one .product-list .product-logo-cell {
    min-height: 300px;
  }
  .category-one .product-list .product-logo-cell .product-logo-wrap {
    min-height: 252px;
    padding: 20px;
  }
  .category-one .product-list .product-logo-cell .product-logo-wrap img {
    max-height: 120px;
  }
}

/* Tesisler listesi - 4 sütun, tam genişlik, alt boşluk yok */
.category-one.sidebar-none .product-list.tesisler-list {
  width: 100%;
  margin: 0;
  padding: 0;
  grid-template-columns: repeat(4, 1fr);
}

.category-one.sidebar-none .product-list.tesisler-list .product-btn {
  position: absolute;
  left: 0;
  bottom: 0;
}

.category-one.sidebar-none .product-list.tesisler-list .short-text {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  opacity: 0;
  color: #fff;
  max-height: none;
  padding: 0 15px;
  pointer-events: none;
}

.category-one.sidebar-none .product-list.tesisler-list li:hover .short-text {
  opacity: 1;
}

.category-one.sidebar-none .product-list.tesisler-list li:hover::after {
  opacity: 1;
}

.category-one.sidebar-none.tesisler-section {
  padding-bottom: 0;
  margin-bottom: 0;
}

.category-one.sidebar-none.tesisler-section .nn_container {
  padding-bottom: 0;
}

@media only screen and (max-width: 992px) {
  .category-one.sidebar-none .product-list.tesisler-list .product-btn {
    position: absolute;
  }

  .category-one.sidebar-none .product-list.tesisler-list .short-text {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
    color: #fff;
    max-height: none;
  }
}

/* Detay sayfası */
.product-detail .content-body ul { padding-left: 20px; }
.product-detail .content-body li { margin-bottom: 8px; }

/* Breadcrumb */
.breadcrumb { background: transparent; padding: 10px 0; margin: 0; }
.breadcrumb li { display: inline; font-size: 14px; color: #888; }
.breadcrumb li + li::before { content: '/'; padding: 0 8px; color: #ccc; }
.breadcrumb a { color: #4c8727; }

/* Basında - blog listesi */
.blog-one .blog-list {
  margin-bottom: 50px;
}

.blog-one .blog-img {
  display: block;
  position: relative;
  z-index: 1;
}

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

.blog-one .blog-contents {
  position: relative;
  z-index: 2;
  background: #fff;
}

.blog-one .blog-title { margin-bottom: 15px; }
.blog-one .blog-detail .detail-contents span { color: #111; }
.blog-one .blog-detail .detail-contents strong { color: #111; }
.blog-one .blog-detail .detail-contents h1,
.blog-one .blog-detail .detail-contents h2,
.blog-one .blog-detail .detail-contents h3,
.blog-one .blog-detail .detail-contents h4 {
  color: #111;
  margin: 20px 0 10px;
}

.blog-one .related-blogs li a .related-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Cookie box görünürlük */
.cookie-box { display: none; }
.cookie-box.visible { display: block; }

/* img lazy fix */
img[data-src] { opacity: 0; transition: opacity .3s; }
img.loaded { opacity: 1; }

/* ============================================================
   Site geneli efektler & süslemeler
   ============================================================ */

/* Scroll ilerleme çubuğu */
.scroll-progress {
  position: fixed; top: 0; left: 0; right: 0; height: 3px;
  z-index: 10001; pointer-events: none;
  background: rgba(76, 135, 39, 0.12);
}
.scroll-progress span {
  display: block; height: 100%; width: 0;
  background: linear-gradient(90deg, #4c8727, #7cb356, #a8d67a);
  box-shadow: 0 0 12px rgba(76, 135, 39, 0.55);
  transition: width 0.08s linear;
}

/* Header scroll efekti */
.main-header {
  transition: background 0.35s ease, box-shadow 0.35s ease, padding 0.35s ease;
}
.main-header.scrolled {
  background: rgba(255, 255, 255, 0.97) !important;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
  backdrop-filter: blur(8px);
}
.main-header .nav li a {
  position: relative;
  transition: color 0.3s ease;
}
.main-header .nav li a::after {
  content: '';
  position: absolute; left: 50%; bottom: -2px;
  width: 0; height: 2px;
  background: linear-gradient(90deg, #4c8727, #7cb356);
  transition: width 0.3s ease, left 0.3s ease;
}
.main-header .nav li a:hover::after,
.main-header .nav li a.active::after {
  width: 100%; left: 0;
}

/* Sayfa başlığı süsleme */
.page-header::before {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(135deg, rgba(42, 61, 31, 0.72) 0%, rgba(76, 135, 39, 0.35) 50%, rgba(0, 0, 0, 0.45) 100%);
  z-index: 0;
}
.page-header::after {
  content: '';
  position: absolute; bottom: 0; left: 0; right: 0; height: 4px;
  background: linear-gradient(90deg, transparent, #4c8727, #7cb356, #4c8727, transparent);
  z-index: 1;
}
.page-header .nn_container {
  position: relative; z-index: 2;
}

/* Bölüm başlığı süsleme */
.section-head.ornament,
.page-header .section-head,
.section-four .section-head,
.gallery-section .section-head {
  position: relative;
  display: inline-block;
}
.section-head.ornament::after,
.page-header .section-head::after,
.section-four .section-head::after,
.gallery-section .section-head::after {
  content: '';
  display: block;
  width: 60px; height: 3px;
  margin: 12px auto 0;
  background: linear-gradient(90deg, transparent, #4c8727, transparent);
  position: relative;
}
.section-head.ornament::before,
.page-header .section-head::before,
.section-four .section-head::before,
.gallery-section .section-head::before {
  content: '◆';
  display: block;
  font-size: 8px;
  color: #4c8727;
  margin-top: 6px;
  letter-spacing: 0;
  line-height: 1;
  text-align: center;
  opacity: 0.7;
}

/* Bölüm ayırıcı desen */
.nn_section.has-pattern::before {
  content: '';
  position: absolute; top: 0; left: 0; right: 0; height: 1px;
  background: linear-gradient(90deg, transparent 5%, rgba(76, 135, 39, 0.25) 50%, transparent 95%);
}
.nn_section.has-pattern::after {
  content: '';
  position: absolute; top: -6px; left: 50%;
  transform: translateX(-50%) rotate(45deg);
  width: 10px; height: 10px;
  background: #e4eddf;
  border: 1px solid rgba(76, 135, 39, 0.3);
  z-index: 1;
}

/* Banner efektleri */
.main-banner .banner-content > * {
  animation: bannerSlideIn 1s ease both;
}
.main-banner .banner-sub { animation-delay: 0.2s; }
.main-banner .banner-btn { animation-delay: 0.4s; }
.main-banner .banner-image img {
  transition: transform 0.1s linear;
  will-change: transform;
}
.banner-btn,
.section-btn-one,
.section-btn-two,
.gallery-btn {
  position: relative;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.3s ease;
}
.banner-btn:hover,
.section-btn-one:hover,
.section-btn-two:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(76, 135, 39, 0.25);
}
.banner-btn::after,
.section-btn-one::after,
.section-btn-two::after {
  content: '';
  position: absolute; top: 0; left: -100%;
  width: 100%; height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.25), transparent);
  transition: left 0.5s ease;
}
.banner-btn:hover::after,
.section-btn-one:hover::after,
.section-btn-two:hover::after {
  left: 100%;
}

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

/* Kart hover efektleri */
.product-list li,
.home-gallery li,
.gallery-grid li,
.blog-list,
.shortlist,
.sec-one-block {
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}
.product-list li:hover,
.blog-list:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.12);
}
.product-list .product-img,
.gallery-grid .gallery-link,
.blog-list .blog-img,
.shortlist .shortlist-img,
.home-gallery .gallery-img,
.sect-two-img,
.about-one-img img {
  overflow: hidden;
  display: block;
}
.product-list .product-img img,
.gallery-grid .gallery-link img,
.blog-list .blog-img img,
.shortlist .shortlist-img img,
.home-gallery .gallery-img img,
.sect-two-img img,
.about-one-img img {
  transition: transform 0.5s ease;
}
.product-list li:hover .product-img img,
.gallery-grid li:hover .gallery-link img,
.blog-list:hover .blog-img img,
.shortlist:hover .shortlist-img img,
.home-gallery li:hover .gallery-img img,
.sec-two-block:hover + .nn_col .sect-two-img img,
.nn_col:hover .sect-two-img img {
  transform: scale(1.08);
}

/* Galeri grid zoom ikonu */
.gallery-grid .gallery-link {
  position: relative;
  display: block;
  border-radius: 4px;
  overflow: hidden;
}
.gallery-grid .gallery-link::after {
  content: '\f00e';
  font-family: FontAwesome;
  position: absolute; inset: 0;
  display: flex; align-items: center; justify-content: center;
  font-size: 28px; color: #fff;
  background: rgba(76, 135, 39, 0.55);
  opacity: 0;
  transition: opacity 0.35s ease;
}
.gallery-grid li:hover .gallery-link::after {
  opacity: 1;
}
.gallery-grid li:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 32px rgba(76, 135, 39, 0.2);
}

/* Ana sayfa galeri hover */
.home-gallery li {
  transition: transform 0.4s ease;
}
.home-gallery li:hover {
  transform: scale(1.02);
  z-index: 2;
}
.home-gallery .gallery-btn {
  transition: background 0.35s ease, letter-spacing 0.35s ease;
}
.home-gallery li:hover .gallery-btn {
  letter-spacing: 0.05em;
  background-color: rgba(76, 135, 39, 0.75) !important;
}

/* Ürün kartı shortlist */
.shortlist:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 30px rgba(76, 135, 39, 0.15);
}
.shortlist .shortlist-text {
  transition: color 0.3s ease, letter-spacing 0.3s ease;
}
.shortlist:hover .shortlist-text {
  color: #4c8727;
  letter-spacing: 0.03em;
}

/* Çözüm ortakları blok */
.sec-one-block:hover {
  transform: translateY(-4px);
}
.sec-one-block .one-block-img img {
  transition: transform 0.4s ease, filter 0.4s ease;
}
.sec-one-block:hover .one-block-img img {
  transform: scale(1.05);
  filter: drop-shadow(0 8px 16px rgba(76, 135, 39, 0.2));
}

/* Hakkımızda sayaç süsleme */
.about-three-count {
  display: inline-block;
  transition: transform 0.3s ease, color 0.3s ease;
}
.about-three .nn_col:hover .about-three-count {
  transform: scale(1.15);
  color: #4c8727;
}
.about-three .nn_col {
  transition: transform 0.35s ease, background 0.35s ease;
  padding: 20px 15px;
  border-radius: 6px;
}
.about-three .nn_col:hover {
  transform: translateY(-4px);
  background: rgba(255, 255, 255, 0.5);
  box-shadow: 0 8px 24px rgba(76, 135, 39, 0.1);
}

/* Breadcrumb animasyon */
.breadcrumbs-section {
  animation: fadeInDown 0.6s ease both;
}
@keyframes fadeInDown {
  from { opacity: 0; transform: translateY(-10px); }
  to { opacity: 1; transform: translateY(0); }
}

/* Footer hover efektleri */
.footer-list li {
  transition: transform 0.25s ease;
}
.footer-list li:hover {
  transform: translateX(6px);
}
.footer-list li .fa {
  transition: color 0.3s ease, transform 0.3s ease;
}
.footer-list li:hover .fa {
  color: #4c8727;
  transform: scale(1.2);
}
.social-media li a {
  transition: transform 0.3s ease, color 0.3s ease, text-shadow 0.3s ease;
}
.social-media li a:hover {
  transform: translateY(-4px) scale(1.15);
  color: #4c8727;
  text-shadow: 0 4px 12px rgba(76, 135, 39, 0.4);
}

/* İletişim formu focus efekti */
.contact-form input,
.contact-form textarea {
  transition: border-color 0.3s ease, box-shadow 0.3s ease, transform 0.2s ease;
}
.contact-form input:focus,
.contact-form textarea:focus {
  box-shadow: 0 0 0 3px rgba(76, 135, 39, 0.15);
  transform: translateY(-1px);
}
.contact-form button[type="submit"] {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.contact-form button[type="submit"]:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(76, 135, 39, 0.3);
}

/* Lightbox geçiş */
.gallery-lightbox {
  opacity: 0;
  transition: opacity 0.35s ease;
}
.gallery-lightbox.active {
  opacity: 1;
}
.gallery-lightbox img {
  transition: opacity 0.25s ease, transform 0.35s ease;
}
.gallery-lightbox.active img {
  animation: lbZoomIn 0.4s ease both;
}
@keyframes lbZoomIn {
  from { opacity: 0; transform: scale(0.92); }
  to { opacity: 1; transform: scale(1); }
}

/* Scroll reveal - içerik varsayılan görünür, JS animasyonu ekler */
.wow { opacity: 1; }
.wow.animated { opacity: 1; }

/* Section-five - Üretimde Kalite: net arka plan + okunaklı metin */
.section-five {
  background-attachment: scroll;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  padding: 110px 0 150px;
}
.section-five::before {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.08) 0%,
    rgba(42, 61, 31, 0.18) 45%,
    rgba(42, 61, 31, 0.32) 100%
  );
  z-index: 0;
}
.section-five::after {
  content: '';
  position: absolute; inset: 0;
  background: radial-gradient(ellipse at center, transparent 30%, rgba(0, 0, 0, 0.15) 100%);
  z-index: 0;
  pointer-events: none;
}
.section-five .nn_container {
  position: relative; z-index: 1;
}
.section-five .section-head {
  color: #fff;
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.45);
}
.section-five .section-head p {
  color: #fff;
}
.section-five .section-head::after {
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.8), transparent);
}
.section-five .section-head::before {
  color: rgba(255, 255, 255, 0.85);
}
.section-five .customer-text {
  display: block;
  color: #fff !important;
  text-align: center !important;
  font-size: 26px;
  line-height: 1.55 !important;
  max-width: 780px;
  margin: 0 auto 18px;
  padding: 22px 36px !important;
  background: rgba(0, 0, 0, 0.42);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 6px;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.35);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.18);
}
.section-five .customer-text p {
  color: #fff;
  text-align: center !important;
}
@media only screen and (max-width: 992px) {
  .section-five {
    padding: 50px 0 70px;
    background-color: #2a3d1f;
  }
  .section-five .customer-text {
    font-size: 20px;
    padding: 18px 20px !important;
    max-width: 100%;
  }
}

/* Dekoratif yaprak deseni (hafif) */
.section-one,
.section-four,
.about-three {
  background-image:
    radial-gradient(circle at 10% 20%, rgba(76, 135, 39, 0.04) 0%, transparent 50%),
    radial-gradient(circle at 90% 80%, rgba(76, 135, 39, 0.06) 0%, transparent 50%);
}

/* Basında blog kartı */
.blog-list .section-btn-one {
  transition: padding-left 0.3s ease, color 0.3s ease;
}
.blog-list:hover .section-btn-one {
  padding-left: 8px;
  color: #4c8727;
}
.blog-list .sub-category {
  transition: background 0.3s ease, color 0.3s ease;
}
.blog-list:hover .sub-category {
  background: #4c8727;
  color: #fff;
}

/* Erişilebilirlik: hareket azaltma */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
  .wow { opacity: 1; transform: none; }
  .main-banner .banner-image img { transform: none !important; }
  .section-five { background-attachment: scroll; }
}

/* Dil seçici */
.lang-flag {
  font-size: 1.15em;
  line-height: 1;
  flex-shrink: 0;
}
.lang-code {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
}
.lang-switcher {
  position: relative;
  display: inline-block;
}
.lang-switcher-wrap {
  float: right;
  display: flex;
  align-items: center;
  padding: 20px 0 20px 10px;
}
.lang-switcher-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 12px;
  border: 1px solid rgba(76, 135, 39, 0.35);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.95);
  color: #333;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
  line-height: 1;
}
.lang-switcher-btn .fa-chevron-down {
  font-size: 10px;
  opacity: 0.65;
}
.lang-switcher-menu {
  display: none;
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  min-width: 120px;
  margin: 0;
  padding: 6px 0;
  list-style: none;
  background: #fff;
  border: 1px solid rgba(76, 135, 39, 0.25);
  border-radius: 8px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  z-index: 10002;
  overflow: hidden;
}
.lang-switcher.open .lang-switcher-menu { display: block; }
.lang-switcher-menu > li {
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
  border: none;
}
.lang-switcher-menu a {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
  padding: 8px 14px;
  color: #333;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  text-transform: none;
  background: transparent;
  line-height: 1.2;
}
.lang-switcher-menu a::after {
  display: none !important;
}
.lang-switcher-menu a:hover,
.lang-switcher-menu a.active {
  background: rgba(76, 135, 39, 0.1);
  color: #4c8727;
}
.footer-lang-list .footer-lang-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.footer-lang-list li.active .footer-lang-link {
  color: #4c8727;
  font-weight: 600;
}

/* RTL (Arapça) */
html[dir="rtl"] body { text-align: right; }
html[dir="rtl"] .main-header .nav li a::after { left: auto; right: 50%; }
html[dir="rtl"] .main-header .nav li a:hover::after,
html[dir="rtl"] .main-header .nav li a.active::after { right: 0; left: auto; }
html[dir="rtl"] .footer-list li:hover { transform: translateX(-6px); }
html[dir="rtl"] .lang-switcher-menu { right: auto; left: 0; }
html[dir="rtl"] .breadcrumb li + li::before { content: '\\'; }
html[dir="rtl"] .nn_row { direction: rtl; }
html[dir="rtl"] .quality-col.left-pad { padding-left: 0; padding-right: 30px; }

@media (max-width: 992px) {
  .lang-switcher-wrap {
    float: none;
    justify-content: flex-end;
    padding: 12px 15px;
    border-bottom: 1px solid #555;
    background-color: #444;
  }
  html[dir="rtl"] .lang-switcher-wrap { justify-content: flex-start; }
}
