body{
    background: #f1f1f1;
    overflow-x: hidden;
    margin: 0;
    padding: 0;
     background-color: #f5f8ff;
      overflow-x: hidden;
}


    .hero-section {
      display: flex;
      min-height: 500px;
      width: 100%;
      margin-top: -70px;
    }

    .left-panel {
      flex: 1.4;
      background-color: transparent;
      padding: 60px;
      position: relative;
      overflow: hidden;
      display: flex;
      flex-direction: column;
      justify-content: center;
    }

    .left-panel h1 {
      font-size: 2.8rem;
      font-weight: 700;
      position: relative;
      z-index: 2;
      display: inline-block;
      padding: 20px 30px;
    }

    .left-panel h1::before {
      content: '';
      background: white;
      position: absolute;
      top: 10px;
      left: 0;
      width: 100%;
      height: 80%;
      z-index: -1;
      border-radius: 30px;
      box-shadow: 0 0 0 20px white;
      transform: skewX(-15deg);
    }

    .banner-search-box {
      margin-top: 30px;
      background: #fff;
      padding: 15px;
      border-radius: 12px;
      box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
      display: flex;
      gap: 15px;
      align-items: center;
      max-width: 700px;
      z-index: 2;

     
    }


   .banner-search-box .btn{
        background-color: #012466;
      }
      
      
    .banner-search-box .input-group-text {
      background: transparent;
      color: #002366;
    }

    .banner-search-box .form-control, .banner-search-box .form-select {
      height: 45px;
      border-radius: 8px;
    }

    .banner-search-box .btn {
      height: 45px;
      border-radius: 8px;
      padding: 0 20px;
    }

    .circle {
      position: absolute;
      border-radius: 50%;
      background-color: #012466;
      border: 2px solid white;
      z-index: 0;
      box-shadow: 0 0 8px rgba(0, 0, 255, 0.4);
      animation: floatUp 10s linear infinite;
      transition: transform 0.3s ease, opacity 0.3s ease;
    }

    .circle:hover {
      opacity: 1;
      transform: scale(1.3);
      box-shadow: 0 0 15px rgba(0, 0, 255, 0.6);
    }

    .cursor-circle {
      position: absolute;
      width: 40px;
      height: 40px;
      border-radius: 50%;
      background-color: #002366;
      pointer-events: none;
      z-index: 10;
      box-shadow: 0 0 15px rgba(0, 0, 255, 0.4);
      transition: background-color 0.3s ease;
    }

    .ripple {
      position: absolute;
      width: 40px;
      height: 40px;
      border-radius: 50%;
      background-color: #002366;
      opacity: 0.5;
      z-index: 5;
      pointer-events: none;
      animation: rippleEffect 0.6s ease-out forwards;
    }

    @keyframes rippleEffect {
      0% {
        transform: scale(1);
        opacity: 0.5;
      }
      100% {
        transform: scale(3);
        opacity: 0;
      }
    }

    @keyframes floatUp {
      0% {
        transform: translateY(0);
       
      }
      50% {
        opacity: 1;
      }
      100% {
        transform: translateY(-700px);
        opacity: 0;
      }
    }


    /* Blink animation */
    @keyframes blink-visible {
      0%, 100% { opacity: 1; }
      50% { opacity: 0; pointer-events: none; }
    }

    .blink-fast {
      animation: blink-visible 0.6s infinite;
    }

    .blink-fast:hover {
      animation: none;
      opacity: 1;
      pointer-events: auto;
    }
    

      .cursor {
      display: inline-block;
      background-color: #00205D;
      width: 2px;
      height: 1em;
      animation: blink 1s infinite;
      margin-left: 2px;
      vertical-align: bottom;
    }

    .highlight{
      color: #00205D;
    }

    @keyframes blink {
      0%, 100% { opacity: 1; }
      50% { opacity: 0; }
    }

    @keyframes typing {
      from { width: 0 }
      to { width: 100% }
    }

    @keyframes blink {
      50% { border-color: transparent }
    }



        .btn-green{
      color: white;
      border: none;
      padding: 19px 30px;
      border-radius: 6px;
      font-size: 17px;
      width: 100%;
         background-color: #00205D ;
    }



    /* banner-right-pannel */
    .right-panel {
      flex: 1;
      background-color: #002366;
      position: relative;
      border-bottom-left-radius: 80px;
      display: flex;
      align-items: center;
      justify-content: center;
      overflow: hidden;
      padding: 30px;
    }

    .right-panel img.people {
      /* max-height: 330px; */
      z-index: 1;
    }

    .cta-box {
      position: absolute;
      bottom: 20%;
      background: white;
      padding: 20px 50px;
      border-radius: 12px;
      text-align: center;
      z-index: 2;
      box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
    }

    .cta-box h5 {
      margin-bottom: 12px;
      font-size: 1.5rem;
      font-weight: 600;
      color: #333;
    }

    .cta-box .btn {
      background-color: #002366;
      color: white;
      border-radius: 30px;
      padding: 8px 25px;
      font-size: 0.9rem;
    }


    @media (max-width: 768px) {
      .hero-section {
        flex-direction: column;
      }

      .right-panel {
        border-bottom-left-radius: 0;
      }

      /* .cta-box {
        position: relative;
        bottom: auto;
        margin-top: 20px;
      } */

      .banner-search-box {
        flex-direction: column;
      }

        .left-panel h1 {
      font-size: 1.8rem;
    }

    
    }


    
    
    /* jobs-type */

    .job-type-heading{

 font-weight: 700;
 font-size: 25px;
    }


       .job-type-card {
      display: flex;
      align-items: center;
      gap: 12px;
      padding: 15px 20px;
      border: 1px solid #e0e0e0;
      border-radius: 12px;
      transition: all 0.3s ease;
      background-color: white;
      box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
      height: 100%;
    }

    .job-type-card:hover {
      border-color: #00205D;
      box-shadow: 0 6px 20px rgba(0, 123, 255, 0.15);
      transform: translateY(-2px);
    }

    .job-type-card img {
      width: 28px;
      height: 28px;
    }

    .job-type-title {
      font-weight: 600;
      font-size: 1rem;
      margin-bottom: 2px;
    }

    .job-type-subtitle {
      font-size: 0.9rem;
      color: #555;
    }

    .job-type-link {
      text-decoration: none;
      color: inherit;
    }




    /* category-Service-bassed-card */

    
  .category-card {
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    padding: 20px;
    background-color: #fff;
    transition: box-shadow 0.2s, border-color 0.2s;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  
  .category-card  a {
 text-decoration: none;
 color: black;
}
  
  .service-card{
    text-decoration: none;
    color: black;
  }

  .category-card:hover {
    border-color: #00205D;
    box-shadow: 0 4px 12px rgba(13, 110, 253, 0.2);
  }

  .category-img {
    max-height: 80px;
    object-fit: contain;
    margin-bottom: 15px;
  }

  .category-title {
    font-size: 0.95rem;
    font-weight: 600;
  }

  .section-title {
    font-size: 1.4rem;
    font-weight: 700;
  }

  .view-all {
    font-size: 0.9rem;
    color: #00205D;
    text-decoration: none;
  }

  .view-all:hover {
    text-decoration: underline;
  }

  /* industry-based-card */

     .job-card {
      border-radius: 10px;
      overflow: hidden;
      transition: transform 0.2s, box-shadow 0.2s;
      cursor: pointer;
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
      background-color: white;
    }

    .job-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    }

    .job-card img {
      width: 100%;
      height: 150px;
      object-fit: cover;
    }

    .job-content {
      padding: 15px;
    }

    .job-title {
      font-weight: bold;
      font-size: 1.1rem;
    }

    .job-subtitle {
      color: #555;
      font-size: 0.95rem;
    }

    .job-card {
  border: 1px solid transparent;
  border-radius: 10px;
  overflow: hidden;
  transition: all 0.3s ease;
  cursor: pointer;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05);
}

.job-card:hover {
  border-color: #00205D;
  box-shadow: 0 8px 20px rgba(0, 123, 255, 0.2);
}
 

  
  /* help-box */

  

  .help-box {
    background-color: #ffffff;
    border-radius: 8px;
    padding: 30px 25px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.05);
    display: flex;
   justify-content: space-between;
  }
  .help-box h5 {
    color: #00205D;
    font-weight: 700;
    font-size: 40px;
  }
  .help-box h6 {
    font-weight: 700;
    margin-top: 10px;
    font-size: 20px;
  }
  .help-box p {
    margin: 0;
    font-weight: 500;
    color: #333;
    font-size: 18px;
  }
.img{
    width: 40%;
   
}
.img .help-video{
    width: 70%;
   
}

/* qualification-jobsearch */

    .qualification-card {
      background-color: #fff;
      border: 1px solid #e0e0e0;
      border-radius: 12px;
      padding: 16px;
      text-align: left;
      transition: all 0.3s ease;
      height: 100%;
    }

    .qualification-card:hover {
      border-color: #00205D;
      box-shadow: 0 8px 20px rgba(0, 123, 255, 0.15);
      transform: translateY(-2px);
    }

    .qualification-icon {
      width: 30px;
      height: 30px;
      margin-bottom: 10px;
    }

    .qualification-title {
      font-weight: bold;
      font-size: 1rem;
      color: #000;
    }

    .qualification-subtitle {
      font-size: 0.9rem;
      color: #555;
    }

    .arrow {
      float: right;
      color: #666;
    }

    .qualification-link {
      text-decoration: none;
      color: inherit;
    }

  /* proffesional-workers cards */

   .card {
      border-radius: 1rem;
      border: 1px solid #e0e0e0;
      transition: all 0.3s ease-in-out;
      box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    }

    .card:hover {
      border-color: #00205D;
      box-shadow: 0 8px 20px rgba(13, 110, 253, 0.2);
      transform: translateY(-5px) scale(1.02);
    }

    .card img {
      border-top-left-radius: 1rem;
      border-top-right-radius: 1rem;
      height: 200px;
      object-fit: cover;
    }

    .card-body {
      padding: 1rem 1.25rem;
    }

    .star-rating {
      color: #00205D;
      font-weight: 500;
      font-size: 0.95rem;
    }

    .location {
      color: #6c757d;
    }

    .hire-btn {
      border: 2px solid #00205D;
      color: #00205D;
      font-weight: bold;
      transition: 0.3s;
    }

    .hire-btn:hover {
      background-color: #00205D;
      color: white;
    }

    .swiper {
      padding: 60px 10px;
    }

    .swiper-pagination-bullet {
      background: #ccc;
    }

    .swiper-pagination-bullet-active {
      background: #00205D;
    }



    /* FAQ */
      .faq-heading {
      font-size: 3.5rem;
      font-weight: 700;
    }
    .faq-subheading {
      font-size: 1rem;
      color: #ccc;
    }
    .accordion-button {
      background-color: rgba(0, 32, 93);
      color: #fff;
      font-weight: 600;
      border: none;
      border-radius: 8px;
      margin-bottom: 7px;
    }
    .accordion-button:not(.collapsed) {
      background-color: rgba(0, 32, 93, .8);
      color: #fff;
    }
    .accordion-body {
      background-color: white;
      color: black;
      border-radius: 0 0 8px 8px;
      margin-bottom: 20px;
       box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    }
    .custom-btn {
      border: none;
      border-radius: 12px;
      font-weight: 600;
      padding: 15px 20px;
      font-size: 16px;
      width: 100%;
      margin-bottom: 15px;
    }
    
    
      @media (max-width: 425px) { 
    .faq-img{
    
      width: 300px;
    }

  }


  /* testonomial section */
  
  .testimonial-card {
    background: #fff;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    height: 100%;
  }

  .testimonial-quote {
    font-size: 30px;
    color: #00205D;
  }

  .testimonial-profile {
    display: flex;
    align-items: center;
    gap: 10px;
  }

  .testimonial-profile img {
    width: 45px;
    height: 45px;
    border-radius: 50%;
  }

  .testimonial-stars {
    color: #ffc107;
  }

  .carousel-indicators [data-bs-target] {
    background-color: #00205D;
  }


  .testonomoial-arrow-btn {
    background-color: #00205D;
    color: #fff;
    border: none;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .testonomoial-arrow-btn:hover {
    background-color: #00205D;
  }


/* responsive */
 @media (max-width: 768px) {
    .carousel-inner {
      display: flex;
      flex-wrap: nowrap;
    }

    .carousel-item {
      flex: 0 0 100%;
      max-width: 100%;
      transition: transform 0.6s ease;
    }

    .carousel-item > div {
      display: flex;
      justify-content: center;
    }

    .img{
    width: 100%;
   
}
.img .help-video{
    width: 100%;
   
}


  .help-box {
    flex-direction: column;
    gap: 50px;
  }
  }