/*
----------------------------------------------------------------------------
Copyright (c) Microsoft Corporation.
Licensed under the MIT license.
----------------------------------------------------------------------------
*/

/* Banner testimonial — inline between body and buttons */
.banner-testimonial {
	border-top: 1px solid rgba(255,255,255,0.25);
	border-bottom: 1px solid rgba(255,255,255,0.25);
	padding: 1.25rem 0;
	margin: 1.25rem 0;
}

.banner-testimonial blockquote {
	font-style: italic;
	font-size: 0.9rem;
	line-height: 1.75;
	color: inherit;
	margin: 0.5rem 0 0.4rem;
	border: none;
	padding: 0;
}

.banner-testimonial cite {
	font-size: 0.8rem;
	opacity: 0.75;
	font-style: normal;
}

/* Testimonial entrance animation */
.testimonial-animate .testimonial-quote-icon,
.testimonial-animate blockquote,
.testimonial-animate cite {
	opacity: 0;
}
.testimonial-animate.testimonial-in .testimonial-quote-icon {
	animation: testimonial-icon-in 0.5s ease forwards;
}
.testimonial-animate.testimonial-in blockquote {
	animation: testimonial-fade-up 0.7s ease forwards;
	animation-delay: 0.3s;
}
.testimonial-animate.testimonial-in cite {
	animation: testimonial-fade-up 0.5s ease forwards;
	animation-delay: 0.75s;
}
@keyframes testimonial-icon-in {
	from { opacity: 0; transform: scale(0.4); }
	to   { opacity: 1; transform: scale(1); }
}
@keyframes testimonial-fade-up {
	from { opacity: 0; transform: translateY(18px); }
	to   { opacity: 1; transform: translateY(0); }
}

/* Primary button hover — override theme's pink with a darker green */
.button.primary:hover,
button.primary:hover,
input[type="submit"].primary:hover {
	background-color: #0f3d1f !important;
}

.button-container {
    padding-top: 2.31vh;
}

.config-container {
    font-size: 1.85vh;
    padding-bottom: 0.93vh;
    padding-top: 0.93vh;
}

.custom-control-label {
    cursor: pointer;
}

.custom-radio .custom-control-input:checked~.custom-control-label {
    font-weight: bold;
}

.custom-radio .custom-control-input:checked~.custom-control-label::before, .custom-radio .custom-control-input:checked~.custom-control-label::after {
    background-color: #2A22F0;
    border-radius: 50%;
}

.custom-radio .custom-control-label::before, .custom-radio .custom-control-label::after {
    top: 0.65vh;
    height: 1.5vh;
    width: 1.5vh;
}

.dashboard-container {
    background-color: #EAEAEA;
    height: calc(74vw * 0.5625); /* 16:9 aspect ratio */
    max-height: 75vh;
    padding: 0;
    visibility: hidden;
}

.dashboard-display-text {
    color: #6E6E6E;
    font: 3.7vh "segoe ui light", arial, sans-serif;
    left: 50%;
    margin: auto;
    text-align: center;
    top: 50%;
    transform: translate(-50%, -50%);
    width: auto;
}

.dashboard-wrapper {
    background-color: #EAEAEA;
    height: calc(74vw * 0.5625); /* 16:9 aspect ratio */
    max-height: 75vh;
    padding: 0;
}

.heading {
    color: #2A22F0;
    font-family: 'Segoe UI Light', arial, sans-serif;
    font-size: 3.7vh;
}

.outer-div {
    padding: 2.78vh 13.05vh 4.63vh 13.05vh;
    font-size: 2.5vh;
}

.overlay {
    background-color: #FCFCFC;
    bottom: 0;
    display: block;
    height: 100%;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 2;
}

.report-display-text {
    color: #6E6E6E;
    font: 3.7vh "segoe ui light", arial, sans-serif;
    left: 50%;
    margin: auto;
    text-align: center;
    top: 50%;
    transform: translate(-50%, -50%);
    width: auto;
}

.report-container {
    height: 100vh !important; /* 16:9 aspect ratio */
    max-height: 100vh !important;
    padding: 0;
    visibility: hidden;
}

#report-container {
    height: 100vh !important; /* 16:9 aspect ratio */
    max-height: 100vh !important;
}

.report-wrapper {
    background-color: #EAEAEA;
    height: 100vh !important; /* 16:9 aspect ratio */
    max-height: 100vh !important;
    padding: 0;
}

.select-list {
    align-self: flex-end;
    border-radius: 6.17vh;
    border-color: #D3D3D3;
    font-size: 1.48vh;
    height: 3.61vh;
    padding: 0.46vh;
    padding-left: 0.92vh;
}

.select-list:focus {
    outline: none;
}

.sign-in {
    left: 50%;
    font-size: 2.28vh;
    top: 65%;
    transform: translate(-50%, -35%);
    -ms-transform: translate(-50%, -35%);
}

.signin-container {
    height: 27vh;
    left: 50%;
    padding: 4.5vh;
    position: relative;
    top: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    width: 70vh;
}

.signin-container>p {
    color: #2A22F0;
    font-family: 'Segoe UI Light', arial, sans-serif;
    font-size: 5vh;
    text-align: center;
}

.spinner {
    animation: rotation 1s infinite linear;
    left: 50%;
    top: 50%;
    width: auto;
}

.tile-container {
    height: calc(0.5625 * (100vw - 206px));  /* 16:9 aspect ratio */
    max-height: 75vh;
    padding: 0;
    visibility: hidden;
}

.tile-display-text {
    color: #6E6E6E;
    font: 3.7vh "segoe ui light", arial, sans-serif;
    left: 50%;
    margin: auto;
    text-align: center;
    top: 50%;
    transform: translate(-50%, -50%);
    width: auto;
}

.tile-wrapper {
    background-color: #EAEAEA;
    height: calc(0.5625 * 74vw);  /* 16:9 aspect ratio */
    max-height: 75vh;
    padding: 0;
}

.user-info {
    color: #2C2C2C;
    font-family: 'Segoe UI', arial, sans-serif;
    font-size: 1.85vh;
    padding-top: 2.31vh;
    text-align: right;
}

body {
    background: #FCFCFC;
    opacity: 1;
}

button {
    background-color: #2A22F0;
    border: none;
    border-radius: 3.7vh;
    color: #FFFFFF;
    cursor: pointer;
    font-size: 1.39vh;
    font-family: 'Segoe UI Semibold', arial, sans-serif;
    padding: 0.93vh 3.24vh;
    position: absolute;
    right: 0;
}

button:disabled {
    background-color: #5C5C5F;
    cursor: default;
}

button:focus {
    outline: none;
}

main {
    margin: 0 auto;
    width: 100%;
}

iframe {
    border: none;
}

.colored-bg {
    background-color: #EAEAEA;
}

.transparent-bg {
    background-color: transparent;
}

@keyframes rotation {
    from {
        transform: translate(-50%, -50%) rotate(0deg);
    }
    to {
        transform: translate(-50%, -50%) rotate(359deg);
    }
}




/* ========================================
   Blog Styles
   ======================================== */

.blog-card {
    background: white;
    padding: 2rem;
    margin-bottom: 2rem;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.blog-card h3 a {
    color: #3d4449;
    text-decoration: none;
    border-bottom: none;
}

.blog-card h3 a:hover {
    color: #175f31;
}

.blog-card-meta {
    margin-bottom: 0.75rem;
    display: flex;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
}

.blog-card-date {
    color: #7f888f;
    font-size: 0.9em;
}

.blog-tag {
    display: inline-block;
    background: #f4f4f4;
    color: #7f888f;
    padding: 0.2em 0.6em;
    border-radius: 3px;
    font-size: 0.8em;
    margin-right: 0.3em;
}

/* Blog Post Detail */
.blog-back-link {
    color: #175f31;
    font-size: 0.95em;
    border-bottom: none;
}

.blog-post-info {
    color: #7f888f;
    font-size: 0.95em;
    margin-bottom: 0.5rem;
}

.blog-post-info span {
    margin-right: 1rem;
}

.blog-post-tags {
    margin-bottom: 2rem;
}

.blog-post-content {
    line-height: 1.8;
}

.blog-post-content h3 {
    margin-top: 2rem;
    color: #3d4449;
}

.blog-post-content ul {
    margin-left: 1rem;
}

.blog-post-footer {
    text-align: center;
    padding: 2rem 0;
}

/* ========================================
   Service Model Cards
   ======================================== */

.service-model {
    background: white;
    padding: 2rem;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.service-model h3 {
    color: #3d4449;
}

.service-model h3 .icon {
    color: #175f31;
    margin-right: 0.5rem;
}

.service-model h4 {
    color: #7f888f;
    font-size: 1em;
    font-weight: normal;
    font-style: italic;
    margin-bottom: 1rem;
}

.service-model ul {
    margin-left: 1rem;
    margin-bottom: 1.5rem;
}

.service-model ul li {
    padding: 0.25rem 0;
}

/* ========================================
   Engagement Card Expand/Collapse
   ======================================== */

.engage-row {
    display: flex;
    gap: 1.5rem;
    align-items: flex-start;
}

.engage-card {
    background: white;
    border: 2px solid #e8e8e8;
    border-radius: 6px;
    padding: 2rem;
    cursor: pointer;
    flex: 1 1 50%;
    overflow: hidden;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.engage-card:hover {
    border-color: #175f31;
    box-shadow: 0 4px 15px rgba(23, 95, 49, 0.12);
}

.engage-card-expanded {
    border-color: #175f31;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    cursor: default;
}

.engage-card-header {
    text-align: center;
}

.engage-card-header .icon {
    display: block;
    font-size: 2rem;
    color: #175f31;
    margin-bottom: 0.75rem;
}

.engage-card-header h3 {
    color: #3d4449;
    margin-bottom: 0.25rem;
}

.engage-card-header h4 {
    color: #7f888f;
    font-size: 0.95em;
    font-weight: normal;
    font-style: italic;
    margin-bottom: 0;
}

.engage-card-body {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: max-height 0.5s ease, opacity 0.35s ease 0.1s, margin-top 0.4s ease;
    margin-top: 0;
}

.engage-card-expanded .engage-card-body {
    max-height: 800px;
    opacity: 1;
    margin-top: 1.5rem;
}

/* Collapsing card: fade out faster before height shrinks */
.engage-card:not(.engage-card-expanded) .engage-card-body {
    transition: opacity 0.2s ease, max-height 0.4s ease 0.15s, margin-top 0.4s ease 0.15s;
}

.engage-card-body .button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    margin: 1.5rem auto 0 auto;
    padding: 0.75rem 2.5rem;
    font-size: 1rem;
    line-height: 1;
}

/* Responsive: stack on small screens */
@media screen and (max-width: 736px) {
    .engage-row {
        flex-direction: column;
    }
}

/* ========================================
   Accordion Components
   ======================================== */

.accordion-group {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.accordion-item {
    background: white;
    border: 2px solid #e8e8e8;
    border-radius: 6px;
    overflow: hidden;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.accordion-item:hover {
    border-color: #175f31;
}

.accordion-item.accordion-open {
    border-color: #175f31;
    box-shadow: 0 4px 15px rgba(23, 95, 49, 0.1);
}

.accordion-header {
    display: flex;
    align-items: center;
    padding: 1.25rem 1.5rem;
    cursor: pointer;
    gap: 0.75rem;
    user-select: none;
}

.accordion-header .icon:first-child {
    color: #175f31;
    font-size: 1.25rem;
    flex-shrink: 0;
}

.accordion-header h3 {
    margin: 0;
    font-size: 1.1rem;
    color: #3d4449;
    flex: 1;
}

.accordion-arrow {
    font-size: 0.85rem;
    color: #7f888f;
    transition: transform 0.3s ease;
    flex-shrink: 0;
}

.accordion-open .accordion-arrow {
    transform: rotate(180deg);
}

.accordion-body {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    padding: 0 1.5rem;
    transition: max-height 0.4s ease, opacity 0.3s ease, padding 0.4s ease;
}

.accordion-open .accordion-body {
    max-height: 600px;
    opacity: 1;
    padding: 0 1.5rem 1.5rem 1.5rem;
}

.accordion-body > p {
    margin-bottom: 1.25rem;
    line-height: 1.7;
    color: #3d4449;
}

.accordion-details {
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
}

.accordion-detail-item {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    background: #f4f9f5;
    border-radius: 5px;
    padding: 0.65rem 1rem;
    border-left: 3px solid #175f31;
}

.accordion-detail-item .icon {
    color: #175f31;
    font-size: 0.8rem;
    flex-shrink: 0;
    margin-top: 0.2rem;
}

.accordion-detail-item span:last-child {
    font-size: 0.95rem;
    color: #3d4449;
    line-height: 1.5;
}

/* ========================================
   Analysis Explorer (2-column nav + detail)
   ======================================== */

.analysis-explorer {
    display: flex;
    gap: 2rem;
    align-items: flex-start;
}

.analysis-nav {
    flex: 0 0 280px;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.analysis-nav-item {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.9rem 1.25rem;
    background: white;
    border: 2px solid #e8e8e8;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.25s ease;
}

.analysis-nav-item:hover {
    border-color: #175f31;
    box-shadow: 0 2px 8px rgba(23, 95, 49, 0.1);
}

.analysis-nav-item.active {
    border-color: #175f31;
    background: #f4f9f5;
    box-shadow: 0 2px 10px rgba(23, 95, 49, 0.12);
}

.analysis-nav-item .icon {
    color: #175f31;
    font-size: 1.1rem;
    flex-shrink: 0;
}

.analysis-nav-item span:last-child {
    font-size: 0.95rem;
    color: #3d4449;
    font-weight: 500;
}

.analysis-nav-item.active span:last-child {
    font-weight: 600;
}

.analysis-detail {
    flex: 1;
    position: relative;
    min-height: 300px;
}

.analysis-panel {
    opacity: 0;
    transform: translateX(15px);
    transition: opacity 0.35s ease, transform 0.35s ease;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    pointer-events: none;
    background: white;
    border: 2px solid #175f31;
    border-radius: 6px;
    padding: 2rem;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.analysis-panel.analysis-panel-visible {
    opacity: 1;
    transform: translateX(0);
    pointer-events: auto;
    position: relative;
}

.analysis-panel h3 {
    color: #3d4449;
    margin-bottom: 1rem;
}

.analysis-panel h3 .icon {
    color: #175f31;
    margin-right: 0.5rem;
}

.analysis-panel > p {
    margin-bottom: 1.5rem;
    line-height: 1.7;
}

/* Responsive: stack on small screens */
@media screen and (max-width: 736px) {
    .analysis-explorer {
        flex-direction: column;
    }
    .analysis-nav {
        flex: none;
        width: 100%;
    }
}

.service-features {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    margin-bottom: 1.5rem;
}

.service-feature-item {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    background: #f4f9f5;
    border-radius: 5px;
    padding: 0.75rem 1rem;
    border-left: 3px solid #175f31;
}

.service-feature-item .icon {
    color: #175f31;
    font-size: 1rem;
    flex-shrink: 0;
    margin-top: 0.15rem;
}

.service-feature-item span:last-child {
    font-size: 0.95rem;
    color: #3d4449;
    line-height: 1.5;
}

/* ========================================
   Contact Form Styles
   ======================================== */

.message-success {
    background: #f0f8f0;
    border: 1px solid #175f31;
    border-radius: 5px;
    padding: 2rem;
    margin-bottom: 2rem;
}

.message-success h3 {
    color: #175f31;
    margin-bottom: 0.5rem;
}

.message-error {
    background: #fdf0f0;
    border: 1px solid #c0392b;
    border-radius: 5px;
    padding: 2rem;
    margin-bottom: 2rem;
}

.message-error h3 {
    color: #c0392b;
    margin-bottom: 0.5rem;
}

.field-validation-error {
    color: #c0392b;
    font-size: 0.85em;
    display: block;
    margin-top: 0.25rem;
}

/* ========================================
   Top Navbar
   ======================================== */

#topnav {
    background: #ffffff;
    border-bottom: 2px solid #f0f0f0;
    padding: 0.5rem 2rem;
    z-index: 10000;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

#topnav .navbar-brand {
    font-family: inherit;
    font-size: 1.1rem;
    color: #3d4449;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    text-decoration: none;
    border-bottom: none;
}

#topnav .navbar-brand strong {
    color: #3d4449;
}

#topnav .navbar-brand:hover {
    color: #175f31;
}

#topnav .nav-link {
    color: #3d4449 !important;
    font-size: 0.95rem;
    font-weight: 500;
    padding: 0.5rem 1rem !important;
    border-bottom: none;
}

#topnav .nav-link:hover {
    color: #175f31 !important;
}

#topnav .nav-login-btn {
    border: 1.5px solid #175f31 !important;
    border-radius: 4px;
    color: #175f31 !important;
    padding: 0.3rem 0.9rem !important;
    margin-left: 0.5rem;
    font-weight: 600;
    transition: background-color 0.2s ease, color 0.2s ease;
}

#topnav .nav-login-btn:hover {
    background-color: #175f31 !important;
    color: #ffffff !important;
}

#topnav .dropdown-menu {
    border: 1px solid #e8e8e8;
    border-radius: 4px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    padding: 0.5rem 0;
}

#topnav .dropdown-item {
    color: #3d4449;
    font-size: 0.9rem;
    padding: 0.4rem 1.5rem;
    border-bottom: none;
}

#topnav .dropdown-item:hover {
    background-color: #f4f9f5;
    color: #175f31;
}

#topnav .dropdown-header {
    color: #175f31;
    font-weight: 600;
    font-size: 0.85rem;
}

#topnav .navbar-toggler {
    border-color: #ccc;
}

#topnav .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(61, 68, 73, 0.8)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* ========================================
   Layout Overrides (sidebar to top nav)
   ======================================== */

#sidebar,
#sidebar .toggle,
.toggle {
    display: none !important;
    visibility: hidden !important;
    width: 0 !important;
    min-width: 0 !important;
    max-width: 0 !important;
    overflow: hidden !important;
}

nav#topnav.navbar {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    z-index: 99999 !important;
}

#wrapper {
    display: block !important;
    flex-direction: unset !important;
}

/* Offset anchored sections so they scroll below the fixed navbar */
section[id] {
    scroll-margin-top: 100px;
}

#main {
    width: 100% !important;
    max-width: 100% !important;
}

#main > .inner {
    max-width: 1600px;
    margin: 0 auto !important;
    padding-left: 3em !important;
    padding-right: 3em !important;
}

/* ========================================
   Site Footer
   ======================================== */

#site-footer {
    background: #e8e8e8;
    color: #3d4449;
    padding: 0.6rem 2rem 0.5rem;
    margin-top: 0;
    position: fixed !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    z-index: 99999 !important;
}

#site-footer .inner {
    max-width: 1200px;
    margin: 0 auto;
}

#site-footer .footer-cta-row {
    text-align: center;
    padding-bottom: 0.5rem;
    margin-bottom: 0.4rem;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}

#site-footer .footer-content {
    display: flex !important;
    flex-direction: row !important;
    justify-content: space-between !important;
    align-items: center !important;
    flex-wrap: nowrap !important;
    gap: 1.5rem;
}

#site-footer .footer-brand {
    font-size: 0.95rem;
    color: #3d4449;
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

#site-footer .footer-contact {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    font-size: 0.9rem;
}

#site-footer .footer-contact .icon {
    margin-right: 0.4rem;
    color: #7f888f;
}

#site-footer a {
    color: #3d4449;
    text-decoration: none;
    border-bottom: none;
}

#site-footer a:hover {
    color: #175f31;
}

#site-footer .footer-copy p {
    margin: 0;
    font-size: 0.85rem;
    color: #7f888f;
}

#site-footer .footer-cta-btn {
    display: inline-block;
    background-color: #175f31;
    color: #ffffff !important;
    padding: 0.35rem 3.5rem;
    border-radius: 4px;
    font-size: 0.85rem;
    font-weight: 600;
    text-decoration: none;
    border-bottom: none !important;
    transition: background-color 0.2s ease;
}

#site-footer .footer-cta-btn:hover {
    background-color: #1a7a3d;
    color: #ffffff !important;
}

/* ========================================
   Outcome Tiles & Slide-in Panel
   ======================================== */

.outcome-tiles {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
    margin-bottom: 2rem;
}

.outcome-tile {
    background: white;
    border: 2px solid #e8e8e8;
    border-radius: 6px;
    padding: 1.75rem 1.25rem;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
}

.outcome-tile:hover {
    border-color: #175f31;
    box-shadow: 0 4px 15px rgba(23, 95, 49, 0.15);
    transform: translateY(-3px);
}

.outcome-tile.active {
    border-color: #175f31;
    background: #f4f9f5;
    box-shadow: 0 4px 15px rgba(23, 95, 49, 0.15);
}

.outcome-tile.active::after {
    content: '';
    position: absolute;
    bottom: -1rem;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #175f31;
}

.outcome-tile .icon {
    display: block;
    font-size: 1.75rem;
    color: #175f31;
    margin-bottom: 0.75rem;
}

.outcome-tile h3 {
    font-size: 1rem;
    margin: 0;
    color: #3d4449;
}

.outcome-detail-panel {
    min-height: 0;
}

.outcome-detail {
    display: none;
    opacity: 0;
    transform: translateY(-15px);
    transition: opacity 0.4s ease, transform 0.4s ease;
}

.outcome-detail.outcome-detail-visible {
    opacity: 1;
    transform: translateY(0);
}

.outcome-detail-inner {
    background: white;
    border: 2px solid #175f31;
    border-radius: 6px;
    padding: 2rem 2.5rem;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.outcome-detail-inner h3 {
    color: #3d4449;
    margin-bottom: 1rem;
}

.outcome-detail-inner h3 .icon {
    color: #175f31;
    margin-right: 0.5rem;
}

.outcome-detail-inner > p {
    margin-bottom: 1.5rem;
    line-height: 1.7;
}

.outcome-detail-points {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.outcome-point {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    background: #f4f9f5;
    border-radius: 5px;
    padding: 0.75rem 1rem;
    border-left: 3px solid #175f31;
}

.outcome-point .icon {
    color: #175f31;
    font-size: 0.85rem;
    flex-shrink: 0;
    margin-top: 0.2rem;
}

.outcome-point span:last-child {
    font-size: 0.95rem;
    color: #3d4449;
    line-height: 1.5;
}

/* Responsive: stack tiles on smaller screens */
@media screen and (max-width: 736px) {
    .outcome-tiles {
        grid-template-columns: repeat(2, 1fr);
    }
    .outcome-detail-inner {
        padding: 1.5rem;
    }
}

/* ========================================
   Scroll Reveal Animations
   ======================================== */

/* Scroll reveal - classes applied via JS */

/* Add whitespace between content sections */
#main .inner section {
    padding-top: 6em;
    padding-bottom: 6em;
    border-top: solid 2px rgba(210, 215, 217, 0.75);
}

#main .inner section:first-of-type {
    border-top: none;
    padding-top: 2em;
}

/* ========================================
   Header Overrides (replace theme underline)
   ======================================== */

header.major > :last-child {
    border-bottom: none;
    padding: 0;
    margin: 0 0 0.75em 0;
}

header.major {
    border-left: 4px solid #175f31;
    padding-left: 1rem;
}

header.major h2 {
    margin-bottom: 0;
}

/* ========================================
   General Enhancements
   ======================================== */

.about-container {
    padding: 2rem;
}

/* ========================================
   About Page — Tabbed Card
   ======================================== */

.about-tabs {
	border: 1px solid #dde3e0;
	border-radius: 8px;
	overflow: hidden;
	box-shadow: 0 2px 12px rgba(0,0,0,0.06);
}

.about-tab-nav {
	display: flex;
	border-bottom: 1px solid #dde3e0;
	background: #f7faf8;
}

.about-tab-btn {
	flex: 1;
	padding: 1rem 1.25rem;
	background: none;
	border-bottom: 3px solid transparent;
	cursor: pointer;
	font-size: 0.95rem;
	font-weight: 600;
	color: #7f888f;
	transition: color 0.2s, border-color 0.2s, background 0.2s;
	display: flex !important;
	align-items: center;
	justify-content: center;
	gap: 0.5rem;
	user-select: none;
}

.about-tab-btn:hover {
	color: #175f31;
	background: #eef5f0;
}

.about-tab-btn.about-tab-active {
	color: #175f31;
	border-bottom-color: #175f31;
	background: #ffffff;
}

.about-tab-panels {
	padding: 2.5rem 2.5rem 2rem;
	background: #ffffff;
	min-height: 320px;
}

.about-tab-panel {
	display: none;
}

.about-tab-panel.about-tab-panel-active {
	display: block;
	animation: about-tab-fadein 0.35s ease forwards;
}

@keyframes about-tab-fadein {
	from { opacity: 0; transform: translateY(10px); }
	to   { opacity: 1; transform: translateY(0); }
}

/* Career credential list */
.bg-credential-list {
	display: flex;
	flex-direction: column;
	gap: 0.75rem;
	margin: 1.25rem 0;
	border-left: 3px solid #dde3e0;
	padding-left: 1.25rem;
}

.bg-credential-item {
	display: flex;
	align-items: flex-start;
	gap: 0.85rem;
}

.bg-credential-item .icon {
	color: #175f31;
	font-size: 1rem;
	margin-top: 0.25rem;
	flex-shrink: 0;
}

.bg-credential-item strong {
	display: block;
	color: #3d4449;
	font-size: 0.9rem;
}

.bg-credential-item span:last-child {
	font-size: 0.875rem;
	color: #7f888f;
	line-height: 1.5;
}

.about-tab-callout {
	display: flex;
	align-items: flex-start;
	gap: 1rem;
	background: #f4f9f5;
	border-left: 4px solid #175f31;
	border-radius: 6px;
	padding: 1.25rem 1.5rem;
	margin-top: 1.5rem;
}

.about-tab-callout .icon {
	font-size: 1.4rem;
	color: #175f31;
	margin-top: 0.2rem;
	flex-shrink: 0;
}

.about-tab-callout strong {
	display: block;
	margin-bottom: 0.4rem;
	color: #3d4449;
}

.about-tab-callout p {
	margin: 0;
	font-size: 0.95rem;
}

@media (max-width: 768px) {
	.about-tab-nav {
		flex-direction: column;
	}
	.about-tab-btn {
		border-bottom: none;
		border-left: 3px solid transparent;
		justify-content: flex-start;
	}
	.about-tab-btn.about-tab-active {
		border-left-color: #175f31;
		border-bottom-color: transparent;
	}
	.about-tab-panels {
		padding: 1.5rem 1.25rem;
	}
}

/* ========================================
   Testimonial Block
   ======================================== */

.testimonial-block {
    position: relative;
    background: #f4f9f5;
    border-left: 4px solid #175f31;
    border-radius: 6px;
    padding: 2.5rem 3rem 2rem 3rem;
    max-width: 800px;
    margin: 0 auto;
}

.testimonial-quote-icon {
    display: block;
    color: #175f31;
    font-size: 1.75rem;
    margin-bottom: 1rem;
    opacity: 0.6;
}

.testimonial-block blockquote {
    margin: 0 0 1.25rem 0;
    border: none;
    padding: 0;
    font-size: 1.1rem;
    line-height: 1.8;
    color: #3d4449;
    font-style: italic;
}

.testimonial-block cite {
    font-style: normal;
    font-weight: 600;
    color: #175f31;
    font-size: 0.95rem;
}


