p {
  margin-bottom: 15px;
}

html {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  overflow-y: auto;
}

body {
  margin: 0;
  padding: 0;
  font-size: 0;
  line-height: 0;
  overflow-x: hidden;
  overflow-y: auto;
}

body > * {
  font-size: var(--rs-fs-body);
  line-height: 1.5;
}

body > header:first-of-type,
body > header:first-of-type .rs-header-area,
body > header:first-of-type .container-fluid {
  margin-block-start: 0 !important;
  padding-block-start: 0 !important;
}

body > header:first-of-type .rs-header-top.rs-header-top-one.has-theme-red {
  margin-block-start: 6px !important;
  top: 0 !important;
  background: #051435 !important;
}

#backtotop-wrap {
  width: 42px;
  height: 42px;
  border: 0;
  appearance: none;
}

#backtotop-wrap .progress-circle {
  transition: stroke-dashoffset 0.15s linear;
}

.rs-header-area.has-theme-red .main-menu > ul > li > a {
  color: #051435;
  font-weight: 600;
  padding: 12px 0px;
}

.rs-header-top.rs-header-top-one.has-theme-red {
  padding-inline-start: 15px;
  padding-inline-end: 15px;
  border-radius: 0;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: auto !important;
}

/* Compact shared header */
.veda-alternate-header {
  display: none !important;
}

.rs-header-top.rs-header-top-one.has-theme-red {
  margin-top: 0;
  margin-bottom: 0px;
  padding-top: 4px;
  padding-bottom: 4px;
}

.rs-header-top.rs-header-top-one .header-nav-menu-item a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.rs-header-top.rs-header-top-one .header-nav-menu-item a.active {
  color: #ffca3a;
  font-weight: 700;
}

.rs-header-top.rs-header-top-one .header-nav-menu-item a i {
  color: currentColor;
  line-height: 1;
}

.rs-header-three .header-wrapper.has-space {
  padding-top: 6px;
  padding-bottom: 6px;
  background: #f7f9ff;
  border-bottom: 1px solid rgba(5, 20, 53, 0.08);
}

.rs-header-three .main-menu > ul > li > a,
.rs-header-three.has-space .main-menu > ul > li > a {
  gap: 6px;
  color: #051435;
  font-weight: 600;
  padding-top: 12px;
  padding-bottom: 12px;
}

.rs-header-three .main-menu > ul > li > a i {
  display: inline-flex;
  width: 18px;
  justify-content: center;
  color: currentColor;
  font-size: 15px;
  line-height: 1;
}

.rs-header-area.has-theme-red .main-menu ul li.active > a,
.rs-header-area.has-theme-red .main-menu ul li a.active,
.rs-header-area.has-theme-red .main-menu > ul > li:hover > a,
.rs-header-area.has-theme-red .main-menu > ul > li:hover > a::after,
.rs-header-area.has-theme-red .main-menu .submenu li:hover > a,
.rs-header-area.has-theme-red .main-menu .submenu li a:hover,
.rs-header-area.has-theme-red .main-menu .submenu li a.active {
  color: #960b27;
}

.rs-header-area.has-theme-red .main-menu > ul > li.active > a,
.rs-header-area.has-theme-red .main-menu > ul > li.active > a::after,
.rs-header-area.has-theme-red .main-menu > ul > li > a.active,
.rs-header-area.has-theme-red .main-menu > ul > li > a.active::after {
  color: #960b27 !important;
}

.rs-header-area.has-theme-red .main-menu > ul > li.active > a,
.rs-header-area.has-theme-red .main-menu > ul > li > a.active {
  font-weight: 700;
}

.rs-header-area.has-theme-red .main-menu > ul > li.active > a::before,
.rs-header-area.has-theme-red .main-menu > ul > li > a.active::before,
.rs-header-area.has-theme-red .main-menu > ul > li:hover > a::before {
  position: absolute;
  right: 0;
  bottom: 6px;
  left: 0;
  width: 100%;
  height: 3px;
  border-radius: 999px;
  background: #960b27;
  content: "";
  opacity: 1;
}

.rs-header-three .header-logo img {
  max-height: 44px;
  width: auto;
}

.rs-header-three .header-btn .rs-btn {
  padding-top: 8px !important;
  padding-bottom: 8px !important;
  background: #051435;
  color: #fff;
  font-weight: 700;
}

.rs-header-three .header-btn .rs-btn:hover {
  background: #ffca3a;
  color: #051435;
}

.rs-header-three .header-icon-wrapper {
  display: none;
}

/* University collaborations page */
.veda-university-intro__panel {
  display: grid;
  gap: 14px;
  padding: 28px;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 12px 35px rgba(22, 51, 108, 0.1);
}

.veda-university-intro__panel > div {
  display: flex;
  align-items: center;
  gap: 14px;
  color: #4d5765;
}

.veda-university-intro__panel i {
  display: grid;
  width: 46px;
  height: 46px;
  flex: 0 0 46px;
  place-items: center;
  border-radius: 50%;
  background: rgba(150, 11, 39, 0.1);
  color: #960b27;
  font-size: 23px;
}

.veda-university-intro__panel strong {
  display: block;
  color: #16336c;
  font-size: 17px;
}

.veda-university-network__intro {
  max-width: 650px;
  margin: 12px auto 0;
}

.veda-university-card {
  display: flex;
  height: 100%;
  min-height: 240px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 25px 20px;
  border: 1px solid rgba(22, 51, 108, 0.12);
  border-radius: 14px;
  background: #fff;
  text-align: center;
  box-shadow: 0 8px 25px rgba(22, 51, 108, 0.07);
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease;
}

.veda-university-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 35px rgba(22, 51, 108, 0.14);
}

.veda-university-card__logo-wrap {
  display: flex;
  width: 100%;
  height: 135px;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
}

.veda-university-card__logo {
  max-width: 190px;
  max-height: 125px;
  object-fit: contain;
}

.veda-university-card h3,
.veda-university-support__card h3 {
  color: #16336c;
  font-size: 18px;
  line-height: 1.35;
}

.veda-university-support__card {
  height: 100%;
  padding: 30px;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 10px 30px rgba(22, 51, 108, 0.08);
}

.veda-university-support__card > i {
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  margin-bottom: 20px;
  border-radius: 12px;
  background: #960b27;
  color: #fff;
  font-size: 28px;
}

.veda-university-support__card p {
  margin: 10px 0 0;
}

.veda-university-cta__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding: 45px 50px;
  border-radius: 18px;
  background: #16336c;
  color: #fff;
}

.veda-university-cta__inner span {
  color: #ffb15f;
  font-weight: 700;
  text-transform: uppercase;
}

.veda-university-cta__inner h2 {
  max-width: 670px;
  margin: 8px 0 0;
  color: #fff;
  font-size: clamp(25px, 3vw, 38px);
}

@media only screen and (max-width: 767px) {
  .veda-university-card {
    min-height: 215px;
  }

  .veda-university-card__logo-wrap {
    height: 115px;
  }

  .veda-university-cta__inner {
    align-items: flex-start;
    flex-direction: column;
    padding: 30px 24px;
  }
}

/* Branches page */
.veda-branch-intro__panel {
  display: grid;
  gap: 14px;
  padding: 28px;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 12px 35px rgba(22, 51, 108, 0.1);
}

.veda-branch-intro__panel > div {
  display: flex;
  align-items: center;
  gap: 14px;
  color: #4d5765;
}

.veda-branch-intro__panel i {
  display: grid;
  width: 46px;
  height: 46px;
  flex: 0 0 46px;
  place-items: center;
  border-radius: 50%;
  background: rgba(150, 11, 39, 0.1);
  color: #960b27;
  font-size: 23px;
}

.veda-branch-intro__panel strong {
  display: block;
  color: #16336c;
  font-size: 17px;
}

.veda-branch-network__intro {
  max-width: 650px;
  margin: 12px auto 0;
}

.veda-branch-card {
  position: relative;
  display: flex;
  height: 100%;
  flex-direction: column;
  padding: 30px 28px;
  border: 1px solid rgba(22, 51, 108, 0.12);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 8px 25px rgba(22, 51, 108, 0.07);
  scroll-margin-top: 140px;
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease;
}

.veda-branch-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 35px rgba(22, 51, 108, 0.14);
}

.veda-branch-card__badge {
  align-self: flex-start;
  padding: 5px 14px;
  border-radius: 99px;
  background: rgba(22, 51, 108, 0.08);
  color: #16336c;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.veda-branch-card__badge.is-head {
  background: #960b27;
  color: #fff;
}

.veda-branch-card__city {
  margin: 16px 0 0;
  color: #16336c;
  font-size: 24px;
  line-height: 1.25;
}

.veda-branch-card__city span {
  display: block;
  margin-top: 4px;
  color: #6d7684;
  font-size: 14px;
  font-weight: 500;
}

.veda-branch-card__address {
  display: flex;
  flex-grow: 1;
  gap: 12px;
  margin: 16px 0 20px;
  color: #4d5765;
  font-size: 15px;
  line-height: 1.65;
}

.veda-branch-card__address i {
  flex: 0 0 auto;
  margin-top: 3px;
  color: #960b27;
  font-size: 18px;
}

.veda-branch-card__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding-top: 18px;
  border-top: 1px solid rgba(22, 51, 108, 0.1);
}

.veda-branch-card__link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 9px 16px;
  border: 1px solid rgba(22, 51, 108, 0.15);
  border-radius: 99px;
  color: #16336c;
  font-size: 14px;
  font-weight: 600;
  transition:
    background 0.25s ease,
    border-color 0.25s ease,
    color 0.25s ease;
}

.veda-branch-card__link:hover {
  border-color: #960b27;
  background: #960b27;
  color: #fff;
}

.veda-branch-home {
  background: #f5f7fb;
}

.veda-branch-home__action {
  margin-top: 40px;
}

.veda-branch-cta__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding: 45px 50px;
  border-radius: 18px;
  background: #16336c;
  color: #fff;
}

.veda-branch-cta__inner span {
  color: #ffb15f;
  font-weight: 700;
  text-transform: uppercase;
}

.veda-branch-cta__inner h2 {
  max-width: 670px;
  margin: 8px 0 0;
  color: #fff;
  font-size: clamp(25px, 3vw, 38px);
}

@media only screen and (max-width: 767px) {
  .veda-branch-card {
    padding: 25px 22px;
    scroll-margin-top: 100px;
  }

  .veda-branch-cta__inner {
    align-items: flex-start;
    flex-direction: column;
    padding: 30px 24px;
  }
}

/* Shared "Get Consultation" call-to-action band */
.veda-consultation-cta__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 35px;
  padding: 45px 50px;
  border-radius: 18px;
  background: #16336c;
  color: #fff;
}

.veda-consultation-cta__copy span {
  color: #ffb15f;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.veda-consultation-cta__copy h2 {
  max-width: 620px;
  margin: 8px 0 0;
  color: #fff;
  font-size: clamp(24px, 2.6vw, 34px);
  line-height: 1.25;
}

.veda-consultation-cta__copy p {
  max-width: 620px;
  margin: 12px 0 0;
  color: rgba(255, 255, 255, 0.75);
  font-size: 16px;
  line-height: 1.6;
}

.veda-consultation-cta__actions {
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  align-items: stretch;
  gap: 14px;
}

.veda-consultation-cta__actions .rs-btn {
  justify-content: center;
  white-space: nowrap;
}

.veda-consultation-cta__call {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 11px 22px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 15px;
  color: #fff;
  font-weight: 600;
  white-space: nowrap;
  transition:
    background 0.25s ease,
    border-color 0.25s ease;
}

.veda-consultation-cta__call:hover {
  border-color: #ffb15f;
  background: rgba(255, 255, 255, 0.1);
  color: #ffb15f;
}

@media only screen and (max-width: 991px) {
  .veda-consultation-cta__inner {
    align-items: flex-start;
    flex-direction: column;
    gap: 26px;
    padding: 34px 28px;
  }

  .veda-consultation-cta__actions {
    width: 100%;
  }
}

/* Consultation button under the contact form's submit button */
.veda-contact-consult {
  margin-top: 18px;
}

/* Sits on the dark navy form panel, so the rule and label are light. */
.veda-contact-consult__divider {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
  color: rgba(255, 255, 255, 0.65);
  font-size: 14px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.veda-contact-consult__divider::before,
.veda-contact-consult__divider::after {
  content: "";
  height: 1px;
  flex: 1;
  background: rgba(255, 255, 255, 0.25);
}

.veda-contact-consult .rs-btn {
  justify-content: center;
}

/* Placeholder shown while the contact enquiry form is disabled */
.veda-contact-offline__note {
  margin-bottom: 24px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
  line-height: 1.65;
}

.veda-contact-offline .rs-btn {
  justify-content: center;
}

.veda-contact-offline__links {
  margin: 24px 0 0;
  padding: 20px 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  list-style: none;
}

.veda-contact-offline__links li {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
  color: rgba(255, 255, 255, 0.8);
}

.veda-contact-offline__links li:last-child {
  margin-bottom: 0;
}

.veda-contact-offline__links i {
  color: #ffca3a;
  font-size: 18px;
}

.veda-contact-offline__links a {
  color: #fff;
  font-weight: 600;
}

.veda-contact-offline__links a:hover {
  color: #ffca3a;
}

/* Homepage hero updates ticker */
.veda-hero-updates {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: stretch;
  margin-bottom: 18px;
  overflow: hidden;
  border: 1px solid rgba(150, 11, 39, 0.18);
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(22, 51, 108, 0.14);
}

.veda-hero-updates__label {
  position: relative;
  z-index: 2;
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 8px;
  padding: 11px 18px;
  background: #960b27;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  white-space: nowrap;
}

.veda-hero-updates__viewport {
  min-width: 0;
  flex: 1;
  overflow: hidden;
  align-items: center;
  display: flex;
  background: #fff;
}

.veda-hero-updates__track {
  display: flex;
  flex: 0 0 auto;
  width: max-content;
  min-width: max-content;
  animation: veda-hero-updates-scroll 12s linear infinite;
  will-change: transform;
}

.veda-hero-updates__viewport:hover .veda-hero-updates__track {
  animation-play-state: paused;
}

.veda-hero-updates__group {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  padding-left: 28px;
}

.veda-hero-updates__group span {
  display: flex;
  align-items: center;
  color: #051435;
  font-size: 15px;
  font-weight: 700;
  white-space: nowrap;
}

.veda-hero-updates__group span::after {
  margin: 0 28px;
  color: #e77b0d;
  content: "\2022";
  font-size: 20px;
}

@keyframes veda-hero-updates-scroll {
  to {
    transform: translateX(-50%);
  }
}

@media only screen and (max-width: 767px) {
  .veda-hero-updates {
    align-items: stretch;
  }

  .veda-hero-updates__label {
    padding-inline: 12px;
    font-size: 12px;
  }

  .veda-hero-updates__track {
    animation-duration: 18s;
  }
}

@media (prefers-reduced-motion: reduce) {
  .veda-hero-updates__track {
    animation-play-state: paused;
  }
}

.rs-contact-one.has-theme-red .rs-contact-bg-thumb {
  height: 500px;
}
.rs-contact-one .rs-contact-form {
  padding-top: 60px;
  padding-bottom: 80px;
}
.rs-footer-one .rs-footer-widget-contact-info {
  flex-wrap: wrap;
}
.rs-contact-one.has-theme-red .rs-contact-form {
  background: var(--rs-theme-blue);
}
.rs-contact-one.has-theme-red .rs-contact-input input,
.rs-contact-one.has-theme-red .rs-contact-input textarea {
  background: #003359;
  border-color: #003359;
}
.rs-footer-one .rs-footer-wrapper {
  grid-template-columns: 500px minmax(0, 1fr);
}

@media only screen and (max-width: 1600px) {
  .rs-footer-one .rs-footer-wrapper {
    grid-template-columns: 430px minmax(0, 1fr);
  }
}

@media only screen and (max-width: 1199px) {
  .rs-footer-one .rs-footer-wrapper {
    grid-template-columns: 340px minmax(0, 1fr);
  }
}

@media only screen and (max-width: 991px) {
  .rs-footer-one .rs-footer-wrapper {
    grid-template-columns: minmax(0, 1fr);
  }
}

.rs-footer-one .rs-footer-content-item p {
  max-width: 300px;
  margin: 0;
  color: #fff;
  font-size: 14px;
  line-height: 1.6;
}

@media only screen and (max-width: 767px) {
  .rs-footer-one .rs-footer-widget-contact-info {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 16px;
    width: 100%;
  }

  .rs-footer-one .rs-footer-content-item {
    width: 100%;
  }

  .rs-footer-one .rs-footer-content-item p {
    max-width: none;
    width: 100%;
    overflow-wrap: anywhere;
    font-size: 14px;
    line-height: 1.7;
  }
}

/* Homepage success stories */
.veda-success-stories {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, #f7f9ff 0%, #fff9f5 100%);
}

.veda-success-stories::before {
  position: absolute;
  top: -120px;
  right: -100px;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background: rgba(246, 69, 73, 0.08);
  content: "";
}

.veda-success-stories__intro {
  max-width: 700px;
  margin: 16px auto 0;
}

.veda-success-stories__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
}

.veda-success-story {
  position: relative;
  display: flex;
  min-height: 330px;
  flex-direction: column;
  padding: 42px 32px 32px;
  overflow: hidden;
  border: 1px solid rgba(22, 51, 108, 0.14);
  border-radius: 22px;
  background: #fff;
  box-shadow:
    0 12px 0 rgba(22, 51, 108, 0.04),
    0 20px 45px rgba(22, 51, 108, 0.1);
  transition:
    transform 0.3s ease,
    border-color 0.3s ease,
    box-shadow 0.3s ease;
}

.veda-success-story::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 6px;
  background: linear-gradient(
    90deg,
    #16336c 0 68%,
    #f64549 68% 86%,
    #ffca3a 86% 100%
  );
  content: "";
}

.veda-success-story:hover {
  transform: translateY(-9px);
  border-color: rgba(246, 69, 73, 0.3);
  box-shadow:
    0 16px 0 rgba(22, 51, 108, 0.04),
    0 26px 55px rgba(22, 51, 108, 0.16);
}

.veda-success-story__quote {
  height: 50px;
  color: #f64549;
  font-family: Georgia, serif;
  font-size: 78px;
  line-height: 0.9;
}

.veda-success-story__text {
  margin: 12px 0 30px;
  color: #536078;
  font-size: 17px;
  font-style: italic;
  line-height: 1.75;
}

.veda-success-story__student {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: auto;
  padding-top: 22px;
  border-top: 1px solid rgba(22, 51, 108, 0.1);
}

.veda-success-story__avatar {
  display: grid;
  width: 56px;
  height: 56px;
  flex: 0 0 56px;
  place-items: center;
  border-radius: 50%;
  background: #16336c;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.veda-success-story__student h3 {
  margin-bottom: 2px;
  color: #16336c;
  font-size: 19px;
}

.veda-success-story__student p {
  margin: 0;
  color: #f64549;
  font-size: 14px;
  font-weight: 600;
}

@media only screen and (max-width: 991px) {
  .veda-success-stories__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media only screen and (max-width: 767px) {
  .veda-success-stories__grid {
    grid-template-columns: 1fr;
  }

  .veda-success-story {
    min-height: auto;
    padding: 30px 24px 26px;
  }
}

.has-theme-yellow {
  color: var(--rs-theme-yellow);
}

.veda-collaboration-marquee {
  overflow: hidden;
  background: #fff;
}

.veda-collaboration-marquee__viewport {
  overflow: hidden;
  padding-block: 18px;
}

.veda-collaboration-marquee__track {
  display: flex;
  width: max-content;
  animation: veda-collaboration-scroll 60s linear infinite;
  will-change: transform;
}

.veda-collaboration-marquee__viewport:hover .veda-collaboration-marquee__track {
  animation-play-state: paused;
}

.veda-collaboration-marquee__group {
  display: flex;
  flex: 0 0 auto;
  align-items: stretch;
  gap: 24px;
  padding-right: 24px;
}

.veda-collaboration-marquee__item {
  display: flex;
  width: clamp(240px, 22vw, 320px);
  flex: 0 0 auto;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 190px;
  padding: 20px 26px;
  border: 1px solid rgba(5, 20, 53, 0.1);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 8px 25px rgba(5, 20, 53, 0.07);
  color: #051435;
  font-size: clamp(14px, 1.15vw, 17px);
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
}

.veda-collaboration-marquee__logo {
  display: block;
  width: 160px;
  height: 110px;
  flex: 0 0 110px;
  padding: 5px;
  border-radius: 12px;
  background: #fff;
  object-fit: scale-down;
  image-rendering: auto;
  filter: none;
}

@media only screen and (max-width: 767px) {
  .veda-collaboration-marquee__group {
    gap: 14px;
    padding-right: 14px;
  }

  .veda-collaboration-marquee__item {
    min-height: 165px;
    padding: 16px 10px;
  }

  .veda-collaboration-marquee__logo {
    width: 130px;
    height: 85px;
    flex-basis: 85px;
  }
}

.veda-collaboration-marquee__icon {
  display: grid;
  place-items: center;
  width: clamp(58px, 5vw, 76px);
  height: clamp(58px, 5vw, 76px);
  border-radius: 50%;
  background: #f7edf0;
  color: #960b27;
  font-size: clamp(30px, 3vw, 42px);
}

@keyframes veda-collaboration-scroll {
  to {
    transform: translateX(-50%);
  }
}

@media (prefers-reduced-motion: reduce) {
  .veda-collaboration-marquee__track {
    animation-play-state: paused;
  }
}

.text-navyblue {
  color: #272b35;
}
.curve-underline {
  position: relative;
  display: inline-block;
  padding-bottom: 12px;
}

.curve-underline::after {
  content: "";
  position: absolute;
  left: 23%;
  bottom: -1px;
  transform: translateX(-50%);
  width: 110%;
  height: 14px;
  background: no-repeat center/100% 150%
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 220 20'%3E%3Cpath d='M5 14 C55 6,165 6,215 14' stroke='%23ff8a00' stroke-width='5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
}
.sk-badge {
  margin-right: 0px !important;
}
.shimmer-text {
  font-family: "Cinzel Decorative", cursive;
  font-size: clamp(1rem, 3.5vw, 3.5rem);
  font-weight: 900;
  line-height: 1.3;
  color: #960b27;
  /* background: linear-gradient(135deg, #F5C842 0%, #D4A017 50%, #8B6914 100%); */
  -webkit-background-clip: text;
  background-clip: text;
  filter: drop-shadow(0 2px 8px rgba(212, 160, 23, 0.5));
  margin: 4px 0px 30px;
  animation: shimmer 4s linear infinite;
  text-align: center;
  /* -webkit-text-fill-color: transparent;*/
}
.scroll-margin-top-110px {
  scroll-margin-top: 110px;
}
.rs-program-list-icon i {
  color: #960b27;
}
.rs-program-icon {
  font-size: 30px;
}
.rs-program-three .rs-program-content {
  gap: 20px;
}
.rs-breadcrumb-one {
  padding-top: 50px;
  padding-bottom: 50px;
}

.veda-hero-carousel {
  position: relative;
  overflow: hidden;
}

.veda-hero-carousel .shimmer-text {
  margin-top: 0 !important;
  margin-bottom: 12px !important;
}

.veda-hero-carousel + .section-space {
  padding-top: 20px;
}

.veda-hero-carousel .swiper-slide img {
  display: block;
  width: 100%;
  object-fit: contain;
  border-radius: 15px;
}

.veda-hero-carousel .veda-hero-arrow {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.58);
  color: #fff;
  font-size: 30px;
  line-height: 1;
  transform: translateY(-50%);
  transition:
    background 0.2s ease,
    border-color 0.2s ease,
    color 0.2s ease;
}

.veda-hero-carousel .veda-hero-arrow:hover {
  border-color: #d6a029;
  background: #d6a029;
  color: #051435;
}

.veda-hero-carousel .veda-hero-arrow-prev {
  left: 45px;
  right: auto;
}

.veda-hero-carousel .veda-hero-arrow-next {
  left: auto;
  right: 45px;
}

.veda-hero-carousel .swiper-pagination {
  bottom: 18px;
}

.rs-pagination.swiper-pagination.has-transparent .swiper-pagination-bullet {
  background: transparent;
}

.rs-pagination.swiper-pagination.has-theme-red .swiper-pagination-bullet {
  border: 1px solid #960b27;
}

.rs-pagination.swiper-pagination.has-theme-red
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #960b27;
  border-color: #960b27;
}

.rs-pagination.swiper-pagination.has-theme-red .swiper-pagination-bullet:hover {
  background: #960b27;
}

.rs-why-choose-one .veda-country-view-more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 42px;
  margin-top: 0px;
  padding: 10px 18px;
  border-radius: 999px;
  background: #960b27;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  transition:
    background 0.2s ease,
    color 0.2s ease,
    transform 0.2s ease;
}

.rs-why-choose-one .veda-country-view-more i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.18);
  font-size: 16px;
  transition:
    background 0.2s ease,
    transform 0.2s ease;
}

.rs-why-choose-one .veda-country-view-more:hover {
  background: #d6a029;
  color: #051435;
  transform: translateY(-2px);
}

.rs-why-choose-one .veda-country-view-more:hover i {
  background: rgba(5, 20, 53, 0.12);
  transform: translateX(3px);
}

.rs-why-choose-one .rs-why-choose-item,
.rs-why-choose-one .rs-why-choose-item.has-theme-red {
  background: #fff;
  color: #051435;
}

.veda-heading-carousel {
  position: relative;
  padding-top: 10px;
  padding-bottom: 10px;
  overflow: hidden;
  border-top: 1px solid #ccc;
  background: linear-gradient(135deg, #f7f9ff 0%, #fff9f5 100%);
}

/* Counselling photo behind the hero copy, washed back so the text contrast is untouched. */
.veda-heading-carousel::before {
  content: "";
  position: absolute;
  z-index: 0;
  inset: 0;
  background-image: url("../images/bg/hero-bg-counselling.webp");
  background-position: center 35%;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.55;
  pointer-events: none;
}

/* Veil is heaviest through the middle, where the headline and paragraph sit. */
.veda-heading-carousel::after {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0.45) 0%,
    rgba(255, 255, 255, 0.93) 24%,
    rgba(255, 255, 255, 0.93) 76%,
    rgba(255, 255, 255, 0.45) 100%
  );
  pointer-events: none;
}

.veda-heading-content,
.veda-heading-carousel .veda-about-trust-container {
  position: relative;
  z-index: 2;
}

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

.veda-heading-title {
  margin: 0;
  font-size: clamp(30px, 3.3vw, 50px);
  line-height: 1.2;
}

.veda-heading-title i {
  margin-inline: 0.55em;
  padding: 0 !important;
  color: #d6a029;
  font-size: 0.22em !important;
  vertical-align: middle;
  position: relative;
  top: 12px;
}

.veda-heading-description {
  max-width: 1050px;
  margin: 10px auto 0;
  padding: 0 30px;
  font-size: clamp(16px, 1.35vw, 21px);
  line-height: 1.55;
  font-weight: 500;
}

.veda-heading-carousel h2 {
  height: 100%;
  margin: 0;
  padding: 30px;
  border-radius: 15px;
  background: #fff;
  color: #051435;
  font-size: 35px;
  line-height: 1.35;
  /* box-shadow: 0 4px 30px rgba(0, 0, 0, 0.08); */
}

.veda-heading-carousel .swiper-pagination {
  position: relative;
  bottom: auto;
  left: auto;
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: 30px;
}

.veda-heading-carousel .veda-heading-arrow {
  position: absolute;
  z-index: 2;
  top: 50%;
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border: 0;
  border-radius: 50%;
  background: #960b27;
  color: #fff;
  font-size: 26px;
  transform: translateY(-50%);
  transition:
    background-color 0.3s ease,
    transform 0.3s ease;
}

.veda-heading-carousel .veda-heading-arrow:hover {
  background: #051435;
  transform: translateY(-50%) scale(1.06);
}

.veda-heading-carousel .veda-heading-arrow-prev {
  left: 15px;
  right: auto;
}

.veda-heading-carousel .veda-heading-arrow-next {
  left: auto;
  right: 15px;
}

@media only screen and (max-width: 767px) {
  .veda-heading-carousel {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .veda-heading-carousel.mb-70 {
    margin-bottom: 0px !important;
  }

  .veda-heading-title {
    padding-inline: 10px;
    font-size: clamp(25px, 4vw, 25px);
  }

  .veda-heading-title i {
    margin-inline: 0.3em;
  }

  .veda-heading-description {
    margin-top: 7px;
    padding: 0 12px;
    font-size: 17px;
    line-height: 1.5;
  }

  .veda-heading-carousel h2 {
    padding: 18px 12px;
    font-size: 22px;
  }

  .veda-heading-carousel .veda-heading-arrow {
    top: 50%;
    bottom: auto;
    width: 40px;
    height: 40px;
    transform: translateY(-50%);
  }

  .veda-heading-carousel .veda-heading-arrow:hover {
    transform: translateY(-50%) scale(1.06);
  }

  .veda-heading-carousel .veda-heading-arrow-prev {
    left: 15px;
    right: auto;
  }

  .veda-heading-carousel .veda-heading-arrow-next {
    left: auto;
    right: 15px;
  }
}

@media only screen and (max-width: 480px) {
  .veda-heading-carousel .veda-about-trust-item {
    min-height: 40px !important;
  }
  .veda-heading-carousel {
    padding-top: 10px;
  }
  .veda-hero-carousel .swiper-slide img {
    height: auto;
    min-height: 120px !important;
  }

  .veda-heading-title {
    font-size: 20px;
    line-height: 1.35;
  }

  .veda-heading-title i {
    margin-inline: 0.22em;
    font-size: 0.2em !important;
  }

  .veda-heading-description {
    font-size: 14px;
    margin-top: 5px;
  }
  .curve-underline::after {
    background: no-repeat center/100% 100%
      url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 220 20'%3E%3Cpath d='M5 14 C55 6,165 6,215 14' stroke='%23ff8a00' stroke-width='5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
  }

  .rs-contact-one .rs-contact-form {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .veda-hero-updates__track {
    animation-duration: 18s;
  }
}

.rs-why-choose-one .rs-why-choose-item .rs-why-choose-title,
.rs-why-choose-one .rs-why-choose-item.has-theme-red .rs-why-choose-title {
  color: #051435;
}

.rs-why-choose-one .rs-why-choose-item .rs-why-choose-desc,
.rs-why-choose-one .rs-why-choose-item.has-theme-red .rs-why-choose-desc {
  color: #4d5765;
}

.rs-why-choose-one .rs-why-choose-item.has-theme-red .rs-why-choose-icon {
  background: #fff;
}

.rs-why-choose-one .rs-why-choose-item.has-theme-red .veda-country-view-more {
  background: #960b27;
  color: #fff;
}

.rs-why-choose-one .rs-why-choose-item.has-theme-red .veda-country-view-more i {
  background: rgba(255, 255, 255, 0.18);
}

.rs-why-choose-one .rs-section-desc:not(.veda-why-choose-intro) {
  display: none;
}

.veda-why-choose-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  max-width: 760px;
  margin: 30px auto 0;
  padding: 0;
  list-style: none;
  counter-reset: veda-why-item;
  text-align: left;
}

.veda-why-choose-list li {
  counter-increment: veda-why-item;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px 18px;
  border-radius: 10px;
  background: #fff;
  color: #051435;
  font-weight: 600;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.06);
}

.veda-why-choose-list li::before {
  content: counter(veda-why-item);
  flex: 0 0 34px;
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #960b27;
  color: #fff;
  font-weight: 700;
}

@media only screen and (max-width: 767px) {
  .curve-underline::after {
    background: no-repeat center/100% 100%
      url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 220 20'%3E%3Cpath d='M5 14 C55 6,165 6,215 14' stroke='%23ff8a00' stroke-width='5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
  }
  .veda-why-choose-list {
    grid-template-columns: 1fr;
  }
}

.rs-why-choose-one
  .rs-why-choose-item.has-theme-red
  .veda-country-view-more:hover {
  background: #d6a029;
  color: #051435;
}

.veda-country-detail-hero {
  overflow: hidden;
}

.veda-country-detail-hero .rs-breadcrumb-menu {
  margin-bottom: 26px;
}

.veda-country-detail-hero-inner {
  display: grid;
  grid-template-columns: 160px minmax(0, 1fr);
  gap: 32px;
  align-items: center;
}

.veda-country-detail-flag {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 160px;
  height: 120px;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 10px 30px rgba(5, 20, 53, 0.16);
  overflow: hidden;
}

.veda-country-detail-flag img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.veda-country-detail-content .rs-program-details-desc:not(:last-child) {
  margin-bottom: 18px;
}

.veda-country-info-section {
  padding-bottom: 26px;
}

.veda-country-info-section:not(:last-child) {
  margin-bottom: 26px;
  border-bottom: 1px solid rgba(5, 20, 53, 0.1);
}

.veda-country-info-section h3 {
  margin-bottom: 14px;
  color: #051435;
  font-size: 24px;
}

.veda-country-info-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 18px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.veda-country-info-list li {
  display: flex;
  gap: 8px;
  align-items: flex-start;
  color: #4d5765;
  font-weight: 600;
}

.veda-country-info-list li i {
  color: #960b27;
  font-size: 18px;
  line-height: 1.35;
}

.veda-country-detail-card {
  padding: 32px;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 10px 35px rgba(5, 20, 53, 0.08);
}

.veda-country-detail-card h3 {
  margin-bottom: 20px;
  color: #051435;
}

.veda-country-detail-card ul {
  display: grid;
  gap: 14px;
  margin: 0 0 28px;
  padding: 0;
  list-style: none;
}

.veda-country-detail-card li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  color: #4d5765;
  font-weight: 600;
}

.veda-country-detail-card li i {
  color: #960b27;
  font-size: 20px;
  line-height: 1.2;
}

@media (max-width: 767px) {
  .veda-hero-carousel .swiper-slide img {
    height: auto;
    min-height: 180px;
  }

  .veda-hero-carousel .veda-hero-arrow {
    width: 38px;
    height: 38px;
    font-size: 24px;
  }

  .veda-hero-carousel .veda-hero-arrow-prev {
    left: 10px;
    right: auto;
  }

  .veda-hero-carousel .veda-hero-arrow-next {
    left: auto;
    right: 10px;
  }

  .veda-country-detail-hero-inner {
    grid-template-columns: 1fr;
    gap: 22px;
    text-align: center;
  }

  .veda-country-detail-flag {
    width: 140px;
    height: 104px;
    margin: 0 auto;
  }

  .veda-country-detail-card {
    padding: 24px;
  }

  .veda-country-info-list {
    grid-template-columns: 1fr;
  }
}

.veda-neet-course-icon span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: #051435;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0;
}
.rs-why-choose-item.has-theme-red .veda-neet-course-icon span {
  background: #051435;
  color: #fff;
}
.veda-course-detail-hero .rs-breadcrumb-menu {
  margin-bottom: 26px;
}

.veda-pg-group-title {
  margin-bottom: 22px;
}
.veda-pg-group-title-spaced {
  margin-top: 44px;
}
.veda-pg-group-title .section-title {
  font-size: 32px;
}

.veda-home-courses-grid .rs-faculty-item {
  height: 100%;
}
.veda-home-courses-grid .rs-faculty-thumb {
  height: 100%;
}
.veda-home-courses-grid .rs-faculty-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.veda-about-admission-content .section-title span {
  display: inline;
}

.veda-about-actions {
  gap: 16px;
  flex-wrap: wrap;
}

.veda-about-admission-panel {
  padding: 32px;
  border: 1px solid currentColor;
  border-radius: 18px;
}

.veda-about-admission-panel h5,
.veda-about-course-tags h6 {
  margin-bottom: 12px;
}

.veda-about-course-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid currentColor;
}

.veda-about-course-tags h6 {
  width: 100%;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.veda-about-course-tags span {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 5px 12px;
  border: 1px solid currentColor;
  border-radius: 999px;
  font-size: 13px;
  line-height: 1.2;
}

.veda-about-trust-row {
  margin-top: 48px;
}

.veda-about-trust-item {
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 600;
}

.veda-about-trust-item i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border: 1px solid currentColor;
  border-radius: 6px;
}

/* Homepage heading trust badges */
.veda-heading-carousel .veda-about-trust-container {
  max-width: 1240px;
}

.veda-heading-carousel .veda-about-trust-row {
  margin-top: 38px;
  --bs-gutter-x: 12px;
  row-gap: 8px;
}

.veda-heading-carousel .veda-about-trust-item {
  display: flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 9px 15px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 999px;
  background: rgb(17 47 98 / 90%);
  box-shadow: 0 10px 24px rgba(17, 47, 98, 0.16);
  color: #ffca3a;
  text-align: center;
  transition:
    transform 0.3s ease,
    border-color 0.3s ease,
    box-shadow 0.3s ease;
}

.veda-heading-carousel .veda-about-trust-item:hover {
  transform: translateY(-4px);
  border-color: rgba(255, 202, 58, 0.7);
  box-shadow: 0 14px 30px rgba(17, 47, 98, 0.24);
}

.veda-heading-carousel .veda-about-trust-item i {
  width: 17px;
  height: 17px;
  flex: 0 0 17px;
  border: 2px solid #ffca3a;
  border-radius: 50%;
  font-size: 11px;
  font-weight: 900;
  line-height: 1;
}

.veda-heading-carousel .veda-about-trust-item span {
  color: #ffca3a;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.35;
  letter-spacing: 0.06em;
  white-space: nowrap;
  text-transform: uppercase;
}

@media only screen and (max-width: 1199px) {
  .veda-heading-carousel .veda-about-trust-item {
    min-height: 54px;
    padding-inline: 13px;
  }

  .veda-heading-carousel .veda-about-trust-item span {
    font-size: 10px;
    white-space: normal;
  }
}

@media only screen and (max-width: 767px) {
  .veda-heading-carousel .veda-about-trust-row {
    margin-top: 28px;
  }

  .veda-heading-carousel .veda-about-trust-item {
    min-height: 52px;
    justify-content: flex-start;
    text-align: left;
  }
}
.rs-about-three .veda-about-admission-content {
  max-width: 720px;
}

.rs-about-three .veda-about-admission-content .section-subtitle {
  margin-bottom: 18px;
  letter-spacing: 4px;
}

.rs-about-three .veda-about-admission-content .section-title {
  max-width: 760px;
  font-size: 64px;
  line-height: 1.08;
  font-weight: 800;
  letter-spacing: 0;
}

.rs-about-three .veda-about-admission-content .section-title span {
  display: inline;
  color: var(--rs-theme-yellow);
}

.rs-about-three .veda-about-admission-content .section-desc {
  max-width: 640px;
  margin-top: 24px;
}

.rs-about-three .veda-about-actions {
  margin-top: 32px;
  gap: 18px;
  flex-wrap: wrap;
}

.rs-about-three .veda-about-actions .rs-btn {
  min-width: 210px;
  justify-content: center;
}

.rs-about-three .veda-about-actions .veda-about-outline-btn {
  min-height: 47px;
  padding: 0 28px;
  border: 1px solid currentColor;
  background: transparent;
  color: inherit;
  transition: all 0.3s ease;
}

.rs-about-three .veda-about-actions .veda-about-outline-btn:hover {
  border-color: var(--rs-theme-yellow);
  background: var(--rs-theme-yellow);
  color: var(--rs-black);
}

.rs-about-three .veda-about-admission-panel {
  max-width: 520px;
  margin-left: auto;
  padding: 34px;
  border: 1px solid currentColor;
  border-radius: 18px;
}

.rs-about-three .veda-about-admission-panel h5 {
  margin-bottom: 12px;
  font-size: 22px;
  line-height: 1.25;
}

.rs-about-three .veda-about-admission-panel .section-desc {
  margin-bottom: 0;
}

.rs-about-three .veda-about-course-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
  padding-top: 26px;
  border-top: 1px solid currentColor;
}

.rs-about-three .veda-about-course-tags h6 {
  width: 100%;
  margin-bottom: 4px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 13px;
}

.rs-about-three .veda-about-course-tags span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 6px 13px;
  border: 1px solid currentColor;
  border-radius: 999px;
  font-size: 13px;
  line-height: 1.15;
  font-weight: 600;
}

.rs-about-three .veda-about-trust-row {
  margin-top: 56px;
  row-gap: 18px;
}

.rs-about-three .veda-about-trust-item {
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 700;
}

.rs-about-three .veda-about-trust-item i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 28px;
  height: 28px;
  border: 1px solid currentColor;
  border-radius: 7px;
}

@media only screen and (max-width: 1199px) {
  .rs-about-three .veda-about-admission-content .section-title {
    font-size: 52px;
  }
}

@media only screen and (max-width: 767px) {
  .rs-about-three .veda-about-admission-content .section-title {
    font-size: 38px;
  }

  .rs-about-three .veda-about-admission-panel {
    padding: 24px;
  }

  .rs-about-three .veda-about-actions .rs-btn {
    width: 100%;
    height: 47px;
  }
}

.rs-why-choose-one .rs-why-choose-icon {
  margin: -50px auto 20px;
}

.rs-breadcrumb-menu {
  margin-bottom: 15px;
}

/* Keep breadcrumb trails readable on phones across all standard pages. */
@media only screen and (max-width: 767px) {
  .rs-breadcrumb-one .rs-breadcrumb-menu {
    width: 100%;
    overflow: hidden;
  }

  .rs-breadcrumb-one .rs-breadcrumb-menu ul {
    flex-wrap: nowrap;
    align-items: center;
    gap: 6px;
    max-width: 100%;
    padding-bottom: 4px;
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }

  .rs-breadcrumb-one .rs-breadcrumb-menu ul::-webkit-scrollbar {
    display: none;
  }

  .rs-breadcrumb-one .rs-breadcrumb-menu ul li {
    flex: 0 0 auto;
    align-items: center;
    gap: 6px;
    white-space: nowrap;
    font-size: 16px;
    line-height: 1.4;
  }

  .rs-breadcrumb-one .rs-breadcrumb-menu ul li a,
  .rs-breadcrumb-one .rs-breadcrumb-menu ul li:last-child {
    white-space: nowrap;
  }

  .rs-breadcrumb-one .rs-breadcrumb-icon {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
  }
}

@media only screen and (max-width: 480px) {
  .rs-breadcrumb-one .rs-breadcrumb-menu ul li {
    font-size: 15px;
  }
  .rs-about-three .veda-about-actions .rs-btn {
    min-width: auto;
    padding: 14px 14px;
  }
}

.section-space {
  padding-top: 35px;
  padding-bottom: 35px;
}

.section-space-top {
  padding-top: 35px;
}

.swiper-horizontal
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  margin-top: 20px;
}

/* Course coming-soon pages */
.veda-coming-soon {
  --coming-accent: #1646a0;
  position: relative;
  isolation: isolate;
  min-height: 760px;
  display: flex;
  align-items: center;
  overflow: hidden;
  padding: 72px 0 92px;
  background: linear-gradient(135deg, #071a3b 0%, #0d2f68 55%, #123f83 100%);
  color: #fff;
}

.veda-coming-soon--red {
  --coming-accent: #d9304f;
  background: linear-gradient(135deg, #071a3b 0%, #102c60 58%, #5e2039 125%);
}

.veda-coming-soon__glow {
  position: absolute;
  z-index: -1;
  border-radius: 50%;
  filter: blur(2px);
  opacity: 0.22;
}

.veda-coming-soon__glow--one {
  width: 430px;
  height: 430px;
  top: -220px;
  right: 18%;
  background: #ffca3a;
}

.veda-coming-soon__glow--two {
  width: 360px;
  height: 360px;
  bottom: -250px;
  left: 7%;
  background: var(--coming-accent);
}

.veda-coming-soon__crumb {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 54px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
}

.veda-coming-soon__crumb a {
  color: #fff;
}
.veda-coming-soon__crumb a:hover {
  color: #ffca3a;
}

.veda-coming-soon__status {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 22px;
  padding: 9px 15px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: #ffca3a;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  backdrop-filter: blur(12px);
}

.veda-coming-soon__content h1 {
  max-width: 620px;
  margin-bottom: 22px;
  color: #fff;
  font-size: clamp(54px, 6.2vw, 92px);
  line-height: 0.95;
  letter-spacing: -0.055em;
}

.veda-coming-soon__content h1 span {
  display: block;
  color: transparent;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.55);
}

.veda-coming-soon__content > p {
  max-width: 610px;
  margin-bottom: 32px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 18px;
  line-height: 1.75;
}

.veda-coming-soon__actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 25px;
}

.veda-coming-soon__link {
  color: #fff;
  font-weight: 700;
}

.veda-coming-soon__link:hover {
  color: #ffca3a;
}

.veda-coming-soon__features {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 48px;
}

.veda-coming-soon__feature {
  min-height: 142px;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.055);
}

.veda-coming-soon__feature > i {
  display: block;
  margin-bottom: 17px;
  color: #ffca3a;
  font-size: 27px;
}

.veda-coming-soon__feature strong,
.veda-coming-soon__feature span {
  display: block;
}
.veda-coming-soon__feature strong {
  margin-bottom: 5px;
  color: #fff;
}
.veda-coming-soon__feature span {
  color: rgba(255, 255, 255, 0.62);
  font-size: 13px;
  line-height: 1.5;
}

.veda-coming-soon__visual {
  position: relative;
  min-height: 590px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 32px;
  box-shadow: 0 32px 80px rgba(0, 0, 0, 0.34);
}

.veda-coming-soon__visual > img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.veda-coming-soon__visual-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    transparent 28%,
    rgba(3, 15, 38, 0.9) 100%
  );
}

.veda-coming-soon__launch-card {
  position: absolute;
  right: 26px;
  bottom: 26px;
  left: 26px;
  padding: 25px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 20px;
  background: rgba(6, 25, 59, 0.82);
  backdrop-filter: blur(16px);
}

.veda-coming-soon__launch-card span {
  display: block;
  margin-bottom: 5px;
  color: #ffca3a;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.veda-coming-soon__launch-card strong {
  color: #fff;
  font-size: 22px;
}
.veda-coming-soon__launch-card p {
  margin: 6px 0 15px;
  color: rgba(255, 255, 255, 0.66);
  font-size: 14px;
}
.veda-coming-soon__progress {
  height: 5px;
  overflow: hidden;
  border-radius: 99px;
  background: rgba(255, 255, 255, 0.13);
}
.veda-coming-soon__progress span {
  width: 72%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #ffca3a, #ffdf82);
}

@media only screen and (max-width: 991px) {
  .veda-coming-soon {
    padding-top: 48px;
  }
  .veda-coming-soon__crumb {
    margin-bottom: 38px;
  }
  .veda-coming-soon__visual {
    min-height: 520px;
    margin-top: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .veda-coming-soon {
    padding: 34px 0 65px;
  }
  .veda-coming-soon__content h1 {
    font-size: 52px;
  }
  .veda-coming-soon__content > p {
    font-size: 16px;
  }
  .veda-coming-soon__features {
    grid-template-columns: 1fr;
    margin-top: 38px;
  }
  .veda-coming-soon__feature {
    min-height: auto;
  }
  .veda-coming-soon__visual {
    min-height: 450px;
    border-radius: 22px;
  }
  .veda-coming-soon__launch-card {
    right: 15px;
    bottom: 15px;
    left: 15px;
    padding: 20px;
  }
}
