﻿/* Circle Text */
@media (min-width: 760px) {
    header:not(.sf-top-toolbar) {
        height: 155px !important;
    }
}

.circle-and-text-container {
    font-family: Arial, Helvetica, sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;

    .carousel-container {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 50%;
        margin-top: 30px;

        .circle-slide {
            display: none;
            flex-direction: column;
            padding-left: 16px;
            margin-bottom: 16px;
            border-left: 3px solid #44c6f4;
            height: 250px;

            .slide-header {
                display: flex;
                flex-direction: column;
                margin-bottom: 16px;

                .slide-header-text {
                    font-weight: 600;
                    font-size: 3rem;
                    font-family: 'martian_b_thaibold';
                    color: #04a1e3;
                    text-transform: uppercase;
                    line-height: 50px;
                }

                .slide-header-text:first-of-type {
                    font-weight: 400;
                    color: #44c6f4;
                }

            }

            .slide-text {
                font-size: 20px;
                font-family: 'martian_b_thairegular';
            }

        }

        @media (min-width: 760px) {
            .circle-slide {
                height: 150px;
            }
        }

        .slide:first-of-type {
            display: flex;
        }

        .slide-header {
            display: flex;
            flex-direction: column;
            margin-bottom: 16px;

            .slide-header-text {
                font-weight: 600;
                font-size: 3rem;
                font-family: 'martian_b_thaibold';
                color: #04a1e3;
                text-transform: uppercase;
                line-height: 50px;
            }

            .slide-header-text:first-of-type {
                font-weight: 400;
                color: #44c6f4;
            }

        }

        .slide-text {
            font-size: 20px;
            font-family: 'martian_b_thairegular';
        }

        .carousel-buttons {
            display: flex;
            justify-content: center;
            align-items: center;
            align-self: center;

            button {
                cursor: pointer;
                width: 24px;
                height: 24px;
                padding: 0;
                display: flex;
                justify-content: center;
                align-items: center;
                border-radius: 12px;
                border-width: 0;
                background-color: #e2e2e5;
                margin: 5px;

                .arrow {
                    border: solid #626264;
                    border-width: 0 2px 2px 0;
                    display: inline-block;
                    padding: 3px;
                }

                .right {
                    margin-right: 2px;
                    transform: rotate(-45deg);
                    -webkit-transform: rotate(-45deg);
                }

                .left {
                    margin-left: 2px;
                    transform: rotate(135deg);
                    -webkit-transform: rotate(135deg);
                }
            }
        }

    }

    .circle-container {
        position: relative;
        display: flex;

        #circle-text {
            transform: rotate(30deg);

            .text {
                font-weight: 600;
                font-size: 24px;
                fill: white;
                text-transform: uppercase;
                white-space: pre;
            }

            #first-arrow-body {
                stroke: var(--first-arrow-color, #000);
                stroke-dasharray: 260, 480;
                stroke-dashoffset: 70;
            }

            #first-arrow-tip {
                fill: var(--first-arrow-color, #000);
            }

            #second-arrow-body {
                stroke: var(--second-arrow-color, #44c6f4);
                stroke-dasharray: 212, 580;
                stroke-dashoffset: -190;
            }

            #second-arrow-tip {
                fill: var(--second-arrow-color, #44c6f4);
            }

            #third-arrow-body {
                stroke: var(--third-arrow-color, #049fe2);
                stroke-dasharray: 270, 580;
                stroke-dashoffset: 450;
            }

            #third-arrow-tip {
                fill: var(--third-arrow-color, #049fe2);
            }

        }

        .circle-center {
            position: absolute;
            width: 100%;
            height: 100%;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;

            .center-icon {
                height: 32px;
                margin-bottom: 8px;
            }

            .center-text {
                font-weight: 600;
                font-size: 14px;
                color: #049fe2;
                line-height: 20px;
                text-transform: uppercase;
            }

            .center-text:first-of-type {
                font-size: 16px;
            }

        }
    }
}
.decarb-centered-block {
    display: flex;
    justify-content: center;
}

.retrofit-image-animation {
    font-family: Arial, Helvetica, sans-serif;

    transform: scale(0.5);

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    margin-top: -100px;
    margin-bottom: -256px;

    .retrofit-container {
        margin-left: -289px;
        margin-top: -190px;
        padding-bottom: 250px;

        position: relative;
        padding-top: 150px;
        padding-left: 300px;

        .replacement-circle,
        .retrofit-circle,
        .construction-circle {
            display: flex;
            align-items: center;

            position: absolute;

            width: 492px;
            height: 492px;

            background-color: #049fe2;
            border-radius: 492px;

            .replacement-text-container,
            .retrofit-text-container,
            .construction-text-container {
                position: absolute;
                top: -20px;
                left: 60px;

                .replacement-text,
                .retrofit-text,
                .construction-text {
                    text-anchor: middle;
                    font-size: 46px;
                    font-weight: 600;
                    fill: #fff;
                    text-transform: capitalize;
                }

                .construction-text {
                    font-size: 40px;
                }
            }

            .retrofit-center-container {
                display: none;
                position: absolute;
                flex-direction: column;
                align-items: center;
                text-align: center;
                background-color: rgba(255, 255, 255, 0.85);
                margin: 0 60px;
                padding: 12px 8px 20px 8px;
                box-shadow: 0 0 4px 4px rgba(0, 0, 0, 0.2);

                .retrofit-center-icon {
                    width: 50px;
                }

                .retrofit-center-header {
                    width: 85.5%;
                    line-height: 40px;
                    font-size: 40px;
                    font-weight: 600;
                    color: #4fb847;
                    margin: 4px 8px 12px 8px;
                    padding: 6px;
                    border-bottom: 1px solid #777;
                }

                .retrofit-center-text {
                  line-height: 32px;
                  font-size: 32px;
                }
            }

            .construction-text-container {
                top: -55px;
                left: 0;
            }

            .replacement-image {
                margin-top: 53px;
            }

            .retrofit-image {
                margin-top: 155px;
            }

            .construction-image {
                margin-top: 4px;
            }
        }

        .replacement-circle:before,
        .retrofit-circle:before,
        .construction-circle:before {
            content: "";
            position: absolute;
            left: 0;
            right: 0;
            width: 492px;
            height: 492px;
            border-radius: 492px;

            box-shadow: inset 0 0 0 1000px rgba(4, 159, 226, 0.5);
        }

        .replacement-circle.active,
        .retrofit-circle.active,
        .construction-circle.active {
            background-color: #4fb847;

            .replacement-text-container,
            .retrofit-text-container,
            .construction-text-container {
                text {
                    display: none;
                }
            }

            .retrofit-center-container {
                display: flex;
            }
        }

        .replacement-circle.active:before,
        .retrofit-circle.active:before,
        .construction-circle.active:before {
            box-shadow: 0 0 20px 20px #4fb847;
        }

        .replacement-circle {
            top: 0;
            left: 0;
        }

        .retrofit-circle {
            top: 100px;
            left: 1100px;
        }

        .construction-circle {
            top: 650px;
            left: 440px;
        }
    }

    .text-container {
        max-width: 416px;
        display: flex;
        flex-direction: column;
        gap: 16px;
        padding: 16px;

        .highlight {
            font-weight: 600;
            color: #049fe2;
        }

    }
  }

/* Benefits List */
.benefits-list-container {
    font-family: Arial, Helvetica, sans-serif;
    max-width: 600px;
    margin-right: auto;
    margin-left: auto;
    display: flex;
    flex-direction: column;
    padding: 16px;

    .benefits-list-header {
        font-size: 36px;
        text-transform: uppercase;
        color: #44c6f4;
        padding: 8px;
        padding-left: 20px;
        margin-bottom: 16px;
        border-left: 3px solid #44c6f4;

        .highlight {
            font-weight: 600;
            text-transform: uppercase;
            color: #049fe2;
        }

    }

    .benefits-list {
        display: flex;
        flex-direction: column;
        margin-right: 70px;
        margin-left: -30px;

        .benefit {
            display: flex;
            align-items: center;
            gap: 12px;

            .benefit-text {
                .highlight {
                    font-weight: 600;
                    text-transform: uppercase;
                    color: #4fb847;
                }

            }

            .benefit-icon {
                width: 42px;
                min-width: 42px;
            }

        }

        .benefit:nth-of-type(even) {
            margin-left: 54px;

            .benefit-icon {
                margin-left: 12px;
            }

        }
    }
}

/* Header */
.decarb-header {
    font-family: Arial, Helvetica, sans-serif;
    display: flex;
    flex-direction: column;
    position: relative!important;
    padding-left: 40px;

    .green {
        color: #4fb847;
    }

    .blue {
        color: #313131;
    }

    a {
        color: #049fe2;
        text-transform: capitalize;
        text-decoration: none;
    }

    .top-right-nav {
        display: none;
        gap: 19px;
        align-self: flex-end;
        padding: 8px 64px 8px 0;
        background-color: #fff;
        clip-path: unset;
        flex-direction: column;
        z-index: 2;
        position: absolute;
        top: 440px;
        /*! left: 40px; */

        a,
        span {
            color: #8B8B8B;
            font-size: .736rem;
            cursor: pointer;
            text-wrap: nowrap;
            margin-left: 20px;
        }

        @media(max-width:1600px) {

            a,
            span {
                margin-left: 10px;
            }
        }

        @media (min-width: 760px) {

            a,
            span {
                color: #fff;
                text-wrap: unset;
            }
        }

    }

    .top-right-nav.show {
        display: flex;
    }

    @media (min-width: 760px) {
        .top-right-nav {
            display: flex;
            flex-direction: row;
            background-color: #878787;
            padding-left: 72px;
            clip-path: polygon(0 0, 100% 0%, 100% 100%, 8% 100%);
        }
    }

    @media (min-width: 455px) {
        .top-right-nav {
            position: relative;
            top: unset;
            left: unset;
        }
    }

    #models-menu {
        display: flex;
        flex-direction: column;
        gap: 8px;
        position: absolute;
        left: 30px;
        top: 425px;
        width: 150px;
        height: 250px;
        padding: 10px;
        overflow: auto;
        z-index: 1111;
        background-color: #fff;
        box-shadow: 0px 0px 13px -2px rgba(0, 0, 0, 0.24);
        border: 1px solid #aaa;
        border-radius: 4px;

        a {
            color: #878787;
        }

    }

    @media (min-width: 760px) {
        #models-menu {
            right: 418px !important;
            top: 28px !important;
            width: 200px;
        }
    }

    @media (min-width: 455px) {
        #models-menu {
            right: 0;
            left: unset;
            top: 62px;
        }
    }

    .logo-text-and-button {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: 20px 20px 0 0;

        .logo-and-text {
            display: flex;
            align-items: center;
            gap: 4px;

            .header-logo {
                img {
                    width: 100px;
                    max-width: unset;
                }

                @media (min-width: 760px) {
                    img {
                        width: 240px;
                    }
                }

            }

            .logo-text {
                font-size: 16px;
            }

            @media (min-width: 760px) {
                .logo-text {
                    font-size: 24px;
                }
            }

        }

        @media (min-width: 760px) {
            .logo-and-text {
                gap: 24px;
            }
        }

        .find-my-rep {
            display: none;
            color: #fff;
            background-color: #4fb847;
            padding: 7px 20px 7px 20px;
            border-radius: 30px;
            font-size: 17px;
            position: relative;
            width: fit-content;
            left: 40px;
            text-wrap: nowrap;
        }

        .find-my-rep.show {
            display: block;
        }

        @media (min-width: 760px) {
            .find-my-rep {
                display: block;
                position: relative;
                top: unset;
                left: unset;
                text-wrap: unset;
                margin-right: 40px;
            }
        }

        .mobile-nav {
            padding-left: 0;
            list-style: none;

            li {
                display: inline;
                font-size: 1.625rem;
                padding: 0 0 0 8px;
                color: #313131;
            }
        }

        @media (min-width: 760px) {
            .mobile-nav {
                display: none;
            }
        }

        .close-mobile {
            display: none;
            font-size: 1.875rem;
            color: #313131;
            position: absolute;
            z-index: 3;
            top: 4px;
            left: 10px;
        }

        .close-mobile.show {
            display: block;
        }

        @media (min-width: 760px) {

            .close-mobile,
            .close-mobile.show {
                display: none;
            }
        }

    }

    .decarb-nav {
        display: none;
        flex-direction: column;
        position: absolute;
        background-color: #fff;
        width: calc(100vw);

        a {
            margin: 10px 0;
            padding: 5px 40px;
            font-weight: 400;
            font-size: 17px;
            text-wrap: nowrap;
        }

        a:not(:last-child) {
            border-right: none;
        }


        @media (min-width: 760px) {
            a {
                margin: 15px 0;
                text-wrap: unset;
            }

            a:not(:last-child) {
                border-right: solid 2px #69c6ef;
            }

            a.last {
                border-right: none;
            }
        }

        @media (max-width: 1600px) {
            a {
                font-size: 12px;
                padding: 5px 15px;
                line-height: 1.25rem;
            }
        }

        margin-left: -40px;
    }

    .decarb-nav.show {
        display: flex;
        height: 100vh;
        z-index: 1;
        /*! height: 77%; */
        background-color: white;
        top: 10px;
    }

    @media (min-width: 760px) {
        .decarb-nav {
            align-self: center;
            display: flex;
            flex-direction: row;
            position: unset;
            background-color: unset;
            width: unset;
            //top: ;
        }
    }

    /*! margin-left: 5px; */
}

/* Mobile - Header */
@media (min-width: 760px) {
    .decarb-header {
        padding-left: 64px;
    }
}

/* Knowledge Center Carousel */
.knowledge-carousel-container {
    font-family: 'martian_b_thairegular';
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 40px;
    margin-top: 10px;

    .carousel-header-text {
        font-size: 64px;
        line-height: 64px;
        font-weight: 800;
        text-transform: uppercase;
        text-align: center;
        color: #049fe2;
        margin: 0;
        font-family: 'martian_b_thaibold';
    }

    .carousel-header-subtext {
        font-size: 40px;
        line-height: 40px;
        font-weight: 400;
        text-transform: uppercase;
        text-align: center;
        margin: 8px 0 40px 0;
    }

    .carousel-container {
        display: flex;
        align-items: center;
        gap: 30px;

        button {
            cursor: pointer;
            width: 24px;
            height: 24px;
            padding: 0;
            display: flex;
            justify-content: center;
            align-items: center;
            background-color: transparent;
            border-width: 0;

            .arrow {
                border: solid #000;
                border-width: 0 3px 3px 0;
                padding: 6px;
            }

            .right {
                margin-right: 2px;
                transform: rotate(-45deg);
                -webkit-transform: rotate(-45deg);
            }

            .left {
                margin-left: 2px;
                transform: rotate(135deg);
                -webkit-transform: rotate(135deg);
            }

        }

        .carousel {
            display: flex;
            gap: 40px;

            .carousel-item-container {
                display: flex;
                flex-direction: column;
                position: relative;

                .knowledge-carousel-item {
                    display: flex;
                    align-items: center;

                    .carousel-item-image {
                        filter: brightness(50%);
                        width: 270px;
                        height: 150px;
                    }

                    .carousel-item-text {
                        display: flex;
                        flex-direction: column;
                        align-items: center;
                        position: absolute;
                        width: 100%;
                        margin-top: 28px;

                        h3 {
                            text-align: center;
                            color: #fff;
                            font-weight: 800;
                            font-size: 18px;
                            margin: 16px 0 0 0;
                            line-height: 24px;
                            text-transform: capitalize;
                        }

                    }
                }

                .carousel-item-learn {
                    display: flex;
                    align-items: center;
                    gap: 4px;
                    padding-left: 20px;
                    border-bottom-left-radius: 4px;
                    border-bottom-right-radius: 4px;
                    background-color: #049fe2;
                    text-decoration: none;

                    h4 {
                        color: #fff;
                        text-transform: capitalize;
                        margin: 12px 0;
                        font-size: 16px;
                        ;
                    }

                }
            }

            .carousel-item-container:nth-of-type(n + 5) {
                display: none;
            }

        }
    }
}

/* Mobile - Knowledge Center Carousel */
@media (max-width: 1518px) {
    .carousel-container {
        .carousel {
            .carousel-item-container:nth-of-type(n + 4) {
                display: none;
            }

        }
    }
}

@media (max-width: 1158px) {
    .carousel-container {
        .carousel {
            .carousel-item-container:nth-of-type(n + 3) {
                display: none;
            }

        }
    }
}

@media (max-width: 798px) {
    .carousel-container {
        .carousel {
            .carousel-item-container:nth-of-type(n + 2) {
                display: none;
            }

        }
    }
}



.content-title-container {
    .container {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        margin-bottom: 20px;
    }

    h2.header {
        font-family: 'martian_b_thaibold';
        color: #009fde;
        text-transform: uppercase;
        font-size: 5rem;
        line-height: initial;
    }

    div.content {
        font-family: 'martian_b_thairegular';
        font-size: 1.5rem;
    }
}


#wide-cards .card-deck.photo-cards .decarb-case-study.card a .card-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    height: 230px;
}

#cards .card-deck.photo-cards .decarb-case-study.card,
#wide-cards .card-deck.photo-cards .decarb-case-study.card,
.narrow-cards .card-deck.photo-cards .decarb-case-study.card,
.narrowest-cards .card-deck.photo-cards .decarb-case-study.card {
    background: #fff;
    border-radius: 0;
    border: none;
    margin-bottom: 34px;
    height: 220px;
}

#cards .card-deck.photo-cards .decarb-case-study.card a .card-body h5,
#wide-cards .card-deck.photo-cards .decarb-case-study.card a .card-body h5,
.narrow-cards .card-deck.photo-cards .decarb-case-study.card a .card-body h5,
.narrowest-cards .card-deck.photo-cards .decarb-case-study.card a .card-body h5 {
    color: #fff !important;
    font-size: 2rem;
    font-family: 'martian_b_thaibold';
    text-align: center;
    text-decoration: none;
}

footer .main-footer ul {
    padding: 25px 0 35px 0;
    text-align: left;
}

@media (max-width: 992px) {
    .decarb-masonry {
        flex-direction: column;
    }
}

.decarb-masonry {
    margin: 60px 0;
    padding: 0;
    -moz-column-gap: 40px;
    -webkit-column-gap: 40px;
    font-size: .85em;
    display: flex;
    column-gap: 40px;

    .item {
        display: inline-block;
        width: 100%;
        background-color: white;

        img {
            width: 100%;
        }
    }

    ul:first-of-type {
        list-style: none;
        padding-left: 0px;
        padding-top: 10px;

        li {
            position: relative;
            margin: 5px 0;

            img {
                position: absolute;
                width: 28px;
                height: auto;
                margin-left: 5px;
                top: -4px;
            }

            a {
                margin-left: 45px;
                color: black;
                text-decoration: none;
                font-family: 'martian_b_thaibold';
            }

            ul {
                li {
                    list-style-image: url("img/right-chevron.svg");
                    margin-left: 30px;
                }

                a {
                    margin-left: 0px;
                    font-family: 'martian_b_thairegular';
                }
            }
        }
    }
}

#main .decarb-content-backgroundimage {

    .col-12 {

        text-align: center;
        text-shadow: 0px 0px 20px #000;

        h2 {
            font-family: 'martian_b_thaibold';
            color: white;
            font-size: 4rem;
            line-height: 4rem;
            padding-top: 30px;
            font-weight: 900;
        }

        p {
            font-family: 'martian_b_thaibold';
            color: white;
            font-size: 2rem;
            line-height: 2rem;
            text-transform: uppercase;
        }
    }
}

/* Mobile */
@media (max-width: 768px) {
    .carousel-header-text {
        font-size: 55px !important;
    }

    .commitment-title {
        font-size: 50px !important;
        line-height: 3rem;
    }

    /* Circle Text Mobile */
    .circle-and-text-container {
        flex-direction: column;
    }

    /* Benefits List Mobile */
    .benefits-list-container {
        .benefits-list {
            margin-left: 0;
            margin-right: 0;
            gap: 12px;

            .benefit:nth-of-type(even) {
                gap: 0;
            }

        }
    }

    /* Knowledge Center Carousel */
    .content-title-container {


        h2.header {
            font-size: 2.5rem;
        }

        div.content {
            font-family: 'martian_b_thairegular';
            font-size: 1.5rem;

            a {
                white-space: initial;
            }
        }
    }

    #resilientComponent {
        height: fit-content !important;
        max-height: initial !important;

        .content {
            h1 {
                font-size: 3rem !important;
            }

            h2 {
                font-size: 2rem !important;
            }
        }
    }

    .circle-and-text-container {

        .carousel-container {

            .circle-slide {

                .slide-header {

                    .slide-header-text {
                        font-size: 2.5rem;
                    }
                }
            }
        }
    }

    .decarb-header {


        .top-right-nav {


            width: 100vw;

            a,
            span {
                color: #8B8B8B;
                font-size: .736rem;
                cursor: pointer;
                text-wrap: nowrap;
                margin-left: 40px;
            }
        }

    }

}

html,
body {
    margin: 0;
    padding: 0;
}

header,
main,
footer {
    width: 100%;
    text-align: center;
}

/* A big spacer so we can scroll down to the footer */
.spacer {
    height: 150vh;
    background: #f2f2f2;
    display: flex;
    align-items: center;
    justify-content: center;
}

.background-wrapper {
    position: relative;
    width: 100%;
    min-height: 120vh;
    /* or however tall you need it */
    overflow: hidden;
    /* ensures hidden if SVG is larger than container */
    font-family: 'martian_b_thairegular';
}

/*
  The SVG is absolutely positioned to sit behind everything.
  You can adjust top/left or use transform to place it precisely.
*/
.background-svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 0;
    margin-top: -380px;
}

.animation-container {
    position: relative;
    z-index: 1;
    /* ensures the container is above the SVG */
    max-width: 800px;
    /* adjust as needed */
    margin: 40px auto;
    padding: 0 20px;
    text-align: left;
}

.commitment-title {
    text-align: center;
    color: #234f21;
    /* green heading color */
    font-size: 56px;
    font-weight: 900;
    margin-bottom: 30px;
    font-family: 'martian_b_thaibold';
}

.commitment-box {
    background-color: #ddecd5bf;
    padding: 20px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.commitment-box p {
    margin: 0 0 16px;
}

.commitment-box ul {
    margin: 0 0 16px 20px;
    padding: 0;
    color: #31742f;
    list-style: initial;
}

.commitment-box strong {
    color: #234f21
}
.product-information-container {
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    min-height: 100vh;
    text-align: center;
}
    .product-information-container h1 {
        font-size: 3rem; /* Large font size */
        font-weight: 700; /* Weight 700 */
        color: #009ce2; /* Blue color */
        text-transform: uppercase;
        margin-top: 2rem;
        margin-bottom: 1rem;
        font-family: 'martian_b_thaibold';
    }
    .product-information-container h2 {
        font-size: 1.25rem; /* Normal-ish text size */
        font-weight: normal; /* Normal weight */
        text-transform: uppercase;
        margin: 0 0 2rem 0;
        color: #333; /* Optional: Adds a dark color for better readability */
        font-family: 'martian_b_thairegular';
    }

/* GRID CONTAINER */
.product-information-card-grid {
    display: grid;
    /* Start with a single column for mobile */
    grid-template-columns: 1fr;
    gap: 1rem;
    width: 80%;
    max-width: 800px; /* Adjusted max-width to better control layout */
    margin-bottom: 2rem;
}

/* Restrict to 2x2 at larger breakpoints */
@media (min-width: 768px) {
    .product-information-card-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* CARD */
.product-information-card {
    border: 1px solid #ccc;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    background-color: #fff; /* Changed to white for better contrast */
    transition: transform 0.3s, box-shadow 0.3s; /* Adds hover effect */
}

    .product-information-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    }

    .product-information-card img {
        width: 100%;
        height: auto;
        display: block;
    }

/* LEARN MORE BUTTON */
.learn-more {
    background-color: #009ce2;
    color: #fff;
    text-transform: uppercase;
    padding: 0.75rem 1rem;
    cursor: pointer;
    font-weight: bold;
    position: relative;
    margin-top: auto; /* Push it to the bottom if we add content above */
    transition: background-color 0.3s;
    text-align: left;
}
.product-information-card a {
    color:#fff;
}

.learn-more:hover {
    background-color: #007bb5; /* Darker blue on hover */
}

    /* Add an arrow with some margin to the left and small animation on hover */
    .learn-more::after {
        content: "→";
        display: inline-block;
        margin-left: 0.5rem; /* Margin to the left of the arrow */
        transition: transform 0.2s ease;
    }

    .learn-more:hover::after {
        transform: translateX(5px);
    }

/* Optional: Responsive Typography */
@media (max-width: 480px) {
    h1 {
        font-size: 2.5rem;
    }

    h2 {
        font-size: 1rem;
    }
}

@media (max-width:900px) {
    .background-svg {
        margin-top: initial;
    }
    .animation-container {
        position: absolute;
        z-index: 32; /* ensures the container is above the SVG */
        max-width: 800px; /* adjust as needed */
        margin: 40px auto;
        padding: 0 20px;
        text-align: left;
        top: 0;
    }
    .background-wrapper {
        min-height: 84vh;
    }
    .product-information-container {
        min-height: fit-content;
    }
}
@media (max-width: 550px) {
    .background-svg {
        display: none;
    }
    .background-wrapper {
        min-height: 150vh;
    }
    .commitment-title {
        font-size: 40px!important;
    }
    .retrofit-image-animation {
        display: none;
    }
}
