body {
    background: black;
    color: whitesmoke;
    font-family: "big_john";
    overflow-x: hidden;
}

html {
    font-size: 14px;
}

html,
body {
    width: 100%;
    overflow-x: hidden;
}

.text {
    display: flex;
    flex-direction: column;
    color: whitesmoke;
    margin-right: 30px;
    line-height: 1.3rem;
}

section {
    scroll-margin-top: 5px;
}

.nav-link {
    position: relative;
    color: white;
}

/* base underline (hidden) */
.nav-link::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -5px;
    width: 100%;
    height: 3px;
    background-color: #28a745;
    transform: scaleX(0);
    /* hidden */
    transform-origin: left;
    /* start from left */
    transition: transform 0.3s ease;
}

/* active state */
.nav-link.active::after {
    transform: scaleX(1);
    /* full width */
}

.p {
    font-size: 14px;
    text-align: center;
    color: gray;
    text-transform: none;
}

.button1 {
    background-color: #089652;
    color: black;
    border: 2px solid #4caf50;
    margin-top: 10px;
}

#home .noise-emissions-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
    width: 100%;
}

#home .noise-emissions-content .zero_element {
    font-size: 75px;
    position: relative;
    bottom: 30px;
}

#home .zero_content {
    width: 50%;
}

#home .zero_content p {
    font-weight: 500;
    font-size: 350px;
    text-align: right;
}

#home .container {
    width: 100%;
}

#home .justify-content,
#products .justify-content {
    justify-content: space-evenly;
    text-align: center;
}

#home .infographic-container img {
    padding: 5px;
    height: 120px;
    object-fit: contain;
}

#home .infographic-container p {
    font-family: "Nunito", sans-serif;
    font-weight: 300;
    font-size: 1em;
    color: white;
    padding: 5px;
    text-align: center;
}



.offerings .justify-content {
    justify-content: space-evenly;
}

.offerings .infographic-container img {
    width: 350px;
    padding: 5px;
    height: auto;
    object-fit: cover;
}

.offerings .infographic-container p {
    /* font-family: 'Roboto'; */
    font-family: 'Nunito', sans-serif;
    font-weight: 300;
    font-size: 14px;
    /* text-transform: capitalize; */
    color: white;
    padding: 5px;
    text-align: center;
}

.offerings .layout-ecosystem {
    padding: 40px 0px;
    display: flex;

}

.offerings .layout-ecosystem .smaller_box {
    width: 50%;
    min-height: 200px;
    color: black;
}

.offerings .layout-ecosystem .larger_box {
    width: 50%;
    min-height: 200px;
    margin: 0px 40px;
    color: white;
}

.offerings .layout-ecosystem .larger_box p,
.offerings .layout-ecosystem .larger_box {
    font-family: 'Nunito', sans-serif;
    font-size: 16px;
    font-weight: 300;
    color: rgb(170, 170, 170);
    line-height: 1.8;
    text-transform: none;
}

.offerings .layout-ecosystem .larger_box h2 {
    font-weight: 500;
}

.offerings .sub_heading_style {
    font-size: 40px;
    font-family: "big_john", sans-serif;
    font-weight: normal;
    padding: 20px 0px;
}

/* @media (max-width: 600px) {
     .heading_style {
         font-size: 30px;
         margin-bottom: 0px;
         padding-bottom: 0px;
     }

     .sub_heading_style {
         font-size: 25px;
     }

     .layout-ecosystem {
         flex-direction: column-reverse;
     }

     .layout-ecosystem .smaller_box,
     .layout-ecosystem .larger_box {
         width: 100%;
         margin: unset;
     }

     .layout-ecosystem-revers-for-mobile {
         flex-direction: column;
     }
 } */
.offerings body {
    /* overflow: hidden; */
    margin: 0;
    /* font-family: 'Roboto'; */
    font-family: 'Nunito', sans-serif;
    text-rendering: optimizeLegibility;
    font-weight: 400;
}

.offerings .p {
    font-size: 14px;
    text-align: left;
    color: gray;
    padding-left: 25px;
    padding-right: 25px;
    width: 70%;

}

.offerings .product img {
    width: 170px;
}

.offerings .text {
    display: flex;
    flex-direction: column;
    color: whitesmoke;
    margin-right: 30px;
    line-height: 1.3rem;
}

.offerings .well {
    position: relative;
    overflow: hidden;
    transition: 1s cubic-bezier(0.5, 0, 0.5, 1);
}

.offerings .top {
    font-size: 80%;
    color: hsla(0, 0%, 100%, .25);
    position: relative;
    top: -.2em;
    cursor: pointer;
}

.offerings .panel {
    position: relative;
    height: 100vh;
    overflow: hidden;
    font-size: 10vmin;
    padding: 1em;
    box-sizing: border-box;
    color: rgba(255, 255, 255, 0.315);
    cursor: default;
}

.offerings .panel:nth-child(1) {
    background: url('assets/ecosystem/images/eco1.jpg');
    background-repeat: no-repeat;
    background-size: 100% 100vh;
    background-position: right;
}

.offerings .panel-1 {
    position: relative;
}

.offerings .panel:nth-child(8) {
    background: black;
}

.offerings .panel:nth-child(2) {
    background: black;
}

.offerings .panel:nth-child(3) {
    background: black;
}

.offerings .panel:nth-child(4) {
    background: #272723;
}

.offerings .panel:nth-child(5) {
    background: #313131;
}

.offerings .panel:nth-child(6) {
    background: #1d1d1d;
}

.offerings .m-15 {
    margin-top: 7rem;
    margin-bottom: 7rem;
}

.offerings .sub-title {
    font-size: 20px;
    color: rgb(170, 170, 170);
    padding: 15px;
    font-family: 'Nunito', sans-serif;
    /* font-family: 'Roboto'; */
    font-weight: 400;
}

.offerings .panel-1 .card {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    background: #252a30;
    padding: 0rem 4rem;
}

.offerings .image-icon {
    display: flex;
    flex-direction: column;
}

.offerings .image-icon img {
    width: 85px;
    background: #1a1e22 center;
    padding: 10px;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
}

.offerings .image-icon p {
    font-size: 14px;
    padding: 10px;
    text-align: center;
    color: darkgrey;
}

.offerings .panel-1 h1 {
    z-index: 100;
    color: rgba(255, 255, 255, 0.801);
    font-size: 90px;
    text-transform: capitalize;
    /* position: absolute; */
    top: 90%;
    left: 10px;
    font-family: 'Nunito', sans-serif;
    /* font-family: 'Roboto'; */
    font-weight: 700;
}

.offerings .panel-1 p {
    z-index: 100;
    width: 60%;
    color: rgba(255, 255, 255, 0.801);
    font-size: 20px;
    position: absolute;
    top: 60%;
    left: 10px;
    /* font-family: 'Roboto'; */
    font-family: 'Nunito', sans-serif;
    font-weight: 400;
}

.offerings .button1 {
    background-color: #056839;
    opacity: 0.8;
    color: black;
    border: 2px solid #4CAF50;
    margin-top: -100px;
}

.offerings .button2 {
    background-color: #056839;
    opacity: 0.8;
    color: black;
    border: 2px solid #4CAF50;
    margin-top: -100px;
}

.offerings .button3 {
    background-color: #089652;
    color: black;
    border: 2px solid #4CAF50;
    margin-top: 40px;
}

.offerings .clear-fix:after {
    display: block;
    clear: both;
    content: '';
}

.offerings .img-responsive {
    max-width: 90%;
    height: auto;
}

.offerings .card__collection {
    position: relative;
    display: block;
    background: black;
    padding: 10px;
    /* font-family: 'Roboto'; */
    font-family: 'Nunito', sans-serif;
    overflow: hidden;
    margin-left: 200px;
}

.offerings .card__collection .cards {
    width: 500px;
    height: 500px;
    display: block;
    background-size: cover;
    float: left;
    border-radius: 15px;
    position: relative;
    overflow: hidden;
    background-position: center;
    margin: 10px;
}

.offerings .card__collection .cards--one {
    backface-visibility: hidden;
}

.offerings .card__collection .cards--one:hover:after {
    bottom: -20px;
}

.offerings .card__collection .cards--one:hover:before {
    bottom: -10px;
}

.offerings .card__collection .cards--one:hover .cards--one__rect {
    left: 45%;
}

.offerings .card__collection .cards--one:hover .cards--one__rect--back {
    left: 50%;
}

.offerings .card__collection .cards--one::after {
    content: '';
    display: block;
    position: absolute;
    height: 70px;
    transform: rotate(-3deg);
    background: #e660e3;
    position: absolute;
    bottom: -80px;
    left: 0;
    right: -10px;
    z-index: 9;
    transition: all .2s ease-in;
    transition-delay: .3s;
}

.offerings .card__collection .cards--one:before {
    content: '';
    display: block;
    position: absolute;
    height: 80px;
    transform: rotate(-3deg);
    bottom: -90px;
    left: 0;
    background: #fff;
    right: -10px;
    z-index: 5;
    transition: all .2s ease-in;
    transition-delay: .1s;
}

.offerings .card__collection .cards--one__rect {
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    background: #0f9bc0;
    width: 126px;
    height: 55px;
    transform: skewY(5deg);
    position: absolute;
    display: block;
    top: 60%;
    left: -45%;
    z-index: 1;
    line-height: 3.3rem;
    text-align: center;
    transition: all .2s ease-in;
}

.offerings .card__collection .cards--one__rect--back {
    display: block;
    background: rgba(34, 65, 154, 0.8);
    width: 126px;
    height: 55px;
    transform: skewY(7deg);
    position: absolute;
    top: 65%;
    left: -50%;
    transition: all .2s ease-in;
    transition-delay: .3s;
}

.offerings .card__collection .cards--one__rect p {
    transform: skewY(-7deg);
    position: relative;
}

.offerings .card__collection .cards--two {
    position: relative;
    backface-visibility: hidden;
}

.offerings .card__collection .cards--two p {
    position: absolute;
    top: 83%;
    left: -100%;
    /* text-transform: capitalize; */
    color: #fff;
    font-size: 20px;
    z-index: 8;
    transition: all .6s ease;
}

.offerings .card__collection .cards--two:hover p {
    left: 80%;
    top: 50%;
}

.offerings .card__collection .cards--two:hover img {
    transform: translateY(-15px);
}

.offerings .card__collection .cards--two:hover .cards--two__rect {
    top: 75%;
}

.offerings .card__collection .cards--two:hover .cards--two__rect:before {
    transform: translateY(15px);
}

.offerings .card__collection .cards--two:hover li {
    transform: translateY(0);
}

.offerings .card__collection .cards--two:hover .cards--two__tri {
    right: -40%;
}

.offerings .card__collection .cards--two:hover .cards--two__tri:before {
    right: -312px;
}

.offerings .card__collection .cards--two img {
    transition: all .2s ease;
}

.offerings .card__collection .cards--two__tri {
    border-top: 220px solid transparent;
    border-bottom: 190px solid transparent;
    border-right: 388px solid #fff;
    opacity: .9;
    position: absolute;
    display: block;
    top: 0;
    right: -100%;
    transition: all .3s ease-in-out;
}

.offerings .card__collection .cards--two__tri:before {
    border-top: 220px solid transparent;
    border-bottom: 190px solid transparent;
    border-right: 388px solid #2bb673;
    opacity: 0.7;
    position: absolute;
    content: '';
    display: block;
    top: -220px;
    right: -612px;
    transition: all .3s ease-in-out;
    transition-delay: .2s;
}

.offerings .card__collection .cards--two__rect {
    width: 1000px;
    height: 700px;
    background: #fff;
    display: block;
    position: absolute;
    top: 175%;
    left: -78%;
    transform: rotate(30deg);
    z-index: 5;
    opacity: .9;
    transition: all .3s ease-in-out;
}

.offerings .card__collection .cards--two__rect:before {
    content: '';
    display: block;
    width: 100%;
    position: relative;
    height: 100%;
    background: #2bb673;
    opacity: 0.5;
    transform: translateY(200px);
    z-index: 2;
    transition: all .3s ease-in-out;
    transition-delay: .1s;
}

.offerings .card__collection .cards--two ul {
    list-style: none;
    position: absolute;
    bottom: 0;
    left: 10px;
    z-index: 9;
}

.offerings .card__collection .cards--two ul li {
    display: inline-block;
    font-size: 16px;
    margin: 7px;
    color: #fff;
    transition: all .2s ease-in-out;
    transform: translateY(100px);
}

.offerings .card__collection .cards--two ul li:nth-child(2) {
    transition-delay: .2s;
}

.offerings .card__collection .cards--two ul li:nth-child(3) {
    transition-delay: .3s;
}

.offerings .card__collection .cards--two ul li:nth-child(4) {
    transition-delay: .4s;
}

.offerings .card__collection .cards--three {
    position: relative;
    z-index: 10;
}

.offerings .card__collection .cards--three:hover .cards--three__rect-1 {
    left: 10%;
}

.offerings .card__collection .cards--three:hover .cards--three__rect-1 .shadow-1 {
    left: -20%;
}

.offerings .card__collection .cards--three:hover .cards--three__rect-2 {
    left: 60%;
}

.offerings .card__collection .cards--three:hover .cards--three__rect-2:before {
    left: -100%;
}

.offerings .card__collection .cards--three:hover .cards--three__rect-2:after {
    left: 80%;
}

.offerings .card__collection .cards--three:hover .cards--three__rect-2 .shadow-2 {
    left: -10%;
}

.offerings .card__collection .cards--three:hover .cards--three__circle {
    transform: scale(1);
}

.offerings .card__collection .cards--three:hover .cards--three__circle:before {
    transform: scale(0.9);
}

.offerings .card__collection .cards--three:hover .cards--three__list li {
    transform: translateX(0);
}

.offerings .card__collection .cards--three__rect-1 {
    background: #fff;
    width: 200px;
    height: 110px;
    transform: skewX(-20deg);
    display: block;
    position: absolute;
    top: 73%;
    opacity: .9;
    left: -100%;
    z-index: 8;
    transition: all .5s ease-in;
}

.offerings .card__collection .cards--three__rect-1 p {
    font-size: 20px;
    color: #fff;
    transform: skewX(20deg);
    line-height: 6rem;
}

.offerings .card__collection .cards--three__rect-1 .shadow-1 {
    background: grey;
    width: 230px;
    height: 100px;
    display: block;
    position: absolute;
    left: -200%;
    z-index: -1;
    transition: all .3s ease-in;
}

.offerings .card__collection .cards--three__circle {
    width: 220px;
    height: 220px;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    top: -15%;
    left: 50%;
    opacity: .9;
    transform: scale(0);
    transition: all .3s ease;
}

.offerings .card__collection .cards--three__circle:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: grey;
    border-radius: 50%;
    transform: scale(0);
    transition: all .3s ease;
    transition-delay: .2s;
}

.offerings .card__collection .cards--three__list {
    list-style: none;
    position: absolute;
    top: -9px;
    right: 7px;
    padding-top: 60px;
    transition: all .4s ease;
}

.offerings .card__collection .cards--three__list li {
    display: inline-block;
    margin: 4px;
    color: #fff;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: rgba(87, 204, 253, 0.9);
    text-align: center;
    line-height: 1.7rem;
    font-size: 12px;
    transition: all .3s ease;
    transform: translateX(500%);
}

.offerings .card__collection .cards--three__list li:nth-child(1) {
    transition-delay: .2s;
}

.offerings .card__collection .cards--three__list li:nth-child(2) {
    transition-delay: .3s;
}

.offerings .card__collection .cards--three__list li:nth-child(3) {
    transition-delay: .4s;
}

.offerings .card__collection .transform {
    transform: translateY(-90%);
    transform: translateX(-110%);
    z-index: 999;
    transition: transform 250ms ease-in;
}

.offerings .card__collection .cards--two:hover .transform {

    transform: translate(-0%, -150%);
}

.offerings .transform-p {
    transform: translate(70%, -1000%);
    opacity: 0;
    transition: opacity 250ms ease-in;
}

.offerings .card__collection .cards--three:hover .transform-p {
    opacity: 1;
}

.offerings .d-flex-just {
    display: flex;
    justify-content: space-evenly;
}

.offerings .image1 {
    max-width: 90%;
    height: auto;
}

.offerings .image2 {
    position: absolute;
    top: -160px;
    right: -85px;
    z-index: 2;
    width: 100%;
    height: auto;
}

.offerings .column {
    width: 33.33%;
}

.offerings .justify-content {
    justify-content: space-evenly;
}

.offerings .infographic-container img {
    width: 350px;
    padding: 5px;
    height: auto;
    object-fit: cover;
}

.offerings .infographic-container p {
    /* font-family: 'Roboto'; */
    font-family: 'Nunito', sans-serif;
    font-weight: 300;
    font-size: 14px;
    /* text-transform: capitalize; */
    color: white;
    padding: 5px;
    text-align: center;
}

.offerings .layout-ecosystem {
    padding: 40px 0px;
    display: flex;

}

.offerings .layout-ecosystem .smaller_box {
    width: 45%;
    min-height: 200px;
    color: black;
}

.offerings .layout-ecosystem .larger_box {
    width: 55%;
    min-height: 200px;
    margin: 0px 40px;
    color: white;
}

.offerings .layout-ecosystem .larger_box h2 {
    font-weight: 500;
}

.offerings .card {
    min-height: 160px;
}

.offerings .heading_style {
    font-size: 50px;
    font-family: "big_john", sans-serif;
    font-weight: 400;
    text-align: center;
    padding: 20px;
    color: rgba(255, 255, 255, 0.801);
}

.offerings .sub_heading_style {
    font-size: 40px;
    font-family: "big_john", sans-serif;
    font-weight: normal;
    padding: 20px 0px;
}

.off-back-btn {
    position: fixed;
    top: 20px;
    left: 20px;
    z-index: 999;
    background-color: #089652;
    color: black;
    border: 2px solid #4caf50;
    border-radius: 25px;
    padding: 8px 20px;
    font-family: 'Nunito', sans-serif;
    font-size: 14px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 6px;
}

@media (max-width: 600px) {
    .offerings .heading_style {
        font-size: 30px;
        margin-bottom: 0px;
        padding-bottom: 0px;
    }

    .offerings .sub_heading_style {
        font-size: 25px;
    }

    .offerings .layout-ecosystem {
        flex-direction: column-reverse;
    }

    .offerings .layout-ecosystem .smaller_box,
    .offerings .layout-ecosystem .larger_box {
        width: 100%;
        margin: unset;
    }

    .offerings .layout-ecosystem-revers-for-mobile {
        flex-direction: column;
    }
}

.offerings .poster {
    position: relative;
}

.offerings .poster img {
    width: 100%;
    height: 100%;
}

.offerings .poster button {
    position: absolute;
    bottom: 10%;
    left: 50%;
    transform: translateY(-100%);
}

.offerings .product-img .card {
    width: 20rem;
    position: relative;
}

.offerings .product-img .card .name {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
    background-color: rgb(216, 45, 45);
    color: white;
    font-size: 14px;
    position: absolute;
    bottom: 0;
    transform: translate(50%, 50%);
    opacity: 0;

}

.offerings .product-img .card:hover .name {
    opacity: 1;
    transform: translate(-50%, 50%);
    transition: ease-in 350ms;
}

.offerings .header-text {
    font-size: 46px;
    text-align: center;
    display: flex;
    flex-direction: row;
    /* font-family: 'Roboto'; */
    font-family: 'Nunito', sans-serif;
    margin: 30px;
}

.offerings .header-text::after,
.offerings .header-text::before {
    content: "";
    flex: 1 0.5;
    border-bottom: 2px solid white;
    margin: auto;
}

.offerings .content-image-text {
    font-size: 14px;
    white-space: pre-line;
    color: gray;
    text-align: center;
    position: relative;
}

.offerings .content-image-text span {
    font-size: 20px;
    white-space: pre-line;
    color: rgb(129, 129, 129);
    font-weight: bold;
}

.offerings .content-image-text p {
    margin-bottom: -33px;
}

.offerings .content-image-text img {
    height: 150px;
    width: 150px;
}

.offerings .pointer {
    font-size: 45px;
    color: #056839;
    margin-bottom: -38px;
    margin-top: 12px;
}

.offerings .pointer-bottom {
    /* font-size: 25px; */
    font-size: 45px;
    color: #056839;
    /* color: whitesmoke; */
    margin-top: -2px !important;
    /* margin-top: -33px !important; */

}

.offerings .margin-bottom {
    margin-top: 120px;
}

.offerings .rel {
    position: relative;
}

.offerings .rel button {
    position: absolute;
    bottom: 80px;
    left: 41%;
}

.offerings .content-image-text {
    font-size: 14px;
    white-space: pre-line;
    color: gray;
    text-align: center;
    position: relative;
}

.offerings .content-image-text span {
    font-size: 20px;
    white-space: pre-line;
    color: rgb(129, 129, 129);
    font-weight: bold;
}

.offerings .content-image-text p {
    margin-bottom: -33px;
}

.offerings .content-image-text img {
    height: 150px;
    width: 150px;
    margin-top: -9px;
}

.offerings .title-line {
    font-size: 46px;
    text-align: center;
    display: flex;
    flex-direction: row;
    /* font-family: 'Roboto'; */
    font-family: 'Nunito', sans-serif;
    margin: 10px;
}

.offerings .title-line::after,
.offerings .title-line::before {
    content: "";
    flex: 1 0.5;
    border-bottom: 1px solid white;
    margin: 30px;
}

.offerings .column1 {
    width: 35%;
}

.offerings .column2 {
    width: 65%;
}

.offerings .column3 {
    width: 25%;
}

.offerings .column4 {
    width: 50%;
}

.offerings .column6 {
    width: 30%;
}

.offerings .column7 {
    width: 20%;
}

.offerings .column8 {
    width: 75%;
}

.offerings .column100 {
    width: 100%;
}

.offerings .flex_box {
    display: flex;
    padding-bottom: 30px;
}

.offerings .col-even {
    flex: 1;
}

.offerings .col-even img {
    max-width: 100%;
    width: 100%;
    object-fit: fill;
    padding: 10px 10px;
}

.offerings .justify-content {
    justify-content: space-evenly;
}

.offerings .infographic-container img {
    width: 105px;
    padding: 5px;
    height: 120px;
    object-fit: contain;
}

.offerings .infographic-container p {
    /* font-family: 'Roboto'; */
    font-family: 'Nunito', sans-serif;
    font-weight: 300;
    font-size: 14px;
    /* text-transform: capitalize; */
    color: white;
    padding: 5px;
    text-align: center;
}

.offerings table.darkTable tbody td {
    font-size: 20px;
    padding: 4px;
    color: rgb(236, 228, 228);

}

.offerings table.darkTable tr:nth-child(even) {
    background: #454545;
}

.offerings table.darkTable thead {
    background: #323232;
}

.offerings table.darkTable thead td {
    font-size: 20px;
}

.offerings table.darkTable thead th {
    font-size: 30px;
    font-weight: bold;
    color: #E6E6E6;
    text-align: center;
    border-left: 2px solid #272727;
}

.offerings table.darkTable thead th:first-child {
    border-left: none;
}

.offerings table.darkTable tfoot td {
    font-size: 16px;
}

.offerings #containerz {
    height: 100%;
    width: 100%;
    font-size: 0;
    margin-top: 15%;
    left: -5%;
}

.offerings #center {
    text-align: center;
}

.offerings #left {
    text-align: left;
}

.offerings .layout-ecosystem .larger_box h4 {
    font-family: 'Nunito', sans-serif;
    font-size: 20px;
    font-weight: 900;
    color: #aaaaaa;
    padding: 10px 0;
    letter-spacing: 0.5px;
    text-transform: uppercase !important;
}

.offerings .layout-ecosystem .components-layout {
    display: flex;
    flex-direction: row
}

@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300&family=Secular+One&display=swap");

/* ============================================================
   MEDIA QUERIES — FIXED & CONSOLIDATED
   Breakpoints: 1024px, 900px, 786px, 720px, 600px
   ============================================================ */

/* ── 1024px: Large tablet ── */
@media screen and (max-width: 1024px) {
    #home .parallax .inner-parallax h2 {
        font-size: 4em;
        width: 70%;
    }

    #home .parallax .inner-parallax p {
        font-size: 1.4em;
        width: 60%;
    }
}

/* ── 900px: Tablet ── */
@media screen and (max-width: 900px) {

    /* Home */
    #home .cell_proportion_header_content .cell_prop_title {
        font-size: 40px;
        margin-left: 0;
    }

    #home .zero_content p {
        font-size: 150px;
    }

    #home .noise-emissions-content .zero_element {
        font-size: 40px;
        /* margin: unset; */
    }
}

/* ── 720px: Mobile landscape ── */
@media screen and (max-width: 720px) {

    .text {
        margin-right: 0;
        margin-left: 6px;
        flex: 1;
        min-width: 0;
    }

    .text .line {
        margin-left: 0 !important;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        font-size: 13px;
    }

    .text .sub {
        font-size: 10px !important;
        margin-left: 0 !important;
    }

    .navbar-toggler {
        flex-shrink: 0;
        margin-left: auto;
        padding: 4px 8px;
    }

    #navbarNav {
        width: 100%;
    }

    /* Home */
    #home .home-cell-prop {
        flex-direction: column;
        align-items: center;
        padding: 16px;
    }

    #home .home-cell-prop .cell-prop-titleSection {
        margin-top: 20px;
        padding: 16px;
        text-align: center;
        width: 100%;
        display: flex;
    }

    #home .home-cell-prop .cell-prop-imageSection {
        margin-top: 20px;
        width: 100% !important;
        text-align: center;
    }

    #home .home-cell-prop .cell-prop-imageSection img {
        width: 90% !important;
    }

    #home .home-cell-prop .cell-prop-title {
        font-size: 40px;
        letter-spacing: 3px;
    }

    #home .home-cell-prop .cell-prop-subtitle {
        font-size: 15px;
        text-align: center;
        display: block;
        margin-top: 10px;
    }

    #home .brand_image {
        left: 0;
        text-align: center;
    }

    #home .header_block_element {
        display: none;
    }

    #home .mobile_header_block_element {
        margin-top: 100px;
        display: block;
    }

    #home .mobile_header_block_element .cell-prop-title {
        text-align: center;
        padding: 20px;
        font-size: 24px;
    }

    #home .mobile_header_block_element .brand_image {
        width: 50%;
        text-align: center;
    }

    #home .infographic-container {
        padding: 10px 20px;
    }

    #home .infographic-container img {
        height: 100px;
    }
}

/* ── 600px: Mobile portrait ── */
@media screen and (max-width: 600px) {

    /* ── Home ── */
    #home .parallax .inner-parallax h2 {
        font-size: 2.5em;
        width: 90%;
    }

    #home .parallax .inner-parallax p {
        font-size: 1.1em;
        width: 80%;
        top: 62%;
    }

    #home .cell_proportion_header_content {
        flex-direction: column;
    }

    #home .cell_proportion_header_content .cell_prop_title {
        font-size: 30px;
        text-align: center;
    }

    #home .brand_image {
        left: 0;
        text-align: center;
    }

    #home .brand_image img {
        width: 70%;
    }

    #home .zero_content p {
        font-size: 100px;
    }

    #home .noise-emissions-content .zero_element {
        font-size: 30px;
    }

    #home .container_paragraph {
        padding: 1.5rem;
    }

    #home .container_paragraph h3 {
        font-size: 18px;
    }

    #home .container_paragraph h4 {
        font-size: 20px;
    }

    #home .home-cell-prop {
        flex-direction: column;
    }
}

/* ── 480px: Small mobile ── */
@media screen and (max-width: 480px) {
    #home .parallax .inner-parallax h2 {
        font-size: 1.8em;
        top: 30%;
    }

    #home .parallax .inner-parallax p {
        font-size: 1em;
        top: 55%;
    }

    #home .justify-content {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .off-back-btn {
        position: fixed;
        top: 20px;
        left: 20px;
        z-index: 999;
        background-color: #089652;
        color: black;
        border: 2px solid #4caf50;
        border-radius: 25px;
        padding: 4px 10px;
        font-family: 'Nunito', sans-serif;
        font-size: 12px;
        cursor: pointer;
        display: flex;
        align-items: center;
        gap: 6px;
    }
}

/* ── Min-width: only applied upwards ── */
@media only screen and (min-width: 768px) {
    #home .text-container {
        margin-top: -20px;
    }
}

@media (max-width: 600px) {
    .offerings .layout-ecosystem {
        display: flex;
        flex-direction: column;
    }

    .offerings .layout-ecosystem .larger_box,
    .offerings .layout-ecosystem .smaller_box {
        width: 100%;
    }
}

@media (max-width: 600px) {

    .offerings .layout-ecosystem .components-layout {
        display: flex;
        flex-direction: column
    }

    .offerings .layout-ecosystem .larger_box {
        order: 1;
    }

    .offerings .layout-ecosystem .smaller_box {
        order: 2;
    }

}

.carousel-item {
    height: 400px;
}

.carousel-item img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* Hide small-only carousels on large screens */
.carousel-small-energy,
.carousel-small-vcu {
    display: none;
}

/* Large screen */
@media (min-width: 601px) {
    .carousel-large-only {
        display: block;
    }

    .carousel-small-energy,
    .carousel-small-vcu {
        display: none;
    }

    #components .components-layout {
        display: grid !important;
        grid-template-columns: 1fr 1fr;
        grid-template-areas:
            "energy vcu"
            "carousel carousel";
        gap: 20px;
        padding: 40px 0;
    }

    #components .enery-layout {
        grid-area: energy;
        width: 100% !important;
        margin: 0 !important;
    }

    /* .offerings .layout-ecosystem .larger_box .enery-layout h2 {
        font-size: 10px !important;
    } */

    .enery-layout h2,
    .vcu-layout h2 {
        font-size: 34px !important;
    }

    #components .vcu-layout {
        grid-area: vcu;
        width: 100% !important;
        margin: 0 !important;
    }

    #components .carousel-large-only {
        grid-area: carousel;
        width: 50% !important;
        margin: 0 auto !important;
    }

    .mobility_body {
        margin: 0% 10%;
    }
}

/* Small screen */
@media (max-width: 600px) {
    .carousel-large-only {
        display: none !important;
    }

    .carousel-small-energy {
        display: block;
    }

    .carousel-small-vcu {
        display: block;
    }

    #components .components-layout {
        display: flex !important;
        flex-direction: column !important;
    }

    #components .enery-layout {
        order: 1 !important;
        width: 100% !important;
        margin: 0 0 20px 0 !important;
    }

    #components .carousel-small-energy {
        order: 2 !important;
        width: 100% !important;
        margin: 0 0 20px 0 !important;
    }

    #components .vcu-layout {
        order: 3 !important;
        width: 100% !important;
        margin: 0 0 20px 0 !important;
    }

    #components .carousel-small-vcu {
        order: 4 !important;
        width: 100% !important;
        margin: 0 !important;
    }

    #mobility_platform{
       margin: 0% 5%;
    }
}

@import "https://fonts.googleapis.com/css?family=Do+Hyeon";