    .search-bar {
      border: 1px solid orange;
      border-radius: 8px;
      padding: 0.5rem 1rem;
      display: flex;
      align-items: center;
      margin-bottom: 1.5rem;
    }

    .search-bar input {
      border: none;
      outline: none;
      flex: 1;
    }

    .search-bar button {
      background: none;
      border: none;
      font-size: 1.2rem;
    }

    .category-icon {
      width: 70px;
      height: 70px;
      border-radius: 50%;
      overflow: hidden;
      object-fit: cover;
      background-color: #f1f1f1;
      margin-bottom: 0.5rem;
    }

    .job-category {
      text-align: center;
      margin-bottom: 1.5rem;
    }

    /* .promo-banner {
      background-color: orange;
      border-radius: 12px;
      color: white;
      padding: 1.5rem;
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: space-between;
    }

    .promo-banner img {
      max-width: 100px;
    }

    .promo-banner h5 {
      font-family: 'Aclonica', sans-serif;
    } */

    .job-card {
      border: 1px solid #eee;
      border-radius: 12px;
      padding: 1rem;
      margin-bottom: 1rem;
    }

    .job-card small {
      color: gray;
    }
    .job-card p {
      /* flex-grow: 1; */
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 3; /* limit to 3 lines */
      -webkit-box-orient: vertical;
    }
    .jbc-right {
      height: 95%; /* makes cards stretch full height in flex container */
      min-height: 250px; /* or whatever height fits your content */
      display: flex;
      flex-direction: column;
      /* justify-content: space-between; */
      padding: 15px;
      border-radius: 8px;
      background-color: #f8f9fa; /* adjust if needed */
      box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
      overflow: hidden;
    }
    .an-link{
      text-decoration: none;
      color:Black;
    }
    .img-tra{
      width: 90%;
    }
    .footer-banner {
      background-color: orange;
      color: white;
      text-align: center;
      padding: 1.5rem;
      border-radius: 12px;
      /* margin-top: 2rem; */
    }

    .footer-banner img {
      max-width: 100px;
    }

    .footer-banner h5 {
      font-family: 'Aclonica', sans-serif;
      text-align: "left";
    }

    .loca-card{
        background: rgb(218 216 211) !important;
    }
    
    #locationInput {
        font-size: 0.9rem;
        padding: 6px 10px;
        border: none;
        border-radius: 5px;
    }
    .icon-color{
        color:orange;
    }
    .heading-style{
      color:#212529 !important
    }

    .tasksec-sec h2{
      font-family: 'Aclonica', sans-serif;
    }
    
    .tasCat-btn{
      background: orange !important;
      color: white;
      border: none;
    }
    .tasCat-btn:hover{
      background: black;
      color: white;
      border: none;
    }


    @media (max-width: 768px) {
      /* .promo-banner {
        flex-direction: column;
        text-align: center;
      } */
    }

    
    