
  #course-hero {
    margin-top: 90px;
    background: linear-gradient(115deg, #ffffff 0%, #fff2c5 100%);
  }

  .course-title {
    font-family: "Poppins", serif;
    font-size: 2.3rem;
    color: #0b0b0d;
  }

  .course-sub {
    font-family: "Poppins", sans-serif;
    color: #444;
    font-size: 1.05rem;
  }

  /* USPs */
  .usp {
    display: flex;
    gap: 12px;
    align-items: flex-start;
  }

  .usp-icon {
    font-size: 1.4rem;
    color: #F4BD01;
    margin-top: 3px;
  }

  .muted { color: #666; }

  /* Buttons */
  .custom-btn-lg {
    padding: 12px 22px !important;
    font-size: 1rem;
    font-weight: 600;
    border-radius: 6px !important;
  }

  .btn-cta {
    background: #F4BD01 !important;
    color: #0b0b0d !important;
    border: none !important;
  }

  .btn-cta:hover {
    background: #e0ac00 !important;
  }

  /* Form Card */
  .form-card {
    background: #fff;
    border-radius: 10px;
    border: 1px solid #e9ecef;
  }

  @media (max-width: 768px) {
    .course-title { font-size: 1.8rem; }
  }
  
  
  

.btn,
button,
[type="button"],
[type="submit"] {
    border-radius: 6px !important;
    font-weight: 600 !important;
    padding: 10px 20px !important;
    font-size: 1rem !important;
}

/* Solid CTA Button */
.btn-cta,
.btn-primary {
    background: #F4BD01 !important;
    color: #0b0b0d !important;
    border: none !important;
}

.btn-cta:hover,
.btn-primary:hover {
    background: #e0ac00 !important;
    color: #0b0b0d !important;
}

/* Outline Buttons */
.btn-outline-dark {
    border: 1px solid #0b0b0d !important;
    color: #0b0b0d !important;
    background: transparent !important;
}

.btn-outline-dark:hover {
    background: #0b0b0d !important;
    color: #fff !important;
}

/* Link Style Buttons */
.btn-link {
    color: #0b0b0d !important;
    font-weight: 500 !important;
}

.btn-link:hover {
    color: #000 !important;
    text-decoration: underline !important;
}

/* Remove any Bootstrap blue focus rings */
.btn:focus,
button:focus {
    box-shadow: none !important;
}
#courseQueryForm .form-control, .form-select{
    font-size:14px!important;
}




/* -----------------------------------------------
   LTD Breadcrumb — FULL CUSTOM VERSION
------------------------------------------------ */
.ltd-breadcrumb {
    background: #f4f4f4;
    padding: 14px 0;
    border-bottom: 1px solid rgba(0,0,0,0.06);
}

/* List reset */
.ltd-breadcrumb-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    font-size: 0.95rem;
}

/* Each breadcrumb item */
.ltd-breadcrumb-item {
    color: #555;
    font-weight: 500;
    display: flex;
    align-items: center;
}

/* Separator */
.ltd-breadcrumb-item::after {
    content: "/";
    margin-left: 6px;
    color: #888;
}

/* Remove slash after last item */
.ltd-breadcrumb-item:last-child::after {
    content: "";
}

/* Links */
.ltd-breadcrumb-item a {
    text-decoration: none;
    color: #0b0b0d;
    transition: 0.2s ease;
}

.ltd-breadcrumb-item a:hover {
    color: #F4BD01;
}

/* Active item */
.ltd-breadcrumb-item.active {
    color: #777;
    font-weight: 600;
}




/* Course Overview — Premium Card */
.ltd-course-overview-packed { background: linear-gradient(180deg,#ffffff 0%, #fbfbfc 40%, #f6f7f9 100%); }

/* Section heading */
.ltd-section-head {
  font-family: "Poppins", sans-serif;
  font-size: 1.9rem;
  font-weight: 700;
  color: #0b0b0d;
  margin-bottom: 18px;
}

/* Card wrapper */
.ltd-overview-wrap {
  background: linear-gradient(180deg, rgba(255,255,255,0.9), rgba(250,250,251,0.9));
  border: 1px solid rgba(11,11,13,0.06);
  border-radius: 14px;
  padding: 22px;
  box-shadow: 0 12px 34px rgba(11,11,13,0.06);
}

/* Top row */
.overview-top { gap: 20px; flex-wrap: wrap; }

/* Price block */
.price-block {
  min-width: 220px;
  max-width: 360px;
}
.price-label {
  font-size: 0.9rem;
  color: #6c6c6c;
  font-weight: 600;
}
.price-amount {
  font-family: "Poppins", sans-serif;
  font-size: 2.05rem;
  font-weight: 800;
  color: #0b0b0d;
  margin-top: 6px;
}
.price-number { letter-spacing: 0.5px; }
.price-note {
  font-size: 0.88rem;
  color: #777;
  margin-top: 6px;
}

/* Rating block */
.rating-block { flex: 1; min-width: 280px; padding: 6px 16px; }
.stars i {
  color: #F4BD01;
  font-size: 1.25rem;
  margin-right: 6px;
  text-shadow: 0 1px 0 rgba(0,0,0,0.03);
}
.rating-meta { margin-top: 8px; font-size: 0.95rem; color: #444; display:flex; justify-content:center; gap:8px; align-items:center; }
.rating-value { font-weight: 700; }
.rating-desc { color: #777; margin-top:6px; font-size:0.9rem; }

/* CTA block */
.cta-block { min-width: 180px; max-width: 240px; }
.enroll-btn {
  display: inline-block;
  padding: 12px 24px;
  background: #F4BD01;
  color: #0b0b0d;
  font-weight: 700;
  border-radius: 10px;
  border: none;
  box-shadow: 0 8px 20px rgba(244,189,1,0.12);
  transition: transform .12s ease, box-shadow .12s ease;
}
.enroll-btn:hover { transform: translateY(-3px); box-shadow: 0 14px 36px rgba(244,189,1,0.16); }
.cta-price-small { font-size: 0.9rem; color: #666; margin-bottom:8px; }
.cta-sub a { text-decoration: none; color: #0b0b0d; font-weight:600; }
.cta-sub a:hover { color: #F4BD01; }

/* Divider */
.overview-divider {
  height: 1px;
  background: linear-gradient(90deg, rgba(11,11,13,0.03), rgba(11,11,13,0.06), rgba(11,11,13,0.03));
  margin: 18px 0;
  border-radius: 2px;
}

/* Stats row */
.overview-stats { margin-top: 6px; }
.stat-item {
  background: rgba(11,11,13,0.02);
  border-radius: 10px;
  padding: 18px;
  text-align: center;
  min-height: 100px;
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:center;
  transition: transform .12s ease, box-shadow .12s ease;
  border: 1px solid rgba(11,11,13,0.03);
}
.stat-item:hover { transform: translateY(-6px); box-shadow: 0 10px 30px rgba(11,11,13,0.04); }

.stat-number {
  font-family: "Poppins", sans-serif;
  font-size: 1.55rem;
  font-weight: 800;
  color: #0b0b0d;
}
.stat-number .stat-small { font-weight:700; font-size:0.95rem; color:#444; margin-left:6px; }
.stat-label { color: #777; margin-top:6px; font-weight:600; }

/* Responsive */
@media (max-width: 991.98px) {
  .overview-top { flex-direction: column; align-items: stretch; }
  .rating-block { order: 3; }
  .cta-block { order: 2; text-align: left; }
  .price-block { order: 1; }
  .stat-item { min-height: 88px; padding: 14px; }
}

@media (max-width: 575.98px) {
  .price-amount { font-size: 1.6rem; }
  .stat-number { font-size: 1.25rem; }
  .enroll-btn { width: 100%; text-align:center; padding: 10px 14px; }
}




/* Course copy section */
.ltd-course-copy { background: #ffffff; font-family: "Poppins", sans-serif; }

/* Headings */
.ltd-copy-head {
  font-family: "Poppins", sans-serif;
  font-size: 1.9rem;
  font-weight: 700;
  color: #0b0b0d;
  margin-bottom: 0.75rem;
}
.ltd-subhead {
  font-family: "Poppins", sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  color: #0b0b0d;
  margin-bottom: 0.6rem;
}
.ltd-lead {
  color: #444;
  font-size: 1.03rem;
  line-height: 1.7;
}

/* CTA buttons */
.ltd-cta-row .btn {
  padding: 12px 22px;
  border-radius: 8px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
}

/* Yellow Button */
.btn-cta {
  background: #F4BD01 !important;
  color: #0b0b0d !important;
  border: none !important;
  box-shadow: 0 4px 12px rgba(244,189,1,0.35);
  transition: 0.2s ease-in-out;
}
.btn-cta:hover {
  background: #e0aa00 !important;
}

/* Call Button */
.btn-outline-dark {
  border: 1.5px solid #111 !important;
  color: #111 !important;
  background: transparent !important;
  transition: 0.2s ease-in-out;
}
.btn-outline-dark:hover {
  background: #111 !important;
  color: #fff !important;
}

.btn-link { color: #0b0b0d; text-decoration: underline; }

/* Stats grid (left column) */
.ltd-stats-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin-top: 18px;
}
.ltd-stats-grid .stat {
  background: #fafafa;
  border: 1px solid #f0f0f0;
  border-radius: 10px;
  padding: 12px 14px;
  text-align: left;
  box-shadow: 0 6px 18px rgba(11,11,13,0.03);
}
.stat-number {
  font-size: 1.05rem;
  font-weight: 800;
  color: #0b0b0d;
}
.stat-label {
  font-size: 0.9rem;
  color: #666;
  margin-top: 4px;
}

/* Benefit list */
.pbp__list { padding-left: 0; margin-left: 0; list-style: none; }
.pbp__list--check li {
  position: relative;
  padding-left: 32px;
  margin-bottom: 12px;
  color: #333;
  font-size: 1rem;
  line-height: 1.6;
}
.pbp__list--check li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 18px;
  height: 18px;
  background: #F4BD01;
  mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path fill="white" d="M13.485 1.929a1 1 0 0 1 0 1.414L6.343 10.485a1 1 0 0 1-1.414 0L2.515 8.071a1 1 0 1 1 1.414-1.414L5.9 8.629l6.071-6.071a1 1 0 0 1 1.414 0z"/></svg>') center/contain no-repeat;
  -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path fill="white" d="M13.485 1.929a1 1 0 0 1 0 1.414L6.343 10.485a1 1 0 0 1-1.414 0L2.515 8.071a1 1 0 1 1 1.414-1.414L5.9 8.629l6.071-6.071a1 1 0 0 1 1.414 0z"/></svg>') center/contain no-repeat;
}

/* Quote */
.ltd-quote {
  background: #fff7e6;
  border-left: 4px solid #F4BD01;
  padding: 12px 14px;
  border-radius: 8px;
  margin-top: 8px;
}
.ltd-quote blockquote {
  margin: 0;
  font-style: italic;
  color: #333;
  font-size: 0.98rem;
}

/* Small text */
.ltd-note { color: #555; font-size: 1rem; line-height: 1.6; }

/* Responsive */
@media (max-width: 991.98px) {
  .ltd-stats-grid { grid-template-columns: 1fr 1fr; }
  .ltd-cta-row { gap: 8px; }
}
@media (max-width: 575.98px) {
  .ltd-stats-grid { grid-template-columns: 1fr 1fr; gap: 8px; }
  .ltd-copy-head { font-size: 1.4rem; }
  .ltd-subhead { font-size: 1.05rem; }
  .ltd-lead { font-size: 0.98rem; }
  .ltd-quote { font-size: 0.95rem; }
}




/* Section basics */
.ltd-diff-join { background: #f3f3f3; font-family: "Poppins", sans-serif; }
.ltd-section-head { font-size: 1.8rem; font-weight: 700; color: #0b0b0d; }
.ltd-subhead { font-size: 1.15rem; font-weight: 700; color: #0b0b0d; }
.ltd-lead { color: #444; font-size: 1rem; line-height: 1.6; }

/* FEATURE CARDS (yellow) */
.ltd-feature-cards .feat-card {
  background: linear-gradient(180deg, #F4BD01 0%, #e9b701 100%);
  color: #111;
  padding: 18px;
  border-radius: 12px;
  min-height: 170px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  box-shadow: 0 10px 30px rgba(244,189,1,0.09);
  transition: transform .14s ease, box-shadow .14s ease;
  border: 1px solid rgba(11,11,13,0.04);
}
.ltd-feature-cards .feat-card:hover { transform: translateY(-6px); box-shadow: 0 20px 46px rgba(244,189,1,0.14); }

.feat-icon {
  background: rgba(11,11,13,0.06);
  width: 44px;
  height: 44px;
  border-radius: 10px;
  display: grid;
  place-items: center;
  font-size: 1.15rem;
}
.feat-icon i { color: #111; font-size: 1.35rem; }

/* Titles and desc */
.feat-title {
  font-size: 1rem;
  font-weight: 700;
  color: #0b0b0d;
  margin: 0;
}
.feat-desc {
  color: rgba(11,11,13,0.85);
  font-size: 0.94rem;
  margin-top: auto;
}

/* Ensure equal heights in row */
.ltd-feature-cards .row { align-items: stretch; }
.ltd-feature-cards .feat-card { height: 100%; }

/* AUDIENCE CARDS (pale yellow / white) */
.ltd-audience-cards { display: grid; gap: 12px; }
.aud-card {
  display: flex;
  gap: 12px;
  align-items: center;
  background: #fff8e6;
  border: 1px solid rgba(244,189,1,0.12);
  padding: 12px 14px;
  border-radius: 10px;
  box-shadow: 0 8px 22px rgba(11,11,13,0.03);
}
.aud-icon {
  width: 56px;
  height: 56px;
  border-radius: 10px;
  background: #F4BD01;
  display: grid;
  place-items: center;
  font-size: 1.35rem;
  color: #111;
}
.aud-text h5 {
  margin: 0 0 6px 0;
  font-size: 1rem;
  font-weight: 700;
}
.aud-text .muted { color: #5a5a5a; }

/* Small utilities */
.small.muted { color: #666; }

/* Responsive */
@media (max-width: 991.98px) {
  .ltd-feature-cards .col-lg-4 { min-height: 1px; }
  .ltd-feature-cards .feat-card { min-height: 150px; }
}
@media (max-width: 575.98px) {
  .feat-desc { font-size: 0.92rem; }
  .feat-title { font-size: 0.98rem; }
  .aud-icon { width: 48px; height: 48px; font-size: 1.05rem; }
}




/* Section Base */
.ltd-tools {
  background: #fff;
  font-family: "Poppins", sans-serif;
}

.ltd-tools-title {
  font-weight: 700;
  font-size: 1.8rem;
  color: #0b0b0d;
}
.ltd-tools-sub {
  color: #555;
  font-size: 1rem;
}

/* Grid */
.ltd-tools-grid .tool-box {
  background: #fff;
  border: 1px solid rgba(11,11,13,0.08);
  border-radius: 10px;
  padding: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 85px;
  transition: 0.15s ease-in-out;
  box-shadow: 0 4px 14px rgba(11,11,13,0.04);
}

.ltd-tools-grid .tool-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 30px rgba(0,0,0,0.08);
}

.ltd-tools-grid img {
  max-height: 38px;
  width: auto;
  object-fit: contain;
  transition: 0.15s ease-in-out;
}


/* Responsive Tweaks */
@media (max-width: 575.98px) {
  .ltd-tools-grid .tool-box { height: 70px; padding: 14px; }
  .ltd-tools-grid img { max-height: 32px; }
}




/* Two-column yellow boxes */
.ltd-method-career { background: #fff; font-family: "Poppins", sans-serif; }

/* Equal height helper */
.ltd-equal { display: flex; flex-direction: column; height: 100%; }

/* Yellow card */
.yellow-card {
  background: linear-gradient(180deg,#F4BD01 0%, #e9b701 100%);
  color: #0b0b0d;
  border-radius: 12px;
  padding: 22px;
  box-shadow: 0 14px 36px rgba(244,189,1,0.10);
  border: 1px solid rgba(11,11,13,0.04);
  display: flex;
  flex-direction: column;
  gap: 14px;
}

/* Head */
.card-head .card-title {
  font-family: "Poppins", sans-serif;
  font-size: 1.3rem;
  margin: 0 0 6px 0;
  font-weight: 700;
}
.card-head .card-sub {
  margin: 0;
  color: rgba(11,11,13,0.85);
  font-size: 0.98rem;
}

/* List */
.card-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 8px 0;
  font-weight: 600;
  color: #0b0b0d;
  font-size: 0.98rem;
}
.card-list i {
  background: rgba(11,11,13,0.06);
  width: 36px;
  height: 36px;
  border-radius: 8px;
  display: grid;
  place-items: center;
  font-size: 1.05rem;
  color: #0b0b0d;
}

/* Note (bottom text) */
.card-note {
  margin-top: auto;
  font-size: 0.95rem;
  color: rgba(11,11,13,0.9);
  line-height: 1.55;
}

/* Responsive */
@media (max-width: 991.98px) {
  .yellow-card { padding: 18px; }
  .card-list li { font-size: 0.95rem; }
  .card-head .card-title { font-size: 1.18rem; }
}
@media (max-width: 575.98px) {
  .yellow-card { padding: 14px; border-radius: 10px; }
  .card-list li { gap: 10px; }
  .card-list i { width: 34px; height: 34px; }
}




#dm-curriculum { background:#f3f3f3; font-family:"Poppins", sans-serif; }

.dm-title {
    font-size: 2rem;
    font-weight: 700;
}
.dm-sub {
    max-width: 760px;
    font-size: 1.05rem;
    color: #555;
}

.dm-intro-box p { line-height: 1.6; color:#333; }

.dm-list li {
    margin-bottom: 8px;
    padding-left: 0px;
    position: relative;
}


/* Accordion Styling */
.accordion-item {
    border: none;
    margin-bottom: 10px;
    border-radius: 10px;
    background: #fdfdfd;
    box-shadow: 0 8px 22px rgba(0,0,0,0.05);
}
.accordion-button {
    font-weight: 600;
    padding: 14px 18px;
    border-radius: 10px;
}
.accordion-button:not(.collapsed) {
    background: #F4BD01;
    color: #0b0b0d;
    box-shadow: none;
}
.accordion-body {
    background: #fff;
    padding: 18px;
    border-radius: 0 0 10px 10px;
}




#dm-faqs {
    font-family: "Poppins", sans-serif;
}

.dm-faq-accordion .accordion-item {
    border: none;
    border-radius: 10px;
    box-shadow: 0 6px 22px rgba(0,0,0,0.06);
    margin-bottom: 14px;
}

.dm-faq-accordion .accordion-button {
    padding: 16px 20px;
    font-weight: 600;
    font-size: 1rem;
    border-radius: 10px !important;
}

.dm-faq-accordion .accordion-button:not(.collapsed) {
    background: #F4BD01;
    color: #0b0b0d;
    box-shadow: none;
}

.dm-faq-accordion .accordion-button:focus {
    box-shadow: none;
}

.dm-faq-accordion .accordion-body {
    padding: 18px 20px;
    font-size: 0.96rem;
    color: #333;
    line-height: 1.55;
}

/* Icon rotation */
.accordion-button::after {
    transition: transform .3s ease;
}
.accordion-button:not(.collapsed)::after {
    transform: rotate(180deg);
}




    .bg-secondary {
    background: #fff6d7 !important;
}
.pb-80 {
    padding-bottom: 80px;
}
.pt-80 {
    padding-top: 80px;
}
.mb-40 {
    margin-bottom: 40px;
}
.locations-container {
    display: flex
;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
}
.location-tag {
    background-color: #fff;
    color: #444;
    padding: 10px 20px;
    font-size: 16px;
    border-radius: 10px;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s ease;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.location-tag:hover {
    background-color: #f4bd01;
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
    transform: translateY(-2px);
    color: #fff;
}

