.elementor-172 .elementor-element.elementor-element-b84a50d{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0%;--padding-bottom:0%;--padding-left:020%;--padding-right:020%;}.elementor-172 .elementor-element.elementor-element-b0cb732{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-172 .elementor-element.elementor-element-6d241e1{padding:0px 0px 0px 0px;}@media(max-width:1024px){.elementor-172 .elementor-element.elementor-element-b84a50d{--padding-top:0%;--padding-bottom:12%;--padding-left:12%;--padding-right:12%;}.elementor-172 .elementor-element.elementor-element-b0cb732{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}}@media(max-width:767px){.elementor-172 .elementor-element.elementor-element-b84a50d{--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0%;--padding-bottom:10%;--padding-left:10%;--padding-right:10%;}.elementor-172 .elementor-element.elementor-element-b0cb732{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-172 .elementor-element.elementor-element-90bf080{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}}/* Start custom CSS for html, class: .elementor-element-b0cb732 */.s-label {
  font-size: 13px;
  letter-spacing: 5px;
  text-transform: uppercase;
  color: var(--gold);
  opacity: 1;
  font-family: 'Karla', sans-serif;

  line-height: 1.3;
  margin-top: 2.6em;   /* 2 lines */
  margin-bottom: 14px;
}
@media (max-width: 768px) {
  .s-label {
    font-size: 12px;
    letter-spacing: 4px;
    margin-bottom: 12px;
  }
}

@media (max-width: 480px) {
  .s-label {
    font-size: 11px;
    letter-spacing: 3px;
    margin-bottom: 10px;
    padding: 0px 14px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-90bf080 *//* ── TRAVEL & STAY TITLE (Lavishly Yours) ── */
.s-title {
  font-family: 'Lavishly Yours', cursive !important;
  text-transform: none;
  font-weight: 400;
  letter-spacing: 2px;
  color: #F8F4E3; /* Ivory - Change to #C9A84C if you want Gold */
  line-height: 1.1;
  margin-bottom: 24px;
  
  /* Desktop Size */
  font-size: 92px; 
}

/* ── TABLET (≤ 768px) ── */
@media (max-width: 768px) {
  .s-title {
    font-size: 54px;
    letter-spacing: 1px;
    margin-bottom: 18px;
  }
}

/* ── MOBILE (≤ 480px) ── */
@media (max-width: 480px) {
  .s-title {
    font-size: 32px;
    letter-spacing: 0.5px;
    margin-bottom: 14px;
    text-shadow: 1px 2px 6px rgba(60,25,5,0.3); /* Adds subtle depth on small screens */
    padding: 0px 14px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-8a435cd *//* ── ORIGINAL DESKTOP ── */
.s-rule {
  width: 52px;
  height: 1px;
  background: linear-gradient(to right, rgba(201,168,76,.4), transparent);
  margin: 32px auto 36px;
}

/* ── TABLET (≤ 768px) ── */
@media (max-width: 768px) {
  .s-rule {
    width: 40px;
    margin: 24px auto 28px;
  }
}

/* ── MOBILE (≤ 480px) ── */
@media (max-width: 480px) {
  .s-rule {
    width: 32px;
    margin: 20px auto 24px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-6d241e1 *//* ═══════════════════════════════════════════════════════════════
   RSVP FORM — Complete Styling + Validation + Custom Modal
═══════════════════════════════════════════════════════════════ */

/* ── BASE STYLES ── */
.rsvp-form {
  margin-top: 8px;
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 14px;
}

.form-row { margin-bottom: 24px; }

.form-row label {
  display: block;
  font-size: 11px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #C9A84C;
  opacity: 0.6;
  margin-bottom: 10px;
  font-family: 'Karla', sans-serif;
}

.req-mark { color: #C9A84C !important; opacity: 1 !important; margin-left: 2px; }

.form-row input,
.form-row select,
.form-row textarea {
  width: 100%;
  padding: 14px 16px;
  background: rgba(248,244,227,.035);
  border: 1px solid rgba(201,168,76,.16);
  color: #F8F4E3;
  font-family: 'Cormorant Garamond', serif;
  font-size: 18px;
  font-weight: 400;
  outline: none;
  transition: border-color .3s, background .3s, box-shadow .3s;
  -webkit-appearance: none;
}

.form-row input:focus,
.form-row select:focus,
.form-row textarea:focus {
  border-color: rgba(201,168,76,.42);
  background: rgba(248,244,227,.055);
}

.form-row select option { background: #160208; color: #F8F4E3; }
.form-row textarea { resize: vertical; min-height: 90px; }

.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }

/* ── RADIO GROUPS ── */
.radio-group {
  display: flex;
  flex-direction: column;
  gap: 22px;
  margin: 8px 0 24px 0;
}

.radio-opt,
.radio-opt *,
.radio-opt input[type="radio"] + * {
  color: #F8F4E3 !important;
  -webkit-text-fill-color: #F8F4E3 !important;
  text-fill-color: #F8F4E3 !important;
  opacity: 1 !important;
}

.radio-opt {
  display: flex;
  align-items: center;
  gap: 9px;
  cursor: pointer;
  font-size: 18px;
  font-family: 'Cormorant Garamond', serif;
}

.radio-opt input[type="radio"] {
  -webkit-appearance: none !important;
  appearance: none !important;
  width: 14px !important;
  height: 10px !important;
  border: 1.5px solid rgba(201,168,76,0.5);
  border-radius: 2px !important;
  margin: 0;
  position: relative;
  outline: none !important;
  background: transparent;
  cursor: pointer;
  flex-shrink: 0;
  vertical-align: middle;
}

.radio-opt input[type="radio"]:checked {
  background: #C9A84C;
  border-color: #C9A84C;
}

.radio-opt input[type="radio"]:checked::after {
  content: "✓";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #160208;
  font-size: 8px;
  font-weight: bold;
  line-height: 1;
}

/* ── RSVP NOTE ── */
.rsvp-note {
  font-size: 18px;
  color: rgba(248,244,227,.60);
  font-style: italic;
  margin-bottom: 30px;
  line-height: 1.85;
  font-family: 'Cormorant Garamond', serif;
  border-left: 2px solid rgba(201,168,76,.13);
  padding-left: 18px;
}

/* ── SUBMIT BUTTON ── */
.btn-submit {
  display: inline-block;
  padding: 15px 52px;
  border: 1px solid rgba(201,168,76,.35);
  color: #D4B86A;
  font-family: 'Karla', sans-serif;
  font-size: 10px;
  letter-spacing: 4px;
  text-transform: uppercase;
  cursor: pointer;
  background: transparent;
  transition: background .3s, border-color .3s, transform .15s, box-shadow .3s;
  margin-top: 12px;
}

.btn-submit:hover {
  background: rgba(201,168,76,.07);
  border-color: rgba(201,168,76,.55);
  box-shadow: 0 0 20px rgba(201,168,76,0.1);
}

.btn-submit:active { transform: scale(0.97); }
.btn-submit:disabled { opacity: 0.6; cursor: not-allowed; }

/* ── DROPDOWN FIXES ── */
.form-row select {
  color: #F8F4E3 !important;
  -webkit-text-fill-color: #F8F4E3 !important;
  background-color: rgba(248,244,227,.035) !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  background-image: url("image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 24 24' fill='none' stroke='%23C9A84C' stroke-width='3'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E") !important;
  background-position: right 14px center !important;
  background-size: 10px !important;
  background-repeat: no-repeat !important;
  padding-right: 32px !important;
  height: auto !important;
  line-height: 1.4 !important;
}

.form-row select option {
  color: #F8F4E3 !important;
  background-color: #160208 !important;
  -webkit-text-fill-color: #F8F4E3 !important;
  padding: 10px !important;
}

.form-row select option[value=""],
.form-row select option:first-child {
  color: rgba(248,244,227,0.4) !important;
}

/* ── REMOVE FOCUS RINGS ── */
.form-row input:focus,
.form-row select:focus,
.form-row textarea:focus,
.radio-opt input[type="radio"]:focus {
  outline: none !important;
  box-shadow: none !important;
  -webkit-tap-highlight-color: transparent !important;
}

/* ── VALIDATION HIGHLIGHTS ── */
.form-row input.field-error,
.form-row select.field-error,
.form-row textarea.field-error {
  border-color: #c45d5d !important;
  box-shadow: 0 0 0 3px rgba(196, 93, 93, 0.25) !important;
  background: rgba(196, 93, 93, 0.04) !important;
  animation: errPulse 0.4s ease-out;
}

.radio-group.field-error {
  border: 2px solid #c45d5d !important;
  padding: 10px 12px !important;
  border-radius: 6px !important;
  background: rgba(196, 93, 93, 0.04) !important;
  animation: errPulse 0.4s ease-out;
}

@keyframes errPulse {
  0%   { box-shadow: 0 0 0 0 rgba(196, 93, 93, 0.4); }
  70%  { box-shadow: 0 0 0 8px rgba(196, 93, 93, 0); }
  100% { box-shadow: 0 0 0 0 rgba(196, 93, 93, 0); }
}

/* ── BUTTON FIX: Remove Blue Flash ── */
.btn-submit,
.btn-submit:focus,
.btn-submit:active,
.btn-submit::-moz-focus-inner,
.btn-submit::-webkit-focus-inner {
  outline: none !important;
  box-shadow: none !important;
  background: transparent !important;
  -webkit-tap-highlight-color: transparent !important;
  -webkit-focus-ring-color: transparent !important;
  border: none !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
}

.btn-submit:not(:disabled) {
  border: 1px solid rgba(201,168,76,.35) !important;
}

/* ── CUSTOM ALERT MODAL ── */
.custom-modal {
  display: none;
  position: fixed;
  top: 0; left: 0; width: 100%; height: 100%;
  background: rgba(10, 4, 8, 0.9); /* Slightly darker for better contrast */
  backdrop-filter: blur(8px);
  z-index: 99999; /* Increased z-index to sit on top of everything */
  justify-content: center;
  align-items: center;
  padding: 20px;
  box-sizing: border-box;
}
.custom-modal.active { display: flex; }

.custom-modal-content {
  background: #160208;
  border: 1px solid rgba(201,168,76,0.4); /* Slightly stronger border */
  border-radius: 6px;
  padding: 40px 36px;
  max-width: 440px;
  width: 100%;
  text-align: center;
  box-shadow: 0 0 40px rgba(0,0,0,0.8);
  animation: modalFadeIn 0.3s cubic-bezier(0.2, 0.8, 0.2, 1);
}

@keyframes modalFadeIn {
  from { opacity: 0; transform: translateY(10px) scale(0.98); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}

.custom-modal-icon {
  font-size: 24px;
  color: #C9A84C;
  margin-bottom: 16px;
  display: inline-block;
}

.custom-modal-message {
  font-family: 'Cormorant Garamond', serif !important; /* Force font */
  font-size: 20px !important; /* Force size */
  color: #F8F4E3 !important; /* Force color */
  line-height: 1.6 !important;
  margin: 0 0 30px 0 !important;
  white-space: pre-line;
}

/* 👇 THIS IS THE CRITICAL FIX 👇 */
.custom-modal-content button.custom-modal-btn,
.custom-modal-content button.custom-modal-btn:hover,
.custom-modal-content button.custom-modal-btn:active,
.custom-modal-content button.custom-modal-btn:focus {
  /* RESET WORDPRESS STYLES */
  background: transparent !important;
  color: #D4B86A !important;
  border: 1px solid rgba(201,168,76,0.4) !important;
  font-family: 'Karla', sans-serif !important;
  font-size: 10px !important;
  letter-spacing: 4px !important;
  text-transform: uppercase !important;
  padding: 12px 40px !important;
  text-decoration: none !important;
  border-radius: 2px !important;
  cursor: pointer !important;
  box-shadow: none !important;
  text-shadow: none !important;
  transition: all 0.3s ease !important;
}

/* HOVER STATE */
.custom-modal-content button.custom-modal-btn:hover {
  background: rgba(201,168,76,0.08) !important;
  border-color: rgba(201,168,76,0.8) !important;
  box-shadow: 0 0 15px rgba(201,168,76,0.15) !important;
}

/* ACTIVE STATE */
.custom-modal-content button.custom-modal-btn:active {
  transform: scale(0.96) !important;
}

/* ── RESPONSIVE ── */
@media (max-width: 768px) {
  .form-grid { grid-template-columns: 1fr; gap: 0; }
  .form-row { margin-bottom: 20px; }
  .form-row label { font-size: 10px; letter-spacing: 2.5px; margin-bottom: 8px; }
  .form-row input, .form-row select, .form-row textarea { font-size: 16px; padding: 12px 14px; }
  .radio-group { gap: 18px; }
  .radio-opt { font-size: 16px; }
  .rsvp-note { font-size: 16px; margin-bottom: 24px; padding-left: 14px; }
  .btn-submit { width: 100%; text-align: center; padding: 14px 24px; }
  .custom-modal-content { padding: 28px 22px; }
  .custom-modal-message { font-size: 17px; }
}

@media (max-width: 480px) {
  .form-row { margin-bottom: 18px; }
  .form-row label { font-size: 9px; letter-spacing: 2px; margin-bottom: 6px; }
  .form-row input, .form-row select, .form-row textarea { font-size: 15px; padding: 10px 12px; }
  .radio-opt { font-size: 15px; gap: 8px; }
  .radio-opt input[type="radio"] { width: 12px !important; height: 9px !important; }
  .rsvp-note { font-size: 14px; line-height: 1.7; margin-bottom: 20px; padding-left: 12px; }
  .btn-submit { padding: 12px 20px; font-size: 9px; letter-spacing: 2.5px; }
  .custom-modal-content { padding: 24px 18px; }
  .custom-modal-message { font-size: 16px; }
}

/* ── PLACEHOLDERS ── */
.form-row input::placeholder,
.form-row textarea::placeholder {
  color: rgba(248,244,227,0.4) !important;
  opacity: 1 !important;
  -webkit-text-fill-color: rgba(248,244,227,0.4) !important;
}
::-webkit-input-placeholder { color: rgba(248,244,227,0.4) !important; opacity: 1 !important; }
::-moz-placeholder { color: rgba(248,244,227,0.4) !important; opacity: 1 !important; }
:-ms-input-placeholder { color: rgba(248,244,227,0.4) !important; opacity: 1 !important; }
:-moz-placeholder { color: rgba(248,244,227,0.4) !important; opacity: 1 !important; }/* Force typed text color */
.form-row input,
.form-row select,
.form-row textarea {
  color: #F8F4E3 !important;
  -webkit-text-fill-color: #F8F4E3 !important;
}

/* Fix autofill (Chrome/Safari) */
.form-row input:-webkit-autofill,
.form-row textarea:-webkit-autofill,
.form-row select:-webkit-autofill {
  -webkit-text-fill-color: #F8F4E3 !important;
  box-shadow: 0 0 0 1000px rgba(248,244,227,.035) inset !important;
  -webkit-box-shadow: 0 0 0 1000px rgba(248,244,227,.035) inset !important;
  transition: background-color 9999s ease-in-out 0s;
}

/* Optional: keep text white on focus as well */
.form-row input:focus,
.form-row textarea:focus,
.form-row select:focus {
  color: #F8F4E3 !important;
  -webkit-text-fill-color: #F8F4E3 !important;
}/* End custom CSS */