.elementor-kit-6{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-0e06891:#84724A;--e-global-color-1e4db8d:#4E7B63;--e-global-color-41dc9bc:#FFFFFF;--e-global-color-90d59ed:#000000;--e-global-color-73ae3c2:#173B28;--e-global-color-4d148ed:#E5E6E2;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS */@keyframes cascade {
  0%   { opacity: 0.15; }
  33%  { opacity: 1; }
  66%  { opacity: 0.15; }
  100% { opacity: 0.15; }
}

.scroll-cascade {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0px;
  cursor: pointer;
}

.scroll-cascade svg {
  color: #ffffff;
  display: block;
}

.scroll-cascade svg:nth-child(1) { animation: cascade 1.6s ease-in-out infinite 0s; }
.scroll-cascade svg:nth-child(2) { animation: cascade 1.6s ease-in-out infinite 0.2s; }
.scroll-cascade svg:nth-child(3) { animation: cascade 1.6s ease-in-out infinite 0.4s; }

@keyframes gold-shift {
  0%   { background-position: 0% 50%; }
  50%  { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}

@keyframes shimmer-sweep {
  0%   { left: -80%; }
  100% { left: 130%; }
}

@keyframes icon-lift {
  0%, 100% { transform: translateY(0); }
  50%       { transform: translateY(-3px); }
}

.move-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 15px 30px;
  border-radius: 15px;
  border: 1.5px solid #a8894a;
  cursor: pointer;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.05em;
  color: #ffffff;
  overflow: hidden;
  text-decoration: none;
  white-space: nowrap;
  background: linear-gradient(
    110deg,
    #5a4a28,
    #84724a,
    #c9a84c,
    #e8c96a,
    #f0d47a,
    #e0b94a,
    #c9a84c,
    #84724a,
    #5a4a28
  );
  background-size: 300% 300%;
  animation: gold-shift 5s ease infinite;
  transition: border-color 0.3s ease, color 0.3s ease;
}

.move-btn:hover {
  border-color: #f0d47a;
  color: #2a1800;
}

.move-btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: -80%;
  width: 45%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255,255,255,0.3),
    transparent
  );
  animation: shimmer-sweep 3.5s ease-in-out infinite;
  pointer-events: none;
}

.move-btn::after {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0);
  transition: background 0.3s ease;
  border-radius: 15px;
}

.move-btn:hover::after {
  background: rgba(0,0,0,0.12);
}

.move-btn:hover .btn-icon {
  animation: icon-lift 0.6s ease-in-out infinite;
}

.btn-icon,
.btn-text,
.btn-arrow {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
}

@keyframes banner-btn-green {
  0%   { background-position: 0% 50%; }
  50%  { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}

@keyframes banner-btn-gold {
  0%   { background-position: 0% 50%; }
  50%  { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}

@keyframes banner-btn-shimmer {
  0%   { left: -80%; }
  100% { left: 130%; }
}

.banner-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding: 16px 32px;
  border-radius: 15px;
  border: 1.5px solid #3a6250;
  cursor: pointer;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: #ffffff;
  overflow: hidden;
  text-decoration: none;
  white-space: nowrap;
  width: 360px;
  justify-content: center;
  background: linear-gradient(
    110deg,
    #2e5440,
    #4e7b63,
    #6a9e80,
    #7db896,
    #6a9e80,
    #4e7b63,
    #2e5440
  );
  background-size: 300% 300%;
  animation: banner-btn-green 5s ease infinite;
  transition: border-color 0.5s ease, color 0.5s ease;
}

.banner-btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: -80%;
  width: 45%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255,255,255,0.2),
    transparent
  );
  animation: banner-btn-shimmer 3.5s ease-in-out infinite;
  pointer-events: none;
  z-index: 2;
}

.banner-btn::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(
    110deg,
    #5a4a28,
    #84724a,
    #c9a84c,
    #e8c96a,
    #f0d47a,
    #e0b94a,
    #c9a84c,
    #84724a,
    #5a4a28
  );
  background-size: 300% 300%;
  animation: banner-btn-gold 5s ease infinite;
  opacity: 0;
  transition: opacity 0.5s ease;
  border-radius: 15px;
  z-index: 0;
}

.banner-btn:hover::after { opacity: 1; }
.banner-btn:hover {
  border-color: #f0d47a;
  color: #2a1800;
}

.banner-btn__inner {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 24px;
}

.banner-btn__default,
.banner-btn__hover {
  display: flex;
  align-items: center;
  gap: 10px;
  position: absolute;
  z-index: 1;
  transition: opacity 0.4s ease, transform 0.4s ease;
  white-space: nowrap;
}

.banner-btn__default {
  opacity: 1;
  transform: translateY(0);
}

.banner-btn__hover {
  opacity: 0;
  transform: translateY(8px);
  pointer-events: none;
}

.banner-btn:hover .banner-btn__default {
  opacity: 0;
  transform: translateY(-8px);
}

.banner-btn:hover .banner-btn__hover {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

@keyframes dark-btn-shift {
  0%   { background-position: 0% 50%; }
  50%  { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}

@keyframes dark-btn-shimmer {
  0%   { left: -80%; }
  100% { left: 130%; }
}

@keyframes dark-btn-icon-lift {
  0%, 100% { transform: translateY(0); }
  50%       { transform: translateY(-3px); }
}

.dark-btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  padding: 18px 32px;
  border-radius: 15px;
  border: 1.5px solid #3a3a3a;
  cursor: pointer;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: #ffffff;
  overflow: hidden;
  text-decoration: none;
  white-space: nowrap;
  box-sizing: border-box;
  background: linear-gradient(
    110deg,
    #111111,
    #2c2c2c,
    #3e3e3e,
    #4a4a4a,
    #3e3e3e,
    #2c2c2c,
    #111111
  );
  background-size: 300% 300%;
  animation: dark-btn-shift 5s ease infinite;
  transition: border-color 0.3s ease, color 0.3s ease;
}

.dark-btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: -80%;
  width: 45%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255,255,255,0.06),
    transparent
  );
  animation: dark-btn-shimmer 3.5s ease-in-out infinite;
  pointer-events: none;
  z-index: 2;
}

.dark-btn::after {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(255,255,255,0);
  transition: background 0.3s ease;
  border-radius: 15px;
  z-index: 0;
}

.dark-btn:hover::after {
  background: rgba(255,255,255,0.06);
}

.dark-btn:hover {
  border-color: #555555;
  color: #ffffff;
}

.dark-btn:hover .dark-btn__icon {
  animation: dark-btn-icon-lift 0.6s ease-in-out infinite;
}

.dark-btn__icon,
.dark-btn__text,
.dark-btn__arrow {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
}

@keyframes fom-green-shift {
  0%   { background-position: 0% 50%; }
  50%  { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}

@keyframes fom-shimmer {
  0%   { left: -80%; }
  100% { left: 130%; }
}

.fom-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 0px;
  padding: 14px 28px;
  border-radius: 15px;
  border: 1.5px solid #3a6250;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.05em;
  color: #ffffff;
  overflow: hidden;
  text-decoration: none;
  white-space: nowrap;
  background: linear-gradient(
    110deg,
    #2e5440,
    #4e7b63,
    #6a9e80,
    #4e7b63,
    #2e5440
  );
  background-size: 300% 300%;
  animation: fom-green-shift 5s ease infinite;
  transition: border-color 0.3s ease, gap 0.3s ease, padding-right 0.3s ease;
}

.fom-btn:hover {
  border-color: #7db896;
  gap: 10px;
  padding-right: 24px;
  color: #ffffff;
}

.fom-btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: -80%;
  width: 45%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.12), transparent);
  animation: fom-shimmer 3.5s ease-in-out infinite;
  pointer-events: none;
  z-index: 2;
}

.fom-btn::after {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(255,255,255,0);
  transition: background 0.3s ease;
  border-radius: 15px;
  z-index: 0;
}

.fom-btn:hover::after {
  background: rgba(255,255,255,0.06);
}

.fom-btn__text {
  position: relative;
  z-index: 1;
}

.fom-btn__arrow {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  opacity: 0;
  max-width: 0;
  overflow: hidden;
  transition: opacity 0.3s ease 0.1s, max-width 0.3s ease;
}

.fom-btn:hover .fom-btn__arrow {
  opacity: 1;
  max-width: 24px;
}

.custom-nav-remote.nav-prev-slide,
.custom-nav-remote.nav-next-slide {
  position: relative !important;
  width: auto !important;
  height: 48px !important;
  padding: 0 28px !important;
  border-radius: 15px !important;
  border: none !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  color: #ffffff !important;
  font-family: inherit !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  letter-spacing: 0.04em !important;
  overflow: hidden !important;
  cursor: pointer !important;
  background: #4e7b63 !important;
  transition: transform 0.2s ease, background 0.3s ease !important;
  box-shadow: 0 2px 8px rgba(46, 84, 64, 0.35) !important;
  animation: none !important;
}

.custom-nav-remote.nav-prev-slide:hover,
.custom-nav-remote.nav-next-slide:hover {
  background: #3d6250 !important;
  color: #ffffff !important;
  transform: scale(1.05) !important;
}

.custom-nav-remote.nav-prev-slide:hover i,
.custom-nav-remote.nav-prev-slide:hover svg {
  transform: translateX(-3px) !important;
}

.custom-nav-remote.nav-next-slide:hover i,
.custom-nav-remote.nav-next-slide:hover svg {
  transform: translateX(3px) !important;
}

.custom-nav-remote.nav-prev-slide i,
.custom-nav-remote.nav-prev-slide svg,
.custom-nav-remote.nav-next-slide i,
.custom-nav-remote.nav-next-slide svg {
  position: relative !important;
  z-index: 1 !important;
  transition: transform 0.25s ease !important;
}

.fom-btn,
.move-btn,
.banner-btn,
.dark-btn {
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation;
  -webkit-appearance: none;
  pointer-events: all;
}

.fom-btn *,
.move-btn *,
.banner-btn *,
.dark-btn * {
  pointer-events: none;
}

.fom-btn--ghost {
  background: none !important;
  background-color: transparent !important;
  animation: none !important;
  border: none !important;
  box-shadow: none !important;
  outline: none !important;
  padding: 0 !important;
}

.fom-btn--ghost::before,
.fom-btn--ghost::after {
  display: none !important;
}

.elementor-widget-html .fom-btn--ghost,
.elementor a.fom-btn--ghost {
  background: none !important;
  background-color: transparent !important;
  border: none !important;
  box-shadow: none !important;
  outline: none !important;
}

.mouse-wrap { display: flex; flex-direction: column; align-items: center; gap: 8px; color: #fff; }

.mouse-body {
  width: 30px; height: 48px; border-radius: 15px;
  border: 2px solid #fff; position: relative; overflow: hidden;
}
.wheel {
  width: 4px; height: 9px; border-radius: 2px;
  background: #fff;
  position: absolute; left: 50%; top: 9px; margin-left: -2px;
  animation: wheel-scroll 1.8s ease-in-out infinite;
}
@keyframes wheel-scroll {
  0%        { top: 9px;  opacity: 1; }
  60%       { top: 26px; opacity: 1; }
  80%       { top: 26px; opacity: 0; }
  81%       { top: 9px;  opacity: 0; }
  100%      { top: 9px;  opacity: 1; }
}

.track-line {
  width: 2px; height: 28px; background: rgba(255,255,255,0.2);
  border-radius: 2px; position: relative; overflow: hidden;
}
.track-dot {
  width: 6px; height: 6px; border-radius: 50%;
  background: #fff;
  position: absolute; left: -2px; top: 0;
  animation: dot-scroll 1.8s cubic-bezier(.42,0,.58,1) infinite;
}
@keyframes dot-scroll {
  0%        { top: 0;   opacity: 0; }
  15%       { opacity: 1; }
  85%       { opacity: 1; }
  100%      { top: 22px; opacity: 0; }
}/* End custom CSS */