body {
  font-family: 'Montserrat', sans-serif;
  margin: 0;
  padding: 0;
}


.font-11 {
  font-size: 11px;
}

.font-12 {
  font-size: 12px;
}

.font-13 {
  font-size: 13px;
}

.font-14 {
  font-size: 14px;
}

.font-15 {
  font-size: 15px;
}

.font-16 {
  font-size: 16px;
}

.font-18 {
  font-size: 18px;
}

.font-25 {
  font-size: 25px;
}

.font-28 {
  font-size: 28px;
}

.font-36 {
  font-size: 36px;
}

.font-38 {
  font-size: 36px;
}

.font-40 {
  font-size: 40px;
}


/* header */
.header .msruas-navbar .navbar-nav.align-items-center {
  width: 100%;
  justify-content: space-between;
}


figure.student_girl_landing{
      margin: 0 0 0 0rem;
}



.header .msruas-navbar {
   background: #3b1d65;
  padding: 14px 0;
  border-bottom: 3px solid #932961;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.4);
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
  transition: background-color 0.35s ease, padding 0.35s ease;
}

.header .msruas-navbar.scrolled {
  padding: 8px 0;
}

/* Logo */
.msruas-logo {
  height: auto;
  transform: scale(1);
  width: 300px;
  transform-origin: left center;
  transition: transform 0.35s ease-in-out;
  will-change: transform;
  -webkit-transition: transform 0.35s ease-in-out;
  -moz-transition: transform 0.35s ease-in-out;
  -ms-transition: transform 0.35s ease-in-out;
  -o-transition: transform 0.35s ease-in-out;
}

.header .msruas-navbar.scrolled .msruas-logo {
  transform: scale(0.85);
}

.header .msruas-navbar .navbar-nav.align-items-center {
  width: 100%;
  justify-content: space-between;
}

/* NAAC Badge */
.header .naac-badge {
  height: auto;
  transform: scale(1);
  transform-origin: left center;
  transition: transform 0.35s ease-in-out;
  will-change: transform;
  transition: transform 0.35s ease;
     width: 200px;
    filter: invert(1);
}


.header .msruas-navbar.scrolled .naac-badge {
  transform: scale(0.9);
}


/* Nav Links */
.header .msruas-navbar .nav-link {
  color: #fff;
  transition: color 0.3s ease;
}

.header .msruas-navbar .nav-link:hover {
  color: #E22A27;
}





/* hero section */

.hero_section {
  margin-top: 8rem;
  padding: 70px 0 0;
  background-color: #3A1D64;
}


.hero-eyebrow {
  font-weight: 700;
  font-size: 0.78rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #da512b;
  ;
  margin-bottom: 18px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.hero-eyebrow::before {
  content: '';
  display: inline-block;
  width: 30px;
  height: 2px;
  background: #da512b;
  ;
  flex-shrink: 0;
}

.hero-headline {
  font-size: 67px;
  font-weight: 900;
  color: #fff;
  line-height: 1.05;
  text-transform: uppercase;
  letter-spacing: -0.01em;
}


.hero-headline .sm-line {
  font-size: 22px;
  font-weight: 700;
  opacity: 0.85;
}

.hero-headline .lg-line {
  font-size: 67px;
  color: #fff;
  display: block;
}

.hero-headline .lg-line em {
  font-style: normal;
  color: #da512b;
}

.hero-sub {
  margin-top: 22px;
  color: rgba(255, 255, 255, 0.72);
  max-width: 420px;
  line-height: 1.75;
}

.hero-cta {
  margin-top: 30px;
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

.btn-primary {
  background: #932961;
  color: #fff;
  box-shadow: 0 4px 18px rgba(158, 42, 91, 0.45);
}
.btn-primary:active{
    background-color: #932961 !important;
  color: #fff;
  box-shadow: 0 4px 18px rgba(158, 42, 91, 0.45);
}

.btn-outline {
  background: transparent;
  color: #fff !important;
  border: 2px solid rgba(255, 255, 255, 0.35) !important;
}

.btn-primary:hover {
  background: #932961;
  transform: translateY(-2px);
  box-shadow: 0 8px 28px rgba(158, 42, 91, 0.55);
}


.btn {

  font-weight: 700;
  font-size: 0.88rem;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  padding: 14px 28px;
  border-radius: 8px;
  border: none;
  cursor: pointer;
  text-decoration: none;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.btn-outline:hover {
  border-color: #da512b;
  color: #da512b;
  ;
  transform: translateY(-2px);
}

/* second section */

.msruas_second_section {
      background: #932961;
  padding: 26px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.msruas_second_section h2 {
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  line-height: 1.2;
}

.msruas_second_section .city-name {
  display: inline-block;
  margin-top: 6px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 6px;
}

.msruas_second_section .city-name::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 5px;
  background: #da512b;
  border-radius: 3px;
}

/* counter section */

.counter-section {
  background-color: #f6f6f6;
  
  padding: 28px 0;
  border-bottom: 2px solid rgba(255, 255, 255, 0.06);

}

.counter-section .counter-box h2 {
  font-weight: 900;
  color: #da512b;
  line-height: 1;
}

.counter-section .counter-box {
  padding: 16px 10px;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  text-align: center;
}

.counter-section .counter-box p {
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-top: 6px;
 color: #1f1942;
}

/* why choose us */


.why_choose_us {
  padding: 60px 0;
  background: #FFF;
}

.section-tag {
  font-weight: 700;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: #da512b;
  margin-bottom: 10px;
}

.why_choose_us .section-title {
  font-weight: 900;
  text-transform: uppercase;
color: #2f235b;
  line-height: 1.1;
  text-align: center;
  margin-bottom: 3rem;
}

.why_choose_us .section-title span {
  color: #da512b;
}

.card-custum {
 background: #3A1D64;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 14px;
  padding: 28px 24px;
  position: relative;
  overflow: hidden;
  transition: transform 0.2s, border-color 0.2s;
  margin-bottom: 2rem;
}

.card-custum::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: #da512b;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
}

.card-custum:hover::before {
  transform: scaleX(1);
}

.card-custum:hover {
  transform: translateY(-4px);
  border-color: rgba(241, 90, 41, 0.3);
}

.card-title {
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #fff;
  margin-bottom: 10px;
  margin-top: 10px;
}

.card-text {
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.75;
}

.card-custum .card-body i {
  font-size: 2.2rem;
}


/* footer */

.footer-section {

  background: #3A1D64;
  border-top: 3px solid #932961;
  color: #fff;
  padding: 60px 0 20px;
}

.footer-title {
     text-align: left;
    font-weight: 900;
    font-size: 1.15rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #ff5c35;
    margin-bottom: 26px;
    position: relative;
    padding-bottom: 16px;



}

.footer-title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40px;
  height: 3px;
  background: #932961;
  border-radius: 3px;
}

.info-box {
    display: flex;
    align-items: center;
    gap: 14px;
    font-size: 0.92rem;
    color: rgba(255, 255, 255, 0.8);
     margin-bottom: 16px;
}
.info-box a{
  color: rgba(255, 255, 255, 0.8);
}
.info-box i {
     width: 38px;
    height: 38px;
    background: rgba(241, 90, 41, 0.12);
    border: 1px solid rgba(241, 90, 41, 0.3);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    flex-shrink: 0;
  color: #ff5c35;
}
.custum_grid{
      display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    justify-items: flex-start;
}
.website-btn {
  background: #ff5c35;
  color: #fff;
  padding: 10px 20px;
  border-radius: 30px;
  display: inline-block;
  text-decoration: none;
  margin: 10px 0;
  transition: 0.3s;
}

.website-btn:hover {
  background: #ff784f;
}

.address-box {
margin-top: 20px;
    padding: 16px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.07);
    border-radius: 8px;
   color: #fff;
    line-height: 1.7;
}
.address-box  p{
  margin-bottom: 0;
}

.circle-card {
  width: 120px;
  height: 120px;
  background: #fff;
    color: #2D235C;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin: 10px auto;
  transition: 0.3s;
}

.circle-card:hover {
  transform: translateY(-5px);
}

.circle-card small {
  font-size: 10px;
  font-weight: 500;
    color: #932961;
    padding: 7px;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-top: 30px;
  padding-top: 15px;
  color: #aaa;
}

.footer-bottom a {
  color: #ff5c35;
  text-decoration: none;
}

/* programme offered */
.programme_offered_main{
  padding: 70px 0 60px;
       background: #3A1D64;
}
.programme_offered_main .section-title .title-sub {
    display: block;
    font-weight: 600;
    letter-spacing: 0.06em;
    color: rgba(255, 255, 255, 0.6);
    margin-top: 6px;
    text-transform: capitalize;
}

.programme_offered_main .section-title {
    font-weight: 900;
    text-transform: uppercase;
    color: #FFFFFF;
    line-height: 1.1;
}




/*  tab */

.programs-section {
  padding: 30px 0;
  color: #fff;
}

.programs-section .nav-tabs {
  border: 1px solid rgba(255,255,255,0.1);
  border-bottom: none;
  overflow: hidden;
  border-radius: 12px 12px 0 0;
      background-color: #251c4f;
      justify-content: space-around;
}

.programs-section .nav-tabs .nav-link {
    border: none;
    color: #bcb6d7;
    margin-top: 12px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    padding: 12px 16px;
}

.programs-section .nav-tabs .nav-link.active {
background: #2D235C;
    /* border-bottom: 3px solid #ff6b57; */
    font-weight: 700;
     font-size: 13px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #fff;
      cursor: pointer;
    transition: color 0.2s, background 0.2s;
    white-space: nowrap;
}

.programs-section_one .nav-tabs .nav-item {
    position: relative;
}

.programs-section_one .nav-tabs .nav-link {
    position: relative;
}

.programs-section_one .nav-tabs .nav-link::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 16px;
    right: 16px;
    height: 3px;
    background: #da512b;
    border-radius: 3px 3px 0 0;
    transform: scaleX(0);
    transition: transform 0.22s ease;
}

.programs-section_one .nav-tabs .nav-link.active::after {
    transform: scaleX(1);
}

.programs-section_content {
  border: 1px solid rgba(255,255,255,0.1);
  background: #2d1759;
  border-radius: 0 0 18px 18px;
  overflow: hidden;
  border-top: 0;
}

.programs-section_grid {
    /* display: grid;
    grid-template-columns: 1.2fr 0.8fr; */
    background: #2D235C;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-top: 3px solid #da512b;
    border-radius: 0 0 14px 14px;
}

.programs-section_left,
.programs-section_right {
  padding: 40px;
}

.programs-section_right {
  border-left: 1px solid rgba(255,255,255,0.08);
      background: rgba(255, 255, 255, 0.025);
}

.programs-section_label {
  color: #ff7b67;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 18px;
  letter-spacing: 1px;
}

.programs-section_title {
  font-size: 46px;
  line-height: 1.1;
  font-weight: 800;
  margin-bottom: 24px;
  color: #fff;
  font-size: 26px;
}

.programs-section_desc {
  color: #d5d0ea;
  line-height: 1.9;
  margin-bottom: 35px;
  font-size: 15px;
}

.programs-section_block {
  margin-top: 15px;
}

.programs-section_block h3 {
  font-size: 13px;
      font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #ff7b67;
  padding-bottom: 12px;
      display: flex;
    align-items: center;
    gap: 8px;
}
.sub-heading-main::after{
    content: '';
    flex: 1;
    height: 1px;
    background: rgba(241, 90, 41, 0.25);

}
.programs-section_block.one{
      border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    padding-bottom: 20px;
}

.programs-section_block ul {
  padding-left: 0;
  margin: 0;
}

.programs-section_block ul li {
  margin-bottom: 0px;
  color: #e4e0f5;
}

.programs-section_careerGrid {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 10px;
}

.programs-section_card {
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 12px;
  padding: 12px;
  background: rgba(255,255,255,0.03);
}
.programs-section_card:hover{
border-color: #da512b;
}

.programs-section_card span {
  font-size: 22px;
  display: inline-block;
  margin-bottom: 12px;
}

.programs-section_card h4 {
  font-size: 14px;
  margin-bottom: 6px;
  color: #ffff;
}

.programs-section_card p {
  margin: 0;
  color: #bcb6d7;
  font-size: 14px;
}

.programs-section_details {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.programs-section_detailItem {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  border-bottom: 1px solid rgba(255,255,255,0.08);
  padding-bottom: 12px;
}

.programs-section_detailItem span {
  color: rgba(255, 255, 255, 0.5);
  font-size: 13px;
}

.programs-section_detailItem strong {
  color: #fff;
   font-size: 13px;
}
.sixty{
  color: #ff7b67 !important;
}

.programs-section_right .btn.btn-primary{
  width: 100%;
  text-align: center;
      justify-content: center;
      margin-top: 2rem;
}

.programs-section_footer {
 border-top: 3px solid #932961;
    background-color: #1f1942;
    padding: 18px 40px;
    text-align: center;
    font-size: 15px;
    color: #e86033;
    font-style: italic;
}

.programs-section_footer span {
  background: #932961;
  padding: 8px 14px;
  border-radius: 6px;
  margin-left: 8px;
  color: #fff;
  font-weight: 600;
  font-size: 15px;
   font-style: normal;

}

.programs-section .accordion-button {
  background: #2d1759;
  color: #fff;
  box-shadow: none;
}

.programs-section .accordion-item {
  background: transparent;
  border: none;
}

.programs-section .accordion-body {
  padding: 0;
}

@media (max-width: 991px) {

  .programs-section_grid {
    grid-template-columns: 1fr;
  }

  .programs-section_right {
    border-left: none;
    border-top: 1px solid rgba(255,255,255,0.08);
  }

  .programs-section_left,
  .programs-section_right {
    padding: 25px;
  }

  .programs-section_title {
    font-size: 34px;
    color: #ffff;
  }

  .programs-section_careerGrid {
    grid-template-columns: 1fr;
  }

}

.bullet-point{
  list-style: none;
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 10px;
}
.bullet-point li {
      display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 0.86rem;
    color: rgba(255, 255, 255, 0.75);
}

.bullet-point li::before {
    content: '';
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #da512b;
    margin-top: 7px;
    flex-shrink: 0;
}