/* Theme color variable */
:root {
  --theme-color: #6d0013;
  --theme-color-hover: #8a0018;
  --theme-color-light: rgba(109, 0, 19, 0.1);
}

figure {
  margin: 0;
}

/* Override theme colors globally */
a {
  color: var(--theme-color);
}

a:hover {
  color: var(--theme-color-hover);
}

.button,
button,
input[type="submit"],
.ed-element.ed-button a.button,
.ed-form-button button {
  background-color: var(--theme-color);
  border-color: var(--theme-color);
  color: #ffffff !important;
}

.button:hover,
button:hover,
input[type="submit"]:hover,
.ed-element.ed-button a.button:hover,
.ed-form-button button:hover {
  background-color: var(--theme-color-hover);
  border-color: var(--theme-color-hover);
  color: #ffffff !important;
}

/* Headlines and headings */
h1, h2, h3, h4, h5, h6,
.ed-element.ed-headline h1,
.ed-element.ed-headline h2,
.ed-element.ed-headline h3 {
  color: var(--theme-color);
}

/* Icons */
.ed-element.ed-icon svg,
.ed-element.ed-icon svg path {
  fill: var(--theme-color);
}

/* Menu links */
.ed-element.ed-menu a {
  color: var(--theme-color);
  outline: none;
}

.ed-element.ed-menu a:hover,
.ed-element.ed-menu a.active {
  color: var(--theme-color-hover);
}

.ed-element.ed-menu a:focus {
  outline: none;
}

/* Boxes and service items */
.preset-boxes-v3-border .boxes-box,
.preset-boxes-v3-services2 .boxes-box {
  border-color: var(--theme-color);
}

.ed-element.preset-boxes-v3-services2 .boxes-icon {
  border-radius: 50%;
}

/* Accordion triggers */
.accordion-trigger a {
  color: var(--theme-color);
}

/* Override all #dc3545 (old theme color) with new theme color */
/* Only headings and links should use theme color, not paragraphs */
[class*="custom-theme"] h1,
[class*="custom-theme"] h2,
[class*="custom-theme"] h3,
[class*="custom-theme"] h4,
[class*="custom-theme"] a:not(.button) {
  color: var(--theme-color);
}

/* Paragraphs and body text should remain dark */
p,
.ed-element.ed-text p,
.ed-element.custom-theme p {
  color: #333333;
}

/* SVG and icon fills */
svg path,
.ed-icon svg path,
figure.ed-icon svg path {
  fill: var(--theme-color);
}

/* Border colors */
.boxes-box,
.ed-container.boxes-box,
[class*="preset-boxes"] .boxes-box {
  border-color: var(--theme-color);
}

/* Background colors for buttons and interactive elements */
/* Only style actual buttons, not all .wv-link-elm elements */
a.button,
.ed-button a.button,
.ed-form-button button,
input[type="button"],
input[type="submit"] {
  background-color: var(--theme-color) !important;
  border-color: var(--theme-color) !important;
  color: #ffffff !important;
}

a.button:hover,
.ed-button a.button:hover,
.ed-form-button button:hover,
input[type="button"]:hover,
input[type="submit"]:hover {
  background-color: var(--theme-color-hover) !important;
  border-color: var(--theme-color-hover) !important;
  color: #ffffff !important;
}

/* Accordion and dropdown links should use theme color, not button styling */
.accordion-trigger .wv-link-elm,
.wv-link-elm:not(.button) {
  color: var(--theme-color);
  background-color: transparent !important;
}

.accordion-trigger .wv-link-elm:hover,
.wv-link-elm:not(.button):hover {
  color: var(--theme-color-hover);
}

/* Slider navigation */
.slider-container .slick-prev,
.slider-container .slick-next,
.ed-content-slider .slick-prev,
.ed-content-slider .slick-next,
.ed-element.preset-slider-content-v3-testimonials-image-text .slick-arrow {
  color: var(--theme-color);
}

.ed-element.preset-slider-content-v3-testimonials-image-text .slick-arrow svg,
.ed-element.preset-slider-content-v3-testimonials-image-text .slick-arrow svg path {
  fill: var(--theme-color);
}

/* Gallery and image boxes */
.ed-gallery a:hover,
.image-boxes-box h3 {
  color: var(--theme-color);
}

/* Form elements focus state */
input:focus,
textarea:focus,
select:focus {
  border-color: var(--theme-color);
  outline-color: var(--theme-color);
}

/* Footer */
.footer,
.ed-element.preset-footer-fulla-v2-default {
  background-color: var(--theme-color);
}

.footer a,
.footer .ed-element.ed-menu a,
.footer .ed-element.ed-logo h1,
.footer .ed-element.ed-logo span,
.footer .header-logo span,
.footer .ed-element.ed-text a,
.footer .ed-element.ed-text p,
.ed-element.preset-footer-fulla-v2-default a,
.ed-element.preset-footer-fulla-v2-default p {
  color: #ffffff;
}

.footer a:hover,
.footer .ed-element.ed-menu a:hover {
  color: rgba(255, 255, 255, 0.8);
}

/* Footer container */
.footer-container {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}

/* Footer copyright section */
.footer-copyright {
  width: 100%;
    display: flex;
    gap: 10px;
    text-align: center;
    padding-top: 1rem;
    margin-top: 1rem;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    justify-content: center;
}

.footer-copyright p,
.footer-copyright a {
  font-size: 13px;
  color: #ffffff;
  margin: 0.25rem 0;
}

.footer-copyright a:hover {
  color: rgba(255, 255, 255, 0.8);
}

/* Global paragraph font size adjustment for better readability */
p {
  font-size: calc(1em - 1px);
}

/* About section padding adjustment */
.ed-element.preset-text-with-image-v4-about-image-text .text-with-image-box {
  padding: 1rem;
}

/* Smooth scroll behavior for all anchor links */
html {
  scroll-behavior: smooth;
}

/* Header and footer width reset to 100% */
.menu-wrapper.wv-boxed,
.preset-menu-v2-home-5.wv-boxed,
#ed-1459692766.wv-boxed {
  max-width: 100%;
  width: 100%;
}

.footer > .inner,
.preset-footer-fulla-v2-default > .inner {
  max-width: 100%;
  width: 100%;
}

/* Main content areas max-width */
.wv-boxed {
  max-width: unset;
}

/* Header logo styles */
.header-logo {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  text-decoration: none;
}

.header-logo:hover {
  text-decoration: none;
}

.header-logo img {
  height: 60px;
  width: auto;
}

.header-logo span {
  font-size: 1.2rem;
  font-weight: 700;
  color: inherit;
  padding-left: 0.25rem;
}

@media screen and (max-width: 575px) {
  .header-logo img {
    height: 50px;
  }

  .header-logo span {
    font-size: 1rem;
  }
}


#ed-1459692769 {
  flex-basis: auto;
}

#ed-1459692772 {
  flex-basis: auto;
  flex-grow: 1;
}

#ed-1459692778 {
  margin: auto 1rem auto auto;
}

@media screen and (max-width: 975px) {
  #ed-1459692778 {
    margin: auto 1rem auto 0rem;
  }
}

#ed-1459692775 {
  flex-grow: 1;
  flex-basis: auto;
}

#ed-1459692775 > .inner {
  place-content: center flex-end;
  align-items: center;
}

@media screen and (max-width: 975px) {
  #ed-1459692775 > .inner {
    justify-content: flex-end;
  }
}

#ed-1459692766 > .inner {
  align-items: center;
  justify-content: space-between;
  max-width: 1100px;
}

#ed-1459692787 {
  opacity: 1;
}

#ed-1459692790 .space {
  height: 40px;
}

#ed-1459692796 .space {
  height: 40px;
}

#ed-1459692799 {
  text-align: center;
  opacity: 1;
}

#ed-1459692802 {
  flex-basis: auto;
  transform: translate3d(-50%, 0px, 0px) scale(1) rotate(0deg) skew(0deg, 0deg);
  position: absolute;
  left: 50%;
  bottom: 1rem;
}

#ed-1459692784 > .inner {
  place-content: center;
  flex-flow: row wrap;
}

#ed-1459692784 {
  flex-basis: auto;
  order: 0;
  flex-grow: 1;
}

#ed-1459692760 > .inner {
  align-content: stretch;
  flex-direction: column;
}

#ed-1459692760 {
  min-height: 90vh;
}

#ed-1459690972 .space {
  height: 16px;
}

#ed-1459690978 .space {
  height: 16px;
}

#ed-1459690966 {
  flex: 1 0 0px;
}

#ed-1459690987 h2 {
  text-align: center;
}

#ed-1459690990 .space {
  height: 30px;
}

@media screen and (max-width: 975px) {
  #ed-1459690990 .space {
    height: 30px;
  }
}

#ed-1459690999 {
  text-align: center;
}

#ed-1459691005 .space {
  height: 10px;
}

#ed-1459691011 .space {
  height: 10px;
}

#ed-1459690996 > .inner {
  place-content: flex-start center;
  align-items: stretch;
}

#ed-1459691020 {
  text-align: center;
}

#ed-1459691026 .space {
  height: 10px;
}

#ed-1459691032 .space {
  height: 10px;
}

#ed-1459691017 > .inner {
  place-content: flex-start center;
  align-items: stretch;
}

#ed-1459691041 {
  text-align: center;
}

#ed-1459691047 .space {
  height: 10px;
}

#ed-1459691053 .space {
  height: 10px;
}

#ed-1459691038 > .inner {
  place-content: flex-start center;
  align-items: stretch;
}

#ed-1459691230 .space {
  height: 30px;
}

#ed-1459691239 {
  text-align: center;
}

#ed-1459691245 .space {
  height: 16px;
}

#ed-1459691251 .space {
  height: 10px;
}

#ed-1459691236 > .inner {
  place-content: flex-start center;
  align-items: stretch;
}

#ed-1459691260 {
  text-align: center;
}

#ed-1459691266 .space {
  height: 16px;
}

#ed-1459691272 .space {
  height: 10px;
}

#ed-1459691257 > .inner {
  place-content: flex-start center;
  align-items: stretch;
}

#ed-1459691281 {
  text-align: center;
}

#ed-1459691287 .space {
  height: 16px;
}

#ed-1459691293 .space {
  height: 10px;
}

#ed-1459691278 > .inner {
  place-content: flex-start center;
  align-items: stretch;
}

#ed-1459691302 {
  text-align: center;
}

#ed-1459691308 .space {
  height: 16px;
}

#ed-1459691314 .space {
  height: 10px;
}

#ed-1459691299 > .inner {
  place-content: flex-start center;
  align-items: stretch;
}

#ed-1459691323 {
  text-align: center;
}

#ed-1459691329 .space {
  height: 16px;
}

#ed-1459691335 .space {
  height: 10px;
}

#ed-1459691320 > .inner {
  place-content: flex-start center;
  align-items: stretch;
}

#ed-1459691344 {
  text-align: center;
}

#ed-1459691350 .space {
  height: 16px;
}

#ed-1459691356 .space {
  height: 10px;
}

#ed-1459691341 > .inner {
  place-content: flex-start center;
  align-items: stretch;
}

#ed-1459691764 h2 {
  text-align: center;
}

#ed-1459691767 .space {
  height: 30px;
}

#ed-1459691776 img {
  width: 100vw;
  height: 250px;
  object-position: center top;
}

#ed-1459691788 img {
  width: 100vw;
  height: 250px;
  object-position: center top;
}

#ed-1459691800 img {
  width: 100vw;
  height: 250px;
  object-position: center top;
}

#ed-1459691812 img {
  width: 100vw;
  height: 250px;
  object-position: center top;
}

#ed-1459691824 img {
  width: 100vw;
  height: 250px;
  object-position: center top;
}

#ed-1459691836 img {
  width: 100vw;
  height: 250px;
  object-position: center top;
}

#ed-1459692454 h2 {
  text-align: center;
}

#ed-1459692457 .space {
  height: 30px;
}

#ed-1459692472 img {
  height: 60px;
  width: 60px;
}

#ed-1459692469 {
  flex-basis: auto;
  border-radius: 60px;
}

#ed-1459692475 > .inner {
  align-content: center;
}

#ed-1459692475 {
  flex-grow: 1;
  flex-shrink: 1;
}

#ed-1459692466 > .inner {
  justify-content: space-between;
  align-items: stretch;
}

#ed-1459692511 .space {
  height: 16px;
}

#ed-1459692487 img {
  height: 60px;
  width: 60px;
}

#ed-1459692484 {
  flex-basis: auto;
  border-radius: 60px;
}

#ed-1459692490 > .inner {
  align-content: center;
}

#ed-1459692490 {
  flex-grow: 1;
  flex-shrink: 1;
}

#ed-1459692481 > .inner {
  justify-content: space-between;
  align-items: stretch;
}

#ed-1459692514 .space {
  height: 16px;
}

#ed-1459692502 img {
  height: 60px;
  width: 60px;
}

#ed-1459692499 {
  flex-basis: auto;
  border-radius: 60px;
}

#ed-1459692505 > .inner {
  align-content: center;
}

#ed-1459692505 {
  flex-grow: 1;
  flex-shrink: 1;
}

#ed-1459692496 > .inner {
  justify-content: space-between;
  align-items: stretch;
}

#ed-1459692517 .space {
  height: 16px;
}

#ed-1459692460 > .inner {
  flex-direction: row;
}

#ed-1459691596 h2 {
  text-align: center;
}

#ed-1459691599 .space {
  height: 30px;
}

#ed-1459691512 h2 {
  text-align: center;
}

#ed-1459691515 .space {
  height: 30px;
}

#ed-1459691518 > .inner {
  justify-content: space-between;
}

#ed-1459691491 > .inner {
  justify-content: flex-end;
  align-items: center;
}

@media screen and (max-width: 575px) {
  #ed-1459691491 {
    flex-basis: 100%;
  }
}

@media screen and (max-width: 575px) {
  #ed-1459691491 > .inner {
    justify-content: center;
  }
}

#ed-1459691497 {
  flex-basis: auto;
  flex-grow: 0;
}

#ed-1459691497 > .inner {
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 575px) {
  #ed-1459691497 {
    order: -1;
    flex-grow: 1;
    flex-basis: 100%;
  }
}

#ed-1459691506 {
  flex-basis: auto;
}

#ed-1459691503 > .inner {
  justify-content: flex-end;
  align-items: center;
}

@media screen and (max-width: 575px) {
  #ed-1459691503 {
    flex-basis: 100%;
  }
}

@media screen and (max-width: 575px) {
  #ed-1459691503 > .inner {
    justify-content: center;
  }
}

#ed-1459691488 > .inner {
  flex-direction: row;
  place-content: center;
  align-items: center;
  padding-top: 2rem;
  padding-bottom: 1rem;
}

/* Mobile contact icon - only show in mobile menu */
li.mobile-contact-icon {
  display: none !important;
}

@media screen and (max-width: 975px) {
  li.mobile-contact-icon {
    display: block !important;
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid rgba(109, 0, 19, 0.2);
  }

  li.mobile-contact-icon a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    color: var(--theme-color);
    text-decoration: none;
    font-weight: 500;
  }

  li.mobile-contact-icon svg {
    width: 24px;
    height: 24px;
    fill: var(--theme-color);
  }

  li.mobile-contact-icon a:hover {
    color: var(--theme-color-hover);
  }

  li.mobile-contact-icon a:hover svg {
    fill: var(--theme-color-hover);
  }
}

/* Accordion styles */
.accordion-trigger a {
  cursor: pointer;
  display: block;
  position: relative;
  padding-right: 30px;
}

.accordion-trigger a::after {
  content: '+';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.5rem;
  font-weight: 300;
  transition: transform 0.3s ease;
}

.accordion-trigger a.active::after {
  content: '−';
}

.accordion-content {
  overflow: hidden;
  transition: max-height 0.5s ease, opacity 0.5s ease;
  max-height: 0;
  opacity: 0;
}

.accordion-content:not(.animation-initial),
.accordion-content.show {
  max-height: 500px !important;
  opacity: 1 !important;
}