.elementor-23 .elementor-element.elementor-element-1886580 > .elementor-widget-container{margin:-10px 0px 0px 0px;}.elementor-23 .elementor-element.elementor-element-52efca4:not(.elementor-motion-effects-element-type-background), .elementor-23 .elementor-element.elementor-element-52efca4 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#A30000;}.elementor-23 .elementor-element.elementor-element-52efca4 > .elementor-container{max-width:1403px;}.elementor-23 .elementor-element.elementor-element-52efca4{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:-1px;margin-bottom:0px;padding:0px 0px 0px 0px;}.elementor-23 .elementor-element.elementor-element-52efca4 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-23 .elementor-element.elementor-element-8414bdb > .elementor-widget-container{padding:0px 0px 0px 0px;}@media(max-width:767px){.elementor-23 .elementor-element.elementor-element-393f1dc > .elementor-element-populated{margin:-8px 0px 0px 1px;--e-column-margin-right:0px;--e-column-margin-left:1px;}.elementor-23 .elementor-element.elementor-element-4fe8fd3 > .elementor-widget-container{margin:-2px 0px 0px 0px;}.elementor-23 .elementor-element.elementor-element-800e5c1 > .elementor-element-populated{margin:-8px 0px 0px 1px;--e-column-margin-right:0px;--e-column-margin-left:1px;}}/* Start custom CSS for html, class: .elementor-element-4fe8fd3 *//* 1. Header Layout & Positioning Context */
.main-header {
  position: relative;
  z-index: 1000;
  background: #ffffff;
}

.nav-wrap {
  position: relative;
}

/* 2. Remove background block from logo & blend out white box */
.site-logo {
  max-height: 38px;
  width: auto;
  display: block;
  object-fit: contain;
  background: transparent !important;
  mix-blend-mode: multiply;
  filter: contrast(120%);
}

.brand {
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0;
}

/* 3. Dropdown styling */
.nav-links li.dropdown {
  position: relative;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  background: #ffffff;
  min-width: 200px;
  list-style: none !important;
  margin: 0 !important;
  padding: 10px 0 !important;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  z-index: 1000;
}

.dropdown-menu li {
  display: block;
}

.dropdown-menu li a {
  padding: 8px 20px;
  display: block;
  color: #333;
}

.nav-links li.dropdown:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
}

/* 4. Hamburger Toggle Base */
.menu-toggle {
  display: none;
  flex-direction: column;
  justify-content: space-between;
  width: 24px;
  height: 16px;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  z-index: 100;
}

.menu-toggle span {
  width: 100%;
  height: 2.5px;
  background-color: var(--brand-red, #a30000);
  border-radius: 3px;
  transition: all 0.3s ease;
}

/* 5. Mobile & Tablet Screen Layout (Expanded up to 1024px to cover tablets) */
@media screen and (max-width: 1024px) {
  .menu-toggle {
    display: flex;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    margin: 0;
  }

  /* Force container wrapper to never wrap elements to a second line */
  .nav-wrap {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 6px !important;
    width: 100% !important;
    padding-top: 6px;
    padding-bottom: 6px;
  }

  /* Make the quote button small and compact so it fits right beside the logo & hamburger */
  .main-header .btn-primary {
    padding: 0.35rem 0.6rem !important;
    font-size: 0.72rem !important;
    white-space: nowrap !important;
    border-radius: 4px !important;
    gap: 3px !important;
    margin-left: auto;
  }

  /* Hide navigation links by default, expand down when hamburger is tapped */
  .main-header .nav-links {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #ffffff;
    flex-direction: column;
    align-items: center;
    padding: 1.5rem 0;
    gap: 1rem;
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.15);
    border-bottom: 1px solid #efe6dc;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    transition: all 0.35s ease-in-out;
    z-index: 9999;
  }

  /* Active state triggers the menu dropdown visibility properly */
  .main-header .nav-links.active {
    max-height: 450px;
    opacity: 1;
    visibility: visible;
    overflow-y: auto;
  }

  /* Hamburger to 'X' transformation */
  .menu-toggle.active span:nth-child(1) {
    transform: translateX(-50%) translateY(6.5px) rotate(45deg);
  }
  .menu-toggle.active span:nth-child(2) {
    opacity: 0;
  }
  .menu-toggle.active span:nth-child(3) {
    transform: translateX(-50%) translateY(-6.5px) rotate(-45deg);
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-1886580 *//* --- Gallery Styles --- */
.uh-gallery-page { padding: clamp(2rem, 5vw, 4rem) 0; background: radial-gradient(circle at 12% 8%, rgba(212, 175, 55, 0.14), transparent 40%), linear-gradient(180deg, #fffdf9 0%, #f9f6f0 100%); }
.uh-gallery-hero { background: linear-gradient(125deg, #8b0000 0%, #a30000 54%, #760000 100%); border: 1px solid rgba(212, 175, 55, 0.45); border-radius: 16px; padding: clamp(1rem, 3vw, 2rem); color: #fff4df; position: relative; overflow: hidden; }
.uh-gallery-hero::before { content: ""; position: absolute; inset: 0; background-image: repeating-linear-gradient(-45deg, rgba(255, 255, 255, 0.04) 0, rgba(255, 255, 255, 0.04) 10px, transparent 10px, transparent 20px); pointer-events: none; }
.uh-gallery-kicker { margin: 0; display: inline-flex; align-items: center; gap: 0.55rem; text-transform: uppercase; letter-spacing: 0.14em; font-size: 0.78rem; font-weight: 600; color: #f4d27a; }
.uh-gallery-kicker::before, .uh-gallery-kicker::after { content: ""; width: 28px; height: 1px; background: currentColor; }
.uh-gallery-hero h1 { margin: 0.7rem 0 0; color: #fff8e7; font-size: clamp(1.9rem, 4vw, 3rem); line-height: 1.2; }
.uh-gallery-hero p { margin: 0.8rem 0 0; max-width: 66ch; color: #ffeccd; }
.uh-gallery-filters { margin-top: 1rem; display: flex; flex-wrap: wrap; gap: 0.5rem; }
.uh-gallery-filters span { border: 1px solid #e7d2ad; background: #fff; color: #8b0000; font-size: 0.79rem; padding: 0.36rem 0.7rem; border-radius: 999px; font-weight: 600; }
.uh-gallery-grid { margin-top: 1rem; display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: 0.8rem; }

/* --- UNIFORM SIZING FIXES --- */
.uh-gallery-item {
  margin: 0;
  grid-column: span 4 !important; /* Force all items to take up 1/3 of the row */
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 6px rgba(0,0,0,0.1);
  transition: transform 0.3s ease;
}

/* Ensure anchor wrappers expand fully to fit layout */
.uh-gallery-item a {
  display: block;
  width: 100%;
  height: 100%;
}

.uh-gallery-item img, 
.uh-gallery-item video {
  width: 100%;
  height: 250px !important; /* Fixed uniform height */
  object-fit: cover;
  display: block;
  background: #120303;
}

/* --- Remove override classes to prevent them from breaking the grid --- */
.uh-gallery-item--wide, .uh-gallery-item--tall {
  grid-column: span 4 !important;
}

/* --- Responsive Adjustments --- */
@media (max-width: 1024px) {
  .uh-gallery-item { grid-column: span 6 !important; } /* 2 per row */
}

@media (max-width: 680px) {
  .uh-gallery-item { grid-column: span 12 !important; } /* 1 per row */
  .uh-gallery-item img, .uh-gallery-item video { height: 260px !important; }
}

/* --- Remaining UI Styles --- */
.uh-gallery-video-head { margin-top: 2rem; border-left: 4px solid #d4af37; padding-left: 0.75rem; }
.uh-gallery-cta { margin-top: 2rem; border: 1px solid #edd8b5; background: #fff7e8; border-radius: 12px; padding: 1rem; display: flex; align-items: center; justify-content: space-between; gap: 1rem; flex-wrap: wrap; }/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-8414bdb *//* ==========================================
   4-COLUMN EDGE-TO-EDGE FOOTER STYLE
   ========================================== */
#contact {
  background: #a30000; /* Red footer background */
  padding: 0;
  width: 100%;
}

.footer-main {
  display: grid !important;
  /* 4 completely equal-width columns */
  grid-template-columns: repeat(4, 1fr) !important; 
  
  /* Remove any margins and horizontal paddings so text touches the outer edges */
  margin: 0 !important;
  padding: 3rem 0 2rem !important; 
  
  /* Set width to full edge-to-edge container space */
  width: 100% !important;
  max-width: 100% !important; 
  
  /* Space only *between* the columns */
  gap: 2rem !important;
}

.footer-logo {
  max-height: 50px;
  width: auto;
  margin-bottom: 1rem;
  display: block;
}

.footer-brand p {
  line-height: 1.6;
  margin-bottom: 1.2rem;
}

/* Footer bottom bar alignment */
.footer-bottom {
  display: flex !important;
  justify-content: space-between !important;
  padding: 1.5rem 0 !important;
  margin: 0 !important;
  width: 100% !important;
  max-width: 100% !important;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

/* Tablet view adjustments */
@media (max-width: 1120px) {
  .footer-main {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 2rem !important;
  }
}

/* Mobile view adjustments */
@media (max-width: 760px) {
  .footer-main {
    grid-template-columns: 1fr !important;
    gap: 1.5rem !important;
  }
}/* End custom CSS */