.elementor-1067 .elementor-element.elementor-element-152a1bd{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-1067 .elementor-element.elementor-element-1344e6c{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-1067 .elementor-element.elementor-element-0898523{margin:-17px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-1067 .elementor-element.elementor-element-4e1687d{margin:-67px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-1067 .elementor-element.elementor-element-60d5d32{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-1067 .elementor-element.elementor-element-b4539d7{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-1067 .elementor-element.elementor-element-ff2f2bc{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-1067 .elementor-element.elementor-element-c34b8fc{margin:-51px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-1067 .elementor-element.elementor-element-74a6183{margin:-32px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-1067 .elementor-element.elementor-element-4b4b61f{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-1067 .elementor-element.elementor-element-77d5582{background-image:url("https://augustuswedsyochabel.com/wp-content/uploads/2025/12/wed2.png");}/* Start custom CSS for html, class: .elementor-element-0898523 *//* ============================= */
/* WELCOME SECTION (SCRIPT STYLE) */
/* ============================= */

.welcome-section {
  background: #FAF8F5;
  padding: 60px 20px;
  text-align: center;
  overflow: hidden;
}

.welcome-section p {
  font-family: 'Allura', cursive;
  max-width: 720px;
  margin: 0 auto;
  font-size: 34px;
  line-height: 1.5;
  color: #000;
  letter-spacing: 0.5px;
  opacity: 0;
}

/* Fade + Slide Up Animation */
.welcome-animate {
  animation: fadeUp 1.6s ease forwards;
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(25px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* MOBILE TUNING */
@media (max-width: 768px) {
  .welcome-section {
    padding: 40px 16px;
  }

  .welcome-section p {
    font-size: 24px;
    line-height: 1.4;
  }
}

.flower {
  display: inline-block;
  margin-left: 6px;
  font-size: 1.2em;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-addd17f */.hero {
  position: relative;
  width: 100%;
  height: 80vh;
  min-height: 500px;
  overflow: hidden;
}

.slide {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transition: opacity 1.5s ease;
}

.slide.active {
  opacity: 1;
  animation: kenburns 12s linear forwards;
}

@keyframes kenburns {
  from { transform: scale(1); }
  to { transform: scale(1.08); }
}

/* DOTS */
.dots {
  position: absolute;
  bottom: 25px;
  width: 100%;
  text-align: center;
}

.dot {
  display: inline-block;
  width: 12px;
  height: 12px;
  background: #C9A24D;
  opacity: 0.4;
  border-radius: 50%;
  margin: 6px;
  cursor: pointer;
}

.dot.active {
  opacity: 1;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c34b8fc *//* =========================
   MAIN TITLE
   ========================= */
.hero-content h1 {
  font-family: 'Great Vibes', cursive;
  font-size: 70px;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: none;

  color: #000000;
  margin-bottom: 10px;
  text-shadow: none;
}

/* =========================
   SAVE THE DATE
   ========================= */
.save-the-date {
  font-family: 'Playfair Display', serif;
  font-style: italic;
  font-weight: 400;
  font-size: 72px;

  color: #B8892E; /* champagne gold */
  letter-spacing: 3px;

  margin: 24px 0 30px;
  line-height: 1.2;

  text-shadow: 0 1px 3px rgba(0,0,0,0.25);
}


/* =========================
   HERO CONTENT CONTAINER
   ========================= */
.hero-content {
  display: flex;
  align-items: center;
  justify-content: center;

  background: none;
  border: none;
  box-shadow: none;

  text-align: center;
  padding: 40px;
}

/* =========================
   FORMAL NOTE
   ========================= */
.formal-note {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;

  margin-top: 22px;
  font-family: 'Playfair Display', serif;
  font-size: 18px;
  font-weight: 900;
  letter-spacing: 3px;
  text-transform: uppercase;

  color: #B8892E;
  opacity: 0;

  animation: fadeUp 1.2s ease forwards;
  animation-delay: 0.4s;
}

.formal-note .text {
  opacity: 0;
  animation: textReveal 1s ease forwards;
  animation-delay: 0.8s;
}

.formal-note .line {
  width: 0;
  height: 1px;
  background: #B8892E;
  opacity: 0;
  animation: lineDraw 1s ease forwards;
}

.formal-note .line:first-child,
.formal-note .line:last-child {
  animation-delay: 0.2s;
}

/* =========================
   ANIMATIONS
   ========================= */
@keyframes lineDraw {
  from {
    width: 0;
    opacity: 0;
  }
  to {
    width: 60px;
    opacity: 1;
  }
}

@keyframes textReveal {
  from {
    opacity: 0;
    transform: translateY(6px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeUp {
  to {
    opacity: 1;
  }
}

/* =========================
   MOBILE OPTIMIZATION
   ========================= */
@media (max-width: 768px) {
  .hero-content h1 {
    font-size: 42px;
  }

  .save-the-date {
    font-size: 48px;
    letter-spacing: 2px;
  }

  .formal-note {
    font-size: 11px;
    letter-spacing: 2px;
    margin-top: 16px;
  }

  .formal-note .line {
    width: 28px;
  }
}


/* Elegant divider between title and save-the-date */
.title-divider {
  width: 80px;
  height: 1px;
  margin: 16px auto 20px;

  background: linear-gradient(
    to right,
    transparent,
    #C9A24D,
    transparent
  );
}


@media (max-width: 768px) {
  .title-divider {
    width: 50px;
    margin: 12px auto 16px;
  }
}

.hero-content {
  padding-top: 20px;
}

.hero-content h1 {
  margin-top: 0;
  margin-bottom: 8px;
}

.save-the-date {
  font-family: 'Great Vibes', cursive;
  font-size: 96px;
  color: #C9A24D;
}
.save-the-date {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.save-the-date-svg {
  max-width: 800px;
  margin: 0 auto;
}

.save-text {
  font-family: 'Great Vibes', cursive;
  font-size: 120px;
  fill: #C9A24D; /* champagne */
}

/* Uniform event text styling */
.event-details div,
.date,
.location {
  font-family: 'Playfair Display', serif;
  font-size: 34px;
  font-weight: 700;       /* same as time */
  color: #000;

  text-align: center;
  line-height: 1.4;
  letter-spacing: 0;
  text-transform: none;

  margin-bottom: 8px;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-77d5582 */.wedding-audio h2 {
  color: #000 !important;
}

.wedding-audio p {
  font-size: 15px;
  color: #333;          /* strong readable contrast */
  opacity: 1;           /* IMPORTANT */
  text-shadow: 0 1px 3px rgba(0,0,0,0.15); /* subtle clarity */
}



.unmute-hint {
  font-size: 45px;      /* increase text size */
  padding: 18px 26px;   /* increases the clickable area */
  line-height: 1.0;
}

.unmute-hint {
  font-size: 30px;
  padding: 20px 32px;
  border-radius: 30px;
  background: rgba(255,255,255,0.85);
  color: #C9A24D;
  font-weight: 400;
  border: 1px solid rgba(201,162,77,0.4);
}/* End custom CSS */