.elementor-6505 .elementor-element.elementor-element-dc4a821{--display:flex;--min-height:484px;--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;--border-radius:0px 0px 40px 40px;}.elementor-6505 .elementor-element.elementor-element-dc4a821:not(.elementor-motion-effects-element-type-background), .elementor-6505 .elementor-element.elementor-element-dc4a821 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://bookmyveda.com/wp-content/uploads/2026/02/body-purification-1.png");background-size:cover;}.elementor-6505 .elementor-element.elementor-element-bf59633{--display:flex;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-6505 .elementor-element.elementor-element-08ef7ba{margin:30px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;text-align:center;}.elementor-6505 .elementor-element.elementor-element-08ef7ba .elementor-heading-title{font-family:"Joan", Sans-serif;font-size:40px;font-weight:400;color:#2E5C4D;}.elementor-6505 .elementor-element.elementor-element-f588e6c{--display:flex;--margin-top:20px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-6505 .elementor-element.elementor-element-b4b98fc{margin:0px 20px calc(var(--kit-widget-spacing, 0px) + 0px) 20px;text-align:justify;font-family:"Joan", Sans-serif;font-size:17px;font-weight:400;color:#222121;}.elementor-6505 .elementor-element.elementor-element-c0ace9b{--display:flex;}.elementor-6505 .elementor-element.elementor-element-e017ae0{text-align:center;}.elementor-6505 .elementor-element.elementor-element-e017ae0 .elementor-heading-title{font-family:"Joan", Sans-serif;font-size:40px;font-weight:400;color:#2E5C4D;}.elementor-6505 .elementor-element.elementor-element-0120f39{text-align:center;}.elementor-6505 .elementor-element.elementor-element-0120f39 .elementor-heading-title{font-family:"Joan", Sans-serif;font-size:40px;font-weight:400;color:#2E5C4D;}.elementor-6505 .elementor-element.elementor-element-5630a2d{--display:flex;--margin-top:20px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-6505 .elementor-element.elementor-element-142d713{margin:20px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;text-align:center;}.elementor-6505 .elementor-element.elementor-element-142d713 .elementor-heading-title{font-family:"Joan", Sans-serif;font-size:40px;font-weight:400;color:#2E5C4D;}.elementor-6505 .elementor-element.elementor-element-74050c4{--display:flex;}.elementor-6505 .elementor-element.elementor-element-6dfa9c5{--display:flex;}/* Start custom CSS for html, class: .elementor-element-7b6d416 */.flip-row {
  display: flex;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
}

/* Fixed 4:5 Ratio Manually */
.flip-box {
  width: 300px;
  height: 375px;   /* 4:5 ratio */
  perspective: 1000px;
}

.flip-box-inner {
  position: relative;
  width: 100%;
  height: 100%;
  transition: transform 0.7s ease;
  transform-style: preserve-3d;
}

.flip-box:hover .flip-box-inner {
  transform: rotateY(180deg);
}

.flip-box-front,
.flip-box-back {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 18px;
  backface-visibility: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  box-shadow: 0 15px 35px rgba(0,0,0,0.1);
  padding: 20px;
}

.flip-box-front {
  background: #f4efe6;
}

.flip-box-back {
  background: #2e5c4d;
  color: #ffffff;
  transform: rotateY(180deg);
}

/* Joan Title */
.flip-box h3 {
  font-family: 'Joan', serif;
  font-size: 30px;
  margin-bottom: 15px;
}

/* Normal Price */
.flip-box .price {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 22px;
  font-weight: 600;
}

/* Mobile */
@media (max-width: 768px) {
  .flip-row {
    flex-direction: column;
    align-items: center;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-9e88a34 */.flip-row {
  display: flex;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
}

/* Fixed 4:5 Ratio Manually */
.flip-box {
  width: 300px;
  height: 375px;   /* 4:5 ratio */
  perspective: 1000px;
}

.flip-box-inner {
  position: relative;
  width: 100%;
  height: 100%;
  transition: transform 0.7s ease;
  transform-style: preserve-3d;
}

.flip-box:hover .flip-box-inner {
  transform: rotateY(180deg);
}

.flip-box-front,
.flip-box-back {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 18px;
  backface-visibility: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  box-shadow: 0 15px 35px rgba(0,0,0,0.1);
  padding: 20px;
}

.flip-box-front {
  background: #f4efe6;
}

.flip-box-back {
  background: #2e5c4d;
  color: #ffffff;
  transform: rotateY(180deg);
}

/* Joan Title */
.flip-box h3 {
  font-family: 'Joan', serif;
  font-size: 30px;
  margin-bottom: 15px;
}

/* Normal Price */
.flip-box .price {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 22px;
  font-weight: 600;
}

/* Mobile */
@media (max-width: 768px) {
  .flip-row {
    flex-direction: column;
    align-items: center;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-e619651 *//* Section Wrapper */
.package-section {
  max-width: 900px;
  margin: 80px auto;
  padding: 0 20px;
  text-align: center;
}

/* Heading */
.package-title {
  font-family: 'Joan', serif;
  font-size: 36px;
  margin-bottom: 40px;
  letter-spacing: 1px;
  color: #2e5c4d;
}

/* Card */
.package-card {
  background: #f6f2ea;
  padding: 50px;
  border-radius: 20px;
  box-shadow: 0 20px 40px rgba(0,0,0,0.06);
  text-align: left;
}

/* List Styling */
.package-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.package-list li {
  position: relative;
  padding-left: 35px;
  margin-bottom: 18px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 17px;
  line-height: 1.6;
}

/* Custom Checkmark */
.package-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 2px;
  color: #2e5c4d;
  font-weight: bold;
  font-size: 18px;
}

/* Bottom Text */
.package-note {
  margin-top: 35px;
  font-size: 15px;
  color: #666;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
}

/* Mobile */
@media (max-width: 768px) {
  .package-card {
    padding: 30px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-1988824 *//* Button Wrapper */
.action-buttons {
  margin-top: 50px;
  display: flex;
  justify-content: center;
  gap: 25px;
  flex-wrap: wrap;
}

/* Uniform Button Style */
.btn-uniform {
  padding: 14px 36px;
  border-radius: 50px;
  text-decoration: none;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  letter-spacing: 1px;
  background-color: #2e5c4d;
  color: #ffffff;
  border: 2px solid #2e5c4d;
  transition: all 0.3s ease;
  display: inline-block;
}

/* Hover Effect - Invert */
.btn-uniform:hover {
  background-color: #ffffff;
  color: #2e5c4d;
  border: 2px solid #2e5c4d;
  transform: translateY(-3px);
}/* End custom CSS */