.widget-title h3 {
  display: inline-block;
  position: relative;
}

.zIndex2 {
  z-index: 2;
}

.font-weight-500 {
  font-weight: 500;
}

.font-weight-700 {
  font-weight: 700;
}

.font-weight-900 {
  font-weight: 900;
}

.font-weight-400 {
  font-weight: 400;
}

.show {
  display: block !important;
}

ol.m {
  list-style-type: lower-latin;
}

.overflow-h {
  overflow: hidden;
}

.flex-c {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/*== HEADER CSS START ==*/
/* .logo img { background-color: var(--white-col); padding: 0.5rem; border-radius: 0.5rem;} */
.header-absolute {
  position: absolute;
  z-index: 5;
}

.header.sticky .header-absolute {
  background-color: #0d3861;
  box-shadow: 0 0 18px 1px rgba(0, 0, 0, .1);
}

.header.sticky .header-absolute .mobile__dv a {
  background-color: var(--bg-blue);
  color: var(--white-col);
}

/* #header.sticky .header-absolute .logo img { width: 150px;} */
.header .header-absolute .mobile__dv a {
  background-color: var(--white-col);
  color: var(--bg-blue);
  font-size: 1.2rem;
  padding: 10px 40px;
  padding-right: 10px;
  border-radius: 15px;
  position: relative;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.header .header-absolute .mobile__dv a span {
  background-color: var(--white-col);
  color: var(--bg-blue);
  border: 1px solid var(--text-dark);
  padding: 5px;
  width: 40px;
  height: 40px;
  line-height: 32px;
  border-radius: 2rem;
  display: inline-block;
  position: absolute;
  left: -9px;
  top: 2px;
  text-align: center;
}


/*== BANNER CSS START ==*/
.dsu-form {
  width: 100%;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 5px;
  mix-blend-mode: overlay;
  position: relative;
  z-index: 1;
  margin: 0 auto;
  padding: 0.5rem;
}

.frmBg {
  position: relative;
  text-align: center;
}

.applyBox {
  margin: 8rem 0 5rem;
  width: 22rem;
  float: right;
  text-align: center;
}

.contact_fild {
  padding: 0rem 1rem 1.5rem;
}

.contact-fild-box .form-control,
.contact-fild-box .form-select {
  display: block;
  width: 100%;
  height: auto;
  padding: 12px 12px;
  font-size: 14px;
  margin-bottom: 0.5rem;
  color: var(--text-dark);
  background-color: transparent;
  border: 1px solid #717171;
  border-radius: 0px;
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.form-group {
  margin-bottom: 0px;
}

.btn_submit {
  background-color: var(--bg-blue);
  color: #FFFFFF;
  font-size: 18px;
  width: 100%;
  border-radius: 0.5rem;
  padding: 8px 2rem;
}

.btn_submit:hover {
  background-color: var(--bg-yellow);
  color: var(--text-dark);
}

.contact-fild-box {
  margin-bottom: 10px;
  position: relative;
}

.contact-fild-box.text-center {
  margin-bottom: 0px;
}

.dsu-addmission {
  margin-top: 150px !important;
  display: block;
  padding: 0px;
}

.formIDfid {
  padding: 0 0px;
}

.contact-fild-box .form-control option {
  color: #000;
}

.dsu-addmission .content_bnr-flex h1 {
  font-size: 2.8rem;
  color: var(--bg-blue);
}

.dsu-addmission .content_bnr-flex h1>strong {
  background-color: var(--bg-blue);
  color: var(--bg-yellow);
  border-radius: 2rem;
  padding: 0.6rem 1rem;
  margin-bottom: 0.5rem;
  width: 210px;
  text-align: center;
}

/*== BANNER CSS end ==*/
.courseList {
  width: 80%;
  padding: 1rem;
  border-radius: 1rem;
  background-color: rgba(255, 255, 255, 0.2);
}

.courseList a:first-child,
.courseList a:nth-child(5) {
  padding-left: 0;
}

.courseList a {
  color: var(--bg-yellow);
  font-weight: 700;
  margin-bottom: 0.5rem;
  padding: 0.3rem 0.5rem;
  display: inline-block;
  font-size: 1.8rem;
  border-right: 1px solid var(--bg-yellow);
}

.courseList a:hover {
  background-color: var(--bg-blue);
  color: var(--white-col);
}

.bnrThub {
  position: absolute;
  left: 32%;
  bottom: 0;
}

.rank-section {
  background-color: #F4F4F4;
}

.rank-section .rank__reletive::before {
  position: absolute;
  content: "";
  opacity: 0.9;
  background-color: var(--bg-blue);
  right: 0;
  top: 0;
  width: 87%;
  height: 100%;
  border-radius: 1.5rem;
  z-index: 2;
}

.rank-section .rank__reletive::after {
  position: absolute;
  content: "";
  background-image: url(../images/testimBnr.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  right: 0;
  top: 0;
  width: 87%;
  height: 100%;
  border-radius: 1.5rem;
}

.rank-section .rank__item {
  padding: 0.6rem;
  margin: 0 1rem;
  overflow: hidden;
  border-radius: 1rem;
  position: relative;
  text-align: center;
  border: 2px dashed #000;
}

/* .rank-section .rank__item:hover { background-color: var(--bg-yellow); box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;  } */
.rank-section .rank__item:after {
  position: absolute;
  content: "";
  background-color: var(--bg-yellow);
  right: 0;
  top: 0;
  width: 50%;
  height: 100%;
  z-index: -1;
}

.who__content {
  padding-right: 3rem;
}

.rank-section .rank__item img {
  margin-bottom: 0.8rem;
  background-color: var(--white-col);
  border: 1px solid var(--bg-blue);
  border-radius: 5px;
}

.eligib-section {
  background-color: var(--white-col);
}

.learning-section .learningBlk {
  background-image: url(../images/banner.webp);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  mix-blend-mode: multiply;
  padding: 2rem;
  border-radius: 2rem;
  overflow: hidden;
}

.learning-section .learningBlk:after {
  position: absolute;
  background-color: var(--bg-blue);
  opacity: 0.9;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.learning-section .learningBlk .rounded {
  border-radius: 1rem !important;
}

.learning-section .learningBlk .owl-theme .owl-nav.disabled+.owl-dots {
  margin-top: auto;
  position: absolute;
  bottom: 0;
  left: 45%;
}

.electives__item {
  background-color: #F4F4F4;
  padding: 1.2rem;
  border-radius: 0.6rem;
  height: 340px;
}

.electives__item:hover {
  background-color: var(--bg-yellow);
}

.elig_dv ul li:after {
  position: absolute;
  content: "";
  background-image: url(../images/shapes.svg);
  background-repeat: no-repeat;
  left: 0;
  width: 40px;
  height: 40px;
  top: 15px;
}

.elig_dv ul li {
  position: relative;
  font-size: 1rem;
  line-height: 1.4;
  padding: 1rem 0;
  color: var(--white-col);
  padding-left: 3.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.digitally-one__counter-single .plus {
  top: 7px;
  position: relative;
}

.digitally-one__counter-single .odometer,
.digitally-one__counter-single .plus {
  font-size: 2.2rem;
  color: var(--bg-blue);
}

.digitally-one__counter-single p {
  font-size: 1.2rem;
  color: var(--bg-blue);
}

.jain_section .col-lg-3:last-child:after {
  background-color: transparent;
}

.jain_section .col-lg-3:after {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  background-color: var(--bg-blue);
  width: 1px;
  height: 100%;
  opacity: 0.3;
}

.jain_section .rank__item {
  padding: 2rem 1rem;
  border-radius: 1rem;
  position: relative;
}

.jain_section .rank__item:hover {
  background-color: var(--bg-yellow);
  box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
}

.online__section .online__item .icon_svg svg {
  height: 40px;
  width: 100%;
}

.online__section .online__item .icon_svg {
  background-color: #FFFFFF;
  width: 70px;
  height: 70px;
  border-radius: 100%;
}

.online__section .online__item {
  display: flex;
  align-items: center;
  padding: 1rem;
}

.online__section .online__item h5 {
  color: var(--white-col);
  width: 70%;
  font-size: 1.1rem;
  line-height: 1.4;
  margin-left: 1rem;
}

.online__section .owl-item:last-child .online__item {
  border: 0;
}

.online__section .online__item:hover {
  background-color: var(--bg-yellow);
  box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
}

.online__section .online__item:hover h5 {
  color: var(--bg-blue);
}

.recruiters-btn_sec {
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.recruiters-section .recruiters-item .recruiters-logo {
  position: relative;
  padding: 8px;
  background-color: var(--white-col);
  width: 100%;
  display: block;
  overflow: hidden;
  -ms-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -webkit-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  text-align: center;
  margin-bottom: 1rem;
}

.recruiters-section .recruiters-item .recruiters-logo img {
  filter: grayscale(100%);
}

.recruiters-section .recruiters-item {
  margin: 0 0.5rem;
}

.recruiters-section .recruiters-item:hover .recruiters-logo img {
  filter: grayscale(0%);
}

.amenities__section .amenities__item {
  margin-top: 1.8rem;
}

.amenities__section .amenities__item:hover .amenities__icon {
  background-color: var(--bg-yellow);
  border-color: var(--white-col);
}

.amenities__section .amenities__item:hover p {
  color: var(--bg-yellow);
  font-weight: 500;
}

.amenities__section .amenities__item .amenities__icon svg {
  width: 100%;
  margin: 0 auto;
}

.amenities__section .amenities__item .amenities__icon svg path {
  fill: var(--bg-blue);
}

.amenities__section .amenities__item .amenities__icon {
  background-color: var(--white-col);
  border: 8px solid var(--bg-yellow);
  padding: 1.5rem;
  margin-bottom: 1rem;
  width: 110px;
  height: 110px;
  border-radius: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 2;
}

.amenities__section .amenities__item p {
  font-size: 1.1rem;
  color: var(--white-col);
  margin: 0 auto;
}

.amenities__section .amenities__item .process-icon_eff {
  position: absolute;
  top: 25%;
  left: -32px;
}

.amenities__section .amenities__item .process-icon_eff-rt {
  position: absolute;
  top: 25%;
  right: -32px;
}

.amenities__section .amenities__item .process-icon_eff-rt1 {
  position: absolute;
  top: 39%;
  right: -32px;
}


/*   
.rank__item.rankbg1 {
    background-image: url(../images/rank-BG1.png); background-repeat: no-repeat; background-size: cover;
  }
  
  .rank__item.rankbg2 {
    background-image: url(../images/rank-BG2.png);background-repeat: no-repeat; background-size: cover;
  }
  
  .rank__item.rankbg3 {
    background-image: url(../images/rank-BG3.png);background-repeat: no-repeat; background-size: cover;
  }
  
  .rank__item.rankbg4 {
    background-image: url(../images/rank-BG4.png);background-repeat: no-repeat; background-size: cover;
  } */
.offeredbxawd-content {
  background-color: var(--bg-blue);
  border-radius: 1.3rem;
  text-align: center;
  padding: 1.2rem;
  height: 235px;
}

.offeredbxawd-content p {
  color: var(--white-col);
  font-size: 14px;
  line-height: 1.4;
}

.students__section {
  background-image: url(../images/testimBnr.webp);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  mix-blend-mode: multiply;
}

.students__section:after {
  position: absolute;
  background-color: var(--bg-blue);
  opacity: 0.9;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.students__section .students__item {
  border: 1px solid var(--text-dark);
  padding: 1.5rem;
  border-radius: 1rem;
  margin: 0.5rem;
  min-height: 300px;
  margin-top: 0.5rem;
  background-color: var(--white-col);
}

.aheadTestimonial .img-outer img {
  width: 82px;
  height: 82px;
  -o-object-fit: cover;
  object-fit: cover;
  margin: 0 auto;
  border-radius: 100px;
}

.students__section .students__item .aheadTestimonial .shapes {
  position: absolute;
  bottom: 15%;
  right: 10%;
  font-size: 8rem;
  color: #B8B8B8;
  opacity: 0.1;
}

.placements-section .placements__item:hover:after {
  background-color: var(--bg-yellow);
}

.placements-section .placements__item:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 70%;
  bottom: 0;
  left: 0;
  background-color: #eff0fa;
  z-index: -1;
  border-radius: 0.5rem
}

.programs__item .title {
  padding: 1.5rem;
}

.programs__item .title p {
  padding: 0.2rem 0;
  color: var(--text-dark);
  font-size: 14px;
}

.programs__item {
  border-radius: 1rem;
  margin: 1.5rem 0rem;
  overflow: hidden;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
}

.programs__item .radius2 {
  border-radius: 1rem;
}

.programs__item .image-box .image img {
  width: 100%;
}

.programs__item .image-box .heading {
  text-align: center;
  width: 50%;
  margin: 0 auto 2rem;
  margin-top: -15px;
  background-color: var(--bg-blue);
  color: var(--white-col);
  padding: 0.5rem 0;
}

.programs__one .programs__item .btnApply {
  position: absolute;
  right: 1.5rem;
  bottom: 1rem;
}

.programs__one .programs__item .blog-text>a {
  background-color: transparent;
  color: var(--bg-blue);
  font-weight: 700;
  font-size: 1.1rem;
}

.programs__one .programs__item:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0%;
  content: "";
  background-color: var(--bg-yellow);
  visibility: hidden;
  opacity: 0;
  z-index: 1;
  -webkit-transition: .3s;
  transition: .3s;
}

.programs__one .programs__item:hover:after {
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  z-index: -1;
  visibility: visible;
  opacity: 1;
  height: 100%;
}


.tabs_list {
  padding: 0;
  margin: 0 0 0px;
  -webkit-box-shadow: 0 13px 14px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 13px 14px rgba(0, 0, 0, 0.08);
  -ms-box-shadow: 0 13px 14px rgba(0, 0, 0, 0.08);
  -o-box-shadow: 0 13px 14px rgba(0, 0, 0, 0.08);
  box-shadow: 0 13px 14px rgba(0, 0, 0, 0.08);
  width: 380px;
  margin: 0 auto;
  padding: 10px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 30px;
  font-size: 1.2rem;
  font-weight: 500;
}

.tabs_list li .nav-link {
  padding: 1.2rem 10px;
  border-radius: 30px;
  width: 184px;
  color: var(--bg-blue);
}

.tabs_list li {
  background-color: var(--bg-grey);
  border-radius: 30px 0 0 30px;
  margin-right: -4px;
  cursor: pointer;
}

.tabs_list li:last-child {
  border-radius: 0 30px 30px 0;
}

.tabs_list li .nav-link.active {
  color: var(--white-col) !important;
  background-color: var(--bg-blue);
}

.certificateDv {
  width: 90%;
  float: right;
}

.certificateDv:after {
  background-color: var(--bg-blue);
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 90%;
  height: 90%;
  z-index: -1;
  border-radius: 0.7rem;
}

.certificateDv:before {
  background-color: var(--bg-yellow);
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  width: 90%;
  height: 90%;
  z-index: -1;
  border-radius: 0.7rem;
}

/*== Footer css start ==*/
.footer {
  font-size: 14px;
}

.desktop {
  display: block;
}

.mobile {
  display: none;
}

ul.listing li:last-child {
  border: 0
}

ul.listing li,
.translations-content-container li {
  position: relative;
  color: var(--bg-blue);
  padding: 0.8rem 0;
  font-size: var(--font);
  padding-left: 1.6rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  line-height: 1.5;
}

ul.listing li:after,
.translations-content-container li:after {
  position: absolute;
  left: 0px;
  top: 14px;
  font-family: 'Font Awesome 5 Pro';
  content: "\f14a";
  color: var(--bg-blue);
}

.eligib-section.cert_sec:after {
  background-color: var(--white-col);
}

.entitledTxt ul.listing li {
  position: relative;
  color: var(--text-dark);
  padding: 0.2rem 0;
  margin-top: 0.8rem;
  font-size: 1rem;
  padding-left: 1rem;
  line-height: 1.4;
  border: 0;
  border-left: 2px solid var(--bg-blue);
  width: 85%;
}

.entitledTxt ul.listing li:after {
  display: none;
}

.blog-text>a {
  background-color: var(--bg-blue);
  color: var(--white-col);
  border-radius: 5px;
  display: block;
  line-height: 1;
  padding: 1rem 1rem;
  text-align: center;
  position: relative;
  text-transform: capitalize;
  transform: perspective(1px) translateZ(0px);
  transition: color 0.3s ease 0s;
  vertical-align: middle;
  display: inline-block;
  font-size: 1rem;
  width: 100%;
}

.blog-text>a:hover {
  color: var(--white-col) !important;
}

.blog-text>a::before {
  border-radius: 5px;
  background-color: var(--bg-blue);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleX(0);
  transform-origin: 50% 0 0;
  transition-duration: 0.3s;
  transition-property: transform;
  transition-timing-function: ease-out;
  z-index: -1;
}

.blog-text>a:hover::before {
  transform: scaleY(1);
}

.owl-theme .owl-nav [class*=owl-]:hover {
  background-color: var(--bg-blue) !important;
  color: var(--white-col) !important;
}

.owl-theme .owl-nav [class*=owl-] {
  background-color: var(--white-col) !important;
  color: var(--bg-blue) !important;
  font-size: 1.2rem !important;
  border-radius: 100% !important;
  width: 2rem !important;
  height: 2rem !important;
  line-height: 1.5rem !important;
}

.owl-theme .owl-dots .owl-dot span {
  background: #94A3B8 !important;
  margin: 5px 2px !important;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: var(--bg-yellow) !important;
  width: 30px !important;
}

.eff {
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}

.eff:hover {
  box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
  transform: translateY(5px);
  -webkit-transform: translateY(5px);
  -o-transform: translateY(5px);
  -ms-transform: translateY(5px);
  -moz-transform: translateY(5px);
}

.hover:hover .icon_svg,
.partners__item:hover .icon_svg {
  -o-transition: .9s;
  -ms-transition: .9s;
  -moz-transition: .9s;
  -webkit-transition: .9s;
  transition: .9s;
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  -moz--transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.elig_section {
  border: 1px solid var(--bg-blue);
}

.elig_section .eli-ab span.text-dark {
  position: absolute;
  top: 0;
}

.elig_section:after {
  position: absolute;
  width: 32%;
  height: 100%;
  content: "";
  left: 0;
  top: 0;
  background-color: var(--bg-blue);
  clip-path: polygon(0 0, 100% 0, 88% 100%, 0% 100%);
}

.poten_item {
  color: #FFFFFF;
  font-size: 1.1rem;
  margin-top: 0.8rem;
}

.poten_item svg {
  width: 45px;
  margin-right: 0.8rem;
}

.poten_item svg path {
  fill: var(--bg-yellow);
}

/* Legacy Pick Amity styles removed to prevent interference with the new premium grid design */
.development-section-legacy-placeholder {
  display: none;
}

.partners__item .facilities_flex:hover {
  background-color: var(--bg-yellow);
}

.partners__item .facilities_flex:hover h5 {
  color: var(--bg-blue);
}

.partners__item .facilities_flex:hover svg path {
  fill: var(--bg-blue);
}

.facilities_flex {
  display: flex;
  align-content: center;
  align-items: center;
}

.facilities__section .partners__item .icon__choice {
  width: 95px;
  height: 95px;
  border-radius: 1rem;
}

.flex-c {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.development-section .facilities_flex h5 {
  width: 100%;
  color: var(--white-col);
  font-size: 1.2rem;
  line-height: 1.4;
}

.facilities__section .partners__item .icon__choice svg {
  width: 100%;
}

.admi_section .admin_inner {
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  gap: 15px;
  padding-left: 40px;
  width: 100%;
  min-height: 220px;
  z-index: 1;
}

.admi_section .admin_inner::after {
  content: '';
  z-index: -1;
  position: absolute;
  background: url(../images/left_arrow.png);
  background-position: center;
  background-size: cover;
  left: 0;
  top: 0;
  width: 130px;
  height: 100%;
  background-repeat: no-repeat;
}

.admi_section .admin_inner h1 {
  font-size: 35px;
  font-weight: 900;
  line-height: 45px;
  text-align: left;
  color: #234192;
}

.admi_section .admin_inner p {
  font-size: 18px;
  width: 100%;
  font-weight: 700;
  line-height: 26px;
  text-align: left;
  color: #212121;
}

.thankyou-sec .hero-thankyou .bc-img01 .thankyou__dv {
  margin: auto;
  position: relative;
  z-index: 1;
}

.thankyou-sec .hero-thankyou .bc-img01 .thankyou__dv h3 {
  font-size: 2.6rem;
}

.thankyou-sec .hero-thankyou .bc-img01 .thankyou__dv p {
  font-size: 18px;
  line-height: 1.4;
}

.thankyou-sec .hero-thankyou .bc-img01 {
  height: 100vh;
  background-size: cover;
  padding-top: 8%;
}

.thankyou-sec .hero-thankyou .fsize14 {
  font-size: 14px;
}

.thankyou-sec .hero-thankyou .dow__section {
  position: relative;
  overflow: hidden;
  border-radius: 0.5rem;
}

.thankyou-sec .hero-thankyou .bc-img01:after {
  position: absolute;
  background-color: var(--bg-blue);
  opacity: 0.8;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.translations-content-container h1,
.translations-content-container h2,
.translations-content-container h3 {
  line-height: 60px;
  font-weight: 900;
  color: var(--bg-blue);
  font-size: 1.8rem !important;
}

.translations-content-container p {
  margin: 1rem 0;
}

.translations-content-container h4 {
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}

.translations-content-container ul li {
  color: var(--text-dark);
}

.animate-text {
  background-image: linear-gradient(-225deg,
      #FFFFFF 0%,
      #FFD01E 29%,
      #FFFFFF 67%,
      #FFD01E 100%);
  background-size: auto auto;
  background-clip: border-box;
  background-size: 200% auto;
  color: #fff;
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: textclip 2s linear infinite;
}

@keyframes textclip {
  to {
    background-position: 200% center;
  }
}

.upto__ab {
  position: absolute;
  top: 32px;
  left: 40px;
}

/* New Premium Hero Section Styles */
.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 255, 255, 0.15);
  color: #ffffff;
  padding: 6px 14px;
  border-radius: 99px;
  font-size: 0.9rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 12px;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.hero-badge i {
  color: var(--bg-yellow);
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.7) !important;
  font-size: 1.15rem;
}

.hero-partner-tag {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  color: rgba(255, 255, 255, 0.92);
  padding: 5px 12px;
  border-radius: 6px;
  font-size: 0.84rem;
  font-weight: 500;
  border: 1px solid rgba(255, 255, 255, 0.2);
  margin-top: 4px;
  line-height: 1.4;
}

.hero-partner-tag i {
  color: var(--bg-yellow);
  font-size: 0.85rem;
}

/* Premium Course Chips */
.course-chips-container {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 16px 0;
  max-width: 90%;
}

.course-chips-container a {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.15);
  color: #ffffff;
  text-decoration: none;
  padding: 8px 18px;
  border-radius: 99px;
  font-size: 0.95rem;
  font-weight: 700;
  transition: all 250ms cubic-bezier(0.16, 1, 0.3, 1);
  display: inline-flex;
  align-items: center;
}

.course-chips-container a:hover {
  background: var(--bg-yellow);
  color: var(--text-dark) !important;
  border-color: var(--bg-yellow);
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(255, 208, 30, 0.25);
}

/* Trust Badges on the left */
.hero-trust-highlights {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin: 20px 0 15px 0;
}

.trust-item {
  display: flex;
  align-items: center;
  gap: 14px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 10px 14px;
  border-radius: 12px;
  max-width: 85%;
  transition: transform 200ms ease;
}

.trust-item:hover {
  transform: translateX(4px);
  background: rgba(255, 255, 255, 0.08);
}

.trust-icon {
  font-size: 1.5rem;
  color: var(--bg-yellow);
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 24px;
}

.trust-info h4 {
  font-size: 1rem;
  font-weight: 700;
  color: #ffffff;
  margin: 0 0 2px 0;
}

.trust-info p {
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.7);
  margin: 0;
}

/* Soft Bottom Fade for Girl Image to Ground Her */
.bnrThub {
  position: absolute;
  left: 32%;
  bottom: 0;
  z-index: 2;
  pointer-events: none;
}

.bnrThub img {
  display: block;
  max-height: 480px;
  width: auto;
  object-fit: contain;
  mask-image: linear-gradient(to bottom, black 85%, transparent 100%);
  -webkit-mask-image: linear-gradient(to bottom, black 85%, transparent 100%);
}

@media (max-width: 991px) {
  .bnrThub {
    display: none !important;
  }

  .trust-item {
    max-width: 100%;
  }

  .course-chips-container {
    max-width: 100%;
  }
}

/* Premium Program Cards UI */
.premium-program-card {
  background: #ffffff;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(13, 56, 97, 0.15);
  border-top: 4px solid var(--bg-yellow);
  /* Yellow brand accent strip */
  box-shadow: 0 12px 36px rgba(13, 56, 97, 0.08);
  transition: all 300ms cubic-bezier(0.16, 1, 0.3, 1);
  height: 100%;
  display: flex;
  flex-direction: column;
}

.premium-program-card:hover {
  transform: translateY(-8px) scale(1.02);
  box-shadow: 0 24px 48px rgba(13, 56, 97, 0.18);
  border-color: #0d3861;
}

.card-img-wrap {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  /* 16:9 Aspect Ratio */
  overflow: hidden;
  background-color: #f3f4f6;
}

.card-img-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 500ms ease;
}

.premium-program-card:hover .card-img-wrap img {
  transform: scale(1.05);
}

.card-badge {
  position: absolute;
  top: 12px;
  right: 12px;
  background: var(--bg-yellow);
  color: var(--text-dark);
  font-size: 0.8rem;
  font-weight: 800;
  padding: 4px 10px;
  border-radius: 99px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

.card-body-content {
  padding: 20px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.card-category {
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #6b7280;
  letter-spacing: 0.05em;
  margin-bottom: 6px;
  display: block;
}

.card-body-content h3 {
  font-size: 1.25rem;
  font-weight: 800;
  color: #0d3861;
  margin: 0 0 12px 0;
}

.card-meta {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 12px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  padding-bottom: 12px;
}

.meta-item {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 0.85rem;
  color: #4b5563;
  font-weight: 600;
}

.meta-item i {
  color: var(--bg-blue);
}

.card-description {
  font-size: 0.9rem;
  color: #6b7280;
  line-height: 1.5;
  margin-bottom: 20px;
  flex-grow: 1;
}

.card-btn-apply {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: #0d3861;
  /* Dark Blue by default */
  color: #ffffff !important;
  text-decoration: none;
  font-weight: 700;
  padding: 10px;
  border-radius: 8px;
  font-size: 0.95rem;
  transition: all 250ms ease;
  margin-top: auto;
  border: 1px solid transparent;
  box-shadow: 0 4px 12px rgba(13, 56, 97, 0.15);
}

.card-btn-apply i {
  transition: transform 200ms ease;
}

.premium-program-card:hover .card-btn-apply {
  background: var(--bg-yellow);
  color: var(--text-dark) !important;
  box-shadow: 0 6px 18px rgba(254, 203, 3, 0.3);
}

.card-btn-apply:hover i {
  transform: translateX(4px);
}

/* Excellence in Online Learning Section Redesign */
.rank__reletive {
  background: linear-gradient(135deg, #0d3861 0%, #154c7d 100%) !important;
  border-radius: 24px !important;
  padding: 40px !important;
  box-shadow: 0 25px 60px rgba(13, 56, 97, 0.2) !important;
  position: relative;
  overflow: hidden;
}

/* Override before/after overlays if they constrain layout */
.rank-section .rank__reletive::before {
  opacity: 0.15 !important;
  background-color: #000000 !important;
  width: 100% !important;
  border-radius: 24px !important;
}

.rank-section .rank__reletive::after {
  width: 100% !important;
  border-radius: 24px !important;
  opacity: 0.2 !important;
}

.excellence-image-wrap {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.25);
  border: 4px solid #ffffff;
  transform: rotate(-1.5deg);
  transition: all 400ms cubic-bezier(0.16, 1, 0.3, 1);
  background: #ffffff;
  z-index: 10;
}

.excellence-image-wrap:hover {
  transform: rotate(0deg) scale(1.03);
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.35);
}

.excellence-image-wrap img {
  display: block;
  width: 100%;
  height: auto;
}

.who__content {
  padding: 10px 20px !important;
  position: relative;
  z-index: 10;
}

.ex-eyebrow {
  color: var(--bg-yellow) !important;
  font-size: 0.85rem !important;
  font-weight: 800 !important;
  letter-spacing: 0.1em !important;
  text-transform: uppercase !important;
  margin-bottom: 8px !important;
  display: block;
}

.ex-title {
  color: #ffffff !important;
  font-size: 2.25rem !important;
  font-weight: 900 !important;
  margin-bottom: 16px !important;
}

.ex-desc {
  color: rgba(255, 255, 255, 0.85) !important;
  font-size: 1rem !important;
  line-height: 1.65 !important;
  margin-bottom: 24px !important;
  text-align: justify;
}

/* Grid of features */
.excellence-features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 16px;
  margin-bottom: 30px;
}

.excellence-feature-card {
  display: flex;
  align-items: center;
  gap: 12px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  padding: 14px 18px;
  border-radius: 12px;
  transition: all 250ms ease;
}

.excellence-feature-card:hover {
  background: rgba(255, 255, 255, 0.14);
  border-color: var(--bg-yellow);
  transform: translateX(4px);
}

.excellence-feature-card .ex-icon-box {
  width: 38px;
  height: 38px;
  background: rgba(254, 203, 3, 0.15);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--bg-yellow);
  font-size: 1.2rem;
  flex-shrink: 0;
}

.excellence-feature-card .ex-card-text {
  color: #ffffff;
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1.3;
}

/* Custom Yellow Counselling Button */
.ex-btn-counselling {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: linear-gradient(135deg, #fecb03 0%, #dda200 100%) !important;
  color: #0d3861 !important;
  font-weight: 800;
  font-size: 16px !important;
  padding: 12px 30px !important;
  border-radius: 30px !important;
  border: none !important;
  box-shadow: 0 6px 20px rgba(254, 203, 3, 0.3) !important;
  transition: all 300ms cubic-bezier(0.16, 1, 0.3, 1) !important;
  text-decoration: none !important;
}

.ex-btn-counselling:hover {
  transform: translateY(-3px) scale(1.02) !important;
  box-shadow: 0 10px 25px rgba(254, 203, 3, 0.45) !important;
  background: linear-gradient(135deg, #dda200 0%, #fecb03 100%) !important;
}

@media (max-width: 991px) {
  .excellence-image-wrap {
    transform: none !important;
    margin-bottom: 30px;
  }
}

/* Redesigned Awards & Accreditations Marquee */
.marquee-area-1 {
  background-color: #f8fafc !important;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  padding: 40px 0 !important;
  position: relative;
}

.marquee-area-1::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 150px;
  height: 100%;
  background: linear-gradient(to right, #f8fafc, transparent);
  z-index: 5;
  pointer-events: none;
}

.marquee-area-1::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 150px;
  height: 100%;
  background: linear-gradient(to left, #f8fafc, transparent);
  z-index: 5;
  pointer-events: none;
}

.Marquee-tag {
  background: #ffffff !important;
  border: 1px solid rgba(0, 0, 0, 0.06) !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.02) !important;
  border-radius: 12px !important;
  padding: 14px 28px !important;
  height: 90px !important;
  width: auto !important;
  min-width: 190px;
  margin: 0 16px !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  filter: none !important;
  transition: all 300ms cubic-bezier(0.16, 1, 0.3, 1) !important;
}

.Marquee-tag img {
  max-height: 58px !important;
  width: auto !important;
  object-fit: contain;
  transition: transform 300ms ease;
}

.Marquee-tag:hover {
  transform: translateY(-4px) scale(1.04) !important;
  box-shadow: 0 12px 24px rgba(13, 56, 97, 0.08) !important;
  border-color: rgba(13, 56, 97, 0.15) !important;
}

.ex-btn-syllabus {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: linear-gradient(135deg, #fecb03 0%, #dda200 100%) !important;
  color: #0d3861 !important;
  font-weight: 800;
  font-size: 16px !important;
  padding: 12px 32px !important;
  border-radius: 30px !important;
  border: none !important;
  box-shadow: 0 6px 20px rgba(254, 203, 3, 0.25) !important;
  transition: all 300ms cubic-bezier(0.16, 1, 0.3, 1) !important;
  text-decoration: none !important;
  cursor: pointer;
  margin-top: 24px;
}

.ex-btn-syllabus:hover {
  transform: translateY(-3px) scale(1.02) !important;
  box-shadow: 0 10px 25px rgba(254, 203, 3, 0.45) !important;
  background: linear-gradient(135deg, #dda200 0%, #fecb03 100%) !important;
}

/* Why Amity Advantage Section Redesign - Parallax Background */
.development-section {
  position: relative !important;
  background-image: linear-gradient(135deg, rgba(2, 11, 24, 0.93) 0%, rgba(13, 56, 97, 0.93) 100%), url(../images/jnBg.webp) !important;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-attachment: fixed !important;
  padding: 80px 0 !important;
  overflow: hidden;
}

.development-section::before {
  content: "";
  position: absolute;
  top: -20%;
  left: -10%;
  width: 450px;
  height: 450px;
  background: radial-gradient(circle, rgba(13, 56, 97, 0.4) 0%, transparent 70%);
  z-index: 1;
  pointer-events: none;
}

.development-section::after {
  content: "";
  position: absolute;
  bottom: -20%;
  right: -10%;
  width: 450px;
  height: 450px;
  background: radial-gradient(circle, rgba(254, 203, 3, 0.1) 0%, transparent 70%);
  z-index: 1;
  pointer-events: none;
}

.why-eyebrow {
  color: var(--bg-yellow) !important;
  font-size: 0.85rem !important;
  font-weight: 800 !important;
  letter-spacing: 0.1em !important;
  text-transform: uppercase !important;
  margin-bottom: 8px !important;
  display: block;
}

/* 2-Column List Icons UI */
.advantage-list-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr) !important;
  gap: 40px 30px !important;
  position: relative;
  z-index: 2;
  margin-top: 40px;
}

.advantage-list-item {
  display: flex !important;
  align-items: flex-start !important;
  gap: 20px !important;
  padding: 10px !important;
  transition: transform 300ms ease !important;
}

.advantage-list-item:hover {
  transform: translateX(6px) !important;
}

.advantage-list-icon {
  width: 50px !important;
  height: 50px !important;
  background: rgba(254, 203, 3, 0.15) !important;
  border: 1px solid rgba(254, 203, 3, 0.25) !important;
  border-radius: 50% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  color: var(--bg-yellow) !important;
  font-size: 1.4rem !important;
  flex-shrink: 0 !important;
  transition: all 300ms ease !important;
}

.advantage-list-item:hover .advantage-list-icon {
  background: var(--bg-yellow) !important;
  color: #0d3861 !important;
  box-shadow: 0 0 15px rgba(254, 203, 3, 0.5) !important;
  transform: scale(1.1) rotate(5deg) !important;
}

.advantage-list-content h3 {
  color: #ffffff !important;
  font-size: 1.25rem !important;
  font-weight: 700 !important;
  margin-bottom: 6px !important;
  text-align: left !important;
  line-height: 1.3 !important;
}

.advantage-list-content p {
  color: rgba(255, 255, 255, 0.8) !important;
  font-size: 0.95rem !important;
  line-height: 1.55 !important;
  margin: 0 !important;
  text-align: left !important;
}

@media (max-width: 767px) {
  .advantage-list-grid {
    grid-template-columns: 1fr !important;
    gap: 25px !important;
  }

  .advantage-list-item {
    gap: 15px !important;
    padding: 5px !important;
  }
}

/* Redesigned Strong Alumni Network Section */
.recruiters-section {
  background-color: #ffffff !important;
  padding: 80px 0 !important;
  position: relative;
}

.recruiters-eyebrow {
  color: var(--bg-blue);
  font-size: 0.85rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 8px;
  display: block;
}

.recruiters-marquee-container {
  overflow: hidden;
  position: relative;
  width: 100%;
  padding: 20px 0;
}

/* Gradient Fade Masks on sides of recruiters logo wall */
.recruiters-marquee-container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 180px;
  height: 100%;
  background: linear-gradient(to right, #ffffff, transparent);
  z-index: 5;
  pointer-events: none;
}

.recruiters-marquee-container::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 180px;
  height: 100%;
  background: linear-gradient(to left, #ffffff, transparent);
  z-index: 5;
  pointer-events: none;
}

.rec-marquee {
  display: flex;
  overflow: hidden;
  user-select: none;
}

.rec-marquee-content {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-around;
  min-width: 100%;
}

/* Row animations */
.rec-marquee-left .rec-marquee-content {
  animation: scroll-left 35s linear infinite;
}

.rec-marquee-right .rec-marquee-content {
  animation: scroll-right 35s linear infinite;
}

/* Pause animation on hover */
.rec-marquee:hover .rec-marquee-content {
  animation-play-state: paused;
}

.rec-logo-card {
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.05);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.01);
  border-radius: 12px;
  padding: 12px 24px;
  height: 80px;
  width: 170px;
  margin: 0 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 300ms cubic-bezier(0.16, 1, 0.3, 1);
}

.rec-logo-card img {
  max-height: 44px;
  max-width: 100%;
  object-fit: contain;
  opacity: 1;
  transition: all 300ms ease;
}

.rec-logo-card:hover {
  transform: translateY(-4px) scale(1.03);
  border-color: rgba(13, 56, 97, 0.15);
  box-shadow: 0 10px 25px rgba(13, 56, 97, 0.07);
  cursor: pointer;
}

.rec-logo-card:hover img {
  transform: scale(1.02);
}

/* Keyframes for sliding marquees */
@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

@keyframes scroll-right {
  0% {
    transform: translateX(-50%);
  }

  100% {
    transform: translateX(0);
  }
}

/* Redesigned Admission Process Section */
.admi_section {
  background-color: #f8fafc !important;
  padding: 80px 0 !important;
}

.admission-eyebrow {
  color: var(--bg-blue);
  font-size: 0.85rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 8px;
  display: block;
}

.admission-step-container {
  position: relative;
  z-index: 2;
}

.admission-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr) !important;
  gap: 24px !important;
  margin-top: 40px;
}

.admission-step-card {
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 16px;
  padding: 32px 24px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.01);
  transition: all 300ms cubic-bezier(0.16, 1, 0.3, 1);
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.admission-step-card:hover {
  transform: translateY(-6px);
  border-color: rgba(13, 56, 97, 0.15);
  box-shadow: 0 15px 35px rgba(13, 56, 97, 0.08);
}

.step-badge {
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, #fecb03 0%, #dda200 100%);
  color: #0d3861;
  font-weight: 800;
  font-size: 1.15rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  box-shadow: 0 4px 15px rgba(254, 203, 3, 0.3);
}

.admission-step-card h3 {
  color: #0d3861 !important;
  font-size: 1.15rem !important;
  font-weight: 800 !important;
  margin-bottom: 10px !important;
}

.admission-step-card p {
  color: #4b5563 !important;
  font-size: 0.9rem !important;
  line-height: 1.5 !important;
  margin: 0 !important;
}

/* Program Tabs Navigation Styling */
.program-tabs-container {
  display: flex;
  justify-content: center;
  margin-bottom: 45px;
}

.program-tabs-wrapper {
  display: inline-flex !important;
  background: #f1f5f9 !important;
  padding: 6px !important;
  border-radius: 50px !important;
  border: 1px solid #e2e8f0 !important;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.04) !important;
  gap: 8px !important;
  margin: 0 auto !important;
  list-style: none !important;
}

.program-tabs-wrapper .nav-item {
  margin: 0 !important;
}

.program-tab-btn {
  background: transparent !important;
  border: none !important;
  color: #475569 !important;
  font-weight: 700 !important;
  font-size: 1.05rem !important;
  padding: 12px 34px !important;
  border-radius: 40px !important;
  transition: all 300ms cubic-bezier(0.16, 1, 0.3, 1) !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 10px !important;
  cursor: pointer !important;
  outline: none !important;
}

.program-tab-btn i {
  font-size: 1.1rem !important;
  transition: transform 300ms ease !important;
}

.program-tab-btn.active {
  background: linear-gradient(135deg, #0d3861 0%, #07223d 100%) !important;
  color: #fecb03 !important;
  box-shadow: 0 8px 24px rgba(13, 56, 97, 0.3) !important;
}

.program-tab-btn.active i {
  color: #fecb03 !important;
  transform: scale(1.15) !important;
}

.program-tab-btn:hover:not(.active) {
  color: #0d3861 !important;
  background: #ffffff !important;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05) !important;
}

/* Smooth Tab Pane Switching */
.tab-content > .tab-pane {
  display: none;
}

.tab-content > .tab-pane.active,
.tab-content > .tab-pane.show {
  display: block !important;
}

@media (max-width: 575px) {
  .program-tabs-wrapper {
    width: 100% !important;
    flex-direction: column !important;
    border-radius: 20px !important;
    padding: 8px !important;
  }
  .program-tabs-wrapper .nav-item {
    width: 100% !important;
  }
  .program-tab-btn {
    width: 100% !important;
    justify-content: center !important;
    padding: 12px 16px !important;
    font-size: 0.95rem !important;
  }
}

/* Redesigned Student Testimonials Section */
.students__section {
  background: linear-gradient(135deg, #041d3d 0%, #07386c 50%, #021226 100%) !important;
  padding: 90px 0 !important;
  position: relative;
  overflow: hidden;
}

.students__section::before {
  content: "";
  position: absolute;
  top: -150px;
  right: -150px;
  width: 450px;
  height: 450px;
  background: radial-gradient(circle, rgba(254, 203, 3, 0.12) 0%, transparent 70%);
  pointer-events: none;
}

.students__section::after {
  content: "";
  position: absolute;
  bottom: -150px;
  left: -150px;
  width: 450px;
  height: 450px;
  background: radial-gradient(circle, rgba(13, 56, 97, 0.4) 0%, transparent 70%);
  pointer-events: none;
}

.testimonials-eyebrow {
  color: var(--bg-yellow);
  font-size: 0.85rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 8px;
  display: block;
}

.testimonial-rating-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(254, 203, 3, 0.15);
  border: 1px solid rgba(254, 203, 3, 0.3);
  color: var(--bg-yellow);
  font-size: 0.85rem;
  font-weight: 800;
  padding: 6px 18px;
  border-radius: 30px;
  margin-top: 12px;
}

.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr) !important;
  gap: 30px !important;
  margin-top: 45px;
  position: relative;
  z-index: 2;
}

.testimonial-card {
  background: rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 24px;
  padding: 36px;
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.2);
  position: relative;
  transition: all 350ms cubic-bezier(0.16, 1, 0.3, 1);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.testimonial-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 30px;
  right: 30px;
  height: 3px;
  background: linear-gradient(90deg, transparent, rgba(254, 203, 3, 0.6), transparent);
  opacity: 0;
  transition: opacity 350ms ease;
  border-radius: 3px;
}

.testimonial-card:hover {
  background: rgba(255, 255, 255, 0.09);
  border-color: rgba(254, 203, 3, 0.35);
  transform: translateY(-6px);
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.35);
}

.testimonial-card:hover::before {
  opacity: 1;
}

.card-top-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}

.testimonial-stars {
  color: var(--bg-yellow);
  font-size: 0.95rem;
  display: flex;
  gap: 4px;
}

.quote-symbol {
  font-size: 2rem;
  color: var(--bg-yellow);
  opacity: 0.8;
}

.testimonial-quote {
  color: rgba(255, 255, 255, 0.92) !important;
  font-size: 1.02rem !important;
  line-height: 1.68 !important;
  font-style: italic;
  margin-bottom: 28px !important;
  text-align: left !important;
}

.testimonial-author {
  display: flex;
  align-items: center;
  gap: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
}

.author-avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: linear-gradient(135deg, #fecb03 0%, #dda200 100%);
  color: #0d3861;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  box-shadow: 0 4px 12px rgba(254, 203, 3, 0.3);
  flex-shrink: 0;
}

.author-info {
  flex-grow: 1;
}

.author-info h3 {
  color: #ffffff !important;
  font-size: 1.08rem !important;
  font-weight: 800 !important;
  margin-bottom: 2px !important;
  text-align: left !important;
  display: flex;
  align-items: center;
  gap: 6px;
}

.author-info h3 .verified-icon {
  color: #60a5fa;
  font-size: 0.85rem;
}

.author-info span {
  color: var(--bg-yellow) !important;
  font-size: 0.85rem !important;
  font-weight: 700 !important;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  display: block;
  text-align: left !important;
}

.author-achievement {
  display: inline-block;
  background: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.85);
  font-size: 0.75rem;
  padding: 2px 10px;
  border-radius: 12px;
  margin-top: 4px;
  font-weight: 600;
}

@media (max-width: 991px) {
  .admission-grid {
    grid-template-columns: repeat(2, 1fr) !important;
  }

  .testimonials-grid {
    grid-template-columns: 1fr !important;
    gap: 20px !important;
  }
}

@media (max-width: 575px) {
  .admission-grid {
    grid-template-columns: 1fr !important;
    gap: 20px !important;
  }

  .testimonial-card {
    padding: 30px 20px;
  }
}

/* Responsive Brand Navbar CSS */
.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background: transparent;
}

.custom-navbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 0;
  position: relative;
  z-index: 10;
}

.navbar-brand img {
  max-height: 48px;
  width: auto;
}

/* Desktop Menu Links */
.navbar-menu {
  display: flex;
  align-items: center;
  gap: 30px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.navbar-menu li a.nav-link {
  color: #ffffff !important;
  font-size: 0.95rem;
  font-weight: 700;
  text-decoration: none;
  transition: all 250ms ease;
  position: relative;
  padding: 5px 0;
}

.navbar-menu li a.nav-link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: var(--bg-yellow);
  transition: width 250ms ease;
}

.navbar-menu li a.nav-link:hover::after {
  width: 100%;
}

.navbar-menu li a.nav-link:hover {
  color: var(--bg-yellow) !important;
}

/* Actions and Buttons */
.navbar-actions {
  display: flex;
  align-items: center;
  gap: 5px;
  flex-direction: column;
}

.navbar-call-btn {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #ffffff !important;
  font-weight: 700;
  padding: 8px 18px;
  border-radius: 25px;
  font-size: 0.9rem;
  display: flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  transition: all 250ms ease;
}

.navbar-call-btn:hover {
  background: #ffffff;
  color: #0d3861 !important;
  border-color: #ffffff;
}

.navbar-apply-btn {
  background: linear-gradient(135deg, #fecb03 0%, #dda200 100%) !important;
  color: #0d3861 !important;
  font-weight: 800;
  padding: 10px 24px;
  border-radius: 25px;
  font-size: 0.9rem;
  text-decoration: none;
  transition: all 300ms cubic-bezier(0.16, 1, 0.3, 1) !important;
  box-shadow: 0 4px 15px rgba(254, 203, 3, 0.3);
}

.navbar-apply-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(254, 203, 3, 0.45);
}

/* Burger Toggle Button */
.navbar-toggle-btn {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #ffffff;
  font-size: 1.2rem;
  width: 40px;
  height: 40px;
  border-radius: 8px;
  display: none;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 250ms ease;
}

.navbar-toggle-btn:hover {
  background: rgba(255, 255, 255, 0.2);
}

/* Mobile Slide-out Drawer CSS */
.mobile-menu-drawer {
  position: fixed;
  top: 0;
  right: -300px;
  width: 300px;
  height: 100vh;
  background: rgba(13, 56, 97, 0.95);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  z-index: 2000;
  box-shadow: -10px 0 30px rgba(0, 0, 0, 0.25);
  transition: right 400ms cubic-bezier(0.16, 1, 0.3, 1);
  display: flex;
  flex-direction: column;
  padding: 30px;
}

.mobile-menu-drawer.active {
  right: 0;
}

.drawer-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 15px;
}

.drawer-header .logo img {
  max-height: 38px;
}

.drawer-close-btn {
  background: transparent;
  border: none;
  color: #ffffff;
  font-size: 1.4rem;
  cursor: pointer;
}

.drawer-links {
  list-style: none;
  padding: 0;
  margin: 0 0 auto 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.drawer-links li a {
  color: #ffffff !important;
  font-size: 1.15rem;
  font-weight: 700;
  text-decoration: none;
  transition: all 250ms ease;
  display: block;
}

.drawer-links li a:hover {
  color: var(--bg-yellow) !important;
  padding-left: 5px;
}

.drawer-footer {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
}

.drawer-call-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: var(--bg-yellow);
  color: #0d3861 !important;
  font-weight: 800;
  text-decoration: none;
  padding: 12px;
  border-radius: 25px;
  text-align: center;
  font-size: 0.95rem;
}

/* Responsiveness break points */
@media (max-width: 991px) {
  .navbar-menu {
    display: none;
  }

  .navbar-toggle-btn {
    display: flex;
  }

  .desktop-only {
    display: none;
  }
}

/* ========================================================
   COMPLIANCE TOPBAR & PARTNER BADGES (AD SUSPENSION PREVENTION)
   ======================================================== */
.compliance-topbar {
  background: #021226;
  border-bottom: 1px solid rgba(254, 203, 3, 0.25);
  color: #d1d5db;
  font-size: 0.82rem;
  padding: 8px 0;
  position: relative;
  z-index: 1001;
}

.compliance-topbar-left {
  display: flex;
  align-items: center;
  font-weight: 600;
  color: #f3f4f6;
  letter-spacing: 0.2px;
}

.compliance-topbar-right {
  color: #9ca3af;
  font-size: 0.8rem;
}

.compliance-topbar-right strong {
  color: var(--bg-yellow);
}

.navbar-counseling-badge {
  display: inline-flex;
  align-items: center;
  background: rgba(254, 203, 3, 0.12);
  border: 1px solid rgba(254, 203, 3, 0.35);
  color: #ffffff;
  font-size: 0.76rem;
  font-weight: 600;
  padding: 4px 12px;
  border-radius: 20px;
  margin-top: 6px;
  letter-spacing: 0.3px;
}

.navbar-counseling-badge strong {
  color: var(--bg-yellow);
  margin-left: 4px;
}

/* Form Compliance & Consent Notice */
.form-compliance-notice {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-left: 3px solid #01458e;
  border-radius: 8px;
  padding: 10px 12px;
  margin: 12px 0 14px 0;
  text-align: left;
}

.form-compliance-notice p {
  color: #64748b !important;
  font-size: 0.72rem !important;
  line-height: 1.45 !important;
  margin: 0 !important;
}

.form-compliance-notice strong {
  color: #0f172a;
}

/* ========================================================
   REDESIGNED SECTION 1: DIGITAL LEARNING CAMPUS & ECOSYSTEM
   ======================================================== */
.digital-campus-section {
  padding: 85px 0 75px 0;
  background: #ffffff;
  position: relative;
}

.digital-campus-eyebrow {
  color: #01458e;
  font-size: 0.88rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 8px;
  display: inline-block;
  background: rgba(1, 69, 142, 0.08);
  padding: 5px 16px;
  border-radius: 20px;
}

.digital-campus-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-top: 45px;
}

.campus-card {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 20px;
  padding: 32px 24px 28px 24px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: 0 10px 30px rgba(1, 69, 142, 0.05);
  transition: all 350ms cubic-bezier(0.16, 1, 0.3, 1);
  overflow: hidden;
}

.campus-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #01458e, #f9c300);
  opacity: 0;
  transition: opacity 300ms ease;
}

.campus-card:hover {
  transform: translateY(-8px);
  border-color: rgba(1, 69, 142, 0.25);
  box-shadow: 0 20px 40px rgba(1, 69, 142, 0.12);
}

.campus-card:hover::before {
  opacity: 1;
}

.campus-card-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}

.campus-card-icon {
  width: 58px;
  height: 58px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  background: linear-gradient(135deg, rgba(1, 69, 142, 0.08), rgba(249, 195, 0, 0.15));
  color: #01458e;
  transition: transform 300ms ease;
}

.campus-card:hover .campus-card-icon {
  transform: scale(1.08) rotate(3deg);
  background: #01458e;
  color: #f9c300;
}

.campus-card-badge {
  font-size: 0.72rem;
  font-weight: 700;
  padding: 4px 10px;
  border-radius: 12px;
  background: #f3f4f6;
  color: #4b5563;
  letter-spacing: 0.3px;
  text-transform: uppercase;
}

.campus-card h3 {
  color: #0d3861 !important;
  font-size: 1.2rem !important;
  font-weight: 800 !important;
  margin-bottom: 12px !important;
  line-height: 1.35 !important;
}

.campus-card p {
  color: #4b5563 !important;
  font-size: 0.92rem !important;
  line-height: 1.6 !important;
  margin-bottom: 24px !important;
}

.campus-card-metric {
  display: flex;
  align-items: center;
  gap: 8px;
  padding-top: 16px;
  border-top: 1px dashed #e5e7eb;
  color: #01458e;
  font-size: 0.84rem;
  font-weight: 700;
}

.campus-card-metric i {
  color: #f9c300;
  font-size: 0.95rem;
}

/* Digital Campus Highlight Strip */
.campus-stats-strip {
  margin-top: 45px;
  background: linear-gradient(135deg, #0d3861 0%, #01458e 100%);
  border-radius: 20px;
  padding: 24px 30px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  color: #ffffff;
  box-shadow: 0 15px 35px rgba(1, 69, 142, 0.2);
}

.campus-stat-item {
  display: flex;
  align-items: center;
  gap: 15px;
}

.stat-icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: rgba(254, 203, 3, 0.15);
  color: #f9c300;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  flex-shrink: 0;
}

.stat-text h4 {
  font-size: 1.05rem;
  font-weight: 800;
  color: #ffffff;
  margin: 0 0 2px 0;
}

.stat-text span {
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.75);
}

/* ========================================================
   REDESIGNED SECTION 2: GUIDED ADMISSION PROCESS ROADMAP
   ======================================================== */
.guided-admission-section {
  padding: 90px 0 80px 0;
  background: #f8fafc;
  position: relative;
  overflow: hidden;
}

.guided-admission-eyebrow {
  color: #01458e;
  font-size: 0.88rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 8px;
  display: inline-block;
  background: rgba(1, 69, 142, 0.08);
  padding: 5px 16px;
  border-radius: 20px;
}

.roadmap-container {
  position: relative;
  margin-top: 50px;
}

.roadmap-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  position: relative;
  z-index: 2;
}

.roadmap-card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 22px;
  padding: 34px 24px 28px 24px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.03);
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: all 350ms cubic-bezier(0.16, 1, 0.3, 1);
}

.roadmap-card:hover {
  transform: translateY(-8px);
  border-color: #f9c300;
  box-shadow: 0 20px 45px rgba(1, 69, 142, 0.1);
}

.roadmap-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 22px;
}

.roadmap-step-pill {
  width: 44px;
  height: 44px;
  border-radius: 14px;
  background: linear-gradient(135deg, #01458e 0%, #0d3861 100%);
  color: #f9c300;
  font-size: 1.1rem;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 14px rgba(1, 69, 142, 0.25);
}

.roadmap-card:hover .roadmap-step-pill {
  background: linear-gradient(135deg, #f9c300 0%, #dda200 100%);
  color: #01458e;
}

.roadmap-stage-badge {
  font-size: 0.72rem;
  font-weight: 700;
  background: rgba(1, 69, 142, 0.08);
  color: #01458e;
  padding: 4px 12px;
  border-radius: 12px;
  letter-spacing: 0.3px;
}

.roadmap-icon-wrap {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #f1f5f9;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  color: #01458e;
  margin-bottom: 18px;
}

.roadmap-card h3 {
  color: #0d3861 !important;
  font-size: 1.15rem !important;
  font-weight: 800 !important;
  margin-bottom: 10px !important;
  line-height: 1.35 !important;
}

.roadmap-card p {
  color: #4b5563 !important;
  font-size: 0.9rem !important;
  line-height: 1.55 !important;
  margin-bottom: 20px !important;
}

.roadmap-tag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.78rem;
  font-weight: 700;
  color: #059669;
  background: #ecfdf5;
  padding: 6px 12px;
  border-radius: 20px;
  width: fit-content;
}

.roadmap-trust-strip {
  margin-top: 45px;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 20px;
  padding: 24px 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
}

.trust-badges-group {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}

.trust-badge-pill {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.88rem;
  font-weight: 700;
  color: #0d3861;
}

.trust-badge-pill i {
  color: #f9c300;
  font-size: 1.1rem;
}

.roadmap-action-btn {
  background: linear-gradient(135deg, #01458e 0%, #0a3560 100%);
  color: #ffffff !important;
  font-weight: 800;
  font-size: 0.95rem;
  padding: 12px 28px;
  border-radius: 30px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  box-shadow: 0 8px 20px rgba(1, 69, 142, 0.25);
  transition: all 300ms ease;
}

.roadmap-action-btn:hover {
  background: linear-gradient(135deg, #f9c300 0%, #dda200 100%);
  color: #01458e !important;
  transform: translateY(-2px);
  box-shadow: 0 12px 25px rgba(249, 195, 0, 0.35);
}

/* ========================================================
   NEW SECTION: FREQUENTLY ASKED QUESTIONS (FAQ) SECTION
   ======================================================== */
.faq-section {
  background: linear-gradient(135deg, #041d3d 0%, #07386c 50%, #021226 100%) !important;
  padding: 95px 0 85px 0 !important;
  position: relative;
  overflow: hidden;
}

.faq-section::before {
  content: "";
  position: absolute;
  top: -150px;
  right: -150px;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(254, 203, 3, 0.12) 0%, transparent 70%);
  pointer-events: none;
}

.faq-section::after {
  content: "";
  position: absolute;
  bottom: -150px;
  left: -150px;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(13, 56, 97, 0.4) 0%, transparent 70%);
  pointer-events: none;
}

.faq-eyebrow {
  color: var(--bg-yellow);
  font-size: 0.88rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 10px;
  display: inline-block;
  background: rgba(254, 203, 3, 0.12);
  border: 1px solid rgba(254, 203, 3, 0.25);
  padding: 5px 18px;
  border-radius: 20px;
}

/* Filter pills */
.faq-filter-container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  margin: 35px 0 45px 0;
  position: relative;
  z-index: 2;
}

.faq-filter-btn {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.15);
  color: #ffffff;
  padding: 8px 20px;
  border-radius: 30px;
  font-size: 0.88rem;
  font-weight: 700;
  cursor: pointer;
  transition: all 250ms ease;
  backdrop-filter: blur(8px);
}

.faq-filter-btn:hover {
  background: rgba(255, 255, 255, 0.18);
  border-color: rgba(254, 203, 3, 0.4);
}

.faq-filter-btn.active {
  background: var(--bg-yellow);
  color: #041d3d;
  border-color: var(--bg-yellow);
  box-shadow: 0 4px 15px rgba(254, 203, 3, 0.35);
}

/* FAQ Accordion */
.faq-accordion-wrapper {
  max-width: 960px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.faq-item {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 18px;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  overflow: hidden;
  transition: all 300ms cubic-bezier(0.16, 1, 0.3, 1);
}

.faq-item.active {
  background: rgba(255, 255, 255, 0.09);
  border-color: rgba(254, 203, 3, 0.4);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.25);
}

.faq-question-btn {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 22px 26px;
  background: transparent;
  border: none;
  cursor: pointer;
  text-align: left;
  color: #ffffff;
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1.45;
  transition: color 200ms ease;
}

.faq-question-btn:hover {
  color: var(--bg-yellow);
}

.faq-category-tag {
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: var(--bg-yellow);
  background: rgba(254, 203, 3, 0.15);
  padding: 3px 10px;
  border-radius: 8px;
  margin-right: 10px;
  vertical-align: middle;
}

.faq-toggle-icon {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.85rem;
  color: #ffffff;
  flex-shrink: 0;
  transition: transform 300ms ease, background 300ms ease, color 300ms ease;
}

.faq-item.active .faq-toggle-icon {
  transform: rotate(180deg);
  background: var(--bg-yellow);
  color: #041d3d;
}

.faq-answer-panel {
  max-height: 0;
  overflow: hidden;
  transition: max-height 350ms cubic-bezier(0.16, 1, 0.3, 1), padding 350ms ease;
  padding: 0 26px;
}

.faq-item.active .faq-answer-panel {
  max-height: 500px;
  padding: 0 26px 24px 26px;
}

.faq-answer-content {
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.95rem;
  line-height: 1.7;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding-top: 16px;
}

.faq-answer-content strong {
  color: var(--bg-yellow);
}

/* FAQ Helpdesk Banner */
.faq-helpdesk-card {
  max-width: 960px;
  margin: 50px auto 0 auto;
  position: relative;
  z-index: 2;
  background: rgba(254, 203, 3, 0.12);
  border: 1px solid rgba(254, 203, 3, 0.3);
  border-radius: 20px;
  padding: 28px 36px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
}

.faq-helpdesk-text h4 {
  color: #ffffff;
  font-size: 1.25rem;
  font-weight: 800;
  margin: 0 0 4px 0;
}

.faq-helpdesk-text p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.92rem;
  margin: 0;
}

.faq-cta-btn {
  background: var(--bg-yellow);
  color: #041d3d !important;
  font-weight: 800;
  font-size: 0.95rem;
  padding: 12px 28px;
  border-radius: 30px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  box-shadow: 0 6px 20px rgba(254, 203, 3, 0.3);
  transition: all 250ms ease;
}

.faq-cta-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(254, 203, 3, 0.45);
  background: #ffffff;
  color: #01458e !important;
}

/* ========================================================
   STATUTORY FOOTER & LEGAL DISCLAIMER
   ======================================================== */
.footer-disclosure-card {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  padding: 28px 32px;
  text-align: left;
}

.disclosure-badge {
  display: inline-flex;
  align-items: center;
  background: rgba(254, 203, 3, 0.15);
  border: 1px solid rgba(254, 203, 3, 0.3);
  color: var(--bg-yellow);
  font-size: 0.78rem;
  font-weight: 800;
  padding: 4px 14px;
  border-radius: 20px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

/* Responsive adjustments */
@media (max-width: 991px) {
  .digital-campus-grid,
  .roadmap-grid {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 20px !important;
  }
  .campus-stats-strip {
    grid-template-columns: repeat(2, 1fr) !important;
  }
  .faq-helpdesk-card {
    text-align: center;
    justify-content: center;
  }
}

@media (max-width: 575px) {
  .digital-campus-grid,
  .roadmap-grid {
    grid-template-columns: 1fr !important;
  }
  .campus-stats-strip {
    grid-template-columns: 1fr !important;
    padding: 20px !important;
  }
  .roadmap-trust-strip {
    flex-direction: column;
    align-items: flex-start;
  }
  .faq-question-btn {
    padding: 18px 20px;
    font-size: 0.98rem;
  }
  .faq-answer-panel {
    padding: 0 20px;
  }
  .faq-item.active .faq-answer-panel {
    padding: 0 20px 20px 20px;
  }
  .footer-disclosure-card {
    padding: 20px 16px;
  }
}

@media (max-width: 768px) {
  .compliance-topbar {
    font-size: 0.74rem;
    padding: 6px 8px;
    text-align: center;
  }
  .compliance-topbar-left {
    justify-content: center;
    width: 100%;
    font-size: 0.72rem;
    line-height: 1.35;
  }
  .navbar-counseling-badge {
    font-size: 0.68rem;
    padding: 3px 8px;
  }
}