@import url('https://fonts.googleapis.com/css2?family=Great+Vibes&family=Cormorant+Garamond:wght@300;400;500;600&display=swap');

:root {
  --english-font: "Cormorant Garamond", serif;
  --script-font: "Great Vibes", cursive;
  --arabic-font: "Simplified Arabic Fixed", "Simplified Arabic", "Tahoma", "Arial", sans-serif;

  --off-white: #fbfaf6;
  --soft-beige: #f7f4ee;
  --gold: #B29A6E;
  --gold-soft: #B29A6E;
  --text-dark: #B29A6E;
  --text-soft: #B29A6E;
  --main-text: #B29A6E;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html,
body {
  width: 100%;
  min-height: 100%;
  overflow-x: hidden;
  background: var(--soft-beige);
}

body {
  font-family: var(--english-font);
  color: var(--main-text);
  -webkit-overflow-scrolling: touch;
  touch-action: pan-y;
}

section {
  margin: 0;
  padding: 0;
}

img,
video {
  display: block;
}

body.lock-scroll {
  overflow: hidden;
  height: 100dvh;
}

body.ready-scroll {
  overflow-x: hidden;
  overflow-y: auto;
  height: auto;
}

/* =========================
   Full Screen Video Sections
========================= */

.screen {
  width: 100vw;
  height: 100dvh;
  position: relative;
  overflow: hidden;
  background: var(--soft-beige);
}

.full-media {
  width: 100%;
  height: 100%;
  display: block;
  background: var(--soft-beige);
}

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

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

.hidden {
  display: none !important;
}

/* =========================
   Smooth Scroll Section Transitions
========================= */

.section-animate {
  opacity: 1;
  transform: none;
  filter: none;
  will-change: auto;
}

.section-animate .countdown-logo,
.section-animate .countdown-box,
.section-animate .luxury-rsvp-card,
.section-animate .location-content h2,
.section-animate .location-pin,
.section-animate .venue-text,
.section-animate .map-card,
.section-animate .maps-button,
.section-animate .rsvp-text,
.section-animate .event-rules-icons {
  opacity: 0;
  transform: translateY(18px);
  transition:
    opacity 0.65s ease,
    transform 0.65s ease;
  will-change: opacity, transform;
}

.section-visible .countdown-logo,
.section-visible .luxury-rsvp-card {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.05s;
}



.section-visible .countdown-box:nth-child(1) {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.08s;
}

.section-visible .countdown-box:nth-child(2) {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.14s;
}

.section-visible .countdown-box:nth-child(3) {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.2s;
}

.section-visible .countdown-box:nth-child(4) {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.26s;
}

.section-visible .location-content h2 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.05s;
}

.section-visible .location-pin {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.1s;
}

.section-visible .venue-text {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.15s;
}

.section-visible .map-card {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.2s;
}

.section-visible .maps-button {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.28s;
}

.section-visible .rsvp-text {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.34s;
}

.section-visible .event-rules-icons {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.4s;
}

.image-full-section.section-animate img {
  transform: scale(1.018);
  transition: transform 0.9s ease;
  will-change: transform;
}

.image-full-section.section-visible img {
  transform: scale(1);
}

/* =========================
   Intro Video
========================= */

.click-text {
  position: absolute;
  bottom: calc(72px + env(safe-area-inset-bottom));
  left: 0;
  width: 100%;
  text-align: center;
  color: var(--main-text);
  font-family: var(--english-font);
  font-size: clamp(16px, 4.5vw, 19px);
  letter-spacing: 2px;
  line-height: 1.7;
  animation: softPulse 2.2s ease-in-out infinite;
  z-index: 5;
}

.click-text .arabic,
.arabic {
  font-family: var(--arabic-font);
  color: var(--main-text);
}

.click-text.fade-out {
  animation: textFadeOut 0.6s ease forwards;
}

#introScreen.fade-out-intro {
  animation: introFadeOut 1.5s ease forwards;
}

/* =========================
   Main Loop Video
========================= */

#mainVideoScreen {
  transform: translateY(100%);
  opacity: 0;
  overflow: hidden;
}

#mainVideoScreen.slide-up {
  animation: slideUpFade 0.45s ease-out forwards;
}

#mainVideo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.08);
  transform-origin: center center;
  pointer-events: none;
}

.scroll-text {
  position: absolute;
  bottom: calc(28px + env(safe-area-inset-bottom));
  left: 0;
  width: 100%;
  text-align: center;
  color: var(--main-text);
  font-family: var(--english-font);
  font-size: clamp(12px, 3.4vw, 15px);
  letter-spacing: 3px;
  line-height: 1.8;
  text-shadow: none;
  animation: softPulse 2.2s ease-in-out infinite;
  z-index: 5;
}

.scroll-text .arabic {
  font-family: var(--arabic-font);
  color: var(--main-text);
}

.scroll-text span {
  display: block;
  font-size: 20px;
  color: var(--main-text);
}

/* =========================
   Invitation Image Section
========================= */

.image-full-section {
  width: 100%;
  height: 100dvh;
  min-height: 100dvh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--soft-beige);
  overflow: hidden;
}

.image-full-section img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* =========================
   Compact Countdown Section
========================= */

.vintage-countdown-section {
  width: 100%;
  min-height: auto;
  background:
    radial-gradient(circle at top, rgba(255, 248, 232, 0.95), rgba(246, 241, 234, 0.96)),
    linear-gradient(135deg, #f6f1ea, #efe4d7);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 50px 24px 58px;
  overflow: hidden;
}

.countdown-inner {
  width: 100%;
  max-width: 390px;
  margin: 0 auto;
  text-align: center;
}

.countdown-logo {
  width: clamp(150px, 52vw, 220px);
  height: auto;
  margin: 0 auto 24px;
  display: block;
  object-fit: contain;
  opacity: 0.92;
}

.countdown-grid {
  width: 100%;
  max-width: 350px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px 14px;
}

.countdown-box {
  min-height: 82px;
  background: rgba(255, 252, 246, 0.72);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(178, 154, 110, 0.35);
  border-radius: 16px;
  box-shadow:
    0 12px 26px rgba(75, 59, 44, 0.08),
    inset 0 0 0 1px rgba(255, 255, 255, 0.45);
  backdrop-filter: blur(5px);
}

.countdown-box span {
  display: block;
  font-family: var(--arabic-font);
  color: var(--main-text);
  font-size: clamp(28px, 8vw, 38px);
  font-weight: 400;
  line-height: 1;
  margin-bottom: 6px;
  letter-spacing: 1px;
}

.countdown-box small {
  display: block;
  font-family: var(--arabic-font);
  color: var(--main-text);
  font-size: clamp(12px, 3vw, 14px);
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.8px;
}

/* =========================
   Location Section - Compact
========================= */

.location-section {
  width: 100%;
  min-height: 100dvh;
  background-image: url("assets/location.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
  padding: calc(28px + env(safe-area-inset-top)) 22px calc(28px + env(safe-area-inset-bottom));
}

.location-content {
  width: 100%;
  max-width: 430px;
  margin: 0 auto;
  padding-top: 50px;
  text-align: center;
  color: #ffffff;
}

.location-content h2 {
  font-family: var(--script-font);
  font-size: clamp(36px, 11vw, 50px);
  font-weight: 400;
  font-style: normal;
  line-height: 1;
  color: #ffffff;
  margin-bottom: 16px;
}

.location-pin {
  width: 22px;
  height: 22px;
  margin: 0 auto 6px;
  color: #ffffff;
}

.location-pin svg {
  width: 100%;
  height: 100%;
  display: block;
}

.location-pin path,
.location-pin circle {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.6;
}

.venue-text {
  font-family: var(--arabic-font);
  font-size: clamp(12px, 3.4vw, 15px);
  line-height: 1.55;
  letter-spacing: 0.3px;
  color: #ffffff;
  margin-bottom: 16px;
}

.map-card {
  width: 76%;
  max-width: 270px;
  aspect-ratio: 1.45 / 1;
  margin: 0 auto;
  overflow: hidden;
  background: white;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.65);
  box-shadow: 0 10px 22px rgba(70, 58, 48, 0.22);
}

.map-card iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

.maps-button {
  display: inline-block;
  margin-top: 18px;
  padding: 7px 22px;
  border: 1px solid rgba(255, 255, 255, 0.75);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.18);
  color: #ffffff;
  text-decoration: none;
  font-family: var(--arabic-font);
  font-size: clamp(11px, 2.8vw, 13px);
  letter-spacing: 0.3px;
  backdrop-filter: blur(4px);
}

.rsvp-text {
  margin-top: 26px;
  font-family: var(--arabic-font);
  font-size: clamp(13px, 3.3vw, 15px);
  line-height: 1.6;
  letter-spacing: 0.3px;
  color: #ffffff;
  direction: rtl;
}

.rsvp-text p + p {
  margin-top: 10px;
}

.location-note {
  margin-top: 14px;
  font-family: var(--arabic-font);
  font-size: clamp(12px, 3.2vw, 14px);
  line-height: 1.65;
  letter-spacing: 0.2px;
  color: #ffffff;
  direction: rtl;
}

.location-section[dir="rtl"] .location-content,
.location-section[dir="rtl"] .venue-text,
.location-section[dir="rtl"] .rsvp-text,
.location-section[dir="rtl"] .location-note {
  text-align: center;
  direction: rtl;
}

.location-section[dir="rtl"] .maps-button {
  direction: rtl;
}


.event-rules-icons {
  margin-top: 16px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 18px;
  direction: rtl;
}

.rule-icon-box {
  width: 118px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 7px;
  color: #ffffff;
  font-family: var(--arabic-font);
  font-size: clamp(11px, 2.8vw, 13px);
  line-height: 1.4;
  letter-spacing: 0.2px;
}

.rule-icon-box svg {
  width: 42px;
  height: 42px;
  display: block;
}

.rule-icon-box svg circle,
.rule-icon-box svg path,
.rule-icon-box svg line {
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.rule-icon-box span {
  color: #ffffff;
}


/* =========================
   Luxury Vintage RSVP Section
========================= */

.rsvp-section {
  width: 100%;
  min-height: 100dvh;
  background:
    radial-gradient(circle at top, rgba(255, 248, 232, 0.95), rgba(246, 241, 234, 0.96)),
    linear-gradient(135deg, #f6f1ea, #efe4d7);
  padding: calc(54px + env(safe-area-inset-top)) 24px calc(54px + env(safe-area-inset-bottom));
  display: flex;
  align-items: center;
  justify-content: center;
}

.luxury-rsvp-section {
  min-height: 100vh;
  padding: 90px 20px;
  background:
    radial-gradient(circle at top, rgba(255, 248, 232, 0.95), rgba(246, 241, 234, 0.96)),
    linear-gradient(135deg, #f6f1ea, #efe4d7);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.rsvp-content {
  width: 100%;
  max-width: 430px;
  text-align: center;
}

.luxury-rsvp-card {
  position: relative;
  width: 100%;
  max-width: 520px;
  padding: 46px 28px 42px;
  text-align: center;
  background: rgba(255, 252, 246, 0.9);
  border: 1px solid rgba(178, 154, 110, 0.35);
  border-radius: 28px;
  box-shadow:
    0 24px 70px rgba(58, 44, 30, 0.14),
    inset 0 0 0 1px rgba(255, 255, 255, 0.55);
  backdrop-filter: blur(8px);
}

.luxury-rsvp-card::before,
.luxury-rsvp-card::after {
  content: "";
  position: absolute;
  width: 82px;
  height: 82px;
  border-color: rgba(178, 154, 110, 0.55);
  border-style: solid;
  pointer-events: none;
}

.luxury-rsvp-card::before {
  top: 16px;
  right: 16px;
  border-width: 1px 1px 0 0;
  border-radius: 0 18px 0 0;
}

.luxury-rsvp-card::after {
  bottom: 16px;
  left: 16px;
  border-width: 0 0 1px 1px;
  border-radius: 0 0 0 18px;
}

.rsvp-ornament {
  color: var(--main-text);
  font-size: 34px;
  line-height: 1;
  margin-bottom: 12px;
  opacity: 0.95;
}

.luxury-rsvp-card h2 {
  margin: 0;
  color: var(--main-text);
  font-family: var(--arabic-font);
  font-size: clamp(30px, 7vw, 48px);
  font-weight: 400;
  letter-spacing: 0.5px;
}

.rsvp-subtitle {
  margin: 12px 0 30px;
  color: var(--main-text);
  font-family: var(--arabic-font);
  font-size: 16px;
  line-height: 1.9;
}

.rsvp-choice {
  display: flex;
  gap: 14px;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.rsvp-choice-btn {
  min-width: 150px;
  padding: 14px 22px;
  border: 1px solid rgba(178, 154, 110, 0.65);
  border-radius: 999px;
  background: linear-gradient(135deg, #8a8660, #b8a875);
  color: #ffffff;
  font-family: var(--arabic-font);
  font-size: 15px;
  cursor: pointer;
  box-shadow: 0 12px 26px rgba(138, 134, 96, 0.22);
  transition:
    transform 0.35s ease,
    box-shadow 0.35s ease,
    background 0.35s ease,
    color 0.35s ease;
}

.rsvp-choice-btn.secondary {
  background: transparent;
  color: var(--main-text);
}

.rsvp-choice-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 34px rgba(178, 154, 110, 0.25);
}

.rsvp-choice-btn.active {
  background: linear-gradient(135deg, #6f6a48, #9c9063);
  color: #ffffff;
  transform: translateY(-2px) scale(1.02);
}

.luxury-rsvp-form {
  width: 100%;
  margin-top: 30px;
  overflow: hidden;
}

.luxury-rsvp-form.hidden {
  display: none;
}

.luxury-rsvp-form.show-form {
  display: block;
  animation: formReveal 0.75s ease both;
}

.form-divider {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 8px 0 22px;
}

.form-divider span {
  width: 150px;
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(178, 154, 110, 0.75),
    transparent
  );
}

.rsvp-form-title {
  margin: 0 0 18px;
  color: var(--main-text);
  font-family: var(--arabic-font);
  font-size: 14px;
}

.form-group {
  width: 100%;
  margin-bottom: 14px;
}

.luxury-rsvp-form input,
.luxury-rsvp-form textarea,
.luxury-rsvp-form select {
  width: 100%;
  padding: 14px 17px;
  border: 1px solid rgba(178, 154, 110, 0.35);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.68);
  color: var(--main-text);
  font-family: var(--arabic-font);
  font-size: 15px;
  text-align: right;
  outline: none;
  transition:
    border-color 0.3s ease,
    box-shadow 0.3s ease,
    background 0.3s ease;
}

.luxury-rsvp-form input::placeholder,
.luxury-rsvp-form textarea::placeholder {
  color: rgba(178, 154, 110, 0.62);
}

.luxury-rsvp-form input:focus,
.luxury-rsvp-form textarea:focus,
.luxury-rsvp-form select:focus {
  border-color: rgba(178, 154, 110, 0.8);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 0 0 4px rgba(178, 154, 110, 0.12);
}

.luxury-rsvp-form select {
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
}

.luxury-rsvp-form textarea {
  min-height: 100px;
  resize: vertical;
}

.submit-rsvp {
  width: 100%;
  margin-top: 6px;
  padding: 15px 24px;
  border: 1px solid rgba(178, 154, 110, 0.65);
  border-radius: 999px;
  background: rgba(178, 154, 110, 0.12);
  color: var(--main-text);
  font-family: var(--arabic-font);
  font-size: 16px;
  cursor: pointer;
  box-shadow: 0 14px 30px rgba(178, 154, 110, 0.18);
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease,
    opacity 0.3s ease;
}

.submit-rsvp:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 38px rgba(178, 154, 110, 0.25);
}

.submit-rsvp:disabled {
  opacity: 0.65;
  cursor: not-allowed;
  transform: none;
}

.rsvp-status {
  margin-top: 16px;
  color: var(--main-text);
  font-family: var(--arabic-font);
  font-size: 14px;
  line-height: 1.8;
}

.rsvp-status.error {
  color: var(--main-text);
}

.rsvp-status.success {
  color: var(--main-text);
  background: rgba(178, 154, 110, 0.08);
  border: 1px solid rgba(178, 154, 110, 0.25);
  border-radius: 14px;
  padding: 12px 14px;
}

.luxury-rsvp-section.submitted {
  animation: none;
}

/* =========================
   White Transition
========================= */

.white-transition {
  position: fixed;
  inset: 0;
  background: white;
  z-index: 9999;
  opacity: 0;
  pointer-events: none;
}

.white-transition.show {
  display: block !important;
  animation: whiteFlash 0.7s ease forwards;
}

/* =========================
   Animations
========================= */

@keyframes softPulse {
  0% {
    opacity: 0.45;
    transform: translateY(0);
  }

  50% {
    opacity: 1;
    transform: translateY(-6px);
  }

  100% {
    opacity: 0.45;
    transform: translateY(0);
  }
}

@keyframes textFadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translateY(10px);
  }
}

@keyframes introFadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes slideUpFade {
  from {
    transform: translateY(100%);
    opacity: 0;
  }

  to {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes whiteFlash {
  0% {
    opacity: 0;
  }

  35% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes formReveal {
  from {
    opacity: 0;
    transform: translateY(-12px);
    max-height: 0;
  }

  to {
    opacity: 1;
    transform: translateY(0);
    max-height: 700px;
  }
}

/* =========================
   Small Phone Adjustments
========================= */

@media (max-width: 390px) {
  .vintage-countdown-section {
    padding: 44px 20px 50px;
  }

  .countdown-logo {
    width: clamp(140px, 56vw, 200px);
    margin-bottom: 20px;
  }

  .countdown-grid {
    max-width: 330px;
    gap: 12px;
  }

  .countdown-box {
    min-height: 76px;
    border-radius: 14px;
  }

  .map-card {
    width: 90%;
    max-width: 320px;
  }

  .rsvp-text {
    margin-top: 36px;
  }

  .rsvp-section {
    padding: 44px 22px 46px;
  }
}

/* =========================
   RSVP Mobile Adjustments
========================= */

@media (max-width: 600px) {
  .luxury-rsvp-section {
    padding: 70px 16px;
  }

  .luxury-rsvp-card {
    padding: 38px 20px 36px;
    border-radius: 24px;
  }

  .rsvp-choice {
    flex-direction: column;
  }

  .rsvp-choice-btn {
    width: 100%;
  }

  .luxury-rsvp-form input,
  .luxury-rsvp-form textarea,
  .luxury-rsvp-form select {
    font-size: 14px;
  }
}

/* =========================
   Reduce Motion
========================= */

@media (prefers-reduced-motion: reduce) {
  .section-animate,
  .section-animate .countdown-logo,
  .section-animate .countdown-box,
  .section-animate .luxury-rsvp-card,
  .section-animate .location-content h2,
  .section-animate .location-pin,
  .section-animate .venue-text,
  .section-animate .map-card,
  .section-animate .maps-button,
  .section-animate .rsvp-text,
  .image-full-section.section-animate img {
    opacity: 1;
    transform: none;
    filter: none;
    transition: none;
  }
}

/* =========================
   Mobile Only Website
========================= */

@media (min-width: 768px) {
  body > * {
    display: none !important;
  }

  body::before {
    content: "Please open this invitation on a mobile phone.";
    display: flex;
    width: 100vw;
    height: 100vh;
    align-items: center;
    justify-content: center;
    padding: 30px;
    text-align: center;
    font-family: Arial, sans-serif;
    font-size: 20px;
    color: #B29A6E;
    background: #efe8dc;
  }
}

/* =========================
   RSVP Final Confirmation
========================= */

.rsvp-final-message {
  margin-top: 24px;
  padding: 22px 18px;
  border: 1px solid rgba(178, 154, 110, 0.35);
  border-radius: 20px;
  background: rgba(178, 154, 110, 0.08);
  color: var(--main-text);
  font-family: var(--arabic-font);
  font-size: 16px;
  line-height: 1.9;
  text-align: center;
  animation: formReveal 0.7s ease both;
}

.rsvp-final-message strong {
  display: block;
  margin-bottom: 6px;
  font-size: 19px;
  font-weight: 400;
}

.rsvp-submitted .rsvp-choice,
.rsvp-submitted .rsvp-form {
  display: none !important;
}

/* =========================
   FINAL: Match All Website Text To Card Text Color
========================= */

:root {
  --main-text: #957039 !important;
  --gold: #957039 !important;
  --gold-soft: #957039 !important;
  --text-dark: #957039 !important;
  --text-soft: #957039 !important;
}

/* All normal text */
body,
p,
span,
small,
h1,
h2,
h3,
label,
button,
input,
textarea,
select,
a,
.arabic,
.click-text,
.click-text .arabic,
.scroll-text,
.scroll-text .arabic,
.scroll-text span,
.countdown-box span,
.countdown-box small,
.rsvp-ornament,
.luxury-rsvp-card h2,
.rsvp-subtitle,
.rsvp-form-title,
.rsvp-status,
.rsvp-final-message,
.rsvp-final-message strong,
.venue-text,
.location-content h2,
.rsvp-text,
.rsvp-text p,
.location-note,
.location-note p,
.maps-button,
.rule-icon-box,
.rule-icon-box span {
  color: #957039 !important;
}

/* RSVP buttons */
.rsvp-choice-btn {
  color: #ffffff !important;
  background: #957039 !important;
  border-color: #957039 !important;
}

.rsvp-choice-btn.secondary {
  color: #957039 !important;
  background: transparent !important;
  border-color: #957039 !important;
}

.rsvp-choice-btn.active,
.rsvp-choice-btn:hover,
.submit-rsvp:hover {
  color: #ffffff !important;
  background: #957039 !important;
  border-color: #957039 !important;
}

/* Submit button */
.submit-rsvp {
  color: #957039 !important;
  border-color: #957039 !important;
  background: rgba(149, 112, 57, 0.10) !important;
}

/* Form fields */
.luxury-rsvp-form input,
.luxury-rsvp-form textarea,
.luxury-rsvp-form select {
  color: #957039 !important;
  border-color: rgba(149, 112, 57, 0.45) !important;
}

.luxury-rsvp-form input::placeholder,
.luxury-rsvp-form textarea::placeholder {
  color: rgba(149, 112, 57, 0.62) !important;
}

/* Divider and boxes */
.form-divider span {
  background: linear-gradient(
    90deg,
    transparent,
    rgba(149, 112, 57, 0.75),
    transparent
  ) !important;
}

.countdown-box,
.luxury-rsvp-card,
.rsvp-final-message {
  border-color: rgba(149, 112, 57, 0.35) !important;
}

/* Location pin + rule icons */
.location-pin,
.rule-icon-box {
  color: #957039 !important;
}

.location-pin path,
.location-pin circle,
.rule-icon-box svg circle,
.rule-icon-box svg path,
.rule-icon-box svg line {
  stroke: #957039 !important;
}

/* Map button */
.maps-button {
  color: #957039 !important;
  border-color: rgba(149, 112, 57, 0.65) !important;
  background: rgba(255, 255, 255, 0.35) !important;
}

/* =========================
   Countdown Background Color
========================= */

.countdown-section,
.vintage-countdown-section {
  background: #D9BFA7 !important;
}

.countdown-inner {
  background: transparent !important;
}