* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: 'Poppins', sans-serif;
}

body {
  background: linear-gradient(to bottom right, #eaf8f3, #d3ede5);
  padding: 20px;
  color: #2b2b2b;
}

.main-container {
  max-width: 480px;
  background: #ffffff;
  margin: auto;
  border-radius: 20px;
  padding: 20px 20px 40px;
  box-shadow: 0 0 15px rgba(0,0,0,0.05);
}

.judul-selamat {
  text-align: center;
  color: #007c42;
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 15px;
}

.header-rs {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.logo-rs {
  width: 60px;
  margin-right: 15px;
}

.text-rs {
  font-size: 16px;
  line-height: 1.4;
}

.text-rs .bold {
  font-weight: 700;
}

.box-informasi {
  border: 2px dashed #0f9d58;
  border-radius: 15px;
  padding: 20px 10px;
}

.judul-informasi {
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  color: #007c42;
  margin-bottom: 20px;
  line-height: 1.4;
}

.menu-button {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 15px;
  border-radius: 20px;
  padding: 12px 10px;
  text-decoration: none;
  color: #fff;
  margin: 10px 20px;
}

.icon-btn {
  width: 44px;
  margin-right: 10px;
}

.orange {
  background-color: #ff884d;
}

.green {
  background-color: #0f9d58;
}

.info-terbaru-box {
  margin-top: 30px;
}

.info-terbaru-title {
  background-color: #0f9d58;
  color: white;
  font-weight: 700;
  padding: 8px;
  border-radius: 8px;
  text-align: center;
  font-size: 16px;
  margin-bottom: 10px;
}

.carousel {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.carousel-card {
  width: 140px;
  height: 100px;
  background-color: #d8f0e5;
  border-radius: 10px;
  border: 1.5px solid #0f9d58;
}

.carousel-arrow {
  background-color: #0f9d58;
  color: white;
  border: none;
  padding: 10px;
  font-size: 16px;
  border-radius: 50%;
}

.social-section {
  text-align: center;
  font-size: 14px;
  margin-top: 30px;
  color: #555;
}

.social-icons div {
  margin-top: 5px;
}
