:root {
      --color-primary: #f5a623;
      --color-primary-dark: #e6941a;
      --color-secondary: #1a2b4b;
      --color-secondary-light: #243660;
      --white: #ffffff;
      --light-bg: #F7F7F7;
      --text-dark: #1a2b4b;
      --text-muted: #6b7a99;
      --border: #e2e8f0;

      --text-primary: #222222;
      --text-secondary: #4f4f4f;
      --text-shade: #727172;
      --color-primary: #ff7f02;
      --color-secondary: #0b4573;
      --color-bg-blue-shade: #ecf4fa;
      --color-bdr-blue: #dfe9f0;
      --color-bdr: #dddddd;
      --color-bg-shade: #f7f7f7;
      --color-bg-white: #ffffff;
      --color-white: #fff;
      --color-green: #20be60;
    }

    .poppins-light {
      font-family: "Poppins", sans-serif;
      font-weight: 300;
      font-style: normal;
    }

    .poppins-regular {
      font-family: "Poppins", sans-serif;
      font-weight: 400;
      font-style: normal;
    }

    .poppins-medium {
      font-family: "Poppins", sans-serif;
      font-weight: 500;
      font-style: normal;
    }

    .poppins-semibold {
      font-family: "Poppins", sans-serif;
      font-weight: 600;
      font-style: normal;
    }

    .poppins-bold {
      font-family: "Poppins", sans-serif;
      font-weight: 700;
      font-style: normal;
    }

    .poppins-extrabold {
      font-family: "Poppins", sans-serif;
      font-weight: 800;
      font-style: normal;
    }

    * {
      box-sizing: border-box;
      margin: 0;
      padding: 0;
      transition: all 0.2s linear 0s;
    }

    body {
      font-family: "Poppins", sans-serif;
      color: var(--text-dark);
      overflow-x: hidden;
    }

    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
      font-family: "Poppins", sans-serif;
    }

    a {
      color: var(--color-primary);
      text-decoration: none;
      outline: none !important;
    }

    a:hover {
      color: var(--color-primary-dark);
      text-decoration: underline;
    }

    .btn-color-primary {
      background-color: var(--color-primary);
      color: #fff;
      border: none;
      border-radius: 12px;
      font-family: "Poppins", sans-serif;
      font-weight: 500;
      padding: 12px 28px;
      font-size: 16px;
      transition: background 0.3s;
      display: inline-block;
      cursor: pointer;
      outline: none !important;
    }

    .btn-color-primary:hover {
      background-color: var(--color-secondary);
      color: #fff;
      text-decoration: none;
    }

    .btn-outline-white {
      background: transparent;
      border: 1px solid #fff;
      color: #fff;
      border-radius: 12px;
      font-family: "Poppins", sans-serif;
      font-weight: 500;
      transition: all 0.3s;
      display: inline-block;
      cursor: pointer;
      padding: 10px 28px;
      font-size: 16px;
    }

    .btn-outline-white:hover {
      background: rgb(255 255 255 / 36%);
      color: #ffffff;
      text-decoration: none;
    }

    .section-title {
      color: var(--color-secondary);
      margin-bottom: 8px;
      margin-bottom: 8px;
      font-size: 50px;
      font-weight: 700;
    }

    .section-title span {
      color: var(--color-primary);
    }

    .section-subtitle {
      font-size: 18px;
      color: var(--text-shade);
      margin-bottom: 40px;
    }

    /* ===========================
       TOP BAR
    =========================== */
    .top-bar {
      color: #fff;
      font-size: 12px;
      padding: 6px 0;
    }

    .top-bar a {
      color: #aab4cc;
    }

    .top-bar a:hover {
      color: var(--color-primary);
    }

    .top-bar .social-icons a {
      margin-left: 10px;
      font-size: 13px;
    }

    /* ===========================
       NAVBAR
    =========================== */

    .dropdown-menu>li>a {
      padding: 8px 20px;
    }

    .navbar-nav>li>.dropdown-menu {
      margin-top: 20px;
      border-radius: 12px;
      border-top-left-radius: 0;
      border-top-right-radius: 0;
    }

    .topContact {
      font-size: 14px;
      margin-top: 4px;
      display: inline-block;
    }

    .navbar-ftd {
      position: fixed;
      width: 100%;
      top: 0;
    }

    .navbar-static-top.fixed .top-bar {
      display: none;
    }

    .navbar-static-top.fixed {
      background-color: #fff;
      background-image: unset;
      border-bottom: 2px solid #ff7f01;
      padding-bottom: 12px;
      padding-top: 10px;
    }

    .navbar-static-top.fixed .navbar-ftd .navbar-brand {
      padding: 5px 15px 7px 15px;
    }

    .navbar-static-top.fixed .navbar-nav>li>a,
    .navbar-static-top.fixed .navbar-nav>li>a .caret {
      color: var(--text-secondary) !important;
      border-top-color: var(--text-secondary) !important;
    }

    .navbar-ftd {
      border-bottom: 1px solid #ff7f01;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.07);
      margin-bottom: 0;
      border-radius: 0;
      background-image: linear-gradient(rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
      padding-bottom: 12px;
      -webkit-backdrop-filter: blur(5px);
      backdrop-filter: blur(5px);
    }

    .navbar-ftd .navbar-brand {
      font-weight: 900;
      font-size: 26px;
      color: var(--color-secondary) !important;
      padding: 7px 15px;
      display: inline-block;
    }

    .navbar-ftd .navbar-brand span {
      color: var(--color-primary);
    }

    .navbar-ftd .navbar-nav>li>a {
      font-weight: 400;
      font-size: 16px;
      color: #ffffff !important;
      padding: 20px 12px;
      transition: color 0.2s;
      background: transparent;
      border: 0;
      outline: none;
    }

    .nav .open>a,
    .nav .open>a:focus,
    .nav .open>a:hover {
      background-color: transparent !important
    }

    .navbar-ftd .navbar-nav>li>a:hover {
      color: var(--color-primary) !important;
      background: transparent !important;
    }

    .navbar-ftd .navbar-nav>li.active>a,
    .navbar-ftd .navbar-nav>li.active>a>.caret {
      color: var(--color-primary) !important;
    }

    .navbar-ftd .navbar-nav>li>a .caret {
      border-top-color: var(--color-white);
    }

    .navbar-ftd .navbar-toggle {
      border-color: var(--color-primary);
      margin-top: 14px;
    }

    .navbar-ftd .navbar-toggle .icon-bar {
      background: var(--color-primary);
    }

    .navbar-static-top.fixed .navbar-ftd .navbar-brand {
      padding: 5px 15px;
    }

    /* Login/Register nav buttons */
    .nav-login-btn {
      margin: 13px 5px 0;
      padding: 7px 18px !important;
      border-radius: 4px !important;
      font-size: 13px !important;
    }

    .nav-btn-primary {
      background: var(--color-primary) !important;
      color: #fff !important;
    }

    .nav-btn-primary:hover {
      background: var(--color-primary-dark) !important;
    }

    .nav-btn-outline {
      border: 2px solid var(--color-primary) !important;
      color: var(--color-primary) !important;
      background: transparent !important;
    }

    .nav-btn-outline:hover {
      background: var(--color-primary) !important;
      color: #fff !important;
    }

    /* ===========================
       HERO SECTION
    =========================== */

    .navbar-brand>img {
      width: 100px;
    }

    .hero-section {
      background: linear-gradient(135deg, rgb(0 0 0 / 35%) 0%, rgb(0 0 0 / 75%) 60%, rgb(0 0 0 / 50%) 100%),
        url(../img/aboutUsHeaderBG.webp) center / cover no-repeat;
      min-height: 520px;
      display: flex;
      align-items: center;
      padding: 170px 0 60px;
      position: relative;
    }

    .hero-section .hero-badge {
      display: inline-block;
      background: rgb(0 0 0 / 10%);
      border: 1px solid var(--color-primary);
      border-radius: 20px;
      color: var(--color-primary);
      font-size: 16px;
      font-weight: 500;
      padding: 6px 20px;
      margin-bottom: 18px;
      -webkit-backdrop-filter: blur(5px);
      backdrop-filter: blur(5px);
    }

    .hero-section h1 {
      font-weight: 700;
      font-size: 80px;
      color: #fff;
      line-height: 1.1;
      margin-bottom: 8px;
    }

    .hero-section h1 span {
      color: var(--color-primary);
    }

    .hero-section .hero-tagline {
      font-weight: 500;
      font-size: 32px;
      color: #fff;
      margin-bottom: 6px;
    }

    .hero-section .hero-trusted {
      font-weight: 500;
      font-size: 32px;
      color: var(--color-primary);
      margin-bottom: 18px;
    }

    .hero-section p {
      color: #fff;
      font-size: 18px;
      line-height: 1.7;
      margin-bottom: 32px;
      font-weight: 300;
    }

    .hero-buttons img {
      width: 24px;
    }

    .hero-buttons .btn-color-primary {
      margin-right: 12px;
      margin-bottom: 12px;
    }

    .hero-buttons .btn-outline-white {
      margin-bottom: 12px;
    }

    /* ===========================
       STATS BANNER
    =========================== */
    .stats-banner {
      background: var(--color-primary);
      padding: 40px 0;
    }

    .stats-banner .section-title {
      color: #fff;
    }

    .stats-banner .section-subtitle {
      color: #fff;
    }

    .stats-banner .section-divider {
      background: #ffffff;
    }

    .stat-item {
      background: rgb(255 255 255);
      border-radius: 10px;
      padding: 28px 20px;
      text-align: center;
      margin-bottom: 24px;
      transition: transform 0.3s, box-shadow 0.3s;
      height: 100%;
      border: 1px solid rgb(255 255 255 / 30%);
      box-shadow: 0px 14px 35px rgb(0 0 0 / 8%);
    }

    .stat-item .stat-icon img {
      height: 44px;
      margin-bottom: 16px;
    }

    .stat-item .stat-number {
      font-weight: 500;
      font-size: 30px;
      color: #fa7d00;
      line-height: 1;
    }

    .stat-item .stat-label {
      font-size: 14px;
      color: #fa7d00;
      font-weight: 500;
      margin-top: 8px;
    }

    .stat-divider {
      border-left: 2px solid rgba(255, 255, 255, 0.3);
      height: 60px;
      margin: auto;
    }

    /* ===========================
       ONE PLATFORM SECTION
    =========================== */
    .one-platform {
      padding: 70px 0;
      background: #fff;
      text-align: center;
    }

    .one-platform h2 {
      font-size: 50px;
      font-weight: 700;
      color: var(--color-secondary);
      line-height: 1.2;
      margin-bottom: 6px;
    }

    .one-platform h2 span {
      color: var(--color-primary);
    }

    .one-platform p {
      color: var(--text-primary);
      font-size: 16px;
      max-width: 640px;
      margin: 0 auto;
      line-height: 1.8;
    }

    .one-platform p a {
      color: var(--color-primary);
      font-weight: 500;
    }

    /* ===========================
       CORE SERVICES
    =========================== */
    .core-services {
      background: var(--color-secondary);
      padding: 70px 0;
    }

    .core-services .section-title {
      color: #fff;
    }

    .core-services .section-subtitle {
      color: #ffffff;
    }

    .service-card {
      background: rgb(255 255 255 / 20%);
      border-radius: 10px;
      padding: 28px 20px;
      text-align: left;
      margin-bottom: 24px;
      transition: transform 0.3s, box-shadow 0.3s;
      height: 100%;
      border: 1px solid rgb(255 255 255 / 30%);
      box-shadow: 0px 14px 35px rgb(0 0 0 / 8%);
    }

    .service-card:hover {
      transform: translateY(-4px);
      box-shadow: 0 12px 30px rgba(0, 0, 0, 0.25);
    }

    .service-card .service-icon {
      width: 54px;
      height: 54px;
      background: var(--color-primary);
      border-radius: 12px;
      display: flex;
      align-items: center;
      justify-content: center;
      margin: 0 0 16px;
      font-size: 22px;
      color: #fff;
    }

    .service-icon img {
      height: 36px;
    }

    .service-card h4 {
      font-weight: 500;
      font-size: 20px;
      color: #fff;
      margin-bottom: 8px;
    }

    .service-card p {
      font-size: 14px;
      color: rgb(255 255 255 / 60%);
      line-height: 1.6;
      margin: 0;
    }

    /* equal height rows */
    .service-row {
      display: flex;
      flex-wrap: wrap;
    }

    .service-col {
      display: flex;
      flex-direction: column;
      padding: 0 12px;
      margin-bottom: 24px;
    }

    /* ===========================
       WHY CHOOSE
    =========================== */
    .why-choose {
      padding: 70px 0;
      background: var(--light-bg);
    }

    .why-choose .section-title span {
      display: block;
      margin-top: 16px;
    }

    .why-choose .section-subtitle {
      color: var(--text-primary);
    }

    .why-card {
      background: #fff;
      border-radius: 10px;
      padding: 28px 22px;
      margin-bottom: 24px;
      border: 1px solid var(--border);
      transition: box-shadow 0.3s, transform 0.3s;
      height: 100%;
      box-shadow: 0px 14px 35px rgb(0 0 0 / 8%);
    }

    .why-card:hover {
      box-shadow: 0 8px 24px rgba(26, 43, 75, 0.1);
      transform: translateY(-3px);
    }

    .why-card .why-icon {
      width: 50px;
      height: 50px;
      background: rgba(245, 166, 35, 0.12);
      border-radius: 10px;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 14px;
      font-size: 20px;
      color: var(--color-primary);
    }

    .why-icon img {
      height: 36px;
    }

    .why-card h4 {
      font-weight: 500;
      font-size: 20px;
      color: var(--color-secondary);
      margin-bottom: 8px;
    }

    .why-card p {
      font-size: 13px;
      color: var(--text-secondary);
      line-height: 1.6;
      margin: 0;
    }

    /* ===========================
       TECH SECTION
    =========================== */
    .tech-section {
      background: linear-gradient(135deg, #0B4573 0%, #03192A 100%);
      padding: 70px 0;
    }

    .tech-section .section-title {
      color: #fff;
    }

    .tech-section .section-title span {
      color: var(--color-primary);
    }

    .tech-section .section-subtitle {
      color: #ffffff;
    }

    .tech-card {
      background: rgba(255, 255, 255, 0.15);
      border: 1px solid rgba(255, 255, 255, 0.25);
      border-radius: 10px;
      padding: 28px 20px;
      text-align: center;
      margin-bottom: 24px;
      transition: background 0.3s;
    }

    .tech-card:hover {
      background: rgba(255, 255, 255, 0.12);
    }

    .tech-card .tech-icon {
      width: 54px;
      height: 54px;
      background: var(--color-primary);
      border-radius: 12px;
      display: flex;
      align-items: center;
      justify-content: center;
      margin: 0 auto 14px;
      font-size: 22px;
      color: #fff;
    }

    .tech-icon img {
      height: 36px;
    }

    .tech-card h4 {
      color: #fff;
      margin-bottom: 8px;
      font-weight: 500;
      font-size: 20px;
    }

    .tech-card p {
      font-size: 14px;
      color: rgb(255 255 255 / 60%);
      margin: 0;
      line-height: 1.6;
    }

    /* ===========================
       AWARDS SECTION
    =========================== */
    .awards-section {
      padding: 70px 0;
      background: var(--color-bg-shade);
      text-align: center;
    }

    .award-card {
      border: 1px solid var(--border);
      background-color: #fff;
      border-radius: 12px;
      padding: 32px 28px;
      text-align: left;
      display: flex;
      align-items: flex-start;
      gap: 18px;
      margin-bottom: 24px;
      transition: border-color 0.3s, box-shadow 0.3s;
      box-shadow: 0 14px 64px rgb(245 166 64 / 30%);
    }

    .award-card:hover {
      border-color: var(--color-primary);
      box-shadow: 0 6px 20px rgba(245, 166, 35, 0.15);
    }

    .award-icon {
      width: 54px;
      height: 54px;
      border-radius: 12px;
      display: flex;
      align-items: center;
      justify-content: center;
      margin: 0 auto 14px;
      font-size: 22px;
      color: #fff;
    }

    .award-card .award-icon {
      font-size: 36px;
      color: var(--color-primary);
      flex-shrink: 0;
    }

    .award-card h4 {
      font-weight: 600;
      font-size: 24px;
      color: var(--color-secondary);
      margin-bottom: 6px;
    }

    .award-card p {
      font-size: 14px;
      color: var(--text-secondary);
      margin: 0;
    }

    .award-badge {
      display: inline-block;
      background: rgba(245, 166, 35, 0.12);
      color: var(--color-primary);
      font-size: 11px;
      font-weight: 700;
      padding: 3px 10px;
      border-radius: 20px;
      margin-bottom: 0px;
    }

    .awards-img img {

      height: 146px;

    }

    /* ===========================
       CONTACT SECTION
    =========================== */
    .contact-section {
      padding: 70px 0;
      background: var(--color-bg-white);
    }

    .contact-section .section-subtitle {
      color: var(--text-primary);
    }

    .contact-card {
      background: var(--color-secondary);
      border-radius: 16px;
      padding: 40px;
      color: #fff;
    }

    .contact-card h3 {
      font-weight: 600;
      font-size: 28px;
      color: #fff;
      margin-bottom: 32px;
      margin-top: 10px;
    }

    .contact-item {
      display: flex;
      align-items: flex-start;
      gap: 14px;
      margin-bottom: 18px;
    }

    .contact-item .contact-icon {
      width: 38px;
      height: 38px;
      background: var(--color-primary);
      border-radius: 8px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 16px;
      color: #fff;
      flex-shrink: 0;
    }

    .contact-icon img {
      height: 24px;
    }

    .contact-item-label {
      font-weight: 700;
      font-size: 12px;
      color: var(--color-primary);
      margin-bottom: 2px;
      text-transform: uppercase;
      letter-spacing: 0.5px;
    }

    .contact-item-value {
      font-size: 14px;
      color: #fff;
    }

    /* ===========================
       CTA SECTION
    =========================== */
    .cta-section {
      background: var(--color-primary);
      padding: 70px 0;
      text-align: center;
    }

    .cta-section h2 {
      color: #fff;
      margin-bottom: 8px;
      font-size: 50px;
      font-weight: 700;
    }

    .cta-section p {
      color: rgba(255, 255, 255);
      font-size: 20px;
      margin-bottom: 30px;
      margin-top: 12px;
    }

    .btn-cta-white {
      background: #fff;
      color: var(--color-primary);
      border: none;
      border-radius: 12px;
      font-weight: 500;
      padding: 14px 34px;
      font-size: 16px;
      transition: all 0.3s;
      display: inline-block;
      margin: 6px;
      box-shadow: 0 10px 30px rgb(0 0 0 / 25%);
    }

    .btn-cta-white img {
      height: 21px;
      vertical-align: -5px;
      margin-left: 4px;
    }

    .btn-cta-white:hover {
      background: var(--color-secondary);
      color: var(--color-primary);
      text-decoration: none;
      box-shadow: unset;
    }

    .btn-cta-dark {
      background: rgb(255 255 255 / 24%);
      color: #fff;
      border: none;
      border-radius: 12px;
      font-weight: 500;
      padding: 14px 34px;
      font-size: 16px;
      transition: all 0.3s;
      display: inline-block;
      margin: 6px;
      border: 1px solid #fff;
    }

    .btn-cta-dark:hover {
      color: #fff;
      text-decoration: none;
      background: rgb(255 255 255 / 24%);
      border: 1px solid rgb(255 255 255 / 0%);
    }

    .btn-cta-dark img {
      height: 21px;
      vertical-align: -5px;
      margin-left: 4px;
    }

    .cta-mission {
      padding: 30px 0 0;
    }

    .cta-mission p {
      font-size: 16px;
      color: rgba(255, 255, 255);
      max-width: 700px;
      margin: 0 auto;
      line-height: 1.8;
    }

    /* ===========================
       FOOTER
    =========================== */
    .footer-main {
      background: var(--color-bg-shade);
      color: #8a9fc0;
      padding: 60px 0 30px;
    }

    .footer-brand h3 {
      font-weight: 900;
      font-size: 24px;
      color: #fff;
      margin-bottom: 12px;
    }

    .footer-brand h3 span {
      color: var(--color-primary);
    }

    .footer-brand p {
      font-size: 14px;
      line-height: 1.8;
      margin-bottom: 18px;
      color: var(--text-secondary);
    }

    .footer-social a {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 34px;
      height: 34px;
      background: rgba(255, 255, 255, 0.08);
      border-radius: 6px;
      color: #8a9fc0;
      font-size: 14px;
      margin-right: 8px;
      transition: all 0.3s;
    }

    .footer-social a:hover {
      background: var(--color-primary);
      color: #fff;
    }

    .footer-col h5 {
      font-weight: 500;
      font-size: 16px;
      color: var(--text-primary);
      text-transform: uppercase;
      letter-spacing: 1px;
      margin-bottom: 18px;
    }

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

    .footer-col ul li {
      margin-bottom: 9px;
    }

    .footer-col ul li a {
      color: var(--text-secondary);
      font-size: 14px;
      transition: color 0.2s;
    }

    .footer-col ul li a:hover {
      color: var(--color-primary);
      text-decoration: none;
    }

    .footer-bottom {
      background: #f7f7f7;
      padding: 16px 0;
      text-align: center;
      font-size: 14px;
      border-bottom: 3px solid rgb(255 127 1);
      border-top: 1px solid #ddd;
    }

    .social-icons a {
      display: inline-block;
      text-align: center;
      vertical-align: middle;
      width: 25px;
      height: 25px;
      border: 1px solid #888;
      line-height: 25px;
      border-radius: 6px;
      margin-right: 4px;
    }

    .social-icons a:hover {
      background-color: var(--color-primary);
      color: var(--color-white) !important;
      border-color: var(--color-primary);
    }

    .awardhounor {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
    }

    .awardhounor img {
      height: 38px;
    }

    .downloadapp a {
      display: inline-block;
    }

    .downloadapp a img {
      height: 40px;
    }

    /* Flex helpers for equal-height cards */
    .flex-row-cards {
      display: -webkit-flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap;
    }

    .flex-row-cards>[class*="col-"] {
      display: -webkit-flex;
      display: flex;
      -webkit-flex-direction: column;
      flex-direction: column;
    }

    .flex-row-cards>[class*="col-"] .service-card,
    .flex-row-cards>[class*="col-"] .why-card,
    .flex-row-cards>[class*="col-"] .tech-card {
      flex: 1;
    }

    /* Divider line */
    .section-divider {
      width: 60px;
      height: 4px;
      background: var(--color-primary);
      border-radius: 2px;
      margin: 12px auto 20px;
    }

    .section-divider.left {
      margin-left: 0;
    }


    /*------------Start Career Page------------*/

    /*------------Career Banner------------*/
    
    .page-hero {
      background:
        linear-gradient(rgba(10, 15, 30, 0.72), rgba(10, 15, 30, 0.72)),
        url('../img/careerbanner.webp') center center / cover no-repeat;
      padding: 160px 0 60px;
      text-align: center;
    }

    .page-hero h1 {
      font-family: 'Poppins', sans-serif;
      font-weight: 700;
      font-size: 42px;
      color: #fff;
      margin-bottom: 10px;
    }

    .page-hero p {
      font-size: 15px;
      color: rgba(255, 255, 255, 0.8);
    }
    
    /*------------Why Work With Us------------*/
    
    .why-section {
      background: #fff;
      padding: 60px 0 50px;
      text-align: center;
    }

    .why-section h2 {
      font-weight: 700;
      font-size: 26px;
      color: var(--text-primary);
      margin-bottom: 12px;
    }

    .why-section .why-desc {
      font-size: 16px;
      color: var(--text-secondary);
      line-height: 1.8;
      max-width: 560px;
      margin: 0 auto 40px;
    }

    /* Benefit Cards */
    .benefit-card {
      background: #fff;
      border: 1px solid var(--border);
      border-radius: 6px;
      padding: 28px 24px 24px;
      text-align: left;
      height: 100%;
      position: relative;
      transition: box-shadow .3s;
    }

    .benefit-card::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      height: 3px;
      background: var(--color-primary);
      border-radius: 6px 6px 0 0;
    }

    .benefit-card:hover {
      box-shadow: 0 8px 28px rgba(0, 0, 0, 0.09);
    }

    .benefit-icon {
      width: 46px;
      height: 46px;
      border-radius: 50%;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      font-size: 20px;
      margin-bottom: 16px;
    }

    .bi-orange {
      background: var(--color-primary);
      color: #fff;
    }

    .bi-navy {
      background: var(--color-secondary);
      color: #fff;
    }

    .benefit-card h4 {
    color: var(--color-primary);
    margin-bottom: 10px;
    font-weight: 500;
    font-size: 20px;
    }

    .benefit-card p {
      font-size: 14px;
      color: var(--text-secondary);
      line-height: 1.75;
    }

    /* equal-height row */
    .row-eq-h {
      display: -webkit-flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap;
    }

    .row-eq-h>[class*="col-"] {
      display: -webkit-flex;
      display: flex;
      -webkit-flex-direction: column;
      flex-direction: column;
    }

    .row-eq-h>[class*="col-"]>.benefit-card {
      flex: 1;
    }

    
    /*------------Open Position------------*/
    
    .positions-section {
      background: #fff;
      padding: 10px 0 60px;
    }

    .positions-section h2 {
      font-weight: 600;
      font-size: 22px;
      color: var(--text-primary);
      margin-bottom: 20px;
    }

    /* Accordion job card */
    .job-item {
      border: 1px solid var(--border);
      border-radius: 6px;
      margin-bottom: 8px;
      overflow: hidden;
    }

    .job-header {
      display: flex;
      align-items: center;
      padding: 16px 20px;
      cursor: pointer;
      background: #fff;
      transition: background .2s;
      user-select: none;
    }

    .job-header:hover {
      background: var(--bg-light);
    }

    .job-header.active {
      background: #fff;
    }

    .job-col-label {
    font-size: 13px;
    color: var(--text-shade);
    margin-bottom: 3px;
    font-weight: 400;
    }

    .job-col-value {
      font-weight: 500;
      font-size: 16px;
      color: var(--color-secondary);
    }

    .job-col-value.orange {
      color: var(--color-primary);
    }

    .job-col-title {
      flex: 0 0 38%;
    }

    .job-col-exp {
      flex: 0 0 28%;
    }

    .job-col-loc {
      flex: 0 0 28%;
    }

    .job-col-toggle {
      flex: 0 0 6%;
      text-align: right;
    }

    .job-col-toggle i {
      font-size: 16px;
      color: var(--color-primary);
      transition: transform .3s;
    }

    .job-header.active .job-col-toggle i {
      transform: rotate(180deg);
    }

    .job-location-icon {
      color: var(--color-primary);
      margin-right: 4px;
    }

    /* Job body (accordion content) */
    .job-body {
      display: none;
      padding: 20px 20px 24px;
      border-top: 1px solid var(--border-lt);
      background: #fff;
    }

    .job-body.open {
      display: block;
    }

    .job-body .jb-section-title {
      font-weight: 500;
      font-size: 16px;
      color: var(--text-primary);
      margin-bottom: 8px;
    }

    .job-body .jb-text {
      font-size: 14px;
      color: var(--text-secondary);
      line-height: 1.8;
      margin-bottom: 16px;
    }

    .job-body .jb-req-list {
      list-style: none;
      padding: 0;
      margin: 0 0 20px;
    }

    .job-body .jb-req-list li {
      font-size: 14px;
      color: var(--text-secondary);
      padding: 3px 0 3px 18px;
      position: relative;
      line-height: 1.7;
    }

    .job-body .jb-req-list li::before {
      content: '';
      position: absolute;
      left: 0;
      top: 12px;
      width: 6px;
      height: 6px;
      background: var(--text-muted);
      border-radius: 50%;
    }

    /* How to Apply box */
    .how-to-apply {
      background: var(--color-bg-shade);
      border-left: 3px solid var(--color-primary);
      border-radius: 0 6px 6px 0;
      padding: 16px 18px;
    }

    .how-to-apply .hta-title {
      font-weight: 500;
      font-size: 16px;
      color: var(--text-primary);
      margin-bottom: 6px;
    }

    .how-to-apply p {
      font-size: 14px;
      color: var(--text-secondary);
      line-height: 1.75;
      margin-bottom: 4px;
    }

    .how-to-apply a {
      color: var(--color-primary);
      font-weight: 500;
            font-size: 14px;
    }
