.course-section {
  overflow: hidden;
}

.course-badge {
  background: #ff9800;
  color: #fff;
  padding: 10px 22px;
  border-radius: 50px;
  font-size: 15px;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 20px;
}

.course-card {
  background: #fff;
  border-radius: 22px;
  overflow: hidden;
  transition: 0.4s;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
  height: 100%;
}

.course-img {
  position: relative;
  overflow: hidden;
}

.course-img img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  transition: 0.5s;
}

.tag {
  position: absolute;
  top: 18px;
  left: 18px;
  color: #fff;
  padding: 8px 18px;
  border-radius: 40px;
  font-size: 14px;
  font-weight: 600;
}

.orange {
  background: #ff9800;
}

.blue {
  background: #0d6efd;
}

.green {
  background: #00b894;
}

.course-content {
  padding: 30px;
}

.course-info {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 25px;
  font-size: 14px;
  color: #444;
}

.course-info i {
  color: #ff9800;
  margin-right: 5px;
}

.price-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
}

.price-wrap {
  display: flex;
  flex-direction: column;
}

.old-price {
  color: #999;
  /* font-size: 20px; */
  /* text-decoration: line-through; */
  font-weight: 600;
}

/* .price-box h4 {
            font-size: 36px;
            font-weight: 800;
            color: #111;
            margin: 0;
        } */

.btn-course {
  background: #0d6efd;
  color: #fff;
  padding: 13px 25px;
  border-radius: 12px;
  text-decoration: none;
  font-weight: 600;
  transition: 0.3s;
}

.btn-course:hover {
  background: #000;
  color: #fff;
}



.work-card{
    background:#fff;
    padding:45px 25px 35px;
    border-radius:18px;
    box-shadow:0 10px 30px rgba(0,0,0,0.06);
    transition:0.4s;
    border:1px solid #e8f2ed;
    height:100%;
}

.work-card:hover{
    transform:translateY(-10px);
    box-shadow:0 18px 40px rgba(0,0,0,0.10);
}

.step-badge{
    position:absolute;
    top:-12px;
    left:20px;
    background:#f4b400;
    color:#000;
    font-size:12px;
    font-weight:700;
    padding:6px 14px;
    border-radius:30px;
}

.work-card .icon{
    width:90px;
    height:90px;
    line-height:90px;
    margin:0 auto 25px;
    background:#e9f8f1;
    border-radius:50%;
    font-size:38px;
    color:#22b573;
    transition:0.4s;
}

.work-card:hover .icon{
    background:#22b573;
    color:#fff;
    transform:rotateY(360deg);
}

.work-card h4{
    font-size:22px;
    font-weight:700;
    margin-bottom:15px;
    color:#111;
}

.work-card p{
    font-size:15px;
    line-height:28px;
    color:#666;
}

.section-title{
    font-size:42px;
    font-weight:700;
    color:#111;
}

.sub-heading{
    color:#22b573;
    font-size:15px;
    font-weight:700;
    letter-spacing:1px;
    margin-bottom:10px;
    text-transform:uppercase;
}

.heading-icon{
    margin-right:8px;
}

@media(max-width:991px){

    .section-title{
        /* font-size:32px; */
    }

    .work-card{
        margin-bottom:20px;
    }
}
