@font-face {
    font-family: montserrat-medium;
    src: url(../fonts/montserrat/Montserrat-Medium.ttf);
}

@font-face {
    font-family: montserrat-medium-italic;
    src: url(../fonts/montserrat/Montserrat-MediumItalic.ttf);
}

@font-face {
    font-family: montserrat-bold;
    src: url(../fonts/montserrat/Montserrat-Bold.ttf);
}

@font-face {
    font-family: montserrat-black;
    src: url(../fonts/montserrat/Montserrat-Black.ttf);
}

@font-face {
    font-family: montserrat-regular;
    src: url(../fonts/montserrat/Montserrat-Regular.ttf);
}

@font-face {
    font-family: montserrat-semibold;
    src: url(../fonts/montserrat/Montserrat-SemiBold.ttf);
}

body {
    font-family: montserrat-regular;
}

.navbar {
    background-color: #f0f8ff00 !important;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 99;
}

    .navbar .container-fluid {
        padding-left: 10%;
        padding-right: 10%;
    }

    .navbar .navbar-brand img {
        width: 260px;
    }

    .navbar .nav-item {
        text-transform: uppercase;
        font-size: 0.75rem;
        letter-spacing: 1.2px;
        margin-right: 5px;
    }

        .navbar .nav-item ul[aria-labelledby="dropdownMenuLink"] {
            text-transform: capitalize;
        }

    .navbar .nav-link {
        padding-left: 15px !important;
        padding-right: 15px !important;
        padding-top: 5px !important;
        padding-bottom: 5px !important;
        font-family: montserrat-semibold;
        border-radius: 25px;
    }

        .navbar .nav-link.active {
            border-radius: 25px;
            background-color: #ffffff;
            color: #000000;
        }

        .navbar .nav-link:hover {
            border-radius: 25px;
            background-color: #ffffff;
            color: #000000;
            cursor: pointer;
        }

    .navbar .bpi-name-dropdown ul {
        padding-top: 0;
        padding-bottom: 0;
        background-color: rgba(255,255,255,0.5);
        backdrop-filter: blur(50px);
        -webkit-backdrop-filter: blur(50px);
        border: 1px solid #fff;
    }

        .navbar .bpi-name-dropdown ul .dropdown-item {
            padding: 20px 20px;
        }

            .navbar .bpi-name-dropdown ul .dropdown-item:hover {
                background-color: var(--primary-color);
                color: #ffffff;
            }

    .navbar .bpi-name-dropdown .name {
        display: block;
        font-family: montserrat-bold;
        font-size: 1.4rem;
    }

    .navbar .bpi-name-dropdown .email {
        font-family: montserrat-medium;
        font-size: 0.9rem;
        display: block;
    }

    .navbar .bpi-name-dropdown .company {
        font-family: montserrat-medium;
        font-size: 0.9rem;
        display: block;
    }


.bpi-name-dropdown a {
    background-color: #fff0;
    border: none;
    padding: 0;
}

.navbar .bpi-name-dropdown a::after {
    margin-top: 18px;
    color: #fff;
}

.navbar .bpi-name-dropdown .icon-text-dropdown-item {
    font-family: montserrat-medium;
    font-size: 0.9rem;
    margin-left: 0px;
}

    .navbar .bpi-name-dropdown .icon-text-dropdown-item svg {
        width: 25px;
        height: 25px;
        margin-right: 10px;
        margin-bottom: 2px;
    }

.navbar .name-bubble {
    background-color: #fff;
    border-radius: 25px;
    color: var(--tertiary-color);
    padding: 7px;
    font-family: montserrat-bold;
    float: left;
}

    .navbar .name-bubble svg {
        fill: var(--tertiary-color);
        width: 25px;
        height: 25px;
    }

.dropdown-menu .shift-left {
    left: auto !important;
    right: -15px !important;
}
/**/
.collapsed-user-info {
    color: #ffffff;
}

collappsed-user-info a {
}
/**/
.banner {
    color: #ffffff;
    letter-spacing: 1.2px;
    padding-left: 10%;
    padding-right: 10%;
}

    .banner h1 {
        font-family: montserrat-bold;
        font-size: 2rem;
        text-align: center;
        margin-bottom: 30px;
    }

    .banner h2 {
        font-family: montserrat-medium;
        font-size: 2rem;
        text-align: center;
        margin-bottom: 30px;
    }

    .banner p {
        font-family: montserrat-regular;
        font-size: 1rem;
        text-align: center;
        margin-bottom: 40px;
        max-width: 70%;
        margin-left: auto;
        margin-right: auto;
    }

#home-banner {
    background-image: linear-gradient(89.77deg, #16368399 0%, #0b1b4299 100%);
    /*background-image: url("../images/port-bird-eye-view.jpg");*/
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
    /*box-shadow: inset 10000px 10000px rgba(22, 54, 131, 0.6), inset 10000px 10000px rgba(0, 0, 0, 0.6);*/
    min-height: 650px;
    padding-top: 130px;
    padding-bottom: 50px;
}


    #home-banner .input-group {
        position: relative;
        max-width: 590px;
    }


    #home-banner #home-search-bar {
        background: rgba(255, 255, 255, 0.6);
        border-radius: 16px;
        box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
        backdrop-filter: blur(16.9px);
        -webkit-backdrop-filter: blur(16.9px);
        border: 1px solid rgba(255, 255, 255, 1);
        color: #000000;
        border-radius: 25px;
        position: relative;
    }

        #home-banner #home-search-bar:hover {
            cursor: default;
        }

        #home-banner #home-search-bar::placeholder {
            color: #000000;
            font-style: italic;
            font-size: 0.8rem;
            letter-spacing: 1.2px;
        }


    #home-banner button {
        position: absolute;
        background-color: #0168B2;
        border-radius: 25px;
        color: #fff;
        font-family: montserrat-medium;
        text-transform: uppercase;
        letter-spacing: 1.2px;
        font-size: 0.8rem;
        top: 2px;
        right: 2px;
        padding-left: 30px;
        padding-right: 30px;
        z-index: 99;
    }

    #home-banner #services-dropdown-menu {
        background: rgba(255, 255, 255, 0.2);
        border-radius: 16px;
        box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
        backdrop-filter: blur(5px);
        -webkit-backdrop-filter: blur(5px);
        border: 1px solid rgba(255, 255, 255, 0.3);
        border-radius: 25px;
        width: 280px;
    }


#services-banner {
    background-image: linear-gradient(89.77deg, #00000063 0%, #00000075 100%), url(../images/cargo-main-page.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
    height: 100%;
    position: relative;
    padding-top: 100px;
}


    #services-banner h1 {
        margin-top: 50px;
    }


    #services-banner .input-group {
        position: absolute;
        bottom: -25px;
        max-width: 1000px;
        margin: 0 auto;
        margin-right: auto;
        margin-left: auto;
        left: 0;
        right: 0;
        z-index: 99;
        padding-left: 20px;
        padding-right: 20px;
    }

    #services-banner #search-bar {
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
        color: #000000;
        border-radius: 25px;
        position: relative;
        height: 50px;
        border: none;
    }

        #services-banner #search-bar::placeholder {
            font-style: italic;
            font-size: 0.8rem;
            letter-spacing: 1.2px;
        }

    #services-banner button {
        position: absolute;
        background-color: rgb(1, 104, 178);
        border-radius: 25px;
        color: rgb(255, 255, 255);
        font-family: montserrat-medium;
        text-transform: uppercase;
        letter-spacing: 1.2px;
        font-size: 1rem;
        top: 2px;
        right: 23px;
        padding-left: 30px;
        padding-right: 30px;
        z-index: 99;
        height: 46px;
    }

.section {
    padding-top: 75px;
    position: relative;
    padding-left: 10%;
    padding-right: 10%;
}

#services-card-section.section {
    padding-left: 5%;
    padding-right: 5%;
}

.section h1 {
    letter-spacing: 1.2px;
    font-family: montserrat-bold;
    font-size: 2rem;
    text-align: center;
    margin-bottom: 30px;
}

.section p {
    font-family: montserrat-regular;
    font-size: 1rem;
    text-align: center;
    margin-bottom: 40px;
    letter-spacing: 0.4px;
    max-width: 95%;
    margin-left: auto;
    margin-right: auto;
}

.section.split-section h1 {
    text-align: left;
    margin-bottom: 30px;
}

.section.split-section p {
    text-align: left;
    margin-left: 0px;
}

#services-section {
    background-color: #EFFBFF;
    min-height: 600px;
    position: relative;
}

    #services-section #bpi-logo {
        position: absolute;
        left: -365px;
        top: 10px;
        width: 750px;
        opacity: 0.3;
    }

    #services-section #card-row {
        padding-left: 45px;
        padding-right: 45px;
        bottom: -70px;
    }

        #services-section #card-row .card {
            min-height: 300px;
            background-position: center;
            background-repeat: no-repeat;
            background-size: cover;
            border-radius: 30px;
            max-width: 400px;
            border: none;
            box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
            margin-bottom: 30px;
        }

            #services-section #card-row .card .card-footer {
                background: rgba(131, 131, 131, 0.1);
                backdrop-filter: blur(42.9px);
                -webkit-backdrop-filter: blur(42.9px);
                border-bottom-left-radius: 29px;
                border-bottom-right-radius: 29px;
                height: 60px;
                width: 100%;
                font-family: montserrat-semibold;
                color: #ffffff;
                position: relative;
            }

                #services-section #card-row .card .card-footer a {
                    text-decoration: none;
                    color: #ffffff;
                }

                #services-section #card-row .card .card-footer h3 {
                    margin: 0;
                    font-family: montserrat-semibold;
                    font-size: 0.9rem;
                }


                #services-section #card-row .card .card-footer .services-card-bubble {
                    text-decoration: none;
                    color: #fff;
                    background-color: black;
                    border-radius: 50px;
                    width: 25px;
                    height: 25px;
                    display: block;
                    padding: 3px 4px;
                    float: right;
                    position: absolute;
                    right: 20px;
                    bottom: 17px;
                    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
                }

                #services-section #card-row .card .card-footer a svg {
                    margin-bottom: 6px;
                    width: 18px;
                }


            #services-section #card-row .card#e-payment-portal-card {
                /*    background-image: url("../images/payment-portal-lady.jpg");*/
            }

            #services-section #card-row .card#maritime-single-window-card {
                /*    background-image: url("../images/harmony-of-the-seas.jpg");*/
            }

            #services-section #card-row .card#e-manifest-card {
                /*    background-image: url("../images/e-manifest-laptop.jpg");*/
            }

            #services-section #card-row .card#cargo-tracking-card {
                /*    background-image: url("../images/barrels.jpg");*/
            }

            #services-section #card-row .card#voyages-card {
                /*    background-image: url("../images/voyages-bg.jpg");*/
            }

            #services-section #card-row .card#container-tracking-card {
                /*    background-image: url("../images/container-tracking.jpg");*/
            }

            #services-section #card-row .card#pcs-insights-card {
                /*    background-image: url("../images/pcs-insights-bg.jpg");*/
            }

            #services-section #card-row .card#estimate-card {
                /*        background-image: url("../images/estimate-background.jpg");*/
            }

            #services-section #card-row .card#e-payment-portal-card .card-footer a {
                background-color: #00AB84;
            }

            #services-section #card-row .card#maritime-single-window-card .card-footer a {
                background-color: #005EB8;
            }

            #services-section #card-row .card#e-manifest-card .card-footer a {
                background-color: #00B5E2;
            }

            #services-section #card-row .card#cargo-tracking-card .card-footer a {
                background-color: #163683;
            }

            #services-section #card-row .card#voyages-card .card-footer a {
                background-color: #00AB84;
            }

            #services-section #card-row .card#container-tracking-card .card-footer a {
                background-color: #005EB8;
            }

            #services-section #card-row .card#pcs-insights-card .card-footer a {
                background-color: #00B5E2;
            }

            #services-section #card-row .card#estimate-card .card-footer a {
                background-color: #00AB84;
            }

    #services-section #footer {
        position: absolute;
        width: 100%;
        height: 85px;
        background-color: #2E2E36;
        bottom: -15px;
        margin-left: -10%;
    }


#product-section {
    background-color: #2E2E36;
    min-height: 600px;
    position: relative;
    color: #ffffff;
    padding-right: 0;
}


    #product-section p {
        margin-left: 0;
        max-width: 100%
    }



    #product-section button {
        background-color: #0168B2;
        border-radius: 25px;
        color: #fff;
        font-family: montserrat-medium;
        text-transform: uppercase;
        letter-spacing: 1.2px;
        font-size: 0.8rem;
        padding-left: 30px;
        padding-right: 30px;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
        margin-bottom: 20px;
    }

    #product-section #machine-single {
        display: none;
        border-radius: 25px;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    }

    #product-section #floating-elements {
        position: relative;
    }

        #product-section #floating-elements img {
            position: absolute;
        }


        #product-section #floating-elements #machine {
            border-top-left-radius: 25px;
            border-bottom-left-radius: 25px;
            width: 440px;
            right: 0;
            bottom: -90px;
            z-index: 99;
            box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
        }

        #product-section #floating-elements #bpi-crest {
            right: 115px;
            bottom: -25px;
            width: 640px;
        }

#registration-section {
    background-color: #EFFBFF;
    min-height: 600px;
    position: relative;
}

    #registration-section button {
        background-color: #0168B2;
        border-radius: 25px;
        color: #fff;
        font-family: montserrat-medium;
        text-transform: uppercase;
        letter-spacing: 1.2px;
        font-size: 0.8rem;
        padding-left: 30px;
        padding-right: 30px;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
        margin-bottom: 20px;
        /* position:absolute;*/
    }

    #registration-section #bpi-logo {
        position: absolute;
        left: -365px;
        top: 10px;
        width: 750px;
        opacity: 0.3;
        pointer-events: none;
        /* position: absolute;
    left: -464px;
    top: -51px;
    width: 978px;
    opacity: 0.3;
    z-index: 0;*/
    }

    /*#registration-section a {
    text-decoration: none;
    color: black
}*/

    #registration-section a:hover {
        color: #0a58ca;
    }

    #registration-section svg {
        width: 20px;
        height: 20px;
        margin-bottom: 8px;
    }

    #registration-section #registration-important p {
        text-align: start;
        margin-bottom: 5px;
    }

#registration-important {
    /*width: 70%;*/
    margin-left: auto;
    margin-right: auto;
    margin-top: 1rem;
    margin-bottom: 2rem;
}

#sentiment-section {
    background-image: url("../images/bg-survey.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
    box-shadow: 10000px 10000px rgba(0, 147, 219, 0.75) inset;
    min-height: 350px;
}

    #sentiment-section h1 {
        color: #ffffff;
    }

    #sentiment-section p {
        color: #ffffff;
    }

        #sentiment-section p a {
            color: #ffffff;
            text-decoration: underline;
            font-family: montserrat-bold;
        }


#about-us-section {
    min-height: 600px;
    position: relative;
    color: #000000;
    padding-bottom: 60px;
    background-image: url("../images/port-bird-eye-view.jpg");
    background-repeat: no-repeat;
    background-position: center;
    /*background-attachment: fixed;*/
    background-size: cover;
}


    #about-us-section #glass {
        position: absolute;
        width: 100%;
        height: 100%;
        background: rgba(255, 255, 255, 0.5);
        backdrop-filter: blur(80.1px);
        -webkit-backdrop-filter: blur(80.1px);
        top: 0;
        left: 0;
    }

    #about-us-section img {
        border-radius: 25px;
        width: 850px;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    }

    #about-us-section p {
        margin-left: 0px;
    }

    #about-us-section button {
        background-color: #0168B2;
        border-radius: 25px;
        color: #fff;
        font-family: montserrat-medium;
        text-transform: uppercase;
        letter-spacing: 1.2px;
        font-size: 0.8rem;
        padding-left: 30px;
        padding-right: 30px;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
        margin-bottom: 20px;
    }

    #about-us-section li {
        min-height: 20px;
    }

    #about-us-section span {
        display: list-item;
        margin-left: 1rem;
    }

/*#about-us-section span::before {
    display: inline-block;
    content: '';
    -webkit-border-radius: 0.5rem;
    border-radius: 0.5rem;
    height: 0.5rem;
    width: 0.5rem;
    margin-right: 0.5rem;
    background-color: #000000;
}*/


#services-card-section {
    /*    background-color: #EFFBFF;*/
    min-height: 700px;
    position: relative;
    margin-top: -75px;
}

    #services-card-section .card {
        border: none;
        border-radius: 25px;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
        max-width: 475px;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        position: relative;
        color: #ffffff;
        padding: 10px 20px;
        height: 100%;
        max-height: 365px;
    }

        #services-card-section .card #glass {
            position: absolute;
            width: 100%;
            height: 100%;
            background: rgba(186, 186, 186, 0.4);
            backdrop-filter: blur(50.1px);
            -webkit-backdrop-filter: blur(50px);
            top: 0;
            left: 0;
            border-radius: 25px;
            transition: ease-in-out 0.3s;
        }

        #services-card-section .card .card-body .icon-bubble {
            display: inline-block;
            width: 40px;
            height: 40px;
            background-color: #000;
            border-radius: 30px;
            margin: 0 auto;
            box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
        }

        #services-card-section .card .card-body h3 {
            display: inline-block;
            font-family: montserrat-semibold;
            font-size: 1.3rem;
            margin: 0;
            margin-top: 0px;
            margin-left: 0px;
            vertical-align: top;
            margin-top: 8px;
            margin-left: 10px;
        }

        #services-card-section .card .card-body p {
            font-family: montserrat-medium;
            max-width: 365px;
            margin-top: 10px;
            margin-bottom: 15px;
            margin-top: 15px;
            text-align: left;
            margin-left: 0px;
            /*height: 140px;*/
        }

        #services-card-section .card .card-body .icon-bubble img {
            width: 28px;
            display: block;
            margin: auto;
            margin-top: auto;
            margin-top: 7px;
        }

        #services-card-section .card .card-body a.btn {
            float: right;
            background-color: #000;
            border-radius: 25px;
            color: #fff;
            text-transform: uppercase;
            font-family: montserrat-bold;
            padding: 10px 20px;
            font-size: 0.9rem;
            letter-spacing: 1.1px;
            box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
        }


        #services-card-section .card#e-payment-portal-card {
            background-image: url("../images/payment-portal-lady.jpg");
        }


            #services-card-section .card#e-payment-portal-card .icon-bubble {
                background-color: #00AA81;
            }

            #services-card-section .card#e-payment-portal-card a.btn {
                background-color: #00AA81;
            }

            #services-card-section .card#e-payment-portal-card:hover #glass {
                background: rgba(0, 170, 129, 0.4);
            }



        #services-card-section .card#maritime-single-window-card {
            background-image: url("../images/harmony-of-the-seas.jpg");
        }


            #services-card-section .card#maritime-single-window-card .icon-bubble {
                background-color: #005EB8;
            }

            #services-card-section .card#maritime-single-window-card a.btn {
                background-color: #005EB8;
            }

            #services-card-section .card#maritime-single-window-card #glass {
                background: rgba(150, 150, 150, 0.4);
            }

            #services-card-section .card#maritime-single-window-card:hover #glass {
                background: rgba(0, 94, 184, 0.4);
            }



        #services-card-section .card#e-manifest-card {
            background-image: url("../images/e-manifest-laptop.jpg");
        }


            #services-card-section .card#e-manifest-card .icon-bubble {
                background-color: #00B5E2;
            }

            #services-card-section .card#e-manifest-card a.btn {
                background-color: #00B5E2;
            }

            #services-card-section .card#e-manifest-card #glass {
                background: rgba(150, 150, 150, 0.4);
            }

            #services-card-section .card#e-manifest-card:hover #glass {
                background: rgba(0, 181, 226, 0.4);
            }




        #services-card-section .card#cargo-tracking-card {
            background-image: url("../images/barrels.jpg");
        }


            #services-card-section .card#cargo-tracking-card .icon-bubble {
                background-color: #00A4D0;
            }

            #services-card-section .card#cargo-tracking-card a.btn {
                background-color: #00A4D0;
            }


            #services-card-section .card#cargo-tracking-card:hover #glass {
                background: rgba(0, 164, 208, 0.4);
            }





        #services-card-section .card#voyages-card {
            background-image: url("../images/harmony-of-the-seas.jpg");
        }


            #services-card-section .card#voyages-card .icon-bubble {
                background-color: #163683;
            }

            #services-card-section .card#voyages-card a.btn {
                background-color: #163683;
            }


            #services-card-section .card#voyages-card #glass {
                background: rgba(150, 150, 150, 0.4);
            }


            #services-card-section .card#voyages-card:hover #glass {
                background: rgba(22, 54, 131, 0.4);
            }




        #services-card-section .card#container-tracking-card {
            background-image: url("../images/container-new.jpg");
        }


            #services-card-section .card#container-tracking-card .icon-bubble {
                background-color: #00AB84;
            }

            #services-card-section .card#container-tracking-card a.btn {
                background-color: #00AB84;
            }


            #services-card-section .card#container-tracking-card:hover #glass {
                background: rgba(0, 170, 129, 0.4);
            }



        #services-card-section .card#insights-card {
            background-image: url("../images/container-new.jpg");
        }


            #services-card-section .card#insights-card .icon-bubble {
                background-color: #00AB84;
            }

            #services-card-section .card#insights-card a.btn {
                background-color: #00AB84;
            }


            #services-card-section .card#insights-card:hover #glass {
                background: rgba(0, 170, 129, 0.4);
            }


        #services-card-section .card#estimate-card {
            background-image: url("../images/estimate-background.jpg");
        }


            #services-card-section .card#estimate-card .icon-bubble {
                background-color: #163683;
            }

            #services-card-section .card#estimate-card a.btn {
                background-color: #163683;
            }


            #services-card-section .card#estimate-card #glass {
                background: rgba(150, 150, 150, 0.4);
            }


            #services-card-section .card#estimate-card:hover #glass {
                background: rgba(22, 54, 131, 0.4);
            }





    #services-card-section #no-results-found {
        text-align: center;
    }

        #services-card-section #no-results-found svg {
            width: 200px;
            height: 200px;
            margin-bottom: 45px;
            opacity: 0.7;
        }


#about-us-banner {
    background-image: linear-gradient(89.77deg, #16368399 0%, #0b1b4299 100%), url("../images/about-us.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
    height: 550px;
    position: relative;
    padding-top: 100px;
}

#about-us-overview-section, #about-us-overview-section-2 {
    background-color: #EFFBFF;
    padding-bottom: 70px;
}

    #about-us-overview-section img, #about-us-overview-section-2 img {
        border-radius: 25px;
        width: 850px;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    }

    #about-us-overview-section #bullet-point-row span, {
        display: list-item;
        margin-left: 1rem;
    }


#our-objectives-section {
    background-color: #2E2E36;
    color: #ffffff;
}

    #our-objectives-section .img-bubble {
        background-color: #000000;
        border-radius: 50px;
        width: fit-content;
        padding: 15px;
        margin-bottom: 10px;
    }

        #our-objectives-section .img-bubble img {
            width: 45px;
        }


#partners-section {
    background-color: #ffffff;
    color: #000000;
    padding-bottom: 40px;
}


    #partners-section img {
        width: 215px;
    }

footer {
    background-color: #0168B2;
    color: #fff;
    text-align: center;
    height: 70px;
    font-family: montserrat-bold;
    font-size: 1.1rem;
}

    footer span {
        padding-left: 20px;
        padding-right: 20px;
    }


#terms-and-conditions-banner {
    background-image: linear-gradient(89.77deg, #16368399 0%, #0b1b4299 100%), url("../images/terms.jpg");
    background-repeat: no-repeat;
    background-position: bottom;
    background-attachment: fixed;
    background-size: cover;
    height: 400px;
    position: relative;
    padding-top: 100px;
}

#terms-details-section {
    height: 850px;
    padding-bottom: 130px;
}

.scrollable-doc-section h3 {
    color: #163683;
    font-family: montserrat-medium;
    font-size: 1.1rem;
    margin-bottom: 40px;
}


.scrollable-doc-section .scrollable-doc {
    overflow-y: scroll;
    height: 100%;
    margin-bottom: 20px;
}


    .scrollable-doc-section .scrollable-doc p {
        text-align: left;
        margin-bottom: 15px;
        letter-spacing: 0.4px;
        max-width: 100%;
        margin-left: 0;
        margin-right: 0;
    }


    .scrollable-doc-section .scrollable-doc h4 {
        color: #163683;
        font-family: montserrat-bold;
        font-size: 1.3rem;
        text-transform: uppercase;
        margin-bottom: 10px;
    }


#privacy-policy-banner {
    background-image: linear-gradient(89.77deg, #16368399 0%, #0b1b4299 100%), url("../images/privacy.jpg");
    background-repeat: no-repeat;
    background-position: bottom;
    background-attachment: fixed;
    background-size: cover;
    height: 400px;
    position: relative;
    padding-top: 100px;
}


#contact-us-banner {
    background-image: linear-gradient(89.77deg, #16368399 0%, #0b1b4299 100%), url("../images/cube-blue.jpg");
    background-repeat: no-repeat;
    background-position: top;
    background-attachment: fixed;
    background-size: cover;
    height: 400px;
    position: relative;
    padding-top: 100px;
}

#contact-us-details-section {
    background-color: #EFFBFF;
    color: #000000;
    padding-bottom: 20px;
}

    #contact-us-details-section .contact-us-info-row {
        margin-bottom: 15px;
    }

        #contact-us-details-section .contact-us-info-row svg {
            background-color: black;
            fill: #fff;
            width: 55px;
            height: 55px;
            padding: 15px;
            border-radius: 50px;
        }


        #contact-us-details-section .contact-us-info-row#address svg {
            background-color: #203F89;
        }

        #contact-us-details-section .contact-us-info-row#telephone svg {
            background-color: #0068B2;
        }


        #contact-us-details-section .contact-us-info-row#fax svg {
            background-color: #00BCF2;
        }


        #contact-us-details-section .contact-us-info-row#email svg {
            background-color: #00AA81;
        }

        #contact-us-details-section .contact-us-info-row h4 {
            font-size: 1.1rem;
            font-family: montserrat-semibold;
        }


        #contact-us-details-section .contact-us-info-row span {
            font-size: 1rem;
        }

        #contact-us-details-section .contact-us-info-row a {
            color: #000000;
            text-decoration: none;
        }

    #contact-us-details-section p {
        max-width: 1100px;
    }


#contact-us-iframe-row {
    padding: 0;
    height: 400px;
}

    #contact-us-iframe-row .col-12 {
        padding: 0;
    }


        #contact-us-iframe-row .col-12 iframe {
            width: 100%;
            height: 100%;
        }

#admin-banner {
    background-image: linear-gradient(89.77deg, #16368399 0%, #0b1b4299 100%), url("../images/about-us.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
    height: 100%;
    min-height: 100vh;
    position: relative;
    padding-top: 100px;
}

/*Override master detail arrow color*/
.dx-row-focused.dx-data-row > td:not(.dx-focused) .dx-datagrid-group-opened {
    color: var(--primary-color-light) !important;
}

#article-section {
    height: 700px;
    padding-left: 0;
    padding-right: 0;
    padding-top: 10px;
}

#article-contents-row h1, #article-contents-row h2, #article-contents-row p {
    text-align: left;
}

#article-contents-row p {
    margin-left: 0;
    margin-right: 0;
}

.article-card {
    border-radius: 25px;
    margin-bottom: 20px;
    min-height: 170px;
}

    .article-card .card-header {
        background-color: #fff;
        border: none;
        font-family: montserrat-medium;
        margin-bottom: -15px;
        border-top-left-radius: 25px;
        border-top-right-radius: 25px;
    }

    .article-card .card-body p {
        font-size: 0.8rem;
        margin-bottom: 0;
    }

    .article-card .card-footer {
        background-color: #0168B1;
        color: #fff;
        border: none;
        border-bottom-left-radius: 25px;
        border-bottom-right-radius: 25px;
    }

        .article-card .card-footer span {
            font-family: montserrat-bold;
            font-size: 0.8rem;
            float: left;
        }


        .article-card .card-footer .circle {
            font-size: 2rem;
            float: right;
            border: 1px solid white;
            border-radius: 50px;
            padding: -5px;
            height: 25px;
            width: 25px;
            text-align: center;
            line-height: 18px;
        }

/*X-Small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {
    .navbar .container-fluid {
        padding-left: 2%;
        padding-right: 2%;
    }

    .banner {
        padding-left: 2%;
        padding-right: 2%;
    }

    .section {
        padding-left: 2%;
        padding-right: 2%;
    }

    #product-section {
        padding-right: 2%;
    }

    #services-section #footer {
        margin-left: -2%;
    }
}

/*Small devices (landscape phones, less than 768px)*/
@media (max-width: 767.98px) {
    #services-section #card-row {
        padding-right: calc(var(--bs-gutter-x) * 0.5);
    }


    #services-card-section .card {
        max-height: 303px;
    }
}

/*Medium devices (tablets, less than 992px)*/
@media (max-width: 991.98px) {
}

/*Large devices (desktops, less than 1200px)*/
@media (max-width: 1199.98px) {
    .navbar-nav {
        margin-right: 0 !important;
    }

    .navbar-collapse {
        transition: none;
    }

        .navbar-collapse.collapse.show {
            background: rgba(255, 255, 255, 0.2);
            border-radius: 15px;
            box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 30px;
            backdrop-filter: blur(10px);
            -webkit-backdrop-filter: blur(10px);
            border: 1px solid rgba(255, 255, 255, 0.3);
        }

            .navbar-collapse.collapse.show .nav-link {
                color: #ffffff;
                text-align: left;
            }

                .navbar-collapse.collapse.show .nav-link.active {
                    color: #000000;
                }

                .navbar-collapse.collapse.show .nav-link:hover {
                    color: #000000;
                }

            .navbar-collapse.collapse.show .no-hover:hover {
                color: inherit;
                background-color: inherit;
                cursor: default;
            }

            .navbar-collapse.collapse.show .nav-item {
                margin-right: 0px;
                margin-top: 5px;
                margin-bottom: 5px;
            }
}

/*X-Large devices (large desktops, less than 1400px)*/
@media (max-width: 1399.98px) {
}


/* Custom breakpoint (less than 1520px)*/
@media (max-width: 1520px) {
    #product-section {
        padding-right: 10%;
        padding-bottom: 75px;
    }

        #product-section #floating-elements {
            display: none;
        }

        #product-section #machine-single {
            display: block;
        }
}


/*Custom breakpoint (less than 1312px)*/
@media (max-width: 1630px) {
    .navbar-nav {
        margin-right: -100px;
    }

        .navbar-nav .nav-link {
            text-align: center;
        }
}


@media only screen and (min-width: 992px) and (max-width: 1240px) {
    #about-us-section .hide-between {
        display: none;
    }
}

/*Override popup glassmorphism*/
/*#form-pop .vis .dx-popup-normal {
    border-radius: 8px !important;
    background: rgba(255, 255, 255, 1.0) !important;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1) !important;
    backdrop-filter: blur(25px) !important;
    -webkit-backdrop-filter: blur(25px) !important;
    border: 1px solid rgba(255, 255, 255, 0.3) !important;
    font-family: montserrat-medium;
}

.dx-field-item-label-text {
    color: white !important;*/ /* Change label color */
/*}*/

.white-popup .dx-popup-normal {
    background: rgba(255, 255, 255, 0.6) !important;
}

.custom-button {
    width: 110px !important;
}

.tel-button {
    width: 150px !important;
}

.popup-note {
    color: black;
    font-family: montserrat-bold;
}

.confirm-text {
    font-family: montserrat-medium !important;
}

#status svg {
    height: 10px;
    width: 10px;
}

.authenticated svg {
    color: limegreen;
}

.unauthenticated svg {
    color: gray;
}

/*Html editor styling*/

.dx-htmleditor {
    /*    border-radius: 8px;*/
    /*    border: 1px solid #ccc;*/
    /*    background-color: #fdfdfd;*/
    /*    padding: 10px;*/
    font-family: 'Segoe UI', sans-serif;
    background-color: #f0f0f0;
    border-color: #f0f0f0;
    border-radius: 25px !important;
    padding: 2px 5px;
    border: 1px solid #ffffff;
}

    /* Optional: style inner content area */
    .dx-htmleditor .ql-editor {
        font-size: 15px;
        color: #333;
        min-height: 150px;
        padding: 20px;
    }

.bpi-form-element-row .dx-htmleditor.dx-state-hover,
.bpi-form-element-row .dx-htmleditor.dx-state-focused,
.bpi-form .dx-htmleditor.dx-state-hover,
.bpi-form .dx-htmleditor.dx-state-focused,
.dx-formdialog-form.dx-form .dx-textbox.dx-texteditor.dx-state-focused,
.dx-formdialog-form.dx-form .dx-textbox.dx-texteditor.dx-state-hover {
    border-color: var(--primary-color) !important;
}


.dx-formdialog-form.dx-form .dx-textbox.dx-texteditor {
    background-color: #f0f0f0;
    border-color: #f0f0f0;
    border-radius: 25px;
    padding: 2px 5px;
    border: 1px solid #ffffff;
}

.dx-popup-normal .dx-popup-bottom .dx-button[aria-label="Add"],
.dx-popup-normal .dx-popup-bottom .dx-button[aria-label="Update"],
.dx-popup-normal .dx-button[aria-label="Select a file"] {
    font-family: montserrat-semibold;
    border-radius: 25px;
    text-transform: uppercase;
    font-size: 0.75rem;
}

.dx-popup-normal .dx-popup-bottom .dx-button[aria-label="Add"],
.dx-popup-normal .dx-popup-bottom .dx-button[aria-label="Update"],
.dx-popup-normal .dx-button[aria-label="Select a file"] {
    background-color: var(--primary-color);
    color: #ffffff;
    border: 1px solid var(--primary-color);
}

    .dx-popup-normal .dx-popup-bottom .dx-button[aria-label="Add"]:hover,
    .dx-popup-normal .dx-popup-bottom .dx-button[aria-label="Update"]:hover,
    .dx-popup-normal .dx-button[aria-label="Select a file"]:hover {
        background-color: #ffffff;
        border: 1px solid var(--primary-color);
        color: var(--primary-color)
    }
/*end Html editor styling */


/*Trade info banner*/
#article-info-banner {
    color: black;
    background: #e8e8e8;
    min-height: 40px;
    border-radius: 0;
}

#treeview-article-group .dx-texteditor-input {
    background-color: #e8e8e8;
    border-color: #e8e8e8;
    min-height: 40px;
    border-radius: 0;
}

#treeview-article-group .dx-treeview-search {
    margin: 0;
}

.dx-treeview-search.dx-textbox.dx-searchbox {
    border-radius: 0px;
    height: 40px;
    border-right: none;
}

.dx-state-focused.dx-texteditor.dx-editor-outlined {
    border-color: #ddd;
}

/*treeView NoDataText*/
#treeview-article-group .dx-empty-message {
    color: #6c757d;
    font-size: 0.991em;
    font-family: montserrat-regular;
    font-style: italic;
    text-align: center;
    padding: 20px;
}

#treeview-article-group-popup .dx-empty-message {
    color: #6c757d;
    font-size: 0.991em;
    font-family: montserrat-regular;
    font-style: italic;
    text-align: center;
    padding: 20px;
}

#about-us-trade-banner {
    background-image: linear-gradient(89.77deg, #16368399 0%, #0b1b4299 100%), url("../images/trade-information.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
    height: 550px;
    position: relative;
    padding-top: 100px;
}

a.tip {
    background-color: #0168B2;
    border-radius: 25px;
    color: #fff;
    font-family: montserrat-medium;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    font-size: 0.8rem;
    padding-left: 30px;
    padding-right: 30px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    margin-bottom: 20px;
}

/* for ok button in dx popup */
.dx-popup-bottom .dx-button[aria-label="OK"], .dx-popup-bottom .dx-button[aria-label="Today"], .dx-fileuploader-input-wrapper .dx-button[aria-label="Select File..."], .dx-fileuploader-input-wrapper .dx-button[aria-label="Select File(s)..."] {
    font-family: montserrat-semibold;
    border-radius: 25px;
    text-transform: uppercase;
    font-size: 0.75rem;
}
.dx-popup-bottom .dx-button[aria-label="OK"], .dx-popup-bottom .dx-button[aria-label="Today"], .dx-fileuploader-input-wrapper .dx-button[aria-label="Select File..."], .dx-fileuploader-input-wrapper .dx-button[aria-label="Select File(s)..."] {
    background-color: var(--primary-color);
    color: #ffffff;
    border: 1px solid var(--primary-color);
}

