.banner_sec
 {
  background-size: cover;
  background-attachment: fixed;
}

.woocommerce-checkout div#customer_details {
    display: grid;
}
h3#order_review_heading {
    display: none;
}

#customer_details .col-1 {
    width: 100%;
}
#customer_details .col-2 {
    width: 100%;
}
.cstmr_dtl {
    display: flex;
}
/* Apply Flexbox to the main product details cell */
.woocommerce-checkout-review-order-table .product-name {
    display: flex;
    align-items: flex-start;
    gap: 20px; /* Adjust spacing between image and text */
}

.woocommerce-checkout tr.cart-discount.recurring-total {
    display: none !important;
}

.woocommerce-checkout .woocommerce-form-login-toggle {
    display: none;
}
#order_review {
  position: sticky;
  top: 60px; 
  align-self: start;
  z-index: 10;
}
.woocommerce-checkout ul.woocommerce-error {
    width: 45%;
}


.woocommerce-checkout .woocommerce-billing-fields .woocommerce-shipping-fields__field-wrapper label {
    display: none !important;
}
.woocommerce-checkout .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper label {
    display: none !important;
}


/* Style the image container */
.woocommerce-checkout-review-order-table .checkout-product-thumbnail {
    flex-shrink: 0;
    width: 80px; /* Adjust size as needed */
    height: auto;
}

/* Style the product name and details text */
.woocommerce-checkout-review-order-table .product-name > h5,
.woocommerce-checkout-review-order-table .product-name > p,
.woocommerce-checkout-review-order-table .product-name > dl {
    flex-grow: 1;
}

/* Fix for the variation list alignment */
.woocommerce-checkout-review-order-table dl.variation {
    margin: 0;
}

.woocommerce-checkout-review-order-table dl.variation dt,
.woocommerce-checkout-review-order-table dl.variation dd {
    display: inline-block;
    vertical-align: top;
    line-height: 1.5;
    margin: 0;
}
 /* Style for the main product container to create a row layout */
.woocommerce-checkout-review-order-table .product-row-container {
	display: flex;
	align-items: flex-start;
	gap: 20px;
}

/* Style for the product image */
.woocommerce-checkout-review-order-table .product-thumbnail {
	flex-shrink: 0;
	width: 80px;
}

.woocommerce-checkout-review-order-table .product-thumbnail img {
	border-radius: 8px;
}

/* Style for the product details and collapsible section */
.woocommerce-checkout-review-order-table .product-details-container {
	flex-grow: 1;
}

/* General typography within the details */
.woocommerce-checkout-review-order-table .product-details-container h4 {
	margin: 0 0 5px;
	font-size: 16px;
	font-weight: 600;
}

.woocommerce-checkout-review-order-table .product-details-container p {
	margin: 0 0 2px;
	font-size: 14px;
	color: #555;
}

/* Style the "More/Less Details" link */
.details-toggle-btn {
	display: inline-block;
	cursor: pointer;
	font-size: 14px;
	color: #0073e6;
	text-decoration: underline;
	margin-top: 5px;
}

.details-toggle-btn:hover {
	color: #005bb5;
}

/* Style for the collapsible container */
.custom-details-toggle {
	background-color: #f8f8f8;
	padding: 10px;
	margin-top: 10px;
	border-radius: 4px;
	border: 1px solid #eee;
	font-size: 14px;
	line-height: 1.6;
}

.custom-details-toggle p {
	margin: 0;
}
span.remove_prd {
    display: inline-block;
}
.woocommerce-order-received .entry-content {
    padding: 0 !important;
}
.woocommerce-order-received section.cstm_section .container {
    padding: 0px !important;
    margin: 0px !important;
    width: 100% !important;
    max-width: 100%;
}
.woocommerce-order-received section.cstm_section {
    padding: 0;
}
.woocommerce-order-received header.hdr.checkout_header {
    background-image: none !important;
    background: none !important;
}
.woocommerce-checkout p#wc-stripe-express-checkout-button-separator {
    display: none !important;
}
/* .woocommerce-checkout div#wc-stripe-express-checkout-element {
    display: none !important;
} */
.blockUI.blockOverlay {
  display: none !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

.step_3 a.cta:hover {
    background: #fff !important;
    color: #1e649b !important;
}
.cta {
    cursor: pointer;
}
section.banner_sec.inner_bnnr.step_3 {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}
.woocommerce-account section.cstm_section::after{
    display: none;
}
.woocommerce-order-received section.cstm_section::after{
    display: none;
}
.cstmr_dtl div#customer_details::before {
    display: none;
}
.search_sec {
    padding-top: 80px;
    padding-bottom: 80px;
}
.page_404 {
    padding: 200px 0px 80px 0px;
    background: #fff;
    font-family: 'Arvo', serif;
}

.page_404  img{
    width:100%;
}

.four_zero_four_bg{
 background-image: url(https://cdn.dribbble.com/users/285475/screenshots/2083086/dribbble_1.gif);
    height: 500px;
    background-position: center;
 }
 .contant_box_404 h3.h2 {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 37px;
}
.contant_box_404 p {
    font-family: 'Montserrat';
    font-weight: 500;
    font-size: 20px;
}
 .contant_box_404 a.cta {
    margin-top: 20px;
}
 
.four_zero_four_bg h1 {
    font-size: 130px;
	color: #1e659b;
}
 
.four_zero_four_bg h3{
	font-size:80px;
}
			 
.link_404{			 
	color: #fff!important;
    padding: 10px 20px;
    background: #39ac31;
    margin: 20px 0;
    display: inline-block;
}
.contant_box_404{
    margin-top:-50px;
}
.resrch_content .resrch_card .card-img img {
    transition: all 0.3s ease-in;
    height: 300px;
    object-fit: cover;
	width:100%;
}
.hdr .home-link .navbar-brand {
    max-width: 156px;
    width: 100%;
    height: auto;
}
.ssp_para.size20 h3 {
	font-size: 22px;
    font-weight: 800;
    padding-top: 30px;
}
/* ---------------------------------------------
   Live Perennial Checkout — Visual Upgrade
   Single source of truth for colors & spacing
---------------------------------------------- */
:root {
  --lp-navy: #0A2342;
  --lp-green: #81E644;
  --lp-bluegreen: #2D4E5D;
  --lp-black: #000;         /* falls back if your theme defines var(--black) */
  --lp-white: #fff;
  --lp-gray-600: #777;
  --lp-gray-400: #ccc;
  --lp-gray-200: #E7EBEE;

  --radius: 12px;
  --space-1: 6px;
  --space-2: 10px;
  --space-3: 16px;
  --shadow-sm: 0 2px 6px rgba(10, 35, 66, 0.08);
  --shadow-md: 0 6px 14px rgba(10, 35, 66, 0.10);
}
/* Checkout css 29 oct */
/* ---------------------------------------------
   Primary action buttons
---------------------------------------------- */
.apply-cpn-btn,
.woocommerce-checkout-payment .button {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.1;
  text-align: center;
  width: 100%;
  padding: 16px 14px;
  background-color: var(--lp-green);
  color: var(--lp-black);
  border: none;
  border-radius: var(--radius);
  box-shadow: var(--shadow-sm);
  transition: background-color .2s ease, color .2s ease, box-shadow .2s ease, transform .06s ease;
}

/* Woo overrides a lot; keep this one important */
.woocommerce-checkout-payment .button {
  background: var(--lp-green) !important;
  color: var(--lp-black) !important;
}

.apply-cpn-btn:hover,
.woocommerce-checkout-payment .button:hover {
  background-color: #74d83d; /* slightly darker green on hover */
  box-shadow: var(--shadow-md);
  transform: translateY(-1px);
}

.apply-cpn-btn:active,
.woocommerce-checkout-payment .button:active {
  transform: translateY(0);
  box-shadow: var(--shadow-sm);
}

.apply-cpn-btn:focus-visible,
.woocommerce-checkout-payment .button:focus-visible {
  outline: 2px solid var(--lp-bluegreen);
  outline-offset: 2px;
  box-shadow: var(--shadow-md);
}
.apply-cpn-btn:hover {
  color: var(--lp-navy);
}

/* ---------------------------------------------
   Stripe Express container & headings
---------------------------------------------- */
.woocommerce-checkout div#wc-stripe-express-checkout-element,
.express-checkout-heading {
  width: 45%;
}

.express-checkout-heading h4{
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #000;
  text-align: center;
  margin: 0 0 var(--space-2) 0;
}

.express-checkout-note p {
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #000;
  text-align: center;
  padding: 10px 0 24px 0;
  margin: 0;
}

/* ---------------------------------------------
   Coupon row (input + button)
---------------------------------------------- */
.custom-coupon-wrapper.cstm-apply-chckout {
  display: flex;
  gap: var(--space-2);
  align-items: stretch;
}

.cstm-apply-chckout p.form-row.form-row-first.chck-app-inp {
  width: 70%;
  margin: 0;
}

.cstm-apply-chckout p.form-row.form-row-last.chck-app-btn {
  width: 30%;
  margin: 0;
}

/* Make the coupon input feel intentional */
.cstm-apply-chckout input[type="text"],
.cstm-apply-chckout input[type="search"] {
  width: 100%;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  padding: 12px 12px;
  border: 1px solid var(--lp-gray-200);
  border-radius: var(--radius);
  transition: border-color .2s ease, box-shadow .2s ease;
}

.cstm-apply-chckout input[type="text"]:focus-visible,
.cstm-apply-chckout input[type="search"]:focus-visible {
  outline: none;
  border-color: var(--lp-bluegreen);
  box-shadow: 0 0 0 3px rgba(45, 78, 93, 0.18);
}

/* ---------------------------------------------
   Divider ("OR")
---------------------------------------------- */
.or-divider {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--lp-gray-600);
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  padding: 20px 0 28px;
}

.or-divider::before,
.or-divider::after {
  content: "";
  flex: 1;
  border-bottom: 1px solid var(--lp-gray-200);
  margin: 0 12px;
}
.woocommerce-form-login-toggle .woocommerce-info {
    width: 45%;
}

/* 30 oct 2025*/

.cstm-app-cpn-chckot {display: flex;gap: 10px;width: 100%;align-items: center;}

.cstm-app-cpn-chckot input#custom_coupon_code {
    width: 70%;
	height: 50px !important;
}

.cstm-app-cpn-chckot button.app-cpn-chckot-btn,.woocommerce-additional-fields label {
    width: 30%;
    padding: 15px;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    line-height: 100%;
    text-align: center;
    background-color: var(--green);
    border-radius: 10px;
    border:none;
    transition: all 0.3s 
ease-in;
}

div#checkout-login-wrapper {
    margin-bottom: 20px;
}
.lpUnderCta{
		 justify-content:center;
	 }
.cstm-app-cpn-chckot button.app-cpn-chckot-btn:hover {
    background: var(--white);
    color: var(--blue);
}

.govx-section {
  text-align: center;
  font-family: Lato, sans-serif;
  color: #111;
  margin: 30px auto;
  max-width: 900px;
}

.govx-banner {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ddd;
  padding: 12px 18px;
  border-radius: 4px;
  background-color: #fff;
  margin-bottom: 25px;
}

.govx-banner img.govx-icon {
  width: 50px;
  height: auto;
  margin-right: 12px;
}

.govx-banner p {
  font-size: 15px;
  margin: 0;
}

.features {
  display: flex;
  justify-content: center;
  gap: 34px;
  flex-wrap: wrap;
}

.feature {
  text-align: center;
  max-width: 200px;
}

.feature img {
  width: 65px;
  height: auto;
	margin: auto;
  margin-bottom: 8px;
}

.feature p {
  font-size: 20px;
  color: #222;
  margin: 0;
  line-height: 1.4;
}

.woocommerce-checkout .woocommerce-message {
    display: none;
}
.woocommerce-checkout .woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout {
    width: 45%;
}

/* 17 Nov start*/
.woocommerce-order-received .container {
    width: 100% !important;
    padding: 0px !important;
    max-width: 100% !important;
}
a.cta {
    text-decoration: none;
}
a.cta:hover {
    text-decoration: none;
}
tr.recurring-totals {
    display: none;
}
tr.cart-subtotal.recurring-total {
    display: none;
}
.woocommerce-terms-and-conditions-wrapper {
    padding-bottom: 10px;
}
/* 17 Nov end*/


/* ---------------------------------------------
   Responsive tweaks
---------------------------------------------- */
@media (max-width: 768px) {
  .woocommerce-checkout div#wc-stripe-express-checkout-element,
  .express-checkout-heading {
    width: 100%;
  }
  .custom-coupon-wrapper.cstm-apply-chckout {
    flex-direction: column;
  }
  .cstm-apply-chckout p.form-row.form-row-first.chck-app-inp,
  .cstm-apply-chckout p.form-row.form-row-last.chck-app-btn {
    width: 100%;
  }
  .apply-cpn-btn,
  .woocommerce-checkout-payment .button {
    font-size: 15px;
    padding: 12px;
  }
	  #order_review {
    position: static; 
  }
	.woocommerce-checkout ul.woocommerce-error {
    width: 100%;
}
}

@media (max-width: 575px) {
  .woocommerce-checkout div#wc-stripe-express-checkout-element { width: 100%; }
  .woocommerce-checkout p#wc-stripe-express-checkout-button-separator { display: block; }
.woocommerce-form-login-toggle .woocommerce-info {
    width: 100%;
}
}

.product-gallery-slider ul.slick-dots {
    display: none !important;
}

.product-gallery-slider .slick-arrow {
    background: #fff !important;
}

.product-gallery-slider .slick-next:before, .slick-prev:before {
    color: #00d66f !important;
}

.product-gallery-content {
    top: 10% !important;
}

.product-thumbnail img {
    cursor: pointer;
}


 .zoomable {
  position: relative;
  overflow: hidden;
}

.zoomable__img {
  width: 100%;
  transform-origin: var(--zoom-pos-x, 0%) var(--zoom-pos-y, 0%);
  transition: transform 0.15s linear;
}


.zoomable--zoomed .zoomable__img {
  cursor: zoom-in;
  transform: scale(var(--zoom, 2));
}

.cstm_sections h1 {
    color: #000;
    max-width: 900px;
}

.cstm_sections {
    padding-bottom: 100px;
}
section.cstm_sections {
    background: white;
}

.affwp-form input {
    padding: 10px;
    height: 100%;
    border-radius: 5px;
}

.affwp-form p {
    margin-bottom: 20px;
}


.affwp-form label {
    margin-bottom: 5px;
}
.affwp-form input.button {
    background-color: #81E644;
    width: 100%;
}
.affwp-form {
    max-width: 500px;
    margin: auto;
}
.affwp-generator-campaign-text-link-wrap {
    padding-top: 20px;
}

#affwp-affiliate-dashboard .affwp-generator-campaign-text-link-wrap {
    margin-top: 31px !important;
}
#affwp-affiliate-dashboard  .affwp-card {
    margin-bottom: 20px;
}
 #affwp-affiliate-dashboard #affwp-affiliate-dashboard-tabs li.active {
    font-weight: 900 !important;
}
 #affwp-affiliate-dashboard table.affwp-table th {
    background: #fafafa;
    font-weight: 900;
}
#affwp-affiliate-dashboard  .tablenav select#affwp-graphs-date-options {
    /* background-color: #81E644; */
    color: #0A2342;
    padding: 8px 28px;
    border: none;
    border-radius: 60px;
       appearance: none; 
}
#affwp-affiliate-dashboard  .tablenav  input#submit {
    background-color: #81E644;
    border: none;
    margin-left: 20px;
    padding: 8px 28px;
    border-radius: 60px;
  
}

#affwp-affiliate-dashboard  .tablenav select#affwp-graphs-date-options:focus {
    outline: none;       
    box-shadow: none;   
}
 #affwp-affiliate-dashboard  table.affwp-table th {
    font-weight: 900;
	 color: black;
}

 #affwp-affiliate-dashboard   .affwp-form input {
    padding: 10px;
    height: 100%;
    width: 100%;
    border-radius: 5px;
}
#affwp-affiliate-dashboard  .affwp-wrap .affwp-form label {
    margin-bottom: 10px;
}
#affwp-affiliate-dashboard  form#affwp-affiliate-dashboard-profile-form p:nth-of-type(1) strong {
    display:inline-block;
    margin-bottom:10px;
}
#affwp-affiliate-dashboard  form#affwp-affiliate-dashboard-profile-form {
    margin-bottom: 20px;
}
#affwp-affiliate-dashboard   #affwp-affiliate-dashboard-coupons table {
    border-collapse: separate;
    border-spacing: 30px 20px; 
}
#affwp-affiliate-dashboard   table.affwp-table td, table.affwp-table th {
    width: 50%;
}

#affwp-affiliate-dashboard  button.affwp-affiliate-link-copy-link.button {
    color: #0A2342;
    padding: 8px 28px;
    border: none;
    background-color: #81E644;
}
#affwp-affiliate-dashboard #affwp-affiliate-dashboard-tabs {
    margin: 0px 0 38px 0;
    padding: 0;
    border: none;
}
#affwp-affiliate-dashboard main#primary {
    margin-top: 20px;
}
input.affwp-affiliate-link__input:focus{
    outline:none;
}
#affwp-affiliate-dashboard .tablenav  {
    position: relative;
    display: inline-block;
}

#affwp-affiliate-dashboard .tablenav::after {
    content: "";
    position: absolute;
    left: 116px;
    top: 53%;
    transform: translateY(-50%);
    width: 17px;
    height: 17px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%230A2342' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: cover;
    pointer-events: none;
}
div#affwp-affiliate-dashboard {
    padding: 50px 0px;
}
#affwp-affiliate-dashboard  .tablenav select#affwp-graphs-date-options {
 cursor: pointer;
}

form#affwp-custom-link-generator {
    max-width: 100%;
}
.partner-kpi-grid {
    display: flex;
    gap: 30px;
    justify-content: center;
}

.partner-quick-actions {
    display: flex;
    justify-content: center;
    gap: 30px;
}

#affwp-affiliate-dashboard .affwp-affiliate-dashboard-tab {
  display: inline-flex;
  align-items: center;
  padding: 4px 20px !important;
  border-radius: 28px;
  background: #fff;
  border: 1px solid rgba(30, 100, 155, 0.18);
  box-shadow: 0 10px 20px rgba(10, 35, 66, 0.06);
  transition: transform 0.14s ease, box-shadow 0.14s ease,
    border-color 0.14s ease;
}

#affwp-affiliate-dashboard .affwp-affiliate-dashboard-tab:hover {
  transform: translateY(-1px);
  border-color: rgba(30, 100, 155, 0.28);
  box-shadow: 0 14px 28px rgba(10, 35, 66, 0.1);
}
#affwp-affiliate-dashboard ul#affwp-affiliate-dashboard-tabs {
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(10, 35, 66, 0.1) !important;
  border-radius: 22px;
  box-shadow: 0 12px 28px rgba(10, 35, 66, 0.07);
  padding: 30px 30px !important;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
#affwp-affiliate-dashboard {
  background: radial-gradient(
      700px 380px at 18% 8%,
      rgba(30, 100, 155, 0.08),
      rgba(255, 255, 255, 0) 60%
    ),
    radial-gradient(
      760px 420px at 86% 18%,
      rgba(129, 230, 68, 0.06),
      rgba(255, 255, 255, 0) 62%
    ),
    linear-gradient(180deg, #ffffff, #f6faff);
  border: 1px solid rgba(10, 35, 66, 0.1);
  border-radius: 28px;
  box-shadow: 0 18px 44px rgba(10, 35, 66, 0.08);
  padding: 28px !important;
  margin-bottom: 54px;
  margin-top: 30px;
}

/* Hide low-value AffiliateWP tabs (UI only) */
#affwp-affiliate-dashboard-tabs li:has(a[href*="tab=stats"]),
#affwp-affiliate-dashboard-tabs li:has(a[href*="tab=creatives"]),
#affwp-affiliate-dashboard-tabs li:has(a[href*="tab=payouts"]) {
    display: none !important;
}

a:hover {
    text-decoration: none !important;
}
.partner-quick-actions .partner-action-btn:hover ,.kpi-card:hover {
  transform: translateY(-1px) !important;
  border-color: rgba(30, 100, 155, 0.28) !important;
  box-shadow: 0 14px 28px rgba(10, 35, 66, 0.1) !important;
}

section.partner-kpi-wrap {
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.partner-quick-actions {
    display: flex;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
}
#affwp-affiliate-dashboard 
#affwp-affiliate-dashboard-tabs li.active {
    background-color: #1E649B;
}

#affwp-affiliate-dashboard 
#affwp-affiliate-dashboard-tabs li.active a {
    color: #ffffff;
}
.partner-quick-actions .partner-action-btn{
    display: inline-flex;
    align-items: center;
    padding: 4px 16px !important;
    border-radius: 28px;
    background: #fff;
    border: 1px solid rgba(30, 100, 155, 0.18);
    box-shadow: 0 10px 20px rgba(130, 174, 228, 0.06);
    transition: transform 0.14s ease, box-shadow 0.14s ease,
    border-color 0.14s ease;
    color: #1E649B;
}
strong.kpi-value {
    margin-left: 6px;
}
.partner-kpi-grid {
    display: flex;
    gap: 35px;
    justify-content: center;
    flex-wrap: wrap;
}

.kpi-card {
    padding: 0px 15px;
    GAP: 9PX;
    display: grid;
    text-align: center;
}
a.partner-action-btn.is-active {
    background-color: #1E649B;
    color: white;
}
.partner-kpi-wrap {
    background: rgba(255, 255, 255, 0.86);
    border: 1px solid rgba(10, 35, 66, 0.1) !important;
    border-radius: 22px;
    box-shadow: 0 12px 28px rgba(10, 35, 66, 0.07);
    padding: 30px 30px !important;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}


@media (max-width: 767px) {
	
	.lpChips{
		justify-content:center;
	}
	#lpMiniCheckoutBtn {
    width: unset !important;
}
  #affwp-affiliate-dashboard .affwp-affiliate-dashboard-tab {
    padding: 4px 16px !important;
  }

  #affwp-affiliate-dashboard #affwp-affiliate-dashboard-tabs li {
    margin-left: unset !important;
  }
  #affwp-affiliate-dashboard ul#affwp-affiliate-dashboard-tabs {
    padding: 15px 14px !important;
  }
}

.lp-card {
    background:#fff;
    padding:20px;
    border-radius:10px;
    margin-bottom:20px;
}

.lp-leaderboard li {
	border-bottom: 1px solid #e5dfdf;
    display:flex;
    justify-content:space-between;
    padding:10px;
}

.lp-leaderboard li.me {
        background: #1e649b;
    font-weight:bold;
	color:white;
}

.badge {
    margin-left: 10px;
    align-self: center;
    align-items: center;
    background: #6ccc3a;
    padding: 8px 14px;
    border-radius: 6px;
    font-size: 12px;
}
.progress-bar {
    background:#eee;
    height:8px;
    border-radius:10px;
    overflow:hidden;
}

.progress-bar span {
    display: block;
    height: 100%;
    color: white;
    font-size: 14px;
    /* background: #4caf50; */
}

/*new css 19 dec*/
.cstm_section .lp-affiliate-dashboard h2,
.cstm_section .lp-affiliate-dashboard p {
  display: flex;
  justify-content: center; 
	gap: 5px;
}
  .cstm_section #post-2415{
    padding-block: 80px;
  }


.page-id-2371 .cstm_section .entry-content {
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(10, 35, 66, 0.1) ;
  border-radius: 20px;
  box-shadow: 0 12px 28px rgba(10, 35, 66, 0.07);
  padding: 30px;
 margin-bottom:60px;
}

.page-id-2371 .cstm_section .entry-content .lp-cards{
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(10, 35, 66, 0.1) ;
  border-radius: 15px;
  box-shadow: 0 12px 28px rgba(10, 35, 66, 0.07);
  padding: 20px;
  margin-top: 30px;

}
.page-id-2371 .cstm_section .entry-content .lp-leaderboard{
  padding-left: 0;
 }

.page-id-2371 .cstm_section .entry-content .lp-leaderboard li > span, .cstm_section .entry-content .lp-leaderboard li strong{
    flex: 1;
	text-align: center;
  }
.page-id-2415 .cstm_section .entry-content .lp-leaderboard li .metrics{
  display:flex;
  justify-content:center;
}

.momentum-wrapper {
    background: linear-gradient(135deg, #1c5c8e, #1b7f8c);
    padding: 40px;
    border-radius: 16px;
    color: #fff;
    text-align: center;
    margin: auto;
}
.momentum-wrapper h2,
.momentum-wrapper h3{
    color: white;
}

.progress-bar {
    background: rgb(181 181 181 / 30%);
    height: 14px;
    border-radius: 20px;
    overflow: hidden;
    margin: 20px 0;
}

.progress-fill {
    background: #7CFF2B;
    height: 100%;
    border-radius: 20px;
    transition: width 0.4s ease;
}

.range {
    color: #7CFF2B;
    font-weight: 600;
}

.bonus {
    font-size: 20px;
    margin-top: 10px;
}

.growth-box {
    margin-top: 40px;
    background: rgba(0,0,0,0.25);
    padding: 30px;
    border-radius: 16px;
    max-width: 400px;
    margin: 30px auto;
}

.growth-box strong {
    color: #7CFF2B;
    font-size: 22px;
}

.growth-slide strong {
    color: #7CFF2B;
    font-size: 22px;
}

.growth-box-slider .slick-dots li button:before {
    color: rgba(255,255,255,0.5) !important;
}

.growth-box-slider .slick-dots li.slick-active button:before {
    color: #7CFF2B !important;
}

.growth-box-slider .slick-dots {
    position: unset !important;
}
.growth-box-slider {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin: 30px 0px;
}

.growth-box-slider .growth-slide {
    padding: 20px;
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.25);
	opacity:0.6;
}
.growth-box-slider .growth-slide h3 {
    font-size:20px;
}
.growth-box-slider .growth-slide strong {
    font-size:18px;
}
.progress-bar {
    position: relative;
    height: 10px;
    background: #e5e7eb;
    border-radius: 5px;
    overflow: visible;
    margin: 35px 0px;
}

.progress-fill {
    height: 100%;
    background: #4caf50;
    transition: width 0.4s ease;
}

.milestone {
    position: absolute;
    top: 14px;
    transform: translateX(-50%);
    font-size: 12px;
    color: #6b7280;
}

.growth-slide.is-active {
    opacity: 1;
}
/* .growth-slide.is-active {
    opacity: 1;
    border-color: #4f46e5;
    background: #eef2ff;
} */

.milestone-bar {
    position: relative;
}

.milestone-label {
    position: absolute;
    top: -24px;              /* number ABOVE */
    transform: translateX(-50%);
    font-size: 12px;
    font-weight: 600;
    color: #6b7280;
}

.milestone-line {
    position: absolute;
    top: 0px;              /* line BELOW number */
    width: 2px;
    height: 14px;
    background: #9ca3af;    /* default gray */
    transform: translateX(-50%);
    z-index: 3;
}

.milestone-line.reached {
    background: #ef4444;    /* red */
}
.lp-cards .progress-bar span {
    background: #4caf50 !important;
}
.woocommerce-additional-fields {
    display: flex;
    gap: 8px;
    align-items: center;
    flex-direction: row-reverse;
}

input#woocommerce-affiliate {
    width: 68% !important;
	padding:5px;
	height:50px !important;
}

  .lpOne{
    padding:38px 0 96px;
    background:
      radial-gradient(900px 420px at 20% -10%, var(--lp-washBlue), transparent 60%),
      radial-gradient(900px 420px at 80% 0%, var(--lp-washGreen), transparent 60%),
      #fff;
    font-variant-numeric: tabular-nums;
  }
  .lpWrap{ max-width:1100px; margin:0 auto; padding:0 18px; }

  .lpHero{ display:grid; grid-template-columns:50% 45%; gap:30px; align-items:center; }
  @media (max-width:900px){ 
	  .lpHero{
		  grid-template-columns:1fr; 
	  }
}

  .lpChips{ display:flex; flex-wrap:wrap; gap:8px; margin-bottom:12px; }
  .lpChips span{
    font-size:11.5px;
    padding:7px 10px;
    border-radius:999px;
    border:1px solid rgba(10,35,66,.14);
    background:#fff;
  }
.lpChips a {
    color: black;
    padding: 5px 14px;
    border: 1px solid;
    border-radius: 20px;
    font-size: 14px;
}
  .lpChips a:nth-child(odd){ border-color: rgba(30,100,155,.26); }
  .lpChips a:nth-child(even){ border-color: rgba(129,230,68,.26); }

  .lpH1{
    font-size:44px; line-height:1.05; margin:0 0 10px;
    color: var(--lp-ink);
    letter-spacing: -0.015em;
  }
  .lpSub{ font-size:16px; line-height:1.5; color: var(--lp-muted); margin:0 0 14px; max-width:56ch; }

  .lpPrice{ margin: 6px 0 14px; }
  .lpPriceNum{ font-size:20px; font-weight:820; color: var(--lp-ink); }
  .lpPriceMeta{ font-size:13px; line-height:1.45; color: var(--lp-muted); margin-top:6px; display:flex; flex-wrap:wrap; gap:8px; align-items:center; }
  .lpDot{ opacity:.5; }

  .lpHeroPlanNote{ margin-top: 8px; font-size: 12px; color: rgba(10,35,66,.62); }
  .lpHeroToday{ margin-top: 6px; font-size: 13px; color: var(--lp-ink); font-weight:650; }

  .lpCta{ display:flex; gap:10px; flex-wrap:wrap; margin-bottom: 12px; }

  .lpBtn{
	  cursor:pointer;
    padding:12px 16px;
    border-radius:14px;
    text-decoration:none;
    color:#fff !important;
    background: var(--lp-navy);
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:10px;
    font-weight:650;
    border:1px solid rgba(255,255,255,.10);
    white-space: nowrap;
/*     position:relative; */
  }
  .lpBtnGhost{
    padding:12px 16px;
    border-radius:14px;
    text-decoration:none;
    border:1px solid #0a23421f;
    color: rgb(10 35 66 / 92%) !important;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    background: rgba(255,255,255,.92);
    font-weight:650;
    white-space: nowrap;
  }

  .lpProof{ display:flex; gap:14px; flex-wrap:wrap; font-size:13px; color: var(--lp-muted); }

  /* Rolex-bezel “machined edge” */
/*   .eliteEdge{ position: relative; } */
  .eliteEdge::before{
    content:"";
    position:absolute;
    top:0; left:0; right:0;
    height:1px;
    background: rgba(215,220,226,.88);
    pointer-events:none;
  }

  .eliteEdge::after{
    content:"";
    position:absolute;
    top:1px; left:0; right:0;
    height:1px;
    background: rgba(10,35,66,.08);
    pointer-events:none;
  }
  .eliteEdgeBtn::before{
    content:"";
    position:absolute;
    top:0; left:0; right:0;
    height:1px;
    background: rgba(215,220,226,.80);
    pointer-events:none;
    border-radius:14px;
  }
  .eliteEdgeBtn::after{
    content:"";
    position:absolute;
    top:1px; left:0; right:0;
    height:1px;
    background: rgba(0,0,0,.12);
    pointer-events:none;
    border-radius:14px;
  }
.lpMediaCard .slick-next:before, .slick-prev:before {
    color: #00d66f !important;
}
.lpMediaCard .slick-prev {
    left: 0;
    z-index: 1;
}
.lpMediaCard .slick-next {
    right: 0;
    z-index: 1;
}
  .lpMediaCard{
    border-radius:22px;
    border:1px solid rgba(30,100,155,.18);
    /* min-height:320px;
    display:flex;
    align-items:center;
    justify-content:center;
    opacity:.78; */
    padding:16px;
    text-align:center;
    background:
      radial-gradient(900px 240px at 20% 0%, var(--lp-washBlue), transparent 60%),
      radial-gradient(900px 240px at 90% 10%, var(--lp-washGreen), transparent 60%),
      #fff;
    box-shadow: 0 18px 40px rgba(10,35,66,.08);
  }

  .lpGrid3{ display:grid; grid-template-columns:repeat(3,1fr); gap:14px; margin:20px 0; }
  @media (max-width:900px){ .lpGrid3{ grid-template-columns:1fr; } }
  .lpCard{
    border:1px solid var(--lp-borderSoft);
    border-radius:20px;
    padding:16px;
    background:#fff;
    box-shadow: 0 10px 26px rgba(10,35,66,.06);
  }
  .lpCard h3{ margin:0 0 6px; color: var(--lp-ink); letter-spacing:-0.01em; }
  .lpCard p{ margin:0; color: var(--lp-muted); line-height:1.5; }

  .lpH2{ margin:18px 0 10px; font-size:22px; color: var(--lp-ink); letter-spacing:-0.01em; }
  .lpSteps{ display:grid; grid-template-columns:repeat(3,1fr); gap:12px; }
  @media (max-width:900px){ .lpSteps{ grid-template-columns:1fr; } }
.lpCard {
    /* border: 1px solid var(--lp-borderSoft); */
    border: 1px solid rgba(10, 35, 66, .10);
    border-radius: 20px;
    padding: 16px;
    background: #fff;
    box-shadow: 0 10px 26px rgba(10,35,66,.06);
}
.lpStep {
    padding: 10px;
    border-radius: 20px;
    border: 1px solid rgba(10, 35, 66, .10);
    display: flex;
    gap: 10px;
}
  .lpStep b{
    width:28px; height:28px; border-radius:10px;
    display:inline-flex; align-items:center; justify-content:center;
    background: rgba(30,100,155,.08);
    color: var(--lp-ink);
  }
  .lpStep p{ margin:0; color: var(--lp-muted); }

  .lpBuy{ margin: 18px 0; }
  .lpBuyCard{
    border-radius:22px;
    padding:18px;
    background:
      radial-gradient(900px 260px at 10% 0%, var(--lp-washBlue), transparent 60%),
      radial-gradient(900px 260px at 90% 10%, var(--lp-washGreen), transparent 60%),
      #fff;
    border:1px solid rgba(30,100,155,.14);
    box-shadow: 0 22px 60px rgba(10,35,66,.10);
  }
  .lpBuyTop{
    display:flex; justify-content:space-between; align-items:center;
    gap:12px; flex-wrap:wrap; margin-bottom: 8px;
  }
  .lpBuyTitle{ margin:0; font-size:22px; color: var(--lp-ink); letter-spacing:-0.01em; }
  .lpBuyMeta{ margin:6px 0 0; font-size:13px; color: var(--lp-muted); }

  .lpSelectRow{
    display:flex; align-items:flex-start; justify-content:space-between;
    gap:12px; flex-wrap:wrap;
    padding: 12px 0;
    border-top:1px solid rgba(10,35,66,.08);
    border-radius:16px;
  }
  .lpLabel{ font-size:13px; font-weight:750; color: var(--lp-ink); }
  .lpStepHint{ font-size:12px; margin-top:4px; color: rgba(10,35,66,.60); }

  .lpSelectRow.isNext{
    background: radial-gradient(600px 200px at 20% 0%, rgba(129,230,68,.06), transparent 60%);
    padding-left: 10px;
    padding-right: 10px;
  }
  .lpSelectRow.isDone .lpStepHint{ opacity:.55; }

  .lpPlanGrid{
    display:grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap:10px;
    width: min(820px, 100%);
  }
  @media (max-width: 900px){ .lpPlanGrid{ grid-template-columns:1fr; } }

  .lpPlan, .lpHouse{
    text-align:left;
    border:1px solid rgba(10,35,66,.12);
    border-radius:18px;
    padding:14px;
    background: rgba(255,255,255,.92);
    cursor:pointer;
    transition: transform .08s ease, box-shadow .12s ease, border-color .12s ease;
/*     position:relative; */
    overflow:hidden;
  }
  .lpPlan:hover, .lpHouse:hover{ transform: translateY(-1px); }

.lpPlan.isActive, .lpHouse.isActive {
    border-color: rgb(49 95 21 / 63%);
    box-shadow: 0 12px 34px rgba(10,35,66,.10);
    background: radial-gradient(520px 220px at 20% 0%, rgb(48 74 33 / 15%), transparent 60%), rgba(255, 255, 255, .94);
}
  .lpPlan.isActive::before, .lpHouse.isActive::before{
    content:"";
    position:absolute;
    left:0; top:0; bottom:0;
    width:4px;
    background: linear-gradient(180deg, rgba(129,230,68,.85), rgba(30,100,155,.75));
    opacity:.55;
  }

  .lpPlanTop, .lpHouseTop{ display:flex; align-items:center; justify-content:space-between; gap:10px; margin-bottom: 8px; }
  .lpPlanName, .lpHouseName{ font-weight:850; font-size:15px; color:black; }

  .lpPill, .lpHousePill{
    font-size:12px;
    padding:6px 10px;
    border-radius:999px;
    border:1px solid rgba(10,35,66,.10);
    background: rgba(255,255,255,.86);
    color: black;
    white-space:nowrap;
  }
  .lpPillStrong{
    border-color: rgba(129,230,68,.30);
    background: rgba(129,230,68,.10);
  }

  .lpPlanSub{
    font-size:13px;
    color: black;
    display:flex;
    gap:10px;
    align-items:baseline;
    flex-wrap:wrap;
  }
  .lpPlanPrice{ font-weight:750; color: var(--lp-ink); }
  .lpPlanReason{
    font-size:12px;
    color: rgba(10,35,66,.62);
    margin-top:6px;
    line-height:1.35;
  }

  .lpHouseGrid{
    display:grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap:10px;
    width: min(820px, 100%);
  }
  @media (max-width: 900px){ .lpHouseGrid{ grid-template-columns: repeat(2, minmax(0, 1fr)); } }
  @media (max-width: 420px){ .lpHouseGrid{ grid-template-columns: 1fr; } }
  .lpHouseSub{ font-size:12.5px; color: rgba(10,35,66,.62); line-height:1.35; }

  .lpSeg{
    display:inline-flex;
    border:1px solid rgba(30,100,155,.18);
    border-radius:999px;
    padding:4px;
    gap:4px;
    background: rgba(255,255,255,.78);
  }
  .lpSegBtn{
    border:0;
    background:transparent;
    padding:10px 14px;
    border-radius:999px;
    cursor:pointer;
    font-weight:650;
    font-size:13px;
    color: var(--lp-ink);
  }
  .lpSegBtn.isActive{
    background: var(--lp-navy);
    color:#fff;
  }
  .lpDoseNote{ font-size:12px; color: rgba(10,35,66,.62); margin-top:8px; width:100%; }

  .lpInfoGrid{
    display:grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap:12px;
    margin-top: 12px;
  }
  @media (max-width: 900px){ .lpInfoGrid{ grid-template-columns:1fr; } }
  .lpInfo{
    border:1px solid rgba(10,35,66,.10);
    border-radius:18px;
    padding:14px;
    background: rgba(255,255,255,.92);
  }
  .lpInfo h3{ margin:0 0 6px; font-size:14px; color: var(--lp-ink); }
  .lpInfo p{ margin:0; font-size:13px; color: var(--lp-muted); line-height:1.45; }
  .lpMuted{ opacity:.55; }

  .lpUnderCta{
    margin-top: 10px;
    font-size: 12px;
    color: rgba(10,35,66,.70);
    display:flex;
    flex-wrap:wrap;
    gap:8px;
    align-items:center;
  }
  .lpFinePrint{
    margin-top: 10px;
    font-size: 12px;
    color: rgba(10,35,66,.60);
    line-height: 1.35;
  }

  .lpFaq{ margin-top: 14px; }
  .lpDetails{
    border:1px solid rgba(10,35,66,.10);
    border-radius:16px;
    padding:12px 14px;
    margin:10px 0;
    background: rgba(255,255,255,.92);
  }
  .lpDetails summary{ cursor:pointer; font-weight:650; color: var(--lp-ink); }
  .lpDetails p{ margin:10px 0 0; color: var(--lp-muted); line-height:1.5; }

  /* MOBILE: tighten + full-width CTAs */
  @media (max-width: 560px){
    .lpWrap{ padding:0 14px; }
    .lpOne{ padding:26px 0 128px; }
    .lpHero{ gap:16px; }
    .lpH1{ font-size:34px; }
    .lpSub{ font-size:15px; margin-bottom:12px; }
    .lpPriceNum{ font-size:30px; }
    .lpMediaCard{ min-height:220px; }
    .lpGrid3{ margin:16px 0; gap:10px; }
    .lpCard{ padding:14px; }
    .lpBuyCard{ padding:16px; }
    .lpSelectRow{ padding:10px 0; }
    .lpPlan, .lpHouse{ padding:12px; }
    .lpBtn, .lpBtnGhost{ width:100%; }
    .lpCta{ gap:10px; }
  }

  /* MOBILE MINI STICKY CHECKOUT */
  .lpMiniSticky{
    position: fixed;
    left: 0; right: 0;  bottom: 75px;
    background: rgba(255,255,255,.92);
    backdrop-filter: blur(10px);
    border-top: 1px solid rgba(10,35,66,.12);
    padding-bottom: env(safe-area-inset-bottom);
    transform: translateY(110%);
    transition: transform .24s ease;
    z-index: 99999;
  }
.lpBtn.eliteEdgeBtn.isDisabled,.lpBtn.eliteEdgeBtn.isDisabled {
  opacity: 0.6;
  cursor: not-allowed;
	pointer-events: none;
}

  .lpMiniSticky.isOn{ transform: translateY(0); }

  .lpMiniIn{
    max-width: 1100px;
    margin: 0 auto;
    padding: 10px 14px;
    display:flex;
    gap: 12px;
    align-items:center;
    justify-content:space-between;
  }
  .lpMiniLeft{ min-width:0; display:flex; flex-direction:column; gap:2px; }
  .lpMiniTop{ display:flex; gap:10px; align-items:center; }
  .lpMiniTop strong{ color: var(--lp-ink); font-size: 13px; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; max-width: 42ch; }
  .lpMiniEdit{
    font-size: 12px;
    color: rgba(10,35,66,.62);
    text-decoration: none;
    border-bottom: 1px solid rgba(10,35,66,.18);
    padding-bottom: 1px;
    white-space:nowrap;
  }
  .lpMiniBottom{ font-size: 12px; color: rgba(10,35,66,.72); white-space:nowrap; overflow:hidden; text-overflow:ellipsis; max-width: 44ch; }

  /*@media (min-width: 861px){
    .lpMiniSticky{ display:none; }
  }*/
 @media (max-width: 900px){
.lpMediaCard.eliteEdge {
    margin-top: 20px;
    margin-bottom: 20px;
	
}

.lpGallerySlide {
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.lpHero {
    display: block !important;
}
}
	 .lpUnderCta br {
    display: none;
}
  /* “Checkout ready” subtle pulse */
  @keyframes lpReadyPulse {
    0% { box-shadow: 0 0 0 0 rgba(129,230,68,.18); }
    70% { box-shadow: 0 0 0 10px rgba(129,230,68,0); }
    100% { box-shadow: 0 0 0 0 rgba(129,230,68,0); }
  }
  .lpBtn.isReady{
    animation: lpReadyPulse 1.2s ease 1;
  } 
 @media (max-width:575px){
	 	  .lpProof{
		  justify-content:center;
	  }
	 .lpUnderCta {
		 gap:0px;
    flex-direction: column;
}

.cstm_section .entry-content {
  padding: 20px 10px;
}
	 input#woocommerce-affiliate {
    width: 74% !important;
}
 }

  .loading {
    opacity: 0.6;
    pointer-events: none;
  }
  .loader {
    border: 3px solid #ffffff4d;
    border-top: 3px solid #fff;
    border-radius: 50%;
    width: 14px;
    height: 14px;
    display: inline-block;
    margin-left: 8px;
    animation: spin 1s linear infinite;
  }
  @keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  }