* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Poppins', sans-serif;
}

/* HEADER */
.header {
  position: sticky;
  top: 0;
  width: 100%;
  background: #ffffff;
  z-index: 999;
  box-shadow: 0 6px 20px rgba(0,0,0,0.06);
}

.header-inner {
  max-width: 1200px;
  margin: auto;
  padding: 18px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* NAV */
.nav {
  display: flex;
  gap: 30px;
}

.nav a {
  text-decoration: none;
  font-size: 15px;
  font-weight: 500;
  color: #000;
  position: relative;
}

.nav a::after {
  content: '';
  width: 0;
  height: 2px;
  background: #c28b62;
  position: absolute;
  left: 0;
  bottom: -6px;
  transition: 0.3s;
}

.nav a:hover::after {
  width: 100%;
}

/* LOGO IMAGE – INCREASED SIZE */
.logo img {
  height: 70px;
  width: auto;
  max-width: 200px;
  display: block;
}

/* TOGGLE */
.menu-toggle {
  display: none;
  font-size: 28px;
  background: none;
  border: none;
  cursor: pointer;
  color: #000;
}

/* MOBILE MENU */
.mobile-menu {
  position: fixed;
  top: 0;
  right: -100%;
  width: 80%;
  height: 100vh;
  background: #ffffff;
  display: flex;
  flex-direction: column;
  padding: 40px 30px;
  gap: 25px;
  transition: right 0.4s ease;
  z-index: 1000;
  box-shadow: -8px 0 30px rgba(0,0,0,0.1);
}

.mobile-menu.active {
  right: 0;
}

.mobile-menu a {
  text-decoration: none;
  font-size: 18px;
  color: #000;
  font-weight: 500;
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
}

/* CLOSE */
.close-btn {
  align-self: flex-end;
  font-size: 24px;
  background: none;
  border: none;
  cursor: pointer;
  color: #c28b62;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .nav {
    display: none;
  }

  .menu-toggle {
    display: block;
  }

  .header-inner {
    justify-content: space-between;
  }

  .logo {
    margin: 0;
  }

  .logo img {
    height: 64px;
    max-width: 180px;
  }
}




.wedding-footer {
  background: #fffaf7;
  padding: 0px 20px;
  text-align: center;
}

.footer-inner {
  max-width: 1200px;
  margin: auto;
}

.invite-text {
  font-family: 'Playfair Display', serif;
  font-size: 30px;
  line-height: 1.6;
  color: #c28b62;
  margin-bottom: 80px;
}

/* EVENTS LAYOUT */
.events-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 60px;
}

.event-block {
  max-width: 420px;
}

.event-title {
  display: block;
  font-size: 14px;
  letter-spacing: 3px;
  font-weight: 500;
  color: #c28b62;
  margin-bottom: 14px;
  text-transform: uppercase;
}

.event-date {
  font-family: 'Playfair Display', serif;
  font-size: 42px;
  color: #69835f;
  margin-bottom: 18px;
}

.event-date sup {
  font-size: 18px;
  vertical-align: super;
}

.venue {
  font-size: 17px;
  line-height: 1.7;
  color: #000;
}

/* DIVIDER */
.divider {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  color: #c28b62;
}

.divider span {
  width: 70px;
  height: 1px;
  background: #c28b62;
}

.desktop-divider {
  margin-top: 40px;
}

.mobile-divider {
  display: none;
  margin: 60px 0;
}

.footer-love {
  margin-top: 70px;
  font-family: 'Playfair Display', serif;
  font-size: 22px;
  color: #69835f;
}

/* MOBILE VIEW */
@media (max-width: 768px) {
  .invite-text {
    font-size: 22px;
    margin-bottom: 60px;
  }

  .events-wrapper {
    flex-direction: column;
    gap: 50px;
  }

  .event-date {
    font-size: 32px;
  }

  .venue {
    font-size: 16px;
  }

  .desktop-divider {
    display: none;
  }

  .mobile-divider {
    display: flex;
  }
}


.hero-video-section {
  position: relative;
  width: 100%;
  height: 90vh;
  overflow: hidden;
  background: #000;
}

.hero-video-section video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Dark overlay */
.video-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.25);
  z-index: 1;
}

/* Play with sound button */
.play-audio-btn {
  position: absolute;
  bottom: 24px;
  right: 24px;
  z-index: 2;
  background: rgba(0, 0, 0, 0.65);
  color: #fff;
  border: none;
  padding: 12px 18px;
  border-radius: 30px;
  font-size: 14px;
  cursor: pointer;
  backdrop-filter: blur(6px);
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.play-audio-btn:hover {
  transform: scale(1.05);
}

/* Mobile adjustments */
@media (max-width: 768px) {
  .hero-video-section {
    height: 90vh;
  }

  .play-audio-btn {
    bottom: 16px;
    right: 16px;
    font-size: 13px;
    padding: 10px 14px;
  }
}





.image-gallery{
  padding: clamp(28px, 4vw, 60px) 0;
  background: radial-gradient(1200px 600px at 20% 0%, rgba(255, 210, 230, 0.25), transparent 60%),
              radial-gradient(900px 500px at 90% 20%, rgba(215, 240, 255, 0.25), transparent 55%),
              #fff;
  font-family: Poppins, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
}

.image-gallery .ig-container{
  width: min(1200px, 92%);
  margin: 0 auto;
}

.image-gallery .ig-head{
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 18px;
}

.image-gallery .ig-title{
  font-size: clamp(22px, 2.8vw, 38px);
  line-height: 1.1;
  margin: 0 0 8px 0;
  letter-spacing: -0.4px;
  color: #121212;
}

.image-gallery .ig-subtitle{
  margin: 0;
  color: rgba(0,0,0,0.65);
  font-size: clamp(13px, 1.2vw, 15px);
  max-width: 62ch;
}

.image-gallery .ig-filters{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 18px 0 22px;
}

.image-gallery .ig-filter{
  appearance: none;
  border: 1px solid rgba(0,0,0,0.10);
  background: rgba(255,255,255,0.7);
  color: rgba(0,0,0,0.75);
  border-radius: 999px;
  padding: 10px 14px;
  font-size: 14px;
  cursor: pointer;
  transition: transform .2s ease, background .2s ease, border-color .2s ease, color .2s ease;
  backdrop-filter: blur(8px);
}

.image-gallery .ig-filter:hover{
  transform: translateY(-1px);
  border-color: rgba(0,0,0,0.20);
}

.image-gallery .ig-filter.active{
  background: #111;
  color: #fff;
  border-color: #111;
}

.image-gallery .ig-grid{
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 14px;
}

.image-gallery .ig-item{
  position: relative;
  overflow: hidden;
  border-radius: 18px;
  background: #f2f2f2;
  box-shadow: 0 10px 28px rgba(0,0,0,0.08);
  cursor: zoom-in;
  grid-column: span 4;
  aspect-ratio: 4 / 3;
}

.image-gallery .ig-item.ig-tall{
  grid-column: span 4;
  aspect-ratio: 3 / 4;
}

.image-gallery .ig-item.ig-wide{
  grid-column: span 8;
  aspect-ratio: 16 / 9;
}

.image-gallery .ig-item img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transform: scale(1.02);
  transition: transform .55s ease, filter .55s ease;
}

.image-gallery .ig-item::after{
  content:"";
  position:absolute;
  inset:0;
  background: linear-gradient(to top, rgba(0,0,0,0.20), rgba(0,0,0,0.00) 55%);
  opacity: 0;
  transition: opacity .35s ease;
}

.image-gallery .ig-item:hover img{
  transform: scale(1.10);
  filter: saturate(1.05) contrast(1.03);
}

.image-gallery .ig-item:hover::after{
  opacity: 1;
}

/* Responsive */
@media (max-width: 992px){
  .image-gallery .ig-item,
  .image-gallery .ig-item.ig-tall{ grid-column: span 6; }
  .image-gallery .ig-item.ig-wide{ grid-column: span 12; }
}

@media (max-width: 560px){
  .image-gallery .ig-grid{ gap: 10px; }
  .image-gallery .ig-item,
  .image-gallery .ig-item.ig-tall,
  .image-gallery .ig-item.ig-wide{ grid-column: span 12; border-radius: 16px; }
}

/* Lightbox */
.image-gallery .ig-lightbox{
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.85);
  display: none;
  place-items: center;
  z-index: 9999;
  padding: 20px;
}

.image-gallery .ig-lightbox.open{
  display: grid;
}

.image-gallery .ig-lightbox-img{
  max-width: min(1100px, 92vw);
  max-height: 82vh;
  border-radius: 16px;
  box-shadow: 0 18px 60px rgba(0,0,0,0.35);
}

.image-gallery .ig-close{
  position: absolute;
  top: 18px;
  right: 18px;
  width: 44px;
  height: 44px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.15);
  background: rgba(255,255,255,0.08);
  color: #fff;
  cursor: pointer;
  font-size: 18px;
}

.image-gallery .ig-nav{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 54px;
  height: 54px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.15);
  background: rgba(255,255,255,0.08);
  color: #fff;
  cursor: pointer;
  font-size: 30px;
  display: grid;
  place-items: center;
}

.image-gallery .ig-prev{ left: 18px; }
.image-gallery .ig-next{ right: 18px; }

@media (max-width: 560px){
  .image-gallery .ig-nav{ width: 46px; height: 46px; font-size: 26px; }
}



/* HERO SECTION */
.wedding-hero {
  position: relative;
  min-height: 80vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 80px 20px;
  text-align: center;
  overflow: hidden;
}

/* BACKGROUND VIDEO */
.wedding-hero video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  transform: translate(-50%, -50%);
  object-fit: cover;
  z-index: -2;
}

/* FALLBACK BACKGROUND IMAGE */
.wedding-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url('hero-bg.jpg') center / cover no-repeat;
  z-index: -3;
}

/* OVERLAY */
.wedding-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(255, 253, 252, 0.85) 0%,
    rgba(214, 214, 214, 0.95) 100%
  );
  z-index: -1;
}

/* CONTENT */
.hero-inner {
  max-width: 1100px;
  width: 100%;
}

/* INTRO TEXT */
.hero-intro {
  font-family: 'Playfair Display', serif;
  font-size: 32px;
  line-height: 1.6;
  color: #c28b62;
  margin-bottom: 20px;
}

/* SUB TITLE */
.hero-label {
  display: block;
  font-size: 14px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #c28b62;
  margin-bottom: 16px;
}

/* DATE */
.hero-date {
  font-family: 'Playfair Display', serif;
  font-size: 52px;
  color: #69835f;
  margin-bottom: 22px;
}

.hero-date sup {
  font-size: 20px;
  vertical-align: super;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .hero-intro {
    font-size: 22px;
  }

  .hero-date {
    font-size: 36px;
  }
}


/* PRELOADER BASE */
#wedding-preloader {
  position: fixed;
  inset: 0;
  background: radial-gradient(circle at top, #fffaf7, #ffffff);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  z-index: 99999;
  overflow: hidden;
  animation: preloaderFade 1s ease forwards;
  animation-delay: 5s;
}

/* RINGS */
.rings {
  position: relative;
  width: 180px;
  height: 100px;
  margin-bottom: 40px;
}

.ring {
  position: absolute;
  width: 90px;
  height: 90px;
  border: 6px solid #c28b62;
  border-radius: 50%;
  box-shadow: 0 0 25px rgba(194,139,98,0.4);
}

.ring-left {
  left: 0;
  animation: ringLeft 3s ease-in-out forwards;
}

.ring-right {
  right: 0;
  animation: ringRight 3s ease-in-out forwards;
}

/* TEXT */
.preloader-text {
  text-align: center;
  transform: translateY(20px);
  animation: textReveal 2s ease forwards;
  animation-delay: 2.5s;
  opacity: 0;
}

.small-text {
  font-family: 'Poppins', sans-serif;
  letter-spacing: 3px;
  color: #c28b62;
  margin-bottom: 10px;
}

.preloader-text h1 {
  font-family: 'Playfair Display', serif;
  font-size: 56px;
  color: #69835f;
}

.wedding-text {
  font-family: 'Playfair Display', serif;
  font-size: 26px;
  letter-spacing: 4px;
  color: #c28b62;
}

/* PETALS */
.petals span {
  position: absolute;
  top: -10%;
  width: 16px;
  height: 16px;
  background: #f3d6c6;
  border-radius: 50% 50% 50% 0;
  opacity: 0.7;
  animation: petalFall 6s linear infinite;
}

.petals span:nth-child(1) { left: 10%; animation-delay: 0s; }
.petals span:nth-child(2) { left: 30%; animation-delay: 1s; }
.petals span:nth-child(3) { left: 50%; animation-delay: 2s; }
.petals span:nth-child(4) { left: 70%; animation-delay: 3s; }
.petals span:nth-child(5) { left: 90%; animation-delay: 4s; }

/* ANIMATIONS */
@keyframes ringLeft {
  0% { transform: translateX(0) rotate(0deg); }
  50% { transform: translateX(45px) rotate(180deg); }
  100% { transform: translateX(35px) rotate(360deg); }
}

@keyframes ringRight {
  0% { transform: translateX(0) rotate(0deg); }
  50% { transform: translateX(-45px) rotate(-180deg); }
  100% { transform: translateX(-35px) rotate(-360deg); }
}

@keyframes textReveal {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes petalFall {
  0% {
    transform: translateY(0) rotate(0deg);
    opacity: 0;
  }
  10% { opacity: 0.7; }
  100% {
    transform: translateY(120vh) rotate(360deg);
    opacity: 0;
  }
}

@keyframes preloaderFade {
  to {
    opacity: 0;
    visibility: hidden;
  }
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .preloader-text h1 {
    font-size: 38px;
  }
  .wedding-text {
    font-size: 20px;
  }
}



/* OUR STORY SECTION */
.our-story {
  padding: 100px 20px;
  background: #ffffff;
}

.story-container {
  max-width: 1200px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 80px;
}

/* TEXT */
.story-content {
  flex: 1;
}

.story-label {
  display: inline-block;
  font-size: 14px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #c28b62;
  margin-bottom: 16px;
}

.story-title {
  font-family: 'Playfair Display', serif;
  font-size: 46px;
  color: #69835f;
  line-height: 1.3;
  margin-bottom: 30px;
}

.story-text {
  font-size: 17px;
  line-height: 1.8;
  color: #000;
  margin-bottom: 20px;
}

/* VIDEO */
.story-video {
  flex: 1;
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 25px 60px rgba(0,0,0,0.15);
}

.story-video iframe {
  width: 100%;
  height: 300px;
  border: 0;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .story-container {
    flex-direction: column;
    gap: 50px;
  }

  .story-title {
    font-size: 34px;
  }

  .story-text {
    font-size: 16px;
  }

  .our-story {
    padding: 70px 20px;
  }

  .story-video iframe {
    height: 240px;
    width: 350px;
  }
}




/* WEDDING EVENTS SECTION */
.wedding-events {
  padding: 40px 20px;
  background: #ffffff;
  text-align: center;
}

.events-container {
  max-width: 1200px;
  margin: auto;
}

/* HEADER */
.events-label {
  display: inline-block;
  font-size: 14px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #c28b62;
  margin-bottom: 16px;
}

.events-title {
  font-family: 'Playfair Display', serif;
  font-size: 46px;
  color: #69835f;
  margin-bottom: 60px;
}

/* SUB TITLE */
.events-subtitle {
  font-family: 'Playfair Display', serif;
  font-size: 32px;
  color: #c28b62;
  margin: 80px 0 40px;
}

/* GRID */
.events-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px;
}

/* CARD */
.event-card {
  background: #ffffff;
  padding: 50px 30px;
  border-radius: 16px;
  box-shadow: 0 20px 60px rgba(0,0,0,0.08);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.event-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 30px 80px rgba(0,0,0,0.12);
}

/* ICON */
.event-icon {
  font-size: 42px;
  margin-bottom: 20px;
}

/* TEXT */
.event-name {
  font-family: 'Playfair Display', serif;
  font-size: 28px;
  color: #c28b62;
  margin-bottom: 14px;
}

.event-date {
  font-size: 16px;
  color: #000;
  margin-bottom: 6px;
}

.event-time {
  font-size: 18px;
  font-weight: 500;
  color: #69835f;
  margin-bottom: 16px;
}

.event-venue {
  font-size: 16px;
  line-height: 1.7;
  color: #000;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .events-title {
    font-size: 32px;
  }

  .events-subtitle {
    font-size: 26px;
    margin: 60px 0 30px;
  }

  .events-grid {
    grid-template-columns: 1fr;
    gap: 35px;
  }

  .event-card {
    padding: 40px 24px;
  }

  .event-name {
    font-size: 24px;
  }
}





/* VENUE SECTION */
.venue-section {
  padding: 110px 20px;
  background: #ffffff;
  text-align: center;
}

.venue-container {
  max-width: 1200px;
  margin: auto;
}

/* HEADER */
.venue-label {
  display: inline-block;
  font-size: 14px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #c28b62;
  margin-bottom: 16px;
}

.venue-title {
  font-family: 'Playfair Display', serif;
  font-size: 46px;
  color: #69835f;
  margin-bottom: 80px;
}

/* GRID */
.venue-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 60px;
}

/* CARD */
.venue-card {
  background: #fffaf7;
  padding: 40px 30px 45px;
  border-radius: 16px;
  box-shadow: 0 20px 60px rgba(0,0,0,0.08);
}

/* TEXT */
.venue-name {
  font-family: 'Playfair Display', serif;
  font-size: 28px;
  color: #c28b62;
  margin-bottom: 12px;
}

.venue-hall {
  font-size: 18px;
  font-weight: 500;
  color: #000;
  margin-bottom: 8px;
}

.venue-address {
  font-size: 16px;
  line-height: 1.7;
  color: #000;
  margin-bottom: 25px;
}

/* MAP */
.venue-map iframe {
  width: 100%;
  height: 260px;
  border: 0;
  border-radius: 12px;
  margin-bottom: 25px;
}

/* BUTTON */
.venue-btn {
  display: inline-block;
  padding: 12px 30px;
  border-radius: 30px;
  background: #c28b62;
  color: #ffffff;
  font-size: 15px;
  text-decoration: none;
  transition: background 0.3s ease;
}

.venue-btn:hover {
  background: #69835f;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .venue-title {
    font-size: 34px;
    margin-bottom: 60px;
  }

  .venue-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .venue-map iframe {
    height: 220px;
  }
}




/* FAMILY SECTION */
.family-section {
  padding: 110px 20px;
  background: #fffaf7;
  text-align: center;
}

.family-container {
  max-width: 1100px;
  margin: auto;
}

/* HEADER */
.family-label {
  display: inline-block;
  font-size: 14px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #c28b62;
  margin-bottom: 16px;
}

.family-title {
  font-family: 'Playfair Display', serif;
  font-size: 46px;
  color: #69835f;
  margin-bottom: 80px;
}

/* GRID */
.family-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 60px;
}

/* CARD */
.family-card {
  background: #ffffff;
  padding: 50px 40px;
  border-radius: 18px;
  box-shadow: 0 20px 60px rgba(0,0,0,0.08);
}

/* TEXT */
.family-role {
  font-family: 'Playfair Display', serif;
  font-size: 28px;
  color: #c28b62;
  margin-bottom: 18px;
}

.family-name {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.7;
  color: #000;
  margin-bottom: 10px;
}

.family-desc {
  font-size: 15px;
  color: #69835f;
  margin-bottom: 22px;
}

/* DIVIDER */
.family-divider {
  width: 60px;
  height: 2px;
  background: #c28b62;
  margin: 0 auto 22px;
}

/* PLACE */
.family-place {
  font-size: 15px;
  line-height: 1.7;
  color: #000;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .family-title {
    font-size: 34px;
    margin-bottom: 60px;
  }

  .family-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .family-card {
    padding: 40px 25px;
  }

  .family-role {
    font-size: 24px;
  }
}



/* GALLERY SECTION */
.wedding-gallery {
  padding: 110px 20px;
  background: #ffffff;
  text-align: center;
}

.gallery-container {
  max-width: 1200px;
  margin: auto;
}

/* HEADER */
.gallery-label {
  display: inline-block;
  font-size: 14px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #c28b62;
  margin-bottom: 16px;
}

.gallery-title {
  font-family: 'Playfair Display', serif;
  font-size: 46px;
  color: #69835f;
  margin-bottom: 80px;
}

/* GRID */
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

/* IMAGE */
.gallery-item {
  overflow: hidden;
  border-radius: 16px;
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.6s ease;
}

.gallery-item:hover img {
  transform: scale(1.08);
}

/* RESPONSIVE */
@media (max-width: 992px) {
  .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .gallery-title {
    font-size: 34px;
    margin-bottom: 60px;
  }

  .gallery-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}


/* BLESSINGS SECTION */
.blessings-section {
  padding: 120px 20px;
  background: #f6f6f6;
  text-align: center;
}

.blessings-container {
  max-width: 900px;
  margin: auto;
}

/* LABEL */
.blessings-label {
  display: inline-block;
  font-size: 14px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #c28b62;
  margin-bottom: 18px;
}

/* TITLE */
.blessings-title {
  font-family: 'Playfair Display', serif;
  font-size: 46px;
  color: #69835f;
  line-height: 1.4;
  margin-bottom: 40px;
}

/* TEXT */
.blessings-text {
  font-size: 18px;
  line-height: 1.9;
  color: #000;
  margin-bottom: 22px;
}

/* DIVIDER */
.blessings-divider {
  width: 80px;
  height: 2px;
  background: #c28b62;
  margin: 50px auto;
}

/* SIGNATURE */
.blessings-sign {
  font-size: 18px;
  line-height: 1.8;
  color: #000;
}

.blessings-sign strong {
  display: block;
  font-family: 'Playfair Display', serif;
  font-size: 26px;
  color: #69835f;
  margin-top: 8px;
}

.blessings-sign span {
  display: block;
  font-size: 16px;
  color: #c28b62;
  margin-top: 6px;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .blessings-title {
    font-size: 34px;
  }

  .blessings-text {
    font-size: 16px;
  }

  .blessings-sign strong {
    font-size: 22px;
  }
}


.new-image-justify{
  padding: 50px 0;
  background: #fffaf7;
}

.new-image-justify .nij-grid{
  width: min(1320px, 94%);
  margin: auto;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-auto-rows: 220px;
  gap: 14px;
}

/* Base item */
.new-image-justify .nij-item{
  position: relative;
  overflow: hidden;
  border-radius: 18px;
  display: block;
}

.new-image-justify img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .6s ease;
}

/* Aspect variations */
.nij-vertical{ grid-column: span 4; grid-row: span 2; }
.nij-horizontal{ grid-column: span 8; grid-row: span 1; }
.nij-square{ grid-column: span 4; grid-row: span 1; }

/* Overlay */
.new-image-justify .nij-overlay{
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,.55);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity .35s ease;
}

.new-image-justify .nij-overlay span{
  color: #fff;
  font-size: 18px;
  letter-spacing: .4px;
  text-align: center;
}

.new-image-justify .nij-item:hover img{
  transform: scale(1.1);
}

.new-image-justify .nij-item:hover .nij-overlay{
  opacity: 1;
}

/* ===============================
   RESPONSIVE
================================ */
@media(max-width: 992px){
  .nij-vertical{ grid-column: span 6; }
  .nij-horizontal{ grid-column: span 12; }
  .nij-square{ grid-column: span 6; }
}

@media(max-width: 600px){
  .new-image-justify .nij-grid{
    grid-template-columns: repeat(1,1fr);
    grid-auto-rows: auto;
  }
  .nij-vertical,
  .nij-horizontal,
  .nij-square{
    grid-column: span 1;
    grid-row: span 1;
    height: auto;
  }
}




/* COMMON STYLES */
.new-venue,
.new-reception {
  padding: 80px 20px;
  background: #faf7f5;
}

.nv-container,
.nr-container {
  max-width: 1200px;
  margin: auto;
}

.nv-header,
.nr-header {
  text-align: center;
  margin-bottom: 50px;
}

.nv-label,
.nr-label {
  display: inline-block;
  font-size: 13px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #b28a5b;
  margin-bottom: 10px;
}

.nv-title,
.nr-title {
  font-size: 34px;
  line-height: 1.3;
  color: #2c2c2c;
}

/* CARD */
.nv-card,
.nr-card {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 40px;
  background: #fff;
  padding: 40px;
  border-radius: 20px;
  box-shadow: 0 20px 40px rgba(0,0,0,0.08);
}

/* INFO */
.nv-info h3,
.nr-info h3 {
  font-size: 24px;
  margin-bottom: 15px;
}

.nv-address,
.nr-address {
  font-size: 16px;
  line-height: 1.7;
  color: #555;
  margin-bottom: 25px;
}

/* BUTTON */
.nv-btn,
.nr-btn {
  display: inline-block;
  padding: 12px 28px;
  background: #b28a5b;
  color: #fff;
  border-radius: 30px;
  text-decoration: none;
  font-size: 14px;
  transition: transform 0.2s ease, background 0.2s ease;
}

.nv-btn:hover,
.nr-btn:hover {
  background: #9e7546;
  transform: translateY(-2px);
}

/* MAP */
.nv-map iframe,
.nr-map iframe {
  width: 100%;
  height: 320px;
  border: 0;
  border-radius: 14px;
}

/* RESPONSIVE */
@media (max-width: 900px) {
  .nv-card,
  .nr-card {
    grid-template-columns: 1fr;
    padding: 25px;
  }

  .nv-title,
  .nr-title {
    font-size: 28px;
  }
}



.hero-image {
  height: 90vh;
  width: 100%;
  background-image: url("images/hero-banner.webp"); /* Desktop Image */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

/* Bottom center box */
.hero-content {
  width: 500px;
  background: #ffffff;
  text-align: center;
  padding: 25px 20px;
  margin-bottom: 30px;
  border-radius: 8px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

/* Text styles */
.hero-content h1 {
  color: green;
  font-size: 28px;
  margin-bottom: 10px;
}

.hero-content h2 {
  color: orange;
  font-size: 26px;
  line-height: 1.4;
}

/* Optional accent text */
.hero-content span {
  color: yellow;
}

/* Tablet View */
@media (max-width: 1024px) {
  .hero-image {
    background-image: url("images/hero-mobile-banner.webp");
  }
}

/* Mobile View */
@media (max-width: 768px) {
  .hero-image {
    background-image: url("images/hero-mobile-banner.webp");
  }

  .hero-content {
    width: 90%;
    padding: 20px 15px;
  }

  .hero-content h1 {
    font-size: 22px;
  }

  .hero-content h2 {
    font-size: 20px;
  }
}



/* Floating Wedding Card Button */
.floating-wedding-btn {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  writing-mode: vertical-rl;
  text-orientation: mixed;
  background: linear-gradient(45deg, #ff4d6d, #ff8fab);
  color: #ffffff;
  padding: 15px 10px;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  border-radius: 12px 0 0 12px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
  z-index: 999;
  transition: 0.3s ease-in-out;
  animation: blinkBg 1.2s infinite alternate;
}

/* Hover Effect */
.floating-wedding-btn:hover {
  background: linear-gradient(45deg, #ff006e, #fb5607);
  transform: translateY(-50%) scale(1.05);
}

/* Blinking Animation */
@keyframes blinkBg {
  0% {
    background: linear-gradient(45deg, #ff4d6d, #ff8fab);
  }
  100% {
    background: linear-gradient(45deg, #ff006e, #fb5607);
  }
}

/* Tablet */
@media (max-width: 1024px) {
  .floating-wedding-btn {
    font-size: 16px;
    padding: 12px 8px;
  }
}

/* Mobile */
@media (max-width: 768px) {
  .floating-wedding-btn {
    font-size: 14px;
    padding: 10px 6px;
    border-radius: 10px 0 0 10px;
  }
}
