.elementor-95702 .elementor-element.elementor-element-d8cd22b{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}/* Start custom CSS for text-editor, class: .elementor-element-bc65130 */.entry-content, .site-content, .content-area {
    max-width: 100% !important;
    width: 100% !important;
}

/* ===================== OnePlan Migration landing page styles ===================== */

/* Global font family: Franklin Gothic Medium for all headings, Franklin Gothic
   Book for all body/description text, across every section on this page. */
.oneplan-nav, .oneplan-hero, .oneplan-trusted-section,
.oneplan-timeline-section, .oneplan-compare-section, .oneplan-why-moving-section,
.oneplan-features-section, .oneplan-advaiya-section, .oneplan-logos-section,
.oneplan-faq-section, .oneplan-expert-strip, .oneplan-assessment-section,
.oneplan-footer {
    font-family: 'Franklin Gothic Book', Arial, sans-serif;
}
.oneplan-nav h1, .oneplan-nav h2, .oneplan-nav h3, .oneplan-nav h4, .oneplan-nav h5, .oneplan-nav h6,
.oneplan-hero h1, .oneplan-hero h2, .oneplan-hero h3, .oneplan-hero h4, .oneplan-hero h5, .oneplan-hero h6,
.oneplan-trusted-section h1, .oneplan-trusted-section h2, .oneplan-trusted-section h3,
.oneplan-timeline-section h1, .oneplan-timeline-section h2, .oneplan-timeline-section h3, .oneplan-timeline-section h4,
.oneplan-compare-section h1, .oneplan-compare-section h2, .oneplan-compare-section h3,
.oneplan-why-moving-section h1, .oneplan-why-moving-section h2, .oneplan-why-moving-section h3, .oneplan-why-moving-section h4, .oneplan-why-moving-section h5,
.oneplan-features-section h1, .oneplan-features-section h2, .oneplan-features-section h3, .oneplan-features-section h4, .oneplan-features-section h5,
.oneplan-advaiya-section h1, .oneplan-advaiya-section h2, .oneplan-advaiya-section h3, .oneplan-advaiya-section h4, .oneplan-advaiya-section h5,
.oneplan-logos-section h1, .oneplan-logos-section h2, .oneplan-logos-section h3,
.oneplan-faq-section h1, .oneplan-faq-section h2, .oneplan-faq-section h3,
.oneplan-expert-strip h1, .oneplan-expert-strip h2, .oneplan-expert-strip h3,
.oneplan-assessment-section h1, .oneplan-assessment-section h2, .oneplan-assessment-section h3, .oneplan-assessment-section h4, .oneplan-assessment-section h5,
.oneplan-footer h1, .oneplan-footer h2, .oneplan-footer h3, .oneplan-footer h4, .oneplan-footer h5, .oneplan-footer h6,
.oneplan-nav-title, .oneplan-nav-cta,
.OneplanHeroHeading, .OneplanHeadingLight, .OneplanHeadingDark,
.timeline-title, .oneplan-timeline-btn,
.oneplan-assessment-heading, .oneplan-assessment-submit,
.oneplan-col-header-onplan {
    font-family: 'Franklin Gothic Medium', Arial, sans-serif;
}

/* Hero */
.oneplan-hero {
    background-color: #ffffff;
    padding: 70px 0;
}
.OneplanHeroHeading { font-size: 2.6rem; line-height: 1.25; color: #111111; }
.oneplan-hero-red { color: #D7233B; }
.OneplanHeroDescription { font-size: 1.15rem; color: #555555; max-width: 560px; }
.oneplan-trusted-row { justify-content: space-between; }
.oneplan-trusted-text { color: #555555; font-size: 0.95rem; max-width: 220px; }
.oneplan-btn-sharp { border-radius: 0 !important; }
.oneplan-logo-strip { gap: 30px; }
.oneplan-client-logo { height: 28px; opacity: 0.85; }

/* Timeline section */
.oneplan-timeline-section {
    background-color: #141414;
}
.OneplanHeadingLight { font-size: 2.2rem; }
.OneplanTimelineIntro { max-width: 600px; font-size: 1.05rem; }

.oneplan-timeline-clock {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background-color: #242424;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.timeline-scroll-wrapper {
    position: relative;
    height: 160vh;
}
.timeline-sticky-stage {
    position: sticky;
    top: 0;
    height: 70vh;
    max-height: 550px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.timeline-center-line {
    position: absolute;
    left: 50%;
    top: 12%;
    bottom: 12%;
    width: 2px;
    background-color: rgba(255,255,255,0.15);
    transform: translateX(-50%);
}
.timeline-ball {
    position: absolute;
    left: 50%;
    top: 20%;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: #D7233B;
    box-shadow: 0 0 0 8px rgba(215, 35, 59, 0.2);
    transform: translate(-50%, -50%);
    transition: top 0.5s ease;
    z-index: 2;
}

.timeline-stage-content,
.timeline-stage-tag {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 38%;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s ease;
}
.timeline-stage-content.active,
.timeline-stage-tag.active {
    opacity: 1;
    visibility: visible;
}
.timeline-side-left { right: 54%; text-align: right; }
.timeline-side-right { left: 54%; text-align: left; }

.timeline-date {
    color: rgba(255,255,255,0.5);
    font-size: 0.8rem;
    letter-spacing: 1px;
    margin-bottom: 6px;
}
.timeline-title { color: #ffffff; font-weight: 700; margin-bottom: 10px; }
.timeline-desc { color: rgba(255,255,255,0.65); margin-bottom: 0; }
.timeline-tag {
    display: inline-block;
    padding: 6px 16px;
    border-radius: 4px;
    font-size: 0.85rem;
    font-weight: 600;
}
.timeline-tag-neutral {
    background-color: rgba(255,255,255,0.08);
    color: #ffffff;
    transition: background-color 0.4s ease;
}
.timeline-tag-critical { background-color: #D7233B; color: #ffffff; }
.timeline-stage-tag.active .timeline-tag-neutral {
    background-color: #D7233B;
}

.oneplan-timeline-btn {
    background-color: #ffffff;
    color: #DA2037;
    font-weight: 700;
    padding: 12px 40px;
    border-radius: 0;
}
.oneplan-timeline-btn:hover { background-color: #f0f0f0; color: #141414; }

@media (max-width: 768px) {
    .timeline-scroll-wrapper { height: 130vh; }
    .timeline-sticky-stage { height: 45vh; max-height: 340px; padding: 0; }
    .timeline-center-line { left: 20px; }
    .timeline-ball { left: 20px; }
    .timeline-stage-content {
        width: calc(100% - 55px);
        left: 45px;
        right: auto;
        text-align: left;
        top: 40%;
    }
    .timeline-stage-tag {
        width: calc(100% - 55px);
        left: 45px;
        right: auto;
        text-align: left;
        top: 80%;
    }
}

/* Compare table */
.oneplan-compare-section { background-color: #f5f5f5; }
.oneplan-compare-card {
    background-color: #ffffff;
    border-radius: 14px;
    box-shadow: 0 15px 40px rgba(0,0,0,0.08);
    overflow: hidden;
}

.oneplan-compare-table th, .oneplan-compare-table td { padding: 18px 24px; }
.oneplan-compare-table thead th {
    border-bottom: 1px solid #eeeeee;
    font-weight: 500;
    font-size: 0.8rem;
    color: #888888;
    text-transform: none;
}
.oneplan-compare-table thead th.text-start { color: #888888; }
.oneplan-col-header-onplan {
    color: #D7233B !important;
    font-weight: 700 !important;
    border-bottom: 2px solid #D7233B !important;
}
.oneplan-compare-table > :not(caption) > * > * { border-top: none; box-shadow: none; }
.oneplan-compare-table tbody td { border-bottom: 1px solid #e8e8e8; }
.oneplan-compare-table tbody tr:last-child td { border-bottom: none; }
.oneplan-compare-table td.text-start { color: #333333; font-weight: 400; }
.oneplan-col-highlight { background-color: #fbe9eb; }
td.text-center.oneplan-col-highlight{ background-color: #DA20370D;}
th.text-center.oneplan-col-highlight.oneplan-col-header-onplan{ background-color: #DA20370D;}

.oneplan-mark { font-weight: 700; font-size: 0.95rem; }
.oneplan-mark-tick-light { color: rgba(215, 35, 59, 0.35); }
.oneplan-mark-tick-grey { color: #999999; }
.oneplan-mark-tick-red { color: #D7233B; }
.oneplan-mark-dash-light { color: #cccccc; }
.oneplan-mark-dash-dark { color: #999999; }


.oneplan-mark-circle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background-color: #D7233B;
    color: #ffffff;
    font-size: 0.75rem;
    font-weight: 700;
}

.oneplan-legend { font-size: 0.7rem; }
.oneplan-link-cta { color: #D7233B; font-weight: 700; text-decoration: none; }

/* Why PMOs moving now */
.oneplan-why-moving-section { background-color: #F3F3F4; }
.oneplan-reason-card {
    background-color: #ffffff;
    border-radius: 10px;
    padding: 25px 20px;
    height: 100%;
    text-align: left;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
}
.oneplan-reason-icon { display: block; }
.oneplan-reason-card p { color: #777777; font-size: 0.9rem; }

/* Why OnePlan features */
.oneplan-features-section { background-color: #ffffff; }
.oneplan-feature-card { padding: 10px; text-align: left; }
.oneplan-feature-icon-box {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    background-color: #f5eef0;
    border-radius: 10px;
}
.oneplan-feature-icon { width: 26px; height: 26px; }

/* Why Advaiya (Care/Context/Competence) */
.oneplan-advaiya-section { background-color: #1A1A1A; }
.oneplan-ccc-card {
    text-align: left;
    color: #ffffff;
    background-color: #FFFFFF1A;
    border-radius: 12px;
    padding: 30px 25px;
    height: 100%;
    box-shadow: 0 10px 25px rgba(0,0,0,0.3);
}
.oneplan-ccc-card p { color: rgba(255,255,255,0.65); font-size: 0.95rem; }
.oneplan-ccc-icon {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 20px;
}

/* Client logos */
.oneplan-logo-strip-large { gap: 50px; }
.oneplan-client-logo-large { height: 36px; opacity: 0.8; }

/* FAQ */
.oneplan-faq-section { background-color: #F9F9F9; }
.oneplan-faq-inner { max-width: 770px; margin: 0 auto; }
.oneplan-accordion .accordion-item {
    border: none;
    border-radius: 10px !important;
    margin-top: 0 !important;
    margin-bottom: 16px !important;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
    overflow: hidden;
}
.oneplan-accordion .accordion-item:last-child { margin-bottom: 0 !important; }
.oneplan-accordion .accordion-button {
    background-color: #ffffff;
    color: #111111;
    font-weight: 500;
    padding: 20px 24px;
    box-shadow: none !important;
}
.oneplan-accordion .accordion-button::after {
    content: "+";
    background-image: none !important;
    font-size: 1.4rem;
    line-height: 1;
    color: #D7233B;
    font-weight: 700;
    width: auto;
    height: auto;
}
.oneplan-accordion .accordion-button:not(.collapsed) {
    background-color: #ffffff;
    color: #111111;
}
.oneplan-accordion .accordion-button:not(.collapsed)::after {
    content: "\2212";
}


/* Assessment form */
.oneplan-assessment-section { background-color: #DA2037; }
.oneplan-assessment-card {
    background-color: #ffffff;
    border-radius: 20px;
    padding: 60px;
    box-shadow: 0 20px 50px rgba(0,0,0,0.15);
}
.oneplan-assessment-heading { color: #111111; font-size: 2rem; }
.oneplan-assessment-desc { color: #777777; }
.oneplan-assessment-list { list-style: disc; padding-left: 20px; }
.oneplan-assessment-list li { color: #111111; font-weight: 700; margin-bottom: 14px; }
.oneplan-assessment-form .form-control,
.oneplan-assessment-form .form-select {
    border: 1px solid #dddddd;
    border-radius: 6px;
    padding: 12px 16px;
    font-size: 0.95rem;
}
.oneplan-assessment-form .form-control::placeholder { color: #999999; }
.oneplan-assessment-submit {
    background-color: #111111;
    color: #ffffff;
    font-weight: 700;
    padding: 14px 0;
    width: 100%;
    border-radius: 6px;
}
.oneplan-assessment-submit:hover { background-color: #000000; color: #ffffff; }


/* Responsive */
@media (max-width: 768px) {
    .OneplanHeroHeading { font-size: 1.9rem; }
    .timeline-wrapper { padding-left: 25px; }
    .timeline-line, .timeline-line-fill { left: 25px; }
    .timeline-item { padding-left: 35px; }
    .timeline-dot { left: -9px; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-afd2060 *//* ===================== OnePlan Migration landing page styles ===================== */

.oneplan-page-wrap div.row {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 0px !important;
    margin-bottom: 0 !important;
}
.oneplan-page-wrap div[class*="col-"] {
    position: relative !important;
    width: 100% !important;
    padding-right: 15px !important;
    padding-left: 15px !important;
    box-sizing: border-box !important;
    gap: 0 !important;
}
@media (min-width: 576px) {
    .oneplan-page-wrap div.col-sm-6 { flex: 0 0 auto !important; width: 50% !important; }
}
@media (min-width: 768px) {
    .oneplan-page-wrap div.col-md-3 { flex: 0 0 auto !important; width: 25% !important; }
    .oneplan-page-wrap div.col-md-4 { flex: 0 0 auto !important; width: 33.3333% !important; }
}
@media (min-width: 992px) {
    .oneplan-page-wrap div.col-lg-5 { flex: 0 0 auto !important; width: 41.6667% !important; }
    .oneplan-page-wrap div.col-lg-7 { flex: 0 0 auto !important; width: 58.3333% !important; }
}

/* Global font family: Franklin Gothic Medium for all headings, Franklin Gothic
   Book for all body/description text, across every section on this page. */
.oneplan-nav, .oneplan-hero, .oneplan-trusted-section,
.oneplan-timeline-section, .oneplan-compare-section, .oneplan-why-moving-section,
.oneplan-features-section, .oneplan-advaiya-section, .oneplan-logos-section,
.oneplan-faq-section, .oneplan-expert-strip, .oneplan-assessment-section,
.oneplan-footer {
    font-family: 'Franklin Gothic Book', Arial, sans-serif;
}
.oneplan-nav h1, .oneplan-nav h2, .oneplan-nav h3, .oneplan-nav h4, .oneplan-nav h5, .oneplan-nav h6,
.oneplan-hero h1, .oneplan-hero h2, .oneplan-hero h3, .oneplan-hero h4, .oneplan-hero h5, .oneplan-hero h6,
.oneplan-trusted-section h1, .oneplan-trusted-section h2, .oneplan-trusted-section h3,
.oneplan-timeline-section h1, .oneplan-timeline-section h2, .oneplan-timeline-section h3, .oneplan-timeline-section h4,
.oneplan-compare-section h1, .oneplan-compare-section h2, .oneplan-compare-section h3,
.oneplan-why-moving-section h1, .oneplan-why-moving-section h2, .oneplan-why-moving-section h3, .oneplan-why-moving-section h4, .oneplan-why-moving-section h5,
.oneplan-features-section h1, .oneplan-features-section h2, .oneplan-features-section h3, .oneplan-features-section h4, .oneplan-features-section h5,
.oneplan-advaiya-section h1, .oneplan-advaiya-section h2, .oneplan-advaiya-section h3, .oneplan-advaiya-section h4, .oneplan-advaiya-section h5,
.oneplan-logos-section h1, .oneplan-logos-section h2, .oneplan-logos-section h3,
.oneplan-faq-section h1, .oneplan-faq-section h2, .oneplan-faq-section h3,
.oneplan-expert-strip h1, .oneplan-expert-strip h2, .oneplan-expert-strip h3,
.oneplan-assessment-section h1, .oneplan-assessment-section h2, .oneplan-assessment-section h3, .oneplan-assessment-section h4, .oneplan-assessment-section h5,
.oneplan-footer h1, .oneplan-footer h2, .oneplan-footer h3, .oneplan-footer h4, .oneplan-footer h5, .oneplan-footer h6,
.oneplan-nav-title, .oneplan-nav-cta,
.OneplanHeroHeading, .OneplanHeadingLight, .OneplanHeadingDark,
.timeline-title, .oneplan-timeline-btn,
.oneplan-assessment-heading, .oneplan-assessment-submit,
.oneplan-col-header-onplan {
    font-family: 'Franklin Gothic Medium', Arial, sans-serif;
}

/* Hero */
.oneplan-hero {
    background-color: #ffffff;
    padding: 60px 0;
}
.OneplanHeroHeading { font-size: 2.6rem; line-height: 1.25; color: #111111; }
.oneplan-hero-red { color: #D7233B; }
.OneplanHeroDescription { font-size: 1.15rem; color: #555555; max-width: 560px; }

.oneplan-trusted-row {
    display: flex;
    align-items: center;
    gap: 20px;
}
.oneplan-trusted-text {
    color: #555555;
    font-size: 0.95rem;
    white-space: nowrap;
    flex-shrink: 0;
}
.oneplan-btn-sharp { border-radius: 0 !important; }
.oneplan-logo-marquee {
    overflow: hidden;
    flex: 1 1 auto;
	max-width:740px;
    min-width: 0;
    -webkit-mask-image: linear-gradient(to right, transparent, black 8%, black 92%, transparent);
    mask-image: linear-gradient(to right, transparent, black 8%, black 92%, transparent);
}
.oneplan-logo-track {
    display: flex;
    align-items: center;
    gap: 40px;
    width: max-content;
    animation: oneplan-marquee-scroll 25s linear infinite;
}
.oneplan-logo-track .oneplan-client-logo {
    height: 28px;
    width: auto;
    object-fit: contain;
    opacity: 0.85;
    flex-shrink: 0;
}
@keyframes oneplan-marquee-scroll {
    from { transform: translateX(0); }
    to { transform: translateX(-50%); }
}

/* Timeline section */
.oneplan-timeline-section {
    background-color: #141414;
}
.OneplanHeadingLight { font-size: 2.2rem; }
.OneplanTimelineIntro { max-width: 600px; font-size: 1.05rem; }

.oneplan-timeline-clock {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background-color: #242424;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.timeline-stage {
    position: relative;
    height: 420px;
    max-width: 900px;
    margin: 0 auto;
    overflow: hidden;
}

.timeline-center-line {
    position: absolute;
    left: 50%;
    top: 12%;
    bottom: 12%;
    width: 2px;
    background-color: rgba(255,255,255,0.15);
    transform: translateX(-50%);
}
.timeline-ball {
    position: absolute;
    left: 50%;
    top: 20%;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: #D7233B;
    box-shadow: 0 0 0 8px rgba(215, 35, 59, 0.2);
    transform: translate(-50%, -50%);
    transition: top 0.5s ease;
    z-index: 2;
}

.timeline-stage-content,
.timeline-stage-tag {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 38%;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s ease;
}
.timeline-stage-content.active,
.timeline-stage-tag.active {
    opacity: 1;
    visibility: visible;
}
.timeline-side-left { right: 54%; text-align: right; }
.timeline-side-right { left: 54%; text-align: left; }

.timeline-date {
    color: rgba(255,255,255,0.5);
    font-size: 0.8rem;
    letter-spacing: 1px;
    margin-bottom: 6px;
}
.timeline-title { color: #ffffff; font-weight: 700; margin-bottom: 10px; }
.timeline-desc { color: rgba(255,255,255,0.65); margin-bottom: 0; }
.timeline-tag {
    display: inline-block;
    padding: 6px 16px;
    border-radius: 4px;
    font-size: 0.85rem;
    font-weight: 600;
}
.timeline-tag-neutral {
    background-color: rgba(255,255,255,0.08);
    color: #ffffff;
    transition: background-color 0.4s ease;
}
.timeline-tag-critical { background-color: #D7233B; color: #ffffff; }
.timeline-stage-tag.active .timeline-tag-neutral {
    background-color: #D7233B;
}

.oneplan-page-wrap a.oneplan-timeline-btn {
    background-color: #ffffff !important;
    color: #DA2037 !important;
    font-weight: 700 !important;
    padding: 12px 40px !important;
    border-radius: 0px !important;
    text-decoration: none !important;
    display: inline-block !important;
    border: none !important;
}
.oneplan-page-wrap a.oneplan-timeline-btn:hover {
    background-color: #f0f0f0 !important;
    color: #141414 !important;
}

@media (max-width: 768px) {
	
	.oneplan-trusted-row {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }
    .oneplan-trusted-text {
        white-space: normal;
    }
    .oneplan-logo-marquee {
        width: 100%;
    }
    .oneplan-logo-track {
        gap: 28px;
    }
    .oneplan-logo-track .oneplan-client-logo {
        height: 24px;
    }
	
    .timeline-stage {
        height: auto;
        max-width: 100%;
        padding-left: 45px;
    }
    .timeline-center-line { left: 20px; top: 10px; bottom: 10px; }
    .timeline-ball { display: none; }
    .timeline-stage-content,
    .timeline-stage-tag {
        position: static;
        display: block;
        width: 100%;
        opacity: 1 !important;
        visibility: visible !important;
        transform: none;
        text-align: left;
        margin-bottom: 20px;
    }
    .timeline-stage-tag { margin-bottom: 40px; }
    .timeline-stage-tag .timeline-tag-neutral,
    .timeline-stage-tag .timeline-tag-critical {
        background-color: #D7233B !important;
    }
}

/* Compare table */
.oneplan-page-wrap .oneplan-client-logo {
    height: 28px !important;
    width: auto !important;
    max-width: none !important;
    opacity: 0.85 !important;
    display: inline-block !important;
    margin: 0 !important;
    border: none !important;
}
.oneplan-page-wrap .oneplan-trusted-row {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
}
.oneplan-page-wrap a.oneplan-btn-sharp.btn-danger {
    background-color: #D7233B !important;
    border-color: #D7233B !important;
    border-radius: 0 !important;
    color: #ffffff !important;
    display: inline-block !important;
}


/* Compare table */
.oneplan-compare-section { background-color: #f5f5f5; }
.oneplan-compare-card {
    background-color: #ffffff;
    border-radius: 14px;
    box-shadow: 0 15px 40px rgba(0,0,0,0.08);
    overflow: hidden;
}

.oneplan-compare-table th, .oneplan-compare-table td { padding: 18px 24px; }
.oneplan-compare-table thead th {
    border-bottom: 1px solid #eeeeee;
    font-weight: 500;
    font-size: 0.8rem;
    color: #888888;
    text-transform: none;
}
.oneplan-compare-table thead th.text-start { color: #888888; }
.oneplan-col-header-onplan {
    color: #D7233B !important;
    font-weight: 700 !important;
    border-bottom: 2px solid #D7233B !important;
}
.oneplan-compare-table > :not(caption) > * > * { border-top: none; box-shadow: none; }
.oneplan-compare-table tbody td { border-bottom: 1px solid #e8e8e8; }
.oneplan-compare-table tbody tr:last-child td { border-bottom: none; }
.oneplan-compare-table td.text-start { color: #333333; font-weight: 400; }
.oneplan-col-highlight { background-color: #fbe9eb; }
td.text-center.oneplan-col-highlight{ background-color: #DA20370D;}
th.text-center.oneplan-col-highlight.oneplan-col-header-onplan{ background-color: #DA20370D;}

.oneplan-mark { font-weight: 700; font-size: 0.95rem; }
.oneplan-mark-tick-light { color: rgb(0 0 0 / 35%); }
.oneplan-mark-tick-grey { color: #999999; }
.oneplan-mark-tick-red { color: #D7233B; }
.oneplan-mark-dash-light { color: #cccccc; }
.oneplan-mark-dash-dark { color: #999999; }


.oneplan-mark-circle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background-color: #D7233B;
    color: #ffffff;
    font-size: 0.75rem;
    font-weight: 700;
}

.oneplan-legend { font-size: 0.9rem; }
.oneplan-link-cta { color: #D7233B; font-weight: 700; text-decoration: none; }


.oneplan-th-icon {
    width: 25px;
    height: 25px;
    vertical-align: middle;
    margin-right: 6px;
    display: inline-block;
}

/* Why PMOs moving now */
.oneplan-why-moving-section { background-color: #F3F3F4; }
.oneplan-reason-card {
    background-color: #ffffff;
    border-radius: 10px;
    padding: 25px 20px;
    height: 100%;
    text-align: left;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
}
.oneplan-reason-icon { display: block; }
.oneplan-reason-card p { color: #777777; font-size: 0.9rem; }

.oneplan-reason-card {
    background-color: #ffffff;
    border-radius: 10px;
    padding: 25px 20px;
    height: 100%;
    text-align: left;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
    border: 1px solid transparent;
    transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}
.oneplan-reason-card:hover {
    transform: translateY(-6px);
    border-color: #D7233B;
    box-shadow: 0 15px 30px rgba(0,0,0,0.12);
}
.oneplan-reason-icon { display: block; }
.oneplan-reason-card p { color: #777777; font-size: 0.9rem; }

/* Why OnePlan features */
.oneplan-features-section { background-color: #ffffff; }
.oneplan-feature-card { padding: 10px; text-align: left; }
.oneplan-feature-icon-box {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    background-color: #f5eef0;
    border-radius: 10px;
}
.oneplan-feature-icon { width: 26px; height: 26px; }

/* Why Advaiya (Care/Context/Competence) */
.oneplan-advaiya-section { background-color: #1A1A1A; }
.oneplan-ccc-card {
    text-align: left;
    color: #ffffff;
    background-color: #FFFFFF1A;
    border-radius: 12px;
    padding: 30px 25px;
    height: 100%;
    box-shadow: 0 10px 25px rgba(0,0,0,0.3);
}
.oneplan-ccc-card p { color: rgba(255,255,255,0.65); font-size: 0.95rem; }
.oneplan-ccc-icon {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 20px;
}

.oneplan-ccc-card {
    text-align: left;
    color: #ffffff;
    background-color: #FFFFFF1A;
    border-radius: 12px;
    padding: 30px 25px;
    height: 100%;
    box-shadow: 0 10px 25px rgba(0,0,0,0.3);
    border: 1px solid transparent;
    transition: transform 0.3s ease, background-color 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}
.oneplan-ccc-card:hover {
    transform: translateY(-6px);
    background-color: #FFFFFF29;
    border-color: #D7233B;
    box-shadow: 0 15px 35px rgba(0,0,0,0.4);
}
.oneplan-ccc-card p { color: rgba(255,255,255,0.65); font-size: 0.95rem; }

/* Client logos */
.oneplan-logo-strip-large { gap: 50px; }
.oneplan-client-logo-large { height: 28px; opacity: 0.8; }

/* FAQ */
.oneplan-faq-section { background-color: #F9F9F9; }
.oneplan-faq-inner { max-width: 770px; margin: 0 auto; }
.oneplan-accordion .accordion-item {
    border: none;
    border-radius: 10px !important;
    margin-top: 0 !important;
    margin-bottom: 16px !important;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
    overflow: hidden;
}
.oneplan-accordion .accordion-item:last-child { margin-bottom: 0 !important; }
.oneplan-accordion .accordion-button {
    background-color: #ffffff;
    color: #111111;
    font-weight: 500;
    padding: 20px 24px;
    box-shadow: none !important;
}
.oneplan-accordion .accordion-button::after {
    content: "+";
    background-image: none !important;
    font-size: 1.4rem;
    line-height: 1;
    color: #D7233B;
    font-weight: 700;
    width: auto;
    height: auto;
}
.oneplan-accordion .accordion-button:not(.collapsed) {
    background-color: #ffffff;
    color: #111111;
}
.oneplan-accordion .accordion-button:not(.collapsed)::after {
    content: "\2212";
}

/* Assessment form */

.oneplan-page-wrap .oneplan-accordion .accordion-item {
    border: none !important;
    background-color: #ffffff !important;
    border-radius: 10px !important;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05) !important;
}
.oneplan-page-wrap .oneplan-accordion .accordion-button {
    background-color: #ffffff !important;
    color: #111111 !important;
    font-weight: 500 !important;
    padding: 20px 24px !important;
    box-shadow: none !important;
    border: none !important;
    width: 100% !important;
    text-align: left !important;
}
.oneplan-page-wrap .oneplan-accordion .accordion-button::after {
    content: "+" !important;
    background-image: none !important;
    font-size: 1.4rem !important;
    color: #D7233B !important;
    font-weight: 700 !important;
}
.oneplan-page-wrap .oneplan-accordion .accordion-button:not(.collapsed)::after {
    content: "\2212" !important;
}
.oneplan-page-wrap .oneplan-accordion .accordion-body {
    padding: 0 24px 20px 24px !important;
    color: #555555 !important;
}

/* Assessment form */
.oneplan-assessment-section { background-color: #DA2037; }
.oneplan-assessment-card {
    background-color: #ffffff;
    border-radius: 20px;
    padding: 60px;
    box-shadow: 0 20px 50px rgba(0,0,0,0.15);
}
.oneplan-assessment-heading { color: #111111; font-size: 2rem; }
.oneplan-assessment-desc { color: #777777; }
.oneplan-assessment-list { list-style: disc; padding-left: 20px; }
.oneplan-assessment-list li { color: #111111; font-weight: 700; margin-bottom: 14px; }
.oneplan-assessment-form .form-control,
.oneplan-assessment-form .form-select {
    border: 1px solid #dddddd;
    border-radius: 6px;
    padding: 12px 16px;
    font-size: 0.95rem;
}
.oneplan-assessment-form .form-control::placeholder { color: #999999; }
.oneplan-assessment-submit {
    background-color: #111111;
    color: #ffffff;
    font-weight: 700;
    padding: 14px 0;
    width: 100%;
    border-radius: 6px;
}
.oneplan-assessment-submit:hover { background-color: #000000; color: #ffffff; }


/* Responsive */
@media (max-width: 768px) {
    .OneplanHeroHeading { font-size: 1.9rem; }
    .timeline-wrapper { padding-left: 25px; }
    .timeline-line, .timeline-line-fill { left: 25px; }
    .timeline-item { padding-left: 35px; }
    .timeline-dot { left: -9px; }
}

html {
    scroll-behavior: smooth;
}
#book-assessment {
    scroll-margin-top: 100px; /* adjust to roughly your sticky nav's height, so the section isn't hidden behind it after scrolling */
}/* End custom CSS */