.font-mbuvi {
  font-family: "Akaya Kanadaka", "Segoe UI", sans-serif, "Segoe UI Symbol", ui-sans-serif, system-ui!important;
  font-display: swap;
}

.font-clarke {
  font-family: "Akaya Kanadaka", "Segoe UI Symbol", "Segoe UI Emoji", ui-sans-serif, system-ui, sans-serif!important;
  font-display: swap;
  font-size: 16px;
}

.visually-hidden {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap;
  border: 0;
  padding: 0;
  margin: -1px;
}

.circular-text-wrapper {
  width: 300px;
  height: 300px;
  position: relative;
  margin: 100px auto;
}

.circular-text {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 300px;
  height: 300px;
  transform: translate(-50%, -50%) rotate(0deg);
  animation: spinText 20s linear infinite;
}

.circular-text span {
  position: absolute;
  left: 50%;
  top: 0;
  transform-origin: 0 150px; /* Radius = 150px */
  font-size: 18px;
  color: #65BBE6;
  letter-spacing: 1px;
  font-weight: 500;
}

.circular-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 28px;
  font-weight: bold;
  color: #65BBE6;
  pointer-events: none;
}

@keyframes spinText {
  from {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

.site-logo-img{
  width: 70em!important;
  height: auto;
}

.btn_link{
  background-color: transparent;
}

.menu-item-text {
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  color: inherit;
  font: inherit;
  text-align: left;
  cursor: pointer; /* This is the key part for the "pointy finger" */
}

.menu-item-text:hover {
  text-decoration: none; /* Optional: mimic link hover effect */
  color: #65BBE6;
}

.danger {
  color: red;
}

.hidden{
  display: none!important;
}

.longspan-color {
  color: #65BBE6!important;
}

/* menu */
.menu-section ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.menu-section li {
  margin-bottom: 0.5rem;
}

.menu-section button {
  background: none;
  border: none;
  padding: 0;
  text-align: left;
  width: 100%;
  white-space: nowrap;
}

.site-navigation ul > li.level-0.mega-menu > .sub-menu {
	width: 10.208in!important;
}



/* Mobile Navigation Styles */
/* Slide-in menu */
.site-mobile-navigation {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 999;
    overflow-y: auto;
    transform: translateX(-100%);
    transition: transform 0.3s ease;
}

.site-mobile-navigation.active {
    transform: translateX(0);
}

/* Top black header */
.mobile-nav-header {
    background: #000;
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 1.5rem;
    font-weight: bold;
    font-size: 0.95rem;
    text-transform: uppercase;
}

/* Close icon */
.close-mobile-nav {
    background: none;
    border: none;
    color: #fff;
    font-size: 1.5rem;
    cursor: pointer;
}

/* Menu section */
.mobile-nav-inner {
    padding: 1rem 0;
}

/* List styles */
.menu-list, .submenu-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.menu-list li, .submenu-list li {
    border-bottom: 1px solid #eee;
}

/* Menu button styles */
.menu-list button, .submenu-list button {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    background: none;
    border: none;
    padding: 1rem 1.5rem;
    font-size: 0.9rem;
    text-transform: uppercase;
    color: #333;
    cursor: pointer;
    font-weight: 500;
}

/* Right arrow */
.menu-list button::after, .submenu-list button::after {
    content: '›';
    font-size: 1.2rem;
    color: #999;
}

/* Slider for submenus */
.menu-slider {
    overflow: hidden;
    width: 100%;
    position: relative;
}

.menu-slide {
    display: flex;
    width: 200%;
    transition: transform 0.3s ease-in-out;
}

.menu-slide.slide-left {
    transform: translateX(-50%);
}

/* Submenu header */
.submenu-header {
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
}

.submenu-title {
    margin-left: auto;
    margin-right: auto;
    font-weight: bold;
}

/* Menu level styling */
.menu-level {
    width: 100%;
    padding: 1rem;
    box-sizing: border-box;
}

@media (max-width: 768px) {
    .mobile-hidden {
      display: none !important;
    }
  }

/* Slider */

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
.slick-slide img
{
    display: block;
}

@charset 'UTF-8';
/* Slider */

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url(/a4e97f5a2a64f0ab1323.eot);
    src: url(/a4e97f5a2a64f0ab1323.eot?#iefix) format('embedded-opentype'), url(/295183786cd8a1389865.woff) format('woff'), url(/c94f7671dcc99dce43e2.ttf) format('truetype'), url(/291c348c601174db561e.svg#slick) format('svg');
}
/* Arrows */

/* Dots */


/*# sourceMappingURL=main.29a0c5f5a3b1ab983a8c.css.map */