
    body {
      font-family: 'Segoe UI', sans-serif;
      background: linear-gradient(to right, #f5f6f8, #d8d8da);
      overflow-x: hidden;
    }

    .hero {
      min-height: 80vh;
      display: flex;
      align-items: center;
      background-color: rgb(227, 233, 245);
      padding: 70px;
    }

    .hero-content h1 {
      font-weight: 700;
      font-size: 3rem;
      margin-bottom: 30px;
    }

    .hero-content p {
      font-size: 1rem;
      color: #6c757d;
      margin-bottom: 80px;
    }

   .career-search-wrapper {
      background-color: #f7f7f7;
      border-radius: 10px;
      padding: 1rem;
    }

    .career-search-input {
      border: none;
      background-color: transparent;
      outline: none;
      width: 70%;
    }

    .career-search-box {
      display: flex;
      align-items: center;
      padding: 0.5rem 1rem;
      border-right: 1px solid #ccc;
    }

    .career-search-box:last-child {
      border-right: none;
    }

    .career-search-icon {
      margin-right: 8px;
      color: #999;
    }

    .search-btn {
      background-color: rgba(0, 32, 93);
      color: #fff;
      font-weight: bold;
      border-radius: 6px;
      padding: 0.5rem 1.5rem;
    }

    .search-btn:hover {
      background-color: rgba(0, 32, 93);
    }

    .suggestions {
      margin-top: 10px;
      font-size: 0.875rem;
      color: #6c757d;
    }

    .suggestions span {
      color: rgba(0, 32, 93);
      font-weight: 500;
      cursor: pointer;
    }

    .hero-image img {
      width: 100%;
      max-width: 450px;
    }

    .banner-divider{
        border-right: 1px solid rgb(224, 222, 222);
    }


 
    /* jobs card */


      .job-card {
      position: relative;
      background-color: white;
      border: 1px solid #ddd;
      border-radius: 12px;
      padding: 20px;
      box-shadow: 0 4px 12px rgba(0,0,0,0.05);
      transition: all 0.3s ease-in-out;
      height: 100%;
    }

    .job-card:hover {
      box-shadow: 0 6px 16px rgba(0,0,0,0.1);
    }

    .bookmark {
      font-size: 1.4rem;
      position: absolute;
      top: 20px;
      right: 20px;
      cursor: pointer;
      transition: color 0.2s;
    }

    .job-type {
      font-size: 0.75rem;
      font-weight: bold;
      color: white;
      padding: 2px 8px;
      border-radius: 4px;
      margin-right: 10px;
    }

    .part-time {
      background-color: rgba(0, 32, 93, 0.79);
    }

    .full-time {
      background-color: rgba(0, 32, 93);
    }

    .company-logo {
      width: 40px;
      height: 40px;
    }

    .applicants-img {
      width: 28px;
      height: 28px;
      border-radius: 50%;
      object-fit: cover;
      margin-right: -8px;
      border: 2px solid #fff;
    }

    .btn-outline {
      border: 1px solid rgba(0, 32, 93);
      color: rgba(0, 32, 93);
    }

    .btn-outline:hover {
      background-color: rgba(0, 32, 93);
      color: #fff;
    }

    .btn-purple {
      background-color: rgba(0, 32, 93);
      color: #fff;
    }

    .btn-purple:hover {
         border: 1px solid rgba(0, 32, 93);
      color: rgba(0, 32, 93);
    }
















      .hero-section {
      text-align: center;
      padding: 80px 20px 50px;
    }

    .hero-section h1 {
      font-weight: bold;
      margin-bottom: 40px;
    }

    .hero-section .subtitle {
      font-size: 18px;
      color: #888;
      max-width: 600px;
      margin: 20px auto;
         margin-bottom: 40px;
    }

    .tag-btn {
      background-color: rgba(0, 32, 93);
      color: #fff;
      border: none;
      border-radius: 12px;
      padding: 8px 16px;
      font-size: 14px;
      margin: 8px;
      transition: 0.3s;
    }

    .tag-btn.highlight {
      background-color: rgb(154, 184, 238);
      color: #1e1e1e;
      font-weight: 600;
    }

    .stats-section {
      margin-top: 50px;
    }

    .stat-number {
      font-size: 32px;
      font-weight: bold;
    }

    .stat-label {
      font-size: 25px;
      color: #444;
    }


    .tag-container{
     padding:  0 150px;
    }

    
   














      .how-it-works {
      padding: 40px 20px;
      position: relative;
      overflow: hidden;
      background-color: white;
    }

    .how-it-works .left {
      max-width: 750px;
    }

    .how-it-works .title {
      font-size: 28px;
      font-weight: 700;
      color: rgba(0, 32, 93);
    }

    .how-it-works .desc {
      color: #b0b0b0;
      font-size: 15px;
    }

    .step {
      border-left: 1px solid #555;
      padding-left: 15px;
      margin-bottom: 30px;
    }

    .step-number {
      font-size: 25px;
      font-weight: bold;
      color: rgba(0, 32, 93);
    }

    .step-title {
      font-size: 21px;
      font-weight: 700;
      color: rgba(0, 32, 93);
    }

    .step-desc {
      font-size: 16px;
      color: #aaa;
    }

    .experience-badge {
      background-color: rgb(212, 224, 249);
      height: 550px;
      border-radius: 10px;
      position: relative;
    }

    .experience-circle {
      position: absolute;
      top: 50%;
      left: 0;
      transform: translate(-50%, -50%);
      background-color: rgb(3, 17, 44);
      color: white;
      width: 190px;
      height: 190px;
      border-radius: 50%;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      font-size: 29px;
      font-weight: bold;
    }

    .experience-circle span {
      font-size: 20px;
      font-weight: normal;
    }

    .how-it-works-img{
      height: auto;
      margin-left: 40px;
    }
    
 
       @media (max-width: 768px) {
        
        .search-wrapper {
     flex-direction: column;

    }

    .search-box{
      border: none;
    }

        .hero-content h1 {
    
      font-size: 2rem;
    
    }

        .how-it-works-img{
    display: none;
    }

     

    }


     @media (max-width: 500px)  {

      .experience-badge{
      height: 200px;
     }

     .experience-circle{
      height: 100px;
      width: 100px;
      font-size: 12px;
     }

     .experience-circle span{
      font-size: 12px;
      text-align: center;
     }
     }