/* Workshop Review Styles */
#reviews {
    cursor: pointer;
}

.visual-comparison {
    margin: 30px 0;
}

.visual-comparison table {
    width: 100%;
    border-collapse: collapse;
}

.visual-comparison th, .visual-comparison td {
    padding: 10px;
    text-align: center;
    border: 1px solid #ddd;
}

/* Form Wrapper Styles */
.form-wrapper h2 {
    text-align: center;
    color: #333 !important;
    font-size: 1.5em !important;
    margin-bottom: 30px !important;
    font-weight: 700 !important;
    line-height: 3.0rem !important;
    margin: 80px 0 !important
}

h1 {
    color: #333 !important;
    font-size: 2.5em !important;
    margin-bottom: 30px !important;
    font-weight: 700 !important;
    line-height: 3.5rem !important;
}

.form-wrapper h3 {
    text-align: center;
    color: #333 !important;
    font-size: 1em !important;
    margin-bottom: 30px !important;
    font-weight: 700 !important;
    line-height: 3.0rem !important;
}

/* How It Works Container Styles */
.hiw-container * {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.hiw-container {
    font-family: Arial, sans-serif;
    width: 100%;
    padding: 20px 0;
}

.hiw-container h2 {
    text-align: center;
    color: #333 !important;
    font-size: 1.5em !important;
    margin-bottom: 30px !important;
    font-weight: 700 !important;
    line-height: 3.0rem !important;
}

.hiw-container .step {
    display: flex !important;
    align-items: center !important;
    width: 100% !important;
    padding: 20px !important;
    margin-bottom: 10px !important;
    background-color: #fff !important;
    border-bottom: 1px solid #ccc
}

.hiw-container .step-number {
    background-color: #ff4081 !important;
    color: white !important;
    width: 40px !important;
    height: 40px !important;
    border-radius: 50% !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    font-size: 20px !important;
    font-weight: bold !important;
    margin-right: 20px !important;
    flex-shrink: 0 !important;
}

.hiw-container .step-content {
    flex-grow: 1 !important;
}

.hiw-container .step-title {
    font-weight: 600 !important;
    margin-bottom: 5px !important;
    font-size: 18px !important;
    color: #333 !important;
}

.hiw-container .step-description {
    margin: 0 !important;
    color: #666 !important;
    line-height: 1.4 !important;
    font-size: 14px !important;
}

@media (max-width: 600px) {
    .hiw-container .step {
        flex-direction: column !important;
        align-items: flex-start !important;
        padding: 15px !important;
    }

    .hiw-container .step-number {
        margin-bottom: 10px !important;
    }
}

/* Emoji List Styles */
.emoji-list {
    list-style-type: none;
    padding-left: 0;
}

.emoji-list li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 1em;
    margin-bottom: 20px
}

.emoji-list li::before {
    content: attr(data-emoji);
    margin-right: 0.5em;
    font-size: 1.2em;
    flex-shrink: 0;
}

.center-header {
    width: 100%;
    text-align: center;
}

.full-description ul {
    list-style-type: none !important;
}

/* Quote Box Styles */
.quote-box {
    position: relative;
    padding: 20px;
    font-size: 20px;
    font-style: italic;
    color: #000;
    border-radius: 5px;
    line-height: 1.5;
    margin: 20px 0;
}

.quote-box::before {
    content: "\201C"; /* Unicode for left double quote */
    font-size: 80px;
    color: #000;
    position: absolute;
    top: -20px;
    left: -20px;
}

.quote-box::after {
    content: "\201D"; /* Unicode for right double quote */
    font-size: 80px;
    color: #000;
    position: absolute;
    bottom: -20px;
    right: -20px;
}

/* Testimonials Styles */
.testimonials {
    margin: 0 auto;
    text-align: center;
    text-transform: none;
    padding: 0px 20px;
    padding-bottom: 20px;
}

.testimonial {
    margin: 20px 0;
    position: relative;
}

.stars {
    font-size: 40px;
    color: #000;
    margin-bottom: 10px;
}

.testimonial p {
    margin: 10px 0 0;
    color: #333;
    line-height: 2rem;
    font-style: italic
}

.testimonial .author {
    margin: 30px 0;
    font-style: italic;
    font-size: 1rem;
    color: #000;
}

/* Highlighted Text Styles */
.highlighted-text {
    font-weight: bold;
    color: #000;
}

#common-required-dialog .content {
    text-transform: none !important;
    font-size: 15px !important;
}

.add-workshop-to-cart-button-1 {
    padding: 40px 0px;
    font-size: 1.5rem !important;
    width: 100%;
}

@media screen and (min-width: 1024px) {
    .add-workshop-to-cart-button-1 {
        width: 50%;
    }

    .product-page-bottom {
        max-width: 1500px;
    }
}

.remaining {
    text-transform: none;
    color: #000;
    background: #eeeeee;
    display: inline-block;
    padding: 3px 10px;
    border-radius: 4px;
    font-size: 1rem;
    font-style: italic;
}

.product-page-bottom {
    padding: 60px 20px 0px 20px !important;
}

/* Accordion Styles */
.accordion {
    background: #fff;
    color: #666;
    cursor: pointer;
    padding: 25px 30px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 18px;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    transition: all 0.2s ease-in-out;
    box-shadow: 0 0 14px rgba(0, 0, 0, 0.06);
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.accordion:hover {
    background: #f5f5f5;
}

.accordion::after {
    content: '\002B';
    color: #666;
    font-size: 24px;
    font-family: 'Lato', sans-serif;
    width: 30px;
    height: 30px;
    background: #d4d4d4;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: transform 0.3s ease;
}

.accordion.active::after {
    content: "\002B";
    transform: rotate(45deg);
}

.panel {
    padding: 0 30px;
    background: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, padding 0.4s ease;
    box-shadow: 0 0 14px rgba(0, 0, 0, 0.06);
    margin-bottom: 15px;
}

.panel.show {
    padding: 25px 30px;
    border-top: 1px solid #f0f0f0;
    max-height: 1000px;
}

.panel p {
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    color: #666;
    line-height: 1.7;
}

@media (max-width: 768px) {
    .accordion {
        padding: 20px;
        font-size: 16px;
    }

    .accordion::after {
        width: 25px;
        height: 25px;
        font-size: 20px;
    }

    .panel {
        padding: 0 20px;
    }

    .panel.show {
        padding: 20px;
    }

    .panel p {
        font-size: 15px;
    }
}

/* Heading Styles */
h2 {
    margin: 40px 0;
    text-align: center;
}

.most-popular {
    width: auto;
    background: #e7457d;
    color: #fff;
    padding: 2px 5px;
    border-radius: 4px;
    font-size: 0.5em;
    text-transform: uppercase;
}

.activeviewers {
    width: auto;
    background: green;
    color: #fff;
    padding: 2px 5px;
    border-radius: 4px;
    font-size: 0.7em;
    text-transform: uppercase;
    display: inline;
    font-weight: normal;
    text-transform: none;
    font-family: 'Lato', sans-serif;
    font-style: italic;
}

/* Waitlist Styles */
.waitlist-details {
    padding: 10px;
}

.waitlist-details input {
    width: 100%;
    margin: 10px 0
}

.sold-out {
    font-size: 1.5rem;
    margin-top: 20px;
    color: #e7457d
}

.product-details-page .full-description {
    display: block;
    text-align: left !important
}

.overview .add-to-cart-button {
    max-width: 300px;
}

.live-stream {
    width: 60px;
    height: 46px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 999;
}

.product-page-bottom {
    padding-top: 0px !important;
}

.short-description h2 {
    margin-bottom: 30px
}

.caregiver div, .artist-details div {
    margin-bottom: 20px
}

.attributes .option-list li {
    margin: 10px
}

@media(max-width: 768px) {
    .attributes label, .attributes .option-list li {
        width: 100%;
    }

    .product-page-bottom {
        padding-top: 0px !important;
    }

    .product-essential-wrapper {
        padding-bottom: 0px !important;
        margin-top: 30px;
    }

    .form-wrapper {
        margin-top: 0px !important;
    }

    .full-description {
        padding-bottom: 0px !important;
        margin-bottom: 0px !important;
    }

    .product-collateral > div {
        margin: 0 0 0px !important;
    }

    .overview .add-to-cart-button {
        max-width: 150px;
    }

    ol.howitworks {
        padding: 0px !important
    }
}

.attributes label {
    margin-bottom: 5px;
    display: block;
}

.caregiver-details div {
    margin-bottom: 20px;
}

.short-description p {
    margin-bottom: 30px;
}

.full-description h2 {
    color: #444
}

.full-description h1 {
    margin: 30px 0;
    color: #e7457d;
    line-height: 3rem;
}

.attributes {
    position: relative;
    z-index: 2;
    padding: 0px;
    border: none;
}

.attributes .option-list li {
    margin: 10px 10px 0 0;
}

/* Video Container Styles */
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.video-container iframe, .video-container object, .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.product-review-item .review-text {
    font-family: 'Lato', sans-serif !important;
    margin: 0 0 80px !important;
    line-height: 1.7rem !important;
    color: grey !important;
    text-transform: none;
    margin: 0 0 10px !important;
}

.form-wrapper .header-sub-title {
    line-height: 2.5rem !important;
}

.modern-table {
    max-width: 100% !important;
}

@media (max-width: 1200px) {
    .product-essential-wrapper {
        margin-bottom: 0px !important;
        padding-bottom: 30px !important
    }
}

.form-wrapper {
    padding-bottom: 60px !important;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}

.full-description {
    padding-bottom: 40px !important;
    margin-bottom: 30px !important;
}

.review-stars {
    font-size: 25px;
    margin: 5px 0;
    color: #FFD700;
    text-align: left;
}

.review-text {
    font-size: 18px;
    margin: 0;
}

/* Password Form Styles */
.enter-password-form input[type="submit"] {
    color: #fff;
}

/* Podcast Container Styles */
.podcast-container {
    display: flex;
    align-items: center;
    gap: 20px;
    background-color: #f9f9f9;
    padding: 20px;
    border-radius: 10px;
    border: 1px solid #e7e5e4;
    max-width: 800px;
    margin: 20px auto;
}

.podcast-image img {
    width: 150px;
    height: 150px;
    object-fit: cover;
    border-radius: 10px;
}

.podcast-content {
    flex: 1;
}

.podcast-content h2 {
    margin: 0 0 10px;
    font-size: 1.5em;
    color: #333;
}

audio {
    width: 100%;
    margin: 10px 0;
}

.podcast-container a {
    display: inline-block;
    margin-top: 10px;
    text-decoration: none;
    background-color: #000;
    color: white;
    padding: 10px 20px;
    border-radius: 5px;
    transition: background-color 0.3s ease;
}

.podcast-container a:hover {
    background-color: #0056b3;
}

/* Image Container Styles */
.image-container {
    text-align: center;
    width: 100%;
    margin: 30px auto;
}

/* Lazy Loading Styles */
.lazy {
    opacity: 1; /* Changed from 0 to ensure images are visible even before JS loads */
    transition: opacity 0.3s;
}

/* Make sure images appear when loaded */
.lazy.loaded {
    opacity: 1;
}

/* Responsive image styles */
.responsive-image {
    width: 100%;
    height: auto;
    display: block;
}

/* Full width images specific styling */
img[style*="width:100"] {
    width: 100%;
    height: auto;
    display: block;
}

.multi-child-help {
  margin-bottom: 15px; /* Add some space below the section */
  text-align: left;
}

.multi-child-help .help-header { /* CSS for the new .help-header class */
  font-size: 1.5em; /* Set to standard text size - adjust as needed */
  color: #333; /* Darker heading color - can adjust or make same as help-lines */
  margin-bottom: 5px; /* Space below the header */
  /* font-weight: bold;  Remove this line if you don't want bold text */
  text-align: left;


}

.multi-child-help .help-line {
  font-size: 1em; /* Standard text size */
  color: #666; /* Medium gray text color for help lines */
  line-height: 1.4; /* Improve line spacing for readability */
  margin-bottom: 3px; /* Small space between help lines */
 /* Add a small left padding for indentation */
  text-align: left;
}

/* Real homes gallery */
.real-homes-section {
    padding: 5rem 0;
    text-align: center;
}

.real-homes-heading {
    font-size: 2.25rem;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 2rem;
}

.real-homes-highlight {
    color: #e11d48;
}

.real-homes-gallery {
    display: flex;
    width: 100%;
}

.real-homes-image {
    position: relative;
    flex: 1;
}

.real-homes-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.real-homes-caption {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    color: #fff;
    font-size: 1rem;
    padding: 0.5rem 1rem;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.6));
}

@media (max-width: 768px) {
    .real-homes-gallery {
        flex-direction: column;
    }
}