/* =========================
   Benefit Section
========================= */
.benefit-section {
  padding-top: 60px;
  padding-bottom: 60px;
}
.benefit-section h2 {
  font-size: 45px;
  font-weight: bold;
  color: #111;
  text-shadow:
    2px 2px 4px rgba(236, 217, 217, 0.3),
    4px 4px 8px rgba(0, 0, 0, 0.2);
}

.image-stack {
  position: relative;
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  overflow: hidden;
}

.main-img {
  width: 100%;
  margin-bottom: 20px;
  border-radius: 18px;
}

.small-img-1 {
  width: 40%;
  height: auto;
  object-fit: cover;
}

.small-img-2 {
  width: 57%;
  height: auto;
  object-fit: cover;
}

.image-grid .img-2 {
  width: 70%;
  position: absolute;
  top: 0;
  right: 0;
}

.image-grid .img-3 {
  width: 80%;
  margin-top: 40px;
}
.benefit-card {
  display: flex;
  max-width: 450px;
  width: 100%;
  background-color: #fefff8;
  border-radius: 15px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  margin: 30px auto;
  align-items: flex-start;
  color: #111;
}

.benefit-card-header {
  background: linear-gradient(145deg, #fff4dd, #eac8ff);
  padding: 20px;
  width: 250px;
  text-align: center;
  font-weight: bold;
  border-right: 1px solid #ddd;
  border-radius: 12px 0 0 12px;
  margin-top: 30px;
  box-shadow:
    0 4px 8px rgba(0, 0, 0, 0.08),
    0 6px 20px rgba(0, 0, 0, 0.1);
}

.benefit-card-body {
  flex: 1;
  padding: 15px 20px;
}

.benefit-card-body p {
  margin-bottom: 0.1rem;
  font-size: 0.85rem;
  line-height: 2.5;
  margin-left: 10px;
  color: #111;
}
.text-center.last-items p {
  color: #111;
}
