/* ================================================================
   SECTION SAMBUTAN – FIX SESUAI HTML BOOTSTRAP
================================================================ */

#sambutan.sambutan-section {
  background: linear-gradient(135deg, #14532d, #166534);
  padding: 100px 0;
  border-radius: 100px;
  margin-bottom: 80px;
}

/* Card utama */
#sambutan .container {
  background: #f0fdf4;
  border-radius: 36px;
  padding: 60px;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.18);
}

/* ================= GAMBAR ================= */

#sambutan img {
  max-width: 260px;
  border-radius: 24px;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.25);
}

/* ================= TEKS ================= */

#sambutan h3 {
  font-size: 2.1rem;
  font-weight: 800;
  color: #052e16 !important;
  margin-bottom: 10px;
}

#sambutan h6 {
  font-size: 0.95rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #047857 !important;
  margin-bottom: 25px;
}

#sambutan p {
  font-size: 1.1rem;
  line-height: 1.8;
  color: #064e3b !important;
  margin-bottom: 25px;
}

/* Nama Kepala Sekolah */
#sambutan strong {
  display: block;
  font-size: 1.3rem;
  font-weight: 700;
  color: #065f46 !important;
}

/* ================= RESPONSIVE ================= */

@media (max-width: 768px) {
  #sambutan .container {
    padding: 40px 25px;
    text-align: center;
  }

  #sambutan img {
    margin-bottom: 25px;
  }

  #sambutan h3 {
    font-size: 1.8rem;
  }

  #sambutan p {
    font-size: 1.05rem;
  }
}
