:root {
  --dark-charcoal: #131618;
  --gold: #cba65b;
  --white: #ffffff;
  --muted: #b0b5bb;
  font-family: 'Gitan Latin', 'Manrope', 'Roboto', system-ui, sans-serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  margin: 0;
  background: #ffffff;
  color: var(--dark-charcoal);
  font-family: 'Gitan Latin', system-ui, sans-serif;
}

html {
  cursor: auto;
}
body {
  font-family: 'PP Neue Montreal', 'Inter', sans-serif;
}

/* HERO */
.hero-section {
  background: #ffffff;
}

.hero-title {
  font-family: 'PP Neue Montreal', 'Neue Montreal', sans-serif;
  font-weight: 500;
  font-size: 90px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #000000;
}

.hero-title .highlight {
  font-family: 'PP Neue Montreal', 'Neue Montreal', sans-serif;
  font-weight: 500;
  font-size: 90px;
  line-height: 100%;
  letter-spacing: 0%;
  color: white;
  background: #d4b233;
  padding: 10px 3px;
  display: inline-block;
  transform: skewX(-10deg);
}

.hero-text {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0%;
  color: #222222;
  max-width: 520px;
}

.hero-section .btn-warning {
  background: linear-gradient(90deg, #d0af32 25.48%, #b69315 100%);
  border-radius: 0;
  border: none;
  font-family: 'Manrope', sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  color: white;
  height: 50px;
  width: 188px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.hero-section .btn-warning:hover,
.hero-section .btn-warning:focus,
.hero-section .btn-warning:active {
  background: linear-gradient(90deg, #d0af32 25.48%, #b69315 100%);
  color: white;
  border: none;
}

.hero-section .btn-dark {
  background: #000000;
  border-radius: 0;
  border: none;
  font-family: 'Manrope', sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  color: white;
  height: 50px;
  width: 188px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.hero-section .btn-dark:hover,
.hero-section .btn-dark:focus,
.hero-section .btn-dark:active {
  background: #000000;
  color: white;
  border: none;
}

.hero-section .badge {
  font-family: 'Manrope', sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #171717;
  background: transparent;
  padding: 0;
}

/* SEARCH */
.search-box {
  max-width: 480px;
  border: 1px solid #0000004d;
  box-shadow: 0px 0px 14px 0px #00000017;
  border-radius: 0;
  overflow: hidden;
  display: flex;
  align-items: center;
}

.search-box input {
  border-radius: 0;
  border: 0;
  max-width: 480px;
  font-family: 'Manrope', sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 58px;
  letter-spacing: 0%;
  text-align: center;
  color: #4e4e4e;
  height: 100%;
  padding: 0 15px;
  vertical-align: middle;
}

.search-box input:focus {
  border: 0;
  outline: none;
  box-shadow: none;
}

.search-box input::placeholder {
  font-family: 'Manrope', sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 58px;
  letter-spacing: 0%;
  text-align: center;
  color: #4e4e4e;
}

.search-box button,
.search-box .btn-dark {
  border-radius: 0;
  border: 0;
  background: transparent !important;
  height: auto;
  width: auto;
  padding: 0.5rem 1rem;
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  color: inherit;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.search-box button:focus,
.search-box .btn-dark:focus {
  border: 0;
  outline: none;
  box-shadow: none;
  background: transparent !important;
}

.search-box button:hover,
.search-box .btn-dark:hover {
  background: transparent !important;
}

/* NAVBAR */
.navbar-brand {
  font-size: 1.2rem;
}
.fdjadhsejabs {
  background-image: url('/images/Indexherobg.png');
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding-top: 130px;
  padding-bottom: 130px;
}

/* Mobile Hero Background */
@media (max-width: 991.98px) {
  .fdjadhsejabs {
    background-size: cover;
  }

  /* Mobile Hero Font Sizes */
  .hero-title {
    font-size: 40px;
  }

  .hero-title .highlight {
    font-size: 40px;
  }

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

  .hero-section .badge {
    font-size: 14px;
  }
}

/* Very Small Screens (Phones) */
/* @media (max-width: 575.98px) {
  .hero-title {
    font-size: 32px;
  }

  .hero-title .highlight {
    font-size: 32px;
  }

  .hero-text {
    font-size: 13px;
    line-height: 20px;
  }

  .hero-section .badge {
    font-size: 13px;
  }
} */

.navbar-wrapper {
  position: relative;
  z-index: 1000;
  transition: all 0.3s ease;
}

.navbar-wrapper.scrolled {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  background-color: #ffffff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  z-index: 1000;
}

.custom-navbar {
  margin-top: 24px;
  min-height: 74px;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  position: fixed;
  top: -1px;
  z-index: 10;
  /* Ensure centering works with fixed position */
  left: 0;
  right: 0;
  width: 100%;
  transition: all 0.3s ease;
  background-color: transparent;
}

.navbar-wrapper.scrolled .custom-navbar {
  margin-top: 0;
  max-width: 100%;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  background-color: transparent;
}

.navbar-wrapper.scrolled .custom-navbar .container {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

.custom-navbar .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  flex-wrap: wrap;
}

/* Desktop styles - only apply on larger screens */
@media (min-width: 992px) {
  .custom-navbar .navbar-collapse {
    flex-grow: 1;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}

/* Mobile Responsive Styles */
@media (max-width: 991.98px) {
  .custom-navbar {
    margin-top: 0;
    min-height: auto;
  }

  .custom-navbar .container {
    flex-wrap: wrap;
    align-items: center;
  }

  /* Logo and hamburger stay in first row */
  .custom-navbar .navbar-brand,
  .custom-navbar .navbar-toggler {
    flex-shrink: 0;
  }

  /* Navbar collapse takes full width on new row */
  .custom-navbar .navbar-collapse {
    display: none;
    flex-basis: 100%;
    flex-grow: 0;
    width: 100%;
    order: 3;
    flex-direction: column;
    align-items: flex-start;
  }

  /* When menu is expanded (Bootstrap adds .show class) */
  .custom-navbar .navbar-collapse.show {
    display: flex !important;
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid #e9ecef;
  }

  .custom-navbar .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 1rem;
  }

  .custom-navbar .navbar-collapse .navbar-nav .nav-item {
    width: 100%;
  }

  .custom-navbar .navbar-collapse .navbar-nav .nav-link {
    padding: 0.75rem 0;
    width: 100%;
  }

  .custom-navbar .navbar-collapse > div {
    width: 100%;
    justify-content: flex-start;
  }

  .custom-navbar .navbar-collapse .btn-warning {
    width: 100%;
    max-width: 100%;
  }
}

.custom-navbar .nav-link {
  font-family: 'Manrope', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 28px;
  letter-spacing: 0;
  vertical-align: middle;
}

.custom-navbar .btn-warning {
  background: linear-gradient(90deg, #d0af32 25.48%, #b69315 100%);
  border-radius: 0;
  border: none;
  font-family: 'Manrope', sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  color: white;
  height: 50px;
  width: 188px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.custom-navbar .btn-warning:hover,
.custom-navbar .btn-warning:focus,
.custom-navbar .btn-warning:active {
  background: linear-gradient(90deg, #d0af32 25.48%, #b69315 100%);
  color: white;
  border: none;
}

/* STATS SECTION */
.stats-section {
  background: #ffffff;
  padding: 80px 0;
  overflow: visible;
}

.stats-section .row {
  position: relative;
  margin: 0 -7.5px;
  overflow: visible;
}

.stats-section .col-lg-3 {
  position: relative;
  z-index: 1;
  padding: 0 7.5px;
}

.stats-section .col-lg-3:nth-child(1) {
  z-index: 4;
}

.stats-section .col-lg-3:nth-child(2) {
  z-index: 3;
}

.stats-section .col-lg-3:nth-child(3) {
  z-index: 2;
}

.stats-section .col-lg-3:nth-child(4) {
  z-index: 1;
}

.stats-card {
  background: #2a2a2a;
  padding: 0;
  position: relative;
  height: 100%;
  min-height: 294px;
  max-width: 295px;
  width: 245px;
  transform: skewX(-10deg);
  transition: transform 0.3s ease, z-index 0.3s ease;
  overflow: visible;
}

.stats-card:hover {
  transform: skewX(-15deg) translateY(-10px);
  z-index: 10 !important;
}
/* .dgsjas{
  margin-top: -20px;
} */

.stats-card-content {
  transform: skewX(10deg);
  padding: 0px 30px 10px 19px;
  position: relative;
  height: 100%;
  overflow: visible;
}

.stats-number {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 72px;
  line-height: 43px;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #e1be7a;
  margin-top: -20px;
  margin-bottom: 20px;
}

.stats-title {
  font-family: 'Manrope', sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 40px;
  letter-spacing: 0%;
  vertical-align: middle;
  color: white;
  margin-bottom: 15px;
}

.stats-description {
  font-family: 'Manrope', sans-serif;
  font-weight: 500;
  font-size: 15px;
  line-height: 23px;
  letter-spacing: -1%;
  vertical-align: middle;
  color: white;
  margin-bottom: 20px;
}

.stats-logo {
  position: absolute;
  bottom: 0px;
  right: 20px;
  opacity: 0.7;
}

.stats-logo img {
  width: 59px;
  height: 59px;
}

/* Mobile Responsive for Stats */
@media (max-width: 991.98px) {
  .stats-section .row {
    margin: 0;
    justify-content: center;
  }

  .stats-section .col-lg-3 {
    margin-bottom: 15px;
    padding: 0;
    display: flex;
    justify-content: center;
  }

  .stats-card {
    transform: skewX(0deg);
    margin: 0 auto;
  }

  .stats-card-content {
    transform: skewX(0deg);
  }

  .stats-card:hover {
    transform: translateY(-10px);
  }

  .stats-number {
    font-size: 56px;
    line-height: 56px;
  }

  .stats-title {
    font-size: 20px;
    line-height: 32px;
  }

  .stats-description {
    font-size: 14px;
    line-height: 21px;
  }
}

/* SPECIALIZED SECTION */
.specialized-section {
  background: #ffffff;
  padding: 80px 0;
}

.specialized-header {
  margin-bottom: 60px;
}

.specialized-title {
  font-family: 'Neue Montrea', sans-serif;
  font-weight: 500;
  font-size: 44px;
  color: #131618;
  margin-bottom: 15px;
}

.specialized-line {
  width: 80px;
  height: 4px;
  background: linear-gradient(90deg, #d0af32 25.48%, #b69315 100%);
}

.specialized-card {
  position: relative;
  background: #2a2a2a;
  border-radius: 0px;
  overflow: hidden;
  transform: perspective(1000px) rotateY(-2deg) rotateX(2deg);
  transition: transform 0.3s ease;
  width: 266px;
  height: 266px;
  cursor: pointer;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  clip-path: polygon(
    0% 20%,
    /* top-left inner vertical cut */ 20% 0%,
    /* top-left inner horizontal cut */ 100% 0%,
    /* top-right */ 100% 100%,
    /* bottom-right */ 0% 100% /* bottom-left */
  );
}

.specialized-card:hover {
  transform: perspective(1000px) rotateY(-2deg) rotateX(2deg) translateY(-8px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.specialized-card .card-badge {
  position: absolute;
  top: 0;
  right: 0;
  width: 56px;
  height: 56px;
  background: #ffffff;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Manrope', sans-serif;
  font-weight: 600;
  font-size: 30.4px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #c4a229;
  z-index: 3;
}

.specialized-card .card-image {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.specialized-card .card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.specialized-card:hover .card-image img {
  transform: scale(1.1);
}

.specialized-card .card-label {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.85) 0%,
    rgba(0, 0, 0, 0.5) 50%,
    transparent 100%
  );
  padding: 25px 20px 20px;
  z-index: 2;
}

.specialized-card .card-label::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: rgba(255, 255, 255, 0.2);
}

.specialized-card .card-label-content {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.specialized-card .card-label span:first-child {
  font-family: 'Manrope', sans-serif;
  font-weight: 800;
  font-size: 30.4px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #ffffff;
}

.specialized-card .card-arrow {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  transition: transform 0.3s ease;
}

.specialized-card .card-arrow img {
  width: 47px;
  height: 18px;
}

.specialized-card:hover .card-arrow {
  transform: translateX(5px);
}

.btn-view-all {
  background: linear-gradient(90deg, #d0af32 25.48%, #b69315 100%);
  border: none;
  border-radius: 0px;
  padding: 15px 40px;
  font-family: 'Manrope', sans-serif;
  font-weight: 500;
  font-size: 18px;
  color: #ffffff;
  text-decoration: none;
  display: inline-block;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.btn-view-all:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(208, 175, 50, 0.3);
  color: #ffffff;
}

/* Mobile Responsive for Specialized Section */
@media (max-width: 991.98px) {
  .svdfiuteajBSWIAs {
    /* background-size: cover !important; */
    padding: 300px 0 300px 0 ;
  }
  .specialized-title {
    font-size: 32px;
  }

  .specialized-section .row {
    justify-content: center;
  }

  .specialized-section .col-lg-3 {
    display: flex;
    justify-content: center;
  }

  .specialized-card {
    width: 100%;
    max-width: 266px;
    height: 266px;
    transform: none;
    margin: 0 auto;
  }

  .specialized-card:hover {
    transform: translateY(-5px);
  }
.svdfiuteajBSWIAs {
  /* background-size: cover; */
  background: #000000;
  padding: 300px 0 300px 0 ;
}
  .specialized-section {
    padding: 60px 0;
  }
}

/* FUTURE SECTION */
.future-section {
  background-image: url('/images/4g.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 700px;
  padding: 80px 0;
  display: flex;
  align-items: flex-start;
  position: relative;
}

.future-content {
  padding: 60px 0 0 0;
  max-width: 600px;
}

.future-title {
  font-family: 'PP Neue Montreal', 'Neue Montreal', sans-serif;
  font-size: 72px;
  line-height: 78.67px;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #000000;
  margin-bottom: 20px;
}

.future-title-light {
  font-family: 'PP Neue Montreal', 'Neue Montreal', sans-serif;
  font-weight: 300;
  font-size: 72px;
  line-height: 78.67px;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #000000;
}

.future-title-bold {
  font-family: 'PP Neue Montreal', 'Neue Montreal', sans-serif;
  font-weight: 400;
  font-size: 72px;
  line-height: 78.67px;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #000000;
}

.future-line {
  width: 80px;
  height: 4px;
  background: linear-gradient(90deg, #d0af32 25.48%, #b69315 100%);
  margin-bottom: 25px;
}

.future-subtitle {
  font-family: 'Manrope', sans-serif;
  font-weight: 400;
  font-size: 20px;
  color: #000000;
  margin-bottom: 40px;
  line-height: 1.5;
}

.btn-future {
  background: linear-gradient(90deg, #d0af32 25.48%, #b69315 100%);
  border: none;
  border-radius: 0px;
  padding: 15px 40px;
  font-family: 'Manrope', sans-serif;
  font-weight: 500;
  font-size: 18px;
  color: #ffffff;
  text-decoration: none;
  display: inline-block;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.btn-future:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(208, 175, 50, 0.3);
  color: #ffffff;
}

/* Mobile Responsive for Future Section */
@media (max-width: 991.98px) {
  .future-section {
    min-height: 500px;
    padding: 60px 0;
  }

  .future-title {
    font-size: 42px;
  }

  .future-subtitle {
    font-size: 18px;
  }
}

@media (max-width: 575.98px) {
  .future-title {
    font-size: 32px;
  }

  .future-subtitle {
    font-size: 16px;
  }
}

/* PROCESS SECTION */
.process-section {
  background: #ffffff;
  padding: 100px 0;
}

.process-header {
  text-align: right;
}

.process-title {
  font-family: 'PP Neue Montreal', 'Neue Montreal', sans-serif;
  font-size: 72px;
  line-height: 78.67px;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #000000;
  margin-bottom: 20px;
}

.process-title-bold {
  font-family: 'PP Neue Montreal', 'Neue Montreal', sans-serif;
  font-weight: 400;
  font-size: 72px;
  line-height: 78.67px;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #000000;
}

.process-title-light {
  font-family: 'PP Neue Montreal', 'Neue Montreal', sans-serif;
  font-weight: 300;
  font-size: 72px;
  line-height: 78.67px;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #000000;
}

.process-line {
  width: 80px;
  height: 4px;
  background: linear-gradient(90deg, #d0af32 25.48%, #b69315 100%);
  margin-left: auto;
  margin-bottom: 25px;
}

.process-subtitle {
  font-family: 'Manrope', sans-serif;
  font-weight: 400;
  font-size: 20px;
  color: #000000;
  line-height: 1.5;
}

.process-section .row.g-4 {
  justify-content: center;
}

.process-card {
  background: #ffffff;
  border: none;
  border-radius: 0;
  overflow: hidden;
  max-width: 420px;
  max-height: 456px;
  height: 100%;
  display: flex;
  flex-direction: column;
  box-shadow: 0px 4px 30px 0px #00000029;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.process-card:hover {
  transform: translateY(-5px);
  box-shadow: 0px 8px 40px 0px #00000029;
}

.process-card-image {
  width: 100%;
  padding: 20px;
  background: #ffffff;
  border-bottom: none;
  display: flex;
  justify-content: center;
  align-items: center;
}

.process-card-image img {
  max-width: 351.5809326171875px;
  height: 255.18109130859375px;
  width: auto;
  display: block;
  border-radius: 0;
  object-fit: contain;
}

.process-card-content {
  padding: 0px 20px 20px 20px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.process-card-title {
  font-family: 'PP Neue Montreal', 'Neue Montreal', sans-serif;
  font-weight: 500;
  font-size: 26.68px;
  line-height: 37.35px;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #000000;
  margin-bottom: 15px;
}

.process-card-description {
  font-family: 'Manrope', sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #555555;
  line-height: 1.6;
  margin-bottom: 20px;
  flex-grow: 1;
}

.btn-process {
  background: linear-gradient(90deg, #d0af32 25.48%, #b69315 100%);
  border: none;
  border-radius: 0;
  padding: 12px 30px;
  font-family: 'Manrope', sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #ffffff;
  text-decoration: none;
  display: inline-block;
  align-self: flex-start;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.btn-process:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(208, 175, 50, 0.3);
  color: #ffffff;
}

/* Mobile Responsive for Process Section */
@media (max-width: 991.98px) {
  .process-header {
    text-align: left;
  }

  .process-line {
    margin-left: 0;
  }

  .process-section .row.g-4 {
    justify-content: center;
  }

  .process-section .col-lg-4,
  .process-section .col-md-6 {
    display: flex;
    justify-content: center;
  }

  .process-card {
    margin: 0 auto;
  }

  .process-title,
  .process-title-bold,
  .process-title-light {
    font-size: 48px;
    line-height: 52px;
  }

  .process-subtitle {
    font-size: 18px;
  }
}

@media (max-width: 575.98px) {
  .process-title,
  .process-title-bold,
  .process-title-light {
    font-size: 36px;
    line-height: 40px;
  }

  .process-subtitle {
    font-size: 16px;
  }

  .process-card-title {
    font-size: 20px;
  }

  .process-card-description {
    font-size: 14px;
  }
}

/* OPPORTUNITIES SECTION */
.opportunities-section {
  background: #ffffff;
  padding: 100px 0;
}

.opportunities-header {
  padding-right: 40px;
}

.opportunities-title {
  margin-bottom: 20px;
  line-height: 1.2;
}

.opportunities-title-top {
  font-family: 'PP Neue Montreal', 'Neue Montreal', sans-serif;
  font-weight: 300;
  font-size: 54px;
  line-height: 59px;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #000000;
  display: block;
}

.opportunities-title-bottom {
  font-family: 'PP Neue Montreal', 'Neue Montreal', sans-serif;
  font-weight: 400;
  font-size: 54px;
  line-height: 59px;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #000000;
  display: block;
}

.opportunities-tagline {
  font-family: 'PP Neue Montreal', 'Neue Montreal', sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 28px;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #000000;
  margin-bottom: 15px;
}

.opportunities-line {
  width: 100px;
  height: 2px;
  background: #bd9a1d;
  margin-top: 10px;
}

.job-listings {
  padding-left: 20px;
}

.job-item {
  margin-bottom: 0;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.job-item:hover {
  background-color: #f9f9f9;
}

.job-content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 20px 0;
  gap: 20px;
}

.job-main {
  flex: 1;
}

.job-title {
  font-family: 'PP Neue Montreal', 'Neue Montreal', sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 20px;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #00000080;
  margin-bottom: 8px;
}

.job-details {
  font-family: 'PP Neue Montreal', 'Neue Montreal', sans-serif;
  font-weight: 500;
  font-size: 26.68px;
  line-height: 37.3px;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #000000;
  margin-bottom: 6px;
}

.job-location {
  font-family: 'PP Neue Montreal', 'Neue Montreal', sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 20px;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #00000080;
  margin-bottom: 0;
}

.job-meta {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 8px;
  flex-shrink: 0;
}

.job-date {
  font-family: 'PP Neue Montreal', 'Neue Montreal', sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 20px;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #00000080;
  white-space: nowrap;
}

.job-logo {
  width: 30px;
  height: 28px;
}

.job-divider {
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, #d0af32 25.48%, #b69315 100%);
  margin: 0;
}

.job-item:last-child .job-divider {
  margin-bottom: 20px;
}

.see-more {
  text-align: right;
  margin-top: 20px;
  padding-top: 10px;
}

.see-more-link {
  font-family: 'Manrope', sans-serif;
  font-weight: 500;
  font-size: 18px;
  color: #2d2d2d;
  text-decoration: none;
  transition: color 0.3s ease;
}

.see-more-link:hover {
  color: #d0af32;
}

/* Job Listings Footer */
.job-listings-footer {
  margin-top: 40px;
  padding-top: 20px;
}

.job-load-more-btn {
  background: linear-gradient(90deg, #d0af32 25.48%, #b69315 100%);
  color: #ffffff;
  border: none;
  border-radius: 0;
  padding: 12px 40px;
  font-family: 'Manrope', sans-serif;
  font-weight: 500;
  font-size: 16px;
  cursor: pointer;
  transition: opacity 0.3s ease;
}

.job-load-more-btn:hover {
  opacity: 0.9;
  color: #ffffff;
}

.job-count-text {
  font-family: 'Manrope', sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #9e9e9e;
  margin: 0;
  letter-spacing: 1px;
}

/* Mobile Responsive for Opportunities Section */
@media (max-width: 991.98px) {
  .opportunities-header {
    padding-right: 0;
    margin-bottom: 40px;
  }

  .job-listings {
    padding-left: 0;
  }

  .job-content {
    flex-direction: column;
    gap: 15px;
  }

  .job-meta {
    flex-direction: row;
    align-items: center;
    width: 100%;
    justify-content: space-between;
  }

  .opportunities-title-top {
    font-size: 36px;
  }

  .opportunities-title-bottom {
    font-size: 42px;
  }
}
.hgfdskewajs {
  margin: unset !important;
  width: 100% !important;
  max-width: 100% !important;
  padding: 0px 30px !important;
}

/* STRATEGIES SECTION */
.strategies-section {
  background-image: url('/images/7bg.png');
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  padding: 170px 0;
  min-height: 800px;
  position: relative;
  overflow: hidden;
  width: 100%;
}

.strategies-header {
  padding-left: 40px;
}

.strategies-title {
  font-family: 'Manrope', sans-serif;
  font-weight: 700;
  font-size: 64px;
  color: #ffffff;
  margin-bottom: 0;
  position: relative;
  display: inline-block;
}

.strategies-title-underline {
  position: relative;
  display: inline-block;
}

.strategies-title-underline::after {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #d0af32 25.48%, #b69315 100%);
}

.strategies-container {
  margin-top: 60px;
  position: relative;
}

.strategies-scroll-wrapper {
  overflow: hidden;
  position: relative;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.strategies-cards {
  display: flex;
  gap: 30px;
  padding: 20px 0;
  width: max-content;
  animation: scrollCards 30s linear infinite;
  will-change: transform;
}

@keyframes scrollCards {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-326px * 5 - 30px * 4));
  }
}

.strategies-cards:hover {
  animation-play-state: paused;
}

.strategies-container:hover .strategies-progress-bar {
  animation-play-state: paused;
}

.strategy-card {
  min-width: 326px;
  max-width: 326px;
  max-height: 332px;
  padding: 20px;
  border-radius: 0;
  position: relative;
  transition: all 0.3s ease;
  cursor: pointer;
  overflow: hidden;
}

.strategy-card-gold {
  /* background: linear-gradient(135deg, #D0AF32 0%, #B69315 100%); */
  /* background-image: repeating-linear-gradient(
    45deg,
    transparent,
    transparent 10px,
    rgba(0, 0, 0, 0.05) 10px,
    rgba(0, 0, 0, 0.05) 20px
  ); */
  border: 2px solid #d0af32;
}

.strategy-card-dark {
  /* background: #1a1a1a; */
  border: 2px solid #d0af32;
}

.strategy-card:hover {
  color: #000000 !important;
  transform: translateY(-10px);
  box-shadow: 0 10px 30px rgba(208, 175, 50, 0.3);
}

.strategy-card-gold:hover {
  background-image: url('/images/cardhover.png');
  background-size: cover;
  background-position: center;
  border: 2px solid #bd9a1d;
}

.strategy-card-dark:hover {
  background-image: url('/images/cardhover.png');
  background-size: cover;
  background-position: center;
  border-color: #bd9a1d;
}

.strategy-number {
  font-family: 'Manrope', sans-serif;
  font-weight: 700;
  font-size: 72px;
  margin-bottom: 0px;
  line-height: 1;
}

.strategy-card-gold .strategy-number {
  color: #d0af32;
}

.strategy-card-dark .strategy-number {
  color: #d0af32;
}

.strategy-card-title {
  font-family: 'Manrope', sans-serif;
  font-weight: 700;
  font-size: 28px;
  margin-bottom: 10px;
  line-height: 1.3;
}

.strategy-card-gold .strategy-card-title {
  color: #d0af32;
}

.strategy-card-dark .strategy-card-title {
  color: #d0af32;
}

.strategy-card-description {
  font-family: 'Manrope', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.6;
  color: #ffffff;
  margin-bottom: 0;
}

/* Hover styles - all text turns black */
.strategy-card:hover .strategy-number {
  color: #000000 !important;
}

.strategy-card:hover .strategy-card-title {
  color: #000000 !important;
}

.strategy-card:hover .strategy-card-description {
  color: #000000 !important;
}

.strategies-progress {
  width: 100%;
  height: 4px;
  background: rgba(255, 255, 255, 0.1);
  margin-top: 30px;
  position: relative;
  overflow: hidden;
  border-radius: 2px;
}

.strategies-progress-bar {
  height: 100%;
  background: linear-gradient(90deg, #d0af32 25.48%, #b69315 100%);
  width: 0%;
  animation: progressAnimation 30s linear infinite;
  border-radius: 2px;
}

@keyframes progressAnimation {
  0% {
    width: 0%;
  }
  50% {
    width: 100%;
  }
  100% {
    width: 0%;
  }
}

/* Mobile Responsive for Strategies Section */
@media (max-width: 991.98px) {
  .strategies-container {
    margin-top: 30px !important;
  }
  .strategies-section {
    min-height: 600px;
    padding: 100px 0;
    background-size: cover;
    overflow-x: hidden;
  }

  .strategies-header {
    margin-bottom: 0px !important;
    padding-left: 0;
  }

  .strategies-section .hgfdskewajs {
    padding-left: 15px !important;
    padding-right: 15px !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .strategies-scroll-wrapper {
    margin-left: -15px;
    margin-right: -15px;
    width: calc(100% + 30px);
  }

  .strategies-title {
    font-size: 42px;
  }

  .strategy-card {
    min-width: 280px;
    max-width: 280px;
    max-height: 280px;
  }

  .strategy-number {
    font-size: 56px;
  }

  .strategy-card-title {
    font-size: 24px;
  }

  .strategy-card-description {
    font-size: 14px;
  }
  .hgfdskewajs {
    padding: 0px 15px !important;
  }

  .strategies-scroll-wrapper {
    margin-left: -15px;
    margin-right: -15px;
    width: calc(100% + 30px);
  }
}

/* IMPACT SECTION (8th Section) */
.impact-section {
  background-image: none;
  padding: 120px 0;
  min-height: 800px;
  position: relative;
  overflow: hidden;
  margin-top: 120px;
}

/* Video Background Styles - Full Width */
.impact-video-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  pointer-events: none;
}

/* Video Overlay for Text Readability */
.impact-video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
  pointer-events: none;
}

.impact-content {
  position: relative;
  z-index: 2;
}

.impact-title-wrapper {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.impact-title-main {
  font-family: 'Neue Montreal', sans-serif;
  font-weight: 500;
  font-size: 64px;
  line-height: 79px;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #ffffff;
  margin: 0;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.impact-title-highlight {
  font-family: 'Neue Montreal', sans-serif;
  font-weight: 700;
  font-size: 80px;
  line-height: 1.2;
  color: #ffffff;
  margin: 0;
  display: inline-block;
  padding: 10px 20px;
  background: linear-gradient(90deg, #d0af32 25.48%, #b69315 100%);
  transform: skewX(-10deg);
  width: fit-content;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.impact-title-highlight span {
  display: inline-block;
  transform: skewX(10deg);
}

.impact-subtitle {
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 22px;
  line-height: 28px;
  letter-spacing: 0%;
  color: #ffffff;
  margin: 0;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}

.impact-description {
  font-family: 'Manrope', sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.6;
  color: #ffffff;
  margin: 0;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}

.impact-statistics {
  margin-top: 40px;
}

.impact-statistics-title {
  font-family: 'Manrope', sans-serif;
  font-weight: 600;
  font-size: 28px;
  line-height: 38px;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #ffffff;
  margin: 0;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}

.impact-stat-item {
  text-align: left;
}

.impact-stat-number {
  font-family: 'Manrope', sans-serif;
  font-weight: 600;
  font-size: 56px;
  line-height: 1.2;
  color: #ffffff;
  margin-bottom: 8px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.impact-stat-label {
  font-family: 'Manrope', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #ffffff;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}

.impact-balloon-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  min-height: 600px;
}

.impact-balloon-img {
  max-width: 100%;
  height: auto;
  object-fit: contain;
  position: relative;
  z-index: 2;
}

/* Mobile Responsive for Impact Section */
@media (max-width: 991.98px) {
  .impact-section {
    padding: 80px 0;
    min-height: auto;
  }

  .impact-title-main {
    font-size: 48px;
    line-height: 59px;
  }

  .impact-title-highlight {
    font-size: 60px;
    padding: 8px 16px;
  }

  .impact-subtitle {
    font-size: 20px;
    line-height: 25px;
  }

  .impact-description {
    font-size: 16px;
  }

  .impact-statistics-title {
    font-size: 24px;
  }

  .impact-stat-number {
    font-size: 42px;
  }

  .impact-stat-label {
    font-size: 14px;
  }

  .impact-balloon-wrapper {
    min-height: 400px;
    margin-top: 40px;
  }
  .impact-section {
    background-size: cover;
  }
}

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

  .impact-title-main {
    font-size: 36px;
    line-height: 44px;
  }

  .impact-title-highlight {
    font-size: 48px;
    padding: 6px 12px;
  }

  .impact-subtitle {
    font-size: 18px;
    line-height: 23px;
  }

  .impact-description {
    font-size: 14px;
  }

  .impact-statistics-title {
    font-size: 20px;
  }

  .impact-stat-number {
    font-size: 36px;
  }

  .impact-stat-label {
    font-size: 13px;
  }

  .impact-balloon-wrapper {
    min-height: 300px;
  }
}

/* TESTIMONIAL SECTION (9th Section) */
.testimonial-section {
  padding: 100px 0;
  background-color: #ffffff;
}

.testimonial-header {
  text-align: left;
}

.testimonial-title {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-bottom: 20px;
}

.testimonial-title-light {
  font-family: 'Neue Montreal', sans-serif;
  font-weight: 300;
  font-size: 54px;
  line-height: 59px;
  color: #000000;
}

.testimonial-title-bold {
  font-family: 'Neue Montreal', sans-serif;
  font-weight: 400;
  font-size: 54px;
  line-height: 59px;
  color: #000000;
}

.testimonial-subtitle {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #000000;
  margin-bottom: 15px;
}

.testimonial-underline {
  width: 100px;
  height: 2px;
  background: linear-gradient(90deg, #d0af32 25.48%, #b69315 100%);
  margin-top: 10px;
}

.testimonial-content-wrapper {
  margin-top: 60px;
}

.testimonial-profiles {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.profile-images {
  display: flex;
  gap: 15px;
  align-items: center;
  justify-content: center;
}

.profile-image-wrapper {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
  transition: opacity 0.3s ease;
  cursor: pointer;
}

.profile-image-wrapper:not(.active) {
  opacity: 0.4;
}

.profile-image-wrapper.active {
  opacity: 1;
}

.profile-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.profile-info {
  text-align: center;
}

.profile-name {
  font-family: 'Neue Montreal', sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.2;
  color: #000000;
  margin-bottom: 5px;
}

.profile-role {
  font-family: 'Manrope', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #000000;
}

.testimonial-quote-wrapper {
  position: relative;
  padding: 60px 40px;
  min-height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.quote-bg {
  position: absolute;
  width: 153px;
  height: 149px;
  z-index: 0;
  pointer-events: none;
  opacity: 0.8;
}

.quote-bg-top {
  top: -20px;
  left: -20px;
}

.quote-bg-bottom {
  top: 20px;
  right: 20px;
  transform: rotate(0deg);
}

.testimonial-quote-content {
  position: relative;
  z-index: 1;
}

.testimonial-quote-text {
  font-family: 'Neue Montreal', sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 38px;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #000000;
  margin-bottom: 25px;
  position: relative;
  z-index: 2;
}

.testimonial-rating {
  display: flex;
  align-items: center;
  gap: 10px;
}

.rating-stars {
  display: flex;
  gap: 3px;
}

.rating-stars .star {
  color: #d0af32;
  font-size: 20px;
  line-height: 1;
}

.rating-number {
  font-family: 'Manrope', sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #000000;
}

.testimonial-arrow-btn {
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  transition: transform 0.3s ease, opacity 0.3s ease;
  display: inline-block;
}

.testimonial-arrow-btn:hover {
  transform: scale(1.1);
  opacity: 0.8;
}

.testimonial-arrow-btn:active {
  transform: scale(0.95);
}

.arrow-icon {
  width: 37px;
  height: 38px;
  display: block;
}

/* Mobile Responsive for Testimonial Section */
@media (max-width: 991.98px) {
  .testimonial-section {
    padding: 80px 0;
  }

  .testimonial-title-light,
  .testimonial-title-bold {
    font-size: 42px;
    line-height: 46px;
  }

  .testimonial-subtitle {
    font-size: 16px;
    line-height: 24px;
  }

  .testimonial-content-wrapper {
    margin-top: 40px;
  }

  .testimonial-quote-wrapper {
    padding: 40px 30px;
    min-height: 250px;
  }

  .testimonial-quote-text {
    font-size: 16px;
  }

  .profile-images {
    gap: 10px;
  }

  .profile-image-wrapper {
    width: 70px;
    height: 70px;
  }

  .testimonial-arrow-btn {
    margin-top: 30px;
  }
}

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

  .testimonial-title-light,
  .testimonial-title-bold {
    font-size: 32px;
    line-height: 36px;
  }

  .testimonial-subtitle {
    font-size: 14px;
    line-height: 20px;
  }

  .testimonial-content-wrapper {
    margin-top: 30px;
  }

  .testimonial-quote-wrapper {
    padding: 30px 20px;
    min-height: 200px;
  }

  .testimonial-quote-text {
    font-size: 14px;
  }

  .profile-images {
    gap: 8px;
  }

  .profile-image-wrapper {
    width: 60px;
    height: 60px;
  }

  .profile-name {
    font-size: 18px;
  }

  .profile-role {
    font-size: 14px;
  }

  .rating-stars .star {
    font-size: 16px;
  }

  .rating-number {
    font-size: 14px;
  }

  .quote-bg {
    width: 100px;
    height: 100px;
  }
}

/* CONTACT SECTION (10th Section) */
.contact-section {
  background-image: url('/images/10thbg.png');
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  padding: 200px 0;
  position: relative;
  overflow: hidden;
}

.xyzzzzzcontact-section {
  background-image: url('/images/chbg.png');
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  padding: 240px 0 240px 0;
  position: relative;
  overflow: hidden;
}

/* .contact-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1;
} */

.contact-section .container {
  position: relative;
  z-index: 2;
}
.xyzzzzzcontact-section .container {
  position: relative;
  z-index: 2;
}
.contact-info {
  color: #ffffff;
}

.contact-title {
  font-family: 'Neue Montreal', sans-serif;
  font-weight: 700;
  font-size: 64px;
  line-height: 1.2;
  color: #ffffff;
  margin-bottom: 30px;
}

.contact-intro {
  font-family: 'Manrope', sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.6;
  color: #ffffff;
  margin-bottom: 40px;
}

.contact-info-heading {
  font-family: 'Manrope', sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 1.3;
  color: #ffffff;
  margin-bottom: 25px;
}

.contact-details {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.contact-detail-item {
  display: flex;
  align-items: center;
  gap: 15px;
  font-family: 'Manrope', sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.5;
  color: #ffffff;
}

.contact-icon {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
}

.contact-form-wrapper {
  max-width: 600px;
  margin-left: auto;
  background: #ffffff;
  background-image: url('/images/formbg.png');
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 0;
  padding: 40px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
  position: relative;
  z-index: 2;
}

/* Contact Us Page Specific Form Wrapper */
.contact-us-form-wrapper {
  background-image: url('/images/newww.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.contact-form .form-label {
  font-family: 'Manrope', sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  color: #000000;
  margin-bottom: 8px;
}

.contact-form .form-label .required {
  color: #d0af32;
  margin-left: 3px;
}

.contact-form .form-control,
.contact-form .form-select {
  font-family: 'Manrope', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #4e4e4e;
  border: 1px solid #e0e0e0;
  /* border-radius: 8px; */
  padding: 12px 16px;
  background-color: #ffffff;
  transition: border-color 0.3s ease;
}

.contact-form .form-control:focus,
.contact-form .form-select:focus {
  border-color: #d0af32;
  outline: none;
  box-shadow: 0 0 0 3px rgba(208, 175, 50, 0.1);
}

.contact-form .form-control::placeholder {
  color: #9e9e9e;
}

.phone-input-wrapper {
  display: flex;
  gap: 10px;
}

.country-select {
  width: 80px;
  flex-shrink: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L6 6L11 1' stroke='%234E4E4E' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  padding-right: 35px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.phone-input {
  flex: 1;
}

.contact-form textarea.form-control {
  resize: vertical;
  min-height: 120px;
}

.contact-submit-btn {
  font-family: 'Manrope', sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #ffffff;
  background: linear-gradient(90deg, #d0af32 25.48%, #b69315 100%);
  border: none;
  border-radius: 0;
  height: 50px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  cursor: pointer;
}

.contact-submit-btn:hover,
.contact-submit-btn:focus,
.contact-submit-btn:active {
  background: linear-gradient(90deg, #d0af32 25.48%, #b69315 100%);
  color: #ffffff;
  border: none;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(208, 175, 50, 0.3);
}

.contact-submit-btn:active {
  transform: translateY(0);
}
.lineeee-wrapper {
  margin-bottom: -80px;
  display: flex;
  justify-content: center;
}
.lineeee {
  width: 80%;
}
/* Mobile Responsive for Contact Section */
@media (max-width: 991.98px) {
  .contact-section {
    padding: 180px 0 270px 0;
  }
  .xyzzzzzcontact-section {
    padding: 180px 0 270px 0;
  }

  .contact-title {
    font-size: 48px;
  }

  .contact-intro {
    font-size: 16px;
  }

  .contact-info-heading {
    font-size: 20px;
  }

  .contact-detail-item {
    font-size: 16px;
  }

  .contact-form-wrapper {
    padding: 30px 25px;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
  }
  .lineeee-wrapper {
    display: none;
  }
}

@media (max-width: 575.98px) {
  .contact-section {
    padding: 170px 0 240px 0;
  }
  .xyzzzzzcontact-section {
    padding: 170px 0 240px 0;
  }
  .contact-title {
    font-size: 36px;
  }

  .contact-intro {
    font-size: 14px;
  }

  .contact-info-heading {
    font-size: 18px;
  }

  .contact-detail-item {
    font-size: 14px;
  }

  .contact-form-wrapper {
    padding: 25px 20px;
    margin-left: auto;
    margin-right: auto;
  }

  .phone-input-wrapper {
    flex-direction: column;
  }

  .country-select {
    width: 100%;
  }

  .contact-submit-btn {
    width: 100%;
  }
}

/* FAQ SECTION (11th Section) */
.faq-section {
  padding: 100px 0;
  background-color: #ffffff;
}

.faq-header {
  margin-bottom: 60px;
}

.faq-title {
  font-family: 'Neue Montreal', sans-serif;
  font-weight: 700;
  font-size: 54px;
  line-height: 1.2;
  color: #000000;
  margin-bottom: 20px;
}

.faq-subtitle {
  font-family: 'Manrope', sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.6;
  color: #4e4e4e;
  max-width: 700px;
  margin: 0 auto;
}

.faq-container {
  max-width: 900px;
  margin: 0 auto;
}

.faq-item {
  border-bottom: 1px solid #e0e0e0;
  transition: all 0.3s ease;
}

.faq-question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 25px 0;
  cursor: pointer;
  gap: 15px;
  transition: all 0.3s ease;
}

.faq-question:hover {
  opacity: 0.8;
}

.faq-number {
  font-family: 'Neue Montreal', sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.2;
  color: #000000;
  flex-shrink: 0;
  min-width: 30px;
}

.faq-question-text {
  font-family: 'Bricolage Grotesque', sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.3;
  color: #000000;
  flex: 1;
  text-align: left;
}

.faq-toggle {
  width: 32px;
  height: 32px;
  border: none;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  flex-shrink: 0;
  transition: all 0.3s ease;
  position: relative;
  background: #4e4e4e;
  color: #ffffff;
}

.faq-item.active .faq-toggle {
  background: #d0af32;
  color: #000000;
}

.faq-icon-minus,
.faq-icon-plus {
  font-family: 'Arial', sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1;
  position: absolute;
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.faq-icon-minus {
  opacity: 0;
  transform: rotate(0deg);
}

.faq-icon-plus {
  opacity: 1;
  transform: rotate(0deg);
}

.faq-item.active .faq-icon-minus {
  opacity: 1;
  transform: rotate(0deg);
}

.faq-item.active .faq-icon-plus {
  opacity: 0;
  transform: rotate(90deg);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, padding 0.3s ease;
  padding: 0 0 0 45px;
}

.faq-item.active .faq-answer {
  max-height: 500px;
  padding: 0 0 25px 45px;
}

.faq-answer p {
  font-family: 'Manrope', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.6;
  color: #4e4e4e;
  margin: 0;
}

/* Mobile Responsive for FAQ Section */
@media (max-width: 991.98px) {
  .faq-section {
    padding: 80px 0;
  }

  .faq-title {
    font-size: 42px;
  }

  .faq-subtitle {
    font-size: 16px;
  }

  .faq-question {
    padding: 20px 0;
  }

  .faq-number,
  .faq-question-text {
    font-size: 18px;
  }

  .faq-answer {
    padding-left: 38px;
  }

  .faq-item.active .faq-answer {
    padding-left: 38px;
  }
}

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

  .faq-title {
    font-size: 32px;
  }

  .faq-subtitle {
    font-size: 14px;
  }

  .faq-question {
    padding: 15px 0;
    gap: 10px;
  }

  .faq-number {
    min-width: 25px;
    font-size: 16px;
  }

  .faq-question-text {
    font-size: 16px;
  }

  .faq-toggle {
    width: 28px;
    height: 28px;
  }

  .faq-icon-minus,
  .faq-icon-plus {
    font-size: 18px;
  }

  .faq-answer {
    padding-left: 35px;
  }

  .faq-item.active .faq-answer {
    padding-left: 35px;
    padding-bottom: 20px;
  }

  .faq-answer p {
    font-size: 14px;
  }
}

/* FOOTER SECTION */
.footer-section {
  background-image: url('/images/footerbg.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 80px 0 30px;
  position: relative;
  color: #4e4e4e;
}

.footer-company {
  color: #4e4e4e;
}

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

.footer-logo-img {
  height: 50px;
  width: auto;
  object-fit: contain;
}

.footer-tagline {
  font-family: 'Manrope', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.6;
  color: #4e4e4e;
  margin: 0;
}

.footer-social {
  display: flex;
  gap: 12px;
}

.social-icon {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: transform 0.3s ease, opacity 0.3s ease;
  border-radius: 0;
}

.social-icon:hover {
  transform: translateY(-2px);
  opacity: 0.9;
}

.social-icon-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.footer-links {
  margin-bottom: 30px;
}

.footer-heading {
  font-family: 'Neue Montreal', sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.3;
  color: #000000;
  margin-bottom: 20px;
}

.footer-link-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-link-list li {
  margin-bottom: 12px;
}

.footer-link-list a {
  font-family: 'Manrope', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #4e4e4e;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-link-list a:hover {
  color: #d0af32;
}

.footer-contact {
  margin-bottom: 30px;
}

.contact-details-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.contact-detail-item-footer {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.contact-icon-footer {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  object-fit: contain;
  display: block;
}

.contact-text {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.contact-label {
  font-family: 'Manrope', sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.4;
  color: #4e4e4e;
}

.contact-value {
  font-family: 'Manrope', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #4e4e4e;
}

.footer-bottom {
  margin-top: 60px;
}

.footer-divider {
  height: 1px;
  background-color: #e0e0e0;
  margin-bottom: 30px;
}

.footer-bottom-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}

.footer-copyright p {
  font-family: 'Manrope', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  color: #4e4e4e;
  margin: 0;
}

.footer-policies {
  display: flex;
  align-items: center;
  gap: 8px;
}

.footer-policies a {
  font-family: 'Manrope', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  color: #4e4e4e;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-policies a:hover {
  color: #d0af32;
}

.policy-separator {
  color: #4e4e4e;
  font-size: 14px;
}

/* Mobile Responsive for Footer Section */
@media (max-width: 991.98px) {
  .footer-section {
    padding: 60px 0 25px;
  }

  .footer-logo {
    margin-bottom: 20px;
  }

  .footer-heading {
    font-size: 18px;
    margin-bottom: 15px;
  }

  .footer-link-list a {
    font-size: 14px;
  }

  .contact-value {
    font-size: 14px;
  }

  .footer-bottom-content {
    flex-direction: column;
    text-align: center;
    gap: 15px;
  }
}

@media (max-width: 575.98px) {
  .footer-section {
    padding: 50px 0 20px;
  }

  .logo-main {
    font-size: 20px;
  }

  .logo-sub {
    font-size: 12px;
  }

  .footer-tagline {
    font-size: 14px;
  }

  .social-icon {
    width: 40px;
    height: 40px;
  }

  .footer-heading {
    font-size: 16px;
  }

  .footer-link-list a {
    font-size: 13px;
  }

  .contact-label {
    font-size: 12px;
  }

  .contact-value {
    font-size: 13px;
  }

  .footer-copyright p,
  .footer-policies a {
    font-size: 12px;
  }

  .footer-policies {
    flex-direction: column;
    gap: 5px;
  }

  .policy-separator {
    display: none;
  }
}

/* ABOUT-US HERO SECTION */
.about-hero-section {
  background-image: url('/images/aboutherobg.png');
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 700px;
  padding: 230px 0 230px;
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.about-hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1;
}

.about-hero-content {
  position: relative;
  z-index: 2;
  color: #ffffff;
}

.about-hero-title {
  font-family: 'Neue Montreal', sans-serif;
  font-weight: 500;
  font-size: 80px;
  line-height: 1.2;
  color: #ffffff;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.about-hero-title-line1 {
  display: block;
}

.about-hero-title-line2 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
}

.about-hero-solutions {
  background: #d0af32;
  color: #ffffff;
  padding: 8px 20px;
  display: inline-block;
  transform: skewX(-5deg);
}

.about-hero-text {
  max-width: 830px;
  margin: 0 auto;
}

.about-hero-paragraph {
  font-family: 'Manrope', sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.8;
  color: #ffffff;
  margin: 0;
}

.about-hero-triangle {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 300px;
  height: 200px;
  background: #d0af32;
  clip-path: polygon(100% 0%, 0% 100%, 100% 100%);
  z-index: 2;
}

/* Mobile Responsive for About-Us Hero Section */
@media (max-width: 991.98px) {
  .about-hero-section {
    min-height: 600px;
    padding: 140px 0 140px;
  }

  .about-hero-title {
    font-size: 48px;
  }

  .about-hero-paragraph {
    font-size: 16px;
    line-height: 1.7;
  }

  .about-hero-triangle {
    width: 200px;
    height: 150px;
  }
}

@media (max-width: 575.98px) {
  .about-hero-section {
    min-height: 500px;
    padding: 150px 0 150px;
  }

  .about-hero-title {
    font-size: 36px;
  }

  .about-hero-title-line2 {
    flex-direction: column;
    align-items: center;
    gap: 5px;
  }

  .about-hero-solutions {
    padding: 6px 15px;
    transform: skewX(-3deg);
  }

  .about-hero-paragraph {
    font-size: 14px;
    line-height: 1.6;
  }

  .about-hero-triangle {
    width: 150px;
    height: 100px;
  }
}

/* WHO WE ARE SECTION (About 3rd Section) */
.who-we-are-section {
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
  margin: 150px 0;
}

.who-we-are-content {
  /* background-color: #ffffff; */
  padding: 0px 80px;
  height: 100%;
  display: flex;
  /* align-items: center; */
  position: relative;
  z-index: 2;
}

.who-we-are-inner {
  max-width: 600px;
}

.who-we-are-title {
  font-family: 'Neue Montreal', sans-serif;
  font-weight: 400;
  font-size: 72px;
  line-height: 1.2;
  color: #000000;
  margin-bottom: 20px;
}

.who-we-are-subtitle {
  font-family: 'Neue Montreal', sans-serif;
  font-weight: 300;
  font-size: 64px;
  line-height: 1.3;
  color: #000000;
  margin-bottom: 20px;
}

.who-we-are-line {
  width: 200px;
  height: 2px;
  background: linear-gradient(90deg, #d0af32 25.48%, #b69315 100%);
  margin-bottom: 40px;
  position: relative;
}

.who-we-are-line::after {
  content: '';
  position: absolute;
  right: -80px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  width: 2px;
  height: 300px;
  background: linear-gradient(180deg, #d0af32 25.48%, #b69315 100%);
  z-index: 1;
}

.who-we-are-text {
  font-family: 'Manrope', sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.8;
  color: #000000;
  margin: 0;
}

.who-we-are-image-wrapper {
  width: 100%;
  height: 100%;
  min-height: 600px;
  position: relative;
  overflow: visible;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.who-we-are-image {
  width: 100%;
  max-width: 867px;
  height: 489px;
  margin-top: 115px;
  margin-left: -190px;
}
.dfhkwefjs {
  width: 130%;
}

.who-we-are-diagonal {
  position: absolute;
  top: 0;
  left: 50%;
  width: 2px;
  height: 120%;
  background: linear-gradient(
    180deg,
    transparent 0%,
    #d0af32 10%,
    #b69315 90%,
    transparent 100%
  );
  transform: translateX(-50%) translateY(-10%) rotate(-45deg);
  transform-origin: center;
  z-index: 3;
  pointer-events: none;
}

/* Mobile Responsive for Who We Are Section */
@media (max-width: 991.98px) {
  .who-we-are-content {
    padding: 60px 40px;
  }

  .who-we-are-title {
    font-size: 48px;
  }

  .who-we-are-subtitle {
    font-size: 24px;
  }

  .who-we-are-text {
    font-size: 16px;
  }

  .who-we-are-image-wrapper {
    min-height: 400px;
  }

  .who-we-are-image {
    width: 100%;
    max-width: 867px;
    height: auto;
    margin-top: 60px;
    margin-left: 0px;
  }

  .dfhkwefjs {
    width: 100% !important;
  }

  .who-we-are-line::after {
    display: none;
  }

  .who-we-are-diagonal {
    display: none;
  }
}

@media (max-width: 575.98px) {
  .who-we-are-content {
    padding: 50px 30px;
  }

  .who-we-are-title {
    font-size: 36px;
  }

  .who-we-are-subtitle {
    font-size: 20px;
  }

  .who-we-are-text {
    font-size: 14px;
    line-height: 1.6;
  }

  .who-we-are-image-wrapper {
    min-height: 300px;
  }

  .who-we-are-image {
    width: 100%;
    max-width: 867px;
    height: auto;
    margin-top: 40px;
  }

  .dfhkwefjs {
    width: 100% !important;
  }

  .who-we-are-line {
    width: 150px;
  }
}

/* MISSION & VISION SECTION (About 4th Section) */
.mission-vision-section {
  background-image: url('/images/a4bg.png');
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  padding: 200px 0 160px 0;
  min-height: 800px;
  position: relative;
  overflow: hidden;
}

.mission-vision-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1;
}

.mission-vision-triangle-top {
  position: absolute;
  top: 0;
  left: 0;
  width: 300px;
  height: 300px;
  background: #d0af32;
  clip-path: polygon(0 0, 100% 0, 0 100%);
  z-index: 2;
  border-right: 2px solid #ffffff;
}

.mission-vision-triangle-bottom {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 250px;
  height: 250px;
  background: #d0af32;
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
  z-index: 2;
  border-left: 2px solid #ffffff;
}

.mission-vision-content {
  position: relative;
  z-index: 3;
  color: #ffffff;
  padding: 40px 0;
}

.mission-vision-title {
  font-family: 'Manrope', sans-serif;
  font-weight: 600;
  font-size: 40px;
  line-height: 1.2;
  color: #d0af32;
  margin-bottom: 20px;
}

.mission-vision-subtitle {
  font-family: 'Manrope', sans-serif;
  font-weight: 600;
  font-size: 28px;
  line-height: 1.3;
  color: #ffffff;
  margin-bottom: 30px;
}

.mission-vision-text-wrapper {
  display: flex;
  gap: 20px;
  align-items: flex-start;
}

.mission-vision-line {
  width: 2px;
  height: 100%;
  background-color: #ffffff;
  flex-shrink: 0;
  min-height: 120px;
}

.mission-vision-text {
  font-family: 'Manrope', sans-serif;
  font-weight: 500;
  font-size: 22px;
  line-height: 1.8;
  color: #ffffff;
  margin: 0;
  flex: 1;
}

/* Mobile Responsive for Mission & Vision Section */
@media (max-width: 991.98px) {
  .mission-vision-section {
    padding: 150px 0;
    min-height: 600px;
  }

  .mission-vision-title {
    font-size: 48px;
  }

  .mission-vision-subtitle {
    font-size: 24px;
  }

  .mission-vision-text {
    font-size: 16px;
  }

  .mission-vision-triangle-top {
    width: 200px;
    height: 200px;
  }

  .mission-vision-triangle-bottom {
    width: 150px;
    height: 150px;
  }
}

@media (max-width: 575.98px) {
  .mission-vision-section {
    padding: 150px 0;
    min-height: 500px;
  }

  .mission-vision-title {
    font-size: 36px;
  }

  .mission-vision-subtitle {
    font-size: 20px;
  }

  .mission-vision-text {
    font-size: 14px;
    line-height: 1.6;
  }

  .mission-vision-triangle-top {
    width: 150px;
    height: 150px;
  }

  .mission-vision-triangle-bottom {
    width: 120px;
    height: 120px;
  }

  .mission-vision-line {
    min-height: 100px;
  }
}

/* OUR APPROACH SECTION (About 5th Section) */
.approach-section {
  background-color: #ffffff;
  padding: 100px 0;
}

.approach-header {
  margin-bottom: 150px !important;
}

.approach-title {
  font-family: 'Neue Montreal', sans-serif;
  font-weight: 700;
  font-size: 64px;
  line-height: 1.2;
  color: #000000;
  margin-bottom: 20px;
}

.approach-slogan {
  font-family: 'Neue Montreal', sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 1.3;
  color: #000000;
  margin-bottom: 15px;
}

.approach-subtitle {
  font-family: 'Manrope', sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.6;
  color: #000000;
  margin: 0;
}

.approach-steps {
  position: relative;
}

.approach-step {
  text-align: center;
  position: relative;
  padding-bottom: 30px;
}

.approach-step-icon-wrapper {
  width: 129px;
  height: 114px;
  margin: 0 auto 30px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

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

.approach-step-connector {
  position: absolute;
  top: 57px;
  left: calc(50% + 64.5px);
  right: calc(-50% + 64.5px);
  height: 2px;
  background: linear-gradient(90deg, #d0af32 25.48%, #b69315 100%);
  z-index: 1;
}

.approach-step:last-child .approach-step-connector {
  display: none;
}

.approach-step-title {
  font-family: 'Neue Montreal', sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.3;
  color: #000000;
  margin-bottom: 10px;
}

.approach-step-description {
  font-family: 'Manrope', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #000000;
  margin: 0;
}

/* Mobile Responsive for Approach Section */
@media (max-width: 991.98px) {
  .approach-section {
    padding: 80px 0;
  }

  .approach-title {
    font-size: 48px;
  }

  .approach-slogan {
    font-size: 24px;
  }

  .approach-subtitle {
    font-size: 16px;
  }

  .approach-header {
    margin-bottom: 60px;
  }

  .approach-step-icon-wrapper {
    width: 110px;
    height: 97px;
    margin-bottom: 25px;
  }

  .approach-step-connector {
    display: none;
  }

  .approach-step-title {
    font-size: 18px;
  }

  .approach-step-description {
    font-size: 14px;
  }
}

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

  .approach-title {
    font-size: 36px;
  }

  .approach-slogan {
    font-size: 20px;
  }

  .approach-subtitle {
    font-size: 14px;
  }

  .approach-header {
    margin-bottom: 40px;
  }

  .approach-step-icon-wrapper {
    width: 100px;
    height: 88px;
    margin-bottom: 20px;
  }

  .approach-step-title {
    font-size: 16px;
  }

  .approach-step-description {
    font-size: 13px;
  }
}

/* FAQ CARDS SECTION (FAQ 2nd Section) */
.faq-cards-section {
  background-color: #ffffff;
  padding: 100px 0;
}

.faq-card {
  background-color: #000000;
  border: 2px solid;
  border-image-source: linear-gradient(90deg, #d0af32 25.48%, #b69315 100%);
  border-image-slice: 1;
  padding: 40px 30px;
  max-width: 310.8321838378906px;
  max-height: 222.6466522216797px;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  text-align: center;
  position: relative;
  clip-path: polygon(
    0% 0%,

    /* top-left (square) */ 87% 0%,
    /* top-right inner horizontal cut */ 100% 18%,

    /* top-right inner vertical cut */ 100% 100%,

    /* bottom-right (square) */ 18% 100%,
    /* bottom-left inner horizontal cut */ 0% 87%
      /* bottom-left inner vertical cut */
  );
}

.faq-card-icon {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.faq-card-icon img {
  width: 45px;
  height: 45px;
  object-fit: contain;
}

.faq-card-title {
  font-family: 'Manrope', sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.3;
  color: #ffffff;
  margin-bottom: 12px;
}

.faq-card-description {
  font-family: 'Manrope', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #ffffff;
  margin: 0;
  text-align: left;
}

/* Mobile Responsive for FAQ Cards Section */
@media (max-width: 991.98px) {
  .faq-cards-section {
    padding: 80px 0;
  }

  .faq-cards-section .row {
    justify-content: center;
  }

  .faq-card {
    min-height: 250px;
    padding: 35px 25px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }

  .faq-card-title {
    font-size: 22px;
  }

  .faq-card-description {
    font-size: 15px;
  }
}

@media (max-width: 575.98px) {
  .faq-cards-section {
    padding: 60px 0;
  }

  .faq-cards-section .row {
    justify-content: center;
  }

  .faq-card {
    min-height: 220px;
    padding: 30px 20px;
    margin-left: auto;
    margin-right: auto;
  }

  .faq-card-icon img {
    width: 40px;
    height: 40px;
  }

  .faq-card-title {
    font-size: 20px;
  }

  .faq-card-description {
    font-size: 14px;
  }
}

/* FAQS CATEGORIES SECTION */
.faqs-categories-section {
  background-color: #ffffff;
  padding: 100px 0;
  max-width: 743px;
  margin-left: auto;
  margin-right: auto;
}

.faqs-categories-section .col-12 {
  margin-bottom: 80px;
}

.faqs-categories-section .col-12:last-child {
  margin-bottom: 0;
}

.faqs-category-wrapper {
  border: 1px solid #d0af32;
  padding: 40px 30px;
  background-color: #ffffff;
}

.faqs-category-title {
  font-family: 'Manrope', sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 1.3;
  color: #171717;
  margin-bottom: 20px;
}

.faqs-category-content {
  display: flex;
  flex-direction: column;
}

.faqs-category-item {
  position: relative;
}

.faqs-category-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
  cursor: pointer;
  user-select: none;
}

.faqs-question-text {
  font-family: 'Manrope', sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.5;
  color: #171717;
  flex: 1;
}

.faqs-chevron {
  width: 20px;
  height: 20px;
  transition: transform 0.3s ease;
  margin-left: 15px;
  flex-shrink: 0;
  display: block;
}

.faqs-category-item.active .faqs-chevron {
  transform: rotate(180deg);
}

.faqs-category-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, padding 0.3s ease;
  padding: 0 0;
}

.faqs-category-item.active .faqs-category-answer {
  max-height: 500px;
  padding: 0 0 20px 0;
}

.faqs-category-answer p {
  font-family: 'Manrope', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.6;
  color: #171717;
  margin: 0;
}

.faqs-category-divider {
  height: 1px;
  background: linear-gradient(90deg, #d0af32 25.48%, #b69315 100%);
  margin: 0;
}

.faqs-category-item:last-child .faqs-category-divider {
  display: none;
}

/* Mobile Responsive for FAQ Categories Section */
@media (max-width: 991.98px) {
  .faqs-categories-section {
    padding: 80px 0;
  }

  .faqs-categories-section .col-12 {
    margin-bottom: 60px;
  }

  .faqs-category-wrapper {
    padding: 35px 25px;
  }

  .faqs-category-title {
    font-size: 28px;
  }

  .faqs-question-text {
    font-size: 17px;
  }

  .faqs-category-answer p {
    font-size: 15px;
  }
}

@media (max-width: 575.98px) {
  .faqs-categories-section {
    padding: 60px 0;
  }

  .faqs-categories-section .col-12 {
    margin-bottom: 50px;
  }

  .faqs-category-wrapper {
    padding: 30px 20px;
  }

  .faqs-category-title {
    font-size: 24px;
    margin-bottom: 25px;
  }

  .faqs-category-question {
    padding: 15px 0;
  }

  .faqs-question-text {
    font-size: 16px;
  }

  .faqs-chevron {
    font-size: 12px;
  }

  .faqs-category-answer p {
    font-size: 14px;
  }
}

/* JOB SEARCH INTERFACE (Job List Hero Section) */
.job-search-container {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.job-search-form {
  display: flex;
  align-items: center;
  gap: 15px;
  background-color: #ffffff;
  border-radius: 0;
  padding: 15px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  max-width: 900px;
  width: 100%;
  flex-wrap: wrap;
}

.job-search-field {
  position: relative;
  flex: 1;
  min-width: 180px;
}

.job-search-icon {
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  opacity: 0.5;
  pointer-events: none;
}

.job-search-input {
  width: 100%;
  padding: 12px 15px 12px 45px;
  border: 1px solid #e0e0e0;
  border-radius: 0;
  font-family: 'Manrope', sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #171717;
  background-color: #ffffff;
  transition: border-color 0.3s ease;
}
.dhbciewjnaowa {
  max-width: unset !important;
  width: 100% !important;
  margin: unset !important;
}

.job-search-input::placeholder {
  color: #9e9e9e;
}

.job-search-input:focus {
  outline: none;
  border-color: #d0af32;
}

.job-search-select {
  width: 100%;
  padding: 12px 40px 12px 15px;
  border: 1px solid #e0e0e0;
  border-radius: 0;
  font-family: 'Manrope', sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #9e9e9e;
  background-color: #ffffff;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L6 6L11 1' stroke='%239E9E9E' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 15px center;
  cursor: pointer;
  transition: border-color 0.3s ease;
}

.job-search-select:focus {
  outline: none;
  border-color: #d0af32;
  color: #171717;
}

.job-search-select option {
  color: #171717;
}

.job-search-btn {
  padding: 12px 40px;
  border: none;
  border-radius: 0;
  background: linear-gradient(0deg, #dec17d, #dec17d),
    linear-gradient(90deg, #d0af32 25.48%, #b69315 100%);
  background: linear-gradient(90deg, #d0af32 25.48%, #b69315 100%);
  color: #ffffff;
  font-family: 'Manrope', sans-serif;
  font-weight: 500;
  font-size: 16px;
  cursor: pointer;
  transition: opacity 0.3s ease;
  white-space: nowrap;
  flex-shrink: 0;
}

.job-search-btn:hover {
  opacity: 0.9;
}

/* Mobile Responsive for Job Search Form */
@media (max-width: 991.98px) {
  .job-search-form {
    flex-direction: column;
    gap: 12px;
  }

  .job-search-field {
    width: 100%;
    min-width: 100%;
  }

  .job-search-btn {
    width: 100%;
  }
}

@media (max-width: 575.98px) {
  .job-search-container {
    margin-top: 30px;
  }

  .job-search-form {
    padding: 12px;
    gap: 10px;
  }

  .job-search-input,
  .job-search-select {
    padding: 10px 12px 10px 40px;
    font-size: 14px;
  }

  .job-search-icon {
    width: 18px;
    height: 18px;
    left: 12px;
  }

  .job-search-select {
    background-position: right 12px center;
  }

  .job-search-btn {
    padding: 10px 30px;
    font-size: 14px;
  }
}

/* JOB SEARCH FILTER SECTION (Job List Section Second) */
.job-search-section {
  background-color: #ffffff;
  padding: 100px 0;
}

.job-search-header {
  margin-bottom: 30px;
}

.job-search-title {
  font-family: 'Neue Montreal', sans-serif;
  font-weight: 700;
  font-size: 48px;
  line-height: 1.2;
  color: #000000;
  margin: 0;
}

.job-search-line {
  width: 100px;
  height: 2px;
  background: linear-gradient(90deg, #d0af32 25.48%, #b69315 100%);
  margin: 0;
}

.job-search-description {
  max-width: 800px;
  margin: 0;
}

.job-search-description p {
  font-family: 'Manrope', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.6;
  color: #4e4e4e;
  margin: 0;
  text-align: left;
}

.job-search-filter-container {
  margin-top: 40px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}

.job-search-filter-form {
  display: flex;
  align-items: center;
  width: 100%;
  flex-wrap: wrap;
}

.job-search-filter-field {
  position: relative;
  flex: 1;
  min-width: 150px;
  max-width: 250px;
}

.job-search-filter-icon {
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  opacity: 0.5;
  pointer-events: none;
}

.job-search-filter-input {
  width: 100%;
  padding: 12px 15px 12px 45px;
  border: 1px solid #e0e0e0;
  border-radius: 0;
  font-family: 'Manrope', sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #171717;
  background-color: #ffffff;
  transition: border-color 0.3s ease;
}

.job-search-filter-input::placeholder {
  color: #9e9e9e;
}

.job-search-filter-input:focus {
  outline: none;
  border-color: #d0af32;
}

.job-search-filter-select {
  width: 100%;
  padding: 12px 40px 12px 15px;
  border: 1px solid #e0e0e0;
  border-radius: 0;
  font-family: 'Manrope', sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #9e9e9e;
  background-color: #ffffff;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L6 6L11 1' stroke='%239E9E9E' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 15px center;
  cursor: pointer;
  transition: border-color 0.3s ease;
}

.job-search-filter-select:focus {
  outline: none;
  border-color: #d0af32;
  color: #171717;
}

.job-search-filter-select option {
  color: #171717;
}

.job-search-filter-btn {
  padding: 12px 30px;
  border: none;
  border-radius: 0;
  font-family: 'Manrope', sans-serif;
  font-weight: 500;
  font-size: 16px;
  cursor: pointer;
  transition: opacity 0.3s ease;
  white-space: nowrap;
  flex-shrink: 0;
}

.job-search-filter-btn-primary {
  background: linear-gradient(90deg, #d0af32 25.48%, #b69315 100%);
  color: #ffffff;
}

.job-search-filter-btn-primary:hover {
  opacity: 0.9;
}

.job-search-filter-btn-secondary {
  background-color: #171717;
  color: #ffffff;
}

.job-search-filter-btn-secondary:hover {
  opacity: 0.9;
}

/* 1440px Breakpoint - Keep all elements on same line */
@media (min-width: 1440px) {
  .job-search-filter-form {
    flex-wrap: nowrap;
    /* gap: 8px; */
  }

  .job-search-filter-field {
    min-width: 130px;
    max-width: 250px;
    flex: 1 1 auto;
  }

  .job-search-filter-btn {
    flex-shrink: 0;
    padding: 12px 20px;
  }
}

/* Mobile Responsive for Job Search Filter Section */
@media (max-width: 991.98px) {
  .job-search-section {
    padding: 80px 0;
  }

  .job-search-title {
    font-size: 36px;
  }

  .job-search-filter-form {
    flex-direction: column;
    /* gap: 12px; */
  }

  .job-search-filter-field {
    width: 100%;
    min-width: 100%;
  }

  .job-search-filter-btn {
    width: 100%;
  }
}

@media (max-width: 575.98px) {
  .job-search-section {
    padding: 60px 0;
  }

  .job-search-title {
    font-size: 28px;
  }

  .job-search-description p {
    font-size: 14px;
  }

  .job-search-filter-container {
    margin-top: 30px;
  }

  .job-search-filter-form {
    padding: 15px;
    /* gap: 10px; */
  }

  .job-search-filter-input,
  .job-search-filter-select {
    padding: 10px 12px 10px 40px;
    font-size: 14px;
  }

  .job-search-filter-icon {
    width: 18px;
    height: 18px;
    left: 12px;
  }

  .job-search-filter-select {
    background-position: right 12px center;
  }

  .job-search-filter-btn {
    padding: 10px 25px;
    font-size: 14px;
  }
}

/* JOB DETAILS MODAL */
.job-details-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  overflow-y: auto;
}

.job-details-modal.active {
  display: flex;
  align-items: center;
  justify-content: center;
}

.job-details-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 1;
}

.job-details-modal-content {
  position: relative;
  background-color: #ffffff;
  background-image: url('/images/xlowopacitybg.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  max-width: 900px;
  width: 90%;
  max-height: 90vh;
  margin: 40px auto;
  padding: 60px 50px 50px;
  border-radius: 8px;
  box-shadow: 0 10px 50px rgba(0, 0, 0, 0.3);
  z-index: 2;
  overflow-y: auto;
}

.job-details-close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  background-color: #000000;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  transition: background-color 0.3s ease;
}

.job-details-close:hover {
  background-color: #333333;
}

.job-details-close svg path {
  stroke: #ffffff;
}

.job-details-header {
  margin-bottom: 40px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e0e0e0;
}

.job-details-header-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 15px;
}

.job-details-title {
  font-family: 'Manrope', sans-serif;
  font-weight: 500;
  font-size: 26px;
  line-height: 1.4;
  color: #000000;
  margin: 0;
  flex: 1;
  padding-right: 20px;
}

.job-details-header-meta {
  display: flex;
  align-items: center;
  gap: 15px;
  flex-shrink: 0;
}

.job-details-date {
  font-family: 'Manrope', sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #9e9e9e;
}

.job-details-logo {
  width: 24px;
  height: 24px;
}

.job-details-specs {
  font-family: 'Manrope', sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.5;
  color: #000000;
  margin: 0;
}

.job-details-body {
  margin-top: 30px;
}

.job-details-section {
  margin-bottom: 35px;
}

.job-details-section-title {
  font-family: 'Manrope', sans-serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.3;
  color: #000000;
  margin-bottom: 15px;
}

.job-details-text {
  font-family: 'Manrope', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.7;
  color: #000000;
  margin-bottom: 15px;
}

.job-details-text:last-child {
  margin-bottom: 0;
}

.job-details-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.job-details-list li {
  font-family: 'Manrope', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.7;
  color: #000000;
  margin-bottom: 12px;
  padding-left: 25px;
  position: relative;
}

.job-details-list li:before {
  content: '•';
  position: absolute;
  left: 0;
  color: #d0af32;
  font-weight: 700;
  font-size: 20px;
}

.job-details-list li:last-child {
  margin-bottom: 0;
}

.job-details-upload {
  margin: 40px 0;
}

.job-upload-area {
  position: relative;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  background-color: #f5f5f5;
  padding: 40px 20px;
  text-align: center;
  cursor: pointer;
  transition: border-color 0.3s ease, background-color 0.3s ease;
}

.job-upload-area:hover {
  border-color: #d0af32;
  background-color: #fafafa;
}

.job-upload-area.dragover {
  border-color: #d0af32;
  background-color: #fff9e6;
}

.job-upload-icon {
  margin-bottom: 15px;
  display: flex;
  justify-content: center;
}

.job-upload-text {
  font-family: 'Manrope', sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #9e9e9e;
  margin-bottom: 8px;
}

.job-upload-formats {
  font-family: 'Manrope', sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #9e9e9e;
  margin: 0;
}

.job-file-input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}

.job-details-apply {
  margin-top: 40px;
  text-align: center;
}

.job-apply-btn {
  background: linear-gradient(90deg, #d0af32 25.48%, #b69315 100%);
  color: #ffffff;
  border: none;
  border-radius: 8px;
  padding: 15px 60px;
  font-family: 'Manrope', sans-serif;
  font-weight: 500;
  font-size: 18px;
  cursor: pointer;
  transition: opacity 0.3s ease;
}

.job-apply-btn:hover {
  opacity: 0.9;
}

/* Mobile Responsive for Job Details Modal */
@media (max-width: 991.98px) {
  .job-details-modal-content {
    width: 95%;
    padding: 40px 30px;
    margin: 20px auto;
  }

  .job-details-title {
    font-size: 22px;
  }

  .job-details-header-top {
    flex-direction: column;
    gap: 15px;
  }

  .job-details-header-meta {
    align-self: flex-start;
  }

  .job-details-section-title {
    font-size: 20px;
  }

  .job-details-text,
  .job-details-list li {
    font-size: 15px;
  }
}

@media (max-width: 575.98px) {
  .job-details-modal-content {
    padding: 30px 20px;
    margin: 10px auto;
  }

  .job-details-close {
    top: 15px;
    right: 15px;
    width: 35px;
    height: 35px;
  }

  .job-details-title {
    font-size: 20px;
  }

  .job-details-specs {
    font-size: 16px;
  }

  .job-details-section {
    margin-bottom: 25px;
  }

  .job-details-section-title {
    font-size: 18px;
  }

  .job-details-text,
  .job-details-list li {
    font-size: 14px;
  }

  .job-upload-area {
    padding: 30px 15px;
  }

  .job-apply-btn {
    padding: 12px 40px;
    font-size: 16px;
    width: 100%;
  }
}

/* Choose Account Type Section */
.choose-account-section {
  padding: 100px 0;
  background-color: #ffffff;
}

.choose-account-title {
  font-family: 'Neue Montreal', sans-serif;
  font-weight: 500;
  font-size: 48px;
  line-height: 1.2;
  color: #000000;
  margin-bottom: 60px;
}

.account-type-card {
  position: relative;
  /* background-color: #000000; */
  background-image: url('/images/cardddbg.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 620px;
  height: 521px;
  max-width: 100%;
  padding: 60px 50px;
  clip-path: polygon(0 0, calc(100% - 40px) 0, 100% 40px, 100% 100%, 0 100%);
  overflow: hidden;
  margin: 0 auto;
}

.account-card-content {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.account-card-title {
  font-family: 'Neue Montreal', sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 1.2;
  color: #ffffff;
  margin-bottom: 24px;
}

.account-card-description {
  font-family: 'Manrope', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.6;
  color: #ffffff;
  margin-bottom: 32px;
}

.account-card-features {
  list-style: none;
  padding: 0;
  margin: 0 0 40px 0;
  flex-grow: 1;
}

.account-card-features li {
  font-family: 'Manrope', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.8;
  color: #ffffff;
  margin-bottom: 16px;
  padding-left: 24px;
  position: relative;
}

.account-card-features li::before {
  content: '•';
  position: absolute;
  left: 0;
  color: #d0af32;
  font-size: 20px;
  font-weight: bold;
}

.account-card-buttons {
  display: flex;
  gap: 15px;
  margin-top: auto;
  flex-wrap: wrap;
}

.account-card-button {
  font-family: 'Manrope', sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #ffffff;
  background: linear-gradient(0deg, #dec17d, #dec17d),
    linear-gradient(90deg, #d0af32 25.48%, #b69315 100%);
  border: none;
  border-radius: 0;
  padding: 15px 40px;
  width: 100%;
  cursor: pointer;
  transition: opacity 0.3s ease;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  flex: 1;
  min-width: 140px;
}

.account-card-button:hover {
  opacity: 0.9;
}

.account-card-button-login {
  background: transparent;
  border: 2px solid #d0af32;
  color: #d0af32;
}

.account-card-button-login:hover {
  background: rgba(208, 175, 50, 0.1);
  opacity: 1;
}

/* Responsive Styles */
@media (max-width: 991.98px) {
  .choose-account-section {
    padding: 60px 0;
  }

  .choose-account-title {
    font-size: 36px;
    margin-bottom: 40px;
  }

  .account-type-card {
    width: 100%;
    max-width: 620px;
    height: auto;
    min-height: 500px;
    padding: 40px 30px;
    margin-bottom: 30px;
  }

  .account-card-title {
    font-size: 28px;
  }

  .account-card-description {
    font-size: 15px;
  }

  .account-card-features li {
    font-size: 15px;
  }

  .account-card-buttons {
    flex-direction: column;
    gap: 12px;
  }

  .account-card-button {
    width: 100%;
    flex: none;
  }
}

@media (max-width: 575.98px) {
  .choose-account-title {
    font-size: 28px;
  }

  .account-type-card {
    width: 100%;
    max-width: 100%;
    height: auto;
    min-height: 450px;
    padding: 30px 20px;
    clip-path: polygon(0 0, calc(100% - 30px) 0, 100% 30px, 100% 100%, 0 100%);
  }

  .account-card-title {
    font-size: 24px;
  }

  .account-card-description {
    font-size: 14px;
  }

  .account-card-features li {
    font-size: 14px;
    margin-bottom: 12px;
  }

  .account-card-buttons {
    flex-direction: column;
    gap: 10px;
  }

  .account-card-button {
    padding: 12px 30px;
    font-size: 14px;
  }
}

/* Signup Hero Section */
.signup-hero-section {
  position: relative;
  background-image: url('/images/signupbg.png');
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 100vh;
  padding: 250px 0 370px 0;
  display: flex;
  align-items: center;
}

.signup-hero-section .container {
  position: relative;
  z-index: 2;
}

/* Signup Form Container */
.signup-form-container {
  max-width: 751px;
  margin: 0 auto;
  width: 100%;
}

/* Signup Form Wrapper */
.signup-form-wrapper {
  background-color: #ffffff;
  padding: 60px 50px;
  border-radius: 0;
  width: 100%;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.signup-form-header {
  margin-bottom: 40px;
}

.signup-form-title {
  font-family: 'Neue Montreal', sans-serif;
  font-weight: 500;
  font-size: 60px;
  line-height: 1.2;
  color: #ffffff;
  margin-bottom: 12px;
  text-align: center;
}

.signup-form-subtitle {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.6;
  color: #ffffff;
  margin: 0;
  text-align: center;
}

.signup-form-header {
  margin-bottom: 40px;
  text-align: center;
  padding: 0 20px;
}

/* Form Styles */
.signup-form {
  width: 100%;
}

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

/* Input Wrapper Styles */
.input-wrapper {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 0;
  padding: 0;
  height: 48px;
  transition: all 0.3s ease;
}

.input-wrapper:hover {
  border-color: #d0af32;
}

.input-label {
  display: block;
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #1a1a1a;
  margin-bottom: 8px;
}

.signup-form-wrapper .input-label {
  color: #1a1a1a;
}

.required {
  color: #d0af32;
  margin-left: 4px;
}

.form-control {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #1a1a1a;
  background-color: transparent;
  border: none;
  border-radius: 0;
  width: 100%;
  transition: all 0.3s ease;
}

.input-wrapper .form-control {
  padding: 0 16px;
  height: 100%;
  box-sizing: border-box;
}

.input-wrapper:focus-within {
  border-color: #d0af32;
  box-shadow: 0 0 0 3px rgba(208, 175, 50, 0.1);
}

.form-control:focus {
  outline: none;
}

.form-control::placeholder {
  color: #999;
  opacity: 1;
  font-family: 'Inter', sans-serif;
}

/* Password Input Wrapper */
.password-input-wrapper {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 0;
  padding: 0;
  height: 48px;
  transition: all 0.3s ease;
}

.password-input-wrapper:hover {
  border-color: #d0af32;
}

.input-with-icon {
  position: relative;
  width: 100%;
  height: 100%;
}

.password-input-wrapper .form-control {
  padding-right: 50px;
  padding-left: 16px;
  height: 100%;
  box-sizing: border-box;
  border: none;
  background: transparent;
}

.password-input-wrapper:focus-within {
  border-color: #d0af32;
  box-shadow: 0 0 0 3px rgba(208, 175, 50, 0.1);
}

.password-input-wrapper .form-control:focus {
  outline: none;
}

.password-toggle {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  transition: opacity 0.3s ease;
}

.password-toggle:hover {
  opacity: 0.7;
}

.password-toggle svg,
.password-toggle i {
  width: 20px;
  height: 20px;
  transition: color 0.3s ease;
  color: #4E4E4E;
  font-size: 18px;
}

.password-toggle:hover i {
  color: #d0af32;
}

/* Checkbox Styles */
.checkbox-group {
  margin-bottom: 32px;
  display: flex;
  justify-content: center;
  width: 100%;
}

.custom-checkbox {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  cursor: pointer;
  position: relative;
}

.custom-checkbox input[type='checkbox'] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkbox-custom {
  width: 24px;
  height: 24px;
  background-color: transparent;
  border: 2px solid #d0af32;
  border-radius: 0;
  margin-right: 12px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

.custom-checkbox input[type='checkbox']:checked + .checkbox-custom {
  border-color: #D0AF32;
  background-color: #D0AF32;
}

.checkbox-checked-icon {
  display: none;
  width: 24px;
  height: 24px;
}

.custom-checkbox input[type='checkbox']:checked + .checkbox-custom .checkbox-checked-icon {
  display: block;
}


.checkbox-text {
  font-family: 'Manrope', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.6;
  color: #0e121b;
  flex: 1;
}

/* Remember Me and Forgot Password Container */
.remember-forgot-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
  flex-wrap: nowrap;
  gap: 15px;
}

.remember-checkbox {
  margin: 0;
  width: auto;
  flex-shrink: 0;
  white-space: nowrap;
}

.forgot-password-link {
  font-family: 'Manrope', sans-serif;
  font-size: 14px;
  color: #d0af32;
  text-decoration: none;
  flex-shrink: 0;
  white-space: nowrap;
}

.forgot-password-link:hover {
  text-decoration: underline;
  color: #b69315;
}

/* Submit Button */
.signup-submit-btn {
  font-family: 'Manrope', sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #ffffff;
  background: linear-gradient(0deg, #dec17d, #dec17d),
    linear-gradient(90deg, #d0af32 25.48%, #b69315 100%);
  border: none;
  border-radius: 0;
  padding: 15px 40px;
  width: 100%;
  cursor: pointer;
  transition: opacity 0.3s ease;
  margin-bottom: 20px;
}

.signup-submit-btn:hover {
  opacity: 0.9;
}

/* Form Sections */
.form-section {
  margin-bottom: 40px;
}

/* Password Fields Row */
.password-fields-row {
  display: flex;
  flex-direction: row;
  gap: 16px;
}

.password-fields-row .form-group {
  flex: 1;
  margin-bottom: 0;
}

/* File Upload Area */
.file-upload-area {
  margin-bottom: 8px;
}

.file-upload-label {
  display: block;
  cursor: pointer;
  border: 2px dashed #E5E5E7;
  border-radius: 0;
  padding: 40px 20px;
  text-align: center;
  background-color: #ffffff;
  transition: border-color 0.3s ease, background-color 0.3s ease;
}

.file-upload-label:hover {
  border-color: #B79417;
  background-color: #FAFAFA;
}

.file-upload-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}

.upload-icon {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}

.upload-text {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  color: #0e121b;
  margin: 0;
}

.upload-hint {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.5;
  color: #6B7280;
  margin: 0;
}

.upload-description {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.5;
  color: #6B7280;
  margin-top: 8px;
  margin-bottom: 0;
}

.form-section-header {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 24px;
}

.section-icon {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}

.form-section-title {
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  font-size: 13.6px;
  line-height: 24px;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #0e121b;
  margin: 0;
}

.form-row {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.form-row .form-group {
  flex: 1;
  min-width: 200px;
}

/* Phone Input Wrapper */
.phone-input-wrapper {
  display: flex;
  gap: 10px;
}

.country-code-select {
  display: flex;
  align-items: center;
  gap: 8px;
  background-color: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 0;
  padding: 0 12px;
  min-width: 100px;
  height: 48px;
  box-sizing: border-box;
}

.flag-icon {
  width: 20px;
  height: 15px;
  object-fit: cover;
}

.country-code-select .form-control {
  border: none;
  padding: 0;
  background: transparent;
  font-family: 'Manrope', sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #171717;
  height: 100%;
}

.phone-input {
  flex: 1;
}

/* Date Input Wrapper */
.date-input-wrapper {
  position: relative;
}

.date-icon {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}

/* Select Wrapper */
.select-wrapper {
  position: relative;
}

.select-arrow {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}

.select-wrapper .form-control {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-right: 40px;
}

/* Textarea Wrapper */
.textarea-wrapper {
  height: auto;
  min-height: 120px;
}

.textarea-wrapper .form-control {
  padding: 16px;
  resize: vertical;
  min-height: 120px;
  height: 100%;
  box-sizing: border-box;
}

/* Phone Input Wrapper */
.phone-input-wrapper {
  display: flex;
  gap: 10px;
  align-items: stretch;
}

.phone-input-wrapper .input-wrapper {
  flex: 1;
}

/* Preferred Sectors */
.preferred-sectors-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
}

.sector-count {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #6B7280;
}

.sector-instruction {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  color: #6B7280;
  margin-bottom: 16px;
}

.sectors-checkbox-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.sector-checkbox-item {
  display: flex;
  align-items: center;
}

.sector-checkbox {
  width: 20px;
  height: 20px;
  margin-right: 12px;
  cursor: pointer;
  accent-color: #C9A24D;
}

.sector-checkbox-label {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  color: #0e121b;
  cursor: pointer;
}

/* Form Footer Section */
.signup-form-footer-section {
  margin-top: 32px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.already-have-account {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  color: #0e121b;
  margin-bottom: 16px;
  text-align: center;
}

.signin-account-btn {
  font-family: 'Manrope', sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #ffffff;
  background: linear-gradient(0deg, #dec17d, #dec17d),
    linear-gradient(90deg, #d0af32 25.48%, #b69315 100%);
  border: none;
  border-radius: 0;
  padding: 15px 40px;
  width: 100%;
  cursor: pointer;
  transition: opacity 0.3s ease;
  margin-bottom: 24px;
}

.signin-account-btn:hover {
  opacity: 0.9;
}

/* Form Footer */
.signup-form-footer {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-top: 8px;
  width: 100%;
}

.footer-line {
  flex: 1;
  height: 1px;
  background-color: #d0af32;
  max-width: 100px;
}

.footer-lock-icon {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
}

.footer-lock-icon path {
  fill: #d0af32;
}

.footer-text {
  font-family: 'Manrope', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  color: #d0af32;
  white-space: nowrap;
  flex-shrink: 0;
}

/* Promo Wrapper */
.signup-promo-wrapper {
  position: relative;
  padding: 40px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 600px;
}

.signup-promo-triangle {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-left: 60px solid #d0af32;
  border-top: 60px solid transparent;
  z-index: 1;
}

.signup-promo-image {
  position: relative;
  z-index: 2;
  margin-bottom: 40px;
  max-width: 685px;
  max-height: 973px;
  width: 100%;
  height: auto;
}

.signup-promo-image img {
  width: 100%;
  height: auto;
  max-width: 685px;
  max-height: 973px;
  object-fit: contain;
}

.signup-promo-content {
  position: relative;
  z-index: 2;
  text-align: center;
  max-width: 550px;
  margin-top: -270px;
  padding: 20px;
}
.hfsdaskkhfsdjs {
  font-family: 'Neue Montreal', sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 181%;
  color: #000000;
}

.signup-promo-title {
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 35px;
  line-height: 1.2;
  color: #ffffff;
  margin-bottom: 20px;
  text-align: left;
}

.signup-promo-description {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.6;
  color: #ffffff;
  margin: 0;
  text-align: left;
}

/* Responsive Styles */
@media (max-width: 991.98px) {
  .signup-hero-section {
    padding: 170px 0 230px 0;
    min-height: auto;
  }

  .signup-form-container {
    max-width: 100%;
    padding: 0 20px;
  }

  .signup-form-wrapper {
    padding: 40px 30px;
    margin-bottom: 40px;
  }

  .signup-form-title {
    font-size: 36px;
  }

  .signup-form-subtitle {
    font-size: 16px;
  }

  .signup-promo-wrapper {
    min-height: 500px;
    padding: 20px 0;
  }

  .signup-promo-title {
    font-size: 32px;
  }

  .signup-promo-description {
    font-size: 16px;
  }
}

@media (max-width: 575.98px) {
  .signup-hero-section {
    padding: 180px 0 250px;
  }

  .signup-form-container {
    padding: 0 15px;
  }

  .signup-form-wrapper {
    padding: 30px 20px;
  }

  .signup-form-title {
    font-size: 28px;
  }

  .signup-form-subtitle {
    font-size: 14px;
  }

  .password-fields-row {
    flex-direction: column;
    gap: 0;
  }

  .password-fields-row .form-group {
    margin-bottom: 24px;
  }

  .signup-promo-wrapper {
    min-height: 400px;
  }

  .signup-promo-title {
    font-size: 24px;
  }

  .signup-promo-description {
    font-size: 14px;
  }

  .signup-promo-triangle {
    border-left: 40px solid #d0af32;
    border-top: 40px solid transparent;
  }
}

/* Hero Buttons */
.hero-buttons-wrapper {
  margin-top: 40px;
}

.btn-post-job {
  font-family: 'Manrope', sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #ffffff;
  background: linear-gradient(90deg, #dec17d 0%, #d0af32 25.48%, #b69315 100%);
  border: none;
  border-radius: 0;
  padding: 15px 40px;
  box-shadow: 0px 4px 10px rgba(208, 175, 50, 0.3);
  transition: opacity 0.3s ease, box-shadow 0.3s ease;
  text-decoration: none;
  display: inline-block;
}

.btn-post-job:hover {
  opacity: 0.9;
  box-shadow: 0px 6px 15px rgba(208, 175, 50, 0.4);
  color: #ffffff;
}

.btn-talk-expert {
  font-family: 'Manrope', sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #ffffff;
  background-color: #1a1a1a;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 0;
  padding: 15px 40px;
  transition: background-color 0.3s ease, border-color 0.3s ease;
  text-decoration: none;
  display: inline-block;
}

.btn-talk-expert:hover {
  background-color: #2a2a2a;
  border-color: rgba(255, 255, 255, 0.5);
  color: #ffffff;
}

/* Responsive Styles for Hero Buttons */
@media (max-width: 575.98px) {
  .hero-buttons-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .btn-post-job,
  .btn-talk-expert {
    width: 100%;
    max-width: 300px;
  }
}

/* Company Features Section */
.company-features-section {
  padding: 100px 0;
  background-color: #ffffff;
}

.company-features-title {
  font-family: 'Neue Montreal', sans-serif;
  font-weight: 500;
  font-size: 64px;
  line-height: 90px;
  letter-spacing: 0%;
  text-align: right;
  vertical-align: middle;
  color: #000000;
  margin-bottom: 24px;
}

.company-features-description {
  font-family: 'Manrope', sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0%;
  text-align: right;
  vertical-align: middle;
  color: #000000;
  margin-bottom: 24px;
}

.company-features-line {
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, #d0af32 25.48%, #b69315 100%);
  margin-top: 24px;
  margin-left: auto;
  max-width: 200px;
}

/* Company Feature Cards Wrapper */
.company-features-cards-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: flex-start;
}

/* Company Feature Cards */
.company-feature-card {
  flex: 0 0 auto;
  position: relative;
  /* background-color: #000000; */
  background-image: url('/images/companycardbg.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  max-width: 407px;
  max-height: 233px;

  padding: 40px 30px;
  overflow: hidden;
  /* clip-path: polygon(0 0, calc(100% - 40px) 0, 100% 40px, 100% 100%, 0 100%); */
}

.company-card-icon {
  position: absolute;
  top: 30px;
  left: 30px;
  z-index: 2;
}

.company-card-icon img {
  width: 48px;
  height: 48px;
}

.company-card-triangle {
  display: none;
}

.company-card-content {
  position: relative;
  z-index: 2;
  margin-top: 40px;
}

.company-card-title {
  font-family: 'Neue Montreal', sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #ffffff;
  margin-bottom: 12px;
}

.company-card-description {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #ffffff;
  margin: 0;
}

/* Responsive Styles */
@media (max-width: 991.98px) {
  .company-features-section {
    padding: 60px 0;
  }

  .company-features-title {
    font-size: 48px;
    line-height: 60px;
    text-align: center;
  }

  .company-features-description {
    text-align: center;
  }

  .company-features-line {
    margin-left: auto;
    margin-right: auto;
  }

  .company-features-cards-wrapper {
    justify-content: center;
  }
}

@media (max-width: 575.98px) {
  .company-features-title {
    font-size: 36px;
    line-height: 48px;
  }

  .company-features-description {
    font-size: 16px;
    line-height: 24px;
  }

  .company-feature-card {
    min-height: 250px;
    padding: 30px 20px;
    /* clip-path: polygon(0 0, calc(100% - 30px) 0, 100% 30px, 100% 100%, 0 100%); */
  }

  .company-card-triangle {
    border-left: 40px solid #d0af32;
    border-top: 40px solid transparent;
  }

  .company-card-icon {
    top: 20px;
    left: 20px;
  }

  .company-card-icon img {
    width: 40px;
    height: 40px;
  }

  .company-card-content {
    margin-top: 60px;
  }

  .company-card-title {
    font-size: 20px;
    line-height: 24px;
  }

  .company-card-description {
    font-size: 16px;
    line-height: 22px;
  }

  .company-features-cards-wrapper {
    justify-content: center;
    gap: 16px;
  }

  .company-feature-card {
    width: 100%;
    max-width: 100%;
  }
}

/* Company Modern Teams Section */
.company-modern-teams-section {
  position: relative;
  background-image: url('/images/newbg.png');
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  padding: 200px 0 260px 0;
  min-height: 100vh;
  display: flex;
  align-items: center;
}
.svdfiuteajBSWIAs{
  position: relative;
  background-image: url('/images/newbg.png');
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  padding: 200px 0 260px 0 ;
  color: #ffffff !important;
}

.modern-teams-content {
  color: #ffffff;
}

.modern-teams-title {
  font-family: 'Neue Montreal', sans-serif;
  font-weight: 500;
  font-size: 64px;
  line-height: 1.2;
  color: #ffffff;
  margin-bottom: 24px;
}

.modern-teams-line {
  width: 100px;
  height: 2px;
  background: linear-gradient(90deg, #d0af32 25.48%, #b69315 100%);
  margin-bottom: 24px;
}

.modern-teams-description {
  font-family: 'Manrope', sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.6;
  color: #ffffff;
  margin-bottom: 40px;
}

.modern-teams-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.modern-teams-list li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
  font-family: 'Manrope', sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.6;
  color: #ffffff;
}

.list-icon {
  color: #d0af32;
  font-size: 12px;
  margin-right: 12px;
  margin-top: 6px;
  flex-shrink: 0;
}

.list-text {
  flex: 1;
}

/* Modern Teams Images Grid */
.modern-teams-images-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  width: 100%;
}

.image-card-wrapper {
  position: relative;
  width: 284px;
  height: 284px;
  overflow: hidden;
}

.modern-teams-image {
  width: 284px;
  height: 284px;
  display: block;
  object-fit: cover;
}

/* Responsive Styles */
@media (max-width: 991.98px) {
  .company-modern-teams-section {
    padding: 200px 0 250px 0;
    min-height: auto;
  }

  .modern-teams-title {
    font-size: 48px;
    text-align: center;
  }

  .modern-teams-line {
    margin-left: auto;
    margin-right: auto;
  }

  .modern-teams-description {
    text-align: center;
    font-size: 16px;
  }

  .modern-teams-images-grid {
    margin-top: 40px;
    gap: 16px;
    justify-items: center;
  }

  .image-card-wrapper {
    width: 100%;
    max-width: 284px;
    height: auto;
    aspect-ratio: 1 / 1;
  }

  .modern-teams-image {
    width: 100%;
    height: 100%;
  }
}

@media (max-width: 575.98px) {
  .company-modern-teams-section {
    padding: 200px 0 250px 0;
  }

  .modern-teams-title {
    font-size: 36px;
  }

  .modern-teams-description {
    font-size: 16px;
  }

  .modern-teams-list li {
    font-size: 16px;
    margin-bottom: 16px;
  }

  .modern-teams-images-grid {
    gap: 12px;
    justify-items: center;
  }

  .image-card-wrapper {
    width: 100%;
    max-width: 284px;
    height: auto;
    aspect-ratio: 1 / 1;
  }

  .modern-teams-image {
    width: 100%;
    height: 100%;
  }
}

/* Company Hire Steps Section */
.company-hire-steps-section {
  padding: 100px 0;
  background-color: #ffffff;
}

.hire-steps-title {
  font-family: 'Neue Montreal', sans-serif;
  font-weight: 700;
  font-size: 48px;
  line-height: 1.2;
  color: #000000;
  margin-bottom: 16px;
}

.hire-steps-subtitle {
  font-family: 'Manrope', sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 1.5;
  color: #000000;
  margin-bottom: 16px;
}

.hire-steps-intro {
  font-family: 'Manrope', sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.6;
  color: #000000;
  margin-bottom: 0;
}

/* Steps Flow */
.hire-steps-flow {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 40px;
  margin-top: 16px;
  position: relative;
}

.hire-step-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
  max-width: 300px;
  position: relative;
}

.hire-step-box {
  width: 120px;
  height: 120px;
  /* background-color: #000000; */
  /* border: 2px solid #d0af32; */
  background-image: url('/images/clip.png');
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  /* clip-path: polygon(15% 0%, 100% 0%, 100% 100%, 0% 100%, 0% 15%); */
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
  z-index: 2;
}

.hire-step-number {
  font-family: 'Neue Montreal', sans-serif;
  font-weight: 700;
  font-size: 36px;
  line-height: 1;
  color: #d0af32;
}

.hire-step-connector {
  position: absolute;
  top: 60px;
  right: -40px;
  width: 40px;
  height: 2px;
  background: linear-gradient(90deg, #d0af32 25.48%, #b69315 100%);
  z-index: 1;
}

.hire-step-item:last-child .hire-step-connector {
  display: none;
}

.hire-step-content {
  text-align: center;
  margin-top: 20px;
}

.hire-step-title {
  font-family: 'Neue Montreal', sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.3;
  color: #000000;
  margin-bottom: 12px;
}

.hire-step-description {
  font-family: 'Manrope', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #000000;
  margin: 0;
}

/* Responsive Styles */
@media (max-width: 991.98px) {
  .company-hire-steps-section {
    padding: 60px 0;
  }

  .hire-steps-flow {
    flex-direction: column;
    align-items: center;
    gap: 60px;
  }

  .hire-step-connector {
    display: none;
  }

  .hire-step-item {
    max-width: 100%;
  }
}

@media (max-width: 575.98px) {
  .hire-steps-title {
    font-size: 36px;
  }

  .hire-steps-subtitle {
    font-size: 18px;
  }

  .hire-steps-intro {
    font-size: 16px;
  }

  .hire-step-box {
    width: 100px;
    height: 100px;
  }

  .hire-step-number {
    font-size: 28px;
  }

  .hire-step-title {
    font-size: 20px;
  }

  .hire-step-description {
    font-size: 14px;
  }
}

/* Company Ready Section */
.company-ready-section {
  padding: 100px 0;
  background-color: #ffffff;
}

.ready-section-title {
  font-family: 'Neue Montreal', sans-serif;
  font-weight: 700;
  font-size: 48px;
  line-height: 1.2;
  color: #000000;
  margin-bottom: 24px;
}

.ready-section-description {
  font-family: 'Manrope', sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.6;
  color: #000000;
  margin-bottom: 40px;
}

.ready-section-buttons {
  margin-top: 40px;
}

/* Responsive Styles */
@media (max-width: 991.98px) {
  .company-ready-section {
    padding: 60px 0;
  }

  .ready-section-title {
    font-size: 36px;
  }

  .ready-section-description {
    font-size: 16px;
  }
}

@media (max-width: 575.98px) {
  .company-ready-section {
    padding: 40px 0;
  }

  .ready-section-title {
    font-size: 28px;
  }

  .ready-section-description {
    font-size: 16px;
  }

  .ready-section-buttons {
    flex-direction: column;
    align-items: center;
  }

  .ready-section-buttons .btn-post-job,
  .ready-section-buttons .btn-talk-expert {
    width: 100%;
    max-width: 300px;
  }
}

/* Candidate Opportunities Section - Override alignment */
.candidate-opportunities-section .candidate-opportunities-title {
  text-align: left !important;
}

.candidate-opportunities-section .candidate-opportunities-description {
  text-align: left !important;
}

.candidate-opportunities-section .candidate-opportunities-line {
  margin-left: 0 !important;
  margin-right: auto;
}

/* Work the Way You Want Section */
.work-way-section {
  padding: 100px 0;
  background-color: #ffffff;
}

.work-way-title {
  font-family: 'Neue Montreal', sans-serif;
  font-weight: 700;
  font-size: 64px;
  line-height: 1.2;
  color: #000000;
  margin-bottom: 24px;
  text-align: center;
}

.work-way-line {
  width: 100%;
  max-width: 400px;
  height: 2px;
  background: linear-gradient(90deg, #D0AF32 25.48%, #B69315 100%);
  margin: 0 auto 60px auto;
}

.work-way-cards-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}

.work-way-card {
  width: 305px;
  height: 200px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.work-way-card-1,
.work-way-card-3 {
  background-image: url('/images/crrrr.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.work-way-card-2,
.work-way-card-4 {
  background-image: url('/images/crr24.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.work-way-card-icon {
  position: relative;
  z-index: 2;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.work-way-card-triangle-top {
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 60px 60px 0;
  border-color: transparent #D0AF32 transparent transparent;
  z-index: 1;
}

.work-way-card-triangle-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 60px 0 0 60px;
  border-color: #D0AF32 transparent transparent transparent;
  z-index: 1;
}

.work-way-card-label {
  font-family: 'Neue Montreal', sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.2;
  color: #ffffff;
  text-align: center;
  position: relative;
  z-index: 2;
}

/* Responsive Styles */
@media (max-width: 991.98px) {
  .work-way-section {
    padding: 60px 0;
  }

  .work-way-title {
    font-size: 48px;
  }

  .work-way-cards-wrapper {
    gap: 20px;
  }
}

@media (max-width: 575.98px) {
  .work-way-section {
    padding: 40px 0;
  }

  .work-way-title {
    font-size: 36px;
  }

  .work-way-card {
    width: 100%;
    max-width: 305px;
  }

  .work-way-cards-wrapper {
    flex-direction: column;
    align-items: center;
  }
}

/* Dropdown Menu Sharp Corners */
.dropdown-menu {
  border-radius: 0 !important;
  border: none;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.dropdown-item {
  border-radius: 0 !important;
}

.dropdown-item:first-child {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}

.dropdown-item:last-child {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

/* Privacy Policy Content Section */
.privacy-policy-content-section {
  padding: 80px 0;
  background-color: #ffffff;
}

.privacy-section {
  margin-bottom: 80px;
}

.privacy-section:last-child {
  margin-bottom: 0;
}

.privacy-section-heading {
  font-family: 'Neue Montreal', sans-serif;
  font-weight: 500;
  font-size: 64px;
  line-height: 90px;
  letter-spacing: 0%;
  text-align: left;
  vertical-align: middle;
  color: #000000;
  margin-bottom: 24px;
}

.privacy-intro-paragraph {
  font-family: 'Manrope', sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #000000;
}

.privacy-divider {
  border: none;
  border-top: 2.67px solid #BD9A1D;
  margin: 24px 0;
}

.privacy-body-content {
  margin-top: 24px;
}

.privacy-body-paragraph {
  font-family: 'Manrope', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.8;
  color: #000000;
  text-align: justify;
}

/* Responsive Styles for Privacy Policy */
@media (max-width: 991.98px) {
  .privacy-policy-content-section {
    padding: 60px 0;
  }

  .privacy-section {
    margin-bottom: 60px;
  }

  .privacy-section-heading {
    font-size: 36px;
  }

  .privacy-intro-paragraph {
    font-size: 16px;
  }

  .privacy-body-paragraph {
    font-size: 15px;
    line-height: 1.7;
  }
}

@media (max-width: 575.98px) {
  .privacy-policy-content-section {
    padding: 40px 0;
  }

  .privacy-section {
    margin-bottom: 50px;
  }

  .privacy-section-heading {
    font-size: 28px;
  }

  .privacy-intro-paragraph {
    font-size: 15px;
  }

  .privacy-body-paragraph {
    font-size: 14px;
    line-height: 1.6;
    text-align: left;
  }
}

/* Dashboard Header Section */
.dashboard-header {
  background-color: #F5F5F5;
  padding: 16px 0;
  border-bottom: 1px solid #E0E0E0;
}

.dashboard-header-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 24px;
}

/* Search Box */
.dashboard-search-wrapper {
  flex: 1;
  max-width: 500px;
}

.dashboard-search-box {
  position: relative;
  display: flex;
  align-items: center;
  background-color: #FFFFFF;
  border: 1px solid #E0E0E0;
  border-radius: 8px;
  padding: 10px 16px;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.dashboard-search-box:focus-within {
  border-color: #C9A24D;
  box-shadow: 0 0 0 3px rgba(201, 162, 77, 0.1);
}

.dashboard-search-icon {
  width: 20px;
  height: 20px;
  margin-right: 12px;
  flex-shrink: 0;
}

.dashboard-search-input {
  flex: 1;
  border: none;
  outline: none;
  background: transparent;
  font-family: 'Manrope', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #2D2D2D;
  padding: 0;
}

.dashboard-search-input::placeholder {
  color: #9E9E9E;
}

/* Header Icons */
.dashboard-header-icons {
  display: flex;
  align-items: center;
  gap: 16px;
}

.dashboard-icon-btn {
  position: relative;
  background: none;
  border: none;
  padding: 8px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s ease;
}

.dashboard-icon-btn:hover {
  opacity: 0.7;
}

.dashboard-icon-btn img {
  width: 24px;
  height: 24px;
  display: block;
}

.dashboard-icon-btn i {
  font-size: 20px;
  color: #2D2D2D;
  display: block;
}

.profile-btn {
  border: 2px solid #C9A24D !important;
  border-radius: 50%;
  padding: 0;
}

.profile-btn img {
  width: 40px;
  height: 40px;
  display: block;
}

/* Notification Badge */
.notification-badge {
  position: absolute;
  top: 6px;
  right: 6px;
  width: 8px;
  height: 8px;
  background-color: #CC4D3A;
  border-radius: 50%;
  border: 2px solid #F5F5F5;
}

/* Profile Status Dot */
.profile-status-dot {
  position: absolute;
  top: 2px;
  right: 2px;
  width: 10px;
  height: 10px;
  background-color: #C9A24D;
  border-radius: 50%;
  border: 2px solid #F5F5F5;
}

/* Profile Dropdown */
.dashboard-profile-dropdown {
  position: relative;
  display: flex;
  align-items: center;
}

.dashboard-dropdown-menu {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  background-color: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;
  min-width: 240px;
  z-index: 1000;
  display: none;
  overflow: hidden;
}

.dashboard-dropdown-menu.active {
  display: block;
}

/* Dropdown Toggle Button - Header Button */
.dashboard-dropdown-toggle {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 16px;
  /* background: linear-gradient(135deg, #F5E6D3 0%, #E8D4B8 100%); */
  border: 1px solid #C9A24D;
  border-radius: 0px;
  cursor: pointer;
  font-family: 'Manrope', sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: #2D2D2D;
  transition: background 0.3s ease;
  white-space: nowrap;
}

.dashboard-dropdown-toggle:hover {
  background: linear-gradient(135deg, #F0DCC0 0%, #E0C9A8 100%);
}

.dashboard-dropdown-toggle .dropdown-icon {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  display: block;
  color: #2D2D2D;
  font-size: 16px;
}

.dashboard-dropdown-toggle .dropdown-caret {
  margin-left: 4px;
  flex-shrink: 0;
  transform: rotate(180deg);
  transition: transform 0.3s ease;
}

.dashboard-dropdown-toggle.active .dropdown-caret {
  transform: rotate(0deg);
}

/* Dropdown List */
.dashboard-dropdown-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.dashboard-dropdown-item {
  border-bottom: 1px solid #F0F0F0;
}

.dashboard-dropdown-item:last-child {
  border-bottom: none;
}

.dashboard-dropdown-link {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 16px;
  text-decoration: none;
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0%;
  color: #2D2D2D;
  background-color: #FFFFFF;
  border-radius: 0;
  transition: background-color 0.3s ease, color 0.3s ease;
  width: 100%;
  text-align: left;
  border: none;
  cursor: pointer;
}

.dashboard-dropdown-link:hover {
  background-color: #F9F9F9;
  color: #2D2D2D;
}

.dashboard-dropdown-item.active .dashboard-dropdown-link {
  background-color: #2D2D2D;
  color: #C9A24D;
}

.dashboard-dropdown-item.active .dashboard-dropdown-link .dropdown-icon {
  color: #C9A24D;
}

.dashboard-dropdown-link .dropdown-icon {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  display: block;
  color: #2D2D2D;
  font-size: 16px;
}

.dashboard-dropdown-link:hover .dropdown-icon {
  color: #2D2D2D;
}

.dashboard-dropdown-item.active .dashboard-dropdown-link .dropdown-icon {
  color: #C9A24D;
}

.dashboard-dropdown-link .dropdown-icon[src*="cv.svg"] {
  width: 14px;
  height: 17px;
}

.dashboard-dropdown-link-form {
  width: 100%;
}

.dashboard-dropdown-link-form .dashboard-dropdown-link {
  width: 100%;
}

/* Responsive Styles for Dashboard Header */
@media (max-width: 1200px) {
  .dashboard-header-content {
    padding: 0 20px;
  }

  .dashboard-search-wrapper {
    max-width: 400px;
  }

  .dashboard-dropdown-toggle span {
    display: none;
  }

  .dashboard-dropdown-toggle {
    padding: 10px 12px;
    min-width: auto;
  }
}

@media (max-width: 991.98px) {
  .dashboard-header-content {
    padding: 0 16px;
    flex-wrap: nowrap;
  }

  .dashboard-search-wrapper {
    max-width: 280px;
    min-width: 200px;
  }

  .dashboard-search-input {
    font-size: 14px;
  }

  .dashboard-header-icons {
    gap: 8px;
    flex-shrink: 0;
  }

  .dashboard-icon-btn {
    padding: 6px;
  }

  .dashboard-icon-btn img {
    width: 20px;
    height: 20px;
  }

  .profile-btn img {
    width: 36px;
    height: 36px;
  }

  .dashboard-dropdown-toggle {
    padding: 8px 10px;
  }

  .dashboard-dropdown-toggle .dropdown-icon {
    width: 18px;
    height: 18px;
  }

  .dashboard-dropdown-toggle .dropdown-caret {
    width: 10px;
    height: 10px;
  }
}

@media (max-width: 768px) {
  .dashboard-header {
    padding: 12px 0;
  }

  .dashboard-header-content {
    padding: 0 12px;
    gap: 8px;
  }

  .dashboard-search-wrapper {
    max-width: 200px;
    min-width: 150px;
  }

  .dashboard-search-box {
    padding: 8px 12px;
  }

  .dashboard-search-icon {
    width: 18px;
    height: 18px;
    margin-right: 8px;
  }

  .dashboard-search-input {
    font-size: 13px;
  }

  .dashboard-header-icons {
    gap: 6px;
  }

  .dashboard-icon-btn {
    padding: 4px;
  }

  .dashboard-icon-btn img {
    width: 18px;
    height: 18px;
  }

  .profile-btn img {
    width: 32px;
    height: 32px;
  }

  .profile-status-dot {
    width: 8px;
    height: 8px;
    top: 1px;
    right: 1px;
  }

  .notification-badge {
    width: 6px;
    height: 6px;
    top: 4px;
    right: 4px;
  }

  .dashboard-dropdown-toggle {
    padding: 6px 8px;
  }

  .dashboard-dropdown-toggle .dropdown-icon {
    width: 16px;
    height: 16px;
  }
}

@media (max-width: 575.98px) {
  .dashboard-header {
    padding: 10px 0;
  }

  .dashboard-header-content {
    padding: 0 10px;
    flex-wrap: wrap;
    gap: 10px;
  }

  .dashboard-search-wrapper {
    max-width: 100%;
    order: 1;
    width: 100%;
    min-width: 100%;
  }

  .dashboard-search-box {
    width: 100%;
  }

  .dashboard-header-icons {
    order: 2;
    gap: 6px;
    width: 100%;
    justify-content: space-between;
  }

  .dashboard-icon-btn {
    padding: 6px;
  }

  .dashboard-icon-btn img {
    width: 20px;
    height: 20px;
  }

  .profile-btn img {
    width: 36px;
    height: 36px;
  }

  .dashboard-profile-dropdown {
    flex: 1;
    min-width: 0;
  }

  .dashboard-dropdown-toggle {
    width: 100%;
    justify-content: center;
    padding: 8px 12px;
  }

  .dashboard-dropdown-toggle span {
    display: inline;
    font-size: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 120px;
  }

  .dashboard-dropdown-menu {
    right: 0;
    left: 0;
    min-width: 100%;
    width: 100%;
  }
}

/* Dashboard Hero Section */
.dashboard-hero-section {
  background-color: #F5F5F5;
  padding: 60px 0 80px;
  /* min-height: calc(100vh - 200px); */
}

/* Welcome Section */
.dashboard-welcome {
  text-align: center;
  margin-bottom: 60px;
}

.dashboard-welcome-content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-bottom: 16px;
}

.dashboard-welcome-icon {
  display: flex;
  align-items: center;
  justify-content: center;
}

.dashboard-welcome-title {
  font-family: 'Neue Montreal', sans-serif;
  font-weight: 700;
  font-size: 36px;
  line-height: 1.2;
  color: #2D2D2D;
  margin: 0;
}

.dashboard-welcome-subtitle {
  font-family: 'Manrope', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #6B6B6B;
  margin: 0;
}

/* Dashboard Cards Row */
.dashboard-cards-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  max-width: 1400px;
  margin: 0 auto;
}

/* Dashboard Card */
.dashboard-card {
  background-color: #FFFFFF;
  
  padding: 10px;
  position: relative;
  display: flex;
  flex-direction: column;
  max-height: 142px;
  transition: border-color 0.3s ease, border-width 0.3s ease;
  overflow: hidden;
}

.dashboard-card:hover {
 border: 1px solid #C9A24D;
  border-width: 1px;
}

.dashboard-card-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 10px;
}

.dashboard-card-icon {
  width: 36px;
  height: 36px;
  flex-shrink: 0;
}

.dashboard-card-icon img {
  width: 100%;
  height: 100%;
  display: block;
}

.dashboard-card-trend,
.dashboard-card-status,
.dashboard-card-action,
.dashboard-card-tag {
  display: flex;
  align-items: center;
  gap: 4px;
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.2;
}

.trend-text.positive {
  color: #22C55E;
}

.status-text {
  color: #2D2D2D;
}

.action-text {
  color: #22C55E;
}

.dashboard-card-tag {
  background: linear-gradient(135deg, #F5E6D3 0%, #E8D4B8 100%);
  padding: 4px 8px;
  border-radius: 4px;
}

.tag-text {
  color: #C9A24D;
  font-weight: 500;
}

.dashboard-card-content {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.dashboard-card-label-value-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* margin-bottom: 8px; */
}

.dashboard-card-label {
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  font-size: 11.9px;
  line-height: 20px;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #6B7280;
  margin: 0;
}

.dashboard-card-value {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 32px;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #111111;
  margin: 0;
}

/* Progress Bar for Profile Status Card */
.dashboard-progress-wrapper {
  /* margin-top: 8px; */
}

.dashboard-progress-bar {
  width: 100%;
  height: 6px;
  background-color: #E8E8E8;
  margin-bottom: 6px;
  position: relative;
  overflow: hidden;
}

.dashboard-progress-fill {
  height: 100%;
  background: linear-gradient(90deg, #C9A24D 0%, #D4B233 100%);
  transition: width 0.3s ease;
}

.dashboard-progress-text {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 10px;
  line-height: 1.3;
  color: #2D2D2D;
  margin: 0;
}

/* Responsive Styles for Dashboard Hero */
@media (max-width: 1200px) {
  .dashboard-cards-row {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}

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

  .dashboard-welcome {
    margin-bottom: 40px;
  }

  .dashboard-welcome-title {
    font-size: 28px;
  }

  .dashboard-welcome-subtitle {
    font-size: 14px;
  }

  .dashboard-cards-row {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .dashboard-card {
    padding: 20px;
  }

  .dashboard-card-value {
    font-size: 36px;
  }
}

/* Dashboard Main Section */
.dashboard-main-section {
  background-color: #F5F5F5;
  padding: 40px 0 80px;
}

.dashboard-main-layout {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 32px;
  max-width: 1400px;
  margin: 0 auto;
}

/* Left Column */
.dashboard-left-column {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

/* Pro Tip Banner */
.dashboard-pro-tip {
  background-color: #2D2D2D;
  border-radius: 0px;
  padding: 32px;
  position: relative;
  overflow: hidden;
}

.pro-tip-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 2;
}

.pro-tip-text {
  flex: 1;
  max-width: 70%;
}

.pro-tip-heading {
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.4;
  color: #C9A24D;
  margin: 0 0 12px 0;
  text-transform: capitalize;
  letter-spacing: 0.5px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.pro-tip-icon {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}

.pro-tip-title {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 17px;
  line-height: 32px;
  color: #FFFFFF;
  margin: 0 0 16px 0;
  letter-spacing: 0.5px;
}

.pro-tip-description {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 1.5;
  color: #E5E5E5;
  margin: 0 0 24px 0;
  letter-spacing: 0.5px;

}

.pro-tip-button {
  background: linear-gradient(90deg, #C9A24D 0%, #D4B233 100%);
  border: none;
  border-radius: 0px;
  padding: 12px 24px;
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  font-size: 11px;
  line-height: 1.4;
  color: #FFFFFF;
  cursor: pointer;
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.pro-tip-button:hover {
  opacity: 0.9;
  transform: translateY(-2px);
}

.pro-tip-icon-wrapper {
  position: relative;
  flex-shrink: 0;
}

.pro-tip-icon-circle {
  width: 120px;
  height: 120px;
  background-color: rgba(45, 45, 45, 0.6);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(10px);
}

/* Recommended Section */
.dashboard-recommended {
  /* background-color: #FFFFFF; */
  border-radius: opx;
  /* padding: 24px; */
}

.recommended-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2px;
}

.recommended-title {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 17px;
  line-height: 32px;
  color: #111111;
  margin: 0;
  letter-spacing: 0.5px;
}

.recommended-view-all {
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  font-size: 10px;
  line-height: 1.4;
  color: #6B7280;
  text-decoration: none;
  transition: color 0.3s ease;
}

.recommended-view-all:hover {
  color: #BD9A1D;
}

/* Job Card */
.dashboard-job-card {
  background-color: #FFFFFF;
  border: 1px solid #E5E5E5;
  border-radius: 0px;
  padding: 24px;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.dashboard-job-card:hover {
  border-color: #C9A24D;
  box-shadow: 0 4px 12px rgba(201, 162, 77, 0.1);
}

.job-card-title-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
}

.job-card-badge {
  background-color: #F5F5F5;
  border: 1px solid #E5E5E5;
  border-radius: 6px;
  padding: 4px 12px;
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 1.4;
  color: #2D2D2D;
  flex-shrink: 0;
}

.job-card-salary {
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.4;
  color: #111111;
}

.job-card-content {
  margin-bottom: 24px;
}

.job-card-title {
  font-family: 'Neue Montreal', sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.2;
  color: #111111;
  margin: 0;
  flex: 1;
}

.job-card-company {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.4;
  color: #2D2D2D;
}

.job-card-company img {
  width: 14px;
  height: 14px;
  flex-shrink: 0;
}

.job-card-skills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 16px;
}

.skill-tag {
  background-color: #F5F5F5;
  border-radius: 0px;
  padding: 6px 12px;
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.4;
  color: #2D2D2D;
}

.job-card-meta {
  max-width: 450px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 16px;
}

.job-meta-item {
  display: flex;
  align-items: center;
  gap: 6px;
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.4;
  color: #6B7280;
}

.job-meta-column {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.job-salary {
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.4;
  color: #111111;
}

.job-card-actions {
  display: flex;
  gap: 12px;
  padding-top: 20px;
  border-top: 1px solid #E5E5E5;
}

.job-card-button {
  flex: 1;
  padding: 12px 24px;
  border-radius: 0px;
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.4;
  cursor: pointer;
  transition: all 0.3s ease;
  border: 1px solid transparent;
}

.details-btn {
  background-color: #FFFFFF;
  border-color: #E5E5E5;
  color: #2D2D2D;
}

.details-btn:hover {
  border-color: #C9A24D;
  color: #C9A24D;
}

.apply-btn {
  background: linear-gradient(90deg, #C9A24D 0%, #D4B233 100%);
  color: #FFFFFF;
}

.apply-btn:hover { 
  color: white !important;
  transform: translateY(-2px);
}

/* Right Column - Recent Activity */
.dashboard-right-column {
  display: flex;
  flex-direction: column;
}

.dashboard-activity {
  width: 100%;
  max-width: 272px;
  background-color: #FFFFFF;
  border-radius: 0px;
  padding: 24px;
  /* position: sticky; */
  top: 20px;
  height: 100%;
}

.activity-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
}

.activity-title {
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #111111;
  margin: 0;
}

.activity-view-all {
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.4;
  color: #C9A24D;
  text-decoration: none;
  transition: color 0.3s ease;
}

.activity-view-all:hover {
  color: #BD9A1D;
}

/* Activity Timeline */
.activity-timeline {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.activity-item {
  display: flex;
  gap: 12px;
  position: relative;
  padding-left: 0;
}

.activity-item:not(:last-child)::after {
  content: '';
  position: absolute;
  left: 15px;
  top: 32px;
  bottom: -20px;
  width: 1px;
  background-color: #E5E5E5;
}

.activity-icon {
  width: 32px;
  height: 32px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}

.activity-icon img {
  width: 100%;
  height: 100%;
  display: block;
}

.activity-content {
  flex: 1;
  padding-top: 0;
}

.activity-item-title {
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #111111;
  margin: 0 0 4px 0;
}

.activity-text {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #6B7280;
  margin: 0 0 4px 0;
}

.activity-time {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.4;
  color: #6B7280;
}

/* Responsive Styles for Dashboard Main Section */
@media (max-width: 1200px) {
  .dashboard-main-layout {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .dashboard-activity {
    position: static;
  }
}

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

  .dashboard-pro-tip {
    padding: 24px;
  }

  .pro-tip-content {
    flex-direction: column;
    gap: 24px;
  }

  .pro-tip-text {
    max-width: 100%;
  }

  .pro-tip-title {
    font-size: 24px;
  }

  .pro-tip-icon-circle {
    width: 80px;
    height: 80px;
  }

  .dashboard-recommended,
  .dashboard-activity {
    padding: 20px;
  }

  .job-card-actions {
    flex-direction: column;
  }

  .job-card-button {
    width: 100%;
  }
}

/* CV Management Section */
.cv-management-section {
  background-color: #F5F5F5;
  padding: 60px 0 80px;
  min-height: calc(100vh - 200px);
}

.cv-management-wrapper {
  max-width: 704px;
  margin: 0 auto;
  padding: 0 24px;
}

/* CV Management Header */
.cv-management-header {
  text-align: center;
  margin-bottom: 48px;
}

.cv-management-title {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 32px;
  letter-spacing: 0%;
  text-align: center;
  color: #111111;
  margin: 0 0 16px 0;
}

.cv-management-subtitle {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #6B7280;
  margin: 0;
}

/* CV Content Wrapper */
.cv-content-wrapper {
  border: 1px solid #B69315;
  border-radius: 0;
  padding: 24px;
}

/* CV Upload Section */
.cv-upload-section {
  margin-bottom: 40px;
}

.cv-upload-title {
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.4;
  color: #111111;
  margin: 0 0 24px 0;
}

.cv-upload-area {
  display: flex;
    flex-direction: column;
    align-items: center;
  border: 2px dashed #C9A24D;
  border-radius: 0;
  padding: 60px 40px;
  text-align: center;
  background-color: #FFFFFF;
  transition: border-color 0.3s ease, background-color 0.3s ease;
}

.cv-upload-area:hover {
  border-color: #BD9A1D;
  background-color: #FEFEFE;
}

.cv-upload-icon-wrapper {
  margin-bottom: 24px;
  display: flex;
  justify-content: center;
}

.cv-upload-label {
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 20px;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #000000;
  margin: 0 0 12px 0;
}

.cv-upload-instruction {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  color: #6B7280;
  margin: 0 0 24px 0;
}

.cv-choose-file-btn {
  background-color: #2D2D2D;
  border: none;
  border-radius: 0;
  padding: 12px 24px;
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.4;
  color: #FFFFFF;
  cursor: pointer;
  transition: background-color 0.3s ease, transform 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.cv-choose-file-icon {
  flex-shrink: 0;
}

.cv-choose-file-btn:hover {
  background-color: #1A1A1A;
  transform: translateY(-2px);
}

/* CV Tips Section */
.cv-tips-section {
  margin-bottom: 40px;
  border: 1px solid #E5E5E7;
  border-radius: 0;
  padding: 24px;
}

.cv-section-title {
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.4;
  color: #111111;
  margin: 0 0 20px 0;
}

.cv-tips-list,
.cv-requirements-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.cv-tip-item,
.cv-requirement-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 0;
}

.cv-tip-item:last-child,
.cv-requirement-item:last-child {
  margin-bottom: 0;
}

/* 2 columns for File Requirements on 1440px and above */
@media (min-width: 1440px) {
  .cv-requirements-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
}

.cv-tip-icon,
.cv-requirement-icon {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  margin-top: 2px;
}

.cv-tip-item span,
.cv-requirement-item span {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 13.6px;
  line-height: 24px;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #6B7280;
}

/* CV Requirements Section */
.cv-requirements-section {
  margin-bottom: 40px;
  border: 1px solid #E5E5E7;
  border-radius: 0;
  padding: 24px;
}

/* CV Upload Action */
.cv-upload-action {
  display: flex;
  justify-content: flex-end;
  margin-top: 40px;
}

.cv-upload-btn {
  background-color: #2D2D2D;
  border: none;
  border-radius: 0;
  padding: 14px 32px;
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.4;
  color: #FFFFFF;
  cursor: pointer;
  transition: background-color 0.3s ease, transform 0.3s ease;
}

.cv-upload-btn:hover {
  background-color: #1A1A1A;
  transform: translateY(-2px);
}

/* Responsive Styles for CV Management */
@media (max-width: 768px) {
  .cv-management-section {
    padding: 40px 0 60px;
  }

  .cv-management-wrapper {
    padding: 0 16px;
  }

  .cv-management-title {
    font-size: 36px;
  }

  .cv-upload-area {
    padding: 40px 24px;
  }

  .cv-upload-action {
    justify-content: center;
  }

  .cv-upload-btn {
    width: 100%;
    max-width: 300px;
  }
}

@media (max-width: 575.98px) {
  .cv-management-title {
    font-size: 28px;
  }

  .cv-management-subtitle {
    font-size: 14px;
  }

  .cv-upload-area {
    padding: 32px 16px;
  }

  .cv-upload-icon-wrapper svg {
    width: 40px;
    height: 40px;
  }

  .cv-upload-label {
    font-size: 16px;
  }

  .cv-upload-instruction {
    font-size: 13px;
  }
}

/* Create Job Post Section */
.create-job-section {
  background-color: #F5F5F5;
  padding: 60px 0 80px;
  min-height: calc(100vh - 200px);
}

.create-job-wrapper {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 24px;
}

/* Header */
.create-job-header {
  text-align: center;
  margin-bottom: 48px;
}

.create-job-title {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 1.2;
  color: #111111;
  margin: 0 0 12px 0;
}

.create-job-subtitle {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #6B7280;
  margin: 0;
}

/* Progress Stepper */
.job-stepper {
  margin-bottom: 48px;
}

.stepper-container {
  display: flex;
  align-items: flex-start;
  position: relative;
  max-width: 800px;
  margin: 0 auto;
}

.stepper-container {
  display: flex;
  align-items: flex-start;
  position: relative;
}

.stepper-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
  position: relative;
  z-index: 2;
}

.stepper-circle {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #FFFFFF;
  border: 2px solid #D1D5DB;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
  position: relative;
  z-index: 2;
}

.stepper-circle.active {
  background-color: #FFFFFF;
  border: 2px solid #C9A24D;
}

.stepper-circle.completed {
  background-color: #C9A24D;
  border: 2px solid #C9A24D;
}

.stepper-number {
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 16px;
  color: #9CA3AF;
}

.stepper-circle.active .stepper-number {
  color: #C9A24D;
}

.stepper-circle svg {
  display: none;
}

.stepper-circle.completed svg {
  display: block;
}

.stepper-circle.completed .stepper-number {
  display: none;
}

.stepper-content {
  text-align: center;
}

.stepper-title {
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.4;
  color: #111111;
  margin: 0 0 4px 0;
}

.stepper-step:not(.active):not(.completed) .stepper-title {
  font-weight: 400;
  color: #6B7280;
}

.stepper-subtitle {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.4;
  color: #6B7280;
  margin: 0;
}

.stepper-line-connector {
  flex: 1;
  height: 2px;
  background-color: #9CA3AF;
  margin: 0 10px;
  margin-top: 20px;
  position: relative;
  z-index: 1;
  align-self: flex-start;
}

.stepper-line-connector.active {
  background-color: #C9A24D;
}

/* Form Container */
.job-form-container {
  margin-bottom: 40px;
}

.job-form-step {
  display: none;
}

.job-form-step.active {
  display: block;
}

.job-form-card {
  background-color: #FFFFFF;
  border-radius: 12px;
  padding: 32px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.job-form-section-title {
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.4;
  color: #111111;
  margin: 0 0 24px 0;
}

.job-form-fields {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.form-field {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.form-field label {
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.4;
  color: #111111;
}

.form-field input,
.form-field select,
.form-field textarea {
  padding: 12px 16px;
  border: 1px solid #E5E5E5;
  border-radius: 0;
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  color: #111111;
  background-color: #FFFFFF;
  transition: border-color 0.3s ease;
}

.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus {
  outline: none;
  border-color: #C9A24D;
}

.form-field input::placeholder,
.form-field textarea::placeholder {
  color: #9E9E9E;
}

.form-field select {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L6 6L11 1' stroke='%236B7280' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  padding-right: 40px;
}

.form-field-full {
  width: 100%;
}

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

/* Perks Section */
.perks-section {
  margin-top: 8px;
}

.perks-title {
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.4;
  color: #111111;
  margin: 0 0 16px 0;
}

.perks-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

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

.perk-checkbox input[type="checkbox"] {
  width: 20px;
  height: 20px;
  border: 1px solid #E5E5E5;
  border-radius: 0;
  cursor: pointer;
  appearance: none;
  position: relative;
  flex-shrink: 0;
}

.perk-checkbox input[type="checkbox"]:checked {
  background-color: #C9A24D;
  border-color: #C9A24D;
}

.perk-checkbox input[type="checkbox"]:checked::after {
  content: '';
  position: absolute;
  top: 2px;
  left: 6px;
  width: 6px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.perk-checkbox span {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  color: #111111;
}

/* Job Preview */
.job-preview-card {
  background-color: #FFFFFF;
  border: 1px solid #E5E5E5;
  border-radius: 12px;
  padding: 24px;
  margin-bottom: 24px;
}

.job-preview-title-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
}

.job-preview-title {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.3;
  color: #111111;
  margin: 0;
}

.job-preview-badge {
  background-color: #2D2D2D;
  color: #FFFFFF;
  padding: 6px 12px;
  border-radius: 0;
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 1.4;
}

.job-preview-company {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
}

.job-preview-company img {
  width: 24px;
  height: 24px;
}

.job-preview-company span {
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: #111111;
}

.job-preview-skills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 16px;
}

.skill-tag {
  background-color: #F5F5F5;
  color: #6B7280;
  padding: 6px 12px;
  border-radius: 0;
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.4;
}

.job-preview-meta {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 12px;
}

.job-meta-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #6B7280;
}

.job-salary {
  font-weight: 600;
  color: #111111;
}

.job-preview-actions {
  display: flex;
  gap: 12px;
  margin-top: 24px;
}

.job-preview-btn {
  padding: 10px 20px;
  border-radius: 0;
  border: none;
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.3s ease;
  width: 100%;
}

.details-btn {
  background-color: #F5F5F5;
  color: #111111;
}

.apply-btn {
  background-color: #C9A24D;
  color: #FFFFFF;
}

/* Summary Card */
.job-summary-card {
  background-color: #FFFFFF;
  border: 1px solid #E5E5E5;
  border-radius: 12px;
  padding: 24px;
}

.summary-title {
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.4;
  color: #111111;
  margin: 0 0 20px 0;
}

.summary-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 0;
  border-bottom: 1px solid #F5F5F5;
}

.summary-item:last-child {
  border-bottom: none;
}

.summary-label {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #6B7280;
}

.summary-value {
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: #111111;
}

.urgency-high {
  color: #EF4444;
}

/* Navigation Buttons */
.job-form-navigation {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
}

.job-nav-btn {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 24px;
  border-radius: 0;
  border: none;
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.back-btn {
  background-color: #F5F5F5;
  color: #111111;
}

.back-btn:hover {
  background-color: #E5E5E5;
}

.continue-btn {
  background-color: #2D2D2D;
  color: #FFFFFF;
}

.continue-btn:hover {
  background-color: #1A1A1A;
}

.job-nav-btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

/* Responsive Styles */
@media (max-width: 768px) {
  .create-job-wrapper {
    padding: 0 16px;
  }

  .create-job-title {
    font-size: 24px;
  }

  .stepper-container {
    flex-wrap: wrap;
    gap: 20px;
  }

  .stepper-step {
    flex: 0 0 calc(50% - 10px);
  }

  .form-field-row {
    grid-template-columns: 1fr;
  }

  .perks-grid {
    grid-template-columns: 1fr;
  }

  .job-preview-title-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }

  .job-preview-actions {
    flex-direction: column;
  }

  .job-preview-btn {
    width: 100%;
  }
}

/* Employer Dashboard Section */
.employer-dashboard-section {
  background-color: #F5F5F5;
  padding: 60px 0 80px;
  min-height: calc(100vh - 200px);
}

.employer-dashboard-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  /* padding: 0 24px; */
  position: relative;
}

/* Header */
.employer-dashboard-header {
  text-align: center;
  margin-bottom: 48px;
}

.employer-dashboard-title {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 32px;
  letter-spacing: 0%;
  text-align: center;
  color: #111111;
  margin: 0 0 12px 0;
}

.employer-dashboard-subtitle {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #6B7280;
  margin: 0;
}

/* Recent Applications Card */
.recent-applications-card {
  background-color: #FFFFFF;
  border: 1px solid #E5E5E7;
  border-radius: 0;
  /* padding: 24px; */
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  margin-bottom: 24px;
}

.applications-card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px;
  /* margin-bottom: 24px; */
}

.applications-title-wrapper {
  display: flex;
  align-items: center;
  gap: 12px;
}

.applications-title {
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.4;
  color: #111111;
  margin: 0;
}

.applications-count {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.4;
  color: #9333EA;
}

.view-all-btn {
  padding: 8px 16px;
  border: 1px solid #E5E5E5;
  border-radius: 0;
  background-color: #FFFFFF;
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: #111111;
  cursor: pointer;
  transition: all 0.3s ease;
}

.view-all-btn:hover {
  background-color: #F5F5F5;
}

/* Applications Table */
.applications-table-wrapper {
  overflow-x: auto;
}

.applications-table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #E5E5E7;
  border-radius: 0;
}

.applications-table thead {
  background-color: #F9FAFB;
}

.applications-table th {
  padding: 12px 16px;
  text-align: left;
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.4;
  color: #6B7280;
  border-bottom: 1px solid #E5E5E5;
}

.applications-table td {
  padding: 16px;
  border-bottom: 1px solid #F3F4F6;
}

.applications-table tbody tr:hover {
  background-color: #F9FAFB;
}

.applications-table tbody tr:last-child td {
  border-bottom: none;
}

/* Applicant Info */
.applicant-info {
  display: flex;
  align-items: center;
  gap: 12px;
}

.applicant-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
}

.applicant-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.avatar-placeholder {
  width: 100%;
  height: 100%;
  background-color: #FCE7F3;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 14px;
  color: #EC4899;
}

.applicant-details {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.applicant-name {
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.4;
  color: #111111;
}

.applicant-handle {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.4;
  color: #6B7280;
}

.job-title {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0%;
  color: #475467;
}

.match-percentage {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0%;
  color: #475467;
}

/* Status Badge */
.status-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px 12px;
  border-radius: 0;
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 1.4;
}

.status-badge.status-interview,
.status-badge.status-new,
.status-badge.status-screening,
.status-badge.status-offer {
  color: #22C55E;
  background-color: #F0FDF4;
}

.status-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #22C55E;
}

.applied-time {
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0%;
  background: linear-gradient(180deg, #90AEED 0%, #3F5793 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

/* Action Icons */
.action-icons {
  display: flex;
  align-items: center;
  gap: 12px;
}

.action-icon-btn {
  background: none;
  border: none;
  padding: 4px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s ease;
}

.action-icon-btn:hover {
  opacity: 0.7;
}

.action-icon-btn svg {
  display: block;
}

/* Post New Job Button */
.post-job-button-wrapper {
  /* position: fixed; */
  /* bottom: 40px; */
  /* right: 40px; */
  /* z-index: 100; */
  display: flex;
  justify-content: flex-end;
}

.post-job-btn {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 14px 24px;
  border: 2px solid #C9A24D;
  border-radius: 0;
  background-color: #FFFFFF;
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 16px;
  color: #C9A24D;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.post-job-btn:hover {
  background-color: #C9A24D;
  color: #FFFFFF;
}

.post-job-btn svg {
  flex-shrink: 0;
}

/* Responsive Styles */
@media (max-width: 768px) {
  .employer-dashboard-wrapper {
    /* padding: 0 16px; */
  }

  .employer-dashboard-title {
    font-size: 24px;
  }

  .applications-card-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }

  .applications-table-wrapper {
    overflow-x: scroll;
  }

  .applications-table {
    min-width: 800px;
  }

  .post-job-button-wrapper {
    bottom: 20px;
    right: 20px;
  }

  .post-job-btn {
    padding: 12px 20px;
    font-size: 14px;
  }
}

/* PROJECT RECRUITING PAGE STYLES */
.project-recruiting-hero-subtitle {
  font-size: 24px;
  color: #ffffff;
  margin: 20px 0 0 0;
  font-family: 'Inter', sans-serif;
}

.project-recruiting-section {
  padding: 80px 0;
  background-color: #ffffff;
}

.project-recruiting-section-alt {
  background-color: #fafafa;
}

.project-recruiting-section-dark {
  background-color: #2B2B2B;
  padding: 80px 0;
}

.project-recruiting-content {
  max-width: 900px;
  margin: 0 auto;
}

.project-recruiting-text {
  font-size: 18px;
  color: #666;
  line-height: 1.8;
  margin-bottom: 20px;
  font-family: 'Inter', sans-serif;
}

.project-recruiting-text:last-child {
  margin-bottom: 0;
}

.project-recruiting-heading {
  font-size: 36px;
  font-weight: 700;
  color: #1a1a1a;
  margin: 0 0 20px 0;
  font-family: 'Poppins', sans-serif;
}

.project-recruiting-heading-large {
  font-size: 24px;
  font-weight: 600;
  color: #d0af32;
  margin: 0 0 30px 0;
  font-family: 'Poppins', sans-serif;
}

.project-recruiting-subheading {
  font-size: 24px;
  font-weight: 600;
  color: #1a1a1a;
  margin: 0 0 10px 0;
  font-family: 'Poppins', sans-serif;
}

.project-recruiting-contact-image {
  width: 100%;
  height: 400px;
  background-color: #e5e5e5;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.project-recruiting-contact-image i {
  font-size: 120px;
  color: #999;
}

.project-recruiting-contact-info {
  margin-bottom: 30px;
}

.project-recruiting-contact-item {
  font-size: 16px;
  color: #666;
  margin: 5px 0;
  font-family: 'Inter', sans-serif;
}

.project-recruiting-contact-item i {
  color: #d0af32;
  margin-right: 10px;
}

.project-recruiting-contact-item a {
  color: #666;
  text-decoration: none;
  transition: color 0.3s ease;
}

.project-recruiting-contact-item a:hover {
  color: #d0af32;
}

.project-recruiting-partnership-visual {
  position: relative;
  width: 100%;
  height: 400px;
  background: linear-gradient(135deg, #d0af32 0%, #b69315 50%, #d0af32 100%);
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.project-recruiting-partnership-overlay-left {
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
  background-color: rgba(26, 26, 26, 0.3);
}

.project-recruiting-partnership-overlay-right {
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  height: 100%;
  background-color: rgba(26, 26, 26, 0.1);
}

.project-recruiting-partnership-icon {
  position: relative;
  z-index: 2;
  text-align: center;
}

.project-recruiting-partnership-icon i {
  font-size: 80px;
  color: #1a1a1a;
  opacity: 0.7;
}

.project-recruiting-partnership-text {
  font-size: 24px;
  font-weight: 600;
  color: #ffffff;
  margin: 0 0 20px 0;
  font-family: 'Poppins', sans-serif;
}

.project-recruiting-partnership-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  margin-bottom: 30px;
}

.project-recruiting-partnership-logo-icon {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, #d0af32 0%, #b69315 100%);
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.project-recruiting-partnership-logo-icon i {
  font-size: 30px;
  color: #1a1a1a;
}

.project-recruiting-partnership-logo-text {
  font-size: 32px;
  font-weight: 700;
  color: #ffffff;
  margin: 0;
  font-family: 'Poppins', sans-serif;
}

.project-recruiting-partnership-subtext {
  font-size: 18px;
  color: #d0af32;
  margin: 0 0 30px 0;
  font-family: 'Inter', sans-serif;
}

.project-recruiting-btn-outline {
  background: transparent;
  border: 2px solid #d0af32;
  border-radius: 0;
  color: #d0af32;
  font-family: 'Manrope', sans-serif;
  font-weight: 500;
  font-size: 14px;
  padding: 10px 30px;
  text-decoration: none;
  display: inline-block;
  transition: all 0.3s;
}

.project-recruiting-btn-outline:hover {
  background-color: #d0af32;
  color: #1a1a1a;
  border-color: #d0af32;
}

/* Responsive Styles for Project Recruiting */
@media (max-width: 991.98px) {
  .project-recruiting-hero-subtitle {
    font-size: 20px;
  }

  .project-recruiting-section {
    padding: 60px 0;
  }

  .project-recruiting-section-dark {
    padding: 60px 0;
  }

  .project-recruiting-heading {
    font-size: 28px;
  }

  .project-recruiting-heading-large {
    font-size: 20px;
  }

  .project-recruiting-text {
    font-size: 16px;
  }

  .project-recruiting-contact-image {
    height: 300px;
  }

  .project-recruiting-contact-image i {
    font-size: 80px;
  }

  .project-recruiting-partnership-visual {
    height: 300px;
  }

  .project-recruiting-partnership-icon i {
    font-size: 60px;
  }

  .project-recruiting-partnership-logo-text {
    font-size: 24px;
  }
}

@media (max-width: 767.98px) {
  .project-recruiting-hero-subtitle {
    font-size: 18px;
    margin: 15px 0 0 0;
  }

  .project-recruiting-section {
    padding: 40px 0;
  }

  .project-recruiting-section-dark {
    padding: 40px 0;
  }

  .project-recruiting-heading {
    font-size: 24px;
    margin-bottom: 15px;
  }

  .project-recruiting-heading-large {
    font-size: 18px;
    margin-bottom: 20px;
  }

  .project-recruiting-subheading {
    font-size: 20px;
  }

  .project-recruiting-text {
    font-size: 16px;
    margin-bottom: 15px;
  }

  .project-recruiting-contact-image {
    height: 250px;
    margin-bottom: 30px;
  }

  .project-recruiting-contact-image i {
    font-size: 60px;
  }

  .project-recruiting-partnership-visual {
    height: 250px;
    margin-bottom: 30px;
  }

  .project-recruiting-partnership-icon i {
    font-size: 50px;
  }

  .project-recruiting-partnership-text {
    font-size: 20px;
  }

  .project-recruiting-partnership-logo {
    flex-direction: column;
    gap: 10px;
  }

  .project-recruiting-partnership-logo-text {
    font-size: 20px;
  }

  .project-recruiting-partnership-subtext {
    font-size: 16px;
  }
}

@media (max-width: 575.98px) {
  .project-recruiting-hero-subtitle {
    font-size: 16px;
  }

  .project-recruiting-section {
    padding: 30px 0;
  }

  .project-recruiting-section-dark {
    padding: 30px 0;
  }

  .project-recruiting-heading {
    font-size: 22px;
  }

  .project-recruiting-heading-large {
    font-size: 16px;
  }

  .project-recruiting-text {
    font-size: 15px;
  }

  .project-recruiting-contact-image {
    height: 200px;
  }

  .project-recruiting-contact-image i {
    font-size: 50px;
  }

  .project-recruiting-partnership-visual {
    height: 200px;
  }

  .project-recruiting-partnership-icon i {
    font-size: 40px;
  }

  .project-recruiting-partnership-text {
    font-size: 18px;
  }

  .project-recruiting-partnership-logo-text {
    font-size: 18px;
  }

  .project-recruiting-partnership-subtext {
    font-size: 14px;
  }
}

/* EMPLOYMENT MODAL PAGE STYLES */
.employment-modal-section {
  padding: 80px 0;
  background-color: #ffffff;
}

.employment-modal-section-alt {
  background-color: #fafafa;
}

.employment-modal-diagram-container {
  position: relative;
  padding: 40px;
  background-color: #fafafa;
  border-radius: 0;
}

.employment-modal-diagram-container-white {
  background-color: #ffffff;
}

.employment-modal-logo-wrapper {
  text-align: center;
  margin-bottom: 40px;
}

.employment-modal-logo-box {
  display: inline-block;
  width: 80px;
  height: 80px;
  background-color: #e5e5e5;
  border-radius: 0;
  position: relative;
  padding: 20px;
}

.employment-modal-logo-triangle {
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 25px solid #1a1a1a;
  margin: 0 auto;
}

.employment-modal-logo-text {
  font-size: 14px;
  font-weight: 600;
  color: #1a1a1a;
  margin: 10px 0 0 0;
  font-family: 'Poppins', sans-serif;
}

.employment-modal-flow-diagram {
  position: relative;
  min-height: 400px;
}

.employment-modal-flow-diagram-small {
  min-height: 350px;
}

.employment-modal-top-labels {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}

.employment-modal-label {
  text-align: center;
  flex: 1;
}

.employment-modal-label-text {
  font-size: 12px;
  color: #666;
  margin: 0;
  font-family: 'Inter', sans-serif;
}

.employment-modal-dotted-line-vertical {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  height: 60px;
  border-left: 2px dotted #999;
}

.employment-modal-dotted-line-horizontal-top {
  position: absolute;
  top: 60px;
  left: 25%;
  width: 25%;
  border-top: 2px dotted #999;
}

.employment-modal-dotted-line-horizontal-top-right {
  position: absolute;
  top: 60px;
  right: 25%;
  width: 25%;
  border-top: 2px dotted #999;
}

.employment-modal-company-diamond {
  position: absolute;
  top: 100px;
  left: 15%;
  transform: translateX(-50%) rotate(45deg);
  width: 100px;
  height: 100px;
  background-color: #e5e5e5;
  border: 2px solid #999;
  border-radius: 0;
}

.employment-modal-company-diamond-alt {
  top: 120px;
}

.employment-modal-diamond-inner {
  transform: rotate(-45deg);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.employment-modal-diamond-icon {
  font-size: 24px;
  color: #666;
}

.employment-modal-diamond-label {
  position: absolute;
  top: 220px;
  left: 15%;
  transform: translateX(-50%);
  font-size: 12px;
  color: #666;
  white-space: nowrap;
  font-family: 'Inter', sans-serif;
}

.employment-modal-diamond-label-alt {
  top: 240px;
}

.employment-modal-candidate-diamond {
  position: absolute;
  top: 100px;
  right: 15%;
  transform: translateX(50%) rotate(45deg);
  width: 100px;
  height: 100px;
  background-color: #e5e5e5;
  border: 2px solid #999;
  border-radius: 0;
}

.employment-modal-candidate-diamond-bottom {
  bottom: 0;
  top: auto;
  left: 50%;
  right: auto;
  transform: translateX(-50%) rotate(45deg);
}

.employment-modal-candidate-label {
  position: absolute;
  top: 220px;
  right: 15%;
  transform: translateX(50%);
  font-size: 12px;
  color: #666;
  white-space: nowrap;
  font-family: 'Inter', sans-serif;
}

.employment-modal-candidate-label-bottom {
  bottom: -30px;
  top: auto;
  left: 50%;
  right: auto;
  transform: translateX(-50%);
}

.employment-modal-employment-square {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 120px;
  height: 120px;
  background-color: #d0af32;
  border: 2px solid #b69315;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.employment-modal-employment-square-top {
  position: relative;
  display: inline-block;
  width: 100px;
  height: 100px;
  background-color: #d0af32;
  border: 2px solid #b69315;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.employment-modal-employment-icon {
  font-size: 32px;
  color: #1a1a1a;
}

.employment-modal-employment-icon-small {
  font-size: 28px;
}

.employment-modal-employment-label {
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 12px;
  color: #666;
  white-space: nowrap;
  font-family: 'Inter', sans-serif;
}

.employment-modal-employment-label-top {
  font-size: 12px;
  color: #666;
  margin: 10px 0 0 0;
  font-family: 'Inter', sans-serif;
}

.employment-modal-dotted-line-diagonal-left {
  position: absolute;
  bottom: 120px;
  left: 15%;
  width: 35%;
  border-top: 2px dotted #999;
  transform: rotate(-25deg);
  transform-origin: left;
}

.employment-modal-dotted-line-diagonal-right {
  position: absolute;
  bottom: 120px;
  right: 15%;
  width: 35%;
  border-top: 2px dotted #999;
  transform: rotate(25deg);
  transform-origin: right;
}

.employment-modal-dotted-line-diagonal-left-alt {
  top: 170px;
  bottom: auto;
}

.employment-modal-dotted-line-vertical-bottom {
  position: absolute;
  bottom: 100px;
  left: 50%;
  width: 2px;
  height: 80px;
  border-left: 2px dotted #999;
}

.employment-modal-heading {
  font-size: 36px;
  font-weight: 700;
  color: #1a1a1a;
  margin: 0 0 24px 0;
  font-family: 'Poppins', sans-serif;
}

.employment-modal-text {
  font-size: 16px;
  color: #666;
  line-height: 1.8;
  margin: 0;
  font-family: 'Inter', sans-serif;
}

/* Responsive Styles for Employment Modal */
@media (max-width: 991.98px) {
  .employment-modal-section {
    padding: 60px 0;
  }

  .employment-modal-diagram-container {
    padding: 30px;
  }

  .employment-modal-flow-diagram {
    min-height: 350px;
  }

  .employment-modal-flow-diagram-small {
    min-height: 300px;
  }

  .employment-modal-heading {
    font-size: 28px;
  }
}

@media (max-width: 767.98px) {
  .employment-modal-section {
    padding: 40px 0;
  }

  .employment-modal-diagram-container {
    padding: 20px;
    margin-bottom: 30px;
  }

  .employment-modal-logo-box {
    width: 60px;
    height: 60px;
    padding: 15px;
  }

  .employment-modal-logo-triangle {
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 20px solid #1a1a1a;
  }

  .employment-modal-flow-diagram {
    min-height: 300px;
  }

  .employment-modal-flow-diagram-small {
    min-height: 250px;
  }

  .employment-modal-company-diamond,
  .employment-modal-candidate-diamond {
    width: 80px;
    height: 80px;
  }

  .employment-modal-diamond-icon {
    font-size: 20px;
  }

  .employment-modal-employment-square {
    width: 100px;
    height: 100px;
  }

  .employment-modal-employment-icon {
    font-size: 28px;
  }

  .employment-modal-heading {
    font-size: 24px;
    margin-bottom: 20px;
  }

  .employment-modal-text {
    font-size: 15px;
  }
}

@media (max-width: 575.98px) {
  .employment-modal-section {
    padding: 30px 0;
  }

  .employment-modal-diagram-container {
    padding: 15px;
  }

  .employment-modal-logo-box {
    width: 50px;
    height: 50px;
    padding: 12px;
  }

  .employment-modal-flow-diagram {
    min-height: 250px;
  }

  .employment-modal-flow-diagram-small {
    min-height: 200px;
  }

  .employment-modal-company-diamond,
  .employment-modal-candidate-diamond {
    width: 70px;
    height: 70px;
  }

  .employment-modal-diamond-icon {
    font-size: 18px;
  }

  .employment-modal-employment-square {
    width: 90px;
    height: 90px;
  }

  .employment-modal-employment-icon {
    font-size: 24px;
  }

  .employment-modal-heading {
    font-size: 22px;
  }
}

/* EXECUTIVE SEARCH PAGE STYLES */
.executive-search-section {
  padding: 80px 0;
  background-color: #ffffff;
}

.executive-search-section-alt {
  background-color: #fafafa;
}

.executive-search-heading {
  font-size: 36px;
  font-weight: 700;
  color: #1a1a1a;
  margin: 0 0 30px 0;
  font-family: 'Poppins', sans-serif;
}

.executive-search-text {
  font-size: 18px;
  color: #666;
  line-height: 1.8;
  margin-bottom: 20px;
  font-family: 'Inter', sans-serif;
}

.executive-search-text:last-child {
  margin-bottom: 0;
}

.executive-search-subheading {
  font-size: 24px;
  font-weight: 600;
  color: #1a1a1a;
  margin: 0 0 15px 0;
  font-family: 'Poppins', sans-serif;
}

.executive-search-content-block {
  margin: 40px 0;
}

.executive-search-blockquote {
  font-size: 20px;
  color: #d0af32;
  line-height: 1.8;
  font-style: italic;
  margin: 30px 0;
  padding-left: 30px;
  border-left: 4px solid #d0af32;
  font-family: 'Inter', sans-serif;
}

.executive-search-contact-image {
  width: 100%;
  height: 400px;
  background-color: #e5e5e5;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.executive-search-contact-image i {
  font-size: 120px;
  color: #999;
}

.executive-search-contact-info {
  margin-bottom: 30px;
}

.executive-search-contact-item {
  font-size: 16px;
  color: #666;
  margin: 5px 0;
  font-family: 'Inter', sans-serif;
}

.executive-search-contact-item i {
  color: #d0af32;
  margin-right: 10px;
}

.executive-search-contact-item a {
  color: #666;
  text-decoration: none;
  transition: color 0.3s ease;
}

.executive-search-contact-item a:hover {
  color: #d0af32;
}

.executive-search-testimonial-label {
  font-size: 14px;
  color: #d0af32;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0 0 20px 0;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
}

.executive-search-testimonial-quote {
  font-size: 20px;
  color: #1a1a1a;
  line-height: 1.8;
  font-style: italic;
  margin: 0 0 20px 0;
  font-family: 'Inter', sans-serif;
}

.executive-search-testimonial-author {
  font-size: 16px;
  color: #666;
  margin: 0;
  font-family: 'Inter', sans-serif;
}

.executive-search-partnership-box {
  position: relative;
  background-color: #2B2B2B;
  padding: 60px 40px;
  border-radius: 0;
  text-align: center;
  margin-top: 40px;
}

.executive-search-partnership-icons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-bottom: 20px;
}

.executive-search-partnership-icon-box {
  width: 150px;
  height: 150px;
  background: linear-gradient(135deg, #d0af32 0%, #b69315 100%);
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.executive-search-partnership-icon-box-alt {
  background: linear-gradient(135deg, #b69315 0%, #d0af32 100%);
}

.executive-search-partnership-icon-box i {
  font-size: 60px;
  color: #1a1a1a;
}

.executive-search-partnership-title {
  font-size: 24px;
  font-weight: 600;
  color: #ffffff;
  margin: 0 0 10px 0;
  font-family: 'Poppins', sans-serif;
}

.executive-search-partnership-subtitle {
  font-size: 16px;
  color: #d0af32;
  margin: 0 0 30px 0;
  font-family: 'Inter', sans-serif;
}

/* Responsive Styles for Executive Search */
@media (max-width: 991.98px) {
  .executive-search-section {
    padding: 60px 0;
  }

  .executive-search-heading {
    font-size: 28px;
  }

  .executive-search-text {
    font-size: 16px;
  }

  .executive-search-contact-image {
    height: 300px;
  }

  .executive-search-contact-image i {
    font-size: 80px;
  }

  .executive-search-partnership-box {
    padding: 40px 30px;
  }

  .executive-search-partnership-icon-box {
    width: 120px;
    height: 120px;
  }

  .executive-search-partnership-icon-box i {
    font-size: 50px;
  }
}

@media (max-width: 767.98px) {
  .executive-search-section {
    padding: 40px 0;
  }

  .executive-search-heading {
    font-size: 24px;
    margin-bottom: 20px;
  }

  .executive-search-subheading {
    font-size: 20px;
  }

  .executive-search-text {
    font-size: 16px;
  }

  .executive-search-blockquote {
    font-size: 18px;
    padding-left: 20px;
  }

  .executive-search-contact-image {
    height: 250px;
    margin-bottom: 30px;
  }

  .executive-search-contact-image i {
    font-size: 60px;
  }

  .executive-search-partnership-box {
    padding: 30px 20px;
  }

  .executive-search-partnership-icons {
    flex-direction: column;
    gap: 15px;
  }

  .executive-search-partnership-icon-box {
    width: 100px;
    height: 100px;
  }

  .executive-search-partnership-icon-box i {
    font-size: 40px;
  }

  .executive-search-partnership-title {
    font-size: 20px;
  }
}

@media (max-width: 575.98px) {
  .executive-search-section {
    padding: 30px 0;
  }

  .executive-search-heading {
    font-size: 22px;
  }

  .executive-search-text {
    font-size: 15px;
  }

  .executive-search-blockquote {
    font-size: 16px;
  }

  .executive-search-contact-image {
    height: 200px;
  }

  .executive-search-contact-image i {
    font-size: 50px;
  }

  .executive-search-partnership-icon-box {
    width: 80px;
    height: 80px;
  }

  .executive-search-partnership-icon-box i {
    font-size: 35px;
  }
}

/* PAYROLLING PAGE STYLES */
.payrolling-section {
  padding: 80px 0;
  background-color: #ffffff;
}

.payrolling-section-gold {
  background-color: #d0af32;
  padding: 80px 0;
}

.payrolling-section-alt {
  background-color: #fafafa;
}

.payrolling-text {
  font-size: 18px;
  color: #666;
  line-height: 1.8;
  margin-bottom: 20px;
  font-family: 'Inter', sans-serif;
}

.payrolling-text:last-child {
  margin-bottom: 0;
}

.payrolling-text-bold {
  font-size: 18px;
  color: #1a1a1a;
  line-height: 1.8;
  font-weight: 600;
  margin: 0 0 30px 0;
  font-family: 'Inter', sans-serif;
}

.payrolling-text-gold {
  font-size: 16px;
  color: #d0af32;
  line-height: 1.8;
  margin: 0;
  font-family: 'Inter', sans-serif;
}

.payrolling-text-gold a {
  color: #d0af32;
  text-decoration: underline;
}

.payrolling-benefits-heading {
  font-size: 32px;
  font-weight: 700;
  color: #1a1a1a;
  margin: 0 0 50px 0;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-family: 'Poppins', sans-serif;
}

.payrolling-benefit-item {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}

.payrolling-benefit-icon {
  flex-shrink: 0;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.payrolling-benefit-icon span {
  font-size: 24px;
  color: #1a1a1a;
  font-weight: bold;
}

.payrolling-benefit-content h3 {
  font-size: 20px;
  font-weight: 600;
  color: #1a1a1a;
  margin: 0 0 10px 0;
  font-family: 'Poppins', sans-serif;
}

.payrolling-benefit-content p {
  font-size: 16px;
  color: #1a1a1a;
  line-height: 1.8;
  margin: 0;
  font-family: 'Inter', sans-serif;
}

.payrolling-contact-image {
  width: 100%;
  height: 400px;
  background-color: #e5e5e5;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.payrolling-contact-image i {
  font-size: 120px;
  color: #999;
}

.payrolling-contact-heading {
  font-size: 36px;
  font-weight: 700;
  color: #1a1a1a;
  margin: 0 0 20px 0;
  font-family: 'Poppins', sans-serif;
}

.payrolling-contact-info {
  margin-bottom: 30px;
}

.payrolling-contact-item {
  font-size: 16px;
  color: #666;
  margin: 5px 0;
  font-family: 'Inter', sans-serif;
}

.payrolling-contact-item i {
  color: #d0af32;
  margin-right: 10px;
}

.payrolling-contact-item a {
  color: #666;
  text-decoration: none;
  transition: color 0.3s ease;
}

.payrolling-contact-item a:hover {
  color: #d0af32;
}

.payrolling-testimonial-quote {
  font-size: 20px;
  color: #1a1a1a;
  line-height: 1.8;
  font-style: italic;
  margin: 0 0 20px 0;
  font-family: 'Inter', sans-serif;
}

.payrolling-testimonial-author {
  font-size: 16px;
  color: #666;
  margin: 0;
  font-family: 'Inter', sans-serif;
}

/* Responsive Styles for Payrolling */
@media (max-width: 991.98px) {
  .payrolling-section {
    padding: 60px 0;
  }

  .payrolling-section-gold {
    padding: 60px 0;
  }

  .payrolling-benefits-heading {
    font-size: 28px;
    margin-bottom: 40px;
  }

  .payrolling-contact-image {
    height: 300px;
  }

  .payrolling-contact-image i {
    font-size: 80px;
  }

  .payrolling-contact-heading {
    font-size: 28px;
  }
}

@media (max-width: 767.98px) {
  .payrolling-section {
    padding: 40px 0;
  }

  .payrolling-section-gold {
    padding: 40px 0;
  }

  .payrolling-text {
    font-size: 16px;
  }

  .payrolling-benefits-heading {
    font-size: 24px;
    margin-bottom: 30px;
  }

  .payrolling-benefit-content h3 {
    font-size: 18px;
  }

  .payrolling-benefit-content p {
    font-size: 15px;
  }

  .payrolling-contact-image {
    height: 250px;
    margin-bottom: 30px;
  }

  .payrolling-contact-image i {
    font-size: 60px;
  }

  .payrolling-contact-heading {
    font-size: 24px;
  }
}

@media (max-width: 575.98px) {
  .payrolling-section {
    padding: 30px 0;
  }

  .payrolling-section-gold {
    padding: 30px 0;
  }

  .payrolling-text {
    font-size: 15px;
  }

  .payrolling-benefits-heading {
    font-size: 20px;
  }

  .payrolling-benefit-content h3 {
    font-size: 16px;
  }

  .payrolling-benefit-content p {
    font-size: 14px;
  }

  .payrolling-contact-image {
    height: 200px;
  }

  .payrolling-contact-image i {
    font-size: 50px;
  }

  .payrolling-contact-heading {
    font-size: 22px;
  }
}

/* PLACEMENT PAGE STYLES */
.placement-section {
  padding: 80px 0;
  background-color: #ffffff;
}

.placement-section-alt {
  background-color: #fafafa;
}

.placement-section-gold {
  background-color: #d0af32;
  padding: 80px 0;
}

.placement-section-dark {
  background-color: #2B2B2B;
  padding: 80px 0;
}

.placement-text {
  font-size: 18px;
  color: #666;
  line-height: 1.8;
  margin: 0;
  font-family: 'Inter', sans-serif;
}

.placement-text:not(:last-child) {
  margin-bottom: 20px;
}

.placement-heading {
  font-size: 36px;
  font-weight: 700;
  color: #1a1a1a;
  margin: 0 0 30px 0;
  font-family: 'Poppins', sans-serif;
}

.placement-highlight {
  font-size: 20px;
  color: #d0af32;
  line-height: 1.8;
  font-style: italic;
  margin: 0;
  font-weight: 500;
  font-family: 'Inter', sans-serif;
}

.placement-benefits-heading {
  font-size: 32px;
  font-weight: 700;
  color: #1a1a1a;
  margin: 0 0 50px 0;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-family: 'Poppins', sans-serif;
}

.placement-benefits-heading-dark {
  color: #ffffff;
}

.placement-benefit-item {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}

.placement-benefit-icon {
  flex-shrink: 0;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.placement-benefit-icon span {
  font-size: 24px;
  color: #1a1a1a;
  font-weight: bold;
}

.placement-benefit-content h3 {
  font-size: 20px;
  font-weight: 600;
  color: #1a1a1a;
  margin: 0 0 10px 0;
  font-family: 'Poppins', sans-serif;
}

.placement-benefit-content p {
  font-size: 16px;
  color: #1a1a1a;
  line-height: 1.8;
  margin: 0;
  font-family: 'Inter', sans-serif;
}

.placement-open-positions-heading {
  font-size: 32px;
  font-weight: 700;
  color: #ffffff;
  margin: 0 0 50px 0;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-family: 'Poppins', sans-serif;
}

.placement-job-link {
  text-decoration: none;
  color: inherit;
}

.placement-job-title {
  font-size: 18px;
  color: #ffffff;
  margin: 0;
  font-family: 'Inter', sans-serif;
  transition: color 0.3s;
}

.placement-job-title:hover {
  color: #d0af32;
}

.placement-job-location {
  color: #d0af32;
}

.placement-no-jobs {
  font-size: 18px;
  color: #ffffff;
  text-align: center;
  margin: 0;
  font-family: 'Inter', sans-serif;
}

.placement-btn-outline {
  background: transparent;
  border: 2px solid #d0af32;
  border-radius: 0;
  color: #d0af32;
  font-family: 'Manrope', sans-serif;
  font-weight: 500;
  font-size: 14px;
  padding: 10px 30px;
  text-decoration: none;
  display: inline-block;
  transition: all 0.3s;
}

.placement-btn-outline:hover {
  background-color: #d0af32;
  color: #1a1a1a;
  border-color: #d0af32;
}

/* Responsive Styles for Placement */
@media (max-width: 991.98px) {
  .placement-section {
    padding: 60px 0;
  }

  .placement-section-gold,
  .placement-section-dark {
    padding: 60px 0;
  }

  .placement-heading {
    font-size: 28px;
  }

  .placement-benefits-heading,
  .placement-open-positions-heading {
    font-size: 28px;
    margin-bottom: 40px;
  }
}

@media (max-width: 767.98px) {
  .placement-section {
    padding: 40px 0;
  }

  .placement-section-gold,
  .placement-section-dark {
    padding: 40px 0;
  }

  .placement-heading {
    font-size: 24px;
    margin-bottom: 20px;
  }

  .placement-highlight {
    font-size: 18px;
  }

  .placement-text {
    font-size: 16px;
  }

  .placement-benefits-heading,
  .placement-open-positions-heading {
    font-size: 24px;
    margin-bottom: 30px;
  }

  .placement-benefit-content h3 {
    font-size: 18px;
  }

  .placement-benefit-content p {
    font-size: 15px;
  }

  .placement-job-title {
    font-size: 16px;
  }
}

@media (max-width: 575.98px) {
  .placement-section {
    padding: 30px 0;
  }

  .placement-section-gold,
  .placement-section-dark {
    padding: 30px 0;
  }

  .placement-heading {
    font-size: 22px;
  }

  .placement-highlight {
    font-size: 16px;
  }

  .placement-text {
    font-size: 15px;
  }

  .placement-benefits-heading,
  .placement-open-positions-heading {
    font-size: 20px;
  }

  .placement-benefit-content h3 {
    font-size: 16px;
  }

  .placement-benefit-content p {
    font-size: 14px;
  }

  .placement-job-title {
    font-size: 15px;
  }
}

/* JOB SEARCH PAGE STYLES */
.job-search-filters-sidebar {
  background-color: #ffffff;
  border-radius: 8px;
  position: sticky;
  top: 20px;
}

.job-search-filters-title {
  font-size: 18px;
  font-weight: 600;
  color: #1a1a1a;
  margin-bottom: 24px;
  padding-bottom: 16px;
  border-bottom: 1px solid #e5e5e5;
}

.job-search-filter-form {
  display: flex;
  flex-direction: column;
  /* gap: 24px; */
}

.job-search-filter-field {
  width: 100%;
}

.job-search-filter-label {
  display: block;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 500;
  color: #4E4E4E;
  font-family: 'Poppins', sans-serif;
}

.job-search-filter-input-wrapper {
  position: relative;
  width: 100%;
}

.job-search-filter-icon {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  pointer-events: none;
  z-index: 1;
}

.job-search-filter-input {
  width: 100%;
  padding: 10px 10px 10px 40px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 14px;
  font-family: 'Inter', sans-serif;
  box-sizing: border-box;
}

.job-search-filter-select {
  width: 100%;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 14px;
  background-color: white;
  font-family: 'Inter', sans-serif;
  box-sizing: border-box;
  cursor: pointer;
}

.job-search-filter-checkbox-wrapper {
  width: 100%;
}

.job-search-filter-checkbox-label {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  font-weight: 500;
  color: #4E4E4E;
  cursor: pointer;
  font-family: 'Poppins', sans-serif;
  margin: 0;
}

.job-search-filter-checkbox {
  width: 18px;
  height: 18px;
  cursor: pointer;
  margin: 0;
  flex-shrink: 0;
}

.job-search-filter-checkbox-text {
  line-height: 1.4;
}

.job-search-filter-button {
  width: 100%;
  background: linear-gradient(90deg, #d0af32 25.48%, #b69315 100%);
  border-radius: 0;
  border: none;
  font-family: 'Manrope', sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  color: white;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  transition: background 0.3s;
  margin-top: 8px;
}

.job-search-filter-clear {
  display: block;
  text-align: center;
  padding: 10px;
  color: #d0af32;
  text-decoration: none;
  font-size: 13px;
  font-weight: 500;
  transition: color 0.3s;
  font-family: 'Manrope', sans-serif;
  margin-top: 8px;
}

.job-search-filter-clear:hover {
  color: #b69315;
}

/* JOB LISTINGS STYLES */
.job-listings-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  background-color: #f9f9f9;
  border-radius: 0;
}

.job-listings-header-title {
  font-size: 20px;
  font-weight: 600;
  color: #1a1a1a;
  margin: 0;
}

.job-listings-header-count {
  font-size: 14px;
  color: #666;
}

.job-item-card {
  background-color: #ffffff;
  border-radius: 0;
  padding: 24px;
  margin-bottom: 24px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  transition: box-shadow 0.3s ease;
}

.job-item-card:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15) !important;
}

.job-card-title {
  font-size: 24px;
  font-weight: 700;
  color: #1a1a1a;
  margin: 0 0 16px 0;
  line-height: 1.3;
  font-family: 'Poppins', sans-serif;
}

.job-card-attributes {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
  margin-bottom: 16px;
}

.job-card-attribute {
  display: flex;
  align-items: center;
  gap: 6px;
}

.job-card-attribute-icon {
  font-size: 16px;
  color: #d0af32;
}

.job-card-attribute-text {
  font-size: 14px;
  color: #4E4E4E;
  font-family: 'Inter', sans-serif;
}

.job-card-remote-tag {
  background-color: #d0af32;
  color: #1a1a1a;
  padding: 4px 12px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 500;
  font-family: 'Inter', sans-serif;
}

.job-card-description {
  font-size: 14px;
  color: #4E4E4E;
  line-height: 1.6;
  margin: 0 0 5px 0;
  font-family: 'Inter', sans-serif;
}

.job-card-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 16px;
  border-top: 1px solid #e5e5e5;
}

.job-card-salary {
  font-size: 14px;
  color: #d0af32;
  font-weight: 500;
  margin: 0;
  font-family: 'Inter', sans-serif;
}

.job-card-footer-right {
  display: flex;
  align-items: center;
  gap: 16px;
}

.job-card-time {
  font-size: 14px;
  color: #666;
  font-family: 'Inter', sans-serif;
}

.job-card-view-details {
  background: linear-gradient(90deg, #d0af32 25.48%, #b69315 100%);
  border-radius: 0;
  border: none;
  font-family: 'Manrope', sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  color: white;
  height: 38px;
  padding: 0 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  transition: background 0.3s;
}

.job-card-view-details:hover {
  background-color: #b89a2a !important;
}

.job-card-empty {
  text-align: center;
}

.job-card-empty-title {
  font-size: 20px;
  font-weight: 600;
  color: #1a1a1a;
  margin: 0 0 12px 0;
  font-family: 'Poppins', sans-serif;
}

.job-card-empty-text {
  font-size: 14px;
  color: #666;
  margin: 0;
  font-family: 'Inter', sans-serif;
}

/* Responsive Styles for Job Search */
@media (max-width: 991.98px) {
  .job-search-filters-sidebar {
    position: static;
    margin-bottom: 30px;
  }

  .job-listings-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
}

@media (max-width: 767.98px) {
  .job-card-title {
    font-size: 20px;
  }

  .job-card-attributes {
    gap: 12px;
  }

  .job-card-footer {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }

  .job-card-footer-right {
    width: 100%;
    justify-content: space-between;
  }
}

@media (max-width: 575.98px) {
  .job-item-card {
    padding: 16px;
  }

  .job-card-title {
    font-size: 18px;
  }

  .job-card-attribute-text {
    font-size: 13px;
  }

  .job-card-description {
    font-size: 13px;
  }
}

/* Pagination Styling */
.job-listings-footer nav[role="navigation"] {
  font-family: 'Inter', sans-serif;
}

/* Remove shadow from pagination */
.job-listings-footer nav[role="navigation"] .shadow-sm,
.job-listings-footer nav[role="navigation"] span[class*="shadow-sm"] {
  box-shadow: none !important;
}

/* Hide mobile pagination (duplicate Previous/Next) - targets the mobile-only pagination */
.job-listings-footer nav[role="navigation"] > div > div:first-of-type {
  display: none !important;
}

.job-listings-footer nav[role="navigation"] div.flex.gap-2.items-center.justify-between:not([class*="sm:flex-1"]) {
  display: none !important;
}

/* Hide "Showing results" text */
.job-listings-footer nav[role="navigation"] p.text-sm.text-gray-700,
.job-listings-footer nav[role="navigation"] p[class*="text-sm"][class*="text-gray"],
.job-listings-footer nav[role="navigation"] .hidden.sm\:flex-1 > div:first-child,
.job-listings-footer nav[role="navigation"] div[class*="sm:flex-1"] > div:first-child {
  display: none !important;
}

.job-listings-footer nav[role="navigation"] svg {
  width: 16px !important;
  height: 16px !important;
}

.job-listings-footer nav[role="navigation"] .inline-flex {
  padding: 8px 12px !important;
  font-size: 14px !important;
  border-radius: 0 !important;
}

.job-listings-footer nav[role="navigation"] a {
  color: #1a1a1a !important;
  background-color: #ffffff !important;
  border: 1px solid #e5e5e5 !important;
  transition: all 0.3s ease !important;
  text-decoration: none !important;
  border-radius: 0 !important;
}

.job-listings-footer nav[role="navigation"] a:hover {
  text-decoration: none !important;
  background-color: #f5f5f5 !important;
  color: #1a1a1a !important;
  border-color: #d0af32 !important;
}

.job-listings-footer nav[role="navigation"] span {
  border-radius: 0 !important;
}

.job-listings-footer nav[role="navigation"] span[aria-current="page"] span {
  background-color: #d0af32 !important;
  color: #1a1a1a !important;
  border-color: #d0af32 !important;
  font-weight: 600 !important;
}

.job-listings-footer nav[role="navigation"] span[aria-disabled="true"] span {
  color: #999 !important;
  background-color: #f5f5f5 !important;
  cursor: not-allowed !important;
}

.job-listings-footer nav[role="navigation"] .text-sm {
  font-size: 14px !important;
  color: #666 !important;
}

.job-listings-footer nav[role="navigation"] .font-medium {
  font-weight: 600 !important;
  color: #1a1a1a !important;
}

a {
	text-decoration: none !important;
}
.bg-brand-gold{
  color: white !important;
}

/* Candidate Search Page Styles */
.candidate-avatar-container {
  cursor: pointer;
}

.candidate-avatar-container:hover .candidate-avatar-logo {
  transform: translateY(-5px) scale(1.1);
}

.candidate-avatar-container:hover {
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
  border-color: #FFC107;
}

/* Zero border-radius theme overrides for candidate search */
#candidate-search-listings-container *,
.job-search-filters-sidebar * {
  border-radius: 0 !important;
}

/* Keep circular avatars and icons */
.candidate-avatar-container,
.candidate-avatar-container * {
  border-radius: 50% !important;
}

/* Ensure candidate avatar container stays circular even with global overrides */
#candidate-search-listings-container .candidate-avatar-container,
.candidate-search-listings-partial .candidate-avatar-container {
  border-radius: 50% !important;
  overflow: hidden !important;
}

/* Pagination styling for candidate search */
#candidate-search-listings-container .pagination .page-link,
#candidate-search-listings-container .pagination .page-item:first-child .page-link,
#candidate-search-listings-container .pagination .page-item:last-child .page-link {
  border-radius: 0 !important;
}

/* Override any rounded utility classes in candidate search */
#candidate-search-listings-container .rounded,
#candidate-search-listings-container .rounded-sm,
#candidate-search-listings-container .rounded-md,
#candidate-search-listings-container .rounded-lg,
#candidate-search-listings-container .rounded-xl,
#candidate-search-listings-container .rounded-full,
#candidate-search-listings-container .rounded-top,
#candidate-search-listings-container .rounded-bottom,
#candidate-search-listings-container .rounded-left,
#candidate-search-listings-container .rounded-right,
#candidate-search-listings-container .rounded-top-left,
#candidate-search-listings-container .rounded-top-right,
#candidate-search-listings-container .rounded-bottom-left,
#candidate-search-listings-container .rounded-bottom-right {
  border-radius: 0 !important;
}

/* Candidate Search Listings Partial Styles */
.candidate-search-listings-partial .rounded,
.candidate-search-listings-partial .rounded-sm,
.candidate-search-listings-partial .rounded-md,
.candidate-search-listings-partial .rounded-lg,
.candidate-search-listings-partial .rounded-xl,
.candidate-search-listings-partial .rounded-full,
.candidate-search-listings-partial .rounded-top,
.candidate-search-listings-partial .rounded-bottom,
.candidate-search-listings-partial .rounded-left,
.candidate-search-listings-partial .rounded-right,
.candidate-search-listings-partial .rounded-top-left,
.candidate-search-listings-partial .rounded-top-right,
.candidate-search-listings-partial .rounded-bottom-left,
.candidate-search-listings-partial .rounded-bottom-right,
.candidate-search-listings-partial .rounded-l-md,
.candidate-search-listings-partial .rounded-r-md {
  border-radius: 0 !important;
}

.candidate-search-listings-partial .pagination .page-link,
.candidate-search-listings-partial .pagination .page-item:first-child .page-link,
.candidate-search-listings-partial .pagination .page-item:last-child .page-link {
  border-radius: 0 !important;
}

/* Registration Form Styles */
.error-message {
  color: #dc3545;
  font-size: 14px;
  margin-top: 8px;
  display: flex;
  align-items: center;
  gap: 4px;
}

.error-message:before {
  content: "⚠";
  margin-right: 4px;
}

.form-control.error {
  border-color: #dc3545;
}

.required {
  color: #d0af32;
  margin-left: 4px;
}

.signup-form-footer-section {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

/* Policy Pages Styles */
.left-triangle-img {
  max-width: 432px;
  width: 100%;
  margin-bottom: 30px;
}

/* Registration Form Additional Styles */
.signin-account-link {
  color: #B79417;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  transition: color 0.3s ease;
}

.signin-account-link:hover {
  color: #D0AF32;
  text-decoration: underline;
}

.checkbox-group {
  margin-top: 8px;
}

/* Logo Upload Area Styling */
#logo-upload-area {
  border-radius: 8px;
  background-color: #fff;
  transition: all 0.3s ease;
  cursor: pointer;
}

#logo-upload-area:hover {
  background-color: #fffbf0;
}

#logo-upload-area.drag-over {
  border-color: #C4A866;
  background-color: #fffbf0;
  border-style: solid;
}

#logo-file-info {
  animation: fadeIn 0.3s ease-in;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Mobile Responsive Styles for Candidate Search Page */
@media (max-width: 991.98px) {
  .job-search-filters-sidebar {
    position: relative !important;
    top: 0 !important;
    margin-bottom: 20px;
  }
  
  .candidate-search-hero-section {
    padding: 60px 0 40px !important;
  }
  
  .candidate-search-hero-title {
    font-size: 28px !important;
  }
  
  .candidate-search-hero-paragraph {
    font-size: 14px !important;
  }
}

@media (max-width: 767.98px) {
  .job-search-section {
    padding: 20px 0 !important;
  }
  
  .job-search-filters-sidebar {
    padding: 12px 10px !important;
  }
  
  .job-search-filters-title {
    font-size: 16px !important;
  }
  
  .candidate-card {
    margin-bottom: 15px;
  }
  
  .candidate-search-hero-section {
    padding: 50px 0 30px !important;
  }
  
  .candidate-search-hero-title {
    font-size: 24px !important;
  }
  
  .candidate-search-hero-paragraph {
    font-size: 13px !important;
  }
}

@media (max-width: 575.98px) {
  .job-search-filters-sidebar {
    padding: 10px 8px !important;
  }
  
  .job-search-filter-label {
    font-size: 12px !important;
  }
  
  .job-search-filter-input,
  .job-search-filter-select {
    height: 36px !important;
    font-size: 12px !important;
    padding: 0 6px 0 28px !important;
  }
  
  .candidate-card {
    padding: 12px !important;
  }
  
  .candidate-avatar-container {
    width: 50px !important;
    height: 50px !important;
  }
  
  .candidate-search-hero-section {
    padding: 40px 0 20px !important;
  }
  
  .candidate-search-hero-title {
    font-size: 20px !important;
  }
  
  .candidate-search-hero-paragraph {
    font-size: 12px !important;
  }
}

/* Mobile Responsive for Company Dashboard */
@media (max-width: 991.98px) {
  .min-h-screen {
    padding: 24px 16px !important;
  }
  
  .max-w-screen-2xl {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }
}

@media (max-width: 767.98px) {
  .min-h-screen {
    padding: 20px 12px !important;
  }
  
  .grid {
    grid-template-columns: 1fr !important;
  }
  
  .grid-cols-1.md\\:grid-cols-2 {
    grid-template-columns: 1fr !important;
  }
  
  .grid-cols-1.md\\:grid-cols-2.lg\\:grid-cols-4 {
    grid-template-columns: 1fr !important;
  }
}

/* Mobile Responsive for Candidate View Page */
@media (max-width: 991.98px) {
  .candidate-view-section {
    padding: 24px 16px !important;
  }
  
  .candidate-view-grid {
    grid-template-columns: 1fr !important;
  }
}

@media (max-width: 767.98px) {
  .candidate-view-section {
    padding: 20px 12px !important;
  }
  
  .candidate-profile-card {
    padding: 16px !important;
  }
  
  .candidate-view-buttons {
    flex-direction: column;
    gap: 10px;
  }
  
  .candidate-view-buttons button,
  .candidate-view-buttons a {
    width: 100%;
  }
}

/* Mobile Responsive for Modals */
@media (max-width: 767.98px) {
  #candidateAccessModal .relative {
    width: 95% !important;
    margin: 10px auto !important;
    padding: 15px !important;
  }
  
  #cvScanModal .relative,
  #cvViewModal .relative {
    width: 95% !important;
    margin: 10px auto !important;
    padding: 15px !important;
  }
  
  #cvViewContent {
    height: 60vh !important;
  }
}

/* Mobile Responsive for Forms */
@media (max-width: 575.98px) {
  .form-group {
    margin-bottom: 16px;
  }
  
  .form-control,
  .form-select {
    font-size: 14px;
    padding: 8px 12px;
  }
  
  .btn {
    padding: 10px 16px;
    font-size: 14px;
  }
}

/* Mobile Responsive for Tables */
@media (max-width: 767.98px) {
  .table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  
  table {
    min-width: 600px;
  }
  
  .table th,
  .table td {
    padding: 8px 4px;
    font-size: 12px;
  }
}

/* Mobile Responsive for Pagination */
@media (max-width: 575.98px) {
  .pagination {
    flex-wrap: wrap;
    justify-content: center;
  }
  
  .pagination .page-link {
    padding: 6px 10px;
    font-size: 12px;
  }
}

/* Mobile Responsive for Candidate Search Header */
@media (max-width: 767.98px) {
  .about-hero-section {
    padding: 60px 0 40px !important;
  }
  
  .about-hero-title {
    font-size: 28px !important;
  }
  
  .about-hero-paragraph {
    font-size: 14px !important;
  }
  
  .candidate-search-hero-section {
    padding: 50px 0 30px !important;
  }
}

@media (max-width: 575.98px) {
  .about-hero-section {
    padding: 50px 0 30px !important;
  }
  
  .about-hero-title {
    font-size: 24px !important;
  }
  
  .about-hero-paragraph {
    font-size: 13px !important;
  }
  
  .candidate-search-hero-section {
    padding: 40px 0 20px !important;
  }
}

/* Mobile Responsive for Candidate View Header */
@media (max-width: 767.98px) {
  .candidate-view-header {
    flex-direction: column;
    align-items: flex-start !important;
    gap: 16px;
  }
  
  .candidate-view-header h1 {
    font-size: 24px !important;
  }
  
  .candidate-view-header .flex {
    width: 100%;
    flex-direction: column;
    gap: 10px;
  }
  
  .candidate-view-header a {
    width: 100%;
    text-align: center;
  }
}

/* Mobile Responsive for Candidate Cards */
@media (max-width: 767.98px) {
  .candidate-card-content {
    flex-direction: column;
    gap: 12px;
  }
  
  .candidate-card-info {
    width: 100%;
  }
  
  .candidate-card-actions {
    width: 100%;
    justify-content: flex-start;
  }
}

/* Mobile Responsive for Filter Sidebar */
@media (max-width: 991.98px) {
  .job-search-filters-sidebar {
    margin-bottom: 20px;
  }
  
  .advanced-filters-toggle {
    width: 100%;
    margin-bottom: 15px;
  }
}

/* Mobile Responsive for Results Header */
@media (max-width: 575.98px) {
  .candidate-results-header {
    flex-direction: column;
    align-items: flex-start !important;
    gap: 10px;
  }
  
  .candidate-results-header h2 {
    font-size: 18px !important;
  }
  
  .candidate-results-count {
    font-size: 12px !important;
  }
}
