.elementor-557 .elementor-element.elementor-element-3cb9833{--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-557 .elementor-element.elementor-element-3cb9833:not(.elementor-motion-effects-element-type-background), .elementor-557 .elementor-element.elementor-element-3cb9833 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}.elementor-557 .elementor-element.elementor-element-8560067{--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-557 .elementor-element.elementor-element-23c75e9{--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-557 .elementor-element.elementor-element-3142f6e{--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-557 .elementor-element.elementor-element-66b2207{--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;}/* Start custom CSS for html, class: .elementor-element-bffa273 *//* Container Styles */
.pricing-toggle-container {
  text-align: center;
  padding: 40px 0;
}

/* Toggle Switch */
.toggle-switch {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 30px;
}

.switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 24px;
}
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.slider {
  position: absolute;
  cursor: pointer;
  top: 0; left: 0;
  right: 0; bottom: 0;
  background-color: #ccc;
  transition: 0.4s;
  border-radius: 34px;
}
.slider:before {
  position: absolute;
  content: "";
  height: 18px; width: 18px;
  left: 3px;
  bottom: 3px;
  background-color: white;
  transition: 0.4s;
  border-radius: 50%;
}
input:checked + .slider {
  background-color: #064163;
}
input:checked + .slider:before {
  transform: translateX(26px);
}

/* Pricing Table */
.pricing-table {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}
.pricing-card {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 12px;
  padding: 30px 20px;
  width: 300px;
  text-align: left;
  position: relative;
}
.pricing-card h3 {
  font-size: 24px;
  margin-bottom: 10px;
}
.pricing-card .price {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 5px;
}
.pricing-card p {
  margin-bottom: 20px;
}
.pricing-card button {
  background-color: #000;
  color: #fff;
  border: none;
  padding: 10px 20px;
  font-weight: bold;
  border-radius: 6px;
  margin-bottom: 20px;
  cursor: pointer;
}
.pricing-card ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
  line-height: 1.6;
}
.pricing-card.most-popular {
  border: 2px solid #e91e63;
}
.badge {
  background-color: #e91e63;
  color: white;
  font-size: 13px;
  font-weight: bold;
  padding: 5px 10px;
  border-radius: 30px;
  position: absolute;
  top: -12px;
  right: 20px;
}

/* Responsive */
@media (max-width: 768px) {
  .pricing-card {
    width: 100%;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-e4076d1 *//* Unique Offer Panel Layout */
.offer-panel-01-container {
  max-width: 1100px;
  margin: auto;
  padding: 40px 20px;
  font-family: 'Arial', sans-serif;
  text-align: center;
}

/* Headline */
.offer-panel-01-heading {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 20px;
}

/* Benefit List */
.offer-panel-01-benefits {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  list-style: none;
  padding: 0;
  font-size: 16px;
  margin-bottom: 30px;
}

/* Layout Grid */
.offer-panel-01-columns {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}

/* Shared Box Styling */
.offer-panel-01-box {
  padding: 25px 20px;
  border-radius: 10px;
  color: #fff;
  width: 100%;
  max-width: 450px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  position: relative;
}
.offer-panel-01-box.blue {
  background-color: #0a2a47;
}
.offer-panel-01-box.red {
  background-color: #c62828;
}

/* Package Selector */
.offer-panel-01-options {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin: 15px 0;
}
.package {
  border: 2px solid #fff;
  padding: 10px 15px;
  border-radius: 5px;
  cursor: pointer;
}
.package.selected {
  background-color: #fff;
  color: #0a2a47;
  font-weight: bold;
}

/* Pricing Display */
.old-price span {
  text-decoration: line-through;
}
.price {
  font-size: 26px;
  font-weight: bold;
  margin: 10px 0;
}
.note {
  font-size: 14px;
  margin-bottom: 15px;
}
.savings {
  font-weight: bold;
  color: #fdd835;
}
.next-btn {
  background-color: #fff;
  color: #0a2a47;
  border: none;
  padding: 12px 30px;
  font-size: 16px;
  font-weight: bold;
  border-radius: 5px;
  cursor: pointer;
  margin-bottom: 10px;
}
.shipping {
  font-size: 14px;
  color: #fff;
}

/* Refills Area */
.offer-panel-01-refill-benefits {
  list-style: none;
  padding: 0;
  text-align: left;
  margin: 20px 0;
}
.offer-panel-01-refill-benefits li {
  margin-bottom: 8px;
  font-size: 15px;
}

/* Checkbox Area */
.offer-panel-01-checkbox {
  background: #fff;
  color: #000;
  padding: 15px;
  border-radius: 8px;
  text-align: left;
}
.offer-panel-01-checkbox input {
  margin-right: 10px;
}
.offer-panel-01-checkbox .check-label {
  font-weight: bold;
  color: #0a2a47;
}

/* Responsive Layout */
@media (max-width: 768px) {
  .offer-panel-01-columns {
    flex-direction: column;
    align-items: center;
  }
  .offer-panel-01-benefits {
    flex-direction: column;
    align-items: center;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-3e51222 */.animated-arrow-right {
  width: 60px;
  height: 40px;
  background-color: #064164; /* Blue background */
  clip-path: polygon(0% 0%, 75% 0%, 75% 20%, 100% 50%, 75% 80%, 75% 100%, 0% 100%);
  animation: pulseRight 1.2s ease-in-out infinite;
  margin: auto;
}

/* Animation Keyframes */
@keyframes pulseRight {
  0%, 100% {
    transform: translateX(0);
    opacity: 1;
  }
  50% {
    transform: translateX(8px);
    opacity: 0.8;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c8e7ebe */.animation-wrapper {
  position: relative;
  height: 100px;
}

/* Base circle style */
.circle {
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  background-color: #f48fb1; /* Light pink */
  animation: move-the-circle 1s infinite;
  transform-origin: center center;
}

/* Individual delays and positioning */
.circle:nth-child(1) { left: 0px; animation-delay: 0.1s; }
.circle:nth-child(2) { left: 30px; animation-delay: 0.2s; }
.circle:nth-child(3) { left: 60px; animation-delay: 0.3s; }
.circle:nth-child(4) { left: 90px; animation-delay: 0.4s; }
.circle:nth-child(5) { left: 120px; animation-delay: 0.5s; }
.circle:nth-child(6) { left: 150px; animation-delay: 0.6s; }
.circle:nth-child(7) { left: 180px; animation-delay: 0.7s; }
.circle:nth-child(8) { left: 210px; animation-delay: 0.8s; }

/* Animation Keyframes */
@keyframes move-the-circle {
  0% {
    transform: translate(0, 0) scale(1);
    opacity: 1;
    background-color: #f48fb1;
  }
  50% {
    transform: translate(0, 50px) scale(0.4);
    opacity: 0.5;
    background-color: #8e24aa; /* Purple */
  }
  100% {
    transform: translate(0, 0) scale(1);
    opacity: 1;
    background-color: #f48fb1;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-b06d7a6 */.fizzbtn-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 60px 0;
  background: #1e1e2f;
}

.fizzbtn-toggle input {
  display: none;
}

.fizzbtn-label {
  cursor: pointer;
}

.fizzbtn-inner {
  position: relative;
  width: 200px;
  height: 50px;
  border: 2px solid #fff;
  border-radius: 6px;
  background: transparent;
  color: #fff;
  text-align: center;
  line-height: 50px;
  font-family: 'Arial', sans-serif;
  font-size: 16px;
  transition: all 0.3s ease;
  overflow: hidden;
}

.fizzbtn-icon {
  position: absolute;
  left: 20px;
  top: 12px;
  font-size: 24px;
  color: #ba68c8; /* Purple */
  opacity: 0;
  transition: all 0.3s ease;
}

.fizzbtn-text {
  position: relative;
  z-index: 2;
  transition: all 0.3s ease;
}

.fizzbtn-inner:hover {
  background: linear-gradient(to right, #f06292, #ba68c8); /* Pink to Purple */
  color: #fff;
}

.fizzbtn-inner:hover .fizzbtn-icon {
  opacity: 1;
  top: 8px;
}

.fizzbtn-inner:hover .fizzbtn-text {
  margin-left: 20px;
}

.fizzbtn-particles {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  pointer-events: none;
  overflow: hidden;
}

.fizzbtn-spot {
  position: absolute;
  width: 6px;
  height: 6px;
  background: radial-gradient(circle, #f48fb1, #8e24aa);
  border-radius: 50%;
  opacity: 0;
  animation: fizzbtn-spew 1s ease-out forwards, fizzbtn-spin 3s linear infinite;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.fizzbtn-spot:nth-child(odd) {
  animation-delay: 0.1s;
}
.fizzbtn-spot:nth-child(even) {
  animation-delay: 0.2s;
}

@keyframes fizzbtn-spew {
  0% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0);
  }
  50% {
    opacity: 1;
    transform: translate(calc(-50% + 20px), calc(-50% - 20px)) scale(1);
  }
  100% {
    opacity: 0;
    transform: translate(calc(-50% + 40px), calc(-50% - 40px)) scale(0.2);
  }
}

@keyframes fizzbtn-spin {
  0% {
    transform: rotate(0deg) translateX(0) scale(1);
  }
  100% {
    transform: rotate(360deg) translateX(0) scale(1);
  }
}

.fizzbtn-tick {
  position: absolute;
  right: 15px;
  top: 13px;
  font-size: 20px;
  color: #f48fb1;
  opacity: 0;
  transform: scale(0);
  transition: all 0.4s ease;
}

#fizzbtn-checkbox:checked + label .fizzbtn-tick {
  opacity: 1;
  transform: scale(1) rotate(-20deg);
}

#fizzbtn-checkbox:checked + label .fizzbtn-text {
  opacity: 0;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-39872e9 */.comparison-table-wrapper {
  text-align: center;
  font-family: Arial, sans-serif;
  padding: 40px 20px;
}

.table-title {
  background-color: #fcd299;
  color: #222;
  display: inline-block;
  padding: 10px 30px;
  border-radius: 12px;
  font-size: 20px;
  margin-bottom: 30px;
}

.comparison-table {
  display: flex;
  justify-content: center;
  gap: 10px;
  overflow-x: auto;
}

.table-column {
  background-color: #fff4e6;
  border-radius: 10px;
  padding: 10px;
  flex: 1;
  min-width: 180px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.05);
}

.feature-labels {
  background-color: #ffe0b2;
  font-weight: bold;
}

.label-header {
  background-color: #ffcc80;
  padding: 10px;
  border-radius: 8px;
  margin-bottom: 10px;
}

.label,
.cell {
  padding: 12px 10px;
  border-bottom: 1px solid #f5c38a;
  font-size: 14px;
}

.price-badge {
  background-color: #ffcc80;
  color: #000;
  font-weight: bold;
  border-radius: 50px;
  display: inline-block;
  padding: 6px 16px;
  margin-bottom: 10px;
}

img {
  width: 100%;
  max-width: 140px;
  height: auto;
  margin: 0 auto 10px;
  border-radius: 8px;
}

.buy-btn {
  background-color: #ffb74d;
  color: #000;
  border: none;
  padding: 10px 20px;
  margin-top: 10px;
  border-radius: 6px;
  cursor: pointer;
  font-weight: bold;
  transition: background-color 0.3s;
}

.buy-btn:hover {
  background-color: #ffa726;
}

/* Responsive */
@media (max-width: 768px) {
  .comparison-table {
    flex-direction: column;
    align-items: center;
  }

  .table-column {
    width: 100%;
    max-width: 400px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-ccd7e7d */.harmony-compare-wrapper {
  font-family: Arial, sans-serif;
  text-align: center;
  padding: 40px 20px;
  background-color: #0b1c17;
  color: #fff;
}

.harmony-title {
  font-size: 28px;
  margin-bottom: 30px;
  color: #fff;
}
.harmony-title span {
  color: #7ed957;
}

.harmony-comparison {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  background-color: #153428;
  border-radius: 12px;
  overflow: hidden;
}

.harmony-col {
  flex: 1;
  min-width: 150px;
  padding: 10px;
  border-left: 1px solid #1e3d30;
  background-color: #1a3c2e;
}
.harmony-col:first-child {
  border-left: none;
  background-color: #265f47;
}
.features {
  background-color: #1c4939;
}
.product-label {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 20px;
  background-color: #1f5841;
  padding: 10px;
  border-radius: 6px;
}

.feature {
  padding: 14px 10px;
  font-size: 14px;
  border-bottom: 1px solid #2d6c50;
}
img {
  width: 100px;
  margin: 10px auto;
  display: block;
  border-radius: 6px;
}
.brand-name {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 20px;
  color: #ccc;
}
.check, .cross {
  font-size: 20px;
  padding: 14px 0;
  border-bottom: 1px solid #2d6c50;
}
.check {
  color: #7ed957; /* green */
}
.cross {
  color: #ff4d4d; /* red */
}

/* Responsive */
@media (max-width: 768px) {
  .harmony-comparison {
    flex-direction: column;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-1e8b901 */.force-table-wrapper {
  font-family: Arial, sans-serif;
  text-align: center;
  background: #fff;
  padding: 40px 20px;
}

.force-title {
  font-size: 28px;
  color: #f26522;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.3;
  margin-bottom: 30px;
}

.force-table {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 0;
  max-width: 900px;
  margin: 0 auto;
  border: 2px solid #f26522;
  border-radius: 12px;
  overflow: hidden;
}

.force-labels {
  display: flex;
  flex-direction: column;
  background: #fff;
}
.label-row {
  padding: 16px;
  border-bottom: 1px solid #f4c9a1;
  font-weight: bold;
  font-size: 16px;
  text-align: left;
  padding-left: 20px;
}

.force-column {
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-left: 1px solid #f4c9a1;
}

.force-column.center {
  background: #f26522;
  color: #fff;
  font-weight: bold;
}

.force-column.center .data-row {
  border-color: #e85515;
}

.product-header {
  padding: 20px 10px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
}
.product-header img {
  width: 90px;
  height: auto;
  margin: 10px 0;
}

.data-row {
  padding: 16px;
  width: 100%;
  border-top: 1px solid #f4c9a1;
  font-size: 16px;
}

.data-row.big {
  font-size: 20px;
  font-weight: bold;
}

.check {
  font-size: 24px;
  color: #00c853;
}

.cross {
  font-size: 24px;
  color: #f44336;
}

.force-footnote {
  font-size: 12px;
  color: #555;
  max-width: 700px;
  margin: 20px auto 0;
}

/* Responsive */
@media (max-width: 768px) {
  .force-table {
    grid-template-columns: 1fr;
  }
  .label-row {
    text-align: center;
    padding-left: 0;
  }
}/* End custom CSS */