/******* Do not edit this file *******
Code Snippets Manager
Saved: May 20 2026 | 16:32:52 */
.left-image-border:before {
  content: "";
  position: absolute;
  left: 40px;
  top: 40px;
  bottom: -40px;
  right: -40px;
  z-index: 1;
  pointer-events: none;
  border: 1px solid var(--e-global-color-fdac6f8);
}
.right-image-border:before {
  content: "";
  position: absolute;
  left: -40px;
  top: 40px;
  bottom: -40px;
  right: 40px;
  z-index: 1;
  pointer-events: none;
  border: 1px solid var(--e-global-color-fdac6f8);
}
@media (max-width: 767px) {
  .right-image-border:before, .left-image-border:before {
    left: 20px;
    top: 20px;
    right: 20px;
    bottom: 20px;
  }
}
.image-borderinset-wide-color:after {
  content: "";
  position: absolute;
  left: 20px;
  top: 20px;
  bottom: 20px;
  right: 20px;
  pointer-events: none;
  z-index: 1;
  border: 2px solid var(--e-global-color-fdac6f8);
}
/* Mobile only */
@media (max-width: 767px) {
  .image-borderinset-wide-color:after {
    left: 10px;
    top: 10px;
    bottom: 10px;
    right: 10px;
  }
}
.image-borderinset-wide-off-white:after {
  content: "";
  position: absolute;
  left: 20px;
  top: 20px;
  bottom: 20px;
  right: 20px;
  pointer-events: none;
  z-index: 1;
  border: 1px solid var(--e-global-color-708d470);
  border-radius: 4px;
}
/* Mobile only */
@media (max-width: 767px) {
  .image-borderinset-wide-off-white:after {
    left: 10px;
    top: 10px;
    bottom: 10px;
    right: 10px;
  }
}
/* Image Styling */
.image-dark-grow {
  position: relative;
  overflow: hidden;
}
/* Background image clone */
.image-dark-grow::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: inherit;
  background-size: cover;
  background-position: center;
  transform: scale(1);
  filter: brightness(1);
  transition: transform 0.45s ease, filter 0.45s ease;
  z-index: 0;
}
/* Hover effect: zoom + subtle darken */
.image-dark-grow:hover::after {
  transform: scale(1.05);
  /* change this value on how big the image is to grow */
  filter: brightness(0.8);
  /* subtle darkening, change this value to lighten or darken, 1 is normal, >1 = darker <1 = lighter */
}
/* Keep gradient overlay & content above */
.image-dark-grow::before, .image-dark-grow > * {
  position: relative;
  z-index: 2;
}
.button-borderinset-off-white:after {
  content: "";
  position: absolute;
  left: 6px;
  top: 6px;
  bottom: 6px;
  right: 6px;
  pointer-events: none;
  border: 1px solid #FFF9F4;
  border-radius: 1px;
}
/* Navigation Styling */
.menu-button-open::before {
  content: "Menu";
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  color: white;
  letter-spacing: 3px;
}
.menu-button-open-color::before {
  content: "Menu";
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  color: #A16245;
  letter-spacing: 3px;
}
.menu-button-close::before {
  content: "Close";
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  color: white;
  letter-spacing: 3px;
}
/* Mega Menu no link still shows pointer */
.e-n-menu-wrapper ul li .e-n-menu-dropdown-icon:hover, .e-n-menu-wrapper ul li .e-n-menu-title-text:hover {
  cursor: pointer;
}
/* Text Styling */
.line-with-text {
  display: flex;
  align-items: center;
  text-align: center;
  gap: 10px;
  /* space between line and text */
}
.line-with-text::before, .line-with-text::after {
  content: "";
  flex: 0 0 60px;
  /* fixed 60px length */
  height: 1px;
  /* line thickness */
  background-color: var(--e-global-color-fdac6f8);
}
/* Mobile only */
@media (max-width: 767px) {
  .line-with-text::before, .line-with-text::after {
    flex: 0 0 40px;
    /* reduce line width to 20px on mobile */
  }
}
/* Forms */
.labelcentered label.elementor-field-label {
  margin: auto;
}
.labelcentered .elementor-field {
  text-align: center;
  font-size: 14px;
}
.elementor-form .elementor-field-group.elementor-field-type-submit {
  display: flex;
  justify-content: center;
  width: 100%;
}
.elementor-form .elementor-button {
  position: relative;
}
.elementor-form .elementor-button:after {
  content: "";
  position: absolute;
  left: 6px;
  top: 6px;
  right: 6px;
  bottom: 6px;
  border: 1px solid #FFF9F4;
  border-radius: 1px;
  pointer-events: none;
}
