.elementor-1362 .elementor-element.elementor-element-589aecf6{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--padding-top:70px;--padding-bottom:50px;--padding-left:20px;--padding-right:20px;}.elementor-1362 .elementor-element.elementor-element-4eef1762{text-align:center;}.elementor-1362 .elementor-element.elementor-element-4eef1762 .elementor-heading-title{color:var( --e-global-color-secondary );}.elementor-1362 .elementor-element.elementor-element-598ea28b{text-align:center;font-weight:400;}.elementor-1362 .elementor-element.elementor-element-64632c42{text-align:center;}.elementor-1362 .elementor-element.elementor-element-361ad31{text-align:center;}.elementor-1362 .elementor-element.elementor-element-11b6741b{text-align:center;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-a02c544 */.footer-quote {
  margin: 30px 0 15px;
  height: 24px;
  position: relative;
  font-size: 14px;
  color: #7a736d;
  font-style: italic;
}

.footer-quote .quote {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  transition: opacity 1s ease;
}

.footer-quote .quote.active {
  opacity: 1;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-b8e791f */.footer-credit {
  margin-top: 6px;
  font-size: 12px;
  color: #a89f96;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}

.footer-credit img {
  height: 14px;
  width: auto;
  opacity: 0.8;
  transition: opacity 0.25s ease, transform 0.25s ease;
}

.footer-credit img:hover {
  opacity: 1;
  transform: translateY(-1px);
}
.footer-credit {
  margin-top: 10px;
  font-size: 14px;
  color: #a89f96;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.footer-credit img {
  height: 60px;   /* ⬅️ increase this */
  width: auto;
  opacity: 0.9;
  transform: translateY(1px);
  transition: all 0.25s ease;
}

.footer-credit img:hover {
  opacity: 1;
  transform: translateY(-1px);
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-589aecf6 */.site-footer {
  background: linear-gradient(
    180deg,
    #f8f4ef 0%,
    #efe6dc 100%
  );
  padding: 80px 20px 55px;
  text-align: center;
  border-top: 1px solid rgba(197,138,79,0.18);
}

.site-footer .elementor-heading-title {
  font-size: 40px !important;
  letter-spacing: 0.4px !important;
  margin-bottom: 8px !important;
}

.site-footer p {
  color: #6e6a66;
}

.footer-links {
  margin-top: 22px;
}

.footer-links a {
  color: #4f4944;
  text-decoration: none;
  margin: 0 14px;
  font-size: 14px;
  transition: color 0.25s ease;
}

.footer-links a:hover {
  color: #c58a4f;
}

.footer-legal {
  margin-top: 22px;
  font-size: 13px;
  color: #8c847d;
}

.footer-legal a {
  color: inherit;
  text-decoration: none;
  margin: 0 6px;
}

.footer-bottom {
  margin-top: 24px;
  font-size: 12px;
  color: #a89f96;
  line-height: 1.7;
}

.footer-credit a,
.footer-bottom a {
  color: inherit;
  text-decoration: none;
}

.footer-credit a:hover,
.footer-bottom a:hover {
  color: #c58a4f;
}
@media (max-width: 767px) {

  .site-footer {
    padding: 60px 20px 40px;
  }

  /* Logo / Title */
  .site-footer .elementor-heading-title {
    font-size: 20px !important;
  }

  /* Tagline */
  .site-footer p {
    font-size: 14px;
    line-height: 1.6;
  }

  /* Links stack instead of inline */
  .footer-links {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 18px;
  }

  .footer-links a {
    margin: 0;
    font-size: 14px;
  }

  /* Quote spacing */
  .footer-quote {
    margin: 25px auto 15px;
    font-size: 13px;
    max-width: 90%;
  }

  /* Legal */
  .footer-legal {
    margin-top: 18px;
    font-size: 12px;
  }

  /* Bottom text */
  .footer-bottom {
    margin-top: 20px;
    font-size: 11px;
  }

}
/* Footer link hover polish */
.footer-links a,
.footer-legal a,
.footer-credit a,
.footer-bottom a {
  position: relative;
  transition: color 0.25s ease, opacity 0.25s ease;
}

.footer-links a:hover,
.footer-legal a:hover,
.footer-credit a:hover,
.footer-bottom a:hover {
  color: #c58a4f !important;
}

/* Soft underline animation */
.footer-links a::after,
.footer-legal a::after,
.footer-credit a::after,
.footer-bottom a::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -4px;
  width: 0;
  height: 1px;
  background: #c58a4f;
  transform: translateX(-50%);
  transition: width 0.25s ease;
}

.footer-links a:hover::after,
.footer-legal a:hover::after,
.footer-credit a:hover::after,
.footer-bottom a:hover::after {
  width: 100%;
}

/* Footer fade-in on scroll */
.site-footer {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.site-footer.footer-visible {
  opacity: 1;
  transform: translateY(0);
}
.site-footer {
  opacity: 1 !important;
  transform: none !important;
}
.site-footer {
  background: linear-gradient(180deg, #f8f4ef 0%, #efe6dc 100%);
  padding: 80px 20px 55px;
  text-align: center;
  border-top: 1px solid rgba(197,138,79,0.18);
}

.footer-links a,
.footer-legal a,
.footer-credit a,
.footer-bottom a {
  position: relative;
  transition: color 0.25s ease;
}

.footer-links a:hover,
.footer-legal a:hover,
.footer-credit a:hover,
.footer-bottom a:hover {
  color: #c58a4f !important;
}/* End custom CSS */