/*
 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;
  --bs-body-color: #333333;
  --menu-color-orange: #e65800;
}

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(--grey-dark-color);
  font-family: var(--fontstack-body);
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin: 0px;
  font-weight: 600;
  color: var(--main-text-color);
  font-family: "Sora", sans-serif;
}

p {
  margin: 0px;
  color: var(--grey-dark-color);
}

img {
  max-width: 100%;
}

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

b,
strong {
  font-weight: 600;
  color: var(--main-text-color);
}

/* Prevent mobile font resizing */
html {
  -webkit-text-size-adjust: 100%;
}

/* Force font consistency only where needed */
form,
form input,
form select,
form textarea,
form button {
  font-family: "Open Sans", sans-serif !important;
  font-size: 16px !important;
  color: #333333;
  line-height: 24px;
}

form label {
  font-family: "Inter", sans-serif !important;
}

/* Bootstrap overrides */
form .form-control,
form .form-select {
  font-family: "Open Sans", sans-serif !important;
  font-size: 16px !important;
}

/* Fix phone input plugin */
form .iti input {
  font-family: "Open Sans", sans-serif !important;
}

/* 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);
}

label {
  color: var(--main-text-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: "Sora", sans-serif;
  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: "Sora", sans-serif;
  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;
}

.one-toggle-btn .icon-close {
  display: none;
}

.one-toggle-btn.active .icon-open {
  display: none;
}

.one-toggle-btn.active .icon-close {
  display: inline-block;
}

@media (max-width: 800px) {
  .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: 24px !important;
  }

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

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

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

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

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

.menu-modal {
  display: none;
  overflow-y: auto;
  overflow-x: hidden;
  position: fixed;
  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;
}

.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: "Sora", sans-serif;
  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: "Sora", sans-serif;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: "Sora", sans-serif;
  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: var(--border-color);
  color: var(--grey-dark-color);
  /* border: none; */
}

.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 h2 {
  font-size: 56px !important;
  line-height: 68px !important;
  font-family: "Sora", sans-serif;
  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-body);
  color: var(--main-text-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: "Sora", sans-serif;
  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: "Sora", sans-serif;
  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 (max-width: 767px) {
  .back-to-top {
    left: 50%;
    transform: translateX(-50%);
  }
}

/* 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-body);
  font-size: 16px;
}

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

.course-btn {
  font-family: "Sora", sans-serif;
  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;
}

#leadFormModal button.course-btn,
#leadFormModal button[type="submit"],
#contactFormModal button.course-btn,
#contactFormModal button[type="submit"] {
  font-family: "Sora", sans-serif !important;
}

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);
}

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

.common-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%;
  height: 100%;
  aspect-ratio: 2 / 1;
  object-fit: cover;
  object-position: top;
}

.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: var(--main-text-color);
  padding-bottom: 32px;
  font-weight: 600;
  margin: 0;
  font-family: var(--fontstack-heading);
}

.register-form {
  padding: 32px;
  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: "Sora", sans-serif;
  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: 100px !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;
  line-height: 24px;
}

.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;
  list-style: none;
}

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

.primary-li li:hover a {
  text-decoration: underline;
}

.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 {
  max-width: 870px;
  width: 100%;
}

.f-inter {
  font-family: "Sora", sans-serif;
}

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

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

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

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

  .counter-card .usp-content h3 {
    font-size: 32px !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 {
  background-color: var(--grey-color);
  padding: 0.5rem 0;
  font-size: 1rem;
  color: #333;
}

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

.breadcrumbs li {
  display: flex;
  align-items: center;
  margin-right: 0.75rem;
  color: #333;
}

.breadcrumbs li::after {
  content: "\f105";
  font-family: "FontAwesome";
  font-size: 12px;
  margin-left: 0.75rem;
  color: #333;
}

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

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

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

.breadcrumbs li:first-of-type img {
  width: 16px;
  height: auto;
  display: block;
}

@media (max-width: 480px) {
  .breadcrumbs {
    font-size: 0.9rem;
  }
}

@media (max-width: 768px) {
  /* Hide all middle items except first + last */
  .breadcrumbs ol li:not(:first-child):not(:last-child) {
    position: relative;
  }

  .breadcrumbs ol li:not(:first-child):not(:last-child) a span {
    display: none;
  }

  .breadcrumbs ol li:not(:first-child):not(:last-child) a::after {
    content: "...";
    font-size: 0.9rem;
    margin-left: 0.25rem;
  }

  /* FIX: If there are only 2 items, do NOT hide the 2nd item */
  .breadcrumbs ol li:first-child + li:last-child a span {
    display: inline !important;
  }

  .breadcrumbs ol li:first-child + li:last-child a::after {
    content: none !important;
  }
}

@media (max-width: 370px) {
  /* Hide ALL middle items (same behavior) */
  .breadcrumbs ol li:not(:first-child):not(:last-child) {
    display: none !important;
  }

  /* Make sure NO ... appears */
  .breadcrumbs ol li a::after {
    content: none !important;
  }

  /* Force last item text to show normally */
  .breadcrumbs ol li:last-child a span,
  .breadcrumbs ol li:last-child a {
    text-indent: 0 !important;
    overflow: visible !important;
    display: inline-flex !important;
  }
}

.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: 1;
  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: #333;
}

.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: #333;
}

@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;
  font-weight: 600;
}

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

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

.counter-card h5 {
  line-height: 32px;
}

/* 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: "Sora", sans-serif;
}

.ad-h3 {
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  color: var(--main-text-color);
  margin-bottom: 12px;
  font-family: "Sora", sans-serif;
}

.ad-h4 {
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  color: var(--main-text-color);
  margin-bottom: 12px;
  font-family: "Sora", sans-serif;
}

#admissionMenu {
  margin: 0px;
  list-style: none;
}

.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: "Sora", sans-serif;
}

.side-navigation-item {
  padding: 16px 20px !important;
  background: var(--grey-color);
  border-top: 1px solid #d8d8d8 !important;
  cursor: pointer;
  color: var(--main-text-color) !important;
  text-align: left;
  width: 100%;
  display: block;
  font-family: var(--fontstack-body);
  text-decoration: none;
  font-size: 16px;
}
.side-navigation-item:hover,
.side-navigation-item:focus {
  background: #e3e6e5;
}
.side-navigation-item.active {
  color: var(--primary-color) !important;
  font-weight: 700;
  background: var(--white-color);
}

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

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

.hamburger-icon {
  font-size: 22px;
  font-weight: bold;
  color: var(--white-color);
  vertical-align: middle;
}

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

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

.accordion-button {
  color: var(--main-text-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: "Sora", sans-serif !important;
}

.accordion-button:not(.collapsed) {
  background-color: var(--grey-color) !important;
  color: var(--main-text-color) !important;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  font-family: "Sora", sans-serif !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(--grey-dark-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(--main-text-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(--main-text-color) !important;
}

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

a.text-link:hover {
  text-decoration: none !important;
}
#mrt-lp .accordion-body ul {
  list-style-position: outside;
  margin-left: 30px;
}

@media (max-width: 991.98px) {
  .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) {
  .sticky-left-navbar.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;
  }
}
@media (max-width: 768px) { 
	.custom-table {
	display: block;          
	width: 100%;
	overflow-x: auto;         
	-webkit-overflow-scrolling: touch; 
	margin-bottom: 40px;     
  }     
}
.admissin--sec-pad .card-title.f-inter.heading-text-xxs {
  margin-bottom: 12px;
}
/* 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: "Sora", sans-serif;
  font-weight: 600;
  font-size: 36px;
  line-height: 44px;
  color: var(--main-text-color);
}

.pd-sections .pd-summary-sub-head {
  font-family: "Sora", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  padding-bottom: 4px;
}

.pd-sections .pd-overview-head {
  font-family: "Sora", sans-serif;
  font-weight: 600;
  font-size: 32px;
  line-height: 40px;
}

.pd-sections .pd-section-heading {
  font-family: "Sora", sans-serif;
  font-weight: 600;
  font-size: 36px;
  line-height: 44px;
}

.pd-sections .pd-section-sub-heading {
  font-family: "Sora", sans-serif;
  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: "Sora", sans-serif;
  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: "Sora", sans-serif;
  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: "Sora", sans-serif;
  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: 15px;
}

.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: "Sora", sans-serif;
  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;
}

#mrt-lp .accordion-body ul li,
#mrt-lp .accordion-body p {
  padding-bottom: 10px;
}

#mrt-lp .accordion-body ul li:nth-last-child(1) {
  padding-bottom: 0px;
}

@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: "Sora", sans-serif;
  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: "Sora", sans-serif;
    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);
  }

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

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

 
}

/* 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;
  font-family: "Sora", sans-serif;
}

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;
  font-family: "Sora", sans-serif;
}

.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: 800px) {
  .mega-menu {
    position: static;
    width: 100%;
    display: none;
  }

  .mega-parent.active .mega-menu {
    display: block;
  }
  .custom-mobile-container .page-hero-button {
    display: none !important;
  }
}

/* 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;
    border: 0;
  }

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

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

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

  .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;
}

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

/* 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 a {
  /* display: block; */
  /* width: 100%; */
  font-size: 16px;
  font-weight: 600;
  /* cursor: pointer; */
  padding: 12px 0;
  color: #fff;
  font-family: "Sora", sans-serif;
}

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;
  font-family: "Sora", sans-serif;
}

.error404-content h1 {
  color: var(--primary-color);
  font-family: "Sora", sans-serif;
}

.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: 40px;
  font-weight: 600;
}

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

@media (min-width: 768px) {
  .usp-card h3 {
    font-size: 36px;
    line-height: 44px !important;
  }
}

/* ---------- 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: 24px;
  }

  /* convert border to vertical */
  .usp-card::after {
    width: 2px;
    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: 24px;
  }

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

.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;
  font-family: "Sora", sans-serif;
}

.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;
  list-style: none;
}

@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: 20px 29px;
  list-style: none;
}

.navigation-list {
  padding: 0;
}

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

li a {
  font-size: 18px;
  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;
  }
  .footer-menu {
    margin-top: 24px;
  }
}

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

.nav-item:hover .nav-link span {
  text-decoration: underline;
  background-color: #000;
}

.nav-link:focus {
  color: var(--white-color) !important;
}

.caption p {
  font-size: 14px;
  line-height: 20px;
}

/* ---------------------- */
/* MOBILE DEFAULT (<=1023) */
/* ---------------------- */
#page-navigation-collapse {
  display: none;
  background: #fff;
  /* border-top: 1px solid #ddd; */
}

#page-navigation-collapse.active {
  display: block;
}

.page-navigation__toggle {
  display: block;
}

/* ---------------------- */
/* DESKTOP (>=1024)       */
/* ---------------------- */
@media (min-width: 1024px) {
  #page-navigation-collapse {
    display: block !important;
  }

  .page-navigation__toggle {
    display: none !important;
  }
}

/* optional - change icon on open */
.hamburger.is-active .hamburger-inner {
  background-color: #333;
}

.hamburger.is-active .hamburger-inner:before {
  transform: rotate(45deg) translate(5px, 5px);
}

.hamburger.is-active .hamburger-inner:after {
  transform: rotate(-45deg) translate(5px, -5px);
}

/* Base hamburger button */
.hamburger {
  padding: 0 15px;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  background: none;
  border: 0;
  display: inline-block;
}

.hamburger-box {
  width: 24px;
  height: 16px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  width: 25px;
  height: 2px;
  background-color: #000;
  /* color of hamburger lines */
  border-radius: 2px;
  position: absolute;
  transition:
    transform 0.25s ease,
    background-color 0.2s ease;
}

.hamburger-inner::before,
.hamburger-inner::after {
  content: "";
  display: block;
}

.hamburger-inner::before {
  top: -8px;
}

.hamburger-inner::after {
  bottom: -8px;
}

/* ---------------------------- */
/* SQUEEZE ANIMATION (your type) */
/* ---------------------------- */

.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.15s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze .hamburger-inner::before {
  transition:
    top 0.1s 0.14s linear,
    opacity 0.1s linear;
}

.hamburger--squeeze .hamburger-inner::after {
  transition:
    bottom 0.1s 0.14s linear,
    transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

/* ACTIVE STATE (turns into X) */

.hamburger.is-active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.14s;
}

.hamburger.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition:
    top 0.1s linear,
    opacity 0.1s 0.14s linear;
}

.hamburger.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition:
    bottom 0.1s linear,
    transform 0.15s 0.14s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

@media (max-width: 1024px) {
  .page-navigation__header {
    padding: 12px 0;
  }

  .page-navigation__actions {
    padding: 0;
  }

  .navigation-list ul {
    display: block;
  }

  .navigation-list ul li {
    border-bottom: 1px solid #e3e6e5;
    border-left: 0;
    padding: 20px 32px;
  }

  .page-navigation__header {
    opacity: 1;
    visibility: unset;
    display: block;
  }
}

/* programe card css start*/

.cards-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
}

.card-item {
  flex: 0 0 100%;
  background: #f2f2f2;
  border-radius: 4px;
}

.card-item p {
  font-size: 16px;
  line-height: 24px !important;
}

@media (min-width: 600px) {
  .card-item {
    flex: 0 0 calc((100% - 32px) / 2);
  }
}

@media (min-width: 1024px) {
  .cards-3 .card-item {
    flex: 0 0 calc((100% - 64px) / 3);
  }
}

@media (min-width: 1024px) {
  .cards-4 .card-item {
    flex: 0 0 calc((100% - 96px) / 4);
  }
}

/* programe card css end*/
.programmes-hero-btn .btn-primary {
  margin: 0 24px 24px 0;
}

@media (max-width: 385px) {
  .btn {
    justify-content: flex-start;
    text-align: left;
  }
}

@media (max-width: 768px) {
  body.page-template-page-programmes .programmes-hero-btn {
    row-gap: 0;
  }
}

section.programmes-banner {
  height: 408px;
  min-height: 400px;
  background-position: 50% 25% !important;
  display: flex;
  justify-content: center;
  align-items: center;
}

.detail-card .card-title {
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
}

.navigation-list ul li.active {
  background-color: #e3e6e5;
}

.counter-content a:hover {
  text-decoration: none;
}

@media (max-width: 768px) {
  .register-form .form-heading h2 {
    font-size: 36px !important;
    line-height: 44px;
  }

  .alert-form-success img {
    width: 54px;
  }
}

.testimonial-card p {
  line-height: 24px !important;
}

.testimonial-card .card-title {
  line-height: 24px !important;
  color: var(--main-text-color);
}

.testimonial-card .card-text {
  line-height: 24px !important;
  color: var(--grey-dark-color);
}

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

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

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

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

.programme-overview-wrapper p,
.programme-overview-wrapper h3,
.programme-overview-wrapper .pd-summary-sub-head,
.programme-overview-wrapperpd-overview-head {
  color: var(--white-color);
}

.breadcrumbs li a {
  font-size: 16px;
}

@media (min-width: 801px) {
  .nav-item.cta-btn {
    display: none;
  }
}

.nav-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.nav-main {
  display: flex;
  align-items: center;
  /* gap: 20px; */
}

.nav-last-item {
  margin-left: auto;
}

.nav-last-item a.nav-link {
  color: var(--menu-color-orange) !important;
  border-left: 1px solid #45494d;
}

.mobile-last-item a.mobile-link {
  color: var(--menu-color-orange) !important;
}

a.download-link {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
}

a.download-link img {
  margin-right: 5px;
}

.thank-you-links {
  padding: 0px 32px;
  display: block;
}

.thank-you-links a {
  display: block;
  width: max-content;
  margin-bottom: 32px;
  text-decoration: none;
}

li.mobile-item.mobile-mega-parent.active .mobile-mega-label:after {
  content: "\f106";
}

.nav-item.mega-parent.active > .mega-toggle::after {
  content: "\f106";
}

.single-thank-you p {
  padding: 16px 32px 32px;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.programme-section .main-head p {
  width: 80%;
}

.course-content-wrapper .main-head p {
  width: 80%;
}

@media (max-width: 768px) {
  .programme-section .main-head p {
    width: 100%;
  }

  .course-content-wrapper .main-head p {
    width: 100%;
  }
}

footer .cta-footer-links {
  padding-top: 48px;
  padding-bottom: 24px;
}

@media (max-width: 768px) {
  footer .cta-footer-links {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}

/* Course detail fixes */
#fees-and-funding .pd-summary-sub-head,
#next-steps .pd-overview-head {
  color: var(--main-text-color);
}

.fees-funding-detail .fess-funding-wrapper {
  padding-bottom: 40px;
}

.fees-funding-detail .fess-funding-wrapper:last-child {
  padding-bottom: 0px;
}
#programme-structure {
  scroll-margin-top: 100px;
}
.programmes-banner .page-hero-content div {
  width: 70%;
}
@media (max-width: 768px) {
  .programmes-banner .page-hero-content div {
    width: 100%;
  }
}

.accordion-button:focus-visible,
button:focus-visible,
a:focus-visible {
  outline: 3px solid var(--primary-color);
  outline-offset: 3px;
  box-shadow: none;
}

.nav-main .nav-item:hover {
  background-color: var(--black-color);
}

.heading-text-xxl {
  font-size: 72px;
  line-height: 80px;
} /* Display */
.heading-text-xl {
  font-size: 56px;
  line-height: 68px;
} /* H1 */
.heading-text-lg {
  font-size: 44px;
  line-height: 56px;
} /* H2 */
.heading-text-md {
  font-size: 36px;
  line-height: 44px;
} /* H3 */
.heading-text-sm {
  font-size: 32px;
  line-height: 40px;
} /* H4 */
.heading-text-xs {
  font-size: 24px;
  line-height: 32px;
} /* H5 */
.heading-text-xxs {
  font-size: 20px !important;
  line-height: 28px !important;
} /* H6 */
.heading-text-title {
  font-size: 16px;
  line-height: 24px;
} /* H6 */

.accordion-button:hover {
  background-color: var(--grey-color) !important;
}
@media (max-width: 991.98px) {
  .side-navigation-box {
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    border-radius: 0;
  }
  .admissin--sec-pad {
    padding-top: 0;
  }
}
label {
  display: block;
}
label select {
  width: 100%;
}

img.social-icons {
  padding: 6px;
  border: 1px solid #666666;
  border-radius: 4px;
}
@media (max-width: 991.98px) {
  .cta-footer-links .spcial-icons-wrapper-desk {
    display: none !important;
  }
}
@media (min-width: 991.98px) {
  .spcial-icons-wrapper-mob {
    display: none !important;
  }
}
.social-icon {
  background-color: #212931;
}
.social-icon:hover {
  background-color: #161b20;
}
.iti__selected-dial-code {
  font-weight: 400;
}
.form-label {
  margin-bottom: 0 !important;
}
input,
select {
  margin-top: 8px !important;
}
#phone {
  margin-top: 8px !important;
}

/* DWB-225 */
.page-wrapper-body {
  padding: 48px 0;
}
.page-title {
  border-bottom: 0.25rem double #e3e6e5;
  color: #b01c2e;
  margin-bottom: 32px;
  padding-bottom: 12px;
  font-size: 32px;
  line-height: 40px;
  font-family: "Sora", sans-serif;
}
.cms-center {
}
.cms-card {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  width: 100%;
  color: #333333;
  margin-bottom: 32px;
}
.cms-card p {
  margin: 0 0 24px 0;
  color: #333333;
}
.cms-card p:last-child {
  margin: 0;
}
.cms-card ul {
  padding-left: 40px;
  margin: 0 0 24px 0;
  list-style-position: outside;
}
.cms-card ul:last-child {
  margin: 0;
}
.cms-blackquote {
  padding: 16px 32px;
  border-left: 5px solid #e3e6e5;
}
.cms-card h2 {
  margin-bottom: 12px;
}
.cms-card h3 {
  margin-bottom: 12px;
}
.cms-card h2 {
  color: #161b20;
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  font-family: "Sora", sans-serif;
}
.cms-card h3 {
  color: #161b20;
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  font-family: "Sora", sans-serif;
}
.cms-table-wrapper {
  width: 100%;
  margin-bottom: 24px;
}
.cms-table-wrapper table {
  width: 100%;
  border: 1px solid #e3e6e5;
  table-layout: fixed;
}
.cms-table-wrapper table th {
  font-family: "Sora", sans-serif;
  padding: 12px 24px;
  background: #f6f6f6;
}
.cms-table-wrapper table td {
  padding: 12px 24px;
  vertical-align: top;
}
.cms-table-wrapper table tr {
  border-top: 1px solid #e3e6e5;
}
.cms-table-wrapper table tr:first-child {
  border-top: 1px solid #e3e6e5;
}
.cms-table-wrapper table td[colspan="2"] {
  background: #f5f5f5;
}
.cms-table-wrapper table td[colspan="3"] {
  background: #f5f5f5;
}
.cms-card li ul {
  padding-top: 8px;
}
.cms-card .accordion-body {
  gap: 0;
}
.cms-body-border .cms-card {
  border: 1px solid #e3e6e5;
  border-radius: 4px;
  padding: 24px;
  position: relative;
}
.cms-body-border {
  border-top: 8px solid #b01c2e;
  border-radius: 8px 8px 0 0;
}
.cms-card .text-bold {
  margin: 0 0 12px 0;
  font-weight: 600;
  font-family: "Sora", sans-serif;
}
#left-sidebar-menu {
  margin: 0px;
  list-style: none;
}
.accordion-item .accordion-collapse.show {
  border-top: solid 1px #ffffff;
}
.accordion-item .accordion-collapse.show {
  border-top: solid 1px #e3e6e5;
}
.accordion-item:last-child {
  border-bottom: solid 1px #e3e6e5 !important;
}
.cms-card p:empty {
  margin: 0;
}
.cms-card li {
  margin: 0 0 8px 0;
}
.cms-card li:last-child {
  margin: 0;
}
.cms-card a {
  word-break: break-all;
  color: #b01c2e;
  text-decoration: underline;
}
.cms-card a:hover {
  text-decoration: none;
}
.cms-table-wrapper ul {
  padding-left: 15px;
}
.lower-roman {
  list-style-type: lower-roman;
}
@media (max-width: 991.98px) {
  .page-wrapper-body {
    padding: 0;
  }
  .cms-card {
    margin-bottom: 24px;
  }
}

.overview-separator::after {
  background-color: #e3e6e5;
  content: "";
  display: block;
  height: 0.25rem;
  margin: 32px auto;
  width: 50%;
}
.adm-overview-card {
  font-size: 18px;
}

/* Contact us CSS */

.cms-body-separator {
  position: relative;
}
.cms-body-separator::after {
  background-color: #e3e6e5;
  content: "";
  display: block;
  height: 0.25rem;
  margin: 32px auto;
  width: 50%;
}
.aside-cms-card {
  border-radius: 4px;
  border: 1px solid #e3e6e5;
  padding: 24px;
  position: relative;
  border-top: 8px solid #b01c2e;
}
.aside-cms-card h2 {
  margin-bottom: 16px;
}
.aside-card {
  text-decoration: none;
}
.aside-card h2 {
  text-decoration: underline;
}
.aside-card:hover h2 {
  text-decoration: none;
}
.cms-box {
  background: #f6f6f6;
  padding: 24px;
}
.cms-card .cms-box h3 {
  margin-bottom: 8px;
}
.cms-card .cms-box p {
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  .cms-body-separator::after {
    margin-bottom: 24px;
  }
}

.modal {
  background: rgba(0, 0, 0, 0.75);
}
.modal-body {
  padding: 32px;
}
.modal-header {
  padding: 32px;
  border-bottom: 1px solid #dbdbd3;
}
.modal-title {
  color: #0b0c0c;
  font-size: 42px;
  font-style: normal;
  font-weight: 600;
  line-height: 50.4px;
}
.modal .btn-close {
  opacity: 1;
  width: 26px;
  height: 26px;
  color: #0b0c0c;
  padding: 0;
}
.modal-content {
  border-radius: 0;
}
.success-note {
  border: 1px solid #2c882e;
  background: rgba(44, 136, 46, 0.16);
  padding: 16px;
  position: relative;
  padding-left: 56px;
  color: #333333;
  margin: 0;
  font-size: 16px;
  line-height: 24px;
}
.success-note strong {
  width: 100%;
  display: block;
}
.success-note::before {
  content: "";
  background: url("http://s48580.p938.sites.pressdns.com/wp-content/uploads/2025/10/check_circle.png")
    no-repeat;
  width: 32px;
  height: 32px;
  display: inline-block;
  position: absolute;
  top: 16px;
  left: 16px;
}

@media (max-width: 767px) {
  .modal-header {
    padding: 20px;
  }
  .modal-body {
    padding: 20px;
  }
  .modal-title {
    font-size: 30px;
    line-height: normal;
  }
  .success-note {
    font-size: 16px;
    line-height: 24px;
  }
  .modal-dialog {
    margin-left: 24px;
    margin-right: 24px;
  }
}

.contact-from-container {
  padding: 32px;
  background: #f6f6f6;
  margin-bottom: 32px;
}
#contact-form {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  margin: 0;
}
#contact-form .field-grid.full-field-grid {
  grid-template-columns: 1fr;
}
#contact-form .field-grid {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 24px;
  row-gap: 32px;
}
.contact-from-container form,
.contact-from-container form input,
.contact-from-container form select,
.contact-from-container form textarea,
.contact-from-container form button {
  width: 100%;
}
#contact-form .field label {
  color: #161b20;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}
#contact-form .field label required {
  color: #b01c2e;
}
#contact-form .field {
  display: flex;
  flex-direction: column;
  gap: 0;
}
#contact-form input,
#contact-form select,
#contact-form textarea {
  margin: 0;
  border-radius: 4px;
  border: 1px solid #e3e6e5;
  padding: 8px;
  height: 40px;
  padding: 8px;
  outline: none;
  box-shadow: none;
  background: #fff;
}
.cta-submit button {
  border-radius: 4px;
  background: #b01c2e;
  padding: 16px;
  box-shadow: none;
  outline: none;
  border: 0;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  font-weight: 600;
}
.form-footer {
  display: flex;
  flex-wrap: wrap;
  row-gap: 32px;
}
#contact-form img.external-link-icon {
  height: 13px;
  width: 13px;
  margin-left: 3px;
  transform: translateY(-3px);
}
.contact-page-section {
  padding-bottom: 24px !important;
}
/* div#contact-form-thank-you .alert-form-success {
    margin: 0;
} */
#contact-form-thank-you .modal-header {
  padding: 32px !important;
}

@media (max-width: 991px) {
  .field-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  #contact-form {
    gap: 24px;
  }
  .contact-from-container {
    padding: 24px;
    background: #f6f6f6;
    margin-bottom: 24px;
    padding-bottom: 0px;
  }
  #contact-form input,
  #contact-form select,
  #contact-form textarea {
    padding: 8px 16px;
  }
  #contact-form .field-grid {
    grid-template-columns: 1fr;
    column-gap: 24px;
    row-gap: 24px;
  }
  #contact-form .field {
    gap: 0;
  }
}

#maps-and-travel-information {
  margin-bottom: 0;
}

#contact-form select {
  background: url("images/dropdown-arrow.svg") right 16px center no-repeat #fff;
  appearance: none;
}

#contact-form-thank-you .modal-header {
  padding: 24px;
}
#contact-form-thank-you #contact-form-thank-you-title {
  font-size: 32px;
  line-height: 40px;
  color: #161b20;
}
#contact-form-thank-you .modal-body {
  padding: 0px;
}
#contact-form-thank-you .modal-header .btn-close {
  margin-right: 0;
}

#contact-form-thank-you .btn-close {
  position: absolute;
  right: 24px;
  /* top: 32px; */
  width: 24px;
  height: 24px;
}
@media (max-width: 991.98px) {
  .contact-page-section .cms-card {
    margin-bottom: 24px;
  }
}

@media (max-width: 767px) {
  #contact-form-thank-you .btn-close {
    top: 24px;
  }
  #contact-form-thank-you .modal-header {
    padding: 24px;
    margin-top: 48px;
  }
}

b,
strong {
  color: inherit;
}

/* new css for new pages */

body {
  font-size: 16px;
  line-height: 24px;
  color: #333333;
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  margin: 0;
  padding: 0;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

img {
  max-width: 100%;
}

p {
  font-size: 16px;
  line-height: 24px;
}

.container {
  padding-left: 16px;
  padding-right: 16px;
  margin: 0 auto;
  max-width: 1352px;
}

.row {
  margin-left: -16px;
  margin-right: -16px;
}

.row > * {
  padding-right: 16px;
  padding-left: 16px;
}

h1 {
  font-size: 56px;
  line-height: 68px;
  font-weight: 600;
  margin: 0;
  padding: 0;
  font-family: "Sora", sans-serif;
}

h2 {
  font-size: 44px;
  line-height: 56px;
  font-weight: 600;
  margin: 0;
  padding: 0;
  font-family: "Sora", sans-serif;
}

h3 {
  font-size: 36px;
  line-height: 44px;
  font-weight: 600;
  margin: 0;
  padding: 0;
  font-family: "Sora", sans-serif;
}

h4 {
  font-size: 32px;
  line-height: 40px;
  font-weight: 600;
  margin: 0;
  padding: 0;
  font-family: "Sora", sans-serif;
}

h5 {
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  margin: 0;
  padding: 0;
  font-family: "Sora", sans-serif;
}

h6 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  margin: 0;
  padding: 0;
  font-family: "Sora", sans-serif;
}

.tac {
  text-align: center;
}

.grey-bg {
  background-color: #f6f6f6;
}

.black-bg {
  background-color: #000000;
}

.red-bg {
  background-color: #b01c2e;
}

.red-bg .title-section *,
.red-bg .bu-about-content * {
  color: #fff;
}

.bu-gap-inner {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  flex-direction: column;
}

.custom-section {
  display: flex;
  width: 100%;
  padding: 96px 0;
}

.custom-title {
  color: #b01c2e;
  margin: 0;
  padding: 0;
}

.title-section {
  gap: 24px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}

.custom-title-caption {
  max-width: 1025px;
}

.title-section.tac .custom-title-caption {
  margin: 0 auto;
}

.bu-btn {
  background: #b01c2e;
  border: 1px solid #b01c2e;
  outline: none;
  padding: 8px;
  border-radius: 4px;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  font-family: "Sora", sans-serif;
}

.bu-btn:hover {
  background: #881321;
  border: 1px solid #881321;
  color: #ffffff;
}

.bu-btn span {
  padding: 0 8px;
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
  font-family: "Sora", sans-serif;
}

.button-parent {
  text-align: center;
}

.bu-btn.bu-btn-white {
  background: transparent;
  border: 1px solid #fff;
}

.bu-btn.bu-btn-white:hover {
  background: #881321;
  border: 1px solid #881321;
  color: #ffffff;
}

.bu-about-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  row-gap: 24px;
}

.bu-about-left {
  gap: 32px;
  display: flex;
  flex-wrap: wrap;
  padding-right: 32px;
}

.bu-about-content p {
  font-size: 18px;
  line-height: 28px;
}

.bu-about-content p:last-child {
  margin: 0;
}

.bu-about-media {
  padding-left: 32px;
  position: relative;
}

.contnet-to-media {
}

.media-to-content .bu-about-media {
  padding: 0 32px 0 0;
}

.media-to-content .bu-about-left {
  padding: 0 0 0 32px;
}

.btn.btn-xs-padding {
  padding: 8px 36px 8px 16px;
  /* right space for arrow */
}

.btn.btn-xs-padding .material-symbols-rounded {
  right: 12px;
  width: 20px;
  height: 20px;
  line-height: 20px;
}

.btn.btn-xs-padding:hover .material-symbols-rounded {
  right: 8px;
}

@media (max-width: 767px) {
  h1 {
    font-size: 44px;
    line-height: 56px;
    font-weight: 600;
  }

  h2 {
    font-size: 36px;
    line-height: 44px;
    font-weight: 600;
  }

  h3 {
    font-size: 32px;
    line-height: 40px;
    font-weight: 600;
  }

  h4 {
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
  }

  h5 {
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
  }

  h6 {
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
  }

  .custom-section {
    padding: 24px 0;
  }

  .bu-about-left {
    gap: 24px;
    padding-right: 0;
  }

  .bu-about-content p {
    font-size: 18px;
    line-height: 28px;
  }

  .bu-about-media {
    padding-left: 0;
  }

  .bu-about-media img {
    width: 100%;
  }

  .media-to-content .bu-about-media {
    padding: 0;
    order: 2;
  }

  .media-to-content .bu-about-left {
    padding: 0;
    order: 1;
  }

  .order1 {
    order: 1;
  }

  .order2 {
    order: 2;
  }
}

.pt_0 {
  padding-top: 0;
}

.pb_0 {
  padding-bottom: 0;
}

.br-0 {
  border-radius: 0;
}

.bu-program-card {
  border-radius: 4px;
  border: 1px solid #e3e6e5;
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
}

.bu-program-img img {
  width: 100%;
}

.bu-program-details p {
  color: #333333;
}

.bu-program-details {
  padding: 24px;
  display: flex;
  flex-direction: column;
  row-gap: 16px;
  background: #fff;
  position: relative;
  flex: 1;
}

.bu-program-card .bu-program-card-border {
  border-top: 8px solid #b01c2e;
  border-radius: 4px 4px 0 0;
}

.bu-program-card .bu-program-card-border.br-0 {
  border-radius: 0;
}

.bu-program-items a {
  text-decoration: none;
}

.bu-program-items a .bu-program-name {
  text-decoration: underline;
}

.bu-program-items:hover .bu-program-name {
  text-decoration: none;
}

.bu-program-items a .bu-program-name.red-font {
  color: #b01c2e;
}

/* .bu-program-details .bu-btns {
  margin-top: auto;
} */

.bu-name-desgination {
  color: #333;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-top: auto;
}

.bu-name-desgination .bu-name {
  font-weight: 600;
  font-family: "Sora", sans-serif;
}

.bu-btns {
  display: flex;
}

.bu-program-items .bu-btn {
  gap: 8px;
  display: flex;
  flex-wrap: wrap;
}

.highlight-banner-content .bu-btns {
  margin-top: 12px;
}

.bu-card-row {
  row-gap: 32px;
}

@media (max-width: 767px) {
  .bu-card-row {
    row-gap: 24px;
  }

  .bu-success-stories .bu-program-details {
    row-gap: 32px;
  }
}

.highlight-banner-inner {
  background: #b01c2e;
  border-radius: 4px;
  padding: 24px;
  color: #fff;
  display: flex;
  align-items: flex-start;
}

.highlight-banner-inner.black-bg {
  background: #000;
}

.highlight-banner-inner .highlight-banner-icon {
  padding-right: 12px;
  height: 24px;
  position: relative;
  top: 3px;
}

.highlight-banner-content {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  width: 100%;
  color: #ffffff;
  row-gap: 12px;
  display: flex;
  flex-direction: column;
}

.highlight-banner-content h3 {
  color: #fff;
  font-size: 20px;
  line-height: 28px;
  font-family: "Sora", sans-serif;
}

.highlight-banner-content .btn {
  font-family: "Sora", sans-serif;
}

.highlight-banner-content p {
  color: #fff;
  font-size: 16px;
  line-height: 24px;
}

.bu-btn.bu-btn-white {
  background: #fff;
  border: 1px solid #fff;
  color: #333;
  text-decoration: none;
}

.bu-btn.bu-btn-white:hover {
  background-color: #e3e6e5;
  border: 1px solid #e3e6e5;
  color: #333;
}

.cms-hero-banner {
  width: 100%;
  background-image: url(../images/herobanner.png);
  background-size: cover;
  height: 408px;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}

.cms-hero-banner::before {
  content: "";
  background:
    linear-gradient(
      270deg,
      rgba(22, 27, 32, 0.12) 20.47%,
      var(--color-background-black-default-opacity-16, rgba(22, 27, 32, 0.12))
        35%,
      var(--color-background-black-default, rgba(22, 27, 32, 0.75)) 70%
    ),
    linear-gradient(90deg, #383d42 32.92%, rgba(56, 61, 66, 0) 59.33%);
  position: absolute;
  width: 100%;
  height: 100%;
}

.cms-hero-banner .container {
  height: 100%;
  position: relative;
  z-index: 1;
}

.cms-hero-banner-inner {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  row-gap: 24px;
  max-width: 644px;
}

.cms-hero-banner-inner * {
  color: #fff;
  text-align: left;
}

.cms-hero-banner-inner span {
  font-size: 18px;
  line-height: 28px;
}

@media (max-width: 767px) {
  .cms-hero-banner {
    height: 400px;
    background-position: right 15% top;
  }

  .cms-hero-banner:before {
    background:
      linear-gradient(
        270deg,
        rgba(22, 27, 32, 0.12) 20.47%,
        var(--color-background-black-default-opacity-16, rgba(22, 27, 32, 0.12))
          35%,
        var(--color-background-black-default, rgba(22, 27, 32, 0.75)) 70%
      ),
      linear-gradient(90deg, #383d42 32.92%, rgba(56, 61, 66, 0) 59.33%);
  }
}

/* */
.bu-success-stories-popup {
  background: rgba(0, 0, 0, 0.75);
}

.bu-success-stories-popup .modal-dialog {
  max-width: 720px;
}

.bu-success-stories-popup .btn-close {
  width: 24px;
  height: 24px;
  color: #000;
  position: absolute;
  top: 32px;
  right: 24px;
  outline: none;
  box-shadow: none;
  border: 0;
  font-size: inherit;
}

.bu-success-stories-modal-header {
  border-bottom: 1px solid #e3e6e5;
  padding-bottom: 24px;
  margin-bottom: 32px;
}

.bu-success-stories-title {
  color: #161b20;
  font-family: "Sora", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 40px;
}

.bu-success-stories-popup .modal-content {
  padding: 24px;
}

.bu-success-stories-modal-body {
  display: flex;
  flex-direction: column;
  row-gap: 32px;
}

.bu-success-stories-modal-media img {
  width: 100%;
}

.bu-success-stories-modal-body .bu-name-desgination {
  display: flex;
  flex-direction: column;
  row-gap: 24px;
}

.bu-success-stories-modal-body .bu-name-desgination .bu-name {
  color: #161b20;
  font-family: "Sora", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
}

.bu-success-stories-modal-body .bu-name-desgination .bu-designation {
  font-size: 18px;
  line-height: 28px;
}

.bu-success-stories-modal-body .bu-program-details a {
  text-decoration: none;
}

.bu-success-stories-modal-body .bu-program-details .bu-program-name {
  text-decoration: underline;
}

.bu-seprator {
  position: relative;
}

.bu-seprator::after {
  background-color: #e3e6e5;
  content: "";
  display: block;
  height: 0.25rem;
  margin: 0 auto;
  width: 50%;
}

.bu-success-stories-content {
  font-size: 18px;
  line-height: 28px;
  display: flex;
  flex-direction: column;
  row-gap: 24px;
}

.bu-success-stories-content p {
  font-size: 18px;
  line-height: 28px;
}

@media (max-width: 767px) {
  .bu-success-stories-modal-header {
    margin-top: 56px;
  }

  .bu-success-stories-popup .modal-dialog {
    margin: 24px;
  }
}

/* Start */
.bu-counter-container {
  display: grid;
  gap: 32px;
  grid-template-columns: repeat(4, 1fr);
}

.bu-counter-container .bu-counter-items {
  text-align: center;
  border-right: 2px solid #e3e6e5;
  padding-right: 24px;
  display: flex;
  flex-direction: column;
  row-gap: 16px;
}

.bu-counter-container .bu-counter-items:last-child {
  border-right: 0;
}

.bu-counter-container .bu-counter-items .bu-counter {
  color: #b01c2e;
  font-size: 56px;
  line-height: 68px;
  font-weight: 600;
  width: 100%;
  font-family: "Sora", sans-serif;
}

.bu-counter-container .bu-counter-items .bu-counter-text {
  color: #161b20;
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
}
.bu-counter-container .bu-counter-items .bu-counter-text p {
  color: #161b20;
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
}
.bu-counter-container .bu-counter-items a {
  color: #b01c2e;
  line-height: 24px;
  text-decoration-line: underline;
}

.bu-counter-container .bu-counter-items:hover a {
  text-decoration: none;
}

.bu-counter-container .bu-counter-items.tal {
  text-align: left;
}

.bu-counter-section-with-icon {
}

.bu-counter-container .bu-counter-items img {
  width: 32px;
  margin-bottom: -8px;
}

.bu-counter-section-with-icon
  .bu-counter-container
  .bu-counter-items
  .bu-counter-text {
  color: #161b20;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.bu-counter-section-with-icon
  .bu-counter-container
  .bu-counter-items
  .bu-counter {
  color: #161b20;
  font-size: 36px;
  line-height: 44px;
  font-weight: 600;
}

@media (max-width: 1199px) {
  .bu-counter-container {
    grid-template-columns: repeat(2, 1fr);
  }

  .bu-counter-container .bu-counter-items:nth-child(2) {
    border-right: 0;
  }
}

@media (max-width: 767px) {
  .bu-counter-container {
    grid-template-columns: inherit;
    display: flex;
    width: 100%;
    flex-wrap: wrap;
  }

  .bu-counter-container .bu-counter-items:nth-child(2) {
    border-right: 0;
  }

  .bu-counter-container .bu-counter-items {
    border: 0;
    border-bottom: 2px solid #e3e6e5;
    padding: 0 0 24px 0;
    width: 100%;
  }

  .bu-counter-container .bu-counter-items:last-child {
    border: 0;
  }

  .bu-counter-container .bu-counter-items .bu-counter {
    font-size: 44px;
    line-height: 56px;
  }
}

.brand-logo-row ul {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.brand-logo-row li {
  flex: 0 0 calc((100% - 160px) / 6);
  border: 2px solid #e3e6e5;
  border-radius: 4px;
  background: #fff;
  padding: 20px;
  overflow: hidden;
  transition: 0.3s ease-in-out;
}
.brand-logo-row li:hover {
  border: 2px solid #161b20;
}

.brand-logo-row li img {
  width: auto;
  height: 65px;
  display: block;
  object-fit: cover;
  margin: 0 auto;
}

/* 4 per row */
@media (max-width: 1024px) {
  .brand-logo-row li {
    flex: 0 0 calc((100% - 96px) / 4);
  }
}

@media (max-width: 767px) {
  .brand-logo-row li {
    flex: 0 0 calc((100% - 32px) / 2);
  }
}

@media (max-width: 568px) {
  .brand-logo-row li {
    flex: 0 0 100%;
  }

  .brand-logo-row ul {
    row-gap: 40px;
  }
}

.hear-from-students-row {
  row-gap: 24px;
}

.hear-from-studetns-block {
  background: #ffffff;
  padding: 48px;
  display: flex;
  flex-wrap: wrap;
  border-radius: 4px;
  overflow: hidden;
  height: 100%;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
}

.hear-from-studetns-block .quote-sign {
  margin-bottom: 16px;
}
.students-testimonials {
  font-style: italic;
}
.hear-from-studetns-block .studetnts-details {
  margin-top: auto;
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
  gap: 16px;
}

.hear-from-studetns-block .students-testimonials {
  flex-grow: 1;
  margin-bottom: 32px;
}
.hear-from-studetns-block .studetnts-details .studetnts-img {
  min-width: 48px;
  height: 48px;
  overflow: hidden;
  border-radius: 100px;
}
.hear-from-studetns-block .studetnts-details .studetnts-img img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  vertical-align: top;
}
.hear-from-studetns-block .studetnts-details .studetnts-name-designation {
  font-size: 16px;
  line-height: 24px;
  color: #333;
}

.hear-from-studetns-block
  .studetnts-details
  .studetnts-name-designation
  .students-name {
  font-weight: 600;
  font-family: "Sora", sans-serif;
  color: #161b20;
}

.hear-from-studetns-block.grey-bg {
  background: #f6f6f6;
}

.bu-about-media .open-galary-caption img {
  width: auto;
}

.open-galary-caption {
  font-size: 16px;
  line-height: 24px;
  color: #333;
  background: #fff;
  padding: 8px;
  border-radius: 4px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  width: auto;
  position: absolute;
  bottom: 20px;
  right: 20px;
  cursor: pointer;
}

#galleryModal .modal-dialog {
  margin: 0;
}

#popupCarousel .modal-body {
  background: #000;
}

#popupCarousel .carousel-item img {
  width: 100%;
  object-fit: cover;
}

#popupCarousel .carousel-control-prev,
#popupCarousel .carousel-control-next {
  width: 45px;
}

#popupCarousel .custom-arrow {
  background: #fff;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

#popupCarousel .custom-arrow i {
  color: #000;
  font-size: 16px;
  font-weight: 400;
}

#popupCarousel .custom-arrow svg {
  color: #000;
  width: 24px;
  height: 24px;
  font-weight: 400;
}

.custom-close {
  background: #fff;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  outline: none;
  box-shadow: none;
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 2;
}

.custom-close svg {
  color: #000;
  width: 24px;
  height: 24px;
  font-weight: 400;
}

#popupCarousel {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px;
  gap: 32px;
}

#popupCarousel .carousel-control-next,
#popupCarousel .carousel-control-prev {
  position: inherit;
  opacity: 1;
  left: auto;
  right: auto;
  margin-top: -46px;
  top: auto;
  bottom: auto;
}

#galleryModal .modal-content {
  background: #000;
}

/* Gallery shortcode (dynamic IDs) */
.gallery-modal .modal-dialog {
  margin: 0;
}

.gallery-modal .modal-content {
  background: #000;
}

.gallery-carousel {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px;
  gap: 32px;
}

.gallery-carousel .carousel-control-prev,
.gallery-carousel .carousel-control-next {
  width: 45px;
  position: inherit;
  opacity: 1;
  left: auto;
  right: auto;
  margin-top: -46px;
  top: auto;
  bottom: auto;
}

.gallery-carousel .custom-arrow {
  background: #fff;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.gallery-carousel .carousel-item img {
  width: 100%;
  aspect-ratio: 16 / 10;
  height: auto;
  object-fit: cover;
}

@media (min-width: 992px) {
  .gallery-carousel {
    width: 80%;
    margin: 0 auto;
  }
}

@media (max-width: 991px) {
  .gallery-carousel {
    padding: 0;
    gap: 0;
  }

  .gallery-carousel .carousel-control-next,
  .gallery-carousel .carousel-control-prev {
    position: absolute;
  }

  .gallery-carousel .carousel-control-prev {
    left: 20px;
  }

  .gallery-carousel .carousel-control-next {
    right: 20px;
  }
}

/* Image wrapper center */
.slider-img-wrapper {
  /*height: 85vh;*/
  display: flex;
  align-items: center;
  justify-content: center;
}

.popup-slider-img {
  /*max-height: 100vh;*/
  max-width: 100%;
  object-fit: contain;
}

/* Remove unwanted spacing */
.carousel-item {
  /*height: 100%;*/
}

.popup-caption {
  background: #000;
  position: absolute;
  bottom: 0;
  left: auto;
  right: auto;
  margin: 0 auto;
  text-align: center;
  width: 100%;
  padding: 24px 0 0 0;
  font-size: 16px;
  line-height: 24px;
}

@media (min-width: 992px) {
  #popupCarousel {
    width: 80%;
    margin: 0 auto;
  }
}

@media (max-width: 991px) {
  #popupCarousel {
    padding: 0;
    gap: 0;
  }

  #popupCarousel .carousel-control-next,
  #popupCarousel .carousel-control-prev {
    position: absolute;
  }

  #popupCarousel .carousel-control-prev {
    left: 20px;
  }

  #popupCarousel .carousel-control-next {
    right: 20px;
  }
}

.bu-form-popup .btn-close {
  position: absolute;
  top: 24px;
  right: 24px;
  width: 41px;
  height: 41px;
}

.bu-form-popup .modal-dialog {
  max-width: 720px;
}

.bu-form_popup .modal-content {
  background: #fff;
}

.bu-bu-form {
  background: #fff;
  color: #333;
}

.bu-bu-form .form-title {
  padding: 24px;
  border-bottom: 1px solid #e3e6e5;
  color: #161b20;
}

.bu-modal-body {
  padding: 16px 12px 24px 12px;
  row-gap: 24px;
  display: flex;
  flex-wrap: wrap;
}

.bu-bu-form .field {
  display: flex;
  flex-wrap: wrap;
  row-gap: 8px;
  width: 50%;
  padding: 0 12px;
  margin-top: 8px;
}

.bu-bu-form .full-field {
  width: 100%;
}

.bu-bu-form .fieldset .field label {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  color: #161b20;
  width: 100%;
}

.form-notes a,
.bu-bu-form .fieldset .field label span {
  color: #b01c2e;
}

form,
form input,
form select,
form textarea,
form button {
  font-family: "Open Sans", sans-serif !important;
  font-size: 16px !important;
  color: #333333;
  line-height: 24px;
}

.bu-bu-form .field input,
.bu-bu-form .field select {
  width: 100%;
  border: 1px solid #e3e6e5;
  border-radius: 4px;
  padding: 8px 20px;
  min-height: 40px;
  background-color: #fff;
  outline: 0;
}

.bu-bu-form .field select {
  background: url("../images/dropdown-arrow.svg") right 16px center no-repeat
    #fff;
  appearance: none;
}

.bu-form-footer {
  padding: 0 24px 24px;
}

.bu-btn {
  background: #b01c2e;
  border: 1px solid #b01c2e;
  outline: 0;
  padding: 16px;
  border-radius: 4px;
  color: #fff;
  display: inline-block;
  font-weight: 600;
}

.bu-btn:hover {
  background: #881321;
  border: 1px solid #881321;
  color: #fff;
}

.bu-btn span {
  padding: 0 8px;
  display: flex;
  align-items: center;
}

.bu-bu-form .form-note {
  color: #333;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.bu-form-tahnkyou-msg .bu-modal-body {
  padding: 32px 24px;
}

.bu-form-tahnkyou-msg .form-note {
  padding: 0;
}

@media (max-width: 991px) {
  .bu-bu-form .field {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .bu-form-popup .btn-close {
    width: 33px;
    height: 33px;
  }

  .custom-modal-title {
    margin-top: 57px;
  }

  .bu-form-popup .modal-dialog {
    max-width: 720px;
    margin: 24px;
  }

  .bu-form-tahnkyou-msg .bu-modal-body {
    padding: 24px;
  }
}

/* New Home page Hero Banner*/
section.page-hero-section-new {
  height: auto;
}

.page-hero-button {
  gap: 24px;
  display: flex;
  flex-wrap: wrap;
}

.page-hero-section-new {
}

.page-hero-section-new {
}

.page-hero-section-new .page-hero-wrap {
  max-width: 644px;
  padding-top: 96px;
  padding-bottom: 96px;
}

@media (max-width: 991px) {
  .page-hero-section-new .page-hero-wrap {
    max-width: 100%;
    padding: 32px 15px 96px 15px;
    padding-bottom: 96px;
  }
}

.news-section .bu-program-details p {
  margin-top: auto;
}

/* contanct model form bg  */
.view-story-popup .contact-from-container {
  background: none;
  padding: 0;
}

.view-story-popup #contact-form {
  row-gap: 32px;
  column-gap: 0;
}

/* action tile next step section */

.bu-card-row {
  display: flex;
  flex-wrap: wrap;
}

.bu-program-items {
  display: flex;
}
.bu-card-section .mb-4 {
  margin: 0 !important;
}
.bu-program-items .card-title {
  margin-bottom: 16px;
}
.cta-card {
  flex: 1;
}

.bu-about-media {
  padding-left: 0;
}

.bu-about-media img {
  width: 100%;
}
/* policies page issue fix */
.privacy--sec-pad .cms-card p {
  margin: 0 0 12px 0;
}
/* end policies page issue fix */

/* City Dropdown Integration Start */

.city-autocomplete {
  position: relative;
}

.city-autocomplete::after {
  content: var(--after-content, "");
  position: absolute;
  top: 45px;
  right: 32px;
  pointer-events: none;
  border: solid #343a40;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  z-index: 1;
}

.city-dropdown {
  position: absolute;
  top: 80px;
  left: 16px;
  right: 16px;
  border-radius: 4px;
  max-height: 272px;
  overflow-y: scroll;
  background-color: #ffffff;
  border: 1px solid #e3e6e5;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  z-index: 99;
}

.city-section-title,
.city-item {
  font-family: "Sora", sans-serif;
  font-weight: 700 !important;
  font-size: 16px !important;
  line-height: 24px !important;
  color: #333333;
  padding: 12px 16px;
  border-bottom: 1px solid #e3e6e5;
}

.city-item {
  font-family: "Open Sans", sans-serif;
  font-weight: 400 !important;
  cursor: pointer;
  padding: 12px 16px;
}

.city-item:last-child,
.city-no-match {
  border-bottom: none;
}

.city-item:hover,
.city-item.active {
  background-color: #f6f6f6;
}

.city-dropdown::-webkit-scrollbar {
  width: 6px;
}

.city-dropdown::-webkit-scrollbar-track {
  background: #f6f6f6;
}

.city-dropdown::-webkit-scrollbar-thumb {
  background: #e3e6e5;
  border-radius: 6px;
  width: 6px;
}

.city-dropdown::-webkit-scrollbar-thumb:hover {
  background: #c2c2c2;
}

.city-autocomplete input::placeholder {
  color: var(--bs-body-color);
  opacity: 1; /* For Firefox */
}
.city-autocomplete  ::-webkit-input-placeholder { /* Chrome, Safari, Opera */
  color: var(--bs-body-color);
}
.city-autocomplete  ::-ms-input-placeholder { /* Microsoft Edge */
  color:  var(--bs-body-color);
}

/* City Dropdown Integration End */

/* start english language requirement page */

.aside-cms-card ul {
  padding-left: 24px;
  list-style-position: outside;
  list-style: disc;
}
.aside-cms-card li {
  color: #b01c2e;
}
.aside-cms-card li a {
  font-size: 16px;
  line-height: 24px;
}
.cms-card .btn.text-white {
  text-decoration: none;
}
.table-fixed {
  table-layout: fixed;
}
.accordion-body .cms-card:last-child {
  margin-bottom: 0;
}
.cms-card .accordion-item h3 {
  margin-bottom: 0;
}
.overview-separator p {
  font-size: 18px;
  line-height: 28px;
}
.cms-card ul {
  list-style: disc;
}
.accordion-body ul {
  list-style: disc;
}
@media (max-width: 767px) {
.aside-cms-card h2{
   font-size: 20px;
    line-height: 28px;
}
}

/* end english language requirement page */
@media (max-width: 800px) {
  .custom-logo {
    height: 54px;
  }
    .site-logo {
    padding: 10px 0 10px 4px !important;
  }
}

.navigation-list-wrapper {
  border-top: 1px solid #e3e6e5;
  border-bottom: 1px solid #e3e6e5;
}


@media (max-width: 991px) {
  .bu-about-left {
    padding-right: 0;
  }
  .media-to-content .bu-about-media {
    padding-right: 0;
  }
  .media-to-content .bu-about-left {
    padding-left: 0;
  }
}

/* new news section css start */
.bu-program-items a {
	width: 100%;
}
.news-section .bu-program-items .bu-program-card .bu-program-img {
	aspect-ratio: 2 / 1;
	overflow: hidden;
}
.bu-program-items .bu-program-card .bu-program-img {
	position: relative;
}
/*Program Card Hover */
.bu-program-items .bu-program-card .bu-program-img {
	position: relative;
}
.bu-program-items .bu-program-card .bu-program-img img {
	width: 100%;
	width: 100%;
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
}
.bu-program-items a .bu-program-card .bu-program-img::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;
}
.bu-program-items a:hover .bu-program-card .bu-program-img::after {
	opacity: 0.5;
}
/*new news section css end */

/* DSD-659 */
.accordion-item .accordion-button {
	font-size: 16px !important;
	line-height: 24px !important;
}

/* start event banner section */
.event-banner .event-button {
  margin-top: 32px;
}
.event-banner ul {
  list-style: disc;
  list-style-position: outside;
  margin-left: 30px;
}
.event-banner li {
  font-size: 18px;
  line-height: 28px;
  color: #333333;
}
.v2-banner {
  padding-bottom: 0;
}
/* end event banner section */

/* Homepage-p1 mobile padding fix */
@media (max-width: 768px) {
  .com-pad-mobile .container {
      padding: 0;
  }
  .event-banner .bu-about-content p {
    font-size: 16px;
  }
  .event-banner li {
    font-size: 16px;
  }
  .page-template-template-homepage-php .main-head {
    margin-bottom: 24px;
  }
}
/* Homepage-p1 mobile padding fix end */



/* ──── International Countries ──── */
.country-list-card ul li {
	list-style: disc;
}
.country-list-card li a {
	font-size: 16px;
}
.intl-country-single .cms-card ul {
	list-style: disc;
}
.counter_dis_details p {
	font-size: 18px;
	line-height: 28px;
}
.countries-right-sidebar-title a,
.cta-card .card-title a,
.aside-cms-card.cta-card a {
	word-break: normal !important;
}
/* ──── International Countries End ──── */

/* Scholarship page:Start */
.overview-separator img {
  margin-bottom: 32px;
}

.cms-card {
  margin-bottom: 32px;
}

.cta-scholorship-icon {
  margin-right: 12px;
}

.scholarship-accordion-item .accordion-header .accordion-button {
  font-size: 20px !important;
}

@media only screen and (max-width: 767px) {
  .overview-separator img {
    margin-bottom: 8px;
  }
}

.scholarship-list-item li a {
  font-size: 16px;
}

@media (min-width: 992px) {
    .ctm-scholarship .custom-section {
        padding: 0;
    }
}

@media (max-width: 991px) {
    .ctm-scholarship .page-title {
        margin-bottom: 24px;
    }
    .ctm-scholarship .overview-separator::after {
        margin: 24px auto;
    }
    .ctm-scholarship .cms-card {
        margin-bottom: 24px;
    }
}
/* Scholarship page:End */

/* Loan page:Start */
.student-loan-accordion-item .accordion-header .accordion-button {
  font-size: 20px !important;
}

.overview-separator img {
  width: 100%;
  max-width: 100%;
  aspect-ratio: 2 / 1;
  object-fit: cover;
  display: block;
  margin-bottom: 32px;
}

@media (min-width: 992px) {
    .ctm-loan .custom-section {
        padding: 0;
    }
}

@media (max-width: 991px) {
    .ctm-loan .page-title {
        margin-bottom: 24px;
    }
    .ctm-loan .overview-separator::after {
        margin: 24px auto;
    }
    .ctm-loan .cms-card {
        margin-bottom: 24px;
    }
}
/* Loan page:End */

/* Program single page:Start */
.single-program .common-content ul {
  list-style: disc;
  list-style-position: outside;
  padding-left: 40px;
  margin: 0 0 24px 0;
}

.single-program .common-content li {
  margin: 0 0 8px 0;
  color: #333333;
}

.single-program .common-content p {
  margin: 0 0 24px 0;
}

.single-program .common-content h3 {
  margin-bottom: 12px; 
}
/* Program single page:End */
