* {
  font-family: 'Poppins', serif !important;
}

.custom-heading {
  font-weight: 600;
  line-height: 1.45;
}

.ff_home_hder_appbar {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

#ff_home_hero {
  background-color: #feefe9;
  text-align: center;
  padding: 3rem 0 3rem;
  margin-top: 5rem;
}

.ff_home_hero_title {
  font-size: 3rem;
}

.ff_home_hdr_popular_chip {
  font-size: 0.9rem !important;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  border: 1px solid #16a6a7 !important;
  color: #2e2e54 !important;
  background-color: transparent !important;
}

@media screen and (max-width: 768px) {
  .ff_home_hdr_popular_chips {
    display: none !important;
  }

  .ff_home_hero_title {
    font-size: 1.6rem !important;
    line-height: 2rem !important;
  }

  #ff_home_hero .hero-title {
    text-shadow:
      0px 4px 4px rgba(0, 0, 0, 0.25),
      0px 4px 4px rgba(0, 0, 0, 0.25);
  }
}

#ff_home_hero .hero-content {
  width: 90%;
  max-width: 650px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 20px;
}

#ff_home_hero .hero-title {
  color: #1d1d1e;
  font-weight: 700;
  font-size: 40px;
  line-height: 48px;
}

.hero-subtitle {
  color: #1d1d1e;
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
}

.search-box {
  display: flex;
  align-items: center;
  gap: 8px;
  border: 1px solid #1d1d1e;
  border-radius: 24px;
  padding: 8px;
  width: 90%;
  max-width: 650px;
  margin: 0 auto;
  background-color: #fff;
  position: relative;
}

.search-input input::placeholder{
  color: #585876 !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  opacity: 1 !important;
}

.search-input {
  flex: 1;
  outline: none;
  border: none;
}

.search-input .MuiInputBase-input {
  font-size: 14px !important;
  font-weight: 400;
}
.search-input .MuiInputBase-input::placeholder {
  color: #1d1d1e;
  opacity: 1;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}
.clear-icon {
  color: #828298;
}

#ff_home_hero .suggestions-container {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: #fff;
  border-radius: 16px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
  z-index: 10;
  padding: 10px 0;
  margin: 2% 0;
}

.suggestion-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 10px;
  justify-content: 'start';
  align-items: center;
}

.search-hint-item {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  cursor: pointer;
  padding: 4px 0;
}

.search-hint-item :hover {
  background: #d0eded;
}

.hints-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.search-icon {
  margin-right: 8px;
  color: #101011;
}

.hint-item {
  padding: 4px 16px;
  cursor: pointer;
  border-bottom: 1px solid #f2f2f2;
  text-align: left;
  display: flex;
  align-items: 'start';
}

.hint-item:hover {
  background-color: #d0eded;
}

.hint-title {
  font-weight: bold;
}

.hint-subtitle {
  font-size: 0.9rem;
  color: #666;
}

#search-hint-title {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  color: #3e3e3e;
  margin: 0;
}

#search-hint-title span {
  font-weight: 500;
}

#search-hint-subtitle {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.15000000596046448px;
  text-align: left;
  color: #51534f;
}

#ff_home_hero .suggestion-item {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  border: 1px solid #a2dbdc;
  border-radius: 16px;
  background-color: #eef9f9;
  cursor: pointer;
  border-radius: 20px;
  transition: background-color 0.3s ease;
}

#ff_home_hero .suggestion-icon {
  font-size: 18px;
}

#ff_home_hero .suggestion-text {
  font-size: 14px;
  font-weight: 500;
  color: #2e2e54;
}

.no-suggestions {
  text-align: center;
  color: #828298;
  padding: 10px;
  font-size: 14px;
}

.search_item {
  width: max-content;
  display: inline-block;
  white-space: nowrap;
  padding: 10px;
  background: #feefe9 !important;
  border: 1px solid #ccc;
  cursor: pointer;
  border-color: #1d1d1e;
  color: #1d1d1e;
  font-size: 12px !important;
  font-weight: 500;
  line-height: 20px;
}

.search_item:hover {
  background-color: #1d1d1e !important;
  border-color: #1d1d1e;
}

.ff-topics-title {
  font-family: Poppins;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-align: center;
  color: #1d1d1e;
}

#ff_home_hero .suggestions-container,
#ff_home_hder_appbar .suggestions-container {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: #fff;
  border-radius: 16px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
  z-index: 10;
  padding: 10px 0;
  margin: 2% 0;
}

#ff_home_hero .suggestion-item,
#ff_home_hder_appbar .suggestion-item {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  border: 1px solid #1D1D1E;
  border-radius: 20px;
  background-color: #ffffff;
  color: #1D1D1E;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

#ff_home_hero .suggestion-item:hover,
#ff_home_hder_appbar .suggestion-item:hover {
  background-color: #1D1D1E;
  color: #fff;
}

#ff_home_hero .suggestion-icon,
#ff_home_hder_appbar .suggestion-icon {
  font-size: 18px;
}

#ff_home_hero .suggestion-text,
#ff_home_hder_appbar .suggestion-text {
  font-size: 12px;
  font-weight: 400;
  color: #2e2e54;
  margin: 0;
}

#ff_home_hero .suggestion-text:hover,
#ff_home_hder_appbar .suggestion-text:hover {
  color: #fff;
}

.ld_list_container {
  display: flex;
  gap: 1rem;
  justify-content: 'start';
  align-items: 'start';
  position: relative;
  width: 100%;
}

.ld_shortname {
  font-size: 1.1rem;
  color: #3e3e3e;
  font-weight: 500;
}

.ld_native {
  font-size: 0.9rem;
  color: #3e3e3e;
  font-weight: 500;
}

.ld_languagename {
  font-size: 0.8rem;
  color: #7e7e7e;
  font-weight: 400;
}

.ld_active_tick {
  display: none;
}

.language_dropdown .MuiMenuItem-root:hover,
.language_dropdown .MuiMenuItem-root.active {
  background-color: #feefe9;
}

.language_dropdown .MuiMenuItem-root.active .ld_active_tick {
  display: block;
  position: absolute;
  right: 0;
  top: 1rem;
}

.language_dropdown .MuiPaper-root {
  border-radius: 12px !important;
}