.elementor-kit-6{--e-global-color-primary:#000000;--e-global-color-secondary:#BC813B;--e-global-color-text:#000000;--e-global-color-accent:#7D5525;--e-global-color-ae59c43:#BC813B;--e-global-color-3a83a2e:#FFFFFF;--e-global-typography-primary-font-family:"Titillium Web";--e-global-typography-primary-font-size:45px;--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Titillium Web";--e-global-typography-secondary-font-size:45px;--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Raleway";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Raleway";--e-global-typography-accent-font-size:16px;--e-global-typography-accent-font-weight:500;color:var( --e-global-color-primary );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 a{color:var( --e-global-color-ae59c43 );}.elementor-kit-6 a:hover{color:var( --e-global-color-secondary );}.elementor-kit-6 h1{color:var( --e-global-color-ae59c43 );font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );}.elementor-kit-6 h2{color:var( --e-global-color-ae59c43 );font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-size:var( --e-global-typography-secondary-font-size );font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-kit-6 h3{color:var( --e-global-color-secondary );font-family:"Titillium Web", Sans-serif;font-size:35px;font-weight:400;}.elementor-kit-6 h4{font-family:"Titillium Web", Sans-serif;font-size:25px;font-weight:400;}.elementor-kit-6 button,.elementor-kit-6 input[type="button"],.elementor-kit-6 input[type="submit"],.elementor-kit-6 .elementor-button{color:var( --e-global-color-secondary );}.elementor-kit-6 button:hover,.elementor-kit-6 button:focus,.elementor-kit-6 input[type="button"]:hover,.elementor-kit-6 input[type="button"]:focus,.elementor-kit-6 input[type="submit"]:hover,.elementor-kit-6 input[type="submit"]:focus,.elementor-kit-6 .elementor-button:hover,.elementor-kit-6 .elementor-button:focus{color:var( --e-global-color-ae59c43 );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:0px;}.elementor-element{--widgets-spacing:0px 0px;--widgets-spacing-row:0px;--widgets-spacing-column:0px;}{}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-kit-6{font-size:var( --e-global-typography-text-font-size );}.elementor-kit-6 h1{font-size:var( --e-global-typography-primary-font-size );}.elementor-kit-6 h2{font-size:var( --e-global-typography-secondary-font-size );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-6{font-size:var( --e-global-typography-text-font-size );}.elementor-kit-6 h1{font-size:var( --e-global-typography-primary-font-size );}.elementor-kit-6 h2{font-size:var( --e-global-typography-secondary-font-size );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS */.elementor-location-header,
header.elementor-location-header {
  background: white !important;
  
}

.kingdom-gallery {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 12px;
    align-items: stretch;
    justify-content: center;
}

.kingdom-gallery > .e-con,
.kingdom-gallery > .elementor-element {
    flex: 1 1 auto;
    height: 375px;
    min-width: 200px;
    max-width: 600px;
    overflow: hidden;
}

.kingdom-gallery img {
    height: 100% !important;
    width: 100% !important;
    object-fit: cover !important;
    display: block;
}

/* Tablet */
@media (max-width: 1024px) {
    .kingdom-gallery > .e-con,
    .kingdom-gallery > .elementor-element {
        height: 300px;
    }
}

/* Mobile */
@media (max-width: 767px) {
    .kingdom-gallery {
        gap: 8px;
    }
    .kingdom-gallery > .e-con,
    .kingdom-gallery > .elementor-element {
        height: 220px;
        flex: 1 1 calc(50% - 8px);
        min-width: 0;
    }
}

.image-stack {
  position: relative;
}

.image-stack .tile-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  opacity: 0;
  transition: opacity 0.8s cubic-bezier(0.4, 0, 0.2, 1);
  display: flex !important;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.85);
}

.image-stack:hover .tile-overlay,
.elementor-loop-item:hover .tile-overlay,
.e-loop-item:hover .tile-overlay {
  opacity: 1 !important;
}

header.elementor-location-header .elementor-element.elementor-element-37d9af9 {
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
}/* End custom CSS */