.elementor-24 .elementor-element.elementor-element-9e24e7e{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-f07f770 *//* Reset padding/margin */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.custom-menu {
  display: flex;
  align-items: center;
  background-color: #fff;
  border-radius: 10px;
  padding: 10px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.menu-item {
  display: flex;
  align-items: center;
  margin-right: 20px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.menu-item:last-child {
  margin-right: 0;
}

.circle-icon {
  width: 40px;
  height: 40px;
  background-color: #2ecc71;
  color: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
}

.menu-item span {
  font-size: 14px;
  color: #333;
}

/* Animation khi hover */
.menu-item:hover {
  transform: scale(1.1);
}

.menu-item.home-icon:hover .circle-icon {
  background-color: #27ae60;
}/* End custom CSS */