.elementor-9507 .elementor-element.elementor-element-2527d331{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}@media(min-width:768px){.elementor-9507 .elementor-element.elementor-element-2527d331{--content-width:1600px;}}/* Start custom CSS for html, class: .elementor-element-25016237 */.short-courses-section {
  padding: 60px 5vw;
  background: #ffffff;
  font-family: 'Poppins', sans-serif;
  box-sizing: border-box;
  max-width: 100%;
  overflow-x: hidden;
}

.section-title {
  text-align: center;
  font-size: clamp(1.8rem, 5vw, 2.5rem);
  color: #1a1a1a;
  margin-bottom: 30px;
}

.search-wrapper {
  text-align: center;
  margin-bottom: 30px;
}

#courseSearch {
  width: 90%;
  max-width: 600px;
  padding: 12px 20px;
  border: 2px solid #ccc;
  border-radius: 12px;
  font-size: 16px;
  transition: border 0.3s;
  box-sizing: border-box;
}

#courseSearch:focus {
  border-color: #1e3a8a;
  outline: none;
}

.courses-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  width: 100%;
  box-sizing: border-box;
}

.course-card {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
  padding: 25px;
  transition: transform 0.3s ease;
  box-sizing: border-box;
}

.course-card:hover {
  transform: translateY(-5px);
}

.course-card h3 {
  font-size: 1.3rem;
  color: #003151;
  margin-bottom: 10px;
}

.btn-group {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 15px;
}

.enroll-btn,
.details-btn {
  display: inline-block;
  padding: 10px 16px;
  border-radius: 10px;
  text-decoration: none;
  font-size: 1rem;
  transition: background 0.3s ease;
  box-sizing: border-box;
  color: #ffffff !important;
  font-weight: 500;
}

.enroll-btn {
  background: #a0043c;
}

.enroll-btn:hover {
  background: #003151;
}

.details-btn {
  background: #003151;
}

.details-btn:hover {
  background: #a0043c;
}/* End custom CSS */