: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('./public/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('./public/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('./public/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('./public/cardhover.png');
  background-size: cover;
  background-position: center;
  border: 2px solid #bd9a1d;
}

.strategy-card-dark:hover {
  background-image: url('./public/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: url('./public/8bg.png');
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  padding: 120px 0;
  min-height: 800px;
  position: relative;
  overflow: hidden;
  margin-top: 120px;
}

.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: #000000;
  margin: 0;
}

.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;
}

.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: #000000;
  margin: 0;
}

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

.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: #000000;
  margin: 0;
}

.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: #000000;
  margin-bottom: 8px;
}

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

.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('./public/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('./public/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('./public/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('./public/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('./public/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('./public/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('./public/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;
  gap: 12px;
  background-color: #ffffff;
  border-radius: 0;
  padding: 20px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  width: 100%;
  flex-wrap: wrap;
}

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

.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: 180px;
    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('./public/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('./public/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-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;
  margin-top: auto;
  max-width: fit-content;
}

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

/* 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;
  }
}

@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;
  }
}

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

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

/* Signup Form Wrapper */
.signup-form-wrapper {
  /* background-color: rgba(30, 30, 30, 0.9); */
  padding: 60px 50px;
  border-radius: 0;
  max-width: 100%;
}

.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;
}

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

/* 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;
}

.input-label {
  position: absolute;
  left: 16px;
  top: 12px;
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.5;
  color: #0e121b;
  pointer-events: none;
  z-index: 2;
  background-color: #ffffff;
  padding: 0 4px;
}

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

.form-control {
  font-family: 'Manrope', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #171717;
  background-color: transparent;
  border: none;
  border-radius: 0;
  /* padding: 40px 16px 14px 16px; */
  width: 100%;
  transition: border-color 0.3s ease;
}
.input-wrapper .form-control {
  padding: 40px 16px 14px 16px;
}

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

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

.form-control::placeholder {
  color: #4e4e4e;
  opacity: 1;
}

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

.password-input-wrapper .input-label {
  position: absolute;
  left: 16px;
  top: 12px;
  z-index: 2;
}

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

.password-input-wrapper .form-control {
  padding-right: 50px;
  padding-top: 40px;
  padding-bottom: 14px;
  padding-left: 16px;
}

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

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

.password-toggle svg {
  width: 20px;
  height: 20px;
}

/* Checkbox Styles */
.checkbox-group {
  margin-bottom: 32px;
}

.custom-checkbox {
  display: flex;
  align-items: flex-start;
  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;
}

.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: #ffffff;
  flex: 1;
}

/* 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 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-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-wrapper {
    padding: 30px 20px;
  }

  .signup-form-title {
    font-size: 28px;
  }

  .signup-form-subtitle {
    font-size: 14px;
  }

  .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('./public/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('./public/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('./public/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('./public/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('./public/crrrr.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.work-way-card-2,
.work-way-card-4 {
  background-image: url('./public/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;
}
