.navigation-fixed {
  position: fixed;
  bottom: 150px;
  right: 0;
}
.navigation-item--career {
  position: fixed;
  bottom: 436px;
  right: -101px;
  background: linear-gradient(90deg, #ff6a68 0%, #e31c23 53.82%);
  width: 250px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px 26px;
  rotate: 90deg;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  cursor: pointer;
}
.navigation-item--career svg {
  rotate: -90deg;
}
.navigation-item--career__title {
  color: var(--color-white);
}

.navigation-fixed-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.navigation-item {
  background: linear-gradient(90deg, #ff6a68 0%, #e31c23 53.82%);
  padding: 12px;
  display: flex;
  align-items: center;
  gap: 16px;
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
  width: max-content;
  color: var(--color-white);
  max-width: 180px;
  width: 100%;
}
.navigation-item--content {
  text-align: center;
}
.navigation-item--content a {
  color: var(--color-white);
  text-decoration: none;
}
.navigation-item--hover {
  transform: translateX(110px);
  transition: all 0.5s ease-in-out;
}
.navigation-item--hover:hover {
  transform: translateX(0);
}

.banner-container {
  display: flex;
  width: 100%;
  height: 623px;
  overflow: hidden;
  position: relative;
  aspect-ratio: 12/5;
}

.banner-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  background-size: cover;
  background-position: center;
}

.text-container {
  position: absolute;
  bottom: -5px;
}
.text-flex {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.title-small {
  font-size: 135px;
  line-height: 100%;
  color: #e9d8c8;
  transform: translateY(56px);
}
.title-large {
  background: linear-gradient(180deg, #b68359 0%, #b9875f 31.25%, #eddccc 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  line-height: 130%;
}
.title-large-second {
  transform: translateY(-75px);
}
.company-name-hero {
  color: #e52920;
  transform: translateY(-96px);
}
.pagination-dot {
  position: absolute;
  bottom: 36px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 8px;
}
.dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: var(--color-brown-200);
}
.dot.active {
  background-color: var(--color-brown-600);
}

@media (max-width: 500px) {
  .title-small {
    font-size: 100px;
    transform: translateY(26px);
  }
  .title-large-first {
    font-size: 64px;
    transform: translateY(0);
  }
  .title-large-second {
    font-size: 64px;
    transform: translateY(-35px);
  }
  .company-name-hero {
    transform: translateY(-38px);
  }
  .text-flex {
    margin-bottom: 80px;
  }
}

.intro-section {
  display: flex;
  padding: 100px 0;
  flex-direction: column;
  align-items: center;
  justify-content: start;
  background: var(--color-brown-100);
}

.intro-header {
  max-width: 100%;
  margin: auto;
}

.intro-subtitle-wrapper {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: end;
  justify-content: start;
}

@media (max-width: 991px) {
  .intro-subtitle-wrapper {
    max-width: 100%;
  }
}

.intro-subtitle {
  align-self: stretch;
  margin: 0;
}

@media (max-width: 991px) {
  .intro-subtitle {
    max-width: 100%;
    padding-left: 0px;
  }
}

.intro-description {
  text-align: center;
  margin: 32px auto;
  width: 792px;
  max-width: 100%;
}

.learn-more-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 32px;
}

.features-box {
  margin-top: 32px;
  overflow-x: scroll;
}

.features-container {
  display: flex;
  min-height: 427px;
  max-width: 100%;
  align-items: center;
  gap: 12px;
  justify-content: start;
}

.feature-card {
  display: flex;
  flex-direction: column;
  align-self: stretch;
  position: relative;
  aspect-ratio: 0.681;
  min-width: 291px;
  margin-top: auto;
  margin-bottom: auto;
  min-height: 427px;
  flex: 1;
  flex-shrink: 1;
  flex-basis: 0%;
}
.feature-image {
  position: absolute;
  inset: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.feature-content {
  position: relative;
  margin-top: auto;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  min-height: 193px;
  width: 100%;
  padding: 33px 16px;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  color: #fff;
  text-align: center;
  font-family: Montserrat, -apple-system, Roboto, Helvetica, sans-serif;
}
.feature-title {
  margin: 0;
}
.feature-description {
  margin-top: 10px;
  margin-bottom: 0;
}

/* Specific adjustments for cards 2-4 to match original design */
.feature-card:nth-child(2) .feature-content,
.feature-card:nth-child(3) .feature-content,
.feature-card:nth-child(4) .feature-content {
  padding: 48px 16px;
}

.feature-card:nth-child(2) .feature-title,
.feature-card:nth-child(3) .feature-title,
.feature-card:nth-child(4) .feature-title {
  line-height: normal;
}

.joins-section {
  padding-top: 80px;
  background: var(--color-white);
}
.joins-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-top: 60px;
}
.joins-box {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.joins-benefit-title {
  text-align: center;
}
.join-card {
  display: flex;
  flex-direction: column;
  align-self: stretch;
  position: relative;
  overflow: hidden;
  aspect-ratio: 1;
  margin-top: auto;
  margin-bottom: auto;
  flex: 1;
  flex-shrink: 1;
  flex-basis: 0%;
}
.join-image {
  position: absolute;
  inset: 0;
  height: 100% !important;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.join-content {
  position: relative;
  margin-top: auto;
  background-color: rgba(0, 0, 0, 0.6);
  display: flex;
  min-height: 74px;
  width: 100%;
  padding: 16px 8px;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  color: #fff;
  text-align: center;
  font-family: Montserrat, -apple-system, Roboto, Helvetica, sans-serif;
}
.join-title {
  margin: 0;
}
.join-description {
  margin-top: 10px;
  margin-bottom: 0;
}
/*   
  .news-card {
    display: flex;
    flex-direction: column;
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
  }
  
  .news-card:hover {
    transform: translateY(-4px);
  }
  
  .news-image-wrapper {
    position: relative;
    padding-top: 66.67%;
    overflow: hidden;
  }
  
  .news-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  
  .news-content {
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  
  .news-card-title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: 48px;
  } */

/* Responsive */
@media (max-width: 1024px) {
  .news-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}

@media (max-width: 768px) {
  .news-section {
    padding: 60px 0;
  }

  .news-header {
    margin-bottom: 32px;
  }

  .news-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .news-content {
    padding: 16px;
  }

  .news-card-title {
    font-size: 18px;
    min-height: 40px;
  }
}

/* Career Section */
.career-section {
  padding-top: 108px;
  padding-bottom: 82px;
}

.intro-title {
}

.career-search {
  margin-top: 40px;
}

.search-box {
  display: flex;
  gap: 16px;
  max-width: 600px;
  margin: 0 auto;
}

.search-input {
  flex: 1;
  padding: 12px 16px;
  border: 1px solid var(--gray-300);
  border-radius: 8px;
  background-color: var(--white);
}

.search-input::placeholder {
  color: var(--gray-500);
}

/* Career Grid Layout */
.career-flex {
  display: flex;
  margin-top: 60px;
}

.career-filters {
  max-width: 282px;
  width: 100%;
  height: max-content;
  background: #fcfbf9;
  padding: 26px 22px 32px 22px;
}
.filter-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0px;
}
.filter-clean {
  cursor: pointer;
  color: #000000;
}
.filter-clean:hover {
  color: var(--color-brown-600);
  transition: all 0.3s ease;
}
.filter-line {
  width: 100%;
  height: 1px;
  margin: 16px 0;
}
.filter-group {
  margin-bottom: 24px;
}
.filter-group:last-child {
  margin-bottom: 0;
}

.filter-options {
  display: flex;
  flex-direction: column;
}

.filter-option {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  color: var(--gray-700);
}

.filter-header {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  padding: 6px 0;
  width: max-content;
}
.filter-options {
  display: block;
  padding-top: 16px;
}
.filter-options.hidden {
  display: none;
}
.filter-option {
  position: relative;
  padding-left: 19px;
  cursor: pointer;
  margin-bottom: 12px;
}
.filter-option:last-child {
  margin-bottom: 0;
}
.filter-option input[type="checkbox"] {
  display: none;
}

.checkbox-custom {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 14px;
  height: 14px;
  border: 1px solid #000;
  border-radius: 2px;
  background: transparent;
}

.filter-option input[type="checkbox"]:checked + .checkbox-custom {
  background: var(--color-brown-600);
  border-color: var(--color-brown-600);
}

.filter-option input[type="checkbox"]:checked + .checkbox-custom::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 2px;
  width: 3px;
  height: 6px;
  border: solid white;
  border-width: 0 1.5px 1.5px 0;
  transform: rotate(45deg);
}

.career-list {
  width: 100%;
  margin-left: 46px;
}

.career-item {
  padding-bottom: 22px;
  border-bottom: 1px solid var(--color-gray-100);
  display: flex;
  justify-content: space-between;
  align-items: start;
  transition: all 0.3s ease;
  margin-bottom: 24px;
  gap: 32px;
}
.career-item:last-child {
  margin-bottom: 0px;
  border-bottom: none;
}

/* Featured Badge Styles */
.career-title-wrapper {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 8px;
}

.career-featured-badge {
  background: linear-gradient(90deg, #ff6a68 0%, #e31c23 53.82%);
  color: var(--color-white);
  padding: 0px 6px;
  border-radius: 4px;
  font-size: 9px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  white-space: nowrap;
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 24px;
  transform: translateY(-3px);
}

.career-featured-badge span {
  color: inherit;
}

.career-info {
  flex: 1;
}

.career-title {
  color: var(--gray-900);
  line-height: 28px !important;
}

.career-details {
  display: flex;
  flex-direction: column;
}

/* Responsive */
@media (max-width: 1024px) {
  .career-filters {
    padding: 20px;
  }

  .filter-group {
    margin-bottom: 36px;
  }

  .career-item {
    padding-bottom: 20px;
  }
}

@media (max-width: 768px) {
  .career-filters {
    padding: 16px;
  }

  .filter-group {
    margin-bottom: 16px;
  }

  .filter-options {
    gap: 8px;
  }

  .career-item {
    align-items: flex-start;
    gap: 16px;
  }

  .career-details {
    flex-direction: column;
    gap: 8px;
  }
}

.search-box {
  margin-top: 16px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  width: 100%;
  height: 46px;
  background: var(--color-brown-200);
}
.search-input {
  width: 100%;
  height: 100%;
  flex: 1;
  background: transparent;
  outline: none;
  border: none;
}
.search-input::placeholder {
  color: var(--color-gray-500);
}
.search-button {
  text-transform: uppercase;
  margin-right: 5px;
  width: 179px;
}

.pagination {
  margin-top: 40px;
  display: flex;
  justify-content: end;
}

.pagination-button {
  width: 16px;
  height: 19px;
  border: 1px solid var(--gray-300);
  background: transparent;
  color: var(--color-gray-500);
  cursor: pointer;
  transition: all 0.3s ease;
}

.pagination-button.active {
  color: var(--color-black);
}

.partner-section {
  padding: 84px 0;
}
.partner-content {
  max-width: 800px;
  width: 100%;
  margin: auto;
  margin-bottom: 48px;
}
.partner-box {
  position: relative;
}
.partner-sliders {
  width: 100%;
  box-sizing: border-box;
  padding: 0 10px;
  overflow: hidden;
}
.partner-slider-item {
  text-align: center;
  padding: 10px;
  box-sizing: border-box;
  height: 94px !important;
}
.partner-slider-item img {
  max-width: 100%;
  height: 100%;
  transition: opacity 0.3s ease;
}
.btn-partner-sliders {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  width: 50px;
  height: 50px;
}
.btn-partner-sliders--prev {
  left: -60px;
}
.btn-partner-sliders--next {
  right: -60px;
}

@media screen and (max-width: 1024px) {
  .partner-box {
    margin: 0 50px;
  }
  .btn-partner-sliders--prev {
    left: 0;
  }
  .btn-partner-sliders--next {
    right: 0;
  }
}

@media screen and (max-width: 768px) {
  .partner-section {
    padding: 40px 0;
  }
  .partner-content {
    margin-bottom: 30px;
  }
  .partner-box {
    margin: 0 40px;
  }
  .btn-partner-sliders {
    width: 40px;
    height: 40px;
  }
  .btn-partner-sliders svg {
    width: 40px;
    height: 40px;
  }
}

@media screen and (max-width: 500px) {
  .partner-section {
    padding: 32px 0;
  }
  .partner-title {
    margin-bottom: 20px !important;
  }
  .partner-content {
    margin-bottom: 32px;
  }
  .partner-box {
    margin: 0 30px;
  }
}

.partner-title {
  line-height: 150%;
  margin-bottom: 32px;
  text-align: center;
}
.partner-description {
  text-align: center;
}

.text-linear-join {
  background: linear-gradient(180deg, #b68359 0%, #b9875f 31.25%, #eddccc 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  line-height: 120%;
}
.text-transfrom-y {
  transform: translateY(-10px);
}
.video-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.video-modal.active {
  display: flex;
  opacity: 1;
  visibility: visible;
  align-items: center;
  justify-content: center;
}
.video-modal-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
}
.video-modal-content {
  position: relative;
  max-width: 95vw;
  max-height: 95vh;
  width: 1200px;
  background: #000;
  overflow: hidden;
  transform: scale(0.7);
  transition: transform 0.3s ease;
}
.video-modal.active .video-modal-content {
  transform: scale(1);
}
.video-modal-close {
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
  z-index: 10;
  padding: 8px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.7);
  transition: background 0.2s ease;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.video-modal-close:hover {
  background: rgba(0, 0, 0, 0.9);
}
.video-container {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}
.video-container iframe,
.video-container video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
.video-container video {
  background: #000;
}
@media (max-width: 768px) {
  .video-modal-content {
    width: 95vw;
    max-width: 95vw;
  }
  .video-modal-close {
    top: 10px;
    right: 10px;
    width: 36px;
    height: 36px;
  }
}

@media screen and (max-width: 768px) {
  .joins-grid {
    gap: 10px;
    margin-top: 48px;
    grid-template-columns: repeat(3, 1fr);
  }
  .text-linear-join {
    font-size: 26px;
  }
  .text-transfrom-y {
    transform: translateY(-10px);
  }
  .joins-box {
    gap: 24px;
  }
}

@media screen and (max-width: 768px) {
  .career-flex {
    flex-direction: column;
    gap: 24px;
  }

  .career-filters {
    width: 100%;
    max-width: 100%;
    margin-bottom: 16px;
  }

  .career-list {
    width: 100%;
    margin-left: 0px;
  }
}

@media screen and (max-width: 500px) {
  .joins-grid {
    gap: 26px;
    margin-top: 48px;
    grid-template-columns: repeat(1, 1fr);
  }
  .career-item {
    flex-direction: column;
    gap: 10px;
  }

  /* Featured badge responsive adjustments */
  .career-featured-badge {
    padding: 0px 5px;
    font-size: 8px;
  }

  .career-title-wrapper {
    gap: 6px;
  }
}

@media screen and (max-width: 768px) {
  .intro-section {
    padding: 32px 0;
  }

  .joins-section {
    padding-top: 32px;
  }

  .career-section {
    padding: 32px 0;
    overflow: hidden;
  }

  .partner-section {
    padding: 32px 0;
  }

  .career-flex {
    flex-direction: column;
    gap: 24px;
  }

  .search-button {
    width: auto;
  }
}

/* Modal Styles */
.modal-career-hot {
  display: none;
  position: fixed;
  top: 50%;
  right: 10%;
  transform: translate(-10%, -50%);
  right: 0;
  width: max-content;
  z-index: 1000;
}
.modal-career-hot-content {
  /* max-height: 80vh;
    overflow-y: auto; */

  position: relative;
}
.modal-career-hot-image {
  width: 240px;
  height: 627px;
  box-shadow: 0px 0px 8px 0px #00000033;
  border-radius: 16px;
  overflow: hidden;
}
.modal-career-hot-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.modal-career-hot-close {
  position: absolute;
  top: -10px;
  right: -10px;
  cursor: pointer;
  width: 22px;
  height: 22px;
  background: var(--color-white);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  box-shadow: 0px 4px 4px 0px #0000001a;
}
.modal-career-hot.show {
  display: flex;
}
.navigation-item--career {
  cursor: pointer;
}
