.bro-container-navbar-session {
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  padding: 16px 60px;
  box-sizing: border-box;
  overflow-x: hidden;
}

.home-layout .hero-section {
  padding: 40px 0;
  overflow-x: hidden;
}

.home-layout .hero-section .hero-background-selection {
  justify-content: space-between;
  gap: 20px;
  width: 100%;
}

.home-layout .stats-box {
  display: inline-block;
  background-color: #3d2c0a;
  color: #ffa500;
  padding: 10px 20px;
  border-radius: 50px;
  font-weight: 500;
  font-size: 15px;
  margin-bottom: 15px;
  border: 1px solid #ffa50080;
}

.home-layout .stats-box p {
  margin: 0;
  font-size: 15px;
  font-weight: 500;
  color: #ffa500;
}

.home-layout .stats-box .highlight {
  color: #ffb300;
  font-weight: 700;
  font-size: 20px;
}

.home-layout .stats-box .placed-text::after {
  content: " | ";
  color: #ffb300;
  margin: 0 8px;
}

.home-layout .stats-box .highlight:last-of-type::after {
  content: none;
}

.home-layout .hero-title {
  font-size: 4.1rem;
  font-weight: 700;
  letter-spacing: -2.3px;
  line-height: 1.1;
  margin-bottom: 10px;
}

.home-layout .hero-text {
  color: #d3d3d3;
  font-size: 19px;
  line-height: 27px;
  font-weight: 500;
  margin-bottom: 25px;
}

.home-layout .background-title {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 15px;
}

.home-layout .form-check {
  background-color: #2e2e2e;
  border: 1px solid #444;
  border-radius: 12px;
  transition: 0.3s ease;
  width: 100%;
  padding: 15px;
  justify-content: center;
}

.home-layout .form-check:hover {
  border-color: #e50914;
}

.home-layout .form-check-input {
  accent-color: #e50914;
}

.home-layout .form-check-input[type="radio"] {
  width: 14px;
  height: 15px;
  border-radius: 4px !important;
  border: 1px solid #ede7e7;
  appearance: none;
  -webkit-appearance: none;
  background-color: #5d5151;
  cursor: pointer;
  position: relative;
  bottom: 2px;
}

.home-layout .form-check-input[type="radio"]:checked {
  background-color: #333;
  border: 1px solid #ce0808;
}

.home-layout .form-check-input[type="radio"]:checked::after {
  content: "";
  width: 8px;
  height: 9px;
  background: #ce0808;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 2px;
}

.home-layout .form-check-label {
  margin-left: 11px;
  cursor: pointer;
  font-size: 15px;
}

.home-layout .highlight-box {
  background-color: #3d2c0a;
  color: #ffa500;
  text-align: center;
  padding: 9px 40px;
  border-radius: 15px;
  margin-bottom: 35px;
  border: 1px solid #ffa50080;
}

.home-layout .highlight-box h3 {
  font-size: 28px;
  font-weight: 700;
  margin: 0;
}

.home-layout .highlight-box p {
  font-size: 17px;
  color: rgba(255, 179, 0, 0.85);
}

.home-layout .btn-career {
  background-color: #e50914;
  color: white;
  font-weight: 600;
  border: none;
  padding: 20px 35px;
  border-radius: 10px;
  transition: 0.3s;
  font-size: 16px;
  width: 100%;
  display: block;
}

.home-layout .btn-career:hover {
  background-color: #ff2020;
  cursor: pointer;
}

.home-layout .right-image img {
  border-radius: 20px;
  box-shadow: 0 0 30px rgba(255, 255, 255, 0.05);
  width: 100%;
  max-width: 540px;
}

.home-phone-box {
  background-color: #3d2c0a;
  color: #ffa50080;
  border-radius: 50px;
  padding: 8px 10px;
  font-weight: 500;
  font-size: 0.95rem;
  border: 1px solid #ffa50080;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
}

.home-layout
  .hero-section
  .bro-container-navbar-session
  .mobile-session-of-three {
  display: none;
  justify-content: space-between;
}

@media (max-width: 992px) {
  .home-layout .hero-text,
  .home-layout .stats-box {
    display: none;
  }

  .home-layout .hero-title {
    font-size: 2.1rem;
    position: relative;
    z-index: 2;
  }

  .home-layout .hero-section {
    text-align: center;
    padding: 0;
  }

  .home-layout .hero-section .hero-background-selection {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    width: 100%;
  }

  .home-layout .highlight-box {
    padding: 10px 15px;
  }

  .home-layout .highlight-box h3 {
    font-size: 20px;
  }

  .home-layout .highlight-box p {
    font-size: 10px;
    font-weight: 500;
  }

  .home-layout .form-check {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
    background-color: #2e2e2e;
    transition: 0.3s;
    text-align: center;
    padding: 13px 8px;
  }

  .home-layout .form-check-input {
    margin: 0;
    accent-color: #e50914;
    transform: scale(1.2);
  }

  .home-layout .form-check-label {
    font-size: 14px;
    line-height: 1.2;
    text-align: left;
    color: #fff;
    cursor: pointer;
  }

  .home-layout .form-check:hover {
    border-color: #e50914;
  }

  .home-layout .form-check-input:checked + .form-check-label {
    color: #f6f0f0;
    font-weight: 600;
  }

  .home-layout .background-title {
    text-align: center;
  }

  .home-layout .hero-background-selection {
    width: 100%;
  }

  .home-layout .right-image {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    margin-top: 50px;
  }

  .home-layout .right-image::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
    border-radius: 20px;
    pointer-events: none;
  }

  .home-layout .right-image img {
    width: 80%;
    height: auto;
    max-width: none;
    border-radius: 20px;
    filter: brightness(0.8);
  }

  .home-layout .hero-section .col-lg-6:first-child {
    margin-top: -30px;
    padding: 0 20px;
  }

  .home-layout .hero-title,
  .home-layout .hero-text,
  .home-layout .btn-career,
  .home-layout .highlight-box {
    text-shadow: 0 2px 6px rgba(0, 0, 0, 0.7);
  }

  .home-layout .hero-section .bro-container-navbar-session .row {
    flex-direction: column-reverse;
  }

  .home-layout .hero-section .bro-container-navbar-session {
    padding: 0 15px;
  }

  .home-layout
    .hero-section
    .bro-container-navbar-session
    .mobile-session-of-three {
    display: flex;
    justify-content: center;
    gap: 8px;
    position: fixed;
    z-index: 4;
    top: 85px;
    background-color: #000000;
    padding-bottom: 8px;
    box-shadow: -1px 2px 11px 2px #000000;
    width: 100%;
  }

  .home-layout
    .hero-section
    .bro-container-navbar-session
    .mobile-session-of-three
    .in-mobile {
    font-size: 12px;
    color: #ffa500;
  }

  .bro-container-navbar-session {
    padding: 0 !important;
    overflow-x: hidden;
  }

  .mobile-language-dropdown {
    position: relative;
    display: inline-block;
  }

  .mobile-language-btn {
    background-color: #3d2c0a;
    color: #ffa500;
    border-radius: 50px;
    padding: 8px 10px;
    font-weight: 500;
    font-size: 0.95rem;
    border: 1px solid #ffa50080;
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    cursor: pointer;
    width: 100%;
    transition: all 0.3s ease;
    gap: 6px;
    font-size: 14px;
  }

  .mobile-language-btn::after {
    content: "";
    width: 0;
    height: 0;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 4px solid currentColor;
    transition: transform 0.3s ease;
  }

  .mobile-language-dropdown.active .mobile-language-btn::after {
    transform: rotate(180deg);
  }

  .mobile-language-menu {
    position: absolute;
    top: calc(100% + 8px);
    right: 0;
    background: linear-gradient(135deg, #1a1a1a 0%, #2a2a2a 100%);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 12px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.6);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all 0.3s ease;
    z-index: 1000;
    backdrop-filter: blur(10px);
    min-width: 150px;
  }

  .mobile-language-dropdown.active .mobile-language-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }

  .mobile-language-menu a {
    display: block;
    padding: 12px 16px;
    color: #fff;
    text-decoration: none;
    transition: all 0.2s ease;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 0.9rem;
  }

  .mobile-language-menu a:last-child {
    border-bottom: none;
  }

  .mobile-language-menu a:hover {
    background-color: rgba(214, 179, 95, 0.15);
    color: #d6b35f;
    padding-left: 20px;
  }

  .mobile-language-menu a:first-child {
    border-radius: 12px 12px 0 0;
  }

  .mobile-language-menu a:last-child {
    border-radius: 0 0 12px 12px;
  }

  .home-layout .form-check-input[type="radio"] {
    width: 22px;
    height: 13px;
  }

  .home-layout .form-check-input[type="radio"]:checked::after {
    width: 7px;
    height: 7px;
    border-radius: 1px;
  }
}
