/* 🌌 Фон сайта */
body {
  margin: 0;
  font-family: 'Helvetica Neue', sans-serif;
  background-color: black;
  color: white;
  overflow-x: hidden;
}

body::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-image: url('carbon-bg.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: repeat;
  opacity: 1;
  z-index: -1;
}

/* === FLOATING MENU === */
.floating-menu-wrapper {
  position: fixed;
  top: 40%;
  left: 115px;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.floating-button {
  width: 26px;
  height: 26px;
  background-color: rgba(152, 12, 12, 0.461);
  border-radius: 50%;
  box-shadow: 0 0 12px rgba(155, 7, 7, 0.451);
  animation: pulse 2s infinite;
  cursor: pointer;
  z-index: 1001;
  display: flex;
  align-items: center;
  justify-content: center;
  user-select: none;
}

@keyframes pulse {
  0% { box-shadow: 0 0 0 0 rgba(255,255,255,0.3); }
  70% { box-shadow: 0 0 0 12px rgba(255,255,255,0); }
  100% { box-shadow: 0 0 0 0 rgba(255,255,255,0); }
}

.mini-menu {
  display: flex;
  flex-direction: column;
  margin-top: 14px;
  background-color: rgba(0, 0, 0, 0);
  backdrop-filter: blur(2px);
  border-radius: 12px;
  padding: 10px 14px;
  font-family: 'Helvetica Neue', sans-serif;
  opacity: 0;
  pointer-events: none;
  transform: translateY(10px);
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.mini-menu.show {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.mini-menu a {
  color: white;
  text-decoration: none;
  font-size: 0.85rem;
  margin: 6px 0;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.mini-menu.show a:nth-child(1) { transition-delay: 0.1s; opacity: 1; transform: translateY(0); }
.mini-menu.show a:nth-child(2) { transition-delay: 0.2s; opacity: 1; transform: translateY(0); }
.mini-menu.show a:nth-child(3) { transition-delay: 0.3s; opacity: 1; transform: translateY(0); }
.mini-menu.show a:nth-child(4) { transition-delay: 0.4s; opacity: 1; transform: translateY(0); }

.mini-menu a:hover {
  opacity: 0.7;
}

/* 🔺 Логотип */
.logo-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 1px;
}

.logo {
  display: block;
  width: 50vw;
  max-width: 680px;
  height: auto;
  opacity: 0;
  transition: opacity 1.6s ease-in-out;
}

.logo.visible {
  opacity: 1;
}

/* 📂 Главное горизонтальное меню */
.main-menu {
  display: flex;
  justify-content: center;
  gap:15px;
  position: absolute;
  top: 440px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1000;
}

.main-menu a {
  font-size: 18px;
  color: white;
  font-weight: 300;
  letter-spacing: 2px;
  text-decoration: none;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.main-menu a:hover {
  opacity: 0.8;
  transform: scale(1.05);
}
.main-menu a::after {
  content: '';
  display: block;
  height: 1px;
  width: 0%;
  background: rgb(138, 9, 9);
  transition: width 0.3s ease;
  margin: auto;
  margin-top: 4px;
}

.main-menu a:hover::after {
  width: 100%;
}


/* 🔁 Анимация появления меню */
.delayed-appearance {
  opacity: 0;
  animation: fadeInMenu 1.5s ease forwards;
  animation-delay: 2s;
}

@keyframes fadeInMenu {
  to {
    opacity: 1;
  }
}

/* 📱 Мобильная адаптация */
@media screen and (max-width: 480px) {
  .main-menu {
    flex-direction: column;
    align-items: center;
    position: static;
    margin-top: 20px;
    transform: none;
  }

  .main-menu a {
    font-size: 15px;
    text-align: center;
    letter-spacing: 1px;
  }
}


.background-strip {
  background-color: transparent;
  padding: 60px 20px;
  min-height: 100vh;
}

/* === ABOUT === */
.about-box {
  max-width: 850px;
  margin: 0 auto 100px;
  background-color: rgba(255, 255, 255, 0.05);
  padding: 35px;
  border-radius: 14px;
  backdrop-filter: blur(6px);
  color: rgb(255, 255, 255);
}

.about-box h2 {
  font-size: 26px;
  color: #b30000;
  margin-bottom: 30px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
}

.about-box p {
  font-size: 18px;
  line-height: 1.7;
  margin-bottom: 16px;
}

/* === UNIQUE === */
.unique-video-container {
  position: relative;
  width: 90%;
  max-width: 1250px;
  height: 45vh;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 16px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
}

.unique-video-container video {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  pointer-events: none;
  filter: brightness(0.4);
}

.unique-video-overlay {
  position: absolute;
  top: 50%;
  left: 8%;
  transform: translateY(-50%);
  max-width: 420px;
  text-align: left;
  opacity: 1;
  color: white; /* общий белый цвет — можно оставить */
}

/* Заголовок h2 — красный */
.unique-video-overlay h2 {
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 14px;
  color: #b30000; /* ✅ Отдельный цвет */
  text-transform: uppercase;
}

/* Текст — белый */
.unique-video-overlay p {
  font-size: 18px;
  line-height: 1.6;
  color: white; /* ✅ Белый цвет отдельно */
}


/* Адаптация */
@media (max-width: 768px) {
  .section-box {
    padding: 25px;
  }

  .section-box h2 {
    font-size: 28px;
    text-align: center;
  }

  .section-box p {
    font-size: 15px;
    text-align: center;
  }

  .video-section {
    padding: 80px 0;
  }

  .video-container {
    height: 60vh;
  }

  .video-overlay {
    left: 5%;
    max-width: 90%;
    font-size: 14px;
  }

  .video-overlay h2 {
    font-size: 26px;
  }

  .video-overlay p {
    font-size: 14px;
  }
}

.reveal-on-scroll {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1.2s ease, transform 1.2s ease;
}

.reveal-on-scroll.visible {
  opacity: 1;
  transform: translateY(0);
}

/* === SUBLIME BLOCK === */
.sublime-block {
  display: flex;
  justify-content: center;
  margin-bottom: 60px;
  width: 100%;
}

.sublime-wrapper {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: center;
  gap: 40px;
  max-width: 1150px;
  width: 95%;
  margin: 0 auto;
  padding-bottom: 60px;
  flex-wrap: wrap;
}

.sublime-left,
.sublime-column {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.sublime-image {
  border-radius: 12px;
  width: 100%;
  max-width: 500px;
  height: auto;
  object-fit: cover;
  box-shadow: 0 0 14px rgba(0, 0, 0, 0.3);
}

.sublime-text {
  color: white;
  max-width: 500px;
  font-size: 1.15rem;
  text-align: left;
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 1.6s ease, transform 1.6s ease;
}

.sublime-text.visible {
  opacity: 1;
  transform: translateY(0);
}

.sublime-text h2 {
  font-size: 1.6rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #b30000;
  margin-bottom: 14px;
}

@media screen and (max-width: 768px) {
  .sublime-wrapper {
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }

  .sublime-text {
    max-width: 90%;
    text-align: center;
    font-size: 1rem;
  }

  .sublime-text h2 {
    font-size: 1.4rem;
  }

  .sublime-image {
    max-width: 100%;
  }
}

@media screen and (max-width: 430px) {
  .sublime-text {
    font-size: 0.95rem;
    padding: 0 10px;
  }

  .sublime-text h2 {
    font-size: 1.25rem;
  }
}


/* === LUMINATE BLOCK === */
.luminate-block {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-bottom: 100px;
}

.luminate-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  gap: 40px;
  max-width: 1150px;
  width: 95%;
  flex-wrap: wrap;
}

.luminate-left,
.luminate-right {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.luminate-left img,
.luminate-right img {
  border-radius: 12px;
  width: 100%;
  max-width: 500px;
  height: auto;
  object-fit: cover;
  box-shadow: 0 0 14px rgba(0, 0, 0, 0.3);
}

.luminate-text {
  color: white;
  max-width: 500px;
  font-size: 1.15rem;
  text-align: left;
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 1.6s ease, transform 1.6s ease;
}

.luminate-text.visible {
  opacity: 1;
  transform: translateY(0);
}

.luminate-text h2 {
  font-size: 1.6rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #b30000;
  margin-bottom: 14px;
}

@media screen and (max-width: 768px) {
  .luminate-wrapper {
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }

  .luminate-text {
    max-width: 90%;
    text-align: center;
    font-size: 1rem;
  }

  .luminate-text h2 {
    font-size: 1.4rem;
  }

  .luminate-left img,
  .luminate-right img {
    max-width: 100%;
  }
}

@media screen and (max-width: 430px) {
  .luminate-text {
    font-size: 0.95rem;
    padding: 0 10px;
  }

  .luminate-text h2 {
    font-size: 1.25rem;
  }
}


/* === LINEAGE BLOCK === */
.lineage-block {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-bottom: 100px;
}

.lineage-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 40px;
  max-width: 1150px;
  width: 95%;
  flex-wrap: wrap;
  padding: 0 20px;
}

.lineage-left,
.lineage-right {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  flex: 1;
  min-width: 280px;
}

.lineage-text {
  color: white;
  font-size: 1.15rem;
  max-width: 500px;
  text-align: left;
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 1.6s ease, transform 1.6s ease;
}

.lineage-text.visible {
  opacity: 1;
  transform: translateY(0);
}

.lineage-text h2 {
  font-size: 1.6rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #b30000;
  margin-bottom: 16px;
}

.cultural1,
.cultural2 {
  width: 100%;
  max-width: 480px;
  height: auto;
  border-radius: 12px;
  object-fit: cover;
  box-shadow: 0 0 14px rgba(0, 0, 0, 0.3);
}

@media screen and (max-width: 768px) {
  .lineage-wrapper {
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }

  .lineage-text {
    max-width: 90%;
    text-align: center;
    font-size: 1rem;
  }

  .lineage-text h2 {
    font-size: 1.4rem;
  }

  .cultural1,
  .cultural2 {
    max-width: 100%;
  }
}

@media screen and (max-width: 430px) {
  .lineage-text {
    font-size: 0.95rem;
    padding: 0 10px;
  }

  .lineage-text h2 {
    font-size: 1.25rem;
  }
}


/* === NAVIGATION BUTTONS SECTION === */
.navigation-buttons {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 100px 20px;
  background-color: transparent;
}

.button-wrapper {
  display: flex;
  gap: 100px;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  max-width: 1200px;
}

.nav-button {
  max-width: 300px;
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.3s ease;
  border-radius: 12px;
  box-shadow: 0 0 12px rgba(255, 255, 255, 0.1);
}

.nav-button:hover {
  transform: scale(1.05);
}


.flicker-talent {
  animation: flickerTalent 2.5s infinite;
}

@keyframes flickerTalent {
  0%, 20%, 60%, 100% {
    opacity: 1;
  }
  10%, 40%, 90% {
    opacity: 0.4;
  }
}


@media screen and (max-width: 768px) {
  .button-wrapper {
    flex-direction: column;
    gap: 40px;
    padding: 0 10px;
  }

  .nav-button {
    max-width: 90%;
    width: 90%;
    margin: 0 auto;
  }

  .navigation-buttons {
    padding: 60px 10px;
  }
}

@media screen and (max-width: 430px) {
  .nav-button {
    max-width: 100%;
  }
}


.contact-section {
  padding: 80px 20px;
  text-align: center;
  background-color: rgba(193, 16, 16, 0); /* Прозрачный красный */
  color: rgb(165, 3, 3); /* Основной текст */
  backdrop-filter: blur(12px);
  border-radius: 20px;
  margin: 80px auto;
  max-width: 800px;
}


.contact-section h2 {
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: rgba(151, 16, 16, 0.85);
  margin-bottom: 30px;
  font-family: 'Helvetica Neue', sans-serif;
}


.contact-section form {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.contact-section input,
.contact-section textarea {
  width: 90%;
  max-width: 500px;
  margin: 10px 0;
  padding: 15px;
  border: none;
  border-radius: 12px;
  font-size: 1rem;
  background-color: rgba(255, 255, 255, 0.15);
  color: white;
}

.contact-section input::placeholder,
.contact-section textarea::placeholder {
  color: rgba(255, 255, 255, 0.6);
}

.contact-section button {
  margin-top: 20px;
  padding: 15px 30px;
  background-color: white;
  color: black;
  font-weight: bold;
  border: none;
  border-radius: 12px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.contact-section button:hover {
  background-color: #eaeaea;
}


.social-links {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  gap: 30px;
}

.social-links a {
  color: white;
  font-weight: bold;
  text-decoration: none;
  padding: 12px 24px;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 10px;
  transition: background-color 0.3s ease;
}

.social-links a:hover {
  background-color: rgba(255, 255, 255, 0.4);
}


@media screen and (max-width: 480px) {
  .contact-section {
    padding: 30px 10px;
    max-width: 90%;
    margin: 40px auto;
  }

  .contact-section h2 {
    font-size: 1.2rem;
  }

  .contact-section input,
  .contact-section textarea,
  .contact-section button {
    font-size: 0.85rem;
  }

  .social-links {
    flex-direction: column;
    gap: 12px;
  }

  .social-links a {
    width: 100%;
    text-align: center;
  }
}
.highlight-red {
  color: #ff5f5f;
}

.highlight-gold {
  color: #ffedcc;
}

.highlight-white {
  color: #ffffff;
}

#rotate-notice {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100vw;
  height: 100vh;
  background: black;
  color: white;
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-family: 'Helvetica Neue', sans-serif;
  font-size: 1.2rem;
  padding: 20px;
}

.rotate-icon {
  width: 80px;
  height: auto;
  margin-bottom: 20px;
  animation: rotateHint 2.5s infinite ease-in-out;
}

@keyframes rotateHint {
  0% { transform: rotate(0deg); opacity: 1; }
  25% { transform: rotate(90deg); opacity: 1; }
  50% { transform: rotate(90deg); opacity: 0.7; }
  75% { transform: rotate(0deg); opacity: 1; }
  100% { transform: rotate(0deg); opacity: 1; }
}


/* ✅ НАЦЕЛЕННЫЙ БЛОК ДЛЯ ГОРИЗОНТАЛЬНОГО МОБИЛЬНОГО РЕЖИМА (включая iPhone SE и больше) */
@media only screen and (max-width: 735px) and (orientation: landscape) {

  /* Пример: логотип */
  .logo {
    width: 70vw !important;
    max-width: 320px !important;
  }

  /* Главное меню */
  .main-menu {
    flex-direction: row !important;
    justify-content: center !important;
    gap: 16px !important;
    margin-top: 20px !important;
    position: static !important;
    transform: none !important;
  }

  .main-menu a {
    font-size: 14px !important;
    letter-spacing: 1px !important;
    padding: 4px 8px !important;
  }

  /* Кнопки TALENT и PROJECTS */
  .navigation-buttons {
    flex-direction: row !important;
    justify-content: center !important;
    gap: 40px !important;
    padding: 40px 10px !important;
  }

  .nav-button {
    max-width: 45vw !important;
    width: auto !important;
  }

  /* Секция About Us */
  .about-box {
    padding: 20px !important;
    font-size: 16px !important;
    line-height: 1.5 !important;
  }

  .about-box h2 {
    font-size: 20px !important;
    margin-bottom: 20px !important;
  }

  /* Контактная форма */
  .contact-section {
    padding: 30px 10px !important;
  }

  .contact-section h2 {
    font-size: 1.2rem !important;
  }

  /* Мини-меню */
  .floating-menu-wrapper {
    left: 10px !important;
    top: 35% !important;
  }

}


@media screen and (max-width: 740px) and (max-height: 430px) and (orientation: landscape) {
  #about .about-box {
    padding: 15px !important;
  }

  #about .about-box h2 {
    font-size: 18px !important;
    margin-bottom: 10px !important;
  }

  #about .about-box p {
    font-size: 10px !important;
    line-height: 1.2 !important;
  }

  #about .about-box strong {
    font-size: 10px !important;
  }

  .main-menu {
    margin-top: -100px !important;
  }

  .main-menu a {
    font-size: 14px !important;
    padding: 3px 6px !important;
  }

  .nav-button {
    max-width: 45vw !important;
  }
}
@media screen and (max-width: 740px) and (max-height: 430px) and (orientation: landscape) {
  /* Подстройка overlay-текста в UNIQUE */
  .unique-video-overlay {
    font-size: 10px !important;
    line-height: 1.2 !important;
    padding: 20px !important;
  }

  .unique-video-overlay h2 {
    font-size: 20px !important;
    margin-bottom: 12px !important;
  }

  .unique-video-overlay p {
    font-size: 14px !important;
  }

  /* Немного удлиняем видео */
  .unique-video-container video {
    width: 109vw !important;
  }
}
@media screen and (max-width: 740px) and (max-height: 430px) and (orientation: landscape) {
  /* SUBLIME block layout fix for mobile landscape */
  .sublime-wrapper {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: space-between !important;
    flex-wrap: nowrap !important;
    gap: 1vw !important;
  }

  .sublime-left,
  .sublime-column {
    flex: 1 1 50% !important;
    max-width: 50% !important;
  }

  .sublime-image {
    width: 100% !important;
    height: auto !important;
    object-fit: cover !important;
  }

  .sublime-text {
    padding: 10px !important;
    font-size: 6px !important;
    line-height: 1.2 !important;
  }

  .sublime-text h2 {
    font-size: 18px !important;
    margin-bottom: 10px !important;
  }

  .sublime-text p {
    font-size: 14px !important;
  }
}
@media screen and (max-width: 740px) and (max-height: 430px) and (orientation: landscape) {
  .luminate-wrapper {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: space-between !important;
    flex-wrap: nowrap !important;
    gap: 1vw !important;
  }

  .luminate-left,
  .luminate-right {
    flex: 1 1 50% !important;
    max-width: 50% !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
  }

  .luminate-left img,
  .luminate-right img {
    width: 100% !important;
    height: auto !important;
    object-fit: cover !important;
    margin-bottom: 10px !important;
  }

  .luminate-text {
    padding: 10px !important;
    font-size: 6px !important;
    line-height: 1.2 !important;
    text-align: left !important;
  }

  .luminate-text h2 {
    font-size: 18px !important;
    margin-bottom: 10px !important;
  }

  .luminate-text p {
    font-size: 14px !important;
  }
}

@media screen and (max-width: 740px) and (max-height: 430px) and (orientation: landscape) {
  .lineage-wrapper {
    display: flex !important;
    flex-direction: row !important;
    justify-content: space-between !important;
    align-items: stretch !important;
    gap: 1vw !important;
  }

  .lineage-left {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: flex-start !important;
    width: 50% !important;
    max-width: 50% !important;
  }

  .lineage-right {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 50% !important;
    max-width: 50% !important;
  }

  .lineage-text {
    padding: 10px !important;
    font-size: 6px !important;
    line-height: 1.2 !important;
    text-align: left !important;
  }

  .lineage-text h2 {
    font-size: 18px !important;
    margin-bottom: 10px !important;
  }

  .lineage-text p {
    font-size: 14px !important;
  }

  .lineage-left img.cultural2 {
    width: 100% !important;
    height: auto !important;
    object-fit: cover !important;
    margin-top: 10px !important;
  }

  .lineage-right img.cultural1 {
    width: 100% !important;
    height: auto !important;
    object-fit: cover !important;
  }
}
@media screen and (max-width: 740px) and (max-height: 430px) and (orientation: landscape) {
  .navigation-buttons {
    padding: 10px 20px !important;
  }

 .button-wrapper {
    display: flex !important;
    flex-direction: row !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 10vw !important;
    flex-wrap: nowrap !important;
  }


  .nav-button {
    max-width: 33vw !important;
    height: auto !important;
    box-shadow: 0 0 12px rgba(255, 255, 255, 0.2) !important;
    transition: transform 0.3s ease !important;
  }

  .nav-button:hover {
    transform: scale(1.02) !important;
  }
}
@media screen and (max-width: 740px) and (max-height: 430px) and (orientation: landscape) {
  #contact.contact-section {
    padding: 25px 18px !important;
    font-size: 6px !important;
  }

  #contact.contact-section h2 {
    font-size: 18px !important;
    margin-bottom: 10px !important;
  }

  #contact.contact-section form {
    display: flex !important;
    flex-direction: column !important;
    gap: 8px !important;
  }

  #contact.contact-section input,
  #contact.contact-section textarea {
    font-size: 10px !important;
    padding: 6px 8px !important;
    border-radius: 4px !important;
  }

  #contact.contact-section button {
    font-size: 11px !important;
    padding: 6px 12px !important;
    margin-top: 5px !important;
  }

  .social-links a {
    font-size: 10px !important;
    margin-right: 10px !important;
  }
}


.language-selector {
  position: relative;
}

.language-btn {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
}

.language-btn img {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  margin-left: 4px;
  margin-top: -4px; /* ← поднимаем флаг выше */
  vertical-align: middle;
}

.language-menu {
  display: none;
  position: absolute;
  top: 25px;
  left: 58%;
  background: rgba(0, 0, 0, 0.21);
  backdrop-filter: blur(6px);
  border-radius: 8px;
  padding: 10px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.3);
  transform: translateX(-50%);
  z-index: 1000;
}
.language-menu a {
  display: block;
  margin: 4px 0;
  text-align: left;
}

.language-menu img {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  transition: transform 0.2s;
}

.language-menu img:hover {
  transform: scale(1.1);
}

.language-selector:hover .language-menu {
  display: block;
}
