.elementor-1770 .elementor-element.elementor-element-eb0b30b{--display:flex;--margin-top:-136px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}/* Start custom CSS for html, class: .elementor-element-31ef505 */@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@500;600&display=swap');

/* TAM GENİŞLİK AÇIK ZEMİN */
.tohum-alani {
  background: linear-gradient(135deg, #f4f8f5, #e9f3ed);
  padding: 80px 60px;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  border-radius: 0 0 120px 120px;
}

/* GRID */
.tohum-grid {
  max-width: 1400px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
}

/* KART */
.tohum-kart {
  background: rgba(11, 93, 56, 0.08);
  border-radius: 28px;
  padding: 34px 22px;
  text-align: center;
  text-decoration: none;
  color: #1e3d2b;
  transition: all 0.35s ease;
  backdrop-filter: blur(8px);
}

/* HOVER */
.tohum-kart:hover {
  transform: translateY(-10px);
  background: rgba(11, 93, 56, 0.14);
}

/* YUVARLAK GÖRSEL */
.tohum-img {
  width: 190px;
  height: 190px;
  margin: 0 auto 20px;
  border-radius: 50%;
  overflow: hidden;
}

/* GÖRSEL */
.tohum-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* BAŞLIK */
.tohum-kart h3 {
  font-family: 'Poppins', sans-serif;
  font-size: 21px;
  margin-bottom: 12px;
  color: #0b5d38;
  letter-spacing: 0.3px;
}

/* AÇIKLAMA */
.tohum-kart p {
  font-size: 14px;
  line-height: 1.55;
  opacity: 0.9;
  margin-bottom: 18px;
}

/* BUTON */
.tohum-kart span {
  display: inline-block;
  padding: 9px 26px;
  background: #7CFC00;
  color: #064e2e;
  font-size: 14px;
  font-weight: 600;
  border-radius: 40px;
  transition: all 0.3s ease;
}

.tohum-kart:hover span {
  background: #9aff2d;
}

/* MOBİL */
@media (max-width: 991px) {
  .tohum-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .tohum-alani {
    padding: 60px 20px;
    border-radius: 0 0 70px 70px;
  }
}

@media (max-width: 575px) {
  .tohum-grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */