:root {
  /* color codes */
  --primary-color: #2a2e6d;
  --secondary-color: #8e8e8e;
  --white-color: #fff;
  --black-color: #000000;

  /* Padding & margin */
  --p-20: 20px;
  --m-20: 20px;
  --p-10: 10px;
  --m-10: 10px;
  --g-10: 10px;
  --g-20: 20px;
}
html {
  font-size: 16px;
}
.st-johns-container{
  min-height: 100vh;
}

h1 {
  font-size: 28px;
}

h2 {
  font-size: 24px;
}

h3 {
  font-size: 20px;
}
h4{
  font-size: 18px;
}

p {
  font-size: 16px;
  line-height: 24px;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: Lato;
}
body {
    margin: 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #000;
    background: #f5f5f7;
    position: relative;
}

:root {
  /* color codes */
  --primary-color: #2a2e6d;
  --secondary-color: #8e8e8e;
}
body::-webkit-scrollbar-thumb {
  background-color: #2a3158;
  border-radius: 8px;
}

body::-webkit-scrollbar-thumb:hover {
  background: #2c3e70;
}

body::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px transparent;
  border-radius: 8px;
  background-color: transparent;
}

body::-webkit-scrollbar {
  width: 3px;
  background-color: transparent;
}

body::-webkit-scrollbar-thumb {
  background-color: #2c3e70;
  border: 1px solid transparent;
  border-radius: 30px;
}

*::-webkit-scrollbar-thumb {
  background-color: #2a3158;
  border-radius: 8px;
}

*::-webkit-scrollbar-thumb:hover {
  background: #2c3e70;
}

*::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px transparent;
  border-radius: 8px;
  background-color: transparent;
}

*::-webkit-scrollbar {
  width: 3px;
  background-color: transparent;
}
/* scroll site css */

body {
  max-width: 100%;
  margin: 0 auto;
  background-color: #f5f5f7;
  /* padding: 20px; */
}
.grayscale-mode {
  filter: grayscale(100%) !important;
  overflow-x: hidden;
}
.sthohns-logo.logo-sticky {
  width:280px;
  height: 100px;
  margin-top: 10px;
}
.navbar-css {
  height: 111px;
  background: #f9f9f9f0;
}
/* colors ends */

/* container */

.container {
  position: relative;
  box-sizing: border-box;
  width: calc(100% - 160px);
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}

a {
  cursor: pointer;
}

#mobile-quick {
  display: none;
}

.desktop-none {
  display: none;
}
.close-menu{
  display: none !important;
}
.dropdown-list-courses{
  margin-right: 5px;
}

.hidden-scroll {
    opacity: 0;
    position: relative;
    transform: translateY(40px);
    transition: all 0.8s 
ease;
}
.visible {
    opacity: 1;
    transform: translateY(0);
}
@media screen and (max-width: 767px) {
  .container {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    max-width: 540px;
    margin: auto;
  }

  .sthohnsmenu-inner a {
    padding: 12px 10px !important;
  }

  .sthohns-menubar {
    top: 0px !important;
  }

  .sthohnsmenu-item.single-item {
    justify-content: flex-start !important;
  }

  .sthohns-logo {
    margin-top: 0px !important;
  }

  .dropdown-header {
    display: none !important;
  }
  .desktop-none {
    display: block;
  }

  .mobile-none {
    display: none;
  }

  .droplist-sub {
    margin: 0px !important;
    border-left: none !important;
    margin-top: 0px !important;
    height: auto !important;
  }

  .contact-section .intro-text {
    width: 100% !important;
  }

  .contact-section h2,
  .stjohns-corporate-home-awards-container h2,
  #news-events .news-common h3,
  .well-being-header h3 {
    font-size: 30px !important;
  }

  .form-group input[type="tel"] {
    margin-top: 0;
  }
  .contact-content {
    flex-direction: column-reverse;
    /* Reverse order on mobile */
  }

  .sthohnsmenu-list-text-new {
    display: flex;
    font-size: 14px !important;
    justify-content: center;
    align-items: center;
    gap: 3px;
  }

  .sthohnsmenu-list-item {
    gap: 0 !important;
  }

  .top-header {
    gap: 0 !important;
  }

  /* .partner-dropdown-wrapper{
        display: none !important;
    } */
  .gg-search {
    margin-left: 30px !important;
    margin-top: -4px !important;
  }

  .mobile-search-wrapper {
    right: -40px !important;
  }

  .footer-top {
    padding: 30px 15px;
  }

  .dropdown-list {
    grid-template-columns: 1fr;
  }
  .footer-bottom div{
    display: block !important;
  } 
  .footer-bottom span{
    display: none !important;
  }
  .sidebar.active{
    height: 100vh;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .container {
    width: calc(100% - 60px);
  }

  #common-blue-banner .our-story-section {
    padding: 24px 78px;
  }
}
@media screen and (max-width: 1024px) {
  .dropdown-list {
    grid-template-columns: 2fr;
}
.about-dropdown-card{
  width: auto!important;
}
.navbar .sthohnsmenu-inner {
  gap: 5px !important;
}
.sthohnsmenu-inner a {
  font-size: 12px !important;
    padding: 8px 5px 8px 10px !important;
}
.sthohnsmenu-list-text.partner-with-us{
  padding: 8px 5px 8px 10px !important;
}
.sthohns-logo {
  height: 145px !important;
  margin-top: -10px !important;
}
.dropdown-header{
  display: none !important;
}
div#academics-dropdown {
  left: -560px !important;
}
div#division-dropdown {
    left: 0px !important;
}
.sthohnsmenu-item.single-item{
  padding-block: 0px !important;
}
#toggle-content-courses{
  display: none !important;
}
.droplist-sub{
  border-left: none !important;
  margin-top: 0px !important;
}
}
@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .container {
    width: calc(100% - 4em);
  }
  .dropdown-list li a{
    padding: 8px 10px !important;
  }
}

.navbar {
  height: 90px;
}

.burger {
  display: none;
}

/* sthohns chevron down icon css */
.sthohns-chevron-dropdown {
  box-sizing: border-box;
  position: relative;
  display: block;
  visibility: hidden;
  width: 16px;
  height: 16px;
  border: 2px solid transparent;
  border-radius: 100px;
}

.sthohns-chevron-dropdown::after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 8px;
  height: 8px;
  border-bottom: 2px solid;
  border-right: 2px solid;
  transform: rotate(45deg);
  left: 4px;
  top: 2px;
}

/* sthohns chevron down icon css */
/* sthohns Search icon css */
.header-container {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.navbar {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  box-sizing: border-box;
  height: auto;
  margin: 0 auto;
  padding: 0 0 0 1em;
  border: none;
  outline: 0;
  background: #f9f9f9;
  opacity: 1;
  z-index: 30;
}

.header-main {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
  margin: 0 auto;
  max-width: 100%;
  position: relative;
  z-index: 20;
}

.navbar .sthohnsmenu-inner {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 15px;
  margin-bottom: 0;
}

.sthohnsmenu-inner a {
  font-size: 20px;
  font-weight: 500;
  padding: 40px 12px;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sthohns-logo {
    width: 280px;
  height: 100px;
  object-fit: contain;
  object-position: center;
  max-width: 300px;
  margin-top: -35px;
}

/* .sthohns-logo {
    width: 400px;
    top: -35px;
    height: 114px;
    position: absolute;
    object-fit: contain;
    object-position: center;
    max-width: 300px;
} */
.sthohnsmenu-item {
  position: relative;
  /* display: flex; */
  gap: 15px;
  justify-content: center;
  align-items: center;
}

.sthohnsmenu-list-item a {
  width: fit-content;
  padding-inline: 10px 10px;
}

.sthohnsmenu-list-item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
}

.sthohnsmenu-item.accordian-main .sthohnsmenu-list-item {
  padding-block: 10px;
}

.service-inner.dropdown2 .sthohnsmenu-list-item {
  padding-block: 0px;
}

.service-inner.dropdown2 .sthohnsmenu-list-item {
  padding-block: 0px;
}

.service-inner.dropdown2 .sthohnsmenu-list-item:hover .sthohnsmenu-dropdown-links,
.service-inner.dropdown2 .sthohnsmenu-list-item:hover {
  background: #f5f5f5;
}

.sthohnsmenu-item:hover .sthohnsmenu-list-text {
  transition: all 0.3s ease;
}

.sthohnsmenu-item:hover .sthohns-chevron-dropdown {
  transform: rotate(180deg);
  color: #fff;
  transition: all 0.3s ease-in-out;
}

.sthohnsmenu-dropdown {
  position: absolute;
  top: 45px;
  left: 0;
  width: 100%;
  padding: 0;
  background-color: #ffffff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  opacity: 0;
  visibility: hidden;
  transform: translateY(0%);
  z-index: 10;
}

.sthohnsmenu-item:hover .sthohnsmenu-dropdown {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.3s ease-in-out;
  z-index: 1000;
  width: max-content;
  border-radius: 6px;
}

.sthohnsmenu-dropdown-links {
  font-size: 16px;
  background: #fff;
  color: #000;
  padding-inline: 10px 20px;
  padding-block: 8px;
  line-height: 25px;
  text-decoration: none;
  width: 100%;
  box-sizing: border-box;
  position: relative;
  display: block;
  border-radius: 0px;
  border-bottom: 1px solid #d0bb68;
}

.sthohnsmenu-dropdown-links:last-child {
  border-bottom: none;
}

.sthohnsmenu-dropdown-links:hover {
  background: #eceeff;
}
.sthohnsmenu-list-text {
  color: #000;
  font-size: 16px;
  position: relative;
  margin: 0 !important;
}


.active-link {
  /* border-bottom: 2px solid #000; */
  /* Highlight color */
  /* padding-bottom: 22px; */
  background-color: #e4efff;
  transition: border-bottom 0.3s ease-in-out;
}
#services_dropdown {
  width: 240px;
}

#aboutus_dropdown {
  width: 180px;
}

#insights_dropdown {
  width: 160px;
}

#careers_dropdown {
  width: 210px;
}

.sthohnsmenu-list-text.contactWithUs {
  background: #d0bb6800;
  color: #000;
  border: solid 1px #000;
  padding: 8px 30px;
  font-size: 14px;
  margin: 0 4px;
  text-decoration: none;
  border-radius: 25px;
  cursor: pointer;
}

.sthohnsmenu-list-text.contactWithUs:hover {
  background: #fff;
  color: #000;
  border: solid 1px #fff;
}

/* quick */
/* Your existing style */
.sthohnsmenu-list-text.partner-with-us {
    font-family: 'Lato';
    border-right: 1px solid transparent;
    background: linear-gradient(to right, #d0bb68 100%, #fff 100%);
    color: #000;
    padding: 8px 40px 8px 10px;
    font-size: 18px;
    margin: auto;
    border-right: none !important;
    border: 1px solid  #23559b ;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    transition: all .3s ease;
    cursor: pointer;
    width: fit-content;
}

.partner-dropdown-wrapper {
  position: relative;
  display: inline-block;
}

.partner-dropdown {
  /* display: none; */
  height: 100%;
  /* overflow-y: auto; */
  position: relative;
  top: 0;
  right: 0;
  background: #fff;
  padding: 0;
  z-index: 1000;
  width: 100%;
  background-color: #4d4d4d;
}

.partner-dropdown.show {
  display: block;
}

.partner-dropdown h4 {
  margin: 0 0 0px;
  text-transform: uppercase;
  padding: 15px 30px;
  font-size: 18px;
  font-weight: bold;
  background-color: #d0bb684a;
  color: #d0bb68;
}

.pad-a {
  padding: 0px 30px;
}

.partner-dropdown a {
  display: block;
  font-size: 18px;
  font-weight: 400;
  color: #ffffffcc;
  background-color: #4d4d4d;
  padding: 15px 0px;
  border-bottom: 1px solid #d0bb683b;
  text-decoration: none;
}

.login-stjohns {
  display: inline-block !important;
  font-size: 18px;
  text-align: center;
  margin: 30px 0;
  background-color: #2a2e6d !important;
  color: #fff !important;
  padding: 10px 20px !important;
  border-radius: 30px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

.partner-dropdown a:hover {
  color: #d0bb68;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.partner-dropdown-wrapper svg {
  width: 25px;
  height: 25px;
  fill: #000000;
  margin-left: 6px;
}

/* quick */
/* quick */
.learninghub-sub {
  display: none;
}

/* burger menu css */
.navbar .burger {
  display: none;
  cursor: pointer;
}
/* burger menu css */
@media only screen and (min-width: 1025px) and (max-width: 1199px) {
  .navbar .sthohnsmenu-inner {
    gap: 15px;
  }

  .sthohnsmenu-list-text {
    font-size: 14px;
  }

  .navbar {
    padding: 15px 0 15px 2em;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1024px) {
  .navbar .sthohnsmenu-inner {
    gap: 10px;
  }

  .sthohnsmenu-list-text {
    font-size: 14px;
  }

  .navbar {
    padding: 15px 2em;
  }
  .dropdown-list li a{
    padding: 10px 10px !important;
  }
  .sthohns-logo{
    width: 254px;
    height: 112px !important;
  }
}

@media only screen and (min-width: 1100px) and (max-width: 1300px) {
  .navbar .sthohnsmenu-inner {
    gap: 20px;
  }
}

@media only screen and (min-width: 769px) and (max-width: 992px) {
  .navbar {
    padding: 15px 2em;
  }

  .header-main {
    flex-wrap: wrap;
    transition: 0.5s ease all;
  }

  .navbar-fixed-top {
    height: auto;
  }

  .navbar .burger {
    display: block;
  }
}

@media only screen and (max-width: 768px) {
  .sthohnsmenu-list-text.partner-with-us::before {
    display: none;
  }
  .navbar {
    padding: 0px 2em;
  }

  .header-main {
    /* flex-wrap: wrap; */
    transition: 0.5s ease all;
  }

  .navbar-fixed-top {
    height: auto;
  }
  .sthohnsmenu-dropdown {
    left: 40px;
    z-index: 10;
  }

  #mobile-quick {
    display: block;
  }

  .sthohnsmenu-item {
    padding-inline: 8px !important;
  }

  .top-header {
    padding: 0 0px 0px 30px !important;
  }

  .sthohnsmenu-item {
    padding-inline: 0px !important;
  }

  /* quickmobile */
  #mobile-quick .partner-with-us {
    background: #d0bb68;
    color: #000000;
    padding: 14px 10px;
    font-size: 18px;
    margin: auto;
    border: 1px solid #23559b;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    transition: all 0.3s ease;
    cursor: pointer;
    width: fit-content;
  }

  #mobile-quick .partner-dropdown-wrapper {
    position: relative;
    display: inline-block;
  }

  #mobile-quick .partner-dropdown {
    display: none;
    height: 85vh;
    overflow-y: scroll;
    position: absolute;
    top: 110%;
    left: 54px;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    padding: 0;
    z-index: 1000;
    min-width: 360px;
    background-color: #fffae8;
    transition: left 0.6s ease-in-out;
  }

  #mobile-quick .partner-dropdown.show {
    display: block;
    top: 48px !important;
    height: 100vh;
    left: calc(100% - 360px);
    /* 👈 slide into view */
    transition: left 0.6s ease-in-out;
  }

  #mobile-quick .partner-dropdown h4 {
    margin: 0 0 0px;
    text-transform: uppercase;
    padding: 15px 30px;
    font-size: 18px;
    font-weight: bold;
    background-color: #fff3c2;
    color: #000000;
  }

  #mobile-quick .pad-a {
    padding: 0px 30px;
  }

  #mobile-quick .partner-dropdown a {
    width: 100%;
    display: block;
    font-size: 18px;
    color: #000000;
    background-color: #fffae8;
    padding: 15px 0px;
    border-bottom: 1px solid #d0bb68;
    text-decoration: none;
  }

  #mobile-quick .login-stjohns {
    display: inline-block !important;
    font-size: 18px;
    text-align: center;
    margin: 30px 0;
    background-color: #2a2e6d !important;
    color: #fff !important;
    padding: 10px 20px !important;
    border-radius: 30px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }

  #mobile-quick .partner-dropdown a:hover {
    background-color: #f0f0f0;
  }

  #mobile-quick .partner-dropdown-wrapper svg {
    width: 25px;
    height: 25px;
    fill: #000000;
    margin-left: 0px;
  }

  #mobile-quick .partner-with-us.active-link {
    background: #d0bb68 !important;
  }

  .sthohnsmenu-item.single-item {
    border-bottom: 1px solid transparent !important;
  }

  .dropdown-list li a {
    margin: 0px 5px;
  }

  /* .navbar .sthohns-menubar {
    width: 55% !important;
    left: 345px;
  } */

  /* .navbar .sthohnsmenu-inner {
    overflow-y: scroll;
    height: 442px;
  } */

  .dropdown-list {
    grid-template-columns: 1fr !important;
  }

  div#research-dropdown,
  div#academics-dropdown,
  div#division-dropdown {
    left: 0px !important;
  }

  .droplist-sub {
    margin-top: 0px;
    margin-left: 50px;
  }
  .droplist-sub-inner {
    display: block !important;
}
.student-flex .column h4 {
  font-size: initial;
  margin-top: 20px;
}
.brand-logo svg{
  margin-top: 0px;
  width: 235px;
  height: 108px;
}
.stjohns-corporate-home-awards-container h2{
  line-height: 45px;
}

  /* mobile ends */
}
@media only screen and (max-width: 360px) {
  .brand-logo svg {
      width: 140px !important;
  }
  .mobile-search-wrapper {
    margin-right: 6px;
}
.sthohns-logo {
  max-width: 190px !important;
}
.navbar .burger{
  margin-right: 0px !important;
}
.footer-links a{
  text-align: center;
  padding:0 15px !important;
}
}
@media only screen and (max-width: 499px) {
  .brand-logo svg {
      width: 220px;
  }
  .mobile-sticky-menu{
    width: 100% !important;
  }
  .navbar .burger{
    margin-right: 15px;
    margin-top: 0px !important;
  }
  #common-blue-banner .title {
    font-size: 18px !important;
    line-height: 30px;
  }
}
.brand-logo svg {
  margin-top: -30px;
}
.student-flex{
      display: grid;
    grid-template-columns: repeat(4, 1fr);
    overflow-y: scroll;
    height: 400px;
}
@media only screen and (max-width: 767px) {
  .service-inner.dropdown2:hover .speciality-dropdown {
    left: 40px;
    top: 40px;
  }
  .navbar .sthohnsmenu-inner {
    overflow-y: scroll;
    /* height: 442px; */
  }
  #common-blue-banner .our-story-section {
    padding: 24px 78px;
  }
  .footer-social {
    display: none !important;
  }
  .team-details h4{
    margin-bottom: 5px !important;
  }
  .footer-links a{
    line-height: 18px;
  }
}

@media only screen and (max-width: 550px) {
  .navbar {
    padding: 0px 1em;
  }

  .sthohnsmenu-dropdown-links {
    font-size: 14px;
  }

  #services_dropdown {
    width: 180px;
  }

  #aboutus_dropdown {
    width: 180px;
  }

  #insights_dropdown {
    width: 160px;
  }

  #careers_dropdown {
    width: 180px;
  }

  .dropdown2 .speciality-dropdown {
    width: 180px;
  }

  .sthohns-logo {
    max-width: 210px;
    height: 88px !important;
  }

  .mobile-search-circle {
    width: 50px !important;
    height: 50px !important;
  }
}

@media only screen and (max-width: 499px) {
  .mobile-search-wrapper {
    right: 0px !important;
}
  .dropdown2 .speciality-dropdown {
    width: 180px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1199px) {
  #common-blue-banner .our-story-section {
    padding: 24px 35px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1024px) {
  .navbar {
    padding: 4px 0em !important;
  }
  .navbar .sthohnsmenu-inner {
    gap: 12px;
  }

  .sthohnsmenu-list-text.contactWithUs {
    padding: 8px 20px;
  }

  .sthohnsmenu-inner a {
    font-size: 14px;
    padding: 30px 5px;
  }
  .sthohnsmenu-inner a {
    font-size: 15px;
    font-weight: 500;
    padding: 35px 5px !important;
  }
  .sthohnsmenu-list-text.partner-with-us{
    padding: 8px 40px 8px 10px !important;
  }
}
@media only screen and (min-width: 769px) and  (max-width: 912px) {
    .mobile-search-wrapper {
        right: -69px !important;
    }
        .sthohns-logo {
        height: 100px !important;
    }
}
@media only screen and (min-width: 1025px) and (max-width: 1335px) {
  .sthohnsmenu-inner a {
    font-size: 15px;
    font-weight: 500;
    padding: 40px 2px !important;
  }
  .sthohnsmenu-list-text.partner-with-us{
    padding: 8px 20px 8px 10px !important;
  }
}


@media only screen and (max-width: 768px) {
  .sthohnsmenu-list-text.partner-with-us {
    padding: 14px 10px !important;
}
  .sthohnsmenu-inner a {
    padding: 20px 12px;
  }

  /* for dropdown burger */
  .sthohnsmenu-inner a {
    padding: 12px 10px !important;
  }

  /* .sthohns-menubar {
    top: -20px !important;
  } */

  .sthohnsmenu-item.single-item {
    justify-content: flex-start !important;
  }

  .sthohns-logo {        
    height: 100px !important;
    margin-top: 15px !important;
  }

  .dropdown-header {
    display: none !important;
  }

  .aboutus-absolute {
    position: relative !important;
    padding: 0px !important;
  }

  .about-dropdown-card {
    width: auto !important;
    display: grid !important;
  }
 .about-dropdown-card-inner {
    width: auto !important;
    display: grid !important;
  }
  .aboutus-absolute {
    border: none !important;
    box-shadow: none !important;
  }
  .mobile-search-circle{
    width: 50px !important;
    height: 50px !important;
  }
}

@media only screen and (max-width: 767px) {
  .body-content.shift-left {
    transform: translateX(-300px) !important;
  }

  .sidebar {
    width: 300px !important;
  }
}

@media only screen and (max-width: 375px) {
  .list-links-items {
    padding-inline: 0em 0;
  }
  .navbar .burger{
  margin-right: 18px !important;
}
#common-blue-banner .title {
        font-size: 18px !important;
    }
}
.top-header {
  padding: 0px 10px;
  background-image: linear-gradient(to top right,
      rgba(249, 249, 249, 0.6),
      transparent 72px),
    linear-gradient(to right,
      #f9f9f9 0,
      #f9f9f9 350px,
      rgba(35, 85, 155, 0.4) 470px,
      #23559b 929px,
      #23559b 100%);

  /* background: linear-gradient(to right, #f9f9f9 0, #f9f9f9 350px, rgba(35, 85, 155, .4) 470px, #23559b 929px, #23559b 100%); */
  color: white;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 50px;
  gap: 10px;
  font-size: 12px;
}

.top-header .emergency-contact {
  margin-right: 20px;
}

.top-header .accessibility-language {
  display: flex;
  align-items: center;
  gap: 15px;
}

/* Main Navigation Styles */
.main-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 20px;
  background-color: white;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.logo {
  display: flex;
  align-items: center;
  gap: 10px;
}

.logo img {
  height: 50px;
}

.logo-text {
  font-size: 1.2rem;
  font-weight: bold;
  color: #2c3e70;
}

.nav-links {
  display: flex;
  gap: 20px;
}

.nav-links a {
  text-decoration: none;
  color: #2c3e70;
  font-weight: 500;
  position: relative;
  padding-bottom: 5px;
  transition: color 0.3s ease;
}

/* Active link styling */
.nav-links a.active {
  color: #3498db;
  font-weight: bold;
}

.nav-links a.active::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  background-color: #3498db;
  animation: underline 0.3s ease forwards;
}

@keyframes underline {
  from {
    width: 0;
  }

  to {
    width: 100%;
  }
}

.nav-buttons {
  display: flex;
  gap: 10px;
}

.btn {
  padding: 8px 15px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
}

.btn-courses {
  background-color: #2c3e70;
  color: white;
}

.btn-appointments {
  background-color: #f1c40f;
  color: #23559b;
}

/* Sticky Header */
.sticky {
  position: fixed;
  top: 0;
  z-index: 1000;
  max-width: 100%;
}

/* Placeholder content to demonstrate scrolling */
.content {
  padding-top: 200px;
  text-align: center;
}

.nav-link.active {
  color: #f00;
  /* Example: change the color of the active link to red */
  font-weight: bold;
}

/* .top-header {
    display: flex;
    align-items: center;
    background-color: #2A3158;
    padding: 0px 66px;
} */

/* Button styles */
.top-header button {
  margin-right: 0;
  padding: 0px 12px;
  border-radius: 5px;
  border: none;
  font-weight: 700;
  cursor: pointer;
  font-size: 12px;
  display: block;
  align-items: center;
  color: #23559b;
}

/* Accessibility and Language buttons */
.accessibility-btn,
.language-btn {
  background-color: transparent;
  color: white;
  display: flex;
  align-items: center;
}

/* Emergency Button */
.emergency-btn {
  background-color: white;
  color: #b81d13;
  font-weight: bold;
  animation: emergencyPulse 3s infinite alternate;
  position: relative;
  display: flex;
  align-items: center;
  padding: 10px 15px;
  border: 2px solid #b81d13;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
}

/* Emergency Button Icon */
.phone-icon {
  font-size: 20px;
}

/* Phone Number */
.phone-number {
  margin-left: 5px;
  font-weight: normal;
  animation: phonePulse 3s infinite alternate;
}

/* Button Animation */
@keyframes emergencyPulse {
  0% {
    background-color: white;
    color: #b81d13;
  }

  100% {
    background-color: #b81d13;
    color: white;
  }
}

.phone-icon {
  animation: iconPulse 3s infinite alternate;
}

@keyframes iconPulse {
  0% {
    color: #b81d13;
  }

  100% {
    color: white;
  }
}

/* Phone Number Animation (Subtle Change) */
@keyframes phonePulse {
  0% {
    color: #b81d13;
  }

  100% {
    color: white;
  }
}

.font-indicator {
  margin: 0 5px;
}

/* Format each dropdown item as a row with space between */
.sthohnsmenu-dropdown-links {
  display: flex;
justify-content: space-between;
align-items: center;
padding: 8px 12px;
}


.appointment svg {
  width: 18px;
  height: 18px;
  padding-right: 5px;
}

.appointment {
  border-radius: 5px;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  line-height: 25px;
  border: none;
  color: #fff;
  margin: 0;
  cursor: pointer;
  transition: 0.5s ease-in-out;
  font-size: 14px;
  padding: 0;
}

.appointment svg path {
  fill: #fff;
}

.phone-icon {
  font-size: 20px;
  animation: iconPulse 3s infinite alternate;
}

.emergency-btn svg path {
  animation: iconPulse 3s infinite alternate;
}

@keyframes iconPulse {
  0% {
    fill: #b81d13;
  }

  100% {
    fill: white;
  }
}

/* Footer Container */
footer{
  position: sticky;
    bottom: 0;
    left: 0;
    width: 100%;
}
.footer-container {
  width: 100%;
  border-top: 1px solid #000;
  background-color: #fff;
  padding: 20px 0;
  text-align: center;
}

.search-container {
  position: relative;
  display: flex;
  align-items: center;
  z-index: 20;
  /* higher than overlay */
}

.search-icon {
  background-color: #2a2e6d;
  color: white;
  border: none;
  padding: 10px;
  cursor: pointer;
  border-radius: 50%;
}

.search-input {
  position: absolute;
  border: 1px solid #23559b;
  right: 12px;
  top: 42px;
  width: 0;
  font-size: 14px;
  font-weight: 400;
  padding: 12px 16px;
  border-radius: 8px;
  outline: none;
  transition: width 0.3s ease-in-out;
  opacity: 0;
  z-index: 21;
}

.search-container.active .search-input {
  width: 600px;
  opacity: 1;
}

.close-icon {
  position: absolute;
  border: 1px solid #23559b;
  border-radius: 50%;
  right: 3px;
  background-color: #23559b;
  color: #fff;
  top: 28px;
  transform: translateY(10%);
  cursor: pointer;
  display: none;
  z-index: 21;
}

.search-container.active .close-icon {
  display: inline-flex;
}

.gg-search {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 16px;
  height: 16px;
  border: 2px solid;
  border-radius: 100%;
  margin-left: -4px;
  margin-top: -4px;
  color: #23559b;
  cursor: pointer;
}

.search-circle {
  background-color: #dde5f9;
  width: 40px;
  height: 40px;
  border: 1px solid #23559b;
  display: none;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}

.gg-search::after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  border-radius: 3px;
  width: 2px;
  height: 8px;
  background: currentColor;
  transform: rotate(-45deg);
  top: 10px;
  left: 12px;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0 0 0 / 30%);
  /* semi-transparent black */
  z-index: 10;
  display: none;
}

.search-container.active+.overlay {
  display: block;
}

/* mobilesearch */
.mobile-search-wrapper {
  position: relative;
  z-index: 30;
  right: -25px;
  display: none;
}

.mobile-search-circle {
  background-color: #dde5f9;
  width: 36px;
  height: 36px;
  border: 1px solid #23559b;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  cursor: pointer;
}

.gg-search-mobile {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(1);
  width: 16px;
  height: 16px;
  border: 2px solid #23559b;
  border-radius: 100%;
  color: #23559b;
}

.gg-search-mobile::after {
  content: "";
  display: block;
  position: absolute;
  border-radius: 3px;
  width: 2px;
  height: 8px;
  background: currentColor;
  transform: rotate(-45deg);
  top: 10px;
  left: 12px;
}

.mobile-search-container {
  position: absolute;
  top: 50px;
  right: 12px;
  width: 0;
  opacity: 0;
  transition: width 0.3s ease-in-out;
  z-index: 31;
}

.mobile-search-input {
  width: 100%;
  min-width: 270px;
  font-size: 18px;
  padding: 14px;
  border-radius: 8px;
  border: 1px solid #23559b;
  outline: 0;
  right: 0px;
  background-color: #fff;
  position: absolute;
}

.mobile-close-icon {
  position: absolute;
  top: -12px;
  right: -10px;
  cursor: pointer;
  display: none;
  z-index: 32;
  border: 1px solid #23559b;
  border-radius: 50%;
  background-color: #23559b;
  color: #fff;
  transform: translateY(10%);
}

.mobile-overlay {
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  display: none;
  z-index: 10;
}

.mobile-search-wrapper.active .mobile-search-container {
  width: 100%;
  opacity: 1;
  top: 33vh;
  left: 0px;
  right: 0px;
}

.mobile-search-wrapper.active .mobile-close-icon {
  display: inline-flex;
}

.mobile-search-wrapper.active .mobile-overlay {
  display: block;
}

/* governance */
#toggle-content {
  transition: all 0.3s ease;
}
#toggle-content-courses {
  transition: all 0.3s ease-in-out;
}
.arrow-icon {
  transition: transform 0.3s ease;
}

.arrow-icon,
.arrow-icon-courses {
  transition: transform 0.5s ease; /* Smooth rotation */
}

.arrow-icon.rotated,
.arrow-icon-courses.rotated {
  transform: rotate(-90deg);
}

@media screen and (max-width: 992px) {
  .sthohnsmenu-inner {
    height: 100vh;
    overflow-y: scroll;
    padding: 15px!important;
  }

  .disable-scroll {
    overflow: hidden;
  }
  .dropdown-list li a:focus {
    color: #555 !important;
    /* White text on hover */
  }

  .mobile-sticky-menu {
   position: fixed;
    top: 0;
    left: -100%;
    width: 80%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 999;
    transition: left 0.3s ease-in-out !important;
  }
  .show-detail{
    left: 0 !important;
    transition: left 0.3s ease-in-out !important;
  } 
  .desktop-search{
    display: none !important;
  }
  .aboutus-absolute {
    position: relative !important;
    box-shadow: none !important;
    border: none !important;
  }
  .dropdown-list {
    grid-template-columns: 1fr !important;
}
  .sthohnsmenu-inner a{
    /* width: 100%; */
    justify-content: space-between;
    color:#000 !important;
    font-size: 16px;
    padding: 10px 20px !important;
    border-bottom: 1px solid #ddd;
  }
  .about-dropdown-card{
    margin-left: 0px ;
  }
  .arrow-icon-courses.rotated, .arrow-icon.rotated {
    transform: rotate(-180deg);
}
  .active-link {
    padding-bottom: 10px !important;
  }

  .search-input {
    position: relative;
    bottom: 0px;
  }
  .close-menu {
            display: block !important;
            cursor: pointer;
  }
  /* close css */
  .gg-close-o {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 22px;
    height: 22px;
    border: 2px solid;
    border-radius: 40px;
}
.gg-close-o::after, .gg-close-o::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 12px;
  height: 2px;
  background: currentColor;
  transform: rotate(45deg);
  border-radius: 5px;
  top: 8px;
  left: 3px;
}
.gg-close-o::after {
  transform: rotate(-45deg);
}
.dropdown-list li a:hover {
  background: #fff;
}

}

.section-title {
  font-size: 32px;
  line-height: 35px;
  color: #2a2e6d;
  margin: 25px 0px 40px 0px;
}

.no-scroll {
  overflow: hidden;
}

.mobile-design {
  display: none;
}
.mobile-menu-header{
  display: none;
}
@media screen and (max-width: 992px) {
  .navbar .burger {
    display: block;
    margin-right: 30px;
  }
  .mobile-search-wrapper{
   display: block !important;
   right: -240px;
  }
  .mobile-search-circle{
   width: 50px !important;
   height: 50px !important;
  }
  .top-header {
    display: flex !important;
  }

  .top-header {
    padding: 0 30px;
    background:#23559b;
  }

  .navbar .sthohnsmenu-inner {
    display: block;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 0px;
    padding: 1rem 0;
    background-color: #fff;
  }

  .sthohnsmenu-item.single-item {
    padding-block: 12px;
    margin: 0;
  }

  .mobile-design {
    display: none !important;
    flex-direction: row !important;
    position: relative !important;
    justify-content: flex-start !important;
    gap: 25px !important;
    align-items: center !important;
    margin-bottom: 10px;
  }
  .mobile-menu-header{
    display: flex !important;
    align-items: center;
    padding: 10px 20px;
    margin-bottom: 40px;
        justify-content: space-between;
        /* width: 100%; */
        border-bottom: 1px solid #ddd;
  }
  .dropdown-list {
    width: 100%;
  }
  .about-dropdown-card-inner{
    margin-left: 30px;
  }
  div#academics-dropdown {
    left: 0 !important;
}
.student-flex {
  display: grid;
}
}

.sthohnsmenu-list-text-new {
  font-size: 18px;
  color: #ffffff;
}

.top-header.hidden {
  display: none !important;
}

.hidden {
  display: none;
}

.dropdown {
  width: max-content;
  position: absolute;
  border-radius: 6px;
  transition: opacity 0.3s ease-in-out;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  transform: translateY(0);
  background: #f5f5f5;
}

.sthohnsmenu-dropdown-links-new {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
  color: #000;
  padding-inline: 10px 20px;
  padding-block: 8px;
  line-height: 25px;
  text-decoration: none;
  width: 100%;
  box-sizing: border-box;
  position: relative;
  border-radius: 8px;
}

.sthohnsmenu-dropdown-links-new:hover {
  background-color: #eceeff;
}

.accessibility-menu {
  width: 320px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  padding: 20px;
}

.menu-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.menu-label {
  font-size: 20px;
  font-weight: 500;
  color: #000;
}

.font-controls {
  margin-left: 30px;
  display: flex;
  align-items: center;
}

.font-btn {
  background-color: transparent;
  border: none;
  font-size: 20px !important;
  font-weight: 400 !important;
  cursor: pointer;
  padding: 0 !important;
}

.font-indicator {
  font-size: 24px;
  font-weight: bold;
  color: #23559b;
  margin: 0 8px;
}

/* Toggle switch */
.toggle-switch {
  position: relative;
  display: inline-block;
  width: auto;
  height: auto;
}

.toggle-switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  height: 20px;
  width: 32px;
  position: absolute;
  cursor: pointer;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: 0.4s;
  border-radius: 34px;
  border: 2px solid #23559b;
}

.slider:before {
  position: absolute;
  content: "";
  height: 12px;
  width: 12px;
  left: 4px;
  bottom: 4px;
  background-color: #23559b;
  transition: 0.4s;
  border-radius: 50%;
  top: 2px;
}

input:checked+.slider {
  background-color: #23559b;
}

input:checked+.slider:before {
  transform: translateX(10px);
  background-color: #ccc;
}

.grey-scale svg {
  font-size: 16px;
}

/* floating btn  */

.stjohns-floating-btn {
  position: fixed;
  top: 50%;
  right: 12px;
}

.stjohns-floating-btn .stjohns-main-btn {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: linear-gradient(180deg,
      rgba(208, 187, 104, 1) 0%,
      rgb(255, 255, 255) 100%);
  color: #fff;
  display: grid;
  place-items: center;
  cursor: pointer;
  position: relative;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  transition: all 300ms ease;
  padding: 10px;
  border: none;
  outline: none;
  box-shadow: 0px 0px 10px 6px rgb(208 187 104 / 71%);
}

.stjohns-floating-btn.stjohns-active .stjohns-main-btn {
  background: #2a2e6d;
  box-shadow: 0px 0px 10px 6px #2a2e6d;
}

.stjohns-floating-btn .stjohns-main-btn svg {
  width: 30px;
  display: flex;
  transition: all 300ms ease;
}

.stjohns-floating-btn.stjohns-active .stjohns-main-btn svg {
  filter: brightness(0) invert(1);
}

.stjohns-main-btn p {
  font-size: 12px;
  margin: 0;
  padding: 0;
  color: white;
  text-align: center;
  transition: all 300ms ease;
  color: #000;
}

.stjohns-floating-btn.stjohns-active .stjohns-main-btn p {
  color: white;
}

.stjohns-floating-btn .stjohns-options {
  position: absolute;
  transform: translate(30px, 30px) scale(0);
  opacity: 0;
  transition: all 300ms ease;
  right: 10px;
  top: 0;
}

.stjohns-floating-btn.stjohns-active .stjohns-options {
  transform: translate(5px, 5px) scale(1);
  opacity: 1;
}

.stjohns-floating-btn .stjohns-option {
  background: white;
  padding: 8px 12px;
  border-radius: 8px 0px 0px 8px;
  box-shadow: 0 6px 4px -2px #2a2e6d;
  position: absolute;
  display: flex;
  flex-direction: row;
  gap: 10px;
  width: 160px;
  height: 41px;
  align-items: center;
  transition: all 300ms ease;
}

.stjohns-floating-btn .stjohns-option a {
  text-decoration: none;
  color: #000;
  user-select: none;
  font-weight: 300;
  font-size: 12px;
}

.stjohns-floating-btn .stjohns-option:nth-child(1) {
  transform: translate(-200px, -70px) rotate(0);
}

.stjohns-floating-btn .stjohns-option:nth-child(2) {
  transform: translate(-232px, 0px) rotate(0);
}

.stjohns-floating-btn .stjohns-option:nth-child(3) {
  transform: translate(-200px, 70px) rotate(0);
}

.stjohns-option svg {
  height: 18px;
}

.stjohns-option svg path {
  fill: #2a2e6d;
}

/* new css */
/* footer call icon css */
footer {
    background-color: #ebf3FFFF;
    position: sticky;
    bottom: 0;
    left: 0;
    width: 100%;
}
.footer-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 30px 50px;
  flex-wrap: wrap;
  gap: 20px;
  align-items: center;
}

.footer-logo {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  max-width: 300px;
}

.footer-logo img {
  width: 278px;
  height: auto;
}

.logo-text h2 {
  font-size: 24px;
  margin: 0;
  color: #1d4a94;
}

.logo-text p {
  margin: 5px 0 0;
  font-size: 14px;
  color: #000;
  line-height: 1.4;
}

.footer-links {
  display: grid;
  grid-template-columns: repeat(3, auto);
  gap: 25px 0px;
  align-items: center;
  justify-content: center;
  text-align: start;
}

.footer-links a {
  color: #000;
  text-decoration: none;
  font-size: 14px;
  position: relative;
  padding: 0 30px;
}

/* Gold separator except after each row's last item */
.footer-links a:not(:nth-child(3n))::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 16px;
  border-right: 2px solid #d4b34a;
}

.footer-social {
  display: flex;
  gap: 20px;
  align-items: center;
}

.footer-social a {
  color: white;
  background-color: #23559b;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  padding: 7px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 14px;
}

.footer-bottom {
  background-color: #23559b;
  color: white;
  text-align: center;
  padding: 12px 20px;
  font-size: 14px;
}
.footer-bottom div{
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer-bottom span {
  color: #d4b34a;
  margin: 0 10px;
}

/* footer css ends */
@media (max-width: 768px) {
  .footer-top {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
   .student-flex {
    display: block;
}
  .mobile-search-wrapper {
    display: block;
    right: -90px;
  }

  .sthohns-logo {
    margin-top: -10px;
    height: 100px;
  }

  .footer-links {
    gap: 10px 0px;
  }

  .footer-top {
    padding: 30px 0px;
  }

  #common-blue-banner .our-story-section {
    padding: 24px 30px !important;
  }
  .navbar .burger {
    margin-top: 10px;
  }
  .gg-chevron-down {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 22px;
    height: 22px;
    border: 2px solid transparent;
    border-radius: 100px;
  }
  .gg-chevron-down::after {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 10px;
    height: 10px;
    border-bottom: 2px solid;
    border-right: 2px solid;
    transform: rotate(45deg);
    left: 4px;
    top: 2px;
  }
  .student-flex .column h4 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    margin-right: 6px;
    font-size: 12px !important;
    font-weight: 400;
    margin-top: 5px;
  }
   /* collapsed                          */
.ul-list-mobile {
  max-height: 0;
  overflow: hidden;
  transition: max-height .3s ease-in-out;
}
/* expanded (JS adds this class)      */
.ul-list-mobile-show {
  max-height: 600px;   /* pick a value bigger than your longest list */
  transition: max-height .3s ease-in-out;
}
    .gg-chevron-down{
      display: block;
      margin-right: 15px;
      transition:transform .3s ease;
    }
    .chevron-up .gg-chevron-down {
      transform: rotate(180deg);
      transition: transform .3s ease;
  }
}

/* quick links */
.partner-dropdown .dropdown-footer {
  text-align: center;
  margin-top: 10px;
}

.partner-dropdown .login-button {
  background-color: #23559b;
  color: #fff;
  padding: 8px 16px;
  border-radius: 20px;
  text-decoration: none;
  display: inline-block;
  font-weight: bold;
}

/* Active state styles when dropdown is shown */
.sthohnsmenu-list-text.partner-with-us.show-active {
  background: #23559b !important;
  color: #fff !important;
  border: solid 1px #fff !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1) !important;
}

.sthohnsmenu-list-text.partner-with-us.show-active svg {
  fill: #fff;
}
.partner-dropdown-item{
  display: flex;
  align-items: center;
  gap: 10px;
}
.partner-dropdown-item img{
  width: auto;
  height: 45px;
  object-fit: contain;
}
.partner-dropdown-item p{
  display: block;
    font-size: 18px;
    color: #ffffffcc;
    background-color: #4d4d4d;
    padding: 15px 0;
    text-decoration: none;
}
.partner-dropdown-item p:hover{
  color: #d0bb68;
}
/* quick */
/* new ends */
/* aboutus */
#aboutus-drop,
#patientcare-drop,
#education-drop {
  position: relative;
  display: block;
}

.aboutus-absolute {
  position: absolute;
  background: white;
  padding: 10px;
  background-color: #e4efff;
  border: 1px solid #ddd;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  z-index: 1000;
}

div#research-dropdown {
  /* left: -568px; */
}
.desktop-oly-courses{
  display: block;
}
.mobile-oly-courses{
  display: none;
}
div#academics-dropdown {
  left: -870px;
}
.student-flex .column ul{
      padding-inline-start: 10px;
}
.student-flex .column ul  h4{
    margin-top: 0px;
    font-size: initial;
    padding: 8px 16px;
    margin-bottom: 0px;
}
.student-flex .column ul li{
  list-style-type: none;
}
div#division-dropdown {
  left: -178px;
}
.student-flex .column h4{
  font-size: initial;
}
.about-dropdown-card {
  background: white;
  border-radius: 4px;
  background-color: #e4efff;
  /* box-shadow: 0 2px 10px rgba(0,0,0,0.1); */
  width: 750px;
  overflow: hidden;
  display: flex;
}
.about-dropdown-card-inner {
  background: white;
  border-radius: 4px;
  background-color: #e4efff;
  /* box-shadow: 0 2px 10px rgba(0,0,0,0.1); */
  width: max-content;
  overflow: hidden;
  display: flex;
}
.dropdown-header {
  display: flex;
  align-items: flex-start;
  padding: 0px 0px;
  border-bottom: 1px solid #f0f0f0;
  font-weight: 600;
  color: #333;
}

.dropdown-header span {
    position: absolute;
    padding-left: 8px;
    margin-left: 15px;
    /* bottom: 50px; */
    border-left: 3px solid #23559b;
    color: #fff;
    top: 185px;
}

.dropdown-icon {
  margin-right: 10px;
  width: 228px;
  height: 211px;
  object-fit: cover;
  border-radius: 12px;
}

.dropdown-list {
  list-style: none;
  padding: 8px 0;
  margin: 0;
}

.dropdown-list {
     margin-top: 0px;
    display: grid;
    grid-template-columns: 1fr;
    list-style: none;
    padding: 0;
    gap: 0px;
}

.dropdown-list li a {
  display: block;
  overflow: hidden;
  position: relative;
  padding: 8px 16px;
  line-height: 24px;
  color: #555;
  text-decoration: none;
  font-size: 14px;
  white-space: nowrap;
  transition: all 0.2s;
  justify-content: space-between;
  display: flex;
  /* margin-bottom: 5px; */
  transition: all 0.3s ease-in-out;
  z-index: 1;
}

.dropdown-list li a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0;
  /* background: linear-gradient(to right,#23559B, #D0BB68); */
  background-color: #23559b;
  z-index: -1;
  transition: all 0.3s ease-in-out;
}

.dropdown-list li a:hover {
  color: #fff;
  /* White text on hover */
}
.dropdown-list li a:focus {
  /* color: #fff; */
  /* White text on hover */
}


.dropdown-list li a:hover:before {
  width: 100%;
}

.droplist-sub {
  border-left: 1px solid #d0bb68;
  margin-top: 50px;
  /* height: 64%; */
}
.droplist-sub-inner {
    display: flex;
}
/* ///about us */
#page-open {
  display: flex;
  position: relative;
  overflow: hidden;
}

.sidebar {
  position: fixed;
  right: -378px;
  top: 0;
  width: 378px;
  overflow-y: scroll;
  height: 100%;
  background: #4d4d4d;
  transition: right 0.3s ease;
  z-index: 9999;
  padding: 0px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px inset,
    rgba(0, 0, 0, 0.3) 0px 18px 36px -18px inset;
}

.body-content {
  transition: transform .3s ease;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}
main{
  flex: 1;
}
.sidebar.active {
  right: 0;
}

.body-content.shift-left {
  transform: translateX(-378px);
}

#partnerToggle {
  padding: 10px 20px;
  margin-bottom: 20px;
  /* color: #fff; */
  border: none;
  cursor: pointer;
  float: right;
}

/* commonbanner */
#common-blue-banner .our-story-section {
  background-color: #23559b;
  padding: 24px 80px;
  display: flex;
  align-items: center;
  gap: 20px;
  margin: 0 auto;
}

#common-blue-banner .title {
  color: white;
  font-size: 32px;
  font-weight: 600;
  flex: 1;
  text-align: left;
  letter-spacing: -0.02em;
}

#common-blue-banner .logo-container .logo-icon img {
  background-color: #d0bb68;
  border-radius: 15px;
  padding: 10px;
}

/* breadscrumb */
#common-bread {
  font-size: 14px;
  color: #666;
  margin-bottom: 50px;
}

#common-bread a {
  text-decoration: none;
  color: #86868b;
}

#common-bread strong {
  text-decoration: none;
  color: #23559b;
}

#common-bread a:hover {
  text-decoration: underline;
}

#common-bread span {
  margin: 0 5px;
}

.tab:hover,
.sub-tab:hover,
.third-level-tab:hover {
  cursor: pointer;
  /* background: #cfcfcf52 !important; */
  transition: ease-in-out 0.3s;
}
tr:hover {
  background: #cfcfcf52 !important;
  transition: ease-in-out 0.3s;
}
/* breadcrumb */
.breadcrumb {
  /* margin-top: 50px; */
  font-size: 16px;
  color: #666;
  margin-top: 30px;
  margin-bottom: 30px;
}

.breadcrumb a {
  text-decoration: none;
  color: #86868b;
}

.breadcrumb strong {
  text-decoration: none;
  color: #23559b;
}

.breadcrumb a:hover {
  text-decoration: underline;
}

.breadcrumb span {
  margin: 0 5px;
}
.height-common{
  min-height: 100vh;
}
.no-data-container {
  flex-grow: 1;
  text-align: center;
  padding: 60px 20px;
  background: #f9f9ff;
  border-radius: 8px;
  margin: 20px 0;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}
.no-data {
  font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.28px;
    color: #000000;
    margin-bottom: 8px;
}
.courses-dropdown-list{
  margin-left: 15px;
}
.bar {
  color: #23559b;
  margin-left: 5px;
  margin-right: 5px;
}
.margin-left-20{
  margin-left: 20px;
}
.icon-link {
  color: #fff;
}
.disabled-link {
  pointer-events: none;
  color: gray;
  text-decoration: none;
  opacity: 0.6;
  cursor: not-allowed;
}