@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.clearfix {
  zoom: 1;
}
.clearfix::before, .clearfix::after {
  content: "";
  display: table;
}
.clearfix::after {
  clear: both;
}

/**
 * common colors
 */
/**
 * notification colors
 */
/* slick */
/* boxshadow */
/**
 * common colors
 */
/**
 * notification colors
 */
/* slick */
/* boxshadow */
/**
 * common colors
 */
/**
 * notification colors
 */
/* slick */
/* boxshadow */
/**
 * common colors
 */
/**
 * notification colors
 */
/* slick */
/* boxshadow */
.base-page {
  min-height: calc(100vh - 27rem);
}
@media only screen and (max-width: 767px) {
  .base-page {
    min-height: calc(100vh - 42rem);
  }
}

@media only screen and (max-width: 767px) {
  .web-only,
  .for-dt {
    display: none !important;
  }
}

@media only screen and (min-width: 767px) {
  .mob-only,
  .for-mob {
    display: none !important;
  }
}

@media only screen and (min-width: 990px) {
  .for-tab {
    display: none !important;
  }
}

.decoration-none {
  text-decoration: none !important;
}

.c-pointer {
  cursor: pointer !important;
}

.c-not-allowed {
  cursor: not-allowed !important;
}

.c-text {
  cursor: text !important;
}

p {
  font-weight: 300;
  line-height: 25px;
  margin-bottom: 25px;
}

.no-overflow {
  overflow: hidden !important;
}

a.has-link {
  cursor: pointer;
}

.ls-0 {
  list-style-type: none;
}

a {
  text-decoration: none !important;
}

img {
  display: block;
  max-width: 100%;
  height: auto !important;
}

.relative {
  position: relative;
}

.overflow-hidden {
  overflow: hidden;
}

.hidden {
  display: none !important;
}

.bdr-1 {
  border-radius: 10px;
}

@media only screen and (max-width: 767px) {
  .p-m-0 {
    padding: 0 !important;
  }
}

.grad-1 {
  background: linear-gradient(0deg, #225c26 0.08%, #154533 23.65%, #134331 61.89%, #013120 99.91%);
}

.grad-2 {
  background: radial-gradient(17.21% 85.63% at 51.37% 0%, #566331 4.37%, rgba(86, 99, 49, 0.31) 64.73%, rgba(86, 99, 49, 0) 100%);
}

.grad-3-blur {
  background: radial-gradient(49.31% 47.3% at 38.4% 37.05%, #ffc533 0%, #867c07 40.5%, #093e13 91.5%);
  filter: blur(60.5px);
}

.grad-4-blur {
  background: linear-gradient(90deg, #db9536 -8.43%, #ffe6c5 77.02%);
  filter: blur(60.5px);
}

textarea {
  min-height: 150px !important;
}

.site-link, html:not([dir=rtl]) .admsn-steps-content-wrapper .btn-wrapper a {
  border-radius: 100px;
  padding: 16px 24px;
  border: none;
  outline: none !important;
  display: inline-flex;
  align-items: center;
  transition: all 0.3s linear 0s;
  text-align: center;
  font-family: "Roboto";
  font-size: 1rem;
}
.site-link.link-1, html:not([dir=rtl]) .admsn-steps-content-wrapper .btn-wrapper a.link-1 {
  background: url(../image/arrow-right-hover.svg) no-repeat 85% center transparent;
  border: 1px solid #02542D;
  color: #02542D;
}
.site-link.link-1:hover, html:not([dir=rtl]) .admsn-steps-content-wrapper .btn-wrapper a.link-1:hover {
  background: url(../image/arrow-right.svg) no-repeat 85% center #02542d;
  color: #ffffff;
}
.site-link.link-1 a, html:not([dir=rtl]) .admsn-steps-content-wrapper .btn-wrapper a.link-1 a {
  margin-bottom: 0 !important;
}
.site-link.link-2, html:not([dir=rtl]) .admsn-steps-content-wrapper .btn-wrapper a {
  border: 1px solid #ffffff;
  color: #ffffff;
  background: url(../image/arrow-right.svg) no-repeat 85% center;
}
.site-link.link-2:hover, html:not([dir=rtl]) .admsn-steps-content-wrapper .btn-wrapper a:hover {
  color: #02542D;
  background: url(../image/arrow-right-hover.svg) no-repeat 85% center #ffffff;
  border: 1px solid #ffffff;
}
.site-link.link-2 a, html:not([dir=rtl]) .admsn-steps-content-wrapper .btn-wrapper a a {
  margin-bottom: 0 !important;
}
.site-link.link-3, html:not([dir=rtl]) .admsn-steps-content-wrapper .btn-wrapper a.link-3 {
  background-color: #092832;
  color: #ffffff;
  height: 43px !important;
}
.site-link.link-3:hover, html:not([dir=rtl]) .admsn-steps-content-wrapper .btn-wrapper a.link-3:hover {
  background-color: #E96B10;
}
.site-link.link-3 a, html:not([dir=rtl]) .admsn-steps-content-wrapper .btn-wrapper a.link-3 a {
  color: #ffffff;
  margin-bottom: 0 !important;
}
.site-link.link-4, html:not([dir=rtl]) .admsn-steps-content-wrapper .btn-wrapper a.link-4 {
  background-color: #ffffff;
  color: #092832;
  border: 1px solid #092832;
  height: 43px !important;
}
.site-link.link-4:hover, html:not([dir=rtl]) .admsn-steps-content-wrapper .btn-wrapper a.link-4:hover {
  background-color: #ffffff;
}
.site-link.link-4 a, html:not([dir=rtl]) .admsn-steps-content-wrapper .btn-wrapper a.link-4 a {
  margin-bottom: 0 !important;
}
.site-link.ln-md, html:not([dir=rtl]) .admsn-steps-content-wrapper .btn-wrapper a {
  min-width: 163px;
  height: 54px;
}
.site-link.ln-sm, html:not([dir=rtl]) .admsn-steps-content-wrapper .btn-wrapper a.ln-sm {
  min-width: 102px;
  height: 42px;
}

.text-underline {
  text-decoration: underline !important;
}

.block-bd {
  border: 1px solid #000000;
  padding: 12px;
  border-radius: 6px;
}

.site-input {
  padding: 11px 40px 11px 10px;
  border-radius: 5px;
}
.site-input.sl-lg {
  height: 60px;
  min-width: 220px;
}
.site-input.sl-md {
  height: 40px;
  min-width: 170px;
}

.field-1 {
  border: 1px solid #E96B10;
  color: #E96B10;
  background-color: #0A3E34;
}
.field-1.placeholder {
  color: #E96B10;
  opacity: 1;
}
.field-1:-moz-placeholder {
  color: #E96B10;
  opacity: 1;
}
.field-1::-moz-placeholder {
  color: #E96B10;
  opacity: 1;
}
.field-1:-ms-input-placeholder {
  color: #E96B10;
  opacity: 1;
}
.field-1::-webkit-input-placeholder {
  color: #E96B10;
  opacity: 1;
}

label {
  color: #092832;
  margin-bottom: 10px;
}

input {
  width: 100%;
  height: 40px;
  padding: 0 20px;
  border-radius: 5px;
  border: 1px solid #d7dded;
  color: #0A3E34;
  background-color: #ffffff;
}
input:focus {
  outline: none;
}
input.placeholder {
  opacity: 1;
  color: #0A3E34;
}
input:-moz-placeholder {
  opacity: 1;
  color: #0A3E34;
}
input::-moz-placeholder {
  opacity: 1;
  color: #0A3E34;
}
input:-ms-input-placeholder {
  opacity: 1;
  color: #0A3E34;
}
input::-webkit-input-placeholder {
  opacity: 1;
  color: #0A3E34;
}

textarea {
  border: 1px solid #d7dded;
  color: #092832;
  background-color: #E96B10;
  border-radius: 5px;
  resize: none;
  width: 100%;
  height: 80px;
  outline: none;
  padding: 10px 20px;
}
textarea.placeholder {
  opacity: 1;
  color: #0A3E34;
}
textarea:-moz-placeholder {
  opacity: 1;
  color: #0A3E34;
}
textarea::-moz-placeholder {
  opacity: 1;
  color: #0A3E34;
}
textarea:-ms-input-placeholder {
  opacity: 1;
  color: #0A3E34;
}
textarea::-webkit-input-placeholder {
  opacity: 1;
  color: #0A3E34;
}

.slick-dotted.slick-slider {
  margin-bottom: 45px;
}

.slick-slide img {
  width: 100%;
}

.slick-dots {
  bottom: -40px;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 1140px;
  padding: 0 15px;
  left: 50%;
  transform: translateX(-50%);
  margin: 0 !important;
}
.slick-dots li {
  margin: 0 6px;
  height: auto;
  width: auto;
}
.slick-dots li button {
  width: 50px;
  height: 5px;
  padding: 0;
  opacity: 1;
  background: #02542D;
  position: relative;
  overflow: hidden;
}
.slick-dots li button::before {
  content: "";
}
.slick-dots li.slick-active button, .slick-dots li:hover button {
  opacity: 1;
  background: #0A3E34;
}

.sl-arrow .slick-prev,
.sl-arrow .slick-next {
  z-index: 99;
}
.sl-arrow .slick-prev {
  left: 5px;
}
.sl-arrow .slick-prev::before {
  content: url(../image/slick-nav-prev.svg);
}
.sl-arrow .slick-next {
  right: 5px;
}
.sl-arrow .slick-next::before {
  content: url(../image/slick-nav-next.svg);
}

/*
 * typography
 */
/*
 * colors and gradients
 */
.bg-1 {
  background-color: #0A3E34 !important;
}

.color-1 {
  color: #0A3E34 !important;
}

.bg-2 {
  background-color: #092832 !important;
}

.color-2 {
  color: #092832 !important;
}

.bg-3 {
  background-color: #02542D !important;
}

.color-3 {
  color: #02542D !important;
}

.bg-4 {
  background-color: #E96B10 !important;
}

.color-4 {
  color: #E96B10 !important;
}

.bg-5 {
  background-color: #ffffff !important;
}

.color-5 {
  color: #ffffff !important;
}

.bg-6 {
  background-color: #000000 !important;
}

.color-6 {
  color: #000000 !important;
}

.bg-7 {
  background-color: #C8F395 !important;
}

.color-7 {
  color: #C8F395 !important;
}

.bg-8 {
  background-color: #EFF6FD !important;
}

.color-8 {
  color: #EFF6FD !important;
}

.bg-9 {
  background-color: #E2EBF4 !important;
}

.color-9 {
  color: #E2EBF4 !important;
}

.bg-10 {
  background-color: #F0F5F8 !important;
}

.color-10 {
  color: #F0F5F8 !important;
}

.bg-11 {
  background-color: #A4D867 !important;
}

.color-11 {
  color: #A4D867 !important;
}

.bg-12 {
  background-color: #B8D94F !important;
}

.color-12 {
  color: #B8D94F !important;
}

.bg-13 {
  background-color: #ED9B4F !important;
}

.color-13 {
  color: #ED9B4F !important;
}

.weight-300 {
  font-weight: 300 !important;
}

.light, html:not([dir=rtl]) .spotlight-wrapper .spot-content-wrapper .spot-content-block h1 {
  font-weight: 300 !important;
}

.weight-400 {
  font-weight: 400 !important;
}

.normal, .accreditation-section-wrapper .benefits-section .benefit-card p, .alumni-section-wrapper .section-title p, .vision-mission-section .vm-item p, .gallery-section-wrapper .gallery-grid .gallery-item p, .tuition-fees-wrapper .rich-text-content ul li, .tuition-fees-wrapper .rich-text-content p, .tuition-fees-wrapper .tuition-table-container .tuition-table tbody tr td, .admission-policies-wrapper .cta-banner-wrapper .cta-banner .cta-content .btn-wrap a.link-3, .admission-policies-wrapper .policy-grid .policy-card .card-content p, .admission-process-wrapper .process-content p, html:not([dir=rtl]) .clinic-content-wrapper ul li, html:not([dir=rtl]) .clinic-content-wrapper p, html:not([dir=rtl]) .news-list-wrapper .news-item .desc-wrap .btn-wrap .site-link, html:not([dir=rtl]) .news-list-wrapper .news-item .desc-wrap .btn-wrap .admsn-steps-content-wrapper .btn-wrapper a, html:not([dir=rtl]) .admsn-steps-content-wrapper .btn-wrapper .news-list-wrapper .news-item .desc-wrap .btn-wrap a, html:not([dir=rtl]) .static-content-wrap-one p, html:not([dir=rtl]) body {
  font-weight: 400 !important;
}

.weight-500 {
  font-weight: 500 !important;
}

.medium, .admission-policies-wrapper .policy-grid .policy-card .card-content h5, .site-link, html:not([dir=rtl]) .admsn-steps-content-wrapper .btn-wrapper a {
  font-weight: 500 !important;
}

.weight-600 {
  font-weight: 600 !important;
}

.semi-bold, .upcoming-events-section .events-header .events-section-title {
  font-weight: 600 !important;
}

.weight-700 {
  font-weight: 700 !important;
}

.bold, .tuition-fees-wrapper .tuition-table-container .tuition-table thead tr th, .admission-process-wrapper .process-content p strong, html:not([dir=rtl]) .popup-list-wrapper .popup-list-items span, html:not([dir=rtl]) .spotlight-wrapper .spot-content-wrapper .spot-content-block h1 span, strong, h6 strong, .heading-h6,
h6, h5 strong, .heading-h5,
h5, h4 strong, .heading-h4,
h4, h3 strong, .heading-h3,
h3, h2 strong, .heading-h2,
h2, h1 strong, .heading-h1,
h1 {
  font-weight: 700 !important;
}

.weight-800 {
  font-weight: 800 !important;
}

.extra-bold {
  font-weight: 800 !important;
}

.heading-h1,
h1 {
  font-size: 3rem !important;
  color: #092832;
  line-height: 1;
  text-transform: capitalize;
  width: fit-content;
}
@media only screen and (max-width: 1199px) {
  .heading-h1,
  h1 {
    font-size: 2.25rem !important;
  }
}

.heading-h2,
h2 {
  font-size: 2.5rem !important;
  color: #092832;
  line-height: 1;
  text-transform: capitalize;
  width: fit-content;
}
@media only screen and (max-width: 1199px) {
  .heading-h2,
  h2 {
    font-size: 2.25rem !important;
  }
}

.heading-h3,
h3 {
  font-size: 2.25rem !important;
  color: #092832;
  line-height: 1;
  text-transform: capitalize;
  width: fit-content;
}
@media only screen and (max-width: 1199px) {
  .heading-h3,
  h3 {
    font-size: 2.25rem !important;
  }
}

.heading-h4,
h4 {
  font-size: 2rem !important;
  color: #092832;
  line-height: 1;
  text-transform: capitalize;
  width: fit-content;
}
@media only screen and (max-width: 1199px) {
  .heading-h4,
  h4 {
    font-size: 1.5rem !important;
  }
}

.heading-h5,
h5 {
  font-size: 1.5rem !important;
  color: #092832;
  line-height: 1;
  text-transform: capitalize;
  width: fit-content;
}
@media only screen and (max-width: 1199px) {
  .heading-h5,
  h5 {
    font-size: 1.5rem !important;
  }
}

.heading-h6,
h6 {
  font-size: 1rem !important;
  color: #092832;
  line-height: 1;
  text-transform: capitalize;
  width: fit-content;
}
@media only screen and (max-width: 1199px) {
  .heading-h6,
  h6 {
    font-size: 1rem !important;
  }
}

.para-1 {
  font-size: 1.125rem !important;
}
@media only screen and (max-width: 767px) {
  .para-1 {
    font-size: 1.125rem !important;
  }
}

.para-2 {
  font-size: 1rem !important;
}
@media only screen and (max-width: 767px) {
  .para-2 {
    font-size: 1rem !important;
  }
}

.para-3 {
  font-size: 0.875rem !important;
}
@media only screen and (max-width: 767px) {
  .para-3 {
    font-size: 0.875rem !important;
  }
}

.p-type1 p {
  font-size: 18px !important;
}
@media only screen and (max-width: 767px) {
  .p-type1 p {
    font-size: 18px !important;
  }
}

.p-type2 p,
.p-type2 span {
  font-size: 20px !important;
}
@media only screen and (max-width: 767px) {
  .p-type2 p,
  .p-type2 span {
    font-size: 20px !important;
  }
}

.p-type3 p {
  font-size: 14px !important;
}
@media only screen and (max-width: 767px) {
  .p-type3 p {
    font-size: 14px !important;
  }
}

.br-left {
  border-radius: 4rem 0 0 4rem;
}
@media only screen and (max-width: 767px) {
  .br-left {
    border-radius: 2rem 0 0 2rem;
  }
}

.br-top {
  border-radius: 4rem 4rem 0 0;
}
@media only screen and (max-width: 767px) {
  .br-top {
    border-radius: 2rem 2rem 0 0;
  }
}

.br-right {
  border-radius: 0 4rem 4rem 0;
}
@media only screen and (max-width: 767px) {
  .br-right {
    border-radius: 0 2rem 2rem 0;
  }
}

.br-bottom {
  border-radius: 0 0 4rem 4rem;
}
@media only screen and (max-width: 767px) {
  .br-bottom {
    border-radius: 0 0 2rem 2rem;
  }
}

.bt-1 {
  border-top: 1px solid #0A3E34;
}

.bt-c1 {
  border-top: 1px solid #0A3E34;
}

.bb-1 {
  border-bottom: 1px solid #0A3E34;
}

.bb-c1 {
  border-bottom: 1px solid #0A3E34;
}

.bl-1 {
  border-left: 1px solid #0A3E34;
}

.bl-c1 {
  border-left: 1px solid #0A3E34;
}

.br-1 {
  border-right: 1px solid #0A3E34;
}

.br-c1 {
  border-right: 1px solid #0A3E34;
}

.c-default {
  cursor: default !important;
}

h1,
h2 {
  margin-bottom: 20px;
}

h3,
h4,
h5,
h6 {
  margin-bottom: 15px;
}

ol,
ul {
  margin: 20px 0 20px 20px;
}
ol li,
ul li {
  line-height: 1.5;
}
ol li::marker,
ul li::marker {
  display: none;
}

ol {
  list-style-type: decimal;
}

ul {
  list-style-type: disc;
}
ul li::marker {
  color: #0A3E34;
}

a {
  color: #0A3E34;
}

table {
  border-collapse: collapse;
  width: 100%;
  margin: 30px 0;
}
table th,
table td {
  border: 0;
  padding: 15px;
  text-align: left;
}
table th {
  padding: 10px 15px;
}
table td {
  padding: 20px 15px;
  background: none;
}
table td img {
  border-radius: 3px;
}
table tr:nth-child(even) {
  background-color: #C8F395;
}
table tr:nth-child(odd) {
  background-color: #E96B10;
}
table th {
  background-color: #02542D;
  font-weight: 700;
  color: #E96B10;
}

/*swiper buttons*/
.slider-next,
.slider-prev {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 36px;
}

.slider-next {
  background: url(../image/slider-arrow.svg) no-repeat left top;
  right: -40px;
  transform: rotate(180deg);
}
.slider-next.swiper-button-disabled {
  opacity: 0.5;
}

.slider-prev {
  background: url(../image/slider-arrow.svg) no-repeat left top;
  left: -40px;
}
.slider-prev.swiper-button-disabled {
  opacity: 0.5;
}

/*swiper buttons END*/
.mask {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #000000;
  opacity: 0.2;
}

.webform-element-description {
  font-size: 11px;
}

.messages--error.file-upload-js-error,
div[data-drupal-messages] {
  font-size: 12px;
  margin-bottom: 5px;
}
.messages--error.file-upload-js-error .placeholder,
div[data-drupal-messages] .placeholder {
  background: none;
}

.form-managed-file input[name=upload_cv_remove_button] {
  color: #667085 !important;
  width: fit-content !important;
  font-size: 13px !important;
  text-decoration: underline;
  height: auto !important;
  padding: 0 0 8px 3px;
  font-style: italic;
}
.form-managed-file input[name=upload_video_remove_button] {
  color: #667085 !important;
  width: fit-content !important;
  font-size: 13px !important;
  text-decoration: underline;
  height: auto !important;
  padding: 0 0 8px 3px;
  font-style: italic;
}

@keyframes arrowMove {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(5px);
  }
}
@keyframes upDownAnim {
  0% {
    transform: translateY(-80px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* ---EN styling--- */
html:not([dir=rtl]) body {
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  color: #092832;
}
html:not([dir=rtl]) .logo-block {
  z-index: 1;
}
html:not([dir=rtl]) .logo-block h1 {
  font-size: 0 !important;
  margin: 0;
}
html:not([dir=rtl]) main {
  position: relative;
}
html:not([dir=rtl]) .default-link {
  font-family: "Inter";
  font-size: 1rem;
  font-weight: 700;
  background: url(../image/d-arrow.svg) no-repeat right center;
  padding-right: 1.5rem;
}
html:not([dir=rtl]) .default-link:hover {
  opacity: 0.8;
}
html:not([dir=rtl]) .spotlight-wrapper {
  position: relative;
  left: 0;
}
html:not([dir=rtl]) .spotlight-wrapper .spot-img-wrapper {
  width: 100%;
  position: relative;
}
html:not([dir=rtl]) .spotlight-wrapper .spot-img-wrapper img {
  max-width: none;
  width: 100%;
  border-radius: 36px;
}
html:not([dir=rtl]) .spotlight-wrapper .spot-img-wrapper video {
  width: 100%;
  border-radius: 36px;
  display: block;
}
@media only screen and (max-width: 767px) {
  html:not([dir=rtl]) .spotlight-wrapper .spot-img-wrapper video {
    height: 583px;
    object-fit: cover;
  }
}
html:not([dir=rtl]) .spotlight-wrapper .spot-content-wrapper {
  position: absolute;
  left: 82px;
  top: 25%;
  width: auto;
}
@media only screen and (max-width: 767px) {
  html:not([dir=rtl]) .spotlight-wrapper .spot-content-wrapper {
    left: 1.5rem;
  }
}
html:not([dir=rtl]) .spotlight-wrapper .spot-content-wrapper .spot-content-block {
  display: flex;
  flex-direction: column;
}
html:not([dir=rtl]) .spotlight-wrapper .spot-content-wrapper .spot-content-block h1 {
  color: #ffffff;
  line-height: 115%;
}
html:not([dir=rtl]) .spotlight-wrapper .spot-content-wrapper .spot-content-block p {
  color: #ffffff;
  font-size: 1.5rem;
  line-height: 120%;
  margin-bottom: 1rem;
}
html:not([dir=rtl]) .spotlight-wrapper .spot-content-wrapper .btn-wrapper {
  display: flex;
  align-items: center;
  gap: 1.25rem;
}
html:not([dir=rtl]) .spotlight-wrapper .spot-content-wrapper .btn-wrapper .pause {
  background: url(../image/pause-btn.svg) no-repeat left top;
  width: 74px;
  height: 74px;
  border: none;
}
html:not([dir=rtl]) .spotlight-wrapper .spot-content-wrapper .btn-wrapper .play {
  background: url(../image/play-btn.svg) no-repeat left top;
  width: 74px;
  height: 74px;
  border: none;
}
html:not([dir=rtl]) .spotlight-wrapper .mask {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #000000;
  opacity: 0.2;
  border-radius: 36px;
}
html:not([dir=rtl]) .highlighted-text-orange {
  background: url(../image/orange-pattern-bg.svg) no-repeat left top;
  background-position: 50% 50%;
  padding-top: 5px;
  background-repeat: no-repeat;
  background-size: 100%;
}
html:not([dir=rtl]) .highlighted-text-green {
  background: url(../image/green-pattern-bg.svg) no-repeat left top;
  background-position: 50% 50%;
  padding-top: 5px;
  background-repeat: no-repeat;
  background-size: 100%;
}
html:not([dir=rtl]) {
  /*footer*/
}
html:not([dir=rtl]) footer .follow-us-block,
html:not([dir=rtl]) footer .logo-block {
  background: #E2EBF4;
}
html:not([dir=rtl]) footer .logo-block {
  padding: 1.5rem 0;
}
html:not([dir=rtl]) footer .logo-block-inside {
  display: flex;
}
@media only screen and (max-width: 767px) {
  html:not([dir=rtl]) footer .logo-block-inside {
    flex-direction: column;
  }
}
html:not([dir=rtl]) footer .rt-block {
  display: flex;
}
@media only screen and (max-width: 767px) {
  html:not([dir=rtl]) footer .rt-block {
    flex-direction: column;
    width: 100%;
  }
}
html:not([dir=rtl]) footer .rt-block .dec-wrap {
  max-width: 417px;
}
@media only screen and (max-width: 767px) {
  html:not([dir=rtl]) footer .rt-block .dec-wrap {
    margin: 1rem 0;
    min-width: 100%;
  }
}
html:not([dir=rtl]) footer .rt-block .dec-wrap p {
  font-size: 0.875rem;
  margin-bottom: 0;
}
html:not([dir=rtl]) footer .rt-block .acdr-logo-block {
  margin-left: 1rem;
}
@media only screen and (max-width: 767px) {
  html:not([dir=rtl]) footer .rt-block .acdr-logo-block {
    margin-left: 0;
  }
}
html:not([dir=rtl]) footer .rt-block .acdr-logo-block span {
  font-size: 0.8125rem;
  font-weight: 600;
}
html:not([dir=rtl]) footer .logo-item-wrap {
  display: flex;
  align-items: center;
  margin-top: 0.5rem;
}
html:not([dir=rtl]) footer .logo-item-wrap .logo-item {
  margin-right: 1rem;
}
@media only screen and (max-width: 767px) {
  html:not([dir=rtl]) footer .logo-item-wrap .logo-item {
    margin-right: 0;
  }
}
html:not([dir=rtl]) footer .logo-item-wrap .logo-item:last-child() {
  margin-right: 0;
}
html:not([dir=rtl]) footer .follow-us-block {
  padding: 1rem 0 1.5rem;
  border-top: 1px solid rgba(161, 152, 152, 0.5019607843);
}
html:not([dir=rtl]) footer .follow-us-block .inside-wrap {
  display: flex;
}
@media only screen and (max-width: 767px) {
  html:not([dir=rtl]) footer .follow-us-block .inside-wrap {
    flex-direction: column;
  }
}
html:not([dir=rtl]) footer .follow-us-block .inside-wrap .static-menu ul {
  margin: 0;
  list-style-type: none;
}
html:not([dir=rtl]) footer .follow-us-block .inside-wrap .static-menu ul a {
  font-size: 0.8125rem;
  font-weight: 500;
}
html:not([dir=rtl]) footer .follow-us-block .sm-block span {
  font-size: 0.8125rem;
  font-weight: 600;
}
html:not([dir=rtl]) footer .follow-us-block .sm-block .sm-links-wrap {
  display: flex;
  margin-top: 0.75rem;
}
@media only screen and (max-width: 767px) {
  html:not([dir=rtl]) footer .follow-us-block .sm-block .sm-links-wrap {
    flex-direction: column;
  }
}
html:not([dir=rtl]) footer .follow-us-block .sm-block .sm-links-wrap .link-item {
  display: flex;
  align-items: center;
  margin-right: 1.5rem;
  height: 20px;
}
html:not([dir=rtl]) footer .follow-us-block .sm-block .sm-links-wrap .link-item .lnk-wrap {
  display: flex;
  align-items: center;
  padding-left: 0;
}
html:not([dir=rtl]) footer .follow-us-block .sm-block .sm-links-wrap .link-item .lnk-wrap span {
  font-weight: normal;
}
html:not([dir=rtl]) footer .follow-us-block .sm-block .sm-links-wrap .link-item .lnk-wrap .icon-holder {
  background-color: #092832;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  border-radius: 3px;
  margin-right: 8px;
}
html:not([dir=rtl]) footer .follow-us-block .sm-block .sm-links-wrap .link-item .lnk-wrap .icon-holder img {
  filter: brightness(16) contrast(15);
  width: 16px;
  height: 16px !important;
  flex: 1;
}
@media only screen and (max-width: 767px) {
  html:not([dir=rtl]) footer .follow-us-block .sm-block .sm-links-wrap .link-item {
    margin-bottom: 1rem;
  }
}
html:not([dir=rtl]) footer .follow-us-block .sm-block .sm-links-wrap .link-item a {
  font-size: 0.8125rem;
  padding-left: 2rem;
}
html:not([dir=rtl]) footer .follow-us-block .static-menu {
  margin-left: 14%;
}
@media only screen and (max-width: 767px) {
  html:not([dir=rtl]) footer .follow-us-block .static-menu {
    margin-left: 0;
  }
}
html:not([dir=rtl]) footer .main-menu-block {
  background-color: #EFF6FD;
  padding: 94px 0 74px;
}
@media only screen and (max-width: 767px) {
  html:not([dir=rtl]) footer .main-menu-block {
    padding: 47px 0 37px;
  }
}
html:not([dir=rtl]) footer .main-menu-block .main-menu-wrap {
  display: flex;
}
@media only screen and (max-width: 767px) {
  html:not([dir=rtl]) footer .main-menu-block .main-menu-wrap {
    flex-direction: column;
  }
}
html:not([dir=rtl]) footer .main-menu-block .main-menu-wrap .title-block h2 {
  line-height: 45px;
}
@media only screen and (max-width: 767px) {
  html:not([dir=rtl]) footer .main-menu-block .main-menu-wrap .footer-main-nav {
    width: 100%;
  }
}
html:not([dir=rtl]) footer .main-menu-block .main-menu-wrap .footer-main-nav ul {
  margin: 0;
  list-style-type: none;
}
@media only screen and (max-width: 767px) {
  html:not([dir=rtl]) footer .main-menu-block .main-menu-wrap .footer-main-nav ul .sub-menu {
    display: none;
  }
}
html:not([dir=rtl]) footer .main-menu-block .main-menu-wrap .footer-main-nav ul li a,
html:not([dir=rtl]) footer .main-menu-block .main-menu-wrap .footer-main-nav ul li span {
  font-size: 0.8125rem;
  font-family: "Arimo";
}
html:not([dir=rtl]) footer .main-menu-block .main-menu-wrap .footer-main-nav ul li span {
  font-weight: 700;
  margin-bottom: 0.5rem;
  display: inline-block;
}
html:not([dir=rtl]) footer .main-menu-block .main-menu-wrap .footer-main-nav .hide-title > .has-sub > span {
  display: none;
}
html:not([dir=rtl]) footer .main-menu-block .main-menu-wrap .footer-main-nav > ul {
  display: flex;
}
@media only screen and (max-width: 767px) {
  html:not([dir=rtl]) footer .main-menu-block .main-menu-wrap .footer-main-nav > ul {
    flex-direction: column;
  }
}
html:not([dir=rtl]) footer .main-menu-block .main-menu-wrap .footer-main-nav > ul > li {
  margin-left: 2.5rem;
}
@media only screen and (max-width: 767px) {
  html:not([dir=rtl]) footer .main-menu-block .main-menu-wrap .footer-main-nav > ul > li {
    margin-left: 0;
  }
}
html:not([dir=rtl]) footer .main-menu-block .main-menu-wrap .footer-main-nav > ul > li > ul > li {
  margin-bottom: 1rem;
}
@media only screen and (max-width: 767px) {
  html:not([dir=rtl]) footer .main-menu-block .main-menu-wrap .footer-main-nav > ul > li > ul > li {
    margin-bottom: 5px;
  }
  html:not([dir=rtl]) footer .main-menu-block .main-menu-wrap .footer-main-nav > ul > li > ul > li.has-sub ul {
    display: none;
  }
}
html:not([dir=rtl]) {
  /*footer END*/
  /*contact us*/
}
html:not([dir=rtl]) .contact-us-wrapper {
  margin: 65px 0;
}
html:not([dir=rtl]) .contact-us-wrapper .location-wrap {
  display: flex;
  background-color: #EFF6FD;
  border-radius: 30px;
}
@media only screen and (max-width: 767px) {
  html:not([dir=rtl]) .contact-us-wrapper .location-wrap {
    flex-direction: column;
  }
}
html:not([dir=rtl]) .contact-us-wrapper .location-wrap .addr-block {
  padding: 42px 87px 65px 87px;
}
@media only screen and (max-width: 767px) {
  html:not([dir=rtl]) .contact-us-wrapper .location-wrap .addr-block {
    padding: 24px 31px 25px 22px;
    width: 100%;
  }
}
html:not([dir=rtl]) .contact-us-wrapper .location-wrap .addr-block h2 {
  margin-top: 28px;
}
html:not([dir=rtl]) .contact-us-wrapper .location-wrap .addr-block address,
html:not([dir=rtl]) .contact-us-wrapper .location-wrap .addr-block a {
  font-size: 0.75rem;
  line-height: 23px;
  height: 43px;
  display: inline-block;
  padding-left: 58px;
}
html:not([dir=rtl]) .contact-us-wrapper .location-wrap .addr-block a {
  display: flex;
  align-items: center;
}
html:not([dir=rtl]) .contact-us-wrapper .location-wrap .addr-block address {
  margin-top: 1rem;
  background: url(../image/location-icon.svg) no-repeat left top;
}
html:not([dir=rtl]) .contact-us-wrapper .location-wrap .addr-block .mail {
  margin-top: 1rem;
}
html:not([dir=rtl]) .contact-us-wrapper .location-wrap .addr-block .mail a {
  background: url(../image/email-icon.svg) no-repeat left top;
}
html:not([dir=rtl]) .contact-us-wrapper .location-wrap .addr-block .tel {
  margin-top: 1rem;
}
html:not([dir=rtl]) .contact-us-wrapper .location-wrap .addr-block .tel a {
  background: url(../image/phone-icon.svg) no-repeat left top;
}
@media only screen and (max-width: 767px) {
  html:not([dir=rtl]) .contact-us-wrapper .location-wrap .map-blok {
    width: 100%;
    height: 225px;
  }
}
html:not([dir=rtl]) .contact-us-wrapper .location-wrap .map-blok iframe {
  width: 100%;
  height: 100%;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
}
@media only screen and (max-width: 767px) {
  html:not([dir=rtl]) .contact-us-wrapper .location-wrap .map-blok iframe {
    border-top-right-radius: 0;
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
  }
}
html:not([dir=rtl]) {
  /*contact us END*/
  /*insta feed slider*/
}
html:not([dir=rtl]) .instagram-feed-wrapper .title-head {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 58px;
}
html:not([dir=rtl]) .instagram-feed-wrapper .title-head .insta-link {
  display: flex;
  align-items: center;
}
html:not([dir=rtl]) .instagram-feed-wrapper .title-head .insta-link .insta-id {
  font-size: 1.5rem;
  background: url(../image/insta-follow-us.svg) no-repeat left top;
  padding-left: 30px;
}
html:not([dir=rtl]) .instagram-feed-wrapper .btn-wrap {
  text-align: center;
}
html:not([dir=rtl]) .instagram-feed-wrapper .insta-feed-slider {
  margin-bottom: 24px;
}
html:not([dir=rtl]) .instagram-feed-wrapper .insta-feed-slider .item p,
html:not([dir=rtl]) .instagram-feed-wrapper .insta-feed-slider .item span {
  font-size: 0.6875rem;
  line-height: 19px;
  margin-bottom: 0;
}
html:not([dir=rtl]) .instagram-feed-wrapper .insta-feed-slider .item .desc-wrap {
  background: #F0F5F8;
  padding: 1rem;
  border-left: 1px solid #cecece;
  border-right: 1px solid #cecece;
  border-bottom: 1px solid #cecece;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  min-height: 155px;
}
html:not([dir=rtl]) .instagram-feed-wrapper .insta-feed-slider img {
  width: 100%;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
}
html:not([dir=rtl]) {
  /*insta feed slider END*/
  /*glance block*/
}
html:not([dir=rtl]) .glance-widget-wrapper {
  margin: 80px 0 100px;
}
@media only screen and (max-width: 767px) {
  html:not([dir=rtl]) .glance-widget-wrapper {
    margin-bottom: 50px;
  }
}
html:not([dir=rtl]) .glance-widget-wrapper .title-head > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
html:not([dir=rtl]) .glance-widget-wrapper .title-head {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
html:not([dir=rtl]) .glance-widget-wrapper .title-head p {
  max-width: 860px;
}
html:not([dir=rtl]) .glance-widget-wrapper .widget-item-wrap {
  display: flex;
}
@media only screen and (max-width: 767px) {
  html:not([dir=rtl]) .glance-widget-wrapper .widget-item-wrap {
    flex-direction: column;
  }
}
html:not([dir=rtl]) .glance-widget-wrapper .widget-item-wrap .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  background: #EFF6FD;
  padding: 20px 10px;
  border-radius: 30px;
  margin: 0.5rem;
  flex: auto;
  width: 33.33%;
}
@media only screen and (max-width: 767px) {
  html:not([dir=rtl]) .glance-widget-wrapper .widget-item-wrap .item {
    width: 100%;
    margin: 0 0 1rem;
  }
}
html:not([dir=rtl]) .glance-widget-wrapper .widget-item-wrap .item p {
  margin-bottom: 0;
  font-size: 0.875rem;
}
html:not([dir=rtl]) .glance-widget-wrapper .widget-item-wrap .item .counter {
  padding: 24px 0;
}
html:not([dir=rtl]) .glance-widget-wrapper .widget-item-wrap .item .counter h6 {
  font-size: 40px !important;
  margin-bottom: 0 !important;
}
html:not([dir=rtl]) .glance-widget-wrapper .widget-item-wrap .item .counter span {
  font-size: 2.5rem;
  font-weight: 700;
}
html:not([dir=rtl]) {
  /*glance block END*/
  /*elementary slider*/
}
html:not([dir=rtl]) .elementary-slider .item {
  position: relative;
}
html:not([dir=rtl]) .elementary-slider .item .desc-block {
  background: #EFF6FD;
  border-radius: 35px;
  max-width: 505px;
  padding: 33px 47px 33px 135px;
  margin-left: 135px;
}
@media only screen and (max-width: 767px) {
  html:not([dir=rtl]) .elementary-slider .item .desc-block {
    max-width: 100%;
    margin-left: 0;
    padding: 120px 30px 65px;
    margin-top: -6rem;
  }
}
html:not([dir=rtl]) .elementary-slider .item .desc-block p {
  font-size: 0.875rem;
  max-width: 287px;
}
@media only screen and (max-width: 767px) {
  html:not([dir=rtl]) .elementary-slider .item .desc-block p {
    min-width: 100%;
  }
}
html:not([dir=rtl]) .elementary-slider .item .img-block {
  position: absolute;
  left: 0;
  bottom: 1rem;
}
@media only screen and (max-width: 767px) {
  html:not([dir=rtl]) .elementary-slider .item .img-block {
    position: relative;
  }
  html:not([dir=rtl]) .elementary-slider .item .img-block img {
    margin: 0 auto;
  }
}
html:not([dir=rtl]) {
  /*elementary slider END*/
  /*academic program widget*/
}
html:not([dir=rtl]) .acprgm-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  html:not([dir=rtl]) .acprgm-wrapper {
    flex-direction: column;
  }
}
html:not([dir=rtl]) .acprgm-wrapper .img-block {
  flex-shrink: 0;
  margin-left: 95px;
}
@media only screen and (max-width: 767px) {
  html:not([dir=rtl]) .acprgm-wrapper .img-block {
    margin-left: 0;
  }
}
html:not([dir=rtl]) .acprgm-wrapper .desc-block {
  max-width: 633px;
}
@media only screen and (max-width: 767px) {
  html:not([dir=rtl]) .acprgm-wrapper .desc-block {
    min-width: 100%;
    order: 1;
    margin-top: 1rem;
  }
}
html:not([dir=rtl]) .acprgm-wrapper .desc-block p {
  font-size: 1.125rem;
  line-height: 32px;
}
html:not([dir=rtl]) {
  /*academic program widget END*/
  /*home widget blocks*/
}
html:not([dir=rtl]) .cat-widget-wrapper {
  background: #EFF6FD;
  padding: 87px 0;
  margin-bottom: 50px;
  position: relative;
}
html:not([dir=rtl]) .cat-widget-wrapper::after {
  mask: radial-gradient(50px at 50% 100%, rgba(0, 0, 0, 0) 125%, red) 39%/86px 150%;
  position: absolute;
  content: "";
  width: 100%;
  height: 50px;
  left: 0;
  bottom: -49px;
  background: #eff6fd;
}
html:not([dir=rtl]) .cat-widget-wrapper::before {
  mask: radial-gradient(50px at 50% 100%, rgba(0, 0, 0, 0) 125%, red) 39%/86px 150%;
  position: absolute;
  content: "";
  width: 100%;
  height: 50px;
  left: 0;
  top: -49px;
  background: #eff6fd;
  transform: rotate(-180deg);
}
html:not([dir=rtl]) .cat-widget-wrapper .title-head {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-bottom: 50px;
}
html:not([dir=rtl]) .cat-widget-wrapper .title-head p {
  max-width: 791px;
  font-size: 1.125rem;
  line-height: 27px;
  margin-bottom: 0;
}
html:not([dir=rtl]) .cat-widget-wrapper .widget-item-wrap {
  display: flex;
}
html:not([dir=rtl]) .cat-widget-wrapper .widget-item-wrap .item {
  position: relative;
  flex: auto;
  margin: 0 0.5rem;
}
@media only screen and (max-width: 767px) {
  html:not([dir=rtl]) .cat-widget-wrapper .widget-item-wrap .item {
    flex: none;
  }
}
html:not([dir=rtl]) .cat-widget-wrapper .widget-item-wrap .item h6 {
  position: absolute;
  left: 21px;
  top: 43px;
  font-weight: 600 !important;
  max-width: 150px;
  line-height: 28px;
}
html:not([dir=rtl]) .cat-widget-wrapper .widget-item-wrap .item img {
  border-radius: 16px;
}
@media only screen and (max-width: 767px) {
  html:not([dir=rtl]) .cat-widget-wrapper .widget-item-wrap .item img {
    width: 100%;
  }
}
html:not([dir=rtl]) {
  /*home widget blocks END*/
  /*RVIS Difference*/
}
html:not([dir=rtl]) .diff-wrapper {
  display: flex;
  margin-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  html:not([dir=rtl]) .diff-wrapper {
    display: block;
  }
}
html:not([dir=rtl]) .diff-wrapper .img-block {
  flex-shrink: 0;
}
html:not([dir=rtl]) .diff-wrapper .desc-block {
  max-width: 641px;
  margin-left: 53px;
}
@media only screen and (max-width: 767px) {
  html:not([dir=rtl]) .diff-wrapper .desc-block {
    min-width: 100%;
    margin-left: 0;
    margin-top: 1rem;
  }
}
html:not([dir=rtl]) .diff-wrapper .desc-block p {
  line-height: 27px;
}
html:not([dir=rtl]) .diff-wrapper .desc-block span {
  font-size: 2.5rem;
  line-height: 50px;
}
@media only screen and (max-width: 767px) {
  html:not([dir=rtl]) .diff-wrapper .desc-block span {
    line-height: 43px;
    font-size: 2.25rem;
  }
}
html:not([dir=rtl]) {
  /*RVIS Difference END*/
  /*Accreditations*/
}
html:not([dir=rtl]) .acdrn-wrapper {
  display: flex;
  align-items: center;
  margin: 30px 0;
}
@media only screen and (max-width: 767px) {
  html:not([dir=rtl]) .acdrn-wrapper {
    display: block;
  }
}
html:not([dir=rtl]) .acdrn-wrapper .acdr-logo-block {
  display: flex;
  align-items: center;
  margin-left: 75px;
}
@media only screen and (max-width: 767px) {
  html:not([dir=rtl]) .acdrn-wrapper .acdr-logo-block {
    margin-left: 0;
  }
}
html:not([dir=rtl]) .acdrn-wrapper .title-block h6 {
  margin-bottom: 0;
  max-width: 185px;
  line-height: 27px;
}
@media only screen and (max-width: 767px) {
  html:not([dir=rtl]) .acdrn-wrapper .title-block h6 {
    max-width: 100%;
    font-size: 16px !important;
  }
}
html:not([dir=rtl]) .acdrn-wrapper .logo-item {
  margin-right: 2rem;
}
@media only screen and (max-width: 767px) {
  html:not([dir=rtl]) .acdrn-wrapper .logo-item {
    margin-right: 0;
  }
}
html:not([dir=rtl]) .acdrn-wrapper .logo-item:last-child {
  margin-right: 0;
}
html:not([dir=rtl]) {
  /*Accreditations END*/
  /*header END*/
  /*
  .global-header-wrapper {
    padding: 20px 15px 50px;
  }
  .sandwich-menu {
    background: url(../image/menu-icon.svg) no-repeat left top;
    width: 29px;
    height: 20px;
    cursor: pointer;
  }
  .global-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    .end-blk {
      display: flex;
      .btn-wrapper {
        display: flex;
        align-items: center;
        margin: 0;
        list-style-type: none;
        a,
        span {
          font-family: "Inter";
          @include fs(14);
          color: $color-2;
          margin-right: 3rem;
        }
        @include mediaMax(767px) {
          display: none;
        }
      }
    }
  }
  .sl-btn {
    position: relative;
    span {
      background: url(../image/dd-arrow.svg) no-repeat right center;
      padding-right: 18px;
      cursor: pointer;
    }
    ul {
      display: none;
      margin: 0;
      list-style-type: none;
      position: absolute;
      left: 0;
      top: 22px;
      min-width: 95px;
      background: $color-5;
      border-left: 1px solid;
      border-right: 1px solid;
      border-bottom: 1px solid;
      border-image: linear-gradient(to bottom, #cccccc05, #88888894) 1;
      z-index: 1;
      border-bottom-right-radius: 6px;
      border-bottom-left-radius: 6px;
      li {
        padding: 5px 10px;
        &:hover {
          background: $color-3;
          a {
            color: #ffffff !important;
          }
        }
        a {
          font-size: 13px !important;
          margin-right: 0 !important;
          width: 100%;
          display: inline-block;
        }
      }
    }
  }
  */
  /*header END*/
  /*Follow US */
}
html:not([dir=rtl]) .follow-us-sticky-wrapper {
  position: fixed;
  right: 0;
  top: 40%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
html:not([dir=rtl]) .follow-us-sticky-wrapper .sm-links {
  margin-bottom: 2rem;
}
html:not([dir=rtl]) .follow-us-sticky-wrapper .links a {
  width: 16px;
  height: 16px;
  display: block;
  margin-top: 1rem;
}
html:not([dir=rtl]) .follow-us-sticky-wrapper .links .fb {
  background: url(../image/facebook.svg) no-repeat left top;
}
html:not([dir=rtl]) .follow-us-sticky-wrapper .links .x {
  background: url(../image/x.svg) no-repeat left top;
}
html:not([dir=rtl]) .follow-us-sticky-wrapper .links .insta {
  background: url(../image/insta.svg) no-repeat left top;
}
html:not([dir=rtl]) .follow-us-sticky-wrapper .links .yt {
  background: url(../image/youtube.svg) no-repeat left top;
}
html:not([dir=rtl]) .follow-us-sticky-wrapper .title-blk span {
  font-family: "Roboto";
  font-size: 0.875rem;
  transform: rotate(270deg);
  display: inline-block;
}
html:not([dir=rtl]) {
  /*Follow US END*/
  /*mega menu*/
  /*
  .mega-menu-wrapper {
    position: fixed;
    left: 0;
    top: 0;
    background: $color-1;
    width: 100%;
    height: 100%;
    z-index: 999;
    display: none;
    .global-header {
      margin-top: 1rem;
      .end-blk {
        align-items: center;
      }
      .btn-wrapper,
      .sandwich-close {
        button {
          border: none;
          background: none;
          color: $color-5;
          @include fs(16);
          text-transform: uppercase;
        }
      }
      .search-btn {
        display: none;
        background: url(../image/search.svg) no-repeat left center !important;
        padding-left: 40px;
        height: 24px;
        margin-right: 48px;
      }
    }
    .main-nav {
      margin-top: 85px;
      color: $color-5;
      @include mediaMax(767px) {
        margin-top: 40px;
      }
      span,
      a {
        color: $color-5;
        @include fs(48);
        @include mediaMax(767px) {
          @include fs(24);
        }
      }
      & > ul {
        position: relative;
        max-width: 645px;
      }
      ul {
        margin: 0;
      }
      li {
        span {
          cursor: pointer;
        }
        &.active,
        &:hover {
          & > span,
          & > a {
            color: $color-11;
          }
        }
      }
      ul {
        li {
          ul {
            position: absolute;
            left: 645px;
            top: 0;
            border-left: 5px solid $color-11;
            padding-left: 30px;
            display: none;
            width: 100%;
            height: 100%;
            list-style-type: none;
            background-color: $color-1;
            @include mediaMax(767px) {
              position: relative;
              left: 1rem;
              margin: 1rem 0;
              padding-left: 15px;
            }
            li {
              margin-bottom: 1.5rem;
              line-height: 1;
              display: flex;
              align-items: center;
              .menu-icon-wrap{
                margin-right: 0.5rem;
                @include mediaMax(767px){
                  display: none;
                }
              }
              @include mediaMax(767px) {
                margin-bottom: 12px;
              }
              &:last-child {
                margin-bottom: 0;
              }
              a {
                @include fs(24);
                order: 1;
                @include mediaMax(767px) {
                  @include fs(16);
                }
              }
            }
          }
        }
      }
    }
  }
  */
  /*mega menu END*/
}
@media (max-width: 767px) {
  html:not([dir=rtl]) .instagram-feed-wrapper .slider-next,
  html:not([dir=rtl]) .instagram-feed-wrapper .slider-prev,
  html:not([dir=rtl]) .elementary-wrapper .slider-next,
  html:not([dir=rtl]) .elementary-wrapper .slider-prev {
    display: none;
  }
}
html:not([dir=rtl]) .odometer .odometer-formatting-mark {
  display: none;
}
html:not([dir=rtl]) {
  /*image animations*/
}
html:not([dir=rtl]) .diff-wrapper .anim-img-block {
  min-width: 460px;
}
@media only screen and (max-width: 767px) {
  html:not([dir=rtl]) .diff-wrapper .anim-img-block {
    min-width: 100%;
  }
}
html:not([dir=rtl]) .diff-wrapper .elm-img-main {
  position: relative;
  z-index: 1;
}
html:not([dir=rtl]) .diff-wrapper .elm-img-main img {
  margin: 0 auto;
}
html:not([dir=rtl]) .diff-wrapper .elm-img-bottom {
  left: 0;
  bottom: 0;
  width: 85%;
}
html:not([dir=rtl]) .diff-wrapper .elm-img-top {
  right: 5%;
  top: 5%;
}
html:not([dir=rtl]) .diff-wrapper .elm-img-right-1 {
  right: 1%;
  bottom: 40%;
}
html:not([dir=rtl]) .diff-wrapper .elm-img-right-2 {
  right: 0;
  bottom: 0;
}
html:not([dir=rtl]) .diff-wrapper .elm-img-left-1 {
  left: 5%;
  top: 0;
}
html:not([dir=rtl]) .diff-wrapper .elm-img-left-2 {
  left: 6%;
  top: 40%;
  width: 10%;
}
html:not([dir=rtl]) .anim-img-block {
  position: relative;
}
html:not([dir=rtl]) .anim-img-block .elm-item {
  position: absolute;
}
html:not([dir=rtl]) {
  /*image animations END*/
  /*inside page common style */
}
html:not([dir=rtl]) .inner-page .global-header-wrapper {
  position: relative;
}
html:not([dir=rtl]) .inner-page .global-header-wrapper .sandwich-menu,
html:not([dir=rtl]) .inner-page .global-header-wrapper .sl-btn a,
html:not([dir=rtl]) .inner-page .global-header-wrapper .sl-btn span {
  filter: brightness(16) contrast(15);
}
html:not([dir=rtl]) .inner-page .sl-btn ul {
  background: none;
}
html:not([dir=rtl]) .spotlight-inner-wrapper {
  position: relative;
}
html:not([dir=rtl]) .spotlight-inner-wrapper img {
  width: 100%;
}
html:not([dir=rtl]) .bc-wrapper .breadcrumb {
  border-bottom: 1px solid #b4bbc1;
  padding: 30px 15px;
}
html:not([dir=rtl]) .bc-wrapper ul,
html:not([dir=rtl]) .bc-wrapper ol {
  list-style-type: none;
  display: flex;
  margin: 0;
}
html:not([dir=rtl]) .bc-wrapper ul li,
html:not([dir=rtl]) .bc-wrapper ol li {
  position: relative;
  padding-right: 20px;
  margin-right: 10px;
}
html:not([dir=rtl]) .bc-wrapper ul li:last-child::before,
html:not([dir=rtl]) .bc-wrapper ol li:last-child::before {
  content: "";
}
html:not([dir=rtl]) .bc-wrapper ul li::before,
html:not([dir=rtl]) .bc-wrapper ol li::before {
  content: "//";
  position: absolute;
  right: 0;
  top: 0;
}
html:not([dir=rtl]) .bc-wrapper ul li,
html:not([dir=rtl]) .bc-wrapper ul a,
html:not([dir=rtl]) .bc-wrapper ol li,
html:not([dir=rtl]) .bc-wrapper ol a {
  font-size: 0.875rem;
  text-transform: uppercase;
}
html:not([dir=rtl]) .bc-wrapper ul .current,
html:not([dir=rtl]) .bc-wrapper ol .current {
  font-weight: 600;
}
html:not([dir=rtl]) {
  /*inside page common style END*/
  /*about us page */
}
html:not([dir=rtl]) .hd-wrapper {
  margin: 70px 0 80px;
}
@media only screen and (max-width: 767px) {
  html:not([dir=rtl]) .hd-wrapper {
    margin: 50px 0;
  }
}
html:not([dir=rtl]) .hd-wrapper .container {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
html:not([dir=rtl]) .hd-wrapper p {
  font-size: 18px;
  line-height: 37px;
}
@media only screen and (max-width: 767px) {
  html:not([dir=rtl]) .hd-wrapper p {
    font-size: 16px;
    line-height: 27px;
  }
}
html:not([dir=rtl]) .pm-message-block #mot-btn {
  margin-left: 1rem;
}
@media only screen and (max-width: 767px) {
  html:not([dir=rtl]) .pm-message-block #mot-btn {
    margin-left: 0;
  }
  html:not([dir=rtl]) .pm-message-block .desc-block .btn-wrap a {
    margin-bottom: 1rem;
  }
}
html:not([dir=rtl]) .pm-message-block .diff-wrapper {
  justify-content: space-between;
}
html:not([dir=rtl]) .pm-message-block .diff-wrapper .desc-block p {
  line-height: 204%;
}
html:not([dir=rtl]) .pm-message-block .diff-wrapper .cprofile .desc-block {
  background: #EFF6FD;
  padding: 120px 60px 16px;
  margin-top: -104px;
  border-radius: 35px;
}
html:not([dir=rtl]) .pm-message-block .diff-wrapper .cprofile .desc-block p {
  line-height: 27px;
}
html:not([dir=rtl]) .cprofile {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  html:not([dir=rtl]) .cprofile {
    margin-top: 3rem;
  }
}
html:not([dir=rtl]) .cprofile img {
  border-radius: 50%;
}
html:not([dir=rtl]) .cprofile .desc-block {
  margin-left: 0;
  max-width: 100%;
  margin-top: 1rem;
}
html:not([dir=rtl]) .cprofile .desc-block span {
  font-size: 1.125rem;
  font-weight: 600;
  margin-bottom: 0.75rem;
  display: block;
  line-height: 27px;
}
html:not([dir=rtl]) .vm-wrapper .acprgm-wrapper .img-block,
html:not([dir=rtl]) .overview-block .acprgm-wrapper .img-block {
  margin-left: 0;
  margin-right: 65px;
}
@media only screen and (max-width: 767px) {
  html:not([dir=rtl]) .vm-wrapper .acprgm-wrapper .img-block,
  html:not([dir=rtl]) .overview-block .acprgm-wrapper .img-block {
    margin-right: 0;
  }
}
html:not([dir=rtl]) .vm-wrapper .acprgm-wrapper .desc-block p,
html:not([dir=rtl]) .overview-block .acprgm-wrapper .desc-block p {
  font-size: 1rem;
}
html:not([dir=rtl]) .council-block .acprgm-wrapper .desc-block p {
  font-size: 1rem;
}
html:not([dir=rtl]) .team-member .cat-widget-wrapper .title-head {
  align-items: flex-start;
  text-align: left;
}
html:not([dir=rtl]) .team-member .cat-widget-wrapper .title-head p {
  max-width: 100%;
}
html:not([dir=rtl]) .team-member .cat-widget-wrapper .widget-item-wrap .item {
  flex: none;
}
@media only screen and (max-width: 767px) {
  html:not([dir=rtl]) .team-member .slider-next,
  html:not([dir=rtl]) .team-member .slider-prev {
    display: none;
  }
}
html:not([dir=rtl]) .team-slider-wrap .cat-widget-wrapper,
html:not([dir=rtl]) .no-wave-bg .cat-widget-wrapper {
  background: none;
}
html:not([dir=rtl]) .team-slider-wrap .cat-widget-wrapper::after, html:not([dir=rtl]) .team-slider-wrap .cat-widget-wrapper::before,
html:not([dir=rtl]) .no-wave-bg .cat-widget-wrapper::after,
html:not([dir=rtl]) .no-wave-bg .cat-widget-wrapper::before {
  background: none;
}
html:not([dir=rtl]) {
  /*about us page */
  /*Addmission page */
}
html:not([dir=rtl]) .adm-top-container {
  margin-top: 100px;
  margin-bottom: 80px;
  text-align: center;
}
html:not([dir=rtl]) .adm-top-container h2 {
  margin: 0 auto 20px;
  padding: 10px 20px;
}
html:not([dir=rtl]) .adm-top-container p {
  font-size: 1.125rem;
  line-height: 37px;
}
html:not([dir=rtl]) .img-brd-radius, html:not([dir=rtl]) .popup-list-wrapper .popup-list-items img, html:not([dir=rtl]) .academic-programs-block .admc-top-block .content-block, html:not([dir=rtl]) .academic-programs-block .admc-top-block img, html:not([dir=rtl]) .admsn-steps-content-wrapper .item-section img {
  border-radius: 16px;
}
html:not([dir=rtl]) .admsn-steps-content-wrapper {
  margin-bottom: 115px;
}
html:not([dir=rtl]) .admsn-steps-content-wrapper .item-section {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  gap: 20px;
}
@media only screen and (max-width: 991px) {
  html:not([dir=rtl]) .admsn-steps-content-wrapper .item-section {
    grid-template-columns: repeat(1, 1fr);
    margin-bottom: 30px;
    gap: 5px;
  }
}
html:not([dir=rtl]) .admsn-steps-content-wrapper .item-section .lt-content {
  padding: 10px 45px;
}
@media only screen and (max-width: 767px) {
  html:not([dir=rtl]) .admsn-steps-content-wrapper .item-section .lt-content {
    padding: 10px;
  }
}
html:not([dir=rtl]) .admsn-steps-content-wrapper .item-section .lt-content h4 {
  margin-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  html:not([dir=rtl]) .admsn-steps-content-wrapper .item-section .lt-content h4 {
    margin-bottom: 20px;
  }
}
html:not([dir=rtl]) .admsn-steps-content-wrapper .item-section .lt-content p {
  font-size: 1.125rem;
  line-height: 37px;
}
@media only screen and (max-width: 767px) {
  html:not([dir=rtl]) .admsn-steps-content-wrapper .item-section .lt-content p {
    font-size: 1rem;
    line-height: normal;
    margin-bottom: 10px;
  }
}
html:not([dir=rtl]) .admsn-steps-content-wrapper .item-section:nth-child(even) .img-holder {
  grid-row-start: 1;
}
@media only screen and (max-width: 991px) {
  html:not([dir=rtl]) .admsn-steps-content-wrapper .item-section:nth-child(even) .img-holder {
    grid-row-start: 2;
  }
}
html:not([dir=rtl]) .admsn-steps-content-wrapper .btn-wrapper {
  margin-top: 115px;
  text-align: center;
}
html:not([dir=rtl]) .admsn-steps-content-wrapper .btn-wrapper a {
  background-color: #0A3E34;
  font-weight: 400 !important;
}
html:not([dir=rtl]) .admsn-steps-content-wrapper .btn-wrapper a:hover {
  border: 1px solid #0A3E34;
}
html:not([dir=rtl]) {
  /*Addmission page end*/
  /*Acadamic programs*/
}
html:not([dir=rtl]) .academic-programs-block {
  margin: 80px 0;
}
html:not([dir=rtl]) .academic-programs-block .admc-top-block {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
html:not([dir=rtl]) .academic-programs-block .admc-top-block.row-reverse .content-block {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}
@media only screen and (max-width: 767px) {
  html:not([dir=rtl]) .academic-programs-block .admc-top-block.row-reverse .content-block {
    border-top-right-radius: 16px;
    border-bottom-right-radius: 0;
    border-top-left-radius: 16px;
    border-bottom-left-radius: 0;
  }
}
html:not([dir=rtl]) .academic-programs-block .admc-top-block.row-reverse img {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
@media only screen and (max-width: 767px) {
  html:not([dir=rtl]) .academic-programs-block .admc-top-block.row-reverse img {
    border-top-right-radius: 0;
    border-bottom-right-radius: 16px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 16px;
  }
}
@media only screen and (max-width: 767px) {
  html:not([dir=rtl]) .academic-programs-block .admc-top-block {
    grid-template-columns: 1fr;
  }
}
html:not([dir=rtl]) .academic-programs-block .admc-top-block .content-block {
  display: grid;
  place-content: center;
  background-color: #EFF6FD;
  padding: 35px 35px;
}
@media only screen and (max-width: 767px) {
  html:not([dir=rtl]) .academic-programs-block .admc-top-block .content-block {
    padding: 20px;
  }
}
html:not([dir=rtl]) .academic-programs-block .admc-top-block .content-block h2 {
  padding-right: 20px;
  margin-bottom: 24px;
}
html:not([dir=rtl]) .academic-programs-block .admc-top-block .content-block p {
  font-size: 1.125rem;
  line-height: 37px;
}
@media only screen and (max-width: 767px) {
  html:not([dir=rtl]) .academic-programs-block .admc-top-block .content-block p {
    line-height: normal;
    font-size: 1rem;
  }
}
html:not([dir=rtl]) .academic-programs-block .admc-top-block .content-block p:last-child {
  margin-bottom: 0;
}
html:not([dir=rtl]) .popup-list-wrapper {
  margin: 50px 0;
}
html:not([dir=rtl]) .popup-list-wrapper .popup-list-items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 38px 20px;
}
@media only screen and (max-width: 767px) {
  html:not([dir=rtl]) .popup-list-wrapper .popup-list-items {
    grid-template-columns: 1fr;
    gap: 38px 20px;
  }
}
html:not([dir=rtl]) .popup-list-wrapper .popup-list-items span {
  margin-top: 30px;
  display: block;
  font-size: 1.125rem;
  color: #092832;
  text-align: center;
}
html:not([dir=rtl]) .acdmc-prgms-popup-wrapper .modal-dialog {
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 57%;
  height: 100%;
}
@media only screen and (max-width: 991px) {
  html:not([dir=rtl]) .acdmc-prgms-popup-wrapper .modal-dialog {
    max-width: 80%;
    margin-left: auto;
  }
}
html:not([dir=rtl]) .acdmc-prgms-popup-wrapper .modal-dialog .modal-content {
  height: 100%;
  border-radius: 0;
  background-color: #EFF6FD;
  overflow: visible;
}
html:not([dir=rtl]) .acdmc-prgms-popup-wrapper .modal-dialog .modal-body {
  padding-right: 70px;
  padding-left: 100px;
}
@media only screen and (max-width: 1199px) {
  html:not([dir=rtl]) .acdmc-prgms-popup-wrapper .modal-dialog .modal-body {
    padding-right: 30px;
    padding-left: 50px;
  }
}
@media only screen and (max-width: 767px) {
  html:not([dir=rtl]) .acdmc-prgms-popup-wrapper .modal-dialog .modal-body {
    padding: 0 20px;
  }
}
html:not([dir=rtl]) .acdmc-prgms-popup-wrapper .modal-dialog .modal-body p {
  font-size: 1.125rem;
  line-height: 37px;
}
html:not([dir=rtl]) .acdmc-prgms-popup-wrapper .modal-dialog .modal-body img {
  border-radius: 50%;
}
html:not([dir=rtl]) .acdmc-prgms-popup-wrapper .acdmc-popup-header {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 70px;
  padding: 50px 0 20px 30px;
  align-items: center;
  place-self: end;
}
@media only screen and (max-width: 767px) {
  html:not([dir=rtl]) .acdmc-prgms-popup-wrapper .acdmc-popup-header {
    place-self: start;
    gap: 20px;
    padding: 60px 0 20px;
    grid-template-columns: repeat(1, 1fr);
  }
}
html:not([dir=rtl]) .acdmc-prgms-popup-wrapper .acdmc-popup-header .highlighted-text-green {
  background-image: url(../image/green-pattern-bg2.svg);
  background-position: left top;
  line-height: 50px;
}
@media only screen and (max-width: 767px) {
  html:not([dir=rtl]) .acdmc-prgms-popup-wrapper .acdmc-popup-header .highlighted-text-green {
    font-size: 30px !important;
    line-height: 30px;
  }
}
html:not([dir=rtl]) .acdmc-prgms-popup-wrapper .acdmc-popup-header .text-content {
  text-align: right;
}
html:not([dir=rtl]) .acdmc-prgms-popup-wrapper .acdmc-popup-header .text-content h3 {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  html:not([dir=rtl]) .acdmc-prgms-popup-wrapper .acdmc-popup-header .text-content h3 {
    font-size: 24px !important;
  }
}
html:not([dir=rtl]) .acdmc-prgms-popup-wrapper .btn-close {
  position: absolute;
  left: -32px;
  top: 50px;
  opacity: 1;
  width: 64px;
  height: 64px;
  background: url(../image/close-btn.svg) no-repeat left center/100%;
  z-index: 5;
}
@media only screen and (max-width: 767px) {
  html:not([dir=rtl]) .acdmc-prgms-popup-wrapper .btn-close {
    width: 34px;
    height: 34px;
    left: -20px;
    top: 20px;
  }
}
html:not([dir=rtl]) .acdmc-prgms-popup-wrapper .btn-close:focus {
  box-shadow: none;
}
html:not([dir=rtl]) .modal-backdrop {
  background-color: rgba(0, 72, 58, 0.9);
  opacity: 1;
}
html:not([dir=rtl]) {
  /*Acadamic programs end*/
}
html:not([dir=rtl]) .view-more-btn {
  text-align: center;
  margin-top: 30px;
}
html:not([dir=rtl]) .view-more-btn a {
  color: #0A3E34;
  background: url(/themes/custom/rvis001/image/arrow-right-hover.svg) no-repeat 85% center #ffffff;
  padding: 10px;
  display: inline-flex;
  min-width: 150px;
  height: 50px;
  align-items: center;
  border-radius: 60px;
  justify-content: center;
  padding-right: 50px;
  transition: all 0.3s linear 0s;
  border: 0;
}
html:not([dir=rtl]) .view-more-btn a:hover {
  background: url(/themes/custom/rvis001/image/arrow-right.svg) no-repeat 85% center #0A3E34;
  color: #ffffff;
  border: 1px solid #0A3E34;
  transition: all 0.3s linear 0s;
}
html:not([dir=rtl]) .team-sliders-holder .sec-main-title-inner {
  display: flex;
  align-items: center;
  justify-content: center;
}
html:not([dir=rtl]) .no-slider {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  html:not([dir=rtl]) .no-slider {
    flex-direction: column;
  }
}
html:not([dir=rtl]) .no-slider .widget-item-wrap {
  justify-content: space-around;
}
@media only screen and (max-width: 767px) {
  html:not([dir=rtl]) .no-slider .widget-item-wrap {
    flex-direction: column;
  }
}
html:not([dir=rtl]) .academic-programs-block .hos-top-block {
  gap: 0;
  margin-bottom: 90px;
}
html:not([dir=rtl]) .academic-programs-block .hos-top-block h2 {
  line-height: 50px;
}
html:not([dir=rtl]) .academic-programs-block .hos-top-block img {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}
@media only screen and (max-width: 767px) {
  html:not([dir=rtl]) .academic-programs-block .hos-top-block img {
    border-top-right-radius: 16px;
    border-bottom-left-radius: 0;
  }
}
html:not([dir=rtl]) .academic-programs-block .hos-top-block .content-block {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
@media only screen and (max-width: 767px) {
  html:not([dir=rtl]) .academic-programs-block .hos-top-block .content-block {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 16px;
    border-bottom-left-radius: 16px;
  }
}
html:not([dir=rtl]) .bisb-form-item-wrap {
  display: flex;
}
@media only screen and (max-width: 767px) {
  html:not([dir=rtl]) .bisb-form-item-wrap {
    flex-direction: column;
    width: 100%;
  }
}
html:not([dir=rtl]) .filter-top-sec h6 {
  font-size: 18px !important;
  margin-bottom: 1.5rem;
}
html:not([dir=rtl]) .filter-top-sec .bisb-form-item {
  margin-right: 24px;
}
@media only screen and (max-width: 767px) {
  html:not([dir=rtl]) .filter-top-sec .bisb-form-item {
    margin-right: 0;
    margin-bottom: 1rem;
  }
}
html:not([dir=rtl]) .filter-top-sec .bisb-form-item select {
  background-color: #eff6fd;
}
html:not([dir=rtl]) .filter-top-sec .bisb-form-item select:focus {
  border-color: #b4bbc1;
  box-shadow: none;
}
html:not([dir=rtl]) .filter-result-sec .widget-item-wrap {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  html:not([dir=rtl]) .filter-result-sec .widget-item-wrap {
    justify-content: center;
  }
}
html:not([dir=rtl]) .filter-result-sec .widget-item-wrap .item {
  margin-bottom: 2rem;
}
html:not([dir=rtl]) .filter-result-sec .widget-item-wrap p {
  margin-bottom: 1rem;
}
html:not([dir=rtl]) .filter-result-sec .widget-item-wrap a.read-bio {
  position: relative;
}
html:not([dir=rtl]) .filter-result-sec .widget-item-wrap a.read-bio::after {
  position: absolute;
  content: "";
  right: -1rem;
  top: 7px;
  background: url("../image/read-bio-arrow.png") no-repeat left top;
  width: 10px;
  height: 10px;
}
html:not([dir=rtl]) .filter-result-sec .widget-item-wrap a.read-bio:hover {
  text-decoration: underline !important;
}
html:not([dir=rtl]) .site-input input,
html:not([dir=rtl]) .site-input select,
html:not([dir=rtl]) .site-input textarea {
  height: 48px;
  border: 1px solid #d0d5dd;
  color: #667085;
  font-size: 16px;
  border-radius: 8px;
  background-color: #ffffff;
}
html:not([dir=rtl]) .site-input label {
  font-size: 14px;
  color: #344054;
  font-weight: 400;
}
html:not([dir=rtl]) .site-input span {
  font-size: 11px;
  color: #969696;
  font-weight: 400;
  display: block;
  margin-bottom: 10px;
}
html:not([dir=rtl]) .site-input input[type=file] {
  padding-top: 12px;
}
html:not([dir=rtl]) .site-input input[type=submit] {
  background: none;
  border: none;
  width: 100%;
  color: #ffffff;
}
html:not([dir=rtl]) .site-input .form-select:focus {
  box-shadow: none;
}
html:not([dir=rtl]) .site-input .form-item-nationality {
  padding: 0;
}
html:not([dir=rtl]) .site-input .form-item-nationality span {
  font-size: 16px;
  height: 48px;
  border-radius: 8px;
  margin-bottom: 0;
}
html:not([dir=rtl]) .site-input .form-item-nationality .select2-selection__rendered {
  margin-top: 0.5rem;
}
html:not([dir=rtl]) .site-input .form-item-nationality .select2-selection {
  padding: 0 20px;
}
html:not([dir=rtl]) .site-input .form-item-nationality .select2-selection__arrow {
  margin-right: 20px;
}
html:not([dir=rtl]) .site-link-submit {
  border-radius: 100px;
  padding: 0 20px;
  height: 56px !important;
  margin-top: 1rem;
}
html:not([dir=rtl]) .form-block-wrap {
  margin: 80px 0;
}
html:not([dir=rtl]) .static-content-wrap-one {
  margin: 64px 0;
}
html:not([dir=rtl]) .static-content-wrap-one p {
  font-size: 1.125pxrem;
  line-height: 37px;
}
@media only screen and (max-width: 767px) {
  html:not([dir=rtl]) .static-content-wrap-one p {
    font-size: 1pxrem;
    line-height: 28px;
  }
}
html:not([dir=rtl]) .career-form-block {
  max-width: 500px;
  margin: 0 auto;
}
html:not([dir=rtl]) .bot-wrap {
  max-width: 500px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
html:not([dir=rtl]) .bot-wrap .content-block {
  text-align: center;
  margin-top: 2rem;
}
html:not([dir=rtl]) .bot-wrap .content-block h6 {
  font-size: 18px !important;
  margin-bottom: 0.5rem;
  width: 100%;
}
html:not([dir=rtl]) .bot-wrap .content-block .bot-item {
  margin-bottom: 1.5rem;
}
html:not([dir=rtl]) .form-item {
  padding: 10px;
}
html:not([dir=rtl]) .disclaimer-blk p {
  font-size: 14px;
}
html:not([dir=rtl]) .static-content-wrap .top-block {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 3rem 0;
}
html:not([dir=rtl]) .spotlight-fnf-wrapper {
  height: 100vh;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  html:not([dir=rtl]) .spotlight-fnf-wrapper {
    height: 100%;
  }
}
html:not([dir=rtl]) .spotlight-fnf-wrapper img {
  width: 100%;
}
html:not([dir=rtl]) .spotlight-fnf-wrapper .fnf-desc-wrap {
  position: absolute;
  left: 0;
  top: 178px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  html:not([dir=rtl]) .spotlight-fnf-wrapper .fnf-desc-wrap {
    top: 0;
    padding: 15px;
  }
}
html:not([dir=rtl]) .spotlight-fnf-wrapper .fnf-desc-wrap h2,
html:not([dir=rtl]) .spotlight-fnf-wrapper .fnf-desc-wrap p {
  color: #ffffff;
}
html:not([dir=rtl]) .spotlight-fnf-wrapper .fnf-desc-wrap h2 {
  font-size: 96px !important;
}
@media only screen and (max-width: 767px) {
  html:not([dir=rtl]) .spotlight-fnf-wrapper .fnf-desc-wrap h2 {
    font-size: 32px !important;
  }
}
html:not([dir=rtl]) .spotlight-fnf-wrapper .fnf-desc-wrap p {
  font-size: 18px;
  line-height: 200%;
}
@media only screen and (max-width: 767px) {
  html:not([dir=rtl]) .spotlight-fnf-wrapper .fnf-desc-wrap p {
    font-size: 14px;
    line-height: 22px;
  }
}
html:not([dir=rtl]) .spotlight-fnf-wrapper .fnf-desc-wrap a {
  background: none;
}
html:not([dir=rtl]) .spotlight-fnf-wrapper .fnf-desc-wrap a:hover {
  background: #ffffff;
}
html:not([dir=rtl]) .ov-widget-style1 {
  margin: 80px 0;
}
html:not([dir=rtl]) .ov-widget-style1 .item-section {
  align-items: flex-start;
}
html:not([dir=rtl]) .ov-widget-style1 .item-section .lt-content h4 {
  margin-bottom: 1rem;
}
html:not([dir=rtl]) .ov-list-style ul {
  list-style-type: none;
  margin: 0;
}
html:not([dir=rtl]) .ov-list-style ul li {
  background: url("../image/overview-list-style-ico.png") no-repeat left top;
  padding-left: 30px;
  margin-bottom: 1rem;
}
html:not([dir=rtl]) .ov-accordion-style-wrap .accordion-header {
  width: 100%;
}
html:not([dir=rtl]) .ov-accordion-style-wrap .accordion-item {
  border-top: none;
  border-right: none;
  border-left: none;
  border-radius: 0;
}
html:not([dir=rtl]) .ov-accordion-style-wrap .accordion-body {
  font-size: 14px;
  line-height: 28px;
}
html:not([dir=rtl]) .ov-accordion-style-wrap .accordion-button:focus {
  box-shadow: none;
}
html:not([dir=rtl]) .ov-accordion-style-wrap .accordion-button::after {
  background: url("../image/ov-accordion-collapse-ico.png") no-repeat right top;
  width: 24px;
  height: 24px;
}
html:not([dir=rtl]) .ov-accordion-style-wrap .accordion-button:not(.collapsed)::after {
  background: url("../image/ov-accordion-expand-ico.png") no-repeat right top;
  transform: none;
}
html:not([dir=rtl]) .ov-accordion-style-wrap .accordion-button:not(.collapsed) {
  background-color: #ffffff;
  box-shadow: none;
}
html:not([dir=rtl]) .ov-classroom-features-block .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #eff6fd;
  border-radius: 16px;
  padding: 1rem;
  min-height: 145px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  html:not([dir=rtl]) .ov-classroom-features-block .item {
    margin-bottom: 1rem;
  }
}
html:not([dir=rtl]) .ov-classroom-features-block .item p {
  margin-bottom: 0;
  font-weight: 500;
}
html:not([dir=rtl]) .ov-classroom-features-block .item .desc-holder {
  margin-top: 1rem;
}
html:not([dir=rtl]) .ov-c3-block {
  margin: 80px 0;
}
html:not([dir=rtl]) .ov-c3-block .c3-wrapper {
  align-items: center;
}
html:not([dir=rtl]) .lp-details-content-wrap h6 {
  font-size: 16px !important;
}
html:not([dir=rtl]) .ud-wrap {
  display: flex;
}
@media only screen and (max-width: 767px) {
  html:not([dir=rtl]) .ud-wrap {
    flex-direction: column;
  }
}
html:not([dir=rtl]) .ud-wrap .ul-link-wrap {
  max-width: 317px;
  width: 100%;
  height: 164px;
  background: #eff6fd;
  padding: 32px 16px;
  border-radius: 16px;
}
@media only screen and (max-width: 767px) {
  html:not([dir=rtl]) .ud-wrap .ul-link-wrap {
    max-width: 100%;
    margin-bottom: 1rem;
  }
}
html:not([dir=rtl]) .ud-wrap .ul-link-wrap a {
  text-decoration: underline !important;
  font-size: 14px;
}
html:not([dir=rtl]) .news-list-wrapper {
  margin: 80px 0;
}
html:not([dir=rtl]) .news-list-wrapper h3 {
  margin-bottom: 32px !important;
}
html:not([dir=rtl]) .news-list-wrapper .news-item .img-block img {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}
html:not([dir=rtl]) .news-list-wrapper .news-item .desc-wrap {
  background: #eff6fd;
  padding: 20px;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  min-height: 216px;
}
html:not([dir=rtl]) .news-list-wrapper .news-item .desc-wrap h6 {
  font-size: 16px !important;
}
html:not([dir=rtl]) .news-list-wrapper .news-item .desc-wrap span,
html:not([dir=rtl]) .news-list-wrapper .news-item .desc-wrap p {
  font-size: 12px;
  margin-bottom: 0.5rem;
}
html:not([dir=rtl]) .news-list-wrapper .news-item .desc-wrap span {
  font-weight: 500;
}
html:not([dir=rtl]) .news-list-wrapper .news-item .desc-wrap .date {
  font-weight: normal;
}
html:not([dir=rtl]) .news-list-wrapper .news-item .desc-wrap .btn-wrap .site-link, html:not([dir=rtl]) .news-list-wrapper .news-item .desc-wrap .btn-wrap .admsn-steps-content-wrapper .btn-wrapper a, html:not([dir=rtl]) .admsn-steps-content-wrapper .btn-wrapper .news-list-wrapper .news-item .desc-wrap .btn-wrap a {
  font-size: 14px;
}
html:not([dir=rtl]) .lifeat-slider-widget-holder .admc-top-block.hos-top-block .alumni-img-blk,
html:not([dir=rtl]) .lifeat-slider-widget-holder .admc-top-block.hos-top-block .community-img-blk {
  width: 100%;
}
html:not([dir=rtl]) .lifeat-slider-widget-holder .swiper-pagination-bullet-active {
  background: #ffffff !important;
}
html:not([dir=rtl]) .lifeat-slider-widget-holder .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  border: 1px solid #fff;
  background: transparent;
  opacity: 1;
}
html:not([dir=rtl]) .form-item .form-item {
  padding: 0;
}
html:not([dir=rtl]) .webform-type-datetime .container-inline {
  display: flex;
  justify-content: space-between;
}
html:not([dir=rtl]) .webform-type-datetime .container-inline .form-type-date,
html:not([dir=rtl]) .webform-type-datetime .container-inline .form-type-webform-time {
  width: 48%;
}
html:not([dir=rtl]) .rvis-messages {
  line-height: 21px;
  background: rgba(0, 0, 0, 0.0392156863);
  border: 1px solid #d0d5dd;
  padding: 1rem;
  margin-bottom: 1rem;
  border-radius: 8px;
}
html:not([dir=rtl]) .agr-req-wrap {
  margin: 0 auto;
}
html:not([dir=rtl]) .agr-req-wrap ul {
  margin: 0;
  padding-top: 1.5rem;
}
html:not([dir=rtl]) .agr-req-wrap li {
  margin-bottom: 0.5rem;
  list-style-type: none;
}
html:not([dir=rtl]) .agr-req-wrap li b,
html:not([dir=rtl]) .agr-req-wrap li strong {
  font-weight: 600;
}
html:not([dir=rtl]) .clinic-content-wrapper {
  padding: 90px 0;
}
html:not([dir=rtl]) .clinic-content-wrapper h4 {
  margin-bottom: 2rem;
}
html:not([dir=rtl]) .clinic-content-wrapper p {
  line-height: 32px;
}
html:not([dir=rtl]) .clinic-content-wrapper .clinic-image-block {
  border-radius: 8px;
  overflow: clip;
}
html:not([dir=rtl]) .clinic-content-wrapper ul li {
  line-height: 32px;
}
@media only screen and (max-width: 767px) {
  html:not([dir=rtl]) .clinic-content-wrapper {
    padding: 45px 0;
  }
}
html:not([dir=rtl]) label.error {
  color: #ed1c24;
  font-size: 12px !important;
  margin-top: 10px !important;
  margin-bottom: 0;
}
html:not([dir=rtl]) .site-link-submit {
  margin: 10px;
}
html:not([dir=rtl]) .captcha {
  margin: 10px 12px 30px;
}

/* ---AR styling--- */
/* ---Global New Styles--- */
/* New Header Styles */
.global-header-wrapper {
  background: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  position: relative;
  z-index: 1000;
  width: 100%;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  /* Sticky header when scrolling down */
}
.global-header-wrapper.header-sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  animation: slideDown 0.3s ease;
}
.global-header-wrapper {
  /* Hidden state when scrolling up (before returning to relative) */
}
.global-header-wrapper.header-hidden {
  transform: translateY(-100%);
}

/* Placeholder for sticky header to prevent content jump */
.header-placeholder {
  display: none;
}

.header-placeholder.active {
  display: block;
}

@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}
/* Background overlay for desktop mega-menu */
.menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  pointer-events: none;
}
.menu-overlay.active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.new-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 0;
  position: relative;
}
.new-header .logo-block img {
  max-height: 60px; /* Adjust as needed */
}
.new-header .main-nav > ul {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0;
}
.new-header .main-nav > ul > li {
  margin: 0 15px;
  position: static; /* Allow submenu to be relative to header container */
}
.new-header .main-nav > ul > li > a {
  text-decoration: none;
  color: #092832;
  font-weight: 400; /* Normal weight */
  font-size: 14px;
  display: flex;
  align-items: center;
  transition: all 0.3s;
  cursor: pointer;
  text-transform: uppercase;
}
.new-header .main-nav > ul > li > a:hover {
  color: #0A3E34;
  font-weight: 700; /* Bold on hover */
}
.new-header .main-nav > ul > li > span {
  text-decoration: none;
  color: #092832;
  font-weight: 400; /* Normal weight */
  font-size: 14px;
  display: flex;
  align-items: center;
  transition: all 0.3s;
  cursor: pointer;
  padding-right: 20px;
  position: relative;
}
.new-header .main-nav > ul > li > span::after {
  content: "";
  background: url(../image/new-menu-arrow.png) no-repeat right center;
  position: absolute;
  right: 0;
  width: 10px;
  height: 6px;
  transition: transform 0.4s ease;
}
.new-header .main-nav > ul > li > span:hover {
  color: #0A3E34;
  font-weight: 700; /* Bold on hover */
}
.new-header .main-nav > ul > li.has-sub.active > span {
  font-weight: 700; /* Bold on active */
}
.new-header .main-nav > ul > li.has-sub.active > span::after {
  transform: rotate(180deg);
}
.new-header .main-nav > ul > li.has-sub.active .mega-menu-dropdown {
  display: block;
  opacity: 1;
  visibility: visible;
  top: 100%;
}
.new-header .header-action .apply-btn {
  background-color: #0A3E34;
  font-size: 14px;
  color: #fff;
  padding: 10px 25px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 400;
  display: inline-block;
  transition: background 0.3s;
}
.new-header .header-action .apply-btn:hover {
  background-color: #02542D;
}
.new-header .mobile-toggle {
  cursor: pointer;
  display: none;
}
@media only screen and (max-width: 991px) {
  .new-header .mobile-toggle {
    display: block;
  }
}

/* Mega Menu Styles */
.mega-menu-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: #0A3E34; /* Using $color-1 (Deep Green) */
  padding: 40px;
  border-radius: 30px; /* Full border radius */
  border-top: 5px solid #A4D867; /* Top strip color */
  display: none; /* Hidden by default */
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  z-index: 999;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  padding: 40px 32px;
  margin: 1.2rem 0 0;
}
.mega-menu-dropdown .mm-title {
  color: #fff !important;
  font-size: 32px !important;
  font-weight: 700 !important;
  margin-bottom: 30px;
  padding: 0 0 15px !important;
  display: inline-block !important;
  position: relative;
}
.mega-menu-dropdown .mm-title::after {
  content: "";
  width: 80px;
  height: 4px;
  background-color: #a4d867 !important;
  position: absolute;
  left: 0;
  bottom: 0;
}
.mega-menu-dropdown .mm-title {
  display: block;
}
.mega-menu-dropdown .mm-subtitle {
  color: #A4D867 !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  margin-bottom: 15px !important;
  border-bottom: 2px solid rgba(255, 255, 255, 0.2);
  display: inline-block !important;
  width: 100% !important;
  padding-bottom: 10px !important;
  letter-spacing: 1px;
}
.mega-menu-dropdown ul {
  display: block !important;
  list-style: none;
  padding: 0;
  margin: 0;
}
.mega-menu-dropdown ul li {
  margin-bottom: 10px;
}
.mega-menu-dropdown ul li:last-child {
  margin-left: auto;
}
.mega-menu-dropdown ul li a {
  color: #fff !important; /* Force white color */
  font-size: 14px;
  text-decoration: none;
  transition: color 0.3s;
  opacity: 1;
}
.mega-menu-dropdown ul li a:hover {
  color: #A4D867 !important;
  opacity: 1;
}
.mega-menu-dropdown .mm-card {
  background: #fff;
  padding: 30px;
  border-radius: 15px;
  position: relative;
  overflow: hidden;
}
.mega-menu-dropdown .mm-card .icon-circle {
  width: 50px;
  height: 50px;
  margin-bottom: 20px;
}
.mega-menu-dropdown .mm-card h3 {
  color: #0A3E34;
  font-size: 20px !important;
  margin-bottom: 10px;
}
.mega-menu-dropdown .mm-card p {
  color: #666;
  font-size: 12px;
  margin-bottom: 20px;
}
.mega-menu-dropdown .mm-card .tour-btn {
  background: #ED9B4F url(../image/arrow-right.svg) no-repeat 88% center/15px;
  color: #ffffff;
  padding: 10px 40px;
  border-radius: 25px;
  text-decoration: none;
  font-weight: 600;
  display: inline-block;
  transition: all 0.3s ease;
}
.mega-menu-dropdown .mm-card .tour-btn:hover {
  background: rgb(232.2680412371, 128.7113402062, 32.7319587629) url(../image/arrow-right.svg) no-repeat 88% center/15px;
  color: #ffffff !important;
  transition: all 0.3s ease;
}

/* Mobile Menu Styles */
.mobile-menu-wrapper {
  display: none; /* Just placeholder if needed */
}

.mobile-menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #0A3E34;
  z-index: 2000;
  transform: translateX(100%); /* Hidden by default */
  transition: transform 0.4s ease;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
}
.mobile-menu-overlay.active {
  transform: translateX(0);
}
.mobile-menu-overlay {
  /* Yellow/lime accent bar at top */
}
.mobile-menu-overlay::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: #A4D867;
}
.mobile-menu-overlay .mm-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 20px 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.mobile-menu-overlay .mm-header .mm-title-text {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.5px;
}
.mobile-menu-overlay .mm-header .close-btn {
  cursor: pointer;
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mobile-menu-overlay .mm-header .close-btn svg {
  width: 20px;
  height: 20px;
}
.mobile-menu-overlay .mm-body {
  padding: 0;
  flex: 1;
  overflow-y: auto;
}
.mobile-menu-overlay .mm-body .mobile-nav-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.mobile-menu-overlay .mm-body .mobile-nav-list > li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.mobile-menu-overlay .mm-body .mobile-nav-list > li > a,
.mobile-menu-overlay .mm-body .mobile-nav-list > li > .mob-menu-trigger {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 20px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  cursor: pointer;
  transition: background 0.2s;
}
.mobile-menu-overlay .mm-body .mobile-nav-list > li > a:hover,
.mobile-menu-overlay .mm-body .mobile-nav-list > li > .mob-menu-trigger:hover {
  background: rgba(255, 255, 255, 0.03);
}
.mobile-menu-overlay .mm-body .mobile-nav-list > li > a .mob-arrow,
.mobile-menu-overlay .mm-body .mobile-nav-list > li > .mob-menu-trigger .mob-arrow {
  transition: transform 0.3s ease;
}
.mobile-menu-overlay .mm-body .mobile-nav-list > li > a .mob-arrow svg,
.mobile-menu-overlay .mm-body .mobile-nav-list > li > .mob-menu-trigger .mob-arrow svg {
  width: 12px;
  height: 12px;
}
.mobile-menu-overlay .mm-body .mobile-nav-list > li.open > .mob-menu-trigger .mob-arrow {
  transform: rotate(180deg);
}
.mobile-menu-overlay .mm-body {
  /* Submenu panel for mobile */
}
.mobile-menu-overlay .mm-body .mob-submenu {
  display: none;
  background: rgba(0, 0, 0, 0.15);
  padding: 15px 20px 20px;
}
.mobile-menu-overlay .mm-body .mob-submenu .mob-category {
  margin-bottom: 20px;
}
.mobile-menu-overlay .mm-body .mob-submenu .mob-category:last-child {
  margin-bottom: 0;
}
.mobile-menu-overlay .mm-body .mob-submenu .mob-category .mob-category-title {
  color: #A4D867;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.5px;
  margin-bottom: 12px;
  display: block;
}
.mobile-menu-overlay .mm-body .mob-submenu .mob-category .mob-category-links {
  list-style: none;
  padding: 0 0 0 15px;
  margin: 0;
}
.mobile-menu-overlay .mm-body .mob-submenu .mob-category .mob-category-links li {
  margin-bottom: 10px;
}
.mobile-menu-overlay .mm-body .mob-submenu .mob-category .mob-category-links li:last-child {
  margin-bottom: 0;
}
.mobile-menu-overlay .mm-body .mob-submenu .mob-category .mob-category-links li a {
  color: rgba(255, 255, 255, 0.85);
  font-size: 13px;
  font-weight: 400;
  text-decoration: none;
  transition: color 0.2s;
}
.mobile-menu-overlay .mm-body .mob-submenu .mob-category .mob-category-links li a:hover {
  color: #A4D867;
}
.mobile-menu-overlay .mm-body .mob-submenu {
  /* Apply Now card in mobile menu */
}
.mobile-menu-overlay .mm-body .mob-submenu .mob-apply-card {
  background: #fff;
  border-radius: 12px;
  padding: 20px;
  margin-top: 20px;
}
.mobile-menu-overlay .mm-body .mob-submenu .mob-apply-card .mob-apply-title {
  color: #0a3e34;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px;
}
.mobile-menu-overlay .mm-body .mob-submenu .mob-apply-card .mob-apply-desc {
  color: rgba(10, 62, 52, 0.7);
  font-size: 12px;
  margin-bottom: 15px;
}
.mobile-menu-overlay .mm-body .mob-submenu .mob-apply-card .mob-apply-btn {
  display: inline-block;
  background: #ED9B4F;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  padding: 10px 25px;
  border-radius: 25px;
  text-decoration: none;
  transition: background 0.3s;
}
.mobile-menu-overlay .mm-body .mob-submenu .mob-apply-card .mob-apply-btn:hover {
  background: rgb(232.2680412371, 128.7113402062, 32.7319587629);
}

/* Responsive Hide/Show */
@media (max-width: 991px) {
  .for-dt {
    display: none !important;
  }
  .for-mob {
    display: block !important;
  }
}
@media (min-width: 992px) {
  .for-mob {
    display: none !important;
  }
}
/* Mega Menu Grid Layout */
.mega-menu-dropdown .mm-column-list {
  display: flex !important;
  flex-wrap: wrap;
  margin: 0 -15px !important;
  padding: 0 !important;
  list-style: none !important;
  width: auto !important;
}
.mega-menu-dropdown .mm-column-item {
  width: 25%;
  padding: 0 25px 0 15px;
  box-sizing: border-box;
}
@media only screen and (max-width: 991px) {
  .mega-menu-dropdown .mm-column-item {
    width: 50%;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 575px) {
  .mega-menu-dropdown .mm-column-item {
    width: 100%;
  }
}
.mega-menu-dropdown .mm-column-item {
  /* Only ul inside mm-column-item should stack vertically */
}
.mega-menu-dropdown .mm-column-item ul {
  display: flex;
  flex-direction: column;
  list-style: none;
  padding: 0;
  margin: 0;
  margin-left: 1.2rem;
}

/* ===================================
   Careers Listing Page Styles
   =================================== */
.careers-listing-wrapper {
  padding: 60px 0 80px;
}
@media only screen and (max-width: 767px) {
  .careers-listing-wrapper {
    padding: 40px 0 60px;
  }
}

.careers-listing-sidebar {
  position: sticky;
  top: 120px;
}
@media only screen and (max-width: 991px) {
  .careers-listing-sidebar {
    position: static;
    margin-bottom: 40px;
  }
}

.filter-block {
  margin-bottom: 30px;
}
.filter-block h5 {
  font-size: 1rem !important;
  font-weight: 600 !important;
  color: #092832;
  margin-bottom: 20px;
  text-transform: none;
}
@media only screen and (max-width: 767px) {
  .filter-block h5 {
    font-size: 1.125rem !important;
  }
}

.filter-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.filter-list li {
  margin-bottom: 0;
}
.filter-list li a {
  display: block;
  padding: 14px 20px;
  color: #092832;
  font-size: 0.875rem;
  font-weight: 400;
  transition: all 0.3s ease;
  border-left: 3px solid transparent;
  text-decoration: none;
  border-radius: 0;
}
.filter-list li a:hover {
  background-color: #EFF6FD;
  color: #092832;
  border-radius: 12px;
}
@media only screen and (max-width: 767px) {
  .filter-list li a {
    padding: 12px 16px;
  }
}
.filter-list li.active a {
  background-color: #EFF6FD;
  border-left-color: #092832;
  font-weight: 500;
  border-radius: 12px;
}

/* Join Our Team CTA Widget */
.join-team-cta {
  background-color: #EFF6FD;
  border-radius: 16px;
  padding: 24px;
  margin-top: 10px;
  display: grid;
}
.join-team-cta h6 {
  font-size: 0.875rem !important;
  font-weight: 600 !important;
  color: #092832;
  margin-bottom: 12px;
  text-transform: none;
}
.join-team-cta p {
  font-size: 0.8rem;
  color: #4a5568;
  line-height: 1.6;
  margin: 0;
}

/* Positions Count */
.positions-header {
  margin-bottom: 30px;
}
.positions-header h5 {
  font-size: 1.1rem !important;
  font-weight: 600 !important;
  color: #092832;
  text-transform: none;
}

/* Job Cards Grid */
.jobs-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
@media only screen and (max-width: 991px) {
  .jobs-grid {
    grid-template-columns: 1fr;
  }
}

.job-card {
  background-color: #EFF6FD;
  border-radius: 16px;
  padding: 28px;
  display: flex;
  flex-direction: column;
  height: 100%;
  transition: box-shadow 0.3s ease;
}
.job-card:hover {
  box-shadow: 0 8px 24px rgba(9, 40, 50, 0.1);
}
@media only screen and (max-width: 767px) {
  .job-card {
    padding: 20px;
  }
}

.job-card-title {
  font-size: 1.375rem !important;
  font-weight: 600 !important;
  color: #092832;
  margin-bottom: 16px;
  line-height: 1.3;
}
@media only screen and (max-width: 767px) {
  .job-card-title {
    font-size: 1.25rem;
  }
}

.job-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 8px;
}
@media only screen and (max-width: 767px) {
  .job-meta {
    gap: 12px;
  }
}

.job-meta-item {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 0.825rem;
  color: #4a5568;
}
.job-meta-item img {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}

.job-salary {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 0.825rem;
  color: #4a5568;
  margin-bottom: 20px;
}
.job-salary img {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}

.job-description {
  font-size: 0.9375rem;
  color: #4a5568;
  line-height: 1.6;
  margin-bottom: 20px;
}

.job-requirements h6 {
  font-size: 0.825rem !important;
  font-weight: 600;
  color: #092832;
  margin-bottom: 10px;
  text-transform: none;
}
.job-requirements ul {
  list-style: none;
  padding: 0;
  margin: 0 0 24px;
}
.job-requirements ul li {
  font-size: 0.875rem;
  color: #4a5568;
  padding-left: 16px;
  position: relative;
  line-height: 1.8;
}

.job-card-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: auto;
  padding-top: 20px;
  border-top: 1px solid rgba(9, 40, 50, 0.1);
}
@media only screen and (max-width: 767px) {
  .job-card-footer {
    flex-direction: column;
    gap: 16px;
    align-items: flex-start;
  }
}

.job-posted-date {
  font-size: 0.8125rem;
  color: #6b7280;
}

.careers-listing-wrapper .apply-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 28px;
  background-color: #092832;
  color: #ffffff;
  font-size: 0.9375rem;
  font-weight: 500;
  border-radius: 50px;
  text-decoration: none;
  transition: all 0.3s ease;
}
.careers-listing-wrapper .apply-btn:hover {
  background-color: #0d3d4a;
  color: #ffffff;
}
@media only screen and (max-width: 767px) {
  .careers-listing-wrapper .apply-btn {
    width: 100%;
    text-align: center;
  }
}

/* ===================================
   FullCalendar Advanced Styling - Robust Overrides
   =================================== */
/* Root wrapper to ensure these styles take precedence */
.calendar-page-wrapper,
.fullcalendar--wrapper {
  background-color: #fff !important;
  font-family: "Inter", "Poppins", sans-serif !important;
}

/* 1. Filters / Legend (The Pills) */
.calendar-filters-wrapper {
  margin: 0 0 2rem !important;
  transition: opacity 0.4s ease;
  position: relative;
  z-index: 10;
  width: 100%;
}
.calendar-filters-wrapper .form-item label {
  display: none !important;
}
.calendar-filters-wrapper .form-checkboxes,
.calendar-filters-wrapper .form-radios,
.calendar-filters-wrapper .bef-checkboxes,
.calendar-filters-wrapper .bef-radios {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 12px !important;
  border: none !important;
  padding: 0 !important;
}
.calendar-filters-wrapper {
  /* Target every possible container of a filter item */
}
.calendar-filters-wrapper .form-type-checkbox,
.calendar-filters-wrapper .form-type-radio,
.calendar-filters-wrapper .form-item,
.calendar-filters-wrapper .bef-radio-item {
  display: inline-flex !important;
  margin: 0 !important;
}
.calendar-filters-wrapper .form-type-checkbox input,
.calendar-filters-wrapper .form-type-radio input,
.calendar-filters-wrapper .form-item input,
.calendar-filters-wrapper .bef-radio-item input {
  display: none !important;
}
.calendar-filters-wrapper .form-type-checkbox input:checked + label,
.calendar-filters-wrapper .form-type-radio input:checked + label,
.calendar-filters-wrapper .form-item input:checked + label,
.calendar-filters-wrapper .bef-radio-item input:checked + label {
  border-color: #0f172a !important;
  background-color: #ffffff !important;
  color: #0f172a !important;
  font-weight: 500 !important;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.08) !important;
}
.calendar-filters-wrapper .color-box {
  width: 8px !important;
  height: 8px !important;
  border-radius: 50% !important;
}
.calendar-filters-wrapper .bef-checkbox-item {
  display: inline-flex !important;
  align-items: center !important;
  gap: 2px !important;
  padding: 9px 10px !important;
  border: 1px solid #e2e8f0 !important;
  border-radius: 40px !important;
  background: #ffffff !important;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.03) !important;
}
.calendar-filters-wrapper .bef-checkbox-item.active {
  border-color: #575757 !important;
  background-color: #ffffff !important;
  font-weight: 500 !important;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2) !important;
  color: #0f172a !important;
}
.calendar-filters-wrapper .bef-checkbox-item input {
  display: none !important;
}
.calendar-filters-wrapper .bef-checkbox-item input:checked + label {
  border-color: #575757 !important;
  background-color: #ffffff !important;
  color: #0f172a !important;
  font-weight: 500 !important;
  box-shadow: 0 6px 8px rgba(0, 0, 0, 0.8) !important;
}
.calendar-filters-wrapper .bef-checkbox-item label {
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
  cursor: pointer !important;
  white-space: nowrap !important;
  line-height: normal !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  margin: 0;
  letter-spacing: -0.15px;
  color: #64748b !important;
}
.calendar-filters-wrapper .bef-checkbox-item label:hover {
  border-color: #cbd5e0 !important;
  background-color: #f8fafc !important;
  color: #0f172a !important;
  transform: translateY(-1px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05) !important;
}

/* 2. Main Calendar Structure & Overrides */
.fullcalendar--wrapper .fc-header-toolbar,
.fc .fc-header-toolbar {
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  padding: 0 !important;
  margin-bottom: 2rem !important;
  flex-wrap: wrap;
  gap: 15px;
}
.fullcalendar--wrapper .fc-header-toolbar .fc-toolbar-chunk:first-child,
.fc .fc-header-toolbar .fc-toolbar-chunk:first-child {
  display: flex;
  align-items: center;
  gap: 15px;
}
.fullcalendar--wrapper .fc-header-toolbar .fc-toolbar-chunk:last-child .fc-button-group,
.fc .fc-header-toolbar .fc-toolbar-chunk:last-child .fc-button-group {
  background-color: transparent !important;
  border: none !important;
}
.fullcalendar--wrapper .fc-header-toolbar .fc-toolbar-title,
.fc .fc-header-toolbar .fc-toolbar-title {
  font-size: 32px !important;
  font-weight: 700 !important;
  color: #0f172a !important;
  margin: 0 !important;
  white-space: nowrap;
}
.fullcalendar--wrapper .fc-header-toolbar,
.fc .fc-header-toolbar {
  /* View Swap Pill (Month, Week, Day) */
}
.fullcalendar--wrapper .fc-header-toolbar .fc-button-group,
.fc .fc-header-toolbar .fc-button-group {
  background: #f1f5f9 !important;
  padding: 4px !important;
  border-radius: 50px !important;
  border: 1px solid #e2e8f0 !important;
}
.fullcalendar--wrapper .fc-header-toolbar .fc-button-group .fc-button,
.fc .fc-header-toolbar .fc-button-group .fc-button {
  background: transparent !important;
  border: none !important;
  border-radius: 40px !important;
  color: #475569 !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  padding: 8px 18px !important;
  box-shadow: none !important;
  text-transform: capitalize !important;
  transition: all 0.2s ease;
}
.fullcalendar--wrapper .fc-header-toolbar .fc-button-group .fc-button:hover,
.fc .fc-header-toolbar .fc-button-group .fc-button:hover {
  color: #0f172a !important;
}
.fullcalendar--wrapper .fc-header-toolbar .fc-button-group .fc-button.fc-button-active,
.fc .fc-header-toolbar .fc-button-group .fc-button.fc-button-active {
  background: #ffffff !important;
  color: #0f172a !important;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.08) !important;
}
.fullcalendar--wrapper .fc-header-toolbar,
.fc .fc-header-toolbar {
  /* Navigation Buttons (Arrows and Today) */
}
.fullcalendar--wrapper .fc-header-toolbar .fc-button:not(.fc-button-group .fc-button),
.fc .fc-header-toolbar .fc-button:not(.fc-button-group .fc-button) {
  background: #ffffff !important;
  border: 1px solid #e2e8f0 !important;
  color: #475569 !important;
  border-radius: 40px !important;
  padding: 8px 20px !important;
  opacity: 1;
  font-weight: 600 !important;
  font-size: 13px !important;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.03) !important;
  transition: all 0.2s ease;
}
.fullcalendar--wrapper .fc-header-toolbar .fc-button:not(.fc-button-group .fc-button).fc-today-button,
.fc .fc-header-toolbar .fc-button:not(.fc-button-group .fc-button).fc-today-button {
  background: #ffffff !important;
  border: 1px solid #e2e8f0 !important;
}
.fullcalendar--wrapper .fc-header-toolbar .fc-button:not(.fc-button-group .fc-button).fc-today-button:disabled,
.fc .fc-header-toolbar .fc-button:not(.fc-button-group .fc-button).fc-today-button:disabled {
  opacity: 0.7;
}
.fullcalendar--wrapper .fc-header-toolbar .fc-button:not(.fc-button-group .fc-button):hover:not(:disabled),
.fc .fc-header-toolbar .fc-button:not(.fc-button-group .fc-button):hover:not(:disabled) {
  background: #f8fafc !important;
  border-color: #cbd5e0 !important;
  color: #0f172a !important;
}
.fullcalendar--wrapper .fc-header-toolbar,
.fc .fc-header-toolbar {
  /* Circular Prev/Next Arrows */
}
.fullcalendar--wrapper .fc-header-toolbar .fc-button.fc-prev-button, .fullcalendar--wrapper .fc-header-toolbar .fc-button.fc-next-button,
.fc .fc-header-toolbar .fc-button.fc-prev-button,
.fc .fc-header-toolbar .fc-button.fc-next-button {
  width: 36px !important;
  height: 36px !important;
  border-radius: 50% !important;
  background: #ffffff !important;
  border: 1px solid #e5e7eb !important;
  padding: 0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin: 0 5px;
}
.fullcalendar--wrapper .fc-header-toolbar .fc-button.fc-prev-button .fc-icon, .fullcalendar--wrapper .fc-header-toolbar .fc-button.fc-next-button .fc-icon,
.fc .fc-header-toolbar .fc-button.fc-prev-button .fc-icon,
.fc .fc-header-toolbar .fc-button.fc-next-button .fc-icon {
  font-size: 1.25em !important;
}
.fullcalendar--wrapper,
.fc {
  /* 3. THE GRID */
}
.fullcalendar--wrapper .fc-view-harness,
.fc .fc-view-harness {
  background-color: #ffffff !important;
  border-radius: 12px !important;
  overflow: hidden !important;
  border: 1px solid #e2e8f0 !important;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.02) !important;
}
.fullcalendar--wrapper .fc-view-harness thead tr,
.fc .fc-view-harness thead tr {
  border: 1px solid #e5e7eb !important;
  border-bottom: 0 !important;
}
.fullcalendar--wrapper .fc-view-harness thead th,
.fc .fc-view-harness thead th {
  border: 0;
  background-color: #f9fafb !important;
  color: #4a5565 !important;
}
.fullcalendar--wrapper .fc-view-harness tbody td,
.fc .fc-view-harness tbody td {
  border-top: 0;
  border: 0;
}
.fullcalendar--wrapper .fc-view-harness .fc-scrollgrid-sync-table td,
.fc .fc-view-harness .fc-scrollgrid-sync-table td {
  border: 1px solid #e5e7eb !important;
}
.fullcalendar--wrapper .fc-view-harness,
.fc .fc-view-harness {
  /* Override theme stripes */
}
.fullcalendar--wrapper .fc-view-harness tr:nth-child(odd),
.fullcalendar--wrapper .fc-view-harness tr:nth-child(even),
.fullcalendar--wrapper .fc-view-harness .fc-scrollgrid-section tr,
.fc .fc-view-harness tr:nth-child(odd),
.fc .fc-view-harness tr:nth-child(even),
.fc .fc-view-harness .fc-scrollgrid-section tr {
  background: #ffffff !important;
  background-color: #ffffff !important;
}
.fullcalendar--wrapper .fc-view-harness,
.fc .fc-view-harness {
  /* Top Day Headers */
}
.fullcalendar--wrapper .fc-view-harness .fc-scrollgrid-section-header > th,
.fc .fc-view-harness .fc-scrollgrid-section-header > th {
  background-color: transparent;
  padding: 0 !important;
  border-bottom: none !important;
}
.fullcalendar--wrapper .fc-view-harness th,
.fullcalendar--wrapper .fc-view-harness .fc-col-header-cell,
.fc .fc-view-harness th,
.fc .fc-view-harness .fc-col-header-cell {
  background: #ffffff !important;
  background-color: #ffffff !important;
  padding: 15px 0 !important;
  border-bottom: 0;
}
.fullcalendar--wrapper .fc-view-harness th .fc-col-header-cell-cushion,
.fullcalendar--wrapper .fc-view-harness .fc-col-header-cell .fc-col-header-cell-cushion,
.fc .fc-view-harness th .fc-col-header-cell-cushion,
.fc .fc-view-harness .fc-col-header-cell .fc-col-header-cell-cushion {
  font-size: 12px !important;
  font-weight: 700 !important;
  color: #94a3b8 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.1em !important;
  text-decoration: none !important;
}
.fullcalendar--wrapper .fc-theme-standard,
.fc .fc-theme-standard {
  /* Keeping these for library-specific internal borders */
  border: 1px solid #f1f5f9 !important;
}
.fullcalendar--wrapper .fc-theme-standard .fc-scrollgrid,
.fc .fc-theme-standard .fc-scrollgrid {
  border: 1px solid #f1f5f9 !important;
}
.fullcalendar--wrapper .fc-theme-standard,
.fc .fc-theme-standard {
  /* Cell Content Overrides (To fix the orange/green day cells) */
}
.fullcalendar--wrapper .fc-theme-standard .fc-daygrid-day,
.fc .fc-theme-standard .fc-daygrid-day {
  background-color: #ffffff !important; /* Reset cell colors */
}
.fullcalendar--wrapper .fc-theme-standard .fc-daygrid-day.fc-day-today,
.fc .fc-theme-standard .fc-daygrid-day.fc-day-today {
  background-color: rgba(241, 245, 249, 0.5) !important;
}
.fullcalendar--wrapper .fc-theme-standard .fc-daygrid-day.fc-day-other,
.fc .fc-theme-standard .fc-daygrid-day.fc-day-other {
  background-color: #fafafa !important;
}
.fullcalendar--wrapper .fc-theme-standard .fc-daygrid-day-number,
.fc .fc-theme-standard .fc-daygrid-day-number {
  font-size: 14px !important;
  color: #64748b !important;
  padding: 12px 15px !important;
  text-decoration: none !important;
}
.fullcalendar--wrapper .fc-theme-standard,
.fc .fc-theme-standard {
  /* Event Pills - Refined as per design */
}
.fullcalendar--wrapper .fc-theme-standard .fc-event,
.fullcalendar--wrapper .fc-theme-standard .fc-daygrid-event,
.fullcalendar--wrapper .fc-theme-standard .fc-daygrid-block-event,
.fullcalendar--wrapper .fc-theme-standard .fc-h-event,
.fc .fc-theme-standard .fc-event,
.fc .fc-theme-standard .fc-daygrid-event,
.fc .fc-theme-standard .fc-daygrid-block-event,
.fc .fc-theme-standard .fc-h-event {
  margin: 4px 10px !important;
  padding: 6px 12px !important;
  border: none !important;
  border-left: 4px solid #94a3b8 !important;
  border-radius: 6px !important;
  background: #f8fafc !important;
  color: #334155 !important;
  font-weight: 600 !important;
  font-size: 13px !important;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05) !important;
  display: flex !important;
  align-items: center !important;
  transition: transform 0.2s ease, box-shadow 0.2s ease !important;
}
.fullcalendar--wrapper .fc-theme-standard .fc-event:hover,
.fullcalendar--wrapper .fc-theme-standard .fc-daygrid-event:hover,
.fullcalendar--wrapper .fc-theme-standard .fc-daygrid-block-event:hover,
.fullcalendar--wrapper .fc-theme-standard .fc-h-event:hover,
.fc .fc-theme-standard .fc-event:hover,
.fc .fc-theme-standard .fc-daygrid-event:hover,
.fc .fc-theme-standard .fc-daygrid-block-event:hover,
.fc .fc-theme-standard .fc-h-event:hover {
  transform: translateY(-1px) !important;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1) !important;
}
.fullcalendar--wrapper .fc-theme-standard .fc-event .fc-event-main,
.fullcalendar--wrapper .fc-theme-standard .fc-event .fc-event-title-container,
.fullcalendar--wrapper .fc-theme-standard .fc-event .fc-event-title,
.fullcalendar--wrapper .fc-theme-standard .fc-daygrid-event .fc-event-main,
.fullcalendar--wrapper .fc-theme-standard .fc-daygrid-event .fc-event-title-container,
.fullcalendar--wrapper .fc-theme-standard .fc-daygrid-event .fc-event-title,
.fullcalendar--wrapper .fc-theme-standard .fc-daygrid-block-event .fc-event-main,
.fullcalendar--wrapper .fc-theme-standard .fc-daygrid-block-event .fc-event-title-container,
.fullcalendar--wrapper .fc-theme-standard .fc-daygrid-block-event .fc-event-title,
.fullcalendar--wrapper .fc-theme-standard .fc-h-event .fc-event-main,
.fullcalendar--wrapper .fc-theme-standard .fc-h-event .fc-event-title-container,
.fullcalendar--wrapper .fc-theme-standard .fc-h-event .fc-event-title,
.fc .fc-theme-standard .fc-event .fc-event-main,
.fc .fc-theme-standard .fc-event .fc-event-title-container,
.fc .fc-theme-standard .fc-event .fc-event-title,
.fc .fc-theme-standard .fc-daygrid-event .fc-event-main,
.fc .fc-theme-standard .fc-daygrid-event .fc-event-title-container,
.fc .fc-theme-standard .fc-daygrid-event .fc-event-title,
.fc .fc-theme-standard .fc-daygrid-block-event .fc-event-main,
.fc .fc-theme-standard .fc-daygrid-block-event .fc-event-title-container,
.fc .fc-theme-standard .fc-daygrid-block-event .fc-event-title,
.fc .fc-theme-standard .fc-h-event .fc-event-main,
.fc .fc-theme-standard .fc-h-event .fc-event-title-container,
.fc .fc-theme-standard .fc-h-event .fc-event-title {
  background: transparent !important;
  padding: 0 !important;
  white-space: normal !important;
  color: inherit !important;
}
.fullcalendar--wrapper .fc-theme-standard .fc-event .fc-event-time,
.fullcalendar--wrapper .fc-theme-standard .fc-daygrid-event .fc-event-time,
.fullcalendar--wrapper .fc-theme-standard .fc-daygrid-block-event .fc-event-time,
.fullcalendar--wrapper .fc-theme-standard .fc-h-event .fc-event-time,
.fc .fc-theme-standard .fc-event .fc-event-time,
.fc .fc-theme-standard .fc-daygrid-event .fc-event-time,
.fc .fc-theme-standard .fc-daygrid-block-event .fc-event-time,
.fc .fc-theme-standard .fc-h-event .fc-event-time {
  display: none !important; /* Hide time as per design screenshots */
}
.fullcalendar--wrapper .fc-theme-standard .fc-event,
.fullcalendar--wrapper .fc-theme-standard .fc-daygrid-event,
.fullcalendar--wrapper .fc-theme-standard .fc-daygrid-block-event,
.fullcalendar--wrapper .fc-theme-standard .fc-h-event,
.fc .fc-theme-standard .fc-event,
.fc .fc-theme-standard .fc-daygrid-event,
.fc .fc-theme-standard .fc-daygrid-block-event,
.fc .fc-theme-standard .fc-h-event {
  /* Dynamic Color Categories - Matching Design Exactly */
  /* 1. Holidays & Breaks (Green) */
}
.fullcalendar--wrapper .fc-theme-standard .fc-event[style*="background-color: green"], .fullcalendar--wrapper .fc-theme-standard .fc-event[style*="background-color: #22c55e"], .fullcalendar--wrapper .fc-theme-standard .fc-event.event-holidays, .fullcalendar--wrapper .fc-theme-standard .fc-event.event-holidays-breaks,
.fullcalendar--wrapper .fc-theme-standard .fc-daygrid-event[style*="background-color: green"],
.fullcalendar--wrapper .fc-theme-standard .fc-daygrid-event[style*="background-color: #22c55e"],
.fullcalendar--wrapper .fc-theme-standard .fc-daygrid-event.event-holidays,
.fullcalendar--wrapper .fc-theme-standard .fc-daygrid-event.event-holidays-breaks,
.fullcalendar--wrapper .fc-theme-standard .fc-daygrid-block-event[style*="background-color: green"],
.fullcalendar--wrapper .fc-theme-standard .fc-daygrid-block-event[style*="background-color: #22c55e"],
.fullcalendar--wrapper .fc-theme-standard .fc-daygrid-block-event.event-holidays,
.fullcalendar--wrapper .fc-theme-standard .fc-daygrid-block-event.event-holidays-breaks,
.fullcalendar--wrapper .fc-theme-standard .fc-h-event[style*="background-color: green"],
.fullcalendar--wrapper .fc-theme-standard .fc-h-event[style*="background-color: #22c55e"],
.fullcalendar--wrapper .fc-theme-standard .fc-h-event.event-holidays,
.fullcalendar--wrapper .fc-theme-standard .fc-h-event.event-holidays-breaks,
.fc .fc-theme-standard .fc-event[style*="background-color: green"],
.fc .fc-theme-standard .fc-event[style*="background-color: #22c55e"],
.fc .fc-theme-standard .fc-event.event-holidays,
.fc .fc-theme-standard .fc-event.event-holidays-breaks,
.fc .fc-theme-standard .fc-daygrid-event[style*="background-color: green"],
.fc .fc-theme-standard .fc-daygrid-event[style*="background-color: #22c55e"],
.fc .fc-theme-standard .fc-daygrid-event.event-holidays,
.fc .fc-theme-standard .fc-daygrid-event.event-holidays-breaks,
.fc .fc-theme-standard .fc-daygrid-block-event[style*="background-color: green"],
.fc .fc-theme-standard .fc-daygrid-block-event[style*="background-color: #22c55e"],
.fc .fc-theme-standard .fc-daygrid-block-event.event-holidays,
.fc .fc-theme-standard .fc-daygrid-block-event.event-holidays-breaks,
.fc .fc-theme-standard .fc-h-event[style*="background-color: green"],
.fc .fc-theme-standard .fc-h-event[style*="background-color: #22c55e"],
.fc .fc-theme-standard .fc-h-event.event-holidays,
.fc .fc-theme-standard .fc-h-event.event-holidays-breaks {
  background: #f0fdf4 !important;
  border-left-color: #22c55e !important;
  color: #166534 !important;
}
.fullcalendar--wrapper .fc-theme-standard .fc-event,
.fullcalendar--wrapper .fc-theme-standard .fc-daygrid-event,
.fullcalendar--wrapper .fc-theme-standard .fc-daygrid-block-event,
.fullcalendar--wrapper .fc-theme-standard .fc-h-event,
.fc .fc-theme-standard .fc-event,
.fc .fc-theme-standard .fc-daygrid-event,
.fc .fc-theme-standard .fc-daygrid-block-event,
.fc .fc-theme-standard .fc-h-event {
  /* 2. Exams & Assessments (Orange) */
}
.fullcalendar--wrapper .fc-theme-standard .fc-event[style*="background-color: orange"], .fullcalendar--wrapper .fc-theme-standard .fc-event[style*="background-color: #f97316"], .fullcalendar--wrapper .fc-theme-standard .fc-event.event-exams, .fullcalendar--wrapper .fc-theme-standard .fc-event.event-exams-assessments,
.fullcalendar--wrapper .fc-theme-standard .fc-daygrid-event[style*="background-color: orange"],
.fullcalendar--wrapper .fc-theme-standard .fc-daygrid-event[style*="background-color: #f97316"],
.fullcalendar--wrapper .fc-theme-standard .fc-daygrid-event.event-exams,
.fullcalendar--wrapper .fc-theme-standard .fc-daygrid-event.event-exams-assessments,
.fullcalendar--wrapper .fc-theme-standard .fc-daygrid-block-event[style*="background-color: orange"],
.fullcalendar--wrapper .fc-theme-standard .fc-daygrid-block-event[style*="background-color: #f97316"],
.fullcalendar--wrapper .fc-theme-standard .fc-daygrid-block-event.event-exams,
.fullcalendar--wrapper .fc-theme-standard .fc-daygrid-block-event.event-exams-assessments,
.fullcalendar--wrapper .fc-theme-standard .fc-h-event[style*="background-color: orange"],
.fullcalendar--wrapper .fc-theme-standard .fc-h-event[style*="background-color: #f97316"],
.fullcalendar--wrapper .fc-theme-standard .fc-h-event.event-exams,
.fullcalendar--wrapper .fc-theme-standard .fc-h-event.event-exams-assessments,
.fc .fc-theme-standard .fc-event[style*="background-color: orange"],
.fc .fc-theme-standard .fc-event[style*="background-color: #f97316"],
.fc .fc-theme-standard .fc-event.event-exams,
.fc .fc-theme-standard .fc-event.event-exams-assessments,
.fc .fc-theme-standard .fc-daygrid-event[style*="background-color: orange"],
.fc .fc-theme-standard .fc-daygrid-event[style*="background-color: #f97316"],
.fc .fc-theme-standard .fc-daygrid-event.event-exams,
.fc .fc-theme-standard .fc-daygrid-event.event-exams-assessments,
.fc .fc-theme-standard .fc-daygrid-block-event[style*="background-color: orange"],
.fc .fc-theme-standard .fc-daygrid-block-event[style*="background-color: #f97316"],
.fc .fc-theme-standard .fc-daygrid-block-event.event-exams,
.fc .fc-theme-standard .fc-daygrid-block-event.event-exams-assessments,
.fc .fc-theme-standard .fc-h-event[style*="background-color: orange"],
.fc .fc-theme-standard .fc-h-event[style*="background-color: #f97316"],
.fc .fc-theme-standard .fc-h-event.event-exams,
.fc .fc-theme-standard .fc-h-event.event-exams-assessments {
  background: #fff7ed !important;
  border-left-color: #f97316 !important;
  color: #9a3412 !important;
}
.fullcalendar--wrapper .fc-theme-standard .fc-event,
.fullcalendar--wrapper .fc-theme-standard .fc-daygrid-event,
.fullcalendar--wrapper .fc-theme-standard .fc-daygrid-block-event,
.fullcalendar--wrapper .fc-theme-standard .fc-h-event,
.fc .fc-theme-standard .fc-event,
.fc .fc-theme-standard .fc-daygrid-event,
.fc .fc-theme-standard .fc-daygrid-block-event,
.fc .fc-theme-standard .fc-h-event {
  /* 3. Innovation & STEM (Teal/Cyan) */
}
.fullcalendar--wrapper .fc-theme-standard .fc-event[style*="background-color: teal"], .fullcalendar--wrapper .fc-theme-standard .fc-event[style*="background-color: #2dd4bf"], .fullcalendar--wrapper .fc-theme-standard .fc-event.event-innovation, .fullcalendar--wrapper .fc-theme-standard .fc-event.event-innovation-stem,
.fullcalendar--wrapper .fc-theme-standard .fc-daygrid-event[style*="background-color: teal"],
.fullcalendar--wrapper .fc-theme-standard .fc-daygrid-event[style*="background-color: #2dd4bf"],
.fullcalendar--wrapper .fc-theme-standard .fc-daygrid-event.event-innovation,
.fullcalendar--wrapper .fc-theme-standard .fc-daygrid-event.event-innovation-stem,
.fullcalendar--wrapper .fc-theme-standard .fc-daygrid-block-event[style*="background-color: teal"],
.fullcalendar--wrapper .fc-theme-standard .fc-daygrid-block-event[style*="background-color: #2dd4bf"],
.fullcalendar--wrapper .fc-theme-standard .fc-daygrid-block-event.event-innovation,
.fullcalendar--wrapper .fc-theme-standard .fc-daygrid-block-event.event-innovation-stem,
.fullcalendar--wrapper .fc-theme-standard .fc-h-event[style*="background-color: teal"],
.fullcalendar--wrapper .fc-theme-standard .fc-h-event[style*="background-color: #2dd4bf"],
.fullcalendar--wrapper .fc-theme-standard .fc-h-event.event-innovation,
.fullcalendar--wrapper .fc-theme-standard .fc-h-event.event-innovation-stem,
.fc .fc-theme-standard .fc-event[style*="background-color: teal"],
.fc .fc-theme-standard .fc-event[style*="background-color: #2dd4bf"],
.fc .fc-theme-standard .fc-event.event-innovation,
.fc .fc-theme-standard .fc-event.event-innovation-stem,
.fc .fc-theme-standard .fc-daygrid-event[style*="background-color: teal"],
.fc .fc-theme-standard .fc-daygrid-event[style*="background-color: #2dd4bf"],
.fc .fc-theme-standard .fc-daygrid-event.event-innovation,
.fc .fc-theme-standard .fc-daygrid-event.event-innovation-stem,
.fc .fc-theme-standard .fc-daygrid-block-event[style*="background-color: teal"],
.fc .fc-theme-standard .fc-daygrid-block-event[style*="background-color: #2dd4bf"],
.fc .fc-theme-standard .fc-daygrid-block-event.event-innovation,
.fc .fc-theme-standard .fc-daygrid-block-event.event-innovation-stem,
.fc .fc-theme-standard .fc-h-event[style*="background-color: teal"],
.fc .fc-theme-standard .fc-h-event[style*="background-color: #2dd4bf"],
.fc .fc-theme-standard .fc-h-event.event-innovation,
.fc .fc-theme-standard .fc-h-event.event-innovation-stem {
  background: #f0fdfa !important;
  border-left-color: #14b8a6 !important;
  color: #0f766e !important;
}
.fullcalendar--wrapper .fc-theme-standard .fc-event,
.fullcalendar--wrapper .fc-theme-standard .fc-daygrid-event,
.fullcalendar--wrapper .fc-theme-standard .fc-daygrid-block-event,
.fullcalendar--wrapper .fc-theme-standard .fc-h-event,
.fc .fc-theme-standard .fc-event,
.fc .fc-theme-standard .fc-daygrid-event,
.fc .fc-theme-standard .fc-daygrid-block-event,
.fc .fc-theme-standard .fc-h-event {
  /* 4. Sports & Athletics (Blue) */
}
.fullcalendar--wrapper .fc-theme-standard .fc-event[style*="background-color: blue"], .fullcalendar--wrapper .fc-theme-standard .fc-event[style*="background-color: #3b82f6"], .fullcalendar--wrapper .fc-theme-standard .fc-event.event-sports, .fullcalendar--wrapper .fc-theme-standard .fc-event.event-sports-athletics,
.fullcalendar--wrapper .fc-theme-standard .fc-daygrid-event[style*="background-color: blue"],
.fullcalendar--wrapper .fc-theme-standard .fc-daygrid-event[style*="background-color: #3b82f6"],
.fullcalendar--wrapper .fc-theme-standard .fc-daygrid-event.event-sports,
.fullcalendar--wrapper .fc-theme-standard .fc-daygrid-event.event-sports-athletics,
.fullcalendar--wrapper .fc-theme-standard .fc-daygrid-block-event[style*="background-color: blue"],
.fullcalendar--wrapper .fc-theme-standard .fc-daygrid-block-event[style*="background-color: #3b82f6"],
.fullcalendar--wrapper .fc-theme-standard .fc-daygrid-block-event.event-sports,
.fullcalendar--wrapper .fc-theme-standard .fc-daygrid-block-event.event-sports-athletics,
.fullcalendar--wrapper .fc-theme-standard .fc-h-event[style*="background-color: blue"],
.fullcalendar--wrapper .fc-theme-standard .fc-h-event[style*="background-color: #3b82f6"],
.fullcalendar--wrapper .fc-theme-standard .fc-h-event.event-sports,
.fullcalendar--wrapper .fc-theme-standard .fc-h-event.event-sports-athletics,
.fc .fc-theme-standard .fc-event[style*="background-color: blue"],
.fc .fc-theme-standard .fc-event[style*="background-color: #3b82f6"],
.fc .fc-theme-standard .fc-event.event-sports,
.fc .fc-theme-standard .fc-event.event-sports-athletics,
.fc .fc-theme-standard .fc-daygrid-event[style*="background-color: blue"],
.fc .fc-theme-standard .fc-daygrid-event[style*="background-color: #3b82f6"],
.fc .fc-theme-standard .fc-daygrid-event.event-sports,
.fc .fc-theme-standard .fc-daygrid-event.event-sports-athletics,
.fc .fc-theme-standard .fc-daygrid-block-event[style*="background-color: blue"],
.fc .fc-theme-standard .fc-daygrid-block-event[style*="background-color: #3b82f6"],
.fc .fc-theme-standard .fc-daygrid-block-event.event-sports,
.fc .fc-theme-standard .fc-daygrid-block-event.event-sports-athletics,
.fc .fc-theme-standard .fc-h-event[style*="background-color: blue"],
.fc .fc-theme-standard .fc-h-event[style*="background-color: #3b82f6"],
.fc .fc-theme-standard .fc-h-event.event-sports,
.fc .fc-theme-standard .fc-h-event.event-sports-athletics {
  background: #eff6ff !important;
  border-left-color: #3b82f6 !important;
  color: #1d4ed8 !important;
}
.fullcalendar--wrapper .fc-theme-standard .fc-event,
.fullcalendar--wrapper .fc-theme-standard .fc-daygrid-event,
.fullcalendar--wrapper .fc-theme-standard .fc-daygrid-block-event,
.fullcalendar--wrapper .fc-theme-standard .fc-h-event,
.fc .fc-theme-standard .fc-event,
.fc .fc-theme-standard .fc-daygrid-event,
.fc .fc-theme-standard .fc-daygrid-block-event,
.fc .fc-theme-standard .fc-h-event {
  /* 5. Community & Culture (Purple) */
}
.fullcalendar--wrapper .fc-theme-standard .fc-event[style*="background-color: purple"], .fullcalendar--wrapper .fc-theme-standard .fc-event[style*="background-color: #a855f7"], .fullcalendar--wrapper .fc-theme-standard .fc-event.event-community, .fullcalendar--wrapper .fc-theme-standard .fc-event.event-community-culture,
.fullcalendar--wrapper .fc-theme-standard .fc-daygrid-event[style*="background-color: purple"],
.fullcalendar--wrapper .fc-theme-standard .fc-daygrid-event[style*="background-color: #a855f7"],
.fullcalendar--wrapper .fc-theme-standard .fc-daygrid-event.event-community,
.fullcalendar--wrapper .fc-theme-standard .fc-daygrid-event.event-community-culture,
.fullcalendar--wrapper .fc-theme-standard .fc-daygrid-block-event[style*="background-color: purple"],
.fullcalendar--wrapper .fc-theme-standard .fc-daygrid-block-event[style*="background-color: #a855f7"],
.fullcalendar--wrapper .fc-theme-standard .fc-daygrid-block-event.event-community,
.fullcalendar--wrapper .fc-theme-standard .fc-daygrid-block-event.event-community-culture,
.fullcalendar--wrapper .fc-theme-standard .fc-h-event[style*="background-color: purple"],
.fullcalendar--wrapper .fc-theme-standard .fc-h-event[style*="background-color: #a855f7"],
.fullcalendar--wrapper .fc-theme-standard .fc-h-event.event-community,
.fullcalendar--wrapper .fc-theme-standard .fc-h-event.event-community-culture,
.fc .fc-theme-standard .fc-event[style*="background-color: purple"],
.fc .fc-theme-standard .fc-event[style*="background-color: #a855f7"],
.fc .fc-theme-standard .fc-event.event-community,
.fc .fc-theme-standard .fc-event.event-community-culture,
.fc .fc-theme-standard .fc-daygrid-event[style*="background-color: purple"],
.fc .fc-theme-standard .fc-daygrid-event[style*="background-color: #a855f7"],
.fc .fc-theme-standard .fc-daygrid-event.event-community,
.fc .fc-theme-standard .fc-daygrid-event.event-community-culture,
.fc .fc-theme-standard .fc-daygrid-block-event[style*="background-color: purple"],
.fc .fc-theme-standard .fc-daygrid-block-event[style*="background-color: #a855f7"],
.fc .fc-theme-standard .fc-daygrid-block-event.event-community,
.fc .fc-theme-standard .fc-daygrid-block-event.event-community-culture,
.fc .fc-theme-standard .fc-h-event[style*="background-color: purple"],
.fc .fc-theme-standard .fc-h-event[style*="background-color: #a855f7"],
.fc .fc-theme-standard .fc-h-event.event-community,
.fc .fc-theme-standard .fc-h-event.event-community-culture {
  background: #faf5ff !important;
  border-left-color: #a855f7 !important;
  color: #6b21a8 !important;
}
.fullcalendar--wrapper .fc-theme-standard .fc-event,
.fullcalendar--wrapper .fc-theme-standard .fc-daygrid-event,
.fullcalendar--wrapper .fc-theme-standard .fc-daygrid-block-event,
.fullcalendar--wrapper .fc-theme-standard .fc-h-event,
.fc .fc-theme-standard .fc-event,
.fc .fc-theme-standard .fc-daygrid-event,
.fc .fc-theme-standard .fc-daygrid-block-event,
.fc .fc-theme-standard .fc-h-event {
  /* 6. Parent & Conferences (Slate) */
}
.fullcalendar--wrapper .fc-theme-standard .fc-event[style*="background-color: slate"], .fullcalendar--wrapper .fc-theme-standard .fc-event[style*="background-color: #64748b"], .fullcalendar--wrapper .fc-theme-standard .fc-event.event-parent, .fullcalendar--wrapper .fc-theme-standard .fc-event.event-parent-conferences,
.fullcalendar--wrapper .fc-theme-standard .fc-daygrid-event[style*="background-color: slate"],
.fullcalendar--wrapper .fc-theme-standard .fc-daygrid-event[style*="background-color: #64748b"],
.fullcalendar--wrapper .fc-theme-standard .fc-daygrid-event.event-parent,
.fullcalendar--wrapper .fc-theme-standard .fc-daygrid-event.event-parent-conferences,
.fullcalendar--wrapper .fc-theme-standard .fc-daygrid-block-event[style*="background-color: slate"],
.fullcalendar--wrapper .fc-theme-standard .fc-daygrid-block-event[style*="background-color: #64748b"],
.fullcalendar--wrapper .fc-theme-standard .fc-daygrid-block-event.event-parent,
.fullcalendar--wrapper .fc-theme-standard .fc-daygrid-block-event.event-parent-conferences,
.fullcalendar--wrapper .fc-theme-standard .fc-h-event[style*="background-color: slate"],
.fullcalendar--wrapper .fc-theme-standard .fc-h-event[style*="background-color: #64748b"],
.fullcalendar--wrapper .fc-theme-standard .fc-h-event.event-parent,
.fullcalendar--wrapper .fc-theme-standard .fc-h-event.event-parent-conferences,
.fc .fc-theme-standard .fc-event[style*="background-color: slate"],
.fc .fc-theme-standard .fc-event[style*="background-color: #64748b"],
.fc .fc-theme-standard .fc-event.event-parent,
.fc .fc-theme-standard .fc-event.event-parent-conferences,
.fc .fc-theme-standard .fc-daygrid-event[style*="background-color: slate"],
.fc .fc-theme-standard .fc-daygrid-event[style*="background-color: #64748b"],
.fc .fc-theme-standard .fc-daygrid-event.event-parent,
.fc .fc-theme-standard .fc-daygrid-event.event-parent-conferences,
.fc .fc-theme-standard .fc-daygrid-block-event[style*="background-color: slate"],
.fc .fc-theme-standard .fc-daygrid-block-event[style*="background-color: #64748b"],
.fc .fc-theme-standard .fc-daygrid-block-event.event-parent,
.fc .fc-theme-standard .fc-daygrid-block-event.event-parent-conferences,
.fc .fc-theme-standard .fc-h-event[style*="background-color: slate"],
.fc .fc-theme-standard .fc-h-event[style*="background-color: #64748b"],
.fc .fc-theme-standard .fc-h-event.event-parent,
.fc .fc-theme-standard .fc-h-event.event-parent-conferences {
  background: #f8fafc !important;
  border-left-color: #64748b !important;
  color: #334155 !important;
}
.fullcalendar--wrapper .fc-theme-standard .fc-event,
.fullcalendar--wrapper .fc-theme-standard .fc-daygrid-event,
.fullcalendar--wrapper .fc-theme-standard .fc-daygrid-block-event,
.fullcalendar--wrapper .fc-theme-standard .fc-h-event,
.fc .fc-theme-standard .fc-event,
.fc .fc-theme-standard .fc-daygrid-event,
.fc .fc-theme-standard .fc-daygrid-block-event,
.fc .fc-theme-standard .fc-h-event {
  /* 7. Trips & Overseas (Deep Orange/Brown) */
}
.fullcalendar--wrapper .fc-theme-standard .fc-event[style*="background-color: brown"], .fullcalendar--wrapper .fc-theme-standard .fc-event[style*="background-color: #ea580c"], .fullcalendar--wrapper .fc-theme-standard .fc-event.event-trips, .fullcalendar--wrapper .fc-theme-standard .fc-event.event-trips-overseas,
.fullcalendar--wrapper .fc-theme-standard .fc-daygrid-event[style*="background-color: brown"],
.fullcalendar--wrapper .fc-theme-standard .fc-daygrid-event[style*="background-color: #ea580c"],
.fullcalendar--wrapper .fc-theme-standard .fc-daygrid-event.event-trips,
.fullcalendar--wrapper .fc-theme-standard .fc-daygrid-event.event-trips-overseas,
.fullcalendar--wrapper .fc-theme-standard .fc-daygrid-block-event[style*="background-color: brown"],
.fullcalendar--wrapper .fc-theme-standard .fc-daygrid-block-event[style*="background-color: #ea580c"],
.fullcalendar--wrapper .fc-theme-standard .fc-daygrid-block-event.event-trips,
.fullcalendar--wrapper .fc-theme-standard .fc-daygrid-block-event.event-trips-overseas,
.fullcalendar--wrapper .fc-theme-standard .fc-h-event[style*="background-color: brown"],
.fullcalendar--wrapper .fc-theme-standard .fc-h-event[style*="background-color: #ea580c"],
.fullcalendar--wrapper .fc-theme-standard .fc-h-event.event-trips,
.fullcalendar--wrapper .fc-theme-standard .fc-h-event.event-trips-overseas,
.fc .fc-theme-standard .fc-event[style*="background-color: brown"],
.fc .fc-theme-standard .fc-event[style*="background-color: #ea580c"],
.fc .fc-theme-standard .fc-event.event-trips,
.fc .fc-theme-standard .fc-event.event-trips-overseas,
.fc .fc-theme-standard .fc-daygrid-event[style*="background-color: brown"],
.fc .fc-theme-standard .fc-daygrid-event[style*="background-color: #ea580c"],
.fc .fc-theme-standard .fc-daygrid-event.event-trips,
.fc .fc-theme-standard .fc-daygrid-event.event-trips-overseas,
.fc .fc-theme-standard .fc-daygrid-block-event[style*="background-color: brown"],
.fc .fc-theme-standard .fc-daygrid-block-event[style*="background-color: #ea580c"],
.fc .fc-theme-standard .fc-daygrid-block-event.event-trips,
.fc .fc-theme-standard .fc-daygrid-block-event.event-trips-overseas,
.fc .fc-theme-standard .fc-h-event[style*="background-color: brown"],
.fc .fc-theme-standard .fc-h-event[style*="background-color: #ea580c"],
.fc .fc-theme-standard .fc-h-event.event-trips,
.fc .fc-theme-standard .fc-h-event.event-trips-overseas {
  background: #fffaf0 !important;
  border-left-color: #ea580c !important;
  color: #7c2d12 !important;
}

.fc .fc-daygrid-day-top {
  flex-direction: row !important;
  padding: 10px !important;
}

.fc-daygrid-day-events {
  margin: 0 20px;
}

.fc-event {
  background: #fef3c7;
  border: 0;
  padding: 10px;
  border-left: 3px solid #f59e0b;
  border-radius: 8px;
  color: #92400e;
  pointer-events: none;
}

/* Mobile Responsiveness */
@media (max-width: 768px) {
  .fc-header-toolbar {
    flex-direction: column !important;
    gap: 15px !important;
  }
  .fc-header-toolbar .fc-toolbar-chunk {
    display: flex !important;
    justify-content: center !important;
    width: 100% !important;
  }
}
/* Upcoming Events Section */
.upcoming-events-section .events-header .events-section-title {
  font-size: 20px !important;
}
.upcoming-events-section .events-header .events-section-title img {
  width: 20px;
  height: 20px;
}
.upcoming-events-section .events-header .events-count {
  color: #6a7282;
  font-size: 14px;
  font-weight: 500;
}
.upcoming-events-section .events-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
@media only screen and (max-width: 991px) {
  .upcoming-events-section .events-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 767px) {
  .upcoming-events-section .events-grid {
    grid-template-columns: 1fr;
  }
}
.upcoming-events-section .event-card {
  background: #fff;
  border-radius: 12px;
  border: 1px solid #eef0f3;
  overflow: hidden;
  position: relative;
  height: 100%;
  transition: all 0.3s ease;
}
.upcoming-events-section .event-card:hover {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  transform: translateY(-5px);
  border-color: rgba(9, 40, 50, 0.1);
}
.upcoming-events-section .event-card.holiday-type::before {
  background-color: #29b78a;
}
.upcoming-events-section .event-card.exams-type::before {
  background-color: #f5a623;
}
.upcoming-events-section .event-card .card-inner {
  padding: 24px;
}
.upcoming-events-section .event-card .event-title {
  font-size: 15px !important;
  margin-bottom: 12px;
}
.upcoming-events-section .event-card .event-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 16px;
}
.upcoming-events-section .event-card .event-meta .meta-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: #6a7282;
}
.upcoming-events-section .event-card .event-meta .meta-item img {
  width: 14px;
  height: 14px;
  opacity: 0.8;
}
.upcoming-events-section .event-card .event-tag {
  display: inline-block;
  padding: 4px 12px;
  border-radius: 6px;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 12px;
}
.upcoming-events-section .event-card .event-summary {
  font-size: 13px;
  color: #718096;
  margin-bottom: 0;
  line-height: 1.5;
}

/* IB Diploma Program Page */
.ib-hero-wrapper {
  margin-top: 32px;
  margin-bottom: 50px;
}
.ib-hero-wrapper .ib-hero-card {
  background: #EFF6FD;
  border-radius: 16px;
  padding: 32px;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .ib-hero-wrapper .ib-hero-card {
    padding: 20px;
    text-align: center;
  }
}
.ib-hero-wrapper .ib-hero-img-box {
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .ib-hero-wrapper .ib-hero-img-box {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.ib-hero-wrapper .ib-hero-content h2 {
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .ib-hero-wrapper .ib-hero-content h2 {
    margin-top: 30px;
  }
}

.ib-content-wrapper {
  margin-top: 32px;
  padding-bottom: 64px;
  background-color: #ffffff;
}
.ib-content-wrapper .ib-text-block p {
  font-size: 1.125rem;
  margin-bottom: 30px;
  line-height: 37px;
}
@media only screen and (max-width: 767px) {
  .ib-content-wrapper .ib-text-block p {
    font-size: 16px;
  }
}
.ib-content-wrapper .ib-model-diagram {
  margin-top: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ib-content-wrapper .ib-model-diagram img {
  max-width: 528px;
  width: 100%;
  height: auto;
}

/* Admission Process Page */
.admission-process-wrapper .top-content-wrapper {
  text-align: center;
  margin-bottom: 60px;
}
.admission-process-wrapper .top-content-wrapper h1 {
  display: inline-block;
  margin-bottom: 30px;
  font-size: 40px !important;
}
@media only screen and (max-width: 767px) {
  .admission-process-wrapper .top-content-wrapper h1 {
    font-size: 32px !important;
  }
}
.admission-process-wrapper .top-content-wrapper p {
  font-size: 1.125rem;
  margin-bottom: 30px;
  line-height: 37px;
}
.admission-process-wrapper .top-content-wrapper h2 {
  font-size: 31px !important;
  display: inline-block;
  margin-bottom: 10px;
}
.admission-process-wrapper .top-content-wrapper span {
  font-size: 1.5625rem;
  margin-bottom: 0;
  line-height: 37px;
  display: block;
}
.admission-process-wrapper .step-banner {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
  padding: 80px 40px;
  display: flex;
  align-items: center;
  margin-bottom: 32px;
}
.admission-process-wrapper .step-banner.dark-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}
.admission-process-wrapper .step-banner.dark-banner .step-content h4 {
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .admission-process-wrapper .step-banner {
    background-position: 80%;
  }
}
.admission-process-wrapper .step-banner .step-content {
  position: relative;
  z-index: 1;
}
.admission-process-wrapper .step-banner .step-content h4 {
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .admission-process-wrapper .step-banner {
    padding: 60px 20px;
  }
}
.admission-process-wrapper .process-content h4 {
  font-size: 18px !important;
  margin-bottom: 15px;
  text-transform: none;
  font-weight: 700;
  color: #092832;
}
.admission-process-wrapper .process-content p {
  font-size: 1.125rem;
  margin-bottom: 20px;
  line-height: 1.6;
  color: #364152;
}
.admission-process-wrapper .process-content ul {
  list-style: none;
  padding-left: 10px;
  margin: 0 0 30px 0;
}
.admission-process-wrapper .process-content ul li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 0;
  font-size: 1.125rem;
  line-height: 37px;
  color: #364152;
}
.admission-process-wrapper .process-content ul li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: #364152;
  font-weight: bold;
}

/* Admission Policies Page */
.admission-policies-wrapper .top-content-wrapper {
  margin: 0 auto 60px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .admission-policies-wrapper .top-content-wrapper {
    margin-bottom: 30px;
  }
}
.admission-policies-wrapper .top-content-wrapper h1 {
  font-size: 40px !important;
  margin-bottom: 30px;
  display: inline-block;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .admission-policies-wrapper .top-content-wrapper h1 {
    font-size: 32px !important;
  }
}
.admission-policies-wrapper .top-content-wrapper p {
  font-size: 1.125rem;
  line-height: 37px;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .admission-policies-wrapper .top-content-wrapper p {
    line-height: 25px;
    font-size: 1rem;
  }
}
.admission-policies-wrapper .policy-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
@media only screen and (max-width: 767px) {
  .admission-policies-wrapper .policy-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
.admission-policies-wrapper .policy-grid .policy-card {
  background: #ffffff;
  border: 1px solid #eef0f3;
  border-radius: 12px;
  padding: 30px;
  height: 100%;
  display: flex;
  gap: 20px;
  transition: all 0.3s ease;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);
}
.admission-policies-wrapper .policy-grid .policy-card:hover {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  border-color: #cbd5e0;
}
@media only screen and (max-width: 767px) {
  .admission-policies-wrapper .policy-grid .policy-card {
    flex-direction: column;
    padding: 20px;
  }
}
.admission-policies-wrapper .policy-grid .policy-card .icon-box {
  width: 48px;
  height: 48px;
  flex-shrink: 0;
  background: rgba(124, 179, 66, 0.1);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.admission-policies-wrapper .policy-grid .policy-card .icon-box img {
  width: 24px;
  height: 24px;
}
.admission-policies-wrapper .policy-grid .policy-card .card-content h5 {
  font-size: 18px !important;
  margin-bottom: 12px;
  text-transform: none;
}
.admission-policies-wrapper .policy-grid .policy-card .card-content p {
  font-size: 1rem;
  line-height: 26px;
  color: #4a5568;
  margin-bottom: 0;
}
.admission-policies-wrapper .cta-banner-wrapper .cta-banner {
  background-color: #C8F395;
  border-radius: 32px;
  padding: 20px;
  overflow: hidden;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .admission-policies-wrapper .cta-banner-wrapper .cta-banner {
    text-align: center;
    padding: 30px 20px 20px;
  }
}
.admission-policies-wrapper .cta-banner-wrapper .cta-banner .cta-content h4 {
  margin-bottom: 30px;
  line-height: 50px;
}
@media only screen and (max-width: 767px) {
  .admission-policies-wrapper .cta-banner-wrapper .cta-banner .cta-content h4 {
    line-height: 30px;
  }
}
.admission-policies-wrapper .cta-banner-wrapper .cta-banner .cta-content .btn-wrap a {
  font-size: 1rem;
}
.admission-policies-wrapper .cta-banner-wrapper .cta-banner .cta-content .btn-wrap a.link-3 {
  background: #0A3E34 url(../image/arrow-right.svg) no-repeat 80% center/20px;
  min-width: 237px;
  justify-content: center;
  height: 56px !important;
}
.admission-policies-wrapper .cta-banner-wrapper .cta-banner .cta-img-box img {
  width: 100%;
}

/* Tuition Fees Page */
.tuition-fees-wrapper {
  margin: 50px 0;
}
.tuition-fees-wrapper h1 {
  font-size: 40px !important;
  color: #092832;
  margin-bottom: 60px;
  display: inline-block;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .tuition-fees-wrapper h1 {
    font-size: 32px !important;
    margin-bottom: 30px;
  }
}
.tuition-fees-wrapper .tuition-table-container {
  background: #ffffff;
  border-radius: 10px;
  border: 1px solid #eef0f3;
  overflow: hidden;
  box-shadow: 0 0px 0px rgba(0, 0, 0, 0.05);
}
.tuition-fees-wrapper .tuition-table-container .tuition-table {
  min-width: 600px;
  border-collapse: collapse;
  margin-top: 0;
}
@media only screen and (max-width: 767px) {
  .tuition-fees-wrapper .tuition-table-container .tuition-table {
    min-width: 100%;
  }
}
.tuition-fees-wrapper .tuition-table-container .tuition-table thead tr {
  background-color: #A4D867;
}
.tuition-fees-wrapper .tuition-table-container .tuition-table thead tr th {
  background-color: #A4D867;
  padding: 21px 24px;
  color: #092832;
  border: none;
}
@media only screen and (max-width: 767px) {
  .tuition-fees-wrapper .tuition-table-container .tuition-table thead tr th {
    padding: 10px 15px;
    font-size: 0.875rem;
  }
}
.tuition-fees-wrapper .tuition-table-container .tuition-table tbody tr {
  background: #ffffff;
  transition: background 0.3s ease;
  border-bottom: 1px solid #eef0f3;
}
.tuition-fees-wrapper .tuition-table-container .tuition-table tbody tr:last-child {
  border-bottom: none;
}
.tuition-fees-wrapper .tuition-table-container .tuition-table tbody tr:hover {
  background: #f8fafc;
}
.tuition-fees-wrapper .tuition-table-container .tuition-table tbody tr td {
  padding: 21px 24px;
  font-size: 1rem;
  border: none;
}
@media only screen and (max-width: 767px) {
  .tuition-fees-wrapper .tuition-table-container .tuition-table tbody tr td {
    padding: 10px 15px;
    font-size: 0.875rem;
  }
}
@media only screen and (max-width: 767px) {
  .tuition-fees-wrapper .tuition-table-container {
    overflow-x: auto;
  }
}
.tuition-fees-wrapper .rich-text-content h4 {
  font-size: 16px !important;
  margin-top: 40px;
  margin-bottom: 15px;
}
.tuition-fees-wrapper .rich-text-content p {
  margin-bottom: 20px;
  line-height: 24px;
}
.tuition-fees-wrapper .rich-text-content ul {
  list-style: none;
  padding-left: 10px;
  margin: 0 0 30px 0;
}
.tuition-fees-wrapper .rich-text-content ul li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px;
  font-size: 1rem;
  line-height: 24px;
}
.tuition-fees-wrapper .rich-text-content ul li::before {
  content: "•";
  position: absolute;
  left: 0;
}

/* ===================================
   Gallery Page Styles
   =================================== */
.gallery-section-wrapper {
  padding: 60px 0 80px;
}
@media only screen and (max-width: 767px) {
  .gallery-section-wrapper {
    padding: 40px 0 60px;
  }
}
.gallery-section-wrapper .gallery-header {
  text-align: center;
  margin-bottom: 60px;
}
.gallery-section-wrapper .gallery-header h1 {
  margin-bottom: 24px;
  display: inline-block;
  text-align: center;
}
.gallery-section-wrapper .gallery-header p {
  margin: 0 auto;
  line-height: 32px;
}
.gallery-section-wrapper .gallery-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 65px 30px;
}
@media only screen and (max-width: 991px) {
  .gallery-section-wrapper .gallery-grid {
    gap: 30px;
  }
}
.gallery-section-wrapper .gallery-grid .gallery-item {
  width: calc(33.333% - 20px);
  cursor: pointer;
}
@media only screen and (max-width: 991px) {
  .gallery-section-wrapper .gallery-grid .gallery-item {
    width: calc(50% - 15px);
  }
}
@media only screen and (max-width: 575px) {
  .gallery-section-wrapper .gallery-grid .gallery-item {
    width: 100%;
  }
}
.gallery-section-wrapper .gallery-grid .gallery-item .img-box {
  border-radius: 16px;
  overflow: hidden;
  position: relative;
  margin-bottom: 15px;
}
.gallery-section-wrapper .gallery-grid .gallery-item .img-box::after {
  content: "";
  position: absolute;
  bottom: 16px;
  right: 16px;
  width: 75px;
  height: 75px;
  background: url(../image/gallery-img-corner-thumb.png) no-repeat center;
  background-size: contain;
  z-index: 2;
  display: none; /* Hidden by default */
}
.gallery-section-wrapper .gallery-grid .gallery-item .img-box img {
  transition: all 0.5s ease;
}
.gallery-section-wrapper .gallery-grid .gallery-item h4 {
  font-size: 24px !important;
  margin: 0;
  text-transform: none;
}
.gallery-section-wrapper .gallery-grid .gallery-item p {
  font-size: 1.125rem;
  margin: 0;
  line-height: 34px;
  margin-top: 20px;
}
.gallery-section-wrapper .gallery-grid .gallery-item:hover .img-box img {
  transform: scale(1.1);
  transition: all 0.5s ease;
}
.gallery-section-wrapper .gallery-grid .gallery-item.is-gallery .img-box::after {
  display: block;
}

/* Gallery Popup Styles */
.gallery-popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.85);
  z-index: 9999;
  display: none; /* Hidden by default */
  justify-content: center;
  align-items: center;
  padding: 20px;
}
.gallery-popup-overlay.active {
  display: flex;
}

.gallery-popup-container {
  background: #fff;
  width: 100%;
  max-width: 1000px;
  border-radius: 20px;
  position: relative;
  padding: 90px 100px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  /* Single Image Popup adjustments */
}
.gallery-popup-container.single-image {
  padding: 60px 40px;
}
.gallery-popup-container.single-image .swiper-gallery-thumbs,
.gallery-popup-container.single-image .gallery-nav-btn {
  display: none !important;
}
@media only screen and (max-width: 767px) {
  .gallery-popup-container {
    padding: 40px 15px 20px;
    border-radius: 10px;
  }
}
.gallery-popup-container .popup-close {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
  z-index: 10;
  transition: transform 0.3s ease;
  width: 50px;
}
@media only screen and (max-width: 767px) {
  .gallery-popup-container .popup-close {
    width: 30px;
    top: 5px;
    right: 5px;
  }
}
.gallery-popup-container .popup-close img {
  width: 100%;
}
.gallery-popup-container .popup-close:hover {
  transform: rotate(90deg);
}

.swiper-gallery-main {
  width: 100%;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .swiper-gallery-main {
    border-radius: 8px;
  }
}
.swiper-gallery-main .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}
.swiper-gallery-main .swiper-slide img {
  border-radius: 16px;
}
@media only screen and (max-width: 767px) {
  .swiper-gallery-main .swiper-slide img {
    border-radius: 8px;
  }
}

.swiper-gallery-thumbs {
  height: 100px;
  width: 100%;
  max-width: 1050px;
  padding-top: 10px;
  -webkit-mask-image: linear-gradient(to right, black 80%, transparent 100%);
  mask-image: linear-gradient(to right, black 80%, transparent 100%);
}
@media only screen and (max-width: 767px) {
  .swiper-gallery-thumbs {
    padding-top: 0;
  }
}
.swiper-gallery-thumbs .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 0.4;
  cursor: pointer;
  border-radius: 8px;
  overflow: hidden;
  transition: opacity 0.3s;
}
.swiper-gallery-thumbs .swiper-slide img {
  width: 100%;
  height: 168px !important;
  object-fit: cover;
  border-radius: 8px;
}
@media only screen and (max-width: 767px) {
  .swiper-gallery-thumbs .swiper-slide img {
    border-radius: 5px;
    height: 120px !important;
  }
}
.swiper-gallery-thumbs .swiper-slide.swiper-slide-thumb-active {
  opacity: 1;
}

/* Swiper Navigation Custom */
.gallery-nav-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  cursor: pointer;
  z-index: 11;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media only screen and (max-width: 767px) {
  .gallery-nav-btn {
    width: 30px;
    height: 30px;
    display: none;
  }
}
.gallery-nav-btn.nav-prev {
  left: 30px;
  background-image: url(../image/pop-prev-arrow.svg);
}
@media only screen and (max-width: 1140px) {
  .gallery-nav-btn.nav-prev {
    left: 10px;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
  }
}
.gallery-nav-btn.nav-next {
  right: 30px;
  background-image: url(../image/pop-next-arrow.svg);
}
@media only screen and (max-width: 1140px) {
  .gallery-nav-btn.nav-next {
    right: 10px;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
  }
}

.useful-links {
  border-radius: 16px;
  background-color: #EFF6FD;
  margin-top: 32px;
  padding: 35px 16px 10px;
}
.useful-links h6 {
  font-size: 16px !important;
  margin: 0;
}
.useful-links ul {
  margin-top: 20px;
  padding-left: 10px;
}
.useful-links ul li {
  line-height: 32px;
}
.useful-links ul li::marker {
  color: #0a3e34;
  font-size: 14px;
}
.useful-links ul li a {
  text-decoration: underline !important;
}

/* ===================================
   Vision & Mission Page Styles
   =================================== */
.vision-mission-section {
  padding: 60px 0 80px;
}
@media only screen and (max-width: 767px) {
  .vision-mission-section {
    padding: 40px 0 60px;
  }
}
.vision-mission-section .section-title {
  margin-bottom: 60px;
  text-align: center;
}
.vision-mission-section .section-title h1 {
  font-size: 40px !important;
  margin-bottom: 0;
  display: inline-block;
}
.vision-mission-section .vm-item {
  margin-bottom: 30px;
}
.vision-mission-section .vm-item .img-box {
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 60px;
}
@media only screen and (max-width: 767px) {
  .vision-mission-section .vm-item .img-box {
    margin-bottom: 30px;
    border-radius: 8px;
  }
}
.vision-mission-section .vm-item .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.vision-mission-section .vm-item .img-box:hover img {
  transform: scale(1.05);
}
.vision-mission-section .vm-item h5 {
  margin-bottom: 24px;
}
.vision-mission-section .vm-item p {
  font-size: 1.125pxrem;
  line-height: 36px;
  margin: 0;
}

/* ===================================
   Alumni Page Styles
   =================================== */
.alumni-section-wrapper {
  padding: 60px 0 80px;
}
@media only screen and (max-width: 767px) {
  .alumni-section-wrapper {
    padding: 40px 0 60px;
  }
}
.alumni-section-wrapper .section-title {
  margin-bottom: 60px;
  text-align: center;
}
.alumni-section-wrapper .section-title h1 {
  font-size: 32px !important;
  margin-bottom: 24px;
  display: inline-block;
}
.alumni-section-wrapper .section-title p {
  font-size: 1.125pxrem;
  line-height: 32px;
  margin-bottom: 0;
}
.alumni-section-wrapper .alumni-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -15px;
}
.alumni-section-wrapper .alumni-item {
  width: calc(33.333% - 30px);
  margin: 0 8px 30px;
  text-align: center;
}
@media only screen and (max-width: 991px) {
  .alumni-section-wrapper .alumni-item {
    width: calc(50% - 30px);
  }
}
@media only screen and (max-width: 575px) {
  .alumni-section-wrapper .alumni-item {
    width: 100%;
    margin-bottom: 20px;
  }
}
.alumni-section-wrapper .alumni-item h5 {
  margin-bottom: 16px;
  text-align: center;
  display: inline-block;
  font-size: 16px !important;
}
.alumni-section-wrapper .alumni-item .img-box {
  border-radius: 16px;
  overflow: hidden;
  aspect-ratio: 16/11;
}
@media only screen and (max-width: 767px) {
  .alumni-section-wrapper .alumni-item .img-box {
    border-radius: 8px;
  }
}
.alumni-section-wrapper .alumni-item .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.alumni-section-wrapper .alumni-item .img-box:hover img {
  transform: scale(1.05);
}

/* ===================================
   Accreditation & Memberships Styles
   =================================== */
.accreditation-section-wrapper {
  padding: 60px 0;
}
@media only screen and (max-width: 767px) {
  .accreditation-section-wrapper {
    padding: 40px 0;
  }
}
.accreditation-section-wrapper .section-title {
  text-align: center;
  margin-bottom: 34px;
}
.accreditation-section-wrapper .section-title h1 {
  font-size: 40px !important;
  display: inline-block;
  margin-bottom: 24px;
}
@media only screen and (max-width: 767px) {
  .accreditation-section-wrapper .section-title h1 {
    line-height: normal;
  }
}
.accreditation-section-wrapper .section-title p {
  margin-bottom: 0;
}
.accreditation-section-wrapper .logos-grid-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 40px;
  margin-bottom: 60px;
}
@media only screen and (max-width: 991px) {
  .accreditation-section-wrapper .logos-grid-wrapper {
    gap: 20px;
    margin-bottom: 30px;
  }
}
.accreditation-section-wrapper .logos-grid-wrapper .logo-item {
  display: flex;
  align-items: center;
  justify-content: center;
}
.accreditation-section-wrapper .logos-grid-wrapper .separator {
  width: 1px;
  height: 60px;
  background-color: #ddd;
}
@media only screen and (max-width: 991px) {
  .accreditation-section-wrapper .logos-grid-wrapper .separator {
    display: none;
  }
}
.accreditation-section-wrapper .benefits-section .benefits-title {
  margin-bottom: 60px;
  text-align: center;
}
.accreditation-section-wrapper .benefits-section .benefits-title h3 {
  font-size: 24px !important;
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .accreditation-section-wrapper .benefits-section .benefits-title h3 {
    line-height: normal;
  }
}
@media only screen and (max-width: 767px) {
  .accreditation-section-wrapper .benefits-section .benefits-title {
    margin-bottom: 40px;
  }
}
.accreditation-section-wrapper .benefits-section .benefit-card {
  margin-bottom: 40px;
}
.accreditation-section-wrapper .benefits-section .benefit-card h5 {
  font-size: 24px !important;
  margin-bottom: 24px;
}
.accreditation-section-wrapper .benefits-section .benefit-card p {
  font-size: 1.125pxrem;
  line-height: 32px;
}

.node-radios {
  margin-top: 20px;
}
.node-radios .category {
  display: flex;
  align-items: center;
  gap: 10px;
}
.node-radios input[type=radio] {
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  border-radius: 50% !important;
  background: #EFF6FD;
  border: 3px solid #092832;
  box-shadow: 0 0 0 1px #092832;
  width: 16px;
  height: 16px !important;
  padding: 0;
  margin: 0;
  transition: all 0.4s ease;
}
.node-radios input[type=radio]:checked {
  background: #0A3E34;
  transition: all 0.4s ease;
}

.common-btn {
  background-color: #0A3E34;
  font-size: 14px;
  color: #fff;
  padding: 10px 25px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 400;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}
.common-btn:hover {
  background-color: #02542D;
}/*# sourceMappingURL=style.css.map */