/* =============================
   PRODUCT DETAIL PAGE
   ============================= */


   /* Product Image Gallery - Border Radius & Shadow */

.woocommerce-product-gallery .ct-media-container {
    border-radius: 1rem;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
}

/* Background on parent - full width */

.product-columns-bg-wrapper {
    background-color: #f9fafc;    
    padding: 3rem 2rem 3rem 2rem;
    box-sizing: border-box;
    border-top: 1px solid #e5e7eb;
    border-bottom: 1px solid #e5e7eb;
}

/* Product Summary - Right Column (Title, Price, Add to Cart) */

.product-columns-bg-wrapper .summary.entry-summary .product_title {
    line-height: 2.25rem;
    padding-bottom: 6px;
}

.product-columns-bg-wrapper .summary.entry-summary .woocommerce-Price-amount{
    font-size: 1.875rem;
    line-height: 2.25rem;
    color: #233f7e;
}

/* Breadcrumbs Alignment */
.hero-section.is-width-constrained .ct-breadcrumbs {
    text-align: left;
}

/* Product Page - Breadcrumbs Spacing */
.single-product .hero-section.is-width-constrained {
    margin-bottom: 20px;
}

.single-product .ct-container-full[data-vertical-spacing] {
    padding-top: 1rem !important;
    padding-bottom: 0rem !important;
    border-top: 1px solid #e5e7eb;
    border-bottom: 1px solid #e5e7eb;
}

/* Product Short Description */
.product-columns-bg-wrapper .woocommerce-product-details__short-description p {
    font-size: 1rem;
    line-height: 1.75rem;
    color: #51555e;
    font-weight: 500;
}

/* Package Contents Box */
.package-contents {
    background-color: #ebf8ff;
    border-radius: 15px;
    padding: 1.5rem 2rem;
    margin-top: 2rem;
    border: 1px solid #d0dcec;
}

.package-contents h3 {
    color: #143456;
    font-weight: 700;
    margin-bottom: 1rem;
    font-size: 1.2rem;
}

.package-contents ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.package-contents ul li {
    position: relative;
    padding: 0.4rem 0 0.4rem 2.25rem;
    color: #332e35;
    font-weight: 400;
    line-height: 1.6;
}

.package-contents ul li strong {
    color: #332e35;
    font-weight: 700;
}

.package-contents ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.55rem;
    width: 18px;
    height: 18px;
    background-color: #2c6bb0;
    border-radius: 50%;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'%3E%3C/polyline%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 60%;
}


/* Quantity Selector - Pill Style */

.single-product div.quantity input[type=number] {
border-radius: 9999px !important;
}

/* Product Trust Badges - Secure Payments & Fast Turnaround */
.product-trust-badges {
    display: flex;
    gap: 1.5rem;
    margin-bottom: 0.75rem;
}

.trust-badge {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    color: #2c6bb0;
    font-size: 0.875rem;
    font-weight: 500;
}

.trust-badge svg {
    color: #2c6bb0;
    flex-shrink: 0;
}

/* Related Products Background Band */
.single-product .treningomat-related-products-band {
    background-color: #f9fafc;
    border-top: 1px solid #e5e7eb;
    border-bottom: 1px solid #e5e7eb;
    padding: 2rem 2rem 4.5rem;
}

.single-product .treningomat-related-products-band .related.products {
    margin-top: 0;
}

/* Consultation CTA Banner */
.treningomat-consultation-cta {
    padding: 1rem 0rem 2.5rem;
}

.treningomat-consultation-cta__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    padding: 1.25rem 1.75rem;
    margin: 0 auto;
}

.treningomat-consultation-cta__left {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.treningomat-consultation-cta__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    background-color: #eaf2ff;
    border-radius: 50%;
    flex-shrink: 0;
    color: #2c6bb0;
}

.treningomat-consultation-cta__text {
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
}

.treningomat-consultation-cta__text strong {
    color: #143456;
    font-size: 1.3rem;
    font-weight: 700;
}

.treningomat-consultation-cta__text span {
    color: #51555e;
    font-size: 0.9rem;
}

.treningomat-consultation-cta__btn {
    display: inline-block;
    background-color: #233f7e;
    color: #fff;
    font-size: 0.85rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    padding: 0.85rem 1.75rem;
    border-radius: 9999px;
    text-decoration: none;
    white-space: nowrap;
    transition: background-color 0.2s ease;
}

.treningomat-consultation-cta__btn:hover {
    background-color: #1a2f5f;
    color: #fff;
}

@media (max-width: 640px) {
    .treningomat-consultation-cta__inner {
        flex-direction: column;
        align-items: flex-start;
    }

    .treningomat-consultation-cta__btn {
        width: 100%;
        text-align: center;
    }
}

/* Product FAQ Section */
.treningomat-product-faq {
    border-top: 1px solid #e5e7eb;
    padding: 4rem 0 0 0;    
    margin: 3rem auto;
}

.treningomat-product-faq__header {
    text-align: center;
    margin: 0 auto 2.5rem;
    max-width: 720px;
}

.treningomat-product-faq__header h2 {
    margin-bottom: 0.75rem;
    color: #233f7e;
    font-size: clamp(2rem, 3vw, 1.75rem);
    line-height: 1.15;
    font-weight: 700;
}

.treningomat-product-faq__header p {
    margin: 0;
    color: #51555e;
    font-size: 1rem;
}

.treningomat-product-faq__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem 1.5rem;
    align-items: start;
}

.treningomat-product-faq__item {
    overflow: hidden;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.04);
}

.treningomat-product-faq__item summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.25rem;
    min-height: 72px;
    padding: 1.25rem 1.5rem;
    color: #143456;
    font-size: 1.05rem;
    font-weight: 700;
    line-height: 1.35;
    cursor: pointer;
    list-style: none;
}

.treningomat-product-faq__item[open] summary {
    background-color: #eaf2ff;
}

.treningomat-product-faq__item summary::-webkit-details-marker {
    display: none;
}

.treningomat-product-faq__icon {
    position: relative;
    width: 18px;
    height: 18px;
    flex: 0 0 18px;
}

.treningomat-product-faq__icon::before,
.treningomat-product-faq__icon::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    background: #2c6bb0;
    border-radius: 999px;
    transform: translate(-50%, -50%);
}

.treningomat-product-faq__icon::before {
    width: 18px;
    height: 2px;
}

.treningomat-product-faq__icon::after {
    width: 2px;
    height: 18px;
    transition: transform 0.2s ease, opacity 0.2s ease;
}

.treningomat-product-faq__item[open] .treningomat-product-faq__icon::after {
    opacity: 0;
    transform: translate(-50%, -50%) rotate(90deg);
}

.treningomat-product-faq__answer {
    padding: 1.5rem 1.5rem 1.25rem;
    color: #51555e;
    font-size: 0.95rem;
    line-height: 1.65;
}

.treningomat-product-faq__answer p {
    margin: 0;
}

@media (max-width: 768px) {
    .treningomat-product-faq {
        padding: 3rem 1rem;
    }

    .treningomat-product-faq__grid {
        grid-template-columns: 1fr;
    }

    .treningomat-product-faq__item summary {
        min-height: 64px;
        padding: 1rem 1.1rem;
        font-size: 1rem;
    }

    .treningomat-product-faq__answer {
        padding: 0 1.1rem 1rem;
    }
}

/* =============================================
   SUBSCRIPTION PRODUCT — SHOP LOOP CARD
   ============================================= */

/* MONTHLY badge — top-right over product image */
.treningomat-monthly-badge {
    position: absolute;
    top: 12px;
    right: 12px;
    z-index: 10;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    background-color: #f59e0b;
    color: #fff;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    padding: 5px 10px;
    border-radius: 9999px;
    line-height: 1;
    pointer-events: none;
}

/* "/ month" price suffix */
.treningomat-price-period {
    display: inline;
    font-size: 0.9rem;
    font-weight: 400;
    color: #6b7280;
    margin-left: 4px;
}

/* SUBSCRIBE button */
.treningomat-subscribe-btn {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
}

/* =============================================
   SUBSCRIPTION PRODUCT — CART PAGE
   ============================================= */

/* Disabled pill quantity for subscription products in cart */
.treningomat-qty-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 72px;
    height: 38px;
    background-color: #f3f4f6;
    border: 1px solid #e5e7eb;
    border-radius: 9999px;
    font-size: 0.9rem;
    color: #6b7280;
    cursor: default;
}

/* "Recurring monthly payment" note under product name */
.treningomat-cart-recurring-note {
    margin: 4px 0 0;
    font-size: 0.8rem;
    color: #6b7280;
    font-style: italic;
}

/* "First month includes 5 bonus days free" below checkout button (cart) */
.treningomat-cart-bonus-note {
    text-align: center;
    font-size: 0.82rem;
    color: #6b7280;
    margin: 8px 0 0;
    padding: 0;
}

/* "First month includes 5 bonus days free" inside checkout order summary */
.treningomat-checkout-bonus-note {
    font-size: 0.85rem;
    color: #6b7280;
    margin: 10px 0 0;
    padding: 10px 0 0;
    border-top: 1px solid #e5e7eb;
}

/* "By subscribing, you agree..." notice before submit button */
.treningomat-checkout-agree-note {
    font-size: 0.82rem;
    color: #6b7280;
    margin: 0 0 12px;
    line-height: 1.5;
}


/*Additional css from customizer*/

.service-pill{
display: inline-block;
border-radius: 5px;
font-weight: 700;
font-size: 12px;
letter-spacing: .04em;
text-transform: uppercase;
line-height: 1;
background: var(--pill-bg, #eef1f5);
color: var(--pill-text, #24417c);
margin: 0 15px 15px 20px;
padding: 10px 16px;
}

.service-pill--popular{
  --pill-bg:#e7edf8;
  --pill-text:#24417c;
}

.service-pill--onetime{
  --pill-bg:#f1f3f5;
  --pill-text:#5f6875;
}

.service-pill--online{
  --pill-bg:#edf3fb;
  --pill-text:#355575;
}


.mentor-card-image img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    object-position: center 18%;
    display: block;
    border-radius: 8px 8px 0px 0px;
}

.services-wrap{
  background: linear-gradient(to bottom, #ffffff 0%, #edf2f7 45%, #edf2f7 100%);
}



.process-steps{
  --bg:#eef2f6;
  --line:#d7dce3;
  --dot-bg:#f7f7f6;
  --text:#0f2f63;
  --muted:#5c6a80;

  background:var(--bg);
  padding:40px 0px 50px;
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:28px;
  width: var(--theme-container-width, 1200px);
  max-width: var(--theme-normal-container-max-width, 1200px);
}

.process-step{
  text-align:center;
  position:relative;
}

.step-top{
  position:relative;
  margin-bottom:22px;
  min-height:56px;
}

.step-dot{
  width:52px;
  height:52px;
  border-radius:50%;
  background:#ffffff;
  border:1px solid var(--line);
  color:var(--text);
  font-weight:700;
  font-size:20px;
  line-height:1;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  position:relative;
  z-index:2;
}

/* connector line */
.process-step:not(:last-child) .step-top::after {
  content: "";
  position: absolute;
  top: 26px;
  left: 50%;
  width: 100%;
  height: 1px;
  background: var(--line, #d7dce3);
  z-index: 1;
}

.process-step h3{
  margin:0 0 10px;
  color:#061a3a;
  font-size:20px;
  line-height:1.18;
  font-weight:700;
}

.process-step p{
  margin:0;
  color:var(--muted);
  font-size:15px;
  line-height:1.45;
}

/* tablet */
@media (max-width:1024px){
  .process-steps{
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:30px 24px;
  }
  .process-step:nth-child(2n) .step-top::after{
    display:none;
  }
  .process-step h3{font-size:30px;}
  .process-step p{font-size:18px;}
}

/* mobile */
@media (max-width:640px){
  .process-steps{
    grid-template-columns:1fr;
    gap:26px;
    padding:28px 16px 36px;
  }
  .process-step .step-top::after{
    display:none;
  }
  .step-dot{
    width:46px;
    height:46px;
    font-size: 20px;
  }
  .process-step h3{font-size:20px;}
  .process-step p{font-size:16px;}
}
.selection-card figure{
  background-color: #f0f4f8;
  border-radius: 100px;
}
.selection-card figure img {	
		max-width: 100px;
		padding: 20px;
}

.faq-section-wrapper details[open] > summary .stk-column-wrapper {
  background: #eaf2ff;
  border-radius: 12px;
}

.path-results-wrapper .gspb_row_content {
  display: flex;
  align-items: stretch;
}

.path-results-wrapper .wp-block-greenshift-blocks-row-column {
  display: flex;
  flex-direction: column;
}

.path-results-wrapper .gspb_heading {
  flex-shrink: 0;
}

.path-results-wrapper .gspb_text {
  flex-grow: 1;
}

/* Image link breaks out of container padding */
.blog-section-wrapper .blog-post-item .stk-block-posts__image-link {
  margin-left: -20px !important;
  margin-right: -20px !important;
  margin-top: -20px !important;
  width: calc(100% + 40px) !important;
  display: block;
}

/* Figure removes its own spacing */
.blog-section-wrapper .blog-post-item .stk-img-wrapper.stk-image--shape-stretch {
  margin: 0;
  padding: 0;
}

/* Image fills full width */
.blog-section-wrapper .blog-post-item .stk-block-posts__image-link img {
  width: 100%;
  display: block;
}

.blog-section-wrapper .blog-post-item .stk-block-posts__item {
  overflow: visible;
}

/* Force consistent image height */
.blog-section-wrapper .blog-post-item .stk-block-posts__item .stk-container article .stk-block-posts__image-link {
  display: block !important;
  height: 250px !important;
  overflow: hidden !important;
}

.blog-section-wrapper .blog-post-item .stk-block-posts__item figure.stk-img-wrapper.stk-image--shape-stretch {
  height: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}

.blog-section-wrapper .blog-post-item .stk-block-posts__item figure.stk-img-wrapper img.wp-post-image {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}

.blog-section-wrapper .blog-post-item .stk-block-posts__item .stk-block-posts__title {
    min-height: 60px;
    display: flex;
    align-items: flex-start;
}


/*New blog section*/

/* Image link breaks out of container padding */
.blog-section-wrapper .stk-block-posts__image-link {
  margin-left: -20px !important;
  margin-right: -20px !important;
  margin-top: -20px !important;
  width: calc(100% + 40px) !important;
  display: block;
}

/* Figure removes its own spacing */
.blog-section-wrapper .stk-img-wrapper.stk-image--shape-stretch {
  margin: 0;
  padding: 0;
}

/* Image fills full width */
.blog-section-wrapper .stk-block-posts__image-link img {
  width: 100%;
  display: block;
}

.blog-section-wrapper .stk-block-posts__item {
  background: #fff !important;
  border: 1px solid #e5e5e5 !important;
  border-radius: 14px !important;
  box-shadow: 0px 0px 10px 0px var(--theme-palette-color-6, #F3F5F7) !important;
  overflow: hidden !important;
}
.blog-section-wrapper .stk-block-posts__item .stk-container {
  padding: 1rem !important;
}
/* Force consistent image height */
.blog-section-wrapper .stk-block-posts__item .stk-container article .stk-block-posts__image-link {
  display: block !important;
  height: 250px !important;
  overflow: hidden !important;
}

.blog-section-wrapper .stk-block-posts__item figure.stk-img-wrapper.stk-image--shape-stretch {
  height: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}

.blog-section-wrapper .stk-block-posts__item figure.stk-img-wrapper img.wp-post-image {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}

.blog-section-wrapper .stk-block-posts__item .stk-block-posts__title {
  min-height: 60px;
  display: flex;
  align-items: flex-start;
}
