/*
 Theme Name:   Twenty Twenty Child
 Template:     twentytwenty
 Version:      1.0.0
*/
@import url("https://fonts.googleapis.com/css2?family=Material+Symbols+Rounded:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200");
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");

/*Root CSS*/
:root {
  --primary-color: #b01c2e;
  --primary-dark-color: #881321;
  --secondary-color: #161b20;
  --hover-red-color: #881321;
  --white-color: #ffffff;
  --black-color: #000000;
  --main-text-color: #161b20;
  --grey-color: #f6f6f6;
  --grey-dark-color: #333333;
  --blue-color: #1a5877;
  --fontstack-heading: "Inter", sans-serif;
  --fontstack-body: "Open Sans", sans-serif;
  --border-color: #e3e6e5;
  --border-over-grey-color: #cce1ec;
}

body {
  padding: 0px !important;
  margin: 0px !important;
  font-weight: 400 !important;
  font-size: 16px !important;
  line-height: 26px !important;
  background-color: var(--white-color);
  scroll-behavior: smooth;
  color: var(--main-text-color);
  font-family: var(--fontstack-body);
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin: 0px;
}

p {
  margin: 0px;
}

img {
  max-width: 100%;
}

ul {
  list-style: disc;
  margin: 10px 0;
  padding: 0px;
  list-style-position: inside;
}

/* common css */
.primary-bg {
  background-color: var(--primary-color);
}

.primary-dark-bg {
  background-color: var(--primary-dark-color);
}

.secondary-bg {
  background-color: var(--secondary-color);
}

.grey-bg {
  background-color: var(--grey-color);
}

.white-bg {
  background-color: var(--white-color);
}

/* Common Padding */
.pad-section {
  padding-top: 96px;
  padding-bottom: 96px;
}

.pt-32 {
  padding-top: 32px !important;
}

.pb-24 {
  padding-bottom: 24px !important;
}

.pb-32 {
  padding-bottom: 32px !important;
}

.pb-40 {
  padding-bottom: 40px !important;
}

.pb-48 {
  padding-bottom: 48px !important;
}

.pb-16 {
  padding-bottom: 16px !important;
}

.pt-40 {
  padding-top: 40px !important;
}

.pt-24-32 {
  padding-top: 24px !important;
}

@media only screen and (min-width: 768px) {
  .pt-24-32 {
    padding-top: 32px !important;
  }
}

/* Main Heading */
.main-head h2 {
  font-family: var(--fontstack-heading);
  font-weight: 600;
  font-size: 44px;
  color: var(--primary-color);
  line-height: 56px;
}

.main-head {
  margin-bottom: 40px;
}

/* Text rules */
.text-primary {
  color: var(--primary-color);
}

.text-white {
  color: var(--white-color);
}

.text-main {
  color: var(--main-text-color);
}

.text-black {
  color: var(--black-color);
}

.text-dark-grey {
  color: var(--grey-dark-color);
}

/* Topbar */

section.topbar-section {
  background-color: var(--secondary-color);
  position: relative;
}

.topbar-section #site-navigation #primary-menu {
  display: flex;
  width: 100%;
  margin: 0;
  padding-left: 0;
}

.topbar-section #site-navigation #primary-menu .menu-item {
  padding: 16px 36px;
  margin: 0;
}

.topbar-section #site-navigation #primary-menu .menu-item {
  font-family: var(--fontstack-body);
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  border-right: 1px solid #45494d;
  cursor: pointer;
}

.topbar-section #site-navigation #primary-menu .menu-item:nth-child(1) {
  border-left: 1px solid #45494d;
}

.topbar-section #site-navigation #primary-menu .menu-item:hover {
  background-color: #000;
}

.topbar-section #site-navigation #primary-menu .menu-item:hover a {
  text-decoration: underline;
}

.topbar-section #site-navigation #primary-menu .menu-item a {
  text-decoration: unset;
  color: var(--white-color);
  font-size: 16px;
}

header.site-header {
  height: 118px;
  padding: 16px 0;
  overflow: hidden;
}

.site-logo {
  padding: 4px 0 !important;
  width: 180px;
}

.header-link ul li a {
  font-family: var(--fontstack-heading);
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  color: var(--secondary-color);
  text-decoration: unset;
}

header.site-header .col-lg-10 {
  display: flex;
  align-items: center;
}

.header-link ul {
  padding-left: 59px;
  margin-bottom: 0px;
}

button.navbar-toggler {
  display: none;
}

button.toggle.nav-toggle.desktop-nav-toggle {
  display: none;
}

span.navbar-toggler-icon img {
  height: auto;
  width: auto;
  /* margin-top: -17px; */
}

span.navbar-toggler-icon {
  /* display: contents; */
  display: inline;
  clip-path: polygon(20% 0%, 100% 0%, 100% 100%, 0% 100%, 0% 100%);
  height: 72px;
  width: 72px;
  padding: 24px;
  background-color: #161a20;
}

@media (max-width: 767px) {
  .header-link {
    display: none;
  }

  section.topbar-section {
    display: none;
  }

  button.toggle.nav-toggle.desktop-nav-toggle {
    display: block;
    background-color: transparent;
    border: 0;
    position: absolute;
    right: 0;
    padding: 20px;
    background-color: #161a20;
    clip-path: polygon(20% 0%, 100% 0%, 100% 100%, 0% 100%, 0% 100%);
    height: 72px;
    width: 72px;
  }

  header.site-header .col-lg-10 {
    display: -webkit-inline-box;
    justify-content: end;
    position: relative;
  }

  button.toggle.nav-toggle.desktop-nav-toggle .navbar-toggler-icon img {
    height: auto;
    width: auto;
  }

  button.toggle.nav-toggle.desktop-nav-toggle .navbar-toggler-icon {
    display: unset;
  }

  header.site-header {
    padding: 0 !important;
    height: 72px;
  }

  .container,
  .container-sm,
  .custom-mobile-container {
    max-width: 100% !important;
  }
}

@media (max-width: 768px) {
  .px-sm-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  header.site-header .custom-mobile-container {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }

  body .container {
    padding-left: 24px;
    padding-right: 24px;
  }

  .register-form {
    padding: 32px 20px !important;
  }

  .modal-menu li {
    border-bottom: solid 1px #393d41 !important;
    border: none;
  }
}

@media (min-width: 768px) {
  .show-modal.active {
    display: none !important;
    visibility: hidden;
    opacity: 0;
  }
}

/* -------------------------------------------------------------------------- */

/*  5. Menu Modal
/* -------------------------------------------------------------------------- */

.menu-modal {
  display: none;
  opacity: 0;
  overflow-y: auto;
  overflow-x: hidden;
  position: fixed;
  bottom: 0;
  left: -99999rem;
  right: 99999rem;
  top: 0;
  transition: opacity 0.25s ease-in, left 0s 0.25s, right 0s 0.25s;
  z-index: 99;
}

.admin-bar .menu-modal {
  top: 32px;
}

@media (max-width: 782px) {
  .admin-bar .menu-modal {
    top: 46px;
  }
}

.menu-modal.show-modal {
  display: flex;
}

.menu-modal.active {
  left: 0;
  opacity: 1;
  right: 0;
  transition: opacity 0.25s ease-out;
  background: transparent;
}

.menu-modal-inner {
  display: flex;
  justify-content: stretch;
  overflow: hidden;
  -ms-overflow-style: hidden;
  width: 100%;
}

.menu-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  width: 100%;
}

button.close-nav-toggle {
  align-items: center;
  display: flex;
  font-size: 1.6rem;
  font-weight: 500;
  justify-content: flex-end;
  padding: 0;
  width: 100%;
  background-color: transparent;
  border: 0;
  height: 72px;
}

button.close-nav-toggle svg {
  height: 1.6rem;
  width: 1.6rem;
}

button.close-nav-toggle .toggle-text {
  margin-right: 1.6rem;
}

.menu-modal .menu-top {
  flex-shrink: 0;
}

/* Main Menu --------------------------------- */

.modal-menu {
  position: relative;
  left: calc(50% - 50vw);
  width: 99vw;
  border: 0 !important;
  padding: 0;
  margin-top: 0;
}

.modal-menu li {
  border-color: #dedfdf;
  border-style: solid;
  border-width: 0.1rem 0 0 0;
  display: flex;
  flex-wrap: wrap;
  /* line-height: 1; */
  justify-content: flex-start;
  margin: 0;
}

.modal-menu>li>a,
.modal-menu>li>.ancestor-wrapper>a {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  font-family: var(--fontstack-body);
  color: var(--white-color);
  text-decoration: none !important;
  padding: 16px 24px;
}

.modal-menu>li:last-child {
  border-bottom-width: 0.1rem;
}

.modal-menu .ancestor-wrapper {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.modal-menu a {
  display: block;
  padding: 2rem 2.5rem;
  text-decoration: none;
  width: 100%;
}

.modal-menu a:focus,
.modal-menu a:hover,
.modal-menu li.current-menu-item>.ancestor-wrapper>a,
.modal-menu li.current_page_ancestor>.ancestor-wrapper>a {
  text-decoration: underline;
  background: #000;
}

button.sub-menu-toggle {
  border-left: 0.1rem solid #dedfdf;
  flex-shrink: 0;
  margin: 1rem 0;
  padding: 0 2.5rem;
}

button.sub-menu-toggle svg {
  height: 0.9rem;
  transition: transform 0.15s linear;
  width: 1.5rem;
}

button.sub-menu-toggle.active svg {
  transform: rotate(180deg);
}

.modal-menu ul {
  display: none;
  margin: 0;
  width: 100%;
}

.modal-menu ul li {
  border-left-width: 1rem;
}

.modal-menu ul li a {
  color: inherit;
  font-weight: 500;
}

/* Main menu animation ----------------------- */

.menu-wrapper .menu-item {
  position: relative;
  border-bottom: 0.5px solid rgba(69, 73, 77, 1);
  border-color: rgba(69, 73, 77, 1);
}

.menu-wrapper .active {
  display: block;
}

.menu-wrapper.is-toggling {
  pointer-events: none;
}

.menu-wrapper.is-toggling .menu-item {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  width: 100%;
}

.menu-wrapper.is-toggling .menu-bottom .social-menu .menu-item {
  width: auto;
}

.menu-wrapper.is-animating .menu-item,
.menu-wrapper.is-animating .toggling-target {
  transition-duration: 250ms;
}

.menu-wrapper.is-animating .menu-item {
  transition-property: transform;
}

.menu-wrapper.is-toggling .toggling-target {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
}

.menu-wrapper.is-toggling .toggling-target.active {
  opacity: 0;
}

.menu-wrapper.is-animating.is-toggling .toggling-target {
  display: block;
  transition-property: opacity;
  opacity: 0;
}

.menu-wrapper.is-animating.is-toggling .toggling-target.active {
  opacity: 1;
}

.menu-wrapper.is-toggling .modal-menu>li:last-child li {
  border-top-color: transparent;
  border-bottom-width: 0.1rem;
}

@media (prefers-reduced-motion: reduce) {

  .menu-wrapper.is-animating .menu-item,
  .menu-wrapper.is-animating .toggling-target {
    transition-duration: 1ms !important;
  }
}

/* Expanded Menu ----------------------------- */

.expanded-menu {
  display: none;
}

.mobile-menu {
  display: block;
  background-color: var(--secondary-color);
  /* position: fixed; */
  /* z-index: 9; */
}

/*Hero Section CSS*/
section.page-hero-section {
  width: 100%;
  height: 580px;
  background: url(http://localhost/bristol/wp-content/uploads/2025/10/66a0c09f7ad4ba84ffe14dd9587685bc1aab6851.jpg);
  background-position: center !important;
  background-size: cover !important;
  position: relative;
  background-repeat: no-repeat !important;
}

section.page-hero-section:before {
  content: "";
  /* background: linear-gradient(to left, #161B2029, #161B20); */
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(270deg,
      rgba(22, 27, 32, 0.12) 35%,
      rgba(22, 27, 32, 0.75) 70%);
}

.page-hero-wrap {
  position: relative;
  display: table;
  height: 580px;
}

.page-hero-title h1 {
  font-size: 56px;
  font-weight: 600;
  line-height: 68px;
  font-family: var(--fontstack-heading);
  color: var(--white-color);
  margin-bottom: 24px;
}

.page-hero-cont p {
  font-size: 18px;
  line-height: 28px;
  font-family: var(--fontstack-body);
  color: var(--white-color);
  font-weight: 400;
  margin-bottom: 32px;
}

.page-hero-button .btn-red {
  background-color: var(--primary-color);
  font-size: 16px;
  font-weight: 600;
  color: var(--white-color);
  padding: 16px;
  border-radius: 4px;
  transition: all 0.3s;
  border: 2px solid var(--primary-color);
  font-family: var(--fontstack-heading);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: var(--fontstack-heading);
  font-size: 16px;
  font-weight: 600;
  color: var(--white-color);
  padding: 16px 46px 16px 24px;
  border-radius: 4px;
  transition: all 0.3s;
  position: relative;
}

.btn .material-symbols-rounded {
  width: 24px;
  height: 24px;
  font-size: 24px;
  line-height: 24px;
  position: absolute;
  right: 16px;
  transition: all 0.3s;
}

.btn:hover,
.btn:focus,
.btn:active,
.btn:focus-visible {
  box-shadow: none !important;
}

.btn:hover span {
  right: 12px;
}

.btn img {
  margin-left: 7px;
  height: 14px;
  width: 14px;
  transition: right 0.3s;
}

.btn-white {
  background-color: var(--white-color);
  color: var(--grey-dark-color);
  border: 1px solid var(--white-color);
}

.btn-white:hover,
.btn-white:focus,
.btn-white:active,
.btn-white:focus-visible {
  background-color: transparent;
  color: var(--white-color);
  border: 1px solid var(--white-color);
}

.btn-primary {
  background-color: var(--primary-color);
  color: var(--white-color);
  border: 1px solid var(--primary-color);
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary:focus-visible {
  background-color: var(--hover-red-color) !important;
  color: var(--white-color) !important;
  border: 1px solid var(--hover-red-color) !important;
}

.btn-dark-grey-outline {
  background-color: transparent;
  color: var(--grey-dark-color);
  border: 1px solid var(--grey-dark-color);
}

.btn-dark-grey-outline:hover,
.btn-dark-grey-outline:focus,
.btn-dark-grey-outline:active,
.btn-dark-grey-outline:focus-visible {
  background-color: var(--grey-dark-color) !important;
  color: var(--white-color) !important;
  border: 1px solid var(--grey-dark-color) !important;
}

.btn-main-outline {
  background-color: transparent;
  color: var(--white-color);
  border: 1px solid var(--white-color);
}

.btn-main-outline:hover,
.btn-main-outline:focus,
.btn-main-outline:active,
.btn-main-outline:focus-visible {
  background-color: var(--white-color) !important;
  color: var(--primary-color) !important;
  border: 1px solid var(--white-color) !important;
}

.page-hero-content {
  display: table-cell;
  vertical-align: middle;
}

.btn-red:hover {
  background-color: var(--hover-red-color);
  color: var(--white-color);
  border-color: var(--hover-red-color);
}

.btn-red:hover img,
.btn-primary:hover span {
  margin-left: 10px;
}

/* Counter Section CSS*/
.counter-content h3 {
  font-size: 56px !important;
  line-height: 68px !important;
  font-family: var(--fontstack-heading);
  font-weight: 600;
  color: var(--primary-color);
  margin-bottom: 16px;
}

.counter-content p {
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  font-family: var(--fontstack-heading);
  color: var(--black-color);
  margin-bottom: 0;
}

.counter-card {
  border-right: 2px solid rgba(227, 230, 229, 1);
  padding: 0 32px;
}

.counter-section .container .row .col-12:last-child .counter-card {
  border: 0;
}

/* about section*/
.about-content-wrapper p {
  font-size: 18px;
  line-height: 28px;
  font-family: var(--fontstack-body);
  font-weight: 400;
}

.about-image img {
  /* height: 400px; */
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}

.about-section .about-content-wrapper {
  margin-right: 55px;
}

/* Mumbai Campus Section*/
.usp-content h3 {
  font-size: 36px;
  line-height: 44px;
  font-weight: 600;
  font-family: var(--fontstack-heading);
  margin-bottom: 16px;
}

.usp-content p {
  /* font-size: 16px; */
  line-height: 28px;
  font-weight: 400;
  font-family: var(--fontstack-body);
}

/* .mumbai-campus-section .counter-card { */
/* padding-left: 0; */
/* } */

.mumbai-campus-section .container .row .col-12:last-child .counter-card {
  border: 0;
}

@media (min-width: 768px) and (max-width: 998px) {
  .counter-card {
    margin-bottom: 18px;
  }
}

@media (max-width: 991px) {
  .about-image {
    margin-top: 24px;
  }

  .about-red-content {
    padding-top: 32px;
    /* padding-left: 75px; */
    margin-right: 0 !important;
  }

  .page-hero-title h1 {
    font-size: 44px;
    line-height: 56px;
  }
}

@media (max-width: 768px) {
  .counter-card {
    border: 0;
    border-bottom: 2px solid rgba(227, 230, 229, 1);
    padding: 0 0 24px 0 !important;
    margin: 0px 0px;
  }

  .mumbai-campus-section .container .row .col-12:last-child .counter-card {
    border: 0;
  }

  .about-section .about-content-wrapper {
    margin: 0;
  }

  .about-red-content {
    padding: 0;
  }

  .usp-content p {
    margin-bottom: 0;
  }

  /* .usp-content {
    margin-top: 15px;
  } */

  .about-content-wrapper p {
    margin-bottom: 0px;
  }
}

@media (max-width: 768px) {
  .main-head h2 {
    font-size: 36px;
    line-height: 44px;
  }

  .com-pad-mobile {
    padding-left: 24px;
    padding-right: 24px;
  }

  .pad-section {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .about-image {
    margin-top: 0px !important;
  }
}

/* DWB-136 start */

footer {
  color: var(--white-color);
  padding: 24px 0 !important;
}

.footer-links a {
  text-decoration: underline;
  color: #ffffff;
}

.footer-links a:hover {
  text-decoration: unset;
}

@media (min-width: 768px) {
  footer {
    padding: 40px 0 !important;
  }

  .footer-links a:not(:last-child)::after {
    content: "";
    position: absolute;
    width: 1px;
    height: 26px;
    background-color: #e3e6e5;
    pointer-events: none;
    margin: 0 10px;
  }

  .copyright {
    font-family: var(--fontstack-body);
    color: var(--white-color);
    padding-top: 64px !important;
  }
}

.back-to-top {
  position: relative;
  right: 50%;
  transform: translateX(50%);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 4px 8px;
  z-index: 1000;
  color: var(--white-color);
  font-family: var(--fontstack-heading);
  background-color: var(--secondary-color);
  text-decoration: none;
  cursor: pointer;
  border: none;
  outline: none;
  background-image: none;
  box-shadow: none;
}

.back-to-top:hover,
.back-to-top:focus,
.back-to-top:active {
  background-color: var(--secondary-color);
  color: #ffffff;
  box-shadow: none;
  outline: none;
}

@media (min-width: 768px) {
  .back-to-top {
    right: unset;
    transform: unset;
  }
}

.social-icon {
  width: 32px;
  height: 32px;
}

/* DWB-136 end */

/* DWB 140  start */
.course-card {
  border: 1px solid #e3e6e5 !important;
  cursor: pointer;
}

.course-card {
  height: 100% !important;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.course-card p {
  font-family: var(--fontstack-heading);
  font-size: 16px;
}

.course-card .card-title {
  color: var(--primary-color);
  font-size: 20px;
  font-family: var(--fontstack-heading);
  font-weight: 600;
  line-height: 28px;
  margin: 0;
  text-decoration: underline;
}

.course-btn {
  font-family: var(--fontstack-heading);
  font-weight: 600;
  font-size: 16px;
  background-color: var(--primary-color);
  border-radius: 4px;
  padding: 8px;
  border: 1px solid var(--primary-color);
  color: var(--white-color);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  line-height: 24px;
}

button.course-btn:hover {
  background-color: var(--hover-red-color);
  color: var(--white-color);
  border-color: var(--hover-red-color);
}

.course-btn:hover img {
  margin-left: 3px;
  transition: all 0.3s;
}

.course-btn img {
  width: 13px;
  height: 13px;
  transition: right 0.3s;
}

.course-section .main-head {
  padding-bottom: 40px;
  margin: 0;
}

.course-section .main-head p {
  font-size: 18px;
  font-family: var(--fontstack-body);
}

.img-card::after {
  background-color: var(--primary-color);
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  border-radius: 4px 4px 0 0;
}

.course-card:hover .img-card::after {
  opacity: 0.5;
}

/* .img-card {
  border-bottom: solid 8px var(--primary-color);
} */

.img-card img {
  width: 100%;
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
}

.about-content-wrapper a {
  color: none;
  text-decoration: none;
}

/* DWB 140  end */

/* DWB 142  start */

.news h6 {
  text-decoration: underline;
}

.news .card-img-top {
  min-height: 153px;
}

.news .card-body {
  min-height: 172px;
}

.postgraduate .card-img-top {
  min-height: 209px;
}

.postgraduate .card-body {
  min-height: 232px;
}

.undergraduate .card-img-top {
  min-height: 209px;
}

.undergraduate .card-body {
  min-height: 204px;
}

.course-card:hover .card-title {
  text-decoration: unset;
}

/* 
.course-section .row>.col-12.col-md-4:nth-child(n+2) .card-title {
    color: var(--primary-color);
    text-decoration: underline;
} */

/* DWB 131 */
.form-heading h2 {
  font-size: 44px;
  color: #333333;
  padding-bottom: 32px;
  font-weight: 600;
  margin: 0;
  font-family: var(--fontstack-heading);
}

.register-form {
  padding: 32px !important;
  font-family: var(--fontstack-heading);
}

.register-form input,
.register-form select {
  padding: 8px 16px 8px 8px;
  border: 1px solid #e3e6e5;
  border-radius: 4px;
  height: 40px;
}

.modal-content {
  border-radius: 0 !important;
}

.modal-header {
  padding: 32px !important;
}

.modal-title {
  font-size: 32px;
  font-family: var(--fontstack-heading);
  font-weight: 600;
}

.form-note a {
  color: var(--primary-color);
}

.form-note {
  padding: 32px 0;
}

.iti {
  display: block !important;
}

.iti--separate-dial-code .iti__selected-flag {
  background-color: transparent !important;
  border-right: 1px solid #e3e6e5;
}

.iti__selected-flag {
  padding: 0 20px 0 20px !important;
}

.iti--allow-dropdown input,
.iti--allow-dropdown input[type="text"],
.iti--allow-dropdown input[type="tel"],
.iti--separate-dial-code input,
.iti--separate-dial-code input[type="text"],
.iti--separate-dial-code input[type="tel"] {
  padding-left: 70px !important;
}

.form-mb-32 {
  margin-bottom: 32px;
}

.form-mt-32 {
  margin-top: 32px !important;
}

.form-control:focus,
.form-select:focus {
  color: var(--bs-body-color);
  background-color: var(--bs-body-bg);
  border-color: transparent !important;
  outline: 0;
  box-shadow: none !important;
}

input:focus-visible,
select:focus-visible {
  outline: #b01c2e 1px auto !important;
}

.alert-form-success {
  background-color: rgba(44, 136, 46, 0.1607843137) !important;
  border: 1px solid #2c882e !important;
  border-radius: 0 !important;
  margin: 34px;
  padding: 16px !important;
}

#popup-thank-you .alert-form-success {
  background-color: rgba(44, 136, 46, 0.1607843137) !important;
  border: 1px solid #2c882e !important;
  border-radius: 0 !important;
  margin: 34px !important;
  padding: 16px !important;
}

.alert-form-success h4 {
  font-size: 16px;
  font-weight: 600;
  margin: 0;
}

.alert-form-success p {
  margin: 0;
}

/* Social media links CSS */
.social_media_link .btn.btn-social {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
  padding: 8px;
  font-size: 16px;
  background: #393d41;
  color: var(--white-color);
  border: 1px solid #45494d;
  border-radius: 0.25rem !important;
  height: 32px;
  width: 32px;
  line-height: 1.5rem;
}

.social_media_link .btn-social:hover {
  background-color: #000;
  text-decoration: none;
}

/* Social media links CSS */

/* 17-11-2025 ug page start */
.primary-8-border {
  border-top: 8px solid var(--primary-color) !important;
}

.primary-li li {
  border-bottom: 1px solid #e3e6e5;
  padding: 16px 0;
}

.primary-li li a {
  color: var(--primary-color);
}

.quote-icon {
  width: 32px;
  height: 23px;
}

.client-img {
  width: 48px;
  height: 48px;
}

/* 17-11-2025 ug page end */

/* 19-11-2025 home banner end */
@media (max-width: 768px) {
  section.page-hero-section {
    height: 100% !important;
  }

  .usp-content p {
    font-size: 16px !important;
  }
}

.p-0 {
  padding: 0;
}

.pt-0 {
  padding-top: 0;
}

.pb-0 {
  padding-bottom: 0;
}

/* 19-11-2025 ug page end */

/* 19-11-2025 home end */

.about-image-wrapper {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
}

.about-image-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  -o-object-fit: cover;
  object-fit: cover;
  aspect-ratio: 16/9;
}

.about-section .life-content-wrapper {
  margin-left: 55px;
}

#normalFormWrapper .register-form {
  width: 870px;
}

.f-inter {
  font-family: var(--fontstack-heading);
}

.f-open {
  font-family: var(--fontstack-body);
}

@media (max-width: 768px) {
  .page-hero-cont p {
    font-size: 18px !important;
  }

  .counter-content h3 {
    font-size: 44px !important;
  }

  .mumbai-campus-section .main-head {
    padding-bottom: 0 !important;
  }

  .counter-card .usp-content h3 {
    font-size: 32px !important;
  }

  .site-logo {
    padding: 10px 0 !important;
  }
}

@media (min-width: 768px) {
  .about-section .about-image img {
    margin-bottom: 32px !important;
  }
}

@media (min-width: 576px) and (max-width: 1199px) {
  .counter-card {
    border: 0 !important;
    /* remove all borders by default */
  }

  /* Add right border to 1st and 3rd card only */
  .row>.col-12.col-sm-6.col-xl-3:nth-child(1).counter-card,
  .row>.col-12.col-sm-6.col-xl-3:nth-child(3).counter-card {
    border-right: 2px solid rgba(227, 230, 229, 1) !important;
  }
}

@media (max-width: 991px) {
  .about-section .life-content-wrapper {
    margin-left: 0;
  }
}

/* 19-11-2025 home end */

/* Program Detail Page */
.breadcrumbs {
  margin-bottom: 0;
}

.breadcrumbs {
  font-size: 1rem;
  line-height: 1.5rem;
  background-color: var(--grey-color);
  color: #333;
  padding: 0.5rem 0;
}

@media (min-width: 761px) {
  .breadcrumbs {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

@media (min-width: 1024px) {
  .breadcrumbs {
    /* margin-bottom: 2.25rem; */
  }
}

.breadcrumbs ol {
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}

.breadcrumbs li {
  display: none;
  margin-right: 0.75rem;
}

@media (min-width: 760px) {
  .breadcrumbs li {
    align-items: center;
    display: flex;
  }
}

.breadcrumbs li::after {
  content: "\f054";
  font-family: "FontAwesome";
  font-size: 13px;
  margin-left: 0.75rem;
}

.breadcrumbs li a {
  align-items: center;
  color: #333;
  display: flex;
  justify-content: center;
  text-decoration: none;
}

.breadcrumbs li a:focus,
.breadcrumbs li a:hover {
  text-decoration: underline;
}

.breadcrumbs li:nth-last-child(2) {
  align-items: center;
  display: flex;
  margin: 0;
}

.breadcrumbs li:nth-last-child(2)::before {
  content: "\f054";
  display: inline-block;
  font-family: "FontAwesome";
  font-weight: 400;
  font-size: 1.25em;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  text-transform: none;
  margin-right: 0.5rem;
}

@media (min-width: 760px) {
  .breadcrumbs li:nth-last-child(2)::before {
    content: none;
  }
}

.breadcrumbs li:nth-last-child(2)::after {
  content: none;
}

@media (min-width: 760px) {
  .breadcrumbs li:nth-last-child(2)::after {
    content: "\f054";
    font-family: "FontAwesome";
    font-size: 13px;
    margin-right: 0.75rem;
    font-weight: 100;
  }
}

.breadcrumbs li:first-of-type a::before {
  display: inline-block;
  font-family: "FontAwesome";
  font-size: 17px;
  font-style: normal;
  font-variant: normal;
  font-weight: 600;
  line-height: 1;
  text-transform: none;
}

.breadcrumbs li:first-of-type a span {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.breadcrumbs li:last-of-type::after {
  content: none;
}

.mob_breadcrumbs {
  display: flex;
  align-items: center;
}

.mob_breadcrumbs_home-link::before {
  font-size: 0.875rem;
  line-height: 1.25rem;
  content: "\f015";
  display: inline-block;
  font-family: "FontAwesome";
  font-size: 1.25em;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  text-transform: none;
  display: inline-block;
  vertical-align: text-top;

  color: #333;
}

@media (min-width: 761px) {
  .mob_breadcrumbs_home-link::before {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

.mob_breadcrumbs_home-link::after {
  font-size: 0.875rem;
  line-height: 1.25rem;
  content: "\f015";
  display: inline-block;
  font-family: "FontAwesome";
  font-size: 1.25em;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  text-transform: none;
  margin-right: 0.75rem;
  text-decoration: none;
  color: #333;
}

@media (min-width: 761px) {
  .mob_breadcrumbs_home-link::after {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

.mob_breadcrumbs_home-link:active,
.mob_breadcrumbs_home-link:focus,
.mob_breadcrumbs_home-link:hover {
  text-decoration: underline;
}

.mob_breadcrumbs_current-link {
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: text-top;
  text-decoration: none;
  width: inherit;
  color: #333;
}

.hero {
  background-color: #b01c2e;
  color: #fff;
  display: flex;
  min-height: 400px;
  position: relative;
  z-index: 40;
  left: 0;
  width: 100%;
}

.hero .container {
  position: relative;
  z-index: 30;
}

.hero .breadcrumbs {
  background-color: transparent;
  color: inherit;
  margin: 0;
  padding: 0;
}

.hero .breadcrumbs li a {
  color: inherit;
}

.hero__image,
.hero__video {
  background-color: inherit;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  /* left: 0; */
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
}

.hero__image::before,
.hero__video::before {
  background-color: transparent;
  content: "";
  height: 100%;
  opacity: 0.75;
  position: absolute;
  width: 100%;
  z-index: 10;
  left: 0px;
}

@media (min-width: 1024px) {

  .hero__image::before,
  .hero__video::before {
    opacity: 0.5;
  }
}

.hero__content {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 1.875rem 0 7.875rem;
  min-height: 400px;
  text-align: center;
}

.hero__text {
  margin-bottom: 2rem;
  text-wrap: balance;
}

.hero__text h1 {
  font-size: 2.75rem;
  line-height: 3.5rem;
  font-weight: 600;
  margin: 0 0 1.5rem 0;
  overflow-wrap: break-word;
}

.hero__text h6 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  margin: 0 0 1.5rem 0;
  overflow-wrap: break-word;
}

@media (min-width: 761px) {
  .hero__text h1 {
    font-size: 3.5rem;
    line-height: 4.25rem;
  }
}

.hero__text p {
  font-size: 1.125rem;
  line-height: 1.75rem;
  margin: 0;
}

@media (min-width: 761px) {
  .hero__text p {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

.hero__text:first-child {
  margin-top: 6rem;
}

.hero__text> :last-child {
  margin-bottom: 0;
}

.hero--edge .hero__image,
.hero--edge .hero__video {
  /* left: 0; */
  right: 0;
}

@media (min-width: 1024px) {

  .hero--edge .hero__image,
  .hero--edge .hero__video {
    width: 50%;
  }
}

.hero--edge .hero__image::before,
.hero--edge .hero__video::before {
  background-color: inherit;
}

@media (min-width: 1024px) {

  .hero--edge .hero__image::before,
  .hero--edge .hero__video::before {
    opacity: 0;
  }
}

@media (min-width: 1024px) {

  .hero--edge .hero__image::after,
  .hero--edge .hero__video::after {
    background-image: linear-gradient(to bottom right,
        #000,
        #000 50%,
        transparent 50%,
        transparent);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    width: 3rem;
    z-index: 10;
  }
}

.hero--edge .hero__image,
.hero--edge .hero__video,
.hero--gradient .hero__image,
.hero--gradient .hero__video {
  background-position: right;
}

.hero--edge .hero__content,
.hero--gradient .hero__content {
  align-items: flex-start;
  text-align: left;
}

.hero--edge .hero__text h1,
.hero--gradient .hero__text h1 {
  font-size: 2.75rem;
  line-height: 3.5rem;
}

@media (max-width: 619px) {

  .hero--edge .hero__text h1,
  .hero--gradient .hero__text h1 {
    font-size: 2.25rem;
    line-height: 2.75rem;
  }
}

@media (max-width: 619px) and (min-width: 761px) {

  .hero--edge .hero__text h1,
  .hero--gradient .hero__text h1 {
    font-size: 2.75rem;
    line-height: 3.5rem;
  }
}

@media (min-width: 761px) {

  .hero--edge .hero__text h1,
  .hero--gradient .hero__text h1 {
    font-size: 3.5rem;
    line-height: 4.25rem;
  }
}

@media (min-width: 1024px) {

  .hero--edge .hero__main,
  .hero--gradient .hero__main {
    width: 50%;
    padding-right: 5%;
  }
}

.hero[class*="bg-"] .hero__image::before,
.hero[class*="bg-"] .hero__video::before {
  background-color: inherit;
}

.hero[class*="bg-"].bg-bright-red.hero--edge .hero__image::after,
.hero[class*="bg-"].bg-bright-red.hero--edge .hero__video::after {
  background-image: linear-gradient(to bottom right,
      #b01c2e,
      #b01c2e 50%,
      transparent 50%,
      transparent);
}

.hero[class*="bg-"].bg-dark-red.hero--edge .hero__image::after,
.hero[class*="bg-"].bg-dark-red.hero--edge .hero__video::after {
  background-image: linear-gradient(to bottom right,
      #9a1928,
      #9a1928 50%,
      transparent 50%,
      transparent);
}

@media (min-width: 1024px) {

  .hero[class*="bg-"].bg-dark-red.hero--gradient .hero__image::before,
  .hero[class*="bg-"].bg-dark-red.hero--gradient .hero__video::before {
    background-color: transparent;
    background-image: linear-gradient(to right,
        #9a1928 35%,
        rgba(154, 25, 40, 0) 70%);
  }
}

.page-navigation {
  background-color: var(--page-navigation-background-color);
  border-color: var(--page-navigation-border-color);
  position: relative;
  transition: all 0.3s;
  --list-link-foreground-color: var(--page-navigation-foreground-color);
  --list-navigation-border-color: var(--page-navigation-border-color);
  --list-navigation-hover-focus-background-color: var(--page-navigation-hover-focus-background-color);
}

.page-navigation__content {
  background-color: var(--page-navigation-background-color);
  position: relative;
  transition: all 0.3s;
}

.page-navigation__content .collapse {
  background-color: var(--page-navigation-background-color);
  border-bottom: 1px solid var(--page-navigation-border-color);
  border-top: 1px solid var(--page-navigation-border-color);
  box-shadow: var(--page-navigation-box-shadow);
  position: absolute;
  width: 100%;
  z-index: 99;
}

@media (min-width: 1024px) {
  .page-navigation__content .collapse {
    box-shadow: none;
    position: relative;
  }
}

.page-navigation__content.fixed {
  box-shadow: var(--page-navigation-box-shadow);
}

.page-navigation__header {
  max-height: initial !important;
  overflow: hidden;
  transition: all 0.3s;
}

@media (min-width: 1024px) {
  .page-navigation__header {
    /* max-height:0!important; */
  }
}

.page-navigation__header {
  opacity: 0;
  visibility: hidden;
  /* transform: translateY(-20px); */
  transition: all 0.3s ease;
  display: none;
}

.navigation-fixed {
  /* opacity: 1; */
  /* visibility: visible; */
  transform: translateY(0);
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  background: #fff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

@media (min-width: 1024px) {
  .page-navigation__header[data-hidden="true"] * {
    visibility: hidden;
  }
}

.page-navigation__header__content {
  align-items: stretch;
  border-bottom: 1px solid var(--page-navigation-border-color);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  transition: all 0.3s;
}

.navigation-fixed.page-navigation__header {
  opacity: 1;
}

.navigation-fixed .page-navigation__header {
  opacity: 1;
  visibility: inherit;
  padding: 16px 0;
  display: block;
}

@media (min-width: 1024px) {
  .page-navigation__header__content {
    border: 0;
    margin: 0 auto;
    max-width: var(--container-max-width);
    padding: 0 var(--container-padding);
    width: 100%;
  }
}

@media (min-width: 1024px) and (min-width: 1440px) {
  .page-navigation__header__content {
    padding: 0;
  }
}

.page-navigation__brand {
  display: none;
  margin: 0.75rem 0 1rem;
}

@media (min-width: 1024px) {
  .page-navigation__brand {
    display: flex;
  }
}

.page-navigation__logo {
  display: inline-flex;
}

.page-navigation__title {
  color: var(--page-navigation-foreground-color);
  display: flex;
  flex-direction: column;
  margin: 0;
}

.page-navigation__title span {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  line-clamp: 1;
  overflow: hidden;
  text-align: left;
  text-overflow: ellipsis;
  visibility: visible;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-family: var(--font-brand);
  font-weight: 600;
  margin-bottom: 0.125rem;
  order: 0;
}

@media (min-width: 761px) {
  .page-navigation__title span {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

.page-navigation__title small {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  line-clamp: 1;
  overflow: hidden;
  text-align: left;
  text-overflow: ellipsis;
  visibility: visible;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: var(--page-navigation-muted-color);
  order: 1;
}

@media (min-width: 761px) {
  .page-navigation__title small {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

.page-navigation__actions {
  align-items: center;
  display: flex;
  flex-shrink: 0;
  padding: 0.75rem;
}

@media (min-width: 1024px) {
  .page-navigation__actions {
    padding: 0;
  }
}

.page-navigation__actions .button-group {
  margin-bottom: 0;
}

.page-navigation__actions .button-group .btn,
.page-navigation__actions .button-group .button {
  margin-bottom: 0;
}

.page-navigation__actions .button-group .btn:last-child,
.page-navigation__actions .button-group .button:last-child {
  margin-right: 0;
}

.page-navigation__toggle {
  align-items: center;
  background-color: var(--page-navigation-background-color);
  border: 0;
  color: var(--page-navigation-foreground-color);
  display: inline-flex;
  flex-shrink: 0;
  font-family: var(--font-brand);
  font-weight: 600;
  justify-content: center;
  padding: 1.125rem 1.25rem;
  position: relative;
  transition: all 0.3s;
}

.page-navigation__toggle .hamburger-inner,
.page-navigation__toggle .hamburger-inner::after,
.page-navigation__toggle .hamburger-inner::before {
  background-color: var(--page-navigation-foreground-color);
}

.page-navigation__toggle[aria-expanded="true"] {
  border-color: var(--page-navigation-foreground-color);
}

.page-navigation__toggle[aria-expanded="true"] .hamburger-inner,
.page-navigation__toggle[aria-expanded="true"] .hamburger-inner::after,
.page-navigation__toggle[aria-expanded="true"] .hamburger-inner::before {
  background-color: var(--page-navigation-foreground-color);
}

@media (min-width: 1024px) {
  .page-navigation__toggle {
    display: none;
  }
}

.page-navigation__toggle:focus,
.page-navigation__toggle:hover {
  background-color: var(--page-navigation-hover-focus-background-color);
}

.page-navigation__label {
  font-size: 0.875rem;
  line-height: 1.25rem;
  background-color: transparent;
  border-bottom: 1px solid var(--page-navigation-border-color);
  color: var(--page-navigation-foreground-color);
  cursor: pointer;
  font-family: var(--font-brand);
  font-weight: 600;
  padding: 1.125rem 1.25rem;
  width: 100%;
}

@media (min-width: 761px) {
  .page-navigation__label {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

@media (min-width: 1024px) {
  .page-navigation__label {
    display: none;
  }
}

.page-navigation__nav {
  /* border-bottom: 1px solid var(--page-navigation-border-color); */
}

@media (min-width: 1024px) {
  .page-navigation__nav {
    margin: 0 auto;
    max-width: var(--container-max-width);
    padding: 0 var(--container-padding);
    width: 100%;
    border: 0;
  }
}

@media (min-width: 1024px) and (min-width: 1440px) {
  .page-navigation__nav {
    padding: 0;
  }
}

.page-navigation--empty .page-navigation__header {
  max-height: 0 !important;
}

.page-navigation--empty .page-navigation__brand {
  display: flex;
  margin: 0.75rem;
}

.list--navigation {
  display: flex;
  flex-direction: column;
  margin: 0;
}

@media (min-width: 1024px) {
  .list--navigation {
    align-items: stretch;
    flex-direction: row;
  }
}

.list--navigation>.list__item {
  border-bottom: 1px solid var(--list-navigation-border-color);
  display: flex;
  margin-bottom: 0;
}

.counter-section .counter-card:nth-child(4),
.mumbai-campus-section .counter-card:nth-child(4) {
  border: none !important;
}

/* 25-11-2025 cta-card start*/
a.cta-card {
  text-decoration: none;
}

.cta-card .card-title {
  text-decoration: underline;
}

a.cta-card:hover .card-title {
  text-decoration: none;
}

.counter-card a {
  color: #cd2653;
}

/* 25-11-2025 cta-card end*/

/* Admission CSS */
.admissin--sec-pad {
  padding: 48px 0;
}

.ad-h2 {
  font-size: 32px;
  line-height: 40px;
  font-weight: 600;
  color: var(--primary-color);
  margin-bottom: 12px;
  font-family: var(--fontstack-heading);
}

.ad-h3 {
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  color: var(--black-color);
  margin-bottom: 12px;
  font-family: var(--fontstack-heading);
}

.ad-h4 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  color: var(--black-color);
  margin-bottom: 12px;
  font-family: var(--fontstack-heading);
}

#admissionMenu {
  margin-top: 0px;
}

.side-navigation-box {
  border: 1px solid #d8d8d8;
  border-radius: 4px;
  overflow: hidden;
}

.side-navigation-header {
  background-color: #174f6a;
  color: var(--white-color);
  padding: 16px 20px !important;
  font-weight: 600;
  cursor: pointer;
  position: relative;
  font-family: var(--fontstack-body);
}

.side-navigation-item {
  padding: 16px 20px !important;
  background: var(--grey-color) !important;
  border-top: 1px solid #d8d8d8 !important;
  cursor: pointer;
  color: var(--black-color) !important;
  text-align: left;
  width: 100%;
  display: block;
  font-family: var(--fontstack-body);
  text-decoration: none;
}

.side-navigation-item.active {
  color: var(--primary-color) !important;
  font-weight: 600;
  background: var(--white-color) !important;
}

.section-block {
  scroll-margin-top: 20px;
}

#mrt-lp hr {
  border-color: #e3e6e5 !important;
  opacity: 1 !important;
}

.hamburger-icon {
  font-size: 20px;
  font-weight: bold;
  color: var(--white-color);
}

.accordion-item {
  background-color: var(--white-color) !important;
  color: var(--black-color) !important;
  border: none !important;
}

.accordion-item:first-of-type>.accordion-header .accordion-button {
  border-radius: 0 !important;
}

.accordion-button {
  color: var(--black-color) !important;
  border-top: solid 1px #e3e6e5 !important;
  border-bottom: solid 1px #e3e6e5 !important;
  box-shadow: none !important;
  padding: 24px !important;
  font-weight: 600;
  font-family: var(--fontstack-heading) !important;
}

.accordion-button:not(.collapsed) {
  background-color: var(--grey-color) !important;
  color: var(--black-color) !important;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  font-family: var(--fontstack-heading) !important;
}

.accordion-button::after {
  content: "\e145" !important;
  font-family: "Material Symbols Rounded";
  background-image: none !important;
  transform: none;
  font-size: 24px;
  line-height: 20px;
}

.accordion-button:not(.collapsed)::after {
  content: "\e15b" !important;
  font-family: "Material Symbols Rounded";
}

.accordion-body {
  padding: 24px !important;
  color: var(--black-color) !important;
  font-family: var(--fontstack-body) !important;
}

.accordion-body {
  gap: 24px;
  display: flex;
  flex-direction: column;
}

.accordion-body a {
  color: var(--primary-color);
  text-decoration: underline;
}

.accordion-body a:hover {
  text-decoration: none;
}

.custom-table {
  border: solid 1px #e3e6e5 !important;
  border-radius: 10px !important;
  color: var(--black-color) !important;
}

.custom-table th {
  background-color: #f6f6f6 !important;
  padding: 12px 24px !important;
}

.custom-table td {
  background-color: var(--white-color) !important;
  padding: 12px 24px !important;
}

.sub-title {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: var(--black-color) !important;
}

a.text-link {
  color: var(--primary-color) !important;
  text-decoration: underline !important;
}

a.text-link:hover {
  text-decoration: none !important;
}

@media (max-width: 991px) {
  .side-navigation-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .admissin--sec-pad {
    padding: 24px 0;
  }

  button.mob-nav-toggle {
    display: block;
    background-color: transparent;
    border: 0;
    position: absolute;
    right: 0;
    padding: 16px;
    background-color: #0f7f9e;
    clip-path: polygon(20% 0%, 100% 0%, 100% 100%, 0% 100%, 0% 100%);
    height: auto;
    width: 65px;
  }
}

@media (min-width: 992px) {
  .side-navigation-box {
    position: sticky;
    top: 30px;
    max-height: calc(100vh - 120px);
    overflow-y: auto;
  }

  .ml-px-20 {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}

/* Admission CSS */

/* 25-11-2025 Programme details start */
.pd-sections.pd-content-sections {
  padding-top: 40px;
  padding-bottom: 40px;
}

.pd-sections .programme-summ-overview-col {
  display: flex;
  flex-wrap: wrap;
}

.pd-sections .pd-summary-heading {
  font-family: var(--fontstack-heading);
  font-weight: 600;
  font-size: 36px;
  line-height: 44px;
  color: var(--black-color);
}

.pd-sections .pd-summary-sub-head {
  font-family: var(--fontstack-heading);
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  padding-bottom: 4px;
}

.pd-sections .pd-overview-head {
  font-family: var(--fontstack-heading);
  font-weight: 600;
  font-size: 32px;
  line-height: 40px;
}

.pd-sections .pd-section-heading {
  font-family: var(--fontstack-heading);
  font-weight: 600;
  font-size: 36px;
  line-height: 44px;
}

.pd-sections .pd-section-sub-heading {
  font-family: var(--fontstack-heading);
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
}

.pd-sections p {
  font-family: var(--fontstack-body);
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}

.pd-sections .pb-4px {
  padding-bottom: 4px;
}

.pd-sections .pb-12 {
  padding-bottom: 12px;
}

.pd-sections .pb-16 {
  padding-bottom: 16px;
}

.pd-sections .pb-24 {
  padding-bottom: 24px;
}

.pd-sections .pb-32 {
  padding-bottom: 32px;
}

.pd-sections .pb-36 {
  padding-bottom: 36px;
}

.pd-sections .pb-40 {
  padding-bottom: 40px;
}

.pd-sections .px-20 {
  padding-left: 20px;
  padding-right: 20px;
}

.pd-sections .mb-24 {
  margin-bottom: 24px;
}

.pd-sections .mb-32 {
  margin-bottom: 32px;
}

.pd-sections .programme-summary-wrapper {
  width: 100%;
  padding: 32px 24px;
  background-color: var(--white-color);
  margin-bottom: 24px;
}

.pd-sections .programme-overview-wrapper {
  position: static;
  width: 100%;
  padding: 40px 20px;
  background-color: var(--secondary-color);
  margin-bottom: 24px;
}

.pd-sections .fees-info {
  padding: 16px;
  border: 1px solid var(--grey-dark-color);
  border-radius: 8px;
  margin-bottom: 32px;
}

.pd-sections .fees-info img {
  width: 20px;
  height: 20px;
}

.pd-sections .fees-info p {
  padding-left: 8px;
}

.pd-sections .yt-video-wrapper {
  width: 100%;
  aspect-ratio: 16/9;
}

.pd-sections .yt-video-wrapper iframe {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.pd-sections .accreditations-img-wrapper {
  display: flex;
  gap: 45px;
  flex-wrap: wrap;
  margin: 10px 0;
}

.pd-sections .accreditations-img-wrapper .acc-image {
  width: 114px;
  height: 100%;
  display: table;
}

.pd-sections .accreditations-img-wrapper .acc-image img {
  width: auto;
  height: auto;
  -o-object-fit: cover;
  /* object-fit: cover; */
  display: table-cell;
  vertical-align: middle;
}

.pd-sections .pd-accordian-wrapper .accordion {
  border-top: 1px solid var(--border-color);
  border-bottom: 1px solid var(--border-color);
}

.pd-sections .pd-accordian-wrapper .accordian-body-head {
  font-family: var(--fontstack-heading);
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: var(--grey-dark-color);
}

.pd-sections .pd-accordian-wrapper .accordian-body-sub-head {
  font-family: var(--fontstack-heading);
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: var(--grey-dark-color);
}

.pd-sections .pd-accordian-wrapper .pd-accordian-list {
  padding-left: 60px;
  list-style-type: disc;
  margin-bottom: 24px;
}

.pd-sections .pd-accordian-wrapper .pd-accordian-list li {
  font-family: var(--fontstack-body);
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: var(--grey-dark-color);
}

.pd-sections .pd-accordian-wrapper .accordion-button {
  font-family: var(--fontstack-heading);
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: var(--grey-dark-color);
}

.pd-sections .pd-accordian-wrapper .accordion-button:not(.collapsed) {
  background-color: var(--grey-color);
  box-shadow: none;
  border-bottom: 1px solid var(--border-color);
}

.pd-sections .pd-accordian-wrapper .accordion-button:focus {
  box-shadow: none;
}

.pd-sections .pd-accordian-wrapper .accordion-button:not(.collapsed)::after {
  content: "\e145";
  font-family: "Material Symbols Rounded";
}

.pd-sections .pd-accordian-wrapper .accordion-button::after {
  content: "\e15b";
  font-family: "Material Symbols Rounded";
  background-image: none;
  transform: none;
  font-size: 24px;
  line-height: 20px;
}

.pd-sections .pd-content-list {
  padding-left: 30px;
  list-style-type: disc;
  margin-bottom: 24px;
}

.pd-sections .pd-content-list li {
  font-family: var(--fontstack-body);
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}

.pd-sections a.pd-content-link {
  text-decoration: underline;
  color: var(--primary-color);
}

.pd-sections a.pd-content-link:hover {
  color: var(--hover-red-color);
}

.fees-section .fees-box-wrapper {
  display: flex;
  padding: 12px 16px;
  border: 1px solid var(--border-color);
  font-family: var(--fontstack-body);
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 32px;
}

.fees-section .fees-box-wrapper div {
  width: 50%;
}

.fees-section .fees-box-wrapper div:nth-child(1) {
  font-weight: 700;
}

.fees-section .fees-box-wrapper div:nth-child(2) {
  padding-left: 16px;
}

.next-steps-card-wrapper {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}

.next-steps-card-wrapper .card {
  width: 100%;
  border: 1px solid var(--border-color);
  position: relative;
}

.next-steps-card-wrapper .card .ns-red-band {
  display: block;
  width: 100%;
  height: 8px;
  background-color: var(--primary-color);
  border-radius: 4px 4px 0px 0px;
}

.next-steps-card-wrapper .card .card-body {
  padding: 24px;
}

.next-steps-card-wrapper .card .card-body .ns-card-head {
  display: block;
  font-family: var(--fontstack-heading);
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  color: var(--main-text-color);
  text-decoration: underline;
  padding-bottom: 16px;
}

.next-steps-card-wrapper .card .card-body .ns-card-head::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  cursor: pointer;
}

.next-steps-card-wrapper .card .card-body .ns-card-text {
  font-family: var(--fontstack-body);
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: var(--main-text-color);
}

.next-steps-card-wrapper .card:hover .card-body .ns-card-head {
  text-decoration: none;
}

@media only screen and (min-width: 992px) {
  .pd-sections .extra-lg-left-padding {
    padding-left: 36px;
  }

  .pd-sections .pd-summary-heading {
    font-size: 44px;
    line-height: 56px;
  }

  .pd-sections .pd-section-heading {
    font-size: 44px;
    line-height: 56px;
  }

  .pd-sections .pd-accordian-wrapper .accordian-body-head {
    font-size: 20px;
    line-height: 28px;
  }

  .next-steps-card-wrapper {
    gap: 32px;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: stretch;
  }
}

@media only screen and (min-width: 1200px) {
  .pd-sections.programme-summ-overview-sections {
    padding-top: 114px;
    padding-bottom: 114px;
  }

  .pd-sections.pd-content-sections {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .pd-sections .programme-summ-overview-col {
    position: relative;
    flex-wrap: nowrap;
  }

  .pd-sections .programme-summary-wrapper {
    width: 75%;
    border-radius: 4px;
    padding: 64px calc(10% + 55px) 64px 110px;
    margin-bottom: 0px;
  }

  .pd-sections .programme-overview-wrapper {
    position: absolute;
    width: 33%;
    border-radius: 4px;
    top: 39px;
    right: 3rem;
  }
}

.pd-world-leading-section {
  padding-top: 40px;
  padding-bottom: 40px;
  background: #174f6a;
  background: linear-gradient(95deg,
      rgb(23, 79, 106) 0%,
      rgb(23, 79, 106) 50%,
      rgb(26, 88, 119) 50%,
      rgb(26, 88, 119) 100%);
}

.pd-world-leading-section .pd-ranking-stats-wrapper {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
  padding-top: 28px;
  text-align: center;
}

.pd-world-leading-section .pd-ranking-stats-wrapper .pd-ranking-stat {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
}

.pd-world-leading-section .pd-ranking-stats-wrapper .pd-ranking-stat-number {
  display: block;
  width: 100%;
  font-family: var(--fontstack-heading);
  font-weight: 600;
  font-size: 72px;
  line-height: 80px;
  padding-bottom: 12px;
}

.pd-world-leading-section .pd-ranking-stats-wrapper .pd-ranking-stat-text {
  display: block;
  width: 100%;
  font-family: var(--fontstack-body);
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
}

.pd-world-leading-section .pd-world-leading-btn-wrapper {
  padding-top: 28px;
}

@media only screen and (min-width: 1200px) {
  .pd-world-leading-section {
    padding-top: 72px;
    padding-bottom: 72px;
    background: #174f6a;
    background: linear-gradient(104deg,
        rgb(23, 79, 106) 0%,
        rgb(23, 79, 106) 50%,
        rgb(26, 88, 119) 50%,
        rgb(26, 88, 119) 100%);
  }

  .pd-world-leading-section .pd-ranking-stats-wrapper {
    display: flex;
    gap: 186px;
    flex-wrap: nowrap;
    text-align: left;
  }

  .pd-world-leading-section .pd-ranking-stats-wrapper .pd-ranking-stat {
    display: flex;
    flex-wrap: nowrap;
    gap: 24px;
    justify-content: flex-start;
    align-items: center;
    width: calc(50% - 93px);
  }

  .pd-world-leading-section .pd-ranking-stats-wrapper .pd-ranking-stat-number {
    display: inline-block;
    width: auto;
    padding-bottom: 0px;
  }

  .pd-world-leading-section .pd-ranking-stats-wrapper .pd-ranking-stat-text {
    display: inline-block;
    width: auto;
  }

  .pd-meet-supervisors-section .pd-supervisors-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    padding-top: 40px;
  }

  .pd-meet-supervisors-section .pd-supervisors-wrapper.pd-supervisors-wrapper-extra {
    padding-top: 20px;
    transition: all 0.5s ease-in-out;
  }

  .pd-meet-supervisors-section .pd-supervisor-item {
    display: flex;
    gap: 24px;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
  }

  .pd-meet-supervisors-section .pd-supervisor-item .pd-supervisor-img-wrapper {
    display: block;
    min-width: 72px;
    min-height: 72px;
    max-width: 72px;
    max-height: 72px;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
  }

  .pd-meet-supervisors-section .pd-supervisor-item .pd-supervisor-img-wrapper img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    display: block;
    position: absolute;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
  }

  .pd-meet-supervisors-section .pd-supervisor-item .pd-supervisor-item-name {
    font-family: var(--fontstack-heading);
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    color: var(--blue-color);
  }

  .pd-meet-supervisors-section .pd-supervisor-item .pd-supervisor-item-role {
    font-family: var(--fontstack-body);
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: var(--main-text-color);
  }

  .pd-meet-supervisors-section .pd-supervisor-btn-wrapper {
    padding-top: 32px;
    position: relative;
  }

  .pd-meet-supervisors-section .pd-supervisor-btn-wrapper::before {
    content: "";
    position: absolute;
    bottom: 29px;
    left: 0px;
    width: calc(50% - 83px);
    height: 1px;
    background-color: var(--border-color);
  }

  .pd-meet-supervisors-section .pd-supervisor-btn-wrapper::after {
    content: "";
    position: absolute;
    bottom: 29px;
    right: 0px;
    width: calc(50% - 82px);
    height: 1px;
    background-color: var(--border-color);
  }

  @media only screen and (min-width: 992px) {
    .pd-meet-supervisors-section .pd-supervisor-btn-wrapper {
      padding-top: 72px;
      justify-content: space-between;
    }

    .pd-meet-supervisors-section .pd-supervisors-wrapper {
      padding-top: 72px;
      justify-content: space-between;
      gap: 20px 48px;
    }

    .pd-meet-supervisors-section .pd-supervisor-item {
      width: calc(50% - 24px);
    }
  }
}

/* 27-11-2025 Programme details end */
/* 27-11-2025  programme type start*/
.page-hero-button .btn-red:hover {
  background-color: var(--hover-red-color);
  color: var(--white-color);
  border-color: var(--hover-red-color);
}

@media (max-width: 768px) {
  .course-section .main-head p {
    font-size: 16px;
    font-family: var(--fontstack-body);
  }

  .page-hero-button .btn-red:nth-child(2) {
    margin-top: 24px;
  }

  .custom-mobile-container .page-hero-button {
    display: none !important;
  }
}

/* 27-11-2025  programme type end*/

.page-hero-button .btn-red:nth-child(1) {
  margin-right: 24px;
}

.custom-mobile-container .page-hero-button {
  margin-left: auto;
  display: flex;
  justify-content: flex-end;
}

/* Header CSS */
.header__nav {
  flex-grow: 1;
  order: 1;
}

@media (min-width: 1024px) {
  .header__nav {
    margin: 0 auto;
    width: 100%;
  }
}

@media (min-width: 1024px) and (min-width: 1440px) {
  .header__nav {
    padding: 0;
  }
}

.header__nav .list--navigation>.list__item {
  border-color: #393d41;
  padding: 0px 36px;
}

@media (min-width: 1024px) {
  .header__nav .list--navigation>.list__item {
    display: flex;
  }
}

.header__nav .list--navigation>.list__item>.list__link {
  color: #fff;
  flex-grow: 1;
  font-weight: 600;
  padding: 1rem 1.25rem;
}

@media (min-width: 1024px) {
  .header__nav .list--navigation>.list__item>.list__link {
    justify-content: center;
    padding: 0.875rem;
  }
}

.header__nav .list--navigation>.list__item>.list__link:focus,
.header__nav .list--navigation>.list__item>.list__link:hover {
  background-color: #000;
}

@media (min-width: 1024px) {
  .header__nav .list--navigation>.list__item>.list__link--dropdown {
    padding-right: 1.5rem;
  }
}

/* new Header */
/* Main navigation */
.nav-main {
  list-style: none;
  display: flex;
  padding: 0;
  margin: 0;
}

ul.nav-main .nav-item:first-child .nav-link {
  border-left: 1px solid #45494d;
}

.nav-item.mega-parent:hover {
  /* position: relative; */
  background-color: #000;
}

.nav-link {
  display: block;
  padding: 16px 36px;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  text-decoration: none;
  border-right: 1px solid #45494d;
  line-height: 24px;
}

a.nav-link.mega-toggle:after {
  content: "\f107";
  font-family: "FontAwesome";
  color: #ee7219;
  font-size: 19px;
  margin-left: 10px;
}

a.nav-link:hover.mega-toggle:after {
  content: "\f106";
  font-family: "FontAwesome";
}

.nav-link:hover {
  color: #fff;
}

/* FULL-WIDTH MEGA MENU */
.mega-menu {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  /* stretch full width */
  width: 100%;
  /* full width */
  background: #161b20;
  padding: 48px 60px;
  /* remove side padding */
  display: none;
  z-index: 999;
  border-top: 1px solid #45494d;
}

/* Inner container centered */
.mega-container {
  max-width: 1300px;
  /* adjust as needed */
  /* margin: 0 auto; */
  padding: 0 60px;
  display: flex;
  gap: 40px;
}

.mega-container {
  display: flex;
  justify-content: space-between;
}

.mega-column {
  width: 30%;
}

.mega-title {
  margin-bottom: 15px;
  font-size: 16px;
  color: #e65800;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 12px;
}

.mega-column a {
  display: block;
  color: #fff;
  text-decoration: none;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin-top: 12px;
}

.mega-column a:hover {
  text-decoration: underline;
}

/* Show on hover */
.mega-parent:hover .mega-menu {
  display: block;
}

/* Mobile behaviour */
@media (max-width: 768px) {
  .mega-menu {
    position: static;
    width: 100%;
    display: none;
  }

  .mega-parent.active .mega-menu {
    display: block;
  }
}

/* mobile menu */
/* MOBILE CUSTOM MENU */
.custom-mobile-mega-menu {
  display: none;
}

@media (max-width: 1024px) {
  .custom-mobile-mega-menu {
    display: block;
    margin-top: 0;
    background-color: #12161a;
  }

  .mobile-main-menu {
    list-style: none;
    padding: 0;
    margin: 0;
  }

  .mobile-item {
    border-bottom: 0.5px solid #45494d;
    padding: 16px 20px;
  }

  .mobile-link,
  .mobile-mega-toggle {
    width: 100%;
    text-align: left;
    background: none;
    border: 0;
    padding: 0;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    color: #fff;
    text-decoration: none;
  }

  .mobile-mega-dropdown {
    display: none;
    background: #1b1f24;
    padding: 15px;
    margin-top: 10px;
    border-radius: 6px;
  }

  .mobile-mega-dropdown .dropdown-col {
    margin-bottom: 15px;
  }

  .mobile-mega-dropdown h4 {
    font-size: 16px;
    margin-bottom: 6px;
    color: #fff;
  }

  .mobile-mega-dropdown a {
    font-size: 14px;
    color: #ccc;
    display: block;
    margin-bottom: 5px;
  }

  .mobile-mega-parent.open .mobile-mega-dropdown {
    display: block;
  }
}

/* Hide the checkbox */
.mega-checkbox {
  display: none;
}

/* Dropdown hidden state */
.mobile-mega-dropdown {
  display: none;
  background: #1b1f24;
  padding: 15px;
  margin-top: 10px;
  border-radius: 6px;
}

/* Show when checkbox is checked */
.mega-checkbox:checked+.mobile-mega-label+.mobile-mega-dropdown {
  display: block;
}

/* Label style */
.mobile-mega-label {
  display: block;
  width: 100%;
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
  padding: 12px 0;
  color: #fff;
}

li.mobile-item.mobile-mega-parent .mobile-mega-label:after {
  content: "\f107";
  font-family: "FontAwesome";
  color: #ee7219;
  font-size: 20px;
  margin-left: 10px;
}

.mega-checkbox:checked+.mobile-mega-label::after {
  content: "\f106";
  font-family: "FontAwesome";
  color: #ee7219;
  font-size: 20px;
  margin-left: 10px;
}

.mobile-mega-dropdown .dropdown-col h4 {
  color: #ee7219;
}

.mobile-mega-dropdown .dropdown-col {
  margin-bottom: 20px;
}

label.mobile-mega-label a {
  color: #fff;
  text-decoration: none;
}

.error404-content h1 {
  color: var(--primary-color);
  font-family: var(--fontstack-heading);
}

.error404-content h1:after {
  margin-top: 0.5em;
  content: " ";
  height: 2px;
  border-top: 1px solid #dedcd2;
  border-bottom: 1px solid #dedcd2;
  display: block;
  padding: 0;
  width: 100%;
  margin-top: 0.65em;
}

.error404-content .intro-text {
  font-weight: bold;
  margin: 32px 0;
  font-family: "Open Sans";
}

/* GRID + GAP */
.usp-grid {
  display: grid;
  gap: 32px;
}

/* ---------- MOBILE FIRST (1 COLUMN) ---------- */
.usp-grid {
  grid-template-columns: 1fr;
}

.usp-card {
  position: relative;
  padding-bottom: 24px;
}

/* MOBILE: bottom border on ALL cards */
.usp-card::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #e0e0e0;
}

.usp-card h3 {
  font-size: 32px;
  margin-bottom: 16px;
  line-height: 44px;
}

.usp-card:nth-child(4)::after {
  display: none;
}

/* ---------- TABLET (2 Columns) ---------- */
@media (min-width: 576px) and (max-width: 1199px) {
  .usp-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .usp-card {
    padding-bottom: 0;
    padding-right: 32px;
  }

  /* convert border to vertical */
  .usp-card::after {
    width: 1px;
    height: 100%;
    left: 100%;
    right: 0;
  }

  /* hide border on 2nd & 4th */
  .usp-card:nth-child(2)::after {
    display: none;
  }
}

/* ---------- DESKTOP (4 Columns) ---------- */
@media (min-width: 1200px) {
  .usp-grid {
    grid-template-columns: repeat(4, 1fr);
  }

  .usp-card {
    padding-bottom: 0;
    padding-right: 32px;
  }

  /* desktop vertical borders */
  .usp-card::after {
    width: 1px;
    height: 100%;
    left: 100%;
    right: 0;
  }

  .usp-card h3 {
    font-size: 36px;
  }
}

.detail-card {
  border: none;
}

.detail-card img {
  aspect-ratio: 2 / 1;
  width: 100%;
  object-fit: cover;
  display: block;
}

.common-content {
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
}

/* Footer CSS */
.footer-menu h4 {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 12px;
}

.footer-menu ul li a {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #fff;
  text-decoration: unset;
}

.footer-menu ul li {
  margin-bottom: 8px;
}

@media (min-width: 768px) and (max-width: 1399px) {
  .page-hero-button .btn-red:nth-child(2) {
    margin-top: 24px;
  }
}

/* single page navigation */
.navigation-list ul {
  display: flex;
  margin: 0;
}

.navigation-list ul li {
  border-left: 1px solid #e3e6e5;
  padding: 13px 29px;
  list-style: none;
}

.navigation-list {
  padding: 0;
}

.navigation-list ul li:last-child {
  border-right: 1px solid #e3e6e5;
}

li a {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #161b20;
  text-decoration: unset;
}

.navigation-list ul li:first-child {
  font-weight: 600;
}

.navigation-fixed {
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9;
  background: #fff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

html {
  scroll-padding-top: 100px;
  /* adjust your sticky header height */
}

/* LP rules */

.form-mb-16 {
  margin-bottom: 16px;
}

.form-mt-16 {
  margin-top: 16px !important;
}

.lp-page-hero-section {
  width: 100%;
  background-position: center !important;
  background-size: cover !important;
  position: relative;
  background-repeat: no-repeat !important;
}

.lp-page-hero-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(270deg,
      rgba(22, 27, 32, 0.12) 35%,
      rgba(22, 27, 32, 0.75) 70%);
}

.lp-banner-form-card-wrapper {
  background-color: var(--white-color);
}

.lp-banner-form-header {
  padding: 24px;
  border-bottom: 1px solid var(--border-color);
}

.lp-banner-form-header .lp-form-head {
  font-family: var(--fontstack-heading);
  font-size: 32px !important;
  line-height: 40px !important;
  font-weight: 600 !important;
  margin-bottom: 0;
}

.lp-banner-form-wrapper {
  padding: 24px;
}

.lp-logo-col {
  position: relative;
  padding-top: 24px;
  padding-bottom: 8px;
}

.lp-page-hero-wrap,
.lp-banner-form-col {
  position: relative;
}

@media only screen and (max-width: 991px) {
  .lp-banner-form-col {
    padding-left: 0px;
    padding-right: 0px;
  }

  #normalFormWrapper.pad-section {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .about-content-wrapper .programmes-card:last-child {
    margin-bottom: 0 !important;
  }

  .about-content-wrapper .news-card:last-child {
    margin-bottom: 0 !important;
  }
}

@media only screen and (min-width: 992px) {
  .lp-page-hero-section {
    padding-bottom: 96px;
  }
}

.nav-item:hover .nav-link {
  text-decoration: underline;
}
.nav-link:focus {
    color: var(--white-color) !important;
}

.register-form label {
   
 font-family: var(--fontstack-heading);
}

.register-form input, .register-form select, .register-form textarea {

  font-family: var(--fontstack-body); 
}