/* BaniTech Registration Forms */
.banitech-page {
    --bt-green: #00a65a;
    --bt-green-dark: #00864a;
    --bt-ink: #0c1c2c;
    --bt-muted: #5f7068;
    --bt-soft: #eef9f4;
    --bt-border: #dcebe4;
    --bt-white: #ffffff;
    --bt-shadow: 0 18px 55px rgba(13, 55, 39, .10);
    direction: rtl;
    color: var(--bt-ink);
    background:
        linear-gradient(rgba(0, 166, 90, .035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(0, 166, 90, .035) 1px, transparent 1px),
        #f8fcfa;
    background-size: 34px 34px;
    padding: 18px 16px 34px;
    font-family: Cairo, Tahoma, Arial, sans-serif;
    line-height: 1.8;
}

.banitech-page * {
    box-sizing: border-box;
}

.banitech-shell {
    width: min(1180px, 100%);
    margin: 0 auto;
}

.banitech-brand-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 20px;
    padding: 12px 18px;
    background: rgba(255, 255, 255, .92);
    border: 1px solid var(--bt-border);
    border-radius: 18px;
    box-shadow: 0 8px 28px rgba(13, 55, 39, .05);
}

.banitech-logo {
    width: 230px;
    max-width: 45%;
    height: auto;
    display: block;
}

.banitech-tag {
    color: var(--bt-green-dark);
    background: var(--bt-soft);
    border: 1px solid #cdebdc;
    padding: 8px 14px;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 700;
}

.banitech-hero {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1.3fr) minmax(280px, .7fr);
    gap: 30px;
    align-items: center;
    min-height: 470px;
    padding: 44px;
    overflow: hidden;
    background: linear-gradient(135deg, #ffffff 0%, #f4fbf7 100%);
    border: 1px solid var(--bt-border);
    border-radius: 30px;
    box-shadow: var(--bt-shadow);
}

.banitech-hero:before {
    content: "";
    position: absolute;
    inset: auto -120px -180px auto;
    width: 420px;
    height: 420px;
    background: radial-gradient(circle, rgba(0, 166, 90, .15), transparent 68%);
}

.banitech-hero-copy,
.banitech-hero-art {
    position: relative;
    z-index: 1;
}

.banitech-eyebrow {
    display: inline-flex;
    color: var(--bt-green-dark);
    background: var(--bt-soft);
    border: 1px solid #cdebdc;
    padding: 7px 14px;
    border-radius: 999px;
    font-weight: 800;
    font-size: 14px;
}

.banitech-hero h1 {
    margin: 18px 0 14px;
    font-size: clamp(32px, 5vw, 58px);
    line-height: 1.25;
    letter-spacing: -.6px;
}

.banitech-hero p {
    margin: 0;
    color: var(--bt-muted);
    font-size: 18px;
}

.banitech-hero-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 16px;
    margin-top: 26px;
    color: var(--bt-green-dark);
    font-weight: 700;
}

.banitech-button,
.banitech-submit {
    appearance: none;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    min-height: 52px;
    padding: 12px 24px;
    border: 0;
    border-radius: 14px;
    color: #fff !important;
    background: linear-gradient(135deg, var(--bt-green), var(--bt-green-dark));
    box-shadow: 0 12px 28px rgba(0, 166, 90, .22);
    text-decoration: none !important;
    font-weight: 800;
    cursor: pointer;
    transition: transform .2s ease, box-shadow .2s ease;
}

.banitech-button:hover,
.banitech-submit:hover {
    transform: translateY(-2px);
    box-shadow: 0 16px 34px rgba(0, 166, 90, .28);
}

.banitech-hero-art {
    display: grid;
    place-items: center;
}

.banitech-hero-art img {
    width: 100%;
    max-height: 380px;
    object-fit: contain;
    mix-blend-mode: multiply;
    filter: drop-shadow(0 24px 35px rgba(0, 80, 50, .12));
}

.banitech-grid {
    display: grid;
    gap: 18px;
}

.banitech-summary-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin: 26px 0;
}

.banitech-card {
    position: relative;
    background: #fff;
    border: 1px solid var(--bt-border);
    border-radius: 20px;
    padding: 26px;
    box-shadow: 0 10px 30px rgba(13, 55, 39, .06);
}

.banitech-card h3 {
    margin: 0 0 12px;
    font-size: 22px;
}

.banitech-card p,
.banitech-card li {
    color: var(--bt-muted);
}

.banitech-card ul {
    margin: 0;
    padding-right: 20px;
}

.banitech-number {
    display: inline-grid;
    place-items: center;
    width: 44px;
    height: 44px;
    margin-bottom: 18px;
    border-radius: 13px;
    color: var(--bt-green-dark);
    background: var(--bt-soft);
    font-weight: 900;
}

.banitech-details,
.banitech-form-section {
    margin-top: 28px;
    padding: 34px;
    background: #fff;
    border: 1px solid var(--bt-border);
    border-radius: 26px;
    box-shadow: var(--bt-shadow);
}

.banitech-section-heading {
    margin-bottom: 24px;
}

.banitech-section-heading > span {
    color: var(--bt-green-dark);
    font-weight: 800;
}

.banitech-section-heading h2 {
    margin: 5px 0 6px;
    font-size: clamp(28px, 4vw, 42px);
    line-height: 1.35;
}

.banitech-section-heading p {
    margin: 0;
    color: var(--bt-muted);
}

.banitech-condition-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.banitech-condition-grid div {
    position: relative;
    padding: 15px 48px 15px 16px;
    background: var(--bt-soft);
    border: 1px solid #d8eee4;
    border-radius: 14px;
}

.banitech-condition-grid div:before {
    content: "✓";
    position: absolute;
    right: 16px;
    top: 13px;
    display: grid;
    place-items: center;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    color: #fff;
    background: var(--bt-green);
    font-weight: 900;
}

.banitech-form fieldset {
    margin: 0 0 22px;
    padding: 24px;
    border: 1px solid var(--bt-border);
    border-radius: 18px;
    background: #fcfffd;
}

.banitech-form legend {
    padding: 0 12px;
    color: var(--bt-ink);
    font-size: 21px;
    font-weight: 900;
}

.banitech-fields {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.banitech-field {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.banitech-field-wide {
    grid-column: 1 / -1;
}

.banitech-field > span {
    font-weight: 800;
    color: #23372e;
}

.banitech-field b {
    display: inline-block;
    margin-right: 5px;
    color: var(--bt-green-dark);
    font-size: 11px;
    background: var(--bt-soft);
    padding: 2px 7px;
    border-radius: 999px;
}

.banitech-field input,
.banitech-field select,
.banitech-field textarea {
    width: 100%;
    min-height: 50px;
    padding: 11px 14px;
    color: var(--bt-ink);
    background: #fff;
    border: 1px solid #cfe2d8;
    border-radius: 12px;
    outline: none;
    font: inherit;
    transition: border-color .2s ease, box-shadow .2s ease;
}

.banitech-field textarea {
    resize: vertical;
}

.banitech-field input:focus,
.banitech-field select:focus,
.banitech-field textarea:focus {
    border-color: var(--bt-green);
    box-shadow: 0 0 0 4px rgba(0, 166, 90, .10);
}

.banitech-upload input[type="file"] {
    padding: 14px;
    background: var(--bt-soft);
}

.banitech-upload small {
    color: var(--bt-muted);
}

.banitech-consent {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin: 18px 0;
    padding: 18px;
    background: var(--bt-soft);
    border: 1px solid #d8eee4;
    border-radius: 14px;
    font-weight: 700;
}

.banitech-consent input {
    margin-top: 7px;
    transform: scale(1.2);
}

.banitech-submit {
    width: 100%;
    min-height: 58px;
    font-size: 18px;
}

.banitech-submit[disabled] {
    opacity: .65;
    cursor: wait;
}

.banitech-honeypot {
    position: absolute !important;
    left: -9999px !important;
    width: 1px !important;
    height: 1px !important;
    opacity: 0 !important;
}

.banitech-conditional {
    display: none;
}

.banitech-conditional.is-visible {
    display: flex;
}

.banitech-alert,
.banitech-message {
    padding: 24px;
    border-radius: 18px;
    margin-bottom: 24px;
}

.banitech-alert-error {
    color: #8a1f16;
    background: #fff3f1;
    border: 1px solid #ffd6d1;
}

.banitech-message {
    max-width: 760px;
    margin: 50px auto;
    text-align: center;
    background: #fff;
    border: 1px solid var(--bt-border);
    box-shadow: var(--bt-shadow);
}

.banitech-message-icon {
    display: grid;
    place-items: center;
    width: 76px;
    height: 76px;
    margin: 0 auto 18px;
    color: #fff;
    background: var(--bt-green);
    border-radius: 50%;
    font-size: 38px;
    font-weight: 900;
}

.banitech-message h2 {
    margin: 0 0 12px;
    font-size: 34px;
}

.banitech-message strong {
    display: inline-block;
    margin: 4px 0 18px;
    color: var(--bt-green-dark);
    font-size: 24px;
}

.banitech-partners {
    margin-top: 30px;
    overflow: hidden;
    background: #fff;
    border: 1px solid var(--bt-border);
    border-radius: 24px;
    box-shadow: 0 10px 30px rgba(13, 55, 39, .06);
}

.banitech-partners img {
    display: block;
    width: 100%;
    height: auto;
}

@media (max-width: 900px) {
    .banitech-hero {
        grid-template-columns: 1fr;
        padding: 32px;
    }

    .banitech-hero-art {
        order: -1;
    }

    .banitech-hero-art img {
        max-height: 260px;
    }

    .banitech-summary-grid,
    .banitech-fields,
    .banitech-condition-grid {
        grid-template-columns: 1fr;
    }

    .banitech-field-wide {
        grid-column: auto;
    }
}

@media (max-width: 640px) {
    .banitech-page {
        padding: 14px 10px 30px;
    }

    .banitech-brand-header {
        align-items: flex-start;
        flex-direction: column;
    }

    .banitech-logo {
        max-width: 75%;
    }

    .banitech-hero,
    .banitech-details,
    .banitech-form-section {
        padding: 22px;
        border-radius: 20px;
    }

    .banitech-hero h1 {
        font-size: 34px;
    }

    .banitech-form fieldset {
        padding: 18px 14px;
    }

    .banitech-tag {
        font-size: 12px;
    }
}


/* Version 1.0.4
   The standalone page header and partner footer were removed
   The approved BaniTech white green and dark navy identity remains in the hero cards forms and backgrounds
*/


/* BaniTech v1.0.5
   No standalone header or footer inside the forms
   The visual identity remains white green and dark navy
*/
.banitech-page .banitech-brand-header,
.banitech-page .banitech-partners {
    display: none !important;
}

body:has(.banitech-page) header.site-header,
body:has(.banitech-page) #masthead,
body:has(.banitech-page) footer.site-footer,
body:has(.banitech-page) #colophon {
    display: none !important;
}

body:has(.banitech-page) .site-content,
body:has(.banitech-page) .content-area,
body:has(.banitech-page) main {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

.banitech-page {
    --bt-green: #00a65a;
    --bt-green-dark: #087d49;
    --bt-ink: #0c1c2c;
    --bt-muted: #5b6f66;
    --bt-soft: #eef9f4;
    --bt-border: #d5e9df;
    padding-top: 12px;
}

.banitech-hero {
    background:
        linear-gradient(135deg, rgba(255,255,255,.98), rgba(240,250,245,.98)),
        linear-gradient(rgba(0,166,90,.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(0,166,90,.035) 1px, transparent 1px);
    background-size: auto, 30px 30px, 30px 30px;
}

.banitech-hero-art {
    min-height: 360px;
    padding: 14px;
}

.banitech-hero-art img {
    width: 100%;
    max-width: 520px;
    max-height: 430px;
    object-fit: contain;
    mix-blend-mode: normal;
    image-rendering: auto;
    filter: drop-shadow(0 22px 34px rgba(0, 92, 53, .14));
}

.banitech-hero-facts {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.banitech-hero-facts span {
    display: inline-flex;
    align-items: center;
    min-height: 42px;
    padding: 8px 14px;
    color: var(--bt-green-dark);
    background: rgba(238,249,244,.95);
    border: 1px solid #cbe8d8;
    border-radius: 999px;
    font-weight: 800;
}

@media (max-width: 900px) {
    .banitech-hero-art {
        min-height: 250px;
    }

    .banitech-hero-art img {
        max-height: 300px;
    }
}

@media (max-width: 640px) {
    .banitech-hero-facts {
        width: 100%;
    }

    .banitech-hero-facts span {
        width: 100%;
        justify-content: center;
        text-align: center;
        border-radius: 12px;
    }
}


/* BaniTech v1.0.7
   Larger left visual on employers page
   Clear free program messaging for employers
*/
.banitech-company-page .banitech-hero {
    grid-template-columns: minmax(360px, .95fr) minmax(0, 1.05fr);
    gap: 36px;
}

.banitech-company-page .banitech-hero-art {
    min-height: 460px;
    padding: 8px;
}

.banitech-company-page .banitech-hero-art img {
    max-width: 100%;
    max-height: 520px;
    width: 100%;
    object-fit: contain;
    transform: scale(1.08);
}

.banitech-company-page .company-summary {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

@media (max-width: 1100px) {
    .banitech-company-page .company-summary {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 900px) {
    .banitech-company-page .banitech-hero {
        grid-template-columns: 1fr;
    }

    .banitech-company-page .banitech-hero-art {
        min-height: 290px;
        padding: 0;
    }

    .banitech-company-page .banitech-hero-art img {
        max-height: 340px;
        transform: none;
    }
}

@media (max-width: 640px) {
    .banitech-company-page .company-summary {
        grid-template-columns: 1fr;
    }
}


/* BaniTech v1.1.0
   Employers page left visual changed to a structured brand card
*/
.banitech-company-page .banitech-hero-art {
    display: grid;
    place-items: center;
    min-height: 420px;
    padding: 10px 0;
}

.banitech-company-page .banitech-brand-feature {
    width: min(100%, 420px);
    background: linear-gradient(180deg, #ffffff 0%, #f4fbf7 100%);
    border: 1px solid #d7e9e0;
    border-radius: 28px;
    padding: 34px 28px;
    box-shadow: 0 20px 40px rgba(10, 42, 28, .08);
    text-align: center;
    position: relative;
    overflow: hidden;
}

.banitech-company-page .banitech-brand-feature::before {
    content: "";
    position: absolute;
    inset: -120px auto auto -120px;
    width: 240px;
    height: 240px;
    background: radial-gradient(circle, rgba(0,166,90,.10), transparent 68%);
    pointer-events: none;
}

.banitech-company-page .banitech-brand-feature::after {
    content: "";
    position: absolute;
    left: 22px;
    top: 22px;
    width: 56px;
    height: 56px;
    border-left: 2px solid rgba(0,166,90,.10);
    border-top: 2px solid rgba(0,166,90,.10);
    border-radius: 12px 0 0 0;
}

.banitech-company-page .banitech-brand-feature-logo {
    display: block;
    width: min(260px, 78%);
    margin: 0 auto 18px;
    height: auto;
    position: relative;
    z-index: 1;
}

.banitech-company-page .banitech-brand-feature-divider {
    width: 84px;
    height: 4px;
    margin: 0 auto 18px;
    border-radius: 999px;
    background: linear-gradient(90deg, #00a65a, #7fd3a4);
    position: relative;
    z-index: 1;
}

.banitech-company-page .banitech-brand-feature-copy {
    position: relative;
    z-index: 1;
}

.banitech-company-page .banitech-brand-feature-label {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 6px 12px;
    border: 1px solid #d7eadf;
    border-radius: 999px;
    background: #eef9f4;
    color: #087d49;
    font-weight: 800;
    font-size: 13px;
    margin-bottom: 14px;
}

.banitech-company-page .banitech-brand-feature-copy h3 {
    margin: 0 0 12px;
    color: #0c1c2c;
    font-size: clamp(28px, 3vw, 40px);
    line-height: 1.35;
    letter-spacing: -.3px;
}

.banitech-company-page .banitech-brand-feature-copy h3 span {
    color: #00a65a;
}

.banitech-company-page .banitech-brand-feature-copy p {
    margin: 0;
    color: #5b6f66;
    font-size: 17px;
    line-height: 1.9;
}

@media (max-width: 900px) {
    .banitech-company-page .banitech-brand-feature {
        width: min(100%, 520px);
        padding: 28px 22px;
    }
}

@media (max-width: 640px) {
    .banitech-company-page .banitech-brand-feature-copy h3 {
        font-size: 26px;
    }

    .banitech-company-page .banitech-brand-feature-copy p {
        font-size: 15px;
    }
}


/* BaniTech v1.1.2
   Short and more prominent employers page headline
*/
.banitech-company-page .banitech-hero-subtitle {
    margin: 4px 0 12px;
    color: #087d49;
    font-size: clamp(18px, 2vw, 23px);
    line-height: 1.7;
}

.banitech-company-page .banitech-hero-subtitle strong {
    font-weight: 900;
}


/* BaniTech v1.1.3
   Jobs page left visual changed to a structured brand card
*/
.banitech-job-page .banitech-hero {
    grid-template-columns: minmax(360px, .95fr) minmax(0, 1.05fr);
    gap: 36px;
}

.banitech-job-page .banitech-hero-art {
    display: grid;
    place-items: center;
    min-height: 420px;
    padding: 10px 0;
}

.banitech-job-page .banitech-job-feature {
    width: min(100%, 420px);
    background: linear-gradient(180deg, #ffffff 0%, #f4fbf7 100%);
    border: 1px solid #d7e9e0;
    border-radius: 28px;
    padding: 34px 28px;
    box-shadow: 0 20px 40px rgba(10, 42, 28, .08);
    text-align: center;
    position: relative;
    overflow: hidden;
}

.banitech-job-page .banitech-job-feature::before {
    content: "";
    position: absolute;
    inset: -120px auto auto -120px;
    width: 240px;
    height: 240px;
    background: radial-gradient(circle, rgba(0,166,90,.10), transparent 68%);
    pointer-events: none;
}

.banitech-job-page .banitech-job-feature::after {
    content: "";
    position: absolute;
    left: 22px;
    top: 22px;
    width: 56px;
    height: 56px;
    border-left: 2px solid rgba(0,166,90,.10);
    border-top: 2px solid rgba(0,166,90,.10);
    border-radius: 12px 0 0 0;
}

.banitech-job-page .banitech-brand-feature-logo {
    display: block;
    width: min(260px, 78%);
    margin: 0 auto 18px;
    height: auto;
    position: relative;
    z-index: 1;
}

.banitech-job-page .banitech-brand-feature-divider {
    width: 84px;
    height: 4px;
    margin: 0 auto 18px;
    border-radius: 999px;
    background: linear-gradient(90deg, #00a65a, #7fd3a4);
    position: relative;
    z-index: 1;
}

.banitech-job-page .banitech-brand-feature-copy {
    position: relative;
    z-index: 1;
}

.banitech-job-page .banitech-brand-feature-label {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 6px 12px;
    border: 1px solid #d7eadf;
    border-radius: 999px;
    background: #eef9f4;
    color: #087d49;
    font-weight: 800;
    font-size: 13px;
    margin-bottom: 14px;
}

.banitech-job-page .banitech-brand-feature-copy h3 {
    margin: 0 0 12px;
    color: #0c1c2c;
    font-size: clamp(28px, 3vw, 40px);
    line-height: 1.35;
    letter-spacing: -.3px;
}

.banitech-job-page .banitech-brand-feature-copy h3 span {
    color: #00a65a;
}

.banitech-job-page .banitech-brand-feature-copy p {
    margin: 0;
    color: #5b6f66;
    font-size: 17px;
    line-height: 1.9;
}

@media (max-width: 900px) {
    .banitech-job-page .banitech-hero {
        grid-template-columns: 1fr;
    }

    .banitech-job-page .banitech-job-feature {
        width: min(100%, 520px);
        padding: 28px 22px;
    }
}

@media (max-width: 640px) {
    .banitech-job-page .banitech-brand-feature-copy h3 {
        font-size: 26px;
    }

    .banitech-job-page .banitech-brand-feature-copy p {
        font-size: 15px;
    }
}


/* BaniTech v1.1.4
   Stack employers summary cards vertically for a cleaner professional layout
*/
.banitech-company-page .company-summary {
    grid-template-columns: 1fr !important;
    gap: 16px;
}

.banitech-company-page .company-summary .banitech-card {
    padding: 24px 26px;
    border-radius: 22px;
    min-height: auto;
}

.banitech-company-page .company-summary .banitech-card h3 {
    margin-bottom: 8px;
}

.banitech-company-page .company-summary .banitech-card p {
    margin: 0;
    line-height: 1.9;
}

.banitech-company-page .company-summary .banitech-number {
    margin-bottom: 14px;
}

@media (min-width: 901px) {
    .banitech-company-page .company-summary {
        max-width: 760px;
        margin-right: auto;
        margin-left: auto;
    }
}
