.txt-heading {
  font-family: 'Poppins', 'Segoe UI', sans-serif; 
  color: #1a2935; 
  margin-bottom: 0.5em;
}

.txt-slogan{
  font-family: 'Moon Dance', 'Poppins';
  font-size: 20px;
  font-weight: 500;
  color: #1a2935;
}
.custom_link{
  color: #1d72b8; 
  text-decoration: none;
  transition: color 0.3s ease;
}

.menu_link {
  color: #333;
  font-weight: 500;
  text-decoration: none;
  padding: 0.5rem 1rem;
  border-radius: 0.375rem;
  display: inline-block;
  position: relative;
  transition: color 0.3s ease;
  /* background: linear-gradient(45deg, #ef6300 0%, #ffba1f 100%); */
}

.menu_link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 5px;
  width: 100%;
  height: 2px;
  background: linear-gradient(45deg, #ef6300 0%, #ffba1f 100%);
  /* transform: scaleX(0); */
  transform: scaleX(1);   
  transform-origin: left;
  transition: transform 0.3s ease;
}

.menu_link:hover {
  color: #004085;
}

.menu_link:hover::after {
  transform: scaleX(1);
}

.custom_input{
  background-color: #ffffff !important;
  border: 2px solid #f4b740 !important;
  color: #2c2c2c !important;
  border-radius: 8px !important;
  padding: 10px !important;
  font-size: 16px !important;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15) !important;
}

.fa-corporate-red {
  color: #D32F2F; /* Tukar ikut warna corporate awak */
}

.fa-solid {
  margin-right: 5px;
}

#carouselExample {
  max-width: 832px !important;
  max-height: 416px !important;
  width: 100% !important;
  aspect-ratio: 2 / 1 !important;
  overflow: hidden !important;
}
.carousel-inner,
.carousel-item {
  height: 100% !important;
}
.slider-img {
  max-height:  416px !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  display: block !important;
}