.elementor-28 .elementor-element.elementor-element-0d79175{--display:flex;}.elementor-28 .elementor-element.elementor-element-dd9834c{--display:flex;}.elementor-28 .elementor-element.elementor-element-b06e529{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-e127fa2 */@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@500;600;700&family=Manrope:wght@300;400;500;600&display=swap');

.packages-hero-wrapper {
  position: relative;
  width: 100%;
  max-width: 1400px;
  min-height: 600px;
  margin: 0 auto;
  background-image: url('https://reetiriwaaz.in/wp-content/uploads/2026/07/our-packages-hero.png');
  background-size: cover;
  background-position: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 80px 70px 40px 70px;
  overflow: hidden;
  font-family: 'Manrope', sans-serif;
  box-sizing: border-box;
}

.packages-hero-wrapper *, .packages-hero-wrapper *::before, .packages-hero-wrapper *::after {
  box-sizing: border-box;
}

/* Dark gradient overlay for text visibility */
.packages-hero-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(5, 5, 5, 0.95) 0%, rgba(5, 5, 5, 0.75) 50%, rgba(5, 5, 5, 0.2) 100%);
  z-index: 1;
  pointer-events: none;
}

/* Hero Content Area */
.packages-hero-wrapper .packages-hero-content {
  position: relative;
  z-index: 2;
  max-width: 600px;
}

/* Subtitle */
.packages-hero-wrapper .hero-subtitle {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 3px;
  color: #d9b15d;
  margin-bottom: 15px;
  text-transform: uppercase;
}

/* Title */
.packages-hero-wrapper .hero-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 3.8rem;
  color: #ffffff;
  line-height: 1.1;
  font-weight: 600;
  margin-bottom: 25px;
}

/* Description */
.packages-hero-wrapper .hero-desc {
  font-size: 15px;
  color: #dcdcdc;
  line-height: 1.6;
  margin-bottom: 35px;
  max-width: 500px;
  font-weight: 300;
}

/* CTA Button */
.packages-hero-wrapper .hero-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: transparent;
  border: 1px solid rgba(212, 175, 55, 0.6);
  color: #d9b15d;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;
  padding: 15px 28px;
  border-radius: 3px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.packages-hero-wrapper .hero-btn span {
  font-size: 18px;
  line-height: 1;
  transition: transform 0.3s ease;
}

.packages-hero-wrapper .hero-btn:hover {
  background: #d4af37;
  color: #080808;
  border-color: #d4af37;
  box-shadow: 0 0 20px rgba(212, 175, 55, 0.4);
}

.packages-hero-wrapper .hero-btn:hover span {
  transform: translateX(4px);
}

/* Bottom Features Bar */
.packages-hero-wrapper .hero-features-bar {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 60px;
  padding-top: 25px;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  gap: 20px;
}

.packages-hero-wrapper .feature-item {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #ffffff;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.packages-hero-wrapper .feature-icon {
  color: #d9b15d;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Responsive adjustments */
@media (max-width: 1200px) {
  .packages-hero-wrapper .hero-features-bar {
    flex-wrap: wrap;
    justify-content: center;
    gap: 25px;
  }
}

@media (max-width: 992px) {
  .packages-hero-wrapper {
    padding: 60px 30px 30px 30px;
    justify-content: flex-start;
  }
  .packages-hero-wrapper::before {
    background: rgba(5, 5, 5, 0.88);
  }
  .packages-hero-wrapper .packages-hero-content {
    max-width: 100%;
    margin-bottom: 50px;
  }
  .packages-hero-wrapper .hero-title {
    font-size: 3rem;
  }
}

@media (max-width: 768px) {
  .packages-hero-wrapper .hero-title {
    font-size: 2.4rem;
  }
  .packages-hero-wrapper .hero-features-bar {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}

@media (max-width: 480px) {
  .packages-hero-wrapper .hero-features-bar {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-fe3d21e */@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;0,700;1,400&family=Plus+Jakarta+Sans:wght@300;400;500;600&display=swap');

.luxury-pricing-wrapper {
  position: relative;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  background-color: #050505;
  padding: 80px 30px;
  font-family: 'Plus Jakarta Sans', sans-serif;
  box-sizing: border-box;
}

.luxury-pricing-wrapper *, .luxury-pricing-wrapper *::before, .luxury-pricing-wrapper *::after {
  box-sizing: border-box;
}

/* Grid Layout */
.luxury-pricing-wrapper .luxury-cards-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  align-items: stretch;
}

/* Base Card Style */
.luxury-pricing-wrapper .luxury-card {
  position: relative;
  background-color: #0a0a0a;
  border: 1px solid rgba(212, 175, 55, 0.18);
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), border-color 0.4s ease, box-shadow 0.4s ease;
}

.luxury-pricing-wrapper .luxury-card:hover {
  border-color: rgba(212, 175, 55, 0.45);
  transform: translateY(-6px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.6);
}

/* Featured Card Elevated Look */
.luxury-pricing-wrapper .luxury-card.featured {
  border-color: rgba(212, 175, 55, 0.5);
  background-color: #0c0b09;
  box-shadow: 0 10px 30px rgba(212, 175, 55, 0.08);
}

/* Most Chosen Badge */
.luxury-pricing-wrapper .featured-tag {
  position: absolute;
  top: 18px;
  right: 18px;
  background-color: #d4af37;
  color: #050505;
  font-size: 9.5px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 5px 14px;
  border-radius: 2px;
  z-index: 10;
}

/* Image Container */
.luxury-pricing-wrapper .card-media {
  position: relative;
  width: 100%;
  height: 210px;
  overflow: hidden;
}

.luxury-pricing-wrapper .card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s cubic-bezier(0.16, 1, 0.3, 1);
}

.luxury-pricing-wrapper .luxury-card:hover .card-media img {
  transform: scale(1.05);
}

.luxury-pricing-wrapper .media-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(10,10,10,0) 40%, rgba(10,10,10,0.95) 100%);
  z-index: 2;
}

/* Card Content Area */
.luxury-pricing-wrapper .card-content {
  padding: 30px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: space-between;
}

.luxury-pricing-wrapper .card-top-info {
  text-align: center;
  margin-bottom: 25px;
}

.luxury-pricing-wrapper .package-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 32px;
  font-weight: 600;
  color: #ffffff;
  letter-spacing: 3px;
  margin-bottom: 6px;
}

.luxury-pricing-wrapper .package-subtitle {
  font-size: 11.5px;
  font-weight: 500;
  color: #d4af37;
  letter-spacing: 1px;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.luxury-pricing-wrapper .title-divider {
  width: 30px;
  height: 1px;
  background-color: rgba(212, 175, 55, 0.4);
  margin: 0 auto 15px auto;
}

.luxury-pricing-wrapper .package-desc {
  font-size: 13.5px;
  color: #999999;
  line-height: 1.6;
  font-weight: 300;
  margin: 0;
}

/* Features List */
.luxury-pricing-wrapper .package-features-list {
  list-style: none;
  padding: 0;
  margin: 0 0 35px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  padding-top: 22px;
}

.luxury-pricing-wrapper .package-features-list li {
  position: relative;
  padding-left: 18px;
  font-size: 13px;
  color: #d0d0d0;
  margin-bottom: 12px;
  font-weight: 300;
  letter-spacing: 0.3px;
}

/* Subtle gold bullet points instead of cartoon checkmarks */
.luxury-pricing-wrapper .package-features-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 5px;
  height: 5px;
  background-color: #d4af37;
  border-radius: 50%;
  opacity: 0.8;
}

/* Card Bottom (Pricing & Button) */
.luxury-pricing-wrapper .card-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  padding-top: 25px;
  text-align: center;
}

.luxury-pricing-wrapper .pricing-block {
  margin-bottom: 20px;
}

.luxury-pricing-wrapper .price-prefix {
  display: block;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 2px;
  color: #777777;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.luxury-pricing-wrapper .price-number {
  font-family: 'Cormorant Garamond', serif;
  font-size: 32px;
  font-weight: 600;
  color: #ffffff;
  letter-spacing: 1px;
}

/* Action Button */
.luxury-pricing-wrapper .luxury-btn {
  display: block;
  width: 100%;
  background-color: transparent;
  border: 1px solid rgba(212, 175, 55, 0.5);
  color: #e5c158;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-decoration: none;
  padding: 15px 20px;
  border-radius: 2px;
  transition: all 0.3s ease;
}

.luxury-pricing-wrapper .luxury-btn:hover {
  background-color: #d4af37;
  color: #050505;
  border-color: #d4af37;
}

.luxury-pricing-wrapper .luxury-btn.featured-btn {
  background-color: #d4af37;
  color: #050505;
  border-color: #d4af37;
}

.luxury-pricing-wrapper .luxury-btn.featured-btn:hover {
  background-color: #e3bd4a;
  box-shadow: 0 4px 15px rgba(212, 175, 55, 0.3);
}

/* Responsive Queries */
@media (max-width: 1024px) {
  .luxury-pricing-wrapper .luxury-cards-container {
    grid-template-columns: 1fr;
    max-width: 500px;
    margin: 0 auto;
  }
}

@media (max-width: 480px) {
  .luxury-pricing-wrapper {
    padding: 40px 15px;
  }
  .luxury-pricing-wrapper .card-content {
    padding: 20px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-543e85e */@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@500;600;700&family=Plus+Jakarta+Sans:wght@300;400;500;600&display=swap');

.planning-section {
  position: relative;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  background-color: #050505;
  color: #ffffff;
  padding: 60px 40px;
  font-family: 'Plus Jakarta Sans', sans-serif;
  box-sizing: border-box;
}

.planning-section *, .planning-section *::before, .planning-section *::after {
  box-sizing: border-box;
}

/* Inclusions Header */
.planning-section .inclusions-header {
  text-align: center;
  margin-bottom: 70px;
}

.planning-section .inclusions-top-text {
  font-size: 12px;
  color: #bfa14f;
  letter-spacing: 1.5px;
  margin-bottom: 35px;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.planning-section .inclusions-main-box {
  border: 1px solid rgba(212, 175, 55, 0.25);
  border-radius: 6px;
  padding: 40px 30px;
  background: radial-gradient(circle at top, #0f0d09 0%, #080705 100%);
  position: relative;
}

.planning-section .inclusions-title-wrap,
.planning-section .process-title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-bottom: 40px;
}

.planning-section .line-ornament {
  width: 60px;
  height: 1px;
  background: linear-gradient(90deg, transparent, #d4af37, transparent);
}

.planning-section h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 3px;
  color: #ffffff;
  margin: 0;
}

/* Inclusions Grid */
.planning-section .inclusions-grid {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  gap: 15px;
}

.planning-section .inclusion-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 15px 5px;
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.planning-section .inclusion-item:hover {
  transform: translateY(-5px);
}

.planning-section .inc-icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid rgba(212, 175, 55, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #d4af37;
  margin-bottom: 12px;
  background: rgba(212, 175, 55, 0.03);
  transition: all 0.4s ease;
}

.planning-section .inclusion-item:hover .inc-icon {
  background: #d4af37;
  color: #050505;
  border-color: #d4af37;
  box-shadow: 0 0 15px rgba(212, 175, 55, 0.4);
}

.planning-section .inc-text {
  font-size: 11px;
  font-weight: 500;
  color: #cccccc;
  line-height: 1.3;
  letter-spacing: 0.3px;
}


/* Planning Process Section Layout */
.planning-section .process-main-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 50px;
}

.planning-section .process-timeline-area {
  flex: 1;
}

.planning-section .process-title-wrap {
  justify-content: flex-start;
  margin-bottom: 35px;
}

.planning-section .process-title-wrap .line-ornament {
  width: 40px;
}

.planning-section .steps-flex-container {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
}

/* Step Card */
.planning-section .step-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  flex: 1;
  padding: 0 5px;
  opacity: 0;
  transform: translateY(20px);
  animation: fadeInUp 0.8s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

/* Staggered animation delays for steps */
.planning-section .step-card:nth-child(1) { animation-delay: 0.1s; }
.planning-section .step-card:nth-child(3) { animation-delay: 0.25s; }
.planning-section .step-card:nth-child(5) { animation-delay: 0.4s; }
.planning-section .step-card:nth-child(7) { animation-delay: 0.55s; }
.planning-section .step-card:nth-child(9) { animation-delay: 0.7s; }

@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.planning-section .step-circle-box {
  width: 65px;
  height: 65px;
  border-radius: 50%;
  border: 1px solid rgba(212, 175, 55, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #d4af37;
  background: radial-gradient(circle, rgba(212,175,55,0.08) 0%, rgba(5,5,5,1) 80%);
  margin-bottom: 15px;
  transition: all 0.4s ease;
}

.planning-section .step-card:hover .step-circle-box {
  transform: scale(1.1);
  border-color: #d4af37;
  box-shadow: 0 0 20px rgba(212, 175, 55, 0.3);
  background: #d4af37;
  color: #050505;
}

.planning-section .step-num {
  font-size: 11px;
  font-weight: 700;
  color: #d4af37;
  letter-spacing: 1px;
  margin-bottom: 5px;
}

.planning-section .step-name {
  font-family: 'Cormorant Garamond', serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1.5px;
  color: #ffffff;
  margin-bottom: 8px;
}

.planning-section .step-desc {
  font-size: 11.5px;
  color: #999999;
  line-height: 1.5;
  font-weight: 300;
  margin: 0;
}

.planning-section .step-connector {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 30px;
}

.planning-section .step-connector span {
  width: 5px;
  height: 5px;
  background-color: rgba(212, 175, 55, 0.5);
  border-radius: 50%;
  box-shadow: 0 0 6px rgba(212, 175, 55, 0.5);
}


/* Right CTA Section */
.planning-section .process-cta-area {
  width: 340px;
  flex-shrink: 0;
  background: radial-gradient(circle at top, #14110a 0%, #080705 100%);
  border: 1px solid rgba(212, 175, 55, 0.3);
  border-radius: 6px;
  padding: 40px 30px;
  text-align: center;
  position: relative;
  box-shadow: 0 10px 30px rgba(0,0,0,0.5);
  transition: transform 0.4s ease, border-color 0.4s ease;
}

.planning-section .process-cta-area:hover {
  transform: translateY(-5px);
  border-color: rgba(212, 175, 55, 0.6);
}

.planning-section .cta-ornament-icon {
  margin-bottom: 15px;
  opacity: 0.8;
}

.planning-section .cta-heading {
  font-family: 'Cormorant Garamond', serif;
  font-size: 26px;
  font-weight: 600;
  color: #ffffff;
  line-height: 1.2;
  margin-bottom: 15px;
  letter-spacing: 1px;
}

.planning-section .cta-text {
  font-size: 13px;
  color: #aaaaaa;
  line-height: 1.6;
  font-weight: 300;
  margin-bottom: 25px;
}

.planning-section .cta-consult-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  background: transparent;
  border: 1px solid #d4af37;
  color: #d4af37;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-decoration: none;
  padding: 14px 20px;
  border-radius: 3px;
  transition: all 0.3s ease;
}

.planning-section .cta-consult-btn span {
  font-size: 16px;
  transition: transform 0.3s ease;
}

.planning-section .cta-consult-btn:hover {
  background: #d4af37;
  color: #050505;
  box-shadow: 0 0 20px rgba(212, 175, 55, 0.4);
}

.planning-section .cta-consult-btn:hover span {
  transform: translateX(4px);
}


/* Responsive Design */
@media (max-width: 1200px) {
  .planning-section .inclusions-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
  }
  .planning-section .process-main-wrapper {
    flex-direction: column;
    align-items: center;
  }
  .planning-section .process-cta-area {
    width: 100%;
    max-width: 500px;
    margin: 40px auto 0 auto;
  }
  .planning-section .process-title-wrap {
    justify-content: center;
  }
}

@media (max-width: 900px) {
  .planning-section .steps-flex-container {
    flex-direction: column;
    gap: 25px;
    align-items: center;
  }
  .planning-section .step-connector {
    display: none;
  }
  .planning-section .step-card {
    width: 100%;
    max-width: 300px;
  }
}

@media (max-width: 600px) {
  .planning-section .inclusions-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .planning-section {
    padding: 40px 15px;
  }
}/* End custom CSS */