.elementor-38260 .elementor-element.elementor-element-c4d9b62{--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;--margin-top:0px;--margin-bottom:32px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-38260 .elementor-element.elementor-element-a5067bf{width:100%;max-width:100%;}/* Start custom CSS for html, class: .elementor-element-a5067bf */body .home_table tbody tr td:nth-child(4) {
    border-top: 1px solid #ffffff !important;
    border-color: #ffffff;
}
.comparison-card .card-header :nth-child(3), .comparison-card .card-header :nth-child(5) {
    border-color: transparent;
}
.comparison-title {
  font-size: 36px;
  font-weight: 600;
  color: #222b35;
  margin-bottom: 10px;
  letter-spacing: -0.5px;
}

.comparison-subtitle {
  font-size: 16px;
  color: #718096;
  font-style: italic;
  margin-bottom: 32px;
}

.comparison-card {
  background-color: transparent;
  border-radius: 24px;
  box-shadow: 0px 24px 48px -12px #3440542E;
  overflow: hidden;
  text-align: left;
}

/* HEADER: grid aligned to table columns */
.card-header {
  display: grid;
  grid-template-columns: 50% 12.5% 12.5% 12.5% 12.5%;
  align-items: flex-end;
}

.benefits-label {
  font-size: 30px;
  font-weight: 700;
  line-height:38px;
  color: #2D3648;
  padding: 24px 16px;
}

.tab {
  height: 100%;
  padding: 14px 5px;
  font-size: 18px;
  font-weight: 700;
  line-height:28px;
  text-align: center;
  border-radius: 16px 16px 0 0;
  border: 1px solid #e3e5e8;
  border-bottom: none;
  background-color: #ffffff;
  color: #2D3648;
  min-height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.tab + .tab {
  border-left: none;
}

.tab.active {
  background-color: #415364;
  color: #ffffff;
  border-color: #324154;
  box-shadow: none;
}

/* COLLAPSIBLE AREA */
.comparison-wrapper {
  overflow: hidden;
  max-height: 31vh;
  transition: max-height 0.4s ease;
}
.comparison-wrapper.expanded {
  max-height: 2000px;         /* large enough for full content */
}

/* TABLE: home_table */
table.home_table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  font-size: 15px;
  margin-block-end: 10px;
}

/* explicit column widths so they match header grid */
.home_table col.col-feature { width: 50%; }
.home_table col.col-plan   { width: 12.5%; }

.home_table td {
  padding: 16px;
  border-top: 1px solid #f1f3f4;
  vertical-align: middle;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.16px;
  border-color: #f1f3f4;
}
.card-header .tab:nth-child(4) {
    border-color: #ffffff;
}
.home_table td:first-child {
  text-align: left;
  color: #2D3648;
  background-color: #ffffff;
}

/* fixed column colors */
.home_table td:nth-child(2) { background-color: #C1E1E6; text-align: center; }
.home_table td:nth-child(3) { background-color: #ffffff; text-align: center; }
.home_table td:nth-child(4) { background-color: #f1f3f4; text-align: center; }
.home_table td:nth-child(5) { background-color: #ffffff; text-align: center; }

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

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

.note-text {
  color: #2D3648;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0.24px;
}

.pricing-text {
  font-size: 12px;
  line-height: 18px;
  color: #2D3648;
}

.read-more-wrapper {
  text-align: center;
  margin-top: 30px;
}

body .read-more-btn, body .read-more-btn:hover {
  border: none;
  background-color: transparent;
  color: #415364;
  box-shadow: 0 0 0 1px #415364 inset;
  cursor: pointer;
}
.comparison-container.mobile-table {
    display: none;
}
@media (max-width: 991px) {
    body .tab {
        font-size: 12px;
        line-height: 20px;
    }
}
@media (max-width: 767px) {
    body .home_table td {
        padding: 16px 8px;
    }
    .comparison-container.desktop-table {
        display: none;
    }
    body .comparison-container.mobile-table {
        display: block;
        box-shadow: unset;
    }
    body .comparison-container.mobile-table .comparison-card {
        box-shadow: unset;
    }
    .mobile-table .comparison-wrapper {
        padding: 10px;
        background: #ffffff;
        border-radius: 8px;
    }
    .mobile-table .comparison-wrapper:not(.expanded) {
        max-height: 254px;
    }
    .mobile-table .home_table .table-content td {
        text-align: center;
    }
    .mobile-table .card-header {
    display: grid;
    grid-template-columns: 25% 25% 25% 25%;
    padding: 0 10px 0 10px;
    }
    .mobile-table .card-header .tab:nth-child(3) {
        border-color: #ffffff;
    }
    .mobile-table .home_table .table-content td:nth-child(1) {
    background-color: #C1E1E6;
    }
    .mobile-table .home_table .table-content td:nth-child(2) {
    background-color: #fff;
    }
    .mobile-table .home_table .table-content td:nth-child(3) {
    background-color: #F1F3F4;
    }
    .mobile-table .home_table .table-content td:nth-child(4) {
    background-color: #ffffff;
    }
    .mobile-table .comparison-wrapper:not(.expanded) tbody :nth-child(4).table-content>:first-child {
        border-radius: 0 0 0 16px;
    }
    .mobile-table .comparison-wrapper:not(.expanded) tbody :nth-child(4).table-content>:last-child {
        border-radius: 0 0 16px 0;
    }
    .home_table td:first-child {
        border: 0;
    }
    body .benefits-label {
        padding: 24px 25px;
    }
}/* End custom CSS */