/* UzMed Personalvermittlung – Custom Styles */

/* ===== Brand overrides ===== */
:root {
    --uzmed-primary: #283290;
    --uzmed-accent:  #20d34a;
    --uzmed-dark:    #060b3a;
    --uzmed-light:   #f5f7fa;
}

/* Active nav link */
.main_nav ul li.active a {
    color: #283290;
    border-bottom: 2px solid #20d34a;
    padding-bottom: 2px;
}

/* ===== Page header ===== */
.page_header {
    width: 100%;
}

/* ===== Breadcrumb ===== */
.breadcrumb-item + .breadcrumb-item::before {
    color: #aaa;
}

/* ===== Boxes – icon sizing fix ===== */
.box .fa {
    line-height: 1;
}

/* ===== Services grid spacing ===== */
.services_row {
    margin-top: 50px;
}

/* ===== Contact form ===== */
.form-control {
    color: #232323 !important;
    border: 1px solid #d0d5e8;
    border-radius: 2px;
    padding: 12px 16px;
    font-size: 15px;
}
.form-control:focus {
    border-color: #283290;
    box-shadow: 0 0 0 3px rgba(40,50,144,.12);
}
.form-control.is-invalid {
    border-color: #dc3545;
}
.invalid-feedback {
    font-size: 13px;
}
.form-check-input {
    margin-top: 4px;
}

/* Submit button wrapper */
.button button {
    background: none;
    border: none;
    cursor: pointer;
}

/* ===== Step circles on process pages ===== */
.step-circle {
    width: 54px;
    height: 54px;
    background: var(--uzmed-primary);
    border-radius: 50%;
    line-height: 54px;
    text-align: center;
    color: #fff;
    font-size: 22px;
    flex-shrink: 0;
}

/* ===== Card / info boxes ===== */
.info-card {
    background: #fff;
    padding: 28px 24px;
    border-left: 4px solid var(--uzmed-accent);
    height: 100%;
}
.info-card h6 {
    color: var(--uzmed-primary);
    font-weight: 700;
    margin-bottom: 10px;
}

/* ===== FAQ accordion ===== */
.card-header[data-toggle="collapse"] {
    transition: background 200ms ease;
}
.card-header[data-toggle="collapse"]:hover {
    background: #e8eaf6 !important;
}

/* ===== Footer tweaks ===== */
.footer_links ul {
    columns: 1;
    -webkit-columns: 1;
    -moz-columns: 1;
}
.footer_links ul li {
    margin-bottom: 12px;
}
.footer_links ul li a {
    font-size: 14px;
    font-weight: 400;
    color: #b2b2b2;
}
.footer_links ul li a:hover {
    color: #20d34a !important;
}

/* ===== Responsive helpers ===== */
@media (max-width: 991px) {
    .page_header {
        padding-top: 130px !important;
    }
    .home_content_inner {
        width: 100%;
    }
    .home_title h1 {
        font-size: 40px;
    }
}

@media (max-width: 575px) {
    .home_title h1 {
        font-size: 28px;
    }
    .cta_content h2 {
        font-size: 28px;
    }
    .section_title h2 {
        font-size: 24px;
    }
}
