
    .navbar {
        box-shadow: 0 5px 5px -5px#F76A2A;
    }

    .nav-item {
        text-decoration: solid;
        color: #F76A2A !important;
    }

    .navbar .navbar-nav .nav-link a:hover {
        background-color: #fff;
        color: #F76A2A;
    }

    .nav-button-deco {
        border-radius: 1rem;
        font-size: 18px;
        font-weight: 550;
        background-color: #F76A2A;
        color: white !important;
    }

    .text-deco-nav {
        font-size: 18px;
        font-weight: 550;
    }
    .text-deco-nav {
        font-size: 18px;
        font-weight: 550;
    }


    .col-md-6 {
        padding-top: 100px;
    }

    /* .bt-decoration {
        border-radius: 1rem;
        color: white;
    } */

    button.learn-more-button {
        display: flex;
        margin-top: 1rem;
        border: none;
        background-color: #F76A2A;
        padding: 0.8rem;
        cursor: pointer;
        border-radius: 2rem;
        color: white;
        font-weight: 500;
        font-size: 16px;
    }

    button.gt-more-button {
        background-color: #F76A2A;
        border-radius: 2rem;
        color: white;
        font-weight: 500;
        font-size: 16px;
        border: none;
        justify-content: center;
    }

    .nabber-text {
        font-size: 30px;
        font-weight: 400;
    }



    .row-12 {
        background-color: #F76A2A;
    }

    .onePlatform-background-image {
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        background-color: #f4f5fe;
        min-height: 650px;
    }

    .one-plat-description {
        color: #383838;
        font-size: 20px;
        font-weight: 500;
    }

    .card-title {
        font-size: 26px;
        font-weight: 700;
    }

    .card-arrange {
        text-align: center;
        padding-top: 5em;
    }

    .mission-textdecoration {
        color: white;
        font-size: 25px;
        font-weight: 400;
    }

    .onePlatform-footer-title {
        color: #383838;
        font-weight: 700;
        font-size: 2.6rem;
    }

    .onePlatform-footer-card {
        background: #ffffff;
        box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
        border-radius: 20px 20px;
        min-height: 538px;
    }

    .footer-list {
        list-style: none;
        padding-left: 0;
    }

    .footer-list-item {
        margin-bottom: 10px;
    }

