.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-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-kit-6 e-page-transition{background-color:#FFBC7D;}.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);}.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); }
}

@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: 20px;
  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;
}

/* Shimmer sweep */
.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;
}

/* Hover darkening */
.move-btn::after {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0);
  transition: background 0.3s ease;
  border-radius: inherit;
}

.move-btn:hover::after {
  background: rgba(0,0,0,0.12);
}

/* House icon bounces on hover */
.move-btn:hover .btn-icon {
  animation: icon-lift 0.6s ease-in-out infinite;
}

/* Keep all content above pseudo-elements */
.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;
}

/* Shimmer */
.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;
}

/* Gold gradient fades in on hover */
.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: inherit;
  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;
}/* End custom CSS */