/**
 * Theme Name: Dalzells Wedding Theme
 * Theme URI: https://www.base-station.co.uk/
 * Description: A high-performance WordPress theme for Dalzells Wedding Registry with Tailwind CSS, ACF blocks, and WooCommerce support.
 * Version: 1.0.0
 * Author: Rajesh Kumar
 * Author URI: https://www.base-station.co.uk/
 * Text Domain: dalzells
 * License: GPL-2.0+
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 * 
 * This theme is developed by Base Station Ltd for Dalzells Wedding Registry.
 */

:root {
  --gold: #b89f7a;
  --gold-dark: #9c835f;
  --brown: #5d4037;
  --charcoal: #2d3748;
}

*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

/*
! tailwindcss v3.4.19 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: #e5e7eb;
  /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: Inter, sans-serif;
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-feature-settings: normal;
  /* 2 */
  font-variation-settings: normal;
  /* 3 */
  font-size: 1em;
  /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-feature-settings: inherit;
  /* 1 */
  font-variation-settings: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  letter-spacing: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}

.container {
  width: 100%;
}

@media (min-width: 640px) {
  .container {
    max-width: 640px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
  }
}

@media (min-width: 1536px) {
  .container {
    max-width: 1536px;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.inset-0 {
  inset: 0px;
}

.-top-4 {
  top: -1rem;
}

.right-0 {
  right: 0px;
}

.right-3 {
  right: 0.75rem;
}

.right-6 {
  right: 1.5rem;
}

.top-0 {
  top: 0px;
}

.top-3 {
  top: 0.75rem;
}

.top-32 {
  top: 8rem;
}

.top-6 {
  top: 1.5rem;
}

.top-8 {
  top: 2rem;
}

.z-40 {
  z-index: 40;
}

.z-50 {
  z-index: 50;
}

.col-span-2 {
  grid-column: span 2 / span 2;
}

.col-span-3 {
  grid-column: span 3 / span 3;
}

.col-span-5 {
  grid-column: span 5 / span 5;
}

.col-span-full {
  grid-column: 1 / -1;
}

.\!my-0 {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.mx-5 {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.my-10 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.my-20 {
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.my-3 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.my-5 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.\!mt-0 {
  margin-top: 0px !important;
}

.mb-0 {
  margin-bottom: 0px;
}

.mb-1 {
  margin-bottom: 0.25rem;
}

.mb-10 {
  margin-bottom: 2.5rem;
}

.mb-12 {
  margin-bottom: 3rem;
}

.mb-16 {
  margin-bottom: 4rem;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.mb-20 {
  margin-bottom: 5rem;
}

.mb-3 {
  margin-bottom: 0.75rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.mb-5 {
  margin-bottom: 1.25rem;
}

.mb-6 {
  margin-bottom: 1.5rem;
}

.mb-8 {
  margin-bottom: 2rem;
}

.me-2 {
  margin-inline-end: 0.5rem;
}

.me-\[120px\] {
  margin-inline-end: 120px;
}

.ml-1 {
  margin-left: 0.25rem;
}

.ml-2 {
  margin-left: 0.5rem;
}

.mr-1 {
  margin-right: 0.25rem;
}

.mr-2 {
  margin-right: 0.5rem;
}

.ms-3 {
  margin-inline-start: 0.75rem;
}

.mt-0\.5 {
  margin-top: 0.125rem;
}

.mt-1 {
  margin-top: 0.25rem;
}

.mt-10 {
  margin-top: 2.5rem;
}

.mt-12 {
  margin-top: 3rem;
}

.mt-2 {
  margin-top: 0.5rem;
}

.mt-20 {
  margin-top: 5rem;
}

.mt-3 {
  margin-top: 0.75rem;
}

.mt-4 {
  margin-top: 1rem;
}

.mt-5 {
  margin-top: 1.25rem;
}

.mt-6 {
  margin-top: 1.5rem;
}

.mt-8 {
  margin-top: 2rem;
}

.mt-auto {
  margin-top: auto;
}

.line-clamp-2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.block {
  display: block;
}

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

.inline {
  display: inline;
}

.flex {
  display: flex;
}

.inline-flex {
  display: inline-flex;
}

.table {
  display: table;
}

.grid {
  display: grid;
}

.contents {
  display: contents;
}

.hidden {
  display: none;
}

.aspect-square {
  aspect-ratio: 1 / 1;
}

.\!h-56 {
  height: 14rem !important;
}

.h-10 {
  height: 2.5rem;
}

.h-12 {
  height: 3rem;
}

.h-14 {
  height: 3.5rem;
}

.h-16 {
  height: 4rem;
}

.h-4 {
  height: 1rem;
}

.h-48 {
  height: 12rem;
}

.h-5 {
  height: 1.25rem;
}

.h-56 {
  height: 14rem;
}

.h-6 {
  height: 1.5rem;
}

.h-64 {
  height: 16rem;
}

.h-8 {
  height: 2rem;
}

.h-9 {
  height: 2.25rem;
}

.h-\[150px\] {
  height: 150px;
}

.h-\[250px\] {
  height: 250px;
}

.h-\[280px\] {
  height: 280px;
}

.h-\[300px\] {
  height: 300px;
}

.h-\[60vh\] {
  height: 60vh;
}

.h-auto {
  height: auto;
}

.h-full {
  height: 100%;
}

.h-screen {
  height: 100vh;
}

.max-h-0 {
  max-height: 0px;
}

.min-h-\[20vh\] {
  min-height: 20vh;
}

.min-h-\[30px\] {
  min-height: 30px;
}

.min-h-\[400px\] {
  min-height: 400px;
}

.min-h-\[450px\] {
  min-height: 450px;
}

.min-h-\[60px\] {
  min-height: 60px;
}

.min-h-screen {
  min-height: 100vh;
}

.w-1\/4 {
  width: 25%;
}

.w-10 {
  width: 2.5rem;
}

.w-12 {
  width: 3rem;
}

.w-14 {
  width: 3.5rem;
}

.w-16 {
  width: 4rem;
}

.w-4 {
  width: 1rem;
}

.w-5 {
  width: 1.25rem;
}

.w-6 {
  width: 1.5rem;
}

.w-8 {
  width: 2rem;
}

.w-9 {
  width: 2.25rem;
}

.w-\[150px\] {
  width: 150px;
}

.w-\[250px\] {
  width: 250px;
}

.w-\[300px\] {
  width: 300px;
}

.w-full {
  width: 100%;
}

.min-w-0 {
  min-width: 0px;
}

.max-w-2xl {
  max-width: 42rem;
}

.max-w-3xl {
  max-width: 48rem;
}

.max-w-4xl {
  max-width: 56rem;
}

.max-w-5xl {
  max-width: 64rem;
}

.max-w-6xl {
  max-width: 72rem;
}

.max-w-7xl {
  max-width: 80rem;
}

.max-w-\[620px\] {
  max-width: 620px;
}

.max-w-lg {
  max-width: 32rem;
}

.max-w-none {
  max-width: none;
}

.max-w-xl {
  max-width: 36rem;
}

.flex-1 {
  flex: 1 1 0%;
}

.flex-shrink-0 {
  flex-shrink: 0;
}

.flex-grow {
  flex-grow: 1;
}

.border-collapse {
  border-collapse: collapse;
}

.translate-x-full {
  --tw-translate-x: 100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.rotate-180 {
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.cursor-not-allowed {
  cursor: not-allowed;
}

.cursor-pointer {
  cursor: pointer;
}

.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.grid-cols-12 {
  grid-template-columns: repeat(12, minmax(0, 1fr));
}

.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.flex-col {
  flex-direction: column;
}

.flex-wrap {
  flex-wrap: wrap;
}

.items-start {
  align-items: flex-start;
}

.items-center {
  align-items: center;
}

.justify-end {
  justify-content: flex-end;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.gap-1 {
  gap: 0.25rem;
}

.gap-10 {
  gap: 2.5rem;
}

.gap-12 {
  gap: 3rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-8 {
  gap: 2rem;
}

.space-x-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}

.space-y-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}

.space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}

.space-y-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}

.divide-y > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}

.divide-gray-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-divide-opacity, 1));
}

.overflow-auto {
  overflow: auto;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-x-auto {
  overflow-x: auto;
}

.whitespace-nowrap {
  white-space: nowrap;
}

.rounded {
  border-radius: 0.25rem;
}

.rounded-2xl {
  border-radius: 1rem;
}

.rounded-full {
  border-radius: 9999px;
}

.rounded-lg {
  border-radius: 0.5rem;
}

.rounded-md {
  border-radius: 0.375rem;
}

.rounded-xl {
  border-radius: 0.75rem;
}

.rounded-r-lg {
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}

.border {
  border-width: 1px;
}

.border-0 {
  border-width: 0px;
}

.border-2 {
  border-width: 2px;
}

.border-b {
  border-bottom-width: 1px;
}

.border-b-2 {
  border-bottom-width: 2px;
}

.border-l-4 {
  border-left-width: 4px;
}

.border-t {
  border-top-width: 1px;
}

.border-t-2 {
  border-top-width: 2px;
}

.border-none {
  border-style: none;
}

.border-\[\#0C1037\] {
  --tw-border-opacity: 1;
  border-color: rgb(12 16 55 / var(--tw-border-opacity, 1));
}

.border-\[\#868686\] {
  --tw-border-opacity: 1;
  border-color: rgb(134 134 134 / var(--tw-border-opacity, 1));
}

.border-\[\#b89f7a\] {
  --tw-border-opacity: 1;
  border-color: rgb(184 159 122 / var(--tw-border-opacity, 1));
}

.border-amber-200 {
  --tw-border-opacity: 1;
  border-color: rgb(253 230 138 / var(--tw-border-opacity, 1));
}

.border-amber-600 {
  --tw-border-opacity: 1;
  border-color: rgb(217 119 6 / var(--tw-border-opacity, 1));
}

.border-gray-100 {
  --tw-border-opacity: 1;
  border-color: rgb(243 244 246 / var(--tw-border-opacity, 1));
}

.border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}

.border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}

.border-gray-400 {
  --tw-border-opacity: 1;
  border-color: rgb(156 163 175 / var(--tw-border-opacity, 1));
}

.border-gray-700 {
  --tw-border-opacity: 1;
  border-color: rgb(55 65 81 / var(--tw-border-opacity, 1));
}

.border-orange-600 {
  --tw-border-opacity: 1;
  border-color: rgb(234 88 12 / var(--tw-border-opacity, 1));
}

.border-transparent {
  border-color: transparent;
}

.\!bg-\[\#b89f7a\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(184 159 122 / var(--tw-bg-opacity, 1)) !important;
}

.bg-\[\#0C1037\] {
  --tw-bg-opacity: 1;
  background-color: rgb(12 16 55 / var(--tw-bg-opacity, 1));
}

.bg-\[\#F3EEE7\] {
  --tw-bg-opacity: 1;
  background-color: rgb(243 238 231 / var(--tw-bg-opacity, 1));
}

.bg-\[\#b89f7a\] {
  --tw-bg-opacity: 1;
  background-color: rgb(184 159 122 / var(--tw-bg-opacity, 1));
}

.bg-\[\#f3eee7\] {
  --tw-bg-opacity: 1;
  background-color: rgb(243 238 231 / var(--tw-bg-opacity, 1));
}

.bg-\[\#fff\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.bg-amber-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 243 199 / var(--tw-bg-opacity, 1));
}

.bg-amber-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 251 235 / var(--tw-bg-opacity, 1));
}

.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}

.bg-black\/60 {
  background-color: rgb(0 0 0 / 0.6);
}

.bg-blue-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity, 1));
}

.bg-cream {
  --tw-bg-opacity: 1;
  background-color: rgb(250 248 245 / var(--tw-bg-opacity, 1));
}

.bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}

.bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
}

.bg-gray-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}

.bg-pink-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(219 39 119 / var(--tw-bg-opacity, 1));
}

.bg-red-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity, 1));
}

.bg-sky-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(14 165 233 / var(--tw-bg-opacity, 1));
}

.bg-transparent {
  background-color: transparent;
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.bg-opacity-50 {
  --tw-bg-opacity: 0.5;
}

.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}

.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.p-10 {
  padding: 2.5rem;
}

.p-2 {
  padding: 0.5rem;
}

.p-3 {
  padding: 0.75rem;
}

.p-4 {
  padding: 1rem;
}

.p-6 {
  padding: 1.5rem;
}

.p-8 {
  padding: 2rem;
}

.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.px-12 {
  padding-left: 3rem;
  padding-right: 3rem;
}

.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.px-20 {
  padding-left: 5rem;
  padding-right: 5rem;
}

.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.py-14 {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.py-2\.5 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

.py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.py-7 {
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}

.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.pb-1 {
  padding-bottom: 0.25rem;
}

.pb-12 {
  padding-bottom: 3rem;
}

.pb-20 {
  padding-bottom: 5rem;
}

.pb-3 {
  padding-bottom: 0.75rem;
}

.pb-4 {
  padding-bottom: 1rem;
}

.pb-6 {
  padding-bottom: 1.5rem;
}

.pb-8 {
  padding-bottom: 2rem;
}

.pe-2 {
  padding-inline-end: 0.5rem;
}

.pl-9 {
  padding-left: 2.25rem;
}

.ps-3 {
  padding-inline-start: 0.75rem;
}

.pt-1 {
  padding-top: 0.25rem;
}

.pt-2 {
  padding-top: 0.5rem;
}

.pt-3 {
  padding-top: 0.75rem;
}

.pt-4 {
  padding-top: 1rem;
}

.pt-6 {
  padding-top: 1.5rem;
}

.pt-8 {
  padding-top: 2rem;
}

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

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

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

.font-serif {
  font-family: Cormorant Garamond, serif;
}

.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}

.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}

.text-5xl {
  font-size: 3rem;
  line-height: 1;
}

.text-\[12px\] {
  font-size: 12px;
}

.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}

.font-bold {
  font-weight: 700;
}

.font-light {
  font-weight: 300;
}

.font-medium {
  font-weight: 500;
}

.font-normal {
  font-weight: 400;
}

.font-semibold {
  font-weight: 600;
}

.uppercase {
  text-transform: uppercase;
}

.italic {
  font-style: italic;
}

.leading-none {
  line-height: 1;
}

.leading-relaxed {
  line-height: 1.625;
}

.leading-tight {
  line-height: 1.25;
}

.tracking-wide {
  letter-spacing: 0.025em;
}

.text-\[\#000\] {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.text-\[\#0C1037\] {
  --tw-text-opacity: 1;
  color: rgb(12 16 55 / var(--tw-text-opacity, 1));
}

.text-\[\#0c1037\] {
  --tw-text-opacity: 1;
  color: rgb(12 16 55 / var(--tw-text-opacity, 1));
}

.text-\[\#b89f7a\] {
  --tw-text-opacity: 1;
  color: rgb(184 159 122 / var(--tw-text-opacity, 1));
}

.text-amber-400 {
  --tw-text-opacity: 1;
  color: rgb(251 191 36 / var(--tw-text-opacity, 1));
}

.text-amber-600 {
  --tw-text-opacity: 1;
  color: rgb(217 119 6 / var(--tw-text-opacity, 1));
}

.text-amber-700 {
  --tw-text-opacity: 1;
  color: rgb(180 83 9 / var(--tw-text-opacity, 1));
}

.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.text-gold {
  --tw-text-opacity: 1;
  color: rgb(184 159 122 / var(--tw-text-opacity, 1));
}

.text-gray-300 {
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity, 1));
}

.text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}

.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}

.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}

.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}

.text-gray-800 {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity, 1));
}

.text-gray-900 {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}

.text-green-600 {
  --tw-text-opacity: 1;
  color: rgb(22 163 74 / var(--tw-text-opacity, 1));
}

.text-orange-600 {
  --tw-text-opacity: 1;
  color: rgb(234 88 12 / var(--tw-text-opacity, 1));
}

.text-red-600 {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity, 1));
}

.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.text-yellow-400 {
  --tw-text-opacity: 1;
  color: rgb(250 204 21 / var(--tw-text-opacity, 1));
}

.text-yellow-800 {
  --tw-text-opacity: 1;
  color: rgb(133 77 14 / var(--tw-text-opacity, 1));
}

.underline {
  text-decoration-line: underline;
}

.line-through {
  text-decoration-line: line-through;
}

.opacity-0 {
  opacity: 0;
}

.opacity-40 {
  opacity: 0.4;
}

.opacity-50 {
  opacity: 0.5;
}

.shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-md {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-sm {
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-xl {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.outline {
  outline-style: solid;
}

.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-shadow {
  transition-property: box-shadow;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.duration-1000 {
  transition-duration: 1000ms;
}

.duration-200 {
  transition-duration: 200ms;
}

.duration-300 {
  transition-duration: 300ms;
}

.duration-500 {
  transition-duration: 500ms;
}

.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.before\:font-semibold::before {
  content: var(--tw-content);
  font-weight: 600;
}

.before\:content-\[attr\(data-label\)\]::before {
  --tw-content: attr(data-label);
  content: var(--tw-content);
}

.hover\:border-\[\#0C1037\]:hover {
  --tw-border-opacity: 1;
  border-color: rgb(12 16 55 / var(--tw-border-opacity, 1));
}

.hover\:border-\[\#b89f7a\]:hover {
  --tw-border-opacity: 1;
  border-color: rgb(184 159 122 / var(--tw-border-opacity, 1));
}

.hover\:bg-\[\#0C1037\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(12 16 55 / var(--tw-bg-opacity, 1));
}

.hover\:bg-\[\#a58b67\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(165 139 103 / var(--tw-bg-opacity, 1));
}

.hover\:bg-\[\#b89f7a\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(184 159 122 / var(--tw-bg-opacity, 1));
}

.hover\:bg-\[0C1037\]:hover {
  background-color: 0C1037;
}

.hover\:bg-blue-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(29 78 216 / var(--tw-bg-opacity, 1));
}

.hover\:bg-gray-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}

.hover\:bg-gray-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}

.hover\:bg-pink-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(190 24 93 / var(--tw-bg-opacity, 1));
}

.hover\:bg-sky-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(2 132 199 / var(--tw-bg-opacity, 1));
}

.hover\:bg-white:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.hover\:text-\[\#0C1037\]:hover {
  --tw-text-opacity: 1;
  color: rgb(12 16 55 / var(--tw-text-opacity, 1));
}

.hover\:text-\[\#0c1037\]:hover {
  --tw-text-opacity: 1;
  color: rgb(12 16 55 / var(--tw-text-opacity, 1));
}

.hover\:text-\[\#a58b67\]:hover {
  --tw-text-opacity: 1;
  color: rgb(165 139 103 / var(--tw-text-opacity, 1));
}

.hover\:text-\[\#b89f7a\]:hover {
  --tw-text-opacity: 1;
  color: rgb(184 159 122 / var(--tw-text-opacity, 1));
}

.hover\:text-amber-600:hover {
  --tw-text-opacity: 1;
  color: rgb(217 119 6 / var(--tw-text-opacity, 1));
}

.hover\:text-black:hover {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.hover\:text-gray-600:hover {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}

.hover\:text-gray-900:hover {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}

.hover\:text-orange-600:hover {
  --tw-text-opacity: 1;
  color: rgb(234 88 12 / var(--tw-text-opacity, 1));
}

.hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.hover\:underline:hover {
  text-decoration-line: underline;
}

.hover\:opacity-80:hover {
  opacity: 0.8;
}

.hover\:shadow-lg:hover {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:shadow-xl:hover {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus\:border-transparent:focus {
  border-color: transparent;
}

.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.focus\:ring-2:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus\:ring-\[\#b89f7a\]:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(184 159 122 / var(--tw-ring-opacity, 1));
}

.group:hover .group-hover\:translate-x-1 {
  --tw-translate-x: 0.25rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.group:hover .group-hover\:scale-105 {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.group:hover .group-hover\:scale-110 {
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.group:hover .group-hover\:bg-amber-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 243 199 / var(--tw-bg-opacity, 1));
}

.group:hover .group-hover\:opacity-100 {
  opacity: 1;
}

@media (min-width: 640px) {
  .sm\:inline {
    display: inline;
  }

  .sm\:flex {
    display: flex;
  }

  .sm\:w-96 {
    width: 24rem;
  }

  .sm\:w-auto {
    width: auto;
  }

  .sm\:min-w-0 {
    min-width: 0px;
  }

  .sm\:flex-1 {
    flex: 1 1 0%;
  }

  .sm\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .sm\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sm\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .sm\:flex-row {
    flex-direction: row;
  }

  .sm\:p-8 {
    padding: 2rem;
  }

  .sm\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .sm\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .sm\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .sm\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .sm\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }

  .sm\:text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

@media (min-width: 768px) {
  .md\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .md\:col-span-3 {
    grid-column: span 3 / span 3;
  }

  .md\:col-span-5 {
    grid-column: span 5 / span 5;
  }

  .md\:mb-0 {
    margin-bottom: 0px;
  }

  .md\:block {
    display: block;
  }

  .md\:inline {
    display: inline;
  }

  .md\:table {
    display: table;
  }

  .md\:table-cell {
    display: table-cell;
  }

  .md\:table-header-group {
    display: table-header-group;
  }

  .md\:table-row-group {
    display: table-row-group;
  }

  .md\:table-row {
    display: table-row;
  }

  .md\:grid {
    display: grid;
  }

  .md\:hidden {
    display: none;
  }

  .md\:h-6 {
    height: 1.5rem;
  }

  .md\:h-64 {
    height: 16rem;
  }

  .md\:w-1\/2 {
    width: 50%;
  }

  .md\:w-6 {
    width: 1.5rem;
  }

  .md\:w-96 {
    width: 24rem;
  }

  .md\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .md\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .md\:flex-row {
    flex-direction: row;
  }

  .md\:items-center {
    align-items: center;
  }

  .md\:justify-end {
    justify-content: flex-end;
  }

  .md\:justify-center {
    justify-content: center;
  }

  .md\:gap-4 {
    gap: 1rem;
  }

  .md\:gap-8 {
    gap: 2rem;
  }

  .md\:rounded-none {
    border-radius: 0px;
  }

  .md\:border {
    border-width: 1px;
  }

  .md\:border-0 {
    border-width: 0px;
  }

  .md\:p-16 {
    padding: 4rem;
  }

  .md\:p-4 {
    padding: 1rem;
  }

  .md\:p-8 {
    padding: 2rem;
  }

  .md\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .md\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .md\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .md\:py-28 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .md\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .md\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .md\:pb-20 {
    padding-bottom: 5rem;
  }

  .md\:pl-0 {
    padding-left: 0px;
  }

  .md\:pt-28 {
    padding-top: 7rem;
  }

  .md\:text-center {
    text-align: center;
  }

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

  .md\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .md\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .md\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }

  .md\:font-normal {
    font-weight: 400;
  }

  .md\:before\:hidden::before {
    content: var(--tw-content);
    display: none;
  }
}

@media (min-width: 1024px) {
  .lg\:col-span-1 {
    grid-column: span 1 / span 1;
  }

  .lg\:col-span-3 {
    grid-column: span 3 / span 3;
  }

  .lg\:col-span-4 {
    grid-column: span 4 / span 4;
  }

  .lg\:col-span-8 {
    grid-column: span 8 / span 8;
  }

  .lg\:my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .lg\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .lg\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .lg\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .lg\:flex-row {
    flex-direction: row;
  }

  .lg\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .lg\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .lg\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .lg\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .lg\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .lg\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .lg\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .lg\:pb-12 {
    padding-bottom: 3rem;
  }

  .lg\:ps-20 {
    padding-inline-start: 5rem;
  }

  .lg\:pt-12 {
    padding-top: 3rem;
  }
}

@media (min-width: 1280px) {
  .xl\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .xl\:p-12 {
    padding: 3rem;
  }

  .xl\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

.\[\&\>tr\:nth-child\(even\)\]\:bg-white>tr:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.\[\&\>tr\:nth-child\(odd\)\]\:bg-gray-50>tr:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}

.\[\&_a\]\:flex a {
  display: flex;
}

.\[\&_a\]\:min-h-\[44px\] a {
  min-height: 44px;
}

.\[\&_a\]\:w-full a {
  width: 100%;
}

.\[\&_a\]\:items-center a {
  align-items: center;
}

.\[\&_a\]\:justify-center a {
  justify-content: center;
}

.\[\&_a\]\:text-center a {
  text-align: center;
}

/* Custom CSS from HTML */
body {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  color: var(--charcoal);
}

.font-serif {
  font-family: 'Cormorant Garamond', serif;
}

.btn-gold {
  background-color: #0C1037;
  color: white;
  transition: all 0.3s ease;
}

.btn-gold:hover {
  background-color: #0C1037;;
  box-shadow: 0 4px 12px rgba(184, 159, 122, 0.25);
  transform: translateY(0px);
}

.btn-brown {
  background: var(--brown);
  color: white;
  transition: all 0.3s ease;
}

.btn-brown:hover {
  background: #4a332b;
  box-shadow: 0 4px 12px rgba(93, 64, 55, 0.25);
  transform: translateY(0px);
}

.btn-outline-white {
  border: 2px solid white;
  color: white;
  transition: all 0.3s ease;
}

.btn-outline-white:hover {
  background: white;
  color: var(--brown);
}

.card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
}

.card:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}

.nav-blur {
  backdrop-filter: blur(10px);
  background-color: rgba(250, 248, 245, 0.95);
}

.mobile-menu {
  transform: translateX(100%);
  transition: transform 0.3s ease;
}

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

.badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 16px;
  border-radius: 20px;
  font-size: 13px;
  font-weight: 600;
}

.badge-premium {
  background: #f9f5e9;
  color: #b89f7a;
}

.badge-uk {
  background: #f5f0e6;
  color: #8b786d;
}

input:focus, textarea:focus {
  outline: none;
  border-color: var(--gold);
  box-shadow: 0 0 0 3px rgba(184, 159, 122, 0.1);
}

.feature-icon {
  width: 56px;
  height: 56px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  margin-bottom: 16px;
}

.social-icon {
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.social-icon:hover {
  background: rgba(255, 255, 255, 0.2);
  transform: translateY(-2px);
}

.brand-logo {
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px;
  background: white;
  border-radius: 8px;
  transition: all 0.3s ease;
}

.brand-logo:hover {
  transform: scale(1.05);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.faq-item {
  border-bottom: 1px solid rgba(184, 159, 122, 0.2);
  padding: 20px 0;
}

.faq-question {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  text-align: left;
  font-weight: 600;
  color: var(--charcoal);
  transition: color 0.3s ease;
}

.faq-question:hover {
  color: var(--gold);
}

.faq-answer {
  max-height: auto !important;
  overflow: hidden;
  transition: max-height 0.3s ease;
  color: #666;
  padding-top: 0;
}

.faq-answer.open {
  max-height: 500px;
  padding-top: 12px;
}

.faq-icon {
  transition: transform 0.3s ease;
  color: #000;
}

.faq-icon.open {
  transform: rotate(180deg);
}

/* WooCommerce Compatibility */
.woocommerce .star-rating {
  color: var(--gold);
}

.woocommerce .price {
  color: var(--charcoal);
}

.woocommerce .button {
  background: var(--gold);
  color: white;
  transition: all 0.3s ease;
}

.woocommerce .button:hover {
  background: var(--gold-dark);
}

/* Responsive Design */
@media (min-width: 640px) {
  .sm\:flex-row {
    flex-direction: row;
  }
  
  .sm\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
  
  .sm\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }
  
  .sm\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  
  .sm\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 768px) {
  .md\:block {
    display: block;
  }
  
  .md\:flex {
    display: flex;
  }
  
  .md\:hidden {
    display: none;
  }
  
  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  
  .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  
  .md\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  
  .md\:text-6xl {
    font-size: 3.75rem;
    line-height: 1;
  }
  
  .md\:text-7xl {
    font-size: 4.5rem;
    line-height: 1;
  }
}

@media (min-width: 1024px) {
  .lg\:flex {
    display: flex;
  }
  
  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  
  .lg\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  
  .lg\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}

/* Loading States */
.loading {
  opacity: 0.7;
  pointer-events: none;
}

.loading::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  margin: -10px 0 0 -10px;
  border: 2px solid #f3f4f6;
  border-top: 2px solid var(--gold);
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

/* Print Styles */

@media print {
  .no-print {
    display: none !important;
  }
}

.body-text h2, .body-text h3,  .body-text h4 {
 font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif !important;
  font-size: 2rem !important;
  font-weight: 400 !important;
	color: #0c1037 !important;
}
#block-system-main p {
  margin: 15px 0px;
}

#block-system-main h2 {
  margin-top: 10px;
}

.gform_heading , .gform_title {
  display: none;
}
.form-header-text {
  position: relative;
  top: -150px;
}
/* Wrapper */
.gform_wrapper .gf_page_steps {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-bottom: 30px;
}
/* Each step */
.gform_wrapper .gf_step {
    flex: 1;
    max-width: 80px;
    height: 15px;
    background: #fff;
    border-radius: 20px;
    position: relative;
    overflow: hidden;
}
.gform_wrapper.gravity-theme .gf_step {
  margin: 0px 0px 0px 0 !important;
  border: 1px solid #ddd;
}
/* Completed step */
.gform_wrapper .gf_step.gf_step_completed {
    background: #0a0f3c; /* dark blue */
}
/* Active step */
.gform_wrapper .gf_step.gf_step_active {
    background: #0a0f3c;
}
/* Hide numbers/text if not needed */
.gform_wrapper .gf_step_number,
.gform_wrapper .gf_step_label {
    display: none;
}
.gform_wrapper .gf_progressbar_title {
    text-align: center;
    font-size: 14px;
    margin-bottom: 10px;
}
.gform_wrapper.gravity-theme .gf_step_active .gf_step_number , .gform_wrapper.gravity-theme .gf_step_number {
  display: none !important;
}
.gform_wrapper.gravity-theme .gf_page_steps {
  border-bottom: none !important;
  margin-bottom: 0 !important;
  margin-top: -100px !important;
}
.input-border input, .input-border textarea {
  border: 1px solid #d8d8d8 !important;
  padding: 10px 20px !important;
  border-radius: 10px !important;
  transition: all 0.3s ease !important;
  font-size: 14px !important;
}
input[type="file"]::file-selector-button , #gform_browse_button_2_66 {
    background: #0C1037;
    color: #fff;
    border: none;
    padding: 6px 30px;
    border-radius: 6px;
    cursor: pointer;
    font-size: 14px;
    transition: 0.3s ease;
}
.gform_wrapper.gravity-theme .gform_drop_area {
  background: transparent !important;
  border: transparent !important;
  border-radius: 0px !important;
  margin-bottom: 0px !important;
  padding: 0px !important;
  text-align: center;
}
#input_2_40 {
  text-align: center;
  font-size: 12px;
  margin: 0 auto !important;
}
#extensions_message_2_40 , #gfield_upload_rules_2_66 {
  width: 100% !important;
  border: none;
  font-size: 12px;
}
.gform_drop_instructions {
  display: none !important;
}
.ginput_preview {
  font-size: 12px;
  background: #ececec;
  display: inline-block;
  padding: 5px 10px;
  border-radius: 5px;
  margin: 6px !important;
}

/* Hover */
input[type="file"]::file-selector-button:hover {
    background: #1a1f5a;
}
.gfield {
  margin-bottom: 25px !important;
}
#input_2_46_1 , #input_2_46_2 , #input_2_46_3 {
  min-width: fit-content !important;
}
#input_2_46_3 , #input_2_60_3{
  border: 2px solid #e5e7eb !important;
  border-radius: 10px !important;
  padding: 12px;
  background: transparent;
}
.gform_wrapper.gravity-theme .gfield_label {
	font-size: 14px !important;
	font-weight: 400 !important;
}
.gform_wrapper.gravity-theme .cat-tag .gfield_label {
  font-size: 26px !important;
  font-weight: normal;
  font-family: trt;
  margin: 30px 0px;
}
.cat-tag .gfield_checkbox {
  width: 100%;
  text-align: left;
}
.gform_wrapper.gravity-theme .ginput_container_time {
  flex-basis: auto !important;
  max-width: fit-content !important;
  min-width: fit-content !important;
}
.gform_wrapper.gravity-theme .description, .gform_wrapper.gravity-theme .gfield_description, .gform_wrapper.gravity-theme .gsection_description, .gform_wrapper.gravity-theme .instruction {
  width: fit-content !important;
  border-radius: 10px !important;
  border: 1px solid #ffbcae;
  padding: 10px;
}
.gform_next_button ,
.gform_previous_button ,
#gform_submit_button_2,
.gform-footer.gform_footer.top_label #gform_submit_button_7  {
background: #b89f7a;
  color: #0C1037;
  transition: all 0.3s ease;
padding: 3px 50px;
  border-radius: 5px !important;
  margin-top: 50px;
  border: 2px solid #b89f7a;
  cursor: pointer;
}
.gform_previous_button {
  color: #0C1037 !important;
}
#gform_2 {
  margin-bottom: 100px;
}
.drop-photo legend {
  width: 100%;
}
.ginput_complex.ginput_container.ginput_container_post_image.gform-grid-row , .ginput_container.ginput_container_fileupload {
	border: 2px dashed #d1d5db !important;
  border-radius: 1.5rem !important;
  padding: 2rem !important;
  text-align: center !important;
  cursor: pointer !important;
  transition: all 0.3s ease !important;
  background: #fff !important;
  width: 100% !important;
}
.gform_wrapper.gravity-theme .gform_validation_errors:focus {
  outline: 2px solid #c02b0a00 !important;
}
#gform_wrapper_7 .gfield_label.gform-field-label , #gform_fields_7 input {
  color: #2d3748 !important;
}
#input_7_9 {
  width: 100%;
}
#gf_2 {
  display: none !important;
}
.cat-pro-width {
  width: unset !important;
}
/* Wrapper grid */
.gform_wrapper .cat-tag .gfield_checkbox {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}
/* Each option */
.gform_wrapper .cat-tag .gchoice {
    position: relative;
	margin-bottom: 20px;
}
/* Hide checkbox */
.gform_wrapper .cat-tag .gfield-choice-input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}
/* Label as button */
.gform_wrapper .cat-tag .gchoice label {
    display: inline-block;
    padding: 7px 25px;
    border: 1px solid #1c2340;
    border-radius: 8px;
    background: #fff;
    color: #1c2340;
    font-size: 14px !important;
    cursor: pointer;
    transition: all 0.3s ease;
}
.gform_wrapper.gravity-theme .gfield_validation_message, .gform_wrapper.gravity-theme .validation_message {
  background: #fff9f9;
  border: 1px solid #c02b0a;
  font-size: 12px !important;
  margin-block-start: 8px;
  padding: 7px 30px !important;
}
#gform_2_validation_container {
  display: none;
}
/* Hover */
.gform_wrapper .cat-tag .gchoice label:hover {
    background: #f5f6fa;
}
/* Checked state */
.gform_wrapper .cat-tag .gfield-choice-input:checked + label {
    background: #1c2340;
    color: #fff;
    border-color: #1c2340;
}
/* Optional: focus */
.gform_wrapper .cat-tag .gfield-choice-input:focus + label {
    box-shadow: 0 0 0 2px rgba(28, 35, 64, 0.2);
}
/* Wrapper alignment */
.gform_page_footer {
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 30px;
	position: relative;
	width: 100%;
}
.same-address {
  margin-top: -40px !important;
  margin-bottom: 40px !important;
}
#label_2_90_1 {
  font-size: 0.75rem;
  line-height: 1rem;
}
#input_2_90 {
  background-color: rgb(243 238 231 / var(--tw-bg-opacity, 1));
  display: inline-block;
  width: 100%;
  max-width: 360px;
  padding: 15px 0;
}
#gform_page_2_1 .gform_page_footer {
  display: inline-block;
}

#gform_next_button_2_24 {
  float: right !important;
}
legend {
  color: #1c2340;
}
/* Common button style */
.gform_page_footer input[type="button"] {
    border-radius: 8px;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.3s ease;
}
/* Previous Button (Outline Style) */
.gform_previous_button {
    background: transparent;
    border: 2px solid #b89f7a;
    color: #b89f7a;
}
.gform_previous_button:hover {
    background: #b89f7a;
    color: #fff;
}
/* Next Button (Filled Style) */
.gform_next_button {
    background: #b89f7a;
    border: 2px solid #b89f7a;
    color: #0C1037 !important;
	right: 0;
}
.gform_next_button:hover {
    background: #a88c66;
    border-color: #a88c66;
	color: #fff
}
.call-time .gfield_label.gform-field-label.gfield_label_before_complex {
  font-size: 14px !important;
  width: 100%;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  color: #000;
}
#gform_submit_button_2 {
  font-size: 14px;
}





/* Woocommerce Styles */
.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
  width: 100% !important;
}
.p-cats a {
  background: #f9f5e9;
  color: #b89f7a;
  padding: 2px 10px;
  border-radius: 100px;
}
.added_to_cart.wc-forward {
  background: rgb(165 139 103 / var(--tw-bg-opacity, 1));
  padding: 9px;
  border-radius: 5px;
  font-size: 12px;
  color: #fff;
  margin-left: 5px;
}
.wcspc-count {
  background: #b89f7a !important;
}
.wc-block-components-button.wp-element-button.wc-block-components-checkout-place-order-button.contained {
  background: #b89f7a !important;
  padding: 0 !important;
  color: #fff !important;
}

.gform_wrapper .gform_loader,
.gform_wrapper .gform-loader,
.gform_wrapper svg,
.gform_wrapper .gform_ajax_spinner {
  display: none !important;
}
.gform_wrapper .gform-loader,
.gform_wrapper .gform_ajax_spinner {
  display: none !important;
}




@media (max-width: 520px) {
  .gform_wrapper.gravity-theme .gf_page_steps {
    margin-top: -70px !important;
  }
  .form-header-text {
  top: -190px;
}
.gform_wrapper.gravity-theme .gfield_label {
  font-size: 12px !important;
}
.gfield {
  margin-bottom: 10px !important;
}
 .gform_next_button, .gform_previous_button, #gform_submit_button_2, .gform-footer.gform_footer.top_label #gform_submit_button_7 {
  padding: 3px 20px;
 }
 .gform-page-footer.gform_page_footer.top_label {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  padding: 4% !important;
}
.gform_next_button, .gform_previous_button, #gform_submit_button_2, .gform-footer.gform_footer.top_label #gform_submit_button_7 {
  margin-top: 0;
}
.page-template-page-wedding-groups #wcspc-count {
  display: none;
}
  
}

.main-address{
position:relative;
}

.address-dropdown{
position:absolute;
top:100%;
left:0;
right:0;
border:1px solid #ccc;
background:#fff;
max-height:200px;
overflow-y:auto;
z-index:9999;
text-align:left;
}

.address-item{
padding:8px;
cursor:pointer;
border-bottom:1px solid #eee;
font-size:14px;
}

.address-item:hover{
background:#f5f5f5;
}

.d-none {
  display: none;
}
#gform_fields_7 input,
#gform_fields_7 textarea,
#gform_fields_7 select {
    background: #FAF8F6;
}

.gform_wrapper input,
.gform_wrapper textarea {
    background: #FAF8F6;
}
#gform_next_button_2_24 {
  background: #b89f7a;
  color: #0C1037;
  transition: all 0.3s ease;
  padding: 3px 50px;
  border-radius: 5px !important;
  margin-top: 50px;
  border: 2px solid #b89f7a;
  cursor: pointer;
}
#gform_fields_2 input,
#gform_fields_2 textarea,
#gform_fields_2 select,
#gform_fields_2_2 input,
#gform_fields_2_2 textarea,
#gform_fields_2_2 select,
#gform_fields_2_4 input,
#gform_fields_2_4 textarea,
#gform_fields_2_4 select {
   background: #FAF8F6;
}
.bg-amber-50 {
  --tw-bg-opacity: 1;
background-color: rgb(45, 55, 72) !important;
  color: white;
  padding: 2px 6px 2px 6px !important;
}
/* ==========================================================================
   Classic Checkout — Block-Checkout-Style Layout
   Paste into Appearance > Customize > Additional CSS
   (or your child theme's style.css)
   ========================================================================== */

/* --- Two-column layout: 2/3 form (left) : 1/3 order summary (right) --- */
.checkout-columns {
	display: flex;
	flex-wrap: wrap;
	gap: 40px;
	align-items: flex-start;
}

.checkout-col-form {
	flex: 2 1 0;
	min-width: 320px;
}

.checkout-col-summary {
	flex: 1 1 0;
	min-width: 280px;
}

/* Force "Contact information" and "Your order" onto the same horizontal
   line, in case of any inherited margin/padding mismatch between columns */
.checkout-col-form > h3:first-child,
.checkout-col-summary > h3:first-child {
	margin-top: 0 !important;
	padding-top: 0 !important;
}

@media (max-width: 768px) {
	.checkout-col-form,
	.checkout-col-summary {
		flex: 1 1 100%;
	}
}

/* --- Stack Billing details and "Ship to a different address"
       underneath each other instead of side-by-side --- */
.checkout-col-form .col2-set {
	display: block;
}

.checkout-col-form .col2-set .col-1,
.checkout-col-form .col2-set .col-2 {
	width: 100%;
	float: none;
	margin-bottom: 24px;
}

/* --- Order note toggle (plain text, matches "Ship to a different
       address?" checkbox styling — no heading treatment) --- */
.add-order-note-toggle,
#ship-to-different-address {
	font-size: 15px !important;
	font-weight: normal !important;
	font-family: inherit !important;
	margin: 8px 0 !important;
	border: none !important;
}

.add-order-note-toggle label,
#ship-to-different-address label {
	display: flex;
	align-items: center;
	gap: 8px;
	cursor: pointer;
}
.woocommerce-checkout #order_review,
.woocommerce-checkout .woocommerce-checkout-review-order {
	background: rgb(250, 248, 246);
	border: 1px solid #e2e2e2;
	border-radius: 6px;
	padding: 24px;
}

/* --- Section headings (Contact info / Shipping / Payment) --- */
.woocommerce-checkout h3,
.woocommerce-checkout #order_review_heading {
	font-family: Georgia, 'Playfair Display', serif;
	font-size: 1.5em;
	color: #373557;
	margin: 20px 0 12px;
	border: none;
}

.woocommerce-checkout h3:first-child {
	margin-top: 0;
}

/* --- Form fields --- */
.woocommerce-checkout .form-row input.input-text,
.woocommerce-checkout .form-row select,
.woocommerce-checkout .form-row textarea {
	border: 1px solid #c9c9c9;
	border-radius: 4px;
	padding: 12px 14px;
	width: 100%;
	font-size: 15px;
}

.woocommerce-checkout .form-row label {
	font-weight: 500;
	margin-bottom: 6px;
	display: block;
}

/* --- Contact information / Email address: boxed card treatment,
       matching the reference design's "Contact information" box --- */
.woocommerce-checkout #billing_email_field {
	background: #fff;
	border: 1px solid #e2e2e2;
	border-radius: 6px;
	padding: 16px;
}

/* --- Shipping options section (now a standalone div-based row,
       not a table row — see cart-shipping.php override) --- */
.shipping-method-row {
	margin-bottom: 16px;
}

.shipping-method-package-name {
	display: none; /* usually just says "Shipping" — reference design omits this label */
}

.woocommerce-checkout ul#shipping_method {
	list-style: none;
	margin: 0;
	padding: 0;
}

.woocommerce-checkout ul#shipping_method li {
	padding: 0;
	margin: 0 0 10px;
}

/* --- Order summary table --- */
.woocommerce table.shop_table {
	margin-bottom: 0;
}

.woocommerce-checkout-review-order-table {
	background: #fff;
	border: none;
	margin-bottom: 0;
}

.woocommerce-checkout-review-order-table th,
.woocommerce-checkout-review-order-table td {
	border: none;
	border-bottom: 1px solid #eee;
	padding: 12px 0;
}

/* Hide the shipping row from the right-hand order summary table —
   it's shown separately in the left column's "Shipping options"
   section instead. Done via CSS (not a template edit) since removing
   this via a custom review-order.php caused a fatal error on this site. */
.woocommerce-checkout-review-order-table tr.woocommerce-shipping-totals,
.woocommerce-checkout-review-order-table tr.shipping {
	display: none;
}

.woocommerce-checkout-review-order-table .order-total td,
.woocommerce-checkout-review-order-table .order-total th {
	font-size: 1.2em;
	font-weight: bold;
	border-top: 1px solid #ccc;
	border-bottom: none;
}

/* --- Payment method box --- */
.woocommerce-checkout #payment {
	background: #fdfdfd;
	border: 1px solid #e2e2e2;
	border-radius: 6px;
	padding: 20px;
}

.woocommerce-checkout #payment ul.payment_methods {
	list-style: none;
	margin: 0 0 16px;
	padding: 0;
}

.woocommerce-checkout #payment .payment_box {
	background: #f4f2ef;
	border-radius: 4px;
	padding: 16px;
	margin-top: 12px;
}

/* --- "No payment methods" notice styling --- */
.woocommerce-checkout .woocommerce-error {
	background: #fbe9e9;
	color: #9a1c1c;
	border: none;
	border-radius: 4px;
	padding: 14px 16px;
	list-style: none;
}

/* --- Place Order button --- */
.woocommerce-checkout #place_order {
	background: #b99b6b; /* tan/gold, adjust to match brand */
	border: none;
	border-radius: 4px;
	padding: 16px;
	width: 100%;
	font-size: 16px;
	color: #fff;
	text-transform: none;
	margin-top: 20px;
}

.woocommerce-checkout #place_order:hover {
	background: #a68a5c;
}

/* ==========================================================================
   Order Confirmation Page — styles
   Enqueue this alongside the thankyou.php template override.
   Palette matches the Dalzells site: navy, cream, gold accent, serif titles.
   ========================================================================== */
 
.oc-wrap {
	--oc-navy: #1b1f36;
	--oc-navy-soft: #2c3350;
	--oc-cream: #faf7f2;
	--oc-gold: #c9a15a;
	--oc-gold-dark: #a9843f;
	--oc-text: #2c2c2c;
	--oc-muted: #6b6b6b;
	--oc-border: #e7e2d8;
	--oc-success: #3f8a5a;
	--oc-failed: #b3453f;
 
	max-width: 960px;
	margin: 40px auto 64px;
	padding: 0 20px;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
	color: var(--oc-text);
}
 
.oc-wrap * {
	box-sizing: border-box;
}
 
/* ---- Hero / status card -------------------------------------------- */
 
.oc-card {
	background: var(--oc-cream);
	border: 1px solid var(--oc-border);
	border-radius: 14px;
	padding: 48px 40px;
	text-align: center;
	position: relative;
	overflow: hidden;
}
 
.oc-card::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 4px;
	background: linear-gradient(90deg, var(--oc-gold), var(--oc-gold-dark));
}
 
.oc-card--failed::before {
	background: linear-gradient(90deg, var(--oc-failed), #7a2e29);
}
 
.oc-status-icon {
	width: 64px;
	height: 64px;
	line-height: 64px;
	border-radius: 50%;
	margin: 0 auto 20px;
	font-size: 28px;
	color: #fff;
}
 
.oc-status-icon--success {
	background: var(--oc-success);
}
 
.oc-status-icon--failed {
	background: var(--oc-failed);
}
 
.oc-title {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 34px;
	font-weight: 400;
	margin: 0 0 12px;
	color: var(--oc-navy);
}
 
.oc-subtitle {
	max-width: 520px;
	margin: 0 auto;
	color: var(--oc-muted);
	font-size: 16px;
	line-height: 1.6;
}
 
/* ---- Order meta strip ------------------------------------------------ */
 
.oc-order-meta {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 32px;
	margin: 36px 0 8px;
	padding-top: 28px;
	border-top: 1px solid var(--oc-border);
}
 
.oc-order-meta__item {
	text-align: center;
	min-width: 120px;
}
 
.oc-order-meta__label {
	display: block;
	font-size: 11px;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--oc-muted);
	margin-bottom: 6px;
}
 
.oc-order-meta__value {
	display: block;
	font-size: 17px;
	font-weight: 600;
	color: var(--oc-navy);
}
 
/* ---- Buttons ---------------------------------------------------------- */
 
.oc-actions {
	margin-top: 32px;
	display: flex;
	gap: 14px;
	justify-content: center;
	flex-wrap: wrap;
}
 
.oc-btn {
	display: inline-block;
	padding: 13px 28px;
	border-radius: 999px;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0.02em;
	text-decoration: none;
	border: 1px solid transparent;
	cursor: pointer;
	transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
}
 
.oc-btn--primary {
	background: var(--oc-navy);
	color: #fff;
}
 
.oc-btn--primary:hover {
	background: var(--oc-navy-soft);
	box-shadow: 0 6px 16px rgba(27, 31, 54, 0.25);
	transform: translateY(-1px);
	color: #fff;
}
 
.oc-btn--ghost {
	background: transparent;
	color: var(--oc-navy);
	border-color: var(--oc-navy);
}
 
.oc-btn--ghost:hover {
	background: var(--oc-navy);
	color: #fff;
}
 
/* ---- Section headings -------------------------------------------------- */
 
.oc-section {
	margin-top: 36px;
}
 
.oc-section-title {
	font-family: Georgia, "Times New Roman", serif;
	font-weight: 400;
	font-size: 22px;
	color: var(--oc-navy);
	margin: 0 0 16px;
}
 
/* ---- Order details table ------------------------------------------------ */
 
.oc-table {
	width: 100%;
	border-collapse: collapse;
	background: #fff;
	border: 1px solid var(--oc-border);
	border-radius: 10px;
	overflow: hidden;
}
 
.oc-table thead th {
	background: var(--oc-navy);
	color: #fff;
	text-align: left;
	font-size: 13px;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	padding: 14px 20px;
}
 
.oc-table thead th.oc-table__total,
.oc-table tbody td.oc-table__total,
.oc-table tfoot td {
	text-align: right;
}
 
.oc-table tbody td,
.oc-table tfoot th,
.oc-table tfoot td {
	padding: 16px 20px;
	border-top: 1px solid var(--oc-border);
	font-size: 15px;
}
 
.oc-table__product-name {
	font-weight: 600;
	color: var(--oc-navy);
}
 
.oc-table__product-qty {
	color: var(--oc-muted);
	font-weight: 500;
	margin-left: 6px;
}
 
.oc-item-meta {
	list-style: none;
	margin: 6px 0 0;
	padding: 0;
	font-size: 13px;
	color: var(--oc-muted);
}
 
.oc-table tfoot tr:last-child th,
.oc-table tfoot tr:last-child td {
	font-size: 17px;
	font-weight: 700;
	color: var(--oc-navy);
	border-top: 2px solid var(--oc-navy);
}
 
/* ---- Note -------------------------------------------------------------- */
 
.oc-note {
	background: #fff;
	border: 1px solid var(--oc-border);
	border-left: 4px solid var(--oc-gold);
	border-radius: 8px;
	padding: 16px 20px;
	font-size: 15px;
	line-height: 1.6;
}
 
/* ---- Addresses ----------------------------------------------------------- */
 
.oc-addresses {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 24px;
}
 
.oc-address-card {
	background: #fff;
	border: 1px solid var(--oc-border);
	border-radius: 10px;
	padding: 24px;
}
 
.oc-address-card address {
	font-style: normal;
	line-height: 1.7;
	font-size: 15px;
	color: var(--oc-text);
}
 
.oc-address-line {
	display: flex;
	align-items: center;
	gap: 8px;
	font-size: 14px;
	color: var(--oc-muted);
	margin: 10px 0 0;
}
 
.oc-icon {
	color: var(--oc-gold-dark);
}
 
/* ---- Responsive ---------------------------------------------------------- */
 
@media (max-width: 640px) {
	.oc-card {
		padding: 36px 22px;
	}
 
	.oc-title {
		font-size: 26px;
	}
 
	.oc-order-meta {
		gap: 20px;
	}
 
	.oc-addresses {
		grid-template-columns: 1fr;
	}
 
	.oc-btn {
		width: 100%;
		text-align: center;
	}
}
 
/* ---- Print ---------------------------------------------------------------- */
 
@media print {
	.oc-print-btn {
		display: none;
	}
 
	.oc-wrap {
		margin: 0;
	}
 
	.oc-card::before {
		display: none;
	}
}
 