  .card {
    border: 1px solid #ddd;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    text-align: center;
    width: 300px;
  }

  .card-header {
    background-color: #f8f9fa;
    border-bottom: 1px solid #ddd;
    padding: 10px;
    font-size: 14px;
    font-weight: bold;
  }

  .card-body img {
    width: 50px;
  }

  .star-rating {
    color: #ffc107;
  }
  .enroll-info {
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
  }

  .btn-view-details {
    background-color: #ffc107;
    border: none;
    color: white;
    font-size: 14px;
    border-radius: 5px;
    padding: 5px 15px;
  }

  .btn-view-details:hover {
    background-color: #e0a800;
  }

  .language {
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 12px;
    font-weight: bold;
    color: red !important;
  }

  .card-body{
    /* background-color: #e0a800 !important; */
    background-image: url(course_details_images/coursecatebackground.png);
  }

  .card-header{
    background-color: #100069 !important;
  }