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

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

body {
  margin: 0;
  background: #f9f9f9;
  color: var(--dark-charcoal);
  font-family: 'Manrope', system-ui, sans-serif;
  cursor: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='%23DDC17B' d='M3 3l7.07 16.97 2.51-7.39 7.39-2.51L3 3z'/%3E%3C/svg%3E")
      12 12,
    auto;
}

html {
  cursor: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='%23DDC17B' d='M3 3l7.07 16.97 2.51-7.39 7.39-2.51L3 3z'/%3E%3C/svg%3E")
      12 12,
    auto;
}

.tone {
  background: #f6f6f6;
}

.navbar {
  background: var(--dark-charcoal) !important;
}
.logonav {
  width: 150px;
  height: 70px;
  margin-bottom: 50px;
  /* object-fit: contain; */
}
.logo {
  width: 100px;
  height: 45px;
  /* object-fit: contain; */
}
.hxnkbwdmzli {
  width: 150px;
  height: 70px;
}
.efwbxikewzqzwe {
  height: 30px;
  width: 30px;
  max-width: 30px;
  max-height: 30px;
}

/* Legacy Hero Styles (keeping for compatibility) */
.hero {
  min-height: 100vh;
  background: var(--dark-charcoal);
  color: var(--white);
  position: relative;
  display: flex;
  align-items: center;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
      135deg,
      rgba(19, 22, 24, 0.9),
      rgba(19, 22, 24, 0.7)
    ),
    url('./public/navbg.png') center/cover no-repeat;
  z-index: 0;
}

.hero .container {
  position: relative;
  z-index: 1;
}

.hero-title {
  font-size: clamp(2.5rem, 4vw, 3.75rem);
  line-height: 1.2;
}

/* New Hero Section Styles */
.hero-new {
  height: 100vh;
  max-height: 100vh;
  background: #ffffff;
  color: var(--dark-charcoal);
  position: relative;
  display: flex;
  align-items: center;
  padding: 40px 0;
  overflow: hidden;
}

.hero-new-bg {
  display: none;
}

.hero-new-overlay {
  display: none;
}

.hero-new-pattern {
  display: none;
}

.hero-new-content {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0;
}

.hero-new-badge-wrapper {
  margin-bottom: 1rem;
}

.hero-new-badge {
  padding: 0.4rem 1.25rem !important;
  font-size: 0.65rem !important;
  border-radius: 0 !important;
}

.hero-new-badge {
  display: inline-block;
  padding: 0.75rem 2rem;
  background: rgba(203, 166, 91, 0.1);
  border: 1px solid rgba(203, 166, 91, 0.3);
  border-radius: 0;
  font-size: 0.75rem;
  letter-spacing: 0.3em;
  color: var(--gold);
}

.hero-new-main {
  margin-bottom: 1.5rem;
}

.hero-new-title-wrapper {
  margin-bottom: 1rem;
}

.hero-title-line {
  margin-bottom: 0.15rem;
}

.hero-new-title {
  font-size: clamp(2.25rem, 4.5vw, 4rem);
  font-weight: 700;
  line-height: 1.05;
  color: var(--dark-charcoal);
  margin: 0;
}

.hero-title-line {
  display: inline-block;
  margin-bottom: 0.5rem;
  position: relative;
  padding: 0 1rem;
}

.hero-title-line::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: 4px;
  height: 60%;
  background: var(--gold);
  transform: translateY(-50%);
  opacity: 0;
  transition: opacity 0.6s ease, height 0.6s ease;
}

.hero-title-line[data-aos].aos-animate::before {
  opacity: 1;
  height: 100%;
}

.hero-new-description-wrapper {
  max-width: 600px;
  margin: 0 auto 1.25rem;
}

.hero-new-description-card {
  padding: 1rem 1.75rem;
  background: #f9f9f9;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
}

.hero-new-description {
  font-size: clamp(0.9rem, 1.1vw, 1rem);
  line-height: 1.5;
  margin: 0;
  color: var(--dark-charcoal);
}

.hero-new-actions {
  margin-top: 0;
  margin-bottom: 1.5rem;
}

.hero-new-actions .btn {
  font-size: 0.95rem;
  min-width: 160px;
  border-radius: 0 !important;
}

.hero-new-actions .btn {
  min-width: 200px;
  transition: all 0.3s ease;
}

.hero-new-actions .btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.4);
}

.hero-new-visual {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.hero-new-visual-item {
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.hero-new-icon-circle {
  width: 60px;
  height: 60px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(203, 166, 91, 0.1);
  border: 2px solid rgba(203, 166, 91, 0.3);
  transition: all 0.4s ease;
}

.hero-new-visual-item:hover .hero-new-icon-circle {
  background: rgba(203, 166, 91, 0.2);
  border-color: var(--gold);
  transform: scale(1.1);
}

.hero-x-logo-circle:hover .hero-x-logo {
  transform: rotate(360deg);
}

.hero-new-center-logo {
  position: relative;
  display: inline-block;
  cursor: pointer;
  transition: transform 0.4s ease;
}

.hero-new-center-logo[style*='transform']:hover {
  transform: translateY(-50%) scale(1.15) !important;
}

.hero-new-center-logo img {
  transition: transform 0.4s ease;
  display: block;
  transform-origin: center center;
  will-change: transform;
}

.hero-new-center-logo:hover img {
  transform: scale(1.2);
}

.hero-new-logo-circle {
  width: 75px;
  height: 75px;
  margin: 0 auto;
  background: var(--dark-charcoal);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border: 3px solid var(--gold);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.12);
  transition: all 0.4s ease;
}

.hero-new-logo-circle:hover {
  transform: rotate(360deg);
  box-shadow: 0 0 50px rgba(203, 166, 91, 0.5);
}

.hero-new-logo-x {
  font-size: 2rem;
  font-weight: 700;
  color: var(--white);
  position: relative;
  z-index: 2;
}

.hero-new-logo-accent {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 18px solid var(--gold);
  transform: rotate(-45deg);
  z-index: 1;
}

.hero-new-decoration {
  display: none;
}

.hero-decoration-circle {
  display: none;
}

.hero-dec-1,
.hero-dec-2,
.hero-dec-3 {
  display: none;
}

/* Hero Circle Decoration */
.hero-circle {
  position: absolute;
  width: 80px;
  height: 80px;
  background: #d4af7a;
  border-radius: 50%;
  right: -20px;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
}

/* Hero Phone Container */
.hero-phone-container {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2rem;
  position: relative;
}

.hero-phone {
  width: 200px;
  height: 400px;
  background: #2a2a2a;
  border-radius: 30px;
  padding: 12px;
  position: relative;
  z-index: 2;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
  transform: rotate(-5deg);
}

.hero-phone::before {
  content: '';
  position: absolute;
  top: 12px;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 20px;
  background: #2a2a2a;
  border-radius: 0 0 15px 15px;
  z-index: 1;
}

.hero-phone-screen {
  width: 100%;
  height: 100%;
  background: #ffffff;
  border-radius: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

.hero-phone-logo {
  position: relative;
  width: 120px;
  height: 120px;
}

.hero-logo-shape {
  position: absolute;
  width: 60px;
  height: 100px;
  background: #1a1a1a;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  clip-path: polygon(50% 0%, 0% 40%, 0% 100%, 50% 60%, 100% 100%, 100% 40%);
}

.hero-logo-star {
  position: absolute;
  width: 50px;
  height: 30px;
  background: #d4af7a;
  clip-path: polygon(
    0% 50%,
    60% 0%,
    60% 30%,
    100% 30%,
    100% 70%,
    60% 70%,
    60% 100%
  );
  bottom: 20px;
  left: 5px;
}

.hero-gradient-bg {
  position: absolute;
  top: -50px;
  right: -50px;
  width: 300px;
  height: 300px;
  background: linear-gradient(135deg, #d4af7a 0%, #8b6f47 100%);
  clip-path: polygon(0 0, 100% 0, 100% 50%, 0 100%);
  z-index: 1;
  opacity: 0.6;
}

/* Connecting Lines */
.hero::after {
  content: '';
  position: absolute;
  left: 66.66%;
  top: 0;
  bottom: 0;
  width: 1px;
  background: linear-gradient(
    to bottom,
    transparent,
    #e0e0e0 20%,
    #e0e0e0 80%,
    transparent
  );
  z-index: 0;
}

.hero::before {
  content: '';
  position: absolute;
  left: 66.66%;
  top: 30%;
  width: 200px;
  height: 1px;
  background: #e0e0e0;
  z-index: 0;
  transform: translateX(-100%);
}

.btn-hero,
.btn-hero-secondary {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  padding: 0.85rem 1.9rem;
  font-size: 1rem;
  font-weight: 600;
  color: var(--white);
  text-decoration: none;
  border: 2px solid transparent;
  border-radius: 999px;
  background-image: linear-gradient(
      135deg,
      rgba(255, 255, 255, 0.4),
      rgba(255, 255, 255, 0)
    ),
    linear-gradient(135deg, var(--gold), #cba65b);
  background-origin: border-box;
  background-clip: padding-box, border-box;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.35);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.btn-hero-secondary {
  background-image: linear-gradient(
      135deg,
      rgba(255, 255, 255, 0.25),
      rgba(255, 255, 255, 0)
    ),
    linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05));
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
  color: var(--white);
}

.btn-hero:hover,
.btn-hero-secondary:hover {
  transform: translateY(-3px);
  box-shadow: 0 25px 45px rgba(0, 0, 0, 0.35);
}

.btn-view-all {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.75rem 1.4rem;
  border-radius: 999px;
  font-size: 0.9rem;
  font-weight: 600;
  text-decoration: none;
  color: var(--white);
  border: 2px solid transparent;
  background-image: linear-gradient(
      135deg,
      rgba(255, 255, 255, 0.35),
      rgba(255, 255, 255, 0)
    ),
    linear-gradient(135deg, var(--gold), rgb(203 166 91 / 0.8));
  background-origin: border-box;
  background-clip: padding-box, border-box;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.btn-view-all:hover {
  transform: translateY(-2px);
  box-shadow: 0 20px 35px rgba(0, 0, 0, 0.35);
}

.btn-primary {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.85rem 1.8rem;
  border-radius: 999px;
  font-size: 0.95rem;
  font-weight: 600;
  text-decoration: none;
  color: var(--white);
  border: 2px solid transparent;
  background-image: linear-gradient(
      135deg,
      rgba(255, 255, 255, 0.35),
      rgba(255, 255, 255, 0)
    ),
    linear-gradient(135deg, rgba(203, 166, 91, 0.95), rgba(203, 166, 91, 0.7));
  background-origin: border-box;
  background-clip: padding-box, border-box;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.35);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.btn-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 25px 45px rgba(0, 0, 0, 0.35);
}

.btn-gold {
  background: var(--gold);
  color: var(--dark-charcoal);
  border: none;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.btn-gold:hover {
  transform: translateY(-3px) scale(1.02);
  box-shadow: 0 10px 30px rgba(203, 166, 91, 0.35);
}

.section-head .tracking {
  letter-spacing: 0.4em;
  font-size: 0.75rem;
  color: var(--muted);
}

.section-head h2 {
  font-size: clamp(1.8rem, 2.3vw, 2.6rem);
}

.stat-card {
  background: #fff;
  border: 1px solid #eff0f3;
  transition: transform 0.4s ease, border-color 0.3s ease;
}

.stat-card:hover {
  border-color: var(--gold);
  transform: translateY(-6px);
}

.stat-value {
  font-size: 2rem;
  letter-spacing: 0.04em;
}

.stat-label {
  font-size: 0.9rem;
  color: #7a7d82;
}

.dept-title {
  font-size: 1.25rem;
}

.dept-desc {
  color: #60646d;
}

.dept-label {
  letter-spacing: 0.25em;
}

.dept-card {
  background: #ffffff;
  border: 1px solid transparent;
  transition: border-color 0.3s ease, transform 0.4s ease, box-shadow 0.4s ease;
}

.dept-icon {
  width: 64px;
  height: 64px;
  margin: 0 auto 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  color: var(--dark-charcoal);
}

.dept-icon svg {
  width: 42px;
  height: 42px;
}

.dept-card:hover {
  border-color: var(--gold);
  transform: translateY(-6px);
  box-shadow: 0 25px 45px rgba(0, 0, 0, 0.12);
}

.job-card {
  border-radius: 0 !important;
}

.job-card-logo {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 1;
  /* opacity: 0.15; */
  transition: opacity 0.3s ease;
}

.job-card:hover .job-card-logo {
  opacity: 0.25;
}

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

.job-card ul li {
  margin-bottom: 0.35rem;
}

.job-card button {
  border-color: rgba(0, 0, 0, 0.2);
}

.card-hover {
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.card-hover:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.12);
}

.job-meta {
  margin-top: 25px;
  font-size: 0.75rem;
}

.job-pill {
  border: 1px solid #dfe4ea;
  padding: 0.35rem 0.9rem;
  border-radius: 999px;
  font-size: 0.7rem;
}

.job-avatar {
  width: 48px;
  height: 48px;
  border-radius: 16px;
  overflow: hidden;
  flex-shrink: 0;
}

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

.job-tags {
  border-top: 1px solid #edeff2;
  border-bottom: 1px solid #edeff2;
  padding: 0.75rem 0;
}

.job-tag {
  font-size: 0.75rem;
  background: #f4f5f8;
  color: #2f343a;
  padding: 0.3rem 0.8rem;
  border-radius: 999px;
}

.job-footer button {
  border-color: transparent;
  transition: background 0.3s ease, color 0.3s ease;
}

.job-footer button:hover {
  background: var(--dark-charcoal);
  color: var(--white);
}

.img-frame {
  border-radius: 0 !important;
}

.img-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: 320px;
  transition: transform 0.6s ease;
}

.img-frame:hover img {
  transform: scale(1.02);
}

.step-card {
  border-color: #e0e3e7;
  transition: transform 0.4s ease, border-color 0.4s ease;
}

.step-card:hover {
  border-color: var(--gold);
  transform: translateY(-6px);
}

.testimonial-card {
  border: 1px solid #f0f1f3;
  border-radius: 0 !important;
  transition: box-shadow 0.4s ease, transform 0.4s ease;
}

.testimonial-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
}

.testimonial-card p {
  color: #fff;
}

.gradient-card {
  background: linear-gradient(
    120deg,
    rgba(203, 166, 91, 0.2),
    rgba(19, 22, 24, 0.95)
  );
  color: #fff;
  border: none;
  min-height: 220px;
}

.gradient-card-alt {
  background: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0.1),
    rgba(19, 22, 24, 0.9)
  );
  color: #fff;
  border: none;
  min-height: 220px;
}

.company-tabs {
  border-bottom: 1px solid rgba(19, 22, 24, 0.08);
  margin-bottom: 1rem;
}

.company-tab {
  border: 1px solid rgba(19, 22, 24, 0.08);
  color: var(--dark-charcoal);
  background: #f7f7f9;
  padding: 0.45rem 1.4rem;
  border-radius: 0 !important;
  font-size: 0.85rem;
  transition: transform 0.3s ease, background 0.3s ease;
}

.company-tab.active {
  background: var(--gold);
  color: var(--dark-charcoal);
  box-shadow: 0 10px 30px rgba(203, 166, 91, 0.35);
}

.company-tab:hover {
  transform: translateY(-3px);
}

.navbar-toggler {
  border-color: rgba(0, 0, 0, 0.2);
}

.navbar-toggler-icon {
  filter: none;
}

.navbar-light {
  background: #fff !important;
  border-color: #f0f0f0;
}

.navbar-light .navbar-nav .nav-link {
  color: var(--dark-charcoal);
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
  color: var(--gold);
}

.navbar-light .dropdown-menu {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 0 !important;
}

/* Desktop: Show dropdown on hover */
@media (min-width: 992px) {
  .navbar-nav .dropdown:hover > .dropdown-menu {
    display: block;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }

  .navbar-nav .dropdown-menu {
    display: block;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s ease;
    margin-top: 0;
  }

  .navbar-nav .dropdown:hover > .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
}

/* Mobile: Keep click behavior (default Bootstrap) */
@media (max-width: 991px) {
  .navbar-nav .dropdown-menu {
    display: none;
    opacity: 1;
    visibility: visible;
    transform: none;
  }

  .navbar-nav .dropdown.show > .dropdown-menu {
    display: block;
  }
}

.navbar-light .dropdown-item {
  color: var(--dark-charcoal);
}

.navbar-light .dropdown-item:hover {
  color: var(--gold);
}

.highlight-card {
  border: 1px solid #e4e7ec;
  background: #fff;
  border-radius: 0 !important;
  transition: border-color 0.3s ease, transform 0.3s ease;
}

.highlight-card:hover {
  border-color: var(--gold);
  transform: translateY(-4px);
}

.candidate-insight {
  gap: 0.5rem;
}

.insight-item {
  border: 1px solid #e6e8ed;
  background: #fff;
  flex: 1;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  border-radius: 0 !important;
}

.candidate-timeline {
  padding-top: 2rem;
}

.timeline-line {
  position: absolute;
  left: 20px;
  top: 20px;
  bottom: 20px;
  width: 4px;
  background: linear-gradient(180deg, rgba(203, 166, 91, 0.2), #cba65b);
  border-radius: 999px;
}

.timeline-step {
  position: relative;
  padding-left: 48px;
  margin-bottom: 2.2rem;
}

.timeline-step::before {
  content: attr(data-step);
  position: absolute;
  left: 0;
  top: 0;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 2px solid var(--gold);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.85rem;
  background: #131618;
  color: var(--gold);
}

.companies-image {
  overflow: hidden;
  border-radius: 1.25rem;
  background: #111;
  min-height: 340px;
}

.companies-image img {
  width: 100%;
  height: 100%;
  max-height: 420px;
  object-fit: cover;
  display: block;
}

.candidate-section {
  background: radial-gradient(
      circle at top,
      rgba(203, 166, 91, 0.24),
      transparent 65%
    ),
    var(--dark-charcoal);
}

.candidate-section .section-head h2,
.candidate-section .section-head p {
  color: #fff;
}

.candidate-panel {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 0 !important;
}

.candidate-panel .insight-item {
  border-color: rgba(255, 255, 255, 0.25);
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
}

.candidate-panel .insight-item p {
  color: rgba(255, 255, 255, 0.85);
}

.candidate-panel .btn-outline-light {
  border-color: rgba(255, 255, 255, 0.6);
  color: #fff;
  border-radius: 0 !important;
}

.candidate-panel .btn-outline-light:hover {
  background: rgba(255, 255, 255, 0.2);
}

.candidate-timeline {
  padding-top: 3rem;
}

.timeline-step {
  color: #fff;
}

.timeline-step::before {
  background: #131618;
}

.timeline-line {
  left: 17px;
  top: 10px;
  bottom: 10px;
}

.footer-links {
  padding-left: 0;
}

.footer-links li {
  list-style: none;
  margin-bottom: 0.35rem;
}

.footer-links a {
  text-decoration: none;
  color: var(--dark-charcoal);
  transition: color 0.3s ease;
}

.footer-links a:hover {
  color: var(--gold);
}

.text-gold {
  color: var(--gold);
}

.char-black {
  background: var(--dark-charcoal);
}

.bg-light {
  background: #f6f6f6 !important;
}

/* Presentation Section Styles */
.presentation-logo {
  margin-bottom: 3rem;
}

.logo-circle {
  width: 60px;
  height: 60px;
  background: var(--dark-charcoal);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  flex-shrink: 0;
}

.logo-x {
  font-size: 2rem;
  font-weight: 700;
  color: #ffffff;
  position: relative;
  z-index: 2;
}

.logo-accent {
  position: absolute;
  left: 8px;
  top: 12px;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 12px solid var(--gold);
  z-index: 1;
  transform: rotate(-45deg);
}

.logo-text {
  font-size: 1.75rem;
  font-weight: 700;
  color: var(--dark-charcoal);
  letter-spacing: -0.02em;
}

.logo-subtitle {
  font-size: 0.85rem;
  color: #7a7d82;
  font-weight: 400;
}

.presentation-title {
  font-size: clamp(2.5rem, 5vw, 4rem);
  font-weight: 700;
  line-height: 1.1;
  color: var(--dark-charcoal);
  margin-bottom: 1.5rem;
}

.presentation-subtitle {
  font-size: 1rem;
  font-weight: 500;
  color: var(--gold);
}

.hexagon-pattern {
  bottom: 0;
  left: 0;
  opacity: 0.8;
  z-index: 0;
  transform: translateY(30%);
}

.presentation-separator {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 1px;
  background: var(--dark-charcoal);
}

.presentation-agenda {
  padding-top: 1rem;
}

.agenda-list {
  margin: 0;
  padding: 0;
}

.agenda-item {
  position: relative;
  padding-bottom: 1.5rem;
  margin-bottom: 1.5rem;
  color: var(--dark-charcoal);
  font-size: 0.9rem;
  line-height: 1.5;
}

.agenda-item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}

.agenda-item span {
  display: block;
}

.agenda-line {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: rgba(19, 22, 24, 0.2);
}

.agenda-item:last-child .agenda-line {
  display: none;
}

/* Strategies Section Styles */
.strategies-section {
  background: #f5f5f5;
  background-image: url('public/mountain.jpeg');
  background-size: cover;
  background-position: center 212px;
  background-repeat: no-repeat;
  background-attachment: fixed;
  position: relative;
  overflow: hidden;
  min-height: 600px;
}

.strategies-section::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    to bottom,
    rgba(245, 245, 245, 0.9) 0%,
    rgba(245, 245, 245, 0.8) 50%,
    rgba(245, 245, 245, 0.85) 100%
  );
  z-index: 0;
}

.strategies-section .container {
  position: relative;
  z-index: 1;
}

.strategies-title {
  font-size: clamp(2rem, 5vw, 3.5rem);
  font-weight: 700;
  color: var(--dark-charcoal);
  letter-spacing: 0.05em;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
}

.strategy-item {
  position: relative;
  z-index: 1;
}

.strategy-number {
  font-size: 3rem;
  font-weight: 700;
  color: var(--dark-charcoal);
  line-height: 1;
  margin-bottom: 0.5rem;
}

.strategy-heading {
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--dark-charcoal);
  margin-bottom: 1rem;
}
.jhdfhkshas {
  display: flex;
  justify-content: center;
}
.strategy-text {
  font-size: 0.95rem;
  color: #4a4a4a;
  line-height: 1.6;
  margin: 0;
}

.strategies-diagram {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 400px;
  position: relative;
  z-index: 1;
}

.diagram-svg {
  width: 100%;
  max-width: 400px;
  height: auto;
}

.strategies-mountain-bg {
  display: none;
}

.mountain-x-icon {
  position: absolute;
  top: 15%;
  right: 45%;
  width: 16px;
  height: 16px;
  z-index: 2;
}

.mountain-x-icon::before {
  content: 'X';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 14px;
  font-weight: bold;
  color: var(--dark-charcoal);
  font-family: Arial, sans-serif;
}

@media (max-width: 768px) {
  .hero {
    text-align: center;
    min-height: auto;
    padding: 3rem 0;
  }

  .hero .row {
    justify-content: center;
  }

  .hero-title {
    font-size: 2.2rem;
  }

  /* New Hero Mobile Styles */
  .hero-new {
    height: auto;
    min-height: 100vh;
    max-height: none;
    padding: 60px 0;
    overflow: visible;
  }

  .hero-new-content {
    height: auto;
  }

  .hero-new-title {
    font-size: clamp(2.5rem, 8vw, 3.5rem);
  }

  .hero-title-line {
    padding: 0 0.5rem;
  }

  .hero-new-description-card {
    padding: 1.5rem 2rem;
  }

  .hero-new-description {
    font-size: 1rem;
  }

  .hero-new-actions .btn {
    min-width: 100%;
    width: 100%;
  }

  .hero-new-visual {
    margin-top: 3rem;
    padding-top: 2rem;
  }

  .hero-new-logo-circle {
    width: 100px;
    height: 100px;
  }

  .hero-new-logo-x {
    font-size: 2.5rem;
  }

  .hero-new-icon-circle {
    width: 80px;
    height: 80px;
  }

  .hero-new-icon-circle svg {
    width: 40px;
    height: 40px;
  }

  .hero-circle {
    width: 60px;
    height: 60px;
    right: -10px;
  }

  .hero-phone {
    width: 150px;
    height: 300px;
    margin: 2rem auto;
  }

  .hero-phone-logo {
    width: 90px;
    height: 90px;
  }

  .hero-logo-shape {
    width: 60px;
    height: 75px;
  }

  .hero-logo-star {
    width: 30px;
    height: 30px;
  }

  .hero-gradient-bg {
    width: 200px;
    height: 200px;
    top: -30px;
    right: -30px;
  }

  .hero::after,
  .hero::before {
    display: none;
  }

  .navbar .navbar-nav {
    text-align: center;
  }

  .tracking {
    letter-spacing: 0.25em;
  }

  .candidate-section {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .candidate-panel {
    border-radius: 1rem;
  }

  .candidate-timeline {
    padding-top: 1rem;
  }

  .presentation-title {
    font-size: 2rem;
  }

  .hexagon-pattern {
    position: relative;
    bottom: auto;
    margin-top: 2rem;
  }

  .presentation-separator {
    display: none;
  }

  .presentation-agenda {
    padding-left: 0;
    margin-top: 2rem;
    padding-top: 2rem;
    border-top: 1px solid #e0e0e0;
  }

  .strategies-title {
    font-size: 2.5rem;
  }

  .strategy-number {
    font-size: 3rem;
  }

  .strategy-heading {
    font-size: 1.25rem;
  }

  .strategies-diagram {
    min-height: 300px;
    margin-top: 3rem;
  }

  .diagram-svg {
    max-width: 300px;
  }

  .strategies-mountain-bg {
    height: 40%;
  }

  .mountain-x-icon {
    top: 10%;
    right: 40%;
  }
}

/* Process Section Styles */
.process-section {
  background: #f5f5f5;
  position: relative;
  min-height: 700px;
  overflow: hidden;
}

.process-bg-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
      to bottom,
      rgba(245, 245, 245, 0.7) 0%,
      rgba(245, 245, 245, 0.5) 50%,
      rgba(245, 245, 245, 0.7) 100%
    ),
    url('https://images.unsplash.com/photo-1487958449943-2429e8be8625?auto=format&fit=crop&w=2000&q=80')
      center/cover no-repeat;
  opacity: 0.4;
  z-index: 0;
}

.process-honeycomb-pattern {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0.5;
  pointer-events: none;
  overflow: hidden;
}

.honeycomb-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 140%;
  height: 140%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  opacity: 0.25;
  animation: honeycombFloat 20s ease-in-out infinite;
}

@keyframes honeycombFloat {
  0%,
  100% {
    transform: translate(-50%, -50%) translateY(0);
  }
  50% {
    transform: translate(-50%, -50%) translateY(-10px);
  }
}

.honeycomb-row {
  display: flex;
  gap: 3px;
  margin-bottom: -22px;
}

.honeycomb-row.offset {
  margin-left: 68px;
}

.honeycomb-hex {
  width: 70px;
  height: 81px;
  position: relative;
  clip-path: polygon(30% 0%, 70% 0%, 100% 50%, 70% 100%, 30% 100%, 0% 50%);
  transition: all 0.5s ease;
  backdrop-filter: blur(1px);
}

.honeycomb-hex.black-hex {
  background: linear-gradient(
    135deg,
    rgba(19, 22, 24, 0.35),
    rgba(19, 22, 24, 0.15)
  );
  border: 1.5px solid rgba(19, 22, 24, 0.25);
  box-shadow: inset 0 0 10px rgba(19, 22, 24, 0.1);
}

.honeycomb-hex.gold-hex {
  background: linear-gradient(
    135deg,
    rgba(203, 166, 91, 0.25),
    rgba(203, 166, 91, 0.1)
  );
  border: 1.5px solid rgba(203, 166, 91, 0.3);
  box-shadow: inset 0 0 10px rgba(203, 166, 91, 0.15),
    0 0 15px rgba(203, 166, 91, 0.1);
}

.honeycomb-hex:hover {
  opacity: 0.6;
  transform: scale(1.15);
  z-index: 1;
}

.process-section .container {
  z-index: 1;
}

.process-logo {
  position: relative;
  z-index: 2;
  display: inline-flex;
  align-items: center;
}

.process-logo-x {
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--dark-charcoal);
  line-height: 1;
  position: relative;
  z-index: 2;
}

.process-logo-accent {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 15px solid var(--gold);
  transform: rotate(-45deg);
  position: absolute;
  left: 8px;
  top: 50%;
  margin-top: -7px;
  z-index: 1;
}

.process-nav-icon {
  display: inline-block;
  z-index: 2;
  position: relative;
}

.process-main-title {
  font-size: clamp(3rem, 5vw, 5rem);
  font-weight: 700;
  color: var(--dark-charcoal);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
}

.process-steps-container {
  padding: 3rem 0;
  position: relative;
  z-index: 1;
}

.process-hexagon {
  width: 100%;
  max-width: 350px;
  margin: 0 auto;
  position: relative;
  aspect-ratio: 1 / 1;
}

.process-hexagon::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  z-index: 0;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}

.hexagon-border {
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
}

.hexagon-content {
  position: relative;
  z-index: 1;
  padding: 3rem 2rem;
  text-align: center;
  min-height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.hexagon-title {
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--dark-charcoal);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 1.5rem;
}

.hexagon-text {
  font-size: 0.9rem;
  color: var(--dark-charcoal);
  line-height: 1.6;
  margin: 0;
}

.process-badge {
  position: absolute;
  right: -18px;
  top: 55%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 1.3rem;
  font-weight: 700;
  z-index: 2;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  background: #4a4a4a;
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
}

.process-badge::before {
  display: none;
}

.process-badge::after {
  display: none;
}

.process-badge span {
  display: block;
  position: relative;
  z-index: 2;
}

.process-connectors {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 2px;
  pointer-events: none;
  z-index: 0;
}

.connector-line {
  position: absolute;
  height: 2px;
  background: rgba(19, 22, 24, 0.2);
  top: 50%;
  width: calc(33.333% - 50px);
  opacity: 0.5;
}

.connector-1 {
  left: calc(33.333% + 25px);
}

.connector-2 {
  left: calc(66.666% + 25px);
}

.process-vertical-label {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 80px;
  background: var(--dark-charcoal);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  padding: 2rem 0;
  height: auto;
}

.process-vertical-label span {
  color: #ffffff;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

@media (max-width: 768px) {
  .process-main-title {
    font-size: 2.5rem;
  }

  .process-hexagon {
    margin-bottom: 3rem;
  }

  .process-badge {
    right: 50%;
    top: -25px;
    transform: translateX(50%);
  }

  .process-connectors {
    display: none;
  }

  .process-vertical-label {
    display: none;
  }

  .hexagon-content {
    min-height: 250px;
    padding: 2rem 1.5rem;
  }
}

/* Enhanced Accessibility & UI Improvements */
.visually-hidden-focusable {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.visually-hidden-focusable:focus {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  width: auto !important;
  height: auto !important;
  padding: 0.5rem 1rem !important;
  margin: 0 !important;
  overflow: visible !important;
  clip: auto !important;
  white-space: normal !important;
  z-index: 9999 !important;
}

/* Social Links Styling */
.social-links a {
  transition: transform 0.3s ease, color 0.3s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.05);
}

.social-links a:hover {
  transform: translateY(-3px);
  color: var(--gold) !important;
  background: rgba(203, 166, 91, 0.1);
}

.social-links a:focus {
  outline: 2px solid var(--gold);
  outline-offset: 2px;
}

/* Enhanced Footer Styling */
footer.border-top {
  border-top: 2px solid rgba(0, 0, 0, 0.08) !important;
}

footer address a:hover {
  color: var(--gold) !important;
  text-decoration: underline !important;
}

/* Enhanced Image Frame */
.img-frame.shadow-lg {
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15) !important;
  transition: box-shadow 0.3s ease;
}

.img-frame.shadow-lg:hover {
  box-shadow: 0 25px 70px rgba(0, 0, 0, 0.2) !important;
}

/* Enhanced Navbar Shadow */
.navbar.shadow-lg {
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1) !important;
  transition: box-shadow 0.3s ease;
}

/* Improved Button States */
.btn:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 2px;
}

/* Enhanced Section Spacing */
section {
  scroll-margin-top: 80px;
}

/* Better Link Transitions */
a {
  transition: color 0.2s ease, transform 0.2s ease;
}

a:hover {
  text-decoration: none;
}

/* Improved Card Hover Effects */
.card-hover {
  cursor: pointer;
}

/* Enhanced Tab Accessibility */
.company-tab:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 2px;
}

/* Better Loading States */
img[loading='lazy'] {
  opacity: 0;
  transition: opacity 0.3s ease;
}

img[loading='lazy'].loaded {
  opacity: 1;
}

/* Enhanced Semantic Structure Styles */
.statistics-wrapper,
.departments-grid,
.jobs-listing,
.company-highlights-wrapper,
.strategies-list,
.testimonials-grid {
  position: relative;
}

/* New Departments Section Styles */
.departments-new {
  background: #f9f9f9;
  position: relative;
  overflow: hidden;
}

.departments-new-bg {
  position: absolute;
  inset: 0;
  background: linear-gradient(
      135deg,
      rgba(203, 166, 91, 0.03) 0%,
      transparent 50%
    ),
    linear-gradient(45deg, transparent 0%, rgba(19, 22, 24, 0.02) 100%);
  z-index: 0;
}

.departments-new-header {
  position: relative;
  z-index: 1;
  max-width: 800px;
  margin: 0 auto 4rem;
}

.departments-new-badge {
  display: inline-block;
  padding: 0.4rem 1.25rem;
  background: rgba(203, 166, 91, 0.2);
  border: 1.5px solid rgba(203, 166, 91, 0.6);
  border-radius: 0;
  font-size: 0.65rem;
  letter-spacing: 0.15em;
  color: #cba65b;
  font-weight: 600;
}

.departments-new-title {
  font-size: clamp(2rem, 4vw, 3rem);
  color: var(--dark-charcoal);
  margin-bottom: 1rem;
}

.departments-new-subtitle {
  font-size: 1.1rem;
  line-height: 1.6;
  max-width: 600px;
}

/* Statistics Horizontal Layout */
.departments-new-stats {
  position: relative;
  z-index: 1;
  margin-bottom: 5rem;
}

.departments-stats-container {
  background: #ffffff;
  /* border-radius: 24px; */
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  max-width: 1000px;
  margin: 0 auto;
}

.departments-stat-item {
  padding: 3rem 2rem;
  text-align: center;
  position: relative;
  transition: background 0.3s ease;
}

.departments-stat-item:hover {
  background: rgba(203, 166, 91, 0.05);
}

.stat-item-content {
  position: relative;
  z-index: 1;
}

.stat-item-number {
  font-size: clamp(2.5rem, 5vw, 4rem);
  font-weight: 700;
  line-height: 1;
  margin-bottom: 0.75rem;
  display: block;
}

.stat-item-label {
  font-size: 1rem;
  font-weight: 600;
  color: var(--dark-charcoal);
  margin-bottom: 0.5rem;
}

.stat-item-desc {
  font-size: 0.875rem;
  color: #7a7d82;
  line-height: 1.5;
}

.stat-item-divider {
  position: absolute;
  right: 0;
  top: 20%;
  bottom: 20%;
  width: 1px;
  background: linear-gradient(to bottom, transparent, #e0e0e0, transparent);
}

/* Masonry Grid Layout */
.departments-new-grid {
  position: relative;
  z-index: 1;
}

.departments-masonry {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 1.5rem;
  max-width: 1400px;
  margin: 0 auto;
}

.dept-masonry-item {
  position: relative;
}

.dept-item-large {
  grid-column: span 4;
  grid-row: span 2;
}

.dept-item-medium {
  grid-column: span 4;
  grid-row: span 1;
}

.dept-item-small {
  grid-column: span 4;
  grid-row: span 1;
}

.dept-new-card {
  background: #ffffff;
  border-radius: 0;
  padding: 2.5rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  border: 2px solid transparent;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
}

.dept-new-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--gold), transparent);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s ease;
}

.dept-new-card:hover {
  transform: translateY(-8px);
  border-color: var(--gold);
  box-shadow: 0 20px 50px rgba(203, 166, 91, 0.15);
}

.dept-new-card:hover::before {
  transform: scaleX(1);
}

.dept-new-card-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.5rem;
}

.dept-new-icon-wrapper {
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(203, 166, 91, 0.1);
  border-radius: 16px;
  transition: all 0.3s ease;
}

.dept-new-card:hover .dept-new-icon-wrapper {
  background: rgba(203, 166, 91, 0.2);
  transform: scale(1.1) rotate(5deg);
}

.dept-new-icon {
  width: 36px;
  height: 36px;
  color: var(--gold);
}

.dept-new-category {
  color: #7a7d82;
  font-size: 0.75rem;
  letter-spacing: 0.15em;
  font-weight: 500;
}

.dept-new-card-body {
  flex: 1;
  margin-bottom: 1.5rem;
}

.dept-new-title {
  font-size: 1.75rem;
  color: var(--dark-charcoal);
  line-height: 1.2;
}

.dept-new-description {
  font-size: 0.95rem;
  color: #60646d;
  line-height: 1.6;
}

.dept-new-card-footer {
  padding-top: 1rem;
  border-top: 1px solid #f0f0f0;
}

.dept-new-link {
  color: var(--gold);
  font-size: 0.9rem;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  transition: gap 0.3s ease;
}

.dept-new-card:hover .dept-new-link {
  gap: 0.75rem;
}

/* Responsive Design */
@media (max-width: 992px) {
  .departments-masonry {
    grid-template-columns: repeat(6, 1fr);
  }

  .dept-item-large,
  .dept-item-medium,
  .dept-item-small {
    grid-column: span 6;
    grid-row: span 1;
  }

  .departments-stat-item {
    padding: 2rem 1.5rem;
  }

  .stat-item-divider {
    display: none;
  }
}

@media (max-width: 768px) {
  .departments-new-header {
    margin-bottom: 3rem;
  }

  .departments-new-stats {
    margin-bottom: 3rem;
  }

  .departments-stats-container {
    border-radius: 16px;
  }

  .departments-stat-item {
    padding: 2rem 1rem;
  }

  .departments-masonry {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }

  .dept-item-large,
  .dept-item-medium,
  .dept-item-small {
    grid-column: span 1;
  }

  .dept-new-card {
    padding: 2rem;
  }

  .dept-new-title {
    font-size: 1.5rem;
  }
}

/* Comprehensive Mobile Responsive Styles */
@media (max-width: 768px) {
  /* Hero Section */
  .hero-new {
    height: auto !important;
    min-height: auto !important;
    max-height: none !important;
    padding: 1rem 0 0 0 !important;
    background-image: url('public/plain-hero-mbl.png') !important;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
  }

  .hero-new-content {
    padding: 0 !important;
  }

  .hero-new .container-fluid {
    height: auto !important;
    padding-bottom: 0 !important;
    padding-top: 0 !important;
  }

  .hero-new .row {
    height: auto !important;
    min-height: auto !important;
  }

  .hero-new-badge-wrapper {
    margin-bottom: 0.4rem !important;
  }

  .hero-new-badge-wrapper[style*='margin-bottom'] {
    margin-bottom: 0.4rem !important;
  }

  .hero-new-title-wrapper {
    margin-bottom: 0.4rem !important;
  }

  .hero-new-title-wrapper[style*='margin-bottom'] {
    margin-bottom: 0.4rem !important;
  }

  .hero-new-actions {
    margin-bottom: 0 !important;
  }

  .hero-new-actions[style*='margin-bottom'] {
    margin-bottom: 0 !important;
  }

  .hero-new-main {
    margin-bottom: 0 !important;
  }

  .hero-title-line {
    margin-bottom: 0.1rem !important;
  }

  .hero-title-line[style*='margin-bottom'] {
    margin-bottom: 0.1rem !important;
  }

  /* Hide decorative elements on mobile */
  .hero-new::before,
  .hero-new::after {
    display: none !important;
  }

  .hero-new-title {
    font-size: clamp(2rem, 8vw, 3rem) !important;
  }

  .hero-new-actions {
    flex-direction: column;
    align-items: center;
  }

  .hero-new-actions .btn {
    width: 100%;
    max-width: 280px;
  }

  /* Mobile Logo in Hero - Already hidden with d-none d-lg-block */
  .hero-new-center-logo {
    display: none !important;
  }

  /* Visual Elements Section */
  .hero-new-visual {
    margin-top: 1rem !important;
    padding-top: 1rem !important;
  }

  section.py-5 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .hero-new-visual .row {
    flex-direction: row !important;
    gap: 0.5rem !important;
    justify-content: center !important;
    flex-wrap: nowrap !important;
  }

  .hero-new-visual .col-auto {
    flex: 0 0 auto;
  }

  .hero-new-icon-circle {
    width: 50px !important;
    height: 50px !important;
    margin-bottom: 0.5rem !important;
  }

  .hero-new-icon-circle svg,
  .hero-new-icon-circle img {
    width: 24px !important;
    height: 24px !important;
  }

  .hero-new-visual-item p {
    font-size: 0.7rem !important;
    white-space: normal !important;
    line-height: 1.2 !important;
  }

  /* Departments Section */
  .departments-new {
    padding: 3rem 0 !important;
  }

  .departments-new-title {
    font-size: 2rem !important;
  }

  /* Jobs Section */
  .jobs-listing .row {
    flex-direction: column;
  }

  .job-card {
    margin-bottom: 1.5rem;
  }

  /* Companies Section */
  .company-highlights .row {
    flex-direction: column;
  }

  .highlight-card {
    margin-bottom: 1rem;
  }

  .company-tabs {
    flex-direction: column;
    width: 100%;
  }

  .company-tab {
    width: 100%;
    text-align: center;
  }

  /* Candidates Section */
  .candidate-panel {
    margin-bottom: 2rem;
  }

  .candidate-insight {
    flex-direction: column;
  }

  .insight-item {
    width: 100%;
    margin-bottom: 1rem;
  }

  .candidate-timeline {
    margin-top: 2rem;
  }

  /* Process/Apply Now Section */
  .process-section {
    padding: 2rem 0 !important;
  }

  .process-main-title {
    font-size: 2rem !important;
    margin-bottom: 2rem !important;
  }

  .process-steps-container .row {
    flex-direction: column;
  }

  .process-hexagon {
    margin-bottom: 2rem;
  }

  .hexagon-content {
    min-height: auto !important;
    padding: 1.5rem 1rem !important;
  }

  .hexagon-title {
    font-size: 1.2rem !important;
  }

  .hexagon-text {
    font-size: 0.85rem !important;
  }

  /* Presentation Section */
  #presentation {
    min-height: auto !important;
    padding: 2rem 0 !important;
  }

  #presentation .row {
    flex-direction: column;
  }

  #presentation .col-lg-6 {
    min-height: auto !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
    margin-bottom: 2rem;
  }

  #presentation .col-lg-6:last-child {
    margin-bottom: 0;
  }

  .presentation-logo {
    margin-bottom: 2rem !important;
  }

  .presentation-logo img {
    height: 50px !important;
  }

  .presentation-title {
    font-size: 2rem !important;
    margin-bottom: 1.5rem !important;
  }

  .presentation-subtitle {
    font-size: 1rem !important;
    margin-bottom: 1.5rem !important;
  }

  .presentation-separator {
    display: none;
  }

  .presentation-agenda {
    padding-left: 0 !important;
    padding-top: 0 !important;
  }

  .agenda-item {
    padding-bottom: 1rem !important;
    margin-bottom: 1rem !important;
    font-size: 0.9rem !important;
  }

  /* Strategies Section */
  .strategies-title {
    font-size: 1.8rem !important;
  }

  .strategies-list {
    grid-template-columns: 1fr !important;
    gap: 2rem !important;
  }

  .strategy-item {
    margin-bottom: 1.5rem;
  }

  /* Testimonials Section */
  .testimonials-grid .row {
    flex-direction: column;
  }

  .testimonial-card {
    margin-bottom: 1.5rem;
  }

  /* Footer */
  footer .row {
    flex-direction: column;
  }

  footer .col-md-4 {
    margin-bottom: 2rem;
  }

  /* General Mobile Adjustments */
  .container-fluid {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .section-head h2 {
    font-size: 2rem !important;
  }

  .section-head p {
    font-size: 0.9rem !important;
  }

  /* Hide decorative elements on mobile */
  .process-vertical-label,
  .hexagon-pattern {
    display: none;
  }

  /* Adjust spacing */
  section {
    padding: 3rem 0 !important;
  }
}

@media (max-width: 576px) {
  /* Extra Small Devices */
  .hero-new {
    padding: 0.75rem 0 0 0 !important;
  }

  .hero-new-content {
    padding: 0 !important;
  }

  .hero-new-title {
    font-size: 1.75rem !important;
    line-height: 1.15 !important;
  }

  .hero-new-badge {
    font-size: 0.55rem !important;
    padding: 0.25rem 0.7rem !important;
  }

  .hero-new-badge-wrapper {
    margin-bottom: 0.3rem !important;
  }

  .hero-new-title-wrapper {
    margin-bottom: 0.3rem !important;
  }

  .hero-new-actions {
    margin-bottom: 0 !important;
  }

  .hero-title-line {
    margin-bottom: 0.05rem !important;
  }

  .btn {
    font-size: 0.9rem !important;
    padding: 0.75rem 1.5rem !important;
  }

  .process-main-title {
    font-size: 1.75rem !important;
  }

  .departments-new-title {
    font-size: 1.75rem !important;
  }

  .hero-new-visual .row {
    flex-direction: row !important;
    gap: 0.25rem !important;
  }

  .hero-new-icon-circle {
    width: 45px !important;
    height: 45px !important;
    margin-bottom: 0.4rem !important;
  }

  .hero-new-icon-circle svg,
  .hero-new-icon-circle img {
    width: 20px !important;
    height: 20px !important;
  }

  .hero-new-visual-item p {
    font-size: 0.65rem !important;
  }

  /* Presentation Section - Extra Small */
  #presentation {
    padding: 1.5rem 0 !important;
  }

  .presentation-title {
    font-size: 1.75rem !important;
  }

  .presentation-subtitle {
    font-size: 0.95rem !important;
  }

  .presentation-logo img {
    height: 40px !important;
  }

  .agenda-item {
    font-size: 0.85rem !important;
    padding-bottom: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }
}

/* Better article and section spacing */
article {
  display: block;
}

/* Improved blockquote styling for testimonials */
blockquote {
  margin: 0;
  padding: 0;
  font-style: italic;
  quotes: '"' '"' "'" "'";
}

blockquote::before {
  content: open-quote;
}

blockquote::after {
  content: close-quote;
}

/* Enhanced cite styling */
cite {
  font-style: normal;
  font-weight: 600;
}

/* Better footer structure */
footer cite {
  display: block;
  margin-bottom: 0.25rem;
}

/* Improved semantic list styling */
[itemscope] {
  position: relative;
}

/* Print Styles */
@media print {
  .navbar,
  footer,
  .btn,
  .company-tabs {
    display: none !important;
  }

  body {
    background: white !important;
  }

  section {
    page-break-inside: avoid;
  }

  article {
    page-break-inside: avoid;
  }
}
