.fixed-bg--page {
    overflow: visible;
}


/*===================================================================*/
/*   HERO                                                         */
/*===================================================================*/
/* colors */
:root {
    --accent: #FFC425;
    --btn: #0078C9;
    --text: #fff;
    --muted: #ddd;
    --activeItem: #FFC424;
    --restItem: #ffffff;
    --black: #140101
}




/* Slider shell */
.atHero2025_slider {
    flex: 0 0 auto;
    position: relative;
    overflow: hidden;
    width: 100%;
    height: auto;
    background: var(--black);
}

/* Ensure the legacy video hero footer (if present inside the new hero slider)
   renders beneath the rest of the slider content, avoiding overlap */
.atHero2025_slider .videoHero__footer {
    z-index: 10;
    /* below .atHero2025_* content which is z-index >= 2, above bg video (z-index 0) */
    padding-bottom: 1vh;
    padding-top: 1vh;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.videoHero__footer {
    background: linear-gradient(90deg, rgba(18, 49, 87, .9), rgba(2, 12, 26, .8))
}

.videoHero__footer>.container {
    /* margin-left: 1vw;
    margin-right: 0vw !important; */
    flex-direction: column;
    justify-content: start;
    padding-right: 36px !important;
    flex-wrap: wrap;
}

.videoHero__footerText>a {
    color: #ffc425;
    text-decoration: underline !important;
}

.videoHero__footerText>a:hover {
    color: #fff;
    text-decoration: underline !important;
}

.atHero2025_slides {
    display: flex;
    transition: transform 600ms ease;
    will-change: transform;
}

/* hero slides */
.atHero2025_hero {
    flex: 0 0 100%;
    display: block;
    position: relative;
    overflow: hidden;
    padding-bottom: 0px !important;
}



/* video background */
.atHero2025_video {
    width: 100%;
    height: 100vh;
    display: block;
    object-fit: contain;
    max-width: 100vw;
    position: relative;
}

.atHero2025_slides>div:first-child {
    width: 100vw;
    height: 100vh;
}

/* Left text wrap */
.atHero2025_left {
    width: 100%;
    padding: 83px 5% 2% 5%;
    position: relative;
    z-index: 2;
}

/* Left text */
.atHero2025_eyebrow {
    color: var(--accent);
    font-weight: 700;
    margin: 0 0 14px 0;
    font-size: 24px;
}

.atHero2025_headline {
    font-size: 40px;
    line-height: 1.2;
    margin: 0 0 32px 0;
    color: #ffffff;
}

.atHero2025_subcopy {
    color: var(--muted);
    line-height: 1.64;
    font-size: 23px;
    margin: 0 0 40px 0;
}

.atHero2025_btnWrap {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
}

.atHero2025_btn {
    display: inline-block;
    width: 314px;
    text-align: center;
    background: linear-gradient(0deg, rgba(0, 102, 169, 1) 0%, rgba(234, 167, 52, 1) 100%);
    color: #fff;
    text-decoration: none;
    /*Jan edit*/
    padding: 7px 0;
    font-weight: 700;
    font-size: 40px;
    position: relative;
    z-index: 0;
    overflow: hidden;
}

.atHero2025_btn:hover {
    color: #ffc425;
}


.atHero2025_btn::after {
    content: "";
    position: absolute;
    top: 2px;
    left: 2px;
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    background: rgba(0, 0, 0);
    z-index: -1;
}

/* Right overlay cards */
.atHero2025_right {
    display: none;
}

/* Slider Navigation Dots */
.atHero2025_dots {
    opacity: 0;
    /* hidden until JS marks ready */
    transition: opacity 600ms ease;
    gap: 20px;
    position: relative;
    top: auto;
    bottom: auto;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    margin: 12px 0 0 5%;
    z-index: 2;
}

.atHero2025_dots.is-ready {
    opacity: .9;
}

button.atHero2025_dot {
    width: 23px;
    height: 23px;
    border-radius: 50%;
    background: transparent;
    border: 4px solid #ffffff !important;
    cursor: pointer;
    padding: 0;
    transition: background-color 200ms ease, border 200ms ease, transform 150ms ease;
    position: relative;
}

button.atHero2025_dot:focus-visible {
    outline: 2px solid var(--accent);
    outline-offset: 3px;
}

button.atHero2025_dot[aria-current="true"] {
    background: #ffc424 !important;
    border: none !important;
}

@media (min-height: 735px) and (max-height:740px) and (min-width: 1525px) and (max-width:1530px) {
    .atHero2025_left {
        position: relative;
        z-index: 2;
        width: 60vw;
        padding: 85px 0 80px 0 !important;
    }

    .atHero2025_slider {
        margin-top: -0.1vh !important;
    }

    .atHero2025_card p {
        font-size: 11.7px !important;
    }

    .videoHero__footerText {
        font-size: 1.26rem !important;
    }
}

@media (max-width: 991px) {

    .atHero2025_video {
        width: 100%;
        height: auto;
        display: block;
        object-fit: contain;
        max-width: 100vw;
        position: relative;
    }
}

@media (max-width: 400px) {

    .atHero2025_headline {
        font-size: 35px;
        line-height: 1.2;
        margin: 0 0 32px 0;
        color: #ffffff;
    }

    .videoHero__footerText {
        color: #fff;
        flex: 0 1 66%;
        font-size: 1.2rem;
        line-height: 2.4rem;
    }
}

@media screen and (min-width: 1024px) {

    /* hero slide overlay */
    .atHero2025_hero::before {
        content: "";
        position: absolute;
        inset: 0;
        background: rgba(0, 0, 0, 0.6);
        z-index: 1;
        pointer-events: none;
    }



    .atHero2025_video {
        position: absolute;
        inset: 0;
        object-fit: cover;
        /* llenar todo el contenedor sin dejar franjas */
        object-position: center center;
        /* centrado para recorte equilibrado */
        z-index: 0;
    }

    .atHero2025_right {
        display: inline-block;
        position: absolute;
        top: 0;
        right: 0;
        width: 30%;
        height: 100%;
        background: rgba(0, 0, 0, 0.6);
        /* background tint */
        backdrop-filter: blur(2px);
        z-index: 10;
    }

    .atHero2025_hero {
        padding-top: 0px !important;
        padding: clamp(24px, 5vw, 80px);
        display: flex;
    }

    .atHero2025_slider {
        /* height: 100vh; */
        /* height: 85.5vh; */
        height: 100vh;
        /* Reverted to fallback; JS adjusts this dynamically */
    }

    .atHero2025_slides {
        height: 100%;
        /* width auto based on number of slides for robustness */
        transform: translateX(0);
    }

    .atHero2025_left {
        position: relative;
        z-index: 2;
        width: 60vw;
        padding: 75px 0 80px 0;
    }

    .atHero2025_eyebrow {
        margin: 0 0 26px 0;
        /*Jan edit*/
        font-size: 28px;
    }

    .atHero2025_headline {
        /*Jan edit*/
        font-size: 45px;
        line-height: 1.2;
        margin: 0 0 30px 0;
    }

    .atHero2025_subcopy {
        margin: 0 0 44px 0;
        max-width: 80%;
        font-size: 23px;
    }

    .atHero2025_dots {
        position: absolute;
        left: 50%;
        bottom: 20%;
        transform: translateX(-50%);
        margin: 0;
        justify-content: center;
        /*Jan edit*/
    }

    .atHero2025_btnWrap {
        justify-content: flex-start;
        margin-bottom: 0;
        margin-top: 9px;
    }

    .atHero2025_cardWrapOuter {
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .atHero2025_cardWrapInner {
        width: 65%;
    }

    /* Cards + animations */
    .atHero2025_card {
        position: relative;
        margin: 0 0 34px 0;
        padding-top: 15px;
        transition: margin 350ms ease;
        width: 100%;
        cursor: pointer;
    }

    .atHero2025_card h4 {
        color: var(--restItem);
        margin: 0 0 2px;
        /*Jan edit*/
        font-size: 15px;
        font-weight: 600;
        transition: color 350ms ease;
        /* animate color change */
    }

    .atHero2025_card p {
        margin: 0;
        color: var(--restItem);
        /*Jan edit*/
        font-size: 14px;
        line-height: 2.4rem;
    }

    /* Animated top "border" bar */
    .atHero2025_card::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        height: 5px;
        width: 25%;
        background: var(--activeItem);
        opacity: 0;
        transform: scaleX(0);
        transform-origin: left;
        transition: opacity 350ms ease, transform 350ms ease;
    }

    /* Active state */
    .atHero2025_card.active {
        margin-left: -40px;
    }

    .atHero2025_card.active::before {
        opacity: 1;
        transform: scaleX(1);
    }

    .atHero2025_card.active h4 {
        color: var(--activeItem);
    }
}

@media (min-width: 1600px) {
    .atHero2025_right {
        width: 35%;
    }

    .atHero2025_card {
        margin: 0 0 64px 0;
    }

    .atHero2025_subcopy {
        max-width: 55%;
    }

    .atHero2025_left {
        padding: 75px 0 148px 0;
    }
}

@media screen and (max-width: 900px) {

    /* 1. Reduce text size to prevent overlap */
    .atHero2025_headline {
        font-size: 28px !important;
        line-height: 1.3;
        margin-bottom: 20px;
    }

    .atHero2025_subcopy {
        font-size: 16px !important;
        line-height: 1.5;
        margin-bottom: 25px;
    }

    .atHero2025_left {
        padding-top: 40px;
        padding-bottom: 0px;
        /* Compress vertical space */
    }

    .atHero2025_btn {
        font-size: 20px;
        /* Smaller button to save space */
        width: 220px;
    }

    /* 2. Fix footer visibility and overlap */
    /* Switch to relative positioning so it flows after content and isn't covered or cut off */
    .atHero2025_slider .videoHero__footer {
        position: relative;
        bottom: auto;
        left: auto;
        width: 100%;
        margin-top: 0;
        z-index: 3;
        height: auto;
        padding-top: 0vh;
    }

    /* Ensure the slider container allows content to flow */
    .atHero2025_slider {
        height: auto !important;
        overflow: visible;
        /* Allow footer to be seen if it pushes boundaries, though relative should contain it */
    }

    /* CRITICAL FIX: Disable fixed height on first slide to remove extra large space below */
    .atHero2025_slides>div:first-child,
    .atHero2025_hero {
        height: auto !important;
        min-height: 0 !important;
    }
}

/*===================================================================*/
/*   END HERO STYLES                                                 */
/*===================================================================*/
/*===================================================================*/
/*   SECOND SECTION - FLYOUTS                                        */
/*===================================================================*/
@media screen and (max-width: 960px) {
    .at2025services_image-div {
        display: none;
    }


    .at2025services_section {
        padding: 25px 0;
    }

    .at2025services_item {
        width: 100%;
    }

    .at2025services_image-wrapper {
        width: 93%;
        min-height: 170px;
        overflow: hidden;
        position: relative;
    }

    .at2025services_image-wrapper img {
        max-width: none;
        display: block;
        width: 159%;
        height: auto;
        margin-left: -59%;
    }


    .at2025services_titleWrap {
        padding: 0 30px;
    }


    h2.at2025services_title {
        font-size: 60px;
        font-weight: 300;
        margin-top: 17px;
        margin-bottom: 24px;
        text-transform: none;
    }

    h3.at2025services_subtitle {
        font-weight: 600;
        font-size: 26px;
        margin-bottom: 40px;
        color: #000 !important;
    }




    .at2025services_text {
        background: url(/-/media/aspentech/home/resources/interactive-infographic/images/fy25/grouptwo-background_shape.png) !important;
        background-position: 98% top !important;
        background-repeat: no-repeat !important;
        background-size: 190% !important;
        padding-top: 54px !important;
        width: 100% !important;
        padding-bottom: 70px !important;
    }

    p.at2025services_textInner {
        padding: 0 30px;
        font-size: 22px;
        font-weight: 300;
        line-height: 34px;
        margin-bottom: 0 !important;
        width: 90%;
        color: #0c233d !important;
    }

    p.at2025services_textInner a {
        color: #0c233d !important;
    }

    .carat-link {
        display: inline-block;
        font-size: 26px;
        font-weight: 800;
        line-height: 1;
        vertical-align: middle;
        /* aligns with baseline text */
        position: relative;
        top: -2px;
        text-decoration: none;
        color: #0078C9 !important;
    }


    .at2025services_arrow {
        display: none;
    }
}

@media screen and (min-width: 960px) {
    .at2025services_image-inner-wrapper img {
        display: none;
    }

    /* outer wrapper */
    .at2025services_section {
        background: #A0D0EA;
        background: linear-gradient(0deg, rgba(160, 208, 234, .5) 0%, rgba(255, 255, 255, 1) 10%, rgba(255, 255, 255, 1) 90%, rgba(160, 208, 234, .5) 100%);
        padding: 0;
    }

    /* inner wrapper */
    .at2025services_container {
        padding-top: 50px;
        display: flex;
        flex-direction: column;
    }

    /* item wrapper and image */
    .at2025services_item {
        display: flex;
        align-items: center;
        width: 100%;
        margin: 8px 0 22px 0;
    }

    .at2025services_image-wrapper {
        width: 40%;
        transition: width .5s;
        align-self: flex-start;
    }

    .at2025services_image-inner-wrapper {
        width: calc(100% + 30vw);
        margin-left: -30vw;
    }

    .at2025services_image-div {
        background-size: contain;
        background-repeat: no-repeat;
        width: 100%;
        padding-bottom: 25%;
        background-position: right center;
    }

    /* copy - fonts colors etc */
    .at2025services_content {
        /*flex: 1;*/
        align-self: baseline;
        margin-left: 0;
        width: 48%;
        padding-top: 5px;
        transition: all 0.5s;
    }


    .at2025services_titleWrap {
        margin-left: 72px;
    }


    h3.at2025services_subtitle {
        font-weight: 600;
        font-size: 24px !important;
        margin-bottom: 21px;
        color: #000 !important;
    }





    h2.at2025services_title {
        font-size: 60px;
        font-weight: 300;
        color: #111;
        transition: all .5s;
        text-transform: none !important;
        margin-top: 5px;
        margin-left: -2px;
    }

    .at2025services_text {
        font-size: 22px;
        line-height: 1.2;
        color: #444;
        position: relative;
        background: url(/-/media/aspentech/home/resources/interactive-infographic/images/fy25/grouptwo-background_shape.png);
        background-size: contain;
        background-repeat: no-repeat;
        padding-left: 74px;
        padding-top: 45px;
        padding-right: 60px;
        font-weight: 300;
    }

    .carat-link {
        display: inline-block;
        font-size: 26px;
        font-weight: 800;
        line-height: 1;
        vertical-align: middle;
        position: relative;
        top: -2px;
        text-decoration: none;
        color: #0078C9 !important;
        /* Initial hidden state (desktop) */
        opacity: 0;
        transform: translateX(-20px);
        transition: opacity 1s ease, transform 1s ease;
    }

    .at2025services_item:hover .carat-link {
        opacity: 1;
        transform: translateX(0);
        animation: caratBounce 4s ease-in-out infinite;
    }

    /* Bounce keyframes */
    @keyframes caratBounce {
        0% {
            transform: translateX(0);
        }

        10% {
            transform: translateX(6px);
        }

        20% {
            transform: translateX(-3px);
        }

        30% {
            transform: translateX(3px);
        }

        40% {
            transform: translateX(0);
        }

        100% {
            transform: translateX(0);
        }
    }

    /* Bounce animation once the carat is visible */
}

@media screen and (min-width: 1200px) {
    .at2025services_image-inner-wrapper {
        width: calc(100% + 20vw);
        margin-left: -20vw;
    }
}



@media screen and (min-width: 1600px) {
    .at2025services_content {
        /*flex: 1;*/
        margin-left: -1.6vw;
    }

    .at2025services_image-wrapper {
        width: 33.5%;
    }

    .at2025services_image-inner-wrapper {
        margin-left: -.2vw;
        width: calc(100% + .2vw);
        transition: all .5s;
    }

    .at2025services_image-div {
        padding-bottom: 28%;
    }
}

/* Hover effects � image only */
@media screen and (min-width: 960px) and (hover:hover) and (pointer:fine) {

    /*headline color animation */
    .at2025services_item:hover .at2025services_title {
        color: #0078C9;
        /*font-weight:700;*/
        text-shadow: -1px -1px 0 #0078C9, 1px -1px 0 #0078C9, -1px 1px 0 #0078C9, 1px 1px 0 #0078C9;
        -webkit-transition: all .5s;
        -moz-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s;
    }

    .at2025services_item:hover .at2025services_image-wrapper {
        width: 50%;
    }

    .at2025services_item:hover .at2025services_content {
        margin-left: 1vw;
    }
}

/* close 960 hover media query*/
@media screen and (min-width: 1600px) and (hover:hover) and (pointer:fine) {
    .at2025services_item:hover .at2025services_image-wrapper {
        width: 56%;
    }

    .at2025services_item:hover .at2025services_image-inner-wrapper {
        margin-left: -7vw;
        width: 100%;
    }

    .at2025services_item:hover .at2025services_content {
        margin-left: -7.5vw;
        padding-top: 92px;
    }
}


/*================================================================*/
/*    ENEVT CTA - STICKY SECTION                                  */
/*================================================================*/



.atHome2025_stage {
    position: relative;
}

.atHome2025_EventRow {
    flex-shrink: 0;
    position: sticky;
    top: -10%;
    background: #003061;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    font-weight: bold;
    color: #fff;
    z-index: 1;
    flex-wrap: wrap;
}

.atHome2025_EventRowLearnMoreWrap {
    width: 100%;
    background: #0078c9;
    padding: 16px 0;
    display: flex;
    justify-content: center;
}

.atHome2025_EventRowLearnMore {
    color: #ffffff;
    font-size: 22px;
    font-weight: 600;
}

@media screen and (max-width: 992px) {
    .atHome2025_EventRowLearnMore {
        display: none;
    }
}

.atHome2025_EventRow-inner {
    width: 100%;
    position: relative;
}

.atHome2025_EventRow-inner img {
    width: 100%;
    height: auto;
}

.atHome2025_EventRowButtonWrap {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 5%;
    display: flex;
    justify-content: center;
    z-index: 2;
}

.atHome2025_EventRowButton {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    line-height: 1;
    font-weight: 600;
    background: #ffc425;
    border: 1px solid #0078c9;
    padding: 15px 12px;
    color: #003062 !important;
    text-decoration: none !important;
}

.atHome2025_CaseStudyRow {
    position: relative;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    font-weight: bold;
    color: #fff;
    z-index: 2;
    /* ensures it covers col2 */
}

.atHome2025_CaseStudyRow-inner {
    height: 1200px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.atHome2025_after {
    height: 100vh;
    background: #ccc;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
}


@media screen and (min-width: 1025px) {
    .atHome2025_EventRowButtonWrap {
        display: block;
        width: 100%;
        text-align: center;
        bottom: auto;
    }

    .atHome2025_EventRowImage {
        background-position: center -7vw;
        background-size: 100%;
        min-height: 700px;
    }


    .atHome2025_EventRowButton {
        display: inline-block;
        margin: 0 auto;
        justify-content: center;
        font-size: 35px;
        line-height: 45px;
        font-weight: 600;
        background: #ffc425;
        border: 1px solid #ffc425;
        padding: 5px 10px 5px 10px !important;
        color: #003062 !important;
        text-decoration: none !important;
        top: -28px;
    }
}




@media screen and (min-width: 1600px) {
    .atHome2025_EventRowImage {
        min-height: 900px;
    }
}


@media screen and (min-width: 2000px) {
    .atHome2025_EventRowImage {
        min-height: 1000px;
    }
}


@media screen and (min-width: 2400px) {
    .atHome2025_EventRowImage {
        min-height: 1200px;
    }
}

.pinnedButton-innerWrap .linkList li {
    margin-bottom: 0;
}