/* page */
*,
html,
body {
  margin: 0;
  padding: 0;
  max-width: 100vw;

  font-style: normal;
}

*,
body {
  max-width: 100vw;
}

.body-wrapper {
  display: flex;
  flex-direction: column;
  gap: 128px;
}

.pagination {
  display: flex;
  gap: 16px;
  margin-top: 48px;
}

.pagination div {
  color: #848484;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  /* 114.286% */

  display: flex;
  width: 32px;
  height: 32px;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  background: #f6f6f6;
}

.pagination div.active {
  color: #fff;
  background: #828282;
}

.pagination-numbers {
  overflow: auto;
}

.pagination-numbers li {
  width: 32px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  background: #f6f6f6;
  cursor: pointer;
}

.pagination-numbers button {
  cursor: pointer;
}

.pagination-numbers li.active {
  color: #fff;
  background: #828282;
}

.cover-container {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.slider-track {
  display: flex;
  width: 100%;
  height: 100%;
  transition: transform 0.5s ease-in-out;
}

.slide {
  min-width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  filter: brightness(0.8);
}

.slider-controls {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 10px;
  z-index: 10;
}

.slider-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  cursor: pointer;
  transition: background 0.3s ease;
}

.slider-dot.active {
  background: #ffffff;
}

.slider-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  width: 48px;
  height: 48px;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #fff;
  border: none;
  outline: none;
  transition: background 0.3s ease;
}

.slider-nav:hover {
  background: rgba(0, 0, 0, 0.5);
}

.slider-prev {
  left: 20px;
}

.slider-next {
  right: 20px;
}

.header-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0.57) 52.63%,
    rgba(255, 255, 255, 0) 116.56%
  );
  z-index: 5;
}

.header-title {
  max-width: 600px;
  width: 100%;
  color: #ffffff;
  margin-bottom: 24px;
}

.header-content {
  max-width: 600px;
  width: 100%;
  color: #ffffff;
  margin-bottom: 24px;
}

.header-trusted {
  width: 400px;
  height: 76px;
}

.trusted {
  margin-bottom: 12px;
}

.trusted-logo-top {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.form-item {
  display: flex;
  padding: 12px 32px;
  align-items: flex-start;
  border-radius: 8px;
  background: #003bba;
}

.fqa-wrapper {
  width: 50%;
}

.header-title {
  color: #fff;
  margin-bottom: 24px;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 48px;
}

.block-title {
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 48px;
}

.header-content {
  width: 100%;
  color: #fff;
  text-align: left;
  margin-bottom: 16px;
}

.header-content-container {
  /* margin-left: 108px; */
  max-width: 769px;
}

.content-container {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.propose-card__wrapper {
  display: flex;
}

.propose-title {
  color: #27292e;
  margin-bottom: 48px;
}

.propose-card {
  padding: 16px;
  border-radius: 16px;
  border: 1px solid #dfdfdf;
  background: #fff;
  gap: 12px;
  width: calc(33% - 16px);
}

.propose-card__content {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  border-radius: 8px;
  height: 100%;
  margin-right: 20px;
}

.propose-img {
  border-radius: 32px 0px 0px 169px;
}

.card-list {
  color: #616161;
}

.card-list li {
  color: #616161;
  display: flex;
}

.card-list li::before {
  color: #616161;
  content: '\2022';
  margin: 0 6px;
}

.propose-form {
  border-radius: 16px;
  background: #f9f9f9;
  width: calc(67% - 12px);
  padding: 0 78px;
}

.image-container {
  position: relative;
  width: 100%;
  /* max-width: 288px; */
  border-radius: 8px;
  flex: 1;
}

.image-container::before {
  content: '';
  display: block;
  padding-bottom: 70%;
  /* Set the aspect ratio to 16:9 (56.25% = 9 / 16 * 100) */
}

.image-container img {
  position: absolute;
  border-radius: 8px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 64px;
  width: 100%;
}

.propose-wrapper {
  padding-bottom: 80px;
  border-bottom: 1px solid #dfdfdf;
}

.img-wrapper {
  gap: 24px;
}

.block-title {
  flex-direction: row;
  align-items: center;
}

.image-container {
  position: relative;
  width: 100%;
  max-width: calc(50% - 12px);
}

.image-container::before {
  content: '';
  display: block;
  padding-bottom: 75%;
  /* Set the aspect ratio to 16:9 (56.25% = 9 / 16 * 100) */
}

.image-container img {
  position: absolute;
  border-radius: 16px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* This ensures the image fills the container without distortion */
}

.policy-container {
  max-width: 537px;
}

:root {
  --brand-color: #003bba;
  --text-white: #ffffff;
  --text-primary: #27292e;
  --text-secondary: #4f4f4f;
  --border-color: #e0e0e0;
  --bg-light: #f8f9fa;
}

body {
  margin: 0;
  font-family: 'SVN-Gilroy', sans-serif;
  line-height: 1.5;
}

/* Header Styles */
.main-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 64px;
  padding: 0 93px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  background-color: #fff;
}

.logo {
  display: flex;
  align-items: center;
}

.main-nav {
  display: flex;
  gap: 8px;
}

.nav-item {
  display: flex;
  align-items: center;
  padding: 4px 8px;
  font-size: 16px;
  font-weight: 600;
  color: var(--text-primary);
  cursor: pointer;
  height: 64px;
  line-height: 64px;
}

.nav-item svg {
  margin-left: 8px;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 16px;
}

.language-selector {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
}

.contact-btn {
  padding: 12px 20px;
  color: var(--text-white);
  background-color: var(--brand-color);
  border: none;
  border-radius: 8px;
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
}

/* Hero Section */
.hero {
  position: relative;
  height: 698px;
}

.hero-bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0.57) 52.63%,
    rgba(255, 255, 255, 0) 116.56%
  );
  backdrop-filter: blur(0.5px);
}

.hero-content {
  position: absolute;
  left: 108px;
  top: 496px;
  color: var(--text-white);
}

.hero-title {
  font-size: 36px;
  font-weight: 700;
  line-height: 48px;
  margin-bottom: 24px;
}

.hero-text {
  font-size: 15px;
  line-height: 22.5px;
  max-width: 485px;
}

/* Slider Indicators */
.slider-indicators {
  display: flex;
  gap: 10px;
  justify-content: center;
  margin-top: 16px;
}

.dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #d9d9d9;
}

.dot.active {
  background-color: var(--brand-color);
}

/* Main Content */
.content-wrapper {
  display: flex;
  gap: 21px;
  padding: 32px 108px;
  background-color: #fff;
}

/* Sidebar */
.sidebar {
  width: 267px;
}

.search-box {
  padding: 20px;
  border-radius: 8px;
  margin-bottom: 12px;
  background-color: var(--bg-light);
}

.search-title {
  font-size: 20px;
  font-weight: 600;
  color: var(--text-primary);
  margin-bottom: 12px;
}

.search-input-wrapper {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  background-color: #fff;
}

.search-input {
  border: none;
  outline: none;
  font-size: 14px;
  width: 100%;
}

/* Filter Section */
.filter-section {
  padding: 20px;
  border-radius: 8px;
  background-color: var(--bg-light);
}

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

.filter-group-title {
  font-size: 14px;
  color: var(--text-primary);
  margin-bottom: 12px;
}

.filter-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

/* Job Listings */
.job-listings {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.job-card {
  padding: 32px;
  border: 1px solid var(--border-color);
  border-radius: 8px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 12px;
}

.job-header {
  margin-bottom: 24px;
  max-width: 250px;
  width: 100%;
}

.filter-title {
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0px;
}
.filter-group-title {
  font-weight: 500;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 0%;
}

.filter-section {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.job-tags {
  margin-bottom: 8px;
}

.filter-tag {
  border-radius: 4px;
  padding-top: 10px;
  padding-right: 16px;
  padding-bottom: 10px;
  padding-left: 16px;
  background: #ffffff;
  border: 1px solid #dfdfdf;
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: 0px;
  color: #454545;
}

.filter-tag.active {
  border: 1px solid #303133;
}

.job-title {
  font-size: 24px;
  font-weight: 600;
  line-height: 36px;
  color: var(--text-primary);
  margin: 12px 0 0;
  max-width: 250px;
  width: 100%;
}

.job-details {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 400px;
  width: 100%;
}

.detail-item {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  color: var(--text-secondary);
  font-size: 15px;
  opacity: 0.8;
}

.detail-item span {
  width: 100px;
}

.apply-btn {
  padding: 12px 20px;
  color: var(--text-white);
  background-color: var(--brand-color);
  border: none;
  border-radius: 8px;
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
  width: fit-content;
  height: fit-content;
}

/* Footer */
.main-footer {
  padding: 56px 108px 32px;
  color: var(--text-white);
  background-color: var(--brand-color);
}

.footer-content {
  display: flex;
  flex-wrap: wrap;
  gap: 48px;
}

.footer-info {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
}

.footer-bottom {
  margin-top: 32px;
  padding-top: 16px;
  border-top: 1px solid #5975d9;
  text-align: center;
  color: #ccd8f1;
  font-size: 15px;
}

.tag {
  border-radius: 4px;
  padding-top: 6px;
  padding-right: 8px;
  padding-bottom: 6px;
  padding-left: 8px;
  gap: 10px;
  background: #27292e;
  font-family: SVN-Gilroy;
  font-weight: 600;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #fff;
}

.tag.urgent {
  background: #ff3b30;
}

/* Media Queries */
@media (max-width: 991px) {
  .main-header {
    padding: 0 16px;
  }

  .main-nav {
    display: none;
  }

  .content-wrapper {
    flex-direction: column;
    padding: 16px;
  }

  .sidebar {
    width: 100%;
  }

  .job-card {
    padding: 16px;
  }
}

@media (max-width: 640px) {
  .hero-content {
    left: 16px;
    right: 16px;
  }

  .hero-title {
    font-size: 28px;
    line-height: 36px;
  }

  .hero-text {
    font-size: 14px;
  }

  .main-footer {
    padding: 32px 16px;
  }

  .footer-content {
    gap: 24px;
  }

  .info-section {
    max-width: 100%;
  }
}

@media only screen and (max-width: 1024px) {
  .propose-wrapper {
    padding-bottom: 48px;
  }

  .product-wrapper {
    gap: 48px;
  }

  .img-wrapper {
    gap: 16px;
  }

  .body-wrapper {
    gap: 64px;
  }
  .propose-title {
    margin-bottom: 48px;
  }

  .cover-img {
    width: 100%;
    position: relative;
    height: 100vh !important;
  }

  .cover-wrapper {
    display: flex;
    flex-direction: column;
    height: unset;
  }

  .policy-wrapper {
    flex-direction: column !important;
  }

  .image-container {
    max-width: 100%;
  }

  .policy-container {
    max-width: none;
  }

  .body-wrapper {
    gap: 64px;
  }
}

@media only screen and (max-width: 600px) {
  .img-wrapper {
    gap: 20px;
    flex-wrap: wrap;
  }

  .image-container {
    position: relative;
    width: 100%;
    /* max-width: 288px; */
    border-radius: 8px;
    flex: none;
  }

  .block-title {
    flex-direction: column;
    align-items: start;
  }

  .body-wrapper {
    gap: 48px;
  }

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