
/* job card start*/
  .job-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }
  .job-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 8px 24px rgba(0,0,0,0.25);
  }
  .highlight {
    color: #0D6EFD; /* Fresh Blue */
    font-weight: 600;
  }
   
  .rounded {
    border-radius: 1.25rem !important;
  }
  
  .new-classesd{
      padding:25px;
  } 
  @media (max-width: 991px) {
  .new-classesd {
    padding: 18px;
  }
}

/* Mobile screens (up to 576px) */
@media (max-width: 576px) {
  .new-classesd {
    padding: 12px; 
  }
}

.heading-main{
    color:#0000BA;
}

/* job card end */

  /* second css*/
  .job-card {
    background: #fff;
    border-radius: 16px;
    padding: 25px;
    transition: all 0.3s ease-in-out;
    position: relative;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
  }

  .job-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.15);
  }

  .job-card .logo-company img {
    width: 60px;
    height: 60px;
    object-fit: contain;
    border-radius: 12px;
    background: #f7f7f7;
    padding: 6px;
  }

  .job-card h3 a {
    font-size: 1.1rem;
    color: #0d47a1;
    font-weight: 700;
    text-decoration: none;
  }

  .job-card h3 a:hover {
    color: #1976d2;
  }

  .job-card p {
    margin: 0;
    font-size: 0.9rem;
    color: #555;
  }

  .job-card .info {
    font-size: 0.85rem;
    color: #666;
    margin-top: 6px;
    display: flex;
    align-items: center;
    gap: 6px;
  }

  .job-card .info i {
    color: #1976d2;
  }

  .job-card .badge {
    position: absolute;
    top: 12px;
    right: 12px;
    background: #1976d2;
    color: #fff;
    padding: 4px 10px;
    border-radius: 12px;
    font-size: 0.75rem;
    font-weight: 600;
  }


/* thired css*/ 

    .city-section {
      background: #f9f9f9;
      padding: 60px 20px;
    }
    .city-section h2 {
      font-weight: 700;
      text-align: center;
      margin-bottom: 40px;
      font-size: 36px !important;
      
    }
    .city-list a {
      display: block;
      font-size: 18px;
      color: #2c3e50;
      text-decoration: none;
      margin: 8px 0;
      transition: all 0.3s ease-in-out;
      position: relative;
    }
    .city-list a::before {
      content: "•";
      color:#0000BA; /* Accent Color */
      font-weight: bold;
      margin-right: 10px;
    }
    .city-list a:hover {
      color:#0000BA;
      transform: translateX(5px); 
    }
    /* Mobile Styling */
    @media (max-width: 768px) {
      .city-list a {
        font-size: 16px;
      }
    }
    .new-headings{
        color:#0000BA;
    }
    
  
/* fourth css */


 


  
