﻿header {
    position: relative;
    z-index: 10;
}

.p-3 {
    padding: 15px !important;
}

.rounded-top {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.shadow {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.font-weight-bold {
    font-weight: bold;
}

.mb-3-xs {
    margin-bottom: 15px;
}

/* Section column style (padding replaces margin) */
.section-column {
    background-color: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    padding: 15px;
    margin-bottom: 20px;
    height: 100%;
}

.form-group label {
    font-weight: bold;
    font-size: 13px;
    color: #444;
    text-align: left !important;
    display: block; /* Ensures alignment works */
}


/* Feature card style */
.feature-card {
    background-color: #fafafa;
    border: 1px solid #ddd;
    border-radius: 4px;
    margin-bottom: 10px;
    padding: 10px;
    text-align: left;
}

    .feature-card h5 {
        margin-top: 0;
        font-size: 16px;
        font-weight: bold;
    }

    .feature-card p {
        margin-bottom: 0;
        font-size: 13px;
    }

.list-divider-plus {
    font-size: 22px;
    font-weight: bold;
    color: #999;
    text-align: center;
    margin: 8px 0;
    line-height: 1;
}

ul.list-unstyled.text-left li {
    margin-bottom: 10px;
}

.label-custom {
    background-color: #ee6540;
    color: white;
    padding: 3px 7px;
    font-size: 12px;
    border-radius: 3px;
    display: inline-block;
}

.feature-card {
    background-color: #fff;
    border: 1px solid #ccc; /* was #eee — darker and more visible */
    border-radius: 12px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
    padding: 20px;
    transition: transform 0.2s ease;
}

    .feature-card:hover {
        transform: scale(1.02);
    }

.feature-highlight {
    background-color: #f5f8fa;
    border-bottom: 1px solid #ddd;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    padding: 10px 15px; /* reduce top & bottom padding */
    font-size: 14px;
    color: #333;
    text-align: left;
    margin: -20px -20px 15px -20px;
    display: flex;
    align-items: center;
}


    .feature-highlight h5 {
        margin: 0;
    }

.feature-list {
    font-size: 15.5px;
    line-height: 1.75;
    margin-top: 10px;
    text-align: left;
}

.feature-item {
    padding: 10px 0;
    border-bottom: 1px solid #e0e0e0;
}

    .feature-item:last-child {
        border-bottom: none;
    }

.feature-divider {
    text-align: center;
    font-size: 28px;
    color: #888;
    margin: 10px 0;
}

.mt-40 {
    margin-top: 40px !important;
}

.feature-benefits {
    margin-top: 10px;
    padding-top: 5px;
    border-top: 1px solid #ddd;
}

    .feature-benefits ul {
        padding-left: 20px;
        margin-bottom: 0;
    }

    .feature-benefits li {
        font-size: 13px;
        margin-bottom: 4px;
    }

.subsection-title {
    display: block;
    margin-bottom: 6px;
    font-weight: bold;
    font-size: 13px;
    color: #333;
}

.ninja-quote {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 220px;
    background-color: #f9f9f9;
    border-left: 2px solid #d41427;
    padding: 10px;
    text-align: left;
    font-size: 12px;
    color: #555;
    line-height: 1.4;
    border-radius: 4px;
}

.ninja-inline-label {
    font-size: 13px;
    color: #555;
}

#ninjaSayingAreaMobile {
    font-size: 13px;
    font-style: italic;
    color: #555;
    margin-left: 6px;
}

body:not(.home) .hero-separator {
    margin-top: 0px; /* adjust as needed */
    z-index: 1;
    position: relative;
}

.feature-benefits li {
    font-size: 13px;
    margin-bottom: 4px;
}

.bulleted {
    list-style-type: disc;
    padding-left: 2rem;
    margin-bottom: 1rem;
}

    .bulleted li {
        margin-bottom: 0.5rem;
        line-height: 1.7;
    }

.partner-highlight-box {
    background-color: #f9f9f9;
    border-left: 4px solid #d41427;
    padding: 15px 20px;
    border-radius: 6px;
    font-size: 15px;
    line-height: 1.6;
    box-shadow: 0 1px 4px rgba(0,0,0,0.08);
    max-width: 300px;
}

    .partner-highlight-box .highlight-title {
        font-weight: bold;
        font-size: 14px;
        margin-bottom: 6px;
        color: #333;
    }

.partner-callout {
    background-color: #f9f9f9;
    padding: 25px;
    border-radius: 12px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
    display: block;
    max-width: 100%;
}

.badge-title {
    font-size: 16px;
    font-weight: 600;
}

.badge-url {
    background-color: #f2f2f2; /* light gray background */
    color: #333333; /* dark gray text */
    font-weight: 500;
    font-size: 16px;
    border-radius: 50px;
    font-family: monospace;
    display: inline-block;
    box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.4);
}


code {
    padding: 4px 6px;
    color: #d41427 !important;
    background-color: #f9f2f4;
    border-radius: 4px;
    border: 1px solid #d6d6d6;
    font-weight: bold;
}

.infographic-card {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 16px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    padding: 15px;
    float: right;
    margin-left: 40px;
    margin-right: 50px;
    margin-bottom: 30px;
    margin-top: 30px;
    clear: right;
    max-width: 400px; /* ⬅️ slightly larger */
}

    .infographic-card img {
        display: block;
        max-width: 100%;
        height: auto;
        max-height: 700px; /* ⬅️ control vertical growth */
        object-fit: contain;
    }

.infographic-title {
    margin-bottom: 10px;
    display: inline-block;
    background-color: #eaeaea;
    color: #333;
    font-size: 20px;
    font-weight: 600;
    padding: 6px 14px;
    border-radius: 7px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

@media (max-width: 991.98px) {
    .infographic-card {
        float: none;
        margin: 30px auto 40px auto;
        max-width: 400px; /* ✅ control width on collapse */
        width: 100%;
        display: block;
        clear: both;
    }

        .infographic-card img {
            width: 100%;
            height: auto;
            max-height: none; /* ensure proportional resizing */
            object-fit: contain;
        }
}
