.banner-image {
    width: 100%;
    border-radius: 20px  !important;
    height: 300px; /* Or whatever your banner height is */
    object-fit: cover;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.6) !important;

}

.profile-circle {
    width: 150px !important;
    height: 150px !important;
    border-radius: 50% !important;
    border: 2px solid #000000;
    display: block !important;
    margin-top: -125px !important;
    margin-left: auto !important;
    margin-right: 2% !important;
    position: relative !important;
    z-index: 10 !important;
    background-color: #fff !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.6) !important;
}

.big10-box {
    display: flex;
    gap: 20px;
    align-items: center;
    margin-bottom: 18px;
    background-color: #dcdcdc;
    border-color: #808080;
    border-style: solid;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 20px;
    padding-bottom: 8px;
    font-family:
            -apple-system,
            BlinkMacSystemFont,
            segoe ui,
            Roboto,
            Oxygen,
            Ubuntu,
            Cantarell,
            open sans,
            helvetica neue,
            sans-serif;
    color: #000000;
    width: 100%;
    border-radius: 20px;
    margin-top: -80px; /* MAGIC: Pulls the text box UP under the icon */
    position: relative;
    z-index: 1;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.6) !important;
}

.big10-summary {
    align-items: center;
    background-color: #dcdcdc;
    border-color: #808080;
    border-style: solid;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    font-family:
            -apple-system,
            BlinkMacSystemFont,
            segoe ui,
            Roboto,
            Oxygen,
            Ubuntu,
            Cantarell,
            open sans,
            helvetica neue,
            sans-serif;
    color: #000000;
    width: fit-content;
    border-radius: 20px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.6) !important;
}

.big10-key-actions {
    align-items: center;
    background-color: #d9edf7;
    border-color: #bce8f1;
    border-style: solid;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    font-family:
            -apple-system,
            BlinkMacSystemFont,
            segoe ui,
            Roboto,
            Oxygen,
            Ubuntu,
            Cantarell,
            open sans,
            helvetica neue,
            sans-serif;
    color: #31708f;
    width: fit-content;
    border-radius: 20px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.6) !important;
}

.big-10-container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.big-10-box-text {
    font-family:
            -apple-system,
            BlinkMacSystemFont,
            segoe ui,
            Roboto,
            Oxygen,
            Ubuntu,
            Cantarell,
            open sans,
            helvetica neue,
            sans-serif;
    color: #000000;
    font-size: medium;
}
.big-10-box-title {
    font-family:
            -apple-system,
            BlinkMacSystemFont,
            segoe ui,
            Roboto,
            Oxygen,
            Ubuntu,
            Cantarell,
            open sans,
            helvetica neue,
            sans-serif;
    color: #000000;
    font-size: medium;
    font-weight: bold;
}

.big10-icon {
    width: 100px !important;
    height: 100px !important;
    border-radius: 50% !important;
    border: 2px solid #000000;
    background-color: #fff !important; /* Prevents transparency issues while loading */
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.6) !important;
    display: block !important;
    margin-top: 0px !important;
    position: relative !important;
    z-index: 10 !important;
}
.ok-box {
    margin-bottom: 18px;
    background-color: #dff0d8;
    border-color: #d6e9c6;
    border-style: solid;
    border-radius: 20px;
    padding: 12px;
    font-family:
            -apple-system,
            BlinkMacSystemFont,
            segoe ui,
            Roboto,
            Oxygen,
            Ubuntu,
            Cantarell,
            open sans,
            helvetica neue,
            sans-serif;
    color: #3c763d;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.6) !important;
}
.warning-box {
    margin-bottom: 18px;
    background-color: #f2dede;
    border-color: #ebccd1;
    border-style: solid;
    border-radius: 20px;
    padding: 12px;
    font-family:
            -apple-system,
            BlinkMacSystemFont,
            segoe ui,
            Roboto,
            Oxygen,
            Ubuntu,
            Cantarell,
            open sans,
            helvetica neue,
            sans-serif;
    color: #a94442;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.6) !important;
}

.test-image {
    border-radius:20px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.6)
}

/* The outer window */
.carousel-container {
    width: 100%;
    overflow-x: auto; /* Enables horizontal scroll */
    padding: 20px 0;
    cursor: grab;
    /* Smooth scrolling for touch devices */
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin; /* Clean scrollbar for Firefox */
}

/* The long track holding the images */
.carousel-track {
    display: flex;
    gap: 15px; /* Space between your results */
    padding-left: 10px;
}

/* Individual Result Styling */
.test-image {
    flex: 0 0 80%; /* Mobile: show 80% of image so next one is visible */
    max-width: 350px; /* Desktop: keep images from getting too huge */
    height: auto;
    border-radius: 20px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.6) !important;
    border: 1px solid #eee;
    object-fit: contain;
}

/* Container styling to match the site's max-width */
.coaching-form-container {
    max-width: 600px;
    margin: 40px auto;
    padding: 0 20px;
    font-family: inherit;
}

.coaching-form {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.form-group {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.form-group label {
    font-weight: 600;
    font-size: 0.95rem;
    color: var(--secondary); /* Uses your site's variable if available, otherwise #333 */
}

.form-group input,
.form-group textarea {
    padding: 12px 16px;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-size: 1rem;
    font-family: inherit;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
    background-color: #fafafa;
}

/* Match the focus state to a "clean health" blue or your site's primary color */
.form-group input:focus,
.form-group textarea:focus {
    outline: none;
    border-color: #2c3e50;
    box-shadow: 0 0 0 3px rgba(44, 62, 80, 0.1);
    background-color: #fff;
}

/* Button styling - clean and prominent */
.submit-btn {
    padding: 14px 28px;
    background-color: #2c3e50; /* Dark slate to match your logo/headers */
    color: white;
    border: none;
    border-radius: 8px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.2s ease, transform 0.1s ease;
    align-self: flex-start;
}

.submit-btn:hover {
    background-color: #34495e;
}

.submit-btn:active {
    transform: scale(0.98);
}

/* Responsive adjustment */
@media (max-width: 480px) {
    .submit-btn {
        width: 100%; /* Full width button on mobile */
    }
}

/* Desktop Tweak */
@media (min-width: 768px) {
    .test-image {
        border-radius: 20px;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.6) !important;
        flex: 0 0 300px; /* Fixed width on larger screens */
    }
}


