.elementor-kit-6{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#000000;--e-global-color-accent:#61CE70;--e-global-color-49906ff:#9677B2;--e-global-color-5ffa8da:#4F1964;--e-global-color-1b8fb07:#F7F3EE;--e-global-color-fb7c312:#FEFEFE;--e-global-color-c556f4e:#3E3C3F;--e-global-color-555b77a:#C9A14A;--e-global-color-8fb659a:#DCBD74;--e-global-color-2022ec8:#000000;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto Condensed";--e-global-typography-text-font-size:20px;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:30px;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;--e-global-typography-d0500b3-font-family:"Playfair Display";--e-global-typography-d0500b3-font-size:68px;--e-global-typography-d0500b3-font-weight:500;--e-global-typography-8a647fc-font-family:"Playfair Display";--e-global-typography-8a647fc-font-size:clamp(2.375rem, 1.5938rem + 2.5vw, 3rem);--e-global-typography-8a647fc-font-weight:500;--e-global-typography-1c366fa-font-family:"Playfair Display";--e-global-typography-1c366fa-font-size:clamp(1.625rem, 1.3125rem + 1vw, 1.875rem);--e-global-typography-1c366fa-font-weight:500;--e-global-typography-3b867ac-font-family:"Archivo";--e-global-typography-3b867ac-font-size:clamp(0.625rem, 0.3906rem + 0.75vw, 0.8125rem);--e-global-typography-3b867ac-font-weight:600;--e-global-typography-3b867ac-text-transform:uppercase;--e-global-typography-3b867ac-letter-spacing:2.6px;--e-global-typography-074049b-font-family:"Archivo";--e-global-typography-074049b-font-size:16px;--e-global-typography-074049b-font-weight:300;--e-global-typography-074049b-line-height:30px;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1440px;}.e-con{--container-max-width:1440px;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1366px){.elementor-kit-6{--e-global-typography-8a647fc-font-size:27px;--e-global-typography-074049b-font-size:18px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:80%;}.e-con{--container-max-width:80%;}}@media(max-width:1024px){.elementor-kit-6{--e-global-typography-074049b-font-size:14px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:85%;}.e-con{--container-max-width:85%;}}@media(max-width:767px){.elementor-kit-6{--e-global-typography-d0500b3-font-size:clamp(2.75rem, 0.875rem + 6vw, 4.25rem);}.elementor-section.elementor-section-boxed > .elementor-container{max-width:90%;}.e-con{--container-max-width:90%;}}/* Start custom CSS */.location-card {
  position: relative;
  overflow: hidden;
}

/* This is the inset gold border only — no background */
.location-card::after {
  content: '';
  position: absolute;
  inset: 12px;
  border: 1px solid rgba(201,168,76,0.6);
  background: transparent;
  pointer-events: none;
  z-index: 10;
}

.location-card:hover::after {
  border-color: rgba(201,168,76,0.95);
  transition: border-color 0.3s ease;
}/* End custom CSS */