@charset "UTF-8";
/* .pricing outer padding zeroed — outer spacing now from .page_content */
.pricing { padding: 0; max-width: 1000px; }

/* ~~~~~ Pricing card grid ~~~~~ */
.choose_membership {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin: 0;
}
.choose_membership_3col {
  grid-template-columns: repeat(3, 1fr);
}
.pricing_card {
  border-radius: 12px;
  padding: 28px 22px 24px;
  border: 1px solid #dde4ea;
  background: #fff;
  display: flex;
  flex-direction: column;
  gap: 0;
}
.pricing_card i.fa-solid,
.pricing_card i.fa-sharp-duotone {
  font-size: 36px;
  color: #165e7b;
  margin-bottom: 12px;
  display: block;
}
.pricing_card > b:first-of-type {
  font-size: 1.15em;
  display: block;
  margin-bottom: 10px;
  color: #14161d;
}
/* Primary / recommended card — pink/rose theme */
.pricing_card_primary {
  border: 2px solid #e8829a;
  background: #fff0f5;
  box-shadow: 0 4px 22px rgba(200,80,120,0.14);
}
.pricing_card_primary i { color: #c94b6e; }
/* Feature highlight rows */
.pricing_feature {
  background-color: #e8f4fb;
  border-radius: 6px;
  padding: 7px 12px;
  margin: 4px 0 !important;
  font-size: 15px !important;
  line-height: 22px !important;
}
.pricing_card_primary .pricing_feature { background-color: #ffdae6; }
.pricing_card_featured .pricing_feature { background-color: #ffd4d4; }
.pricing_card_starter .pricing_feature  { background-color: #ceeeff; }
.pricing_card_basic   .pricing_feature  { background-color: #f0f0f0; }
/* Card variants */
.pricing_card_featured {
  background: #fff5f5;
  border-color: #f7c5c5;
}
.pricing_card_starter {
  background: #f0faff;
  border-color: #b3e0f5;
}
.pricing_card_basic {
  background: #f9f9f9;
  border-color: #e0e0e0;
}
/* Most popular pill badge */
.pricing_popular_banner {
  align-self: center;
  display: inline-block;
  background: linear-gradient(135deg, #c94b6e, #e8607f);
  color: #fff;
  text-align: center;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 4px 14px;
  border-radius: 20px;
  margin-bottom: 14px;
}
/* Best-value badge */
.pricing_badge {
  display: inline-block;
  background: #e8db7d;
  color: #2E282A;
  font-size: 16px;
  font-weight: 700;
  padding: 3px 10px;
  border-radius: 20px;
  width: fit-content;
  margin: 10px auto;
}
.pricing_price {
  font-size: 1.15em;
  font-weight: 700;
  color: #165e7b;
  margin: 6px 0 !important;
  background: none !important;
  border-radius: 0 !important;
  padding: 0 !important;
}
.pricing_card_primary .pricing_price {
  color: #c94b6e;
}
.pricing_card .btn-buy {
  display: block;
  text-align: center;
  margin-top: auto;
  padding-top: 14px;
}
.pricing-table {
  margin: 40px auto;
  display: grid;
  grid-template-columns: 250px 1fr 1fr 1fr 1fr;
  grid-gap: 10px;
}
.pricing-table div {
  background-color: #e3e3e3;
  border-radius: 10px;
  padding: 10px;
}
.pricing-table h3 {
  margin: 10px 0 10px !important;
  color: #333;
  text-align: center;
  font-size: 16px;
}
.price_detail {
  margin: 10px 0 20px !important;
  font-size: 16px;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
  padding: 20px;
  color: #bb3839;
  text-align: center;
  border-radius: 0 !important;
  background: 0 !important;
}
.price_normal {
  font-size: 18px; color: #333;
  border-radius: 0 !important;
  background: 0 !important;
  padding: 0 !important;
}
.price_offer {
  background-color: #386c94 !important;
  color: white;
  border-radius: 10px !important;
  padding: 10px !important;
  margin: 10px 0;
  font-size: 26px;
  border: 3px solid #fff;
}
.pricing-table ul {
    margin: 0 auto;
    /*width: 230px;*/
}
.pricing-table > div > ul { list-style: none; /*height: 330px;*/ font-size: 16px; }
.pricing-table > div > ul > li { height: 36px; text-align: center; }
.pricing-table > div > ul > li:before {
  /* content: "✓";
  display: inline-block;
  margin-right: 15px;
  color: white;
  color: #bb3839;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  font-size: 1em;
  padding: 2px;
  text-align: center; */
}
.pricing_first_col { padding-top: 180px !important; background: white !important; }
.pricing_first_col > ul > li { text-align: right !important; }
.get-started { display: block; text-align: center; }

.eachmonth {
  text-align: center;
  font-size: 14px;
  display: block;
}
#left_price_box {
  background-color: #e6dada;
}
#central_price_box {
  background-color: #d7cbcb;
}
#right_price_box {
  background-color: #dbd8d8;
}
#recommended {
  background-color: #444f79;
  color: white;
  text-align: center;
  padding: 10px;
  font-size: 18px;
}

#vat-details {
    display: none
}

#checkout-stages {
    width: 100%;
    float: left;
    margin: 20px 0
}

.checkout-stage {
    padding: 7px 17px;
    background-color: #e1e1e1;
    border: 2px solid #484848;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    text-transform: uppercase;
    float: left;
    clear: none
}

.current-stage {
    background-color: #efb817;
    font-weight: 700
}

.stage-divider {
    width: 30px;
    border-top: 2px solid #2c2c2c;
    float: left;
    margin: 19px 0 0 0
}
.update-card-form {
  padding: 1px 20px 20px;
  margin-bottom: 10px
}
.hidden-price { display: none; }
.basket-form-left {
    float: left;
    clear: left;
    width: 58%;
    background-color: #fff;
    /* padding: 20px 0; */
    border-radius: 7px;
    margin-bottom: 10px
}

.basket-form-right {
    float: right;
    clear: none;
    width: 34%;
    background-color: #eee;
    margin-left: 1%;
    padding: 20px 20px;
    border-radius: 7px;
    margin-bottom: 10px;
}

.basket-form-bottom,
.basket-form-bottom2,
.basket-form-bottom3 {
    float: left;
    clear: none;
    width: 45%;
    background-color: #fff;
    padding: 20px 20px;
    border-top: 2px solid #dadada;
    margin-bottom: 10px;
    text-align: center;
}
.fas { color: white; }
.basket-form-bottom2 {
    margin-left: 1%
}
.nopadding { padding: 0; }
.basket-form-bottom3 {
    width: 65%
}

.basket-form-bottom h2,
.basket-form-bottom2 h2 {
    font-size: 28px
}

.secure-shopping-footer {
    float: left;
    clear: none;
    width: 100%;
    padding: 0;
    margin-bottom: 10px;
    text-align: center
}

.secure-shopping-footer h2 {
    font-size: 28px;
    color: #fff
}

.extrapadding {
    padding: 44px 0
}

.right-aligned-text {
    margin: 0;
	text-align: right;
}
.small-basket-text {
	line-height: 16px;
	font-size: 20px;
  font-weight: normal;
}
.basket-holder h3.right-aligned-text {
    margin: 20px 0 10px;
	float: right;
	text-align: right;
}

.basket-form-full {
    float: left;
    clear: left;
    width: 100%;
    background-color: #fff;
    padding: 20px 20px;
    border-radius: 7px
}

.table-header-item,
.table-header-item2 {
    float: left;
    clear: none;
    width: 15%;
    text-transform: uppercase;
    font-weight: 700;
    text-align: right;
    font-size: 18px;
    padding: 10px 0 30px
}

.table-body-item,
.table-body-item2 {
    float: left;
    clear: none;
    width: 15%;
    text-align: right;
    font-size: 24px;
    padding: 35px 0 30px;
    border-top: 1px solid #ccc;
    /* height: 115px */
}

.table-body-item2,
.table-header-item2 {
    width: 30%;
    padding: 20px 0;
    height: auto
}

.responsive-title {
    display: none
}

.table-header-item2 {
    padding: 0 0 20px 0
}

.item-name {
    font-weight: 700;
    width: 85%;
    text-align: left;
    clear: left;
}
.item-name span {
    font-weight: 400;
}
.total-to-pay {
    font-size: 36px;
    font-weight: 700
}
fieldset .question {
    border: 2px solid transparent;
    clear: both;
    float: left;
    margin: 0 0 0 0;
    padding: 10px 0;
    position: relative;
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 2fr;
}

fieldset .question .section {
    float: left;
    padding: 12px 20px 0 0;
    width: 155px
}

fieldset .question .answer {
    float: left;
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    line-height: 14px;
    padding: 0 0 0 20px;
    width: 320px
}
fieldset .question .answer input[type="date"],
fieldset .question .answer input[type="text"],
fieldset .question .answer input[type="password"],
fieldset .group .field {
    background-color: #edf1ee;
    border: 0;
    border-radius: 5px;
    box-shadow: 0 2px 0 #c6cacc inset;
    color: #566266;
    float: left;
    font-size: 14px;
    font-weight: 700;
    height: 50px;
    line-height: 14px;
    outline: none;
    padding: 0 15px;
    width: 280px
}
label {
    font-weight: 400;
    clear: left;
    float: left;
    margin: 15px 0 0;
}
label span {
    float: left;
    padding: 12px 0 0;
}
.payment_span {
  width: 240px;
}
.non_editable_input, .non_editable_input_fluid {
    border: none;
    background: 0 0;
    resize: none;
    text-align: right;
}

#grand_total, .grand_total {
    width: 130px !important;
    font-weight: bold !important;
    font-size: 36px !important;
    border: none !important;
    box-shadow: none !important;
    text-align: right;
    margin: 0;
    padding: 0 !important;
}
.answer {
  margin: 0 0 20px 0;
}
.subscribe_newsletter { margin: 20px 0; }
.checkout-summary {
    text-align: right;
    padding: 15px 0;
    border-bottom: 1px solid #eee
}
.checkout-cancel-area {
  margin-top: 20px;
  text-align: left;
  /*border-top: 1px solid #eee;*/
  padding: 0;
  border-bottom: 0;
}
.checkout-cancel-area p {
  margin: 35px 0 20px;
}
.cancel-btn { padding: 5px 15px; }
.checkout-summary-title {
    text-align: right;
    font-weight: 700;
    font-size: 28px;
    margin-top: 21px
}
.question .error_messages,
.error_messages {
    display: none;
    color: #ae1a16;
    font-size: 14px;
    float: left;
    clear: none;
    padding: 0 0 10px 20px;
}

.order-back-btn {
    padding: 7px 14px 3px;
    background-color: #989898;
    text-transform: uppercase;
    border-radius: 7px;
    clear: left;
    float: left;
    color: #eee;
    margin-top: 30px
}

.order-forward-btn {
    background-color: #7E7F9A;
    text-transform: uppercase;
    border-radius: 7px;
    float: right;
    clear: none;
    margin-top: 30px;
    color: #fff;
    padding: 7px 14px 3px;
    border: 0
}

.order-back-btn:hover {
    background-color: #606060;
    color: #eee
}

.order-back-btn:visited,
.order-back-btn:focus {
    color: #eee
}

.order-forward-btn:hover {
    background-color: #781613;
    color: #fff
}

.order-forward-btn:visited,
.order-forward-btn:focus {
    color: #fff
}

.order-back-btn .fas,
.order-forward-btn .fas {
    font-size: 30px
}

.order-back-btn span,
.order-forward-btn span {
    bottom: 4px;
    position: relative;
    font-size: 19px;
    padding: 0 7px
}
.tight-icon-big {
    padding: 20px 0 0 0 !important;
    margin: 0 3px !important;
    width: auto !important;
    color: #7E7F9A;
    font-size: 56px;
}
#promo_code_button {
    width: 60px;
}
#basket-form-lower, .basket-form-group {
    float: left;
    clear: left;
    padding: 10px;
    width: 100%;
}
.currency_boxes {
    display: grid; grid-template-columns: 1fr 1fr 1fr; grid-gap: 20px;
}
.currency_box {
    background-color: #f3de8a;
    padding: 5px 20px 15px;
}
.currency_box p {
    margin: 10px 0;
}
.pricing_2cols {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 10px;
    padding: 30px 0;
}
.pay_by_card {
    margin: -5px 0 14px;
}
.pay_by_card a {
    display: inline-block;
    width: 216px;
    text-align: center;
}

/* ~~~~~ Connection credit cards ~~~~~ */
.omc_cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin: 24px 0;
}
.omc_card {
  border-radius: 12px;
  padding: 24px 20px 20px;
  border: 1px solid #b3e0f5;
  background: #f0faff;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 8px;
}
.omc_card_best {
  border: 2px solid #165e7b;
  background: #dff0fa;
  box-shadow: 0 4px 18px rgba(22,94,123,0.13);
}
.omc_card_best_banner {
  background: linear-gradient(135deg, #165e7b, #1a7ca0);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 4px 14px;
  border-radius: 20px;
  margin-bottom: 4px;
}
.omc_card_credits {
  font-size: 1.1em;
  font-weight: 700;
  color: #14161d;
}
.omc_card_price {
  font-size: 2.2em;
  font-weight: 800;
  color: #165e7b;
  line-height: 1;
}
.omc_card_rate {
  font-size: 13px;
  color: #555;
  margin-bottom: 4px;
}
.omc_card_save {
  display: inline-block;
  background: #e8db7d;
  color: #2e282a;
  font-size: 13px;
  font-weight: 700;
  padding: 2px 10px;
  border-radius: 20px;
}
.omc_card_btn {
  margin-top: 12px;
  text-align: center;
  display: block;
}

/* ~~~~~ New 3-card pricing variants (May 2026) ~~~~~ */
.pricing_card_connect {
  background: #f0faff;
  border-color: #b3e0f5;
}
.pricing_card_connect i { color: #165e7b; }
.pricing_card_connect .pricing_feature { background-color: #dff0fa; }

.pricing_card_member {
  background: #f7f7f7;
  border-color: #d8d8d8;
}
.pricing_card_member i { color: #444; }
.pricing_card_member .pricing_feature { background-color: #efefef; }

.pricing_card_pro {
  border: 2px solid #7c3aed;
  background: #f5f0ff;
  box-shadow: 0 4px 22px rgba(124,58,237,0.14);
}
.pricing_card_pro i { color: #6d28d9; }
.pricing_card_pro .pricing_feature { background-color: #ede9fe; }
.pricing_card_pro .pricing_card_badge_blue { background: #e5dffe; color: #5b21b6; }
.pricing_card_pro .pricing_saving_line { color: #7c3aed; }

/* Pro column wrapper: toggle stacked above card */
.pricing_pro_col {
  display: flex;
  flex-direction: column;
}
.pricing_pro_col .pricing_plan_toggle {
  margin: 0 auto 14px;
}
.pricing_pro_col .pricing_card {
  flex: 1;
}

/* Badge pills */
.pricing_card_badge {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  padding: 4px 12px;
  border-radius: 20px;
  margin-bottom: 12px;
  width: fit-content;
}
.pricing_card_badge_green {
  background: #d4edda;
  color: #276034;
}
.pricing_card_badge_blue {
  background: #c8e8f5;
  color: #0d4f6e;
}
.pricing_card_badge_spacer {
  height: 28px;
  margin-bottom: 12px;
}

/* Card subheading */
.pricing_card_subheading {
  font-size: 14px;
  color: #555;
  margin: 4px 0 12px !important;
}

/* Saving line under Pro price */
.pricing_saving_line {
  font-size: 13px;
  color: #1a7ca0;
  font-weight: 600;
  margin: -4px 0 10px !important;
}

/* Muted feature row */
.pricing_feature_muted {
  color: #aaa;
  background-color: #f5f5f5 !important;
}

/* Credit tiles inside Connect card */
.pricing_credit_tiles {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin: 0 0 16px;
}
.pricing_credit_tile {
  border: 1px solid #b3d8f0;
  border-radius: 8px;
  background: #fff;
  padding: 10px 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  text-align: center;
}
.credit_tile_qty {
  font-size: 12px;
  font-weight: 600;
  color: #333;
}
.credit_tile_price {
  font-size: 1.4em;
  font-weight: 800;
  color: #165e7b;
  line-height: 1;
}

/* Plan toggle (Pro / Pro yearly) */
.pricing_plan_toggle {
  display: flex;
  justify-content: center;
  background: #dde8f0;
  border-radius: 30px;
  padding: 4px;
  width: fit-content;
  margin: 0 auto 28px;
}
.pricing_plan_btn {
  border: none;
  background: transparent;
  border-radius: 26px;
  padding: 9px 22px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  color: #555;
  transition: background 0.18s, color 0.18s, box-shadow 0.18s;
  white-space: nowrap;
}
.pricing_plan_btn_active {
  background: #165e7b;
  color: #fff;
  box-shadow: 0 2px 8px rgba(22,94,123,0.25);
}
.pricing_plan_btn:hover:not(.pricing_plan_btn_active) {
  background: rgba(22,94,123,0.10);
}
.pricing_toggle_save_badge {
  display: inline-block;
  background: #e8db7d;
  color: #2e282a;
  font-size: 10px;
  font-weight: 700;
  padding: 2px 7px;
  border-radius: 10px;
  margin-left: 5px;
  vertical-align: middle;
  position: relative;
  top: -1px;
}

/* Pricing footer */
.pricing_footer_note {
  margin: 20px 0 4px;
  color: #666;
}
.pricing_faq_link {
  margin: 10px 0 0;
  color: #666;
}

/* Advert pricing callout for newsletter traffic */
.advert-pricing-callout {
  background: #edf6fb;
  border-left: 3px solid #1a7ca0;
  border-radius: 4px;
  padding: 8px 14px;
  margin-bottom: 12px;
  font-size: 14px;
}
.advert-pricing-callout p { margin: 0; }

/* Dashboard step 4 CTA button */
.dash-checklist-cta-btn {
  font-size: 14px;
  padding: 6px 14px;
}

@media screen and (max-width: 820px) {
  .choose_membership { grid-template-columns: 1fr; }
  .choose_membership_3col { grid-template-columns: 1fr; }
  .omc_cards { grid-template-columns: 1fr; }
}
@media screen and (max-width: 1170px) {
    .currency_boxes {
        grid-template-columns: 1fr 1fr;
    }
    .currency_box {
        margin-bottom: 10px;
    }
}
@media screen and (max-width: 900px) {
  .basket-form-bottom, .basket-form-right, .basket-form-left { width: 100%; padding: 0; background: none; }
  .checkout-summary { padding: 0; }
  .checkout-summary-title, .checkout-summary {
    text-align: left;
  }
.order-forward-btn { /*float: left;*/ }
  input[type="text"], input[type="password"], .textarea {
    width: 94%;
  }
  .total-to-pay, .grand_total { font-size: 28px !important; margin: 0 !important; }
  .pricing_first_col { padding-top: 211px !important; }
  .pricing-table h3 {
    height: 54px;
    line-height: 25px;
  }
  .price_detail {
    height: 44px;
  }
  .pricing_2cols {
    display: block;
  }
}
@media screen and (max-width: 756px) {
    .price_detail { font-size: 24px !important; }
    .price_offer { font-size: 24px !important; }
    .price_normal { font-size: 18px !important; }
    .pricing-table { display: block !important; }
    .pricing-table div { margin-bottom: 10px; font-size: 13px; }
    .pricing_first_col { display: none; }
    .currency_boxes {
        display: block;
    }
}
@media screen and (max-width: 575px) {
  .question .error_messages, .error_messages { padding: 0; }
  fieldset .question { display: block; }
  fieldset .question .answer { padding: 0; width: 100%; }
  fieldset .question, .answer { margin: 0; padding: 0; }
  fieldset .question .section { padding: 0; }
  .table-body-item, .table-body-item2 { font-size: 21px; }
  .payment_benefits { font-size: 14px; padding: 7px 0 0; }
  .payment_info { display: none; }
}
@media screen and (max-width: 400px) {
  .pricing-table > div > ul {
      font-size: 16px;
  }
}
