.home-section-subtitle {
  font-family: "Edu AU VIC WA NT Hand", cursive;
  font-size: 16px !important;
  color: #ff9556;
}
.home-section-title {
  font-size: 48px;
  font-weight: 800;
}
.section-card {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 36px;
}
.malaysia {
  background-image: url("../images/malyasia.png");
}
.thailand {
  background-image: url("../images/thailand.png");
}
.thailand_2 {
  background-image: url("../images/thailand_2.png");
}
.cambodia {
  background-image: url("../images/combo.png");
}
.section-card-body {
  width: 100%;
  height: 100%;
  border-radius: 36px;
  background-color: rgba(160, 140, 140, 0.27); /* semi-transparent overlay */
  backdrop-filter: blur(6px);
}
.section-card-body h3 {
  color: #1d313c;
  font-weight: 500;
  font-size: 24px;
}
.section-card-body p {
  color: #1d313c;
}
.section-card-body-item {
  font-size: 14px;
  color: #1d313c;
  margin-bottom: 0.5rem;
}
.section-card-body a {
  background-color: #1d313c;
  color: #ffffff;
  border-radius: 36px;
}
.section-card-body a:hover {
  background-color: #00090f;
  color: #ffffff;
  border-radius: 36px;
}
.alert {
  border: 1px solid #fbbf24;
  border-radius: 36px;
  background-color: rgba(251, 191, 36, 0.1);
  gap: 14px;
}
.alert i {
  font-size: 24px;
  color: #fbbf24;
}
