.the_custom_logo img {
  width: auto;
  height: 200px;
}


blockquote {
  font-size: 1.3em;
  font-style: italic;
  font-family: "Georgia", serif;
  font-size: 1.2em;
  border-left: 4px solid #05f521;
  padding-left: 20px;
  margin: 20px 0;
  color: #333;
  background-color: #f9f9f9;
  padding-top: 20px;
  padding-bottom: 20px;
}

blockquote footer {
  font-size: 0.9em;
  color: #666;
  margin-top: 10px;
  font-family: sans-serif;
}

[x-cloak] {
  display: none !important;
}

[x-show] {
  transition: transform 0.4s ease-in-out, opacity 0.3s ease-in-out;
}

[x-show].slide-in {
  transform: translateY(0);
}

[x-show].slide-out {
  transform: translateY(-100%);
}

[x-show=open] {
  transition: opacity 0.3s ease-in-out;
}

[x-cloak] {
  opacity: 0;
  pointer-events: none;
}



.animate-frosted span {
  display: inline-block;
  transform: translateY(100px);
  opacity: 0;
  animation: frosted 1.2s ease-out forwards;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  text-shadow: 0px 0px 10px rgba(255, 255, 255, 0.4);
}

@keyframes frosted {
  0% {
    transform: translateY(100px);
    opacity: 0;
    filter: blur(10px);
  }
  50% {
    opacity: 0.6;
    filter: blur(6px);
  }
  100% {
    transform: translateY(0);
    opacity: 1;
    filter: blur(0px);
  }
}
.cover img {
  transition: transform 0.3s ease-in-out;
}

.cover:hover img {
  transform: scale(1.1);
}

.cover:hover .zoom-overlay {
  opacity: 0.4;
}

:root {
  --size: clamp(10rem, 1rem + 40vmin, 30rem);
  --gap: calc(var(--size) / 30);
  --duration: 60s;
  --scroll-start: 0;
  --scroll-end: calc(-100% - var(--gap));
}

.marqueeHor {
  display: grid;
  align-content: center;
  overflow: hidden;
  gap: var(--gap);
  width: 100%;
  min-height: 80vh;
  font-size: 1rem;
  line-height: 1.5;
}

.marquee {
  display: flex;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  gap: var(--gap);
}

.marquee__group {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: var(--gap);
  min-width: 100%;
  animation: scroll-x var(--duration) linear infinite;
}

@media (prefers-reduced-motion) {
  .marquee__group {
    animation-play-state: paused;
  }
}
.marquee--reverse .marquee__group {
  animation-direction: reverse;
  animation-delay: -3s;
}

@keyframes scroll-x {
  from {
    transform: translateX(var(--scroll-start));
  }
  to {
    transform: translateX(var(--scroll-end));
  }
}
.marquee img {
  display: grid;
  place-items: center;
  width: var(--size);
  fill: var(--color-text);
  padding: calc(var(--size) / 20);
  border-radius: 0.3rem;
  height: auto;
  max-height: 180px;
  width: 225px;
  -o-object-fit: contain;
     object-fit: contain;
  transition: 1s ease-in-out;
}

.marquee img:hover {
  transition: 0.3s ease-in-out;
  filter: none;
  opacity: 1;
}

.wrapper {
  display: flex;
  flex-direction: column;
  gap: var(--gap);
  margin: auto;
}

.objectSlide {
  transition: transform 0.3s ease-in-out, opacity 0.4s ease-in-out;
  opacity: 0;
  transition-delay: 0.5s;
}

.slideIn {
  transform: translateX(0);
  opacity: 1;
}

.lockOn {
  transition: background-color 0.5s ease-in-out;
}

input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required,
textarea.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required {
  padding: 15px;
  border-radius: 0;
  border: 1px solid #17a34b;
  background-color: transparent;
  color: #17a34b;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  width: 80%;
  margin: auto;
}
input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required:focus,
textarea.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required:focus {
  border: none;
  border-bottom: 1px solid #17a34b;
  outline: none;
}
input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required::-moz-placeholder, textarea.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required::-moz-placeholder {
  font-size: 14px;
  color: #17a34b;
}
input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required::placeholder,
textarea.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required::placeholder {
  font-size: 14px;
  color: #17a34b;
}

/* Target label separately */
.wpcf7-form label {
  color: #abb7d9;
}

/* Target submit button */
input.wpcf7-form-control.wpcf7-submit {
  color: #17a34b;
  background: transparent;
  border: 1px solid #17a34b;
  padding: 10px 20px;
  cursor: pointer;
  transition: all 0.3s ease;
}
input.wpcf7-form-control.wpcf7-submit:hover {
  background: #17a34b;
  color: #ffffff;
}/*# sourceMappingURL=global.css.map */

body{
  font-family: 'Inter', sans-serif;
}

p {
    padding: revert;
    margin: revert;
}


a:where(:not(.wp-element-button)) {
    text-decoration: none !important;
}

.footer-column p{
 font-size: 16px;
}

h1, h2, h3, h4, h5, h6 {
    font-size: revert-layer;
    font-weight: revert;
}

a[aria-current="page"] {
    color: #95c93d;
    font-weight: 600;
    background-color: #ececec;
    border-radius: 5px;
    padding: 6px 10px 6px 10px;  
}

.uws-hero{
  text-shadow: 2px 2px 0px rgb(33, 33, 33);
}

.ff-message-success {
    position: relative;
    margin-top: 15px;
    padding: 18px 20px;
    border-radius: 12px;
    background: #e6f9f0; 
    border-left: 5px solid #34c759; 
    color: #065f46; 
    font-weight: 500;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, opacity 0.3s ease;
}


.ff-message-success::before {
    content: '✔';
    font-weight: bold;
    color: #34c759;
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.2rem;
}

.ff-message-success:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12);
}
