/*!
Theme Name: YL-Child
Theme URI: http://youngerlonger.life/
Author: OSD
Author URI: http://youngerlonger.life/
Description: Ohio is a WordPress theme bundled with premium plugins to build a modern and functional website.
Version: 1.0.0
License: GNU General Public License v2 or later.
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Template: yl
Text Domain: yl-child
Tags: ajax, customizer, ecommerce, portfolio, minimal, page builder, responsive, multipurpose, shop, store, woocommerce, wpml

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/

.rounder {
  height: 32px;
  background-color: rgba(243, 221, 191, 1);
  border-radius: 24px;
  border: 8px solid rgba(243, 221, 191, 1);
}

.banner-health-tool {
  background: #eff2f6;
  padding: 100px;
  position: relative;
  min-height: 618px;
}

.banner-health-tool-left {
  width: 60%;
}

.banner-health-tool .health-tool-button {
  font-size: 12px;
  color: #ff9c1a;
  background-color: #fff4e5;
  border: 1px solid #f3ddbf;
  height: 32px;
  padding: 0;
  border-radius: 32px;
  width: 120px;
  font-family: "Inter", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  margin-bottom: 15px;
}

.banner-health-tool .circle-block {
  display: flex;
}

.banner-health-tool .circle-item {
  width: 50%;
  padding-right: 15px;
  margin-bottom: 15px;
}

.banner-health-tool .circle {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  margin-bottom: 15px;
  background-color: #d9d9d9;
}

.banner-health-tool .description {
  font-size: 18px;
  color: #4e4e43;
}

.banner-health-tool .start-your-health-check-button {
  background-color: #ff9c1a;
  color: white;
  border-radius: 24px;
  font-size: 16px;
  width: 273px;
  height: 48px;
  border: none;
  margin-top: 30px;
}

.banner-health-tool-right {
  position: absolute;
  right: -80px;
  top: 50%;
  transform: translate(0, -50%);
}

.banner-health-tool-right img {
  width: 412px;
  height: 100%;
}

.subtitle.rounder span {
  font-size: 14px;
  line-height: 22px;
  color: rgba(255, 156, 26, 1);
  text-transform: uppercase;
}

/*product cat*/

.grid-product-cat {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin: 0 auto 40px auto;
}

.product-cat-card {
  background-color: #f5f5f5;
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.product-cat-card-title {
  padding: 20px 20px 0 20px;
}

.product-cat-card p {
  font-size: 14px;
  color: #555;
}

.product-cat-card.card1 {
  grid-column: 1 / span 2;
  grid-row: 1;
  background-color: #f0e9dc;

  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.product-cat-card.card2 {
  grid-column: 3;
  grid-row: 1;
  background-color: #e3eff8;
}

.product-cat-card.card3 {
  grid-column: 4;
  grid-row: 1 / span 2;
  background-color: #fbe5e1;
}

.product-cat-card.card4 {
  grid-column: 1;
  grid-row: 2;
  background-color: #d8f0e5;
}

.product-cat-card.card5 {
  grid-column: 2 / span 1;
  grid-row: 2;
  background-color: #fcdcb2;
}

.product-cat-card.card6 {
  display: flex;
  background-color: #eaeaea;
}

footer .subscription-section {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

footer .subscription-section .wpcf7-email {
  height: 48px;
  width: 349px;
  border: none;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
}

.btn-category {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px;
  border-radius: 0px;
}

.categories {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 1rem;
}

.email-section {
  display: flex;
  align-items: center;
  margin: 0;
  justify-content: flex-end;
}

.email-section .email-field {
  display: flex;
  align-items: center;
  background-color: white;
  gap: 8px;
  padding: 0 18px;
}

.email-section .wpcf7-email {
  margin: unset !important;
  height: 48px;
  width: 349px;
  padding: 0;
  border: none;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0;
  background-color: transparent;
}

.email-section .button {
  padding: 0;
  height: 48px;
  width: 132px;
  color: white;
  border: none;
  background-color: #010101;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 1px;
  cursor: pointer;
  border-radius: 0;
}

.email-section .wpcf7-form-control-wrap:not([data-name^="checkbox"]) {
  margin-top: 0;
}

.categories .icon-cat {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 24px;
  background-color: white;
  min-width: 48px;
}

.categories .button p {
  flex: 1;
  margin: 0;
  text-align: left;
  font-weight: 600;
  font-size: 18px;
  color: #262626;
}

.search-woo {
  gap: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 35px 0;
}

.woocommerce-search-bar {
  height: 45px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0 10px;
  border-width: 1px;
  border-style: solid;
  border-color: rgb(225, 225, 215);
  border-image: initial;
  width: 100%;
}

.woocommerce-search-bar input[type="search"] {
  border: none;
  outline: none;
  background-color: transparent !important;
}

.promotion {
  gap: 32px;
  display: flex;
  width: 100%;
  margin: 20px 0;
}

.promotion .large-promotion {
  flex: 2;
}

.promotion .minor-promotions {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.woo-description {
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0;
  margin: 5px 0;
}

.woo-product-name.custom {
  font-family: var(--clb-body-font-family) !important;
  font-weight: 600;
  font-size: 14px !important;
  line-height: 22px !important;
}

.card-details.custom {
  padding: 5px;
}

.button-quickview.woo-product-name {
  position: relative !important;
  z-index: unset !important;
  top: unset !important;
  left: unset !important;
}

.woo-products .product-item-thumbnail .image-holder .-woo-slider {
  min-width: 200px;
  min-height: 200px;
  width: 100%;
  height: 100%;
}

.tpwvs-attr-color.tpwvs-swatches.rounded {
  border-radius: 24px;
}

.term-description {
  vertical-align: text-top;
  margin-block-start: 0 !important;
}

.term-description p {
  text-align-last: justify;
  vertical-align: text-top;
  margin: 0;
}

.login-container {
  display: flex;
  background: #fff;
  width: 100%;
  height: 100vh;
}

.login-box {
  flex: 1;
  background: #fff;
}

.login-box h2 {
  text-align: center;
}

.login-box form {
  display: flex;
  flex-direction: column;
  margin: 24px auto;
  width: 480px;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #4e4e43;
}

@media (max-width: 768px) {
  /* Legacy container variant */
  .membership-options {
    flex-direction: column;
    gap: 16px;
  }

  .login-box form {
    display: flex;
    flex-direction: column;
    width: 100% !important;
    margin: 24px auto;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #4e4e43;
    min-width: 350px;
  }

  .image-area {
    display: none;
  }

  .result-msg .alert {
    right: unset !important;
    padding: 4px 8px !important;
  }

  .alert.-danger {
    background-color: #f6bbc6;
  }
}

.pass-group-error .password-checklist {
  list-style: none;
  padding-left: 0;
  font-size: 14px;
  margin-top: 8px;
}

.pass-group-error .password-checklist li {
  color: #262626;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: -0.2px;
  vertical-align: middle;
  gap: 8px;
}

.pass-group-error .rule-item label {
  margin: 5px 0;
}

.pass-group-error .password-checklist li.valid {
  font-weight: 600;
}

.pass-group-error .password-checklist {
  list-style: none;
  padding-left: 0;
  margin: 16px 0 0;
  display: none;
  padding: 16px;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0px 1px 2px 1px #0000000a, 0px 1px 4px 0px #0000000f;
}

.pass-group-error .rule-item {
  display: flex;
  align-items: center;
}

.pass-group-error .password-progress {
  width: 100%;
  height: 4px;
  background-color: #eee;
  border-radius: 2px;
  overflow: hidden;
  margin-bottom: 12px;
}

.pass-group-error .password-progress .progress-bar {
  height: 100%;
  width: 0%;
  background-color: red;
  transition: width 0.3s ease;
}

.pass-group-error .password-progress .progress-bar.passed {
  background-color: green;
}

.hint {
  font-size: 0.8rem;
  color: #666;
  margin-bottom: 10px;
}

.options {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  align-items: baseline;
}

.signup {
  text-align: center;
  margin-top: 15px;
  font-size: 0.9rem;
}

.signup a {
  color: #b94e4e;
  text-decoration: none;
}

.image-area {
  flex: 1;
  overflow: hidden;
  height: 100vh;
}

.image-area img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.container-login {
  max-width: 480px;
  margin-block-start: auto;
  margin: auto;
}

.container-login h1 {
  text-align: center;
}

.btn-login {
  background-color: #a9594a;
}

button.-default {
  border-radius: 0 24px 24px 24px;
  padding: 12px 24px;
  min-width: 160px;
  text-decoration: none;
}

button.-default:disabled {
  background-color: #f7f7f1;
  color: #babab2;
  opacity: unset;
}

.btn-category span {
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: -0.4px;
  vertical-align: middle;
}

/* Cart Page Layout */
.cart-page {
  margin: 0 auto;
  max-width: 1200px;
}

.cart-main {
  display: flex;
  gap: 30px;
}

.cart-table-section {
  flex: 2;
}

.cart-summary-section {
  flex: 1;
  background: #fafaf8;
  padding: 20px;
  border-radius: 6px;
  border: 1px solid #eee;
  min-width: 300px;
}

/* Cart Table */
.custom-cart-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;
}

.custom-cart-table th,
.custom-cart-table td {
  border-bottom: 1px solid #eee;
  padding: 10px;
  vertical-align: middle;
  font-size: 14px;
}

.custom-cart-table th {
  background: #f7f3ef;
  font-size: 12px;
  font-weight: 600;
  color: #333;
}

.shop-row {
  background: #f7f3ef;
  font-weight: bold;
  font-size: 13px;
}

.cart-group {
  background: #fff;
}

.custom-cart-table img {
  width: 50px;
  height: auto;
  margin-right: 10px;
  border-radius: 4px;
}

.quantity-control {
  display: flex;
  align-items: center;
  gap: 4px;
}

.quantity-control button {
  width: 28px;
  height: 28px;
  border: 1px solid #ccc;
  background: #fff;
  color: #333;
  font-size: 16px;
  border-radius: 4px;
  cursor: pointer;
  transition: background 0.2s;
}

.quantity-control button:hover {
  background: #f7f3ef;
}

.cart-qty-input {
  width: 40px;
  text-align: center;
  border: 1px solid #ccc;
  border-radius: 4px;
  height: 28px;
  margin: 0 2px;
}

.line-total {
  font-weight: bold;
  color: #222;
}

.remove-item {
  color: #888;
  cursor: pointer;
  margin-left: 10px;
  text-decoration: none;
  font-size: 18px;
  vertical-align: middle;
}

.low-stock {
  color: #d0021b;
  font-size: 12px;
  margin-top: 2px;
}

/* Checkbox Styling */
input[type="checkbox"] {
  width: 18px;
  height: 18px;
  accent-color: #c9a063;
  cursor: pointer;
}

/* Cart Coupon */
.cart-coupon-banner {
  background: #eaf6e6;
  color: #6abf4b;
  padding: 8px;
  border-radius: 4px;
  margin-bottom: 10px;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 6px;
}

.cart-coupon-input {
  display: flex;
  gap: 5px;
  margin-bottom: 20px;
}

.cart-coupon-input input {
  flex: 1;
  padding: 6px;
  border: 1px solid #ccc;
  border-radius: 3px;
  font-size: 14px;
}

.cart-coupon-input button {
  padding: 6px 16px;
  background: #000;
  color: #fff;
  border: none;
  border-radius: 3px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  transition: background 0.2s;
}

.cart-coupon-input button:hover {
  background: #c9a063;
  color: #fff;
}

/* Cart Summary */
.cart-summary {
  background: #fff;
  padding: 16px;
  border-radius: 6px;
  border: 1px solid #eee;
  font-size: 15px;
}

.summary-row {
  display: flex;
  justify-content: space-between;
  margin: 8px 0;
}

.summary-row.total {
  font-size: 18px;
}

.cart-summary strong {
  font-weight: 700;
}

.checkout-btn {
  width: 100%;
  padding: 12px;
  background: #e5e7de;
  color: #aaa;
  border: none;
  border-radius: 4px;
  margin-top: 16px;
  font-weight: bold;
  font-size: 16px;
  cursor: not-allowed;
  transition: background 0.2s;
}

.checkout-btn:enabled {
  background: #c9a063;
  color: #fff;
  cursor: pointer;
}

/* Responsive */
@media (max-width: 900px) {
  .cart-main {
    flex-direction: column;
  }

  .cart-summary-section {
    min-width: unset;
    margin-top: 20px;
  }
}

@media (max-width: 600px) {
  .cart-page {
    padding: 0 5px;
  }

  .custom-cart-table th,
  .custom-cart-table td {
    font-size: 12px;
    padding: 6px;
  }

  .order-info-box {
    padding: 10px;
    font-size: 13px;
  }
}

.woocommerce-cart-form [name="update_cart"] {
  display: none;
}

.coupon-banner {
  background-color: #e5edde;
  color: #85a866;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
  line-height: 24px;
  padding: 8px 16px;
  display: flex;
  gap: 8px;
  justify-content: flex-start;
  align-items: baseline;
}

.woocommerce-form-coupon-custom {
  display: flex;
  gap: 0;
  border: 1px solid #e6d8c3;
  border-radius: 6px;
  overflow: hidden;
  max-width: 300px;
}

.woocommerce-form-coupon-custom input.input-text {
  border: none;
  padding: 10px;
  flex: 1;
  font-size: 14px;
  background: #fff;
  outline: none;
}

.woocommerce-form-coupon-custom .black-button {
  background-color: #000;
  color: #fff;
  padding: 10px 20px;
  font-weight: bold;
  border: none;
  cursor: pointer;
  font-size: 14px;
  transition: 0.2s ease;
}

.woocommerce-form-coupon-custom .black-button:hover {
  background-color: #333;
}

.btn-coupon {
  width: 120px;
  height: 48px;
  padding: 12px 24px;
  background-color: #000000;
  gap: 8px;
  color: white;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.2px;
  text-align: center;
  vertical-align: middle;
}

.subscription-content {
  flex-direction: column;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 300px;
}

.subscription-content img {
  width: 100%;
  height: auto;
}

.subscription-title {
  color: #000;
  font-size: 32px;
  font-weight: 600;
}

.subscription-tab .subscription-icon {
  margin-bottom: 30px;
  width: 72px;
  height: 72px;
}

.subscription-tab .manage-billing-info-btn {
  background: #a9594a;
  color: #fff;
  padding: 10px 20px;
  text-decoration: none;
  border-radius: 0 48px 48px 48px !important;
  min-width: 302px;
  width: 48px;
  display: block;
  text-align: center;
}

.dashboard-wrapper {
  display: flex;
  justify-content: flex-start;
  margin: 0 auto;
  background: #fff;
  height: 100vh;
}

.sidebar {
  width: 250px;
  background: transparent;
}

.sidebar ul {
  list-style: none;
  padding: 0;
}

.sidebar li {
  padding: 10px 20px;
  cursor: pointer;
}

.sidebar li.active {
  background-color: #f7f7f1;
  font-weight: bold;
}

.dashboard-content {
  flex: 1;
  padding: 20px;
  background: #fff;
}

.tab {
  display: none;
}

.tab.active {
  display: block;
}

.profile-avatar img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
}

#edit-btn {
  float: right;
  background: none;
  border: none;
  cursor: pointer;
  margin: auto 0;
}

label {
  display: block;
  margin-bottom: 1rem;
}

.edit-actions {
  padding: 20px 0;
}

.profile-section {
  width: 50%;
}

.profile-header {
  gap: 20px;
  align-items: center;
  justify-content: space-between;
  margin: 35px 0;
}

label.form-label {
  display: block;
  color: #7d7e78;
  font-weight: 600;
  size: 14px;
  line-height: 22px;
  margin: 2px 0;
  padding-top: 16px;
}

input#user_login,
input#user_pass {
  border-radius: 0px;
}

input#rememberme {
  border-radius: 0px;
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}

.toggle-password {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 99;
  height: 40px;
  width: 40px;
  line-height: 3.125em;
  text-align: center;
  cursor: pointer;
}

.result-msg .alert {
  margin-bottom: 16px;
  position: absolute;
  top: 16px;
  right: 50%;
  border-radius: 8px;
  padding: 8px;
  min-width: 345px;
  text-align: left;
  display: flex;
  padding: 12px 16px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.login-form a {
  font-weight: 600;
  font-size: 14px;
  line-height: 22px;
  color: #b94e4e;
}

.login-form input::placeholder {
  color: #babab2;
}

.input-error {
  color: red;
  text-align: start;
  justify-content: flex-start;
  align-items: center;
}

.membership-card-header {
  text-align: center;
  font-weight: 800;
  font-size: 48px;
  line-height: 56px;
}

/* CSS for Confirmation */
.button-home {
  background-color: #f7eeed;
  color: #a9594a;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  border-top-right-radius: 24px;
  border-bottom-right-radius: 24px;
  padding: 12px;
  border-bottom-left-radius: 24px;
  border: 1px solid #a9594a;
  text-align: center;
  cursor: pointer;
  border-width: 1px !important;
}

.button-home:hover {
  background-color: #f0dddb;
  border: 1px solid #a9594a;
  color: #a9594a !important;
}

.button-submit {
  background-color: #a9594a;
  color: white;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  border-top-right-radius: 24px;
  border-bottom-right-radius: 24px;
  padding: 12px;
  border-bottom-left-radius: 24px;
  border: 1px solid #a9594a;
  text-align: center;
  cursor: pointer;
}

.button-submit:hover {
  background-color: #83453a;
  border: 1px solid #83453a;
  color: #fff !important;
}

input.input-error {
  border: 1px solid #c9877e;
}

.woocommerce-mini-cart__buttons a.wc-forward.-flat {
  display: none;
}

/* Custom Pricing Plan */
.custom-membership-ui {
  margin: 0 auto;
}

.membership-options {
  display: flex;
  flex-direction: row;
  gap: 24px;
  justify-content: center;
}

.membership-option {
  display: flex;
  margin: 0;
  position: relative;
}

.membership-card {
  border: 1px solid #ddd;
  padding: 24px;
  background-color: #fff;
  text-align: left;
  transition: border 0.3s ease, box-shadow 0.3s ease;
  position: relative;
}

.membership-card-items {
  border: 1px solid #f0dddb;
  padding: 24px;
  background-color: #f7eeed;
  text-align: left;
  transition: border 0.3s ease, box-shadow 0.3s ease;
  position: relative;
}

.membership-card h3 {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 22px;
  line-height: 32px;
  color: #010101;
}

.membership-card .price,
.tab-content .price {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  font-family: "Poppins", sans-serif;
  padding: 0;
}

.membership-card .price span,
.tab-content .price span {
  font-weight: 800;
  font-size: 32px;
  line-height: 42px;
  font-family: "PP Neue Machina", sans-serif;
}

/* Title + price row (no desktop changes) */
.title-price-row {
}

.membership-card ul,
.tab-content ul {
  font-size: 14px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.membership-card ul li,
.tab-content ul li {
  margin-bottom: 12px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  font-family: "Poppins", sans-serif;
  color: #010101;
  display: flex;
  align-items: flex-start;
  gap: 0.5em;
  list-style: none;
}

.tab-content > div.description.member ul li::before,
.membership-card > div.description.member ul li::before {
  content: "";
  flex-shrink: 0;
  width: 1.25em;
  height: 1.25em;
  margin-right: 0.5em;
  padding: 4px 6px;
  border-radius: 100%;
  background-color: #85a866;
  background-size: 12px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(./../../themes/yl/assets/img/check_mark.svg);
  color: #fff;
}

.tab-content > div.description.leader ul li:last-child::before {
  content: "";
  flex-shrink: 0;
  width: 1.25em;
  height: 1.25em;
  margin-right: 0.5em;
  padding: 4px 6px;
  border-radius: 100%;
  background-color: #85a866;
  background-size: 12px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(./../../themes/yl/assets/img/check_mark.svg);
  color: #fff;
}

.membership-card > div.description.leader ul li::before,
.tab-content > div.description.leader ul li::before {
  content: "";
  flex-shrink: 0;
  width: 1.25em;
  height: 1.25em;
  margin-right: 0.5em;
  padding: 4px 6px;
  border-radius: 100%;
  background-color: #e1e1d7;
  background-size: 12px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(./../../themes/yl/assets/img/check_mark_black.svg);
  color: #000;
}

.title-leader {
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.check-subs-free {
  background-color: #e1e1d7;
  color: #010101;
}

.badge-sale {
  position: absolute;
  top: 12px;
  left: 250px;
  background-color: #ff9c1a;
  color: #fff;
  font-size: 12px;
  padding: 1px 6px;
  border-radius: 6px;
  font-weight: bold;
  z-index: 3;
}

.membership-options-row {
  display: flex;
  gap: 24px;
  justify-content: center;
  align-items: stretch;
}

.membership-option.equal-card {
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  align-self: stretch;
}

.membership-card,
.membership-card-items {
  flex: 1 1 100%;
  display: flex;
  flex-direction: column;
  max-width: 412px;
  justify-content: space-between;
  width: 100%;
}

.container-planning-price {
  padding: 20px;
}

.container-planning-price-notification {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 80px;
  gap: 40px;
}

.container-planning-price-notification-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.container-planning-price-notification-content > p {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #21272a;
}

.container-planning-price-notification-footer {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: start;
  width: 56%;
  padding: 10px;
  background-color: #f8f3ed;
  gap: 10px;
  position: relative;
  z-index: 3;
}

.container-planning-price-notification-footer span {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: #808080;
}

.container-planning-price-active {
  background-color: #85a866;
  color: white;
  text-align: center;
  font-size: 12px;
  font-weight: 600;
  font-family: "Inter", sans-serif;
  text-transform: uppercase;
}

.container-planning-price-tab-active {
  background-color: #f2f6ef;
  border: 1px solid #e5edde;
}

.container-planning-price button:focus,
.container-planning-price input:focus,
.container-planning-price textarea:focus,
.container-planning-price select:focus {
  outline: none;
}

.container-planning-price .tabs {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  overflow: hidden;
}

.container-planning-price label.active-tab {
  background-color: #a9594a;
  color: #fff !important;
  font-weight: bold;
}

.container-planning-price .tabs [class^="tab"] label,
.container-planning-price .tabs [class*=" tab"] label {
  color: #000000;
  cursor: pointer;
  display: block;
  font-size: 1.1em;
  font-weight: 300;
  padding: 0.35rem 0;
  text-align: center;
  margin-bottom: 0;
}

.container-planning-price .tabs [class^="tab"] [type="radio"],
.container-planning-price .tabs [class*=" tab"] [type="radio"] {
  background-color: #a9594a;
  border: 0px;
  border-bottom: 1px solid rgba(239, 237, 239, 0.5);
  cursor: pointer;
  appearance: none;
  display: block;
  width: 100%;
  transition: all 0.3s ease-in-out;
  border-radius: 0px;
  height: 2px;
}

.container-planning-price .tabs [class^="tab"] [type="radio"]:hover,
.container-planning-price .tabs [class^="tab"] [type="radio"]:focus,
.container-planning-price .tabs [class*=" tab"] [type="radio"]:hover,
.container-planning-price .tabs [class*=" tab"] [type="radio"]:focus {
  border-bottom: 1px solid #a9594a;
  box-shadow: none;
}

.container-planning-price .tabs [class^="tab"] [type="radio"]:checked,
.container-planning-price .tabs [class*=" tab"] [type="radio"]:checked {
  border-bottom: 2px solid #a9594a;
}

.container-planning-price .tabs [class^="tab"] [type="radio"] + div,
.container-planning-price .tabs [class*=" tab"] [type="radio"] + div {
  display: block;
  opacity: 0;
  padding: 2rem 0;
  width: 90%;
  transition: all 0.3s ease-in-out;
}

.container-planning-price .tabs [class^="tab"] [type="radio"]:checked + div,
.container-planning-price .tabs [class*=" tab"] [type="radio"]:checked + div {
  opacity: 1;
}

.container-planning-price .tabs .tab-2 {
  width: 50%;
  position: relative;
}

.container-planning-price .tabs .tab-2 [type="radio"] + div {
  width: 200%;
  margin-top: 40px;
  margin-left: 200%;
}

.container-planning-price .tabs .tab-2 [type="radio"]:checked + div {
  margin-left: 0;
}

.container-planning-price .tabs .tab-2:last-child [type="radio"] + div {
  margin-left: 100%;
}

.container-planning-price .tabs .tab-2:last-child [type="radio"]:checked + div {
  margin-left: -100%;
}

.tab-2 > label[for="tab2-1"] {
  position: absolute;
  right: 0;
  width: 300px;
}

.tab-2 > input[id="tab2-1"] {
  position: absolute;
  top: 39px;
  right: 0;
  width: 300px !important;
}

.tab-2 > label[for="tab2-2"] {
  position: absolute;
  left: 0;
  width: 300px;
}

.tab-2 > input[id="tab2-2"] {
  position: absolute;
  top: 39px;
  left: 0;
  width: 300px !important;
}

.tab-toggle {
  position: relative;
  border-radius: 999px;
  display: flex;
  width: 254px;
  height: 40px;
  margin: 0 auto 20px; /* center horizontally inside the card */
  overflow: hidden;
  padding: 4px 6px;
  box-sizing: border-box;
  border: 1px solid #e9d9be;
  background-color: #f8f3ed;
}

.tab-toggle .slider {
  position: absolute;
  top: 5px;
  bottom: 5px;
  width: calc(50% - 12px);
  background-color: #b8860b;
  border-radius: 999px;
  transition: transform 0.4s ease;
  z-index: 1;
  left: 0;
}

.tab-toggle button {
  flex: 1;
  border: none;
  background: transparent;
  color: #a27300;
  font-weight: bold;
  cursor: pointer;
  position: relative;
  z-index: 2;
  transition: color 0.3s;
  padding: 0 8px;
}

.tab-toggle button.active {
  color: white;
}

.tab-content {
  display: none;
  opacity: 0;
  background-color: transparent;
  transition: border 0.3s ease, box-shadow 0.3s ease;
  position: relative;
}

.tab-content.active {
  display: block;
  opacity: 1;
}

.modal {
  display: none;
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

/* Modal box */
.modal-content {
  background: #fff;
  margin: 10% auto;
  padding: 0;
  width: 90%;
  max-width: 407px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  animation: fadeIn 0.3s ease-in-out;
}

/* Header, Body, Footer */
.modal-header,
.modal-body,
.modal-content,
.modal-footer {
  padding: 16px;
}

.modal-header {
  display: flex;
  justify-content: center;
  background: #fff;
  border-bottom: 1px solid #fff;
  position: relative;
  font-weight: 800;
  font-size: 26px;
  line-height: 36px;
}

.modal-header h4 {
  margin: 0;
}

.modal-body {
  display: flex;
  flex-direction: column;
}

.modal-body input {
  width: 100%;
  padding: 10px;
  font-size: 14px;
  border: 1px solid #ccc;
  border-radius: initial;
}

.modal-body label {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 0;
  color: #7d7e78;
}

.modal-body p {
  font-size: 12px;
  font-style: italic;
  line-height: 18px;
  font-weight: 400;
  font-family: "Inter", sans-serif;
  color: #7d7e78;
}

.modal-body .description {
  font-family: "Inter", "sans-serif";
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  color: #595959;
}

.modal-body .warning {
  display: flex;
  background-color: #f8f3ed;
  flex-direction: row;
  justify-content: center;
  margin-top: 30px;
}

.warning p {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: #4e4e43;
  font-style: normal;
}

/* Close button in header */
.modal-header .close {
  position: absolute;
  right: 15px;
  top: 0px;
  font-size: 26px;
  font-weight: 300;
  cursor: pointer;
  color: #666;
}

/* Footer styling */
.modal-footer {
  background: #fff;
  border-top: 1px solid #fff;
  display: flex;
  justify-content: space-between;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.coupon-banner img {
  width: 17px;
  height: 15px;
}

/* Button */
.button.-default.secondary,
a.button.--default.secondary {
  border: 1.5px solid #a9594a !important;
  background-color: #f7eeed !important;
  color: #a9594a !important;
}

.button.-default.secondary:hover,
a.button.--default.secondary:hover {
  background-color: #f0dddb !important;
  color: #a9594a !important;
}

/* Button */
.button.-default.actions,
a.button.-default.actions {
  border: 1.5px solid #a9594a !important;
  background-color: #f7eeed !important;
  color: #a9594a !important;
}

.button.-default.actions:hover,
a.button.-default.actions:hover {
  background-color: #f0dddb !important;
  color: #a9594a !important;
}

.avatar-group {
  display: flex;
  align-items: center;
  gap: 6px;
  cursor: pointer;
}

.avatar-img {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 2px solid #ccc;
}

.caret,
.caret-child {
  font-size: 10px;
  color: #4e4e43;
}

/* ---------- Dropdown ---------- */
.profile-dropdown {
  position: absolute;
  width: 280px;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  text-align: left;
  line-height: var(--clb-text-line-heigth-small);
  z-index: 102;
  background-color: var(--clb-color-white);
  right: calc(var(--clb-spacer-2) * (-1));
  top: calc(var(--clb-circle) + var(--clb-spacer-3));
  opacity: 0;
  visibility: hidden;
  transform-origin: 50% -50px;
  transform: perspective(400px) rotateX(-10deg);
  transition: all var(--clb-transition-function) var(--clb-transition-duration);
}

.profile-dropdown.visible {
  transform: none;
  visibility: visible;
  opacity: 1;
}

.pd-header {
  padding: 16px;
  border-bottom: 1px solid #e0e0e0;
}

.pd-header strong {
  display: block;
  font-size: 16px;
}

.pd-header small {
  color: #777;
}

.pd-title {
  display: flex;
  cursor: pointer;
  justify-content: space-between;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.2px;
  padding: 12px 20px;
  color: #4e4e43;
}

.pd-submenu {
  padding-left: 48px;
  display: none;
}

.pd-submenu.open {
  display: block;
}

.pd-submenu a,
.pd-item {
  display: block;
  padding: 12px 20px;
  font-size: 14px;
  color: #4e4e43;
  text-decoration: none;
  height: 48px;
}

.pd-item {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.2px;
}

.pd-item:hover,
.pd-submenu a:hover {
  background: #e1e1d7;
}

.pd-logout {
  border-top: 1px solid #e0e0e0;
}

.pd-logout a {
  display: block;
  padding: 8px 20px;
  font-family: Inter;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.2px;
  color: #4e4e43;
  text-decoration: none;
  height: 48px;
}

.join-us-footer {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  max-height: 60vh;
}

.join-us-footer img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.join-us-footer .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background: transparent;
}

.join-us-footer .text-box {
  background-color: #a9594a73; /* Semi-transparent red-brown */
  padding: 64px 80px;
  max-width: 825px;
  color: white;
  height: 300px;
}

.join-us-footer .text-box h1 {
  color: #ffffff;
  font-weight: normal;
}

.icon-title i {
  font-size: 14px;
}

span.icon-title {
  display: flex;
  gap: 8px;
  justify-content: flex-start;
  align-items: center;
}

.success-container {
  text-align: center;
  max-width: 480px;
  margin: auto;
}

.success-container img {
  width: 90px;
  height: auto;
}

a.button.-default.back-login {
  min-width: 480px;
}

.success-container p {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
  text-align: center;
  color: #4e4e43;
  margin-bottom: 24px;
}

/*verify container*/

.verify-success {
  display: flex;
  flex: 1;
  height: 100vh;
  justify-content: center;
}

.verify-success-inner {
  max-width: 480px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: auto;
}

.verify-success-inner-custom {
  padding: 1rem;
}

.verify-success h1 {
  text-align: center;
  font-size: 48px;
}

.verify-success img {
  width: 96px;
  height: 96px;
  margin-bottom: 20px;
}

.verify-success .title {
  color: #010101;
  font-size: 26px;
  margin: 0 0 20px;
}

.verify-success .list-desc {
  padding: 0 0 0 15px;
  margin: 0 0 20px;
  color: #010101;
  font-size: 16px;
}

.verify-success .actions {
  width: 100%;
  text-align: center;
}

.health-button {
  width: 100%;
  height: 48px;
  color: white;
  background: #a9594a;
  font-size: 16px;
  display: inline-block;
  border-radius: 0 48px 48px 48px;
  margin-bottom: 20px;
  line-height: 48px;
  font-weight: 600;
  cursor: pointer;
}

.verify-success .health-button:hover {
  color: white !important;
  background: #83453a !important;
}

.explore-button {
  width: 100%;
  height: 48px;
  color: #a9594a;
  background: #f7eeed;
  border: 1px solid #a9594a;
  font-size: 16px;
  display: inline-block;
  border-radius: 0 48px 48px 48px;
  margin-bottom: 30px;
  line-height: 48px;
  font-weight: 600;
  cursor: pointer;
}

.verify-success .explore-button:hover {
  color: #a9594a !important;
  background: #f0dddb !important;
}

.home-button {
  margin: 0 auto;
  color: #a9594a;
  font-size: 16px;
  font-weight: 600;
  display: inline-block;
  cursor: pointer;
}

.home-button:hover {
  color: #b94e4e;
  text-decoration: underline;
}

.result-msg .alert-close {
  margin: 0.5rem 0;
}

/* Education Discount Notice */
.education-discount-notice {
  background-color: #d4edda !important;
  color: #155724 !important;
  padding: 12px 16px !important;
  margin: 15px 0 !important;
  border-radius: 6px !important;
  border: 1px solid #c3e6cb !important;
  font-size: 14px !important;
  line-height: 1.4 !important;
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
}

.education-discount-notice strong {
  font-weight: 600 !important;
  color: #155724 !important;
}

.education-discount-notice::before {
  content: "ÃƒÆ’Ã‚Â¢Ãƒâ€¦Ã¢â‚¬Å“ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œ";
  font-weight: bold;
  font-size: 16px;
  color: #155724;
}

.explore-premium-link {
  background: #e1e1d7;
}

.explore-premium-link .icon-title,
.explore-premium-link .icon-title .icon {
  color: #b88917 !important;
}

.e-con-full,
.e-con > .e-con-inner {
  padding-block-end: unset !important;
  padding-block-start: unset !important;
}

.e-con {
  padding-right: unset !important;
  padding-left: unset !important;
  padding-top: unset !important;
  padding-bottom: unset !important;
}

.more-button-radius {
  font-size: 16px !important;
  font-weight: 600 !important;
  background-color: #e1e1d7 !important;
  margin: 0 0 50px;
  font-family: "Inter", sans-serif !important;
  border: 2px solid #b88917 !important;
  height: 48px;
  color: #a9594a !important;
  line-height: 42px;
  min-width: 204px;
}

.more-button-radius:hover {
  background-color: #d5d5ce !important;
}

/* ==========================
   Mobile: /login form styling
   Matches design for mobile view
   ========================== */
@media (max-width: 768px) {
  .login-container {
    padding: 0 16px;
  }

  /* Container padding */
  .container-login {
    display: flex;
    flex-direction: column;
    flex: 1;
    box-sizing: border-box;
  }

  /* Title */
  .container-login h1 {
    text-align: center;
    font-size: 28px;
    line-height: 1.2;
  }

  /* Labels */
  .login-form .form-label {
    font-size: 12px;
    line-height: 18px;
    color: #6b6b6b;
    margin: 6px 0 4px;
    font-weight: 600;
  }

  /* Inputs */
  .login-form input[type="text"],
  .login-form input[type="email"],
  .login-form input[type="password"],
  .login-form input[type="url"],
  .login-form input[type="tel"],
  .login-form select,
  .login-form textarea {
    width: 100%;
    height: 48px;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    padding: 12px 14px;
    font-size: 14px;
    box-sizing: border-box;
  }

  /* Override legacy radius resets */
  #user_login,
  #user_pass {
    border-radius: 8px !important;
  }

  /* Placeholder */
  .login-form input::placeholder,
  .login-form textarea::placeholder {
    color: #bfbfbf;
  }

  /* Password toggle */
  .login-form .input-group {
    position: relative;
  }
  .login-form .input-group input[type="password"] {
    padding-right: 44px;
  }
  .login-form .toggle-password {
    right: 12px;
    height: 48px;
    width: 40px;
    line-height: 48px;
    color: #7a7a7a;
  }

  /* Remember + Forgot */
  .login-form .options {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin: 8px 0 16px;
  }
  .login-form .options a {
    color: #b94e4e;
    font-weight: 600;
  }

  /* Submit */
  .login-form .btn-login {
    width: 100%;
    height: 48px;
    background: #a9594a;
    color: #fff;
    border: none;
    border-radius: 9999px;
    font-size: 16px;
    font-weight: 600;
    line-height: 48px;
  }
  .login-form .btn-login:hover {
    background: #8f4e42;
  }

  /* Bottom sign up */
  .login-form .signup {
    text-align: center;
    margin-top: 16px;
  }
  .login-form .signup .signup-link {
    color: #b94e4e;
    font-weight: 600;
  }
}

/* ==========================
   Footer redesign (child theme)
   Matches provided mock and is responsive
   ========================== */

/* Base colors and spacing */
.site-footer {
  background: #d8c0a5; /* warm beige */
  color: rgba(255, 255, 255, 0.9);
}

.site-footer a {
  color: rgba(255, 255, 255, 0.92);
}
.site-footer a:hover {
  color: #ffffff;
}

.site-footer .footer-header {
  padding: 36px 0 14px;
}
.site-footer hr {
  border: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  margin: 18px 0;
}

/* Header row: logo + subscribe */
.site-footer .footer-header-content {
  display: flex;
  align-items: center;
  gap: 24px;
}
.site-footer .footer-logo-section {
  display: flex;
  align-items: center;
}
.site-footer .footer-subscription-section {
  display: flex;
  justify-content: flex-end;
}
.site-footer .footer-subscription-section .wpcf7 form p {
  margin: 0;
}
.site-footer .widgets {
  margin: 0;
}

/* Subscribe (works with CF7 or simple form) */
.site-footer .email-section {
  width: 100%;
  justify-content: flex-end;
}
.site-footer .email-section .email-field {
  border: 1px solid rgba(0, 0, 0, 0.15);
  background: #ffffff;
  height: 48px;
  border-radius: 4px;
}
.site-footer .email-section .wpcf7-email {
  width: clamp(220px, 40vw, 360px);
}
.site-footer .email-section .button {
  height: 48px;
}

/* Footer columns */
.site-footer .footer-columns .holder {
  /* Use CSS Grid for even 5-column layout */
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 24px;
}
/* Neutralize WPBakery column widths inside our grid */
.site-footer .footer-columns .holder > [class*="vc_col-"] {
  float: none !important;
  width: auto !important;
  max-width: none !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.site-footer .footer-column ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.site-footer .footer-column li {
  margin: 8px 0;
}
.site-footer .footer-column a {
  color: rgba(255, 255, 255, 0.9);
  text-decoration: none;
  font-size: 15px;
  line-height: 24px;
  font-weight: 400;
}
.site-footer .footer-column a:hover {
  opacity: 0.95;
}
.site-footer .footer-column .widget-title,
.site-footer .footer-column .widgettitle,
.site-footer .footer-column h5,
.site-footer .footer-column h6 {
  margin: 0 0 10px;
  font-weight: 700;
  color: #ffffff;
  font-size: 18px;
}

/* Social list (generic) */
.site-footer .footer-socials,
.site-footer .footer-social-list {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 0;
  margin: 6px 0 0;
  list-style: none;
}
.site-footer .footer-socials a,
.site-footer .footer-social-list a {
  display: inline-flex;
  width: 28px;
  height: 28px;
  align-items: center;
  justify-content: center;
  color: #ffffff;
}
.site-footer .footer-socials svg,
.site-footer .footer-social-list svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}

/* Copyright */
.site-footer-copyright {
  color: rgba(255, 255, 255, 0.85);
}

.site-footer-copyright a {
  color: #ffffff;
}

.lg-btn-custom {
  background-color: white !important;
}

.lg-btn-custom:hover {
  background-color: #a9594a !important;
  color: white !important;
}

/* Responsive behavior */
@media (max-width: 1200px) {
  .site-footer .footer-columns .holder {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media (max-width: 992px) {
  .site-footer .footer-columns .holder {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (max-width: 768px) {
  .site-footer .footer-header-content {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
  .site-footer .footer-subscription-section {
    width: 100%;
    justify-content: flex-start;
  }
  .site-footer .footer-columns .holder {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
  }
}
@media (max-width: 520px) {
  .site-footer .footer-columns .holder {
    grid-template-columns: 1fr;
  }
  .site-footer .email-section .wpcf7-email {
    width: 100%;
  }
}

/* ==========================
   Mobile Header Adjustments
   Make navbar match mobile design
   ========================== */
@media (max-width: 768px) {
  /* Header container */
  header.header-1,
  .header.header-1 {
    background: #e1e1d7 !important;
  }

  .header.header-1 .header-wrap-inner {
    display: grid !important;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    column-gap: 8px;
    padding: 8px 12px;
    min-height: 56px;
    gap: 8px !important; /* override theme gap:60px */
  }

  .header.header-1 .left-part,
  .header.header-1 .middle-part,
  .header.header-1 .right-part {
    display: inline-flex;
    align-items: center;
    gap: 8px;
  }
  .header.header-1 .left-part {
    grid-column: 1;
  }
  .header.header-1 .middle-part {
    grid-column: 2;
  }
  .header.header-1 .right-part {
    grid-column: 3;
  }

  /* Prevent legacy floats or widths from breaking the row */
  .header.header-1 .right-part.right {
    float: none;
  }
  .header.header-1 .left-part,
  .header.header-1 .middle-part,
  .header.header-1 .right-part {
    width: auto;
  }
  .header.header-1 .middle-part {
    min-width: 0;
  }
  .header.header-1 .right-part {
    justify-content: flex-end;
  }
  .header.header-1 .menu-optional {
    gap: 8px;
  }
  .header.header-1 .menu-optional > li {
    display: inline-flex;
    align-items: center;
  }
  .header.header-1 .menu-optional .avatar-group {
    display: inline-flex !important;
  }

  /* Ensure mobile hamburger shows, desktop one hides */
  .header.header-1 .desktop-hamburger {
    display: none !important;
  }
  .header.header-1 .mobile-hamburger {
    display: block;
  }

  /* Keep slide-in menu out of normal flow so it doesn't wrap header */
  .header.header-1 .middle-part .nav {
    position: fixed;
    inset: 0;
    display: none;
  }
  .header.header-1 .middle-part .nav.-visible {
    display: block;
  }

  /* Brand title / logo */
  .header.header-1 .branding-title,
  .header.header-1 .branding .logo,
  .header.header-1 .branding .logo-mobile {
    font-weight: 600;
    font-size: 18px;
    color: #4e4e43;
  }
  .header.header-1 .branding .logo img,
  .header.header-1 .branding .logo-mobile img {
    max-height: 26px;
    max-width: 140px;
  }
  .header.header-1 .branding {
    min-width: 0;
  }
  .header.header-1 .branding-title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  /* Extra-tight layout for very narrow phones */
  @media (max-width: 480px) {
    .header.header-1 .branding .logo img,
    .header.header-1 .branding .logo-mobile img {
      max-width: 110px;
    }
    .header.header-1 .menu-optional {
      gap: 6px;
    }
    .header.header-1 .cart-button .badge {
      right: -6px;
      top: -6px;
    }
  }

  /* Optional icons area (cart, user) */
  .header.header-1 .menu-optional {
    margin: 0;
  }
  .header.header-1 .menu-optional > li {
    margin: 0 4px;
  }

  /* Cart badge styling */
  .header.header-1 .cart-button .holder {
    position: relative;
  }

  .header.header-1 .cart-button .badge {
    position: absolute;
    top: -6px;
    right: -8px;
    background: #b94e4e;
    color: #fff;
    border-radius: 9999px;
    width: 18px;
    height: 18px;
    font-size: 11px;
    line-height: 18px;
    text-align: center;
    border: 2px solid #e1e1d7;
  }

  /* Avatar image */
  .header.header-1 .avatar-img {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    object-fit: cover;
  }

  .header-wrap-inner {
    gap: 0;
  }

  .header.header-3.-mobile .header-wrap-inner {
    flex-direction: row;
  }

  .header.header-3.-mobile .left-part,
  .header.header-3.-mobile .right-part {
    flex: 1;
    justify-content: end;
  }

  .logo img {
    width: 100% !important;
  }
}

/* ==========================
   Pricing Plan – Mobile layout
   Stack Free and Premium cards
   ========================== */
@media (max-width: 768px) {
  /* Keep Free and Premium side-by-side on mobile */
  .membership-options-row,
  .membership-options {
    flex-direction: column;
    align-items: center;
    gap: 12px;
    justify-content: center;
  }

  /* Keep card widths constrained and allow horizontal scroll */
  .membership-card,
  .membership-card-items {
    max-width: 350px !important;
    box-sizing: border-box;
    padding: 16px;
    width: 100%;
    height: 100%;
  }
  .membership-option.equal-card {
    flex: 0 0 auto !important;
    width: auto;
    align-items: stretch;
  }

  /* Move the CTA button block above the bullet list */
  .membership-card {
    display: flex;
    flex-direction: column;
  }
  .membership-card > .cta-row,
  .membership-card > button {
    order: 2;
    margin: 8px 0 12px 0;
  }
  .membership-card > .description {
    order: 3;
  }

  /* Paid plan tab content becomes flex so we can reorder */
  .membership-card-items .tab-content.active {
    display: flex;
    flex-direction: column;
  }
  .membership-card-items .tab-content .cta-row {
    order: 2;
    margin: 8px 0 12px 0;
  }
  .membership-card-items .tab-content .description {
    order: 3;
  }
  .membership-card > .description {
    margin-bottom: 0 !important;
  }

  /* Override absolute style for CTA in mobile */
  .membership-card-items .cta-row .button-submit {
    position: static !important;
    width: 100%;
  }

  /* Badge location on narrow screens */
  .badge-sale {
    left: auto;
    right: 12px;
  }

  /* Title + price on one row (mobile only) */
  .title-price-row {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    gap: 12px;
  }
  .title-price-row h3,
  .title-price-row .price {
    margin: 0;
  }

  /* Fluid typography for tighter cards */
  .membership-card h3,
  .membership-card-items h3 {
    font-size: 16px;
    line-height: 22px;
  }
  .membership-card .price,
  .tab-content .price {
    font-size: 14px;
    line-height: 20px;
  }
  .membership-card .price span,
  .tab-content .price span {
    font-size: 24px;
    line-height: 28px;
  }

  /* Avoid overflow in the title/price row */
  .title-price-row {
    gap: 8px;
  }
  .title-price-row h3 {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  /* Make toggle fit smaller widths but expand for full-width Member */
  .membership-card-items .tab-toggle {
    width: 100%;
    max-width: 254px;
    margin-left: auto;
    margin-right: auto;
  }

  /* Lists wrap cleanly without breaking layout */
  .membership-card ul li,
  .tab-content ul li {
    font-size: 14px;
    line-height: 20px;
    overflow-wrap: anywhere;
    word-break: break-word;
  }

  /* Buttons fill width inside cards */
  .membership-card .button-default,
  .membership-card-items .button-default {
    width: 100%;
  }

  /* Container: remove inner padding and let content span full width */
  .container-planning-price {
    padding: 0 !important;
  }

  /* Member (Pro Member) should take full width on mobile */
  .container-planning-price
    .tabs
    .tab-2:first-child
    .membership-option.equal-card {
    flex: 1 1 100% !important;
    width: 100% !important;
  }
  .container-planning-price .tabs .tab-2:first-child .membership-card-items {
    max-width: none !important;
    width: 100% !important;
  }

  /* Equalize inner item heights for tab 2-1 (Member) */
  .container-planning-price
    .tabs
    .tab-2:first-child
    .membership-card-items
    .tab-content {
    min-height: 420px;
  }

  /* Prevent text wrapping */
  .tab-toggle,
  .tab-toggle button,
  .title-price-row {
    white-space: nowrap;
  }

  a.button.-default.back-login {
    min-width: 100%;
  }
}

@media screen and (max-width: 425px) {
  .container-planning-price .tabs .tab-2:first-child .membership-card-items {
    margin: 0 0 0 5%;
    width: 90% !important;
  }

  .tab-2 > input[id="tab2-1"] {
    width: 100% !important;
  }

  .tab-2 > label[for="tab2-2"] {
    width: 100% !important;
  }
}

@media (min-width: 992px) {
  /* Also keep inner items consistent height in tab 2-1 */
  .container-planning-price
    .tabs
    .tab-2:first-child
    .membership-card-items
    .tab-content {
    min-height: 520px;
  }
}

@media (max-width: 1024px) {
  .logo img {
    width: 60%;
    object-fit: scale-down;
  }

  #mega-menu-wrap > ul > li > a > span {
    font-size: 13px;
  }
}

@media (max-width: 425px) {
  .logo img {
    width: 100%;
    object-fit: scale-down;
  }
}

.menu-optional > li > a.button {
  border-top-left-radius: 0px;
  padding: 10px 18px !important;
  color: #4e4e43;
  background-color: #fff;
}

.menu-optional > li > a.button:hover,
.menu-optional > li > a.button:active,
.menu-optional > li > a.button:focus {
  background-color: #a9594a !important;
  color: #fff;
}

.more-button-radius {
  font-size: 16px !important;
  font-weight: 600 !important;
  background-color: #e1e1d7 !important;
  margin: 0 0 50px;
  font-family: "Inter", sans-serif !important;
  border: 2px solid #b88917 !important;
  height: 48px;
  color: #a9594a !important;
  line-height: 42px;
  min-width: 204px;
}

.more-button-radius:hover {
  background-color: #d5d5ce !important;
}

.page-preloader {
  opacity: 0.4;
}

.woocommerce-mini-cart .remove.remove_from_cart_button {
  display: none !important;
}

.alert-message a {
  text-decoration: underline;
}

.verify-failed {
  text-align: center;
  max-width: 480px;
  margin: auto;
  height: 100vh;
  justify-content: center;
  display: flex;
  align-items: center;
}

.verify-failed img {
  width: 90px;
  height: auto;
}
