body {
    font-family: 'Open Sans', sans-serif;
    background-color: #f7f9fc;
}
.text-center {
    text-align: center;
}
.text-center > * {
    margin-left: auto;
    margin-right: auto;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}
#logo img {
    max-height: 48px;
    width: auto;
    display: block;
}
#header #header-wrap > .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 80px;
    gap: 20px;
}
#logo {
    display: flex;
    align-items: center;
    margin: 0;
    flex: 0 0 auto;
}
#logo a {
    display: flex;
    align-items: center;
    line-height: 1;
}
.navigation-wrap {
    flex: 1 1 auto;
    display: flex;
    justify-content: flex-end;
    min-width: 0;
}
.navigation-wrap > .container {
    width: auto;
    padding: 0;
    margin: 0;
    max-width: none;
}
@media (max-width: 991px) {
    .navigation-wrap {
        display: none !important;
    }
    .navigation-wrap.in {
        display: block !important;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background: #fff;
        z-index: 1000;
        box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
        animation: mobileMenuSlide 220ms ease-out forwards;
    }
    .nav-main-menu-responsive {
        display: inline-flex;
        align-items: center;
        z-index: 1001;
    }
    .navigation-wrap > .container {
        width: 100%;
        padding: 15px 20px;
        margin: 0;
    }
    #mainMenu .nav {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }
}
#header.header-sticky #logo img {
    max-height: 40px;
}
.navbar-brand {
    padding: 10px 15px;
}
#mainMenu .nav {
    display: flex;
    align-items: center;
    margin-bottom: 0;
    gap: 6px;
}
#mainMenu .nav > li {
    display: flex;
    align-items: center;
    margin: 0;
}
#mainMenu .nav > li > a {
    color: #2d3e50;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    line-height: 1.2;
    padding: 8px 12px;
}
#mainMenu .nav > li > a.header-nav-btn {
    background: #dc143c;
    color: #fff !important;
    border: 2px solid #dc143c !important;
    margin-left: 8px;
    padding: 8px 16px;
    line-height: 1.2 !important;
    min-height: 0 !important;
    height: auto !important;
    border-radius: 8px;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    box-sizing: border-box;
    vertical-align: middle;
    text-decoration: none;
}
#mainMenu .nav > li > a.header-nav-btn:hover,
#mainMenu .nav > li > a.header-nav-btn:focus,
#mainMenu .nav > li > a.header-nav-btn:active {
    background: #b01030 !important;
    color: #fff !important;
    border-color: #b01030 !important;
    height: auto !important;
    min-height: 0 !important;
    line-height: 1.2 !important;
}
.language-selector {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-left: 8px;
    padding: 4px 8px;
    border: 1px solid #dce6ef;
    border-radius: 999px;
    background: #fff;
    font-size: 13px;
    font-weight: 600;
    color: #2d3e50;
    height: 34px;
    line-height: 1;
}
.language-selector a {
    color: #2d3e50;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
}
.language-selector .active {
    color: #dc143c;
}
.enroll-container {
    max-width: 650px;
    margin: 40px auto 60px auto;
    padding: 20px;
}
.form-card {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    padding: 40px;
    border: 1px solid #eef2f5;
}
.form-step {
    display: none;
}
.form-step.active {
    display: block;
}
.progress-bar-custom {
    height: 6px;
    background: #eef2f5;
    border-radius: 3px;
    margin-bottom: 30px;
    position: relative;
}
.progress-bar-fill {
    height: 100%;
    background: linear-gradient(135deg, #dc143c, #b01030);
    border-radius: 3px;
    width: 33.33%;
    transition: width 0.3s ease;
}
.btn-nav {
    padding: 12px 24px;
    font-weight: 600;
    border-radius: 30px;
    transition: all 0.3s;
}
.btn-next {
    background: linear-gradient(135deg, #dc143c, #b01030);
    color: #fff;
    border: none;
}
.btn-next:hover {
    opacity: 0.9;
    color: #fff;
}
.btn-prev {
    background: #f1f3f5;
    color: #495057;
    border: none;
}
.btn-prev:hover {
    background: #e9ecef;
}
.service-option {
    background: #f8fafc;
    border: 2px solid #eef2f5;
    border-radius: 8px;
    padding: 15px;
    margin-bottom: 12px;
    cursor: pointer;
    transition: all 0.2s ease;
}
.service-option input {
    margin-right: 10px;
}
.service-option.selected {
    background: #fdecef;
    border-color: #dc143c;
}
.hipaa-lock {
    display: flex;
    align-items: center;
    background: #eefbf3;
    border: 1px solid #d3f9e0;
    border-radius: 8px;
    padding: 15px;
    color: #2b8a3e;
    margin-bottom: 20px;
    font-size: 13px;
}
.hipaa-lock i {
    font-size: 20px;
    margin-right: 12px;
}
.upload-file-label {
    border: 2px dashed #ccc;
    padding: 30px 10px;
    background: #fafafa;
    border-radius: 8px;
}
.upload-file-label i {
    font-size: 28px;
    color: #dc143c;
    display: block;
    margin-bottom: 8px;
}
.upload-help-text {
    font-size: 12px;
}
.upload-reminder {
    background: #f8f9fa;
    border: 1px solid #eef2f5;
    padding: 15px;
}
.upload-reminder .title {
    font-size: 13px;
    font-weight: 600;
    display: block;
    margin-bottom: 5px;
    color: #495057;
}
.upload-reminder .subtitle {
    font-size: 12px;
    color: #6c757d;
    display: block;
    margin-bottom: 8px;
}
.complete-btn {
    background: linear-gradient(135deg, #2b8a3e, #237032);
}
.hero-section {
    background: url("../images/hero.jpg") no-repeat center center;
    background-size: cover;
    min-height: 80vh;
    display: flex;
    align-items: center;
    color: #fff;
    padding: 80px 0;
}
.hero-card {
    background: rgba(255, 255, 255, 0.18);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.35);
    border-radius: 16px;
    padding: 40px;
    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.25);
}
.hero-card h1,
.hero-card p,
.hero-card .label {
    color: #fff !important;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.7);
}
.hero-card .label {
    display: inline-block;
    margin-bottom: 12px;
}
.btn-premium {
    background: linear-gradient(135deg, #dc143c, #b01030);
    color: #fff;
    border: none;
    padding: 14px 28px;
    border-radius: 30px;
    font-weight: 600;
    box-shadow: 0 4px 15px rgba(220, 20, 60, 0.3);
    transition: all 0.3s ease;
}
.btn-premium:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(220, 20, 60, 0.5);
    color: #fff;
}
.btn-premium-outline {
    background: linear-gradient(135deg, #dc143c, #b01030);
    color: #fff;
    border: none;
    padding: 14px 28px;
    border-radius: 30px;
    font-weight: 600;
    box-shadow: 0 4px 15px rgba(220, 20, 60, 0.3);
    transition: all 0.3s ease;
}
.btn-premium-outline:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(220, 20, 60, 0.5);
    color: #fff;
}
.hero-card .actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}
.hero-card .actions .btn {
    margin: 6px 0;
}
.services-row {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}
.services-row > [class*="col-"] {
    display: flex;
    float: none;
}
.service-card {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.05);
    padding: 30px;
    margin: 5px 0 30px;
    transition: all 0.3s ease;
    border-bottom: 4px solid transparent;
    width: 100%;
    height: 100%;
}
.service-card:hover {
    transform: translateY(-5px);
    border-color: #dc143c;
    box-shadow: 0 8px 25px rgba(220, 20, 60, 0.15);
}
.service-icon {
    font-size: 40px;
    color: #dc143c;
    margin-bottom: 20px;
}
.step-icon {
    width: 70px;
    height: 70px;
    line-height: 70px;
    background: #fdecef;
    color: #dc143c;
    border-radius: 50%;
    font-size: 24px;
    font-weight: 700;
    margin: 0 auto 20px auto;
}
@media (min-width: 992px) {
    .services-row > .col-lg-3,
    .services-row > .col-md-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }
}
@media (max-width: 991px) {
    .services-row > .col-sm-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@keyframes mobileMenuSlide {
    from {
        opacity: 0;
        transform: translateY(-8px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}



    .success-container {
        max-width: 600px;
        margin: 40px auto 60px auto;
        padding: 20px;
    }
    .success-card {
        background: #fff;
        border-radius: 16px;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
        padding: 40px;
        border: 1px solid #eef2f5;
        text-align: center;
    }
    .success-icon {
        width: 80px;
        height: 80px;
        line-height: 80px;
        background: #eefbf3;
        color: #2b8a3e;
        border-radius: 50%;
        font-size: 38px;
        margin: 0 auto 20px auto;
    }
    .btn-home {
        background: linear-gradient(135deg, #dc143c, #b01030);
        color: #fff;
        border: none;
        padding: 12px 28px;
        border-radius: 30px;
        font-weight: 600;
        display: inline-block;
        margin-top: 20px;
        text-decoration: none;
        box-shadow: 0 4px 15px rgba(220, 20, 60, 0.3);
        transition: all 0.3s ease;
    }
    .btn-home:hover {
        box-shadow: 0 6px 20px rgba(220, 20, 60, 0.5);
        color: #fff;
        transform: translateY(-2px);
    }



        .enroll-container {
        max-width: 650px;
        margin: 40px auto 60px auto;
        padding: 20px;
    }
    .form-card {
        background: #fff;
        border-radius: 16px;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
        padding: 40px;
        border: 1px solid #eef2f5;
    }
    .form-step {
        display: none;
    }
    .form-step.active {
        display: block;
    }
    .progress-bar-custom {
        height: 6px;
        background: #eef2f5;
        border-radius: 3px;
        margin-bottom: 30px;
        position: relative;
    }
    .progress-bar-fill {
        height: 100%;
        background: linear-gradient(135deg, #dc143c, #b01030);
        border-radius: 3px;
        width: 33.33%;
        transition: width 0.3s ease;
    }
    .btn-nav {
        padding: 12px 24px;
        font-weight: 600;
        border-radius: 30px;
        transition: all 0.3s;
    }
    .btn-next {
        background: linear-gradient(135deg, #dc143c, #b01030);
        color: #fff;
        border: none;
    }
    .btn-next:hover {
        opacity: 0.9;
        color: #fff;
    }
    .btn-prev {
        background: #f1f3f5;
        color: #495057;
        border: none;
    }
    .btn-prev:hover {
        background: #e9ecef;
    }
    .service-option {
        background: #f8fafc;
        border: 2px solid #eef2f5;
        border-radius: 8px;
        padding: 15px;
        margin-bottom: 12px;
        cursor: pointer;
        transition: all 0.2s ease;
    }
    .service-option input {
        margin-right: 10px;
    }
    .service-option.selected {
        background: #fdecef;
        border-color: #dc143c;
    }
    .hipaa-lock {
        display: flex;
        align-items: center;
        background: #eefbf3;
        border: 1px solid #d3f9e0;
        border-radius: 8px;
        padding: 15px;
        color: #2b8a3e;
        margin-bottom: 20px;
        font-size: 13px;
    }
    .hipaa-lock i {
        font-size: 20px;
        margin-right: 12px;
    }


    .contact-container {
        max-width: 800px;
        margin: 40px auto 60px auto;
        padding: 20px;
    }
    .form-card {
        background: #fff;
        border-radius: 16px;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
        padding: 40px;
        border: 1px solid #eef2f5;
        margin-bottom: 30px;
    }
    .info-card {
        background: linear-gradient(135deg, #fae1e6, #f3bcc7);
        color: #5a1220;
        border-radius: 16px;
        padding: 40px;
        box-shadow: 0 10px 30px rgba(220, 20, 60, 0.15);
        height: 100%;
    }
    .info-item {
        margin-bottom: 25px;
        display: flex;
        align-items: flex-start;
    }
    .info-item i {
        font-size: 24px;
        color: #b01030;
        margin-right: 15px;
        margin-top: 4px;
    }
    .info-item h4 {
        margin: 0 0 5px 0;
        color: #5a1220;
        font-size: 16px;
    }
    .info-item p {
        margin: 0;
        opacity: 0.8;
        font-size: 14px;
        line-height: 1.5;
    }
    .btn-submit {
        background: linear-gradient(135deg, #dc143c, #b01030);
        color: #fff;
        border: none;
        padding: 14px 28px;
        border-radius: 30px;
        font-weight: 600;
        box-shadow: 0 4px 15px rgba(220, 20, 60, 0.3);
        transition: all 0.3s ease;
    }
    .btn-submit:hover {
        box-shadow: 0 6px 20px rgba(220, 20, 60, 0.5);
        color: #fff;
        opacity: 0.9;
    }


        .upload-container {
        max-width: 600px;
        margin: 40px auto 60px auto;
        padding: 20px;
    }
    .form-card {
        background: #fff;
        border-radius: 16px;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
        padding: 40px;
        border: 1px solid #eef2f5;
    }
    .hipaa-lock {
        display: flex;
        align-items: center;
        background: #eefbf3;
        border: 1px solid #d3f9e0;
        border-radius: 8px;
        padding: 15px;
        color: #2b8a3e;
        margin-bottom: 20px;
        font-size: 13px;
    }
    .hipaa-lock i {
        font-size: 20px;
        margin-right: 12px;
    }
    .btn-submit {
        background: linear-gradient(135deg, #dc143c, #b01030);
        color: #fff;
        border: none;
        padding: 14px 28px;
        border-radius: 30px;
        font-weight: 600;
        box-shadow: 0 4px 15px rgba(220, 20, 60, 0.3);
        transition: all 0.3s ease;
    }
    .btn-submit:hover {
        box-shadow: 0 6px 20px rgba(220, 20, 60, 0.5);
        color: #fff;
        opacity: 0.9;
    }


/* ============================================================
   BRAND RED BUTTONS (#dc143c is the Drawwell logo color)
   Consolidated override so every button in the app is on-brand.
   Loaded last, so these win over earlier blue/green styles.
   ============================================================ */

/* Primary / action buttons -> solid brand red */
.btn-primary,
.btn-premium,
.btn-premium-outline,
.btn-next,
.btn-nav.btn-next,
.btn-submit,
.btn-home,
.complete-btn {
    background: #dc143c !important;
    background-image: linear-gradient(135deg, #dc143c, #b01030) !important;
    color: #fff !important;
    border: none !important;
    box-shadow: 0 4px 15px rgba(220, 20, 60, 0.3) !important;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active,
.btn-premium:hover, .btn-premium:focus, .btn-premium:active,
.btn-premium-outline:hover, .btn-premium-outline:focus, .btn-premium-outline:active,
.btn-next:hover, .btn-next:focus, .btn-next:active,
.btn-nav.btn-next:hover, .btn-nav.btn-next:focus, .btn-nav.btn-next:active,
.btn-submit:hover, .btn-submit:focus, .btn-submit:active,
.btn-home:hover, .btn-home:focus, .btn-home:active,
.complete-btn:hover, .complete-btn:focus, .complete-btn:active {
    background: #b01030 !important;
    background-image: linear-gradient(135deg, #b01030, #8a0d26) !important;
    color: #fff !important;
    box-shadow: 0 6px 20px rgba(220, 20, 60, 0.5) !important;
}

/* Secondary / "Back" buttons -> red outline (keeps visual hierarchy, stays on-brand) */
.btn-prev,
.btn-nav.btn-prev {
    background: #fff !important;
    background-image: none !important;
    color: #dc143c !important;
    border: 2px solid #dc143c !important;
    box-shadow: none !important;
}

.btn-prev:hover, .btn-prev:focus, .btn-prev:active,
.btn-nav.btn-prev:hover, .btn-nav.btn-prev:focus, .btn-nav.btn-prev:active {
    background: #dc143c !important;
    color: #fff !important;
    border-color: #dc143c !important;
}