.elementor .e-0c75011{width:380px;border-width:12px;border-style:none;background-color:#0D1117;display:block;flex-direction:column;justify-content:space-evenly;align-items:stretch;.course-card{
  background:#070d19;
  border:1px solid rgba(255,255,255,.08);
  border-radius:18px;
  overflow:hidden;
  min-height:650px;
  display:flex;
  flex-direction:column;
  transition:all .3s ease;
  box-shadow:0 5px 20px rgba(0,0,0,.35);
}

.course-card:hover{
  transform:translateY(-5px);
  box-shadow:0 15px 35px rgba(0,0,0,.45);
}

.course-image{
  position:relative;
}

.course-image img{
  width:100% !important;
  height:280px !important;
  object-fit:cover !important;
  display:block;
}

.course-content{
  padding:20px;
  flex:1;
}

.course-content .elementor-heading-title{
  color:#fff !important;
  font-size:18px !important;
  font-weight:700 !important;
  line-height:1.3 !important;
  margin-bottom:15px !important;
}

.course-content p{
  color:#d1d5db !important;
  font-size:15px !important;
  line-height:1.8 !important;
  margin-bottom:6px !important;
}

.course-content strong{
  color:#ffffff;
}

.course-price{
  color:#2563eb !important;
  font-size:46px !important;
  font-weight:700 !important;
  margin-top:15px !important;
  margin-bottom:10px !important;
}

.course-footer{
  padding:20px;
  margin-top:auto;
}

.course-footer .elementor-button{
  width:100%;
  background:#2563eb !important;
  color:#fff !important;
  border-radius:8px !important;
  padding:16px 20px !important;
  font-size:18px !important;
  font-weight:600 !important;
  border:none !important;
}

.course-footer .elementor-button:hover{
  background:#1d4ed8 !important;
}

.upcoming-badge{
  position:absolute;
  top:15px;
  right:15px;
  background:#2563eb;
  color:#fff;
  padding:8px 18px;
  border-radius:30px;
  font-size:13px;
  font-weight:600;
  z-index:10;
}\n}