.elementor-757 .elementor-element.elementor-element-9144f3b:not(.elementor-motion-effects-element-type-background), .elementor-757 .elementor-element.elementor-element-9144f3b > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#A30000;}.elementor-757 .elementor-element.elementor-element-9144f3b > .elementor-container{max-width:1403px;}.elementor-757 .elementor-element.elementor-element-9144f3b{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-757 .elementor-element.elementor-element-9144f3b > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-757 .elementor-element.elementor-element-e23cc88 > .elementor-widget-container{padding:0px 0px 0px 0px;}@media(max-width:767px){.elementor-757 .elementor-element.elementor-element-d97bd82 > .elementor-element-populated{margin:-8px 0px 0px 1px;--e-column-margin-right:0px;--e-column-margin-left:1px;}.elementor-757 .elementor-element.elementor-element-b8b4d0e > .elementor-widget-container{margin:-2px 0px 0px 0px;}}/* Start custom CSS for html, class: .elementor-element-b8b4d0e *//* 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-fcf25a0 *//* =========================================
   COMPLETE Wedding MENU CSS
   ========================================= */

/* Container & General Setup */
.uh-menu-page--wedding {
  font-family: sans-serif;
  color: #333;
}

.uh-wrap { 
  max-width: 1200px; 
  margin: 0 auto; 
  padding: 20px; 
}

/* Hero Section */
.uh-menu-hero {
  background: linear-gradient(130deg, #a30000 0%, #b71b1b 45%, #8b0000 100%);
  color: #fff;
  padding: 50px;
  border-radius: 15px;
  text-align: center;
}
.uh-menu-kicker { 
  color: #ffd68a; 
  font-weight: bold; 
  text-transform: uppercase; 
  letter-spacing: 2px; 
  margin-bottom: 10px;
}
.uh-menu-chip-row {
  margin-top: 20px;
}
.uh-menu-chip { 
  background: rgba(255, 255, 255, 0.15); 
  padding: 8px 18px; 
  border-radius: 20px; 
  margin: 5px; 
  display: inline-block; 
  font-size: 0.9rem;
}

/* Layout Strategy (Main Content vs Sidebar) */
.uh-menu-layout { 
  display: flex; 
  flex-wrap: wrap; 
  gap: 60px; /* Increased margin/gap between menu and sidebar */
  margin-top: 50px; 
}
.uh-menu-block { 
  flex: 2; 
  min-width: 300px; 
}
.uh-menu-side { 
  flex: 1; 
  min-width: 280px; 
}

/* Grid Layout for Menu Cards */
.uh-menu-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 30px; /* Increased space between individual cards */
  margin-top: 20px;
}

/* Menu Cards */
.uh-menu-card {
  background: linear-gradient(180deg, #fffdf9 0%, #fff4ea 100%);
  padding: 30px; /* Increased inner padding so text has breathing room */
  border-radius: 10px;
  border: 1px solid #ffe8d6;
}
.uh-menu-card h3 { 
  color: #9a0000; 
  margin-top: 0; 
  border-bottom: 2px solid #ffd68a; 
  padding-bottom: 10px; 
  margin-bottom: 15px;
}

/* Lists inside Menu Cards (Fixes the bullets from your screenshot) */
.uh-menu-list { 
  list-style: none !important; /* Forces the removal of bullet points */
  padding: 0; 
  margin: 0;
}
.uh-menu-list li { 
  display: flex; /* Aligns item name on the left and the tag on the right */
  justify-content: space-between; 
  align-items: center;
  padding: 8px 0; 
  font-size: 0.95rem; 
  border-bottom: 1px solid rgba(0,0,0,0.04);
}
.uh-menu-list li:last-child {
  border-bottom: none;
}

/* 'Live' and 'Included' Badges inside lists */
.uh-menu-list li span {
  font-size: 0.7rem;
  background: #ffdbdb;
  color: #9a0000;
  padding: 4px 10px;
  border-radius: 12px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* Sidebar Cards */
.uh-menu-side-card { 
  background: #fdfdfd; 
  padding: 25px; 
  border: 1px solid #eee; 
  margin-bottom: 30px; /* Increased space between sidebar cards */
  border-radius: 8px; 
  box-shadow: 0 2px 10px rgba(0,0,0,0.02);
}
.uh-menu-side-card h3 { 
  color: #9a0000; 
  margin-top: 0; 
  font-size: 1.2rem; 
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
  margin-bottom: 15px;
}
.uh-menu-side-card ul { 
  list-style: square; 
  padding-left: 20px; 
  color: #555; 
  line-height: 1.6;
}
.uh-menu-side-card ul li {
  margin-bottom: 8px;
}

/* Sidebar Statistic Badges */
.uh-menu-badge-row { 
  display: flex; 
  gap: 15px; 
  justify-content: space-between; 
}
.uh-menu-badge { 
  background: #fffaf2; 
  padding: 15px 10px; 
  text-align: center; 
  border-radius: 8px; 
  flex: 1; 
  border: 1px solid #efc89f;
}
.uh-menu-badge strong { 
  display: block; 
  color: #9a0000; 
  font-size: 1.1rem;
  margin-bottom: 4px;
}
.uh-menu-badge span { 
  font-size: 0.75rem; 
  color: #777; 
  text-transform: uppercase;
}

/* Call to Action & Button */
.uh-menu-cta { 
  background: #fffaf2; 
  padding: 40px 30px; 
  text-align: center; 
  margin-top: 50px; 
  border-radius: 10px; 
  border: 1px dashed #efc89f; 
}
.uh-btn-primary {
  display: inline-block;
  background: #9a0000;
  color: #fff;
  padding: 15px 40px;
  text-decoration: none;
  border-radius: 50px;
  font-weight: bold;
  transition: all 0.3s ease;
  margin-top: 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.uh-btn-primary:hover { 
  background: #7a0000; 
  box-shadow: 0 6px 20px rgba(154,0,0,0.2); 
  transform: translateY(-2px);
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-e23cc88 *//* ==========================================
   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 */