.elementor-14165 .elementor-element.elementor-element-702fea7{--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-14165 .elementor-element.elementor-element-9062cee{--spacer-size:50px;}.elementor-14165 .elementor-element.elementor-element-fe2cb8b{text-align:center;}.elementor-14165 .elementor-element.elementor-element-fe2cb8b .elementor-heading-title{font-family:"Josefin Sans", Sans-serif;font-size:67px;}.elementor-14165 .elementor-element.elementor-element-8431aad{--display:flex;}.elementor-14165 .elementor-element.elementor-element-b117ace{--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-14165 .elementor-element.elementor-element-27f6160{--spacer-size:25px;}.elementor-14165 .elementor-element.elementor-element-b67b2a7{text-align:center;}.elementor-14165 .elementor-element.elementor-element-b67b2a7 .elementor-heading-title{font-size:20px;}.elementor-14165 .elementor-element.elementor-element-6f2145d .elementor-button{background-color:#000000;border-radius:25px 25px 25px 25px;}.elementor-14165 .elementor-element.elementor-element-09fd4e0{--spacer-size:25px;}/* Start custom CSS for html, class: .elementor-element-c4618c4 *//* ---------- Base Styles ---------- */
.prolase-pricing {
  font-family: 'Mulish', sans-serif;
  color: #000;
}

.prolase-pricing h2 {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 26px;
  margin: 50px 0 10px;
  border-bottom: 2px solid #000;
  padding-bottom: 8px;
}

.prolase-pricing h3 {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 20px;
  margin: 30px 0 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid #000;
}

.note-text {
  font-size: 13px;
  color: #555;
  margin: -5px 0 20px 0;
  font-style: italic;
  text-align: center
}

/* ---------- Mobile Bubble Layout ---------- */
.pricing-bubbles {
  display: none; /* hidden on desktop, visible on mobile */
}

.bubble {
  border: 1px solid #000;
  border-radius: 10px;
  padding: 15px;
  margin-bottom: 20px;
  background: #fff;
}

.bubble h4 {
  font-family: 'Josefin Sans', sans-serif;
  margin-bottom: 8px;
  font-size: 17px;
}

.bubble p {
  margin: 4px 0;
  font-size: 15px;
}

.discount {
  font-weight: bold;
  margin-left: 5px;
}

/* mobile discount color */
@media (max-width: 768px) {
  .discount {
    color: #6ec1e4;
  }
}

/* spacing between last bubble in one section and the next header */
@media (max-width: 768px) {
  .pricing-bubbles:last-of-type {
    margin-bottom: 40px;
  }
}

/* ---------- Desktop Table Layout ---------- */
.pricing-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 40px;
}

.pricing-table th,
.pricing-table td {
  border: 1px solid #000;
  padding: 10px 15px;
  text-align: center;
  font-size: 15px;
}

.pricing-table th {
  background: #f2f2f2;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 600;
}

.pricing-table td {
  font-family: 'Mulish', sans-serif;
}

.strike {
  text-decoration: line-through;
  color: #555;
  margin-left: 4px;
}

/* ---------- Responsive Display Rules ---------- */
@media (max-width: 768px) {
  .pricing-table {
    display: none; /* hide tables on mobile */
  }
  .pricing-bubbles {
    display: block; /* show bubbles on mobile */
  }
}

@media (min-width: 769px) {
  .pricing-bubbles {
    display: none; /* hide bubbles on desktop */
  }
  .pricing-table {
    display: table; /* show tables on desktop */
  }
}

.strike {
  text-decoration: line-through;
  color: #555; /* optional: makes it slightly muted */
  margin-left: 4px; /* optional: adds spacing from the main price */
}

.financing-note {
  margin-top: 1rem;
  font-style: italic;
  text-align: center;
}

.upgrade-offer {
  background: linear-gradient(135deg, #A3E4FB 0%, #D6F5FF 100%);
  border: 2px solid #76CFF0;
  border-radius: 16px;
  padding: 1.5rem;
  margin-top: 2rem;
  text-align: center;
  box-shadow: 0 4px 12px rgba(163, 228, 251, 0.5);
}

.upgrade-offer h3 {
  font-weight: 700;
  color: #075978;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
}

.upgrade-offer .price {
  font-size: 1.7rem;
  font-weight: 800;
  color: #054f6b;
}

.offer-details {
  font-size: 1rem;
  color: #0f3545;
  margin-top: 0.5rem;
  line-height: 1.5;
}/* End custom CSS */