:root {
  --primary: #4d2270;
  --secondary: #e6883c;
  --brand-purple: #4A235A;
  --soft-purple: #f8f5f9;
  --text-main: #1a1a1a;
  --text-muted: #666666;
  --border-light: #ececec;
}
body {
  font-family: "Poppins", sans-serif;
  color: #000;
  background: #fff;
}
h1, h2, h3, h4, h5, h6, p {
  padding: 0;
  margin: 0;
}
hr {
  background: var(--primary);
  opacity: 0.75;
}
.blink {
    font-size: 14px;
    text-transform: uppercase;
    margin: 8px 0 10px;
    text-align: center;
    color: var(--secondary);
    -webkit-animation: flickerAnimation 2s infinite;
    -moz-animation: flickerAnimation 2s infinite;
    -o-animation: flickerAnimation 2s infinite;
    animation: flickerAnimation 2s infinite;
}
@keyframes flickerAnimation {
    0%   { opacity:1; }
    50%  { opacity:0; }
    100% { opacity:1; }
}
@-o-keyframes flickerAnimation{
    0%   { opacity:1; }
    50%  { opacity:0; }
    100% { opacity:1; }
}
@-moz-keyframes flickerAnimation{
    0%   { opacity:1; }
    50%  { opacity:0; }
    100% { opacity:1; }
}
@-webkit-keyframes flickerAnimation{
    0%   { opacity:1; }
    50%  { opacity:0; }
    100% { opacity:1; }
}
select {background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%239AA5C0' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e"); background-repeat: no-repeat; background-position: right 0.75rem center; background-size: 16px 12px;}
.readMore {
  cursor: pointer;
  font-weight: 400 !important;
  margin: 10px 0 0;
  color: var(--primary);

}
.readLess {
  cursor: pointer;
  display: none;
  font-weight: 400 !important;
  margin: 10px 0 0;
  color: var(--primary);
}

.moreDesc {
  display: none;
  margin: 10px 0 0;
}

ul li {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

small,
em {
  font-size: 14px;
  line-height: 18px;
  display: inline-block;
}

strong {
  font-weight: 600;
}

/* Common CSS */
button, input[type=submit] {
  border-radius: 5px;
  border: 0;
  font-weight: 500;
  font-size: 18px;
  margin: 0;
  height: 50px;
  transition: all 0.3s ease-in-out;
  padding: 0 40px;
}

/* Header */
header {
  padding: 40px 0 5px;
  width: 100%;
}
header img.logo {
  height: 70px;
  width: auto;
}
header img.accreditations {
  height: 40px;
  width: auto;
}
header h5 {
  font-size: 16px;
}
header .accred {
  height: 50px;
}

.banner {
  position: relative;
}
.banner_pic {
  position: relative;
  overflow: hidden;
  z-index: 0;
}
.banner_pic:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 400px;
  background: #00000099;
  bottom: 0;
  background-repeat: no-repeat;
  background: #a19b9b;
  background: -webkit-gradient(linear, left bottom, left top, from(#000000db), to(#85878200));
  background: -moz-linear-gradient(top, #fff, #cbccc8);
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#cbccc8');
  z-index: 0;
  display: block;
}
.banner_pic img {
  object-fit: cover;
  object-position: bottom;
  width: 100%;
  height: 590px;
}
.banner-new {
  position: absolute;
  bottom: 30px;
  z-index: 3;
  width: 100%;
  color: #fff;
}
h1 { 
  font-size: 38px;
  line-height: 46px;
  font-weight: 600;
  margin: 0;
  text-transform: capitalize;
  color: #fff;
  margin: 0 0 20px;
}
.banner-new .text-content > p {
  font-size: 18px;
  background: var(--secondary);
  display: inline-block;
  padding: 10px 20px;
  margin: 10px 0 0;
  border-radius: 5px;
}
.key-card img {
  width: auto;
  margin: 0 10px 0 0;
}
.key-card {
  width: 32%;
  margin: 0 0 20px;
}
.key-card:nth-child(4), .key-card:nth-child(5) {
  width: 50%;
}
.key-card h4 {
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
}
.key-card p {
  font-size: 18px;
  line-height: 38px;
  font-weight: 600;
  text-align: left;
}
.key-card small {
  font-weight: 400 !important;
}
.key-card .small-text {
  line-height: 12px;
}
/* .banner_pic::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6); 
  pointer-events: none;
  z-index: 2;
} */
.icon-img {
  width: 25px;
  height: auto;
  margin: 0 10px 0 0;
}
.brochureBtn {
  width: 300px;
  padding: 10px 20px;
  height: 50px;
  color: #fff;
  background: var(--primary); 
  background: linear-gradient(90deg, var(--primary) 0%, #301a4b 100%);
  border-radius: 5px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.brochureBtn:hover {
  transform: scale(1.05);
}
a:hover{
  cursor: pointer;
}
.floating {
  position: fixed;
  bottom: 10px;
  right: 10px;
  height: 80px;
  color: #fff;
  width: 80px;
  background: var(--primary);
  border-radius: 50%;
  text-align: center;
  padding: 18px 16px;
  z-index: 100;
  display: none;
  cursor: pointer;
}
.header-fixed {
  position: fixed;
  top: 0;
  background: #70369e;
  color: #fff;
  width: 100%;
  text-align: center !important;
  padding: 5px 0;
  z-index: 20;
}
.header-fixed p strong {
  font-size: 14px !important;
}
@media (max-width:991px) {
  button, input[type=submit] {
    font-size: 14px;
    line-height: 24px;
    height: 40px;
    transition: all 0.3s ease-in-out;
    padding: 0 25px;
  }
  .floating {
    bottom: 20px;
    height: 60px;
    font-size: 12px;
    width: 60px;
    padding: 15px 12px;
  }
  h1 {
    font-size: 24px;
    padding: 0 0 20px;
    line-height: 30px;
    font-weight: 500;
    margin: 0;
    text-align: center;
  }
  .mob-banner {
    background: var(--primary);
    color: #fff;
    text-align: center;
    overflow: hidden;
    padding: 20px 0 0;
  }
  .mob-img {
    position: relative;
  }
  .mob-banner .mob-img img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    object-position: center;
  }

  /* .mob-img::after {
    content: '';
    display: block;
    height: 100px;
    width: 100%;
    position: absolute;
    bottom: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.7) 40%, rgba(0, 0, 0, 1) 100%);
    z-index: 0;
  } */
  .mob-img p {
    position: absolute;
    bottom: 10px;     /* stays 10px from bottom */
    left: 50%;        /* move to horizontal center */
    transform: translateX(-50%); /* pull it back by half width */
    background: rgba(0, 0, 0, 0.7);
    text-align: left;
    padding: 10px;
    width: calc(100% - 10px); /* 100% minus 5px on left + 5px on right */
    font-size: 14px;
    border-radius: 5px;
    color: #fff;
    z-index: 2;
  }

  .form_box h3 {
    font-size: 16px;
  }

  .mob-form {
    background: #ede5e5;
    padding: 30px 20px;
  }

  .mob-form form {
    padding: 20px 10px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    background: #fff;
    border-radius: 25px 0;
  }
  .brochureBtn {
    width: 100%;
    font-size: 16px;
    margin: 10px 0 0;
    height: 44px;
  }
  .icon-img {
    width: 22px;
    margin: 0 8px 0 0;
  }
  .key-card img {
    margin: 0 8px 0 0;
  }
  .key-card {
    width: 49%;
    margin: 0 0 15px;
  }
  .key-card h4 {
      font-size: 12px;
      line-height: 18px;
    }
  .key-card p {
      font-size: 12px;
      line-height: 24px;
  }
  .key-card p small{
    font-size: 10px;
  }
  header .accred {
    height: 25px;
  }
  header img {
    width: 150px;
  }
  header h5 {
    font-size: 14px;
    text-align: center;
  }
  .header-fixed p strong {
  font-size: 12px !important;
}
}

h2 {
  color: var(--primary);
  font-size: 32px;
  font-weight: 600;
  display: inline-block;
  text-transform: capitalize;
  position: relative;
  margin: 0 0 20px 0;
}
h2 span {
  font-family: "Playfair Display", serif;
}

.banner .form_box {
  background-color: #fff;
  padding: 25px;
  color: #393D3E;
  border-radius: 10px;
  position: relative;
  width: 85%;
}

.form-section .form_box {
  background-color: #fff;
  padding: 25px;
  border-radius: 50px 0;
  width: 100%;
  margin: 0 auto;
}

.banner .form_box p {
  margin: 0 0 20px;
  font-size: 18px;
  line-height: 26px;
}

.banner .form_box input[type=submit] {
  margin: 10px auto 0;
}

/* eligibility */

.eligibility {
  padding: 50px 0;
}
.eligible-card > img{
  width: 800px;
  height: auto;
  border-top-left-radius: 60px;
  border-bottom-right-radius: 60px;
}
.text-card {
  gap: 20px;
  margin: 0 0 0 -40px;
}
.mini-card {
  width: 380px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  padding: 0 20px;
  height: 110px;
  background: var(--secondary);
  color: #FFF;
}
.mini-card img {
  filter: invert(100%) sepia(80%) saturate(1017%) hue-rotate(245deg) brightness(40%) contrast(100%);
}
.mini-card img:nth-child(1) {
  width: 50px;
  height: 50px;
}
.mini-card img:nth-child(2) {
  width: auto;
  height: 100%;
  opacity: 0.5;
  margin: 0 10px;
}
.text-card p {
  font-size: 14px;
  width: 100%;
  text-align: left;
  line-height: 20px;
}

/* Overview  */
 .overview {
    padding: 20px 0 60px;
 }
 .overview ul {
  list-style-type: none;
  margin: 0;
 }
 .overview ul li {
  box-shadow: 2px 4px 4px #00000029;
  padding: 20px;
  margin: 0 0 20px;
  /* background: #fff url('../images/dot.png') no-repeat left; */
  line-height: 28px;
  background-size: 25px;
  background-position-x: 10px;
 }

 /* programe */
 .programme {
  padding: 0 0 50px;
 }
 .programme ul {
  margin: 10px 0 0;
 }
.programme ul li{
  margin: 0 0 10px;
 }

  /* highlight */
  .highlight {
    padding: 20px 0 0;
  }
  .main-programe {
    gap: 15px;
    margin: 60px 0 0;
  }
  .programme-card {
    margin: 0 0 70px;
    padding: 10px;
    border-radius: 5px;
    color: #000;
    background: var(--secondary);
    color: #FFF;
    text-align: center;
    width: 23%;
    position: relative;
    height: 150px;
  }
  .programme-card .blue {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%, -50%);
  }
  .programme-card img {
    transform: translate(-50%, -50%);
    position: absolute;
    width: 50px;
    height: 50px;
    top: -32px;
    filter: invert(100%) sepia(80%) saturate(1017%) hue-rotate(245deg) brightness(40%) contrast(100%);
  }
  .programme-card h4 {
    font-size: 16px;
  }
  .programme-card p {
    margin: 10px 0 0;
    font-weight: 300;
    font-size: 14px;
    line-height: 20px;
  }


/* course-content desktop */
.course-content {
  padding: 30px 0 40px;
}
.course-content .box {
  position: relative;
  border: 1px solid #ccc;
  background: var(--primary);
  color: #FFF;
  height: 100%;
  padding: 20px;
  border-radius: 5px;
}
.course-content .col-md-4 {
  margin: 8px 0;
}
.course-content h4 {
  font-size: 16px;
  text-align: left; 
  border-bottom: 2px solid var(--primary);
  padding-bottom: 10px;
}
.course-content p {
  font-size: 14px;
  margin: 0 0 10px;
}
.accordian_head {
  cursor: pointer;
  padding: 15px 30px 15px 20px;
  position: relative;
  box-shadow: 1px 2px 3px 1px #00000029;
  border-radius: 5px;
  background: var(--primary);
  color: #FFF;
}
.accordian_box {
  margin: 0 0 20px;
}
.accordian_head::before {
  content: '';
  position: absolute;
  right: 10px;
  top: 30%;
  width: 30px;
  height: 30px;
  transition: all 0.2s ease-in-out;
  background: url('../images/next.png') no-repeat center center;
  background-size: 100% 100%;
  filter: invert(100%) sepia(100%) saturate(1%) hue-rotate(136deg) brightness(102%) contrast(101%);
}

.accordian_head.active::before {
  transform: rotate(90deg);
  transition: all 0.2s ease-in-out;
}
.course-content ul {
  margin: 10px 0;
  padding: 0 0 0 16px;
}
.course-content ul+ul {
  margin: 0;
}
.course-content li {
  font-size: 14px;
  font-weight: 300;
  line-height: 22px;
  padding: 0 0 10px;
}
.course-content .moreDesc {
  margin: -10px 0;
}
.course-content p.readLess {
  margin: 15px 0 0;
}
.course-content p.readMore {
  margin: 0;
}

/* times */
.times {
  padding: 50px 0;
}
.times .main-section {
  margin: 0 0 20px;
}
.time-card {
  width: 40%;
  border: 1px solid var(--primary);
  border-radius: 5px;
  height: 180px;
}
.time-card > p{
  background: var(--primary);
  color: #fff;
}
.time-card div{
  border-top: 1px solid var(--primary);
}
.times .container > p {
  text-align: center;
}
.time-card p {
  padding: 20px;
}

/* certiicate */
.certificate {
  padding: 30px 0;
}
.certificate img {
  width: 520px;
  border-radius: 5px;
  height: auto;
  margin: 0 auto 20px;
  display: block;
}
.certificate .left{
  background: #0A81E3;
  color: #fff;
  padding: 20px;
  display: flex;
  align-items: center;
  width: 30%;
}
.certificate .right{
  padding: 20px;
  width: 70%;
  display: flex;
  align-items: center;
}
.certificate ul{
  margin: 0;
  padding: 5px 0 10px 30px;
}
.certificate .main-card {
  margin: 20px 0 0;
  gap: 20px;
}
.certificate .top-card{
  border: 1px solid #0A81E3;
  border-radius: 5px;
  width: 45%;
  display: flex;
  height: 150px;
}

/* New Testimonial */
.testimonials {
  padding: 60px 0 0;
}
.testimonials .testimonialCard {
  padding: 0;
  margin: 0;
  border-radius: 8px;
  border: 1px solid var(--primary);
  box-shadow: none;
  height: 280px;
  color: #000;
}

.testimonialCard .img-card {
  background: var(--primary);
  padding: 20px 10px;
  border-radius: 8px 0 0 8px;
  color: #fff;
  width: 25%;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

}
.faculty-pagination span {
  background: var(--primary) !important;
}
.faculty-pagination {
  margin: 30px 0 0 !important;
}

.testimonialCard img {
  border-radius: 5px;
  object-fit: cover;
  object-position: top;
  height: 140px;
  width: 140px;
}
.testimonialCard ul {
  margin: 0;
}

.testimonialCard .img-card p {
    margin: 15px 0 0;
  }

.testimonialCard p strong {
  font-size: 16px;
  line-height: 24px;
  display: inline-block;
}

.testimonialCard p small {
  font-size: 14px;
  display: inline-block;
  font-weight: 300;
  line-height: 20px;
}

.testimonialCard .card-text {
  padding: 20px;
  display: flex;
  align-items: center;
  width: 75%;
}


/* swiper */
.swiper-pagination {
  display: flex;
  justify-content: center;
  position: relative;
  bottom: auto;
  margin-top: 15px;
}

.swiper-pagination span {
  margin: 0 3px;
  width: 10px;
  height: 10px;
  border-radius: 100px;
  padding: 0;
  display: block;
  color: transparent;
  background: #707070;
  border: 0;
}

.swiper-pagination span.swiper-pagination-bullet-active {
  background: var(--secondary);
}

.swiper-button-next {
  color: var(--secondary);
  right: 0px;
  left: auto;
  top: 100px;
}

.swiper-button-prev {
  color: var(--secondary);
  font-size: 10px !important;
  right: auto;
  left: -2px;
  top: 100px;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  color: var(--secondary);
  font-size: 18px !important;
  font-weight: 500;
}

/* form */
.form_box h3 {
  text-align: center;
  color: var(--primary);;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
}

.form_box .form-control {
  border-radius: 5px;
  font-size: 14px;
  height: 50px;
  color: #686868;
  border: 1px solid #C6C3C3;
  padding: 0 10px;
  transition: all 0.3s ease-in-out;
}

.form_box .form-control:focus {
  box-shadow: none;
  border: 1px solid #999;
  transition: all 0.3s ease-in-out;
}

.form_box .form-control::placeholder {
  color: #686868
}

.form_box .form-control:-moz-placeholder {
  color: #686868
}

.single-input {
  font-size: 11px;
  color: #686868;
  text-align: left;
  padding-left: 20px;
  position: relative;
}

.single-input input[type=checkbox] {
  position: absolute;
  left: 0;
  top: 5px;
}

.single-input a {
  color: #fff;
}

/* footer */
footer {
  padding: 80px 0 40px 0;
  text-align: center;
}
footer a {
  cursor: pointer;
  color: var(--primary);
  font-size: 14px;
}
footer .vr {
  width: 1px;
  height: 100px;
  margin: 0 10px;
  background: var(--primary);
}
footer p {
  color: #000;
  font-size: 14px;
}

footer a:hover {
  color: var(--secondary);
}

footer img {
  height: 70px;
}

/* participants */
.participants {
  background: #FFF;
  background-size: 100%;
  padding: 50px 0;
}

.participants img {
  height: auto;
}

.participants p {
  color: var(--tertary);
  font-weight: 400 !important;
  font-size: 14px !important;
  text-align: center;
  margin: 5px 0 0;
}

  /* tools */
  .tools {
    padding: 60px 0;
  }

  .tools .img-card {
    background: #fff;
    width: 90%;
    height: 160px;
    box-shadow: 4px 4px 12px #00000029;
    border: 1px solid #EFEFEF;
    border-radius: 8px;
    opacity: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 0 20px;
  }

  .tools .img-card img{
    width: auto;
  }

  .swiper-3d .swiper-slide-shadow-left,
  .swiper-3d .swiper-slide-shadow-right {
    background: none;
  }

  .cp-tab-nav {
    justify-content: center;
    position: sticky;
    background: #F8F8F8;
    padding: 10px 20px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    top: 34px;
    width: 100%;
    z-index: 30;
    display: flex;
    margin: 0 auto;
    border-radius: 5px;
  }

  .margin-up {
    margin-top: 100px !important;
  }

  .cp-tab-nav ul {
    display: flex;
    gap: 24px;
    list-style: none;
    padding: 10px;
    margin: 0;
    overflow-x: auto;
    justify-content: flex-start;
    align-items: center;
    scrollbar-width: thin;
    scrollbar-color: #888 transparent;
  }
  .cp-tab-nav ul::-webkit-scrollbar {
    display: none;
  }
  /* ::-webkit-scrollbar {
    display: none;
  } */
  .cp-tab-nav ul li {
    white-space: nowrap;
    margin: 0;
  }

  .cp-tab-nav ul li a {
    text-decoration: none;
    color:#000;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.4px;
  }

  .cp-tab-nav ul a.active,
  .cp-tab-nav ul a:hover {
    font-weight: 500;
    color: var(--primary);
    border-bottom: 4px solid var(--primary);
  }

  /* accreditation */
  .accreditation {
    padding: 10px 10px 0;
  }
  .accreditation p {
    color: #000;
    margin: 0 0 20px;
  }
  .accreditation .title{
    margin: 0;
    font-weight: 500;
  }

  /* cohorts */
  .cohorts {
    padding: 30px 0;
  }
  .cohorts p {
    width: 60%;
    margin: 0 auto;
  }
  .cohorts img{
    margin: 30px 0 0;
  }
  .cohorts .img-1 {
    width: 550px;
  }
  .cohorts .img-2 {
    width: 480px;
  }

  /* Key Points */
  .key-points {
    margin: 0 auto;
    position: relative;
    padding: 0;
  }

  .key-points .container {
    border-radius: 0px;
    overflow: hidden;
    position: relative;
    z-index: 1;
    color: #FFF;
    padding: 0;
    box-shadow: 0px 4px 10px 0 rgba(0, 0, 0, 0.05);
  }

  /* .key-points.fixed {
    position: fixed;
    top: 32px;
    left: 0;
    width: 100%;
    z-index: 999;
    margin: 0 auto;
    padding: 0;
    background: linear-gradient(90deg, var(--primary) 50%, #FFF 50%);
  } */

  .key-points.fixed .container {
    box-shadow: none;
  }

  .key-points .blue {
    background: var(--secondary);
    width: 70%;
    padding: 18px;
    color: #000;
  }

  .key-points .red {
    width: 30%;
    background: var(--primary);
    padding: 20px;
  }

  .key-points .red button {
    display: inline-block;
    color: #fff;
    background: var(--primary);
    text-decoration: none;
    font-size: 20px;
    line-height: 28px;
    width: 100%;
    font-weight: 500 !important;
    text-align: center;
    box-shadow: none;
  }

  .key-points img {
    margin: 0 15px 0 0;
    position: relative;
  }

  .key-points h4 {
    font-size: 20px;
    font-weight: 300 !important;
    line-height: 28px;
    margin: 0;
    color: #fff;
  }

  .key-points .vertical{
    width: 2px;             
    height: 60px;
    background: #fff;
    opacity: 0.5;
  }

  /* fees */
  .fees {
    background: #70369E;
    color: #fff;
    padding: 50px 0;
  }
  .fees {
    height: auto;
  }
  .fees h4 {
    font-size: 20px;
    font-weight: 300;
    line-height: 32px;
  }

/* Horizontal Journey Container */
.journey-container {
    position: relative;
    /* max-width: 1200px; */
}
/* The horizontal connecting line */
.journey-track {
    position: absolute;
    top: 25px; /* Aligned with the center of the step circles */
    left: 10%;
    right: 10%;
    height: 1px;
    background-color: var(--border-light);
    z-index: 1;
}

.steps-wrapper {
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 2;
}

.step-node {
    flex: 1;
    text-align: center;
    padding: 0 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* Step Circle Indicator */
.step-indicator {
    width: 50px;
    height: 50px;
    background-color: #ffffff;
    border: 1px solid var(--border-light);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    color: var(--brand-purple);
    margin-bottom: 24px;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
}

.step-node:hover .step-indicator {
    background-color: var(--brand-purple);
    border-color: var(--brand-purple);
    color: #ffffff;
    transform: scale(1.1);
    box-shadow: 0 10px 20px rgba(74, 35, 90, 0.15);
}

.step-content {
    opacity: 0.9;
}

.step-label {
    display: block;
    font-size: 0.7rem;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: var(--brand-purple);
    font-weight: 700;
    margin-bottom: 8px;
}

.step-title {
    font-size: 1.15rem;
    font-weight: 700;
    margin-bottom: 12px;
    color: var(--text-main);
    min-height: 3rem; /* Ensures alignment across rows */
    display: flex;
    align-items: center;
    justify-content: center;
}

.step-description {
    font-size: 0.9rem;
    line-height: 1.6;
    color: var(--text-muted);
    /* max-width: 220px; */
    margin: 0 auto;
}

.corporate-footer {
    margin-top: 50px;
    text-align: center;
    padding: 24px;
    border-top: 1px solid var(--border-light);
    margin-left: auto;
    margin-right: auto;
    font-size: 0.9rem;
    color: var(--text-muted);
}

.corporate-footer b {
    color: var(--brand-purple);
}

/* Responsive Behavior */
@media (max-width: 992px) {
    .journey-track { display: none; }
    .steps-wrapper { flex-direction: column; align-items: flex-start; }
    .step-node { 
        flex-direction: row; 
        text-align: left; 
        margin-bottom: 40px;
        align-items: flex-start;
        padding: 0;
    }
    .step-indicator { margin-bottom: 0; margin-right: 20px; flex-shrink: 0; }
    .step-title { min-height: auto; justify-content: flex-start; margin-bottom: 5px; }
    .step-description { max-width: 100%; margin: 0; }
    /* Vertical line for mobile */
    .steps-wrapper::before {
        content: '';
        position: absolute;
        left: 25px;
        top: 25px;
        bottom: 25px;
        width: 1px;
        background-color: var(--border-light);
    }
}