.modal {
  display: none;
}

.modal.is-open {
  display: block;
}

/**************************\
  Basic Modal Styles
\**************************/
.modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 99;
}

.modal__container {
  position: relative;
  background-color: #fff;
  padding: 30px;
  max-width: 90vw;
  max-height: 90vh;
  margin-top: 40px;
  border-radius: 4px;
  overflow-y: auto;
  box-sizing: border-box;
}

.modal__container--about {
  max-width: 960px;
  max-height: 90vh;
  padding: 60px;
}

.modal__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.modal__title {
  font-weight: bold;
  text-align: center;
}

.modal__title--about {
  text-transform: uppercase;
  font-weight: normal;
  width: 100%;
}

.modal__close {
  position: absolute;
  top: 15px;
  right: 15px;
  font-size: 20px !important;
  background: #fff !important;
  color: #a1b1b8 !important;
  border: 0;
  padding: 0 !important;
}

.modal__close::hover {
  background-color: #fff !important;
}
.modal__header .modal__close:before {
  content: '\2715';
}

.modal__content .submit {
  margin-top: 20px;
  width: 100%;
}
.modal__content label {
  font-weight: bold;
}

.modal__content input {
  width: 100%;
}

.modal__footer {
  text-align: center;
}

.testimonials-list {
  list-style: none;
  display: flex;
  flex-direction: row;
  margin-top: 1em;
  padding-left: 2rem;
  padding-bottom: 1.5em;
  overflow: auto;
}

.testimonial__card {
  width: 420px;
  max-width: 72vw;
  background-color: #fff;
  box-shadow: 0 2px 4px rgb(14 30 37 / 12%);
  border: 1px solid #eee;
  border-radius: 10px;
  padding: 20px;
  margin: 10px;
  font-size: 14px;
  line-height: 1.7;
}

.testimonial__footer {
  display: flex;
  align-items: center;
  margin-top: 1.5em;
}

.testimonial__footer .testimonial__avatar img {
  border-radius: 50%;
  margin-right: 1em;
  width: 50px;
  height: 50px;
  display: block;
  max-width: 100%;
}

.testimonial__author {
  line-height: 1.2;
  font-size: 0.85em;
}

.testimonial iframe {
  max-height: 200px;
}

.feature-table-container {
  /* overflow: scroll; */
}

table.feature-table {
  border: 1px solid #e3ecf0;
  border-collapse: collapse;
  width: 100%;
}

.feature-table thead {
  border-bottom: 1px solid #e3ecf0;
}
.feature-table thead th {
  width: 25%;
  font-weight: 600;
  color: #2a3039;
  border-bottom: none;
  border-right: 1px solid #e3ecf0;
}
.feature-table thead th:first-child {
  min-width: 400px;
}
.feature-table thead th.sticky-row {
  position: sticky;
  top: 32px;
  z-index: 200;
  background-color: #fff;
  border: 1px solid #e3ecf0;
  text-align: center;
}
.feature-table thead th.sticky-row::before {
  content: '';
  position: absolute;
  top: 0px;
  left: -1px;
  height: 100%;
  width: 1px;
  background-color: #e3ecf0;
}
.feature-table thead th.sticky-row::after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: -1px;
  width: calc(100% + 2px);
  height: 1px;
  background-color: #e3ecf0;
}
.feature-table thead .first-th {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.feature-table thead .first-th .first-th-cell {
  padding: 24px;
  margin-bottom: 10px;
  text-align: left;
  font-weight: 700;
  font-size: 15px;
}

.feature-table .cell {
  padding: 24px;
  text-align: left;
}

.feature-table .border-color {
  position: absolute;
  top: -1px;
  left: -1px;
  height: 4px;
  width: calc(100% + 2px);
}

.border-color--yellow {
  background-color: #ffdb23;
}

.border-color--green {
  background-color: #62dfb5;
}

.border-color--blue {
  background-color: #237cca;
}

.feature-table th {
  text-align: left;
}

.feature-table tbody .cell {
  text-align: center;
  border-right: 1px solid #e3ecf0 !important;
}

.feature-table tbody th.cell {
  text-align: left;
}

.feature-table .head-heading {
  margin-top: 20px;
  text-align: center;
  font-size: 20px;
}

.feature-table .head-subheading {
  margin-bottom: 20px;
  text-align: center;
  font-weight: 500;
  font-size: 13px;
}

.feature-table .head-cta {
  margin-bottom: 10px;
  text-align: center;
}

.feature-table tr.table-section-heading {
  border-top: 1px solid #e3ecf0;
  border-bottom: 1px solid #e3ecf0;
  background-color: white !important;
  cursor: pointer;
}
.feature-table tr.table-section-heading .cell {
  text-align: left;
}

.feature-table tr:nth-child(2n) {
  background-color: #f6fbfd;
}

.feature-table .button {
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  white-space: nowrap;
  user-select: none;
  font-size: 16px;
  height: 41px;
  line-height: 39px;
  width: 100%;
  font-weight: 600;
  color: white;
  padding-left: 24px;
  padding-right: 24px;
  text-decoration: none;
  transition: transform 0.4s ease 0s, background-color, border-color, background, color;
  border-width: 1px;
  border-style: solid;
  border-color: #009de4;
  border-image: initial;
  background: #009de4;
  border-radius: 25px;
}

/* Elementor Overrides */
table.feature-table tbody + tbody {
  border: 0;
}

table.feature-table tbody > tr:nth-child(odd) > td,
table tbody > tr:nth-child(odd) > th {
  background-color: #fff !important;
}

table.feature-table tbody > tr:nth-child(odd) > td,
table tbody > tr:nth-child(odd) > th {
  background-color: #fff !important;
}
table.feature-table td,
table.feature-table th {
  border: none !important;
}

.feature-table .green-check {
  margin: 0px auto;
  width: 24px;
  height: 24px;
  color: #72e8c1;
}

.feature-table .gray-nope {
  width: 24px;
  height: 24px;
  color: rgba(190, 190, 190, 0.8);
  stroke: rgba(190, 190, 190, 0.8);
}

.feature-table .expand-circle {
  display: none;
  width: 24px;
  height: 24px;
  color: rgba(190, 190, 190, 0.8);
  fill: none;
  stroke: rgba(190, 190, 190, 0.8);
}

.feature-table .close-circle {
  display: none;
  width: 24px;
  height: 24px;
  color: rgba(190, 190, 190, 0.8);
  fill: none;
  stroke: rgba(190, 190, 190, 0.8);
}

.feature-table .table-section-heading[data-status='open'] .table-section-heading--cell .close-circle {
  display: block;
}
.feature-table .table-section-heading[data-status='closed'] .table-section-heading--cell .expand-circle {
  display: block;
}

.table-section-heading--cell {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  font-size: 20px;
  font-weight: 600;
}

.feature-table .row-heading {
  font-weight: 500;
  font-size: 14px;
}

@media (max-width: 1044px) {
  .feature-table-container {
    overflow: scroll;
  }
  .feature-table thead th.sticky-row {
    position: relative;
    top: auto;
    z-index: 1;
  }
}

/* Fading Text Widget */
.fading-text {
  max-height: 150px;
  position: relative;
  overflow: hidden;
  --fading-text-start-color: rgba(255, 255, 255, 0);
  --fading-text-end-color: rgba(255, 255, 255, 1);
}
.fading-text:after {
  content: '';
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  pointer-events: none;
  background-image: linear-gradient(to bottom, var(--fading-text-start-color), var(--fading-text-end-color) 90%);
  width: 100%;
  height: 4em;
}

.fading-text.fading-text--no-fade:after {
  display: none;
}

.fading-text-open {
  max-height: none !important;
}

.fading-text-open.fading-text:after {
  display: none;
}
/* End Fading Text Widget */

/* Scrolling Templates in browser frame */
.browser {
  height: 300px;
  background-color: #fafafa;
  border-radius: 5px;
  overflow: hidden;
}

.browser-bar {
  position: relative;
  background-color: #dedede;
  width: 100%;
  height: 20px;
  display: flex;
  gap: 4px;
  align-items: center;
  padding: 5px;
  border-radius: 5px 5px 0 0;
  z-index: 10;
}

.dot {
  width: 7px;
  height: 7px;
  background-color: #fff;
  border-radius: 7px;
}

.screenshot {
  width: 100%;
}

.screenshot:hover {
  animation: slide 30s linear infinite;
}

@keyframes slide {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(0, -100%, 0);
  }
}
/* End Scrolling Template Widget */
