.jobs-banner-caption {
    text-align: left;
    max-width: 760px;
}

.jobs-banner-breadcrumb {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 18px;
    font-size: 14px;
    font-weight: 600;
}

.jobs-banner-breadcrumb a,
.jobs-banner-breadcrumb span,
.jobs-banner-copy h2 {
    color: #fff;
}

.jobs-banner-breadcrumb a {
    text-decoration: none;
}

.jobs-banner-breadcrumb a:hover {
    text-decoration: underline;
}

.jobs-banner-copy h2 {
    margin: 0;
    font-size: 42px;
    font-weight: 800;
    line-height: 1.2;
}

.emb-kicker {
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    color: #302283;
    margin-bottom: 12px;
}

.emb-hero-section,
.emb-section,
.emb-cta-section,
.emb-footer-seo,
.emb-enquiry-wrap {
    padding: 72px 0;
}

.emb-soft-bg {
    background: #f7f8fc;
}

.emb-hero-section {
    background: #fff;
}

.emb-hero-grid {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 36px;
    align-items: start;
}

.emb-hero-left h1 {
    font-size: 40px;
    line-height: 1.2;
    color: #161616;
    margin: 0 0 16px;
    font-weight: 800;
}

.emb-hero-left h2,
.emb-section-head h2,
.emb-two-col h2,
.emb-cta-box h2,
.emb-enquiry-head h2 {
    font-size: 32px;
    line-height: 1.3;
    color: #1d1d1d;
    margin: 0 0 14px;
    font-weight: 800;
}

.emb-hero-left p,
.emb-section-head p,
.emb-warning-card p,
.emb-service-card p,
.emb-process-card p,
.emb-side-card p,
.emb-trust-card p,
.emb-faq-item p,
.emb-footer-seo p,
.emb-enquiry-head p {
    font-size: 17px;
    line-height: 1.8;
    color: #5a5e68;
    margin: 0;
}

.emb-hero-left p + p {
    margin-top: 14px;
}

.emb-hero-actions,
.emb-cta-actions {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    margin-top: 26px auto;
}

.emb-btn {
    display: inline-block;
    padding: 14px 24px;
    border-radius: 999px;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none !important;
    transition: all 0.25s ease;
}

.emb-btn-primary {
    background: #302283;
    color: #fff !important;
    border: 2px solid #302283;
}

.emb-btn-primary:hover {
    background: #24196f;
    border-color: #24196f;
}

.emb-btn-outline {
    background: transparent;
    color: #302283 !important;
    border: 2px solid #302283;
}

.emb-btn-outline:hover {
    background: #302283;
    color: #fff !important;
}

.emb-btn.light {
    background: #fff;
    color: #302283 !important;
    border-color: #fff;
}

.emb-btn.light:hover {
    background: #f1f2f8;
    color: #302283 !important;
}

.emb-highlight-card,
.emb-warning-card,
.emb-service-card,
.emb-process-card,
.emb-side-card,
.emb-trust-card,
.emb-faq-item,
.emb-enquiry-card {
    background: #fff;
    border-radius: 22px;
    box-shadow: 0 14px 35px rgba(20,20,43,0.08);
}

.emb-highlight-card {
    padding: 32px 28px;
    border-top: 4px solid #302283;
}

.emb-highlight-card h3,
.emb-warning-card h3,
.emb-service-card h3,
.emb-process-card h3,
.emb-side-card h3,
.emb-trust-card h3,
.emb-faq-item h3 {
    font-size: 22px;
    line-height: 1.4;
    color: #1d1d1d;
    margin: 0 0 14px;
    font-weight: 700;
}

.emb-highlight-card ul,
.emb-warning-card ul,
.emb-link-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.emb-highlight-card ul li,
.emb-warning-card ul li,
.emb-link-list li {
    position: relative;
    padding-left: 26px;
    margin-bottom: 12px;
    font-size: 16px;
    line-height: 1.7;
    color: #5a5e68;
}

.emb-highlight-card ul li:before,
.emb-warning-card ul li:before,
.emb-link-list li:before {
    content: "\f00c";
    font-family: FontAwesome;
    color: #302283;
    position: absolute;
    left: 0;
    top: 2px;
}

.emb-section-head {
    max-width: 820px;
    margin: 0 auto 38px;
    text-align: center;
}

.emb-warning-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
}

.emb-warning-card {
    padding: 28px 24px;
}

.emb-warning-card.primary {
    background: linear-gradient(135deg, #302283 0%, #4436a4 100%);
}

.emb-warning-card.primary h3,
.emb-warning-card.primary p {
    color: #fff;
}

.emb-service-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 22px;
}

.emb-service-card {
    padding: 28px 24px;
    border-bottom: 4px solid #302283;
}

.emb-benefit-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 16px;
}

.emb-benefit-item {
    background: #fff;
    color: #302283;
    text-align: center;
    padding: 22px 16px;
    border-radius: 18px;
    font-size: 16px;
    font-weight: 700;
    box-shadow: 0 10px 26px rgba(20,20,43,0.08);
}

.emb-process-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
}

.emb-process-card {
    padding: 26px 22px;
    border-top: 4px solid #302283;
    text-align: left;
}

.emb-process-card span {
    display: inline-flex;
    width: 52px;
    height: 52px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #302283;
    color: #fff;
    font-size: 18px;
    font-weight: 800;
    margin-bottom: 16px;
}

.emb-two-col {
    display: grid;
    grid-template-columns: 1.25fr 0.85fr;
    gap: 30px;
    align-items: start;
}

.emb-link-list li a {
    color: #302283;
    text-decoration: none;
    font-weight: 700;
}

.emb-link-list li a:hover {
    text-decoration: underline;
}

.emb-side-card {
    padding: 30px 26px;
    background: linear-gradient(135deg, #302283 0%, #4336a2 100%);
}

.emb-side-card h3,
.emb-side-card p {
    color: #fff;
}

.emb-location-tags {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 18px;
}

.emb-location-tags span {
    display: inline-block;
    padding: 10px 14px;
    border-radius: 999px;
    background: rgba(255,255,255,0.14);
    color: #fff;
    font-size: 14px;
    font-weight: 700;
}

.emb-trust-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 22px;
}

.emb-trust-card {
    padding: 28px 24px;
    border-bottom: 4px solid #302283;
}

.emb-cta-section {
    background: linear-gradient(135deg, #302283 0%, #201760 100%);
}

.emb-cta-box {
    max-width: 860px;
    margin: 0 auto;
    text-align: center;
}

.emb-cta-box h2,
.emb-cta-box p {
    color: #fff;
}

.emb-enquiry-card {
    padding: 32px 28px;
    border-top: 4px solid #302283;
}

.emb-form-alert {
    border-radius: 12px;
    padding: 12px 14px;
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 16px;
}

.emb-form-alert.success {
    background: #eef8f1;
    color: #137333;
    border: 1px solid #cce9d4;
}

.emb-form-alert.error {
    background: #fff1f1;
    color: #b42318;
    border: 1px solid #f0c7c7;
}

.emb-form-grid {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    width: 100%;
}

.emb-form-group {
    width: 100%;
    margin: 0;
}

.emb-form-group.full-width {
    grid-column: 1 / -1;
}

.emb-form-group label {
    display: block;
    margin: 0 0 8px;
    color: #242834;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.4;
}

.emb-form-grid .enquiry-box,
.emb-form-grid .calback-box1 {
    width: 100% !important;
    background: #fff;
    color: #1b1b1b;
    border: 1px solid #d9deea;
    border-radius: 12px;
    box-sizing: border-box;
    display: block !important;
    box-shadow: none;
    transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

.emb-form-grid .enquiry-box {
    height: 48px;
    min-height: 48px;
    padding: 0 14px;
    font-size: 15px;
    line-height: 48px;
}

.emb-form-grid .calback-box1 {
    min-height: 120px;
    padding: 12px 14px;
    font-size: 15px;
    line-height: 1.6;
    resize: vertical;
}

.emb-form-grid .enquiry-box:focus,
.emb-form-grid .calback-box1:focus {
    outline: none;
    border-color: #302283;
    box-shadow: 0 0 0 4px rgba(48,34,131,0.08);
}

.emb-submit-btn {
    width: 100% !important;
    height: 50px;
    border: none;
    border-radius: 999px;
    background: #302283;
    color: #fff;
    font-weight: 700;
    font-size: 15px;
    padding: 0 24px;
    transition: all 0.25s ease;
    display: block;
    cursor: pointer;
    box-shadow: 0 12px 24px rgba(48,34,131,0.18);
}

.emb-submit-btn:hover {
    background: #24196f;
    transform: translateY(-1px);
}

.emb-faq-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 22px;
}

.emb-faq-item {
    padding: 26px 22px;
}

.emb-footer-seo {
    background: #fafafe;
    border-top: 1px solid #ececf3;
    border-bottom: 1px solid #ececf3;
}

.emb-footer-seo p {
    max-width: 980px;
    margin: 0 auto;
    text-align: center;
}

@media (max-width: 1199px) {
    .emb-hero-grid,
    .emb-two-col {
        grid-template-columns: 1fr;
    }

    .emb-service-grid,
    .emb-trust-grid,
    .emb-process-grid,
    .emb-benefit-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 991px) {
    .jobs-banner-copy h2,
    .emb-hero-left h1 {
        font-size: 34px;
    }

    .emb-hero-left h2,
    .emb-section-head h2,
    .emb-two-col h2,
    .emb-cta-box h2,
    .emb-enquiry-head h2 {
        font-size: 28px;
    }

    .emb-warning-grid,
    .emb-form-grid,
    .emb-faq-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767px) {
    .emb-hero-section,
    .emb-section,
    .emb-cta-section,
    .emb-footer-seo,
    .emb-enquiry-wrap {
        padding: 54px 0;
    }

    .jobs-banner-copy h2,
    .emb-hero-left h1 {
        font-size: 28px;
    }

    .emb-hero-left h2,
    .emb-section-head h2,
    .emb-two-col h2,
    .emb-cta-box h2,
    .emb-enquiry-head h2 {
        font-size: 24px;
    }

    .emb-hero-left p,
    .emb-section-head p,
    .emb-warning-card p,
    .emb-service-card p,
    .emb-process-card p,
    .emb-side-card p,
    .emb-trust-card p,
    .emb-faq-item p,
    .emb-footer-seo p,
    .emb-enquiry-head p {
        font-size: 15px;
    }

    .emb-feature-list,
    .emb-service-grid,
    .emb-trust-grid,
    .emb-process-grid,
    .emb-benefit-grid,
    .emb-faq-grid {
        grid-template-columns: 1fr;
    }

    .emb-btn {
        width: 100%;
        text-align: center;
    }

    .emb-enquiry-card {
        padding: 24px 18px;
    }
}


.emb-cta-section {
    background: linear-gradient(135deg, #302283 0%, #201760 100%);
    text-align: center;
}

.emb-cta-box {
    max-width: 860px;
    margin: 0 auto;
    text-align: center !important;
}

.emb-cta-box h2,
.emb-cta-box p {
    color: #fff;
    text-align: center !important;
}

.emb-cta-actions {
    display: flex;
    justify-content: center !important;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
    margin-top: 28px;
    width: 100%;
}