/* Feedback Form Styling */
.feedback-section {
    padding: 60px 20px;
    text-align: center;
    max-width: 1200px;
    margin: 40px auto;
    background: linear-gradient(to bottom, #f0f8f0, #e8f5e8);
    border-radius: 15px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}

.thryvsoul-feedback-form h2 {
    font-size: 2.5em;
    color: #2e7d32;
    margin-bottom: 30px;
    font-weight: bold;
}

.thryvsoul-feedback-form p {
    margin: 15px 0;
    text-align: left;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.thryvsoul-feedback-form label {
    display: block;
    font-size: 1.1em;
    color: #555;
    margin-bottom: 5px;
    font-weight: bold;
}

.form-select,
.form-text,
.form-textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    font-size: 1em;
    background-color: #fff;
    transition: border-color 0.3s ease;
}

.form-select:focus,
.form-text:focus,
.form-textarea:focus {
    border-color: #4caf50;
    outline: none;
    box-shadow: 0 0 5px rgba(76, 175, 80, 0.3);
}

.form-textarea {
    height: 100px;
    resize: vertical;
}

.form-checkbox {
    margin-right: 10px;
}

.form-submit {
    display: inline-block;
    padding: 12px 35px;
    background-color: #4caf50;
    color: white;
    text-decoration: none;
    border-radius: 50px;
    font-size: 1.1em;
    font-weight: bold;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(76, 175, 80, 0.3);
}

.form-submit:hover {
    background-color: #388e3c;
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(76, 175, 80, 0.4);
}

/* Conditional Display for Community Topics */
#community-topics {
    margin-top: 10px;
    display: none; /* Hidden by default, shown via JS */
}

/* Conditional Display for Other Appeal Option */
#workshop-appeal-other {
    margin-top: 10px;
    display: none; /* Hidden by default, shown via JS */
}

@media (max-width: 768px) {
    .thryvsoul-feedback-form h2 {
        font-size: 2em;
    }
    .thryvsoul-feedback-form p {
        max-width: 100%;
    }
    .form-select,
    .form-text,
    .form-textarea {
        font-size: 0.95em;
    }
}








.header-01.header-dark .page-header-inner {
  background: #F2E6D8 !important;
}

.elementor-widget-tm-testimonial .testimonial-item {
  background-color: #f8f4e9 !important; /* Warm off-white */
  border-radius: 12px; /* Rounded corners */
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08); /* Subtle shadow */
  transition: all 0.3s ease; /* Smooth transitions for hover effects */
  padding: 20px; /* Added some padding for better spacing */
}

/* Hover effects */
.elementor-widget-tm-testimonial .testimonial-item:hover {
  transform: translateY(-4px); /* Slight lift */
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.12); /* Enhanced shadow on hover */
  background-color: #f5f0e3 !important; /* Slightly darker on hover */
}



/* Lumena Circle Form Styling */
.lumena-form-wrapper {
    max-width: 400px; /* Compact width */
    margin: 0 auto;
    padding: 20px;
    background-color: #F1C5A9; /* Soft peach background */
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1); /* Subtle shadow for depth */
    font-family: 'Arial', sans-serif; /* Replace with your preferred font */
}

.form-field {
    margin-bottom: 15px; /* Reduced spacing for compactness */
}

.lumena-form-wrapper label {
    display: block;
    font-size: 14px;
    color: #4D473E; /* Dark brown for text */
    margin-bottom: 5px;
    font-weight: 500;
}

.lumena-form-wrapper input[type="text"],
.lumena-form-wrapper input[type="email"] {
    width: 100%;
    padding: 10px;
    border: 1px solid #BE976B; /* Warm beige border */
    border-radius: 5px;
    background-color: #fff;
    font-size: 14px;
    color: #4D473E;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.lumena-form-wrapper input[type="text"]::placeholder,
.lumena-form-wrapper input[type="email"]::placeholder {
    color: #BE976B; /* Subtle placeholder color */
    opacity: 0.7;
}

.lumena-form-wrapper input[type="text"]:focus,
.lumena-form-wrapper input[type="email"]:focus {
    border-color: #4D473E; /* Darker border on focus */
    box-shadow: 0 0 5px rgba(77, 71, 62, 0.3); /* Gentle glow effect */
    outline: none;
}

.lumena-form-wrapper .wpcf7-submit {
    display: block;
    width: 100%;
    padding: 12px;
    background-color: #BE976B; /* Warm beige button */
    color: #fff;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.2s ease;
}

.lumena-form-wrapper .wpcf7-submit:hover {
    background-color: #4D473E; /* Dark brown on hover */
    transform: translateY(-2px); /* Subtle lift effect */
}

/* Responsive adjustments */
@media (max-width: 600px) {
    .lumena-form-wrapper {
        max-width: 100%;
        padding: 15px;
    }
}


.page-title-bar-01 .page-title-bar-inner {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
  margin-top: 20px !important;
  margin-bottom: 5px !important;
}



.ipt-uif-custom-material-custom.eform-override-element-boxy .ipt_uif_column button:hover {
  background-color: #8ec9c5; /* Darker teal-green on hover */
}

/* Style for headings or titles */
.ipt-uif-custom-material-custom.eform-override-element-boxy .ipt_uif_column h3 {
  color: #4a4a4a; /* Lighter gray for headings */
  margin-bottom: 12px; /* Adequate space below heading */
  font-weight: 500;
}

/* Optional: Match category tabs */
.ipt-uif-custom-material-custom.eform-override-element-boxy .category-tab {
  background-color: #e0d6e0; /* Light purple for tab background */
  color: #4a4a4a;
  padding: 8px 16px; /* Increased padding for tab comfort */
  border-radius: 16px;
  margin-right: 10px; /* Space between tabs */
  display: inline-block;
  margin-bottom: 8px; /* Space below tabs */
}

.tm-image-box.image-position-top .image {
    transition: transform 0.5s ease-in-out;
}

.tm-image-box.image-position-top .image:hover {
    transform: rotate(-15deg);
}


.page-title-bar-01 .heading {
  padding-top: 50px !important;
}









.pricing-section {
    max-width: 1200px;
    margin: 50px auto;
    padding: 20px;
    text-align: center;
}
.pricing-section h2 {
    color: #4a3c6b;
    font-size: 2.5em;
    margin-bottom: 20px;
}
.pricing-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}
.pricing-card {
    background-color: #fff;
    border-radius: 15px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    width: 100%;
    max-width: 580px;
    padding: 30px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
}
.pricing-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}
.pricing-card h3 {
    color: #4a3c6b;
    font-size: 1.8em;
    margin-bottom: 10px;
}
.pricing-card .price {
    color: #e68ab8;
    font-size: 2em;
    font-weight: bold;
    margin: 10px 0;
}
.pricing-card .billing {
    color: #7a6b9a;
    font-size: 1em;
    margin-bottom: 20px;
}
.pricing-card ul {
    list-style: none;
    padding: 0;
    margin: 20px 0;
    min-height: 240px;
    text-align: left;
}
.pricing-card ul li {
    color: #4a3c6b;
    font-size: 1.1em;
    margin: 10px 0;
    display: flex;
    align-items: center;
}
.pricing-card ul li::before {
    content: '✓';
    color: #a8d5ba;
    font-weight: bold;
    margin-right: 10px;
    flex-shrink: 0;
}
.pricing-card ul li.unavailable::before {
    content: '✗';
    color: #d3a3b1;
}
.pricing-card .btn {
    display: inline-block;
    background-color: #e68ab8;
    color: #fff;
    padding: 12px 25px;
    border-radius: 25px;
    text-decoration: none;
    font-weight: bold;
    transition: background-color 0.3s ease;
}
.pricing-card .btn:hover {
    background-color: #d17ea3;
}
.premium-card {
    background-color: #D1E8E2 !important; /* Soft lavender for a premium feel */
}
.one-off-card {
    background-color: #f5e6f0;
    border: 2px solid #e68ab8;
    max-width: 1160px;
}
.one-off-card .btn {
    background-color: #7a6b9a;
}
.one-off-card .btn:hover {
    background-color: #695a89;
}
.popular-tag {
    position: absolute;
    top: -15px;
    right: 20px;
    background-color: #a8d5ba;
    color: #fff;
    padding: 5px 15px;
    border-radius: 12px;
    font-size: 0.9em;
    font-weight: bold;
}
.main-pricing-row {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    width: 100%;
    gap: 20px;
}
.one-off-row {
    display: flex;
    justify-content: center;
    width: 100%;
}
@media (max-width: 768px) {
    .main-pricing-row {
        flex-direction: column;
        align-items: center;
    }
    .one-off-row {
        flex-direction: column;
        align-items: center;
    }
    .pricing-card {
        max-width: 90%;
    }
    .one-off-card {
        max-width: 90%;
    }
}






.maxcoach-product.style-grid .product-wrapper {
  position: relative;
  background-color: #e6f0fa !important; /* Soft pastel blue for a cool, calming effect */
  border-radius: 12px; /* Rounded corners for a modern, approachable look */
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1); /* Subtle shadow for depth, enhancing pastel vibe */
  transition: all 0.3s ease-in-out; /* Smooth transition for hover effects */
  padding: 15px; /* Optional: adds internal spacing for content */
  overflow: hidden; /* Ensures content respects border radius */
}

/* Hover effect */
.maxcoach-product.style-grid .product-wrapper:hover {
  background-color: #d9e8f6 !important; /* Slightly darker pastel blue on hover */
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.15); /* Enhanced shadow on hover for elevation */
  transform: translateY(-5px); /* Subtle lift effect for interactivity */
}





.maxcoach-product.style-grid .thumbnail {
  position: relative;
  overflow: hidden; /* Ensures image respects border radius */
  border-radius: 8px; /* Slightly smaller radius than wrapper for a nested effect */
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08); /* Subtle shadow to enhance pastel aesthetic */
  transition: all 0.3s ease-in-out; /* Smooth transition for hover effects */
}

.maxcoach-product.style-grid .thumbnail img {
  width: 100%; /* Ensures image fills the container */
  height: auto; /* Maintains aspect ratio */
  display: block; /* Removes any inline spacing issues */
  border-radius: 8px; /* Matches container radius */
  object-fit: cover; /* Ensures image covers container without distortion */
}

/* Hover effect */
.maxcoach-product.style-grid .thumbnail:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12); /* Slightly stronger shadow on hover */
  transform: scale(1.05); /* Subtle zoom effect for interactivity */
}





        .course-memberships ul li:hover {
            transform: translateY(-3px);
            box-shadow: 0 6px 15px rgba(0,0,0,0.15);
        }
.course-memberships {
    margin: 15px 0;
    padding: 15px;
    background: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 8px;
}

.course-memberships .meta-label {
    display: block;
    font-weight: 600;
    margin-bottom: 8px;
    color: #333;
}

.course-memberships .membership-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.course-memberships .membership-list li {
    margin: 5px 0;
}

.course-memberships .membership-link {
    color: #0073aa;
    text-decoration: none;
}

.course-memberships .membership-link:hover {
    text-decoration: underline;
}




/* Full-width stretch with centering (no negative margins/left-align) */
body.pmpro-variation_1.woocommerce-checkout .site,
body.pmpro-variation_1.woocommerce-checkout .content-wrapper,
body.pmpro-variation_1.woocommerce-checkout .site-content,
body.pmpro-variation_1.woocommerce-checkout .site-inner,
body.pmpro-variation_1.woocommerce-checkout #content,
body.pmpro-variation_1.woocommerce-checkout main,
body.pmpro-variation_1.woocommerce-checkout .container,
body.pmpro-variation_1.woocommerce-checkout .row,
body.pmpro-body-has-access.woocommerce-checkout .pmpro_form {
    max-width: none !important; /* Removes any max-width caps */
    width: 100vw !important; /* Full viewport width */
    padding: 0 20px !important; /* Inner edges only; adjust to 0 for zero padding */
    left: 0 !important; /* Resets any theme offsets */
    box-sizing: border-box !important;
    position: relative !important; /* Keeps flow normal */
}

/* Ensure Woo inners (table/payment) inherit the stretch */
body.pmpro-variation_1.woocommerce-checkout #order_review,
body.pmpro-variation_1.woocommerce-checkout .shop_table,
body.pmpro-variation_1.woocommerce-checkout #payment {
    max-width: 100% !important;
    width: 100% !important;
    margin: 0 !important; /* No extra margins */
}

/* Mobile: Reduce padding, no calc needed */
@media (max-width: 768px) {
    body.pmpro-variation_1.woocommerce-checkout .container,
    body.pmpro-variation_1.woocommerce-checkout .row {
        width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding: 0 10px !important;
    }
}



.deposit-options.switch-toggle.switch-candy.switch-woocommerce-deposits {
    display: flex;
    justify-content: center;
    gap: 10px; /* Space between buttons */
    padding: 15px;
    background: rgba(245, 255, 245, 0.9); /* Light green background to match tier.featured */
    border-radius: 15px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    max-width: 600px;
    margin: 20px auto;
}

.deposit-options.switch-toggle.switch-candy.switch-woocommerce-deposits .pay-deposit-label {
    display: inline-block;
    padding: 12px 30px;
    background-color: #66bb6a; /* Lighter green from cta-button.secondary */
    color: white;
    text-decoration: none;
    border-radius: 50px;
    font-size: 1em;
    font-weight: bold;
    text-align: center;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(76, 175, 80, 0.3);
    cursor: pointer;
    flex: 1; /* Equal width within flex container */
    max-width: 250px;
}

.deposit-options.switch-toggle.switch-candy.switch-woocommerce-deposits .pay-deposit-label:hover {
    background-color: #4caf50; /* Primary green on hover */
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(76, 175, 80, 0.4);
}

.deposit-options.switch-toggle.switch-candy.switch-woocommerce-deposits .pay-full-amount-label {
    display: inline-block;
    padding: 15px 40px; /* Slightly larger for prominence */
    background-color: #4caf50; /* Primary green from cta-button */
    color: white;
    text-decoration: none;
    border-radius: 50px;
    font-size: 1.1em; /* Slightly larger font */
    font-weight: bold;
    text-align: center;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(76, 175, 80, 0.3);
    cursor: pointer;
    flex: 1; /* Equal width within flex container */
    max-width: 250px;
    border: 2px solid #388e3c; /* Darker green border for emphasis */
}

.deposit-options.switch-toggle.switch-candy.switch-woocommerce-deposits .pay-full-amount-label:hover {
    background-color: #388e3c; /* Darker green on hover */
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(76, 175, 80, 0.4);
}


.cart_totals > h2, .woocommerce-additional-fields > h3, #order_review_heading, #ship-to-different-address, .woocommerce-billing-fields > h3 {
  display: none !important;
}








/* Target WooCommerce checkout form */
.woocommerce-checkout {
    max-width: 1000px;     /* Limit width on large screens */
    margin: 0 auto;        /* Center horizontally */
    padding: 0 15px;       /* Small horizontal padding for mobile */
    box-sizing: border-box; 
}

/* Optional: make inner columns stack nicely on smaller screens */
@media (max-width: 768px) {
    .woocommerce-checkout .col2-set {
        display: block;         /* Stack columns vertically */
    }
    .woocommerce-checkout .col-1,
    .woocommerce-checkout .col-2 {
        width: 100% !important; /* Full width on mobile */
        padding: 0 !important;
    }
}
