.elementor-2640 .elementor-element.elementor-element-f2186c8{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-4ec7922 */@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 40px;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  border-radius: 0 0 120px 120px;
}

/* GRID – 2 KART İÇİN ÖZEL */
.tohum-grid {
  max-width: 1100px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 60px;
}

/* KART */
.tohum-kart {
  background: rgba(11, 93, 56, 0.08);
  border-radius: 32px;
  padding: 40px 26px;
  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.15);
}

/* 🔥 OVAL GÖRSEL */
.tohum-img {
  width: 260px;
  height: 170px;
  margin: 0 auto 24px;
  border-radius: 120px;
  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: 22px;
  margin-bottom: 14px;
  color: #0b5d38;
  letter-spacing: 0.3px;
}

/* AÇIKLAMA */
.tohum-kart p {
  font-size: 15px;
  line-height: 1.6;
  opacity: 0.9;
  margin-bottom: 22px;
}

/* BUTON */
.tohum-kart span {
  display: inline-block;
  padding: 10px 30px;
  background: #7CFC00;
  color: #064e2e;
  font-size: 14px;
  font-weight: 600;
  border-radius: 50px;
  transition: all 0.3s ease;
}

.tohum-kart:hover span {
  background: #9aff2d;
}

/* TABLET */
@media (max-width: 991px) {
  .tohum-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .tohum-alani {
    padding: 60px 20px;
    border-radius: 0 0 80px 80px;
  }

  .tohum-img {
    width: 220px;
    height: 150px;
  }
}

/* MOBİL */
@media (max-width: 575px) {
  .tohu/* End custom CSS */