/* =========================================
   WHY VOLUNTEER — Clean Modern Redesign
========================================= */

.why-section {
  padding: 4.5rem 0 4rem;
  background: #F9FBFD;
}

/* --- CARD --- */
.featured-block {
  background: #FFFFFF;
  border-radius: 1.65rem;
  padding: 1.9rem 1.65rem 2rem;
  height: 100%;
  text-align: center;
  border: 1px solid rgba(24, 70, 130, 0.08);
  box-shadow: 0 14px 38px rgba(24, 70, 130, 0.08);
  transition: all 0.28s ease;
  position: relative;
  overflow: hidden;
}

/* كارد لما يعمل hover */
.featured-block:hover {
  transform: translateY(-6px);
  box-shadow: 0 26px 55px rgba(24, 70, 130, 0.14);
}

/* --- TOP ICON CHIP --- */
.zaha-icon-chip {
  width: 64px;
  height: 64px;
  border-radius: 18px;
  display: grid;
  place-items: center;
  margin: 0 auto 1.2rem auto;
  border: 1px solid rgba(24, 70, 130, 0.10);
  background: #FFFFFF;
  box-shadow: 0 10px 25px rgba(24, 70, 130, 0.08);
  backdrop-filter: blur(6px);
}

.zaha-icon-chip img {
  width: 32px;
  height: 32px;
}

/* --- PALETTES --- */
.palette-teal   { background: linear-gradient(160deg, rgba(0,137,154,0.12), #FFFFFF); }
.palette-yellow { background: linear-gradient(160deg, rgba(242,196,0,0.15), #FFFFFF); }
.palette-coral  { background: linear-gradient(160deg, rgba(240,90,79,0.14), #FFFFFF); }
.palette-blue   { background: linear-gradient(160deg, rgba(45,123,208,0.12), #FFFFFF); }

.zaha-icon-chip.palette-teal   { background: linear-gradient(145deg, rgba(0,137,154,0.18), #FFFFFF); }
.zaha-icon-chip.palette-yellow { background: linear-gradient(145deg, rgba(242,196,0,0.22), #FFFFFF); }
.zaha-icon-chip.palette-coral  { background: linear-gradient(145deg, rgba(240,90,79,0.20), #FFFFFF); }
.zaha-icon-chip.palette-blue   { background: linear-gradient(145deg, rgba(45,123,208,0.20), #FFFFFF); }

/* --- IMAGE --- */
.featured-block-image1 {
  width: 100%;
  height: 170px;
  object-fit: cover;
  border-radius: 1.1rem;
  margin-bottom: 1.2rem;
  box-shadow: 0 8px 22px rgba(0,0,0,0.08);
}

/* --- TEXT --- */
.featured-block-title {
  font-size: 1.28rem;
  font-weight: 800;
  color: #0B2D4A;
  margin-bottom: 0.55rem;
}

.featured-block-description {
  font-size: 0.96rem;
  color: rgba(15, 23, 42, 0.75);
  line-height: 1.7;
  margin: 0;
  padding: 0 0.3rem;
}

/* --- RTL Fixes --- */
[dir='rtl'] .why-section .featured-block {
  text-align: center;
}

/* --- RESPONSIVE --- */
@media (max-width: 991.98px) {
  .featured-block-image1 {
    height: 150px;
  }
}

@media (max-width: 768px) {
  .why-section {
    padding: 3rem 0 2.5rem;
  }

  .featured-block {
    padding: 1.6rem;
  }

  .featured-block-title {
    font-size: 1.15rem;
  }
}
