.elementor-kit-9{--e-global-color-primary:#2A2B24;--e-global-color-secondary:#2A2B24;--e-global-color-text:#2A2B24;--e-global-color-accent:#2A2B24;--e-global-color-f43773b:#BB9D7A;--e-global-color-1d74798:#EFECE5;--e-global-typography-primary-font-family:"Manrope";--e-global-typography-primary-font-weight:400;--e-global-typography-primary-letter-spacing:0.5px;--e-global-typography-secondary-font-family:"Manrope";--e-global-typography-secondary-font-weight:400;--e-global-typography-secondary-letter-spacing:0.5px;--e-global-typography-text-font-family:"Manrope";--e-global-typography-text-font-weight:400;--e-global-typography-text-letter-spacing:0.5px;--e-global-typography-accent-font-family:"Manrope";--e-global-typography-accent-font-weight:400;--e-global-typography-accent-letter-spacing:0.5px;--e-global-typography-bc3559c-font-family:"Lora";--e-global-typography-bc3559c-font-weight:900;--e-global-typography-bc3559c-text-transform:uppercase;background-color:#EFECE5;font-size:20px;--e-page-transition-entrance-animation:e-page-transition-fade-out;--e-page-transition-exit-animation:e-page-transition-fade-in;--e-page-transition-animation-duration:500ms;}.elementor-kit-9 e-page-transition{background-color:var( --e-global-color-primary );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header{padding-inline-end:0px;padding-inline-start:0px;}@media(max-width:1024px){.elementor-kit-9{font-size:17px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-9{font-size:15px;}.elementor-kit-9 h1{line-height:1em;}.elementor-kit-9 h2{line-height:1em;}.elementor-kit-9 h3{line-height:1.15em;}.elementor-kit-9 h4{line-height:1.25em;}.elementor-kit-9 h5{line-height:1em;}.elementor-kit-9 h6{line-height:1em;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.more-b {
  position: relative;
  cursor: none;
}

.custom-cursor {
  position: absolute;
  width: 80px;
  height: 80px;
  background: rgba(255, 255, 255, 0.8); /* less transparent */
  border-radius: 50%;
  color: black;
  font-size: 16px; /* slightly larger */
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: opacity 0.2s ease;
  z-index: 999;
  font-weight: normal; /* not bold */
}

.more-b:hover .custom-cursor {
  opacity: 1;
}

/* Disable on tablet and mobile */
@media (max-width: 1024px) {
  .more-b {
    cursor: auto;
  }

  .more-b .custom-cursor {
    display: none !important;
  }
}/* End custom CSS */