.elementor-1293 .elementor-element.elementor-element-551cafb{--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;--margin-top:1px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:154px;--padding-bottom:98px;--padding-left:0px;--padding-right:0px;}.elementor-1293 .elementor-element.elementor-element-551cafb:not(.elementor-motion-effects-element-type-background), .elementor-1293 .elementor-element.elementor-element-551cafb > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://horizoncareer.in/wp-content/uploads/2025/11/Untitled-1280-x-720-px.png");background-position:0px -129px;background-repeat:no-repeat;background-size:cover;}.elementor-1293 .elementor-element.elementor-element-7a5785d{--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;--margin-top:27px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-1293 .elementor-element.elementor-element-39b7709{--display:flex;}@media(max-width:1024px){.elementor-1293 .elementor-element.elementor-element-551cafb:not(.elementor-motion-effects-element-type-background), .elementor-1293 .elementor-element.elementor-element-551cafb > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-position:0px 0px;}}@media(max-width:767px){.elementor-1293 .elementor-element.elementor-element-551cafb:not(.elementor-motion-effects-element-type-background), .elementor-1293 .elementor-element.elementor-element-551cafb > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-position:0px 0px;}}/* Start custom CSS for html, class: .elementor-element-3cdedc3 */<style>
/* ----------- PAGE DESIGN ---------- */
.courses-section {
  background: linear-gradient(135deg, #f8f9fa, #ffffff);
  padding: 80px 0;
  font-family: 'Poppins', sans-serif;
  color: #333;
}

.courses-section h1 {
  text-align: center;
  font-size: 2.8rem;
  font-weight: 700;
  color: #1e1e2f;
  margin-bottom: 15px;
}

.courses-section p.subheading {
  text-align: center;
  color: #777;
  font-size: 1.1rem;
  margin-bottom: 60px;
}

.course-category {
  margin-bottom: 60px;
}

.course-category h2 {
  font-size: 1.8rem;
  color: #007bff;
  font-weight: 600;
  margin-bottom: 30px;
  text-align: center;
  position: relative;
}

.course-category h2::after {
  content: "";
  width: 80px;
  height: 3px;
  background: #007bff;
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
}

.course-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
  gap: 25px;
  justify-items: center;
}

.course-card {
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.08);
  padding: 25px 20px;
  text-align: center;
  transition: all 0.3s ease;
  border-top: 5px solid transparent;
}

.course-card:hover {
  transform: translateY(-8px);
  border-top: 5px solid #007bff;
  box-shadow: 0 12px 25px rgba(0,0,0,0.1);
}

.course-card h3 {
  font-size: 1.3rem;
  color: #222;
  font-weight: 600;
  margin-bottom: 10px;
}

.course-card p {
  color: #666;
  font-size: 0.95rem;
  line-height: 1.6;
}

.cta-box {
  text-align: center;
  margin-top: 80px;
}

.cta-btn {
  background: linear-gradient(90deg, #007bff, #0056b3);
  color: #fff;
  padding: 14px 40px;
  border: none;
  border-radius: 50px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
  text-decoration: none;
  display: inline-block;
  transition: 0.3s;
}

.cta-btn:hover {
  background: linear-gradient(90deg, #0056b3, #003d80);
  transform: scale(1.05);
}
</style>/* End custom CSS */