.elementor-kit-6{--e-global-color-primary:#1A1A1A;--e-global-color-secondary:#6B6B6B;--e-global-color-text:#1A1A1A;--e-global-color-accent:#8B2E2E;--e-global-color-04f7653:#FAF8F4;--e-global-color-0eefdf8:#FFFFFF;--e-global-color-ab8a792:#F0EBE3;--e-global-typography-primary-font-family:"Playfair Display";--e-global-typography-primary-font-size:clamp(2rem, 4vw, 2.5rem);--e-global-typography-primary-font-weight:700;--e-global-typography-primary-line-height:1.2em;--e-global-typography-secondary-font-family:"Inter";--e-global-typography-secondary-font-weight:500;--e-global-typography-secondary-letter-spacing:0.02em;--e-global-typography-text-font-family:"Libre Baskerville";--e-global-typography-text-font-size:1.125rem;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Inter";--e-global-typography-accent-font-weight:600;--e-global-typography-accent-text-transform:uppercase;--e-global-typography-8337adc-font-family:"Libre Baskerville";--e-global-typography-8337adc-font-weight:400;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.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);}.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: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 */.lightbox-overlay {
  position: fixed !important;
  inset: 0 !important;
  background: rgba(26,26,26,0.95) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  opacity: 0;
  pointer-events: none;
  transition: opacity 300ms ease !important;
  z-index: 999999 !important;
}

.lightbox-overlay.active { 
  opacity: 1 !important; 
  pointer-events: auto !important; 
}

.lightbox-overlay img {
  width: 90vw !important;
  height: 90vh !important;
  max-width: 90vw !important;
  max-height: 90vh !important;
  object-fit: contain !important;
  cursor: zoom-out !important;
}/* End custom CSS */