.elementor-120 .elementor-element.elementor-element-8d7d779{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-120 .elementor-element.elementor-element-21edb6f{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-120 .elementor-element.elementor-element-646e61d{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-120 .elementor-element.elementor-element-2a82023{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-120 .elementor-element.elementor-element-1719bdd{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-120 .elementor-element.elementor-element-24b71fc{--display:flex;--min-height:0px;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-120 .elementor-element.elementor-element-d90d966{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-120 .elementor-element.elementor-element-d90d966 img{max-width:100%;border-radius:0px 0px 0px 0px;}.elementor-120 .elementor-element.elementor-element-410c80d{--display:flex;}@media(max-width:767px){.elementor-120 .elementor-element.elementor-element-24b71fc{--min-height:0px;}}/* Start custom CSS for html, class: .elementor-element-6b48a65 *//* ==========================================================================
   NINE EVENTS — WEDDINGS PAGE: SECTION 01 — GRAND WEDDING HERO (PASTEL THEME)
   Stylesheet: section-01-hero.css
   Pastel Editorial Palette, Golden Groove Border ONLY on Photo Cutouts, Pure White Image Badges
   ========================================================================== */

.nw-section-01.nw-pastel-hero {
  position: relative;
  min-height: 100vh;
  padding: 120px 5% 80px 5%;
  display: flex;
  align-items: center;
  background: radial-gradient(circle at 65% 25%, #FAF2EF 0%, #F5E6EC 45%, #EFE0D7 100%);
  color: #4A0E23;
  overflow: hidden;
}

/* Ambient Soft Pastel Background Glow & Reveal */
.nw-pastel-reveal-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(253, 247, 244, 0.4) 0%, rgba(245, 230, 236, 0.85) 100%);
  z-index: 1;
  pointer-events: none;
}

.nw-pastel-hero-glow {
  position: absolute;
  top: -10%;
  right: 5%;
  width: 550px;
  height: 550px;
  background: radial-gradient(circle, rgba(245, 205, 217, 0.6) 0%, rgba(212, 156, 116, 0.25) 50%, transparent 70%);
  z-index: 1;
  filter: blur(80px);
  pointer-events: none;
  animation: nwPastelGlowPulse 8s ease-in-out infinite alternate;
}

@keyframes nwPastelGlowPulse {
  0% { opacity: 0.45; transform: scale(0.9); }
  100% { opacity: 0.95; transform: scale(1.15); }
}

.nw-hero-container {
  max-width: 1400px;
  margin: 0 auto;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
  position: relative;
  z-index: 2;
}

.nw-hero-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

/* 1. TEXT SWIPE IN KEYFRAME ANIMATION (STEP 1) */
@keyframes nwTextSwipeIn {
  0% {
    opacity: 0;
    transform: translateX(-40px) translateY(10px);
  }
  100% {
    opacity: 1;
    transform: translateX(0) translateY(0);
  }
}

.nw-text-swipe {
  opacity: 0;
  animation: nwTextSwipeIn 0.9s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

/* Staggered Delays for Text Elements */
.nw-breadcrumb.nw-text-swipe { animation-delay: 0.1s; }
.nw-eyebrow.nw-text-swipe { animation-delay: 0.25s; }
.nw-pastel-h1.nw-text-swipe { animation-delay: 0.4s; }
.nw-pastel-lead.nw-text-swipe { animation-delay: 0.55s; }
.nw-hero-cta-group.nw-text-swipe { animation-delay: 0.7s; }
.nw-pastel-highlights.nw-text-swipe { animation-delay: 0.85s; }

/* Pastel Typography & Component Styling */
.nw-pastel-hero .nw-breadcrumb {
  font-size: 0.8rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(74, 14, 35, 0.75);
  margin-bottom: 1.5rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.nw-pastel-hero .nw-breadcrumb a {
  color: #5A1028;
  font-weight: 600;
  text-decoration: none;
}

.nw-pastel-hero .nw-eyebrow {
  background: rgba(245, 230, 236, 0.9);
  border: 1px solid rgba(212, 156, 116, 0.45);
  padding: 0.45rem 1.1rem;
  border-radius: 4px;
  color: #5A1028;
  font-weight: 700;
  box-shadow: 0 4px 15px rgba(90, 16, 40, 0.08);
}

.nw-pastel-h1 {
  color: #4A0E23;
  font-family: var(--nw-font-serif, 'Cormorant Garamond', Georgia, serif);
  font-size: clamp(2.5rem, 5.2vw, 4.8rem);
  font-weight: 400;
  line-height: 1.08;
  margin-bottom: 1.5rem;
  letter-spacing: -0.01em;
  text-shadow: 0 4px 20px rgba(90, 16, 40, 0.08);
}

.nw-pastel-lead {
  color: #3D1C28;
  font-size: clamp(1rem, 1.25vw, 1.2rem);
  font-weight: 400;
  max-width: 640px;
  line-height: 1.7;
  margin-bottom: 2.25rem;
}

/* Separate Clean Box Wrappers for Buttons */
.nw-hero-cta-group {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem;
  align-items: center;
}

.nw-cta-box-wrapper {
  padding: 0.25rem;
  border-radius: 6px;
  display: inline-flex;
}

.nw-btn-pastel-primary {
  background: linear-gradient(135deg, #771432 0%, #5A1028 100%);
  color: #FFFDF8;
  border: 1px solid rgba(212, 156, 116, 0.5);
  padding: 1.05rem 2.2rem;
  border-radius: 4px;
  text-decoration: none;
  font-weight: 600;
  box-shadow: 0 8px 25px rgba(90, 16, 40, 0.2);
  transition: all 0.35s ease;
}

.nw-btn-pastel-primary:hover {
  background: linear-gradient(135deg, #991D43 0%, #771432 100%);
  transform: translateY(-3px);
  box-shadow: 0 12px 30px rgba(212, 156, 116, 0.35);
  color: #ffffff;
}

.nw-btn-pastel-secondary {
  background: rgba(255, 253, 248, 0.95);
  color: #5A1028;
  border: 1.5px solid #D49C74;
  padding: 1.05rem 2.2rem;
  border-radius: 4px;
  text-decoration: none;
  font-weight: 600;
  box-shadow: 0 4px 15px rgba(90, 16, 40, 0.08);
  transition: all 0.35s ease;
}

.nw-btn-pastel-secondary:hover {
  background: #FEF1DE;
  color: #771432;
  transform: translateY(-3px);
  border-color: #5A1028;
}

/* Trust Highlight Items */
.nw-pastel-highlights {
  color: #4A0E23;
  margin-top: 2.25rem;
  display: flex;
  gap: 1.25rem;
  flex-wrap: wrap;
}

.nw-pastel-highlights .nw-highlight-item {
  color: #5A1028;
  font-weight: 600;
  font-size: 0.82rem;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.45rem 0.85rem;
  background: rgba(245, 230, 236, 0.5);
  border: 1px solid rgba(212, 156, 116, 0.3);
  border-radius: 4px;
  transition: all 0.3s ease;
}

.nw-pastel-highlights .nw-highlight-item:hover {
  border-color: #D49C74;
  transform: translateY(-2px);
}

/* 2. GEOMETRIC OVAL SHAPE WITH EXPANDED DISTANCE & SPACING */
/* 2. GEOMETRIC OVAL SHAPE WITH EXPANDED DISTANCE & SPACING */
.nw-hero-visual-pastel {
  position: relative;
  width: 100%;
  height: 640px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.nw-hero-shapes-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 1;
}

@keyframes nwShapesFadeIn {
  0% {
    opacity: 0;
    transform: scale(0.85) rotate(-5deg);
  }
  100% {
    opacity: 1;
    transform: scale(1) rotate(0deg);
  }
}

.nw-shape-fade {
  opacity: 0;
  animation: nwShapesFadeIn 1.2s cubic-bezier(0.16, 1, 0.3, 1) 0.7s forwards;
}

/* Oval Backdrop Shape with Distinct Clearance & Spacing */
.nw-shape-oval {
  position: absolute;
  top: 2%;
  right: 2%;
  width: 500px;
  height: 560px;
  border-radius: 50%;
  border: 1.5px solid rgba(212, 156, 116, 0.35);
  background: radial-gradient(circle at 40% 30%, rgba(245, 218, 226, 0.45) 0%, rgba(254, 241, 222, 0.25) 70%, transparent 100%);
  backdrop-filter: blur(10px);
  box-shadow: 0 20px 50px rgba(90, 16, 40, 0.06);
  animation: nwShapesFadeIn 1.2s cubic-bezier(0.16, 1, 0.3, 1) 0.7s forwards, nwFloatOval 8s ease-in-out 1.9s infinite alternate;
}

@keyframes nwFloatOval {
  0% { transform: translateY(0) rotate(0deg); }
  100% { transform: translateY(-15px) rotate(3deg); }
}

/* 3. 3 PNG PHOTO CUTOUTS — GOLDEN GROOVE BORDER STRICTLY APPLIED TO PHOTOS ONLY */
.nw-png-cutout-container {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 2;
}

@keyframes nwPngSwipeIn {
  0% {
    opacity: 0;
    transform: translateY(60px) scale(0.92);
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

.nw-png-cutout {
  position: absolute;
  opacity: 0;
  animation: nwPngSwipeIn 1.1s cubic-bezier(0.16, 1, 0.3, 1) forwards;
  transition: transform 0.45s ease;
}

.nw-png-cutout:hover {
  z-index: 10 !important;
  transform: scale(1.05) translateY(-6px) !important;
}

/* Photo Cutout Frame — STRICT 3px GROOVE GOLDEN BORDER ON PHOTOS ONLY */
.nw-cutout-frame.nw-photo-groove {
  position: relative;
  border-radius: 6px;
  overflow: hidden;
  background: #FFFDF8;
  border: 3px groove #D49C74 !important; /* Golden Groove Border strictly on photos */
  box-shadow: 0 20px 45px rgba(90, 16, 40, 0.18), 0 0 20px rgba(212, 156, 116, 0.3);
  transition: border-color 0.35s ease, box-shadow 0.35s ease;
}

.nw-cutout-frame.nw-photo-groove:hover {
  border-color: #E8C2A8 !important;
  box-shadow: 0 25px 55px rgba(90, 16, 40, 0.28), 0 0 30px rgba(212, 156, 116, 0.5);
}

.nw-cutout-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.6s ease;
}

.nw-cutout-frame:hover img {
  transform: scale(1.08);
}

/* Image Tag & Caption Small Buttons — PURE CRISP WHITE TEXT & ICON */
.nw-cutout-label {
  position: absolute;
  bottom: 0.75rem;
  left: 0.75rem;
  background: rgba(90, 16, 40, 0.92);
  border: 1px solid var(--nw-warm-gold);
  color: #FFFFFF !important; /* Crisp White Text */
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  padding: 0.35rem 0.75rem;
  border-radius: 4px;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.3);
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
}

.nw-cutout-label svg {
  color: #FFFFFF !important; /* Pure White SVG Icon */
}

/* 3 PNG Photo Cutout Positions — BIGGER DIMENSIONS (DESKTOP) */
.nw-cutout-1 {
  top: 4%;
  left: 0%;
  width: 310px;
  height: 205px;
  transform: rotate(-3deg);
  animation-delay: 1.1s;
  z-index: 3;
}

.nw-cutout-2 {
  top: 20%;
  right: 0%;
  width: 370px;
  height: 250px;
  transform: rotate(3deg);
  animation-delay: 1.3s;
  z-index: 4;
}

.nw-cutout-3 {
  top: 50%;
  left: 12%;
  width: 320px;
  height: 210px;
  transform: rotate(-2deg);
  animation-delay: 1.5s;
  z-index: 5;
}

/* Explore Scroll Option (Hidden globally across PC, Tablet & Mobile) */
.nw-pastel-scroll,
.nw-scroll-indicator {
  display: none !important;
}

/* Responsive Tablet Adaptation for Section 01 (Bigger Photo Cutouts & Compact Spacing) */
@media (max-width: 1024px) {
  .nw-section-01.nw-pastel-hero {
    padding: 85px 5% 25px 5% !important;
    min-height: auto !important;
    height: auto !important;
  }

  .nw-hero-container {
    grid-template-columns: 1fr;
    gap: 1.5rem;
    text-align: center;
  }

  .nw-hero-content {
    align-items: center;
    text-align: center;
  }

  .nw-pastel-hero .nw-breadcrumb {
    justify-content: center;
    width: 100%;
    margin-bottom: 0.75rem;
  }

  .nw-pastel-h1 {
    font-size: clamp(2.2rem, 4vw, 3.2rem);
    margin-bottom: 0.75rem;
    text-align: center;
  }

  .nw-pastel-lead {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-bottom: 1.25rem;
    max-width: 580px;
    font-size: 1rem;
  }

  .nw-hero-cta-group {
    justify-content: center;
    width: 100%;
    gap: 0.85rem;
  }

  .nw-pastel-highlights {
    justify-content: center;
    width: 100%;
    margin-top: 1.15rem;
    gap: 0.75rem;
  }

  .nw-hero-visual-pastel {
    height: 420px;
    max-width: 580px;
    width: 100%;
    margin: 0 auto;
  }

  .nw-shape-oval {
    width: 370px;
    height: 390px;
    left: 50%;
    transform: translateX(-50%);
    top: 0%;
    right: auto;
  }

  /* 3 Photo Cutouts Bigger Cluster Pattern on Tablet */
  .nw-cutout-1 {
    width: 250px;
    height: 168px;
    left: 4%;
    top: 2%;
    transform: rotate(-3deg);
    z-index: 3;
  }

  .nw-cutout-2 {
    width: 295px;
    height: 195px;
    right: 4%;
    top: 16%;
    transform: rotate(3deg);
    z-index: 4;
  }

  .nw-cutout-3 {
    width: 265px;
    height: 178px;
    left: 18%;
    top: 46%;
    transform: rotate(-2deg);
    z-index: 5;
  }
}

@media (max-width: 600px) {
  .nw-section-01.nw-pastel-hero {
    padding: 75px 4% 40px 4%;
    min-height: auto;
  }

  .nw-hero-container {
    gap: 1.5rem;
    text-align: center;
  }

  .nw-hero-content {
    align-items: center;
    text-align: center;
    justify-content: center;
  }

  .nw-pastel-hero .nw-breadcrumb {
    justify-content: center;
    width: 100%;
    margin-bottom: 0.75rem;
  }

  .nw-pastel-hero .nw-eyebrow {
    margin: 0 auto 0.75rem auto;
  }

  .nw-pastel-h1 {
    font-size: 2.05rem;
    text-align: center;
    margin-bottom: 0.75rem;
    line-height: 1.15;
  }

  .nw-pastel-lead {
    text-align: center;
    font-size: 0.95rem;
    line-height: 1.6;
    margin-bottom: 1.25rem;
    max-width: 95%;
  }

  .nw-hero-cta-group {
    justify-content: center;
    width: 100%;
    flex-direction: column;
    align-items: center;
    gap: 0.65rem;
  }

  .nw-cta-box-wrapper {
    width: 100%;
    max-width: 270px;
    justify-content: center;
  }

  .nw-btn-pastel-primary,
  .nw-btn-pastel-secondary {
    width: 100%;
    padding: 0.85rem 1.5rem;
    font-size: 0.85rem;
    justify-content: center;
    text-align: center;
  }

  .nw-pastel-highlights {
    justify-content: center;
    width: 100%;
    gap: 0.5rem;
    margin-top: 1.25rem;
  }

  .nw-pastel-highlights .nw-highlight-item {
    font-size: 0.78rem;
    padding: 0.4rem 0.75rem;
  }

  .nw-hero-visual-pastel {
    height: 400px;
    width: 100%;
    margin: 0 auto;
  }

  .nw-shape-oval {
    width: 300px;
    height: 360px;
    left: 50%;
    transform: translateX(-50%);
    right: auto;
    top: 4%;
  }

  /* 3 Photo Cutouts Bigger Cluster Pattern on Mobile */
  .nw-cutout-1 { width: 190px; height: 125px; left: 2%; top: 2%; }
  .nw-cutout-2 { width: 225px; height: 150px; right: 2%; top: 18%; }
  .nw-cutout-3 { width: 200px; height: 135px; left: 16%; top: 48%; }

  /* Hide Explore Button Completely in Mobile View */
  .nw-pastel-scroll,
  .nw-scroll-indicator {
    display: none !important;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-9f2cd79 *//* ==========================================================================
   NINE EVENTS — WEDDINGS PAGE: SECTION 04 — PROOF & REVIEWS
   Stylesheet: section-04-proof.css
   Matching Reference Design: Header, 4-Stats Grid, Social Ratings Banner,
   3 Video Testimonial Cards & 4 Vertical Instagram Reel Cards
   ========================================================================== */

.nw-section-04 {
  position: relative;
  background-color: #FAF6F0;
  color: #2C1820;
  padding: 90px 5% 100px 5%;
  width: 100%;
  overflow: hidden;
}

.nw-proof-container {
  max-width: 1350px;
  margin: 0 auto;
  width: 100%;
}

/* 1. TOP SECTION HEADER */
.nw-proof-header-area {
  text-align: center;
  max-width: 750px;
  margin: 0 auto 3rem auto;
}

.nw-proof-eyebrow-tag {
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.24em;
  color: #C59B6D;
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 0.5rem;
}

.nw-proof-header-motif {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  margin-bottom: 1.25rem;
}

.nw-proof-header-motif .nw-motif-line {
  width: 40px;
  height: 1px;
  background-color: rgba(197, 155, 109, 0.4);
}

.nw-proof-header-motif .nw-motif-icon {
  color: #C59B6D;
}

.nw-proof-main-title {
  font-family: var(--nw-font-serif, 'Cormorant Garamond', Georgia, serif);
  font-size: clamp(2.5rem, 4.4vw, 4rem);
  font-weight: 400;
  color: #2B1620;
  line-height: 1.15;
  margin-bottom: 0.85rem;
  letter-spacing: -0.01em;
}

.nw-title-highlight {
  font-family: var(--nw-font-serif, 'Cormorant Garamond', Georgia, serif);
  font-style: italic;
  color: #A3636D;
  font-weight: 400;
}

.nw-proof-subtitle {
  font-size: 1.05rem;
  color: #5C4350;
  line-height: 1.6;
  font-weight: 400;
}

/* 2. KEY STATS GRID (4 COLUMNS) */
.nw-proof-stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-bottom: 2.5rem;
  padding: 1.5rem 0;
  position: relative;
}

.nw-proof-stat-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 1.5rem 1rem;
  position: relative;
}

.nw-proof-stat-card:not(:last-child)::after {
  content: '';
  position: absolute;
  right: 0;
  top: 15%;
  height: 70%;
  width: 1px;
  background: rgba(212, 156, 116, 0.22);
}

.nw-stat-icon-wrap {
  margin-bottom: 0.85rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.nw-stat-val {
  font-family: var(--nw-font-serif, 'Cormorant Garamond', Georgia, serif);
  font-size: clamp(2.6rem, 3.8vw, 3.6rem);
  font-weight: 400;
  color: #A3636D;
  line-height: 1;
  margin-bottom: 0.5rem;
}

.nw-stat-lbl {
  font-size: 0.85rem;
  font-weight: 500;
  color: #5C4350;
  line-height: 1.35;
}

/* 3. SOCIAL PROOF FLOATING WHITE CARD */
.nw-proof-social-banner {
  background: #FFFFFF;
  border: 1px solid rgba(212, 156, 116, 0.22);
  border-radius: 16px;
  padding: 1.75rem 2.5rem;
  box-shadow: 0 10px 30px rgba(44, 24, 32, 0.04);
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr;
  align-items: center;
  gap: 2rem;
  margin-bottom: 5rem;
}

.nw-social-col {
  display: flex;
  align-items: center;
  gap: 1.25rem;
}

.nw-social-divider {
  width: 1px;
  height: 48px;
  background: rgba(212, 156, 116, 0.2);
}

/* Google Col */
.nw-google-logo {
  flex-shrink: 0;
}

.nw-google-info {
  display: flex;
  flex-direction: column;
}

.nw-social-label {
  font-size: 0.82rem;
  color: #5C4350;
  font-weight: 500;
}

.nw-rating-row {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin: 0.15rem 0;
}

.nw-rating-score {
  font-family: var(--nw-font-serif, 'Cormorant Garamond', Georgia, serif);
  font-size: 1.75rem;
  font-weight: 600;
  color: #2B1620;
  line-height: 1;
}

.nw-stars-wrap {
  color: #F5A623;
  font-size: 0.95rem;
  letter-spacing: 2px;
}

.nw-social-sub {
  font-size: 0.78rem;
  color: #8C7380;
}

/* Couples Col - Single Image in a Small Rectangle */
.nw-couples-single-img {
  width: 56px;
  height: 42px;
  border-radius: 8px;
  overflow: hidden;
  border: 1.5px solid rgba(197, 155, 109, 0.5);
  flex-shrink: 0;
  box-shadow: 0 4px 10px rgba(44, 24, 32, 0.1);
}

.nw-couples-single-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.nw-couples-info {
  display: flex;
  flex-direction: column;
}

.nw-couples-count {
  font-family: var(--nw-font-serif, 'Cormorant Garamond', Georgia, serif);
  font-size: 1.75rem;
  font-weight: 600;
  color: #A3636D;
  line-height: 1;
  margin-bottom: 0.15rem;
}

/* Instagram Col */
.nw-insta-icon-frame {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  box-shadow: 0 4px 12px rgba(220, 39, 67, 0.25);
}

.nw-insta-text {
  display: flex;
  flex-direction: column;
}

.nw-insta-handle {
  color: #A3636D;
  text-decoration: none;
  font-weight: 600;
}

.nw-insta-link {
  font-size: 0.78rem;
  color: #A3636D;
  font-weight: 600;
  text-decoration: none;
  margin-top: 0.25rem;
  transition: color 0.3s ease;
}

.nw-insta-link:hover {
  color: #2B1620;
}

/* 4. CLIENT TESTIMONIALS SUB-SECTION */
.nw-testimonials-section {
  margin-bottom: 5rem;
}

.nw-sub-header {
  text-align: center;
  margin-bottom: 2.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.nw-sub-title {
  font-family: var(--nw-font-serif, 'Cormorant Garamond', Georgia, serif);
  font-size: 1.3rem;
  letter-spacing: 0.18em;
  color: #2B1620;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 0.5rem;
}

.nw-testimonials-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}

.nw-testimonial-card {
  background: #FFFFFF;
  border: 1px solid rgba(212, 156, 116, 0.22);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(44, 24, 32, 0.04);
  cursor: pointer;
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.4s ease, border-color 0.4s ease;
}

.nw-testimonial-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 45px rgba(44, 24, 32, 0.1);
  border-color: #D49C74;
}

.nw-testimonial-thumb {
  position: relative;
  width: 100%;
  height: 220px;
  overflow: hidden;
  background: #1A070F;
}

.nw-testimonial-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.7s cubic-bezier(0.16, 1, 0.3, 1);
}

.nw-testimonial-card:hover .nw-testimonial-thumb img {
  transform: scale(1.06);
}

.nw-play-overlay {
  position: absolute;
  inset: 0;
  background: rgba(43, 22, 32, 0.25);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s ease;
}

.nw-testimonial-card:hover .nw-play-overlay {
  background: rgba(43, 22, 32, 0.4);
}

.nw-play-btn {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(6px);
  color: #2B1620;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
  transition: transform 0.35s ease, background 0.35s ease;
}

.nw-testimonial-card:hover .nw-play-btn {
  transform: scale(1.12);
  background: #FFFFFF;
  color: #A3636D;
}

.nw-testimonial-content {
  padding: 1.75rem 1.75rem 2rem 1.75rem;
  display: flex;
  flex-direction: column;
  position: relative;
}

.nw-quote-mark {
  font-family: Georgia, serif;
  font-size: 3rem;
  color: #A3636D;
  line-height: 0.8;
  margin-bottom: 0.5rem;
  display: block;
  opacity: 0.8;
}

.nw-quote-text {
  font-size: 0.95rem;
  color: #5C4350;
  line-height: 1.6;
  margin-bottom: 1.25rem;
  font-weight: 400;
}

.nw-couple-name {
  font-size: 0.85rem;
  font-weight: 600;
  color: #A3636D;
  align-self: flex-start;
}

/* 5. REAL CELEBRATIONS / REELS SUB-SECTION */
.nw-reels-section {
  width: 100%;
}

.nw-reels-handle-link {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  font-size: 0.85rem;
  color: #A3636D;
  text-decoration: none;
  margin-top: 0.5rem;
  transition: opacity 0.3s ease;
}

.nw-reels-handle-link:hover {
  opacity: 0.85;
}

.nw-insta-bold {
  color: #A3636D;
  font-weight: 600;
}

.nw-reels-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
  margin-top: 2rem;
}

.nw-reel-card {
  position: relative;
  width: 100%;
  height: 380px;
  border-radius: 14px;
  overflow: hidden;
  display: block;
  text-decoration: none;
  box-shadow: 0 10px 30px rgba(44, 24, 32, 0.08);
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.4s ease;
}

.nw-reel-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 45px rgba(44, 24, 32, 0.18);
}

.nw-reel-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.7s cubic-bezier(0.16, 1, 0.3, 1);
}

.nw-reel-card:hover img {
  transform: scale(1.07);
}

.nw-reel-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0.2) 0%, transparent 40%, rgba(0,0,0,0.65) 100%);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 1rem;
  pointer-events: none;
}

.nw-reel-icon-badge {
  align-self: flex-end;
  background: rgba(255, 255, 255, 0.88);
  backdrop-filter: blur(8px);
  color: #2C1820;
  width: 28px;
  height: 28px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 10px rgba(0,0,0,0.15);
}

.nw-reel-views {
  align-self: flex-start;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  background: rgba(0, 0, 0, 0.55);
  backdrop-filter: blur(8px);
  color: #FFFFFF;
  font-size: 0.75rem;
  font-weight: 600;
  padding: 0.3rem 0.65rem;
  border-radius: 20px;
}

/* TESTIMONIAL VIDEO MODAL */
.nw-proof-modal {
  position: fixed;
  inset: 0;
  z-index: 99999;
  background: rgba(18, 4, 10, 0.92);
  backdrop-filter: blur(20px);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s ease;
  padding: 2rem;
}

.nw-proof-modal.active {
  opacity: 1;
  pointer-events: auto;
}

.nw-proof-modal-box {
  position: relative;
  width: 100%;
  max-width: 850px;
  background: #1A070F;
  border: 2px groove #D49C74;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.8);
  display: flex;
  flex-direction: column;
}

.nw-proof-modal-close {
  position: absolute;
  top: 1.25rem;
  right: 1.25rem;
  z-index: 10;
  background: rgba(0, 0, 0, 0.6);
  border: 1px solid rgba(212, 156, 116, 0.4);
  color: #FEF1DE;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
}

.nw-proof-modal-close:hover {
  background: #771432;
  border-color: #D49C74;
}

.nw-proof-video-frame {
  width: 100%;
  height: 450px;
  background: #000;
  display: flex;
  align-items: center;
  justify-content: center;
}

.nw-video-placeholder {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 2rem;
}

.nw-proof-modal-info {
  padding: 1.75rem 2.25rem;
  background: #12040A;
  border-top: 1px solid rgba(212, 156, 116, 0.25);
}

.nw-proof-modal-title {
  font-family: var(--nw-font-serif, 'Cormorant Garamond', Georgia, serif);
  font-size: 1.75rem;
  color: #FEF1DE;
  margin-bottom: 0.35rem;
}

.nw-proof-modal-text {
  font-size: 0.95rem;
  color: #D49C74;
  line-height: 1.5;
}

/* RESPONSIVE ADAPTATIONS */
@media (max-width: 1024px) {
  .nw-proof-stats-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }

  .nw-proof-stat-card:not(:last-child)::after {
    display: none;
  }

  .nw-proof-social-banner {
    grid-template-columns: 1fr;
    gap: 1.5rem;
    padding: 1.75rem 1.5rem;
  }

  .nw-social-divider {
    width: 100%;
    height: 1px;
  }

  .nw-testimonials-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .nw-reels-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem;
  }
}

@media (max-width: 600px) {
  .nw-section-04 {
    padding: 70px 4% 80px 4%;
  }

  .nw-proof-stats-grid {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }

  .nw-reels-grid {
    grid-template-columns: 1fr;
  }

  .nw-reel-card {
    height: 340px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-bd2b634 *//* ==========================================================================
   NINE EVENTS — WEDDINGS PAGE: SECTION 02 — SERVICES & EXPERIENCES
   Stylesheet: section-02-services.css
   4-Row Alternating Luxury Editorial Layout matching User Reference Image
   ========================================================================== */

.nw-section-02 {
  position: relative;
  background-color: #F5E6EB;
  color: #2C1820;
  padding: 0 0;
  overflow: hidden;
  width: 100%;
}

.nw-services-editorial-wrapper {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}

/* Individual Editorial Row */
.nw-service-editorial-row {
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  align-items: center;
  min-height: 520px;
  width: 100%;
  position: relative;
  border-bottom: 1px solid rgba(212, 156, 116, 0.12);
}

.nw-service-editorial-row.nw-row-reverse {
  grid-template-columns: 1.15fr 1fr;
}

/* TEXT COLUMN */
.nw-service-text-col {
  padding: 5rem 6% 5rem 10%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 2;
}

.nw-service-editorial-row.nw-row-reverse .nw-service-text-col {
  padding: 5rem 10% 5rem 6%;
}

/* Row Number & Line */
.nw-row-number-group {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.5rem;
}

.nw-row-number {
  font-family: var(--nw-font-serif, 'Cormorant Garamond', Georgia, serif);
  font-size: 1.4rem;
  font-weight: 500;
  color: #C59B6D;
  letter-spacing: 0.05em;
}

.nw-row-line {
  width: 45px;
  height: 1px;
  background-color: rgba(197, 155, 109, 0.5);
}

/* Title */
.nw-row-title {
  font-family: var(--nw-font-serif, 'Cormorant Garamond', Georgia, serif);
  font-size: clamp(2.3rem, 3.6vw, 3.4rem);
  font-weight: 400;
  color: #2C1820;
  line-height: 1.16;
  margin-bottom: 1.25rem;
  letter-spacing: -0.01em;
}

/* Motif Ornament Divider */
.nw-row-motif {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 1.5rem;
}

.nw-motif-line {
  width: 35px;
  height: 1px;
  background-color: rgba(197, 155, 109, 0.4);
}

.nw-motif-icon {
  color: #C59B6D;
  width: 14px;
  height: 14px;
}

/* Description Paragraph */
.nw-row-desc {
  font-size: 1.02rem;
  color: #523D48;
  line-height: 1.78;
  max-width: 460px;
  font-weight: 400;
}

/* IMAGE COLUMN WITH SOFT EDGE GRADIENT MASK */
.nw-service-image-col {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 520px;
  overflow: hidden;
}

.nw-service-img-wrapper {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.nw-service-img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.8s cubic-bezier(0.16, 1, 0.3, 1), filter 0.8s ease;
  filter: brightness(0.97) contrast(1.02);
}

.nw-service-editorial-row:hover .nw-service-img-wrapper img {
  transform: scale(1.04);
  filter: brightness(1.02) contrast(1.04);
}

/* Soft Gradient Mask for Edge Blending into Cream Background */
.nw-fade-left .nw-service-img-wrapper {
  -webkit-mask-image: linear-gradient(to right, transparent 0%, rgba(0, 0, 0, 0.6) 12%, rgba(0, 0, 0, 1) 28%, black 100%);
  mask-image: linear-gradient(to right, transparent 0%, rgba(0, 0, 0, 0.6) 12%, rgba(0, 0, 0, 1) 28%, black 100%);
}

.nw-fade-right .nw-service-img-wrapper {
  -webkit-mask-image: linear-gradient(to left, transparent 0%, rgba(0, 0, 0, 0.6) 12%, rgba(0, 0, 0, 1) 28%, black 100%);
  mask-image: linear-gradient(to left, transparent 0%, rgba(0, 0, 0, 0.6) 12%, rgba(0, 0, 0, 1) 28%, black 100%);
}

/* RESPONSIVE TABLET & MOBILE ADAPTATION */
@media (max-width: 1024px) {
  .nw-service-editorial-row,
  .nw-service-editorial-row.nw-row-reverse {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .nw-service-text-col,
  .nw-service-editorial-row.nw-row-reverse .nw-service-text-col {
    padding: 3.5rem 6%;
    text-align: center;
    align-items: center;
  }

  .nw-row-desc {
    max-width: 580px;
    margin: 0 auto;
  }

  .nw-service-image-col {
    min-height: 380px;
    height: 380px;
    order: -1; /* Place image on top for tablet/mobile */
  }

  .nw-fade-left .nw-service-img-wrapper,
  .nw-fade-right .nw-service-img-wrapper {
    -webkit-mask-image: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.8) 15%, black 100%);
    mask-image: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.8) 15%, black 100%);
  }
}

@media (max-width: 600px) {
  .nw-service-text-col,
  .nw-service-editorial-row.nw-row-reverse .nw-service-text-col {
    padding: 2.75rem 5%;
  }

  .nw-row-title {
    font-size: 2.1rem;
  }

  .nw-row-desc {
    font-size: 0.95rem;
  }

  .nw-service-image-col {
    min-height: 300px;
    height: 300px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-01f3e43 *//* ==========================================================================
   NINE EVENTS — WEDDINGS PAGE: SECTION 05 — WHAT WE DO (PROCESS)
   Stylesheet: section-05-process.css
   5-Card 3D Flip-Box Process Section (Namespaced: .wedding-process-section)
   Palette:
     Background: #FAF7F2 | Primary Text: #292525 | Muted Text: #66615E
     Rose: #C98286 | Deep Rose: #A95F67 | Gold: #C89B55 | Border: #E8DED2
   ========================================================================== */

.wedding-process-section {
  position: relative;
  background-color: #FAF7F2;
  color: #292525;
  padding: 100px 5% 110px 5%;
  width: 100%;
  overflow: hidden;
  font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
  box-sizing: border-box;
}

.wedding-process-section *,
.wedding-process-section *::before,
.wedding-process-section *::after {
  box-sizing: border-box;
}

.wedding-process-container {
  max-width: 1380px;
  margin: 0 auto;
  width: 100%;
  position: relative;
  z-index: 2;
}

/* SECTION HEADER */
.wedding-process-header {
  text-align: center;
  max-width: 780px;
  margin: 0 auto 3.5rem auto;
}

.wedding-process-eyebrow {
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.26em;
  color: #C89B55;
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 0.5rem;
}

.wedding-process-motif {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  margin-bottom: 1.25rem;
}

.wedding-process-line {
  width: 45px;
  height: 1px;
  background-color: rgba(200, 155, 85, 0.4);
}

.wedding-process-title {
  font-family: var(--nw-font-serif, 'Cormorant Garamond', Georgia, serif);
  font-size: clamp(2.4rem, 4.2vw, 3.8rem);
  font-weight: 400;
  color: #292525;
  line-height: 1.18;
  margin-bottom: 0.85rem;
  letter-spacing: -0.01em;
}

.wedding-process-title-italic {
  font-family: var(--nw-font-serif, 'Cormorant Garamond', Georgia, serif);
  font-style: italic;
  color: #A95F67;
  font-weight: 400;
}

.wedding-process-subtitle {
  font-size: 1.05rem;
  color: #66615E;
  line-height: 1.6;
  font-weight: 400;
}

/* 5 FLIP-BOX CARDS GRID */
.wedding-process-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1.25rem;
  width: 100%;
  margin-bottom: 3.5rem;
}

/* CARD 3D FLIP CONTAINER */
.wedding-process-card {
  perspective: 1200px;
  height: 440px;
  width: 100%;
  position: relative;
  cursor: pointer;
  outline: none;
}

.wedding-process-card:focus-visible {
  outline: 2px solid #C89B55;
  outline-offset: 4px;
  border-radius: 16px;
}

.wedding-process-card__inner {
  width: 100%;
  height: 100%;
  position: relative;
  transform-style: preserve-3d;
  transition: transform 0.65s cubic-bezier(0.4, 0.2, 0.2, 1);
  border-radius: 16px;
}

/* Hover & Flipped State Trigger */
.wedding-process-card:hover .wedding-process-card__inner,
.wedding-process-card.is-flipped .wedding-process-card__inner {
  transform: rotateY(180deg);
}

/* CARD FRONT & BACK SHARED */
.wedding-process-card__front,
.wedding-process-card__back {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  border-radius: 16px;
  border: 1px solid #E8DED2;
  background: #FFFFFF;
  overflow: visible;
  box-shadow: 0 8px 24px rgba(41, 37, 37, 0.04);
  transition: box-shadow 0.4s ease, border-color 0.4s ease;
}

.wedding-process-card:hover .wedding-process-card__front,
.wedding-process-card:hover .wedding-process-card__back {
  box-shadow: 0 16px 36px rgba(169, 95, 103, 0.12);
  border-color: rgba(200, 155, 85, 0.5);
}

/* --- CARD FRONT DESIGN --- */
.wedding-process-card__front {
  display: flex;
  flex-direction: column;
}

.wedding-process-card__img-wrap {
  position: relative;
  width: 100%;
  height: 58%;
  background: #292525;
  border-radius: 15px 15px 0 0;
  overflow: visible;
}

.wedding-process-card__img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 15px 15px 0 0;
  transition: transform 0.7s ease;
}

.wedding-process-card:hover .wedding-process-card__img-wrap img {
  transform: scale(1.06);
}

/* CIRCULAR OVERLAPPING BADGE (HIGHEST Z-INDEX) */
.wedding-process-card__badge {
  position: absolute;
  bottom: -22px;
  left: 50%;
  transform: translateX(-50%);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: linear-gradient(135deg, #A95F67, #8C474F);
  color: #FFFFFF;
  font-family: var(--nw-font-serif, 'Cormorant Garamond', Georgia, serif);
  font-size: 1.2rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 3px solid #FFFFFF;
  box-shadow: 0 6px 16px rgba(169, 95, 103, 0.45);
  z-index: 9999 !important;
}

.wedding-process-card__front-body {
  padding: 2.2rem 1.2rem 1.5rem 1.2rem;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: #FFFFFF;
  border-radius: 0 0 15px 15px;
}

.wedding-process-card__name {
  font-family: var(--nw-font-serif, 'Cormorant Garamond', Georgia, serif);
  font-size: 1.45rem;
  font-weight: 500;
  color: #292525;
  margin-bottom: 0.5rem;
  line-height: 1.2;
}

.wedding-process-card__divider {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  margin-bottom: 0.85rem;
}

.wedding-process-card__divider-line {
  width: 20px;
  height: 1px;
  background: rgba(200, 155, 85, 0.35);
}

.wedding-process-card__divider-dot {
  font-size: 0.55rem;
  color: #C89B55;
}

.wedding-process-card__hint {
  font-size: 0.76rem;
  font-weight: 500;
  color: #66615E;
  letter-spacing: 0.04em;
  transition: color 0.3s ease;
}

.wedding-process-card:hover .wedding-process-card__hint {
  color: #A95F67;
}

/* --- CARD BACK DESIGN --- */
.wedding-process-card__back {
  transform: rotateY(180deg);
  background: #FFFDF9;
  border: 1px solid rgba(200, 155, 85, 0.35);
  padding: 2.2rem 1.4rem 1.75rem 1.4rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  text-align: center;
}

.wedding-process-card__back-badge {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: linear-gradient(135deg, #A95F67, #8C474F);
  color: #FFFFFF;
  font-family: var(--nw-font-serif, 'Cormorant Garamond', Georgia, serif);
  font-size: 1.15rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #FFFFFF;
  box-shadow: 0 4px 12px rgba(169, 95, 103, 0.35);
  margin-bottom: 0.75rem;
  flex-shrink: 0;
  z-index: 9999 !important;
  position: relative;
}

.wedding-process-card__icon-wrap {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: rgba(200, 155, 85, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.75rem;
  flex-shrink: 0;
  border: 1px solid rgba(200, 155, 85, 0.2);
}

.wedding-process-card__back-name {
  font-family: var(--nw-font-serif, 'Cormorant Garamond', Georgia, serif);
  font-size: 1.5rem;
  font-weight: 500;
  color: #292525;
  margin-bottom: 0.35rem;
}

.wedding-process-card__desc {
  font-size: 0.88rem;
  color: #55504D;
  line-height: 1.6;
  margin-bottom: 0.75rem;
  font-style: italic;
}

.wedding-process-card__footer-floral {
  opacity: 0.7;
  flex-shrink: 0;
}

/* FOOTER BOTANICAL MOTIF BAR */
.wedding-process-footer-motif {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.wedding-process-floral-bar {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  width: 100%;
  max-width: 500px;
}

.wedding-process-bar-line {
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(169, 95, 103, 0.4), transparent);
}

/* ACCESSIBILITY: REDUCED MOTION */
@media (prefers-reduced-motion: reduce) {
  .wedding-process-card__inner {
    transition: opacity 0.4s ease;
    transform-style: flat;
  }
  .wedding-process-card:hover .wedding-process-card__inner,
  .wedding-process-card.is-flipped .wedding-process-card__inner {
    transform: none;
  }
  .wedding-process-card__back {
    transform: none;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.4s ease;
  }
  .wedding-process-card:hover .wedding-process-card__back,
  .wedding-process-card.is-flipped .wedding-process-card__back {
    opacity: 1;
    pointer-events: auto;
  }
}

/* RESPONSIVE LAYOUTS */
@media (max-width: 1280px) {
  .wedding-process-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
  }
  .wedding-process-card {
    height: 420px;
  }
}

@media (max-width: 768px) {
  .wedding-process-section {
    padding: 70px 4% 80px 4%;
  }

  .wedding-process-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem;
  }

  .wedding-process-card {
    height: 400px;
  }
}

@media (max-width: 540px) {
  .wedding-process-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .wedding-process-card {
    height: 420px;
  }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-2a82023 *//* ==========================================================================
   NINE EVENTS — WEDDINGS PAGE: SECTION 05 — WHAT WE DO (PROCESS)
   Stylesheet: section-05-process.css
   5-Card 3D Flip-Box Process Section (Namespaced: .wedding-process-section)
   Palette:
     Background: #FAF7F2 | Primary Text: #292525 | Muted Text: #66615E
     Rose: #C98286 | Deep Rose: #A95F67 | Gold: #C89B55 | Border: #E8DED2
   ========================================================================== */

.wedding-process-section {
  position: relative;
  background-color: #FAF7F2;
  color: #292525;
  padding: 100px 5% 110px 5%;
  width: 100%;
  overflow: hidden;
  font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
  box-sizing: border-box;
}

.wedding-process-section *,
.wedding-process-section *::before,
.wedding-process-section *::after {
  box-sizing: border-box;
}

.wedding-process-container {
  max-width: 1380px;
  margin: 0 auto;
  width: 100%;
  position: relative;
  z-index: 2;
}

/* SECTION HEADER */
.wedding-process-header {
  text-align: center;
  max-width: 780px;
  margin: 0 auto 3.5rem auto;
}

.wedding-process-eyebrow {
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.26em;
  color: #C89B55;
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 0.5rem;
}

.wedding-process-motif {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  margin-bottom: 1.25rem;
}

.wedding-process-line {
  width: 45px;
  height: 1px;
  background-color: rgba(200, 155, 85, 0.4);
}

.wedding-process-title {
  font-family: var(--nw-font-serif, 'Cormorant Garamond', Georgia, serif);
  font-size: clamp(2.4rem, 4.2vw, 3.8rem);
  font-weight: 400;
  color: #292525;
  line-height: 1.18;
  margin-bottom: 0.85rem;
  letter-spacing: -0.01em;
}

.wedding-process-title-italic {
  font-family: var(--nw-font-serif, 'Cormorant Garamond', Georgia, serif);
  font-style: italic;
  color: #A95F67;
  font-weight: 400;
}

.wedding-process-subtitle {
  font-size: 1.05rem;
  color: #66615E;
  line-height: 1.6;
  font-weight: 400;
}

/* 5 FLIP-BOX CARDS GRID */
.wedding-process-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1.25rem;
  width: 100%;
  margin-bottom: 3.5rem;
}

/* CARD 3D FLIP CONTAINER */
.wedding-process-card {
  perspective: 1200px;
  height: 440px;
  width: 100%;
  position: relative;
  cursor: pointer;
  outline: none;
}

.wedding-process-card:focus-visible {
  outline: 2px solid #C89B55;
  outline-offset: 4px;
  border-radius: 16px;
}

.wedding-process-card__inner {
  width: 100%;
  height: 100%;
  position: relative;
  transform-style: preserve-3d;
  transition: transform 0.65s cubic-bezier(0.4, 0.2, 0.2, 1);
  border-radius: 16px;
}

/* Hover & Flipped State Trigger */
.wedding-process-card:hover .wedding-process-card__inner,
.wedding-process-card.is-flipped .wedding-process-card__inner {
  transform: rotateY(180deg);
}

/* CARD FRONT & BACK SHARED */
.wedding-process-card__front,
.wedding-process-card__back {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  border-radius: 16px;
  border: 1px solid #E8DED2;
  background: #FFFFFF;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(41, 37, 37, 0.04);
  transition: box-shadow 0.4s ease, border-color 0.4s ease;
}

.wedding-process-card:hover .wedding-process-card__front,
.wedding-process-card:hover .wedding-process-card__back {
  box-shadow: 0 16px 36px rgba(169, 95, 103, 0.12);
  border-color: rgba(200, 155, 85, 0.5);
}

/* --- CARD FRONT DESIGN --- */
.wedding-process-card__front {
  display: flex;
  flex-direction: column;
}

.wedding-process-card__img-wrap {
  position: relative;
  width: 100%;
  height: 58%;
  background: #292525;
  overflow: hidden;
}

.wedding-process-card__img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.7s ease;
}

.wedding-process-card:hover .wedding-process-card__img-wrap img {
  transform: scale(1.06);
}

/* CIRCULAR OVERLAPPING BADGE */
.wedding-process-card__badge {
  position: absolute;
  bottom: -21px;
  left: 50%;
  transform: translateX(-50%);
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: linear-gradient(135deg, #A95F67, #8C474F);
  color: #FFFFFF;
  font-family: var(--nw-font-serif, 'Cormorant Garamond', Georgia, serif);
  font-size: 1.15rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 3px solid #FFFFFF;
  box-shadow: 0 4px 12px rgba(169, 95, 103, 0.35);
  z-index: 5;
}

.wedding-process-card__front-body {
  padding: 2rem 1.2rem 1.5rem 1.2rem;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: #FFFFFF;
}

.wedding-process-card__name {
  font-family: var(--nw-font-serif, 'Cormorant Garamond', Georgia, serif);
  font-size: 1.45rem;
  font-weight: 500;
  color: #292525;
  margin-bottom: 0.5rem;
  line-height: 1.2;
}

.wedding-process-card__divider {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  margin-bottom: 0.85rem;
}

.wedding-process-card__divider-line {
  width: 20px;
  height: 1px;
  background: rgba(200, 155, 85, 0.35);
}

.wedding-process-card__divider-dot {
  font-size: 0.55rem;
  color: #C89B55;
}

.wedding-process-card__hint {
  font-size: 0.76rem;
  font-weight: 500;
  color: #66615E;
  letter-spacing: 0.04em;
  transition: color 0.3s ease;
}

.wedding-process-card:hover .wedding-process-card__hint {
  color: #A95F67;
}

/* --- CARD BACK DESIGN --- */
.wedding-process-card__back {
  transform: rotateY(180deg);
  background: #FFFDF9;
  border: 1px solid rgba(200, 155, 85, 0.35);
  padding: 2.2rem 1.4rem 1.75rem 1.4rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  text-align: center;
}

.wedding-process-card__back-badge {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: linear-gradient(135deg, #A95F67, #8C474F);
  color: #FFFFFF;
  font-family: var(--nw-font-serif, 'Cormorant Garamond', Georgia, serif);
  font-size: 1.1rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #FFFFFF;
  box-shadow: 0 4px 10px rgba(169, 95, 103, 0.25);
  margin-bottom: 0.75rem;
  flex-shrink: 0;
}

.wedding-process-card__icon-wrap {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: rgba(200, 155, 85, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.75rem;
  flex-shrink: 0;
  border: 1px solid rgba(200, 155, 85, 0.2);
}

.wedding-process-card__back-name {
  font-family: var(--nw-font-serif, 'Cormorant Garamond', Georgia, serif);
  font-size: 1.5rem;
  font-weight: 500;
  color: #292525;
  margin-bottom: 0.35rem;
}

.wedding-process-card__desc {
  font-size: 0.88rem;
  color: #55504D;
  line-height: 1.6;
  margin-bottom: 0.75rem;
  font-style: italic;
}

.wedding-process-card__footer-floral {
  opacity: 0.7;
  flex-shrink: 0;
}

/* FOOTER BOTANICAL MOTIF BAR */
.wedding-process-footer-motif {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.wedding-process-floral-bar {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  width: 100%;
  max-width: 500px;
}

.wedding-process-bar-line {
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(169, 95, 103, 0.4), transparent);
}

/* ACCESSIBILITY: REDUCED MOTION */
@media (prefers-reduced-motion: reduce) {
  .wedding-process-card__inner {
    transition: opacity 0.4s ease;
    transform-style: flat;
  }
  .wedding-process-card:hover .wedding-process-card__inner,
  .wedding-process-card.is-flipped .wedding-process-card__inner {
    transform: none;
  }
  .wedding-process-card__back {
    transform: none;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.4s ease;
  }
  .wedding-process-card:hover .wedding-process-card__back,
  .wedding-process-card.is-flipped .wedding-process-card__back {
    opacity: 1;
    pointer-events: auto;
  }
}

/* RESPONSIVE LAYOUTS */
@media (max-width: 1280px) {
  .wedding-process-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
  }
  .wedding-process-card {
    height: 420px;
  }
}

@media (max-width: 768px) {
  .wedding-process-section {
    padding: 70px 4% 80px 4%;
  }

  .wedding-process-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem;
  }

  .wedding-process-card {
    height: 400px;
  }
}

@media (max-width: 540px) {
  .wedding-process-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .wedding-process-card {
    height: 420px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-b83435b *//* ==========================================================================
   NINE EVENTS — WEDDINGS PAGE: SECTION 07 — DECORATION IDEAS & INSPIRATION
   Stylesheet: section-07-decor-ideas.css
   8 Decor Category Cards with Clear Image Hover Reveal & Varanasi Feature Banner
   Namespaced for Elementor Compatibility: .nw-decor-section
   Palette:
     Background: #12040A | Panel: #16070E | Gold: #C89B55 / #D49C74
     Rose: #D4838F / #C98286 | White: #FEF1DE | Muted: #D49C74
   ========================================================================== */

.nw-decor-section {
  position: relative;
  background-color: #F5E6EB;
  color: #292525;
  padding: 100px 5% 120px 5%;
  width: 100%;
  overflow: hidden;
  font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
  box-sizing: border-box;
}

.nw-decor-section *,
.nw-decor-section *::before,
.nw-decor-section *::after {
  box-sizing: border-box;
}

.nw-decor-container {
  max-width: 1380px;
  margin: 0 auto;
  width: 100%;
  position: relative;
  z-index: 2;
}

/* SECTION HEADER */
.nw-decor-header {
  text-align: center;
  max-width: 800px;
  margin: 0 auto 3.5rem auto;
}

.nw-decor-eyebrow {
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.26em;
  color: #C89B55;
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 0.5rem;
}

.nw-decor-motif {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  margin-bottom: 1.25rem;
}

.nw-decor-line {
  width: 45px;
  height: 1px;
  background-color: rgba(200, 155, 85, 0.35);
}

.nw-decor-main-title {
  font-family: var(--nw-font-serif, 'Cormorant Garamond', Georgia, serif);
  font-size: clamp(2.4rem, 4.4vw, 3.8rem);
  font-weight: 400;
  color: #292525;
  line-height: 1.18;
  margin-bottom: 0.85rem;
  letter-spacing: -0.01em;
}

.nw-decor-title-italic {
  font-family: var(--nw-font-serif, 'Cormorant Garamond', Georgia, serif);
  font-style: italic;
  color: #A95F67;
  font-weight: 400;
}

.nw-decor-subtitle {
  font-size: 1.05rem;
  color: #66615E;
  line-height: 1.6;
  font-weight: 400;
}

/* 8 DECOR CATEGORY CARDS GRID (2 ROWS × 4 COLUMNS) */
.nw-decor-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
  width: 100%;
  margin-bottom: 4rem;
}

.nw-decor-card {
  position: relative;
  height: 330px;
  border-radius: 16px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  border: 1px solid rgba(212, 156, 116, 0.22);
  cursor: pointer;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.35);
  outline: none;
  background: #1A070F;
}

.nw-decor-card:focus-visible {
  outline: 2px solid #D49C74;
  outline-offset: 3px;
}

/* BACKGROUND IMAGE (FULLSCREEN COVER OF CARD) */
.nw-decor-bg-img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center !important;
  display: block;
  z-index: 0;
  transition: transform 0.85s cubic-bezier(0.16, 1, 0.3, 1);
}

/* OVERLAY TINT LAYERS FOR EACH CARD COLOR FUNCTION */
.nw-decor-overlay-tint {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0.9;
  transition: opacity 0.55s cubic-bezier(0.16, 1, 0.3, 1);
}

.nw-tint-amber .nw-decor-overlay-tint {
  background: linear-gradient(180deg, rgba(65, 32, 16, 0.72) 0%, rgba(32, 12, 6, 0.92) 100%);
}

.nw-tint-wine .nw-decor-overlay-tint {
  background: linear-gradient(180deg, rgba(75, 16, 26, 0.72) 0%, rgba(38, 6, 12, 0.92) 100%);
}

.nw-tint-plum .nw-decor-overlay-tint {
  background: linear-gradient(180deg, rgba(48, 16, 48, 0.72) 0%, rgba(22, 6, 24, 0.92) 100%);
}

.nw-tint-gold .nw-decor-overlay-tint {
  background: linear-gradient(180deg, rgba(90, 52, 10, 0.72) 0%, rgba(42, 22, 4, 0.92) 100%);
}

.nw-tint-emerald .nw-decor-overlay-tint {
  background: linear-gradient(180deg, rgba(16, 52, 32, 0.72) 0%, rgba(6, 26, 15, 0.92) 100%);
}

.nw-tint-indigo .nw-decor-overlay-tint {
  background: linear-gradient(180deg, rgba(16, 26, 78, 0.72) 0%, rgba(6, 10, 38, 0.92) 100%);
}

.nw-tint-burgundy .nw-decor-overlay-tint {
  background: linear-gradient(180deg, rgba(58, 20, 42, 0.72) 0%, rgba(26, 8, 18, 0.92) 100%);
}

.nw-tint-rose .nw-decor-overlay-tint {
  background: linear-gradient(180deg, rgba(78, 26, 42, 0.72) 0%, rgba(38, 10, 20, 0.92) 100%);
}

/* CARD INNER CONTENT & TYPOGRAPHY */
.nw-decor-card-content {
  position: relative;
  z-index: 2;
  padding: 1.75rem 1.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  transition: opacity 0.5s cubic-bezier(0.16, 1, 0.3, 1), transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}

.nw-decor-icon-badge {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: rgba(254, 241, 222, 0.08);
  border: 1px solid rgba(212, 156, 116, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.85rem;
  flex-shrink: 0;
  backdrop-filter: blur(6px);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.25);
}

.nw-decor-card-title {
  font-family: var(--nw-font-serif, 'Cormorant Garamond', Georgia, serif);
  font-size: 1.4rem;
  font-weight: 500;
  color: #FEF1DE;
  margin-bottom: 0.5rem;
  line-height: 1.25;
}

.nw-decor-card-desc {
  font-size: 0.84rem;
  color: rgba(254, 241, 222, 0.82);
  line-height: 1.55;
  margin-bottom: 0.85rem;
  max-width: 260px;
  font-weight: 400;
}

.nw-decor-card-link {
  font-size: 0.82rem;
  font-weight: 600;
  color: #D49C74;
  text-decoration: none;
  letter-spacing: 0.04em;
  transition: color 0.3s ease;
}

/* ==========================================================================
   HOVER CLEAR REVEAL FEATURE ANIMATION (KEY USER REQUIREMENT)
   "when hovered on any box , each box the text, icon and color go away of that 
   particular box and image becomes clear"
   ========================================================================== */

.nw-decor-card:hover .nw-decor-bg-img,
.nw-decor-card.is-revealed .nw-decor-bg-img {
  transform: scale(1.08);
}

.nw-decor-card:hover .nw-decor-overlay-tint,
.nw-decor-card.is-revealed .nw-decor-overlay-tint {
  opacity: 0 !important;
}

.nw-decor-card:hover .nw-decor-card-content,
.nw-decor-card.is-revealed .nw-decor-card-content {
  opacity: 0 !important;
  transform: translateY(-20px) !important;
  pointer-events: none !important;
}

/* ==========================================================================
   BOTTOM FEATURE BANNER (INDIAN WEDDING DECORATION IN VARANASI)
   ========================================================================== */
.nw-decor-banner {
  background: #16070E;
  border: 1px solid rgba(212, 156, 116, 0.3);
  border-radius: 20px;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  align-items: center;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.45);
}

.nw-decor-banner-content {
  padding: 3rem 3rem 3rem 3.2rem;
  display: flex;
  flex-direction: column;
}

.nw-decor-banner-heading-wrap {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  margin-bottom: 1.25rem;
}

.nw-banner-heading-icon {
  flex-shrink: 0;
}

.nw-banner-title {
  font-family: var(--nw-font-serif, 'Cormorant Garamond', Georgia, serif);
  font-size: clamp(1.8rem, 2.5vw, 2.4rem);
  font-weight: 400;
  color: #FEF1DE;
  line-height: 1.2;
}

.nw-banner-title-italic {
  font-family: var(--nw-font-serif, 'Cormorant Garamond', Georgia, serif);
  font-style: italic;
  color: #D4838F;
  font-weight: 400;
}

.nw-banner-p {
  font-size: 0.92rem;
  color: rgba(254, 241, 222, 0.82);
  line-height: 1.65;
  margin-bottom: 1rem;
  font-weight: 400;
}

/* 4 VALUE PROPS GRID AT BOTTOM OF BANNER */
.nw-banner-props-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.25rem;
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(212, 156, 116, 0.2);
}

.nw-prop-card {
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
}

.nw-prop-icon {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: rgba(212, 156, 116, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border: 1px solid rgba(212, 156, 116, 0.25);
}

.nw-prop-text-wrap {
  display: flex;
  flex-direction: column;
}

.nw-prop-title {
  font-size: 0.82rem;
  font-weight: 600;
  color: #FEF1DE;
  line-height: 1.3;
  margin-bottom: 0.2rem;
}

.nw-prop-sub {
  font-size: 0.74rem;
  color: rgba(254, 241, 222, 0.65);
  line-height: 1.35;
}

/* RIGHT CURVED HERO IMAGE FRAME */
.nw-decor-banner-img-frame {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 480px;
  border-radius: 120px 0 0 120px;
  overflow: hidden;
  border-left: 2px groove #D49C74;
}

.nw-decor-banner-img-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* RESPONSIVE LAYOUTS */
@media (max-width: 1200px) {
  .nw-decor-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem;
  }

  .nw-decor-banner {
    grid-template-columns: 1fr;
  }

  .nw-decor-banner-img-frame {
    border-radius: 0;
    min-height: 350px;
    border-left: none;
    border-top: 2px groove #D49C74;
  }

  .nw-banner-props-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem;
  }
}

@media (max-width: 600px) {
  .nw-decor-section {
    padding: 70px 4% 80px 4%;
  }

  .nw-decor-grid {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }

  .nw-decor-card {
    height: 300px;
  }

  .nw-decor-banner-content {
    padding: 2rem 1.5rem;
  }

  .nw-banner-props-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}/* End custom CSS */