/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* General Table Styling */
.hero-heading span {
    display: block;
    line-height: normal;
}

#tablepress-comparison-table {
  width: 100%;
  border-collapse: collapse;
  font-family: "Neue Haas Grotesk Display Pro", Arial, Helvetica, sans-serif;
  text-align: center;
}

.tablepress>*+tbody>*>*,
.tablepress>tbody>*~*>* {
  border-top: 1px solid #767676;
}

#tablepress-comparison-table th,
#tablepress-comparison-table td {
  padding: 10px;
  vertical-align: middle;
  background-color: transparent;
  text-align: center;
}

#tablepress-comparison-table th {
  font-weight: bold;
}

#tablepress-comparison-table td {
  font-size: 18px;
}

#tablepress-comparison-table .column-1 {
  text-align: left;
  font-size: 24px;
  font-weight: 600;
}

#tablepress-comparison-table .row-1 th,
#tablepress-comparison-table .row-2 td {
  border-top: none;
}

#tablepress-comparison-table .row-2 .column-3,
#tablepress-comparison-table .row-7 .column-2,
#tablepress-comparison-table .row-7 .column-3 {
  font-weight: 600;
}

#tablepress-comparison-table .row-2 .column-3 {
  font-size: 20px;
}

#tablepress-comparison-table .column-1,
#tablepress-comparison-table .column-2,
#tablepress-comparison-table .column-3 {
  width: 25%;
}

/* Image and Logo Styling */
#tablepress-comparison-table td img {
  display: block;
  margin: 0 auto;
  max-width: 180px;
  height: auto;
}

#tablepress-comparison-table .row-1 .column-2,
#tablepress-comparison-table .row-1 .column-3 {
  position: relative;
}

#tablepress-comparison-table .vs-text {
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 24px;
  font-weight: 600;
  background-color: #e63435;
  padding: 0 6px;
  z-index: 1;
  color: #fff;
}

#tablepress-comparison-table .row-1 .column-2 img {
  width: 150px;
}

#tablepress-comparison-table .row-1 .column-3 img {
  width: 110px;
}

/* Custom Icons and Text Colors */
#tablepress-comparison-table td span.positive:before,
#tablepress-comparison-table td span.negative:before {
  display: block;
  width: 24px;
  height: 24px;
  margin: 0 auto 5px auto;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  content: "";
}

#tablepress-comparison-table td span.positive:before {
  background-image: url('http://mmweightloss.modernmeds.com/wp-content/uploads/2024/05/tick.png');
}

#tablepress-comparison-table td span.negative:before {
  background-image: url('http://mmweightloss.modernmeds.com/wp-content/uploads/2024/05/cross.png');
}

#tablepress-comparison-table span.highlight,
#tablepress-comparison-table td span.price {
  font-weight: bold;
  color: #E63435;
}

#tablepress-comparison-table td span.price {
  font-size: 16px;
}

#tablepress-comparison-table span.fine-text {
  font-size: 12px;
  color: #777;
}

/* Button Styling */
#tablepress-comparison-table a.button {
  background-color: #E63435;
  color: #fff;
  padding: 10px 20px;
  text-decoration: none;
  border-radius: 5px;
  font-size: 16px;
  display: inline-block;
  margin-top: 10px;
}

#tablepress-comparison-table a.button:hover {
  background-color: #cc0000;
}

/* FAQ Accordion Styling */
.faq .elementor-accordion-item .elementor-tab-title {
  border-bottom: 4px solid #dcdcdc !important;
}

.faq .elementor-accordion .elementor-tab-title .elementor-accordion-icon svg {
  width: 1.5em;
  height: 1.5em;
}

/* Responsive Styles */
@media (max-width: 768px) {
  #tablepress-comparison-table td,
  #tablepress-comparison-table .column-1,
  #tablepress-comparison-table .row-2 .column-3 {
    font-size: 14px;
  }

  #tablepress-comparison-table td img {
    max-width: 100px;
  }

  #tablepress-comparison-table .column-2,
  #tablepress-comparison-table .column-3 {
    vertical-align: top;
  }

  #tablepress-comparison-table .row-1 .column-2 img,
  #tablepress-comparison-table .row-1 .column-3 img {
    width: 100px;
  }

  #tablepress-comparison-table .row-1 .column-3 img {
    width: 80px;
  }

  #tablepress-comparison-table .vs-text {
    font-size: 14px;
  }

  .elementor-8 .elementor-element.elementor-element-34e0a73:not(.elementor-motion-effects-element-type-background),
  .elementor-8 .elementor-element.elementor-element-92a8cd7:not(.elementor-motion-effects-element-type-background) {
    background-size: 90%;
    background-color: #f4f4f4;
  }

  .elementor-8 .elementor-element.elementor-element-34e0a73:not(.elementor-motion-effects-element-type-background) {
    background-position: 50px bottom;
  }

  .elementor-8 .elementor-element.elementor-element-92a8cd7:not(.elementor-motion-effects-element-type-background) {
    background-position: -10px bottom;
  }

  .elementor-element-7785c5b,
  .elementor-element-9f4d21d {
    width: 80%;
  }

  .elementor-element-9f4d21d {
    text-align: right;
  }
}

/* Checkbox and Radio Button Styling */
input[type="checkbox"], input[type="radio"] {
  position: absolute;
  opacity: 0;
}

input[type="checkbox"] + label,
input[type="radio"] + label {
  display: block;
  padding: 15px 20px;
  margin: 10px 0;
  border: 2px solid #ddd;
  background-color: #f8f9fa;
  color: #000 !important;
  font-size: 17px !important;
  font-weight: 500 !important;
  text-align: left;
  border-radius: 10px;
  cursor: pointer;
  box-sizing: border-box;
  width: 100%;
  position: relative;
  transition: background-color 0.3s, color 0.3s, border-color 0.3s;
}

input[type="checkbox"]:checked + label,
input[type="radio"]:checked + label {
  background-color: #333;
  color: #fff !important;
  border-color: #333;
}

input[type="checkbox"] + label:hover,
input[type="radio"] + label:hover {
  background-color: #333;
  color: #fff;
  border-color: #333;
}

input[type="checkbox"]:not(:checked) + label:hover,
input[type="radio"]:not(:checked) + label:hover {
  background-color: #f4f4f4;
  color: #000;
  border-color: #ddd;
}

.elementor-field-option {
  width: 100%;
}

.elementor-field-subgroup {
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

/* Form Button and Field Styling */
.elementor-424 .elementor-element.elementor-element-5c143c4a .elementor-field-subgroup label {
    width: 100%;
    display: block;
}

.elementor-424 .elementor-field-subgroup {
  width: 100%;
}

.elementor-424 .elementor-element.elementor-element-40280805 .elementor-field-subgroup label {
  display: block;
  line-height: normal;
  margin-bottom: 0;
}

.elementor-424 .small-text {
  font-size: 0.7em;
  color: #888;
}

.elementor-424 .e-form__buttons .elementor-field-group {
  display: flex;
  justify-content: center;
  width: 100%;
}

.elementor-424 .e-form__buttons .elementor-button {
  width: 100%;
  padding: 15px 20px;
  font-size: 16px;
  border-radius: 10px !important;
text-transform: capitalize;
}

.elementor-424 .elementor-field-type-previous {
  order: 2;
}

#elementor-popup-modal-424 .dialog-message {
    width: 635px;
    height: 100%;
    align-items: start;
    padding: 40px;
    min-height: 684px;
}

@media (max-width: 768px) {
	#elementor-popup-modal-424 .dialog-message {
    padding: 40px 10px;
}
}

.logo-sm {
	width: 120px;
    display: inline-block;
    padding-top: 10px;
}

#table-CTA {
	font-family: "Neue Haas Grotesk Display Pro", Sans-serif;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    background-color: #E63435;
    border-radius: 40px 40px 40px 40px;
}