.coffee-mood-text-container {
  display: block;
  width: 100%;
  margin: 30px 0;
  text-align: center;
}

.coffee-mood-heading {
  margin: 0;
  padding: 20px 0;
  display: block;
  position: relative;
  z-index: 10;
  line-height: 1.4;
  font-weight: bold;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.coffee-mood-heading.arabic {
  font-family: 'Hacen-Maghreb', Arial, sans-serif !important;
  font-size: 42px;
  color: #86360b;
  text-align: center;
  direction: rtl;
}

.coffee-mood-heading.english {
  font-family: 'Raleway-Regular', Arial, sans-serif;
  font-size: 34px;
  color: #86360b;
  text-align: center;
  direction: ltr;
}

/* Custom Menu Button Style */
.btn-style-one.menu-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 200px;
  padding: 15px 30px;
  margin-top: 20px;
  font-family: 'Hacen-Maghreb', Arial, sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  background: linear-gradient(135deg, #86360b 0%, #a67c52 50%, #c4956d 100%);
  border-radius: 50px;
  box-shadow: 0 8px 15px rgba(134, 54, 11, 0.3);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  text-decoration: none;
  border: none;
  cursor: pointer;
}

.btn-style-one.menu-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 20px rgba(134, 54, 11, 0.4);
  background: linear-gradient(135deg, #a67c52 0%, #c4956d 50%, #86360b 100%);
}

.btn-style-one.menu-btn:active {
  transform: translateY(-1px);
  box-shadow: 0 5px 10px rgba(134, 54, 11, 0.3);
}

.btn-style-one.menu-btn .btn-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
}

.btn-style-one.menu-btn .text-one {
  display: flex;
  align-items: center;
  gap: 10px;
  transition: all 0.3s ease;
}

.btn-style-one.menu-btn i {
  font-size: 16px;
  transition: all 0.3s ease;
}

.btn-style-one.menu-btn:hover i {
  transform: translateX(5px);
}
