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

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: Lato;
}

.font-family-dm-sans {
  font-family: 'Lato';
}
html.greyscale {
  filter: grayscale(100%) !important;
}
.grayscale-mode {
  filter: grayscale(100%) !important;
  overflow-x: hidden;
}
.navbar-css {
  height: 111px;
  background: #f9f9f9f0;
}
body {
  font-size: 1rem;
  font-weight: normal;
}

h1 {
  font-size: 28rem;
}

h2 {
  font-size: 24px;
}

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

p {
  font-size: 16px;
  line-height: 24px;
}
ul{
  margin-bottom: 20px;
}
li {
  line-height: 24px;
}
/* scroll site css */
body{
	margin: 0;
	font-weight: 400;
	font-family: 'Lato';
	font-size: 16px;
	line-height: 28px;
	color: #000;
  background: #f5f5f7;
}
: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;
}

*::-webkit-scrollbar-thumb {
  background-color: #d0bb68;
  border: 1px solid transparent;
  border-radius: 30px;
}
@font-face {
  font-family: 'Lato';
  src: url('../../assets/fonts/Lato-Regular.eot');
  src: url('../../assets/fonts/Lato-Regular.eot?#iefix') format('embedded-opentype'),
      url('../../assets/fonts/Lato-Regular.woff2') format('woff2'),
      url('../../assets/fonts/Lato-Regular.woff') format('woff'),
      url('../../assets/fonts/Lato-Regular.ttf') format('truetype'),
      url('../../assets/fonts/Lato-Regular.svg#Lato-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Lato';
  src: url('../../assets/fonts/Lato-Bold.eot');
  src: url('../../assets/fonts/Lato-Bold.eot?#iefix') format('embedded-opentype'),
      url('../../assets/fonts/Lato-Bold.woff2') format('woff2'),
      url('../../assets/fonts/Lato-Bold.woff') format('woff'),
      url('../../assets/fonts/Lato-Bold.ttf') format('truetype'),
      url('../../assets/fonts/Lato-Bold.svg#Lato-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
/* 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;
}
@media screen and (max-width: 767px) {
  .container {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    max-width: 540px;
    margin: auto;
  }

  .sthohnsmenu-inner a {
    padding: 12px 10px !important;
    justify-content: flex-start !important;
  }

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

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

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

  .aboutus-absolute {
    position: relative !important;
    padding: 0px !important;
  }
  .about-dropdown-card {
    width: auto !important;
    display: grid !important;
  }
  .aboutus-absolute {
    border: none !important;
    box-shadow: none !important;
  }

  .desktop-none {
    display: block;
  }

  .mobile-none {
    display: none;
  }

  .droplist-sub {
    margin: 0px 30px  !important;
    border-left: none !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: -48px !important;
    top: -5px;
  }

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

  .dropdown-list {
    grid-template-columns: 1fr;
  }
  .mobile-search-wrapper {
    display: block !important;
    right: -22px !important;
}
}

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

  #common-blue-banner .our-story-section {
    padding: 24px 78px;
  }

  .mobile-search-wrapper {
    display: block !important;
    right: -48px !important;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1199px) {
  .container {
    width: calc(100% - 4em);
  }
}

.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: 120px;
    object-fit: contain;
    object-position: center;
    max-width: 300px;
    margin-left: 20px;
    margin-top: -40px;
}
.sthohns-logo.logo-sticky {
           width: 280px;
    margin-top: 0px;
    height: 100px;
}
/* .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: 100%;
    left: 0;
    width: 100%;
    padding: 0;
    background-color: #fff;
    box-shadow: 0 2px 4px rgba(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;
}

/* .active-link svg {
  transform: rotate(180deg);
} */

#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 {
  border-right: 1px solid transparent;
  background: linear-gradient(to right, #d0bb68 100%, #fff 100%);
  color: #000000;
  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;
  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;
}
.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 */
/* quick */
.learninghub-sub {
  display: none;
}

/* burger menu css */
.navbar .burger {
  display: none;
}
.mobile-menu-header{
  display: none;
}
/* Prevent scrolling when burger menu is active */
body.overflow-hidden {
  overflow: hidden !important;
}

#main-body.overflow-hidden {
  overflow: hidden !important;
}
/* burger menu css */

@media only screen and (min-width: 1200px) and (max-width: 1350px) {}

@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: 5px;
  }
  .sthohnsmenu-list-text {
    font-size: 14px;
  }

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

@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;
  }
  .sthohnsmenu-dropdown {
    left: 40px;
    z-index: 10;
  }
  .mobile-search-wrapper{
    display: block !important;
    right: -130px !important;
  }
  .navbar .burger{
        display: block;
    margin-right: 20px !important;
  }
}

@media only screen and (max-width: 768px) {
  .sthohnsmenu-list-text.partner-with-us::before {
    display: none;
  }
  .navbar {
    padding: 15px 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.show-active {
    background: #d0bb68 !important;
  }

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

  /* .dropdown-list-first li a {
    margin: 0px 30px;
  } */
  .navbar .sthohnsmenu-inner {
    overflow-y: scroll;
    height: 442px;
  }

  .dropdown-list {
    grid-template-columns: 1fr !important;
  }
  .dropdown-list-first {
    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;
  }
.about-dropdown-card{
  min-width: 100px !important;
}
  /* mobile ends */
}

@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-bottom p{
    font-size: 14px;
  }
    .dropdown-list li a {
      margin: 0px 12px 0px 0px;
  }
  .dropdown-list-first li a {
    margin: 0px 12px 0px 0px;
}
} 

@media only screen and (max-width: 550px) {
  .navbar {
    padding: 0px 0.3em;
  }
  .navbar .burger {
            margin-top: 10px !important;
    margin-right: 30px !important;
  }
  .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: 200px;
    height: 88px !important;
  }

  .mobile-search-circle {
    width: 40px !important;
    height: 40px !important;
  }
  .dots-home {
    left: 25px;
  }
  #main-section-research .research-highlights {
    padding: 15px !important;
}
#main-section-research .publications h2 {
  padding-left: 15px !important;
}
#main-section-research .publication{
  padding: 10px 15px !important;
}
.form-group label {
  font-size: 12px !important;
}
}

@media only screen and (max-width: 375px) {
  .navbar {
    padding: 1px 1em;
  }
  .navbar .burger {
    margin-right: 5px !important;
  }
  .dropdown2 .speciality-dropdown {
    width: 180px;
  }
  .mobile-search-wrapper {
    right: auto !important;
}
#news-events .tab{
  /* min-width: 100px !important; */
}  
.awards-starting {
  margin-left: 0px !important;
  margin-right: 0px !important;
}
.footer-links a {
  font-size: 10px !important;
}
.navbar .burger {
  margin-right:5px !important;
}
.mobile-search-wrapper {
  right: 0px !important;
}
}

@media only screen and (min-width: 1200px) and (max-width: 1350px) {}

@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) {
  #common-blue-banner .our-story-section {
    padding: 24px 60px !important;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1024px) {
  .navbar {
    padding: 4px 0em !important;
  }

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

  .navbar .sthohnsmenu-inner {
    gap: 5px;
  }

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

  .sthohnsmenu-inner a {
    font-size: 14px;
    justify-content: space-between !important;
  }
  .sthohnsmenu-list-text.partner-with-us{
    padding: 8px 10px 8px 8px;
  }
  .dropdown-header{
    display: none !important;
  }
  .about-dropdown-card{
    width: auto !important;
  }
  div#division-dropdown,div#research-dropdown{
    left: 0px !important;
  }
  .droplist-sub{
    padding-left:14px;
  }
  .dropdown-list li a{
    padding: 0 !important;
  }
}

@media only screen and (min-width: 769px) and (max-width: 991px) {}

@media only screen and (max-width: 768px) {
  .sthohnsmenu-inner a {
    padding: 20px 12px;
  }

  /* for dropdown burger */
  .sthohnsmenu-inner a {
    padding: 12px 5px !important;
    justify-content: flex-start !important;
  }

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

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

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

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

  .about-dropdown-card {
    width: auto !important;
    display: grid !important;
  }
  .aboutus-absolute {
    border: none !important;
    box-shadow: none !important;
  }

  #mobile-quick .partner-with-us.active-link svg {
    fill: #fff;
  }
}

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

  .sidebar {
    width: 300px !important;
  }
  .mobile-sticky-menu{
    width: 100% !important;
  }
}

@media only screen and (max-width: 550px) {}

@media only screen and (max-width: 375px) {
  .list-links-items {
    padding-inline: 0em 0;
  }
}
@media only screen and (max-width: 320px) {
  #hero-section > div:first-child img {
    width: 80%;
}
#hero-section .inner img{
  width: 100% !important;
}
#work-with-us .image-container img {
  width: 270px !important;
  height: auto !important;
}
.navbar {
  padding: 1px 0.2em;
}
.footer-links a{
  padding: 0 10px !important;
}
}

@media only screen and (min-width: 1200px) and (max-width: 1350px) {}

@media only screen and (min-width: 1025px) and (max-width: 1199px) {}

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

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

.arrow-icon {
  transition: transform 0.3s ease;
}

.arrow-icon.rotated {
  transform: rotate(180deg);
}

@media screen and (max-width: 991px) {

  .sthohnsmenu-inner {
    padding: 32px 32px !important;
  }

  .disable-scroll {
    overflow: hidden;
  }

  .active-link {
    padding-bottom: 10px !important;
  }

  .search-input {
    position: relative;
    bottom: 0px;
  }
}

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

.no-scroll,
.disable-scroll {
  overflow: hidden;
}
.mobile-design {
  display: none;
}

@media screen and (max-width: 992px) {
  .navbar .burger {
    display: block;
    margin-right: 40px;
    margin-bottom: 10px;
  }
.mobile-search-circle {
  width: 60px;
  height: 60px;
}
.sthohns-logo{
  margin-top: 0px !important; 
}
  .top-header {
    display: flex !important;
  }

  .top-header {
    padding: 0 30px;
    background: #23559b  ;
    /* background: linear-gradient(to right,
        #f9f9f9 0,
        #f9f9f9 50px,
        rgba(35, 85, 155, 0.4) 112px,
        #23559b 157px,
        #23559b 100%); */
  }

  .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 {
    margin: 0;
  }
  .dropdown-list-first li a{
  padding: 15px 0 15px 30px !important;
  }
  div#division-dropdown,div#research-dropdown,div#academics-dropdown{
    left: 0 !important;
  }
  .droplist-sub {
    border-left: none;
    margin-top: 0;
    height: auto;
}
  .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;
  }
  .sthohnsmenu-inner {
    height: 100vh;
    padding: 32px 32px !important;
}
.show-detail {
  left: 0 !important;
  transition: left 0.3s 
ease-in-out !important;
}
.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;
}
.desktop-search{
  display: none !important;
}
.aboutus-absolute {
  position: relative;
}
.close-menu {
  display: flex !important;
}
.navbar .sthohnsmenu-inner{
  height: 100vh;
}
.mobile-menu-header {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
  justify-content: space-between;
  width: 100%;
  display: flex !important;
  padding: 10px 0px;
  border-bottom: 1px solid rgb(221, 221, 221);
}
.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);
}
.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 {
  padding-left: 30px;
  border: none !important;
  box-shadow: none !important;
}
.sthohnsmenu-list-text.active-link svg {
  transform: rotate(180deg);
  transition: transform 0.3s 
ease;
}
.dropdown-header{
  display: none !important;
}
.dropdown-list{
  grid-template-columns: 1fr !important;
}
.dropdown-list li a{
  font-size: 16px;
  color:#000 !important;
}
.sthohnsmenu-inner a{
  justify-content: space-between !important;
}
.sthohnsmenu-inner a{
  border-bottom: 1px solid #ddd;
  padding: 30px 12px;
}
.dropdown-list li a{
  padding: 15px 0 15px 30px !important;
}
.droplist-sub {
    border-left: none !important;
    margin-top: 0px !important;
    padding-left: 30px !important;
}
}
.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;
}

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

/* 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 span {
  color: #d4b34a;
  margin: 0 10px;
}

/* footer css ends */
@media (max-width: 768px) {
  .footer-top {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .sthohns-logo {
    margin-top: -10px;
    margin-left: 0px !important;
    height: 100px;
  }

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

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

  #common-blue-banner .our-story-section {
    padding: 24px 10px !important;
  }
}

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

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

div#academics-dropdown {
  left: -500px;
}

div#division-dropdown {
  left: -178px;
}

.about-dropdown-card {
  background: white;
  border-radius: 4px;
  background-color: #e4efff;
  /* box-shadow: 0 2px 10px rgba(0,0,0,0.1); */
  min-width: 555px;
  overflow: hidden;
  display: flex;
}

.dropdown-header {
  display: flex;
  align-items: center;
  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: 30px;
  border-left: 3px solid #23559b;
  color: #ffffff;
}

.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 1fr;
  list-style: none;
  padding: 0;
  gap: 10px;
}

.dropdown-list li a {
  display: block;
  overflow: hidden;
  position: relative;
  padding: 5px 16px;
  color: #555;
  text-decoration: none;
  font-size: 14px;
  white-space: nowrap;
  transition: all 0.2s;
  justify-content: flex-start;
  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:hover:before {
  width: 100%;
}
/* dropdown list first */
.dropdown-list-first {
  list-style: none;
  padding: 8px 0;
  margin: 0;
}

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

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

.dropdown-list-first 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-first li a:hover {
  color: #fff;
  /* White text on hover */
}

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

.droplist-sub {
  border-left: 1px solid #d0bb68;
  margin-top: 50px;
  height: 64%;
  padding-left: 15px;
}

/* ///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;
  width: 100%;
  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 */
/* 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;
}
#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;
}
tr:hover {
  background: #cfcfcf52 !important;
  transition: ease-in-out 0.3s;
}
.st-johns-container {
  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;
}
.disabled-link {
  pointer-events: none;
  color: gray;
  text-decoration: none;
  opacity: 0.6;
  cursor: not-allowed;
}


.breadcrumb {
  font-size: 14px;
  color: #666;
  padding: 10px 0
}

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

.breadcrumb span {
  margin: 0 5px
}

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

.inner-title-sec {
  display: flex;
  align-items: center;
  gap: 15px
}

.inner-title-sec .inner-title-icon {
  width: 87px;
  height: 83px;
  background: #d0bb68;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center
}

.innerpage-title-box {
  padding: 40px 0;
  background: #23559b
}

.inner-main-title h1 {
  font-size: 28px;
  font-weight: 600;
  margin: 0;
  color: #fff
}

.st-johns-container {
  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: 0 0 10px 0 rgba(0,0,0,.1)
}

.no-data-container p {
  font-size: 16px;
  line-height: 24px;
  color: #000;
  margin-bottom: 8px
}
