.boxed_wrapper {
  position: relative;
  margin: 0 auto;
  overflow: hidden !important;
  width: 100%;
  min-width: 300px;
}

.home-lang-dropdown {
  background-color: rgba(255, 255, 255, 0.1);
  color: #ffffff;
  border: none;
  padding: 10px;
  border-radius: 8px;
  font-size: 16px;
  cursor: pointer;
}

.home-lang-dropdown option {
  background-color: rgba(255, 255, 255, 0.1);
  color: #000;
}

.home-lang-dropdown:focus {
  outline: none;
}

/* Comic-style text for menu names */
.home-card-name-english, 
.home-card-name-arabic {
  font-family: "Luckiest Guy", "Bangers", cursive;
  font-size: 22px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: center;
}

/* English: Yellow with Black outline */
.home-card-name-english {
  color: #ffeb3b; /* Bright yellow */
  -webkit-text-stroke: 2px #000; /* Bold black outline */
  paint-order: stroke fill;
  text-shadow: 4px 4px 0px #000; /* Comic shadow */
}

/* Arabic: White with Red outline */
.home-card-name-arabic {
  color: #ffffff; /* White fill */
  -webkit-text-stroke: 2px #e63946; /* Red outline */
  paint-order: stroke fill;
  text-shadow: 3px 3px 0px #e63946;
}

@media (max-width: 375px)
{
  .home-lang-dropdown
  {
     margin-right: 10px;
  }
}

@media (max-width: 414px)
{
  .home-lang-dropdown
  {
     margin-right: 5px;
  }
}

@media (min-width: 430px) and (max-width: 932px)
{
  .home-lang-dropdown
  {
     margin-right: 16px;
  }
}

/* @media (max-width: 430px) {
  .home-lang-dropdown
  {
     margin-right: 16px;
  }
} */

/* @media screen and (max-width: 480px) {
  .home-lang-dropdown {
    margin-right: 10px;
  }
}

@media screen and (max-width: 667px)
{
  .home-lang-dropdown
  {
     margin-right: 10px;
  }
} */
