/*--------------------------------------------------------------------- File Name: style.css ---------------------------------------------------------------------*/


/*--------------------------------------------------------------------- import Files ---------------------------------------------------------------------*/

@import url(animate.min.css);
@import url(normalize.css);
@import url(icomoon.css);
@import url(css/font-awesome.min.css);
@import url(meanmenu.css);
@import url(owl.carousel.min.css);
@import url(swiper.min.css);
@import url(slick.css);
@import url(jquery.fancybox.min.css);
@import url(jquery-ui.css);
@import url(nice-select.css);

/*--------------------------------------------------------------------- skeleton ---------------------------------------------------------------------*/

/* style.css dosyasında bu kodları güncelle */



* {
    box-sizing: border-box !important;
    transition: ease all 0.5s;
}

html {
    scroll-behavior: smooth;
}



 body {
    color: #666666; 
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    line-height: 1.80857;
    font-weight: normal;
    overflow-x: hidden;
} 

a {
    color: #1f1f1f;
    text-decoration: none !important;
    outline: none !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    letter-spacing: 0;
    font-weight: normal;
    position: relative;
    padding: 0 0 10px 0;
    font-weight: normal;
    line-height: normal;
    color: #111111;
    margin: 0
}

h1 {
    font-size: 24px
}

h2 {
    font-size: 22px
}

h3 {
    font-size: 18px
}

h4 {
    font-size: 16px
}

h5 {
    font-size: 14px
}

h6 {
    font-size: 13px
}

*,
*::after,
*::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: #212121;
    text-decoration: none!important;
    opacity: 1
}

button:focus {
    outline: none;
}

ul,
li,
ol {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

p {
    margin: 20px;
    font-weight: 300;
    font-size: 15px;
    line-height: 24px;
}

a {
    color: #222222;
    text-decoration: none;
    outline: none !important;
}

a,
.btn {
    text-decoration: none !important;
    outline: none !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

img {
    max-width: 100%;
    height: auto;
}

 :focus {
    outline: 0;
}

.paddind_bottom_0 {
    padding-bottom: 0 !important;
}

.btn-custom {
    margin-top: 20px;
    background-color: transparent !important;
    border: 2px solid #ddd;
    padding: 12px 40px;
    font-size: 16px;
}

.lead {
    font-size: 18px;
    line-height: 30px;
    color: #767676;
    margin: 0;
    padding: 0;
}

.form-control:focus {
    border-color: #ffffff !important;
    box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .25);
}

.navbar-form input {
    border: none !important;
}

.badge {
    font-weight: 500;
}

blockquote {
    margin: 20px 0 20px;
    padding: 30px;
}

button {
    border: 0;
    margin: 0;
    padding: 0;
    cursor: pointer;
}

.full {
    float: left;
    width: 100%;
}

.layout_padding {
    padding-top: 100px;
    padding-bottom: 0px;
}

.padding_0 {
    padding: 0px;
}


/* header section start */

.header_section {
    width: 100%;
    margin: 0 auto !important;
    height: auto;
    background-color: #f8f9fa;
    position: fixed; /* Menüyü ekrana çiviler */
    top: 0;          
    left: 0;         
    z-index: 9999;
    
}

.header_bg {
    background: #ffffff;
    border-bottom: 1px solid #eac824;
}



.navbar-expand-lg .navbar-nav .nav-link {
    padding: 23px 20px 10px 20px;
    font-size: 18px;
    color: #000000;
    margin: 0px 6px;
    font-weight: bold;
    font-style: italic;
    background-color: transparent;
}

.navbar-brand {
    position: absolute !important; 
    left: 40px !important; /* Logonun soldan mesafesi */
    top: 0px !important;   /* Logonun yukarıdan mesafesi */
    float: none !important;
    margin: 0 !important;
}

.navbar-collapse {
    display: flex !important;
    justify-content: center !important; /* Yatayda tam orta */
    width: 100% !important;
    text-align: center !important;
}


.navbar-nav {
    margin: 0 auto !important; /* Sağ sol boşluk otomatik */
    padding: 0 !important;
    float: none !important;
    display: flex !important;
    flex-direction: row !important; /* Yan yana diz */
}

/* MOBİL ÇAKIŞMALARI DÜZELTEN EK CSS */
@media (max-width: 991px) {
    .navbar-brand {
        position: relative !important;
        left: 0 !important;
        top: 5px !important;
    }

    .navbar-nav {
        flex-direction: column !important; /* Elemanları alt alta dizer */
        background: #f8f9fa;
        padding: 20px 0 !important;
    }

    /* Yan yana dizilmeye zorlayan kuralları mobilde iptal eder */
    .navbar-collapse {
        display: none !important; /* Kapalıyken gizle */
        width: 100% !important;
    }

    /* Bootstrap'in açılır menü mekanizmasını zorla aktif eder */
    .navbar-collapse.show {
        display: block !important;
    }

    .nav-link {
        padding: 15px !important;
        border-bottom: 1px solid #ddd;
    }
}


.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
    color: #ffffff;
    background-color: #afafaf;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: #ffffff;
    background-color: #afafaf;
}




.navbar-brand img{
    position: relative;
    top: 0px;
}

.navbar {
    padding: 0px 40px 0px 40px;
}


/* header section end */


/* banner section start */

.banner_section {
    width: 100%;
    float: left;
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../images/pexelsbanner.jpg);
    height: auto;
    background-size: 100%;
    background-repeat: no-repeat;    
    min-height: 600px;

    display: flex;              /* Esnek kutu modunu açar */
    align-items: center;        /* İçeriği dikeyde (yukarı-aşağı) TAM ORTALAR */
    justify-content: center;    /* İçeriği yatayda (sağ-sol) ortalar */
    
    
    padding: 0 15px;
}

.banner_taital {
    width: 100%;
    float: left;
    font-size: 70px;
    color: #000;
    font-weight: bold;
    margin: 0px;
    font-family: 'Philosopher', sans-serif;
}

.banner_text {
    width: 90%;
    font-size: 60px;
    color: #dcc022;
    padding-top: 10px;
    text-transform: uppercase;
    font-family: 'Philosopher', sans-serif;
}

.started_text {
    width: 140px;
    float: left;
    margin-top: 100px;
}

.started_text a {
    width: 100%;
    float: left;
    padding: 10px 10px;
    color: #000;
    background-color: #e7c100;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: 'Philosopher', sans-serif;
}

.started_text a:hover {
    color: #ffffff;
    background-color: #1e211f;
}

.banner_img {
    width: 100%;
    float: left;
}

.banner_menu {
    width: 60%;
    float: right;
    margin-top: 50px;
}

.banner_menu ul {
    margin: 0px;
    padding: 0px;
}

.banner_menu li {
    font-size: 18px;
    color: #000;
    text-transform: uppercase;
    font-weight: 600;
    font-family: 'Philosopher', sans-serif;
}

.banner_menu li a {
    color: #000;
}

.banner_menu li a:hover {
    color: #e7c100;
}

.carousel-indicators li {
    width: 20px;
    height: 20px;
    background-color: #e8c51d;
    border-radius: 100px;
}

.carousel-indicators .active {
    background-color: #161616;
}

.carousel-indicators {
    bottom: -30px;
}



/* banner section end */


/* about_section start */

.about_section {
    width: 100%;
    float: left;
}

.about_section_2 {
    width: 100%;
    float: left;
    background-color: #afafaf;
    height: auto;
    background-size: 100%;
    padding: 90px 0px;
    margin-top: 40px;
}

.about_taital_main {
    width: 60%;           /* Yazı çok yayılmasın diye genişliği %80 yaptık */
    margin: 0 auto;       /* Bloğu sayfanın ortasına getirir */
    float: none;          /* Sola yaslamayı iptal eder */
    text-align: center;   /* İçindeki yazıları ortalar */
    padding: 50px 0px;
}


.about_taital {
    width: 100%;
    float: center;
    font-size: 40px;
    color: #191919;
    font-weight: bold;
    text-align: center;
    margin-bottom: 60px !important;
}

.head_taital {
    width: 100%;
    float: left;
    font-size: 26px;
    color: #191919;
    font-weight: bold;
}

.about_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #272726;
    margin: 0px;
    padding-top: 20px;
    margin-bottom: 40px !important;
}

.read_bt {
    width: 175px;
    float: none; 
    margin: 40px auto 0 auto !important;  
    display: block;
}

.read_bt a {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #fefefd;
    padding: 0px;
    font-weight: bold;
    text-transform: uppercase;
    background-color: #363636;
    text-align: center;
    border-radius: 40px;
    padding: 12px;
}

.read_bt a:hover {
    color: #191919;
    background-color: #ffffff;
}


.about_img img {
    float: none !important;       
    display: block !important;    
    margin: 0 auto !important;    
    
    width: auto !important;       
    max-width: 100% !important;   
    height: 450px;

}


/* about section end */

/* body section start */

.about_text strong {
    font-weight: 800 !important;
}

.urun-detay-kutusu {
    display: none; 
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 8px;
    margin-top: 20px;
}

/* --- SAYFA İÇİ ÜRÜN TASARIMI --- */

.container {
    max-width: 1200px; /* İçerik çok genişleyip dağılmasın */
    margin: 0 auto;    /* SOL VE SAĞDAN OTOMATİK ORTALA */
    padding: 0 20px;   /* Telefondan girenler için kenar boşluğu */
}

.urun-detay-kutusu {
    display: none;        /* JS ile açılacağı için başta gizli */
    margin-top: 80px;     /* Header ile araya mesafe koyar */
    margin-bottom: 150px; /* Footer (alt kısım) ile araya mesafe koyar */
    border: none;         
}

/* Büyük Başlık Stili (KAPAKLAR yazısı) */
.sayfa-basligi {
    font-size: 36px;
    font-weight: 800; /* Kalın */
    color: #000;
    margin-bottom: 40px; /* Altına boşluk */
    text-transform: uppercase; /* Hepsi büyük harf olsun */
    letter-spacing: -1px; /* Harfleri hafif yanaştır */
}

/* Ürünlerin yan yana dizilmesi için kutu */
.urun-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 30px; /* Kartlar arası boşluk */
}

/* Mobilde tek sütun olsun */
@media screen and (max-width: 768px) {
    .urun-karti {
        width: 100%; /* Telefondan girenler tam genişlik görsün */
    }
}

/* Tekil Ürün Kartı */
.urun-karti {
    width: 300px; /* Kart genişliği */
    cursor: pointer;
    transition: transform 0.3s ease; /* Hareket efekti */
}

/* Üzerine gelince kart hafif yukarı çıksın */
.urun-karti:hover {
    transform: translateY(-5px);
}

/* ######################################### */

/* --- BÜYÜTME (ZOOM) BUTONU STİLİ --- */
.zoom-btn {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 20; /* Resmin ve diğer ögelerin üstünde dursun */
    width: 40px;
    height: 40px;
    background-color: rgba(255, 255, 255, 0.8); /* Yarı saydam beyaz */
    border-radius: 50%; /* Yuvarlak buton */
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}

.zoom-btn:hover {
    background-color: #f1c40f; 
    transform: scale(1.1); /* Hafif büyüsün */
}

.zoom-btn i {
    color: #333;
    font-size: 18px;
}

/* --- GÜNCELLENMİŞ LIGHTBOX (MODAL) CSS --- */

.modal {
  display: none; /* Varsayılan olarak gizli */
  position: fixed; /* Yerinde sabit */
  z-index: 99999; /* En üstte */
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0, 0.6); 
  overflow-y: auto; /* İçerik uzunsa dikey kaydırmaya izin ver */
  padding: 50px 20px; 
  text-align: center; 

}

/* Modal İçeriği (Büyüyen Resim) */
.modal-content {
  display: inline-block; /* text-align:center ile çalışması için */
  margin: auto; /* Yatay ortalama için garanti */
  width: auto;
  max-width: 90%;
  max-height: 80vh;
  object-fit: contain;
  background-color: transparent; /* Resim arkası beyaz olmasın */
  border-radius: 4px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.5); /* Resmin öne çıkması için gölge */
  position: relative;
  top: 50%;
  transform: translateY(-50%); /* Dikeyde tam ortaya gelmesi için */
}

.modal::before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.25em;
}
.modal-content {
    vertical-align: middle;
    top: auto;
    transform: none;
}


.close {
  position: fixed; /* Resimle beraber kaymasın, ekranda sabit dursun */
  top: 20px;
  right: 30px;
  color: #fff;
  font-size: 45px;
  font-weight: bold;
  text-shadow: 0 0 10px rgba(0,0,0,0.5);
  z-index: 100000;
  transition: 0.3s;
}

.close:hover,
.close:focus {
  color: #f1c40f;
  text-decoration: none;
  cursor: pointer;
}

/* Zoom Animasyonu */
@keyframes zoomIn {
  from {transform:scale(0.9); opacity: 0;} 
  to {transform:scale(1); opacity: 1;}
}

.modal-content {
    animation: zoomIn 0.3s ease;
}

/* --- MODAL (BÜYÜTÜLMÜŞ EKRAN) İLERİ/GERİ BUTONLARI --- */
.modal-prev, .modal-next {
  cursor: pointer;
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: bold;
  font-size: 24px;
  transition: 0.3s ease;
  user-select: none;
  z-index: 100000;
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 50%;
}

.modal-prev {
  left: 30px;
}

.modal-next {
  right: 30px;
}

.modal-prev:hover, .modal-next:hover {
  background-color: #f1c40f; /* Sitenizin sarı rengi */
  color: #333;
  transform: translateY(-50%) scale(1.1); /* Üzerine gelince hafif büyüsün */
}

/* Mobilde okları biraz küçültelim ve kenarlara yaklaştıralım */
@media screen and (max-width: 768px) {
  .modal-prev { left: 10px; }
  .modal-next { right: 10px; }
  .modal-prev, .modal-next { width: 40px; height: 40px; font-size: 20px;}
}

/* ######################################### */

/* Resmin olduğu kutu (Turuncu arka planlı kısım) */
.resim-kutusu {
    width: 100%;
    height: 300px;
    background-color: #fcece4; /* O resimdeki somon/krem rengi */
    border-radius: 12px; /* Köşeleri yuvarlat */
    display: flex;
    align-items: center;     
    justify-content: center; 
    overflow: hidden;
    margin-bottom: 15px;
}

/* Resmin kendisi */
.resim-kutusu img {
    max-width: 100%;  /* Resim kutudan taşmasın */
    max-height: 100%;
    object-fit: contain;
    mix-blend-mode: multiply; /* Resmin beyaz arka planını silmeye çalışır (varsa) */
}

/* Ürün Başlığı (Termoform yazısı) */
.bilgi-kutusu h3 {
    font-size: 18px;
    font-weight: 700;
    color: #000;
    margin: 0 0 5px 0;
}

/* Alt Açıklama (Gri ufak yazılar) */
.bilgi-kutusu p {
    font-size: 12px;
    color: #666;
    margin: 0;
    text-transform: uppercase;
    line-height: 1.4;
}

/* --- SLIDER CSS AYARLARI --- */

.resim-kutusu {
    position: relative; /* Butonları içeriye hapsetmek için şart */
    /* Diğer ayarların (width, height, background) aynen kalsın */
}

/* Tüm resimlerin genel ayarı */
.slider-resim {
    display: none; /* Hepsini gizle */
    width: 100%;
    height: 100%;
    object-fit: contain; /* Resmi kutuya sığdır */
    animation: fadeEffect 0.5s; /* Geçiş efekti */
}

/* Sadece 'aktif' sınıfına sahip olan görünsün */
.slider-resim.aktif {
    display: block;
}

/* Sağ ve Sol Butonlar */
.slider-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.3); /* Yarı saydam siyah */
    color: white;
    border: none;
    cursor: pointer;
    padding: 10px;
    font-size: 18px;
    border-radius: 50%; /* Yuvarlak buton */
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
    z-index: 10; /* Resimlerin üstünde dursun */
}

.slider-btn:hover {
    background-color: rgba(0, 0, 0, 0.8); /* Üzerine gelince koyulaş */
}

/* Buton Konumları */
.sol-btn { left: 10px; }
.sag-btn { right: 10px; }

/* Geçiş Animasyonu (Soft geçiş için) */
@keyframes fadeEffect {
    from {opacity: .4} 
    to {opacity: 1}
}


/* body section end */

/* product section start */

.classes_section {
    width: 100%;
    float: left;
}

.classes_taital {
    width: 100%;
    float: left;
    font-size: 40px;
    color: #272726;
    font-weight: bold;
}

.classes_border {
    width: 100%;
    float: left;
    border: 1px solid #000;
    height: auto;
    padding: 90px 60px;
}

.classes_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #000000;
    margin: 0px;
}

.classes_section_2 {
    width: 100%;
    float: left;
}

.classes_img {
    width: 100%;
    float: left;
    margin-top: 40px;
}

.astanga_taital {
    width: 100%;
    float: left;
    font-size: 20px;
    color: #000;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 7px;
    margin-top: 10px;
}

.astanga_text {
    width: 86%;
    float: left;
    font-size: 16px;
    color: #000000;
    margin: 0px;
    letter-spacing: 3px;
}

.read_btn {
    width: 175px;
    float: left;
    padding-top: 40px;
}

.read_btn a {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #282828;
    padding: 0px;
    font-weight: bold;
    background-color: #e8c51d;
    text-align: center;
    border-radius: 40px;
    padding: 12px;
}

.read_btn a:hover {
    color: #191919;
    background-color: #ffffff;
}

.sidebar {
  width: 250px;
  background-color: #f4f4f4; /* Hafif gri arka plan */
  padding: 20px 0;
  font-family: sans-serif;
}
.menu-list a:hover, .menu-list a.active {
    background-color: var(--ana-yesil) !important; /* Seçili kategori yeşil olsun */
    color: #ffffff !important;
    box-shadow: 0 4px 12px rgba(46, 204, 113, 0.3);
}

.menu-list {
  list-style: none;
  padding: 0;
  margin: 0;
}


.menu-list li {
  border-bottom: 1px solid #ddd; /* Satır aralarındaki çizgiler */
}

.menu-list li a {
  display: block;
  padding: 12px 20px;
  text-decoration: none;
  color: #555;
  font-size: 14px;
  font-weight: bold;
  transition: 0.3s;
}


.main-container {
    display: flex;
    max-width: 1200px;
    margin: 40px auto;
    gap: 30px; /* Menü ile içerik arasındaki boşluk */
    font-family: sans-serif;
    align-items: flex-start; /* İkisini de yukarı hizalar */
}

/* ###################################### Sol Menü Tasarımı */
.left-sidebar {
    background-color: #ffffff;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
}

.menu-list li {
    border-bottom: none; /* Çizgileri kaldırıp boşlukla ayırmak daha modern durur */
    margin-bottom: 12px; /* Her buton arasına 12px boşluk */
}

.menu-list a {
    display: block;
    padding: 18px 25px; /* İç boşluğu artırarak butonu dikeyde büyüttük */
    border-radius: 12px; /* Daha yumuşak köşeler */
    color: #636e72 !important;
    font-weight: 600; /* Yazıları biraz daha belirgin yaptık */
    font-size: 15px;
    line-height: 1.4; /* Satır yüksekliğini artırdık */
    transition: all 0.4s ease;
    background: #fdfdfd; /* Çok hafif bir arka plan rengi */
    border: 1px solid #f1f1f1; /* Hafif çerçeve */
}

/* .menu-list li {
    border-bottom: 1px solid #f1f1f1;
    margin-bottom: 5px;
}

.menu-list a {
    border-radius: 8px;
    margin: 2px 0;
    color: #636e72 !important;
    font-weight: 500;
} */

.menu-list a:hover, .menu-list a.active {
    background-color: #f1c40f !important; /* Kurumsal sarınız */
    color: #ffffff !important;
    padding-left: 25px;
    box-shadow: 0 4px 12px rgba(241, 196, 15, 0.3);
}

.content-title {
    font-size: 32px;
    font-weight: 700;
    color: #2d3436;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 10px;
}

.content-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60px;
    height: 4px;
    background: #f1c40f;
    border-radius: 2px;
}

.content-text p {
    font-size: 16px;
    line-height: 1.8;
    color: #636e72;
    margin: 20px 0;
}


/* Alt Menü Gizleme */
.hidden {
    display: none;
}
.submenu li a {
    font-weight: 400;
    font-size: 13px;
    padding-left: 30px;
    color: #555;
}

/* Sağ İçerik Alanı */
.right-content {
    flex-grow: 1; /* Kalan tüm alanı kaplar */
}

/* Tab İçeriklerini Gizle/Göster */
.tab-content {
    display: none; /* Varsayılan olarak hepsi gizli */
    animation: fadeIn 0.5s; /* Yumuşak geçiş efekti */
}

.tab-content.active {
    display: block; /* Sadece aktif olan görünür */
}

/* ######################################################################################### */
/* Mevcut .product-grid ve .product-item kısımlarını bununla değiştir */
.product-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr)); /* Daha esnek dizilim */
    gap: 25px;
    margin-top: 30px;
}

.product-item {
    background: #ffffff;
    border: none; /* Sert çizgileri kaldırıyoruz */
    border-radius: 16px; /* Daha modern yuvarlak köşeler */
    padding: 25px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1); /* Yumuşak animasyon */
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05); /* Çok hafif gölge */
    height: 320px;
    position: relative;
    overflow: hidden;
}

.product-item:hover {
    transform: translateY(-10px); /* Daha belirgin yükselme */
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12); /* Hoverda derinlik */
}

.product-item img {
    max-height: 180px;
    width: auto;
    object-fit: contain;
    margin-bottom: 20px;
    filter: drop-shadow(0 5px 15px rgba(0,0,0,0.08)); /* Ürün resmine derinlik katar */
}

.product-item span {
    font-size: 15px;
    font-weight: 600;
    color: #2d3436;
    letter-spacing: 1px;
    margin-top: auto;
    padding: 10px 15px;
    background: #f8f9fa;
    border-radius: 8px;
    width: 100%;
}
/* ######################################################################################### */





@media (max-width: 768px) {
    /* Menü ve İçerik sıralamasını kontrol et */
    .main-container {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    /* Sol menüyü daha kompakt yap */
    .left-sidebar {
        width: 100%;
        padding: 10px;
        position: sticky;
        top: 70px; 
        z-index: 100;
        background: #fff;
        box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    }

    /* Menü elemanlarını yan yana dizmek */
     .menu-list {
        display: flex;
        overflow-x: auto;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
    } 

    .tab-content {
        padding: 20px 10px;
        border-top: 2px solid #f1c40f; /* Nereye tıklandığını belli eder */
    }

    /* Başlık altındaki çizgiyi belirginleştir */
    .content-title {
        font-size: 24px;
        border-bottom: 3px solid #f1c40f;
        display: inline-block;
        margin-bottom: 15px;
    }
}

/* ######################################################################################### */

.feature-list {
    margin-top: 15px;
    padding-left: 20px; /* Maddelerin içeri girmesini sağlar */
    list-style-type: disc; /* Başlarına nokta koyar */
}

.feature-list li {
    margin-bottom: 8px; /* Maddeler arası boşluk */
    color: #444;
    font-size: 15px;
}

.single-product-wrapper {
    margin-top: 30px;
    padding: 10px;
    background-color: #fff; /* İstersen kaldırabilirsin */
    text-align: left; /* Resmi sola yaslar (ortalamak için center yap) */
}

/* Resmin kendisi */
.single-product-wrapper img {
    max-width: 100%;  
    width: 350px;     /* Masaüstünde görünecek ideal genişlik*/
    height: auto;     /* Orantıyı korur, sünme yapmaz */
    border-radius: 8px; /* Köşeleri hafif yumuşatır */
    box-shadow: 0 4px 15px rgba(0,0,0,0.1); /* Güzel bir gölge verir */
    border: 1px solid #eee; /* Çok ince bir çerçeve */
}


/* Menü Kapsayıcısı (Konumlandırma için gerekli) */
.acilir-menu {
  position: relative;
  display: inline-block;
}


.menu-baslik {
  text-decoration: none;
  padding: 15px;
  color: #333; /* Mevcut menü rengine göre değiştirebilirsin */
  display: block;
}

@media (max-width: 991px) {
    /* Mutlak konumlandırmayı mobilde iptal et */
    .menu-icerik, .alt-menu-icerik {
        position: static !important; /* Elemanları normal akışa döndürür */
        display: none; 
        width: 100% !important;
        box-shadow: none !important;
        border: none !important;
        padding-left: 15px !important; /* Alt menü olduğunu belli etmek için girinti */
        visibility: visible !important;
        opacity: 1 !important;
        transform: none !important;
    }

    /* Menü açık olduğunda görünür yap */
    .menu-icerik.mobil-acik, .alt-menu-icerik.mobil-acik {
        display: block !important;
    }

    /* Mevcut hover efektini mobilde devre dışı bırak */
    .acilir-menu:hover > .menu-icerik,
    .alt-menu-kapsayici:hover > .alt-menu-icerik {
        display: none; 
    }
}

/* --- AÇILIR MENÜ KUTUSU --- */
.menu-icerik {
  display: none;
  position: absolute;
  background-color: #ffffff;
  min-width: 220px; 
  box-shadow: 0 10px 30px rgba(0,0,0,0.15); 
  border-radius: 8px; 
  padding: 10px 0;
  z-index: 999;
  top: 100%;
  left: 0;
  /*Kutunun üstüne ince sarı*/
  border-top: 3px solid #f1c40f; 
}

/* --- LİNKLERİN GENEL GÖRÜNÜMÜ --- */
.menu-icerik a {
  color: #555;
  padding: 12px 20px;
  text-decoration: none;
  display: block;
  text-align: left;
  font-size: 14px; 
  font-weight: 500;
  border-bottom: none; 
  transition: all 0.3s ease; 
}

.menu-icerik a:hover {
  background-color: #fcfcfc;
  color: #000;
  /* Yazı hafifçe sağa kaysın*/
  padding-left: 28px; 
  border-left: 3px solid #f1c40f; 
}

/* "Ürünler"in üzerine gelince menüyü göster */
.acilir-menu:hover .menu-icerik {
  display: block;
}


.alt-menu-kapsayici {
  position: relative; /* Yan menü bu satıra göre hizalansın */
  width: 100%;        /* Satırın tamamını kaplasın */
}


.alt-menu-icerik {
  display: none;      /* Başlangıçta hepsi GİZLİ */
  position: absolute; /* Serbest dolaşım */
  left: 100%;         /* Kutunun tam sağ tarafına yapış */
  top: 0;             /* Üstten hizala */
  
  /* Görünüm Ayarları */
  background-color: #ffffff;
  min-width: 200px;
  box-shadow: 5px 5px 15px rgba(0,0,0,0.15);
  border-radius: 8px;
  padding: 10px 0;
  margin-left: 0px;   /* Boşluk yok (mouse düşmesin diye) */
  border-left: 3px solid #f1c40f; 
  z-index: 1000;      /* En üstte dursun */
}


.alt-menu-kapsayici:hover > .alt-menu-icerik {
  display: block;
}

/* Linklerin Tasarımı */
.alt-menu-icerik a {
  color: #555;
  padding: 10px 20px;
  text-decoration: none;
  display: block;
  font-size: 14px;
  transition: all 0.3s ease;
  white-space: nowrap; /* Yazılar yan yana sığmazsa alt satıra inmesin, kutu uzasın */
}

.alt-menu-icerik a:hover {
  background-color: #f9f9f9;
  color: #000;
  padding-left: 25px;
}

/* product section end */


/* contact section start */
.send_bt button {
    background-color: #afafaf;  /* İSTEDİĞİN GRİ RENK */
    color: #ffffff;             /* Yazı Rengi Beyaz */
    border: none;
    width: 100%;                /* Kutuya tam sığsın */
    height: 55px;               /* Yükseklik */
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;  /* Büyük harf */
    cursor: pointer;            /* El işareti çıksın */
    transition: background-color 0.3s ease; /* Renk değişimi yumuşak olsun */
}

.send_bt button:hover {
    background-color: #000000;  /* ÜZERİNE GELİNCE SİYAH */
    color: #ffffff;
}

.contact_section {
    width: 100%;
    float: left;
    padding-bottom: 90px;
}

.contact_taital {
    width: 100%;
    float: left;
    font-size: 40px;
    color: #2b2b2a;
    font-weight: bold;
    text-align: center;
}

.contact_section_2 {
    width: 100%;
    margin: 0 auto;
}

.mail_section {
    width: 70%;
    margin: 0 auto;
}

.mail_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #707070;
    border: 1px solid #787879;
    background-color: transparent;
    padding: 14px 15px;
    margin-top: 40px;
}

input.mail_text::placeholder {
    color: #707070;
}

.massage-bt {
    color: #707070;
    width: 100%;
    height: 130px;
    font-size: 18px;
    background-color: transparent;
    padding: 40px 15px 0px 15px;
    border: 1px solid #787879;
    margin-top: 40px;
}

textarea#comment.massage-bt::placeholder {
    color: #707070;
}

.send_bt {
    width: 160px;
    margin: 0 auto;
    text-align: center;
}

.send_bt a {
    width: 100%;
    float: left;
    text-align: center;
    font-size: 18px;
    color: #ffffff;
    background-color: #afafaf;
    padding: 16px;
    text-transform: uppercase;
    margin-top: 30px;
    display: block;
    font-weight: bold;
}

.send_bt a:hover {
    color: #ffffff;
    background-color: #252525;
}

/* İletişim Bilgileri Alanı */
.contact-info-row {
    margin-top: 30px;
    margin-bottom: 40px; /* Form ile arasına boşluk koyar */
    text-align: center;  /* Her şeyi ortalar */
}

.contact-box {
    margin-bottom: 20px; /* Mobilde alt alta gelirse yapışmasın */
}

/* Gri Yuvarlak İkon Arka Planı */
.icon-circle {
    background-color: #f1f1f1; /* Açık gri arka plan */
    width: 60px;
    height: 60px;
    border-radius: 50%; /* Tam yuvarlak yapar */
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 15px auto; /* Ortalar ve altına boşluk verir */
    transition: 0.3s;
}

/* İkonun Kendisi */
.icon-circle i {
    font-size: 24px;
    color: #000; /* İkon rengi siyah */
}

/* Hover Efekti (Üzerine gelince renk değişimi) - İsteğe bağlı */
.contact-box:hover .icon-circle {
    background-color: #333; /* Koyu griye döner */
}
.contact-box:hover .icon-circle i {
    color: #fff; /* İkon beyaza döner */
}

.contact-info-row {
    display: flex;           /* Esnek kutu yapısını açar */
    justify-content: center; /* Yatayda tam ortalar */
    flex-wrap: wrap;         /* Mobilde sığmazsa alt satıra indirir */
    margin-top: 30px;
    margin-bottom: 40px;
    text-align: center;
}

/* Başlıklar (Adres, Telefon vb.) */
.contact-box h4 {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 10px;
    color: #000;
}

/* Yazılar ve Linkler */
.contact-box p, .contact-box p a {
    color: #555;
    font-size: 14px;
    line-height: 1.5;
    text-decoration: none;
}


/* contact section end */


/* footer section start */


.footer_section .row {
    display: flex !important;
    justify-content: center !important; 
}

.footer_section {
    width: 100%;
    float: left;
    background-color: #2e2e2e;
    height: auto;
    padding: 90px 0px;
}

.footer_section_2 {
    width: 100%;
    float: left;
}

.useful_text {
    width: 100%;
    font-size: 26px;
    color: #ffffff;
    font-weight: bold;
}

.dummy_text {
    width: 90%;
    float: left;
    font-size: 16px;
    color: #ffffff;
    margin: 20px 0px;
}

.location_text {
    width: 100%;
    float: left;
}

.location_text a {
    width: 100%;
    float: left;
    color: #ffffff;
    font-size: 16px;
}

.location_text a:hover {
    color: #e8c51d;
}

.footer_menu {
    width: 100%;
    float: left;
}

.footer_menu ul {
    margin: 0px;
    padding: 0px;
}

.footer_menu li a {
    font-size: 16px;
    color: #ffffff;
    padding: 10px 0px 5px 0px;
    display: block;
}

.footer_menu li a:hover {
    color: #e8c51d;
}

.social_icon {
    width: 100%;
    float: left;
}

.social_icon ul {
    margin: 0px;
    padding: 0px;
}

.social_icon li {
    float: left;
}

.social_icon li a {
    float: left;
    padding: 2px 7px;
    background-color: #ffffff;
    color: #2e2e2e;
    border-radius: 100%;
    font-size: 20px;
    margin-right: 5px;
    width: 41px;
    text-align: center;
    margin-top: 10px;
}

.social_icon li a:hover {
    background-color: #e8c51d;
    color: #ffffff;
}

.update_mail {
    color: #ffffff;
    width: 100%;
    height: 55px;
    font-size: 18px;
    padding: 10px 20px 0px 0px;
    background-color: transparent;
    border-bottom: 1px solid #ffffff !important;
    border: 0px;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
    display: block;
}

textarea#comment::placeholder {
    color: #fff;
}

.subscribe_bt {
    width: 140px;
    float: left;
}

.subscribe_bt a {
    width: 100%;
    float: left;
    color: #e8c51d;
    font-size: 20px;
    padding: 10px 0px;
    text-transform: uppercase;
    font-weight: bold;
}

.subscribe_bt a:hover {
    color: #ffffff;
}


/* footer section end */


/* copyright section start */

.copyright_section {
    width: 100%;
    float: left;
    background-color: #2e2e2e;
    height: auto;
}

.copyright_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    margin-left: 0px;
}

.copyright_text a {
    color: #ffffff;
}

.copyright_text a:hover {
    color: #fcc92e;
}


/* copyright section end */

.margin_top90 {
    margin-top: 90px;
}