
/*old css*/

::-webkit-scrollbar {
    width: 5px;
    height: 100%;
}

::-webkit-scrollbar-track-piece {
    background-color: #000;
}

::-webkit-scrollbar-thumb:vertical {
    height: 10px;
    width: 10px;
    border-radius: 30px;
    background-color: #4fb7ac;
}

.hidden {
    display: none;
}

@media(max-height:767px) {
    #pricingmodal {
        overflow: auto;
        display: block;
    }
}
/*****01-04-24-pricing-new*****/
.pricing-single-main .pricing-single-sec .check-list li {
    padding: 0 0 10px;
    font-size: 12px;
    line-height: 20px;
}

.new-pricing {
    min-height: 100vh;
    position: relative;
}

    .new-pricing::after {
        -webkit-backdrop-filter: blur(0px);
        backdrop-filter: blur(0px);
        -webkit-filter: grayscale(1);
        filter: grayscale(1);
        background-color: rgba(56, 56, 56, 0.5);
        position: absolute;
        content: "";
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
    }

    .new-pricing .pricing-right-sec {
        background-color: #193c6b;
        position: fixed;
        right: 0;
        top: 0;
        padding: 20px;
        min-height: 100vh;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        z-index: 99;
        overflow-y: auto;
        height: 100vh;
        display: block;
        padding-bottom: 50px;
    }

}

.new-pricing .pricing-right-sec .newpricingsec {
    z-index: 999;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-self: center;
}

    .new-pricing .pricing-right-sec .newpricingsec .form-group {
        background-color: #fff;
        border-radius: 3px;
    }

        .new-pricing .pricing-right-sec .newpricingsec .form-group .form-select {
            font-size: 12px !important;
        }

        .new-pricing .pricing-right-sec .newpricingsec .form-group .form-control, .new-pricing .pricing-right-sec .newpricingsec .form-group .form-select {
            border-radius: 3px;
            border: none;
            border-left: 1px solid #eee !important;
            font-size: 15px;
            min-height: 45px;
        }

            .new-pricing .pricing-right-sec .newpricingsec .form-group .form-control:focus, .new-pricing .pricing-right-sec .newpricingsec .form-group .form-select:focus {
                border-color: #fff;
            }

            .new-pricing .pricing-right-sec .newpricingsec .form-group .form-control::-webkit-input-placeholder, .new-pricing .pricing-right-sec .newpricingsec .form-group .form-select::-webkit-input-placeholder {
                font-size: 12px;
            }

            .new-pricing .pricing-right-sec .newpricingsec .form-group .form-control::-moz-placeholder, .new-pricing .pricing-right-sec .newpricingsec .form-group .form-select::-moz-placeholder {
                font-size: 12px;
            }

            .new-pricing .pricing-right-sec .newpricingsec .form-group .form-control:-ms-input-placeholder, .new-pricing .pricing-right-sec .newpricingsec .form-group .form-select:-ms-input-placeholder {
                font-size: 12px;
            }

            .new-pricing .pricing-right-sec .newpricingsec .form-group .form-control::-ms-input-placeholder, .new-pricing .pricing-right-sec .newpricingsec .form-group .form-select::-ms-input-placeholder {
                font-size: 12px;
            }

            .new-pricing .pricing-right-sec .newpricingsec .form-group .form-control::placeholder, .new-pricing .pricing-right-sec .newpricingsec .form-group .form-select::placeholder {
                font-size: 12px;
            }

        .new-pricing .pricing-right-sec .newpricingsec .form-group .input-group-text {
            background-color: transparent;
            border: none;
            cursor: auto;
        }

            .new-pricing .pricing-right-sec .newpricingsec .form-group .input-group-text i {
                color: #193c6b;
            }

.new-pricing .new-pricing-dsc {
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    pointer-events: none;
}

.new-pricing .pricing-single-main .pricing-single-sec .accordion-header .accordion-button .planPrice {
    color: #222;
    display: block;
}

    .new-pricing .pricing-single-main .pricing-single-sec .accordion-header .accordion-button .planPrice i {
        width: 10px;
        height: 10px;
        background-color: #ccc;
        border-radius: 50%;
        display: inline-block;
        margin-left: 5px;
    }

@media (max-width: 1500px) {
    #recaptcha55 > div {
        transform: scale(0.8);
        -webkit-transform: scale(0.8);
        transform-origin: left top;
        -webkit-transform-origin: left top;
    }
}

@media (max-width: 1400px) {
    .new-pricing .newpricingsec .form-group {
        margin-bottom: 10px;
    }
}

@media (max-width: 1366px) {

    .new-pricing .pricing-right-sec {
        height: auto;
    }

    .new-pricing .pricing-right-sec {
        position: static;
        min-height: 100px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 50px;
    }

    .new-pricing .newpricingsec .form-group {
        margin-bottom: 10px;
    }
}

@media (max-width: 1024px) {
    .new-pricing:after {
        content: unset;
    }

    .new-pricing .pricing-single-main .pricing-single-sec.corePlan .check-list.price-check-list li::before {
        color: #222;
    }
}

@media (max-width: 767px) {
    .new-pricing .pricing-right-sec {
        padding: 15px 15px 30px;
    }
}

.mainpricing.pricing-single-main .pricing-single-sec .getEstimateBtn {
    position: static;
    text-align: left !important;
    margin: 30px 0 0 0;
}

.pricing-single-main .pricing-single-sec .check-list li {
    font-size: 13px;
    line-height: 23px;
}

@media(min-width:1025px) {
    .more-add-ons .pricing-single-main .pricing-single-sec {
        min-height: calc(100% - 5px);
        margin: 0 0 5px;
    }

    .mainpricing.pricing-single-main .pricing-single-sec {
        padding: 15px 15px 20px 30px;
    }
}

@media(max-width:1025px) {
    .mainpricing.pricing-single-main .pricing-single-sec .getEstimateBtn {
        margin: 0px 0 0 0;
    }
}

/*thank you css*/


/* Custom blue tooltip */
.repugen-tooltip .tooltip-inner {
    background-color: #316094; /* blue like screenshot */
    color: #ffffff;
    font-size: 14px;
    line-height: 1.4;
    padding: 10px 14px;
    border-radius: 6px;
    max-width: 280px;
    text-align: center;
}

/* Arrow color (TOP placement) */
.repugen-tooltip.bs-tooltip-top .tooltip-arrow::before {
    border-top-color: #2f5fa7 !important;
}

/* Arrow color (BOTTOM placement, just in case) */
.repugen-tooltip.bs-tooltip-bottom .tooltip-arrow::before {
    border-bottom-color: #2f5fa7 !important;
}

body {
  background: #f5f7fa;
}

.new-pricing::after {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
  background-color: rgba(56, 56, 56, 0.3);
}

.billing-toggle-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 16px;
}

.billing-pill {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  border: 1.5px solid #d0e0ec;
  border-radius: 100px;
  padding: 4px;
  -webkit-box-shadow: 0 1px 4px rgba(49, 96, 148, 0.08);
          box-shadow: 0 1px 4px rgba(49, 96, 148, 0.08);
}

.billing-opt {
  font-size: 13px;
  font-weight: 600;
  padding: 9px 22px;
  border-radius: 100px;
  border: none;
  cursor: pointer;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  color: #316094;
  background: transparent;
  white-space: nowrap;
}
.billing-opt.active {
  background: #316094;
  color: #fff;
  -webkit-box-shadow: 0 2px 6px rgba(49, 96, 148, 0.2);
          box-shadow: 0 2px 6px rgba(49, 96, 148, 0.2);
}

.save-badge {
  background: #fff;
  color: #0d2137;
  font-size: 10px;
  font-weight: 700;
  padding: 2px 8px;
  border-radius: 20px;
  margin-left: 5px;
  vertical-align: middle;
}

.compare-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}
.compare-table col.col-feat {
  width: 28%;
}
.compare-table col.col-plan {
  width: 24%;
}
.compare-table thead tr th {
  padding: 0;
  border-bottom: 2px solid #e2e8f0;
  vertical-align: bottom;
  text-align: center;
  background: #fff;
}
.compare-table .th-compare-label {
  text-align: left;
  padding: 20px 24px;
  color: #316094;
}
.compare-table tr.group-label td {
  background: #eef4f9;
  padding: 11px 24px;
  font-size: 12px;
  font-weight: 700;
  color: #316094;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border-top: 1px solid #d0e4ef;
  border-bottom: 1px solid #d0e4ef;
}
.compare-table tr.group-label td em {
  font-style: normal;
  display: block;
}
.compare-table tr.group-label td.fc {
  background: #f5f7fa;
}
.compare-table tr.group-label td.hl-col {
  background: #eef9f8;
  border-left: 2px solid #4fb7ac;
  border-right: 2px solid #4fb7ac;
}
.compare-table tr.feat-row {
  cursor: pointer;
}
.compare-table tr.feat-row td {
  padding: 13px 24px;
  border-bottom: 1px solid #f0f4f8;
  vertical-align: middle;
}
.compare-table tr.feat-row td.feat-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 8px;
  font-weight: 400;
}
.compare-table tr.feat-row td.val-cell {
  text-align: center;
  border-left: 1px solid #f0f4f8;
}
.compare-table tr.feat-row td.val-cell.hl-col {
  background: #f6fffe;
  border-left: 2px solid #4fb7ac;
  border-right: 2px solid #4fb7ac;
}
.compare-table tr.feat-row:hover .feat-label {
  color: #4fb7ac;
}
.compare-table tr.feat-row:hover .feat-arrow {
  border-color: #4fb7ac;
}
.compare-table tr:last-child td.hl-col {
  border-bottom: 2px solid #4fb7ac;
}

.feat-label {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: block;
  line-height: 1.5;
  -webkit-transition: color 0.25s ease;
  transition: color 0.25s ease;
}

.feat-arrow {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 20px;
  height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #c5d8ea;
  border-radius: 50%;
  color: #316094;
  font-size: 9px;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.feat-arrow.open {
  background: #4fb7ac;
  border-color: #4fb7ac;
  color: #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.feat-desc-row {
  display: none;
}
.feat-desc-row.open {
  display: table-row;
}
.feat-desc-row .feat-desc-cell {
  padding: 0 24px 16px;
  border-bottom: 1px solid #f0f4f8;
  background: #fbfdff;
}
.feat-desc-row .feat-desc-inner {
  font-size: 13px;
  color: #7a8fa6;
  line-height: 1.75;
  max-width: 720px;
  border-left: 2px solid #4fb7ac;
  padding: 2px 0 2px 14px;
}

.ck-yes {
  color: #4fb7ac;
  font-size: 14px;
  font-weight: 700;
  display: block;
}

.ck-no {
  color: #316094;
  font-size: 18px;
  line-height: 1;
  display: block;
}

.th-plan {
  position: relative;
  padding: 28px 24px 32px;
  border-left: 1px solid #f0f4f8;
  text-align: center;
  vertical-align: bottom;
}
.th-plan.is-featured {
  background: #f0f9f8;
  border-left: 2px solid #4fb7ac;
  border-right: 2px solid #4fb7ac;
  padding-top: 62px;
}
.th-plan .th-badge {
  display: block;
  position: absolute;
  top: 0;
  left: -2px;
  right: -2px;
  background: #4fb7ac;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-align: center;
  padding: 9px 0;
}
.th-plan .th-badge i {
  font-size: 10px;
  margin-right: 3px;
}
.th-plan .th-name {
  font-size: 22px;
  font-weight: 800;
  color: #316094;
  margin-bottom: 2px;
  letter-spacing: -0.3px;
}
.th-plan .th-sub {
    font-size: 12px;
    font-weight: 600;
    opacity: 0.7;
    color: #556678;
}
.th-plan .th-starting-badge {
  display: inline-block;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #556678;
  background: #f5f7fa;
  border: 1px solid rgba(49, 96, 148, 0.08);
  border-radius: 20px;
  padding: 3px 10px;
  margin-bottom: 8px;
}
.th-plan .th-price-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1px;
}
.th-plan .th-currency {
  font-size: 20px;
  font-weight: 300;
  color: #316094;
  -ms-flex-item-align: start;
      align-self: flex-start;
  margin-top: 6px;
  line-height: 1;
}
.th-plan .th-price {
  font-size: 36px;
  font-weight: 500;
  color: #316094;
  line-height: 1;
}
.th-plan .th-btn {
  font-family: "Poppins", sans-serif;
  font-size: 13px;
  font-weight: 600;
  padding: 10px 26px;
  border-radius: 50px;
  cursor: pointer;
  display: inline-block;
  margin: 18px auto;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  white-space: nowrap;
  text-decoration: none;
}
.th-plan .th-btn-outline {
  background: transparent;
  color: #316094;
  border: 1.5px solid #c5d8ea;
}
.th-plan .th-btn-outline:hover {
  border-color: #316094;
  background: #f0f4f8;
  color: #316094;
}
.th-plan .th-btn-teal {
  background: #4fb7ac;
  color: #fff;
  border: 1.5px solid #4fb7ac;
}
.th-plan .th-btn-teal:hover {
  background: #316094;
  border-color: #316094;
  color: #fff;
}

.rp-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  background: #fff;
  border: 1.5px solid #e2e8f0;
  border-radius: 18px;
  overflow: hidden;
}

.rp-split-left {
  background: #316094;
  padding: 44px 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 16px;
}
.rp-split-left .btn-main:hover,
.rp-split-left .btn-main:focus {
  color: #316094 !important;
  background-color: #fff !important;
}

.rp-tag {
  display: inline-block;
  background: rgba(255, 255, 255, 0.15);
  color: rgba(255, 255, 255, 0.85);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 5px 12px;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.rp-title {
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  line-height: 1.4;
  margin: 0;
}

.rp-starting {
  font-size: 10px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.8);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: -10px;
}

.rp-price-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 5px;
}
.rp-price-row .rp-currency {
  font-size: 22px;
  font-weight: 300;
  color: #fff;
  -ms-flex-item-align: start;
      align-self: flex-start;
  margin-top: 10px;
  line-height: 1;
}
.rp-price-row .rp-price {
  font-size: 48px;
  font-weight: 300;
  color: #fff;
  line-height: 1;
}
.rp-price-row .rp-per {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.8);
}

.rp-split-right {
  background: #f8fbfd;
  padding: 44px 44px;
}
.rp-split-right .rp-feat-label {
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 18px;
}
.rp-split-right .check-list li {
  margin-bottom: 14px;
}

@media (max-width: 990px) {
  .rp-split {
    grid-template-columns: 1fr;
  }
  .rp-split-left,
  .rp-split-right {
    padding: 32px 26px;
  }
  .rp-price-row .rp-price {
    font-size: 38px;
  }
}
.addons-section .ecosystem-card-desc {
  min-height: 90px;
}

.addon-price-label {
  opacity: 0.9;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-size: 11px;
  font-weight: 500;
  margin-bottom: 5px;
}
.addon-price-label.is-hidden {
  visibility: hidden;
}

.addon-price {
  font-size: 26px;
  font-weight: 500;
  color: #316094;
  margin-bottom: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 2px;
}
.addon-price.addon-price-text {
  font-size: 20px;
  font-weight: 600;
}

.addon-currency {
  font-size: 60%;
  font-weight: 300;
  -ms-flex-item-align: start;
      align-self: flex-start;
  margin-top: 4px;
  line-height: 1;
}

.addon-pnote {
    font-weight: 600;
    margin-bottom: 15px;
    color: #556678;
}

.pricing-testimonial-section .t-compact {
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  padding: 30px 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.pricing-testimonial-section .t-compact-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 12px;
  min-height: 48px;
  margin-bottom: 18px;
}
.pricing-testimonial-section .t-compact-logo {
  max-height: 40px;
  max-width: 140px;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.pricing-testimonial-section .t-compact-stars {
  color: #f6c744;
  font-size: 12px;
  letter-spacing: 2px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.pricing-testimonial-section .t-compact-quote {
  font-size: 14px;
  color: #5a6a7e;
  line-height: 1.75;
  font-style: italic;
  margin-bottom: 20px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.pricing-testimonial-section .t-compact-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 14px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.pricing-testimonial-section .t-compact-metrics {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.pricing-testimonial-section .t-compact-metric {
  background: rgba(49, 96, 148, 0.05);
  border: 1px solid #316094;
  border-radius: 8px;
  padding: 8px 12px;
}
.pricing-testimonial-section .t-compact-metric strong {
  display: block;
  font-size: 16px;
  font-weight: 800;
  color: #316094;
  line-height: 1.2;
}
.pricing-testimonial-section .t-compact-metric span {
  font-size: 10px;
  color: #316094;
  font-weight: 600;
}
.pricing-testimonial-section .t-compact-author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 9px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.pricing-testimonial-section .t-compact-author img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  border: 2px solid #316094;
}
.pricing-testimonial-section .t-compact-author .t-author-name {
  font-size: 14px;
  line-height: 1.5;
  font-weight: 600;
  color: #316094;
  margin: 0 0 1px;
}
.pricing-testimonial-section .t-compact-author p {
  font-size: 12px;
  line-height: 1.5;
  color: #556678;
  margin: 0;
}
.pricing-testimonial-section .t-compact-highlight .t-compact-top img {
  height: 44px;
  width: auto;
  margin-bottom: 20px;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
  opacity: 0.85;
}
.pricing-testimonial-section .t-compact-highlight .t-compact-quote {
  font-size: 20px;
  line-height: 1.75;
}
.pricing-testimonial-section .t-compact-highlight .t-compact-stars {
  font-size: 15px;
  letter-spacing: 3px;
  margin-bottom: 16px;
}
.pricing-testimonial-section .t-compact-highlight .t-compact-metrics {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.pricing-testimonial-section .t-compact-highlight .t-compact-author img {
  border-color: #fff;
}
.pricing-testimonial-section .t-compact-highlight .t-compact-metric {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 14px;
  padding: 22px 24px;
  text-align: center;
  border: none;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.pricing-testimonial-section .t-compact-highlight .t-compact-metric strong {
  font-size: 32px;
  margin-bottom: 6px;
  color: #fff;
}
.pricing-testimonial-section .t-compact-highlight .t-compact-metric span {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.5;
}
@media (max-width: 767px) {
  .pricing-testimonial-section .t-compact {
    padding: 26px 22px;
  }
}

@media (max-width: 1199px) {
  .compare-table col.col-feat {
    width: 32%;
  }
}
@media (max-width: 990px) {
  .compare-wrap {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    border-radius: 12px;
  }
  .compare-table {
    min-width: 660px;
  }
  .compare-table .th-compare-label {
    font-size: 14px;
    padding: 18px 16px;
  }
  .compare-table tr.group-label td {
    padding: 9px 16px;
    font-size: 10px;
  }
  .compare-table tr.feat-row td {
    padding: 11px 16px;
    font-size: 12px;
  }
  .feat-desc-row .feat-desc-cell {
    padding: 0 16px 14px;
  }
  .th-plan {
    padding: 22px 14px 24px;
  }
  .th-plan.is-featured {
    padding-top: 56px;
  }
  .th-plan .th-name {
    font-size: 17px;
  }
  .th-plan .th-price {
    font-size: 26px;
  }
  .th-plan .th-currency {
    font-size: 15px;
  }
  .th-plan .th-btn {
    padding: 9px 18px;
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .billing-opt {
    font-size: 12px;
    padding: 8px 14px;
  }
  .save-badge {
    display: none;
  }
}
/**************/
.text-teal {
  color: #316094;
}

/* ── Unlock badge ── */
.unlock-badge {
  background: #4fb7ac;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  border-radius: 50px;
  padding: 8px 18px;
  -webkit-box-shadow: 0 3px 12px rgba(79, 183, 172, 0.3);
          box-shadow: 0 3px 12px rgba(79, 183, 172, 0.3);
  letter-spacing: 0.01em;
}

/* ── Plan cards ── */
.plan-card {
  border: 1.5px solid #e2edf5;
  border-radius: 12px;
  background: #fff;
}

.plan-card-featured {
  border-color: #4fb7ac;
  background: linear-gradient(160deg, #f0faf9 0%, #fff 65%);
  -webkit-box-shadow: 0 4px 16px rgba(79, 183, 172, 0.12);
          box-shadow: 0 4px 16px rgba(79, 183, 172, 0.12);
}

.pop-pill {
  position: absolute;
  top: -1px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #4fb7ac;
  color: #fff;
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  padding: 3px 12px;
  border-radius: 0 0 8px 8px;
  white-space: nowrap;
}

.ph-name {
  font-weight: 700;
  color: #316094;
  margin-bottom: 2px;
}

.ph-sub {
  margin: 5px 0;
}

.ph-dollar {
  font-size: 17px;
  font-weight: 300;
  color: #316094;
  line-height: 1;
}

.ph-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #316094;
  opacity: 0.18;
  display: inline-block;
}

.ph-dot-teal {
  background: #4fb7ac;
  opacity: 0.45;
}

.ph-per {
  font-size: 12px;
}

/* ── Locked buttons ── */
.ph-btn {
  font-size: 12px;
  font-weight: 600;
  border: 1.5px solid #d0dce8;
  border-radius: 8px;
  padding: 7px 12px;
  cursor: not-allowed;
  background: #f5f7fa;
  color: #556678;
}

.ph-btn-featured {
  background: #e0f4f2;
  color: #4fb7ac;
  border-color: #b8e8e3;
}

/* ── Compare table ── */
.compare-wrap {
  border: 1.5px solid #e2edf5;
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
}

.cg-label {
  background: #eef4f9;
  padding: 7px 14px;
  font-size: 12px;
  font-weight: 700;
  color: #316094;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  border-top: 1px solid #dce8f0;
  border-bottom: 1px solid #dce8f0;
}

.cg-label:first-child {
  border-top: none;
}

.cr {
  display: grid;
  grid-template-columns: 1fr 72px 72px 72px;
  border-bottom: 1px solid #f0f4f8;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.cr.last {
  border-bottom: none;
}

.cf {
  padding: 9px 14px;
  font-size: 12px;
  line-height: 1.4;
}

.cv {
  padding: 9px 0;
  text-align: center;
  border-left: 1px solid #f0f4f8;
}

.cv-hl {
  background: #f5fffe;
  border-left: 1.5px solid #4fb7ac;
  border-right: 1.5px solid #4fb7ac;
}

.cv-val {
  font-size: 14px;
  font-weight: 800;
  color: #316094;
  display: inline-block;
}

.cv-val.locked {
  -webkit-filter: blur(5px);
          filter: blur(5px);
  color: #316094;
  opacity: 0.6;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
}

/* ── Footer ── */
.gate-footer {
  border-top: 1px solid #eef2f7;
  padding: 14px 24px;
  background: #f8fbfd;
}

.footer-text {
  font-size: 12px;
}

/* ── Responsive ── */
@media (max-width: 767px) {
  body {
    padding: 0;
  }
  .cr {
    grid-template-columns: 1fr 52px 52px 52px;
  }
  .cf {
    font-size: 10px;
    padding: 8px 10px;
  }
  .cg-label {
    font-size: 8px;
  }
}
@media (max-width: 400px) {
  .cr {
    grid-template-columns: 1fr 44px 44px 44px;
  }
  .cf {
    font-size: 9.5px;
    padding: 7px 8px;
  }
  .cv-val {
    font-size: 11px;
  }
}

/*homepagecss*/
.auto-height {
    min-height: calc(100% - 30px);
    margin: 30px 0 0;
}

.text-cyan {
    color: #4fb7ac;
}

.text-blue {
    color: #316094;
}

.bg-blue {
    background-color: #316094;
}

.input-group:has(.form-control.input-validation-error), .input-group:has(.form-select.input-validation-error) {
    border: 1px solid red !important;
    box-shadow: 0 0 0 1px red;
    border-radius: 4px;
}

.input-group {
    background-color: #fff;
}

.form-group {
    background-color: transparent !important;
}