﻿.green-bordered-img {
    border: 2px solid #28a745;
    border-radius: 8px;
    padding: 4px;
    width: 100%;
    max-width: 700px;
    height: auto;
}

.img-wrap {
    margin-bottom: 35px;
}

.untree_co-section {
    padding: 0rem 0 !important;
}

@media (max-width: 768px) {
    .green-bordered-img {
        max-width: 98vw;
        padding: 2px;
    }

    .feature.text-center {
        margin-bottom: 24px;
    }

    .img-wrap {
        margin-top: 50px;
    }
}

/* banner text ortalı */
.intro-excerpt {
    text-align: center;
}

/* Modern ekip kartı */
.modern-team-card {
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 2px 16px rgba(0,0,0,0.07);
  padding: 2.1rem 1.1rem 1.4rem 1.1rem;
  transition: box-shadow 0.28s, transform 0.28s, border 0.28s;
  text-align: center;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  overflow: hidden;
  border-top: 4px solid #43cea2;
}
.modern-team-card:hover {
  box-shadow: 0 10px 32px rgba(25,135,84,0.13);
  transform: translateY(-6px) scale(1.035);
  border-top: 4px solid #198754;
}
.modern-team-card .modern-team-img {
  width: 96px;
  height: 96px;
  object-fit: cover;
  border-radius: 50%;
  margin-bottom: 1.1rem;
  border: 3px solid #e9ecef;
  box-shadow: 0 2px 8px rgba(40,167,69,0.10);
}
.modern-team-card .modern-team-name {
  font-weight: 700;
  font-size: 1.13rem;
  color: #198754;
  margin-bottom: 0.2rem;
}
.modern-team-card .modern-team-position {
  font-size: 0.98rem;
  color: #43cea2;
  font-weight: 500;
  margin-bottom: 0.7rem;
}
.modern-team-card .modern-team-desc {
  color: #6c757d;
  font-size: 0.99rem;
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .about-hero-section {
    min-height: 60px;
    padding: 0.7rem 0 0.4rem 0;
    border-radius: 8px;
  }
  .modern-team-card {
    padding: 1.1rem 0.5rem 0.8rem 0.5rem;
    border-radius: 12px;
  }
  .modern-team-card .modern-team-img {
    width: 64px;
    height: 64px;
    margin-bottom: 0.7rem;
  }
}
