    .container-fluid{
      padding: 0 0;
    }

    .gallery-container {
      display: flex;
      flex-wrap: wrap;
      gap: 15px;
      justify-content: center;
      padding: 20px;
    }

    .gallery-item img {
      width: 190px;
      height: auto;
      object-fit: cover;
      border-radius: 6px;
      cursor: pointer;
      border: 2px solid #444;
      transition: transform 0.2s ease;
    }

    .gallery-item img:hover {
      transform: scale(1.05);
    }

    /* Lightbox */
    .lightbox {
      display: none;
      position: fixed;
      z-index: 999;
      top: 0; left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.95);
      justify-content: center;
      align-items: center;
      flex-direction: column;
    }

    .lightbox img {
      max-width: 90%;
      max-height: 80vh;
      border-radius: 10px;
      box-shadow: 0 0 20px #000;
      opacity: 0;
      transition: opacity 0.4s ease;
    }

    .lightbox img.show {
      opacity: 1;
    }

    .lightbox.active {
      display: flex;
    }

    .close-btn {
      position: absolute;
      top: 20px;
      right: 30px;
      font-size: 40px;
      color: white;
      cursor: pointer;
      z-index: 1000;
    }

    .nav-btn {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      font-size: 60px;
      color: white;
      cursor: pointer;
      user-select: none;
      z-index: 1000;
      padding: 10px;
    }

    .nav-btn:hover {
      color: #FF7A09;
    }

    .close-btn:hover {
      color: #FF7A09;
    }

    .prev-btn { left: 20px; }
    .next-btn { right: 20px; }

/* Responsive ayarlamalar */
@media (max-width: 1200px) {
  .gallery-item img {
    width: 170px;
  }
}

@media (max-width: 992px) {
  .gallery-item img {
    width: 150px;
  }
}

@media (max-width: 768px) {
  .gallery-item img {
    width: 130px;
  }
  
  .nav-btn {
    font-size: 50px;
  }
  
  .close-btn {
    font-size: 35px;
  }
}

@media (max-width: 576px) {
  .gallery-item img {
    width: 110px;
  }
  
  .nav-btn {
    font-size: 40px;
  }
  
  .close-btn {
    font-size: 30px;
  }
}


.tsrort-logo-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 0;
}

.tsrort-logo-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  gap: 30px;
  max-width: 800px;
  width: auto;
}

.tsrort-logo-item {
  background-color: #fff;
  border-radius: 50%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  width: 120px;
  height: auto;
}

.tsrort-logo-item:hover {
  transform: scale(1.1);
  box-shadow: 0 0 20px rgba(255, 255, 255, 0.2);
}

.tsrort-logo-item img {
  max-width: 80%;
  max-height: 80%;
  object-fit: contain;
  border-radius: 50%;
  transition: transform 0.3s ease, filter 0.3s ease;
  filter: grayscale(100%);
}

.tsrort-logo-item:hover img {
  filter: grayscale(0%);
}
/* Responsive ayarlamalar */
@media (max-width: 1200px) {
  .tsrort-logo-grid {
    gap: 25px;
  }
  .tsrort-logo-item {
    width: 110px;
  }
}

@media (max-width: 992px) {
  .tsrort-logo-grid {
    gap: 20px;
  }
  .tsrort-logo-item {
    width: 100px;
  }
}

@media (max-width: 768px) {
  .tsrort-logo-grid {
    gap: 15px;
  }
  .tsrort-logo-item {
    width: 90px;
  }
  .tsrort-logo-item img {
    max-width: 75%;
    max-height: 75%;
  }
}

@media (max-width: 576px) {
  .tsrort-logo-grid {
    gap: 10px;
  }
  .tsrort-logo-item {
    width: 80px;
  }
  .tsrort-logo-item img {
    max-width: 70%;
    max-height: 70%;
  }
}


#features.isortaklarimiz,
#features.belgelerimiz {
  padding: 10% 0 !important; /* Küçük ekranlar için varsayılan */
}

/* Büyük ekranlarda 5% olsun */
@media (min-width: 1024px) {
  #features.isortaklarimiz,
  #features.belgelerimiz {
    padding: 5% 0 !important;
  }
}


.il-highlight path {
  fill: rgba(255, 122, 9, 0.5) !important;
  transition: fill 2s ease, transform 2s ease;
}

#hexGrid, #hexGridproje, #hexGridproje2 {
  display: flex;
  flex-wrap: wrap;
  width: 50%;
  margin: 0 auto;
  overflow: hidden;
  font-family: sans-serif;
  list-style-type: none;
}

.hex {
  position: relative;
  visibility:hidden;
  outline:1px solid transparent; /* fix for jagged edges in FF on hover transition */
  transition: all 0.5s;
  backface-visibility: hidden;
  will-change: transform;
  transition: all 0.5s;
  margin-bottom: 2s0px;
}
.hex::after{
  content:'';
  display:block;
  padding-bottom: 86.602%;  /* =  100 / tan(60) * 1.5 */
}
.hexIn{
  position: absolute;
  width:96%;
  padding-bottom: 110.851%; /* =  width / sin(60) */
  margin: 2%;
  overflow: hidden;
  visibility: hidden;
  outline:1px solid transparent; /* fix for jagged edges in FF on hover transition */
  -webkit-transform: rotate3d(0,0,1,-60deg) skewY(30deg);
  -ms-transform: rotate3d(0,0,1,-60deg) skewY(30deg);
  transform: rotate3d(0,0,1,-60deg) skewY(30deg);
  transition: all 0.5s;
}
.hexIn * {
  position: absolute;
  visibility: visible;
  outline:1px solid transparent; /* fix for jagged edges in FF on hover transition */
}
.hexLink {
  display:block;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #fff;
  overflow: hidden;
  -webkit-transform: skewY(-30deg) rotate3d(0,0,1,60deg);
  -ms-transform: skewY(-30deg) rotate3d(0,0,1,60deg);
  transform: skewY(-30deg) rotate3d(0,0,1,60deg);
}





/*** HEX CONTENT **********************************************************************/
.hex img {
  left: -100%;
  right: -100%;
  width: auto;
  height: 100%;
  margin: 0 auto;
}

.hex h1, .hex p {
  width: 100%;
  padding: 5%;
  box-sizing:border-box;
  font-weight: 300;
  opacity: 1;
}

#demo1 {
  color: #fff;
  text-transform: capitalize;
  text-align: center;
  font-size: 15px;
  z-index: 1;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.hex h1:before, .hex h1:after {
  display: inline-block;
  margin: 0 0.5em;
  width: 0.25em;
  height: 0.03em;
  background: #ffffff;
  vertical-align: middle;
  transition: all 0.3s;
  text-align:center;
}

#demo2 {
  top: 50%;
  text-align: center;
  text-transform: uppercase;

}

.img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-position: center center;
  background-size: cover;
  overflow: hidden;
  -webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
}

/* .img:before ve .img:after sadece dolu peteklerde aktif olacak */
.hex.dolu .img:before,
.hex.dolu .img:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: opacity 0.3s ease-in-out;
}

.img:before {
  display: none; /* Başlangıçta görünmez */
  background: rgba(0, 0, 0, 0.5); /* Siyah yarı saydam arka plan */
  opacity: 1;
}

.img:after {
  display: none; /* Başlangıçta görünmez */
  background: linear-gradient(to top, rgba(0, 0, 0, 0.3), rgba(255, 255, 255, 0.3)); /* Daha modern bir geçiş */
  opacity: 0; /* Başlangıçta şeffaf */
  transition: background 0.5s ease, opacity 0.3s ease-in-out; /* Daha yumuşak geçiş */
}

/* Dolu peteklerde .img:before ve .img:after görünür olacak */
.hex.dolu .img:before,
.hex.dolu .img:after {
  display: block; /* Görünür yapıyoruz */
}

/* Hover durumunda .img:after'ın renk değişimi */
.hex:hover .img:after {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.4), rgba(255, 255, 255, 0.5)); /* Modern efekt: koyu üstten açık alttan */
  opacity: 1; /* Tamamen görünür yapıyoruz */
}

/*** HOVER EFFECT  **********************************************************************/



.hexLink:hover h1,
.hexLink:focus h1,
.hexLink:hover p,
.hexLink:focus p {
  opacity: 1;
  transform: scale(1.05); /* Yazıyı %5 büyüt */
  transition: 0.3s ease-in-out;
}


.hexIn:hover .img:before,
.hexIn:hover .img:after,
.hexIn:hover .hexLink {
  opacity: 1;
}


/*** HEXAGON SIZING AND EVEN ROW INDENTATION *****************************************************************/
@media (min-width:1201px) { /* <- 5-4  hexagons per row */
  #hexGrid, #hexGridproje, #hexGridproje2{
    padding-bottom: 4.4%
  }
  .hex {
    width: 20%; /* = 100 / 5 */
  }
  .hex:nth-child(9n+6){ /* first hexagon of even rows */
    margin-left:10%;  /* = width of .hex / 2  to indent even rows */
  }
}

@media (max-width: 1200px) and (min-width:901px) { /* <- 4-3  hexagons per row */
  #hexGrid, #hexGridproje, #hexGridproje2{
    padding-bottom: 5.5%;
    font-size: 13px;
  }
  .hex {
    width: 25%; /* = 100 / 4 */
  }
  .hex:nth-child(7n+5){ /* first hexagon of even rows */
    margin-left:12.5%;  /* = width of .hex / 2  to indent even rows */
  }
}

@media (max-width: 900px) and (min-width:601px) { /* <- 3-2  hexagons per row */
  #hexGrid, #hexGridproje, #hexGridproje2{
    padding-bottom: 7.4%;
    font-size: 14px;
  }
  .hex {
    width: 33.333%; /* = 100 / 3 */
  }
  .hex:nth-child(5n+4){ /* first hexagon of even rows */
    margin-left:16.666%;  /* = width of .hex / 2  to indent even rows */
  }
}

@media (max-width: 600px) { /* <- 2-1  hexagons per row */
  #hexGrid, #hexGridproje, #hexGridproje2{
    padding-bottom: 11.2%;
    font-size: 12px;
  }
  .hex {
    width: 50%; /* = 100 / 3 */
  }
  .hex:nth-child(3n+3){ /* first hexagon of even rows */
    margin-left:25%;  /* = width of .hex / 2  to indent even rows */
  }
}

@media (max-width: 400px) {
  #hexGrid, #hexGridproje, #hexGridproje2 {
    font-size: 8px;
  }

}


.ptk-container {
  max-width: 1200px;
  width: 100%;
  padding: 20px; /* içerik ile ekran kenarı arası */
  margin: 0 auto;
}

.ptk-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 24px; /* kartlar arası boşluk */
  justify-content: center;
}

.ptk-card {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border: 2px solid #ff7f32;
  border-radius: 15px;
  min-height: 80px;
  cursor: pointer;
  overflow: hidden;
  transition: all 0.3s ease;
}

.ptk-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3); /* Beyaz yarı saydam */
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  color: #fff;
  text-align: center;
  padding: 20px;
  transition: background-color 0.3s ease;
  font-size: 18px;
}

/* Hover efekti */
.ptk-card:hover .ptk-overlay {
  background-color: rgba(255, 255, 255, 0.6);
}

/* highlight kart için yazı rengi düzeltme */
.ptk-highlight .ptk-overlay {
  background-color: rgba(255, 255, 255, 0.4);
}

.ptk-highlight:hover .ptk-overlay {
  background-color: rgba(255, 255, 255, 0.6);
}




.mevzuatlar {
  max-width: 900px;
  margin: 50px auto;
  padding: 0 15px;
}

.mevzuat-item {
  background: #1a1a1a;
  border: 1px solid #333;
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  transition: background 0.3s;
}

.mevzuat-item:hover {
  background: #222;
}

.mevzuat-text {
  flex: 1;
  min-width: 200px;
}

.mevzuat-text small {
  font-size: 12px;
  color: #bbb;
  display: block;
  margin-bottom: 8px;
}

.mevzuat-text h3 {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  font-family: 'Open Sans' !important;
}

.mevzuat-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 10px; /* Butonlar arasında boşluk */
  align-items: center;
  justify-content: flex-end;
}

.mevzuat-buttons button {
  background: transparent;
  color: #000;
  border: 0;
  padding: 4px 6px;
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.3s;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mevzuat-buttons button img {
  width: 24px;
  height: 24px;
  transition: transform 0.5s ease;
}

.mevzuat-buttons button:hover img {
  transform: scale(1.2);
}

.mevzuat-buttons i {
  font-size: 20px;
}

/* Mobil uyumluluk */
@media (max-width: 600px) {
  .mevzuat-item {
    flex-direction: column;
    align-items: flex-start;
  }

  .mevzuat-buttons {
    width: 100%;
    justify-content: flex-start;
  }

  .btn-view {
    display: block !important;
  }
}


/* Modal Arka Plan */
.modal {
  display: none;
  position: fixed;
  z-index: 999;
  padding: 0 20px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  background-color: rgba(0, 0, 0, 0.9);
  animation: fadeIn 0.3s ease-in-out;

  overflow-y: auto;       /* Scroll çalışsın */
  scrollbar-width: none;
}

.modal::-webkit-scrollbar {
  display: none;
}

/* Modal İçerik */
.modal-content {
  background-color: transparent;
  display: block;
  border: 0;
  margin: 60px auto;
  padding: 20px;
  max-width: 900px;
  position: relative;
  animation: slideUp 0.4s ease-out;
  text-align: center;
}

.modal-img {
  width: 80%;
  height: auto;
  margin: 0 auto 16px auto; /* Ortalamak için sola ve sağa auto */
  display: block;
}

.modal h2 {
  margin: 10px 0;
  font-size: 1.5rem;
  color: #fff;
  font-weight: 600;
}

.modal p {
  color: #fff;
  font-size: 1rem;
}

/* Kapatma Butonu */
.close {
  position: absolute;
  top: 15px;
  right: 60px;
  font-size: 28px;
  font-weight: bold;
  color: #fff;
  cursor: pointer;
}

/* Animasyonlar */
@keyframes fadeIn {
  from {opacity: 0;}
  to {opacity: 1;}
}

@keyframes slideUp {
  from {transform: translateY(50px); opacity: 0;}
  to {transform: translateY(0); opacity: 1;}
}

/* Responsive Ayar */
@media (max-width: 600px) {
  .modal-content {
    width: 100%;
    margin: 70px auto;
    padding: 15px;
  }

  .modal h2 {
    font-size: 1.2rem;
  }

  .modal p {
    font-size: 0.95rem;
  }

  .close {
    top: 15px;
    right: 20px;
    font-size: 24px;
  }
}


.cnt-container {
  display: flex;
  min-height: 100vh;
  position: relative;
  width: 90%;
  margin: 0 auto;
}

.cnt-left-section {
  width: 50%;
  padding: 40px;
  position: relative;
  z-index: 2;
}

.cnt-right-section {
  width: 45%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.cnt-company-title {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 40px;
}

.cnt-contact-wrapper {
  display: flex;
  align-items: flex-start;
  margin-bottom: 60px;
}

.cnt-contact-sidebar {
  background-color: #ff6600;
  width: 50px;
  border-radius: 40px;
  padding: 20px 0;
}

.cnt-contact-info {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-left: 20px;
  margin-top: 28px;
}

.cnt-contact-sidebar .cnt-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 45px;
  color: #fff;
  margin-bottom: 10px;
}

.cnt-icon img {
  width: 24px;
  height: 24px;
}


.cnt-contact-info p {
  color: #fff;
  line-height: 1.6;
}

.cnt-form-heading {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 30px;
  margin-top: 40px;
}

.cnt-icon i {
  font-size: 22px; /* İkon boyutunu ayarla */
}

.cnt-contact-form {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.cnt-contact-form input, 
.cnt-contact-form textarea {
  padding: 15px;
  border-radius: 5px;
  border: 1px solid #333;
  background-color: transparent;
  color: #fff;
  width: 100%;
}

.cnt-contact-form textarea {
  min-height: 150px;
  resize: vertical;
}

.cnt-earth-image {
  width: 80%;
  height: auto;
  object-fit: contain;
  display: block;
  margin: 0 auto;
}


.cnt-name-row {
  display: flex;
  gap: 15px;
}

.cnt-name-row input {
  flex: 1;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .cnt-container {
    flex-direction: column;
  }

  .cnt-left-section, .cnt-right-section {
    width: 100%;
  }

  .cnt-right-section {
    height: 300px;
  }

  .cnt-contact-wrapper {
    flex-direction: row;
  }

  .cnt-contact-info {
    margin-left: 20px;
    margin-top: 25px;
  }

  .cnt-name-row {
    flex-direction: column;
  }
}

.php-email-form .form-control {
  border-radius: 10px !important;
}



.ft-footer-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 40px 200px 10px 200px;
  background-color: #f9f9f9;
  border-top: 1px solid #e0e0e0;

}

/* Tablet ve altı ekranlar için */
@media (max-width: 992px) {
  .ft-footer-container {
    padding: 40px 60px;
  }
}

/* Telefon boyutu için */
@media (max-width: 576px) {
  .ft-footer-container {
    padding: 30px 20px;
  }
}


.ft-logo-section {
  display: flex;
  align-items: center;
}

.ft-main-logo {
  max-width: 120px;
  height: auto;
}

.ft-nav-section {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.ft-main-nav, .ft-sub-nav {
  display: flex;
  list-style: none;
  gap: 20px;
  margin: 5px 0;
  font-size: 14px;
}

.contact-item {
  margin-bottom: 5px; /* Her bir öğe arasındaki boşluğu daralt */
  font-size: 13px;
}

.ft-main-nav li a, .ft-sub-nav li a {
  text-decoration: none;
  color: #333;
  font-weight: bold;
  text-transform: uppercase;
}

.ft-main-nav li a:hover, .ft-sub-nav li a:hover {
  color: #ff6600; /* Hover rengi */
}

.ft-main-nav li a {
  color: #333;
}

.ft-contact-section {
  text-align: center;
  max-width: 300px;
  color: #060606;
  font-size: 14px;
}

#ft-contact-title{
  color: #060606;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
}

.ft-contact-text {
  font-size: 14px;
  margin-bottom: 15px;
  color: #666;
}

.ft-social-icons {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-top: 15px;
}

.ft-social-icon {
  width: 35px;
  height: 35px;
  background-color: transparent; /* Normalde şeffaf */
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s ease;
}

.ft-social-icon:hover {
  background-color: #FF7A09; /* Hover'da turuncu */
}


.ft-brands-section {
  display: flex;
  align-items: center;
  gap: 15px;
}

.ft-brand-logo {
  max-width: 80px;
  height: auto;
}

/* Dikey çizgiler için */
.ft-divider {
  width: 1px;
  height: 70px;
  background-color: #ff6600;
  margin: 0 15px;
}

/* Responsive ayarlar */
@media (max-width: 992px) {
  .ft-footer-container {
    flex-direction: column;
    gap: 20px;
    text-align: center;
  }

  .ft-divider {
    width: 80%;
    height: 1px;
    margin: 15px auto;
  }

  .ft-main-nav, .ft-sub-nav {
    flex-wrap: wrap;
    justify-content: center;
  }

  .ft-brands-section {
    flex-wrap: wrap;
    justify-content: center;
  }
}

@media (max-width: 576px) {
  .ft-main-nav, .ft-sub-nav {
    gap: 10px;
  }

  .ft-brands-section {
    flex-direction: column;
  }
}

.ft-brands-section a img {
  transition: transform 0.3s ease, filter 0.3s ease;
}

.ft-brands-section a:hover img {
  transform: scale(1.05);
  filter: brightness(1.2);
}

/* Footer Alt Bilgi Satırı */
.ft-bottom-bar {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 13px;
  color: #060606;
  padding: 15px 0;
  background-color: #f9f9f9;
  font-weight: 600;
}

.ft-bottom-bar a {
  color: #060606;
  text-decoration: none;
  transition: color 0.3s ease;
}

.ft-bottom-bar a:hover {
  color: #ff6600;
}

/* Mobil uyumlu görünüm */
@media (max-width: 576px) {
  .ft-bottom-bar {
    flex-direction: column;
    text-align: center;
    gap: 5px;
  }
}


.bg-services {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 20px 0;
  padding: 0 15px;
}
.bg-service-card {
  width: 32%;
  height: 90vh;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
  cursor: default;
  margin-bottom: 20px;
}
.bg-service-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bg-service-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(255,255,255,0.5);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease;
  padding: 30px 15px;
  box-sizing: border-box;
}
.bg-service-card:hover .bg-service-overlay {
  background-color: transparent;
  box-shadow: inset 0 150px 48px -1px rgba(255, 255, 255, 0.6);
}
.bg-logo-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: all 0.5s ease;
  margin-top: 20px;
  width: 100%;
  position: absolute;
  bottom: 45%;
  left: 50%;
  transform: translateX(-50%);
}
.bg-service-logo {
  width: 180px;
  transition: all 0.5s ease;
}
.bg-service-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  position: absolute;
  top: 5%;
  left: 0;
  right: 0;
  height: 0;
  overflow: hidden;
  transition: all 0.5s ease;
}
.bg-service-card:hover .bg-service-content {
  height: auto;
  max-height: 60%;
}
.bg-service-title {
  font-size: 24px;
  color: #333;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 10px;
  transition: all 0.5s ease-in-out;
}
.bg-service-text {
  margin: 0;
  color: #000;
  font-weight: 700;
  line-height: 1.6;
  font-size: 14px;
  text-align: center;
  padding: 0 20px;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.5s ease-in-out;
  width: 90%;
  box-sizing: border-box;
}
.bg-service-card:hover .bg-service-text {
  opacity: 1;
  transform: translateY(0);
  padding-bottom: 20px;
}
.bg-service-card:hover .bg-logo-title {
  bottom: 15%;
}
.bg-service-card:hover .bg-service-logo {
  width: 120px;
}
.bg-ytk-title {
  color: #FF8A00;
}
.bg-cevre-title {
  color: #3CB44B;
}
.bg-orman-title {
  color: #8B4513;
}
.bg-cevre-image {
  width: 150px;
  margin-top: 20px;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.3s ease;
}
.bg-service-card:hover .bg-cevre-image {
  opacity: 1;
  transform: translateY(0);
}
/* Responsive Ayarlar */
@media (max-width: 1200px) {
  .bg-service-card {
    height: 500px;
  }
}
@media (max-width: 992px) {
  .bg-service-card {
    width: 48%;
    height: 450px;
  }
  
  .bg-services {
    justify-content: space-around;
  }
}
@media (max-width: 768px) {
  .bg-service-card {
    width: 100%;
    height: 400px;
    margin-bottom: 30px;
  }
  
  .bg-service-overlay {
    padding: 20px 10px;
  }
  
  .bg-service-logo {
    width: 150px;
  }
  
  .bg-service-card:hover .bg-service-logo {
    width: 100px;
  }
  
  .bg-service-card:hover .bg-logo-title {
    bottom: 10%;
  }
  
  .bg-service-text {
    font-size: 14px;
  }
}
/* WebKit için scroll stillemesi */
.bg-service-card:hover .bg-service-content::-webkit-scrollbar {
  width: 4px;
}
.bg-service-card:hover .bg-service-content::-webkit-scrollbar-track {
  background: rgba(0,0,0,0.05);
  border-radius: 4px;
}
.bg-service-card:hover .bg-service-content::-webkit-scrollbar-thumb {
  background: rgba(0,0,0,0.2);
  border-radius: 4px;
}
/* Firefox için scroll stillemesi */
.bg-service-card:hover .bg-service-content {
  scrollbar-width: thin;
  scrollbar-color: rgba(0,0,0,0.2) rgba(0,0,0,0.05);
}