* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}



body {
  font-family: 'Playfair Display', serif;
  background: #fdfdfd;
}
    html {
      scroll-behavior: smooth;
    }

    /* NAVBAR */
    .navbar {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;

      display: flex;
      justify-content: space-between;
      align-items: center;

      padding: 22px 60px;

      background: rgba(0,0,0,0.15);
      backdrop-filter: blur(10px);

      z-index: 999;
      box-sizing: border-box;
    }

    .nav-logo {
      color: white;
      font-size: 24px;
      font-family: 'Playfair Display', serif;
      letter-spacing: 2px;
    }

    .nav-links {
      display: flex;
      gap: 35px;
      list-style: none;
      margin: 0;
      padding: 0;
    }

    .nav-links a {
      text-decoration: none;
      color: white;
      font-size: 14px;
      letter-spacing: 1px;
      text-transform: uppercase;
      transition: 0.3s ease;
    }

    .nav-links a:hover {
      color: #d4b48c;
    }

    @media (max-width: 768px) {

      .navbar {
        padding: 5px 10px;
        flex-direction: column;
        gap: 5px;
      }

      .nav-links {
        gap: 10px;
        flex-wrap: wrap;
        justify-content: center;
      }

      .nav-links a {
        font-size: 12px;
      }
    }
/* HERO SECTION */
.hero {
  height: 100vh;
  background-image: url("wed3.jpeg");
  background-size:auto;
  background-position: center;
  position: relative;
  color: white;
  filter: grayscale(0%);
}

/* DARK OVERLAY */
.overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
}

/* TEXT CONTENT */
.content {
  position: relative;
  z-index: 1;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 20px;
}

.small-text {
  letter-spacing: 2px;
  font-size: 0.8rem;
  text-transform: uppercase;
  opacity: 0.8;
  margin-bottom: 10px;
  color: #c0bdbd;
}

.names {
  font-size: 3rem;
  font-weight: 600;
  color: #c0bdbd;
}

.names span {
  font-weight: 300;
  margin: 0 10px;
}

.script {
  font-family: 'Great Vibes', cursive;
  font-size: 2.5rem;
  margin: 20px 0;
}

.date {
  letter-spacing: 1px;
  font-size: 0.9rem;
  opacity: 0.9;
  color: #ffffff;
}

.timeline-section {
  background: #fff;
  padding: 80px 20px;
  display: flex;
  justify-content: center;
}

.timeline-section-text {
  background: #fff;
  padding: 80px 0px 0px 10px;
  display: flex;
  justify-content: center;
  font-size: 1.5rem;
}

.timeline {
  width: 600px;
  position: relative;
}

/* MIDDELLYN */
.timeline::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 1px;
  background: #bbb;
  transform: translateX(-50%);
}

/* RYE */
.row {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  margin: 50px 0;
}

/* GOUE KOL */
.dot {
  width: 12px;
  height: 12px;
  background: #c9b38c;
  border-radius: 50%;
  z-index: 2;
}

/* TEKS */
.content {
  font-family: 'Playfair Display', serif;
  font-size: 14px;
  color: #333;
}

.content h3 {
  margin: 4px 0;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 14px;
}

.time {
  font-size: 12px;
  letter-spacing: 1px;
  color: #666;
}

.content p {
  font-size: 12px;
  color: #ffffff;
  line-height: 1.4;
}

/* IKONE */
.icon img {
  width: 50px;
  height: 50px;
  opacity: 0.7;
}

/* LINKS RYE */
.row.left .content {
  text-align: right;
  padding-right: 20px;
}

.row.left .icon {
  padding-left: 20px;
}

/* REGS RYE */
.row.right .content {
  text-align: left;
  padding-left: 20px;
}

.row.right .icon {
  text-align: right;
  padding-right: 20px;
}

.countdown-section {
  text-align: center;
  padding: 80px 20px;
  background: #faf7f4;
}

.countdown-section h2 {
  font-family: 'Playfair Display', serif;
  margin-bottom: 30px;
}

.countdown {
  display: flex;
  justify-content: center;
  gap: 25px;
}

.countdown div {
  background: white;
  padding: 20px 18px;
  border-radius: 8px;
  min-width: 80px;
}

.countdown span {
  font-size: 2rem;
  font-weight: 600;
  display: block;
}

.countdown small {
  font-size: 0.75rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #777;
}

.OnsVenue{
  background-color: #fff;
  display: flex;
  justify-content: center;
  padding: 80px 0px 30px 0px;
}

.OnsVenue h2 {
   font-size: 2rem;
}

.map-section {
  display: flex;
  justify-content: center; /* horizontal centering */
  align-items: center;     /* vertical centering */
  padding: 0px 0;
  width: 100%;
  height: 400px;    
  background-color: #fff;       /* set desired height */
}

.map-section iframe {
  width: 50%;   /* your desired width */
  height: 100%; /* fill parent height */
  border: 0;
  position: static; /* remove absolute */
}

.menu-section {
  background: #faf7f4;
  padding: 80px 20px;
  text-align: center;
  padding: 20px;
  width: 100%;
  height:400;
}


.menu-section h2 {
  font-family: 'Playfair Display', serif;
  margin-bottom: 50px;
  font-size: 2rem;
}

.menu-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  max-width: 1000px;
  margin: auto;
  text-align: left;
}

.menu-column h3 {
  font-family: 'Playfair Display', serif;
  margin-bottom: 20px;
  color: #c9b38c; /* Goue aksent */
  font-size: 1.25rem;
}

.menu-column ul {
  list-style: none;
  padding: 0;
}

.menu-column li {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  font-size: 1rem;
  color: #333;
}

.menu-column .icon {
  width: 24px;
  height: 24px;
  margin-right: 12px;
  opacity: 0.8;
}

.menu-column li:hover .icon {
  opacity: 1;
  transform: scale(1.1);
  transition: 0.3s;
}

.menu-column:not(:last-child) {
  border-right: 1px solid #c9b38c;
  padding-right: 20px;
}
.menu-column:not(:first-child) {
  padding-left: 20px;
}

.calender-sec{
  padding: 50px 0px 10px 0px;
  background-color: #fff;
  display: flex;
  justify-content: center; /* horizontal centering */
  align-items: center;  

}

.calendar {
  max-width: 1500px;
  background: white;
  border-radius: 12px;
  padding: 50px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.15);
  font-family: inherit;
}

.calendar-header {
  font-size: 1.4rem;
  text-align: center;
  font-weight: bold;
  margin-bottom: 10px;
}

.calendar-grid {
  font-size: 1.1rem;
  padding: 14px 0;
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 6px;
  text-align: center;
}

.calendar-grid span {
  padding: 8px 0;
  border-radius: 6px;
}

.calendar-grid .selected {
  background: #000;
  color: white;
  font-weight: bold;
}

.image-sec {
  background-color: transparent;
  border-color: #fff;
  border: none;
}

.image-split {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: -15px;
  max-width: 2000px;
  margin: 0;
}

.image-split img {
  width: 100%;
  border-radius: 0px;
  object-fit: fill;
  filter: grayscale(0%);
}

.details {
  padding: 80px 20px;
  background: #fafafa;
  text-align: center;
}

.details-title {
  font-size: 1.7rem;
  margin-bottom: 50px;
}

.details-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  max-width: 1100px;
  margin: auto;
}

.detail-card {
  background: white;
  padding: 32px 24px;
  border-radius: 18px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
  transition: transform 0.3s ease;
}

.detail-card:hover {
  transform: translateY(-6px);
}

.detail-card h3 {
  margin: 16px 0 8px;
  font-size: 1.2rem;
}

.detail-card p {
  font-size: 0.95rem;
  line-height: 1.5;
  color: #555;
}

.icon {
  font-size: 1.8rem;
}

.story {
  padding: 90px 20px;
  max-width: 1100px;
  margin: auto;
}

.story-title {
  text-align: center;
  font-size: 2.4rem;
  margin-bottom: 60px;
}

.story-block {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
  margin-bottom: 70px;
}

.story-block img {
  width: 100%;
  height: 520px;
  object-fit: cover;
  border-radius: 20px;
}

.story-text h3 {
  font-size: 1.6rem;
  margin-bottom: 14px;
}

.story-text p {
  font-size: 1rem;
  line-height: 1.7;
  color: #555;
}

.story-block.reverse {
  direction: rtl;
}

.story-block.reverse * {
  direction: ltr;
}

.rsvp {
  text-align: center;
  padding: 90px 20px;
}

.rsvp-btn {
  display: inline-block;
  padding: 16px 40px;
  background: black;
  color: gold;
  border-radius: 50px;
  border-color: gold;
  text-decoration: none;
  font-size: 1.1rem;
  margin-top: 20px;
  transition: transform 0.3s ease;
}


.rsvp-btn:hover {
  transform: translateY(-3px);
}

.rsvp-note {
  margin-top: 16px;
  color: #666;
}

.palette-mini{
    display:flex;
    justify-content:center;
    gap:14px;
    margin-top:22px;
    padding:12px 18px;
    background:rgba(230, 230, 230, 0.55);
    border-radius:50px;
    width:fit-content;
    margin-left:auto;
    margin-right:auto;

    box-shadow:
    0 8px 20px rgba(0,0,0,0.06),
    inset 0 1px 0 rgba(255,255,255,0.8);
}

.color-circle{
    width:34px;
    height:34px;
    border-radius:50%;
    border:3px solid rgba(255,255,255,0.9);

    box-shadow:
    0 6px 14px rgba(0,0,0,0.12),
    inset 0 2px 4px rgba(126, 124, 124, 0.5);

    transition:0.3s ease;
}

.color-circle:hover{
    transform:translateY(-4px) scale(1.08);
}

/* RSVP SUKSES POPUP */
.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.6);
  justify-content: center;
  align-items: center;
}

.loader-container {
  display: none;
  flex-direction: column;
  align-items: center;
  margin-top: 18px;
}

.spinner {
  width: 35px;
  height: 35px;
  border: 4px solid #e8dcc8;
  border-top: 4px solid #c8a97e;
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
}

.loader-container p {
  margin-top: 10px;
  color: #8b7d6b;
  font-size: 14px;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

.modal-content {
  background: #fff;
  padding: 30px;
  border-radius: 16px;
  text-align: center;
  width: 300px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.2);
  animation: pop 0.3s ease;
}

.modal-content h2 {
  margin-bottom: 10px;
}

.modal-content button {
  margin-top: 15px;
  padding: 10px 20px;
  border: none;
  border-radius: 10px;
  background: #b08d57; /* classy gold tone */
  color: white;
  cursor: pointer;
}

.loader-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(248, 245, 242, 0.7);
  backdrop-filter: blur(4px);
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.loader-card {
  background: white;
  padding: 25px 30px;
  border-radius: 16px;
  text-align: center;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
  font-family: 'Segoe UI', sans-serif;
  color: #3a3a3a;
}

.spinner {
  width: 35px;
  height: 35px;
  margin: 0 auto 10px;
  border: 3px solid #eee;
  border-top: 3px solid #b08d57;
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
}

/* Seating Chart Section */
.seating-section {
  padding: 100px 20px;
  background: #f8f5f2;
  display: flex;
  justify-content: center;
}

.seating-content {
  max-width: 700px;
  width: 100%;
  background: white;
  padding: 30px 25px;
  border-radius: 28px;
  text-align: center;
  box-shadow: 0 10px 35px rgba(0,0,0,0.08);
}


.seating-content h2 {
  font-size: 2rem;
  margin-bottom: 15px;
  color: #2f2f2f;
}

.seating-content p {
  color: #666;
  font-size: 17px;
  line-height: 1.7;
  margin-bottom: 35px;
}

.gif-container {
  background: #ffffff;
  border-radius: 24px;
  padding: 20px;
  margin-bottom: 35px;
}

.gif-container img {
  width: 50%;
  max-width: 350px;
}

/* RSVP */

.rsvp-form {
  font-family: 'Segoe UI', sans-serif;
  background: #f8f5f2;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}

.rsvp-container {
  background: white;
  padding: 40px;
  border-radius: 16px;
  width: 400px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.rsvp-h2 {
  text-align: center;
}

input, select {
  width: 100%;
  padding: 10px;
  margin: 8px 0 16px;
  border-radius: 8px;
  border: 1px solid #ddd;
  font-size: 16px;
}

.soek-button {
  width: 100%;
  padding: 12px;
  background: #c8a97e;
  color: white;
  border: none;
  border-radius: 8px;
  cursor: pointer;
}

.soek-button:hover {
  background: #b8966c;
}

#formSection {
  display: none;
}

.rsvp-text {
  padding: 10px 0px 10px 0px;
}

/* Wedding Popup */
.wedding-popup {
  border-radius: 20px;
  font-family: 'Playfair Display', serif;
}

.swal2-title {
  color: #8b6f47;
}

.swal2-confirm {
  border-radius: 30px !important;
  padding: 10px 25px !important;
}

/* Back button RSVP */
.back-btn {
  position: fixed;
  top: 20px;
  left: max(10px, env(safe-area-inset-left));

  background: rgba(255,255,255,0.9);
  border: none;
  border-radius: 50px;

  padding: 10px 16px;

  font-size: 16px;
  cursor: pointer;

  box-shadow: 0 2px 8px rgba(0,0,0,0.1);

  z-index: 1000;
}

.back-btn:hover {
  transform: translateY(-1px);
}

@keyframes spin {
  to { transform: rotate(360deg); }
}

@keyframes pop {
  from { transform: scale(0.7); opacity: 0; }
  to { transform: scale(1); opacity: 1; }
}


@media (max-width: 900px) {
  .details-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}


@media (max-width: 768px) {
  .hero {
  height: 50vh;
  background-image: url("wed3.jpeg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  color: white;
  filter: grayscale(0%);
  }

  .story-block {
    grid-template-columns: 1fr;
  }

  .story-block img {
    height: 420px;
  }

.content {
  position: relative;
  z-index: 2;
}

.names {
  font-size: 2rem;
  font-weight: 600;
  color: #c0bdbd;
}

  .overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.35);
}

  .menu-grid {
    display: flex;
    flex-direction: column; /* Alles onder mekaar */
    gap: 30px;
  }

  .menu-column {
    border-right: none !important; /* Verwyder vertikale lyn */
    padding: 0 !important;
    margin-bottom: 0;
  }

  .menu-column ul {
    padding-left: 0;
  }

  .menu-column li {
    border-bottom: 1px solid #e0dacf;
    padding-bottom: 8px;
    margin-bottom: 8px;
  }

  .menu-column li:last-child {
    border-bottom: none;
    margin-bottom: 0;
  }

  .calender-sec{
  padding: 10px 0px 10px 0px;
  background-color: #fff;
  display: flex;
  justify-content: center; /* horizontal centering */
  align-items: center;  

}

.calendar {
  max-width: 320px;
  background: white;
  border-radius: 12px;
  padding: 16px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.15);
  font-family: inherit;
}

.calendar-header {
  text-align: center;
  font-weight: bold;
  margin-bottom: 10px;
}

.calendar-grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 6px;
  text-align: center;
}

.calendar-grid span {
  padding: 8px 0;
  border-radius: 6px;
}

.calendar-grid .selected {
  background: #000;
  color: white;
  font-weight: bold;
}


  .countdown div {
    padding: 5px 4px;
    border-radius: 8px;
    min-width: 20px;
  }

  .countdown-section{
    font-size: 1rem;
  }

  .countown span {
    font-size: 100px;
  }

  .map-section{ 
    padding: 10px;
    width: 100%;
    height:200%;
  }

  .map-section iframe {
    width: 90%;   /* take almost full width on mobile */
    height: 300px;
}

.image-sec {
  background-color: transparent;
  border-color: #fff;
  border: none;
}

.image-split {
  grid-template-columns: 1fr 1fr 1fr;
  gap: -15px;
  max-width: 1000px;
  margin: 0;
  height: 220px;

}

.image-split img {
  height: 120px;
  width: 100%;
}

.container {
  background: white;
  padding: 40px;
  border-radius: 16px;
  width: 400px;
  height: 500px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}


/* RSVP */

.rsvp {
  font-family: 'Segoe UI', sans-serif;
  background: #f8f5f2;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}

.rsvp-h2 {
  font-size: 21px;
}

.rsvp-container {
  background: white;
  padding: 40px;
  border-radius: 16px;
  width: 1400px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
  }

.formSection {
  text-align: left;
}

.rsvp-text {
  padding: 10px 0px 10px 0px;
}
}




@media (max-width: 500px) {
  .details-grid {
    grid-template-columns: 1fr;
  }
}

