
        :root {
            --rise-blue: #196080;
            --rise-blue-dark: #0f3c50;
            --rise-accent: #26b3c0;
            --rise-gold: #e8b44b;
            --rise-bg: #f4f8fb;
        }

        body {
            font-family: 'Lato', sans-serif;
            background: radial-gradient(circle at 10% 10%, rgba(38, 179, 192, 0.08), transparent 42%), var(--rise-bg);
        }

        .rise-landing-only {
            display: block;
        }

        .rise-post-only {
            display: none;
        }

        .rise-page {
            padding: 136px 0 80px;
            min-height: 100vh;
            position: relative;
        }

        .rise-hero-strip {
            border-radius: 48px;
            overflow: hidden;
            border: 1px solid rgba(15, 60, 80, 0.22);
            box-shadow: 0 24px 80px rgba(15, 60, 80, 0.22);
            background: linear-gradient(145deg, #0f3c50 0%, #15526d 56%, #1c7a8d 100%);
            margin-bottom: 24px;
        }

        .rise-hero-left {
            background: #ffffff;
            color: #1e4659;
            padding: 46px 44px;
            min-height: 100%;
            position: relative;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            gap: 24px;
        }

        .rise-hero-left::after {
            content: "";
            position: absolute;
            width: 280px;
            height: 280px;
            border-radius: 50%;
            background: radial-gradient(circle, rgba(25, 96, 128, 0.14), transparent 70%);
            right: -72px;
            bottom: -84px;
            pointer-events: none;
        }

        .rise-poster-wrap {
            width: min(420px, 100%);
            border-radius: 48px;
            background: rgba(25, 96, 128, 0.08);
            border: 1px solid rgba(25, 96, 128, 0.24);
            padding: 16px;
            backdrop-filter: blur(4px);
        }

        .rise-poster-wrap img {
            width: 100%;
            aspect-ratio: 1/1;
            border-radius: 28px;
            object-fit: cover;
        }

        .rise-kicker {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            padding: 8px 14px;
            border-radius: 999px;
            border: 1px solid rgba(25, 96, 128, 0.26);
            background: rgba(25, 96, 128, 0.08);
            color: #1d4f66;
            font-size: 12px;
            font-weight: 700;
            letter-spacing: 0.04em;
            text-transform: uppercase;
            width: fit-content;
        }

        .rise-top-banner {
            width: 100%;
            max-width: 100%;
            border-radius: 24px;
            overflow: hidden;
            border: 0;
            background: transparent;
            margin: 0 0 16px;
        }

        .rise-top-banner img {
            width: 100%;
            aspect-ratio: 1310 / 770;
            object-fit: cover;
            display: block;
        }

        .rise-top-banner-mobile {
            display: none;
            margin-bottom: 16px;
        }

        .rise-top-banner-mobile-outside {
            display: none;
            margin-bottom: 14px;
            background: #ffffff;
        }

        .rise-title {
            font-family: 'Domine', serif;
            font-size: clamp(34px, 4.6vw, 52px);
            line-height: 1.08;
            margin: 14px 0 12px;
            color: #196080;
        }

        .rise-subtitle {
            font-size: clamp(18px, 2vw, 24px);
            font-family: 'Domine', serif;
            margin-bottom: 14px;
            color: #2d5f75;
        }

        .rise-intro {
            max-width: 560px;
            color: #446879;
            margin: 0;
            line-height: 1.75;
            font-size: 16px;
        }

        .rise-step1-wrap {
            padding: 26px;
            background: transparent;
            min-height: 100%;
            display: flex;
            align-items: center;
        }

        .rise-step1-wrap .enquiry-form-card {
            width: 100%;
            margin: 0;
            border-radius: 48px;
            border: 0;
            box-shadow: 0 24px 60px rgba(15, 60, 80, 0.14);
            background-image: linear-gradient(135deg, #196080 0%, #0f3c50 100%);
        }

        .rise-step1-wrap .enquiry-form-card::before,
        .rise-step1-wrap .enquiry-form-card::after {
            display: none;
        }

        .rise-step1-meta {
            margin-top: 16px;
            color: rgba(255, 255, 255, 0.82);
            font-size: 12px;
            text-align: center;
        }

        .rise-step1-status {
            margin: 10px 0 0;
            text-align: center;
            font-size: 13px;
            color: rgba(255, 255, 255, 0.86);
            min-height: 20px;
        }

        .rise-step1-status.error {
            color: #ffd7dc;
        }

        .rise-otp-block {
            display: none;
            margin-top: 14px;
            position: relative;
            z-index: 1;
        }

        .rise-otp-block.visible {
            display: block;
        }

        .rise-otp-help {
            margin: 8px 0 0;
            color: rgba(255, 255, 255, 0.82);
            font-size: 13px;
            line-height: 1.5;
        }

        .rise-otp-actions {
            margin-top: 12px;
            display: flex;
            gap: 10px;
        }

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

        .rise-otp-actions .apply-secondary-btn {
            border-radius: 999px;
            min-width: 148px;
        }

        .rise-email-otp-block {
            display: none;
            margin-top: 12px;
            position: relative;
            z-index: 1;
        }

        .rise-email-otp-block.visible {
            display: block;
        }

        .rise-email-otp-status {
            margin: 10px 0 0;
            font-size: 13px;
            color: rgba(255, 255, 255, 0.86);
            min-height: 20px;
        }

        .rise-email-otp-status.error {
            color: #ffd7dc;
        }

        .rise-card {
            border-radius: 48px;
            background: #ffffff;
            border: 1px solid rgba(25, 96, 128, 0.1);
            box-shadow: 0 18px 50px rgba(15, 60, 80, 0.08);
            padding: 36px;
            height: 100%;
        }

        .rise-card-title {
            font-family: 'Domine', serif;
            color: var(--rise-blue);
            margin-bottom: 20px;
            font-size: clamp(24px, 2.8vw, 34px);
        }

        .rise-points {
            margin: 0;
            padding: 0;
            list-style: none;
            display: grid;
            gap: 12px;
        }

        .rise-points li {
            display: flex;
            align-items: flex-start;
            gap: 12px;
            color: #294956;
            font-size: 16px;
            line-height: 1.65;
        }

        .rise-points li i {
            margin-top: 5px;
            color: var(--rise-accent);
        }

        .rise-info-grid {
            margin-top: 24px;
            display: grid;
            grid-template-columns: repeat(3, minmax(0, 1fr));
            gap: 18px;
        }

        .rise-info-item {
            border-radius: 48px;
            background: linear-gradient(180deg, #ffffff 0%, #eef6fa 100%);
            border: 1px solid rgba(25, 96, 128, 0.11);
            padding: 26px;
            box-shadow: 0 14px 30px rgba(15, 60, 80, 0.06);
        }

        .rise-info-item h5 {
            margin-bottom: 10px;
            color: var(--rise-blue);
            font-family: 'Domine', serif;
            font-size: 18px;
        }

        .rise-info-item p {
            margin: 0;
            font-size: 16px;
            font-weight: 700;
            color: #173f52;
            line-height: 1.5;
        }

        .rise-info-item .rise-hotline {
            color: #0d4f69;
            font-size: 22px;
            letter-spacing: 0.02em;
        }

        .rise-centers {
            margin-top: 24px;
            border-radius: 48px;
            padding: 32px;
            background: linear-gradient(130deg, #0f3c50 0%, #196080 45%, #1c7a8d 100%);
            color: #ffffff;
            box-shadow: 0 18px 44px rgba(15, 60, 80, 0.22);
        }

        .rise-centers h4 {
            margin-bottom: 14px;
            font-family: 'Domine', serif;
            font-size: clamp(22px, 2.4vw, 30px);
            color: #ffffff !important;
        }

        .rise-centers p {
            margin: 0;
            color: rgba(255, 255, 255, 0.92);
            line-height: 1.8;
            letter-spacing: 0.02em;
            text-transform: uppercase;
            font-weight: 700;
            font-size: 14px;
        }

        .rise-post-flow {
            min-height: 100vh;
            padding: 136px 0 72px;
            background: #f5f8fb;
        }

        .rise-post-flow .enquiry-form-card {
            max-width: 980px;
            margin: 0 auto;
            border: 0;
            border-radius: 48px;
            background-image: linear-gradient(135deg, #196080 0%, #0f3c50 100%);
            box-shadow: 0 22px 64px rgba(15, 60, 80, 0.22);
            overflow: hidden;
        }

        .rise-post-flow .enquiry-form-card::before,
        .rise-post-flow .enquiry-form-card::after {
            display: none;
        }

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

        .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: 14px;
            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;
        }

        .rise-page .form-field-wrapper,
        .rise-post-flow .form-field-wrapper,
        .rise-page .apply-grid-two .form-field-wrapper,
        .rise-page .apply-grid-one .form-field-wrapper,
        .rise-post-flow .apply-grid-two .form-field-wrapper,
        .rise-post-flow .apply-grid-one .form-field-wrapper {
            width: 100%;
            max-width: 100%;
            min-width: 0;
        }

        .rise-page .form-field-wrapper .field-input,
        .rise-page .form-field-wrapper .field-select,
        .rise-post-flow .form-field-wrapper .field-input,
        .rise-post-flow .form-field-wrapper .field-select {
            min-width: 0;
            width: 100%;
            max-width: 100%;
        }

        .apply-summary {
            background: rgba(255, 255, 255, 0.14);
            border-radius: 48px;
            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: 'Domine', serif;
            font-weight: 700;
            cursor: pointer;
        }

        .rise-review-box {
            border-radius: 48px;
            padding: 18px;
            background: rgba(255, 255, 255, 0.16);
            color: #ffffff;
            margin-bottom: 14px;
        }

        .rise-review-box h6 {
            margin-bottom: 10px;
            font-size: 15px;
            text-transform: uppercase;
            letter-spacing: 0.06em;
            color: rgba(255, 255, 255, 0.86);
        }

        .rise-review-grid {
            display: grid;
            gap: 8px;
            grid-template-columns: repeat(2, minmax(0, 1fr));
        }

        .rise-review-grid span {
            color: rgba(255, 255, 255, 0.9);
            font-size: 14px;
            line-height: 1.5;
        }

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

        .rise-upload-field {
            border-radius: 24px;
            padding: 14px 16px;
            background: rgba(255, 255, 255, 0.12);
            border: 1px solid rgba(255, 255, 255, 0.28);
        }

        .rise-upload-field label {
            display: block;
            margin: 0 0 8px;
            font-size: 14px;
            font-weight: 700;
            color: rgba(255, 255, 255, 0.92);
        }

        .rise-upload-field input[type="file"] {
            width: 100%;
            color: #ffffff;
            font-size: 13px;
        }

        .rise-upload-field input[type="file"]::file-selector-button {
            border: 0;
            border-radius: 999px;
            background: #e8b44b;
            color: #1a3c5a;
            padding: 8px 14px;
            font-family: 'Domine', serif;
            font-weight: 700;
            margin-right: 8px;
            cursor: pointer;
        }

        .rise-intro-textarea {
            min-height: 130px;
            resize: vertical;
            line-height: 1.5;
        }

        .rise-agree {
            display: flex;
            align-items: flex-start;
            gap: 10px;
            color: rgba(255, 255, 255, 0.92);
            font-size: 14px;
            margin: 10px 0 4px;
        }

        .rise-final-success {
            display: none;
            margin-top: 14px;
            border-radius: 14px;
            padding: 12px 14px;
            background: rgba(43, 202, 145, 0.2);
            border: 1px solid rgba(43, 202, 145, 0.46);
            color: #ffffff;
            font-weight: 700;
        }

        .rise-final-success.visible {
            display: block;
        }

        .rise-final-success.error {
            background: rgba(255, 82, 108, 0.18);
            border-color: rgba(255, 132, 148, 0.46);
        }

        .rise-success-modal {
            position: fixed;
            inset: 0;
            z-index: 9999;
            display: none;
            align-items: center;
            justify-content: center;
            background: rgba(8, 26, 36, 0.68);
            backdrop-filter: blur(3px);
            padding: 20px;
        }

        .rise-success-modal.visible {
            display: flex;
        }

        .rise-success-modal-card {
            width: min(520px, 100%);
            border-radius: 32px;
            background: #ffffff;
            overflow: hidden;
            box-shadow: 0 24px 60px rgba(0, 0, 0, 0.24);
        }

        .rise-success-modal-header {
            background: #ffffff;
            padding: 22px 24px;
            display: flex;
            align-items: center;
            justify-content: center;
            border-bottom: 1px solid #d8dee6;
        }

        .rise-success-modal-header img {
            max-width: 220px;
            width: 100%;
            height: auto;
            display: block;
        }

        .rise-success-modal-body {
            padding: 30px 26px 28px;
            text-align: center;
        }

        .rise-success-modal-body h4 {
            margin: 0;
            color: #153f58;
            font-family: 'Domine', serif;
            font-size: clamp(24px, 3vw, 30px);
            line-height: 1.35;
        }

        .rise-success-home-btn {
            margin-top: 22px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            gap: 8px;
            border-radius: 999px;
            text-decoration: none;
            padding: 14px 24px;
            font-family: 'Domine', serif;
            font-weight: 700;
            color: #153f58;
            background: #e8b44b;
            border: 0;
            box-shadow: 0 10px 26px rgba(232, 180, 75, 0.38);
        }

        .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;
        }

        @media (max-width: 1199px) {
            .rise-info-grid {
                grid-template-columns: 1fr;
            }
        }

        @media (max-width: 991px) {
            .rise-page {
                padding: 19px 0 52px;
            }

            .rise-post-flow {
                padding: 36px 0 52px;
            }

            .rise-hero-strip .row>.col-lg-5 {
                order: -1;
            }

            .rise-hero-strip .row>.col-lg-7 {
                order: 1;
            }

            .rise-top-banner-desktop {
                display: none;
            }

            .rise-top-banner-mobile {
                display: none;
            }

            .rise-top-banner-mobile-outside {
                display: block;
            }

            .rise-hero-left,
            .rise-step1-wrap {
                padding: 28px 22px;
            }

            .rise-card,
            .rise-centers {
                padding: 24px;
            }

            .apply-grid-two,
            .rise-review-grid,
            .rise-upload-grid {
                grid-template-columns: 1fr;
            }

            .rise-post-flow .enquiry-form-card {
                padding-left: 16px;
                padding-right: 16px;
            }

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

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

            .rise-otp-actions {
                flex-direction: column;
            }

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

        @media (max-width: 575px) {
            .apply-stepper {
                flex-direction: column;
            }
        }
    