@import url("../vendor/css/owl.theme.default.min.css");
@import url("../vendor/css/owl.carousel.min.css");
@import url("loader.css");
@import url("default.css");
@import url("arabic.css");

html {
  scroll-padding-top: 100px;
}

.hbmsu-body-bg-white {
  background: #fff;
}

.skip-link {
  position: absolute;
  left: -999px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
  z-index: 1000;
  background: #fff;
  color: #0046a4;
  padding: 8px 16px;
  border-radius: 4px;
}
.skip-link:focus,
.skip-link:active {
  left: 16px;
  top: 16px;
  width: auto;
  height: auto;
  outline: 2px solid #0046a4;
  text-decoration: underline;
}

#green-university-accordian,
#InternationalPartnerships,
#PointsOfPride {
  scroll-margin-top: 100px;
}

#Internationalmemberships,
#Assessment {
  scroll-margin-top: 100px;
}

#Overview,
#WhatYouLearn {
  scroll-margin-top: 150px;
}

#WhoWillBenefit,
#Requirement,
#Syllabus,
#MoreInformation {
  scroll-margin-top: 100px;
}

.hbmsu-language-icon-hover:hover {
  background-color: #f0f3f5;
}

.hbmsu-container {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.hbmsu-sub-menu-child-items:hover {
  color: #000;
}

.hbmsu-hover-effect {
  position: relative;
}
.absolute {
  position: absolute;
}

.left-0 {
  left: 0;
}

.hbmsu-hover-effect::before {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #fff;
  transition: 0.5s transform ease;
  transform: scale3d(0, 1, 1);
  transform-origin: 0 50%;
  margin-bottom: -5px;
}

.hbmsu-hover-effect:hover::before {
  transform: scale3d(1, 1, 1);
}
.hbmsu-hover-effect::before {
  background: #1778fb;
  transform-origin: 100% 50%;
}

.hbmsu-hover-effect:hover::before {
  transform-origin: 0 50%;
}

.hbmsu-dropdown {
  border-radius: 8px;
  border: 1px solid #e5e5e5;
}
.hbmus-border-8 {
  border-radius: 8px;
}
.dropdown-hover:hover {
  border: 1px solid #000 !important;
}

.hbmsu-border {
  border: 1px solid #e5e5e5 !important;
}
.hbmsu-border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.hbmsu-border-gray {
  border: 1px solid #777;
}

.hbmsu-border-e {
  border-left: 1px solid var(--Dark-Grey, #777);
  border-right: 1px solid var(--Dark-Grey, #777);
}
.hbmsu-border-bottom-secondary {
  border-bottom: 1px solid #d9d9d9;
}

.accordion-header-border-top {
  border-top: 2px solid #e5e5e5 !important;
}
.hbmsu-courses-online {
  border-radius: 40px;
  padding: 8px 16px !important;
  width: fit-content;
  height: fit-content;
}

.logo-wrapper {
  height: 64.0595px;
}
.hbmsu-logo {
  width: 352px;
}

.dropdown-menu.show {
  width: 100%;
  top: 14px !important;
  margin-top: 8px;
  border: 1px solid #e5e5e5;
  left: -1.5rem !important;
  box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.05);
}

.dropdown-item {
  text-wrap: auto;
}

.outline-none {
  outline: none !important;
}

.default-top-m-section {
  margin-top: 5rem;
}

.hbmsu-mh-520 {
  min-height: 32.5rem;
}

.program-category-nav {
  overflow-x: scroll;
  height: max-content;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.cursor-pointer {
  cursor: pointer;
}
.cursor-card {
  cursor: pointer;
  transition: transform 0.3s;
}

.cursor {
  position: fixed;
  width: 1.875rem;
  height: 1.875rem;
  border-radius: 50%;
  background-color: #afefe3;
  pointer-events: none;
  transform: translate(-50%, -50%);
  transition: width 0.3s, height 0.3s, background-color 0.3s;
  z-index: 9999;
  mix-blend-mode: difference;
}

.cursor::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 5px;
  height: 5px;
  background-color: white;
  border-radius: 50%;
}

.cursor.active {
  width: 7.5rem;
  height: 7.5rem;
  background-color: #101010;
  mix-blend-mode: difference;
  animation: pulse 1s infinite alternate;
}

.apply-now-btn:hover {
  background: #e85a3d;
  color: white;
}

.hbmsu-nested-sub-menu:hover {
  text-decoration: underline !important;
}
.hbmsu-nested-sub-menu {
  height: 2.5625rem;
}

.dropdown-hover {
  border: 1px solid #fff;
}

.word-wrap {
  word-wrap: break-word;
}

#menu-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 9999;
  overflow-y: auto;
}

#menu-container.d-none {
  display: none;
}

#menu-container.d-block {
  display: block;
}

.parallax {
  height: 40.625rem;
  padding: 2.5rem;
  color: white;

  background-image: radial-gradient(
      100% 99.99% at 0% 99.99%,
      #0046a4 0%,
      rgba(55, 137, 202, 0.5) 50%,
      rgba(255, 255, 255, 0) 100%
    ),
    url(../assets/images/hbmsu-home-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
}

.parallax-video-container {
  height: 40.625rem;
  padding: 2.5rem;
  position: relative;
  color: white;
}

.parallax-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.hbmsu-search-btn {
  transition: background-color 0.3s ease, transform 0.3s ease;
  height: 3.5rem;
}

body.no-scroll {
  overflow: hidden;
}

.overflow-hidden {
  overflow: hidden;
}
.owl-nav {
  display: flex !important;
  gap: 1rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.owl-prev,
.owl-next {
  display: flex;
  width: 3rem;
  height: 3rem;
  justify-content: center;
  align-items: center;
  gap: 2.5rem;
  aspect-ratio: 1/1;
  border-radius: 4.5rem !important;
  border: 1px solid var(--Black, #000) !important;
  transition: 0.5s ease-in-out;
  margin: 0px !important;
}

.owl-prev:hover,
.owl-next:hover {
  border: 2px solid #1778fb !important;
  background-color: #fff !important;
}
.owl-prev:hover svg path,
.owl-next:hover svg path {
  fill: #1778fb;
}

.owl-theme .owl-nav {
  margin-top: 40px;
  padding-left: 0px;
}

.carousel-inner,
.carousel-item,
.h-650 {
  height: 650px;
}

.carousel-item img {
  object-fit: cover;
  height: 650px;
  width: 100%;
}

.carousel-indicators [data-bs-target] {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #000;
  opacity: 0.5;
  margin: 0 6px;
  transition: opacity 0.3s;
}

.carousel-indicators .active {
  opacity: 1;
  background-color: #000;
}

.trigger-center-excellence-mega-menu-column {
  display: none;
}

/* .hover-flex-two:hover div > .show-on-hover,
.show-on-hover {
  display: flex !important;
  transition: all 1s ease-in-out;
} */

/* .hover-flex-two:hover {
  flex: 2 !important;
  transition: all 0.4s ease-in-out;
} */

.svg-blue-hover:hover {
  background-color: #1778fb !important;
}
.svg-blue-hover:hover svg path {
  fill: #fff;
}
.svg-blue-hover:hover i {
  color: #fff !important;
}

html[dir="rtl"] .carousel-nav-container .carousel-prev {
  transform: rotate(0deg);
}

html[dir="rtl"] .carousel-nav-container .carousel-next {
  transform: rotate(180deg);
}

html[dir="rtl"] .quote-icon {
  transform: scaleX(-1);
}

html[dir="rtl"] .dropdown-item {
  text-align: start !important;
}

.modal-backdrop {
  background-color: rgba(0, 0, 0, 0.3) !important;
  filter: blur(5px);
}

.modal-backdrop.show {
  opacity: 1 !important;
}

.hbmsu-border-shadow {
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.1);
}

.ticker-container {
  overflow: hidden;
  white-space: nowrap;
  position: relative;
}

.ticker-text-container {
  display: inline-block;
  padding: 1rem;
  animation: scrollTicker 60s linear infinite;
}

.ticker-text-container span {
  color: var(--White, #fff);
  font-size: 1.25rem;
  font-style: normal;
  padding: 0px 12px;
  font-weight: 600;
  line-height: 1.875rem;
  width: max-content;
}

.ticker-container:hover .ticker-text-container {
  animation-play-state: paused;
}

.scale-down {
  object-fit: scale-down;
}

.flex-two {
  flex: 2;
  transition: flex 0.3s ease;
}

.hbmsu-bottom-spacer {
  height: 80px;
}

.school-section-bg {
  background: radial-gradient(
      100% 100% at 0% 100%,
      #0046a4 0%,
      #3789ca 50%,
      rgba(255, 255, 255, 0) 100%
    ),
    url(../assets/images/fine-man.png) lightgray 50% / cover no-repeat;
}

.school-health-bg {
  background: radial-gradient(
      100% 100% at 0% 100%,
      #0046a4 0%,
      rgba(55, 137, 202, 0.5) 50%,
      rgba(255, 255, 255, 0) 100%
    ),
    url(../assets/images/beauty.png) lightgray 50% / cover no-repeat;
}

.school-education-bg {
  background: radial-gradient(
      100% 100% at 0% 100%,
      #0046a4 0%,
      rgba(55, 137, 202, 0.5) 50%,
      rgba(255, 255, 255, 0) 100%
    ),
    url(../assets/images/ImageCard1.png) lightgray 50% / cover no-repeat;
}

/* RTL: rotate gradient to start from bottom right */
html[dir="rtl"] .school-section-bg {
  background: radial-gradient(
      100% 100% at 100% 100%,
      #0046a4 0%,
      #3789ca 50%,
      rgba(255, 255, 255, 0) 100%
    ),
    url(../assets/images/fine-man.png) lightgray 50% / cover no-repeat;
}

html[dir="rtl"] .school-health-bg {
  background: radial-gradient(
      100% 100% at 100% 100%,
      #0046a4 0%,
      rgba(55, 137, 202, 0.5) 50%,
      rgba(255, 255, 255, 0) 100%
    ),
    url(../assets/images/beauty.png) lightgray 50% / cover no-repeat;
}

html[dir="rtl"] .school-education-bg {
  background: radial-gradient(
      100% 100% at 100% 100%,
      #0046a4 0%,
      rgba(55, 137, 202, 0.5) 50%,
      rgba(255, 255, 255, 0) 100%
    ),
    url(../assets/images/ImageCard1.png) lightgray 50% / cover no-repeat;
}

@keyframes scrollTicker {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

.ticker-text a {
  text-decoration: none;
  color: white;
}

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

.rotate-in-arabic {
  transform: rotate(180deg);
}

.overflow-y {
  overflow-y: scroll;
}

.hbmsu-image-animation {
  overflow: hidden;
}
.hbmsu-image-animation img {
  transition: transform 0.6s ease-in-out;
}

.hbmsu-image-animation:hover img {
  transform: scale(1.1);
}

.object-cover {
  object-fit: cover;
}

.max-content {
  width: max-content;
}
.max-width-content {
  max-width: max-content !important;
}

.height-max-content {
  height: max-content;
}

.hbmsu-btn-hover:before,
.hbmsu-btn-hover:after {
  transition: 0.5s ease-in-out;
  z-index: -1;
}

.hbmsu-btn-hover {
  position: relative;
  display: block;
  overflow: hidden;
  width: fit-content;
  border: 2px solid #1778fb;
  color: #000;
  text-decoration: none;
}

.hbmsu-btn-hover:after {
  border-color: transparent #1778fb transparent transparent;
  top: 0;
  right: 0;
}

.hbmsu-btn-hover:before {
  border-color: transparent transparent transparent #1778fb;
  bottom: 0;
  left: 0;
}

.hbmsu-btn-hover:before,
.hbmsu-btn-hover:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 0 0;
  border: 0 solid;
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}

.hbmsu-btn-hover:before {
  bottom: 0;
  left: 0;
  border-color: #1778fb #1778fb #1778fb #1778fb;
  z-index: 1;
}

.hbmsu-btn-hover:after {
  top: 0;
  right: 0;
  border-color: #1778fb #1778fb #1778fb #1778fb;
  z-index: 1;
}

.hbmsu-btn-hover:hover {
  color: #d1c7ed;
}

.hbmsu-btn-hover:hover:before,
.hbmsu-btn-hover:hover:after {
  border-width: 5rem 16.41rem;
}
.hbmsu-btn-hover:hover .bi-arrow-right {
  z-index: 2;
}

.hbmsu-btn-hover:hover span,
.hbmsu-btn-hover:hover .bi-arrow-right,
.hbmsu-btn-hover:hover a {
  color: white !important;
}

.hbmsu-btn-hover:hover img {
  filter: brightness(0) invert(1);
}

.hbmsu-btn-hover:hover img,
.hbmsu-btn-hover:hover svg,
.hbmsu-btn-hover:hover svg path {
  fill: #fff;
}

.show-submenue a {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 1rem;
}

.hbmsu-clamp-two-lines {
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.CenterofExImg {
  filter: brightness(10);
  width: 10px;
}

.hbmsu-clamp-four-lines {
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.partner-card {
  width: 100%;
  height: 9.25rem;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.1);
  align-self: stretch;
}

#mobile-menu {
  z-index: 1040; /* Ensure it is below the submenu */
}
.about-text {
  color: #ffffff80;
}

.show-submenue div {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  transition: max-height 0.4s ease, opacity 0.4s ease;
}
/* Custom CSS - minimal since we're using Bootstrap classes */
.offcanvas {
  --bs-offcanvas-width: 100%; /* Make it full width on mobile */
}

/* Override Bootstrap's primary color to match HBMSU blue */
.bg-primary {
  background-color: #0046a4 !important;
}

.bg-paralex {
  background: radial-gradient(
      100% 99.99% at 0% 99.99%,
      #0046a4 0%,
      rgba(55, 137, 202, 0.5) 50%,
      rgba(255, 255, 255, 0) 100%
    ),
    url(../assets/images/section-banner.png) lightgray 50% / cover no-repeat,
    url(../assets/images/section-banner.png) lightgray 50% / cover no-repeat;
  height: 500px;
}

/* Remove focus outline on buttons */
.btn:focus {
  box-shadow: none;
}

/* Custom hover effect for menu items */
.list-group-item-action:hover {
  background-color: rgba(255, 255, 255, 0.1) !important;
  color: white !important;
}

/* Adjust font sizes */
.list-group-item {
  font-size: 1.2rem;
  padding: 1rem 1.5rem;
}
.mobile-menu-expand-img {
  display: none;
}
.menu-expand-img {
  display: block;
}

#mobile-menu li.border-bottom {
  border-bottom: 1px solid #ffffff40 !important;
}
/* Add transition effect */
.offcanvas {
  transition: transform 0.3s ease-in-out;
}
.offcanvas {
  --bs-offcanvas-bg: none !important;
  background: none !important;
  --bs-offcanvas-border-width: 0 !important;
}
.container {
  --bs-gutter-x: 0 !important;
}
.offcanvas-header button {
  margin-left: -11px;
}

.show-submenue div.active {
  max-height: 40.625rem;
  opacity: 1;
  pointer-events: auto;
  z-index: 100;
}

.flex-one {
  flex: 1;
}

.trucate-text {
  height: 5.625rem;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  max-height: 5.625rem;
  overflow: hidden;
}
.hbmsu-box-shadow {
  background: var(--White, #fff);
  box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.05);
}
.hbmsu-box-shadow-bottom {
  background: #fff;
  box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.08);
}

.course-thumbnail {
  background-color: #d9d9d9;
  height: 64px;
  width: 64px;
}

.view-toggle .active {
  background-color: #e9ecef;
}

.pagination-container {
  padding: 40px 0;
}

.footer-sign-up {
  height: 56px;
  max-width: 17rem;
}

.link-card {
  background-color: white;
  padding: 20px;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.link-card-icon {
  background-color: #fff;
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.hbmsu-sticky-top-75 {
  position: sticky;
  top: 170px;
}

.text-align-start {
  text-align: start;
}

.dropdown-search-btn {
  flex: 1;
}

.table-header {
  text-transform: uppercase;
  font-weight: 600;
}

.course-image {
  width: 64px;
  min-width: 64px;
  max-width: 64px;
  height: 64px;
  min-height: 64px;
  max-height: 64px;
  background-color: #d9d9d9;
}

td {
  padding: 24px 0px !important;
}

th {
  padding-left: 0px !important;
}

.first-table-name {
  padding-left: 5.5rem !important;
}

.view-table {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.4s ease, transform 0.4s ease;
  display: none;
}

.view-table.active {
  display: block;
  opacity: 1;
  transform: translateY(0);
}

.accordion-button {
  border: none !important;
  background: none !important;
  box-shadow: none !important;
  color: var(--Black, #000);
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  align-items: flex-start;
  line-height: 30px;
  padding-left: 0px;
  padding-right: 0px;
  /* 150% */
}

.accordion-button .heading {
  width: 100%;
}

.accordion-button .heading .text {
  margin-left: 40px;
}

.accordion-button::after {
  background-image: url("../assets/icons/expand-circle.svg");
}

.accordion-button:not(.collapsed)::after {
  background-image: url("../assets/icons/minimize-circle.svg");
}

.accordion-button .accordion-body {
  padding-top: 0;
  color: var(--Charcoal, #4e4e4e);
  /* Body */
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  /* 150% */
}

.accordion-button:not(.collapsed) {
  color: var(--Black, #000);
}
select.form-select,
select.form-select:focus {
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  background-color: white !important;
}

html[dir="rtl"] select.form-select {
  direction: rtl;
  text-align: right;
  padding-left: 2.5rem;
  padding-right: 1rem;
  background-position: left 0.75rem center;
}

.dropdown-menu-languageDropdown.show {
  left: -10px !important;
  top: 5px !important;
}

.text-wrap-auto {
  text-wrap: auto;
}

.display-none-on-desktop {
  display: none !important;
}

.min-width-fit-content {
  min-width: fit-content;
}

.lh-24 {
  line-height: 24px;
}

.w-20 {
  width: 20px;
}

.h-20 {
  height: 20px;
}

.w-80 {
  width: 80px;
}

.h-80 {
  height: 80px;
}

.h-58 {
  height: 58px;
}

.h-50 {
  height: 50px !important;
}

.h-56 {
  height: 56px;
}

.h-500 {
  height: 500px;
}

.mw-130 {
  min-width: 130px;
}

.w-15-percenter {
  width: 15%;
}

.w-40-percenter {
  width: 40%;
}

.w-25-percenter {
  width: 25%;
}
.w-65-percenter {
  width: 65%;
}

.w-20-percenter {
  width: 20%;
}

.min-fit {
  min-width: fit-content;
}

.row-gutter {
  --bs-gutter-y: 40px;
}

.inherit-color {
  color: inherit !important;
}

html[dir="ltr"] .pr-4,
td {
  padding-right: 24px !important;
  padding-left: 0px !important;
}

html[dir="rtl"] .pr-4,
td {
  padding-right: 0px !important;
  padding-left: 24px !important;
}

.pr-40 {
  padding-right: 40px !important;
}

.spacer {
  margin-top: 80px;
}

.topic-items {
  border-radius: 36px;
  padding: 8px 16px;
}

.master-container {
  border-radius: 4px;
  border: 1px solid #e5e5e5;
}
.rpl-icons {
  margin-bottom: 40px;
  width: 100px;
  height: 100px;
}

.rpl-icons-p {
  padding: 40px;
}

@keyframes pulse {
  0% {
    transform: translate(-50%, -50%) scale(1);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
  }

  100% {
    transform: translate(-50%, -50%) scale(1.1);
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
  }
}

@keyframes scrollTicker {
  from {
    transform: translateX(100vw);
  }

  to {
    transform: translateX(-100%);
  }
}

.header {
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 50;
  background-color: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

/* Class added when header becomes sticky */
.sticky-active {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

/* Adjust the show-submenue position to account for sticky header */
.show-submenue {
  position: absolute !important;
  top: 100% !important;
}

.main-nav {
  background-color: #fff;
  position: relative;
  z-index: 500;
}

.navbar-nav {
  width: 100%;
}

.nav-item {
  position: relative;
}

.nav-link {
  padding: 0px !important;
  transition: all 0.3s ease;
}

.nav-link.active,
.nav-link:hover {
  color: #4e4e4e;
  font-weight: 700;
}

#semester1Content > :nth-child(even) {
  border-bottom: 1px solid #e5e5e5;
  background: #f3f8ff;
}

.br-8 {
  border-radius: 8px;
}

.eligibility-bg {
  border-bottom: 1px solid #1778fb !important;
  padding-bottom: 8px !important;
}

.online-badge {
  color: #1a4393;
  display: inline-block;
  padding: 8px 16px;
  align-items: center;
  border-radius: 40px;
  background: #f3f8ff;
}

/* Dropdown Arrow */
.dropdown-arrow {
  transition: transform 0.3s ease;
  font-size: 12px;
}

.nav-item:hover .dropdown-arrow {
  transform: rotate(180deg);
}

.mega-menu {
  position: fixed;
  top: 170px;
  left: 0;
  right: 0;
  width: 100%;
  max-width: 125rem;
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: all 0.3s ease;
  z-index: 999;
  margin: 0 auto;
  min-height: 500px;
  max-height: max-content;
  overflow: scroll;
}

.nav-item:hover .mega-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.mega-menu-content {
  padding: 40px 150px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  /* max-width: 1200px; */
  max-width: 850px;
  min-width: 850px;
}

html[dir="rtl"] .accordion-button::after {
  margin-left: 0;
}

html[dir="ltr"] .text-end-lang {
  text-align: right;
}

html[dir="rtl"] .text-end-lang {
  text-align: right;
}
html[dir="ltr"] .text-end-reverse {
  text-align: right;
}

html[dir="rtl"] .text-end-reverse {
  text-align: left;
}

html[dir="ltr"] .text-right-lang {
  text-align: left;
}

html[dir="rtl"] .text-right-lang {
  text-align: right;
}

html[dir="ltr"] .align-items-end-lang {
  align-items: flex-end;
}
html[dir="rtl"] .align-items-end-lang {
  align-items: flex-start;
}

html[dir="ltr"] .mega-menu-content-padding-left {
  /* padding-left: 110px; */
  padding-left: 280px;
}

html[dir="rtl"] .mega-menu-content-padding-left {
  padding-left: 0px;
  padding-right: 280px;
}

@media (min-width: 1200px) and (max-width: 1450px) {
  html[dir="ltr"] .mega-menu-content-padding-left {
    padding-left: 350px;
  }

  html[dir="rtl"] .mega-menu-content-padding-left {
    padding-left: 0px;
    padding-right: 350px;
  }
}

.pb-48 {
  padding-bottom: 48px !important;
}
.force-ltr {
  direction: ltr;
  unicode-bidi: embed;
}

.list-unstyled {
  padding: 0px;
}

.mega-menu-column {
  min-height: 200px;
  min-width: 550px;
}

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

.mega-menu-list > li {
  position: relative;
  gap: 16px;
}

html[dir="ltr"] .mega-menu-nested-panel {
  display: none;
  position: fixed;
  top: 8%;
  left: 34%;
  z-index: 100;
  min-width: 600px;
  /* position: absolute;
  top: -20px;
  left: 100%; */
}

html[dir="rtl"] .mega-menu-nested-panel {
  display: none;
  position: fixed;
  top: 8%;
  right: 34%;
  z-index: 100;
  /* position: absolute; */
  /* right: 100%; */
  /* top: -20px; */
}

.mega-menu-nested-panel ul {
  min-width: 400px;
}

@media (min-width: 1800px) {
  .mega-menu-nested-panel {
    left: 26% !important;
  }
}

.image-placeholder {
  width: 10rem;
  height: 10rem;
}

.callToActionBg {
  background: radial-gradient(
      100% 99.99% at 0% 99.99%,
      #0046a4 0%,
      rgba(55, 137, 202, 0.5) 50%,
      rgba(255, 255, 255, 0) 100%
    ),
    url(../assets/images/glance-banner.png) lightgray 50% / cover no-repeat;
}

/* RTL: rotate gradient to start from bottom right */
html[dir="rtl"] .callToActionBg {
  background: radial-gradient(
      100% 99.99% at 100% 99.99%,
      #0046a4 0%,
      rgba(55, 137, 202, 0.5) 50%,
      rgba(255, 255, 255, 0) 100%
    ),
    url(../assets/images/glance-banner.png) lightgray 50% / cover no-repeat;
}

.hbmsu-event-bg {
  background: radial-gradient(
      448.68% 100% at 100% 0%,
      rgba(23, 120, 251, 0.1) 0%,
      rgba(20, 198, 164, 0.1) 51.5%,
      rgba(255, 255, 255, 0.1) 100%
    ),
    #fff;
}
.img-min-height {
  min-height: 64px;
  height: 64px;
}

.tab-btn {
  padding: 0.5rem 1rem;
  border: none;
  border-radius: 20px;
  margin-right: 1rem;
  font-weight: 600;
  cursor: pointer;
  background: none;
}

.tab-btn.active {
  background: #4e4e4e;
  color: #fff;
}

.crown-prince-div-img {
  width: 21.25rem;
  height: 16.25rem;
}
.BoardMembersBG {
  background: linear-gradient(
      208deg,
      rgba(255, 255, 255, 0.5) 0%,
      rgba(240, 243, 245, 0.5) 100%
    ),
    #fff;
}

.fw-800 {
  font-weight: 800;
}

.data-category-hidden {
  display: none !important;
}

.data-category-flex {
  display: flex;
}

.data-category-table {
  display: table;
}

.course-nav-container {
  overflow-x: scroll;
  height: max-content;
  overflow-x: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.h-280 {
  height: 280px;
}

.b-0 {
  bottom: 0;
}
.static-number {
  color: #004f40;
  font-size: 32px;
}

.graduated-border-top {
  border-top: 1px solid #fff;
}

.learners-border-top {
  border-top: 1px solid #004f40;
}

.learners-color {
  color: #004f40;
}

.font-style-normal {
  font-style: normal;
}

.percentage {
  font-size: 64px;
  font-weight: 500;
}

.school-bg-white {
  background: #fff;
}

html[dir="ltr"] .end-0 {
  right: 0 !important;
}

html[dir="rtl"] .end-0 {
  left: 0 !important;
  right: auto !important;
}

.hbmsu-lg-32 {
  font-size: 32px;
}

.school-section-bg p {
  max-height: 1000px;
  opacity: 1;
  transition: max-height 0.4s ease, opacity 0.4s ease, padding 0.3s ease,
    margin 0.3s ease;
  overflow: hidden;
  visibility: visible;
  padding: 0.2em 0;
  margin: 0;
  transform: translateY(0);
}

.school-health-bg p,
.school-education-bg p {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  visibility: hidden;
  padding: 0;
  margin: 0;
  transition: max-height 0.4s ease, opacity 0.4s ease, padding 0.3s ease,
    margin 0.3s ease;
  transform: translateY(20px);
}

.show-p {
  max-height: 1000px !important;
  opacity: 1 !important;
  visibility: visible !important;
  padding: 0.2em 0 !important;
  margin: 0 !important;
  transform: translateY(0) !important;
}

.hide-p {
  max-height: 0 !important;
  opacity: 0 !important;
  visibility: hidden !important;
  padding: 0 !important;
  margin: 0 !important;
  transform: translateY(20px) !important;
  pointer-events: none !important;
}

/* Disable pointer events and transitions for all articles inside #school-articles-container.no-hover */
#school-articles-container.no-hover article,
#school-articles-container.no-hover article *,
#school-articles-container.no-hover .school-section-bg p,
#school-articles-container.no-hover .school-health-bg p,
#school-articles-container.no-hover .school-education-bg p {
  pointer-events: none !important;
  transition: none !important;
}

#school-articles-container.no-hover .school-section-bg p {
  opacity: 1 !important;
  max-height: 1000px !important;
  visibility: visible !important;
  padding: 0.2em 0 !important;
  margin: 0 !important;
  transform: translateY(0) !important;
}
#school-articles-container.no-hover .school-health-bg p,
#school-articles-container.no-hover .school-education-bg p {
  opacity: 0 !important;
  max-height: 0 !important;
  visibility: hidden !important;
  padding: 0 !important;
  margin: 0 !important;
  transform: translateY(20px) !important;
}

@media (max-width: 1199px) {
  .mobile-menu-expand-img {
    display: block;
  }
  .menu-expand-img {
    display: none;
  }
}
@media (max-width: 781px) {
  .center-on-mobile {
    margin: 0 auto;
  }
  .hbmsu-lg-32 {
    font-size: 16px;
    font-weight: 700;
  }
  .crown-prince-div-img {
    width: 100%;
    height: 20.625rem;
  }
  .spacer {
    margin-top: 40px;
  }
  .flex-one {
    flex: auto;
  }
  .logo-sub-header {
    width: 220px;
  }
  .hbmsu-fs-36 {
    font-size: 1.5rem;
  }
  .logo-wrapper {
    height: 40.03719px;
  }
  .w-100-mobile,
  .hbmsu-logo {
    width: 100% !important;
  }

  .display-none-on-mobile,
  .hbmsu-hover-effect span {
    display: none !important;
  }

  .default-top-m-section {
    margin-top: 24px;
  }
  .parallax {
    padding: 1.5rem;
  }

  .owl-nav {
    padding-left: 0;
    margin-top: -10px;
  }

  .first-table-name {
    padding-left: 0rem !important;
  }

  .dropdown-search-btn {
    flex: auto;
  }

  .hbmsu-border-e {
    border-left: none;
    border-right: none;
  }

  .dropdown-menu.show {
    left: 0px !important;
    margin-top: 0px;
    width: 100%;
  }

  .dropdown-menu-languageDropdown.show {
    left: -8px !important;
    margin-top: -8px !important;
  }

  html[dir="rtl"] .dropdown-menu-languageDropdown.show {
    right: -8px !important;
  }

  .hbmsu-sticky-top-75 {
    top: 115px;
  }
  .display-none-on-desktop {
    display: flex !important;
  }
  .footer-sign-up {
    max-width: 100%;
    width: 100%;
  }
  .mobile-padding {
    padding: 16px;
  }

  .rpl-icons {
    margin-bottom: 16px;
  }

  .rpl-icons-p {
    padding: 16px;
  }

  .submenu li {
    border-bottom: 1px solid #ffffff40 !important;
    padding: 0px 8px;
  }

  .submenu li.hbmsu-border-none {
    border: none !important;
    border-bottom: 0px solid #ffffff40 !important;
  }

  #mobile-menu li.border-bottom:has(> .menu-item-no-border) {
    border: none !important;
    border-bottom: 0px solid #f2f2f2 !important;
  }

  .rpl-icons-p0 {
    padding: 0px !important;
  }

  .mobile-flex-on-table {
    display: flex;
    justify-content: space-between;
  }

  html[dir="ltr"] .mobile-table-mr {
    margin-right: 30px;
    padding-left: 0px !important;
  }
  html[dir="rtl"] .mobile-table-mr {
    margin-right: 0px;
    margin-left: 67px;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  .mw-160 {
    min-width: 160px;
  }

  #green-university-accordian,
  #InternationalPartnerships,
  #PointsOfPride {
    scroll-margin-top: 90px;
  }

  .justify-center-on-mobile {
    justify-content: center;
  }

  .dropdown-override > .dropdown-menu.show {
    left: -18px !important;
  }

  /* .hbmsu-mh-185 {
    min-height: 127.96px;
  } */

  .percentage {
    font-size: 32px;
    font-weight: 600;
  }

  .padding-small-on-mobile {
    padding-bottom: 24px;
  }

  .static-number {
    font-size: 20px;
    font-weight: 500 !important;
  }
  .owl-theme .owl-nav {
    margin-top: 24px !important;
    padding-left: 0px;
  }
}

@media (min-width: 1440px) {
  .custom-col {
    flex: 0 0 auto;
    width: 16.666667%;
  }
}

/* Alternative: If you need to hide scrollbar for the entire section */
#universityPrinciplesSection {
  overflow-y: auto;
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* Internet Explorer 10+ */
}

#universityPrinciplesSection::-webkit-scrollbar {
  display: none; /* Safari and Chrome */
}

/* Hide scrollbar for Green University Accordion Component */
#greenUniversityAccordianCompContainer {
  overflow-y: auto;
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* Internet Explorer 10+ */
}

#greenUniversityAccordianCompContainer::-webkit-scrollbar {
  display: none; /* Safari and Chrome */
}

#requestProgramInformationIcon {
  color: darkgray !important;
}
#openModalBtn:hover #requestProgramInformationIcon {
  color: white !important;
}
requestProgramInformationIcon #readMoreArrow {
  color: blue;
}

#getFullIssueBtn:hover i {
  color: white !important;
}

.pagination-circle-btn {
  width: 50px;
  height: 50px;
}

.hero-background-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.download-btn {
  background: none;
  border: none;
  padding: 0;
}

@media (min-width: 1100px) {
  html[dir="ltr"] #videoCarousel > .owl-nav {
    margin-top: -60px;
    position: absolute;
    right: 0;
  }
  html[dir="rtl"] #videoCarousel > .owl-nav {
    margin-top: -60px;
    position: absolute;
    left: 0;
  }

  html[dir="ltr"] #videoCarousel-two > .owl-nav {
    margin-top: -60px;
    position: absolute;
    right: 0;
  }
  html[dir="rtl"] #videoCarousel-two > .owl-nav {
    margin-top: -60px;
    position: absolute;
    left: 0;
  }
}
