.card_1s {
    /* top: 10%; */
    z-index: 1;
}

/* html {
overflow-x: hidden !important;
overflow-y: visible!important;
} */
.card_2s {
    /* top: 20%; */
    z-index: 2;
}

.card_3s {
    /* top: 30%; */
    z-index: 3;
}

.card_4s {
    /* top: 40%; */
    z-index: 4;
}

.card_5s {
    /* top: 50%; */
    z-index: 5;
}

.card_6s {
    /* top: 60%; */
    z-index: 6;
}

.card_7s {
    /* top: 70%; */
    z-index: 7;
}

.card_8s {
    /* top: 80%; */
    z-index: 8;
}

.card_9s {
    /* top: 90%; */
    z-index: 9;
}

.card_10s {
    /* top: 100%; */
    z-index: 10;
}

.history-cards .Card {
    height: 30vh;
}

.curric-img {
    height: 23vh !important;
    width: 23vh !important;
}

.ylw-bg {
    background-color: #ecb250 !important;
}

.blu-bg {
    background-color: #134168 !important;
}

.light-blu-bg {
    background-color: #5aadde !important;
}

.bg-color-heres {
    background-color: #00416b !important;
}

.learn-bg-color1 {
    background-color: #00426f !important;
}

.learn-bg-color2 {
    background-color: #01507c !important;
}

.learn-bg-color3 {
    background-color: #3f6989 !important;
}

.learn-bg-color4 {
    background-color: #406d8f !important;
}

.learn-bg-color5 {
    background-color: #407193 !important;
}

.learn-bg-color6 {
    background-color: #5984a1 !important;
}

.learn-bg-color7 {
    background-color: #6a93aa !important;
}

.learn-bg-color8 {
    background-color: #80a0b7 !important;
}

.learn-bg-color9 {
    background-color: #99b3c5 !important;
}

.learn-bg-color10 {
    background-color: #aac1ce !important;
}

.w-40 {
    width: 40% !important;
}

.philos-quote2 {
    bottom: 8px !important;
    right: 11px !important;
}

.bg-sec {
    background: #efe5d7 !important;
}

.w-80 {
    width: 80% !important;
}

.border-dotted {
    border-bottom: 2px dotted var(--blue) !important;
}

.academic-card .Card {
    border-radius: 1vw !important;
    box-shadow: 0 0 15px #25252587;
}

.heigh33 {
    margin-top: 0 !important;
    height: 88vh !important;
}

@keyframes slideUp {
    0% {
        transform: translateY(30px);
        opacity: 0;
    }

    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

.circle-brd {
    position: relative;
    padding: 0 !important;
    margin-bottom: 20px;
}

.circle-brd::after {
    content: "";
    position: absolute;
    inset: -3%;
    border: 9px solid #FFC107;
    border-radius: 50%;
}

@media (max-width:767px) {
    .mascot .Card.card_1 {
        height: 30vh !important;
    }

    .mascot .Card {
        height: 54vh !important;
    }

    .curric-img {
        width: 26vw !important;
        height: 20vw !important;
    }

    .cur-sec:after {
        left: 12.9vh !important;
    }

    .cur-sec h3 {
        margin-bottom: 0;
        line-height: 1;
    }

    .circle-brd {
        width: 80%;
        display: flex;
        justify-content: center;
        margin-right: auto;
        margin-left: auto;
    }
}

.mt-6-rem {
    margin-top: 4rem !important;
}

.mb-8-rem {
    margin-bottom: 3.0rem !important;
}

.pathyway-hd {
    font-size: 2.6vw !important;
}

.bg-sec.Card {
    height: 55vh !important;
    width: 80% !important;
}

/* Pathway image reveal animation */
.pathway-img-reveal {
    position: relative;
    overflow: hidden;
}

/* Overlay block that slides away to reveal image */
.pathway-img-overlay {
    position: absolute;
    inset: 0;
    background: #FFFF;
    z-index: 2;
    transform-origin: left center;
}

.pathway-img-reveal img {
    transform-origin: center center;
    will-change: transform;
}

.curric-img img {
    height: 100%;
    object-fit: cover;
}




.right-border::after {
    top: -2.4% !important;
}

.std-jurny.offcanvas.offcanvas-end {
    width: 50% !important;
    border-left: none;
    /* border-radius: 24px 0 0 24px; */
    overflow: hidden
}

.std-jurny.offcanvas-backdrop {
    z-index: 1040
}

.std-jurny.offcanvas {
    z-index: 1045;
    background: var(--blue);
}

.sj-header {
    background: var(--secondary-color);
    padding: 16px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 0 0 30px 30px;
}

.sj-header-title {
    color: #fff;
    font-size: 17px;
    font-weight: 600;
    letter-spacing: .2px
}

.sj-header-actions {
    display: flex;
    align-items: center;
    gap: 20px
}

.sj-share-btn {
    background: transparent;
    border: none;
    /* border-radius: 8px; */
    /* padding: 7px 10px; */
    color: #fff;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 13px
}

.sj-close-btn {
    width: 50px;
    height: 50px;
    /* border-radius: 50%; */
    /* background: #fff; */
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--navy);
    font-size: 18px;
    font-weight: 700
}

.sj-body {
    background: var(--navy);
    padding: 0;
    display: flex;
    flex-direction: column;
    overflow-y: auto;
    height: 100%
}

.sj-top {
    padding: 60px 30px 0;
    display: flex;
    justify-content: space-between;
}

.sj-name {
    color: #fff;
    font-size: clamp(26px, 6vw, 34px);
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 4px
}

.sj-grade {
    color: rgba(255, 255, 255, .7);
    font-size: 15px;
    margin-bottom: 20px
}

.sj-note-wrap {
    position: relative;
    margin-bottom: 24px;
    width: 50%;
}

.sj-tape {
    width: 30px;
    height: 80px;
    background: rgb(240 240 239 / 55%);
    border-radius: 2px;
    position: absolute;
    top: -29px;
    right: 32px;
    transform: rotate(351deg);
    z-index: 1;
}

.sj-note {
    background: #ffffff;
    border-radius: 6px;
    padding: 30px 0px 14px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .18);
    position: relative
}

.sj-note-text {
    font-family: Georgia, serif;
    font-style: italic;
    color: #1a3a5c;
    font-size: 14px;
    line-height: 1.65;
    text-align: center;
    margin-bottom: 10px;
    background: repeating-linear-gradient(transparent, transparent 23px, #c5d5e8 23px, #c5d5e8 24px);
    padding: 0 55px
}

.sj-note-link {
    color: var(--maroon);
    font-size: 13px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 6px;
    cursor: pointer;
    justify-content: center;
    font-family: Georgia, serif;
    font-style: italic
}

.sj-note-link:hover {
    text-decoration: underline
}

.sj-photo-section {
    position: relative;
    padding: 50px 30px;
    margin-bottom: 0
}

.sj-photo-frame {
    border: 2px solid var(--gold);
    border-radius: 16px;
    overflow: hidden;
    aspect-ratio: 4/4.2;
    position: relative
}

.sj-photo-frame img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
    display: block
}

.sj-nav-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    cursor: pointer;
    padding: 8px;
    color: var(--maroon)
}

.sj-nav-left {
    left: -4px
}

.sj-nav-right {
    right: -4px
}

.sj-nav-arrow svg {
    width: 32px;
    height: 32px;
    stroke: var(--maroon);
    stroke-width: 2.5;
    fill: none
}

.sj-placement {
    background: #fff;
    padding: 22px 20px 28px;
    margin-top: 0
}

.sj-placement-title {
    color: var(--navy);
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 16px
}

.sj-placement-row {
    display: flex;
    align-items: center;
    gap: 36px
}

.sj-placement-info {
    flex: 1
}

.sj-degree {
    color: var(--navy);
    font-size: 15px;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 6px
}

.sj-scholarship {
    color: var(--maroon);
    font-size: 15px;
    font-weight: 600
}

.sj-placement-logo {
    width: 180px;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    align-items: center
}

.sj-placement-divider {
    width: 1px;
    background: #a4a2a2;
    height: 120px;
    flex-shrink: 0
}

.sj-asu-logo-text {
    font-size: 28px;
    font-weight: 900;
    color: var(--maroon);
    letter-spacing: -1px;
    line-height: 1
}

.sj-asu-sub {
    font-size: 9px;
    font-weight: 700;
    color: var(--maroon);
    text-align: center;
    letter-spacing: .5px;
    text-transform: uppercase;
    line-height: 1.3;
    margin-top: 2px
}

.sj-photo-section .right-border::after {
    left: -3.2%;
}

.sj-header .heading-title {
    font-size: 2.3vw;
}

.note-message {
    display: none;
    width: 100%;
    height: auto;
    padding: 20px;
    display: none;
    flex-direction: column;
    gap: 16px;
    align-items: center;
}

.note-message img {
    width: 100%;
    height: auto;
    object-fit: contain;
    display: block;
}

/* Share Button & Menu Styles */
.share-container {
    position: relative;
    display: inline-block;
    margin-left: 10px;
}

.share-btn {
    border: none;
    border-radius: 50%;
    padding: 6px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    filter: brightness(20.5);
}

.share-btn img {
    width: 35px;
    height: 35px;
}

.share-menu {
    display: none;
    position: absolute;
    top: 50px;
    right: 0;
    background: white;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    padding: 8px 0;
    flex-direction: column;
    min-width: 180px;
    z-index: 1000;
}

.share-menu a {
    display: block;
    padding: 8px 12px;
    text-decoration: none;
    color: #333;
    border: none;
    background: none;
    text-align: left;
    cursor: pointer;
    width: 100%;
    font-size: 14px;
    transition: background 0.2s;
}

.share-menu a:hover {
    background: #f1f1f1;
    text-decoration: none;
    color: var(--navy);
}

.share-menu-icon {
    background-color: #000;
    border-radius: 50%;
    color: #FFF;
    width: 32px;
    height: 32px;
    padding: 8px;
    margin-right: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}

.share-copy-link {
    color: #333 !important;
}

.grad-student-grade {
    font-family: 'Merriweather';
}

@media (max-width:1199px) {
    .sj-note-text {
        padding: 0 25px;
    }

    .offcanvas .close-btn {
        width: 4.5vw;
        height: 4.5vw;
    }

    .sj-placement-info p.heading-content {
        font-size: 20px !important;
    }

    .history-cards .Card {
        height: 19vh;
    }

    .curric-img {
        height: 16vh !important;
        width: 16vh !important;
    }

    .w-40 {
        width: 80% !important;
    }

    .mascot .Card {
        height: 42vh !important;
    }

    .mascot-page h3 {
        font-size: 3.5vw;
    }
    .fs1 {
        font-size: 16px;
    }
}

@media (max-width:992px) {
    .std-jurny.offcanvas.offcanvas-end {
        width: 70% !important;
    }

    .offcanvas .close-btn {
        width: 5.5vw;
        height: 5.5vw;
    }
    

}

@media (max-width:767px) {

    .mascot .Card {
        height: 56vh !important;
    }

    .bg-sec.Card {
        width: 100% !important;
    }
    .std-jurny.offcanvas.offcanvas-end {
        width: 80% !important;
    }

    .curric-img {
        width: 26vw !important;
        height: 20vw !important;
    }

    .sj-note-wrap {
        width: 100%;
    }

    .sj-top {
        flex-wrap: wrap;
        padding: 20px 20px 0;
    }

    .sj-top .heading-title {
        margin: 11px 0 10px !important;
    }

    .grad-student-grade {
        margin-bottom: 20px;
    }

    .sj-photo-section {
        padding: 30px 20px;
    }

    .sj-top .heading-title {
        font-size: 7vw;
    }

    .sj-note-text {
        padding: 0 25px;
    }

    .sj-placement-row {
        display: grid;
        align-items: center;
        gap: 16px;
    }

    .sj-placement-divider {
        width: 100%;
        background: #a4a2a2;
        height: 1px;
    }

    .sj-header .heading-title {
        font-size: 7vw;
        margin: 11px 0 10px !important;
    }

    .offcanvas .close-btn {
        width: 12vw;
        height: 12vw;
    }

    .sj-placement-info p.heading-content {
        font-size: 5vw !important;
    }

    .sj-placement-logo {
        width: 160px;
        margin: auto;
    }

    .history-cards .Card {
        height: 27vh;
    }
}

/* Extracted page styles */
body {
            overflow: visible !important;
        }
