
        .apply-page {
            min-height: 100vh;
            padding: 136px 0 72px;
            background: #f5f8fb;
        }

        .footer-area {
            margin-top: 0 !important;
            padding-top: 60px !important;
        }

        .footer-area .widget {
            margin-bottom: 30px !important;
        }

        .footer-area .widget-title {
            color: #ffffff !important;
            font-size: 20px;
            margin-bottom: 24px;
        }

        .footer-area .widget_about .thumb img {
            max-width: 180px;
        }

        .footer-area .widget_about .details p {
            color: rgba(255, 255, 255, 0.75) !important;
            font-size: 15px;
            line-height: 1.6;
            margin-bottom: 12px;
        }

        .footer-area .footer-linkedin {
            margin-top: 20px;
        }

        .footer-area .footer-linkedin-link {
            display: inline-flex;
            align-items: center;
            gap: 10px;
            color: #ffffff !important;
            text-decoration: none;
            font-size: 15px;
            padding: 8px 18px;
            border: 1px solid rgba(255, 255, 255, 0.25);
            border-radius: 6px;
            transition: all 0.3s ease;
        }

        .footer-area .footer-linkedin-link:hover {
            background: #0077B5;
            border-color: #0077B5;
        }

        .footer-area .footer-linkedin-link i {
            font-size: 16px;
            color: #ffffff;
            transition: color 0.3s ease;
        }

        .footer-area .footer-linkedin-link:hover i {
            color: #ffffff;
        }

        .footer-area .widget_nav_menu ul {
            list-style: none !important;
            padding-left: 0 !important;
        }

        .footer-area .widget_nav_menu ul li {
            margin-bottom: 10px;
        }

        .footer-area .widget_nav_menu ul li a {
            color: rgba(255, 255, 255, 0.75) !important;
            text-decoration: none;
            font-size: 15px;
            transition: color 0.3s ease;
        }

        .footer-area .widget_nav_menu ul li a:hover {
            color: #ffffff !important;
        }

        .footer-bottom {
            border-top: 1px solid rgba(255, 255, 255, 0.12) !important;
            padding: 20px 0;
        }

        .footer-bottom p {
            color: rgba(255, 255, 255, 0.6) !important;
            margin: 0;
            font-size: 14px;
        }

        .apply-page .enquiry-form-card {
            max-width: 980px;
            margin: 0 auto;
            animation: none;
            border: 0;
            border-radius: 36px;
            background-image: linear-gradient(135deg, #196080 0%, #0f3c50 100%);
            background-size: auto;
        }

        .apply-page .enquiry-form-card::before,
        .apply-page .enquiry-form-card::after {
            display: none;
        }

        .apply-header {
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 16px;
            margin-bottom: 8px;
        }

        .apply-back-link {
            color: rgba(255, 255, 255, 0.95);
            text-decoration: none;
            font-weight: 700;
            font-size: 14px;
            white-space: nowrap;
        }

        .apply-back-link:hover {
            color: #fff;
            text-decoration: underline;
        }

        .apply-stepper {
            list-style: none;
            margin: 16px 0 22px;
            padding: 0;
            display: flex;
            gap: 12px;
            position: relative;
            z-index: 1;
        }

        .apply-stepper li {
            flex: 1;
            border: 1px solid rgba(255, 255, 255, 0.45);
            border-radius: 12px;
            color: rgba(255, 255, 255, 0.8);
            font-weight: 700;
            font-size: 14px;
            padding: 10px 14px;
            display: flex;
            align-items: center;
            gap: 8px;
        }

        .apply-stepper .step-num {
            width: 24px;
            height: 24px;
            border-radius: 50%;
            border: 1px solid rgba(255, 255, 255, 0.6);
            display: inline-flex;
            align-items: center;
            justify-content: center;
            font-size: 12px;
        }

        .apply-stepper li.active {
            background: rgba(255, 255, 255, 0.14);
            color: #ffffff;
            border-color: rgba(255, 255, 255, 0.75);
        }

        .apply-stepper li.active .step-num {
            background: #ffffff;
            color: #196080;
            border-color: #ffffff;
        }

        .apply-step {
            display: none;
        }

        .apply-step.active {
            display: block;
        }

        .apply-grid-two {
            display: grid;
            grid-template-columns: repeat(2, minmax(0, 1fr));
            gap: 12px;
            margin-bottom: 14px;
        }

        .apply-grid-one {
            display: grid;
            grid-template-columns: minmax(0, 1fr);
            gap: 12px;
            margin-bottom: 14px;
        }

        .apply-summary {
            background: rgba(255, 255, 255, 0.14);
            border-radius: 14px;
            padding: 14px 16px;
            margin-bottom: 14px;
            color: rgba(255, 255, 255, 0.95);
            position: relative;
            z-index: 1;
        }

        .apply-summary strong {
            color: #ffffff;
        }

        .apply-actions {
            display: flex;
            gap: 10px;
            margin-top: 16px;
        }

        .apply-actions .form-submit-btn {
            width: auto;
            min-width: 170px;
        }

        .apply-secondary-btn {
            background: #ffffff;
            color: #196080;
            border: 0;
            border-radius: 50px;
            padding: 14px 24px;
            font-family: var(--font-heading);
            font-weight: 700;
            cursor: pointer;
        }

        .apply-success {
            margin-top: 20px;
            border-radius: 12px;
            padding: 14px 16px;
            background: rgba(25, 170, 90, 0.16);
            border: 1px solid rgba(25, 170, 90, 0.45);
            color: #d7ffe6;
            font-weight: 700;
            display: none;
        }

        @media (max-width: 991px) {
            .apply-page {
                padding: 114px 0 46px;
            }

            .apply-page .enquiry-form-card {
                padding: 28px 22px;
            }

            .apply-grid-two {
                grid-template-columns: 1fr;
            }

            .apply-actions {
                flex-direction: column;
            }

            .apply-actions .form-submit-btn,
            .apply-secondary-btn {
                width: 100%;
            }
        }

        @media (max-width: 575px) {
            .apply-page {
                padding: 106px 0 30px;
            }

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

            .apply-stepper {
                flex-direction: column;
            }

            .apply-page .enquiry-form-card {
                border-radius: 24px;
                padding: 24px 16px;
            }
        }
    