/* ══════════════════════════════════════════════════
   PURA VIDA CASAS — weddings.css
   ══════════════════════════════════════════════════ */

:root {
  --teal: #4a9b8c;
  --teal-dk: #357a6d;
  --brown: #3d2b1a;
  --gold: #c5a16d;
  --text-dark: #2c2016;
  --text-mid: #5a4535;
  --off-white: #f8f5f0;
  --cream: #f2ede6;
}

body.weddings-page {
  background-color: white;
  font-family: 'Raleway', sans-serif;
  color: var(--text-dark);
  padding-top: 70px;
  overflow-x: hidden;
}

/* --- NAVBAR Override --- */
body.weddings-page #mainNav {
  background: rgba(10, 26, 22, 0.97) !important;
  backdrop-filter: blur(14px) !important;
}

/* --- Wedding Hero --- */
.wedding-hero {
  /* height: 90vh; */
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url('https://images.unsplash.com/photo-1519741497674-611481863552?w=1800&auto=format&fit=crop&q=80') center/cover no-repeat;
  color: white;
  padding: 39px;
}

.wedding-cta-row {
  display: flex;
  justify-content: space-between;
  text-align: center;
}

.wedding-icon img {
  width: 122px;
  text-align: center;
  margin: 0 auto;
}

.btn-wedding-outline {
  border: 1px solid var(--bs-black);
  font-weight: 600;
  margin-top: 11px;
  color: var(--bs-black);
  padding: 8px 21px;
  transition: all .3s ease-in-out;
}

.btn-wedding-outline:hover {
  background-color: var(--bs-black);
  color: var(--cream);
  border-color: var(--bs-black);
}

.start {
  margin-top: 74px;
  text-align: center;
}

.wedding-cta-grid-section {
  margin-top: 30px;
}

.hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.5));
}

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

.hero-logo-small {
  max-width: 120px;
  filter: brightness(0) invert(1);
}

.hero-brand {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.5rem;
  text-transform: uppercase;
  letter-spacing: 0.4em;
  font-weight: 300;
  margin-bottom: 5px;
}

.hero-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(3.5rem, 8vw, 6.5rem);
  font-weight: 400;
  margin-bottom: 10px;
}

.hero-tagline {
  font-size: 1rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  font-weight: 400;
  opacity: 0.9;
}

.btn-luxury-outline {
  padding: 14px 35px;
  border: 1px solid white;
  color: white;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-size: 0.75rem;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.4s ease;
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(4px);
}

.btn-luxury-outline:hover {
  background: white;
  color: var(--brown);
}

/* --- Breadcrumb --- */
.breadcrumb-nav-wrap {
  padding: 136px 0;
  background-position: center, !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

.wedding-bread img {
  width: 530px;
  margin: 0 auto;

}

.wedding-bread h2 {
  color: var(--off-white);
  font-weight: 500;
  font-size: 44px;
}

.breadcrumb-custom {
  list-style: none;
  display: flex;
  padding: 4px;
  margin: 4px;
  font-size: 0.72rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  font-weight: 600;
}

.breadcrumb-item-custom a {
  color: var(--text-mid);
  text-decoration: none;
}

.breadcrumb-item-custom.divider {
  margin: 0 12px;
  color: #ccc;
}

.breadcrumb-item-custom.active {
  color: var(--teal);
}

/* --- Wedding Intro --- */
.wedding-intro {
  padding: 100px 0;
  background: linear-gradient(193deg, #e9a2b2, #eecdbe);
}

.intro-heading {
  font-size: 0.95rem;
  letter-spacing: 0.35em;
  color: var(--teal);
  font-weight: 700;
  margin-bottom: 20px;
}

.intro-subheading {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2rem, 4vw, 3rem);
  color: var(--brown);
  margin-bottom: 30px;
  font-style: italic;
}

.intro-divider {
  width: 60px;
  height: 2px;
  background: var(--gold);
  margin: 0 auto 40px;
}

.intro-text {

  margin: 0 auto;
  font-size: 1.1rem;
  line-height: 1.9;
  color: var(--text-mid);
}

.feature-icons-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  text-align: center;
}

.feature-item {
  padding: 30px;
}

.f-icon {
  font-size: 2.2rem;
  color: var(--gold);
  margin-bottom: 15px;
}

.feature-item h5 {
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-weight: 700;
  margin-bottom: 10px;
  color: var(--brown);
}

.feature-item p {
  font-size: 0.85rem;
  color: var(--text-mid);
}


/* Stats Bar */
.sv-stats-bar {
  position: relative;
  width: 100%;
  background: #bd8f90;
  /* Dark teal from screenshot */
  padding: 0;
  bottom: 0;
  z-index: 10;
}

.sv-stats-bar__inner {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}

.sv-stat {
  flex: 1 1 120px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 1.2rem 1rem;
  text-align: center;
}

.sv-stat--divider {
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}

.sv-stat__num {
  font-family: var(--sv-font-head);
  font-size: 1.6rem;
  font-weight: 500;
  color: #fff;
  line-height: 1;
  margin-bottom: 0.25rem;
}

.sv-stat__label {
  font-family: var(--sv-font-body);
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.6);
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.sv-stat svg {
  width: 50px;
  height: 50px;
  color: #ffffff;
}

/* --- Quotes Section --- */
.wedding-quotes {
  padding: 120px 0;
  background: #f7f2e8;
}

.quote-row {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.8fr);
  align-items: center;
  gap: 80px;
}

.quote-row.reverse {
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
}

.villa-tab {
  flex: 1;
  min-width: 120px;
  padding: 18px 20px;
  font-family: 'Raleway', sans-serif;
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #9a8a78;
  background: transparent;
  border: none;
  border-bottom: 3px solid transparent;
  cursor: pointer;
  transition: color 0.25s, border-color 0.25s;
  white-space: nowrap;
  text-align: center;
  border-radius: 0;
}

.quote-row.reverse .quote-text-col {
  grid-column: 2;
  grid-row: 1;
}

.quote-row.reverse .quote-img-col {
  grid-column: 1;
  grid-row: 1;
}

.quote-main {
  font-family: 'Cormorant Garamond', serif;
  font-size: 2.2rem;
  font-style: italic;
  color: var(--brown);
  margin-bottom: 20px;
  line-height: 1/4;
  line-height: 1.4;
}

.quote-sub {
  font-size: 1.4rem;
  font-family: 'Raleway', sans-serif;
  color: var(--text-mid);
  margin-bottom: 30px;
  max-width: 450px;
}

.quote-highlight {
  font-size: 1rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--teal);
}

.quote-testimonial {
  font-family: 'Cormorant Garamond', serif;
  font-size: 2.2rem;
  line-height: 1.4;
  font-style: italic;
  color: var(--brown);
  margin-bottom: 20px;
}

.quote-conclusion {
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: var(--text-mid);
}

.quote-img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  border-radius: 4px;
  box-shadow: 20px 20px 0 var(--off-white);
}

.mt-100 {
  margin-top: 100px;
}

/* --- Event Spaces --- */
.event-spaces {
  padding: 100px 0;
  background-color: var(--off-white);
}

.section-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 3rem;
  margin-bottom: 60px;
  color: var(--brown);
}

.spaces-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.space-card {
  position: relative;
  aspect-ratio: 4/3;
  overflow: hidden;
  border-radius: 8px;
}

.space-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.space-card:hover img {
  transform: scale(1.1);
}

.space-label {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.7));
  color: white;
  font-size: 1rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 600;
}

.space-label span {
  font-size: 12px;
  color: var(--bs-info-border-subtle);
}

.location {
  margin-top: 50px;
  text-align: center;
}

.location .btn-link-white {
  color: var(--brown);
  text-decoration: none;
  font-weight: 700;
  font-size: 0.9rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  border: 1px solid var(--brown);
  padding-bottom: 5px;
  transition: border-color 0.3s;
  padding: 12px 41px;
}

.location .btn-link-white:hover {
  background-color: var(--brown);
  color: var(--cream);
  border-color: var(--brown);
}

.united {
  margin: 0 auto;
  text-align: center;
  margin: 74px 0 26px;
}

.united a {

  margin: 10px;
}

.united .tt a {
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  padding: 23px 30px;
  border-radius: 5px;
  color: var(--bs-green);
}

.event-fees {
  padding: 100px 0;
  background: var(--cream);
}

.event-fees h2 {
  font-size: 60px;
  font-weight: 700;
}

.boxes {
  background: #f4eee8;
  padding: 32px;
  border: 1px solid #11111114;
  border-radius: 28px;
  height: 100%;
}

.boxes p {
  color: #707070;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 2px;
  font-size: 14px;
  margin-bottom: 10px;
}

.boxes h3 {
  font-size: 40px;
  font-weight: 700;
  color: black;
  line-height: 1;
  font-family: 'bootstrap-icons';
}

.boxes h3 span {
  font-size: 16px;
  font-weight: 400;
  font-family: 'Raleway', sans-serif;
}

.boxes ul li {
  font-size: 14px;
  color: black;
  font-weight: 600;
  padding-bottom: 10px;
}

.boxes ul li i {
  color: #c9a227;
  margin-right: 5px;
}

.boxes.green {
  background: #0b3b2c;
  color: white !important;
  position: relative;
}

.boxes.green p {
  color: var(--cream);
}

.boxes.green h3 {
  color: var(--cream);
}

.boxes.ig h3 {
  font-size: 30px;
}

.boxes h3 i {
  font-size: 24px;
  color: #c9a227;
}

.boxes.green ul li {
  color: var(--cream);
}

.popular {
  position: absolute;
  top: -13px;
  background: #c9a227;
  color: black !important;
  padding: 6px 10px;
  border-radius: 30px;
  font-size: 12px !important;
  left: 99px;
}

.ocean-special {
  background: var(--teal);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 40px;
  color: white;
}

.ocean-text h3 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.8rem;
  margin-bottom: 25px;
}

section.got {
  padding: 50px 0;
  /* background: var(--cream); */
  text-align: center;
}

.btn-link-white {
  color: white;
  text-decoration: none;
  font-weight: 700;
  font-size: 0.8rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  padding-bottom: 5px;
  transition: border-color 0.3s;
}

.form {
  background: #12211d;
  padding: 100px 0;
}

.form h2 {
  font-size: 2.5rem;
  color: var(--cream);
}

.form p {
  color: var(--cream);
}

.form ul li a {
  color: var(--cream);
  letter-spacing: 2px;
  padding: 7px 0;
  display: block;
  font-weight: 600;
}

.forms {
  background: var(--cream);
  padding: 30px;
  border-radius: 21px;
}

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  width: 100%;
  border-radius: 30px;
  padding: 5px 20px;
  border: 1px solid #00000017;
}

label {
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 7px;
}

.forms button {
  background: #12211d;
  color: var(--cream);
  font-weight: 600;
}

.btn-link-white:hover {
  border-color: white;
  color: white;
}

/* --- Wedding Gallery Slider --- */
.wedding-gallery {
  padding: 100px 0;
  overflow: hidden;
}

.gallery-slider {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  gap: 15px;
  padding-bottom: 20px;
  scroll-behavior: smooth;
  cursor: grab;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}

.gallery-slider::-webkit-scrollbar {
  display: none;
}

.gallery-slider:active {
  cursor: grabbing;
}

.gallery-item {
  flex: 0 0 auto;
  width: 380px;
  height: 380px;
  overflow: hidden;
  border-radius: 4px;
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s ease;
  pointer-events: none;
  /* Allows smoother dragging */
}

.gallery-item:hover img {
  transform: scale(1.08);
}

.gallery-slider-nav {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 15px;
}

.wg-arrow {
  background: white;
  border: 1px solid var(--text-mid);
  color: var(--text-mid);
  width: 45px;
  height: 45px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  cursor: pointer;
  transition: all 0.3s;
}

.wg-arrow:hover {
  background: var(--text-mid);
  color: white;
}

.btn-luxury-dark {
  padding: 15px 40px;
  background: var(--brown);
  color: white;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-size: 0.8rem;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.3s;
  display: inline-block;
}

.btn-luxury-dark:hover {
  background: var(--teal);
  color: white;
  transform: translateY(-5px);
}

/* --- Reveal Animation --- */
.reveal {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.8s ease;
}

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

/* --- Responsive --- */
@media (max-width: 991px) {
  .feature-icons-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .quote-row {
    grid-template-columns: 1fr;
    text-align: center;
    gap: 40px;
  }

  .quote-row.reverse .quote-text-col,
  .quote-row.reverse .quote-img-col {
    grid-column: 1;
  }

  .spaces-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .gallery-item {
    width: 280px;
    height: 280px;
  }
}

@media (max-width: 767px) {
  .feature-icons-grid {
    grid-template-columns: 1fr;
  }

  .spaces-grid {
    grid-template-columns: 1fr;
  }

  .gallery-item {
    width: 240px;
    height: 240px;
  }

  .hero-title {
    font-size: 3.5rem;
  }
}

/* --- Wedding Vendors --- */
.wedding-vendors-section {
  padding: 100px 0;
  background-color: white;
}

.vendors-image-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-bottom: 50px;
}

.v-img-item {
  overflow: hidden;
}

.v-img-item img {
  width: 100%;
  aspect-ratio: 3/2;
  object-fit: cover;
  display: block;
  transition: transform 0.6s ease;
}

.v-img-item:hover img {
  transform: scale(1.05);
}

.planning-cta {
  font-size: 0.8rem;
  letter-spacing: 0.2em;
  font-weight: 700;
  margin-bottom: 30px;
  color: var(--text-mid);
  text-transform: uppercase;
}

.vendors-desc {
  font-size: 1.25rem;
  line-height: 1.8;
  color: var(--text-dark);
  max-width: 1100px;
  margin: 0 auto;
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
}

@media (max-width: 991px) {
  .vendors-image-grid {
    grid-template-columns: 1fr;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }

  .vendors-desc {
    font-size: 1.1rem;
  }
}