.custom-button {
  background-color: rgba(255,255,255,0.1);
  border: 1px solid;
  border-color: rgba(255,255,255,0.32);
  /*border-radius: 10px;*/
  padding: 0px 18px;
  display: inline-flex;
  align-items: center;
  gap: 15px;
  color: #ea5d23;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 16px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  margin-top: 9px;
  text-decoration: none;
  width: 90%;
  height: 31px;
}

.custom-button:hover {
  background-color: #ea5d23;
  transform: translateY(-2px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
  color: white;
}

.custom-button:hover span {
  color: #ffffff;
}

.custom-button:hover i {
  /*color: #ea5d23;*/
  /*background-color: white;*/
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  cursor: pointer;
  z-index: 10;
  text-decoration: none;
  font-size: 26px;
  color: white;
}

.custom-button span {
  color: #ffffff;
}

.icon-box {
  background-color: white;
  border-radius: 10px;
  padding: 8px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.icon-box i {
  color: #ea5d23;
  font-size: 20px;
}

.menu-dots {
  display: flex;
  flex-direction: column;
  gap: 3px;
  margin-left: auto;
}

.dot {
  width: 4px;
  height: 4px;
  background-color: white;
  border-radius: 50%;
}

.location-button {
  background-color: #862325;
  border: none;
  border-radius: 50px;
  padding: 15px 25px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  color: white;
  font-weight: 600;
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  text-decoration: none;
  position: relative;
  min-width: 300px;
  width: 90%;
  height: 45px;
}

.location-button:hover {
  background-color: #ea5d23;
  transform: translateY(-2px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
  color: white;
}

.location-text {
  display: flex;
  align-items: center;
  gap: 12px;
  /*pointer-events: none;*/
  color: #ea5d23;
}

.location-text i {
  font-size: 24px;
}

.wa-icon {
  background-color: transparent;
  /*border: 2px solid white;*/
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  cursor: pointer;
  z-index: 10;
  text-decoration: none;
  font-size: 26px;
}

.wa-icon:hover {
  background-color: white;
  transform: scale(1);
}

.wa-icon:hover i {
  color: #ea5d23;
}

.wa-icon i {
  font-size: 22px;
  color: #ea5d23;
  transition: color 0.3s ease;
  text-decoration: none;
}

.card-body {
}

.h4judul {
  color: rgb(255,255,255);
  font-size: 26px;
  margin-top: margin-top: -11px;
  margin-top: -11px;
}

.location-text:hover {
  color: #ffffff;
}

