.elementor-54 .elementor-element.elementor-element-405cade{--display:flex;}.elementor-54 .elementor-element.elementor-element-e2c397c{--display:flex;}.elementor-54 .elementor-element.elementor-element-8b2e24b{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-cbf6ecd */@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@400;500&family=Montserrat:wght@300;400;500;600&display=swap');

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background-color: #0b0b0b;
  color: #ffffff;
  font-family: 'Montserrat', sans-serif;
  overflow-x: hidden;
}

/* Hero Parent Container */
.birthday-hero {
  position: relative;
  width: 100vw;
  height: 100vh;
  display: flex;
  align-items: center;
  overflow: hidden;
}

/* Fullscreen Background Image */
.bg-hero-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center right; /* Focuses right side background setup */
  z-index: 1;
}

/* Gradient Overlay (Left se Dark gradient text readability ke liye) */
.overlay-shade {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg, 
    rgba(11, 11, 11, 0.95) 0%, 
    rgba(11, 11, 11, 0.7) 45%, 
    rgba(11, 11, 11, 0.1) 100%
  );
  z-index: 2;
}

/* Floating Content Box */
.floating-content {
  position: relative;
  z-index: 3;
  margin-left: 8%;
  max-width: 540px;
  animation: fadeInUp 1s ease forwards;
}

/* Subtitle Line */
.subtitle-box {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 24px;
}

.subtitle-box .line {
  width: 28px;
  height: 1px;
  background-color: #c5b59c;
}

.subtitle-text {
  font-size: 12px;
  letter-spacing: 3px;
  color: #c5b59c;
  font-weight: 500;
}

/* Main Heading */
.main-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(32px, 4.5vw, 54px);
  line-height: 1.1;
  font-weight: 400;
  letter-spacing: 2px;
  color: #f7f5f0;
  margin-bottom: 24px;
}

/* Body Text */
.description {
  font-size: 14px;
  line-height: 1.7;
  color: #d1cecb;
  font-weight: 300;
  margin-bottom: 36px;
  max-width: 440px;
}

/* WhatsApp CTA Button */
.cta-btn {
  display: inline-block;
  background-color: #927b56;
  color: #ffffff;
  padding: 16px 32px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 2px;
  text-decoration: none;
  border-radius: 2px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.5);
}

.cta-btn:hover {
  background-color: #a88f66;
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(146, 123, 86, 0.4);
}

/* Footer Badge */
.footer-badge {
  margin-top: 48px;
  font-size: 11px;
  letter-spacing: 3px;
  color: #c5b59c;
  font-weight: 500;
}

/* Smooth Entrance Animation */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Mobile Screen Support */
@media (max-width: 768px) {
  .floating-content {
    margin-left: 5%;
    margin-right: 5%;
    max-width: 100%;
  }

  .overlay-shade {
    background: linear-gradient(
      180deg, 
      rgba(11, 11, 11, 0.9) 0%, 
      rgba(11, 11, 11, 0.6) 100%
    );
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-b7c7176 */@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;1,400&family=Montserrat:wght@300;400;500;600&display=swap');

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background-color: #f7f4ef;
  color: #2b2b2b;
  font-family: 'Montserrat', sans-serif;
  overflow-x: hidden;
}

/* Outer Section */
.moments-container {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 5rem 4%;
  background-color: #f7f4ef;
}

/* Split Top Section */
.hero-split {
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  gap: 3rem;
  align-items: center;
  margin-bottom: 5rem;
}

/* Left Content Panel */
.text-card {
  position: relative;
  padding: 3rem 2rem 3rem 0;
}

.botanical-bg {
  position: absolute;
  top: -20px;
  left: -20px;
  width: 200px;
  height: 200px;
  pointer-events: none;
}

.section-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 42px;
  line-height: 1.15;
  letter-spacing: 2px;
  font-weight: 500;
  color: #1f1f1f;
  margin-bottom: 20px;
}

.gold-divider {
  width: 40px;
  height: 1px;
  background-color: #927b56;
  margin-bottom: 30px;
}

.intro-p {
  font-size: 15px;
  line-height: 1.7;
  color: #4a4a4a;
  font-weight: 400;
  margin-bottom: 24px;
}

.sub-p {
  font-size: 14px;
  line-height: 1.7;
  color: #666666;
  font-weight: 300;
}

/* Interactive Image Container with 3D Tilt */
.image-interactive-wrapper {
  perspective: 1000px;
  cursor: pointer;
}

.img-inner {
  position: relative;
  width: 100%;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
  transition: transform 0.15s ease-out;
  transform-style: preserve-3d;
}

.hero-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Light Sweep Hover Animation */
.shine-sweep {
  position: absolute;
  top: 0;
  left: -100%;
  width: 60%;
  height: 100%;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.25) 50%,
    rgba(255, 255, 255, 0) 100%
  );
  transform: skewX(-25deg);
  transition: left 0.75s ease;
}

.image-interactive-wrapper:hover .shine-sweep {
  left: 160%;
}

/* Section Header */
.section-heading-wrapper {
  text-align: center;
  margin-bottom: 4rem;
}

.sub-heading {
  font-family: 'Cormorant Garamond', serif;
  font-size: 26px;
  letter-spacing: 3px;
  color: #1f1f1f;
  font-weight: 500;
  margin-bottom: 12px;
}

.small-divider {
  width: 36px;
  height: 1px;
  background-color: #927b56;
  margin: 0 auto;
}

/* Features Grid */
.features-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 1.5rem;
}

/* Feature Cards & Micro-interactions */
.feature-card {
  background-color: transparent;
  padding: 1.8rem 1rem;
  text-align: center;
  border-right: 1px solid rgba(146, 123, 86, 0.2);
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  position: relative;
}

.features-grid .feature-card:last-child {
  border-right: none;
}

.icon-box {
  width: 44px;
  height: 44px;
  margin: 0 auto 1.2rem auto;
  color: #927b56;
  transition: transform 0.3s ease, color 0.3s ease;
}

.icon-box svg {
  width: 100%;
  height: 100%;
}

.feature-card h4 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 16px;
  letter-spacing: 1.5px;
  color: #1f1f1f;
  margin-bottom: 12px;
  font-weight: 600;
}

.feature-card p {
  font-size: 12px;
  line-height: 1.6;
  color: #666666;
  font-weight: 300;
}

/* Hover Action on Cards */
.feature-card:hover {
  transform: translateY(-8px);
  background-color: #ffffff;
  border-radius: 4px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
  border-right-color: transparent;
}

.feature-card:hover .icon-box {
  transform: scale(1.15) rotate(3deg);
  color: #aa8f63;
}

/* Mobile & Tablet Adjustments */
@media (max-width: 1024px) {
  .hero-split {
    grid-template-columns: 1fr;
  }

  .features-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
  }

  .feature-card {
    border-right: none;
    border-bottom: 1px solid rgba(146, 123, 86, 0.2);
  }
}

@media (max-width: 600px) {
  .features-grid {
    grid-template-columns: 1fr;
  }

  .section-title {
    font-size: 32px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-23bcfbd */@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@600;700&family=Montserrat:wght@500;600;700&display=swap');

/* Force Parent Background & Text Colors */
.celebrations-container,
.celebrations-container * {
  box-sizing: border-box !important;
}

.celebrations-container {
  width: 100% !important;
  max-width: 1440px !important;
  margin: 0 auto !important;
  padding: 4rem 5% !important;
  background-color: #FAF7F2 !important; /* Pure Ivory White Background */
  color: #111111 !important;
  font-family: 'Montserrat', sans-serif !important;
}

/* --- 1. Gallery Header --- */
.gallery-section {
  margin-bottom: 4rem !important;
}

.gallery-header {
  display: flex !important;
  justify-content: space-between !important;
  align-items: flex-end !important;
  margin-bottom: 2.5rem !important;
}

.sub-title {
  font-size: 13px !important;
  letter-spacing: 3px !important;
  color: #8C6A38 !important; /* Dark Gold Accent */
  font-weight: 700 !important;
  display: block !important;
  margin-bottom: 8px !important;
}

.main-heading {
  font-family: 'Cormorant Garamond', serif !important;
  font-size: 42px !important;
  letter-spacing: 1.5px !important;
  font-weight: 700 !important;
  color: #000000 !important; /* Solid Black */
  line-height: 1.2 !important;
  margin: 0 !important;
}

.view-all-link {
  font-size: 14px !important;
  letter-spacing: 2px !important;
  color: #000000 !important;
  text-decoration: none !important;
  font-weight: 700 !important;
  border-bottom: 2px solid #8C6A38 !important;
  padding-bottom: 4px !important;
}

/* Gallery Grid */
.gallery-grid {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr) !important;
  gap: 1.8rem !important;
}

.gallery-card {
  position: relative !important;
  height: 400px !important;
  border-radius: 6px !important;
  overflow: hidden !important;
  display: block !important;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1) !important;
}

.gallery-card img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}

.card-overlay {
  position: absolute !important;
  bottom: 0 !important;
  left: 0 !important;
  width: 100% !important;
  padding: 2rem 1.5rem !important;
  background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.95) 100%) !important;
  color: #FFFFFF !important;
}

.card-overlay h3 {
  font-family: 'Cormorant Garamond', serif !important;
  font-size: 24px !important;
  letter-spacing: 1.5px !important;
  font-weight: 700 !important;
  margin-bottom: 4px !important;
  color: #FFFFFF !important;
}

.card-overlay p {
  font-size: 13px !important;
  color: #F0F0F0 !important;
  font-weight: 500 !important;
}

/* --- 2. Stats Bar --- */
.stats-bar {
  display: flex !important;
  justify-content: space-around !important;
  align-items: center !important;
  padding: 2.5rem 1.5rem !important;
  margin-bottom: 4rem !important;
  background-color: #FFFFFF !important;
  border: 1px solid #E5DEC9 !important;
  border-radius: 8px !important;
}

.stat-item {
  display: flex !important;
  align-items: center !important;
  gap: 1rem !important;
}

.stat-icon {
  font-size: 36px !important;
}

.stat-number {
  font-family: 'Cormorant Garamond', serif !important;
  font-size: 42px !important;
  font-weight: 700 !important;
  color: #000000 !important;
  line-height: 1 !important;
}

.stat-label {
  font-size: 11px !important;
  letter-spacing: 2px !important;
  color: #444444 !important;
  margin-top: 6px !important;
  font-weight: 700 !important;
}

.stat-divider {
  width: 1px !important;
  height: 45px !important;
  background-color: #D6CCA8 !important;
}

/* --- 3. Testimonial Banner --- */
.testimonial-banner {
  display: grid !important;
  grid-template-columns: 1.2fr 1fr !important;
  background-color: #0D0D0D !important; /* Solid Dark Box for Contrast */
  color: #FFFFFF !important;
  border-radius: 8px !important;
  overflow: hidden !important;
  margin-bottom: 4rem !important;
}

.testimonial-content {
  padding: 4rem 8% !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
}

.quote-mark {
  font-family: 'Cormorant Garamond', serif !important;
  font-size: 80px !important;
  color: #D4AF37 !important;
  line-height: 0 !important;
  margin-bottom: 1.5rem !important;
}

.quote-text {
  font-family: 'Cormorant Garamond', serif !important;
  font-size: 30px !important;
  line-height: 1.35 !important;
  font-weight: 600 !important;
  color: #FFFFFF !important;
  margin-bottom: 2rem !important;
}

.author-name {
  font-size: 13px !important;
  letter-spacing: 2px !important;
  color: #D4AF37 !important;
  font-weight: 700 !important;
  margin-bottom: 4px !important;
}

.author-sub {
  font-size: 12px !important;
  color: #CCCCCC !important;
}

.testimonial-img-wrapper img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}

/* --- 4. Bottom CTA Bar --- */
.cta-bottom-bar {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  padding: 3rem 0 1rem 0 !important;
  border-top: 2px solid #D6CCA8 !important;
  background-color: #FAF7F2 !important;
}

.cta-heading {
  font-family: 'Cormorant Garamond', serif !important;
  font-size: 38px !important;
  line-height: 1.2 !important;
  letter-spacing: 1.5px !important;
  color: #000000 !important; /* Bold Solid Black */
  font-weight: 700 !important;
  flex: 1.2 !important;
}

.cta-subtext {
  font-size: 16px !important;
  line-height: 1.6 !important;
  color: #222222 !important; /* Visible Dark Grey */
  max-width: 380px !important;
  padding: 0 2.5rem !important;
  border-right: 2px solid #D6CCA8 !important;
  flex: 1 !important;
  font-weight: 500 !important;
}

.cta-btn-wrapper {
  padding-left: 2.5rem !important;
}

.tell-us-btn {
  display: inline-block !important;
  background-color: #8C6A38 !important;
  color: #FFFFFF !important;
  padding: 18px 32px !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  letter-spacing: 2px !important;
  text-decoration: none !important;
  border-radius: 4px !important;
}

/* Responsive Mobile Rules */
@media (max-width: 1024px) {
  .gallery-grid { grid-template-columns: repeat(2, 1fr) !important; }
  .testimonial-banner { grid-template-columns: 1fr !important; }
  .stats-bar { flex-wrap: wrap !important; gap: 1.5rem !important; }
  .stat-divider { display: none !important; }
  .cta-bottom-bar { flex-direction: column !important; text-align: center !important; gap: 2rem !important; }
  .cta-subtext { border-right: none !important; padding: 0 !important; }
  .cta-btn-wrapper { padding-left: 0 !important; }
}

@media (max-width: 600px) {
  .gallery-grid { grid-template-columns: 1fr !important; }
  .main-heading { font-size: 30px !important; }
  .quote-text { font-size: 22px !important; }
  .cta-heading { font-size: 28px !important; }
}/* End custom CSS */