  /* ================= COURSE HERO ================= */

.course-hero-section{
  padding-top:140px; /* space for fixed header */
  padding-bottom:1px;
  position:relative;
}

/* HERO CONTAINER */

.course-hero-container{
  max-width:1300px;
  margin:auto;
  padding:70px 60px;
  border-radius:28px;
  position:relative;
  overflow:hidden;

  background: radial-gradient(rgb(0, 56, 92) 0%, rgb(0, 28, 44) 100%);
  border:1px solid rgba(255,255,255,0.08);
  backdrop-filter:blur(14px);
}

/* CATEGORY */

.course-category{
  letter-spacing:3px;
  font-size:13px;
  opacity:.7;
  margin-bottom:25px;
}

/* TITLE */

.course-title{
  font-size:52px;
  font-weight:700;
  line-height:1.2;
  max-width:750px;
  margin-bottom:25px;
}

/* SUBTITLE */

.course-subtitle{
  font-size:16px;
  opacity:.85;
  margin-bottom:20px;
}

/* LOGOS */

.course-logos{
  display:flex;
  gap:15px;
}

.logo-pill{
  background:rgba(255,255,255,0.1);
  padding:10px 20px;
  border-radius:8px;
  font-weight:600;
  font-size:14px;
  border:1px solid rgba(255,255,255,0.15);
}

/* CERTIFICATE BADGE */

.certificate-badge{
  position:absolute;
  top:30px;
  right:30px;
  background:#ffffff;
  color:#000;
  padding:8px 14px;
  font-size:12px;
  border-radius:6px;
  font-weight:600;
}

/* STIPEND PILL */

.stipend-pill{
  position:absolute;
  right:40px;
  bottom:40px;
  background:rgba(255,255,255,0.15);
  backdrop-filter:blur(10px);
  padding:14px 26px;
  border-radius:40px;
  font-weight:600;
  font-size:15px;
  border:1px solid rgba(255,255,255,0.2);
}

/* ================= INFO STRIP ================= */

.course-info-strip{
  max-width:1300px;
  margin:-40px auto 0;
  padding:30px 40px;
  border-radius:20px;
  background:rgba(255,255,255,0.08);
  backdrop-filter:blur(16px);
  border:1px solid rgba(255,255,255,0.1);

  display:flex;
  justify-content:space-between;
  align-items:center;
  flex-wrap:wrap;
  gap:25px;
}

/* INFO BOX */

.info-box{
  min-width:180px;
}

.info-label{
  font-size:12px;
  letter-spacing:2px;
  opacity:.6;
  margin-bottom:6px;
}

.info-value{
  font-size:18px;
  font-weight:600;
}

/* REGISTER BUTTON */

.register-btn-hero{
  background:#7ed957;
  color:#000;
  padding:14px 28px;
  border-radius:40px;
  font-weight:600;
  transition:.3s;
}

.register-btn-hero:hover{
  transform:translateY(-4px);
  box-shadow:0 10px 25px rgba(126,217,87,0.4);
}

/* ================= RESPONSIVE ================= */

@media(max-width:900px){

  .course-title{
    font-size:32px;
  }

  .stipend-pill{
    position:relative;
    right:auto;
    bottom:auto;
    margin-top:25px;
  }

  .certificate-badge{
    position:relative;
    top:auto;
    right:auto;
    margin-bottom:20px;
    display:inline-block;
  }

  .course-info-strip{
    flex-direction:column;
    align-items:flex-start;
  }

}

/* ================= PROGRAM HIGHLIGHTS ================= */

/* PROGRAM SECTION */

/* ===== PROGRAM HIGHLIGHTS FIXED VERSION ===== */

.program-highlights{
  /* padding:120px 0; */
  /* background:linear-gradient(120deg,#ece7df,#e5ecf6,#f3e3de); */
}

.program-wrapper{
  max-width:1300px;
  margin:auto;
  padding:0 40px;
  display:block !important; /* override flex issue */
}

.program-heading{
  margin-bottom:25px;
}

.program-small{
  font-size:14px;
  letter-spacing:4px;
  font-weight:600;
  color:#222;
  margin-bottom:15px;
}

.program-heading h2{
  font-size:22px;
  font-weight:800;
  color:#fff;
}

/* GRID */
.program-grid{
  display:grid !important;
  grid-template-columns:repeat(4,1fr);
  gap:28px;
}

/* CARD */
.program-card{
  background:radial-gradient(rgb(0, 56, 92) 0%, rgb(0, 28, 44) 100%);
  border-radius:24px;
  padding:35px;
  position:relative;
  overflow:hidden;
  min-height:190px;
  border:1px solid rgba(0,0,0,0.08);
}

.program-card .tag{
  font-size:12px;
  letter-spacing:3px;
  font-weight:600;
  margin-bottom:15px;
  color:#fff;
}

.program-card h3{
  font-size:22px;
  font-weight:700;
  color:#fff;
}

/* ICON */
.emoji{
  position:absolute;
  right:25px;
  top:30px;
  font-size:30px;
}

/* Circle background */
.circle{
  position:absolute;
  width:140px;
  height:140px;
  border-radius:50%;
  right:-40px;
  top:-40px;
  opacity:.15;
}

.yellow{background:#f4c542;}
.green{background:#2ecc71;}
.blue{background:#4a78ff;}
.purple{background:#9b59b6;}
.red{background:#e74c3c;}
.teal{background:#1abc9c;}
.lightgreen{background:#8bc34a;}
.orange{background:#f39c12;}

/* Responsive */
@media(max-width:1000px){
  .program-grid{
    grid-template-columns:repeat(2,1fr);
  }
}

@media(max-width:600px){
  .program-grid{
    grid-template-columns:1fr;
  }
}

/* ===== CAREER HIRING SECTION ===== */

/* ===== CAREER HIRING SECTION ===== */

.career-hiring-section{
  /* padding:120px 0; */

}

.career-hiring-wrapper{
  max-width:1300px;
  margin:auto;
  padding:45px;
  border-radius:32px;
  display:grid;
  grid-template-columns:1fr 1.2fr;
  gap:60px;

  background:rgba(255,255,255,0.05);
  backdrop-filter:blur(16px);
  border:1px solid rgba(255,255,255,0.08);
}

/* LEFT SIDE */

.career-small{
  letter-spacing:4px;
  font-size:14px;
  font-weight:600;
  color:#8fbad8;
  margin-bottom:20px;
}

.career-left h2{
  font-size:56px;
  line-height:1.1;
  margin-bottom:25px;
  color:#fff;
}

.career-desc{
  color:#b7d2e5;
  font-size:18px;
  max-width:420px;
}

/* RIGHT SIDE */

.career-logos{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:28px;
  align-content:center;
}

/* LOGO CARD */

.company-card{
  /* background:#ffffff; */
  padding:10px;
  border-radius:20px;
  display:flex;
  align-items:center;
  justify-content:center;
  transition:0.3s ease;
}

.company-card img{
  max-width:160px;
  max-height:50px;
  object-fit:contain;
}

.company-card:hover{
  transform:translateY(-6px);
  box-shadow:0 15px 35px rgba(0,0,0,0.2);
}

/* RESPONSIVE */

@media(max-width:1000px){

  .career-hiring-wrapper{
    grid-template-columns:1fr;
    text-align:center;
  }

  .career-left h2{
    font-size:42px;
  }

  .career-desc{
    margin:auto;
  }
}

@media(max-width:600px){

  .career-logos{
    grid-template-columns:1fr;
  }

}


/****************** stats-section css**************************************************/

.stats-section {
  /* padding: 80px 6%; */

}

.container {
  max-width: 1300px;
  margin: auto;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.stat-card {
  background: radial-gradient(rgb(0, 56, 92) 0%, rgb(0, 28, 44) 100%);
  padding: 15px;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
}

.stat-label {
  font-size: 12px;
  letter-spacing: 2px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #ffffff;
}

.stat-card h3 {
  font-size: 28px;
  margin-bottom: 15px;
}

.stat-desc {
  font-size: 14px;
  color: #fff;
  margin-bottom: 25px;
}

/* ================= STATS SECTION RESPONSIVE ================= */

@media (max-width: 992px) {
  .stats-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .stats-grid {
    grid-template-columns: 1fr;
  }
}

/* Graph Lines */
.graph-line {
  position: relative;
  height: 40px;
}

.line {
  height: 6px;
  border-radius: 10px;
  position: absolute;
  bottom: 0;
}

.line.blue {
  width: 85%;
  background: linear-gradient(to right,#3fa9f5,#1c75bc);
}

.line.gray {
  width: 55%;
  background: #bbb;
  bottom: 20px;
}

/* Progress Bars */
.progress-bar {
  height: 10px;
  border-radius: 20px;
  margin-bottom: 15px;
}

.progress-bar.purple {
  width: 85%;
  background: linear-gradient(to right,#a855f7,#7c3aed);
}

.progress-bar.gray {
  width: 55%;
  background: #ccc;
}

.progress-bar.small {
  height: 8px;
}

/* AI Highlight */
.lift-card {
  position: relative;
}

.ai-text {
  position: absolute;
  right: 20px;
  bottom: 20px;
  font-size: 90px;
  font-weight: 800;
  color: rgba(255,0,100,0.1);
}


/* course details css **************************/
.course-details {
  /* padding: 100px 0; */
}

.details-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.detail-card {
  background: rgba(255, 255, 255, 0.05);
  padding: 40px;
  border-radius: 20px;
  backdrop-filter: blur(12px);
  transition: 0.3s ease;
}

.detail-card:hover {
  transform: translateY(-6px);
  background: rgba(255, 255, 255, 0.08);
}

.icon-box {
  width: 55px;
  height: 55px;
  border-radius: 12px;
  background: linear-gradient(135deg, #4c6ef5, #7b2ff7);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.icon-box i {
  font-size: 22px;
  color: #fff;
}

.card-mini {
  font-size: 12px;
  letter-spacing: 2px;
  opacity: 0.7;
  margin-bottom: 10px;
}

/* curriculum Section css **************************/
.curriculum-section {
  padding: 18px 0;
}

.curriculum-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 60px;
}

.accordion-item {
  margin-bottom: 15px;
}

.accordion-header {
  width: 100%;
  padding: 18px;
  background: rgba(255, 255, 255, 0.05);
  border: none;
  border-radius: 10px;
  cursor: pointer;
}

.accordion-content {
  display: none;
  padding: 15px;
  font-size: 14px;
  opacity: 0.8;
}

.register-box {
  margin-top: 40px;
}

.register-box input {
  width: 100%;
  padding: 14px;
  margin-bottom: 15px;
  border-radius: 8px;
  border: none;
}

.primary-btn {
  padding: 14px 25px;
  border-radius: 25px;
  border: none;
  cursor: pointer;
  background: linear-gradient(135deg, #7b2ff7, #4c6ef5);
  color: #fff;
}

/* Right Trending css **************************/

.trending-card {
  background: linear-gradient(135deg, #7b2ff7, #4c6ef5);
  padding: 50px;
  border-radius: 20px;
}

.review-box {
  margin-top: 20px;
  background: #fff;
  color: #000;
  padding: 10px 15px;
  border-radius: 20px;
  font-size: 13px;
}


/*Demo / Call / Quer css **************************/
.support-section {
  padding: 10px 0;
}

.support-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.support-card {
  background: rgba(255, 255, 255, 0.05);
  padding: 40px;
  border-radius: 20px;
}

.green-btn {
  display: inline-block;
  margin-top: 20px;
  padding: 10px 25px;
  border-radius: 20px;
  text-decoration: none;
  background: #36d399;
  color: #000;
}

.link-text {
  display: inline-block;
  margin-top: 20px;
  text-decoration: none;
}

/* bottom strip css*/
.bottom-strip {
  /* padding: 50px 0; */
  text-align: center;
}


@media (max-width: 992px) {
  .details-grid,
  .support-grid {
    grid-template-columns: 1fr 1fr;
  }

  .curriculum-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 600px) {
  .details-grid,
  .support-grid {
    grid-template-columns: 1fr;
  }
}