@charset "UTF-8";

:root {
  --wed-bg: #6e5b52;
  --wed-bg-deep: #594840;
  --wed-bg-soft: #f7f1eb;
  --wed-surface: #ffffff;
  --wed-surface-soft: #fcf8f4;
  --wed-surface-card: #fffdfa;
  --wed-text: #3f342f;
  --wed-text-muted: #8a7c74;
  --wed-white: #ffffff;
  --wed-accent: #c7a27f;
  --wed-accent-deep: #b28b67;
  --wed-accent-soft: #e7d2bf;
  --wed-border-accent: rgba(199, 162, 127, 0.20);
  --wed-shadow: 0 12px 32px rgba(63, 52, 47, 0.08);
  --wed-shadow-soft: 0 6px 24px rgba(63, 52, 47, 0.06);
  --wed-shadow-strong: 0 20px 50px rgba(63, 52, 47, 0.14);
  --wed-transition: all 0.35s ease;
  --wed-navbar-height: 78px;
  --wed-radius-sm: 18px;
  --wed-radius-md: 24px;
  --wed-radius-lg: 32px;
}

html,
body {
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
}

body {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 0;
  color: var(--wed-text);
  background: var(--wed-surface);
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Cormorant Garamond", serif;
  font-weight: 600;
  letter-spacing: 0.01em;
  line-height: 1.12;
  color: var(--wed-text);
  margin-top: 0;
}


section h2 {
  font-size: clamp(2.2rem, 3vw, 3rem);
  letter-spacing: 0.06em;
}

.hero-tag,
.portfolio-meta span,
.contact-detail h6 {
  font-family: "Manrope", sans-serif;
  font-size: 0.75rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-weight: 500;
}
p {
  margin: 0 0 1rem;
  margin-bottom: 1.2rem;
}

a {
  text-decoration: none;
  transition: var(--wed-transition);
}

img {
  max-width: 100%;
  display: block;
}


.navbar.luxury-nav {
  min-height: var(--wed-navbar-height);
  background: rgba(252, 248, 244, 0.88);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--wed-border-accent);
  box-shadow: var(--wed-shadow-soft);
}

.navbar.luxury-nav .container {
  min-height: var(--wed-navbar-height);
}

.luxury-nav .navbar-brand {
  font-family: "Cormorant Garamond", serif;
  color: var(--wed-accent-deep);
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.luxury-nav .navbar-brand:hover,
.luxury-nav .navbar-brand:focus {
  color: var(--wed-accent);
}

.luxury-nav .nav-link {
  color: var(--wed-text) !important;
  font-family: "Manrope", sans-serif;
  font-size: 0.85rem;
  font-weight: 500;
  margin-left: 0.85rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.luxury-nav .nav-link:hover,
.luxury-nav .nav-link:focus,
.luxury-nav .nav-link.active {
  color: var(--wed-accent-deep) !important;
}

.luxury-nav .navbar-toggler {
  border-color: rgba(63, 52, 47, 0.12);
  color: var(--wed-text);
}

.luxury-nav .navbar-toggler:focus {
  box-shadow: none;
}
header.masthead.luxury-hero {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

header.masthead.luxury-hero.about-hero,
header.masthead.luxury-hero.contact-hero,
header.masthead.luxury-hero.portfolio-hero {
  min-height: 90vh !important;
  padding-top: var(--wed-navbar-height);
}


.hero-carousel-wrapper {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
}

header.masthead.luxury-hero,
.hero-carousel-wrapper {
  background-color: #6e5b52;
}

.hero-slide-bg {
  background-color: #6e5b52;
}

#wedstackHeroCarousel,
#wedstackHeroCarousel .carousel-inner,
#wedstackHeroCarousel .carousel-item {
  min-height: 100vh;
}

#wedstackHeroCarousel .carousel-item {
  position: relative;
}

.hero-slide-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  transform: scale(1);
  transition: transform 6s ease;
}

.carousel-item.active .hero-slide-bg {
  transform: scale(1.06);
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      to bottom,
      rgba(32, 25, 22, 0.26),
      rgba(32, 25, 22, 0.58)
    );
  z-index: 2;
  pointer-events: none;
}

.hero-content {
  position: relative;
  z-index: 3;
  max-width: 980px;
  margin: 0 auto;
  padding: 2rem;
  text-align: center;
}

.hero-tag {
  display: inline-block;
  margin-bottom: 1.2rem;
  padding: 0.55rem 1.15rem;
  border: 1px solid rgba(231, 210, 191, 0.75);
  border-radius: 999px;
  font-family: "Manrope", sans-serif;
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--wed-accent-soft);
  background: rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}

.hero-title {
  font-size: clamp(3rem, 6vw, 5.6rem);
  font-family: "Cormorant Garamond", serif;
  font-weight: 600;
  letter-spacing: 0.01em;
  line-height: 1.02;
  margin-bottom: 1rem;
  color: var(--wed-white);
  text-shadow: 0 4px 18px rgba(0, 0, 0, 0.28);
}

.hero-title::after {
  content: "";
  display: block;
  width: 84px;
  height: 1px;
  margin: 18px auto 0;
  background: rgba(255,255,255,0.55);
}

.hero-subtitle {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  letter-spacing: 0;
  line-height: 1.85;
  color: rgba(255,255,255,0.92);
  max-width: 640px;
  margin: 1.2rem auto 2.2rem;
}

.hero-buttons {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  justify-content: center;
}

.hero-carousel-control {
  z-index: 4;
  width: 8%;
  opacity: 0;
  transition: opacity 0.35s ease;
}

.hero-carousel-wrapper:hover .hero-carousel-control {
  opacity: 0.88;
}

.hero-carousel-control .carousel-control-prev-icon,
.hero-carousel-control .carousel-control-next-icon {
  width: 2.4rem;
  height: 2.4rem;
}

.hero-indicators {
  z-index: 4;
  bottom: 1.5rem;
}

.hero-indicators button {
  width: 10px;
  height: 10px;
  border: none;
  border-radius: 50%;
  margin: 0 6px;
  background-color: rgba(255, 255, 255, 0.45);
}

.hero-indicators .active {
  background-color: #ffffff;
}

/* =========================
   BUTTONS
========================= */
.hero-btn-primary,
.hero-btn-outline,
.btn-primary,
.btn-outline-gold,
.btn-outline-dark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0.95rem 1.8rem;
  border-radius: 999px;
  font-family: "Manrope", sans-serif;
  font-size: 0.8rem;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  transition: var(--wed-transition);
}

.hero-btn-primary,
.btn-primary {
  background: linear-gradient(135deg, var(--wed-accent), var(--wed-accent-soft));
  color: var(--wed-white);
  border: none;
  box-shadow: 0 14px 30px rgba(199, 162, 127, 0.26);
}

.hero-btn-primary:hover,
.btn-primary:hover,
.btn-primary:focus {
  background: linear-gradient(135deg, var(--wed-accent-deep), #d8b79b);
  color: var(--wed-white);
  transform: translateY(-2px);
  box-shadow: 0 18px 34px rgba(199, 162, 127, 0.32);
}

.hero-btn-outline,
.btn-outline-gold,
.btn-outline-dark {
  background: transparent;
  color: var(--wed-accent-deep);
  border: 1px solid var(--wed-accent);
}

.hero-btn-outline:hover,
.btn-outline-gold:hover,
.btn-outline-dark:hover,
.hero-btn-outline:focus,
.btn-outline-gold:focus,
.btn-outline-dark:focus {
  background: var(--wed-accent);
  border-color: var(--wed-accent);
  color: var(--wed-white);
  transform: translateY(-2px);
}

section h2 {
  font-size: clamp(2.1rem, 3vw, 3rem);
  font-weight: 600;
  margin-bottom: 1rem;
  letter-spacing: 0.01em;
}

section .lead {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
  color: var(--wed-text-muted);
  font-weight: 400;
  font-size: 1rem;
  letter-spacing: 0;
  line-height: 1.85;
}


.section-soft,
.section-white,
.section-dark {
  position: relative;
}

.section-soft {
  background: linear-gradient(180deg, #fcf8f4 0%, #f7f1eb 100%);
}

.section-white {
  background: var(--wed-surface);
}

.section-dark {
  background: linear-gradient(180deg, var(--wed-bg) 0%, var(--wed-bg-deep) 100%);
  color: var(--wed-white);
}

.section-dark h2,
.section-dark .lead,
.section-dark p,
.section-dark h5,
.section-dark span {
  color: var(--wed-white);
}

.section-divider {
  border-top: 1px solid rgba(199, 162, 127, 0.14);
}

.section-soft::before,
.section-white::before,
.section-dark::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.section-soft::before {
  background: radial-gradient(circle at top right, rgba(199, 162, 127, 0.08), transparent 30%);
}

.section-dark::before {
  background: radial-gradient(circle at top left, rgba(231, 210, 191, 0.06), transparent 25%);
}

.section-soft .container,
.section-white .container,
.section-dark .container {
  position: relative;
  z-index: 2;
}


.card {
  border: none;
  border-radius: var(--wed-radius-sm);
  overflow: hidden;
  background: var(--wed-surface-card);
  box-shadow: var(--wed-shadow);
  transition: var(--wed-transition);
}

.card:hover {
  transform: translateY(-8px);
  box-shadow: var(--wed-shadow-strong);
}

.card-body {
  padding: 2.2rem 2rem;
}

.card-title {
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.03em;
  color: var(--wed-text);
  margin-bottom: 0.9rem;
}

.card-text {
  color: var(--wed-text-muted);
  line-height: 1.85;
  font-size: 0.98rem;
}

.card .fw-bold {
  color: var(--wed-accent-deep);
  font-size: 1rem;
  letter-spacing: 0.04em;
}


.wed-icon {
  color: var(--wed-accent);
  font-size: 2rem;
  display: inline-block;
  margin-bottom: 0.5rem;
}




.portfolio-card {
  position: relative;
  overflow: hidden;
  border-radius: var(--wed-radius-md);
  box-shadow: 0 16px 36px rgba(63, 52, 47, 0.14);
  aspect-ratio: 2 / 3;
  background: transparent;
}

.portfolio-media {
  position: absolute;
  inset: 0;
  padding: 0;
}

.portfolio-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: var(--wed-radius-md);
  transform: scale(1);
  transition: transform 0.7s ease;
}

.portfolio-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 2rem;
  background: linear-gradient(
    to top,
    rgba(63, 52, 47, 0.72) 0%,
    rgba(63, 52, 47, 0.22) 45%,
    rgba(63, 52, 47, 0.02) 100%
  );
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  transform: translateY(100%);
  opacity: 0;
  transition: all 0.45s ease;
}

.portfolio-overlay .btn {
  transform: translateY(16px);
  opacity: 0;
  transition: all 0.35s ease;
}

.portfolio-card:hover .portfolio-overlay {
  transform: translateY(0);
  opacity: 1;
}

.portfolio-card:hover .portfolio-overlay .btn {
  transform: translateY(0);
  opacity: 1;
  transition-delay: 0.12s;
}

.portfolio-card:hover .portfolio-img {
  transform: scale(1.04);
}

.portfolio-name h5,
.portfolio-meta h5 {
  font-family: "Manrope", sans-serif;
  font-size: 1.35rem;
  font-weight: 700;
  margin-bottom: 0.2rem;
  letter-spacing: 0.03em;
}

.portfolio-name h5 {
  color: #fdf8f3;
}

.portfolio-name span,
.portfolio-meta span {
  display: inline-block;
  font-family: "Manrope", sans-serif;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.portfolio-name span {
  color: var(--wed-accent-soft);
}

.portfolio-meta {
  text-align: center;
}

.portfolio-meta h5 {
  color: var(--wed-text);
}

.portfolio-meta span {
  color: var(--wed-accent-deep);
}

.modern-portfolio-card {
  border-radius: 28px;
  aspect-ratio: 2 / 3;
  box-shadow: 0 18px 45px rgba(63, 52, 47, 0.12);
}

/* =========================
   PROCESS
========================= */
.process-step {
  background: var(--wed-surface-card);
  border-radius: 22px;
  padding: 2.2rem 1.5rem;
  height: 100%;
  box-shadow: var(--wed-shadow);
  transition: var(--wed-transition);
}

.process-step:hover {
  transform: translateY(-8px);
  box-shadow: var(--wed-shadow-strong);
}

.process-number {
  width: 60px;
  height: 60px;
  margin: 0 auto 1rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--wed-accent), var(--wed-accent-soft));
  color: var(--wed-white);
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.process-step h5 {
  margin-bottom: 0.8rem;
  color: var(--wed-text);
  font-size: 1.4rem;
}

.process-step p {
  margin-bottom: 0;
  color: var(--wed-text-muted);
  line-height: 1.8;
}

/* =========================
   BOOKING
========================= */
.section-booking {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
}

.section-booking::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to right,
    rgba(89, 72, 64, 0.82),
    rgba(110, 91, 82, 0.66)
  );
  z-index: 1;
}

.section-booking .container {
  position: relative;
  z-index: 2;
}

.booking-card {
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: var(--wed-radius-md);
  padding: 2rem;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  box-shadow: 0 18px 40px rgba(63, 52, 47, 0.22);
}

.booking-input {
  background: rgba(255, 255, 255, 0.97);
  border: 1px solid rgba(199, 162, 127, 0.18);
  border-radius: 14px;
  padding: 0.95rem 1rem;
  color: var(--wed-text);
  min-height: 56px;
}

.booking-input:focus {
  border-color: var(--wed-accent);
  box-shadow: 0 0 0 0.2rem rgba(199, 162, 127, 0.14);
}

.booking-input::placeholder {
  color: var(--wed-text-muted);
}


.section-contact-bg {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.section-contact-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to right,
    rgba(252, 248, 244, 0.58),
    rgba(252, 248, 244, 0.25)
  );
  z-index: 1;
}

.section-contact-bg .container,
.section-contact-bg .container-fluid {
  position: relative;
  z-index: 2;
}

.contact-info-card,
.contact-form-card {
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(199, 162, 127, 0.16);
  border-radius: var(--wed-radius-md);
  padding: 2rem;
  box-shadow: 0 20px 50px rgba(63, 52, 47, 0.10);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.contact-form-card {
  max-width: 720px;
}

.contact-lead {
  color: var(--wed-text-muted);
  line-height: 1.85;
}

.contact-detail {
  margin-bottom: 1.4rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(199, 162, 127, 0.12);
}

.contact-detail h6 {
  font-family: "Manrope", sans-serif;
  font-size: 0.76rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: var(--wed-accent-deep);
  margin-bottom: 0.45rem;
}

.contact-detail p {
  margin: 0;
  color: var(--wed-text);
  font-size: 1rem;
}

.contact-form-card textarea.booking-input {
  min-height: 160px;
  resize: vertical;
}


.about-image-wrap {
  position: relative;
}

.about-image {
  width: 100%;
  border-radius: var(--wed-radius-md);
  box-shadow: 0 18px 40px rgba(63, 52, 47, 0.12);
  object-fit: cover;
}

.about-text-block p {
  color: var(--wed-text-muted);
  line-height: 1.95;
  margin-bottom: 1.3rem;
}

.value-card {
  background: var(--wed-surface-card);
  border-radius: 22px;
  padding: 2rem 1.5rem;
  box-shadow: 0 12px 30px rgba(63, 52, 47, 0.06);
  transition: var(--wed-transition);
}

.value-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 16px 36px rgba(63, 52, 47, 0.10);
}

.value-icon {
  width: 58px;
  height: 58px;
  margin: 0 auto 1rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--wed-accent), var(--wed-accent-soft));
  color: #ffffff;
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  letter-spacing: 0.05em;
}

.value-card h5 {
  margin-bottom: 0.8rem;
  font-size: 1.45rem;
}

.value-card p {
  margin-bottom: 0;
  color: var(--wed-text-muted);
}

.about-feature-card {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(231, 210, 191, 0.18);
  border-radius: 22px;
  padding: 2rem 1.5rem;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  transition: var(--wed-transition);
}

.about-feature-card:hover {
  transform: translateY(-8px);
  background: rgba(255, 255, 255, 0.12);
}

.about-feature-card h5 {
  color: #ffffff;
  margin-bottom: 0.8rem;
  font-size: 1.45rem;
}

.about-feature-card p {
  color: rgba(255, 255, 255, 0.84);
  margin-bottom: 0;
}

/* =========================
   UTILITIES
========================= */
#packages {
  scroll-margin-top: 100px;
}

.py-lg-7 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.g-lg-6 {
  --bs-gutter-x: 3.5rem;
  --bs-gutter-y: 3.5rem;
}

.text-muted {
  color: var(--wed-text-muted) !important;
}

.bg-light {
  background-color: var(--wed-surface-soft) !important;
}

.border-top {
  border-top: 1px solid rgba(199, 162, 127, 0.14) !important;
}

.img-fluid.rounded.shadow {
  border-radius: var(--wed-radius-sm) !important;
  box-shadow: var(--wed-shadow) !important;
}

/* =========================
   REVEAL
========================= */
.reveal {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.8s ease, transform 0.8s ease;
  will-change: opacity, transform;
}

.reveal.active {
  opacity: 1;
  transform: translateY(0);
}

.reveal-delay-1 {
  transition-delay: 0.1s;
}

.reveal-delay-2 {
  transition-delay: 0.2s;
}

.reveal-delay-3 {
  transition-delay: 0.3s;
}

@media (prefers-reduced-motion: reduce) {
  .reveal,
  .reveal.active,
  .reveal-delay-1,
  .reveal-delay-2,
  .reveal-delay-3 {
    opacity: 1;
    transform: none;
    transition: none;
  }
}


footer {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background: var(--wed-bg);
  color: rgba(255, 255, 255, 0.76) !important;
  border-top: 1px solid rgba(231, 210, 191, 0.14);
}

footer i {
  color: #d9534f;
}



@media (max-width: 991.98px) {
  .luxury-nav .nav-link {
    margin-left: 0;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .luxury-nav .navbar-collapse {
    background: rgba(252, 248, 244, 0.98);
    padding: 1rem 0;
    border-top: 1px solid rgba(199, 162, 127, 0.12);
  }

  .hero-carousel-wrapper,
  #wedstackHeroCarousel,
  #wedstackHeroCarousel .carousel-inner,
  #wedstackHeroCarousel .carousel-item {
    min-height: 92vh;
  }

  .contact-hero,
  .about-hero {
    min-height: 62vh !important;
  }
}

@media (max-width: 768px) {
  .hero-content {
    padding: 1.5rem;
    max-width: 100%;
  }

  .hero-title {
    font-size: clamp(2.7rem, 10vw, 4.2rem);
  }

  .hero-subtitle {
    font-size: 0.98rem;
    line-height: 1.8;
  }

  .hero-buttons {
    flex-direction: column;
    width: 100%;
    align-items: center;
  }

  .hero-btn-primary,
  .hero-btn-outline,
  .btn-primary,
  .btn-outline-gold,
  .btn-outline-dark {
    width: 100%;
    max-width: 320px;
  }

  .hero-carousel-control {
    display: none;
  }

  .hero-carousel-wrapper,
  #wedstackHeroCarousel,
  #wedstackHeroCarousel .carousel-inner,
  #wedstackHeroCarousel .carousel-item,
  .hero-slide-bg {
    min-height: 92vh;
  }

  .card-body,
  .booking-card,
  .contact-info-card,
  .contact-form-card,
  .value-card,
  .about-feature-card {
    padding: 1.5rem;
  }

  .portfolio-meta h5,
  .portfolio-name h5 {
    font-size: 1.28rem;
  }
}

.portfolio-hero .hero-title,
.about-hero .hero-title,
.contact-hero .hero-title {
  font-size: clamp(2.4rem, 4.5vw, 4.3rem);
  line-height: 1.08;
  letter-spacing: 0.01em;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.portfolio-hero .hero-subtitle,
.about-hero .hero-subtitle,
.contact-hero .hero-subtitle {
  max-width: 680px;
  font-size: 1rem;
  line-height: 1.8;
  letter-spacing: 0;
}

.portfolio-hero .hero-tag,
.about-hero .hero-tag,
.contact-hero .hero-tag {
  font-size: 0.72rem;
  letter-spacing: 0.18em;
}

.card-title,
.value-card h5,
.about-feature-card h5,
.process-step h5,
.portfolio-meta h5,
.portfolio-name h5 {
  font-family: "Cormorant Garamond", serif;
  font-weight: 600;
  letter-spacing: 0.01em;
}

.hero-carousel-wrapper .hero-content {
  position: absolute;
  inset: 0;
  z-index: 3;
  max-width: 980px;
  margin: auto;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

header.masthead.luxury-hero .hero-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
header.masthead.luxury-hero.about-hero,
header.masthead.luxury-hero.contact-hero,
header.masthead.luxury-hero.portfolio-hero {
  min-height: 100vh !important;
  padding-top: var(--wed-navbar-height);
  padding-bottom: 0;
}
@media (max-width: 991.98px) {
  header.masthead.luxury-hero.about-hero,
  header.masthead.luxury-hero.contact-hero,
  header.masthead.luxury-hero.portfolio-hero {
    min-height: 78vh !important;
  }
}

@media (max-width: 768px) {
  header.masthead.luxury-hero.about-hero,
  header.masthead.luxury-hero.contact-hero,
  header.masthead.luxury-hero.portfolio-hero {
    min-height: 82vh !important;
  }
}