.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;
  animation: flipHorizontal 3s ease-in-out infinite;
}

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

@keyframes flipHorizontal {
  0%, 100% {
    transform: translate(-50%, -50%) rotateY(0deg);
  }
  50% {
    transform: translate(-50%, -50%) rotateY(180deg);
  }
}

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

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

/* ========================================
   STICKY HEADER STYLES
   ======================================== */

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background-color: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  width: 100%;
}

.header-v1 {
  width: 100%;
}

/* Remove excessive body padding - let spacer div handle it */
body {
  padding-top: 0 !important;
}

/* Remove padding from main content areas */
.main-content,
#main,
main,
#site-main,
#main-content {
  padding-top: 0 !important;
  margin-top: 0 !important;
}

/* Fix excessive spacing in page-title section */
.page-title {
  padding-top: 3em !important;
  padding-bottom: 1em !important;
  margin-top: 0 !important;
  margin-bottom: 1em !important;
}

.page-title .section-container {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

/* Ensure breadcrumbs are visible */
.breadcrumbs {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  margin-bottom: 1em !important;
  padding: 0.5em 0 !important;
}

/* Ensure products section has proper spacing */
#content.site-content {
  padding-top: 1em !important;
}

.products-topbar {
  margin-bottom: 2em !important;
  margin-top: 1em !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;
}

/* 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.10912a0625aadb63ad9a.css.map */