.page-container {
    position: relative;
    margin-top: 60px;
    width: 100%;
    background-color: #000;
    color: #ffffff;
  }
  
  /* Header and Navigation */
  .main-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 68px;
    padding-right: 68px;
    height: 100px;
    backdrop-filter: blur(5px);
  }
  
  .nav-menu {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  
  .nav-item {
    padding: 24px 12px;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 1.6px;
    color: #ffffff;
    text-decoration: none;
    color: transparent;
    -webkit-text-stroke: 1px #ffffff;
  }

  .nav-highlight {
    color: #ff5c3e !important;
    -webkit-text-stroke: 1px #ff5c3e;
    border-top: 3px solid #ff5c3e;
  }
  
  .mobile-menu-toggle {
    display: none;
    background: none;
    border: none;
    color: #ffffff;
    cursor: pointer;
    font-size: 24px;
  }
  
  /* Hero Section */
  .hero-section {
    position: relative;
    width: 100%;
    width: 100%;
    height: 600px;
    overflow: hidden;
  }
  
  .hero-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  
  .blur-overlay {
    position: absolute;
    right: 90px;
    top: 3px;
    width: 500px;
    height: auto;
    filter: blur(5px);
  }

  .careers-illustration{
    position: absolute;
    right: 90px;
    top: 80px;
    width: 300px;
    height: auto;
  }

  .border-title-dark{
    color: transparent;
    -webkit-text-stroke: 2px #000000;
  }
  
  /* Content Block */
  .content-block {
    position: absolute;
    left: 60px;
    top: 80px;
    display: flex;
    flex-direction: column;
    gap: 28px;
    max-width: 750px;
  }
  
  .main-heading {
    font-size: 50px;
    font-weight: 700;
    line-height: 50px;
    display: flex;
    gap: 15px;
  }
  
  .highlight {
    color: #ffffff;
  }

  .border-text{
    color: transparent;
    -webkit-text-stroke: 2px #ffffff;
  }
  
  .description {
    font-size: 24px;
    font-weight: 500;
  }
  
  .cta-container {
    display: flex;
    align-items: center;
    gap: 8px;
  }
  
  .cta-icon-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4px;
    border-radius: 20px;
    border-width: 1.5px;
    border-color: #ebff03;
    border-style: solid;
  }
  
  .cta-icon {
    width: 20px;
    height: 20px;
    transform: rotate(-90deg);
  }
  
  .cta-text {
    color: #ebff03;
    font-size: 24px;
    font-weight: 500;
  }
  
  /* Metrics Panel */
  .metrics-panel {
    position: absolute;
    right: 80px;
    top: 15px;
    background-color: #ff5c3e;
    padding: 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    width: 321px;
  }
  
  .metric-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
  }
  
  .metric-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
  
  .metric-value {
    font-size: 60px;
    font-weight: 700;
    font-family: "Druk Text Trial", sans-serif;
    line-height: 50px;
    color: transparent;
    -webkit-text-stroke: 2px #ffffff;
  }
  
  .metric-label {
    color: #ffffff;
    font-size: 24px;
    font-weight: 500;
    text-align: center;
  }

  a.nav-item:hover {
    color: #ffffff;
  }
  
  /* Media Queries */
  @media (max-width: 991px) {
    .main-header {
      padding-left: 24px;
      padding-right: 24px;
    }
  
    .nav-item {
      font-size: 24px;
    }
  
    .content-block {
      left: 40px;
    }
  
    .main-heading {
      font-size: 64px;
      line-height: 76px;
    }
  
    .description {
      font-size: 20px;
    }
  
    .cta-text {
      font-size: 20px;
    }
  
    .metrics-panel {
      right: 40px;
      width: 280px;
      padding: 40px;
    }
  
    .metric-value {
      font-size: 56px;
      line-height: 80px;
      -webkit-text-stroke: 1px #ffffff;
    }
  
    .metric-label {
      font-size: 20px;
    }
  }
  
  @media (max-width: 900px) {

    .hero-section{
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 20px;
      height: 700px;
      justify-content: space-between;
    }

    .careers-illustration{
      width: 200px;
      position: relative;
      right: auto;
    }

    .main-header {
      padding-left: 16px;
      padding-right: 16px;
      display: none;
    }

    .border-text {
      color: transparent;
      -webkit-text-stroke: 1px #ffffff;
    }
  
    .nav-item {
      display: none;
    }
  
    .mobile-menu-toggle {
      display: block;
    }
  
    .content-block {
      position: relative;
      left: 0px;
      width: 90vw;
      gap: 10px;
      top: 0;
    }
  
    .main-heading {
      font-size: 32px;
      line-height: 40px;
      display: inline-block;
    }

    .file-upload-wrapper {
      display: flex;
      align-items: flex-start !important;
      gap: 0px !important;
    }
  
    .description {
      font-size: 16px;
    }
  
    .cta-text {
      font-size: 18px;
    }
  
    .metrics-panel {
      position: relative;
      display: flex;
      width: 100%;
      right: 0;
      top: auto;
      /* bottom: 75px; */
      /* margin-top: 40px; */
      flex-direction: row;
      padding: 20px;
      justify-content: space-around;
    }
  
    .metric-value {
      font-size: 36px;
      line-height: 60px;
      -webkit-text-stroke: 1px #ffffff;
    }
  
    .metric-label {
      font-size: 16px;
    }

    .blur-overlay {
      position: relative;
      width: 185px;
      height: auto;
      filter: blur(0px);
      top: unset;
      right: unset;
    }

    .digital-strategy-banner{
      width: 300px !important;
    }
    
    .section-header {
      flex-direction: column !important;
      gap: 0px !important;
      margin-bottom: 25px !important;
    }

    .case-studies-section {
      padding: 40px 20px;
      position: relative;
    }

    .metric-content {
      display: flex;
      gap: 0px !important;
    }
  }