/* Make the Elementor section sticky */
#myStickySection {
  position: sticky;
  top: 0;
  z-index: 99;
  width: 100%;
}

#wpfront-scroll-top-container {
  z-index: 999 !important;
}

/* Optional: add space below so you can scroll and see effect */
body {
  padding-bottom: 0px;
}
.wpr-testimonial-content p {
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
    flex-direction: column;
}
.elementor-197 .elementor-element.elementor-element-c5a9bd .wpr-testimonial-content-inner {
   
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}

label.wpforms-field-label {
  pointer-events: none;
}

.formmesss {
    margin: 0 !important;
}
input#wpforms-789-field_6:placeholder{
	opacity: 0 !important
}

/* Most Popular Pricing Table */
.mostpopular .elementor-widget-container .wpr-pricing-table .wpr-pricing-table-item-first {
  position: relative;
}

.mostpopular .elementor-widget-container .wpr-pricing-table .wpr-pricing-table-item-first .wpr-pricing-table-headding-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70%;
  background: #dd3838;
  color: white;
  gap: 10px;
  padding: 4px 0;
  left: 50%;
  right: 0;
  position: relative;
  transform: translate(-50%, 0);
  border-radius: 30px;
}

.mostpopular .elementor-widget-container .wpr-pricing-table .wpr-pricing-table-item-first {
  position: absolute;
  top: -14px;
  padding: 0;
  width: 100%;
}

.mostpopular .elementor-widget-container .wpr-pricing-table .wpr-pricing-table-item-first .wpr-pricing-table-icon {
  color: #fff !important;
  margin: 0;
}

.mostpopular .elementor-widget-container .wpr-pricing-table .wpr-pricing-table-item-first h3.wpr-pricing-table-title {
  color: white;
}

#myStickySection .elementor-button span {
  text-decoration: inherit;
  font-size: 20px;
}

/* Responsive Styles */
@media (max-width: 749px) {
  div#calendlyContainer {
    min-width: 100% !important;
  }

  #myStickySection {
    padding: 0px !important;
  }

  .elementor-widget-wrap.elementor-element-populated {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-row-gap: 15px;
    justify-items: center;
  }

  .elementor-widget-wrap.elementor-element-populated > .elementor-element:first-child {
    grid-column: 1 / 3;
    text-align: center;
  }

  .elementor:not(.elementor-bc-flex-widget) .elementor-widget-wrap {
    display: flex;
    gap: 10px;
  }

  div#comname {
    display: none;
  }

  #myStickySection .elementor-button span {
    text-decoration: inherit;
    font-size: 15px;
  }
}
