/* Container Background */
.product-hero-bg {
    background-color: #f8f9fa;
    border-bottom: 2px solid #000;
}

/* Breadcrumb Styling */
.woocommerce-breadcrumb {
    font-size: 0.85rem;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 8px !important;
}
.woocommerce-breadcrumb a {
    color: rgb(119, 137, 242); /* Secondary Blue */
    text-decoration: none;
}

/* Image Wrapper with Neubrutalism Shadow */
.maw-product-gallery {
    position: relative;
    border: 3px solid #000;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 12px 12px 0px #000;
    background: #fff;
}
.badge-overlay {
    position: absolute;
    top: 15px;
    right: 15px;
    background: #62F0AB;
    color: #0F192D;
    padding: 5px 15px;
    font-weight: 800;
    font-size: 0.8rem;
    text-transform: uppercase;
    border: 2px solid #0F192D;
    border-radius: 4px;
}

/* Purchase Card */
.product-purchase-card {
    padding: 20px 10px;
}
.product-title {
    font-size: 2.8rem;
    font-weight: 900;
    color: #0F192D;
    text-transform: uppercase;
}
.price-action-box {
    background: #fff;
    border: 3px solid #000;
    border-radius: 12px;
    box-shadow: 8px 8px 0px rgb(119, 137, 242); /* Secondary Blue Shadow */
}
.price-amount {
    font-weight: 800;
    font-size: 17px;
    color: #000;
}

/* Custom Add to Cart Button */
.maw-add-to-cart .single_add_to_cart_button {
    display: inline-block;
    text-align: center;
    max-width: 500px;
    text-decoration: none;
    font-size: 21px;
    width: 100%;
    background-color: rgb(98, 240, 171) !important; /* Primary Green */
    color: #000 !important;
    border: 2px solid #000 !important;
    padding: 8px !important;
    font-weight: 800 !important;
    text-transform: uppercase !important;
    border-radius: 8px !important;
    box-shadow: 4px 4px 0px #000 !important;
    transition: all 0.1s ease !important;
}
.maw-add-to-cart .single_add_to_cart_button:hover {
    transform: translate(2px, 2px);
    box-shadow: 2px 2px 0px #000 !important;
}

/* Highlights Grid */
.product-highlights-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 10px;
}
.highlight-item {
    background: #fff;
    border: 1px solid #000;
    padding: 10px;
    font-size: 0.75rem;
    font-weight: 700;
    text-align: center;
    border-radius: 6px;
    text-transform: uppercase;
}
@media(max-width: 768px){
    .highlight-item{
        font-size: 10px;
    }
}
.highlight-item i {
    display: block;
    margin-bottom: 5px;
    color: rgb(119, 137, 242);
}

/* Content Area */
.section-heading {
    display: inline-block;
    background: rgb(98, 240, 171);
    padding: 5px 15px;
    border: 2px solid #000;
    box-shadow: 4px 4px 0px #000;
}
.product-long-description {
    font-size: 1.1rem;
    line-height: 1.8;
}

.course_schedule{
    display: inline-block;
    margin-bottom: 10px;
    color: #202020;
    background-color: #62F0AB;
    padding: 5px 10px;
    border-radius: 12px;
    font-size: 12px;
    font-weight: 700;
}

/* Mobile Responsive */
@media (max-width: 991px) {
    .product-title { font-size: 2rem; }
    .maw-product-gallery {
      max-width: 340px;
     width: 100%;
     margin: 0 auto 30px auto;
    }
}

/* USP Tags Styling */
.usp-tag {
    background-color: #0F192D; /* Deep Navy */
    color: #00E3B8;            /* Mint Green */
    font-family: 'Aileron', sans-serif; /* Clean Sans-Serif */
    font-size: 9px;
    font-weight: normal;
    text-transform: uppercase;
    padding: 6px 14px;
    border-radius: 50px;       /* Modern rounded pill */
    letter-spacing: 0.5px;
    display: inline-flex;
    align-items: center;
    line-height: 1;
    border: 1px solid rgba(255, 255, 255, 0.05);
}

.usp-tag svg {
    display: inline-block;
    vertical-align: middle;
    flex-shrink: 0;
}

/* Matching the Product Title to Playfair Display */
.product-title {
    font-family: 'Playfair Display', serif;
    font-weight: 800;
    font-size: 2.4rem;
    color: #0F192D; /* Deep Navy from your brand */
    text-transform: capitalize;
}

.woocommerce div.product form.cart{
    margin-bottom: 10px;
}

/*Copy Batches*/

.copy-batch-benefits {
    background-color: #FCFAF6; /* Brand BG color */
}

.benefits-title {
    font-family: 'Playfair Display', serif; /* Requested heading font */
    font-weight: 700;
    font-size: 2.5rem;
    color: #0F192D;
    margin-bottom: 50px;
}

.benefits-title span {
    font-style: italic; /* Requested italic style */
    font-weight: 400;
    color: rgb(119, 137, 242);; /* Blue accent color */
}

.benefit-card {
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.08); /* Soft border */
    padding: 35px 25px;
    border-radius: 16px; /* Rounded corners */
    height: 100%;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
}

.benefit-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05); /* Soft shadow */
}

.benefit-icon {
    background: rgba(98, 240, 171, 0.2);
    width: 54px;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    margin-bottom: 25px;
}

.benefit-icon svg {
    stroke: #62F0AB; /* Brand blue icon color */
}

.benefit-card h3 {
    font-family: 'Aileron', sans-serif; /* Requested font */
    font-weight: 600; /* Bold weight */
    font-size: 1.15rem;
    color: #0F192D;
    margin-bottom: 15px;
    line-height: 1.4;
}

.benefit-card p {
    font-family: 'Aileron', sans-serif;
    font-weight: 400;
    font-size: 0.95rem;
    color: #4A5568;
    line-height: 1.6;
    margin: 0;
}

@media (max-width: 768px) {
    .benefits-title { font-size: 27px; }
}

/*End*/

.copy-thinking-section, .brand-strategy-thinking-section {
    background-color: #0F192D; /* Your requested brand background */
    display: flex;
    align-items: center;
    justify-content: center;
    /*box-shadow: 0 20px 40px rgba(15, 25, 45, 0.15);*/
    border-radius: 24px;
}

.thinking-content-wrap {
    max-width: 800px;
    margin: 0 auto;
}

.thinking-title {
    font-family: 'Playfair Display', serif; /* Requested font */
    font-weight: 700;
    font-size: 2.5rem; /* Large, authoritative heading */
    color: #ffffff;
    line-height: 1.2;
    margin-bottom: 20px;
}

.thinking-title span {
    font-style: italic; /* Signature italic style */
    font-weight: 400;
    color: #00E3B8; /* Mint green accent color */
}

.thinking-subtitle {
    font-family: 'Aileron', sans-serif; /* Requested font */
    font-weight: 600; /* Aileron Bold as requested */
    font-size: 1.4rem;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.5;
    max-width: 650px;
    margin: 0 auto;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .thinking-title {
        font-size: 27px;
    }
    .thinking-subtitle {
        font-size: 16px;
    }
    .copy-thinking-section {
        padding: 30px 20px;
    }
}

.curriculum-section {
    background-color: #F8F9FA; /* Soft off-white */
    font-family: 'Aileron', sans-serif;
}

.curriculum-title {
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    font-size: 3rem;
    color: #0F192D;
    margin-bottom: 20px;
}
@media(max-width:768px){
.curriculum-title{
    font-size: 2rem;
    }
    .curriculum-intro p{
    font-size:14px;
}
.curriculum-section .curriculum-intro .highlight-text{
    font-size:16px !important;
}
}
.curriculum-title span {
    font-style: italic;
    font-weight: 400;
    color: rgb(119, 137, 242);;
}

.curriculum-intro {
    font-family: 'Aileron', sans-serif;
    font-weight: 400;
    color: #4A5568;
    font-size: 1.1rem;
    line-height: 1.6;
}

.curriculum-intro .highlight-text {
    font-weight: 700;
    margin-top: 10px;
    font-size: 26px !important;
    font-style: normal !important;
}

.accordion-container {
    max-width: 800px;
    margin: 20px auto 0;
}

.curriculum-item {
    background: #ffffff;
    border: 1px solid rgba(0,0,0,0.08); /* Soft border */
    border-radius: 12px;
    margin-bottom: 15px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.curriculum-header {
    width: 100%;
    padding: 20px 25px;
    background: none;
    border: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    text-align: left;
}

.curriculum-header.active {
    background: #f8faff; /* Light blue highlight when active */
}

.module-name {
    font-family: 'Aileron', sans-serif;
    font-weight: 600;
    font-size: 16px;
    color: #0F192D;
}

.toggle-icon {
    font-size: 1.5rem;
    color: #7789f2; /* Brand blue */
    font-weight: 300;
}

.curriculum-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.curriculum-content ul {
    padding: 10px 25px 25px 45px;
    margin: 0;
    list-style: none;
}

.curriculum-content li {
    position: relative;
    padding: 8px 0;
    color: #4A5568;
    font-size: 1rem;
    line-height: 1.5;
}

.curriculum-content li::before {
    content: "✓"; /* Checkmark icon */
    position: absolute;
    left: -25px;
    color: #00E3B8;
    font-weight: bold;
}

.one-on-one-section {
    background-color: #fff; /* Off-white background to make the card pop */
}

.one-on-one-card {
    background-color: #0F192D; /* Your requested Deep Navy */
    border-radius: 24px; /* Large rounded corners for premium feel */
    padding: 60px;
    color: #ffffff;
    box-shadow: 0 20px 40px rgba(15, 25, 45, 0.15);
}

.one-on-one-title {
    font-family: 'Playfair Display', serif; /* Requested font */
    font-weight: 700;
    font-size: 3rem;
    line-height: 1.1;
    margin-bottom: 20px;
}

.one-on-one-title span {
    font-style: italic; /* Requested italic style */
    font-weight: 400;
    color: #00E3B8; /* Mint accent color */
}

.one-on-one-intro {
    font-family: 'Aileron', sans-serif;
    font-weight: 400;
    font-size: 1.1rem;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.6;
}

.one-on-one-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: 1fr;
    gap: 15px;
}

.one-on-one-list li {
    font-family: 'Aileron', sans-serif;
    font-weight: 600; /* Aileron Bold as requested */
    font-size: 1.05rem;
    display: flex;
    align-items: center;
    padding: 12px 20px;
    background: rgba(255, 255, 255, 0.05); /* Subtle list item background */
    border-radius: 12px;
    transition: transform 0.2s ease;
}

.one-on-one-list li:hover {
    transform: translateX(10px);
    background: rgba(255, 255, 255, 0.08);
}

/* Mobile Responsiveness */
@media (max-width: 991px) {
    .one-on-one-card { padding: 40px 30px; }
    .one-on-one-title { font-size: 2.2rem; }
}

.copy-batch-includes {
    background-color: #FCFAF6; /* Brand off-white background */
    padding: 50px 0;
}

.includes-title {
    font-family: 'Playfair Display', serif; /* Requested heading font */
    font-weight: 700;
    font-size: 2.8rem;
    color: #0F192D;
}

.includes-title span {
    font-style: italic; /* Signature brand italic style */
    font-weight: 400;
    color: rgb(119, 137, 242);;
}

.include-card {
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.05); /* Soft border for clean look */
    padding: 25px;
    border-radius: 16px; /* Rounded corners */
    display: flex;
    align-items: center;
    height: 100%;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.include-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05); /* Soft shadow */
}

.include-check {
    background: rgba(0, 227, 184, 0.1); /* Soft mint-tinted checkmark background */
    width: 40px;
    height: 40px;
    min-width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-right: 20px;
}

.include-text h3 {
    font-family: 'Aileron', sans-serif; /* Requested content font */
    font-weight: 500; /* Aileron Bold */
    font-size: 1.1rem;
    color: #0F192D;
    margin: 0;
    line-height: 1.3;
}

.include-text p {
    font-family: 'Aileron', sans-serif;
    font-weight: 400;
    font-size: 0.85rem;
    color: #666;
    margin: 4px 0 0 0;
}

@media (max-width: 768px) {
    .includes-title { font-size: 26px; }
}

.faq-section {
    background-color: #FCFAF6;
    padding: 50px 0;
}

.faq-title {
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    font-size: 3rem;
    color: #0F192D;
}

.faq-title span {
    font-style: italic;
    font-weight: 400;
    color: rgb(119, 137, 242);; /* Brand blue accent */
}

.faq-accordion-container {
    max-width: 850px;
    margin: 0 auto;
}

.faq-item {
    background: #ffffff;
    border: 1px solid rgba(15, 25, 45, 0.08); /* Subtle navy border */
    border-radius: 12px;
    margin-bottom: 12px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.faq-header {
    width: 100%;
    padding: 22px 30px;
    background: none;
    border: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    text-align: left;
    transition: background 0.3s ease;
}

.faq-header.active {
    background: #F8FAFF; /* Soft highlight for open items */
}

.faq-question {
    font-family: 'Aileron', sans-serif;
    font-weight: 500; /* Aileron Bold */
    font-size: 1.1rem;
    color: #0F192D;
    padding-right: 20px;
}

.faq-icon {
    font-size: 1.5rem;
    color: rgb(119, 137, 242);;
    font-weight: 300;
}

.faq-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
}

.faq-content-inner {
    padding: 0 30px 25px 30px;
    font-family: 'Aileron', sans-serif;
    font-weight: 400;
    color: #4A5568;
    line-height: 1.6;
    font-size: 1rem;
}

.faq-content-inner ul {
    padding-left: 20px;
    margin-top: 10px;
}

.faq-content-inner li {
    margin-bottom: 8px;
}

@media (max-width: 768px) {
    .faq-title { font-size: 26px; }
    .faq-question { font-size: 1rem; }
}

.live-batch-section {
    background-color: #0F192D; /* Requested Dark BG */
    padding: 50px 0;
    color: #ffffff;
    /*box-shadow: 0 20px 40px rgba(15, 25, 45, 0.15);*/
    border-radius: 24px;
}

.live-batch-title {
    font-family: 'Playfair Display', serif; /* Brand Heading */
    font-size: 3.5rem;
    font-weight: 700;
    margin-bottom: 20px;
}

.live-batch-title span {
    font-style: italic; /* Brand Signature Style */
    color: #00E3B8; /* Mint Green Accent */
    font-weight: 400;
}

.live-batch-subtitle {
    font-family: 'Aileron', sans-serif;
    font-size: 1.2rem;
    max-width: 700px;
    margin: 0 auto 40px;
    padding: 0px 10px;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.6;
}

.live-card {
    background: rgba(255, 255, 255, 0.03); /* Glassmorphism effect */
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 40px 30px;
    border-radius: 20px; /* Modern Rounded Edges */
    height: 100%;
    transition: all 0.3s ease;
}

.live-card:hover {
    background: rgba(255, 255, 255, 0.06);
    transform: translateY(-5px);
    border-color: rgba(0, 227, 184, 0.3);
}

.live-card-icon {
    background: rgba(0, 227, 184, 0.1);
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    margin-bottom: 25px;
}

.live-card h3 {
    font-family: 'Aileron', sans-serif; /* Requested Content Font */
    font-weight: 500; /* Bold weight */
    font-size: 1.4rem;
    margin-bottom: 15px;
    color: #ffffff;
}

.live-card p {
    font-family: 'Aileron', sans-serif;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.7);
    margin: 0;
}

.payment-card {
    background: rgba(0, 227, 184, 0.05); /* Highlighted payment card */
    border: 1px dashed rgba(0, 227, 184, 0.4);
}

@media (max-width: 768px) {
    .live-batch-title { font-size: 2.2rem; }
}


/* Sticky Wrapper - Desktop Bottom Space */
.maw-sticky-wrapper {
    position: fixed;
    bottom: 30px; 
    left: 0;
    right: 0;
    z-index: 9999;
    display: flex;
    justify-content: center;
    padding: 0 20px;
    pointer-events: none;
}

.maw-sticky-container {
    position: relative;
    width: 100%;
    max-width: 600px;
    pointer-events: auto;
}

/* Price Badge */
.maw-price-badge {
    position: absolute;
    top: -18px;
    left: 50%;
    transform: translateX(-50%);
    background: #2563eb;
    color: #fff;
    padding: 3px 15px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 700;
    white-space: nowrap;
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
}

/* Main Dark Bar */
.maw-sticky-bar {
    background: #0a1628;
    border-radius: 100px;
    padding: 8px 10px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    border: 1px solid rgba(255,255,255,0.1);
    box-shadow: 0 10px 40px rgba(0,0,0,0.5);
}

.maw-nav-links {
    display: flex;
    gap: 25px;
    padding-left: 20px;
}

.maw-nav-item {
    color: #ffffff !important;
    text-decoration: none !important;
    font-size: 15px;
    font-weight: 600;
    transition: color 0.3s;
}

/* Enroll Now Button - Brand Color #62F0AB */
.maw-enroll-button {
    background: #62F0AB !important;
    color: #0a1628 !important;
    text-decoration: none !important;
    padding: 10px 40px;
    border-radius: 100px;
    font-weight: 800;
    font-size: 16px;
    display: inline-block;
    transition: transform 0.2s ease;
    text-transform: uppercase;
}

.maw-enroll-button:hover {
    transform: scale(1.03);
}

/* --- MOBILE RESPONSIVE LOGIC --- */
@media (max-width: 767px) {
    .maw-sticky-wrapper {
        bottom: 15px; /* Less space on mobile */
    }

    /* Hide FAQ on mobile to keep space for Benefits & Curriculum */
    .faq-link {
        display: none !important;
    }

    .maw-nav-links {
        gap: 15px;
        padding-left: 10px;
    }

    .maw-nav-item {
        font-size: 13px;
    }

    .maw-enroll-button {
        padding: 8px 20px;
        font-size: 14px;
    }

    .maw-price-badge {
        font-size: 10px;
        top: -15px;
    }
}