.option-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: none;
    border-radius: 12px;
    padding: 20px;
}



.option-card img {
    max-height: 120px;
    object-fit: contain;
    margin-bottom: 15px;
}

.option-text {
    font-weight: 600;
    font-size: 1.1rem;
    text-align: center;
}

.main_box_card a {
    text-decoration: none;
    color: #000;
}

.main_box_card {
    border: 1px solid #A7C7F9;
    border-radius: 5px;
    transition: 0.5s;
    width: 100%;
    height: 100%;
}

.main_box_card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.highlight {
    color: #316BFF;
    font-weight: bold;
}

.form-control:focus {
    box-shadow: none;
    border-color: #316BFF;
}

.arrow-icon {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: #316BFF;
}

.blue-btn {
    background-color: #316BFF;
    color: white;
    padding: 10px 30px;
    border: none;
    border-radius: 25px;
    font-weight: 600;
}

.blue-btn:hover {
    background-color: #255edc;
}

.form-wrapper {
    max-width: 600px;
}

.job-image {
    max-width: 100%;
    height: auto;
}

.job_search_form input {
    width: 100%;
    padding: 10px 20px;
}

.job_search_form select {
    width: 100%;
    padding: 10px 20px;
}


.job-tab {
    border-radius: 25px;
    font-weight: 500;
    padding: 8px 20px;
    margin-right: 10px;
}

.job-card {
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    padding: 20px;
    margin-bottom: 20px;
}

.job-title {
    font-size: 22px;
    font-weight: 700;
}

.company-name {
    color: #555;
    font-weight: 500;
    margin-bottom: 10px;
    font-size: 14px;
}

.location-info {
    font-size: 14px;
}

.card-text {
    font-size: 14px;
}

.skills-box {
    font-size: 14px;
}

.job-date {
    font-size: 0.875rem;
    color: #888;
}

.job-skill-box {
    background-color: #f0f8ff;
    padding: 10px;
    border-radius: 5px;
    font-size: 0.875rem;
}

.badge-hot {
    background-color: #ff4d4f;
    color: white;
    font-size: 0.7rem;
    padding: 3px 6px;
    border-radius: 5px;
    margin-right: 5px;
}

.card_body_gap {
    padding: 30px;
}

.card_footer_main {
    padding: 20px 30px;
    border-color: transparent;
}

.blue_btn_view {
    text-decoration: none;
    color: #fff;
}

.blue_btn_view:hover {
    color: #fff;
}


.course-card {
      border-radius: 10px;
      box-shadow: 0 2px 20px rgba(0, 0, 0, 0.05);
      overflow: hidden;
      border: none;
    }

    .course-header {
      display: flex;
      align-items: center;
      gap: 15px;
    }

    .course-img {
      width: 120px;
      height: 120px;
      border-radius: 50%;
    }

    .rating {
      font-size: 13px;
      color: #888;
    }

    .rating-stars {
      color: #f6c100;
    }
    .text-muted{
        font-size: 13px;
        
    }

    .price {
      font-size: 1.2rem;
      font-weight: bold;
      color: #222;
    }

    .highlights-bar {
      background-color: #f0f8ff;
      padding: 10px 15px;
      font-size: 0.9rem;
      border-top: 1px solid #eee;
      border-bottom: 1px solid #eee;
    }

    .highlight-tags span {
      margin-right: 15px;
      color: #28303f;
    }

    .about-section {
      background-color: #f0f8ff;
      padding: 15px;
      font-size: 0.9rem;
    }

    .about-section ul {
      margin-top: 10px;
      padding-left: 1rem;
    }

    .about-section li::before {
      content: "✔";
      color: #007bff;
      margin-right: 8px;
    }
    .accordion-button{
        background-color: transparent;
    }
    .accordion-button:not(.collapsed){
        background-color: transparent;
        box-shadow: none;
    }
    .coursrs_header_text h5{
        margin-bottom: 15px;
        font-weight: 700;
        color: #28303f;
    }
    .hight_light_main{
        padding: 0px 20px;
    }
    .coll_font{
        font-size: 13px;
    }
    .buy_now_btn{
        padding: 8px 20px;
        
        font-size: 14px;
        background-color: #007bff;
        border-radius: 30px;
        color: #fff;
        text-decoration: none;
    }
    .info-card {
      background-color: #fff;
      border-radius: 10px;
      padding: 15px 20px;
      box-shadow: 0 2px 12px rgba(0, 0, 0, 0.05);
      margin-bottom: 15px;
      display: flex;
      align-items: center;
      justify-content: space-between;
    }

    .info-left {
      display: flex;
      align-items: center;
      gap: 15px;
    }

    .info-icon {
      width: 36px;
      height: 42px;
    }

    .info-link {
      color: #007bff;
      text-decoration: none;
      font-weight: 500;
    }

    .info-link:hover {
      text-decoration: underline;
    }

    .recommend-title {
      font-weight: 600;
      font-size: 1.2rem;
      margin-top: 40px;
      margin-bottom: 20px;
    }

    .service-card {
      border-radius: 10px;
      box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
      padding: 25px;
      height: 100%;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
    }

    .service-card h6 {
      font-size: 18px;
      font-weight: 700;
    }

    .service-card p {
      font-size: 0.9rem;
      color: #555;
      margin-top: 8px;
      flex-grow: 1;
    }

    .know-more {
      color: #007bff;
      font-weight: 500;
      text-decoration: none;
    }

    .know-more:hover {
      text-decoration: underline;
    }

    .service-footer-icon {
      float: right;
      font-size: 1.3rem;
      color: #00bfa6;
    }

     @media (max-width: 768px) {
      .course-header {
        flex-direction: column !important;
        align-items: start !important;
        gap: 10px;
      }

      .price {
        text-align: left;
        margin-top: 15px;
      }

      .highlights-bar {
        flex-direction: column;
      }
    }

      .custom-file-upload {
    display: inline-block;
    padding: 8px 16px;
    background-color: #007bff;
    color: #fff;
    font-weight: 500;
    border-radius: 6px;
    cursor: pointer;
    font-size: 14px;
    transition: background-color 0.3s;
  }

  .custom-file-upload:hover {
    background-color: #0056b3;
  }

 