.elementor-kit-27{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-aa78a23:#F06828;--e-global-color-37ab1f7:#FFFFFF;--e-global-color-528ee81:#1A2540;--e-global-color-b9ce52e:#F068284F;--e-global-color-4f114c2:#F6F3EE;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-27 e-page-transition{background-color:#FFBC7D;}.elementor-kit-27 h6{font-family:"Raleway", Sans-serif;font-size:12px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:0px;}.elementor-element{--widgets-spacing:0px 0px;--widgets-spacing-row:0px;--widgets-spacing-column:0px;}{}h1{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.mpcs-progress-bar {
    display: none !important;
}

/* PATHWAY LEARNING SYSTEM - HORIZONTAL LAYOUT CSS */
/* Import Bebas Neue font first */
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');

.pathway-container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto 40px;
  padding: 0 20px;
}

/* Pathway Selector Wrapper */
.pathway-.elementor-kit-27-wrapper {
  margin-bottom: 40px;
  padding: 20px 0;
  border-bottom: 2px solid #e0e0e0;
}

/* All Courses Button Row */
.all-courses-button-row {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}

/* Pathway Selector Buttons */
.pathway-.elementor-kit-27 {
  display: flex;
  gap: 10px;
  justify-content: center;
  flex-wrap: wrap;
}

.pathway-btn {
  background: #ffffff;
  color: #1e3a5f;
  border: 2px solid #1e3a5f;
  padding: 12px 24px;
  font-size: 18px;
  font-weight: 600;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 2.3px;
  font-family: 'Bebas Neue', sans-serif !important;
}

.pathway-btn:hover {
  background: #D65C2A;
  color: #ffffff;
  border-color: #D65C2A;
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(214, 92, 42, 0.2);
}

.pathway-btn.active {
  background: #D65C2A;
  color: #ffffff;
  border-color: #D65C2A;
}

/* Roadmap Container */
.pathway-roadmap {
  margin: 40px 0;
  animation: fadeIn 0.5s ease-in-out;
}

.roadmap-title {
  text-align: center;
  margin-bottom: 50px;
}

.roadmap-title h2 {
  color: #1e3a5f;
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 10px;
  font-family: 'Bebas Neue', sans-serif !important;
  letter-spacing: 2.3px;
  text-transform: uppercase;
}

.roadmap-title p {
  color: #666;
  font-size: 16px;
  font-weight: 400;
  font-family: inherit;
}

/* Roadmap Path Layout - HORIZONTAL on Desktop */
.roadmap-path {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 0;
  max-width: 1150px;
  margin: 0 auto;
}

/* Roadmap Node */
.roadmap-node {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  max-width: 320px;
}

.node-number {
  position: relative;
  top: auto;
  left: auto;
  transform: none;
  width: 40px;
  height: 40px;
  background: #D65C2A;
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 700;
  box-shadow: 0 4px 12px rgba(214, 92, 42, 0.3);
  z-index: 10;
  font-family: 'Bebas Neue', sans-serif;
  margin-bottom: 15px;
}

/* Course Cards in Roadmap */
.course-card {
  width: 100%;
  max-width: 320px;
  background: #ffffff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  border: 2px solid transparent;
}

.course-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
  border-color: #D65C2A;
}

.course-card a {
  text-decoration: none;
  color: inherit;
  display: block;
}

.card-content {
  position: relative;
  padding: 0;
  display: block;
}

.enrolled-badge {
  position: absolute;
  top: 15px;
  left: 15px;
  background: #4a90e2;
  color: white;
  padding: 6px 12px;
  font-size: 12px;
  font-weight: 600;
  border-radius: 4px;
  text-transform: uppercase;
  z-index: 5;
  font-family: inherit;
}

.card-image-placeholder {
  width: 100%;
  height: 180px;
  background: linear-gradient(135deg, #1e3a5f 0%, #2d5a8f 100%);
  display: block;
  position: relative;
  overflow: hidden;
}

.card-image-placeholder img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.card-content h3 {
  padding: 18px 15px 12px;
  font-size: 16px;
  font-weight: 600;
  color: #1e3a5f;
  text-transform: uppercase;
  letter-spacing: 2.3px;
  line-height: 1.3;
  min-height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-family: 'Bebas Neue', sans-serif !important;
}

.start-btn {
  width: calc(100% - 30px);
  margin: 0 15px 12px;
  padding: 12px;
  background: #D65C2A;
  color: white;
  border: none;
  border-radius: 5px;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  text-transform: uppercase;
  font-family: inherit;
}

.start-btn:hover {
  background: #b84d20;
  transform: scale(1.02);
}

.progress {
  padding: 12px 15px;
  background: #f5f5f5;
  color: #D65C2A;
  font-size: 12px;
  font-weight: 600;
  text-align: center;
  border-top: 1px solid #e0e0e0;
  font-family: inherit;
}

/* Path Connector - HORIZONTAL */
.path-connector {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: auto;
  margin: 0;
  padding: 0 20px;
  flex-shrink: 0;
}

.path-connector svg {
  display: block;
  width: 80px;
  height: 60px;
}

/* Animation for pathway transitions */
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Responsive Design - Tablet */
@media (max-width: 1024px) {
  .pathway-.elementor-kit-27 {
    gap: 15px !important;
  }
  
  .pathway-btn {
    padding: 12px 20px;
    font-size: 16px;
  }
  
  .roadmap-path {
    max-width: 100%;
  }
  
  .course-card {
    max-width: 280px;
  }
  
  .path-connector {
    width: 100px;
    padding: 0 15px;
  }
  
  .path-connector svg {
    width: 70px;
    height: 50px;
  }
}

/* Responsive Design - Mobile - SWITCH TO VERTICAL */
@media (max-width: 768px) {
  .pathway-.elementor-kit-27-wrapper {
    padding: 20px 10px !important;
  }
  
  .all-courses-button-row {
    margin-bottom: 15px !important;
  }
  
  .pathway-.elementor-kit-27 {
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 15px !important;
  }
  
  .pathway-btn {
    width: 100% !important;
    text-align: center !important;
    margin: 0 !important;
    margin-bottom: 0 !important;
    padding: 14px 20px !important;
    font-size: 15px !important;
  }
  
  /* Switch roadmap to VERTICAL on mobile */
  .roadmap-path {
    flex-direction: column;
    align-items: center;
  }
  
  .roadmap-node {
    max-width: 360px;
    flex-direction: column;
  }
  
  .node-number {
    margin-bottom: 15px;
  }
  
  .course-card {
    max-width: 100%;
  }
  
  /* Vertical connector for mobile */
  .path-connector {
    width: auto;
    height: 80px;
    padding: 0;
    transform: rotate(90deg);
  }
  
  .path-connector svg {
    width: 100px;
    height: 80px;
  }
  
  .roadmap-title h2 {
    font-size: 24px;
  }
  
  .roadmap-title p {
    font-size: 14px;
  }
}

/* Responsive Design - Small Mobile */
@media (max-width: 480px) {
  .pathway-.elementor-kit-27 {
    gap: 12px !important;
    padding: 15px 5px !important;
  }
  
  .pathway-btn {
    padding: 12px 16px !important;
    font-size: 14px !important;
    letter-spacing: 1.5px !important;
  }
  
  .card-image-placeholder {
    height: 200px;
  }
  
  .card-content h3 {
    font-size: 18px;
    padding: 20px 20px 15px;
    min-height: 70px;
  }
}/* End custom CSS */