    .course-section-header {
        font-weight: 700;
        position: relative;
        padding-bottom: 15px;
        margin-bottom: 30px;
        text-align: center;
        display: inline-block;
        font-family: "Roboto", Arial, sans-serif;
        font-size: 24px;
        font-weight: 600;
        font-style: normal;
        line-height: 1.5;
        letter-spacing: 0.5px;
        color: #000;
    }
    
    .course-section-header:after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 3px;
        background: #FF6A00;
    }

    .tech-header {
        font-family: "Roboto", Arial, sans-serif;
        font-size: 24px;
        font-weight: 600;
        font-style: normal;
        line-height: 1.5;
        letter-spacing: 0.5px;
        color: #000;
    }
    
    .tech-header:after {
        background: #ff6a00; 
    }
    
    .sec-title {
        font-family: "Roboto", Arial, sans-serif;
        font-size: 30px;
        font-weight: 600;
        font-style: normal;
        line-height: 1.5;
        letter-spacing: 0.5px;
        color: #ff6600;
    }
    
    .section-divider {
        margin: 50px 0;
        height: 1px;
        background: rgba(0,0,0,0.1);
    }
    
    .header-container {
        text-align: center;
        width: 100%;
    }

    .courses-bg {
        background-color: #ffff; 
    }

    /* Force consistent height for hero slides */
.th-hero-wrapper .th-hero-slide {
  position: relative;
  min-height: 90vh; /* You can adjust (e.g. 100vh or 80vh) */
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

/* Make background images cover the whole area */
.th-hero-wrapper .th-hero-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.th-hero-wrapper .th-hero-bg img,
.th-hero-wrapper .th-hero-bg[data-bg-src] {
  width: 100%;
  height: 100%;
  object-fit: cover;  /* keeps aspect ratio, no stretching */
}
