.navbar-default .navbar-brand{
    height: 80px;
}
.banner-right-box{
    display: flex !important;
    justify-content: end;
}
.pt-5{
    padding-top: 50px;
}
.pt-banner{
      padding-top: 25px;
}
.home-page-product-img{
    object-fit: contain !important;
    background: #d1d1d1 !important;
    padding: 20px !important;
}
.color-white{
    color:  #fff  !important;
}
.border-white{
    border-color:#fff  !important;
}
.border-white:hover{
    border-color:#fff  !important;
}
.bg-dark-green
{
background: #455356 !important;
}
.bg-green{
background: #369e45 !important;
}
 
.title-box-wrapper{
    width: 100%;
    padding-bottom: 30px;
}
.title-box{
    max-width: max-content;
}
.p-0{
    padding: 0;
}
.py-15{
    padding: 15px !important;
}
.text-end{
    text-align: end;
}
.copy-row{
    display: flex;
}
.max-width-button{
    max-width: max-content
}
.banner-right-img{
    height: 350px !important;
    object-fit: contain;
}
.mb-2{
    margin-bottom: 20px !important;
}
.img-box {
    border: 1px solid #e4e4e4;
}
.container {
    width: auto;
    max-width: 1340px !important;
}
.product-wrapper{
    row-gap:20px;
}
.product-wrapper .col-lg-3 {
    margin-bottom: 30px;
}
.gallery-wrap .img-box {
    border-radius: 15px;
}

.product-wrapper .img-box img {
    width: 100%;
    height: 235px;
    object-fit: cover;
}
.about-img{
    width: 100%;
    height: 250px;
    object-fit: cover;
}
.blog-wrapper .col-lg-4 img{
       width: 100%;
    height: 250px;
    object-fit: cover;
}

@media(max-width:991px)
{
    .footer-wrap{
        flex-direction:column;
        display:flex;
        padding-bottom:20px;
    }
}

 

 
 
/* =================================================================
   ORTAK ÜRÜN TANITIM BÖLÜMÜ STİLLERİ
   (Site Renk Kodları: #455356 ve #369e45)
   ================================================================= */

/* 1. TEMEL BÖLÜM STİLLERİ (İkisi için de ortak)
----------------------------------------------------------------- */
.product-section {
 
    padding: 50px 25px;
    margin: 40px 0;
    border-radius: 12px;
    border: 1px solid #e9ecef;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
}

.product-section .section-title {
    color: #455356; /* Ana başlık rengi güncellendi */
    text-align: center;
 
    margin-top: 0;
    margin-bottom: 15px;
}

.product-section .section-intro {
    color: #495057; /* Okunabilirlik için bu rengi koruyoruz, ana renge yakın */
    text-align: center;
 
    margin: 0 0 45px 0;
 
    line-height: 1.6;
}


/* 2. COMPACT MODELİNE ÖZEL STİLLER
----------------------------------------------------------------- */
.product-section.compact-style {
    background-color: #f8f9fa; 
}
.product-section.compact-style .features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 25px;
    margin-bottom: 40px;
}
.product-section.compact-style .feature-item {
    background-color: #ffffff;
    padding: 25px;
    border-radius: 8px;
    text-align: center;
    border: 1px solid #dee2e6;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.product-section.compact-style .feature-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}
.product-section.compact-style .feature-item h3 {
    color: #369e45; /* Vurgu rengi güncellendi */
 
    margin: 0 0 10px 0;
}
.product-section.compact-style .feature-item p {
    color: #6c757d;
 
    line-height: 1.5;
    margin-bottom: 0;
}
.product-section.compact-style .process-description {
    background-color: #e8f5e9; /* Vurgu rengine uygun açık yeşil */
    border-left: 5px solid #369e45; /* Vurgu rengi güncellendi */
    padding: 25px;
    border-radius: 8px;
}
.product-section.compact-style .process-description h3 {
    color: #455356; /* Ana metin rengi güncellendi */
    margin-top: 0;
}


/* 3. DOUBLE SERİSİNE ÖZEL STİLLER
----------------------------------------------------------------- */
.product-section.double-style {
    background-color: #ffffff;
}
.product-section.double-style .features-list-wrapper {
    margin: 0 0 40px 0;
}
.product-section.double-style .features-list-wrapper h3 {
    color: #455356; /* Ana metin rengi güncellendi */
 
    margin-bottom: 20px;
    border-bottom: 2px solid #369e45; /* Vurgu rengi güncellendi */
    padding-bottom: 10px;
}
.product-section.double-style .features-list {
    list-style: none;
    padding-left: 0;
}
.product-section.double-style .features-list li {
    /* İkon rengi güncellendi (#369e45) */
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="%23369e45" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><polyline points="20 6 9 17 4 12"></polyline></svg>') no-repeat left center;
    padding-left: 35px;
 
    color: #455356; /* Ana metin rengi güncellendi */
    line-height: 1.8;
    margin-bottom: 12px;
}
.product-section.double-style .info-box {
    background-color: #f1f3f5;
    border-top: 4px solid #369e45; /* Vurgu rengi güncellendi */
    padding: 25px;
    border-radius: 0 0 8px 8px;
    margin: 0 auto;
}
.product-section.double-style .info-box h4 {
    color: #455356; /* Ana metin rengi güncellendi */
    margin-top: 0;
}



/* =================================================================
   ÖZEL HAKKIMIZDA SAYFASI STİLLERİ
   ================================================================= */

.about-us-section {
    background-color: #ffffff;
    padding: 50px 30px 25px 30px;
    margin: 40px 0;
    border-radius: 8px;
    border: 1px solid #e9ecef;
}

.about-us-section .section-title {
    color: #455356;
 
    font-weight: 700;
    margin-bottom: 25px;
    padding-bottom: 15px;
    border-bottom: 3px solid #369e45; /* Yeşil alt çizgi */
    display: inline-block; /* Çizginin metin kadar olmasını sağlar */
    /* Ortalamak için bir üst element gerekir */
}
/* Başlığı ortalamak için ek bir sarmalayıcı */
.about-us-section .title-wrapper {
 
    margin-bottom: 30px;
}


.about-us-section .about-intro {
    color: #455356;
 
    margin: 0 0 50px 0;
    line-height: 1.7;
    font-weight: 400;
}

 

.about-us-section .about-item {
    margin-bottom: 40px;
    padding-left: 25px;
    border-left: 4px solid #369e45; /* Yeşil sol kenarlık */
}

.about-us-section .about-item h3 {
    color: #455356;
 
    margin-top: 0;
    margin-bottom: 10px;
    font-weight: 600;
}

.about-us-section .about-item p {
    color: #5a686b; /* Ana renkten biraz daha açık */
 
    line-height: 1.8;
    margin-bottom: 0;
}

 

  /* Ortak tablo stili */
  table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 30px;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
  }

  th, td {
    padding: 12px 15px;
    text-align: left;
  }

  thead th {
    background: linear-gradient(135deg, #455356, #369e45);
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
    padding: 10px 15px !important;
  }

  th {
 
    padding: 10px 15px !important;
  }

  tbody tr {
    border-bottom: 1px solid #e0e0e0;
  }

  tbody tr:nth-child(even) {
    background: #f9f9f9;
  }

  tbody td {
    font-size: 14px;
    color: #455356;
  }

  tbody tr:hover {
    background: #e6f3e6;
  }

  /* Opsiyonel paragraf ve başlık stilleri */
  table p {
    color: #369e45;
    font-weight: 500;
    margin: 10px 0 20px 0;
  }

  /* Mobil uyumlu */
  @media (max-width: 768px) {
    table, thead, tbody, th, td, tr {
      display: block;
    }

    thead tr {
      display: none;
    }

    tbody tr {
      margin-bottom: 15px;
      display: block;
      border-bottom: 2px solid #369e45;
    }

    tbody td {
      display: flex;
      justify-content: space-between;
      padding: 10px;
      border: none;
      border-bottom: 1px solid #ddd;
    }

    tbody td::before {
      content: attr(data-label);
      font-weight: 600;
      color: #455356;
    }
  }
 