
.breadcumb-title {
  font-weight: bold;
}
.th-product {
  position: relative;
  overflow: hidden;
  background: #f8f8f8;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}
.th-product:hover {
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
  transform: translateY(-4px);
}
.product-img {
  position: relative;
  background-color: #f0f0f0;
  padding: 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.product-content {
  padding: 15px;
  position: relative;
  background: linear-gradient(to bottom, rgba(240, 240, 240, 0.5), rgba(255, 255, 255, 0.9));
  background-color: #e0e0e0;
}
.product-title {
  margin-top: 10px;
}

/* ======================= */
/* === GENEL BÖLÜMLER === */
/* ======================= */
.about-sec1 {
  position: relative;
  overflow: hidden;
}

/* ======================= */
/* === KÖŞE İKONLARI === */
/* ======================= */
.corner-katmer-icon {
  position: absolute;
  width: 70px;
  height: auto;
  opacity: 0.5;
  filter: blur(1.5px);
  z-index: 0;
  pointer-events: none;
}
.corner-katmer-icon img {
  display: block;
  width: 100%;
  height: auto;
}
.top-left-katmer {
  top: 25px;
  left: 25px;
}
.bottom-right-katmer {
  bottom: 25px;
  right: 25px;
}
@media (max-width: 768px) {
  .corner-katmer-icon {
    width: 45px;
  }
  .top-left-katmer {
    top: 15px;
    left: 15px;
  }
  .bottom-right-katmer {
    bottom: 15px;
    right: 15px;
  }
}

/* ======================= */
/* === YAZI STİLLERİ === */
/* ======================= */
.abone {
  font-family: 'Montserrat Alternates', sans-serif;
  font-size: 35px;
}
.sef {
  font-family: 'Montserrat Alternates', sans-serif;
  font-size: 5px;
}
.yeni {
  font-family: 'Montserrat Alternates', sans-serif;
  font-weight: 500;
}
.baner {
  font-family: 'Montserrat Alternates', sans-serif;
  font-weight: 500;
  color: #fff;
  font-size: 35px;
}
.form-group {
  position: relative;
}
.form-group i {
  position: absolute;
  left: 30px;
  top: 50%;
  transform: translateY(-50%);
  color: #999;
  pointer-events: none;
  font-size: 16px;
}
.form-group input {
  padding-left: 50px;
  border-radius: 3px;
}
.th-btn {
  border-radius: 5px;
}
.kurumsal img {
  border-radius: 5px !important;
  display: block;
}
.btn-baner {
  background-color: #ffffff;
  color: #2a6100;
}
.blog-img {
  position: relative;
  overflow: hidden;
  border-radius: 5px;
}
.blog-img img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  object-position: center 20%;
}
.about-text {
  color: white;
}
.reservation-form3.about-text2 {
  color: black;
}
.main-menu ul li.active > a {
  border-bottom: 2px solid #2d5e02;
  padding-bottom: 5px;
}
