#vh-sastra-apply-btn,
.vh-sastra-contact-btn {
  transition: 0.35s;
  display: flex;
}
#vh-sastra-topbar,
#vhs-about-logo-row {
  margin-bottom: 60px;
}
#vh-sastra-apply-btn,
.download_certificate_btn,
.so-career-btn,
.vh-apply-sticky,
.vh-btn,
.vh-career-btn,
.vh-sastra-contact-btn,
.vh-sticky-contact a {
  text-decoration: none;
}
#vh-sastra-hero-header {
  width: 100%;
  position: relative;
  overflow: hidden;
  background: #f9f1d9;
}
.mobile-froms {
  background: #fff;
  padding: 21px;
  border-radius: 20px;
  margin-top: 30px;
  display: none;
}
#vh-sastra-hero-section {
  position: relative;
  min-height: 700px;
  overflow: hidden;
  border-radius: 0 0 50px 50px;
}
#vh-sastra-hero-bg {
  position: absolute;
  inset: 0;
  z-index: 1;
}
#vh-sastra-hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
#vh-sastra-overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
}
#vh-sastra-hero-section .container {
  position: relative;
  z-index: 5;
}
#vh-sastra-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fbf4dd;
  padding: 16px 24px;
  border-radius: 0 0 28px 28px;
}
#vh-sastra-logo img {
  height: 68px;
  width: auto;
  display: block;
}
#vh-sastra-admission-text {
  font-size: 20px;
  font-weight: 700;
  color: #000;
  text-align: center;
  flex: 1;
}
#vh-sastra-contact-box {
  display: flex;
  gap: 12px;
}
.vh-sastra-contact-btn {
  align-items: center;
  justify-content: center;
  gap: 9px;
  color: #4c2388;
  background: #fff;
  border: 2px solid #5b279d;
  border-radius: 40px;
  min-width: 189px;
  padding: 8px;
  font-size: 11px;
  font-weight: 600;
}
.vh-sastra-contact-btn:hover {
  background: #5b279d;
  color: #fff;
}
#vh-sastra-hero-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 70px;
}
#vh-sastra-content {
  width: 56%;
}
#vh-sastra-program-label,
span#vh-sastra-program-label h1 {
  display: block;
  color: #ffbe2e;
  font-size: 48px;
  font-weight: 800;
  line-height: 1.1;
  margin-bottom: 14px;
}
#vh-sastra-main-heading {
  color: #fff;
  font-size: 25px;
  line-height: 1.22;
  font-weight: 700;
  margin-bottom: 20px;
}
#vh-sastra-main-heading strong {
  display: block;
  font-weight: 600;
  font-size: 25px;
}
#vh-sastra-sub-heading {
  color: #fff;
  font-size: 20px;
  line-height: 1.7;
  font-style: italic;
  margin-bottom: 45px;
}
#vh-sastra-stats {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-bottom: 55px;
}
.vh-sastra-divider {
  width: 1px;
  height: 70px;
  background: rgba(255, 255, 255, 0.5);
}
.vh-sastra-single-stat h2 {
  color: #fff;
  font-size: 22px;
  margin-bottom: 10px;
  font-weight: 800;
}
.vh-sastra-single-stat p {
  color: #fff;
  font-size: 13px;
  margin: 0;
}
#vh-sastra-electives h3 {
  color: #ffbe2e;
  font-size: 23px;
  margin-bottom: 26px;
  font-weight: 700;
}
#vh-sastra-electives ul {
  display: flex;
  align-items: center;
  gap: 34px;
  list-style: none;
  padding: 0;
  margin: 0;
  flex-wrap: wrap;
}
#vh-sastra-electives li {
  color: #fff;
  font-size: 16px;
  position: relative;
  padding-right: 7px;
}
#vh-sastra-electives li:not(:last-child)::after {
  content: "";
  position: absolute;
  right: -16px;
  top: 2px;
  width: 2px;
  height: 20px;
  background: #fff;
}
#vh-sastra-image-box {
  width: 44%;
  display: flex;
  justify-content: flex-end;
  position: relative;
  top: 54px;
}
#vh-sastra-image-box img {
  width: 100%;
  max-width: 600px;
  display: block;
  border-radius: 26px;
}
#vh-sastra-bottom-strip {
  background: #fbf4dd;
  padding: 28px 0;
}
#vh-sastra-bottom-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 24px;
  align-items: center;
}
.vh-sastra-bottom-item {
  padding-right: 20px;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  min-height: 70px;
}
.vh-sastra-bottom-item:last-child {
  border: none;
}
.vh-sastra-bottom-item span {
  display: block;
  font-size: 15px;
  color: #222;
  margin-bottom: 10px;
}
.vh-sastra-bottom-item strong {
  display: block;
  color: #38197f;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
}
.vh-sastra-bottom-item small {
  display: block;
  color: #ff8b00;
  margin-top: 8px;
  font-size: 11px;
  font-weight: 600;
}
#vh-sastra-apply-btn {
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 70px;
  border-radius: 14px;
  background: #f7a81b;
  color: #fff;
  font-size: 30px;
  font-weight: 700;
}
#vh-sastra-apply-btn:hover {
  background: #e58d00;
  color: #fff;
}
#vh-sastra-admission-text {
  display: flex;
  justify-content: center;
  align-items: center;
}
#vh-sastra-admission-blink {
  display: inline-block;
  font-weight: 600;
  animation: 1.2s ease-in-out infinite vhSastraBlink;
}
@keyframes vhSastraBlink {
  0%,
  100% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 0.35;
    transform: scale(1.05);
  }
}
@media (max-width: 1400px) {
  #vh-sastra-program-label {
    font-size: 30px;
  }
  #vh-sastra-main-heading {
    font-size: 23px;
  }
  #vh-sastra-main-heading strong,
  .vh-sastra-single-stat h2 {
    font-size: 22px;
  }
  #vh-sastra-sub-heading {
    font-size: 18px;
  }
  #vh-sastra-electives h3 {
    font-size: 19px;
  }
  #vh-sastra-electives li {
    font-size: 13px;
  }
  #vh-sastra-bottom-item strong {
    font-size: 24px;
  }
}
@media (max-width: 1200px) {
  #vh-sastra-topbar {
    padding: 15px;
  }
  #vh-sastra-hero-wrapper {
    gap: 40px;
  }
  #vh-sastra-content {
    width: 55%;
  }
  #vh-sastra-image-box {
    width: 45%;
  }
  #vh-sastra-program-label {
    font-size: 52px;
  }
  #vh-sastra-main-heading {
    font-size: 40px;
  }
  #vh-sastra-main-heading strong {
    font-size: 30px;
  }
  #vh-sastra-sub-heading {
    font-size: 21px;
  }
  #vh-sastra-electives li {
    font-size: 20px;
  }
  #vh-sastra-bottom-grid {
    grid-template-columns: repeat(3, 1fr);
    row-gap: 30px;
  }
}
@media (max-width: 991px) {
  #vh-sastra-contact-box,
  #vh-sastra-hero-bg img,
  #vh-sastra-image-box {
    display: none;
    width: 100%;
  }
  #vh-sastra-hero-bg img {
    height: 100%;
    object-fit: cover;
  }
  #vh-sastra-hero-bg {
    position: absolute;
    inset: 0;
    z-index: 1;
    background: #461d7d;
  }
  #vh-sastra-hero-section {
    min-height: auto;
    padding-bottom: 60px;
  }
  #vh-sastra-topbar {
    flex-direction: column;
    gap: 18px;
    text-align: center;
    border-radius: 0 0 20px 20px;
  }
  .vh-sastra-contact-btn {
    width: 100%;
    min-width: 100%;
  }
  #vh-sastra-hero-wrapper {
    flex-direction: column;
    text-align: center;
    gap: 50px;
  }
  #vh-sastra-content {
    width: 100%;
    order: 2;
    text-align: left;
  }
  #vh-sastra-image-box {
    justify-content: center;
    order: 1;
  }
  #vh-sastra-image-box img {
    max-width: 450px;
    transform: none;
  }
  #vh-sastra-program-label {
    font-size: 46px;
  }
  #vh-sastra-main-heading {
    font-size: 38px;
  }
  #vh-sastra-main-heading strong {
    font-size: 28px;
  }
  #vh-sastra-sub-heading {
    font-size: 21px;
    margin-bottom: 35px;
  }
  #vh-sastra-electives ul,
  #vh-sastra-stats {
    justify-content: center;
  }
  #vh-sastra-bottom-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  #vh-sastra-topbar {
    padding: 15px;
    margin-bottom: 35px;
  }
  .mobile-froms {
  background: #fff;
  padding: 21px;
  border-radius: 20px;
  margin-top: 30px;
  display: block;
}
  #vh-sastra-logo img {
    height: 48px;
  }
  #vh-sastra-admission-text {
    font-size: 18px;
    line-height: 1.4;
  }
  .vh-sastra-contact-btn {
    font-size: 15px;
    padding: 11px 16px;
  }
  #vh-sastra-program-label {
    font-size: 38px;
    margin-bottom: 12px;
  }
  #vh-sastra-main-heading {
    font-size: 30px;
    line-height: 1.35;
  }
  #vh-sastra-main-heading strong {
    font-size: 22px;
  }
  #vh-sastra-sub-heading {
    font-size: 18px;
    line-height: 1.6;
  }
  #vh-sastra-stats {
    flex-direction: row;
    margin-bottom: 17px;
  }
  .vh-sastra-divider {
    display: none;
  }
  .vh-sastra-single-stat h2 {
    font-size: 34px;
  }
  .vh-sastra-single-stat p {
    font-size: 13px;
  }
  #vh-sastra-electives h3 {
    font-size: 25px;
    margin-bottom: 18px;
  }
  #vh-sastra-electives ul {
    display: grid;
    grid-template-columns: 1fr;
    gap: 15px;
  }
  #vh-sastra-electives li {
    padding-right: 0;
    font-size: 18px;
  }
  #vh-sastra-electives li::after {
    display: none !important;
  }
  #vh-sastra-image-box img {
    max-width: 100%;
    border-radius: 18px;
  }
  #vh-sastra-bottom-grid {
    grid-template-columns: 1fr 1fr;
    gap: 9px;
  }
  .vh-sastra-bottom-item {
    border-right: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
    padding-bottom: 18px;
    padding-right: 0;
    text-align: center;
  }
  .vh-sastra-bottom-item:last-child {
    border-bottom: none;
  }
  .vh-sastra-bottom-item span {
    font-size: 16px;
  }
  .vh-sastra-bottom-item strong {
    font-size: 15px;
  }
  .vh-sastra-bottom-item small {
    font-size: 11px;
  }
  #vh-sastra-apply-btn {
    font-size: 22px;
    min-height: 58px;
  }
}
@media (max-width: 480px) {
  #vh-sastra-hero-section {
    border-radius: 0 0 25px 25px;
  }
  #vh-sastra-program-label {
    font-size: 32px;
  }
  #vh-sastra-main-heading {
    font-size: 18px;
  }
  #vh-sastra-electives li,
  #vh-sastra-main-heading strong,
  #vh-sastra-sub-heading {
    font-size: 16px;
  }
  .vh-sastra-single-stat h2 {
    font-size: 19px;
  }
  span#vh-sastra-program-label h1 {
    display: block;
    color: #ffbe2e;
    font-size: 27px;
    font-weight: 800;
    line-height: 1.1;
    margin-bottom: 14px;
  }
  #vh-sastra-electives h3 {
    font-size: 22px;
  }
  #vh-sastra-image-box img {
    border-radius: 15px;
  }
  #vh-sastra-apply-btn,
  #vh-sastra-bottom-item strong {
    font-size: 20px;
  }
}
#vhs-about-mba-section {
  padding: 80px 0;
  background: #f8f8f8;
}
.vhs-about-logo {
  max-height: 90px;
  width: auto;
  transition: 0.3s;
}
.vhs-about-logo:hover {
  transform: scale(1.05);
}
#vhs-about-card {
  background: #fff;
  padding: 55px;
  border-radius: 26px;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.1);
}
#vhs-about-heading {
  font-size: 32px;
  font-weight: 600;
  color: #333;
  margin-bottom: 30px;
}
#vhs-about-heading span {
  font-weight: 700;
  color: #f26522;
}
#vhs-about-subtitle {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  color: #4b2bb8;
  margin-bottom: 30px;
}
#vhs-about-card p {
  font-size: 16px;
  line-height: 1.7;
  color: #222;
  margin-bottom: 28px;
}
#vhs-about-card p:last-child,
.form-group,
.methodology-card ul li:last-child {
  margin-bottom: 0;
}
#vh-sastra-programme-highlights {
  padding: 40px 0;
  background: #fffadc;
}
#vh-sastra-programme-heading-box {
  text-align: left;
  margin-bottom: 60px;
}
#vh-sastra-programme-heading {
  font-size: 32px;
  font-weight: 600;
  color: #2d2d2d;
  margin-bottom: 15px;
  line-height: 1.2;
}
#vh-sastra-programme-heading span,
.vh-career-title span {
  color: #f26522;
  font-weight: 700;
}
#vh-sastra-programme-subheading {
  margin: 10px 0;
  font-size: 21px;
  font-weight: 600;
  color: #5b21b6;
}
#vh-sastra-tab-navigation,
.vh-feature-list {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.vh-sastra-tab-button {
  width: 100%;
  border: none;
  background: #fff;
  display: flex;
  align-items: center;
  gap: 18px;
  text-align: left;
  padding: 5px 10px;
  border-radius: 18px;
  cursor: pointer;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
}
.vh-sastra-tab-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.1);
}
.vh-sastra-tab-button.active {
  background: #52258d;
  color: #fff;
}
.vh-sastra-tab-button.active .vh-sastra-tab-icon {
  background: #fff;
  color: #52258d;
}
.vh-sastra-tab-icon {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: #f4f4f4;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 26px;
  color: #52258d;
}
.vh-sastra-tab-text {
  font-size: 17px;
  font-weight: 600;
  line-height: 1.5;
}
#vh-sastra-tab-content-wrapper,
.sastra_certificate_col {
  position: relative;
}
.vh-sastra-tab-content {
  display: none;
  background: #fff;
  border-radius: 26px;
  overflow: hidden;
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.08);
  animation: 0.4s vhFade;
}
.vh-sastra-tab-content.active {
  display: block;
}
.vh-sastra-content-image {
  overflow: hidden;
}
.vh-sastra-content-image img {
  width: 100%;
  display: block;
}
.vh-sastra-tab-content:hover img {
  transform: scale(1.03);
}
.vh-sastra-content-info {
  padding: 35px;
}
.vh-sastra-content-info h3 {
  font-size: 22px;
  color: #4a2584;
  margin-bottom: 0;
  font-weight: 700;
}
.vh-sastra-content-info p {
  font-size: 16px;
  line-height: 1.9;
  color: #555;
  margin: 0;
}
@keyframes vhFade {
  from {
    opacity: 0;
    transform: translateY(15px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.vh-sastra-tab-button:focus {
  outline: 0;
  box-shadow: 0 0 0 4px rgba(82, 37, 141, 0.18);
}
#vh-sastra-cur-download-btn,
.vh-sastra-content-image img,
.vh-sastra-cur-btn,
.vh-sastra-sem-card,
.vh-sastra-tab-button,
.vh-sastra-tab-content,
.vh-sastra-tab-icon,
.vh-sastra-view-btn {
  transition: 0.35s;
}
@media (max-width: 1400px) {
  #vh-sastra-programme-heading {
    font-size: 31px;
  }
  .vh-sastra-tab-button {
    padding: 1px;
  }
  #vh-sastra-programme-subheading {
    margin: 10px 0;
    font-size: 18px;
    font-weight: 600;
    color: #5b21b6;
  }
  .vh-sastra-tab-text {
    font-size: 15px;
  }
  .vh-sastra-content-info h3 {
    font-size: 21px;
  }
}
@media (max-width: 1199px) {
  #vh-sastra-programme-highlights {
    padding: 70px 0;
  }
  #vh-sastra-programme-heading {
    font-size: 46px;
  }
  #vh-sastra-programme-subheading {
    font-size: 20px;
  }
  .vh-sastra-tab-button {
    padding: 18px;
    gap: 14px;
  }
  .vh-sastra-tab-icon {
    width: 52px;
    height: 52px;
    font-size: 22px;
  }
  .vh-sastra-content-info {
    padding: 28px;
  }
  .vh-sastra-content-info h3 {
    font-size: 28px;
  }
}
@media (max-width: 991px) {
  #vh-sastra-programme-highlights,
  #vhs-about-mba-section {
    padding: 60px 0;
  }
  #vhs-about-logo-row {
    margin-bottom: 40px;
  }
  .vhs-about-logo {
    max-height: 70px;
  }
  #vhs-about-card {
    padding: 35px;
  }
  #vh-sastra-programme-heading,
  #vhs-about-heading {
    font-size: 42px;
  }
  #vhs-about-subtitle {
    font-size: 28px;
  }
  #vhs-about-card p {
    font-size: 18px;
  }
  #vh-sastra-programme-subheading {
    font-size: 18px;
    margin-bottom: 10px;
  }
  #vh-sastra-tab-navigation {
    display: flex;
    flex-direction: row;
    overflow-x: auto;
    overflow-y: hidden;
    gap: 15px;
    padding-bottom: 10px;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }
  #vh-sastra-tab-navigation::-webkit-scrollbar {
    display: none;
  }
  .vh-sastra-tab-button {
    min-width: 260px;
    flex: 0 0 auto;
    border-radius: 16px;
  }
  #vh-sastra-tab-content-wrapper {
    margin-top: 8px;
  }
  .vh-sastra-content-info {
    padding: 25px;
  }
}
@media (max-width: 767px) {
  #vh-sastra-programme-highlights {
    padding: 50px 0;
  }
  #vh-sastra-programme-heading {
    font-size: 34px;
    line-height: 1.3;
  }
  #vh-sastra-programme-subheading {
    font-size: 17px;
    line-height: 1.6;
  }
  .vh-sastra-tab-button {
    min-width: 230px;
    padding: 15px;
    gap: 12px;
  }
  .vh-sastra-tab-icon {
    width: 46px;
    height: 46px;
    font-size: 20px;
  }
  .vh-sastra-tab-text {
    font-size: 15px;
    line-height: 1.5;
  }
  .vh-sastra-tab-content {
    border-radius: 18px;
  }
  .vh-sastra-content-image img {
    border-radius: 18px 18px 0 0;
  }
  .vh-sastra-content-info {
    padding: 22px;
  }
  .vh-sastra-content-info h3 {
    font-size: 24px;
    line-height: 1.4;
    margin-bottom: 15px;
  }
  .vh-sastra-content-info p {
    font-size: 16px;
    line-height: 1.8;
  }
}
@media (max-width: 575px) {
  #vh-sastra-programme-highlights {
    padding: 40px 0;
  }
  #vh-sastra-programme-heading {
    font-size: 20px;
  }
  #vh-sastra-programme-subheading,
  .vh-sastra-content-info h3 {
    font-size: 16px;
  }
  .vh-sastra-tab-button {
    min-width: 210px;
    padding: 14px;
  }
  .vh-sastra-tab-icon {
    width: 42px;
    height: 42px;
    font-size: 18px;
  }
  .vh-sastra-tab-text {
    font-size: 14px;
  }
  .vh-sastra-content-info {
    padding: 18px;
  }
  .vh-sastra-content-info p {
    font-size: 15px;
    line-height: 1.7;
  }
}
@media (max-width: 380px) {
  #vh-sastra-programme-heading {
    font-size: 26px;
  }
  .vh-sastra-tab-button {
    min-width: 190px;
    padding: 12px;
  }
  .vh-sastra-tab-icon {
    width: 38px;
    height: 38px;
    font-size: 17px;
  }
  .vh-sastra-tab-text {
    font-size: 13px;
  }
  .vh-sastra-content-info h3 {
    font-size: 20px;
  }
  .vh-sastra-content-info p {
    font-size: 14px;
  }
}
#vh-sastra-cur-section,
.vh-fee-section {
  padding: 50px 0;
  background: #f8f8f8;
}
#vh-sastra-cur-tab-wrapper {
  display: flex;
  gap: 18px;
  align-items: center;
  flex-wrap: wrap;
}
.vh-sastra-cur-btn {
  border: none;
  background: #fff;
  color: #222;
  padding: 18px 32px;
  border-radius: 16px;
  font-size: 20px;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}
.methodology-card,
.vh-sastra-career-box,
.vh-sastra-sem-card {
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
}
.vh-sastra-cur-btn i,
.vh-sticky-contact a i {
  font-size: 22px;
}
.vh-sastra-cur-btn:hover {
  transform: translateY(-3px);
}
.vh-sastra-cur-btn.active {
  background: linear-gradient(90deg, #f7931e, #ffb100);
  color: #fff;
}
#vh-sastra-cur-download-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  background: #f26522;
  color: #fff;
  padding: 16px 30px;
  border-radius: 12px;
  font-size: 17px;
  font-weight: 700;
}
#vh-sastra-cur-download-btn:hover {
  background: #f7931e;
  color: #fff;
}
#vh-sastra-cur-heading {
  text-align: left;
  font-size: 21px;
  line-height: 1.7;
  font-weight: 700;
  color: #54258a;
  margin-bottom: 40px;
}
#vh-sastra-cur-heading strong,
.about-tag,
.about-title span,
.faq-title span,
.sas-section-heading span,
.vh-job-box i,
.vh-job-title span,
.vh-title span {
  color: #f26522;
}
.vh-sastra-sem-card {
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  height: 100%;
}
.vh-sastra-sem-card:hover {
  transform: translateY(-6px);
}
.vh-sastra-sem-header {
  background: #fff6da;
  padding: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.vh-sastra-sem-header h3 {
  margin: 0;
  font-size: 19px;
  font-weight: 700;
  color: #222;
}
.vh-sastra-sem-count {
  display: flex;
  flex-direction: column;
  text-align: right;
  gap: 6px;
}
.vh-sastra-sem-count span {
  font-size: 13px;
  color: #666;
}
.vh-sastra-sem-count b {
  color: #222;
}
.vh-sastra-view-btn-wrap {
  padding: 20px 25px 0;
}
.vh-sastra-view-btn {
  border: none;
  background: #5a2ea6;
  color: #fff;
  padding: 5px 11px;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.vh-sastra-view-btn:hover {
  background: #45207f;
}
.vh-sastra-course-table {
  margin: 20px;
  width: calc(100% - 40px);
  border: 1px solid #ececec;
}
.vh-sastra-course-table thead th {
  background: #fff;
  color: #222;
  font-size: 16px;
  font-weight: 700;
  padding: 15px;
  border: 1px solid #e8e8e8;
  white-space: nowrap;
}
.vh-sastra-course-table tbody td {
  padding: 9px;
  border: 1px solid #ececec;
  font-size: 13px;
  color: #555;
  vertical-align: middle;
}
.accordion-button::after,
.vh-sastra-course-table tbody tr {
  transition: 0.3s;
}
.vh-sastra-course-table tbody tr:hover {
  background: #fffdf4;
}
.vh-sastra-career-box {
  background: #fff;
  border-radius: 18px;
  padding: 50px;
  margin-top: 30px;
}
.vh-sastra-career-box h2 {
  color: #54258a;
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 20px;
}
.vh-sastra-career-box p {
  font-size: 17px;
  color: #555;
  line-height: 1.9;
}
.vh-sastra-cur-content {
  animation: 0.4s vhCurriculumFade;
}
@keyframes vhCurriculumFade {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (max-width: 1199px) {
  #vh-sastra-cur-section {
    padding: 70px 0;
  }
  #vh-sastra-cur-heading,
  .vh-sastra-sem-header h3 {
    font-size: 28px;
  }
  .vh-sastra-cur-btn {
    font-size: 18px;
    padding: 16px 24px;
  }
}
@media (max-width: 991px) {
  #vh-sastra-cur-tab-wrapper,
  .table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  #vh-sastra-cur-section {
    padding: 60px 0;
  }
  #vh-sastra-cur-tab-wrapper {
    display: flex;
    flex-wrap: nowrap;
    overflow-y: hidden;
    gap: 15px;
    padding-bottom: 10px;
    scrollbar-width: none;
  }
  #vh-sastra-cur-tab-wrapper::-webkit-scrollbar {
    display: none;
  }
  .vh-sastra-cur-btn {
    flex: 0 0 auto;
    min-width: 250px;
    justify-content: center;
    font-size: 17px;
  }
  #vh-sastra-cur-download-btn {
    width: 100%;
    justify-content: center;
    margin-top: 20px;
  }
  #vh-sastra-cur-heading {
    font-size: 24px;
    line-height: 1.6;
  }
  .vh-sastra-sem-header {
    flex-direction: column;
    gap: 12px;
    align-items: flex-start;
  }
  .vh-sastra-sem-count {
    text-align: left;
  }
  .vh-sastra-course-table {
    min-width: 700px;
  }
  .vh-sastra-career-box {
    padding: 35px;
  }
}
@media (max-width: 767px) {
  #vh-sastra-cur-section {
    padding: 50px 0;
  }
  #vh-sastra-cur-heading {
    font-size: 22px;
    margin-bottom: 30px;
  }
  .vh-sastra-cur-btn {
    min-width: 220px;
    font-size: 15px;
    padding: 15px;
    border-radius: 12px;
  }
  .vh-sastra-cur-btn i {
    font-size: 18px;
  }
  #vh-sastra-cur-download-btn {
    width: 100%;
    padding: 14px;
    font-size: 15px;
  }
  .vh-sastra-sem-card {
    border-radius: 15px;
  }
  .vh-sastra-sem-header {
    padding: 18px;
  }
  .vh-sastra-sem-header h3 {
    font-size: 24px;
  }
  .vh-sastra-sem-count span {
    font-size: 14px;
  }
  .vh-sastra-view-btn-wrap {
    padding: 15px 18px 0;
  }
  .vh-sastra-view-btn {
    width: 100%;
    justify-content: center;
    padding: 13px;
    font-size: 15px;
  }
  .vh-sastra-course-table {
    margin: 15px;
    width: calc(100% - 30px);
    min-width: 650px;
  }
  .vh-sastra-course-table td,
  .vh-sastra-course-table th {
    white-space: nowrap;
    font-size: 14px;
  }
  .vh-sastra-career-box {
    padding: 25px;
  }
  .vh-sastra-career-box h2 {
    font-size: 28px;
  }
  .vh-sastra-career-box p {
    font-size: 16px;
  }
}
@media (max-width: 575px) {
  #vh-sastra-cur-section {
    padding: 40px 0;
  }
  #vh-sastra-cur-heading {
    font-size: 15px;
  }
  .vh-sastra-cur-btn {
    min-width: 210px;
    font-size: 14px;
    gap: 8px;
  }
  .download_certificate_btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: linear-gradient(90deg, #ffb12a, #ff7b00);
    color: #fff;
    text-decoration: none;
    padding: 14px 10px !important;
    border-radius: 50px;
    font-weight: 700;
    transition: 0.3s;
  }
  .vh-sastra-cur-btn i {
    font-size: 17px;
  }
  .vh-sastra-sem-header h3 {
    font-size: 22px;
  }
  .vh-sastra-sem-count {
    font-size: 13px;
  }
  .vh-sastra-view-btn {
    font-size: 14px;
  }
  .vh-sastra-course-table {
    min-width: 600px;
  }
}
@media (max-width: 375px) {
  .vh-sastra-cur-btn {
    min-width: 190px;
    font-size: 13px;
  }
  #vh-sastra-cur-heading {
    font-size: 18px;
  }
  .vh-sastra-sem-header {
    padding: 16px;
  }
  .vh-sastra-sem-header h3 {
    font-size: 20px;
  }
}
.electives-sec h3,
.online_mba-text.mt-3 h2,
.title-colr-fonts {
  background: linear-gradient(to right, #ffce46, #ff8614);
  -webkit-text-fill-color: transparent;
}
.learning-methodology-section {
  background: #fff;
  overflow: hidden;
}
.carriculam-line p,
p.certified-pregarph {
  font-size: 19px;
  font-weight: 600;
  color: #5b21b6;
  margin: 2px 0;
}
.section-heading p {
  font-weight: 600;
  margin: 2px 0;
}
.graduate-tabs-wrapper,
.methodology-tabs-wrap {
  overflow-x: auto;
  scrollbar-width: none;
}
.methodology-tabs-wrap::-webkit-scrollbar {
  display: none;
}
.methodology-tabs {
  display: flex;
  flex-wrap: nowrap;
  gap: 15px;
  min-width: max-content;
  justify-content: start;
  border: none;
}
.methodology-tabs .nav-link {
  border: none;
  background: #f8f8f8;
  border-radius: 14px;
  padding: 15px 22px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #333;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.06);
  transition: 0.3s;
}
.methodology-tabs .nav-link i {
  font-size: 20px;
}
.graduate-tabs .nav-link.active,
.methodology-tabs .nav-link.active {
  background: #ff6b00;
  color: #fff;
}
.methodology-card {
  background: #fff;
  border-radius: 24px;
  padding: 35px;
  position: relative;
}
.methodology-icon {
  width: 80px;
  height: 80px;
  background: #fff3ec;
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
}
.methodology-icon i {
  font-size: 36px;
  color: #5b21b6;
}
.methodology-card ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.methodology-card ul li {
  position: relative;
  padding-left: 35px;
  margin-bottom: 18px;
  font-size: 16px;
  color: #444;
  line-height: 1.7;
}
.methodology-card ul li:before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #fff3ec;
  color: #5b21b6;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
}
@media (max-width: 767px) {
  #vhs-about-mba-section {
    padding: 45px 0;
  }
  #vhs-about-logo-row {
    margin-bottom: 30px;
  }
  .vhs-about-logo {
    max-height: 35px;
  }
  #vhs-about-card {
    padding: 25px;
    border-radius: 18px;
  }
  #vhs-about-heading {
    font-size: 20px;
    line-height: 1.3;
  }
  #vhs-about-subtitle {
    font-size: 15px;
    line-height: 1.5;
  }
  #vhs-about-card p {
    font-size: 16px;
    line-height: 1.8;
    text-align: justify;
  }
  .section-heading h2 {
    font-size: 30px;
  }
  .methodology-card {
    padding: 20px;
  }
  .methodology-icon {
    width: 60px;
    height: 60px;
  }
  .methodology-icon i {
    font-size: 28px;
  }
  .methodology-card ul li {
    font-size: 14px;
    padding-left: 30px;
  }
  .methodology-tabs .nav-link {
    padding: 12px 16px;
    font-size: 14px;
  }
}
.graduate-with-section {
  background: #fffadc;
}
.section-heading h2 {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 10px;
}
.section-heading h2 span {
  color: #ff6b00;
}
.section-heading p {
  font-size: 18px;
  color: #666;
  max-width: 700px;
}
.graduate-tabs-wrapper::-webkit-scrollbar {
  display: none;
}
.graduate-tabs {
  display: flex;
  flex-wrap: nowrap;
  gap: 15px;
  min-width: max-content;
  border: none;
}
.graduate-card,
.graduate-card i {
  display: flex;
  align-items: center;
}
.graduate-tabs .nav-link {
  border: 1px solid #ddd;
  background: #fff;
  padding: 14px 24px;
  border-radius: 50px;
  font-weight: 600;
  color: #333;
  white-space: nowrap;
  transition: 0.3s;
}
.graduate-card {
  background: #fff;
  border-radius: 18px;
  padding: 15px;
  height: 100%;
  gap: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
  transition: 0.3s;
  border: 1px solid #ddd;
}
.graduate-card:hover {
  transform: translateY(-5px);
}
.graduate-card i {
  width: 55px;
  height: 55px;
  min-width: 55px;
  background: #fff3ec;
  color: #5b21b6;
  border-radius: 12px;
  justify-content: center;
  font-size: 24px;
}
.faculty-more,
.imges.mobile,
.vh-more-faq {
  display: none;
}
.graduate-card p {
  margin: 0;
  font-size: 16px;
  color: #333;
  line-height: 1.6;
}
#journey-benefits-section-ux91 {
  padding: 40px 0 50px;
  background: #fff;
}
.journey-benefits-title-ux91 {
  text-align: center;
  margin-bottom: 25px;
}
.journey-benefits-title-ux91 h2 {
  font-size: 24px;
  font-weight: 700;
  color: #000;
  margin: 0;
}
.journey-benefits-grid-ux91 {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 15px;
  margin-bottom: 40px;
}
.journey-benefit-card-ux91 {
  min-height: 72px;
  background: #fff;
  border: 1.5px solid #f4a11b;
  border-radius: 14px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 15px;
  font-size: 15px;
  font-weight: 500;
  color: #111;
  line-height: 1.3;
}
.journey-arrow-ux91 {
  color: #f4b000;
  font-size: 18px;
  flex-shrink: 0;
}
.journey-banner-wrap-ux91 {
  padding: 0 20px;
}
.journey-banner-ux91 {
  background: linear-gradient(90deg, #f4c842 0, #ff8510 100%);
  padding: 24px 20px;
  text-align: center;
}
.journey-banner-ux91 h3 {
  margin: 0;
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2;
}
.journey-banner-ux91 p {
  margin: 6px 0 0;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
}
@media (max-width: 1199px) {
  .journey-benefits-grid-ux91 {
    grid-template-columns: repeat(3, 1fr);
  }
}
#vh-eligibility-section,
#vh-job-opportunity {
  background: #fff;
  padding: 50px 0;
}
.vh-title h2 {
  font-size: 32px;
  font-weight: 700;
  color: #222;
}
.vh-eligibility-card {
  background: linear-gradient(90deg, #fff8dd 0, #fff5cf 100%);
  border-radius: 22px;
  padding: 45px;
  overflow: hidden;
  position: relative;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}
.vh-btn,
.vh-btn-primary,
.vh-icon {
  background: #f26522;
  color: #fff;
}
.sastra_bottom_card,
.sastra_info_card {
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
}
.vh-eligibility-card:before {
  content: "";
  position: absolute;
  width: 320px;
  height: 320px;
  background: rgba(255, 173, 38, 0.08);
  border-radius: 50%;
  top: -150px;
  left: -120px;
}
.vh-eligibility-content {
  position: relative;
  z-index: 2;
}
.vh-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 24px;
}
.vh-icon {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 16px;
  flex-shrink: 0;
  font-size: 18px;
}
.vh-item p {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  color: #222;
  line-height: 1.6;
}
.vh-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 10px;
  transition: 0.3s;
}
.vh-btn:hover {
  background: #222;
  color: #fff;
  transform: translateY(-3px);
}
.vh-eligibility-image {
  text-align: right;
}
.vh-eligibility-image img {
  max-width: 100%;
  animation: 4s ease-in-out infinite floatImage;
}
@keyframes floatImage {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}
#sastra_mba_degree_section {
  padding: 70px 0;
  background: #f8f8f8;
  overflow: hidden;
}
#sastra_mba_degree_section * {
  box-sizing: border-box;
}
.sastra_container {
  max-width: 1320px;
  margin: auto;
  padding: 0 20px;
}
.sastra_grid {
  display: grid;
  grid-template-columns: 1.35fr 0.75fr;
  gap: 35px;
  align-items: start;
}
.sastra_degree_header h2 {
  font-size: 56px;
  font-weight: 800;
  line-height: 1.1;
  margin-bottom: 18px;
  color: #162044;
}
.sastra_degree_header h2 span {
  color: #ff7b00;
}
.sastra_degree_header p {
  font-size: 20px;
  line-height: 1.7;
  color: #555;
  max-width: 800px;
}
.sastra_info_card {
  background: #fff;
  padding: 24px;
  border-radius: 18px;
  margin-top: 20px;
  border-left: 4px solid #ff7b00;
}
.blue_card {
  border-left: 4px solid #1d4ed8;
}
.card_title {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 15px;
}
.card_title i {
  font-size: 28px;
  color: #ff7b00;
}
.blue_card .card_title i {
  color: #1d4ed8;
}
.card_title h3 {
  margin: 0;
  font-size: 26px;
  font-weight: 700;
  color: #162044;
}
.evaluation_grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
  margin: 20px 0;
}
.evaluation_item {
  background: #fafafa;
  border-radius: 12px;
  padding: 11px 14px;
  text-align: left;
}
.stat-box,
.vh-discount,
.vh-fee-card,
.vh-fee-tabs,
.vh-section-header {
  text-align: center;
}
.evaluation_item i {
  display: block;
  font-size: 30px;
  color: #ff7b00;
  margin-bottom: 10px;
}
.evaluation_item span {
  font-size: 14px;
  line-height: 1.5;
  font-weight: 600;
}
.small_text {
  font-size: 15px;
  line-height: 1.7;
}
.check_list {
  list-style: none;
  padding: 0;
  margin: 18px 0;
}
.check_list li {
  position: relative;
  padding-left: 32px;
  margin-bottom: 12px;
  font-size: 16px;
}
.check_list li:before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 2px;
  width: 20px;
  height: 20px;
  background: #1d4ed8;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
}
.sastra_bottom_card {
  background: #fff;
  padding: 24px;
  border-radius: 18px;
  margin-top: 20px;
}
.sastra_bottom_card p {
  margin-bottom: 15px;
  line-height: 1.8;
}
.download_certificate_btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: linear-gradient(90deg, #ffb12a, #ff7b00);
  color: #fff;
  padding: 14px 17px;
  border-radius: 50px;
  font-weight: 700;
  transition: 0.3s;
}
.about-university,
.vh-career-company-section,
.vh-content-box,
.vh-job-box {
  background: #fff;
}
.download_certificate_btn:hover {
  color: #fff;
  transform: translateY(-2px);
}
.certificate_wrapper {
  position: sticky;
  top: 100px;
  background: #fff;
  border-radius: 24px;
  padding: 15px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
}
.certificate_wrapper img {
  width: 100%;
  display: block;
  border-radius: 12px;
}
.vh-company-card,
.vh-job-box i {
  display: flex;
  align-items: center;
}
.vh-job-title h2 {
  font-size: 44px;
  font-weight: 700;
  margin-bottom: 0;
}
.vh-job-image {
  border-radius: 18px;
  overflow: hidden;
}
.vh-job-image img {
  width: 100%;
  border-radius: 18px;
}
.vh-job-box {
  border: 1px solid #ececec;
  border-radius: 14px;
  padding: 18px;
  height: 100%;
  transition: 0.3s;
}
.vh-job-box:hover {
  transform: translateY(-5px);
  border-color: #ffb12a;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}
.vh-job-box i {
  width: 42px;
  height: 42px;
  background: #fff3d8;
  border-radius: 10px;
  justify-content: center;
  font-size: 20px;
  margin-bottom: 12px;
}
.vh-job-box h6 {
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 17px;
}
.vh-job-box p {
  margin-bottom: 5px;
  font-size: 14px;
  color: #555;
  position: relative;
  padding-left: 12px;
}
.vh-job-box p:before {
  content: "•";
  position: absolute;
  left: 0;
  color: #ffb12a;
}
.vh-career-title {
  font-size: 31px;
  font-weight: 600;
  color: #182433;
  line-height: 1.2;
  margin: 0;
}
.vh-career-btn {
  background: linear-gradient(90deg, #ffc63d, #ff7b18);
  color: #fff;
  padding: 12px 30px;
  border-radius: 10px;
  font-weight: 600;
  transition: 0.3s;
}
.include h3 span,
.vh-eyebrow {
  color: #1e8e3e;
}
.vh-career-btn:hover {
  transform: translateY(-2px);
  color: #fff;
}
.vh-company-slider-wrapper {
  border: 1px solid #5b27d8;
  border-radius: 22px;
  padding: 15px;
  overflow: hidden;
}
.vh-company-card {
  height: 110px;
  background: #fff;
  border-radius: 12px;
  justify-content: center;
  padding: 20px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
  margin: 8px;
}
.vh-company-card img {
  max-width: 100%;
  max-height: 65px;
  object-fit: contain;
}
.vh-company-carousel .owl-dots {
  text-align: center;
  margin-top: 18px;
}
.vh-company-carousel .owl-dot span {
  width: 12px;
  height: 12px;
  background: #aaa;
  display: block;
  border-radius: 50%;
  margin: 5px;
}
.vh-company-carousel .owl-dot.active span {
  width: 35px;
  border-radius: 10px;
  background: #54208f;
}
.vh-section-header {
  max-width: 650px;
  margin: auto;
}
.vh-eyebrow {
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
}
.vh-section-header h2 {
  font-size: 42px;
  font-weight: 800;
  margin: 10px 0;
  color: #0f172a;
}
.vh-section-header p {
  color: #64748b;
}
.vh-fee-tabs,
.vh-support-box {
  margin: 35px 0;
}
.vh-tab {
  border: 0;
  background: #163a6b;
  color: #fff;
  padding: 12px 30px;
  border-radius: 50px;
  font-weight: 600;
}
.vh-fee-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}
.vh-fee-card {
  background: #fff;
  padding: 35px 25px;
  border-radius: 22px;
  position: relative;
  box-shadow: 0 15px 40px rgba(15, 23, 42, 0.08);
  transition: 0.3s;
}
.vh-fee-card:hover {
  transform: translateY(-8px);
}
.vh-fee-card.highlight {
  border: 2px solid #f5a623;
}
.vh-badge {
  position: absolute;
  right: 15px;
}
.vh-card-icon {
  width: 55px;
  height: 55px;
  background: #f5a623;
  color: #0f0f0f;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto auto 20px;
  font-size: 25px;
  font-weight: 700;
}
.vh-content-box,
.vh-support-box {
  padding: 30px;
  border-radius: 20px;
}
.vh-fee-card h4 {
  color: #475569;
}
.vh-fee-card h3 {
  font-size: 34px;
  margin: 12px 0;
  color: #0f172a;
}
.vh-fee-card del {
  color: #94a3b8;
}
.vh-discount {
  color: #64748b;
  margin: 25px 0;
}
.vh-support-box,
a.vh-btn.vh-btn-outline {
  background: #163a6b;
  color: #fff;
}
.vh-support-box p {
  margin: 0;
}
.vh-payment-card span {
  margin-bottom: 7px;
  display: block;
  color: #163a6b;
  font-weight: 700;
}
.vh-fee-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 25px;
}
.vh-content-box h3 span {
  margin-right: 8px;
}
.exclude h3 span {
  color: #c23b22;
}
.vh-content-box ul {
  padding: 0;
  list-style: none;
}
.vh-content-box li {
  padding: 12px 0;
  border-bottom: 1px solid #e2e8f0;
}
.vh-payment-section {
  margin-top: 50px;
}
.vh-payment-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.vh-payment-card {
  background: #fff;
  padding: 25px;
  border-radius: 18px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
}
.vh-fee-actions {
  margin-top: 45px;
  display: flex;
  justify-content: center;
  gap: 20px;
}
.vh-btn {
  padding: 14px 35px;
  border-radius: 50px;
  font-weight: 700;
}
.vh-btn-outline {
  border: 2px solid #0f172a;
  color: #0f172a;
}
.sas-faculty-section {
  padding: 60px 0;
  background: #fff;
}
.sas-section-heading h2 {
  font-size: 32px;
  font-weight: 700;
  color: #002147;
  margin-bottom: 35px;
}
.sasFacultySwiper {
  padding-bottom: 45px;
}
.faculty-card {
  border: 1px solid #fcd200;
  border-radius: 18px;
  padding: 22px;
  height: 100%;
  background: #fff;
  transition: 0.3s;
}
.faculty-card:hover {
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}
.faculty-top {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 18px;
}
.faculty-top figure {
  margin: 0;
  flex-shrink: 0;
}
.faculty-top img {
  width: 90px;
  height: 90px;
  object-fit: cover;
  border-radius: 50%;
}
.faculty-top h3 {
  font-size: 18px;
  margin: 0;
  color: #002147;
  font-weight: 700;
}
.designation {
  margin: 5px 0;
  font-size: 14px;
  color: #555;
}
.faculty-content p {
  font-size: 14px;
  line-height: 1.6;
  color: #444;
  text-align: justify;
}
.faculty-readmore {
  border: 0;
  background: 0 0;
  color: #163a6b;
  font-weight: 600;
  padding: 0;
  cursor: pointer;
}
.swiper-pagination-bullet-active,
.vh-call-btn {
  background: #002147;
}
.vh-alumni-section {
  background: #f8fafc;
  padding: 50px 0;
}
.vh-alumni-title {
  font-size: 32px;
  font-weight: 700;
  color: #111827;
  margin-bottom: 8px;
}
.vh-alumni-title span {
  color: #f5b400;
}
.vh-alumni-subtitle {
  font-size: 14px;
  color: #64748b;
}
.vh-testimonial-card {
  background: #fff;
  border-radius: 14px;
  padding: 18px;
  height: 100%;
  border: 1px solid #e5e7eb;
  transition: 0.3s;
}
.vh-testimonial-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
}
.vh-quote {
  width: 32px;
  height: 32px;
  background: #f5b400;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  margin-bottom: 12px;
}
.vh-testimonial-card h3 {
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 4px;
  color: #111827;
}
.vh-testimonial-card small {
  display: block;
  color: #f5b400;
  font-weight: 600;
  margin-bottom: 10px;
}
.vh-testimonial-card p {
  font-size: 13px;
  line-height: 1.6;
  color: #64748b;
  margin: 0;
}
.about-tag {
  display: inline-block;
  background: #fff5e8;
  padding: 8px 16px;
  border-radius: 30px;
  font-size: 0.9rem;
  font-weight: 600;
}
.about-title {
  font-size: 32px;
  font-weight: 700;
  color: #1f2937;
  margin-bottom: 20px;
  line-height: 1.2;
}
.about-text {
  color: #555;
  font-size: 1rem;
  line-height: 1.8;
  margin-bottom: 18px;
}
.stat-box {
  background: #fff;
  border: 1px solid #ececec;
  border-radius: 16px;
  padding: 20px;
  transition: 0.25s;
  height: 100%;
}
.stat-box:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.08);
}
.stat-box h3 {
  color: #f59e0b;
  font-size: 2rem;
  margin-bottom: 5px;
  font-weight: 700;
}
.stat-box p {
  margin: 0;
  color: #666;
  font-size: 0.95rem;
}
.about-image img {
  width: 100%;
  border-radius: 24px;
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.08);
}
@media (max-width: 991px) {
  .vh-title h2 {
    font-size: 38px;
  }
  .vh-eligibility-card {
    padding: 35px;
  }
  .vh-eligibility-image {
    text-align: center;
    margin-top: 35px;
  }
  .evaluation_grid,
  .sastra_grid {
    grid-template-columns: 1fr;
  }
  .sastra_certificate_col {
    order: -1;
  }
  .certificate_wrapper {
    max-width: 420px;
    margin: auto;
    position: static;
  }
  .sastra_degree_header h2 {
    font-size: 42px;
  }
  .vh-job-title h2 {
    font-size: 34px;
    text-align: center;
  }
  .vh-job-image {
    margin-bottom: 20px;
  }
  .vh-fee-cards,
  .vh-payment-grid {
    grid-template-columns: 1fr 1fr;
  }
  .about-text,
  .about-title {
    text-align: center;
  }
  .about-title {
    font-size: 2rem;
  }
  .about-tag {
    display: table;
    margin: auto;
  }
}
#otp-one,
.faq-title {
  margin-top: 15px;
}
@media (max-width: 576px) {
  #sastra_mba_degree_section {
    padding: 50px 0;
  }
  .sastra_degree_header h2 {
    font-size: 25px;
  }
  .sastra_degree_header p {
    font-size: 16px;
  }
  .card_title h3 {
    font-size: 18px;
  }
  .sastra_bottom_card,
  .sastra_info_card {
    padding: 18px;
  }
  .download_certificate_btn {
    width: 100%;
    justify-content: center;
  }
  .vh-alumni-title {
    font-size: 24px;
  }
  .vh-testimonial-card {
    padding: 15px;
  }
  .vh-testimonial-card p {
    font-size: 12.5px;
  }
  .about-title {
    font-size: 20px;
    text-align: left;
  }
  .about-text {
    font-size: 16px;
    text-align: justify;
  }
  .stat-box {
    padding: 16px;
  }
  .stat-box h3 {
    font-size: 1.6rem;
  }
}
.faq-section {
  background: #f8fafc;
}
.faq-tag {
  display: inline-block;
  padding: 8px 18px;
  background: #fff4e5;
  color: #f59e0b;
  border-radius: 30px;
  font-weight: 600;
  font-size: 0.9rem;
}
.faq-title {
  font-size: 2.5rem;
  font-weight: 700;
}
.faq-subtitle {
  color: #6b7280;
  max-width: 700px;
  margin: auto;
}
.accordion-item {
  border: none;
  border-radius: 14px;
  margin-bottom: 18px;
  overflow: hidden;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.05);
}
.accordion-button {
  font-size: 1.05rem;
  font-weight: 600;
  padding: 22px;
  background: #fff;
}
.accordion-button:not(.collapsed) {
  background: #fff;
  color: #f26522;
  box-shadow: none;
}
.accordion-button:focus {
  box-shadow: none;
}
.accordion-body {
  color: #555;
  line-height: 1.8;
  padding: 22px;
}
.vh-view-faq-btn {
  background: #163a6b;
  color: #fff;
  border: none;
  padding: 10px 28px;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: 0.3s;
}
.bg-green {
  background-color: #000;
}
.vh-view-faq-btn:hover {
  background: #f59e0b;
}
.vh-modal-dialog {
  max-width: 980px;
}
.vh-modal-content {
  border: 0;
  overflow: hidden;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 25px 70px rgba(0, 0, 0, 0.18);
  position: relative;
}
.vh-close-btn {
  position: absolute;
  top: 18px;
  right: 18px;
  z-index: 10;
  background: #fff;
  border-radius: 50%;
  opacity: 1;
  padding: 8px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
  height: 20px;
  width: 20px;
  line-height: 0;
  text-align: center;
}
.vh-modal-left {
  height: 100%;
  padding: 55px 45px;
  background: linear-gradient(135deg, #002147 0, #0c4179 100%);
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.vh-badge {
  display: inline-block;
  width: max-content;
  background: #f9b000;
  color: #222;
  font-size: 13px;
  font-weight: 700;
  padding: 8px 16px;
  border-radius: 30px;
  margin-bottom: 22px;
  left: 30px;
  top: 40px;
}
.vh-title {
  font-size: 28px;
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 18px;
}
select#educationn2,
select#experience2 {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' fill='%23666' viewBox='0 0 16 16'%3E%3Cpath d='M3.2 5.5L8 10.3l4.8-4.8' stroke='%23666' stroke-width='2' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 15px center;
  background-size: 14px;
  padding-right: 45px;
}
.vh-desc {
  font-size: 15px;
  line-height: 1.8;
  opacity: 0.92;
  margin-bottom: 35px;
}
.vh-feature-item {
  display: flex;
  align-items: center;
  gap: 14px;
}
.vh-feature-item span {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #fff;
  color: #002147;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  font-weight: 700;
  flex-shrink: 0;
}
.vh-feature-item p {
  margin: 0;
  font-size: 15px;
  font-weight: 500;
}
.vh-modal-right {
  padding: 40px;
  background: #fff;
}
.vh-form-header {
  margin-bottom: 28px;
}
.vh-form-header h4 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 8px;
  color: #002147;
}
.vh-form-header p {
  margin: 0;
  color: #6d6d6d;
  font-size: 12px;
}
.contact-fild-box,
.contact_fild {
  width: 100%;
}
.formIDfid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}
.contact-fild-box:last-child {
  grid-column: 1/-1;
}
.contact_fild .form-control,
.contact_fild .form-select {
  height: 56px;
  border: 1px solid #d9dee5;
  border-radius: 12px;
  padding: 12px 18px;
  font-size: 15px;
  background: #fff;
  box-shadow: none;
  transition: 0.3s;
}
.contact_fild textarea.form-control {
  height: auto;
}
.contact_fild .form-control:focus,
.contact_fild .form-select:focus {
  border-color: #002147;
  box-shadow: 0 0 0 0.18rem rgba(0, 33, 71, 0.12);
}
.contact_fild .form-control::placeholder {
  color: #8b8b8b;
}
.testms {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 13px !important;
  color: #555;
  line-height: 1.5 !important;
  margin: 0;
}
.testms input {
  margin-top: 4px;
  flex-shrink: 0;
}
.btn-form,
.btn_submit {
  width: 100%;
  height: 56px;
  border: none;
  border-radius: 12px;
  background: #002147;
  color: #fff;
  font-size: 17px;
  font-weight: 700;
  transition: 0.35s;
}
.btn-form:hover,
.btn_submit:hover {
  background: #f26522;
  transform: translateY(-2px);
  box-shadow: 0 15px 35px rgba(242, 101, 34, 0.28);
}
.d-none {
  display: none !important;
}
.modal-body {
  max-height: 80vh;
  overflow-y: auto;
}
.modal-body::-webkit-scrollbar {
  width: 6px;
}
.modal-body::-webkit-scrollbar-thumb {
  background: #d0d0d0;
  border-radius: 20px;
}
@media (max-width: 991px) {
  .vh-modal-dialog {
    max-width: 96%;
    margin: 1rem auto;
  }
  .vh-modal-content {
    border-radius: 18px;
  }
  .vh-modal-left {
    display: none;
  }
  .vh-modal-right {
    padding: 30px 24px;
  }
  .vh-form-header {
    text-align: center;
    margin-bottom: 22px;
  }
  .vh-form-header h4 {
    font-size: 28px;
  }
  .vh-form-header p {
    font-size: 14px;
  }
  .formIDfid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .contact-fild-box {
    width: 100%;
  }
  .contact-fild-box:last-child {
    grid-column: auto;
  }
  .btn-form,
  .btn_submit,
  .contact_fild .form-control,
  .contact_fild .form-select {
    height: 54px;
  }
}
@media (max-width: 767px) {
  .section-heading h2,
  .vh-section-header h2 {
    font-size: 30px;
  }
  .imges.desktops {
    display: none;
  }
  .imges.mobile {
    display: block;
  }
  .section-heading p,
  .vh-job-box h6 {
    font-size: 15px;
  }
  .graduate-tabs .nav-link {
    padding: 12px 18px;
    font-size: 14px;
  }
  .graduate-card {
    padding: 18px;
  }
  .graduate-card i {
    width: 45px;
    height: 45px;
    min-width: 45px;
    font-size: 20px;
  }
  .graduate-card p {
    font-size: 14px;
  }
  #journey-benefits-section-ux91 {
    padding: 30px 0 40px;
  }
  .journey-banner-ux91 h3,
  .journey-benefits-title-ux91 h2 {
    font-size: 22px;
  }
  .journey-benefits-grid-ux91 {
    grid-template-columns: 1fr;
    gap: 12px;
    margin-bottom: 25px;
  }
  .journey-benefit-card-ux91 {
    min-height: auto;
    padding: 14px 15px;
    font-size: 14px;
  }
  .journey-banner-wrap-ux91 {
    padding: 0;
  }
  .journey-banner-ux91 {
    border-radius: 12px;
    padding: 20px 15px;
  }
  .journey-banner-ux91 p {
    font-size: 15px;
    line-height: 1.5;
  }
  .vh-title {
    text-align: left;
  }
  .vh-title h2 {
    font-size: 20px;
  }
  .vh-eligibility-card {
    padding: 25px 20px;
  }
  .vh-item {
    align-items: flex-start;
  }
  .vh-item p {
    font-size: 17px;
  }
  .vh-icon {
    width: 28px;
    height: 28px;
    font-size: 15px;
    margin-right: 12px;
  }
  .vh-btn {
    width: 100%;
    justify-content: center;
    margin-top: 15px;
    text-align: center;
  }
  .vh-eligibility-image {
    margin-top: 25px;
  }
  .vh-eligibility-image img {
    max-width: 260px;
  }
  .vh-job-title h2 {
    font-size: 28px;
  }
  .vh-job-box {
    padding: 15px;
  }
  .vh-form-header p,
  .vh-job-box p {
    font-size: 13px;
  }
  .vh-job-box i {
    width: 36px;
    height: 36px;
    font-size: 18px;
  }
  .vh-fee-section {
    padding: 50px 15px;
  }
  .vh-fee-cards,
  .vh-fee-content,
  .vh-payment-grid {
    grid-template-columns: 1fr;
  }
  .vh-fee-actions {
    flex-direction: column;
  }
  .modal-dialog {
    margin: 0.6rem;
  }
  .vh-modal-dialog {
    max-width: 100%;
  }
  .vh-modal-content {
    border-radius: 16px;
  }
  .vh-modal-right {
    padding: 22px 18px;
  }
  .vh-close-btn {
    width: 18px;
    height: 18px;
    top: 12px;
    right: 12px;
    padding: 0.55rem;
  }
  .vh-form-header {
    padding-right: 0;
    padding-top: 20px;
  }
  .vh-form-header h4 {
    font-size: 24px;
    margin-bottom: 6px;
  }
  .formIDfid {
    gap: 14px;
  }
  .contact_fild .form-control,
  .contact_fild .form-select {
    height: 52px;
    font-size: 14px;
    border-radius: 10px;
    padding: 10px 14px;
  }
  .btn-form,
  .btn_submit {
    height: 52px;
    font-size: 16px;
    border-radius: 10px;
  }
  .testms {
    font-size: 12px !important;
    line-height: 1.45 !important;
    gap: 8px;
  }
  .testms label {
    margin: 0;
  }
  .form-text {
    margin-bottom: 12px !important;
  }
  .modal-body {
    max-height: 75vh;
    overflow-y: auto;
    padding: 0;
  }
}
@media (max-width: 575px) {
  .vh-modal-dialog {
    margin: 0;
    background: #fff;
    z-index: 9999999999;
    align-items: flex-start;
    min-height: 100%;
  }
  .vh-modal-content {
    border-radius: 14px;
    box-shadow: 0 0 0;
  }
  .vh-modal-right {
    padding: 18px 15px;
  }
  .vh-form-header h4 {
    font-size: 22px;
  }
  .vh-form-header p {
    font-size: 12px;
  }
  .contact_fild .form-control,
  .contact_fild .form-select {
    height: 50px;
    font-size: 14px;
    padding: 10px 12px;
  }
  .btn-form,
  .btn_submit {
    height: 50px;
    font-size: 15px;
  }
  .testms {
    font-size: 11px !important;
  }
}
@media (max-width: 360px) {
  .vh-modal-right {
    padding: 16px 12px;
  }
  .vh-form-header h4 {
    font-size: 20px;
  }
  .contact_fild .form-control,
  .contact_fild .form-select {
    height: 48px;
    font-size: 13px;
  }
  .btn-form,
  .btn_submit {
    height: 48px;
    font-size: 14px;
  }
}
@media (max-height: 650px) {
  .modal-body {
    max-height: 68vh;
    overflow-y: auto;
  }
}
.modal-body.popup-enters {
  max-height: 100vh;
  padding: 0;
}
.vh-sticky-contact {
  position: fixed;
  left: 18px;
  bottom: 20px;
  z-index: 999;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.vh-sticky-contact a {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  padding: 4px 9px;
  border-radius: 50px;
  font-size: 12px;
  font-weight: 600;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.18);
  transition: 0.3s;
}
.vh-call-btn:hover {
  background: #0b3c6d;
  transform: translateY(-3px);
}
.vh-whatsapp-btn {
  background: #25d366;
}
.vh-whatsapp-btn:hover {
  background: #1fb655;
  transform: translateY(-3px);
}
.vh-call-btn,
.vh-whatsapp-btn {
  animation: 2s infinite vhPulse;
}
@keyframes vhPulse {
  0% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.35);
  }
  70% {
    box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
  }
}
.vh-apply-sticky {
  position: fixed;
  top: 50%;
  right: -62px;
  transform: translateY(-50%) rotate(-90deg);
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 14px 28px;
  background: #f26522;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  border-radius: 14px 14px 0 0;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.18);
  z-index: 9999;
  transition: 0.35s;
  opacity: 0;
  visibility: hidden;
}
.vh-apply-sticky i {
  font-size: 18px;
}
.vh-apply-sticky:hover {
  background: #002147;
  color: #fff;
  right: -56px;
}
.vh-apply-sticky.vh-show {
  opacity: 1;
  visibility: visible;
}
.so-career-modal {
  inset: 0;
  background: rgba(0, 0, 0, 0.75);
  z-index: 99999;
  justify-content: center;
  align-items: center;
  padding: 0;
}
button.btn-close.ssds-btnss {
  position: absolute;
  right: 20px;
  top: 10px;
}
.so-career-modal-content {
  position: relative;
  max-width: 520px;
  width: 100%;
  background: #fff;
  border-radius: 20px;
  padding: 40px 30px;
  text-align: center;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.25);
  animation: 0.4s popupFade;
}
.so-career-close {
  position: absolute;
  top: 12px;
  right: 15px;
  background: 0 0;
  border: none;
  font-size: 32px;
  cursor: pointer;
  color: #666;
}
.so-career-badge {
  display: inline-block;
  background: #f26522;
  color: #fff;
  padding: 8px 18px;
  border-radius: 50px;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 20px;
}
.so-career-modal-content h2 {
  font-size: 25px;
  line-height: 1.2;
  margin-bottom: 15px;
  color: #0b2341;
  font-weight: 600;
}
.so-career-desc {
  font-size: 17px;
  color: #555;
  line-height: 1.7;
  margin-bottom: 25px;
}
.so-career-price {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #222;
}
.so-career-price span {
  color: #f58220;
  font-size: 30px;
  font-weight: 700;
}
.so-career-tag {
  display: inline-block;
  background: #eef6ff;
  color: #0b2341;
  padding: 10px 18px;
  border-radius: 8px;
  font-weight: 600;
  margin-bottom: 25px;
}
.so-career-btn {
  display: block;
  width: 100%;
  background: #f26522;
  color: #fff;
  padding: 16px;
  border-radius: 10px;
  font-size: 18px;
  font-weight: 700;
  transition: 0.3s;
}
.so-career-btn:hover {
  background: #d96c0d;
}
.so-career-tnc {
  margin-top: 15px;
  font-size: 12px;
  color: #777;
}
@media (max-width: 768px) {
  .vh-sticky-contact {
    left: 14px;
    bottom: 106px;
    gap: 10px;
  }
  .vh-sticky-contact a {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    justify-content: center;
    padding: 0;
  }
  .vh-sticky-contact a span {
    display: none;
  }
  .sas-section-heading h2,
  .vh-apply-sticky i,
  .vh-career-title,
  .vh-sticky-contact a i {
    font-size: 20px;
  }
  .vh-apply-sticky {
    top: auto;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 58px;
    transform: none;
    border-radius: 0;
    justify-content: center;
    font-size: 16px;
    padding: 0 20px;
    gap: 10px;
    z-index: 999;
  }
  .vh-career-header {
    flex-direction: column;
    align-items: flex-start !important;
    gap: 18px;
  }
  .vh-career-btn {
    padding: 10px 22px;
    font-size: 14px;
    width: 100%;
    text-align: center;
  }
  .vh-company-slider-wrapper {
    padding: 8px;
    border-radius: 16px;
  }
  .vh-company-card {
    height: 90px;
    padding: 15px;
    margin: 6px;
  }
  .vh-company-card img {
    max-height: 50px;
  }
  .sas-faculty-section {
    padding: 35px 0;
  }
  .faculty-card {
    padding: 18px;
  }
  .faculty-top img {
    width: 75px;
    height: 75px;
  }
  .faculty-top h3 {
    font-size: 16px;
  }
  .faculty-content p {
    font-size: 13px;
  }
  .faq-title {
    font-size: 2rem;
  }
  .accordion-button {
    font-size: 1rem;
    padding: 18px;
  }
  .so-career-modal-content {
    padding: 30px 20px;
  }
  .so-career-modal-content h2,
  .so-career-price span {
    font-size: 26px;
  }
  .so-career-desc {
    font-size: 15px;
  }
}


