.elementor-kit-2579{--e-global-color-primary:#1C2011;--e-global-color-secondary:#28b5a4;--e-global-color-text:#28B5A4;--e-global-color-accent:#5081F500;--e-global-color-c67a002:#28b5a4;--e-global-color-7d71e60:#F7F5E6BF;--e-global-color-d1f578e:#5C665A;--e-global-color-efe936f:#622602;--e-global-color-90236a6:#1B7D71;--e-global-color-af78a9f:#0C7E71;--e-global-color-fdfdc7b:#1B7D7175;--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-weight:500;background-color:#FFFFFF;}.elementor-kit-2579 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1290px;}.e-con{--container-max-width:1290px;}.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);}@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 *//* Reset margins and paddings globally */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* Make sure body doesn’t restrict width */
body {
  margin: 0;
  padding: 0;
}

/* Footer Styling with Full Width and Parallax */
.footer-cop {
  position: relative;
  left: 0;
  right: 0;
  width: 100vw; /* Full viewport width */
  margin: 0 auto; /* Remove any centering */
  padding: 50px 0;
  text-align: center;
  color: white;
  font-size: 16px;
  font-weight: 500;
  background: linear-gradient(120deg, #1B7D71, #2E8B78, #10685F, #157A6E);
  background-size: 400% 400%;
  animation: waveMotion 15s ease-in-out infinite, gradientBackground 10s ease infinite;
  box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.1);
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  letter-spacing: 0.5px;
  z-index: 1;

  /* Parallax-style background */
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center;
}

/* Animation Keyframes */
@keyframes waveMotion {
  0% {
    background-position: 100% 0%;
  }
  50% {
    background-position: 0% 0%;
  }
  100% {
    background-position: 100% 0%;
  }
}

@keyframes gradientBackground {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

/* Footer Content */
.footer-cop .copyright {
  display: inline !important;
}
.footer-cop .author-link,
.footer-cop .wp-link {
  display: none !important;
}

/* Footer Background Section */
.footer-background {
  width: 100vw; /* Full viewport width */
  height: 200px;
  background: linear-gradient(120deg, #1B7D71, #2E8B78, #10685F, #157A6E);
  background-size: 300% 300%;
  animation: gradientBackground 10s ease infinite;
  margin-top: 20px;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center;
}/* End custom CSS */