.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%;}

.cstm-app-cpn-chckot input#custom_coupon_code {
    width: 70%;
}

.cstm-app-cpn-chckot button.app-cpn-chckot-btn {
    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;
}

.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: 40px;
  flex-wrap: wrap;
}

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

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

.feature p {
  font-size: 14px;
  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) {
  #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 {
    background:#6ccc3a;
    padding:3px 8px;
    border-radius:6px;
    font-size:12px;
}

.progress-bar {
    background:#eee;
    height:8px;
    border-radius:10px;
    overflow:hidden;
}

.progress-bar span {
    display:block;
    height:100%;
    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;
  }


.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;
}

 .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;

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

 .cstm_section .entry-content .lp-leaderboard li > span, .cstm_section .entry-content .lp-leaderboard li strong{
    flex: 1;
  }
.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: rgba(255,255,255,0.3);
    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-box-slider {
    background: rgba(0,0,0,0.25);
    padding: 30px;
    border-radius: 16px;
    text-align: center;
}

.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 {
    max-width: 450px;
    margin: 35px auto;
}

.growth-box-slider .slick-dots {
    position: unset !important;
}
 @media (max-width:575px){

.cstm_section .entry-content {
  padding: 20px 10px;
}
 }