.job-scrolling-text { animation: job-scroll 35s linear infinite; padding-left: 100%; }
  @keyframes job-scroll { 0% { transform: translate(0, 0); } 100% { transform: translate(-100%, 0); } }

  .jf-master-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    gap: 15px;
    margin-top: 10px;
  }

  .job-card-item {
    background: #fff;
    border: 1.5px solid #e2e8f0;
    border-radius: 18px;
    padding: 20px 15px;
    text-align: center;
    transition: all 0.3s ease;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 160px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.02);
  }

  .job-card-item:hover {
    transform: translateY(-5px);
    border-color: #6366f1;
    box-shadow: 0 10px 20px rgba(99, 102, 241, 0.1);
  }

  /* Logo Image Style */
  .job-card-item img {
    width: 65px;
    height: 65px;
    object-fit: contain;
    margin-bottom: 12px;
    background: #f8fafc;
    padding: 8px;
    border-radius: 12px;
  }

  /* FontAwesome Icon Style */
  .job-card-item i {
    font-size: 40px;
    color: #6366f1;
    margin-bottom: 15px;
  }

  .job-card-item span {
    font-weight: 800;
    font-size: 14px;
    color: #1e293b;
    line-height: 1.3;
    font-family: &quot;SolaimanLipi&quot;, sans-serif;
  }

  .job-card-item .btn-visit {
    margin-top: 12px;
    background: #f1f5f9;
    color: #6366f1;
    font-size: 11px;
    font-weight: 800;
    padding: 5px 15px;
    border-radius: 50px;
    text-transform: uppercase;
  }

  .job-card-item:hover .btn-visit {
    background: #6366f1;
    color: #fff;
  }

  @media (max-width: 480px) {
    .jf-master-grid { grid-template-columns: 1fr 1fr; gap: 10px; }
    .job-card-item { min-height: 140px; padding: 15px 10px; }
    .job-card-item span { font-size: 13px; }
  }
  
  .jf-search-flex {
    flex-direction: column; /* ম&#2507;ব&#2494;ইল স&#2509;ক&#2509;র&#2495;ন&#2503; একট&#2495;র ন&#2495;চ&#2503; আর&#2503;কট&#2495; আসব&#2503; */
    gap: 12px !important;
  }
  
  .jf-search-btn {
    width: 100%; /* ব&#2494;টনট&#2495; প&#2497;র&#2507; চওড়&#2494; হব&#2503; */
    padding: 12px 0 !important; /* উপর&#2503; ন&#2495;চ&#2503; প&#2509;য&#2494;ড&#2495;&#2434; ঠ&#2495;ক কর&#2494; হল&#2507; */
    height: 45px; /* ব&#2494;টন&#2503;র উচ&#2509;চত&#2494; ব&#2494;ড়&#2494;ন&#2507; হল&#2507; সহজ&#2503; ট&#2494;চ কর&#2494;র জন&#2509;য */
  }

  #jf-search-input {
    width: 100%;
    font-size: 14px !important; /* ফন&#2509;ট স&#2494;ইজ স&#2494;ম&#2494;ন&#2509;য কম&#2494;ন&#2507; হল&#2507; */
  }
}
