@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');


:where(.wp-block-columns.is-layout-flex) {
  gap: 10px!important;
}

.wp-block-columns{
  margin-bottom: 10px!important;
}

/* Apply Playfair Display to all headings */
h1, h2, h3, h4, h5, h6 {
  font-family: 'Playfair Display', serif;
  font-weight: 700; /* or 600 for slightly lighter headlines */
  line-height: 1.2;
  margin-top: 10px;
}

/* Apply Nunito Sans to all paragraph and body text */
body, p, li, input, textarea, button {
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 400;
  line-height: 1.6;
  font-size: 16px; /* adjust if needed */
  color: #333; /* soft dark gray for readability */
}

/* Optional: Emphasize blockquotes or intros */
.intro-text, blockquote {
  font-family: 'Playfair Display', serif;
  font-weight: 400;
  font-style: italic;
}


nav {
  font-size: 15px;
  font-weight: 600;
  z-index: 10;
}
nav li {
  list-style: none;
}

.nav-icons .wpb_wrapper {
  display: flex;
  align-items: center;
}

.nav-icons .wpb_content_element {
  display: inline-block;
  position: relative;
  margin: 0px;
}

.menu {
  margin-bottom: 0px;
}

.menu-item {
  height: 30px;
  display: flex;
  border-radius: 5px;
  align-items: center;
}

menu a {
  text-decoration: none;
}
menu nav {
  font-family: monospace;
}
menu ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}
menu ul li ul {
  visibility: hidden;
  min-width: 5rem;
  position: absolute;
  transition: all 0.5s ease;
  margin-top: 30px;
  left: 0;
  top: 0;
  display: none;
}
menu ul li ul:hover {
  visibility: visible;
  opacity: 1;
  display: block;
  z-index: 1;
}
menu ul li ul li {
  clear: both;
  width: 100%;
  background: rgba(0, 0, 0, 0.4196078431);
  padding: 0px 2rem;
  border-radius: 0px 0px 5px 5px;
}
menu ul li:hover > ul {
  visibility: visible;
  opacity: 1;
  display: block;
  z-index: 1;
}
menu li {
  color: #fff;
  display: block;
  float: left;
  padding: 0rem 1.5rem;
  position: relative;
  text-decoration: none;
  transition: all ease-in-out 0.4s;
}
menu li a {
  color: #ffffff;
}
menu li:hover {
  background: rgba(0, 0, 0, 0.4196078431);
  cursor: pointer;
}

/* Style for sticky navigation with transparent background */
.menu-container {
  transition: all ease-in-out 0.4s;
}

.menu-container img {
  transition: all ease-in-out 0.4s;
}

/* Style for navigation with white background */
.navbar-white {
  background-color: white;
  transition: background-color 0.3s ease-in-out;
  box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.75);
}

.navbar-white img {
  max-width: 130px;
  transition: all ease-in-out 0.4s;
}

.navbar-white a {
  color: black;
}

.navbar-white li:hover {
  background: #6b9954;
}

.navbar-white li:hover a {
  color: white;
}

/* End Sticky Menu */
/* Mobile menu styles */
.menucontainer {
  position: relative;
}

.mobile-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  transform: translateX(-100%);
  transition: transform 0.3s ease;
  overflow-y: auto;
  position: fixed;
  z-index: 32;
}

.mobile-menu.open {
  transform: translateX(0%);
}

.mobile-menu .menu-container {
  overflow: hidden;
  position: relative;
}

.mobile-menu .menu-container > * {
  pointer-events: none;
}

.mobile-menu .menu-container > .menu {
  pointer-events: auto;
}

.mobile-menu .menu {
  width: 80%; /* Adjust the width as needed */
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background-color: transparent; /* Background color of the menu items */
  padding: 20px;
}

#menu-toggle {
  position: relative;
  z-index: 9999;
}

footer menu li a{
  color: #1A202C !important;
  font-weight: bold;
}


.page-wrap {
  width: calc(100% - 40px);
  max-width: 1150px;
  margin: 0 auto !important;
}

.icon-container {
  width: calc(100% - 40px);
  max-width: 900px;
  margin: 0 auto !important;
}

.icon-container + .icon-container {
  margin-top: -50px !important;
}

.wp-block-group{
  margin-bottom: 25px!important;
}

.align-right {
  text-align: right;
}

.inline-block img {
 display: inline-block
}

/* === Custom Background Colors === */
.has-field-drab-background-color {
  background-color: #604a03;
}
.has-indigo-dye-background-color {
  background-color: #a39b8b;
}
.has-paynes-gray-background-color {
  background-color: #1A202C;
}
.has-magnolia-background-color {
  background-color: #f5f0f6;
}
.has-ecru-background-color {
  background-color: #d7b377;
}
.has-field-drab-transparent-background-color {
  background-color: rgba(96, 74, 3, 0.85);
}
.has-indigo-dye-transparent-background-color {
  background-color: rgba(43, 65, 98, 0.85);
}
.has-text-white-background-color {
  background-color: #ffffff;
}
.has-text-black-background-color {
  background-color: #000000;
}

/* === Custom Text Colors === */
.has-field-drab-color {
  color: #604a03;
}
.has-indigo-dye-color {
  color: #2b4162;
}
.has-paynes-gray-color {
  color: #1A202C;
}
.has-magnolia-color {
  color: #f5f0f6;
}
.has-ecru-color {
  color: #d7b377;
}
.has-field-drab-transparent-color {
  color: rgba(96, 74, 3, 0.85);
}
.has-indigo-dye-transparent-color {
  color: rgba(43, 65, 98, 0.85);
}
.has-text-white-color {
  color: #ffffff;
}
.has-text-black-color {
  color: #000000;
}
.has-action-colour-color {
  color: #c4a220;
}

/* === Gutenberg Font Sizes === */
.has-double-extra-large-font-size {
  font-size: 55px;
}
.has-xtra-large-font-size {
  font-size: 30px;
  line-height: 30px;
}
.has-large-font-size {
  font-size: 20px;
}
.has-normal-font-size {
  font-size: 17px;
}

/* === Optional: Gutenberg Utilities === */
.has-link-color a {
  color: inherit; /* Or set a color if desired */
}

p {
  margin: 10px 0;
}

.wp-block-list ul {
  list-style-type: disc; /* Regular bullet */
  padding-left: 1.5rem;  /* Creates space for bullet */
  margin: 1.5rem 0;
  font-family: 'Nunito Sans', sans-serif;
  font-size: 1.05rem;
  color: #f5f0f6; /* Light text for dark background */
}

.wp-block-list li {
  margin-bottom: 0.75rem;
  line-height: 1.6;
}



.column-rounded {
  padding: 2rem;
  border-radius: 0.75rem;
  box-shadow: 0 1px 3px rgba(0,0,0,0.1), 0 1px 2px rgba(0,0,0,0.06);
}

.column-v-center {
  display: flex;
  flex-direction: column;
  justify-content: center;

}

.img-column-rounded {
  border-radius: 0.75rem;
  box-shadow: 0 1px 3px rgba(0,0,0,0.1), 0 1px 2px rgba(0,0,0,0.06);
  overflow: hidden;
}

.cover-img {
  height: 100%  !important;
}
.cover-img img {
  height: 100%  !important;
  object-fit: cover  !important;   /* Ensures the image fills the container */
  object-position: center !important; /* Centers the image within the container */
}

.woocommerce-error li:contains("You are paying for a guest order") {
  display: none !important;
}


#fb-pluginform label {
  color: #ffffff;
}

/* -------------------  CHECKOUT  ------------------------ */
/* === Windows 11 Inspired Form Styling === */
:root {
  --primary: #2563eb;        /* Fluent bold blue */
  --primary-light: #3b82f6;
  --background: #f9fafb;
  --surface: #ffffff;
  --border: #e5e7eb;
  --text: #111827;
  --text-muted: #6b7280;
  --radius: 12px;
  --shadow: 0 4px 14px rgba(0,0,0,0.08);
}

/* === Checkout Container === */
.checkout-container {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;      /* allows stacking on mobile */
  align-items: flex-start;
}

/* Left column: Steps/Form */
.checkout-container > div:first-child {
  flex: 2 1 300px;      /* flexible but with min width */
}

/* === Slide Form === */
.custom-slide-form {
  background: var(--surface);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  overflow: hidden;
  width: 100%;
}

/* Stepper Slider */
.custom-slide-form .steps {
  display: flex;
  width: 300%;
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.custom-slide-form .step {
  flex: 0 0 100%;
  padding: 20-28px;    /* merged different padding values */
  box-sizing: border-box;
}

/* Step Titles */
.custom-slide-form h3 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--text);
}

/* Labels & Inputs */
.custom-slide-form label {
  display: block;
  margin: 8px 0;
  font-size: 1.3rem;
  color: var(--text);
  width: 32%;           /* for radios, adjusted below if needed */
}

.custom-slide-form input,
.custom-slide-form textarea,
.checkout-container select {
  width: 100%;
  padding: 10px 12px;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: var(--background);
  font-size: 1.3rem;
  transition: border 0.2s, box-shadow 0.2s;
}

.custom-slide-form input:focus,
.custom-slide-form textarea:focus {
  border-color: var(--primary);
  outline: none;
  box-shadow: 0 0 0 3px rgba(37,99,235,0.15);
}

/* === Buttons === */
.buttons {
  margin-top: 20-24px;
  display: flex;
  gap: 10-12px;
  flex-wrap: wrap;
}

.buttons button {
  background: var(--primary);
  color: #fff;
  border: none;
  padding: 10px 20px;
  border-radius: var(--radius);
  font-size: 1.3rem;
  font-weight: 500;
  cursor: pointer;
  transition: background 0.2s, transform 0.1s;
}

.buttons button:hover { background: var(--primary-light); }
.buttons button:active { transform: scale(0.97); }

/* === Step Indicator === */
.step-indicator {
  display: flex;
  justify-content: space-between;
  margin-bottom: 16-20px;
  background: var(--surface);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  overflow: hidden;
  flex-wrap: wrap;
}

.step-indicator .indicator,
.step-indicator div {
  flex: 1;
  text-align: center;
  padding: 8-12px;
  font-size: 0.9rem;
  color: var(--text-muted);
  border-bottom: 3px solid #ccc;
  transition: all 0.3s;
}

.step-indicator .active {
  color: var(--primary);
  font-weight: 600;
  border-color: var(--primary);
  background: #f0f5ff;
}

/* === Errors === */
.error {
  color: #dc2626;
  font-size: 0.9rem;
  margin-top: 8-10px;
}

/* === Custom Radio === */
.custom-radio {
  background: var(--background);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 10-14px;
  display: flex;
  align-items: flex-start;
  gap: 8-10px;
  margin: 8px 0;
  cursor: pointer;
  transition: border 0.2s, background 0.2s;
  width: 32%;
}

.custom-radio:hover { border-color: var(--primary-light); background: #f3f6fc; }

.custom-radio input[type="radio"] {
  accent-color: var(--primary);
  transform: scale(1.2);
  visibility: hidden;
  margin-top: 4px;
  flex-shrink: 0;
}

.custom-radio div { flex: 1; }

/* === Order Summary & Description === */
#orderSummary,
#orderDescription {
  border: 1px solid #ddd;
  padding: 16-20px;
  border-radius: 8-12px;
  background: #fafafa;
  flex: 1 1 220px;
  min-width: 220px;
  font-size: 1.3rem;
}

#orderSummary h4,
#orderDescription h4 { margin-top: 0; }
#orderSummary .summary-item { margin: 6-8px 0; font-size: 17px; }
#orderSummary strong { display: inline-block; width: 90px; font-weight: 500; }

#summaryDescription {
  font-size: 17px;
  color: #333;
  line-height: 1.5;
  margin-top: 8px;
}
#summaryDescription p { margin: 0 0 8px; }
#summaryDescription ul,
#summaryDescription ol { margin: 0 0 8px 20px; }

/* === Rush Delivery Option === */
#rushDeliveryOption {
  border: 1px solid #ddd;
  border-radius: 6px;
  padding: 12px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
  transition: border-color 0.2s;
  max-width: 32%;
}

#rushDeliveryOption.active { border-color: var(--primary); }

/* === Year Fields Responsive === */
.step .year-fields {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.step .year-fields label { flex: 1 1 45%; min-width: 120px; }
.step .year-fields select { width: 100%; }

#tribute-upload-panel small {
  display: block;
  color: red;
  font-weight: bold;
}

#tributeUploadForm input[type="file"] {
  max-width: 100%;
  white-space: normal;
  word-break: break-all;
}

/* Mobile Media Queries */
@media (max-width: 768px) {
    .checkout-container {
        flex-direction: column; /* stack columns */
    }
    #orderSummary, #orderDescription {
        width: 100%;
        min-width: auto;
        margin-top: 16px;
    }
    .step-indicator {
        flex-direction: column;
        gap: 6px;
    }
    .custom-slide-form .steps {
        width: 100%; /* prevent horizontal overflow */
    }
    .custom-slide-form .buttons {
        flex-direction: column;
    }

    .step button {
      max-width: 250px;
    }

    .checkout-container > div{
          max-width: 88vw;
    }
}

@media (max-width: 768px) {
.icon-container img {
  max-width: 100px;
  margin: 40px 0;
}
}


