/* Page-specific final cascade for the Student Visa layout. */
.student-visa-page .visa-detail-hero { padding-top: 38px; padding-bottom: 42px; }
.student-visa-page #visa-process { padding-top: 40px !important; padding-bottom: 44px !important; }
.student-visa-page .student-process-shell + .student-support-panel { margin-top: 36px; }
.student-visa-page .student-trust-section { padding: 52px 0; }
.student-visa-page .home01-immigration-and-services-section { padding-top: 52px !important; padding-bottom: 52px !important; }

.student-visa-page .contact-us-contact-form-section { padding: 52px 0 !important; background: #fff; }
.student-visa-page .contact-us-contact-form-section > .container > .row {
    max-width: 1200px;
    margin: 0 auto;
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 24px 65px rgba(14, 28, 60, .11);
}
.student-visa-page .contact-us-contact-form-section .spacing-25 { height: 100%; padding: 34px 38px !important; background: #fff !important; }
.student-visa-page .contact-us-contact-form-section .section-title { margin-bottom: 18px; }
.student-visa-page .contact-us-contact-form-section .section-title h2 {
    margin-bottom: 0;
    font-size: clamp(36px,3vw,44px);
    line-height: 1.02;
}
.student-visa-page .contact-us-contact-form-section .section-title h2 span {
    display: block;
    margin-top: 7px;
    line-height: .98;
}
.student-visa-page .student-enquiry-copy {
    max-width: 500px;
    margin: 17px 0 22px;
    font-size: 13px;
    line-height: 1.7;
}
.student-visa-page .contact_form > .row {
    margin-right: -7px;
    margin-left: -7px;
    row-gap: 12px;
}
.student-visa-page .contact_form > .row > [class*="col-"] { padding-right: 7px; padding-left: 7px; }
.student-visa-page .contact_form input,
.student-visa-page .contact_form select {
    height: 54px !important;
    margin: 0 !important;
    padding: 0 17px !important;
    border-color: transparent !important;
    background: #F2F5FB !important;
}
.student-visa-page .contact_form textarea {
    min-height: 116px;
    margin: 0 !important;
    padding: 15px 17px !important;
    resize: vertical;
    border-color: transparent !important;
    background: #F2F5FB !important;
}
.student-visa-page .contact_form input:focus,
.student-visa-page .contact_form select:focus,
.student-visa-page .contact_form textarea:focus { border-color: rgba(14, 54, 141, .45) !important; background: #fff !important; }
.student-visa-page .contact_form .mt-5 { margin-top: 4px !important; }
.student-visa-page .contact_form .submit { display: inline-flex; min-height: 48px; padding: 0 22px 0 25px; align-items: center; gap: 24px; }
.student-visa-page .contact_form .submit span { font-size: 18px; transition: transform .2s ease; }
.student-visa-page .contact_form .submit:hover span { transform: translateX(4px); }
.student-visa-page .contact-us-contact-form-section .g-map { position: relative; overflow: hidden; border-radius: 0 22px 22px 0; }
.student-visa-page .contact-us-contact-form-section .col-bg-img-thirty-seven,
.student-visa-page .contact-us-contact-form-section .g-map,
.student-visa-page .contact-us-contact-form-section iframe { min-height: 540px; }
.student-visa-page .contact-us-contact-form-section iframe {
    display: block;
    filter: saturate(.72) contrast(.96);
    transition: filter .25s ease;
}
.student-visa-page .contact-us-contact-form-section iframe:hover { filter: saturate(1) contrast(1); }
.student-visa-page .student-map-card {
    position: absolute;
    right: 22px;
    bottom: 22px;
    left: 22px;
    display: flex;
    padding: 17px 18px;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    border: 1px solid rgba(255,255,255,.65);
    border-radius: 13px;
    background: rgba(255,255,255,.94);
    box-shadow: 0 14px 34px rgba(14, 28, 60, .22);
    backdrop-filter: blur(10px);
}
.student-visa-page .student-map-card span { display: block; margin-bottom: 4px; color: var(--shrey-red); font-size: 9px; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.student-visa-page .student-map-card strong { display: block; color: #0E1C3C; font-size: 12px; }
.student-visa-page .student-map-card a { display: inline-flex; flex: 0 0 auto; align-items: center; gap: 9px; color: #0E1C3C; font-size: 11px; font-weight: 800; }
.student-visa-page .student-map-card b { color: var(--shrey-red); font-size: 16px; }

@media (min-width: 992px) {
    .student-visa-page .contact-us-contact-form-section > .container > .row > .col-lg-6:first-child {
        flex: 0 0 53%;
        max-width: 53%;
    }
    .student-visa-page .contact-us-contact-form-section > .container > .row > .col-lg-6:last-of-type {
        flex: 0 0 47%;
        max-width: 47%;
    }
}

@media (max-width: 767px) {
    .student-visa-page .contact-us-contact-form-section { padding: 42px 0 !important; }
    .student-visa-page .contact-us-contact-form-section .spacing-25 { padding: 30px 22px !important; }
    .student-visa-page .contact-us-contact-form-section .col-bg-img-thirty-seven,
    .student-visa-page .contact-us-contact-form-section .g-map,
    .student-visa-page .contact-us-contact-form-section iframe { min-height: 360px; }
    .student-visa-page .contact-us-contact-form-section .g-map { border-radius: 0 0 18px 18px; }
    .student-visa-page .student-map-card { right: 14px; bottom: 14px; left: 14px; padding: 14px; }
}

/* Keep Student Visa perfectly aligned with the Partner Visa layout. */
.student-visa-page .student-process-shell {
    width: 100%;
    max-width: none;
    border-radius: 24px;
}
.student-visa-page #visa-process .student-process-shell .service-title {
    grid-template-columns: .88fr 1.12fr;
}
.student-visa-page #visa-process .student-process-shell .service-header {
    min-height: 0;
    padding: 42px 46px;
}
.student-visa-page #visa-process .student-process-shell .service-desc {
    min-height: 0;
    padding: 42px 50px;
}
.student-visa-page #visa-process .student-process-shell .service-header h2 {
    margin-top: 18px;
    font-size: clamp(32px,3vw,45px);
    line-height: 1.08;
}
.student-visa-page #visa-process .student-process-shell .service-desc p {
    margin-top: 25px;
    font-size: 14px;
    line-height: 1.8;
}
.student-visa-page .student-process-shell .student-roadmap-list {
    padding: 18px 48px 10px;
    column-gap: 48px;
}
.student-visa-page .student-process-shell .student-roadmap-list article {
    min-height: 126px;
    padding: 24px 0;
    grid-template-columns: 42px minmax(0,1fr);
    gap: 16px;
}
.student-visa-page .student-process-shell .student-roadmap-list h3 { font-size: 17px; }
.student-visa-page .student-process-shell .student-roadmap-list p { font-size: 11.5px; line-height: 1.65; }
.student-visa-page .student-process-shell .visa-process-note {
    margin: 8px 48px 34px;
    padding: 13px 16px;
    font-size: 10px;
    line-height: 1.6;
}
.student-visa-page .student-process-shell .visa-process-note strong,
.student-visa-page .student-process-shell .visa-process-note p { font-size: 10px; line-height: 1.6; }

.student-visa-page .student-support-panel {
    margin-top: 36px;
    grid-template-columns: minmax(0,.9fr) minmax(0,1.1fr);
}
.student-visa-page .student-support-intro { padding: 39px 44px; }
.student-visa-page .student-support-intro h2 { margin: 18px 0 0; font-size: clamp(32px,3vw,45px); line-height: 1.08; }
.student-visa-page .student-support-intro p { margin: 22px 0 27px; font-size: 13px; line-height: 1.78; }
.student-visa-page .student-support-list { padding: 20px 36px; column-gap: 28px; }
.student-visa-page .student-support-list article { padding: 20px 0; grid-template-columns: 28px minmax(0,1fr); gap: 12px; }
.student-visa-page .student-support-list article > span { font-size: 10px; }
.student-visa-page .student-support-list h3 { margin-bottom: 6px; font-size: 14px; }
.student-visa-page .student-support-list p { font-size: 10.5px; line-height: 1.6; }

.student-visa-page .student-trust-grid { grid-template-columns: minmax(0,.82fr) minmax(0,1.18fr); gap: 66px; }
.student-visa-page .student-trust-heading h2 { margin-top: 17px; font-size: clamp(32px,3vw,45px); line-height: 1.08; }
.student-visa-page .student-trust-heading > p { margin-top: 20px; font-size: 13px; }
.student-visa-page .student-trust-points article { min-height: 214px; padding: 27px 22px; }
.student-visa-page .student-trust-points strong { margin-bottom: 34px; font-size: 10px; }
.student-visa-page .student-trust-points h3 { margin-bottom: 10px; font-size: 16px; }
.student-visa-page .student-trust-points p { font-size: 10.5px; line-height: 1.65; }

.student-visa-page .contact-us-contact-form-section > .container > .row {
    overflow: hidden;
    border: 1px solid #DAE2F2;
}

@media (max-width: 991px) {
    .student-visa-page #visa-process .student-process-shell .service-title,
    .student-visa-page .student-support-panel,
    .student-visa-page .student-trust-grid { grid-template-columns: 1fr; }
    .student-visa-page .student-trust-grid { gap: 36px; }
}

@media (max-width: 767px) {
    .student-visa-page #visa-process .student-process-shell .service-header,
    .student-visa-page #visa-process .student-process-shell .service-desc,
    .student-visa-page .student-support-intro { padding: 32px 24px; }
    .student-visa-page .student-process-shell .student-roadmap-list,
    .student-visa-page .student-support-list { padding: 12px 24px; grid-template-columns: 1fr; }
    .student-visa-page .student-process-shell .visa-process-note { margin: 8px 24px 28px; }
}

/* Student Visa premium readability pass. */
.student-visa-page .visa-detail-visual-note,
.student-visa-page .visa-detail-visual::after { display: none !important; }

.student-visa-page .visa-detail-hero-copy { padding: clamp(46px,5vw,72px); }
.student-visa-page .visa-detail-hero h1 {
    max-width: 610px;
    font-size: clamp(48px,5vw,72px);
    line-height: .98;
    letter-spacing: -.045em;
}
.student-visa-page .visa-detail-hero-copy > p {
    max-width: 590px;
    font-size: 17px;
    line-height: 1.72;
}
.student-visa-page .visa-detail-facts span {
    min-height: 96px;
    padding: 19px 17px;
    color: #0E1C3C;
    font-size: 13px;
    line-height: 1.55;
    background: #F2F5FB;
}

.student-visa-page .student-process-shell {
    overflow: hidden;
    border: 1px solid #DDE1EA;
    border-radius: 28px;
    background: #fff;
}
.student-visa-page #visa-process .student-process-shell .service-title {
    grid-template-columns: 1fr 1fr;
    border-bottom: 1px solid #DDE1EA;
}
.student-visa-page #visa-process .student-process-shell .service-header {
    padding: clamp(46px,5vw,66px);
    background: #0E1C3C;
}
.student-visa-page #visa-process .student-process-shell .service-desc {
    padding: clamp(46px,5vw,66px);
    background: #E9EFFD;
}
.student-visa-page #visa-process .student-process-shell .service-header h2 {
    margin-top: 20px;
    font-size: clamp(38px,3.4vw,52px);
    line-height: 1.04;
    letter-spacing: -.035em;
}
.student-visa-page #visa-process .student-process-shell .service-desc p {
    margin-top: 24px;
    color: #47546E;
    font-size: 16px;
    line-height: 1.75;
}
.student-visa-page .student-process-shell .student-roadmap-list {
    padding: 22px 48px 18px;
    column-gap: 42px;
}
.student-visa-page .student-process-shell .student-roadmap-list article {
    min-height: 154px;
    padding: 30px 0;
    grid-template-columns: 44px minmax(0,1fr);
    gap: 18px;
}
.student-visa-page .student-process-shell .student-roadmap-list article > span {
    width: 44px;
    height: 44px;
    font-size: 11px;
    background: #134BC3;
}
.student-visa-page .student-process-shell .student-roadmap-list h3 {
    margin: 1px 0 8px;
    font-size: 18px;
    line-height: 1.3;
}
.student-visa-page .student-process-shell .student-roadmap-list p {
    color: #47546E;
    font-size: 14px;
    line-height: 1.65;
}
.student-visa-page .student-process-shell .visa-process-note {
    margin: 8px 48px 38px;
    padding: 16px 18px;
    border: 1px solid #F1F5FE;
    border-left: 4px solid #134BC3;
    border-radius: 10px;
    color: #47546E;
    font-size: 12px;
    line-height: 1.65;
    background: #E9EFFD;
}
.student-visa-page .student-process-shell .visa-process-note strong,
.student-visa-page .student-process-shell .visa-process-note p {
    font-size: 12px;
    line-height: 1.65;
}

.student-visa-page .student-support-panel {
    overflow: hidden;
    margin-top: 46px;
    grid-template-columns: minmax(0,.86fr) minmax(0,1.14fr);
    border: 1px solid #DDE1EA;
    border-radius: 28px;
    background: #fff;
}
.student-visa-page .student-support-intro {
    padding: clamp(48px,5vw,66px);
    background: #0E1C3C;
}
.student-visa-page .student-support-intro h2 {
    margin-top: 20px;
    font-size: clamp(38px,3.4vw,52px);
    line-height: 1.04;
    letter-spacing: -.035em;
}
.student-visa-page .student-support-intro p {
    margin: 25px 0 31px;
    font-size: 16px;
    line-height: 1.72;
}
.student-visa-page .student-support-intro a { font-size: 14px; }
.student-visa-page .student-support-list {
    padding: 24px 42px;
    column-gap: 34px;
}
.student-visa-page .student-support-list article {
    min-height: 142px;
    padding: 29px 0;
    grid-template-columns: 40px minmax(0,1fr);
    gap: 15px;
}
.student-visa-page .student-support-list article > span {
    display: grid;
    width: 38px;
    height: 38px;
    place-items: center;
    border-radius: 50%;
    color: #103FA3;
    font-size: 10px;
    background: #E9EFFD;
}
.student-visa-page .student-support-list h3 {
    margin: 0 0 8px;
    font-size: 17px;
    line-height: 1.35;
}
.student-visa-page .student-support-list p {
    color: #47546E;
    font-size: 13px;
    line-height: 1.65;
}

.student-visa-page .student-trust-section { padding: 76px 0; }
.student-visa-page .student-trust-grid {
    grid-template-columns: minmax(0,.88fr) minmax(0,1.12fr);
    gap: 26px;
    align-items: stretch;
}
.student-visa-page .student-trust-heading {
    padding: clamp(38px,4vw,54px);
    border: 1px solid #F1F5FE;
    border-radius: 24px;
    background: #E9EFFD;
}
.student-visa-page .student-trust-heading h2 {
    margin-top: 20px;
    font-size: clamp(38px,3.4vw,52px);
    line-height: 1.04;
    letter-spacing: -.035em;
}
.student-visa-page .student-trust-heading > p {
    margin-top: 24px;
    color: #47546E;
    font-size: 16px;
    line-height: 1.72;
}
.student-visa-page .student-trust-points {
    gap: 14px;
    border: 0;
}
.student-visa-page .student-trust-points article {
    min-height: 100%;
    padding: 32px 25px;
    border: 1px solid #DDE1EA;
    border-radius: 20px;
    background: #fff;
}
.student-visa-page .student-trust-points strong {
    display: inline-grid;
    width: 38px;
    height: 38px;
    margin-bottom: 42px;
    place-items: center;
    border-radius: 50%;
    color: #103FA3;
    font-size: 10px;
    background: #E9EFFD;
}
.student-visa-page .student-trust-points h3 {
    margin-bottom: 12px;
    font-size: 18px;
    line-height: 1.3;
}
.student-visa-page .student-trust-points p {
    color: #47546E;
    font-size: 13px;
    line-height: 1.65;
}

@media (max-width: 991px) {
    .student-visa-page #visa-process .student-process-shell .service-title,
    .student-visa-page .student-support-panel,
    .student-visa-page .student-trust-grid { grid-template-columns: 1fr; }
    .student-visa-page .student-trust-grid { gap: 18px; }
    .student-visa-page .student-trust-heading { padding: 42px; }
}

@media (max-width: 767px) {
    .student-visa-page .visa-detail-hero-copy { padding: 36px 25px 30px; }
    .student-visa-page .visa-detail-hero h1 { font-size: clamp(40px,12vw,52px); }
    .student-visa-page .visa-detail-hero-copy > p { font-size: 15px; }
    .student-visa-page #visa-process .student-process-shell .service-header,
    .student-visa-page #visa-process .student-process-shell .service-desc,
    .student-visa-page .student-support-intro { padding: 36px 26px; }
    .student-visa-page #visa-process .student-process-shell .service-header h2,
    .student-visa-page .student-support-intro h2,
    .student-visa-page .student-trust-heading h2 { font-size: 35px; }
    .student-visa-page #visa-process .student-process-shell .service-desc p,
    .student-visa-page .student-support-intro p,
    .student-visa-page .student-trust-heading > p { font-size: 15px; }
    .student-visa-page .student-process-shell .student-roadmap-list,
    .student-visa-page .student-support-list {
        padding: 10px 24px;
        grid-template-columns: 1fr;
    }
    .student-visa-page .student-process-shell .student-roadmap-list article,
    .student-visa-page .student-support-list article { min-height: 0; padding: 26px 0; }
    .student-visa-page .student-process-shell .student-roadmap-list p,
    .student-visa-page .student-support-list p { font-size: 13.5px; }
    .student-visa-page .student-process-shell .visa-process-note { margin: 8px 24px 28px; }
    .student-visa-page .student-trust-section { padding: 52px 0; }
    .student-visa-page .student-trust-heading { padding: 34px 26px; }
    .student-visa-page .student-trust-points { grid-template-columns: 1fr; }
    .student-visa-page .student-trust-points article { min-height: 0; padding: 28px 25px; }
    .student-visa-page .student-trust-points strong { margin-bottom: 26px; }
}

@media (max-width: 575px) {
    .student-visa-page .visa-detail-facts { grid-template-columns: 1fr; }
    .student-visa-page .visa-detail-facts span { min-height: 0; }
}


/* Student Visa editorial hero: distinctive, simple and shadow-free. */
.student-visa-page .visa-detail-hero { padding: 52px 0 72px; }
.student-visa-page .visa-detail-hero-grid {
    position: relative;
    min-height: 680px;
    grid-template-columns: minmax(0,.94fr) minmax(0,1.06fr);
    overflow: hidden;
    border: 1px solid #F1F5FE;
    border-radius: 30px;
    background: #E5EBF6;
    box-shadow: none;
    isolation: isolate;
}
.student-visa-page .visa-detail-hero-copy {
    position: relative;
    z-index: 1;
    padding: 64px 66px 0;
    justify-content: flex-start;
    border: 0;
    background: #E5EBF6;
}
.student-visa-page .visa-detail-hero-copy::after {
    position: absolute;
    z-index: -1;
    top: 42px;
    right: 44px;
    content: "01";
    color: rgba(19, 75, 195, .08);
    font-size: 92px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -.08em;
    pointer-events: none;
}
.student-visa-page .visa-detail-eyebrow {
    margin: 0 0 42px;
    padding: 0;
    border: 0;
    border-radius: 0;
    color: #134BC3;
    font-size: 10px;
    letter-spacing: .19em;
    background: transparent;
}
.student-visa-page .visa-detail-eyebrow::before {
    width: 44px;
    margin-right: 14px;
    background: #134BC3;
}
.student-visa-page .visa-detail-hero h1 {
    max-width: 560px;
    margin: 0 0 30px;
    font-size: clamp(58px,5.5vw,82px);
    line-height: .93;
    letter-spacing: -.057em;
    text-wrap: balance;
}
.student-visa-page .visa-detail-hero h1 em {
    margin-top: 12px;
    color: #134BC3;
    font-size: .94em;
    line-height: .98;
}
.student-visa-page .visa-detail-hero-copy > p {
    max-width: 510px;
    color: #47546E;
    font-size: 16px;
    line-height: 1.76;
}
.student-visa-page .visa-detail-actions {
    margin-top: 32px;
    gap: 10px;
}
.student-visa-page .visa-detail-actions a {
    min-height: 52px;
    border-radius: 4px;
    box-shadow: none;
}
.student-visa-page .visa-primary-action { padding: 0 26px; }
.student-visa-page .visa-secondary-action {
    padding: 0 16px;
    border-color: transparent;
    border-bottom: 1px solid #ABB5C9;
    background: transparent;
}
.student-visa-page .visa-detail-facts {
    width: calc(100% + 132px);
    margin: auto -66px 0;
    padding: 0 42px;
    gap: 0;
    border-top: 1px solid #F1F5FE;
    background: rgba(255,255,255,.32);
}
.student-visa-page .visa-detail-facts div,
.student-visa-page .visa-detail-facts div:first-child,
.student-visa-page .visa-detail-facts div:last-child {
    min-height: 116px;
    padding: 25px 20px 23px;
    border: 0;
    border-right: 1px solid #F1F5FE;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}
.student-visa-page .visa-detail-facts div:first-child { padding-left: 0; }
.student-visa-page .visa-detail-facts div:last-child {
    padding-right: 0;
    border-right: 0;
}
.student-visa-page .visa-detail-facts div::before { display: none; }
.student-visa-page .visa-detail-facts strong {
    margin-bottom: 10px;
    color: #134BC3;
    font-size: 9px;
    letter-spacing: .15em;
}
.student-visa-page .visa-detail-facts span {
    min-height: 0;
    padding: 0;
    color: #0E1C3C;
    font-size: 12px;
    font-weight: 750;
    line-height: 1.5;
    background: transparent;
}
.student-visa-page .visa-detail-visual {
    z-index: 2;
    min-height: 680px;
    margin-left: -42px;
    clip-path: polygon(7% 0,100% 0,100% 100%,0 100%);
    background: #DDE1EA;
}
.student-visa-page .visa-detail-visual img {
    object-position: center center;
    transform: scale(1.015);
}

@media (max-width: 1199px) {
    .student-visa-page .visa-detail-hero-grid { min-height: 630px; }
    .student-visa-page .visa-detail-hero-copy { padding: 54px 48px 0; }
    .student-visa-page .visa-detail-hero h1 { font-size: clamp(54px,6vw,70px); }
    .student-visa-page .visa-detail-facts {
        width: calc(100% + 96px);
        margin-right: -48px;
        margin-left: -48px;
        padding: 0 28px;
    }
    .student-visa-page .visa-detail-visual { min-height: 630px; }
}

@media (max-width: 991px) {
    .student-visa-page .visa-detail-hero-grid {
        min-height: 0;
        grid-template-columns: 1fr;
    }
    .student-visa-page .visa-detail-hero-copy { padding: 54px 48px 0; }
    .student-visa-page .visa-detail-facts {
        width: calc(100% + 96px);
        margin-right: -48px;
        margin-left: -48px;
    }
    .student-visa-page .visa-detail-visual {
        min-height: 540px;
        margin-left: 0;
        clip-path: none;
        border-top: 1px solid #F1F5FE;
    }
}

@media (max-width: 575px) {
    .student-visa-page .visa-detail-hero { padding: 28px 0 44px; }
    .student-visa-page .visa-detail-hero-grid { border-radius: 20px; }
    .student-visa-page .visa-detail-hero-copy { padding: 38px 26px 0; }
    .student-visa-page .visa-detail-hero-copy::after {
        top: 28px;
        right: 22px;
        font-size: 68px;
    }
    .student-visa-page .visa-detail-eyebrow { margin-bottom: 32px; }
    .student-visa-page .visa-detail-hero h1 {
        max-width: 330px;
        font-size: clamp(46px,13.2vw,58px);
        line-height: .94;
    }
    .student-visa-page .visa-detail-hero-copy > p { font-size: 15px; }
    .student-visa-page .visa-detail-actions {
        display: grid;
        grid-template-columns: 1fr;
    }
    .student-visa-page .visa-detail-actions a { width: 100%; }
    .student-visa-page .visa-secondary-action { border: 1px solid #ABB5C9; }
    .student-visa-page .visa-detail-facts {
        width: calc(100% + 52px);
        margin: 38px -26px 0;
        padding: 0 14px;
        grid-template-columns: repeat(3,minmax(0,1fr));
    }
    .student-visa-page .visa-detail-facts div,
    .student-visa-page .visa-detail-facts div:first-child,
    .student-visa-page .visa-detail-facts div:last-child {
        min-height: 126px;
        padding: 21px 10px;
        border-right: 1px solid #F1F5FE;
    }
    .student-visa-page .visa-detail-facts div:last-child { border-right: 0; }
    .student-visa-page .visa-detail-facts span {
        font-size: 10.5px;
        overflow-wrap: anywhere;
    }
    .student-visa-page .visa-detail-visual { min-height: 360px; }
}


/* Student Visa process: editorial narrative + single readable timeline. */
.student-visa-page .student-process-shell {
    display: grid;
    grid-template-columns: minmax(360px,.82fr) minmax(0,1.18fr);
    grid-template-rows: auto auto;
    overflow: hidden;
    border: 1px solid #F1F5FE;
    border-radius: 28px;
    background: #fff;
}
.student-visa-page .student-process-shell > .row.mt-50.mb-40 {
    min-width: 0;
    height: 100%;
    margin: 0 !important;
    grid-column: 1;
    grid-row: 1;
}
.student-visa-page .student-process-shell > .row.mt-50.mb-40 > .col-lg-12 {
    height: 100%;
    padding: 0;
}
.student-visa-page #visa-process .student-process-shell .service-title {
    display: flex;
    height: 100%;
    flex-direction: column;
    border: 0;
    background: #0E1C3C;
}
.student-visa-page #visa-process .student-process-shell .service-header {
    position: relative;
    min-height: 0;
    padding: 62px 56px 28px;
    overflow: hidden;
    background: transparent;
}
.student-visa-page #visa-process .student-process-shell .service-header::after {
    position: absolute;
    right: 34px;
    bottom: -12px;
    content: "01—06";
    color: rgba(119, 158, 242, .09);
    font-size: 78px;
    font-weight: 750;
    line-height: 1;
    letter-spacing: -.08em;
    pointer-events: none;
}
.student-visa-page #visa-process .student-process-shell .service-header .student-section-label {
    position: relative;
    z-index: 1;
    color: #779EF2;
}
.student-visa-page #visa-process .student-process-shell .service-header h2 {
    position: relative;
    z-index: 1;
    max-width: 430px;
    margin-top: 24px;
    color: #fff;
    font-size: clamp(43px,4vw,58px);
    line-height: 1.02;
    letter-spacing: -.045em;
}
.student-visa-page #visa-process .student-process-shell .service-desc {
    display: flex;
    min-height: 0;
    padding: 0 56px 60px;
    flex: 1;
    flex-direction: column;
    justify-content: flex-end;
    border: 0;
    color: #fff;
    background: transparent;
}
.student-visa-page #visa-process .student-process-shell .service-desc strong {
    margin-bottom: 18px;
    color: #779EF2;
    font-size: 10px;
    letter-spacing: .18em;
}
.student-visa-page #visa-process .student-process-shell .service-desc p {
    max-width: 430px;
    margin: 0;
    color: rgba(255,255,255,.76);
    font-size: 15px;
    line-height: 1.76;
}
.student-visa-page .student-process-shell .student-roadmap-list {
    position: relative;
    display: block;
    min-width: 0;
    padding: 30px 54px;
    grid-column: 2;
    grid-row: 1;
    background: #FAFBFD;
}
.student-visa-page .student-process-shell .student-roadmap-list::before {
    position: absolute;
    top: 70px;
    bottom: 70px;
    left: 76px;
    width: 1px;
    content: "";
    background: #F1F5FE;
}
.student-visa-page .student-process-shell .student-roadmap-list article {
    position: relative;
    min-height: 0;
    padding: 25px 0;
    grid-template-columns: 46px minmax(0,1fr);
    gap: 22px;
    border-bottom: 1px solid #F1F5FE;
}
.student-visa-page .student-process-shell .student-roadmap-list article:last-child { border-bottom: 0; }
.student-visa-page .student-process-shell .student-roadmap-list article > span {
    position: relative;
    z-index: 1;
    width: 46px;
    height: 46px;
    border: 1px solid #BED1F9;
    color: #103FA3;
    font-size: 10px;
    background: #FAFBFD;
}
.student-visa-page .student-process-shell .student-roadmap-list h3 {
    margin: 0 0 8px;
    color: #0E1C3C;
    font-size: 18px;
    line-height: 1.3;
}
.student-visa-page .student-process-shell .student-roadmap-list p {
    max-width: 520px;
    color: #505F7E;
    font-size: 13.5px;
    line-height: 1.68;
}
.student-visa-page .student-process-shell .visa-process-note {
    display: grid;
    margin: 0;
    padding: 18px 24px;
    grid-column: 1 / -1;
    grid-row: 2;
    grid-template-columns: auto minmax(0,1fr);
    gap: 12px;
    border: 0;
    border-top: 1px solid #F1F5FE;
    border-radius: 0;
    color: #47546E;
    background: #E9EFFD;
}
.student-visa-page .student-process-shell .visa-process-note strong,
.student-visa-page .student-process-shell .visa-process-note p {
    margin: 0;
    font-size: 11px;
    line-height: 1.6;
}

@media (max-width: 991px) {
    .student-visa-page .student-process-shell { grid-template-columns: 1fr; }
    .student-visa-page .student-process-shell > .row.mt-50.mb-40 {
        grid-column: 1;
        grid-row: 1;
    }
    .student-visa-page #visa-process .student-process-shell .service-header { padding: 48px 42px 24px; }
    .student-visa-page #visa-process .student-process-shell .service-desc { padding: 0 42px 48px; }
    .student-visa-page #visa-process .student-process-shell .service-desc p { max-width: 620px; }
    .student-visa-page .student-process-shell .student-roadmap-list {
        padding: 22px 42px;
        grid-column: 1;
        grid-row: 2;
    }
    .student-visa-page .student-process-shell .student-roadmap-list::before { left: 64px; }
    .student-visa-page .student-process-shell .visa-process-note {
        grid-column: 1;
        grid-row: 3;
    }
}

@media (max-width: 575px) {
    .student-visa-page .student-process-shell { border-radius: 20px; }
    .student-visa-page #visa-process .student-process-shell .service-header { padding: 38px 26px 22px; }
    .student-visa-page #visa-process .student-process-shell .service-header::after {
        right: 18px;
        font-size: 58px;
    }
    .student-visa-page #visa-process .student-process-shell .service-header h2 {
        max-width: 320px;
        font-size: 38px;
    }
    .student-visa-page #visa-process .student-process-shell .service-desc { padding: 0 26px 38px; }
    .student-visa-page #visa-process .student-process-shell .service-desc p { font-size: 14px; }
    .student-visa-page .student-process-shell .student-roadmap-list { padding: 12px 24px; }
    .student-visa-page .student-process-shell .student-roadmap-list::before {
        top: 54px;
        bottom: 54px;
        left: 44px;
    }
    .student-visa-page .student-process-shell .student-roadmap-list article {
        padding: 23px 0;
        grid-template-columns: 40px minmax(0,1fr);
        gap: 15px;
    }
    .student-visa-page .student-process-shell .student-roadmap-list article > span {
        width: 40px;
        height: 40px;
    }
    .student-visa-page .student-process-shell .student-roadmap-list h3 { font-size: 16px; }
    .student-visa-page .student-process-shell .student-roadmap-list p { font-size: 13px; }
    .student-visa-page .student-process-shell .visa-process-note {
        padding: 16px 20px;
        grid-template-columns: 1fr;
        gap: 4px;
    }
}
