    body {
      font-family: 'Hanken Grotesk', sans-serif;
      margin: 0;
      padding: 0;
    }

    /* ========== Custom Navbar ========== */
    .jj-navbar {
      background: #ffffff;
      padding: 1rem 1rem;
    }
    .jj-navbar .jj-brand {
      font-weight: 700;
      font-size: 1.2rem;
      color: #0a3d62 !important;
    }
    .jj-navbar .jj-brand span {
      font-weight: 400;
    }
    .jj-navbar .jj-nav-link {
      font-weight: 500;
      margin-left: 0.5rem;
      color: #000 !important;
      text-decoration: none;
    }
    .jj-navbar .jj-nav-link:hover {
      color: #0d6efd !important;
    }
    .jj-navbar .jj-nav-register {
      font-weight: 700;
    }

    /* ========== Hero Section ========== */
    .jj-hero {
      background: url('../images/jjATS-banner.jpg') no-repeat center center/cover;
      color: #fff;
      text-align: center;
      padding: 6rem 1rem;
      position: relative;
      z-index: 100;
    }
     .jj-hero::before{
        content:'';
        position:absolute;
        top:0;
        left:0;
        width:100%;
        height: 100%;
        background:#032744;
        opacity: .7;
     }

    .jj-hero-title {
      font-size: 2.8rem;
      font-weight: 700;
      margin-bottom: 1rem;
    }
    .jj-hero-title span {
      color: #00aeef;
    }

    .jj-hero-subtitle {
      font-size: 2rem;
      font-weight: 700;
      margin-bottom: 1rem;
    }

    .jj-hero-text {
      font-size: 1.1rem;
      margin-bottom: 2rem;
    }

    .jj-hero-btn {
      background: #175cd3;
      border: none;
      font-weight: 600;
      padding: 0.8rem 1rem;
      border-radius: 6px;
      text-transform: uppercase;
      color: #fff;
      display: inline-block;
      text-decoration: none;
      width: fit-content;
    }
    .jj-hero-btn:hover {
      background: linear-gradient(90deg, #084298, #0a58ca);
      color: #fff;
    }
     /* ========== Info Section (Image + Text) ========== */
    .jj-info {
      padding: 3rem 1rem;
      background: #fff;
    }
    .jj-info h2 {
      font-weight: 700;
     font-family: "Roboto", sans-serif;
      font-size: 1.8rem;
      margin-bottom: 1rem;
      color: #000;
    }
    .jj-info p {
      font-size: 1rem;
      line-height: 1.6;
      margin-bottom: 2rem;
      color: #333;
    }
    .jj-info img {
      max-width: 100%;
      height: auto;
    }

    .jj-features {
    background: #f8fcff;
    padding: 5rem 1rem;
  }



  .jj-section-title {
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    color: #000;
    font-family: 'Roboto';
  }

  .jj-section-subtitle {
    font-size: 1rem;
    color: #444;
    margin: 0 auto;
  }

  .jj-feature-card {
    background: #fff;
    border-radius: 8px;
    padding: 1.2rem;
    box-shadow: 0px 4px 12px rgba(0,0,0,0.05);
    transition: transform 0.2s ease;
    align-items: center;
  }
  .jj-feature-card:hover {
    transform: translateY(-4px);
  }

  .jj-feature-icon {
    width: 48px;
    height: 48px;
    flex-shrink: 0;
    margin-right: 15px;
  }

  .jj-feature-icon img {
    width: 100%;
    height: auto;
  }

  .jj-feature-title {
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 4px;
    color: #000;
  }

  .jj-feature-text {
    font-size: 0.95rem;
    color: #555;
    margin: 0;
  }




  .ats-section {
  padding: 50px 20px;
}

.ats-left {
  padding: 20px;
}

.ats-title {
  font-size: 38px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #222;
  font-family: 'Roboto';
}
.ats-title span{

  color: #175cd3;
}

.ats-desc {
  font-size: 16px;
  line-height: 1.6;
  color: #555;
}

.ats-right {
  padding: 20px;
}

.ats-image {
  max-width: 100%;
  height: auto;
}

  .hiring-section {
      position: relative;
      padding: 40px 20px;
      background: #f8fcff;
    }
    .hiring-left {
      position: relative;
      z-index: 20;
    }
    .hiring-left img.illustration {
      max-width: 100%;
      z-index: 20;
      position: relative;
    }
    .hiring-left img.arrow {
      position: absolute;
      bottom: -60px;
      max-width: 100%;
      right: -20%;
      z-index: 10;
    }
    .hiring-right {
      display: flex;
      flex-direction: column;
      justify-content: center;
      padding-left: 30px;
    }
    .hiring-right h3 {
      font-weight: 700;
      font-size: 1.5rem;
      color: #111;
      font-family: 'Roboto';
      font-size: 29px;
    }
    .hiring-right p {
      margin-top: 10px;
      font-size: 1rem;
      color: #333;
      font-family: 'Roboto';
    }
    .hiring-right a.btn-primary {
      margin-top: 20px;
      font-weight: 600;
      font-size: 0.95rem;
      padding: 12px 24px;
      border-radius: 6px;
      background-color: #0069ff;
      border: none;
    }
    .hiring-right a.btn-primary:hover {
      background-color: #0053cc;
    }


    .custom-faq-section {
      padding: 50px 20px;
      text-align: center;
    }
    .custom-faq-section h2 {
      font-weight: 700;
      font-size: 1.6rem;
      margin-bottom: 0px;
      color: #111;
      border-left: 2px;
    }

    .custom-faq-accordion .custom-faq-button {
      font-weight: 600;
      font-size: 0.95rem;
      color: #111;
      background: #fff;
      box-shadow: none;
      border: none;
      padding: 15px 20px;
      text-align: left;
      width: 100%;
      border-left: 4px solid #0066ff;
      font-size: 18px;
    }

    .custom-faq-accordion .custom-faq-button:not(.collapsed) {
      color: #111;
      background: #fff;
      box-shadow: none;
      border-left: 4px solid #0066ff; /* blue border */
      padding-bottom: 8px;
      font-size: 18px;
    }

    .custom-faq-accordion .custom-faq-body {
      font-size: 0.9rem;
      color: #555;
      padding: 0px 20px 15px 24px;
      border-left: 4px solid #0066ff; /* blue border inside expanded */
      background: #fff;
      text-align: left;
    }

    .custom-faq-accordion .custom-faq-item {
      border: none;
      margin-bottom: 12px;
      box-shadow: 0 2px 8px rgba(0,0,0,0.05);
      border-radius: 6px;
      overflow: hidden;
    }

    .custom-faq-accordion .custom-faq-button:focus {
      box-shadow: none;
    }

    .footer-section  .list-unstyled img {
       width:20px;
       margin-right: 6px;
    }

    .list-unstyled a{
            color: #fff;
    text-decoration: none;
    }



    /* Responsive text sizes */
    @media (max-width: 768px) {
      .jj-hero-title {
        font-size: 2rem;
      }
      .jj-hero-subtitle {
        font-size: 1.5rem;
      }
      .jj-hero-text {
        font-size: 1rem;
      }
      .jj-info img {
      max-width: 100%;
      height: auto;
    }

    .hiring-left img.arrow{
        display:none;
    }
    .jj-hero-btn {
    font-size: 13px;
}
    }