/* =========================================
   FONTS & THEME
   ========================================= */
@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon/icomoon.eot?srf3rx");
  src: url("../fonts/icomoon/icomoon.eot?srf3rx#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.ttf?srf3rx") format("truetype"), url("../fonts/icomoon/icomoon.woff?srf3rx") format("woff"), url("../fonts/icomoon/icomoon.svg?srf3rx#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

:root{
  --space-1: 8px;
  --space-2: 12px;
  --space-3: 16px;
  --space-4: 24px;
  --space-5: 32px;
  --space-6: 48px;
  --space-7: 64px;
  --space-8: 96px;

  /* keep your lilac palette from earlier */
  --ink:       #9B68AE;
  --muted:      #B38EB5;
  --paper:      #fdf9f4;
  --paper-peony: rgba(239, 229, 239, 0.54);
  --paper-ivory: rgba(252, 246, 239, 0.85);
  --paper-shell: rgba(255, 253, 250, 0.97);
  --letter:     #E6A0A9;
  --letter2:    #3e513e;
  --border:    rgba(205, 189, 210, 0.38);   /* card border */
  --shell-shadow: 0 40px 90px -72px rgba(74, 53, 92, 0.34);
  --panel-shadow: 0 24px 60px -48px rgba(74, 53, 92, 0.28);
  --accent:     #AE9AB2;   /* primary lilac */
  --accent-2:   #AA7FA0;   /* lighter lilac */
  --accent-ink: #ffffff;   /* text on accent */
  --shell-shadow: 0 40px 90px -72px rgba(74, 53, 92, 0.34);
  --panel-shadow: 0 24px 60px -48px rgba(74, 53, 92, 0.28);
  --section-gradient-1: linear-gradient(180deg, var(--paper-shell) 0%, rgba(245, 239, 252, 0.82) 100%);
  --section-gradient-2: linear-gradient(180deg, rgba(253, 249, 244, 0.92) 0%, rgba(246, 238, 247, 0.85) 52%, rgba(240, 232, 246, 0.82) 100%);
}

/* 2.2 Global section spacing (even top/bottom) */
.hero,
.couple-photo,
#invite-line,
#save-the-date.std,
#fh5co-couple,
#fh5co-event,
#fh5co-couple-story,
#fh5co-gallery,
#fh5co-map,
#fh5co-rsvp{
  padding-top: var(--space-7);
  padding-bottom: var(--space-7);
}
@media (max-width: 768px){
  .hero,
  .couple-photo,
  #invite-line,
  #save-the-date.std,
  #fh5co-couple,
  #fh5co-event,
  #fh5co-couple-story,
  #fh5co-gallery,
  #fh5co-map,
  #fh5co-rsvp{
    padding-top: var(--space-5);
    padding-bottom: var(--space-5);
  }
}

@media (max-width: 768px){
  .hero,
  .couple-photo,
  #invite-line,
  #save-the-date.std,
  #fh5co-couple,
  #fh5co-event,
  #fh5co-couple-story,
  #fh5co-gallery,
  #fh5co-map,
  #fh5co-rsvp{
    padding-top: var(--space-5);
    padding-bottom: var(--space-5);
  }
}
/* =======================================================
*
* 	Template Style 
*
* ======================================================= */
body {
  font-family: "Work Sans", Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.7;
  color: var(--letter2);
  background: var(--section-gradient-1);
  /* background-image:
    radial-gradient(170% 130% at 18% -12%, rgba(199, 184, 210, 0.22) 0%, rgba(253, 249, 244, 0) 68%),
    radial-gradient(150% 140% at 82% -6%, rgba(236, 214, 223, 0.2) 0%, rgba(253, 249, 244, 0) 70%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.97) 0%, rgba(253, 249, 244, 1) 100%);
  background-repeat: no-repeat;
  background-size: 130% 115%, 125% 115%, 100% 100%;
  background-attachment: fixed;; */
   background-attachment: fixed;
}

#page {
  position: relative;
  overflow-x: hidden;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  background: transparent;
}
.offcanvas #page {
  overflow: hidden;
  position: absolute;
}
.offcanvas #page:after {
  -webkit-transition: 2s;
  -o-transition: 2s;
  transition: 2s;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 101;
  background: rgba(0, 0, 0, 0.7);
  content: "";
}

a {
  color: var(--accent-2);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
a:hover, a:active, a:focus {
  color: var(--accent);
  outline: none;
  text-decoration: none;
}

p {
  margin-bottom: 20px;
}

h1, h2, h3, h4, h5, h6, figure {
  color: var(--ink);
  font-family: "Work Sans", Arial, sans-serif;
  font-weight: 400;
  margin: 0 0 20px 0;
}

::-webkit-selection {
color: #fff;
  background: var(--accent);
}

::-moz-selection {
  color: #fff;
  background: var(--accent);
}

::-moz-selection {
  color: #fff;
  background: var(--accent);
}

::selection {
  color: #fff;
  background: var(--accent);
}

.fh5co-nav {
  position: relative;
  top: 0;
  margin: 0;
  width: 100%;
  padding: 30px 0;
  z-index: 1001;
  /* background: linear-gradient(120deg, rgba(255, 255, 255, 0.78) 0%, rgba(244, 239, 250, 0.62) 100%);
  border: none;
  border-bottom-left-radius: 28px;
  border-bottom-right-radius: 28px;
  box-shadow: 0 18px 48px -30px rgba(72, 52, 92, 0.34);
  backdrop-filter: blur(12px) */
}
@media screen and (max-width: 768px) {
  .fh5co-nav {
    padding: 20px 0;
/*     border-bottom-left-radius: 18px;
    border-bottom-right-radius: 18px; */
  }
}
.fh5co-nav #fh5co-logo {
  font-size: 40px;
  margin: 0;
  padding: 0;
  line-height: 40px;
  font-family: "Sacramento", Arial, serif;
  color: var(--accent-2);
}
.fh5co-nav a {
  padding: 5px 10px;
  color: var(--ink);
}
@media screen and (max-width: 768px) {
  .fh5co-nav .menu-1, .fh5co-nav .menu-2 {
    display: none;
  }
}
.fh5co-nav ul {
  padding: 0;
  margin: 2px 0 0 0;
}
.fh5co-nav ul li {
  padding: 0;
  margin: 0;
  list-style: none;
  display: inline;
}
.fh5co-nav ul li a {
  font-size: 14px;
  padding: 30px 10px;
  text-transform: uppercase;
  color: var(--ink);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.fh5co-nav ul li a:hover, .fh5co-nav ul li a:focus, .fh5co-nav ul li a:active {
  color: var(--ink);
}
.fh5co-nav ul li.has-dropdown {
  position: relative;
}
.fh5co-nav ul li.has-dropdown .dropdown {
  width: 130px;
  -webkit-box-shadow: 0px 14px 33px -9px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 14px 33px -9px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 14px 33px -9px rgba(0, 0, 0, 0.75);
  z-index: 1002;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 40px;
  left: 0;
  text-align: left;
  background: #fff;
  padding: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
}
.fh5co-nav ul li.has-dropdown .dropdown:before {
  bottom: 100%;
  left: 40px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-bottom-color: #fff;
  border-width: 8px;
  margin-left: -8px;
}
.fh5co-nav ul li.has-dropdown .dropdown li {
  display: block;
  margin-bottom: 7px;
}
.fh5co-nav ul li.has-dropdown .dropdown li:last-child {
  margin-bottom: 0;
}
.fh5co-nav ul li.has-dropdown .dropdown li a {
  padding: 2px 0;
  display: block;
  color: #999999;
  line-height: 1.2;
  text-transform: none;
  font-size: 15px;
}
.fh5co-nav ul li.has-dropdown .dropdown li a:hover {
  color: #000;
}
.fh5co-nav ul li.has-dropdown:hover a, .fh5co-nav ul li.has-dropdown:focus a {
  color: var(--muted);
}
.fh5co-nav ul li.btn-cta a {
  color: #F14E95;
}
.fh5co-nav ul li.btn-cta a span {
  background: var(--accent);
  padding: 4px 20px;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  display: inline;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  border-radius: 100px;
  box-shadow: 0 12px 28px -18px rgba(177, 111, 144, 0.55);
}
.fh5co-nav ul li.btn-cta a:hover span {
  /* -webkit-box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75); */
  background: var(--accent-2);
  box-shadow: 0 16px 32px -18px rgba(177, 111, 144, 0.6);
}
.fh5co-nav ul li.active > a {
  color: var(--muted) !important;
}

#fh5co-counter,
#fh5co-event,
.fh5co-bg {
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  position: relative;
}

.fh5co-bg {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  float: left;
  position: relative;
}




.fh5co-video {
  height: 450px;
  overflow: hidden;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  border-radius: 7px;
}
.fh5co-video a {
  z-index: 1001;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -45px;
  margin-left: -45px;
  width: 90px;
  height: 90px;
  display: table;
  text-align: center;
  background: #fff;
  -webkit-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.fh5co-video a i {
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  font-size: 40px;
}
.fh5co-video .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.fh5co-video:hover .overlay {
  background: rgba(0, 0, 0, 0.7);
}
.fh5co-video:hover a {
  position: relative;
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}

.fh5co-cover {
  height: 900px;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  width: 100%;
}
.fh5co-cover .overlay {
  z-index: 0;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
}
.fh5co-cover > .fh5co-container {
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .fh5co-cover {
    height: 600px;
  }
}
.fh5co-cover .display-t,
.fh5co-cover .display-tc {
  height: 900px;
  display: table;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .fh5co-cover .display-t,
  .fh5co-cover .display-tc {
    height: 600px;
  }
}
.fh5co-cover.fh5co-cover-sm {
  height: 600px;
}
@media screen and (max-width: 768px) {
  .fh5co-cover.fh5co-cover-sm {
    height: 400px;
  }
}
.fh5co-cover.fh5co-cover-sm .display-t,
.fh5co-cover.fh5co-cover-sm .display-tc {
  height: 600px;
  display: table;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .fh5co-cover.fh5co-cover-sm .display-t,
  .fh5co-cover.fh5co-cover-sm .display-tc {
    height: 400px;
  }
}

#fh5co-counter,
#fh5co-event {
  height: 850px;
  float: left;
}
#fh5co-counter .display-t,
#fh5co-counter .display-tc,
#fh5co-event .display-t,
#fh5co-event .display-tc {
  height: 700px;
  display: table;
  width: 100%;
}
#fh5co-counter .fh5co-heading h2,
#fh5co-event .fh5co-heading h2 {
  color: var(--muted);
}
#fh5co-counter .fh5co-heading span,
#fh5co-event .fh5co-heading span {
  color: var(--letter2);
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 2px;
  font-weight: 600;
}
#fh5co-counter .overlay,
#fh5co-event .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: transparent;
  /* background: var(--section-gradient-1); */
}
@media screen and (max-width: 768px) {
  #fh5co-counter,
  #fh5co-event {
    height: inherit;
    padding: 7em 0;
  }
  #fh5co-counter .display-t,
  #fh5co-counter .display-tc,
  #fh5co-event .display-t,
  #fh5co-event .display-tc {
    height: inherit;
  }
}
#fh5co-counter .event-wrap,
#fh5co-event .event-wrap {
  border: 3px solid rgba(155, 104, 174, 0.5);
  background: rgba(255, 255, 255, 0.1);
  padding: 30px;
  width: 100%;
  float: left;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  border-radius: 12px;
}
@media screen and (max-width: 768px) {
  #fh5co-counter .event-wrap,
  #fh5co-event .event-wrap {
    margin-bottom: 10px;
  }
}
#fh5co-counter .event-wrap h3,
#fh5co-event .event-wrap h3 {
  font-size: 20px;
  color: var(--letter);
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  display: block;
  padding-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
#fh5co-counter .event-wrap p, #fh5co-counter .event-wrap span,
#fh5co-event .event-wrap p,
#fh5co-event .event-wrap span,
#fh5co-event .event-wrap li {
  display: block;
  color: var(--letter2);
}
#fh5co-counter .event-wrap i,
#fh5co-event .event-wrap i {
  color: var(--letter2);
  font-size: 20px;
}
#fh5co-counter .event-wrap .event-col,
#fh5co-event .event-wrap .event-col {
  width: 50%;
  float: left;
  margin-bottom: 30px;
}

#fh5co-counter {
  height: 600px;
}
@media screen and (max-width: 768px) {
  #fh5co-counter {
    height: auto;
  }
}

.timeline {
  list-style: none;
  padding: 20px 0 20px;
  position: relative;
}
.timeline:before {
  top: 0;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 1px;
  background-color: #d4d4d4;
  left: 50%;
  margin-left: 0px;
}
@media screen and (max-width: 480px) {
  .timeline:before {
    margin-left: -64px;
  }
}
.timeline > li {
  margin-bottom: 20px;
  position: relative;
}
.timeline > li:before, .timeline > li:after {
  content: " ";
  display: table;
}
.timeline > li:after {
  clear: both;
}
.timeline > li > .timeline-panel {
  width: 40%;
  float: left;
  border: 1px solid #d4d4d4;
  padding: 30px;
  position: relative;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
.timeline > li > .timeline-panel:before {
  position: absolute;
  top: 80px;
  right: -15px;
  display: inline-block;
  border-top: 15px solid transparent;
  border-left: 15px solid #ccc;
  border-right: 0 solid #ccc;
  border-bottom: 15px solid transparent;
  content: " ";
}
.timeline > li > .timeline-panel:after {
  position: absolute;
  top: 81px;
  right: -14px;
  display: inline-block;
  border-top: 14px solid transparent;
  border-left: 14px solid #fff;
  border-right: 0 solid #fff;
  border-bottom: 14px solid transparent;
  content: " ";
}
@media screen and (max-width: 480px) {
  .timeline > li > .timeline-panel {
    width: 75% !important;
  }
  .timeline > li > .timeline-panel:before {
    top: 30px;
  }
  .timeline > li > .timeline-panel:after {
    top: 31px;
  }
}
.timeline > li > .timeline-badge {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  color: #fff;
  width: 220px;
  height: 220px;
  line-height: 50px;
  font-size: 1.4em;
  text-align: center;
  position: absolute;
  top: 16px;
  left: 50%;
  margin-left: -110px;
  background-color: #999999;
  z-index: 100;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.timeline > li.timeline-inverted > .timeline-panel {
  float: right;
}
.timeline > li.timeline-inverted > .timeline-panel:before {
  border-left-width: 0;
  border-right-width: 15px;
  left: -15px;
  right: auto;
}
.timeline > li.timeline-inverted > .timeline-panel:after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto;
}

.timeline-title {
  margin-top: 0;
}
/* Center the arrow on the badge vertically */
.timeline > li > .timeline-panel:before,
.timeline > li > .timeline-panel:after{
  top: 50%;
  transform: translateY(-50%);
}

/* --- NEW: add vertical gap so items don't crowd --- */
.timeline > li{
  margin: 120px 0;                   /* was ~20px; increase for larger badge */
}

/* Tablet */
@media (max-width: 992px){
  .timeline > li > .timeline-badge{
    width: 180px; height: 180px; margin-left: -90px;
  }
  .timeline > li{ margin: 90px 0; }
}

/* Phone */
@media (max-width: 480px){
  .timeline > li > .timeline-badge{
    width: 120px; height: 120px; margin-left: -60px;
  }
  .timeline > li{ margin: 60px 0; }
}
.date {
  display: block;
  margin-bottom: 20px;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.timeline-body > p,
.timeline-body > ul {
  margin-bottom: 0;
}

.timeline-body > p + p {
  margin-top: 5px;
}

@media (max-width: 992px) {
  ul.timeline:before {
    left: 90px;
  }

  ul.timeline > li > .timeline-panel {
    width: calc(100% - 200px);
    width: -moz-calc(100% - 200px);
    width: -webkit-calc(100% - 200px);
  }

  ul.timeline > li > .timeline-badge {
    left: 15px;
    margin-left: 0;
    top: 16px;
  }

  ul.timeline > li > .timeline-panel {
    float: right;
  }

  ul.timeline > li > .timeline-panel:before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto;
  }

  ul.timeline > li > .timeline-panel:after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto;
  }
}
#fh5co-gallery-list {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  position: relative;
  float: left;
  padding: 0;
  margin: 0;
  width: 100%;
  gap: 24px;
}
#fh5co-gallery-list li {
  display: block;
  padding: 0;
  /* margin: 0 0 10px 1%; */
  margin: 0;
  list-style: none;
  min-height: 400px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  /* float: left;
  clear: left; */
  position: relative;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  border-radius: 7px;
  flex: 1 1 calc(50% - 24px);

}
@media screen and (max-width: 480px) {
  #fh5co-gallery-list li {
    margin-left: 0;
  }
}
#fh5co-gallery-list li a {
  min-height: 400px;
  padding: 2em;
  position: relative;
  width: 100%;
  display: block;
}
#fh5co-gallery-list li a:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  z-index: 80;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  border-radius: 7px;
  background: rgba(0, 0, 0, 0.2);
}
#fh5co-gallery-list li a:hover:before {
  background: rgba(0, 0, 0, 0.5);
}
#fh5co-gallery-list li a .case-studies-summary {
  width: auto;
  bottom: 2em;
  left: 2em;
  right: 2em;
  position: absolute;
  z-index: 100;
}
@media screen and (max-width: 768px) {
  #fh5co-gallery-list li a .case-studies-summary {
    bottom: 1em;
    left: 1em;
    right: 1em;
  }
}
#fh5co-gallery-list li a .case-studies-summary span {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.7);
}
#fh5co-gallery-list li a .case-studies-summary h2 {
  color: #fff;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  #fh5co-gallery-list li a .case-studies-summary h2 {
    font-size: 20px;
  }
}
#fh5co-gallery-list li.one-third {
  width: 32.3%;
}
@media screen and (max-width: 768px) {
  #fh5co-gallery-list li.one-third {
    width: 49%;
  }
}
@media screen and (max-width: 480px) {
  #fh5co-gallery-list li.one-third {
    width: 100%;
  }
}

#map {
  width: 100%;
  height: 500px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #map {
    height: 200px;
  }
}

.fh5co-social-icons {
  margin: 0;
  padding: 0;
}
.fh5co-social-icons li {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.fh5co-social-icons li a {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  display: inline;
  color: #F14E95;
  padding-left: 10px;
  padding-right: 10px;
}
.fh5co-social-icons li a i {
  font-size: 20px;
}

.fh5co-contact-info ul {
  padding: 0;
  margin: 0;
}
.fh5co-contact-info ul li {
  padding: 0 0 0 50px;
  margin: 0 0 30px 0;
  list-style: none;
  position: relative;
}
.fh5co-contact-info ul li:before {
  color: #F14E95;
  position: absolute;
  left: 0;
  top: .05em;
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fh5co-contact-info ul li.address:before {
  font-size: 30px;
  content: "\e9d1";
}
.fh5co-contact-info ul li.phone:before {
  font-size: 23px;
  content: "\e9f4";
}
.fh5co-contact-info ul li.email:before {
  font-size: 23px;
  content: "\e9da";
}
.fh5co-contact-info ul li.url:before {
  font-size: 23px;
  content: "\e9af";
}

form label {
  font-weight: normal !important;
}

#fh5co-header .display-tc,
#fh5co-counter .display-tc,
.fh5co-cover .display-tc {
  display: table-cell !important;
  vertical-align: middle;
}
#fh5co-header .display-tc h1, #fh5co-header .display-tc h2,
#fh5co-counter .display-tc h1,
#fh5co-counter .display-tc h2,
.fh5co-cover .display-tc h1,
.fh5co-cover .display-tc h2 {
  margin: 0;
  padding: 0;
  color: white;
}
#fh5co-header .display-tc h1,
#fh5co-counter .display-tc h1,
.fh5co-cover .display-tc h1 {
  margin-bottom: 0px;
  font-size: 100px;
  line-height: 1.5;
  font-family: "Sacramento", Arial, serif;
}
@media screen and (max-width: 768px) {
  #fh5co-header .display-tc h1,
  #fh5co-counter .display-tc h1,
  .fh5co-cover .display-tc h1 {
    font-size: 40px;
  }
}
@media screen and (max-width: 480px) {
  #fh5co-header .display-tc h1,
  #fh5co-counter .display-tc h1,
  .fh5co-cover .display-tc h1 {
    font-size: 30px;
  }
}
#fh5co-header .display-tc h2,
#fh5co-counter .display-tc h2,
.fh5co-cover .display-tc h2 {
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 30px;
}
@media screen and (max-width: 480px) {
  #fh5co-header .display-tc h2,
  #fh5co-counter .display-tc h2,
  .fh5co-cover .display-tc h2 {
    font-size: 16px;
  }
}
#fh5co-header .display-tc .btn,
#fh5co-counter .display-tc .btn,
.fh5co-cover .display-tc .btn {
  padding: 15px 20px;
  background: #fff !important;
  color: #F14E95;
  border: none !important;
  font-size: 14px;
  text-transform: uppercase;
}
#fh5co-header .display-tc .btn:hover,
#fh5co-counter .display-tc .btn:hover,
.fh5co-cover .display-tc .btn:hover {
  background: #fff !important;
  -webkit-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75) !important;
  -moz-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75) !important;
  box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75) !important;
}

#fh5co-counter {
  text-align: center;
}
#fh5co-counter .counter {
  font-size: 50px;
  margin-bottom: 10px;
  color: #fff;
  font-weight: 100;
  display: block;
}
#fh5co-counter .counter-label {
  margin-bottom: 0;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
  letter-spacing: .1em;
}
@media screen and (max-width: 768px) {
  #fh5co-counter .feature-center {
    margin-bottom: 50px;
  }
}
#fh5co-counter .icon {
  width: 70px;
  height: 70px;
  text-align: center;
  -webkit-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
  margin-bottom: 30px;
}
#fh5co-counter .icon i {
  height: 70px;
}
#fh5co-counter .icon i:before {
  display: block;
  text-align: center;
  margin-left: 3px;
}

.simply-countdown {
  /* The countdown */
  margin-bottom: 2em;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;   /* space them evenly */
  gap: 16px;                        /* space between blocks */
}

.simply-countdown > .simply-section {
  /* countdown blocks */
  display: flex;
  align-items: center;
  justify-content: center;
  --size: clamp(44px, 9vw, 72px);
  width: var(--size);
  aspect-ratio: 1 / 1;              /* keeps it square without fixed height */
  /*height: 100px;
  background: rgba(241, 78, 149, 0.8);
  margin: 0 4px;*/
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 999px;
  position: relative;
  animation: pulse_countdown 1s ease infinite;
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
.simply-countdown > .simply-section > div {
  /* countdown block inner div */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.simply-countdown > .simply-section .simply-amount,
.simply-countdown > .simply-section .simply-word {
  display: block;
  color: #B38EB5;
  /* amounts and words */
}

.simply-countdown > .simply-section .simply-amount {
  color: #B38EB5;
  font-weight: 400;
  line-height: 1;
  font-size: clamp(16px, 3.4vw, 28px);
}

.simply-countdown > .simply-section .simply-word {
  color: #B38EB5;
  text-transform: uppercase;
  letter-spacing: .06em;
  margin-top: 4px;
  font-size: clamp(9px, 1.8vw, 12px);
}
@media (max-width: 420px){
  .simply-countdown{ gap: 10px; justify-content: center; }
}

html { scroll-behavior: smooth; }

/* If your nav overlaps the top of sections, give the target some offset */
#fh5co-couple-story { scroll-margin-top: 90px; }
#fh5co-rsvp { scroll-margin-top: 90px; }

#fh5co-testimonial,
#fh5co-services,
#fh5co-rsvp,
#fh5co-footer,
#fh5co-event,
#fh5co-couple-story,
#fh5co-couple,
#fh5co-gallery,
.fh5co-section {
  padding: 7em 0;
  clear: both;
}
@media screen and (max-width: 768px) {
  #fh5co-testimonial,
  #fh5co-services,
  #fh5co-rsvp,
  #fh5co-footer,
  #fh5co-event,
  #fh5co-couple-story,
  #fh5co-couple,
  #fh5co-gallery,
  .fh5co-section {
    padding: 3em 0;
  }
}
/* 
.fh5co-section-gray {
  background: rgba(0, 0, 0, 0.04);
} */

.couple-wrap {
  width: 90%;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  .couple-wrap {
    width: 100%;
  }
}

.heart {
  position: absolute;
  top: 4em;
  left: 0;
  right: 0;
  z-index: 99;
  animation: pulse 1s ease infinite; 
}
.heart i {
  font-size: 20px;
  background: #fff;
  padding: 20px;
  color: var(--letter);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .heart {
    display: none;
  }
}

.couple-half {
  width: 50%;
  float: left;
}
@media screen and (max-width: 768px) {
  .couple-half {
    width: 100%;
  }
}
.couple-half h3 {
  font-family: "Sacramento", Arial, serif;
  color: #B38EB5;
  font-size: 30px;
}
.couple-half .groom, .couple-half .bride {
  float: left;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  width: 210px;             /* you can tweak this size */
  height: 210px;
  border-radius: 50%;
  overflow: hidden;     
}
.couple-half .groom img, .couple-half .bride img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;        /* crop to fill the circle */
  object-position: center;  /* keep your faces centered */
  /* -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%; */
}
@media screen and (max-width: 480px) {
  .couple-half .groom, .couple-half .bride {
    width: 150px;
    height: 150px;
    float: none;
    margin: 0 auto 12px;
  }
  .couple-half .groom img, .couple-half .bride img {
    width: 120px;
    height: 120px;
    margin: 0 auto;
  }
}
.couple-half .groom {
  float: right;
  margin-right: 34px;
}
.couple-half .bride {
  float: left;
  margin-left: 34px;
}
.couple-half .desc-groom {
  padding-right: 250px;
  text-align: right;
}
.couple-half .desc-bride {
  padding-left: 250px;
  text-align: left;
}
@media screen and (max-width: 480px) {
  .couple-half .groom,
  .couple-half .bride {
    float: none;
    margin: 0 auto 12px;
  }

  .couple-half .desc-groom,
  .couple-half .desc-bride {
    padding: 0;
    text-align: center;
  }
}

.feature-center {
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
  float: left;
  width: 100%;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .feature-center {
    margin-bottom: 50px;
  }
}
.feature-center .icon {
  width: 90px;
  height: 90px;
  background: #efefef;
  display: table;
  text-align: center;
  margin: 0 auto 30px auto;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.feature-center .icon i {
  display: table-cell;
  vertical-align: middle;
  height: 90px;
  font-size: 40px;
  line-height: 40px;
  color: #F14E95;
}
.feature-center p, .feature-center h3 {
  margin-bottom: 30px;
}
.feature-center h3 {
  text-transform: uppercase;
  font-size: 18px;
  color: var(--ink);
}

.fh5co-heading {
  margin-bottom: 5em;
}
.fh5co-heading.fh5co-heading-sm {
  margin-bottom: 2em;
}
.fh5co-heading h2 {
  font-size: 60px;
  margin-bottom: 10px;
  line-height: 1.5;
  font-weight: bold;
  color: var(--muted);
  font-family: "Sacramento", Arial, serif;
}
@media screen and (max-width: 768px) {
  .fh5co-heading h2 {
    font-size: 40px;
  }
}
.fh5co-heading p {
  font-size: 18px;
  line-height: 1.5;
  color: #828282;
}
.fh5co-heading span {
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 2px;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.4);
}

#fh5co-testimonial .wrap-testimony {
  position: relative;
}
#fh5co-testimonial .wrap-testimony .testimony-slide {
  text-align: center;
}
#fh5co-testimonial .wrap-testimony .testimony-slide span {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 700;
  display: block;
}
#fh5co-testimonial .wrap-testimony .testimony-slide span a.twitter {
  color: #F14E95;
  font-weight: 300;
}
#fh5co-testimonial .wrap-testimony .testimony-slide figure {
  margin-bottom: 10px;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  width: 100px;
  height: 100px;
}
#fh5co-testimonial .wrap-testimony .testimony-slide figure img {
  width: 100px;
  height: 100px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
#fh5co-testimonial .wrap-testimony .testimony-slide blockquote {
  border: none;
  margin: 30px auto;
  width: 50%;
  position: relative;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
@media screen and (max-width: 992px) {
  #fh5co-testimonial .wrap-testimony .testimony-slide blockquote {
    width: 100%;
  }
}
#fh5co-testimonial .wrap-testimony .testimony-slide blockquote p {
  font-style: italic;
  color: #8f989f;
  font-size: 20px;
  line-height: 1.6em;
}
#fh5co-testimonial .wrap-testimony .testimony-slide.active {
  display: block;
}
#fh5co-testimonial .wrap-testimony .arrow-thumb {
  position: absolute;
  top: 40%;
  display: block;
  width: 100%;
}
#fh5co-testimonial .wrap-testimony .arrow-thumb a {
  font-size: 32px;
  color: #dadada;
}
#fh5co-testimonial .wrap-testimony .arrow-thumb a:hover, #fh5co-testimonial .wrap-testimony .arrow-thumb a:focus, #fh5co-testimonial .wrap-testimony .arrow-thumb a:active {
  text-decoration: none;
}

.feature-left {
  float: left;
  width: 100%;
  margin-bottom: 30px;
  position: relative;
}
.feature-left:last-child {
  margin-bottom: 0;
}
.feature-left .icon {
  float: left;
  margin-right: 5%;
  width: 54px;
  height: 54px;
  background: #fff;
  display: table;
  text-align: center;
  -webkit-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .feature-left .icon {
    margin-right: 5%;
  }
}
.feature-left .icon i {
  display: table-cell;
  vertical-align: middle;
  font-size: 30px;
  color: #F14E95;
}
.feature-left .feature-copy {
  float: left;
  width: 80%;
}
@media screen and (max-width: 768px) {
  .feature-left .feature-copy {
    width: 70%;
    float: left;
  }
}
.feature-left .feature-copy h3 {
  text-transform: uppercase;
  font-size: 18px;
  color: #5d5d5d;
  margin-bottom: 10px;
}

/* #fh5co-started {
  position: relative;
} */
/* #fh5co-started .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
}
#fh5co-started .fh5co-heading h2 {
  color: #fff;
} */
/* #fh5co-started .fh5co-heading p {
  color: rgba(255, 255, 255, 0.5);
}
#fh5co-started .form-control {
  background: rgba(255, 255, 255, 0.2);
  border: none !important;
  color: #fff;
  font-size: 16px !important;
  width: 100%;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
} */
/* #fh5co-started .form-control::-webkit-input-placeholder {
  color: #fff;
} */
/* #fh5co-started .form-control:-moz-placeholder {
  /* Firefox 18- */
/*   color: #fff;
} */
/* #fh5co-started .form-control::-moz-placeholder {
  /* Firefox 19+ */
  /* color: #fff;
}
#fh5co-started .form-control:-ms-input-placeholder {
  color: #fff;
}
#fh5co-started .form-control:focus {
  background: rgba(255, 255, 255, 0.3);
}
#fh5co-started .btn {
  height: 54px;
  border: none !important;
  background: #F14E95;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 400;
  padding-left: 50px;
  padding-right: 50px;
}
#fh5co-started .form-inline .form-group {
  width: 100% !important;
  margin-bottom: 10px;
}
#fh5co-started .form-inline .form-group .form-control {
  width: 100%;
}
#fh5co-started .fh5co-heading {
  margin-bottom: 30px;
}
#fh5co-started .fh5co-heading h2 {
  margin-bottom: 0;
}
 */
/* @media screen and (max-width: 768px) {
  #fh5co-footer .copyright .pull-left,
  #fh5co-footer .copyright .pull-right {
    float: none !important;
    text-align: center;
  }
} */

#fh5co-rsvp {
  position: relative;
}

#fh5co-rsvp .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(251, 247, 248, 0.95);
}
#fh5co-rsvp .container {
  position: relative;
  z-index: 2;
}

#fh5co-footer .copyright .block {
  display: block;
}

.owl-carousel .owl-controls .owl-dot span {
  background: #e6e6e6;
}
.owl-carousel .owl-controls .owl-dot span:hover, .owl-carousel .owl-controls .owl-dot span:focus {
  background: #cccccc;
}
.owl-carousel .owl-controls .owl-dot:hover span, .owl-carousel .owl-controls .owl-dot:focus span {
  background: #cccccc;
}
.owl-carousel .owl-controls .owl-dot.active span {
  background: transparent;
  border: 2px solid #B38EB5;
}

#fh5co-offcanvas {
  position: absolute;
  z-index: 1901;
  width: 270px;
  background: black;
  top: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 45px 40px 40px 40px;
  overflow-y: auto;
  -moz-transform: translateX(270px);
  -webkit-transform: translateX(270px);
  -ms-transform: translateX(270px);
  -o-transform: translateX(270px);
  transform: translateX(270px);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.offcanvas #fh5co-offcanvas {
  -moz-transform: translateX(0px);
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
  transform: translateX(0px);
}
#fh5co-offcanvas a {
  color: rgba(255, 255, 255, 0.5);
}
#fh5co-offcanvas a:hover {
  color: rgba(255, 255, 255, 0.8);
}
#fh5co-offcanvas ul {
  padding: 0;
  margin: 0;
}
#fh5co-offcanvas ul li {
  padding: 0;
  margin: 0;
  list-style: none;
}
#fh5co-offcanvas ul li > ul {
  padding-left: 20px;
  display: none;
}
#fh5co-offcanvas ul li.offcanvas-has-dropdown > a {
  display: block;
  position: relative;
}
#fh5co-offcanvas ul li.offcanvas-has-dropdown > a:after {
  position: absolute;
  right: 0px;
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e921";
  font-size: 20px;
  color: rgba(255, 255, 255, 0.2);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
#fh5co-offcanvas ul li.offcanvas-has-dropdown.active a:after {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.uppercase {
  font-size: 14px;
  color: #000;
  margin-bottom: 10px;
  font-weight: 700;
  text-transform: uppercase;
}

.gototop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.gototop.active {
  opacity: 1;
  visibility: visible;
}
.gototop a {
  width: 50px;
  height: 50px;
  display: table;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  text-align: center;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
.gototop a i {
  height: 50px;
  display: table-cell;
  vertical-align: middle;
}
.gototop a:hover, .gototop a:active, .gototop a:focus {
  text-decoration: none;
  outline: none;
}

.fh5co-nav-toggle {
  width: 25px;
  height: 25px;
  cursor: pointer;
  text-decoration: none;
}
.fh5co-nav-toggle.active i::before, .fh5co-nav-toggle.active i::after {
  background: #444;
}
.fh5co-nav-toggle:hover, .fh5co-nav-toggle:focus, .fh5co-nav-toggle:active {
  outline: none;
  border-bottom: none !important;
}
.fh5co-nav-toggle i {
  position: relative;
  display: inline-block;
  width: 25px;
  height: 2px;
  color: #252525;
  font: bold 14px/.4 Helvetica;
  text-transform: uppercase;
  text-indent: -55px;
  background: #252525;
  transition: all .2s ease-out;
}
.fh5co-nav-toggle i::before, .fh5co-nav-toggle i::after {
  content: '';
  width: 25px;
  height: 2px;
  background: #252525;
  position: absolute;
  left: 0;
  transition: all .2s ease-out;
}
.fh5co-nav-toggle.fh5co-nav-white > i {
  color: #fff;
  background: #fff;
}
.fh5co-nav-toggle.fh5co-nav-white > i::before, .fh5co-nav-toggle.fh5co-nav-white > i::after {
  background: #fff;
}

.fh5co-nav-toggle i::before {
  top: -7px;
}

.fh5co-nav-toggle i::after {
  bottom: -7px;
}

.fh5co-nav-toggle:hover i::before {
  top: -10px;
}

.fh5co-nav-toggle:hover i::after {
  bottom: -10px;
}

.fh5co-nav-toggle.active i {
  background: transparent;
}

.fh5co-nav-toggle.active i::before {
  top: 0;
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}

.fh5co-nav-toggle.active i::after {
  bottom: 0;
  -webkit-transform: rotateZ(-45deg);
  -moz-transform: rotateZ(-45deg);
  -ms-transform: rotateZ(-45deg);
  -o-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
}

.fh5co-nav-toggle {
  position: absolute;
  right: 0px;
  top: 10px;
  z-index: 21;
  padding: 6px 0 0 0;
  display: block;
  margin: 0 auto;
  display: none;
  height: 44px;
  width: 44px;
  z-index: 2001;
  border-bottom: none !important;
}
@media screen and (max-width: 768px) {
  .fh5co-nav-toggle {
    display: block;
  }
}

.btn {
  margin-right: 4px;
  margin-bottom: 4px;
  font-family: "Work Sans", Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  padding: 8px 20px;
}
.btn.btn-md {
  padding: 8px 20px !important;
}
.btn.btn-lg {
  padding: 18px 36px !important;
}
.btn:hover, .btn:active, .btn:focus {
  box-shadow: none !important;
  outline: none !important;
}

.btn-primary {
  background: var(--muted);
  border-color: var(--muted);
  color: #fff;
  font-weight: 600;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  background: var(--accent-2) !important;
  border-color: var(--accent-2) !important;
  transform: translateY(-2px);
  box-shadow: 0 22px 42px rgba(45, 37, 24, 0.24);
}
/* .btn-primary.btn-outline {
  background: transparent;
  color: var(--muted);
  border: var(--muted);
  font-weight: 600;
} */
/* .btn-primary.btn-outline:hover, .btn-primary.btn-outline:focus, .btn-primary.btn-outline:active {
  background: var(--muted);
  color: #fff;
} */

.btn-success {
  background: #5cb85c;
  color: #fff;
  border: 2px solid #5cb85c;
}
.btn-success:hover, .btn-success:focus, .btn-success:active {
  background: #4cae4c !important;
  border-color: #4cae4c !important;
}
.btn-success.btn-outline {
  background: transparent;
  color: #5cb85c;
  border: 2px solid #5cb85c;
}
.btn-success.btn-outline:hover, .btn-success.btn-outline:focus, .btn-success.btn-outline:active {
  background: #5cb85c;
  color: #fff;
}

.btn-info {
  background: #5bc0de;
  color: #fff;
  border: 2px solid #5bc0de;
}
.btn-info:hover, .btn-info:focus, .btn-info:active {
  background: #46b8da !important;
  border-color: #46b8da !important;
}
.btn-info.btn-outline {
  background: transparent;
  color: #5bc0de;
  border: 2px solid #5bc0de;
}
.btn-info.btn-outline:hover, .btn-info.btn-outline:focus, .btn-info.btn-outline:active {
  background: #5bc0de;
  color: #fff;
}

.btn-warning {
  background: #f0ad4e;
  color: #fff;
  border: 2px solid #f0ad4e;
}
.btn-warning:hover, .btn-warning:focus, .btn-warning:active {
  background: #eea236 !important;
  border-color: #eea236 !important;
}
.btn-warning.btn-outline {
  background: transparent;
  color: #f0ad4e;
  border: 2px solid var(--muted);
}
.btn-warning.btn-outline:hover, .btn-warning.btn-outline:focus, .btn-warning.btn-outline:active {
  background: #f0ad4e;
  color: #fff;
}

.btn-danger {
  background: #d9534f;
  color: #fff;
  border: 2px solid #d9534f;
}
.btn-danger:hover, .btn-danger:focus, .btn-danger:active {
  background: #d43f3a !important;
  border-color: #d43f3a !important;
}
.btn-danger.btn-outline {
  background: transparent;
  color: #d9534f;
  border: 2px solid #d9534f;
}
.btn-danger.btn-outline:hover, .btn-danger.btn-outline:focus, .btn-danger.btn-outline:active {
  background: #d9534f;
  color: #fff;
}

.btn-outline {
  background: none;
  border: 2px solid var(--muted);
  font-size: 16px;
  font-weight: 600;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.btn-outline:hover, .btn-outline:focus, .btn-outline:active {
  transform: translateY(-2px);
  box-shadow: 0 22px 42px rgba(45, 37, 24, 0.24);
  color: var(--accent-2) !important;
  border-color: var(--accent-2) !important;
}

.btn.with-arrow {
  position: relative;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.btn.with-arrow i {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  right: 0px;
  top: 50%;
  margin-top: -8px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.btn.with-arrow:hover {
  padding-right: 50px;
}
.btn.with-arrow:hover i {
  color: #fff;
  right: 18px;
  visibility: visible;
  opacity: 1;
}

.form-control {
  box-shadow: none;
  background: transparent;
  border: 2px solid rgba(0, 0, 0, 0.1);
  height: 54px;
  font-size: 18px;
  font-weight: 300;
}
.form-control:active, .form-control:focus {
  outline: none;
  box-shadow: none;
  border-color: #F14E95;
}

.row-pb-md {
  padding-bottom: 4em !important;
}

.row-pb-sm {
  padding-bottom: 2em !important;
}

.fh5co-loader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url(../images/loader.gif) center no-repeat #fff;
}

/* Fade/slide baseline: start hidden only when JS is enabled */
.animate-box.will-animate{
  opacity: 0;
  transform: translateY(12px);
  transition: opacity .6s ease, transform .6s ease;
}

/* Directional offsets that match your legacy names */
html.js .animate-box[data-animate-effect="fadeInLeft"]  { transform: translateX(-12px); }
html.js .animate-box[data-animate-effect="fadeInRight"] { transform: translateX(12px);  }
html.js .animate-box[data-animate-effect="fadeIn"]      { transform: none; }
/* When JS marks as visible */
html.js .animate-box.in-view{
  opacity: 1;
  transform: none;
}

/* Already visible */
.animate-box.in-view{
  opacity: 1;
  transform: none;
}
/* When we add the animation classes, show them */
.animated-fast {
  animation-duration: .6s;
  animation-fill-mode: both;
}

/* Minimal fade-ins if you don’t use animate.css */
@keyframes fadeIn { from{opacity:0} to{opacity:1} }
@keyframes fadeInUp { from{opacity:0; transform:translateY(12px)} to{opacity:1; transform:none} }

.fadeIn   { animation-name: fadeIn; }
.fadeInUp { animation-name: fadeInUp; }

/*# sourceMappingURL=style.css.map */
/* --- Wedding Hero --- */
.hero {
  padding: 80px 0 40px;
  text-align: center;
  /* background: var(--section-gradient-1); subtle paper tone; change or remove if you prefer transparent */
}

.hero-illustration {
  display: block;
  max-width: 520px;
  width: 70%;
  height: auto;
  margin: 0 auto 28px;
}

/* Use Allison only for the name lines */
.hero-title .line{
  font-family: 'Allison', cursive;
  font-weight: 400;
  text-transform: none;   /* scripts look better without uppercase */
  letter-spacing: 0;
  line-height: 0.9;
  font-size: clamp(44px, 10vw, 96px); /* responsive size */
}

/* Keep the & on its own style (optional) */
.hero-title .ampersand{
  font-family: 'Allison', cursive; /*  also 'Allison' */
  font-weight: 700;
  letter-spacing: .05em;
  font-size: clamp(28px, 6vw, 56px);
  line-height: 1;
  margin: 4px 0;
}
.hero-subtitle {
  margin: 0 0 24px;
  font-size: 16px;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--ink);
}

#invite-line .invite-copy {
  max-width: 640px;
  margin: 20px auto 0;
  font-size: 18px;
  color: #5b6775;
}

/* Optional: underline style for the active nav like your reference */
.fh5co-nav .menu-1 > ul > li > a {
  position: relative;
  padding-bottom: 6px;
  font-size: 16px;
}
.fh5co-nav .menu-1 > ul > li.active > a::after,
.fh5co-nav .menu-1 > ul > li > a:hover::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 36px;
  height: 2px;
  background: var(--muted);
}

/* Couple photo */
.couple-photo { 
  margin-bottom: 5em; }
.couple-photo-img {
  display:block; 
  max-width:1260px;
  width:100%; 
  height:auto; margin:0 auto;
  border-radius:12px; 
  box-shadow:0 10px 35px rgba(0,0,0,.08);
}

/* Calendar */

.std-cal-grid{ display:grid; grid-template-columns:repeat(7,1fr); gap:6px; padding:0 4px 14px; }
.std-cal-grid .dow{ 
  text-align:center; 
  font-size:14px; 
  color:var(--letter2);
  padding:6px 0; 
  border-bottom:1px solid #ece8e6; }
#std-cal-days{ display:contents; } /* let injected cells flow */
.std-day{
  height:42px; display:flex; align-items:center; justify-content:center;
  border-radius:8px; color:#2f3f52; background:#faf8f7;
}
@keyframes pulse_countdown{ 
  0%{box-shadow:0 0 0 0 rgba(199,162,154,.45);} 
  70%{box-shadow:0 0 0 14px rgba(199,162,154,0);} 
  100%{box-shadow:0 0 0 0 rgba(199,162,154,0);} 
}

@media (max-width:991px){
  .std{ padding:16px 0 24px; }
  .simply-countdown .simply-amount{ font-size:30px; }
}

/* If you previously added this to push countdown down, undo it */
.std-countdown-wrap{ margin-top: 0; }

/* Keep the countdown from adding extra outside space */
.std-countdown-wrap {
  margin-top: auto;                 /* pushes the countdown to the bottom inside the card */
}

/* Cards & text */

/* Calendar */
.std-day{ color: var(--letter2); background: var(--paper); }
.std-day.muted{ color: var(--letter2); background: transparent; }
.std-day.active{
  background: var(--letter);
  color: var(--accent-ink);
  box-shadow: none;
  animation: pulse-lilac 1.8s infinite ease-in-out;
}
@keyframes pulse-lilac{
  0%   { box-shadow: 0 0 0 0 rgba(155,106,142,.45); }
  70%  { box-shadow: 0 0 0 14px rgba(155,106,142,0); }
  100% { box-shadow: 0 0 0 0 rgba(155,106,142,0); }
}

/* Optional: hero title/subtitle to lilac family */
.hero-title{ color: var(--ink); }

/* ====== Layout: equal heights + bigger gap ====== */
/* 2.4 Cards: slightly softer corners and shadow for a cute, airy look */
.std-card{
  border: 3px solid var(--border);
  border-radius: 14px;
  background: var(--paper);
  box-shadow: 0 12px 36px rgba(0,0,0,.05);
}

/* RSVP section */
.fh5co-rsvp {
  color: #2f3f52;
}

.rsvp-layout {
  display: grid;
  gap: 28px;
}

.rsvp-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: rgba(255, 255, 255, 0.94);
  border-radius: 20px;
  padding: 36px;
  box-shadow: 0 18px 45px rgba(55, 45, 75, 0.18);
  border: 1px solid rgba(199, 184, 210, 0.6);
  transition: transform .18s ease, box-shadow .2s ease, border-color .2s ease;
}

.rsvp-card:hover,
.rsvp-card:focus-within {
  transform: translateY(-4px);
  box-shadow: 0 22px 55px rgba(55, 45, 75, 0.22);
  border-color: rgba(174, 154, 178, 0.6);
}

.rsvp-card-header {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-bottom: 12px;
}

/* .rsvp-tag {
  display: inline-flex;
  align-self: flex-start;
  padding: 6px 14px;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--accent);
  background: rgba(174, 154, 178, 0.18);
  border-radius: 999px;
} */

.rsvp-card.rsvp-form-card {
  backdrop-filter: blur(4px);
}

.rsvp-intro-card h2 {
  font-size: 48px;
  color: var(--muted);
  margin-bottom: 16px;
}

.rsvp-intro-card p {
  font-size: 17px;
  line-height: 1.7;
  text-align: left;
}

.rsvp-note {
  font-size: 15px;
  color: #6b7280;
  margin-bottom: 18px;
}

.rsvp-details {
  list-style: none;
  padding: 0;
  margin: 24px 0 20px;
}

.rsvp-details li {
  position: relative;
  padding-left: 26px;
  margin-bottom: 16px;
  text-align: left;
}

.rsvp-details li::before {
  content: '\2022';
  position: absolute;
  left: 0;
  top: 0;
  font-size: 26px;
  line-height: 1;
  text-align: left;
}

.rsvp-alt.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  text-align: center;
  background: var(--accent);
  color: #fff;
  border-color: var(--accent);
  border-radius: 999px;
  padding: 12px 26px;
}

.rsvp-alt:hover,
.rsvp-alt:focus {
  background: var(--accent-2) !important;
  border-color: var(--accent-2) !important;
  transform: translateY(-2px);
  box-shadow: 0 22px 42px rgba(45, 37, 24, 0.24);
}

.rsvp-alt:hover,
.rsvp-alt:focus,
.rsvp-alt:active { color: #fff !important; }

.rsvp-form-title {
  font-size: 26px;
  margin-bottom: 24px;
  color: var(--muted);
}

.rsvp-form-card form {
  display: flex;
  flex-direction: column;
  flex: 1;
}

.rsvp-form-card label {
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #5b6775;
}

.rsvp-form-card .form-control,
.rsvp-form-card select,
.rsvp-form-card textarea {
  border-radius: 10px;
  border: 1px solid rgba(183, 166, 197, 0.6);
  box-shadow: none;
  padding: 12px 16px;
  font-size: 16px;
  color: #334155;
}

.rsvp-form-card .form-control:focus,
.rsvp-form-card select:focus,
.rsvp-form-card textarea:focus {
  border-color: var(--accent);
  box-shadow: 0 0 0 3px rgba(174, 154, 178, 0.2);
}

.rsvp-form-card .form-group {
  margin-bottom: 18px;
}

.rsvp-submit {
  background: var(--accent);
  border-color: var(--accent);
  font-weight: 600;
  padding: 14px 28px;
  margin-top: 8px;
}

.rsvp-submit:hover,
.rsvp-submit:focus {
  background: var(--accent-2) !important;
  border-color: var(--accent-2) !important;
  transform: translateY(-2px);
  box-shadow: 0 22px 42px rgba(45, 37, 24, 0.24);
}

.form-footnote {
  margin-top: auto;
  font-size: 13px;
  color: #6b7280;
}

.form-status {
  margin-top: 10px;
  font-weight: 600;
}

.form-status.pending {
  color: #8b5cf6;
}

.form-status.success {
  color: #15803d;
}

.form-status.error {
  color: #b91c1c;
}

@media (min-width: 768px) {
  .rsvp-layout {
    gap: 32px;
  }
}
@media (min-width: 992px) {
  .rsvp-layout {
    grid-template-columns: minmax(280px, 0.95fr) minmax(360px, 1.05fr);
    align-items: stretch;
  }

  .rsvp-card.rsvp-intro-card .rsvp-alt {
    margin-top: auto;
    align-self: flex-stretch;
  }
}

@media (max-width: 991px) {
  .rsvp-card  {
    margin-bottom: 28px;
  }
}

@media (max-width: 480px) {
  .rsvp-card {
    padding: 24px;
  }

  .rsvp-card h2 {
    font-size: 40px;
  }

  .rsvp-form-title {
    font-size: 22px;
  }
}

#save-the-date .row{
  /*padding: 20px 0 72px;  top space creates the separation */
  position: relative;
  display:flex;
  flex-wrap:wrap;
  gap: 40px;
  align-items:stretch;   /* columns match height */
  gap:40px;              /* space between the two cards */
}
#save-the-date .col-md-6{ 
  display:flex; 
  flex:1 1 0%; 
}
#save-the-date .std-card{
  display:flex; 
  flex-direction:column; 
  width:100%; 
  height:100%;
  border:3px solid rgba(155, 104, 174, 0.5); 
  padding: var(--space-5) var(--space-5);
  border-radius:14px; 
  background:#fff;
  box-shadow:0 12px 36px rgba(0,0,0,.05);
}

/* ====== LEFT CARD: center everything like the reference ====== */
#save-the-date .col-md-6:first-child .std-card{
  /* Grid gives us precise vertical rhythm and keeps the button at bottom */
  display:grid;
  grid-template-rows: auto auto auto 1fr auto; /* title / sub / names / paragraph flex / button */
  row-gap:var(--space-2);
  justify-items:center;   /* center all items horizontally */
  padding:28px 32px;
}

/* Headline “Save the Date” — script & centered */
.std-kicker{
  font-family: "Sacramento", Arial, serif;
  font-weight:400;
  letter-spacing:0;
  font-size: clamp(34px, 5vw, 54px);
  line-height:1.05;
  margin:0;               /* remove extra top margin */
  text-align:center;
  color: var(--letter);
}

/* Small line: “For the wedding of” */
.std-sub{
  margin:0;
  font-size:12px;
  letter-spacing:.18em;
  text-transform:uppercase;
  color: var(--letter2);
  text-align:center;
}

/* Names — bold, centered */
.std-names{
  margin:0;
  font-family: "Allison", cursive;
  font-weight:700;
  font-size:clamp(34px, 5vw, 54px);
  letter-spacing:.02em;
  color: var(--letter);
  text-align:center;
}

/* Paragraph — narrow, centered, even lines */
.std-note{
  max-width: 32ch;        /* narrow measure like the screenshot */
  text-align:center;
  line-height:1.8;
  color: var(--letter2);
  margin: 6px 0 0;
  justify-self:center;    /* stay centered inside the grid cell */
}

/* Button — centered; stays at the bottom via the grid layout */
.std-btn{
  display:inline-block;
  background: var(--muted);     /* lilac */
  color:#fff;
  padding:12px 18px;
  border-radius: 12px;
  text-decoration:none;
  transition:transform .1s, box-shadow .2s;
}
.std-btn:hover{ 
  transform:translateY(-1px);
  box-shadow:0 6px 16px rgba(139,111,216,.28); 
  color:#fff;
}

/* ====== RIGHT CARD header spacing to match ====== */
.std-cal-header{ 
  text-align:center;
  padding:10px 0 16px; 
  font-weight:700;
  letter-spacing:.16em; 
  color: var(--letter); 
}


/* (keep any countdown styles you chose) */

/* Center the nav row and neutralize Bootstrap floats */
.fh5co-nav .row{
  display:flex;
  justify-content:center;
  align-items:center;
}
.fh5co-nav .row > [class*="col-"]{ float:none; }  /* stop float-right/left from affecting centering */

/* Center the menu list */
.fh5co-nav .nav-center{ text-align:center !important; width:100%; }
.fh5co-nav .nav-center > ul{
  display:inline-flex;
  align-items:center;
  gap:28px;                 /* spacing between items */
  padding:0;
  margin:0 auto;
}
.fh5co-nav .nav-center > ul > li{ display:block; }

/* Keep dropdown centered under its parent item */
.fh5co-nav ul li.has-dropdown{ position:relative; }
.fh5co-nav ul li.has-dropdown .dropdown{
  top:100%;
  left:50%;
  transform:translateX(-50%);
  visibility:hidden; opacity:0; transition:opacity .15s ease;
}
.fh5co-nav ul li.has-dropdown:hover .dropdown{
  visibility:visible; opacity:1;
}

/* Show the menu on mobile (template hides .menu-1 at <=768px) */
@media (max-width:768px){
  .fh5co-nav .menu-1{ display:block !important; }
}

#invite-line{ text-align:center; padding:32px 0 8px; }
#invite-line .fh5co-heading h2{
  font-family:'Allison', cursive;
  color: var(--ink);
  font-size: clamp(34px, 5vw, 54px);
  margin: 0 0 var(--space-2);
}
#invite-line .fh5co-heading .eyebrow{ 
  text-transform:uppercase; 
  font-weight: bold;
  letter-spacing:.18em; 
  font-size:clamp(14px,5vw,20px); 
  color:var(--letter2); 
  margin: 0 0 var(--space-1);
}
#invite-line .fh5co-heading .script{ 
  font-size:clamp(14px,5vw,20px); 
  color:var(--letter2,#2f2a44); 
  margin:0 0 var(--space-1);
}
#invite-line .fh5co-heading .names{ 
  margin:0; 
  font-family:'Allison',cursive;
  font-weight:700; 
  font-size: clamp(28px, 6vw, 44px);
  letter-spacing:.02em; 
  color:var(--letter,#2f2a44); 
}
.fh5co-heading .amp{ 
  font-family:'Allison',cursive; 
  font-weight:700; 
  font-size: clamp(28px, 6vw, 44px);
  color:var(--letter,#2f2a44);
}

/* Wedding schedule */
/* Center the whole schedule block within the card */
/* Center the whole schedule block */
.event-schedule{
  list-style: none;
  padding: 0;
  margin: var(--space-3) auto 0;
  width: -moz-fit-content;
  width: fit-content;          /* shrink to content so margin:auto centers it */
  text-align: center;          /* nice for the text columns */
}

/* Each row: compact, centered line = time | icon | text */
.event-schedule li{
  display: inline-flex !important;   /* beat any old grid/flex rules */
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 10px 0;
  white-space: nowrap;     

}

/* Columns */
.event-schedule .time{
  min-width: 110px;                  /* fixed time column */
  text-align: right;
  font-weight: 600;
  letter-spacing: .02em;
}

/* Kill the template's global img{display:block} for our icons */

.ico-png{
  width: 22px;
  height: 22px;
  object-fit: contain;
  display: inline-block !important;
  vertical-align: middle;
}

.event-schedule .desc{
  line-height: 1.6;
  background: none;
  color: inherit;
  padding: 0;
  border: 0;
  overflow-wrap: anywhere; /* wrap if needed */
}


/* Mobile spacing */
@media (max-width:480px){
  .event-schedule li{ padding:10px 0; }
}

/* Buttons row: centered, nice spacing, stacks on small screens */
#fh5co-map .fh5co-heading p{ margin-bottom: var(--space-4); }
#fh5co-map .fh5co-heading{
  /* kill the template’s 5em gap under the heading */
  margin-bottom: 12px;               /* was 5em */
}
#fh5co-map .map-actions{
  display: flex;
  justify-content: center;
  gap: var(--space-3);
  margin: 0 auto 18px;  
  flex-wrap: wrap;
}
#fh5co-map .map-actions .btn{
  border-radius: 999px;            /* pill buttons */
  min-width: 190px;                /* nicer touch target */
  text-transform: none;            /* keep your existing font/weight */
}

/* Responsive map (if you don’t already have these) */
#fh5co-map .map-wrap{
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
  max-width: 1100px;
  margin: 0 auto 18px;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0,0,0,.08);
}
#fh5co-map .map-wrap iframe{
  position: absolute;
  display: block;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: 16px;
    
}

/* Travel time card */
#fh5co-map .travel-times{
  position: relative;
  max-width: 920px;
  margin: 0 auto 20px;
  padding: 22px 22px 18px;
  background: var(--paper);
  border: 2px dashed #e6dff5;          /* playful dashed edge */
  border-radius: 20px;                  /* rounder corners */
  box-shadow: 0 10px 28px rgba(155,106,142,.12); /* soft lilac shadow */
  overflow: hidden;
}

/* little washi-tape stickers */
#fh5co-map .travel-times::before,
#fh5co-map .travel-times::after{
  content:"";
  position: absolute;
  width: 84px; height: 22px;
  background: repeating-linear-gradient(
    45deg,
    rgba(155,124,207,.22) 0 10px,
    rgba(188,164,230,.22) 10px 20px
  );
  border-radius: 6px;
  filter: drop-shadow(0 2px 2px rgba(0,0,0,.06));
}
#fh5co-map .travel-times::before{ top:-10px; left:24px; transform: rotate(-5deg); }
#fh5co-map .travel-times::after { top:-12px; right:26px; transform: rotate(6deg); }

#fh5co-map .travel-times h3{
  margin: 0 0 10px;
  text-align: center;
  letter-spacing: .02em;
  color: var(--muted, #4b3b57);
  font-size: clamp(15px, 4.2vw, 20px);
}


#fh5co-map .modes{
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 10px;
  background-color: var(--paper);
}

#fh5co-map .modes li{
  display: grid;
  grid-template-columns: max-content 1fr;
  column-gap: 14px;
  row-gap: 2px;
  align-items: baseline;
}

#fh5co-map .modes li strong{
  color: var(--muted, #4b3b57);
}

#fh5co-map .modes li span{
  color: var(--muted, #4b3b57);
}

#fh5co-map .modes li small{
  grid-column: 1 / -1;
  color: var(--letter2);
}

#fh5co-map .tt-note{
  margin: 12px 0 0;
  text-align: center;
  color: var(--letter2);
  font-size: 14px;
}

/* Stack nicely on small screens */
@media (max-width: 640px){
  /* Tweak on small screens */
  #fh5co-map .fh5co-heading{ margin-bottom: 8px; }
  #fh5co-map .travel-times{ margin: 8px auto 22px; }
  #fh5co-map .map-actions{ gap: 8px; margin-bottom: 14px; }
  #fh5co-map .modes li{
    grid-template-columns: 1fr;
  }
}
/* Scroll-spy dot navigation */
.dot-nav {
  position: fixed;
  top: 50%;
  right: 32px;
  transform: translateY(-50%);
  z-index: 1050;
}

.dot-nav-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
}

.dot-nav a {
  --dot-size: 12px;
  display: block;
  width: var(--dot-size);
  height: var(--dot-size);
  border-radius: 50%;
  border: 2px solid rgba(174, 154, 178, 0.45);
  background: rgba(251, 247, 248, 0.85);
  box-shadow: 0 4px 10px rgba(158, 126, 167, 0.18);
  position: relative;
  outline: none;
  transition: transform 0.2s ease, background-color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.dot-nav a::after {
  content: attr(data-label);
  position: absolute;
  top: 50%;
  right: calc(100% + 16px);
  transform: translateY(-50%) scale(0.9);
  background: var(--accent);
  color: var(--accent-ink);
  padding: 4px 12px;
  border-radius: 999px;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  box-shadow: 0 6px 16px rgba(174, 154, 178, 0.25);
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.dot-nav a:hover,
.dot-nav a:focus-visible {
  transform: scale(1.25);
  border-color: var(--accent-2);
  background: var(--accent-2);
  box-shadow: 0 6px 18px rgba(170, 127, 160, 0.28);
}

.dot-nav a:hover::after,
.dot-nav a:focus-visible::after {
  opacity: 1;
  transform: translateY(-50%) scale(1);
}

.dot-nav a.active {
  background: var(--accent);
  border-color: var(--accent);
  transform: scale(1.3);
  box-shadow: 0 8px 20px rgba(230, 160, 169, 0.35);
}

@media (max-width: 1024px) {
  .dot-nav {
    display: none;
  }
}

/* #fh5co-couple,
#fh5co-couple-story,
#fh5co-gallery,
#fh5co-testimonial,
#fh5co-map,
#fh5co-counter,
#fh5co-event,
#fh5co-rsvp {
  position: relative;
  background: var(--section-gradient-1);
  box-shadow:
    var(--shell-shadow),
    inset 0 38px 90px -74px rgba(197, 180, 209, 0.42),
    inset 0 -34px 84px -72px rgba(235, 222, 236, 0.44);
}

/* --- Album Gallery Refresh --- */
#fh5co-gallery.album-section {
  background: transparent;
  padding: 5rem 0 6rem;
}

.album-container {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 1.5rem;
  text-align: center;
}

.album-heading {
  color: #3a3323;
  margin-bottom: 3rem;
}

.album-subtitle {
  display: inline-block;
  font-size: 0.95rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 2px;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.4);
  margin-bottom: 0.75rem;
}

.album-title {
  font-size: 60px;
  margin-bottom: 10px;
  line-height: 1.5;
  font-weight: bold;
  color: var(--muted);
  font-family: "Sacramento", Arial, serif;
}

.album-description {
  max-width: 34rem;
  margin: 0 auto;
  color: rgba(58, 51, 35, 0.72);
}

.album-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.5rem;
  margin-bottom: 3rem;
}

.album-item {
  position: relative;
  /* background: var(--section-gradient-1); */
  /* overflow: hidden; */
  border-radius: 26px;
  box-shadow: 0 24px 48px rgba(66, 56, 37, 0.18);
  background: #f8f4ec;
}

.album-item img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.album-item:hover img,
.album-item:focus-within img {
  transform: scale(1.05);
}

.album-item--vertical {
  grid-row: span 2;
}

.album-item--horizontal {
  grid-column: span 2;
}

.album-item--statement {
  grid-column: span 2;
  grid-row: span 2;
}

.album-button-wrapper {
  display: flex;
  justify-content: center;
}

.album-button {
  display: inline-block;
  padding: 0.9rem 2.75rem;
  border-radius: 999px;
  background: var(--muted);
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  letter-spacing: 0.08em;
  box-shadow: 0 16px 34px rgba(45, 37, 24, 0.18);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.album-button:hover,
.album-button:focus {
  transform: translateY(-2px);
  box-shadow: 0 22px 42px rgba(45, 37, 24, 0.24);
  background: var(--accent-2) !important;
  border-color: var(--accent-2) !important;
  color: #fff !important;
}

@media (max-width: 992px) {
  .album-title {
    font-size: 2.8rem;
  }
}

@media (max-width: 768px) {
  #fh5co-gallery.album-section {
    padding: 4rem 1.5rem 5rem;
  }

  .album-grid {
    grid-template-columns: 1fr;
    grid-auto-rows: 220px;
  }

  .album-item--horizontal,
  .album-item--statement {
    grid-column: span 1;
  }

  .album-title {
    font-size: 2.5rem;
  }
}  /* ✅ CLOSE the media query here */

/* --- Duo layout for vertical items --- */
.album-item--duo {
  display: grid;
  grid-template-rows: 1fr 1fr;      /* two equal rows */
}

.album-item--duo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Starting states for entrance */
/* default: images are visible */
.album-item--duo img { 
  opacity: 1; 
}

/* hide only while the card is flagged to animate */
.album-item--duo.will-animate img { 
  opacity: 0; 
  will-change: transform, opacity;
}

/* belt-and-suspenders: once visible, force shown */
.album-item--duo.is-visible img { 
  opacity: 1; 
}

/* Animate only after the card becomes visible (JS toggles .is-visible) */
.album-item--duo.is-visible .from-left {
  animation: slideInLeft 0.8s ease-out forwards;
}

.album-item--duo.is-visible .from-right {
  animation: slideInRight 0.8s ease-out 0.1s forwards; /* slight stagger */
}

/* Keyframes */
@keyframes slideInLeft {
  from { transform: translateX(-30%); opacity: 0; }
  to   { transform: translateX(0);     opacity: 1; }
}
@keyframes slideInRight {
  from { transform: translateX(30%); opacity: 0; }
  to   { transform: translateX(0);   opacity: 1; }
}

/* Keep your existing hover scale; ensure it plays nicely with animations */
.album-item:hover img,
.album-item:focus-within img {
  transform: scale(1.05);
}

/* Respect users who prefer reduced motion */
@media (prefers-reduced-motion: reduce) {
  .album-item--duo img { 
    opacity: 1 !important;
    animation: none !important;
    transform: none !important;
  }
}
/* ===== RESET: remove dark test panels (if present) ===== */
#page > section,
#page > div[id^="fh5co-"]{
  background-color: transparent !important;
  color: inherit !important;
}
#page > section .overlay,
#page > div[id^="fh5co-"] .overlay{
  background-color: transparent !important;
}

/* ===== LILAC BACKGROUND (global) ===== */
body{
  /* layered lilac “paper” gradients */
  background-image:
    radial-gradient(170% 130% at 18% -12%, rgba(199, 184, 210, 0.22) 0%, rgba(253, 249, 244, 0) 68%),
    radial-gradient(150% 140% at 82% -6%,  rgba(236, 214, 223, 0.20) 0%, rgba(253, 249, 244, 0) 70%),
    linear-gradient(180deg, rgba(255,255,255,0.97) 0%, rgba(253, 249, 244, 1) 100%);
  background-repeat: no-repeat;
  background-size: 130% 115%, 125% 115%, 100% 100%;
  background-attachment: fixed;
}

/* Make sure the page wrapper doesn't block the gradient */
#page{
  background: transparent !important;
}

/* Keep these sections transparent so the global gradient shows */
.hero,
.couple-photo,
#invite-line,
#save-the-date.std,
#fh5co-couple,
#fh5co-event,
#fh5co-couple-story,
#fh5co-gallery,
#fh5co-map{
  background-color: transparent !important;
}

/* Optional: soften overlays on image sections so gradient still peeks through */
#fh5co-event .overlay{ background: rgba(255,255,255,0.0) !important; }

/* --- OPTION C: Dusty-Blue Linen (cool contrast) --- */
#fh5co-couple-story.bg-story-blue{
  background:
    linear-gradient(180deg, #ebf3f5 0%, #F6F8FB 100%);
}
#fh5co-couple-story.bg-story-blue .timeline-panel{
  /* slightly warmer card on cool blue to keep balance */
  background: rgba(255,252,248,0.92);
}

/* Keep the speech-arrow vertically centered next to the badge */
.timeline > li > .timeline-panel:before,
.timeline > li > .timeline-panel:after{
  top: 50%;
  transform: translateY(-50%);
}

/* Tablet */
@media (max-width: 992px){
  .timeline > li > .timeline-badge{
    width: 180px; height: 180px; margin-left: -90px;
  }
}

/* Phone */
@media (max-width: 480px){
  .timeline > li > .timeline-badge{
    width: 120px; height: 120px; margin-left: -60px;
  }
}

/* Base: visible lightbox */
.simple-lightbox {
  position: fixed;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0,0,0,0.7);
  z-index: 9999;
}

/* Hidden state: actually hide it */
/* --- Lightbox core (matches #simple-lightbox markup) --- */
/* --- Simple Lightbox core (matches #simple-lightbox markup) --- */
/* === SIMPLE LIGHTBOX – FINAL VERSION === */

/* Base: full-screen overlay, hidden by default */
/* === SIMPLE LIGHTBOX – STRONG OVERRIDES === */

.simple-lightbox {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100vw;
  height: 100vh;
  display: none;          /* JS sets this to flex */
  align-items: center;
  justify-content: center;
  background: rgba(0,0,0,.82);
  z-index: 2147483647;
}

.simple-lightbox .sl-img {
  max-width: 90vw;
  max-height: 80vh;
  width: auto;
  height: auto;
  display: block;
  border-radius: 8px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.4);
}

/* Nav wrapper so buttons overlay image */
.simple-lightbox .sl-nav {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

/* Buttons */
.simple-lightbox .sl-btn,
.simple-lightbox .sl-close {
  position: absolute;
  border: 0;
  background: rgba(0,0,0,.5);
  color: #fff;
  width: 40px;
  height: 40px;
  border-radius: 999px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: auto;
}

/* Prev / next */
.simple-lightbox .sl-prev {
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
}
.simple-lightbox .sl-next {
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
}

/* Close */
.simple-lightbox .sl-close {
  top: 16px;
  right: 16px;
  font-size: 24px;
  line-height: 1;
}

/* Counter */
.simple-lightbox .sl-counter {
  position: absolute;
  bottom: 16px;
  left: 0;
  right: 0;
  text-align: center;
  color: #fff;
  font: 500 14px/1.2 "Work Sans", system-ui;
}

@media (max-width: 768px) {
  .simple-lightbox .sl-prev { left: 8px; }
  .simple-lightbox .sl-next { right: 8px; }
  .simple-lightbox .sl-close { right: 8px; }
}

/* =========================================
   MOBILE POLISH
   ========================================= */

@media (max-width: 768px) {
  /* Global layout */
  body {
    font-size: 15px;
    line-height: 1.6;
  }

  .container {
    padding-left: 18px;
    padding-right: 18px;
  }

  /* Hero section */
  .hero {
    padding-top: 56px;
    padding-bottom: 28px;
  }

  .hero-illustration {
    width: 80%;
    max-width: 360px;
    margin-bottom: 16px;
  }

  .hero-title .line {
    font-size: clamp(32px, 9vw, 44px);
  }

  .hero-title .ampersand {
    font-size: clamp(24px, 7vw, 34px);
    margin: 4px 0;
  }

  .hero-subtitle {
    font-size: 12px;
    letter-spacing: 0.16em;
  }

  /* Top nav – make it less cramped & allow wrapping */
  .fh5co-nav {
    padding: 14px 0;
  }

  .fh5co-nav .nav-center > ul {
    gap: 12px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .fh5co-nav .nav-center > ul > li > a {
    padding: 8px 4px;
    font-size: 12px;
  }

  .fh5co-nav .menu-1 {
    display: block !important; /* keep your inline menu instead of offcanvas */
  }

  /* Couple section */
  .couple-wrap {
    width: 100%;
  }

  .couple-half {
    width: 100%;
    float: none;
    margin-bottom: 32px;
    text-align: center;
  }

  .couple-half .groom,
  .couple-half .bride {
    float: none;
    margin: 0 auto 12px;
    width: 160px;
    height: 160px;
  }

  .couple-half .desc-groom,
  .couple-half .desc-bride {
    padding: 0;
    text-align: center;
  }

  /* Make sure text doesn’t stick too close to the photos */
  .couple-half p {
    margin-top: 8px;
  }

  /* Event cards – less padding, full-width stack */
  #fh5co-event .event-wrap {
    padding: 20px 18px;
    margin-bottom: 18px;
  }

  #fh5co-event .event-wrap h3 {
    font-size: 18px;
  }

  .event-schedule {
    width: 100%;
  }

  .event-schedule li {
    justify-content: flex-start;
    flex-wrap: wrap;
    text-align: left;
  }

  .event-schedule .time {
    min-width: 90px;
    text-align: left;
  }

  .event-schedule .desc {
    flex: 1 1 100%;
    margin-top: 2px;
  }

  /* Timeline (“Our Story”) – simplify on small screens */
  #fh5co-couple-story {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .timeline {
    padding-top: 10px;
  }

  .timeline:before {
    left: 28px; /* move the vertical line to the left */
  }

  .timeline > li {
    margin: 40px 0;
    padding-left: 80px; /* space for the circle */
  }

  .timeline > li > .timeline-badge {
    width: 70px;
    height: 70px;
    top: 0;
    left: 0;
    margin-left: 0;
  }

  .timeline > li > .timeline-panel {
    width: 100% !important;
    float: none !important;
    margin-top: 8px;
  }

  .timeline > li > .timeline-panel:before,
  .timeline > li > .timeline-panel:after {
    display: none; /* hide the little arrow for a cleaner look on phones */
  }

  /* Gallery grid – already responsive, just soften spacing */
  #fh5co-gallery.album-section {
    padding: 3rem 1rem 4rem;
  }

  .album-grid {
    gap: 1rem;
  }

  .album-item {
    border-radius: 18px;
    box-shadow: 0 14px 26px rgba(66, 56, 37, 0.16);
  }

  /* Map / travel section spacing */
  #fh5co-map .travel-times {
    margin: 10px auto 18px;
    padding: 18px 16px;
  }

  #fh5co-map .map-wrap {
    margin-bottom: 16px;
  }

  #fh5co-map .map-actions {
    gap: 10px;
    margin-bottom: 16px;
  }

  #fh5co-map .map-actions .btn {
    min-width: 0;
    width: 100%;
  }

  /* Stop using flex row on small screens */
  #save-the-date .row {
    display: block;
    gap: 0;
  }

  /* Each card takes full width, stacked neatly */
  #save-the-date .col-md-6 {
    display: block;
    flex: none;
    width: 100%;
    margin-bottom: 24px;  /* space between the two cards */
  }

  /* Let the cards size themselves naturally */
  #save-the-date .std-card {
    height: auto;
    padding: 24px 24px;   /* same padding both cards */
  }
}

/* Extra-tight tweaks for very small screens */
@media (max-width: 480px) {
  .hero {
    padding-top: 44px;
  }

  .hero-illustration {
    width: 78%;
  }

  .hero-subtitle {
    letter-spacing: 0.12em;
  }

  .album-title {
    font-size: 2.1rem;
  }

  #invite-line .fh5co-heading h2 {
    font-size: 34px;
  }

}

/* === Mobile fixes for gallery overflow === */
@media (max-width: 768px) {
  /* 1) Single column, natural row height */
  .album-grid {
    grid-template-columns: 1fr;
    grid-auto-rows: auto;
  }

  /* 2) Don't let the special big tile span extra rows on mobile */
  .album-item--statement,
  .album-item--horizontal {
    grid-column: 1;
    grid-row: auto;
  }

  /* 3) Make sure figures don't leak out of the grid cell */
  .album-item {
    overflow: hidden;
  }

  /* 4) Keep images responsive and not absurdly tall */
  .album-item img {
    display: block;
    width: 100%;
    height: auto;
    max-height: 70vh;      /* at most 70% of screen height */
    object-fit: cover;
  }

  /* Optional: tighten side padding on the whole gallery section */
  #fh5co-gallery.album-section {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.made-with-love{
  padding: 28px 16px;
  text-align: center;
  border-top: 1px solid var(--border);
  background: transparent;
}
.made-with-love p{
  margin: 0;
  font-size: 14px;
  color: var(--letter2);
}
.made-with-love .sep{ margin: 0 10px; opacity: .7; }

.inline-heart{
  display: inline-block;
  transform: translateY(1px);
  animation: pulse .9s ease-in-out infinite;
}

/* belt-and-braces: if you keep animate-box by accident, don’t hide footer */
.made-with-love.will-animate{ 
  opacity: 1 !important; 
  transform: none !important; 
}
/* ===== MOBILE: left-align text inside event cards ===== */
@media (max-width: 768px){
  /* make the card’s text flush-left */
  #fh5co-event .event-wrap,
  #fh5co-event .event-wrap h3,
  #fh5co-event .event-wrap p,
  #fh5co-event .event-wrap span,
  #fh5co-event .event-wrap li{
    text-align: left;
  }

  /* schedule list: switch to a neat grid */
  .event-schedule{
    width: 100%;
    margin: var(--space-3) 0 0;
    text-align: left;           /* override center */
  }

  .event-schedule li{
    display: grid !important;   /* replace inline-flex on mobile */
    grid-template-columns: 90px 22px 1fr;  /* time | icon | text */
    align-items: start;
    gap: 10px;
    padding: 10px 0;
    white-space: normal;        /* allow wrapping of long lines */
    justify-content: unset;
  }

  .event-schedule .time{
    min-width: 0;               /* let the grid control width */
    text-align: left;
    font-weight: 700;
  }

  .ico-png{
    justify-self: center;       /* keep icon nicely centered in its column */
    align-self: start;
    display: inline-block !important;
  }

  .event-schedule .desc{
    grid-column: 3;             /* ensure text sits in the last column */
    line-height: 1.6;
  }
}

/* Make the schedule start *below* the floated .event-col blocks */
.event-wrap .event-schedule{
  clear: both;                 /* <-- key fix */
  margin-top: 10px;            /* optional breathing room */
}

/* Mobile: force consistent 3-column alignment for every row */
@media (max-width: 768px){
  .event-schedule{ text-align:left; }
  .event-schedule > li{
    display: grid !important;               /* override inline-flex */
    grid-template-columns: 90px 22px 1fr;   /* time | icon | text */
    align-items: start;
    gap: 10px;
    padding: 10px 0;
    white-space: normal;
  }
  .event-schedule > li > *{
    float:none !important;                  /* neutralize any legacy floats */
    position:static !important;
  }
  .event-schedule .time{ font-weight:700; text-align:left; }
  .event-schedule .ico-png{ justify-self:center; }
  .event-schedule .desc{ line-height:1.6; }
}

