@media (min-width: 601px) and (max-width: 1024px) {
  body {
    overflow-x: hidden !important;
  }
  .sp-menu-body {
    margin-left: 20px !important;
    width: 100vw !important;
    margin-right: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .sp-menu-content {
    width: 100vw !important;
    margin: 0 auto !important;
  }
  .sp-menu-header {
    position: relative !important;
    width: 100% !important;
    left: 0 !important;
    right: 0 !important;
    top: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    padding: 16px 20px 0 20px !important;
    z-index: 10 !important;
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
  .sp-menu-header .header-logo {
    flex-shrink: 1 !important;
    min-width: 0 !important;
  }
  .sp-menu-header .logo-text {
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    max-width: 80px !important;
    font-size: 12px !important;
  }
  .sp-menu-actions {
    flex-shrink: 0 !important;
  }
  .sp-entry-btn-header {
    min-width: 100px !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .sp-entry-btn-header .btn-icon {
    display: none !important;
  }
  html, body {
    overflow-x: hidden !important;
  }
  .header-nav-wrapper {
    display: none !important;
  }
  .header-entry-btn {
    display: none !important;
  }
  .sp-header-actions {
    display: flex !important;
  }
  .sp-entry-btn-header {
    display: flex !important;
  }
  .sp-menu-btn {
    display: flex !important;
  }
  .sp-menu-overlay {
    display: block;
  }
  /* Fix ENTRY button style for tablet */
  .sp-entry-btn-header {
    padding: 6px 16px !important;
    font-size: 16px !important;
    line-height: 20px !important;
    border-radius: 1000px !important;
    height: 56px !important;
    min-width: 140px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 12px !important;
    box-sizing: border-box !important;
  }
  .sp-entry-btn-header .btn-text {
    font-size: 16px !important;
    font-weight: 700 !important;
    letter-spacing: 0.8px !important;
    text-align: center !important;
    flex: 1;
  }
  .sp-entry-btn-header .btn-icon {
    width: 16px !important;
    height: 16px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }
}
@media (max-width: 600px) {
  .sp-menu-body {
    margin-left: 20px !important;
  }
  .sp-menu-content {
    width: 100vw !important;
    margin: 0 auto !important;
  }
  .sp-menu-header {
    position: relative !important;
     padding: 8px 10px 0 10px !important;
    left: 0 !important;
     padding-left: 10px !important;
     padding-right: 10px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    padding: 16px 20px 0 20px !important;
    z-index: 10 !important;
  }
  .sp-menu-header .header-logo {
    flex-shrink: 1 !important;
    min-width: 0 !important;
  }
  .sp-menu-header .logo-text {
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    max-width: 80px !important;
    font-size: 12px !important;
  }
  .sp-menu-actions {
    flex-shrink: 0 !important;
  }
  .sp-entry-btn-header {
    padding-left: 8px !important;
    padding-right: 8px !important;
    justify-content: center !important;
    gap: 0 !important;
  }
  .sp-entry-btn-header {
    padding-left: 16px !important;
    padding-right: 16px !important;
    justify-content: center !important;
    gap: 0 !important;
  }
  .sp-entry-btn-header .btn-icon {
    display: none !important;
  }
  html, body {
    overflow-x: hidden !important;
  }
  .sp-menu-body {
    width: 100vw !important;
  margin-left: 20px !important;
    margin-right: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .sp-menu-header {
    position: relative !important;
     padding: 8px 10px 0 10px !important;
    left: 0 !important;
     padding-left: 10px !important;
     padding-right: 10px !important;
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
}
.fv-about-decoration {
  position: absolute;
  left: 50%;
  top: 320px;
  width: 100%;
  max-width: 900px;
  transform: translateX(-50%);
  z-index: 2;
  pointer-events: none;
}
.fv-about-decoration img {
  width: 100%;
  max-width: 900px;
  display: block;
  z-index: 2;
  pointer-events: none;
}
/* CSS Reset */
*, *::before, *::after {
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
}

html {
  font-size: 16px;
  scroll-behavior: smooth;
}

body {
  font-family: 'Noto Sans JP', sans-serif;
  line-height: 1.6;
  color: #4c4c4c;
}

a {
  text-decoration: none;
  color: inherit;
}

img {
  max-width: 100%;
  height: auto;
}

/* CSS Variables */
:root {
  /* Colors */
  --primary: #bb4a4b;
  --accent: #ffc34c;
  --white: #ffffff;
  --text: #4c4c4c;
  --gray: #7d8490;
  
  /* Typography */
  --font-noto: 'Noto Sans JP', sans-serif;
  --font-roboto: 'Roboto', sans-serif;
  --font-pacifico: 'Pacifico', cursive;
  --font-barlow: 'Barlow', sans-serif;
  
  /* Layout */
  --container: 1512px;
  --hero-height: 842px;
}

/* Header Styles */
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  padding: 16px 0;
  background: transparent;
}

.header-content {
  width: 100%;
  padding: 0 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header-logo {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-shrink: 0;
}

.logo-image {
  width: 180px;
  height: 52px;
  overflow: hidden;
}

.logo-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.logo-text {
  font-family: var(--font-roboto);
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 1.6px;
  color: var(--white);
  text-transform: capitalize;
  white-space: nowrap;
}

.header-nav-wrapper {
  display: flex;
  align-items: center;
  gap: 24px;
  flex-shrink: 0;
}

.header-nav {
  background: var(--white);
  border: 2px solid var(--white);
  border-radius: 1000px;
  padding: 16px 32px;
  display: flex;
  align-items: center;
  gap: 32px;
  box-sizing: border-box;
}

.nav-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 24px;
}

.nav-link {
  font-family: var(--font-noto);
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 1.6px;
  text-decoration: none;
  color: var(--text);
  text-transform: capitalize;
  transition: color 0.3s ease;
  white-space: nowrap;
}

.nav-link.active {
  color: var(--primary);
}

.nav-link:hover {
  color: var(--primary);
}

.nav-language {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-noto);
  font-weight: 700;
  font-size: 12px;
  line-height: 12px;
  text-transform: capitalize;
}

.lang-active {
  color: var(--primary);
}

.lang-divider {
  color: var(--text);
}

.lang-inactive {
  color: #cfcfcf;
}

.header-entry-btn {
  background: var(--primary);
  border: 2px solid var(--white);
  border-radius: 1000px;
  padding: 16px 24px;
  height: 56px;
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  transition: all 0.3s ease;
  box-sizing: border-box;
}

.header-entry-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(187, 74, 75, 0.3);
}

.btn-text {
  font-family: var(--font-roboto);
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.8px;
  color: var(--white);
  text-transform: capitalize;
}

.btn-icon {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform: rotate(180deg) scaleY(-1);
}

/* Hero Section */
.hero {
  position: relative;
  width: 100%;
  height: var(--hero-height);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  padding: 0 60px;
  overflow: hidden;
 }

/* Animated Circles for Hero */
.hero-circles {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 2;
}
.hero-circle {
  position: absolute;
  border-radius: 50%;
  background: rgba(255,255,255,0.32);
  box-shadow: 0 4px 32px 0 rgba(187,74,75,0.08);
  opacity: 0;
  animation: heroCircleFadeInOut 3s ease-in-out infinite, heroCircleFloat 4s ease-in-out infinite;
  opacity: 0.32;
}

@keyframes heroCircleFadeIn {
  0% {
    opacity: 0;
    transform: scale(0.85);
  }
  80% {
    opacity: 0.32;
    transform: scale(1.04);
  }
  100% {
    opacity: 0.32;
    transform: scale(1);
  }
}
.hero-circle-1 {
  left: 10%;
  top: 68%;
  width: 72px;
  height: 72px;
  animation-delay: 0s, 0s;
}
.hero-circle-2 {
  left: 38%;
  top: 78%;
  width: 96px;
  height: 96px;
  animation-delay: 0.3s, 0.3s;
}
.hero-circle-3 {
  left: 44%;
  top: 22%;
  width: 144px;
  height: 144px;
  animation-delay: 0.6s, 0.6s;
}
.hero-circle-4 {
  left: 68%;
  top: 36%;
  width: 104px;
  height: 104px;
  animation-delay: 0.9s, 0.9s;
}

@keyframes heroCircleFadeInOut {
  0%, 100% {
    opacity: 0.18;
  }
  50% {
    opacity: 0.38;
  }
}

@keyframes heroCircleFloat {
  0%, 100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-30px);
  }
}
.hero-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

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

/* Content Container */
.hero-content {
  position: relative;
  width: 100%;
  max-width: var(--container);
  height: 100%;
  z-index: 2;
}

/* People Images */
.hero-people {
  position: relative;
  width: 100%;
  height: 100%;
}

.hero-person {
  position: absolute;
  object-fit: cover;
  pointer-events: none;
}

.hero-female {
  width: 400px;
  height: 515px;
  left: 0;
  bottom: 0;
}

.hero-male {
  width: 340px;
  height: 515px;
  right: 0;
  bottom: 0;
}

/* Text Content */
.hero-text {
  position: absolute;
  top: 0;
  left: 40px;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.hero-text-group {
  position: absolute;
}

/* "Grow your Career" group */
.hero-group-1 {
  left: 186px;
  top: 50%;
  transform: translateY(-50%);
  margin-top: -130px;
}

.hero-with {
  position: absolute;
  left: 0;
  top: 14px;
  font-family: var(--font-pacifico);
  font-size: 56px;
  color: var(--accent);
  letter-spacing: 2.8px;
  line-height: 56px;
  white-space: nowrap;
}

.hero-global {
  position: absolute;
  left: 163px;
  top: 0;
  font-family: var(--font-noto);
  font-weight: 700;
  font-size: 100px;
  color: var(--white);
  letter-spacing: 6px;
  line-height: 100px;
  white-space: nowrap;
  width: 740px;
}

/* "With A global team" group */
.hero-group-2 {
  left: 244px;
  top: 50%;
  transform: translateY(-50%);
  margin-top: 0;
}

.hero-grow {
  position: absolute;
  left: 0;
  top: 9px;
  font-family: var(--font-noto);
  font-weight: 700;
  font-size: 100px;
  color: var(--white);
  letter-spacing: 6px;
  line-height: 100px;
  white-space: nowrap;
}

.hero-career {
  position: absolute;
  left: 584.42px;
  top: 0;
  font-family: var(--font-noto);
  font-weight: 700;
  font-size: 124px;
  color: var(--accent);
  letter-spacing: 6.2px;
  line-height: 110px;
  white-space: nowrap;
}

/* Scroll Indicator */
.hero-scroll {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  z-index: 3;
}

.scroll-text {
  font-family: var(--font-noto);
  font-weight: 500;
  font-size: 16px;
  color: var(--white);
  letter-spacing: 1.6px;
  text-transform: capitalize;
  line-height: 32px;
}

.scroll-line {
  width: 1px;
  height: 80px;
  background: var(--white);
  transform-origin: top;
  animation: scrollLineStretch 2s ease-in-out infinite;
}

@keyframes scrollLineStretch {
  0% {
    transform: scaleY(0);
    opacity: 0.5;
  }
  50% {
    transform: scaleY(1);
    opacity: 1;
  }
  100% {
    transform: scaleY(0);
    opacity: 0.5;
  }
}

/* Header Responsive Styles */
@media (max-width: 1400px) {
  .header-content {
    padding: 0 30px;
  }
}

@media (max-width: 1200px) {
  .header-content {
    padding: 0 30px;
  }
  
  .logo-text {
    font-size: 14px;
    letter-spacing: 1.2px;
  }
  
  .nav-link {
    font-size: 14px;
    letter-spacing: 1.2px;
  }
  
  .btn-text {
    font-size: 14px;
    letter-spacing: 0.7px;
  }
  
  .header-nav {
    padding: 14px 28px;
    gap: 28px;
  }
  
  .nav-menu {
    gap: 20px;
  }
  
  .header-entry-btn {
    padding: 14px 20px;
    height: 50px;
  }
}

@media (max-width: 900px) {
  .header {
    padding: 12px 0;
  }
  
  .header-content {
    padding: 0 20px;
  }
  
  .logo-image {
    width: 140px;
    height: 40px;
  }
  
  .logo-text {
    font-size: 12px;
    letter-spacing: 1px;
  }
  
  .header-nav {
    padding: 12px 20px;
    gap: 20px;
  }
  
  .nav-menu {
    gap: 16px;
  }
  
  .nav-link {
    font-size: 12px;
    letter-spacing: 1px;
  }
  
  .nav-language {
    font-size: 10px;
    gap: 6px;
  }
  
  .btn-text {
    font-size: 12px;
    letter-spacing: 0.6px;
  }
  
  .header-entry-btn {
    padding: 12px 16px;
    height: 44px;
    gap: 6px;
  }
  
  .btn-icon {
    width: 20px;
    height: 20px;
  }
}

@media (max-width: 600px) {
  .header-content {
    gap: 20px;
    padding: 0 15px;
  }
  
  .header-logo {
    gap: 12px;
  }
  
  .logo-image {
    width: 120px;
    height: 35px;
  }
  
  .logo-text {
    font-size: 12px;
    letter-spacing: 0.8px;
  }
  
  .header-nav {
    padding: 10px 16px;
    gap: 16px;
  }
  
  .nav-menu {
    gap: 12px;
  }
  
  .nav-link {
    font-size: 12px;
    letter-spacing: 0.8px;
  }
  
  .nav-language {
    font-size: 8px;
    gap: 4px;
  }
  
  .btn-text {
    font-size: 12px;
    letter-spacing: 0.5px;
  }
  
  .header-entry-btn {
    padding: 10px 12px;
    height: 38px;
    gap: 4px;
  }
  
  .btn-icon {
    width: 16px;
    height: 16px;
  }
}

/* Responsive Design */
@media (max-width: 1400px) {
  .hero {
    padding: 0 40px;
  }
  
  .hero-group-1 {
    left: 200px;
  }
  
  .hero-group-2 {
    left: 150px;
  }
  
  .hero-career {
    left: 500px;
  }
}

@media (max-width: 1200px) {
  .hero {
    height: 600px;
    padding: 0 30px;
  }
  
  .hero-female,
  .hero-male {
    bottom: 0;
    height: 400px;
  }
  
  .hero-female {
    width: 320px;
  }
  
  .hero-male {
    width: 280px;
  }
  
  .hero-group-1 {
    left: 150px;
    top: 50%;
    transform: translateY(-50%);
    margin-top: -10px;
  }
  
  .hero-group-2 {
    left: 120px;
    top: 50%;
    transform: translateY(-50%);
    margin-top: -115px;
  }
  
  .hero-with {
    font-size: 40px;
  }
  
  .hero-global {
    font-size: 70px;
    left: 120px;
    width: 500px;
  }
  
  .hero-grow {
    font-size: 70px;
  }
  
  .hero-career {
    font-size: 90px;
    left: 400px;
  }
}

@media (max-width: 900px) {
  .hero {
    height: 500px;
    padding: 0 20px;
  }
  
  .hero-female,
  .hero-male {
    bottom: 0;
    height: 300px;
  }
  
  .hero-female {
    width: 250px;
  }
  
  .hero-male {
    width: 200px;
  }
  
  .hero-group-1 {
    left: 100px;
    top: 50%;
    transform: translateY(-50%);
    margin-top: -15px;
  }
  
  .hero-group-2 {
    left: 80px;
    top: 50%;
    transform: translateY(-50%);
    margin-top: -105px;
  }
  
  .hero-with {
    font-size: 30px;
  }
  
  .hero-global {
    font-size: 50px;
    left: 100px;
    width: 400px;
  }
  
  .hero-grow {
    font-size: 50px;
  }
  
  .hero-career {
    font-size: 60px;
    left: 300px;
  }
}

@media (max-width: 600px) {
  .hero {
    height: 100vh;
    min-height: 100vh;
    padding: 160px 20px 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    position: relative;
  }
  
  .hero-background .hero-bg-image {
    content: url('images/78e82d0a0d2238dc1ee09bd74096a93190ab490c.png');
  }
  
  .hero-content {
    position: relative;
    z-index: 5;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    gap: 16px;
    height: 100%;
  }

  .hero-text {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 12px;
    z-index: 6;
    order: 1;
    padding-bottom: 20px;
    left: 0 !important;
  }

  .hero-text-group {
    position: relative;
    left: 0 !important;
    top: 0 !important;
    transform: none !important;
    margin: 0 !important;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 0;
    align-items: flex-start;
    text-align: left;
  }

  .hero-group-1 {
    gap: 3px;
    margin-bottom: 12px;
  }

  .hero-group-2 {
    gap: 12px;
  }

  .hero-grow {
    font-family: var(--font-noto);
    font-size: 48px !important;
    font-weight: 700;
    line-height: 50px !important;
    color: var(--white);
    letter-spacing: 0;
    position: relative;
    left: 0 !important;
    top: 0 !important;
    margin: 0;
    white-space: nowrap;
  }

  .hero-career {
    font-family: var(--font-noto);
    font-size: 80px !important;
    font-weight: 700;
    line-height: 88px !important;
    color: var(--accent);
    letter-spacing: 4px;
    position: relative;
    left: 0 !important;
    top: 0 !important;
    margin: 0;
    white-space: nowrap;
  }

  .hero-with {
    font-family: var(--font-pacifico);
    font-size: 32px !important;
    line-height: 48px !important;
    color: var(--accent);
    letter-spacing: 1.6px;
    position: relative;
    left: 0 !important;
    top: 0 !important;
    margin: 0;
    white-space: nowrap;
  }

  .hero-global {
    font-family: var(--font-noto);
    font-size: 0 !important;
    font-weight: 700;
    line-height: 70.4px !important;
    color: var(--white);
    letter-spacing: 3.84px;
    position: relative;
    left: 0 !important;
    top: 0 !important;
    width: auto !important;
    margin: 0;
  }

  .hero-global::before {
    content: "A global\Ateam";
    font-size: 48px;
    white-space: pre-line;
    display: block;
    font-family: var(--font-noto);
    font-weight: 700;
    line-height: 54px;
    color: var(--white);
    letter-spacing: 3.84px;
  }

  .hero-people {
    position: absolute;
    bottom: 0;
    left: 20px;
  width: 100%;
    max-width: 350px;
    display: flex;
    align-items: flex-end;
    z-index: 1;
    opacity: 1;
    order: 2;
  }

  .hero-female {
    flex: 1;
    height: auto;
    width: auto;
    max-width: 50%;
    margin-right: -20px;
    margin-left: -10px;
    aspect-ratio: 522/771;
    position: relative;
    left: 0 !important;
    right: auto !important;
    opacity: 1;
    max-height: 35vh;
    object-fit: cover;
  }

  .hero-male {
    flex: 1;
    height: auto;
    width: auto;
    max-width: 50%;
    margin-right: -20px;
    aspect-ratio: 591/895;
    position: relative;
    left: 0 !important;
    right: auto !important;
    opacity: 1;
    max-height: 35vh;
    object-fit: cover;
  }

  .hero-scroll {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    z-index: 6;
    order: 3;
  }

  .scroll-text {
    font-family: var(--font-noto);
    font-size: 14px;
    font-weight: 500;
    color: var(--white);
    letter-spacing: 1.4px;
    line-height: 21px;
    text-transform: capitalize;
  }

  .scroll-line {
    width: 1px;
    height: 80px;
    background: var(--white);
  }
}

/* About Us Section */

.about-us {
  position: relative;
  min-height: auto;
  padding: 100px 116px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  background-color: #fefefe;
}

.about-us-background {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.about-us-pattern {
  position: absolute;
  inset: 0;
  background-repeat: repeat;
  background-position: top left;
}

.about-us-pattern-1 {
  background-image: url('images/b1e521725e0e4f781aa61344f416fdc9d8b3b0c6.png');
  background-size: 500px 500px;
  opacity: 0.05;
}

.about-us-pattern-2 {
  background: linear-gradient(to right, #ffffff, #ffffff);
  background-image: url('images/8065d6c80810fa7e7e93803cd3a6a9e6ee7347df.png');
  background-size: auto 500px;
  background-position: top left;
  background-repeat: repeat;
  opacity: 0.15;
}

.about-us-decorative-circle {
  position: absolute;
  top: 360px;
  left: 1236px;
  width: 160px;
  height: 160px;
  background-image: url('images/7d41fad0089682495ccb738112b5447afdedfdae.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: scaleY(-1);
  animation: fadeInOut 3s ease-in-out infinite, float 4s ease-in-out infinite;
}

@keyframes fadeInOut {
  0%, 100% {
    opacity: 0.2;
  }
  50% {
    opacity: 1;
  }
}

@keyframes float {
  0%, 100% {
    transform: scaleY(-1) translateY(0px);
  }
  50% {
    transform: scaleY(-1) translateY(-30px);
  }
}

.about-us-decorative-vector {
  position: absolute;
  bottom: 408px;
  width: 100%;
  height: 603px;
  background-image: url('images/5c0a5fbdcd5da10c998bc49dafd7043602b27a13.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: rotate(180deg);
	z-index: 100;
}

.about-us-content {
  position: relative;
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 56px;
  width: 100%;
  max-width: 1000px;
}

.about-us-title {
  font-family: var(--font-barlow);
  font-weight: 900;
  font-size: 48px;
  line-height: 48px;
  letter-spacing: 2.4px;
  color: var(--primary);
  text-transform: capitalize;
  text-align: center;
  margin: 0;
}

.about-us-inner {
  display: flex;
  flex-direction: column;
  gap: 32px;
  align-items: flex-start;
  width: 100%;
}

.about-us-text {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: flex-start;
  width: 100%;
  color: #3a3a3a;
}

.about-us-subtitle {
  font-family: var(--font-roboto);
  font-weight: 900;
  font-size: 24px;
  line-height: 36px;
  letter-spacing: 2.4px;
  margin: 0;
  max-width: 826px;
}

.about-us-description {
  font-family: var(--font-roboto);
  font-weight: 500;
  font-size: 14px;
  line-height: 28px;
  letter-spacing: 0.7px;
  max-width: 610px;
}

.about-us-description p {
  margin: 0 0 14px 0;
}

.about-us-description p:last-child {
  margin-bottom: 0;
}

.about-us-btn {
  background: var(--primary);
  border: none;
  border-radius: 1000px;
  padding: 16px 32px;
  height: 56px;
  width: 200px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  cursor: pointer;
  transition: all 0.3s ease;
  box-sizing: border-box;
}

.about-us-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(187, 74, 75, 0.3);
}

.about-us-btn .btn-text {
  font-family: var(--font-roboto);
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.8px;
  color: var(--white);
  text-transform: capitalize;
  flex: 1;
}

.about-us-btn .btn-icon {
  width: 16px;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.about-us-btn .btn-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform: rotate(270deg);
}

/* About Us Responsive Styles */
@media (min-width: 601px) and (max-width: 1024px) {
  .about-us-decorative-vector {
    width: 100vw !important;
    left: 0 !important;
    right: 0 !important;
    max-width: 100vw !important;
    box-sizing: border-box;
  }
}
@media (max-width: 1400px) {
  .about-us {
    padding: 100px 60px;
  }
  
  .about-us-decorative-circle {
    left: 1000px;
    top: 300px;
    width: 140px;
    height: 140px;
  }
  
  .about-us-decorative-vector {
    left: -40px;
    width: 1600px;
    height: 500px;
  }
}

@media (max-width: 1200px) {
  .about-us {
    padding: 100px 40px;
  }
  
  .about-us-title {
    font-size: 40px;
    line-height: 40px;
    letter-spacing: 2px;
  }
  
  .about-us-subtitle {
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 2px;
  }
  
  .about-us-description {
    font-size: 12px;
    line-height: 24px;
    letter-spacing: 0.6px;
  }
  
  .about-us-btn {
    width: 180px;
    height: 50px;
    padding: 14px 28px;
  }
  
  .about-us-btn .btn-text {
    font-size: 14px;
    letter-spacing: 0.7px;
  }
  
  .about-us-decorative-circle {
    left: 800px;
    top: 250px;
    width: 120px;
    height: 120px;
  }
  
  .about-us-decorative-vector {
    left: -20px;
    width: 1400px;
    height: 400px;
  }
}

@media (max-width: 900px) {
  .about-us {
    padding: 100px 30px;
  }
  
  .about-us-content {
    gap: 40px;
  }
  
  .about-us-inner {
    gap: 24px;
  }
  
  .about-us-title {
    font-size: 32px;
    line-height: 32px;
    letter-spacing: 1.6px;
  }
  
  .about-us-subtitle {
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 1.8px;
  }
  
  .about-us-description {
    font-size: 11px;
    line-height: 22px;
    letter-spacing: 0.5px;
  }
  
  .about-us-btn {
    width: 160px;
    height: 44px;
    padding: 12px 24px;
    gap: 16px;
  }
  
  .about-us-btn .btn-text {
    font-size: 12px;
    letter-spacing: 0.6px;
  }
  
  .about-us-btn .btn-icon {
    width: 14px;
    height: 14px;
  }
  
  .about-us-decorative-circle {
    left: 600px;
    top: 200px;
    width: 100px;
    height: 100px;
  }
  
  .about-us-decorative-vector {
    left: 0px;
    width: 1200px;
    height: 300px;
  }
}

@media (max-width: 600px) {
  .about-us {
    padding: 64px 20px;
    min-height: auto;
  }
  
  .about-us-content {
    gap: 32px;
    align-items: flex-start;
  }
  
  .about-us-inner {
    gap: 20px;
    align-items: flex-start;
  }
  
  .about-us-text {
    align-items: flex-start;
    text-align: left;
  }
  
  .about-us-title {
    font-size: 24px;
    line-height: 24px;
    letter-spacing: 1.2px;
    text-align: left;
  }
  
  .about-us-subtitle {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 1.6px;
    text-align: left;
  }
  
  .about-us-description {
    font-size: 10px;
    line-height: 18px;
    letter-spacing: 0.4px;
    text-align: left;
  }
  
  .about-us-btn {
    width: 140px;
    height: 38px;
    padding: 10px 20px;
    gap: 12px;
    align-self: flex-start;
  }
  
  .about-us-btn .btn-text {
    font-size: 10px;
    letter-spacing: 0.5px;
  }
  
  .about-us-btn .btn-icon {
    width: 12px;
    height: 12px;
  }
  
  .about-us-decorative-circle {
    display: none;
  }
  
  .about-us-decorative-vector {
    display: none;
  }
}

/* Culture Section */
.culture {
  position: relative;
  min-height: auto;
  margin: 0;
  padding: 120px 232px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  background-color: var(--text);
}

.culture-background {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
}

.culture-overlay {
  position: absolute;
  inset: 0;
  background-color: var(--text);
  opacity: 0.7;
  z-index: 1;
}

.culture-bg-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: 0;
}

.culture-content {
  position: relative;
  z-index: 10;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.culture-wrap {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 80px;
  width: 100%;
  max-width: 1200px;
}

.culture-text {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: flex-start;
  color: var(--white);
}

.culture-title {
  font-family: var(--font-barlow);
  font-weight: 900;
  font-size: 48px;
  line-height: 48px;
  letter-spacing: 2.4px;
  color: var(--white);
  text-transform: capitalize;
  margin: 0;
  white-space: nowrap;
}

.culture-description {
  font-family: var(--font-roboto);
  font-weight: 500;
  font-size: 14px;
  line-height: 28px;
  letter-spacing: 0.7px;
  color: var(--white);
  text-align: center;
  margin: 0;
  white-space: nowrap;
}

.culture-image-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.culture-image-link {
  display: block;
  border-radius: 16px;
  overflow: hidden;
  transition: transform 0.3s ease;
  cursor: pointer;
}

.culture-image-link:hover {
  transform: scale(1.05);
}

.culture-image {
  width: 840px;
  height: 472px;
  object-fit: cover;
  border-radius: 16px;
  display: block;
}

/* Culture Responsive Styles */
@media (max-width: 1400px) {
  .culture {
    margin: 0;
    padding: 120px 120px;
  }
  
  .culture-wrap {
    gap: 60px;
    max-width: 1000px;
  }
  
  .culture-image {
    width: 700px;
    height: 400px;
  }
}

@media (max-width: 1200px) {
  .culture {
    margin: 0;
    padding: 120px 80px;
  }
  
  .culture-wrap {
    gap: 40px;
    max-width: 900px;
  }
  
  .culture-title {
    font-size: 40px;
    line-height: 40px;
    letter-spacing: 2px;
  }
  
  .culture-description {
    font-size: 12px;
    line-height: 24px;
    letter-spacing: 0.6px;
  }
  
  .culture-image {
    width: 600px;
    height: 340px;
  }
}

@media (max-width: 900px) {
  .culture {
    margin: 0;
    padding: 120px 60px;
  }
  
  .culture-wrap {
    flex-direction: column;
    align-items: center;
    gap: 40px;
    text-align: center;
  }
  
  .culture-text {
    align-items: center;
  }
  
  .culture-title {
    font-size: 32px;
    line-height: 32px;
    letter-spacing: 1.6px;
  }
  
  .culture-description {
    font-size: 11px;
    line-height: 22px;
    letter-spacing: 0.5px;
  }
  
  .culture-image {
    width: 500px;
    height: 280px;
  }
}

@media (max-width: 600px) {
  .culture {
    margin: 0;
    padding: 64px 40px;
    min-height: auto;
  }
  
  .culture-content {
    align-items: flex-start;
  }
  
  .culture-wrap {
    gap: 32px;
    align-items: flex-start;
  }
  
  .culture-text {
    align-items: flex-start;
    text-align: left;
  }
  
  .culture-title {
    font-size: 24px;
    line-height: 24px;
    letter-spacing: 1.2px;
    text-align: left;
  }
  
  .culture-description {
    font-size: 10px;
    line-height: 18px;
    letter-spacing: 0.4px;
    text-align: left;
  }
  
  .culture-image {
    width: 100%;
    max-width: none;
    height: auto;
    object-fit: contain;
    border-radius: 8px;
  }
}

/* Benefits Section */
.benefits {
  position: relative;
  background-color: var(--white);
  padding: 0 116px 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 56px;
  box-sizing: border-box;
}

/* Lazy loading animations */
.lazy-load {
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.8s ease-out;
}

.lazy-load.loaded {
  opacity: 1;
  transform: translateY(0);
}

.lazy-load.delay-1 {
  transition-delay: 0.1s;
}

.lazy-load.delay-2 {
  transition-delay: 0.2s;
}

.lazy-load.delay-3 {
  transition-delay: 0.3s;
}

.lazy-load.delay-4 {
  transition-delay: 0.4s;
}

.benefits-decorative-vector {
  position: absolute;
  top: 50%;
  width: 100%;
  height: 655px;
  background-image: url('images/30f3886ed2d4e97c6e80c0a7e5d659c88b950b49.svg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  transform: rotate(180deg) scaleY(-1) translateY(-50%);
}

.benefits-content {
  position: relative;
  z-index: 10;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 56px;
}

.benefits-wrap {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 56px;
}

.benefits-title {
  font-family: var(--font-barlow);
  font-weight: 900;
  font-size: 48px;
  line-height: 48px;
  letter-spacing: 2.4px;
  color: var(--primary);
  text-transform: capitalize;
  text-align: center;
  margin: 100px 0 0 0;
}

.benefits-items {
  display: flex;
  flex-direction: column;
  gap: 40px;
  width: 100%;
  max-width: 1280px;
}

.benefit-item {
  background: var(--white);
  border-radius: 8px;
  box-shadow: 0px 4px 30px 0px rgba(187, 74, 75, 0.15);
  padding: 32px 24px;
  display: flex;
  align-items: center;
  gap: 16px;
  min-height: 186px;
  box-sizing: border-box;
}

.benefit-icon {
  width: 64px;
  height: 64px;
  flex-shrink: 0;
  overflow: hidden;
}

.benefit-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.benefit-text {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-width: 0;
}

.benefit-title {
  font-family: var(--font-roboto);
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  color: var(--primary);
  margin: 0;
  white-space: nowrap;
}

.benefit-description {
  font-family: var(--font-roboto);
  font-weight: 400;
  font-size: 14px;
  line-height: 28px;
  color: var(--text);
  margin: 0;
}

.benefit-divider {
  width: 1px;
  height: 100%;
  background-color: #d9d9d9;
  flex-shrink: 0;
}

.benefit-details {
  display: flex;
  gap: 16px;
  width: 511px;
  flex-shrink: 0;
}

.benefit-details-left,
.benefit-details-right {
  width: 247.5px;
  display: flex;
  flex-direction: column;
}

.benefit-details-single {
  width: 511px;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
}

.benefit-details ul,
.benefit-details-single ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.benefit-details li,
.benefit-details-single li {
  font-family: var(--font-roboto);
  font-weight: 700;
  font-size: 14px;
  line-height: 28px;
  color: var(--text);
  position: relative;
  padding-left: 21px;
}

.benefit-details li::before,
.benefit-details-single li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: var(--text);
}

/* Benefits Responsive Styles */
@media (max-width: 1400px) {
  .benefits {
    padding: 0 60px 100px;
  }
  
  .benefits-items {
    max-width: 1100px;
  }
  
  .benefit-item {
    padding: 28px 20px;
  }
}

@media (max-width: 1200px) {
  .benefits {
    padding: 0 40px 100px;
  }
  
  .benefits-title {
    font-size: 40px;
    line-height: 40px;
    letter-spacing: 2px;
  }
  
  .benefit-title {
    font-size: 18px;
    line-height: 26px;
  }
  
  .benefit-description {
    font-size: 12px;
    line-height: 24px;
  }
  
  .benefit-details,
  .benefit-details-single {
    width: 400px;
  }
  
  .benefit-details-left,
  .benefit-details-right {
    width: 190px;
  }
  
  .benefit-details li,
  .benefit-details-single li {
    font-size: 12px;
    line-height: 24px;
  }
}

@media (max-width: 900px) {
  .benefits {
    padding: 0 30px 100px;
  }
  
  .benefits-content {
    gap: 40px;
  }
  
  .benefits-wrap {
    gap: 40px;
  }
  
  .benefits-title {
    font-size: 32px;
    line-height: 32px;
    letter-spacing: 1.6px;
  }
  
  .benefit-item {
    flex-direction: column;
    align-items: flex-start;
    padding: 24px 16px;
    min-height: auto;
  }
  
  .benefit-text {
    text-align: center;
    align-items: center;
  }
  
  .benefit-title {
    font-size: 16px;
    line-height: 24px;
    white-space: normal;
    text-align: center;
  }
  
  .benefit-description {
    text-align: center;
    font-size: 11px;
    line-height: 22px;
  }
  
  .benefit-divider {
    width: 100%;
    height: 1px;
  }
  
  .benefit-details {
    width: 100%;
    flex-direction: column;
    gap: 8px;
  }
  
  .benefit-details-left,
  .benefit-details-right {
    width: 100%;
  }
  
  .benefit-details-single {
    width: 100%;
  }
}

@media (max-width: 600px) {
  .benefits {
    padding: 64px 20px;
  }
  
  .benefits-content {
    gap: 8px;
    align-items: flex-start;
  }
  
  .benefits-wrap {
    gap: 16px;
    align-items: flex-start;
  }
  
  .benefits-title {
    font-size: 24px;
    line-height: 24px;
    letter-spacing: 1.2px;
    text-align: left;
    margin: 0;
    padding: 0;
  }
  
  .benefit-item {
    padding: 20px 12px;
    align-items: flex-start;
    text-align: left;
  }
  
  .benefit-icon {
    width: 48px;
    height: 48px;
  }
  
  .benefit-title {
    font-size: 14px;
    line-height: 20px;
    text-align: left;
  }
  
  .benefit-description {
    font-size: 10px;
    line-height: 18px;
    text-align: left;
  }
  .benefit-description {
    font-size: 10px;
    line-height: 18px;
    text-align: left;
  }
  
  .benefit-details li,
  .benefit-details-single li {
    font-size: 10px;
    line-height: 18px;
    text-align: left;
  }
  
  .benefits-decorative-vector {
    bottom: -30px;
    height: 300px;
    background-size: cover;
  }
}

/* Animated Image Gallery */
.image-gallery-section {
  width: 100%;
  overflow: hidden;
  background: var(--white);
  padding: 0;
  margin: 0;
}

.image-slider-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.image-slider {
  width: 100%;
  height: 300px;
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
}

.slider-track {
  display: flex;
  height: 100%;
  width: max-content;
  animation: slideRight 20s linear infinite;
}

.slider-track.reverse {
  animation: slideLeft 20s linear infinite;
}

.slider-img {
  height: 300px;
  width: 400px;
  object-fit: cover;
  flex-shrink: 0;
  margin-right: 20px;
  border-radius: 8px;
}

@keyframes slideRight {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

@keyframes slideLeft {
  0% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(0);
  }
}

/* Remove old gallery styles */
.benefits-gallery {
  display: none;
}

/* Responsive styles for image gallery */
@media (max-width: 1200px) {
  .image-slider {
    height: 250px;
  }
  
  .slider-img {
    height: 250px;
    width: 350px;
  }
}

@media (max-width: 900px) {
  .image-slider-container {
    gap: 15px;
  }
  
  .image-slider {
    height: 200px;
  }
  
  .slider-img {
    height: 200px;
    width: 300px;
    margin-right: 15px;
  }
}

@media (max-width: 600px) {
  .image-slider-container {
    gap: 10px;
  }
  
  .image-slider {
    height: 150px;
  }
  
  .slider-img {
    height: 150px;
    width: 250px;
    margin-right: 10px;
  }
}

/* Jobs Section */
.jobs {
  padding: 100px 0;
  background-color: #f8f5f5;
}

.jobs-content {
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 56px;
}

.jobs-title {
  font-family: 'Barlow', sans-serif;
  font-size: 48px;
  font-weight: 900;
  color: var(--primary);
  text-align: center;
  margin-bottom: 56px;
  text-transform: capitalize;
  letter-spacing: 2.4px;
}

.jobs-main {
  display: flex;
  gap: 56px;
  justify-content: center;
}

/* Left Navigation */
.jobs-nav {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: center;
}

.job-nav-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
  transition: all 0.3s ease;
  gap: 8px;
}

.job-nav-item .job-icon {
  width: 100px;
  height: 100px;
  border-radius: 50px;
  background-color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  padding: 16px 24px;
  box-sizing: border-box;
}

.job-nav-item.active .job-icon {
  background-color: var(--primary);
}

.job-nav-item.active .job-icon img {
  filter: brightness(0) invert(1);
}

.job-nav-item:hover:not(.active) .job-icon {
  background-color: #f8f8f8;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
}

.job-icon img {
  width: 40px;
  height: 40px;
  object-fit: contain;
}

.job-nav-item:not(.active) .job-icon img {
  filter: brightness(0) saturate(100%) invert(25%) sepia(69%) saturate(2084%) hue-rotate(340deg) brightness(91%) contrast(93%);
}

.job-nav-text {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.job-nav-label {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: var(--primary);
  text-transform: capitalize;
}

.job-nav-item.active .job-nav-label {
  font-weight: 700;
}

.job-nav-underline {
  width: 48px;
  height: 2px;
  background-color: var(--primary);
  border-radius: 1000px;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.job-nav-item.active .job-nav-underline {
  opacity: 1;
}

/* Right Job Listings */
.jobs-listings {
  flex: 1;
  position: relative;
  max-width: 820px;
}

.job-category-content {
  display: none;
}

.job-category-content.active {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.job-item {
  background-color: var(--white);
  border-radius: 8px;
  padding: 24px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.job-item:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.job-location {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
  gap: 4px;
}

.job-location img {
  width: 16px;
  height: 16px;
}

.job-location span {
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  font-weight: 700;
  color: var(--text);
  letter-spacing: 0.96px;
}

.job-title {
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: var(--primary);
  margin-bottom: 8px;
  letter-spacing: 1.6px;
  line-height: 30px;
}

.job-description {
  list-style: none;
  padding: 0;
  margin-bottom: 16px;
}

.job-description li {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  color: #7d8490;
  margin-bottom: 0;
  position: relative;
  padding-left: 21px;
  line-height: 28px;
  letter-spacing: 1.12px;
}

.job-description li:before {
  content: "•";
  color: #7d8490;
  font-weight: normal;
  position: absolute;
  left: 0;
  top: 0;
}

.job-view-more {
  background-color: var(--primary);
  color: var(--white);
  border: none;
  padding: 8px 16px;
  border-radius: 32px;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.3s ease;
  text-transform: capitalize;
  letter-spacing: 0.7px;
  line-height: 21px;
  margin-left: auto;
  display: block;
}

.job-view-more:hover {
  background-color: #a03d3e;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(187, 74, 75, 0.3);
}

/* No Jobs Available State */
.no-jobs-available {
  background: #efefef;
  border-radius: 8px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  min-height: 240px;
}

.no-jobs-icon {
  width: 140px;
  height: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.no-jobs-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.no-jobs-message {
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  font-size: 20px;
  line-height: 30px;
  color: #4c4c4c;
  letter-spacing: 1.6px;
  text-align: center;
  margin: 0;
}

/* Responsive Design for Jobs Section */
@media (max-width: 1200px) {
  .jobs-main {
    flex-direction: column;
    gap: 40px;
    align-items: center;
  }
  
  .jobs-nav {
    flex-direction: row;
    justify-content: center;
    gap: 30px;
  }
  
  .jobs-listings {
    max-width: 100%;
  }
}

@media (max-width: 900px) {
  .jobs {
    padding: 60px 0;
  }
  
  .jobs-content {
    padding: 0 20px;
  }
  
  .jobs-title {
    font-size: 36px;
    margin-bottom: 40px;
  }
  
  .jobs-nav {
    gap: 20px;
  }
  
  .job-nav-item .job-icon {
    width: 80px;
    height: 80px;
  }
  
  .job-icon img {
    width: 32px;
    height: 32px;
  }
  
  .job-nav-label {
    font-size: 14px;
  }
  
  .job-nav-underline {
    width: 36px;
  }
}

@media (max-width: 600px) {
  .jobs {
    padding: 64px 0;
  }
  
  .jobs-content {
    padding: 0 32px;
    text-align: left;
  }
  
  .jobs-title {
    font-size: 28px;
    margin-bottom: 30px;
    text-align: left;
  }
  
  .jobs-main {
    flex-direction: column;
    gap: 20px;
    justify-content: flex-start;
  }
  
  .jobs-nav {
    flex-direction: row;
    gap: 16px;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  
  .job-nav-item {
    flex-shrink: 0;
    flex-grow: 0;
    flex-basis: auto;
  }
  
  .job-nav-item .job-icon {
    width: 70px;
    height: 70px;
    min-width: 70px;
    min-height: 70px;
    max-width: 70px;
    max-height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    box-sizing: border-box;
  }
  
  .job-nav-item .job-icon img {
    width: 32px !important;
    height: 32px !important;
    min-width: 32px;
    min-height: 32px;
    max-width: 32px;
    max-height: 32px;
    object-fit: contain;
    flex-shrink: 0;
    display: block;
  }
  
  .job-item {
    padding: 20px;
  }
  
  .job-title {
    font-size: 18px;
  }
  
  .job-description li {
    font-size: 12px;
    line-height: 24px;
  }
  
  .no-jobs-available {
    min-height: 180px;
    padding: 20px;
  }
  
  .no-jobs-icon {
    width: 100px;
    height: 100px;
  }
  
  .no-jobs-message {
    font-size: 16px;
    line-height: 24px;
  }
}

/* Process Section */
.process {
  padding: 100px 0;
  background-color: var(--white);
  position: relative;
}

.process-content {
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 116px;
  box-sizing: border-box;
}

.process-wrap {
  display: flex;
  flex-direction: column;
  gap: 56px;
  align-items: center;
}

.process-title {
  font-family: 'Barlow', sans-serif;
  font-size: 48px;
  font-weight: 900;
  color: var(--primary);
  text-align: center;
  text-transform: capitalize;
  letter-spacing: 2.4px;
  line-height: 48px;
}

.process-steps {
  display: flex;
  align-items: stretch;
  width: 100%;
  gap: 0;
}

.process-step {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 24px 16px;
  background-color: var(--white);
  border: 1px solid #cfcfcf;
  border-radius: 6px;
  position: relative;
  min-height: 200px;
  box-sizing: border-box;
}

.process-step.active {
  background-color: var(--primary);
  border-color: var(--primary);
  color: var(--white);
}

.step-connector {
  width: 16px;
  height: 2px;
  background-color: #cfcfcf;
  align-self: center;
  flex-shrink: 0;
}

.step-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.step-icon {
  width: 28px;
  height: 28px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.step-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.icon-overlay {
  position: absolute;
  top: 25%;
  left: 50%;
  transform: translateX(-50%) rotate(90deg);
  width: 7px;
  height: 6.5px;
}

.step-number {
  display: flex;
  align-items: center;
  gap: 4px;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  white-space: nowrap;
}

.step-label {
  font-size: 12px;
  line-height: 14px;
  color: #cfcfcf;
}

.process-step.active .step-label {
  color: rgba(255, 255, 255, 0.5);
}

.step-num {
  font-size: 20px;
  line-height: 28px;
  color: var(--primary);
}

.process-step.active .step-num {
  color: var(--white);
}

.step-content {
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex: 1;
}

.step-title {
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: 1px;
  color: var(--text);
  margin: 0;
}

.process-step.active .step-title {
  color: var(--white);
}

.step-description {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  color: var(--text);
  margin: 0;
  flex: 1;
}

.process-step.active .step-description {
  color: var(--white);
}

.step-description u {
  text-decoration: underline;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}

.step-button {
  background-color: var(--accent);
  color: var(--text);
  border: none;
  padding: 8px 16px;
  border-radius: 8px;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
  cursor: pointer;
  transition: all 0.3s ease;
  align-self: flex-start;
  margin-top: auto;
}

.step-button:hover {
  background-color: #f0b63c;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(255, 195, 76, 0.3);
}

/* Process Responsive Design */
@media (max-width: 1200px) {
  .process-content {
    padding: 0 56px;
  }
  
  .process-steps {
    flex-direction: column;
    gap: 20px;
  }
  
  .step-connector {
    width: 2px;
    height: 16px;
    align-self: center;
  }
  
  .process-step {
    min-height: auto;
    padding: 20px;
  }
}

@media (max-width: 900px) {
  .process {
    padding: 60px 0;
  }
  
  .process-content {
    padding: 0 20px;
  }
  
  .process-title {
    font-size: 36px;
    margin-bottom: 40px;
  }
  
  .process-wrap {
    gap: 40px;
  }
}

@media (max-width: 600px) {
  .process-title {
    font-size: 28px;
  }
  
  .process-wrap {
    gap: 30px;
  }
  
  .step-title {
    font-size: 18px;
  }
  
  .step-description {
    font-size: 12px;
    line-height: 18px;
  }
  
  .step-num {
    font-size: 16px;
  }
}

/* Call to Action Section */
.cta-section {
  padding: 97px 116px 100px;
  background: linear-gradient(135deg, var(--primary) 0%, #d65a5b 50%, var(--primary) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
}

.cta-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('images/4a10a5ec4e267d09f7cc8596ad8f2750dcbf1138.png') center/cover;
  opacity: 0.3;
  z-index: 1;
}

.cta-content {
  position: relative;
  z-index: 2;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cta-title {
  font-family: 'Barlow', sans-serif;
  font-size: 64px;
  font-weight: 900;
  color: var(--white);
  line-height: 72px;
  letter-spacing: 6.4px;
  text-transform: capitalize;
  margin: 0;
  white-space: nowrap;
}

/* CTA Responsive Design */
@media (max-width: 1200px) {
  .cta-section {
    padding: 80px 56px;
  }
  
  .cta-title {
    font-size: 48px;
    line-height: 56px;
    letter-spacing: 4.8px;
  }
}

@media (max-width: 900px) {
  .cta-section {
    padding: 60px 20px;
  }
  
  .cta-title {
    font-size: 36px;
    line-height: 42px;
    letter-spacing: 3.6px;
    white-space: normal;
  }
}

@media (max-width: 600px) {
  .cta-section {
    padding: 50px 20px;
  }
  
  .cta-title {
    font-size: 28px;
    line-height: 34px;
    letter-spacing: 2.8px;
  }
}

/* Job Application Section */
.job-application {
  position: relative;
  background: var(--primary);
  padding: 100px 0 0;
  overflow: hidden;
}

.map-background {
  height: 400px;
  margin-bottom: 0;
}

.map-background iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.application-form {
  max-width: 920px;
  margin: 40px auto 140px auto;
  background: var(--white);
  border-radius: 20px;
  padding: 60px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
}

.form-title {
  font-family: var(--font-barlow);
  font-size: 48px;
  font-weight: 900;
  color: var(--primary);
  text-align: center;
  margin: 0 0 50px;
  transition: all 0.8s cubic-bezier(0.2, 0, 0.2, 1);
  transform: translateY(30px);
  opacity: 0;
}

.application-form.lazy-loaded .form-title {
  transform: translateY(0);
  opacity: 1;
}

.form-wrapper {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.form-inputs {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}

.form-group {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.form-group.full-width {
  grid-column: 1 / -1;
}

.form-label {
  display: flex;
  align-items: center;
  font-family: var(--font-roboto);
  font-size: 16px;
  font-weight: 500;
  color: var(--text);
  gap: 4px;
}

.required {
  color: var(--primary);
  font-weight: 700;
}

.form-input,
.form-select,
.form-textarea {
  padding: 16px 20px;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  font-family: var(--font-roboto);
  font-size: 16px;
  color: var(--text);
  background: var(--white);
  transition: all 0.3s ease;
  appearance: none;
}

.form-input:focus,
.form-select:focus,
.form-textarea:focus {
  outline: none;
  border-color: var(--primary);
  box-shadow: 0 0 0 3px rgba(187, 74, 75, 0.1);
}

.form-input::placeholder,
.form-textarea::placeholder {
  color: #a5a5a5;
}

.form-select {
  position: relative;
  background-image: none;
  cursor: pointer;
}

.form-group {
  position: relative;
}

.select-arrow {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  pointer-events: none;
  width: 16px;
  height: 16px;
  margin-top: 12px;
}

.form-textarea {
  resize: vertical;
  min-height: 120px;
  font-family: inherit;
}

.file-upload {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 20px 0;
  border-bottom: 1px solid #e5e5e5;
  cursor: pointer;
}

.file-button {
  width: 60px;
  height: 60px;
  background: var(--primary);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.file-button:hover {
  transform: scale(1.05);
  box-shadow: 0 4px 15px rgba(187, 74, 75, 0.3);
}

.file-button img {
  width: 24px;
  height: 24px;
  filter: brightness(0) invert(1);
}

.file-text {
  font-family: var(--font-roboto);
  font-size: 16px;
  color: var(--text);
  font-weight: 500;
}

.submit-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding-top: 20px;
}

.privacy-policy {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  flex: 1;
}

.checkbox-input {
  display: none;
}

.checkbox-label {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  border: 2px solid #d1d1d1;
  border-radius: 4px;
  background: var(--white);
  transition: all 0.3s ease;
  flex-shrink: 0;
  margin-top: 2px;
}

.checkbox-input:checked + .checkbox-label {
  background: var(--primary);
  border-color: var(--primary);
}

.checkbox-icon {
  display: none;
  width: 12px;
  height: 12px;
  filter: brightness(0) invert(1);
}

.checkbox-input:checked + .checkbox-label .checkbox-icon {
  display: block;
}

.privacy-text {
  font-family: var(--font-roboto);
  font-size: 14px;
  color: var(--text);
  line-height: 1.5;
  display: flex;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
}

.privacy-link {
  color: var(--primary);
  text-decoration: underline;
  font-weight: 500;
  transition: color 0.3s ease;
}

.privacy-link:hover {
  color: #a73e3f;
}

.link-icon {
  width: 14px;
  height: 14px;
  margin-left: 2px;
}

.submit-button {
  background: var(--primary);
  color: var(--white);
  border: none;
  border-radius: 8px;
  padding: 18px 32px;
  font-family: var(--font-roboto);
  font-size: 16px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 12px;
  cursor: pointer;
  transition: all 0.3s ease;
  white-space: nowrap;
}

.submit-button:hover {
  background: #a73e3f;
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(187, 74, 75, 0.4);
}

.submit-button img {
  width: 16px;
  height: 16px;
  filter: brightness(0) invert(1);
}

/* Responsive Design for Job Application */
@media (max-width: 1200px) {
  .application-form {
    max-width: 800px;
    padding: 50px;
  }
  
  .form-title {
    font-size: 42px;
  }
}

@media (max-width: 900px) {
  .job-application {
    padding: 60px 24px 0;
  }
  
  .application-form {
    margin: 0 auto 120px;
    padding: 40px 30px;
  }
  
  .form-title {
    font-size: 36px;
    margin-bottom: 40px;
  }
  
  .form-row {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  
  .submit-area {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
  
  .submit-button {
    align-self: stretch;
    justify-content: center;
  }
  
  .map-background {
    height: 300px;
  }
}

@media (max-width: 600px) {
  .application-form {
    padding: 30px 20px;
    margin-top: 24px;
    margin-bottom: 60px;
  }
  
  .form-title {
    font-size: 28px;
  }
  
  .form-inputs {
    gap: 20px;
  }
  
  .form-row {
    gap: 15px;
  }
  
  .map-background {
    height: 250px;
    margin-top: 24px;
    margin-bottom: 0;
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
  }
  .map-background iframe {
    width: 100vw !important;
    min-width: 100vw;
    max-width: 100vw;
    height: 100%;
    display: block;
  }
}

/* Footer Section */
.footer {
  background: var(--white);
  padding: 48px 116px;
  border-top: 1px solid #f0f0f0;
}

.footer-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: var(--container);
  margin: 0 auto;
  gap: 32px;
}

.footer-left {
  display: flex;
  flex-direction: column;
  gap: 16px;
  flex: 1;
}

.footer-logo {
  display: flex;
  align-items: center;
  gap: 16px;
}

.footer-logo-link {
  display: flex;
  align-items: center;
  gap: 16px;
  text-decoration: none;
  color: inherit;
  transition: opacity 0.3s ease;
}

.footer-logo-link:hover {
  opacity: 0.8;
}

.footer-logo-image {
  width: 180px;
  height: 52px;
  overflow: hidden;
}

.footer-logo-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.footer-logo-text {
  font-family: var(--font-roboto);
  font-size: 16px;
  font-weight: 700;
  color: var(--primary);
  text-transform: capitalize;
  letter-spacing: 1.6px;
  line-height: 24px;
}

.footer-address {
  display: flex;
  align-items: flex-start;
  gap: 4px;
}

.footer-map-icon {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  margin-top: 2px;
}

.footer-map-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.footer-address-text {
  font-family: var(--font-roboto);
  font-size: 14px;
  font-weight: 400;
  color: var(--text);
  line-height: 21px;
  width: 435px;
  max-width: 100%;
}

.footer-address-text p {
  margin: 0;
}

.footer-social {
  display: flex;
  align-items: center;
  gap: 16px;
}

.footer-social-link {
  display: block;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.footer-social-link:hover {
  transform: translateY(-2px);
  opacity: 0.8;
}

.footer-social-img {
  height: 32px;
  object-fit: contain;
}

.footer-social-link:nth-child(1) .footer-social-img {
  width: 81px;
}

.footer-social-link:nth-child(2) .footer-social-img {
  width: 70px;
}

.footer-social-link:nth-child(3) .footer-social-img {
  width: 32px;
}

.footer-social-link:nth-child(4) .footer-social-img {
  width: 38px;
}

.footer-right {
  flex-shrink: 0;
}

.footer-service-btn {
  background: #fff0f0;
  border-radius: 1000px;
  padding: 16px 32px;
  display: flex;
  align-items: center;
  gap: 24px;
  text-decoration: none;
  transition: all 0.3s ease;
  height: 56px;
  box-sizing: border-box;
}

.footer-service-btn:hover {
  background: #ffe5e5;
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(187, 74, 75, 0.15);
}

.footer-service-text {
  font-family: var(--font-roboto);
  font-size: 16px;
  font-weight: 700;
  color: var(--text);
  text-transform: capitalize;
  white-space: nowrap;
  line-height: 24px;
}

.footer-service-icon {
  width: 16px;
  height: 16px;
  object-fit: contain;
}

/* Footer Responsive Design */
@media (max-width: 1200px) {
  .footer {
    padding: 40px 56px;
  }
  
  .footer-address-text {
    width: 350px;
  }
}

@media (max-width: 900px) {
  .footer {
    padding: 30px 20px;
  }
  
  .footer-wrap {
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
  }
  
  .footer-address-text {
    width: 100%;
    font-size: 13px;
  }
  
  .footer-social {
    gap: 12px;
  }
  
  .footer-right {
    align-self: stretch;
  }
  
  .footer-service-btn {
    justify-content: center;
  }
}

@media (max-width: 600px) {
  .footer {
    padding: 24px 20px;
  }
  
  .footer-logo {
    gap: 12px;
  }
  
  .footer-logo-image {
    width: 140px;
    height: 40px;
  }
  
  .footer-logo-text {
    font-size: 14px;
  }
  
  .footer-address-text {
    font-size: 12px;
    line-height: 18px;
  }
  
  .footer-social {
    gap: 10px;
  }
  
  .footer-service-btn {
    padding: 12px 24px;
    gap: 16px;
    height: 48px;
  }
  
  .footer-service-text {
    font-size: 14px;
  }
}

/* Copyright Section */
.copyright {
  background: var(--primary);
  padding: 24px 0;
  text-align: center;
}

.copyright-text {
  font-family: var(--font-roboto);
  font-size: 12px;
  font-weight: 400;
  color: var(--white);
  line-height: 18px;
  margin: 0;
  white-space: nowrap;
}

/* SP Menu Styles */
.sp-header-actions {
  display: none;
  align-items: center;
  gap: 6px;
}

.sp-entry-btn-header {
  background: var(--primary);
  border: 2px solid var(--white);
  border-radius: 50px;
  padding: 8px 24px;
  display: flex;
  align-items: center;
  gap: 4px;
  cursor: pointer;
}

.sp-entry-btn-header .btn-text {
  font-family: var(--font-roboto);
  font-size: 16px;
  font-weight: 700;
  color: var(--white);
  text-transform: uppercase;
  letter-spacing: 0.8px;
  line-height: 24px;
}

.sp-entry-btn-header .btn-icon {
  transform: scaleY(-1) rotate(180deg);
  width: 16px;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sp-entry-btn-header .btn-icon img {
  width: 13.33px;
  height: 10.67px;
}

.sp-menu-btn {
  display: none;
  background: var(--white);
  border: none;
  border-radius: 50px;
  width: 40px;
  height: 40px;
  box-shadow: 0px 0px 10px 0px rgba(212, 212, 212, 0.2);
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: relative;
  z-index: 100;
}

.sp-menu-btn .menu-icon {
  width: 16px;
  height: 16px;
}

.sp-menu-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: var(--white);
  z-index: 9999;
  transform: translateX(100%);
  transition: transform 0.3s ease-in-out;
}

.sp-menu-overlay.active {
  transform: translateX(0);
}

.sp-menu-content {
  width: calc(100vw - 40px);
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
}

.sp-menu-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 16px;
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
  z-index: 10;
}

.sp-menu-header .header-logo {
  display: flex;
  align-items: center;
  gap: 4px;
}

.sp-menu-header .logo-image {
  width: 100px;
  height: 29px;
}

.sp-menu-header .logo-text {
  font-family: var(--font-roboto);
  font-size: 11px;
  font-weight: 700;
  color: var(--primary);
  text-transform: uppercase;
  letter-spacing: 1.1px;
  line-height: 10px;
  width: 79px;
}

.sp-menu-actions {
  display: flex;
  align-items: center;
  gap: 8px;
}

.sp-entry-btn {
  background: var(--white);
  border: 2px solid var(--primary);
  border-radius: 50px;
  padding: 8px 24px;
  font-family: var(--font-roboto);
  font-size: 16px;
  font-weight: 700;
  color: var(--primary);
  text-transform: uppercase;
  letter-spacing: 0.8px;
  line-height: 24px;
  cursor: pointer;
}

.sp-close-btn {
  background: var(--primary);
  border: none;
  border-radius: 50px;
  width: 40px;
  height: 40px;
  box-shadow: 0px 0px 10px 0px rgba(212, 212, 212, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.sp-menu-body {
  padding: 64px 20px;
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  gap: 40px;
  width: 311px;
  margin-left: auto;
  margin-right: auto;
}

.sp-nav-menu {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.sp-nav-link {
  font-family: var(--font-roboto);
  font-size: 20px;
  font-weight: 700;
  color: var(--text);
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 30px;
  display: block;
  padding: 0;
}

.sp-nav-link:hover {
  color: var(--primary);
}

.sp-language {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-noto);
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}

.sp-lang-active {
  color: var(--primary);
  line-height: 12px;
}

.sp-lang-divider {
  color: var(--text);
  line-height: 14px;
}

.sp-lang-inactive {
  color: var(--border-inactive-color, #cfcfcf);
  line-height: 12px;
}

.sp-social-links {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 24px 0;
  border-top: 1px solid var(--border-color, #e9ecef);
  border-bottom: 1px solid var(--border-color, #e9ecef);
}

.sp-social-links img {
  height: 24px;
  width: auto;
}

.sp-links {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.sp-link-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-roboto);
  font-size: 14px;
  font-weight: 400;
  color: var(--text);
  letter-spacing: 0.7px;
  line-height: 21px;
  text-transform: uppercase;
  text-decoration: none;
}

@media (max-width: 600px) {
  .header {
    padding: 12px 8px;
  }
  
  .header-content {
    justify-content: space-between;
    align-items: center;
    display: flex;
    padding: 0;
  }
  
  .header-logo {
    margin-left: 2px;
  }
  
  .sp-entry-btn-header {
    padding: 6px 16px !important;
  }
  
  .sp-entry-btn-header .btn-text {
    font-size: 14px !important;
    line-height: 20px !important;
  }
  
  .sp-entry-btn-header .btn-icon {
    width: 14px !important;
    height: 14px !important;
  }
  
  .sp-entry-btn-header .btn-icon img {
    width: 11px !important;
    height: 9px !important;
  }
  
  .header-nav-wrapper {
    display: none !important;
  }
  
  .header-entry-btn {
    display: none !important;
  }
  
  .sp-header-actions {
    display: flex !important;
  }
  
  .sp-entry-btn-header {
    display: flex !important;
  }
  
  .sp-menu-btn {
    display: flex !important;
  }
  
  .sp-menu-overlay {
    display: block;
  }
}

