body,
p,
a,
button,
input,
textarea,
select,
label,
span,
li,
.default-btn,
.navbar .navbar-nav .nav-item .nav-link,
.mobile-menu a,
.top-title,
.main-title,
.h1, .h2, .h3, .h4, .h5, .h6,
h1, h2, h3, h4, h5, h6 {
    font-family: "Outfit", system-ui, sans-serif !important;
}

.banner-content h1 {
    font-size: 50px !important;
}

.site-logo,
img[src*="logo.png"] {
    height: 92px !important;
    width: auto !important;
    max-width: 100%;
    object-fit: contain;
}

/* Site header */
body.home-page .fixed-top .navbar.navbar-expand-lg:not(.sticky) {
    background-color: transparent !important;
    border-bottom-color: rgba(0, 0, 0, 0.08);
}

body.inner-page .fixed-top .navbar.navbar-expand-lg:not(.sticky) {
    background-color: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.35);
}

body.inner-page .fixed-top .navbar.navbar-expand-lg.sticky {
    background-color: #fff !important;
    box-shadow: rgba(100, 100, 111, 0.2) 0 7px 29px;
}

.navbar .navbar-brand {
    padding: 8px 0;
}

.navbar .navbar-nav .nav-item .nav-link {
    font-weight: 500;
}

.others-options {
    gap: 12px !important;
}

.others-options .default-btn.header-cta {
    background-color: #F2B679 !important;
    border-color: #F2B679 !important;
    color: #000 !important;
    padding: 12px 18px;
    font-size: 14px;
    font-weight: 500;
    white-space: nowrap;
}

.others-options .default-btn.header-cta:hover {
    background-color: #068075 !important;
    border-color: #068075 !important;
    color: #fff !important;
}

.others-options .default-btn.header-cta:hover img,
.others-options .default-btn.header-cta.is-current img {
    filter: invert(1);
}

.others-options .default-btn.header-cta.is-current {
    box-shadow: 0 0 0 2px #068075;
}

.page-banner-area {
    padding-top: 241px !important;
    padding-bottom: 100px !important;
}

.page-banner-area .main-title {
    color: #fff !important;
}

.page-banner-area .main-title .word-mark {
    display: inline-block;
    padding: 0 8px;
}

.page-banner-area ul li a {
    color: #fff !important;
    font-weight: 500;
}

.page-banner-area ul li a:hover {
    color: #F2B679 !important;
}

.page-banner-area ul li:last-child {
    color: #F2B679 !important;
    font-weight: 500;
}

@media only screen and (max-width: 991px) {
    .others-options .default-btn.header-cta {
        padding: 10px 14px;
        font-size: 13px;
    }

    .page-banner-area {
        padding-top: 160px !important;
        padding-bottom: 80px !important;
    }
}

@media only screen and (max-width: 767px) {
    .page-banner-area {
        padding-top: 140px !important;
        padding-bottom: 70px !important;
    }

    .site-logo,
    img[src*="logo.png"] {
        height: 72px !important;
    }
}

/* Application forms — Carer Registration & Referral Request */
.application-form .card {
    border: 1px solid #dde3e8 !important;
    border-radius: 12px !important;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06) !important;
    overflow: hidden;
    margin-bottom: 24px !important;
}

.application-form .card-header.bg-gray {
    background-color: #068075 !important;
    border-bottom: none;
    padding: 14px 24px;
}

.application-form .card-header .section-title {
    margin-bottom: 0 !important;
    font-size: 16px;
    font-weight: 600;
    padding: 0;
    color: #fff;
    letter-spacing: 0.02em;
}

.application-form .card-body {
    background-color: #fafbfc;
    padding: 24px 28px;
}

.application-form .form-label {
    font-weight: 500;
    font-size: 14px;
    color: #2d3436;
    margin-bottom: 6px;
}

.application-form .form-control,
.application-form .form-select {
    background-color: #f2f3f5 !important;
    border: 1px solid #c8d0d8 !important;
    border-radius: 8px !important;
    padding: 10px 14px !important;
    min-height: 44px;
    font-size: 15px;
    color: #1a1a1a;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.application-form textarea.form-control {
    min-height: 110px;
    resize: vertical;
}

.application-form .form-control::placeholder {
    color: #8a939c;
}

.application-form .form-control:hover:not(:focus):not(:disabled),
.application-form .form-select:hover:not(:focus):not(:disabled) {
    border-color: #9aacb8 !important;
    background-color: #eceef1 !important;
}

.application-form .form-control:focus,
.application-form .form-select:focus {
    background-color: #fff !important;
    border-color: #068075 !important;
    box-shadow: 0 0 0 3px rgba(6, 128, 117, 0.18) !important;
    outline: none;
}

.application-form input[type="radio"],
.application-form input[type="checkbox"] {
    accent-color: #068075;
    width: 16px;
    height: 16px;
    margin-top: 0;
    cursor: pointer;
}

.application-form .choice-label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #f2f3f5;
    border: 1px solid #d8dde3;
    border-radius: 8px;
    padding: 9px 16px;
    margin-right: 10px;
    margin-bottom: 8px;
    font-size: 14px;
    font-weight: 400;
    color: #333;
    cursor: pointer;
    transition: background-color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.application-form .choice-label:hover {
    border-color: #9aacb8;
    background-color: #eceef1;
}

.application-form .choice-label:has(input:checked) {
    background-color: rgba(6, 128, 117, 0.12);
    border-color: #068075;
    box-shadow: 0 0 0 1px rgba(6, 128, 117, 0.2);
    font-weight: 500;
    color: #056860;
}

.application-form .form-check {
    background: #f2f3f5;
    border: 1px solid #d8dde3;
    border-radius: 8px;
    padding: 10px 14px;
    margin-bottom: 8px;
    transition: background-color 0.2s ease, border-color 0.2s ease;
}

.application-form .form-check:has(input:checked) {
    background-color: rgba(6, 128, 117, 0.12);
    border-color: #068075;
}

.application-form .form-check-label {
    cursor: pointer;
    font-size: 14px;
}

.application-form .form-check-inline {
    background: #f2f3f5;
    border: 1px solid #d8dde3;
    border-radius: 8px;
    padding: 9px 16px;
    margin-right: 10px;
    margin-bottom: 8px;
    transition: background-color 0.2s ease, border-color 0.2s ease;
}

.application-form .form-check-inline:has(input:checked) {
    background-color: rgba(6, 128, 117, 0.12);
    border-color: #068075;
}

.application-form .experience-block {
    background: #fff !important;
    border: 1px solid #d8dde3 !important;
    border-radius: 10px !important;
}

.application-form .line-height label {
    line-height: 30px;
}

.application-form .alert {
    border-radius: 10px;
    margin-bottom: 24px;
}

.application-form .default-btn {
    margin-top: 8px;
    padding: 14px 32px;
}
