/**/

@import url("../../assets/swiper/css/swiper.min.css");
@import url("../../assets/owlcarousel/assets/owl.carousel.min.css");
@import url("../../assets/owlcarousel/assets/owl.theme.default.min.css");

body {
  font-size: 14px;
  line-height: 1.4;
  font-weight: normal;
  font-style: normal;
  color: #323e59;
  transition: all 350ms ease-in-out 0s;
  /*font-family: "Neue Montreal";
*/
  font-family: "Montserrat", sans-serif;
}

.font1 {
  font-family: "Uni Sans";
}

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

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

#yukaricik {
  padding: 5px 10px;
  background: rgba(0, 0, 0, 0.25);
  color: #fff;
  position: fixed;
  bottom: 10px;
  right: 10px;
  font-size: 20px;
  cursor: pointer;
  display: none;
  z-index: 999999;
}

html {
  font-size: 100%;
}

a {
  text-decoration: none !important;
  color: #23282d;
  transition: transform 0.2s;
  -webkit-transition: transform 0.2s;
  -moz-transition: transform 0.2s;
  -ms-transition: transform 0.2s;
  -o-transition: transform 0.2s;
}

/**/

.header-menu {
  width: 100%;
  height: auto;
  transition: transform 0.2s;
  -webkit-transition: transform 0.2s;
  -moz-transition: transform 0.2s;
  -ms-transition: transform 0.2s;
  -o-transition: transform 0.2s;
  padding: 10px;
  background: #f7f7f7;
}

.header-menu .navbar-brand img {
  width: auto;
  height: 47px;
}

.header-top {
  padding: 12px 0px;
  width: 100%;
  height: auto;
  background: #00338d;
}

.header-top-bilgi {
  display: block;
}

.header-top-bilgi li:first-child {
  margin-left: 0px;
}

.header-top-bilgi li {
  list-style: none;
  margin-left: 22px;
}

.header-top-bilgi li a {
  font-size: 0.7em;
  font-weight: 400;
  letter-spacing: 0.0278em;
  color: #fff;
  display: flex;
  align-items: center;
  text-transform: uppercase;
}

.header-top-bilgi li.email a {
  text-transform: none;
}

.header-top-bilgi li a span {
  margin-right: 5px;
  font-size: 1.17em;
}

.header-top-sosyal {
  display: flex;
  margin-left: 17px;
}

.header-top-sosyal li:first-child {
  margin-top: 0px;
}

.header-top-sosyal li {
  list-style: none;
  margin-top: 0px;
  margin-left: 12px;
}

.header-top-sosyal li a {
  color: #000000;
  font-size: 13px;
  width: 28px;
  height: 28px;
  border: solid 1px #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.header-top-sosyal li a:hover {
  color: #fff;
  border: solid 1px #fa4515;
  background: #fa4515;
}

.header-top-dil {
  display: flex;
  padding-left: 0px;
  border-left: 1px solid #ffffff36;
  margin-left: 24px;
}

.header-top-dil li {
  list-style: none;
  margin-left: 22px;
  position: relative;
}

.header-top-dil li a {
  display: block;
  padding: 0.65rem 0rem;
  color: #fff;
  font-size: 14px;
  text-decoration: none;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  opacity: 50%;
}

.header-top-dil li:first-child:before {
  display: none;
}

.header-top-dil li:before {
  content: "";
  display: block;
  position: absolute;
  left: -16px;
  top: 50%;
  margin-top: -2px;
  height: 1px;
  width: 9px;
  background-color: #ffffff3b;
}

.header-top-dil li a .icon {
  height: 10px;
  margin-right: 5px;
  display: none;
}

.header-top-dil li a .icon img {
  height: 100%;
}

.header-menu .navbar-nav .nav-item {
  display: flex;
}

.header-menu .navbar-nav .nav-item:first-child {
  margin-left: 0px;
}

.header-menu .navbar {
  background: #fff;
  height: auto;
  padding: 7px 25px 4px 25px;
}

.header-menu .navbar-nav .nav-item:nth-child(2) {
  display: none;
}

.header-menu .navbar-nav .nav-item {
  margin-left: 27px;
  position: relative;
}

.header-menu .navbar-nav .nav-item .nav-link {
  display: block;
  padding: 0 0rem;
  color: #323e59;
  font-size: 15px;
  text-decoration: none;
  font-weight: 500;
  position: relative;
}

.header-menu .navbar-nav .nav-item .nav-link:hover {
  color: #fa4515;
}

.header-menu .navbar-nav .nav-item:hover .nav-link {
  color: #fa4515;
}

.header-menu .navbar-nav .nav-item .nav-link.active {
  color: #fa4515;
}

.header-menu .navbar-nav .nav-item .nav-link::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: transparent;
  display: block;
  bottom: 0rem;
  transition: transform 0.4s;
  -webkit-transition: transform 0.4s;
  -moz-transition: transform 0.4s;
  -ms-transition: transform 0.4s;
  -o-transition: transform 0.4s;
  opacity: 0;
  display: none;
}

.header-menu .navbar-nav .nav-item .nav-link.nav-link.active::before {
  width: 100%;
  background: #fff;
  opacity: 1;
}

.header-menu .navbar-nav .nav-item .nav-link.nav-link:hover::before {
  width: 100%;
  background: #fff;
  left: 0%;
  opacity: 1;
}

.header-menu .navbar-nav .nav-item.nav-submenu > ul {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 901;
  background: #000000a8;
  width: calc(100% + 110px);
  padding: 0px 0px;
}

.header-menu .navbar-nav .nav-item.nav-submenu > ul li {
  list-style: none;
}

.header-menu .navbar-nav .nav-item.nav-submenu > ul li a {
  width: 100%;
  display: flex;
  padding: 10px 17px 10px 17px;
  color: #fff;
  font-size: 14px;
}

.header-menu .navbar-nav .nav-item.nav-submenu > ul li a:hover {
  color: #fa4515;
}

.header-menu .navbar-nav .nav-submenu > a:after {
  content: "\eab8";
  font-family: "fontello";
  margin-left: auto;
  padding-left: 5px;
}

.header-menu .navbar-nav > .nav-submenu > a::after {
  content: "\eab6";
  font-family: "fontello";
}

.header-menu .navbar-nav ul ul {
  display: none;
  position: absolute;
  top: 0px;
  left: 100%;
  z-index: 902;
  background: #080a09;
  width: calc(100% + 70px);
  padding: 15px 0px;
}

.header-menu .navbar-nav li {
  position: relative;
}

/**/

.slider1 {
  width: 100%;
  height: auto;
  position: relative;
  margin-top: 0;
}

.slider1 .bottom-ok {
  width: 100%;
  height: auto;
  position: absolute;
  bottom: -40px;
  display: flex;
  justify-content: center;
  z-index: 99;
}

.slider1 .bottom-ok img {
  width: 75px;
  height: 75px;
  background: #fff;
  border-radius: 50%;
  padding: 10px;
}

.slider1 .swiper-slide {
  overflow: hidden;
  height: 90vh;
}

.slider1 .swiper-slide .swiper-slide-resim {
  background-size: cover !important;
  background-position: center !important;
  width: 100%;
  height: 100%;
}

.slider1 .swiper-slide .text-bg {
  position: absolute;
  top: 0px;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  color: #fff;
}

.slider1 .swiper-slide .text-bg .textic {
  width: 100%;
  max-width: 500px;
  position: relative;
  margin-top: 70px;
}

.slider1 .swiper-slide .text-bg .textic .text1 {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
}

.slider1 .swiper-slide .text-bg .textic .text2 {
  line-height: 1.4;
  letter-spacing: 0px;
  font-weight: 500;
  font-size: 14px;
  margin-top: 20px;
  margin-bottom: 40px;
}

.slider1 .swiper-slide .sag-bolum {
  padding: 0px 40px;
  display: flex;
  align-items: center;
  background: #f7f7f7;
}

.slider1 .swiper-slide .sag-bolum .sag-resim {
  width: 100%;
  margin-bottom: 25px;
}

.slider1 .swiper-slide .sag-bolum .text3 {
  line-height: 1.4;
  letter-spacing: 0px;
  font-weight: 700;
  font-size: 18px;
  margin-top: 0px;
  margin-bottom: 20px;
}

.slider1 .swiper-slide .sag-bolum .text4 {
  line-height: 1.3;
  letter-spacing: 0px;
  font-weight: 500;
  font-size: 13px;
  margin-top: 20px;
  margin-bottom: 40px;
  border-left: 1px solid #fa4515;
  padding-left: 15px;
}

.slider1 .button.custom,
.slider1 button.custom {
  color: #fff;
}

.slider1 .slider-button {
  width: 100%;
  display: flex;
  justify-content: center;
}

.slider1 .slider-button a {
  cursor: pointer;
  position: relative;
  display: flex;
  gap: 0.5rem;
  padding: 15px 15px;
  color: #474242;
  font-family: inherit;
  font-size: 0.875rem;
  font-weight: 600;
  text-decoration: none;
  background-color: #fff;
  border-radius: 6px;
  border: none;
  outline: 0;
  margin: 0px 10px;
  transition: box-shadow 150ms ease-in-out;
  margin-bottom: 10px;
  align-items: center;
  text-align: center;
  line-height: 1.2;
}

.slider1 .slider-button a i {
  color: #fa4515;
  display: block;
  font-size: 23px;
  margin-right: 7px;
}

.swiper-pagination {
  display: block !important;
}

.swiper-pagination.swiper-pagination-vertical {
  position: absolute; /* Mutlak pozisyonlama için */
  right: 28%; /* Sağdan boşluk */
  top: 50%; /* Dikeyde ortalamak için */
  transform: translateY(-50%); /* Tam ortalama ayarı */

  /* Dikey dizilimi ZORUNLU KILMAK için Flexbox kullanalım */
  display: flex;
  flex-direction: column;

  /* Genişliği ve yüksekliği içindeki noktalara göre ayarlasın */
  width: auto;
  height: auto;
}

/* 
  Dikey pagination İÇİNDEKİ her bir noktayı (bullet) hedef alıyoruz.
  Bu seçici, başka bir slider'daki yatay noktaları etkilemez.
*/
.swiper-pagination.swiper-pagination-vertical .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #ffffff; /* Pasif nokta rengi */
  opacity: 0.6; /* Pasif nokta şeffaflığı */

  /* Swiper'ın yatay 'margin' değerlerini ezmek için 'margin'ı sıfırlayıp dikey boşluk veriyoruz */
  margin: 8px 0 !important;

  display: block; /* Her ihtimale karşı blok element yapalım */
  transition: all 0.3s ease; /* Tüm geçişlere animasyon ekle */
  cursor: pointer;
}

/* 
  Dikey pagination İÇİNDEKİ AKTİF noktayı hedef alıyoruz.
*/
.swiper-pagination.swiper-pagination-vertical .swiper-pagination-bullet-active {
  opacity: 1; /* Tamamen görünür yap */
  background-color: #fa4515; /* Aktif nokta rengi */
  transform: scale(1.3); /* Aktif noktayı biraz büyüt */
}

.swiper-button-next,
.swiper-button-prev {
  color: #fff;
}
/* --- BİTİŞ: GÜNCELLENMİŞ CSS --- */

/**/
.button.custom,
button.custom {
  flex: none;
  align-items: center;
  gap: clamp(12px, 0.729vw, 14px);
  display: inline-flex;
  cursor: pointer;
  width: max-content;
  letter-spacing: 0.04em;
  background: 0 0;
  border: none;
  outline: none;
  flex: none;
  padding: 0;
  font-size: clamp(14px, 0.833vw, 16px);
  font-weight: 500;
  line-height: 140%;
}

.button.custom .i,
button.custom .i {
  pointer-events: none;
  width: 44px;
  height: 44px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button.custom .i .hex,
button.custom .i .hex {
  width: 100%;
  height: 100%;
}

.button.custom .i .hex path,
button.custom .i .hex path {
  transition: all 0.3s ease-in-out;
}

.button.custom .arr,
button.custom .arr {
  clip-path: url(#buttonClip);
  width: 100%;
  height: 100%;
  position: absolute;
  top: -1px;
  left: 4px;
  display: flex;
  justify-content: center;
}

.button.custom .i .arrow,
button.custom .i .arrow {
  pointer-events: none;
  width: 62px;
  height: 58px;
  fill: var(--White);
  transition: transform 0.3s ease-in-out;
  position: absolute;
  top: 19px;
  right: 21px;
}

.button:hover .arrow,
button:hover .arrow {
  transform: translate(85%, -85%);
}

.button.custom .text,
button.custom .text {
  font-weight: 600;
}
/**/

.hizmetlerSlider_Yeni {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.home-hakkimizda3 {
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
}

/**/

.product-showcase {
  width: 100%;
  text-align: center;
  padding: 50px 20px;
}

.product-showcase {
}

.product-showcase .button.custom .i,
.product-showcase button.custom .i {
  width: 25px;
  height: 25px;
}

.product-showcase .button.custom .arr,
.product-showcase button.custom .arr {
  top: -7px;
  left: 9px;
}

.showcase-header {
  margin-bottom: 50px;
}

.showcase-header small {
  position: relative;
  display: inline-block;
  font-weight: 400;
  font-size: 13px;
}

.showcase-header small:after {
  content: "•";
  color: #d1d1d1;
  position: absolute;
  left: -20px;
  top: -2px;
  font-size: 44px;
  line-height: 17px;
}

.showcase-header h2 {
  font-size: 32px;
  font-weight: 500;
  margin-bottom: 25px;
  display: inline-block;
  align-items: center;
}

.showcase-header h2 img {
  height: 32px;
  width: auto;
  margin-right: 12px;
  margin-top: -10px;
}

.showcase-header h2 b {
  font-weight: 600;
}

.showcase-header a {
  text-decoration: none;
  font-size: 13px;
  text-transform: uppercase;
  display: inline-flex;
  position: relative;
  font-weight: 500;
}

.showcase-header a:after {
  content: "•";
  color: #d1d1d1;
  position: absolute;
  left: -20px;
  top: -2px;
  font-size: 44px;
  line-height: 17px;
}

/* --- ÜRÜN KARTLARI GRID YAPISI --- */
.product-grid {
  width: 100%;
  height: auto;
}

/* --- TEK BİR ÜRÜN KARTI --- */
.product-card {
  text-align: center;
  display: flex;
  flex-direction: column;
  padding: 0px 15px;
}

/* --- RESİM BÖLÜMÜ VE HOVER EFEKTİ İÇİN SARMALAYICI --- */
.card-image-wrapper {
  position: relative;
  overflow: hidden;
  margin-bottom: 1.5rem;
  text-align: center;
  display: flex;
  justify-content: center;
}

.card-image-wrapper img {
  width: 100%;
  height: 245px;
  display: block;
  object-fit: contain;
  /* Anahtar animasyon: resmin geri gitmesi için */
  transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/* --- RESMİN ÜZERİNE GELEN BUTON VE ARKA PLAN --- */
.image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(4px);
  /* Arka planı buğulu yapar (Modern Efekt) */
  opacity: 0;
  /* Başlangıçta görünmez */
  transition: opacity 0.4s ease;
}

.btn-overlay {
  background-color: #2a2f67;
  color: #fff;
  padding: 8px 28px;
  text-decoration: none;
  font-weight: 500;
  font-size: 13px;
  border-radius: 50px;
  /* Tam yuvarlak kenarlı buton */
  transform: translateY(15px);
  /* Başlangıçta biraz aşağıda */
  transition: transform 0.4s ease, opacity 0.4s ease;
  overflow: hidden;
}

.btn-overlay:hover {
  background-color: #fff;
  color: #323e59;
}

/* --- KART İÇERİĞİ (YAZILAR) --- */
.card-content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.product-category {
  font-size: 0.8rem;
  color: var(--subtle-text-color);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 0.5rem;
}

.product-title {
  font-size: 17px;
  font-weight: 700;
  color: var(--text-color);
  margin-bottom: 1rem;
}

/* --- KARTIN ALTINDAKİ BUTON --- */
.btn-details {
  margin-top: auto;
  /* Butonu her zaman en altta tutar */
  background-color: transparent;
  padding: 10px 24px;
  text-decoration: none;
  font-weight: 500;
  opacity: 0;
  /* Başlangıçta görünmez */
  transform: translateY(10px);
  transition: all 0.4s ease;
}

/* --- === HOVER (ÜZERİNE GELME) ANİMASYONLARI === --- */

.product-card:hover .card-image-wrapper img {
  transform: scale(0.95);
  /* Resim %5 küçülerek geri çekilir */
}

.product-card:hover .image-overlay {
  opacity: 1;
  /* Resmin üzerindeki katman görünür olur */
}

.product-card:hover .btn-overlay {
  transform: translateY(0);
  /* Buton yukarı kayarak yerine gelir */
}

.product-card:hover .btn-details {
  opacity: 1;
  /* Alttaki buton görünür olur */
  transform: translateY(0);
  /* Aşağıdan yukarı kayarak belirir */
}
/*
.product-card:hover .btn-details:hover {
  background-color: #fa4515;
  color: #fff;
  border-color: #fa4515;
}
*/

/* --- ÖZEL SWIPER NAVİGASYON STİLLERİ --- */
.custom-swiper-navigation {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 25px; /* Slider ile arasında boşluk */
}

.pagination-text {
  margin: 0 1.5rem; /* Oklar ile metin arasına boşluk */
  font-size: 1rem;
  color: #555;
  font-weight: 400;
}

#current-slide,
#total-slides {
  font-weight: 500;
  color: #2d2d2d;
}

.swiper-nav-button {
  background-color: transparent;
  border: 1px solid #e0e0e0;
  width: 40px;
  height: 40px;
  border-radius: 50%; /* Tam yuvarlak yapar */
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.2rem;
  color: #333;
  transition: background-color 0.3s ease, border-color 0.3s ease;
}

.swiper-nav-button:hover {
  background-color: #f5f5f5;
  border-color: #ccc;
}

/* Swiper en başa veya en sona geldiğinde okları pasif göstermek için (loop: false ise çalışır) */
.swiper-nav-button.swiper-button-disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

/**/

/* Projeler Ana Kapsayıcısı */
.projects-section {
  width: 100%;
  padding: 100px 40px;
  text-align: center;
  box-sizing: border-box;
}

/* Kartların Bulunduğu Grid Kapsayıcısı */
.projects-grid {
  display: flex;
  justify-content: center;
  gap: 30px; /* Kartlar arası boşluk */
  flex-wrap: wrap; /* Küçük ekranlarda kartları alt satıra atar */
}

/* Tek Bir Proje Kartı */
.project-card {
  position: relative; /* İçerisindeki yazıyı konumlandırmak için */
  width: 100%;
  height: 370px;
  overflow: hidden; /* Dışarı taşan fotoğrafı gizle (zoom efekti için önemli) */
  cursor: pointer;
  transition: transform 0.4s ease, box-shadow 0.4s ease; /* Efektlerin yavaş ve akıcı olmasını sağlar */
  display: block;
}

/* Kart Üzerine Gelince (Hover) Efekti */
.project-card:hover {
  transform: translateY(-10px); /* Kartı 10px yukarı kaldırır */
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.2); /* Gölgeyi belirginleştirir */
}

/* Kart İçindeki Fotoğraf */
.project-card img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* Fotoğrafın kalitesini bozmadan kartı doldurmasını sağlar */
  transition: transform 0.6s ease-in-out; /* Zoom efektinin akıcılığı için */
}

/* Fotoğraf Üzerine Gelince (Hover) Zoom Efekti */
.project-card:hover img {
  transform: scale(1.1); /* Fotoğrafı %10 büyütür */
}

/* Yazının daha okunaklı olması için alttan üste doğru karartma efekti */
.project-card::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
  z-index: 1;
  transition: opacity 0.4s ease;
}

/* Kart Başlığı (Privatni, Arhitektura vb.) */
.card-title {
  position: absolute;
  bottom: 50px;
  left: 30px;
  color: white;
  font-size: 25px;
  font-weight: 600;
  margin: 0;
  z-index: 2; /* Karartma efektinin üzerinde kalması için */
}

/* Mobil ve Tablet için Responsive Ayarlar */
@media (max-width: 1280px) {
  .project-card {
    width: 100%;
    height: 450px;
  }
}

@media (max-width: 768px) {
  .projects-section {
    padding: 60px 20px;
  }
  .section-title {
    font-size: 3rem;
    letter-spacing: 10px;
    margin-bottom: 40px;
  }
  .projects-grid {
    flex-direction: column; /* Kartları alt alta dizer */
    align-items: center;
  }
  .project-card {
    width: 100%;
    max-width: 380px; /* Çok genişlemesini engeller */
    height: 250px;
    margin-bottom: 30px;
  }
}

/**/

/* Ana Hero Bölümü */
.hero-section {
  display: flex;
  align-items: stretch; /* Sütunların yüksekliğini eşitler */
  min-height: 80vh; /* Bölümün ekranın en az %80'ini kaplamasını sağlar */
  background-color: #fff;
}

/* Sol Sütun: Metin İçeriği */
.text-column {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 4rem; /* İçerik ve kenarlar arası boşluk */
}

.text-content {
  max-width: 410px;
  text-align: center;
  position: relative;
  z-index: 99;
}

/* "LIMITED EDITION" Etiketi */
.limited-tag {
  font-size: 0.75rem;
  font-weight: 400;
  letter-spacing: 0.2em;
  color: #555;
  margin-bottom: 4px;
}

/* Ana Başlık */
.hero-title {
  font-size: 45px;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 1.5rem;
}
/* Başlıktaki italik kelime */
.hero-title i {
  font-style: italic;
}

/* Açıklama Paragrafı */
.hero-description {
  font-size: 15px;
  line-height: 1.4;
  margin-bottom: 0;
}

/* "SHOP NOW" Butonu */
.shop-now-link {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  font-size: 0.8rem;
  font-weight: bold;
  letter-spacing: 0.15em;
  transition: color 0.3s ease;
}
/* Butonun başındaki kırmızı nokta */
.shop-now-link::before {
  content: "•";
  color: #fa4515; /* Kırmızımsı bir renk */
  font-size: 1.5rem;
  line-height: 1;
  margin-right: 0.75rem;
}
.shop-now-link:hover {
  color: #fa4515; /* Üzerine gelince rengi değişir */
}

/* Sağ Sütun: Görsel Alanı */
.image-column {
  position: relative; /* İçerisindeki mutlak konumlu elemanlar için */
  background: url("../images/bg.webp"); /* Hafif pembe arka plan */
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2rem;
  overflow: hidden; /* Dışarı taşan yaprakları gizler */
}

.product-image {
  max-width: 80%;
  height: auto;
  z-index: 2; /* Yaprakların önünde durması için */
  position: relative;
}

/* Arka plandaki uçuşan yapraklar */
.petal {
  position: absolute;
  width: 120px;
  height: auto;
  opacity: 0.8;
  z-index: 1;
}
.petal-1 {
  top: 5%;
  right: 15%;
  transform: rotate(20deg);
}
.petal-2 {
  top: 20%;
  left: 5%;
  width: 150px;
  transform: rotate(-30deg);
}
.petal-3 {
  bottom: 10%;
  right: 5%;
  transform: rotate(10deg) scaleX(-1);
}

/* Sağ alttaki yorum balonu ikonu */
.chat-icon {
  position: absolute;
  bottom: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  background-color: #fff;
  border: 1px solid #eee;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  z-index: 3;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

/* Responsive Ayarlar */
@media (max-width: 767.98px) {
  .hero-section {
    flex-direction: column;
  }
  .text-column {
    padding: 0 30px 40px 30px;
    text-align: center;
  }
  .image-column {
    min-height: 270px; /* Mobil görünümde görsel alanına bir yükseklik verelim */
  }
  .hero-title {
    font-size: 2.5rem;
  }
  .shop-now-link {
    margin: 0 auto; /* Ortalamak için */
  }
}

.text-content .button {
  margin-top: 50px;
}

/*bg22*/

.bg22 {
  position: absolute;
  left: -80px;
  opacity: 6%;
}

/***/

.features-section {
  padding: 80px 40px;
  overflow: hidden;
  background: #f7f7f7;
}

.feature-item {
  text-align: center;
  /* İçeriği ortalar */
  padding: 20px;
}

.feature-icon {
  font-size: 29px;
  color: #323e59;
  margin-bottom: 30px;
  display: inline-block;
}

.feature-title {
  font-size: 1.25rem;
  font-weight: 600;
  color: #323e59;
  margin-bottom: 15px;
}

.feature-description {
  font-size: 14px;
  line-height: 1.4;
  max-width: 280px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0px;
}

.sayac {
  width: 100%;
  padding: 100px 0;
}

.sayac .sayac-ic {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.sayac .sayac-liste {
  width: 220px;
  height: 220px;
  background-color: #fa4515;
  border-radius: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border: 1px solid transparent;
  color: #fff;
  margin: 0px 10px;
  position: relative;
}

.sayac .sayac-liste::after {
  content: "";
  display: inline-block;
  margin-left: 8px;
  font-size: 24px;
  position: absolute;
  left: 100%;
  width: 55%;
  height: 2px;
  border-top: 4px dotted #292e664f;
}

.sayac .sayac-liste.aa::after {
  display: none;
}

.sayac .sayac-liste #okul_circle {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3.6vw;
}

.sayac .sayac-liste .media_counted {
  font-size: 44px;
  font-weight: 700;
  line-height: 1;
}

.sayac .sayac-liste .arti {
  padding-left: 10px;
  font-size: 25px;
  font-weight: 700;
}

.sayac .sayac-liste .sayacbaslik {
  font-size: 1.2vw;
  margin-bottom: 0px;
  color: #fff;
  margin-top: 15px;
  font-weight: 700;
  display: block;
  text-align: center;
}

.sayac .sayac-liste.liste2 {
  border-color: #292e66;
  background: 0 0;
  z-index: -1;
  color: #292e66;
}

.sayac-liste.liste2 .sayacbaslik {
  color: #292e66;
}

/**/

/* --- Genel Ayarlar ve Font --- */
:root {
  --primary-color: #0a2540; /* Ana metin rengi - Koyu Mavi */
  --secondary-color: #424770; /* İkincil metin rengi */
  --background-color: #f6f9fc; /* Arka plan rengi - Çok açık gri */
  --card-background: #ffffff; /* Kartların arka planı - Beyaz */
  --shadow-color: rgba(50, 50, 93, 0.1);
  --shadow-color-hover: rgba(50, 50, 93, 0.2);
  --border-radius: 12px;
  --transition-speed: 0.3s;
}

/* --- Sektörler Bölümü Ana Kapsayıcı --- */
.sektorler {
  padding: 100px 0; /* Bölüme üstten ve alttan boşluk */
  width: 100%;
  background: #f7f7f7;
}

/* --- Bölüm Başlığı --- */
.sektorler-baslik {
  text-align: center;
  font-size: 2.5rem; /* 40px */
  color: var(--primary-color);
  margin-bottom: 50px;
  font-weight: 600;
  position: relative;
}

/* Başlığın altına estetik bir çizgi ekleyelim */
.sektorler-baslik::after {
  content: "";
  display: block;
  width: 80px;
  height: 4px;
  background: linear-gradient(90deg, #6772e5, #87bbfd);
  margin: 15px auto 0;
  border-radius: 2px;
}

/* --- Sektör Kartlarının Grid Yapısı --- */
.sektorler-grid {
  display: grid;
  /* 
    Her bir kart en az 300px olacak şekilde, sığdığı kadar kartı yan yana dizer.
    Ekran küçüldüğünde otomatik olarak alt satıra geçer. Bu, responsive tasarım için harikadır.
  */
  grid-template-columns: repeat(auto-fit, minmax(302px, 1fr));
  gap: 30px; /* Kartlar arası boşluk */
}

/* --- Tek Bir Sektör Kartı Stili --- */
.sektor-kart {
  background-color: var(--card-background);
  border-radius: var(--border-radius);
  box-shadow: 0 4px 5px rgb(50 50 93 / 4%);
  overflow: hidden; /* Taşan kısımları (resim gibi) gizler */
  display: flex;
  flex-direction: column;
  transition: transform var(--transition-speed) ease,
    box-shadow var(--transition-speed) ease;
}

/* Kartın üzerine gelince (hover) efekti */
.sektor-kart:hover {
  transform: translateY(-8px); /* Kartı yukarı doğru hafifçe kaldırır */
  box-shadow: 0 10px 25px var(--shadow-color-hover);
}

/* --- Kart İçindeki Resim Alanı --- */
.sektor-resim-container {
  width: 100%;
  height: 220px; /* Resimler için sabit bir yükseklik */
  overflow: hidden; /* Resim büyüdüğünde dışarı taşmasını engeller */
}

.sektor-kart img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* Resmin oranını bozmadan alanı kaplamasını sağlar */
  transition: transform var(--transition-speed) ease-in-out;
}

/* Kartın üzerine gelince resim de hafifçe büyüsün */
.sektor-kart:hover img {
  transform: scale(1.05);
}

/* --- Kartın Altındaki Bilgi Alanı --- */
.sektor-bilgi {
  padding: 25px;
  text-align: center;
  flex-grow: 1; /* Kart yüksekliğini eşitler */
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.sektor-bilgi h3 {
  margin: 0;
  font-size: 1.3rem; /* 21px */
  color: var(--primary-color);
  font-weight: 600;
}

/* --- Mobil Cihazlar İçin Ayarlar --- */
@media (max-width: 768px) {
  .sektorler {
    padding: 50px 0;
  }

  .sektorler-baslik {
    font-size: 2rem; /* 32px */
  }

  .sektorler-grid {
    grid-template-columns: 1fr; /* Mobilde kartlar alt alta tek sütun olsun */
    gap: 25px;
  }
}

/* --- Değiştirilebilir Renk Paleti --- */
:root {
  /* Koyu ve şık bir gradyan için başlangıç ve bitiş renkleri */
  --header-bg-start: #2c3e50; /* Midnight Blue */
  --header-bg-end: #4ca1af; /* Tel */

  /* Metin ve link renkleri */
  --header-text-color: #ffffff;
  --breadcrumb-link-color: rgba(255, 255, 255, 0.75);
  --breadcrumb-active-color: #ffffff;
}

.page-icerik {
  padding: 80px 0px;
}

/* --- Sayfa Başlığı Ana Alanı --- */
.page-baslik1 {
  background: linear-gradient(90deg, #292e66, #454c9d);
  color: var(--header-text-color);
  padding: 40px 0; /* İçeriden ferah bir boşluk */
  position: relative;
  overflow: hidden; /* Ekstra görsel efektler için hazırlık */
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  margin-top: 90px;
}

/* Ekstra dokunuş: Arka plana hafif bir desen ekleyelim */
.page-baslik1::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/icon2.webp");
  background-size: 50px;
  opacity: 4%;
}

/* --- Başlık (H3) --- */
.page-baslik1 h1 {
  font-size:30px; /* 38px */
  font-weight: 700;
  margin-bottom: 0;
  /* Metnin daha okunaklı olması için hafif bir gölge */
}

/* --- Breadcrumb (Sayfa Yolu) Stilleri --- */
.breadcrumb {
  background-color: transparent; /* Bootstrap'in varsayılan arka planını kaldır */
  margin-bottom: 0;
  padding: 0;
  font-size: 0.9rem;
}

.breadcrumb-item {
  color: var(--breadcrumb-active-color);
  font-weight: 500;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
}

/* Breadcrumb linkleri */
.breadcrumb-item a {
  color: var(--breadcrumb-link-color);
  text-decoration: none;
  transition: color 0.2s ease-in-out;
}

.breadcrumb-item a:hover {
  color: var(--header-text-color); /* Hover durumunda rengi parlat */
}

/* Aktif sayfa (link olmayan) */
.breadcrumb-item.active {
  color: var(--breadcrumb-active-color);
  font-weight: 600; /* Aktif sayfayı daha belirgin yap */
}

/* Breadcrumb ayıracı ('/') */
.breadcrumb-item + .breadcrumb-item::before {
  color: var(--breadcrumb-link-color);
  content: "›"; /* Standart '/' yerine daha şık bir karakter */
  padding: 0 0.75rem;
}

/* --- Mobil Cihazlar İçin Ayarlamalar (Responsive) --- */
@media (max-width: 575.98px) {
  .page-baslik1 {
    padding: 30px 0;
  }

  /* Bootstrap'in d-sm-flex class'ı sayesinde mobilde alt alta geçerler. */
  /* Biz sadece hizalamayı ve boşlukları ayarlayalım. */
  .page-baslik1 .d-sm-flex {
    align-items: flex-start !important; /* Her şeyi sola yasla */
    text-align: left;
  }

  .page-baslik1 h3 {
    font-size: 1.8rem; /* Mobilde başlığı biraz küçült */
    margin-bottom: 10px; /* Başlık ile breadcrumb arasına boşluk koy */
  }

  .breadcrumb {
    padding-left: 2px; /* Başlıkla aynı hizada dursun */
  }
}



.iletisim7 .map {
    padding: 0 0 0 50px;
}

.iletisim7 .map iframe {
    min-height: 550px;
}

.iletisim7 .contactalan {
    margin-top: 70px;
}

.iletisim7 .contactalan p {
    line-height: 1.66;
    font-size: 0.9375rem;
    font-style: normal;
    font-weight: 400;
    visibility: visible;
    color: #888;
    padding: 0 50px 20px 0px;
}

.iletisim7 .contactalan h4 {
    font-size: 2.5rem;
    line-height: 1.2;
    margin-bottom: 20px;
    font-weight: 700;
}

.iletisim7 .form1 {
    margin-bottom: 30px;
}

.iletisim7 .form1 .btn {
    display: inline-block;
    height: 55px;
    line-height: 50px;
    padding: 0 30px;
    font-size: 0.8125rem;
    font-weight: 700;
    text-transform: uppercase;
    color: #222;
    background-color: #ffc246;
    letter-spacing: 1px;
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    border: none;
    border-radius: 0 !important;
}

.iletisim7 .form1 input,
.iletisim7 .form1 textarea {
    height: 56px;
    font-size: 14px;
    line-height: 24px;
    padding-left: 20px;
    color: #767676;
    background-color: #F8F8F8;
    border: none;
    border-bottom: solid #00000012 2px;
    border-radius: 0 !important;
}

.iletisim7 .form1 label {
    display: none;
}

.iletisim7 .form1 input::-webkit-input-placeholder,
.iletisim7 .form1 textarea::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    font-size: 14px;
    line-height: 24px;
}

.iletisim7 .form1 input::-moz-placeholder,
.iletisim7 .form1 textarea::-moz-placeholder {
    /* Firefox 19+ */
    font-size: 14px;
    line-height: 24px;
}

.iletisim7 .form1 input:-ms-input-placeholder,
.iletisim7 .form1 textarea:-ms-input-placeholder {
    /* IE 10+  Edge*/
    font-size: 14px;
    line-height: 24px;
}

.iletisim7 .form1 input::-ms-input-placeholder,
.iletisim7 .form1 textarea::-ms-input-placeholder {
    /* MODERN BROWSER */
    font-size: 14px;
    line-height: 24px;
}

.iletisim7 .form1 input::placeholder,
.iletisim7 .form1 textarea::placeholder {
    /* MODERN BROWSER */
    font-size: 14px;
    line-height: 24px;
}

.iletisim7 .form1 textarea {
    height: 180px;
}

.iletisim7 .form1 input:hover,
.iletisim7 .form1 textarea:hover {
    box-shadow: 0 0 15px rgb(0 0 0 / 16%);
    /* Glowing red effect */
    transition: box-shadow 0.3s ease;
}

.iletisim7 {
    width: 100%;
    height: auto;
    padding: 70px 0px;
}

.iletisim7 .liste {
    width: 100%;
    height: auto;
    border: solid 1px #f1f1f1;
    padding: 50px 40px;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    text-align: center;
    min-height: 315px;
}

.iletisim7 .liste .icon {
    width: 100%;
    height: 35px;
    margin-bottom: 20px;
}

.iletisim7 .liste .icon img {
    height: 100%;
}

.iletisim7 .liste:hover .icon {
    transform: rotate(360deg);
    transition: transform 0.5s ease-in-out;
}

.iletisim7 .liste .icon .svgIcon {
    fill: #fa4515;
    height: 35px;
    width: 35px;
}

.iletisim7 .liste .icon path {
    fill: #fa4515;
}

.iletisim7 .liste .baslik {
    width: 100%;
    height: auto;
    font-size: 26px;
    font-weight: 700;
    color: #fa4515;
    margin-bottom: 20px;
}

.iletisim7 .liste .text {
    width: 100%;
    height: auto;
    font-weight: 400;
    font-size: 15px;
}

.iletisim7 .liste .text2 {
    width: 100%;
    height: auto;
    font-weight: 700;
    font-size: 22px;
}







.icerik-sss .sss {
    padding: 119px 15px 119px 30px;
}

.icerik-sss .accordion {
    position: relative;
    z-index: 9;
}

.icerik-sss .accordion-item {
    background: #FDFDFD;
    border: 1px solid #F0F0F0;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 10px;
}

.icerik-sss .accordion-item p {
    font-size: 14px;
    margin-bottom: 0px;
}

.accordion-button:not(.collapsed) {
    color: #fff!important;
    background-color: rgb(250, 69, 21);
    box-shadow: inset 0 -1px 0 rgb(0 0 0 / 13%);
    border-radius: 0px!important;
}

.icerik-sss button.accordion-button {
    font-size: 15px;
    line-height: 30px;
    font-weight: 700;
    padding: 9px 28px 9px 31px;
    color: #272B2E;
}

.icerik-sss button.accordion-button:focus {
    outline: none!important;
    border: none;
    box-shadow: none;
}

.icerik-sss .accordion-button:not(.collapsed)::after {
    background-image: url('../images/okbeyaz.png');
    transform: rotate(-180deg);
}


/**/

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

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

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

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

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

.form2 .guvenlik_input {
    position: relative;
}

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

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

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

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

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

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

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

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

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

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

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




/**/



a.urun_yeni_liste {
    width: 100%;
    height: auto;
    margin-bottom: 45px;
    display: block;
}

a.urun_yeni_liste:hover {
    color: #57A116;
}

a.urun_yeni_liste .resim {
    width: 100%;
    margin-bottom: 15px;
    height: 310px;
    position: relative;
    border: solid 1px #e9e9e9;
    display: flex;
    align-items: center;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

a.urun_yeni_liste .resim img {
    width: 100%;
    transition: transform .3s;
    position: relative;
    z-index: 99;
    height: 230px;
    object-fit: contain;
    margin-top: 0;
}

a.urun_yeni_liste h3 {
    color: #000;
    margin-bottom: 20px;
    font-size: 17px;
    text-align: center;
}

a.urun_yeni_liste .yildiz {
    width: 100%;
    display: none;
    margin: 8px 0 8px !important;
    color: #ffaa17;
}

a.urun_yeni_liste .yildiz i {
    display: block;
}

a.urun_yeni_liste .sr-new-prod-tag {
    min-height: unset;
    min-width: 50px;
    margin: 0;
    background: #ff5b72;
    padding: 0;
    position: absolute;
    left: 20px;
    top: 20px;
    color: #fff;
    width: 50px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    vertical-align: middle;
    font-size: 12px;
    z-index: 1;
    font-weight: 500;
    text-transform: uppercase;
    border-radius: 3px;
}

/*diger-urunler*/

.diger-urunler {
    position: relative;
    display: block;
}

.diger-urunler .owl-nav {
    display: none;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #fa4e05;
}

/*--*/


/**/

.page-urunler-listele-resimler {
  width: 100%;
  margin-bottom: 20px;
  display: block;
  transition: all 0.3s ease;
}

.page-urunler-listele-resimler .img-thumbnail {
  overflow: hidden;
  border-radius: 15px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  transition: box-shadow 0.4s ease, transform 0.3s ease;
  position: relative;
}

.page-urunler-listele-resimler:hover .img-thumbnail {
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.2);
  transform: translateY(-10px);
}

.page-urunler-listele-resimler .image {
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  transition: all 0.3s ease;
}

.page-urunler-listele-resimler .image img {
  max-width: 100%;
  border-radius: 8px;
  transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

.page-urunler-listele-resimler:hover .image img {
  transform: scale(1.15) rotate(2deg);
}

.page-urunler-listele-resimler .image .zoom {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: opacity 0.4s ease;
  background: rgba(0, 0, 0, 0.4);
}

.page-urunler-listele-resimler:hover .image .zoom {
  opacity: 1;
}

.page-urunler-listele-resimler .image .zoom i {
  font-size: 30px;
  color: #fff;
  background: #fa4515;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.page-urunler-listele-resimler .image .zoom i:hover {
  transform: scale(1.1);
}

.page-urunler-listele-resimler .images-list-text {
  width: 100%;
  height: 60px;
  text-align: center;
  padding: 10px 0;
  color: #555;
  line-height: 1.5;
  font-weight: bold;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  background: #f8f9fa;
  transition: color 0.3s ease, background 0.3s ease;
  border-top: 1px solid #e0e0e0;
  border-radius: 0 0 15px 15px;
}

.page-urunler-listele-resimler:hover .images-list-text {
  color: #007bff;
  background: #e9ecef;
}

/**/


:root {
    --primary-color: #0056b3;
    --secondary-color: #f0f2f5;
    --text-color: #333;
    --light-text-color: #666;
    --white-color: #ffffff;
    --border-radius: 12px;
    --shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}


.product-container {
    width: 100%;
}

.product-gallery {
    width: 100%;
}

/* Ana Resim Galerisi */
.main-swiper {
    width: 100%;
    height: auto;
    border-radius: var(--border-radius);
    margin-bottom: 15px;
}

.main-swiper .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 430px;
}

.main-swiper .swiper-slide img {
    width: 80%;
    height: auto;
    object-fit: contain;
}

/* Küçük Resim Galerisi */
.thumbs-swiper {
    height: 100px;
    box-sizing: border-box;
    padding: 10px 0;
}

.thumbs-swiper .swiper-slide {
    width: 25%;
    height: 100%;
    opacity: 0.5;
    cursor: pointer;
    transition: opacity 0.3s ease, border-color 0.3s ease;
    border: 2px solid transparent;
    border-radius: 8px;
    overflow: hidden;
}

.thumbs-swiper .swiper-slide-thumb-active {
    opacity: 1;
    border-color: var(--primary-color);
}

.thumbs-swiper .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-details {
    flex: 1;
    display: flex;
    background: #f9f9f9;
    flex-direction: column;
    padding: 60px
}

.product-details h2 {
    font-size: 25px;
    font-weight: 700;
    color: var(--text-color);
    margin-top: 0;
    line-height: 1.2;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.product-description p {
    line-height: 1.3;
    letter-spacing: 0px;
    font-weight: 4 00;
    font-size: 15px;
}

.product-details h3 {
    font-size: 1.4rem;
    font-weight: 600;
    margin-top: 25px;
    margin-bottom: 15px;
    border-bottom: 1px solid #e7e7e7;
    padding-bottom: 8px;
}

.usage-list ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.usage-list ul li {
    background-color: #ffffff;
    color: var(--text-color);
    padding: 8px 18px;
    border-radius: 50px;
    font-size: 0.9rem;
    font-weight: 500;
    transition: all 0.3s ease;
    border: solid 1px #e4e4e4;
}

.usage-list ul li:hover {
    background-color: #e0e4e9;
    transform: translateY(-2px);
    border: solid 1px #e4e4e4;
}

a.cta-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 15px 30px;
    background: linear-gradient(45deg, #FA4515, #FA4515);
    color: var(--white-color);
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    margin-top: 40px;
    transition: all 0.3s ease;
    display: in;
    max-width: 180px;
}

a.cta-button i {
    margin-right: 12px;
    font-size: 1.3rem;
}

a.cta-button:hover {
    color: #fff;
    transform: translateY(-3px);
}


.zoom-container {
  position: relative;
  overflow: hidden;
  height: 290px;
}

.zoom-container img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.magnifier {
  position: absolute;
  border: 2px solid white;
  border-radius: 50%;
  cursor: none;
  /* büyüteç boyutu */
  width: 100px;
  height: 100px;
  overflow: hidden;
  display: none;
}
.magnifier img {
  position: absolute;
  width: 200%; /* yakınlaştırma oranı */
  height: 200%;
  object-fit: contain;
}


.guvenlik_resim{
  position: relative;
  right: -180px;
  bottom: 41px;
}