.elementor-kit-7{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS *//* ══ RESET & BASE ══ */
*, *::before, *::after {
  box-sizing: border-box;
}

body {
  max-width: 480px;
  margin: 0 auto;
  overflow-x: hidden;
}

/* ══ COVER — sembunyikan konten saat load ══ */
#kontenUtama {
  display: none;
  opacity: 0;
  transition: opacity 1s ease;
}

/* ══ TOMBOL GLOBAL ══ */
.btn-outline {
  display: inline-block;
  border: 1px solid currentColor;
  padding: 12px 32px;
  font-family: 'Lato', sans-serif;
  font-size: 11px;
  letter-spacing: 3px;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.3s ease;
  cursor: pointer;
  background: transparent;
}

/* ══ COUNTDOWN CUSTOM ══ */
.elementor-countdown-item {
  background: rgba(255,255,255,0.1) !important;
  border-radius: 8px !important;
  padding: 12px 8px !important;
  min-width: 64px !important;
}

/* ══ GALLERY GRID ══ */
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4px;
}

.gallery-grid img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
}

/* ══ WISH CARD ══ */
.wish-card {
  background: #fff;
  border-radius: 12px;
  padding: 20px;
  margin-bottom: 12px;
  box-shadow: 0 2px 12px rgba(0,0,0,0.06);
}

.wish-nama {
  font-family: 'Cormorant Garamond', serif;
  font-size: 16px;
  font-weight: 600;
  color: #1e2d26;
  margin-bottom: 4px;
}

.wish-status {
  font-size: 10px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #5a8c70;
  margin-bottom: 10px;
}

.wish-teks {
  font-family: 'Lato', sans-serif;
  font-size: 13px;
  color: #5a6b60;
  line-height: 1.8;
}

/* ══ REKENING CARD ══ */
.rekening-card {
  background: linear-gradient(135deg, #2d4a3e 0%, #3d6b55 100%);
  border-radius: 16px;
  padding: 28px 24px;
  color: #fff;
  margin-bottom: 16px;
}

/* ══ RESPONSIVE MOBILE ══ */
@media (max-width: 480px) {
  .elementor-column {
    width: 100% !important;
  }

  .elementor-inner-section .elementor-column {
    width: 100% !important;
  }
}/* End custom CSS */